01KH4J80115D5MNSW22Y42X3MX: 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: 01KH4J8GM2TGF2VCJCXB8G8WBP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-10T20:01:16.109Zjob assigned to worker 01KH4J8JM4WW3AXQJS4QR7CYR7 [factory gimlet-EVT22200007-propolis, EVT22200007/57699] (queued for 37 s)
 
22026-02-10T20:01:25.728Zstarting task 0: "setup"
32026-02-10T20:01:25.754Z++ uname -s
42026-02-10T20:01:25.754Z+ kern=SunOS
52026-02-10T20:01:25.754Z+ build_user=build
62026-02-10T20:01:25.754Z+ build_uid=12345
72026-02-10T20:01:25.754Z+ work_dir=/work
82026-02-10T20:01:25.754Z+ input_dir=/input
92026-02-10T20:01:25.754Z+ [[ 0 == 12345 ]]
102026-02-10T20:01:25.754Z+ case "$kern" in
112026-02-10T20:01:25.754Z+ groupadd -g 12345 build
122026-02-10T20:01:25.754Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-10T20:01:27.762Z+ zfs create -o mountpoint=/work rpool/work
142026-02-10T20:01:27.807Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-10T20:01:27.831Z+ home_fs=zfs
162026-02-10T20:01:27.831Z+ [[ zfs == autofs ]]
172026-02-10T20:01:27.831Z+ mkdir -p /home/build
182026-02-10T20:01:27.831Z+ chown build:build /home/build /work
192026-02-10T20:01:29.817Z+ chmod 0700 /home/build /work
202026-02-10T20:01:29.841Zprocess exited: duration 4094 ms, exit code 0
 
212026-02-10T20:01:29.899Zstarting task 1: "rust-toolchain"
222026-02-10T20:01:29.923Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-10T20:01:29.923Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-10T20:01:29.923Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-02-10T20:01:29.924Z * rust toolchain channel = "1.91.1"
262026-02-10T20:01:29.925Z * rust toolchain profile = "default"
272026-02-10T20:01:29.925Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-10T20:01:29.925Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-10T20:01:29.925Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-10T20:01:30.078Zinfo: downloading installer
312026-02-10T20:01:30.995Zwarn: It looks like you have an existing installation of Rust at:
322026-02-10T20:01:30.995Zwarn: /opt/ooce/bin
332026-02-10T20:01:30.995Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-10T20:01:30.995Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-10T20:01:30.995Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-10T20:01:30.995Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-10T20:01:30.995Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-10T20:01:30.995Zerror: cannot install while Rust is installed
392026-02-10T20:01:30.995Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-10T20:01:31.027Zinfo: profile set to 'default'
412026-02-10T20:01:31.027Zinfo: default host triple is x86_64-unknown-illumos
422026-02-10T20:01:31.052Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-10T20:01:31.173Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-10T20:01:31.173Zinfo: downloading component 'cargo'
452026-02-10T20:01:31.752Zinfo: downloading component 'clippy'
462026-02-10T20:01:31.836Zinfo: downloading component 'rust-docs'
472026-02-10T20:01:32.473Zinfo: downloading component 'rust-std'
482026-02-10T20:01:33.641Zinfo: downloading component 'rustc'
492026-02-10T20:01:35.921Zinfo: downloading component 'rustfmt'
502026-02-10T20:01:35.921Zinfo: installing component 'cargo'
512026-02-10T20:01:37.344Zinfo: installing component 'clippy'
522026-02-10T20:01:37.854Zinfo: installing component 'rust-docs'
532026-02-10T20:01:41.549Zinfo: installing component 'rust-std'
542026-02-10T20:01:43.879Zinfo: installing component 'rustc'
552026-02-10T20:01:53.110Zinfo: installing component 'rustfmt'
562026-02-10T20:01:53.557Z
572026-02-10T20:01:53.557Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
582026-02-10T20:01:53.750Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-10T20:01:53.750Z
602026-02-10T20:01:53.750Z
612026-02-10T20:01:53.750ZRust is installed now. Great!
622026-02-10T20:01:53.750Z
632026-02-10T20:01:53.750ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-10T20:01:53.750Zenvironment variable. This has not been done automatically.
652026-02-10T20:01:53.750Z
662026-02-10T20:01:53.750ZTo configure your current shell, you need to source
672026-02-10T20:01:53.750Zthe corresponding env file under $HOME/.cargo.
682026-02-10T20:01:53.750Z
692026-02-10T20:01:53.750ZThis is usually done by running one of the following (note the leading DOT):
702026-02-10T20:01:53.750Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-10T20:01:53.750Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-10T20:01:53.750Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-10T20:01:53.880Z+ rustup --version
742026-02-10T20:01:53.904Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-10T20:01:53.904Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-10T20:01:54.040Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-10T20:01:54.064Z+ cargo --version
782026-02-10T20:01:54.166Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-10T20:01:54.190Z+ rustc --version
802026-02-10T20:01:54.298Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-10T20:01:54.324Zprocess exited: duration 24414 ms, exit code 0
 
822026-02-10T20:01:54.372Zstarting task 2: "authentication"
832026-02-10T20:01:54.432Zprocess exited: duration 59 ms, exit code 0
 
842026-02-10T20:01:54.480Zstarting task 3: "clone repository"
852026-02-10T20:01:54.505Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-10T20:01:54.505Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-10T20:01:54.529ZCloning into '/work/oxidecomputer/omicron'...
882026-02-10T20:02:18.404Z+ cd /work/oxidecomputer/omicron
892026-02-10T20:02:18.404Z+ git fetch origin 9bc02f7ed90af9d339795cca86c1430f266f3b10
902026-02-10T20:02:19.122ZFrom https://github.com/oxidecomputer/omicron
912026-02-10T20:02:19.122Z * branch 9bc02f7ed90af9d339795cca86c1430f266f3b10 -> FETCH_HEAD
922026-02-10T20:02:19.146Z+ [[ -n tq-zfs-key-rotation ]]
932026-02-10T20:02:19.146Z++ git branch --show-current
942026-02-10T20:02:19.169Z+ current=main
952026-02-10T20:02:19.170Z+ [[ main != tq-zfs-key-rotation ]]
962026-02-10T20:02:19.170Z+ git branch -f tq-zfs-key-rotation 9bc02f7ed90af9d339795cca86c1430f266f3b10
972026-02-10T20:02:19.170Z+ git checkout -f tq-zfs-key-rotation
982026-02-10T20:02:19.930ZSwitched to branch 'tq-zfs-key-rotation'
992026-02-10T20:02:19.954Z+ git reset --hard 9bc02f7ed90af9d339795cca86c1430f266f3b10
1002026-02-10T20:02:19.978ZHEAD is now at 9bc02f7ed Remove dependency on `zfs-atomic-change-key` crate (#9837)
1012026-02-10T20:02:19.978Zprocess exited: duration 25488 ms, exit code 0
 
1022026-02-10T20:02:20.029Zstarting task 4: "build"
1032026-02-10T20:02:20.053Z+ source .github/buildomat/ci-env.sh
1042026-02-10T20:02:20.053Z++ export CARGO_TERM_COLOR=always
1052026-02-10T20:02:20.053Z++ CARGO_TERM_COLOR=always
1062026-02-10T20:02:20.053Z+ cargo --version
1072026-02-10T20:02:20.148Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-10T20:02:20.172Z+ rustc --version
1092026-02-10T20:02:20.265Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-10T20:02:20.289Z+ cargo tree --locked
1112026-02-10T20:02:20.756Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-10T20:02:21.384Z Updating crates.io index
1132026-02-10T20:02:21.432Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142026-02-10T20:02:22.236Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152026-02-10T20:02:23.870Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162026-02-10T20:02:24.416Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172026-02-10T20:02:25.021Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-02-10T20:02:25.852Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-02-10T20:02:28.558Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-02-10T20:02:32.958Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-02-10T20:02:34.692Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-02-10T20:02:35.554Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-02-10T20:02:37.099Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-02-10T20:02:38.208Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-10T20:02:38.923Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-10T20:02:39.873Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-10T20:02:40.552Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-10T20:02:41.934Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-10T20:02:42.978Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-10T20:02:43.565Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-10T20:02:44.305Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-10T20:02:45.083Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-10T20:02:45.694Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-10T20:02:46.230Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-10T20:02:46.976Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1362026-02-10T20:02:47.818Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1372026-02-10T20:02:48.841Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1382026-02-10T20:02:49.489Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1392026-02-10T20:02:50.241Z Updating git repository `https://github.com/oxidecomputer/ispf`
1402026-02-10T20:02:51.138Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-02-10T20:02:52.144Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1422026-02-10T20:02:52.936Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1432026-02-10T20:02:53.515Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1442026-02-10T20:02:54.319Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1452026-02-10T20:02:55.134Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1462026-02-10T20:02:55.996Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1472026-02-10T20:02:56.518Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1482026-02-10T20:02:57.222Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1492026-02-10T20:02:57.793Z Updating git repository `https://github.com/illumos/smf-rs`
1502026-02-10T20:02:58.474Z Updating git repository `https://github.com/oxidecomputer/omicron`
1512026-02-10T20:03:17.244Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1522026-02-10T20:03:19.619Z Downloading crates ...
1532026-02-10T20:03:19.757Z Downloaded anstyle-query v1.1.1
1542026-02-10T20:03:19.780Z Downloaded cargo-platform v0.2.0
1552026-02-10T20:03:19.804Z Downloaded cast v0.3.0
1562026-02-10T20:03:19.828Z Downloaded dirs-next v2.0.0
1572026-02-10T20:03:19.852Z Downloaded dof v0.3.0
1582026-02-10T20:03:19.852Z Downloaded difflib v0.4.0
1592026-02-10T20:03:19.877Z Downloaded embedded-io v0.4.0
1602026-02-10T20:03:19.901Z Downloaded embedded-io v0.6.1
1612026-02-10T20:03:19.901Z Downloaded ff v0.13.0
1622026-02-10T20:03:19.926Z Downloaded gethostname v0.5.0
1632026-02-10T20:03:19.926Z Downloaded fs-err v3.1.1
1642026-02-10T20:03:19.950Z Downloaded getrandom v0.2.15
1652026-02-10T20:03:19.979Z Downloaded hmac v0.12.1
1662026-02-10T20:03:19.979Z Downloaded hostname v0.3.1
1672026-02-10T20:03:19.979Z Downloaded indoc v2.0.6
1682026-02-10T20:03:20.005Z Downloaded indexmap v1.9.3
1692026-02-10T20:03:20.029Z Downloaded itoa v1.0.11
1702026-02-10T20:03:20.029Z Downloaded litrs v0.4.1
1712026-02-10T20:03:20.055Z Downloaded memchr v2.7.4
1722026-02-10T20:03:20.055Z Downloaded nanorand v0.7.0
1732026-02-10T20:03:20.082Z Downloaded nodrop v0.1.14
1742026-02-10T20:03:20.082Z Downloaded nom v7.1.3
1752026-02-10T20:03:20.109Z Downloaded num-iter v0.1.45
1762026-02-10T20:03:20.133Z Downloaded owo-colors v4.2.2
1772026-02-10T20:03:20.133Z Downloaded packed_struct_codegen v0.10.1
1782026-02-10T20:03:20.164Z Downloaded password-hash v0.4.2
1792026-02-10T20:03:20.164Z Downloaded p256 v0.13.2
1802026-02-10T20:03:20.165Z Downloaded papergrid v0.14.0
1812026-02-10T20:03:20.194Z Downloaded partial-io v0.5.4
1822026-02-10T20:03:20.194Z Downloaded plotters-backend v0.3.7
1832026-02-10T20:03:20.194Z Downloaded percent-encoding v2.3.2
1842026-02-10T20:03:20.194Z Downloaded polyval v0.6.2
1852026-02-10T20:03:20.194Z Downloaded postgres-types v0.2.9
1862026-02-10T20:03:20.219Z Downloaded predicates-core v1.0.8
1872026-02-10T20:03:20.219Z Downloaded proc-macro-crate v1.3.1
1882026-02-10T20:03:20.219Z Downloaded impl-trait-for-tuples v0.2.2
1892026-02-10T20:03:20.243Z Downloaded progenitor-macro v0.10.0
1902026-02-10T20:03:20.243Z Downloaded r2d2 v0.8.10
1912026-02-10T20:03:20.243Z Downloaded progenitor-impl v0.11.2
1922026-02-10T20:03:20.243Z Downloaded quick-error v1.2.3
1932026-02-10T20:03:20.243Z Downloaded num-derive v0.3.3
1942026-02-10T20:03:20.267Z Downloaded rand_chacha v0.9.0
1952026-02-10T20:03:20.267Z Downloaded powerfmt v0.2.0
1962026-02-10T20:03:20.268Z Downloaded rand_core v0.9.3
1972026-02-10T20:03:20.268Z Downloaded aes-gcm v0.10.3
1982026-02-10T20:03:20.292Z Downloaded new_debug_unreachable v1.0.6
1992026-02-10T20:03:20.292Z Downloaded progenitor-client v0.10.0
2002026-02-10T20:03:20.292Z Downloaded progenitor-macro v0.11.2
2012026-02-10T20:03:20.292Z Downloaded radium v0.7.0
2022026-02-10T20:03:20.292Z Downloaded rfc6979 v0.4.0
2032026-02-10T20:03:20.292Z Downloaded ref-cast-impl v1.0.25
2042026-02-10T20:03:20.317Z Downloaded rand_xorshift v0.4.0
2052026-02-10T20:03:20.317Z Downloaded rtoolbox v0.0.2
2062026-02-10T20:03:20.317Z Downloaded rustc-hash v2.1.1
2072026-02-10T20:03:20.317Z Downloaded rstest_macros v0.25.0
2082026-02-10T20:03:20.341Z Downloaded rsa v0.9.8
2092026-02-10T20:03:20.341Z Downloaded rust-argon2 v2.1.0
2102026-02-10T20:03:20.365Z Downloaded scroll v0.13.0
2112026-02-10T20:03:20.365Z Downloaded serde_bytes v0.11.19
2122026-02-10T20:03:20.389Z Downloaded serde_spanned v0.6.9
2132026-02-10T20:03:20.390Z Downloaded reedline v0.40.0
2142026-02-10T20:03:20.459Z Downloaded schemars v0.9.0
2152026-02-10T20:03:20.459Z Downloaded siphasher v1.0.1
2162026-02-10T20:03:20.459Z Downloaded smallvec v0.6.14
2172026-02-10T20:03:20.459Z Downloaded serde_core v1.0.228
2182026-02-10T20:03:20.486Z Downloaded smf v0.2.3
2192026-02-10T20:03:20.511Z Downloaded stable_deref_trait v1.2.0
2202026-02-10T20:03:20.536Z Downloaded support-bundle-viewer v0.1.2
2212026-02-10T20:03:20.536Z Downloaded sync-ptr v0.1.4
2222026-02-10T20:03:20.561Z Downloaded thiserror-impl v2.0.18
2232026-02-10T20:03:20.561Z Downloaded thiserror-no-std v2.0.2
2242026-02-10T20:03:20.591Z Downloaded target-spec v3.5.0
2252026-02-10T20:03:20.591Z Downloaded tabled v0.15.0
2262026-02-10T20:03:20.615Z Downloaded toml_write v0.1.2
2272026-02-10T20:03:20.639Z Downloaded tracing-attributes v0.1.27
2282026-02-10T20:03:20.664Z Downloaded try-lock v0.2.5
2292026-02-10T20:03:20.664Z Downloaded unicase v2.8.1
2302026-02-10T20:03:20.664Z Downloaded unicode_categories v0.1.1
2312026-02-10T20:03:20.664Z Downloaded typify v0.2.0
2322026-02-10T20:03:20.689Z Downloaded unicode-xid v0.2.6
2332026-02-10T20:03:20.689Z Downloaded winnow v0.5.40
2342026-02-10T20:03:20.713Z Downloaded yoke v0.7.4
2352026-02-10T20:03:20.765Z Downloaded yoke-derive v0.7.4
2362026-02-10T20:03:20.789Z Downloaded toml v0.8.23
2372026-02-10T20:03:20.789Z Downloaded tower-http v0.6.6
2382026-02-10T20:03:20.789Z Downloaded typify-macro v0.4.3
2392026-02-10T20:03:20.791Z Downloaded usdt-attr-macro v0.6.0
2402026-02-10T20:03:20.791Z Downloaded write16 v1.0.0
2412026-02-10T20:03:20.791Z Downloaded zmij v1.0.15
2422026-02-10T20:03:20.791Z Downloaded zone_cfg_derive v0.3.0
2432026-02-10T20:03:20.791Z Downloaded zerocopy v0.7.35
2442026-02-10T20:03:20.840Z Downloaded zerocopy-derive v0.6.6
2452026-02-10T20:03:20.864Z Downloaded want v0.3.1
2462026-02-10T20:03:20.864Z Downloaded vergen-lib v0.1.6
2472026-02-10T20:03:20.864Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
2482026-02-10T20:03:20.890Z Downloaded zstd-safe v7.2.3
2492026-02-10T20:03:20.890Z Downloaded zopfli v0.8.1
2502026-02-10T20:03:20.890Z Downloaded zstd v0.13.3
2512026-02-10T20:03:20.890Z Downloaded zerocopy-derive v0.8.27
2522026-02-10T20:03:20.915Z Downloaded zerofrom-derive v0.1.4
2532026-02-10T20:03:20.915Z Downloaded zip v0.6.6
2542026-02-10T20:03:20.915Z Downloaded zerocopy-derive v0.7.35
2552026-02-10T20:03:20.915Z Downloaded zip v4.2.0
2562026-02-10T20:03:20.915Z Downloaded zerovec v0.10.4
2572026-02-10T20:03:20.915Z Downloaded toml_parser v1.0.6+spec-1.1.0
2582026-02-10T20:03:20.939Z Downloaded zerocopy v0.8.27
2592026-02-10T20:03:20.963Z Downloaded x509-cert v0.2.5
2602026-02-10T20:03:20.963Z Downloaded zone v0.1.8
2612026-02-10T20:03:20.963Z Downloaded zeroize_derive v1.4.2
2622026-02-10T20:03:20.963Z Downloaded winnow v0.7.14
2632026-02-10T20:03:20.963Z Downloaded zone_cfg_derive v0.1.2
2642026-02-10T20:03:20.963Z Downloaded zone v0.3.1
2652026-02-10T20:03:20.987Z Downloaded zeroize v1.8.1
2662026-02-10T20:03:20.988Z Downloaded yasna v0.5.2
2672026-02-10T20:03:20.988Z Downloaded xz2 v0.1.7
2682026-02-10T20:03:20.988Z Downloaded vergen-gitcl v1.0.8
2692026-02-10T20:03:20.988Z Downloaded usdt-macro v0.6.0
2702026-02-10T20:03:20.988Z Downloaded unicode-width v0.1.14
2712026-02-10T20:03:20.988Z Downloaded wyz v0.5.1
2722026-02-10T20:03:20.988Z Downloaded walkdir v2.5.0
2732026-02-10T20:03:20.988Z Downloaded xattr v1.3.1
2742026-02-10T20:03:20.988Z Downloaded waitgroup v0.1.2
2752026-02-10T20:03:20.988Z Downloaded wait-timeout v0.2.0
2762026-02-10T20:03:20.988Z Downloaded vte_generate_state_changes v0.1.2
2772026-02-10T20:03:20.988Z Downloaded vergen v9.0.6
2782026-02-10T20:03:21.012Z Downloaded usdt v0.6.0
2792026-02-10T20:03:21.012Z Downloaded unsafe-libyaml v0.2.11
2802026-02-10T20:03:21.012Z Downloaded typify-impl v0.2.0
2812026-02-10T20:03:21.012Z Downloaded zerocopy v0.6.6
2822026-02-10T20:03:21.012Z Downloaded webpki-roots v1.0.1
2832026-02-10T20:03:21.036Z Downloaded uzers v0.12.1
2842026-02-10T20:03:21.036Z Downloaded unicode-normalization v0.1.24
2852026-02-10T20:03:21.036Z Downloaded unicode-linebreak v0.1.5
2862026-02-10T20:03:21.036Z Downloaded twox-hash v2.1.0
2872026-02-10T20:03:21.036Z Downloaded tui-tree-widget v0.23.1
2882026-02-10T20:03:21.036Z Downloaded zlib-rs v0.5.1
2892026-02-10T20:03:21.036Z Downloaded zerovec-derive v0.10.3
2902026-02-10T20:03:21.036Z Downloaded zerofrom v0.1.4
2912026-02-10T20:03:21.036Z Downloaded xshell v0.2.7
2922026-02-10T20:03:21.036Z Downloaded utf8parse v0.2.2
2932026-02-10T20:03:21.036Z Downloaded utf16_iter v1.0.5
2942026-02-10T20:03:21.036Z Downloaded usdt-macro v0.5.0
2952026-02-10T20:03:21.060Z Downloaded usdt-impl v0.6.0
2962026-02-10T20:03:21.060Z Downloaded usdt-attr-macro v0.5.0
2972026-02-10T20:03:21.060Z Downloaded url v2.5.4
2982026-02-10T20:03:21.061Z Downloaded typify v0.4.3
2992026-02-10T20:03:21.061Z Downloaded typed-path v0.9.3
3002026-02-10T20:03:21.061Z Downloaded vte v0.11.1
3012026-02-10T20:03:21.061Z Downloaded trybuild v1.0.106
3022026-02-10T20:03:21.061Z Downloaded tower-layer v0.3.3
3032026-02-10T20:03:21.085Z Downloaded whoami v1.5.2
3042026-02-10T20:03:21.085Z Downloaded version_check v0.9.5
3052026-02-10T20:03:21.085Z Downloaded usdt-impl v0.5.0
3062026-02-10T20:03:21.085Z Downloaded usdt v0.5.0
3072026-02-10T20:03:21.085Z Downloaded untrusted v0.7.1
3082026-02-10T20:03:21.085Z Downloaded unicode-properties v0.1.3
3092026-02-10T20:03:21.085Z Downloaded unarray v0.1.4
3102026-02-10T20:03:21.085Z Downloaded ucd-trie v0.1.7
3112026-02-10T20:03:21.085Z Downloaded typify-impl v0.4.3
3122026-02-10T20:03:21.109Z Downloaded typenum v1.17.0
3132026-02-10T20:03:21.109Z Downloaded typeid v1.0.3
3142026-02-10T20:03:21.109Z Downloaded tungstenite v0.21.0
3152026-02-10T20:03:21.109Z Downloaded tracing-core v0.1.32
3162026-02-10T20:03:21.109Z Downloaded tokio v1.49.0
3172026-02-10T20:03:21.153Z Downloaded toml_writer v1.0.6+spec-1.1.0
3182026-02-10T20:03:21.177Z Downloaded tokio-util v0.7.15
3192026-02-10T20:03:21.177Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer (Send failure: Broken pipe)
3202026-02-10T20:03:21.177Z Downloaded tough v0.20.0
3212026-02-10T20:03:21.177Z Downloaded target-triple v0.1.3
3222026-02-10T20:03:21.177Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3232026-02-10T20:03:21.177Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3242026-02-10T20:03:21.177Z Downloaded camino-tempfile-ext v0.3.2
3252026-02-10T20:03:21.177Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3262026-02-10T20:03:21.177Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3272026-02-10T20:03:21.177Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3282026-02-10T20:03:21.177Z Downloaded bitfield-struct v0.6.2
3292026-02-10T20:03:21.201Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3302026-02-10T20:03:21.202Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3312026-02-10T20:03:21.202Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3322026-02-10T20:03:21.202Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3332026-02-10T20:03:21.202Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3342026-02-10T20:03:21.202Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3352026-02-10T20:03:21.202Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3362026-02-10T20:03:21.202Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3372026-02-10T20:03:21.202Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3382026-02-10T20:03:21.202Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3392026-02-10T20:03:21.202Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3402026-02-10T20:03:21.202Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3412026-02-10T20:03:21.202Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
3422026-02-10T20:03:21.202Z Downloaded time-core v0.1.6
3432026-02-10T20:03:21.202Z Downloaded tap v1.0.1
3442026-02-10T20:03:21.202Z Downloaded toml_edit v0.22.27
3452026-02-10T20:03:21.202Z Downloaded toml_datetime v0.6.11
3462026-02-10T20:03:21.202Z Downloaded tokio-rustls v0.24.1
3472026-02-10T20:03:21.202Z Downloaded tokio-macros v2.6.0
3482026-02-10T20:03:21.202Z Downloaded tinytemplate v1.2.1
3492026-02-10T20:03:21.202Z Downloaded tinystr v0.7.6
3502026-02-10T20:03:21.202Z Downloaded thread-id v4.2.2
3512026-02-10T20:03:21.202Z Downloaded thiserror-impl v1.0.69
3522026-02-10T20:03:21.202Z Downloaded testing_table v0.3.0
3532026-02-10T20:03:21.202Z Downloaded test-strategy v0.4.3
3542026-02-10T20:03:21.226Z Downloaded termcolor v1.4.1
3552026-02-10T20:03:21.226Z Downloaded tabled v0.18.0
3562026-02-10T20:03:21.250Z Downloaded strum_macros v0.27.2
3572026-02-10T20:03:21.250Z Downloaded strum v0.27.2
3582026-02-10T20:03:21.250Z Downloaded block-buffer v0.10.4
3592026-02-10T20:03:21.250Z Downloaded xshell-macros v0.2.7
3602026-02-10T20:03:21.250Z Downloaded writeable v0.5.5
3612026-02-10T20:03:21.250Z Downloaded winnow v0.6.26
3622026-02-10T20:03:21.274Z Downloaded which v4.4.2
3632026-02-10T20:03:21.274Z Downloaded vsss-rs v3.3.4
3642026-02-10T20:03:21.274Z Downloaded void v1.0.2
3652026-02-10T20:03:21.274Z Downloaded vergen-git2 v1.0.7
3662026-02-10T20:03:21.274Z Downloaded termios v0.3.3
3672026-02-10T20:03:21.274Z Downloaded tabwriter v1.4.0
3682026-02-10T20:03:21.274Z Downloaded yansi v1.0.1
3692026-02-10T20:03:21.298Z Downloaded synstructure v0.13.1
3702026-02-10T20:03:21.298Z Downloaded syn v2.0.114
3712026-02-10T20:03:21.298Z Downloaded tokio-tungstenite v0.21.0
3722026-02-10T20:03:21.298Z Downloaded supports-color v3.0.2
3732026-02-10T20:03:21.298Z Downloaded static_assertions v1.1.0
3742026-02-10T20:03:21.322Z Downloaded sqlformat v0.3.5
3752026-02-10T20:03:21.322Z Downloaded async-object-pool v0.1.5
3762026-02-10T20:03:21.323Z Downloaded vcpkg v0.2.15
3772026-02-10T20:03:21.360Z Downloaded unicode-ident v1.0.19
3782026-02-10T20:03:21.384Z Downloaded value-bag v1.12.0
3792026-02-10T20:03:21.384Z Downloaded uuid v1.19.0
3802026-02-10T20:03:21.384Z Downloaded utf8_iter v1.0.4
3812026-02-10T20:03:21.384Z Downloaded utf-8 v0.7.6
3822026-02-10T20:03:21.384Z Downloaded untrusted v0.9.0
3832026-02-10T20:03:21.384Z Downloaded universal-hash v0.5.1
3842026-02-10T20:03:21.384Z Downloaded unit-prefix v0.5.1
3852026-02-10T20:03:21.384Z Downloaded unicode-width v0.2.0
3862026-02-10T20:03:21.408Z Downloaded unicode-truncate v1.1.0
3872026-02-10T20:03:21.408Z Downloaded tls_codec_derive v0.4.1
3882026-02-10T20:03:21.408Z Downloaded strsim v0.11.1
3892026-02-10T20:03:21.408Z Downloaded textwrap v0.16.2
3902026-02-10T20:03:21.408Z Downloaded bit-set v0.8.0
3912026-02-10T20:03:21.408Z Downloaded tungstenite v0.23.0
3922026-02-10T20:03:21.408Z Downloaded snafu-derive v0.8.5
3932026-02-10T20:03:21.408Z Downloaded unicode-segmentation v1.12.0
3942026-02-10T20:03:21.408Z Downloaded unicode-bidi v0.3.17
3952026-02-10T20:03:21.433Z Downloaded supports-unicode v2.1.0
3962026-02-10T20:03:21.433Z Downloaded rustls v0.23.19
3972026-02-10T20:03:21.433Z Downloaded typify-macro v0.2.0
3982026-02-10T20:03:21.434Z Downloaded trait-variant v0.1.2
3992026-02-10T20:03:21.434Z Downloaded stringmetrics v2.2.2
4002026-02-10T20:03:21.457Z Downloaded sqlparser_derive v0.2.2
4012026-02-10T20:03:21.457Z Downloaded spin v0.9.8
4022026-02-10T20:03:21.457Z Downloaded snafu v0.8.5
4032026-02-10T20:03:21.458Z Downloaded smallvec v1.15.1
4042026-02-10T20:03:21.458Z Downloaded sha3 v0.10.8
4052026-02-10T20:03:21.458Z Downloaded tracing v0.1.40
4062026-02-10T20:03:21.482Z Downloaded tower v0.5.2
4072026-02-10T20:03:21.482Z Downloaded toml_edit v0.19.15
4082026-02-10T20:03:21.506Z Downloaded tokio-postgres v0.7.13
4092026-02-10T20:03:21.530Z Downloaded time v0.3.43
4102026-02-10T20:03:21.530Z Downloaded tabled v0.20.0
4112026-02-10T20:03:21.553Z Downloaded slog-json v2.6.1
4122026-02-10T20:03:21.554Z Downloaded simd-adler32 v0.3.7
4132026-02-10T20:03:21.554Z Downloaded signal-hook-tokio v0.3.1
4142026-02-10T20:03:21.554Z Downloaded serde_json v1.0.149
4152026-02-10T20:03:21.578Z Downloaded serde_derive v1.0.228
4162026-02-10T20:03:21.578Z Downloaded tower-service v0.3.3
4172026-02-10T20:03:21.578Z Downloaded topological-sort v0.2.2
4182026-02-10T20:03:21.578Z Downloaded toml v0.7.8
4192026-02-10T20:03:21.578Z Downloaded tokio-tungstenite v0.23.1
4202026-02-10T20:03:21.578Z Downloaded tokio-stream v0.1.17
4212026-02-10T20:03:21.602Z Downloaded tokio-rustls v0.25.0
4222026-02-10T20:03:21.602Z Downloaded tokio-native-tls v0.3.1
4232026-02-10T20:03:21.602Z Downloaded tls_codec v0.4.1
4242026-02-10T20:03:21.602Z Downloaded tinyvec_macros v0.1.1
4252026-02-10T20:03:21.602Z Downloaded time-macros v0.2.24
4262026-02-10T20:03:21.602Z Downloaded thiserror-impl-no-std v2.0.2
4272026-02-10T20:03:21.602Z Downloaded thiserror v1.0.69
4282026-02-10T20:03:21.602Z Downloaded terminal_size v0.4.0
4292026-02-10T20:03:21.627Z Downloaded term v1.1.0
4302026-02-10T20:03:21.627Z Downloaded sha2 v0.10.9
4312026-02-10T20:03:21.627Z Downloaded serde_spanned v1.0.4
4322026-02-10T20:03:21.627Z Downloaded scroll_derive v0.13.1
4332026-02-10T20:03:21.627Z Downloaded sapling-renderdag v0.1.0
4342026-02-10T20:03:21.627Z Downloaded rustc-demangle v0.1.24
4352026-02-10T20:03:21.627Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4362026-02-10T20:03:21.627Z Downloaded toml v0.9.11+spec-1.1.0
4372026-02-10T20:03:21.627Z Downloaded tokio-rustls v0.26.0
4382026-02-10T20:03:21.651Z Downloaded tokio-dtrace v0.1.0
4392026-02-10T20:03:21.651Z Downloaded tinyvec v1.8.0
4402026-02-10T20:03:21.651Z Downloaded tiny-keccak v2.0.2
4412026-02-10T20:03:21.651Z Downloaded thread_local v1.1.8
4422026-02-10T20:03:21.651Z Downloaded thread-id v5.0.0
4432026-02-10T20:03:21.651Z Downloaded thiserror v2.0.18
4442026-02-10T20:03:21.651Z Downloaded textwrap v0.15.2
4452026-02-10T20:03:21.676Z Downloaded termtree v0.5.1
4462026-02-10T20:03:21.676Z Downloaded terminal_size v0.1.17
4472026-02-10T20:03:21.677Z Downloaded term v0.7.0
4482026-02-10T20:03:21.677Z Downloaded tar v0.4.44
4492026-02-10T20:03:21.677Z Downloaded take_mut v0.2.2
4502026-02-10T20:03:21.677Z Downloaded tabled_derive v0.11.0
4512026-02-10T20:03:21.677Z Downloaded slog-stdlog v4.1.1
4522026-02-10T20:03:21.677Z Downloaded siphasher v0.3.11
4532026-02-10T20:03:21.677Z Downloaded similar-asserts v1.7.0
4542026-02-10T20:03:21.677Z Downloaded scroll_derive v0.12.0
4552026-02-10T20:03:21.678Z Downloaded salty v0.3.0
4562026-02-10T20:03:21.702Z Downloaded bytecount v0.6.8
4572026-02-10T20:03:21.702Z Downloaded tabled_derive v0.10.0
4582026-02-10T20:03:21.702Z Downloaded slog-dtrace v0.3.0
4592026-02-10T20:03:21.702Z Downloaded serde v1.0.228
4602026-02-10T20:03:21.702Z Downloaded semver v1.0.27
4612026-02-10T20:03:21.702Z Downloaded sec1 v0.7.3
4622026-02-10T20:03:21.702Z Downloaded tempfile v3.24.0
4632026-02-10T20:03:21.727Z Downloaded target-lexicon v0.13.2
4642026-02-10T20:03:21.728Z Downloaded cbc v0.1.2
4652026-02-10T20:03:21.728Z Downloaded tagptr v0.2.0
4662026-02-10T20:03:21.728Z Downloaded sync_wrapper v1.0.1
4672026-02-10T20:03:21.728Z Downloaded syn v1.0.109
4682026-02-10T20:03:21.752Z Downloaded swrite v0.1.0
4692026-02-10T20:03:21.752Z Downloaded serde_repr v0.1.19
4702026-02-10T20:03:21.752Z Downloaded sct v0.7.1
4712026-02-10T20:03:21.752Z Downloaded scopeguard v1.2.0
4722026-02-10T20:03:21.752Z Downloaded backtrace-ext v0.2.1
4732026-02-10T20:03:21.752Z Downloaded ryu v1.0.18
4742026-02-10T20:03:21.777Z Downloaded async-trait v0.1.89
4752026-02-10T20:03:21.777Z Downloaded async-attributes v1.1.2
4762026-02-10T20:03:21.777Z Downloaded rustversion v1.0.22
4772026-02-10T20:03:21.777Z Downloaded rustls v0.22.4
4782026-02-10T20:03:21.801Z Downloaded ring v0.17.14
4792026-02-10T20:03:21.839Z Downloaded regex-automata v0.4.11
4802026-02-10T20:03:21.863Z Downloaded tabled_derive v0.7.0
4812026-02-10T20:03:21.863Z Downloaded supports-color v2.1.0
4822026-02-10T20:03:21.863Z Downloaded strum_macros v0.24.3
4832026-02-10T20:03:21.887Z Downloaded steno v0.4.1
4842026-02-10T20:03:21.887Z Downloaded ascii-canvas v3.0.0
4852026-02-10T20:03:21.887Z Downloaded sqlparser v0.45.0
4862026-02-10T20:03:21.887Z Downloaded rustix v1.1.3
4872026-02-10T20:03:21.912Z Downloaded supports-hyperlinks v2.1.0
4882026-02-10T20:03:21.936Z Downloaded subprocess v0.2.9
4892026-02-10T20:03:21.937Z Downloaded structmeta-derive v0.3.0
4902026-02-10T20:03:21.937Z Downloaded string_cache v0.8.9
4912026-02-10T20:03:21.937Z Downloaded ssh-key v0.6.6
4922026-02-10T20:03:21.937Z Downloaded spki v0.7.3
4932026-02-10T20:03:21.937Z Downloaded socket2 v0.6.1
4942026-02-10T20:03:21.937Z Downloaded socket2 v0.5.10
4952026-02-10T20:03:21.964Z Downloaded aho-corasick v1.1.3
4962026-02-10T20:03:21.964Z Downloaded smoltcp v0.11.0
4972026-02-10T20:03:21.988Z Downloaded smoltcp v0.9.1
4982026-02-10T20:03:21.988Z Downloaded sled v0.34.7
4992026-02-10T20:03:22.012Z Downloaded reqwest v0.12.24
5002026-02-10T20:03:22.013Z Downloaded regex-syntax v0.6.29
5012026-02-10T20:03:22.013Z Downloaded openssl v0.10.73
5022026-02-10T20:03:22.037Z Downloaded libgit2-sys v0.18.2+1.9.1
5032026-02-10T20:03:22.098Z Downloaded subtle v2.6.1
5042026-02-10T20:03:22.123Z Downloaded strum_macros v0.26.4
5052026-02-10T20:03:22.123Z Downloaded strum v0.26.3
5062026-02-10T20:03:22.123Z Downloaded structmeta v0.3.0
5072026-02-10T20:03:22.123Z Downloaded strip-ansi-escapes v0.2.0
5082026-02-10T20:03:22.123Z Downloaded stringprep v0.1.5
5092026-02-10T20:03:22.123Z Downloaded serde_with v3.16.1
5102026-02-10T20:03:22.147Z Downloaded rustls-webpki v0.102.8
5112026-02-10T20:03:22.171Z Downloaded russh-keys v0.45.0
5122026-02-10T20:03:22.171Z Downloaded rpassword v7.4.0
5132026-02-10T20:03:22.171Z Downloaded bcs v0.1.6
5142026-02-10T20:03:22.171Z Downloaded rcgen v0.12.1
5152026-02-10T20:03:22.171Z Downloaded rayon v1.10.0
5162026-02-10T20:03:22.195Z Downloaded ratatui v0.29.0
5172026-02-10T20:03:22.219Z Downloaded ssh-encoding v0.2.0
5182026-02-10T20:03:22.219Z Downloaded ssh-cipher v0.2.0
5192026-02-10T20:03:22.219Z Downloaded base64 v0.21.7
5202026-02-10T20:03:22.219Z Downloaded slog v2.8.2
5212026-02-10T20:03:22.219Z Downloaded similar v2.7.0
5222026-02-10T20:03:22.245Z Downloaded backtrace v0.3.74
5232026-02-10T20:03:22.245Z Downloaded signal-hook v0.3.18
5242026-02-10T20:03:22.245Z Downloaded serde_with_macros v3.16.1
5252026-02-10T20:03:22.245Z Downloaded schemars v1.0.4
5262026-02-10T20:03:22.269Z Downloaded rustls v0.21.12
5272026-02-10T20:03:22.293Z Downloaded rustix v0.38.37
5282026-02-10T20:03:22.317Z Downloaded ron v0.7.1
5292026-02-10T20:03:22.317Z Downloaded mime v0.3.17
5302026-02-10T20:03:22.317Z Downloaded smawk v0.3.2
5312026-02-10T20:03:22.317Z Downloaded slog-scope v4.4.0
5322026-02-10T20:03:22.341Z Downloaded slog-async v2.8.0
5332026-02-10T20:03:22.342Z Downloaded slab v0.4.9
5342026-02-10T20:03:22.342Z Downloaded signature v2.2.0
5352026-02-10T20:03:22.342Z Downloaded signal-hook-mio v0.2.4
5362026-02-10T20:03:22.342Z Downloaded shlex v1.3.0
5372026-02-10T20:03:22.342Z Downloaded serde_tokenstream v0.2.2
5382026-02-10T20:03:22.342Z Downloaded rustc_version v0.4.1
5392026-02-10T20:03:22.342Z Downloaded blake3 v1.5.4
5402026-02-10T20:03:22.366Z Downloaded regex-syntax v0.8.5
5412026-02-10T20:03:22.366Z Downloaded petgraph v0.8.2
5422026-02-10T20:03:22.390Z Downloaded slog-term v2.9.2
5432026-02-10T20:03:22.415Z Downloaded slog-envlogger v2.2.0
5442026-02-10T20:03:22.415Z Downloaded bzip2-sys v0.1.13+1.0.8
5452026-02-10T20:03:22.415Z Downloaded approx v0.5.1
5462026-02-10T20:03:22.416Z Downloaded async-executor v1.13.1
5472026-02-10T20:03:22.440Z Downloaded sha1 v0.10.6
5482026-02-10T20:03:22.440Z Downloaded slog-bunyan v2.5.0
5492026-02-10T20:03:22.440Z Downloaded serde_yaml v0.9.34+deprecated
5502026-02-10T20:03:22.440Z Downloaded serde_urlencoded v0.7.1
5512026-02-10T20:03:22.440Z Downloaded bstr v1.10.0
5522026-02-10T20:03:22.464Z Downloaded async-task v4.7.1
5532026-02-10T20:03:22.464Z Downloaded serde_regex v1.1.0
5542026-02-10T20:03:22.464Z Downloaded serde_plain v1.0.2
5552026-02-10T20:03:22.464Z Downloaded serde_path_to_error v0.1.20
5562026-02-10T20:03:22.464Z Downloaded serde_cbor v0.11.2
5572026-02-10T20:03:22.464Z Downloaded serde-untagged v0.1.7
5582026-02-10T20:03:22.464Z Downloaded secrecy v0.10.3
5592026-02-10T20:03:22.464Z Downloaded secrecy v0.8.0
5602026-02-10T20:03:22.464Z Downloaded scrypt v0.11.0
5612026-02-10T20:03:22.464Z Downloaded salsa20 v0.10.2
5622026-02-10T20:03:22.464Z Downloaded regress v0.10.4
5632026-02-10T20:03:22.488Z Downloaded petgraph v0.6.5
5642026-02-10T20:03:22.512Z Downloaded sigpipe v0.1.3
5652026-02-10T20:03:22.512Z Downloaded signal-hook-registry v1.4.2
5662026-02-10T20:03:22.513Z Downloaded shell-words v1.1.0
5672026-02-10T20:03:22.537Z Downloaded scroll v0.12.0
5682026-02-10T20:03:22.537Z Downloaded scheduled-thread-pool v0.2.7
5692026-02-10T20:03:22.537Z Downloaded same-file v1.0.6
5702026-02-10T20:03:22.537Z Downloaded rustls-webpki v0.101.7
5712026-02-10T20:03:22.561Z Downloaded rustls-pemfile v2.2.0
5722026-02-10T20:03:22.561Z Downloaded regex v1.11.3
5732026-02-10T20:03:22.561Z Downloaded quick-xml v0.37.2
5742026-02-10T20:03:22.561Z Downloaded proptest v1.7.0
5752026-02-10T20:03:22.585Z Downloaded native-tls v0.2.12
5762026-02-10T20:03:22.585Z Downloaded lzma-sys v0.1.20
5772026-02-10T20:03:22.624Z Downloaded samael v0.0.19
5782026-02-10T20:03:22.648Z Downloaded rustyline v14.0.0
5792026-02-10T20:03:22.648Z Downloaded rustls-pemfile v1.0.4
5802026-02-10T20:03:22.648Z Downloaded russh v0.45.0
5812026-02-10T20:03:22.672Z Downloaded nix v0.29.0
5822026-02-10T20:03:22.672Z Downloaded rand_seeder v0.4.0
5832026-02-10T20:03:22.672Z Downloaded serde_derive_internals v0.29.1
5842026-02-10T20:03:22.672Z Downloaded serde-value v0.7.0
5852026-02-10T20:03:22.696Z Downloaded serde-hex v0.1.0
5862026-02-10T20:03:22.696Z Downloaded serde-big-array v0.5.1
5872026-02-10T20:03:22.696Z Downloaded seq-macro v0.3.6
5882026-02-10T20:03:22.696Z Downloaded semver v0.1.20
5892026-02-10T20:03:22.698Z Downloaded rustc_version v0.1.7
5902026-02-10T20:03:22.698Z Downloaded radix_trie v0.2.1
5912026-02-10T20:03:22.698Z Downloaded rand v0.8.5
5922026-02-10T20:03:22.723Z Downloaded quinn-proto v0.11.8
5932026-02-10T20:03:22.723Z Downloaded quinn v0.11.5
5942026-02-10T20:03:22.723Z Downloaded publicsuffix v2.3.0
5952026-02-10T20:03:22.723Z Downloaded plotters v0.3.7
5962026-02-10T20:03:22.747Z Downloaded pest v2.8.2
5972026-02-10T20:03:22.747Z Downloaded p521 v0.13.3
5982026-02-10T20:03:22.747Z Downloaded schemars_derive v0.8.22
5992026-02-10T20:03:22.747Z Downloaded schemars v0.8.22
6002026-02-10T20:03:22.771Z Downloaded rusty-fork v0.3.0
6012026-02-10T20:03:22.771Z Downloaded rustls-pki-types v1.10.0
6022026-02-10T20:03:22.771Z Downloaded rustls-native-certs v0.8.1
6032026-02-10T20:03:22.771Z Downloaded rstest v0.25.0
6042026-02-10T20:03:22.795Z Downloaded rand_distr v0.5.1
6052026-02-10T20:03:22.795Z Downloaded progenitor-client v0.8.0
6062026-02-10T20:03:22.795Z Downloaded progenitor v0.8.0
6072026-02-10T20:03:22.795Z Downloaded primeorder v0.13.6
6082026-02-10T20:03:22.795Z Downloaded resolv-conf v0.7.0
6092026-02-10T20:03:22.795Z Downloaded progenitor-client v0.11.2
6102026-02-10T20:03:22.796Z Downloaded prefix-trie v0.7.0
6112026-02-10T20:03:22.820Z Downloaded ref-cast v1.0.25
6122026-02-10T20:03:22.821Z Downloaded quinn-udp v0.5.5
6132026-02-10T20:03:22.821Z Downloaded proc-macro-error2 v2.0.1
6142026-02-10T20:03:22.821Z Downloaded predicates-tree v1.0.12
6152026-02-10T20:03:22.821Z Downloaded cassowary v0.3.0
6162026-02-10T20:03:22.821Z Downloaded predicates v3.1.3
6172026-02-10T20:03:22.821Z Downloaded postcard v1.0.10
6182026-02-10T20:03:22.821Z Downloaded psl-types v2.0.11
6192026-02-10T20:03:22.821Z Downloaded pest_generator v2.8.2
6202026-02-10T20:03:22.821Z Downloaded omicron-zone-package v0.12.2
6212026-02-10T20:03:22.846Z Downloaded fs_extra v1.3.0
6222026-02-10T20:03:22.846Z Downloaded rustc-hash v1.1.0
6232026-02-10T20:03:22.846Z Downloaded russh-cryptovec v0.7.3
6242026-02-10T20:03:22.846Z Downloaded ron v0.8.1
6252026-02-10T20:03:22.870Z Downloaded bitfield v0.19.2
6262026-02-10T20:03:22.870Z Downloaded rayon-core v1.12.1
6272026-02-10T20:03:22.870Z Downloaded rand v0.9.2
6282026-02-10T20:03:22.870Z Downloaded progenitor-impl v0.10.0
6292026-02-10T20:03:22.870Z Downloaded pretty-hex v0.4.1
6302026-02-10T20:03:22.870Z Downloaded pretty-hex v0.2.1
6312026-02-10T20:03:22.895Z Downloaded pkg-config v0.3.31
6322026-02-10T20:03:22.895Z Downloaded pest_derive v2.8.2
6332026-02-10T20:03:22.895Z Downloaded password-hash v0.5.0
6342026-02-10T20:03:22.895Z Downloaded minimal-lexical v0.2.1
6352026-02-10T20:03:22.895Z Downloaded base64 v0.22.1
6362026-02-10T20:03:22.895Z Downloaded relative-path v1.9.3
6372026-02-10T20:03:22.895Z Downloaded rand_core v0.6.4
6382026-02-10T20:03:22.920Z Downloaded poly1305 v0.8.0
6392026-02-10T20:03:22.920Z Downloaded phf v0.11.2
6402026-02-10T20:03:22.920Z Downloaded parking_lot v0.12.3
6412026-02-10T20:03:22.920Z Downloaded rand_chacha v0.3.1
6422026-02-10T20:03:22.920Z Downloaded pkcs5 v0.7.1
6432026-02-10T20:03:22.920Z Downloaded phf_shared v0.11.2
6442026-02-10T20:03:22.920Z Downloaded pbkdf2 v0.11.0
6452026-02-10T20:03:22.921Z Downloaded path-slash v0.1.5
6462026-02-10T20:03:22.921Z Downloaded papergrid v0.17.0
6472026-02-10T20:03:22.944Z Downloaded num-rational v0.4.2
6482026-02-10T20:03:22.944Z Downloaded quote v1.0.40
6492026-02-10T20:03:22.944Z Downloaded qorb v0.4.1
6502026-02-10T20:03:22.944Z Downloaded owo-colors v3.5.0
6512026-02-10T20:03:22.945Z Downloaded num_enum_derive v0.5.11
6522026-02-10T20:03:22.945Z Downloaded mio v1.0.2
6532026-02-10T20:03:22.968Z Downloaded progenitor-macro v0.8.0
6542026-02-10T20:03:22.968Z Downloaded parse-display v0.10.0
6552026-02-10T20:03:22.968Z Downloaded oxide-tokio-rt v0.1.2
6562026-02-10T20:03:22.968Z Downloaded polar-core v0.27.3
6572026-02-10T20:03:22.992Z Downloaded oso-derive v0.27.3
6582026-02-10T20:03:22.992Z Downloaded ordered-float v2.10.1
6592026-02-10T20:03:22.993Z Downloaded number_prefix v0.4.0
6602026-02-10T20:03:22.993Z Downloaded bitflags v2.9.4
6612026-02-10T20:03:22.993Z Downloaded enum-as-inner v0.6.1
6622026-02-10T20:03:22.993Z Downloaded num-conv v0.1.0
6632026-02-10T20:03:22.993Z Downloaded progenitor-impl v0.8.0
6642026-02-10T20:03:22.993Z Downloaded portable-atomic v1.11.0
6652026-02-10T20:03:23.017Z Downloaded oorandom v11.1.4
6662026-02-10T20:03:23.017Z Downloaded num-traits v0.2.19
6672026-02-10T20:03:23.017Z Downloaded nonempty v0.12.0
6682026-02-10T20:03:23.017Z Downloaded memmap v0.7.0
6692026-02-10T20:03:23.017Z Downloaded md-5 v0.10.6
6702026-02-10T20:03:23.017Z Downloaded match_cfg v0.1.0
6712026-02-10T20:03:23.017Z Downloaded libm v0.2.8
6722026-02-10T20:03:23.043Z Downloaded progenitor v0.11.2
6732026-02-10T20:03:23.043Z Downloaded progenitor v0.10.0
6742026-02-10T20:03:23.043Z Downloaded proc-macro2 v1.0.101
6752026-02-10T20:03:23.043Z Downloaded proc-macro-error-attr2 v2.0.0
6762026-02-10T20:03:23.043Z Downloaded proc-macro-error-attr v1.0.4
6772026-02-10T20:03:23.043Z Downloaded proc-macro-error v1.0.4
6782026-02-10T20:03:23.043Z Downloaded proc-macro-crate v3.2.0
6792026-02-10T20:03:23.043Z Downloaded prettyplease v0.2.36
6802026-02-10T20:03:23.067Z Downloaded pretty_assertions v1.4.1
6812026-02-10T20:03:23.068Z Downloaded petname v2.0.2
6822026-02-10T20:03:23.068Z Downloaded postgres-protocol v0.6.8
6832026-02-10T20:03:23.068Z Downloaded nested v0.1.1
6842026-02-10T20:03:23.068Z Downloaded linear-map v1.2.0
6852026-02-10T20:03:23.068Z Downloaded doc-comment v0.3.3
6862026-02-10T20:03:23.068Z Downloaded precomputed-hash v0.1.1
6872026-02-10T20:03:23.068Z Downloaded ppv-lite86 v0.2.20
6882026-02-10T20:03:23.069Z Downloaded polling v3.7.3
6892026-02-10T20:03:23.069Z Downloaded pkcs8 v0.10.2
6902026-02-10T20:03:23.093Z Downloaded path-tree v0.8.1
6912026-02-10T20:03:23.093Z Downloaded plotters-svg v0.3.7
6922026-02-10T20:03:23.093Z Downloaded plain v0.2.3
6932026-02-10T20:03:23.093Z Downloaded pkcs1 v0.7.5
6942026-02-10T20:03:23.093Z Downloaded piper v0.2.4
6952026-02-10T20:03:23.093Z Downloaded pin-utils v0.1.0
6962026-02-10T20:03:23.093Z Downloaded pin-project v1.1.6
6972026-02-10T20:03:23.118Z Downloaded linked-hash-map v0.5.6
6982026-02-10T20:03:23.118Z Downloaded pin-project-lite v0.2.14
6992026-02-10T20:03:23.118Z Downloaded pin-project-internal v1.1.6
7002026-02-10T20:03:23.118Z Downloaded phf_shared v0.12.1
7012026-02-10T20:03:23.118Z Downloaded phf v0.12.1
7022026-02-10T20:03:23.118Z Downloaded pest_meta v2.8.2
7032026-02-10T20:03:23.118Z Downloaded pem-rfc7468 v0.7.0
7042026-02-10T20:03:23.118Z Downloaded peg-macros v0.8.5
7052026-02-10T20:03:23.118Z Downloaded peg v0.8.5
7062026-02-10T20:03:23.142Z Downloaded paste v1.0.15
7072026-02-10T20:03:23.142Z Downloaded p384 v0.13.1
7082026-02-10T20:03:23.142Z Downloaded pem v3.0.5
7092026-02-10T20:03:23.142Z Downloaded peg-runtime v0.8.5
7102026-02-10T20:03:23.142Z Downloaded pbkdf2 v0.12.2
7112026-02-10T20:03:23.142Z Downloaded pathdiff v0.2.3
7122026-02-10T20:03:23.142Z Downloaded parse-display-derive v0.10.0
7132026-02-10T20:03:23.142Z Downloaded parking_lot v0.11.2
7142026-02-10T20:03:23.142Z Downloaded object v0.36.5
7152026-02-10T20:03:23.166Z Downloaded object v0.30.4
7162026-02-10T20:03:23.192Z Downloaded parking v2.2.1
7172026-02-10T20:03:23.192Z Downloaded oso v0.27.3
7182026-02-10T20:03:23.192Z Downloaded openssl-sys v0.9.109
7192026-02-10T20:03:23.192Z Downloaded num-bigint-dig v0.8.6
7202026-02-10T20:03:23.192Z Downloaded log v0.4.29
7212026-02-10T20:03:23.192Z Downloaded litemap v0.7.3
7222026-02-10T20:03:23.216Z Downloaded libtest-mimic v0.8.1
7232026-02-10T20:03:23.217Z Downloaded ingot v0.1.1
7242026-02-10T20:03:23.217Z Downloaded http-range v0.1.5
7252026-02-10T20:03:23.217Z Downloaded parse-size v1.1.0
7262026-02-10T20:03:23.217Z Downloaded parking_lot_core v0.9.10
7272026-02-10T20:03:23.217Z Downloaded parking_lot_core v0.8.6
7282026-02-10T20:03:23.217Z Downloaded papergrid v0.11.0
7292026-02-10T20:03:23.217Z Downloaded openssl-macros v0.1.1
7302026-02-10T20:03:23.217Z Downloaded openapiv3 v2.2.0
7312026-02-10T20:03:23.242Z Downloaded opaque-debug v0.3.1
7322026-02-10T20:03:23.242Z Downloaded once_cell v1.21.3
7332026-02-10T20:03:23.242Z Downloaded olpc-cjson v0.1.4
7342026-02-10T20:03:23.242Z Downloaded num_threads v0.1.7
7352026-02-10T20:03:23.242Z Downloaded num-bigint v0.4.6
7362026-02-10T20:03:23.242Z Downloaded normalize-line-endings v0.3.0
7372026-02-10T20:03:23.242Z Downloaded miette v5.10.0
7382026-02-10T20:03:23.242Z Downloaded libc v0.2.180
7392026-02-10T20:03:23.287Z Downloaded lalrpop v0.19.12
7402026-02-10T20:03:23.310Z Downloaded iri-string v0.7.8
7412026-02-10T20:03:23.310Z Downloaded iddqd v0.3.16
7422026-02-10T20:03:23.334Z Downloaded httpmock v0.8.0-alpha.1
7432026-02-10T20:03:23.358Z Downloaded packed_struct v0.10.1
7442026-02-10T20:03:23.358Z Downloaded oxnet v0.1.4
7452026-02-10T20:03:23.358Z Downloaded nibble_vec v0.1.0
7462026-02-10T20:03:23.358Z Downloaded newtype_derive v0.1.6
7472026-02-10T20:03:23.358Z Downloaded newtype-uuid v1.3.2
7482026-02-10T20:03:23.359Z Downloaded multimap v0.10.1
7492026-02-10T20:03:23.383Z Downloaded miniz_oxide v0.8.5
7502026-02-10T20:03:23.383Z Downloaded memoffset v0.9.1
7512026-02-10T20:03:23.383Z Downloaded md5 v0.7.0
7522026-02-10T20:03:23.383Z Downloaded maybe-uninit v2.0.0
7532026-02-10T20:03:23.383Z Downloaded managed v0.8.0
7542026-02-10T20:03:23.383Z Downloaded macaddr v1.0.1
7552026-02-10T20:03:23.383Z Downloaded libscf-sys v1.1.0
7562026-02-10T20:03:23.383Z Downloaded ipnet v2.11.0
7572026-02-10T20:03:23.383Z Downloaded indicatif v0.18.0
7582026-02-10T20:03:23.447Z Downloaded openssl-probe v0.1.5
7592026-02-10T20:03:23.447Z Downloaded num_enum v0.5.11
7602026-02-10T20:03:23.447Z Downloaded nu-ansi-term v0.50.1
7612026-02-10T20:03:23.448Z Downloaded nix v0.28.0
7622026-02-10T20:03:23.448Z Downloaded lock_api v0.4.12
7632026-02-10T20:03:23.448Z Downloaded libz-rs-sys v0.5.1
7642026-02-10T20:03:23.448Z Downloaded jobserver v0.1.32
7652026-02-10T20:03:23.448Z Downloaded itertools v0.14.0
7662026-02-10T20:03:23.448Z Downloaded ingot-macros v0.1.1
7672026-02-10T20:03:23.448Z Downloaded hyper-util v0.1.19
7682026-02-10T20:03:23.472Z Downloaded num-integer v0.1.46
7692026-02-10T20:03:23.472Z Downloaded anstyle-parse v0.2.5
7702026-02-10T20:03:23.472Z Downloaded num-derive v0.4.2
7712026-02-10T20:03:23.472Z Downloaded num-complex v0.4.6
7722026-02-10T20:03:23.472Z Downloaded num v0.4.3
7732026-02-10T20:03:23.472Z Downloaded nix v0.30.1
7742026-02-10T20:03:23.500Z Downloaded nix v0.27.1
7752026-02-10T20:03:23.500Z Downloaded lru-cache v0.1.2
7762026-02-10T20:03:23.524Z Downloaded libsw-core v0.3.1
7772026-02-10T20:03:23.524Z Downloaded lazycell v1.3.0
7782026-02-10T20:03:23.524Z Downloaded kv-log-macro v1.0.7
7792026-02-10T20:03:23.524Z Downloaded instant v0.1.13
7802026-02-10T20:03:23.524Z Downloaded indent_write v2.2.0
7812026-02-10T20:03:23.524Z Downloaded icu_properties_data v1.5.0
7822026-02-10T20:03:23.524Z Downloaded moka v0.12.10
7832026-02-10T20:03:23.551Z Downloaded libz-sys v1.1.20
7842026-02-10T20:03:23.575Z Downloaded jiff v0.2.15
7852026-02-10T20:03:23.598Z Downloaded is_ci v1.2.0
7862026-02-10T20:03:23.598Z Downloaded ident_case v1.0.1
7872026-02-10T20:03:23.598Z Downloaded newtype-uuid-macros v0.1.0
7882026-02-10T20:03:23.598Z Downloaded newline-converter v0.3.0
7892026-02-10T20:03:23.598Z Downloaded libxml v0.3.3
7902026-02-10T20:03:23.623Z Downloaded is_terminal_polyfill v1.70.1
7912026-02-10T20:03:23.623Z Downloaded ipnetwork v0.21.1
7922026-02-10T20:03:23.623Z Downloaded internet-checksum v0.2.1
7932026-02-10T20:03:23.623Z Downloaded inout v0.1.3
7942026-02-10T20:03:23.623Z Downloaded indoc v1.0.9
7952026-02-10T20:03:23.623Z Downloaded icu_properties v1.5.1
7962026-02-10T20:03:23.623Z Downloaded icu_normalizer_data v1.5.0
7972026-02-10T20:03:23.623Z Downloaded multer v3.1.0
7982026-02-10T20:03:23.647Z Downloaded mime_guess v2.0.5
7992026-02-10T20:03:23.647Z Downloaded miette-derive v5.10.0
8002026-02-10T20:03:23.647Z Downloaded memmap2 v0.9.8
8012026-02-10T20:03:23.647Z Downloaded maplit v1.0.2
8022026-02-10T20:03:23.647Z Downloaded lzss v0.8.2
8032026-02-10T20:03:23.647Z Downloaded lru v0.12.5
8042026-02-10T20:03:23.647Z Downloaded lockfree-object-pool v0.1.6
8052026-02-10T20:03:23.647Z Downloaded libsw v3.5.0
8062026-02-10T20:03:23.647Z Downloaded libloading v0.8.5
8072026-02-10T20:03:23.647Z Downloaded libefi-sys v0.1.0
8082026-02-10T20:03:23.671Z Downloaded lazy_static v1.5.0
8092026-02-10T20:03:23.671Z Downloaded lalrpop-util v0.19.12
8102026-02-10T20:03:23.671Z Downloaded knuffel v3.2.0
8112026-02-10T20:03:23.671Z Downloaded jiff-static v0.2.15
8122026-02-10T20:03:23.671Z Downloaded ignore v0.4.23
8132026-02-10T20:03:23.671Z Downloaded idna v1.0.3
8142026-02-10T20:03:23.671Z Downloaded icu_normalizer v1.5.0
8152026-02-10T20:03:23.671Z Downloaded icu_locid_transform v1.5.0
8162026-02-10T20:03:23.697Z Downloaded httptest v0.16.3
8172026-02-10T20:03:23.697Z Downloaded http v1.4.0
8182026-02-10T20:03:23.697Z Downloaded crypto-common v0.1.6
8192026-02-10T20:03:23.698Z Downloaded kstat-rs v0.2.4
8202026-02-10T20:03:23.698Z Downloaded knuffel-derive v3.2.0
8212026-02-10T20:03:23.698Z Downloaded keccak v0.1.5
8222026-02-10T20:03:23.722Z Downloaded icu_locid v1.5.0
8232026-02-10T20:03:23.722Z Downloaded hyper-tls v0.6.0
8242026-02-10T20:03:23.722Z Downloaded hyper-rustls v0.27.7
8252026-02-10T20:03:23.722Z Downloaded hyper v1.8.1
8262026-02-10T20:03:23.722Z Downloaded humantime v2.2.0
8272026-02-10T20:03:23.747Z Downloaded httparse v1.9.5
8282026-02-10T20:03:23.747Z Downloaded hickory-resolver v0.25.2
8292026-02-10T20:03:23.747Z Downloaded hickory-proto v0.25.2
8302026-02-10T20:03:23.771Z Downloaded diesel_derives v2.2.3
8312026-02-10T20:03:23.771Z Downloaded aws-lc-rs v1.12.4
8322026-02-10T20:03:23.795Z Downloaded itertools v0.13.0
8332026-02-10T20:03:23.795Z Downloaded itertools v0.12.1
8342026-02-10T20:03:23.819Z Downloaded ingot-types v0.1.2
8352026-02-10T20:03:23.819Z Downloaded indicatif v0.17.11
8362026-02-10T20:03:23.819Z Downloaded indexmap v2.13.0
8372026-02-10T20:03:23.819Z Downloaded icu_provider_macros v1.5.0
8382026-02-10T20:03:23.819Z Downloaded hubpack v0.1.2
8392026-02-10T20:03:23.819Z Downloaded httpdate v1.0.3
8402026-02-10T20:03:23.819Z Downloaded aws-lc-sys v0.26.0
8412026-02-10T20:03:24.140Z Downloaded hickory-server v0.25.2
8422026-02-10T20:03:24.164Z Downloaded headers v0.4.1
8432026-02-10T20:03:24.164Z Downloaded hashbrown v0.12.3
8442026-02-10T20:03:24.164Z Downloaded itertools v0.10.5
8452026-02-10T20:03:24.188Z Downloaded is-terminal v0.4.13
8462026-02-10T20:03:24.188Z Downloaded instability v0.3.2
8472026-02-10T20:03:24.188Z Downloaded icu_collections v1.5.0
8482026-02-10T20:03:24.188Z Downloaded hubpack_derive v0.1.1
8492026-02-10T20:03:24.188Z Downloaded hostname v0.4.2
8502026-02-10T20:03:24.188Z Downloaded home v0.5.9
8512026-02-10T20:03:24.188Z Downloaded hex-literal v0.4.1
8522026-02-10T20:03:24.188Z Downloaded heck v0.5.0
8532026-02-10T20:03:24.188Z Downloaded goblin v0.8.2
8542026-02-10T20:03:24.213Z Downloaded event-listener-strategy v0.5.2
8552026-02-10T20:03:24.213Z Downloaded idna_adapter v1.2.0
8562026-02-10T20:03:24.213Z Downloaded icu_provider v1.5.0
8572026-02-10T20:03:24.213Z Downloaded icu_locid_transform_data v1.5.0
8582026-02-10T20:03:24.213Z Downloaded iana-time-zone v0.1.63
8592026-02-10T20:03:24.213Z Downloaded hkdf v0.12.4
8602026-02-10T20:03:24.213Z Downloaded hickory-client v0.25.2
8612026-02-10T20:03:24.213Z Downloaded hex v0.4.3
8622026-02-10T20:03:24.237Z Downloaded heck v0.4.1
8632026-02-10T20:03:24.237Z Downloaded heapless v0.7.17
8642026-02-10T20:03:24.237Z Downloaded hashbrown v0.16.1
8652026-02-10T20:03:24.237Z Downloaded hashbrown v0.14.5
8662026-02-10T20:03:24.237Z Downloaded half v1.8.3
8672026-02-10T20:03:24.237Z Downloaded guppy v0.17.20
8682026-02-10T20:03:24.261Z Downloaded gimli v0.31.1
8692026-02-10T20:03:24.261Z Downloaded atomic-waker v1.1.2
8702026-02-10T20:03:24.261Z Downloaded hyper-staticfile v0.10.1
8712026-02-10T20:03:24.261Z Downloaded http-body-util v0.1.3
8722026-02-10T20:03:24.285Z Downloaded http-body v1.0.1
8732026-02-10T20:03:24.285Z Downloaded hickory-resolver v0.24.4
8742026-02-10T20:03:24.286Z Downloaded hickory-proto v0.24.4
8752026-02-10T20:03:24.309Z Downloaded hashbrown v0.13.2
8762026-02-10T20:03:24.309Z Downloaded hash32 v0.2.1
8772026-02-10T20:03:24.309Z Downloaded h2 v0.4.6
8782026-02-10T20:03:24.309Z Downloaded goblin v0.10.2
8792026-02-10T20:03:24.333Z Downloaded futures-util v0.3.31
8802026-02-10T20:03:24.333Z Downloaded encoding_rs v0.8.34
8812026-02-10T20:03:24.359Z Downloaded highway v1.3.0
8822026-02-10T20:03:24.383Z Downloaded hash32 v0.3.1
8832026-02-10T20:03:24.383Z Downloaded half v2.4.1
8842026-02-10T20:03:24.383Z Downloaded guppy-workspace-hack v0.1.0
8852026-02-10T20:03:24.384Z Downloaded ghash v0.5.1
8862026-02-10T20:03:24.384Z Downloaded fxhash v0.2.1
8872026-02-10T20:03:24.384Z Downloaded heck v0.3.3
8882026-02-10T20:03:24.384Z Downloaded heapless v0.8.0
8892026-02-10T20:03:24.384Z Downloaded headers-core v0.3.0
8902026-02-10T20:03:24.385Z Downloaded hashbrown v0.15.4
8912026-02-10T20:03:24.409Z Downloaded group v0.13.0
8922026-02-10T20:03:24.409Z Downloaded globwalk v0.9.1
8932026-02-10T20:03:24.410Z Downloaded globset v0.4.15
8942026-02-10T20:03:24.410Z Downloaded glob v0.3.2
8952026-02-10T20:03:24.410Z Downloaded git2 v0.20.2
8962026-02-10T20:03:24.410Z Downloaded getrandom v0.3.4
8972026-02-10T20:03:24.410Z Downloaded futures-timer v3.0.3
8982026-02-10T20:03:24.410Z Downloaded futures-task v0.3.31
8992026-02-10T20:03:24.434Z Downloaded futures-lite v2.3.0
9002026-02-10T20:03:24.434Z Downloaded futures-io v0.3.31
9012026-02-10T20:03:24.434Z Downloaded futures-core v0.3.31
9022026-02-10T20:03:24.434Z Downloaded futures v0.3.31
9032026-02-10T20:03:24.434Z Downloaded funty v2.0.0
9042026-02-10T20:03:24.434Z Downloaded foreign-types-shared v0.3.1
9052026-02-10T20:03:24.434Z Downloaded flume v0.11.1
9062026-02-10T20:03:24.434Z Downloaded dtrace-parser v0.3.0
9072026-02-10T20:03:24.434Z Downloaded dropshot-api-manager-types v0.2.4
9082026-02-10T20:03:24.434Z Downloaded csv v1.3.1
9092026-02-10T20:03:24.459Z Downloaded chrono-tz v0.10.4
9102026-02-10T20:03:24.483Z Downloaded async-io v2.3.4
9112026-02-10T20:03:24.483Z Downloaded generic-array v0.14.7
9122026-02-10T20:03:24.483Z Downloaded futures-sink v0.3.31
9132026-02-10T20:03:24.483Z Downloaded futures-macro v0.3.31
9142026-02-10T20:03:24.507Z Downloaded futures-executor v0.3.31
9152026-02-10T20:03:24.507Z Downloaded futures-channel v0.3.31
9162026-02-10T20:03:24.507Z Downloaded form_urlencoded v1.2.2
9172026-02-10T20:03:24.509Z Downloaded foreign-types v0.3.2
9182026-02-10T20:03:24.509Z Downloaded foldhash v0.1.5
9192026-02-10T20:03:24.509Z Downloaded float-cmp v0.10.0
9202026-02-10T20:03:24.509Z Downloaded flate2 v1.1.2
9212026-02-10T20:03:24.509Z Downloaded flagset v0.4.6
9222026-02-10T20:03:24.509Z Downloaded fixedbitset v0.5.7
9232026-02-10T20:03:24.509Z Downloaded fd-lock v4.0.2
9242026-02-10T20:03:24.509Z Downloaded fallible-iterator v0.2.0
9252026-02-10T20:03:24.509Z Downloaded event-listener v5.3.1
9262026-02-10T20:03:24.534Z Downloaded errno v0.3.12
9272026-02-10T20:03:24.534Z Downloaded env_logger v0.11.8
9282026-02-10T20:03:24.534Z Downloaded either v1.15.0
9292026-02-10T20:03:24.534Z Downloaded ecdsa v0.16.9
9302026-02-10T20:03:24.534Z Downloaded dropshot v0.16.7
9312026-02-10T20:03:24.559Z Downloaded bytes v1.11.1
9322026-02-10T20:03:24.560Z Downloaded bitvec v1.0.1
9332026-02-10T20:03:24.584Z Downloaded fs-err v2.11.0
9342026-02-10T20:03:24.584Z Downloaded foreign-types-shared v0.1.1
9352026-02-10T20:03:24.584Z Downloaded foreign-types-macros v0.2.3
9362026-02-10T20:03:24.584Z Downloaded foreign-types v0.5.0
9372026-02-10T20:03:24.584Z Downloaded foldhash v0.2.0
9382026-02-10T20:03:24.584Z Downloaded float-ord v0.3.2
9392026-02-10T20:03:24.584Z Downloaded fixedbitset v0.4.2
9402026-02-10T20:03:24.584Z Downloaded filetime v0.2.26
9412026-02-10T20:03:24.608Z Downloaded erased-serde v0.3.31
9422026-02-10T20:03:24.608Z Downloaded endian-type v0.1.2
9432026-02-10T20:03:24.608Z Downloaded ed25519-dalek v2.1.1
9442026-02-10T20:03:24.608Z Downloaded dof v0.4.0
9452026-02-10T20:03:24.608Z Downloaded diesel v2.2.12
9462026-02-10T20:03:24.633Z Downloaded anyhow v1.0.99
9472026-02-10T20:03:24.657Z Downloaded ahash v0.8.12
9482026-02-10T20:03:24.657Z Downloaded fnv v1.0.7
9492026-02-10T20:03:24.657Z Downloaded fatfs v0.3.6
9502026-02-10T20:03:24.657Z Downloaded fancy-regex v0.14.0
9512026-02-10T20:03:24.657Z Downloaded expectorate v1.2.0
9522026-02-10T20:03:24.657Z Downloaded dropshot-api-manager v0.2.4
9532026-02-10T20:03:24.682Z Downloaded curve25519-dalek v4.1.3
9542026-02-10T20:03:24.682Z Downloaded crossterm v0.29.0
9552026-02-10T20:03:24.682Z Downloaded crossterm v0.28.1
9562026-02-10T20:03:24.706Z Downloaded criterion v0.7.0
9572026-02-10T20:03:24.706Z Downloaded backoff v0.4.0
9582026-02-10T20:03:24.706Z Downloaded fastrand v2.1.1
9592026-02-10T20:03:24.706Z Downloaded event-listener v2.5.3
9602026-02-10T20:03:24.706Z Downloaded escape8259 v0.5.3
9612026-02-10T20:03:24.706Z Downloaded erased-serde v0.4.6
9622026-02-10T20:03:24.730Z Downloaded equivalent v1.0.2
9632026-02-10T20:03:24.731Z Downloaded env_filter v0.1.2
9642026-02-10T20:03:24.731Z Downloaded ena v0.14.3
9652026-02-10T20:03:24.731Z Downloaded elliptic-curve v0.13.8
9662026-02-10T20:03:24.731Z Downloaded ed25519 v2.2.3
9672026-02-10T20:03:24.731Z Downloaded dyn-clone v1.0.20
9682026-02-10T20:03:24.731Z Downloaded dunce v1.0.5
9692026-02-10T20:03:24.731Z Downloaded dtrace-parser v0.2.0
9702026-02-10T20:03:24.731Z Downloaded dsl_auto_type v0.1.2
9712026-02-10T20:03:24.731Z Downloaded dropshot_endpoint v0.16.7
9722026-02-10T20:03:24.755Z Downloaded drift v0.1.3
9732026-02-10T20:03:24.755Z Downloaded des v0.8.1
9742026-02-10T20:03:24.755Z Downloaded derive_more-impl v2.0.1
9752026-02-10T20:03:24.755Z Downloaded derive_more v2.0.1
9762026-02-10T20:03:24.779Z Downloaded derive-where v1.5.0
9772026-02-10T20:03:24.779Z Downloaded der v0.7.10
9782026-02-10T20:03:24.779Z Downloaded datatest-stable v0.3.2
9792026-02-10T20:03:24.779Z Downloaded crypto-bigint v0.5.5
9802026-02-10T20:03:24.804Z Downloaded crossbeam-epoch v0.9.18
9812026-02-10T20:03:24.804Z Downloaded crossbeam-channel v0.5.15
9822026-02-10T20:03:24.804Z Downloaded chrono v0.4.43
9832026-02-10T20:03:24.828Z Downloaded cargo_metadata v0.19.2
9842026-02-10T20:03:24.828Z Downloaded bzip2 v0.4.4
9852026-02-10T20:03:24.828Z Downloaded bumpalo v3.16.0
9862026-02-10T20:03:24.828Z Downloaded bit-set v0.5.3
9872026-02-10T20:03:24.828Z Downloaded async-recursion v1.1.1
9882026-02-10T20:03:24.828Z Downloaded document-features v0.2.11
9892026-02-10T20:03:24.828Z Downloaded digest v0.10.7
9902026-02-10T20:03:24.828Z Downloaded diff v0.1.13
9912026-02-10T20:03:24.853Z Downloaded derive_more v0.99.20
9922026-02-10T20:03:24.853Z Downloaded derive_builder v0.20.2
9932026-02-10T20:03:24.853Z Downloaded derive-ex v0.1.8
9942026-02-10T20:03:24.853Z Downloaded defmt-macros v0.3.9
9952026-02-10T20:03:24.853Z Downloaded defmt v0.3.8
9962026-02-10T20:03:24.877Z Downloaded darling_core v0.21.0
9972026-02-10T20:03:24.877Z Downloaded darling_core v0.20.10
9982026-02-10T20:03:24.877Z Downloaded darling v0.20.10
9992026-02-10T20:03:24.877Z Downloaded daft-derive v0.1.4
10002026-02-10T20:03:24.904Z Downloaded daft v0.1.4
10012026-02-10T20:03:24.905Z Downloaded cstr-argument v0.1.2
10022026-02-10T20:03:24.905Z Downloaded crossbeam-utils v0.8.21
10032026-02-10T20:03:24.905Z Downloaded crossbeam-deque v0.8.5
10042026-02-10T20:03:24.905Z Downloaded critical-section v1.1.3
10052026-02-10T20:03:24.905Z Downloaded const-oid v0.9.6
10062026-02-10T20:03:24.905Z Downloaded console v0.16.0
10072026-02-10T20:03:24.905Z Downloaded cmake v0.1.51
10082026-02-10T20:03:24.905Z Downloaded clap_derive v4.5.47
10092026-02-10T20:03:24.930Z Downloaded clap v4.5.48
10102026-02-10T20:03:24.931Z Downloaded cexpr v0.6.0
10112026-02-10T20:03:24.931Z Downloaded cargo-util-schemas v0.8.2
10122026-02-10T20:03:24.931Z Downloaded cancel-safe-futures v0.1.5
10132026-02-10T20:03:24.931Z Downloaded bitflags v1.3.2
10142026-02-10T20:03:24.956Z Downloaded async-channel v2.3.1
10152026-02-10T20:03:24.956Z Downloaded arrayref v0.3.9
10162026-02-10T20:03:24.956Z Downloaded allocator-api2 v0.2.21
10172026-02-10T20:03:24.956Z Downloaded adler2 v2.0.0
10182026-02-10T20:03:24.956Z Downloaded displaydoc v0.2.5
10192026-02-10T20:03:24.956Z Downloaded display-error-chain v0.2.2
10202026-02-10T20:03:24.956Z Downloaded dirs-sys-next v0.1.2
10212026-02-10T20:03:24.956Z Downloaded derive_builder_core v0.20.2
10222026-02-10T20:03:24.956Z Downloaded der_derive v0.7.3
10232026-02-10T20:03:24.956Z Downloaded debug-ignore v1.0.5
10242026-02-10T20:03:24.956Z Downloaded darling_macro v0.20.10
10252026-02-10T20:03:24.956Z Downloaded curve25519-dalek-derive v0.1.1
10262026-02-10T20:03:24.956Z Downloaded csv-core v0.1.11
10272026-02-10T20:03:24.983Z Downloaded criterion-plot v0.6.0
10282026-02-10T20:03:24.983Z Downloaded cookie_store v0.21.1
10292026-02-10T20:03:24.983Z Downloaded cookie v0.18.1
10302026-02-10T20:03:24.983Z Downloaded convert_case v0.7.1
10312026-02-10T20:03:24.983Z Downloaded const_format v0.2.34
10322026-02-10T20:03:24.983Z Downloaded compact_str v0.8.0
10332026-02-10T20:03:24.983Z Downloaded clap_lex v0.7.4
10342026-02-10T20:03:24.983Z Downloaded clap_builder v4.5.48
10352026-02-10T20:03:25.007Z Downloaded chumsky v0.9.3
10362026-02-10T20:03:25.007Z Downloaded castaway v0.2.3
10372026-02-10T20:03:25.007Z Downloaded byteorder v1.5.0
10382026-02-10T20:03:25.007Z Downloaded blocking v1.6.1
10392026-02-10T20:03:25.008Z Downloaded base64ct v1.6.0
10402026-02-10T20:03:25.008Z Downloaded base64 v0.13.1
10412026-02-10T20:03:25.008Z Downloaded autocfg v1.4.0
10422026-02-10T20:03:25.032Z Downloaded async-stream-impl v0.3.6
10432026-02-10T20:03:25.032Z Downloaded async-signal v0.2.10
10442026-02-10T20:03:25.032Z Downloaded arc-swap v1.7.1
10452026-02-10T20:03:25.032Z Downloaded aead v0.5.2
10462026-02-10T20:03:25.032Z Downloaded diesel-dtrace v0.4.2
10472026-02-10T20:03:25.032Z Downloaded derive_builder_macro v0.20.2
10482026-02-10T20:03:25.032Z Downloaded deranged v0.5.3
10492026-02-10T20:03:25.032Z Downloaded ctr v0.9.2
10502026-02-10T20:03:25.032Z Downloaded crunchy v0.2.2
10512026-02-10T20:03:25.032Z Downloaded crucible-workspace-hack v0.1.0
10522026-02-10T20:03:25.032Z Downloaded crc-any v2.5.0
10532026-02-10T20:03:25.033Z Downloaded crc v3.2.1
10542026-02-10T20:03:25.058Z Downloaded convert_case v0.4.0
10552026-02-10T20:03:25.058Z Downloaded constant_time_eq v0.3.1
10562026-02-10T20:03:25.058Z Downloaded console v0.15.10
10572026-02-10T20:03:25.058Z Downloaded colored v3.0.0
10582026-02-10T20:03:25.058Z Downloaded colorchoice v1.0.2
10592026-02-10T20:03:25.058Z Downloaded clang-sys v1.8.1
10602026-02-10T20:03:25.058Z Downloaded chacha20poly1305 v0.10.1
10612026-02-10T20:03:25.058Z Downloaded chacha20 v0.9.1
10622026-02-10T20:03:25.058Z Downloaded cfg-expr v0.20.1
10632026-02-10T20:03:25.082Z Downloaded assert_matches v1.5.0
10642026-02-10T20:03:25.082Z Downloaded diesel_table_macro_syntax v0.2.0
10652026-02-10T20:03:25.082Z Downloaded defmt-parser v0.3.4
10662026-02-10T20:03:25.082Z Downloaded darling_macro v0.21.0
10672026-02-10T20:03:25.082Z Downloaded crc8 v0.1.1
10682026-02-10T20:03:25.082Z Downloaded crc32fast v1.4.2
10692026-02-10T20:03:25.082Z Downloaded crc-catalog v2.4.0
10702026-02-10T20:03:25.082Z Downloaded cpufeatures v0.2.14
10712026-02-10T20:03:25.082Z Downloaded corncobs v0.1.4
10722026-02-10T20:03:25.082Z Downloaded const_format_proc_macros v0.2.34
10732026-02-10T20:03:25.082Z Downloaded cobs v0.2.3
10742026-02-10T20:03:25.082Z Downloaded cipher v0.4.4
10752026-02-10T20:03:25.082Z Downloaded ciborium-ll v0.2.2
10762026-02-10T20:03:25.082Z Downloaded ciborium-io v0.2.2
10772026-02-10T20:03:25.082Z Downloaded cfg_aliases v0.2.1
10782026-02-10T20:03:25.108Z Downloaded assert_cmd v2.0.17
10792026-02-10T20:03:25.109Z Downloaded anstream v0.6.18
10802026-02-10T20:03:25.109Z Downloaded aes v0.8.4
10812026-02-10T20:03:25.109Z Downloaded data-encoding v2.9.0
10822026-02-10T20:03:25.109Z Downloaded darling v0.21.0
10832026-02-10T20:03:25.109Z Downloaded concurrent-queue v2.5.0
10842026-02-10T20:03:25.109Z Downloaded colored v2.2.0
10852026-02-10T20:03:25.133Z Downloaded ciborium v0.2.2
10862026-02-10T20:03:25.133Z Downloaded cfg_aliases v0.1.1
10872026-02-10T20:03:25.133Z Downloaded cfg-if v1.0.4
10882026-02-10T20:03:25.134Z Downloaded cc v1.2.30
10892026-02-10T20:03:25.134Z Downloaded cargo_metadata v0.21.0
10902026-02-10T20:03:25.134Z Downloaded cargo-platform v0.1.8
10912026-02-10T20:03:25.134Z Downloaded bzip2 v0.5.2
10922026-02-10T20:03:25.134Z Downloaded buf-list v1.0.3
10932026-02-10T20:03:25.134Z Downloaded blake2b_simd v1.0.2
10942026-02-10T20:03:25.134Z Downloaded blake2 v0.10.6
10952026-02-10T20:03:25.134Z Downloaded bit-vec v0.8.0
10962026-02-10T20:03:25.158Z Downloaded bit-vec v0.6.3
10972026-02-10T20:03:25.158Z Downloaded bindgen v0.71.1
10982026-02-10T20:03:25.158Z Downloaded async-process v2.3.0
10992026-02-10T20:03:25.158Z Downloaded anstyle v1.0.11
11002026-02-10T20:03:25.158Z Downloaded camino-tempfile v1.4.1
11012026-02-10T20:03:25.158Z Downloaded block-padding v0.3.3
11022026-02-10T20:03:25.158Z Downloaded bitfield-macros v0.19.2
11032026-02-10T20:03:25.158Z Downloaded bcrypt-pbkdf v0.10.0
11042026-02-10T20:03:25.158Z Downloaded bb8 v0.8.5
11052026-02-10T20:03:25.184Z Downloaded base16ct v0.2.0
11062026-02-10T20:03:25.184Z Downloaded atty v0.2.14
11072026-02-10T20:03:25.184Z Downloaded atomicwrites v0.4.4
11082026-02-10T20:03:25.184Z Downloaded async-stream v0.3.6
11092026-02-10T20:03:25.184Z Downloaded async-std v1.13.0
11102026-02-10T20:03:25.208Z Downloaded async-global-executor v2.4.1
11112026-02-10T20:03:25.208Z Downloaded async-bb8-diesel v0.2.1
11122026-02-10T20:03:25.208Z Downloaded assert-json-diff v2.0.2
11132026-02-10T20:03:25.208Z Downloaded arrayvec v0.7.6
11142026-02-10T20:03:25.208Z Downloaded array-init v0.0.4
11152026-02-10T20:03:25.208Z Downloaded addr2line v0.24.2
11162026-02-10T20:03:25.208Z Downloaded camino v1.2.2
11172026-02-10T20:03:25.208Z Downloaded blowfish v0.9.1
11182026-02-10T20:03:25.232Z Downloaded bindgen v0.69.5
11192026-02-10T20:03:25.232Z Downloaded async-lock v3.4.0
11202026-02-10T20:03:25.232Z Downloaded async-channel v1.9.0
11212026-02-10T20:03:25.232Z Downloaded argon2 v0.5.3
11222026-02-10T20:03:25.232Z Downloaded anes v0.1.6
11232026-02-10T20:03:25.870Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11242026-02-10T20:03:47.742Z Startup: Refreshing catalog 'helios-dev' ... Done
11252026-02-10T20:04:08.371Z Startup: Caching catalogs ... Done
11262026-02-10T20:04:40.503ZPlanning: Solver setup ... Done (31.741s)
11272026-02-10T20:04:40.737ZPlanning: Running solver ... Done (0.235s)
11282026-02-10T20:04:40.896ZPlanning: Finding local manifests ... Done (0.002s)
11292026-02-10T20:04:41.070ZPlanning: Fetching manifests: 0/4 0% complete
11302026-02-10T20:04:41.575ZPlanning: Fetching manifests: 4/4 100% complete
11312026-02-10T20:04:41.649ZPlanning: Package planning ... Done (0.074s)
11322026-02-10T20:04:41.726ZPlanning: Merging actions ... Done (0.077s)
11332026-02-10T20:04:42.156ZPlanning: Checking for conflicting actions ... Done (0.430s)
11342026-02-10T20:04:42.181ZPlanning: Consolidating action changes ... Done (0.016s)
11352026-02-10T20:04:42.930ZPlanning: Evaluating mediators ... Done (0.757s)
11362026-02-10T20:04:42.954ZPlanning: Planning completed in 36.74 seconds
11372026-02-10T20:04:42.980Z Packages to install: 4
11382026-02-10T20:04:42.980Z Mediators to change: 2
11392026-02-10T20:04:42.980Z Services to change: 1
11402026-02-10T20:04:42.980Z Estimated space available: 154.47 GB
11412026-02-10T20:04:42.980ZEstimated space to be consumed: 1.81 GB
11422026-02-10T20:04:42.980Z Create boot environment: No
11432026-02-10T20:04:42.980ZCreate backup boot environment: No
11442026-02-10T20:04:42.980Z Rebuild boot archive: No
11452026-02-10T20:04:42.980Z
11462026-02-10T20:04:42.980ZChanged mediators:
11472026-02-10T20:04:42.980Z mediator clang:
11482026-02-10T20:04:42.980Z version: None -> 15 (system default)
11492026-02-10T20:04:42.980Z
11502026-02-10T20:04:42.980Z mediator llvm:
11512026-02-10T20:04:42.980Z version: 14 (system default) -> 15 (system default)
11522026-02-10T20:04:42.980Z
11532026-02-10T20:04:42.981ZChanged packages:
11542026-02-10T20:04:42.981Zhelios-dev
11552026-02-10T20:04:42.981Z developer/build-essential
11562026-02-10T20:04:42.981Z None -> 11-2.0
11572026-02-10T20:04:42.981Z library/libxmlsec1
11582026-02-10T20:04:42.981Z None -> 1.2.35-2.0
11592026-02-10T20:04:42.981Z ooce/developer/clang-15
11602026-02-10T20:04:42.981Z None -> 15.0.7-2.0
11612026-02-10T20:04:42.981Z ooce/developer/llvm-15
11622026-02-10T20:04:42.981Z None -> 15.0.7-2.0
11632026-02-10T20:04:42.981Z
11642026-02-10T20:04:42.981ZServices:
11652026-02-10T20:04:42.981Z restart_fmri:
11662026-02-10T20:04:42.981Z svc:/system/update-man-index:default
11672026-02-10T20:04:43.042Z
11682026-02-10T20:04:43.042ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11692026-02-10T20:04:48.043ZDownload: 1245/3290 items 89.9/212.6MB 42% complete (18.1M/s)
11702026-02-10T20:04:53.043ZDownload: 3248/3290 items 191.2/212.6MB 89% complete (19.2M/s)
11712026-02-10T20:04:54.942ZDownload: Completed 212.60 MB in 11.90 seconds (17.9M/s)
11722026-02-10T20:04:55.243Z Actions: 1/3689 actions (Installing new actions)
11732026-02-10T20:05:00.293Z Actions: 2592/3689 actions (Installing new actions)
11742026-02-10T20:05:01.426Z Actions: Completed 3689 actions in 6.18 seconds.
11752026-02-10T20:05:02.225Z Done (0.792s)
11762026-02-10T20:05:02.225Z Done (0.000s)
11772026-02-10T20:05:03.779Z Done (1.554s)
11782026-02-10T20:05:10.193Z Done (6.089s)
11792026-02-10T20:05:10.280Z Done (0.023s)
11802026-02-10T20:05:10.304Z Done (0.000s)
11812026-02-10T20:05:10.455Z Done (0.000s)
11822026-02-10T20:05:11.585ZPlanning: Evaluating mediator changes ... Done
11832026-02-10T20:05:11.827ZPlanning: Checking for conflicting actions ... Done
11842026-02-10T20:05:11.851ZPlanning: Consolidating action changes ... Done
11852026-02-10T20:05:12.237ZPlanning: Evaluating mediators ... Done
11862026-02-10T20:05:12.261ZPlanning: Planning completed in 0.65 seconds
11872026-02-10T20:05:12.288Z Mediators to change: 2
11882026-02-10T20:05:12.288Z Create boot environment: No
11892026-02-10T20:05:12.288ZCreate backup boot environment: No
11902026-02-10T20:05:12.363Z Done
11912026-02-10T20:05:12.363Z Done
11922026-02-10T20:05:13.636Z Done
11932026-02-10T20:05:19.212Z Done
11942026-02-10T20:05:19.313Z Done
11952026-02-10T20:05:19.313Z Done
11962026-02-10T20:05:19.392Z Done
11972026-02-10T20:05:20.291ZPlanning: Evaluating mediator changes ... Done
11982026-02-10T20:05:20.315ZPlanning: Merging actions ... Done
11992026-02-10T20:05:20.598ZPlanning: Checking for conflicting actions ... Done
12002026-02-10T20:05:20.622ZPlanning: Consolidating action changes ... Done
12012026-02-10T20:05:20.988ZPlanning: Evaluating mediators ... Done
12022026-02-10T20:05:21.071ZPlanning: Planning completed in 1.15 seconds
12032026-02-10T20:05:21.116Z Packages to change: 1
12042026-02-10T20:05:21.116Z Mediators to change: 1
12052026-02-10T20:05:21.116Z Services to change: 1
12062026-02-10T20:05:21.116Z Create boot environment: No
12072026-02-10T20:05:21.116ZCreate backup boot environment: Yes
12082026-02-10T20:05:23.252Z Actions: 1/6 actions (Updating modified actions)
12092026-02-10T20:05:23.276Z Actions: Completed 6 actions in 0.00 seconds.
12102026-02-10T20:05:23.276Z Done
12112026-02-10T20:05:23.276Z Done
12122026-02-10T20:05:23.538Z Done
12132026-02-10T20:05:28.915Z Done
12142026-02-10T20:05:29.020Z Done
12152026-02-10T20:05:29.044Z Done
12162026-02-10T20:05:29.081Z Done
12172026-02-10T20:05:29.747ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12182026-02-10T20:05:29.747Zclang system 15 system
12192026-02-10T20:05:29.747Zcsh system system illumos
12202026-02-10T20:05:29.747Zctags system system illumos
12212026-02-10T20:05:29.747Zfile system system illumos
12222026-02-10T20:05:29.747Zgcc vendor 12 vendor
12232026-02-10T20:05:29.747Zgcc system 10 system
12242026-02-10T20:05:29.747Zgcc system 7 system
12252026-02-10T20:05:29.748Zgo system 1.20 system
12262026-02-10T20:05:29.748Zgo system 1.19 system
12272026-02-10T20:05:29.748Zllvm system 15 system
12282026-02-10T20:05:29.748Zllvm system 14 system
12292026-02-10T20:05:29.748Zmariadb system 10.6 system
12302026-02-10T20:05:29.748Zmta vendor vendor dma
12312026-02-10T20:05:29.748Zopenjdk system 17 system
12322026-02-10T20:05:29.748Zopenjdk system 11 system
12332026-02-10T20:05:29.748Zopenjdk system 1.8 system
12342026-02-10T20:05:29.748Zopenssl vendor 3 vendor
12352026-02-10T20:05:29.748Zperl system 5.36 system
12362026-02-10T20:05:29.748Zpostgresql system 15 system
12372026-02-10T20:05:29.748Zpostgresql system 13 system
12382026-02-10T20:05:29.748Zpython vendor 3 vendor
12392026-02-10T20:05:29.748Zpython system 2 system
12402026-02-10T20:05:29.748Zpython3 system 3.11 system
12412026-02-10T20:05:29.748Zruby system 3.0 system
12422026-02-10T20:05:29.748Zwords vendor vendor american-english
12432026-02-10T20:05:29.748Zwords system system australian-english
12442026-02-10T20:05:29.748Zwords system system british-english
12452026-02-10T20:05:29.748Zwords system system canadian-english
12462026-02-10T20:05:29.748Zwords system system french
12472026-02-10T20:05:29.748Zwords system system italian
12482026-02-10T20:05:29.748Zwords system system ngerman
12492026-02-10T20:05:29.748Zwords system system ogerman
12502026-02-10T20:05:29.748Zwords system system spanish
12512026-02-10T20:05:30.223ZPUBLISHER TYPE STATUS P LOCATION
12522026-02-10T20:05:30.223Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12532026-02-10T20:05:40.305ZFMRI IFO
12542026-02-10T20:05:40.305Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12552026-02-10T20:05:40.305Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12562026-02-10T20:05:40.305Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12572026-02-10T20:05:40.305Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12582026-02-10T20:05:40.305Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12592026-02-10T20:05:40.305Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12602026-02-10T20:05:40.305Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12612026-02-10T20:05:40.305Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12622026-02-10T20:05:40.305Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12632026-02-10T20:05:40.305Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12642026-02-10T20:05:40.305Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12652026-02-10T20:05:40.305Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12662026-02-10T20:05:40.305Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12672026-02-10T20:05:40.305Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12682026-02-10T20:05:40.305Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12692026-02-10T20:05:40.305Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12702026-02-10T20:05:42.518Z Downloading crates ...
12712026-02-10T20:05:42.629Z Downloaded cargo_toml v0.21.0
12722026-02-10T20:05:42.754Z Compiling proc-macro2 v1.0.101
12732026-02-10T20:05:42.778Z Compiling unicode-ident v1.0.19
12742026-02-10T20:05:42.778Z Compiling serde_core v1.0.228
12752026-02-10T20:05:42.778Z Compiling version_check v0.9.5
12762026-02-10T20:05:42.778Z Compiling serde v1.0.228
12772026-02-10T20:05:42.778Z Compiling libc v0.2.180
12782026-02-10T20:05:42.778Z Compiling memchr v2.7.4
12792026-02-10T20:05:42.802Z Compiling thiserror v2.0.18
12802026-02-10T20:05:43.091Z Compiling stable_deref_trait v1.2.0
12812026-02-10T20:05:43.201Z Compiling zmij v1.0.15
12822026-02-10T20:05:43.556Z Compiling writeable v0.5.5
12832026-02-10T20:05:43.580Z Compiling itoa v1.0.11
12842026-02-10T20:05:43.840Z Compiling ucd-trie v0.1.7
12852026-02-10T20:05:44.209Z Compiling autocfg v1.4.0
12862026-02-10T20:05:44.256Z Compiling litemap v0.7.3
12872026-02-10T20:05:44.366Z Compiling thiserror v1.0.69
12882026-02-10T20:05:44.401Z Compiling icu_locid_transform_data v1.5.0
12892026-02-10T20:05:44.517Z Compiling bitflags v2.9.4
12902026-02-10T20:05:44.929Z Compiling quote v1.0.40
12912026-02-10T20:05:45.029Z Compiling errno v0.3.12
12922026-02-10T20:05:45.205Z Compiling byteorder v1.5.0
12932026-02-10T20:05:45.285Z Compiling serde_json v1.0.149
12942026-02-10T20:05:45.310Z Compiling syn v2.0.114
12952026-02-10T20:05:45.572Z Compiling icu_properties_data v1.5.0
12962026-02-10T20:05:45.606Z Compiling num-traits v0.2.19
12972026-02-10T20:05:45.646Z Compiling icu_normalizer_data v1.5.0
12982026-02-10T20:05:45.671Z Compiling equivalent v1.0.2
12992026-02-10T20:05:45.781Z Compiling rustix v0.38.37
13002026-02-10T20:05:45.865Z Compiling utf8_iter v1.0.4
13012026-02-10T20:05:45.960Z Compiling smallvec v1.15.1
13022026-02-10T20:05:46.143Z Compiling hashbrown v0.16.1
13032026-02-10T20:05:46.168Z Compiling utf16_iter v1.0.5
13042026-02-10T20:05:46.168Z Compiling typeid v1.0.3
13052026-02-10T20:05:46.376Z Compiling write16 v1.0.0
13062026-02-10T20:05:46.606Z Compiling proc-macro-error-attr v1.0.4
13072026-02-10T20:05:46.698Z Compiling usdt-impl v0.5.0
13082026-02-10T20:05:46.786Z Compiling winnow v0.7.14
13092026-02-10T20:05:46.923Z Compiling syn v1.0.109
13102026-02-10T20:05:47.054Z Compiling toml_write v0.1.2
13112026-02-10T20:05:47.334Z Compiling indexmap v2.13.0
13122026-02-10T20:05:47.358Z Compiling thread-id v4.2.2
13132026-02-10T20:05:47.739Z Compiling proc-macro-error v1.0.4
13142026-02-10T20:05:47.998Z Compiling plain v0.2.3
13152026-02-10T20:05:48.163Z Compiling camino v1.2.2
13162026-02-10T20:05:48.765Z Compiling percent-encoding v2.3.2
13172026-02-10T20:05:48.790Z Compiling rustix v1.1.3
13182026-02-10T20:05:48.972Z Compiling utf8parse v0.2.2
13192026-02-10T20:05:49.250Z Compiling getrandom v0.3.4
13202026-02-10T20:05:49.274Z Compiling log v0.4.29
13212026-02-10T20:05:49.450Z Compiling anstyle-parse v0.2.5
13222026-02-10T20:05:49.644Z Compiling ordered-float v2.10.1
13232026-02-10T20:05:49.871Z Compiling form_urlencoded v1.2.2
13242026-02-10T20:05:50.037Z Compiling terminal_size v0.4.0
13252026-02-10T20:05:50.663Z Compiling pretty-hex v0.4.1
13262026-02-10T20:05:50.752Z Compiling cfg-if v1.0.4
13272026-02-10T20:05:50.824Z Compiling anstyle v1.0.11
13282026-02-10T20:05:50.892Z Compiling colorchoice v1.0.2
13292026-02-10T20:05:50.917Z Compiling anstyle-query v1.1.1
13302026-02-10T20:05:51.100Z Compiling is_terminal_polyfill v1.70.1
13312026-02-10T20:05:51.265Z Compiling anstream v0.6.18
13322026-02-10T20:05:51.352Z Compiling semver v1.0.27
13332026-02-10T20:05:51.914Z Compiling fs-err v3.1.1
13342026-02-10T20:05:52.118Z Compiling bytecount v0.6.8
13352026-02-10T20:05:52.176Z Compiling once_cell v1.21.3
13362026-02-10T20:05:52.249Z Compiling clap_lex v0.7.4
13372026-02-10T20:05:52.274Z Compiling heck v0.5.0
13382026-02-10T20:05:52.368Z Compiling heck v0.4.1
13392026-02-10T20:05:52.593Z Compiling fastrand v2.1.1
13402026-02-10T20:05:52.726Z Compiling synstructure v0.13.1
13412026-02-10T20:05:52.757Z Compiling anyhow v1.0.99
13422026-02-10T20:05:52.888Z Compiling unicode-width v0.1.14
13432026-02-10T20:05:53.098Z Compiling strsim v0.11.1
13442026-02-10T20:05:53.488Z Compiling fnv v1.0.7
13452026-02-10T20:05:53.569Z Compiling unicode-xid v0.2.6
13462026-02-10T20:05:53.645Z Compiling papergrid v0.11.0
13472026-02-10T20:05:53.788Z Compiling clap_builder v4.5.48
13482026-02-10T20:05:53.982Z Compiling tempfile v3.24.0
13492026-02-10T20:05:54.347Z Compiling memmap v0.7.0
13502026-02-10T20:05:54.455Z Compiling unicode-width v0.2.0
13512026-02-10T20:05:54.678Z Compiling smawk v0.3.2
13522026-02-10T20:05:54.906Z Compiling unicode-linebreak v0.1.5
13532026-02-10T20:05:54.956Z Compiling camino-tempfile v1.4.1
13542026-02-10T20:05:55.417Z Compiling textwrap v0.16.2
13552026-02-10T20:05:55.921Z Compiling tabled_derive v0.7.0
13562026-02-10T20:05:55.966Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13572026-02-10T20:05:56.056Z Compiling swrite v0.1.0
13582026-02-10T20:05:56.931Z Compiling serde_derive v1.0.228
13592026-02-10T20:05:56.932Z Compiling zerofrom-derive v0.1.4
13602026-02-10T20:05:56.932Z Compiling yoke-derive v0.7.4
13612026-02-10T20:05:56.996Z Compiling zerovec-derive v0.10.3
13622026-02-10T20:05:57.020Z Compiling thiserror-impl v2.0.18
13632026-02-10T20:05:57.386Z Compiling displaydoc v0.2.5
13642026-02-10T20:05:58.957Z Compiling icu_provider_macros v1.5.0
13652026-02-10T20:05:59.503Z Compiling thiserror-impl v1.0.69
13662026-02-10T20:06:00.039Z Compiling zerocopy-derive v0.7.35
13672026-02-10T20:06:00.297Z Compiling scroll_derive v0.12.0
13682026-02-10T20:06:00.550Z Compiling pest v2.8.2
13692026-02-10T20:06:00.589Z Compiling zerofrom v0.1.4
13702026-02-10T20:06:00.885Z Compiling yoke v0.7.4
13712026-02-10T20:06:01.312Z Compiling zerovec v0.10.4
13722026-02-10T20:06:01.700Z Compiling scroll v0.12.0
13732026-02-10T20:06:02.043Z Compiling clap_derive v4.5.47
13742026-02-10T20:06:02.115Z Compiling zerocopy v0.7.35
13752026-02-10T20:06:02.321Z Compiling goblin v0.8.2
13762026-02-10T20:06:02.392Z Compiling tabled v0.15.0
13772026-02-10T20:06:03.235Z Compiling tinystr v0.7.6
13782026-02-10T20:06:03.556Z Compiling pest_meta v2.8.2
13792026-02-10T20:06:03.589Z Compiling icu_collections v1.5.0
13802026-02-10T20:06:03.707Z Compiling icu_locid v1.5.0
13812026-02-10T20:06:05.122Z Compiling icu_provider v1.5.0
13822026-02-10T20:06:05.461Z Compiling pest_generator v2.8.2
13832026-02-10T20:06:05.487Z Compiling toml_datetime v0.6.11
13842026-02-10T20:06:06.009Z Compiling icu_locid_transform v1.5.0
13852026-02-10T20:06:06.034Z Compiling serde_spanned v0.6.9
13862026-02-10T20:06:06.228Z Compiling dof v0.3.0
13872026-02-10T20:06:06.334Z Compiling toml_edit v0.22.27
13882026-02-10T20:06:06.720Z Compiling serde_tokenstream v0.2.2
13892026-02-10T20:06:07.175Z Compiling erased-serde v0.4.6
13902026-02-10T20:06:07.398Z Compiling serde-value v0.7.0
13912026-02-10T20:06:07.679Z Compiling cargo-platform v0.2.0
13922026-02-10T20:06:08.143Z Compiling pest_derive v2.8.2
13932026-02-10T20:06:08.251Z Compiling icu_properties v1.5.1
13942026-02-10T20:06:08.355Z Compiling serde-untagged v0.1.7
13952026-02-10T20:06:08.446Z Compiling clap v4.5.48
13962026-02-10T20:06:08.586Z Compiling macaddr v1.0.1
13972026-02-10T20:06:09.006Z Compiling dtrace-parser v0.2.0
13982026-02-10T20:06:10.589Z Compiling toml v0.8.23
13992026-02-10T20:06:11.309Z Compiling usdt-macro v0.5.0
14002026-02-10T20:06:11.338Z Compiling usdt-attr-macro v0.5.0
14012026-02-10T20:06:11.581Z Compiling cargo_toml v0.21.0
14022026-02-10T20:06:12.408Z Compiling icu_normalizer v1.5.0
14032026-02-10T20:06:12.678Z Compiling usdt v0.5.0
14042026-02-10T20:06:13.428Z Compiling idna_adapter v1.2.0
14052026-02-10T20:06:13.630Z Compiling idna v1.0.3
14062026-02-10T20:06:14.381Z Compiling url v2.5.4
14072026-02-10T20:06:15.452Z Compiling cargo-util-schemas v0.8.2
14082026-02-10T20:06:17.919Z Compiling cargo_metadata v0.21.0
14092026-02-10T20:06:20.454Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14102026-02-10T20:06:25.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.10s
14112026-02-10T20:06:25.482Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
14122026-02-10T20:06:27.253Z Compiling value-bag v1.12.0
14132026-02-10T20:06:27.253Z Compiling lock_api v0.4.12
14142026-02-10T20:06:27.253Z Compiling scopeguard v1.2.0
14152026-02-10T20:06:27.278Z Compiling shlex v1.3.0
14162026-02-10T20:06:27.278Z Compiling smallvec v1.15.1
14172026-02-10T20:06:27.278Z Compiling syn v2.0.114
14182026-02-10T20:06:27.278Z Compiling getrandom v0.2.15
14192026-02-10T20:06:27.278Z Compiling jobserver v0.1.32
14202026-02-10T20:06:27.511Z Compiling typenum v1.17.0
14212026-02-10T20:06:27.770Z Compiling log v0.4.29
14222026-02-10T20:06:27.795Z Compiling cc v1.2.30
14232026-02-10T20:06:27.846Z Compiling rand_core v0.6.4
14242026-02-10T20:06:27.874Z Compiling generic-array v0.14.7
14252026-02-10T20:06:28.126Z Compiling subtle v2.6.1
14262026-02-10T20:06:28.261Z Compiling portable-atomic v1.11.0
14272026-02-10T20:06:28.299Z Compiling critical-section v1.1.3
14282026-02-10T20:06:28.437Z Compiling const-oid v0.9.6
14292026-02-10T20:06:28.485Z Compiling getrandom v0.3.4
14302026-02-10T20:06:28.511Z Compiling serde_json v1.0.149
14312026-02-10T20:06:28.536Z Compiling pkg-config v0.3.31
14322026-02-10T20:06:28.857Z Compiling spin v0.9.8
14332026-02-10T20:06:29.317Z Compiling parking_lot_core v0.9.10
14342026-02-10T20:06:29.762Z Compiling pin-project-lite v0.2.14
14352026-02-10T20:06:29.785Z Compiling regex-syntax v0.8.5
14362026-02-10T20:06:29.957Z Compiling rustix v0.38.37
14372026-02-10T20:06:30.270Z Compiling libm v0.2.8
14382026-02-10T20:06:30.629Z Compiling once_cell v1.21.3
14392026-02-10T20:06:30.727Z Compiling signal-hook-registry v1.4.2
14402026-02-10T20:06:30.830Z Compiling num-traits v0.2.19
14412026-02-10T20:06:30.941Z Compiling allocator-api2 v0.2.21
14422026-02-10T20:06:31.067Z Compiling parking_lot v0.12.3
14432026-02-10T20:06:31.496Z Compiling mio v1.0.2
14442026-02-10T20:06:31.665Z Compiling futures-core v0.3.31
14452026-02-10T20:06:31.819Z Compiling lazy_static v1.5.0
14462026-02-10T20:06:31.934Z Compiling aho-corasick v1.1.3
14472026-02-10T20:06:31.959Z Compiling percent-encoding v2.3.2
14482026-02-10T20:06:31.983Z Compiling socket2 v0.6.1
14492026-02-10T20:06:32.326Z Compiling slab v0.4.9
14502026-02-10T20:06:32.651Z Compiling cpufeatures v0.2.14
14512026-02-10T20:06:32.802Z Compiling glob v0.3.2
14522026-02-10T20:06:32.887Z Compiling either v1.15.0
14532026-02-10T20:06:32.912Z Compiling futures-sink v0.3.31
14542026-02-10T20:06:33.097Z Compiling futures-channel v0.3.31
14552026-02-10T20:06:33.308Z Compiling hashbrown v0.16.1
14562026-02-10T20:06:33.346Z Compiling futures-io v0.3.31
14572026-02-10T20:06:33.615Z Compiling rustversion v1.0.22
14582026-02-10T20:06:33.643Z Compiling prettyplease v0.2.36
14592026-02-10T20:06:33.667Z Compiling clang-sys v1.8.1
14602026-02-10T20:06:33.998Z Compiling regex-automata v0.4.11
14612026-02-10T20:06:34.325Z Compiling pin-utils v0.1.0
14622026-02-10T20:06:34.361Z Compiling futures-task v0.3.31
14632026-02-10T20:06:34.504Z Compiling minimal-lexical v0.2.1
14642026-02-10T20:06:34.628Z Compiling indexmap v2.13.0
14652026-02-10T20:06:34.707Z Compiling libloading v0.8.5
14662026-02-10T20:06:35.073Z Compiling synstructure v0.13.1
14672026-02-10T20:06:35.106Z Compiling nom v7.1.3
14682026-02-10T20:06:35.797Z Compiling home v0.5.9
14692026-02-10T20:06:36.026Z Compiling base64ct v1.6.0
14702026-02-10T20:06:36.086Z Compiling bindgen v0.69.5
14712026-02-10T20:06:36.175Z Compiling ident_case v1.0.1
14722026-02-10T20:06:36.460Z Compiling itertools v0.12.1
14732026-02-10T20:06:36.669Z Compiling pem-rfc7468 v0.7.0
14742026-02-10T20:06:37.039Z Compiling form_urlencoded v1.2.2
14752026-02-10T20:06:37.369Z Compiling flagset v0.4.6
14762026-02-10T20:06:37.394Z Compiling rustc-hash v1.1.0
14772026-02-10T20:06:37.570Z Compiling lazycell v1.3.0
14782026-02-10T20:06:37.623Z Compiling rand_core v0.9.3
14792026-02-10T20:06:37.773Z Compiling cmake v0.1.51
14802026-02-10T20:06:38.206Z Compiling foldhash v0.1.5
14812026-02-10T20:06:38.530Z Compiling cexpr v0.6.0
14822026-02-10T20:06:38.655Z Compiling iana-time-zone v0.1.63
14832026-02-10T20:06:38.734Z Compiling dunce v1.0.5
14842026-02-10T20:06:38.898Z Compiling fs_extra v1.3.0
14852026-02-10T20:06:39.054Z Compiling paste v1.0.15
14862026-02-10T20:06:39.250Z Compiling hashbrown v0.15.4
14872026-02-10T20:06:39.573Z Compiling rustc_version v0.4.1
14882026-02-10T20:06:39.678Z Compiling regex v1.11.3
14892026-02-10T20:06:39.742Z Compiling serde_derive v1.0.228
14902026-02-10T20:06:39.766Z Compiling zeroize_derive v1.4.2
14912026-02-10T20:06:40.311Z Compiling zerofrom-derive v0.1.4
14922026-02-10T20:06:40.366Z Compiling yoke-derive v0.7.4
14932026-02-10T20:06:40.650Z Compiling zerovec-derive v0.10.3
14942026-02-10T20:06:40.877Z Compiling displaydoc v0.2.5
14952026-02-10T20:06:41.390Z Compiling zeroize v1.8.1
14962026-02-10T20:06:42.750Z Compiling zerocopy-derive v0.7.35
14972026-02-10T20:06:43.084Z Compiling icu_provider_macros v1.5.0
14982026-02-10T20:06:43.397Z Compiling tokio-macros v2.6.0
14992026-02-10T20:06:43.519Z Compiling crypto-common v0.1.6
15002026-02-10T20:06:43.787Z Compiling block-buffer v0.10.4
15012026-02-10T20:06:43.868Z Compiling zerofrom v0.1.4
15022026-02-10T20:06:44.157Z Compiling digest v0.10.7
15032026-02-10T20:06:44.186Z Compiling yoke v0.7.4
15042026-02-10T20:06:44.211Z Compiling thiserror-impl v2.0.18
15052026-02-10T20:06:44.583Z Compiling zerovec v0.10.4
15062026-02-10T20:06:44.714Z Compiling hmac v0.12.1
15072026-02-10T20:06:44.936Z Compiling zerocopy v0.7.35
15082026-02-10T20:06:45.016Z Compiling block-padding v0.3.3
15092026-02-10T20:06:45.191Z Compiling futures-macro v0.3.31
15102026-02-10T20:06:45.274Z Compiling inout v0.1.3
15112026-02-10T20:06:45.337Z Compiling sha2 v0.10.9
15122026-02-10T20:06:45.601Z Compiling cipher v0.4.4
15132026-02-10T20:06:46.241Z Compiling der_derive v0.7.3
15142026-02-10T20:06:46.506Z Compiling ppv-lite86 v0.2.20
15152026-02-10T20:06:46.856Z Compiling tinystr v0.7.6
15162026-02-10T20:06:47.141Z Compiling icu_collections v1.5.0
15172026-02-10T20:06:47.165Z Compiling futures-util v0.3.31
15182026-02-10T20:06:47.324Z Compiling icu_locid v1.5.0
15192026-02-10T20:06:47.431Z Compiling salsa20 v0.10.2
15202026-02-10T20:06:47.520Z Compiling thiserror v2.0.18
15212026-02-10T20:06:47.713Z Compiling pest v2.8.2
15222026-02-10T20:06:47.738Z Compiling pbkdf2 v0.12.2
15232026-02-10T20:06:48.019Z Compiling uuid v1.19.0
15242026-02-10T20:06:48.199Z Compiling serde v1.0.228
15252026-02-10T20:06:48.470Z Compiling zerocopy v0.8.27
15262026-02-10T20:06:48.688Z Compiling icu_provider v1.5.0
15272026-02-10T20:06:48.840Z Compiling der v0.7.10
15282026-02-10T20:06:49.352Z Compiling vcpkg v0.2.15
15292026-02-10T20:06:49.485Z Compiling icu_locid_transform v1.5.0
15302026-02-10T20:06:49.646Z Compiling bitflags v2.9.4
15312026-02-10T20:06:49.767Z Compiling bytes v1.11.1
15322026-02-10T20:06:49.829Z Compiling chrono v0.4.43
15332026-02-10T20:06:51.100Z Compiling tokio v1.49.0
15342026-02-10T20:06:51.211Z Compiling icu_properties v1.5.1
15352026-02-10T20:06:51.275Z Compiling spki v0.7.3
15362026-02-10T20:06:51.763Z Compiling openssl-sys v0.9.109
15372026-02-10T20:06:52.288Z Compiling http v1.4.0
15382026-02-10T20:06:52.322Z Compiling pest_meta v2.8.2
15392026-02-10T20:06:53.259Z Compiling scrypt v0.11.0
15402026-02-10T20:06:53.698Z Compiling rand_chacha v0.9.0
15412026-02-10T20:06:53.792Z Compiling cbc v0.1.2
15422026-02-10T20:06:54.125Z Compiling which v4.4.2
15432026-02-10T20:06:54.271Z Compiling aes v0.8.4
15442026-02-10T20:06:54.751Z Compiling zerocopy-derive v0.8.27
15452026-02-10T20:06:55.317Z Compiling rand v0.9.2
15462026-02-10T20:06:55.726Z Compiling icu_normalizer v1.5.0
15472026-02-10T20:06:56.619Z Compiling pkcs5 v0.7.1
15482026-02-10T20:06:57.316Z Compiling idna_adapter v1.2.0
15492026-02-10T20:06:57.560Z Compiling pest_generator v2.8.2
15502026-02-10T20:06:57.619Z Compiling idna v1.0.3
15512026-02-10T20:06:57.748Z Compiling tracing-attributes v0.1.27
15522026-02-10T20:06:57.859Z Compiling serde_derive_internals v0.29.1
15532026-02-10T20:06:57.883Z Compiling ring v0.17.14
15542026-02-10T20:06:58.605Z Compiling url v2.5.4
15552026-02-10T20:06:59.547Z Compiling tracing-core v0.1.32
15562026-02-10T20:06:59.779Z Compiling schemars v0.8.22
15572026-02-10T20:07:00.219Z Compiling rustix v1.1.3
15582026-02-10T20:07:00.474Z Compiling aws-lc-rs v1.12.4
15592026-02-10T20:07:00.896Z Compiling adler2 v2.0.0
15602026-02-10T20:07:00.920Z Compiling schemars_derive v0.8.22
15612026-02-10T20:07:01.104Z Compiling pest_derive v2.8.2
15622026-02-10T20:07:01.205Z Compiling miniz_oxide v0.8.5
15632026-02-10T20:07:01.723Z Compiling tracing v0.1.40
15642026-02-10T20:07:02.233Z Compiling pkcs8 v0.10.2
15652026-02-10T20:07:02.445Z Compiling http-body v1.0.1
15662026-02-10T20:07:02.761Z Compiling tokio-util v0.7.15
15672026-02-10T20:07:02.785Z Compiling scroll_derive v0.13.1
15682026-02-10T20:07:03.013Z Compiling darling_core v0.20.10
15692026-02-10T20:07:03.413Z Compiling rustls-pki-types v1.10.0
15702026-02-10T20:07:04.049Z Compiling base64 v0.22.1
15712026-02-10T20:07:04.626Z Compiling tinyvec_macros v0.1.1
15722026-02-10T20:07:04.742Z Compiling dyn-clone v1.0.20
15732026-02-10T20:07:04.862Z Compiling httparse v1.9.5
15742026-02-10T20:07:05.005Z Compiling scroll v0.13.0
15752026-02-10T20:07:05.679Z Compiling tinyvec v1.8.0
15762026-02-10T20:07:05.745Z Compiling bzip2-sys v0.1.13+1.0.8
15772026-02-10T20:07:06.324Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15782026-02-10T20:07:07.232Z Compiling atomic-waker v1.1.2
15792026-02-10T20:07:07.341Z Compiling foreign-types-shared v0.1.1
15802026-02-10T20:07:07.460Z Compiling tower-service v0.3.3
15812026-02-10T20:07:07.497Z Compiling time-core v0.1.6
15822026-02-10T20:07:07.530Z Compiling num-conv v0.1.0
15832026-02-10T20:07:07.644Z Compiling untrusted v0.9.0
15842026-02-10T20:07:07.899Z Compiling openssl v0.10.73
15852026-02-10T20:07:07.931Z Compiling tower-layer v0.3.3
15862026-02-10T20:07:07.931Z Compiling openssl-probe v0.1.5
15872026-02-10T20:07:08.234Z Compiling powerfmt v0.2.0
15882026-02-10T20:07:08.279Z Compiling try-lock v0.2.5
15892026-02-10T20:07:08.362Z Compiling untrusted v0.7.1
15902026-02-10T20:07:08.493Z Compiling want v0.3.1
15912026-02-10T20:07:08.520Z Compiling time-macros v0.2.24
15922026-02-10T20:07:08.654Z Compiling tempfile v3.24.0
15932026-02-10T20:07:08.679Z Compiling deranged v0.5.3
15942026-02-10T20:07:09.079Z Compiling foreign-types v0.3.2
15952026-02-10T20:07:09.246Z Compiling h2 v0.4.6
15962026-02-10T20:07:10.008Z Compiling darling_macro v0.20.10
15972026-02-10T20:07:11.036Z Compiling darling v0.20.10
15982026-02-10T20:07:11.345Z Compiling goblin v0.10.2
15992026-02-10T20:07:11.604Z Compiling ipnet v2.11.0
16002026-02-10T20:07:11.983Z Compiling openssl-macros v0.1.1
16012026-02-10T20:07:12.806Z Compiling wait-timeout v0.2.0
16022026-02-10T20:07:12.862Z Compiling httpdate v1.0.3
16032026-02-10T20:07:12.903Z Compiling crossbeam-utils v0.8.21
16042026-02-10T20:07:13.403Z Compiling native-tls v0.2.12
16052026-02-10T20:07:13.427Z Compiling rustls v0.23.19
16062026-02-10T20:07:13.506Z Compiling bit-vec v0.8.0
16072026-02-10T20:07:13.741Z Compiling num_threads v0.1.7
16082026-02-10T20:07:13.822Z Compiling syn v1.0.109
16092026-02-10T20:07:13.864Z Compiling quick-error v1.2.3
16102026-02-10T20:07:13.955Z Compiling gimli v0.31.1
16112026-02-10T20:07:14.122Z Compiling usdt-impl v0.6.0
16122026-02-10T20:07:14.152Z Compiling rusty-fork v0.3.0
16132026-02-10T20:07:14.588Z Compiling bit-set v0.8.0
16142026-02-10T20:07:14.651Z Compiling time v0.3.43
16152026-02-10T20:07:15.336Z Compiling derive_builder_core v0.20.2
16162026-02-10T20:07:17.662Z Compiling unicode-normalization v0.1.24
16172026-02-10T20:07:18.837Z Compiling hyper v1.8.1
16182026-02-10T20:07:18.912Z Compiling addr2line v0.24.2
16192026-02-10T20:07:19.555Z Compiling dof v0.4.0
16202026-02-10T20:07:19.785Z Compiling dtrace-parser v0.3.0
16212026-02-10T20:07:20.679Z Compiling signature v2.2.0
16222026-02-10T20:07:21.043Z Compiling heapless v0.7.17
16232026-02-10T20:07:21.511Z Compiling scroll_derive v0.12.0
16242026-02-10T20:07:21.748Z Compiling thiserror-impl v1.0.69
16252026-02-10T20:07:21.963Z Compiling rand_xorshift v0.4.0
16262026-02-10T20:07:22.304Z Compiling darling_core v0.21.0
16272026-02-10T20:07:22.703Z Compiling slog v2.8.2
16282026-02-10T20:07:22.916Z Compiling thread-id v5.0.0
16292026-02-10T20:07:23.085Z Compiling cookie v0.18.1
16302026-02-10T20:07:23.115Z Compiling object v0.36.5
16312026-02-10T20:07:23.139Z Compiling crc32fast v1.4.2
16322026-02-10T20:07:23.465Z Compiling rustc-demangle v0.1.24
16332026-02-10T20:07:23.555Z Compiling zlib-rs v0.5.1
16342026-02-10T20:07:23.620Z Compiling unicode-properties v0.1.3
16352026-02-10T20:07:24.160Z Compiling unicode-bidi v0.3.17
16362026-02-10T20:07:24.318Z Compiling siphasher v0.3.11
16372026-02-10T20:07:24.469Z Compiling anyhow v1.0.99
16382026-02-10T20:07:24.755Z Compiling unarray v0.1.4
16392026-02-10T20:07:24.961Z Compiling zstd-safe v7.2.3
16402026-02-10T20:07:25.113Z Compiling signal-hook v0.3.18
16412026-02-10T20:07:25.140Z Compiling thiserror v1.0.69
16422026-02-10T20:07:25.405Z Compiling proptest v1.7.0
16432026-02-10T20:07:25.500Z Compiling stringprep v0.1.5
16442026-02-10T20:07:25.532Z Compiling phf_shared v0.11.2
16452026-02-10T20:07:26.102Z Compiling scroll v0.12.0
16462026-02-10T20:07:26.711Z Compiling hyper-util v0.1.19
16472026-02-10T20:07:27.356Z Compiling derive_builder_macro v0.20.2
16482026-02-10T20:07:28.742Z Compiling ipnetwork v0.21.1
16492026-02-10T20:07:29.056Z Compiling darling_macro v0.21.0
16502026-02-10T20:07:29.807Z Compiling serde_tokenstream v0.2.2
16512026-02-10T20:07:30.022Z Compiling toml_datetime v0.6.11
16522026-02-10T20:07:30.529Z Compiling erased-serde v0.3.31
16532026-02-10T20:07:30.663Z Compiling backtrace v0.3.74
16542026-02-10T20:07:31.165Z Compiling libz-rs-sys v0.5.1
16552026-02-10T20:07:31.283Z Compiling serde_spanned v0.6.9
16562026-02-10T20:07:31.550Z Compiling rand_chacha v0.3.1
16572026-02-10T20:07:31.598Z Compiling md-5 v0.10.6
16582026-02-10T20:07:31.880Z Compiling curve25519-dalek v4.1.3
16592026-02-10T20:07:31.982Z Compiling vergen-lib v0.1.6
16602026-02-10T20:07:32.007Z Compiling num-integer v0.1.46
16612026-02-10T20:07:32.372Z Compiling sync_wrapper v1.0.1
16622026-02-10T20:07:32.565Z Compiling hash32 v0.2.1
16632026-02-10T20:07:32.595Z Compiling ff v0.13.0
16642026-02-10T20:07:32.741Z Compiling memoffset v0.9.1
16652026-02-10T20:07:32.859Z Compiling litrs v0.4.1
16662026-02-10T20:07:32.979Z Compiling smoltcp v0.9.1
16672026-02-10T20:07:33.096Z Compiling ref-cast v1.0.25
16682026-02-10T20:07:33.593Z Compiling num-bigint-dig v0.8.6
16692026-02-10T20:07:34.080Z Compiling base16ct v0.2.0
16702026-02-10T20:07:34.104Z Compiling psl-types v2.0.11
16712026-02-10T20:07:34.104Z Compiling fallible-iterator v0.2.0
16722026-02-10T20:07:34.104Z Compiling cfg_aliases v0.2.1
16732026-02-10T20:07:34.104Z Compiling sec1 v0.7.3
16742026-02-10T20:07:34.104Z Compiling publicsuffix v2.3.0
16752026-02-10T20:07:34.104Z Compiling document-features v0.2.11
16762026-02-10T20:07:34.104Z Compiling nix v0.29.0
16772026-02-10T20:07:34.473Z Compiling postgres-protocol v0.6.8
16782026-02-10T20:07:34.836Z Compiling group v0.13.0
16792026-02-10T20:07:35.126Z Compiling tower v0.5.2
16802026-02-10T20:07:35.209Z Compiling num-iter v0.1.45
16812026-02-10T20:07:35.473Z Compiling newtype-uuid v1.3.2
16822026-02-10T20:07:35.519Z Compiling rand v0.8.5
16832026-02-10T20:07:36.282Z Compiling flate2 v1.1.2
16842026-02-10T20:07:36.349Z Compiling darling v0.21.0
16852026-02-10T20:07:36.529Z Compiling oxnet v0.1.4
16862026-02-10T20:07:36.798Z Compiling derive_builder v0.20.2
16872026-02-10T20:07:36.887Z Compiling tokio-native-tls v0.3.1
16882026-02-10T20:07:37.018Z Compiling goblin v0.8.2
16892026-02-10T20:07:37.654Z Compiling rustls-native-certs v0.8.1
16902026-02-10T20:07:37.845Z Compiling webpki-roots v1.0.1
16912026-02-10T20:07:38.098Z Compiling http-body-util v0.1.3
16922026-02-10T20:07:38.316Z Compiling strum_macros v0.27.2
16932026-02-10T20:07:38.454Z Compiling terminal_size v0.4.0
16942026-02-10T20:07:38.666Z Compiling cargo-platform v0.1.8
16952026-02-10T20:07:38.693Z Compiling hkdf v0.12.4
16962026-02-10T20:07:38.727Z Compiling crypto-bigint v0.5.5
16972026-02-10T20:07:39.082Z Compiling daft-derive v0.1.4
16982026-02-10T20:07:39.430Z Compiling curve25519-dalek-derive v0.1.1
16992026-02-10T20:07:40.750Z Compiling async-trait v0.1.89
17002026-02-10T20:07:40.906Z Compiling ref-cast-impl v1.0.25
17012026-02-10T20:07:41.212Z Compiling hubpack_derive v0.1.1
17022026-02-10T20:07:42.212Z Compiling vergen v9.0.6
17032026-02-10T20:07:42.255Z Compiling ahash v0.8.12
17042026-02-10T20:07:42.590Z Compiling fs-err v3.1.1
17052026-02-10T20:07:42.647Z Compiling iri-string v0.7.8
17062026-02-10T20:07:42.939Z Compiling buf-list v1.0.3
17072026-02-10T20:07:43.364Z Compiling unicode-segmentation v1.12.0
17082026-02-10T20:07:43.431Z Compiling managed v0.8.0
17092026-02-10T20:07:43.606Z Compiling bitflags v1.3.2
17102026-02-10T20:07:43.766Z Compiling ryu v1.0.18
17112026-02-10T20:07:43.911Z Compiling lockfree-object-pool v0.1.6
17122026-02-10T20:07:44.224Z Compiling simd-adler32 v0.3.7
17132026-02-10T20:07:44.314Z Compiling winnow v0.5.40
17142026-02-10T20:07:44.389Z Compiling bumpalo v3.16.0
17152026-02-10T20:07:44.778Z Compiling clap_builder v4.5.48
17162026-02-10T20:07:44.955Z Compiling zopfli v0.8.1
17172026-02-10T20:07:45.026Z Compiling serde_urlencoded v0.7.1
17182026-02-10T20:07:46.610Z Compiling tower-http v0.6.6
17192026-02-10T20:07:46.786Z Compiling dof v0.3.0
17202026-02-10T20:07:46.888Z Compiling strum v0.27.2
17212026-02-10T20:07:47.446Z Compiling hubpack v0.1.2
17222026-02-10T20:07:47.782Z Compiling elliptic-curve v0.13.8
17232026-02-10T20:07:47.946Z Compiling toml_edit v0.19.15
17242026-02-10T20:07:48.196Z Compiling daft v0.1.4
17252026-02-10T20:07:48.824Z Compiling cargo_metadata v0.19.2
17262026-02-10T20:07:48.849Z Compiling hyper-tls v0.6.0
17272026-02-10T20:07:48.874Z Compiling signal-hook-mio v0.2.4
17282026-02-10T20:07:49.133Z Compiling cookie_store v0.21.1
17292026-02-10T20:07:49.368Z Compiling zstd v0.13.3
17302026-02-10T20:07:51.664Z Compiling serde_with_macros v3.16.1
17312026-02-10T20:07:52.580Z Compiling postgres-types v0.2.9
17322026-02-10T20:07:53.499Z Compiling usdt-attr-macro v0.6.0
17332026-02-10T20:07:54.075Z Compiling usdt-macro v0.6.0
17342026-02-10T20:07:54.373Z Compiling phf v0.11.2
17352026-02-10T20:07:54.689Z Compiling dtrace-parser v0.2.0
17362026-02-10T20:07:55.109Z Compiling ed25519 v2.2.3
17372026-02-10T20:07:55.326Z Compiling bzip2 v0.5.2
17382026-02-10T20:07:55.578Z Compiling bzip2 v0.4.4
17392026-02-10T20:07:55.615Z Compiling pkcs1 v0.7.5
17402026-02-10T20:07:55.803Z Compiling clap_derive v4.5.47
17412026-02-10T20:07:55.956Z Compiling strum_macros v0.26.4
17422026-02-10T20:07:56.025Z Compiling enum-as-inner v0.6.1
17432026-02-10T20:07:56.527Z Compiling hex v0.4.3
17442026-02-10T20:07:56.703Z Compiling serde-big-array v0.5.1
17452026-02-10T20:07:56.990Z Compiling rfc6979 v0.4.0
17462026-02-10T20:07:57.175Z Compiling serde_repr v0.1.19
17472026-02-10T20:07:57.213Z Compiling bstr v1.10.0
17482026-02-10T20:07:57.242Z Compiling float-cmp v0.10.0
17492026-02-10T20:07:57.350Z Compiling env_filter v0.1.2
17502026-02-10T20:07:57.527Z Compiling socket2 v0.5.10
17512026-02-10T20:07:58.075Z Compiling memmap2 v0.9.8
17522026-02-10T20:07:58.340Z Compiling encoding_rs v0.8.34
17532026-02-10T20:07:58.519Z Compiling data-encoding v2.9.0
17542026-02-10T20:07:58.673Z Compiling normalize-line-endings v0.3.0
17552026-02-10T20:07:58.860Z Compiling static_assertions v1.1.0
17562026-02-10T20:07:59.004Z Compiling new_debug_unreachable v1.0.6
17572026-02-10T20:07:59.032Z Compiling rustc-hash v2.1.1
17582026-02-10T20:07:59.212Z Compiling whoami v1.5.2
17592026-02-10T20:07:59.357Z Compiling jiff v0.2.15
17602026-02-10T20:07:59.944Z Compiling precomputed-hash v0.1.1
17612026-02-10T20:08:00.099Z Compiling foldhash v0.2.0
17622026-02-10T20:08:00.486Z Compiling fixedbitset v0.5.7
17632026-02-10T20:08:00.542Z Compiling difflib v0.4.0
17642026-02-10T20:08:00.614Z Compiling fixedbitset v0.4.2
17652026-02-10T20:08:00.638Z Compiling predicates-core v1.0.8
17662026-02-10T20:08:01.021Z Compiling mime v0.3.17
17672026-02-10T20:08:01.051Z Compiling keccak v0.1.5
17682026-02-10T20:08:01.153Z Compiling predicates v3.1.3
17692026-02-10T20:08:01.583Z Compiling sha3 v0.10.8
17702026-02-10T20:08:02.025Z Compiling petgraph v0.8.2
17712026-02-10T20:08:02.593Z Compiling petgraph v0.6.5
17722026-02-10T20:08:02.634Z Compiling toml_edit v0.22.27
17732026-02-10T20:08:02.829Z Compiling clap v4.5.48
17742026-02-10T20:08:02.975Z Compiling strum v0.26.3
17752026-02-10T20:08:03.152Z Compiling iddqd v0.3.16
17762026-02-10T20:08:03.260Z Compiling string_cache v0.8.9
17772026-02-10T20:08:03.749Z Compiling tokio-postgres v0.7.13
17782026-02-10T20:08:04.591Z Compiling hickory-proto v0.25.2
17792026-02-10T20:08:06.098Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17802026-02-10T20:08:06.911Z Compiling similar v2.7.0
17812026-02-10T20:08:07.164Z Compiling usdt v0.6.0
17822026-02-10T20:08:07.784Z Compiling zip v4.2.0
17832026-02-10T20:08:09.038Z Compiling usdt-impl v0.5.0
17842026-02-10T20:08:09.610Z Compiling env_logger v0.11.8
17852026-02-10T20:08:10.205Z Compiling ecdsa v0.16.9
17862026-02-10T20:08:10.321Z Compiling serde_with v3.16.1
17872026-02-10T20:08:10.436Z Compiling rsa v0.9.8
17882026-02-10T20:08:10.460Z Compiling zip v0.6.6
17892026-02-10T20:08:11.144Z Compiling ed25519-dalek v2.1.1
17902026-02-10T20:08:11.857Z Compiling toml v0.7.8
17912026-02-10T20:08:13.413Z Compiling crossterm v0.28.1
17922026-02-10T20:08:14.074Z Compiling heck v0.4.1
17932026-02-10T20:08:14.430Z Compiling crossbeam-epoch v0.9.18
17942026-02-10T20:08:14.530Z Compiling tokio-stream v0.1.17
17952026-02-10T20:08:14.590Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17962026-02-10T20:08:14.915Z Compiling x509-cert v0.2.5
17972026-02-10T20:08:15.046Z Compiling openapiv3 v2.2.0
17982026-02-10T20:08:15.171Z Compiling sha1 v0.10.6
17992026-02-10T20:08:15.577Z Compiling itertools v0.10.5
18002026-02-10T20:08:15.713Z Compiling itertools v0.13.0
18012026-02-10T20:08:17.058Z Compiling winnow v0.6.26
18022026-02-10T20:08:17.523Z Compiling peg-runtime v0.8.5
18032026-02-10T20:08:18.151Z Compiling lalrpop-util v0.19.12
18042026-02-10T20:08:18.385Z Compiling thread_local v1.1.8
18052026-02-10T20:08:18.590Z Compiling slog-async v2.8.0
18062026-02-10T20:08:18.800Z Compiling crossbeam-channel v0.5.15
18072026-02-10T20:08:18.948Z Compiling xattr v1.3.1
18082026-02-10T20:08:19.091Z Compiling futures-executor v0.3.31
18092026-02-10T20:08:19.259Z Compiling filetime v0.2.26
18102026-02-10T20:08:19.298Z Compiling is-terminal v0.4.13
18112026-02-10T20:08:19.333Z Compiling take_mut v0.2.2
18122026-02-10T20:08:19.365Z Compiling term v1.1.0
18132026-02-10T20:08:19.480Z Compiling futures v0.3.31
18142026-02-10T20:08:19.537Z Compiling tar v0.4.44
18152026-02-10T20:08:20.822Z Compiling slog-term v2.9.2
18162026-02-10T20:08:23.435Z Compiling aws-lc-sys v0.26.0
18172026-02-10T20:09:02.876Z Compiling rustls-webpki v0.102.8
18182026-02-10T20:09:09.693Z Compiling tokio-rustls v0.26.0
18192026-02-10T20:09:10.034Z Compiling hyper-rustls v0.27.7
18202026-02-10T20:09:10.408Z Compiling reqwest v0.12.24
18212026-02-10T20:09:15.905Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18222026-02-10T20:09:16.311Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18232026-02-10T20:09:22.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 57s
18242026-02-10T20:09:22.807Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18252026-02-10T20:09:22.889ZFeb 10 20:09:22.340 INFO Starting download, target: Clickhouse
18262026-02-10T20:09:22.889ZFeb 10 20:09:22.341 INFO Starting download, target: Cockroach
18272026-02-10T20:09:22.889ZFeb 10 20:09:22.341 INFO Starting download, target: Console
18282026-02-10T20:09:22.889ZFeb 10 20:09:22.341 INFO Starting download, target: DendriteStub
18292026-02-10T20:09:22.889ZFeb 10 20:09:22.341 INFO Starting download, target: MaghemiteMgd
18302026-02-10T20:09:22.913ZFeb 10 20:09:22.341 INFO Starting download, target: TransceiverControl
18312026-02-10T20:09:22.913ZFeb 10 20:09:22.342 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18322026-02-10T20:09:22.913ZFeb 10 20:09:22.342 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18332026-02-10T20:09:22.913ZFeb 10 20:09:22.342 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18342026-02-10T20:09:22.914ZFeb 10 20:09:22.343 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18352026-02-10T20:09:22.914ZFeb 10 20:09:22.343 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18362026-02-10T20:09:22.914ZFeb 10 20:09:22.343 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18372026-02-10T20:09:23.252ZFeb 10 20:09:22.704 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18382026-02-10T20:09:23.864ZFeb 10 20:09:23.315 INFO Download complete, target: Console
18392026-02-10T20:09:24.374ZFeb 10 20:09:23.823 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18402026-02-10T20:09:24.937ZFeb 10 20:09:24.389 INFO Download complete, target: TransceiverControl
18412026-02-10T20:09:25.958ZFeb 10 20:09:25.408 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18422026-02-10T20:09:28.513ZFeb 10 20:09:27.963 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18432026-02-10T20:09:31.815ZFeb 10 20:09:31.263 INFO Download complete, target: MaghemiteMgd
18442026-02-10T20:09:34.523ZFeb 10 20:09:33.976 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18452026-02-10T20:09:34.523ZFeb 10 20:09:33.976 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18462026-02-10T20:09:34.715ZFeb 10 20:09:34.168 INFO Download complete, target: DendriteStub
18472026-02-10T20:09:47.742ZFeb 10 20:09:47.197 INFO Checking that binary works, target: Cockroach
18482026-02-10T20:09:48.034ZFeb 10 20:09:47.488 INFO Download complete, target: Cockroach
18492026-02-10T20:09:52.890ZFeb 10 20:09:52.344 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18502026-02-10T20:10:10.131ZFeb 10 20:10:09.588 INFO Checking that binary works, target: Clickhouse
18512026-02-10T20:10:10.351ZFeb 10 20:10:09.808 INFO Download complete, target: Clickhouse
18522026-02-10T20:10:10.376ZAll prerequisites installed successfully
18532026-02-10T20:10:10.376Z
18542026-02-10T20:10:10.376Zreal 6:44.525325465
18552026-02-10T20:10:10.376Zuser 21:09.135537031
18562026-02-10T20:10:10.376Zsys 3:04.751178355
18572026-02-10T20:10:10.376Ztrap 0.892342381
18582026-02-10T20:10:10.376Ztflt 0.636047408
18592026-02-10T20:10:10.376Zdflt 1.106093382
18602026-02-10T20:10:10.376Zkflt 0.013128122
18612026-02-10T20:10:10.376Zlock 1:01:36.367065656
18622026-02-10T20:10:10.376Zslp 1:17:52.268906169
18632026-02-10T20:10:10.376Zlat 1:26.012967573
18642026-02-10T20:10:10.377Zstop 3:02.635080842
18652026-02-10T20:10:10.377Z+ source ./tools/include/force-git-over-https.sh
18662026-02-10T20:10:10.377Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18672026-02-10T20:10:10.377Z++ (( i = 0 ))
18682026-02-10T20:10:10.377Z++ (( i < 5 ))
18692026-02-10T20:10:10.377Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18702026-02-10T20:10:10.377Z++ (( i++ ))
18712026-02-10T20:10:10.377Z++ (( i < 5 ))
18722026-02-10T20:10:10.377Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18732026-02-10T20:10:10.401Z++ (( i++ ))
18742026-02-10T20:10:10.402Z++ (( i < 5 ))
18752026-02-10T20:10:10.402Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18762026-02-10T20:10:10.402Z++ (( i++ ))
18772026-02-10T20:10:10.402Z++ (( i < 5 ))
18782026-02-10T20:10:10.402Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18792026-02-10T20:10:10.402Z++ (( i++ ))
18802026-02-10T20:10:10.402Z++ (( i < 5 ))
18812026-02-10T20:10:10.402Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18822026-02-10T20:10:10.402Z++ (( i++ ))
18832026-02-10T20:10:10.402Z++ (( i < 5 ))
18842026-02-10T20:10:10.402Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18852026-02-10T20:10:10.402Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18862026-02-10T20:10:10.402Z+ rc=0
18872026-02-10T20:10:10.402Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18882026-02-10T20:11:21.751Z+ case $rc in
18892026-02-10T20:11:21.751Z+ pfexec zfs create -p rpool/images/build/host
18902026-02-10T20:11:22.781Z+ pfexec zfs create -p rpool/images/build/recovery
18912026-02-10T20:11:22.819Z+ cargo xtask releng --output-dir /work --mkincorp
18922026-02-10T20:11:24.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
18932026-02-10T20:11:24.039Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18942026-02-10T20:11:25.929Z Compiling proc-macro2 v1.0.101
18952026-02-10T20:11:25.929Z Compiling unicode-ident v1.0.19
18962026-02-10T20:11:25.929Z Compiling libc v0.2.180
18972026-02-10T20:11:25.954Z Compiling serde_core v1.0.228
18982026-02-10T20:11:25.954Z Compiling serde v1.0.228
18992026-02-10T20:11:25.954Z Compiling autocfg v1.4.0
19002026-02-10T20:11:25.954Z Compiling cfg-if v1.0.4
19012026-02-10T20:11:26.157Z Compiling version_check v0.9.5
19022026-02-10T20:11:26.201Z Compiling memchr v2.7.4
19032026-02-10T20:11:26.225Z Compiling shlex v1.3.0
19042026-02-10T20:11:26.756Z Compiling typenum v1.17.0
19052026-02-10T20:11:26.790Z Compiling generic-array v0.14.7
19062026-02-10T20:11:27.167Z Compiling lock_api v0.4.12
19072026-02-10T20:11:27.402Z Compiling value-bag v1.12.0
19082026-02-10T20:11:27.601Z Compiling portable-atomic v1.11.0
19092026-02-10T20:11:27.783Z Compiling getrandom v0.3.4
19102026-02-10T20:11:28.184Z Compiling log v0.4.29
19112026-02-10T20:11:28.492Z Compiling quote v1.0.40
19122026-02-10T20:11:28.516Z Compiling jobserver v0.1.32
19132026-02-10T20:11:28.679Z Compiling zmij v1.0.15
19142026-02-10T20:11:28.806Z Compiling libm v0.2.8
19152026-02-10T20:11:29.025Z Compiling syn v2.0.114
19162026-02-10T20:11:29.149Z Compiling cc v1.2.30
19172026-02-10T20:11:29.191Z Compiling serde_json v1.0.149
19182026-02-10T20:11:29.191Z Compiling num-traits v0.2.19
19192026-02-10T20:11:29.420Z Compiling scopeguard v1.2.0
19202026-02-10T20:11:29.538Z Compiling smallvec v1.15.1
19212026-02-10T20:11:29.575Z Compiling parking_lot_core v0.9.10
19222026-02-10T20:11:29.921Z Compiling rustix v0.38.37
19232026-02-10T20:11:30.135Z Compiling pkg-config v0.3.31
19242026-02-10T20:11:30.209Z Compiling getrandom v0.2.15
19252026-02-10T20:11:30.566Z Compiling thiserror v2.0.18
19262026-02-10T20:11:31.266Z Compiling itoa v1.0.11
19272026-02-10T20:11:31.306Z Compiling regex-syntax v0.8.5
19282026-02-10T20:11:31.354Z Compiling errno v0.3.12
19292026-02-10T20:11:32.034Z Compiling spin v0.9.8
19302026-02-10T20:11:32.122Z Compiling aho-corasick v1.1.3
19312026-02-10T20:11:32.281Z Compiling slab v0.4.9
19322026-02-10T20:11:32.450Z Compiling stable_deref_trait v1.2.0
19332026-02-10T20:11:32.536Z Compiling subtle v2.6.1
19342026-02-10T20:11:32.685Z Compiling lazy_static v1.5.0
19352026-02-10T20:11:32.754Z Compiling heck v0.5.0
19362026-02-10T20:11:32.904Z Compiling critical-section v1.1.3
19372026-02-10T20:11:32.939Z Compiling semver v1.0.27
19382026-02-10T20:11:32.993Z Compiling rand_core v0.6.4
19392026-02-10T20:11:33.682Z Compiling glob v0.3.2
19402026-02-10T20:11:33.902Z Compiling either v1.15.0
19412026-02-10T20:11:34.529Z Compiling once_cell v1.21.3
19422026-02-10T20:11:34.573Z Compiling clang-sys v1.8.1
19432026-02-10T20:11:35.339Z Compiling regex-automata v0.4.11
19442026-02-10T20:11:35.692Z Compiling prettyplease v0.2.36
19452026-02-10T20:11:36.467Z Compiling minimal-lexical v0.2.1
19462026-02-10T20:11:36.491Z Compiling schemars v0.8.22
19472026-02-10T20:11:36.910Z Compiling nom v7.1.3
19482026-02-10T20:11:36.985Z Compiling libloading v0.8.5
19492026-02-10T20:11:37.060Z Compiling writeable v0.5.5
19502026-02-10T20:11:37.214Z Compiling synstructure v0.13.1
19512026-02-10T20:11:37.399Z Compiling serde_derive_internals v0.29.1
19522026-02-10T20:11:37.433Z Compiling litemap v0.7.3
19532026-02-10T20:11:38.107Z Compiling paste v1.0.15
19542026-02-10T20:11:38.272Z Compiling bindgen v0.69.5
19552026-02-10T20:11:38.479Z Compiling home v0.5.9
19562026-02-10T20:11:39.376Z Compiling itertools v0.12.1
19572026-02-10T20:11:40.398Z Compiling cexpr v0.6.0
19582026-02-10T20:11:41.026Z Compiling serde_derive v1.0.228
19592026-02-10T20:11:41.462Z Compiling zeroize_derive v1.4.2
19602026-02-10T20:11:41.752Z Compiling zerofrom-derive v0.1.4
19612026-02-10T20:11:41.780Z Compiling yoke-derive v0.7.4
19622026-02-10T20:11:42.556Z Compiling zerovec-derive v0.10.3
19632026-02-10T20:11:42.928Z Compiling displaydoc v0.2.5
19642026-02-10T20:11:43.678Z Compiling icu_provider_macros v1.5.0
19652026-02-10T20:11:44.255Z Compiling zeroize v1.8.1
19662026-02-10T20:11:44.730Z Compiling thiserror-impl v2.0.18
19672026-02-10T20:11:44.999Z Compiling tokio-macros v2.6.0
19682026-02-10T20:11:46.133Z Compiling zerocopy-derive v0.7.35
19692026-02-10T20:11:46.157Z Compiling regex v1.11.3
19702026-02-10T20:11:46.157Z Compiling zerofrom v0.1.4
19712026-02-10T20:11:46.157Z Compiling futures-macro v0.3.31
19722026-02-10T20:11:46.157Z Compiling yoke v0.7.4
19732026-02-10T20:11:46.157Z Compiling zerovec v0.10.4
19742026-02-10T20:11:47.198Z Compiling schemars_derive v0.8.22
19752026-02-10T20:11:47.270Z Compiling percent-encoding v2.3.2
19762026-02-10T20:11:47.694Z Compiling byteorder v1.5.0
19772026-02-10T20:11:47.844Z Compiling rustc-hash v1.1.0
19782026-02-10T20:11:48.041Z Compiling allocator-api2 v0.2.21
19792026-02-10T20:11:48.078Z Compiling lazycell v1.3.0
19802026-02-10T20:11:48.621Z Compiling tinystr v0.7.6
19812026-02-10T20:11:48.793Z Compiling cmake v0.1.51
19822026-02-10T20:11:49.012Z Compiling icu_locid v1.5.0
19832026-02-10T20:11:49.081Z Compiling bitflags v2.9.4
19842026-02-10T20:11:49.149Z Compiling bytes v1.11.1
19852026-02-10T20:11:49.677Z Compiling fs_extra v1.3.0
19862026-02-10T20:11:49.701Z Compiling equivalent v1.0.2
19872026-02-10T20:11:50.026Z Compiling icu_locid_transform_data v1.5.0
19882026-02-10T20:11:50.261Z Compiling dunce v1.0.5
19892026-02-10T20:11:50.452Z Compiling icu_provider v1.5.0
19902026-02-10T20:11:50.740Z Compiling icu_collections v1.5.0
19912026-02-10T20:11:50.937Z Compiling icu_properties_data v1.5.0
19922026-02-10T20:11:51.091Z Compiling crypto-common v0.1.6
19932026-02-10T20:11:51.279Z Compiling write16 v1.0.0
19942026-02-10T20:11:51.455Z Compiling icu_locid_transform v1.5.0
19952026-02-10T20:11:51.545Z Compiling icu_normalizer_data v1.5.0
19962026-02-10T20:11:51.588Z Compiling pin-project-lite v0.2.14
19972026-02-10T20:11:51.806Z Compiling utf8_iter v1.0.4
19982026-02-10T20:11:52.155Z Compiling utf16_iter v1.0.5
19992026-02-10T20:11:52.453Z Compiling der_derive v0.7.3
20002026-02-10T20:11:52.824Z Compiling rustversion v1.0.22
20012026-02-10T20:11:53.137Z Compiling icu_properties v1.5.1
20022026-02-10T20:11:53.242Z Compiling which v4.4.2
20032026-02-10T20:11:53.567Z Compiling const-oid v0.9.6
20042026-02-10T20:11:54.754Z Compiling ring v0.17.14
20052026-02-10T20:11:56.813Z Compiling form_urlencoded v1.2.2
20062026-02-10T20:11:57.262Z Compiling aws-lc-rs v1.12.4
20072026-02-10T20:11:57.399Z Compiling icu_normalizer v1.5.0
20082026-02-10T20:11:57.495Z Compiling vcpkg v0.2.15
20092026-02-10T20:11:57.692Z Compiling futures-core v0.3.31
20102026-02-10T20:11:57.730Z Compiling fnv v1.0.7
20112026-02-10T20:11:58.115Z Compiling block-buffer v0.10.4
20122026-02-10T20:11:58.572Z Compiling signal-hook-registry v1.4.2
20132026-02-10T20:11:58.878Z Compiling idna_adapter v1.2.0
20142026-02-10T20:11:59.001Z Compiling openssl-sys v0.9.109
20152026-02-10T20:11:59.153Z Compiling idna v1.0.3
20162026-02-10T20:11:59.270Z Compiling zerocopy v0.8.27
20172026-02-10T20:12:00.063Z Compiling url v2.5.4
20182026-02-10T20:12:00.238Z Compiling parking_lot v0.12.3
20192026-02-10T20:12:00.278Z Compiling digest v0.10.7
20202026-02-10T20:12:00.950Z Compiling hashbrown v0.16.1
20212026-02-10T20:12:01.920Z Compiling tracing-attributes v0.1.27
20222026-02-10T20:12:02.339Z Compiling mio v1.0.2
20232026-02-10T20:12:03.743Z Compiling zerocopy-derive v0.8.27
20242026-02-10T20:12:04.431Z Compiling rustix v1.1.3
20252026-02-10T20:12:04.709Z Compiling httparse v1.9.5
20262026-02-10T20:12:04.851Z Compiling indexmap v2.13.0
20272026-02-10T20:12:04.933Z Compiling socket2 v0.6.1
20282026-02-10T20:12:05.691Z Compiling iana-time-zone v0.1.63
20292026-02-10T20:12:05.725Z Compiling foldhash v0.1.5
20302026-02-10T20:12:06.064Z Compiling aws-lc-sys v0.26.0
20312026-02-10T20:12:06.132Z Compiling tokio v1.49.0
20322026-02-10T20:12:06.198Z Compiling hashbrown v0.15.4
20332026-02-10T20:12:06.450Z Compiling chrono v0.4.43
20342026-02-10T20:12:06.965Z Compiling zerocopy v0.7.35
20352026-02-10T20:12:07.518Z Compiling futures-sink v0.3.31
20362026-02-10T20:12:07.661Z Compiling time-core v0.1.6
20372026-02-10T20:12:07.783Z Compiling num-conv v0.1.0
20382026-02-10T20:12:08.127Z Compiling futures-channel v0.3.31
20392026-02-10T20:12:08.209Z Compiling time-macros v0.2.24
20402026-02-10T20:12:08.784Z Compiling uuid v1.19.0
20412026-02-10T20:12:09.438Z Compiling openssl v0.10.73
20422026-02-10T20:12:09.748Z Compiling futures-io v0.3.31
20432026-02-10T20:12:09.814Z Compiling futures-task v0.3.31
20442026-02-10T20:12:10.030Z Compiling pin-utils v0.1.0
20452026-02-10T20:12:10.253Z Compiling futures-util v0.3.31
20462026-02-10T20:12:11.341Z Compiling cpufeatures v0.2.14
20472026-02-10T20:12:12.000Z Compiling ppv-lite86 v0.2.20
20482026-02-10T20:12:12.271Z Compiling openssl-macros v0.1.1
20492026-02-10T20:12:12.972Z Compiling rustc_version v0.4.1
20502026-02-10T20:12:13.250Z Compiling native-tls v0.2.12
20512026-02-10T20:12:13.593Z Compiling ucd-trie v0.1.7
20522026-02-10T20:12:13.650Z Compiling strsim v0.11.1
20532026-02-10T20:12:14.027Z Compiling rustls v0.23.19
20542026-02-10T20:12:14.027Z Compiling pest v2.8.2
20552026-02-10T20:12:14.161Z Compiling hmac v0.12.1
20562026-02-10T20:12:14.322Z Compiling serde_tokenstream v0.2.2
20572026-02-10T20:12:14.473Z Compiling dyn-clone v1.0.20
20582026-02-10T20:12:15.222Z Compiling block-padding v0.3.3
20592026-02-10T20:12:15.549Z Compiling bzip2-sys v0.1.13+1.0.8
20602026-02-10T20:12:15.588Z Compiling cookie v0.18.1
20612026-02-10T20:12:16.146Z Compiling thiserror v1.0.69
20622026-02-10T20:12:16.244Z Compiling ident_case v1.0.1
20632026-02-10T20:12:16.899Z Compiling inout v0.1.3
20642026-02-10T20:12:17.242Z Compiling pest_meta v2.8.2
20652026-02-10T20:12:17.553Z Compiling http v1.4.0
20662026-02-10T20:12:18.911Z Compiling base64 v0.22.1
20672026-02-10T20:12:19.177Z Compiling pest_generator v2.8.2
20682026-02-10T20:12:21.285Z Compiling syn v1.0.109
20692026-02-10T20:12:21.365Z Compiling pest_derive v2.8.2
20702026-02-10T20:12:22.588Z Compiling cipher v0.4.4
20712026-02-10T20:12:22.788Z Compiling sha2 v0.10.9
20722026-02-10T20:12:23.346Z Compiling slog v2.8.2
20732026-02-10T20:12:26.253Z Compiling scroll_derive v0.13.1
20742026-02-10T20:12:26.856Z Compiling thiserror-impl v1.0.69
20752026-02-10T20:12:28.131Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20762026-02-10T20:12:29.042Z Compiling rustls-pki-types v1.10.0
20772026-02-10T20:12:29.125Z Compiling base64ct v1.6.0
20782026-02-10T20:12:29.899Z Compiling crossbeam-utils v0.8.21
20792026-02-10T20:12:29.989Z Compiling pem-rfc7468 v0.7.0
20802026-02-10T20:12:31.082Z Compiling flagset v0.4.6
20812026-02-10T20:12:31.390Z Compiling litrs v0.4.1
20822026-02-10T20:12:32.633Z Compiling document-features v0.2.11
20832026-02-10T20:12:33.788Z Compiling der v0.7.10
20842026-02-10T20:12:33.926Z Compiling tokio-util v0.7.15
20852026-02-10T20:12:36.669Z Compiling rand_core v0.9.3
20862026-02-10T20:12:37.105Z Compiling tracing-core v0.1.32
20872026-02-10T20:12:37.272Z Compiling powerfmt v0.2.0
20882026-02-10T20:12:37.924Z Compiling camino v1.2.2
20892026-02-10T20:12:38.323Z Compiling plain v0.2.3
20902026-02-10T20:12:38.573Z Compiling untrusted v0.7.1
20912026-02-10T20:12:38.622Z Compiling untrusted v0.9.0
20922026-02-10T20:12:38.856Z Compiling tracing v0.1.40
20932026-02-10T20:12:39.315Z Compiling deranged v0.5.3
20942026-02-10T20:12:39.790Z Compiling spki v0.7.3
20952026-02-10T20:12:40.425Z Compiling salsa20 v0.10.2
20962026-02-10T20:12:40.576Z Compiling http-body v1.0.1
20972026-02-10T20:12:40.751Z Compiling pbkdf2 v0.12.2
20982026-02-10T20:12:41.827Z Compiling atomic-waker v1.1.2
20992026-02-10T20:12:41.876Z Compiling num_threads v0.1.7
21002026-02-10T20:12:42.212Z Compiling num-bigint-dig v0.8.6
21012026-02-10T20:12:42.727Z Compiling time v0.3.43
21022026-02-10T20:12:43.260Z Compiling scrypt v0.11.0
21032026-02-10T20:12:43.805Z Compiling rand_chacha v0.9.0
21042026-02-10T20:12:44.189Z Compiling aes v0.8.4
21052026-02-10T20:12:44.582Z Compiling cbc v0.1.2
21062026-02-10T20:12:45.755Z Compiling ahash v0.8.12
21072026-02-10T20:12:45.807Z Compiling pretty-hex v0.4.1
21082026-02-10T20:12:46.145Z Compiling usdt-impl v0.6.0
21092026-02-10T20:12:46.197Z Compiling tower-service v0.3.3
21102026-02-10T20:12:46.568Z Compiling anyhow v1.0.99
21112026-02-10T20:12:46.658Z Compiling tower-layer v0.3.3
21122026-02-10T20:12:46.966Z Compiling try-lock v0.2.5
21132026-02-10T20:12:47.222Z Compiling zstd-safe v7.2.3
21142026-02-10T20:12:47.279Z Compiling want v0.3.1
21152026-02-10T20:12:47.760Z Compiling pkcs5 v0.7.1
21162026-02-10T20:12:50.107Z Compiling rand v0.9.2
21172026-02-10T20:12:50.371Z Compiling h2 v0.4.6
21182026-02-10T20:12:52.593Z Compiling scroll v0.13.0
21192026-02-10T20:12:53.236Z Compiling heapless v0.7.17
21202026-02-10T20:12:53.526Z Compiling ipnet v2.11.0
21212026-02-10T20:12:53.870Z Compiling scroll_derive v0.12.0
21222026-02-10T20:12:54.546Z Compiling async-trait v0.1.89
21232026-02-10T20:12:54.720Z Compiling clap_derive v4.5.47
21242026-02-10T20:12:54.995Z Compiling daft-derive v0.1.4
21252026-02-10T20:12:55.402Z Compiling signal-hook v0.3.18
21262026-02-10T20:12:55.858Z Compiling adler2 v2.0.0
21272026-02-10T20:12:56.158Z Compiling fastrand v2.1.1
21282026-02-10T20:12:56.752Z Compiling httpdate v1.0.3
21292026-02-10T20:12:56.856Z Compiling openssl-probe v0.1.5
21302026-02-10T20:12:56.993Z Compiling foreign-types-shared v0.1.1
21312026-02-10T20:12:57.201Z Compiling foreign-types v0.3.2
21322026-02-10T20:12:57.249Z Compiling tempfile v3.24.0
21332026-02-10T20:12:57.384Z Compiling miniz_oxide v0.8.5
21342026-02-10T20:12:58.209Z Compiling goblin v0.10.2
21352026-02-10T20:12:59.224Z Compiling pkcs8 v0.10.2
21362026-02-10T20:13:00.433Z Compiling darling_core v0.20.10
21372026-02-10T20:13:01.008Z Compiling hyper v1.8.1
21382026-02-10T20:13:07.182Z Compiling tinyvec_macros v0.1.1
21392026-02-10T20:13:08.882Z Compiling dof v0.4.0
21402026-02-10T20:13:11.223Z Compiling tinyvec v1.8.0
21412026-02-10T20:13:11.551Z Compiling darling_macro v0.20.10
21422026-02-10T20:13:12.119Z Compiling hyper-util v0.1.19
21432026-02-10T20:13:16.724Z Compiling dtrace-parser v0.3.0
21442026-02-10T20:13:16.755Z Compiling darling_core v0.21.0
21452026-02-10T20:13:17.186Z Compiling curve25519-dalek v4.1.3
21462026-02-10T20:13:17.943Z Compiling strum_macros v0.26.4
21472026-02-10T20:13:18.585Z Compiling hex v0.4.3
21482026-02-10T20:13:19.565Z Compiling thread-id v5.0.0
21492026-02-10T20:13:19.778Z Compiling memoffset v0.9.1
21502026-02-10T20:13:20.495Z Compiling ryu v1.0.18
21512026-02-10T20:13:21.395Z Compiling ref-cast v1.0.25
21522026-02-10T20:13:21.446Z Compiling utf8parse v0.2.2
21532026-02-10T20:13:22.167Z Compiling anstyle v1.0.11
21542026-02-10T20:13:22.754Z Compiling smoltcp v0.9.1
21552026-02-10T20:13:22.832Z Compiling darling_macro v0.21.0
21562026-02-10T20:13:23.895Z Compiling anstyle-parse v0.2.5
21572026-02-10T20:13:26.963Z Compiling darling v0.20.10
21582026-02-10T20:13:28.186Z Compiling http-body-util v0.1.3
21592026-02-10T20:13:29.413Z Compiling sync_wrapper v1.0.1
21602026-02-10T20:13:29.627Z Compiling serde_spanned v0.6.9
21612026-02-10T20:13:30.046Z Compiling toml_datetime v0.6.11
21622026-02-10T20:13:30.801Z Compiling erased-serde v0.3.31
21632026-02-10T20:13:31.126Z Compiling wait-timeout v0.2.0
21642026-02-10T20:13:31.665Z Compiling encoding_rs v0.8.34
21652026-02-10T20:13:32.155Z Compiling mime v0.3.17
21662026-02-10T20:13:32.550Z Compiling gimli v0.31.1
21672026-02-10T20:13:33.749Z Compiling anstyle-query v1.1.1
21682026-02-10T20:13:33.953Z Compiling psl-types v2.0.11
21692026-02-10T20:13:34.264Z Compiling bit-vec v0.8.0
21702026-02-10T20:13:35.848Z Compiling cfg_aliases v0.2.1
21712026-02-10T20:13:35.973Z Compiling colorchoice v1.0.2
21722026-02-10T20:13:36.019Z Compiling is_terminal_polyfill v1.70.1
21732026-02-10T20:13:36.202Z Compiling quick-error v1.2.3
21742026-02-10T20:13:36.290Z Compiling buf-list v1.0.3
21752026-02-10T20:13:36.500Z Compiling rusty-fork v0.3.0
21762026-02-10T20:13:37.048Z Compiling anstream v0.6.18
21772026-02-10T20:13:37.232Z Compiling addr2line v0.24.2
21782026-02-10T20:13:37.681Z Compiling nix v0.29.0
21792026-02-10T20:13:38.938Z Compiling serde_urlencoded v0.7.1
21802026-02-10T20:13:40.976Z Compiling bit-set v0.8.0
21812026-02-10T20:13:41.332Z Compiling publicsuffix v2.3.0
21822026-02-10T20:13:41.811Z Compiling tower v0.5.2
21832026-02-10T20:13:43.274Z Compiling derive_builder_core v0.20.2
21842026-02-10T20:13:43.348Z Compiling tokio-native-tls v0.3.1
21852026-02-10T20:13:43.978Z Compiling darling v0.21.0
21862026-02-10T20:13:44.210Z Compiling unicode-normalization v0.1.24
21872026-02-10T20:13:45.271Z Compiling rustls-native-certs v0.8.1
21882026-02-10T20:13:45.444Z Compiling hubpack_derive v0.1.1
21892026-02-10T20:13:45.487Z Compiling rand_xorshift v0.4.0
21902026-02-10T20:13:45.888Z Compiling webpki-roots v1.0.1
21912026-02-10T20:13:46.195Z Compiling ipnetwork v0.21.1
21922026-02-10T20:13:46.911Z Compiling openapiv3 v2.2.0
21932026-02-10T20:13:47.331Z Compiling signature v2.2.0
21942026-02-10T20:13:47.615Z Compiling strum_macros v0.27.2
21952026-02-10T20:13:49.712Z Compiling ref-cast-impl v1.0.25
21962026-02-10T20:13:50.133Z Compiling curve25519-dalek-derive v0.1.1
21972026-02-10T20:13:51.120Z Compiling object v0.36.5
21982026-02-10T20:13:51.594Z Compiling fs-err v3.1.1
21992026-02-10T20:13:51.882Z Compiling usdt-impl v0.5.0
22002026-02-10T20:13:51.952Z Compiling crc32fast v1.4.2
22012026-02-10T20:13:52.404Z Compiling unicode-bidi v0.3.17
22022026-02-10T20:13:52.591Z Compiling siphasher v0.3.11
22032026-02-10T20:13:53.279Z Compiling zlib-rs v0.5.1
22042026-02-10T20:13:53.586Z Compiling unarray v0.1.4
22052026-02-10T20:13:53.822Z Compiling iri-string v0.7.8
22062026-02-10T20:13:54.061Z Compiling rustc-demangle v0.1.24
22072026-02-10T20:13:54.287Z Compiling unicode-properties v0.1.3
22082026-02-10T20:13:54.795Z Compiling stringprep v0.1.5
22092026-02-10T20:13:55.833Z Compiling proptest v1.7.0
22102026-02-10T20:13:58.711Z Compiling libz-rs-sys v0.5.1
22112026-02-10T20:13:59.095Z Compiling backtrace v0.3.74
22122026-02-10T20:13:59.308Z Compiling tower-http v0.6.6
22132026-02-10T20:14:00.940Z Compiling phf_shared v0.11.2
22142026-02-10T20:14:01.614Z Compiling oxnet v0.1.4
22152026-02-10T20:14:01.940Z Compiling derive_builder_macro v0.20.2
22162026-02-10T20:14:02.074Z Compiling serde_with_macros v3.16.1
22172026-02-10T20:14:03.004Z Compiling hyper-tls v0.6.0
22182026-02-10T20:14:03.460Z Compiling cookie_store v0.21.1
22192026-02-10T20:14:04.263Z Compiling usdt-macro v0.6.0
22202026-02-10T20:14:04.357Z Compiling usdt-attr-macro v0.6.0
22212026-02-10T20:14:05.324Z Compiling scroll v0.12.0
22222026-02-10T20:14:05.963Z Compiling terminal_size v0.4.0
22232026-02-10T20:14:06.380Z Compiling rand_chacha v0.3.1
22242026-02-10T20:14:07.277Z Compiling rustls-webpki v0.102.8
22252026-02-10T20:14:07.962Z Compiling md-5 v0.10.6
22262026-02-10T20:14:08.265Z Compiling num-integer v0.1.46
22272026-02-10T20:14:08.361Z Compiling vergen-lib v0.1.6
22282026-02-10T20:14:08.874Z Compiling hash32 v0.2.1
22292026-02-10T20:14:09.031Z Compiling ff v0.13.0
22302026-02-10T20:14:09.362Z Compiling winnow v0.7.14
22312026-02-10T20:14:09.451Z Compiling base16ct v0.2.0
22322026-02-10T20:14:09.834Z Compiling clap_lex v0.7.4
22332026-02-10T20:14:10.641Z Compiling fallible-iterator v0.2.0
22342026-02-10T20:14:11.483Z Compiling postgres-protocol v0.6.8
22352026-02-10T20:14:13.347Z Compiling clap_builder v4.5.48
22362026-02-10T20:14:14.257Z Compiling sec1 v0.7.3
22372026-02-10T20:14:14.769Z Compiling group v0.13.0
22382026-02-10T20:14:15.335Z Compiling num-iter v0.1.45
22392026-02-10T20:14:15.699Z Compiling rand v0.8.5
22402026-02-10T20:14:17.069Z Compiling tokio-rustls v0.26.0
22412026-02-10T20:14:20.892Z Compiling goblin v0.8.2
22422026-02-10T20:14:21.986Z Compiling derive_builder v0.20.2
22432026-02-10T20:14:22.256Z Compiling newtype-uuid v1.3.2
22442026-02-10T20:14:22.341Z Compiling flate2 v1.1.2
22452026-02-10T20:14:25.452Z Compiling hkdf v0.12.4
22462026-02-10T20:14:25.808Z Compiling regress v0.10.4
22472026-02-10T20:14:27.160Z Compiling vergen v9.0.6
22482026-02-10T20:14:28.001Z Compiling crypto-bigint v0.5.5
22492026-02-10T20:14:29.047Z Compiling cargo-platform v0.1.8
22502026-02-10T20:14:29.655Z Compiling serde_repr v0.1.19
22512026-02-10T20:14:30.786Z Compiling enum-as-inner v0.6.1
22522026-02-10T20:14:31.625Z Compiling bitflags v1.3.2
22532026-02-10T20:14:31.785Z Compiling simd-adler32 v0.3.7
22542026-02-10T20:14:31.847Z Compiling winnow v0.5.40
22552026-02-10T20:14:31.905Z Compiling bumpalo v3.16.0
22562026-02-10T20:14:32.503Z Compiling unicode-segmentation v1.12.0
22572026-02-10T20:14:33.165Z Compiling lockfree-object-pool v0.1.6
22582026-02-10T20:14:33.692Z Compiling managed v0.8.0
22592026-02-10T20:14:33.852Z Compiling zopfli v0.8.1
22602026-02-10T20:14:34.999Z Compiling hyper-rustls v0.27.7
22612026-02-10T20:14:35.991Z Compiling reqwest v0.12.24
22622026-02-10T20:14:37.971Z Compiling toml_edit v0.19.15
22632026-02-10T20:14:38.767Z Compiling elliptic-curve v0.13.8
22642026-02-10T20:14:39.335Z Compiling typify-impl v0.4.3
22652026-02-10T20:14:39.711Z Compiling cargo_metadata v0.19.2
22662026-02-10T20:14:41.751Z Compiling dof v0.3.0
22672026-02-10T20:14:44.313Z Compiling daft v0.1.4
22682026-02-10T20:14:46.292Z Compiling zstd v0.13.3
22692026-02-10T20:14:46.325Z Compiling signal-hook-mio v0.2.4
22702026-02-10T20:14:46.325Z Compiling clap v4.5.48
22712026-02-10T20:14:46.325Z Compiling postgres-types v0.2.9
22722026-02-10T20:14:46.325Z Compiling dtrace-parser v0.2.0
22732026-02-10T20:14:47.242Z Compiling phf v0.11.2
22742026-02-10T20:14:47.453Z Compiling strum v0.27.2
22752026-02-10T20:14:47.675Z Compiling ed25519 v2.2.3
22762026-02-10T20:14:47.728Z Compiling hubpack v0.1.2
22772026-02-10T20:14:47.887Z Compiling bzip2 v0.4.4
22782026-02-10T20:14:47.943Z Compiling bzip2 v0.5.2
22792026-02-10T20:14:48.287Z Compiling pkcs1 v0.7.5
22802026-02-10T20:14:48.480Z Compiling rfc6979 v0.4.0
22812026-02-10T20:14:48.565Z Compiling float-cmp v0.10.0
22822026-02-10T20:14:48.771Z Compiling serde-big-array v0.5.1
22832026-02-10T20:14:49.061Z Compiling bstr v1.10.0
22842026-02-10T20:14:49.163Z Compiling structmeta-derive v0.3.0
22852026-02-10T20:14:49.424Z Compiling env_filter v0.1.2
22862026-02-10T20:14:49.508Z Compiling socket2 v0.5.10
22872026-02-10T20:14:50.095Z Compiling memmap2 v0.9.8
22882026-02-10T20:14:50.296Z Compiling thread-id v4.2.2
22892026-02-10T20:14:50.545Z Compiling keccak v0.1.5
22902026-02-10T20:14:50.575Z Compiling whoami v1.5.2
22912026-02-10T20:14:51.066Z Compiling precomputed-hash v0.1.1
22922026-02-10T20:14:51.327Z Compiling fixedbitset v0.5.7
22932026-02-10T20:14:51.630Z Compiling foldhash v0.2.0
22942026-02-10T20:14:52.176Z Compiling predicates-core v1.0.8
22952026-02-10T20:14:52.234Z Compiling new_debug_unreachable v1.0.6
22962026-02-10T20:14:52.637Z Compiling static_assertions v1.1.0
22972026-02-10T20:14:53.260Z Compiling radium v0.7.0
22982026-02-10T20:14:53.728Z Compiling fixedbitset v0.4.2
22992026-02-10T20:14:54.028Z Compiling data-encoding v2.9.0
23002026-02-10T20:14:54.193Z Compiling rustc-hash v2.1.1
23012026-02-10T20:14:55.157Z Compiling toml_write v0.1.2
23022026-02-10T20:14:55.355Z Compiling jiff v0.2.15
23032026-02-10T20:14:55.540Z Compiling normalize-line-endings v0.3.0
23042026-02-10T20:14:55.636Z Compiling difflib v0.4.0
23052026-02-10T20:14:55.692Z Compiling toml_edit v0.22.27
23062026-02-10T20:14:56.861Z Compiling predicates v3.1.3
23072026-02-10T20:14:59.824Z Compiling hickory-proto v0.25.2
23082026-02-10T20:15:03.256Z Compiling iddqd v0.3.16
23092026-02-10T20:15:06.424Z Compiling zip v4.2.0
23102026-02-10T20:15:06.484Z Compiling petgraph v0.6.5
23112026-02-10T20:15:07.223Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23122026-02-10T20:15:09.021Z Compiling string_cache v0.8.9
23132026-02-10T20:15:09.598Z Compiling petgraph v0.8.2
23142026-02-10T20:15:10.740Z Compiling structmeta v0.3.0
23152026-02-10T20:15:11.211Z Compiling tokio-postgres v0.7.13
23162026-02-10T20:15:12.861Z Compiling sha3 v0.10.8
23172026-02-10T20:15:14.653Z Compiling usdt v0.6.0
23182026-02-10T20:15:14.982Z Compiling similar v2.7.0
23192026-02-10T20:15:15.218Z Compiling env_logger v0.11.8
23202026-02-10T20:15:15.326Z Compiling typify-macro v0.4.3
23212026-02-10T20:15:15.970Z Compiling serde_with v3.16.1
23222026-02-10T20:15:16.010Z Compiling rsa v0.9.8
23232026-02-10T20:15:16.801Z Compiling ecdsa v0.16.9
23242026-02-10T20:15:18.378Z Compiling zip v0.6.6
23252026-02-10T20:15:18.836Z Compiling ed25519-dalek v2.1.1
23262026-02-10T20:15:20.433Z Compiling crossterm v0.28.1
23272026-02-10T20:15:20.862Z Compiling crossbeam-epoch v0.9.18
23282026-02-10T20:15:21.120Z Compiling toml v0.7.8
23292026-02-10T20:15:21.639Z Compiling heck v0.4.1
23302026-02-10T20:15:21.862Z Compiling strum v0.26.3
23312026-02-10T20:15:22.605Z Compiling tokio-stream v0.1.17
23322026-02-10T20:15:23.724Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23332026-02-10T20:15:23.971Z Compiling x509-cert v0.2.5
23342026-02-10T20:15:24.198Z Compiling sha1 v0.10.6
23352026-02-10T20:15:24.769Z Compiling itertools v0.13.0
23362026-02-10T20:15:24.959Z Compiling itertools v0.10.5
23372026-02-10T20:15:27.023Z Compiling winnow v0.6.26
23382026-02-10T20:15:27.945Z Compiling peg-runtime v0.8.5
23392026-02-10T20:15:28.419Z Compiling tap v1.0.1
23402026-02-10T20:15:28.448Z Compiling lalrpop-util v0.19.12
23412026-02-10T20:15:28.669Z Compiling maybe-uninit v2.0.0
23422026-02-10T20:15:28.880Z Compiling wyz v0.5.1
23432026-02-10T20:15:30.736Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23442026-02-10T20:15:36.102Z Compiling funty v2.0.0
23452026-02-10T20:15:36.759Z Compiling packed_struct v0.10.1
23462026-02-10T20:15:39.643Z Compiling bitvec v1.0.1
23472026-02-10T20:15:45.381Z Compiling packed_struct_codegen v0.10.1
23482026-02-10T20:15:45.471Z Compiling futures-executor v0.3.31
23492026-02-10T20:15:46.558Z Compiling zerocopy-derive v0.6.6
23502026-02-10T20:15:46.622Z Compiling bitfield-macros v0.19.2
23512026-02-10T20:15:47.841Z Compiling indexmap v1.9.3
23522026-02-10T20:15:48.362Z Compiling typeid v1.0.3
23532026-02-10T20:15:49.367Z Compiling crc-catalog v2.4.0
23542026-02-10T20:15:49.557Z Compiling nodrop v0.1.14
23552026-02-10T20:15:49.593Z Compiling crc v3.2.1
23562026-02-10T20:15:49.730Z Compiling array-init v0.0.4
23572026-02-10T20:15:51.505Z Compiling zerocopy v0.6.6
23582026-02-10T20:15:51.579Z Compiling bitfield v0.19.2
23592026-02-10T20:15:53.529Z Compiling futures v0.3.31
23602026-02-10T20:15:54.549Z Compiling smallvec v0.6.14
23612026-02-10T20:15:55.955Z Compiling typify v0.4.3
23622026-02-10T20:15:56.001Z Compiling derive-ex v0.1.8
23632026-02-10T20:15:56.902Z Compiling base64 v0.21.7
23642026-02-10T20:15:58.337Z Compiling rustls v0.22.4
23652026-02-10T20:15:58.697Z Compiling unsafe-libyaml v0.2.11
23662026-02-10T20:15:58.797Z Compiling hashbrown v0.12.3
23672026-02-10T20:15:59.933Z Compiling test-strategy v0.4.3
23682026-02-10T20:16:00.694Z Compiling serde_yaml v0.9.34+deprecated
23692026-02-10T20:16:02.616Z Compiling ron v0.8.1
23702026-02-10T20:16:05.709Z Compiling progenitor-impl v0.11.2
23712026-02-10T20:16:06.097Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23722026-02-10T20:16:08.312Z Compiling serde-hex v0.1.0
23732026-02-10T20:16:11.269Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23742026-02-10T20:16:11.868Z Compiling toml v0.8.23
23752026-02-10T20:16:13.394Z Compiling hashbrown v0.13.2
23762026-02-10T20:16:17.201Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23772026-02-10T20:16:17.244Z Compiling xattr v1.3.1
23782026-02-10T20:16:17.855Z Compiling pin-project-internal v1.1.6
23792026-02-10T20:16:18.420Z Compiling thread_local v1.1.8
23802026-02-10T20:16:19.217Z Compiling filetime v0.2.26
23812026-02-10T20:16:19.759Z Compiling multer v3.1.0
23822026-02-10T20:16:20.221Z Compiling match_cfg v0.1.0
23832026-02-10T20:16:21.027Z Compiling slog-async v2.8.0
23842026-02-10T20:16:21.110Z Compiling same-file v1.0.6
23852026-02-10T20:16:21.554Z Compiling crc-any v2.5.0
23862026-02-10T20:16:23.473Z Compiling rayon-core v1.12.1
23872026-02-10T20:16:27.318Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23882026-02-10T20:16:31.064Z Compiling walkdir v2.5.0
23892026-02-10T20:16:34.530Z Compiling pin-project v1.1.6
23902026-02-10T20:16:34.750Z Compiling hostname v0.3.1
23912026-02-10T20:16:35.179Z Compiling tar v0.4.44
23922026-02-10T20:16:37.511Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23932026-02-10T20:16:41.547Z Compiling object v0.30.4
23942026-02-10T20:16:42.228Z Compiling erased-serde v0.4.6
23952026-02-10T20:16:42.315Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23962026-02-10T20:16:42.339Z Compiling progenitor-macro v0.11.2
23972026-02-10T20:16:50.905Z Compiling progenitor-client v0.11.2
23982026-02-10T20:16:51.806Z Compiling toml_parser v1.0.6+spec-1.1.0
23992026-02-10T20:16:51.884Z Compiling crossbeam-channel v0.5.15
24002026-02-10T20:16:53.181Z Compiling slog-json v2.6.1
24012026-02-10T20:16:53.789Z Compiling async-stream-impl v0.3.6
24022026-02-10T20:16:53.813Z Compiling snafu-derive v0.8.5
24032026-02-10T20:16:53.897Z Compiling ordered-float v2.10.1
24042026-02-10T20:16:54.504Z Compiling toml_datetime v0.7.5+spec-1.1.0
24052026-02-10T20:16:54.820Z Compiling serde_spanned v1.0.4
24062026-02-10T20:16:54.855Z Compiling serde_path_to_error v0.1.20
24072026-02-10T20:16:55.107Z Compiling is-terminal v0.4.13
24082026-02-10T20:16:55.286Z Compiling fs-err v2.11.0
24092026-02-10T20:16:55.345Z Compiling dropshot v0.16.7
24102026-02-10T20:16:55.686Z Compiling path-slash v0.1.5
24112026-02-10T20:16:55.843Z Compiling term v1.1.0
24122026-02-10T20:16:55.946Z Compiling debug-ignore v1.0.5
24132026-02-10T20:16:56.214Z Compiling toml_writer v1.0.6+spec-1.1.0
24142026-02-10T20:16:56.588Z Compiling unicode-width v0.1.14
24152026-02-10T20:16:56.785Z Compiling take_mut v0.2.2
24162026-02-10T20:16:56.837Z Compiling toml v0.9.11+spec-1.1.0
24172026-02-10T20:16:57.204Z Compiling tabwriter v1.4.0
24182026-02-10T20:16:57.508Z Compiling snafu v0.8.5
24192026-02-10T20:16:57.939Z Compiling slog-term v2.9.2
24202026-02-10T20:16:59.059Z Compiling async-stream v0.3.6
24212026-02-10T20:16:59.135Z Compiling serde-value v0.7.0
24222026-02-10T20:16:59.381Z Compiling slog-bunyan v2.5.0
24232026-02-10T20:16:59.711Z Compiling progenitor v0.11.2
24242026-02-10T20:16:59.735Z Compiling tokio-rustls v0.25.0
24252026-02-10T20:16:59.915Z Compiling serde-untagged v0.1.7
24262026-02-10T20:17:00.196Z Compiling globset v0.4.15
24272026-02-10T20:17:00.629Z Compiling crossbeam-deque v0.8.5
24282026-02-10T20:17:00.679Z Compiling camino-tempfile v1.4.1
24292026-02-10T20:17:00.809Z Compiling parse-display-derive v0.10.0
24302026-02-10T20:17:01.085Z Compiling olpc-cjson v0.1.4
24312026-02-10T20:17:01.462Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24322026-02-10T20:17:01.486Z Compiling waitgroup v0.1.2
24332026-02-10T20:17:01.757Z Compiling rustls-pemfile v2.2.0
24342026-02-10T20:17:02.281Z Compiling pem v3.0.5
24352026-02-10T20:17:02.427Z Compiling dropshot_endpoint v0.16.7
24362026-02-10T20:17:03.687Z Compiling newtype-uuid-macros v0.1.0
24372026-02-10T20:17:03.869Z Compiling serde_plain v1.0.2
24382026-02-10T20:17:04.012Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24392026-02-10T20:17:04.405Z Compiling async-recursion v1.1.1
24402026-02-10T20:17:04.686Z Compiling blake3 v1.5.4
24412026-02-10T20:17:05.044Z Compiling hostname v0.4.2
24422026-02-10T20:17:05.276Z Compiling half v2.4.1
24432026-02-10T20:17:05.336Z Compiling instant v0.1.13
24442026-02-10T20:17:05.536Z Compiling unicode-xid v0.2.6
24452026-02-10T20:17:05.561Z Compiling typed-path v0.9.3
24462026-02-10T20:17:05.726Z Compiling ciborium-io v0.2.2
24472026-02-10T20:17:05.813Z Compiling colored v3.0.0
24482026-02-10T20:17:05.912Z Compiling ciborium-ll v0.2.2
24492026-02-10T20:17:05.938Z Compiling cargo-util-schemas v0.8.2
24502026-02-10T20:17:05.978Z Compiling backoff v0.4.0
24512026-02-10T20:17:06.393Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24522026-02-10T20:17:07.113Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24532026-02-10T20:17:07.138Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24542026-02-10T20:17:07.393Z Compiling parse-display v0.10.0
24552026-02-10T20:17:09.263Z Compiling tough v0.20.0
24562026-02-10T20:17:11.129Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24572026-02-10T20:17:11.865Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24582026-02-10T20:17:11.927Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24592026-02-10T20:17:12.036Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24602026-02-10T20:17:12.510Z Compiling itertools v0.14.0
24612026-02-10T20:17:14.019Z Compiling progenitor-client v0.10.0
24622026-02-10T20:17:14.940Z Compiling macaddr v1.0.1
24632026-02-10T20:17:15.465Z Compiling cargo-platform v0.2.0
24642026-02-10T20:17:15.807Z Compiling indent_write v2.2.0
24652026-02-10T20:17:16.102Z Compiling parse-size v1.1.0
24662026-02-10T20:17:16.477Z Compiling arrayvec v0.7.6
24672026-02-10T20:17:16.739Z Compiling arrayref v0.3.9
24682026-02-10T20:17:16.898Z Compiling constant_time_eq v0.3.1
24692026-02-10T20:17:16.993Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24702026-02-10T20:17:17.456Z Compiling cargo_metadata v0.21.0
24712026-02-10T20:17:19.231Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24722026-02-10T20:17:19.301Z Compiling ciborium v0.2.2
24732026-02-10T20:17:21.221Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24742026-02-10T20:17:25.099Z Compiling display-error-chain v0.2.2
24752026-02-10T20:17:25.338Z Compiling topological-sort v0.2.2
24762026-02-10T20:17:25.664Z Compiling omicron-zone-package v0.12.2
24772026-02-10T20:17:26.815Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24782026-02-10T20:17:27.664Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24792026-02-10T20:17:31.378Z Compiling shell-words v1.1.0
24802026-02-10T20:17:34.897Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24812026-02-10T20:17:52.394Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24822026-02-10T20:18:16.000Z Finished `release` profile [optimized] target(s) in 6m 51s
24832026-02-10T20:18:16.196Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24842026-02-10T20:18:16.316ZFeb 10 20:18:15.818 DEBG changing working directory to /work/oxidecomputer/omicron
24852026-02-10T20:18:16.548ZFeb 10 20:18:16.053 DEBG running: git rev-parse HEAD
24862026-02-10T20:18:16.572ZFeb 10 20:18:16.060 DEBG process exited with exit status: 0 (7.014301ms)
24872026-02-10T20:18:16.573ZFeb 10 20:18:16.060 INFO version: 18.0.0-0.ci+git9bc02f7ed90
24882026-02-10T20:18:16.639ZFeb 10 20:18:16.144 INFO cloning helios to /work/oxidecomputer/helios
24892026-02-10T20:18:16.639ZFeb 10 20:18:16.144 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24902026-02-10T20:18:16.665ZCloning into '/work/oxidecomputer/helios'...
24912026-02-10T20:18:17.563ZFeb 10 20:18:17.068 DEBG process exited with exit status: 0 (924.219614ms)
24922026-02-10T20:18:17.563ZFeb 10 20:18:17.068 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24932026-02-10T20:18:17.587ZFeb 10 20:18:17.076 DEBG process exited with exit status: 0 (7.316628ms)
24942026-02-10T20:18:17.587ZFeb 10 20:18:17.076 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24952026-02-10T20:18:19.613ZFeb 10 20:18:19.119 DEBG process exited with exit status: 0 (2.043073662s)
24962026-02-10T20:18:19.613ZFeb 10 20:18:19.119 DEBG running: zfs list rpool/images/build/host
24972026-02-10T20:18:19.637ZNAME USED AVAIL REFER MOUNTPOINT
24982026-02-10T20:18:19.637Zrpool/images/build/host 96K 150G 96K /rpool/images/build/host
24992026-02-10T20:18:19.637ZFeb 10 20:18:19.131 DEBG process exited with exit status: 0 (12.616958ms)
25002026-02-10T20:18:19.637ZFeb 10 20:18:19.131 DEBG running: zfs list rpool/images/build/recovery
25012026-02-10T20:18:19.637ZNAME USED AVAIL REFER MOUNTPOINT
25022026-02-10T20:18:19.637Zrpool/images/build/recovery 96K 150G 96K /rpool/images/build/recovery
25032026-02-10T20:18:19.637ZFeb 10 20:18:19.141 DEBG process exited with exit status: 0 (9.980747ms)
25042026-02-10T20:18:19.637ZFeb 10 20:18:19.143 INFO [hubris-production] running task
25052026-02-10T20:18:19.637ZFeb 10 20:18:19.143 INFO [incorp-manifest] running task
25062026-02-10T20:18:19.637ZFeb 10 20:18:19.143 INFO [hubris-staging] running task
25072026-02-10T20:18:19.661ZFeb 10 20:18:19.144 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
25082026-02-10T20:18:19.661ZFeb 10 20:18:19.145 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
25092026-02-10T20:18:19.661ZFeb 10 20:18:19.145 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
25102026-02-10T20:18:19.661ZFeb 10 20:18:19.146 INFO [incorp-create] running: pkgrepo create /work/incorporation
25112026-02-10T20:18:19.783Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25122026-02-10T20:18:20.265ZFeb 10 20:18:19.771 INFO [incorp-create] process exited with exit status: 0 (624.744264ms)
25132026-02-10T20:18:20.290ZFeb 10 20:18:19.772 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
25142026-02-10T20:18:20.753ZFeb 10 20:18:20.259 INFO [incorp-publisher] process exited with exit status: 0 (486.840425ms)
25152026-02-10T20:18:20.806Z[ omicron-package] Blocking waiting for file lock on package cache
25162026-02-10T20:18:21.640Z[ omicron-package] Blocking waiting for file lock on package cache
25172026-02-10T20:18:22.076Z[ omicron-package] Blocking waiting for file lock on package cache
25182026-02-10T20:18:23.205Z[ omicron-package] Compiling ring v0.17.14
25192026-02-10T20:18:23.270Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25202026-02-10T20:18:23.294Z[ omicron-package] Compiling itertools v0.14.0
25212026-02-10T20:18:23.295Z[ omicron-package] Compiling heapless v0.8.0
25222026-02-10T20:18:23.360Z[ omicron-package] Compiling hash32 v0.3.1
25232026-02-10T20:18:23.385Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25242026-02-10T20:18:23.385Z[ omicron-package] Compiling smoltcp v0.11.0
25252026-02-10T20:18:24.219Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25262026-02-10T20:18:24.971Z[ omicron-package] Compiling num_enum_derive v0.5.11
25272026-02-10T20:18:25.241ZFeb 10 20:18:24.738 INFO [hubris-production] task succeeded (5.594363066s)
25282026-02-10T20:18:25.441Z[ omicron-package] Compiling cobs v0.2.3
25292026-02-10T20:18:25.747Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25302026-02-10T20:18:26.223Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25312026-02-10T20:18:26.737Z[ omicron-package] Compiling postcard v1.0.10
25322026-02-10T20:18:26.968Z[ omicron-package] Compiling proc-macro-error v1.0.4
25332026-02-10T20:18:28.345Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25342026-02-10T20:18:28.369Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25352026-02-10T20:18:28.639Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25362026-02-10T20:18:28.806Z[ omicron-package] Compiling num_enum v0.5.11
25372026-02-10T20:18:29.704Z[ omicron-package] Compiling ingot-macros v0.1.1
25382026-02-10T20:18:30.217Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25392026-02-10T20:18:30.958Z[ omicron-package] Compiling cstr-argument v0.1.2
25402026-02-10T20:18:31.081Z[ omicron-package] Compiling foreign-types v0.5.0
25412026-02-10T20:18:31.568Z[ omicron-package] Compiling rustls v0.23.19
25422026-02-10T20:18:31.668Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25432026-02-10T20:18:31.776Z[ omicron-package] Compiling pretty-hex v0.2.1
25442026-02-10T20:18:31.943Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25452026-02-10T20:18:32.126Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25462026-02-10T20:18:32.421Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25472026-02-10T20:18:33.346Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25482026-02-10T20:18:33.684Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25492026-02-10T20:18:33.863Z[ omicron-package] Compiling rayon v1.10.0
25502026-02-10T20:18:34.248Z[ omicron-package] Compiling colored v2.2.0
25512026-02-10T20:18:34.848Z[ omicron-package] Compiling nix v0.30.1
25522026-02-10T20:18:35.741Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25532026-02-10T20:18:37.373Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25542026-02-10T20:18:38.334Z[ omicron-package] Compiling rustls-webpki v0.102.8
25552026-02-10T20:18:39.855Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25562026-02-10T20:18:40.089Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
25572026-02-10T20:18:40.985Z[ omicron-package] Compiling secrecy v0.10.3
25582026-02-10T20:18:41.362Z[ omicron-package] Compiling ingot-types v0.1.2
25592026-02-10T20:18:41.775Z[ omicron-package] Compiling sigpipe v0.1.3
25602026-02-10T20:18:41.855Z[ omicron-package] Compiling num-derive v0.4.2
25612026-02-10T20:18:42.234Z[ omicron-package] Compiling libefi-sys v0.1.0
25622026-02-10T20:18:42.485Z[ omicron-package] Compiling ingot v0.1.1
25632026-02-10T20:18:42.686Z[ omicron-package] Compiling glob v0.3.2
25642026-02-10T20:18:42.819Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25652026-02-10T20:18:44.650Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
25662026-02-10T20:18:45.118Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25672026-02-10T20:18:45.619Z[ omicron-package] Compiling rustls v0.22.4
25682026-02-10T20:18:45.707Z[ omicron-package] Compiling zone v0.3.1
25692026-02-10T20:18:46.009Z[ omicron-package] Compiling usdt-macro v0.5.0
25702026-02-10T20:18:47.568Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25712026-02-10T20:18:48.450Z[ omicron-package] Compiling smf v0.2.3
25722026-02-10T20:18:49.940Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-02-10T20:18:50.857Z[ omicron-package] Compiling memmap v0.7.0
25742026-02-10T20:18:51.033Z[ omicron-package] Compiling bitfield-struct v0.6.2
25752026-02-10T20:18:51.476Z[ omicron-package] Compiling usdt v0.5.0
25762026-02-10T20:18:52.216Z[ omicron-package] Compiling tokio-rustls v0.26.0
25772026-02-10T20:18:53.029Z[ omicron-package] Compiling hyper-rustls v0.27.7
25782026-02-10T20:18:53.360Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25792026-02-10T20:18:54.445Z[ omicron-package] Compiling reqwest v0.12.24
25802026-02-10T20:18:56.062Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25812026-02-10T20:18:56.499Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25822026-02-10T20:18:57.422Z[ omicron-package] Compiling unicode-width v0.2.0
25832026-02-10T20:18:58.054Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25842026-02-10T20:18:58.175Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25852026-02-10T20:18:58.647Z[ omicron-package] Compiling console v0.16.0
25862026-02-10T20:18:58.844Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25872026-02-10T20:18:59.782Z[ omicron-package] Compiling gethostname v0.5.0
25882026-02-10T20:19:00.081Z[ omicron-package] Compiling unit-prefix v0.5.1
25892026-02-10T20:19:00.259Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25902026-02-10T20:19:00.343Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25912026-02-10T20:19:00.519Z[ omicron-package] Compiling indicatif v0.18.0
25922026-02-10T20:19:01.229Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25932026-02-10T20:19:01.999Z[ omicron-package] Compiling tokio-rustls v0.25.0
25942026-02-10T20:19:03.302Z[ omicron-package] Compiling dropshot v0.16.7
25952026-02-10T20:19:05.743Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25962026-02-10T20:19:05.743Z[ helios-setup] --> src/main.rs:79:10
25972026-02-10T20:19:05.743Z[ helios-setup] |
25982026-02-10T20:19:05.768Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25992026-02-10T20:19:05.768Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
26002026-02-10T20:19:05.768Z[ helios-setup] | |
26012026-02-10T20:19:05.768Z[ helios-setup] | the lifetime is elided here
26022026-02-10T20:19:05.768Z[ helios-setup] |
26032026-02-10T20:19:05.768Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
26042026-02-10T20:19:05.768Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
26052026-02-10T20:19:05.768Z[ helios-setup] help: use `'_` for type paths
26062026-02-10T20:19:05.768Z[ helios-setup] |
26072026-02-10T20:19:05.768Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
26082026-02-10T20:19:05.768Z[ helios-setup] | ++++
26092026-02-10T20:19:05.768Z[ helios-setup]
26102026-02-10T20:19:07.307Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26112026-02-10T20:19:10.373Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26122026-02-10T20:19:15.272Z[ helios-setup] Feb 10 20:19:14.784 INFO helios repository root is: /work/oxidecomputer/helios
26132026-02-10T20:19:15.297Z[ helios-setup] Feb 10 20:19:14.786 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
26142026-02-10T20:19:15.297Z[ helios-setup] Feb 10 20:19:14.786 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26152026-02-10T20:19:15.297Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26162026-02-10T20:19:15.368Z[ omicron-package] Compiling progenitor-client v0.11.2
26172026-02-10T20:19:15.862Z[ omicron-package] Compiling progenitor-client v0.10.0
26182026-02-10T20:19:16.360Z[ helios-setup] Feb 10 20:19:15.870 INFO clone ok!, project: bootserver
26192026-02-10T20:19:16.361Z[ helios-setup] Feb 10 20:19:15.870 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
26202026-02-10T20:19:16.361Z[ helios-setup] Feb 10 20:19:15.870 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26212026-02-10T20:19:16.386Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26222026-02-10T20:19:16.443ZFeb 10 20:19:15.955 INFO [hubris-staging] task succeeded (56.811763614s)
26232026-02-10T20:19:16.759Z[ omicron-package] Compiling progenitor v0.11.2
26242026-02-10T20:19:17.091Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
26252026-02-10T20:19:17.384Z[ helios-setup] Feb 10 20:19:16.895 INFO clone ok!, project: phbl
26262026-02-10T20:19:17.384Z[ helios-setup] Feb 10 20:19:16.896 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-10T20:19:17.384Z[ helios-setup] Feb 10 20:19:16.896 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26282026-02-10T20:19:17.408Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26292026-02-10T20:19:17.456Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26302026-02-10T20:19:18.930Z[ helios-setup] Feb 10 20:19:18.442 INFO clone ok!, project: chelsio-t6-roms
26312026-02-10T20:19:18.954Z[ helios-setup] Feb 10 20:19:18.442 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26322026-02-10T20:19:18.954Z[ helios-setup] Feb 10 20:19:18.442 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
26332026-02-10T20:19:18.954Z[ helios-setup] Feb 10 20:19:18.442 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26342026-02-10T20:19:18.954Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26352026-02-10T20:19:20.061Z[ helios-setup] Feb 10 20:19:19.572 INFO clone ok!, project: dmar-report
26362026-02-10T20:19:20.085Z[ helios-setup] Feb 10 20:19:19.572 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
26372026-02-10T20:19:20.085Z[ helios-setup] Feb 10 20:19:19.572 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26382026-02-10T20:19:20.085Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26392026-02-10T20:19:21.233Z[ helios-setup] Feb 10 20:19:20.745 INFO clone ok!, project: image-builder
26402026-02-10T20:19:21.233Z[ helios-setup] Feb 10 20:19:20.745 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
26412026-02-10T20:19:21.258Z[ helios-setup] Feb 10 20:19:20.745 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26422026-02-10T20:19:21.258Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26432026-02-10T20:19:22.891Z[ helios-setup] Feb 10 20:19:22.403 INFO clone ok!, project: pilot
26442026-02-10T20:19:22.915Z[ helios-setup] Feb 10 20:19:22.403 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26452026-02-10T20:19:22.915Z[ helios-setup] Feb 10 20:19:22.404 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
26462026-02-10T20:19:22.915Z[ helios-setup] Feb 10 20:19:22.404 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26472026-02-10T20:19:22.915Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26482026-02-10T20:19:22.915Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26492026-02-10T20:19:23.238Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26502026-02-10T20:19:23.684Z[ helios-setup] Feb 10 20:19:23.197 INFO clone ok!, project: pinprick
26512026-02-10T20:19:23.684Z[ helios-setup] Feb 10 20:19:23.197 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26522026-02-10T20:19:23.708Z[ helios-setup] Feb 10 20:19:23.197 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
26532026-02-10T20:19:23.708Z[ helios-setup] Feb 10 20:19:23.197 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
26542026-02-10T20:19:23.708Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26552026-02-10T20:19:25.797Z[ helios-setup] Feb 10 20:19:25.310 INFO clone ok!, project: amd-host-image-builder
26562026-02-10T20:19:25.798Z[ helios-setup] Feb 10 20:19:25.311 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
26572026-02-10T20:19:25.822Z[ helios-setup] Feb 10 20:19:25.311 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26582026-02-10T20:19:25.822Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26592026-02-10T20:19:33.761Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26602026-02-10T20:19:40.295ZFeb 10 20:19:39.810 DEBG process exited with exit status: 0 (80.664014538s)
26612026-02-10T20:19:40.319ZFeb 10 20:19:39.813 INFO [incorp-manifest] task succeeded (80.669951147s)
26622026-02-10T20:19:40.319ZFeb 10 20:19:39.813 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26632026-02-10T20:19:40.697ZFeb 10 20:19:40.211 INFO [incorp-fmt] process exited with exit status: 0 (397.976499ms)
26642026-02-10T20:19:40.721ZFeb 10 20:19:40.212 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26652026-02-10T20:19:41.214Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20260210T201940Z
26662026-02-10T20:19:41.214Z[ incorp-pkgsend] PUBLISHED
26672026-02-10T20:19:41.313ZFeb 10 20:19:40.828 INFO [incorp-pkgsend] process exited with exit status: 0 (615.704707ms)
26682026-02-10T20:19:41.337ZFeb 10 20:19:40.828 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26692026-02-10T20:19:41.561Z[ helios-setup] Feb 10 20:19:41.075 INFO clone ok!, project: amd-firmware
26702026-02-10T20:19:41.585Z[ helios-setup] Feb 10 20:19:41.076 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26712026-02-10T20:19:41.846Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26722026-02-10T20:19:41.869Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26732026-02-10T20:19:41.956Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26742026-02-10T20:19:41.956Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26752026-02-10T20:19:41.957Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26762026-02-10T20:19:41.980Z[ helios-incorp]
26772026-02-10T20:19:41.980Z[ helios-incorp] Archiving packages ...
26782026-02-10T20:19:41.980Z[ helios-incorp] Packages to add: 1
26792026-02-10T20:19:41.980Z[ helios-incorp] Files to retrieve: 0
26802026-02-10T20:19:41.981Z[ helios-incorp] Estimated transfer size: 0.00 B
26812026-02-10T20:19:41.981Z[ helios-incorp]
26822026-02-10T20:19:41.981Z[ helios-incorp] Packages to archive:
26832026-02-10T20:19:41.981Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20260210T201940Z
26842026-02-10T20:19:41.981Z[ helios-incorp]
26852026-02-10T20:19:41.981Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26862026-02-10T20:19:41.981Z[ helios-incorp] Archiving: Completed 107.69 kB in 0.00 seconds
26872026-02-10T20:19:42.083ZFeb 10 20:19:41.597 INFO [helios-incorp] process exited with exit status: 0 (769.133919ms)
26882026-02-10T20:19:42.107Z[ helios-setup] Feb 10 20:19:41.614 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26892026-02-10T20:19:42.626Z[ helios-setup] Feb 10 20:19:42.139 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26902026-02-10T20:19:42.626Z[ helios-setup] Feb 10 20:19:42.139 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26912026-02-10T20:19:43.248Z[ helios-setup] Feb 10 20:19:42.761 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26922026-02-10T20:19:43.782Z[ helios-setup] Feb 10 20:19:43.296 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26932026-02-10T20:19:43.782Z[ helios-setup] Feb 10 20:19:43.296 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26942026-02-10T20:19:44.317Z[ helios-setup] Feb 10 20:19:43.830 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26952026-02-10T20:19:44.922Z[ helios-setup] Feb 10 20:19:44.437 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26962026-02-10T20:19:44.922Z[ helios-setup] Feb 10 20:19:44.437 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26972026-02-10T20:19:44.946Z[ helios-setup] Feb 10 20:19:44.437 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26982026-02-10T20:19:44.946Z[ helios-setup] Feb 10 20:19:44.437 INFO ok!
26992026-02-10T20:19:44.946Z[ helios-setup] Feb 10 20:19:44.437 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27002026-02-10T20:19:44.946Z[ helios-setup] Feb 10 20:19:44.437 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27012026-02-10T20:19:44.946Z[ helios-setup] Feb 10 20:19:44.438 INFO ok!
27022026-02-10T20:19:44.946Z[ helios-setup] Feb 10 20:19:44.438 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27032026-02-10T20:19:44.946Z[ helios-setup] Feb 10 20:19:44.438 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27042026-02-10T20:19:44.946Z[ helios-setup] Feb 10 20:19:44.438 INFO ok!
27052026-02-10T20:19:44.947Z[ helios-setup] Feb 10 20:19:44.438 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27062026-02-10T20:19:45.043Z[ helios-setup] Feb 10 20:19:44.558 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
27072026-02-10T20:19:45.043Z[ helios-setup] Feb 10 20:19:44.558 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27082026-02-10T20:19:45.067Z[ helios-setup] Feb 10 20:19:44.558 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27092026-02-10T20:19:45.312Z[ helios-setup] Feb 10 20:19:44.826 INFO E| Downloading crates ...
27102026-02-10T20:19:45.392Z[ helios-setup] Feb 10 20:19:44.906 INFO E| Downloaded sha2 v0.10.5
27112026-02-10T20:19:45.416Z[ helios-setup] Feb 10 20:19:44.922 INFO E| Downloaded digest v0.10.3
27122026-02-10T20:19:45.416Z[ helios-setup] Feb 10 20:19:44.927 INFO E| Downloaded typenum v1.15.0
27132026-02-10T20:19:45.440Z[ helios-setup] Feb 10 20:19:44.931 INFO E| Downloaded block-buffer v0.10.3
27142026-02-10T20:19:45.440Z[ helios-setup] Feb 10 20:19:44.936 INFO E| Downloaded flate2 v1.0.25
27152026-02-10T20:19:45.440Z[ helios-setup] Feb 10 20:19:44.948 INFO E| Downloaded cpufeatures v0.2.5
27162026-02-10T20:19:45.441Z[ helios-setup] Feb 10 20:19:44.950 INFO E| Downloaded anyhow v1.0.62
27172026-02-10T20:19:45.465Z[ helios-setup] Feb 10 20:19:44.959 INFO E| Downloaded generic-array v0.14.6
27182026-02-10T20:19:45.465Z[ helios-setup] Feb 10 20:19:44.962 INFO E| Downloaded miniz_oxide v0.6.2
27192026-02-10T20:19:45.489Z[ helios-setup] Feb 10 20:19:44.987 INFO E| Downloaded unicode-width v0.1.10
27202026-02-10T20:19:45.489Z[ helios-setup] Feb 10 20:19:44.998 INFO E| Downloaded bytes v1.2.1
27212026-02-10T20:19:45.575Z[ helios-setup] Feb 10 20:19:45.089 INFO E| Compiling typenum v1.15.0
27222026-02-10T20:19:45.576Z[ helios-setup] Feb 10 20:19:45.089 INFO E| Compiling version_check v0.9.4
27232026-02-10T20:19:45.599Z[ helios-setup] Feb 10 20:19:45.090 INFO E| Compiling crc32fast v1.3.2
27242026-02-10T20:19:45.599Z[ helios-setup] Feb 10 20:19:45.090 INFO E| Compiling cfg-if v1.0.0
27252026-02-10T20:19:45.600Z[ helios-setup] Feb 10 20:19:45.090 INFO E| Compiling adler v1.0.2
27262026-02-10T20:19:45.600Z[ helios-setup] Feb 10 20:19:45.090 INFO E| Compiling anyhow v1.0.62
27272026-02-10T20:19:45.600Z[ helios-setup] Feb 10 20:19:45.090 INFO E| Compiling cpufeatures v0.2.5
27282026-02-10T20:19:45.600Z[ helios-setup] Feb 10 20:19:45.090 INFO E| Compiling unicode-width v0.1.10
27292026-02-10T20:19:45.732Z[ helios-setup] Feb 10 20:19:45.247 INFO E| Compiling bytes v1.2.1
27302026-02-10T20:19:45.788Z[ helios-setup] Feb 10 20:19:45.303 INFO E| Compiling bitflags v1.3.2
27312026-02-10T20:19:45.930Z[ helios-setup] Feb 10 20:19:45.444 INFO E| Compiling miniz_oxide v0.6.2
27322026-02-10T20:19:45.982Z[ helios-setup] Feb 10 20:19:45.495 INFO E| Compiling getopts v0.2.21
27332026-02-10T20:19:46.356Z[ helios-setup] Feb 10 20:19:45.870 INFO E| Compiling generic-array v0.14.6
27342026-02-10T20:19:46.922Z[ helios-setup] Feb 10 20:19:46.436 INFO E| Compiling flate2 v1.0.25
27352026-02-10T20:19:49.607Z[ helios-setup] Feb 10 20:19:49.122 INFO E| Compiling block-buffer v0.10.3
27362026-02-10T20:19:49.607Z[ helios-setup] Feb 10 20:19:49.122 INFO E| Compiling crypto-common v0.1.6
27372026-02-10T20:19:49.829Z[ helios-setup] Feb 10 20:19:49.344 INFO E| Compiling digest v0.10.3
27382026-02-10T20:19:50.243Z[ helios-setup] Feb 10 20:19:49.758 INFO E| Compiling sha2 v0.10.5
27392026-02-10T20:19:50.857Z[ helios-setup] Feb 10 20:19:50.372 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27402026-02-10T20:19:55.112Z[ helios-setup] Feb 10 20:19:54.628 INFO E| Finished `release` profile [optimized] target(s) in 9.95s
27412026-02-10T20:19:55.136Z[ helios-setup] Feb 10 20:19:54.649 INFO building project "bootserver" ok (10 seconds)
27422026-02-10T20:19:55.136Z[ helios-setup] Feb 10 20:19:54.649 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
27432026-02-10T20:19:55.281Z[ helios-setup] Feb 10 20:19:54.796 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
27442026-02-10T20:19:55.281Z[ helios-setup] Feb 10 20:19:54.797 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
27452026-02-10T20:19:55.281Z[ helios-setup] Feb 10 20:19:54.797 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
27462026-02-10T20:19:55.647Z[ helios-setup] Feb 10 20:19:55.163 INFO E| Updating crates.io index
27472026-02-10T20:19:55.784Z[ helios-setup] Feb 10 20:19:55.300 INFO E| Downloading crates ...
27482026-02-10T20:19:55.827Z[ helios-setup] Feb 10 20:19:55.343 INFO E| Downloaded fastrand v2.3.0
27492026-02-10T20:19:55.854Z[ helios-setup] Feb 10 20:19:55.351 INFO E| Downloaded anyhow v1.0.98
27502026-02-10T20:19:55.854Z[ helios-setup] Feb 10 20:19:55.363 INFO E| Downloaded time-core v0.1.4
27512026-02-10T20:19:55.878Z[ helios-setup] Feb 10 20:19:55.369 INFO E| Downloaded itoa v1.0.15
27522026-02-10T20:19:55.879Z[ helios-setup] Feb 10 20:19:55.375 INFO E| Downloaded unicode-ident v1.0.18
27532026-02-10T20:19:55.879Z[ helios-setup] Feb 10 20:19:55.383 INFO E| Downloaded serde v1.0.219
27542026-02-10T20:19:55.879Z[ helios-setup] Feb 10 20:19:55.392 INFO E| Downloaded indexmap v2.9.0
27552026-02-10T20:19:55.903Z[ helios-setup] Feb 10 20:19:55.397 INFO E| Downloaded time v0.3.41
27562026-02-10T20:19:55.903Z[ helios-setup] Feb 10 20:19:55.407 INFO E| Downloaded serde_with v3.12.0
27572026-02-10T20:19:55.903Z[ helios-setup] Feb 10 20:19:55.418 INFO E| Downloaded serde_json v1.0.140
27582026-02-10T20:19:55.927Z[ helios-setup] Feb 10 20:19:55.428 INFO E| Downloaded hashbrown v0.15.3
27592026-02-10T20:19:55.927Z[ helios-setup] Feb 10 20:19:55.434 INFO E| Downloaded chrono v0.4.41
27602026-02-10T20:19:55.927Z[ helios-setup] Feb 10 20:19:55.443 INFO E| Downloaded proc-macro2 v1.0.95
27612026-02-10T20:19:55.951Z[ helios-setup] Feb 10 20:19:55.447 INFO E| Downloaded syn v2.0.101
27622026-02-10T20:19:55.951Z[ helios-setup] Feb 10 20:19:55.464 INFO E| Downloaded deranged v0.4.0
27632026-02-10T20:19:55.952Z[ helios-setup] Feb 10 20:19:55.466 INFO E| Downloaded rustix v1.0.7
27642026-02-10T20:19:55.981Z[ helios-setup] Feb 10 20:19:55.496 INFO E| Downloaded darling_core v0.20.11
27652026-02-10T20:19:56.005Z[ helios-setup] Feb 10 20:19:55.503 INFO E| Downloaded thiserror-impl v2.0.12
27662026-02-10T20:19:56.005Z[ helios-setup] Feb 10 20:19:55.505 INFO E| Downloaded thiserror v2.0.12
27672026-02-10T20:19:56.005Z[ helios-setup] Feb 10 20:19:55.513 INFO E| Downloaded libc v0.2.172
27682026-02-10T20:19:56.030Z[ helios-setup] Feb 10 20:19:55.543 INFO E| Downloaded tempfile v3.20.0
27692026-02-10T20:19:56.054Z[ helios-setup] Feb 10 20:19:55.547 INFO E| Downloaded serde_with_macros v3.12.0
27702026-02-10T20:19:56.054Z[ helios-setup] Feb 10 20:19:55.549 INFO E| Downloaded ryu v1.0.20
27712026-02-10T20:19:56.054Z[ helios-setup] Feb 10 20:19:55.553 INFO E| Downloaded getrandom v0.3.3
27722026-02-10T20:19:56.054Z[ helios-setup] Feb 10 20:19:55.557 INFO E| Downloaded darling_macro v0.20.11
27732026-02-10T20:19:56.054Z[ helios-setup] Feb 10 20:19:55.558 INFO E| Downloaded darling v0.20.11
27742026-02-10T20:19:56.054Z[ helios-setup] Feb 10 20:19:55.565 INFO E| Downloaded bitflags v2.9.1
27752026-02-10T20:19:56.225Z[ helios-setup] Feb 10 20:19:55.741 INFO E| Downloaded serde_derive v1.0.219
27762026-02-10T20:19:56.459Z[ helios-setup] Feb 10 20:19:55.974 INFO E| Downloaded time-macros v0.2.22
27772026-02-10T20:19:56.563Z[ helios-setup] Feb 10 20:19:56.079 INFO E| Compiling proc-macro2 v1.0.95
27782026-02-10T20:19:56.563Z[ helios-setup] Feb 10 20:19:56.079 INFO E| Compiling unicode-ident v1.0.18
27792026-02-10T20:19:56.587Z[ helios-setup] Feb 10 20:19:56.079 INFO E| Compiling libc v0.2.172
27802026-02-10T20:19:56.587Z[ helios-setup] Feb 10 20:19:56.079 INFO E| Compiling ident_case v1.0.1
27812026-02-10T20:19:56.587Z[ helios-setup] Feb 10 20:19:56.079 INFO E| Compiling fnv v1.0.7
27822026-02-10T20:19:56.587Z[ helios-setup] Feb 10 20:19:56.079 INFO E| Compiling strsim v0.11.1
27832026-02-10T20:19:56.587Z[ helios-setup] Feb 10 20:19:56.079 INFO E| Compiling serde v1.0.219
27842026-02-10T20:19:56.587Z[ helios-setup] Feb 10 20:19:56.079 INFO E| Compiling rustix v1.0.7
27852026-02-10T20:19:56.845Z[ helios-setup] Feb 10 20:19:56.360 INFO E| Compiling getrandom v0.3.3
27862026-02-10T20:19:56.881Z[ helios-setup] Feb 10 20:19:56.393 INFO E| Compiling anyhow v1.0.98
27872026-02-10T20:19:56.905Z[ helios-setup] Feb 10 20:19:56.407 INFO E| Compiling serde_json v1.0.140
27882026-02-10T20:19:57.353Z[ helios-setup] Feb 10 20:19:56.869 INFO E| Compiling bitflags v2.9.1
27892026-02-10T20:19:57.379Z[ helios-setup] Feb 10 20:19:56.883 INFO E| Compiling thiserror v2.0.12
27902026-02-10T20:19:57.461Z[ helios-setup] Feb 10 20:19:56.977 INFO E| Compiling cfg-if v1.0.0
27912026-02-10T20:19:57.587Z[ helios-setup] Feb 10 20:19:57.103 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27922026-02-10T20:19:58.018Z[ helios-setup] Feb 10 20:19:57.534 INFO E| Compiling once_cell v1.21.3
27932026-02-10T20:19:58.247Z[ helios-setup] Feb 10 20:19:57.763 INFO E| Compiling fastrand v2.3.0
27942026-02-10T20:19:58.824Z[ helios-setup] Feb 10 20:19:58.340 INFO E| Compiling ryu v1.0.20
27952026-02-10T20:19:58.993Z[ helios-setup] Feb 10 20:19:58.509 INFO E| Compiling itoa v1.0.15
27962026-02-10T20:19:59.121Z[ helios-setup] Feb 10 20:19:58.637 INFO E| Compiling memchr v2.7.4
27972026-02-10T20:19:59.312Z[ helios-setup] Feb 10 20:19:58.828 INFO E| Compiling errno v0.3.12
27982026-02-10T20:19:59.834Z[ helios-setup] Feb 10 20:19:59.351 INFO E| Compiling quote v1.0.40
27992026-02-10T20:20:00.560Z[ helios-setup] Feb 10 20:20:00.076 INFO E| Compiling syn v2.0.101
28002026-02-10T20:20:01.897Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28012026-02-10T20:20:02.867Z[ helios-setup] Feb 10 20:20:02.383 INFO E| Compiling tempfile v3.20.0
28022026-02-10T20:20:05.042Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28032026-02-10T20:20:08.095Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28042026-02-10T20:20:08.481Z[ helios-setup] Feb 10 20:20:07.998 INFO E| Compiling darling_core v0.20.11
28052026-02-10T20:20:10.644Z[ helios-setup] Feb 10 20:20:10.146 INFO E| Compiling serde_derive v1.0.219
28062026-02-10T20:20:10.644Z[ helios-setup] Feb 10 20:20:10.146 INFO E| Compiling thiserror-impl v2.0.12
28072026-02-10T20:20:13.346Z[ helios-setup] Feb 10 20:20:12.864 INFO E| Compiling darling_macro v0.20.11
28082026-02-10T20:20:14.678Z[ helios-setup] Feb 10 20:20:14.196 INFO E| Compiling darling v0.20.11
28092026-02-10T20:20:14.835Z[ helios-setup] Feb 10 20:20:14.353 INFO E| Compiling serde_with_macros v3.12.0
28102026-02-10T20:20:23.535Z[ helios-setup] Feb 10 20:20:23.053 INFO E| Compiling serde_with v3.12.0
28112026-02-10T20:20:32.403Z[ omicron-package] Finished `release` profile [optimized] target(s) in 2m 12s
28122026-02-10T20:20:32.721Z[ omicron-package]
28132026-02-10T20:20:32.721Z[ omicron-package] real 2:12.993381596
28142026-02-10T20:20:32.721Z[ omicron-package] user 9:25.268147918
28152026-02-10T20:20:32.746Z[ omicron-package] sys 39.489729167
28162026-02-10T20:20:32.746Z[ omicron-package] trap 1.196177024
28172026-02-10T20:20:32.746Z[ omicron-package] tflt 1.349449719
28182026-02-10T20:20:32.746Z[ omicron-package] dflt 1.605519772
28192026-02-10T20:20:32.746Z[ omicron-package] kflt 0.004734291
28202026-02-10T20:20:32.746Z[ omicron-package] lock 28:48.751914643
28212026-02-10T20:20:32.746Z[ omicron-package] slp 32:20.490522767
28222026-02-10T20:20:32.746Z[ omicron-package] lat 4:32.237122136
28232026-02-10T20:20:32.746Z[ omicron-package] stop 1:36.189916350
28242026-02-10T20:20:32.746ZFeb 10 20:20:32.242 INFO [omicron-package] process exited with exit status: 0 (133.097306403s)
28252026-02-10T20:20:32.746ZFeb 10 20:20:32.243 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28262026-02-10T20:20:32.746ZFeb 10 20:20:32.244 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28272026-02-10T20:20:32.771Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28282026-02-10T20:20:32.771Z[ recovery-target] Created new build target 'recovery' and set it as active
28292026-02-10T20:20:32.797Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28302026-02-10T20:20:32.797Z[ host-target] Created new build target 'host' and set it as active
28312026-02-10T20:20:32.797ZFeb 10 20:20:32.305 INFO [recovery-target] process exited with exit status: 0 (61.403267ms)
28322026-02-10T20:20:32.797ZFeb 10 20:20:32.308 INFO [host-target] process exited with exit status: 0 (65.645846ms)
28332026-02-10T20:20:32.797ZFeb 10 20:20:32.310 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28342026-02-10T20:20:32.822Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28352026-02-10T20:20:33.123Z[ helios-setup] Feb 10 20:20:32.642 INFO E| Finished `release` profile [optimized] target(s) in 37.72s
28362026-02-10T20:20:33.169Z[ helios-setup] Feb 10 20:20:32.687 INFO building project "dmar-report" ok (37 seconds)
28372026-02-10T20:20:33.169Z[ helios-setup] Feb 10 20:20:32.687 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28382026-02-10T20:20:33.291Z[ helios-setup] Feb 10 20:20:32.811 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
28392026-02-10T20:20:33.291Z[ helios-setup] Feb 10 20:20:32.811 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28402026-02-10T20:20:33.316Z[ helios-setup] Feb 10 20:20:32.811 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28412026-02-10T20:20:33.612Z[ helios-setup] Feb 10 20:20:33.132 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28422026-02-10T20:20:33.704Z[ host-package] Blocking waiting for file lock on package cache
28432026-02-10T20:20:34.115Z[ helios-setup] Feb 10 20:20:33.633 INFO E| From https://github.com/jclulow/rust-jmclib
28442026-02-10T20:20:34.115Z[ helios-setup] Feb 10 20:20:33.633 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28452026-02-10T20:20:34.140Z[ helios-setup] Feb 10 20:20:33.655 INFO E| Updating crates.io index
28462026-02-10T20:20:34.219Z[ helios-setup] Feb 10 20:20:33.737 INFO E| Blocking waiting for file lock on package cache
28472026-02-10T20:20:35.141Z[ helios-setup] Feb 10 20:20:34.659 INFO E| Downloading crates ...
28482026-02-10T20:20:35.183Z[ host-package] Blocking waiting for file lock on package cache
28492026-02-10T20:20:35.232Z[ helios-setup] Feb 10 20:20:34.752 INFO E| Downloaded quote v1.0.31
28502026-02-10T20:20:35.257Z[ helios-setup] Feb 10 20:20:34.756 INFO E| Downloaded bitflags v2.3.3
28512026-02-10T20:20:35.257Z[ helios-setup] Feb 10 20:20:34.760 INFO E| Downloaded libdevinfo-sys v1.0.0
28522026-02-10T20:20:35.257Z[ helios-setup] Feb 10 20:20:34.762 INFO E| Downloaded fastrand v2.0.0
28532026-02-10T20:20:35.257Z[ helios-setup] Feb 10 20:20:34.764 INFO E| Downloaded serde_json v1.0.103
28542026-02-10T20:20:35.290Z[ helios-setup] Feb 10 20:20:34.809 INFO E| Downloaded typenum v1.16.0
28552026-02-10T20:20:35.426Z[ helios-setup] Feb 10 20:20:34.945 INFO E| Downloaded block-buffer v0.9.0
28562026-02-10T20:20:35.450Z[ helios-setup] Feb 10 20:20:34.948 INFO E| Downloaded tempfile v3.7.0
28572026-02-10T20:20:35.450Z[ helios-setup] Feb 10 20:20:34.956 INFO E| Downloaded sha-1 v0.9.8
28582026-02-10T20:20:35.450Z[ helios-setup] Feb 10 20:20:34.961 INFO E| Downloaded syn v2.0.32
28592026-02-10T20:20:35.476Z[ helios-setup] Feb 10 20:20:34.980 INFO E| Downloaded uuid v0.8.2
28602026-02-10T20:20:35.476Z[ helios-setup] Feb 10 20:20:34.986 INFO E| Downloaded anyhow v1.0.72
28612026-02-10T20:20:35.476Z[ helios-setup] Feb 10 20:20:34.991 INFO E| Downloaded toml v0.5.11
28622026-02-10T20:20:35.476Z[ helios-setup] Feb 10 20:20:34.994 INFO E| Downloaded libc v0.2.147
28632026-02-10T20:20:35.503Z[ helios-setup] Feb 10 20:20:35.023 INFO E| Downloaded serde_derive v1.0.193
28642026-02-10T20:20:35.528Z[ helios-setup] Feb 10 20:20:35.026 INFO E| Downloaded glob v0.3.1
28652026-02-10T20:20:35.552Z[ helios-setup] Feb 10 20:20:35.048 INFO E| Downloaded cpufeatures v0.2.9
28662026-02-10T20:20:35.552Z[ helios-setup] Feb 10 20:20:35.051 INFO E| Downloaded itoa v1.0.9
28672026-02-10T20:20:35.552Z[ helios-setup] Feb 10 20:20:35.055 INFO E| Downloaded proc-macro2 v1.0.66
28682026-02-10T20:20:35.552Z[ helios-setup] Feb 10 20:20:35.066 INFO E| Downloaded once_cell v1.18.0
28692026-02-10T20:20:35.576Z[ helios-setup] Feb 10 20:20:35.072 INFO E| Downloaded md-5 v0.9.1
28702026-02-10T20:20:35.577Z[ helios-setup] Feb 10 20:20:35.075 INFO E| Downloaded opaque-debug v0.3.0
28712026-02-10T20:20:35.577Z[ helios-setup] Feb 10 20:20:35.077 INFO E| Downloaded ryu v1.0.15
28722026-02-10T20:20:35.577Z[ helios-setup] Feb 10 20:20:35.084 INFO E| Downloaded getrandom v0.2.10
28732026-02-10T20:20:35.577Z[ helios-setup] Feb 10 20:20:35.090 INFO E| Downloaded errno v0.3.1
28742026-02-10T20:20:35.602Z[ helios-setup] Feb 10 20:20:35.103 INFO E| Downloaded rustix v0.38.4
28752026-02-10T20:20:35.629Z[ helios-setup] Feb 10 20:20:35.130 INFO E| Downloaded walkdir v2.3.3
28762026-02-10T20:20:35.629Z[ helios-setup] Feb 10 20:20:35.132 INFO E| Downloaded unicode-ident v1.0.11
28772026-02-10T20:20:35.668Z[ helios-setup] Feb 10 20:20:35.136 INFO E| Downloaded digest v0.9.0
28782026-02-10T20:20:35.668Z[ helios-setup] Feb 10 20:20:35.138 INFO E| Downloaded serde v1.0.193
28792026-02-10T20:20:35.668Z[ helios-setup] Feb 10 20:20:35.143 INFO E| Blocking waiting for file lock on package cache
28802026-02-10T20:20:35.917Z[ helios-setup] Feb 10 20:20:35.437 INFO E| Compiling libc v0.2.147
28812026-02-10T20:20:35.917Z[ helios-setup] Feb 10 20:20:35.437 INFO E| Compiling proc-macro2 v1.0.66
28822026-02-10T20:20:35.942Z[ helios-setup] Feb 10 20:20:35.437 INFO E| Compiling unicode-ident v1.0.11
28832026-02-10T20:20:35.942Z[ helios-setup] Feb 10 20:20:35.437 INFO E| Compiling cfg-if v1.0.0
28842026-02-10T20:20:35.942Z[ helios-setup] Feb 10 20:20:35.437 INFO E| Compiling typenum v1.16.0
28852026-02-10T20:20:35.942Z[ helios-setup] Feb 10 20:20:35.437 INFO E| Compiling version_check v0.9.4
28862026-02-10T20:20:35.942Z[ helios-setup] Feb 10 20:20:35.437 INFO E| Compiling serde v1.0.193
28872026-02-10T20:20:35.942Z[ helios-setup] Feb 10 20:20:35.437 INFO E| Compiling powerfmt v0.2.0
28882026-02-10T20:20:36.136Z[ helios-setup] Feb 10 20:20:35.656 INFO E| Compiling rustix v0.38.4
28892026-02-10T20:20:36.268Z[ helios-setup] Feb 10 20:20:35.788 INFO E| Compiling itoa v1.0.9
28902026-02-10T20:20:36.452Z[ helios-setup] Feb 10 20:20:35.971 INFO E| Compiling num-conv v0.1.0
28912026-02-10T20:20:36.645Z[ helios-setup] Feb 10 20:20:36.163 INFO E| Compiling slog v2.7.0
28922026-02-10T20:20:36.848Z[ helios-setup] Feb 10 20:20:36.368 INFO E| Compiling time-core v0.1.2
28932026-02-10T20:20:36.872Z[ helios-setup] Feb 10 20:20:36.377 INFO E| Compiling generic-array v0.14.7
28942026-02-10T20:20:37.005Z[ helios-setup] Feb 10 20:20:36.524 INFO E| Compiling deranged v0.3.11
28952026-02-10T20:20:37.137Z[ helios-setup] Feb 10 20:20:36.656 INFO E| Compiling time-macros v0.2.18
28962026-02-10T20:20:37.341Z[ helios-setup] Feb 10 20:20:36.861 INFO E| Compiling bitflags v2.3.3
28972026-02-10T20:20:37.412Z[ helios-setup] Feb 10 20:20:36.931 INFO E| Compiling once_cell v1.18.0
28982026-02-10T20:20:37.526Z[ helios-setup] Feb 10 20:20:37.046 INFO E| Compiling num_threads v0.1.6
28992026-02-10T20:20:37.953Z[ helios-setup] Feb 10 20:20:37.473 INFO E| Compiling quote v1.0.31
29002026-02-10T20:20:38.012Z[ helios-setup] Feb 10 20:20:37.532 INFO E| Compiling thread_local v1.1.7
29012026-02-10T20:20:38.562Z[ helios-setup] Feb 10 20:20:38.080 INFO E| Compiling syn v2.0.32
29022026-02-10T20:20:38.645Z[ helios-setup] Feb 10 20:20:38.165 INFO E| Compiling dirs-sys-next v0.1.2
29032026-02-10T20:20:38.670Z[ helios-setup] Feb 10 20:20:38.173 INFO E| Compiling errno v0.3.1
29042026-02-10T20:20:38.719Z[ helios-setup] Feb 10 20:20:38.239 INFO E| Compiling atty v0.2.14
29052026-02-10T20:20:38.752Z[ host-package] Compiling ring v0.17.14
29062026-02-10T20:20:38.913Z[ helios-setup] Feb 10 20:20:38.433 INFO E| Compiling opaque-debug v0.3.0
29072026-02-10T20:20:38.987Z[ host-package] Compiling convert_case v0.4.0
29082026-02-10T20:20:39.011Z[ host-package] Compiling progenitor-impl v0.10.0
29092026-02-10T20:20:39.012Z[ host-package] Compiling is-terminal v0.4.13
29102026-02-10T20:20:39.036Z[ helios-setup] Feb 10 20:20:38.537 INFO E| Compiling dirs-next v2.0.0
29112026-02-10T20:20:39.060Z[ helios-setup] Feb 10 20:20:38.576 INFO E| Compiling fastrand v2.0.0
29122026-02-10T20:20:39.254Z[ helios-setup] Feb 10 20:20:38.775 INFO E| Compiling term v0.7.0
29132026-02-10T20:20:39.395Z[ host-package] Compiling thread_local v1.1.8
29142026-02-10T20:20:39.531Z[ helios-setup] Feb 10 20:20:39.051 INFO E| Compiling serde_json v1.0.103
29152026-02-10T20:20:39.616Z[ host-package] Compiling match_cfg v0.1.0
29162026-02-10T20:20:39.670Z[ helios-setup] Feb 10 20:20:39.190 INFO E| Compiling anyhow v1.0.72
29172026-02-10T20:20:40.004Z[ host-package] Compiling bytecount v0.6.8
29182026-02-10T20:20:40.232Z[ host-package] Compiling hostname v0.3.1
29192026-02-10T20:20:40.269Z[ helios-setup] Feb 10 20:20:39.772 INFO E| Compiling getrandom v0.2.10
29202026-02-10T20:20:40.390Z[ host-package] Compiling derive_more v0.99.20
29212026-02-10T20:20:40.562Z[ helios-setup] Feb 10 20:20:40.082 INFO E| Compiling digest v0.9.0
29222026-02-10T20:20:40.655Z[ helios-setup] Feb 10 20:20:40.172 INFO E| Compiling block-buffer v0.9.0
29232026-02-10T20:20:40.808Z[ host-package] Compiling multer v3.1.0
29242026-02-10T20:20:40.833Z[ helios-setup] Feb 10 20:20:40.341 INFO E| Compiling time v0.3.36
29252026-02-10T20:20:40.948Z[ host-package] Compiling slog-async v2.8.0
29262026-02-10T20:20:41.082Z[ helios-setup] Feb 10 20:20:40.603 INFO E| Compiling same-file v1.0.6
29272026-02-10T20:20:41.107Z[ host-package] Compiling crossbeam-channel v0.5.15
29282026-02-10T20:20:41.137Z[ helios-setup] Feb 10 20:20:40.658 INFO E| Compiling unicode-width v0.1.10
29292026-02-10T20:20:41.167Z[ helios-setup] Feb 10 20:20:40.687 INFO E| Compiling cpufeatures v0.2.9
29302026-02-10T20:20:41.207Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
29312026-02-10T20:20:41.207Z[ host-package] Compiling slog-json v2.6.1
29322026-02-10T20:20:41.432Z[ helios-setup] Feb 10 20:20:40.952 INFO E| Compiling ryu v1.0.15
29332026-02-10T20:20:41.644Z[ helios-setup] Feb 10 20:20:41.165 INFO E| Compiling walkdir v2.3.3
29342026-02-10T20:20:41.867Z[ helios-setup] Feb 10 20:20:41.387 INFO E| Compiling getopts v0.2.21
29352026-02-10T20:20:42.018Z[ host-package] Compiling futures-executor v0.3.31
29362026-02-10T20:20:42.043Z[ helios-setup] Feb 10 20:20:41.542 INFO E| Compiling tempfile v3.7.0
29372026-02-10T20:20:42.470Z[ helios-setup] Feb 10 20:20:41.990 INFO E| Compiling sha-1 v0.9.8
29382026-02-10T20:20:43.264Z[ helios-setup] Feb 10 20:20:42.784 INFO E| Compiling md-5 v0.9.1
29392026-02-10T20:20:43.354Z[ host-package] Compiling serde_spanned v1.0.4
29402026-02-10T20:20:43.565Z[ helios-setup] Feb 10 20:20:43.085 INFO E| Compiling glob v0.3.1
29412026-02-10T20:20:43.762Z[ helios-setup] Feb 10 20:20:43.283 INFO E| Compiling libdevinfo-sys v1.0.0
29422026-02-10T20:20:44.060Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
29432026-02-10T20:20:44.158Z[ host-package] Compiling unicode-width v0.1.14
29442026-02-10T20:20:44.512Z[ host-package] Compiling term v1.1.0
29452026-02-10T20:20:44.924Z[ host-package] Compiling take_mut v0.2.2
29462026-02-10T20:20:45.087Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
29472026-02-10T20:20:45.126Z[ helios-setup] Feb 10 20:20:44.646 INFO E| Compiling slog-term v2.9.0
29482026-02-10T20:20:45.441Z[ host-package] Compiling slog-term v2.9.2
29492026-02-10T20:20:46.156Z[ helios-setup] Feb 10 20:20:45.676 INFO E| Compiling serde_derive v1.0.193
29502026-02-10T20:20:46.248Z[ host-package] Compiling rustls v0.23.19
29512026-02-10T20:20:46.372Z[ host-package] Compiling rustls v0.22.4
29522026-02-10T20:20:46.487Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
29532026-02-10T20:20:47.483Z[ host-package] Compiling tabwriter v1.4.0
29542026-02-10T20:20:47.953Z[ host-package] Compiling futures v0.3.31
29552026-02-10T20:20:48.131Z[ host-package] Compiling slog-bunyan v2.5.0
29562026-02-10T20:20:48.407Z[ host-package] Compiling dropshot v0.16.7
29572026-02-10T20:20:48.519Z[ host-package] Compiling async-stream v0.3.6
29582026-02-10T20:20:48.936Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
29592026-02-10T20:20:49.036Z[ host-package] Compiling progenitor-macro v0.10.0
29602026-02-10T20:20:49.244Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
29612026-02-10T20:20:49.283Z[ host-package] Compiling waitgroup v0.1.2
29622026-02-10T20:20:49.674Z[ host-package] Compiling rustls-pemfile v2.2.0
29632026-02-10T20:20:49.714Z[ host-package] Compiling serde_path_to_error v0.1.20
29642026-02-10T20:20:50.058Z[ host-package] Compiling rustls-webpki v0.102.8
29652026-02-10T20:20:50.167Z[ host-package] Compiling hostname v0.4.2
29662026-02-10T20:20:50.290Z[ host-package] Compiling instant v0.1.13
29672026-02-10T20:20:50.556Z[ host-package] Compiling debug-ignore v1.0.5
29682026-02-10T20:20:50.595Z[ host-package] Compiling swrite v0.1.0
29692026-02-10T20:20:50.595Z[ host-package] Compiling colored v3.0.0
29702026-02-10T20:20:50.848Z[ host-package] Compiling backoff v0.4.0
29712026-02-10T20:20:50.945Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
29722026-02-10T20:20:51.678Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29732026-02-10T20:20:52.388Z[ host-package] Compiling parse-display v0.10.0
29742026-02-10T20:20:52.715Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29752026-02-10T20:20:53.046Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29762026-02-10T20:20:53.122Z[ host-package] Compiling password-hash v0.5.0
29772026-02-10T20:20:54.886Z[ host-package] Compiling blake2 v0.10.6
29782026-02-10T20:20:55.789Z[ host-package] Compiling universal-hash v0.5.1
29792026-02-10T20:20:56.130Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
29802026-02-10T20:20:56.188Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
29812026-02-10T20:20:56.607Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
29822026-02-10T20:20:58.874Z[ host-package] Compiling tokio-rustls v0.25.0
29832026-02-10T20:20:59.144Z[ helios-setup] Feb 10 20:20:58.666 INFO E| Compiling toml v0.5.11
29842026-02-10T20:20:59.144Z[ helios-setup] Feb 10 20:20:58.666 INFO E| Compiling uuid v0.8.2
29852026-02-10T20:20:59.223Z[ host-package] Compiling macaddr v1.0.1
29862026-02-10T20:20:59.318Z[ host-package] Compiling derive-where v1.5.0
29872026-02-10T20:20:59.976Z[ host-package] Compiling opaque-debug v0.3.1
29882026-02-10T20:21:00.252Z[ host-package] Compiling poly1305 v0.8.0
29892026-02-10T20:21:00.798Z[ host-package] Compiling tokio-rustls v0.26.0
29902026-02-10T20:21:01.527Z[ helios-setup] Feb 10 20:21:01.048 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29912026-02-10T20:21:01.667Z[ host-package] Compiling hyper-rustls v0.27.7
29922026-02-10T20:21:02.818Z[ host-package] Compiling reqwest v0.12.24
29932026-02-10T20:21:02.842Z[ host-package] Compiling thiserror-no-std v2.0.2
29942026-02-10T20:21:03.168Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
29952026-02-10T20:21:03.208Z[ host-package] Compiling argon2 v0.5.3
29962026-02-10T20:21:03.402Z[ helios-setup] Feb 10 20:21:02.924 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29972026-02-10T20:21:08.278Z[ host-package] Compiling progenitor-client v0.11.2
29982026-02-10T20:21:09.115Z[ host-package] Compiling progenitor v0.11.2
29992026-02-10T20:21:09.419Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
30002026-02-10T20:21:11.132Z[ host-package] Compiling progenitor-client v0.10.0
30012026-02-10T20:21:11.955Z[ host-package] Compiling chacha20 v0.9.1
30022026-02-10T20:21:14.615Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30032026-02-10T20:21:15.132Z[ host-package] Compiling num-rational v0.4.2
30042026-02-10T20:21:15.576Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30052026-02-10T20:21:16.124Z[ helios-setup] Feb 10 20:21:15.648 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.66s
30062026-02-10T20:21:16.165Z[ helios-setup] Feb 10 20:21:15.689 INFO building project "image-builder" ok (42 seconds)
30072026-02-10T20:21:16.189Z[ helios-setup] Feb 10 20:21:15.689 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30082026-02-10T20:21:16.324Z[ helios-setup] Feb 10 20:21:15.848 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
30092026-02-10T20:21:16.324Z[ helios-setup] Feb 10 20:21:15.848 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30102026-02-10T20:21:16.348Z[ helios-setup] Feb 10 20:21:15.848 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30112026-02-10T20:21:16.731Z[ helios-setup] Feb 10 20:21:16.255 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
30122026-02-10T20:21:17.031Z[ host-package] Compiling aead v0.5.2
30132026-02-10T20:21:17.552Z[ host-package] Compiling num-complex v0.4.6
30142026-02-10T20:21:19.842Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30152026-02-10T20:21:20.198Z[ helios-setup] Feb 10 20:21:19.722 INFO E| From https://github.com/oxidecomputer/progenitor
30162026-02-10T20:21:20.198Z[ helios-setup] Feb 10 20:21:19.722 INFO E| * [new ref] 5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952 -> refs/commit/5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952
30172026-02-10T20:21:20.434Z[ helios-setup] Feb 10 20:21:19.958 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30182026-02-10T20:21:21.022Z[ helios-setup] Feb 10 20:21:20.547 INFO E| From https://github.com/jclulow/hiercmd
30192026-02-10T20:21:21.022Z[ helios-setup] Feb 10 20:21:20.547 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
30202026-02-10T20:21:21.057Z[ helios-setup] Feb 10 20:21:20.581 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30212026-02-10T20:21:21.643Z[ helios-setup] Feb 10 20:21:21.168 INFO E| From https://github.com/oxidecomputer/network-interface
30222026-02-10T20:21:21.643Z[ helios-setup] Feb 10 20:21:21.168 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
30232026-02-10T20:21:21.668Z[ helios-setup] Feb 10 20:21:21.192 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30242026-02-10T20:21:21.982Z[ host-package] Compiling num v0.4.3
30252026-02-10T20:21:22.207Z[ host-package] Compiling chacha20poly1305 v0.10.1
30262026-02-10T20:21:22.269Z[ helios-setup] Feb 10 20:21:21.793 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30272026-02-10T20:21:22.269Z[ helios-setup] Feb 10 20:21:21.793 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30282026-02-10T20:21:22.332Z[ helios-setup] Feb 10 20:21:21.857 INFO E| Updating crates.io index
30292026-02-10T20:21:22.587Z[ host-package] Compiling vsss-rs v3.3.4
30302026-02-10T20:21:22.827Z[ helios-setup] Feb 10 20:21:22.351 INFO E| Downloading crates ...
30312026-02-10T20:21:23.020Z[ helios-setup] Feb 10 20:21:22.544 INFO E| Downloaded proc-macro-crate v3.4.0
30322026-02-10T20:21:23.045Z[ helios-setup] Feb 10 20:21:22.550 INFO E| Downloaded crunchy v0.2.4
30332026-02-10T20:21:23.045Z[ helios-setup] Feb 10 20:21:22.553 INFO E| Downloaded slab v0.4.11
30342026-02-10T20:21:23.045Z[ helios-setup] Feb 10 20:21:22.556 INFO E| Downloaded pin-project-lite v0.2.16
30352026-02-10T20:21:23.045Z[ helios-setup] Feb 10 20:21:22.567 INFO E| Downloaded rustls-pki-types v1.13.0
30362026-02-10T20:21:23.069Z[ helios-setup] Feb 10 20:21:22.577 INFO E| Downloaded zerofrom v0.1.6
30372026-02-10T20:21:23.069Z[ helios-setup] Feb 10 20:21:22.580 INFO E| Downloaded toml_datetime v0.7.3
30382026-02-10T20:21:23.069Z[ helios-setup] Feb 10 20:21:22.586 INFO E| Downloaded tokio-tungstenite v0.28.0
30392026-02-10T20:21:23.094Z[ helios-setup] Feb 10 20:21:22.594 INFO E| Downloaded tinystr v0.8.2
30402026-02-10T20:21:23.094Z[ helios-setup] Feb 10 20:21:22.604 INFO E| Downloaded zeroize v1.8.2
30412026-02-10T20:21:23.094Z[ helios-setup] Feb 10 20:21:22.608 INFO E| Downloaded typify-macro v0.5.0
30422026-02-10T20:21:23.094Z[ helios-setup] Feb 10 20:21:22.612 INFO E| Downloaded writeable v0.6.2
30432026-02-10T20:21:23.094Z[ helios-setup] Feb 10 20:21:22.617 INFO E| Downloaded unicode-ident v1.0.22
30442026-02-10T20:21:23.118Z[ helios-setup] Feb 10 20:21:22.624 INFO E| Downloaded zerotrie v0.2.3
30452026-02-10T20:21:23.118Z[ helios-setup] Feb 10 20:21:22.632 INFO E| Downloaded zerovec v0.11.5
30462026-02-10T20:21:23.118Z[ helios-setup] Feb 10 20:21:22.640 INFO E| Downloaded toml_edit v0.23.7
30472026-02-10T20:21:23.141Z[ helios-setup] Feb 10 20:21:22.646 INFO E| Downloaded winnow v0.7.13
30482026-02-10T20:21:23.141Z[ helios-setup] Feb 10 20:21:22.658 INFO E| Downloaded cc v1.2.44
30492026-02-10T20:21:23.141Z[ helios-setup] Feb 10 20:21:22.663 INFO E| Downloaded anstream v0.6.21
30502026-02-10T20:21:23.165Z[ helios-setup] Feb 10 20:21:22.667 INFO E| Downloaded tokio-util v0.7.16
30512026-02-10T20:21:23.165Z[ host-package] Compiling console v0.15.10
30522026-02-10T20:21:23.165Z[ helios-setup] Feb 10 20:21:22.679 INFO E| Downloaded crc v3.3.0
30532026-02-10T20:21:23.165Z[ helios-setup] Feb 10 20:21:22.683 INFO E| Downloaded unicode-width v0.2.2
30542026-02-10T20:21:23.204Z[ helios-setup] Feb 10 20:21:22.728 INFO E| Downloaded tempfile v3.23.0
30552026-02-10T20:21:23.204Z[ helios-setup] Feb 10 20:21:22.728 INFO E| Downloaded parking_lot_core v0.9.12
30562026-02-10T20:21:23.227Z[ helios-setup] Feb 10 20:21:22.730 INFO E| Downloaded iddqd v0.3.14
30572026-02-10T20:21:23.227Z[ helios-setup] Feb 10 20:21:22.738 INFO E| Downloaded no-std-compat v0.4.1
30582026-02-10T20:21:23.227Z[ helios-setup] Feb 10 20:21:22.740 INFO E| Downloaded miniz_oxide v0.8.9
30592026-02-10T20:21:23.227Z[ helios-setup] Feb 10 20:21:22.744 INFO E| Downloaded memchr v2.7.6
30602026-02-10T20:21:23.227Z[ helios-setup] Feb 10 20:21:22.751 INFO E| Downloaded typify-impl v0.5.0
30612026-02-10T20:21:23.251Z[ helios-setup] Feb 10 20:21:22.767 INFO E| Downloaded tokio v1.48.0
30622026-02-10T20:21:23.296Z[ helios-setup] Feb 10 20:21:22.820 INFO E| Downloaded smartstring v1.0.1
30632026-02-10T20:21:23.319Z[ helios-setup] Feb 10 20:21:22.828 INFO E| Downloaded idna_adapter v1.2.1
30642026-02-10T20:21:23.319Z[ helios-setup] Feb 10 20:21:22.831 INFO E| Downloaded libm v0.2.15
30652026-02-10T20:21:23.343Z[ helios-setup] Feb 10 20:21:22.850 INFO E| Downloaded generic-array v0.14.9
30662026-02-10T20:21:23.343Z[ helios-setup] Feb 10 20:21:22.853 INFO E| Downloaded zerovec-derive v0.11.2
30672026-02-10T20:21:23.343Z[ helios-setup] Feb 10 20:21:22.855 INFO E| Downloaded regress v0.10.5
30682026-02-10T20:21:23.343Z[ helios-setup] Feb 10 20:21:22.865 INFO E| Downloaded libc v0.2.177
30692026-02-10T20:21:23.397Z[ helios-setup] Feb 10 20:21:22.921 INFO E| Downloaded lock_api v0.4.14
30702026-02-10T20:21:23.421Z[ helios-setup] Feb 10 20:21:22.924 INFO E| Downloaded mio v1.1.0
30712026-02-10T20:21:23.445Z[ helios-setup] Feb 10 20:21:22.966 INFO E| Downloaded rhai v1.23.6
30722026-02-10T20:21:23.469Z[ helios-setup] Feb 10 20:21:22.983 INFO E| Downloaded num_enum v0.7.5
30732026-02-10T20:21:23.469Z[ helios-setup] Feb 10 20:21:22.991 INFO E| Downloaded getopts v0.2.24
30742026-02-10T20:21:23.492Z[ helios-setup] Feb 10 20:21:22.995 INFO E| Downloaded synstructure v0.13.2
30752026-02-10T20:21:23.492Z[ helios-setup] Feb 10 20:21:22.997 INFO E| Downloaded anstyle v1.0.13
30762026-02-10T20:21:23.492Z[ helios-setup] Feb 10 20:21:23.000 INFO E| Downloaded spin v0.5.2
30772026-02-10T20:21:23.492Z[ helios-setup] Feb 10 20:21:23.002 INFO E| Downloaded h2 v0.4.12
30782026-02-10T20:21:23.492Z[ helios-setup] Feb 10 20:21:23.012 INFO E| Downloaded bitflags v2.10.0
30792026-02-10T20:21:23.516Z[ helios-setup] Feb 10 20:21:23.017 INFO E| Downloaded signal-hook-registry v1.4.6
30802026-02-10T20:21:23.516Z[ helios-setup] Feb 10 20:21:23.019 INFO E| Downloaded potential_utf v0.1.4
30812026-02-10T20:21:23.516Z[ helios-setup] Feb 10 20:21:23.022 INFO E| Downloaded pkg-config v0.3.32
30822026-02-10T20:21:23.517Z[ helios-setup] Feb 10 20:21:23.024 INFO E| Downloaded colorchoice v1.0.4
30832026-02-10T20:21:23.517Z[ helios-setup] Feb 10 20:21:23.026 INFO E| Downloaded anstyle-parse v0.2.7
30842026-02-10T20:21:23.517Z[ helios-setup] Feb 10 20:21:23.029 INFO E| Downloaded indexmap v2.12.0
30852026-02-10T20:21:23.540Z[ helios-setup] Feb 10 20:21:23.055 INFO E| Downloaded deranged v0.5.5
30862026-02-10T20:21:23.541Z[ helios-setup] Feb 10 20:21:23.058 INFO E| Downloaded serde_json v1.0.145
30872026-02-10T20:21:23.565Z[ helios-setup] Feb 10 20:21:23.074 INFO E| Downloaded regex-automata v0.4.13
30882026-02-10T20:21:23.588Z[ helios-setup] Feb 10 20:21:23.106 INFO E| Downloaded chrono v0.4.42
30892026-02-10T20:21:23.612Z[ helios-setup] Feb 10 20:21:23.121 INFO E| Downloaded iana-time-zone v0.1.64
30902026-02-10T20:21:23.612Z[ helios-setup] Feb 10 20:21:23.126 INFO E| Downloaded icu_properties_data v2.1.1
30912026-02-10T20:21:23.640Z[ helios-setup] Feb 10 20:21:23.165 INFO E| Downloaded httparse v1.10.1
30922026-02-10T20:21:23.664Z[ helios-setup] Feb 10 20:21:23.169 INFO E| Downloaded cpufeatures v0.2.17
30932026-02-10T20:21:23.664Z[ helios-setup] Feb 10 20:21:23.171 INFO E| Downloaded hyper-util v0.1.17
30942026-02-10T20:21:23.664Z[ helios-setup] Feb 10 20:21:23.179 INFO E| Downloaded bitfield v0.19.3
30952026-02-10T20:21:23.664Z[ helios-setup] Feb 10 20:21:23.180 INFO E| Downloaded libdevinfo-sys v1.1.0
30962026-02-10T20:21:23.664Z[ helios-setup] Feb 10 20:21:23.181 INFO E| Downloaded devinfo v0.1.0
30972026-02-10T20:21:23.664Z[ helios-setup] Feb 10 20:21:23.183 INFO E| Downloaded anstyle-query v1.1.4
30982026-02-10T20:21:23.664Z[ helios-setup] Feb 10 20:21:23.185 INFO E| Downloaded bytes v1.10.1
30992026-02-10T20:21:23.688Z[ helios-setup] Feb 10 20:21:23.191 INFO E| Downloaded anyhow v1.0.100
31002026-02-10T20:21:23.688Z[ helios-setup] Feb 10 20:21:23.196 INFO E| Downloaded is-terminal v0.4.17
31012026-02-10T20:21:23.688Z[ helios-setup] Feb 10 20:21:23.197 INFO E| Downloaded icu_locale_core v2.1.1
31022026-02-10T20:21:23.688Z[ helios-setup] Feb 10 20:21:23.206 INFO E| Downloaded hyper v1.7.0
31032026-02-10T20:21:23.712Z[ helios-setup] Feb 10 20:21:23.215 INFO E| Downloaded dropshot v0.16.4
31042026-02-10T20:21:23.736Z[ helios-setup] Feb 10 20:21:23.259 INFO E| Downloaded http v1.3.1
31052026-02-10T20:21:23.760Z[ helios-setup] Feb 10 20:21:23.264 INFO E| Downloaded getrandom v0.2.16
31062026-02-10T20:21:23.761Z[ helios-setup] Feb 10 20:21:23.268 INFO E| Downloaded dropshot_endpoint v0.16.4
31072026-02-10T20:21:23.761Z[ helios-setup] Feb 10 20:21:23.273 INFO E| Downloaded crc32fast v1.5.0
31082026-02-10T20:21:23.761Z[ helios-setup] Feb 10 20:21:23.276 INFO E| Downloaded const-random v0.1.18
31092026-02-10T20:21:23.761Z[ helios-setup] Feb 10 20:21:23.277 INFO E| Downloaded clap_lex v0.7.6
31102026-02-10T20:21:23.761Z[ helios-setup] Feb 10 20:21:23.279 INFO E| Downloaded bitfield-macros v0.19.3
31112026-02-10T20:21:23.761Z[ helios-setup] Feb 10 20:21:23.280 INFO E| Downloaded bincode_derive v2.0.1
31122026-02-10T20:21:23.761Z[ helios-setup] Feb 10 20:21:23.281 INFO E| Downloaded base64ct v1.8.0
31132026-02-10T20:21:23.761Z[ helios-setup] Feb 10 20:21:23.284 INFO E| Downloaded rhai_codegen v3.1.0
31142026-02-10T20:21:23.785Z[ helios-setup] Feb 10 20:21:23.295 INFO E| Downloaded parking_lot v0.12.5
31152026-02-10T20:21:23.785Z[ helios-setup] Feb 10 20:21:23.299 INFO E| Downloaded num_enum_derive v0.7.5
31162026-02-10T20:21:23.785Z[ helios-setup] Feb 10 20:21:23.300 INFO E| Downloaded litemap v0.8.1
31172026-02-10T20:21:23.785Z[ helios-setup] Feb 10 20:21:23.304 INFO E| Downloaded icu_properties v2.1.1
31182026-02-10T20:21:23.785Z[ helios-setup] Feb 10 20:21:23.307 INFO E| Downloaded sync_wrapper v1.0.2
31192026-02-10T20:21:23.785Z[ helios-setup] Feb 10 20:21:23.308 INFO E| Downloaded regex v1.12.2
31202026-02-10T20:21:23.810Z[ helios-setup] Feb 10 20:21:23.318 INFO E| Downloaded ppv-lite86 v0.2.21
31212026-02-10T20:21:23.811Z[ helios-setup] Feb 10 20:21:23.320 INFO E| Downloaded is_terminal_polyfill v1.70.2
31222026-02-10T20:21:23.811Z[ helios-setup] Feb 10 20:21:23.322 INFO E| Downloaded icu_provider v2.1.1
31232026-02-10T20:21:23.811Z[ helios-setup] Feb 10 20:21:23.331 INFO E| Downloaded icu_normalizer_data v2.1.1
31242026-02-10T20:21:23.835Z[ helios-setup] Feb 10 20:21:23.334 INFO E| Downloaded icu_normalizer v2.1.1
31252026-02-10T20:21:23.835Z[ helios-setup] Feb 10 20:21:23.340 INFO E| Downloaded hostname v0.4.1
31262026-02-10T20:21:23.835Z[ helios-setup] Feb 10 20:21:23.342 INFO E| Downloaded flagset v0.4.7
31272026-02-10T20:21:23.835Z[ helios-setup] Feb 10 20:21:23.344 INFO E| Downloaded errno v0.3.14
31282026-02-10T20:21:23.835Z[ helios-setup] Feb 10 20:21:23.346 INFO E| Downloaded serde_spanned v1.0.3
31292026-02-10T20:21:23.835Z[ helios-setup] Feb 10 20:21:23.348 INFO E| Downloaded rustix v1.1.2
31302026-02-10T20:21:23.862Z[ helios-setup] Feb 10 20:21:23.386 INFO E| Downloaded quote v1.0.41
31312026-02-10T20:21:23.885Z[ helios-setup] Feb 10 20:21:23.390 INFO E| Downloaded proc-macro2 v1.0.103
31322026-02-10T20:21:23.885Z[ helios-setup] Feb 10 20:21:23.394 INFO E| Downloaded portable-atomic v1.11.1
31332026-02-10T20:21:23.886Z[ helios-setup] Feb 10 20:21:23.407 INFO E| Downloaded icu_collections v2.1.1
31342026-02-10T20:21:23.910Z[ helios-setup] Feb 10 20:21:23.415 INFO E| Downloaded find-msvc-tools v0.1.4
31352026-02-10T20:21:23.910Z[ helios-setup] Feb 10 20:21:23.417 INFO E| Downloaded env_filter v0.1.4
31362026-02-10T20:21:23.910Z[ helios-setup] Feb 10 20:21:23.419 INFO E| Downloaded clap_derive v4.5.49
31372026-02-10T20:21:23.910Z[ helios-setup] Feb 10 20:21:23.422 INFO E| Downloaded aho-corasick v1.1.4
31382026-02-10T20:21:23.910Z[ helios-setup] Feb 10 20:21:23.430 INFO E| Downloaded autocfg v1.5.0
31392026-02-10T20:21:23.910Z[ helios-setup] Feb 10 20:21:23.432 INFO E| Downloaded clap v4.5.51
31402026-02-10T20:21:23.934Z[ helios-setup] Feb 10 20:21:23.448 INFO E| Downloaded camino v1.2.1
31412026-02-10T20:21:23.934Z[ helios-setup] Feb 10 20:21:23.452 INFO E| Downloaded num-bigint-dig v0.8.4
31422026-02-10T20:21:23.958Z[ helios-setup] Feb 10 20:21:23.467 INFO E| Downloaded idna v1.1.0
31432026-02-10T20:21:23.958Z[ helios-setup] Feb 10 20:21:23.482 INFO E| Downloaded hashbrown v0.16.0
31442026-02-10T20:21:23.983Z[ helios-setup] Feb 10 20:21:23.490 INFO E| Downloaded uuid v1.18.1
31452026-02-10T20:21:23.983Z[ helios-setup] Feb 10 20:21:23.494 INFO E| Downloaded url v2.5.7
31462026-02-10T20:21:23.983Z[ helios-setup] Feb 10 20:21:23.499 INFO E| Downloaded tracing v0.1.41
31472026-02-10T20:21:23.983Z[ helios-setup] Feb 10 20:21:23.505 INFO E| Downloaded typenum v1.19.0
31482026-02-10T20:21:24.011Z[ helios-setup] Feb 10 20:21:23.510 INFO E| Downloaded tungstenite v0.28.0
31492026-02-10T20:21:24.011Z[ helios-setup] Feb 10 20:21:23.514 INFO E| Downloaded toml_writer v1.0.4
31502026-02-10T20:21:24.011Z[ helios-setup] Feb 10 20:21:23.517 INFO E| Downloaded tls_codec v0.4.2
31512026-02-10T20:21:24.011Z[ helios-setup] Feb 10 20:21:23.519 INFO E| Downloaded virtue v0.0.18
31522026-02-10T20:21:24.011Z[ helios-setup] Feb 10 20:21:23.523 INFO E| Downloaded typify v0.5.0
31532026-02-10T20:21:24.011Z[ helios-setup] Feb 10 20:21:23.528 INFO E| Downloaded tracing-core v0.1.34
31542026-02-10T20:21:24.035Z[ helios-setup] Feb 10 20:21:23.532 INFO E| Downloaded toml_parser v1.0.4
31552026-02-10T20:21:24.035Z[ helios-setup] Feb 10 20:21:23.536 INFO E| Downloaded tls_codec_derive v0.4.2
31562026-02-10T20:21:24.035Z[ helios-setup] Feb 10 20:21:23.539 INFO E| Downloaded encoding_rs v0.8.35
31572026-02-10T20:21:24.059Z[ helios-setup] Feb 10 20:21:23.567 INFO E| Downloaded zerofrom-derive v0.1.6
31582026-02-10T20:21:24.059Z[ helios-setup] Feb 10 20:21:23.569 INFO E| Downloaded yoke-derive v0.8.1
31592026-02-10T20:21:24.059Z[ helios-setup] Feb 10 20:21:23.570 INFO E| Downloaded yoke v0.8.1
31602026-02-10T20:21:24.059Z[ helios-setup] Feb 10 20:21:23.573 INFO E| Downloaded unty v0.0.4
31612026-02-10T20:21:24.059Z[ helios-setup] Feb 10 20:21:23.574 INFO E| Downloaded thread_local v1.1.9
31622026-02-10T20:21:24.059Z[ helios-setup] Feb 10 20:21:23.576 INFO E| Downloaded term v1.2.0
31632026-02-10T20:21:24.083Z[ helios-setup] Feb 10 20:21:23.583 INFO E| Downloaded thiserror-impl v2.0.17
31642026-02-10T20:21:24.083Z[ helios-setup] Feb 10 20:21:23.587 INFO E| Downloaded thin-vec v0.2.14
31652026-02-10T20:21:24.083Z[ helios-setup] Feb 10 20:21:23.590 INFO E| Downloaded terminal_size v0.4.3
31662026-02-10T20:21:24.083Z[ helios-setup] Feb 10 20:21:23.593 INFO E| Downloaded syn v2.0.108
31672026-02-10T20:21:24.106Z[ helios-setup] Feb 10 20:21:23.622 INFO E| Downloaded toml v0.9.8
31682026-02-10T20:21:24.106Z[ helios-setup] Feb 10 20:21:23.627 INFO E| Downloaded thiserror v2.0.17
31692026-02-10T20:21:24.130Z[ helios-setup] Feb 10 20:21:23.635 INFO E| Downloaded stable_deref_trait v1.2.1
31702026-02-10T20:21:24.130Z[ helios-setup] Feb 10 20:21:23.637 INFO E| Downloaded time v0.3.44
31712026-02-10T20:21:24.130Z[ helios-setup] Feb 10 20:21:23.647 INFO E| Downloaded regex-syntax v0.8.8
31722026-02-10T20:21:24.154Z[ helios-setup] Feb 10 20:21:23.658 INFO E| Downloaded bincode v2.0.1
31732026-02-10T20:21:24.154Z[ helios-setup] Feb 10 20:21:23.671 INFO E| Downloaded flate2 v1.1.5
31742026-02-10T20:21:24.154Z[ helios-setup] Feb 10 20:21:23.677 INFO E| Downloaded clap_builder v4.5.51
31752026-02-10T20:21:24.178Z[ helios-setup] Feb 10 20:21:23.686 INFO E| Downloaded log v0.4.28
31762026-02-10T20:21:24.178Z[ helios-setup] Feb 10 20:21:23.689 INFO E| Downloaded const-random-macro v0.1.16
31772026-02-10T20:21:24.178Z[ helios-setup] Feb 10 20:21:23.690 INFO E| Downloaded adler2 v2.0.1
31782026-02-10T20:21:24.391Z[ helios-setup] Feb 10 20:21:23.915 INFO E| Compiling proc-macro2 v1.0.103
31792026-02-10T20:21:24.391Z[ helios-setup] Feb 10 20:21:23.916 INFO E| Compiling quote v1.0.41
31802026-02-10T20:21:24.415Z[ helios-setup] Feb 10 20:21:23.916 INFO E| Compiling unicode-ident v1.0.22
31812026-02-10T20:21:24.415Z[ helios-setup] Feb 10 20:21:23.916 INFO E| Compiling serde_core v1.0.228
31822026-02-10T20:21:24.415Z[ helios-setup] Feb 10 20:21:23.916 INFO E| Compiling libc v0.2.177
31832026-02-10T20:21:24.415Z[ helios-setup] Feb 10 20:21:23.916 INFO E| Compiling cfg-if v1.0.4
31842026-02-10T20:21:24.415Z[ helios-setup] Feb 10 20:21:23.916 INFO E| Compiling serde v1.0.228
31852026-02-10T20:21:24.415Z[ helios-setup] Feb 10 20:21:23.916 INFO E| Compiling autocfg v1.5.0
31862026-02-10T20:21:25.253Z[ helios-setup] Feb 10 20:21:24.778 INFO E| Compiling version_check v0.9.5
31872026-02-10T20:21:26.135Z[ helios-setup] Feb 10 20:21:25.660 INFO E| Compiling memchr v2.7.6
31882026-02-10T20:21:26.524Z[ helios-setup] Feb 10 20:21:26.049 INFO E| Compiling itoa v1.0.15
31892026-02-10T20:21:27.188Z[ helios-setup] Feb 10 20:21:26.713 INFO E| Compiling serde_json v1.0.145
31902026-02-10T20:21:27.242Z[ helios-setup] Feb 10 20:21:26.767 INFO E| Compiling bytes v1.10.1
31912026-02-10T20:21:27.340Z[ helios-setup] Feb 10 20:21:26.864 INFO E| Compiling getrandom v0.3.4
31922026-02-10T20:21:28.794Z[ helios-setup] Feb 10 20:21:28.319 INFO E| Compiling pin-project-lite v0.2.16
31932026-02-10T20:21:29.243Z[ helios-setup] Feb 10 20:21:28.768 INFO E| Compiling futures-core v0.3.31
31942026-02-10T20:21:30.018Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31952026-02-10T20:21:30.141Z[ helios-setup] Feb 10 20:21:29.666 INFO E| Compiling foldhash v0.2.0
31962026-02-10T20:21:30.667Z[ helios-setup] Feb 10 20:21:30.167 INFO E| Compiling allocator-api2 v0.2.21
31972026-02-10T20:21:30.707Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31982026-02-10T20:21:30.854Z[ helios-setup] Feb 10 20:21:30.360 INFO E| Compiling equivalent v1.0.2
31992026-02-10T20:21:31.075Z[ helios-setup] Feb 10 20:21:30.600 INFO E| Compiling syn v2.0.108
32002026-02-10T20:21:31.247Z[ helios-setup] Feb 10 20:21:30.772 INFO E| Compiling libm v0.2.15
32012026-02-10T20:21:31.473Z[ helios-setup] Feb 10 20:21:30.998 INFO E| Compiling num-traits v0.2.19
32022026-02-10T20:21:31.578Z[ host-package] Compiling progenitor v0.10.0
32032026-02-10T20:21:32.217Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32042026-02-10T20:21:32.253Z[ helios-setup] Feb 10 20:21:31.779 INFO E| Compiling parking_lot_core v0.9.12
32052026-02-10T20:21:32.506Z[ helios-setup] Feb 10 20:21:32.031 INFO E| Compiling const-oid v0.9.6
32062026-02-10T20:21:32.705Z[ helios-setup] Feb 10 20:21:32.230 INFO E| Compiling hashbrown v0.16.0
32072026-02-10T20:21:34.097Z[ helios-setup] Feb 10 20:21:33.622 INFO E| Compiling futures-sink v0.3.31
32082026-02-10T20:21:34.180Z[ helios-setup] Feb 10 20:21:33.706 INFO E| Compiling typenum v1.19.0
32092026-02-10T20:21:34.903Z[ helios-setup] Feb 10 20:21:34.429 INFO E| Compiling generic-array v0.14.9
32102026-02-10T20:21:35.365Z[ helios-setup] Feb 10 20:21:34.890 INFO E| Compiling scopeguard v1.2.0
32112026-02-10T20:21:35.953Z[ helios-setup] Feb 10 20:21:35.479 INFO E| Compiling lock_api v0.4.14
32122026-02-10T20:21:36.411Z[ helios-setup] Feb 10 20:21:35.937 INFO E| Compiling slab v0.4.11
32132026-02-10T20:21:37.797Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32142026-02-10T20:21:38.689Z[ helios-setup] Feb 10 20:21:38.215 INFO E| Compiling thiserror v2.0.17
32152026-02-10T20:21:39.791Z[ helios-setup] Feb 10 20:21:39.312 INFO E| Compiling futures-channel v0.3.31
32162026-02-10T20:21:39.892Z[ helios-setup] Feb 10 20:21:39.414 INFO E| Compiling signal-hook-registry v1.4.6
32172026-02-10T20:21:40.368Z[ helios-setup] Feb 10 20:21:39.894 INFO E| Compiling mio v1.1.0
32182026-02-10T20:21:40.826Z[ helios-setup] Feb 10 20:21:40.352 INFO E| Compiling socket2 v0.6.1
32192026-02-10T20:21:41.120Z[ helios-setup] Feb 10 20:21:40.647 INFO E| Compiling zerocopy v0.8.27
32202026-02-10T20:21:42.338Z[ host-package] Compiling float-ord v0.3.2
32212026-02-10T20:21:42.997Z[ helios-setup] Feb 10 20:21:42.524 INFO E| Compiling rustversion v1.0.22
32222026-02-10T20:21:43.064Z[ helios-setup] Feb 10 20:21:42.590 INFO E| Compiling portable-atomic v1.11.1
32232026-02-10T20:21:43.156Z[ helios-setup] Feb 10 20:21:42.682 INFO E| Compiling ryu v1.0.20
32242026-02-10T20:21:43.295Z[ helios-setup] Feb 10 20:21:42.822 INFO E| Compiling pin-utils v0.1.0
32252026-02-10T20:21:43.797Z[ helios-setup] Feb 10 20:21:43.322 INFO E| Compiling futures-task v0.3.31
32262026-02-10T20:21:43.797Z[ helios-setup] Feb 10 20:21:43.322 INFO E| Compiling futures-io v0.3.31
32272026-02-10T20:21:43.876Z[ host-package] Compiling toml v0.8.23
32282026-02-10T20:21:44.304Z[ host-package] Compiling newline-converter v0.3.0
32292026-02-10T20:21:44.518Z[ helios-setup] Feb 10 20:21:44.045 INFO E| Compiling crypto-common v0.1.6
32302026-02-10T20:21:44.722Z[ helios-setup] Feb 10 20:21:44.248 INFO E| Compiling block-buffer v0.10.4
32312026-02-10T20:21:45.041Z[ host-package] Compiling atomicwrites v0.4.4
32322026-02-10T20:21:45.077Z[ helios-setup] Feb 10 20:21:44.601 INFO E| Compiling bitflags v2.10.0
32332026-02-10T20:21:45.239Z[ helios-setup] Feb 10 20:21:44.766 INFO E| Compiling log v0.4.28
32342026-02-10T20:21:45.548Z[ helios-setup] Feb 10 20:21:45.074 INFO E| Compiling stable_deref_trait v1.2.1
32352026-02-10T20:21:46.113Z[ helios-setup] Feb 10 20:21:45.639 INFO E| Compiling fnv v1.0.7
32362026-02-10T20:21:46.490Z[ host-package] Compiling prettyplease v0.2.36
32372026-02-10T20:21:46.523Z[ helios-setup] Feb 10 20:21:46.050 INFO E| Compiling digest v0.10.7
32382026-02-10T20:21:46.622Z[ host-package] Compiling slog-dtrace v0.3.0
32392026-02-10T20:21:46.665Z[ helios-setup] Feb 10 20:21:46.192 INFO E| Compiling indexmap v2.12.0
32402026-02-10T20:21:46.979Z[ helios-setup] Feb 10 20:21:46.506 INFO E| Compiling http v1.3.1
32412026-02-10T20:21:47.144Z[ helios-setup] Feb 10 20:21:46.670 INFO E| Compiling heck v0.5.0
32422026-02-10T20:21:47.509Z[ helios-setup] Feb 10 20:21:47.036 INFO E| Compiling once_cell v1.21.3
32432026-02-10T20:21:48.065Z[ host-package] Compiling expectorate v1.2.0
32442026-02-10T20:21:48.289Z[ helios-setup] Feb 10 20:21:47.815 INFO E| Compiling schemars v0.8.22
32452026-02-10T20:21:48.403Z[ helios-setup] Feb 10 20:21:47.929 INFO E| Compiling cpufeatures v0.2.17
32462026-02-10T20:21:48.806Z[ helios-setup] Feb 10 20:21:48.333 INFO E| Compiling synstructure v0.13.2
32472026-02-10T20:21:49.041Z[ helios-setup] Feb 10 20:21:48.567 INFO E| Compiling serde_derive_internals v0.29.1
32482026-02-10T20:21:49.877Z[ helios-setup] Feb 10 20:21:49.404 INFO E| Compiling slog v2.8.2
32492026-02-10T20:21:50.143Z[ helios-setup] Feb 10 20:21:49.669 INFO E| Compiling iana-time-zone v0.1.64
32502026-02-10T20:21:52.035Z[ helios-setup] Feb 10 20:21:51.563 INFO E| Compiling find-msvc-tools v0.1.4
32512026-02-10T20:21:52.228Z[ helios-setup] Feb 10 20:21:51.756 INFO E| Compiling httparse v1.10.1
32522026-02-10T20:21:52.333Z[ helios-setup] Feb 10 20:21:51.860 INFO E| Compiling shlex v1.3.0
32532026-02-10T20:21:53.264Z[ helios-setup] Feb 10 20:21:52.791 INFO E| Compiling zeroize v1.8.2
32542026-02-10T20:21:53.712Z[ helios-setup] Feb 10 20:21:53.239 INFO E| Compiling cc v1.2.44
32552026-02-10T20:21:54.460Z[ helios-setup] Feb 10 20:21:53.988 INFO E| Compiling anyhow v1.0.100
32562026-02-10T20:21:55.035Z[ host-package] Compiling owo-colors v4.2.2
32572026-02-10T20:21:55.588Z[ helios-setup] Feb 10 20:21:55.115 INFO E| Compiling serde_derive v1.0.228
32582026-02-10T20:21:55.672Z[ helios-setup] Feb 10 20:21:55.200 INFO E| Compiling tokio-macros v2.6.0
32592026-02-10T20:21:55.925Z[ helios-setup] Feb 10 20:21:55.452 INFO E| Compiling futures-macro v0.3.31
32602026-02-10T20:21:56.092Z[ helios-setup] Feb 10 20:21:55.620 INFO E| Compiling zerofrom-derive v0.1.6
32612026-02-10T20:21:56.268Z[ helios-setup] Feb 10 20:21:55.796 INFO E| Compiling thiserror-impl v2.0.17
32622026-02-10T20:21:57.090Z[ helios-setup] Feb 10 20:21:56.617 INFO E| Compiling zerocopy-derive v0.8.27
32632026-02-10T20:21:57.142Z[ host-package] Compiling cancel-safe-futures v0.1.5
32642026-02-10T20:21:58.665Z[ host-package] Compiling resolv-conf v0.7.0
32652026-02-10T20:21:59.908Z[ helios-setup] Feb 10 20:21:59.436 INFO E| Compiling yoke-derive v0.8.1
32662026-02-10T20:22:00.061Z[ helios-setup] Feb 10 20:21:59.587 INFO E| Compiling futures-util v0.3.31
32672026-02-10T20:22:00.099Z[ helios-setup] Feb 10 20:21:59.628 INFO E| Compiling zerovec-derive v0.11.2
32682026-02-10T20:22:00.124Z[ helios-setup] Feb 10 20:21:59.631 INFO E| Compiling displaydoc v0.2.5
32692026-02-10T20:22:02.174Z[ host-package] Compiling libsw-core v0.3.1
32702026-02-10T20:22:02.378Z[ helios-setup] Feb 10 20:22:01.907 INFO E| Compiling schemars_derive v0.8.22
32712026-02-10T20:22:02.662Z[ helios-setup] Feb 10 20:22:02.190 INFO E| Compiling zerofrom v0.1.6
32722026-02-10T20:22:03.230Z[ host-package] Compiling libsw v3.5.0
32732026-02-10T20:22:04.901Z[ helios-setup] Feb 10 20:22:04.429 INFO E| Compiling semver v1.0.27
32742026-02-10T20:22:05.265Z[ helios-setup] Feb 10 20:22:04.794 INFO E| Compiling yoke v0.8.1
32752026-02-10T20:22:06.271Z[ helios-setup] Feb 10 20:22:05.800 INFO E| Compiling getrandom v0.2.16
32762026-02-10T20:22:06.386Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32772026-02-10T20:22:06.410Z[ helios-setup] Feb 10 20:22:05.929 INFO E| Compiling zerovec v0.11.5
32782026-02-10T20:22:06.505Z[ helios-setup] Feb 10 20:22:06.034 INFO E| Compiling num-conv v0.1.0
32792026-02-10T20:22:07.244Z[ host-package] Compiling linear-map v1.2.0
32802026-02-10T20:22:07.269Z[ helios-setup] Feb 10 20:22:06.776 INFO E| Compiling powerfmt v0.2.0
32812026-02-10T20:22:07.301Z[ helios-setup] Feb 10 20:22:06.828 INFO E| Compiling crc32fast v1.5.0
32822026-02-10T20:22:08.031Z[ helios-setup] Feb 10 20:22:07.559 INFO E| Compiling time-core v0.1.6
32832026-02-10T20:22:08.081Z[ host-package] Compiling linked-hash-map v0.5.6
32842026-02-10T20:22:08.107Z[ helios-setup] Feb 10 20:22:07.635 INFO E| Compiling winnow v0.7.13
32852026-02-10T20:22:08.376Z[ helios-setup] Feb 10 20:22:07.905 INFO E| Compiling litemap v0.8.1
32862026-02-10T20:22:08.594Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32872026-02-10T20:22:08.723Z[ helios-setup] Feb 10 20:22:08.252 INFO E| Compiling writeable v0.6.2
32882026-02-10T20:22:08.846Z[ helios-setup] Feb 10 20:22:08.376 INFO E| Compiling time-macros v0.2.24
32892026-02-10T20:22:09.080Z[ host-package] Compiling lru-cache v0.1.2
32902026-02-10T20:22:09.461Z[ helios-setup] Feb 10 20:22:08.990 INFO E| Compiling tinystr v0.8.2
32912026-02-10T20:22:09.688Z[ helios-setup] Feb 10 20:22:09.217 INFO E| Compiling potential_utf v0.1.4
32922026-02-10T20:22:09.970Z[ host-package] Compiling unicode-xid v0.2.6
32932026-02-10T20:22:10.114Z[ helios-setup] Feb 10 20:22:09.642 INFO E| Compiling deranged v0.5.5
32942026-02-10T20:22:10.578Z[ helios-setup] Feb 10 20:22:10.107 INFO E| Compiling icu_locale_core v2.1.1
32952026-02-10T20:22:10.664Z[ host-package] Compiling hickory-proto v0.24.4
32962026-02-10T20:22:13.240Z[ helios-setup] Feb 10 20:22:12.770 INFO E| Compiling ppv-lite86 v0.2.21
32972026-02-10T20:22:13.438Z[ helios-setup] Feb 10 20:22:12.967 INFO E| Compiling smallvec v1.15.1
32982026-02-10T20:22:14.248Z[ helios-setup] Feb 10 20:22:13.777 INFO E| Compiling erased-serde v0.3.31
32992026-02-10T20:22:15.120Z[ helios-setup] Feb 10 20:22:14.649 INFO E| Compiling chrono v0.4.42
33002026-02-10T20:22:16.251Z[ helios-setup] Feb 10 20:22:14.757 INFO E| Compiling uuid v1.18.1
33012026-02-10T20:22:16.277Z[ helios-setup] Feb 10 20:22:14.915 INFO E| Compiling serde_tokenstream v0.2.2
33022026-02-10T20:22:16.277Z[ helios-setup] Feb 10 20:22:15.655 INFO E| Compiling parking_lot v0.12.5
33032026-02-10T20:22:16.404Z[ helios-setup] Feb 10 20:22:15.931 INFO E| Compiling toml_parser v1.0.4
33042026-02-10T20:22:16.658Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33052026-02-10T20:22:18.069Z[ helios-setup] Feb 10 20:22:17.593 INFO E| Compiling tokio v1.48.0
33062026-02-10T20:22:18.137Z[ helios-setup] Feb 10 20:22:17.667 INFO E| Compiling zerotrie v0.2.3
33072026-02-10T20:22:19.350Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33082026-02-10T20:22:20.629Z[ helios-setup] Feb 10 20:22:20.142 INFO E| Compiling num_threads v0.1.7
33092026-02-10T20:22:20.680Z[ helios-setup] Feb 10 20:22:20.208 INFO E| Compiling icu_normalizer_data v2.1.1
33102026-02-10T20:22:20.857Z[ helios-setup] Feb 10 20:22:20.388 INFO E| Compiling icu_properties_data v2.1.1
33112026-02-10T20:22:21.042Z[ helios-setup] Feb 10 20:22:20.572 INFO E| Compiling unicode-width v0.2.2
33122026-02-10T20:22:21.702Z[ helios-setup] Feb 10 20:22:21.233 INFO E| Compiling dyn-clone v1.0.20
33132026-02-10T20:22:22.111Z[ helios-setup] Feb 10 20:22:21.642 INFO E| Compiling toml_datetime v0.7.3
33142026-02-10T20:22:22.685Z[ helios-setup] Feb 10 20:22:22.216 INFO E| Compiling time v0.3.44
33152026-02-10T20:22:23.058Z[ helios-setup] Feb 10 20:22:22.589 INFO E| Compiling icu_provider v2.1.1
33162026-02-10T20:22:23.250Z[ helios-setup] Feb 10 20:22:22.781 INFO E| Compiling toml_edit v0.23.7
33172026-02-10T20:22:23.364Z[ helios-setup] Feb 10 20:22:22.895 INFO E| Compiling icu_collections v2.1.1
33182026-02-10T20:22:25.036Z[ helios-setup] Feb 10 20:22:24.566 INFO E| Compiling http-body v1.0.1
33192026-02-10T20:22:25.060Z[ host-package] Compiling hickory-resolver v0.24.4
33202026-02-10T20:22:25.561Z[ helios-setup] Feb 10 20:22:25.092 INFO E| Compiling regress v0.10.5
33212026-02-10T20:22:25.922Z[ helios-setup] Feb 10 20:22:25.453 INFO E| Compiling sha2 v0.10.9
33222026-02-10T20:22:26.805Z[ helios-setup] Feb 10 20:22:26.336 INFO E| Compiling tracing-core v0.1.34
33232026-02-10T20:22:28.731Z[ helios-setup] Feb 10 20:22:28.262 INFO E| Compiling percent-encoding v2.3.2
33242026-02-10T20:22:29.454Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33252026-02-10T20:22:29.633Z[ helios-setup] Feb 10 20:22:29.164 INFO E| Compiling atomic-waker v1.1.2
33262026-02-10T20:22:30.267Z[ helios-setup] Feb 10 20:22:29.798 INFO E| Compiling crunchy v0.2.4
33272026-02-10T20:22:31.486Z[ helios-setup] Feb 10 20:22:31.018 INFO E| Compiling tracing v0.1.41
33282026-02-10T20:22:31.655Z[ helios-setup] Feb 10 20:22:31.181 INFO E| Compiling proc-macro-crate v3.4.0
33292026-02-10T20:22:32.248Z[ helios-setup] Feb 10 20:22:31.779 INFO E| Compiling getopts v0.2.24
33302026-02-10T20:22:32.423Z[ helios-setup] Feb 10 20:22:31.954 INFO E| Compiling futures-executor v0.3.31
33312026-02-10T20:22:32.501Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33322026-02-10T20:22:32.787Z[ helios-setup] Feb 10 20:22:32.318 INFO E| Compiling thread_local v1.1.9
33332026-02-10T20:22:33.620Z[ helios-setup] Feb 10 20:22:33.151 INFO E| Compiling typify-impl v0.5.0
33342026-02-10T20:22:33.945Z[ helios-setup] Feb 10 20:22:33.477 INFO E| Compiling tiny-keccak v2.0.2
33352026-02-10T20:22:34.642Z[ helios-setup] Feb 10 20:22:34.174 INFO E| Compiling tower-service v0.3.3
33362026-02-10T20:22:35.071Z[ helios-setup] Feb 10 20:22:34.603 INFO E| Compiling thiserror v1.0.69
33372026-02-10T20:22:35.141Z[ helios-setup] Feb 10 20:22:34.673 INFO E| Compiling rustix v1.1.2
33382026-02-10T20:22:35.908Z[ helios-setup] Feb 10 20:22:35.440 INFO E| Compiling try-lock v0.2.5
33392026-02-10T20:22:36.200Z[ helios-setup] Feb 10 20:22:35.731 INFO E| Compiling want v0.3.1
33402026-02-10T20:22:37.214Z[ helios-setup] Feb 10 20:22:36.746 INFO E| Compiling num_enum_derive v0.7.5
33412026-02-10T20:22:37.246Z[ helios-setup] Feb 10 20:22:36.777 INFO E| Compiling futures v0.3.31
33422026-02-10T20:22:37.508Z[ helios-setup] Feb 10 20:22:37.040 INFO E| Compiling icu_normalizer v2.1.1
33432026-02-10T20:22:37.692Z[ helios-setup] Feb 10 20:22:37.211 INFO E| Compiling icu_properties v2.1.1
33442026-02-10T20:22:38.511Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33452026-02-10T20:22:41.170Z[ helios-setup] Feb 10 20:22:40.702 INFO E| Compiling tokio-util v0.7.16
33462026-02-10T20:22:42.317Z[ helios-setup] Feb 10 20:22:41.849 INFO E| Compiling form_urlencoded v1.2.2
33472026-02-10T20:22:42.852Z[ helios-setup] Feb 10 20:22:42.385 INFO E| Compiling thiserror-impl v1.0.69
33482026-02-10T20:22:44.312Z[ helios-setup] Feb 10 20:22:43.843 INFO E| Compiling h2 v0.4.12
33492026-02-10T20:22:46.079Z[ helios-setup] Feb 10 20:22:45.611 INFO E| Compiling serde_spanned v1.0.3
33502026-02-10T20:22:46.353Z[ helios-setup] Feb 10 20:22:45.886 INFO E| Compiling errno v0.3.14
33512026-02-10T20:22:46.880Z[ helios-setup] Feb 10 20:22:46.413 INFO E| Compiling is-terminal v0.4.17
33522026-02-10T20:22:47.956Z[ helios-setup] Feb 10 20:22:47.489 INFO E| Compiling adler2 v2.0.1
33532026-02-10T20:22:48.373Z[ helios-setup] Feb 10 20:22:47.906 INFO E| Compiling term v1.2.0
33542026-02-10T20:22:48.546Z[ helios-setup] Feb 10 20:22:48.079 INFO E| Compiling simd-adler32 v0.3.7
33552026-02-10T20:22:48.796Z[ helios-setup] Feb 10 20:22:48.328 INFO E| Compiling toml_writer v1.0.4
33562026-02-10T20:22:49.062Z[ helios-setup] Feb 10 20:22:48.594 INFO E| Compiling httpdate v1.0.3
33572026-02-10T20:22:50.037Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33582026-02-10T20:22:50.164Z[ helios-setup] Feb 10 20:22:49.692 INFO E| Compiling slog-term v2.9.2
33592026-02-10T20:22:50.514Z[ helios-setup] Feb 10 20:22:50.047 INFO E| Compiling toml v0.9.8
33602026-02-10T20:22:51.076Z[ helios-setup] Feb 10 20:22:50.610 INFO E| Compiling miniz_oxide v0.8.9
33612026-02-10T20:22:51.399Z[ host-package] Compiling convert_case v0.7.1
33622026-02-10T20:22:53.221Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33632026-02-10T20:22:54.017Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33642026-02-10T20:22:54.882Z[ helios-setup] Feb 10 20:22:54.416 INFO E| Compiling typify-macro v0.5.0
33652026-02-10T20:22:56.109Z[ host-package] Compiling derive_more-impl v2.0.1
33662026-02-10T20:22:58.316Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33672026-02-10T20:22:58.648Z[ helios-setup] Feb 10 20:22:58.182 INFO E| Compiling idna_adapter v1.2.1
33682026-02-10T20:22:59.382Z[ helios-setup] Feb 10 20:22:58.916 INFO E| Compiling hyper v1.7.0
33692026-02-10T20:22:59.487Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33702026-02-10T20:23:00.088Z[ host-package] Compiling qorb v0.4.1
33712026-02-10T20:23:00.872Z[ helios-setup] Feb 10 20:23:00.407 INFO E| Compiling num_enum v0.7.5
33722026-02-10T20:23:02.440Z[ helios-setup] Feb 10 20:23:01.974 INFO E| Compiling aho-corasick v1.1.4
33732026-02-10T20:23:02.930Z[ helios-setup] Feb 10 20:23:02.464 INFO E| Compiling rand_core v0.9.3
33742026-02-10T20:23:04.037Z[ helios-setup] Feb 10 20:23:03.572 INFO E| Compiling sync_wrapper v1.0.2
33752026-02-10T20:23:04.554Z[ helios-setup] Feb 10 20:23:04.089 INFO E| Compiling base64 v0.22.1
33762026-02-10T20:23:04.804Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33772026-02-10T20:23:06.932Z[ helios-setup] Feb 10 20:23:06.466 INFO E| Compiling regex-syntax v0.8.8
33782026-02-10T20:23:10.477Z[ helios-setup] Feb 10 20:23:10.012 INFO E| Compiling libdevinfo-sys v1.1.0
33792026-02-10T20:23:11.220Z[ helios-setup] Feb 10 20:23:10.755 INFO E| Compiling utf8_iter v1.0.4
33802026-02-10T20:23:11.453Z[ helios-setup] Feb 10 20:23:10.988 INFO E| Compiling ipnet v2.11.0
33812026-02-10T20:23:12.234Z[ helios-setup] Feb 10 20:23:11.769 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33822026-02-10T20:23:13.240Z[ helios-setup] Feb 10 20:23:12.775 INFO E| Compiling base64ct v1.8.0
33832026-02-10T20:23:13.556Z[ helios-setup] Feb 10 20:23:13.091 INFO E| Compiling tower-layer v0.3.3
33842026-02-10T20:23:14.630Z[ helios-setup] Feb 10 20:23:14.162 INFO E| Compiling pem-rfc7468 v0.7.0
33852026-02-10T20:23:15.230Z[ helios-setup] Feb 10 20:23:14.766 INFO E| Compiling tower v0.5.2
33862026-02-10T20:23:15.503Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33872026-02-10T20:23:16.922Z[ helios-setup] Feb 10 20:23:16.445 INFO E| Compiling regex-automata v0.4.13
33882026-02-10T20:23:18.097Z[ helios-setup] Feb 10 20:23:17.633 INFO E| Compiling const-random-macro v0.1.16
33892026-02-10T20:23:18.289Z[ helios-setup] Feb 10 20:23:17.825 INFO E| Compiling hyper-util v0.1.17
33902026-02-10T20:23:18.601Z[ helios-setup] Feb 10 20:23:18.137 INFO E| Compiling idna v1.1.0
33912026-02-10T20:23:18.677Z[ helios-setup] Feb 10 20:23:18.213 INFO E| Compiling devinfo v0.1.0
33922026-02-10T20:23:18.701Z[ helios-setup] Feb 10 20:23:18.231 INFO E| Compiling rand_chacha v0.9.0
33932026-02-10T20:23:21.450Z[ helios-setup] Feb 10 20:23:20.986 INFO E| Compiling flate2 v1.1.5
33942026-02-10T20:23:22.165Z[ helios-setup] Feb 10 20:23:21.702 INFO E| Compiling serde_urlencoded v0.7.1
33952026-02-10T20:23:22.626Z[ helios-setup] Feb 10 20:23:22.162 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33962026-02-10T20:23:23.132Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33972026-02-10T20:23:23.740Z[ helios-setup] Feb 10 20:23:23.276 INFO E| Compiling http-body-util v0.1.3
33982026-02-10T20:23:24.875Z[ helios-setup] Feb 10 20:23:24.411 INFO E| Compiling ring v0.17.14
33992026-02-10T20:23:25.238Z[ helios-setup] Feb 10 20:23:24.775 INFO E| Compiling der_derive v0.7.3
34002026-02-10T20:23:25.369Z[ helios-setup] Feb 10 20:23:24.906 INFO E| Compiling sha1 v0.10.6
34012026-02-10T20:23:26.206Z[ host-package] Compiling derive_more v2.0.1
34022026-02-10T20:23:27.136Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34032026-02-10T20:23:28.340Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34042026-02-10T20:23:28.471Z[ helios-setup] Feb 10 20:23:28.008 INFO E| Compiling ahash v0.8.12
34052026-02-10T20:23:28.821Z[ helios-setup] Feb 10 20:23:28.358 INFO E| Compiling spin v0.9.8
34062026-02-10T20:23:29.114Z[ host-package] Compiling vte_generate_state_changes v0.1.2
34072026-02-10T20:23:29.519Z[ host-package] Compiling siphasher v1.0.1
34082026-02-10T20:23:29.939Z[ helios-setup] Feb 10 20:23:29.477 INFO E| Compiling flagset v0.4.7
34092026-02-10T20:23:30.577Z[ host-package] Compiling termtree v0.5.1
34102026-02-10T20:23:30.700Z[ helios-setup] Feb 10 20:23:30.236 INFO E| Compiling utf8parse v0.2.2
34112026-02-10T20:23:30.779Z[ helios-setup] Feb 10 20:23:30.316 INFO E| Compiling bitflags v1.3.2
34122026-02-10T20:23:30.953Z[ host-package] Compiling vte v0.11.1
34132026-02-10T20:23:31.177Z[ helios-setup] Feb 10 20:23:30.715 INFO E| Compiling byteorder v1.5.0
34142026-02-10T20:23:31.277Z[ helios-setup] Feb 10 20:23:30.814 INFO E| Compiling iri-string v0.7.8
34152026-02-10T20:23:31.483Z[ host-package] Compiling phf_shared v0.12.1
34162026-02-10T20:23:32.556Z[ helios-setup] Feb 10 20:23:32.094 INFO E| Compiling anstyle-parse v0.2.7
34172026-02-10T20:23:33.115Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34182026-02-10T20:23:33.522Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34192026-02-10T20:23:33.983Z[ helios-setup] Feb 10 20:23:33.521 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34202026-02-10T20:23:34.048Z[ helios-setup] Feb 10 20:23:33.585 INFO E| Compiling der v0.7.10
34212026-02-10T20:23:34.272Z[ host-package] Compiling crossterm v0.29.0
34222026-02-10T20:23:43.662Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34232026-02-10T20:23:44.273Z[ helios-setup] Feb 10 20:23:43.811 INFO E| Compiling tower-http v0.6.6
34242026-02-10T20:23:47.075Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34252026-02-10T20:23:47.597Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34262026-02-10T20:23:48.850Z[ helios-setup] Feb 10 20:23:48.389 INFO E| Compiling regex v1.12.2
34272026-02-10T20:23:49.765Z[ host-package] Compiling csv-core v0.1.11
34282026-02-10T20:23:50.321Z[ host-package] Compiling chrono-tz v0.10.4
34292026-02-10T20:23:51.243Z[ helios-setup] Feb 10 20:23:50.781 INFO E| Compiling url v2.5.7
34302026-02-10T20:23:51.813Z[ host-package] Compiling csv v1.3.1
34312026-02-10T20:23:51.965Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34322026-02-10T20:23:52.639Z[ helios-setup] Feb 10 20:23:52.178 INFO E| Compiling const-random v0.1.18
34332026-02-10T20:23:53.022Z[ host-package] Compiling strip-ansi-escapes v0.2.0
34342026-02-10T20:23:53.174Z[ helios-setup] Feb 10 20:23:52.714 INFO E| Compiling rand v0.9.2
34352026-02-10T20:23:54.803Z[ host-package] Compiling phf v0.12.1
34362026-02-10T20:23:55.748Z[ host-package] Compiling const_format_proc_macros v0.2.34
34372026-02-10T20:23:56.715Z[ host-package] Compiling papergrid v0.11.0
34382026-02-10T20:23:57.536Z[ helios-setup] Feb 10 20:23:57.076 INFO E| Compiling typify v0.5.0
34392026-02-10T20:23:57.824Z[ helios-setup] Feb 10 20:23:57.364 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34402026-02-10T20:23:58.693Z[ helios-setup] Feb 10 20:23:58.233 INFO E| Compiling openapiv3 v2.2.0
34412026-02-10T20:23:59.185Z[ host-package] Compiling tabled_derive v0.7.0
34422026-02-10T20:24:00.620Z[ helios-setup] Feb 10 20:24:00.161 INFO E| Compiling rand_core v0.6.4
34432026-02-10T20:24:00.777Z[ host-package] Compiling fd-lock v4.0.2
34442026-02-10T20:24:01.589Z[ host-package] Compiling peg-macros v0.8.5
34452026-02-10T20:24:01.760Z[ helios-setup] Feb 10 20:24:01.301 INFO E| Compiling anstyle v1.0.13
34462026-02-10T20:24:01.967Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34472026-02-10T20:24:03.235Z[ helios-setup] Feb 10 20:24:02.775 INFO E| Compiling subtle v2.6.1
34482026-02-10T20:24:03.412Z[ host-package] Compiling nu-ansi-term v0.50.1
34492026-02-10T20:24:03.582Z[ helios-setup] Feb 10 20:24:03.123 INFO E| Compiling anstyle-query v1.1.4
34502026-02-10T20:24:04.148Z[ helios-setup] Feb 10 20:24:03.688 INFO E| Compiling data-encoding v2.9.0
34512026-02-10T20:24:04.243Z[ helios-setup] Feb 10 20:24:03.783 INFO E| Compiling utf-8 v0.7.6
34522026-02-10T20:24:04.267Z[ host-package] Compiling highway v1.3.0
34532026-02-10T20:24:05.259Z[ helios-setup] Feb 10 20:24:04.793 INFO E| Compiling radium v0.7.0
34542026-02-10T20:24:06.035Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34552026-02-10T20:24:06.549Z[ helios-setup] Feb 10 20:24:06.090 INFO E| Compiling unsafe-libyaml v0.2.11
34562026-02-10T20:24:06.726Z[ helios-setup] Feb 10 20:24:06.267 INFO E| Compiling is_terminal_polyfill v1.70.2
34572026-02-10T20:24:07.158Z[ host-package] Compiling peg v0.8.5
34582026-02-10T20:24:07.239Z[ helios-setup] Feb 10 20:24:06.780 INFO E| Compiling syn v1.0.109
34592026-02-10T20:24:07.410Z[ host-package] Compiling reedline v0.40.0
34602026-02-10T20:24:07.744Z[ host-package] Compiling tough v0.20.0
34612026-02-10T20:24:08.028Z[ host-package] Compiling tabled v0.15.0
34622026-02-10T20:24:08.893Z[ helios-setup] Feb 10 20:24:08.434 INFO E| Compiling colorchoice v1.0.4
34632026-02-10T20:24:09.276Z[ helios-setup] Feb 10 20:24:08.817 INFO E| Compiling serde_yaml v0.9.34+deprecated
34642026-02-10T20:24:10.026Z[ helios-setup] Feb 10 20:24:09.565 INFO E| Compiling anstream v0.6.21
34652026-02-10T20:24:10.665Z[ helios-setup] Feb 10 20:24:10.188 INFO E| Compiling progenitor-impl v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
34662026-02-10T20:24:12.357Z[ helios-setup] Feb 10 20:24:11.898 INFO E| Compiling tungstenite v0.28.0
34672026-02-10T20:24:12.986Z[ host-package] Compiling const_format v0.2.34
34682026-02-10T20:24:16.407Z[ helios-setup] Feb 10 20:24:15.948 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34692026-02-10T20:24:18.452Z[ helios-setup] Feb 10 20:24:17.995 INFO E| Compiling reqwest v0.12.24
34702026-02-10T20:24:20.142Z[ helios-setup] Feb 10 20:24:19.684 INFO E| Compiling spki v0.7.3
34712026-02-10T20:24:21.455Z[ helios-setup] Feb 10 20:24:20.992 INFO E| Compiling terminal_size v0.4.3
34722026-02-10T20:24:22.015Z[ helios-setup] Feb 10 20:24:21.558 INFO E| Compiling rustls-pki-types v1.13.0
34732026-02-10T20:24:22.165Z[ helios-setup] Feb 10 20:24:21.708 INFO E| Compiling maybe-uninit v2.0.0
34742026-02-10T20:24:22.372Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34752026-02-10T20:24:23.706Z[ helios-setup] Feb 10 20:24:23.249 INFO E| Compiling pkg-config v0.3.32
34762026-02-10T20:24:23.809Z[ helios-setup] Feb 10 20:24:23.352 INFO E| Compiling tap v1.0.1
34772026-02-10T20:24:24.262Z[ helios-setup] Feb 10 20:24:23.805 INFO E| Compiling untrusted v0.9.0
34782026-02-10T20:24:24.832Z[ helios-setup] Feb 10 20:24:24.375 INFO E| Compiling crossbeam-utils v0.8.21
34792026-02-10T20:24:25.962Z[ helios-setup] Feb 10 20:24:25.505 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34802026-02-10T20:24:26.367Z[ helios-setup] Feb 10 20:24:25.910 INFO E| Compiling wyz v0.5.1
34812026-02-10T20:24:27.831Z[ helios-setup] Feb 10 20:24:27.367 INFO E| Compiling progenitor-client v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
34822026-02-10T20:24:27.900Z[ helios-setup] Feb 10 20:24:27.411 INFO E| Compiling progenitor-macro v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
34832026-02-10T20:24:34.367Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34842026-02-10T20:24:36.069Z[ host-package] Compiling bcs v0.1.6
34852026-02-10T20:24:38.229Z[ host-package] Compiling semver v0.1.20
34862026-02-10T20:24:39.346Z[ host-package] Compiling rustc_version v0.1.7
34872026-02-10T20:24:40.770Z[ host-package] Compiling newtype_derive v0.1.6
34882026-02-10T20:24:42.041Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34892026-02-10T20:24:43.010Z[ host-package] Compiling humantime v2.2.0
34902026-02-10T20:24:44.127Z[ helios-setup] Feb 10 20:24:43.671 INFO E| Compiling tokio-tungstenite v0.28.0
34912026-02-10T20:24:44.847Z[ host-package] Compiling smawk v0.3.2
34922026-02-10T20:24:45.928Z[ host-package] Compiling unicode-linebreak v0.1.5
34932026-02-10T20:24:46.655Z[ host-package] Compiling dropshot-api-manager-types v0.2.4
34942026-02-10T20:24:48.007Z[ helios-setup] Feb 10 20:24:46.560 INFO E| Compiling rand_chacha v0.3.1
34952026-02-10T20:24:48.105Z[ host-package] Compiling textwrap v0.16.2
34962026-02-10T20:24:49.071Z[ helios-setup] Feb 10 20:24:48.616 INFO E| Compiling num-integer v0.1.46
34972026-02-10T20:24:49.250Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34982026-02-10T20:24:49.360Z[ helios-setup] Feb 10 20:24:48.905 INFO E| Compiling smartstring v1.0.1
34992026-02-10T20:24:50.710Z[ helios-setup] Feb 10 20:24:50.254 INFO E| Compiling funty v2.0.0
35002026-02-10T20:24:51.051Z[ helios-setup] Feb 10 20:24:50.597 INFO E| Compiling packed_struct v0.10.1
35012026-02-10T20:24:52.272Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35022026-02-10T20:24:52.632Z[ helios-setup] Feb 10 20:24:52.177 INFO E| Compiling virtue v0.0.18
35032026-02-10T20:24:53.838Z[ host-package] Compiling steno v0.4.1
35042026-02-10T20:24:55.570Z[ host-package] Compiling utf-8 v0.7.6
35052026-02-10T20:24:55.626Z[ host-package] Compiling moka v0.12.10
35062026-02-10T20:24:55.626Z[ helios-setup] Feb 10 20:24:55.082 INFO E| Compiling clap_lex v0.7.6
35072026-02-10T20:24:56.072Z[ helios-setup] Feb 10 20:24:55.615 INFO E| Compiling num-bigint-dig v0.8.4
35082026-02-10T20:24:56.693Z[ host-package] Compiling tagptr v0.2.0
35092026-02-10T20:24:57.161Z[ helios-setup] Feb 10 20:24:56.707 INFO E| Compiling rustls v0.22.4
35102026-02-10T20:24:57.394Z[ helios-setup] Feb 10 20:24:56.940 INFO E| Compiling strsim v0.11.1
35112026-02-10T20:24:57.736Z[ helios-setup] Feb 10 20:24:57.282 INFO E| Compiling bincode_derive v2.0.1
35122026-02-10T20:24:58.423Z[ helios-setup] Feb 10 20:24:57.969 INFO E| Compiling clap_builder v4.5.51
35132026-02-10T20:24:58.937Z[ host-package] Compiling tungstenite v0.21.0
35142026-02-10T20:25:00.513Z[ helios-setup] Feb 10 20:25:00.059 INFO E| Compiling bitvec v1.0.1
35152026-02-10T20:25:01.014Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35162026-02-10T20:25:01.705Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
35172026-02-10T20:25:02.745Z[ helios-setup] Feb 10 20:25:02.291 INFO E| Compiling num-iter v0.1.45
35182026-02-10T20:25:03.312Z[ helios-setup] Feb 10 20:25:02.859 INFO E| Compiling progenitor v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
35192026-02-10T20:25:03.458Z[ helios-setup] Feb 10 20:25:03.004 INFO E| Compiling packed_struct_codegen v0.10.1
35202026-02-10T20:25:03.493Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35212026-02-10T20:25:04.200Z[ helios-setup] Feb 10 20:25:03.745 INFO E| Compiling rand v0.8.5
35222026-02-10T20:25:04.455Z[ host-package] Compiling hickory-resolver v0.25.2
35232026-02-10T20:25:07.437Z[ helios-setup] Feb 10 20:25:06.984 INFO E| Compiling rustls-webpki v0.102.8
35242026-02-10T20:25:07.821Z[ host-package] Compiling tokio-tungstenite v0.21.0
35252026-02-10T20:25:09.466Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
35262026-02-10T20:25:14.268Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
35272026-02-10T20:25:15.299Z[ helios-setup] Feb 10 20:25:14.847 INFO E| Compiling pkcs8 v0.10.2
35282026-02-10T20:25:15.758Z[ helios-setup] Feb 10 20:25:15.305 INFO E| Compiling lazy_static v1.5.0
35292026-02-10T20:25:16.222Z[ helios-setup] Feb 10 20:25:15.770 INFO E| Compiling bitfield-macros v0.19.3
35302026-02-10T20:25:18.553Z[ helios-setup] Feb 10 20:25:18.101 INFO E| Compiling zerocopy-derive v0.6.6
35312026-02-10T20:25:18.793Z[ helios-setup] Feb 10 20:25:18.341 INFO E| Compiling clap_derive v4.5.49
35322026-02-10T20:25:19.891Z[ helios-setup] Feb 10 20:25:19.439 INFO E| Compiling indexmap v1.9.3
35332026-02-10T20:25:21.242Z[ helios-setup] Feb 10 20:25:20.772 INFO E| Compiling multer v3.1.0
35342026-02-10T20:25:22.502Z[ helios-setup] Feb 10 20:25:22.050 INFO E| Compiling nodrop v0.1.14
35352026-02-10T20:25:22.760Z[ helios-setup] Feb 10 20:25:22.308 INFO E| Compiling crc-catalog v2.4.0
35362026-02-10T20:25:23.065Z[ helios-setup] Feb 10 20:25:22.613 INFO E| Compiling static_assertions v1.1.0
35372026-02-10T20:25:23.437Z[ helios-setup] Feb 10 20:25:22.986 INFO E| Compiling unty v0.0.4
35382026-02-10T20:25:23.493Z[ helios-setup] Feb 10 20:25:23.041 INFO E| Compiling slog-async v2.8.0
35392026-02-10T20:25:23.517Z[ helios-setup] Feb 10 20:25:23.065 INFO E| Compiling match_cfg v0.1.0
35402026-02-10T20:25:24.161Z[ helios-setup] Feb 10 20:25:23.710 INFO E| Compiling paste v1.0.15
35412026-02-10T20:25:24.216Z[ helios-setup] Feb 10 20:25:23.762 INFO E| Compiling camino v1.2.1
35422026-02-10T20:25:25.229Z[ helios-setup] Feb 10 20:25:24.778 INFO E| Compiling hostname v0.3.1
35432026-02-10T20:25:25.981Z[ helios-setup] Feb 10 20:25:25.530 INFO E| Compiling bincode v2.0.1
35442026-02-10T20:25:26.144Z[ helios-setup] Feb 10 20:25:25.693 INFO E| Compiling crc v3.3.0
35452026-02-10T20:25:26.310Z[ helios-setup] Feb 10 20:25:25.859 INFO E| Compiling array-init v0.0.4
35462026-02-10T20:25:27.306Z[ helios-setup] Feb 10 20:25:26.855 INFO E| Compiling zerocopy v0.6.6
35472026-02-10T20:25:27.524Z[ helios-setup] Feb 10 20:25:27.073 INFO E| Compiling clap v4.5.51
35482026-02-10T20:25:28.017Z[ host-package] Compiling proc-macro-error2 v2.0.1
35492026-02-10T20:25:28.231Z[ helios-setup] Feb 10 20:25:27.780 INFO E| Compiling bitfield v0.19.3
35502026-02-10T20:25:28.756Z[ helios-setup] Feb 10 20:25:28.305 INFO E| Compiling pkcs1 v0.7.5
35512026-02-10T20:25:29.360Z[ helios-setup] Feb 10 20:25:28.910 INFO E| Compiling crossbeam-channel v0.5.15
35522026-02-10T20:25:29.939Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35532026-02-10T20:25:30.128Z[ helios-setup] Feb 10 20:25:29.676 INFO E| Compiling smallvec v0.6.14
35542026-02-10T20:25:32.258Z[ helios-setup] Feb 10 20:25:31.808 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
35552026-02-10T20:25:34.155Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35562026-02-10T20:25:34.601Z[ host-package] Compiling num-derive v0.3.3
35572026-02-10T20:25:35.679Z[ helios-setup] Feb 10 20:25:35.229 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
35582026-02-10T20:25:35.747Z[ helios-setup] Feb 10 20:25:35.297 INFO E| Compiling signature v2.2.0
35592026-02-10T20:25:36.670Z[ helios-setup] Feb 10 20:25:36.220 INFO E| Compiling slog-json v2.6.1
35602026-02-10T20:25:37.789Z[ host-package] Compiling vergen-gitcl v1.0.8
35612026-02-10T20:25:37.831Z[ helios-setup] Feb 10 20:25:37.381 INFO E| Compiling thin-vec v0.2.14
35622026-02-10T20:25:38.624Z[ host-package] Compiling libscf-sys v1.1.0
35632026-02-10T20:25:39.102Z[ host-package] Compiling dirs-sys-next v0.1.2
35642026-02-10T20:25:39.316Z[ host-package] Compiling maplit v1.0.2
35652026-02-10T20:25:39.747Z[ helios-setup] Feb 10 20:25:39.297 INFO E| Compiling toml_datetime v0.6.11
35662026-02-10T20:25:40.071Z[ host-package] Compiling crunchy v0.2.2
35672026-02-10T20:25:40.103Z[ helios-setup] Feb 10 20:25:39.653 INFO E| Compiling serde_spanned v0.6.9
35682026-02-10T20:25:40.390Z[ host-package] Compiling dirs-next v2.0.0
35692026-02-10T20:25:40.910Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35702026-02-10T20:25:41.265Z[ helios-setup] Feb 10 20:25:40.807 INFO E| Compiling async-stream-impl v0.3.6
35712026-02-10T20:25:41.594Z[ host-package] Compiling dsl_auto_type v0.1.2
35722026-02-10T20:25:41.623Z[ helios-setup] Feb 10 20:25:41.173 INFO E| Compiling rhai_codegen v3.1.0
35732026-02-10T20:25:43.722Z[ host-package] Compiling scheduled-thread-pool v0.2.7
35742026-02-10T20:25:44.116Z[ helios-setup] Feb 10 20:25:43.667 INFO E| Compiling env_filter v0.1.4
35752026-02-10T20:25:44.448Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
35762026-02-10T20:25:45.486Z[ host-package] Compiling tiny-keccak v2.0.2
35772026-02-10T20:25:46.221Z[ host-package] Compiling diesel_derives v2.2.3
35782026-02-10T20:25:46.731Z[ host-package] Compiling r2d2 v0.8.10
35792026-02-10T20:25:46.854Z[ helios-setup] Feb 10 20:25:46.405 INFO E| Compiling dropshot v0.16.4
35802026-02-10T20:25:47.023Z[ helios-setup] Feb 10 20:25:46.574 INFO E| Compiling encoding_rs v0.8.35
35812026-02-10T20:25:47.900Z[ helios-setup] Feb 10 20:25:47.451 INFO E| Compiling mime v0.3.17
35822026-02-10T20:25:48.198Z[ helios-setup] Feb 10 20:25:47.749 INFO E| Compiling winnow v0.5.40
35832026-02-10T20:25:48.882Z[ host-package] Compiling term v0.7.0
35842026-02-10T20:25:49.106Z[ host-package] Compiling tabled_derive v0.11.0
35852026-02-10T20:25:49.343Z[ helios-setup] Feb 10 20:25:48.894 INFO E| Compiling take_mut v0.2.2
35862026-02-10T20:25:49.772Z[ host-package] Compiling papergrid v0.17.0
35872026-02-10T20:25:50.014Z[ helios-setup] Feb 10 20:25:49.566 INFO E| Compiling base64 v0.21.7
35882026-02-10T20:25:50.163Z[ helios-setup] Feb 10 20:25:49.714 INFO E| Compiling hashbrown v0.12.3
35892026-02-10T20:25:51.534Z[ host-package] Compiling testing_table v0.3.0
35902026-02-10T20:25:52.254Z[ helios-setup] Feb 10 20:25:51.805 INFO E| Compiling ron v0.8.1
35912026-02-10T20:25:53.231Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35922026-02-10T20:25:54.314Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35932026-02-10T20:25:54.513Z[ host-package] Compiling bit-vec v0.6.3
35942026-02-10T20:25:55.606Z[ host-package] Compiling xshell-macros v0.2.7
35952026-02-10T20:25:55.770Z[ host-package] Compiling arc-swap v1.7.1
35962026-02-10T20:25:57.397Z[ host-package] Compiling slog-scope v4.4.0
35972026-02-10T20:25:57.479Z[ host-package] Compiling xshell v0.2.7
35982026-02-10T20:25:57.740Z[ helios-setup] Feb 10 20:25:57.292 INFO E| Compiling toml_edit v0.19.15
35992026-02-10T20:25:58.589Z[ helios-setup] Feb 10 20:25:58.140 INFO E| Compiling rhai v1.23.6
36002026-02-10T20:25:59.083Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36012026-02-10T20:25:59.664Z[ host-package] Compiling tabled v0.20.0
36022026-02-10T20:26:00.321Z[ helios-setup] Feb 10 20:25:59.873 INFO E| Compiling env_logger v0.11.8
36032026-02-10T20:26:03.172Z[ host-package] Compiling bit-set v0.5.3
36042026-02-10T20:26:03.731Z[ helios-setup] Feb 10 20:26:03.284 INFO E| Compiling async-stream v0.3.6
36052026-02-10T20:26:04.134Z[ host-package] Compiling ascii-canvas v3.0.0
36062026-02-10T20:26:04.283Z[ helios-setup] Feb 10 20:26:03.835 INFO E| Compiling tokio-rustls v0.25.0
36072026-02-10T20:26:04.332Z[ helios-setup] Feb 10 20:26:03.884 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36082026-02-10T20:26:04.455Z[ helios-setup] Feb 10 20:26:04.008 INFO E| Compiling slog-bunyan v2.5.0
36092026-02-10T20:26:05.353Z[ helios-setup] Feb 10 20:26:04.906 INFO E| Compiling rsa v0.9.8
36102026-02-10T20:26:05.655Z[ helios-setup] Feb 10 20:26:05.207 INFO E| Compiling serde-hex v0.1.0
36112026-02-10T20:26:05.988Z[ host-package] Compiling diesel v2.2.12
36122026-02-10T20:26:06.407Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36132026-02-10T20:26:07.638Z[ helios-setup] Feb 10 20:26:07.191 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
36142026-02-10T20:26:09.911Z[ helios-setup] Feb 10 20:26:09.464 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36152026-02-10T20:26:10.884Z[ helios-setup] Feb 10 20:26:10.437 INFO E| Compiling bzip2 v0.4.4
36162026-02-10T20:26:16.142Z[ helios-setup] Feb 10 20:26:15.696 INFO E| Compiling rustls-pemfile v2.2.0
36172026-02-10T20:26:17.427Z[ helios-setup] Feb 10 20:26:16.981 INFO E| Compiling x509-cert v0.2.5
36182026-02-10T20:26:17.581Z[ helios-setup] Feb 10 20:26:17.135 INFO E| Compiling hashbrown v0.13.2
36192026-02-10T20:26:18.294Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36202026-02-10T20:26:18.865Z[ helios-setup] Feb 10 20:26:18.418 INFO E| Compiling waitgroup v0.1.2
36212026-02-10T20:26:19.139Z[ helios-setup] Feb 10 20:26:18.693 INFO E| Compiling dropshot_endpoint v0.16.4
36222026-02-10T20:26:19.407Z[ helios-setup] Feb 10 20:26:18.962 INFO E| Compiling async-trait v0.1.89
36232026-02-10T20:26:20.151Z[ host-package] Compiling ena v0.14.3
36242026-02-10T20:26:20.764Z[ helios-setup] Feb 10 20:26:20.318 INFO E| Compiling serde_path_to_error v0.1.20
36252026-02-10T20:26:21.009Z[ host-package] Compiling diff v0.1.13
36262026-02-10T20:26:21.506Z[ host-package] Compiling regex-syntax v0.6.29
36272026-02-10T20:26:22.390Z[ host-package] Compiling unicase v2.8.1
36282026-02-10T20:26:23.092Z[ helios-setup] Feb 10 20:26:22.646 INFO E| Compiling hostname v0.4.1
36292026-02-10T20:26:24.049Z[ helios-setup] Feb 10 20:26:23.603 INFO E| Compiling hex v0.4.3
36302026-02-10T20:26:24.228Z[ host-package] Compiling bindgen v0.71.1
36312026-02-10T20:26:24.724Z[ helios-setup] Feb 10 20:26:24.279 INFO E| Compiling rustc-hash v2.1.1
36322026-02-10T20:26:25.317Z[ helios-setup] Feb 10 20:26:24.871 INFO E| Compiling debug-ignore v1.0.5
36332026-02-10T20:26:25.708Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36342026-02-10T20:26:25.934Z[ helios-setup] Feb 10 20:26:25.489 INFO E| Compiling fastrand v2.3.0
36352026-02-10T20:26:26.163Z[ helios-setup] Feb 10 20:26:25.718 INFO E| Compiling crc-any v2.5.0
36362026-02-10T20:26:27.946Z[ helios-setup] Feb 10 20:26:27.502 INFO E| Compiling tempfile v3.23.0
36372026-02-10T20:26:28.705Z[ helios-setup] Feb 10 20:26:28.261 INFO E| Compiling iddqd v0.3.14
36382026-02-10T20:26:30.677Z[ host-package] Compiling lalrpop v0.19.12
36392026-02-10T20:26:32.540Z[ helios-setup] Feb 10 20:26:32.095 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36402026-02-10T20:26:32.898Z[ host-package] Compiling slog-stdlog v4.1.1
36412026-02-10T20:26:34.867Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
36422026-02-10T20:26:36.675Z[ helios-setup] Feb 10 20:26:36.231 INFO E| Compiling object v0.30.4
36432026-02-10T20:26:38.493Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36442026-02-10T20:26:39.426Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
36452026-02-10T20:26:40.465Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36462026-02-10T20:26:41.032Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36472026-02-10T20:26:41.263Z[ host-package] Compiling crc8 v0.1.1
36482026-02-10T20:26:41.791Z[ helios-setup] Feb 10 20:26:41.348 INFO E| Compiling zip v0.6.6
36492026-02-10T20:26:41.821Z[ host-package] Compiling slog-envlogger v2.2.0
36502026-02-10T20:26:42.090Z[ helios-setup] Feb 10 20:26:41.646 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36512026-02-10T20:26:45.078Z[ helios-setup] Feb 10 20:26:44.634 INFO E| Compiling toml v0.7.8
36522026-02-10T20:26:46.416Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36532026-02-10T20:26:47.381Z[ helios-setup] Feb 10 20:26:46.938 INFO E| Compiling smawk v0.3.2
36542026-02-10T20:26:48.283Z[ helios-setup] Feb 10 20:26:47.840 INFO E| Compiling path-slash v0.1.5
36552026-02-10T20:26:48.842Z[ host-package] Compiling headers-core v0.3.0
36562026-02-10T20:26:49.217Z[ helios-setup] Feb 10 20:26:48.774 INFO E| Compiling unicode-linebreak v0.1.5
36572026-02-10T20:26:49.595Z[ host-package] Compiling libxml v0.3.3
36582026-02-10T20:26:50.322Z[ helios-setup] Feb 10 20:26:49.879 INFO E| Compiling textwrap v0.16.2
36592026-02-10T20:26:50.439Z[ helios-setup] Feb 10 20:26:49.997 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
36602026-02-10T20:26:51.299Z[ host-package] Compiling headers v0.4.1
36612026-02-10T20:26:52.434Z[ helios-setup] Feb 10 20:26:51.992 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36622026-02-10T20:26:57.512Z[ helios-setup] Feb 10 20:26:57.070 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
36632026-02-10T20:26:59.295Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36642026-02-10T20:27:01.389Z[ helios-setup] Feb 10 20:27:00.947 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
36652026-02-10T20:27:02.217Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36662026-02-10T20:27:05.303Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36672026-02-10T20:27:05.758Z[ host-package] Compiling strum_macros v0.24.3
36682026-02-10T20:27:06.199Z[ host-package] Compiling indoc v1.0.9
36692026-02-10T20:27:09.855Z[ host-package] Compiling samael v0.0.19
36702026-02-10T20:27:11.828Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36712026-02-10T20:27:12.743Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36722026-02-10T20:27:16.967Z[ host-package] Compiling derive_builder v0.20.2
36732026-02-10T20:27:17.226Z[ host-package] Compiling polar-core v0.27.3
36742026-02-10T20:27:18.279Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
36752026-02-10T20:27:21.263Z[ host-package] Compiling oso-derive v0.27.3
36762026-02-10T20:27:23.281Z[ host-package] Compiling quick-xml v0.37.2
36772026-02-10T20:27:25.309Z[ host-package] Compiling half v1.8.3
36782026-02-10T20:27:27.292Z[ host-package] Compiling serde_cbor v0.11.2
36792026-02-10T20:27:28.885Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36802026-02-10T20:27:31.171Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36812026-02-10T20:27:32.653Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36822026-02-10T20:27:32.988Z[ helios-setup] Feb 10 20:27:32.550 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
36832026-02-10T20:27:40.660Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36842026-02-10T20:27:47.382Z[ host-package] Compiling diesel-dtrace v0.4.2
36852026-02-10T20:27:48.965Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36862026-02-10T20:27:49.524Z[ helios-setup] Feb 10 20:27:49.087 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
36872026-02-10T20:28:01.010Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36882026-02-10T20:28:02.244Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36892026-02-10T20:28:08.050Z[ host-package] Compiling oso v0.27.3
36902026-02-10T20:28:09.889Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36912026-02-10T20:28:12.486Z[ host-package] Compiling bb8 v0.8.5
36922026-02-10T20:28:14.211Z[ host-package] Compiling trait-variant v0.1.2
36932026-02-10T20:28:16.545Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
36942026-02-10T20:28:16.992Z[ host-package] Compiling async-bb8-diesel v0.2.1
36952026-02-10T20:28:17.284Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36962026-02-10T20:28:18.862Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36972026-02-10T20:28:19.303Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36982026-02-10T20:28:19.995Z[ helios-setup] Feb 10 20:28:19.562 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
36992026-02-10T20:28:23.420Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37002026-02-10T20:28:23.844Z[ host-package] Compiling fxhash v0.2.1
37012026-02-10T20:28:24.206Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
37022026-02-10T20:28:24.860Z[ host-package] Compiling typify-impl v0.2.0
37032026-02-10T20:28:24.900Z[ host-package] Compiling kstat-rs v0.2.4
37042026-02-10T20:28:26.187Z[ host-package] Compiling libz-sys v1.1.20
37052026-02-10T20:28:27.148Z[ host-package] Compiling nonempty v0.12.0
37062026-02-10T20:28:28.015Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37072026-02-10T20:28:31.400Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37082026-02-10T20:28:34.631Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37092026-02-10T20:28:35.705Z[ host-package] Compiling typify-macro v0.2.0
37102026-02-10T20:28:41.386Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37112026-02-10T20:28:49.790Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
37122026-02-10T20:28:56.389Z[ host-package] Compiling nanorand v0.7.0
37132026-02-10T20:28:57.031Z[ host-package] Compiling parking_lot_core v0.8.6
37142026-02-10T20:28:57.258Z[ host-package] Compiling mime_guess v2.0.5
37152026-02-10T20:28:58.084Z[ host-package] Compiling flume v0.11.1
37162026-02-10T20:28:58.378Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
37172026-02-10T20:28:59.048Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37182026-02-10T20:28:59.744Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
37192026-02-10T20:29:01.901Z[ host-package] Compiling salty v0.3.0
37202026-02-10T20:29:03.302Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37212026-02-10T20:29:15.976Z[ host-package] Compiling tabled_derive v0.10.0
37222026-02-10T20:29:20.766Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37232026-02-10T20:29:25.177Z[ helios-setup] Feb 10 20:29:24.749 INFO E| Finished `release` profile [optimized] target(s) in 8m 08s
37242026-02-10T20:29:25.202Z[ helios-setup] Feb 10 20:29:24.749 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37252026-02-10T20:29:25.202Z[ helios-setup] Feb 10 20:29:24.754 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37262026-02-10T20:29:25.312Z[ helios-setup] Feb 10 20:29:24.885 INFO building project "pilot" ok (489 seconds)
37272026-02-10T20:29:25.337Z[ helios-setup] Feb 10 20:29:24.886 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37282026-02-10T20:29:25.429Z[ helios-setup] Feb 10 20:29:25.002 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
37292026-02-10T20:29:25.453Z[ helios-setup] Feb 10 20:29:25.002 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37302026-02-10T20:29:25.453Z[ helios-setup] Feb 10 20:29:25.002 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37312026-02-10T20:29:25.853Z[ helios-setup] Feb 10 20:29:25.425 INFO E| Downloading crates ...
37322026-02-10T20:29:26.184Z[ helios-setup] Feb 10 20:29:25.757 INFO E| Downloaded miniz_oxide v0.8.8
37332026-02-10T20:29:26.250Z[ helios-setup] Feb 10 20:29:25.822 INFO E| Compiling adler2 v2.0.0
37342026-02-10T20:29:26.457Z[ helios-setup] Feb 10 20:29:26.030 INFO E| Compiling miniz_oxide v0.8.8
37352026-02-10T20:29:28.774Z[ host-package] Compiling ignore v0.4.23
37362026-02-10T20:29:29.111Z[ helios-setup] Feb 10 20:29:28.684 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37372026-02-10T20:29:29.933Z[ helios-setup] Feb 10 20:29:29.506 INFO E| Finished `release` profile [optimized] target(s) in 4.36s
37382026-02-10T20:29:29.957Z[ helios-setup] Feb 10 20:29:29.519 INFO building project "pinprick" ok (4 seconds)
37392026-02-10T20:29:29.957Z[ helios-setup] Feb 10 20:29:29.519 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
37402026-02-10T20:29:30.071Z[ helios-setup] Feb 10 20:29:29.644 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')"
37412026-02-10T20:29:30.071Z[ helios-setup] Feb 10 20:29:29.644 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
37422026-02-10T20:29:30.071Z[ helios-setup] Feb 10 20:29:29.644 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
37432026-02-10T20:29:30.443Z[ helios-setup] Feb 10 20:29:30.016 INFO E| Updating crates.io index
37442026-02-10T20:29:30.467Z[ helios-setup] Feb 10 20:29:30.017 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
37452026-02-10T20:29:31.310Z[ helios-setup] Feb 10 20:29:30.881 INFO E| From https://github.com/oxidecomputer/amd-apcb
37462026-02-10T20:29:31.310Z[ helios-setup] Feb 10 20:29:30.881 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
37472026-02-10T20:29:31.392Z[ helios-setup] Feb 10 20:29:30.966 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
37482026-02-10T20:29:32.198Z[ helios-setup] Feb 10 20:29:31.772 INFO E| From https://github.com/oxidecomputer/amd-efs
37492026-02-10T20:29:32.198Z[ helios-setup] Feb 10 20:29:31.772 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
37502026-02-10T20:29:32.456Z[ helios-setup] Feb 10 20:29:32.029 INFO E| Downloading crates ...
37512026-02-10T20:29:32.567Z[ helios-setup] Feb 10 20:29:32.140 INFO E| Downloaded unic-ucd-version v0.9.0
37522026-02-10T20:29:32.591Z[ helios-setup] Feb 10 20:29:32.143 INFO E| Downloaded vec_map v0.8.2
37532026-02-10T20:29:32.591Z[ helios-setup] Feb 10 20:29:32.146 INFO E| Downloaded structopt-derive v0.4.18
37542026-02-10T20:29:32.591Z[ helios-setup] Feb 10 20:29:32.149 INFO E| Downloaded zerocopy-derive v0.8.25
37552026-02-10T20:29:32.591Z[ helios-setup] Feb 10 20:29:32.157 INFO E| Downloaded typenum v1.18.0
37562026-02-10T20:29:32.591Z[ helios-setup] Feb 10 20:29:32.162 INFO E| Downloaded pest v2.8.0
37572026-02-10T20:29:32.616Z[ helios-setup] Feb 10 20:29:32.168 INFO E| Downloaded clap v2.34.0
37582026-02-10T20:29:32.616Z[ helios-setup] Feb 10 20:29:32.176 INFO E| Downloaded zerocopy v0.8.25
37592026-02-10T20:29:32.640Z[ helios-setup] Feb 10 20:29:32.207 INFO E| Downloaded goblin v0.9.3
37602026-02-10T20:29:32.664Z[ helios-setup] Feb 10 20:29:32.232 INFO E| Downloaded parse_int v0.9.0
37612026-02-10T20:29:32.664Z[ helios-setup] Feb 10 20:29:32.233 INFO E| Downloaded modular-bitfield-impl v0.13.1
37622026-02-10T20:29:32.664Z[ helios-setup] Feb 10 20:29:32.234 INFO E| Downloaded log v0.4.27
37632026-02-10T20:29:32.664Z[ helios-setup] Feb 10 20:29:32.237 INFO E| Downloaded four-cc v0.4.0
37642026-02-10T20:29:32.689Z[ helios-setup] Feb 10 20:29:32.239 INFO E| Downloaded unic-common v0.9.0
37652026-02-10T20:29:32.689Z[ helios-setup] Feb 10 20:29:32.240 INFO E| Downloaded unic-char-property v0.9.0
37662026-02-10T20:29:32.689Z[ helios-setup] Feb 10 20:29:32.241 INFO E| Downloaded strum_macros v0.27.1
37672026-02-10T20:29:32.689Z[ helios-setup] Feb 10 20:29:32.244 INFO E| Downloaded strum v0.27.1
37682026-02-10T20:29:32.689Z[ helios-setup] Feb 10 20:29:32.245 INFO E| Downloaded structopt v0.3.26
37692026-02-10T20:29:32.689Z[ helios-setup] Feb 10 20:29:32.254 INFO E| Downloaded pest_derive v2.8.0
37702026-02-10T20:29:32.690Z[ helios-setup] Feb 10 20:29:32.258 INFO E| Downloaded scroll_derive v0.12.1
37712026-02-10T20:29:32.690Z[ helios-setup] Feb 10 20:29:32.259 INFO E| Downloaded pest_meta v2.8.0
37722026-02-10T20:29:32.690Z[ helios-setup] Feb 10 20:29:32.261 INFO E| Downloaded pest_generator v2.8.0
37732026-02-10T20:29:32.715Z[ helios-setup] Feb 10 20:29:32.263 INFO E| Downloaded modular-bitfield-impl v0.11.2
37742026-02-10T20:29:32.715Z[ helios-setup] Feb 10 20:29:32.265 INFO E| Downloaded modular-bitfield v0.11.2
37752026-02-10T20:29:32.740Z[ helios-setup] Feb 10 20:29:32.290 INFO E| Downloaded fletcher v1.0.0
37762026-02-10T20:29:32.740Z[ helios-setup] Feb 10 20:29:32.292 INFO E| Downloaded dyn-clone v1.0.19
37772026-02-10T20:29:32.740Z[ helios-setup] Feb 10 20:29:32.294 INFO E| Downloaded bytesize v2.0.1
37782026-02-10T20:29:32.740Z[ helios-setup] Feb 10 20:29:32.300 INFO E| Downloaded ansi_term v0.12.1
37792026-02-10T20:29:32.740Z[ helios-setup] Feb 10 20:29:32.307 INFO E| Downloaded unic-ucd-ident v0.9.0
37802026-02-10T20:29:32.740Z[ helios-setup] Feb 10 20:29:32.310 INFO E| Downloaded unic-char-range v0.9.0
37812026-02-10T20:29:32.765Z[ helios-setup] Feb 10 20:29:32.316 INFO E| Downloaded textwrap v0.11.0
37822026-02-10T20:29:32.765Z[ helios-setup] Feb 10 20:29:32.320 INFO E| Downloaded strsim v0.8.0
37832026-02-10T20:29:32.765Z[ helios-setup] Feb 10 20:29:32.323 INFO E| Downloaded rustversion v1.0.20
37842026-02-10T20:29:32.833Z[ helios-setup] Feb 10 20:29:32.406 INFO E| Downloaded modular-bitfield v0.13.1
37852026-02-10T20:29:32.927Z[ helios-setup] Feb 10 20:29:32.500 INFO E| Compiling proc-macro2 v1.0.95
37862026-02-10T20:29:32.927Z[ helios-setup] Feb 10 20:29:32.500 INFO E| Compiling unicode-ident v1.0.18
37872026-02-10T20:29:32.951Z[ helios-setup] Feb 10 20:29:32.501 INFO E| Compiling memchr v2.7.4
37882026-02-10T20:29:32.952Z[ helios-setup] Feb 10 20:29:32.501 INFO E| Compiling thiserror v2.0.12
37892026-02-10T20:29:32.952Z[ helios-setup] Feb 10 20:29:32.501 INFO E| Compiling autocfg v1.4.0
37902026-02-10T20:29:32.952Z[ helios-setup] Feb 10 20:29:32.501 INFO E| Compiling serde v1.0.219
37912026-02-10T20:29:32.952Z[ helios-setup] Feb 10 20:29:32.501 INFO E| Compiling syn v1.0.109
37922026-02-10T20:29:32.952Z[ helios-setup] Feb 10 20:29:32.501 INFO E| Compiling version_check v0.9.5
37932026-02-10T20:29:33.702Z[ helios-setup] Feb 10 20:29:33.275 INFO E| Compiling serde_json v1.0.140
37942026-02-10T20:29:34.365Z[ helios-setup] Feb 10 20:29:33.939 INFO E| Compiling num-traits v0.2.19
37952026-02-10T20:29:34.542Z[ helios-setup] Feb 10 20:29:34.115 INFO E| Compiling itoa v1.0.15
37962026-02-10T20:29:34.589Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37972026-02-10T20:29:34.589Z[ helios-setup] Feb 10 20:29:34.163 INFO E| Compiling schemars v0.8.22
37982026-02-10T20:29:34.638Z[ helios-setup] Feb 10 20:29:34.179 INFO E| Compiling ryu v1.0.20
37992026-02-10T20:29:34.883Z[ helios-setup] Feb 10 20:29:34.457 INFO E| Compiling proc-macro-error-attr v1.0.4
38002026-02-10T20:29:35.050Z[ helios-setup] Feb 10 20:29:34.623 INFO E| Compiling memoffset v0.9.1
38012026-02-10T20:29:35.488Z[ helios-setup] Feb 10 20:29:35.062 INFO E| Compiling libc v0.2.172
38022026-02-10T20:29:35.728Z[ helios-setup] Feb 10 20:29:35.302 INFO E| Compiling paste v1.0.15
38032026-02-10T20:29:35.831Z[ helios-setup] Feb 10 20:29:35.405 INFO E| Compiling rustversion v1.0.20
38042026-02-10T20:29:35.889Z[ helios-setup] Feb 10 20:29:35.463 INFO E| Compiling dyn-clone v1.0.19
38052026-02-10T20:29:36.195Z[ helios-setup] Feb 10 20:29:35.769 INFO E| Compiling ucd-trie v0.1.7
38062026-02-10T20:29:36.289Z[ helios-setup] Feb 10 20:29:35.863 INFO E| Compiling zerocopy v0.8.25
38072026-02-10T20:29:36.447Z[ helios-setup] Feb 10 20:29:36.021 INFO E| Compiling static_assertions v1.1.0
38082026-02-10T20:29:37.114Z[ helios-setup] Feb 10 20:29:36.688 INFO E| Compiling quote v1.0.40
38092026-02-10T20:29:37.266Z[ helios-setup] Feb 10 20:29:36.841 INFO E| Compiling proc-macro-error v1.0.4
38102026-02-10T20:29:37.545Z[ helios-setup] Feb 10 20:29:37.119 INFO E| Compiling once_cell v1.21.3
38112026-02-10T20:29:38.210Z[ helios-setup] Feb 10 20:29:37.784 INFO E| Compiling syn v2.0.101
38122026-02-10T20:29:38.446Z[ helios-setup] Feb 10 20:29:38.020 INFO E| Compiling heck v0.5.0
38132026-02-10T20:29:39.259Z[ helios-setup] Feb 10 20:29:38.833 INFO E| Compiling unicode-segmentation v1.12.0
38142026-02-10T20:29:39.425Z[ helios-setup] Feb 10 20:29:39.000 INFO E| Compiling unicode-width v0.1.14
38152026-02-10T20:29:39.810Z[ host-package] Compiling papergrid v0.14.0
38162026-02-10T20:29:40.200Z[ helios-setup] Feb 10 20:29:39.774 INFO E| Compiling atty v0.2.14
38172026-02-10T20:29:40.447Z[ helios-setup] Feb 10 20:29:40.021 INFO E| Compiling strum v0.27.1
38182026-02-10T20:29:40.513Z[ helios-setup] Feb 10 20:29:40.088 INFO E| Compiling parse_int v0.9.0
38192026-02-10T20:29:40.726Z[ helios-setup] Feb 10 20:29:40.301 INFO E| Compiling textwrap v0.11.0
38202026-02-10T20:29:40.852Z[ helios-setup] Feb 10 20:29:40.426 INFO E| Compiling strsim v0.8.0
38212026-02-10T20:29:40.985Z[ helios-setup] Feb 10 20:29:40.530 INFO E| Compiling heck v0.3.3
38222026-02-10T20:29:41.012Z[ helios-setup] Feb 10 20:29:40.587 INFO E| Compiling ansi_term v0.12.1
38232026-02-10T20:29:41.105Z[ helios-setup] Feb 10 20:29:40.680 INFO E| Compiling bitflags v1.3.2
38242026-02-10T20:29:41.139Z[ helios-setup] Feb 10 20:29:40.714 INFO E| Compiling fletcher v1.0.0
38252026-02-10T20:29:41.416Z[ helios-setup] Feb 10 20:29:40.991 INFO E| Compiling vec_map v0.8.2
38262026-02-10T20:29:41.876Z[ helios-setup] Feb 10 20:29:41.450 INFO E| Compiling byteorder v1.5.0
38272026-02-10T20:29:41.900Z[ helios-setup] Feb 10 20:29:41.469 INFO E| Compiling unic-char-range v0.9.0
38282026-02-10T20:29:42.165Z[ helios-setup] Feb 10 20:29:41.740 INFO E| Compiling unic-common v0.9.0
38292026-02-10T20:29:42.227Z[ helios-setup] Feb 10 20:29:41.802 INFO E| Compiling unic-char-property v0.9.0
38302026-02-10T20:29:42.227Z[ helios-setup] Feb 10 20:29:41.802 INFO E| Compiling clap v2.34.0
38312026-02-10T20:29:42.420Z[ helios-setup] Feb 10 20:29:41.994 INFO E| Compiling log v0.4.27
38322026-02-10T20:29:42.444Z[ helios-setup] Feb 10 20:29:41.995 INFO E| Compiling plain v0.2.3
38332026-02-10T20:29:42.824Z[ helios-setup] Feb 10 20:29:42.399 INFO E| Compiling unic-ucd-version v0.9.0
38342026-02-10T20:29:42.891Z[ helios-setup] Feb 10 20:29:42.465 INFO E| Compiling lazy_static v1.5.0
38352026-02-10T20:29:42.918Z[ helios-setup] Feb 10 20:29:42.493 INFO E| Compiling bytesize v2.0.1
38362026-02-10T20:29:43.085Z[ helios-setup] Feb 10 20:29:42.660 INFO E| Compiling unic-ucd-ident v0.9.0
38372026-02-10T20:29:45.234Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38382026-02-10T20:29:46.381Z[ host-package] Compiling castaway v0.2.3
38392026-02-10T20:29:47.151Z[ host-package] Compiling nibble_vec v0.1.0
38402026-02-10T20:29:47.872Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38412026-02-10T20:29:48.305Z[ helios-setup] Feb 10 20:29:47.880 INFO E| Compiling modular-bitfield-impl v0.11.2
38422026-02-10T20:29:48.305Z[ helios-setup] Feb 10 20:29:47.880 INFO E| Compiling structopt-derive v0.4.18
38432026-02-10T20:29:48.401Z[ host-package] Compiling atty v0.2.14
38442026-02-10T20:29:48.846Z[ host-package] Compiling endian-type v0.1.2
38452026-02-10T20:29:48.993Z[ helios-setup] Feb 10 20:29:48.568 INFO E| Compiling serde_derive_internals v0.29.1
38462026-02-10T20:29:49.414Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38472026-02-10T20:29:50.352Z[ host-package] Compiling http-range v0.1.5
38482026-02-10T20:29:50.539Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38492026-02-10T20:29:51.990Z[ host-package] Compiling radix_trie v0.2.1
38502026-02-10T20:29:52.672Z[ helios-setup] Feb 10 20:29:52.248 INFO E| Compiling structopt v0.3.26
38512026-02-10T20:29:52.858Z[ helios-setup] Feb 10 20:29:52.433 INFO E| Compiling modular-bitfield v0.11.2
38522026-02-10T20:29:53.123Z[ helios-setup] Feb 10 20:29:52.697 INFO E| Compiling thiserror-impl v2.0.12
38532026-02-10T20:29:53.123Z[ helios-setup] Feb 10 20:29:52.697 INFO E| Compiling serde_derive v1.0.219
38542026-02-10T20:29:53.123Z[ helios-setup] Feb 10 20:29:52.697 INFO E| Compiling schemars_derive v0.8.22
38552026-02-10T20:29:53.147Z[ helios-setup] Feb 10 20:29:52.697 INFO E| Compiling zerocopy-derive v0.8.25
38562026-02-10T20:29:53.678Z[ helios-setup] Feb 10 20:29:53.253 INFO E| Compiling modular-bitfield-impl v0.13.1
38572026-02-10T20:29:53.781Z[ helios-setup] Feb 10 20:29:53.356 INFO E| Compiling num-derive v0.4.2
38582026-02-10T20:29:53.821Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38592026-02-10T20:29:54.354Z[ helios-setup] Feb 10 20:29:53.930 INFO E| Compiling strum_macros v0.27.1
38602026-02-10T20:29:54.853Z[ helios-setup] Feb 10 20:29:54.429 INFO E| Compiling scroll_derive v0.12.1
38612026-02-10T20:29:57.652Z[ helios-setup] Feb 10 20:29:57.227 INFO E| Compiling scroll v0.12.0
38622026-02-10T20:29:58.672Z[ helios-setup] Feb 10 20:29:58.248 INFO E| Compiling goblin v0.9.3
38632026-02-10T20:29:59.227Z[ helios-setup] Feb 10 20:29:58.803 INFO E| Compiling modular-bitfield v0.13.1
38642026-02-10T20:29:59.473Z[ helios-setup] Feb 10 20:29:59.049 INFO E| Compiling pest v2.8.0
38652026-02-10T20:30:02.064Z[ host-package] Compiling compact_str v0.8.0
38662026-02-10T20:30:05.186Z[ helios-setup] Feb 10 20:30:04.762 INFO E| Compiling pest_meta v2.8.0
38672026-02-10T20:30:05.827Z[ host-package] Compiling tabled v0.18.0
38682026-02-10T20:30:07.067Z[ host-package] Compiling globwalk v0.9.1
38692026-02-10T20:30:07.350Z[ helios-setup] Feb 10 20:30:06.927 INFO E| Compiling pest_generator v2.8.0
38702026-02-10T20:30:09.010Z[ host-package] Compiling parking_lot v0.11.2
38712026-02-10T20:30:10.236Z[ helios-setup] Feb 10 20:30:09.813 INFO E| Compiling pest_derive v2.8.0
38722026-02-10T20:30:11.744Z[ helios-setup] Feb 10 20:30:11.322 INFO E| Compiling json5 v0.4.1
38732026-02-10T20:30:11.894Z[ host-package] Compiling typify v0.2.0
38742026-02-10T20:30:11.947Z[ host-package] Compiling predicates-tree v1.0.12
38752026-02-10T20:30:12.296Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38762026-02-10T20:30:13.765Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38772026-02-10T20:30:15.090Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38782026-02-10T20:30:17.201Z[ helios-setup] Feb 10 20:30:16.779 INFO E| Compiling four-cc v0.4.0
38792026-02-10T20:30:17.201Z[ helios-setup] Feb 10 20:30:16.779 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
38802026-02-10T20:30:17.520Z[ helios-setup] Feb 10 20:30:17.098 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
38812026-02-10T20:30:17.696Z[ host-package] Compiling unicode-truncate v1.1.0
38822026-02-10T20:30:19.859Z[ host-package] Compiling primeorder v0.13.6
38832026-02-10T20:30:20.946Z[ host-package] Compiling prefix-trie v0.7.0
38842026-02-10T20:30:22.280Z[ host-package] Compiling lru v0.12.5
38852026-02-10T20:30:22.727Z[ host-package] Compiling vergen-git2 v1.0.7
38862026-02-10T20:30:22.919Z[ host-package] Compiling instability v0.3.2
38872026-02-10T20:30:23.293Z[ host-package] Compiling indoc v2.0.6
38882026-02-10T20:30:24.374Z[ host-package] Compiling cassowary v0.3.0
38892026-02-10T20:30:24.743Z[ host-package] Compiling hickory-server v0.25.2
38902026-02-10T20:30:28.263Z[ host-package] Compiling ratatui v0.29.0
38912026-02-10T20:30:31.562Z[ host-package] Compiling p384 v0.13.1
38922026-02-10T20:30:36.951Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38932026-02-10T20:30:37.374Z[ host-package] Compiling git2 v0.20.2
38942026-02-10T20:30:41.558Z[ host-package] Compiling camino-tempfile-ext v0.3.2
38952026-02-10T20:30:43.419Z[ host-package] Compiling progenitor-impl v0.8.0
38962026-02-10T20:30:45.519Z[ host-package] Compiling hyper-staticfile v0.10.1
38972026-02-10T20:30:46.560Z[ host-package] Compiling sled v0.34.7
38982026-02-10T20:30:46.932Z[ host-package] Compiling hickory-client v0.25.2
38992026-02-10T20:30:48.972Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39002026-02-10T20:30:49.217Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
39012026-02-10T20:30:49.308Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
39022026-02-10T20:30:49.810Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39032026-02-10T20:30:50.114Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
39042026-02-10T20:30:50.517Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
39052026-02-10T20:30:52.953Z[ host-package] Compiling rand_seeder v0.4.0
39062026-02-10T20:30:53.540Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
39072026-02-10T20:30:54.586Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
39082026-02-10T20:30:55.113Z[ host-package] Compiling lzma-sys v0.1.20
39092026-02-10T20:30:55.985Z[ host-package] Compiling corncobs v0.1.4
39102026-02-10T20:30:56.422Z[ host-package] Compiling rustls v0.21.12
39112026-02-10T20:30:56.476Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
39122026-02-10T20:30:57.129Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39132026-02-10T20:30:58.598Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39142026-02-10T20:30:58.652Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39152026-02-10T20:30:59.048Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39162026-02-10T20:31:00.361Z[ host-package] Compiling progenitor-macro v0.8.0
39172026-02-10T20:31:02.640Z[ helios-setup] Feb 10 20:31:02.223 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
39182026-02-10T20:31:13.096Z[ helios-setup] Feb 10 20:31:12.680 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
39192026-02-10T20:31:14.468Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
39202026-02-10T20:31:16.642Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39212026-02-10T20:31:24.599Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
39222026-02-10T20:31:26.720Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39232026-02-10T20:31:30.016Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39242026-02-10T20:31:41.080Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
39252026-02-10T20:31:44.586Z[ helios-setup] Feb 10 20:31:44.173 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
39262026-02-10T20:31:44.636Z[ helios-setup] Feb 10 20:31:44.223 INFO building project "amd-host-image-builder" ok (134 seconds)
39272026-02-10T20:31:44.660Z[ helios-setup] rm -f helios-build
39282026-02-10T20:31:44.660Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
39292026-02-10T20:31:44.660Z[ helios-setup]
39302026-02-10T20:31:44.660Z[ helios-setup] Setup complete! ./helios-build is now available.
39312026-02-10T20:31:44.660Z[ helios-setup]
39322026-02-10T20:31:44.660Z[ helios-setup]
39332026-02-10T20:31:44.660Z[ helios-setup] real 13:25.090160821
39342026-02-10T20:31:44.660Z[ helios-setup] user 35:34.413491723
39352026-02-10T20:31:44.660Z[ helios-setup] sys 3:18.009465669
39362026-02-10T20:31:44.660Z[ helios-setup] trap 2.935289533
39372026-02-10T20:31:44.660Z[ helios-setup] tflt 4.697590382
39382026-02-10T20:31:44.660Z[ helios-setup] dflt 17.136712092
39392026-02-10T20:31:44.660Z[ helios-setup] kflt 0.020101395
39402026-02-10T20:31:44.660Z[ helios-setup] lock 3:16:16.596215367
39412026-02-10T20:31:44.660Z[ helios-setup] slp 4:29:05.866353879
39422026-02-10T20:31:44.660Z[ helios-setup] lat 39:39.873140719
39432026-02-10T20:31:44.660Z[ helios-setup] stop 6:26.949671499
39442026-02-10T20:31:44.660ZFeb 10 20:31:44.240 INFO [helios-setup] process exited with exit status: 0 (805.095703293s)
39452026-02-10T20:31:44.660ZFeb 10 20:31:44.240 INFO [helios-record] running task
39462026-02-10T20:31:44.660ZFeb 10 20:31:44.240 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
39472026-02-10T20:31:44.685ZFeb 10 20:31:44.248 DEBG process exited with exit status: 0 (7.916239ms)
39482026-02-10T20:31:44.685ZFeb 10 20:31:44.248 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
39492026-02-10T20:31:44.685ZFeb 10 20:31:44.255 DEBG process exited with exit status: 0 (7.164883ms)
39502026-02-10T20:31:44.685ZFeb 10 20:31:44.255 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
39512026-02-10T20:31:44.685ZFeb 10 20:31:44.262 DEBG process exited with exit status: 0 (6.528565ms)
39522026-02-10T20:31:44.685ZFeb 10 20:31:44.262 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
39532026-02-10T20:31:44.685ZFeb 10 20:31:44.269 DEBG process exited with exit status: 0 (6.904473ms)
39542026-02-10T20:31:44.685ZFeb 10 20:31:44.269 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
39552026-02-10T20:31:44.709ZFeb 10 20:31:44.276 DEBG process exited with exit status: 0 (6.736536ms)
39562026-02-10T20:31:44.709ZFeb 10 20:31:44.276 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
39572026-02-10T20:31:44.709ZFeb 10 20:31:44.282 DEBG process exited with exit status: 0 (6.51204ms)
39582026-02-10T20:31:44.709ZFeb 10 20:31:44.282 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
39592026-02-10T20:31:44.709ZFeb 10 20:31:44.289 DEBG process exited with exit status: 0 (6.403295ms)
39602026-02-10T20:31:44.710ZFeb 10 20:31:44.289 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
39612026-02-10T20:31:44.710ZFeb 10 20:31:44.295 DEBG process exited with exit status: 0 (6.587046ms)
39622026-02-10T20:31:44.710ZFeb 10 20:31:44.295 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
39632026-02-10T20:31:44.733ZFeb 10 20:31:44.302 DEBG process exited with exit status: 0 (6.664827ms)
39642026-02-10T20:31:44.733ZFeb 10 20:31:44.303 INFO [helios-record] task succeeded (62.908524ms)
39652026-02-10T20:31:49.249Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39662026-02-10T20:31:49.617Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39672026-02-10T20:31:50.017Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39682026-02-10T20:31:50.173Z[ host-package] Compiling progenitor-client v0.8.0
39692026-02-10T20:31:50.422Z[ host-package] Compiling sct v0.7.1
39702026-02-10T20:31:50.967Z[ host-package] Compiling rustls-webpki v0.101.7
39712026-02-10T20:31:51.001Z[ host-package] Compiling heck v0.3.3
39722026-02-10T20:31:51.138Z[ host-package] Compiling secrecy v0.8.0
39732026-02-10T20:31:51.387Z[ host-package] Compiling void v1.0.2
39742026-02-10T20:31:51.662Z[ host-package] Compiling lzss v0.8.2
39752026-02-10T20:31:54.964Z[ host-package] Compiling zone_cfg_derive v0.1.2
39762026-02-10T20:31:56.597Z[ host-package] Compiling progenitor v0.8.0
39772026-02-10T20:31:56.597Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
39782026-02-10T20:31:56.597Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39792026-02-10T20:32:01.700Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
39802026-02-10T20:32:03.205Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39812026-02-10T20:32:04.478Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
39822026-02-10T20:32:07.559Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39832026-02-10T20:32:08.374Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
39842026-02-10T20:32:08.878Z[ host-package] Compiling tungstenite v0.23.0
39852026-02-10T20:32:14.605Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
39862026-02-10T20:32:15.014Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39872026-02-10T20:32:15.478Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39882026-02-10T20:32:16.069Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39892026-02-10T20:32:16.295Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39902026-02-10T20:32:17.022Z[ host-package] Compiling nix v0.27.1
39912026-02-10T20:32:17.600Z[ host-package] Compiling serde_bytes v0.11.19
39922026-02-10T20:32:18.221Z[ host-package] Compiling base64 v0.13.1
39932026-02-10T20:32:19.095Z[ host-package] Compiling number_prefix v0.4.0
39942026-02-10T20:32:19.120Z[ host-package] Compiling ron v0.7.1
39952026-02-10T20:32:19.383Z[ host-package] Compiling indicatif v0.17.11
39962026-02-10T20:32:19.931Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
39972026-02-10T20:32:24.094Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39982026-02-10T20:32:25.419Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
39992026-02-10T20:32:25.785Z[ host-package] Compiling tokio-tungstenite v0.23.1
40002026-02-10T20:32:26.166Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
40012026-02-10T20:32:26.592Z[ host-package] Compiling xz2 v0.1.7
40022026-02-10T20:32:27.266Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
40032026-02-10T20:32:33.388Z[ host-package] Compiling tokio-rustls v0.24.1
40042026-02-10T20:32:33.942Z[ host-package] Compiling zone v0.1.8
40052026-02-10T20:32:37.895Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40062026-02-10T20:32:38.235Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
40072026-02-10T20:32:41.690Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
40082026-02-10T20:32:46.248Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
40092026-02-10T20:32:47.728Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
40102026-02-10T20:32:53.643Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
40112026-02-10T20:32:56.233Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40122026-02-10T20:32:57.410Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40132026-02-10T20:32:58.205Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40142026-02-10T20:33:17.904Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
40152026-02-10T20:33:18.475Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
40162026-02-10T20:33:27.254Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
40172026-02-10T20:33:28.516Z[ host-package] Compiling rustls-pemfile v1.0.4
40182026-02-10T20:33:29.394Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
40192026-02-10T20:33:31.586Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
40202026-02-10T20:33:31.999Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40212026-02-10T20:33:32.533Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40222026-02-10T20:33:34.175Z[ host-package] Compiling signal-hook-tokio v0.3.1
40232026-02-10T20:33:34.533Z[ host-package] Compiling twox-hash v2.1.0
40242026-02-10T20:33:35.728Z[ host-package] Compiling yasna v0.5.2
40252026-02-10T20:33:36.792Z[ host-package] Compiling is_ci v1.2.0
40262026-02-10T20:33:37.205Z[ host-package] Compiling supports-color v3.0.2
40272026-02-10T20:33:37.751Z[ host-package] Compiling rcgen v0.12.1
40282026-02-10T20:33:39.272Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40292026-02-10T20:33:49.241Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40302026-02-10T20:33:50.138Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40312026-02-10T20:34:06.637Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40322026-02-10T20:34:16.411Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40332026-02-10T20:34:20.439Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
40342026-02-10T20:34:32.547Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40352026-02-10T20:34:45.144Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40362026-02-10T20:34:47.441Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40372026-02-10T20:34:50.408Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40382026-02-10T20:34:59.991Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
40392026-02-10T20:35:00.370Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
40402026-02-10T20:35:00.777Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
40412026-02-10T20:35:01.131Z[ host-package] Compiling fatfs v0.3.6
40422026-02-10T20:35:04.053Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
40432026-02-10T20:35:04.571Z[ host-package] Compiling rtoolbox v0.0.2
40442026-02-10T20:35:05.157Z[ host-package] Compiling subprocess v0.2.9
40452026-02-10T20:35:05.695Z[ host-package] Compiling seq-macro v0.3.6
40462026-02-10T20:35:06.652Z[ host-package] Compiling assert_matches v1.5.0
40472026-02-10T20:35:06.937Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40482026-02-10T20:35:13.497Z[ host-package] Compiling rpassword v7.4.0
40492026-02-10T20:35:14.261Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40502026-02-10T20:35:18.703Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
40512026-02-10T20:35:18.951Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40522026-02-10T20:35:24.412Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40532026-02-10T20:35:46.718Z[ host-package] Compiling tui-tree-widget v0.23.1
40542026-02-10T20:35:47.268Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40552026-02-10T20:35:49.293Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40562026-02-10T20:35:51.294Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40572026-02-10T20:36:03.914Z[ host-package] Compiling uzers v0.12.1
40582026-02-10T20:36:07.623Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
40592026-02-10T20:36:09.343Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
40602026-02-10T20:36:31.550Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40612026-02-10T20:36:33.157Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40622026-02-10T20:36:54.610Z[ host-package] Compiling support-bundle-viewer v0.1.2
40632026-02-10T20:36:57.073Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40642026-02-10T20:36:58.636Z[ host-package] Compiling multimap v0.10.1
40652026-02-10T20:39:07.314Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
40662026-02-10T20:51:46.819Z[ host-package] Finished `release` profile [optimized] target(s) in 31m 13s
40672026-02-10T20:53:13.915ZFeb 10 20:53:13.629 INFO [host-package] process exited with exit status: 0 (1961.319945021s)
40682026-02-10T20:53:13.915ZFeb 10 20:53:13.629 INFO [host-stamp] running task
40692026-02-10T20:53:13.940ZFeb 10 20:53:13.630 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
40702026-02-10T20:53:13.940ZFeb 10 20:53:13.630 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 18.0.0-0.ci+git9bc02f7ed90
40712026-02-10T20:53:13.940ZFeb 10 20:53:13.631 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 18.0.0-0.ci+git9bc02f7ed90
40722026-02-10T20:53:13.940ZFeb 10 20:53:13.633 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 18.0.0-0.ci+git9bc02f7ed90
40732026-02-10T20:53:13.940ZFeb 10 20:53:13.633 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 18.0.0-0.ci+git9bc02f7ed90
40742026-02-10T20:53:13.940ZFeb 10 20:53:13.634 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 18.0.0-0.ci+git9bc02f7ed90
40752026-02-10T20:53:13.940ZFeb 10 20:53:13.634 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 18.0.0-0.ci+git9bc02f7ed90
40762026-02-10T20:53:13.940ZFeb 10 20:53:13.635 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 18.0.0-0.ci+git9bc02f7ed90
40772026-02-10T20:53:13.940ZFeb 10 20:53:13.641 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 18.0.0-0.ci+git9bc02f7ed90
40782026-02-10T20:53:13.940Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
40792026-02-10T20:53:13.940Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
40802026-02-10T20:53:13.940Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
40812026-02-10T20:53:13.940Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
40822026-02-10T20:53:13.940Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
40832026-02-10T20:53:13.965Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
40842026-02-10T20:53:13.965Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
40852026-02-10T20:53:13.965Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
40862026-02-10T20:53:13.965Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
40872026-02-10T20:53:13.965Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
40882026-02-10T20:53:13.965ZFeb 10 20:53:13.666 INFO [stamp-overlay] process exited with exit status: 0 (33.111105ms)
40892026-02-10T20:53:13.965Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
40902026-02-10T20:53:13.989ZFeb 10 20:53:13.687 INFO [stamp-oxlog] process exited with exit status: 0 (57.355922ms)
40912026-02-10T20:53:14.032Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
40922026-02-10T20:53:14.056ZFeb 10 20:53:13.754 INFO [stamp-crucible-utils] process exited with exit status: 0 (120.060292ms)
40932026-02-10T20:53:14.080Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
40942026-02-10T20:53:14.104ZFeb 10 20:53:13.798 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (166.072504ms)
40952026-02-10T20:53:14.337Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
40962026-02-10T20:53:14.361ZFeb 10 20:53:14.061 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (425.956965ms)
40972026-02-10T20:53:14.840Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
40982026-02-10T20:53:14.865ZFeb 10 20:53:14.562 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (921.654589ms)
40992026-02-10T20:53:15.719Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
41002026-02-10T20:53:15.744ZFeb 10 20:53:15.441 INFO [stamp-propolis-server] process exited with exit status: 0 (1.808190987s)
41012026-02-10T20:53:15.894Z[recovery-package] Compiling newtype-uuid v1.3.2
41022026-02-10T20:53:16.253Z[recovery-package] Compiling daft v0.1.4
41032026-02-10T20:53:16.731Z[recovery-package] Compiling iddqd v0.3.16
41042026-02-10T20:53:18.745Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
41052026-02-10T20:53:19.246Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
41062026-02-10T20:53:19.246Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
41072026-02-10T20:53:19.271Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
41082026-02-10T20:53:19.271Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41092026-02-10T20:53:19.341Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41102026-02-10T20:53:20.058Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
41112026-02-10T20:53:23.832Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
41122026-02-10T20:53:23.865ZFeb 10 20:53:23.555 INFO [stamp-switch-asic] process exited with exit status: 0 (9.920983607s)
41132026-02-10T20:53:23.865ZFeb 10 20:53:23.555 INFO [host-stamp] task succeeded (9.925887015s)
41142026-02-10T20:53:23.865ZFeb 10 20:53:23.555 INFO [host-proto] running task
41152026-02-10T20:53:24.727ZFeb 10 20:53:24.443 INFO [host-proto] task succeeded (888.481956ms)
41162026-02-10T20:53:24.727ZFeb 10 20:53:24.444 INFO [host-profile] running task
41172026-02-10T20:53:24.754ZFeb 10 20:53:24.444 INFO [host-profile] task succeeded (579.581µs)
41182026-02-10T20:53:24.754ZFeb 10 20:53:24.444 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/.tmpl7VXyn/proto/host/root -N 'ci 9bc02f7/${os_short_commit} 2026-02-10 20:18' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
41192026-02-10T20:53:24.754Z[ host-image] Feb 10 20:53:24.457 INFO Checking files for board 'cosmo'
41202026-02-10T20:53:24.754Z[ host-image] Feb 10 20:53:24.457 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41212026-02-10T20:53:24.754Z[ host-image] Feb 10 20:53:24.458 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
41222026-02-10T20:53:24.754Z[ host-image] Feb 10 20:53:24.458 INFO Checking files for board 'cosmo-mbist-noaggr'
41232026-02-10T20:53:24.754Z[ host-image] Feb 10 20:53:24.458 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
41242026-02-10T20:53:24.754Z[ host-image] Feb 10 20:53:24.458 INFO Checking files for board 'cosmo-mbist'
41252026-02-10T20:53:24.754Z[ host-image] Feb 10 20:53:24.458 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
41262026-02-10T20:53:24.754Z[ host-image] Feb 10 20:53:24.458 INFO Checking files for board 'gimlet'
41272026-02-10T20:53:24.754Z[ host-image] Feb 10 20:53:24.458 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41282026-02-10T20:53:24.754Z[ host-image] Feb 10 20:53:24.458 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
41292026-02-10T20:53:24.780Z[ host-image] Feb 10 20:53:24.482 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpl7VXyn/proto/host/root"
41302026-02-10T20:53:24.780Z[ host-image] Feb 10 20:53:24.482 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
41312026-02-10T20:53:24.780Z[ host-image] Feb 10 20:53:24.482 INFO image builder template: ramdisk-01-os...
41322026-02-10T20:53:24.780Z[ host-image] Feb 10 20:53:24.482 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/.tmpl7VXyn/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41332026-02-10T20:53:24.805Z[ host-image] Feb 10 20:53:24.512 INFO O| Feb 10 20:53:24.512 INFO CREATE DATASET: rpool/images/build/host/output
41342026-02-10T20:53:24.937Z[ host-image] Feb 10 20:53:24.644 INFO O| Feb 10 20:53:24.644 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
41352026-02-10T20:53:24.961Z[ host-image] Feb 10 20:53:24.651 INFO O| Feb 10 20:53:24.650 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
41362026-02-10T20:53:25.022Z[ host-image] Feb 10 20:53:24.739 INFO O| Feb 10 20:53:24.739 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
41372026-02-10T20:53:25.048Z[ host-image] Feb 10 20:53:24.764 INFO O| Feb 10 20:53:24.764 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
41382026-02-10T20:53:25.048Z[ host-image] Feb 10 20:53:24.764 INFO O| Feb 10 20:53:24.764 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
41392026-02-10T20:53:25.075Z[ host-image] Feb 10 20:53:24.765 INFO O| Feb 10 20:53:24.765 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
41402026-02-10T20:53:25.075Z[ host-image] Feb 10 20:53:24.765 INFO O| Feb 10 20:53:24.765 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
41412026-02-10T20:53:25.075Z[ host-image] Feb 10 20:53:24.772 INFO O| Feb 10 20:53:24.772 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
41422026-02-10T20:53:25.146Z[ host-image] Feb 10 20:53:24.863 INFO O| Feb 10 20:53:24.863 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41432026-02-10T20:53:25.171Z[ host-image] Feb 10 20:53:24.877 INFO O| Feb 10 20:53:24.877 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
41442026-02-10T20:53:25.613Z[ host-image] Feb 10 20:53:25.330 INFO O| Feb 10 20:53:25.330 INFO O| Caching catalogs ... Done
41452026-02-10T20:53:25.706Z[ host-image] Feb 10 20:53:25.423 INFO O| Feb 10 20:53:25.423 INFO STEP 0 (pkg_image_create) COMPLETE
41462026-02-10T20:53:25.706Z[ host-image] Feb 10 20:53:25.423 INFO O| Feb 10 20:53:25.423 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41472026-02-10T20:53:25.731Z[ host-image] Feb 10 20:53:25.437 INFO O| Feb 10 20:53:25.437 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"]
41482026-02-10T20:53:26.194Z[ host-image] Feb 10 20:53:25.910 INFO O| Feb 10 20:53:25.910 INFO STEP 1 (pkg_set_publisher) COMPLETE
41492026-02-10T20:53:26.194Z[ host-image] Feb 10 20:53:25.910 INFO O| Feb 10 20:53:25.910 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41502026-02-10T20:53:26.218Z[ host-image] Feb 10 20:53:25.910 INFO O| Feb 10 20:53:25.910 INFO skip step because feature "publisher_1_name" is not enabled
41512026-02-10T20:53:26.218Z[ host-image] Feb 10 20:53:25.910 INFO O| Feb 10 20:53:25.910 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41522026-02-10T20:53:26.218Z[ host-image] Feb 10 20:53:25.910 INFO O| Feb 10 20:53:25.910 INFO skip step because feature "publisher_2_name" is not enabled
41532026-02-10T20:53:26.218Z[ host-image] Feb 10 20:53:25.910 INFO O| Feb 10 20:53:25.910 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41542026-02-10T20:53:26.219Z[ host-image] Feb 10 20:53:25.910 INFO O| Feb 10 20:53:25.910 INFO skip step because feature "publisher_3_name" is not enabled
41552026-02-10T20:53:26.219Z[ host-image] Feb 10 20:53:25.910 INFO O| Feb 10 20:53:25.910 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41562026-02-10T20:53:26.659Z[ host-image] Feb 10 20:53:26.368 INFO O| Feb 10 20:53:26.368 INFO variant opensolaris.zone is already global
41572026-02-10T20:53:26.660Z[ host-image] Feb 10 20:53:26.368 INFO O| Feb 10 20:53:26.368 INFO STEP 5 (pkg_change_variant) COMPLETE
41582026-02-10T20:53:26.684Z[ host-image] Feb 10 20:53:26.368 INFO O| Feb 10 20:53:26.368 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41592026-02-10T20:53:27.106Z[ host-image] Feb 10 20:53:26.819 INFO O| Feb 10 20:53:26.819 INFO variant opensolaris.imagetype is full; changing to partial
41602026-02-10T20:53:27.106Z[ host-image] Feb 10 20:53:26.819 INFO O| Feb 10 20:53:26.819 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41612026-02-10T20:53:33.165Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
41622026-02-10T20:53:33.165Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
41632026-02-10T20:53:33.189Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41642026-02-10T20:53:33.189Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41652026-02-10T20:53:39.322Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41662026-02-10T20:53:39.516Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41672026-02-10T20:53:40.636Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
41682026-02-10T20:53:41.798Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41692026-02-10T20:53:44.587Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
41702026-02-10T20:53:45.937Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41712026-02-10T20:54:03.903Z[ host-image] Feb 10 20:54:03.624 INFO O| Feb 10 20:54:03.624 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41722026-02-10T20:54:13.066Z[recovery-package] Finished `release` profile [optimized] target(s) in 58.81s
41732026-02-10T20:54:18.357Z[ host-image] Feb 10 20:54:18.079 INFO O| Feb 10 20:54:18.079 INFO O| Startup: Caching catalogs ... Done
41742026-02-10T20:54:18.457Z[ host-image] Feb 10 20:54:18.178 INFO O| Feb 10 20:54:18.178 INFO O| Planning: Planning completed in 0.00 seconds
41752026-02-10T20:54:18.485Z[ host-image] Feb 10 20:54:18.179 INFO O| Feb 10 20:54:18.179 INFO O| Planning: Consolidating action changes ... Done
41762026-02-10T20:54:18.485Z[ host-image] Feb 10 20:54:18.179 INFO O| Feb 10 20:54:18.179 INFO O| Planning: Evaluating mediators ... Done
41772026-02-10T20:54:18.485Z[ host-image] Feb 10 20:54:18.180 INFO O| Feb 10 20:54:18.180 INFO O| Planning: Planning completed in 0.00 seconds
41782026-02-10T20:54:18.485Z[ host-image] Feb 10 20:54:18.180 INFO O| Feb 10 20:54:18.180 INFO O| Variants/Facets to change: 1
41792026-02-10T20:54:18.485Z[ host-image] Feb 10 20:54:18.200 INFO O| Feb 10 20:54:18.200 INFO O| Done
41802026-02-10T20:54:18.486Z[ host-image] Feb 10 20:54:18.200 INFO O| Feb 10 20:54:18.200 INFO O| Done
41812026-02-10T20:54:19.037ZFeb 10 20:54:18.760 INFO [recovery-package] process exited with exit status: 0 (65.129861346s)
41822026-02-10T20:54:19.038ZFeb 10 20:54:18.760 INFO [recovery-stamp] running task
41832026-02-10T20:54:19.062ZFeb 10 20:54:18.760 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 18.0.0-0.ci+git9bc02f7ed90
41842026-02-10T20:54:19.063ZFeb 10 20:54:18.760 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
41852026-02-10T20:54:19.063ZFeb 10 20:54:18.762 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 18.0.0-0.ci+git9bc02f7ed90
41862026-02-10T20:54:19.063Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
41872026-02-10T20:54:19.063Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
41882026-02-10T20:54:19.253Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
41892026-02-10T20:54:19.278ZFeb 10 20:54:18.982 INFO [stamp-installinator] process exited with exit status: 0 (219.907011ms)
41902026-02-10T20:54:19.316Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
41912026-02-10T20:54:19.341ZFeb 10 20:54:19.044 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (283.899261ms)
41922026-02-10T20:54:19.341ZFeb 10 20:54:19.045 INFO [recovery-stamp] task succeeded (284.524236ms)
41932026-02-10T20:54:19.341ZFeb 10 20:54:19.045 INFO [recovery-proto] running task
41942026-02-10T20:54:19.341ZFeb 10 20:54:19.045 INFO [tuf-stamp] running task
41952026-02-10T20:54:19.341ZFeb 10 20:54:19.047 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 18.0.0-0.ci+git9bc02f7ed90
41962026-02-10T20:54:19.341ZFeb 10 20:54:19.047 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 18.0.0-0.ci+git9bc02f7ed90
41972026-02-10T20:54:19.341ZFeb 10 20:54:19.047 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 18.0.0-0.ci+git9bc02f7ed90
41982026-02-10T20:54:19.341ZFeb 10 20:54:19.048 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 18.0.0-0.ci+git9bc02f7ed90
41992026-02-10T20:54:19.341ZFeb 10 20:54:19.049 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 18.0.0-0.ci+git9bc02f7ed90
42002026-02-10T20:54:19.341ZFeb 10 20:54:19.049 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 18.0.0-0.ci+git9bc02f7ed90
42012026-02-10T20:54:19.341ZFeb 10 20:54:19.051 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 18.0.0-0.ci+git9bc02f7ed90
42022026-02-10T20:54:19.341ZFeb 10 20:54:19.053 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 18.0.0-0.ci+git9bc02f7ed90
42032026-02-10T20:54:19.341ZFeb 10 20:54:19.061 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 18.0.0-0.ci+git9bc02f7ed90
42042026-02-10T20:54:19.367Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
42052026-02-10T20:54:19.367Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
42062026-02-10T20:54:19.367ZFeb 10 20:54:19.066 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 18.0.0-0.ci+git9bc02f7ed90
42072026-02-10T20:54:19.367Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
42082026-02-10T20:54:19.367ZFeb 10 20:54:19.069 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 18.0.0-0.ci+git9bc02f7ed90[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
42092026-02-10T20:54:19.367Z
42102026-02-10T20:54:19.367Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
42112026-02-10T20:54:19.367ZFeb 10 20:54:19.073 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 18.0.0-0.ci+git9bc02f7ed90
42122026-02-10T20:54:19.367Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
42132026-02-10T20:54:19.367Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
42142026-02-10T20:54:19.393Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
42152026-02-10T20:54:19.393Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
42162026-02-10T20:54:19.393Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
42172026-02-10T20:54:19.394Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
42182026-02-10T20:54:19.394Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
42192026-02-10T20:54:19.537Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
42202026-02-10T20:54:19.605ZFeb 10 20:54:19.325 INFO [stamp-probe] process exited with exit status: 0 (251.262259ms)
42212026-02-10T20:54:19.632ZFeb 10 20:54:19.341 INFO [recovery-proto] task succeeded (296.283437ms)
42222026-02-10T20:54:19.632ZFeb 10 20:54:19.341 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/.tmpl7VXyn/proto/recovery/root -N 'recovery 9bc02f7/${os_short_commit} 2026-02-10 20:18' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
42232026-02-10T20:54:19.633Z[ recovery-image] Feb 10 20:54:19.353 INFO Checking files for board 'cosmo'
42242026-02-10T20:54:19.633Z[ recovery-image] Feb 10 20:54:19.354 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
42252026-02-10T20:54:19.633Z[ recovery-image] Feb 10 20:54:19.354 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
42262026-02-10T20:54:19.633Z[ recovery-image] Feb 10 20:54:19.354 INFO Checking files for board 'cosmo-mbist-noaggr'
42272026-02-10T20:54:19.633Z[ recovery-image] Feb 10 20:54:19.354 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
42282026-02-10T20:54:19.661Z[ recovery-image] Feb 10 20:54:19.354 INFO Checking files for board 'gimlet'
42292026-02-10T20:54:19.661Z[ recovery-image] Feb 10 20:54:19.354 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
42302026-02-10T20:54:19.661Z[ recovery-image] Feb 10 20:54:19.354 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
42312026-02-10T20:54:19.661Z[ recovery-image] Feb 10 20:54:19.354 INFO Checking files for board 'cosmo-mbist'
42322026-02-10T20:54:19.661Z[ recovery-image] Feb 10 20:54:19.354 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
42332026-02-10T20:54:19.661Z[ recovery-image] Feb 10 20:54:19.375 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpl7VXyn/proto/recovery/root"
42342026-02-10T20:54:19.662Z[ recovery-image] Feb 10 20:54:19.375 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
42352026-02-10T20:54:19.662Z[ recovery-image] Feb 10 20:54:19.375 INFO image builder template: ramdisk-01-os...
42362026-02-10T20:54:19.662Z[ recovery-image] Feb 10 20:54:19.375 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/.tmpl7VXyn/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
42372026-02-10T20:54:19.693Z[ recovery-image] Feb 10 20:54:19.403 INFO O| Feb 10 20:54:19.403 INFO CREATE DATASET: rpool/images/build/recovery/output
42382026-02-10T20:54:20.060Z[ recovery-image] Feb 10 20:54:19.782 INFO O| Feb 10 20:54:19.782 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42392026-02-10T20:54:20.085Z[ recovery-image] Feb 10 20:54:19.789 INFO O| Feb 10 20:54:19.789 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42402026-02-10T20:54:20.184Z[ recovery-image] Feb 10 20:54:19.901 INFO O| Feb 10 20:54:19.901 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
42412026-02-10T20:54:20.215Z[ recovery-image] Feb 10 20:54:19.932 INFO O| Feb 10 20:54:19.932 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42422026-02-10T20:54:20.241Z[ recovery-image] Feb 10 20:54:19.932 INFO O| Feb 10 20:54:19.932 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
42432026-02-10T20:54:20.241Z[ recovery-image] Feb 10 20:54:19.932 INFO O| Feb 10 20:54:19.932 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
42442026-02-10T20:54:20.241Z[ recovery-image] Feb 10 20:54:19.932 INFO O| Feb 10 20:54:19.932 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
42452026-02-10T20:54:20.242Z[ recovery-image] Feb 10 20:54:19.946 INFO O| Feb 10 20:54:19.946 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
42462026-02-10T20:54:20.448Z[ recovery-image] Feb 10 20:54:20.170 INFO O| Feb 10 20:54:20.170 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42472026-02-10T20:54:20.478Z[ recovery-image] Feb 10 20:54:20.182 INFO O| Feb 10 20:54:20.182 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42482026-02-10T20:54:20.865Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
42492026-02-10T20:54:20.893Z[ host-image] Feb 10 20:54:20.602 INFO O| Feb 10 20:54:20.602 INFO O| Done
42502026-02-10T20:54:20.974ZFeb 10 20:54:20.694 INFO [stamp-ntp] process exited with exit status: 0 (1.647580087s)
42512026-02-10T20:54:21.064Z[ host-image] Feb 10 20:54:20.786 INFO O| Feb 10 20:54:20.786 INFO O| Done
42522026-02-10T20:54:21.096Z[ host-image] Feb 10 20:54:20.788 INFO O| Feb 10 20:54:20.788 INFO O| Done
42532026-02-10T20:54:21.096Z[ host-image] Feb 10 20:54:20.788 INFO O| Feb 10 20:54:20.788 INFO O| Done
42542026-02-10T20:54:21.096Z[ host-image] Feb 10 20:54:20.790 INFO O| Feb 10 20:54:20.789 INFO O| Done
42552026-02-10T20:54:21.096Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
42562026-02-10T20:54:21.124Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
42572026-02-10T20:54:21.252Z[ recovery-image] Feb 10 20:54:20.969 INFO O| Feb 10 20:54:20.969 INFO O| Caching catalogs ... Done
42582026-02-10T20:54:21.391Z[ recovery-image] Feb 10 20:54:21.113 INFO O| Feb 10 20:54:21.113 INFO STEP 0 (pkg_image_create) COMPLETE
42592026-02-10T20:54:21.391Z[ recovery-image] Feb 10 20:54:21.113 INFO O| Feb 10 20:54:21.113 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42602026-02-10T20:54:21.417Z[ recovery-image] Feb 10 20:54:21.126 INFO O| Feb 10 20:54:21.126 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"]
42612026-02-10T20:54:21.449Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
42622026-02-10T20:54:21.485ZFeb 10 20:54:21.207 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.15400334s)
42632026-02-10T20:54:21.677Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
42642026-02-10T20:54:21.702ZFeb 10 20:54:21.408 INFO [stamp-internal-dns] process exited with exit status: 0 (2.357230326s)
42652026-02-10T20:54:21.727Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
42662026-02-10T20:54:21.752ZFeb 10 20:54:21.471 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.422978894s)
42672026-02-10T20:54:21.807Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
42682026-02-10T20:54:21.832ZFeb 10 20:54:21.542 INFO [stamp-external-dns] process exited with exit status: 0 (2.475669451s)
42692026-02-10T20:54:21.871Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
42702026-02-10T20:54:21.900ZFeb 10 20:54:21.622 INFO [stamp-oximeter] process exited with exit status: 0 (2.561120837s)
42712026-02-10T20:54:21.958Z[ recovery-image] Feb 10 20:54:21.679 INFO O| Feb 10 20:54:21.679 INFO STEP 1 (pkg_set_publisher) COMPLETE
42722026-02-10T20:54:21.959Z[ recovery-image] Feb 10 20:54:21.679 INFO O| Feb 10 20:54:21.679 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42732026-02-10T20:54:21.984Z[ recovery-image] Feb 10 20:54:21.679 INFO O| Feb 10 20:54:21.679 INFO skip step because feature "publisher_1_name" is not enabled
42742026-02-10T20:54:21.984Z[ recovery-image] Feb 10 20:54:21.679 INFO O| Feb 10 20:54:21.679 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42752026-02-10T20:54:21.984Z[ recovery-image] Feb 10 20:54:21.679 INFO O| Feb 10 20:54:21.679 INFO skip step because feature "publisher_2_name" is not enabled
42762026-02-10T20:54:21.984Z[ recovery-image] Feb 10 20:54:21.679 INFO O| Feb 10 20:54:21.679 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42772026-02-10T20:54:21.984Z[ recovery-image] Feb 10 20:54:21.679 INFO O| Feb 10 20:54:21.679 INFO skip step because feature "publisher_3_name" is not enabled
42782026-02-10T20:54:21.984Z[ recovery-image] Feb 10 20:54:21.679 INFO O| Feb 10 20:54:21.679 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42792026-02-10T20:54:22.448Z[ recovery-image] Feb 10 20:54:22.171 INFO O| Feb 10 20:54:22.170 INFO variant opensolaris.zone is already global
42802026-02-10T20:54:22.448Z[ recovery-image] Feb 10 20:54:22.171 INFO O| Feb 10 20:54:22.171 INFO STEP 5 (pkg_change_variant) COMPLETE
42812026-02-10T20:54:22.473Z[ recovery-image] Feb 10 20:54:22.171 INFO O| Feb 10 20:54:22.171 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42822026-02-10T20:54:22.734Z[ host-image] Feb 10 20:54:22.456 INFO O| Feb 10 20:54:22.456 INFO STEP 6 (pkg_change_variant) COMPLETE
42832026-02-10T20:54:22.734Z[ host-image] Feb 10 20:54:22.456 INFO O| Feb 10 20:54:22.456 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42842026-02-10T20:54:22.734Z[ host-image] Feb 10 20:54:22.456 INFO O| Feb 10 20:54:22.456 INFO skip step because feature "debug_variant" is not enabled
42852026-02-10T20:54:22.759Z[ host-image] Feb 10 20:54:22.456 INFO O| Feb 10 20:54:22.456 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42862026-02-10T20:54:22.966Z[ recovery-image] Feb 10 20:54:22.689 INFO O| Feb 10 20:54:22.689 INFO variant opensolaris.imagetype is full; changing to partial
42872026-02-10T20:54:22.966Z[ recovery-image] Feb 10 20:54:22.689 INFO O| Feb 10 20:54:22.689 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42882026-02-10T20:54:23.234Z[ host-image] Feb 10 20:54:22.957 INFO O| Feb 10 20:54:22.957 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42892026-02-10T20:54:25.710Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
42902026-02-10T20:54:25.734ZFeb 10 20:54:25.442 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.372867227s)
42912026-02-10T20:54:26.626Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
42922026-02-10T20:54:26.653ZFeb 10 20:54:26.356 INFO [stamp-nexus] process exited with exit status: 0 (7.309433188s)
42932026-02-10T20:54:29.829Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42942026-02-10T20:54:29.871Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
42952026-02-10T20:54:29.900ZFeb 10 20:54:29.604 INFO [stamp-clickhouse] process exited with exit status: 0 (10.554426482s)
42962026-02-10T20:54:29.934Z[verify-libraries] Compiling cfg_aliases v0.1.1
42972026-02-10T20:54:29.960Z[verify-libraries] Compiling home v0.5.9
42982026-02-10T20:54:29.999Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
42992026-02-10T20:54:30.024Z[verify-libraries] Compiling sqlparser_derive v0.2.2
43002026-02-10T20:54:30.024Z[verify-libraries] Compiling unicode_categories v0.1.1
43012026-02-10T20:54:30.137Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43022026-02-10T20:54:30.185Z[verify-libraries] Compiling nix v0.28.0
43032026-02-10T20:54:30.226Z[verify-libraries] Compiling polyval v0.6.2
43042026-02-10T20:54:30.327Z[verify-libraries] Compiling ctr v0.9.2
43052026-02-10T20:54:30.446Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
43062026-02-10T20:54:30.476ZFeb 10 20:54:30.182 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.134966469s)
43072026-02-10T20:54:30.586Z[verify-libraries] Compiling sqlformat v0.3.5
43082026-02-10T20:54:30.788Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
43092026-02-10T20:54:30.836Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
43102026-02-10T20:54:30.863ZFeb 10 20:54:30.564 INFO [stamp-clickhouse_server] process exited with exit status: 0 (11.515462506s)
43112026-02-10T20:54:30.863ZFeb 10 20:54:30.564 INFO [tuf-stamp] task succeeded (11.51950935s)
43122026-02-10T20:54:30.896Z[verify-libraries] Compiling ghash v0.5.1
43132026-02-10T20:54:30.927Z[verify-libraries] Compiling ssh-encoding v0.2.0
43142026-02-10T20:54:31.157Z[verify-libraries] Compiling aes-gcm v0.10.3
43152026-02-10T20:54:31.215Z[verify-libraries] Compiling blowfish v0.9.1
43162026-02-10T20:54:31.275Z[verify-libraries] Compiling sqlparser v0.45.0
43172026-02-10T20:54:31.609Z[verify-libraries] Compiling ssh-cipher v0.2.0
43182026-02-10T20:54:31.687Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
43192026-02-10T20:54:32.230Z[verify-libraries] Compiling password-hash v0.4.2
43202026-02-10T20:54:32.265Z[verify-libraries] Compiling petname v2.0.2
43212026-02-10T20:54:33.197Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43222026-02-10T20:54:33.486Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43232026-02-10T20:54:34.388Z[verify-libraries] Compiling pbkdf2 v0.11.0
43242026-02-10T20:54:34.451Z[verify-libraries] Compiling ssh-key v0.6.6
43252026-02-10T20:54:35.098Z[verify-libraries] Compiling rustyline v14.0.0
43262026-02-10T20:54:35.434Z[verify-libraries] Compiling p521 v0.13.3
43272026-02-10T20:54:37.346Z[verify-libraries] Compiling p256 v0.13.2
43282026-02-10T20:54:39.679Z[verify-libraries] Compiling russh-cryptovec v0.7.3
43292026-02-10T20:54:39.856Z[verify-libraries] Compiling md5 v0.7.0
43302026-02-10T20:54:40.609Z[verify-libraries] Compiling russh-keys v0.45.0
43312026-02-10T20:54:42.495Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
43322026-02-10T20:54:43.021Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
43332026-02-10T20:54:43.669Z[verify-libraries] Compiling num-bigint v0.4.6
43342026-02-10T20:54:44.078Z[verify-libraries] Compiling des v0.8.1
43352026-02-10T20:54:44.788Z[verify-libraries] Compiling sapling-renderdag v0.1.0
43362026-02-10T20:54:46.068Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43372026-02-10T20:54:47.016Z[verify-libraries] Compiling hex-literal v0.4.1
43382026-02-10T20:54:47.372Z[verify-libraries] Compiling sync-ptr v0.1.4
43392026-02-10T20:54:47.833Z[verify-libraries] Compiling russh v0.45.0
43402026-02-10T20:54:48.200Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43412026-02-10T20:54:52.457Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43422026-02-10T20:54:53.051Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43432026-02-10T20:54:57.211Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43442026-02-10T20:55:00.537Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43452026-02-10T20:55:08.969Z[ recovery-image] Feb 10 20:55:08.696 INFO O| Feb 10 20:55:08.696 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43462026-02-10T20:55:09.327Z[ host-image] Feb 10 20:55:09.054 INFO O| Feb 10 20:55:09.053 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43472026-02-10T20:55:10.820Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43482026-02-10T20:55:24.709Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43492026-02-10T20:55:32.844Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43502026-02-10T20:55:37.665Z[ recovery-image] Feb 10 20:55:33.445 INFO O| Feb 10 20:55:33.445 INFO O| Startup: Caching catalogs ... Done
43512026-02-10T20:55:37.743Z[ recovery-image] Feb 10 20:55:33.598 INFO O| Feb 10 20:55:33.598 INFO O| Planning: Planning completed in 0.00 seconds
43522026-02-10T20:55:37.743Z[ recovery-image] Feb 10 20:55:33.599 INFO O| Feb 10 20:55:33.599 INFO O| Planning: Consolidating action changes ... Done
43532026-02-10T20:55:37.743Z[ recovery-image] Feb 10 20:55:33.599 INFO O| Feb 10 20:55:33.599 INFO O| Planning: Evaluating mediators ... Done
43542026-02-10T20:55:37.743Z[ recovery-image] Feb 10 20:55:33.600 INFO O| Feb 10 20:55:33.600 INFO O| Planning: Planning completed in 0.00 seconds
43552026-02-10T20:55:37.743Z[ recovery-image] Feb 10 20:55:33.600 INFO O| Feb 10 20:55:33.600 INFO O| Variants/Facets to change: 1
43562026-02-10T20:55:37.743Z[ recovery-image] Feb 10 20:55:33.639 INFO O| Feb 10 20:55:33.639 INFO O| Done
43572026-02-10T20:55:37.743Z[ recovery-image] Feb 10 20:55:33.639 INFO O| Feb 10 20:55:33.639 INFO O| Done
43582026-02-10T20:55:37.743Z[ host-image] Feb 10 20:55:33.876 INFO O| Feb 10 20:55:33.876 INFO O| Startup: Caching catalogs ... Done
43592026-02-10T20:55:37.743Z[ host-image] Feb 10 20:55:33.995 INFO O| Feb 10 20:55:33.995 INFO O| Planning: Planning completed in 0.00 seconds
43602026-02-10T20:55:37.743Z[ host-image] Feb 10 20:55:33.996 INFO O| Feb 10 20:55:33.996 INFO O| Planning: Consolidating action changes ... Done
43612026-02-10T20:55:37.743Z[ host-image] Feb 10 20:55:33.996 INFO O| Feb 10 20:55:33.996 INFO O| Planning: Evaluating mediators ... Done
43622026-02-10T20:55:37.743Z[ host-image] Feb 10 20:55:33.996 INFO O| Feb 10 20:55:33.996 INFO O| Planning: Planning completed in 0.00 seconds
43632026-02-10T20:55:37.743Z[ host-image] Feb 10 20:55:33.997 INFO O| Feb 10 20:55:33.997 INFO O| Variants/Facets to change: 1
43642026-02-10T20:55:37.743Z[ host-image] Feb 10 20:55:34.061 INFO O| Feb 10 20:55:34.061 INFO O| Done
43652026-02-10T20:55:37.743Z[ host-image] Feb 10 20:55:34.061 INFO O| Feb 10 20:55:34.061 INFO O| Done
43662026-02-10T20:55:37.769Z[ recovery-image] Feb 10 20:55:35.816 INFO O| Feb 10 20:55:35.816 INFO O| Done
43672026-02-10T20:55:37.769Z[ recovery-image] Feb 10 20:55:35.963 INFO O| Feb 10 20:55:35.962 INFO O| Done
43682026-02-10T20:55:37.769Z[ recovery-image] Feb 10 20:55:35.964 INFO O| Feb 10 20:55:35.964 INFO O| Done
43692026-02-10T20:55:37.769Z[ recovery-image] Feb 10 20:55:35.964 INFO O| Feb 10 20:55:35.964 INFO O| Done
43702026-02-10T20:55:37.769Z[ recovery-image] Feb 10 20:55:35.966 INFO O| Feb 10 20:55:35.966 INFO O| Done
43712026-02-10T20:55:37.770Z[ host-image] Feb 10 20:55:36.313 INFO O| Feb 10 20:55:36.313 INFO O| Done
43722026-02-10T20:55:37.770Z[ host-image] Feb 10 20:55:36.442 INFO O| Feb 10 20:55:36.441 INFO O| Done
43732026-02-10T20:55:37.770Z[ host-image] Feb 10 20:55:36.442 INFO O| Feb 10 20:55:36.442 INFO O| Done
43742026-02-10T20:55:37.770Z[ host-image] Feb 10 20:55:36.442 INFO O| Feb 10 20:55:36.442 INFO O| Done
43752026-02-10T20:55:37.770Z[ host-image] Feb 10 20:55:36.444 INFO O| Feb 10 20:55:36.444 INFO O| Done
43762026-02-10T20:55:38.246Z[ recovery-image] Feb 10 20:55:37.969 INFO O| Feb 10 20:55:37.969 INFO STEP 6 (pkg_change_variant) COMPLETE
43772026-02-10T20:55:38.246Z[ recovery-image] Feb 10 20:55:37.969 INFO O| Feb 10 20:55:37.969 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43782026-02-10T20:55:38.293Z[ recovery-image] Feb 10 20:55:37.969 INFO O| Feb 10 20:55:37.969 INFO skip step because feature "debug_variant" is not enabled
43792026-02-10T20:55:38.293Z[ recovery-image] Feb 10 20:55:37.969 INFO O| Feb 10 20:55:37.969 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43802026-02-10T20:55:38.835Z[ recovery-image] Feb 10 20:55:38.563 INFO O| Feb 10 20:55:38.563 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43812026-02-10T20:55:38.930Z[ host-image] Feb 10 20:55:38.649 INFO O| Feb 10 20:55:38.649 INFO STEP 8 (pkg_change_facet) COMPLETE
43822026-02-10T20:55:38.930Z[ host-image] Feb 10 20:55:38.649 INFO O| Feb 10 20:55:38.649 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43832026-02-10T20:55:38.957Z[ host-image] Feb 10 20:55:38.649 INFO O| Feb 10 20:55:38.649 INFO skip step because feature "recovery" is not enabled
43842026-02-10T20:55:38.957Z[ host-image] Feb 10 20:55:38.649 INFO O| Feb 10 20:55:38.649 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43852026-02-10T20:55:38.957Z[ host-image] Feb 10 20:55:38.649 INFO O| Feb 10 20:55:38.649 INFO skip step because feature "recovery" is not enabled
43862026-02-10T20:55:38.957Z[ host-image] Feb 10 20:55:38.649 INFO O| Feb 10 20:55:38.649 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43872026-02-10T20:55:38.957Z[ host-image] Feb 10 20:55:38.668 INFO O| Feb 10 20:55:38.668 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@18.0.0.0"]
43882026-02-10T20:55:49.107Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43892026-02-10T20:55:56.899Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43902026-02-10T20:56:01.681Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43912026-02-10T20:56:02.289Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43922026-02-10T20:56:05.597Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43932026-02-10T20:56:09.143Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43942026-02-10T20:56:13.113Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43952026-02-10T20:56:19.743Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43962026-02-10T20:56:23.796Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43972026-02-10T20:56:24.330Z[ recovery-image] Feb 10 20:56:24.065 INFO O| Feb 10 20:56:24.065 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43982026-02-10T20:56:27.052Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43992026-02-10T20:56:27.707Z[ host-image] Feb 10 20:56:27.442 INFO O| Feb 10 20:56:27.442 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44002026-02-10T20:56:35.003Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
44012026-02-10T20:56:42.345Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44022026-02-10T20:56:44.308Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
44032026-02-10T20:56:45.801Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
44042026-02-10T20:56:46.628Z[ recovery-image] Feb 10 20:56:46.366 INFO O| Feb 10 20:56:46.365 INFO O| Startup: Caching catalogs ... Done
44052026-02-10T20:56:46.751Z[ recovery-image] Feb 10 20:56:46.489 INFO O| Feb 10 20:56:46.489 INFO O| Planning: Planning completed in 0.00 seconds
44062026-02-10T20:56:46.776Z[ recovery-image] Feb 10 20:56:46.490 INFO O| Feb 10 20:56:46.490 INFO O| Planning: Consolidating action changes ... Done
44072026-02-10T20:56:46.776Z[ recovery-image] Feb 10 20:56:46.490 INFO O| Feb 10 20:56:46.490 INFO O| Planning: Evaluating mediators ... Done
44082026-02-10T20:56:46.776Z[ recovery-image] Feb 10 20:56:46.490 INFO O| Feb 10 20:56:46.490 INFO O| Planning: Planning completed in 0.00 seconds
44092026-02-10T20:56:46.776Z[ recovery-image] Feb 10 20:56:46.491 INFO O| Feb 10 20:56:46.491 INFO O| Variants/Facets to change: 1
44102026-02-10T20:56:46.821Z[ recovery-image] Feb 10 20:56:46.559 INFO O| Feb 10 20:56:46.559 INFO O| Done
44112026-02-10T20:56:46.822Z[ recovery-image] Feb 10 20:56:46.559 INFO O| Feb 10 20:56:46.559 INFO O| Done
44122026-02-10T20:56:49.162Z[ recovery-image] Feb 10 20:56:48.900 INFO O| Feb 10 20:56:48.899 INFO O| Done
44132026-02-10T20:56:49.301Z[ recovery-image] Feb 10 20:56:49.037 INFO O| Feb 10 20:56:49.037 INFO O| Done
44142026-02-10T20:56:49.326Z[ recovery-image] Feb 10 20:56:49.038 INFO O| Feb 10 20:56:49.038 INFO O| Done
44152026-02-10T20:56:49.326Z[ recovery-image] Feb 10 20:56:49.038 INFO O| Feb 10 20:56:49.038 INFO O| Done
44162026-02-10T20:56:49.326Z[ recovery-image] Feb 10 20:56:49.040 INFO O| Feb 10 20:56:49.040 INFO O| Done
44172026-02-10T20:56:50.571Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44182026-02-10T20:56:51.283Z[ host-image] Feb 10 20:56:51.019 INFO O| Feb 10 20:56:51.019 INFO O| Startup: Caching catalogs ... Done
44192026-02-10T20:56:51.585Z[ recovery-image] Feb 10 20:56:51.323 INFO O| Feb 10 20:56:51.323 INFO STEP 8 (pkg_change_facet) COMPLETE
44202026-02-10T20:56:51.585Z[ recovery-image] Feb 10 20:56:51.323 INFO O| Feb 10 20:56:51.323 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44212026-02-10T20:56:52.353Z[ recovery-image] Feb 10 20:56:52.091 INFO O| Feb 10 20:56:52.090 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
44222026-02-10T20:57:20.464Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44232026-02-10T20:57:22.992Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44242026-02-10T20:57:25.746Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44252026-02-10T20:57:38.875Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44262026-02-10T20:57:51.826Z[ recovery-image] Feb 10 20:57:51.569 INFO O| Feb 10 20:57:51.568 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44272026-02-10T20:58:22.635Z[ recovery-image] Feb 10 20:58:22.382 INFO O| Feb 10 20:58:22.382 INFO O| Startup: Caching catalogs ... Done
44282026-02-10T20:58:22.767Z[ recovery-image] Feb 10 20:58:22.514 INFO O| Feb 10 20:58:22.514 INFO O| Planning: Planning completed in 0.01 seconds
44292026-02-10T20:58:22.791Z[ recovery-image] Feb 10 20:58:22.516 INFO O| Feb 10 20:58:22.515 INFO O| Planning: Consolidating action changes ... Done
44302026-02-10T20:58:22.791Z[ recovery-image] Feb 10 20:58:22.516 INFO O| Feb 10 20:58:22.516 INFO O| Planning: Evaluating mediators ... Done
44312026-02-10T20:58:22.791Z[ recovery-image] Feb 10 20:58:22.516 INFO O| Feb 10 20:58:22.516 INFO O| Planning: Planning completed in 0.01 seconds
44322026-02-10T20:58:22.791Z[ recovery-image] Feb 10 20:58:22.516 INFO O| Feb 10 20:58:22.516 INFO O| Variants/Facets to change: 1
44332026-02-10T20:58:22.859Z[ recovery-image] Feb 10 20:58:22.606 INFO O| Feb 10 20:58:22.606 INFO O| Done
44342026-02-10T20:58:22.859Z[ recovery-image] Feb 10 20:58:22.606 INFO O| Feb 10 20:58:22.606 INFO O| Done
44352026-02-10T20:58:25.827Z[ recovery-image] Feb 10 20:58:25.574 INFO O| Feb 10 20:58:25.574 INFO O| Done
44362026-02-10T20:58:26.084Z[ recovery-image] Feb 10 20:58:25.832 INFO O| Feb 10 20:58:25.832 INFO O| Done
44372026-02-10T20:58:26.109Z[ recovery-image] Feb 10 20:58:25.833 INFO O| Feb 10 20:58:25.833 INFO O| Done
44382026-02-10T20:58:26.109Z[ recovery-image] Feb 10 20:58:25.833 INFO O| Feb 10 20:58:25.833 INFO O| Done
44392026-02-10T20:58:26.109Z[ recovery-image] Feb 10 20:58:25.836 INFO O| Feb 10 20:58:25.836 INFO O| Done
44402026-02-10T20:58:28.531Z[ recovery-image] Feb 10 20:58:28.279 INFO O| Feb 10 20:58:28.279 INFO STEP 9 (pkg_change_facet) COMPLETE
44412026-02-10T20:58:28.532Z[ recovery-image] Feb 10 20:58:28.279 INFO O| Feb 10 20:58:28.279 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44422026-02-10T20:58:29.468Z[ recovery-image] Feb 10 20:58:29.216 INFO O| Feb 10 20:58:29.216 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44432026-02-10T20:58:31.139Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44442026-02-10T20:58:32.077Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44452026-02-10T20:58:36.615Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44462026-02-10T20:58:46.782Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44472026-02-10T20:59:09.271Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44482026-02-10T20:59:12.118Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44492026-02-10T20:59:12.164Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44502026-02-10T20:59:14.790Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44512026-02-10T20:59:26.993Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44522026-02-10T20:59:29.055Z[ recovery-image] Feb 10 20:59:28.807 INFO O| Feb 10 20:59:28.807 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44532026-02-10T20:59:37.433Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44542026-02-10T20:59:53.401Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44552026-02-10T20:59:55.067Z[ recovery-image] Feb 10 20:59:54.823 INFO O| Feb 10 20:59:54.823 INFO O| Startup: Caching catalogs ... Done
44562026-02-10T20:59:55.198Z[ recovery-image] Feb 10 20:59:54.954 INFO O| Feb 10 20:59:54.954 INFO O| Planning: Planning completed in 0.00 seconds
44572026-02-10T20:59:55.222Z[ recovery-image] Feb 10 20:59:54.955 INFO O| Feb 10 20:59:54.955 INFO O| Planning: Consolidating action changes ... Done
44582026-02-10T20:59:55.222Z[ recovery-image] Feb 10 20:59:54.955 INFO O| Feb 10 20:59:54.955 INFO O| Planning: Evaluating mediators ... Done
44592026-02-10T20:59:55.222Z[ recovery-image] Feb 10 20:59:54.956 INFO O| Feb 10 20:59:54.956 INFO O| Planning: Planning completed in 0.00 seconds
44602026-02-10T20:59:55.222Z[ recovery-image] Feb 10 20:59:54.956 INFO O| Feb 10 20:59:54.956 INFO O| Variants/Facets to change: 1
44612026-02-10T20:59:55.222Z[ recovery-image] Feb 10 20:59:54.975 INFO O| Feb 10 20:59:54.975 INFO O| Done
44622026-02-10T20:59:55.222Z[ recovery-image] Feb 10 20:59:54.975 INFO O| Feb 10 20:59:54.975 INFO O| Done
44632026-02-10T20:59:57.732Z[ recovery-image] Feb 10 20:59:57.488 INFO O| Feb 10 20:59:57.488 INFO O| Done
44642026-02-10T20:59:57.876Z[ recovery-image] Feb 10 20:59:57.633 INFO O| Feb 10 20:59:57.632 INFO O| Done
44652026-02-10T20:59:57.900Z[ recovery-image] Feb 10 20:59:57.634 INFO O| Feb 10 20:59:57.634 INFO O| Done
44662026-02-10T20:59:57.900Z[ recovery-image] Feb 10 20:59:57.634 INFO O| Feb 10 20:59:57.634 INFO O| Done
44672026-02-10T20:59:57.900Z[ recovery-image] Feb 10 20:59:57.636 INFO O| Feb 10 20:59:57.636 INFO O| Done
44682026-02-10T20:59:59.840Z[ recovery-image] Feb 10 20:59:59.597 INFO O| Feb 10 20:59:59.597 INFO STEP 10 (pkg_change_facet) COMPLETE
44692026-02-10T20:59:59.840Z[ recovery-image] Feb 10 20:59:59.597 INFO O| Feb 10 20:59:59.597 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44702026-02-10T20:59:59.864Z[ recovery-image] Feb 10 20:59:59.613 INFO O| Feb 10 20:59:59.613 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@18.0.0.0"]
44712026-02-10T21:00:02.625Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44722026-02-10T21:00:13.222Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44732026-02-10T21:00:14.069Z[verify-libraries] Compiling internet-checksum v0.2.1
44742026-02-10T21:00:14.470Z[verify-libraries] Compiling omicron-zone-package v0.12.2
44752026-02-10T21:00:31.256Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44762026-02-10T21:00:50.625Z[ host-image] Feb 10 21:00:50.387 INFO O| Feb 10 21:00:50.387 INFO O| Planning: Solver setup ... Done
44772026-02-10T21:00:58.904Z[ recovery-image] Feb 10 21:00:58.666 INFO O| Feb 10 21:00:58.666 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44782026-02-10T21:01:22.235Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44792026-02-10T21:01:26.283Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44802026-02-10T21:01:29.360Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44812026-02-10T21:01:31.517Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44822026-02-10T21:01:33.092Z[ recovery-image] Feb 10 21:01:32.855 INFO O| Feb 10 21:01:32.855 INFO O| Startup: Caching catalogs ... Done
44832026-02-10T21:01:38.792Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44842026-02-10T21:02:01.022Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44852026-02-10T21:02:11.516Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44862026-02-10T21:02:19.980Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44872026-02-10T21:02:23.792Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44882026-02-10T21:03:31.754Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44892026-02-10T21:03:32.800Z[verify-libraries] Compiling yansi v1.0.1
44902026-02-10T21:03:34.153Z[verify-libraries] Compiling diff v0.1.13
44912026-02-10T21:03:34.416Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44922026-02-10T21:03:35.862Z[verify-libraries] Compiling pretty_assertions v1.4.1
44932026-02-10T21:03:37.207Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44942026-02-10T21:03:37.877Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44952026-02-10T21:03:38.467Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44962026-02-10T21:03:43.233Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44972026-02-10T21:03:43.799Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44982026-02-10T21:03:44.362Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44992026-02-10T21:03:44.974Z[verify-libraries] Compiling drift v0.1.3
45002026-02-10T21:03:48.548Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45012026-02-10T21:03:48.618Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45022026-02-10T21:03:51.237Z[verify-libraries] Compiling dropshot-api-manager v0.2.4
45032026-02-10T21:04:20.707Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45042026-02-10T21:04:46.307Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45052026-02-10T21:04:50.992Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
45062026-02-10T21:04:59.182Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45072026-02-10T21:05:02.132Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45082026-02-10T21:05:17.926Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45092026-02-10T21:05:24.985Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
45102026-02-10T21:05:30.929Z[ recovery-image] Feb 10 21:05:30.719 INFO O| Feb 10 21:05:30.719 INFO O| Planning: Solver setup ... Done
45112026-02-10T21:05:44.384Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
45122026-02-10T21:05:45.728Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
45132026-02-10T21:05:54.613Z[verify-libraries] Compiling termios v0.3.3
45142026-02-10T21:05:55.213Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45152026-02-10T21:05:56.726Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
45162026-02-10T21:06:00.375Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45172026-02-10T21:06:15.856Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
45182026-02-10T21:06:46.053Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45192026-02-10T21:06:54.325Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
45202026-02-10T21:10:47.982Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45212026-02-10T21:11:20.914Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
45222026-02-10T21:12:10.951Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45232026-02-10T21:13:14.113Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45242026-02-10T21:13:17.595Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
45252026-02-10T21:13:23.384Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
45262026-02-10T21:13:25.464Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45272026-02-10T21:15:29.344Z[ host-image] Feb 10 21:15:29.193 INFO O| Feb 10 21:15:29.193 INFO O| Planning: Running solver ... Done
45282026-02-10T21:15:46.588Z[ host-image] Feb 10 21:15:46.440 INFO O| Feb 10 21:15:46.440 INFO O| Planning: Finding local manifests ... Done
45292026-02-10T21:15:47.092Z[ host-image] Feb 10 21:15:46.944 INFO O| Feb 10 21:15:46.944 INFO O| Planning: Fetching manifests: 0/126 0% complete
45302026-02-10T21:15:52.370Z[ host-image] Feb 10 21:15:52.222 INFO O| Feb 10 21:15:52.222 INFO O| Planning: Fetching manifests: 46/126 36% complete
45312026-02-10T21:15:57.410Z[ host-image] Feb 10 21:15:57.263 INFO O| Feb 10 21:15:57.263 INFO O| Planning: Fetching manifests: 98/126 77% complete
45322026-02-10T21:15:59.106Z[ host-image] Feb 10 21:15:58.959 INFO O| Feb 10 21:15:58.958 INFO O| Planning: Fetching manifests: 126/126 100% complete
45332026-02-10T21:16:01.187Z[ host-image] Feb 10 21:16:01.033 INFO O| Feb 10 21:16:01.033 INFO O| Planning: Package planning ... Done
45342026-02-10T21:16:02.775Z[ host-image] Feb 10 21:16:02.629 INFO O| Feb 10 21:16:02.628 INFO O| Planning: Merging actions ... Done
45352026-02-10T21:16:03.218Z[ host-image] Feb 10 21:16:03.072 INFO O| Feb 10 21:16:03.072 INFO O| Planning: Checking for conflicting actions ... Done
45362026-02-10T21:16:03.591Z[ host-image] Feb 10 21:16:03.445 INFO O| Feb 10 21:16:03.444 INFO O| Planning: Consolidating action changes ... Done
45372026-02-10T21:16:04.155Z[ host-image] Feb 10 21:16:04.009 INFO O| Feb 10 21:16:04.009 INFO O| Planning: Evaluating mediators ... Done
45382026-02-10T21:16:11.160Z[ host-image] Feb 10 21:16:11.015 INFO O| Feb 10 21:16:11.015 INFO O| Planning: Planning completed in 1159.83 seconds
45392026-02-10T21:16:11.250Z[ host-image] Feb 10 21:16:11.105 INFO O| Feb 10 21:16:11.105 INFO O| Packages to install: 126
45402026-02-10T21:16:11.275Z[ host-image] Feb 10 21:16:11.105 INFO O| Feb 10 21:16:11.105 INFO O| Mediators to change: 5
45412026-02-10T21:16:11.275Z[ host-image] Feb 10 21:16:11.105 INFO O| Feb 10 21:16:11.105 INFO O| Services to change: 6
45422026-02-10T21:16:12.001Z[ host-image] Feb 10 21:16:11.856 INFO O| Feb 10 21:16:11.856 INFO O| Download: 0/22925 items 0.0/209.3MB 0% complete
45432026-02-10T21:16:17.013Z[ host-image] Feb 10 21:16:16.856 INFO O| Feb 10 21:16:16.856 INFO O| Download: 1044/22925 items 6.8/209.3MB 3% complete (1.4M/s)
45442026-02-10T21:16:22.045Z[ host-image] Feb 10 21:16:21.900 INFO O| Feb 10 21:16:21.900 INFO O| Download: 1697/22925 items 11.4/209.3MB 5% complete (1.2M/s)
45452026-02-10T21:16:27.074Z[ host-image] Feb 10 21:16:26.930 INFO O| Feb 10 21:16:26.930 INFO O| Download: 2251/22925 items 24.9/209.3MB 11% complete (1.8M/s)
45462026-02-10T21:17:01.176Z[ host-image] Feb 10 21:17:01.036 INFO O| Feb 10 21:17:01.036 INFO O| Download: 3054/22925 items 34.1/209.3MB 16% complete
45472026-02-10T21:17:14.406Z[ host-image] Feb 10 21:17:14.267 INFO O| Feb 10 21:17:14.267 INFO O| Download: 3079/22925 items 34.2/209.3MB 16% complete
45482026-02-10T21:17:19.442Z[ host-image] Feb 10 21:17:19.304 INFO O| Feb 10 21:17:19.304 INFO O| Download: 4374/22925 items 41.3/209.3MB 19% complete (1.4M/s)
45492026-02-10T21:17:24.460Z[ host-image] Feb 10 21:17:24.322 INFO O| Feb 10 21:17:24.322 INFO O| Download: 5045/22925 items 46.3/209.3MB 22% complete (1.2M/s)
45502026-02-10T21:17:29.479Z[ host-image] Feb 10 21:17:29.341 INFO O| Feb 10 21:17:29.341 INFO O| Download: 6225/22925 items 46.9/209.3MB 22% complete (575k/s)
45512026-02-10T21:17:34.585Z[ host-image] Feb 10 21:17:34.448 INFO O| Feb 10 21:17:34.448 INFO O| Download: 7079/22925 items 51.4/209.3MB 24% complete (500k/s)
45522026-02-10T21:17:39.861Z[ host-image] Feb 10 21:17:39.725 INFO O| Feb 10 21:17:39.725 INFO O| Download: 8157/22925 items 60.8/209.3MB 29% complete (1.4M/s)
45532026-02-10T21:17:44.862Z[ host-image] Feb 10 21:17:44.726 INFO O| Feb 10 21:17:44.726 INFO O| Download: 8820/22925 items 74.7/209.3MB 35% complete (1.9M/s)
45542026-02-10T21:17:49.862Z[ host-image] Feb 10 21:17:49.726 INFO O| Feb 10 21:17:49.726 INFO O| Download: 9843/22925 items 87.0/209.3MB 41% complete (2.6M/s)
45552026-02-10T21:17:54.866Z[ host-image] Feb 10 21:17:54.731 INFO O| Feb 10 21:17:54.731 INFO O| Download: 10885/22925 items 93.2/209.3MB 44% complete (1.9M/s)
45562026-02-10T21:17:59.872Z[ host-image] Feb 10 21:17:59.738 INFO O| Feb 10 21:17:59.738 INFO O| Download: 11594/22925 items 99.7/209.3MB 47% complete (1.3M/s)
45572026-02-10T21:18:04.878Z[ host-image] Feb 10 21:18:04.743 INFO O| Feb 10 21:18:04.743 INFO O| Download: 12281/22925 items 112.2/209.3MB 53% complete (1.9M/s)
45582026-02-10T21:18:10.109Z[ host-image] Feb 10 21:18:09.976 INFO O| Feb 10 21:18:09.976 INFO O| Download: 13393/22925 items 113.4/209.3MB 54% complete (1.4M/s)
45592026-02-10T21:18:15.109Z[ host-image] Feb 10 21:18:14.976 INFO O| Feb 10 21:18:14.976 INFO O| Download: 14450/22925 items 114.9/209.3MB 54% complete (264k/s)
45602026-02-10T21:18:20.108Z[ host-image] Feb 10 21:18:19.976 INFO O| Feb 10 21:18:19.976 INFO O| Download: 15284/22925 items 126.8/209.3MB 60% complete (1.3M/s)
45612026-02-10T21:18:25.132Z[ host-image] Feb 10 21:18:25.000 INFO O| Feb 10 21:18:25.000 INFO O| Download: 16172/22925 items 139.9/209.3MB 66% complete (2.5M/s)
45622026-02-10T21:18:30.174Z[ host-image] Feb 10 21:18:30.043 INFO O| Feb 10 21:18:30.043 INFO O| Download: 17208/22925 items 152.8/209.3MB 73% complete (2.6M/s)
45632026-02-10T21:18:55.574Z[ host-image] Feb 10 21:18:55.445 INFO O| Feb 10 21:18:55.445 INFO O| Download: 17979/22925 items 154.2/209.3MB 73% complete
45642026-02-10T21:19:00.586Z[ host-image] Feb 10 21:19:00.457 INFO O| Feb 10 21:19:00.457 INFO O| Download: 18778/22925 items 169.2/209.3MB 80% complete (3.0M/s)
45652026-02-10T21:19:05.618Z[ host-image] Feb 10 21:19:05.491 INFO O| Feb 10 21:19:05.490 INFO O| Download: 19989/22925 items 173.9/209.3MB 83% complete (2.0M/s)
45662026-02-10T21:19:10.633Z[ host-image] Feb 10 21:19:10.505 INFO O| Feb 10 21:19:10.505 INFO O| Download: 20891/22925 items 178.0/209.3MB 85% complete (901k/s)
45672026-02-10T21:19:15.668Z[ host-image] Feb 10 21:19:15.541 INFO O| Feb 10 21:19:15.541 INFO O| Download: 21677/22925 items 187.5/209.3MB 89% complete (1.4M/s)
45682026-02-10T21:19:20.792Z[ host-image] Feb 10 21:19:20.666 INFO O| Feb 10 21:19:20.666 INFO O| Download: 22193/22925 items 203.7/209.3MB 97% complete (2.5M/s)
45692026-02-10T21:19:24.089Z[ host-image] Feb 10 21:19:23.963 INFO O| Feb 10 21:19:23.963 INFO O| Download: Completed 209.26 MB in 192.11 seconds (1.1M/s)
45702026-02-10T21:19:25.607Z[ host-image] Feb 10 21:19:25.481 INFO O| Feb 10 21:19:25.481 INFO O| Actions: 1/50884 actions (Installing new actions)
45712026-02-10T21:19:30.607Z[ host-image] Feb 10 21:19:30.481 INFO O| Feb 10 21:19:30.481 INFO O| Actions: 10583/50884 actions (Installing new actions)
45722026-02-10T21:19:35.607Z[ host-image] Feb 10 21:19:35.481 INFO O| Feb 10 21:19:35.481 INFO O| Actions: 17359/50884 actions (Installing new actions)
45732026-02-10T21:19:40.607Z[ host-image] Feb 10 21:19:40.483 INFO O| Feb 10 21:19:40.483 INFO O| Actions: 24676/50884 actions (Installing new actions)
45742026-02-10T21:19:45.646Z[ host-image] Feb 10 21:19:45.521 INFO O| Feb 10 21:19:45.521 INFO O| Actions: 50328/50884 actions (Installing new actions)
45752026-02-10T21:19:47.493Z[ host-image] Feb 10 21:19:47.369 INFO O| Feb 10 21:19:47.369 INFO O| Actions: Completed 50884 actions in 21.88 seconds.
45762026-02-10T21:19:48.610Z[ host-image] Feb 10 21:19:48.487 INFO O| Feb 10 21:19:48.486 INFO O| Done
45772026-02-10T21:19:48.610Z[ host-image] Feb 10 21:19:48.487 INFO O| Feb 10 21:19:48.486 INFO O| Done
45782026-02-10T21:19:51.887Z[ recovery-image] Feb 10 21:19:51.763 INFO O| Feb 10 21:19:51.763 INFO O| Planning: Running solver ... Done
45792026-02-10T21:19:53.640Z[ recovery-image] Feb 10 21:19:53.517 INFO O| Feb 10 21:19:53.517 INFO O| Planning: Finding local manifests ... Done
45802026-02-10T21:19:53.769Z[ recovery-image] Feb 10 21:19:53.646 INFO O| Feb 10 21:19:53.646 INFO O| Planning: Fetching manifests: 0/126 0% complete
45812026-02-10T21:19:56.501Z[ host-image] Feb 10 21:19:56.379 INFO O| Feb 10 21:19:56.379 INFO O| Done
45822026-02-10T21:19:58.794Z[ recovery-image] Feb 10 21:19:58.672 INFO O| Feb 10 21:19:58.671 INFO O| Planning: Fetching manifests: 75/126 59% complete
45832026-02-10T21:19:58.892Z[ host-image] Feb 10 21:19:58.769 INFO O| Feb 10 21:19:58.769 INFO O| Done
45842026-02-10T21:19:58.944Z[ host-image] Feb 10 21:19:58.821 INFO O| Feb 10 21:19:58.820 INFO O| Done
45852026-02-10T21:20:03.211Z[ recovery-image] Feb 10 21:20:03.088 INFO O| Feb 10 21:20:03.088 INFO O| Planning: Fetching manifests: 126/126 100% complete
45862026-02-10T21:20:04.239Z[ recovery-image] Feb 10 21:20:04.117 INFO O| Feb 10 21:20:04.117 INFO O| Planning: Package planning ... Done
45872026-02-10T21:20:04.922Z[ recovery-image] Feb 10 21:20:04.800 INFO O| Feb 10 21:20:04.800 INFO O| Planning: Merging actions ... Done
45882026-02-10T21:20:05.080Z[ recovery-image] Feb 10 21:20:04.957 INFO O| Feb 10 21:20:04.956 INFO O| Planning: Checking for conflicting actions ... Done
45892026-02-10T21:20:05.208Z[ recovery-image] Feb 10 21:20:05.086 INFO O| Feb 10 21:20:05.086 INFO O| Planning: Consolidating action changes ... Done
45902026-02-10T21:20:05.542Z[ recovery-image] Feb 10 21:20:05.420 INFO O| Feb 10 21:20:05.420 INFO O| Planning: Evaluating mediators ... Done
45912026-02-10T21:20:05.677Z[ host-image] Feb 10 21:20:05.556 INFO O| Feb 10 21:20:05.556 INFO O| Done
45922026-02-10T21:20:06.573Z[ host-image] Feb 10 21:20:06.451 INFO O| Feb 10 21:20:06.451 INFO O| Done
45932026-02-10T21:20:10.835Z[ recovery-image] Feb 10 21:20:10.714 INFO O| Feb 10 21:20:10.714 INFO O| Planning: Planning completed in 1117.70 seconds
45942026-02-10T21:20:10.860Z[ recovery-image] Feb 10 21:20:10.719 INFO O| Feb 10 21:20:10.719 INFO O| Packages to install: 126
45952026-02-10T21:20:10.860Z[ recovery-image] Feb 10 21:20:10.720 INFO O| Feb 10 21:20:10.719 INFO O| Mediators to change: 5
45962026-02-10T21:20:10.860Z[ recovery-image] Feb 10 21:20:10.720 INFO O| Feb 10 21:20:10.719 INFO O| Services to change: 5
45972026-02-10T21:20:10.941Z[ recovery-image] Feb 10 21:20:10.820 INFO O| Feb 10 21:20:10.819 INFO O| Download: 0/15969 items 0.0/185.9MB 0% complete
45982026-02-10T21:20:16.122Z[ recovery-image] Feb 10 21:20:15.854 INFO O| Feb 10 21:20:15.854 INFO O| Download: 1056/15969 items 8.0/185.9MB 4% complete (1.8M/s)
45992026-02-10T21:20:17.061Z[ host-image] Feb 10 21:20:16.938 INFO O| Feb 10 21:20:16.937 INFO STEP 11 (pkg_install) COMPLETE
46002026-02-10T21:20:17.085Z[ host-image] Feb 10 21:20:16.941 INFO O| Feb 10 21:20:16.938 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46012026-02-10T21:20:17.110Z[ host-image] Feb 10 21:20:16.981 INFO O| Feb 10 21:20:16.981 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"]
46022026-02-10T21:20:21.272Z[ recovery-image] Feb 10 21:20:21.152 INFO O| Feb 10 21:20:21.152 INFO O| Download: 1188/15969 items 15.5/185.9MB 8% complete (1.5M/s)
46032026-02-10T21:20:31.678Z[ recovery-image] Feb 10 21:20:31.557 INFO O| Feb 10 21:20:31.557 INFO O| Download: 1578/15969 items 24.3/185.9MB 13% complete (1.6M/s)
46042026-02-10T21:20:36.683Z[ recovery-image] Feb 10 21:20:36.564 INFO O| Feb 10 21:20:36.564 INFO O| Download: 2707/15969 items 33.3/185.9MB 17% complete (1.8M/s)
46052026-02-10T21:20:41.683Z[ recovery-image] Feb 10 21:20:41.564 INFO O| Feb 10 21:20:41.564 INFO O| Download: 4217/15969 items 43.0/185.9MB 23% complete (1.9M/s)
46062026-02-10T21:20:46.754Z[ recovery-image] Feb 10 21:20:46.637 INFO O| Feb 10 21:20:46.637 INFO O| Download: 5801/15969 items 46.4/185.9MB 24% complete (1.3M/s)
46072026-02-10T21:20:51.785Z[ recovery-image] Feb 10 21:20:51.668 INFO O| Feb 10 21:20:51.668 INFO O| Download: 6232/15969 items 64.7/185.9MB 34% complete (2.0M/s)
46082026-02-10T21:20:56.786Z[ recovery-image] Feb 10 21:20:56.669 INFO O| Feb 10 21:20:56.669 INFO O| Download: 7780/15969 items 77.4/185.9MB 41% complete (3.1M/s)
46092026-02-10T21:21:01.786Z[ recovery-image] Feb 10 21:21:01.670 INFO O| Feb 10 21:21:01.669 INFO O| Download: 8760/15969 items 87.1/185.9MB 46% complete (2.2M/s)
46102026-02-10T21:21:05.635Z[ host-image] Feb 10 21:21:05.519 INFO O| Feb 10 21:21:05.519 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46112026-02-10T21:21:06.786Z[ recovery-image] Feb 10 21:21:06.670 INFO O| Feb 10 21:21:06.670 INFO O| Download: 9674/15969 items 96.4/185.9MB 51% complete (1.9M/s)
46122026-02-10T21:21:12.379Z[ recovery-image] Feb 10 21:21:12.264 INFO O| Feb 10 21:21:12.264 INFO O| Download: 11151/15969 items 103.1/185.9MB 55% complete (1.6M/s)
46132026-02-10T21:21:17.380Z[ recovery-image] Feb 10 21:21:17.265 INFO O| Feb 10 21:21:17.265 INFO O| Download: 11797/15969 items 123.4/185.9MB 66% complete (2.6M/s)
46142026-02-10T21:21:22.379Z[ recovery-image] Feb 10 21:21:22.265 INFO O| Feb 10 21:21:22.265 INFO O| Download: 12898/15969 items 147.6/185.9MB 79% complete (4.5M/s)
46152026-02-10T21:21:27.380Z[ recovery-image] Feb 10 21:21:27.267 INFO O| Feb 10 21:21:27.267 INFO O| Download: 14721/15969 items 154.4/185.9MB 83% complete (3.2M/s)
46162026-02-10T21:21:28.222Z[ host-image] Feb 10 21:21:28.108 INFO O| Feb 10 21:21:28.108 INFO O| Startup: Caching catalogs ... Done
46172026-02-10T21:21:32.380Z[ recovery-image] Feb 10 21:21:32.267 INFO O| Feb 10 21:21:32.267 INFO O| Download: 15109/15969 items 161.8/185.9MB 87% complete (1.4M/s)
46182026-02-10T21:21:37.380Z[ recovery-image] Feb 10 21:21:37.267 INFO O| Feb 10 21:21:37.267 INFO O| Download: 15942/15969 items 184.5/185.9MB 99% complete (3.0M/s)
46192026-02-10T21:21:37.858Z[ recovery-image] Feb 10 21:21:37.746 INFO O| Feb 10 21:21:37.746 INFO O| Download: Completed 185.88 MB in 86.93 seconds (2.1M/s)
46202026-02-10T21:21:38.561Z[ recovery-image] Feb 10 21:21:38.449 INFO O| Feb 10 21:21:38.449 INFO O| Actions: 1/26356 actions (Installing new actions)
46212026-02-10T21:21:39.809Z[ host-image] Feb 10 21:21:39.697 INFO O| Feb 10 21:21:39.697 INFO O| Planning: Solver setup ... Done
46222026-02-10T21:21:39.833Z[ host-image] Feb 10 21:21:39.710 INFO O| Feb 10 21:21:39.710 INFO O| Planning: Running solver ... Done
46232026-02-10T21:21:39.956Z[ host-image] Feb 10 21:21:39.844 INFO O| Feb 10 21:21:39.843 INFO O| Planning: Finding local manifests ... Done
46242026-02-10T21:21:40.039Z[ host-image] Feb 10 21:21:39.925 INFO O| Feb 10 21:21:39.925 INFO O| Planning: Fetching manifests: 0/6 0% complete
46252026-02-10T21:21:40.311Z[ host-image] Feb 10 21:21:40.197 INFO O| Feb 10 21:21:40.197 INFO O| Planning: Fetching manifests: 6/6 100% complete
46262026-02-10T21:21:40.365Z[ host-image] Feb 10 21:21:40.253 INFO O| Feb 10 21:21:40.252 INFO O| Planning: Package planning ... Done
46272026-02-10T21:21:40.389Z[ host-image] Feb 10 21:21:40.262 INFO O| Feb 10 21:21:40.262 INFO O| Planning: Merging actions ... Done
46282026-02-10T21:21:40.497Z[ host-image] Feb 10 21:21:40.385 INFO O| Feb 10 21:21:40.385 INFO O| Planning: Checking for conflicting actions ... Done
46292026-02-10T21:21:40.522Z[ host-image] Feb 10 21:21:40.387 INFO O| Feb 10 21:21:40.387 INFO O| Planning: Consolidating action changes ... Done
46302026-02-10T21:21:40.807Z[ host-image] Feb 10 21:21:40.694 INFO O| Feb 10 21:21:40.694 INFO O| Planning: Evaluating mediators ... Done
46312026-02-10T21:21:40.831Z[ host-image] Feb 10 21:21:40.696 INFO O| Feb 10 21:21:40.696 INFO O| Planning: Planning completed in 12.47 seconds
46322026-02-10T21:21:40.831Z[ host-image] Feb 10 21:21:40.697 INFO O| Feb 10 21:21:40.697 INFO O| Packages to install: 6
46332026-02-10T21:21:40.831Z[ host-image] Feb 10 21:21:40.697 INFO O| Feb 10 21:21:40.697 INFO O| Services to change: 2
46342026-02-10T21:21:40.855Z[ host-image] Feb 10 21:21:40.726 INFO O| Feb 10 21:21:40.726 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
46352026-02-10T21:21:42.692Z[ host-image] Feb 10 21:21:42.580 INFO O| Feb 10 21:21:42.580 INFO O| Download: Completed 1.75 MB in 1.85 seconds (963k/s)
46362026-02-10T21:21:42.748Z[ host-image] Feb 10 21:21:42.635 INFO O| Feb 10 21:21:42.635 INFO O| Actions: 1/390 actions (Installing new actions)
46372026-02-10T21:21:43.176Z[ host-image] Feb 10 21:21:43.064 INFO O| Feb 10 21:21:43.064 INFO O| Actions: Completed 390 actions in 0.43 seconds.
46382026-02-10T21:21:43.562Z[ recovery-image] Feb 10 21:21:43.449 INFO O| Feb 10 21:21:43.449 INFO O| Actions: 10657/26356 actions (Installing new actions)
46392026-02-10T21:21:44.828Z[ host-image] Feb 10 21:21:44.716 INFO O| Feb 10 21:21:44.716 INFO O| Done
46402026-02-10T21:21:44.828Z[ host-image] Feb 10 21:21:44.716 INFO O| Feb 10 21:21:44.716 INFO O| Done
46412026-02-10T21:21:47.396Z[ host-image] Feb 10 21:21:47.284 INFO O| Feb 10 21:21:47.284 INFO O| Done
46422026-02-10T21:21:48.563Z[ recovery-image] Feb 10 21:21:48.452 INFO O| Feb 10 21:21:48.452 INFO O| Actions: 19368/26356 actions (Installing new actions)
46432026-02-10T21:21:49.656Z[ host-image] Feb 10 21:21:49.544 INFO O| Feb 10 21:21:49.544 INFO O| Done
46442026-02-10T21:21:49.708Z[ host-image] Feb 10 21:21:49.596 INFO O| Feb 10 21:21:49.596 INFO O| Done
46452026-02-10T21:21:49.732Z[ host-image] Feb 10 21:21:49.597 INFO O| Feb 10 21:21:49.597 INFO O| Done
46462026-02-10T21:21:49.760Z[ host-image] Feb 10 21:21:49.644 INFO O| Feb 10 21:21:49.643 INFO O| Done
46472026-02-10T21:21:51.729Z[ host-image] Feb 10 21:21:51.618 INFO O| Feb 10 21:21:51.617 INFO STEP 12 (pkg_install) COMPLETE
46482026-02-10T21:21:51.729Z[ host-image] Feb 10 21:21:51.618 INFO O| Feb 10 21:21:51.617 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46492026-02-10T21:21:51.753Z[ host-image] Feb 10 21:21:51.640 INFO O| Feb 10 21:21:51.640 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46502026-02-10T21:21:51.896Z[ recovery-image] Feb 10 21:21:51.785 INFO O| Feb 10 21:21:51.784 INFO O| Actions: Completed 26356 actions in 13.33 seconds.
46512026-02-10T21:21:53.679Z[ recovery-image] Feb 10 21:21:53.553 INFO O| Feb 10 21:21:53.553 INFO O| Done
46522026-02-10T21:21:53.679Z[ recovery-image] Feb 10 21:21:53.553 INFO O| Feb 10 21:21:53.553 INFO O| Done
46532026-02-10T21:21:56.271Z[ recovery-image] Feb 10 21:21:56.160 INFO O| Feb 10 21:21:56.160 INFO O| Done
46542026-02-10T21:21:58.883Z[ recovery-image] Feb 10 21:21:58.773 INFO O| Feb 10 21:21:58.773 INFO O| Done
46552026-02-10T21:21:58.916Z[ recovery-image] Feb 10 21:21:58.805 INFO O| Feb 10 21:21:58.805 INFO O| Done
46562026-02-10T21:22:03.554Z[ recovery-image] Feb 10 21:22:03.444 INFO O| Feb 10 21:22:03.444 INFO O| Done
46572026-02-10T21:22:04.094Z[ recovery-image] Feb 10 21:22:03.984 INFO O| Feb 10 21:22:03.984 INFO O| Done
46582026-02-10T21:22:08.004Z[ recovery-image] Feb 10 21:22:07.895 INFO O| Feb 10 21:22:07.895 INFO STEP 11 (pkg_install) COMPLETE
46592026-02-10T21:22:08.004Z[ recovery-image] Feb 10 21:22:07.895 INFO O| Feb 10 21:22:07.895 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46602026-02-10T21:22:08.028Z[ recovery-image] Feb 10 21:22:07.895 INFO O| Feb 10 21:22:07.895 INFO skip step because feature "recovery" is enabled
46612026-02-10T21:22:08.028Z[ recovery-image] Feb 10 21:22:07.896 INFO O| Feb 10 21:22:07.895 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46622026-02-10T21:22:08.028Z[ recovery-image] Feb 10 21:22:07.896 INFO O| Feb 10 21:22:07.895 INFO skip step because feature "omicron1" is not enabled
46632026-02-10T21:22:08.029Z[ recovery-image] Feb 10 21:22:07.896 INFO O| Feb 10 21:22:07.895 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46642026-02-10T21:22:08.029Z[ recovery-image] Feb 10 21:22:07.918 INFO O| Feb 10 21:22:07.918 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
46652026-02-10T21:22:47.688Z[ host-image] Feb 10 21:22:47.582 INFO O| Feb 10 21:22:47.582 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46662026-02-10T21:23:03.082Z[ recovery-image] Feb 10 21:23:02.977 INFO O| Feb 10 21:23:02.977 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46672026-02-10T21:23:18.069Z[ host-image] Feb 10 21:23:17.966 INFO O| Feb 10 21:23:17.966 INFO O| Startup: Caching catalogs ... Done
46682026-02-10T21:23:30.100Z[ host-image] Feb 10 21:23:29.998 INFO O| Feb 10 21:23:29.998 INFO O| Planning: Solver setup ... Done
46692026-02-10T21:23:30.124Z[ host-image] Feb 10 21:23:30.018 INFO O| Feb 10 21:23:30.018 INFO O| Planning: Running solver ... Done
46702026-02-10T21:23:30.295Z[ host-image] Feb 10 21:23:30.193 INFO O| Feb 10 21:23:30.193 INFO O| Planning: Finding local manifests ... Done
46712026-02-10T21:23:30.552Z[ host-image] Feb 10 21:23:30.450 INFO O| Feb 10 21:23:30.450 INFO O| Planning: Fetching manifests: 0/6 0% complete
46722026-02-10T21:23:31.041Z[ host-image] Feb 10 21:23:30.940 INFO O| Feb 10 21:23:30.940 INFO O| Planning: Fetching manifests: 6/6 100% complete
46732026-02-10T21:23:31.178Z[ host-image] Feb 10 21:23:31.076 INFO O| Feb 10 21:23:31.076 INFO O| Planning: Package planning ... Done
46742026-02-10T21:23:31.236Z[ host-image] Feb 10 21:23:31.135 INFO O| Feb 10 21:23:31.135 INFO O| Planning: Merging actions ... Done
46752026-02-10T21:23:31.385Z[ host-image] Feb 10 21:23:31.284 INFO O| Feb 10 21:23:31.284 INFO O| Planning: Checking for conflicting actions ... Done
46762026-02-10T21:23:31.409Z[ host-image] Feb 10 21:23:31.291 INFO O| Feb 10 21:23:31.291 INFO O| Planning: Consolidating action changes ... Done
46772026-02-10T21:23:31.796Z[ host-image] Feb 10 21:23:31.695 INFO O| Feb 10 21:23:31.695 INFO O| Planning: Evaluating mediators ... Done
46782026-02-10T21:23:31.820Z[ host-image] Feb 10 21:23:31.704 INFO O| Feb 10 21:23:31.704 INFO O| Planning: Planning completed in 13.61 seconds
46792026-02-10T21:23:31.820Z[ host-image] Feb 10 21:23:31.705 INFO O| Feb 10 21:23:31.705 INFO O| Packages to install: 6
46802026-02-10T21:23:31.820Z[ host-image] Feb 10 21:23:31.705 INFO O| Feb 10 21:23:31.705 INFO O| Mediators to change: 1
46812026-02-10T21:23:31.820Z[ host-image] Feb 10 21:23:31.705 INFO O| Feb 10 21:23:31.705 INFO O| Services to change: 1
46822026-02-10T21:23:31.844Z[ host-image] Feb 10 21:23:31.739 INFO O| Feb 10 21:23:31.739 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
46832026-02-10T21:23:32.560Z[ recovery-image] Feb 10 21:23:32.459 INFO O| Feb 10 21:23:32.459 INFO O| Startup: Caching catalogs ... Done
46842026-02-10T21:23:36.841Z[ host-image] Feb 10 21:23:36.740 INFO O| Feb 10 21:23:36.740 INFO O| Download: 1067/1140 items 3.9/7.7MB 50% complete (749k/s)
46852026-02-10T21:23:37.382Z[ host-image] Feb 10 21:23:37.281 INFO O| Feb 10 21:23:37.281 INFO O| Download: Completed 7.71 MB in 5.54 seconds (1.4M/s)
46862026-02-10T21:23:37.541Z[ host-image] Feb 10 21:23:37.440 INFO O| Feb 10 21:23:37.440 INFO O| Actions: 1/1361 actions (Installing new actions)
46872026-02-10T21:23:38.333Z[ host-image] Feb 10 21:23:38.233 INFO O| Feb 10 21:23:38.232 INFO O| Actions: Completed 1361 actions in 0.79 seconds.
46882026-02-10T21:23:40.662Z[ host-image] Feb 10 21:23:40.562 INFO O| Feb 10 21:23:40.562 INFO O| Done
46892026-02-10T21:23:40.662Z[ host-image] Feb 10 21:23:40.562 INFO O| Feb 10 21:23:40.562 INFO O| Done
46902026-02-10T21:23:43.404Z[ host-image] Feb 10 21:23:43.304 INFO O| Feb 10 21:23:43.304 INFO O| Done
46912026-02-10T21:23:44.820Z[ recovery-image] Feb 10 21:23:44.714 INFO O| Feb 10 21:23:44.714 INFO O| Planning: Solver setup ... Done
46922026-02-10T21:23:44.844Z[ recovery-image] Feb 10 21:23:44.728 INFO O| Feb 10 21:23:44.728 INFO O| Planning: Running solver ... Done
46932026-02-10T21:23:45.012Z[ recovery-image] Feb 10 21:23:44.912 INFO O| Feb 10 21:23:44.912 INFO O| Planning: Finding local manifests ... Done
46942026-02-10T21:23:45.143Z[ recovery-image] Feb 10 21:23:45.043 INFO O| Feb 10 21:23:45.043 INFO O| Planning: Fetching manifests: 0/1 0% complete
46952026-02-10T21:23:45.187Z[ recovery-image] Feb 10 21:23:45.087 INFO O| Feb 10 21:23:45.087 INFO O| Planning: Fetching manifests: 1/1 100% complete
46962026-02-10T21:23:45.217Z[ recovery-image] Feb 10 21:23:45.118 INFO O| Feb 10 21:23:45.118 INFO O| Planning: Package planning ... Done
46972026-02-10T21:23:45.267Z[ recovery-image] Feb 10 21:23:45.118 INFO O| Feb 10 21:23:45.118 INFO O| Planning: Merging actions ... Done
46982026-02-10T21:23:45.290Z[ recovery-image] Feb 10 21:23:45.183 INFO O| Feb 10 21:23:45.183 INFO O| Planning: Checking for conflicting actions ... Done
46992026-02-10T21:23:45.291Z[ recovery-image] Feb 10 21:23:45.184 INFO O| Feb 10 21:23:45.184 INFO O| Planning: Consolidating action changes ... Done
47002026-02-10T21:23:45.549Z[ recovery-image] Feb 10 21:23:45.449 INFO O| Feb 10 21:23:45.449 INFO O| Planning: Evaluating mediators ... Done
47012026-02-10T21:23:45.574Z[ recovery-image] Feb 10 21:23:45.450 INFO O| Feb 10 21:23:45.450 INFO O| Planning: Planning completed in 12.84 seconds
47022026-02-10T21:23:45.574Z[ recovery-image] Feb 10 21:23:45.451 INFO O| Feb 10 21:23:45.451 INFO O| Packages to install: 1
47032026-02-10T21:23:45.598Z[ recovery-image] Feb 10 21:23:45.481 INFO O| Feb 10 21:23:45.480 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
47042026-02-10T21:23:46.374Z[ recovery-image] Feb 10 21:23:46.275 INFO O| Feb 10 21:23:46.274 INFO O| Download: Completed 12.26 MB in 0.79 seconds (15.4M/s)
47052026-02-10T21:23:46.465Z[ recovery-image] Feb 10 21:23:46.365 INFO O| Feb 10 21:23:46.365 INFO O| Actions: 1/22 actions (Installing new actions)
47062026-02-10T21:23:46.571Z[ host-image] Feb 10 21:23:46.471 INFO O| Feb 10 21:23:46.471 INFO O| Done
47072026-02-10T21:23:46.629Z[ host-image] Feb 10 21:23:46.529 INFO O| Feb 10 21:23:46.529 INFO O| Done
47082026-02-10T21:23:46.629Z[ host-image] Feb 10 21:23:46.530 INFO O| Feb 10 21:23:46.530 INFO O| Done
47092026-02-10T21:23:46.722Z[ host-image] Feb 10 21:23:46.623 INFO O| Feb 10 21:23:46.623 INFO O| Done
47102026-02-10T21:23:47.013Z[ recovery-image] Feb 10 21:23:46.913 INFO O| Feb 10 21:23:46.913 INFO O| Actions: Completed 22 actions in 0.55 seconds.
47112026-02-10T21:23:48.926Z[ host-image] Feb 10 21:23:48.827 INFO O| Feb 10 21:23:48.826 INFO STEP 13 (pkg_install) COMPLETE
47122026-02-10T21:23:48.926Z[ host-image] Feb 10 21:23:48.827 INFO O| Feb 10 21:23:48.827 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47132026-02-10T21:23:48.951Z[ host-image] Feb 10 21:23:48.845 INFO O| Feb 10 21:23:48.845 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
47142026-02-10T21:23:49.298Z[ recovery-image] Feb 10 21:23:49.198 INFO O| Feb 10 21:23:49.198 INFO O| Done
47152026-02-10T21:23:49.298Z[ recovery-image] Feb 10 21:23:49.199 INFO O| Feb 10 21:23:49.198 INFO O| Done
47162026-02-10T21:23:52.156Z[ recovery-image] Feb 10 21:23:52.056 INFO O| Feb 10 21:23:52.056 INFO O| Done
47172026-02-10T21:23:54.591Z[ recovery-image] Feb 10 21:23:54.492 INFO O| Feb 10 21:23:54.492 INFO O| Done
47182026-02-10T21:23:54.617Z[ recovery-image] Feb 10 21:23:54.518 INFO O| Feb 10 21:23:54.518 INFO O| Done
47192026-02-10T21:23:54.617Z[ recovery-image] Feb 10 21:23:54.518 INFO O| Feb 10 21:23:54.518 INFO O| Done
47202026-02-10T21:23:54.649Z[ recovery-image] Feb 10 21:23:54.550 INFO O| Feb 10 21:23:54.550 INFO O| Done
47212026-02-10T21:23:57.061Z[ recovery-image] Feb 10 21:23:56.963 INFO O| Feb 10 21:23:56.963 INFO STEP 14 (pkg_install) COMPLETE
47222026-02-10T21:23:57.062Z[ recovery-image] Feb 10 21:23:56.963 INFO O| Feb 10 21:23:56.963 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47232026-02-10T21:23:57.086Z[ recovery-image] Feb 10 21:23:56.963 INFO O| Feb 10 21:23:56.963 INFO skip step because feature "mbist" is not enabled
47242026-02-10T21:23:57.086Z[ recovery-image] Feb 10 21:23:56.963 INFO O| Feb 10 21:23:56.963 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47252026-02-10T21:23:57.086Z[ recovery-image] Feb 10 21:23:56.963 INFO O| Feb 10 21:23:56.963 INFO skip step because feature "mfg" is not enabled
47262026-02-10T21:23:57.086Z[ recovery-image] Feb 10 21:23:56.963 INFO O| Feb 10 21:23:56.963 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47272026-02-10T21:23:57.086Z[ recovery-image] Feb 10 21:23:56.963 INFO O| Feb 10 21:23:56.963 INFO skip step because feature "compliance" is not enabled
47282026-02-10T21:23:57.086Z[ recovery-image] Feb 10 21:23:56.963 INFO O| Feb 10 21:23:56.963 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47292026-02-10T21:23:57.086Z[ recovery-image] Feb 10 21:23:56.963 INFO O| Feb 10 21:23:56.963 INFO skip step because feature "stress" is not enabled
47302026-02-10T21:23:57.086Z[ recovery-image] Feb 10 21:23:56.963 INFO O| Feb 10 21:23:56.963 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47312026-02-10T21:23:57.086Z[ recovery-image] Feb 10 21:23:56.963 INFO O| Feb 10 21:23:56.963 INFO skip step because feature "compliance" is not enabled
47322026-02-10T21:23:57.086Z[ recovery-image] Feb 10 21:23:56.963 INFO O| Feb 10 21:23:56.963 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47332026-02-10T21:23:57.086Z[ recovery-image] Feb 10 21:23:56.963 INFO O| Feb 10 21:23:56.963 INFO skip step because feature "nfs" is not enabled
47342026-02-10T21:23:57.086Z[ recovery-image] Feb 10 21:23:56.964 INFO O| Feb 10 21:23:56.963 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
47352026-02-10T21:23:57.086Z[ recovery-image] Feb 10 21:23:56.964 INFO O| Feb 10 21:23:56.963 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
47362026-02-10T21:23:57.114Z[ recovery-image] Feb 10 21:23:57.016 INFO O| Feb 10 21:23:57.016 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
47372026-02-10T21:23:57.224Z[ recovery-image] Feb 10 21:23:57.126 INFO O| Feb 10 21:23:57.125 INFO completed processing sled/ramdisk-01-os
47382026-02-10T21:23:58.102Z[ recovery-image] Feb 10 21:23:58.002 INFO image builder template: ramdisk-02-trim...
47392026-02-10T21:23:58.126Z[ recovery-image] Feb 10 21:23:58.011 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/.tmpl7VXyn/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
47402026-02-10T21:23:58.174Z[ recovery-image] Feb 10 21:23:58.076 INFO O| Feb 10 21:23:58.076 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47412026-02-10T21:23:58.199Z[ recovery-image] Feb 10 21:23:58.083 INFO O| Feb 10 21:23:58.083 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47422026-02-10T21:23:58.230Z[ recovery-image] Feb 10 21:23:58.132 INFO O| Feb 10 21:23:58.132 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
47432026-02-10T21:23:58.274Z[ recovery-image] Feb 10 21:23:58.176 INFO O| Feb 10 21:23:58.175 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47442026-02-10T21:23:58.274Z[ recovery-image] Feb 10 21:23:58.176 INFO O| Feb 10 21:23:58.176 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47452026-02-10T21:23:58.299Z[ recovery-image] Feb 10 21:23:58.185 INFO O| Feb 10 21:23:58.185 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47462026-02-10T21:23:58.299Z[ recovery-image] Feb 10 21:23:58.191 INFO O| Feb 10 21:23:58.190 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
47472026-02-10T21:23:58.299Z[ recovery-image] Feb 10 21:23:58.198 INFO O| Feb 10 21:23:58.197 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
47482026-02-10T21:23:58.767Z[ recovery-image] Feb 10 21:23:58.669 INFO O| Feb 10 21:23:58.668 INFO rolled back to input snapshot; work may begin
47492026-02-10T21:23:58.767Z[ recovery-image] Feb 10 21:23:58.669 INFO O| Feb 10 21:23:58.669 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47502026-02-10T21:23:58.792Z[ recovery-image] Feb 10 21:23:58.678 INFO O| Feb 10 21:23:58.678 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47512026-02-10T21:23:58.816Z[ recovery-image] Feb 10 21:23:58.696 INFO O| Feb 10 21:23:58.695 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
47522026-02-10T21:23:58.895Z[ recovery-image] Feb 10 21:23:58.796 INFO O| Feb 10 21:23:58.796 INFO STEP 0 (remove_files) COMPLETE
47532026-02-10T21:23:58.895Z[ recovery-image] Feb 10 21:23:58.796 INFO O| Feb 10 21:23:58.796 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47542026-02-10T21:23:58.919Z[ recovery-image] Feb 10 21:23:58.816 INFO O| Feb 10 21:23:58.816 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
47552026-02-10T21:23:58.919Z[ recovery-image] Feb 10 21:23:58.819 INFO O| Feb 10 21:23:58.819 INFO STEP 1 (remove_files) COMPLETE
47562026-02-10T21:23:58.919Z[ recovery-image] Feb 10 21:23:58.819 INFO O| Feb 10 21:23:58.819 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47572026-02-10T21:23:58.944Z[ recovery-image] Feb 10 21:23:58.836 INFO O| Feb 10 21:23:58.836 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
47582026-02-10T21:23:58.969Z[ recovery-image] Feb 10 21:23:58.856 INFO O| Feb 10 21:23:58.856 INFO STEP 2 (remove_files) COMPLETE
47592026-02-10T21:23:58.969Z[ recovery-image] Feb 10 21:23:58.856 INFO O| Feb 10 21:23:58.856 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602026-02-10T21:23:58.994Z[ recovery-image] Feb 10 21:23:58.876 INFO O| Feb 10 21:23:58.876 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
47612026-02-10T21:23:58.994Z[ recovery-image] Feb 10 21:23:58.879 INFO O| Feb 10 21:23:58.879 INFO STEP 3 (remove_files) COMPLETE
47622026-02-10T21:23:58.994Z[ recovery-image] Feb 10 21:23:58.879 INFO O| Feb 10 21:23:58.879 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47632026-02-10T21:23:59.020Z[ recovery-image] Feb 10 21:23:58.902 INFO O| Feb 10 21:23:58.902 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
47642026-02-10T21:23:59.020Z[ recovery-image] Feb 10 21:23:58.907 INFO O| Feb 10 21:23:58.907 INFO STEP 4 (remove_files) COMPLETE
47652026-02-10T21:23:59.020Z[ recovery-image] Feb 10 21:23:58.908 INFO O| Feb 10 21:23:58.907 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47662026-02-10T21:23:59.044Z[ recovery-image] Feb 10 21:23:58.925 INFO O| Feb 10 21:23:58.925 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
47672026-02-10T21:23:59.044Z[ recovery-image] Feb 10 21:23:58.926 INFO O| Feb 10 21:23:58.925 INFO STEP 5 (remove_files) COMPLETE
47682026-02-10T21:23:59.044Z[ recovery-image] Feb 10 21:23:58.926 INFO O| Feb 10 21:23:58.926 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47692026-02-10T21:23:59.044Z[ recovery-image] Feb 10 21:23:58.942 INFO O| Feb 10 21:23:58.942 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
47702026-02-10T21:23:59.068Z[ recovery-image] Feb 10 21:23:58.957 INFO O| Feb 10 21:23:58.957 INFO STEP 6 (remove_files) COMPLETE
47712026-02-10T21:23:59.068Z[ recovery-image] Feb 10 21:23:58.958 INFO O| Feb 10 21:23:58.957 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47722026-02-10T21:23:59.068Z[ recovery-image] Feb 10 21:23:58.958 INFO O| Feb 10 21:23:58.957 INFO skip step because feature "recovery" is enabled
47732026-02-10T21:23:59.069Z[ recovery-image] Feb 10 21:23:58.958 INFO O| Feb 10 21:23:58.957 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47742026-02-10T21:23:59.069Z[ recovery-image] Feb 10 21:23:58.958 INFO O| Feb 10 21:23:58.957 INFO skip step because feature "recovery" is enabled
47752026-02-10T21:23:59.069Z[ recovery-image] Feb 10 21:23:58.958 INFO O| Feb 10 21:23:58.957 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47762026-02-10T21:23:59.069Z[ recovery-image] Feb 10 21:23:58.958 INFO O| Feb 10 21:23:58.957 INFO skip step because feature "recovery" is enabled
47772026-02-10T21:23:59.069Z[ recovery-image] Feb 10 21:23:58.958 INFO O| Feb 10 21:23:58.957 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47782026-02-10T21:23:59.093Z[ recovery-image] Feb 10 21:23:58.976 INFO O| Feb 10 21:23:58.976 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
47792026-02-10T21:23:59.093Z[ recovery-image] Feb 10 21:23:58.988 INFO O| Feb 10 21:23:58.988 INFO STEP 10 (remove_files) COMPLETE
47802026-02-10T21:23:59.093Z[ recovery-image] Feb 10 21:23:58.988 INFO O| Feb 10 21:23:58.988 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47812026-02-10T21:23:59.117Z[ recovery-image] Feb 10 21:23:59.007 INFO O| Feb 10 21:23:59.006 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
47822026-02-10T21:23:59.118Z[ recovery-image] Feb 10 21:23:59.008 INFO O| Feb 10 21:23:59.008 INFO STEP 11 (remove_files) COMPLETE
47832026-02-10T21:23:59.118Z[ recovery-image] Feb 10 21:23:59.009 INFO O| Feb 10 21:23:59.009 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47842026-02-10T21:23:59.142Z[ recovery-image] Feb 10 21:23:59.023 INFO O| Feb 10 21:23:59.023 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
47852026-02-10T21:23:59.142Z[ recovery-image] Feb 10 21:23:59.025 INFO O| Feb 10 21:23:59.025 INFO STEP 12 (remove_files) COMPLETE
47862026-02-10T21:23:59.142Z[ recovery-image] Feb 10 21:23:59.025 INFO O| Feb 10 21:23:59.025 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47872026-02-10T21:23:59.142Z[ recovery-image] Feb 10 21:23:59.039 INFO O| Feb 10 21:23:59.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
47882026-02-10T21:23:59.333Z[ recovery-image] Feb 10 21:23:59.235 INFO O| Feb 10 21:23:59.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
47892026-02-10T21:23:59.357Z[ recovery-image] Feb 10 21:23:59.242 INFO O| Feb 10 21:23:59.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
47902026-02-10T21:23:59.357Z[ recovery-image] Feb 10 21:23:59.244 INFO O| Feb 10 21:23:59.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
47912026-02-10T21:23:59.358Z[ recovery-image] Feb 10 21:23:59.253 INFO O| Feb 10 21:23:59.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
47922026-02-10T21:23:59.570Z[ recovery-image] Feb 10 21:23:59.472 INFO O| Feb 10 21:23:59.472 INFO STEP 13 (remove_files) COMPLETE
47932026-02-10T21:23:59.570Z[ recovery-image] Feb 10 21:23:59.472 INFO O| Feb 10 21:23:59.472 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47942026-02-10T21:23:59.594Z[ recovery-image] Feb 10 21:23:59.486 INFO O| Feb 10 21:23:59.486 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
47952026-02-10T21:23:59.595Z[ recovery-image] Feb 10 21:23:59.488 INFO O| Feb 10 21:23:59.488 INFO STEP 14 (remove_files) COMPLETE
47962026-02-10T21:23:59.595Z[ recovery-image] Feb 10 21:23:59.488 INFO O| Feb 10 21:23:59.488 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47972026-02-10T21:23:59.619Z[ recovery-image] Feb 10 21:23:59.500 INFO O| Feb 10 21:23:59.500 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
47982026-02-10T21:23:59.619Z[ recovery-image] Feb 10 21:23:59.509 INFO O| Feb 10 21:23:59.509 INFO STEP 15 (remove_files) COMPLETE
47992026-02-10T21:23:59.619Z[ recovery-image] Feb 10 21:23:59.509 INFO O| Feb 10 21:23:59.509 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48002026-02-10T21:23:59.643Z[ recovery-image] Feb 10 21:23:59.541 INFO O| Feb 10 21:23:59.541 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
48012026-02-10T21:23:59.643Z[ recovery-image] Feb 10 21:23:59.542 INFO O| Feb 10 21:23:59.542 INFO STEP 16 (remove_files) COMPLETE
48022026-02-10T21:23:59.643Z[ recovery-image] Feb 10 21:23:59.542 INFO O| Feb 10 21:23:59.542 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48032026-02-10T21:23:59.668Z[ recovery-image] Feb 10 21:23:59.556 INFO O| Feb 10 21:23:59.556 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
48042026-02-10T21:23:59.668Z[ recovery-image] Feb 10 21:23:59.559 INFO O| Feb 10 21:23:59.558 INFO STEP 17 (remove_files) COMPLETE
48052026-02-10T21:23:59.668Z[ recovery-image] Feb 10 21:23:59.559 INFO O| Feb 10 21:23:59.559 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48062026-02-10T21:23:59.692Z[ recovery-image] Feb 10 21:23:59.575 INFO O| Feb 10 21:23:59.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
48072026-02-10T21:23:59.692Z[ recovery-image] Feb 10 21:23:59.575 INFO O| Feb 10 21:23:59.575 INFO STEP 18 (remove_files) COMPLETE
48082026-02-10T21:23:59.692Z[ recovery-image] Feb 10 21:23:59.575 INFO O| Feb 10 21:23:59.575 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48092026-02-10T21:23:59.692Z[ recovery-image] Feb 10 21:23:59.587 INFO O| Feb 10 21:23:59.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
48102026-02-10T21:23:59.692Z[ recovery-image] Feb 10 21:23:59.587 INFO O| Feb 10 21:23:59.587 INFO STEP 19 (remove_files) COMPLETE
48112026-02-10T21:23:59.692Z[ recovery-image] Feb 10 21:23:59.587 INFO O| Feb 10 21:23:59.587 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48122026-02-10T21:23:59.717Z[ recovery-image] Feb 10 21:23:59.600 INFO O| Feb 10 21:23:59.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
48132026-02-10T21:23:59.717Z[ recovery-image] Feb 10 21:23:59.600 INFO O| Feb 10 21:23:59.600 INFO STEP 20 (remove_files) COMPLETE
48142026-02-10T21:23:59.717Z[ recovery-image] Feb 10 21:23:59.600 INFO O| Feb 10 21:23:59.600 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48152026-02-10T21:23:59.717Z[ recovery-image] Feb 10 21:23:59.612 INFO O| Feb 10 21:23:59.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
48162026-02-10T21:23:59.717Z[ recovery-image] Feb 10 21:23:59.612 INFO O| Feb 10 21:23:59.612 INFO STEP 21 (remove_files) COMPLETE
48172026-02-10T21:23:59.717Z[ recovery-image] Feb 10 21:23:59.612 INFO O| Feb 10 21:23:59.612 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48182026-02-10T21:23:59.742Z[ recovery-image] Feb 10 21:23:59.631 INFO O| Feb 10 21:23:59.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
48192026-02-10T21:23:59.742Z[ recovery-image] Feb 10 21:23:59.631 INFO O| Feb 10 21:23:59.631 INFO STEP 22 (remove_files) COMPLETE
48202026-02-10T21:23:59.742Z[ recovery-image] Feb 10 21:23:59.631 INFO O| Feb 10 21:23:59.631 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48212026-02-10T21:23:59.767Z[ recovery-image] Feb 10 21:23:59.648 INFO O| Feb 10 21:23:59.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
48222026-02-10T21:23:59.767Z[ recovery-image] Feb 10 21:23:59.648 INFO O| Feb 10 21:23:59.648 INFO STEP 23 (remove_files) COMPLETE
48232026-02-10T21:23:59.767Z[ recovery-image] Feb 10 21:23:59.648 INFO O| Feb 10 21:23:59.648 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48242026-02-10T21:23:59.792Z[ recovery-image] Feb 10 21:23:59.670 INFO O| Feb 10 21:23:59.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
48252026-02-10T21:23:59.792Z[ recovery-image] Feb 10 21:23:59.670 INFO O| Feb 10 21:23:59.670 INFO STEP 24 (remove_files) COMPLETE
48262026-02-10T21:23:59.792Z[ recovery-image] Feb 10 21:23:59.670 INFO O| Feb 10 21:23:59.670 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48272026-02-10T21:23:59.792Z[ recovery-image] Feb 10 21:23:59.690 INFO O| Feb 10 21:23:59.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
48282026-02-10T21:23:59.792Z[ recovery-image] Feb 10 21:23:59.690 INFO O| Feb 10 21:23:59.690 INFO STEP 25 (remove_files) COMPLETE
48292026-02-10T21:23:59.792Z[ recovery-image] Feb 10 21:23:59.690 INFO O| Feb 10 21:23:59.690 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48302026-02-10T21:23:59.817Z[ recovery-image] Feb 10 21:23:59.706 INFO O| Feb 10 21:23:59.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
48312026-02-10T21:23:59.817Z[ recovery-image] Feb 10 21:23:59.706 INFO O| Feb 10 21:23:59.706 INFO STEP 26 (remove_files) COMPLETE
48322026-02-10T21:23:59.817Z[ recovery-image] Feb 10 21:23:59.706 INFO O| Feb 10 21:23:59.706 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48332026-02-10T21:23:59.842Z[ recovery-image] Feb 10 21:23:59.724 INFO O| Feb 10 21:23:59.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
48342026-02-10T21:23:59.842Z[ recovery-image] Feb 10 21:23:59.724 INFO O| Feb 10 21:23:59.724 INFO STEP 27 (remove_files) COMPLETE
48352026-02-10T21:23:59.842Z[ recovery-image] Feb 10 21:23:59.724 INFO O| Feb 10 21:23:59.724 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48362026-02-10T21:23:59.842Z[ recovery-image] Feb 10 21:23:59.740 INFO O| Feb 10 21:23:59.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
48372026-02-10T21:23:59.842Z[ recovery-image] Feb 10 21:23:59.741 INFO O| Feb 10 21:23:59.740 INFO STEP 28 (remove_files) COMPLETE
48382026-02-10T21:23:59.842Z[ recovery-image] Feb 10 21:23:59.741 INFO O| Feb 10 21:23:59.740 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48392026-02-10T21:23:59.866Z[ recovery-image] Feb 10 21:23:59.756 INFO O| Feb 10 21:23:59.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
48402026-02-10T21:23:59.866Z[ recovery-image] Feb 10 21:23:59.757 INFO O| Feb 10 21:23:59.756 INFO STEP 29 (remove_files) COMPLETE
48412026-02-10T21:23:59.866Z[ recovery-image] Feb 10 21:23:59.757 INFO O| Feb 10 21:23:59.757 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48422026-02-10T21:23:59.890Z[ recovery-image] Feb 10 21:23:59.775 INFO O| Feb 10 21:23:59.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
48432026-02-10T21:23:59.891Z[ recovery-image] Feb 10 21:23:59.775 INFO O| Feb 10 21:23:59.775 INFO STEP 30 (remove_files) COMPLETE
48442026-02-10T21:23:59.891Z[ recovery-image] Feb 10 21:23:59.775 INFO O| Feb 10 21:23:59.775 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48452026-02-10T21:23:59.915Z[ recovery-image] Feb 10 21:23:59.795 INFO O| Feb 10 21:23:59.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
48462026-02-10T21:23:59.915Z[ recovery-image] Feb 10 21:23:59.796 INFO O| Feb 10 21:23:59.795 INFO STEP 31 (remove_files) COMPLETE
48472026-02-10T21:23:59.915Z[ recovery-image] Feb 10 21:23:59.796 INFO O| Feb 10 21:23:59.796 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48482026-02-10T21:23:59.940Z[ recovery-image] Feb 10 21:23:59.818 INFO O| Feb 10 21:23:59.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
48492026-02-10T21:23:59.940Z[ recovery-image] Feb 10 21:23:59.818 INFO O| Feb 10 21:23:59.818 INFO STEP 32 (remove_files) COMPLETE
48502026-02-10T21:23:59.940Z[ recovery-image] Feb 10 21:23:59.818 INFO O| Feb 10 21:23:59.818 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48512026-02-10T21:23:59.940Z[ recovery-image] Feb 10 21:23:59.841 INFO O| Feb 10 21:23:59.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
48522026-02-10T21:23:59.940Z[ recovery-image] Feb 10 21:23:59.841 INFO O| Feb 10 21:23:59.841 INFO STEP 33 (remove_files) COMPLETE
48532026-02-10T21:23:59.940Z[ recovery-image] Feb 10 21:23:59.841 INFO O| Feb 10 21:23:59.841 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48542026-02-10T21:23:59.964Z[ recovery-image] Feb 10 21:23:59.860 INFO O| Feb 10 21:23:59.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
48552026-02-10T21:23:59.964Z[ recovery-image] Feb 10 21:23:59.860 INFO O| Feb 10 21:23:59.860 INFO STEP 34 (remove_files) COMPLETE
48562026-02-10T21:23:59.964Z[ recovery-image] Feb 10 21:23:59.860 INFO O| Feb 10 21:23:59.860 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48572026-02-10T21:23:59.988Z[ recovery-image] Feb 10 21:23:59.875 INFO O| Feb 10 21:23:59.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
48582026-02-10T21:23:59.989Z[ recovery-image] Feb 10 21:23:59.875 INFO O| Feb 10 21:23:59.875 INFO STEP 35 (remove_files) COMPLETE
48592026-02-10T21:23:59.989Z[ recovery-image] Feb 10 21:23:59.875 INFO O| Feb 10 21:23:59.875 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48602026-02-10T21:24:00.013Z[ recovery-image] Feb 10 21:23:59.894 INFO O| Feb 10 21:23:59.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
48612026-02-10T21:24:00.013Z[ recovery-image] Feb 10 21:23:59.895 INFO O| Feb 10 21:23:59.894 INFO STEP 36 (remove_files) COMPLETE
48622026-02-10T21:24:00.013Z[ recovery-image] Feb 10 21:23:59.895 INFO O| Feb 10 21:23:59.895 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48632026-02-10T21:24:00.013Z[ recovery-image] Feb 10 21:23:59.912 INFO O| Feb 10 21:23:59.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
48642026-02-10T21:24:00.013Z[ recovery-image] Feb 10 21:23:59.912 INFO O| Feb 10 21:23:59.912 INFO STEP 37 (remove_files) COMPLETE
48652026-02-10T21:24:00.013Z[ recovery-image] Feb 10 21:23:59.912 INFO O| Feb 10 21:23:59.912 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48662026-02-10T21:24:00.038Z[ recovery-image] Feb 10 21:23:59.930 INFO O| Feb 10 21:23:59.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
48672026-02-10T21:24:00.038Z[ recovery-image] Feb 10 21:23:59.930 INFO O| Feb 10 21:23:59.930 INFO STEP 38 (remove_files) COMPLETE
48682026-02-10T21:24:00.038Z[ recovery-image] Feb 10 21:23:59.930 INFO O| Feb 10 21:23:59.930 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48692026-02-10T21:24:00.062Z[ recovery-image] Feb 10 21:23:59.946 INFO O| Feb 10 21:23:59.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
48702026-02-10T21:24:00.062Z[ recovery-image] Feb 10 21:23:59.946 INFO O| Feb 10 21:23:59.946 INFO STEP 39 (remove_files) COMPLETE
48712026-02-10T21:24:00.062Z[ recovery-image] Feb 10 21:23:59.946 INFO O| Feb 10 21:23:59.946 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48722026-02-10T21:24:00.062Z[ recovery-image] Feb 10 21:23:59.961 INFO O| Feb 10 21:23:59.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
48732026-02-10T21:24:00.062Z[ recovery-image] Feb 10 21:23:59.962 INFO O| Feb 10 21:23:59.962 INFO STEP 40 (remove_files) COMPLETE
48742026-02-10T21:24:00.062Z[ recovery-image] Feb 10 21:23:59.962 INFO O| Feb 10 21:23:59.962 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48752026-02-10T21:24:00.087Z[ recovery-image] Feb 10 21:23:59.976 INFO O| Feb 10 21:23:59.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
48762026-02-10T21:24:00.087Z[ recovery-image] Feb 10 21:23:59.976 INFO O| Feb 10 21:23:59.976 INFO STEP 41 (remove_files) COMPLETE
48772026-02-10T21:24:00.087Z[ recovery-image] Feb 10 21:23:59.976 INFO O| Feb 10 21:23:59.976 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48782026-02-10T21:24:00.111Z[ recovery-image] Feb 10 21:23:59.990 INFO O| Feb 10 21:23:59.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
48792026-02-10T21:24:00.111Z[ recovery-image] Feb 10 21:23:59.991 INFO O| Feb 10 21:23:59.991 INFO STEP 42 (remove_files) COMPLETE
48802026-02-10T21:24:00.111Z[ recovery-image] Feb 10 21:23:59.991 INFO O| Feb 10 21:23:59.991 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48812026-02-10T21:24:00.111Z[ recovery-image] Feb 10 21:24:00.007 INFO O| Feb 10 21:24:00.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
48822026-02-10T21:24:00.111Z[ recovery-image] Feb 10 21:24:00.007 INFO O| Feb 10 21:24:00.007 INFO STEP 43 (remove_files) COMPLETE
48832026-02-10T21:24:00.111Z[ recovery-image] Feb 10 21:24:00.007 INFO O| Feb 10 21:24:00.007 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48842026-02-10T21:24:00.136Z[ recovery-image] Feb 10 21:24:00.032 INFO O| Feb 10 21:24:00.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
48852026-02-10T21:24:00.136Z[ recovery-image] Feb 10 21:24:00.032 INFO O| Feb 10 21:24:00.032 INFO STEP 44 (remove_files) COMPLETE
48862026-02-10T21:24:00.136Z[ recovery-image] Feb 10 21:24:00.032 INFO O| Feb 10 21:24:00.032 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48872026-02-10T21:24:00.161Z[ recovery-image] Feb 10 21:24:00.056 INFO O| Feb 10 21:24:00.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
48882026-02-10T21:24:00.161Z[ recovery-image] Feb 10 21:24:00.056 INFO O| Feb 10 21:24:00.056 INFO STEP 45 (remove_files) COMPLETE
48892026-02-10T21:24:00.161Z[ recovery-image] Feb 10 21:24:00.056 INFO O| Feb 10 21:24:00.056 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48902026-02-10T21:24:00.185Z[ recovery-image] Feb 10 21:24:00.075 INFO O| Feb 10 21:24:00.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
48912026-02-10T21:24:00.185Z[ recovery-image] Feb 10 21:24:00.075 INFO O| Feb 10 21:24:00.075 INFO STEP 46 (remove_files) COMPLETE
48922026-02-10T21:24:00.185Z[ recovery-image] Feb 10 21:24:00.075 INFO O| Feb 10 21:24:00.075 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48932026-02-10T21:24:00.213Z[ recovery-image] Feb 10 21:24:00.096 INFO O| Feb 10 21:24:00.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
48942026-02-10T21:24:00.213Z[ recovery-image] Feb 10 21:24:00.096 INFO O| Feb 10 21:24:00.096 INFO STEP 47 (remove_files) COMPLETE
48952026-02-10T21:24:00.213Z[ recovery-image] Feb 10 21:24:00.096 INFO O| Feb 10 21:24:00.096 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48962026-02-10T21:24:00.237Z[ recovery-image] Feb 10 21:24:00.114 INFO O| Feb 10 21:24:00.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
48972026-02-10T21:24:00.237Z[ recovery-image] Feb 10 21:24:00.115 INFO O| Feb 10 21:24:00.115 INFO STEP 48 (remove_files) COMPLETE
48982026-02-10T21:24:00.237Z[ recovery-image] Feb 10 21:24:00.115 INFO O| Feb 10 21:24:00.115 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48992026-02-10T21:24:00.237Z[ recovery-image] Feb 10 21:24:00.129 INFO O| Feb 10 21:24:00.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
49002026-02-10T21:24:00.237Z[ recovery-image] Feb 10 21:24:00.129 INFO O| Feb 10 21:24:00.129 INFO STEP 49 (remove_files) COMPLETE
49012026-02-10T21:24:00.237Z[ recovery-image] Feb 10 21:24:00.129 INFO O| Feb 10 21:24:00.129 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49022026-02-10T21:24:00.278Z[ recovery-image] Feb 10 21:24:00.146 INFO O| Feb 10 21:24:00.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
49032026-02-10T21:24:00.278Z[ recovery-image] Feb 10 21:24:00.146 INFO O| Feb 10 21:24:00.146 INFO STEP 50 (remove_files) COMPLETE
49042026-02-10T21:24:00.278Z[ recovery-image] Feb 10 21:24:00.146 INFO O| Feb 10 21:24:00.146 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49052026-02-10T21:24:00.278Z[ recovery-image] Feb 10 21:24:00.165 INFO O| Feb 10 21:24:00.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
49062026-02-10T21:24:00.278Z[ recovery-image] Feb 10 21:24:00.165 INFO O| Feb 10 21:24:00.165 INFO STEP 51 (remove_files) COMPLETE
49072026-02-10T21:24:00.278Z[ recovery-image] Feb 10 21:24:00.165 INFO O| Feb 10 21:24:00.165 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49082026-02-10T21:24:00.302Z[ recovery-image] Feb 10 21:24:00.181 INFO O| Feb 10 21:24:00.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
49092026-02-10T21:24:00.302Z[ recovery-image] Feb 10 21:24:00.182 INFO O| Feb 10 21:24:00.182 INFO STEP 52 (remove_files) COMPLETE
49102026-02-10T21:24:00.302Z[ recovery-image] Feb 10 21:24:00.182 INFO O| Feb 10 21:24:00.182 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49112026-02-10T21:24:00.302Z[ recovery-image] Feb 10 21:24:00.199 INFO O| Feb 10 21:24:00.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
49122026-02-10T21:24:00.302Z[ recovery-image] Feb 10 21:24:00.199 INFO O| Feb 10 21:24:00.199 INFO STEP 53 (remove_files) COMPLETE
49132026-02-10T21:24:00.302Z[ recovery-image] Feb 10 21:24:00.199 INFO O| Feb 10 21:24:00.199 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49142026-02-10T21:24:00.326Z[ recovery-image] Feb 10 21:24:00.216 INFO O| Feb 10 21:24:00.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
49152026-02-10T21:24:00.326Z[ recovery-image] Feb 10 21:24:00.216 INFO O| Feb 10 21:24:00.216 INFO STEP 54 (remove_files) COMPLETE
49162026-02-10T21:24:00.326Z[ recovery-image] Feb 10 21:24:00.216 INFO O| Feb 10 21:24:00.216 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49172026-02-10T21:24:00.351Z[ recovery-image] Feb 10 21:24:00.234 INFO O| Feb 10 21:24:00.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
49182026-02-10T21:24:00.351Z[ recovery-image] Feb 10 21:24:00.234 INFO O| Feb 10 21:24:00.234 INFO STEP 55 (remove_files) COMPLETE
49192026-02-10T21:24:00.351Z[ recovery-image] Feb 10 21:24:00.234 INFO O| Feb 10 21:24:00.234 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49202026-02-10T21:24:00.351Z[ recovery-image] Feb 10 21:24:00.252 INFO O| Feb 10 21:24:00.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
49212026-02-10T21:24:00.351Z[ recovery-image] Feb 10 21:24:00.252 INFO O| Feb 10 21:24:00.252 INFO STEP 56 (remove_files) COMPLETE
49222026-02-10T21:24:00.351Z[ recovery-image] Feb 10 21:24:00.252 INFO O| Feb 10 21:24:00.252 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49232026-02-10T21:24:00.375Z[ recovery-image] Feb 10 21:24:00.264 INFO O| Feb 10 21:24:00.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
49242026-02-10T21:24:00.375Z[ recovery-image] Feb 10 21:24:00.264 INFO O| Feb 10 21:24:00.264 INFO STEP 57 (remove_files) COMPLETE
49252026-02-10T21:24:00.375Z[ recovery-image] Feb 10 21:24:00.264 INFO O| Feb 10 21:24:00.264 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49262026-02-10T21:24:00.375Z[ recovery-image] Feb 10 21:24:00.277 INFO O| Feb 10 21:24:00.276 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
49272026-02-10T21:24:00.375Z[ recovery-image] Feb 10 21:24:00.277 INFO O| Feb 10 21:24:00.277 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
49282026-02-10T21:24:00.375Z[ recovery-image] Feb 10 21:24:00.277 INFO O| Feb 10 21:24:00.277 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
49292026-02-10T21:24:00.375Z[ recovery-image] Feb 10 21:24:00.277 INFO O| Feb 10 21:24:00.277 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
49302026-02-10T21:24:00.399Z[ recovery-image] Feb 10 21:24:00.277 INFO O| Feb 10 21:24:00.277 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
49312026-02-10T21:24:00.399Z[ recovery-image] Feb 10 21:24:00.277 INFO O| Feb 10 21:24:00.277 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
49322026-02-10T21:24:00.399Z[ recovery-image] Feb 10 21:24:00.277 INFO O| Feb 10 21:24:00.277 INFO ok!
49332026-02-10T21:24:00.399Z[ recovery-image] Feb 10 21:24:00.277 INFO O| Feb 10 21:24:00.277 INFO STEP 58 (ensure_file) COMPLETE
49342026-02-10T21:24:00.399Z[ recovery-image] Feb 10 21:24:00.277 INFO O| Feb 10 21:24:00.277 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49352026-02-10T21:24:00.399Z[ recovery-image] Feb 10 21:24:00.290 INFO O| Feb 10 21:24:00.290 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
49362026-02-10T21:24:00.399Z[ recovery-image] Feb 10 21:24:00.290 INFO O| Feb 10 21:24:00.290 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
49372026-02-10T21:24:00.399Z[ recovery-image] Feb 10 21:24:00.290 INFO O| Feb 10 21:24:00.290 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49382026-02-10T21:24:00.399Z[ recovery-image] Feb 10 21:24:00.290 INFO O| Feb 10 21:24:00.290 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49392026-02-10T21:24:00.399Z[ recovery-image] Feb 10 21:24:00.290 INFO O| Feb 10 21:24:00.290 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49402026-02-10T21:24:00.399Z[ recovery-image] Feb 10 21:24:00.291 INFO O| Feb 10 21:24:00.290 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
49412026-02-10T21:24:00.399Z[ recovery-image] Feb 10 21:24:00.291 INFO O| Feb 10 21:24:00.291 INFO ok!
49422026-02-10T21:24:00.399Z[ recovery-image] Feb 10 21:24:00.291 INFO O| Feb 10 21:24:00.291 INFO STEP 59 (ensure_file) COMPLETE
49432026-02-10T21:24:00.399Z[ recovery-image] Feb 10 21:24:00.291 INFO O| Feb 10 21:24:00.291 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49442026-02-10T21:24:00.423Z[ recovery-image] Feb 10 21:24:00.310 INFO O| Feb 10 21:24:00.310 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
49452026-02-10T21:24:00.424Z[ recovery-image] Feb 10 21:24:00.310 INFO O| Feb 10 21:24:00.310 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
49462026-02-10T21:24:00.424Z[ recovery-image] Feb 10 21:24:00.310 INFO O| Feb 10 21:24:00.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
49472026-02-10T21:24:00.424Z[ recovery-image] Feb 10 21:24:00.310 INFO O| Feb 10 21:24:00.310 INFO ok!
49482026-02-10T21:24:00.424Z[ recovery-image] Feb 10 21:24:00.310 INFO O| Feb 10 21:24:00.310 INFO STEP 60 (ensure_file) COMPLETE
49492026-02-10T21:24:00.424Z[ recovery-image] Feb 10 21:24:00.310 INFO O| Feb 10 21:24:00.310 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49502026-02-10T21:24:00.448Z[ recovery-image] Feb 10 21:24:00.328 INFO O| Feb 10 21:24:00.328 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
49512026-02-10T21:24:00.448Z[ recovery-image] Feb 10 21:24:00.328 INFO O| Feb 10 21:24:00.328 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
49522026-02-10T21:24:00.448Z[ recovery-image] Feb 10 21:24:00.328 INFO O| Feb 10 21:24:00.328 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
49532026-02-10T21:24:00.448Z[ recovery-image] Feb 10 21:24:00.328 INFO O| Feb 10 21:24:00.328 INFO ok!
49542026-02-10T21:24:00.448Z[ recovery-image] Feb 10 21:24:00.328 INFO O| Feb 10 21:24:00.328 INFO STEP 61 (ensure_file) COMPLETE
49552026-02-10T21:24:00.448Z[ recovery-image] Feb 10 21:24:00.328 INFO O| Feb 10 21:24:00.328 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49562026-02-10T21:24:00.448Z[ recovery-image] Feb 10 21:24:00.345 INFO O| Feb 10 21:24:00.345 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
49572026-02-10T21:24:00.448Z[ recovery-image] Feb 10 21:24:00.345 INFO O| Feb 10 21:24:00.345 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
49582026-02-10T21:24:00.448Z[ recovery-image] Feb 10 21:24:00.345 INFO O| Feb 10 21:24:00.345 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
49592026-02-10T21:24:00.448Z[ recovery-image] Feb 10 21:24:00.345 INFO O| Feb 10 21:24:00.345 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
49602026-02-10T21:24:00.448Z[ recovery-image] Feb 10 21:24:00.345 INFO O| Feb 10 21:24:00.345 INFO ok!
49612026-02-10T21:24:00.448Z[ recovery-image] Feb 10 21:24:00.345 INFO O| Feb 10 21:24:00.345 INFO STEP 62 (ensure_file) COMPLETE
49622026-02-10T21:24:00.448Z[ recovery-image] Feb 10 21:24:00.345 INFO O| Feb 10 21:24:00.345 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49632026-02-10T21:24:00.473Z[ recovery-image] Feb 10 21:24:00.359 INFO O| Feb 10 21:24:00.359 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
49642026-02-10T21:24:00.474Z[ recovery-image] Feb 10 21:24:00.359 INFO O| Feb 10 21:24:00.359 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
49652026-02-10T21:24:00.474Z[ recovery-image] Feb 10 21:24:00.360 INFO O| Feb 10 21:24:00.360 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
49662026-02-10T21:24:00.474Z[ recovery-image] Feb 10 21:24:00.360 INFO O| Feb 10 21:24:00.360 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
49672026-02-10T21:24:00.474Z[ recovery-image] Feb 10 21:24:00.360 INFO O| Feb 10 21:24:00.360 INFO ok!
49682026-02-10T21:24:00.474Z[ recovery-image] Feb 10 21:24:00.360 INFO O| Feb 10 21:24:00.360 INFO STEP 63 (ensure_file) COMPLETE
49692026-02-10T21:24:00.474Z[ recovery-image] Feb 10 21:24:00.360 INFO O| Feb 10 21:24:00.360 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49702026-02-10T21:24:00.498Z[ recovery-image] Feb 10 21:24:00.377 INFO O| Feb 10 21:24:00.377 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
49712026-02-10T21:24:00.498Z[ recovery-image] Feb 10 21:24:00.377 INFO O| Feb 10 21:24:00.377 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
49722026-02-10T21:24:00.498Z[ recovery-image] Feb 10 21:24:00.377 INFO O| Feb 10 21:24:00.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
49732026-02-10T21:24:00.498Z[ recovery-image] Feb 10 21:24:00.377 INFO O| Feb 10 21:24:00.377 INFO ok!
49742026-02-10T21:24:00.498Z[ recovery-image] Feb 10 21:24:00.377 INFO O| Feb 10 21:24:00.377 INFO STEP 64 (assemble_files) COMPLETE
49752026-02-10T21:24:00.499Z[ recovery-image] Feb 10 21:24:00.377 INFO O| Feb 10 21:24:00.377 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49762026-02-10T21:24:00.499Z[ recovery-image] Feb 10 21:24:00.391 INFO O| Feb 10 21:24:00.391 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
49772026-02-10T21:24:00.499Z[ recovery-image] Feb 10 21:24:00.391 INFO O| Feb 10 21:24:00.391 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
49782026-02-10T21:24:00.499Z[ recovery-image] Feb 10 21:24:00.392 INFO O| Feb 10 21:24:00.392 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
49792026-02-10T21:24:00.499Z[ recovery-image] Feb 10 21:24:00.392 INFO O| Feb 10 21:24:00.392 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
49802026-02-10T21:24:00.499Z[ recovery-image] Feb 10 21:24:00.392 INFO O| Feb 10 21:24:00.392 INFO ok!
49812026-02-10T21:24:00.499Z[ recovery-image] Feb 10 21:24:00.392 INFO O| Feb 10 21:24:00.392 INFO STEP 65 (ensure_file) COMPLETE
49822026-02-10T21:24:00.499Z[ recovery-image] Feb 10 21:24:00.392 INFO O| Feb 10 21:24:00.392 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49832026-02-10T21:24:00.499Z[ recovery-image] Feb 10 21:24:00.392 INFO O| Feb 10 21:24:00.392 INFO skip step because feature "omicron1" is not enabled
49842026-02-10T21:24:00.499Z[ recovery-image] Feb 10 21:24:00.392 INFO O| Feb 10 21:24:00.392 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49852026-02-10T21:24:00.499Z[ recovery-image] Feb 10 21:24:00.392 INFO O| Feb 10 21:24:00.392 INFO skip step because feature "omicron1" is not enabled
49862026-02-10T21:24:00.499Z[ recovery-image] Feb 10 21:24:00.392 INFO O| Feb 10 21:24:00.392 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49872026-02-10T21:24:00.499Z[ recovery-image] Feb 10 21:24:00.392 INFO O| Feb 10 21:24:00.392 INFO skip step because feature "omicron1" is not enabled
49882026-02-10T21:24:00.499Z[ recovery-image] Feb 10 21:24:00.392 INFO O| Feb 10 21:24:00.392 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49892026-02-10T21:24:00.526Z[ recovery-image] Feb 10 21:24:00.411 INFO O| Feb 10 21:24:00.411 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
49902026-02-10T21:24:00.526Z[ recovery-image] Feb 10 21:24:00.411 INFO O| Feb 10 21:24:00.411 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
49912026-02-10T21:24:03.888Z[ recovery-image] Feb 10 21:24:03.790 INFO O| Feb 10 21:24:03.790 INFO STEP 69 (pack_tar) COMPLETE
49922026-02-10T21:24:03.888Z[ recovery-image] Feb 10 21:24:03.790 INFO O| Feb 10 21:24:03.790 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49932026-02-10T21:24:03.912Z[ recovery-image] Feb 10 21:24:03.790 INFO O| Feb 10 21:24:03.790 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
49942026-02-10T21:24:04.031Z[ recovery-image] Feb 10 21:24:03.933 INFO O| Feb 10 21:24:03.933 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49952026-02-10T21:24:04.106Z[ recovery-image] Feb 10 21:24:04.008 INFO O| Feb 10 21:24:04.008 INFO completed processing sled/ramdisk-02-trim
49962026-02-10T21:24:04.130Z[ recovery-image] Feb 10 21:24:04.012 INFO image builder template: ramdisk-03-recovery-trim...
49972026-02-10T21:24:04.130Z[ recovery-image] Feb 10 21:24:04.012 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/.tmpl7VXyn/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
49982026-02-10T21:24:04.252Z[ recovery-image] Feb 10 21:24:04.154 INFO O| Feb 10 21:24:04.153 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49992026-02-10T21:24:04.276Z[ recovery-image] Feb 10 21:24:04.158 INFO O| Feb 10 21:24:04.158 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
50002026-02-10T21:24:04.321Z[ recovery-image] Feb 10 21:24:04.224 INFO O| Feb 10 21:24:04.223 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
50012026-02-10T21:24:04.377Z[ recovery-image] Feb 10 21:24:04.279 INFO O| Feb 10 21:24:04.279 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
50022026-02-10T21:24:04.377Z[ recovery-image] Feb 10 21:24:04.280 INFO O| Feb 10 21:24:04.280 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50032026-02-10T21:24:04.401Z[ recovery-image] Feb 10 21:24:04.293 INFO O| Feb 10 21:24:04.292 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
50042026-02-10T21:24:04.401Z[ recovery-image] Feb 10 21:24:04.301 INFO O| Feb 10 21:24:04.301 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50052026-02-10T21:24:04.558Z[ recovery-image] Feb 10 21:24:04.310 INFO O| Feb 10 21:24:04.310 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
50062026-02-10T21:24:04.811Z[ recovery-image] Feb 10 21:24:04.713 INFO O| Feb 10 21:24:04.713 INFO rolled back to input snapshot; work may begin
50072026-02-10T21:24:04.811Z[ recovery-image] Feb 10 21:24:04.713 INFO O| Feb 10 21:24:04.713 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50082026-02-10T21:24:04.835Z[ recovery-image] Feb 10 21:24:04.725 INFO O| Feb 10 21:24:04.725 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092026-02-10T21:24:04.859Z[ recovery-image] Feb 10 21:24:04.745 INFO O| Feb 10 21:24:04.745 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
50102026-02-10T21:24:04.859Z[ recovery-image] Feb 10 21:24:04.760 INFO O| Feb 10 21:24:04.760 INFO STEP 0 (remove_files) COMPLETE
50112026-02-10T21:24:04.859Z[ recovery-image] Feb 10 21:24:04.760 INFO O| Feb 10 21:24:04.760 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122026-02-10T21:24:04.883Z[ recovery-image] Feb 10 21:24:04.777 INFO O| Feb 10 21:24:04.777 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
50132026-02-10T21:24:05.005Z[ recovery-image] Feb 10 21:24:04.907 INFO O| Feb 10 21:24:04.907 INFO STEP 1 (remove_files) COMPLETE
50142026-02-10T21:24:05.005Z[ recovery-image] Feb 10 21:24:04.907 INFO O| Feb 10 21:24:04.907 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152026-02-10T21:24:05.029Z[ recovery-image] Feb 10 21:24:04.930 INFO O| Feb 10 21:24:04.930 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
50162026-02-10T21:24:05.053Z[ recovery-image] Feb 10 21:24:04.932 INFO O| Feb 10 21:24:04.932 INFO STEP 2 (remove_files) COMPLETE
50172026-02-10T21:24:05.053Z[ recovery-image] Feb 10 21:24:04.932 INFO O| Feb 10 21:24:04.932 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182026-02-10T21:24:05.053Z[ recovery-image] Feb 10 21:24:04.949 INFO O| Feb 10 21:24:04.949 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
50192026-02-10T21:24:05.176Z[ recovery-image] Feb 10 21:24:05.078 INFO O| Feb 10 21:24:05.078 INFO STEP 3 (remove_files) COMPLETE
50202026-02-10T21:24:05.176Z[ recovery-image] Feb 10 21:24:05.078 INFO O| Feb 10 21:24:05.078 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212026-02-10T21:24:05.223Z[ recovery-image] Feb 10 21:24:05.125 INFO O| Feb 10 21:24:05.125 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
50222026-02-10T21:24:05.442Z[ recovery-image] Feb 10 21:24:05.345 INFO O| Feb 10 21:24:05.344 INFO STEP 4 (remove_files) COMPLETE
50232026-02-10T21:24:05.442Z[ recovery-image] Feb 10 21:24:05.345 INFO O| Feb 10 21:24:05.345 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242026-02-10T21:24:05.499Z[ recovery-image] Feb 10 21:24:05.402 INFO O| Feb 10 21:24:05.401 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
50252026-02-10T21:24:05.524Z[ recovery-image] Feb 10 21:24:05.403 INFO O| Feb 10 21:24:05.403 INFO STEP 5 (remove_files) COMPLETE
50262026-02-10T21:24:05.524Z[ recovery-image] Feb 10 21:24:05.404 INFO O| Feb 10 21:24:05.403 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272026-02-10T21:24:05.548Z[ recovery-image] Feb 10 21:24:05.438 INFO O| Feb 10 21:24:05.438 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
50282026-02-10T21:24:05.548Z[ recovery-image] Feb 10 21:24:05.441 INFO O| Feb 10 21:24:05.441 INFO STEP 6 (remove_files) COMPLETE
50292026-02-10T21:24:05.548Z[ recovery-image] Feb 10 21:24:05.441 INFO O| Feb 10 21:24:05.441 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302026-02-10T21:24:05.572Z[ recovery-image] Feb 10 21:24:05.457 INFO O| Feb 10 21:24:05.457 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
50312026-02-10T21:24:05.609Z[ recovery-image] Feb 10 21:24:05.512 INFO O| Feb 10 21:24:05.511 INFO STEP 7 (remove_files) COMPLETE
50322026-02-10T21:24:05.609Z[ recovery-image] Feb 10 21:24:05.512 INFO O| Feb 10 21:24:05.511 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332026-02-10T21:24:05.658Z[ recovery-image] Feb 10 21:24:05.551 INFO O| Feb 10 21:24:05.551 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
50342026-02-10T21:24:05.683Z[ recovery-image] Feb 10 21:24:05.551 INFO O| Feb 10 21:24:05.551 INFO STEP 8 (remove_files) COMPLETE
50352026-02-10T21:24:05.683Z[ recovery-image] Feb 10 21:24:05.551 INFO O| Feb 10 21:24:05.551 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362026-02-10T21:24:05.707Z[ recovery-image] Feb 10 21:24:05.592 INFO O| Feb 10 21:24:05.592 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
50372026-02-10T21:24:05.731Z[ recovery-image] Feb 10 21:24:05.618 INFO O| Feb 10 21:24:05.617 INFO STEP 9 (remove_files) COMPLETE
50382026-02-10T21:24:05.731Z[ recovery-image] Feb 10 21:24:05.618 INFO O| Feb 10 21:24:05.618 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392026-02-10T21:24:05.731Z[ recovery-image] Feb 10 21:24:05.633 INFO O| Feb 10 21:24:05.633 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
50402026-02-10T21:24:05.902Z[ recovery-image] Feb 10 21:24:05.804 INFO O| Feb 10 21:24:05.804 INFO STEP 10 (remove_files) COMPLETE
50412026-02-10T21:24:05.902Z[ recovery-image] Feb 10 21:24:05.804 INFO O| Feb 10 21:24:05.804 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422026-02-10T21:24:05.927Z[ recovery-image] Feb 10 21:24:05.821 INFO O| Feb 10 21:24:05.821 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
50432026-02-10T21:24:05.927Z[ recovery-image] Feb 10 21:24:05.825 INFO O| Feb 10 21:24:05.825 INFO STEP 11 (remove_files) COMPLETE
50442026-02-10T21:24:05.927Z[ recovery-image] Feb 10 21:24:05.825 INFO O| Feb 10 21:24:05.825 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452026-02-10T21:24:05.955Z[ recovery-image] Feb 10 21:24:05.858 INFO O| Feb 10 21:24:05.858 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
50462026-02-10T21:24:05.980Z[ recovery-image] Feb 10 21:24:05.864 INFO O| Feb 10 21:24:05.863 INFO STEP 12 (remove_files) COMPLETE
50472026-02-10T21:24:05.980Z[ recovery-image] Feb 10 21:24:05.864 INFO O| Feb 10 21:24:05.864 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482026-02-10T21:24:06.004Z[ recovery-image] Feb 10 21:24:05.889 INFO O| Feb 10 21:24:05.889 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
50492026-02-10T21:24:06.004Z[ recovery-image] Feb 10 21:24:05.890 INFO O| Feb 10 21:24:05.889 INFO STEP 13 (remove_files) COMPLETE
50502026-02-10T21:24:06.004Z[ recovery-image] Feb 10 21:24:05.890 INFO O| Feb 10 21:24:05.890 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512026-02-10T21:24:06.029Z[ recovery-image] Feb 10 21:24:05.912 INFO O| Feb 10 21:24:05.912 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
50522026-02-10T21:24:06.029Z[ recovery-image] Feb 10 21:24:05.914 INFO O| Feb 10 21:24:05.914 INFO STEP 14 (remove_files) COMPLETE
50532026-02-10T21:24:06.029Z[ recovery-image] Feb 10 21:24:05.914 INFO O| Feb 10 21:24:05.914 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542026-02-10T21:24:06.055Z[ recovery-image] Feb 10 21:24:05.935 INFO O| Feb 10 21:24:05.935 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
50552026-02-10T21:24:06.082Z[ recovery-image] Feb 10 21:24:05.964 INFO O| Feb 10 21:24:05.964 INFO STEP 15 (remove_files) COMPLETE
50562026-02-10T21:24:06.082Z[ recovery-image] Feb 10 21:24:05.964 INFO O| Feb 10 21:24:05.964 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572026-02-10T21:24:06.083Z[ recovery-image] Feb 10 21:24:05.980 INFO O| Feb 10 21:24:05.980 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
50582026-02-10T21:24:06.083Z[ recovery-image] Feb 10 21:24:05.981 INFO O| Feb 10 21:24:05.981 INFO STEP 16 (remove_files) COMPLETE
50592026-02-10T21:24:06.083Z[ recovery-image] Feb 10 21:24:05.981 INFO O| Feb 10 21:24:05.981 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602026-02-10T21:24:06.107Z[ recovery-image] Feb 10 21:24:05.998 INFO O| Feb 10 21:24:05.997 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
50612026-02-10T21:24:06.107Z[ recovery-image] Feb 10 21:24:05.998 INFO O| Feb 10 21:24:05.998 INFO STEP 17 (remove_files) COMPLETE
50622026-02-10T21:24:06.107Z[ recovery-image] Feb 10 21:24:05.998 INFO O| Feb 10 21:24:05.998 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632026-02-10T21:24:06.138Z[ recovery-image] Feb 10 21:24:06.040 INFO O| Feb 10 21:24:06.039 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
50642026-02-10T21:24:06.261Z[ recovery-image] Feb 10 21:24:06.163 INFO O| Feb 10 21:24:06.163 INFO STEP 18 (remove_files) COMPLETE
50652026-02-10T21:24:06.261Z[ recovery-image] Feb 10 21:24:06.163 INFO O| Feb 10 21:24:06.163 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662026-02-10T21:24:06.295Z[ recovery-image] Feb 10 21:24:06.197 INFO O| Feb 10 21:24:06.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
50672026-02-10T21:24:06.319Z[ recovery-image] Feb 10 21:24:06.218 INFO O| Feb 10 21:24:06.218 INFO STEP 19 (remove_files) COMPLETE
50682026-02-10T21:24:06.319Z[ recovery-image] Feb 10 21:24:06.218 INFO O| Feb 10 21:24:06.218 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692026-02-10T21:24:06.343Z[ recovery-image] Feb 10 21:24:06.234 INFO O| Feb 10 21:24:06.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
50702026-02-10T21:24:06.368Z[ recovery-image] Feb 10 21:24:06.255 INFO O| Feb 10 21:24:06.255 INFO STEP 20 (remove_files) COMPLETE
50712026-02-10T21:24:06.368Z[ recovery-image] Feb 10 21:24:06.255 INFO O| Feb 10 21:24:06.255 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722026-02-10T21:24:06.392Z[ recovery-image] Feb 10 21:24:06.273 INFO O| Feb 10 21:24:06.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
50732026-02-10T21:24:06.392Z[ recovery-image] Feb 10 21:24:06.274 INFO O| Feb 10 21:24:06.274 INFO STEP 21 (remove_files) COMPLETE
50742026-02-10T21:24:06.393Z[ recovery-image] Feb 10 21:24:06.274 INFO O| Feb 10 21:24:06.274 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752026-02-10T21:24:06.393Z[ recovery-image] Feb 10 21:24:06.294 INFO O| Feb 10 21:24:06.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
50762026-02-10T21:24:06.417Z[ recovery-image] Feb 10 21:24:06.317 INFO O| Feb 10 21:24:06.317 INFO STEP 22 (remove_files) COMPLETE
50772026-02-10T21:24:06.417Z[ recovery-image] Feb 10 21:24:06.317 INFO O| Feb 10 21:24:06.317 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782026-02-10T21:24:06.441Z[ recovery-image] Feb 10 21:24:06.333 INFO O| Feb 10 21:24:06.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
50792026-02-10T21:24:06.441Z[ recovery-image] Feb 10 21:24:06.333 INFO O| Feb 10 21:24:06.333 INFO STEP 23 (remove_files) COMPLETE
50802026-02-10T21:24:06.441Z[ recovery-image] Feb 10 21:24:06.333 INFO O| Feb 10 21:24:06.333 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812026-02-10T21:24:06.465Z[ recovery-image] Feb 10 21:24:06.347 INFO O| Feb 10 21:24:06.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
50822026-02-10T21:24:06.465Z[ recovery-image] Feb 10 21:24:06.348 INFO O| Feb 10 21:24:06.348 INFO STEP 24 (remove_files) COMPLETE
50832026-02-10T21:24:06.465Z[ recovery-image] Feb 10 21:24:06.348 INFO O| Feb 10 21:24:06.348 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842026-02-10T21:24:06.465Z[ recovery-image] Feb 10 21:24:06.362 INFO O| Feb 10 21:24:06.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
50852026-02-10T21:24:06.465Z[ recovery-image] Feb 10 21:24:06.362 INFO O| Feb 10 21:24:06.362 INFO STEP 25 (remove_files) COMPLETE
50862026-02-10T21:24:06.465Z[ recovery-image] Feb 10 21:24:06.363 INFO O| Feb 10 21:24:06.362 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872026-02-10T21:24:06.490Z[ recovery-image] Feb 10 21:24:06.377 INFO O| Feb 10 21:24:06.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
50882026-02-10T21:24:06.490Z[ recovery-image] Feb 10 21:24:06.378 INFO O| Feb 10 21:24:06.378 INFO STEP 26 (remove_files) COMPLETE
50892026-02-10T21:24:06.490Z[ recovery-image] Feb 10 21:24:06.378 INFO O| Feb 10 21:24:06.378 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902026-02-10T21:24:06.515Z[ recovery-image] Feb 10 21:24:06.393 INFO O| Feb 10 21:24:06.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
50912026-02-10T21:24:06.540Z[ recovery-image] Feb 10 21:24:06.418 INFO O| Feb 10 21:24:06.418 INFO STEP 27 (remove_files) COMPLETE
50922026-02-10T21:24:06.540Z[ recovery-image] Feb 10 21:24:06.418 INFO O| Feb 10 21:24:06.418 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932026-02-10T21:24:06.564Z[ recovery-image] Feb 10 21:24:06.455 INFO O| Feb 10 21:24:06.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
50942026-02-10T21:24:06.588Z[ recovery-image] Feb 10 21:24:06.479 INFO O| Feb 10 21:24:06.479 INFO STEP 28 (remove_files) COMPLETE
50952026-02-10T21:24:06.588Z[ recovery-image] Feb 10 21:24:06.479 INFO O| Feb 10 21:24:06.479 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962026-02-10T21:24:06.613Z[ recovery-image] Feb 10 21:24:06.499 INFO O| Feb 10 21:24:06.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
50972026-02-10T21:24:06.613Z[ recovery-image] Feb 10 21:24:06.499 INFO O| Feb 10 21:24:06.499 INFO STEP 29 (remove_files) COMPLETE
50982026-02-10T21:24:06.614Z[ recovery-image] Feb 10 21:24:06.499 INFO O| Feb 10 21:24:06.499 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992026-02-10T21:24:06.638Z[ recovery-image] Feb 10 21:24:06.517 INFO O| Feb 10 21:24:06.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
51002026-02-10T21:24:06.638Z[ recovery-image] Feb 10 21:24:06.517 INFO O| Feb 10 21:24:06.517 INFO STEP 30 (remove_files) COMPLETE
51012026-02-10T21:24:06.638Z[ recovery-image] Feb 10 21:24:06.517 INFO O| Feb 10 21:24:06.517 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022026-02-10T21:24:06.638Z[ recovery-image] Feb 10 21:24:06.537 INFO O| Feb 10 21:24:06.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
51032026-02-10T21:24:06.638Z[ recovery-image] Feb 10 21:24:06.537 INFO O| Feb 10 21:24:06.537 INFO STEP 31 (remove_files) COMPLETE
51042026-02-10T21:24:06.638Z[ recovery-image] Feb 10 21:24:06.537 INFO O| Feb 10 21:24:06.537 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052026-02-10T21:24:06.670Z[ recovery-image] Feb 10 21:24:06.573 INFO O| Feb 10 21:24:06.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
51062026-02-10T21:24:06.697Z[ recovery-image] Feb 10 21:24:06.599 INFO O| Feb 10 21:24:06.599 INFO STEP 32 (remove_files) COMPLETE
51072026-02-10T21:24:06.697Z[ recovery-image] Feb 10 21:24:06.599 INFO O| Feb 10 21:24:06.599 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082026-02-10T21:24:06.721Z[ recovery-image] Feb 10 21:24:06.619 INFO O| Feb 10 21:24:06.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
51092026-02-10T21:24:06.721Z[ recovery-image] Feb 10 21:24:06.619 INFO O| Feb 10 21:24:06.619 INFO STEP 33 (remove_files) COMPLETE
51102026-02-10T21:24:06.721Z[ recovery-image] Feb 10 21:24:06.619 INFO O| Feb 10 21:24:06.619 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112026-02-10T21:24:06.745Z[ recovery-image] Feb 10 21:24:06.636 INFO O| Feb 10 21:24:06.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
51122026-02-10T21:24:06.745Z[ recovery-image] Feb 10 21:24:06.636 INFO O| Feb 10 21:24:06.636 INFO STEP 34 (remove_files) COMPLETE
51132026-02-10T21:24:06.746Z[ recovery-image] Feb 10 21:24:06.636 INFO O| Feb 10 21:24:06.636 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142026-02-10T21:24:06.770Z[ recovery-image] Feb 10 21:24:06.652 INFO O| Feb 10 21:24:06.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
51152026-02-10T21:24:06.770Z[ recovery-image] Feb 10 21:24:06.652 INFO O| Feb 10 21:24:06.652 INFO STEP 35 (remove_files) COMPLETE
51162026-02-10T21:24:06.770Z[ recovery-image] Feb 10 21:24:06.652 INFO O| Feb 10 21:24:06.652 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172026-02-10T21:24:06.770Z[ recovery-image] Feb 10 21:24:06.666 INFO O| Feb 10 21:24:06.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
51182026-02-10T21:24:06.770Z[ recovery-image] Feb 10 21:24:06.666 INFO O| Feb 10 21:24:06.666 INFO STEP 36 (remove_files) COMPLETE
51192026-02-10T21:24:06.770Z[ recovery-image] Feb 10 21:24:06.666 INFO O| Feb 10 21:24:06.666 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202026-02-10T21:24:06.795Z[ recovery-image] Feb 10 21:24:06.696 INFO O| Feb 10 21:24:06.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
51212026-02-10T21:24:06.795Z[ recovery-image] Feb 10 21:24:06.697 INFO O| Feb 10 21:24:06.697 INFO STEP 37 (remove_files) COMPLETE
51222026-02-10T21:24:06.795Z[ recovery-image] Feb 10 21:24:06.697 INFO O| Feb 10 21:24:06.697 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232026-02-10T21:24:06.819Z[ recovery-image] Feb 10 21:24:06.716 INFO O| Feb 10 21:24:06.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
51242026-02-10T21:24:06.819Z[ recovery-image] Feb 10 21:24:06.716 INFO O| Feb 10 21:24:06.716 INFO STEP 38 (remove_files) COMPLETE
51252026-02-10T21:24:06.819Z[ recovery-image] Feb 10 21:24:06.716 INFO O| Feb 10 21:24:06.716 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262026-02-10T21:24:06.844Z[ recovery-image] Feb 10 21:24:06.737 INFO O| Feb 10 21:24:06.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
51272026-02-10T21:24:06.844Z[ recovery-image] Feb 10 21:24:06.738 INFO O| Feb 10 21:24:06.737 INFO STEP 39 (remove_files) COMPLETE
51282026-02-10T21:24:06.844Z[ recovery-image] Feb 10 21:24:06.738 INFO O| Feb 10 21:24:06.737 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292026-02-10T21:24:06.868Z[ recovery-image] Feb 10 21:24:06.754 INFO O| Feb 10 21:24:06.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
51302026-02-10T21:24:06.868Z[ recovery-image] Feb 10 21:24:06.754 INFO O| Feb 10 21:24:06.754 INFO STEP 40 (remove_files) COMPLETE
51312026-02-10T21:24:06.868Z[ recovery-image] Feb 10 21:24:06.754 INFO O| Feb 10 21:24:06.754 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322026-02-10T21:24:06.894Z[ recovery-image] Feb 10 21:24:06.772 INFO O| Feb 10 21:24:06.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
51332026-02-10T21:24:06.894Z[ recovery-image] Feb 10 21:24:06.773 INFO O| Feb 10 21:24:06.773 INFO STEP 41 (remove_files) COMPLETE
51342026-02-10T21:24:06.894Z[ recovery-image] Feb 10 21:24:06.773 INFO O| Feb 10 21:24:06.773 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352026-02-10T21:24:06.894Z[ recovery-image] Feb 10 21:24:06.789 INFO O| Feb 10 21:24:06.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
51362026-02-10T21:24:06.894Z[ recovery-image] Feb 10 21:24:06.790 INFO O| Feb 10 21:24:06.789 INFO STEP 42 (remove_files) COMPLETE
51372026-02-10T21:24:06.894Z[ recovery-image] Feb 10 21:24:06.790 INFO O| Feb 10 21:24:06.789 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382026-02-10T21:24:06.918Z[ recovery-image] Feb 10 21:24:06.811 INFO O| Feb 10 21:24:06.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
51392026-02-10T21:24:06.918Z[ recovery-image] Feb 10 21:24:06.811 INFO O| Feb 10 21:24:06.811 INFO STEP 43 (remove_files) COMPLETE
51402026-02-10T21:24:06.918Z[ recovery-image] Feb 10 21:24:06.811 INFO O| Feb 10 21:24:06.811 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412026-02-10T21:24:06.943Z[ recovery-image] Feb 10 21:24:06.834 INFO O| Feb 10 21:24:06.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
51422026-02-10T21:24:06.943Z[ recovery-image] Feb 10 21:24:06.834 INFO O| Feb 10 21:24:06.834 INFO STEP 44 (remove_files) COMPLETE
51432026-02-10T21:24:06.943Z[ recovery-image] Feb 10 21:24:06.834 INFO O| Feb 10 21:24:06.834 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442026-02-10T21:24:06.967Z[ recovery-image] Feb 10 21:24:06.855 INFO O| Feb 10 21:24:06.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
51452026-02-10T21:24:06.967Z[ recovery-image] Feb 10 21:24:06.856 INFO O| Feb 10 21:24:06.855 INFO STEP 45 (remove_files) COMPLETE
51462026-02-10T21:24:06.967Z[ recovery-image] Feb 10 21:24:06.856 INFO O| Feb 10 21:24:06.856 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472026-02-10T21:24:06.992Z[ recovery-image] Feb 10 21:24:06.879 INFO O| Feb 10 21:24:06.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
51482026-02-10T21:24:06.992Z[ recovery-image] Feb 10 21:24:06.879 INFO O| Feb 10 21:24:06.879 INFO STEP 46 (remove_files) COMPLETE
51492026-02-10T21:24:06.992Z[ recovery-image] Feb 10 21:24:06.879 INFO O| Feb 10 21:24:06.879 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502026-02-10T21:24:07.016Z[ recovery-image] Feb 10 21:24:06.896 INFO O| Feb 10 21:24:06.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
51512026-02-10T21:24:07.016Z[ recovery-image] Feb 10 21:24:06.896 INFO O| Feb 10 21:24:06.896 INFO STEP 47 (remove_files) COMPLETE
51522026-02-10T21:24:07.016Z[ recovery-image] Feb 10 21:24:06.896 INFO O| Feb 10 21:24:06.896 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532026-02-10T21:24:07.016Z[ recovery-image] Feb 10 21:24:06.914 INFO O| Feb 10 21:24:06.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
51542026-02-10T21:24:07.016Z[ recovery-image] Feb 10 21:24:06.914 INFO O| Feb 10 21:24:06.914 INFO STEP 48 (remove_files) COMPLETE
51552026-02-10T21:24:07.016Z[ recovery-image] Feb 10 21:24:06.914 INFO O| Feb 10 21:24:06.914 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562026-02-10T21:24:07.041Z[ recovery-image] Feb 10 21:24:06.932 INFO O| Feb 10 21:24:06.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
51572026-02-10T21:24:07.041Z[ recovery-image] Feb 10 21:24:06.933 INFO O| Feb 10 21:24:06.933 INFO STEP 49 (remove_files) COMPLETE
51582026-02-10T21:24:07.041Z[ recovery-image] Feb 10 21:24:06.933 INFO O| Feb 10 21:24:06.933 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592026-02-10T21:24:07.065Z[ recovery-image] Feb 10 21:24:06.949 INFO O| Feb 10 21:24:06.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
51602026-02-10T21:24:07.065Z[ recovery-image] Feb 10 21:24:06.949 INFO O| Feb 10 21:24:06.949 INFO STEP 50 (remove_files) COMPLETE
51612026-02-10T21:24:07.065Z[ recovery-image] Feb 10 21:24:06.949 INFO O| Feb 10 21:24:06.949 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622026-02-10T21:24:07.065Z[ recovery-image] Feb 10 21:24:06.966 INFO O| Feb 10 21:24:06.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
51632026-02-10T21:24:07.065Z[ recovery-image] Feb 10 21:24:06.966 INFO O| Feb 10 21:24:06.966 INFO STEP 51 (remove_files) COMPLETE
51642026-02-10T21:24:07.065Z[ recovery-image] Feb 10 21:24:06.966 INFO O| Feb 10 21:24:06.966 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652026-02-10T21:24:07.090Z[ recovery-image] Feb 10 21:24:06.983 INFO O| Feb 10 21:24:06.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
51662026-02-10T21:24:07.090Z[ recovery-image] Feb 10 21:24:06.983 INFO O| Feb 10 21:24:06.983 INFO STEP 52 (remove_files) COMPLETE
51672026-02-10T21:24:07.090Z[ recovery-image] Feb 10 21:24:06.983 INFO O| Feb 10 21:24:06.983 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682026-02-10T21:24:07.114Z[ recovery-image] Feb 10 21:24:07.000 INFO O| Feb 10 21:24:07.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
51692026-02-10T21:24:07.114Z[ recovery-image] Feb 10 21:24:07.000 INFO O| Feb 10 21:24:07.000 INFO STEP 53 (remove_files) COMPLETE
51702026-02-10T21:24:07.114Z[ recovery-image] Feb 10 21:24:07.000 INFO O| Feb 10 21:24:07.000 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712026-02-10T21:24:07.138Z[ recovery-image] Feb 10 21:24:07.017 INFO O| Feb 10 21:24:07.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
51722026-02-10T21:24:07.138Z[ recovery-image] Feb 10 21:24:07.018 INFO O| Feb 10 21:24:07.017 INFO STEP 54 (remove_files) COMPLETE
51732026-02-10T21:24:07.138Z[ recovery-image] Feb 10 21:24:07.018 INFO O| Feb 10 21:24:07.018 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742026-02-10T21:24:07.138Z[ recovery-image] Feb 10 21:24:07.038 INFO O| Feb 10 21:24:07.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
51752026-02-10T21:24:07.138Z[ recovery-image] Feb 10 21:24:07.038 INFO O| Feb 10 21:24:07.038 INFO STEP 55 (remove_files) COMPLETE
51762026-02-10T21:24:07.138Z[ recovery-image] Feb 10 21:24:07.038 INFO O| Feb 10 21:24:07.038 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772026-02-10T21:24:07.163Z[ recovery-image] Feb 10 21:24:07.057 INFO O| Feb 10 21:24:07.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
51782026-02-10T21:24:07.163Z[ recovery-image] Feb 10 21:24:07.057 INFO O| Feb 10 21:24:07.057 INFO STEP 56 (remove_files) COMPLETE
51792026-02-10T21:24:07.163Z[ recovery-image] Feb 10 21:24:07.057 INFO O| Feb 10 21:24:07.057 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802026-02-10T21:24:07.187Z[ recovery-image] Feb 10 21:24:07.073 INFO O| Feb 10 21:24:07.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
51812026-02-10T21:24:07.187Z[ recovery-image] Feb 10 21:24:07.073 INFO O| Feb 10 21:24:07.073 INFO STEP 57 (remove_files) COMPLETE
51822026-02-10T21:24:07.187Z[ recovery-image] Feb 10 21:24:07.073 INFO O| Feb 10 21:24:07.073 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832026-02-10T21:24:07.211Z[ recovery-image] Feb 10 21:24:07.090 INFO O| Feb 10 21:24:07.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
51842026-02-10T21:24:07.211Z[ recovery-image] Feb 10 21:24:07.090 INFO O| Feb 10 21:24:07.090 INFO STEP 58 (remove_files) COMPLETE
51852026-02-10T21:24:07.211Z[ recovery-image] Feb 10 21:24:07.090 INFO O| Feb 10 21:24:07.090 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862026-02-10T21:24:07.211Z[ recovery-image] Feb 10 21:24:07.108 INFO O| Feb 10 21:24:07.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
51872026-02-10T21:24:07.211Z[ recovery-image] Feb 10 21:24:07.108 INFO O| Feb 10 21:24:07.108 INFO STEP 59 (remove_files) COMPLETE
51882026-02-10T21:24:07.211Z[ recovery-image] Feb 10 21:24:07.108 INFO O| Feb 10 21:24:07.108 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892026-02-10T21:24:07.236Z[ recovery-image] Feb 10 21:24:07.130 INFO O| Feb 10 21:24:07.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
51902026-02-10T21:24:07.236Z[ recovery-image] Feb 10 21:24:07.131 INFO O| Feb 10 21:24:07.131 INFO STEP 60 (remove_files) COMPLETE
51912026-02-10T21:24:07.236Z[ recovery-image] Feb 10 21:24:07.131 INFO O| Feb 10 21:24:07.131 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922026-02-10T21:24:07.261Z[ recovery-image] Feb 10 21:24:07.152 INFO O| Feb 10 21:24:07.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
51932026-02-10T21:24:07.261Z[ recovery-image] Feb 10 21:24:07.153 INFO O| Feb 10 21:24:07.152 INFO STEP 61 (remove_files) COMPLETE
51942026-02-10T21:24:07.261Z[ recovery-image] Feb 10 21:24:07.153 INFO O| Feb 10 21:24:07.152 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952026-02-10T21:24:07.285Z[ recovery-image] Feb 10 21:24:07.171 INFO O| Feb 10 21:24:07.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
51962026-02-10T21:24:07.285Z[ recovery-image] Feb 10 21:24:07.171 INFO O| Feb 10 21:24:07.171 INFO STEP 62 (remove_files) COMPLETE
51972026-02-10T21:24:07.285Z[ recovery-image] Feb 10 21:24:07.171 INFO O| Feb 10 21:24:07.171 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982026-02-10T21:24:07.285Z[ recovery-image] Feb 10 21:24:07.185 INFO O| Feb 10 21:24:07.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
51992026-02-10T21:24:07.285Z[ recovery-image] Feb 10 21:24:07.185 INFO O| Feb 10 21:24:07.185 INFO STEP 63 (remove_files) COMPLETE
52002026-02-10T21:24:07.285Z[ recovery-image] Feb 10 21:24:07.185 INFO O| Feb 10 21:24:07.185 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012026-02-10T21:24:07.310Z[ recovery-image] Feb 10 21:24:07.204 INFO O| Feb 10 21:24:07.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
52022026-02-10T21:24:07.310Z[ recovery-image] Feb 10 21:24:07.204 INFO O| Feb 10 21:24:07.204 INFO STEP 64 (remove_files) COMPLETE
52032026-02-10T21:24:07.310Z[ recovery-image] Feb 10 21:24:07.204 INFO O| Feb 10 21:24:07.204 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042026-02-10T21:24:07.334Z[ recovery-image] Feb 10 21:24:07.222 INFO O| Feb 10 21:24:07.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
52052026-02-10T21:24:07.334Z[ recovery-image] Feb 10 21:24:07.222 INFO O| Feb 10 21:24:07.222 INFO STEP 65 (remove_files) COMPLETE
52062026-02-10T21:24:07.334Z[ recovery-image] Feb 10 21:24:07.222 INFO O| Feb 10 21:24:07.222 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072026-02-10T21:24:07.358Z[ recovery-image] Feb 10 21:24:07.242 INFO O| Feb 10 21:24:07.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
52082026-02-10T21:24:07.358Z[ recovery-image] Feb 10 21:24:07.242 INFO O| Feb 10 21:24:07.242 INFO STEP 66 (remove_files) COMPLETE
52092026-02-10T21:24:07.358Z[ recovery-image] Feb 10 21:24:07.242 INFO O| Feb 10 21:24:07.242 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102026-02-10T21:24:07.382Z[ recovery-image] Feb 10 21:24:07.263 INFO O| Feb 10 21:24:07.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
52112026-02-10T21:24:07.383Z[ recovery-image] Feb 10 21:24:07.263 INFO O| Feb 10 21:24:07.263 INFO STEP 67 (remove_files) COMPLETE
52122026-02-10T21:24:07.383Z[ recovery-image] Feb 10 21:24:07.263 INFO O| Feb 10 21:24:07.263 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132026-02-10T21:24:07.383Z[ recovery-image] Feb 10 21:24:07.280 INFO O| Feb 10 21:24:07.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
52142026-02-10T21:24:07.383Z[ recovery-image] Feb 10 21:24:07.281 INFO O| Feb 10 21:24:07.281 INFO STEP 68 (remove_files) COMPLETE
52152026-02-10T21:24:07.383Z[ recovery-image] Feb 10 21:24:07.281 INFO O| Feb 10 21:24:07.281 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162026-02-10T21:24:07.407Z[ recovery-image] Feb 10 21:24:07.299 INFO O| Feb 10 21:24:07.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
52172026-02-10T21:24:07.407Z[ recovery-image] Feb 10 21:24:07.299 INFO O| Feb 10 21:24:07.299 INFO STEP 69 (remove_files) COMPLETE
52182026-02-10T21:24:07.407Z[ recovery-image] Feb 10 21:24:07.299 INFO O| Feb 10 21:24:07.299 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192026-02-10T21:24:07.431Z[ recovery-image] Feb 10 21:24:07.317 INFO O| Feb 10 21:24:07.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
52202026-02-10T21:24:07.431Z[ recovery-image] Feb 10 21:24:07.317 INFO O| Feb 10 21:24:07.317 INFO STEP 70 (remove_files) COMPLETE
52212026-02-10T21:24:07.431Z[ recovery-image] Feb 10 21:24:07.317 INFO O| Feb 10 21:24:07.317 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222026-02-10T21:24:07.431Z[ recovery-image] Feb 10 21:24:07.332 INFO O| Feb 10 21:24:07.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
52232026-02-10T21:24:07.431Z[ recovery-image] Feb 10 21:24:07.332 INFO O| Feb 10 21:24:07.332 INFO STEP 71 (remove_files) COMPLETE
52242026-02-10T21:24:07.431Z[ recovery-image] Feb 10 21:24:07.332 INFO O| Feb 10 21:24:07.332 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252026-02-10T21:24:07.456Z[ recovery-image] Feb 10 21:24:07.346 INFO O| Feb 10 21:24:07.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
52262026-02-10T21:24:07.456Z[ recovery-image] Feb 10 21:24:07.346 INFO O| Feb 10 21:24:07.346 INFO STEP 72 (remove_files) COMPLETE
52272026-02-10T21:24:07.456Z[ recovery-image] Feb 10 21:24:07.346 INFO O| Feb 10 21:24:07.346 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282026-02-10T21:24:07.480Z[ recovery-image] Feb 10 21:24:07.360 INFO O| Feb 10 21:24:07.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
52292026-02-10T21:24:07.480Z[ recovery-image] Feb 10 21:24:07.360 INFO O| Feb 10 21:24:07.360 INFO STEP 73 (remove_files) COMPLETE
52302026-02-10T21:24:07.480Z[ recovery-image] Feb 10 21:24:07.360 INFO O| Feb 10 21:24:07.360 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312026-02-10T21:24:07.480Z[ recovery-image] Feb 10 21:24:07.373 INFO O| Feb 10 21:24:07.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
52322026-02-10T21:24:07.480Z[ recovery-image] Feb 10 21:24:07.373 INFO O| Feb 10 21:24:07.373 INFO STEP 74 (remove_files) COMPLETE
52332026-02-10T21:24:07.480Z[ recovery-image] Feb 10 21:24:07.373 INFO O| Feb 10 21:24:07.373 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342026-02-10T21:24:07.505Z[ recovery-image] Feb 10 21:24:07.392 INFO O| Feb 10 21:24:07.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
52352026-02-10T21:24:07.505Z[ recovery-image] Feb 10 21:24:07.392 INFO O| Feb 10 21:24:07.392 INFO STEP 75 (remove_files) COMPLETE
52362026-02-10T21:24:07.505Z[ recovery-image] Feb 10 21:24:07.392 INFO O| Feb 10 21:24:07.392 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372026-02-10T21:24:07.529Z[ recovery-image] Feb 10 21:24:07.415 INFO O| Feb 10 21:24:07.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
52382026-02-10T21:24:07.529Z[ recovery-image] Feb 10 21:24:07.416 INFO O| Feb 10 21:24:07.415 INFO STEP 76 (remove_files) COMPLETE
52392026-02-10T21:24:07.529Z[ recovery-image] Feb 10 21:24:07.416 INFO O| Feb 10 21:24:07.415 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402026-02-10T21:24:07.553Z[ recovery-image] Feb 10 21:24:07.443 INFO O| Feb 10 21:24:07.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
52412026-02-10T21:24:07.553Z[ recovery-image] Feb 10 21:24:07.443 INFO O| Feb 10 21:24:07.443 INFO STEP 77 (remove_files) COMPLETE
52422026-02-10T21:24:07.553Z[ recovery-image] Feb 10 21:24:07.443 INFO O| Feb 10 21:24:07.443 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432026-02-10T21:24:07.578Z[ recovery-image] Feb 10 21:24:07.464 INFO O| Feb 10 21:24:07.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
52442026-02-10T21:24:07.578Z[ recovery-image] Feb 10 21:24:07.464 INFO O| Feb 10 21:24:07.464 INFO STEP 78 (remove_files) COMPLETE
52452026-02-10T21:24:07.578Z[ recovery-image] Feb 10 21:24:07.464 INFO O| Feb 10 21:24:07.464 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462026-02-10T21:24:07.602Z[ recovery-image] Feb 10 21:24:07.482 INFO O| Feb 10 21:24:07.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
52472026-02-10T21:24:07.602Z[ recovery-image] Feb 10 21:24:07.482 INFO O| Feb 10 21:24:07.482 INFO STEP 79 (remove_files) COMPLETE
52482026-02-10T21:24:07.602Z[ recovery-image] Feb 10 21:24:07.482 INFO O| Feb 10 21:24:07.482 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492026-02-10T21:24:07.602Z[ recovery-image] Feb 10 21:24:07.498 INFO O| Feb 10 21:24:07.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
52502026-02-10T21:24:07.602Z[ recovery-image] Feb 10 21:24:07.498 INFO O| Feb 10 21:24:07.498 INFO STEP 80 (remove_files) COMPLETE
52512026-02-10T21:24:07.602Z[ recovery-image] Feb 10 21:24:07.498 INFO O| Feb 10 21:24:07.498 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522026-02-10T21:24:07.626Z[ recovery-image] Feb 10 21:24:07.514 INFO O| Feb 10 21:24:07.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
52532026-02-10T21:24:07.626Z[ recovery-image] Feb 10 21:24:07.514 INFO O| Feb 10 21:24:07.514 INFO STEP 81 (remove_files) COMPLETE
52542026-02-10T21:24:07.626Z[ recovery-image] Feb 10 21:24:07.514 INFO O| Feb 10 21:24:07.514 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552026-02-10T21:24:07.670Z[ recovery-image] Feb 10 21:24:07.572 INFO O| Feb 10 21:24:07.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
52562026-02-10T21:24:07.670Z[ recovery-image] Feb 10 21:24:07.572 INFO O| Feb 10 21:24:07.572 INFO STEP 82 (remove_files) COMPLETE
52572026-02-10T21:24:07.694Z[ recovery-image] Feb 10 21:24:07.572 INFO O| Feb 10 21:24:07.572 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582026-02-10T21:24:07.746Z[ recovery-image] Feb 10 21:24:07.649 INFO O| Feb 10 21:24:07.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
52592026-02-10T21:24:07.747Z[ recovery-image] Feb 10 21:24:07.649 INFO O| Feb 10 21:24:07.649 INFO STEP 83 (remove_files) COMPLETE
52602026-02-10T21:24:07.771Z[ recovery-image] Feb 10 21:24:07.649 INFO O| Feb 10 21:24:07.649 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612026-02-10T21:24:07.811Z[ recovery-image] Feb 10 21:24:07.713 INFO O| Feb 10 21:24:07.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
52622026-02-10T21:24:07.835Z[ recovery-image] Feb 10 21:24:07.714 INFO O| Feb 10 21:24:07.714 INFO STEP 84 (remove_files) COMPLETE
52632026-02-10T21:24:07.835Z[ recovery-image] Feb 10 21:24:07.714 INFO O| Feb 10 21:24:07.714 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642026-02-10T21:24:07.860Z[ recovery-image] Feb 10 21:24:07.739 INFO O| Feb 10 21:24:07.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
52652026-02-10T21:24:07.860Z[ recovery-image] Feb 10 21:24:07.739 INFO O| Feb 10 21:24:07.739 INFO STEP 85 (remove_files) COMPLETE
52662026-02-10T21:24:07.860Z[ recovery-image] Feb 10 21:24:07.739 INFO O| Feb 10 21:24:07.739 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672026-02-10T21:24:07.860Z[ recovery-image] Feb 10 21:24:07.756 INFO O| Feb 10 21:24:07.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
52682026-02-10T21:24:07.860Z[ recovery-image] Feb 10 21:24:07.756 INFO O| Feb 10 21:24:07.756 INFO STEP 86 (remove_files) COMPLETE
52692026-02-10T21:24:07.860Z[ recovery-image] Feb 10 21:24:07.756 INFO O| Feb 10 21:24:07.756 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702026-02-10T21:24:07.884Z[ recovery-image] Feb 10 21:24:07.782 INFO O| Feb 10 21:24:07.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
52712026-02-10T21:24:07.885Z[ recovery-image] Feb 10 21:24:07.782 INFO O| Feb 10 21:24:07.782 INFO STEP 87 (remove_files) COMPLETE
52722026-02-10T21:24:07.885Z[ recovery-image] Feb 10 21:24:07.782 INFO O| Feb 10 21:24:07.782 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732026-02-10T21:24:07.909Z[ recovery-image] Feb 10 21:24:07.804 INFO O| Feb 10 21:24:07.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
52742026-02-10T21:24:07.909Z[ recovery-image] Feb 10 21:24:07.804 INFO O| Feb 10 21:24:07.804 INFO STEP 88 (remove_files) COMPLETE
52752026-02-10T21:24:07.909Z[ recovery-image] Feb 10 21:24:07.804 INFO O| Feb 10 21:24:07.804 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762026-02-10T21:24:07.934Z[ recovery-image] Feb 10 21:24:07.821 INFO O| Feb 10 21:24:07.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
52772026-02-10T21:24:07.934Z[ recovery-image] Feb 10 21:24:07.821 INFO O| Feb 10 21:24:07.821 INFO STEP 89 (remove_files) COMPLETE
52782026-02-10T21:24:07.934Z[ recovery-image] Feb 10 21:24:07.821 INFO O| Feb 10 21:24:07.821 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792026-02-10T21:24:07.958Z[ recovery-image] Feb 10 21:24:07.838 INFO O| Feb 10 21:24:07.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
52802026-02-10T21:24:07.958Z[ recovery-image] Feb 10 21:24:07.838 INFO O| Feb 10 21:24:07.838 INFO STEP 90 (remove_files) COMPLETE
52812026-02-10T21:24:07.958Z[ recovery-image] Feb 10 21:24:07.838 INFO O| Feb 10 21:24:07.838 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822026-02-10T21:24:07.958Z[ recovery-image] Feb 10 21:24:07.855 INFO O| Feb 10 21:24:07.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
52832026-02-10T21:24:07.958Z[ recovery-image] Feb 10 21:24:07.855 INFO O| Feb 10 21:24:07.855 INFO STEP 91 (remove_files) COMPLETE
52842026-02-10T21:24:07.958Z[ recovery-image] Feb 10 21:24:07.856 INFO O| Feb 10 21:24:07.855 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852026-02-10T21:24:07.982Z[ recovery-image] Feb 10 21:24:07.871 INFO O| Feb 10 21:24:07.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
52862026-02-10T21:24:07.983Z[ recovery-image] Feb 10 21:24:07.871 INFO O| Feb 10 21:24:07.871 INFO STEP 92 (remove_files) COMPLETE
52872026-02-10T21:24:07.983Z[ recovery-image] Feb 10 21:24:07.871 INFO O| Feb 10 21:24:07.871 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882026-02-10T21:24:08.007Z[ recovery-image] Feb 10 21:24:07.887 INFO O| Feb 10 21:24:07.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
52892026-02-10T21:24:08.007Z[ recovery-image] Feb 10 21:24:07.888 INFO O| Feb 10 21:24:07.887 INFO STEP 93 (remove_files) COMPLETE
52902026-02-10T21:24:08.007Z[ recovery-image] Feb 10 21:24:07.888 INFO O| Feb 10 21:24:07.888 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912026-02-10T21:24:08.007Z[ recovery-image] Feb 10 21:24:07.902 INFO O| Feb 10 21:24:07.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
52922026-02-10T21:24:08.007Z[ recovery-image] Feb 10 21:24:07.902 INFO O| Feb 10 21:24:07.902 INFO STEP 94 (remove_files) COMPLETE
52932026-02-10T21:24:08.007Z[ recovery-image] Feb 10 21:24:07.902 INFO O| Feb 10 21:24:07.902 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942026-02-10T21:24:08.031Z[ recovery-image] Feb 10 21:24:07.916 INFO O| Feb 10 21:24:07.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
52952026-02-10T21:24:08.031Z[ recovery-image] Feb 10 21:24:07.917 INFO O| Feb 10 21:24:07.917 INFO STEP 95 (remove_files) COMPLETE
52962026-02-10T21:24:08.031Z[ recovery-image] Feb 10 21:24:07.917 INFO O| Feb 10 21:24:07.917 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972026-02-10T21:24:08.031Z[ recovery-image] Feb 10 21:24:07.930 INFO O| Feb 10 21:24:07.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
52982026-02-10T21:24:08.031Z[ recovery-image] Feb 10 21:24:07.930 INFO O| Feb 10 21:24:07.930 INFO STEP 96 (remove_files) COMPLETE
52992026-02-10T21:24:08.031Z[ recovery-image] Feb 10 21:24:07.930 INFO O| Feb 10 21:24:07.930 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002026-02-10T21:24:08.056Z[ recovery-image] Feb 10 21:24:07.945 INFO O| Feb 10 21:24:07.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
53012026-02-10T21:24:08.056Z[ recovery-image] Feb 10 21:24:07.945 INFO O| Feb 10 21:24:07.945 INFO STEP 97 (remove_files) COMPLETE
53022026-02-10T21:24:08.056Z[ recovery-image] Feb 10 21:24:07.945 INFO O| Feb 10 21:24:07.945 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032026-02-10T21:24:08.080Z[ recovery-image] Feb 10 21:24:07.960 INFO O| Feb 10 21:24:07.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
53042026-02-10T21:24:08.080Z[ recovery-image] Feb 10 21:24:07.960 INFO O| Feb 10 21:24:07.960 INFO STEP 98 (remove_files) COMPLETE
53052026-02-10T21:24:08.080Z[ recovery-image] Feb 10 21:24:07.960 INFO O| Feb 10 21:24:07.960 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062026-02-10T21:24:08.080Z[ recovery-image] Feb 10 21:24:07.976 INFO O| Feb 10 21:24:07.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
53072026-02-10T21:24:08.080Z[ recovery-image] Feb 10 21:24:07.976 INFO O| Feb 10 21:24:07.976 INFO STEP 99 (remove_files) COMPLETE
53082026-02-10T21:24:08.080Z[ recovery-image] Feb 10 21:24:07.976 INFO O| Feb 10 21:24:07.976 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092026-02-10T21:24:08.105Z[ recovery-image] Feb 10 21:24:07.995 INFO O| Feb 10 21:24:07.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
53102026-02-10T21:24:08.105Z[ recovery-image] Feb 10 21:24:07.995 INFO O| Feb 10 21:24:07.995 INFO STEP 100 (remove_files) COMPLETE
53112026-02-10T21:24:08.105Z[ recovery-image] Feb 10 21:24:07.995 INFO O| Feb 10 21:24:07.995 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122026-02-10T21:24:08.129Z[ recovery-image] Feb 10 21:24:08.014 INFO O| Feb 10 21:24:08.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
53132026-02-10T21:24:08.129Z[ recovery-image] Feb 10 21:24:08.014 INFO O| Feb 10 21:24:08.014 INFO STEP 101 (remove_files) COMPLETE
53142026-02-10T21:24:08.129Z[ recovery-image] Feb 10 21:24:08.014 INFO O| Feb 10 21:24:08.014 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152026-02-10T21:24:08.154Z[ recovery-image] Feb 10 21:24:08.035 INFO O| Feb 10 21:24:08.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
53162026-02-10T21:24:08.154Z[ recovery-image] Feb 10 21:24:08.035 INFO O| Feb 10 21:24:08.035 INFO STEP 102 (remove_files) COMPLETE
53172026-02-10T21:24:08.154Z[ recovery-image] Feb 10 21:24:08.036 INFO O| Feb 10 21:24:08.035 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182026-02-10T21:24:08.178Z[ recovery-image] Feb 10 21:24:08.057 INFO O| Feb 10 21:24:08.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
53192026-02-10T21:24:08.178Z[ recovery-image] Feb 10 21:24:08.057 INFO O| Feb 10 21:24:08.057 INFO STEP 103 (remove_files) COMPLETE
53202026-02-10T21:24:08.178Z[ recovery-image] Feb 10 21:24:08.057 INFO O| Feb 10 21:24:08.057 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212026-02-10T21:24:08.178Z[ recovery-image] Feb 10 21:24:08.075 INFO O| Feb 10 21:24:08.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
53222026-02-10T21:24:08.178Z[ recovery-image] Feb 10 21:24:08.075 INFO O| Feb 10 21:24:08.075 INFO STEP 104 (remove_files) COMPLETE
53232026-02-10T21:24:08.178Z[ recovery-image] Feb 10 21:24:08.075 INFO O| Feb 10 21:24:08.075 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242026-02-10T21:24:08.203Z[ recovery-image] Feb 10 21:24:08.093 INFO O| Feb 10 21:24:08.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
53252026-02-10T21:24:08.203Z[ recovery-image] Feb 10 21:24:08.093 INFO O| Feb 10 21:24:08.093 INFO STEP 105 (remove_files) COMPLETE
53262026-02-10T21:24:08.203Z[ recovery-image] Feb 10 21:24:08.093 INFO O| Feb 10 21:24:08.093 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272026-02-10T21:24:08.228Z[ recovery-image] Feb 10 21:24:08.108 INFO O| Feb 10 21:24:08.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
53282026-02-10T21:24:08.228Z[ recovery-image] Feb 10 21:24:08.108 INFO O| Feb 10 21:24:08.108 INFO STEP 106 (remove_files) COMPLETE
53292026-02-10T21:24:08.228Z[ recovery-image] Feb 10 21:24:08.108 INFO O| Feb 10 21:24:08.108 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302026-02-10T21:24:08.228Z[ recovery-image] Feb 10 21:24:08.124 INFO O| Feb 10 21:24:08.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
53312026-02-10T21:24:08.228Z[ recovery-image] Feb 10 21:24:08.124 INFO O| Feb 10 21:24:08.124 INFO STEP 107 (remove_files) COMPLETE
53322026-02-10T21:24:08.228Z[ recovery-image] Feb 10 21:24:08.124 INFO O| Feb 10 21:24:08.124 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332026-02-10T21:24:08.252Z[ recovery-image] Feb 10 21:24:08.142 INFO O| Feb 10 21:24:08.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
53342026-02-10T21:24:08.252Z[ recovery-image] Feb 10 21:24:08.142 INFO O| Feb 10 21:24:08.142 INFO STEP 108 (remove_files) COMPLETE
53352026-02-10T21:24:08.252Z[ recovery-image] Feb 10 21:24:08.142 INFO O| Feb 10 21:24:08.142 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362026-02-10T21:24:08.276Z[ recovery-image] Feb 10 21:24:08.158 INFO O| Feb 10 21:24:08.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
53372026-02-10T21:24:08.276Z[ recovery-image] Feb 10 21:24:08.158 INFO O| Feb 10 21:24:08.158 INFO STEP 109 (remove_files) COMPLETE
53382026-02-10T21:24:08.277Z[ recovery-image] Feb 10 21:24:08.158 INFO O| Feb 10 21:24:08.158 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392026-02-10T21:24:08.277Z[ recovery-image] Feb 10 21:24:08.173 INFO O| Feb 10 21:24:08.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
53402026-02-10T21:24:08.277Z[ recovery-image] Feb 10 21:24:08.173 INFO O| Feb 10 21:24:08.173 INFO STEP 110 (remove_files) COMPLETE
53412026-02-10T21:24:08.277Z[ recovery-image] Feb 10 21:24:08.173 INFO O| Feb 10 21:24:08.173 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422026-02-10T21:24:08.301Z[ recovery-image] Feb 10 21:24:08.186 INFO O| Feb 10 21:24:08.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
53432026-02-10T21:24:08.301Z[ recovery-image] Feb 10 21:24:08.186 INFO O| Feb 10 21:24:08.186 INFO STEP 111 (remove_files) COMPLETE
53442026-02-10T21:24:08.301Z[ recovery-image] Feb 10 21:24:08.186 INFO O| Feb 10 21:24:08.186 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452026-02-10T21:24:08.326Z[ recovery-image] Feb 10 21:24:08.205 INFO O| Feb 10 21:24:08.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
53462026-02-10T21:24:08.326Z[ recovery-image] Feb 10 21:24:08.205 INFO O| Feb 10 21:24:08.205 INFO STEP 112 (remove_files) COMPLETE
53472026-02-10T21:24:08.326Z[ recovery-image] Feb 10 21:24:08.205 INFO O| Feb 10 21:24:08.205 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482026-02-10T21:24:08.326Z[ recovery-image] Feb 10 21:24:08.217 INFO O| Feb 10 21:24:08.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
53492026-02-10T21:24:08.326Z[ recovery-image] Feb 10 21:24:08.217 INFO O| Feb 10 21:24:08.217 INFO STEP 113 (remove_files) COMPLETE
53502026-02-10T21:24:08.326Z[ recovery-image] Feb 10 21:24:08.217 INFO O| Feb 10 21:24:08.217 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512026-02-10T21:24:08.351Z[ recovery-image] Feb 10 21:24:08.235 INFO O| Feb 10 21:24:08.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
53522026-02-10T21:24:08.351Z[ recovery-image] Feb 10 21:24:08.235 INFO O| Feb 10 21:24:08.235 INFO STEP 114 (remove_files) COMPLETE
53532026-02-10T21:24:08.351Z[ recovery-image] Feb 10 21:24:08.235 INFO O| Feb 10 21:24:08.235 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542026-02-10T21:24:08.351Z[ recovery-image] Feb 10 21:24:08.251 INFO O| Feb 10 21:24:08.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
53552026-02-10T21:24:08.351Z[ recovery-image] Feb 10 21:24:08.251 INFO O| Feb 10 21:24:08.251 INFO STEP 115 (remove_files) COMPLETE
53562026-02-10T21:24:08.351Z[ recovery-image] Feb 10 21:24:08.251 INFO O| Feb 10 21:24:08.251 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572026-02-10T21:24:08.375Z[ recovery-image] Feb 10 21:24:08.272 INFO O| Feb 10 21:24:08.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
53582026-02-10T21:24:08.375Z[ recovery-image] Feb 10 21:24:08.272 INFO O| Feb 10 21:24:08.272 INFO STEP 116 (remove_files) COMPLETE
53592026-02-10T21:24:08.375Z[ recovery-image] Feb 10 21:24:08.272 INFO O| Feb 10 21:24:08.272 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602026-02-10T21:24:08.400Z[ recovery-image] Feb 10 21:24:08.287 INFO O| Feb 10 21:24:08.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
53612026-02-10T21:24:08.400Z[ recovery-image] Feb 10 21:24:08.287 INFO O| Feb 10 21:24:08.287 INFO STEP 117 (remove_files) COMPLETE
53622026-02-10T21:24:08.400Z[ recovery-image] Feb 10 21:24:08.287 INFO O| Feb 10 21:24:08.287 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632026-02-10T21:24:08.400Z[ recovery-image] Feb 10 21:24:08.300 INFO O| Feb 10 21:24:08.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
53642026-02-10T21:24:08.400Z[ recovery-image] Feb 10 21:24:08.300 INFO O| Feb 10 21:24:08.300 INFO STEP 118 (remove_files) COMPLETE
53652026-02-10T21:24:08.400Z[ recovery-image] Feb 10 21:24:08.300 INFO O| Feb 10 21:24:08.300 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662026-02-10T21:24:08.424Z[ recovery-image] Feb 10 21:24:08.313 INFO O| Feb 10 21:24:08.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
53672026-02-10T21:24:08.425Z[ recovery-image] Feb 10 21:24:08.313 INFO O| Feb 10 21:24:08.313 INFO STEP 119 (remove_files) COMPLETE
53682026-02-10T21:24:08.425Z[ recovery-image] Feb 10 21:24:08.313 INFO O| Feb 10 21:24:08.313 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692026-02-10T21:24:08.425Z[ recovery-image] Feb 10 21:24:08.326 INFO O| Feb 10 21:24:08.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
53702026-02-10T21:24:08.425Z[ recovery-image] Feb 10 21:24:08.327 INFO O| Feb 10 21:24:08.327 INFO STEP 120 (remove_files) COMPLETE
53712026-02-10T21:24:08.425Z[ recovery-image] Feb 10 21:24:08.327 INFO O| Feb 10 21:24:08.327 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722026-02-10T21:24:08.449Z[ recovery-image] Feb 10 21:24:08.343 INFO O| Feb 10 21:24:08.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
53732026-02-10T21:24:08.449Z[ recovery-image] Feb 10 21:24:08.343 INFO O| Feb 10 21:24:08.343 INFO STEP 121 (remove_files) COMPLETE
53742026-02-10T21:24:08.449Z[ recovery-image] Feb 10 21:24:08.343 INFO O| Feb 10 21:24:08.343 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752026-02-10T21:24:08.474Z[ recovery-image] Feb 10 21:24:08.360 INFO O| Feb 10 21:24:08.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
53762026-02-10T21:24:08.474Z[ recovery-image] Feb 10 21:24:08.360 INFO O| Feb 10 21:24:08.360 INFO STEP 122 (remove_files) COMPLETE
53772026-02-10T21:24:08.474Z[ recovery-image] Feb 10 21:24:08.360 INFO O| Feb 10 21:24:08.360 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782026-02-10T21:24:08.499Z[ recovery-image] Feb 10 21:24:08.381 INFO O| Feb 10 21:24:08.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
53792026-02-10T21:24:08.499Z[ recovery-image] Feb 10 21:24:08.381 INFO O| Feb 10 21:24:08.381 INFO STEP 123 (remove_files) COMPLETE
53802026-02-10T21:24:08.499Z[ recovery-image] Feb 10 21:24:08.381 INFO O| Feb 10 21:24:08.381 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812026-02-10T21:24:08.499Z[ recovery-image] Feb 10 21:24:08.394 INFO O| Feb 10 21:24:08.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
53822026-02-10T21:24:08.499Z[ recovery-image] Feb 10 21:24:08.394 INFO O| Feb 10 21:24:08.394 INFO STEP 124 (remove_files) COMPLETE
53832026-02-10T21:24:08.499Z[ recovery-image] Feb 10 21:24:08.394 INFO O| Feb 10 21:24:08.394 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842026-02-10T21:24:08.523Z[ recovery-image] Feb 10 21:24:08.415 INFO O| Feb 10 21:24:08.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
53852026-02-10T21:24:08.523Z[ recovery-image] Feb 10 21:24:08.415 INFO O| Feb 10 21:24:08.415 INFO STEP 125 (remove_files) COMPLETE
53862026-02-10T21:24:08.523Z[ recovery-image] Feb 10 21:24:08.415 INFO O| Feb 10 21:24:08.415 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872026-02-10T21:24:08.551Z[ recovery-image] Feb 10 21:24:08.435 INFO O| Feb 10 21:24:08.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
53882026-02-10T21:24:08.551Z[ recovery-image] Feb 10 21:24:08.436 INFO O| Feb 10 21:24:08.435 INFO STEP 126 (remove_files) COMPLETE
53892026-02-10T21:24:08.551Z[ recovery-image] Feb 10 21:24:08.436 INFO O| Feb 10 21:24:08.436 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902026-02-10T21:24:08.578Z[ recovery-image] Feb 10 21:24:08.450 INFO O| Feb 10 21:24:08.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
53912026-02-10T21:24:08.578Z[ recovery-image] Feb 10 21:24:08.450 INFO O| Feb 10 21:24:08.450 INFO STEP 127 (remove_files) COMPLETE
53922026-02-10T21:24:08.578Z[ recovery-image] Feb 10 21:24:08.450 INFO O| Feb 10 21:24:08.450 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932026-02-10T21:24:08.578Z[ recovery-image] Feb 10 21:24:08.463 INFO O| Feb 10 21:24:08.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
53942026-02-10T21:24:08.578Z[ recovery-image] Feb 10 21:24:08.464 INFO O| Feb 10 21:24:08.463 INFO STEP 128 (remove_files) COMPLETE
53952026-02-10T21:24:08.578Z[ recovery-image] Feb 10 21:24:08.464 INFO O| Feb 10 21:24:08.464 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962026-02-10T21:24:08.578Z[ recovery-image] Feb 10 21:24:08.476 INFO O| Feb 10 21:24:08.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
53972026-02-10T21:24:08.578Z[ recovery-image] Feb 10 21:24:08.477 INFO O| Feb 10 21:24:08.476 INFO STEP 129 (remove_files) COMPLETE
53982026-02-10T21:24:08.578Z[ recovery-image] Feb 10 21:24:08.477 INFO O| Feb 10 21:24:08.476 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992026-02-10T21:24:08.602Z[ recovery-image] Feb 10 21:24:08.490 INFO O| Feb 10 21:24:08.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
54002026-02-10T21:24:08.603Z[ recovery-image] Feb 10 21:24:08.491 INFO O| Feb 10 21:24:08.490 INFO STEP 130 (remove_files) COMPLETE
54012026-02-10T21:24:08.603Z[ recovery-image] Feb 10 21:24:08.491 INFO O| Feb 10 21:24:08.490 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022026-02-10T21:24:08.603Z[ recovery-image] Feb 10 21:24:08.505 INFO O| Feb 10 21:24:08.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
54032026-02-10T21:24:08.603Z[ recovery-image] Feb 10 21:24:08.505 INFO O| Feb 10 21:24:08.505 INFO STEP 131 (remove_files) COMPLETE
54042026-02-10T21:24:08.603Z[ recovery-image] Feb 10 21:24:08.505 INFO O| Feb 10 21:24:08.505 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052026-02-10T21:24:08.627Z[ recovery-image] Feb 10 21:24:08.519 INFO O| Feb 10 21:24:08.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
54062026-02-10T21:24:08.627Z[ recovery-image] Feb 10 21:24:08.519 INFO O| Feb 10 21:24:08.519 INFO STEP 132 (remove_files) COMPLETE
54072026-02-10T21:24:08.627Z[ recovery-image] Feb 10 21:24:08.519 INFO O| Feb 10 21:24:08.519 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082026-02-10T21:24:08.651Z[ recovery-image] Feb 10 21:24:08.536 INFO O| Feb 10 21:24:08.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
54092026-02-10T21:24:08.651Z[ recovery-image] Feb 10 21:24:08.537 INFO O| Feb 10 21:24:08.536 INFO STEP 133 (remove_files) COMPLETE
54102026-02-10T21:24:08.651Z[ recovery-image] Feb 10 21:24:08.537 INFO O| Feb 10 21:24:08.537 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112026-02-10T21:24:08.676Z[ recovery-image] Feb 10 21:24:08.562 INFO O| Feb 10 21:24:08.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
54122026-02-10T21:24:08.676Z[ recovery-image] Feb 10 21:24:08.562 INFO O| Feb 10 21:24:08.562 INFO STEP 134 (remove_files) COMPLETE
54132026-02-10T21:24:08.676Z[ recovery-image] Feb 10 21:24:08.562 INFO O| Feb 10 21:24:08.562 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142026-02-10T21:24:08.703Z[ recovery-image] Feb 10 21:24:08.580 INFO O| Feb 10 21:24:08.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
54152026-02-10T21:24:08.703Z[ recovery-image] Feb 10 21:24:08.580 INFO O| Feb 10 21:24:08.580 INFO STEP 135 (remove_files) COMPLETE
54162026-02-10T21:24:08.703Z[ recovery-image] Feb 10 21:24:08.580 INFO O| Feb 10 21:24:08.580 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172026-02-10T21:24:08.703Z[ recovery-image] Feb 10 21:24:08.593 INFO O| Feb 10 21:24:08.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
54182026-02-10T21:24:08.703Z[ recovery-image] Feb 10 21:24:08.593 INFO O| Feb 10 21:24:08.593 INFO STEP 136 (remove_files) COMPLETE
54192026-02-10T21:24:08.703Z[ recovery-image] Feb 10 21:24:08.593 INFO O| Feb 10 21:24:08.593 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202026-02-10T21:24:08.728Z[ recovery-image] Feb 10 21:24:08.605 INFO O| Feb 10 21:24:08.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
54212026-02-10T21:24:08.728Z[ recovery-image] Feb 10 21:24:08.606 INFO O| Feb 10 21:24:08.605 INFO STEP 137 (remove_files) COMPLETE
54222026-02-10T21:24:08.728Z[ recovery-image] Feb 10 21:24:08.606 INFO O| Feb 10 21:24:08.606 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232026-02-10T21:24:08.728Z[ recovery-image] Feb 10 21:24:08.618 INFO O| Feb 10 21:24:08.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
54242026-02-10T21:24:08.728Z[ recovery-image] Feb 10 21:24:08.618 INFO O| Feb 10 21:24:08.618 INFO STEP 138 (remove_files) COMPLETE
54252026-02-10T21:24:08.728Z[ recovery-image] Feb 10 21:24:08.618 INFO O| Feb 10 21:24:08.618 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262026-02-10T21:24:08.753Z[ recovery-image] Feb 10 21:24:08.631 INFO O| Feb 10 21:24:08.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
54272026-02-10T21:24:08.753Z[ recovery-image] Feb 10 21:24:08.631 INFO O| Feb 10 21:24:08.631 INFO STEP 139 (remove_files) COMPLETE
54282026-02-10T21:24:08.753Z[ recovery-image] Feb 10 21:24:08.631 INFO O| Feb 10 21:24:08.631 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292026-02-10T21:24:08.753Z[ recovery-image] Feb 10 21:24:08.643 INFO O| Feb 10 21:24:08.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
54302026-02-10T21:24:08.753Z[ recovery-image] Feb 10 21:24:08.643 INFO O| Feb 10 21:24:08.643 INFO STEP 140 (remove_files) COMPLETE
54312026-02-10T21:24:08.753Z[ recovery-image] Feb 10 21:24:08.643 INFO O| Feb 10 21:24:08.643 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322026-02-10T21:24:08.753Z[ recovery-image] Feb 10 21:24:08.655 INFO O| Feb 10 21:24:08.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
54332026-02-10T21:24:08.753Z[ recovery-image] Feb 10 21:24:08.655 INFO O| Feb 10 21:24:08.655 INFO STEP 141 (remove_files) COMPLETE
54342026-02-10T21:24:08.753Z[ recovery-image] Feb 10 21:24:08.655 INFO O| Feb 10 21:24:08.655 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352026-02-10T21:24:08.777Z[ recovery-image] Feb 10 21:24:08.669 INFO O| Feb 10 21:24:08.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
54362026-02-10T21:24:08.777Z[ recovery-image] Feb 10 21:24:08.669 INFO O| Feb 10 21:24:08.669 INFO STEP 142 (remove_files) COMPLETE
54372026-02-10T21:24:08.778Z[ recovery-image] Feb 10 21:24:08.669 INFO O| Feb 10 21:24:08.669 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382026-02-10T21:24:08.802Z[ recovery-image] Feb 10 21:24:08.691 INFO O| Feb 10 21:24:08.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
54392026-02-10T21:24:08.802Z[ recovery-image] Feb 10 21:24:08.692 INFO O| Feb 10 21:24:08.692 INFO STEP 143 (remove_files) COMPLETE
54402026-02-10T21:24:08.802Z[ recovery-image] Feb 10 21:24:08.692 INFO O| Feb 10 21:24:08.692 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412026-02-10T21:24:08.826Z[ recovery-image] Feb 10 21:24:08.712 INFO O| Feb 10 21:24:08.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
54422026-02-10T21:24:08.826Z[ recovery-image] Feb 10 21:24:08.712 INFO O| Feb 10 21:24:08.712 INFO STEP 144 (remove_files) COMPLETE
54432026-02-10T21:24:08.826Z[ recovery-image] Feb 10 21:24:08.712 INFO O| Feb 10 21:24:08.712 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442026-02-10T21:24:08.851Z[ recovery-image] Feb 10 21:24:08.744 INFO O| Feb 10 21:24:08.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
54452026-02-10T21:24:08.851Z[ recovery-image] Feb 10 21:24:08.744 INFO O| Feb 10 21:24:08.744 INFO STEP 145 (remove_files) COMPLETE
54462026-02-10T21:24:08.851Z[ recovery-image] Feb 10 21:24:08.744 INFO O| Feb 10 21:24:08.744 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472026-02-10T21:24:08.875Z[ recovery-image] Feb 10 21:24:08.762 INFO O| Feb 10 21:24:08.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
54482026-02-10T21:24:08.875Z[ recovery-image] Feb 10 21:24:08.762 INFO O| Feb 10 21:24:08.762 INFO STEP 146 (remove_files) COMPLETE
54492026-02-10T21:24:08.875Z[ recovery-image] Feb 10 21:24:08.762 INFO O| Feb 10 21:24:08.762 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502026-02-10T21:24:08.900Z[ recovery-image] Feb 10 21:24:08.779 INFO O| Feb 10 21:24:08.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
54512026-02-10T21:24:08.900Z[ recovery-image] Feb 10 21:24:08.779 INFO O| Feb 10 21:24:08.779 INFO STEP 147 (remove_files) COMPLETE
54522026-02-10T21:24:08.900Z[ recovery-image] Feb 10 21:24:08.779 INFO O| Feb 10 21:24:08.779 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532026-02-10T21:24:08.901Z[ recovery-image] Feb 10 21:24:08.795 INFO O| Feb 10 21:24:08.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
54542026-02-10T21:24:08.901Z[ recovery-image] Feb 10 21:24:08.796 INFO O| Feb 10 21:24:08.796 INFO STEP 148 (remove_files) COMPLETE
54552026-02-10T21:24:08.901Z[ recovery-image] Feb 10 21:24:08.796 INFO O| Feb 10 21:24:08.796 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562026-02-10T21:24:08.925Z[ recovery-image] Feb 10 21:24:08.811 INFO O| Feb 10 21:24:08.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
54572026-02-10T21:24:08.925Z[ recovery-image] Feb 10 21:24:08.811 INFO O| Feb 10 21:24:08.811 INFO STEP 149 (remove_files) COMPLETE
54582026-02-10T21:24:08.925Z[ recovery-image] Feb 10 21:24:08.811 INFO O| Feb 10 21:24:08.811 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592026-02-10T21:24:08.950Z[ recovery-image] Feb 10 21:24:08.832 INFO O| Feb 10 21:24:08.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
54602026-02-10T21:24:08.950Z[ recovery-image] Feb 10 21:24:08.832 INFO O| Feb 10 21:24:08.832 INFO STEP 150 (remove_files) COMPLETE
54612026-02-10T21:24:08.950Z[ recovery-image] Feb 10 21:24:08.832 INFO O| Feb 10 21:24:08.832 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622026-02-10T21:24:08.950Z[ recovery-image] Feb 10 21:24:08.850 INFO O| Feb 10 21:24:08.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
54632026-02-10T21:24:08.950Z[ recovery-image] Feb 10 21:24:08.850 INFO O| Feb 10 21:24:08.850 INFO STEP 151 (remove_files) COMPLETE
54642026-02-10T21:24:08.950Z[ recovery-image] Feb 10 21:24:08.850 INFO O| Feb 10 21:24:08.850 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652026-02-10T21:24:08.974Z[ recovery-image] Feb 10 21:24:08.870 INFO O| Feb 10 21:24:08.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
54662026-02-10T21:24:08.974Z[ recovery-image] Feb 10 21:24:08.870 INFO O| Feb 10 21:24:08.870 INFO STEP 152 (remove_files) COMPLETE
54672026-02-10T21:24:08.974Z[ recovery-image] Feb 10 21:24:08.870 INFO O| Feb 10 21:24:08.870 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682026-02-10T21:24:08.999Z[ recovery-image] Feb 10 21:24:08.888 INFO O| Feb 10 21:24:08.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
54692026-02-10T21:24:08.999Z[ recovery-image] Feb 10 21:24:08.888 INFO O| Feb 10 21:24:08.888 INFO STEP 153 (remove_files) COMPLETE
54702026-02-10T21:24:08.999Z[ recovery-image] Feb 10 21:24:08.888 INFO O| Feb 10 21:24:08.888 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712026-02-10T21:24:09.024Z[ recovery-image] Feb 10 21:24:08.908 INFO O| Feb 10 21:24:08.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
54722026-02-10T21:24:09.024Z[ recovery-image] Feb 10 21:24:08.908 INFO O| Feb 10 21:24:08.908 INFO STEP 154 (remove_files) COMPLETE
54732026-02-10T21:24:09.024Z[ recovery-image] Feb 10 21:24:08.908 INFO O| Feb 10 21:24:08.908 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742026-02-10T21:24:09.024Z[ recovery-image] Feb 10 21:24:08.925 INFO O| Feb 10 21:24:08.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
54752026-02-10T21:24:09.024Z[ recovery-image] Feb 10 21:24:08.925 INFO O| Feb 10 21:24:08.925 INFO STEP 155 (remove_files) COMPLETE
54762026-02-10T21:24:09.024Z[ recovery-image] Feb 10 21:24:08.925 INFO O| Feb 10 21:24:08.925 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772026-02-10T21:24:09.048Z[ recovery-image] Feb 10 21:24:08.940 INFO O| Feb 10 21:24:08.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
54782026-02-10T21:24:09.048Z[ recovery-image] Feb 10 21:24:08.940 INFO O| Feb 10 21:24:08.940 INFO STEP 156 (remove_files) COMPLETE
54792026-02-10T21:24:09.048Z[ recovery-image] Feb 10 21:24:08.940 INFO O| Feb 10 21:24:08.940 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802026-02-10T21:24:09.073Z[ recovery-image] Feb 10 21:24:08.958 INFO O| Feb 10 21:24:08.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
54812026-02-10T21:24:09.073Z[ recovery-image] Feb 10 21:24:08.958 INFO O| Feb 10 21:24:08.958 INFO STEP 157 (remove_files) COMPLETE
54822026-02-10T21:24:09.073Z[ recovery-image] Feb 10 21:24:08.958 INFO O| Feb 10 21:24:08.958 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832026-02-10T21:24:09.073Z[ recovery-image] Feb 10 21:24:08.972 INFO O| Feb 10 21:24:08.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
54842026-02-10T21:24:09.073Z[ recovery-image] Feb 10 21:24:08.972 INFO O| Feb 10 21:24:08.972 INFO STEP 158 (remove_files) COMPLETE
54852026-02-10T21:24:09.073Z[ recovery-image] Feb 10 21:24:08.972 INFO O| Feb 10 21:24:08.972 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862026-02-10T21:24:09.100Z[ recovery-image] Feb 10 21:24:08.991 INFO O| Feb 10 21:24:08.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
54872026-02-10T21:24:09.100Z[ recovery-image] Feb 10 21:24:08.991 INFO O| Feb 10 21:24:08.991 INFO STEP 159 (remove_files) COMPLETE
54882026-02-10T21:24:09.100Z[ recovery-image] Feb 10 21:24:08.991 INFO O| Feb 10 21:24:08.991 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892026-02-10T21:24:09.126Z[ recovery-image] Feb 10 21:24:09.014 INFO O| Feb 10 21:24:09.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
54902026-02-10T21:24:09.126Z[ recovery-image] Feb 10 21:24:09.014 INFO O| Feb 10 21:24:09.014 INFO STEP 160 (remove_files) COMPLETE
54912026-02-10T21:24:09.126Z[ recovery-image] Feb 10 21:24:09.014 INFO O| Feb 10 21:24:09.014 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922026-02-10T21:24:09.150Z[ recovery-image] Feb 10 21:24:09.033 INFO O| Feb 10 21:24:09.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
54932026-02-10T21:24:09.150Z[ recovery-image] Feb 10 21:24:09.033 INFO O| Feb 10 21:24:09.033 INFO STEP 161 (remove_files) COMPLETE
54942026-02-10T21:24:09.151Z[ recovery-image] Feb 10 21:24:09.033 INFO O| Feb 10 21:24:09.033 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952026-02-10T21:24:09.151Z[ recovery-image] Feb 10 21:24:09.052 INFO O| Feb 10 21:24:09.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
54962026-02-10T21:24:09.151Z[ recovery-image] Feb 10 21:24:09.052 INFO O| Feb 10 21:24:09.052 INFO STEP 162 (remove_files) COMPLETE
54972026-02-10T21:24:09.151Z[ recovery-image] Feb 10 21:24:09.052 INFO O| Feb 10 21:24:09.052 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982026-02-10T21:24:09.175Z[ recovery-image] Feb 10 21:24:09.069 INFO O| Feb 10 21:24:09.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
54992026-02-10T21:24:09.175Z[ recovery-image] Feb 10 21:24:09.069 INFO O| Feb 10 21:24:09.069 INFO STEP 163 (remove_files) COMPLETE
55002026-02-10T21:24:09.175Z[ recovery-image] Feb 10 21:24:09.069 INFO O| Feb 10 21:24:09.069 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012026-02-10T21:24:09.199Z[ recovery-image] Feb 10 21:24:09.089 INFO O| Feb 10 21:24:09.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
55022026-02-10T21:24:09.199Z[ recovery-image] Feb 10 21:24:09.089 INFO O| Feb 10 21:24:09.089 INFO STEP 164 (remove_files) COMPLETE
55032026-02-10T21:24:09.200Z[ recovery-image] Feb 10 21:24:09.089 INFO O| Feb 10 21:24:09.089 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042026-02-10T21:24:09.224Z[ recovery-image] Feb 10 21:24:09.106 INFO O| Feb 10 21:24:09.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
55052026-02-10T21:24:09.224Z[ recovery-image] Feb 10 21:24:09.106 INFO O| Feb 10 21:24:09.106 INFO STEP 165 (remove_files) COMPLETE
55062026-02-10T21:24:09.224Z[ recovery-image] Feb 10 21:24:09.106 INFO O| Feb 10 21:24:09.106 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072026-02-10T21:24:09.248Z[ recovery-image] Feb 10 21:24:09.128 INFO O| Feb 10 21:24:09.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
55082026-02-10T21:24:09.248Z[ recovery-image] Feb 10 21:24:09.128 INFO O| Feb 10 21:24:09.128 INFO STEP 166 (remove_files) COMPLETE
55092026-02-10T21:24:09.248Z[ recovery-image] Feb 10 21:24:09.128 INFO O| Feb 10 21:24:09.128 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102026-02-10T21:24:09.248Z[ recovery-image] Feb 10 21:24:09.148 INFO O| Feb 10 21:24:09.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
55112026-02-10T21:24:09.248Z[ recovery-image] Feb 10 21:24:09.148 INFO O| Feb 10 21:24:09.148 INFO STEP 167 (remove_files) COMPLETE
55122026-02-10T21:24:09.248Z[ recovery-image] Feb 10 21:24:09.148 INFO O| Feb 10 21:24:09.148 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132026-02-10T21:24:09.272Z[ recovery-image] Feb 10 21:24:09.166 INFO O| Feb 10 21:24:09.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
55142026-02-10T21:24:09.272Z[ recovery-image] Feb 10 21:24:09.166 INFO O| Feb 10 21:24:09.166 INFO STEP 168 (remove_files) COMPLETE
55152026-02-10T21:24:09.272Z[ recovery-image] Feb 10 21:24:09.166 INFO O| Feb 10 21:24:09.166 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162026-02-10T21:24:09.297Z[ recovery-image] Feb 10 21:24:09.187 INFO O| Feb 10 21:24:09.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
55172026-02-10T21:24:09.297Z[ recovery-image] Feb 10 21:24:09.187 INFO O| Feb 10 21:24:09.187 INFO STEP 169 (remove_files) COMPLETE
55182026-02-10T21:24:09.297Z[ recovery-image] Feb 10 21:24:09.187 INFO O| Feb 10 21:24:09.187 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192026-02-10T21:24:09.321Z[ recovery-image] Feb 10 21:24:09.209 INFO O| Feb 10 21:24:09.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
55202026-02-10T21:24:09.321Z[ recovery-image] Feb 10 21:24:09.209 INFO O| Feb 10 21:24:09.209 INFO STEP 170 (remove_files) COMPLETE
55212026-02-10T21:24:09.321Z[ recovery-image] Feb 10 21:24:09.209 INFO O| Feb 10 21:24:09.209 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222026-02-10T21:24:09.346Z[ recovery-image] Feb 10 21:24:09.226 INFO O| Feb 10 21:24:09.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
55232026-02-10T21:24:09.346Z[ recovery-image] Feb 10 21:24:09.226 INFO O| Feb 10 21:24:09.226 INFO STEP 171 (remove_files) COMPLETE
55242026-02-10T21:24:09.346Z[ recovery-image] Feb 10 21:24:09.226 INFO O| Feb 10 21:24:09.226 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252026-02-10T21:24:09.346Z[ recovery-image] Feb 10 21:24:09.242 INFO O| Feb 10 21:24:09.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
55262026-02-10T21:24:09.346Z[ recovery-image] Feb 10 21:24:09.242 INFO O| Feb 10 21:24:09.242 INFO STEP 172 (remove_files) COMPLETE
55272026-02-10T21:24:09.346Z[ recovery-image] Feb 10 21:24:09.242 INFO O| Feb 10 21:24:09.242 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282026-02-10T21:24:09.370Z[ recovery-image] Feb 10 21:24:09.256 INFO O| Feb 10 21:24:09.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
55292026-02-10T21:24:09.370Z[ recovery-image] Feb 10 21:24:09.256 INFO O| Feb 10 21:24:09.256 INFO STEP 173 (remove_files) COMPLETE
55302026-02-10T21:24:09.370Z[ recovery-image] Feb 10 21:24:09.256 INFO O| Feb 10 21:24:09.256 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312026-02-10T21:24:09.370Z[ recovery-image] Feb 10 21:24:09.270 INFO O| Feb 10 21:24:09.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
55322026-02-10T21:24:09.395Z[ recovery-image] Feb 10 21:24:09.293 INFO O| Feb 10 21:24:09.293 INFO STEP 174 (remove_files) COMPLETE
55332026-02-10T21:24:09.395Z[ recovery-image] Feb 10 21:24:09.293 INFO O| Feb 10 21:24:09.293 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342026-02-10T21:24:09.419Z[ recovery-image] Feb 10 21:24:09.311 INFO O| Feb 10 21:24:09.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
55352026-02-10T21:24:09.419Z[ recovery-image] Feb 10 21:24:09.311 INFO O| Feb 10 21:24:09.311 INFO STEP 175 (remove_files) COMPLETE
55362026-02-10T21:24:09.419Z[ recovery-image] Feb 10 21:24:09.311 INFO O| Feb 10 21:24:09.311 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372026-02-10T21:24:09.444Z[ recovery-image] Feb 10 21:24:09.325 INFO O| Feb 10 21:24:09.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
55382026-02-10T21:24:09.444Z[ recovery-image] Feb 10 21:24:09.325 INFO O| Feb 10 21:24:09.325 INFO STEP 176 (remove_files) COMPLETE
55392026-02-10T21:24:09.444Z[ recovery-image] Feb 10 21:24:09.325 INFO O| Feb 10 21:24:09.325 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402026-02-10T21:24:09.444Z[ recovery-image] Feb 10 21:24:09.338 INFO O| Feb 10 21:24:09.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
55412026-02-10T21:24:09.444Z[ recovery-image] Feb 10 21:24:09.338 INFO O| Feb 10 21:24:09.338 INFO STEP 177 (remove_files) COMPLETE
55422026-02-10T21:24:09.444Z[ recovery-image] Feb 10 21:24:09.338 INFO O| Feb 10 21:24:09.338 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432026-02-10T21:24:09.489Z[ recovery-image] Feb 10 21:24:09.392 INFO O| Feb 10 21:24:09.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
55442026-02-10T21:24:09.489Z[ recovery-image] Feb 10 21:24:09.392 INFO O| Feb 10 21:24:09.392 INFO STEP 178 (remove_files) COMPLETE
55452026-02-10T21:24:09.489Z[ recovery-image] Feb 10 21:24:09.392 INFO O| Feb 10 21:24:09.392 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462026-02-10T21:24:09.515Z[ recovery-image] Feb 10 21:24:09.405 INFO O| Feb 10 21:24:09.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
55472026-02-10T21:24:09.515Z[ recovery-image] Feb 10 21:24:09.405 INFO O| Feb 10 21:24:09.404 INFO STEP 179 (remove_files) COMPLETE
55482026-02-10T21:24:09.515Z[ recovery-image] Feb 10 21:24:09.405 INFO O| Feb 10 21:24:09.404 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492026-02-10T21:24:09.539Z[ recovery-image] Feb 10 21:24:09.427 INFO O| Feb 10 21:24:09.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
55502026-02-10T21:24:09.539Z[ recovery-image] Feb 10 21:24:09.427 INFO O| Feb 10 21:24:09.427 INFO STEP 180 (remove_files) COMPLETE
55512026-02-10T21:24:09.539Z[ recovery-image] Feb 10 21:24:09.427 INFO O| Feb 10 21:24:09.427 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522026-02-10T21:24:09.564Z[ recovery-image] Feb 10 21:24:09.448 INFO O| Feb 10 21:24:09.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
55532026-02-10T21:24:09.564Z[ recovery-image] Feb 10 21:24:09.448 INFO O| Feb 10 21:24:09.448 INFO STEP 181 (remove_files) COMPLETE
55542026-02-10T21:24:09.564Z[ recovery-image] Feb 10 21:24:09.448 INFO O| Feb 10 21:24:09.448 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552026-02-10T21:24:09.564Z[ recovery-image] Feb 10 21:24:09.464 INFO O| Feb 10 21:24:09.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
55562026-02-10T21:24:09.564Z[ recovery-image] Feb 10 21:24:09.464 INFO O| Feb 10 21:24:09.464 INFO STEP 182 (remove_files) COMPLETE
55572026-02-10T21:24:09.564Z[ recovery-image] Feb 10 21:24:09.464 INFO O| Feb 10 21:24:09.464 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582026-02-10T21:24:09.588Z[ recovery-image] Feb 10 21:24:09.478 INFO O| Feb 10 21:24:09.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
55592026-02-10T21:24:09.588Z[ recovery-image] Feb 10 21:24:09.478 INFO O| Feb 10 21:24:09.478 INFO STEP 183 (remove_files) COMPLETE
55602026-02-10T21:24:09.588Z[ recovery-image] Feb 10 21:24:09.478 INFO O| Feb 10 21:24:09.478 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612026-02-10T21:24:09.588Z[ recovery-image] Feb 10 21:24:09.490 INFO O| Feb 10 21:24:09.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
55622026-02-10T21:24:09.588Z[ recovery-image] Feb 10 21:24:09.490 INFO O| Feb 10 21:24:09.490 INFO STEP 184 (remove_files) COMPLETE
55632026-02-10T21:24:09.588Z[ recovery-image] Feb 10 21:24:09.490 INFO O| Feb 10 21:24:09.490 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642026-02-10T21:24:09.613Z[ recovery-image] Feb 10 21:24:09.502 INFO O| Feb 10 21:24:09.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
55652026-02-10T21:24:09.613Z[ recovery-image] Feb 10 21:24:09.502 INFO O| Feb 10 21:24:09.502 INFO STEP 185 (remove_files) COMPLETE
55662026-02-10T21:24:09.613Z[ recovery-image] Feb 10 21:24:09.502 INFO O| Feb 10 21:24:09.502 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672026-02-10T21:24:09.613Z[ recovery-image] Feb 10 21:24:09.515 INFO O| Feb 10 21:24:09.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
55682026-02-10T21:24:09.613Z[ recovery-image] Feb 10 21:24:09.515 INFO O| Feb 10 21:24:09.515 INFO STEP 186 (remove_files) COMPLETE
55692026-02-10T21:24:09.613Z[ recovery-image] Feb 10 21:24:09.515 INFO O| Feb 10 21:24:09.515 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702026-02-10T21:24:09.637Z[ recovery-image] Feb 10 21:24:09.528 INFO O| Feb 10 21:24:09.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
55712026-02-10T21:24:09.637Z[ recovery-image] Feb 10 21:24:09.528 INFO O| Feb 10 21:24:09.528 INFO STEP 187 (remove_files) COMPLETE
55722026-02-10T21:24:09.637Z[ recovery-image] Feb 10 21:24:09.528 INFO O| Feb 10 21:24:09.528 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732026-02-10T21:24:09.661Z[ recovery-image] Feb 10 21:24:09.542 INFO O| Feb 10 21:24:09.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
55742026-02-10T21:24:09.661Z[ recovery-image] Feb 10 21:24:09.542 INFO O| Feb 10 21:24:09.542 INFO STEP 188 (remove_files) COMPLETE
55752026-02-10T21:24:09.662Z[ recovery-image] Feb 10 21:24:09.542 INFO O| Feb 10 21:24:09.542 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762026-02-10T21:24:09.662Z[ recovery-image] Feb 10 21:24:09.555 INFO O| Feb 10 21:24:09.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
55772026-02-10T21:24:09.662Z[ recovery-image] Feb 10 21:24:09.555 INFO O| Feb 10 21:24:09.555 INFO STEP 189 (remove_files) COMPLETE
55782026-02-10T21:24:09.662Z[ recovery-image] Feb 10 21:24:09.555 INFO O| Feb 10 21:24:09.555 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792026-02-10T21:24:09.688Z[ recovery-image] Feb 10 21:24:09.583 INFO O| Feb 10 21:24:09.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
55802026-02-10T21:24:09.688Z[ recovery-image] Feb 10 21:24:09.583 INFO O| Feb 10 21:24:09.583 INFO STEP 190 (remove_files) COMPLETE
55812026-02-10T21:24:09.688Z[ recovery-image] Feb 10 21:24:09.583 INFO O| Feb 10 21:24:09.583 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822026-02-10T21:24:09.715Z[ recovery-image] Feb 10 21:24:09.618 INFO O| Feb 10 21:24:09.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
55832026-02-10T21:24:09.739Z[ recovery-image] Feb 10 21:24:09.618 INFO O| Feb 10 21:24:09.618 INFO STEP 191 (remove_files) COMPLETE
55842026-02-10T21:24:09.739Z[ recovery-image] Feb 10 21:24:09.618 INFO O| Feb 10 21:24:09.618 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852026-02-10T21:24:09.739Z[ recovery-image] Feb 10 21:24:09.639 INFO O| Feb 10 21:24:09.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
55862026-02-10T21:24:09.739Z[ recovery-image] Feb 10 21:24:09.639 INFO O| Feb 10 21:24:09.639 INFO STEP 192 (remove_files) COMPLETE
55872026-02-10T21:24:09.739Z[ recovery-image] Feb 10 21:24:09.639 INFO O| Feb 10 21:24:09.639 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882026-02-10T21:24:09.763Z[ recovery-image] Feb 10 21:24:09.658 INFO O| Feb 10 21:24:09.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
55892026-02-10T21:24:09.764Z[ recovery-image] Feb 10 21:24:09.658 INFO O| Feb 10 21:24:09.658 INFO STEP 193 (remove_files) COMPLETE
55902026-02-10T21:24:09.764Z[ recovery-image] Feb 10 21:24:09.658 INFO O| Feb 10 21:24:09.658 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912026-02-10T21:24:09.788Z[ recovery-image] Feb 10 21:24:09.674 INFO O| Feb 10 21:24:09.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
55922026-02-10T21:24:09.788Z[ recovery-image] Feb 10 21:24:09.674 INFO O| Feb 10 21:24:09.674 INFO STEP 194 (remove_files) COMPLETE
55932026-02-10T21:24:09.788Z[ recovery-image] Feb 10 21:24:09.674 INFO O| Feb 10 21:24:09.674 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942026-02-10T21:24:09.788Z[ recovery-image] Feb 10 21:24:09.689 INFO O| Feb 10 21:24:09.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
55952026-02-10T21:24:09.788Z[ recovery-image] Feb 10 21:24:09.689 INFO O| Feb 10 21:24:09.689 INFO STEP 195 (remove_files) COMPLETE
55962026-02-10T21:24:09.788Z[ recovery-image] Feb 10 21:24:09.689 INFO O| Feb 10 21:24:09.689 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972026-02-10T21:24:09.812Z[ recovery-image] Feb 10 21:24:09.704 INFO O| Feb 10 21:24:09.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
55982026-02-10T21:24:09.812Z[ recovery-image] Feb 10 21:24:09.704 INFO O| Feb 10 21:24:09.704 INFO STEP 196 (remove_files) COMPLETE
55992026-02-10T21:24:09.813Z[ recovery-image] Feb 10 21:24:09.704 INFO O| Feb 10 21:24:09.704 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002026-02-10T21:24:09.837Z[ recovery-image] Feb 10 21:24:09.719 INFO O| Feb 10 21:24:09.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
56012026-02-10T21:24:09.837Z[ recovery-image] Feb 10 21:24:09.720 INFO O| Feb 10 21:24:09.719 INFO STEP 197 (remove_files) COMPLETE
56022026-02-10T21:24:09.837Z[ recovery-image] Feb 10 21:24:09.720 INFO O| Feb 10 21:24:09.719 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032026-02-10T21:24:09.837Z[ recovery-image] Feb 10 21:24:09.735 INFO O| Feb 10 21:24:09.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
56042026-02-10T21:24:09.837Z[ recovery-image] Feb 10 21:24:09.735 INFO O| Feb 10 21:24:09.735 INFO STEP 198 (remove_files) COMPLETE
56052026-02-10T21:24:09.837Z[ recovery-image] Feb 10 21:24:09.735 INFO O| Feb 10 21:24:09.735 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062026-02-10T21:24:09.862Z[ recovery-image] Feb 10 21:24:09.749 INFO O| Feb 10 21:24:09.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
56072026-02-10T21:24:09.862Z[ recovery-image] Feb 10 21:24:09.749 INFO O| Feb 10 21:24:09.749 INFO STEP 199 (remove_files) COMPLETE
56082026-02-10T21:24:09.862Z[ recovery-image] Feb 10 21:24:09.749 INFO O| Feb 10 21:24:09.749 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092026-02-10T21:24:09.886Z[ recovery-image] Feb 10 21:24:09.766 INFO O| Feb 10 21:24:09.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
56102026-02-10T21:24:09.886Z[ recovery-image] Feb 10 21:24:09.766 INFO O| Feb 10 21:24:09.766 INFO STEP 200 (remove_files) COMPLETE
56112026-02-10T21:24:09.886Z[ recovery-image] Feb 10 21:24:09.766 INFO O| Feb 10 21:24:09.766 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122026-02-10T21:24:09.886Z[ recovery-image] Feb 10 21:24:09.783 INFO O| Feb 10 21:24:09.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
56132026-02-10T21:24:09.886Z[ recovery-image] Feb 10 21:24:09.783 INFO O| Feb 10 21:24:09.783 INFO STEP 201 (remove_files) COMPLETE
56142026-02-10T21:24:09.886Z[ recovery-image] Feb 10 21:24:09.783 INFO O| Feb 10 21:24:09.783 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152026-02-10T21:24:09.910Z[ recovery-image] Feb 10 21:24:09.800 INFO O| Feb 10 21:24:09.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
56162026-02-10T21:24:09.911Z[ recovery-image] Feb 10 21:24:09.800 INFO O| Feb 10 21:24:09.800 INFO STEP 202 (remove_files) COMPLETE
56172026-02-10T21:24:09.911Z[ recovery-image] Feb 10 21:24:09.800 INFO O| Feb 10 21:24:09.800 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182026-02-10T21:24:09.935Z[ recovery-image] Feb 10 21:24:09.817 INFO O| Feb 10 21:24:09.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
56192026-02-10T21:24:09.935Z[ recovery-image] Feb 10 21:24:09.817 INFO O| Feb 10 21:24:09.817 INFO STEP 203 (remove_files) COMPLETE
56202026-02-10T21:24:09.935Z[ recovery-image] Feb 10 21:24:09.817 INFO O| Feb 10 21:24:09.817 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212026-02-10T21:24:09.935Z[ recovery-image] Feb 10 21:24:09.837 INFO O| Feb 10 21:24:09.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
56222026-02-10T21:24:09.935Z[ recovery-image] Feb 10 21:24:09.837 INFO O| Feb 10 21:24:09.837 INFO STEP 204 (remove_files) COMPLETE
56232026-02-10T21:24:09.935Z[ recovery-image] Feb 10 21:24:09.837 INFO O| Feb 10 21:24:09.837 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242026-02-10T21:24:09.961Z[ recovery-image] Feb 10 21:24:09.854 INFO O| Feb 10 21:24:09.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
56252026-02-10T21:24:09.961Z[ recovery-image] Feb 10 21:24:09.855 INFO O| Feb 10 21:24:09.855 INFO STEP 205 (remove_files) COMPLETE
56262026-02-10T21:24:09.961Z[ recovery-image] Feb 10 21:24:09.855 INFO O| Feb 10 21:24:09.855 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272026-02-10T21:24:09.985Z[ recovery-image] Feb 10 21:24:09.875 INFO O| Feb 10 21:24:09.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
56282026-02-10T21:24:09.985Z[ recovery-image] Feb 10 21:24:09.876 INFO O| Feb 10 21:24:09.876 INFO STEP 206 (remove_files) COMPLETE
56292026-02-10T21:24:09.985Z[ recovery-image] Feb 10 21:24:09.876 INFO O| Feb 10 21:24:09.876 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302026-02-10T21:24:10.010Z[ recovery-image] Feb 10 21:24:09.892 INFO O| Feb 10 21:24:09.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
56312026-02-10T21:24:10.010Z[ recovery-image] Feb 10 21:24:09.892 INFO O| Feb 10 21:24:09.892 INFO STEP 207 (remove_files) COMPLETE
56322026-02-10T21:24:10.010Z[ recovery-image] Feb 10 21:24:09.892 INFO O| Feb 10 21:24:09.892 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332026-02-10T21:24:10.010Z[ recovery-image] Feb 10 21:24:09.907 INFO O| Feb 10 21:24:09.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
56342026-02-10T21:24:10.010Z[ recovery-image] Feb 10 21:24:09.907 INFO O| Feb 10 21:24:09.907 INFO STEP 208 (remove_files) COMPLETE
56352026-02-10T21:24:10.010Z[ recovery-image] Feb 10 21:24:09.907 INFO O| Feb 10 21:24:09.907 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362026-02-10T21:24:10.035Z[ recovery-image] Feb 10 21:24:09.926 INFO O| Feb 10 21:24:09.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
56372026-02-10T21:24:10.035Z[ recovery-image] Feb 10 21:24:09.926 INFO O| Feb 10 21:24:09.926 INFO STEP 209 (remove_files) COMPLETE
56382026-02-10T21:24:10.035Z[ recovery-image] Feb 10 21:24:09.926 INFO O| Feb 10 21:24:09.926 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392026-02-10T21:24:10.059Z[ recovery-image] Feb 10 21:24:09.944 INFO O| Feb 10 21:24:09.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
56402026-02-10T21:24:10.059Z[ recovery-image] Feb 10 21:24:09.944 INFO O| Feb 10 21:24:09.944 INFO STEP 210 (remove_files) COMPLETE
56412026-02-10T21:24:10.059Z[ recovery-image] Feb 10 21:24:09.944 INFO O| Feb 10 21:24:09.944 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422026-02-10T21:24:10.059Z[ recovery-image] Feb 10 21:24:09.958 INFO O| Feb 10 21:24:09.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
56432026-02-10T21:24:10.059Z[ recovery-image] Feb 10 21:24:09.959 INFO O| Feb 10 21:24:09.958 INFO STEP 211 (remove_files) COMPLETE
56442026-02-10T21:24:10.059Z[ recovery-image] Feb 10 21:24:09.959 INFO O| Feb 10 21:24:09.959 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452026-02-10T21:24:10.083Z[ recovery-image] Feb 10 21:24:09.976 INFO O| Feb 10 21:24:09.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
56462026-02-10T21:24:10.083Z[ recovery-image] Feb 10 21:24:09.976 INFO O| Feb 10 21:24:09.976 INFO STEP 212 (remove_files) COMPLETE
56472026-02-10T21:24:10.083Z[ recovery-image] Feb 10 21:24:09.976 INFO O| Feb 10 21:24:09.976 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482026-02-10T21:24:10.108Z[ recovery-image] Feb 10 21:24:09.994 INFO O| Feb 10 21:24:09.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
56492026-02-10T21:24:10.108Z[ recovery-image] Feb 10 21:24:09.994 INFO O| Feb 10 21:24:09.994 INFO STEP 213 (remove_files) COMPLETE
56502026-02-10T21:24:10.108Z[ recovery-image] Feb 10 21:24:09.994 INFO O| Feb 10 21:24:09.994 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512026-02-10T21:24:10.108Z[ recovery-image] Feb 10 21:24:10.010 INFO O| Feb 10 21:24:10.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
56522026-02-10T21:24:10.108Z[ recovery-image] Feb 10 21:24:10.010 INFO O| Feb 10 21:24:10.010 INFO STEP 214 (remove_files) COMPLETE
56532026-02-10T21:24:10.108Z[ recovery-image] Feb 10 21:24:10.010 INFO O| Feb 10 21:24:10.010 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542026-02-10T21:24:10.132Z[ recovery-image] Feb 10 21:24:10.029 INFO O| Feb 10 21:24:10.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
56552026-02-10T21:24:10.133Z[ recovery-image] Feb 10 21:24:10.029 INFO O| Feb 10 21:24:10.029 INFO STEP 215 (remove_files) COMPLETE
56562026-02-10T21:24:10.133Z[ recovery-image] Feb 10 21:24:10.029 INFO O| Feb 10 21:24:10.029 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572026-02-10T21:24:10.157Z[ recovery-image] Feb 10 21:24:10.044 INFO O| Feb 10 21:24:10.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
56582026-02-10T21:24:10.157Z[ recovery-image] Feb 10 21:24:10.044 INFO O| Feb 10 21:24:10.044 INFO STEP 216 (remove_files) COMPLETE
56592026-02-10T21:24:10.157Z[ recovery-image] Feb 10 21:24:10.044 INFO O| Feb 10 21:24:10.044 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602026-02-10T21:24:10.181Z[ recovery-image] Feb 10 21:24:10.065 INFO O| Feb 10 21:24:10.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
56612026-02-10T21:24:10.181Z[ recovery-image] Feb 10 21:24:10.065 INFO O| Feb 10 21:24:10.065 INFO STEP 217 (remove_files) COMPLETE
56622026-02-10T21:24:10.181Z[ recovery-image] Feb 10 21:24:10.065 INFO O| Feb 10 21:24:10.065 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632026-02-10T21:24:10.181Z[ recovery-image] Feb 10 21:24:10.083 INFO O| Feb 10 21:24:10.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
56642026-02-10T21:24:10.181Z[ recovery-image] Feb 10 21:24:10.083 INFO O| Feb 10 21:24:10.083 INFO STEP 218 (remove_files) COMPLETE
56652026-02-10T21:24:10.181Z[ recovery-image] Feb 10 21:24:10.083 INFO O| Feb 10 21:24:10.083 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662026-02-10T21:24:10.206Z[ recovery-image] Feb 10 21:24:10.097 INFO O| Feb 10 21:24:10.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
56672026-02-10T21:24:10.206Z[ recovery-image] Feb 10 21:24:10.097 INFO O| Feb 10 21:24:10.097 INFO STEP 219 (remove_files) COMPLETE
56682026-02-10T21:24:10.206Z[ recovery-image] Feb 10 21:24:10.097 INFO O| Feb 10 21:24:10.097 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692026-02-10T21:24:10.232Z[ recovery-image] Feb 10 21:24:10.116 INFO O| Feb 10 21:24:10.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
56702026-02-10T21:24:10.232Z[ recovery-image] Feb 10 21:24:10.116 INFO O| Feb 10 21:24:10.116 INFO STEP 220 (remove_files) COMPLETE
56712026-02-10T21:24:10.232Z[ recovery-image] Feb 10 21:24:10.116 INFO O| Feb 10 21:24:10.116 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722026-02-10T21:24:10.256Z[ recovery-image] Feb 10 21:24:10.136 INFO O| Feb 10 21:24:10.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
56732026-02-10T21:24:10.256Z[ recovery-image] Feb 10 21:24:10.136 INFO O| Feb 10 21:24:10.136 INFO STEP 221 (remove_files) COMPLETE
56742026-02-10T21:24:10.256Z[ recovery-image] Feb 10 21:24:10.136 INFO O| Feb 10 21:24:10.136 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752026-02-10T21:24:10.256Z[ recovery-image] Feb 10 21:24:10.154 INFO O| Feb 10 21:24:10.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
56762026-02-10T21:24:10.256Z[ recovery-image] Feb 10 21:24:10.154 INFO O| Feb 10 21:24:10.154 INFO STEP 222 (remove_files) COMPLETE
56772026-02-10T21:24:10.256Z[ recovery-image] Feb 10 21:24:10.154 INFO O| Feb 10 21:24:10.154 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782026-02-10T21:24:10.281Z[ recovery-image] Feb 10 21:24:10.169 INFO O| Feb 10 21:24:10.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
56792026-02-10T21:24:10.281Z[ recovery-image] Feb 10 21:24:10.169 INFO O| Feb 10 21:24:10.169 INFO STEP 223 (remove_files) COMPLETE
56802026-02-10T21:24:10.281Z[ recovery-image] Feb 10 21:24:10.169 INFO O| Feb 10 21:24:10.169 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812026-02-10T21:24:10.281Z[ recovery-image] Feb 10 21:24:10.183 INFO O| Feb 10 21:24:10.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
56822026-02-10T21:24:10.281Z[ recovery-image] Feb 10 21:24:10.183 INFO O| Feb 10 21:24:10.183 INFO STEP 224 (remove_files) COMPLETE
56832026-02-10T21:24:10.281Z[ recovery-image] Feb 10 21:24:10.183 INFO O| Feb 10 21:24:10.183 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842026-02-10T21:24:10.305Z[ recovery-image] Feb 10 21:24:10.196 INFO O| Feb 10 21:24:10.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
56852026-02-10T21:24:10.305Z[ recovery-image] Feb 10 21:24:10.196 INFO O| Feb 10 21:24:10.196 INFO STEP 225 (remove_files) COMPLETE
56862026-02-10T21:24:10.305Z[ recovery-image] Feb 10 21:24:10.196 INFO O| Feb 10 21:24:10.196 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872026-02-10T21:24:10.330Z[ recovery-image] Feb 10 21:24:10.212 INFO O| Feb 10 21:24:10.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
56882026-02-10T21:24:10.330Z[ recovery-image] Feb 10 21:24:10.212 INFO O| Feb 10 21:24:10.212 INFO STEP 226 (remove_files) COMPLETE
56892026-02-10T21:24:10.330Z[ recovery-image] Feb 10 21:24:10.212 INFO O| Feb 10 21:24:10.212 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902026-02-10T21:24:10.330Z[ recovery-image] Feb 10 21:24:10.225 INFO O| Feb 10 21:24:10.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
56912026-02-10T21:24:10.330Z[ recovery-image] Feb 10 21:24:10.225 INFO O| Feb 10 21:24:10.225 INFO STEP 227 (remove_files) COMPLETE
56922026-02-10T21:24:10.330Z[ recovery-image] Feb 10 21:24:10.225 INFO O| Feb 10 21:24:10.225 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932026-02-10T21:24:10.354Z[ recovery-image] Feb 10 21:24:10.243 INFO O| Feb 10 21:24:10.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
56942026-02-10T21:24:10.354Z[ recovery-image] Feb 10 21:24:10.243 INFO O| Feb 10 21:24:10.243 INFO STEP 228 (remove_files) COMPLETE
56952026-02-10T21:24:10.354Z[ recovery-image] Feb 10 21:24:10.243 INFO O| Feb 10 21:24:10.243 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962026-02-10T21:24:10.378Z[ recovery-image] Feb 10 21:24:10.261 INFO O| Feb 10 21:24:10.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
56972026-02-10T21:24:10.378Z[ recovery-image] Feb 10 21:24:10.262 INFO O| Feb 10 21:24:10.262 INFO STEP 229 (remove_files) COMPLETE
56982026-02-10T21:24:10.378Z[ recovery-image] Feb 10 21:24:10.262 INFO O| Feb 10 21:24:10.262 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992026-02-10T21:24:10.378Z[ recovery-image] Feb 10 21:24:10.279 INFO O| Feb 10 21:24:10.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
57002026-02-10T21:24:10.378Z[ recovery-image] Feb 10 21:24:10.279 INFO O| Feb 10 21:24:10.279 INFO STEP 230 (remove_files) COMPLETE
57012026-02-10T21:24:10.378Z[ recovery-image] Feb 10 21:24:10.279 INFO O| Feb 10 21:24:10.279 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022026-02-10T21:24:10.415Z[ recovery-image] Feb 10 21:24:10.318 INFO O| Feb 10 21:24:10.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
57032026-02-10T21:24:10.439Z[ recovery-image] Feb 10 21:24:10.318 INFO O| Feb 10 21:24:10.318 INFO STEP 231 (remove_files) COMPLETE
57042026-02-10T21:24:10.439Z[ recovery-image] Feb 10 21:24:10.318 INFO O| Feb 10 21:24:10.318 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052026-02-10T21:24:10.472Z[ recovery-image] Feb 10 21:24:10.374 INFO O| Feb 10 21:24:10.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
57062026-02-10T21:24:10.472Z[ recovery-image] Feb 10 21:24:10.374 INFO O| Feb 10 21:24:10.374 INFO STEP 232 (remove_files) COMPLETE
57072026-02-10T21:24:10.496Z[ recovery-image] Feb 10 21:24:10.374 INFO O| Feb 10 21:24:10.374 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082026-02-10T21:24:10.520Z[ recovery-image] Feb 10 21:24:10.407 INFO O| Feb 10 21:24:10.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
57092026-02-10T21:24:10.520Z[ recovery-image] Feb 10 21:24:10.407 INFO O| Feb 10 21:24:10.407 INFO STEP 233 (remove_files) COMPLETE
57102026-02-10T21:24:10.520Z[ recovery-image] Feb 10 21:24:10.407 INFO O| Feb 10 21:24:10.407 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112026-02-10T21:24:10.521Z[ recovery-image] Feb 10 21:24:10.422 INFO O| Feb 10 21:24:10.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
57122026-02-10T21:24:10.521Z[ recovery-image] Feb 10 21:24:10.422 INFO O| Feb 10 21:24:10.422 INFO STEP 234 (remove_files) COMPLETE
57132026-02-10T21:24:10.521Z[ recovery-image] Feb 10 21:24:10.422 INFO O| Feb 10 21:24:10.422 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142026-02-10T21:24:10.545Z[ recovery-image] Feb 10 21:24:10.434 INFO O| Feb 10 21:24:10.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
57152026-02-10T21:24:10.545Z[ recovery-image] Feb 10 21:24:10.434 INFO O| Feb 10 21:24:10.434 INFO STEP 235 (remove_files) COMPLETE
57162026-02-10T21:24:10.545Z[ recovery-image] Feb 10 21:24:10.434 INFO O| Feb 10 21:24:10.434 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172026-02-10T21:24:10.545Z[ recovery-image] Feb 10 21:24:10.446 INFO O| Feb 10 21:24:10.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
57182026-02-10T21:24:10.545Z[ recovery-image] Feb 10 21:24:10.447 INFO O| Feb 10 21:24:10.446 INFO STEP 236 (remove_files) COMPLETE
57192026-02-10T21:24:10.545Z[ recovery-image] Feb 10 21:24:10.447 INFO O| Feb 10 21:24:10.447 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202026-02-10T21:24:10.612Z[ recovery-image] Feb 10 21:24:10.460 INFO O| Feb 10 21:24:10.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
57212026-02-10T21:24:10.612Z[ recovery-image] Feb 10 21:24:10.460 INFO O| Feb 10 21:24:10.460 INFO STEP 237 (remove_files) COMPLETE
57222026-02-10T21:24:10.612Z[ recovery-image] Feb 10 21:24:10.460 INFO O| Feb 10 21:24:10.460 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232026-02-10T21:24:10.612Z[ recovery-image] Feb 10 21:24:10.474 INFO O| Feb 10 21:24:10.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
57242026-02-10T21:24:10.612Z[ recovery-image] Feb 10 21:24:10.474 INFO O| Feb 10 21:24:10.474 INFO STEP 238 (remove_files) COMPLETE
57252026-02-10T21:24:10.612Z[ recovery-image] Feb 10 21:24:10.474 INFO O| Feb 10 21:24:10.474 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262026-02-10T21:24:10.612Z[ recovery-image] Feb 10 21:24:10.491 INFO O| Feb 10 21:24:10.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
57272026-02-10T21:24:10.612Z[ recovery-image] Feb 10 21:24:10.491 INFO O| Feb 10 21:24:10.491 INFO STEP 239 (remove_files) COMPLETE
57282026-02-10T21:24:10.612Z[ recovery-image] Feb 10 21:24:10.491 INFO O| Feb 10 21:24:10.491 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292026-02-10T21:24:10.638Z[ recovery-image] Feb 10 21:24:10.524 INFO O| Feb 10 21:24:10.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
57302026-02-10T21:24:10.638Z[ recovery-image] Feb 10 21:24:10.524 INFO O| Feb 10 21:24:10.524 INFO STEP 240 (remove_files) COMPLETE
57312026-02-10T21:24:10.638Z[ recovery-image] Feb 10 21:24:10.524 INFO O| Feb 10 21:24:10.524 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322026-02-10T21:24:10.662Z[ recovery-image] Feb 10 21:24:10.549 INFO O| Feb 10 21:24:10.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
57332026-02-10T21:24:10.662Z[ recovery-image] Feb 10 21:24:10.550 INFO O| Feb 10 21:24:10.549 INFO STEP 241 (remove_files) COMPLETE
57342026-02-10T21:24:10.662Z[ recovery-image] Feb 10 21:24:10.550 INFO O| Feb 10 21:24:10.550 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352026-02-10T21:24:10.695Z[ recovery-image] Feb 10 21:24:10.597 INFO O| Feb 10 21:24:10.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
57362026-02-10T21:24:10.695Z[ recovery-image] Feb 10 21:24:10.597 INFO O| Feb 10 21:24:10.597 INFO STEP 242 (remove_files) COMPLETE
57372026-02-10T21:24:10.719Z[ recovery-image] Feb 10 21:24:10.597 INFO O| Feb 10 21:24:10.597 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382026-02-10T21:24:10.744Z[ recovery-image] Feb 10 21:24:10.625 INFO O| Feb 10 21:24:10.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
57392026-02-10T21:24:10.744Z[ recovery-image] Feb 10 21:24:10.626 INFO O| Feb 10 21:24:10.626 INFO STEP 243 (remove_files) COMPLETE
57402026-02-10T21:24:10.744Z[ recovery-image] Feb 10 21:24:10.626 INFO O| Feb 10 21:24:10.626 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412026-02-10T21:24:10.768Z[ recovery-image] Feb 10 21:24:10.654 INFO O| Feb 10 21:24:10.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
57422026-02-10T21:24:10.768Z[ recovery-image] Feb 10 21:24:10.654 INFO O| Feb 10 21:24:10.654 INFO STEP 244 (remove_files) COMPLETE
57432026-02-10T21:24:10.768Z[ recovery-image] Feb 10 21:24:10.654 INFO O| Feb 10 21:24:10.654 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442026-02-10T21:24:10.793Z[ recovery-image] Feb 10 21:24:10.683 INFO O| Feb 10 21:24:10.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
57452026-02-10T21:24:10.793Z[ recovery-image] Feb 10 21:24:10.684 INFO O| Feb 10 21:24:10.683 INFO STEP 245 (remove_files) COMPLETE
57462026-02-10T21:24:10.793Z[ recovery-image] Feb 10 21:24:10.684 INFO O| Feb 10 21:24:10.684 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472026-02-10T21:24:10.818Z[ recovery-image] Feb 10 21:24:10.713 INFO O| Feb 10 21:24:10.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
57482026-02-10T21:24:10.818Z[ recovery-image] Feb 10 21:24:10.713 INFO O| Feb 10 21:24:10.713 INFO STEP 246 (remove_files) COMPLETE
57492026-02-10T21:24:10.818Z[ recovery-image] Feb 10 21:24:10.713 INFO O| Feb 10 21:24:10.713 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502026-02-10T21:24:10.853Z[ recovery-image] Feb 10 21:24:10.756 INFO O| Feb 10 21:24:10.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
57512026-02-10T21:24:10.853Z[ recovery-image] Feb 10 21:24:10.756 INFO O| Feb 10 21:24:10.756 INFO STEP 247 (remove_files) COMPLETE
57522026-02-10T21:24:10.853Z[ recovery-image] Feb 10 21:24:10.756 INFO O| Feb 10 21:24:10.756 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532026-02-10T21:24:10.878Z[ recovery-image] Feb 10 21:24:10.780 INFO O| Feb 10 21:24:10.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
57542026-02-10T21:24:10.878Z[ recovery-image] Feb 10 21:24:10.781 INFO O| Feb 10 21:24:10.781 INFO STEP 248 (remove_files) COMPLETE
57552026-02-10T21:24:10.878Z[ recovery-image] Feb 10 21:24:10.781 INFO O| Feb 10 21:24:10.781 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562026-02-10T21:24:10.907Z[ recovery-image] Feb 10 21:24:10.809 INFO O| Feb 10 21:24:10.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
57572026-02-10T21:24:10.907Z[ recovery-image] Feb 10 21:24:10.809 INFO O| Feb 10 21:24:10.809 INFO STEP 249 (remove_files) COMPLETE
57582026-02-10T21:24:10.907Z[ recovery-image] Feb 10 21:24:10.809 INFO O| Feb 10 21:24:10.809 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592026-02-10T21:24:10.932Z[ recovery-image] Feb 10 21:24:10.835 INFO O| Feb 10 21:24:10.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
57602026-02-10T21:24:10.932Z[ recovery-image] Feb 10 21:24:10.835 INFO O| Feb 10 21:24:10.835 INFO STEP 250 (remove_files) COMPLETE
57612026-02-10T21:24:10.932Z[ recovery-image] Feb 10 21:24:10.835 INFO O| Feb 10 21:24:10.835 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622026-02-10T21:24:10.957Z[ recovery-image] Feb 10 21:24:10.859 INFO O| Feb 10 21:24:10.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
57632026-02-10T21:24:10.957Z[ recovery-image] Feb 10 21:24:10.859 INFO O| Feb 10 21:24:10.859 INFO STEP 251 (remove_files) COMPLETE
57642026-02-10T21:24:10.957Z[ recovery-image] Feb 10 21:24:10.859 INFO O| Feb 10 21:24:10.859 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652026-02-10T21:24:10.982Z[ recovery-image] Feb 10 21:24:10.884 INFO O| Feb 10 21:24:10.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
57662026-02-10T21:24:10.982Z[ recovery-image] Feb 10 21:24:10.884 INFO O| Feb 10 21:24:10.884 INFO STEP 252 (remove_files) COMPLETE
57672026-02-10T21:24:10.982Z[ recovery-image] Feb 10 21:24:10.884 INFO O| Feb 10 21:24:10.884 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682026-02-10T21:24:11.006Z[ recovery-image] Feb 10 21:24:10.903 INFO O| Feb 10 21:24:10.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
57692026-02-10T21:24:11.006Z[ recovery-image] Feb 10 21:24:10.904 INFO O| Feb 10 21:24:10.904 INFO STEP 253 (remove_files) COMPLETE
57702026-02-10T21:24:11.006Z[ recovery-image] Feb 10 21:24:10.904 INFO O| Feb 10 21:24:10.904 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712026-02-10T21:24:11.031Z[ recovery-image] Feb 10 21:24:10.922 INFO O| Feb 10 21:24:10.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
57722026-02-10T21:24:11.031Z[ recovery-image] Feb 10 21:24:10.922 INFO O| Feb 10 21:24:10.922 INFO STEP 254 (remove_files) COMPLETE
57732026-02-10T21:24:11.031Z[ recovery-image] Feb 10 21:24:10.922 INFO O| Feb 10 21:24:10.922 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742026-02-10T21:24:11.056Z[ recovery-image] Feb 10 21:24:10.940 INFO O| Feb 10 21:24:10.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
57752026-02-10T21:24:11.056Z[ recovery-image] Feb 10 21:24:10.940 INFO O| Feb 10 21:24:10.940 INFO STEP 255 (remove_files) COMPLETE
57762026-02-10T21:24:11.056Z[ recovery-image] Feb 10 21:24:10.940 INFO O| Feb 10 21:24:10.940 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772026-02-10T21:24:11.056Z[ recovery-image] Feb 10 21:24:10.958 INFO O| Feb 10 21:24:10.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
57782026-02-10T21:24:11.056Z[ recovery-image] Feb 10 21:24:10.958 INFO O| Feb 10 21:24:10.958 INFO STEP 256 (remove_files) COMPLETE
57792026-02-10T21:24:11.056Z[ recovery-image] Feb 10 21:24:10.958 INFO O| Feb 10 21:24:10.958 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802026-02-10T21:24:11.080Z[ recovery-image] Feb 10 21:24:10.975 INFO O| Feb 10 21:24:10.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
57812026-02-10T21:24:11.080Z[ recovery-image] Feb 10 21:24:10.975 INFO O| Feb 10 21:24:10.975 INFO STEP 257 (remove_files) COMPLETE
57822026-02-10T21:24:11.080Z[ recovery-image] Feb 10 21:24:10.975 INFO O| Feb 10 21:24:10.975 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832026-02-10T21:24:11.104Z[ recovery-image] Feb 10 21:24:10.996 INFO O| Feb 10 21:24:10.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
57842026-02-10T21:24:11.105Z[ recovery-image] Feb 10 21:24:10.996 INFO O| Feb 10 21:24:10.996 INFO STEP 258 (remove_files) COMPLETE
57852026-02-10T21:24:11.105Z[ recovery-image] Feb 10 21:24:10.996 INFO O| Feb 10 21:24:10.996 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862026-02-10T21:24:11.129Z[ recovery-image] Feb 10 21:24:11.018 INFO O| Feb 10 21:24:11.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
57872026-02-10T21:24:11.129Z[ recovery-image] Feb 10 21:24:11.019 INFO O| Feb 10 21:24:11.019 INFO STEP 259 (remove_files) COMPLETE
57882026-02-10T21:24:11.129Z[ recovery-image] Feb 10 21:24:11.019 INFO O| Feb 10 21:24:11.019 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892026-02-10T21:24:11.154Z[ recovery-image] Feb 10 21:24:11.038 INFO O| Feb 10 21:24:11.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
57902026-02-10T21:24:11.154Z[ recovery-image] Feb 10 21:24:11.038 INFO O| Feb 10 21:24:11.038 INFO STEP 260 (remove_files) COMPLETE
57912026-02-10T21:24:11.154Z[ recovery-image] Feb 10 21:24:11.039 INFO O| Feb 10 21:24:11.038 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922026-02-10T21:24:11.179Z[ recovery-image] Feb 10 21:24:11.059 INFO O| Feb 10 21:24:11.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
57932026-02-10T21:24:11.179Z[ recovery-image] Feb 10 21:24:11.060 INFO O| Feb 10 21:24:11.060 INFO STEP 261 (remove_files) COMPLETE
57942026-02-10T21:24:11.179Z[ recovery-image] Feb 10 21:24:11.060 INFO O| Feb 10 21:24:11.060 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952026-02-10T21:24:11.179Z[ recovery-image] Feb 10 21:24:11.077 INFO O| Feb 10 21:24:11.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
57962026-02-10T21:24:11.179Z[ recovery-image] Feb 10 21:24:11.078 INFO O| Feb 10 21:24:11.078 INFO STEP 262 (remove_files) COMPLETE
57972026-02-10T21:24:11.179Z[ recovery-image] Feb 10 21:24:11.078 INFO O| Feb 10 21:24:11.078 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982026-02-10T21:24:11.204Z[ recovery-image] Feb 10 21:24:11.094 INFO O| Feb 10 21:24:11.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
57992026-02-10T21:24:11.204Z[ recovery-image] Feb 10 21:24:11.095 INFO O| Feb 10 21:24:11.095 INFO STEP 263 (remove_files) COMPLETE
58002026-02-10T21:24:11.204Z[ recovery-image] Feb 10 21:24:11.095 INFO O| Feb 10 21:24:11.095 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012026-02-10T21:24:11.228Z[ recovery-image] Feb 10 21:24:11.116 INFO O| Feb 10 21:24:11.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
58022026-02-10T21:24:11.228Z[ recovery-image] Feb 10 21:24:11.116 INFO O| Feb 10 21:24:11.116 INFO STEP 264 (remove_files) COMPLETE
58032026-02-10T21:24:11.228Z[ recovery-image] Feb 10 21:24:11.117 INFO O| Feb 10 21:24:11.116 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042026-02-10T21:24:11.253Z[ recovery-image] Feb 10 21:24:11.137 INFO O| Feb 10 21:24:11.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
58052026-02-10T21:24:11.253Z[ recovery-image] Feb 10 21:24:11.138 INFO O| Feb 10 21:24:11.137 INFO STEP 265 (remove_files) COMPLETE
58062026-02-10T21:24:11.253Z[ recovery-image] Feb 10 21:24:11.138 INFO O| Feb 10 21:24:11.137 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072026-02-10T21:24:11.278Z[ recovery-image] Feb 10 21:24:11.156 INFO O| Feb 10 21:24:11.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
58082026-02-10T21:24:11.278Z[ recovery-image] Feb 10 21:24:11.156 INFO O| Feb 10 21:24:11.156 INFO STEP 266 (remove_files) COMPLETE
58092026-02-10T21:24:11.278Z[ recovery-image] Feb 10 21:24:11.156 INFO O| Feb 10 21:24:11.156 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102026-02-10T21:24:11.278Z[ recovery-image] Feb 10 21:24:11.175 INFO O| Feb 10 21:24:11.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
58112026-02-10T21:24:11.278Z[ recovery-image] Feb 10 21:24:11.175 INFO O| Feb 10 21:24:11.175 INFO STEP 267 (remove_files) COMPLETE
58122026-02-10T21:24:11.278Z[ recovery-image] Feb 10 21:24:11.175 INFO O| Feb 10 21:24:11.175 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132026-02-10T21:24:11.302Z[ recovery-image] Feb 10 21:24:11.194 INFO O| Feb 10 21:24:11.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
58142026-02-10T21:24:11.302Z[ recovery-image] Feb 10 21:24:11.194 INFO O| Feb 10 21:24:11.194 INFO STEP 268 (remove_files) COMPLETE
58152026-02-10T21:24:11.302Z[ recovery-image] Feb 10 21:24:11.194 INFO O| Feb 10 21:24:11.194 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162026-02-10T21:24:11.326Z[ recovery-image] Feb 10 21:24:11.210 INFO O| Feb 10 21:24:11.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
58172026-02-10T21:24:11.326Z[ recovery-image] Feb 10 21:24:11.210 INFO O| Feb 10 21:24:11.210 INFO STEP 269 (remove_files) COMPLETE
58182026-02-10T21:24:11.326Z[ recovery-image] Feb 10 21:24:11.210 INFO O| Feb 10 21:24:11.210 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192026-02-10T21:24:11.326Z[ recovery-image] Feb 10 21:24:11.226 INFO O| Feb 10 21:24:11.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
58202026-02-10T21:24:11.326Z[ recovery-image] Feb 10 21:24:11.226 INFO O| Feb 10 21:24:11.226 INFO STEP 270 (remove_files) COMPLETE
58212026-02-10T21:24:11.326Z[ recovery-image] Feb 10 21:24:11.226 INFO O| Feb 10 21:24:11.226 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222026-02-10T21:24:11.351Z[ recovery-image] Feb 10 21:24:11.247 INFO O| Feb 10 21:24:11.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
58232026-02-10T21:24:11.351Z[ recovery-image] Feb 10 21:24:11.248 INFO O| Feb 10 21:24:11.248 INFO STEP 271 (remove_files) COMPLETE
58242026-02-10T21:24:11.351Z[ recovery-image] Feb 10 21:24:11.248 INFO O| Feb 10 21:24:11.248 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252026-02-10T21:24:11.375Z[ recovery-image] Feb 10 21:24:11.262 INFO O| Feb 10 21:24:11.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
58262026-02-10T21:24:11.375Z[ recovery-image] Feb 10 21:24:11.262 INFO O| Feb 10 21:24:11.262 INFO STEP 272 (remove_files) COMPLETE
58272026-02-10T21:24:11.375Z[ recovery-image] Feb 10 21:24:11.263 INFO O| Feb 10 21:24:11.262 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282026-02-10T21:24:11.375Z[ recovery-image] Feb 10 21:24:11.276 INFO O| Feb 10 21:24:11.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
58292026-02-10T21:24:11.375Z[ recovery-image] Feb 10 21:24:11.277 INFO O| Feb 10 21:24:11.277 INFO STEP 273 (remove_files) COMPLETE
58302026-02-10T21:24:11.375Z[ recovery-image] Feb 10 21:24:11.277 INFO O| Feb 10 21:24:11.277 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312026-02-10T21:24:11.399Z[ recovery-image] Feb 10 21:24:11.290 INFO O| Feb 10 21:24:11.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
58322026-02-10T21:24:11.399Z[ recovery-image] Feb 10 21:24:11.291 INFO O| Feb 10 21:24:11.291 INFO STEP 274 (remove_files) COMPLETE
58332026-02-10T21:24:11.400Z[ recovery-image] Feb 10 21:24:11.291 INFO O| Feb 10 21:24:11.291 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342026-02-10T21:24:11.424Z[ recovery-image] Feb 10 21:24:11.305 INFO O| Feb 10 21:24:11.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
58352026-02-10T21:24:11.424Z[ recovery-image] Feb 10 21:24:11.305 INFO O| Feb 10 21:24:11.305 INFO STEP 275 (remove_files) COMPLETE
58362026-02-10T21:24:11.424Z[ recovery-image] Feb 10 21:24:11.305 INFO O| Feb 10 21:24:11.305 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372026-02-10T21:24:11.424Z[ recovery-image] Feb 10 21:24:11.325 INFO O| Feb 10 21:24:11.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
58382026-02-10T21:24:11.424Z[ recovery-image] Feb 10 21:24:11.325 INFO O| Feb 10 21:24:11.325 INFO STEP 276 (remove_files) COMPLETE
58392026-02-10T21:24:11.425Z[ recovery-image] Feb 10 21:24:11.325 INFO O| Feb 10 21:24:11.325 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402026-02-10T21:24:11.450Z[ recovery-image] Feb 10 21:24:11.345 INFO O| Feb 10 21:24:11.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
58412026-02-10T21:24:11.450Z[ recovery-image] Feb 10 21:24:11.345 INFO O| Feb 10 21:24:11.345 INFO STEP 277 (remove_files) COMPLETE
58422026-02-10T21:24:11.450Z[ recovery-image] Feb 10 21:24:11.345 INFO O| Feb 10 21:24:11.345 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432026-02-10T21:24:11.474Z[ recovery-image] Feb 10 21:24:11.362 INFO O| Feb 10 21:24:11.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
58442026-02-10T21:24:11.474Z[ recovery-image] Feb 10 21:24:11.362 INFO O| Feb 10 21:24:11.362 INFO STEP 278 (remove_files) COMPLETE
58452026-02-10T21:24:11.474Z[ recovery-image] Feb 10 21:24:11.362 INFO O| Feb 10 21:24:11.362 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462026-02-10T21:24:11.499Z[ recovery-image] Feb 10 21:24:11.379 INFO O| Feb 10 21:24:11.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
58472026-02-10T21:24:11.499Z[ recovery-image] Feb 10 21:24:11.379 INFO O| Feb 10 21:24:11.379 INFO STEP 279 (remove_files) COMPLETE
58482026-02-10T21:24:11.499Z[ recovery-image] Feb 10 21:24:11.379 INFO O| Feb 10 21:24:11.379 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492026-02-10T21:24:11.499Z[ recovery-image] Feb 10 21:24:11.396 INFO O| Feb 10 21:24:11.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
58502026-02-10T21:24:11.499Z[ recovery-image] Feb 10 21:24:11.396 INFO O| Feb 10 21:24:11.396 INFO STEP 280 (remove_files) COMPLETE
58512026-02-10T21:24:11.499Z[ recovery-image] Feb 10 21:24:11.396 INFO O| Feb 10 21:24:11.396 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522026-02-10T21:24:11.524Z[ recovery-image] Feb 10 21:24:11.412 INFO O| Feb 10 21:24:11.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
58532026-02-10T21:24:11.524Z[ recovery-image] Feb 10 21:24:11.412 INFO O| Feb 10 21:24:11.412 INFO STEP 281 (remove_files) COMPLETE
58542026-02-10T21:24:11.524Z[ recovery-image] Feb 10 21:24:11.412 INFO O| Feb 10 21:24:11.412 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552026-02-10T21:24:11.549Z[ recovery-image] Feb 10 21:24:11.433 INFO O| Feb 10 21:24:11.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
58562026-02-10T21:24:11.549Z[ recovery-image] Feb 10 21:24:11.433 INFO O| Feb 10 21:24:11.433 INFO STEP 282 (remove_files) COMPLETE
58572026-02-10T21:24:11.549Z[ recovery-image] Feb 10 21:24:11.433 INFO O| Feb 10 21:24:11.433 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582026-02-10T21:24:11.549Z[ recovery-image] Feb 10 21:24:11.450 INFO O| Feb 10 21:24:11.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
58592026-02-10T21:24:11.549Z[ recovery-image] Feb 10 21:24:11.451 INFO O| Feb 10 21:24:11.451 INFO STEP 283 (remove_files) COMPLETE
58602026-02-10T21:24:11.549Z[ recovery-image] Feb 10 21:24:11.451 INFO O| Feb 10 21:24:11.451 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612026-02-10T21:24:11.573Z[ recovery-image] Feb 10 21:24:11.475 INFO O| Feb 10 21:24:11.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
58622026-02-10T21:24:11.573Z[ recovery-image] Feb 10 21:24:11.475 INFO O| Feb 10 21:24:11.475 INFO STEP 284 (remove_files) COMPLETE
58632026-02-10T21:24:11.573Z[ recovery-image] Feb 10 21:24:11.475 INFO O| Feb 10 21:24:11.475 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642026-02-10T21:24:11.598Z[ recovery-image] Feb 10 21:24:11.493 INFO O| Feb 10 21:24:11.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
58652026-02-10T21:24:11.598Z[ recovery-image] Feb 10 21:24:11.493 INFO O| Feb 10 21:24:11.493 INFO STEP 285 (remove_files) COMPLETE
58662026-02-10T21:24:11.598Z[ recovery-image] Feb 10 21:24:11.493 INFO O| Feb 10 21:24:11.493 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672026-02-10T21:24:11.623Z[ recovery-image] Feb 10 21:24:11.511 INFO O| Feb 10 21:24:11.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
58682026-02-10T21:24:11.623Z[ recovery-image] Feb 10 21:24:11.511 INFO O| Feb 10 21:24:11.511 INFO STEP 286 (remove_files) COMPLETE
58692026-02-10T21:24:11.623Z[ recovery-image] Feb 10 21:24:11.511 INFO O| Feb 10 21:24:11.511 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702026-02-10T21:24:11.647Z[ recovery-image] Feb 10 21:24:11.528 INFO O| Feb 10 21:24:11.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
58712026-02-10T21:24:11.647Z[ recovery-image] Feb 10 21:24:11.529 INFO O| Feb 10 21:24:11.529 INFO STEP 287 (remove_files) COMPLETE
58722026-02-10T21:24:11.647Z[ recovery-image] Feb 10 21:24:11.529 INFO O| Feb 10 21:24:11.529 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732026-02-10T21:24:11.647Z[ recovery-image] Feb 10 21:24:11.549 INFO O| Feb 10 21:24:11.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
58742026-02-10T21:24:11.647Z[ recovery-image] Feb 10 21:24:11.549 INFO O| Feb 10 21:24:11.549 INFO STEP 288 (remove_files) COMPLETE
58752026-02-10T21:24:11.647Z[ recovery-image] Feb 10 21:24:11.549 INFO O| Feb 10 21:24:11.549 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762026-02-10T21:24:11.672Z[ recovery-image] Feb 10 21:24:11.568 INFO O| Feb 10 21:24:11.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
58772026-02-10T21:24:11.672Z[ recovery-image] Feb 10 21:24:11.568 INFO O| Feb 10 21:24:11.568 INFO STEP 289 (remove_files) COMPLETE
58782026-02-10T21:24:11.672Z[ recovery-image] Feb 10 21:24:11.568 INFO O| Feb 10 21:24:11.568 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792026-02-10T21:24:11.697Z[ recovery-image] Feb 10 21:24:11.586 INFO O| Feb 10 21:24:11.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
58802026-02-10T21:24:11.697Z[ recovery-image] Feb 10 21:24:11.586 INFO O| Feb 10 21:24:11.586 INFO STEP 290 (remove_files) COMPLETE
58812026-02-10T21:24:11.697Z[ recovery-image] Feb 10 21:24:11.586 INFO O| Feb 10 21:24:11.586 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822026-02-10T21:24:11.721Z[ recovery-image] Feb 10 21:24:11.606 INFO O| Feb 10 21:24:11.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
58832026-02-10T21:24:11.721Z[ recovery-image] Feb 10 21:24:11.606 INFO O| Feb 10 21:24:11.606 INFO STEP 291 (remove_files) COMPLETE
58842026-02-10T21:24:11.721Z[ recovery-image] Feb 10 21:24:11.606 INFO O| Feb 10 21:24:11.606 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852026-02-10T21:24:11.746Z[ recovery-image] Feb 10 21:24:11.631 INFO O| Feb 10 21:24:11.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
58862026-02-10T21:24:11.746Z[ recovery-image] Feb 10 21:24:11.631 INFO O| Feb 10 21:24:11.631 INFO STEP 292 (remove_files) COMPLETE
58872026-02-10T21:24:11.746Z[ recovery-image] Feb 10 21:24:11.631 INFO O| Feb 10 21:24:11.631 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882026-02-10T21:24:11.770Z[ recovery-image] Feb 10 21:24:11.651 INFO O| Feb 10 21:24:11.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
58892026-02-10T21:24:11.770Z[ recovery-image] Feb 10 21:24:11.651 INFO O| Feb 10 21:24:11.651 INFO STEP 293 (remove_files) COMPLETE
58902026-02-10T21:24:11.770Z[ recovery-image] Feb 10 21:24:11.651 INFO O| Feb 10 21:24:11.651 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912026-02-10T21:24:11.770Z[ recovery-image] Feb 10 21:24:11.671 INFO O| Feb 10 21:24:11.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
58922026-02-10T21:24:11.770Z[ recovery-image] Feb 10 21:24:11.671 INFO O| Feb 10 21:24:11.671 INFO STEP 294 (remove_files) COMPLETE
58932026-02-10T21:24:11.770Z[ recovery-image] Feb 10 21:24:11.671 INFO O| Feb 10 21:24:11.671 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942026-02-10T21:24:11.795Z[ recovery-image] Feb 10 21:24:11.694 INFO O| Feb 10 21:24:11.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
58952026-02-10T21:24:11.795Z[ recovery-image] Feb 10 21:24:11.694 INFO O| Feb 10 21:24:11.694 INFO STEP 295 (remove_files) COMPLETE
58962026-02-10T21:24:11.795Z[ recovery-image] Feb 10 21:24:11.694 INFO O| Feb 10 21:24:11.694 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972026-02-10T21:24:11.831Z[ recovery-image] Feb 10 21:24:11.734 INFO O| Feb 10 21:24:11.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
58982026-02-10T21:24:11.831Z[ recovery-image] Feb 10 21:24:11.734 INFO O| Feb 10 21:24:11.734 INFO STEP 296 (remove_files) COMPLETE
58992026-02-10T21:24:11.856Z[ recovery-image] Feb 10 21:24:11.734 INFO O| Feb 10 21:24:11.734 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002026-02-10T21:24:11.856Z[ recovery-image] Feb 10 21:24:11.756 INFO O| Feb 10 21:24:11.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
59012026-02-10T21:24:11.856Z[ recovery-image] Feb 10 21:24:11.756 INFO O| Feb 10 21:24:11.756 INFO STEP 297 (remove_files) COMPLETE
59022026-02-10T21:24:11.856Z[ recovery-image] Feb 10 21:24:11.756 INFO O| Feb 10 21:24:11.756 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032026-02-10T21:24:11.881Z[ recovery-image] Feb 10 21:24:11.780 INFO O| Feb 10 21:24:11.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
59042026-02-10T21:24:11.881Z[ recovery-image] Feb 10 21:24:11.781 INFO O| Feb 10 21:24:11.781 INFO STEP 298 (remove_files) COMPLETE
59052026-02-10T21:24:11.881Z[ recovery-image] Feb 10 21:24:11.781 INFO O| Feb 10 21:24:11.781 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062026-02-10T21:24:11.905Z[ recovery-image] Feb 10 21:24:11.800 INFO O| Feb 10 21:24:11.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
59072026-02-10T21:24:11.905Z[ recovery-image] Feb 10 21:24:11.800 INFO O| Feb 10 21:24:11.800 INFO STEP 299 (remove_files) COMPLETE
59082026-02-10T21:24:11.905Z[ recovery-image] Feb 10 21:24:11.800 INFO O| Feb 10 21:24:11.800 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092026-02-10T21:24:11.929Z[ recovery-image] Feb 10 21:24:11.820 INFO O| Feb 10 21:24:11.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
59102026-02-10T21:24:11.929Z[ recovery-image] Feb 10 21:24:11.820 INFO O| Feb 10 21:24:11.820 INFO STEP 300 (remove_files) COMPLETE
59112026-02-10T21:24:11.930Z[ recovery-image] Feb 10 21:24:11.820 INFO O| Feb 10 21:24:11.820 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122026-02-10T21:24:11.955Z[ recovery-image] Feb 10 21:24:11.839 INFO O| Feb 10 21:24:11.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
59132026-02-10T21:24:11.955Z[ recovery-image] Feb 10 21:24:11.839 INFO O| Feb 10 21:24:11.839 INFO STEP 301 (remove_files) COMPLETE
59142026-02-10T21:24:11.955Z[ recovery-image] Feb 10 21:24:11.839 INFO O| Feb 10 21:24:11.839 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152026-02-10T21:24:11.980Z[ recovery-image] Feb 10 21:24:11.858 INFO O| Feb 10 21:24:11.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
59162026-02-10T21:24:11.980Z[ recovery-image] Feb 10 21:24:11.858 INFO O| Feb 10 21:24:11.858 INFO STEP 302 (remove_files) COMPLETE
59172026-02-10T21:24:11.980Z[ recovery-image] Feb 10 21:24:11.858 INFO O| Feb 10 21:24:11.858 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182026-02-10T21:24:11.980Z[ recovery-image] Feb 10 21:24:11.876 INFO O| Feb 10 21:24:11.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
59192026-02-10T21:24:11.980Z[ recovery-image] Feb 10 21:24:11.876 INFO O| Feb 10 21:24:11.876 INFO STEP 303 (remove_files) COMPLETE
59202026-02-10T21:24:11.980Z[ recovery-image] Feb 10 21:24:11.876 INFO O| Feb 10 21:24:11.876 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212026-02-10T21:24:12.004Z[ recovery-image] Feb 10 21:24:11.893 INFO O| Feb 10 21:24:11.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
59222026-02-10T21:24:12.004Z[ recovery-image] Feb 10 21:24:11.893 INFO O| Feb 10 21:24:11.893 INFO STEP 304 (remove_files) COMPLETE
59232026-02-10T21:24:12.004Z[ recovery-image] Feb 10 21:24:11.893 INFO O| Feb 10 21:24:11.893 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242026-02-10T21:24:12.029Z[ recovery-image] Feb 10 21:24:11.911 INFO O| Feb 10 21:24:11.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
59252026-02-10T21:24:12.029Z[ recovery-image] Feb 10 21:24:11.911 INFO O| Feb 10 21:24:11.911 INFO STEP 305 (remove_files) COMPLETE
59262026-02-10T21:24:12.029Z[ recovery-image] Feb 10 21:24:11.911 INFO O| Feb 10 21:24:11.911 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272026-02-10T21:24:12.053Z[ recovery-image] Feb 10 21:24:11.932 INFO O| Feb 10 21:24:11.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
59282026-02-10T21:24:12.053Z[ recovery-image] Feb 10 21:24:11.933 INFO O| Feb 10 21:24:11.932 INFO STEP 306 (remove_files) COMPLETE
59292026-02-10T21:24:12.053Z[ recovery-image] Feb 10 21:24:11.933 INFO O| Feb 10 21:24:11.932 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302026-02-10T21:24:12.054Z[ recovery-image] Feb 10 21:24:11.945 INFO O| Feb 10 21:24:11.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
59312026-02-10T21:24:12.054Z[ recovery-image] Feb 10 21:24:11.945 INFO O| Feb 10 21:24:11.945 INFO STEP 307 (remove_files) COMPLETE
59322026-02-10T21:24:12.054Z[ recovery-image] Feb 10 21:24:11.945 INFO O| Feb 10 21:24:11.945 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332026-02-10T21:24:12.078Z[ recovery-image] Feb 10 21:24:11.958 INFO O| Feb 10 21:24:11.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
59342026-02-10T21:24:12.078Z[ recovery-image] Feb 10 21:24:11.958 INFO O| Feb 10 21:24:11.958 INFO STEP 308 (remove_files) COMPLETE
59352026-02-10T21:24:12.079Z[ recovery-image] Feb 10 21:24:11.958 INFO O| Feb 10 21:24:11.958 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362026-02-10T21:24:12.079Z[ recovery-image] Feb 10 21:24:11.977 INFO O| Feb 10 21:24:11.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
59372026-02-10T21:24:12.079Z[ recovery-image] Feb 10 21:24:11.977 INFO O| Feb 10 21:24:11.977 INFO STEP 309 (remove_files) COMPLETE
59382026-02-10T21:24:12.079Z[ recovery-image] Feb 10 21:24:11.977 INFO O| Feb 10 21:24:11.977 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392026-02-10T21:24:12.103Z[ recovery-image] Feb 10 21:24:11.995 INFO O| Feb 10 21:24:11.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
59402026-02-10T21:24:12.103Z[ recovery-image] Feb 10 21:24:11.996 INFO O| Feb 10 21:24:11.995 INFO STEP 310 (remove_files) COMPLETE
59412026-02-10T21:24:12.103Z[ recovery-image] Feb 10 21:24:11.996 INFO O| Feb 10 21:24:11.996 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422026-02-10T21:24:12.127Z[ recovery-image] Feb 10 21:24:12.015 INFO O| Feb 10 21:24:12.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
59432026-02-10T21:24:12.128Z[ recovery-image] Feb 10 21:24:12.016 INFO O| Feb 10 21:24:12.015 INFO STEP 311 (remove_files) COMPLETE
59442026-02-10T21:24:12.128Z[ recovery-image] Feb 10 21:24:12.016 INFO O| Feb 10 21:24:12.016 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452026-02-10T21:24:12.152Z[ recovery-image] Feb 10 21:24:12.035 INFO O| Feb 10 21:24:12.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
59462026-02-10T21:24:12.152Z[ recovery-image] Feb 10 21:24:12.036 INFO O| Feb 10 21:24:12.036 INFO STEP 312 (remove_files) COMPLETE
59472026-02-10T21:24:12.152Z[ recovery-image] Feb 10 21:24:12.036 INFO O| Feb 10 21:24:12.036 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482026-02-10T21:24:12.176Z[ recovery-image] Feb 10 21:24:12.055 INFO O| Feb 10 21:24:12.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
59492026-02-10T21:24:12.177Z[ recovery-image] Feb 10 21:24:12.056 INFO O| Feb 10 21:24:12.055 INFO STEP 313 (remove_files) COMPLETE
59502026-02-10T21:24:12.177Z[ recovery-image] Feb 10 21:24:12.056 INFO O| Feb 10 21:24:12.055 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512026-02-10T21:24:12.177Z[ recovery-image] Feb 10 21:24:12.070 INFO O| Feb 10 21:24:12.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
59522026-02-10T21:24:12.177Z[ recovery-image] Feb 10 21:24:12.071 INFO O| Feb 10 21:24:12.071 INFO STEP 314 (remove_files) COMPLETE
59532026-02-10T21:24:12.177Z[ recovery-image] Feb 10 21:24:12.071 INFO O| Feb 10 21:24:12.071 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542026-02-10T21:24:12.201Z[ recovery-image] Feb 10 21:24:12.083 INFO O| Feb 10 21:24:12.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
59552026-02-10T21:24:12.201Z[ recovery-image] Feb 10 21:24:12.083 INFO O| Feb 10 21:24:12.083 INFO STEP 315 (remove_files) COMPLETE
59562026-02-10T21:24:12.201Z[ recovery-image] Feb 10 21:24:12.084 INFO O| Feb 10 21:24:12.083 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572026-02-10T21:24:12.201Z[ recovery-image] Feb 10 21:24:12.096 INFO O| Feb 10 21:24:12.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
59582026-02-10T21:24:12.201Z[ recovery-image] Feb 10 21:24:12.096 INFO O| Feb 10 21:24:12.096 INFO STEP 316 (remove_files) COMPLETE
59592026-02-10T21:24:12.201Z[ recovery-image] Feb 10 21:24:12.096 INFO O| Feb 10 21:24:12.096 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602026-02-10T21:24:12.226Z[ recovery-image] Feb 10 21:24:12.113 INFO O| Feb 10 21:24:12.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
59612026-02-10T21:24:12.226Z[ recovery-image] Feb 10 21:24:12.114 INFO O| Feb 10 21:24:12.114 INFO STEP 317 (remove_files) COMPLETE
59622026-02-10T21:24:12.226Z[ recovery-image] Feb 10 21:24:12.114 INFO O| Feb 10 21:24:12.114 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632026-02-10T21:24:12.226Z[ recovery-image] Feb 10 21:24:12.127 INFO O| Feb 10 21:24:12.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
59642026-02-10T21:24:12.226Z[ recovery-image] Feb 10 21:24:12.127 INFO O| Feb 10 21:24:12.127 INFO STEP 318 (remove_files) COMPLETE
59652026-02-10T21:24:12.226Z[ recovery-image] Feb 10 21:24:12.127 INFO O| Feb 10 21:24:12.127 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662026-02-10T21:24:12.250Z[ recovery-image] Feb 10 21:24:12.142 INFO O| Feb 10 21:24:12.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
59672026-02-10T21:24:12.250Z[ recovery-image] Feb 10 21:24:12.142 INFO O| Feb 10 21:24:12.142 INFO STEP 319 (remove_files) COMPLETE
59682026-02-10T21:24:12.250Z[ recovery-image] Feb 10 21:24:12.142 INFO O| Feb 10 21:24:12.142 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692026-02-10T21:24:12.275Z[ recovery-image] Feb 10 21:24:12.159 INFO O| Feb 10 21:24:12.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
59702026-02-10T21:24:12.275Z[ recovery-image] Feb 10 21:24:12.159 INFO O| Feb 10 21:24:12.159 INFO STEP 320 (remove_files) COMPLETE
59712026-02-10T21:24:12.275Z[ recovery-image] Feb 10 21:24:12.159 INFO O| Feb 10 21:24:12.159 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722026-02-10T21:24:12.275Z[ recovery-image] Feb 10 21:24:12.177 INFO O| Feb 10 21:24:12.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
59732026-02-10T21:24:12.275Z[ recovery-image] Feb 10 21:24:12.177 INFO O| Feb 10 21:24:12.177 INFO STEP 321 (remove_files) COMPLETE
59742026-02-10T21:24:12.275Z[ recovery-image] Feb 10 21:24:12.177 INFO O| Feb 10 21:24:12.177 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752026-02-10T21:24:12.300Z[ recovery-image] Feb 10 21:24:12.201 INFO O| Feb 10 21:24:12.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
59762026-02-10T21:24:12.300Z[ recovery-image] Feb 10 21:24:12.201 INFO O| Feb 10 21:24:12.201 INFO STEP 322 (remove_files) COMPLETE
59772026-02-10T21:24:12.300Z[ recovery-image] Feb 10 21:24:12.201 INFO O| Feb 10 21:24:12.201 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782026-02-10T21:24:12.324Z[ recovery-image] Feb 10 21:24:12.222 INFO O| Feb 10 21:24:12.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
59792026-02-10T21:24:12.324Z[ recovery-image] Feb 10 21:24:12.223 INFO O| Feb 10 21:24:12.223 INFO STEP 323 (remove_files) COMPLETE
59802026-02-10T21:24:12.324Z[ recovery-image] Feb 10 21:24:12.223 INFO O| Feb 10 21:24:12.223 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812026-02-10T21:24:12.349Z[ recovery-image] Feb 10 21:24:12.245 INFO O| Feb 10 21:24:12.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
59822026-02-10T21:24:12.349Z[ recovery-image] Feb 10 21:24:12.245 INFO O| Feb 10 21:24:12.245 INFO STEP 324 (remove_files) COMPLETE
59832026-02-10T21:24:12.349Z[ recovery-image] Feb 10 21:24:12.245 INFO O| Feb 10 21:24:12.245 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842026-02-10T21:24:12.373Z[ recovery-image] Feb 10 21:24:12.266 INFO O| Feb 10 21:24:12.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
59852026-02-10T21:24:12.373Z[ recovery-image] Feb 10 21:24:12.266 INFO O| Feb 10 21:24:12.266 INFO STEP 325 (remove_files) COMPLETE
59862026-02-10T21:24:12.373Z[ recovery-image] Feb 10 21:24:12.266 INFO O| Feb 10 21:24:12.266 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872026-02-10T21:24:12.398Z[ recovery-image] Feb 10 21:24:12.284 INFO O| Feb 10 21:24:12.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
59882026-02-10T21:24:12.398Z[ recovery-image] Feb 10 21:24:12.284 INFO O| Feb 10 21:24:12.284 INFO STEP 326 (remove_files) COMPLETE
59892026-02-10T21:24:12.398Z[ recovery-image] Feb 10 21:24:12.284 INFO O| Feb 10 21:24:12.284 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902026-02-10T21:24:12.422Z[ recovery-image] Feb 10 21:24:12.320 INFO O| Feb 10 21:24:12.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
59912026-02-10T21:24:12.422Z[ recovery-image] Feb 10 21:24:12.320 INFO O| Feb 10 21:24:12.320 INFO STEP 327 (remove_files) COMPLETE
59922026-02-10T21:24:12.422Z[ recovery-image] Feb 10 21:24:12.320 INFO O| Feb 10 21:24:12.320 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932026-02-10T21:24:12.447Z[ recovery-image] Feb 10 21:24:12.332 INFO O| Feb 10 21:24:12.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
59942026-02-10T21:24:12.447Z[ recovery-image] Feb 10 21:24:12.333 INFO O| Feb 10 21:24:12.333 INFO STEP 328 (remove_files) COMPLETE
59952026-02-10T21:24:12.447Z[ recovery-image] Feb 10 21:24:12.333 INFO O| Feb 10 21:24:12.333 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962026-02-10T21:24:12.483Z[ recovery-image] Feb 10 21:24:12.386 INFO O| Feb 10 21:24:12.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
59972026-02-10T21:24:12.483Z[ recovery-image] Feb 10 21:24:12.386 INFO O| Feb 10 21:24:12.386 INFO STEP 329 (remove_files) COMPLETE
59982026-02-10T21:24:12.508Z[ recovery-image] Feb 10 21:24:12.386 INFO O| Feb 10 21:24:12.386 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992026-02-10T21:24:12.508Z[ recovery-image] Feb 10 21:24:12.401 INFO O| Feb 10 21:24:12.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
60002026-02-10T21:24:12.508Z[ recovery-image] Feb 10 21:24:12.401 INFO O| Feb 10 21:24:12.401 INFO STEP 330 (remove_files) COMPLETE
60012026-02-10T21:24:12.508Z[ recovery-image] Feb 10 21:24:12.401 INFO O| Feb 10 21:24:12.401 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022026-02-10T21:24:12.532Z[ recovery-image] Feb 10 21:24:12.416 INFO O| Feb 10 21:24:12.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
60032026-02-10T21:24:12.532Z[ recovery-image] Feb 10 21:24:12.416 INFO O| Feb 10 21:24:12.416 INFO STEP 331 (remove_files) COMPLETE
60042026-02-10T21:24:12.532Z[ recovery-image] Feb 10 21:24:12.416 INFO O| Feb 10 21:24:12.416 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052026-02-10T21:24:12.532Z[ recovery-image] Feb 10 21:24:12.430 INFO O| Feb 10 21:24:12.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
60062026-02-10T21:24:12.532Z[ recovery-image] Feb 10 21:24:12.430 INFO O| Feb 10 21:24:12.430 INFO STEP 332 (remove_files) COMPLETE
60072026-02-10T21:24:12.532Z[ recovery-image] Feb 10 21:24:12.430 INFO O| Feb 10 21:24:12.430 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082026-02-10T21:24:12.560Z[ recovery-image] Feb 10 21:24:12.444 INFO O| Feb 10 21:24:12.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
60092026-02-10T21:24:12.560Z[ recovery-image] Feb 10 21:24:12.445 INFO O| Feb 10 21:24:12.444 INFO STEP 333 (remove_files) COMPLETE
60102026-02-10T21:24:12.560Z[ recovery-image] Feb 10 21:24:12.445 INFO O| Feb 10 21:24:12.445 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112026-02-10T21:24:12.560Z[ recovery-image] Feb 10 21:24:12.459 INFO O| Feb 10 21:24:12.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
60122026-02-10T21:24:12.560Z[ recovery-image] Feb 10 21:24:12.460 INFO O| Feb 10 21:24:12.460 INFO STEP 334 (remove_files) COMPLETE
60132026-02-10T21:24:12.560Z[ recovery-image] Feb 10 21:24:12.460 INFO O| Feb 10 21:24:12.460 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142026-02-10T21:24:12.585Z[ recovery-image] Feb 10 21:24:12.474 INFO O| Feb 10 21:24:12.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
60152026-02-10T21:24:12.585Z[ recovery-image] Feb 10 21:24:12.474 INFO O| Feb 10 21:24:12.474 INFO STEP 335 (remove_files) COMPLETE
60162026-02-10T21:24:12.585Z[ recovery-image] Feb 10 21:24:12.474 INFO O| Feb 10 21:24:12.474 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172026-02-10T21:24:12.616Z[ recovery-image] Feb 10 21:24:12.519 INFO O| Feb 10 21:24:12.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
60182026-02-10T21:24:12.640Z[ recovery-image] Feb 10 21:24:12.519 INFO O| Feb 10 21:24:12.519 INFO STEP 336 (remove_files) COMPLETE
60192026-02-10T21:24:12.640Z[ recovery-image] Feb 10 21:24:12.519 INFO O| Feb 10 21:24:12.519 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202026-02-10T21:24:12.640Z[ recovery-image] Feb 10 21:24:12.535 INFO O| Feb 10 21:24:12.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
60212026-02-10T21:24:12.640Z[ recovery-image] Feb 10 21:24:12.535 INFO O| Feb 10 21:24:12.535 INFO STEP 337 (remove_files) COMPLETE
60222026-02-10T21:24:12.640Z[ recovery-image] Feb 10 21:24:12.535 INFO O| Feb 10 21:24:12.535 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232026-02-10T21:24:12.664Z[ recovery-image] Feb 10 21:24:12.550 INFO O| Feb 10 21:24:12.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
60242026-02-10T21:24:12.664Z[ recovery-image] Feb 10 21:24:12.550 INFO O| Feb 10 21:24:12.550 INFO STEP 338 (remove_files) COMPLETE
60252026-02-10T21:24:12.664Z[ recovery-image] Feb 10 21:24:12.550 INFO O| Feb 10 21:24:12.550 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262026-02-10T21:24:12.664Z[ recovery-image] Feb 10 21:24:12.565 INFO O| Feb 10 21:24:12.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
60272026-02-10T21:24:12.664Z[ recovery-image] Feb 10 21:24:12.565 INFO O| Feb 10 21:24:12.565 INFO STEP 339 (remove_files) COMPLETE
60282026-02-10T21:24:12.664Z[ recovery-image] Feb 10 21:24:12.565 INFO O| Feb 10 21:24:12.565 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292026-02-10T21:24:12.690Z[ recovery-image] Feb 10 21:24:12.580 INFO O| Feb 10 21:24:12.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
60302026-02-10T21:24:12.690Z[ recovery-image] Feb 10 21:24:12.580 INFO O| Feb 10 21:24:12.580 INFO STEP 340 (remove_files) COMPLETE
60312026-02-10T21:24:12.690Z[ recovery-image] Feb 10 21:24:12.580 INFO O| Feb 10 21:24:12.580 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322026-02-10T21:24:12.714Z[ recovery-image] Feb 10 21:24:12.594 INFO O| Feb 10 21:24:12.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
60332026-02-10T21:24:12.714Z[ recovery-image] Feb 10 21:24:12.594 INFO O| Feb 10 21:24:12.594 INFO STEP 341 (remove_files) COMPLETE
60342026-02-10T21:24:12.715Z[ recovery-image] Feb 10 21:24:12.594 INFO O| Feb 10 21:24:12.594 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352026-02-10T21:24:12.715Z[ recovery-image] Feb 10 21:24:12.608 INFO O| Feb 10 21:24:12.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
60362026-02-10T21:24:12.715Z[ recovery-image] Feb 10 21:24:12.609 INFO O| Feb 10 21:24:12.609 INFO STEP 342 (remove_files) COMPLETE
60372026-02-10T21:24:12.715Z[ recovery-image] Feb 10 21:24:12.609 INFO O| Feb 10 21:24:12.609 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382026-02-10T21:24:12.739Z[ recovery-image] Feb 10 21:24:12.622 INFO O| Feb 10 21:24:12.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
60392026-02-10T21:24:12.739Z[ recovery-image] Feb 10 21:24:12.622 INFO O| Feb 10 21:24:12.622 INFO STEP 343 (remove_files) COMPLETE
60402026-02-10T21:24:12.739Z[ recovery-image] Feb 10 21:24:12.622 INFO O| Feb 10 21:24:12.622 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412026-02-10T21:24:12.739Z[ recovery-image] Feb 10 21:24:12.636 INFO O| Feb 10 21:24:12.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
60422026-02-10T21:24:12.739Z[ recovery-image] Feb 10 21:24:12.636 INFO O| Feb 10 21:24:12.636 INFO STEP 344 (remove_files) COMPLETE
60432026-02-10T21:24:12.739Z[ recovery-image] Feb 10 21:24:12.637 INFO O| Feb 10 21:24:12.636 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442026-02-10T21:24:12.763Z[ recovery-image] Feb 10 21:24:12.654 INFO O| Feb 10 21:24:12.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
60452026-02-10T21:24:12.764Z[ recovery-image] Feb 10 21:24:12.654 INFO O| Feb 10 21:24:12.654 INFO STEP 345 (remove_files) COMPLETE
60462026-02-10T21:24:12.764Z[ recovery-image] Feb 10 21:24:12.654 INFO O| Feb 10 21:24:12.654 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472026-02-10T21:24:12.788Z[ recovery-image] Feb 10 21:24:12.674 INFO O| Feb 10 21:24:12.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
60482026-02-10T21:24:12.788Z[ recovery-image] Feb 10 21:24:12.675 INFO O| Feb 10 21:24:12.674 INFO STEP 346 (remove_files) COMPLETE
60492026-02-10T21:24:12.788Z[ recovery-image] Feb 10 21:24:12.675 INFO O| Feb 10 21:24:12.675 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502026-02-10T21:24:12.788Z[ recovery-image] Feb 10 21:24:12.688 INFO O| Feb 10 21:24:12.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
60512026-02-10T21:24:12.788Z[ recovery-image] Feb 10 21:24:12.688 INFO O| Feb 10 21:24:12.688 INFO STEP 347 (remove_files) COMPLETE
60522026-02-10T21:24:12.788Z[ recovery-image] Feb 10 21:24:12.688 INFO O| Feb 10 21:24:12.688 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532026-02-10T21:24:12.812Z[ recovery-image] Feb 10 21:24:12.702 INFO O| Feb 10 21:24:12.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
60542026-02-10T21:24:12.812Z[ recovery-image] Feb 10 21:24:12.703 INFO O| Feb 10 21:24:12.703 INFO STEP 348 (remove_files) COMPLETE
60552026-02-10T21:24:12.812Z[ recovery-image] Feb 10 21:24:12.703 INFO O| Feb 10 21:24:12.703 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562026-02-10T21:24:12.836Z[ recovery-image] Feb 10 21:24:12.736 INFO O| Feb 10 21:24:12.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
60572026-02-10T21:24:12.836Z[ recovery-image] Feb 10 21:24:12.736 INFO O| Feb 10 21:24:12.736 INFO STEP 349 (remove_files) COMPLETE
60582026-02-10T21:24:12.836Z[ recovery-image] Feb 10 21:24:12.736 INFO O| Feb 10 21:24:12.736 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592026-02-10T21:24:12.861Z[ recovery-image] Feb 10 21:24:12.754 INFO O| Feb 10 21:24:12.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
60602026-02-10T21:24:12.861Z[ recovery-image] Feb 10 21:24:12.754 INFO O| Feb 10 21:24:12.754 INFO STEP 350 (remove_files) COMPLETE
60612026-02-10T21:24:12.861Z[ recovery-image] Feb 10 21:24:12.754 INFO O| Feb 10 21:24:12.754 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622026-02-10T21:24:12.885Z[ recovery-image] Feb 10 21:24:12.771 INFO O| Feb 10 21:24:12.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
60632026-02-10T21:24:12.885Z[ recovery-image] Feb 10 21:24:12.771 INFO O| Feb 10 21:24:12.771 INFO STEP 351 (remove_files) COMPLETE
60642026-02-10T21:24:12.885Z[ recovery-image] Feb 10 21:24:12.771 INFO O| Feb 10 21:24:12.771 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652026-02-10T21:24:12.909Z[ recovery-image] Feb 10 21:24:12.790 INFO O| Feb 10 21:24:12.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
60662026-02-10T21:24:12.909Z[ recovery-image] Feb 10 21:24:12.790 INFO O| Feb 10 21:24:12.790 INFO STEP 352 (remove_files) COMPLETE
60672026-02-10T21:24:12.909Z[ recovery-image] Feb 10 21:24:12.790 INFO O| Feb 10 21:24:12.790 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682026-02-10T21:24:12.909Z[ recovery-image] Feb 10 21:24:12.805 INFO O| Feb 10 21:24:12.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
60692026-02-10T21:24:12.909Z[ recovery-image] Feb 10 21:24:12.805 INFO O| Feb 10 21:24:12.805 INFO STEP 353 (remove_files) COMPLETE
60702026-02-10T21:24:12.909Z[ recovery-image] Feb 10 21:24:12.805 INFO O| Feb 10 21:24:12.805 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712026-02-10T21:24:12.933Z[ recovery-image] Feb 10 21:24:12.822 INFO O| Feb 10 21:24:12.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
60722026-02-10T21:24:12.933Z[ recovery-image] Feb 10 21:24:12.823 INFO O| Feb 10 21:24:12.823 INFO STEP 354 (remove_files) COMPLETE
60732026-02-10T21:24:12.934Z[ recovery-image] Feb 10 21:24:12.823 INFO O| Feb 10 21:24:12.823 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742026-02-10T21:24:12.958Z[ recovery-image] Feb 10 21:24:12.840 INFO O| Feb 10 21:24:12.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
60752026-02-10T21:24:12.958Z[ recovery-image] Feb 10 21:24:12.840 INFO O| Feb 10 21:24:12.840 INFO STEP 355 (remove_files) COMPLETE
60762026-02-10T21:24:12.958Z[ recovery-image] Feb 10 21:24:12.840 INFO O| Feb 10 21:24:12.840 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772026-02-10T21:24:12.958Z[ recovery-image] Feb 10 21:24:12.859 INFO O| Feb 10 21:24:12.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
60782026-02-10T21:24:12.958Z[ recovery-image] Feb 10 21:24:12.859 INFO O| Feb 10 21:24:12.859 INFO STEP 356 (remove_files) COMPLETE
60792026-02-10T21:24:12.958Z[ recovery-image] Feb 10 21:24:12.859 INFO O| Feb 10 21:24:12.859 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802026-02-10T21:24:12.982Z[ recovery-image] Feb 10 21:24:12.874 INFO O| Feb 10 21:24:12.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
60812026-02-10T21:24:12.982Z[ recovery-image] Feb 10 21:24:12.874 INFO O| Feb 10 21:24:12.874 INFO STEP 357 (remove_files) COMPLETE
60822026-02-10T21:24:12.982Z[ recovery-image] Feb 10 21:24:12.874 INFO O| Feb 10 21:24:12.874 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832026-02-10T21:24:13.007Z[ recovery-image] Feb 10 21:24:12.892 INFO O| Feb 10 21:24:12.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
60842026-02-10T21:24:13.007Z[ recovery-image] Feb 10 21:24:12.892 INFO O| Feb 10 21:24:12.892 INFO STEP 358 (remove_files) COMPLETE
60852026-02-10T21:24:13.007Z[ recovery-image] Feb 10 21:24:12.892 INFO O| Feb 10 21:24:12.892 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862026-02-10T21:24:13.031Z[ recovery-image] Feb 10 21:24:12.911 INFO O| Feb 10 21:24:12.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
60872026-02-10T21:24:13.031Z[ recovery-image] Feb 10 21:24:12.911 INFO O| Feb 10 21:24:12.911 INFO STEP 359 (remove_files) COMPLETE
60882026-02-10T21:24:13.031Z[ recovery-image] Feb 10 21:24:12.911 INFO O| Feb 10 21:24:12.911 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892026-02-10T21:24:13.031Z[ recovery-image] Feb 10 21:24:12.929 INFO O| Feb 10 21:24:12.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
60902026-02-10T21:24:13.031Z[ recovery-image] Feb 10 21:24:12.930 INFO O| Feb 10 21:24:12.930 INFO STEP 360 (remove_files) COMPLETE
60912026-02-10T21:24:13.032Z[ recovery-image] Feb 10 21:24:12.930 INFO O| Feb 10 21:24:12.930 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922026-02-10T21:24:13.056Z[ recovery-image] Feb 10 21:24:12.951 INFO O| Feb 10 21:24:12.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
60932026-02-10T21:24:13.056Z[ recovery-image] Feb 10 21:24:12.951 INFO O| Feb 10 21:24:12.951 INFO STEP 361 (remove_files) COMPLETE
60942026-02-10T21:24:13.056Z[ recovery-image] Feb 10 21:24:12.951 INFO O| Feb 10 21:24:12.951 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952026-02-10T21:24:13.081Z[ recovery-image] Feb 10 21:24:12.972 INFO O| Feb 10 21:24:12.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
60962026-02-10T21:24:13.081Z[ recovery-image] Feb 10 21:24:12.973 INFO O| Feb 10 21:24:12.973 INFO STEP 362 (remove_files) COMPLETE
60972026-02-10T21:24:13.081Z[ recovery-image] Feb 10 21:24:12.973 INFO O| Feb 10 21:24:12.973 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982026-02-10T21:24:13.105Z[ recovery-image] Feb 10 21:24:12.992 INFO O| Feb 10 21:24:12.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
60992026-02-10T21:24:13.105Z[ recovery-image] Feb 10 21:24:12.992 INFO O| Feb 10 21:24:12.992 INFO STEP 363 (remove_files) COMPLETE
61002026-02-10T21:24:13.105Z[ recovery-image] Feb 10 21:24:12.993 INFO O| Feb 10 21:24:12.992 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012026-02-10T21:24:13.105Z[ recovery-image] Feb 10 21:24:13.008 INFO O| Feb 10 21:24:13.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
61022026-02-10T21:24:13.105Z[ recovery-image] Feb 10 21:24:13.008 INFO O| Feb 10 21:24:13.008 INFO STEP 364 (remove_files) COMPLETE
61032026-02-10T21:24:13.105Z[ recovery-image] Feb 10 21:24:13.008 INFO O| Feb 10 21:24:13.008 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042026-02-10T21:24:13.129Z[ recovery-image] Feb 10 21:24:13.028 INFO O| Feb 10 21:24:13.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
61052026-02-10T21:24:13.129Z[ recovery-image] Feb 10 21:24:13.028 INFO O| Feb 10 21:24:13.028 INFO STEP 365 (remove_files) COMPLETE
61062026-02-10T21:24:13.129Z[ recovery-image] Feb 10 21:24:13.028 INFO O| Feb 10 21:24:13.028 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072026-02-10T21:24:13.154Z[ recovery-image] Feb 10 21:24:13.046 INFO O| Feb 10 21:24:13.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
61082026-02-10T21:24:13.154Z[ recovery-image] Feb 10 21:24:13.046 INFO O| Feb 10 21:24:13.046 INFO STEP 366 (remove_files) COMPLETE
61092026-02-10T21:24:13.154Z[ recovery-image] Feb 10 21:24:13.046 INFO O| Feb 10 21:24:13.046 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102026-02-10T21:24:13.178Z[ recovery-image] Feb 10 21:24:13.061 INFO O| Feb 10 21:24:13.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
61112026-02-10T21:24:13.178Z[ recovery-image] Feb 10 21:24:13.061 INFO O| Feb 10 21:24:13.061 INFO STEP 367 (remove_files) COMPLETE
61122026-02-10T21:24:13.178Z[ recovery-image] Feb 10 21:24:13.061 INFO O| Feb 10 21:24:13.061 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132026-02-10T21:24:13.178Z[ recovery-image] Feb 10 21:24:13.076 INFO O| Feb 10 21:24:13.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
61142026-02-10T21:24:13.178Z[ recovery-image] Feb 10 21:24:13.076 INFO O| Feb 10 21:24:13.076 INFO STEP 368 (remove_files) COMPLETE
61152026-02-10T21:24:13.178Z[ recovery-image] Feb 10 21:24:13.076 INFO O| Feb 10 21:24:13.076 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162026-02-10T21:24:13.202Z[ recovery-image] Feb 10 21:24:13.090 INFO O| Feb 10 21:24:13.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
61172026-02-10T21:24:13.202Z[ recovery-image] Feb 10 21:24:13.090 INFO O| Feb 10 21:24:13.090 INFO STEP 369 (remove_files) COMPLETE
61182026-02-10T21:24:13.202Z[ recovery-image] Feb 10 21:24:13.090 INFO O| Feb 10 21:24:13.090 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192026-02-10T21:24:13.227Z[ recovery-image] Feb 10 21:24:13.106 INFO O| Feb 10 21:24:13.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
61202026-02-10T21:24:13.227Z[ recovery-image] Feb 10 21:24:13.106 INFO O| Feb 10 21:24:13.106 INFO STEP 370 (remove_files) COMPLETE
61212026-02-10T21:24:13.227Z[ recovery-image] Feb 10 21:24:13.106 INFO O| Feb 10 21:24:13.106 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222026-02-10T21:24:13.227Z[ recovery-image] Feb 10 21:24:13.123 INFO O| Feb 10 21:24:13.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
61232026-02-10T21:24:13.227Z[ recovery-image] Feb 10 21:24:13.123 INFO O| Feb 10 21:24:13.123 INFO STEP 371 (remove_files) COMPLETE
61242026-02-10T21:24:13.227Z[ recovery-image] Feb 10 21:24:13.123 INFO O| Feb 10 21:24:13.123 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252026-02-10T21:24:13.251Z[ recovery-image] Feb 10 21:24:13.142 INFO O| Feb 10 21:24:13.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
61262026-02-10T21:24:13.251Z[ recovery-image] Feb 10 21:24:13.142 INFO O| Feb 10 21:24:13.142 INFO STEP 372 (remove_files) COMPLETE
61272026-02-10T21:24:13.251Z[ recovery-image] Feb 10 21:24:13.142 INFO O| Feb 10 21:24:13.142 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282026-02-10T21:24:13.276Z[ recovery-image] Feb 10 21:24:13.159 INFO O| Feb 10 21:24:13.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
61292026-02-10T21:24:13.276Z[ recovery-image] Feb 10 21:24:13.159 INFO O| Feb 10 21:24:13.159 INFO STEP 373 (remove_files) COMPLETE
61302026-02-10T21:24:13.276Z[ recovery-image] Feb 10 21:24:13.159 INFO O| Feb 10 21:24:13.159 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312026-02-10T21:24:13.276Z[ recovery-image] Feb 10 21:24:13.176 INFO O| Feb 10 21:24:13.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
61322026-02-10T21:24:13.276Z[ recovery-image] Feb 10 21:24:13.177 INFO O| Feb 10 21:24:13.177 INFO STEP 374 (remove_files) COMPLETE
61332026-02-10T21:24:13.276Z[ recovery-image] Feb 10 21:24:13.177 INFO O| Feb 10 21:24:13.177 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342026-02-10T21:24:13.300Z[ recovery-image] Feb 10 21:24:13.199 INFO O| Feb 10 21:24:13.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
61352026-02-10T21:24:13.301Z[ recovery-image] Feb 10 21:24:13.199 INFO O| Feb 10 21:24:13.199 INFO STEP 375 (remove_files) COMPLETE
61362026-02-10T21:24:13.301Z[ recovery-image] Feb 10 21:24:13.199 INFO O| Feb 10 21:24:13.199 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372026-02-10T21:24:13.325Z[ recovery-image] Feb 10 21:24:13.220 INFO O| Feb 10 21:24:13.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
61382026-02-10T21:24:13.325Z[ recovery-image] Feb 10 21:24:13.220 INFO O| Feb 10 21:24:13.220 INFO STEP 376 (remove_files) COMPLETE
61392026-02-10T21:24:13.325Z[ recovery-image] Feb 10 21:24:13.220 INFO O| Feb 10 21:24:13.220 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402026-02-10T21:24:13.349Z[ recovery-image] Feb 10 21:24:13.238 INFO O| Feb 10 21:24:13.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
61412026-02-10T21:24:13.349Z[ recovery-image] Feb 10 21:24:13.238 INFO O| Feb 10 21:24:13.238 INFO STEP 377 (remove_files) COMPLETE
61422026-02-10T21:24:13.349Z[ recovery-image] Feb 10 21:24:13.238 INFO O| Feb 10 21:24:13.238 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432026-02-10T21:24:13.374Z[ recovery-image] Feb 10 21:24:13.255 INFO O| Feb 10 21:24:13.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
61442026-02-10T21:24:13.374Z[ recovery-image] Feb 10 21:24:13.256 INFO O| Feb 10 21:24:13.255 INFO STEP 378 (remove_files) COMPLETE
61452026-02-10T21:24:13.374Z[ recovery-image] Feb 10 21:24:13.256 INFO O| Feb 10 21:24:13.256 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462026-02-10T21:24:13.374Z[ recovery-image] Feb 10 21:24:13.273 INFO O| Feb 10 21:24:13.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
61472026-02-10T21:24:13.374Z[ recovery-image] Feb 10 21:24:13.274 INFO O| Feb 10 21:24:13.273 INFO STEP 379 (remove_files) COMPLETE
61482026-02-10T21:24:13.374Z[ recovery-image] Feb 10 21:24:13.274 INFO O| Feb 10 21:24:13.274 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492026-02-10T21:24:13.398Z[ recovery-image] Feb 10 21:24:13.291 INFO O| Feb 10 21:24:13.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
61502026-02-10T21:24:13.398Z[ recovery-image] Feb 10 21:24:13.291 INFO O| Feb 10 21:24:13.291 INFO STEP 380 (remove_files) COMPLETE
61512026-02-10T21:24:13.398Z[ recovery-image] Feb 10 21:24:13.291 INFO O| Feb 10 21:24:13.291 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522026-02-10T21:24:13.422Z[ recovery-image] Feb 10 21:24:13.309 INFO O| Feb 10 21:24:13.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
61532026-02-10T21:24:13.422Z[ recovery-image] Feb 10 21:24:13.309 INFO O| Feb 10 21:24:13.309 INFO STEP 381 (remove_files) COMPLETE
61542026-02-10T21:24:13.422Z[ recovery-image] Feb 10 21:24:13.309 INFO O| Feb 10 21:24:13.309 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552026-02-10T21:24:13.446Z[ recovery-image] Feb 10 21:24:13.329 INFO O| Feb 10 21:24:13.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
61562026-02-10T21:24:13.447Z[ recovery-image] Feb 10 21:24:13.329 INFO O| Feb 10 21:24:13.329 INFO STEP 382 (remove_files) COMPLETE
61572026-02-10T21:24:13.447Z[ recovery-image] Feb 10 21:24:13.329 INFO O| Feb 10 21:24:13.329 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582026-02-10T21:24:13.447Z[ recovery-image] Feb 10 21:24:13.348 INFO O| Feb 10 21:24:13.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
61592026-02-10T21:24:13.447Z[ recovery-image] Feb 10 21:24:13.348 INFO O| Feb 10 21:24:13.348 INFO STEP 383 (remove_files) COMPLETE
61602026-02-10T21:24:13.447Z[ recovery-image] Feb 10 21:24:13.348 INFO O| Feb 10 21:24:13.348 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612026-02-10T21:24:13.471Z[ recovery-image] Feb 10 21:24:13.366 INFO O| Feb 10 21:24:13.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
61622026-02-10T21:24:13.471Z[ recovery-image] Feb 10 21:24:13.366 INFO O| Feb 10 21:24:13.366 INFO STEP 384 (remove_files) COMPLETE
61632026-02-10T21:24:13.471Z[ recovery-image] Feb 10 21:24:13.366 INFO O| Feb 10 21:24:13.366 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642026-02-10T21:24:13.495Z[ recovery-image] Feb 10 21:24:13.384 INFO O| Feb 10 21:24:13.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
61652026-02-10T21:24:13.495Z[ recovery-image] Feb 10 21:24:13.384 INFO O| Feb 10 21:24:13.384 INFO STEP 385 (remove_files) COMPLETE
61662026-02-10T21:24:13.495Z[ recovery-image] Feb 10 21:24:13.384 INFO O| Feb 10 21:24:13.384 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672026-02-10T21:24:13.520Z[ recovery-image] Feb 10 21:24:13.401 INFO O| Feb 10 21:24:13.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
61682026-02-10T21:24:13.520Z[ recovery-image] Feb 10 21:24:13.402 INFO O| Feb 10 21:24:13.402 INFO STEP 386 (remove_files) COMPLETE
61692026-02-10T21:24:13.520Z[ recovery-image] Feb 10 21:24:13.402 INFO O| Feb 10 21:24:13.402 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702026-02-10T21:24:13.520Z[ recovery-image] Feb 10 21:24:13.418 INFO O| Feb 10 21:24:13.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
61712026-02-10T21:24:13.520Z[ recovery-image] Feb 10 21:24:13.418 INFO O| Feb 10 21:24:13.418 INFO STEP 387 (remove_files) COMPLETE
61722026-02-10T21:24:13.520Z[ recovery-image] Feb 10 21:24:13.418 INFO O| Feb 10 21:24:13.418 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732026-02-10T21:24:13.545Z[ recovery-image] Feb 10 21:24:13.435 INFO O| Feb 10 21:24:13.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
61742026-02-10T21:24:13.545Z[ recovery-image] Feb 10 21:24:13.435 INFO O| Feb 10 21:24:13.435 INFO STEP 388 (remove_files) COMPLETE
61752026-02-10T21:24:13.545Z[ recovery-image] Feb 10 21:24:13.435 INFO O| Feb 10 21:24:13.435 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762026-02-10T21:24:13.569Z[ recovery-image] Feb 10 21:24:13.452 INFO O| Feb 10 21:24:13.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
61772026-02-10T21:24:13.569Z[ recovery-image] Feb 10 21:24:13.453 INFO O| Feb 10 21:24:13.453 INFO STEP 389 (remove_files) COMPLETE
61782026-02-10T21:24:13.569Z[ recovery-image] Feb 10 21:24:13.453 INFO O| Feb 10 21:24:13.453 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792026-02-10T21:24:13.569Z[ recovery-image] Feb 10 21:24:13.471 INFO O| Feb 10 21:24:13.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
61802026-02-10T21:24:13.569Z[ recovery-image] Feb 10 21:24:13.471 INFO O| Feb 10 21:24:13.471 INFO STEP 390 (remove_files) COMPLETE
61812026-02-10T21:24:13.569Z[ recovery-image] Feb 10 21:24:13.471 INFO O| Feb 10 21:24:13.471 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822026-02-10T21:24:13.594Z[ recovery-image] Feb 10 21:24:13.488 INFO O| Feb 10 21:24:13.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
61832026-02-10T21:24:13.594Z[ recovery-image] Feb 10 21:24:13.488 INFO O| Feb 10 21:24:13.488 INFO STEP 391 (remove_files) COMPLETE
61842026-02-10T21:24:13.594Z[ recovery-image] Feb 10 21:24:13.488 INFO O| Feb 10 21:24:13.488 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852026-02-10T21:24:13.618Z[ recovery-image] Feb 10 21:24:13.505 INFO O| Feb 10 21:24:13.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
61862026-02-10T21:24:13.618Z[ recovery-image] Feb 10 21:24:13.505 INFO O| Feb 10 21:24:13.505 INFO STEP 392 (remove_files) COMPLETE
61872026-02-10T21:24:13.618Z[ recovery-image] Feb 10 21:24:13.505 INFO O| Feb 10 21:24:13.505 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882026-02-10T21:24:13.642Z[ recovery-image] Feb 10 21:24:13.524 INFO O| Feb 10 21:24:13.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
61892026-02-10T21:24:13.642Z[ recovery-image] Feb 10 21:24:13.525 INFO O| Feb 10 21:24:13.525 INFO STEP 393 (remove_files) COMPLETE
61902026-02-10T21:24:13.642Z[ recovery-image] Feb 10 21:24:13.525 INFO O| Feb 10 21:24:13.525 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912026-02-10T21:24:13.642Z[ recovery-image] Feb 10 21:24:13.543 INFO O| Feb 10 21:24:13.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
61922026-02-10T21:24:13.642Z[ recovery-image] Feb 10 21:24:13.543 INFO O| Feb 10 21:24:13.543 INFO STEP 394 (remove_files) COMPLETE
61932026-02-10T21:24:13.642Z[ recovery-image] Feb 10 21:24:13.543 INFO O| Feb 10 21:24:13.543 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942026-02-10T21:24:13.667Z[ recovery-image] Feb 10 21:24:13.560 INFO O| Feb 10 21:24:13.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
61952026-02-10T21:24:13.667Z[ recovery-image] Feb 10 21:24:13.560 INFO O| Feb 10 21:24:13.560 INFO STEP 395 (remove_files) COMPLETE
61962026-02-10T21:24:13.667Z[ recovery-image] Feb 10 21:24:13.560 INFO O| Feb 10 21:24:13.560 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972026-02-10T21:24:13.691Z[ recovery-image] Feb 10 21:24:13.578 INFO O| Feb 10 21:24:13.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
61982026-02-10T21:24:13.691Z[ recovery-image] Feb 10 21:24:13.579 INFO O| Feb 10 21:24:13.578 INFO STEP 396 (remove_files) COMPLETE
61992026-02-10T21:24:13.691Z[ recovery-image] Feb 10 21:24:13.579 INFO O| Feb 10 21:24:13.579 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002026-02-10T21:24:13.715Z[ recovery-image] Feb 10 21:24:13.598 INFO O| Feb 10 21:24:13.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
62012026-02-10T21:24:13.715Z[ recovery-image] Feb 10 21:24:13.598 INFO O| Feb 10 21:24:13.598 INFO STEP 397 (remove_files) COMPLETE
62022026-02-10T21:24:13.715Z[ recovery-image] Feb 10 21:24:13.598 INFO O| Feb 10 21:24:13.598 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032026-02-10T21:24:13.715Z[ recovery-image] Feb 10 21:24:13.615 INFO O| Feb 10 21:24:13.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
62042026-02-10T21:24:13.715Z[ recovery-image] Feb 10 21:24:13.616 INFO O| Feb 10 21:24:13.615 INFO STEP 398 (remove_files) COMPLETE
62052026-02-10T21:24:13.715Z[ recovery-image] Feb 10 21:24:13.616 INFO O| Feb 10 21:24:13.615 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062026-02-10T21:24:13.740Z[ recovery-image] Feb 10 21:24:13.632 INFO O| Feb 10 21:24:13.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
62072026-02-10T21:24:13.740Z[ recovery-image] Feb 10 21:24:13.632 INFO O| Feb 10 21:24:13.632 INFO STEP 399 (remove_files) COMPLETE
62082026-02-10T21:24:13.740Z[ recovery-image] Feb 10 21:24:13.632 INFO O| Feb 10 21:24:13.632 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092026-02-10T21:24:13.764Z[ recovery-image] Feb 10 21:24:13.655 INFO O| Feb 10 21:24:13.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
62102026-02-10T21:24:13.764Z[ recovery-image] Feb 10 21:24:13.656 INFO O| Feb 10 21:24:13.655 INFO STEP 400 (remove_files) COMPLETE
62112026-02-10T21:24:13.764Z[ recovery-image] Feb 10 21:24:13.656 INFO O| Feb 10 21:24:13.656 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122026-02-10T21:24:13.788Z[ recovery-image] Feb 10 21:24:13.678 INFO O| Feb 10 21:24:13.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
62132026-02-10T21:24:13.788Z[ recovery-image] Feb 10 21:24:13.678 INFO O| Feb 10 21:24:13.678 INFO STEP 401 (remove_files) COMPLETE
62142026-02-10T21:24:13.788Z[ recovery-image] Feb 10 21:24:13.678 INFO O| Feb 10 21:24:13.678 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152026-02-10T21:24:13.812Z[ recovery-image] Feb 10 21:24:13.695 INFO O| Feb 10 21:24:13.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
62162026-02-10T21:24:13.813Z[ recovery-image] Feb 10 21:24:13.695 INFO O| Feb 10 21:24:13.695 INFO STEP 402 (remove_files) COMPLETE
62172026-02-10T21:24:13.813Z[ recovery-image] Feb 10 21:24:13.695 INFO O| Feb 10 21:24:13.695 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182026-02-10T21:24:13.837Z[ recovery-image] Feb 10 21:24:13.716 INFO O| Feb 10 21:24:13.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
62192026-02-10T21:24:13.837Z[ recovery-image] Feb 10 21:24:13.716 INFO O| Feb 10 21:24:13.716 INFO STEP 403 (remove_files) COMPLETE
62202026-02-10T21:24:13.837Z[ recovery-image] Feb 10 21:24:13.716 INFO O| Feb 10 21:24:13.716 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212026-02-10T21:24:13.837Z[ recovery-image] Feb 10 21:24:13.737 INFO O| Feb 10 21:24:13.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
62222026-02-10T21:24:13.837Z[ recovery-image] Feb 10 21:24:13.737 INFO O| Feb 10 21:24:13.737 INFO STEP 404 (remove_files) COMPLETE
62232026-02-10T21:24:13.837Z[ recovery-image] Feb 10 21:24:13.737 INFO O| Feb 10 21:24:13.737 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242026-02-10T21:24:13.862Z[ recovery-image] Feb 10 21:24:13.757 INFO O| Feb 10 21:24:13.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
62252026-02-10T21:24:13.862Z[ recovery-image] Feb 10 21:24:13.757 INFO O| Feb 10 21:24:13.757 INFO STEP 405 (remove_files) COMPLETE
62262026-02-10T21:24:13.862Z[ recovery-image] Feb 10 21:24:13.757 INFO O| Feb 10 21:24:13.757 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272026-02-10T21:24:13.886Z[ recovery-image] Feb 10 21:24:13.782 INFO O| Feb 10 21:24:13.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
62282026-02-10T21:24:13.886Z[ recovery-image] Feb 10 21:24:13.782 INFO O| Feb 10 21:24:13.782 INFO STEP 406 (remove_files) COMPLETE
62292026-02-10T21:24:13.886Z[ recovery-image] Feb 10 21:24:13.782 INFO O| Feb 10 21:24:13.782 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302026-02-10T21:24:13.911Z[ recovery-image] Feb 10 21:24:13.806 INFO O| Feb 10 21:24:13.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
62312026-02-10T21:24:13.911Z[ recovery-image] Feb 10 21:24:13.806 INFO O| Feb 10 21:24:13.806 INFO STEP 407 (remove_files) COMPLETE
62322026-02-10T21:24:13.911Z[ recovery-image] Feb 10 21:24:13.806 INFO O| Feb 10 21:24:13.806 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332026-02-10T21:24:13.935Z[ recovery-image] Feb 10 21:24:13.828 INFO O| Feb 10 21:24:13.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
62342026-02-10T21:24:13.935Z[ recovery-image] Feb 10 21:24:13.828 INFO O| Feb 10 21:24:13.828 INFO STEP 408 (remove_files) COMPLETE
62352026-02-10T21:24:13.935Z[ recovery-image] Feb 10 21:24:13.828 INFO O| Feb 10 21:24:13.828 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362026-02-10T21:24:13.960Z[ recovery-image] Feb 10 21:24:13.846 INFO O| Feb 10 21:24:13.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
62372026-02-10T21:24:13.960Z[ recovery-image] Feb 10 21:24:13.846 INFO O| Feb 10 21:24:13.846 INFO STEP 409 (remove_files) COMPLETE
62382026-02-10T21:24:13.960Z[ recovery-image] Feb 10 21:24:13.846 INFO O| Feb 10 21:24:13.846 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392026-02-10T21:24:13.989Z[ recovery-image] Feb 10 21:24:13.864 INFO O| Feb 10 21:24:13.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
62402026-02-10T21:24:13.989Z[ recovery-image] Feb 10 21:24:13.865 INFO O| Feb 10 21:24:13.865 INFO STEP 410 (remove_files) COMPLETE
62412026-02-10T21:24:13.989Z[ recovery-image] Feb 10 21:24:13.865 INFO O| Feb 10 21:24:13.865 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422026-02-10T21:24:13.989Z[ recovery-image] Feb 10 21:24:13.882 INFO O| Feb 10 21:24:13.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
62432026-02-10T21:24:13.989Z[ recovery-image] Feb 10 21:24:13.882 INFO O| Feb 10 21:24:13.882 INFO STEP 411 (remove_files) COMPLETE
62442026-02-10T21:24:13.989Z[ recovery-image] Feb 10 21:24:13.882 INFO O| Feb 10 21:24:13.882 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452026-02-10T21:24:14.013Z[ recovery-image] Feb 10 21:24:13.901 INFO O| Feb 10 21:24:13.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
62462026-02-10T21:24:14.013Z[ recovery-image] Feb 10 21:24:13.901 INFO O| Feb 10 21:24:13.901 INFO STEP 412 (remove_files) COMPLETE
62472026-02-10T21:24:14.013Z[ recovery-image] Feb 10 21:24:13.901 INFO O| Feb 10 21:24:13.901 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482026-02-10T21:24:14.038Z[ recovery-image] Feb 10 21:24:13.920 INFO O| Feb 10 21:24:13.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
62492026-02-10T21:24:14.038Z[ recovery-image] Feb 10 21:24:13.920 INFO O| Feb 10 21:24:13.920 INFO STEP 413 (remove_files) COMPLETE
62502026-02-10T21:24:14.038Z[ recovery-image] Feb 10 21:24:13.920 INFO O| Feb 10 21:24:13.920 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512026-02-10T21:24:14.038Z[ recovery-image] Feb 10 21:24:13.936 INFO O| Feb 10 21:24:13.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
62522026-02-10T21:24:14.038Z[ recovery-image] Feb 10 21:24:13.936 INFO O| Feb 10 21:24:13.936 INFO STEP 414 (remove_files) COMPLETE
62532026-02-10T21:24:14.038Z[ recovery-image] Feb 10 21:24:13.936 INFO O| Feb 10 21:24:13.936 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542026-02-10T21:24:14.064Z[ recovery-image] Feb 10 21:24:13.953 INFO O| Feb 10 21:24:13.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
62552026-02-10T21:24:14.064Z[ recovery-image] Feb 10 21:24:13.953 INFO O| Feb 10 21:24:13.953 INFO STEP 415 (remove_files) COMPLETE
62562026-02-10T21:24:14.064Z[ recovery-image] Feb 10 21:24:13.953 INFO O| Feb 10 21:24:13.953 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572026-02-10T21:24:14.088Z[ recovery-image] Feb 10 21:24:13.974 INFO O| Feb 10 21:24:13.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
62582026-02-10T21:24:14.088Z[ recovery-image] Feb 10 21:24:13.974 INFO O| Feb 10 21:24:13.974 INFO STEP 416 (remove_files) COMPLETE
62592026-02-10T21:24:14.088Z[ recovery-image] Feb 10 21:24:13.974 INFO O| Feb 10 21:24:13.974 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602026-02-10T21:24:14.112Z[ recovery-image] Feb 10 21:24:13.992 INFO O| Feb 10 21:24:13.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
62612026-02-10T21:24:14.112Z[ recovery-image] Feb 10 21:24:13.992 INFO O| Feb 10 21:24:13.992 INFO STEP 417 (remove_files) COMPLETE
62622026-02-10T21:24:14.112Z[ recovery-image] Feb 10 21:24:13.992 INFO O| Feb 10 21:24:13.992 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632026-02-10T21:24:14.112Z[ recovery-image] Feb 10 21:24:14.012 INFO O| Feb 10 21:24:14.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
62642026-02-10T21:24:14.112Z[ recovery-image] Feb 10 21:24:14.012 INFO O| Feb 10 21:24:14.012 INFO STEP 418 (remove_files) COMPLETE
62652026-02-10T21:24:14.112Z[ recovery-image] Feb 10 21:24:14.012 INFO O| Feb 10 21:24:14.012 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662026-02-10T21:24:14.137Z[ recovery-image] Feb 10 21:24:14.031 INFO O| Feb 10 21:24:14.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
62672026-02-10T21:24:14.137Z[ recovery-image] Feb 10 21:24:14.032 INFO O| Feb 10 21:24:14.032 INFO STEP 419 (remove_files) COMPLETE
62682026-02-10T21:24:14.137Z[ recovery-image] Feb 10 21:24:14.032 INFO O| Feb 10 21:24:14.032 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692026-02-10T21:24:14.161Z[ recovery-image] Feb 10 21:24:14.047 INFO O| Feb 10 21:24:14.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
62702026-02-10T21:24:14.161Z[ recovery-image] Feb 10 21:24:14.047 INFO O| Feb 10 21:24:14.047 INFO STEP 420 (remove_files) COMPLETE
62712026-02-10T21:24:14.161Z[ recovery-image] Feb 10 21:24:14.047 INFO O| Feb 10 21:24:14.047 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722026-02-10T21:24:14.186Z[ recovery-image] Feb 10 21:24:14.066 INFO O| Feb 10 21:24:14.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
62732026-02-10T21:24:14.186Z[ recovery-image] Feb 10 21:24:14.066 INFO O| Feb 10 21:24:14.066 INFO STEP 421 (remove_files) COMPLETE
62742026-02-10T21:24:14.186Z[ recovery-image] Feb 10 21:24:14.066 INFO O| Feb 10 21:24:14.066 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752026-02-10T21:24:14.186Z[ recovery-image] Feb 10 21:24:14.086 INFO O| Feb 10 21:24:14.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
62762026-02-10T21:24:14.186Z[ recovery-image] Feb 10 21:24:14.086 INFO O| Feb 10 21:24:14.086 INFO STEP 422 (remove_files) COMPLETE
62772026-02-10T21:24:14.187Z[ recovery-image] Feb 10 21:24:14.086 INFO O| Feb 10 21:24:14.086 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782026-02-10T21:24:14.211Z[ recovery-image] Feb 10 21:24:14.103 INFO O| Feb 10 21:24:14.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
62792026-02-10T21:24:14.211Z[ recovery-image] Feb 10 21:24:14.103 INFO O| Feb 10 21:24:14.103 INFO STEP 423 (remove_files) COMPLETE
62802026-02-10T21:24:14.211Z[ recovery-image] Feb 10 21:24:14.103 INFO O| Feb 10 21:24:14.103 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812026-02-10T21:24:14.235Z[ recovery-image] Feb 10 21:24:14.121 INFO O| Feb 10 21:24:14.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
62822026-02-10T21:24:14.235Z[ recovery-image] Feb 10 21:24:14.122 INFO O| Feb 10 21:24:14.122 INFO STEP 424 (remove_files) COMPLETE
62832026-02-10T21:24:14.235Z[ recovery-image] Feb 10 21:24:14.122 INFO O| Feb 10 21:24:14.122 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842026-02-10T21:24:14.235Z[ recovery-image] Feb 10 21:24:14.137 INFO O| Feb 10 21:24:14.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
62852026-02-10T21:24:14.235Z[ recovery-image] Feb 10 21:24:14.137 INFO O| Feb 10 21:24:14.137 INFO STEP 425 (remove_files) COMPLETE
62862026-02-10T21:24:14.235Z[ recovery-image] Feb 10 21:24:14.137 INFO O| Feb 10 21:24:14.137 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872026-02-10T21:24:14.306Z[ recovery-image] Feb 10 21:24:14.155 INFO O| Feb 10 21:24:14.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
62882026-02-10T21:24:14.306Z[ recovery-image] Feb 10 21:24:14.155 INFO O| Feb 10 21:24:14.155 INFO STEP 426 (remove_files) COMPLETE
62892026-02-10T21:24:14.306Z[ recovery-image] Feb 10 21:24:14.155 INFO O| Feb 10 21:24:14.155 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902026-02-10T21:24:14.306Z[ recovery-image] Feb 10 21:24:14.171 INFO O| Feb 10 21:24:14.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
62912026-02-10T21:24:14.306Z[ recovery-image] Feb 10 21:24:14.171 INFO O| Feb 10 21:24:14.171 INFO STEP 427 (remove_files) COMPLETE
62922026-02-10T21:24:14.306Z[ recovery-image] Feb 10 21:24:14.171 INFO O| Feb 10 21:24:14.171 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932026-02-10T21:24:14.306Z[ recovery-image] Feb 10 21:24:14.187 INFO O| Feb 10 21:24:14.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
62942026-02-10T21:24:14.306Z[ recovery-image] Feb 10 21:24:14.187 INFO O| Feb 10 21:24:14.187 INFO STEP 428 (remove_files) COMPLETE
62952026-02-10T21:24:14.306Z[ recovery-image] Feb 10 21:24:14.187 INFO O| Feb 10 21:24:14.187 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962026-02-10T21:24:14.306Z[ recovery-image] Feb 10 21:24:14.205 INFO O| Feb 10 21:24:14.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
62972026-02-10T21:24:14.306Z[ recovery-image] Feb 10 21:24:14.205 INFO O| Feb 10 21:24:14.205 INFO STEP 429 (remove_files) COMPLETE
62982026-02-10T21:24:14.306Z[ recovery-image] Feb 10 21:24:14.205 INFO O| Feb 10 21:24:14.205 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992026-02-10T21:24:14.332Z[ recovery-image] Feb 10 21:24:14.221 INFO O| Feb 10 21:24:14.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
63002026-02-10T21:24:14.332Z[ recovery-image] Feb 10 21:24:14.221 INFO O| Feb 10 21:24:14.221 INFO STEP 430 (remove_files) COMPLETE
63012026-02-10T21:24:14.332Z[ recovery-image] Feb 10 21:24:14.221 INFO O| Feb 10 21:24:14.221 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022026-02-10T21:24:14.356Z[ recovery-image] Feb 10 21:24:14.238 INFO O| Feb 10 21:24:14.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
63032026-02-10T21:24:14.356Z[ recovery-image] Feb 10 21:24:14.239 INFO O| Feb 10 21:24:14.238 INFO STEP 431 (remove_files) COMPLETE
63042026-02-10T21:24:14.356Z[ recovery-image] Feb 10 21:24:14.239 INFO O| Feb 10 21:24:14.238 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052026-02-10T21:24:14.356Z[ recovery-image] Feb 10 21:24:14.255 INFO O| Feb 10 21:24:14.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
63062026-02-10T21:24:14.356Z[ recovery-image] Feb 10 21:24:14.255 INFO O| Feb 10 21:24:14.255 INFO STEP 432 (remove_files) COMPLETE
63072026-02-10T21:24:14.356Z[ recovery-image] Feb 10 21:24:14.256 INFO O| Feb 10 21:24:14.255 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082026-02-10T21:24:14.381Z[ recovery-image] Feb 10 21:24:14.273 INFO O| Feb 10 21:24:14.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
63092026-02-10T21:24:14.381Z[ recovery-image] Feb 10 21:24:14.274 INFO O| Feb 10 21:24:14.274 INFO STEP 433 (remove_files) COMPLETE
63102026-02-10T21:24:14.381Z[ recovery-image] Feb 10 21:24:14.274 INFO O| Feb 10 21:24:14.274 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112026-02-10T21:24:14.405Z[ recovery-image] Feb 10 21:24:14.289 INFO O| Feb 10 21:24:14.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
63122026-02-10T21:24:14.405Z[ recovery-image] Feb 10 21:24:14.289 INFO O| Feb 10 21:24:14.289 INFO STEP 434 (remove_files) COMPLETE
63132026-02-10T21:24:14.405Z[ recovery-image] Feb 10 21:24:14.289 INFO O| Feb 10 21:24:14.289 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142026-02-10T21:24:14.405Z[ recovery-image] Feb 10 21:24:14.306 INFO O| Feb 10 21:24:14.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
63152026-02-10T21:24:14.405Z[ recovery-image] Feb 10 21:24:14.307 INFO O| Feb 10 21:24:14.307 INFO STEP 435 (remove_files) COMPLETE
63162026-02-10T21:24:14.405Z[ recovery-image] Feb 10 21:24:14.307 INFO O| Feb 10 21:24:14.307 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172026-02-10T21:24:14.429Z[ recovery-image] Feb 10 21:24:14.323 INFO O| Feb 10 21:24:14.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
63182026-02-10T21:24:14.430Z[ recovery-image] Feb 10 21:24:14.323 INFO O| Feb 10 21:24:14.323 INFO STEP 436 (remove_files) COMPLETE
63192026-02-10T21:24:14.430Z[ recovery-image] Feb 10 21:24:14.323 INFO O| Feb 10 21:24:14.323 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202026-02-10T21:24:14.454Z[ recovery-image] Feb 10 21:24:14.341 INFO O| Feb 10 21:24:14.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
63212026-02-10T21:24:14.454Z[ recovery-image] Feb 10 21:24:14.341 INFO O| Feb 10 21:24:14.341 INFO STEP 437 (remove_files) COMPLETE
63222026-02-10T21:24:14.454Z[ recovery-image] Feb 10 21:24:14.341 INFO O| Feb 10 21:24:14.341 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232026-02-10T21:24:14.480Z[ recovery-image] Feb 10 21:24:14.359 INFO O| Feb 10 21:24:14.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
63242026-02-10T21:24:14.480Z[ recovery-image] Feb 10 21:24:14.359 INFO O| Feb 10 21:24:14.359 INFO STEP 438 (remove_files) COMPLETE
63252026-02-10T21:24:14.480Z[ recovery-image] Feb 10 21:24:14.359 INFO O| Feb 10 21:24:14.359 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262026-02-10T21:24:14.480Z[ recovery-image] Feb 10 21:24:14.377 INFO O| Feb 10 21:24:14.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
63272026-02-10T21:24:14.480Z[ recovery-image] Feb 10 21:24:14.377 INFO O| Feb 10 21:24:14.377 INFO STEP 439 (remove_files) COMPLETE
63282026-02-10T21:24:14.480Z[ recovery-image] Feb 10 21:24:14.377 INFO O| Feb 10 21:24:14.377 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292026-02-10T21:24:14.504Z[ recovery-image] Feb 10 21:24:14.397 INFO O| Feb 10 21:24:14.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
63302026-02-10T21:24:14.504Z[ recovery-image] Feb 10 21:24:14.398 INFO O| Feb 10 21:24:14.398 INFO STEP 440 (remove_files) COMPLETE
63312026-02-10T21:24:14.504Z[ recovery-image] Feb 10 21:24:14.398 INFO O| Feb 10 21:24:14.398 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322026-02-10T21:24:14.528Z[ recovery-image] Feb 10 21:24:14.419 INFO O| Feb 10 21:24:14.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
63332026-02-10T21:24:14.528Z[ recovery-image] Feb 10 21:24:14.419 INFO O| Feb 10 21:24:14.419 INFO STEP 441 (remove_files) COMPLETE
63342026-02-10T21:24:14.528Z[ recovery-image] Feb 10 21:24:14.419 INFO O| Feb 10 21:24:14.419 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352026-02-10T21:24:14.553Z[ recovery-image] Feb 10 21:24:14.436 INFO O| Feb 10 21:24:14.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
63362026-02-10T21:24:14.553Z[ recovery-image] Feb 10 21:24:14.436 INFO O| Feb 10 21:24:14.436 INFO STEP 442 (remove_files) COMPLETE
63372026-02-10T21:24:14.553Z[ recovery-image] Feb 10 21:24:14.436 INFO O| Feb 10 21:24:14.436 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382026-02-10T21:24:14.553Z[ recovery-image] Feb 10 21:24:14.451 INFO O| Feb 10 21:24:14.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
63392026-02-10T21:24:14.553Z[ recovery-image] Feb 10 21:24:14.451 INFO O| Feb 10 21:24:14.451 INFO STEP 443 (remove_files) COMPLETE
63402026-02-10T21:24:14.553Z[ recovery-image] Feb 10 21:24:14.451 INFO O| Feb 10 21:24:14.451 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412026-02-10T21:24:14.577Z[ recovery-image] Feb 10 21:24:14.468 INFO O| Feb 10 21:24:14.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
63422026-02-10T21:24:14.578Z[ recovery-image] Feb 10 21:24:14.468 INFO O| Feb 10 21:24:14.468 INFO STEP 444 (remove_files) COMPLETE
63432026-02-10T21:24:14.578Z[ recovery-image] Feb 10 21:24:14.468 INFO O| Feb 10 21:24:14.468 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442026-02-10T21:24:14.602Z[ recovery-image] Feb 10 21:24:14.485 INFO O| Feb 10 21:24:14.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
63452026-02-10T21:24:14.602Z[ recovery-image] Feb 10 21:24:14.485 INFO O| Feb 10 21:24:14.485 INFO STEP 445 (remove_files) COMPLETE
63462026-02-10T21:24:14.602Z[ recovery-image] Feb 10 21:24:14.485 INFO O| Feb 10 21:24:14.485 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472026-02-10T21:24:14.602Z[ recovery-image] Feb 10 21:24:14.500 INFO O| Feb 10 21:24:14.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
63482026-02-10T21:24:14.602Z[ recovery-image] Feb 10 21:24:14.501 INFO O| Feb 10 21:24:14.501 INFO STEP 446 (remove_files) COMPLETE
63492026-02-10T21:24:14.602Z[ recovery-image] Feb 10 21:24:14.501 INFO O| Feb 10 21:24:14.501 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502026-02-10T21:24:14.627Z[ recovery-image] Feb 10 21:24:14.512 INFO O| Feb 10 21:24:14.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
63512026-02-10T21:24:14.627Z[ recovery-image] Feb 10 21:24:14.513 INFO O| Feb 10 21:24:14.513 INFO STEP 447 (remove_files) COMPLETE
63522026-02-10T21:24:14.627Z[ recovery-image] Feb 10 21:24:14.513 INFO O| Feb 10 21:24:14.513 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532026-02-10T21:24:14.627Z[ recovery-image] Feb 10 21:24:14.525 INFO O| Feb 10 21:24:14.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
63542026-02-10T21:24:14.627Z[ recovery-image] Feb 10 21:24:14.525 INFO O| Feb 10 21:24:14.525 INFO STEP 448 (remove_files) COMPLETE
63552026-02-10T21:24:14.627Z[ recovery-image] Feb 10 21:24:14.525 INFO O| Feb 10 21:24:14.525 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562026-02-10T21:24:14.651Z[ recovery-image] Feb 10 21:24:14.537 INFO O| Feb 10 21:24:14.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
63572026-02-10T21:24:14.651Z[ recovery-image] Feb 10 21:24:14.538 INFO O| Feb 10 21:24:14.538 INFO STEP 449 (remove_files) COMPLETE
63582026-02-10T21:24:14.651Z[ recovery-image] Feb 10 21:24:14.538 INFO O| Feb 10 21:24:14.538 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592026-02-10T21:24:14.651Z[ recovery-image] Feb 10 21:24:14.554 INFO O| Feb 10 21:24:14.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
63602026-02-10T21:24:14.651Z[ recovery-image] Feb 10 21:24:14.554 INFO O| Feb 10 21:24:14.554 INFO STEP 450 (remove_files) COMPLETE
63612026-02-10T21:24:14.651Z[ recovery-image] Feb 10 21:24:14.554 INFO O| Feb 10 21:24:14.554 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622026-02-10T21:24:14.676Z[ recovery-image] Feb 10 21:24:14.572 INFO O| Feb 10 21:24:14.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
63632026-02-10T21:24:14.676Z[ recovery-image] Feb 10 21:24:14.572 INFO O| Feb 10 21:24:14.572 INFO STEP 451 (remove_files) COMPLETE
63642026-02-10T21:24:14.676Z[ recovery-image] Feb 10 21:24:14.572 INFO O| Feb 10 21:24:14.572 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652026-02-10T21:24:14.700Z[ recovery-image] Feb 10 21:24:14.592 INFO O| Feb 10 21:24:14.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
63662026-02-10T21:24:14.700Z[ recovery-image] Feb 10 21:24:14.592 INFO O| Feb 10 21:24:14.592 INFO STEP 452 (remove_files) COMPLETE
63672026-02-10T21:24:14.700Z[ recovery-image] Feb 10 21:24:14.592 INFO O| Feb 10 21:24:14.592 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682026-02-10T21:24:14.725Z[ recovery-image] Feb 10 21:24:14.609 INFO O| Feb 10 21:24:14.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
63692026-02-10T21:24:14.725Z[ recovery-image] Feb 10 21:24:14.609 INFO O| Feb 10 21:24:14.609 INFO STEP 453 (remove_files) COMPLETE
63702026-02-10T21:24:14.725Z[ recovery-image] Feb 10 21:24:14.609 INFO O| Feb 10 21:24:14.609 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712026-02-10T21:24:14.725Z[ recovery-image] Feb 10 21:24:14.626 INFO O| Feb 10 21:24:14.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
63722026-02-10T21:24:14.725Z[ recovery-image] Feb 10 21:24:14.626 INFO O| Feb 10 21:24:14.626 INFO STEP 454 (remove_files) COMPLETE
63732026-02-10T21:24:14.725Z[ recovery-image] Feb 10 21:24:14.626 INFO O| Feb 10 21:24:14.626 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742026-02-10T21:24:14.750Z[ recovery-image] Feb 10 21:24:14.643 INFO O| Feb 10 21:24:14.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
63752026-02-10T21:24:14.750Z[ recovery-image] Feb 10 21:24:14.644 INFO O| Feb 10 21:24:14.643 INFO STEP 455 (remove_files) COMPLETE
63762026-02-10T21:24:14.750Z[ recovery-image] Feb 10 21:24:14.644 INFO O| Feb 10 21:24:14.643 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772026-02-10T21:24:14.774Z[ recovery-image] Feb 10 21:24:14.663 INFO O| Feb 10 21:24:14.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
63782026-02-10T21:24:14.774Z[ recovery-image] Feb 10 21:24:14.663 INFO O| Feb 10 21:24:14.663 INFO STEP 456 (remove_files) COMPLETE
63792026-02-10T21:24:14.774Z[ recovery-image] Feb 10 21:24:14.663 INFO O| Feb 10 21:24:14.663 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802026-02-10T21:24:14.798Z[ recovery-image] Feb 10 21:24:14.685 INFO O| Feb 10 21:24:14.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
63812026-02-10T21:24:14.798Z[ recovery-image] Feb 10 21:24:14.685 INFO O| Feb 10 21:24:14.685 INFO STEP 457 (remove_files) COMPLETE
63822026-02-10T21:24:14.798Z[ recovery-image] Feb 10 21:24:14.685 INFO O| Feb 10 21:24:14.685 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832026-02-10T21:24:14.823Z[ recovery-image] Feb 10 21:24:14.716 INFO O| Feb 10 21:24:14.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
63842026-02-10T21:24:14.823Z[ recovery-image] Feb 10 21:24:14.716 INFO O| Feb 10 21:24:14.716 INFO STEP 458 (remove_files) COMPLETE
63852026-02-10T21:24:14.823Z[ recovery-image] Feb 10 21:24:14.716 INFO O| Feb 10 21:24:14.716 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862026-02-10T21:24:14.847Z[ recovery-image] Feb 10 21:24:14.736 INFO O| Feb 10 21:24:14.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
63872026-02-10T21:24:14.848Z[ recovery-image] Feb 10 21:24:14.736 INFO O| Feb 10 21:24:14.736 INFO STEP 459 (remove_files) COMPLETE
63882026-02-10T21:24:14.848Z[ recovery-image] Feb 10 21:24:14.737 INFO O| Feb 10 21:24:14.736 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892026-02-10T21:24:14.875Z[ recovery-image] Feb 10 21:24:14.754 INFO O| Feb 10 21:24:14.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
63902026-02-10T21:24:14.875Z[ recovery-image] Feb 10 21:24:14.754 INFO O| Feb 10 21:24:14.754 INFO STEP 460 (remove_files) COMPLETE
63912026-02-10T21:24:14.875Z[ recovery-image] Feb 10 21:24:14.754 INFO O| Feb 10 21:24:14.754 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922026-02-10T21:24:14.875Z[ recovery-image] Feb 10 21:24:14.770 INFO O| Feb 10 21:24:14.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
63932026-02-10T21:24:14.875Z[ recovery-image] Feb 10 21:24:14.771 INFO O| Feb 10 21:24:14.770 INFO STEP 461 (remove_files) COMPLETE
63942026-02-10T21:24:14.875Z[ recovery-image] Feb 10 21:24:14.771 INFO O| Feb 10 21:24:14.771 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952026-02-10T21:24:14.899Z[ recovery-image] Feb 10 21:24:14.787 INFO O| Feb 10 21:24:14.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
63962026-02-10T21:24:14.899Z[ recovery-image] Feb 10 21:24:14.788 INFO O| Feb 10 21:24:14.788 INFO STEP 462 (remove_files) COMPLETE
63972026-02-10T21:24:14.899Z[ recovery-image] Feb 10 21:24:14.788 INFO O| Feb 10 21:24:14.788 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982026-02-10T21:24:14.925Z[ recovery-image] Feb 10 21:24:14.805 INFO O| Feb 10 21:24:14.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
63992026-02-10T21:24:14.925Z[ recovery-image] Feb 10 21:24:14.805 INFO O| Feb 10 21:24:14.805 INFO STEP 463 (remove_files) COMPLETE
64002026-02-10T21:24:14.925Z[ recovery-image] Feb 10 21:24:14.805 INFO O| Feb 10 21:24:14.805 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012026-02-10T21:24:14.925Z[ recovery-image] Feb 10 21:24:14.823 INFO O| Feb 10 21:24:14.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
64022026-02-10T21:24:14.925Z[ recovery-image] Feb 10 21:24:14.824 INFO O| Feb 10 21:24:14.824 INFO STEP 464 (remove_files) COMPLETE
64032026-02-10T21:24:14.925Z[ recovery-image] Feb 10 21:24:14.824 INFO O| Feb 10 21:24:14.824 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042026-02-10T21:24:14.950Z[ recovery-image] Feb 10 21:24:14.839 INFO O| Feb 10 21:24:14.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
64052026-02-10T21:24:14.950Z[ recovery-image] Feb 10 21:24:14.839 INFO O| Feb 10 21:24:14.839 INFO STEP 465 (remove_files) COMPLETE
64062026-02-10T21:24:14.950Z[ recovery-image] Feb 10 21:24:14.839 INFO O| Feb 10 21:24:14.839 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072026-02-10T21:24:14.974Z[ recovery-image] Feb 10 21:24:14.858 INFO O| Feb 10 21:24:14.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
64082026-02-10T21:24:14.974Z[ recovery-image] Feb 10 21:24:14.858 INFO O| Feb 10 21:24:14.858 INFO STEP 466 (remove_files) COMPLETE
64092026-02-10T21:24:14.974Z[ recovery-image] Feb 10 21:24:14.858 INFO O| Feb 10 21:24:14.858 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102026-02-10T21:24:14.974Z[ recovery-image] Feb 10 21:24:14.875 INFO O| Feb 10 21:24:14.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
64112026-02-10T21:24:14.974Z[ recovery-image] Feb 10 21:24:14.875 INFO O| Feb 10 21:24:14.875 INFO STEP 467 (remove_files) COMPLETE
64122026-02-10T21:24:14.974Z[ recovery-image] Feb 10 21:24:14.875 INFO O| Feb 10 21:24:14.875 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132026-02-10T21:24:14.999Z[ recovery-image] Feb 10 21:24:14.892 INFO O| Feb 10 21:24:14.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
64142026-02-10T21:24:14.999Z[ recovery-image] Feb 10 21:24:14.892 INFO O| Feb 10 21:24:14.892 INFO STEP 468 (remove_files) COMPLETE
64152026-02-10T21:24:14.999Z[ recovery-image] Feb 10 21:24:14.892 INFO O| Feb 10 21:24:14.892 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162026-02-10T21:24:15.023Z[ recovery-image] Feb 10 21:24:14.907 INFO O| Feb 10 21:24:14.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
64172026-02-10T21:24:15.023Z[ recovery-image] Feb 10 21:24:14.907 INFO O| Feb 10 21:24:14.907 INFO STEP 469 (remove_files) COMPLETE
64182026-02-10T21:24:15.023Z[ recovery-image] Feb 10 21:24:14.908 INFO O| Feb 10 21:24:14.907 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192026-02-10T21:24:15.047Z[ recovery-image] Feb 10 21:24:14.928 INFO O| Feb 10 21:24:14.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
64202026-02-10T21:24:15.047Z[ recovery-image] Feb 10 21:24:14.928 INFO O| Feb 10 21:24:14.928 INFO STEP 470 (remove_files) COMPLETE
64212026-02-10T21:24:15.047Z[ recovery-image] Feb 10 21:24:14.928 INFO O| Feb 10 21:24:14.928 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222026-02-10T21:24:15.047Z[ recovery-image] Feb 10 21:24:14.950 INFO O| Feb 10 21:24:14.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
64232026-02-10T21:24:15.047Z[ recovery-image] Feb 10 21:24:14.950 INFO O| Feb 10 21:24:14.950 INFO STEP 471 (remove_files) COMPLETE
64242026-02-10T21:24:15.047Z[ recovery-image] Feb 10 21:24:14.950 INFO O| Feb 10 21:24:14.950 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252026-02-10T21:24:15.073Z[ recovery-image] Feb 10 21:24:14.972 INFO O| Feb 10 21:24:14.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
64262026-02-10T21:24:15.073Z[ recovery-image] Feb 10 21:24:14.972 INFO O| Feb 10 21:24:14.972 INFO STEP 472 (remove_files) COMPLETE
64272026-02-10T21:24:15.073Z[ recovery-image] Feb 10 21:24:14.972 INFO O| Feb 10 21:24:14.972 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282026-02-10T21:24:15.097Z[ recovery-image] Feb 10 21:24:14.996 INFO O| Feb 10 21:24:14.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
64292026-02-10T21:24:15.097Z[ recovery-image] Feb 10 21:24:14.996 INFO O| Feb 10 21:24:14.996 INFO STEP 473 (remove_files) COMPLETE
64302026-02-10T21:24:15.097Z[ recovery-image] Feb 10 21:24:14.996 INFO O| Feb 10 21:24:14.996 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312026-02-10T21:24:15.121Z[ recovery-image] Feb 10 21:24:15.018 INFO O| Feb 10 21:24:15.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
64322026-02-10T21:24:15.121Z[ recovery-image] Feb 10 21:24:15.018 INFO O| Feb 10 21:24:15.018 INFO STEP 474 (remove_files) COMPLETE
64332026-02-10T21:24:15.121Z[ recovery-image] Feb 10 21:24:15.018 INFO O| Feb 10 21:24:15.018 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342026-02-10T21:24:15.146Z[ recovery-image] Feb 10 21:24:15.036 INFO O| Feb 10 21:24:15.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
64352026-02-10T21:24:15.146Z[ recovery-image] Feb 10 21:24:15.036 INFO O| Feb 10 21:24:15.036 INFO STEP 475 (remove_files) COMPLETE
64362026-02-10T21:24:15.146Z[ recovery-image] Feb 10 21:24:15.036 INFO O| Feb 10 21:24:15.036 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372026-02-10T21:24:15.171Z[ recovery-image] Feb 10 21:24:15.051 INFO O| Feb 10 21:24:15.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
64382026-02-10T21:24:15.171Z[ recovery-image] Feb 10 21:24:15.052 INFO O| Feb 10 21:24:15.052 INFO STEP 476 (remove_files) COMPLETE
64392026-02-10T21:24:15.171Z[ recovery-image] Feb 10 21:24:15.052 INFO O| Feb 10 21:24:15.052 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402026-02-10T21:24:15.171Z[ recovery-image] Feb 10 21:24:15.068 INFO O| Feb 10 21:24:15.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
64412026-02-10T21:24:15.171Z[ recovery-image] Feb 10 21:24:15.068 INFO O| Feb 10 21:24:15.068 INFO STEP 477 (remove_files) COMPLETE
64422026-02-10T21:24:15.171Z[ recovery-image] Feb 10 21:24:15.068 INFO O| Feb 10 21:24:15.068 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432026-02-10T21:24:15.197Z[ recovery-image] Feb 10 21:24:15.084 INFO O| Feb 10 21:24:15.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
64442026-02-10T21:24:15.198Z[ recovery-image] Feb 10 21:24:15.084 INFO O| Feb 10 21:24:15.084 INFO STEP 478 (remove_files) COMPLETE
64452026-02-10T21:24:15.198Z[ recovery-image] Feb 10 21:24:15.085 INFO O| Feb 10 21:24:15.084 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462026-02-10T21:24:15.222Z[ recovery-image] Feb 10 21:24:15.101 INFO O| Feb 10 21:24:15.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
64472026-02-10T21:24:15.222Z[ recovery-image] Feb 10 21:24:15.101 INFO O| Feb 10 21:24:15.101 INFO STEP 479 (remove_files) COMPLETE
64482026-02-10T21:24:15.222Z[ recovery-image] Feb 10 21:24:15.102 INFO O| Feb 10 21:24:15.101 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492026-02-10T21:24:15.222Z[ recovery-image] Feb 10 21:24:15.118 INFO O| Feb 10 21:24:15.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
64502026-02-10T21:24:15.222Z[ recovery-image] Feb 10 21:24:15.118 INFO O| Feb 10 21:24:15.118 INFO STEP 480 (remove_files) COMPLETE
64512026-02-10T21:24:15.222Z[ recovery-image] Feb 10 21:24:15.118 INFO O| Feb 10 21:24:15.118 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522026-02-10T21:24:15.255Z[ recovery-image] Feb 10 21:24:15.134 INFO O| Feb 10 21:24:15.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
64532026-02-10T21:24:15.255Z[ recovery-image] Feb 10 21:24:15.134 INFO O| Feb 10 21:24:15.134 INFO STEP 481 (remove_files) COMPLETE
64542026-02-10T21:24:15.255Z[ recovery-image] Feb 10 21:24:15.135 INFO O| Feb 10 21:24:15.134 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552026-02-10T21:24:15.255Z[ recovery-image] Feb 10 21:24:15.148 INFO O| Feb 10 21:24:15.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
64562026-02-10T21:24:15.255Z[ recovery-image] Feb 10 21:24:15.148 INFO O| Feb 10 21:24:15.148 INFO STEP 482 (remove_files) COMPLETE
64572026-02-10T21:24:15.255Z[ recovery-image] Feb 10 21:24:15.148 INFO O| Feb 10 21:24:15.148 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582026-02-10T21:24:15.279Z[ recovery-image] Feb 10 21:24:15.161 INFO O| Feb 10 21:24:15.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
64592026-02-10T21:24:15.279Z[ recovery-image] Feb 10 21:24:15.162 INFO O| Feb 10 21:24:15.162 INFO STEP 483 (remove_files) COMPLETE
64602026-02-10T21:24:15.279Z[ recovery-image] Feb 10 21:24:15.162 INFO O| Feb 10 21:24:15.162 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612026-02-10T21:24:15.279Z[ recovery-image] Feb 10 21:24:15.176 INFO O| Feb 10 21:24:15.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
64622026-02-10T21:24:15.279Z[ recovery-image] Feb 10 21:24:15.176 INFO O| Feb 10 21:24:15.176 INFO STEP 484 (remove_files) COMPLETE
64632026-02-10T21:24:15.279Z[ recovery-image] Feb 10 21:24:15.176 INFO O| Feb 10 21:24:15.176 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642026-02-10T21:24:15.303Z[ recovery-image] Feb 10 21:24:15.190 INFO O| Feb 10 21:24:15.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
64652026-02-10T21:24:15.303Z[ recovery-image] Feb 10 21:24:15.191 INFO O| Feb 10 21:24:15.191 INFO STEP 485 (remove_files) COMPLETE
64662026-02-10T21:24:15.303Z[ recovery-image] Feb 10 21:24:15.191 INFO O| Feb 10 21:24:15.191 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672026-02-10T21:24:15.303Z[ recovery-image] Feb 10 21:24:15.204 INFO O| Feb 10 21:24:15.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
64682026-02-10T21:24:15.303Z[ recovery-image] Feb 10 21:24:15.204 INFO O| Feb 10 21:24:15.204 INFO STEP 486 (remove_files) COMPLETE
64692026-02-10T21:24:15.303Z[ recovery-image] Feb 10 21:24:15.204 INFO O| Feb 10 21:24:15.204 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702026-02-10T21:24:15.327Z[ recovery-image] Feb 10 21:24:15.218 INFO O| Feb 10 21:24:15.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
64712026-02-10T21:24:15.327Z[ recovery-image] Feb 10 21:24:15.218 INFO O| Feb 10 21:24:15.218 INFO STEP 487 (remove_files) COMPLETE
64722026-02-10T21:24:15.327Z[ recovery-image] Feb 10 21:24:15.218 INFO O| Feb 10 21:24:15.218 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732026-02-10T21:24:15.350Z[ recovery-image] Feb 10 21:24:15.235 INFO O| Feb 10 21:24:15.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
64742026-02-10T21:24:15.350Z[ recovery-image] Feb 10 21:24:15.235 INFO O| Feb 10 21:24:15.235 INFO STEP 488 (remove_files) COMPLETE
64752026-02-10T21:24:15.351Z[ recovery-image] Feb 10 21:24:15.235 INFO O| Feb 10 21:24:15.235 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762026-02-10T21:24:15.374Z[ recovery-image] Feb 10 21:24:15.255 INFO O| Feb 10 21:24:15.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
64772026-02-10T21:24:15.374Z[ recovery-image] Feb 10 21:24:15.255 INFO O| Feb 10 21:24:15.255 INFO STEP 489 (remove_files) COMPLETE
64782026-02-10T21:24:15.374Z[ recovery-image] Feb 10 21:24:15.255 INFO O| Feb 10 21:24:15.255 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792026-02-10T21:24:15.374Z[ recovery-image] Feb 10 21:24:15.271 INFO O| Feb 10 21:24:15.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
64802026-02-10T21:24:15.374Z[ recovery-image] Feb 10 21:24:15.271 INFO O| Feb 10 21:24:15.271 INFO STEP 490 (remove_files) COMPLETE
64812026-02-10T21:24:15.374Z[ recovery-image] Feb 10 21:24:15.272 INFO O| Feb 10 21:24:15.271 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822026-02-10T21:24:15.398Z[ recovery-image] Feb 10 21:24:15.288 INFO O| Feb 10 21:24:15.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
64832026-02-10T21:24:15.398Z[ recovery-image] Feb 10 21:24:15.288 INFO O| Feb 10 21:24:15.288 INFO STEP 491 (remove_files) COMPLETE
64842026-02-10T21:24:15.399Z[ recovery-image] Feb 10 21:24:15.288 INFO O| Feb 10 21:24:15.288 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852026-02-10T21:24:15.422Z[ recovery-image] Feb 10 21:24:15.307 INFO O| Feb 10 21:24:15.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
64862026-02-10T21:24:15.423Z[ recovery-image] Feb 10 21:24:15.307 INFO O| Feb 10 21:24:15.307 INFO STEP 492 (remove_files) COMPLETE
64872026-02-10T21:24:15.423Z[ recovery-image] Feb 10 21:24:15.307 INFO O| Feb 10 21:24:15.307 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882026-02-10T21:24:15.423Z[ recovery-image] Feb 10 21:24:15.323 INFO O| Feb 10 21:24:15.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
64892026-02-10T21:24:15.423Z[ recovery-image] Feb 10 21:24:15.323 INFO O| Feb 10 21:24:15.323 INFO STEP 493 (remove_files) COMPLETE
64902026-02-10T21:24:15.423Z[ recovery-image] Feb 10 21:24:15.323 INFO O| Feb 10 21:24:15.323 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912026-02-10T21:24:15.446Z[ recovery-image] Feb 10 21:24:15.338 INFO O| Feb 10 21:24:15.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
64922026-02-10T21:24:15.447Z[ recovery-image] Feb 10 21:24:15.338 INFO O| Feb 10 21:24:15.338 INFO STEP 494 (remove_files) COMPLETE
64932026-02-10T21:24:15.447Z[ recovery-image] Feb 10 21:24:15.339 INFO O| Feb 10 21:24:15.338 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942026-02-10T21:24:15.470Z[ recovery-image] Feb 10 21:24:15.356 INFO O| Feb 10 21:24:15.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
64952026-02-10T21:24:15.471Z[ recovery-image] Feb 10 21:24:15.356 INFO O| Feb 10 21:24:15.356 INFO STEP 495 (remove_files) COMPLETE
64962026-02-10T21:24:15.471Z[ recovery-image] Feb 10 21:24:15.356 INFO O| Feb 10 21:24:15.356 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972026-02-10T21:24:15.471Z[ recovery-image] Feb 10 21:24:15.372 INFO O| Feb 10 21:24:15.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
64982026-02-10T21:24:15.471Z[ recovery-image] Feb 10 21:24:15.373 INFO O| Feb 10 21:24:15.373 INFO STEP 496 (remove_files) COMPLETE
64992026-02-10T21:24:15.471Z[ recovery-image] Feb 10 21:24:15.373 INFO O| Feb 10 21:24:15.373 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002026-02-10T21:24:15.495Z[ recovery-image] Feb 10 21:24:15.390 INFO O| Feb 10 21:24:15.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
65012026-02-10T21:24:15.495Z[ recovery-image] Feb 10 21:24:15.390 INFO O| Feb 10 21:24:15.390 INFO STEP 497 (remove_files) COMPLETE
65022026-02-10T21:24:15.495Z[ recovery-image] Feb 10 21:24:15.390 INFO O| Feb 10 21:24:15.390 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032026-02-10T21:24:15.519Z[ recovery-image] Feb 10 21:24:15.407 INFO O| Feb 10 21:24:15.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
65042026-02-10T21:24:15.519Z[ recovery-image] Feb 10 21:24:15.407 INFO O| Feb 10 21:24:15.407 INFO STEP 498 (remove_files) COMPLETE
65052026-02-10T21:24:15.519Z[ recovery-image] Feb 10 21:24:15.407 INFO O| Feb 10 21:24:15.407 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062026-02-10T21:24:15.543Z[ recovery-image] Feb 10 21:24:15.423 INFO O| Feb 10 21:24:15.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
65072026-02-10T21:24:15.543Z[ recovery-image] Feb 10 21:24:15.424 INFO O| Feb 10 21:24:15.424 INFO STEP 499 (remove_files) COMPLETE
65082026-02-10T21:24:15.543Z[ recovery-image] Feb 10 21:24:15.424 INFO O| Feb 10 21:24:15.424 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092026-02-10T21:24:15.543Z[ recovery-image] Feb 10 21:24:15.440 INFO O| Feb 10 21:24:15.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
65102026-02-10T21:24:15.543Z[ recovery-image] Feb 10 21:24:15.440 INFO O| Feb 10 21:24:15.440 INFO STEP 500 (remove_files) COMPLETE
65112026-02-10T21:24:15.543Z[ recovery-image] Feb 10 21:24:15.440 INFO O| Feb 10 21:24:15.440 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122026-02-10T21:24:15.567Z[ recovery-image] Feb 10 21:24:15.454 INFO O| Feb 10 21:24:15.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
65132026-02-10T21:24:15.567Z[ recovery-image] Feb 10 21:24:15.454 INFO O| Feb 10 21:24:15.454 INFO STEP 501 (remove_files) COMPLETE
65142026-02-10T21:24:15.567Z[ recovery-image] Feb 10 21:24:15.454 INFO O| Feb 10 21:24:15.454 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152026-02-10T21:24:15.591Z[ recovery-image] Feb 10 21:24:15.473 INFO O| Feb 10 21:24:15.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
65162026-02-10T21:24:15.591Z[ recovery-image] Feb 10 21:24:15.474 INFO O| Feb 10 21:24:15.474 INFO STEP 502 (remove_files) COMPLETE
65172026-02-10T21:24:15.591Z[ recovery-image] Feb 10 21:24:15.474 INFO O| Feb 10 21:24:15.474 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182026-02-10T21:24:15.591Z[ recovery-image] Feb 10 21:24:15.492 INFO O| Feb 10 21:24:15.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
65192026-02-10T21:24:15.591Z[ recovery-image] Feb 10 21:24:15.493 INFO O| Feb 10 21:24:15.493 INFO STEP 503 (remove_files) COMPLETE
65202026-02-10T21:24:15.591Z[ recovery-image] Feb 10 21:24:15.493 INFO O| Feb 10 21:24:15.493 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212026-02-10T21:24:15.615Z[ recovery-image] Feb 10 21:24:15.508 INFO O| Feb 10 21:24:15.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
65222026-02-10T21:24:15.615Z[ recovery-image] Feb 10 21:24:15.508 INFO O| Feb 10 21:24:15.508 INFO STEP 504 (remove_files) COMPLETE
65232026-02-10T21:24:15.615Z[ recovery-image] Feb 10 21:24:15.508 INFO O| Feb 10 21:24:15.508 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242026-02-10T21:24:15.640Z[ recovery-image] Feb 10 21:24:15.523 INFO O| Feb 10 21:24:15.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
65252026-02-10T21:24:15.640Z[ recovery-image] Feb 10 21:24:15.524 INFO O| Feb 10 21:24:15.524 INFO STEP 505 (remove_files) COMPLETE
65262026-02-10T21:24:15.640Z[ recovery-image] Feb 10 21:24:15.524 INFO O| Feb 10 21:24:15.524 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272026-02-10T21:24:15.640Z[ recovery-image] Feb 10 21:24:15.539 INFO O| Feb 10 21:24:15.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
65282026-02-10T21:24:15.640Z[ recovery-image] Feb 10 21:24:15.539 INFO O| Feb 10 21:24:15.539 INFO STEP 506 (remove_files) COMPLETE
65292026-02-10T21:24:15.640Z[ recovery-image] Feb 10 21:24:15.539 INFO O| Feb 10 21:24:15.539 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302026-02-10T21:24:15.664Z[ recovery-image] Feb 10 21:24:15.553 INFO O| Feb 10 21:24:15.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
65312026-02-10T21:24:15.664Z[ recovery-image] Feb 10 21:24:15.554 INFO O| Feb 10 21:24:15.554 INFO STEP 507 (remove_files) COMPLETE
65322026-02-10T21:24:15.664Z[ recovery-image] Feb 10 21:24:15.554 INFO O| Feb 10 21:24:15.554 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332026-02-10T21:24:15.688Z[ recovery-image] Feb 10 21:24:15.572 INFO O| Feb 10 21:24:15.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
65342026-02-10T21:24:15.688Z[ recovery-image] Feb 10 21:24:15.572 INFO O| Feb 10 21:24:15.572 INFO STEP 508 (remove_files) COMPLETE
65352026-02-10T21:24:15.688Z[ recovery-image] Feb 10 21:24:15.572 INFO O| Feb 10 21:24:15.572 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362026-02-10T21:24:15.688Z[ recovery-image] Feb 10 21:24:15.589 INFO O| Feb 10 21:24:15.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
65372026-02-10T21:24:15.688Z[ recovery-image] Feb 10 21:24:15.590 INFO O| Feb 10 21:24:15.590 INFO STEP 509 (remove_files) COMPLETE
65382026-02-10T21:24:15.688Z[ recovery-image] Feb 10 21:24:15.590 INFO O| Feb 10 21:24:15.590 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392026-02-10T21:24:15.712Z[ recovery-image] Feb 10 21:24:15.607 INFO O| Feb 10 21:24:15.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
65402026-02-10T21:24:15.712Z[ recovery-image] Feb 10 21:24:15.607 INFO O| Feb 10 21:24:15.607 INFO STEP 510 (remove_files) COMPLETE
65412026-02-10T21:24:15.712Z[ recovery-image] Feb 10 21:24:15.607 INFO O| Feb 10 21:24:15.607 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422026-02-10T21:24:15.736Z[ recovery-image] Feb 10 21:24:15.625 INFO O| Feb 10 21:24:15.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
65432026-02-10T21:24:15.761Z[ recovery-image] Feb 10 21:24:15.647 INFO O| Feb 10 21:24:15.647 INFO STEP 511 (remove_files) COMPLETE
65442026-02-10T21:24:15.761Z[ recovery-image] Feb 10 21:24:15.647 INFO O| Feb 10 21:24:15.647 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452026-02-10T21:24:15.761Z[ recovery-image] Feb 10 21:24:15.662 INFO O| Feb 10 21:24:15.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
65462026-02-10T21:24:15.761Z[ recovery-image] Feb 10 21:24:15.662 INFO O| Feb 10 21:24:15.662 INFO STEP 512 (remove_files) COMPLETE
65472026-02-10T21:24:15.761Z[ recovery-image] Feb 10 21:24:15.662 INFO O| Feb 10 21:24:15.662 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482026-02-10T21:24:15.785Z[ recovery-image] Feb 10 21:24:15.674 INFO O| Feb 10 21:24:15.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
65492026-02-10T21:24:15.785Z[ recovery-image] Feb 10 21:24:15.674 INFO O| Feb 10 21:24:15.674 INFO STEP 513 (remove_files) COMPLETE
65502026-02-10T21:24:15.785Z[ recovery-image] Feb 10 21:24:15.675 INFO O| Feb 10 21:24:15.674 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512026-02-10T21:24:15.785Z[ recovery-image] Feb 10 21:24:15.687 INFO O| Feb 10 21:24:15.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
65522026-02-10T21:24:15.785Z[ recovery-image] Feb 10 21:24:15.687 INFO O| Feb 10 21:24:15.687 INFO STEP 514 (remove_files) COMPLETE
65532026-02-10T21:24:15.785Z[ recovery-image] Feb 10 21:24:15.687 INFO O| Feb 10 21:24:15.687 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542026-02-10T21:24:15.809Z[ recovery-image] Feb 10 21:24:15.699 INFO O| Feb 10 21:24:15.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
65552026-02-10T21:24:15.809Z[ recovery-image] Feb 10 21:24:15.700 INFO O| Feb 10 21:24:15.700 INFO STEP 515 (remove_files) COMPLETE
65562026-02-10T21:24:15.809Z[ recovery-image] Feb 10 21:24:15.700 INFO O| Feb 10 21:24:15.700 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572026-02-10T21:24:15.809Z[ recovery-image] Feb 10 21:24:15.712 INFO O| Feb 10 21:24:15.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
65582026-02-10T21:24:15.809Z[ recovery-image] Feb 10 21:24:15.712 INFO O| Feb 10 21:24:15.712 INFO STEP 516 (remove_files) COMPLETE
65592026-02-10T21:24:15.809Z[ recovery-image] Feb 10 21:24:15.712 INFO O| Feb 10 21:24:15.712 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602026-02-10T21:24:15.834Z[ recovery-image] Feb 10 21:24:15.725 INFO O| Feb 10 21:24:15.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
65612026-02-10T21:24:15.834Z[ recovery-image] Feb 10 21:24:15.725 INFO O| Feb 10 21:24:15.725 INFO STEP 517 (remove_files) COMPLETE
65622026-02-10T21:24:15.834Z[ recovery-image] Feb 10 21:24:15.725 INFO O| Feb 10 21:24:15.725 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632026-02-10T21:24:15.858Z[ recovery-image] Feb 10 21:24:15.737 INFO O| Feb 10 21:24:15.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
65642026-02-10T21:24:15.858Z[ recovery-image] Feb 10 21:24:15.737 INFO O| Feb 10 21:24:15.737 INFO STEP 518 (remove_files) COMPLETE
65652026-02-10T21:24:15.858Z[ recovery-image] Feb 10 21:24:15.737 INFO O| Feb 10 21:24:15.737 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662026-02-10T21:24:15.858Z[ recovery-image] Feb 10 21:24:15.751 INFO O| Feb 10 21:24:15.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
65672026-02-10T21:24:15.858Z[ recovery-image] Feb 10 21:24:15.751 INFO O| Feb 10 21:24:15.751 INFO STEP 519 (remove_files) COMPLETE
65682026-02-10T21:24:15.858Z[ recovery-image] Feb 10 21:24:15.751 INFO O| Feb 10 21:24:15.751 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692026-02-10T21:24:15.883Z[ recovery-image] Feb 10 21:24:15.776 INFO O| Feb 10 21:24:15.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
65702026-02-10T21:24:15.883Z[ recovery-image] Feb 10 21:24:15.776 INFO O| Feb 10 21:24:15.776 INFO STEP 520 (remove_files) COMPLETE
65712026-02-10T21:24:15.883Z[ recovery-image] Feb 10 21:24:15.776 INFO O| Feb 10 21:24:15.776 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722026-02-10T21:24:15.906Z[ recovery-image] Feb 10 21:24:15.793 INFO O| Feb 10 21:24:15.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
65732026-02-10T21:24:15.906Z[ recovery-image] Feb 10 21:24:15.793 INFO O| Feb 10 21:24:15.793 INFO STEP 521 (remove_files) COMPLETE
65742026-02-10T21:24:15.906Z[ recovery-image] Feb 10 21:24:15.794 INFO O| Feb 10 21:24:15.793 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752026-02-10T21:24:15.930Z[ recovery-image] Feb 10 21:24:15.817 INFO O| Feb 10 21:24:15.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
65762026-02-10T21:24:15.930Z[ recovery-image] Feb 10 21:24:15.817 INFO O| Feb 10 21:24:15.817 INFO STEP 522 (remove_files) COMPLETE
65772026-02-10T21:24:15.930Z[ recovery-image] Feb 10 21:24:15.817 INFO O| Feb 10 21:24:15.817 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782026-02-10T21:24:15.954Z[ recovery-image] Feb 10 21:24:15.838 INFO O| Feb 10 21:24:15.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
65792026-02-10T21:24:15.954Z[ recovery-image] Feb 10 21:24:15.838 INFO O| Feb 10 21:24:15.838 INFO STEP 523 (remove_files) COMPLETE
65802026-02-10T21:24:15.954Z[ recovery-image] Feb 10 21:24:15.838 INFO O| Feb 10 21:24:15.838 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812026-02-10T21:24:15.954Z[ recovery-image] Feb 10 21:24:15.856 INFO O| Feb 10 21:24:15.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
65822026-02-10T21:24:15.954Z[ recovery-image] Feb 10 21:24:15.856 INFO O| Feb 10 21:24:15.856 INFO STEP 524 (remove_files) COMPLETE
65832026-02-10T21:24:15.954Z[ recovery-image] Feb 10 21:24:15.856 INFO O| Feb 10 21:24:15.856 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842026-02-10T21:24:15.978Z[ recovery-image] Feb 10 21:24:15.874 INFO O| Feb 10 21:24:15.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
65852026-02-10T21:24:15.978Z[ recovery-image] Feb 10 21:24:15.874 INFO O| Feb 10 21:24:15.874 INFO STEP 525 (remove_files) COMPLETE
65862026-02-10T21:24:15.978Z[ recovery-image] Feb 10 21:24:15.874 INFO O| Feb 10 21:24:15.874 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872026-02-10T21:24:16.003Z[ recovery-image] Feb 10 21:24:15.897 INFO O| Feb 10 21:24:15.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
65882026-02-10T21:24:16.003Z[ recovery-image] Feb 10 21:24:15.897 INFO O| Feb 10 21:24:15.897 INFO STEP 526 (remove_files) COMPLETE
65892026-02-10T21:24:16.003Z[ recovery-image] Feb 10 21:24:15.897 INFO O| Feb 10 21:24:15.897 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902026-02-10T21:24:16.027Z[ recovery-image] Feb 10 21:24:15.915 INFO O| Feb 10 21:24:15.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
65912026-02-10T21:24:16.027Z[ recovery-image] Feb 10 21:24:15.916 INFO O| Feb 10 21:24:15.916 INFO STEP 527 (remove_files) COMPLETE
65922026-02-10T21:24:16.027Z[ recovery-image] Feb 10 21:24:15.916 INFO O| Feb 10 21:24:15.916 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932026-02-10T21:24:16.051Z[ recovery-image] Feb 10 21:24:15.934 INFO O| Feb 10 21:24:15.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
65942026-02-10T21:24:16.051Z[ recovery-image] Feb 10 21:24:15.934 INFO O| Feb 10 21:24:15.934 INFO STEP 528 (remove_files) COMPLETE
65952026-02-10T21:24:16.051Z[ recovery-image] Feb 10 21:24:15.934 INFO O| Feb 10 21:24:15.934 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962026-02-10T21:24:16.051Z[ recovery-image] Feb 10 21:24:15.951 INFO O| Feb 10 21:24:15.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
65972026-02-10T21:24:16.051Z[ recovery-image] Feb 10 21:24:15.951 INFO O| Feb 10 21:24:15.951 INFO STEP 529 (remove_files) COMPLETE
65982026-02-10T21:24:16.051Z[ recovery-image] Feb 10 21:24:15.951 INFO O| Feb 10 21:24:15.951 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992026-02-10T21:24:16.075Z[ recovery-image] Feb 10 21:24:15.967 INFO O| Feb 10 21:24:15.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
66002026-02-10T21:24:16.075Z[ recovery-image] Feb 10 21:24:15.967 INFO O| Feb 10 21:24:15.967 INFO STEP 530 (remove_files) COMPLETE
66012026-02-10T21:24:16.075Z[ recovery-image] Feb 10 21:24:15.967 INFO O| Feb 10 21:24:15.967 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022026-02-10T21:24:16.099Z[ recovery-image] Feb 10 21:24:15.984 INFO O| Feb 10 21:24:15.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
66032026-02-10T21:24:16.099Z[ recovery-image] Feb 10 21:24:15.985 INFO O| Feb 10 21:24:15.984 INFO STEP 531 (remove_files) COMPLETE
66042026-02-10T21:24:16.099Z[ recovery-image] Feb 10 21:24:15.985 INFO O| Feb 10 21:24:15.985 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052026-02-10T21:24:16.099Z[ recovery-image] Feb 10 21:24:16.002 INFO O| Feb 10 21:24:16.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
66062026-02-10T21:24:16.099Z[ recovery-image] Feb 10 21:24:16.002 INFO O| Feb 10 21:24:16.002 INFO STEP 532 (remove_files) COMPLETE
66072026-02-10T21:24:16.099Z[ recovery-image] Feb 10 21:24:16.002 INFO O| Feb 10 21:24:16.002 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082026-02-10T21:24:16.124Z[ recovery-image] Feb 10 21:24:16.021 INFO O| Feb 10 21:24:16.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
66092026-02-10T21:24:16.125Z[ recovery-image] Feb 10 21:24:16.021 INFO O| Feb 10 21:24:16.021 INFO STEP 533 (remove_files) COMPLETE
66102026-02-10T21:24:16.125Z[ recovery-image] Feb 10 21:24:16.021 INFO O| Feb 10 21:24:16.021 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112026-02-10T21:24:16.150Z[ recovery-image] Feb 10 21:24:16.037 INFO O| Feb 10 21:24:16.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
66122026-02-10T21:24:16.150Z[ recovery-image] Feb 10 21:24:16.037 INFO O| Feb 10 21:24:16.037 INFO STEP 534 (remove_files) COMPLETE
66132026-02-10T21:24:16.150Z[ recovery-image] Feb 10 21:24:16.037 INFO O| Feb 10 21:24:16.037 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142026-02-10T21:24:16.150Z[ recovery-image] Feb 10 21:24:16.051 INFO O| Feb 10 21:24:16.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
66152026-02-10T21:24:16.150Z[ recovery-image] Feb 10 21:24:16.051 INFO O| Feb 10 21:24:16.051 INFO STEP 535 (remove_files) COMPLETE
66162026-02-10T21:24:16.150Z[ recovery-image] Feb 10 21:24:16.051 INFO O| Feb 10 21:24:16.051 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172026-02-10T21:24:16.176Z[ recovery-image] Feb 10 21:24:16.066 INFO O| Feb 10 21:24:16.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
66182026-02-10T21:24:16.176Z[ recovery-image] Feb 10 21:24:16.066 INFO O| Feb 10 21:24:16.066 INFO STEP 536 (remove_files) COMPLETE
66192026-02-10T21:24:16.176Z[ recovery-image] Feb 10 21:24:16.066 INFO O| Feb 10 21:24:16.066 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202026-02-10T21:24:16.200Z[ recovery-image] Feb 10 21:24:16.085 INFO O| Feb 10 21:24:16.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
66212026-02-10T21:24:16.200Z[ recovery-image] Feb 10 21:24:16.085 INFO O| Feb 10 21:24:16.085 INFO STEP 537 (remove_files) COMPLETE
66222026-02-10T21:24:16.201Z[ recovery-image] Feb 10 21:24:16.085 INFO O| Feb 10 21:24:16.085 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232026-02-10T21:24:16.201Z[ recovery-image] Feb 10 21:24:16.101 INFO O| Feb 10 21:24:16.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
66242026-02-10T21:24:16.201Z[ recovery-image] Feb 10 21:24:16.101 INFO O| Feb 10 21:24:16.101 INFO STEP 538 (remove_files) COMPLETE
66252026-02-10T21:24:16.201Z[ recovery-image] Feb 10 21:24:16.101 INFO O| Feb 10 21:24:16.101 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262026-02-10T21:24:16.228Z[ recovery-image] Feb 10 21:24:16.119 INFO O| Feb 10 21:24:16.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
66272026-02-10T21:24:16.228Z[ recovery-image] Feb 10 21:24:16.120 INFO O| Feb 10 21:24:16.119 INFO STEP 539 (remove_files) COMPLETE
66282026-02-10T21:24:16.228Z[ recovery-image] Feb 10 21:24:16.120 INFO O| Feb 10 21:24:16.119 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292026-02-10T21:24:16.253Z[ recovery-image] Feb 10 21:24:16.138 INFO O| Feb 10 21:24:16.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
66302026-02-10T21:24:16.253Z[ recovery-image] Feb 10 21:24:16.139 INFO O| Feb 10 21:24:16.138 INFO STEP 540 (remove_files) COMPLETE
66312026-02-10T21:24:16.253Z[ recovery-image] Feb 10 21:24:16.139 INFO O| Feb 10 21:24:16.139 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322026-02-10T21:24:16.278Z[ recovery-image] Feb 10 21:24:16.159 INFO O| Feb 10 21:24:16.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
66332026-02-10T21:24:16.278Z[ recovery-image] Feb 10 21:24:16.159 INFO O| Feb 10 21:24:16.159 INFO STEP 541 (remove_files) COMPLETE
66342026-02-10T21:24:16.278Z[ recovery-image] Feb 10 21:24:16.159 INFO O| Feb 10 21:24:16.159 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352026-02-10T21:24:16.278Z[ recovery-image] Feb 10 21:24:16.175 INFO O| Feb 10 21:24:16.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
66362026-02-10T21:24:16.278Z[ recovery-image] Feb 10 21:24:16.175 INFO O| Feb 10 21:24:16.175 INFO STEP 542 (remove_files) COMPLETE
66372026-02-10T21:24:16.278Z[ recovery-image] Feb 10 21:24:16.175 INFO O| Feb 10 21:24:16.175 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382026-02-10T21:24:16.302Z[ recovery-image] Feb 10 21:24:16.190 INFO O| Feb 10 21:24:16.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
66392026-02-10T21:24:16.302Z[ recovery-image] Feb 10 21:24:16.190 INFO O| Feb 10 21:24:16.190 INFO STEP 543 (remove_files) COMPLETE
66402026-02-10T21:24:16.302Z[ recovery-image] Feb 10 21:24:16.190 INFO O| Feb 10 21:24:16.190 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412026-02-10T21:24:16.302Z[ recovery-image] Feb 10 21:24:16.204 INFO O| Feb 10 21:24:16.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
66422026-02-10T21:24:16.302Z[ recovery-image] Feb 10 21:24:16.204 INFO O| Feb 10 21:24:16.204 INFO STEP 544 (remove_files) COMPLETE
66432026-02-10T21:24:16.302Z[ recovery-image] Feb 10 21:24:16.204 INFO O| Feb 10 21:24:16.204 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442026-02-10T21:24:16.327Z[ recovery-image] Feb 10 21:24:16.225 INFO O| Feb 10 21:24:16.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
66452026-02-10T21:24:16.327Z[ recovery-image] Feb 10 21:24:16.225 INFO O| Feb 10 21:24:16.225 INFO STEP 545 (remove_files) COMPLETE
66462026-02-10T21:24:16.327Z[ recovery-image] Feb 10 21:24:16.226 INFO O| Feb 10 21:24:16.225 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472026-02-10T21:24:16.351Z[ recovery-image] Feb 10 21:24:16.241 INFO O| Feb 10 21:24:16.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
66482026-02-10T21:24:16.351Z[ recovery-image] Feb 10 21:24:16.241 INFO O| Feb 10 21:24:16.241 INFO STEP 546 (remove_files) COMPLETE
66492026-02-10T21:24:16.351Z[ recovery-image] Feb 10 21:24:16.241 INFO O| Feb 10 21:24:16.241 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502026-02-10T21:24:16.375Z[ recovery-image] Feb 10 21:24:16.255 INFO O| Feb 10 21:24:16.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
66512026-02-10T21:24:16.375Z[ recovery-image] Feb 10 21:24:16.255 INFO O| Feb 10 21:24:16.255 INFO STEP 547 (remove_files) COMPLETE
66522026-02-10T21:24:16.375Z[ recovery-image] Feb 10 21:24:16.255 INFO O| Feb 10 21:24:16.255 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532026-02-10T21:24:16.375Z[ recovery-image] Feb 10 21:24:16.270 INFO O| Feb 10 21:24:16.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
66542026-02-10T21:24:16.375Z[ recovery-image] Feb 10 21:24:16.270 INFO O| Feb 10 21:24:16.270 INFO STEP 548 (remove_files) COMPLETE
66552026-02-10T21:24:16.375Z[ recovery-image] Feb 10 21:24:16.270 INFO O| Feb 10 21:24:16.270 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562026-02-10T21:24:16.400Z[ recovery-image] Feb 10 21:24:16.284 INFO O| Feb 10 21:24:16.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
66572026-02-10T21:24:16.400Z[ recovery-image] Feb 10 21:24:16.285 INFO O| Feb 10 21:24:16.285 INFO STEP 549 (remove_files) COMPLETE
66582026-02-10T21:24:16.400Z[ recovery-image] Feb 10 21:24:16.285 INFO O| Feb 10 21:24:16.285 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592026-02-10T21:24:16.400Z[ recovery-image] Feb 10 21:24:16.298 INFO O| Feb 10 21:24:16.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
66602026-02-10T21:24:16.400Z[ recovery-image] Feb 10 21:24:16.298 INFO O| Feb 10 21:24:16.298 INFO STEP 550 (remove_files) COMPLETE
66612026-02-10T21:24:16.400Z[ recovery-image] Feb 10 21:24:16.298 INFO O| Feb 10 21:24:16.298 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622026-02-10T21:24:16.424Z[ recovery-image] Feb 10 21:24:16.312 INFO O| Feb 10 21:24:16.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
66632026-02-10T21:24:16.424Z[ recovery-image] Feb 10 21:24:16.312 INFO O| Feb 10 21:24:16.312 INFO STEP 551 (remove_files) COMPLETE
66642026-02-10T21:24:16.424Z[ recovery-image] Feb 10 21:24:16.312 INFO O| Feb 10 21:24:16.312 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652026-02-10T21:24:16.424Z[ recovery-image] Feb 10 21:24:16.326 INFO O| Feb 10 21:24:16.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
66662026-02-10T21:24:16.424Z[ recovery-image] Feb 10 21:24:16.326 INFO O| Feb 10 21:24:16.326 INFO STEP 552 (remove_files) COMPLETE
66672026-02-10T21:24:16.424Z[ recovery-image] Feb 10 21:24:16.326 INFO O| Feb 10 21:24:16.326 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682026-02-10T21:24:16.449Z[ recovery-image] Feb 10 21:24:16.342 INFO O| Feb 10 21:24:16.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
66692026-02-10T21:24:16.449Z[ recovery-image] Feb 10 21:24:16.342 INFO O| Feb 10 21:24:16.342 INFO STEP 553 (remove_files) COMPLETE
66702026-02-10T21:24:16.449Z[ recovery-image] Feb 10 21:24:16.342 INFO O| Feb 10 21:24:16.342 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712026-02-10T21:24:16.473Z[ recovery-image] Feb 10 21:24:16.359 INFO O| Feb 10 21:24:16.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
66722026-02-10T21:24:16.473Z[ recovery-image] Feb 10 21:24:16.360 INFO O| Feb 10 21:24:16.360 INFO STEP 554 (remove_files) COMPLETE
66732026-02-10T21:24:16.473Z[ recovery-image] Feb 10 21:24:16.360 INFO O| Feb 10 21:24:16.360 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742026-02-10T21:24:16.473Z[ recovery-image] Feb 10 21:24:16.373 INFO O| Feb 10 21:24:16.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
66752026-02-10T21:24:16.473Z[ recovery-image] Feb 10 21:24:16.373 INFO O| Feb 10 21:24:16.373 INFO STEP 555 (remove_files) COMPLETE
66762026-02-10T21:24:16.473Z[ recovery-image] Feb 10 21:24:16.373 INFO O| Feb 10 21:24:16.373 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772026-02-10T21:24:16.498Z[ recovery-image] Feb 10 21:24:16.387 INFO O| Feb 10 21:24:16.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
66782026-02-10T21:24:16.498Z[ recovery-image] Feb 10 21:24:16.387 INFO O| Feb 10 21:24:16.387 INFO STEP 556 (remove_files) COMPLETE
66792026-02-10T21:24:16.498Z[ recovery-image] Feb 10 21:24:16.387 INFO O| Feb 10 21:24:16.387 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802026-02-10T21:24:16.498Z[ recovery-image] Feb 10 21:24:16.401 INFO O| Feb 10 21:24:16.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
66812026-02-10T21:24:16.498Z[ recovery-image] Feb 10 21:24:16.401 INFO O| Feb 10 21:24:16.401 INFO STEP 557 (remove_files) COMPLETE
66822026-02-10T21:24:16.498Z[ recovery-image] Feb 10 21:24:16.401 INFO O| Feb 10 21:24:16.401 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832026-02-10T21:24:16.522Z[ recovery-image] Feb 10 21:24:16.414 INFO O| Feb 10 21:24:16.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
66842026-02-10T21:24:16.522Z[ recovery-image] Feb 10 21:24:16.414 INFO O| Feb 10 21:24:16.414 INFO STEP 558 (remove_files) COMPLETE
66852026-02-10T21:24:16.522Z[ recovery-image] Feb 10 21:24:16.414 INFO O| Feb 10 21:24:16.414 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862026-02-10T21:24:16.546Z[ recovery-image] Feb 10 21:24:16.439 INFO O| Feb 10 21:24:16.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
66872026-02-10T21:24:16.547Z[ recovery-image] Feb 10 21:24:16.439 INFO O| Feb 10 21:24:16.439 INFO STEP 559 (remove_files) COMPLETE
66882026-02-10T21:24:16.547Z[ recovery-image] Feb 10 21:24:16.440 INFO O| Feb 10 21:24:16.439 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892026-02-10T21:24:16.571Z[ recovery-image] Feb 10 21:24:16.463 INFO O| Feb 10 21:24:16.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
66902026-02-10T21:24:16.571Z[ recovery-image] Feb 10 21:24:16.463 INFO O| Feb 10 21:24:16.463 INFO STEP 560 (remove_files) COMPLETE
66912026-02-10T21:24:16.571Z[ recovery-image] Feb 10 21:24:16.463 INFO O| Feb 10 21:24:16.463 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922026-02-10T21:24:16.595Z[ recovery-image] Feb 10 21:24:16.486 INFO O| Feb 10 21:24:16.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
66932026-02-10T21:24:16.595Z[ recovery-image] Feb 10 21:24:16.487 INFO O| Feb 10 21:24:16.487 INFO STEP 561 (remove_files) COMPLETE
66942026-02-10T21:24:16.595Z[ recovery-image] Feb 10 21:24:16.487 INFO O| Feb 10 21:24:16.487 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952026-02-10T21:24:16.619Z[ recovery-image] Feb 10 21:24:16.506 INFO O| Feb 10 21:24:16.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
66962026-02-10T21:24:16.619Z[ recovery-image] Feb 10 21:24:16.506 INFO O| Feb 10 21:24:16.506 INFO STEP 562 (remove_files) COMPLETE
66972026-02-10T21:24:16.620Z[ recovery-image] Feb 10 21:24:16.506 INFO O| Feb 10 21:24:16.506 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982026-02-10T21:24:16.620Z[ recovery-image] Feb 10 21:24:16.521 INFO O| Feb 10 21:24:16.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
66992026-02-10T21:24:16.643Z[ recovery-image] Feb 10 21:24:16.533 INFO O| Feb 10 21:24:16.533 INFO STEP 563 (remove_files) COMPLETE
67002026-02-10T21:24:16.643Z[ recovery-image] Feb 10 21:24:16.533 INFO O| Feb 10 21:24:16.533 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012026-02-10T21:24:16.668Z[ recovery-image] Feb 10 21:24:16.554 INFO O| Feb 10 21:24:16.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
67022026-02-10T21:24:16.668Z[ recovery-image] Feb 10 21:24:16.554 INFO O| Feb 10 21:24:16.554 INFO STEP 564 (remove_files) COMPLETE
67032026-02-10T21:24:16.668Z[ recovery-image] Feb 10 21:24:16.554 INFO O| Feb 10 21:24:16.554 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042026-02-10T21:24:16.692Z[ recovery-image] Feb 10 21:24:16.574 INFO O| Feb 10 21:24:16.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
67052026-02-10T21:24:16.692Z[ recovery-image] Feb 10 21:24:16.574 INFO O| Feb 10 21:24:16.574 INFO STEP 565 (remove_files) COMPLETE
67062026-02-10T21:24:16.692Z[ recovery-image] Feb 10 21:24:16.574 INFO O| Feb 10 21:24:16.574 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072026-02-10T21:24:16.692Z[ recovery-image] Feb 10 21:24:16.593 INFO O| Feb 10 21:24:16.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
67082026-02-10T21:24:16.692Z[ recovery-image] Feb 10 21:24:16.594 INFO O| Feb 10 21:24:16.594 INFO STEP 566 (remove_files) COMPLETE
67092026-02-10T21:24:16.692Z[ recovery-image] Feb 10 21:24:16.594 INFO O| Feb 10 21:24:16.594 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102026-02-10T21:24:16.724Z[ recovery-image] Feb 10 21:24:16.627 INFO O| Feb 10 21:24:16.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
67112026-02-10T21:24:16.724Z[ recovery-image] Feb 10 21:24:16.628 INFO O| Feb 10 21:24:16.628 INFO STEP 567 (remove_files) COMPLETE
67122026-02-10T21:24:16.748Z[ recovery-image] Feb 10 21:24:16.628 INFO O| Feb 10 21:24:16.628 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132026-02-10T21:24:16.748Z[ recovery-image] Feb 10 21:24:16.643 INFO O| Feb 10 21:24:16.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
67142026-02-10T21:24:16.748Z[ recovery-image] Feb 10 21:24:16.644 INFO O| Feb 10 21:24:16.644 INFO STEP 568 (remove_files) COMPLETE
67152026-02-10T21:24:16.748Z[ recovery-image] Feb 10 21:24:16.644 INFO O| Feb 10 21:24:16.644 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162026-02-10T21:24:16.772Z[ recovery-image] Feb 10 21:24:16.659 INFO O| Feb 10 21:24:16.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
67172026-02-10T21:24:16.772Z[ recovery-image] Feb 10 21:24:16.659 INFO O| Feb 10 21:24:16.659 INFO STEP 569 (remove_files) COMPLETE
67182026-02-10T21:24:16.772Z[ recovery-image] Feb 10 21:24:16.659 INFO O| Feb 10 21:24:16.659 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192026-02-10T21:24:16.796Z[ recovery-image] Feb 10 21:24:16.688 INFO O| Feb 10 21:24:16.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
67202026-02-10T21:24:16.796Z[ recovery-image] Feb 10 21:24:16.688 INFO O| Feb 10 21:24:16.688 INFO STEP 570 (remove_files) COMPLETE
67212026-02-10T21:24:16.796Z[ recovery-image] Feb 10 21:24:16.688 INFO O| Feb 10 21:24:16.688 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222026-02-10T21:24:16.820Z[ recovery-image] Feb 10 21:24:16.723 INFO O| Feb 10 21:24:16.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
67232026-02-10T21:24:16.844Z[ recovery-image] Feb 10 21:24:16.724 INFO O| Feb 10 21:24:16.724 INFO STEP 571 (remove_files) COMPLETE
67242026-02-10T21:24:16.844Z[ recovery-image] Feb 10 21:24:16.724 INFO O| Feb 10 21:24:16.724 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252026-02-10T21:24:16.844Z[ recovery-image] Feb 10 21:24:16.741 INFO O| Feb 10 21:24:16.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
67262026-02-10T21:24:16.844Z[ recovery-image] Feb 10 21:24:16.741 INFO O| Feb 10 21:24:16.741 INFO STEP 572 (remove_files) COMPLETE
67272026-02-10T21:24:16.844Z[ recovery-image] Feb 10 21:24:16.741 INFO O| Feb 10 21:24:16.741 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282026-02-10T21:24:16.868Z[ recovery-image] Feb 10 21:24:16.759 INFO O| Feb 10 21:24:16.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
67292026-02-10T21:24:16.868Z[ recovery-image] Feb 10 21:24:16.759 INFO O| Feb 10 21:24:16.759 INFO STEP 573 (remove_files) COMPLETE
67302026-02-10T21:24:16.868Z[ recovery-image] Feb 10 21:24:16.759 INFO O| Feb 10 21:24:16.759 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312026-02-10T21:24:16.895Z[ recovery-image] Feb 10 21:24:16.774 INFO O| Feb 10 21:24:16.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
67322026-02-10T21:24:16.895Z[ recovery-image] Feb 10 21:24:16.774 INFO O| Feb 10 21:24:16.774 INFO STEP 574 (remove_files) COMPLETE
67332026-02-10T21:24:16.895Z[ recovery-image] Feb 10 21:24:16.774 INFO O| Feb 10 21:24:16.774 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342026-02-10T21:24:16.895Z[ recovery-image] Feb 10 21:24:16.791 INFO O| Feb 10 21:24:16.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
67352026-02-10T21:24:16.895Z[ recovery-image] Feb 10 21:24:16.791 INFO O| Feb 10 21:24:16.791 INFO STEP 575 (remove_files) COMPLETE
67362026-02-10T21:24:16.895Z[ recovery-image] Feb 10 21:24:16.791 INFO O| Feb 10 21:24:16.791 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372026-02-10T21:24:16.919Z[ recovery-image] Feb 10 21:24:16.809 INFO O| Feb 10 21:24:16.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
67382026-02-10T21:24:16.919Z[ recovery-image] Feb 10 21:24:16.809 INFO O| Feb 10 21:24:16.809 INFO STEP 576 (remove_files) COMPLETE
67392026-02-10T21:24:16.920Z[ recovery-image] Feb 10 21:24:16.809 INFO O| Feb 10 21:24:16.809 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402026-02-10T21:24:16.944Z[ recovery-image] Feb 10 21:24:16.827 INFO O| Feb 10 21:24:16.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
67412026-02-10T21:24:16.944Z[ recovery-image] Feb 10 21:24:16.827 INFO O| Feb 10 21:24:16.827 INFO STEP 577 (remove_files) COMPLETE
67422026-02-10T21:24:16.944Z[ recovery-image] Feb 10 21:24:16.827 INFO O| Feb 10 21:24:16.827 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432026-02-10T21:24:16.944Z[ recovery-image] Feb 10 21:24:16.841 INFO O| Feb 10 21:24:16.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
67442026-02-10T21:24:16.944Z[ recovery-image] Feb 10 21:24:16.841 INFO O| Feb 10 21:24:16.841 INFO STEP 578 (remove_files) COMPLETE
67452026-02-10T21:24:16.944Z[ recovery-image] Feb 10 21:24:16.841 INFO O| Feb 10 21:24:16.841 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462026-02-10T21:24:16.968Z[ recovery-image] Feb 10 21:24:16.855 INFO O| Feb 10 21:24:16.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
67472026-02-10T21:24:16.969Z[ recovery-image] Feb 10 21:24:16.855 INFO O| Feb 10 21:24:16.855 INFO STEP 579 (remove_files) COMPLETE
67482026-02-10T21:24:16.969Z[ recovery-image] Feb 10 21:24:16.855 INFO O| Feb 10 21:24:16.855 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492026-02-10T21:24:16.969Z[ recovery-image] Feb 10 21:24:16.869 INFO O| Feb 10 21:24:16.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
67502026-02-10T21:24:16.969Z[ recovery-image] Feb 10 21:24:16.869 INFO O| Feb 10 21:24:16.869 INFO STEP 580 (remove_files) COMPLETE
67512026-02-10T21:24:16.969Z[ recovery-image] Feb 10 21:24:16.869 INFO O| Feb 10 21:24:16.869 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522026-02-10T21:24:16.994Z[ recovery-image] Feb 10 21:24:16.883 INFO O| Feb 10 21:24:16.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
67532026-02-10T21:24:16.994Z[ recovery-image] Feb 10 21:24:16.883 INFO O| Feb 10 21:24:16.883 INFO STEP 581 (remove_files) COMPLETE
67542026-02-10T21:24:16.994Z[ recovery-image] Feb 10 21:24:16.883 INFO O| Feb 10 21:24:16.883 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552026-02-10T21:24:17.018Z[ recovery-image] Feb 10 21:24:16.903 INFO O| Feb 10 21:24:16.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
67562026-02-10T21:24:17.018Z[ recovery-image] Feb 10 21:24:16.903 INFO O| Feb 10 21:24:16.903 INFO STEP 582 (remove_files) COMPLETE
67572026-02-10T21:24:17.019Z[ recovery-image] Feb 10 21:24:16.903 INFO O| Feb 10 21:24:16.903 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582026-02-10T21:24:17.043Z[ recovery-image] Feb 10 21:24:16.923 INFO O| Feb 10 21:24:16.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
67592026-02-10T21:24:17.043Z[ recovery-image] Feb 10 21:24:16.923 INFO O| Feb 10 21:24:16.923 INFO STEP 583 (remove_files) COMPLETE
67602026-02-10T21:24:17.043Z[ recovery-image] Feb 10 21:24:16.923 INFO O| Feb 10 21:24:16.923 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612026-02-10T21:24:17.043Z[ recovery-image] Feb 10 21:24:16.941 INFO O| Feb 10 21:24:16.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
67622026-02-10T21:24:17.043Z[ recovery-image] Feb 10 21:24:16.941 INFO O| Feb 10 21:24:16.941 INFO STEP 584 (remove_files) COMPLETE
67632026-02-10T21:24:17.043Z[ recovery-image] Feb 10 21:24:16.941 INFO O| Feb 10 21:24:16.941 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642026-02-10T21:24:17.067Z[ recovery-image] Feb 10 21:24:16.959 INFO O| Feb 10 21:24:16.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
67652026-02-10T21:24:17.067Z[ recovery-image] Feb 10 21:24:16.959 INFO O| Feb 10 21:24:16.959 INFO STEP 585 (remove_files) COMPLETE
67662026-02-10T21:24:17.067Z[ recovery-image] Feb 10 21:24:16.959 INFO O| Feb 10 21:24:16.959 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672026-02-10T21:24:17.092Z[ recovery-image] Feb 10 21:24:16.976 INFO O| Feb 10 21:24:16.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
67682026-02-10T21:24:17.092Z[ recovery-image] Feb 10 21:24:16.977 INFO O| Feb 10 21:24:16.976 INFO STEP 586 (remove_files) COMPLETE
67692026-02-10T21:24:17.092Z[ recovery-image] Feb 10 21:24:16.977 INFO O| Feb 10 21:24:16.976 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702026-02-10T21:24:17.115Z[ recovery-image] Feb 10 21:24:16.997 INFO O| Feb 10 21:24:16.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
67712026-02-10T21:24:17.116Z[ recovery-image] Feb 10 21:24:16.997 INFO O| Feb 10 21:24:16.997 INFO STEP 587 (remove_files) COMPLETE
67722026-02-10T21:24:17.116Z[ recovery-image] Feb 10 21:24:16.997 INFO O| Feb 10 21:24:16.997 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732026-02-10T21:24:17.116Z[ recovery-image] Feb 10 21:24:17.013 INFO O| Feb 10 21:24:17.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
67742026-02-10T21:24:17.116Z[ recovery-image] Feb 10 21:24:17.014 INFO O| Feb 10 21:24:17.014 INFO STEP 588 (remove_files) COMPLETE
67752026-02-10T21:24:17.116Z[ recovery-image] Feb 10 21:24:17.014 INFO O| Feb 10 21:24:17.014 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762026-02-10T21:24:17.140Z[ recovery-image] Feb 10 21:24:17.032 INFO O| Feb 10 21:24:17.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
67772026-02-10T21:24:17.140Z[ recovery-image] Feb 10 21:24:17.032 INFO O| Feb 10 21:24:17.032 INFO STEP 589 (remove_files) COMPLETE
67782026-02-10T21:24:17.140Z[ recovery-image] Feb 10 21:24:17.032 INFO O| Feb 10 21:24:17.032 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792026-02-10T21:24:17.164Z[ recovery-image] Feb 10 21:24:17.053 INFO O| Feb 10 21:24:17.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
67802026-02-10T21:24:17.164Z[ recovery-image] Feb 10 21:24:17.054 INFO O| Feb 10 21:24:17.054 INFO STEP 590 (remove_files) COMPLETE
67812026-02-10T21:24:17.164Z[ recovery-image] Feb 10 21:24:17.054 INFO O| Feb 10 21:24:17.054 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822026-02-10T21:24:17.187Z[ recovery-image] Feb 10 21:24:17.075 INFO O| Feb 10 21:24:17.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
67832026-02-10T21:24:17.187Z[ recovery-image] Feb 10 21:24:17.075 INFO O| Feb 10 21:24:17.075 INFO STEP 591 (remove_files) COMPLETE
67842026-02-10T21:24:17.187Z[ recovery-image] Feb 10 21:24:17.075 INFO O| Feb 10 21:24:17.075 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852026-02-10T21:24:17.212Z[ recovery-image] Feb 10 21:24:17.096 INFO O| Feb 10 21:24:17.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
67862026-02-10T21:24:17.212Z[ recovery-image] Feb 10 21:24:17.096 INFO O| Feb 10 21:24:17.096 INFO STEP 592 (remove_files) COMPLETE
67872026-02-10T21:24:17.212Z[ recovery-image] Feb 10 21:24:17.096 INFO O| Feb 10 21:24:17.096 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882026-02-10T21:24:17.212Z[ recovery-image] Feb 10 21:24:17.111 INFO O| Feb 10 21:24:17.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
67892026-02-10T21:24:17.212Z[ recovery-image] Feb 10 21:24:17.111 INFO O| Feb 10 21:24:17.111 INFO STEP 593 (remove_files) COMPLETE
67902026-02-10T21:24:17.212Z[ recovery-image] Feb 10 21:24:17.111 INFO O| Feb 10 21:24:17.111 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912026-02-10T21:24:17.236Z[ recovery-image] Feb 10 21:24:17.125 INFO O| Feb 10 21:24:17.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
67922026-02-10T21:24:17.236Z[ recovery-image] Feb 10 21:24:17.125 INFO O| Feb 10 21:24:17.125 INFO STEP 594 (remove_files) COMPLETE
67932026-02-10T21:24:17.236Z[ recovery-image] Feb 10 21:24:17.125 INFO O| Feb 10 21:24:17.125 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942026-02-10T21:24:17.259Z[ recovery-image] Feb 10 21:24:17.139 INFO O| Feb 10 21:24:17.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
67952026-02-10T21:24:17.259Z[ recovery-image] Feb 10 21:24:17.140 INFO O| Feb 10 21:24:17.140 INFO STEP 595 (remove_files) COMPLETE
67962026-02-10T21:24:17.259Z[ recovery-image] Feb 10 21:24:17.140 INFO O| Feb 10 21:24:17.140 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972026-02-10T21:24:17.259Z[ recovery-image] Feb 10 21:24:17.159 INFO O| Feb 10 21:24:17.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
67982026-02-10T21:24:17.259Z[ recovery-image] Feb 10 21:24:17.159 INFO O| Feb 10 21:24:17.159 INFO STEP 596 (remove_files) COMPLETE
67992026-02-10T21:24:17.260Z[ recovery-image] Feb 10 21:24:17.159 INFO O| Feb 10 21:24:17.159 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002026-02-10T21:24:17.284Z[ recovery-image] Feb 10 21:24:17.174 INFO O| Feb 10 21:24:17.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
68012026-02-10T21:24:17.284Z[ recovery-image] Feb 10 21:24:17.174 INFO O| Feb 10 21:24:17.174 INFO STEP 597 (remove_files) COMPLETE
68022026-02-10T21:24:17.284Z[ recovery-image] Feb 10 21:24:17.174 INFO O| Feb 10 21:24:17.174 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032026-02-10T21:24:17.308Z[ recovery-image] Feb 10 21:24:17.188 INFO O| Feb 10 21:24:17.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
68042026-02-10T21:24:17.308Z[ recovery-image] Feb 10 21:24:17.188 INFO O| Feb 10 21:24:17.188 INFO STEP 598 (remove_files) COMPLETE
68052026-02-10T21:24:17.308Z[ recovery-image] Feb 10 21:24:17.188 INFO O| Feb 10 21:24:17.188 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062026-02-10T21:24:17.308Z[ recovery-image] Feb 10 21:24:17.202 INFO O| Feb 10 21:24:17.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
68072026-02-10T21:24:17.308Z[ recovery-image] Feb 10 21:24:17.202 INFO O| Feb 10 21:24:17.202 INFO STEP 599 (remove_files) COMPLETE
68082026-02-10T21:24:17.308Z[ recovery-image] Feb 10 21:24:17.202 INFO O| Feb 10 21:24:17.202 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092026-02-10T21:24:17.332Z[ recovery-image] Feb 10 21:24:17.214 INFO O| Feb 10 21:24:17.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
68102026-02-10T21:24:17.332Z[ recovery-image] Feb 10 21:24:17.214 INFO O| Feb 10 21:24:17.214 INFO STEP 600 (remove_files) COMPLETE
68112026-02-10T21:24:17.332Z[ recovery-image] Feb 10 21:24:17.214 INFO O| Feb 10 21:24:17.214 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122026-02-10T21:24:17.332Z[ recovery-image] Feb 10 21:24:17.232 INFO O| Feb 10 21:24:17.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
68132026-02-10T21:24:17.332Z[ recovery-image] Feb 10 21:24:17.232 INFO O| Feb 10 21:24:17.232 INFO STEP 601 (remove_files) COMPLETE
68142026-02-10T21:24:17.332Z[ recovery-image] Feb 10 21:24:17.232 INFO O| Feb 10 21:24:17.232 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152026-02-10T21:24:17.356Z[ recovery-image] Feb 10 21:24:17.249 INFO O| Feb 10 21:24:17.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
68162026-02-10T21:24:17.356Z[ recovery-image] Feb 10 21:24:17.250 INFO O| Feb 10 21:24:17.249 INFO STEP 602 (remove_files) COMPLETE
68172026-02-10T21:24:17.356Z[ recovery-image] Feb 10 21:24:17.250 INFO O| Feb 10 21:24:17.249 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182026-02-10T21:24:17.380Z[ recovery-image] Feb 10 21:24:17.269 INFO O| Feb 10 21:24:17.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
68192026-02-10T21:24:17.380Z[ recovery-image] Feb 10 21:24:17.269 INFO O| Feb 10 21:24:17.269 INFO STEP 603 (remove_files) COMPLETE
68202026-02-10T21:24:17.380Z[ recovery-image] Feb 10 21:24:17.269 INFO O| Feb 10 21:24:17.269 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212026-02-10T21:24:17.404Z[ recovery-image] Feb 10 21:24:17.288 INFO O| Feb 10 21:24:17.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
68222026-02-10T21:24:17.404Z[ recovery-image] Feb 10 21:24:17.288 INFO O| Feb 10 21:24:17.288 INFO STEP 604 (remove_files) COMPLETE
68232026-02-10T21:24:17.404Z[ recovery-image] Feb 10 21:24:17.288 INFO O| Feb 10 21:24:17.288 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242026-02-10T21:24:17.404Z[ recovery-image] Feb 10 21:24:17.303 INFO O| Feb 10 21:24:17.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
68252026-02-10T21:24:17.404Z[ recovery-image] Feb 10 21:24:17.304 INFO O| Feb 10 21:24:17.304 INFO STEP 605 (remove_files) COMPLETE
68262026-02-10T21:24:17.404Z[ recovery-image] Feb 10 21:24:17.304 INFO O| Feb 10 21:24:17.304 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272026-02-10T21:24:17.429Z[ recovery-image] Feb 10 21:24:17.316 INFO O| Feb 10 21:24:17.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
68282026-02-10T21:24:17.429Z[ recovery-image] Feb 10 21:24:17.317 INFO O| Feb 10 21:24:17.316 INFO STEP 606 (remove_files) COMPLETE
68292026-02-10T21:24:17.429Z[ recovery-image] Feb 10 21:24:17.317 INFO O| Feb 10 21:24:17.317 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302026-02-10T21:24:17.452Z[ recovery-image] Feb 10 21:24:17.333 INFO O| Feb 10 21:24:17.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
68312026-02-10T21:24:17.453Z[ recovery-image] Feb 10 21:24:17.333 INFO O| Feb 10 21:24:17.333 INFO STEP 607 (remove_files) COMPLETE
68322026-02-10T21:24:17.453Z[ recovery-image] Feb 10 21:24:17.333 INFO O| Feb 10 21:24:17.333 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332026-02-10T21:24:17.453Z[ recovery-image] Feb 10 21:24:17.348 INFO O| Feb 10 21:24:17.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
68342026-02-10T21:24:17.453Z[ recovery-image] Feb 10 21:24:17.348 INFO O| Feb 10 21:24:17.348 INFO STEP 608 (remove_files) COMPLETE
68352026-02-10T21:24:17.453Z[ recovery-image] Feb 10 21:24:17.348 INFO O| Feb 10 21:24:17.348 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362026-02-10T21:24:17.477Z[ recovery-image] Feb 10 21:24:17.360 INFO O| Feb 10 21:24:17.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
68372026-02-10T21:24:17.477Z[ recovery-image] Feb 10 21:24:17.360 INFO O| Feb 10 21:24:17.360 INFO STEP 609 (remove_files) COMPLETE
68382026-02-10T21:24:17.477Z[ recovery-image] Feb 10 21:24:17.360 INFO O| Feb 10 21:24:17.360 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392026-02-10T21:24:17.477Z[ recovery-image] Feb 10 21:24:17.372 INFO O| Feb 10 21:24:17.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
68402026-02-10T21:24:17.477Z[ recovery-image] Feb 10 21:24:17.373 INFO O| Feb 10 21:24:17.373 INFO STEP 610 (remove_files) COMPLETE
68412026-02-10T21:24:17.477Z[ recovery-image] Feb 10 21:24:17.373 INFO O| Feb 10 21:24:17.373 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422026-02-10T21:24:17.501Z[ recovery-image] Feb 10 21:24:17.386 INFO O| Feb 10 21:24:17.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
68432026-02-10T21:24:17.501Z[ recovery-image] Feb 10 21:24:17.386 INFO O| Feb 10 21:24:17.386 INFO STEP 611 (remove_files) COMPLETE
68442026-02-10T21:24:17.501Z[ recovery-image] Feb 10 21:24:17.387 INFO O| Feb 10 21:24:17.386 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452026-02-10T21:24:17.501Z[ recovery-image] Feb 10 21:24:17.403 INFO O| Feb 10 21:24:17.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
68462026-02-10T21:24:17.501Z[ recovery-image] Feb 10 21:24:17.403 INFO O| Feb 10 21:24:17.403 INFO STEP 612 (remove_files) COMPLETE
68472026-02-10T21:24:17.501Z[ recovery-image] Feb 10 21:24:17.403 INFO O| Feb 10 21:24:17.403 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482026-02-10T21:24:17.525Z[ recovery-image] Feb 10 21:24:17.419 INFO O| Feb 10 21:24:17.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
68492026-02-10T21:24:17.525Z[ recovery-image] Feb 10 21:24:17.419 INFO O| Feb 10 21:24:17.419 INFO STEP 613 (remove_files) COMPLETE
68502026-02-10T21:24:17.525Z[ recovery-image] Feb 10 21:24:17.419 INFO O| Feb 10 21:24:17.419 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512026-02-10T21:24:17.549Z[ recovery-image] Feb 10 21:24:17.436 INFO O| Feb 10 21:24:17.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
68522026-02-10T21:24:17.549Z[ recovery-image] Feb 10 21:24:17.436 INFO O| Feb 10 21:24:17.436 INFO STEP 614 (remove_files) COMPLETE
68532026-02-10T21:24:17.549Z[ recovery-image] Feb 10 21:24:17.436 INFO O| Feb 10 21:24:17.436 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542026-02-10T21:24:17.549Z[ recovery-image] Feb 10 21:24:17.449 INFO O| Feb 10 21:24:17.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
68552026-02-10T21:24:17.549Z[ recovery-image] Feb 10 21:24:17.450 INFO O| Feb 10 21:24:17.449 INFO STEP 615 (remove_files) COMPLETE
68562026-02-10T21:24:17.549Z[ recovery-image] Feb 10 21:24:17.450 INFO O| Feb 10 21:24:17.450 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572026-02-10T21:24:17.573Z[ recovery-image] Feb 10 21:24:17.467 INFO O| Feb 10 21:24:17.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
68582026-02-10T21:24:17.573Z[ recovery-image] Feb 10 21:24:17.468 INFO O| Feb 10 21:24:17.467 INFO STEP 616 (remove_files) COMPLETE
68592026-02-10T21:24:17.573Z[ recovery-image] Feb 10 21:24:17.468 INFO O| Feb 10 21:24:17.467 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602026-02-10T21:24:17.597Z[ recovery-image] Feb 10 21:24:17.483 INFO O| Feb 10 21:24:17.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
68612026-02-10T21:24:17.597Z[ recovery-image] Feb 10 21:24:17.483 INFO O| Feb 10 21:24:17.483 INFO STEP 617 (remove_files) COMPLETE
68622026-02-10T21:24:17.597Z[ recovery-image] Feb 10 21:24:17.483 INFO O| Feb 10 21:24:17.483 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632026-02-10T21:24:17.597Z[ recovery-image] Feb 10 21:24:17.497 INFO O| Feb 10 21:24:17.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
68642026-02-10T21:24:17.597Z[ recovery-image] Feb 10 21:24:17.497 INFO O| Feb 10 21:24:17.497 INFO STEP 618 (remove_files) COMPLETE
68652026-02-10T21:24:17.597Z[ recovery-image] Feb 10 21:24:17.497 INFO O| Feb 10 21:24:17.497 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662026-02-10T21:24:17.621Z[ recovery-image] Feb 10 21:24:17.513 INFO O| Feb 10 21:24:17.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
68672026-02-10T21:24:17.621Z[ recovery-image] Feb 10 21:24:17.513 INFO O| Feb 10 21:24:17.513 INFO STEP 619 (remove_files) COMPLETE
68682026-02-10T21:24:17.621Z[ recovery-image] Feb 10 21:24:17.513 INFO O| Feb 10 21:24:17.513 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692026-02-10T21:24:17.645Z[ recovery-image] Feb 10 21:24:17.526 INFO O| Feb 10 21:24:17.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
68702026-02-10T21:24:17.645Z[ recovery-image] Feb 10 21:24:17.526 INFO O| Feb 10 21:24:17.526 INFO STEP 620 (remove_files) COMPLETE
68712026-02-10T21:24:17.645Z[ recovery-image] Feb 10 21:24:17.526 INFO O| Feb 10 21:24:17.526 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722026-02-10T21:24:17.645Z[ recovery-image] Feb 10 21:24:17.541 INFO O| Feb 10 21:24:17.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
68732026-02-10T21:24:17.645Z[ recovery-image] Feb 10 21:24:17.541 INFO O| Feb 10 21:24:17.541 INFO STEP 621 (remove_files) COMPLETE
68742026-02-10T21:24:17.645Z[ recovery-image] Feb 10 21:24:17.541 INFO O| Feb 10 21:24:17.541 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752026-02-10T21:24:17.669Z[ recovery-image] Feb 10 21:24:17.555 INFO O| Feb 10 21:24:17.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
68762026-02-10T21:24:17.669Z[ recovery-image] Feb 10 21:24:17.556 INFO O| Feb 10 21:24:17.555 INFO STEP 622 (remove_files) COMPLETE
68772026-02-10T21:24:17.669Z[ recovery-image] Feb 10 21:24:17.556 INFO O| Feb 10 21:24:17.556 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782026-02-10T21:24:17.694Z[ recovery-image] Feb 10 21:24:17.575 INFO O| Feb 10 21:24:17.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
68792026-02-10T21:24:17.694Z[ recovery-image] Feb 10 21:24:17.575 INFO O| Feb 10 21:24:17.575 INFO STEP 623 (remove_files) COMPLETE
68802026-02-10T21:24:17.694Z[ recovery-image] Feb 10 21:24:17.575 INFO O| Feb 10 21:24:17.575 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812026-02-10T21:24:17.694Z[ recovery-image] Feb 10 21:24:17.593 INFO O| Feb 10 21:24:17.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
68822026-02-10T21:24:17.694Z[ recovery-image] Feb 10 21:24:17.594 INFO O| Feb 10 21:24:17.594 INFO STEP 624 (remove_files) COMPLETE
68832026-02-10T21:24:17.694Z[ recovery-image] Feb 10 21:24:17.594 INFO O| Feb 10 21:24:17.594 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842026-02-10T21:24:17.718Z[ recovery-image] Feb 10 21:24:17.611 INFO O| Feb 10 21:24:17.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
68852026-02-10T21:24:17.718Z[ recovery-image] Feb 10 21:24:17.611 INFO O| Feb 10 21:24:17.611 INFO STEP 625 (remove_files) COMPLETE
68862026-02-10T21:24:17.718Z[ recovery-image] Feb 10 21:24:17.611 INFO O| Feb 10 21:24:17.611 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872026-02-10T21:24:17.742Z[ recovery-image] Feb 10 21:24:17.626 INFO O| Feb 10 21:24:17.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
68882026-02-10T21:24:17.742Z[ recovery-image] Feb 10 21:24:17.626 INFO O| Feb 10 21:24:17.626 INFO STEP 626 (remove_files) COMPLETE
68892026-02-10T21:24:17.742Z[ recovery-image] Feb 10 21:24:17.626 INFO O| Feb 10 21:24:17.626 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902026-02-10T21:24:17.742Z[ recovery-image] Feb 10 21:24:17.639 INFO O| Feb 10 21:24:17.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
68912026-02-10T21:24:17.742Z[ recovery-image] Feb 10 21:24:17.639 INFO O| Feb 10 21:24:17.639 INFO STEP 627 (remove_files) COMPLETE
68922026-02-10T21:24:17.742Z[ recovery-image] Feb 10 21:24:17.639 INFO O| Feb 10 21:24:17.639 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932026-02-10T21:24:17.766Z[ recovery-image] Feb 10 21:24:17.651 INFO O| Feb 10 21:24:17.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
68942026-02-10T21:24:17.766Z[ recovery-image] Feb 10 21:24:17.651 INFO O| Feb 10 21:24:17.651 INFO STEP 628 (remove_files) COMPLETE
68952026-02-10T21:24:17.766Z[ recovery-image] Feb 10 21:24:17.652 INFO O| Feb 10 21:24:17.651 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962026-02-10T21:24:17.766Z[ recovery-image] Feb 10 21:24:17.663 INFO O| Feb 10 21:24:17.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
68972026-02-10T21:24:17.766Z[ recovery-image] Feb 10 21:24:17.663 INFO O| Feb 10 21:24:17.663 INFO STEP 629 (remove_files) COMPLETE
68982026-02-10T21:24:17.766Z[ recovery-image] Feb 10 21:24:17.663 INFO O| Feb 10 21:24:17.663 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992026-02-10T21:24:17.790Z[ recovery-image] Feb 10 21:24:17.675 INFO O| Feb 10 21:24:17.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
69002026-02-10T21:24:17.790Z[ recovery-image] Feb 10 21:24:17.675 INFO O| Feb 10 21:24:17.675 INFO STEP 630 (remove_files) COMPLETE
69012026-02-10T21:24:17.790Z[ recovery-image] Feb 10 21:24:17.675 INFO O| Feb 10 21:24:17.675 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022026-02-10T21:24:17.790Z[ recovery-image] Feb 10 21:24:17.686 INFO O| Feb 10 21:24:17.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
69032026-02-10T21:24:17.790Z[ recovery-image] Feb 10 21:24:17.686 INFO O| Feb 10 21:24:17.686 INFO STEP 631 (remove_files) COMPLETE
69042026-02-10T21:24:17.790Z[ recovery-image] Feb 10 21:24:17.686 INFO O| Feb 10 21:24:17.686 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052026-02-10T21:24:17.814Z[ recovery-image] Feb 10 21:24:17.700 INFO O| Feb 10 21:24:17.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
69062026-02-10T21:24:17.814Z[ recovery-image] Feb 10 21:24:17.700 INFO O| Feb 10 21:24:17.700 INFO STEP 632 (remove_files) COMPLETE
69072026-02-10T21:24:17.814Z[ recovery-image] Feb 10 21:24:17.700 INFO O| Feb 10 21:24:17.700 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082026-02-10T21:24:17.838Z[ recovery-image] Feb 10 21:24:17.727 INFO O| Feb 10 21:24:17.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
69092026-02-10T21:24:17.838Z[ recovery-image] Feb 10 21:24:17.728 INFO O| Feb 10 21:24:17.727 INFO STEP 633 (remove_files) COMPLETE
69102026-02-10T21:24:17.838Z[ recovery-image] Feb 10 21:24:17.728 INFO O| Feb 10 21:24:17.727 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112026-02-10T21:24:17.863Z[ recovery-image] Feb 10 21:24:17.746 INFO O| Feb 10 21:24:17.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
69122026-02-10T21:24:17.863Z[ recovery-image] Feb 10 21:24:17.746 INFO O| Feb 10 21:24:17.746 INFO STEP 634 (remove_files) COMPLETE
69132026-02-10T21:24:17.863Z[ recovery-image] Feb 10 21:24:17.746 INFO O| Feb 10 21:24:17.746 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142026-02-10T21:24:17.863Z[ recovery-image] Feb 10 21:24:17.762 INFO O| Feb 10 21:24:17.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
69152026-02-10T21:24:17.863Z[ recovery-image] Feb 10 21:24:17.763 INFO O| Feb 10 21:24:17.763 INFO STEP 635 (remove_files) COMPLETE
69162026-02-10T21:24:17.863Z[ recovery-image] Feb 10 21:24:17.763 INFO O| Feb 10 21:24:17.763 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172026-02-10T21:24:17.887Z[ recovery-image] Feb 10 21:24:17.786 INFO O| Feb 10 21:24:17.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
69182026-02-10T21:24:17.887Z[ recovery-image] Feb 10 21:24:17.786 INFO O| Feb 10 21:24:17.786 INFO STEP 636 (remove_files) COMPLETE
69192026-02-10T21:24:17.887Z[ recovery-image] Feb 10 21:24:17.786 INFO O| Feb 10 21:24:17.786 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202026-02-10T21:24:17.911Z[ recovery-image] Feb 10 21:24:17.808 INFO O| Feb 10 21:24:17.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
69212026-02-10T21:24:17.911Z[ recovery-image] Feb 10 21:24:17.808 INFO O| Feb 10 21:24:17.808 INFO STEP 637 (remove_files) COMPLETE
69222026-02-10T21:24:17.911Z[ recovery-image] Feb 10 21:24:17.808 INFO O| Feb 10 21:24:17.808 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232026-02-10T21:24:17.975Z[ recovery-image] Feb 10 21:24:17.828 INFO O| Feb 10 21:24:17.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
69242026-02-10T21:24:17.975Z[ recovery-image] Feb 10 21:24:17.828 INFO O| Feb 10 21:24:17.828 INFO STEP 638 (remove_files) COMPLETE
69252026-02-10T21:24:17.975Z[ recovery-image] Feb 10 21:24:17.828 INFO O| Feb 10 21:24:17.828 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262026-02-10T21:24:17.999Z[ recovery-image] Feb 10 21:24:17.846 INFO O| Feb 10 21:24:17.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
69272026-02-10T21:24:17.999Z[ recovery-image] Feb 10 21:24:17.846 INFO O| Feb 10 21:24:17.846 INFO STEP 639 (remove_files) COMPLETE
69282026-02-10T21:24:17.999Z[ recovery-image] Feb 10 21:24:17.846 INFO O| Feb 10 21:24:17.846 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292026-02-10T21:24:17.999Z[ recovery-image] Feb 10 21:24:17.864 INFO O| Feb 10 21:24:17.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
69302026-02-10T21:24:17.999Z[ recovery-image] Feb 10 21:24:17.864 INFO O| Feb 10 21:24:17.864 INFO STEP 640 (remove_files) COMPLETE
69312026-02-10T21:24:17.999Z[ recovery-image] Feb 10 21:24:17.864 INFO O| Feb 10 21:24:17.864 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322026-02-10T21:24:17.999Z[ recovery-image] Feb 10 21:24:17.881 INFO O| Feb 10 21:24:17.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
69332026-02-10T21:24:17.999Z[ recovery-image] Feb 10 21:24:17.881 INFO O| Feb 10 21:24:17.881 INFO STEP 641 (remove_files) COMPLETE
69342026-02-10T21:24:17.999Z[ recovery-image] Feb 10 21:24:17.881 INFO O| Feb 10 21:24:17.881 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352026-02-10T21:24:17.999Z[ recovery-image] Feb 10 21:24:17.897 INFO O| Feb 10 21:24:17.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
69362026-02-10T21:24:17.999Z[ recovery-image] Feb 10 21:24:17.898 INFO O| Feb 10 21:24:17.898 INFO STEP 642 (remove_files) COMPLETE
69372026-02-10T21:24:17.999Z[ recovery-image] Feb 10 21:24:17.898 INFO O| Feb 10 21:24:17.898 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382026-02-10T21:24:18.024Z[ recovery-image] Feb 10 21:24:17.914 INFO O| Feb 10 21:24:17.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
69392026-02-10T21:24:18.024Z[ recovery-image] Feb 10 21:24:17.914 INFO O| Feb 10 21:24:17.914 INFO STEP 643 (remove_files) COMPLETE
69402026-02-10T21:24:18.024Z[ recovery-image] Feb 10 21:24:17.914 INFO O| Feb 10 21:24:17.914 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412026-02-10T21:24:18.047Z[ recovery-image] Feb 10 21:24:17.932 INFO O| Feb 10 21:24:17.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
69422026-02-10T21:24:18.048Z[ recovery-image] Feb 10 21:24:17.932 INFO O| Feb 10 21:24:17.932 INFO STEP 644 (remove_files) COMPLETE
69432026-02-10T21:24:18.048Z[ recovery-image] Feb 10 21:24:17.932 INFO O| Feb 10 21:24:17.932 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442026-02-10T21:24:18.048Z[ recovery-image] Feb 10 21:24:17.948 INFO O| Feb 10 21:24:17.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
69452026-02-10T21:24:18.048Z[ recovery-image] Feb 10 21:24:17.948 INFO O| Feb 10 21:24:17.948 INFO STEP 645 (remove_files) COMPLETE
69462026-02-10T21:24:18.048Z[ recovery-image] Feb 10 21:24:17.948 INFO O| Feb 10 21:24:17.948 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472026-02-10T21:24:18.071Z[ recovery-image] Feb 10 21:24:17.964 INFO O| Feb 10 21:24:17.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
69482026-02-10T21:24:18.072Z[ recovery-image] Feb 10 21:24:17.965 INFO O| Feb 10 21:24:17.965 INFO STEP 646 (remove_files) COMPLETE
69492026-02-10T21:24:18.072Z[ recovery-image] Feb 10 21:24:17.965 INFO O| Feb 10 21:24:17.965 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502026-02-10T21:24:18.096Z[ recovery-image] Feb 10 21:24:17.981 INFO O| Feb 10 21:24:17.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
69512026-02-10T21:24:18.096Z[ recovery-image] Feb 10 21:24:17.982 INFO O| Feb 10 21:24:17.982 INFO STEP 647 (remove_files) COMPLETE
69522026-02-10T21:24:18.097Z[ recovery-image] Feb 10 21:24:17.982 INFO O| Feb 10 21:24:17.982 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532026-02-10T21:24:18.120Z[ recovery-image] Feb 10 21:24:18.001 INFO O| Feb 10 21:24:18.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
69542026-02-10T21:24:18.120Z[ recovery-image] Feb 10 21:24:18.001 INFO O| Feb 10 21:24:18.001 INFO STEP 648 (remove_files) COMPLETE
69552026-02-10T21:24:18.120Z[ recovery-image] Feb 10 21:24:18.001 INFO O| Feb 10 21:24:18.001 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562026-02-10T21:24:18.120Z[ recovery-image] Feb 10 21:24:18.017 INFO O| Feb 10 21:24:18.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
69572026-02-10T21:24:18.121Z[ recovery-image] Feb 10 21:24:18.017 INFO O| Feb 10 21:24:18.017 INFO STEP 649 (remove_files) COMPLETE
69582026-02-10T21:24:18.121Z[ recovery-image] Feb 10 21:24:18.017 INFO O| Feb 10 21:24:18.017 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592026-02-10T21:24:18.145Z[ recovery-image] Feb 10 21:24:18.032 INFO O| Feb 10 21:24:18.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
69602026-02-10T21:24:18.145Z[ recovery-image] Feb 10 21:24:18.032 INFO O| Feb 10 21:24:18.032 INFO STEP 650 (remove_files) COMPLETE
69612026-02-10T21:24:18.145Z[ recovery-image] Feb 10 21:24:18.032 INFO O| Feb 10 21:24:18.032 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622026-02-10T21:24:18.145Z[ recovery-image] Feb 10 21:24:18.048 INFO O| Feb 10 21:24:18.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
69632026-02-10T21:24:18.145Z[ recovery-image] Feb 10 21:24:18.048 INFO O| Feb 10 21:24:18.048 INFO STEP 651 (remove_files) COMPLETE
69642026-02-10T21:24:18.145Z[ recovery-image] Feb 10 21:24:18.048 INFO O| Feb 10 21:24:18.048 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652026-02-10T21:24:18.170Z[ recovery-image] Feb 10 21:24:18.066 INFO O| Feb 10 21:24:18.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
69662026-02-10T21:24:18.170Z[ recovery-image] Feb 10 21:24:18.066 INFO O| Feb 10 21:24:18.066 INFO STEP 652 (remove_files) COMPLETE
69672026-02-10T21:24:18.170Z[ recovery-image] Feb 10 21:24:18.066 INFO O| Feb 10 21:24:18.066 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682026-02-10T21:24:18.194Z[ recovery-image] Feb 10 21:24:18.082 INFO O| Feb 10 21:24:18.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
69692026-02-10T21:24:18.194Z[ recovery-image] Feb 10 21:24:18.083 INFO O| Feb 10 21:24:18.082 INFO STEP 653 (remove_files) COMPLETE
69702026-02-10T21:24:18.194Z[ recovery-image] Feb 10 21:24:18.083 INFO O| Feb 10 21:24:18.083 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712026-02-10T21:24:18.218Z[ recovery-image] Feb 10 21:24:18.098 INFO O| Feb 10 21:24:18.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
69722026-02-10T21:24:18.218Z[ recovery-image] Feb 10 21:24:18.098 INFO O| Feb 10 21:24:18.098 INFO STEP 654 (remove_files) COMPLETE
69732026-02-10T21:24:18.218Z[ recovery-image] Feb 10 21:24:18.098 INFO O| Feb 10 21:24:18.098 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742026-02-10T21:24:18.218Z[ recovery-image] Feb 10 21:24:18.113 INFO O| Feb 10 21:24:18.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
69752026-02-10T21:24:18.218Z[ recovery-image] Feb 10 21:24:18.113 INFO O| Feb 10 21:24:18.113 INFO STEP 655 (remove_files) COMPLETE
69762026-02-10T21:24:18.218Z[ recovery-image] Feb 10 21:24:18.113 INFO O| Feb 10 21:24:18.113 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772026-02-10T21:24:18.242Z[ recovery-image] Feb 10 21:24:18.130 INFO O| Feb 10 21:24:18.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
69782026-02-10T21:24:18.242Z[ recovery-image] Feb 10 21:24:18.131 INFO O| Feb 10 21:24:18.131 INFO STEP 656 (remove_files) COMPLETE
69792026-02-10T21:24:18.242Z[ recovery-image] Feb 10 21:24:18.131 INFO O| Feb 10 21:24:18.131 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802026-02-10T21:24:18.266Z[ recovery-image] Feb 10 21:24:18.148 INFO O| Feb 10 21:24:18.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
69812026-02-10T21:24:18.266Z[ recovery-image] Feb 10 21:24:18.148 INFO O| Feb 10 21:24:18.148 INFO STEP 657 (remove_files) COMPLETE
69822026-02-10T21:24:18.267Z[ recovery-image] Feb 10 21:24:18.148 INFO O| Feb 10 21:24:18.148 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832026-02-10T21:24:18.267Z[ recovery-image] Feb 10 21:24:18.166 INFO O| Feb 10 21:24:18.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
69842026-02-10T21:24:18.267Z[ recovery-image] Feb 10 21:24:18.166 INFO O| Feb 10 21:24:18.166 INFO STEP 658 (remove_files) COMPLETE
69852026-02-10T21:24:18.267Z[ recovery-image] Feb 10 21:24:18.166 INFO O| Feb 10 21:24:18.166 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862026-02-10T21:24:18.290Z[ recovery-image] Feb 10 21:24:18.184 INFO O| Feb 10 21:24:18.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
69872026-02-10T21:24:18.290Z[ recovery-image] Feb 10 21:24:18.184 INFO O| Feb 10 21:24:18.184 INFO STEP 659 (remove_files) COMPLETE
69882026-02-10T21:24:18.291Z[ recovery-image] Feb 10 21:24:18.184 INFO O| Feb 10 21:24:18.184 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892026-02-10T21:24:18.314Z[ recovery-image] Feb 10 21:24:18.202 INFO O| Feb 10 21:24:18.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
69902026-02-10T21:24:18.314Z[ recovery-image] Feb 10 21:24:18.202 INFO O| Feb 10 21:24:18.202 INFO STEP 660 (remove_files) COMPLETE
69912026-02-10T21:24:18.314Z[ recovery-image] Feb 10 21:24:18.202 INFO O| Feb 10 21:24:18.202 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922026-02-10T21:24:18.314Z[ recovery-image] Feb 10 21:24:18.218 INFO O| Feb 10 21:24:18.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
69932026-02-10T21:24:18.314Z[ recovery-image] Feb 10 21:24:18.218 INFO O| Feb 10 21:24:18.218 INFO STEP 661 (remove_files) COMPLETE
69942026-02-10T21:24:18.315Z[ recovery-image] Feb 10 21:24:18.218 INFO O| Feb 10 21:24:18.218 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952026-02-10T21:24:18.338Z[ recovery-image] Feb 10 21:24:18.237 INFO O| Feb 10 21:24:18.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
69962026-02-10T21:24:18.338Z[ recovery-image] Feb 10 21:24:18.237 INFO O| Feb 10 21:24:18.237 INFO STEP 662 (remove_files) COMPLETE
69972026-02-10T21:24:18.338Z[ recovery-image] Feb 10 21:24:18.237 INFO O| Feb 10 21:24:18.237 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982026-02-10T21:24:18.362Z[ recovery-image] Feb 10 21:24:18.253 INFO O| Feb 10 21:24:18.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
69992026-02-10T21:24:18.362Z[ recovery-image] Feb 10 21:24:18.254 INFO O| Feb 10 21:24:18.254 INFO STEP 663 (remove_files) COMPLETE
70002026-02-10T21:24:18.362Z[ recovery-image] Feb 10 21:24:18.254 INFO O| Feb 10 21:24:18.254 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012026-02-10T21:24:18.386Z[ recovery-image] Feb 10 21:24:18.271 INFO O| Feb 10 21:24:18.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
70022026-02-10T21:24:18.386Z[ recovery-image] Feb 10 21:24:18.271 INFO O| Feb 10 21:24:18.271 INFO STEP 664 (remove_files) COMPLETE
70032026-02-10T21:24:18.386Z[ recovery-image] Feb 10 21:24:18.271 INFO O| Feb 10 21:24:18.271 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042026-02-10T21:24:18.386Z[ recovery-image] Feb 10 21:24:18.288 INFO O| Feb 10 21:24:18.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
70052026-02-10T21:24:18.386Z[ recovery-image] Feb 10 21:24:18.288 INFO O| Feb 10 21:24:18.288 INFO STEP 665 (remove_files) COMPLETE
70062026-02-10T21:24:18.386Z[ recovery-image] Feb 10 21:24:18.288 INFO O| Feb 10 21:24:18.288 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072026-02-10T21:24:18.410Z[ recovery-image] Feb 10 21:24:18.305 INFO O| Feb 10 21:24:18.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
70082026-02-10T21:24:18.410Z[ recovery-image] Feb 10 21:24:18.305 INFO O| Feb 10 21:24:18.305 INFO STEP 666 (remove_files) COMPLETE
70092026-02-10T21:24:18.410Z[ recovery-image] Feb 10 21:24:18.305 INFO O| Feb 10 21:24:18.305 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102026-02-10T21:24:18.434Z[ recovery-image] Feb 10 21:24:18.322 INFO O| Feb 10 21:24:18.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
70112026-02-10T21:24:18.434Z[ recovery-image] Feb 10 21:24:18.322 INFO O| Feb 10 21:24:18.322 INFO STEP 667 (remove_files) COMPLETE
70122026-02-10T21:24:18.434Z[ recovery-image] Feb 10 21:24:18.322 INFO O| Feb 10 21:24:18.322 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132026-02-10T21:24:18.458Z[ recovery-image] Feb 10 21:24:18.338 INFO O| Feb 10 21:24:18.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
70142026-02-10T21:24:18.458Z[ recovery-image] Feb 10 21:24:18.338 INFO O| Feb 10 21:24:18.338 INFO STEP 668 (remove_files) COMPLETE
70152026-02-10T21:24:18.458Z[ recovery-image] Feb 10 21:24:18.338 INFO O| Feb 10 21:24:18.338 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162026-02-10T21:24:18.458Z[ recovery-image] Feb 10 21:24:18.355 INFO O| Feb 10 21:24:18.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
70172026-02-10T21:24:18.458Z[ recovery-image] Feb 10 21:24:18.355 INFO O| Feb 10 21:24:18.355 INFO STEP 669 (remove_files) COMPLETE
70182026-02-10T21:24:18.458Z[ recovery-image] Feb 10 21:24:18.355 INFO O| Feb 10 21:24:18.355 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192026-02-10T21:24:18.482Z[ recovery-image] Feb 10 21:24:18.375 INFO O| Feb 10 21:24:18.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
70202026-02-10T21:24:18.482Z[ recovery-image] Feb 10 21:24:18.375 INFO O| Feb 10 21:24:18.375 INFO STEP 670 (remove_files) COMPLETE
70212026-02-10T21:24:18.482Z[ recovery-image] Feb 10 21:24:18.375 INFO O| Feb 10 21:24:18.375 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222026-02-10T21:24:18.505Z[ recovery-image] Feb 10 21:24:18.390 INFO O| Feb 10 21:24:18.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
70232026-02-10T21:24:18.505Z[ recovery-image] Feb 10 21:24:18.391 INFO O| Feb 10 21:24:18.390 INFO STEP 671 (remove_files) COMPLETE
70242026-02-10T21:24:18.505Z[ recovery-image] Feb 10 21:24:18.391 INFO O| Feb 10 21:24:18.390 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252026-02-10T21:24:18.529Z[ recovery-image] Feb 10 21:24:18.411 INFO O| Feb 10 21:24:18.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
70262026-02-10T21:24:18.529Z[ recovery-image] Feb 10 21:24:18.411 INFO O| Feb 10 21:24:18.411 INFO STEP 672 (remove_files) COMPLETE
70272026-02-10T21:24:18.529Z[ recovery-image] Feb 10 21:24:18.411 INFO O| Feb 10 21:24:18.411 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282026-02-10T21:24:18.553Z[ recovery-image] Feb 10 21:24:18.433 INFO O| Feb 10 21:24:18.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
70292026-02-10T21:24:18.554Z[ recovery-image] Feb 10 21:24:18.434 INFO O| Feb 10 21:24:18.434 INFO STEP 673 (remove_files) COMPLETE
70302026-02-10T21:24:18.554Z[ recovery-image] Feb 10 21:24:18.434 INFO O| Feb 10 21:24:18.434 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312026-02-10T21:24:18.554Z[ recovery-image] Feb 10 21:24:18.455 INFO O| Feb 10 21:24:18.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
70322026-02-10T21:24:18.554Z[ recovery-image] Feb 10 21:24:18.455 INFO O| Feb 10 21:24:18.455 INFO STEP 674 (remove_files) COMPLETE
70332026-02-10T21:24:18.554Z[ recovery-image] Feb 10 21:24:18.455 INFO O| Feb 10 21:24:18.455 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342026-02-10T21:24:18.577Z[ recovery-image] Feb 10 21:24:18.479 INFO O| Feb 10 21:24:18.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
70352026-02-10T21:24:18.578Z[ recovery-image] Feb 10 21:24:18.479 INFO O| Feb 10 21:24:18.479 INFO STEP 675 (remove_files) COMPLETE
70362026-02-10T21:24:18.578Z[ recovery-image] Feb 10 21:24:18.479 INFO O| Feb 10 21:24:18.479 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372026-02-10T21:24:18.603Z[ recovery-image] Feb 10 21:24:18.503 INFO O| Feb 10 21:24:18.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
70382026-02-10T21:24:18.603Z[ recovery-image] Feb 10 21:24:18.503 INFO O| Feb 10 21:24:18.503 INFO STEP 676 (remove_files) COMPLETE
70392026-02-10T21:24:18.603Z[ recovery-image] Feb 10 21:24:18.503 INFO O| Feb 10 21:24:18.503 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402026-02-10T21:24:18.626Z[ recovery-image] Feb 10 21:24:18.522 INFO O| Feb 10 21:24:18.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
70412026-02-10T21:24:18.627Z[ recovery-image] Feb 10 21:24:18.522 INFO O| Feb 10 21:24:18.522 INFO STEP 677 (remove_files) COMPLETE
70422026-02-10T21:24:18.627Z[ recovery-image] Feb 10 21:24:18.522 INFO O| Feb 10 21:24:18.522 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432026-02-10T21:24:18.651Z[ recovery-image] Feb 10 21:24:18.539 INFO O| Feb 10 21:24:18.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
70442026-02-10T21:24:18.651Z[ recovery-image] Feb 10 21:24:18.539 INFO O| Feb 10 21:24:18.539 INFO STEP 678 (remove_files) COMPLETE
70452026-02-10T21:24:18.651Z[ recovery-image] Feb 10 21:24:18.539 INFO O| Feb 10 21:24:18.539 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462026-02-10T21:24:18.675Z[ recovery-image] Feb 10 21:24:18.555 INFO O| Feb 10 21:24:18.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
70472026-02-10T21:24:18.675Z[ recovery-image] Feb 10 21:24:18.556 INFO O| Feb 10 21:24:18.556 INFO STEP 679 (remove_files) COMPLETE
70482026-02-10T21:24:18.675Z[ recovery-image] Feb 10 21:24:18.556 INFO O| Feb 10 21:24:18.556 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492026-02-10T21:24:18.675Z[ recovery-image] Feb 10 21:24:18.572 INFO O| Feb 10 21:24:18.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
70502026-02-10T21:24:18.676Z[ recovery-image] Feb 10 21:24:18.572 INFO O| Feb 10 21:24:18.572 INFO STEP 680 (remove_files) COMPLETE
70512026-02-10T21:24:18.676Z[ recovery-image] Feb 10 21:24:18.572 INFO O| Feb 10 21:24:18.572 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522026-02-10T21:24:18.700Z[ recovery-image] Feb 10 21:24:18.595 INFO O| Feb 10 21:24:18.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
70532026-02-10T21:24:18.700Z[ recovery-image] Feb 10 21:24:18.595 INFO O| Feb 10 21:24:18.595 INFO STEP 681 (remove_files) COMPLETE
70542026-02-10T21:24:18.700Z[ recovery-image] Feb 10 21:24:18.595 INFO O| Feb 10 21:24:18.595 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552026-02-10T21:24:18.723Z[ recovery-image] Feb 10 21:24:18.617 INFO O| Feb 10 21:24:18.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
70562026-02-10T21:24:18.723Z[ recovery-image] Feb 10 21:24:18.617 INFO O| Feb 10 21:24:18.617 INFO STEP 682 (remove_files) COMPLETE
70572026-02-10T21:24:18.723Z[ recovery-image] Feb 10 21:24:18.617 INFO O| Feb 10 21:24:18.617 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582026-02-10T21:24:18.747Z[ recovery-image] Feb 10 21:24:18.639 INFO O| Feb 10 21:24:18.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
70592026-02-10T21:24:18.747Z[ recovery-image] Feb 10 21:24:18.639 INFO O| Feb 10 21:24:18.639 INFO STEP 683 (remove_files) COMPLETE
70602026-02-10T21:24:18.747Z[ recovery-image] Feb 10 21:24:18.639 INFO O| Feb 10 21:24:18.639 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612026-02-10T21:24:18.771Z[ recovery-image] Feb 10 21:24:18.662 INFO O| Feb 10 21:24:18.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
70622026-02-10T21:24:18.771Z[ recovery-image] Feb 10 21:24:18.662 INFO O| Feb 10 21:24:18.662 INFO STEP 684 (remove_files) COMPLETE
70632026-02-10T21:24:18.771Z[ recovery-image] Feb 10 21:24:18.662 INFO O| Feb 10 21:24:18.662 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642026-02-10T21:24:18.795Z[ recovery-image] Feb 10 21:24:18.685 INFO O| Feb 10 21:24:18.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
70652026-02-10T21:24:18.795Z[ recovery-image] Feb 10 21:24:18.685 INFO O| Feb 10 21:24:18.685 INFO STEP 685 (remove_files) COMPLETE
70662026-02-10T21:24:18.795Z[ recovery-image] Feb 10 21:24:18.685 INFO O| Feb 10 21:24:18.685 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672026-02-10T21:24:18.819Z[ recovery-image] Feb 10 21:24:18.702 INFO O| Feb 10 21:24:18.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
70682026-02-10T21:24:18.819Z[ recovery-image] Feb 10 21:24:18.703 INFO O| Feb 10 21:24:18.703 INFO STEP 686 (remove_files) COMPLETE
70692026-02-10T21:24:18.819Z[ recovery-image] Feb 10 21:24:18.703 INFO O| Feb 10 21:24:18.703 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702026-02-10T21:24:18.844Z[ recovery-image] Feb 10 21:24:18.729 INFO O| Feb 10 21:24:18.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
70712026-02-10T21:24:18.844Z[ recovery-image] Feb 10 21:24:18.730 INFO O| Feb 10 21:24:18.730 INFO STEP 687 (remove_files) COMPLETE
70722026-02-10T21:24:18.844Z[ recovery-image] Feb 10 21:24:18.730 INFO O| Feb 10 21:24:18.730 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732026-02-10T21:24:18.868Z[ recovery-image] Feb 10 21:24:18.750 INFO O| Feb 10 21:24:18.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
70742026-02-10T21:24:18.868Z[ recovery-image] Feb 10 21:24:18.750 INFO O| Feb 10 21:24:18.750 INFO STEP 688 (remove_files) COMPLETE
70752026-02-10T21:24:18.868Z[ recovery-image] Feb 10 21:24:18.750 INFO O| Feb 10 21:24:18.750 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762026-02-10T21:24:18.868Z[ recovery-image] Feb 10 21:24:18.769 INFO O| Feb 10 21:24:18.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
70772026-02-10T21:24:18.868Z[ recovery-image] Feb 10 21:24:18.770 INFO O| Feb 10 21:24:18.769 INFO STEP 689 (remove_files) COMPLETE
70782026-02-10T21:24:18.868Z[ recovery-image] Feb 10 21:24:18.770 INFO O| Feb 10 21:24:18.770 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792026-02-10T21:24:18.892Z[ recovery-image] Feb 10 21:24:18.788 INFO O| Feb 10 21:24:18.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
70802026-02-10T21:24:18.892Z[ recovery-image] Feb 10 21:24:18.788 INFO O| Feb 10 21:24:18.788 INFO STEP 690 (remove_files) COMPLETE
70812026-02-10T21:24:18.892Z[ recovery-image] Feb 10 21:24:18.788 INFO O| Feb 10 21:24:18.788 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822026-02-10T21:24:18.916Z[ recovery-image] Feb 10 21:24:18.803 INFO O| Feb 10 21:24:18.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
70832026-02-10T21:24:18.916Z[ recovery-image] Feb 10 21:24:18.804 INFO O| Feb 10 21:24:18.804 INFO STEP 691 (remove_files) COMPLETE
70842026-02-10T21:24:18.916Z[ recovery-image] Feb 10 21:24:18.804 INFO O| Feb 10 21:24:18.804 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852026-02-10T21:24:18.940Z[ recovery-image] Feb 10 21:24:18.822 INFO O| Feb 10 21:24:18.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
70862026-02-10T21:24:18.940Z[ recovery-image] Feb 10 21:24:18.822 INFO O| Feb 10 21:24:18.822 INFO STEP 692 (remove_files) COMPLETE
70872026-02-10T21:24:18.940Z[ recovery-image] Feb 10 21:24:18.822 INFO O| Feb 10 21:24:18.822 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882026-02-10T21:24:18.940Z[ recovery-image] Feb 10 21:24:18.837 INFO O| Feb 10 21:24:18.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
70892026-02-10T21:24:18.940Z[ recovery-image] Feb 10 21:24:18.837 INFO O| Feb 10 21:24:18.837 INFO STEP 693 (remove_files) COMPLETE
70902026-02-10T21:24:18.940Z[ recovery-image] Feb 10 21:24:18.837 INFO O| Feb 10 21:24:18.837 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912026-02-10T21:24:18.964Z[ recovery-image] Feb 10 21:24:18.856 INFO O| Feb 10 21:24:18.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
70922026-02-10T21:24:18.964Z[ recovery-image] Feb 10 21:24:18.856 INFO O| Feb 10 21:24:18.856 INFO STEP 694 (remove_files) COMPLETE
70932026-02-10T21:24:18.964Z[ recovery-image] Feb 10 21:24:18.856 INFO O| Feb 10 21:24:18.856 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942026-02-10T21:24:18.988Z[ recovery-image] Feb 10 21:24:18.870 INFO O| Feb 10 21:24:18.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
70952026-02-10T21:24:18.988Z[ recovery-image] Feb 10 21:24:18.871 INFO O| Feb 10 21:24:18.871 INFO STEP 695 (remove_files) COMPLETE
70962026-02-10T21:24:18.988Z[ recovery-image] Feb 10 21:24:18.871 INFO O| Feb 10 21:24:18.871 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972026-02-10T21:24:18.988Z[ recovery-image] Feb 10 21:24:18.885 INFO O| Feb 10 21:24:18.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
70982026-02-10T21:24:18.988Z[ recovery-image] Feb 10 21:24:18.886 INFO O| Feb 10 21:24:18.885 INFO STEP 696 (remove_files) COMPLETE
70992026-02-10T21:24:18.988Z[ recovery-image] Feb 10 21:24:18.886 INFO O| Feb 10 21:24:18.885 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002026-02-10T21:24:19.013Z[ recovery-image] Feb 10 21:24:18.899 INFO O| Feb 10 21:24:18.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
71012026-02-10T21:24:19.013Z[ recovery-image] Feb 10 21:24:18.900 INFO O| Feb 10 21:24:18.900 INFO STEP 697 (remove_files) COMPLETE
71022026-02-10T21:24:19.013Z[ recovery-image] Feb 10 21:24:18.900 INFO O| Feb 10 21:24:18.900 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032026-02-10T21:24:19.037Z[ recovery-image] Feb 10 21:24:18.918 INFO O| Feb 10 21:24:18.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
71042026-02-10T21:24:19.037Z[ recovery-image] Feb 10 21:24:18.919 INFO O| Feb 10 21:24:18.918 INFO STEP 698 (remove_files) COMPLETE
71052026-02-10T21:24:19.037Z[ recovery-image] Feb 10 21:24:18.919 INFO O| Feb 10 21:24:18.919 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062026-02-10T21:24:19.037Z[ recovery-image] Feb 10 21:24:18.936 INFO O| Feb 10 21:24:18.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
71072026-02-10T21:24:19.037Z[ recovery-image] Feb 10 21:24:18.937 INFO O| Feb 10 21:24:18.937 INFO STEP 699 (remove_files) COMPLETE
71082026-02-10T21:24:19.037Z[ recovery-image] Feb 10 21:24:18.937 INFO O| Feb 10 21:24:18.937 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092026-02-10T21:24:19.061Z[ recovery-image] Feb 10 21:24:18.953 INFO O| Feb 10 21:24:18.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
71102026-02-10T21:24:19.061Z[ recovery-image] Feb 10 21:24:18.953 INFO O| Feb 10 21:24:18.953 INFO STEP 700 (remove_files) COMPLETE
71112026-02-10T21:24:19.061Z[ recovery-image] Feb 10 21:24:18.953 INFO O| Feb 10 21:24:18.953 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122026-02-10T21:24:19.085Z[ recovery-image] Feb 10 21:24:18.971 INFO O| Feb 10 21:24:18.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
71132026-02-10T21:24:19.085Z[ recovery-image] Feb 10 21:24:18.971 INFO O| Feb 10 21:24:18.971 INFO STEP 701 (remove_files) COMPLETE
71142026-02-10T21:24:19.085Z[ recovery-image] Feb 10 21:24:18.971 INFO O| Feb 10 21:24:18.971 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152026-02-10T21:24:19.085Z[ recovery-image] Feb 10 21:24:18.987 INFO O| Feb 10 21:24:18.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
71162026-02-10T21:24:19.085Z[ recovery-image] Feb 10 21:24:18.988 INFO O| Feb 10 21:24:18.988 INFO STEP 702 (remove_files) COMPLETE
71172026-02-10T21:24:19.086Z[ recovery-image] Feb 10 21:24:18.988 INFO O| Feb 10 21:24:18.988 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182026-02-10T21:24:19.109Z[ recovery-image] Feb 10 21:24:19.005 INFO O| Feb 10 21:24:19.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
71192026-02-10T21:24:19.109Z[ recovery-image] Feb 10 21:24:19.005 INFO O| Feb 10 21:24:19.005 INFO STEP 703 (remove_files) COMPLETE
71202026-02-10T21:24:19.109Z[ recovery-image] Feb 10 21:24:19.005 INFO O| Feb 10 21:24:19.005 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212026-02-10T21:24:19.135Z[ recovery-image] Feb 10 21:24:19.021 INFO O| Feb 10 21:24:19.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
71222026-02-10T21:24:19.135Z[ recovery-image] Feb 10 21:24:19.021 INFO O| Feb 10 21:24:19.021 INFO STEP 704 (remove_files) COMPLETE
71232026-02-10T21:24:19.135Z[ recovery-image] Feb 10 21:24:19.021 INFO O| Feb 10 21:24:19.021 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242026-02-10T21:24:19.159Z[ recovery-image] Feb 10 21:24:19.038 INFO O| Feb 10 21:24:19.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
71252026-02-10T21:24:19.159Z[ recovery-image] Feb 10 21:24:19.038 INFO O| Feb 10 21:24:19.038 INFO STEP 705 (remove_files) COMPLETE
71262026-02-10T21:24:19.159Z[ recovery-image] Feb 10 21:24:19.038 INFO O| Feb 10 21:24:19.038 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272026-02-10T21:24:19.159Z[ recovery-image] Feb 10 21:24:19.055 INFO O| Feb 10 21:24:19.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
71282026-02-10T21:24:19.159Z[ recovery-image] Feb 10 21:24:19.055 INFO O| Feb 10 21:24:19.055 INFO STEP 706 (remove_files) COMPLETE
71292026-02-10T21:24:19.159Z[ recovery-image] Feb 10 21:24:19.055 INFO O| Feb 10 21:24:19.055 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302026-02-10T21:24:19.183Z[ recovery-image] Feb 10 21:24:19.073 INFO O| Feb 10 21:24:19.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
71312026-02-10T21:24:19.183Z[ recovery-image] Feb 10 21:24:19.073 INFO O| Feb 10 21:24:19.073 INFO STEP 707 (remove_files) COMPLETE
71322026-02-10T21:24:19.184Z[ recovery-image] Feb 10 21:24:19.073 INFO O| Feb 10 21:24:19.073 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332026-02-10T21:24:19.207Z[ recovery-image] Feb 10 21:24:19.089 INFO O| Feb 10 21:24:19.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
71342026-02-10T21:24:19.207Z[ recovery-image] Feb 10 21:24:19.090 INFO O| Feb 10 21:24:19.090 INFO STEP 708 (remove_files) COMPLETE
71352026-02-10T21:24:19.207Z[ recovery-image] Feb 10 21:24:19.090 INFO O| Feb 10 21:24:19.090 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362026-02-10T21:24:19.208Z[ recovery-image] Feb 10 21:24:19.107 INFO O| Feb 10 21:24:19.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
71372026-02-10T21:24:19.208Z[ recovery-image] Feb 10 21:24:19.108 INFO O| Feb 10 21:24:19.107 INFO STEP 709 (remove_files) COMPLETE
71382026-02-10T21:24:19.208Z[ recovery-image] Feb 10 21:24:19.108 INFO O| Feb 10 21:24:19.107 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392026-02-10T21:24:19.232Z[ recovery-image] Feb 10 21:24:19.123 INFO O| Feb 10 21:24:19.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
71402026-02-10T21:24:19.232Z[ recovery-image] Feb 10 21:24:19.124 INFO O| Feb 10 21:24:19.124 INFO STEP 710 (remove_files) COMPLETE
71412026-02-10T21:24:19.232Z[ recovery-image] Feb 10 21:24:19.124 INFO O| Feb 10 21:24:19.124 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422026-02-10T21:24:19.256Z[ recovery-image] Feb 10 21:24:19.143 INFO O| Feb 10 21:24:19.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
71432026-02-10T21:24:19.256Z[ recovery-image] Feb 10 21:24:19.143 INFO O| Feb 10 21:24:19.143 INFO STEP 711 (remove_files) COMPLETE
71442026-02-10T21:24:19.256Z[ recovery-image] Feb 10 21:24:19.143 INFO O| Feb 10 21:24:19.143 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452026-02-10T21:24:19.280Z[ recovery-image] Feb 10 21:24:19.163 INFO O| Feb 10 21:24:19.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
71462026-02-10T21:24:19.280Z[ recovery-image] Feb 10 21:24:19.163 INFO O| Feb 10 21:24:19.163 INFO STEP 712 (remove_files) COMPLETE
71472026-02-10T21:24:19.280Z[ recovery-image] Feb 10 21:24:19.163 INFO O| Feb 10 21:24:19.163 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482026-02-10T21:24:19.280Z[ recovery-image] Feb 10 21:24:19.179 INFO O| Feb 10 21:24:19.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
71492026-02-10T21:24:19.280Z[ recovery-image] Feb 10 21:24:19.179 INFO O| Feb 10 21:24:19.179 INFO STEP 713 (remove_files) COMPLETE
71502026-02-10T21:24:19.280Z[ recovery-image] Feb 10 21:24:19.179 INFO O| Feb 10 21:24:19.179 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512026-02-10T21:24:19.304Z[ recovery-image] Feb 10 21:24:19.196 INFO O| Feb 10 21:24:19.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
71522026-02-10T21:24:19.304Z[ recovery-image] Feb 10 21:24:19.196 INFO O| Feb 10 21:24:19.196 INFO STEP 714 (remove_files) COMPLETE
71532026-02-10T21:24:19.304Z[ recovery-image] Feb 10 21:24:19.196 INFO O| Feb 10 21:24:19.196 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542026-02-10T21:24:19.328Z[ recovery-image] Feb 10 21:24:19.217 INFO O| Feb 10 21:24:19.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
71552026-02-10T21:24:19.328Z[ recovery-image] Feb 10 21:24:19.217 INFO O| Feb 10 21:24:19.217 INFO STEP 715 (remove_files) COMPLETE
71562026-02-10T21:24:19.328Z[ recovery-image] Feb 10 21:24:19.217 INFO O| Feb 10 21:24:19.217 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572026-02-10T21:24:19.370Z[ recovery-image] Feb 10 21:24:19.274 INFO O| Feb 10 21:24:19.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
71582026-02-10T21:24:19.370Z[ recovery-image] Feb 10 21:24:19.274 INFO O| Feb 10 21:24:19.274 INFO STEP 716 (remove_files) COMPLETE
71592026-02-10T21:24:19.370Z[ recovery-image] Feb 10 21:24:19.274 INFO O| Feb 10 21:24:19.274 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602026-02-10T21:24:19.394Z[ recovery-image] Feb 10 21:24:19.289 INFO O| Feb 10 21:24:19.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
71612026-02-10T21:24:19.394Z[ recovery-image] Feb 10 21:24:19.289 INFO O| Feb 10 21:24:19.289 INFO STEP 717 (remove_files) COMPLETE
71622026-02-10T21:24:19.394Z[ recovery-image] Feb 10 21:24:19.289 INFO O| Feb 10 21:24:19.289 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632026-02-10T21:24:19.418Z[ recovery-image] Feb 10 21:24:19.303 INFO O| Feb 10 21:24:19.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
71642026-02-10T21:24:19.418Z[ recovery-image] Feb 10 21:24:19.303 INFO O| Feb 10 21:24:19.303 INFO STEP 718 (remove_files) COMPLETE
71652026-02-10T21:24:19.418Z[ recovery-image] Feb 10 21:24:19.303 INFO O| Feb 10 21:24:19.303 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662026-02-10T21:24:19.443Z[ recovery-image] Feb 10 21:24:19.322 INFO O| Feb 10 21:24:19.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
71672026-02-10T21:24:19.443Z[ recovery-image] Feb 10 21:24:19.322 INFO O| Feb 10 21:24:19.322 INFO STEP 719 (remove_files) COMPLETE
71682026-02-10T21:24:19.443Z[ recovery-image] Feb 10 21:24:19.322 INFO O| Feb 10 21:24:19.322 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692026-02-10T21:24:19.467Z[ recovery-image] Feb 10 21:24:19.356 INFO O| Feb 10 21:24:19.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
71702026-02-10T21:24:19.467Z[ recovery-image] Feb 10 21:24:19.356 INFO O| Feb 10 21:24:19.356 INFO STEP 720 (remove_files) COMPLETE
71712026-02-10T21:24:19.467Z[ recovery-image] Feb 10 21:24:19.356 INFO O| Feb 10 21:24:19.356 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722026-02-10T21:24:19.491Z[ recovery-image] Feb 10 21:24:19.376 INFO O| Feb 10 21:24:19.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
71732026-02-10T21:24:19.491Z[ recovery-image] Feb 10 21:24:19.376 INFO O| Feb 10 21:24:19.376 INFO STEP 721 (remove_files) COMPLETE
71742026-02-10T21:24:19.491Z[ recovery-image] Feb 10 21:24:19.377 INFO O| Feb 10 21:24:19.376 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752026-02-10T21:24:19.491Z[ recovery-image] Feb 10 21:24:19.395 INFO O| Feb 10 21:24:19.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
71762026-02-10T21:24:19.491Z[ recovery-image] Feb 10 21:24:19.395 INFO O| Feb 10 21:24:19.395 INFO STEP 722 (remove_files) COMPLETE
71772026-02-10T21:24:19.491Z[ recovery-image] Feb 10 21:24:19.395 INFO O| Feb 10 21:24:19.395 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782026-02-10T21:24:19.515Z[ recovery-image] Feb 10 21:24:19.412 INFO O| Feb 10 21:24:19.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
71792026-02-10T21:24:19.515Z[ recovery-image] Feb 10 21:24:19.412 INFO O| Feb 10 21:24:19.412 INFO STEP 723 (remove_files) COMPLETE
71802026-02-10T21:24:19.515Z[ recovery-image] Feb 10 21:24:19.413 INFO O| Feb 10 21:24:19.412 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812026-02-10T21:24:19.539Z[ recovery-image] Feb 10 21:24:19.431 INFO O| Feb 10 21:24:19.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
71822026-02-10T21:24:19.539Z[ recovery-image] Feb 10 21:24:19.431 INFO O| Feb 10 21:24:19.431 INFO STEP 724 (remove_files) COMPLETE
71832026-02-10T21:24:19.539Z[ recovery-image] Feb 10 21:24:19.431 INFO O| Feb 10 21:24:19.431 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842026-02-10T21:24:19.563Z[ recovery-image] Feb 10 21:24:19.450 INFO O| Feb 10 21:24:19.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
71852026-02-10T21:24:19.563Z[ recovery-image] Feb 10 21:24:19.451 INFO O| Feb 10 21:24:19.451 INFO STEP 725 (remove_files) COMPLETE
71862026-02-10T21:24:19.563Z[ recovery-image] Feb 10 21:24:19.451 INFO O| Feb 10 21:24:19.451 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872026-02-10T21:24:19.587Z[ recovery-image] Feb 10 21:24:19.478 INFO O| Feb 10 21:24:19.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
71882026-02-10T21:24:19.588Z[ recovery-image] Feb 10 21:24:19.478 INFO O| Feb 10 21:24:19.478 INFO STEP 726 (remove_files) COMPLETE
71892026-02-10T21:24:19.588Z[ recovery-image] Feb 10 21:24:19.478 INFO O| Feb 10 21:24:19.478 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902026-02-10T21:24:19.612Z[ recovery-image] Feb 10 21:24:19.491 INFO O| Feb 10 21:24:19.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
71912026-02-10T21:24:19.612Z[ recovery-image] Feb 10 21:24:19.492 INFO O| Feb 10 21:24:19.492 INFO STEP 727 (remove_files) COMPLETE
71922026-02-10T21:24:19.612Z[ recovery-image] Feb 10 21:24:19.492 INFO O| Feb 10 21:24:19.492 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932026-02-10T21:24:19.612Z[ recovery-image] Feb 10 21:24:19.506 INFO O| Feb 10 21:24:19.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
71942026-02-10T21:24:19.612Z[ recovery-image] Feb 10 21:24:19.506 INFO O| Feb 10 21:24:19.506 INFO STEP 728 (remove_files) COMPLETE
71952026-02-10T21:24:19.612Z[ recovery-image] Feb 10 21:24:19.506 INFO O| Feb 10 21:24:19.506 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962026-02-10T21:24:19.640Z[ recovery-image] Feb 10 21:24:19.544 INFO O| Feb 10 21:24:19.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
71972026-02-10T21:24:19.640Z[ recovery-image] Feb 10 21:24:19.544 INFO O| Feb 10 21:24:19.544 INFO STEP 729 (remove_files) COMPLETE
71982026-02-10T21:24:19.665Z[ recovery-image] Feb 10 21:24:19.545 INFO O| Feb 10 21:24:19.544 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992026-02-10T21:24:19.665Z[ recovery-image] Feb 10 21:24:19.560 INFO O| Feb 10 21:24:19.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
72002026-02-10T21:24:19.665Z[ recovery-image] Feb 10 21:24:19.561 INFO O| Feb 10 21:24:19.561 INFO STEP 730 (remove_files) COMPLETE
72012026-02-10T21:24:19.665Z[ recovery-image] Feb 10 21:24:19.561 INFO O| Feb 10 21:24:19.561 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022026-02-10T21:24:19.689Z[ recovery-image] Feb 10 21:24:19.584 INFO O| Feb 10 21:24:19.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
72032026-02-10T21:24:19.689Z[ recovery-image] Feb 10 21:24:19.584 INFO O| Feb 10 21:24:19.584 INFO STEP 731 (remove_files) COMPLETE
72042026-02-10T21:24:19.689Z[ recovery-image] Feb 10 21:24:19.584 INFO O| Feb 10 21:24:19.584 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052026-02-10T21:24:19.713Z[ recovery-image] Feb 10 21:24:19.598 INFO O| Feb 10 21:24:19.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
72062026-02-10T21:24:19.713Z[ recovery-image] Feb 10 21:24:19.598 INFO O| Feb 10 21:24:19.598 INFO STEP 732 (remove_files) COMPLETE
72072026-02-10T21:24:19.713Z[ recovery-image] Feb 10 21:24:19.599 INFO O| Feb 10 21:24:19.599 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082026-02-10T21:24:19.713Z[ recovery-image] Feb 10 21:24:19.613 INFO O| Feb 10 21:24:19.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
72092026-02-10T21:24:19.713Z[ recovery-image] Feb 10 21:24:19.613 INFO O| Feb 10 21:24:19.613 INFO STEP 733 (remove_files) COMPLETE
72102026-02-10T21:24:19.713Z[ recovery-image] Feb 10 21:24:19.613 INFO O| Feb 10 21:24:19.613 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112026-02-10T21:24:19.737Z[ recovery-image] Feb 10 21:24:19.627 INFO O| Feb 10 21:24:19.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
72122026-02-10T21:24:19.737Z[ recovery-image] Feb 10 21:24:19.627 INFO O| Feb 10 21:24:19.627 INFO STEP 734 (remove_files) COMPLETE
72132026-02-10T21:24:19.737Z[ recovery-image] Feb 10 21:24:19.628 INFO O| Feb 10 21:24:19.627 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142026-02-10T21:24:19.761Z[ recovery-image] Feb 10 21:24:19.642 INFO O| Feb 10 21:24:19.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
72152026-02-10T21:24:19.761Z[ recovery-image] Feb 10 21:24:19.642 INFO O| Feb 10 21:24:19.642 INFO STEP 735 (remove_files) COMPLETE
72162026-02-10T21:24:19.762Z[ recovery-image] Feb 10 21:24:19.642 INFO O| Feb 10 21:24:19.642 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172026-02-10T21:24:19.762Z[ recovery-image] Feb 10 21:24:19.662 INFO O| Feb 10 21:24:19.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
72182026-02-10T21:24:19.762Z[ recovery-image] Feb 10 21:24:19.662 INFO O| Feb 10 21:24:19.662 INFO STEP 736 (remove_files) COMPLETE
72192026-02-10T21:24:19.762Z[ recovery-image] Feb 10 21:24:19.662 INFO O| Feb 10 21:24:19.662 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202026-02-10T21:24:19.786Z[ recovery-image] Feb 10 21:24:19.684 INFO O| Feb 10 21:24:19.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
72212026-02-10T21:24:19.786Z[ recovery-image] Feb 10 21:24:19.684 INFO O| Feb 10 21:24:19.684 INFO STEP 737 (remove_files) COMPLETE
72222026-02-10T21:24:19.786Z[ recovery-image] Feb 10 21:24:19.684 INFO O| Feb 10 21:24:19.684 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232026-02-10T21:24:19.809Z[ recovery-image] Feb 10 21:24:19.706 INFO O| Feb 10 21:24:19.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
72242026-02-10T21:24:19.809Z[ recovery-image] Feb 10 21:24:19.706 INFO O| Feb 10 21:24:19.706 INFO STEP 738 (remove_files) COMPLETE
72252026-02-10T21:24:19.809Z[ recovery-image] Feb 10 21:24:19.706 INFO O| Feb 10 21:24:19.706 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262026-02-10T21:24:19.833Z[ recovery-image] Feb 10 21:24:19.729 INFO O| Feb 10 21:24:19.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
72272026-02-10T21:24:19.833Z[ recovery-image] Feb 10 21:24:19.729 INFO O| Feb 10 21:24:19.729 INFO STEP 739 (remove_files) COMPLETE
72282026-02-10T21:24:19.834Z[ recovery-image] Feb 10 21:24:19.729 INFO O| Feb 10 21:24:19.729 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292026-02-10T21:24:19.857Z[ recovery-image] Feb 10 21:24:19.748 INFO O| Feb 10 21:24:19.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
72302026-02-10T21:24:19.857Z[ recovery-image] Feb 10 21:24:19.748 INFO O| Feb 10 21:24:19.748 INFO STEP 740 (remove_files) COMPLETE
72312026-02-10T21:24:19.857Z[ recovery-image] Feb 10 21:24:19.748 INFO O| Feb 10 21:24:19.748 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322026-02-10T21:24:19.881Z[ recovery-image] Feb 10 21:24:19.767 INFO O| Feb 10 21:24:19.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
72332026-02-10T21:24:19.881Z[ recovery-image] Feb 10 21:24:19.767 INFO O| Feb 10 21:24:19.767 INFO STEP 741 (remove_files) COMPLETE
72342026-02-10T21:24:19.881Z[ recovery-image] Feb 10 21:24:19.767 INFO O| Feb 10 21:24:19.767 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352026-02-10T21:24:19.881Z[ recovery-image] Feb 10 21:24:19.784 INFO O| Feb 10 21:24:19.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
72362026-02-10T21:24:19.881Z[ recovery-image] Feb 10 21:24:19.784 INFO O| Feb 10 21:24:19.784 INFO STEP 742 (remove_files) COMPLETE
72372026-02-10T21:24:19.881Z[ recovery-image] Feb 10 21:24:19.784 INFO O| Feb 10 21:24:19.784 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382026-02-10T21:24:19.905Z[ recovery-image] Feb 10 21:24:19.800 INFO O| Feb 10 21:24:19.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
72392026-02-10T21:24:19.905Z[ recovery-image] Feb 10 21:24:19.800 INFO O| Feb 10 21:24:19.800 INFO STEP 743 (remove_files) COMPLETE
72402026-02-10T21:24:19.905Z[ recovery-image] Feb 10 21:24:19.800 INFO O| Feb 10 21:24:19.800 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412026-02-10T21:24:19.929Z[ recovery-image] Feb 10 21:24:19.814 INFO O| Feb 10 21:24:19.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
72422026-02-10T21:24:19.929Z[ recovery-image] Feb 10 21:24:19.814 INFO O| Feb 10 21:24:19.814 INFO STEP 744 (remove_files) COMPLETE
72432026-02-10T21:24:19.929Z[ recovery-image] Feb 10 21:24:19.814 INFO O| Feb 10 21:24:19.814 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442026-02-10T21:24:19.929Z[ recovery-image] Feb 10 21:24:19.831 INFO O| Feb 10 21:24:19.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
72452026-02-10T21:24:19.929Z[ recovery-image] Feb 10 21:24:19.831 INFO O| Feb 10 21:24:19.831 INFO STEP 745 (remove_files) COMPLETE
72462026-02-10T21:24:19.929Z[ recovery-image] Feb 10 21:24:19.831 INFO O| Feb 10 21:24:19.831 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472026-02-10T21:24:19.953Z[ recovery-image] Feb 10 21:24:19.845 INFO O| Feb 10 21:24:19.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
72482026-02-10T21:24:19.953Z[ recovery-image] Feb 10 21:24:19.846 INFO O| Feb 10 21:24:19.845 INFO STEP 746 (remove_files) COMPLETE
72492026-02-10T21:24:19.953Z[ recovery-image] Feb 10 21:24:19.846 INFO O| Feb 10 21:24:19.846 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502026-02-10T21:24:19.978Z[ recovery-image] Feb 10 21:24:19.871 INFO O| Feb 10 21:24:19.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
72512026-02-10T21:24:19.978Z[ recovery-image] Feb 10 21:24:19.871 INFO O| Feb 10 21:24:19.871 INFO STEP 747 (remove_files) COMPLETE
72522026-02-10T21:24:19.978Z[ recovery-image] Feb 10 21:24:19.871 INFO O| Feb 10 21:24:19.871 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532026-02-10T21:24:20.002Z[ recovery-image] Feb 10 21:24:19.895 INFO O| Feb 10 21:24:19.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
72542026-02-10T21:24:20.002Z[ recovery-image] Feb 10 21:24:19.895 INFO O| Feb 10 21:24:19.895 INFO STEP 748 (remove_files) COMPLETE
72552026-02-10T21:24:20.002Z[ recovery-image] Feb 10 21:24:19.896 INFO O| Feb 10 21:24:19.895 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562026-02-10T21:24:20.026Z[ recovery-image] Feb 10 21:24:19.918 INFO O| Feb 10 21:24:19.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
72572026-02-10T21:24:20.026Z[ recovery-image] Feb 10 21:24:19.918 INFO O| Feb 10 21:24:19.918 INFO STEP 749 (remove_files) COMPLETE
72582026-02-10T21:24:20.026Z[ recovery-image] Feb 10 21:24:19.918 INFO O| Feb 10 21:24:19.918 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592026-02-10T21:24:20.050Z[ recovery-image] Feb 10 21:24:19.941 INFO O| Feb 10 21:24:19.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
72602026-02-10T21:24:20.051Z[ recovery-image] Feb 10 21:24:19.941 INFO O| Feb 10 21:24:19.941 INFO STEP 750 (remove_files) COMPLETE
72612026-02-10T21:24:20.051Z[ recovery-image] Feb 10 21:24:19.941 INFO O| Feb 10 21:24:19.941 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622026-02-10T21:24:20.074Z[ recovery-image] Feb 10 21:24:19.962 INFO O| Feb 10 21:24:19.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
72632026-02-10T21:24:20.074Z[ recovery-image] Feb 10 21:24:19.962 INFO O| Feb 10 21:24:19.962 INFO STEP 751 (remove_files) COMPLETE
72642026-02-10T21:24:20.074Z[ recovery-image] Feb 10 21:24:19.962 INFO O| Feb 10 21:24:19.962 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652026-02-10T21:24:20.098Z[ recovery-image] Feb 10 21:24:19.984 INFO O| Feb 10 21:24:19.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
72662026-02-10T21:24:20.098Z[ recovery-image] Feb 10 21:24:19.984 INFO O| Feb 10 21:24:19.984 INFO STEP 752 (remove_files) COMPLETE
72672026-02-10T21:24:20.098Z[ recovery-image] Feb 10 21:24:19.984 INFO O| Feb 10 21:24:19.984 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682026-02-10T21:24:20.123Z[ recovery-image] Feb 10 21:24:20.004 INFO O| Feb 10 21:24:20.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
72692026-02-10T21:24:20.123Z[ recovery-image] Feb 10 21:24:20.004 INFO O| Feb 10 21:24:20.004 INFO STEP 753 (remove_files) COMPLETE
72702026-02-10T21:24:20.123Z[ recovery-image] Feb 10 21:24:20.004 INFO O| Feb 10 21:24:20.004 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712026-02-10T21:24:20.123Z[ recovery-image] Feb 10 21:24:20.021 INFO O| Feb 10 21:24:20.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
72722026-02-10T21:24:20.123Z[ recovery-image] Feb 10 21:24:20.021 INFO O| Feb 10 21:24:20.021 INFO STEP 754 (remove_files) COMPLETE
72732026-02-10T21:24:20.123Z[ recovery-image] Feb 10 21:24:20.021 INFO O| Feb 10 21:24:20.021 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742026-02-10T21:24:20.147Z[ recovery-image] Feb 10 21:24:20.038 INFO O| Feb 10 21:24:20.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
72752026-02-10T21:24:20.147Z[ recovery-image] Feb 10 21:24:20.038 INFO O| Feb 10 21:24:20.038 INFO STEP 755 (remove_files) COMPLETE
72762026-02-10T21:24:20.147Z[ recovery-image] Feb 10 21:24:20.038 INFO O| Feb 10 21:24:20.038 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772026-02-10T21:24:20.171Z[ recovery-image] Feb 10 21:24:20.058 INFO O| Feb 10 21:24:20.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
72782026-02-10T21:24:20.171Z[ recovery-image] Feb 10 21:24:20.058 INFO O| Feb 10 21:24:20.058 INFO STEP 756 (remove_files) COMPLETE
72792026-02-10T21:24:20.171Z[ recovery-image] Feb 10 21:24:20.058 INFO O| Feb 10 21:24:20.058 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802026-02-10T21:24:20.194Z[ recovery-image] Feb 10 21:24:20.077 INFO O| Feb 10 21:24:20.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
72812026-02-10T21:24:20.194Z[ recovery-image] Feb 10 21:24:20.077 INFO O| Feb 10 21:24:20.077 INFO STEP 757 (remove_files) COMPLETE
72822026-02-10T21:24:20.194Z[ recovery-image] Feb 10 21:24:20.077 INFO O| Feb 10 21:24:20.077 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832026-02-10T21:24:20.195Z[ recovery-image] Feb 10 21:24:20.095 INFO O| Feb 10 21:24:20.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
72842026-02-10T21:24:20.195Z[ recovery-image] Feb 10 21:24:20.095 INFO O| Feb 10 21:24:20.095 INFO STEP 758 (remove_files) COMPLETE
72852026-02-10T21:24:20.195Z[ recovery-image] Feb 10 21:24:20.095 INFO O| Feb 10 21:24:20.095 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862026-02-10T21:24:20.219Z[ recovery-image] Feb 10 21:24:20.109 INFO O| Feb 10 21:24:20.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
72872026-02-10T21:24:20.219Z[ recovery-image] Feb 10 21:24:20.109 INFO O| Feb 10 21:24:20.109 INFO STEP 759 (remove_files) COMPLETE
72882026-02-10T21:24:20.219Z[ recovery-image] Feb 10 21:24:20.109 INFO O| Feb 10 21:24:20.109 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892026-02-10T21:24:20.242Z[ recovery-image] Feb 10 21:24:20.123 INFO O| Feb 10 21:24:20.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
72902026-02-10T21:24:20.242Z[ recovery-image] Feb 10 21:24:20.124 INFO O| Feb 10 21:24:20.123 INFO STEP 760 (remove_files) COMPLETE
72912026-02-10T21:24:20.242Z[ recovery-image] Feb 10 21:24:20.124 INFO O| Feb 10 21:24:20.124 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922026-02-10T21:24:20.267Z[ recovery-image] Feb 10 21:24:20.140 INFO O| Feb 10 21:24:20.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
72932026-02-10T21:24:20.267Z[ recovery-image] Feb 10 21:24:20.141 INFO O| Feb 10 21:24:20.141 INFO STEP 761 (remove_files) COMPLETE
72942026-02-10T21:24:20.267Z[ recovery-image] Feb 10 21:24:20.141 INFO O| Feb 10 21:24:20.141 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952026-02-10T21:24:20.267Z[ recovery-image] Feb 10 21:24:20.158 INFO O| Feb 10 21:24:20.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
72962026-02-10T21:24:20.267Z[ recovery-image] Feb 10 21:24:20.158 INFO O| Feb 10 21:24:20.158 INFO STEP 762 (remove_files) COMPLETE
72972026-02-10T21:24:20.267Z[ recovery-image] Feb 10 21:24:20.158 INFO O| Feb 10 21:24:20.158 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982026-02-10T21:24:20.291Z[ recovery-image] Feb 10 21:24:20.174 INFO O| Feb 10 21:24:20.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
72992026-02-10T21:24:20.291Z[ recovery-image] Feb 10 21:24:20.175 INFO O| Feb 10 21:24:20.175 INFO STEP 763 (remove_files) COMPLETE
73002026-02-10T21:24:20.291Z[ recovery-image] Feb 10 21:24:20.175 INFO O| Feb 10 21:24:20.175 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012026-02-10T21:24:20.291Z[ recovery-image] Feb 10 21:24:20.190 INFO O| Feb 10 21:24:20.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
73022026-02-10T21:24:20.291Z[ recovery-image] Feb 10 21:24:20.190 INFO O| Feb 10 21:24:20.190 INFO STEP 764 (remove_files) COMPLETE
73032026-02-10T21:24:20.291Z[ recovery-image] Feb 10 21:24:20.190 INFO O| Feb 10 21:24:20.190 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042026-02-10T21:24:20.317Z[ recovery-image] Feb 10 21:24:20.207 INFO O| Feb 10 21:24:20.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
73052026-02-10T21:24:20.317Z[ recovery-image] Feb 10 21:24:20.207 INFO O| Feb 10 21:24:20.207 INFO STEP 765 (remove_files) COMPLETE
73062026-02-10T21:24:20.317Z[ recovery-image] Feb 10 21:24:20.207 INFO O| Feb 10 21:24:20.207 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072026-02-10T21:24:20.341Z[ recovery-image] Feb 10 21:24:20.225 INFO O| Feb 10 21:24:20.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
73082026-02-10T21:24:20.341Z[ recovery-image] Feb 10 21:24:20.226 INFO O| Feb 10 21:24:20.226 INFO STEP 766 (remove_files) COMPLETE
73092026-02-10T21:24:20.341Z[ recovery-image] Feb 10 21:24:20.226 INFO O| Feb 10 21:24:20.226 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102026-02-10T21:24:20.341Z[ recovery-image] Feb 10 21:24:20.243 INFO O| Feb 10 21:24:20.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
73112026-02-10T21:24:20.341Z[ recovery-image] Feb 10 21:24:20.243 INFO O| Feb 10 21:24:20.243 INFO STEP 767 (remove_files) COMPLETE
73122026-02-10T21:24:20.341Z[ recovery-image] Feb 10 21:24:20.243 INFO O| Feb 10 21:24:20.243 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132026-02-10T21:24:20.365Z[ recovery-image] Feb 10 21:24:20.259 INFO O| Feb 10 21:24:20.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
73142026-02-10T21:24:20.365Z[ recovery-image] Feb 10 21:24:20.259 INFO O| Feb 10 21:24:20.259 INFO STEP 768 (remove_files) COMPLETE
73152026-02-10T21:24:20.365Z[ recovery-image] Feb 10 21:24:20.259 INFO O| Feb 10 21:24:20.259 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162026-02-10T21:24:20.389Z[ recovery-image] Feb 10 21:24:20.278 INFO O| Feb 10 21:24:20.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
73172026-02-10T21:24:20.389Z[ recovery-image] Feb 10 21:24:20.278 INFO O| Feb 10 21:24:20.278 INFO STEP 769 (remove_files) COMPLETE
73182026-02-10T21:24:20.389Z[ recovery-image] Feb 10 21:24:20.278 INFO O| Feb 10 21:24:20.278 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192026-02-10T21:24:20.413Z[ recovery-image] Feb 10 21:24:20.293 INFO O| Feb 10 21:24:20.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
73202026-02-10T21:24:20.413Z[ recovery-image] Feb 10 21:24:20.293 INFO O| Feb 10 21:24:20.293 INFO STEP 770 (remove_files) COMPLETE
73212026-02-10T21:24:20.413Z[ recovery-image] Feb 10 21:24:20.293 INFO O| Feb 10 21:24:20.293 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222026-02-10T21:24:20.413Z[ recovery-image] Feb 10 21:24:20.307 INFO O| Feb 10 21:24:20.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
73232026-02-10T21:24:20.413Z[ recovery-image] Feb 10 21:24:20.307 INFO O| Feb 10 21:24:20.307 INFO STEP 771 (remove_files) COMPLETE
73242026-02-10T21:24:20.413Z[ recovery-image] Feb 10 21:24:20.307 INFO O| Feb 10 21:24:20.307 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252026-02-10T21:24:20.437Z[ recovery-image] Feb 10 21:24:20.324 INFO O| Feb 10 21:24:20.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
73262026-02-10T21:24:20.437Z[ recovery-image] Feb 10 21:24:20.324 INFO O| Feb 10 21:24:20.324 INFO STEP 772 (remove_files) COMPLETE
73272026-02-10T21:24:20.437Z[ recovery-image] Feb 10 21:24:20.324 INFO O| Feb 10 21:24:20.324 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282026-02-10T21:24:20.461Z[ recovery-image] Feb 10 21:24:20.343 INFO O| Feb 10 21:24:20.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
73292026-02-10T21:24:20.461Z[ recovery-image] Feb 10 21:24:20.344 INFO O| Feb 10 21:24:20.344 INFO STEP 773 (remove_files) COMPLETE
73302026-02-10T21:24:20.461Z[ recovery-image] Feb 10 21:24:20.344 INFO O| Feb 10 21:24:20.344 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312026-02-10T21:24:20.461Z[ recovery-image] Feb 10 21:24:20.359 INFO O| Feb 10 21:24:20.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
73322026-02-10T21:24:20.461Z[ recovery-image] Feb 10 21:24:20.359 INFO O| Feb 10 21:24:20.359 INFO STEP 774 (remove_files) COMPLETE
73332026-02-10T21:24:20.461Z[ recovery-image] Feb 10 21:24:20.359 INFO O| Feb 10 21:24:20.359 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342026-02-10T21:24:20.485Z[ recovery-image] Feb 10 21:24:20.373 INFO O| Feb 10 21:24:20.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
73352026-02-10T21:24:20.485Z[ recovery-image] Feb 10 21:24:20.373 INFO O| Feb 10 21:24:20.373 INFO STEP 775 (remove_files) COMPLETE
73362026-02-10T21:24:20.485Z[ recovery-image] Feb 10 21:24:20.374 INFO O| Feb 10 21:24:20.373 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372026-02-10T21:24:20.509Z[ recovery-image] Feb 10 21:24:20.391 INFO O| Feb 10 21:24:20.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
73382026-02-10T21:24:20.509Z[ recovery-image] Feb 10 21:24:20.392 INFO O| Feb 10 21:24:20.392 INFO STEP 776 (remove_files) COMPLETE
73392026-02-10T21:24:20.509Z[ recovery-image] Feb 10 21:24:20.392 INFO O| Feb 10 21:24:20.392 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402026-02-10T21:24:20.509Z[ recovery-image] Feb 10 21:24:20.409 INFO O| Feb 10 21:24:20.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
73412026-02-10T21:24:20.509Z[ recovery-image] Feb 10 21:24:20.409 INFO O| Feb 10 21:24:20.409 INFO STEP 777 (remove_files) COMPLETE
73422026-02-10T21:24:20.509Z[ recovery-image] Feb 10 21:24:20.409 INFO O| Feb 10 21:24:20.409 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432026-02-10T21:24:20.533Z[ recovery-image] Feb 10 21:24:20.428 INFO O| Feb 10 21:24:20.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
73442026-02-10T21:24:20.533Z[ recovery-image] Feb 10 21:24:20.428 INFO O| Feb 10 21:24:20.428 INFO STEP 778 (remove_files) COMPLETE
73452026-02-10T21:24:20.533Z[ recovery-image] Feb 10 21:24:20.428 INFO O| Feb 10 21:24:20.428 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462026-02-10T21:24:20.557Z[ recovery-image] Feb 10 21:24:20.443 INFO O| Feb 10 21:24:20.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
73472026-02-10T21:24:20.557Z[ recovery-image] Feb 10 21:24:20.443 INFO O| Feb 10 21:24:20.443 INFO STEP 779 (remove_files) COMPLETE
73482026-02-10T21:24:20.557Z[ recovery-image] Feb 10 21:24:20.443 INFO O| Feb 10 21:24:20.443 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492026-02-10T21:24:20.557Z[ recovery-image] Feb 10 21:24:20.456 INFO O| Feb 10 21:24:20.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
73502026-02-10T21:24:20.557Z[ recovery-image] Feb 10 21:24:20.456 INFO O| Feb 10 21:24:20.456 INFO STEP 780 (remove_files) COMPLETE
73512026-02-10T21:24:20.557Z[ recovery-image] Feb 10 21:24:20.456 INFO O| Feb 10 21:24:20.456 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522026-02-10T21:24:20.581Z[ recovery-image] Feb 10 21:24:20.469 INFO O| Feb 10 21:24:20.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
73532026-02-10T21:24:20.581Z[ recovery-image] Feb 10 21:24:20.469 INFO O| Feb 10 21:24:20.469 INFO STEP 781 (remove_files) COMPLETE
73542026-02-10T21:24:20.581Z[ recovery-image] Feb 10 21:24:20.469 INFO O| Feb 10 21:24:20.469 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552026-02-10T21:24:20.581Z[ recovery-image] Feb 10 21:24:20.482 INFO O| Feb 10 21:24:20.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
73562026-02-10T21:24:20.581Z[ recovery-image] Feb 10 21:24:20.482 INFO O| Feb 10 21:24:20.482 INFO STEP 782 (remove_files) COMPLETE
73572026-02-10T21:24:20.581Z[ recovery-image] Feb 10 21:24:20.482 INFO O| Feb 10 21:24:20.482 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582026-02-10T21:24:20.606Z[ recovery-image] Feb 10 21:24:20.496 INFO O| Feb 10 21:24:20.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
73592026-02-10T21:24:20.606Z[ recovery-image] Feb 10 21:24:20.496 INFO O| Feb 10 21:24:20.496 INFO STEP 783 (remove_files) COMPLETE
73602026-02-10T21:24:20.606Z[ recovery-image] Feb 10 21:24:20.496 INFO O| Feb 10 21:24:20.496 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612026-02-10T21:24:20.606Z[ recovery-image] Feb 10 21:24:20.509 INFO O| Feb 10 21:24:20.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
73622026-02-10T21:24:20.606Z[ recovery-image] Feb 10 21:24:20.509 INFO O| Feb 10 21:24:20.509 INFO STEP 784 (remove_files) COMPLETE
73632026-02-10T21:24:20.606Z[ recovery-image] Feb 10 21:24:20.509 INFO O| Feb 10 21:24:20.509 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642026-02-10T21:24:20.630Z[ recovery-image] Feb 10 21:24:20.521 INFO O| Feb 10 21:24:20.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
73652026-02-10T21:24:20.630Z[ recovery-image] Feb 10 21:24:20.521 INFO O| Feb 10 21:24:20.521 INFO STEP 785 (remove_files) COMPLETE
73662026-02-10T21:24:20.630Z[ recovery-image] Feb 10 21:24:20.521 INFO O| Feb 10 21:24:20.521 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672026-02-10T21:24:20.630Z[ recovery-image] Feb 10 21:24:20.532 INFO O| Feb 10 21:24:20.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
73682026-02-10T21:24:20.630Z[ recovery-image] Feb 10 21:24:20.532 INFO O| Feb 10 21:24:20.532 INFO STEP 786 (remove_files) COMPLETE
73692026-02-10T21:24:20.630Z[ recovery-image] Feb 10 21:24:20.532 INFO O| Feb 10 21:24:20.532 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702026-02-10T21:24:20.654Z[ recovery-image] Feb 10 21:24:20.550 INFO O| Feb 10 21:24:20.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
73712026-02-10T21:24:20.654Z[ recovery-image] Feb 10 21:24:20.550 INFO O| Feb 10 21:24:20.550 INFO STEP 787 (remove_files) COMPLETE
73722026-02-10T21:24:20.654Z[ recovery-image] Feb 10 21:24:20.550 INFO O| Feb 10 21:24:20.550 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732026-02-10T21:24:20.678Z[ recovery-image] Feb 10 21:24:20.564 INFO O| Feb 10 21:24:20.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
73742026-02-10T21:24:20.678Z[ recovery-image] Feb 10 21:24:20.564 INFO O| Feb 10 21:24:20.564 INFO STEP 788 (remove_files) COMPLETE
73752026-02-10T21:24:20.678Z[ recovery-image] Feb 10 21:24:20.564 INFO O| Feb 10 21:24:20.564 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762026-02-10T21:24:20.678Z[ recovery-image] Feb 10 21:24:20.577 INFO O| Feb 10 21:24:20.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
73772026-02-10T21:24:20.678Z[ recovery-image] Feb 10 21:24:20.577 INFO O| Feb 10 21:24:20.577 INFO STEP 789 (remove_files) COMPLETE
73782026-02-10T21:24:20.678Z[ recovery-image] Feb 10 21:24:20.577 INFO O| Feb 10 21:24:20.577 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792026-02-10T21:24:20.702Z[ recovery-image] Feb 10 21:24:20.589 INFO O| Feb 10 21:24:20.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
73802026-02-10T21:24:20.702Z[ recovery-image] Feb 10 21:24:20.590 INFO O| Feb 10 21:24:20.590 INFO STEP 790 (remove_files) COMPLETE
73812026-02-10T21:24:20.702Z[ recovery-image] Feb 10 21:24:20.590 INFO O| Feb 10 21:24:20.590 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822026-02-10T21:24:20.702Z[ recovery-image] Feb 10 21:24:20.603 INFO O| Feb 10 21:24:20.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
73832026-02-10T21:24:20.702Z[ recovery-image] Feb 10 21:24:20.603 INFO O| Feb 10 21:24:20.603 INFO STEP 791 (remove_files) COMPLETE
73842026-02-10T21:24:20.702Z[ recovery-image] Feb 10 21:24:20.603 INFO O| Feb 10 21:24:20.603 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852026-02-10T21:24:20.727Z[ recovery-image] Feb 10 21:24:20.615 INFO O| Feb 10 21:24:20.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
73862026-02-10T21:24:20.727Z[ recovery-image] Feb 10 21:24:20.615 INFO O| Feb 10 21:24:20.615 INFO STEP 792 (remove_files) COMPLETE
73872026-02-10T21:24:20.727Z[ recovery-image] Feb 10 21:24:20.615 INFO O| Feb 10 21:24:20.615 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882026-02-10T21:24:20.751Z[ recovery-image] Feb 10 21:24:20.635 INFO O| Feb 10 21:24:20.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
73892026-02-10T21:24:20.751Z[ recovery-image] Feb 10 21:24:20.635 INFO O| Feb 10 21:24:20.635 INFO STEP 793 (remove_files) COMPLETE
73902026-02-10T21:24:20.751Z[ recovery-image] Feb 10 21:24:20.635 INFO O| Feb 10 21:24:20.635 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912026-02-10T21:24:20.751Z[ recovery-image] Feb 10 21:24:20.651 INFO O| Feb 10 21:24:20.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
73922026-02-10T21:24:20.751Z[ recovery-image] Feb 10 21:24:20.651 INFO O| Feb 10 21:24:20.651 INFO STEP 794 (remove_files) COMPLETE
73932026-02-10T21:24:20.751Z[ recovery-image] Feb 10 21:24:20.651 INFO O| Feb 10 21:24:20.651 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942026-02-10T21:24:20.775Z[ recovery-image] Feb 10 21:24:20.669 INFO O| Feb 10 21:24:20.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
73952026-02-10T21:24:20.775Z[ recovery-image] Feb 10 21:24:20.670 INFO O| Feb 10 21:24:20.670 INFO STEP 795 (remove_files) COMPLETE
73962026-02-10T21:24:20.775Z[ recovery-image] Feb 10 21:24:20.670 INFO O| Feb 10 21:24:20.670 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972026-02-10T21:24:20.799Z[ recovery-image] Feb 10 21:24:20.689 INFO O| Feb 10 21:24:20.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
73982026-02-10T21:24:20.799Z[ recovery-image] Feb 10 21:24:20.689 INFO O| Feb 10 21:24:20.689 INFO STEP 796 (remove_files) COMPLETE
73992026-02-10T21:24:20.799Z[ recovery-image] Feb 10 21:24:20.689 INFO O| Feb 10 21:24:20.689 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002026-02-10T21:24:20.823Z[ recovery-image] Feb 10 21:24:20.710 INFO O| Feb 10 21:24:20.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
74012026-02-10T21:24:20.823Z[ recovery-image] Feb 10 21:24:20.710 INFO O| Feb 10 21:24:20.710 INFO STEP 797 (remove_files) COMPLETE
74022026-02-10T21:24:20.823Z[ recovery-image] Feb 10 21:24:20.710 INFO O| Feb 10 21:24:20.710 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032026-02-10T21:24:20.848Z[ recovery-image] Feb 10 21:24:20.733 INFO O| Feb 10 21:24:20.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
74042026-02-10T21:24:20.848Z[ recovery-image] Feb 10 21:24:20.733 INFO O| Feb 10 21:24:20.733 INFO STEP 798 (remove_files) COMPLETE
74052026-02-10T21:24:20.848Z[ recovery-image] Feb 10 21:24:20.734 INFO O| Feb 10 21:24:20.733 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062026-02-10T21:24:20.872Z[ recovery-image] Feb 10 21:24:20.755 INFO O| Feb 10 21:24:20.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
74072026-02-10T21:24:20.872Z[ recovery-image] Feb 10 21:24:20.755 INFO O| Feb 10 21:24:20.755 INFO STEP 799 (remove_files) COMPLETE
74082026-02-10T21:24:20.872Z[ recovery-image] Feb 10 21:24:20.755 INFO O| Feb 10 21:24:20.755 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092026-02-10T21:24:20.872Z[ recovery-image] Feb 10 21:24:20.772 INFO O| Feb 10 21:24:20.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
74102026-02-10T21:24:20.872Z[ recovery-image] Feb 10 21:24:20.772 INFO O| Feb 10 21:24:20.772 INFO STEP 800 (remove_files) COMPLETE
74112026-02-10T21:24:20.872Z[ recovery-image] Feb 10 21:24:20.772 INFO O| Feb 10 21:24:20.772 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122026-02-10T21:24:20.897Z[ recovery-image] Feb 10 21:24:20.790 INFO O| Feb 10 21:24:20.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
74132026-02-10T21:24:20.897Z[ recovery-image] Feb 10 21:24:20.790 INFO O| Feb 10 21:24:20.790 INFO STEP 801 (remove_files) COMPLETE
74142026-02-10T21:24:20.897Z[ recovery-image] Feb 10 21:24:20.790 INFO O| Feb 10 21:24:20.790 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152026-02-10T21:24:20.921Z[ recovery-image] Feb 10 21:24:20.806 INFO O| Feb 10 21:24:20.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
74162026-02-10T21:24:20.921Z[ recovery-image] Feb 10 21:24:20.806 INFO O| Feb 10 21:24:20.806 INFO STEP 802 (remove_files) COMPLETE
74172026-02-10T21:24:20.921Z[ recovery-image] Feb 10 21:24:20.806 INFO O| Feb 10 21:24:20.806 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182026-02-10T21:24:20.921Z[ recovery-image] Feb 10 21:24:20.819 INFO O| Feb 10 21:24:20.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
74192026-02-10T21:24:20.921Z[ recovery-image] Feb 10 21:24:20.819 INFO O| Feb 10 21:24:20.819 INFO STEP 803 (remove_files) COMPLETE
74202026-02-10T21:24:20.921Z[ recovery-image] Feb 10 21:24:20.819 INFO O| Feb 10 21:24:20.819 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212026-02-10T21:24:20.945Z[ recovery-image] Feb 10 21:24:20.832 INFO O| Feb 10 21:24:20.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
74222026-02-10T21:24:20.945Z[ recovery-image] Feb 10 21:24:20.832 INFO O| Feb 10 21:24:20.832 INFO STEP 804 (remove_files) COMPLETE
74232026-02-10T21:24:20.945Z[ recovery-image] Feb 10 21:24:20.832 INFO O| Feb 10 21:24:20.832 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242026-02-10T21:24:20.945Z[ recovery-image] Feb 10 21:24:20.848 INFO O| Feb 10 21:24:20.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
74252026-02-10T21:24:20.945Z[ recovery-image] Feb 10 21:24:20.848 INFO O| Feb 10 21:24:20.848 INFO STEP 805 (remove_files) COMPLETE
74262026-02-10T21:24:20.945Z[ recovery-image] Feb 10 21:24:20.848 INFO O| Feb 10 21:24:20.848 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272026-02-10T21:24:20.969Z[ recovery-image] Feb 10 21:24:20.860 INFO O| Feb 10 21:24:20.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
74282026-02-10T21:24:20.969Z[ recovery-image] Feb 10 21:24:20.861 INFO O| Feb 10 21:24:20.861 INFO STEP 806 (remove_files) COMPLETE
74292026-02-10T21:24:20.969Z[ recovery-image] Feb 10 21:24:20.861 INFO O| Feb 10 21:24:20.861 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302026-02-10T21:24:20.969Z[ recovery-image] Feb 10 21:24:20.873 INFO O| Feb 10 21:24:20.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
74312026-02-10T21:24:20.969Z[ recovery-image] Feb 10 21:24:20.873 INFO O| Feb 10 21:24:20.873 INFO STEP 807 (remove_files) COMPLETE
74322026-02-10T21:24:20.969Z[ recovery-image] Feb 10 21:24:20.873 INFO O| Feb 10 21:24:20.873 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332026-02-10T21:24:20.993Z[ recovery-image] Feb 10 21:24:20.888 INFO O| Feb 10 21:24:20.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
74342026-02-10T21:24:20.993Z[ recovery-image] Feb 10 21:24:20.888 INFO O| Feb 10 21:24:20.888 INFO STEP 808 (remove_files) COMPLETE
74352026-02-10T21:24:20.993Z[ recovery-image] Feb 10 21:24:20.888 INFO O| Feb 10 21:24:20.888 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362026-02-10T21:24:21.017Z[ recovery-image] Feb 10 21:24:20.905 INFO O| Feb 10 21:24:20.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
74372026-02-10T21:24:21.017Z[ recovery-image] Feb 10 21:24:20.905 INFO O| Feb 10 21:24:20.905 INFO STEP 809 (remove_files) COMPLETE
74382026-02-10T21:24:21.017Z[ recovery-image] Feb 10 21:24:20.906 INFO O| Feb 10 21:24:20.905 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392026-02-10T21:24:21.017Z[ recovery-image] Feb 10 21:24:20.920 INFO O| Feb 10 21:24:20.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
74402026-02-10T21:24:21.017Z[ recovery-image] Feb 10 21:24:20.920 INFO O| Feb 10 21:24:20.920 INFO STEP 810 (remove_files) COMPLETE
74412026-02-10T21:24:21.017Z[ recovery-image] Feb 10 21:24:20.920 INFO O| Feb 10 21:24:20.920 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422026-02-10T21:24:21.041Z[ recovery-image] Feb 10 21:24:20.935 INFO O| Feb 10 21:24:20.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
74432026-02-10T21:24:21.041Z[ recovery-image] Feb 10 21:24:20.935 INFO O| Feb 10 21:24:20.935 INFO STEP 811 (remove_files) COMPLETE
74442026-02-10T21:24:21.041Z[ recovery-image] Feb 10 21:24:20.935 INFO O| Feb 10 21:24:20.935 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:20.949 INFO O| Feb 10 21:24:20.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
74462026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:20.950 INFO O| Feb 10 21:24:20.949 INFO STEP 812 (remove_files) COMPLETE
74472026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:20.950 INFO O| Feb 10 21:24:20.950 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:20.965 INFO O| Feb 10 21:24:20.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
74492026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:20.965 INFO O| Feb 10 21:24:20.965 INFO STEP 813 (remove_files) COMPLETE
74502026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:20.965 INFO O| Feb 10 21:24:20.965 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:20.979 INFO O| Feb 10 21:24:20.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
74522026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:20.979 INFO O| Feb 10 21:24:20.979 INFO STEP 814 (remove_files) COMPLETE
74532026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:20.979 INFO O| Feb 10 21:24:20.979 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:20.996 INFO O| Feb 10 21:24:20.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
74552026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:20.996 INFO O| Feb 10 21:24:20.996 INFO STEP 815 (remove_files) COMPLETE
74562026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:20.996 INFO O| Feb 10 21:24:20.996 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:21.013 INFO O| Feb 10 21:24:21.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
74582026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:21.014 INFO O| Feb 10 21:24:21.014 INFO STEP 816 (remove_files) COMPLETE
74592026-02-10T21:24:21.118Z[ recovery-image] Feb 10 21:24:21.014 INFO O| Feb 10 21:24:21.014 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602026-02-10T21:24:21.145Z[ recovery-image] Feb 10 21:24:21.031 INFO O| Feb 10 21:24:21.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
74612026-02-10T21:24:21.145Z[ recovery-image] Feb 10 21:24:21.032 INFO O| Feb 10 21:24:21.032 INFO STEP 817 (remove_files) COMPLETE
74622026-02-10T21:24:21.145Z[ recovery-image] Feb 10 21:24:21.032 INFO O| Feb 10 21:24:21.032 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632026-02-10T21:24:21.145Z[ recovery-image] Feb 10 21:24:21.046 INFO O| Feb 10 21:24:21.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
74642026-02-10T21:24:21.145Z[ recovery-image] Feb 10 21:24:21.047 INFO O| Feb 10 21:24:21.046 INFO STEP 818 (remove_files) COMPLETE
74652026-02-10T21:24:21.145Z[ recovery-image] Feb 10 21:24:21.047 INFO O| Feb 10 21:24:21.047 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662026-02-10T21:24:21.169Z[ recovery-image] Feb 10 21:24:21.060 INFO O| Feb 10 21:24:21.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
74672026-02-10T21:24:21.169Z[ recovery-image] Feb 10 21:24:21.061 INFO O| Feb 10 21:24:21.060 INFO STEP 819 (remove_files) COMPLETE
74682026-02-10T21:24:21.169Z[ recovery-image] Feb 10 21:24:21.061 INFO O| Feb 10 21:24:21.060 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692026-02-10T21:24:21.194Z[ recovery-image] Feb 10 21:24:21.073 INFO O| Feb 10 21:24:21.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
74702026-02-10T21:24:21.194Z[ recovery-image] Feb 10 21:24:21.073 INFO O| Feb 10 21:24:21.073 INFO STEP 820 (remove_files) COMPLETE
74712026-02-10T21:24:21.194Z[ recovery-image] Feb 10 21:24:21.074 INFO O| Feb 10 21:24:21.073 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722026-02-10T21:24:21.194Z[ recovery-image] Feb 10 21:24:21.086 INFO O| Feb 10 21:24:21.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
74732026-02-10T21:24:21.194Z[ recovery-image] Feb 10 21:24:21.087 INFO O| Feb 10 21:24:21.087 INFO STEP 821 (remove_files) COMPLETE
74742026-02-10T21:24:21.194Z[ recovery-image] Feb 10 21:24:21.087 INFO O| Feb 10 21:24:21.087 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752026-02-10T21:24:21.218Z[ recovery-image] Feb 10 21:24:21.099 INFO O| Feb 10 21:24:21.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
74762026-02-10T21:24:21.219Z[ recovery-image] Feb 10 21:24:21.099 INFO O| Feb 10 21:24:21.099 INFO STEP 822 (remove_files) COMPLETE
74772026-02-10T21:24:21.219Z[ recovery-image] Feb 10 21:24:21.099 INFO O| Feb 10 21:24:21.099 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782026-02-10T21:24:21.219Z[ recovery-image] Feb 10 21:24:21.112 INFO O| Feb 10 21:24:21.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
74792026-02-10T21:24:21.219Z[ recovery-image] Feb 10 21:24:21.112 INFO O| Feb 10 21:24:21.112 INFO STEP 823 (remove_files) COMPLETE
74802026-02-10T21:24:21.219Z[ recovery-image] Feb 10 21:24:21.112 INFO O| Feb 10 21:24:21.112 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812026-02-10T21:24:21.242Z[ recovery-image] Feb 10 21:24:21.129 INFO O| Feb 10 21:24:21.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
74822026-02-10T21:24:21.242Z[ recovery-image] Feb 10 21:24:21.129 INFO O| Feb 10 21:24:21.129 INFO STEP 824 (remove_files) COMPLETE
74832026-02-10T21:24:21.243Z[ recovery-image] Feb 10 21:24:21.129 INFO O| Feb 10 21:24:21.129 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842026-02-10T21:24:21.267Z[ recovery-image] Feb 10 21:24:21.148 INFO O| Feb 10 21:24:21.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
74852026-02-10T21:24:21.267Z[ recovery-image] Feb 10 21:24:21.148 INFO O| Feb 10 21:24:21.148 INFO STEP 825 (remove_files) COMPLETE
74862026-02-10T21:24:21.267Z[ recovery-image] Feb 10 21:24:21.148 INFO O| Feb 10 21:24:21.148 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872026-02-10T21:24:21.267Z[ recovery-image] Feb 10 21:24:21.162 INFO O| Feb 10 21:24:21.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
74882026-02-10T21:24:21.267Z[ recovery-image] Feb 10 21:24:21.162 INFO O| Feb 10 21:24:21.162 INFO STEP 826 (remove_files) COMPLETE
74892026-02-10T21:24:21.267Z[ recovery-image] Feb 10 21:24:21.162 INFO O| Feb 10 21:24:21.162 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902026-02-10T21:24:21.292Z[ recovery-image] Feb 10 21:24:21.182 INFO O| Feb 10 21:24:21.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
74912026-02-10T21:24:21.292Z[ recovery-image] Feb 10 21:24:21.182 INFO O| Feb 10 21:24:21.182 INFO STEP 827 (remove_files) COMPLETE
74922026-02-10T21:24:21.292Z[ recovery-image] Feb 10 21:24:21.182 INFO O| Feb 10 21:24:21.182 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932026-02-10T21:24:21.316Z[ recovery-image] Feb 10 21:24:21.199 INFO O| Feb 10 21:24:21.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
74942026-02-10T21:24:21.316Z[ recovery-image] Feb 10 21:24:21.199 INFO O| Feb 10 21:24:21.199 INFO STEP 828 (remove_files) COMPLETE
74952026-02-10T21:24:21.316Z[ recovery-image] Feb 10 21:24:21.199 INFO O| Feb 10 21:24:21.199 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962026-02-10T21:24:21.316Z[ recovery-image] Feb 10 21:24:21.216 INFO O| Feb 10 21:24:21.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
74972026-02-10T21:24:21.316Z[ recovery-image] Feb 10 21:24:21.216 INFO O| Feb 10 21:24:21.216 INFO STEP 829 (remove_files) COMPLETE
74982026-02-10T21:24:21.316Z[ recovery-image] Feb 10 21:24:21.216 INFO O| Feb 10 21:24:21.216 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992026-02-10T21:24:21.340Z[ recovery-image] Feb 10 21:24:21.232 INFO O| Feb 10 21:24:21.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
75002026-02-10T21:24:21.340Z[ recovery-image] Feb 10 21:24:21.233 INFO O| Feb 10 21:24:21.233 INFO STEP 830 (remove_files) COMPLETE
75012026-02-10T21:24:21.340Z[ recovery-image] Feb 10 21:24:21.233 INFO O| Feb 10 21:24:21.233 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022026-02-10T21:24:21.364Z[ recovery-image] Feb 10 21:24:21.245 INFO O| Feb 10 21:24:21.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
75032026-02-10T21:24:21.364Z[ recovery-image] Feb 10 21:24:21.246 INFO O| Feb 10 21:24:21.246 INFO STEP 831 (remove_files) COMPLETE
75042026-02-10T21:24:21.364Z[ recovery-image] Feb 10 21:24:21.246 INFO O| Feb 10 21:24:21.246 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052026-02-10T21:24:21.364Z[ recovery-image] Feb 10 21:24:21.258 INFO O| Feb 10 21:24:21.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
75062026-02-10T21:24:21.364Z[ recovery-image] Feb 10 21:24:21.258 INFO O| Feb 10 21:24:21.258 INFO STEP 832 (remove_files) COMPLETE
75072026-02-10T21:24:21.364Z[ recovery-image] Feb 10 21:24:21.258 INFO O| Feb 10 21:24:21.258 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082026-02-10T21:24:21.388Z[ recovery-image] Feb 10 21:24:21.270 INFO O| Feb 10 21:24:21.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
75092026-02-10T21:24:21.388Z[ recovery-image] Feb 10 21:24:21.270 INFO O| Feb 10 21:24:21.270 INFO STEP 833 (remove_files) COMPLETE
75102026-02-10T21:24:21.388Z[ recovery-image] Feb 10 21:24:21.270 INFO O| Feb 10 21:24:21.270 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112026-02-10T21:24:21.388Z[ recovery-image] Feb 10 21:24:21.290 INFO O| Feb 10 21:24:21.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
75122026-02-10T21:24:21.388Z[ recovery-image] Feb 10 21:24:21.290 INFO O| Feb 10 21:24:21.290 INFO STEP 834 (remove_files) COMPLETE
75132026-02-10T21:24:21.388Z[ recovery-image] Feb 10 21:24:21.290 INFO O| Feb 10 21:24:21.290 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142026-02-10T21:24:21.412Z[ recovery-image] Feb 10 21:24:21.308 INFO O| Feb 10 21:24:21.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
75152026-02-10T21:24:21.413Z[ recovery-image] Feb 10 21:24:21.308 INFO O| Feb 10 21:24:21.308 INFO STEP 835 (remove_files) COMPLETE
75162026-02-10T21:24:21.413Z[ recovery-image] Feb 10 21:24:21.308 INFO O| Feb 10 21:24:21.308 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172026-02-10T21:24:21.436Z[ recovery-image] Feb 10 21:24:21.322 INFO O| Feb 10 21:24:21.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
75182026-02-10T21:24:21.436Z[ recovery-image] Feb 10 21:24:21.322 INFO O| Feb 10 21:24:21.322 INFO STEP 836 (remove_files) COMPLETE
75192026-02-10T21:24:21.436Z[ recovery-image] Feb 10 21:24:21.322 INFO O| Feb 10 21:24:21.322 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202026-02-10T21:24:21.436Z[ recovery-image] Feb 10 21:24:21.339 INFO O| Feb 10 21:24:21.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
75212026-02-10T21:24:21.436Z[ recovery-image] Feb 10 21:24:21.339 INFO O| Feb 10 21:24:21.339 INFO STEP 837 (remove_files) COMPLETE
75222026-02-10T21:24:21.436Z[ recovery-image] Feb 10 21:24:21.339 INFO O| Feb 10 21:24:21.339 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232026-02-10T21:24:21.461Z[ recovery-image] Feb 10 21:24:21.351 INFO O| Feb 10 21:24:21.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
75242026-02-10T21:24:21.461Z[ recovery-image] Feb 10 21:24:21.352 INFO O| Feb 10 21:24:21.352 INFO STEP 838 (remove_files) COMPLETE
75252026-02-10T21:24:21.461Z[ recovery-image] Feb 10 21:24:21.352 INFO O| Feb 10 21:24:21.352 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262026-02-10T21:24:21.461Z[ recovery-image] Feb 10 21:24:21.363 INFO O| Feb 10 21:24:21.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
75272026-02-10T21:24:21.461Z[ recovery-image] Feb 10 21:24:21.364 INFO O| Feb 10 21:24:21.363 INFO STEP 839 (remove_files) COMPLETE
75282026-02-10T21:24:21.461Z[ recovery-image] Feb 10 21:24:21.364 INFO O| Feb 10 21:24:21.363 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292026-02-10T21:24:21.485Z[ recovery-image] Feb 10 21:24:21.376 INFO O| Feb 10 21:24:21.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
75302026-02-10T21:24:21.485Z[ recovery-image] Feb 10 21:24:21.377 INFO O| Feb 10 21:24:21.377 INFO STEP 840 (remove_files) COMPLETE
75312026-02-10T21:24:21.485Z[ recovery-image] Feb 10 21:24:21.377 INFO O| Feb 10 21:24:21.377 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322026-02-10T21:24:21.509Z[ recovery-image] Feb 10 21:24:21.394 INFO O| Feb 10 21:24:21.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
75332026-02-10T21:24:21.509Z[ recovery-image] Feb 10 21:24:21.395 INFO O| Feb 10 21:24:21.394 INFO STEP 841 (remove_files) COMPLETE
75342026-02-10T21:24:21.509Z[ recovery-image] Feb 10 21:24:21.395 INFO O| Feb 10 21:24:21.395 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352026-02-10T21:24:21.509Z[ recovery-image] Feb 10 21:24:21.410 INFO O| Feb 10 21:24:21.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
75362026-02-10T21:24:21.509Z[ recovery-image] Feb 10 21:24:21.410 INFO O| Feb 10 21:24:21.410 INFO STEP 842 (remove_files) COMPLETE
75372026-02-10T21:24:21.509Z[ recovery-image] Feb 10 21:24:21.410 INFO O| Feb 10 21:24:21.410 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382026-02-10T21:24:21.533Z[ recovery-image] Feb 10 21:24:21.422 INFO O| Feb 10 21:24:21.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
75392026-02-10T21:24:21.533Z[ recovery-image] Feb 10 21:24:21.423 INFO O| Feb 10 21:24:21.423 INFO STEP 843 (remove_files) COMPLETE
75402026-02-10T21:24:21.533Z[ recovery-image] Feb 10 21:24:21.423 INFO O| Feb 10 21:24:21.423 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412026-02-10T21:24:21.533Z[ recovery-image] Feb 10 21:24:21.434 INFO O| Feb 10 21:24:21.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
75422026-02-10T21:24:21.533Z[ recovery-image] Feb 10 21:24:21.434 INFO O| Feb 10 21:24:21.434 INFO STEP 844 (remove_files) COMPLETE
75432026-02-10T21:24:21.533Z[ recovery-image] Feb 10 21:24:21.434 INFO O| Feb 10 21:24:21.434 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442026-02-10T21:24:21.556Z[ recovery-image] Feb 10 21:24:21.445 INFO O| Feb 10 21:24:21.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
75452026-02-10T21:24:21.557Z[ recovery-image] Feb 10 21:24:21.446 INFO O| Feb 10 21:24:21.446 INFO STEP 845 (remove_files) COMPLETE
75462026-02-10T21:24:21.557Z[ recovery-image] Feb 10 21:24:21.446 INFO O| Feb 10 21:24:21.446 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472026-02-10T21:24:21.581Z[ recovery-image] Feb 10 21:24:21.467 INFO O| Feb 10 21:24:21.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
75482026-02-10T21:24:21.581Z[ recovery-image] Feb 10 21:24:21.467 INFO O| Feb 10 21:24:21.467 INFO STEP 846 (remove_files) COMPLETE
75492026-02-10T21:24:21.581Z[ recovery-image] Feb 10 21:24:21.467 INFO O| Feb 10 21:24:21.467 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502026-02-10T21:24:21.605Z[ recovery-image] Feb 10 21:24:21.488 INFO O| Feb 10 21:24:21.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
75512026-02-10T21:24:21.605Z[ recovery-image] Feb 10 21:24:21.488 INFO O| Feb 10 21:24:21.488 INFO STEP 847 (remove_files) COMPLETE
75522026-02-10T21:24:21.605Z[ recovery-image] Feb 10 21:24:21.488 INFO O| Feb 10 21:24:21.488 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532026-02-10T21:24:21.629Z[ recovery-image] Feb 10 21:24:21.509 INFO O| Feb 10 21:24:21.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
75542026-02-10T21:24:21.629Z[ recovery-image] Feb 10 21:24:21.509 INFO O| Feb 10 21:24:21.509 INFO STEP 848 (remove_files) COMPLETE
75552026-02-10T21:24:21.629Z[ recovery-image] Feb 10 21:24:21.509 INFO O| Feb 10 21:24:21.509 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562026-02-10T21:24:21.630Z[ recovery-image] Feb 10 21:24:21.530 INFO O| Feb 10 21:24:21.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
75572026-02-10T21:24:21.630Z[ recovery-image] Feb 10 21:24:21.531 INFO O| Feb 10 21:24:21.531 INFO STEP 849 (remove_files) COMPLETE
75582026-02-10T21:24:21.630Z[ recovery-image] Feb 10 21:24:21.531 INFO O| Feb 10 21:24:21.531 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592026-02-10T21:24:21.654Z[ recovery-image] Feb 10 21:24:21.555 INFO O| Feb 10 21:24:21.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
75602026-02-10T21:24:21.654Z[ recovery-image] Feb 10 21:24:21.555 INFO O| Feb 10 21:24:21.555 INFO STEP 850 (remove_files) COMPLETE
75612026-02-10T21:24:21.654Z[ recovery-image] Feb 10 21:24:21.555 INFO O| Feb 10 21:24:21.555 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622026-02-10T21:24:21.678Z[ recovery-image] Feb 10 21:24:21.576 INFO O| Feb 10 21:24:21.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
75632026-02-10T21:24:21.678Z[ recovery-image] Feb 10 21:24:21.577 INFO O| Feb 10 21:24:21.576 INFO STEP 851 (remove_files) COMPLETE
75642026-02-10T21:24:21.678Z[ recovery-image] Feb 10 21:24:21.577 INFO O| Feb 10 21:24:21.576 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652026-02-10T21:24:21.702Z[ recovery-image] Feb 10 21:24:21.594 INFO O| Feb 10 21:24:21.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
75662026-02-10T21:24:21.703Z[ recovery-image] Feb 10 21:24:21.594 INFO O| Feb 10 21:24:21.594 INFO STEP 852 (remove_files) COMPLETE
75672026-02-10T21:24:21.703Z[ recovery-image] Feb 10 21:24:21.594 INFO O| Feb 10 21:24:21.594 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682026-02-10T21:24:21.727Z[ recovery-image] Feb 10 21:24:21.611 INFO O| Feb 10 21:24:21.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
75692026-02-10T21:24:21.727Z[ recovery-image] Feb 10 21:24:21.611 INFO O| Feb 10 21:24:21.611 INFO STEP 853 (remove_files) COMPLETE
75702026-02-10T21:24:21.727Z[ recovery-image] Feb 10 21:24:21.611 INFO O| Feb 10 21:24:21.611 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712026-02-10T21:24:21.727Z[ recovery-image] Feb 10 21:24:21.628 INFO O| Feb 10 21:24:21.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
75722026-02-10T21:24:21.727Z[ recovery-image] Feb 10 21:24:21.628 INFO O| Feb 10 21:24:21.628 INFO STEP 854 (remove_files) COMPLETE
75732026-02-10T21:24:21.727Z[ recovery-image] Feb 10 21:24:21.628 INFO O| Feb 10 21:24:21.628 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742026-02-10T21:24:21.751Z[ recovery-image] Feb 10 21:24:21.644 INFO O| Feb 10 21:24:21.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
75752026-02-10T21:24:21.751Z[ recovery-image] Feb 10 21:24:21.644 INFO O| Feb 10 21:24:21.644 INFO STEP 855 (remove_files) COMPLETE
75762026-02-10T21:24:21.751Z[ recovery-image] Feb 10 21:24:21.644 INFO O| Feb 10 21:24:21.644 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772026-02-10T21:24:21.775Z[ recovery-image] Feb 10 21:24:21.661 INFO O| Feb 10 21:24:21.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
75782026-02-10T21:24:21.775Z[ recovery-image] Feb 10 21:24:21.662 INFO O| Feb 10 21:24:21.662 INFO STEP 856 (remove_files) COMPLETE
75792026-02-10T21:24:21.775Z[ recovery-image] Feb 10 21:24:21.662 INFO O| Feb 10 21:24:21.662 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802026-02-10T21:24:21.799Z[ recovery-image] Feb 10 21:24:21.682 INFO O| Feb 10 21:24:21.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
75812026-02-10T21:24:21.799Z[ recovery-image] Feb 10 21:24:21.682 INFO O| Feb 10 21:24:21.682 INFO STEP 857 (remove_files) COMPLETE
75822026-02-10T21:24:21.799Z[ recovery-image] Feb 10 21:24:21.682 INFO O| Feb 10 21:24:21.682 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832026-02-10T21:24:21.799Z[ recovery-image] Feb 10 21:24:21.698 INFO O| Feb 10 21:24:21.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
75842026-02-10T21:24:21.799Z[ recovery-image] Feb 10 21:24:21.698 INFO O| Feb 10 21:24:21.698 INFO STEP 858 (remove_files) COMPLETE
75852026-02-10T21:24:21.799Z[ recovery-image] Feb 10 21:24:21.698 INFO O| Feb 10 21:24:21.698 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862026-02-10T21:24:21.824Z[ recovery-image] Feb 10 21:24:21.727 INFO O| Feb 10 21:24:21.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
75872026-02-10T21:24:21.824Z[ recovery-image] Feb 10 21:24:21.728 INFO O| Feb 10 21:24:21.727 INFO STEP 859 (remove_files) COMPLETE
75882026-02-10T21:24:21.824Z[ recovery-image] Feb 10 21:24:21.728 INFO O| Feb 10 21:24:21.728 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892026-02-10T21:24:21.848Z[ recovery-image] Feb 10 21:24:21.751 INFO O| Feb 10 21:24:21.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
75902026-02-10T21:24:21.848Z[ recovery-image] Feb 10 21:24:21.751 INFO O| Feb 10 21:24:21.751 INFO STEP 860 (remove_files) COMPLETE
75912026-02-10T21:24:21.848Z[ recovery-image] Feb 10 21:24:21.751 INFO O| Feb 10 21:24:21.751 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922026-02-10T21:24:21.872Z[ recovery-image] Feb 10 21:24:21.772 INFO O| Feb 10 21:24:21.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
75932026-02-10T21:24:21.872Z[ recovery-image] Feb 10 21:24:21.772 INFO O| Feb 10 21:24:21.772 INFO STEP 861 (remove_files) COMPLETE
75942026-02-10T21:24:21.872Z[ recovery-image] Feb 10 21:24:21.772 INFO O| Feb 10 21:24:21.772 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952026-02-10T21:24:21.896Z[ recovery-image] Feb 10 21:24:21.791 INFO O| Feb 10 21:24:21.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
75962026-02-10T21:24:21.896Z[ recovery-image] Feb 10 21:24:21.792 INFO O| Feb 10 21:24:21.792 INFO STEP 862 (remove_files) COMPLETE
75972026-02-10T21:24:21.896Z[ recovery-image] Feb 10 21:24:21.792 INFO O| Feb 10 21:24:21.792 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982026-02-10T21:24:21.920Z[ recovery-image] Feb 10 21:24:21.814 INFO O| Feb 10 21:24:21.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
75992026-02-10T21:24:21.920Z[ recovery-image] Feb 10 21:24:21.814 INFO O| Feb 10 21:24:21.814 INFO STEP 863 (remove_files) COMPLETE
76002026-02-10T21:24:21.920Z[ recovery-image] Feb 10 21:24:21.814 INFO O| Feb 10 21:24:21.814 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012026-02-10T21:24:21.944Z[ recovery-image] Feb 10 21:24:21.836 INFO O| Feb 10 21:24:21.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
76022026-02-10T21:24:21.944Z[ recovery-image] Feb 10 21:24:21.836 INFO O| Feb 10 21:24:21.836 INFO STEP 864 (remove_files) COMPLETE
76032026-02-10T21:24:21.944Z[ recovery-image] Feb 10 21:24:21.836 INFO O| Feb 10 21:24:21.836 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042026-02-10T21:24:21.968Z[ recovery-image] Feb 10 21:24:21.859 INFO O| Feb 10 21:24:21.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
76052026-02-10T21:24:21.968Z[ recovery-image] Feb 10 21:24:21.859 INFO O| Feb 10 21:24:21.859 INFO STEP 865 (remove_files) COMPLETE
76062026-02-10T21:24:21.968Z[ recovery-image] Feb 10 21:24:21.859 INFO O| Feb 10 21:24:21.859 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072026-02-10T21:24:21.992Z[ recovery-image] Feb 10 21:24:21.876 INFO O| Feb 10 21:24:21.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
76082026-02-10T21:24:21.992Z[ recovery-image] Feb 10 21:24:21.877 INFO O| Feb 10 21:24:21.876 INFO STEP 866 (remove_files) COMPLETE
76092026-02-10T21:24:21.992Z[ recovery-image] Feb 10 21:24:21.877 INFO O| Feb 10 21:24:21.877 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102026-02-10T21:24:21.992Z[ recovery-image] Feb 10 21:24:21.892 INFO O| Feb 10 21:24:21.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
76112026-02-10T21:24:21.992Z[ recovery-image] Feb 10 21:24:21.892 INFO O| Feb 10 21:24:21.892 INFO STEP 867 (remove_files) COMPLETE
76122026-02-10T21:24:21.992Z[ recovery-image] Feb 10 21:24:21.892 INFO O| Feb 10 21:24:21.892 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132026-02-10T21:24:22.016Z[ recovery-image] Feb 10 21:24:21.905 INFO O| Feb 10 21:24:21.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
76142026-02-10T21:24:22.017Z[ recovery-image] Feb 10 21:24:21.905 INFO O| Feb 10 21:24:21.905 INFO STEP 868 (remove_files) COMPLETE
76152026-02-10T21:24:22.017Z[ recovery-image] Feb 10 21:24:21.905 INFO O| Feb 10 21:24:21.905 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162026-02-10T21:24:22.041Z[ recovery-image] Feb 10 21:24:21.922 INFO O| Feb 10 21:24:21.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
76172026-02-10T21:24:22.041Z[ recovery-image] Feb 10 21:24:21.922 INFO O| Feb 10 21:24:21.922 INFO STEP 869 (remove_files) COMPLETE
76182026-02-10T21:24:22.041Z[ recovery-image] Feb 10 21:24:21.922 INFO O| Feb 10 21:24:21.922 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192026-02-10T21:24:22.041Z[ recovery-image] Feb 10 21:24:21.937 INFO O| Feb 10 21:24:21.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
76202026-02-10T21:24:22.041Z[ recovery-image] Feb 10 21:24:21.937 INFO O| Feb 10 21:24:21.937 INFO STEP 870 (remove_files) COMPLETE
76212026-02-10T21:24:22.041Z[ recovery-image] Feb 10 21:24:21.937 INFO O| Feb 10 21:24:21.937 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222026-02-10T21:24:22.066Z[ recovery-image] Feb 10 21:24:21.953 INFO O| Feb 10 21:24:21.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
76232026-02-10T21:24:22.066Z[ recovery-image] Feb 10 21:24:21.953 INFO O| Feb 10 21:24:21.953 INFO STEP 871 (remove_files) COMPLETE
76242026-02-10T21:24:22.066Z[ recovery-image] Feb 10 21:24:21.953 INFO O| Feb 10 21:24:21.953 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252026-02-10T21:24:22.090Z[ recovery-image] Feb 10 21:24:21.973 INFO O| Feb 10 21:24:21.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
76262026-02-10T21:24:22.090Z[ recovery-image] Feb 10 21:24:21.973 INFO O| Feb 10 21:24:21.973 INFO STEP 872 (remove_files) COMPLETE
76272026-02-10T21:24:22.090Z[ recovery-image] Feb 10 21:24:21.973 INFO O| Feb 10 21:24:21.973 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282026-02-10T21:24:22.090Z[ recovery-image] Feb 10 21:24:21.992 INFO O| Feb 10 21:24:21.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
76292026-02-10T21:24:22.090Z[ recovery-image] Feb 10 21:24:21.993 INFO O| Feb 10 21:24:21.993 INFO STEP 873 (remove_files) COMPLETE
76302026-02-10T21:24:22.090Z[ recovery-image] Feb 10 21:24:21.993 INFO O| Feb 10 21:24:21.993 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312026-02-10T21:24:22.114Z[ recovery-image] Feb 10 21:24:22.012 INFO O| Feb 10 21:24:22.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
76322026-02-10T21:24:22.114Z[ recovery-image] Feb 10 21:24:22.012 INFO O| Feb 10 21:24:22.012 INFO STEP 874 (remove_files) COMPLETE
76332026-02-10T21:24:22.114Z[ recovery-image] Feb 10 21:24:22.012 INFO O| Feb 10 21:24:22.012 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342026-02-10T21:24:22.138Z[ recovery-image] Feb 10 21:24:22.032 INFO O| Feb 10 21:24:22.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
76352026-02-10T21:24:22.138Z[ recovery-image] Feb 10 21:24:22.032 INFO O| Feb 10 21:24:22.032 INFO STEP 875 (remove_files) COMPLETE
76362026-02-10T21:24:22.138Z[ recovery-image] Feb 10 21:24:22.032 INFO O| Feb 10 21:24:22.032 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372026-02-10T21:24:22.162Z[ recovery-image] Feb 10 21:24:22.048 INFO O| Feb 10 21:24:22.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
76382026-02-10T21:24:22.162Z[ recovery-image] Feb 10 21:24:22.048 INFO O| Feb 10 21:24:22.048 INFO STEP 876 (remove_files) COMPLETE
76392026-02-10T21:24:22.162Z[ recovery-image] Feb 10 21:24:22.048 INFO O| Feb 10 21:24:22.048 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402026-02-10T21:24:22.186Z[ recovery-image] Feb 10 21:24:22.068 INFO O| Feb 10 21:24:22.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
76412026-02-10T21:24:22.187Z[ recovery-image] Feb 10 21:24:22.069 INFO O| Feb 10 21:24:22.069 INFO STEP 877 (remove_files) COMPLETE
76422026-02-10T21:24:22.187Z[ recovery-image] Feb 10 21:24:22.069 INFO O| Feb 10 21:24:22.069 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432026-02-10T21:24:22.187Z[ recovery-image] Feb 10 21:24:22.089 INFO O| Feb 10 21:24:22.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
76442026-02-10T21:24:22.187Z[ recovery-image] Feb 10 21:24:22.089 INFO O| Feb 10 21:24:22.089 INFO STEP 878 (remove_files) COMPLETE
76452026-02-10T21:24:22.187Z[ recovery-image] Feb 10 21:24:22.089 INFO O| Feb 10 21:24:22.089 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462026-02-10T21:24:22.211Z[ recovery-image] Feb 10 21:24:22.101 INFO O| Feb 10 21:24:22.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
76472026-02-10T21:24:22.211Z[ recovery-image] Feb 10 21:24:22.101 INFO O| Feb 10 21:24:22.101 INFO STEP 879 (remove_files) COMPLETE
76482026-02-10T21:24:22.211Z[ recovery-image] Feb 10 21:24:22.101 INFO O| Feb 10 21:24:22.101 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492026-02-10T21:24:22.235Z[ recovery-image] Feb 10 21:24:22.119 INFO O| Feb 10 21:24:22.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
76502026-02-10T21:24:22.235Z[ recovery-image] Feb 10 21:24:22.119 INFO O| Feb 10 21:24:22.119 INFO STEP 880 (remove_files) COMPLETE
76512026-02-10T21:24:22.235Z[ recovery-image] Feb 10 21:24:22.119 INFO O| Feb 10 21:24:22.119 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522026-02-10T21:24:22.235Z[ recovery-image] Feb 10 21:24:22.138 INFO O| Feb 10 21:24:22.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
76532026-02-10T21:24:22.235Z[ recovery-image] Feb 10 21:24:22.138 INFO O| Feb 10 21:24:22.138 INFO STEP 881 (remove_files) COMPLETE
76542026-02-10T21:24:22.235Z[ recovery-image] Feb 10 21:24:22.138 INFO O| Feb 10 21:24:22.138 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552026-02-10T21:24:22.259Z[ recovery-image] Feb 10 21:24:22.156 INFO O| Feb 10 21:24:22.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
76562026-02-10T21:24:22.259Z[ recovery-image] Feb 10 21:24:22.156 INFO O| Feb 10 21:24:22.156 INFO STEP 882 (remove_files) COMPLETE
76572026-02-10T21:24:22.259Z[ recovery-image] Feb 10 21:24:22.156 INFO O| Feb 10 21:24:22.156 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582026-02-10T21:24:22.283Z[ recovery-image] Feb 10 21:24:22.177 INFO O| Feb 10 21:24:22.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
76592026-02-10T21:24:22.283Z[ recovery-image] Feb 10 21:24:22.178 INFO O| Feb 10 21:24:22.178 INFO STEP 883 (remove_files) COMPLETE
76602026-02-10T21:24:22.283Z[ recovery-image] Feb 10 21:24:22.178 INFO O| Feb 10 21:24:22.178 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612026-02-10T21:24:22.307Z[ recovery-image] Feb 10 21:24:22.197 INFO O| Feb 10 21:24:22.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
76622026-02-10T21:24:22.307Z[ recovery-image] Feb 10 21:24:22.197 INFO O| Feb 10 21:24:22.197 INFO STEP 884 (remove_files) COMPLETE
76632026-02-10T21:24:22.307Z[ recovery-image] Feb 10 21:24:22.197 INFO O| Feb 10 21:24:22.197 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642026-02-10T21:24:22.307Z[ recovery-image] Feb 10 21:24:22.211 INFO O| Feb 10 21:24:22.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
76652026-02-10T21:24:22.307Z[ recovery-image] Feb 10 21:24:22.211 INFO O| Feb 10 21:24:22.211 INFO STEP 885 (remove_files) COMPLETE
76662026-02-10T21:24:22.307Z[ recovery-image] Feb 10 21:24:22.211 INFO O| Feb 10 21:24:22.211 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672026-02-10T21:24:22.331Z[ recovery-image] Feb 10 21:24:22.228 INFO O| Feb 10 21:24:22.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
76682026-02-10T21:24:22.331Z[ recovery-image] Feb 10 21:24:22.228 INFO O| Feb 10 21:24:22.228 INFO STEP 886 (remove_files) COMPLETE
76692026-02-10T21:24:22.331Z[ recovery-image] Feb 10 21:24:22.228 INFO O| Feb 10 21:24:22.228 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702026-02-10T21:24:22.355Z[ recovery-image] Feb 10 21:24:22.249 INFO O| Feb 10 21:24:22.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
76712026-02-10T21:24:22.355Z[ recovery-image] Feb 10 21:24:22.249 INFO O| Feb 10 21:24:22.249 INFO STEP 887 (remove_files) COMPLETE
76722026-02-10T21:24:22.355Z[ recovery-image] Feb 10 21:24:22.249 INFO O| Feb 10 21:24:22.249 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732026-02-10T21:24:22.379Z[ recovery-image] Feb 10 21:24:22.266 INFO O| Feb 10 21:24:22.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
76742026-02-10T21:24:22.379Z[ recovery-image] Feb 10 21:24:22.266 INFO O| Feb 10 21:24:22.266 INFO STEP 888 (remove_files) COMPLETE
76752026-02-10T21:24:22.379Z[ recovery-image] Feb 10 21:24:22.266 INFO O| Feb 10 21:24:22.266 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762026-02-10T21:24:22.403Z[ recovery-image] Feb 10 21:24:22.286 INFO O| Feb 10 21:24:22.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
76772026-02-10T21:24:22.403Z[ recovery-image] Feb 10 21:24:22.286 INFO O| Feb 10 21:24:22.286 INFO STEP 889 (remove_files) COMPLETE
76782026-02-10T21:24:22.403Z[ recovery-image] Feb 10 21:24:22.286 INFO O| Feb 10 21:24:22.286 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792026-02-10T21:24:22.403Z[ recovery-image] Feb 10 21:24:22.303 INFO O| Feb 10 21:24:22.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
76802026-02-10T21:24:22.403Z[ recovery-image] Feb 10 21:24:22.303 INFO O| Feb 10 21:24:22.303 INFO STEP 890 (remove_files) COMPLETE
76812026-02-10T21:24:22.403Z[ recovery-image] Feb 10 21:24:22.303 INFO O| Feb 10 21:24:22.303 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822026-02-10T21:24:22.427Z[ recovery-image] Feb 10 21:24:22.318 INFO O| Feb 10 21:24:22.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
76832026-02-10T21:24:22.427Z[ recovery-image] Feb 10 21:24:22.318 INFO O| Feb 10 21:24:22.318 INFO STEP 891 (remove_files) COMPLETE
76842026-02-10T21:24:22.427Z[ recovery-image] Feb 10 21:24:22.318 INFO O| Feb 10 21:24:22.318 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852026-02-10T21:24:22.451Z[ recovery-image] Feb 10 21:24:22.339 INFO O| Feb 10 21:24:22.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
76862026-02-10T21:24:22.451Z[ recovery-image] Feb 10 21:24:22.339 INFO O| Feb 10 21:24:22.339 INFO STEP 892 (remove_files) COMPLETE
76872026-02-10T21:24:22.451Z[ recovery-image] Feb 10 21:24:22.339 INFO O| Feb 10 21:24:22.339 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882026-02-10T21:24:22.451Z[ recovery-image] Feb 10 21:24:22.354 INFO O| Feb 10 21:24:22.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
76892026-02-10T21:24:22.451Z[ recovery-image] Feb 10 21:24:22.354 INFO O| Feb 10 21:24:22.354 INFO STEP 893 (remove_files) COMPLETE
76902026-02-10T21:24:22.451Z[ recovery-image] Feb 10 21:24:22.354 INFO O| Feb 10 21:24:22.354 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912026-02-10T21:24:22.475Z[ recovery-image] Feb 10 21:24:22.370 INFO O| Feb 10 21:24:22.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
76922026-02-10T21:24:22.475Z[ recovery-image] Feb 10 21:24:22.370 INFO O| Feb 10 21:24:22.370 INFO STEP 894 (remove_files) COMPLETE
76932026-02-10T21:24:22.475Z[ recovery-image] Feb 10 21:24:22.370 INFO O| Feb 10 21:24:22.370 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942026-02-10T21:24:22.499Z[ recovery-image] Feb 10 21:24:22.393 INFO O| Feb 10 21:24:22.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
76952026-02-10T21:24:22.523Z[ recovery-image] Feb 10 21:24:22.414 INFO O| Feb 10 21:24:22.414 INFO STEP 895 (remove_files) COMPLETE
76962026-02-10T21:24:22.523Z[ recovery-image] Feb 10 21:24:22.414 INFO O| Feb 10 21:24:22.414 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972026-02-10T21:24:22.547Z[ recovery-image] Feb 10 21:24:22.437 INFO O| Feb 10 21:24:22.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
76982026-02-10T21:24:22.547Z[ recovery-image] Feb 10 21:24:22.438 INFO O| Feb 10 21:24:22.437 INFO STEP 896 (remove_files) COMPLETE
76992026-02-10T21:24:22.547Z[ recovery-image] Feb 10 21:24:22.438 INFO O| Feb 10 21:24:22.438 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002026-02-10T21:24:22.572Z[ recovery-image] Feb 10 21:24:22.458 INFO O| Feb 10 21:24:22.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
77012026-02-10T21:24:22.572Z[ recovery-image] Feb 10 21:24:22.458 INFO O| Feb 10 21:24:22.458 INFO STEP 897 (remove_files) COMPLETE
77022026-02-10T21:24:22.572Z[ recovery-image] Feb 10 21:24:22.458 INFO O| Feb 10 21:24:22.458 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032026-02-10T21:24:22.572Z[ recovery-image] Feb 10 21:24:22.474 INFO O| Feb 10 21:24:22.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
77042026-02-10T21:24:22.572Z[ recovery-image] Feb 10 21:24:22.474 INFO O| Feb 10 21:24:22.474 INFO STEP 898 (remove_files) COMPLETE
77052026-02-10T21:24:22.572Z[ recovery-image] Feb 10 21:24:22.474 INFO O| Feb 10 21:24:22.474 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062026-02-10T21:24:22.596Z[ recovery-image] Feb 10 21:24:22.495 INFO O| Feb 10 21:24:22.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
77072026-02-10T21:24:22.596Z[ recovery-image] Feb 10 21:24:22.495 INFO O| Feb 10 21:24:22.495 INFO STEP 899 (remove_files) COMPLETE
77082026-02-10T21:24:22.596Z[ recovery-image] Feb 10 21:24:22.495 INFO O| Feb 10 21:24:22.495 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092026-02-10T21:24:22.620Z[ recovery-image] Feb 10 21:24:22.517 INFO O| Feb 10 21:24:22.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
77102026-02-10T21:24:22.620Z[ recovery-image] Feb 10 21:24:22.517 INFO O| Feb 10 21:24:22.517 INFO STEP 900 (remove_files) COMPLETE
77112026-02-10T21:24:22.620Z[ recovery-image] Feb 10 21:24:22.517 INFO O| Feb 10 21:24:22.517 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122026-02-10T21:24:22.644Z[ recovery-image] Feb 10 21:24:22.536 INFO O| Feb 10 21:24:22.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
77132026-02-10T21:24:22.644Z[ recovery-image] Feb 10 21:24:22.536 INFO O| Feb 10 21:24:22.536 INFO STEP 901 (remove_files) COMPLETE
77142026-02-10T21:24:22.644Z[ recovery-image] Feb 10 21:24:22.536 INFO O| Feb 10 21:24:22.536 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152026-02-10T21:24:22.668Z[ recovery-image] Feb 10 21:24:22.552 INFO O| Feb 10 21:24:22.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
77162026-02-10T21:24:22.669Z[ recovery-image] Feb 10 21:24:22.552 INFO O| Feb 10 21:24:22.552 INFO STEP 902 (remove_files) COMPLETE
77172026-02-10T21:24:22.669Z[ recovery-image] Feb 10 21:24:22.552 INFO O| Feb 10 21:24:22.552 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182026-02-10T21:24:22.669Z[ recovery-image] Feb 10 21:24:22.567 INFO O| Feb 10 21:24:22.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
77192026-02-10T21:24:22.669Z[ recovery-image] Feb 10 21:24:22.567 INFO O| Feb 10 21:24:22.567 INFO STEP 903 (remove_files) COMPLETE
77202026-02-10T21:24:22.669Z[ recovery-image] Feb 10 21:24:22.567 INFO O| Feb 10 21:24:22.567 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212026-02-10T21:24:22.693Z[ recovery-image] Feb 10 21:24:22.580 INFO O| Feb 10 21:24:22.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
77222026-02-10T21:24:22.693Z[ recovery-image] Feb 10 21:24:22.580 INFO O| Feb 10 21:24:22.580 INFO STEP 904 (remove_files) COMPLETE
77232026-02-10T21:24:22.693Z[ recovery-image] Feb 10 21:24:22.580 INFO O| Feb 10 21:24:22.580 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242026-02-10T21:24:22.693Z[ recovery-image] Feb 10 21:24:22.594 INFO O| Feb 10 21:24:22.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
77252026-02-10T21:24:22.693Z[ recovery-image] Feb 10 21:24:22.594 INFO O| Feb 10 21:24:22.594 INFO STEP 905 (remove_files) COMPLETE
77262026-02-10T21:24:22.693Z[ recovery-image] Feb 10 21:24:22.594 INFO O| Feb 10 21:24:22.594 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272026-02-10T21:24:22.717Z[ recovery-image] Feb 10 21:24:22.608 INFO O| Feb 10 21:24:22.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
77282026-02-10T21:24:22.717Z[ recovery-image] Feb 10 21:24:22.608 INFO O| Feb 10 21:24:22.608 INFO STEP 906 (remove_files) COMPLETE
77292026-02-10T21:24:22.717Z[ recovery-image] Feb 10 21:24:22.608 INFO O| Feb 10 21:24:22.608 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302026-02-10T21:24:22.741Z[ recovery-image] Feb 10 21:24:22.623 INFO O| Feb 10 21:24:22.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
77312026-02-10T21:24:22.741Z[ recovery-image] Feb 10 21:24:22.623 INFO O| Feb 10 21:24:22.623 INFO STEP 907 (remove_files) COMPLETE
77322026-02-10T21:24:22.741Z[ recovery-image] Feb 10 21:24:22.623 INFO O| Feb 10 21:24:22.623 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332026-02-10T21:24:22.741Z[ recovery-image] Feb 10 21:24:22.637 INFO O| Feb 10 21:24:22.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
77342026-02-10T21:24:22.741Z[ recovery-image] Feb 10 21:24:22.638 INFO O| Feb 10 21:24:22.638 INFO STEP 908 (remove_files) COMPLETE
77352026-02-10T21:24:22.741Z[ recovery-image] Feb 10 21:24:22.638 INFO O| Feb 10 21:24:22.638 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362026-02-10T21:24:22.765Z[ recovery-image] Feb 10 21:24:22.652 INFO O| Feb 10 21:24:22.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
77372026-02-10T21:24:22.765Z[ recovery-image] Feb 10 21:24:22.652 INFO O| Feb 10 21:24:22.652 INFO STEP 909 (remove_files) COMPLETE
77382026-02-10T21:24:22.765Z[ recovery-image] Feb 10 21:24:22.653 INFO O| Feb 10 21:24:22.653 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392026-02-10T21:24:22.765Z[ recovery-image] Feb 10 21:24:22.667 INFO O| Feb 10 21:24:22.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
77402026-02-10T21:24:22.765Z[ recovery-image] Feb 10 21:24:22.667 INFO O| Feb 10 21:24:22.667 INFO STEP 910 (remove_files) COMPLETE
77412026-02-10T21:24:22.765Z[ recovery-image] Feb 10 21:24:22.667 INFO O| Feb 10 21:24:22.667 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422026-02-10T21:24:22.789Z[ recovery-image] Feb 10 21:24:22.681 INFO O| Feb 10 21:24:22.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
77432026-02-10T21:24:22.789Z[ recovery-image] Feb 10 21:24:22.681 INFO O| Feb 10 21:24:22.681 INFO STEP 911 (remove_files) COMPLETE
77442026-02-10T21:24:22.789Z[ recovery-image] Feb 10 21:24:22.681 INFO O| Feb 10 21:24:22.681 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452026-02-10T21:24:22.813Z[ recovery-image] Feb 10 21:24:22.694 INFO O| Feb 10 21:24:22.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
77462026-02-10T21:24:22.813Z[ recovery-image] Feb 10 21:24:22.694 INFO O| Feb 10 21:24:22.694 INFO STEP 912 (remove_files) COMPLETE
77472026-02-10T21:24:22.813Z[ recovery-image] Feb 10 21:24:22.694 INFO O| Feb 10 21:24:22.694 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482026-02-10T21:24:22.813Z[ recovery-image] Feb 10 21:24:22.709 INFO O| Feb 10 21:24:22.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
77492026-02-10T21:24:22.813Z[ recovery-image] Feb 10 21:24:22.709 INFO O| Feb 10 21:24:22.709 INFO STEP 913 (remove_files) COMPLETE
77502026-02-10T21:24:22.813Z[ recovery-image] Feb 10 21:24:22.709 INFO O| Feb 10 21:24:22.709 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512026-02-10T21:24:22.837Z[ recovery-image] Feb 10 21:24:22.724 INFO O| Feb 10 21:24:22.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
77522026-02-10T21:24:22.838Z[ recovery-image] Feb 10 21:24:22.724 INFO O| Feb 10 21:24:22.724 INFO STEP 914 (remove_files) COMPLETE
77532026-02-10T21:24:22.838Z[ recovery-image] Feb 10 21:24:22.724 INFO O| Feb 10 21:24:22.724 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542026-02-10T21:24:22.838Z[ recovery-image] Feb 10 21:24:22.738 INFO O| Feb 10 21:24:22.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
77552026-02-10T21:24:22.838Z[ recovery-image] Feb 10 21:24:22.738 INFO O| Feb 10 21:24:22.738 INFO STEP 915 (remove_files) COMPLETE
77562026-02-10T21:24:22.838Z[ recovery-image] Feb 10 21:24:22.738 INFO O| Feb 10 21:24:22.738 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572026-02-10T21:24:22.862Z[ recovery-image] Feb 10 21:24:22.751 INFO O| Feb 10 21:24:22.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
77582026-02-10T21:24:22.862Z[ recovery-image] Feb 10 21:24:22.751 INFO O| Feb 10 21:24:22.751 INFO STEP 916 (remove_files) COMPLETE
77592026-02-10T21:24:22.862Z[ recovery-image] Feb 10 21:24:22.751 INFO O| Feb 10 21:24:22.751 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602026-02-10T21:24:22.862Z[ recovery-image] Feb 10 21:24:22.764 INFO O| Feb 10 21:24:22.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
77612026-02-10T21:24:22.862Z[ recovery-image] Feb 10 21:24:22.764 INFO O| Feb 10 21:24:22.764 INFO STEP 917 (remove_files) COMPLETE
77622026-02-10T21:24:22.862Z[ recovery-image] Feb 10 21:24:22.764 INFO O| Feb 10 21:24:22.764 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632026-02-10T21:24:22.886Z[ recovery-image] Feb 10 21:24:22.779 INFO O| Feb 10 21:24:22.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
77642026-02-10T21:24:22.886Z[ recovery-image] Feb 10 21:24:22.779 INFO O| Feb 10 21:24:22.779 INFO STEP 918 (remove_files) COMPLETE
77652026-02-10T21:24:22.886Z[ recovery-image] Feb 10 21:24:22.779 INFO O| Feb 10 21:24:22.779 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662026-02-10T21:24:22.910Z[ recovery-image] Feb 10 21:24:22.797 INFO O| Feb 10 21:24:22.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
77672026-02-10T21:24:22.910Z[ recovery-image] Feb 10 21:24:22.797 INFO O| Feb 10 21:24:22.797 INFO STEP 919 (remove_files) COMPLETE
77682026-02-10T21:24:22.910Z[ recovery-image] Feb 10 21:24:22.797 INFO O| Feb 10 21:24:22.797 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692026-02-10T21:24:22.934Z[ recovery-image] Feb 10 21:24:22.816 INFO O| Feb 10 21:24:22.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
77702026-02-10T21:24:22.934Z[ recovery-image] Feb 10 21:24:22.816 INFO O| Feb 10 21:24:22.816 INFO STEP 920 (remove_files) COMPLETE
77712026-02-10T21:24:22.934Z[ recovery-image] Feb 10 21:24:22.816 INFO O| Feb 10 21:24:22.816 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722026-02-10T21:24:22.934Z[ recovery-image] Feb 10 21:24:22.837 INFO O| Feb 10 21:24:22.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
77732026-02-10T21:24:22.934Z[ recovery-image] Feb 10 21:24:22.837 INFO O| Feb 10 21:24:22.837 INFO STEP 921 (remove_files) COMPLETE
77742026-02-10T21:24:22.934Z[ recovery-image] Feb 10 21:24:22.837 INFO O| Feb 10 21:24:22.837 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752026-02-10T21:24:22.960Z[ recovery-image] Feb 10 21:24:22.857 INFO O| Feb 10 21:24:22.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
77762026-02-10T21:24:22.960Z[ recovery-image] Feb 10 21:24:22.858 INFO O| Feb 10 21:24:22.858 INFO STEP 922 (remove_files) COMPLETE
77772026-02-10T21:24:22.960Z[ recovery-image] Feb 10 21:24:22.858 INFO O| Feb 10 21:24:22.858 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782026-02-10T21:24:22.984Z[ recovery-image] Feb 10 21:24:22.882 INFO O| Feb 10 21:24:22.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
77792026-02-10T21:24:22.984Z[ recovery-image] Feb 10 21:24:22.882 INFO O| Feb 10 21:24:22.882 INFO STEP 923 (remove_files) COMPLETE
77802026-02-10T21:24:22.984Z[ recovery-image] Feb 10 21:24:22.882 INFO O| Feb 10 21:24:22.882 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812026-02-10T21:24:23.008Z[ recovery-image] Feb 10 21:24:22.901 INFO O| Feb 10 21:24:22.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
77822026-02-10T21:24:23.008Z[ recovery-image] Feb 10 21:24:22.901 INFO O| Feb 10 21:24:22.901 INFO STEP 924 (remove_files) COMPLETE
77832026-02-10T21:24:23.009Z[ recovery-image] Feb 10 21:24:22.901 INFO O| Feb 10 21:24:22.901 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842026-02-10T21:24:23.033Z[ recovery-image] Feb 10 21:24:22.923 INFO O| Feb 10 21:24:22.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
77852026-02-10T21:24:23.033Z[ recovery-image] Feb 10 21:24:22.923 INFO O| Feb 10 21:24:22.923 INFO STEP 925 (remove_files) COMPLETE
77862026-02-10T21:24:23.033Z[ recovery-image] Feb 10 21:24:22.923 INFO O| Feb 10 21:24:22.923 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872026-02-10T21:24:23.057Z[ recovery-image] Feb 10 21:24:22.944 INFO O| Feb 10 21:24:22.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
77882026-02-10T21:24:23.057Z[ recovery-image] Feb 10 21:24:22.944 INFO O| Feb 10 21:24:22.944 INFO STEP 926 (remove_files) COMPLETE
77892026-02-10T21:24:23.057Z[ recovery-image] Feb 10 21:24:22.944 INFO O| Feb 10 21:24:22.944 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902026-02-10T21:24:23.081Z[ recovery-image] Feb 10 21:24:22.962 INFO O| Feb 10 21:24:22.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
77912026-02-10T21:24:23.081Z[ recovery-image] Feb 10 21:24:22.962 INFO O| Feb 10 21:24:22.962 INFO STEP 927 (remove_files) COMPLETE
77922026-02-10T21:24:23.081Z[ recovery-image] Feb 10 21:24:22.962 INFO O| Feb 10 21:24:22.962 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932026-02-10T21:24:23.081Z[ recovery-image] Feb 10 21:24:22.978 INFO O| Feb 10 21:24:22.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
77942026-02-10T21:24:23.081Z[ recovery-image] Feb 10 21:24:22.978 INFO O| Feb 10 21:24:22.978 INFO STEP 928 (remove_files) COMPLETE
77952026-02-10T21:24:23.081Z[ recovery-image] Feb 10 21:24:22.978 INFO O| Feb 10 21:24:22.978 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962026-02-10T21:24:23.105Z[ recovery-image] Feb 10 21:24:22.997 INFO O| Feb 10 21:24:22.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
77972026-02-10T21:24:23.105Z[ recovery-image] Feb 10 21:24:22.997 INFO O| Feb 10 21:24:22.997 INFO STEP 929 (remove_files) COMPLETE
77982026-02-10T21:24:23.105Z[ recovery-image] Feb 10 21:24:22.997 INFO O| Feb 10 21:24:22.997 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992026-02-10T21:24:23.129Z[ recovery-image] Feb 10 21:24:23.015 INFO O| Feb 10 21:24:23.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
78002026-02-10T21:24:23.129Z[ recovery-image] Feb 10 21:24:23.015 INFO O| Feb 10 21:24:23.015 INFO STEP 930 (remove_files) COMPLETE
78012026-02-10T21:24:23.129Z[ recovery-image] Feb 10 21:24:23.015 INFO O| Feb 10 21:24:23.015 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022026-02-10T21:24:23.130Z[ recovery-image] Feb 10 21:24:23.028 INFO O| Feb 10 21:24:23.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
78032026-02-10T21:24:23.130Z[ recovery-image] Feb 10 21:24:23.029 INFO O| Feb 10 21:24:23.028 INFO STEP 931 (remove_files) COMPLETE
78042026-02-10T21:24:23.130Z[ recovery-image] Feb 10 21:24:23.029 INFO O| Feb 10 21:24:23.028 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052026-02-10T21:24:23.154Z[ recovery-image] Feb 10 21:24:23.044 INFO O| Feb 10 21:24:23.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
78062026-02-10T21:24:23.154Z[ recovery-image] Feb 10 21:24:23.044 INFO O| Feb 10 21:24:23.044 INFO STEP 932 (remove_files) COMPLETE
78072026-02-10T21:24:23.154Z[ recovery-image] Feb 10 21:24:23.044 INFO O| Feb 10 21:24:23.044 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082026-02-10T21:24:23.178Z[ recovery-image] Feb 10 21:24:23.062 INFO O| Feb 10 21:24:23.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
78092026-02-10T21:24:23.178Z[ recovery-image] Feb 10 21:24:23.062 INFO O| Feb 10 21:24:23.062 INFO STEP 933 (remove_files) COMPLETE
78102026-02-10T21:24:23.178Z[ recovery-image] Feb 10 21:24:23.062 INFO O| Feb 10 21:24:23.062 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112026-02-10T21:24:23.202Z[ recovery-image] Feb 10 21:24:23.084 INFO O| Feb 10 21:24:23.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
78122026-02-10T21:24:23.202Z[ recovery-image] Feb 10 21:24:23.085 INFO O| Feb 10 21:24:23.085 INFO STEP 934 (remove_files) COMPLETE
78132026-02-10T21:24:23.202Z[ recovery-image] Feb 10 21:24:23.085 INFO O| Feb 10 21:24:23.085 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142026-02-10T21:24:23.202Z[ recovery-image] Feb 10 21:24:23.104 INFO O| Feb 10 21:24:23.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
78152026-02-10T21:24:23.202Z[ recovery-image] Feb 10 21:24:23.104 INFO O| Feb 10 21:24:23.104 INFO STEP 935 (remove_files) COMPLETE
78162026-02-10T21:24:23.202Z[ recovery-image] Feb 10 21:24:23.104 INFO O| Feb 10 21:24:23.104 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172026-02-10T21:24:23.226Z[ recovery-image] Feb 10 21:24:23.126 INFO O| Feb 10 21:24:23.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
78182026-02-10T21:24:23.226Z[ recovery-image] Feb 10 21:24:23.126 INFO O| Feb 10 21:24:23.126 INFO STEP 936 (remove_files) COMPLETE
78192026-02-10T21:24:23.226Z[ recovery-image] Feb 10 21:24:23.126 INFO O| Feb 10 21:24:23.126 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202026-02-10T21:24:23.250Z[ recovery-image] Feb 10 21:24:23.145 INFO O| Feb 10 21:24:23.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
78212026-02-10T21:24:23.250Z[ recovery-image] Feb 10 21:24:23.145 INFO O| Feb 10 21:24:23.145 INFO STEP 937 (remove_files) COMPLETE
78222026-02-10T21:24:23.250Z[ recovery-image] Feb 10 21:24:23.145 INFO O| Feb 10 21:24:23.145 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232026-02-10T21:24:23.274Z[ recovery-image] Feb 10 21:24:23.162 INFO O| Feb 10 21:24:23.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
78242026-02-10T21:24:23.274Z[ recovery-image] Feb 10 21:24:23.162 INFO O| Feb 10 21:24:23.162 INFO STEP 938 (remove_files) COMPLETE
78252026-02-10T21:24:23.274Z[ recovery-image] Feb 10 21:24:23.162 INFO O| Feb 10 21:24:23.162 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262026-02-10T21:24:23.298Z[ recovery-image] Feb 10 21:24:23.179 INFO O| Feb 10 21:24:23.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
78272026-02-10T21:24:23.298Z[ recovery-image] Feb 10 21:24:23.179 INFO O| Feb 10 21:24:23.179 INFO STEP 939 (remove_files) COMPLETE
78282026-02-10T21:24:23.298Z[ recovery-image] Feb 10 21:24:23.179 INFO O| Feb 10 21:24:23.179 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292026-02-10T21:24:23.298Z[ recovery-image] Feb 10 21:24:23.195 INFO O| Feb 10 21:24:23.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
78302026-02-10T21:24:23.298Z[ recovery-image] Feb 10 21:24:23.195 INFO O| Feb 10 21:24:23.195 INFO STEP 940 (remove_files) COMPLETE
78312026-02-10T21:24:23.298Z[ recovery-image] Feb 10 21:24:23.195 INFO O| Feb 10 21:24:23.195 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322026-02-10T21:24:23.322Z[ recovery-image] Feb 10 21:24:23.213 INFO O| Feb 10 21:24:23.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
78332026-02-10T21:24:23.322Z[ recovery-image] Feb 10 21:24:23.213 INFO O| Feb 10 21:24:23.213 INFO STEP 941 (remove_files) COMPLETE
78342026-02-10T21:24:23.322Z[ recovery-image] Feb 10 21:24:23.213 INFO O| Feb 10 21:24:23.213 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352026-02-10T21:24:23.345Z[ recovery-image] Feb 10 21:24:23.230 INFO O| Feb 10 21:24:23.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
78362026-02-10T21:24:23.345Z[ recovery-image] Feb 10 21:24:23.230 INFO O| Feb 10 21:24:23.230 INFO STEP 942 (remove_files) COMPLETE
78372026-02-10T21:24:23.346Z[ recovery-image] Feb 10 21:24:23.230 INFO O| Feb 10 21:24:23.230 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382026-02-10T21:24:23.346Z[ recovery-image] Feb 10 21:24:23.247 INFO O| Feb 10 21:24:23.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
78392026-02-10T21:24:23.346Z[ recovery-image] Feb 10 21:24:23.248 INFO O| Feb 10 21:24:23.248 INFO STEP 943 (remove_files) COMPLETE
78402026-02-10T21:24:23.346Z[ recovery-image] Feb 10 21:24:23.248 INFO O| Feb 10 21:24:23.248 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412026-02-10T21:24:23.370Z[ recovery-image] Feb 10 21:24:23.262 INFO O| Feb 10 21:24:23.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
78422026-02-10T21:24:23.370Z[ recovery-image] Feb 10 21:24:23.262 INFO O| Feb 10 21:24:23.262 INFO STEP 944 (remove_files) COMPLETE
78432026-02-10T21:24:23.370Z[ recovery-image] Feb 10 21:24:23.263 INFO O| Feb 10 21:24:23.262 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442026-02-10T21:24:23.393Z[ recovery-image] Feb 10 21:24:23.281 INFO O| Feb 10 21:24:23.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
78452026-02-10T21:24:23.394Z[ recovery-image] Feb 10 21:24:23.281 INFO O| Feb 10 21:24:23.281 INFO STEP 945 (remove_files) COMPLETE
78462026-02-10T21:24:23.394Z[ recovery-image] Feb 10 21:24:23.281 INFO O| Feb 10 21:24:23.281 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472026-02-10T21:24:23.417Z[ recovery-image] Feb 10 21:24:23.301 INFO O| Feb 10 21:24:23.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
78482026-02-10T21:24:23.417Z[ recovery-image] Feb 10 21:24:23.302 INFO O| Feb 10 21:24:23.301 INFO STEP 946 (remove_files) COMPLETE
78492026-02-10T21:24:23.418Z[ recovery-image] Feb 10 21:24:23.302 INFO O| Feb 10 21:24:23.302 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502026-02-10T21:24:23.418Z[ recovery-image] Feb 10 21:24:23.320 INFO O| Feb 10 21:24:23.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
78512026-02-10T21:24:23.418Z[ recovery-image] Feb 10 21:24:23.320 INFO O| Feb 10 21:24:23.320 INFO STEP 947 (remove_files) COMPLETE
78522026-02-10T21:24:23.418Z[ recovery-image] Feb 10 21:24:23.320 INFO O| Feb 10 21:24:23.320 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532026-02-10T21:24:23.442Z[ recovery-image] Feb 10 21:24:23.341 INFO O| Feb 10 21:24:23.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
78542026-02-10T21:24:23.442Z[ recovery-image] Feb 10 21:24:23.341 INFO O| Feb 10 21:24:23.341 INFO STEP 948 (remove_files) COMPLETE
78552026-02-10T21:24:23.442Z[ recovery-image] Feb 10 21:24:23.341 INFO O| Feb 10 21:24:23.341 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562026-02-10T21:24:23.466Z[ recovery-image] Feb 10 21:24:23.359 INFO O| Feb 10 21:24:23.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
78572026-02-10T21:24:23.466Z[ recovery-image] Feb 10 21:24:23.359 INFO O| Feb 10 21:24:23.359 INFO STEP 949 (remove_files) COMPLETE
78582026-02-10T21:24:23.466Z[ recovery-image] Feb 10 21:24:23.359 INFO O| Feb 10 21:24:23.359 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592026-02-10T21:24:23.490Z[ recovery-image] Feb 10 21:24:23.375 INFO O| Feb 10 21:24:23.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
78602026-02-10T21:24:23.490Z[ recovery-image] Feb 10 21:24:23.375 INFO O| Feb 10 21:24:23.375 INFO STEP 950 (remove_files) COMPLETE
78612026-02-10T21:24:23.490Z[ recovery-image] Feb 10 21:24:23.375 INFO O| Feb 10 21:24:23.375 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622026-02-10T21:24:23.490Z[ recovery-image] Feb 10 21:24:23.393 INFO O| Feb 10 21:24:23.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
78632026-02-10T21:24:23.490Z[ recovery-image] Feb 10 21:24:23.393 INFO O| Feb 10 21:24:23.393 INFO STEP 951 (remove_files) COMPLETE
78642026-02-10T21:24:23.490Z[ recovery-image] Feb 10 21:24:23.393 INFO O| Feb 10 21:24:23.393 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652026-02-10T21:24:23.514Z[ recovery-image] Feb 10 21:24:23.414 INFO O| Feb 10 21:24:23.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
78662026-02-10T21:24:23.514Z[ recovery-image] Feb 10 21:24:23.414 INFO O| Feb 10 21:24:23.414 INFO STEP 952 (remove_files) COMPLETE
78672026-02-10T21:24:23.514Z[ recovery-image] Feb 10 21:24:23.414 INFO O| Feb 10 21:24:23.414 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682026-02-10T21:24:23.538Z[ recovery-image] Feb 10 21:24:23.437 INFO O| Feb 10 21:24:23.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
78692026-02-10T21:24:23.538Z[ recovery-image] Feb 10 21:24:23.437 INFO O| Feb 10 21:24:23.437 INFO STEP 953 (remove_files) COMPLETE
78702026-02-10T21:24:23.538Z[ recovery-image] Feb 10 21:24:23.437 INFO O| Feb 10 21:24:23.437 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712026-02-10T21:24:23.562Z[ recovery-image] Feb 10 21:24:23.462 INFO O| Feb 10 21:24:23.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
78722026-02-10T21:24:23.562Z[ recovery-image] Feb 10 21:24:23.462 INFO O| Feb 10 21:24:23.462 INFO STEP 954 (remove_files) COMPLETE
78732026-02-10T21:24:23.562Z[ recovery-image] Feb 10 21:24:23.462 INFO O| Feb 10 21:24:23.462 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742026-02-10T21:24:23.586Z[ recovery-image] Feb 10 21:24:23.486 INFO O| Feb 10 21:24:23.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
78752026-02-10T21:24:23.586Z[ recovery-image] Feb 10 21:24:23.487 INFO O| Feb 10 21:24:23.486 INFO STEP 955 (remove_files) COMPLETE
78762026-02-10T21:24:23.586Z[ recovery-image] Feb 10 21:24:23.487 INFO O| Feb 10 21:24:23.487 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772026-02-10T21:24:23.610Z[ recovery-image] Feb 10 21:24:23.510 INFO O| Feb 10 21:24:23.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
78782026-02-10T21:24:23.634Z[ recovery-image] Feb 10 21:24:23.523 INFO O| Feb 10 21:24:23.523 INFO STEP 956 (remove_files) COMPLETE
78792026-02-10T21:24:23.634Z[ recovery-image] Feb 10 21:24:23.523 INFO O| Feb 10 21:24:23.523 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802026-02-10T21:24:23.658Z[ recovery-image] Feb 10 21:24:23.560 INFO O| Feb 10 21:24:23.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
78812026-02-10T21:24:23.658Z[ recovery-image] Feb 10 21:24:23.560 INFO O| Feb 10 21:24:23.560 INFO STEP 957 (remove_files) COMPLETE
78822026-02-10T21:24:23.658Z[ recovery-image] Feb 10 21:24:23.560 INFO O| Feb 10 21:24:23.560 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832026-02-10T21:24:23.683Z[ recovery-image] Feb 10 21:24:23.576 INFO O| Feb 10 21:24:23.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
78842026-02-10T21:24:23.683Z[ recovery-image] Feb 10 21:24:23.576 INFO O| Feb 10 21:24:23.576 INFO STEP 958 (remove_files) COMPLETE
78852026-02-10T21:24:23.683Z[ recovery-image] Feb 10 21:24:23.576 INFO O| Feb 10 21:24:23.576 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862026-02-10T21:24:23.707Z[ recovery-image] Feb 10 21:24:23.591 INFO O| Feb 10 21:24:23.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
78872026-02-10T21:24:23.707Z[ recovery-image] Feb 10 21:24:23.591 INFO O| Feb 10 21:24:23.591 INFO STEP 959 (remove_files) COMPLETE
78882026-02-10T21:24:23.707Z[ recovery-image] Feb 10 21:24:23.591 INFO O| Feb 10 21:24:23.591 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892026-02-10T21:24:23.707Z[ recovery-image] Feb 10 21:24:23.605 INFO O| Feb 10 21:24:23.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
78902026-02-10T21:24:23.707Z[ recovery-image] Feb 10 21:24:23.605 INFO O| Feb 10 21:24:23.605 INFO STEP 960 (remove_files) COMPLETE
78912026-02-10T21:24:23.707Z[ recovery-image] Feb 10 21:24:23.605 INFO O| Feb 10 21:24:23.605 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922026-02-10T21:24:23.731Z[ recovery-image] Feb 10 21:24:23.618 INFO O| Feb 10 21:24:23.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
78932026-02-10T21:24:23.731Z[ recovery-image] Feb 10 21:24:23.618 INFO O| Feb 10 21:24:23.618 INFO STEP 961 (remove_files) COMPLETE
78942026-02-10T21:24:23.731Z[ recovery-image] Feb 10 21:24:23.618 INFO O| Feb 10 21:24:23.618 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952026-02-10T21:24:23.731Z[ recovery-image] Feb 10 21:24:23.631 INFO O| Feb 10 21:24:23.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
78962026-02-10T21:24:23.732Z[ recovery-image] Feb 10 21:24:23.631 INFO O| Feb 10 21:24:23.631 INFO STEP 962 (remove_files) COMPLETE
78972026-02-10T21:24:23.732Z[ recovery-image] Feb 10 21:24:23.631 INFO O| Feb 10 21:24:23.631 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982026-02-10T21:24:23.756Z[ recovery-image] Feb 10 21:24:23.645 INFO O| Feb 10 21:24:23.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
78992026-02-10T21:24:23.756Z[ recovery-image] Feb 10 21:24:23.645 INFO O| Feb 10 21:24:23.645 INFO STEP 963 (remove_files) COMPLETE
79002026-02-10T21:24:23.756Z[ recovery-image] Feb 10 21:24:23.645 INFO O| Feb 10 21:24:23.645 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012026-02-10T21:24:23.756Z[ recovery-image] Feb 10 21:24:23.658 INFO O| Feb 10 21:24:23.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
79022026-02-10T21:24:23.756Z[ recovery-image] Feb 10 21:24:23.658 INFO O| Feb 10 21:24:23.658 INFO STEP 964 (remove_files) COMPLETE
79032026-02-10T21:24:23.756Z[ recovery-image] Feb 10 21:24:23.658 INFO O| Feb 10 21:24:23.658 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042026-02-10T21:24:23.780Z[ recovery-image] Feb 10 21:24:23.672 INFO O| Feb 10 21:24:23.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
79052026-02-10T21:24:23.780Z[ recovery-image] Feb 10 21:24:23.672 INFO O| Feb 10 21:24:23.672 INFO STEP 965 (remove_files) COMPLETE
79062026-02-10T21:24:23.780Z[ recovery-image] Feb 10 21:24:23.672 INFO O| Feb 10 21:24:23.672 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072026-02-10T21:24:23.805Z[ recovery-image] Feb 10 21:24:23.685 INFO O| Feb 10 21:24:23.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
79082026-02-10T21:24:23.805Z[ recovery-image] Feb 10 21:24:23.685 INFO O| Feb 10 21:24:23.685 INFO STEP 966 (remove_files) COMPLETE
79092026-02-10T21:24:23.805Z[ recovery-image] Feb 10 21:24:23.685 INFO O| Feb 10 21:24:23.685 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102026-02-10T21:24:23.805Z[ recovery-image] Feb 10 21:24:23.699 INFO O| Feb 10 21:24:23.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
79112026-02-10T21:24:23.805Z[ recovery-image] Feb 10 21:24:23.699 INFO O| Feb 10 21:24:23.699 INFO STEP 967 (remove_files) COMPLETE
79122026-02-10T21:24:23.805Z[ recovery-image] Feb 10 21:24:23.699 INFO O| Feb 10 21:24:23.699 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132026-02-10T21:24:23.830Z[ recovery-image] Feb 10 21:24:23.730 INFO O| Feb 10 21:24:23.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
79142026-02-10T21:24:23.830Z[ recovery-image] Feb 10 21:24:23.730 INFO O| Feb 10 21:24:23.730 INFO STEP 968 (remove_files) COMPLETE
79152026-02-10T21:24:23.830Z[ recovery-image] Feb 10 21:24:23.730 INFO O| Feb 10 21:24:23.730 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162026-02-10T21:24:23.854Z[ recovery-image] Feb 10 21:24:23.750 INFO O| Feb 10 21:24:23.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
79172026-02-10T21:24:23.854Z[ recovery-image] Feb 10 21:24:23.750 INFO O| Feb 10 21:24:23.750 INFO STEP 969 (remove_files) COMPLETE
79182026-02-10T21:24:23.854Z[ recovery-image] Feb 10 21:24:23.750 INFO O| Feb 10 21:24:23.750 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192026-02-10T21:24:23.878Z[ recovery-image] Feb 10 21:24:23.768 INFO O| Feb 10 21:24:23.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
79202026-02-10T21:24:23.878Z[ recovery-image] Feb 10 21:24:23.768 INFO O| Feb 10 21:24:23.768 INFO STEP 970 (remove_files) COMPLETE
79212026-02-10T21:24:23.878Z[ recovery-image] Feb 10 21:24:23.768 INFO O| Feb 10 21:24:23.768 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222026-02-10T21:24:23.902Z[ recovery-image] Feb 10 21:24:23.786 INFO O| Feb 10 21:24:23.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
79232026-02-10T21:24:23.902Z[ recovery-image] Feb 10 21:24:23.786 INFO O| Feb 10 21:24:23.786 INFO STEP 971 (remove_files) COMPLETE
79242026-02-10T21:24:23.902Z[ recovery-image] Feb 10 21:24:23.786 INFO O| Feb 10 21:24:23.786 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252026-02-10T21:24:23.902Z[ recovery-image] Feb 10 21:24:23.802 INFO O| Feb 10 21:24:23.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
79262026-02-10T21:24:23.902Z[ recovery-image] Feb 10 21:24:23.803 INFO O| Feb 10 21:24:23.803 INFO STEP 972 (remove_files) COMPLETE
79272026-02-10T21:24:23.902Z[ recovery-image] Feb 10 21:24:23.803 INFO O| Feb 10 21:24:23.803 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282026-02-10T21:24:23.927Z[ recovery-image] Feb 10 21:24:23.816 INFO O| Feb 10 21:24:23.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
79292026-02-10T21:24:23.927Z[ recovery-image] Feb 10 21:24:23.816 INFO O| Feb 10 21:24:23.816 INFO STEP 973 (remove_files) COMPLETE
79302026-02-10T21:24:23.927Z[ recovery-image] Feb 10 21:24:23.816 INFO O| Feb 10 21:24:23.816 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312026-02-10T21:24:23.927Z[ recovery-image] Feb 10 21:24:23.829 INFO O| Feb 10 21:24:23.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
79322026-02-10T21:24:23.927Z[ recovery-image] Feb 10 21:24:23.829 INFO O| Feb 10 21:24:23.829 INFO STEP 974 (remove_files) COMPLETE
79332026-02-10T21:24:23.927Z[ recovery-image] Feb 10 21:24:23.829 INFO O| Feb 10 21:24:23.829 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342026-02-10T21:24:23.951Z[ recovery-image] Feb 10 21:24:23.848 INFO O| Feb 10 21:24:23.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
79352026-02-10T21:24:23.951Z[ recovery-image] Feb 10 21:24:23.848 INFO O| Feb 10 21:24:23.848 INFO STEP 975 (remove_files) COMPLETE
79362026-02-10T21:24:23.951Z[ recovery-image] Feb 10 21:24:23.848 INFO O| Feb 10 21:24:23.848 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372026-02-10T21:24:23.975Z[ recovery-image] Feb 10 21:24:23.865 INFO O| Feb 10 21:24:23.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
79382026-02-10T21:24:23.975Z[ recovery-image] Feb 10 21:24:23.865 INFO O| Feb 10 21:24:23.865 INFO STEP 976 (remove_files) COMPLETE
79392026-02-10T21:24:23.975Z[ recovery-image] Feb 10 21:24:23.865 INFO O| Feb 10 21:24:23.865 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402026-02-10T21:24:23.999Z[ recovery-image] Feb 10 21:24:23.884 INFO O| Feb 10 21:24:23.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
79412026-02-10T21:24:23.999Z[ recovery-image] Feb 10 21:24:23.884 INFO O| Feb 10 21:24:23.884 INFO STEP 977 (remove_files) COMPLETE
79422026-02-10T21:24:23.999Z[ recovery-image] Feb 10 21:24:23.884 INFO O| Feb 10 21:24:23.884 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432026-02-10T21:24:23.999Z[ recovery-image] Feb 10 21:24:23.900 INFO O| Feb 10 21:24:23.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
79442026-02-10T21:24:23.999Z[ recovery-image] Feb 10 21:24:23.900 INFO O| Feb 10 21:24:23.900 INFO STEP 978 (remove_files) COMPLETE
79452026-02-10T21:24:24.000Z[ recovery-image] Feb 10 21:24:23.900 INFO O| Feb 10 21:24:23.900 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462026-02-10T21:24:24.024Z[ recovery-image] Feb 10 21:24:23.917 INFO O| Feb 10 21:24:23.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
79472026-02-10T21:24:24.024Z[ recovery-image] Feb 10 21:24:23.917 INFO O| Feb 10 21:24:23.917 INFO STEP 979 (remove_files) COMPLETE
79482026-02-10T21:24:24.024Z[ recovery-image] Feb 10 21:24:23.917 INFO O| Feb 10 21:24:23.917 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492026-02-10T21:24:24.048Z[ recovery-image] Feb 10 21:24:23.932 INFO O| Feb 10 21:24:23.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
79502026-02-10T21:24:24.048Z[ recovery-image] Feb 10 21:24:23.932 INFO O| Feb 10 21:24:23.932 INFO STEP 980 (remove_files) COMPLETE
79512026-02-10T21:24:24.048Z[ recovery-image] Feb 10 21:24:23.932 INFO O| Feb 10 21:24:23.932 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522026-02-10T21:24:24.072Z[ recovery-image] Feb 10 21:24:23.953 INFO O| Feb 10 21:24:23.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
79532026-02-10T21:24:24.072Z[ recovery-image] Feb 10 21:24:23.953 INFO O| Feb 10 21:24:23.953 INFO STEP 981 (remove_files) COMPLETE
79542026-02-10T21:24:24.072Z[ recovery-image] Feb 10 21:24:23.953 INFO O| Feb 10 21:24:23.953 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552026-02-10T21:24:24.072Z[ recovery-image] Feb 10 21:24:23.970 INFO O| Feb 10 21:24:23.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
79562026-02-10T21:24:24.072Z[ recovery-image] Feb 10 21:24:23.970 INFO O| Feb 10 21:24:23.970 INFO STEP 982 (remove_files) COMPLETE
79572026-02-10T21:24:24.072Z[ recovery-image] Feb 10 21:24:23.971 INFO O| Feb 10 21:24:23.970 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582026-02-10T21:24:24.096Z[ recovery-image] Feb 10 21:24:23.984 INFO O| Feb 10 21:24:23.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
79592026-02-10T21:24:24.096Z[ recovery-image] Feb 10 21:24:23.985 INFO O| Feb 10 21:24:23.985 INFO STEP 983 (remove_files) COMPLETE
79602026-02-10T21:24:24.096Z[ recovery-image] Feb 10 21:24:23.985 INFO O| Feb 10 21:24:23.985 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612026-02-10T21:24:24.120Z[ recovery-image] Feb 10 21:24:24.002 INFO O| Feb 10 21:24:24.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
79622026-02-10T21:24:24.121Z[ recovery-image] Feb 10 21:24:24.003 INFO O| Feb 10 21:24:24.003 INFO STEP 984 (remove_files) COMPLETE
79632026-02-10T21:24:24.121Z[ recovery-image] Feb 10 21:24:24.003 INFO O| Feb 10 21:24:24.003 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642026-02-10T21:24:24.121Z[ recovery-image] Feb 10 21:24:24.020 INFO O| Feb 10 21:24:24.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
79652026-02-10T21:24:24.121Z[ recovery-image] Feb 10 21:24:24.020 INFO O| Feb 10 21:24:24.020 INFO STEP 985 (remove_files) COMPLETE
79662026-02-10T21:24:24.121Z[ recovery-image] Feb 10 21:24:24.020 INFO O| Feb 10 21:24:24.020 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672026-02-10T21:24:24.145Z[ recovery-image] Feb 10 21:24:24.034 INFO O| Feb 10 21:24:24.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
79682026-02-10T21:24:24.145Z[ recovery-image] Feb 10 21:24:24.034 INFO O| Feb 10 21:24:24.034 INFO STEP 986 (remove_files) COMPLETE
79692026-02-10T21:24:24.145Z[ recovery-image] Feb 10 21:24:24.034 INFO O| Feb 10 21:24:24.034 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702026-02-10T21:24:24.169Z[ recovery-image] Feb 10 21:24:24.052 INFO O| Feb 10 21:24:24.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
79712026-02-10T21:24:24.169Z[ recovery-image] Feb 10 21:24:24.052 INFO O| Feb 10 21:24:24.052 INFO STEP 987 (remove_files) COMPLETE
79722026-02-10T21:24:24.170Z[ recovery-image] Feb 10 21:24:24.052 INFO O| Feb 10 21:24:24.052 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732026-02-10T21:24:24.170Z[ recovery-image] Feb 10 21:24:24.068 INFO O| Feb 10 21:24:24.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
79742026-02-10T21:24:24.170Z[ recovery-image] Feb 10 21:24:24.069 INFO O| Feb 10 21:24:24.069 INFO STEP 988 (remove_files) COMPLETE
79752026-02-10T21:24:24.170Z[ recovery-image] Feb 10 21:24:24.069 INFO O| Feb 10 21:24:24.069 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762026-02-10T21:24:24.194Z[ recovery-image] Feb 10 21:24:24.086 INFO O| Feb 10 21:24:24.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
79772026-02-10T21:24:24.194Z[ recovery-image] Feb 10 21:24:24.086 INFO O| Feb 10 21:24:24.086 INFO STEP 989 (remove_files) COMPLETE
79782026-02-10T21:24:24.194Z[ recovery-image] Feb 10 21:24:24.086 INFO O| Feb 10 21:24:24.086 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792026-02-10T21:24:24.219Z[ recovery-image] Feb 10 21:24:24.103 INFO O| Feb 10 21:24:24.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
79802026-02-10T21:24:24.219Z[ recovery-image] Feb 10 21:24:24.103 INFO O| Feb 10 21:24:24.103 INFO STEP 990 (remove_files) COMPLETE
79812026-02-10T21:24:24.219Z[ recovery-image] Feb 10 21:24:24.103 INFO O| Feb 10 21:24:24.103 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822026-02-10T21:24:24.219Z[ recovery-image] Feb 10 21:24:24.118 INFO O| Feb 10 21:24:24.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
79832026-02-10T21:24:24.219Z[ recovery-image] Feb 10 21:24:24.118 INFO O| Feb 10 21:24:24.118 INFO STEP 991 (remove_files) COMPLETE
79842026-02-10T21:24:24.219Z[ recovery-image] Feb 10 21:24:24.118 INFO O| Feb 10 21:24:24.118 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852026-02-10T21:24:24.244Z[ recovery-image] Feb 10 21:24:24.134 INFO O| Feb 10 21:24:24.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
79862026-02-10T21:24:24.244Z[ recovery-image] Feb 10 21:24:24.134 INFO O| Feb 10 21:24:24.134 INFO STEP 992 (remove_files) COMPLETE
79872026-02-10T21:24:24.244Z[ recovery-image] Feb 10 21:24:24.134 INFO O| Feb 10 21:24:24.134 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882026-02-10T21:24:24.267Z[ recovery-image] Feb 10 21:24:24.151 INFO O| Feb 10 21:24:24.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
79892026-02-10T21:24:24.268Z[ recovery-image] Feb 10 21:24:24.151 INFO O| Feb 10 21:24:24.151 INFO STEP 993 (remove_files) COMPLETE
79902026-02-10T21:24:24.268Z[ recovery-image] Feb 10 21:24:24.151 INFO O| Feb 10 21:24:24.151 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912026-02-10T21:24:24.268Z[ recovery-image] Feb 10 21:24:24.168 INFO O| Feb 10 21:24:24.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
79922026-02-10T21:24:24.268Z[ recovery-image] Feb 10 21:24:24.169 INFO O| Feb 10 21:24:24.169 INFO STEP 994 (remove_files) COMPLETE
79932026-02-10T21:24:24.268Z[ recovery-image] Feb 10 21:24:24.169 INFO O| Feb 10 21:24:24.169 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942026-02-10T21:24:24.292Z[ recovery-image] Feb 10 21:24:24.186 INFO O| Feb 10 21:24:24.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
79952026-02-10T21:24:24.292Z[ recovery-image] Feb 10 21:24:24.186 INFO O| Feb 10 21:24:24.186 INFO STEP 995 (remove_files) COMPLETE
79962026-02-10T21:24:24.292Z[ recovery-image] Feb 10 21:24:24.186 INFO O| Feb 10 21:24:24.186 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972026-02-10T21:24:24.316Z[ recovery-image] Feb 10 21:24:24.205 INFO O| Feb 10 21:24:24.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
79982026-02-10T21:24:24.316Z[ recovery-image] Feb 10 21:24:24.206 INFO O| Feb 10 21:24:24.206 INFO STEP 996 (remove_files) COMPLETE
79992026-02-10T21:24:24.316Z[ recovery-image] Feb 10 21:24:24.206 INFO O| Feb 10 21:24:24.206 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002026-02-10T21:24:24.340Z[ recovery-image] Feb 10 21:24:24.221 INFO O| Feb 10 21:24:24.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
80012026-02-10T21:24:24.340Z[ recovery-image] Feb 10 21:24:24.222 INFO O| Feb 10 21:24:24.221 INFO STEP 997 (remove_files) COMPLETE
80022026-02-10T21:24:24.340Z[ recovery-image] Feb 10 21:24:24.222 INFO O| Feb 10 21:24:24.221 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032026-02-10T21:24:24.340Z[ recovery-image] Feb 10 21:24:24.236 INFO O| Feb 10 21:24:24.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
80042026-02-10T21:24:24.340Z[ recovery-image] Feb 10 21:24:24.236 INFO O| Feb 10 21:24:24.236 INFO STEP 998 (remove_files) COMPLETE
80052026-02-10T21:24:24.340Z[ recovery-image] Feb 10 21:24:24.236 INFO O| Feb 10 21:24:24.236 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062026-02-10T21:24:24.364Z[ recovery-image] Feb 10 21:24:24.253 INFO O| Feb 10 21:24:24.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
80072026-02-10T21:24:24.364Z[ recovery-image] Feb 10 21:24:24.253 INFO O| Feb 10 21:24:24.253 INFO STEP 999 (remove_files) COMPLETE
80082026-02-10T21:24:24.364Z[ recovery-image] Feb 10 21:24:24.253 INFO O| Feb 10 21:24:24.253 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092026-02-10T21:24:24.388Z[ recovery-image] Feb 10 21:24:24.274 INFO O| Feb 10 21:24:24.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
80102026-02-10T21:24:24.388Z[ recovery-image] Feb 10 21:24:24.274 INFO O| Feb 10 21:24:24.274 INFO STEP 1000 (remove_files) COMPLETE
80112026-02-10T21:24:24.388Z[ recovery-image] Feb 10 21:24:24.274 INFO O| Feb 10 21:24:24.274 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122026-02-10T21:24:24.388Z[ recovery-image] Feb 10 21:24:24.290 INFO O| Feb 10 21:24:24.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
80132026-02-10T21:24:24.388Z[ recovery-image] Feb 10 21:24:24.291 INFO O| Feb 10 21:24:24.291 INFO STEP 1001 (remove_files) COMPLETE
80142026-02-10T21:24:24.389Z[ recovery-image] Feb 10 21:24:24.291 INFO O| Feb 10 21:24:24.291 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152026-02-10T21:24:24.412Z[ recovery-image] Feb 10 21:24:24.311 INFO O| Feb 10 21:24:24.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
80162026-02-10T21:24:24.412Z[ recovery-image] Feb 10 21:24:24.311 INFO O| Feb 10 21:24:24.311 INFO STEP 1002 (remove_files) COMPLETE
80172026-02-10T21:24:24.412Z[ recovery-image] Feb 10 21:24:24.311 INFO O| Feb 10 21:24:24.311 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182026-02-10T21:24:24.436Z[ recovery-image] Feb 10 21:24:24.329 INFO O| Feb 10 21:24:24.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
80192026-02-10T21:24:24.436Z[ recovery-image] Feb 10 21:24:24.329 INFO O| Feb 10 21:24:24.329 INFO STEP 1003 (remove_files) COMPLETE
80202026-02-10T21:24:24.436Z[ recovery-image] Feb 10 21:24:24.329 INFO O| Feb 10 21:24:24.329 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212026-02-10T21:24:24.460Z[ recovery-image] Feb 10 21:24:24.347 INFO O| Feb 10 21:24:24.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
80222026-02-10T21:24:24.460Z[ recovery-image] Feb 10 21:24:24.348 INFO O| Feb 10 21:24:24.347 INFO STEP 1004 (remove_files) COMPLETE
80232026-02-10T21:24:24.460Z[ recovery-image] Feb 10 21:24:24.348 INFO O| Feb 10 21:24:24.347 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242026-02-10T21:24:24.461Z[ recovery-image] Feb 10 21:24:24.364 INFO O| Feb 10 21:24:24.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
80252026-02-10T21:24:24.461Z[ recovery-image] Feb 10 21:24:24.364 INFO O| Feb 10 21:24:24.364 INFO STEP 1005 (remove_files) COMPLETE
80262026-02-10T21:24:24.461Z[ recovery-image] Feb 10 21:24:24.364 INFO O| Feb 10 21:24:24.364 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272026-02-10T21:24:24.484Z[ recovery-image] Feb 10 21:24:24.383 INFO O| Feb 10 21:24:24.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
80282026-02-10T21:24:24.484Z[ recovery-image] Feb 10 21:24:24.384 INFO O| Feb 10 21:24:24.384 INFO STEP 1006 (remove_files) COMPLETE
80292026-02-10T21:24:24.484Z[ recovery-image] Feb 10 21:24:24.384 INFO O| Feb 10 21:24:24.384 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302026-02-10T21:24:24.508Z[ recovery-image] Feb 10 21:24:24.404 INFO O| Feb 10 21:24:24.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
80312026-02-10T21:24:24.508Z[ recovery-image] Feb 10 21:24:24.404 INFO O| Feb 10 21:24:24.404 INFO STEP 1007 (remove_files) COMPLETE
80322026-02-10T21:24:24.508Z[ recovery-image] Feb 10 21:24:24.404 INFO O| Feb 10 21:24:24.404 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332026-02-10T21:24:24.532Z[ recovery-image] Feb 10 21:24:24.421 INFO O| Feb 10 21:24:24.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
80342026-02-10T21:24:24.533Z[ recovery-image] Feb 10 21:24:24.421 INFO O| Feb 10 21:24:24.421 INFO STEP 1008 (remove_files) COMPLETE
80352026-02-10T21:24:24.533Z[ recovery-image] Feb 10 21:24:24.421 INFO O| Feb 10 21:24:24.421 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362026-02-10T21:24:24.533Z[ recovery-image] Feb 10 21:24:24.436 INFO O| Feb 10 21:24:24.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
80372026-02-10T21:24:24.533Z[ recovery-image] Feb 10 21:24:24.437 INFO O| Feb 10 21:24:24.437 INFO STEP 1009 (remove_files) COMPLETE
80382026-02-10T21:24:24.533Z[ recovery-image] Feb 10 21:24:24.437 INFO O| Feb 10 21:24:24.437 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392026-02-10T21:24:24.556Z[ recovery-image] Feb 10 21:24:24.457 INFO O| Feb 10 21:24:24.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
80402026-02-10T21:24:24.556Z[ recovery-image] Feb 10 21:24:24.457 INFO O| Feb 10 21:24:24.457 INFO STEP 1010 (remove_files) COMPLETE
80412026-02-10T21:24:24.556Z[ recovery-image] Feb 10 21:24:24.457 INFO O| Feb 10 21:24:24.457 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422026-02-10T21:24:24.580Z[ recovery-image] Feb 10 21:24:24.476 INFO O| Feb 10 21:24:24.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
80432026-02-10T21:24:24.580Z[ recovery-image] Feb 10 21:24:24.477 INFO O| Feb 10 21:24:24.477 INFO STEP 1011 (remove_files) COMPLETE
80442026-02-10T21:24:24.580Z[ recovery-image] Feb 10 21:24:24.477 INFO O| Feb 10 21:24:24.477 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452026-02-10T21:24:24.604Z[ recovery-image] Feb 10 21:24:24.494 INFO O| Feb 10 21:24:24.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
80462026-02-10T21:24:24.604Z[ recovery-image] Feb 10 21:24:24.494 INFO O| Feb 10 21:24:24.494 INFO STEP 1012 (remove_files) COMPLETE
80472026-02-10T21:24:24.604Z[ recovery-image] Feb 10 21:24:24.494 INFO O| Feb 10 21:24:24.494 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482026-02-10T21:24:24.629Z[ recovery-image] Feb 10 21:24:24.515 INFO O| Feb 10 21:24:24.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
80492026-02-10T21:24:24.629Z[ recovery-image] Feb 10 21:24:24.515 INFO O| Feb 10 21:24:24.515 INFO STEP 1013 (remove_files) COMPLETE
80502026-02-10T21:24:24.629Z[ recovery-image] Feb 10 21:24:24.515 INFO O| Feb 10 21:24:24.515 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512026-02-10T21:24:24.654Z[ recovery-image] Feb 10 21:24:24.535 INFO O| Feb 10 21:24:24.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
80522026-02-10T21:24:24.654Z[ recovery-image] Feb 10 21:24:24.535 INFO O| Feb 10 21:24:24.535 INFO STEP 1014 (remove_files) COMPLETE
80532026-02-10T21:24:24.654Z[ recovery-image] Feb 10 21:24:24.536 INFO O| Feb 10 21:24:24.535 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542026-02-10T21:24:24.654Z[ recovery-image] Feb 10 21:24:24.555 INFO O| Feb 10 21:24:24.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
80552026-02-10T21:24:24.654Z[ recovery-image] Feb 10 21:24:24.555 INFO O| Feb 10 21:24:24.555 INFO STEP 1015 (remove_files) COMPLETE
80562026-02-10T21:24:24.654Z[ recovery-image] Feb 10 21:24:24.555 INFO O| Feb 10 21:24:24.555 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572026-02-10T21:24:24.678Z[ recovery-image] Feb 10 21:24:24.579 INFO O| Feb 10 21:24:24.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
80582026-02-10T21:24:24.678Z[ recovery-image] Feb 10 21:24:24.579 INFO O| Feb 10 21:24:24.579 INFO STEP 1016 (remove_files) COMPLETE
80592026-02-10T21:24:24.678Z[ recovery-image] Feb 10 21:24:24.579 INFO O| Feb 10 21:24:24.579 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602026-02-10T21:24:24.702Z[ recovery-image] Feb 10 21:24:24.601 INFO O| Feb 10 21:24:24.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
80612026-02-10T21:24:24.726Z[ recovery-image] Feb 10 21:24:24.617 INFO O| Feb 10 21:24:24.602 INFO STEP 1017 (remove_files) COMPLETE
80622026-02-10T21:24:24.726Z[ recovery-image] Feb 10 21:24:24.617 INFO O| Feb 10 21:24:24.617 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632026-02-10T21:24:24.750Z[ recovery-image] Feb 10 21:24:24.632 INFO O| Feb 10 21:24:24.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
80642026-02-10T21:24:24.751Z[ recovery-image] Feb 10 21:24:24.632 INFO O| Feb 10 21:24:24.632 INFO STEP 1018 (remove_files) COMPLETE
80652026-02-10T21:24:24.751Z[ recovery-image] Feb 10 21:24:24.632 INFO O| Feb 10 21:24:24.632 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662026-02-10T21:24:24.751Z[ recovery-image] Feb 10 21:24:24.644 INFO O| Feb 10 21:24:24.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
80672026-02-10T21:24:24.751Z[ recovery-image] Feb 10 21:24:24.644 INFO O| Feb 10 21:24:24.644 INFO STEP 1019 (remove_files) COMPLETE
80682026-02-10T21:24:24.751Z[ recovery-image] Feb 10 21:24:24.644 INFO O| Feb 10 21:24:24.644 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692026-02-10T21:24:24.775Z[ recovery-image] Feb 10 21:24:24.656 INFO O| Feb 10 21:24:24.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
80702026-02-10T21:24:24.775Z[ recovery-image] Feb 10 21:24:24.656 INFO O| Feb 10 21:24:24.656 INFO STEP 1020 (remove_files) COMPLETE
80712026-02-10T21:24:24.775Z[ recovery-image] Feb 10 21:24:24.656 INFO O| Feb 10 21:24:24.656 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722026-02-10T21:24:24.775Z[ recovery-image] Feb 10 21:24:24.669 INFO O| Feb 10 21:24:24.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
80732026-02-10T21:24:24.775Z[ recovery-image] Feb 10 21:24:24.669 INFO O| Feb 10 21:24:24.669 INFO STEP 1021 (remove_files) COMPLETE
80742026-02-10T21:24:24.775Z[ recovery-image] Feb 10 21:24:24.669 INFO O| Feb 10 21:24:24.669 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752026-02-10T21:24:24.799Z[ recovery-image] Feb 10 21:24:24.681 INFO O| Feb 10 21:24:24.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
80762026-02-10T21:24:24.799Z[ recovery-image] Feb 10 21:24:24.681 INFO O| Feb 10 21:24:24.681 INFO STEP 1022 (remove_files) COMPLETE
80772026-02-10T21:24:24.799Z[ recovery-image] Feb 10 21:24:24.681 INFO O| Feb 10 21:24:24.681 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782026-02-10T21:24:24.823Z[ recovery-image] Feb 10 21:24:24.727 INFO O| Feb 10 21:24:24.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
80792026-02-10T21:24:24.823Z[ recovery-image] Feb 10 21:24:24.727 INFO O| Feb 10 21:24:24.727 INFO STEP 1023 (remove_files) COMPLETE
80802026-02-10T21:24:24.823Z[ recovery-image] Feb 10 21:24:24.727 INFO O| Feb 10 21:24:24.727 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812026-02-10T21:24:24.847Z[ recovery-image] Feb 10 21:24:24.743 INFO O| Feb 10 21:24:24.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
80822026-02-10T21:24:24.847Z[ recovery-image] Feb 10 21:24:24.743 INFO O| Feb 10 21:24:24.743 INFO STEP 1024 (remove_files) COMPLETE
80832026-02-10T21:24:24.847Z[ recovery-image] Feb 10 21:24:24.743 INFO O| Feb 10 21:24:24.743 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842026-02-10T21:24:24.874Z[ recovery-image] Feb 10 21:24:24.757 INFO O| Feb 10 21:24:24.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
80852026-02-10T21:24:24.874Z[ recovery-image] Feb 10 21:24:24.757 INFO O| Feb 10 21:24:24.757 INFO STEP 1025 (remove_files) COMPLETE
80862026-02-10T21:24:24.874Z[ recovery-image] Feb 10 21:24:24.757 INFO O| Feb 10 21:24:24.757 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872026-02-10T21:24:24.874Z[ recovery-image] Feb 10 21:24:24.775 INFO O| Feb 10 21:24:24.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
80882026-02-10T21:24:24.874Z[ recovery-image] Feb 10 21:24:24.775 INFO O| Feb 10 21:24:24.775 INFO STEP 1026 (remove_files) COMPLETE
80892026-02-10T21:24:24.874Z[ recovery-image] Feb 10 21:24:24.775 INFO O| Feb 10 21:24:24.775 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902026-02-10T21:24:24.898Z[ recovery-image] Feb 10 21:24:24.792 INFO O| Feb 10 21:24:24.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
80912026-02-10T21:24:24.898Z[ recovery-image] Feb 10 21:24:24.792 INFO O| Feb 10 21:24:24.792 INFO STEP 1027 (remove_files) COMPLETE
80922026-02-10T21:24:24.898Z[ recovery-image] Feb 10 21:24:24.792 INFO O| Feb 10 21:24:24.792 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932026-02-10T21:24:24.922Z[ recovery-image] Feb 10 21:24:24.809 INFO O| Feb 10 21:24:24.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
80942026-02-10T21:24:24.922Z[ recovery-image] Feb 10 21:24:24.809 INFO O| Feb 10 21:24:24.809 INFO STEP 1028 (remove_files) COMPLETE
80952026-02-10T21:24:24.922Z[ recovery-image] Feb 10 21:24:24.809 INFO O| Feb 10 21:24:24.809 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962026-02-10T21:24:24.922Z[ recovery-image] Feb 10 21:24:24.825 INFO O| Feb 10 21:24:24.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
80972026-02-10T21:24:24.922Z[ recovery-image] Feb 10 21:24:24.825 INFO O| Feb 10 21:24:24.825 INFO STEP 1029 (remove_files) COMPLETE
80982026-02-10T21:24:24.922Z[ recovery-image] Feb 10 21:24:24.825 INFO O| Feb 10 21:24:24.825 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992026-02-10T21:24:24.947Z[ recovery-image] Feb 10 21:24:24.839 INFO O| Feb 10 21:24:24.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
81002026-02-10T21:24:24.947Z[ recovery-image] Feb 10 21:24:24.839 INFO O| Feb 10 21:24:24.839 INFO STEP 1030 (remove_files) COMPLETE
81012026-02-10T21:24:24.947Z[ recovery-image] Feb 10 21:24:24.839 INFO O| Feb 10 21:24:24.839 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022026-02-10T21:24:24.971Z[ recovery-image] Feb 10 21:24:24.854 INFO O| Feb 10 21:24:24.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
81032026-02-10T21:24:24.971Z[ recovery-image] Feb 10 21:24:24.854 INFO O| Feb 10 21:24:24.854 INFO STEP 1031 (remove_files) COMPLETE
81042026-02-10T21:24:24.971Z[ recovery-image] Feb 10 21:24:24.854 INFO O| Feb 10 21:24:24.854 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052026-02-10T21:24:24.971Z[ recovery-image] Feb 10 21:24:24.869 INFO O| Feb 10 21:24:24.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
81062026-02-10T21:24:24.971Z[ recovery-image] Feb 10 21:24:24.870 INFO O| Feb 10 21:24:24.870 INFO STEP 1032 (remove_files) COMPLETE
81072026-02-10T21:24:24.971Z[ recovery-image] Feb 10 21:24:24.870 INFO O| Feb 10 21:24:24.870 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082026-02-10T21:24:24.997Z[ recovery-image] Feb 10 21:24:24.885 INFO O| Feb 10 21:24:24.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
81092026-02-10T21:24:24.997Z[ recovery-image] Feb 10 21:24:24.885 INFO O| Feb 10 21:24:24.885 INFO STEP 1033 (remove_files) COMPLETE
81102026-02-10T21:24:24.997Z[ recovery-image] Feb 10 21:24:24.885 INFO O| Feb 10 21:24:24.885 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112026-02-10T21:24:25.021Z[ recovery-image] Feb 10 21:24:24.901 INFO O| Feb 10 21:24:24.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
81122026-02-10T21:24:25.021Z[ recovery-image] Feb 10 21:24:24.901 INFO O| Feb 10 21:24:24.901 INFO STEP 1034 (remove_files) COMPLETE
81132026-02-10T21:24:25.021Z[ recovery-image] Feb 10 21:24:24.901 INFO O| Feb 10 21:24:24.901 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142026-02-10T21:24:25.021Z[ recovery-image] Feb 10 21:24:24.917 INFO O| Feb 10 21:24:24.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
81152026-02-10T21:24:25.021Z[ recovery-image] Feb 10 21:24:24.917 INFO O| Feb 10 21:24:24.917 INFO STEP 1035 (remove_files) COMPLETE
81162026-02-10T21:24:25.021Z[ recovery-image] Feb 10 21:24:24.917 INFO O| Feb 10 21:24:24.917 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172026-02-10T21:24:25.045Z[ recovery-image] Feb 10 21:24:24.931 INFO O| Feb 10 21:24:24.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
81182026-02-10T21:24:25.045Z[ recovery-image] Feb 10 21:24:24.932 INFO O| Feb 10 21:24:24.932 INFO STEP 1036 (remove_files) COMPLETE
81192026-02-10T21:24:25.045Z[ recovery-image] Feb 10 21:24:24.932 INFO O| Feb 10 21:24:24.932 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202026-02-10T21:24:25.045Z[ recovery-image] Feb 10 21:24:24.946 INFO O| Feb 10 21:24:24.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
81212026-02-10T21:24:25.045Z[ recovery-image] Feb 10 21:24:24.947 INFO O| Feb 10 21:24:24.947 INFO STEP 1037 (remove_files) COMPLETE
81222026-02-10T21:24:25.045Z[ recovery-image] Feb 10 21:24:24.947 INFO O| Feb 10 21:24:24.947 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232026-02-10T21:24:25.070Z[ recovery-image] Feb 10 21:24:24.960 INFO O| Feb 10 21:24:24.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
81242026-02-10T21:24:25.070Z[ recovery-image] Feb 10 21:24:24.961 INFO O| Feb 10 21:24:24.961 INFO STEP 1038 (remove_files) COMPLETE
81252026-02-10T21:24:25.070Z[ recovery-image] Feb 10 21:24:24.961 INFO O| Feb 10 21:24:24.961 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262026-02-10T21:24:25.094Z[ recovery-image] Feb 10 21:24:24.975 INFO O| Feb 10 21:24:24.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
81272026-02-10T21:24:25.094Z[ recovery-image] Feb 10 21:24:24.975 INFO O| Feb 10 21:24:24.975 INFO STEP 1039 (remove_files) COMPLETE
81282026-02-10T21:24:25.094Z[ recovery-image] Feb 10 21:24:24.975 INFO O| Feb 10 21:24:24.975 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292026-02-10T21:24:25.094Z[ recovery-image] Feb 10 21:24:24.989 INFO O| Feb 10 21:24:24.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
81302026-02-10T21:24:25.094Z[ recovery-image] Feb 10 21:24:24.989 INFO O| Feb 10 21:24:24.989 INFO STEP 1040 (remove_files) COMPLETE
81312026-02-10T21:24:25.094Z[ recovery-image] Feb 10 21:24:24.989 INFO O| Feb 10 21:24:24.989 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322026-02-10T21:24:25.118Z[ recovery-image] Feb 10 21:24:25.005 INFO O| Feb 10 21:24:25.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
81332026-02-10T21:24:25.118Z[ recovery-image] Feb 10 21:24:25.005 INFO O| Feb 10 21:24:25.005 INFO STEP 1041 (remove_files) COMPLETE
81342026-02-10T21:24:25.119Z[ recovery-image] Feb 10 21:24:25.005 INFO O| Feb 10 21:24:25.005 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352026-02-10T21:24:25.119Z[ recovery-image] Feb 10 21:24:25.020 INFO O| Feb 10 21:24:25.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
81362026-02-10T21:24:25.119Z[ recovery-image] Feb 10 21:24:25.020 INFO O| Feb 10 21:24:25.020 INFO STEP 1042 (remove_files) COMPLETE
81372026-02-10T21:24:25.119Z[ recovery-image] Feb 10 21:24:25.020 INFO O| Feb 10 21:24:25.020 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382026-02-10T21:24:25.142Z[ recovery-image] Feb 10 21:24:25.035 INFO O| Feb 10 21:24:25.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
81392026-02-10T21:24:25.142Z[ recovery-image] Feb 10 21:24:25.035 INFO O| Feb 10 21:24:25.035 INFO STEP 1043 (remove_files) COMPLETE
81402026-02-10T21:24:25.142Z[ recovery-image] Feb 10 21:24:25.035 INFO O| Feb 10 21:24:25.035 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412026-02-10T21:24:25.166Z[ recovery-image] Feb 10 21:24:25.049 INFO O| Feb 10 21:24:25.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
81422026-02-10T21:24:25.166Z[ recovery-image] Feb 10 21:24:25.049 INFO O| Feb 10 21:24:25.049 INFO STEP 1044 (remove_files) COMPLETE
81432026-02-10T21:24:25.166Z[ recovery-image] Feb 10 21:24:25.049 INFO O| Feb 10 21:24:25.049 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442026-02-10T21:24:25.166Z[ recovery-image] Feb 10 21:24:25.067 INFO O| Feb 10 21:24:25.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
81452026-02-10T21:24:25.166Z[ recovery-image] Feb 10 21:24:25.067 INFO O| Feb 10 21:24:25.067 INFO STEP 1045 (remove_files) COMPLETE
81462026-02-10T21:24:25.166Z[ recovery-image] Feb 10 21:24:25.068 INFO O| Feb 10 21:24:25.067 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472026-02-10T21:24:25.191Z[ recovery-image] Feb 10 21:24:25.084 INFO O| Feb 10 21:24:25.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
81482026-02-10T21:24:25.191Z[ recovery-image] Feb 10 21:24:25.085 INFO O| Feb 10 21:24:25.085 INFO STEP 1046 (remove_files) COMPLETE
81492026-02-10T21:24:25.191Z[ recovery-image] Feb 10 21:24:25.085 INFO O| Feb 10 21:24:25.085 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502026-02-10T21:24:25.215Z[ recovery-image] Feb 10 21:24:25.098 INFO O| Feb 10 21:24:25.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
81512026-02-10T21:24:25.215Z[ recovery-image] Feb 10 21:24:25.098 INFO O| Feb 10 21:24:25.098 INFO STEP 1047 (remove_files) COMPLETE
81522026-02-10T21:24:25.215Z[ recovery-image] Feb 10 21:24:25.098 INFO O| Feb 10 21:24:25.098 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532026-02-10T21:24:25.239Z[ recovery-image] Feb 10 21:24:25.120 INFO O| Feb 10 21:24:25.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
81542026-02-10T21:24:25.239Z[ recovery-image] Feb 10 21:24:25.120 INFO O| Feb 10 21:24:25.120 INFO STEP 1048 (remove_files) COMPLETE
81552026-02-10T21:24:25.239Z[ recovery-image] Feb 10 21:24:25.120 INFO O| Feb 10 21:24:25.120 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562026-02-10T21:24:25.263Z[ recovery-image] Feb 10 21:24:25.142 INFO O| Feb 10 21:24:25.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
81572026-02-10T21:24:25.263Z[ recovery-image] Feb 10 21:24:25.142 INFO O| Feb 10 21:24:25.142 INFO STEP 1049 (remove_files) COMPLETE
81582026-02-10T21:24:25.263Z[ recovery-image] Feb 10 21:24:25.142 INFO O| Feb 10 21:24:25.142 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592026-02-10T21:24:25.263Z[ recovery-image] Feb 10 21:24:25.160 INFO O| Feb 10 21:24:25.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
81602026-02-10T21:24:25.263Z[ recovery-image] Feb 10 21:24:25.160 INFO O| Feb 10 21:24:25.160 INFO STEP 1050 (remove_files) COMPLETE
81612026-02-10T21:24:25.263Z[ recovery-image] Feb 10 21:24:25.160 INFO O| Feb 10 21:24:25.160 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622026-02-10T21:24:25.287Z[ recovery-image] Feb 10 21:24:25.180 INFO O| Feb 10 21:24:25.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
81632026-02-10T21:24:25.287Z[ recovery-image] Feb 10 21:24:25.180 INFO O| Feb 10 21:24:25.180 INFO STEP 1051 (remove_files) COMPLETE
81642026-02-10T21:24:25.287Z[ recovery-image] Feb 10 21:24:25.180 INFO O| Feb 10 21:24:25.180 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652026-02-10T21:24:25.311Z[ recovery-image] Feb 10 21:24:25.195 INFO O| Feb 10 21:24:25.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
81662026-02-10T21:24:25.311Z[ recovery-image] Feb 10 21:24:25.195 INFO O| Feb 10 21:24:25.195 INFO STEP 1052 (remove_files) COMPLETE
81672026-02-10T21:24:25.311Z[ recovery-image] Feb 10 21:24:25.195 INFO O| Feb 10 21:24:25.195 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682026-02-10T21:24:25.311Z[ recovery-image] Feb 10 21:24:25.209 INFO O| Feb 10 21:24:25.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
81692026-02-10T21:24:25.312Z[ recovery-image] Feb 10 21:24:25.209 INFO O| Feb 10 21:24:25.209 INFO STEP 1053 (remove_files) COMPLETE
81702026-02-10T21:24:25.312Z[ recovery-image] Feb 10 21:24:25.209 INFO O| Feb 10 21:24:25.209 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712026-02-10T21:24:25.379Z[ recovery-image] Feb 10 21:24:25.224 INFO O| Feb 10 21:24:25.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
81722026-02-10T21:24:25.379Z[ recovery-image] Feb 10 21:24:25.224 INFO O| Feb 10 21:24:25.224 INFO STEP 1054 (remove_files) COMPLETE
81732026-02-10T21:24:25.379Z[ recovery-image] Feb 10 21:24:25.224 INFO O| Feb 10 21:24:25.224 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742026-02-10T21:24:25.379Z[ recovery-image] Feb 10 21:24:25.238 INFO O| Feb 10 21:24:25.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
81752026-02-10T21:24:25.379Z[ recovery-image] Feb 10 21:24:25.239 INFO O| Feb 10 21:24:25.239 INFO STEP 1055 (remove_files) COMPLETE
81762026-02-10T21:24:25.379Z[ recovery-image] Feb 10 21:24:25.239 INFO O| Feb 10 21:24:25.239 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772026-02-10T21:24:25.379Z[ recovery-image] Feb 10 21:24:25.253 INFO O| Feb 10 21:24:25.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
81782026-02-10T21:24:25.379Z[ recovery-image] Feb 10 21:24:25.253 INFO O| Feb 10 21:24:25.253 INFO STEP 1056 (remove_files) COMPLETE
81792026-02-10T21:24:25.379Z[ recovery-image] Feb 10 21:24:25.253 INFO O| Feb 10 21:24:25.253 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802026-02-10T21:24:25.379Z[ recovery-image] Feb 10 21:24:25.272 INFO O| Feb 10 21:24:25.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
81812026-02-10T21:24:25.380Z[ recovery-image] Feb 10 21:24:25.273 INFO O| Feb 10 21:24:25.273 INFO STEP 1057 (remove_files) COMPLETE
81822026-02-10T21:24:25.380Z[ recovery-image] Feb 10 21:24:25.273 INFO O| Feb 10 21:24:25.273 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832026-02-10T21:24:25.404Z[ recovery-image] Feb 10 21:24:25.289 INFO O| Feb 10 21:24:25.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
81842026-02-10T21:24:25.404Z[ recovery-image] Feb 10 21:24:25.289 INFO O| Feb 10 21:24:25.289 INFO STEP 1058 (remove_files) COMPLETE
81852026-02-10T21:24:25.404Z[ recovery-image] Feb 10 21:24:25.289 INFO O| Feb 10 21:24:25.289 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862026-02-10T21:24:25.404Z[ recovery-image] Feb 10 21:24:25.304 INFO O| Feb 10 21:24:25.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
81872026-02-10T21:24:25.404Z[ recovery-image] Feb 10 21:24:25.304 INFO O| Feb 10 21:24:25.304 INFO STEP 1059 (remove_files) COMPLETE
81882026-02-10T21:24:25.404Z[ recovery-image] Feb 10 21:24:25.304 INFO O| Feb 10 21:24:25.304 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892026-02-10T21:24:25.428Z[ recovery-image] Feb 10 21:24:25.319 INFO O| Feb 10 21:24:25.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
81902026-02-10T21:24:25.428Z[ recovery-image] Feb 10 21:24:25.319 INFO O| Feb 10 21:24:25.319 INFO STEP 1060 (remove_files) COMPLETE
81912026-02-10T21:24:25.428Z[ recovery-image] Feb 10 21:24:25.319 INFO O| Feb 10 21:24:25.319 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922026-02-10T21:24:25.452Z[ recovery-image] Feb 10 21:24:25.333 INFO O| Feb 10 21:24:25.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
81932026-02-10T21:24:25.452Z[ recovery-image] Feb 10 21:24:25.334 INFO O| Feb 10 21:24:25.333 INFO STEP 1061 (remove_files) COMPLETE
81942026-02-10T21:24:25.452Z[ recovery-image] Feb 10 21:24:25.334 INFO O| Feb 10 21:24:25.334 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952026-02-10T21:24:25.452Z[ recovery-image] Feb 10 21:24:25.347 INFO O| Feb 10 21:24:25.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
81962026-02-10T21:24:25.452Z[ recovery-image] Feb 10 21:24:25.347 INFO O| Feb 10 21:24:25.347 INFO STEP 1062 (remove_files) COMPLETE
81972026-02-10T21:24:25.452Z[ recovery-image] Feb 10 21:24:25.347 INFO O| Feb 10 21:24:25.347 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982026-02-10T21:24:25.476Z[ recovery-image] Feb 10 21:24:25.361 INFO O| Feb 10 21:24:25.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
81992026-02-10T21:24:25.476Z[ recovery-image] Feb 10 21:24:25.361 INFO O| Feb 10 21:24:25.361 INFO STEP 1063 (remove_files) COMPLETE
82002026-02-10T21:24:25.476Z[ recovery-image] Feb 10 21:24:25.361 INFO O| Feb 10 21:24:25.361 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012026-02-10T21:24:25.501Z[ recovery-image] Feb 10 21:24:25.390 INFO O| Feb 10 21:24:25.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
82022026-02-10T21:24:25.501Z[ recovery-image] Feb 10 21:24:25.390 INFO O| Feb 10 21:24:25.390 INFO STEP 1064 (remove_files) COMPLETE
82032026-02-10T21:24:25.501Z[ recovery-image] Feb 10 21:24:25.390 INFO O| Feb 10 21:24:25.390 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042026-02-10T21:24:25.526Z[ recovery-image] Feb 10 21:24:25.405 INFO O| Feb 10 21:24:25.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
82052026-02-10T21:24:25.526Z[ recovery-image] Feb 10 21:24:25.405 INFO O| Feb 10 21:24:25.405 INFO STEP 1065 (remove_files) COMPLETE
82062026-02-10T21:24:25.526Z[ recovery-image] Feb 10 21:24:25.405 INFO O| Feb 10 21:24:25.405 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072026-02-10T21:24:25.550Z[ recovery-image] Feb 10 21:24:25.439 INFO O| Feb 10 21:24:25.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
82082026-02-10T21:24:25.550Z[ recovery-image] Feb 10 21:24:25.439 INFO O| Feb 10 21:24:25.439 INFO STEP 1066 (remove_files) COMPLETE
82092026-02-10T21:24:25.550Z[ recovery-image] Feb 10 21:24:25.439 INFO O| Feb 10 21:24:25.439 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102026-02-10T21:24:25.550Z[ recovery-image] Feb 10 21:24:25.454 INFO O| Feb 10 21:24:25.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
82112026-02-10T21:24:25.550Z[ recovery-image] Feb 10 21:24:25.455 INFO O| Feb 10 21:24:25.455 INFO STEP 1067 (remove_files) COMPLETE
82122026-02-10T21:24:25.550Z[ recovery-image] Feb 10 21:24:25.455 INFO O| Feb 10 21:24:25.455 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132026-02-10T21:24:25.590Z[ recovery-image] Feb 10 21:24:25.494 INFO O| Feb 10 21:24:25.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
82142026-02-10T21:24:25.590Z[ recovery-image] Feb 10 21:24:25.494 INFO O| Feb 10 21:24:25.494 INFO STEP 1068 (remove_files) COMPLETE
82152026-02-10T21:24:25.614Z[ recovery-image] Feb 10 21:24:25.494 INFO O| Feb 10 21:24:25.494 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162026-02-10T21:24:25.614Z[ recovery-image] Feb 10 21:24:25.509 INFO O| Feb 10 21:24:25.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
82172026-02-10T21:24:25.614Z[ recovery-image] Feb 10 21:24:25.509 INFO O| Feb 10 21:24:25.509 INFO STEP 1069 (remove_files) COMPLETE
82182026-02-10T21:24:25.614Z[ recovery-image] Feb 10 21:24:25.509 INFO O| Feb 10 21:24:25.509 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192026-02-10T21:24:25.639Z[ recovery-image] Feb 10 21:24:25.524 INFO O| Feb 10 21:24:25.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
82202026-02-10T21:24:25.639Z[ recovery-image] Feb 10 21:24:25.524 INFO O| Feb 10 21:24:25.524 INFO STEP 1070 (remove_files) COMPLETE
82212026-02-10T21:24:25.639Z[ recovery-image] Feb 10 21:24:25.524 INFO O| Feb 10 21:24:25.524 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222026-02-10T21:24:25.639Z[ recovery-image] Feb 10 21:24:25.537 INFO O| Feb 10 21:24:25.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
82232026-02-10T21:24:25.639Z[ recovery-image] Feb 10 21:24:25.537 INFO O| Feb 10 21:24:25.537 INFO STEP 1071 (remove_files) COMPLETE
82242026-02-10T21:24:25.639Z[ recovery-image] Feb 10 21:24:25.537 INFO O| Feb 10 21:24:25.537 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252026-02-10T21:24:25.663Z[ recovery-image] Feb 10 21:24:25.552 INFO O| Feb 10 21:24:25.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
82262026-02-10T21:24:25.663Z[ recovery-image] Feb 10 21:24:25.552 INFO O| Feb 10 21:24:25.552 INFO STEP 1072 (remove_files) COMPLETE
82272026-02-10T21:24:25.663Z[ recovery-image] Feb 10 21:24:25.553 INFO O| Feb 10 21:24:25.552 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282026-02-10T21:24:25.687Z[ recovery-image] Feb 10 21:24:25.568 INFO O| Feb 10 21:24:25.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
82292026-02-10T21:24:25.687Z[ recovery-image] Feb 10 21:24:25.569 INFO O| Feb 10 21:24:25.569 INFO STEP 1073 (remove_files) COMPLETE
82302026-02-10T21:24:25.687Z[ recovery-image] Feb 10 21:24:25.569 INFO O| Feb 10 21:24:25.569 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312026-02-10T21:24:25.687Z[ recovery-image] Feb 10 21:24:25.584 INFO O| Feb 10 21:24:25.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
82322026-02-10T21:24:25.687Z[ recovery-image] Feb 10 21:24:25.584 INFO O| Feb 10 21:24:25.584 INFO STEP 1074 (remove_files) COMPLETE
82332026-02-10T21:24:25.687Z[ recovery-image] Feb 10 21:24:25.585 INFO O| Feb 10 21:24:25.584 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342026-02-10T21:24:25.712Z[ recovery-image] Feb 10 21:24:25.600 INFO O| Feb 10 21:24:25.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
82352026-02-10T21:24:25.712Z[ recovery-image] Feb 10 21:24:25.600 INFO O| Feb 10 21:24:25.600 INFO STEP 1075 (remove_files) COMPLETE
82362026-02-10T21:24:25.712Z[ recovery-image] Feb 10 21:24:25.600 INFO O| Feb 10 21:24:25.600 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372026-02-10T21:24:25.712Z[ recovery-image] Feb 10 21:24:25.616 INFO O| Feb 10 21:24:25.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
82382026-02-10T21:24:25.712Z[ recovery-image] Feb 10 21:24:25.616 INFO O| Feb 10 21:24:25.616 INFO STEP 1076 (remove_files) COMPLETE
82392026-02-10T21:24:25.712Z[ recovery-image] Feb 10 21:24:25.616 INFO O| Feb 10 21:24:25.616 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402026-02-10T21:24:25.736Z[ recovery-image] Feb 10 21:24:25.631 INFO O| Feb 10 21:24:25.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
82412026-02-10T21:24:25.736Z[ recovery-image] Feb 10 21:24:25.631 INFO O| Feb 10 21:24:25.631 INFO STEP 1077 (remove_files) COMPLETE
82422026-02-10T21:24:25.736Z[ recovery-image] Feb 10 21:24:25.631 INFO O| Feb 10 21:24:25.631 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432026-02-10T21:24:25.760Z[ recovery-image] Feb 10 21:24:25.649 INFO O| Feb 10 21:24:25.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
82442026-02-10T21:24:25.760Z[ recovery-image] Feb 10 21:24:25.649 INFO O| Feb 10 21:24:25.649 INFO STEP 1078 (remove_files) COMPLETE
82452026-02-10T21:24:25.760Z[ recovery-image] Feb 10 21:24:25.649 INFO O| Feb 10 21:24:25.649 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462026-02-10T21:24:25.760Z[ recovery-image] Feb 10 21:24:25.664 INFO O| Feb 10 21:24:25.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
82472026-02-10T21:24:25.760Z[ recovery-image] Feb 10 21:24:25.665 INFO O| Feb 10 21:24:25.665 INFO STEP 1079 (remove_files) COMPLETE
82482026-02-10T21:24:25.760Z[ recovery-image] Feb 10 21:24:25.665 INFO O| Feb 10 21:24:25.665 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492026-02-10T21:24:25.786Z[ recovery-image] Feb 10 21:24:25.681 INFO O| Feb 10 21:24:25.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
82502026-02-10T21:24:25.786Z[ recovery-image] Feb 10 21:24:25.681 INFO O| Feb 10 21:24:25.681 INFO STEP 1080 (remove_files) COMPLETE
82512026-02-10T21:24:25.786Z[ recovery-image] Feb 10 21:24:25.681 INFO O| Feb 10 21:24:25.681 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522026-02-10T21:24:25.809Z[ recovery-image] Feb 10 21:24:25.700 INFO O| Feb 10 21:24:25.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
82532026-02-10T21:24:25.809Z[ recovery-image] Feb 10 21:24:25.700 INFO O| Feb 10 21:24:25.700 INFO STEP 1081 (remove_files) COMPLETE
82542026-02-10T21:24:25.809Z[ recovery-image] Feb 10 21:24:25.700 INFO O| Feb 10 21:24:25.700 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552026-02-10T21:24:25.833Z[ recovery-image] Feb 10 21:24:25.715 INFO O| Feb 10 21:24:25.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
82562026-02-10T21:24:25.833Z[ recovery-image] Feb 10 21:24:25.715 INFO O| Feb 10 21:24:25.715 INFO STEP 1082 (remove_files) COMPLETE
82572026-02-10T21:24:25.833Z[ recovery-image] Feb 10 21:24:25.715 INFO O| Feb 10 21:24:25.715 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582026-02-10T21:24:25.833Z[ recovery-image] Feb 10 21:24:25.728 INFO O| Feb 10 21:24:25.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
82592026-02-10T21:24:25.833Z[ recovery-image] Feb 10 21:24:25.728 INFO O| Feb 10 21:24:25.728 INFO STEP 1083 (remove_files) COMPLETE
82602026-02-10T21:24:25.833Z[ recovery-image] Feb 10 21:24:25.728 INFO O| Feb 10 21:24:25.728 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612026-02-10T21:24:25.857Z[ recovery-image] Feb 10 21:24:25.742 INFO O| Feb 10 21:24:25.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
82622026-02-10T21:24:25.857Z[ recovery-image] Feb 10 21:24:25.742 INFO O| Feb 10 21:24:25.742 INFO STEP 1084 (remove_files) COMPLETE
82632026-02-10T21:24:25.857Z[ recovery-image] Feb 10 21:24:25.742 INFO O| Feb 10 21:24:25.742 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642026-02-10T21:24:25.857Z[ recovery-image] Feb 10 21:24:25.755 INFO O| Feb 10 21:24:25.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
82652026-02-10T21:24:25.857Z[ recovery-image] Feb 10 21:24:25.755 INFO O| Feb 10 21:24:25.755 INFO STEP 1085 (remove_files) COMPLETE
82662026-02-10T21:24:25.857Z[ recovery-image] Feb 10 21:24:25.755 INFO O| Feb 10 21:24:25.755 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672026-02-10T21:24:25.881Z[ recovery-image] Feb 10 21:24:25.768 INFO O| Feb 10 21:24:25.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
82682026-02-10T21:24:25.881Z[ recovery-image] Feb 10 21:24:25.768 INFO O| Feb 10 21:24:25.768 INFO STEP 1086 (remove_files) COMPLETE
82692026-02-10T21:24:25.881Z[ recovery-image] Feb 10 21:24:25.768 INFO O| Feb 10 21:24:25.768 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702026-02-10T21:24:25.881Z[ recovery-image] Feb 10 21:24:25.780 INFO O| Feb 10 21:24:25.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
82712026-02-10T21:24:25.881Z[ recovery-image] Feb 10 21:24:25.781 INFO O| Feb 10 21:24:25.781 INFO STEP 1087 (remove_files) COMPLETE
82722026-02-10T21:24:25.881Z[ recovery-image] Feb 10 21:24:25.781 INFO O| Feb 10 21:24:25.781 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732026-02-10T21:24:25.906Z[ recovery-image] Feb 10 21:24:25.792 INFO O| Feb 10 21:24:25.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
82742026-02-10T21:24:25.906Z[ recovery-image] Feb 10 21:24:25.792 INFO O| Feb 10 21:24:25.792 INFO STEP 1088 (remove_files) COMPLETE
82752026-02-10T21:24:25.906Z[ recovery-image] Feb 10 21:24:25.792 INFO O| Feb 10 21:24:25.792 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762026-02-10T21:24:25.931Z[ recovery-image] Feb 10 21:24:25.811 INFO O| Feb 10 21:24:25.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
82772026-02-10T21:24:25.931Z[ recovery-image] Feb 10 21:24:25.812 INFO O| Feb 10 21:24:25.812 INFO STEP 1089 (remove_files) COMPLETE
82782026-02-10T21:24:25.931Z[ recovery-image] Feb 10 21:24:25.812 INFO O| Feb 10 21:24:25.812 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792026-02-10T21:24:25.931Z[ recovery-image] Feb 10 21:24:25.830 INFO O| Feb 10 21:24:25.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
82802026-02-10T21:24:25.931Z[ recovery-image] Feb 10 21:24:25.830 INFO O| Feb 10 21:24:25.830 INFO STEP 1090 (remove_files) COMPLETE
82812026-02-10T21:24:25.931Z[ recovery-image] Feb 10 21:24:25.830 INFO O| Feb 10 21:24:25.830 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822026-02-10T21:24:25.954Z[ recovery-image] Feb 10 21:24:25.851 INFO O| Feb 10 21:24:25.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
82832026-02-10T21:24:25.955Z[ recovery-image] Feb 10 21:24:25.851 INFO O| Feb 10 21:24:25.851 INFO STEP 1091 (remove_files) COMPLETE
82842026-02-10T21:24:25.955Z[ recovery-image] Feb 10 21:24:25.851 INFO O| Feb 10 21:24:25.851 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852026-02-10T21:24:25.978Z[ recovery-image] Feb 10 21:24:25.867 INFO O| Feb 10 21:24:25.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
82862026-02-10T21:24:25.979Z[ recovery-image] Feb 10 21:24:25.867 INFO O| Feb 10 21:24:25.867 INFO STEP 1092 (remove_files) COMPLETE
82872026-02-10T21:24:25.979Z[ recovery-image] Feb 10 21:24:25.867 INFO O| Feb 10 21:24:25.867 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882026-02-10T21:24:26.005Z[ recovery-image] Feb 10 21:24:25.886 INFO O| Feb 10 21:24:25.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
82892026-02-10T21:24:26.005Z[ recovery-image] Feb 10 21:24:25.886 INFO O| Feb 10 21:24:25.886 INFO STEP 1093 (remove_files) COMPLETE
82902026-02-10T21:24:26.005Z[ recovery-image] Feb 10 21:24:25.886 INFO O| Feb 10 21:24:25.886 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912026-02-10T21:24:26.006Z[ recovery-image] Feb 10 21:24:25.903 INFO O| Feb 10 21:24:25.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
82922026-02-10T21:24:26.006Z[ recovery-image] Feb 10 21:24:25.903 INFO O| Feb 10 21:24:25.903 INFO STEP 1094 (remove_files) COMPLETE
82932026-02-10T21:24:26.006Z[ recovery-image] Feb 10 21:24:25.903 INFO O| Feb 10 21:24:25.903 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942026-02-10T21:24:26.030Z[ recovery-image] Feb 10 21:24:25.918 INFO O| Feb 10 21:24:25.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
82952026-02-10T21:24:26.030Z[ recovery-image] Feb 10 21:24:25.918 INFO O| Feb 10 21:24:25.918 INFO STEP 1095 (remove_files) COMPLETE
82962026-02-10T21:24:26.030Z[ recovery-image] Feb 10 21:24:25.918 INFO O| Feb 10 21:24:25.918 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972026-02-10T21:24:26.030Z[ recovery-image] Feb 10 21:24:25.934 INFO O| Feb 10 21:24:25.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
82982026-02-10T21:24:26.030Z[ recovery-image] Feb 10 21:24:25.934 INFO O| Feb 10 21:24:25.934 INFO STEP 1096 (remove_files) COMPLETE
82992026-02-10T21:24:26.030Z[ recovery-image] Feb 10 21:24:25.934 INFO O| Feb 10 21:24:25.934 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002026-02-10T21:24:26.055Z[ recovery-image] Feb 10 21:24:25.949 INFO O| Feb 10 21:24:25.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
83012026-02-10T21:24:26.055Z[ recovery-image] Feb 10 21:24:25.949 INFO O| Feb 10 21:24:25.949 INFO STEP 1097 (remove_files) COMPLETE
83022026-02-10T21:24:26.055Z[ recovery-image] Feb 10 21:24:25.949 INFO O| Feb 10 21:24:25.949 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032026-02-10T21:24:26.083Z[ recovery-image] Feb 10 21:24:25.967 INFO O| Feb 10 21:24:25.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
83042026-02-10T21:24:26.083Z[ recovery-image] Feb 10 21:24:25.967 INFO O| Feb 10 21:24:25.967 INFO STEP 1098 (remove_files) COMPLETE
83052026-02-10T21:24:26.083Z[ recovery-image] Feb 10 21:24:25.967 INFO O| Feb 10 21:24:25.967 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83062026-02-10T21:24:26.109Z[ recovery-image] Feb 10 21:24:25.986 INFO O| Feb 10 21:24:25.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
83072026-02-10T21:24:26.109Z[ recovery-image] Feb 10 21:24:25.986 INFO O| Feb 10 21:24:25.986 INFO STEP 1099 (remove_files) COMPLETE
83082026-02-10T21:24:26.109Z[ recovery-image] Feb 10 21:24:25.986 INFO O| Feb 10 21:24:25.986 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83092026-02-10T21:24:26.109Z[ recovery-image] Feb 10 21:24:26.010 INFO O| Feb 10 21:24:26.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
83102026-02-10T21:24:26.109Z[ recovery-image] Feb 10 21:24:26.010 INFO O| Feb 10 21:24:26.010 INFO STEP 1100 (remove_files) COMPLETE
83112026-02-10T21:24:26.109Z[ recovery-image] Feb 10 21:24:26.010 INFO O| Feb 10 21:24:26.010 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83122026-02-10T21:24:26.134Z[ recovery-image] Feb 10 21:24:26.027 INFO O| Feb 10 21:24:26.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
83132026-02-10T21:24:26.134Z[ recovery-image] Feb 10 21:24:26.027 INFO O| Feb 10 21:24:26.027 INFO STEP 1101 (remove_files) COMPLETE
83142026-02-10T21:24:26.134Z[ recovery-image] Feb 10 21:24:26.027 INFO O| Feb 10 21:24:26.027 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83152026-02-10T21:24:26.159Z[ recovery-image] Feb 10 21:24:26.044 INFO O| Feb 10 21:24:26.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
83162026-02-10T21:24:26.159Z[ recovery-image] Feb 10 21:24:26.045 INFO O| Feb 10 21:24:26.045 INFO STEP 1102 (remove_files) COMPLETE
83172026-02-10T21:24:26.159Z[ recovery-image] Feb 10 21:24:26.045 INFO O| Feb 10 21:24:26.045 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83182026-02-10T21:24:26.159Z[ recovery-image] Feb 10 21:24:26.062 INFO O| Feb 10 21:24:26.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
83192026-02-10T21:24:26.159Z[ recovery-image] Feb 10 21:24:26.062 INFO O| Feb 10 21:24:26.062 INFO STEP 1103 (remove_files) COMPLETE
83202026-02-10T21:24:26.159Z[ recovery-image] Feb 10 21:24:26.062 INFO O| Feb 10 21:24:26.062 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83212026-02-10T21:24:26.183Z[ recovery-image] Feb 10 21:24:26.075 INFO O| Feb 10 21:24:26.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
83222026-02-10T21:24:26.184Z[ recovery-image] Feb 10 21:24:26.076 INFO O| Feb 10 21:24:26.076 INFO STEP 1104 (remove_files) COMPLETE
83232026-02-10T21:24:26.184Z[ recovery-image] Feb 10 21:24:26.076 INFO O| Feb 10 21:24:26.076 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83242026-02-10T21:24:26.208Z[ recovery-image] Feb 10 21:24:26.091 INFO O| Feb 10 21:24:26.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
83252026-02-10T21:24:26.208Z[ recovery-image] Feb 10 21:24:26.091 INFO O| Feb 10 21:24:26.091 INFO STEP 1105 (remove_files) COMPLETE
83262026-02-10T21:24:26.208Z[ recovery-image] Feb 10 21:24:26.091 INFO O| Feb 10 21:24:26.091 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83272026-02-10T21:24:26.208Z[ recovery-image] Feb 10 21:24:26.106 INFO O| Feb 10 21:24:26.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
83282026-02-10T21:24:26.208Z[ recovery-image] Feb 10 21:24:26.106 INFO O| Feb 10 21:24:26.106 INFO STEP 1106 (remove_files) COMPLETE
83292026-02-10T21:24:26.208Z[ recovery-image] Feb 10 21:24:26.106 INFO O| Feb 10 21:24:26.106 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83302026-02-10T21:24:26.234Z[ recovery-image] Feb 10 21:24:26.124 INFO O| Feb 10 21:24:26.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
83312026-02-10T21:24:26.234Z[ recovery-image] Feb 10 21:24:26.124 INFO O| Feb 10 21:24:26.124 INFO STEP 1107 (remove_files) COMPLETE
83322026-02-10T21:24:26.234Z[ recovery-image] Feb 10 21:24:26.124 INFO O| Feb 10 21:24:26.124 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83332026-02-10T21:24:26.258Z[ recovery-image] Feb 10 21:24:26.142 INFO O| Feb 10 21:24:26.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
83342026-02-10T21:24:26.258Z[ recovery-image] Feb 10 21:24:26.142 INFO O| Feb 10 21:24:26.142 INFO STEP 1108 (remove_files) COMPLETE
83352026-02-10T21:24:26.258Z[ recovery-image] Feb 10 21:24:26.142 INFO O| Feb 10 21:24:26.142 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83362026-02-10T21:24:26.283Z[ recovery-image] Feb 10 21:24:26.164 INFO O| Feb 10 21:24:26.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
83372026-02-10T21:24:26.283Z[ recovery-image] Feb 10 21:24:26.165 INFO O| Feb 10 21:24:26.165 INFO STEP 1109 (remove_files) COMPLETE
83382026-02-10T21:24:26.283Z[ recovery-image] Feb 10 21:24:26.165 INFO O| Feb 10 21:24:26.165 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83392026-02-10T21:24:26.283Z[ recovery-image] Feb 10 21:24:26.182 INFO O| Feb 10 21:24:26.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
83402026-02-10T21:24:26.283Z[ recovery-image] Feb 10 21:24:26.182 INFO O| Feb 10 21:24:26.182 INFO STEP 1110 (remove_files) COMPLETE
83412026-02-10T21:24:26.283Z[ recovery-image] Feb 10 21:24:26.182 INFO O| Feb 10 21:24:26.182 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83422026-02-10T21:24:26.309Z[ recovery-image] Feb 10 21:24:26.201 INFO O| Feb 10 21:24:26.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
83432026-02-10T21:24:26.309Z[ recovery-image] Feb 10 21:24:26.201 INFO O| Feb 10 21:24:26.201 INFO STEP 1111 (remove_files) COMPLETE
83442026-02-10T21:24:26.309Z[ recovery-image] Feb 10 21:24:26.201 INFO O| Feb 10 21:24:26.201 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83452026-02-10T21:24:26.333Z[ recovery-image] Feb 10 21:24:26.217 INFO O| Feb 10 21:24:26.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
83462026-02-10T21:24:26.333Z[ recovery-image] Feb 10 21:24:26.217 INFO O| Feb 10 21:24:26.217 INFO STEP 1112 (remove_files) COMPLETE
83472026-02-10T21:24:26.333Z[ recovery-image] Feb 10 21:24:26.217 INFO O| Feb 10 21:24:26.217 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83482026-02-10T21:24:26.333Z[ recovery-image] Feb 10 21:24:26.233 INFO O| Feb 10 21:24:26.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
83492026-02-10T21:24:26.333Z[ recovery-image] Feb 10 21:24:26.233 INFO O| Feb 10 21:24:26.233 INFO STEP 1113 (remove_files) COMPLETE
83502026-02-10T21:24:26.333Z[ recovery-image] Feb 10 21:24:26.233 INFO O| Feb 10 21:24:26.233 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83512026-02-10T21:24:26.357Z[ recovery-image] Feb 10 21:24:26.249 INFO O| Feb 10 21:24:26.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
83522026-02-10T21:24:26.357Z[ recovery-image] Feb 10 21:24:26.249 INFO O| Feb 10 21:24:26.249 INFO STEP 1114 (remove_files) COMPLETE
83532026-02-10T21:24:26.357Z[ recovery-image] Feb 10 21:24:26.249 INFO O| Feb 10 21:24:26.249 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83542026-02-10T21:24:26.385Z[ recovery-image] Feb 10 21:24:26.266 INFO O| Feb 10 21:24:26.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
83552026-02-10T21:24:26.386Z[ recovery-image] Feb 10 21:24:26.266 INFO O| Feb 10 21:24:26.266 INFO STEP 1115 (remove_files) COMPLETE
83562026-02-10T21:24:26.386Z[ recovery-image] Feb 10 21:24:26.266 INFO O| Feb 10 21:24:26.266 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83572026-02-10T21:24:26.386Z[ recovery-image] Feb 10 21:24:26.281 INFO O| Feb 10 21:24:26.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
83582026-02-10T21:24:26.386Z[ recovery-image] Feb 10 21:24:26.281 INFO O| Feb 10 21:24:26.281 INFO STEP 1116 (remove_files) COMPLETE
83592026-02-10T21:24:26.386Z[ recovery-image] Feb 10 21:24:26.281 INFO O| Feb 10 21:24:26.281 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83602026-02-10T21:24:26.410Z[ recovery-image] Feb 10 21:24:26.297 INFO O| Feb 10 21:24:26.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
83612026-02-10T21:24:26.410Z[ recovery-image] Feb 10 21:24:26.297 INFO O| Feb 10 21:24:26.297 INFO STEP 1117 (remove_files) COMPLETE
83622026-02-10T21:24:26.410Z[ recovery-image] Feb 10 21:24:26.297 INFO O| Feb 10 21:24:26.297 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83632026-02-10T21:24:26.410Z[ recovery-image] Feb 10 21:24:26.314 INFO O| Feb 10 21:24:26.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
83642026-02-10T21:24:26.410Z[ recovery-image] Feb 10 21:24:26.314 INFO O| Feb 10 21:24:26.314 INFO STEP 1118 (remove_files) COMPLETE
83652026-02-10T21:24:26.410Z[ recovery-image] Feb 10 21:24:26.314 INFO O| Feb 10 21:24:26.314 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83662026-02-10T21:24:26.436Z[ recovery-image] Feb 10 21:24:26.327 INFO O| Feb 10 21:24:26.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
83672026-02-10T21:24:26.436Z[ recovery-image] Feb 10 21:24:26.327 INFO O| Feb 10 21:24:26.327 INFO STEP 1119 (remove_files) COMPLETE
83682026-02-10T21:24:26.436Z[ recovery-image] Feb 10 21:24:26.327 INFO O| Feb 10 21:24:26.327 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83692026-02-10T21:24:26.460Z[ recovery-image] Feb 10 21:24:26.343 INFO O| Feb 10 21:24:26.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
83702026-02-10T21:24:26.460Z[ recovery-image] Feb 10 21:24:26.343 INFO O| Feb 10 21:24:26.343 INFO STEP 1120 (remove_files) COMPLETE
83712026-02-10T21:24:26.460Z[ recovery-image] Feb 10 21:24:26.344 INFO O| Feb 10 21:24:26.343 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83722026-02-10T21:24:26.460Z[ recovery-image] Feb 10 21:24:26.357 INFO O| Feb 10 21:24:26.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
83732026-02-10T21:24:26.460Z[ recovery-image] Feb 10 21:24:26.357 INFO O| Feb 10 21:24:26.357 INFO STEP 1121 (remove_files) COMPLETE
83742026-02-10T21:24:26.460Z[ recovery-image] Feb 10 21:24:26.357 INFO O| Feb 10 21:24:26.357 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83752026-02-10T21:24:26.485Z[ recovery-image] Feb 10 21:24:26.374 INFO O| Feb 10 21:24:26.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
83762026-02-10T21:24:26.485Z[ recovery-image] Feb 10 21:24:26.374 INFO O| Feb 10 21:24:26.374 INFO STEP 1122 (remove_files) COMPLETE
83772026-02-10T21:24:26.485Z[ recovery-image] Feb 10 21:24:26.374 INFO O| Feb 10 21:24:26.374 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83782026-02-10T21:24:26.510Z[ recovery-image] Feb 10 21:24:26.391 INFO O| Feb 10 21:24:26.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
83792026-02-10T21:24:26.510Z[ recovery-image] Feb 10 21:24:26.391 INFO O| Feb 10 21:24:26.391 INFO STEP 1123 (remove_files) COMPLETE
83802026-02-10T21:24:26.510Z[ recovery-image] Feb 10 21:24:26.391 INFO O| Feb 10 21:24:26.391 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83812026-02-10T21:24:26.535Z[ recovery-image] Feb 10 21:24:26.416 INFO O| Feb 10 21:24:26.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
83822026-02-10T21:24:26.535Z[ recovery-image] Feb 10 21:24:26.416 INFO O| Feb 10 21:24:26.416 INFO STEP 1124 (remove_files) COMPLETE
83832026-02-10T21:24:26.535Z[ recovery-image] Feb 10 21:24:26.416 INFO O| Feb 10 21:24:26.416 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83842026-02-10T21:24:26.535Z[ recovery-image] Feb 10 21:24:26.438 INFO O| Feb 10 21:24:26.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
83852026-02-10T21:24:26.535Z[ recovery-image] Feb 10 21:24:26.438 INFO O| Feb 10 21:24:26.438 INFO STEP 1125 (remove_files) COMPLETE
83862026-02-10T21:24:26.535Z[ recovery-image] Feb 10 21:24:26.438 INFO O| Feb 10 21:24:26.438 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83872026-02-10T21:24:26.564Z[ recovery-image] Feb 10 21:24:26.460 INFO O| Feb 10 21:24:26.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
83882026-02-10T21:24:26.564Z[ recovery-image] Feb 10 21:24:26.460 INFO O| Feb 10 21:24:26.460 INFO STEP 1126 (remove_files) COMPLETE
83892026-02-10T21:24:26.565Z[ recovery-image] Feb 10 21:24:26.460 INFO O| Feb 10 21:24:26.460 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83902026-02-10T21:24:26.590Z[ recovery-image] Feb 10 21:24:26.483 INFO O| Feb 10 21:24:26.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
83912026-02-10T21:24:26.590Z[ recovery-image] Feb 10 21:24:26.483 INFO O| Feb 10 21:24:26.483 INFO STEP 1127 (remove_files) COMPLETE
83922026-02-10T21:24:26.590Z[ recovery-image] Feb 10 21:24:26.483 INFO O| Feb 10 21:24:26.483 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83932026-02-10T21:24:26.618Z[ recovery-image] Feb 10 21:24:26.502 INFO O| Feb 10 21:24:26.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
83942026-02-10T21:24:26.618Z[ recovery-image] Feb 10 21:24:26.502 INFO O| Feb 10 21:24:26.502 INFO STEP 1128 (remove_files) COMPLETE
83952026-02-10T21:24:26.619Z[ recovery-image] Feb 10 21:24:26.502 INFO O| Feb 10 21:24:26.502 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83962026-02-10T21:24:26.619Z[ recovery-image] Feb 10 21:24:26.521 INFO O| Feb 10 21:24:26.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
83972026-02-10T21:24:26.619Z[ recovery-image] Feb 10 21:24:26.522 INFO O| Feb 10 21:24:26.521 INFO STEP 1129 (remove_files) COMPLETE
83982026-02-10T21:24:26.619Z[ recovery-image] Feb 10 21:24:26.522 INFO O| Feb 10 21:24:26.522 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83992026-02-10T21:24:26.644Z[ recovery-image] Feb 10 21:24:26.543 INFO O| Feb 10 21:24:26.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
84002026-02-10T21:24:26.644Z[ recovery-image] Feb 10 21:24:26.543 INFO O| Feb 10 21:24:26.543 INFO STEP 1130 (remove_files) COMPLETE
84012026-02-10T21:24:26.644Z[ recovery-image] Feb 10 21:24:26.543 INFO O| Feb 10 21:24:26.543 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84022026-02-10T21:24:26.668Z[ recovery-image] Feb 10 21:24:26.565 INFO O| Feb 10 21:24:26.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
84032026-02-10T21:24:26.669Z[ recovery-image] Feb 10 21:24:26.565 INFO O| Feb 10 21:24:26.565 INFO STEP 1131 (remove_files) COMPLETE
84042026-02-10T21:24:26.669Z[ recovery-image] Feb 10 21:24:26.565 INFO O| Feb 10 21:24:26.565 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84052026-02-10T21:24:26.693Z[ recovery-image] Feb 10 21:24:26.581 INFO O| Feb 10 21:24:26.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
84062026-02-10T21:24:26.693Z[ recovery-image] Feb 10 21:24:26.581 INFO O| Feb 10 21:24:26.581 INFO STEP 1132 (remove_files) COMPLETE
84072026-02-10T21:24:26.693Z[ recovery-image] Feb 10 21:24:26.581 INFO O| Feb 10 21:24:26.581 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84082026-02-10T21:24:26.719Z[ recovery-image] Feb 10 21:24:26.601 INFO O| Feb 10 21:24:26.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
84092026-02-10T21:24:26.719Z[ recovery-image] Feb 10 21:24:26.601 INFO O| Feb 10 21:24:26.601 INFO STEP 1133 (remove_files) COMPLETE
84102026-02-10T21:24:26.719Z[ recovery-image] Feb 10 21:24:26.601 INFO O| Feb 10 21:24:26.601 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84112026-02-10T21:24:26.719Z[ recovery-image] Feb 10 21:24:26.622 INFO O| Feb 10 21:24:26.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
84122026-02-10T21:24:26.719Z[ recovery-image] Feb 10 21:24:26.623 INFO O| Feb 10 21:24:26.622 INFO STEP 1134 (remove_files) COMPLETE
84132026-02-10T21:24:26.719Z[ recovery-image] Feb 10 21:24:26.623 INFO O| Feb 10 21:24:26.622 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84142026-02-10T21:24:26.743Z[ recovery-image] Feb 10 21:24:26.644 INFO O| Feb 10 21:24:26.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
84152026-02-10T21:24:26.743Z[ recovery-image] Feb 10 21:24:26.645 INFO O| Feb 10 21:24:26.645 INFO STEP 1135 (remove_files) COMPLETE
84162026-02-10T21:24:26.743Z[ recovery-image] Feb 10 21:24:26.645 INFO O| Feb 10 21:24:26.645 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84172026-02-10T21:24:26.768Z[ recovery-image] Feb 10 21:24:26.662 INFO O| Feb 10 21:24:26.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
84182026-02-10T21:24:26.768Z[ recovery-image] Feb 10 21:24:26.662 INFO O| Feb 10 21:24:26.662 INFO STEP 1136 (remove_files) COMPLETE
84192026-02-10T21:24:26.768Z[ recovery-image] Feb 10 21:24:26.662 INFO O| Feb 10 21:24:26.662 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84202026-02-10T21:24:26.792Z[ recovery-image] Feb 10 21:24:26.683 INFO O| Feb 10 21:24:26.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
84212026-02-10T21:24:26.792Z[ recovery-image] Feb 10 21:24:26.683 INFO O| Feb 10 21:24:26.683 INFO STEP 1137 (remove_files) COMPLETE
84222026-02-10T21:24:26.792Z[ recovery-image] Feb 10 21:24:26.683 INFO O| Feb 10 21:24:26.683 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84232026-02-10T21:24:26.817Z[ recovery-image] Feb 10 21:24:26.703 INFO O| Feb 10 21:24:26.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
84242026-02-10T21:24:26.817Z[ recovery-image] Feb 10 21:24:26.703 INFO O| Feb 10 21:24:26.703 INFO STEP 1138 (remove_files) COMPLETE
84252026-02-10T21:24:26.817Z[ recovery-image] Feb 10 21:24:26.703 INFO O| Feb 10 21:24:26.703 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84262026-02-10T21:24:26.842Z[ recovery-image] Feb 10 21:24:26.733 INFO O| Feb 10 21:24:26.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
84272026-02-10T21:24:26.842Z[ recovery-image] Feb 10 21:24:26.734 INFO O| Feb 10 21:24:26.734 INFO STEP 1139 (remove_files) COMPLETE
84282026-02-10T21:24:26.842Z[ recovery-image] Feb 10 21:24:26.734 INFO O| Feb 10 21:24:26.734 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84292026-02-10T21:24:26.868Z[ recovery-image] Feb 10 21:24:26.752 INFO O| Feb 10 21:24:26.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
84302026-02-10T21:24:26.868Z[ recovery-image] Feb 10 21:24:26.752 INFO O| Feb 10 21:24:26.752 INFO STEP 1140 (remove_files) COMPLETE
84312026-02-10T21:24:26.868Z[ recovery-image] Feb 10 21:24:26.752 INFO O| Feb 10 21:24:26.752 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84322026-02-10T21:24:26.868Z[ recovery-image] Feb 10 21:24:26.770 INFO O| Feb 10 21:24:26.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
84332026-02-10T21:24:26.868Z[ recovery-image] Feb 10 21:24:26.770 INFO O| Feb 10 21:24:26.770 INFO STEP 1141 (remove_files) COMPLETE
84342026-02-10T21:24:26.868Z[ recovery-image] Feb 10 21:24:26.770 INFO O| Feb 10 21:24:26.770 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84352026-02-10T21:24:26.893Z[ recovery-image] Feb 10 21:24:26.791 INFO O| Feb 10 21:24:26.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
84362026-02-10T21:24:26.893Z[ recovery-image] Feb 10 21:24:26.792 INFO O| Feb 10 21:24:26.792 INFO STEP 1142 (remove_files) COMPLETE
84372026-02-10T21:24:26.893Z[ recovery-image] Feb 10 21:24:26.792 INFO O| Feb 10 21:24:26.792 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84382026-02-10T21:24:26.918Z[ recovery-image] Feb 10 21:24:26.810 INFO O| Feb 10 21:24:26.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
84392026-02-10T21:24:26.918Z[ recovery-image] Feb 10 21:24:26.810 INFO O| Feb 10 21:24:26.810 INFO STEP 1143 (remove_files) COMPLETE
84402026-02-10T21:24:26.918Z[ recovery-image] Feb 10 21:24:26.810 INFO O| Feb 10 21:24:26.810 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84412026-02-10T21:24:26.942Z[ recovery-image] Feb 10 21:24:26.830 INFO O| Feb 10 21:24:26.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
84422026-02-10T21:24:26.942Z[ recovery-image] Feb 10 21:24:26.830 INFO O| Feb 10 21:24:26.830 INFO STEP 1144 (remove_files) COMPLETE
84432026-02-10T21:24:26.942Z[ recovery-image] Feb 10 21:24:26.831 INFO O| Feb 10 21:24:26.830 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84442026-02-10T21:24:26.968Z[ recovery-image] Feb 10 21:24:26.848 INFO O| Feb 10 21:24:26.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
84452026-02-10T21:24:26.968Z[ recovery-image] Feb 10 21:24:26.848 INFO O| Feb 10 21:24:26.848 INFO STEP 1145 (remove_files) COMPLETE
84462026-02-10T21:24:26.968Z[ recovery-image] Feb 10 21:24:26.848 INFO O| Feb 10 21:24:26.848 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84472026-02-10T21:24:26.968Z[ recovery-image] Feb 10 21:24:26.868 INFO O| Feb 10 21:24:26.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
84482026-02-10T21:24:26.968Z[ recovery-image] Feb 10 21:24:26.868 INFO O| Feb 10 21:24:26.868 INFO STEP 1146 (remove_files) COMPLETE
84492026-02-10T21:24:26.968Z[ recovery-image] Feb 10 21:24:26.868 INFO O| Feb 10 21:24:26.868 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84502026-02-10T21:24:26.992Z[ recovery-image] Feb 10 21:24:26.885 INFO O| Feb 10 21:24:26.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
84512026-02-10T21:24:26.993Z[ recovery-image] Feb 10 21:24:26.885 INFO O| Feb 10 21:24:26.885 INFO STEP 1147 (remove_files) COMPLETE
84522026-02-10T21:24:26.993Z[ recovery-image] Feb 10 21:24:26.885 INFO O| Feb 10 21:24:26.885 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84532026-02-10T21:24:27.019Z[ recovery-image] Feb 10 21:24:26.899 INFO O| Feb 10 21:24:26.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
84542026-02-10T21:24:27.019Z[ recovery-image] Feb 10 21:24:26.899 INFO O| Feb 10 21:24:26.899 INFO STEP 1148 (remove_files) COMPLETE
84552026-02-10T21:24:27.019Z[ recovery-image] Feb 10 21:24:26.899 INFO O| Feb 10 21:24:26.899 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84562026-02-10T21:24:27.019Z[ recovery-image] Feb 10 21:24:26.917 INFO O| Feb 10 21:24:26.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
84572026-02-10T21:24:27.019Z[ recovery-image] Feb 10 21:24:26.917 INFO O| Feb 10 21:24:26.917 INFO STEP 1149 (remove_files) COMPLETE
84582026-02-10T21:24:27.019Z[ recovery-image] Feb 10 21:24:26.917 INFO O| Feb 10 21:24:26.917 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84592026-02-10T21:24:27.044Z[ recovery-image] Feb 10 21:24:26.934 INFO O| Feb 10 21:24:26.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
84602026-02-10T21:24:27.044Z[ recovery-image] Feb 10 21:24:26.934 INFO O| Feb 10 21:24:26.934 INFO STEP 1150 (remove_files) COMPLETE
84612026-02-10T21:24:27.044Z[ recovery-image] Feb 10 21:24:26.934 INFO O| Feb 10 21:24:26.934 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84622026-02-10T21:24:27.069Z[ recovery-image] Feb 10 21:24:26.952 INFO O| Feb 10 21:24:26.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
84632026-02-10T21:24:27.069Z[ recovery-image] Feb 10 21:24:26.952 INFO O| Feb 10 21:24:26.952 INFO STEP 1151 (remove_files) COMPLETE
84642026-02-10T21:24:27.069Z[ recovery-image] Feb 10 21:24:26.952 INFO O| Feb 10 21:24:26.952 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84652026-02-10T21:24:27.069Z[ recovery-image] Feb 10 21:24:26.965 INFO O| Feb 10 21:24:26.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
84662026-02-10T21:24:27.069Z[ recovery-image] Feb 10 21:24:26.965 INFO O| Feb 10 21:24:26.965 INFO STEP 1152 (remove_files) COMPLETE
84672026-02-10T21:24:27.069Z[ recovery-image] Feb 10 21:24:26.965 INFO O| Feb 10 21:24:26.965 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84682026-02-10T21:24:27.099Z[ recovery-image] Feb 10 21:24:26.985 INFO O| Feb 10 21:24:26.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
84692026-02-10T21:24:27.099Z[ recovery-image] Feb 10 21:24:26.985 INFO O| Feb 10 21:24:26.985 INFO STEP 1153 (remove_files) COMPLETE
84702026-02-10T21:24:27.099Z[ recovery-image] Feb 10 21:24:26.985 INFO O| Feb 10 21:24:26.985 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84712026-02-10T21:24:27.124Z[ recovery-image] Feb 10 21:24:27.006 INFO O| Feb 10 21:24:27.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
84722026-02-10T21:24:27.124Z[ recovery-image] Feb 10 21:24:27.006 INFO O| Feb 10 21:24:27.006 INFO STEP 1154 (remove_files) COMPLETE
84732026-02-10T21:24:27.124Z[ recovery-image] Feb 10 21:24:27.007 INFO O| Feb 10 21:24:27.006 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84742026-02-10T21:24:27.124Z[ recovery-image] Feb 10 21:24:27.026 INFO O| Feb 10 21:24:27.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
84752026-02-10T21:24:27.124Z[ recovery-image] Feb 10 21:24:27.026 INFO O| Feb 10 21:24:27.026 INFO STEP 1155 (remove_files) COMPLETE
84762026-02-10T21:24:27.124Z[ recovery-image] Feb 10 21:24:27.026 INFO O| Feb 10 21:24:27.026 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84772026-02-10T21:24:27.150Z[ recovery-image] Feb 10 21:24:27.046 INFO O| Feb 10 21:24:27.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
84782026-02-10T21:24:27.150Z[ recovery-image] Feb 10 21:24:27.046 INFO O| Feb 10 21:24:27.046 INFO STEP 1156 (remove_files) COMPLETE
84792026-02-10T21:24:27.150Z[ recovery-image] Feb 10 21:24:27.046 INFO O| Feb 10 21:24:27.046 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84802026-02-10T21:24:27.175Z[ recovery-image] Feb 10 21:24:27.061 INFO O| Feb 10 21:24:27.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
84812026-02-10T21:24:27.175Z[ recovery-image] Feb 10 21:24:27.061 INFO O| Feb 10 21:24:27.061 INFO STEP 1157 (remove_files) COMPLETE
84822026-02-10T21:24:27.175Z[ recovery-image] Feb 10 21:24:27.061 INFO O| Feb 10 21:24:27.061 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84832026-02-10T21:24:27.175Z[ recovery-image] Feb 10 21:24:27.076 INFO O| Feb 10 21:24:27.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
84842026-02-10T21:24:27.175Z[ recovery-image] Feb 10 21:24:27.076 INFO O| Feb 10 21:24:27.076 INFO STEP 1158 (remove_files) COMPLETE
84852026-02-10T21:24:27.175Z[ recovery-image] Feb 10 21:24:27.076 INFO O| Feb 10 21:24:27.076 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84862026-02-10T21:24:27.201Z[ recovery-image] Feb 10 21:24:27.092 INFO O| Feb 10 21:24:27.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
84872026-02-10T21:24:27.201Z[ recovery-image] Feb 10 21:24:27.092 INFO O| Feb 10 21:24:27.092 INFO STEP 1159 (remove_files) COMPLETE
84882026-02-10T21:24:27.201Z[ recovery-image] Feb 10 21:24:27.092 INFO O| Feb 10 21:24:27.092 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84892026-02-10T21:24:27.226Z[ recovery-image] Feb 10 21:24:27.107 INFO O| Feb 10 21:24:27.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
84902026-02-10T21:24:27.226Z[ recovery-image] Feb 10 21:24:27.107 INFO O| Feb 10 21:24:27.107 INFO STEP 1160 (remove_files) COMPLETE
84912026-02-10T21:24:27.226Z[ recovery-image] Feb 10 21:24:27.107 INFO O| Feb 10 21:24:27.107 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84922026-02-10T21:24:27.226Z[ recovery-image] Feb 10 21:24:27.122 INFO O| Feb 10 21:24:27.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
84932026-02-10T21:24:27.226Z[ recovery-image] Feb 10 21:24:27.122 INFO O| Feb 10 21:24:27.122 INFO STEP 1161 (remove_files) COMPLETE
84942026-02-10T21:24:27.226Z[ recovery-image] Feb 10 21:24:27.122 INFO O| Feb 10 21:24:27.122 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84952026-02-10T21:24:27.252Z[ recovery-image] Feb 10 21:24:27.136 INFO O| Feb 10 21:24:27.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
84962026-02-10T21:24:27.252Z[ recovery-image] Feb 10 21:24:27.136 INFO O| Feb 10 21:24:27.136 INFO STEP 1162 (remove_files) COMPLETE
84972026-02-10T21:24:27.252Z[ recovery-image] Feb 10 21:24:27.136 INFO O| Feb 10 21:24:27.136 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84982026-02-10T21:24:27.252Z[ recovery-image] Feb 10 21:24:27.153 INFO O| Feb 10 21:24:27.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
84992026-02-10T21:24:27.253Z[ recovery-image] Feb 10 21:24:27.153 INFO O| Feb 10 21:24:27.153 INFO STEP 1163 (remove_files) COMPLETE
85002026-02-10T21:24:27.253Z[ recovery-image] Feb 10 21:24:27.153 INFO O| Feb 10 21:24:27.153 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85012026-02-10T21:24:27.277Z[ recovery-image] Feb 10 21:24:27.173 INFO O| Feb 10 21:24:27.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
85022026-02-10T21:24:27.277Z[ recovery-image] Feb 10 21:24:27.173 INFO O| Feb 10 21:24:27.173 INFO STEP 1164 (remove_files) COMPLETE
85032026-02-10T21:24:27.277Z[ recovery-image] Feb 10 21:24:27.173 INFO O| Feb 10 21:24:27.173 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85042026-02-10T21:24:27.303Z[ recovery-image] Feb 10 21:24:27.194 INFO O| Feb 10 21:24:27.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
85052026-02-10T21:24:27.303Z[ recovery-image] Feb 10 21:24:27.194 INFO O| Feb 10 21:24:27.194 INFO STEP 1165 (remove_files) COMPLETE
85062026-02-10T21:24:27.303Z[ recovery-image] Feb 10 21:24:27.194 INFO O| Feb 10 21:24:27.194 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
85072026-02-10T21:24:27.334Z[ recovery-image] Feb 10 21:24:27.222 INFO O| Feb 10 21:24:27.222 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
85082026-02-10T21:24:27.335Z[ recovery-image] Feb 10 21:24:27.222 INFO O| Feb 10 21:24:27.222 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
85092026-02-10T21:24:28.867Z[ recovery-image] Feb 10 21:24:28.771 INFO O| Feb 10 21:24:28.771 INFO STEP 1166 (pack_tar) COMPLETE
85102026-02-10T21:24:28.867Z[ recovery-image] Feb 10 21:24:28.771 INFO O| Feb 10 21:24:28.771 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
85112026-02-10T21:24:28.867Z[ recovery-image] Feb 10 21:24:28.771 INFO O| Feb 10 21:24:28.771 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
85122026-02-10T21:24:29.144Z[ recovery-image] Feb 10 21:24:29.049 INFO O| Feb 10 21:24:29.048 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
85132026-02-10T21:24:29.251Z[ recovery-image] Feb 10 21:24:29.156 INFO O| Feb 10 21:24:29.156 INFO completed processing sled/ramdisk-03-recovery-trim
85142026-02-10T21:24:29.278Z[ recovery-image] Feb 10 21:24:29.164 INFO image builder template: zfs-recovery...
85152026-02-10T21:24:29.278Z[ recovery-image] Feb 10 21:24:29.164 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/.tmpl7VXyn/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "zfs-recovery"], pwd: None
85162026-02-10T21:24:29.327Z[ recovery-image] Feb 10 21:24:29.231 INFO O| Feb 10 21:24:29.230 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
85172026-02-10T21:24:29.354Z[ recovery-image] Feb 10 21:24:29.240 INFO O| Feb 10 21:24:29.240 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
85182026-02-10T21:24:29.384Z[ recovery-image] Feb 10 21:24:29.281 INFO O| Feb 10 21:24:29.281 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
85192026-02-10T21:24:29.410Z[ recovery-image] Feb 10 21:24:29.314 INFO O| Feb 10 21:24:29.314 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
85202026-02-10T21:24:29.410Z[ recovery-image] Feb 10 21:24:29.314 INFO O| Feb 10 21:24:29.314 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
85212026-02-10T21:24:29.434Z[ recovery-image] Feb 10 21:24:29.321 INFO O| Feb 10 21:24:29.321 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
85222026-02-10T21:24:29.459Z[ recovery-image] Feb 10 21:24:29.364 INFO O| Feb 10 21:24:29.364 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
85232026-02-10T21:24:29.484Z[ recovery-image] Feb 10 21:24:29.386 INFO O| Feb 10 21:24:29.386 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
85242026-02-10T21:24:29.508Z[ recovery-image] Feb 10 21:24:29.405 INFO O| Feb 10 21:24:29.404 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
85252026-02-10T21:24:29.533Z[ recovery-image] Feb 10 21:24:29.417 INFO O| Feb 10 21:24:29.417 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
85262026-02-10T21:24:29.533Z[ recovery-image] Feb 10 21:24:29.418 INFO O| Feb 10 21:24:29.418 INFO no lofi found
85272026-02-10T21:24:29.533Z[ recovery-image] Feb 10 21:24:29.418 INFO O| Feb 10 21:24:29.418 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
85282026-02-10T21:24:29.533Z[ recovery-image] Feb 10 21:24:29.419 INFO O| Feb 10 21:24:29.418 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
85292026-02-10T21:24:34.097Z[ recovery-image] Feb 10 21:24:34.002 INFO O| Feb 10 21:24:34.002 INFO lofi device = /dev/dsk/c3t1d0p0
85302026-02-10T21:24:34.097Z[ recovery-image] Feb 10 21:24:34.002 INFO O| Feb 10 21:24:34.002 INFO pool device = /dev/dsk/c3t1d0p0
85312026-02-10T21:24:34.122Z[ recovery-image] Feb 10 21:24:34.002 INFO O| Feb 10 21:24:34.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"]
85322026-02-10T21:24:34.408Z[ recovery-image] Feb 10 21:24:34.312 INFO O| Feb 10 21:24:34.312 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85332026-02-10T21:24:34.408Z[ recovery-image] Feb 10 21:24:34.312 INFO O| Feb 10 21:24:34.312 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
85342026-02-10T21:24:34.451Z[ recovery-image] Feb 10 21:24:34.356 INFO O| Feb 10 21:24:34.356 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
85352026-02-10T21:24:34.847Z[ recovery-image] Feb 10 21:24:34.752 INFO O| Feb 10 21:24:34.752 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
85362026-02-10T21:24:34.900Z[ recovery-image] Feb 10 21:24:34.805 INFO O| Feb 10 21:24:34.805 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
85372026-02-10T21:24:34.936Z[ recovery-image] Feb 10 21:24:34.840 INFO O| Feb 10 21:24:34.840 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
85382026-02-10T21:24:34.960Z[ recovery-image] Feb 10 21:24:34.865 INFO O| Feb 10 21:24:34.865 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
85392026-02-10T21:24:35.027Z[ recovery-image] Feb 10 21:24:34.932 INFO O| Feb 10 21:24:34.932 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
85402026-02-10T21:24:35.057Z[ recovery-image] Feb 10 21:24:34.932 INFO O| Feb 10 21:24:34.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
85412026-02-10T21:24:35.057Z[ recovery-image] Feb 10 21:24:34.932 INFO O| Feb 10 21:24:34.932 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
85422026-02-10T21:24:35.057Z[ recovery-image] Feb 10 21:24:34.947 INFO O| Feb 10 21:24:34.947 INFO boot environment UUID: 91cdcc2c-d9a1-434e-b7e4-dec31baad63c
85432026-02-10T21:24:35.057Z[ recovery-image] Feb 10 21:24:34.947 INFO O| Feb 10 21:24:34.947 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 91cdcc2c-d9a1-434e-b7e4-dec31baad63c
85442026-02-10T21:24:35.129Z[ recovery-image] Feb 10 21:24:34.974 INFO O| Feb 10 21:24:34.973 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
85452026-02-10T21:24:35.155Z[ recovery-image] Feb 10 21:24:35.012 INFO O| Feb 10 21:24:35.012 INFO STEP 0 (create_be) COMPLETE
85462026-02-10T21:24:35.155Z[ recovery-image] Feb 10 21:24:35.012 INFO O| Feb 10 21:24:35.012 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85472026-02-10T21:24:35.155Z[ recovery-image] Feb 10 21:24:35.047 INFO O| Feb 10 21:24:35.047 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"]
85482026-02-10T21:24:45.788Z[ recovery-image] Feb 10 21:24:45.693 INFO O| Feb 10 21:24:45.693 INFO STEP 1 (unpack_tar) COMPLETE
85492026-02-10T21:24:45.812Z[ recovery-image] Feb 10 21:24:45.693 INFO O| Feb 10 21:24:45.693 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85502026-02-10T21:24:45.812Z[ recovery-image] Feb 10 21:24:45.715 INFO O| Feb 10 21:24:45.715 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
85512026-02-10T21:24:48.004Z[ recovery-image] Feb 10 21:24:47.910 INFO O| Feb 10 21:24:47.910 INFO STEP 2 (devfsadm) COMPLETE
85522026-02-10T21:24:48.004Z[ recovery-image] Feb 10 21:24:47.910 INFO O| Feb 10 21:24:47.910 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85532026-02-10T21:24:48.032Z[ recovery-image] Feb 10 21:24:47.929 INFO O| Feb 10 21:24:47.929 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85542026-02-10T21:24:48.032Z[ recovery-image] Feb 10 21:24:47.930 INFO O| Feb 10 21:24:47.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85552026-02-10T21:24:48.032Z[ recovery-image] Feb 10 21:24:47.930 INFO O| Feb 10 21:24:47.930 INFO STEP 3 (ensure_dir) COMPLETE
85562026-02-10T21:24:48.032Z[ recovery-image] Feb 10 21:24:47.930 INFO O| Feb 10 21:24:47.930 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85572026-02-10T21:24:48.058Z[ recovery-image] Feb 10 21:24:47.945 INFO O| Feb 10 21:24:47.945 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85582026-02-10T21:24:48.058Z[ recovery-image] Feb 10 21:24:47.945 INFO O| Feb 10 21:24:47.945 INFO STEP 4 (ensure_dir) COMPLETE
85592026-02-10T21:24:48.058Z[ recovery-image] Feb 10 21:24:47.945 INFO O| Feb 10 21:24:47.945 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85602026-02-10T21:24:48.058Z[ recovery-image] Feb 10 21:24:47.960 INFO O| Feb 10 21:24:47.960 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85612026-02-10T21:24:48.059Z[ recovery-image] Feb 10 21:24:47.960 INFO O| Feb 10 21:24:47.960 INFO STEP 5 (ensure_dir) COMPLETE
85622026-02-10T21:24:48.059Z[ recovery-image] Feb 10 21:24:47.960 INFO O| Feb 10 21:24:47.960 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85632026-02-10T21:24:48.085Z[ recovery-image] Feb 10 21:24:47.976 INFO O| Feb 10 21:24:47.976 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85642026-02-10T21:24:48.085Z[ recovery-image] Feb 10 21:24:47.976 INFO O| Feb 10 21:24:47.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85652026-02-10T21:24:48.085Z[ recovery-image] Feb 10 21:24:47.976 INFO O| Feb 10 21:24:47.976 INFO STEP 6 (ensure_dir) COMPLETE
85662026-02-10T21:24:48.085Z[ recovery-image] Feb 10 21:24:47.976 INFO O| Feb 10 21:24:47.976 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85672026-02-10T21:24:48.110Z[ recovery-image] Feb 10 21:24:47.992 INFO O| Feb 10 21:24:47.991 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85682026-02-10T21:24:48.110Z[ recovery-image] Feb 10 21:24:47.992 INFO O| Feb 10 21:24:47.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85692026-02-10T21:24:48.110Z[ recovery-image] Feb 10 21:24:47.992 INFO O| Feb 10 21:24:47.992 INFO STEP 7 (ensure_dir) COMPLETE
85702026-02-10T21:24:48.110Z[ recovery-image] Feb 10 21:24:47.992 INFO O| Feb 10 21:24:47.992 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85712026-02-10T21:24:48.110Z[ recovery-image] Feb 10 21:24:48.006 INFO O| Feb 10 21:24:48.006 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
85722026-02-10T21:24:48.110Z[ recovery-image] Feb 10 21:24:48.007 INFO O| Feb 10 21:24:48.007 INFO STEP 8 (remove_files) COMPLETE
85732026-02-10T21:24:48.110Z[ recovery-image] Feb 10 21:24:48.007 INFO O| Feb 10 21:24:48.007 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85742026-02-10T21:24:48.134Z[ recovery-image] Feb 10 21:24:48.029 INFO O| Feb 10 21:24:48.029 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
85752026-02-10T21:24:48.134Z[ recovery-image] Feb 10 21:24:48.032 INFO O| Feb 10 21:24:48.031 INFO STEP 9 (remove_files) COMPLETE
85762026-02-10T21:24:48.134Z[ recovery-image] Feb 10 21:24:48.032 INFO O| Feb 10 21:24:48.031 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85772026-02-10T21:24:48.161Z[ recovery-image] Feb 10 21:24:48.051 INFO O| Feb 10 21:24:48.051 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
85782026-02-10T21:24:48.161Z[ recovery-image] Feb 10 21:24:48.053 INFO O| Feb 10 21:24:48.053 INFO STEP 10 (remove_files) COMPLETE
85792026-02-10T21:24:48.161Z[ recovery-image] Feb 10 21:24:48.053 INFO O| Feb 10 21:24:48.053 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85802026-02-10T21:24:48.188Z[ recovery-image] Feb 10 21:24:48.073 INFO O| Feb 10 21:24:48.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
85812026-02-10T21:24:48.188Z[ recovery-image] Feb 10 21:24:48.073 INFO O| Feb 10 21:24:48.073 INFO STEP 11 (remove_files) COMPLETE
85822026-02-10T21:24:48.188Z[ recovery-image] Feb 10 21:24:48.073 INFO O| Feb 10 21:24:48.073 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85832026-02-10T21:24:48.188Z[ recovery-image] Feb 10 21:24:48.092 INFO O| Feb 10 21:24:48.091 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
85842026-02-10T21:24:48.188Z[ recovery-image] Feb 10 21:24:48.092 INFO O| Feb 10 21:24:48.092 INFO STEP 12 (remove_files) COMPLETE
85852026-02-10T21:24:48.188Z[ recovery-image] Feb 10 21:24:48.092 INFO O| Feb 10 21:24:48.092 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85862026-02-10T21:24:48.214Z[ recovery-image] Feb 10 21:24:48.110 INFO O| Feb 10 21:24:48.110 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85872026-02-10T21:24:48.214Z[ recovery-image] Feb 10 21:24:48.110 INFO O| Feb 10 21:24:48.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85882026-02-10T21:24:48.214Z[ recovery-image] Feb 10 21:24:48.110 INFO O| Feb 10 21:24:48.110 INFO STEP 13 (ensure_dir) COMPLETE
85892026-02-10T21:24:48.215Z[ recovery-image] Feb 10 21:24:48.110 INFO O| Feb 10 21:24:48.110 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85902026-02-10T21:24:48.240Z[ recovery-image] Feb 10 21:24:48.128 INFO O| Feb 10 21:24:48.128 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85912026-02-10T21:24:48.240Z[ recovery-image] Feb 10 21:24:48.128 INFO O| Feb 10 21:24:48.128 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85922026-02-10T21:24:48.240Z[ recovery-image] Feb 10 21:24:48.128 INFO O| Feb 10 21:24:48.128 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85932026-02-10T21:24:48.240Z[ recovery-image] Feb 10 21:24:48.128 INFO O| Feb 10 21:24:48.128 INFO STEP 14 (ensure_dir) COMPLETE
85942026-02-10T21:24:48.240Z[ recovery-image] Feb 10 21:24:48.128 INFO O| Feb 10 21:24:48.128 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85952026-02-10T21:24:48.240Z[ recovery-image] Feb 10 21:24:48.141 INFO O| Feb 10 21:24:48.141 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85962026-02-10T21:24:48.240Z[ recovery-image] Feb 10 21:24:48.141 INFO O| Feb 10 21:24:48.141 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85972026-02-10T21:24:48.240Z[ recovery-image] Feb 10 21:24:48.141 INFO O| Feb 10 21:24:48.141 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85982026-02-10T21:24:48.240Z[ recovery-image] Feb 10 21:24:48.141 INFO O| Feb 10 21:24:48.141 INFO STEP 15 (ensure_dir) COMPLETE
85992026-02-10T21:24:48.240Z[ recovery-image] Feb 10 21:24:48.141 INFO O| Feb 10 21:24:48.141 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86002026-02-10T21:24:48.264Z[ recovery-image] Feb 10 21:24:48.153 INFO O| Feb 10 21:24:48.153 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
86012026-02-10T21:24:48.264Z[ recovery-image] Feb 10 21:24:48.153 INFO O| Feb 10 21:24:48.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
86022026-02-10T21:24:48.264Z[ recovery-image] Feb 10 21:24:48.153 INFO O| Feb 10 21:24:48.153 INFO STEP 16 (ensure_dir) COMPLETE
86032026-02-10T21:24:48.264Z[ recovery-image] Feb 10 21:24:48.153 INFO O| Feb 10 21:24:48.153 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86042026-02-10T21:24:48.290Z[ recovery-image] Feb 10 21:24:48.174 INFO O| Feb 10 21:24:48.174 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
86052026-02-10T21:24:48.290Z[ recovery-image] Feb 10 21:24:48.174 INFO O| Feb 10 21:24:48.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
86062026-02-10T21:24:48.290Z[ recovery-image] Feb 10 21:24:48.174 INFO O| Feb 10 21:24:48.174 INFO STEP 17 (ensure_dir) COMPLETE
86072026-02-10T21:24:48.291Z[ recovery-image] Feb 10 21:24:48.174 INFO O| Feb 10 21:24:48.174 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86082026-02-10T21:24:48.291Z[ recovery-image] Feb 10 21:24:48.194 INFO O| Feb 10 21:24:48.194 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86092026-02-10T21:24:48.291Z[ recovery-image] Feb 10 21:24:48.194 INFO O| Feb 10 21:24:48.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
86102026-02-10T21:24:48.291Z[ recovery-image] Feb 10 21:24:48.194 INFO O| Feb 10 21:24:48.194 INFO ok!
86112026-02-10T21:24:48.291Z[ recovery-image] Feb 10 21:24:48.194 INFO O| Feb 10 21:24:48.194 INFO STEP 18 (ensure_symlink) COMPLETE
86122026-02-10T21:24:48.291Z[ recovery-image] Feb 10 21:24:48.194 INFO O| Feb 10 21:24:48.194 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86132026-02-10T21:24:48.316Z[ recovery-image] Feb 10 21:24:48.209 INFO O| Feb 10 21:24:48.209 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
86142026-02-10T21:24:48.316Z[ recovery-image] Feb 10 21:24:48.209 INFO O| Feb 10 21:24:48.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
86152026-02-10T21:24:48.316Z[ recovery-image] Feb 10 21:24:48.209 INFO O| Feb 10 21:24:48.209 INFO ok!
86162026-02-10T21:24:48.316Z[ recovery-image] Feb 10 21:24:48.209 INFO O| Feb 10 21:24:48.209 INFO STEP 19 (ensure_file) COMPLETE
86172026-02-10T21:24:48.316Z[ recovery-image] Feb 10 21:24:48.209 INFO O| Feb 10 21:24:48.209 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86182026-02-10T21:24:48.340Z[ recovery-image] Feb 10 21:24:48.222 INFO O| Feb 10 21:24:48.222 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
86192026-02-10T21:24:48.341Z[ recovery-image] Feb 10 21:24:48.222 INFO O| Feb 10 21:24:48.222 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
86202026-02-10T21:24:48.341Z[ recovery-image] Feb 10 21:24:48.222 INFO O| Feb 10 21:24:48.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
86212026-02-10T21:24:48.341Z[ recovery-image] Feb 10 21:24:48.222 INFO O| Feb 10 21:24:48.222 INFO ok!
86222026-02-10T21:24:48.341Z[ recovery-image] Feb 10 21:24:48.222 INFO O| Feb 10 21:24:48.222 INFO STEP 20 (ensure_symlink) COMPLETE
86232026-02-10T21:24:48.341Z[ recovery-image] Feb 10 21:24:48.223 INFO O| Feb 10 21:24:48.222 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86242026-02-10T21:24:48.341Z[ recovery-image] Feb 10 21:24:48.236 INFO O| Feb 10 21:24:48.236 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
86252026-02-10T21:24:48.341Z[ recovery-image] Feb 10 21:24:48.236 INFO O| Feb 10 21:24:48.236 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
86262026-02-10T21:24:48.342Z[ recovery-image] Feb 10 21:24:48.236 INFO O| Feb 10 21:24:48.236 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
86272026-02-10T21:24:48.342Z[ recovery-image] Feb 10 21:24:48.236 INFO O| Feb 10 21:24:48.236 INFO ok!
86282026-02-10T21:24:48.342Z[ recovery-image] Feb 10 21:24:48.236 INFO O| Feb 10 21:24:48.236 INFO STEP 21 (ensure_symlink) COMPLETE
86292026-02-10T21:24:48.342Z[ recovery-image] Feb 10 21:24:48.236 INFO O| Feb 10 21:24:48.236 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86302026-02-10T21:24:48.366Z[ recovery-image] Feb 10 21:24:48.250 INFO O| Feb 10 21:24:48.250 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
86312026-02-10T21:24:48.366Z[ recovery-image] Feb 10 21:24:48.250 INFO O| Feb 10 21:24:48.250 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
86322026-02-10T21:24:48.366Z[ recovery-image] Feb 10 21:24:48.250 INFO O| Feb 10 21:24:48.250 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
86332026-02-10T21:24:48.366Z[ recovery-image] Feb 10 21:24:48.250 INFO O| Feb 10 21:24:48.250 INFO ok!
86342026-02-10T21:24:48.366Z[ recovery-image] Feb 10 21:24:48.250 INFO O| Feb 10 21:24:48.250 INFO STEP 22 (ensure_symlink) COMPLETE
86352026-02-10T21:24:48.366Z[ recovery-image] Feb 10 21:24:48.250 INFO O| Feb 10 21:24:48.250 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86362026-02-10T21:24:48.366Z[ recovery-image] Feb 10 21:24:48.263 INFO O| Feb 10 21:24:48.263 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
86372026-02-10T21:24:48.366Z[ recovery-image] Feb 10 21:24:48.264 INFO O| Feb 10 21:24:48.263 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
86382026-02-10T21:24:48.366Z[ recovery-image] Feb 10 21:24:48.264 INFO O| Feb 10 21:24:48.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
86392026-02-10T21:24:48.366Z[ recovery-image] Feb 10 21:24:48.264 INFO O| Feb 10 21:24:48.264 INFO ok!
86402026-02-10T21:24:48.366Z[ recovery-image] Feb 10 21:24:48.264 INFO O| Feb 10 21:24:48.264 INFO STEP 23 (ensure_symlink) COMPLETE
86412026-02-10T21:24:48.367Z[ recovery-image] Feb 10 21:24:48.264 INFO O| Feb 10 21:24:48.264 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86422026-02-10T21:24:48.391Z[ recovery-image] Feb 10 21:24:48.277 INFO O| Feb 10 21:24:48.277 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
86432026-02-10T21:24:48.391Z[ recovery-image] Feb 10 21:24:48.278 INFO O| Feb 10 21:24:48.277 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 ...
86442026-02-10T21:24:48.391Z[ recovery-image] Feb 10 21:24:48.278 INFO O| Feb 10 21:24:48.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
86452026-02-10T21:24:48.391Z[ recovery-image] Feb 10 21:24:48.278 INFO O| Feb 10 21:24:48.278 INFO ok!
86462026-02-10T21:24:48.392Z[ recovery-image] Feb 10 21:24:48.278 INFO O| Feb 10 21:24:48.278 INFO STEP 24 (ensure_file) COMPLETE
86472026-02-10T21:24:48.392Z[ recovery-image] Feb 10 21:24:48.278 INFO O| Feb 10 21:24:48.278 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
86482026-02-10T21:24:48.392Z[ recovery-image] Feb 10 21:24:48.291 INFO O| Feb 10 21:24:48.291 INFO updating shadow file
86492026-02-10T21:24:48.392Z[ recovery-image] Feb 10 21:24:48.292 INFO O| Feb 10 21:24:48.292 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86502026-02-10T21:24:48.392Z[ recovery-image] Feb 10 21:24:48.292 INFO O| Feb 10 21:24:48.292 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86512026-02-10T21:24:48.392Z[ recovery-image] Feb 10 21:24:48.292 INFO O| Feb 10 21:24:48.292 INFO STEP 25 (shadow) COMPLETE
86522026-02-10T21:24:48.392Z[ recovery-image] Feb 10 21:24:48.292 INFO O| Feb 10 21:24:48.292 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86532026-02-10T21:24:48.417Z[ recovery-image] Feb 10 21:24:48.305 INFO O| Feb 10 21:24:48.305 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
86542026-02-10T21:24:48.417Z[ recovery-image] Feb 10 21:24:48.305 INFO O| Feb 10 21:24:48.305 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
86552026-02-10T21:24:48.417Z[ recovery-image] Feb 10 21:24:48.305 INFO O| Feb 10 21:24:48.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
86562026-02-10T21:24:48.417Z[ recovery-image] Feb 10 21:24:48.305 INFO O| Feb 10 21:24:48.305 INFO ok!
86572026-02-10T21:24:48.417Z[ recovery-image] Feb 10 21:24:48.305 INFO O| Feb 10 21:24:48.305 INFO STEP 26 (ensure_file) COMPLETE
86582026-02-10T21:24:48.417Z[ recovery-image] Feb 10 21:24:48.305 INFO O| Feb 10 21:24:48.305 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86592026-02-10T21:24:48.417Z[ recovery-image] Feb 10 21:24:48.318 INFO O| Feb 10 21:24:48.318 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
86602026-02-10T21:24:48.417Z[ recovery-image] Feb 10 21:24:48.318 INFO O| Feb 10 21:24:48.318 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
86612026-02-10T21:24:48.417Z[ recovery-image] Feb 10 21:24:48.318 INFO O| Feb 10 21:24:48.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
86622026-02-10T21:24:48.417Z[ recovery-image] Feb 10 21:24:48.318 INFO O| Feb 10 21:24:48.318 INFO ok!
86632026-02-10T21:24:48.417Z[ recovery-image] Feb 10 21:24:48.318 INFO O| Feb 10 21:24:48.318 INFO STEP 27 (ensure_file) COMPLETE
86642026-02-10T21:24:48.417Z[ recovery-image] Feb 10 21:24:48.318 INFO O| Feb 10 21:24:48.318 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86652026-02-10T21:24:48.442Z[ recovery-image] Feb 10 21:24:48.332 INFO O| Feb 10 21:24:48.332 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
86662026-02-10T21:24:48.442Z[ recovery-image] Feb 10 21:24:48.332 INFO O| Feb 10 21:24:48.332 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
86672026-02-10T21:24:48.442Z[ recovery-image] Feb 10 21:24:48.333 INFO O| Feb 10 21:24:48.333 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
86682026-02-10T21:24:48.442Z[ recovery-image] Feb 10 21:24:48.333 INFO O| Feb 10 21:24:48.333 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
86692026-02-10T21:24:48.442Z[ recovery-image] Feb 10 21:24:48.333 INFO O| Feb 10 21:24:48.333 INFO ok!
86702026-02-10T21:24:48.442Z[ recovery-image] Feb 10 21:24:48.333 INFO O| Feb 10 21:24:48.333 INFO STEP 28 (ensure_file) COMPLETE
86712026-02-10T21:24:48.443Z[ recovery-image] Feb 10 21:24:48.333 INFO O| Feb 10 21:24:48.333 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86722026-02-10T21:24:48.443Z[ recovery-image] Feb 10 21:24:48.346 INFO O| Feb 10 21:24:48.346 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
86732026-02-10T21:24:48.443Z[ recovery-image] Feb 10 21:24:48.346 INFO O| Feb 10 21:24:48.346 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
86742026-02-10T21:24:48.443Z[ recovery-image] Feb 10 21:24:48.346 INFO O| Feb 10 21:24:48.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
86752026-02-10T21:24:48.443Z[ recovery-image] Feb 10 21:24:48.346 INFO O| Feb 10 21:24:48.346 INFO ok!
86762026-02-10T21:24:48.443Z[ recovery-image] Feb 10 21:24:48.346 INFO O| Feb 10 21:24:48.346 INFO STEP 29 (ensure_file) COMPLETE
86772026-02-10T21:24:48.443Z[ recovery-image] Feb 10 21:24:48.347 INFO O| Feb 10 21:24:48.346 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
86782026-02-10T21:24:48.468Z[ recovery-image] Feb 10 21:24:48.365 INFO O| Feb 10 21:24:48.365 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86792026-02-10T21:24:48.468Z[ recovery-image] Feb 10 21:24:48.365 INFO O| Feb 10 21:24:48.365 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86802026-02-10T21:24:48.468Z[ recovery-image] Feb 10 21:24:48.365 INFO O| Feb 10 21:24:48.365 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86812026-02-10T21:24:48.468Z[ recovery-image] Feb 10 21:24:48.365 INFO O| Feb 10 21:24:48.365 INFO STEP 30 (ensure_dir) COMPLETE
86822026-02-10T21:24:48.468Z[ recovery-image] Feb 10 21:24:48.365 INFO O| Feb 10 21:24:48.365 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86832026-02-10T21:24:48.494Z[ recovery-image] Feb 10 21:24:48.379 INFO O| Feb 10 21:24:48.379 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
86842026-02-10T21:24:48.494Z[ recovery-image] Feb 10 21:24:48.379 INFO O| Feb 10 21:24:48.379 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 ...
86852026-02-10T21:24:48.494Z[ recovery-image] Feb 10 21:24:48.380 INFO O| Feb 10 21:24:48.380 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
86862026-02-10T21:24:48.494Z[ recovery-image] Feb 10 21:24:48.380 INFO O| Feb 10 21:24:48.380 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
86872026-02-10T21:24:48.494Z[ recovery-image] Feb 10 21:24:48.380 INFO O| Feb 10 21:24:48.380 INFO ok!
86882026-02-10T21:24:48.494Z[ recovery-image] Feb 10 21:24:48.380 INFO O| Feb 10 21:24:48.380 INFO STEP 31 (ensure_file) COMPLETE
86892026-02-10T21:24:48.494Z[ recovery-image] Feb 10 21:24:48.380 INFO O| Feb 10 21:24:48.380 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
86902026-02-10T21:24:48.494Z[ recovery-image] Feb 10 21:24:48.393 INFO O| Feb 10 21:24:48.393 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86912026-02-10T21:24:48.494Z[ recovery-image] Feb 10 21:24:48.393 INFO O| Feb 10 21:24:48.393 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86922026-02-10T21:24:48.495Z[ recovery-image] Feb 10 21:24:48.393 INFO O| Feb 10 21:24:48.393 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86932026-02-10T21:24:48.495Z[ recovery-image] Feb 10 21:24:48.393 INFO O| Feb 10 21:24:48.393 INFO STEP 32 (ensure_dir) COMPLETE
86942026-02-10T21:24:48.495Z[ recovery-image] Feb 10 21:24:48.393 INFO O| Feb 10 21:24:48.393 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86952026-02-10T21:24:48.520Z[ recovery-image] Feb 10 21:24:48.407 INFO O| Feb 10 21:24:48.407 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
86962026-02-10T21:24:48.521Z[ recovery-image] Feb 10 21:24:48.407 INFO O| Feb 10 21:24:48.407 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 ...
86972026-02-10T21:24:48.521Z[ recovery-image] Feb 10 21:24:48.408 INFO O| Feb 10 21:24:48.408 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
86982026-02-10T21:24:48.521Z[ recovery-image] Feb 10 21:24:48.408 INFO O| Feb 10 21:24:48.408 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
86992026-02-10T21:24:48.521Z[ recovery-image] Feb 10 21:24:48.408 INFO O| Feb 10 21:24:48.408 INFO ok!
87002026-02-10T21:24:48.521Z[ recovery-image] Feb 10 21:24:48.408 INFO O| Feb 10 21:24:48.408 INFO STEP 33 (ensure_file) COMPLETE
87012026-02-10T21:24:48.521Z[ recovery-image] Feb 10 21:24:48.408 INFO O| Feb 10 21:24:48.408 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87022026-02-10T21:24:48.521Z[ recovery-image] Feb 10 21:24:48.423 INFO O| Feb 10 21:24:48.423 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
87032026-02-10T21:24:48.521Z[ recovery-image] Feb 10 21:24:48.423 INFO O| Feb 10 21:24:48.423 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
87042026-02-10T21:24:48.521Z[ recovery-image] Feb 10 21:24:48.423 INFO O| Feb 10 21:24:48.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
87052026-02-10T21:24:48.521Z[ recovery-image] Feb 10 21:24:48.423 INFO O| Feb 10 21:24:48.423 INFO ok!
87062026-02-10T21:24:48.521Z[ recovery-image] Feb 10 21:24:48.423 INFO O| Feb 10 21:24:48.423 INFO STEP 34 (ensure_file) COMPLETE
87072026-02-10T21:24:48.521Z[ recovery-image] Feb 10 21:24:48.423 INFO O| Feb 10 21:24:48.423 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87082026-02-10T21:24:48.546Z[ recovery-image] Feb 10 21:24:48.441 INFO O| Feb 10 21:24:48.441 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
87092026-02-10T21:24:48.547Z[ recovery-image] Feb 10 21:24:48.441 INFO O| Feb 10 21:24:48.441 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
87102026-02-10T21:24:48.547Z[ recovery-image] Feb 10 21:24:48.441 INFO O| Feb 10 21:24:48.441 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
87112026-02-10T21:24:48.547Z[ recovery-image] Feb 10 21:24:48.441 INFO O| Feb 10 21:24:48.441 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
87122026-02-10T21:24:48.547Z[ recovery-image] Feb 10 21:24:48.441 INFO O| Feb 10 21:24:48.441 INFO ok!
87132026-02-10T21:24:48.547Z[ recovery-image] Feb 10 21:24:48.441 INFO O| Feb 10 21:24:48.441 INFO STEP 35 (ensure_file) COMPLETE
87142026-02-10T21:24:48.548Z[ recovery-image] Feb 10 21:24:48.441 INFO O| Feb 10 21:24:48.441 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87152026-02-10T21:24:48.574Z[ recovery-image] Feb 10 21:24:48.462 INFO O| Feb 10 21:24:48.462 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
87162026-02-10T21:24:48.574Z[ recovery-image] Feb 10 21:24:48.462 INFO O| Feb 10 21:24:48.462 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
87172026-02-10T21:24:48.574Z[ recovery-image] Feb 10 21:24:48.462 INFO O| Feb 10 21:24:48.462 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
87182026-02-10T21:24:48.574Z[ recovery-image] Feb 10 21:24:48.462 INFO O| Feb 10 21:24:48.462 INFO ok!
87192026-02-10T21:24:48.574Z[ recovery-image] Feb 10 21:24:48.462 INFO O| Feb 10 21:24:48.462 INFO STEP 36 (ensure_file) COMPLETE
87202026-02-10T21:24:48.574Z[ recovery-image] Feb 10 21:24:48.462 INFO O| Feb 10 21:24:48.462 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87212026-02-10T21:24:48.599Z[ recovery-image] Feb 10 21:24:48.482 INFO O| Feb 10 21:24:48.482 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87222026-02-10T21:24:48.599Z[ recovery-image] Feb 10 21:24:48.482 INFO O| Feb 10 21:24:48.482 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
87232026-02-10T21:24:48.599Z[ recovery-image] Feb 10 21:24:48.482 INFO O| Feb 10 21:24:48.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
87242026-02-10T21:24:48.599Z[ recovery-image] Feb 10 21:24:48.482 INFO O| Feb 10 21:24:48.482 INFO ok!
87252026-02-10T21:24:48.599Z[ recovery-image] Feb 10 21:24:48.482 INFO O| Feb 10 21:24:48.482 INFO STEP 37 (ensure_file) COMPLETE
87262026-02-10T21:24:48.599Z[ recovery-image] Feb 10 21:24:48.482 INFO O| Feb 10 21:24:48.482 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87272026-02-10T21:24:48.599Z[ recovery-image] Feb 10 21:24:48.501 INFO O| Feb 10 21:24:48.501 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
87282026-02-10T21:24:48.599Z[ recovery-image] Feb 10 21:24:48.501 INFO O| Feb 10 21:24:48.501 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
87292026-02-10T21:24:48.600Z[ recovery-image] Feb 10 21:24:48.502 INFO O| Feb 10 21:24:48.502 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
87302026-02-10T21:24:48.600Z[ recovery-image] Feb 10 21:24:48.502 INFO O| Feb 10 21:24:48.502 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
87312026-02-10T21:24:48.600Z[ recovery-image] Feb 10 21:24:48.502 INFO O| Feb 10 21:24:48.502 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
87322026-02-10T21:24:48.600Z[ recovery-image] Feb 10 21:24:48.502 INFO O| Feb 10 21:24:48.502 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
87332026-02-10T21:24:48.600Z[ recovery-image] Feb 10 21:24:48.502 INFO O| Feb 10 21:24:48.502 INFO ok!
87342026-02-10T21:24:48.600Z[ recovery-image] Feb 10 21:24:48.502 INFO O| Feb 10 21:24:48.502 INFO STEP 38 (ensure_file) COMPLETE
87352026-02-10T21:24:48.600Z[ recovery-image] Feb 10 21:24:48.502 INFO O| Feb 10 21:24:48.502 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87362026-02-10T21:24:48.625Z[ recovery-image] Feb 10 21:24:48.521 INFO O| Feb 10 21:24:48.521 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
87372026-02-10T21:24:48.625Z[ recovery-image] Feb 10 21:24:48.521 INFO O| Feb 10 21:24:48.521 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
87382026-02-10T21:24:48.625Z[ recovery-image] Feb 10 21:24:48.521 INFO O| Feb 10 21:24:48.521 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
87392026-02-10T21:24:48.625Z[ recovery-image] Feb 10 21:24:48.521 INFO O| Feb 10 21:24:48.521 INFO STEP 39 (ensure_dir) COMPLETE
87402026-02-10T21:24:48.625Z[ recovery-image] Feb 10 21:24:48.521 INFO O| Feb 10 21:24:48.521 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87412026-02-10T21:24:48.649Z[ recovery-image] Feb 10 21:24:48.548 INFO O| Feb 10 21:24:48.548 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
87422026-02-10T21:24:48.649Z[ recovery-image] Feb 10 21:24:48.549 INFO O| Feb 10 21:24:48.548 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 ...
87432026-02-10T21:24:48.649Z[ recovery-image] Feb 10 21:24:48.549 INFO O| Feb 10 21:24:48.549 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
87442026-02-10T21:24:48.649Z[ recovery-image] Feb 10 21:24:48.549 INFO O| Feb 10 21:24:48.549 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
87452026-02-10T21:24:48.649Z[ recovery-image] Feb 10 21:24:48.549 INFO O| Feb 10 21:24:48.549 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
87462026-02-10T21:24:48.649Z[ recovery-image] Feb 10 21:24:48.549 INFO O| Feb 10 21:24:48.549 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
87472026-02-10T21:24:48.649Z[ recovery-image] Feb 10 21:24:48.549 INFO O| Feb 10 21:24:48.549 INFO ok!
87482026-02-10T21:24:48.649Z[ recovery-image] Feb 10 21:24:48.549 INFO O| Feb 10 21:24:48.549 INFO STEP 40 (ensure_file) COMPLETE
87492026-02-10T21:24:48.650Z[ recovery-image] Feb 10 21:24:48.549 INFO O| Feb 10 21:24:48.549 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87502026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.570 INFO O| Feb 10 21:24:48.570 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87512026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.570 INFO O| Feb 10 21:24:48.570 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 ...
87522026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.570 INFO O| Feb 10 21:24:48.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87532026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.570 INFO O| Feb 10 21:24:48.570 INFO ok!
87542026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.570 INFO O| Feb 10 21:24:48.570 INFO STEP 41 (ensure_symlink) COMPLETE
87552026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.570 INFO O| Feb 10 21:24:48.570 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87562026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.588 INFO O| Feb 10 21:24:48.588 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
87572026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.588 INFO O| Feb 10 21:24:48.588 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
87582026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.588 INFO O| Feb 10 21:24:48.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
87592026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.588 INFO O| Feb 10 21:24:48.588 INFO ok!
87602026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.588 INFO O| Feb 10 21:24:48.588 INFO STEP 42 (ensure_symlink) COMPLETE
87612026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.588 INFO O| Feb 10 21:24:48.588 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87622026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.603 INFO O| Feb 10 21:24:48.603 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
87632026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.604 INFO O| Feb 10 21:24:48.603 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
87642026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.604 INFO O| Feb 10 21:24:48.604 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87652026-02-10T21:24:48.737Z[ recovery-image] Feb 10 21:24:48.604 INFO O| Feb 10 21:24:48.604 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87662026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.604 INFO O| Feb 10 21:24:48.604 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87672026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.604 INFO O| Feb 10 21:24:48.604 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87682026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.604 INFO O| Feb 10 21:24:48.604 INFO ok!
87692026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.604 INFO O| Feb 10 21:24:48.604 INFO STEP 43 (ensure_file) COMPLETE
87702026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.604 INFO O| Feb 10 21:24:48.604 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87712026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.620 INFO O| Feb 10 21:24:48.620 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
87722026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.620 INFO O| Feb 10 21:24:48.620 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 ...
87732026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.620 INFO O| Feb 10 21:24:48.620 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
87742026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.621 INFO O| Feb 10 21:24:48.620 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
87752026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.621 INFO O| Feb 10 21:24:48.620 INFO ok!
87762026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.621 INFO O| Feb 10 21:24:48.620 INFO STEP 44 (ensure_file) COMPLETE
87772026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.621 INFO O| Feb 10 21:24:48.620 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87782026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.640 INFO O| Feb 10 21:24:48.640 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
87792026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.640 INFO O| Feb 10 21:24:48.640 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
87802026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.641 INFO O| Feb 10 21:24:48.640 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
87812026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.641 INFO O| Feb 10 21:24:48.641 INFO ok!
87822026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.641 INFO O| Feb 10 21:24:48.641 INFO STEP 45 (ensure_file) COMPLETE
87832026-02-10T21:24:48.738Z[ recovery-image] Feb 10 21:24:48.641 INFO O| Feb 10 21:24:48.641 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
87842026-02-10T21:24:48.763Z[ recovery-image] Feb 10 21:24:48.661 INFO O| Feb 10 21:24:48.661 INFO updating shadow file
87852026-02-10T21:24:48.764Z[ recovery-image] Feb 10 21:24:48.662 INFO O| Feb 10 21:24:48.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
87862026-02-10T21:24:48.764Z[ recovery-image] Feb 10 21:24:48.662 INFO O| Feb 10 21:24:48.662 INFO STEP 46 (shadow) COMPLETE
87872026-02-10T21:24:48.764Z[ recovery-image] Feb 10 21:24:48.662 INFO O| Feb 10 21:24:48.662 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
87882026-02-10T21:24:48.789Z[ recovery-image] Feb 10 21:24:48.682 INFO O| Feb 10 21:24:48.682 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
87892026-02-10T21:24:48.789Z[ recovery-image] Feb 10 21:24:48.682 INFO O| Feb 10 21:24:48.682 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
87902026-02-10T21:24:48.789Z[ recovery-image] Feb 10 21:24:48.682 INFO O| Feb 10 21:24:48.682 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
87912026-02-10T21:24:48.789Z[ recovery-image] Feb 10 21:24:48.682 INFO O| Feb 10 21:24:48.682 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
87922026-02-10T21:24:48.789Z[ recovery-image] Feb 10 21:24:48.682 INFO O| Feb 10 21:24:48.682 INFO ok!
87932026-02-10T21:24:48.789Z[ recovery-image] Feb 10 21:24:48.682 INFO O| Feb 10 21:24:48.682 INFO STEP 47 (ensure_file) COMPLETE
87942026-02-10T21:24:48.789Z[ recovery-image] Feb 10 21:24:48.682 INFO O| Feb 10 21:24:48.682 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87952026-02-10T21:24:48.814Z[ recovery-image] Feb 10 21:24:48.699 INFO O| Feb 10 21:24:48.699 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
87962026-02-10T21:24:48.814Z[ recovery-image] Feb 10 21:24:48.699 INFO O| Feb 10 21:24:48.699 INFO STEP 48 (ensure_dir) COMPLETE
87972026-02-10T21:24:48.814Z[ recovery-image] Feb 10 21:24:48.699 INFO O| Feb 10 21:24:48.699 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87982026-02-10T21:24:48.839Z[ recovery-image] Feb 10 21:24:48.723 INFO O| Feb 10 21:24:48.723 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
87992026-02-10T21:24:48.839Z[ recovery-image] Feb 10 21:24:48.723 INFO O| Feb 10 21:24:48.723 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
88002026-02-10T21:24:48.840Z[ recovery-image] Feb 10 21:24:48.723 INFO O| Feb 10 21:24:48.723 INFO STEP 49 (ensure_dir) COMPLETE
88012026-02-10T21:24:48.840Z[ recovery-image] Feb 10 21:24:48.723 INFO O| Feb 10 21:24:48.723 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88022026-02-10T21:24:48.840Z[ recovery-image] Feb 10 21:24:48.744 INFO O| Feb 10 21:24:48.744 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
88032026-02-10T21:24:48.840Z[ recovery-image] Feb 10 21:24:48.744 INFO O| Feb 10 21:24:48.744 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
88042026-02-10T21:24:48.840Z[ recovery-image] Feb 10 21:24:48.744 INFO O| Feb 10 21:24:48.744 INFO STEP 50 (ensure_dir) COMPLETE
88052026-02-10T21:24:48.840Z[ recovery-image] Feb 10 21:24:48.744 INFO O| Feb 10 21:24:48.744 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88062026-02-10T21:24:48.865Z[ recovery-image] Feb 10 21:24:48.763 INFO O| Feb 10 21:24:48.763 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
88072026-02-10T21:24:48.865Z[ recovery-image] Feb 10 21:24:48.763 INFO O| Feb 10 21:24:48.763 INFO copying /tmp/.tmpl7VXyn/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
88082026-02-10T21:24:48.946Z[ recovery-image] Feb 10 21:24:48.851 INFO O| Feb 10 21:24:48.851 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
88092026-02-10T21:24:48.946Z[ recovery-image] Feb 10 21:24:48.851 INFO O| Feb 10 21:24:48.851 INFO ok!
88102026-02-10T21:24:48.973Z[ recovery-image] Feb 10 21:24:48.851 INFO O| Feb 10 21:24:48.851 INFO STEP 51 (ensure_file) COMPLETE
88112026-02-10T21:24:48.973Z[ recovery-image] Feb 10 21:24:48.851 INFO O| Feb 10 21:24:48.851 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88122026-02-10T21:24:48.998Z[ recovery-image] Feb 10 21:24:48.891 INFO O| Feb 10 21:24:48.891 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
88132026-02-10T21:24:48.998Z[ recovery-image] Feb 10 21:24:48.891 INFO O| Feb 10 21:24:48.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
88142026-02-10T21:24:48.998Z[ recovery-image] Feb 10 21:24:48.891 INFO O| Feb 10 21:24:48.891 INFO STEP 52 (ensure_dir) COMPLETE
88152026-02-10T21:24:48.998Z[ recovery-image] Feb 10 21:24:48.891 INFO O| Feb 10 21:24:48.891 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88162026-02-10T21:24:49.049Z[ recovery-image] Feb 10 21:24:48.953 INFO O| Feb 10 21:24:48.953 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
88172026-02-10T21:24:49.050Z[ recovery-image] Feb 10 21:24:48.953 INFO O| Feb 10 21:24:48.953 INFO copying /tmp/.tmpl7VXyn/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
88182026-02-10T21:24:49.375Z[ recovery-image] Feb 10 21:24:48.953 INFO O| Feb 10 21:24:48.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
88192026-02-10T21:24:49.375Z[ recovery-image] Feb 10 21:24:48.953 INFO O| Feb 10 21:24:48.953 INFO ok!
88202026-02-10T21:24:49.375Z[ recovery-image] Feb 10 21:24:48.953 INFO O| Feb 10 21:24:48.953 INFO STEP 53 (ensure_file) COMPLETE
88212026-02-10T21:24:49.375Z[ recovery-image] Feb 10 21:24:48.953 INFO O| Feb 10 21:24:48.953 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88222026-02-10T21:24:49.375Z[ recovery-image] Feb 10 21:24:48.971 INFO O| Feb 10 21:24:48.970 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
88232026-02-10T21:24:49.375Z[ recovery-image] Feb 10 21:24:48.971 INFO O| Feb 10 21:24:48.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
88242026-02-10T21:24:49.375Z[ recovery-image] Feb 10 21:24:48.971 INFO O| Feb 10 21:24:48.971 INFO STEP 54 (ensure_dir) COMPLETE
88252026-02-10T21:24:49.375Z[ recovery-image] Feb 10 21:24:48.971 INFO O| Feb 10 21:24:48.971 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88262026-02-10T21:24:49.399Z[ recovery-image] Feb 10 21:24:48.987 INFO O| Feb 10 21:24:48.986 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
88272026-02-10T21:24:49.399Z[ recovery-image] Feb 10 21:24:48.987 INFO O| Feb 10 21:24:48.987 INFO copying /tmp/.tmpl7VXyn/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
88282026-02-10T21:24:52.239Z[ recovery-image] Feb 10 21:24:52.141 INFO O| Feb 10 21:24:52.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
88292026-02-10T21:24:52.239Z[ recovery-image] Feb 10 21:24:52.141 INFO O| Feb 10 21:24:52.141 INFO ok!
88302026-02-10T21:24:52.269Z[ recovery-image] Feb 10 21:24:52.141 INFO O| Feb 10 21:24:52.141 INFO STEP 55 (ensure_file) COMPLETE
88312026-02-10T21:24:52.269Z[ recovery-image] Feb 10 21:24:52.141 INFO O| Feb 10 21:24:52.141 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88322026-02-10T21:24:52.269Z[ recovery-image] Feb 10 21:24:52.167 INFO O| Feb 10 21:24:52.166 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
88332026-02-10T21:24:52.269Z[ recovery-image] Feb 10 21:24:52.167 INFO O| Feb 10 21:24:52.166 INFO copying /tmp/.tmpl7VXyn/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
88342026-02-10T21:24:55.273Z[ recovery-image] Feb 10 21:24:55.170 INFO O| Feb 10 21:24:55.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
88352026-02-10T21:24:55.312Z[ recovery-image] Feb 10 21:24:55.170 INFO O| Feb 10 21:24:55.170 INFO ok!
88362026-02-10T21:24:55.312Z[ recovery-image] Feb 10 21:24:55.170 INFO O| Feb 10 21:24:55.170 INFO STEP 56 (ensure_file) COMPLETE
88372026-02-10T21:24:55.312Z[ recovery-image] Feb 10 21:24:55.170 INFO O| Feb 10 21:24:55.170 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88382026-02-10T21:24:55.312Z[ recovery-image] Feb 10 21:24:55.188 INFO O| Feb 10 21:24:55.188 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
88392026-02-10T21:24:55.312Z[ recovery-image] Feb 10 21:24:55.188 INFO O| Feb 10 21:24:55.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
88402026-02-10T21:24:55.312Z[ recovery-image] Feb 10 21:24:55.188 INFO O| Feb 10 21:24:55.188 INFO STEP 57 (ensure_dir) COMPLETE
88412026-02-10T21:24:55.312Z[ recovery-image] Feb 10 21:24:55.188 INFO O| Feb 10 21:24:55.188 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88422026-02-10T21:24:55.312Z[ recovery-image] Feb 10 21:24:55.207 INFO O| Feb 10 21:24:55.207 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
88432026-02-10T21:24:55.312Z[ recovery-image] Feb 10 21:24:55.207 INFO O| Feb 10 21:24:55.207 INFO copying /tmp/.tmpl7VXyn/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 ...
88442026-02-10T21:24:55.312Z[ recovery-image] Feb 10 21:24:55.207 INFO O| Feb 10 21:24:55.207 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
88452026-02-10T21:24:55.313Z[ recovery-image] Feb 10 21:24:55.207 INFO O| Feb 10 21:24:55.207 INFO ok!
88462026-02-10T21:24:55.313Z[ recovery-image] Feb 10 21:24:55.207 INFO O| Feb 10 21:24:55.207 INFO STEP 58 (ensure_file) COMPLETE
88472026-02-10T21:24:55.313Z[ recovery-image] Feb 10 21:24:55.207 INFO O| Feb 10 21:24:55.207 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88482026-02-10T21:24:55.344Z[ recovery-image] Feb 10 21:24:55.227 INFO O| Feb 10 21:24:55.227 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
88492026-02-10T21:24:55.344Z[ recovery-image] Feb 10 21:24:55.227 INFO O| Feb 10 21:24:55.227 INFO copying /tmp/.tmpl7VXyn/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 ...
88502026-02-10T21:24:55.344Z[ recovery-image] Feb 10 21:24:55.227 INFO O| Feb 10 21:24:55.227 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
88512026-02-10T21:24:55.344Z[ recovery-image] Feb 10 21:24:55.227 INFO O| Feb 10 21:24:55.227 INFO ok!
88522026-02-10T21:24:55.344Z[ recovery-image] Feb 10 21:24:55.227 INFO O| Feb 10 21:24:55.227 INFO STEP 59 (ensure_file) COMPLETE
88532026-02-10T21:24:55.344Z[ recovery-image] Feb 10 21:24:55.227 INFO O| Feb 10 21:24:55.227 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88542026-02-10T21:24:55.344Z[ recovery-image] Feb 10 21:24:55.249 INFO O| Feb 10 21:24:55.249 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
88552026-02-10T21:24:55.344Z[ recovery-image] Feb 10 21:24:55.249 INFO O| Feb 10 21:24:55.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
88562026-02-10T21:24:55.344Z[ recovery-image] Feb 10 21:24:55.249 INFO O| Feb 10 21:24:55.249 INFO STEP 60 (ensure_dir) COMPLETE
88572026-02-10T21:24:55.344Z[ recovery-image] Feb 10 21:24:55.249 INFO O| Feb 10 21:24:55.249 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88582026-02-10T21:24:55.374Z[ recovery-image] Feb 10 21:24:55.267 INFO O| Feb 10 21:24:55.267 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
88592026-02-10T21:24:55.374Z[ recovery-image] Feb 10 21:24:55.267 INFO O| Feb 10 21:24:55.267 INFO copying /tmp/.tmpl7VXyn/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 ...
88602026-02-10T21:24:55.374Z[ recovery-image] Feb 10 21:24:55.267 INFO O| Feb 10 21:24:55.267 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
88612026-02-10T21:24:55.374Z[ recovery-image] Feb 10 21:24:55.267 INFO O| Feb 10 21:24:55.267 INFO ok!
88622026-02-10T21:24:55.374Z[ recovery-image] Feb 10 21:24:55.267 INFO O| Feb 10 21:24:55.267 INFO STEP 61 (ensure_file) COMPLETE
88632026-02-10T21:24:55.374Z[ recovery-image] Feb 10 21:24:55.267 INFO O| Feb 10 21:24:55.267 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88642026-02-10T21:24:55.403Z[ recovery-image] Feb 10 21:24:55.283 INFO O| Feb 10 21:24:55.283 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
88652026-02-10T21:24:55.403Z[ recovery-image] Feb 10 21:24:55.283 INFO O| Feb 10 21:24:55.283 INFO copying /tmp/.tmpl7VXyn/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 ...
88662026-02-10T21:24:55.403Z[ recovery-image] Feb 10 21:24:55.283 INFO O| Feb 10 21:24:55.283 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
88672026-02-10T21:24:55.403Z[ recovery-image] Feb 10 21:24:55.283 INFO O| Feb 10 21:24:55.283 INFO ok!
88682026-02-10T21:24:55.403Z[ recovery-image] Feb 10 21:24:55.283 INFO O| Feb 10 21:24:55.283 INFO STEP 62 (ensure_file) COMPLETE
88692026-02-10T21:24:55.403Z[ recovery-image] Feb 10 21:24:55.283 INFO O| Feb 10 21:24:55.283 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88702026-02-10T21:24:55.403Z[ recovery-image] Feb 10 21:24:55.299 INFO O| Feb 10 21:24:55.299 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
88712026-02-10T21:24:55.403Z[ recovery-image] Feb 10 21:24:55.300 INFO O| Feb 10 21:24:55.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
88722026-02-10T21:24:55.403Z[ recovery-image] Feb 10 21:24:55.300 INFO O| Feb 10 21:24:55.300 INFO STEP 63 (ensure_dir) COMPLETE
88732026-02-10T21:24:55.403Z[ recovery-image] Feb 10 21:24:55.300 INFO O| Feb 10 21:24:55.300 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88742026-02-10T21:24:55.429Z[ recovery-image] Feb 10 21:24:55.318 INFO O| Feb 10 21:24:55.317 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
88752026-02-10T21:24:55.429Z[ recovery-image] Feb 10 21:24:55.318 INFO O| Feb 10 21:24:55.318 INFO copying /tmp/.tmpl7VXyn/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 ...
88762026-02-10T21:24:55.429Z[ recovery-image] Feb 10 21:24:55.318 INFO O| Feb 10 21:24:55.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
88772026-02-10T21:24:55.429Z[ recovery-image] Feb 10 21:24:55.318 INFO O| Feb 10 21:24:55.318 INFO ok!
88782026-02-10T21:24:55.429Z[ recovery-image] Feb 10 21:24:55.318 INFO O| Feb 10 21:24:55.318 INFO STEP 64 (ensure_file) COMPLETE
88792026-02-10T21:24:55.429Z[ recovery-image] Feb 10 21:24:55.318 INFO O| Feb 10 21:24:55.318 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88802026-02-10T21:24:55.531Z[ recovery-image] Feb 10 21:24:55.340 INFO O| Feb 10 21:24:55.339 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
88812026-02-10T21:24:55.532Z[ recovery-image] Feb 10 21:24:55.340 INFO O| Feb 10 21:24:55.339 INFO copying /tmp/.tmpl7VXyn/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
88822026-02-10T21:24:55.532Z[ recovery-image] Feb 10 21:24:55.340 INFO O| Feb 10 21:24:55.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
88832026-02-10T21:24:55.532Z[ recovery-image] Feb 10 21:24:55.340 INFO O| Feb 10 21:24:55.340 INFO ok!
88842026-02-10T21:24:55.532Z[ recovery-image] Feb 10 21:24:55.340 INFO O| Feb 10 21:24:55.340 INFO STEP 65 (ensure_file) COMPLETE
88852026-02-10T21:24:55.532Z[ recovery-image] Feb 10 21:24:55.340 INFO O| Feb 10 21:24:55.340 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88862026-02-10T21:24:55.532Z[ recovery-image] Feb 10 21:24:55.358 INFO O| Feb 10 21:24:55.358 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
88872026-02-10T21:24:55.532Z[ recovery-image] Feb 10 21:24:55.358 INFO O| Feb 10 21:24:55.358 INFO STEP 66 (ensure_dir) COMPLETE
88882026-02-10T21:24:55.532Z[ recovery-image] Feb 10 21:24:55.358 INFO O| Feb 10 21:24:55.358 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88892026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.374 INFO O| Feb 10 21:24:55.374 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
88902026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.374 INFO O| Feb 10 21:24:55.374 INFO STEP 67 (ensure_dir) COMPLETE
88912026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.374 INFO O| Feb 10 21:24:55.374 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88922026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.389 INFO O| Feb 10 21:24:55.389 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
88932026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.389 INFO O| Feb 10 21:24:55.389 INFO STEP 68 (ensure_dir) COMPLETE
88942026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.389 INFO O| Feb 10 21:24:55.389 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88952026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.404 INFO O| Feb 10 21:24:55.404 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
88962026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.404 INFO O| Feb 10 21:24:55.404 INFO STEP 69 (ensure_dir) COMPLETE
88972026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.404 INFO O| Feb 10 21:24:55.404 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88982026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.420 INFO O| Feb 10 21:24:55.420 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
88992026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.420 INFO O| Feb 10 21:24:55.420 INFO copying /tmp/.tmpl7VXyn/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
89002026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.420 INFO O| Feb 10 21:24:55.420 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
89012026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.420 INFO O| Feb 10 21:24:55.420 INFO ok!
89022026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.420 INFO O| Feb 10 21:24:55.420 INFO STEP 70 (ensure_file) COMPLETE
89032026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.420 INFO O| Feb 10 21:24:55.420 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89042026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.442 INFO O| Feb 10 21:24:55.441 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
89052026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.442 INFO O| Feb 10 21:24:55.442 INFO STEP 71 (remove_files) COMPLETE
89062026-02-10T21:24:55.635Z[ recovery-image] Feb 10 21:24:55.442 INFO O| Feb 10 21:24:55.442 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89072026-02-10T21:24:55.710Z[ recovery-image] Feb 10 21:24:55.477 INFO O| Feb 10 21:24:55.477 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
89082026-02-10T21:24:55.710Z[ recovery-image] Feb 10 21:24:55.478 INFO O| Feb 10 21:24:55.477 INFO STEP 72 (remove_files) COMPLETE
89092026-02-10T21:24:55.710Z[ recovery-image] Feb 10 21:24:55.478 INFO O| Feb 10 21:24:55.477 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89102026-02-10T21:24:55.710Z[ recovery-image] Feb 10 21:24:55.567 INFO O| Feb 10 21:24:55.567 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
89112026-02-10T21:24:55.710Z[ recovery-image] Feb 10 21:24:55.567 INFO O| Feb 10 21:24:55.567 INFO STEP 73 (remove_files) COMPLETE
89122026-02-10T21:24:55.710Z[ recovery-image] Feb 10 21:24:55.567 INFO O| Feb 10 21:24:55.567 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89132026-02-10T21:24:55.710Z[ recovery-image] Feb 10 21:24:55.587 INFO O| Feb 10 21:24:55.587 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
89142026-02-10T21:24:55.710Z[ recovery-image] Feb 10 21:24:55.588 INFO O| Feb 10 21:24:55.588 INFO STEP 74 (remove_files) COMPLETE
89152026-02-10T21:24:55.710Z[ recovery-image] Feb 10 21:24:55.588 INFO O| Feb 10 21:24:55.588 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89162026-02-10T21:24:59.734Z[ recovery-image] Feb 10 21:24:55.611 INFO O| Feb 10 21:24:55.611 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
89172026-02-10T21:24:59.740Z[ recovery-image] Feb 10 21:24:55.611 INFO O| Feb 10 21:24:55.611 INFO STEP 75 (remove_files) COMPLETE
89182026-02-10T21:24:59.740Z[ recovery-image] Feb 10 21:24:55.611 INFO O| Feb 10 21:24:55.611 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89192026-02-10T21:24:59.740Z[ recovery-image] Feb 10 21:24:55.634 INFO O| Feb 10 21:24:55.634 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
89202026-02-10T21:24:59.740Z[ recovery-image] Feb 10 21:24:55.634 INFO O| Feb 10 21:24:55.634 INFO STEP 76 (remove_files) COMPLETE
89212026-02-10T21:24:59.740Z[ recovery-image] Feb 10 21:24:55.634 INFO O| Feb 10 21:24:55.634 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89222026-02-10T21:24:59.909Z[ recovery-image] Feb 10 21:24:55.656 INFO O| Feb 10 21:24:55.655 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
89232026-02-10T21:24:59.909Z[ recovery-image] Feb 10 21:24:55.656 INFO O| Feb 10 21:24:55.656 INFO STEP 77 (remove_files) COMPLETE
89242026-02-10T21:24:59.909Z[ recovery-image] Feb 10 21:24:55.656 INFO O| Feb 10 21:24:55.656 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89252026-02-10T21:24:59.909Z[ recovery-image] Feb 10 21:24:55.676 INFO O| Feb 10 21:24:55.676 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
89262026-02-10T21:24:59.909Z[ recovery-image] Feb 10 21:24:55.676 INFO O| Feb 10 21:24:55.676 INFO STEP 78 (remove_files) COMPLETE
89272026-02-10T21:24:59.909Z[ recovery-image] Feb 10 21:24:55.676 INFO O| Feb 10 21:24:55.676 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89282026-02-10T21:24:59.909Z[ recovery-image] Feb 10 21:24:55.694 INFO O| Feb 10 21:24:55.694 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
89292026-02-10T21:24:59.909Z[ recovery-image] Feb 10 21:24:55.694 INFO O| Feb 10 21:24:55.694 INFO STEP 79 (remove_files) COMPLETE
89302026-02-10T21:24:59.909Z[ recovery-image] Feb 10 21:24:55.694 INFO O| Feb 10 21:24:55.694 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89312026-02-10T21:24:59.909Z[ recovery-image] Feb 10 21:24:55.716 INFO O| Feb 10 21:24:55.716 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
89322026-02-10T21:24:59.909Z[ recovery-image] Feb 10 21:24:55.716 INFO O| Feb 10 21:24:55.716 INFO STEP 80 (remove_files) COMPLETE
89332026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.716 INFO O| Feb 10 21:24:55.716 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89342026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.734 INFO O| Feb 10 21:24:55.734 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
89352026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.734 INFO O| Feb 10 21:24:55.734 INFO STEP 81 (remove_files) COMPLETE
89362026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.734 INFO O| Feb 10 21:24:55.734 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89372026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.747 INFO O| Feb 10 21:24:55.746 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
89382026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.747 INFO O| Feb 10 21:24:55.747 INFO STEP 82 (remove_files) COMPLETE
89392026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.747 INFO O| Feb 10 21:24:55.747 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89402026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.764 INFO O| Feb 10 21:24:55.764 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
89412026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.764 INFO O| Feb 10 21:24:55.764 INFO STEP 83 (remove_files) COMPLETE
89422026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.764 INFO O| Feb 10 21:24:55.764 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89432026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.777 INFO O| Feb 10 21:24:55.777 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
89442026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.777 INFO O| Feb 10 21:24:55.777 INFO STEP 84 (remove_files) COMPLETE
89452026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.777 INFO O| Feb 10 21:24:55.777 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89462026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.792 INFO O| Feb 10 21:24:55.792 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
89472026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.792 INFO O| Feb 10 21:24:55.792 INFO STEP 85 (remove_files) COMPLETE
89482026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.792 INFO O| Feb 10 21:24:55.792 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89492026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.810 INFO O| Feb 10 21:24:55.810 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
89502026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.810 INFO O| Feb 10 21:24:55.810 INFO STEP 86 (remove_files) COMPLETE
89512026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.810 INFO O| Feb 10 21:24:55.810 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89522026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.828 INFO O| Feb 10 21:24:55.828 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
89532026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.829 INFO O| Feb 10 21:24:55.828 INFO STEP 87 (remove_files) COMPLETE
89542026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.829 INFO O| Feb 10 21:24:55.828 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89552026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.850 INFO O| Feb 10 21:24:55.850 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
89562026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.850 INFO O| Feb 10 21:24:55.850 INFO STEP 88 (remove_files) COMPLETE
89572026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.851 INFO O| Feb 10 21:24:55.850 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89582026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.870 INFO O| Feb 10 21:24:55.870 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
89592026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.871 INFO O| Feb 10 21:24:55.871 INFO STEP 89 (remove_files) COMPLETE
89602026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.871 INFO O| Feb 10 21:24:55.871 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89612026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.887 INFO O| Feb 10 21:24:55.887 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
89622026-02-10T21:24:59.910Z[ recovery-image] Feb 10 21:24:55.887 INFO O| Feb 10 21:24:55.887 INFO STEP 90 (remove_files) COMPLETE
89632026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.887 INFO O| Feb 10 21:24:55.887 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89642026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.904 INFO O| Feb 10 21:24:55.903 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
89652026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.904 INFO O| Feb 10 21:24:55.904 INFO STEP 91 (remove_files) COMPLETE
89662026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.904 INFO O| Feb 10 21:24:55.904 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89672026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.922 INFO O| Feb 10 21:24:55.922 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
89682026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.922 INFO O| Feb 10 21:24:55.922 INFO STEP 92 (remove_files) COMPLETE
89692026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.922 INFO O| Feb 10 21:24:55.922 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89702026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.942 INFO O| Feb 10 21:24:55.942 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
89712026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.942 INFO O| Feb 10 21:24:55.942 INFO STEP 93 (remove_files) COMPLETE
89722026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.942 INFO O| Feb 10 21:24:55.942 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89732026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.960 INFO O| Feb 10 21:24:55.960 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
89742026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.960 INFO O| Feb 10 21:24:55.960 INFO STEP 94 (remove_files) COMPLETE
89752026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.960 INFO O| Feb 10 21:24:55.960 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89762026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.977 INFO O| Feb 10 21:24:55.977 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
89772026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.977 INFO O| Feb 10 21:24:55.977 INFO STEP 95 (remove_files) COMPLETE
89782026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.977 INFO O| Feb 10 21:24:55.977 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89792026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.993 INFO O| Feb 10 21:24:55.993 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
89802026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.993 INFO O| Feb 10 21:24:55.993 INFO STEP 96 (remove_files) COMPLETE
89812026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:55.993 INFO O| Feb 10 21:24:55.993 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89822026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:56.011 INFO O| Feb 10 21:24:56.011 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
89832026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:56.011 INFO O| Feb 10 21:24:56.011 INFO STEP 97 (remove_files) COMPLETE
89842026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:56.011 INFO O| Feb 10 21:24:56.011 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89852026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:56.028 INFO O| Feb 10 21:24:56.028 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
89862026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:56.028 INFO O| Feb 10 21:24:56.028 INFO STEP 98 (remove_files) COMPLETE
89872026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:56.028 INFO O| Feb 10 21:24:56.028 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89882026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:56.046 INFO O| Feb 10 21:24:56.046 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
89892026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:56.046 INFO O| Feb 10 21:24:56.046 INFO STEP 99 (remove_files) COMPLETE
89902026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:56.046 INFO O| Feb 10 21:24:56.046 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89912026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:56.074 INFO O| Feb 10 21:24:56.073 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
89922026-02-10T21:24:59.911Z[ recovery-image] Feb 10 21:24:56.074 INFO O| Feb 10 21:24:56.074 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
89932026-02-10T21:24:59.911Z[ host-image] Feb 10 21:24:56.475 INFO O| Feb 10 21:24:56.475 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
89942026-02-10T21:25:07.498Z[ recovery-image] Feb 10 21:25:07.407 INFO O| Feb 10 21:25:07.406 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
89952026-02-10T21:25:07.498Z[ recovery-image] Feb 10 21:25:07.407 INFO O| Feb 10 21:25:07.406 INFO E| svccfg: Loaded 68 smf(7) service descriptions
89962026-02-10T21:25:07.545Z[ recovery-image] Feb 10 21:25:07.454 INFO O| Feb 10 21:25:07.454 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
89972026-02-10T21:25:07.851Z[ recovery-image] Feb 10 21:25:07.760 INFO O| Feb 10 21:25:07.760 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
89982026-02-10T21:25:08.043Z[ recovery-image] Feb 10 21:25:07.950 INFO O| Feb 10 21:25:07.950 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
89992026-02-10T21:25:08.266Z[ recovery-image] Feb 10 21:25:08.174 INFO O| Feb 10 21:25:08.174 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
90002026-02-10T21:25:08.290Z[ recovery-image] Feb 10 21:25:08.174 INFO O| Feb 10 21:25:08.174 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 ...
90012026-02-10T21:25:08.290Z[ recovery-image] Feb 10 21:25:08.177 INFO O| Feb 10 21:25:08.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
90022026-02-10T21:25:08.290Z[ recovery-image] Feb 10 21:25:08.177 INFO O| Feb 10 21:25:08.177 INFO ok!
90032026-02-10T21:25:08.290Z[ recovery-image] Feb 10 21:25:08.177 INFO O| Feb 10 21:25:08.177 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
90042026-02-10T21:25:08.290Z[ recovery-image] Feb 10 21:25:08.177 INFO O| Feb 10 21:25:08.177 INFO STEP 100 (seed_smf) COMPLETE
90052026-02-10T21:25:08.290Z[ recovery-image] Feb 10 21:25:08.177 INFO O| Feb 10 21:25:08.177 INFO steps complete; finalising image!
90062026-02-10T21:25:08.290Z[ recovery-image] Feb 10 21:25:08.177 INFO O| Feb 10 21:25:08.177 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
90072026-02-10T21:25:08.380Z[ recovery-image] Feb 10 21:25:08.289 INFO O| Feb 10 21:25:08.289 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Feb 10 21:25:08 2026)
90082026-02-10T21:25:08.590Z[ recovery-image] Feb 10 21:25:08.499 INFO O| Feb 10 21:25:08.499 INFO trim TEMPORARY-sled-zfs-recovery: (62% trimmed, started at Tue Feb 10 21:25:08 2026)
90092026-02-10T21:25:08.834Z[ recovery-image] Feb 10 21:25:08.743 INFO O| Feb 10 21:25:08.743 INFO temporary pool has 420M used, 1.34G avail, 1.00x compressratio
90102026-02-10T21:25:08.858Z[ recovery-image] Feb 10 21:25:08.743 INFO O| Feb 10 21:25:08.743 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
90112026-02-10T21:25:09.673Z[ recovery-image] Feb 10 21:25:09.582 INFO O| Feb 10 21:25:09.582 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
90122026-02-10T21:25:09.673Z[ recovery-image] Feb 10 21:25:09.582 INFO O| Feb 10 21:25:09.582 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
90132026-02-10T21:25:16.428Z[ recovery-image] Feb 10 21:25:16.337 INFO O| Feb 10 21:25:16.337 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90142026-02-10T21:25:16.428Z[ recovery-image] Feb 10 21:25:16.337 INFO O| Feb 10 21:25:16.337 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90152026-02-10T21:25:16.428Z[ recovery-image] Feb 10 21:25:16.337 INFO O| Feb 10 21:25:16.337 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90162026-02-10T21:25:16.453Z[ recovery-image] Feb 10 21:25:16.337 INFO O| Feb 10 21:25:16.337 INFO completed processing sled/zfs-recovery
90172026-02-10T21:25:16.453Z[ recovery-image] Feb 10 21:25:16.337 INFO O| Feb 10 21:25:16.337 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
90182026-02-10T21:25:16.597Z[ recovery-image] Feb 10 21:25:16.506 INFO O| Feb 10 21:25:16.506 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
90192026-02-10T21:25:16.709Z[ recovery-image] Feb 10 21:25:16.619 INFO BUILD STRING "heads/stlouis-0-g264d7a560b\n"
90202026-02-10T21:25:16.734Z[ recovery-image] Feb 10 21:25:16.620 INFO expanded image name: "recovery 9bc02f7/${os_short_commit} 2026-02-10 20:18" -> "recovery 9bc02f7/264d7a5 2026-02-10 20:18"
90212026-02-10T21:25:16.734Z[ recovery-image] Feb 10 21:25:16.621 INFO output artefacts stored in: "/work/os-recovery"
90222026-02-10T21:25:16.734Z[ recovery-image] Feb 10 21:25:16.622 INFO collecting git info from project "pilot"...
90232026-02-10T21:25:16.816Z[ recovery-image] Feb 10 21:25:16.725 INFO collecting git info from project "phbl"...
90242026-02-10T21:25:16.848Z[ recovery-image] Feb 10 21:25:16.755 INFO collecting git info from project "amd-firmware"...
90252026-02-10T21:25:26.256Z[ host-image] Feb 10 21:25:26.165 INFO O| Feb 10 21:25:26.165 INFO O| Startup: Caching catalogs ... Done
90262026-02-10T21:25:31.890Z[ recovery-image] Feb 10 21:25:31.801 INFO collecting git info from project "amd-host-image-builder"...
90272026-02-10T21:25:32.815Z[ recovery-image] Feb 10 21:25:32.726 INFO collecting git info from project "image-builder"...
90282026-02-10T21:25:32.839Z[ recovery-image] Feb 10 21:25:32.751 INFO collecting git info from project "bootserver"...
90292026-02-10T21:25:32.863Z[ recovery-image] Feb 10 21:25:32.772 INFO collecting git info from project "chelsio-t6-roms"...
90302026-02-10T21:25:32.935Z[ recovery-image] Feb 10 21:25:32.846 INFO collecting git info from project "dmar-report"...
90312026-02-10T21:25:32.981Z[ recovery-image] Feb 10 21:25:32.892 INFO collecting git info from project "pinprick"...
90322026-02-10T21:25:33.006Z[ recovery-image] Feb 10 21:25:32.914 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
90332026-02-10T21:25:34.027Z[ recovery-image] Feb 10 21:25:33.938 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
90342026-02-10T21:25:34.915Z[ recovery-image] Feb 10 21:25:34.826 INFO creating Oxide boot image...
90352026-02-10T21:25:34.939Z[ recovery-image] Feb 10 21:25:34.826 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 9bc02f7/264d7a5 2026-02-10 20:18", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
90362026-02-10T21:25:38.638Z[ host-image] Feb 10 21:25:38.549 INFO O| Feb 10 21:25:38.549 INFO O| Planning: Solver setup ... Done
90372026-02-10T21:25:38.662Z[ host-image] Feb 10 21:25:38.563 INFO O| Feb 10 21:25:38.563 INFO O| Planning: Running solver ... Done
90382026-02-10T21:25:38.842Z[ host-image] Feb 10 21:25:38.753 INFO O| Feb 10 21:25:38.753 INFO O| Planning: Finding local manifests ... Done
90392026-02-10T21:25:38.954Z[ host-image] Feb 10 21:25:38.866 INFO O| Feb 10 21:25:38.866 INFO O| Planning: Fetching manifests: 0/1 0% complete
90402026-02-10T21:25:38.985Z[ host-image] Feb 10 21:25:38.896 INFO O| Feb 10 21:25:38.896 INFO O| Planning: Fetching manifests: 1/1 100% complete
90412026-02-10T21:25:39.034Z[ host-image] Feb 10 21:25:38.945 INFO O| Feb 10 21:25:38.945 INFO O| Planning: Package planning ... Done
90422026-02-10T21:25:39.058Z[ host-image] Feb 10 21:25:38.946 INFO O| Feb 10 21:25:38.946 INFO O| Planning: Merging actions ... Done
90432026-02-10T21:25:39.178Z[ host-image] Feb 10 21:25:39.089 INFO O| Feb 10 21:25:39.089 INFO O| Planning: Checking for conflicting actions ... Done
90442026-02-10T21:25:39.202Z[ host-image] Feb 10 21:25:39.090 INFO O| Feb 10 21:25:39.089 INFO O| Planning: Consolidating action changes ... Done
90452026-02-10T21:25:39.613Z[ host-image] Feb 10 21:25:39.525 INFO O| Feb 10 21:25:39.525 INFO O| Planning: Evaluating mediators ... Done
90462026-02-10T21:25:39.637Z[ host-image] Feb 10 21:25:39.526 INFO O| Feb 10 21:25:39.526 INFO O| Planning: Planning completed in 13.24 seconds
90472026-02-10T21:25:39.637Z[ host-image] Feb 10 21:25:39.527 INFO O| Feb 10 21:25:39.527 INFO O| Packages to install: 1
90482026-02-10T21:25:39.661Z[ host-image] Feb 10 21:25:39.571 INFO O| Feb 10 21:25:39.571 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
90492026-02-10T21:25:40.334Z[ host-image] Feb 10 21:25:40.246 INFO O| Feb 10 21:25:40.246 INFO O| Download: Completed 12.26 MB in 0.67 seconds (18.2M/s)
90502026-02-10T21:25:40.445Z[ host-image] Feb 10 21:25:40.356 INFO O| Feb 10 21:25:40.356 INFO O| Actions: 1/22 actions (Installing new actions)
90512026-02-10T21:25:40.967Z[ host-image] Feb 10 21:25:40.878 INFO O| Feb 10 21:25:40.878 INFO O| Actions: Completed 22 actions in 0.52 seconds.
90522026-02-10T21:25:43.203Z[ host-image] Feb 10 21:25:43.115 INFO O| Feb 10 21:25:43.115 INFO O| Done
90532026-02-10T21:25:43.204Z[ host-image] Feb 10 21:25:43.116 INFO O| Feb 10 21:25:43.115 INFO O| Done
90542026-02-10T21:25:45.941Z[ host-image] Feb 10 21:25:45.853 INFO O| Feb 10 21:25:45.853 INFO O| Done
90552026-02-10T21:25:49.189Z[ host-image] Feb 10 21:25:49.101 INFO O| Feb 10 21:25:49.101 INFO O| Done
90562026-02-10T21:25:49.230Z[ host-image] Feb 10 21:25:49.142 INFO O| Feb 10 21:25:49.142 INFO O| Done
90572026-02-10T21:25:49.230Z[ host-image] Feb 10 21:25:49.143 INFO O| Feb 10 21:25:49.142 INFO O| Done
90582026-02-10T21:25:49.267Z[ host-image] Feb 10 21:25:49.179 INFO O| Feb 10 21:25:49.179 INFO O| Done
90592026-02-10T21:25:51.507Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO STEP 14 (pkg_install) COMPLETE
90602026-02-10T21:25:51.507Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90612026-02-10T21:25:51.531Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO skip step because feature "mbist" is not enabled
90622026-02-10T21:25:51.531Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90632026-02-10T21:25:51.531Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO skip step because feature "mfg" is not enabled
90642026-02-10T21:25:51.531Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90652026-02-10T21:25:51.531Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO skip step because feature "compliance" is not enabled
90662026-02-10T21:25:51.531Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90672026-02-10T21:25:51.531Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO skip step because feature "stress" is not enabled
90682026-02-10T21:25:51.531Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90692026-02-10T21:25:51.532Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO skip step because feature "compliance" is not enabled
90702026-02-10T21:25:51.532Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90712026-02-10T21:25:51.532Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO skip step because feature "nfs" is not enabled
90722026-02-10T21:25:51.532Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
90732026-02-10T21:25:51.532Z[ host-image] Feb 10 21:25:51.420 INFO O| Feb 10 21:25:51.420 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
90742026-02-10T21:25:51.570Z[ host-image] Feb 10 21:25:51.481 INFO O| Feb 10 21:25:51.481 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
90752026-02-10T21:25:51.662Z[ host-image] Feb 10 21:25:51.574 INFO O| Feb 10 21:25:51.574 INFO completed processing sled/ramdisk-01-os
90762026-02-10T21:25:52.088Z[ host-image] Feb 10 21:25:52.000 INFO omicron1 baseline generation...
90772026-02-10T21:25:52.112Z[ host-image] Feb 10 21:25:52.002 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
90782026-02-10T21:25:52.980Z[ host-image] Feb 10 21:25:52.892 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23759:20260210T180546Z
90792026-02-10T21:26:57.416Z[ recovery-image] Feb 10 21:26:57.336 INFO O| ok, image written!
90802026-02-10T21:26:57.416Z[ recovery-image] Feb 10 21:26:57.336 INFO O| ok, boot_image_csum file written!
90812026-02-10T21:26:57.440Z[ recovery-image] Feb 10 21:26:57.349 INFO creating boot archive (CPIO)...
90822026-02-10T21:26:57.441Z[ recovery-image] Feb 10 21:26:57.349 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
90832026-02-10T21:26:57.465Z[ recovery-image] Feb 10 21:26:57.372 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90842026-02-10T21:26:57.465Z[ recovery-image] Feb 10 21:26:57.372 INFO E| + outfile=/work/os-recovery/cpio
90852026-02-10T21:26:57.465Z[ recovery-image] Feb 10 21:26:57.372 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90862026-02-10T21:26:57.465Z[ recovery-image] Feb 10 21:26:57.375 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90872026-02-10T21:26:57.465Z[ recovery-image] Feb 10 21:26:57.375 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90882026-02-10T21:26:57.511Z[ recovery-image] Feb 10 21:26:57.431 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90892026-02-10T21:26:57.511Z[ recovery-image] Feb 10 21:26:57.431 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90902026-02-10T21:26:57.568Z[ recovery-image] Feb 10 21:26:57.446 INFO creating compressed cpio/unix for dev loaders...
90912026-02-10T21:26:57.568Z[ recovery-image] Feb 10 21:26:57.446 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
90922026-02-10T21:26:58.018Z[ recovery-image] Feb 10 21:26:57.937 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90932026-02-10T21:27:04.154Z[ recovery-image] Feb 10 21:27:04.074 INFO creating reset image...
90942026-02-10T21:27:04.178Z[ recovery-image] Feb 10 21:27:04.075 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90952026-02-10T21:27:33.624Z[ host-image] Feb 10 21:27:33.546 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23759:20260210T180619Z
90962026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.546 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23759:20260210T180619Z
90972026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.546 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
90982026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.546 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
90992026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.546 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
91002026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.546 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
91012026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.547 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
91022026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.547 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
91032026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.548 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0:20260210T201940Z
91042026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.548 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
91052026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.549 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
91062026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.549 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23759:20260210T180620Z
91072026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.550 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23759:20260210T180621Z
91082026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.550 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23759:20260210T180621Z
91092026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.551 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23759:20260210T180621Z
91102026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.551 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
91112026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.551 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23759:20260210T180621Z
91122026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.552 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23759:20260210T180621Z
91132026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.552 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23759:20260210T180621Z
91142026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.552 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23759:20260210T180622Z
91152026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.552 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23759:20260210T180622Z
91162026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.552 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23759:20260210T180623Z
91172026-02-10T21:27:33.695Z[ host-image] Feb 10 21:27:33.552 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23759:20260210T180623Z
91182026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.552 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23759:20260210T180623Z
91192026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.553 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23759:20260210T180624Z
91202026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.553 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23759:20260210T180624Z
91212026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.553 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23759:20260210T180625Z
91222026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.553 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23759:20260210T180625Z
91232026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.553 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23759:20260210T180627Z
91242026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.553 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23759:20260210T180627Z
91252026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.553 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
91262026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.553 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23759:20260210T180629Z
91272026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.553 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23759:20260210T180631Z
91282026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.554 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23759:20260210T180632Z
91292026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.554 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23759:20260210T180632Z
91302026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.554 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23759:20260210T180634Z
91312026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.555 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23759:20260210T180634Z
91322026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.560 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
91332026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.560 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23759:20260210T180634Z
91342026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.561 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
91352026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.561 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
91362026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.561 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
91372026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.561 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23759:20260210T180634Z
91382026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.561 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
91392026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.561 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
91402026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.562 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
91412026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.562 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
91422026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.569 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
91432026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.569 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
91442026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.569 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
91452026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.570 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
91462026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.570 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
91472026-02-10T21:27:33.696Z[ host-image] Feb 10 21:27:33.570 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
91482026-02-10T21:27:33.723Z[ host-image] Feb 10 21:27:33.591 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
91492026-02-10T21:27:33.723Z[ host-image] Feb 10 21:27:33.592 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
91502026-02-10T21:27:33.723Z[ host-image] Feb 10 21:27:33.592 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
91512026-02-10T21:27:33.723Z[ host-image] Feb 10 21:27:33.592 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23759:20260210T180636Z
91522026-02-10T21:27:33.723Z[ host-image] Feb 10 21:27:33.592 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23759:20260210T180642Z
91532026-02-10T21:27:33.723Z[ host-image] Feb 10 21:27:33.592 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
91542026-02-10T21:27:33.723Z[ host-image] Feb 10 21:27:33.592 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23759:20260210T180642Z
91552026-02-10T21:27:33.723Z[ host-image] Feb 10 21:27:33.592 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
91562026-02-10T21:27:33.723Z[ host-image] Feb 10 21:27:33.592 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
91572026-02-10T21:27:33.723Z[ host-image] Feb 10 21:27:33.592 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
91582026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.592 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
91592026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.592 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23759:20260210T180642Z
91602026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.592 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
91612026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.595 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
91622026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.595 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
91632026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.595 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
91642026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.595 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23759:20260210T180643Z
91652026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.595 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
91662026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.604 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
91672026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.604 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23759:20260210T180643Z
91682026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.605 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23759:20260210T180644Z
91692026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.605 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23759:20260210T180644Z
91702026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.605 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
91712026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.605 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23759:20260210T180645Z
91722026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.606 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23759:20260210T180645Z
91732026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.606 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23759:20260210T180645Z
91742026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.606 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23759:20260210T180645Z
91752026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.608 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
91762026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.608 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23759:20260210T180646Z
91772026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.609 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23759:20260210T180647Z
91782026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.609 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
91792026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.609 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23759:20260210T180647Z
91802026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.609 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23759:20260210T180648Z
91812026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.609 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23759:20260210T180648Z
91822026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.609 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23759:20260210T180648Z
91832026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.614 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23759:20260210T180648Z
91842026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.614 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
91852026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.615 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23759:20260210T180648Z
91862026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.616 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23759:20260210T180648Z
91872026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.616 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23759:20260210T180648Z
91882026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.616 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23759:20260210T180649Z
91892026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.616 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23759:20260210T180649Z
91902026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.617 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23759:20260210T180649Z
91912026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.617 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23759:20260210T180650Z
91922026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.623 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23759:20260210T180651Z
91932026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.623 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23759:20260210T180650Z
91942026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.623 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23759:20260210T180650Z
91952026-02-10T21:27:33.724Z[ host-image] Feb 10 21:27:33.624 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23759:20260210T180650Z
91962026-02-10T21:27:33.725Z[ host-image] Feb 10 21:27:33.624 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23759:20260210T180651Z
91972026-02-10T21:27:33.725Z[ host-image] Feb 10 21:27:33.637 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23759:20260210T180654Z
91982026-02-10T21:27:33.725Z[ host-image] Feb 10 21:27:33.637 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23759:20260210T180651Z
91992026-02-10T21:27:33.725Z[ host-image] Feb 10 21:27:33.637 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23759:20260210T180651Z
92002026-02-10T21:27:33.725Z[ host-image] Feb 10 21:27:33.637 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
92012026-02-10T21:27:33.725Z[ host-image] Feb 10 21:27:33.637 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
92022026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.655 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23759:20260210T180651Z
92032026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.655 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
92042026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.655 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23759:20260210T180651Z
92052026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.655 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23759:20260210T180651Z
92062026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.655 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23759:20260210T180652Z
92072026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.656 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
92082026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.656 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
92092026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.656 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23759:20260210T180653Z
92102026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.656 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23759:20260210T180653Z
92112026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.656 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23759:20260210T180653Z
92122026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.657 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23759:20260210T180653Z
92132026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.657 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23759:20260210T180653Z
92142026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.657 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23759:20260210T180654Z
92152026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.659 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
92162026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.659 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23759:20260210T180654Z
92172026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.660 INFO O| install = pkg://helios-dev/system/microcode/intel@20251111-2.0.23759:20260210T180654Z
92182026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.660 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23759:20260210T180654Z
92192026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.660 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23759:20260210T180656Z
92202026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.660 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23759:20260210T180655Z
92212026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.660 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23759:20260210T180655Z
92222026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.660 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
92232026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.660 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
92242026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.661 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23759:20260210T180657Z
92252026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.661 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23759:20260210T180658Z
92262026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.661 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
92272026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.661 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
92282026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.661 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
92292026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.661 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
92302026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.661 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
92312026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.662 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
92322026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.664 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
92332026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.664 INFO O| tempdir @ "/tmp/.tmpCOtlCh/tmp"
92342026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.664 INFO O| image root @ "/tmp/.tmpCOtlCh/tmp/root"
92352026-02-10T21:27:33.750Z[ host-image] Feb 10 21:27:33.664 INFO O| creating image...
92362026-02-10T21:27:34.430Z[ host-image] Feb 10 21:27:34.352 INFO O| copying publishers...
92372026-02-10T21:27:37.259Z[ recovery-image] Feb 10 21:27:37.182 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')"
92382026-02-10T21:27:37.283Z[ recovery-image] Feb 10 21:27:37.183 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")
92392026-02-10T21:27:37.687Z[ recovery-image] Feb 10 21:27:37.610 INFO E| Updating crates.io index
92402026-02-10T21:27:37.943Z[ recovery-image] Feb 10 21:27:37.867 INFO E| Downloading crates ...
92412026-02-10T21:27:38.029Z[ recovery-image] Feb 10 21:27:37.952 INFO E| Downloaded clap_lex v0.7.7
92422026-02-10T21:27:38.053Z[ recovery-image] Feb 10 21:27:37.956 INFO E| Downloaded shared_thread v0.2.0
92432026-02-10T21:27:38.053Z[ recovery-image] Feb 10 21:27:37.958 INFO E| Downloaded clap_derive v4.5.55
92442026-02-10T21:27:38.053Z[ recovery-image] Feb 10 21:27:37.962 INFO E| Downloaded signal-hook-registry v1.4.8
92452026-02-10T21:27:38.053Z[ recovery-image] Feb 10 21:27:37.964 INFO E| Downloaded sigchld v0.2.4
92462026-02-10T21:27:38.054Z[ recovery-image] Feb 10 21:27:37.966 INFO E| Downloaded unicode-ident v1.0.23
92472026-02-10T21:27:38.054Z[ recovery-image] Feb 10 21:27:37.969 INFO E| Downloaded duct v1.1.1
92482026-02-10T21:27:38.054Z[ recovery-image] Feb 10 21:27:37.972 INFO E| Downloaded quote v1.0.44
92492026-02-10T21:27:38.054Z[ recovery-image] Feb 10 21:27:37.976 INFO E| Downloaded clap v4.5.57
92502026-02-10T21:27:38.078Z[ recovery-image] Feb 10 21:27:37.988 INFO E| Downloaded os_pipe v1.2.3
92512026-02-10T21:27:38.078Z[ recovery-image] Feb 10 21:27:37.990 INFO E| Downloaded anstyle-query v1.1.5
92522026-02-10T21:27:38.079Z[ recovery-image] Feb 10 21:27:37.992 INFO E| Downloaded shared_child v1.1.1
92532026-02-10T21:27:38.079Z[ recovery-image] Feb 10 21:27:37.994 INFO E| Downloaded proc-macro2 v1.0.106
92542026-02-10T21:27:38.079Z[ recovery-image] Feb 10 21:27:37.997 INFO E| Downloaded clap_builder v4.5.57
92552026-02-10T21:27:38.163Z[ recovery-image] Feb 10 21:27:38.085 INFO E| Compiling libc v0.2.180
92562026-02-10T21:27:38.163Z[ recovery-image] Feb 10 21:27:38.085 INFO E| Compiling proc-macro2 v1.0.106
92572026-02-10T21:27:38.187Z[ recovery-image] Feb 10 21:27:38.085 INFO E| Compiling quote v1.0.44
92582026-02-10T21:27:38.187Z[ recovery-image] Feb 10 21:27:38.085 INFO E| Compiling signal-hook v0.3.18
92592026-02-10T21:27:38.187Z[ recovery-image] Feb 10 21:27:38.085 INFO E| Compiling unicode-ident v1.0.23
92602026-02-10T21:27:38.187Z[ recovery-image] Feb 10 21:27:38.085 INFO E| Compiling utf8parse v0.2.2
92612026-02-10T21:27:38.187Z[ recovery-image] Feb 10 21:27:38.085 INFO E| Compiling anstyle-query v1.1.5
92622026-02-10T21:27:38.187Z[ recovery-image] Feb 10 21:27:38.085 INFO E| Compiling colorchoice v1.0.4
92632026-02-10T21:27:38.483Z[ recovery-image] Feb 10 21:27:38.405 INFO E| Compiling anstyle-parse v0.2.7
92642026-02-10T21:27:38.507Z[ recovery-image] Feb 10 21:27:38.419 INFO E| Compiling anstyle v1.0.13
92652026-02-10T21:27:38.532Z[ recovery-image] Feb 10 21:27:38.436 INFO E| Compiling is_terminal_polyfill v1.70.2
92662026-02-10T21:27:38.557Z[ recovery-image] Feb 10 21:27:38.468 INFO E| Compiling clap_lex v0.7.7
92672026-02-10T21:27:38.733Z[ recovery-image] Feb 10 21:27:38.657 INFO E| Compiling strsim v0.11.1
92682026-02-10T21:27:38.861Z[ recovery-image] Feb 10 21:27:38.783 INFO E| Compiling heck v0.5.0
92692026-02-10T21:27:38.981Z[ recovery-image] Feb 10 21:27:38.905 INFO E| Compiling anstream v0.6.21
92702026-02-10T21:27:39.011Z[ recovery-image] Feb 10 21:27:38.923 INFO E| Compiling shared_thread v0.2.0
92712026-02-10T21:27:39.516Z[ recovery-image] Feb 10 21:27:39.439 INFO E| Compiling clap_builder v4.5.57
92722026-02-10T21:27:40.091Z[ recovery-image] Feb 10 21:27:40.014 INFO E| Compiling errno v0.3.14
92732026-02-10T21:27:40.091Z[ recovery-image] Feb 10 21:27:40.014 INFO E| Compiling os_pipe v1.2.3
92742026-02-10T21:27:40.325Z[ recovery-image] Feb 10 21:27:40.248 INFO E| Compiling signal-hook-registry v1.4.8
92752026-02-10T21:27:40.646Z[ recovery-image] Feb 10 21:27:40.569 INFO E| Compiling syn v2.0.114
92762026-02-10T21:27:40.905Z[ recovery-image] Feb 10 21:27:40.829 INFO E| Compiling sigchld v0.2.4
92772026-02-10T21:27:41.086Z[ recovery-image] Feb 10 21:27:41.010 INFO E| Compiling shared_child v1.1.1
92782026-02-10T21:27:41.310Z[ recovery-image] Feb 10 21:27:41.234 INFO E| Compiling duct v1.1.1
92792026-02-10T21:27:46.500Z[ recovery-image] Feb 10 21:27:46.420 INFO E| Compiling clap_derive v4.5.55
92802026-02-10T21:27:49.909Z[ recovery-image] Feb 10 21:27:49.834 INFO E| Compiling clap v4.5.57
92812026-02-10T21:27:50.044Z[ recovery-image] Feb 10 21:27:49.968 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
92822026-02-10T21:27:51.801Z[ recovery-image] Feb 10 21:27:51.726 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s
92832026-02-10T21:27:51.824Z[ recovery-image] Feb 10 21:27:51.744 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
92842026-02-10T21:27:52.388Z[ recovery-image] Feb 10 21:27:52.312 INFO E| Downloading crates ...
92852026-02-10T21:27:52.473Z[ recovery-image] Feb 10 21:27:52.397 INFO E| Downloaded bit_field v0.10.3
92862026-02-10T21:27:52.498Z[ recovery-image] Feb 10 21:27:52.404 INFO E| Downloaded bitstruct v0.1.1
92872026-02-10T21:27:52.498Z[ recovery-image] Feb 10 21:27:52.407 INFO E| Downloaded cpio_reader v0.1.2
92882026-02-10T21:27:52.498Z[ recovery-image] Feb 10 21:27:52.409 INFO E| Downloaded bitstruct_derive v0.1.0
92892026-02-10T21:27:52.498Z[ recovery-image] Feb 10 21:27:52.411 INFO E| Downloaded raw-cpuid v10.7.0
92902026-02-10T21:27:52.498Z[ recovery-image] Feb 10 21:27:52.416 INFO E| Downloaded miniz_oxide v0.9.0
92912026-02-10T21:27:52.498Z[ recovery-image] Feb 10 21:27:52.422 INFO E| Downloaded goblin v0.10.4
92922026-02-10T21:27:52.547Z[ recovery-image] Feb 10 21:27:52.472 INFO E| Downloaded x86 v0.52.0
92932026-02-10T21:27:52.630Z[ recovery-image] Feb 10 21:27:52.555 INFO E| Updating crates.io index
92942026-02-10T21:27:52.712Z[ recovery-image] Feb 10 21:27:52.637 INFO E| Downloading crates ...
92952026-02-10T21:27:52.757Z[ recovery-image] Feb 10 21:27:52.681 INFO E| Downloaded rustc-demangle v0.1.27
92962026-02-10T21:27:52.781Z[ recovery-image] Feb 10 21:27:52.688 INFO E| Downloaded rustc-literal-escaper v0.0.7
92972026-02-10T21:27:52.781Z[ recovery-image] Feb 10 21:27:52.705 INFO E| Downloaded libc v0.2.178
92982026-02-10T21:27:52.940Z[ recovery-image] Feb 10 21:27:52.866 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)
92992026-02-10T21:27:52.941Z[ recovery-image] Feb 10 21:27:52.866 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)
93002026-02-10T21:27:52.965Z[ recovery-image] Feb 10 21:27:52.866 INFO E| Compiling proc-macro2 v1.0.106
93012026-02-10T21:27:52.965Z[ recovery-image] Feb 10 21:27:52.866 INFO E| Compiling quote v1.0.44
93022026-02-10T21:27:52.965Z[ recovery-image] Feb 10 21:27:52.866 INFO E| Compiling unicode-ident v1.0.23
93032026-02-10T21:27:52.965Z[ recovery-image] Feb 10 21:27:52.866 INFO E| Compiling syn v1.0.109
93042026-02-10T21:27:52.965Z[ recovery-image] Feb 10 21:27:52.866 INFO E| Compiling x86 v0.52.0
93052026-02-10T21:27:52.965Z[ recovery-image] Feb 10 21:27:52.866 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
93062026-02-10T21:27:53.796Z[ recovery-image] Feb 10 21:27:53.721 INFO E| Compiling seq-macro v0.3.6
93072026-02-10T21:27:56.771Z[ recovery-image] Feb 10 21:27:56.696 INFO E| Compiling syn v2.0.114
93082026-02-10T21:28:02.293Z[ recovery-image] Feb 10 21:28:02.219 INFO E| Compiling scroll_derive v0.13.1
93092026-02-10T21:28:07.824Z[ recovery-image] Feb 10 21:28:07.751 INFO E| Compiling bitstruct_derive v0.1.0
93102026-02-10T21:28:42.538Z[ recovery-image] Feb 10 21:28:42.468 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)
93112026-02-10T21:28:51.013Z[ recovery-image] Feb 10 21:28:50.944 INFO E| Compiling bitflags v1.3.2
93122026-02-10T21:28:51.014Z[ recovery-image] Feb 10 21:28:50.944 INFO E| Compiling bit_field v0.10.3
93132026-02-10T21:28:51.038Z[ recovery-image] Feb 10 21:28:50.944 INFO E| Compiling scroll v0.13.0
93142026-02-10T21:28:51.038Z[ recovery-image] Feb 10 21:28:50.945 INFO E| Compiling plain v0.2.3
93152026-02-10T21:28:51.038Z[ recovery-image] Feb 10 21:28:50.945 INFO E| Compiling adler2 v2.0.1
93162026-02-10T21:28:51.038Z[ recovery-image] Feb 10 21:28:50.945 INFO E| Compiling bitflags v2.10.0
93172026-02-10T21:28:51.038Z[ recovery-image] Feb 10 21:28:50.945 INFO E| Compiling log v0.4.29
93182026-02-10T21:28:51.230Z[ recovery-image] Feb 10 21:28:51.161 INFO E| Compiling raw-cpuid v10.7.0
93192026-02-10T21:28:51.593Z[ recovery-image] Feb 10 21:28:51.524 INFO E| Compiling miniz_oxide v0.9.0
93202026-02-10T21:28:51.628Z[ recovery-image] Feb 10 21:28:51.559 INFO E| Compiling static_assertions v1.1.0
93212026-02-10T21:28:51.819Z[ recovery-image] Feb 10 21:28:51.750 INFO E| Compiling bitstruct v0.1.1
93222026-02-10T21:28:51.941Z[ recovery-image] Feb 10 21:28:51.873 INFO E| Compiling cpio_reader v0.1.2
93232026-02-10T21:28:52.321Z[ recovery-image] Feb 10 21:28:52.251 INFO E| Compiling goblin v0.10.4
93242026-02-10T21:29:03.693Z[ recovery-image] Feb 10 21:29:03.625 INFO E| Finished `release` profile [optimized] target(s) in 1m 11s
93252026-02-10T21:29:03.724Z[ recovery-image] Feb 10 21:29:03.656 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
93262026-02-10T21:29:03.911Z[ recovery-image] Feb 10 21:29:03.844 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')"
93272026-02-10T21:29:03.911Z[ recovery-image] Feb 10 21:29:03.844 INFO building ROM for cosmo
93282026-02-10T21:29:03.936Z[ recovery-image] Feb 10 21:29:03.844 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")
93292026-02-10T21:29:05.876Z[ recovery-image] Feb 10 21:29:05.809 INFO E| Downloading crates ...
93302026-02-10T21:29:06.940Z[ recovery-image] Feb 10 21:29:06.873 INFO E| Downloaded anstyle-query v1.1.2
93312026-02-10T21:29:07.288Z[ recovery-image] Feb 10 21:29:07.220 INFO E| Downloaded serde_spanned v0.6.8
93322026-02-10T21:29:07.317Z[ recovery-image] Feb 10 21:29:07.249 INFO E| Downloaded toml_write v0.1.1
93332026-02-10T21:29:07.341Z[ recovery-image] Feb 10 21:29:07.253 INFO E| Downloaded toml_datetime v0.6.9
93342026-02-10T21:29:07.341Z[ recovery-image] Feb 10 21:29:07.256 INFO E| Downloaded shared_child v1.0.1
93352026-02-10T21:29:07.341Z[ recovery-image] Feb 10 21:29:07.258 INFO E| Downloaded toml v0.8.22
93362026-02-10T21:29:07.386Z[ host-image] Feb 10 21:29:07.318 INFO O| adding properties...
93372026-02-10T21:29:07.410Z[ recovery-image] Feb 10 21:29:07.330 INFO E| Downloaded toml_edit v0.22.26
93382026-02-10T21:29:07.493Z[ recovery-image] Feb 10 21:29:07.425 INFO E| Downloaded os_pipe v1.2.1
93392026-02-10T21:29:07.517Z[ recovery-image] Feb 10 21:29:07.428 INFO E| Downloaded clap_builder v4.5.37
93402026-02-10T21:29:07.517Z[ recovery-image] Feb 10 21:29:07.437 INFO E| Downloaded duct v0.13.7
93412026-02-10T21:29:07.541Z[ recovery-image] Feb 10 21:29:07.464 INFO E| Downloaded colorchoice v1.0.3
93422026-02-10T21:29:07.541Z[ recovery-image] Feb 10 21:29:07.467 INFO E| Downloaded clap_derive v4.5.32
93432026-02-10T21:29:07.542Z[ recovery-image] Feb 10 21:29:07.472 INFO E| Downloaded clap v4.5.37
93442026-02-10T21:29:07.565Z[ recovery-image] Feb 10 21:29:07.487 INFO E| Downloaded cc v1.2.20
93452026-02-10T21:29:07.589Z[ recovery-image] Feb 10 21:29:07.517 INFO E| Downloaded winnow v0.7.7
93462026-02-10T21:29:07.614Z[ recovery-image] Feb 10 21:29:07.533 INFO E| Downloaded anstyle-parse v0.2.6
93472026-02-10T21:29:07.614Z[ recovery-image] Feb 10 21:29:07.536 INFO E| Downloaded anstyle v1.0.10
93482026-02-10T21:29:07.898Z[ recovery-image] Feb 10 21:29:07.831 INFO E| Compiling libc v0.2.172
93492026-02-10T21:29:07.898Z[ recovery-image] Feb 10 21:29:07.831 INFO E| Compiling utf8parse v0.2.2
93502026-02-10T21:29:07.922Z[ recovery-image] Feb 10 21:29:07.831 INFO E| Compiling equivalent v1.0.2
93512026-02-10T21:29:07.922Z[ recovery-image] Feb 10 21:29:07.831 INFO E| Compiling once_cell v1.21.3
93522026-02-10T21:29:07.922Z[ recovery-image] Feb 10 21:29:07.831 INFO E| Compiling is_terminal_polyfill v1.70.1
93532026-02-10T21:29:07.922Z[ recovery-image] Feb 10 21:29:07.831 INFO E| Compiling anstyle-query v1.1.2
93542026-02-10T21:29:07.922Z[ recovery-image] Feb 10 21:29:07.831 INFO E| Compiling shlex v1.3.0
93552026-02-10T21:29:07.922Z[ recovery-image] Feb 10 21:29:07.831 INFO E| Compiling syn v2.0.101
93562026-02-10T21:29:08.582Z[ recovery-image] Feb 10 21:29:08.515 INFO E| Compiling colorchoice v1.0.3
93572026-02-10T21:29:08.784Z[ recovery-image] Feb 10 21:29:08.716 INFO E| Compiling anstyle-parse v0.2.6
93582026-02-10T21:29:08.808Z[ recovery-image] Feb 10 21:29:08.718 INFO E| Compiling anstyle v1.0.10
93592026-02-10T21:29:08.919Z[ recovery-image] Feb 10 21:29:08.851 INFO E| Compiling hashbrown v0.15.2
93602026-02-10T21:29:09.245Z[ recovery-image] Feb 10 21:29:09.178 INFO E| Compiling cc v1.2.20
93612026-02-10T21:29:09.512Z[ recovery-image] Feb 10 21:29:09.445 INFO E| Compiling strsim v0.11.1
93622026-02-10T21:29:09.998Z[ recovery-image] Feb 10 21:29:09.930 INFO E| Compiling anstream v0.6.18
93632026-02-10T21:29:10.163Z[ recovery-image] Feb 10 21:29:10.096 INFO E| Compiling toml_write v0.1.1
93642026-02-10T21:29:10.188Z[ recovery-image] Feb 10 21:29:10.114 INFO E| Compiling clap_lex v0.7.4
93652026-02-10T21:29:10.793Z[ host-image] Feb 10 21:29:10.726 INFO O| installing packages...
93662026-02-10T21:29:11.271Z[ recovery-image] Feb 10 21:29:11.204 INFO E| Compiling anyhow v1.0.98
93672026-02-10T21:29:11.405Z[ recovery-image] Feb 10 21:29:11.338 INFO E| Compiling winnow v0.7.7
93682026-02-10T21:29:11.826Z[ recovery-image] Feb 10 21:29:11.759 INFO E| Compiling clap_builder v4.5.37
93692026-02-10T21:29:12.280Z[ recovery-image] Feb 10 21:29:12.213 INFO E| Compiling os_pipe v1.2.1
93702026-02-10T21:29:12.374Z[ recovery-image] Feb 10 21:29:12.307 INFO E| Compiling shared_child v1.0.1
93712026-02-10T21:29:12.624Z[ recovery-image] Feb 10 21:29:12.557 INFO E| Compiling indexmap v2.9.0
93722026-02-10T21:29:12.824Z[ recovery-image] Feb 10 21:29:12.755 INFO E| Compiling duct v0.13.7
93732026-02-10T21:29:14.735Z[ recovery-image] Feb 10 21:29:14.668 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
93742026-02-10T21:29:17.950Z[ recovery-image] Feb 10 21:29:17.883 INFO E| Compiling serde_derive v1.0.219
93752026-02-10T21:29:17.950Z[ recovery-image] Feb 10 21:29:17.884 INFO E| Compiling clap_derive v4.5.32
93762026-02-10T21:29:21.221Z[ recovery-image] Feb 10 21:29:21.155 INFO E| Compiling clap v4.5.37
93772026-02-10T21:29:22.818Z[ recovery-image] Feb 10 21:29:22.752 INFO E| Compiling serde v1.0.219
93782026-02-10T21:29:28.556Z[ recovery-image] Feb 10 21:29:28.490 INFO E| Compiling serde_spanned v0.6.8
93792026-02-10T21:29:28.556Z[ recovery-image] Feb 10 21:29:28.491 INFO E| Compiling toml_datetime v0.6.9
93802026-02-10T21:29:28.600Z[verify-libraries] Finished `release` profile [optimized] target(s) in 35m 02s
93812026-02-10T21:29:28.900Z[ recovery-image] Feb 10 21:29:28.833 INFO E| Compiling toml_edit v0.22.26
93822026-02-10T21:29:31.073ZFeb 10 21:29:31.002 INFO [verify-libraries] process exited with exit status: 0 (2111.248085673s)
93832026-02-10T21:29:32.589Z[ recovery-image] Feb 10 21:29:32.523 INFO E| Compiling toml v0.8.22
93842026-02-10T21:29:37.547Z[ recovery-image] Feb 10 21:29:37.482 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.42s
93852026-02-10T21:29:37.571Z[ recovery-image] Feb 10 21:29:37.499 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`
93862026-02-10T21:29:37.595Z[ recovery-image] Feb 10 21:29:37.521 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
93872026-02-10T21:29:37.964Z[ recovery-image] Feb 10 21:29:37.899 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
93882026-02-10T21:29:37.988Z[ recovery-image] Feb 10 21:29:37.912 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`
93892026-02-10T21:29:38.808Z[ recovery-image] Feb 10 21:29:38.743 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
93902026-02-10T21:29:38.808Z[ recovery-image] Feb 10 21:29:38.744 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
93912026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.744 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
93922026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.744 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
93932026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.744 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
93942026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.744 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
93952026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.744 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
93962026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.744 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
93972026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.744 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
93982026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.744 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
93992026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.744 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
94002026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.744 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
94012026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.744 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
94022026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.744 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
94032026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.745 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
94042026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.745 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
94052026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.745 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
94062026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.745 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
94072026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.745 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
94082026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.745 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
94092026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.745 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
94102026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.745 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
94112026-02-10T21:29:38.876Z[ recovery-image] Feb 10 21:29:38.745 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
94122026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.745 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
94132026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.745 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
94142026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.745 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
94152026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.745 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
94162026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
94172026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
94182026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
94192026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
94202026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
94212026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
94222026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
94232026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
94242026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
94252026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
94262026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
94272026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
94282026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
94292026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
94302026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.746 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
94312026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.747 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
94322026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.747 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
94332026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.747 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
94342026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.747 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
94352026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.747 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
94362026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.747 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
94372026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.747 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
94382026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.747 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
94392026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.747 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
94402026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.747 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
94412026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.747 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
94422026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.748 INFO O| Info: ABL version: 0x1007f011
94432026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.748 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
94442026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.748 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
94452026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.748 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
94462026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
94472026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
94482026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
94492026-02-10T21:29:38.877Z[ recovery-image] Feb 10 21:29:38.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
94502026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
94512026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
94522026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
94532026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
94542026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
94552026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
94562026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
94572026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.749 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
94582026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
94592026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
94602026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
94612026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
94622026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
94632026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
94642026-02-10T21:29:38.878Z[ recovery-image] Feb 10 21:29:38.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
94652026-02-10T21:29:38.903Z[ recovery-image] Feb 10 21:29:38.822 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
94662026-02-10T21:29:38.903Z[ recovery-image] Feb 10 21:29:38.822 INFO building ROM for gimlet
94672026-02-10T21:29:38.903Z[ recovery-image] Feb 10 21:29:38.822 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")
94682026-02-10T21:29:39.145Z[ recovery-image] Feb 10 21:29:39.080 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
94692026-02-10T21:29:39.169Z[ recovery-image] Feb 10 21:29:39.086 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`
94702026-02-10T21:29:39.169Z[ recovery-image] Feb 10 21:29:39.103 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
94712026-02-10T21:29:39.313Z[ recovery-image] Feb 10 21:29:39.248 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
94722026-02-10T21:29:39.337Z[ recovery-image] Feb 10 21:29:39.257 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`
94732026-02-10T21:29:39.645Z[ recovery-image] Feb 10 21:29:39.580 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
94742026-02-10T21:29:39.645Z[ recovery-image] Feb 10 21:29:39.580 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
94752026-02-10T21:29:39.645Z[ recovery-image] Feb 10 21:29:39.580 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
94762026-02-10T21:29:39.645Z[ recovery-image] Feb 10 21:29:39.580 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
94772026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
94782026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
94792026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
94802026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
94812026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
94822026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
94832026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
94842026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
94852026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
94862026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
94872026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
94882026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.582 INFO O| Info: ABL version: 0x100f5010
94892026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.582 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
94902026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
94912026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
94922026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
94932026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
94942026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
94952026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
94962026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
94972026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
94982026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
94992026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
95002026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
95012026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
95022026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
95032026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
95042026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
95052026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
95062026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
95072026-02-10T21:29:39.670Z[ recovery-image] Feb 10 21:29:39.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
95082026-02-10T21:29:39.706Z[ recovery-image] Feb 10 21:29:39.641 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
95092026-02-10T21:29:39.706Z[ recovery-image] Feb 10 21:29:39.641 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
95102026-02-10T21:29:46.533Z[ recovery-image] Feb 10 21:29:46.469 INFO image complete! materials are in "/work/os-recovery"
95112026-02-10T21:29:47.067Z[ recovery-image]
95122026-02-10T21:29:47.092Z[ recovery-image] real 35:27.126569892
95132026-02-10T21:29:47.092Z[ recovery-image] user 27:04.552722735
95142026-02-10T21:29:47.092Z[ recovery-image] sys 2:09.292393274
95152026-02-10T21:29:47.092ZFeb 10 21:29:47.006 INFO [recovery-image] process exited with exit status: 0 (2127.664469734s)
95162026-02-10T21:29:47.092Z[ recovery-image] trap 1.626106248
95172026-02-10T21:29:47.092Z[ recovery-image] tflt 1.246522459
95182026-02-10T21:29:47.092Z[ recovery-image] dflt 3.560030711
95192026-02-10T21:29:47.092Z[ recovery-image] kflt 0.015684495
95202026-02-10T21:29:47.092Z[ recovery-image] lock 35:34.947402846
95212026-02-10T21:29:47.092Z[ recovery-image] slp 3:29:42.277992086
95222026-02-10T21:29:47.092Z[ recovery-image] lat 8:35.683776820
95232026-02-10T21:29:47.092Z[ recovery-image] stop 20.843860669
95242026-02-10T21:29:58.152Z[ host-image] Feb 10 21:29:58.090 INFO O| seeding SMF database...
95252026-02-10T21:30:07.628Z[ host-image] Feb 10 21:30:07.566 INFO O| configuring SMF profile...
95262026-02-10T21:30:07.652Z[ host-image] Feb 10 21:30:07.566 INFO O| modifying shadow(5)...
95272026-02-10T21:30:07.652Z[ host-image] Feb 10 21:30:07.566 INFO O| loading user and group database...
95282026-02-10T21:30:07.652Z[ host-image] Feb 10 21:30:07.567 INFO O| loading facet selections...
95292026-02-10T21:30:08.266Z[ host-image] Feb 10 21:30:08.204 INFO O| devel -> true
95302026-02-10T21:30:08.266Z[ host-image] Feb 10 21:30:08.204 INFO O| doc.man -> true
95312026-02-10T21:30:08.290Z[ host-image] Feb 10 21:30:08.204 INFO O| version-lock.shell/ksh93 -> true
95322026-02-10T21:30:08.290Z[ host-image] Feb 10 21:30:08.204 INFO O| version-lock.system/data/hardware-registry -> true
95332026-02-10T21:30:08.290Z[ host-image] Feb 10 21:30:08.204 INFO O| version-lock.system/data/zoneinfo -> true
95342026-02-10T21:30:08.290Z[ host-image] Feb 10 21:30:08.204 INFO O| version-lock.system/microcode/amd -> true
95352026-02-10T21:30:08.290Z[ host-image] Feb 10 21:30:08.204 INFO O| version-lock.system/microcode/intel -> true
95362026-02-10T21:30:08.290Z[ host-image] Feb 10 21:30:08.205 INFO O| version-lock.system/microcode/oxide -> true
95372026-02-10T21:30:08.290Z[ host-image] Feb 10 21:30:08.205 INFO O| assessing packaged files...
95382026-02-10T21:30:11.853Z[ host-image] Feb 10 21:30:11.792 INFO O| creating archive...
95392026-02-10T21:30:11.896Z[ host-image] Feb 10 21:30:11.835 INFO O| missing from packaging:
95402026-02-10T21:30:11.896Z[ host-image] Feb 10 21:30:11.835 INFO O| "etc/.pwd.lock"
95412026-02-10T21:30:11.920Z[ host-image] Feb 10 21:30:11.835 INFO O| "etc/bash"
95422026-02-10T21:30:11.920Z[ host-image] Feb 10 21:30:11.842 INFO O| "etc/svc/profile/generic.xml"
95432026-02-10T21:30:11.920Z[ host-image] Feb 10 21:30:11.842 INFO O| "etc/svc/profile/inetd_services.xml"
95442026-02-10T21:30:11.920Z[ host-image] Feb 10 21:30:11.842 INFO O| "etc/svc/profile/name_service.xml"
95452026-02-10T21:30:11.920Z[ host-image] Feb 10 21:30:11.842 INFO O| "etc/svc/profile/platform.xml"
95462026-02-10T21:30:11.920Z[ host-image] Feb 10 21:30:11.842 INFO O| "etc/svc/profile/platform_omicron1.xml"
95472026-02-10T21:30:11.920Z[ host-image] Feb 10 21:30:11.842 INFO O| "etc/svc/repository.db"
95482026-02-10T21:30:11.920Z[ host-image] Feb 10 21:30:11.856 INFO O| "opt/ooce/share"
95492026-02-10T21:30:11.920Z[ host-image] Feb 10 21:30:11.856 INFO O| "opt/ooce/share/man"
95502026-02-10T21:30:11.920Z[ host-image] Feb 10 21:30:11.856 INFO O| "opt/ooce/share/man/man1"
95512026-02-10T21:30:11.945Z[ host-image] Feb 10 21:30:11.870 INFO O| finishing archive...
95522026-02-10T21:30:15.792Z[ host-image] Feb 10 21:30:15.730 INFO O| creating gzonly manifest...
95532026-02-10T21:30:15.816Z[ host-image] Feb 10 21:30:15.744 INFO O| ok
95542026-02-10T21:30:16.061Z[ host-image] Feb 10 21:30:15.999 INFO image builder template: ramdisk-02-trim...
95552026-02-10T21:30:16.061Z[ host-image] Feb 10 21:30:15.999 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/.tmpl7VXyn/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
95562026-02-10T21:30:16.108Z[ host-image] Feb 10 21:30:16.042 INFO O| Feb 10 21:30:16.042 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95572026-02-10T21:30:16.133Z[ host-image] Feb 10 21:30:16.053 INFO O| Feb 10 21:30:16.053 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95582026-02-10T21:30:16.186Z[ host-image] Feb 10 21:30:16.125 INFO O| Feb 10 21:30:16.125 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
95592026-02-10T21:30:16.218Z[ host-image] Feb 10 21:30:16.157 INFO O| Feb 10 21:30:16.157 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
95602026-02-10T21:30:16.218Z[ host-image] Feb 10 21:30:16.158 INFO O| Feb 10 21:30:16.157 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
95612026-02-10T21:30:16.243Z[ host-image] Feb 10 21:30:16.164 INFO O| Feb 10 21:30:16.163 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
95622026-02-10T21:30:16.243Z[ host-image] Feb 10 21:30:16.170 INFO O| Feb 10 21:30:16.170 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
95632026-02-10T21:30:16.243Z[ host-image] Feb 10 21:30:16.183 INFO O| Feb 10 21:30:16.183 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
95642026-02-10T21:30:16.409Z[ host-image] Feb 10 21:30:16.348 INFO O| Feb 10 21:30:16.348 INFO rolled back to input snapshot; work may begin
95652026-02-10T21:30:16.409Z[ host-image] Feb 10 21:30:16.348 INFO O| Feb 10 21:30:16.348 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
95662026-02-10T21:30:16.433Z[ host-image] Feb 10 21:30:16.356 INFO O| Feb 10 21:30:16.356 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-02-10T21:30:16.433Z[ host-image] Feb 10 21:30:16.372 INFO O| Feb 10 21:30:16.372 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
95682026-02-10T21:30:16.521Z[ host-image] Feb 10 21:30:16.461 INFO O| Feb 10 21:30:16.460 INFO STEP 0 (remove_files) COMPLETE
95692026-02-10T21:30:16.522Z[ host-image] Feb 10 21:30:16.461 INFO O| Feb 10 21:30:16.461 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-02-10T21:30:16.546Z[ host-image] Feb 10 21:30:16.476 INFO O| Feb 10 21:30:16.476 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
95712026-02-10T21:30:16.546Z[ host-image] Feb 10 21:30:16.479 INFO O| Feb 10 21:30:16.479 INFO STEP 1 (remove_files) COMPLETE
95722026-02-10T21:30:16.546Z[ host-image] Feb 10 21:30:16.479 INFO O| Feb 10 21:30:16.479 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-02-10T21:30:16.570Z[ host-image] Feb 10 21:30:16.497 INFO O| Feb 10 21:30:16.497 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
95742026-02-10T21:30:16.594Z[ host-image] Feb 10 21:30:16.528 INFO O| Feb 10 21:30:16.528 INFO STEP 2 (remove_files) COMPLETE
95752026-02-10T21:30:16.594Z[ host-image] Feb 10 21:30:16.529 INFO O| Feb 10 21:30:16.528 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-02-10T21:30:16.618Z[ host-image] Feb 10 21:30:16.547 INFO O| Feb 10 21:30:16.547 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
95772026-02-10T21:30:16.618Z[ host-image] Feb 10 21:30:16.550 INFO O| Feb 10 21:30:16.550 INFO STEP 3 (remove_files) COMPLETE
95782026-02-10T21:30:16.618Z[ host-image] Feb 10 21:30:16.550 INFO O| Feb 10 21:30:16.550 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-02-10T21:30:16.643Z[ host-image] Feb 10 21:30:16.564 INFO O| Feb 10 21:30:16.564 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
95802026-02-10T21:30:16.643Z[ host-image] Feb 10 21:30:16.569 INFO O| Feb 10 21:30:16.569 INFO STEP 4 (remove_files) COMPLETE
95812026-02-10T21:30:16.643Z[ host-image] Feb 10 21:30:16.569 INFO O| Feb 10 21:30:16.569 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-02-10T21:30:16.670Z[ host-image] Feb 10 21:30:16.583 INFO O| Feb 10 21:30:16.583 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95832026-02-10T21:30:16.670Z[ host-image] Feb 10 21:30:16.587 INFO O| Feb 10 21:30:16.587 INFO STEP 5 (remove_files) COMPLETE
95842026-02-10T21:30:16.670Z[ host-image] Feb 10 21:30:16.587 INFO O| Feb 10 21:30:16.587 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-02-10T21:30:16.670Z[ host-image] Feb 10 21:30:16.604 INFO O| Feb 10 21:30:16.604 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95862026-02-10T21:30:16.694Z[ host-image] Feb 10 21:30:16.633 INFO O| Feb 10 21:30:16.633 INFO STEP 6 (remove_files) COMPLETE
95872026-02-10T21:30:16.694Z[ host-image] Feb 10 21:30:16.633 INFO O| Feb 10 21:30:16.633 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-02-10T21:30:16.718Z[ host-image] Feb 10 21:30:16.652 INFO O| Feb 10 21:30:16.652 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
95892026-02-10T21:30:16.742Z[ host-image] Feb 10 21:30:16.674 INFO O| Feb 10 21:30:16.674 INFO STEP 7 (remove_files) COMPLETE
95902026-02-10T21:30:16.742Z[ host-image] Feb 10 21:30:16.674 INFO O| Feb 10 21:30:16.674 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-02-10T21:30:16.766Z[ host-image] Feb 10 21:30:16.693 INFO O| Feb 10 21:30:16.693 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95922026-02-10T21:30:16.882Z[ host-image] Feb 10 21:30:16.819 INFO O| Feb 10 21:30:16.819 INFO STEP 8 (remove_files) COMPLETE
95932026-02-10T21:30:16.882Z[ host-image] Feb 10 21:30:16.819 INFO O| Feb 10 21:30:16.819 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-02-10T21:30:16.906Z[ host-image] Feb 10 21:30:16.835 INFO O| Feb 10 21:30:16.835 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95952026-02-10T21:30:17.042Z[ host-image] Feb 10 21:30:16.981 INFO O| Feb 10 21:30:16.981 INFO STEP 9 (remove_files) COMPLETE
95962026-02-10T21:30:17.042Z[ host-image] Feb 10 21:30:16.981 INFO O| Feb 10 21:30:16.981 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-02-10T21:30:17.066Z[ host-image] Feb 10 21:30:16.997 INFO O| Feb 10 21:30:16.997 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95982026-02-10T21:30:17.066Z[ host-image] Feb 10 21:30:17.003 INFO O| Feb 10 21:30:17.003 INFO STEP 10 (remove_files) COMPLETE
95992026-02-10T21:30:17.066Z[ host-image] Feb 10 21:30:17.003 INFO O| Feb 10 21:30:17.003 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-02-10T21:30:17.092Z[ host-image] Feb 10 21:30:17.020 INFO O| Feb 10 21:30:17.020 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
96012026-02-10T21:30:17.092Z[ host-image] Feb 10 21:30:17.022 INFO O| Feb 10 21:30:17.022 INFO STEP 11 (remove_files) COMPLETE
96022026-02-10T21:30:17.092Z[ host-image] Feb 10 21:30:17.022 INFO O| Feb 10 21:30:17.022 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-02-10T21:30:17.116Z[ host-image] Feb 10 21:30:17.035 INFO O| Feb 10 21:30:17.035 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
96042026-02-10T21:30:17.116Z[ host-image] Feb 10 21:30:17.039 INFO O| Feb 10 21:30:17.039 INFO STEP 12 (remove_files) COMPLETE
96052026-02-10T21:30:17.116Z[ host-image] Feb 10 21:30:17.039 INFO O| Feb 10 21:30:17.039 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-02-10T21:30:17.141Z[ host-image] Feb 10 21:30:17.067 INFO O| Feb 10 21:30:17.066 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
96072026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.087 INFO O| Feb 10 21:30:17.087 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
96082026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.087 INFO O| Feb 10 21:30:17.087 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
96092026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.088 INFO O| Feb 10 21:30:17.088 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
96102026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.088 INFO O| Feb 10 21:30:17.088 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
96112026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.088 INFO O| Feb 10 21:30:17.088 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
96122026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.088 INFO O| Feb 10 21:30:17.088 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
96132026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.088 INFO O| Feb 10 21:30:17.088 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
96142026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.089 INFO O| Feb 10 21:30:17.089 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
96152026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.089 INFO O| Feb 10 21:30:17.089 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
96162026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.089 INFO O| Feb 10 21:30:17.089 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
96172026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.089 INFO O| Feb 10 21:30:17.089 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
96182026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.089 INFO O| Feb 10 21:30:17.089 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
96192026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.090 INFO O| Feb 10 21:30:17.089 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
96202026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.090 INFO O| Feb 10 21:30:17.090 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
96212026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.090 INFO O| Feb 10 21:30:17.090 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
96222026-02-10T21:30:17.165Z[ host-image] Feb 10 21:30:17.091 INFO O| Feb 10 21:30:17.090 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
96232026-02-10T21:30:17.548Z[ host-image] Feb 10 21:30:17.487 INFO O| Feb 10 21:30:17.487 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
96242026-02-10T21:30:17.591Z[ host-image] Feb 10 21:30:17.531 INFO O| Feb 10 21:30:17.530 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
96252026-02-10T21:30:17.616Z[ host-image] Feb 10 21:30:17.531 INFO O| Feb 10 21:30:17.531 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
96262026-02-10T21:30:17.616Z[ host-image] Feb 10 21:30:17.548 INFO O| Feb 10 21:30:17.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
96272026-02-10T21:30:17.640Z[ host-image] Feb 10 21:30:17.578 INFO O| Feb 10 21:30:17.577 INFO STEP 13 (remove_files) COMPLETE
96282026-02-10T21:30:17.640Z[ host-image] Feb 10 21:30:17.578 INFO O| Feb 10 21:30:17.577 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-02-10T21:30:17.665Z[ host-image] Feb 10 21:30:17.597 INFO O| Feb 10 21:30:17.597 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
96302026-02-10T21:30:17.666Z[ host-image] Feb 10 21:30:17.599 INFO O| Feb 10 21:30:17.599 INFO STEP 14 (remove_files) COMPLETE
96312026-02-10T21:30:17.666Z[ host-image] Feb 10 21:30:17.599 INFO O| Feb 10 21:30:17.599 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-02-10T21:30:17.690Z[ host-image] Feb 10 21:30:17.620 INFO O| Feb 10 21:30:17.620 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
96332026-02-10T21:30:17.714Z[ host-image] Feb 10 21:30:17.638 INFO O| Feb 10 21:30:17.638 INFO STEP 15 (remove_files) COMPLETE
96342026-02-10T21:30:17.714Z[ host-image] Feb 10 21:30:17.638 INFO O| Feb 10 21:30:17.638 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-02-10T21:30:17.738Z[ host-image] Feb 10 21:30:17.654 INFO O| Feb 10 21:30:17.654 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
96362026-02-10T21:30:17.738Z[ host-image] Feb 10 21:30:17.655 INFO O| Feb 10 21:30:17.655 INFO STEP 16 (remove_files) COMPLETE
96372026-02-10T21:30:17.738Z[ host-image] Feb 10 21:30:17.655 INFO O| Feb 10 21:30:17.655 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-02-10T21:30:17.738Z[ host-image] Feb 10 21:30:17.674 INFO O| Feb 10 21:30:17.674 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
96392026-02-10T21:30:17.738Z[ host-image] Feb 10 21:30:17.677 INFO O| Feb 10 21:30:17.677 INFO STEP 17 (remove_files) COMPLETE
96402026-02-10T21:30:17.738Z[ host-image] Feb 10 21:30:17.677 INFO O| Feb 10 21:30:17.677 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-02-10T21:30:17.763Z[ host-image] Feb 10 21:30:17.691 INFO O| Feb 10 21:30:17.691 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
96422026-02-10T21:30:17.763Z[ host-image] Feb 10 21:30:17.691 INFO O| Feb 10 21:30:17.691 INFO STEP 18 (remove_files) COMPLETE
96432026-02-10T21:30:17.763Z[ host-image] Feb 10 21:30:17.691 INFO O| Feb 10 21:30:17.691 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-02-10T21:30:17.763Z[ host-image] Feb 10 21:30:17.702 INFO O| Feb 10 21:30:17.702 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
96452026-02-10T21:30:17.787Z[ host-image] Feb 10 21:30:17.703 INFO O| Feb 10 21:30:17.703 INFO STEP 19 (remove_files) COMPLETE
96462026-02-10T21:30:17.788Z[ host-image] Feb 10 21:30:17.703 INFO O| Feb 10 21:30:17.703 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96472026-02-10T21:30:17.788Z[ host-image] Feb 10 21:30:17.714 INFO O| Feb 10 21:30:17.714 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
96482026-02-10T21:30:17.788Z[ host-image] Feb 10 21:30:17.714 INFO O| Feb 10 21:30:17.714 INFO STEP 20 (remove_files) COMPLETE
96492026-02-10T21:30:17.788Z[ host-image] Feb 10 21:30:17.714 INFO O| Feb 10 21:30:17.714 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-02-10T21:30:17.812Z[ host-image] Feb 10 21:30:17.729 INFO O| Feb 10 21:30:17.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
96512026-02-10T21:30:17.812Z[ host-image] Feb 10 21:30:17.729 INFO O| Feb 10 21:30:17.729 INFO STEP 21 (remove_files) COMPLETE
96522026-02-10T21:30:17.812Z[ host-image] Feb 10 21:30:17.729 INFO O| Feb 10 21:30:17.729 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-02-10T21:30:17.812Z[ host-image] Feb 10 21:30:17.744 INFO O| Feb 10 21:30:17.744 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
96542026-02-10T21:30:17.812Z[ host-image] Feb 10 21:30:17.745 INFO O| Feb 10 21:30:17.745 INFO STEP 22 (remove_files) COMPLETE
96552026-02-10T21:30:17.812Z[ host-image] Feb 10 21:30:17.745 INFO O| Feb 10 21:30:17.745 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96562026-02-10T21:30:17.837Z[ host-image] Feb 10 21:30:17.756 INFO O| Feb 10 21:30:17.755 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
96572026-02-10T21:30:17.837Z[ host-image] Feb 10 21:30:17.756 INFO O| Feb 10 21:30:17.756 INFO STEP 23 (remove_files) COMPLETE
96582026-02-10T21:30:17.837Z[ host-image] Feb 10 21:30:17.756 INFO O| Feb 10 21:30:17.756 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96592026-02-10T21:30:17.837Z[ host-image] Feb 10 21:30:17.776 INFO O| Feb 10 21:30:17.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
96602026-02-10T21:30:17.837Z[ host-image] Feb 10 21:30:17.776 INFO O| Feb 10 21:30:17.776 INFO STEP 24 (remove_files) COMPLETE
96612026-02-10T21:30:17.837Z[ host-image] Feb 10 21:30:17.776 INFO O| Feb 10 21:30:17.776 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96622026-02-10T21:30:17.862Z[ host-image] Feb 10 21:30:17.796 INFO O| Feb 10 21:30:17.796 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
96632026-02-10T21:30:17.862Z[ host-image] Feb 10 21:30:17.796 INFO O| Feb 10 21:30:17.796 INFO STEP 25 (remove_files) COMPLETE
96642026-02-10T21:30:17.862Z[ host-image] Feb 10 21:30:17.796 INFO O| Feb 10 21:30:17.796 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-02-10T21:30:17.887Z[ host-image] Feb 10 21:30:17.814 INFO O| Feb 10 21:30:17.814 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
96662026-02-10T21:30:17.887Z[ host-image] Feb 10 21:30:17.814 INFO O| Feb 10 21:30:17.814 INFO STEP 26 (remove_files) COMPLETE
96672026-02-10T21:30:17.887Z[ host-image] Feb 10 21:30:17.814 INFO O| Feb 10 21:30:17.814 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96682026-02-10T21:30:17.912Z[ host-image] Feb 10 21:30:17.829 INFO O| Feb 10 21:30:17.829 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
96692026-02-10T21:30:17.912Z[ host-image] Feb 10 21:30:17.829 INFO O| Feb 10 21:30:17.829 INFO STEP 27 (remove_files) COMPLETE
96702026-02-10T21:30:17.912Z[ host-image] Feb 10 21:30:17.829 INFO O| Feb 10 21:30:17.829 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96712026-02-10T21:30:17.912Z[ host-image] Feb 10 21:30:17.842 INFO O| Feb 10 21:30:17.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
96722026-02-10T21:30:17.912Z[ host-image] Feb 10 21:30:17.842 INFO O| Feb 10 21:30:17.842 INFO STEP 28 (remove_files) COMPLETE
96732026-02-10T21:30:17.912Z[ host-image] Feb 10 21:30:17.842 INFO O| Feb 10 21:30:17.842 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96742026-02-10T21:30:17.935Z[ host-image] Feb 10 21:30:17.860 INFO O| Feb 10 21:30:17.860 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
96752026-02-10T21:30:17.936Z[ host-image] Feb 10 21:30:17.860 INFO O| Feb 10 21:30:17.860 INFO STEP 29 (remove_files) COMPLETE
96762026-02-10T21:30:17.936Z[ host-image] Feb 10 21:30:17.860 INFO O| Feb 10 21:30:17.860 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96772026-02-10T21:30:17.936Z[ host-image] Feb 10 21:30:17.872 INFO O| Feb 10 21:30:17.872 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
96782026-02-10T21:30:17.936Z[ host-image] Feb 10 21:30:17.873 INFO O| Feb 10 21:30:17.872 INFO STEP 30 (remove_files) COMPLETE
96792026-02-10T21:30:17.936Z[ host-image] Feb 10 21:30:17.873 INFO O| Feb 10 21:30:17.872 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96802026-02-10T21:30:17.961Z[ host-image] Feb 10 21:30:17.885 INFO O| Feb 10 21:30:17.885 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96812026-02-10T21:30:17.961Z[ host-image] Feb 10 21:30:17.885 INFO O| Feb 10 21:30:17.885 INFO STEP 31 (remove_files) COMPLETE
96822026-02-10T21:30:17.961Z[ host-image] Feb 10 21:30:17.885 INFO O| Feb 10 21:30:17.885 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96832026-02-10T21:30:17.961Z[ host-image] Feb 10 21:30:17.895 INFO O| Feb 10 21:30:17.895 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96842026-02-10T21:30:17.961Z[ host-image] Feb 10 21:30:17.896 INFO O| Feb 10 21:30:17.895 INFO STEP 32 (remove_files) COMPLETE
96852026-02-10T21:30:17.961Z[ host-image] Feb 10 21:30:17.896 INFO O| Feb 10 21:30:17.896 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96862026-02-10T21:30:17.986Z[ host-image] Feb 10 21:30:17.906 INFO O| Feb 10 21:30:17.906 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96872026-02-10T21:30:17.987Z[ host-image] Feb 10 21:30:17.906 INFO O| Feb 10 21:30:17.906 INFO STEP 33 (remove_files) COMPLETE
96882026-02-10T21:30:17.987Z[ host-image] Feb 10 21:30:17.906 INFO O| Feb 10 21:30:17.906 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96892026-02-10T21:30:17.987Z[ host-image] Feb 10 21:30:17.924 INFO O| Feb 10 21:30:17.924 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96902026-02-10T21:30:17.987Z[ host-image] Feb 10 21:30:17.925 INFO O| Feb 10 21:30:17.925 INFO STEP 34 (remove_files) COMPLETE
96912026-02-10T21:30:17.987Z[ host-image] Feb 10 21:30:17.925 INFO O| Feb 10 21:30:17.925 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96922026-02-10T21:30:18.013Z[ host-image] Feb 10 21:30:17.942 INFO O| Feb 10 21:30:17.941 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96932026-02-10T21:30:18.013Z[ host-image] Feb 10 21:30:17.942 INFO O| Feb 10 21:30:17.942 INFO STEP 35 (remove_files) COMPLETE
96942026-02-10T21:30:18.013Z[ host-image] Feb 10 21:30:17.942 INFO O| Feb 10 21:30:17.942 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96952026-02-10T21:30:18.040Z[ host-image] Feb 10 21:30:17.958 INFO O| Feb 10 21:30:17.958 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96962026-02-10T21:30:18.040Z[ host-image] Feb 10 21:30:17.959 INFO O| Feb 10 21:30:17.959 INFO STEP 36 (remove_files) COMPLETE
96972026-02-10T21:30:18.040Z[ host-image] Feb 10 21:30:17.959 INFO O| Feb 10 21:30:17.959 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96982026-02-10T21:30:18.040Z[ host-image] Feb 10 21:30:17.975 INFO O| Feb 10 21:30:17.975 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96992026-02-10T21:30:18.040Z[ host-image] Feb 10 21:30:17.975 INFO O| Feb 10 21:30:17.975 INFO STEP 37 (remove_files) COMPLETE
97002026-02-10T21:30:18.040Z[ host-image] Feb 10 21:30:17.975 INFO O| Feb 10 21:30:17.975 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97012026-02-10T21:30:18.064Z[ host-image] Feb 10 21:30:17.993 INFO O| Feb 10 21:30:17.993 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
97022026-02-10T21:30:18.064Z[ host-image] Feb 10 21:30:17.993 INFO O| Feb 10 21:30:17.993 INFO STEP 38 (remove_files) COMPLETE
97032026-02-10T21:30:18.064Z[ host-image] Feb 10 21:30:17.993 INFO O| Feb 10 21:30:17.993 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97042026-02-10T21:30:18.088Z[ host-image] Feb 10 21:30:18.013 INFO O| Feb 10 21:30:18.013 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
97052026-02-10T21:30:18.088Z[ host-image] Feb 10 21:30:18.014 INFO O| Feb 10 21:30:18.014 INFO STEP 39 (remove_files) COMPLETE
97062026-02-10T21:30:18.088Z[ host-image] Feb 10 21:30:18.014 INFO O| Feb 10 21:30:18.014 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97072026-02-10T21:30:18.112Z[ host-image] Feb 10 21:30:18.031 INFO O| Feb 10 21:30:18.031 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
97082026-02-10T21:30:18.112Z[ host-image] Feb 10 21:30:18.031 INFO O| Feb 10 21:30:18.031 INFO STEP 40 (remove_files) COMPLETE
97092026-02-10T21:30:18.112Z[ host-image] Feb 10 21:30:18.031 INFO O| Feb 10 21:30:18.031 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97102026-02-10T21:30:18.112Z[ host-image] Feb 10 21:30:18.045 INFO O| Feb 10 21:30:18.045 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
97112026-02-10T21:30:18.112Z[ host-image] Feb 10 21:30:18.045 INFO O| Feb 10 21:30:18.045 INFO STEP 41 (remove_files) COMPLETE
97122026-02-10T21:30:18.112Z[ host-image] Feb 10 21:30:18.045 INFO O| Feb 10 21:30:18.045 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97132026-02-10T21:30:18.137Z[ host-image] Feb 10 21:30:18.058 INFO O| Feb 10 21:30:18.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
97142026-02-10T21:30:18.137Z[ host-image] Feb 10 21:30:18.059 INFO O| Feb 10 21:30:18.058 INFO STEP 42 (remove_files) COMPLETE
97152026-02-10T21:30:18.137Z[ host-image] Feb 10 21:30:18.059 INFO O| Feb 10 21:30:18.058 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97162026-02-10T21:30:18.137Z[ host-image] Feb 10 21:30:18.076 INFO O| Feb 10 21:30:18.076 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
97172026-02-10T21:30:18.137Z[ host-image] Feb 10 21:30:18.076 INFO O| Feb 10 21:30:18.076 INFO STEP 43 (remove_files) COMPLETE
97182026-02-10T21:30:18.137Z[ host-image] Feb 10 21:30:18.076 INFO O| Feb 10 21:30:18.076 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97192026-02-10T21:30:18.195Z[ host-image] Feb 10 21:30:18.090 INFO O| Feb 10 21:30:18.090 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
97202026-02-10T21:30:18.195Z[ host-image] Feb 10 21:30:18.090 INFO O| Feb 10 21:30:18.090 INFO STEP 44 (remove_files) COMPLETE
97212026-02-10T21:30:18.195Z[ host-image] Feb 10 21:30:18.090 INFO O| Feb 10 21:30:18.090 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97222026-02-10T21:30:18.195Z[ host-image] Feb 10 21:30:18.104 INFO O| Feb 10 21:30:18.104 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
97232026-02-10T21:30:18.195Z[ host-image] Feb 10 21:30:18.104 INFO O| Feb 10 21:30:18.104 INFO STEP 45 (remove_files) COMPLETE
97242026-02-10T21:30:18.195Z[ host-image] Feb 10 21:30:18.104 INFO O| Feb 10 21:30:18.104 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97252026-02-10T21:30:18.195Z[ host-image] Feb 10 21:30:18.116 INFO O| Feb 10 21:30:18.115 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
97262026-02-10T21:30:18.195Z[ host-image] Feb 10 21:30:18.116 INFO O| Feb 10 21:30:18.116 INFO STEP 46 (remove_files) COMPLETE
97272026-02-10T21:30:18.195Z[ host-image] Feb 10 21:30:18.116 INFO O| Feb 10 21:30:18.116 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97282026-02-10T21:30:18.195Z[ host-image] Feb 10 21:30:18.128 INFO O| Feb 10 21:30:18.128 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
97292026-02-10T21:30:18.195Z[ host-image] Feb 10 21:30:18.129 INFO O| Feb 10 21:30:18.128 INFO STEP 47 (remove_files) COMPLETE
97302026-02-10T21:30:18.195Z[ host-image] Feb 10 21:30:18.129 INFO O| Feb 10 21:30:18.129 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97312026-02-10T21:30:18.221Z[ host-image] Feb 10 21:30:18.141 INFO O| Feb 10 21:30:18.140 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
97322026-02-10T21:30:18.222Z[ host-image] Feb 10 21:30:18.141 INFO O| Feb 10 21:30:18.141 INFO STEP 48 (remove_files) COMPLETE
97332026-02-10T21:30:18.222Z[ host-image] Feb 10 21:30:18.141 INFO O| Feb 10 21:30:18.141 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97342026-02-10T21:30:18.222Z[ host-image] Feb 10 21:30:18.153 INFO O| Feb 10 21:30:18.152 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
97352026-02-10T21:30:18.222Z[ host-image] Feb 10 21:30:18.153 INFO O| Feb 10 21:30:18.153 INFO STEP 49 (remove_files) COMPLETE
97362026-02-10T21:30:18.222Z[ host-image] Feb 10 21:30:18.153 INFO O| Feb 10 21:30:18.153 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97372026-02-10T21:30:18.246Z[ host-image] Feb 10 21:30:18.164 INFO O| Feb 10 21:30:18.164 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
97382026-02-10T21:30:18.246Z[ host-image] Feb 10 21:30:18.165 INFO O| Feb 10 21:30:18.165 INFO STEP 50 (remove_files) COMPLETE
97392026-02-10T21:30:18.246Z[ host-image] Feb 10 21:30:18.165 INFO O| Feb 10 21:30:18.165 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97402026-02-10T21:30:18.246Z[ host-image] Feb 10 21:30:18.181 INFO O| Feb 10 21:30:18.181 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
97412026-02-10T21:30:18.246Z[ host-image] Feb 10 21:30:18.182 INFO O| Feb 10 21:30:18.182 INFO STEP 51 (remove_files) COMPLETE
97422026-02-10T21:30:18.246Z[ host-image] Feb 10 21:30:18.182 INFO O| Feb 10 21:30:18.182 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97432026-02-10T21:30:18.270Z[ host-image] Feb 10 21:30:18.202 INFO O| Feb 10 21:30:18.202 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
97442026-02-10T21:30:18.270Z[ host-image] Feb 10 21:30:18.202 INFO O| Feb 10 21:30:18.202 INFO STEP 52 (remove_files) COMPLETE
97452026-02-10T21:30:18.270Z[ host-image] Feb 10 21:30:18.202 INFO O| Feb 10 21:30:18.202 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97462026-02-10T21:30:18.294Z[ host-image] Feb 10 21:30:18.213 INFO O| Feb 10 21:30:18.213 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
97472026-02-10T21:30:18.294Z[ host-image] Feb 10 21:30:18.214 INFO O| Feb 10 21:30:18.214 INFO STEP 53 (remove_files) COMPLETE
97482026-02-10T21:30:18.294Z[ host-image] Feb 10 21:30:18.214 INFO O| Feb 10 21:30:18.214 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97492026-02-10T21:30:18.294Z[ host-image] Feb 10 21:30:18.231 INFO O| Feb 10 21:30:18.231 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
97502026-02-10T21:30:18.294Z[ host-image] Feb 10 21:30:18.231 INFO O| Feb 10 21:30:18.231 INFO STEP 54 (remove_files) COMPLETE
97512026-02-10T21:30:18.295Z[ host-image] Feb 10 21:30:18.231 INFO O| Feb 10 21:30:18.231 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97522026-02-10T21:30:18.319Z[ host-image] Feb 10 21:30:18.243 INFO O| Feb 10 21:30:18.243 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
97532026-02-10T21:30:18.319Z[ host-image] Feb 10 21:30:18.243 INFO O| Feb 10 21:30:18.243 INFO STEP 55 (remove_files) COMPLETE
97542026-02-10T21:30:18.319Z[ host-image] Feb 10 21:30:18.243 INFO O| Feb 10 21:30:18.243 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97552026-02-10T21:30:18.344Z[ host-image] Feb 10 21:30:18.261 INFO O| Feb 10 21:30:18.261 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
97562026-02-10T21:30:18.344Z[ host-image] Feb 10 21:30:18.261 INFO O| Feb 10 21:30:18.261 INFO STEP 56 (remove_files) COMPLETE
97572026-02-10T21:30:18.344Z[ host-image] Feb 10 21:30:18.261 INFO O| Feb 10 21:30:18.261 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97582026-02-10T21:30:18.344Z[ host-image] Feb 10 21:30:18.277 INFO O| Feb 10 21:30:18.277 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
97592026-02-10T21:30:18.344Z[ host-image] Feb 10 21:30:18.277 INFO O| Feb 10 21:30:18.277 INFO STEP 57 (remove_files) COMPLETE
97602026-02-10T21:30:18.344Z[ host-image] Feb 10 21:30:18.277 INFO O| Feb 10 21:30:18.277 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97612026-02-10T21:30:18.371Z[ host-image] Feb 10 21:30:18.299 INFO O| Feb 10 21:30:18.299 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
97622026-02-10T21:30:18.371Z[ host-image] Feb 10 21:30:18.299 INFO O| Feb 10 21:30:18.299 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
97632026-02-10T21:30:18.371Z[ host-image] Feb 10 21:30:18.299 INFO O| Feb 10 21:30:18.299 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97642026-02-10T21:30:18.371Z[ host-image] Feb 10 21:30:18.299 INFO O| Feb 10 21:30:18.299 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97652026-02-10T21:30:18.371Z[ host-image] Feb 10 21:30:18.299 INFO O| Feb 10 21:30:18.299 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97662026-02-10T21:30:18.371Z[ host-image] Feb 10 21:30:18.299 INFO O| Feb 10 21:30:18.299 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97672026-02-10T21:30:18.371Z[ host-image] Feb 10 21:30:18.299 INFO O| Feb 10 21:30:18.299 INFO ok!
97682026-02-10T21:30:18.371Z[ host-image] Feb 10 21:30:18.299 INFO O| Feb 10 21:30:18.299 INFO STEP 58 (ensure_file) COMPLETE
97692026-02-10T21:30:18.372Z[ host-image] Feb 10 21:30:18.299 INFO O| Feb 10 21:30:18.299 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97702026-02-10T21:30:18.396Z[ host-image] Feb 10 21:30:18.318 INFO O| Feb 10 21:30:18.318 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
97712026-02-10T21:30:18.396Z[ host-image] Feb 10 21:30:18.318 INFO O| Feb 10 21:30:18.318 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
97722026-02-10T21:30:18.396Z[ host-image] Feb 10 21:30:18.318 INFO O| Feb 10 21:30:18.318 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97732026-02-10T21:30:18.396Z[ host-image] Feb 10 21:30:18.318 INFO O| Feb 10 21:30:18.318 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97742026-02-10T21:30:18.397Z[ host-image] Feb 10 21:30:18.318 INFO O| Feb 10 21:30:18.318 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97752026-02-10T21:30:18.397Z[ host-image] Feb 10 21:30:18.318 INFO O| Feb 10 21:30:18.318 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97762026-02-10T21:30:18.397Z[ host-image] Feb 10 21:30:18.318 INFO O| Feb 10 21:30:18.318 INFO ok!
97772026-02-10T21:30:18.397Z[ host-image] Feb 10 21:30:18.318 INFO O| Feb 10 21:30:18.318 INFO STEP 59 (ensure_file) COMPLETE
97782026-02-10T21:30:18.397Z[ host-image] Feb 10 21:30:18.318 INFO O| Feb 10 21:30:18.318 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97792026-02-10T21:30:18.397Z[ host-image] Feb 10 21:30:18.333 INFO O| Feb 10 21:30:18.333 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97802026-02-10T21:30:18.397Z[ host-image] Feb 10 21:30:18.333 INFO O| Feb 10 21:30:18.333 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97812026-02-10T21:30:18.397Z[ host-image] Feb 10 21:30:18.333 INFO O| Feb 10 21:30:18.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97822026-02-10T21:30:18.397Z[ host-image] Feb 10 21:30:18.333 INFO O| Feb 10 21:30:18.333 INFO ok!
97832026-02-10T21:30:18.397Z[ host-image] Feb 10 21:30:18.333 INFO O| Feb 10 21:30:18.333 INFO STEP 60 (ensure_file) COMPLETE
97842026-02-10T21:30:18.397Z[ host-image] Feb 10 21:30:18.333 INFO O| Feb 10 21:30:18.333 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97852026-02-10T21:30:18.422Z[ host-image] Feb 10 21:30:18.354 INFO O| Feb 10 21:30:18.353 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97862026-02-10T21:30:18.422Z[ host-image] Feb 10 21:30:18.354 INFO O| Feb 10 21:30:18.354 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97872026-02-10T21:30:18.422Z[ host-image] Feb 10 21:30:18.354 INFO O| Feb 10 21:30:18.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97882026-02-10T21:30:18.422Z[ host-image] Feb 10 21:30:18.354 INFO O| Feb 10 21:30:18.354 INFO ok!
97892026-02-10T21:30:18.422Z[ host-image] Feb 10 21:30:18.354 INFO O| Feb 10 21:30:18.354 INFO STEP 61 (ensure_file) COMPLETE
97902026-02-10T21:30:18.422Z[ host-image] Feb 10 21:30:18.354 INFO O| Feb 10 21:30:18.354 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97912026-02-10T21:30:18.446Z[ host-image] Feb 10 21:30:18.374 INFO O| Feb 10 21:30:18.374 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97922026-02-10T21:30:18.446Z[ host-image] Feb 10 21:30:18.374 INFO O| Feb 10 21:30:18.374 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97932026-02-10T21:30:18.447Z[ host-image] Feb 10 21:30:18.374 INFO O| Feb 10 21:30:18.374 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97942026-02-10T21:30:18.447Z[ host-image] Feb 10 21:30:18.374 INFO O| Feb 10 21:30:18.374 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97952026-02-10T21:30:18.447Z[ host-image] Feb 10 21:30:18.374 INFO O| Feb 10 21:30:18.374 INFO ok!
97962026-02-10T21:30:18.447Z[ host-image] Feb 10 21:30:18.374 INFO O| Feb 10 21:30:18.374 INFO STEP 62 (ensure_file) COMPLETE
97972026-02-10T21:30:18.447Z[ host-image] Feb 10 21:30:18.374 INFO O| Feb 10 21:30:18.374 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97982026-02-10T21:30:18.471Z[ host-image] Feb 10 21:30:18.389 INFO O| Feb 10 21:30:18.389 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97992026-02-10T21:30:18.471Z[ host-image] Feb 10 21:30:18.390 INFO O| Feb 10 21:30:18.389 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
98002026-02-10T21:30:18.471Z[ host-image] Feb 10 21:30:18.390 INFO O| Feb 10 21:30:18.390 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
98012026-02-10T21:30:18.471Z[ host-image] Feb 10 21:30:18.390 INFO O| Feb 10 21:30:18.390 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
98022026-02-10T21:30:18.471Z[ host-image] Feb 10 21:30:18.390 INFO O| Feb 10 21:30:18.390 INFO ok!
98032026-02-10T21:30:18.471Z[ host-image] Feb 10 21:30:18.390 INFO O| Feb 10 21:30:18.390 INFO STEP 63 (ensure_file) COMPLETE
98042026-02-10T21:30:18.471Z[ host-image] Feb 10 21:30:18.390 INFO O| Feb 10 21:30:18.390 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98052026-02-10T21:30:18.495Z[ host-image] Feb 10 21:30:18.410 INFO O| Feb 10 21:30:18.410 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
98062026-02-10T21:30:18.495Z[ host-image] Feb 10 21:30:18.411 INFO O| Feb 10 21:30:18.410 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
98072026-02-10T21:30:18.495Z[ host-image] Feb 10 21:30:18.411 INFO O| Feb 10 21:30:18.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
98082026-02-10T21:30:18.495Z[ host-image] Feb 10 21:30:18.411 INFO O| Feb 10 21:30:18.411 INFO ok!
98092026-02-10T21:30:18.495Z[ host-image] Feb 10 21:30:18.411 INFO O| Feb 10 21:30:18.411 INFO STEP 64 (assemble_files) COMPLETE
98102026-02-10T21:30:18.495Z[ host-image] Feb 10 21:30:18.411 INFO O| Feb 10 21:30:18.411 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98112026-02-10T21:30:18.495Z[ host-image] Feb 10 21:30:18.426 INFO O| Feb 10 21:30:18.426 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
98122026-02-10T21:30:18.495Z[ host-image] Feb 10 21:30:18.426 INFO O| Feb 10 21:30:18.426 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
98132026-02-10T21:30:18.495Z[ host-image] Feb 10 21:30:18.426 INFO O| Feb 10 21:30:18.426 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
98142026-02-10T21:30:18.496Z[ host-image] Feb 10 21:30:18.426 INFO O| Feb 10 21:30:18.426 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
98152026-02-10T21:30:18.496Z[ host-image] Feb 10 21:30:18.426 INFO O| Feb 10 21:30:18.426 INFO ok!
98162026-02-10T21:30:18.496Z[ host-image] Feb 10 21:30:18.426 INFO O| Feb 10 21:30:18.426 INFO STEP 65 (ensure_file) COMPLETE
98172026-02-10T21:30:18.496Z[ host-image] Feb 10 21:30:18.426 INFO O| Feb 10 21:30:18.426 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98182026-02-10T21:30:18.520Z[ host-image] Feb 10 21:30:18.448 INFO O| Feb 10 21:30:18.448 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
98192026-02-10T21:30:18.520Z[ host-image] Feb 10 21:30:18.448 INFO O| Feb 10 21:30:18.448 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
98202026-02-10T21:30:18.520Z[ host-image] Feb 10 21:30:18.448 INFO O| Feb 10 21:30:18.448 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
98212026-02-10T21:30:18.520Z[ host-image] Feb 10 21:30:18.448 INFO O| Feb 10 21:30:18.448 INFO STEP 66 (ensure_dir) COMPLETE
98222026-02-10T21:30:18.520Z[ host-image] Feb 10 21:30:18.448 INFO O| Feb 10 21:30:18.448 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98232026-02-10T21:30:18.544Z[ host-image] Feb 10 21:30:18.466 INFO O| Feb 10 21:30:18.465 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
98242026-02-10T21:30:18.544Z[ host-image] Feb 10 21:30:18.466 INFO O| Feb 10 21:30:18.466 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 ...
98252026-02-10T21:30:18.544Z[ host-image] Feb 10 21:30:18.479 INFO O| Feb 10 21:30:18.479 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
98262026-02-10T21:30:18.544Z[ host-image] Feb 10 21:30:18.479 INFO O| Feb 10 21:30:18.479 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
98272026-02-10T21:30:18.544Z[ host-image] Feb 10 21:30:18.479 INFO O| Feb 10 21:30:18.479 INFO ok!
98282026-02-10T21:30:18.544Z[ host-image] Feb 10 21:30:18.479 INFO O| Feb 10 21:30:18.479 INFO STEP 67 (ensure_file) COMPLETE
98292026-02-10T21:30:18.544Z[ host-image] Feb 10 21:30:18.479 INFO O| Feb 10 21:30:18.479 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98302026-02-10T21:30:18.569Z[ host-image] Feb 10 21:30:18.494 INFO O| Feb 10 21:30:18.494 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
98312026-02-10T21:30:18.569Z[ host-image] Feb 10 21:30:18.494 INFO O| Feb 10 21:30:18.494 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 ...
98322026-02-10T21:30:18.569Z[ host-image] Feb 10 21:30:18.494 INFO O| Feb 10 21:30:18.494 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
98332026-02-10T21:30:18.569Z[ host-image] Feb 10 21:30:18.494 INFO O| Feb 10 21:30:18.494 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
98342026-02-10T21:30:18.569Z[ host-image] Feb 10 21:30:18.494 INFO O| Feb 10 21:30:18.494 INFO ok!
98352026-02-10T21:30:18.569Z[ host-image] Feb 10 21:30:18.494 INFO O| Feb 10 21:30:18.494 INFO STEP 68 (ensure_file) COMPLETE
98362026-02-10T21:30:18.569Z[ host-image] Feb 10 21:30:18.494 INFO O| Feb 10 21:30:18.494 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98372026-02-10T21:30:18.593Z[ host-image] Feb 10 21:30:18.513 INFO O| Feb 10 21:30:18.513 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
98382026-02-10T21:30:18.593Z[ host-image] Feb 10 21:30:18.513 INFO O| Feb 10 21:30:18.513 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
98392026-02-10T21:30:21.911Z[ host-image] Feb 10 21:30:21.844 INFO O| Feb 10 21:30:21.843 INFO STEP 69 (pack_tar) COMPLETE
98402026-02-10T21:30:21.911Z[ host-image] Feb 10 21:30:21.844 INFO O| Feb 10 21:30:21.844 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
98412026-02-10T21:30:21.911Z[ host-image] Feb 10 21:30:21.844 INFO O| Feb 10 21:30:21.844 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
98422026-02-10T21:30:22.064Z[ host-image] Feb 10 21:30:21.998 INFO O| Feb 10 21:30:21.998 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98432026-02-10T21:30:22.139Z[ host-image] Feb 10 21:30:22.079 INFO O| Feb 10 21:30:22.079 INFO completed processing sled/ramdisk-02-trim
98442026-02-10T21:30:22.163Z[ host-image] Feb 10 21:30:22.083 INFO image builder template: zfs...
98452026-02-10T21:30:22.163Z[ host-image] Feb 10 21:30:22.083 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/.tmpl7VXyn/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "zfs"], pwd: None
98462026-02-10T21:30:22.187Z[ host-image] Feb 10 21:30:22.107 INFO O| Feb 10 21:30:22.106 INFO skip include "stress" because feature "stress" is not enabled
98472026-02-10T21:30:22.188Z[ host-image] Feb 10 21:30:22.107 INFO O| Feb 10 21:30:22.106 INFO skip include "stress" because feature "compliance" is not enabled
98482026-02-10T21:30:22.219Z[ host-image] Feb 10 21:30:22.158 INFO O| Feb 10 21:30:22.158 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
98492026-02-10T21:30:22.243Z[ host-image] Feb 10 21:30:22.164 INFO O| Feb 10 21:30:22.164 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
98502026-02-10T21:30:22.277Z[ host-image] Feb 10 21:30:22.217 INFO O| Feb 10 21:30:22.216 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
98512026-02-10T21:30:22.313Z[ host-image] Feb 10 21:30:22.253 INFO O| Feb 10 21:30:22.252 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
98522026-02-10T21:30:22.337Z[ host-image] Feb 10 21:30:22.253 INFO O| Feb 10 21:30:22.253 INFO work dataset: rpool/images/build/host/work/sled/zfs
98532026-02-10T21:30:22.337Z[ host-image] Feb 10 21:30:22.260 INFO O| Feb 10 21:30:22.260 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
98542026-02-10T21:30:22.361Z[ host-image] Feb 10 21:30:22.296 INFO O| Feb 10 21:30:22.296 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
98552026-02-10T21:30:22.386Z[ host-image] Feb 10 21:30:22.324 INFO O| Feb 10 21:30:22.324 INFO DESTROY POOL: TEMPORARY-sled-zfs
98562026-02-10T21:30:22.410Z[ host-image] Feb 10 21:30:22.340 INFO O| Feb 10 21:30:22.339 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
98572026-02-10T21:30:22.410Z[ host-image] Feb 10 21:30:22.348 INFO O| Feb 10 21:30:22.348 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
98582026-02-10T21:30:22.410Z[ host-image] Feb 10 21:30:22.348 INFO O| Feb 10 21:30:22.348 INFO no lofi found
98592026-02-10T21:30:22.410Z[ host-image] Feb 10 21:30:22.348 INFO O| Feb 10 21:30:22.348 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
98602026-02-10T21:30:22.410Z[ host-image] Feb 10 21:30:22.348 INFO O| Feb 10 21:30:22.348 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
98612026-02-10T21:30:24.064Z[ host-image] Feb 10 21:30:24.002 INFO O| Feb 10 21:30:24.002 INFO lofi device = /dev/dsk/c3t1d0p0
98622026-02-10T21:30:24.064Z[ host-image] Feb 10 21:30:24.003 INFO O| Feb 10 21:30:24.002 INFO pool device = /dev/dsk/c3t1d0p0
98632026-02-10T21:30:24.091Z[ host-image] Feb 10 21:30:24.003 INFO O| Feb 10 21:30:24.003 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"]
98642026-02-10T21:30:24.184Z[ host-image] Feb 10 21:30:24.124 INFO O| Feb 10 21:30:24.124 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98652026-02-10T21:30:24.184Z[ host-image] Feb 10 21:30:24.124 INFO O| Feb 10 21:30:24.124 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
98662026-02-10T21:30:24.213Z[ host-image] Feb 10 21:30:24.153 INFO O| Feb 10 21:30:24.153 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
98672026-02-10T21:30:24.297Z[ host-image] Feb 10 21:30:24.237 INFO O| Feb 10 21:30:24.237 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
98682026-02-10T21:30:24.342Z[ host-image] Feb 10 21:30:24.282 INFO O| Feb 10 21:30:24.282 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
98692026-02-10T21:30:24.367Z[ host-image] Feb 10 21:30:24.306 INFO O| Feb 10 21:30:24.305 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
98702026-02-10T21:30:24.391Z[ host-image] Feb 10 21:30:24.327 INFO O| Feb 10 21:30:24.326 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
98712026-02-10T21:30:24.444Z[ host-image] Feb 10 21:30:24.384 INFO O| Feb 10 21:30:24.384 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
98722026-02-10T21:30:24.469Z[ host-image] Feb 10 21:30:24.384 INFO O| Feb 10 21:30:24.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
98732026-02-10T21:30:24.469Z[ host-image] Feb 10 21:30:24.384 INFO O| Feb 10 21:30:24.384 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
98742026-02-10T21:30:24.469Z[ host-image] Feb 10 21:30:24.400 INFO O| Feb 10 21:30:24.400 INFO boot environment UUID: 3f1ee5a9-7483-4200-b47e-01a617e04f17
98752026-02-10T21:30:24.469Z[ host-image] Feb 10 21:30:24.400 INFO O| Feb 10 21:30:24.400 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3f1ee5a9-7483-4200-b47e-01a617e04f17
98762026-02-10T21:30:24.493Z[ host-image] Feb 10 21:30:24.419 INFO O| Feb 10 21:30:24.419 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
98772026-02-10T21:30:24.518Z[ host-image] Feb 10 21:30:24.439 INFO O| Feb 10 21:30:24.438 INFO STEP 0 (create_be) COMPLETE
98782026-02-10T21:30:24.518Z[ host-image] Feb 10 21:30:24.439 INFO O| Feb 10 21:30:24.438 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98792026-02-10T21:30:24.542Z[ host-image] Feb 10 21:30:24.458 INFO O| Feb 10 21:30:24.458 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98802026-02-10T21:30:46.874Z[ host-image] Feb 10 21:30:46.816 INFO O| Feb 10 21:30:46.816 INFO STEP 1 (unpack_tar) COMPLETE
98812026-02-10T21:30:46.874Z[ host-image] Feb 10 21:30:46.816 INFO O| Feb 10 21:30:46.816 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98822026-02-10T21:30:46.900Z[ host-image] Feb 10 21:30:46.837 INFO O| Feb 10 21:30:46.837 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98832026-02-10T21:30:47.266Z[ host-image] Feb 10 21:30:47.209 INFO O| Feb 10 21:30:47.209 INFO STEP 2 (devfsadm) COMPLETE
98842026-02-10T21:30:47.267Z[ host-image] Feb 10 21:30:47.209 INFO O| Feb 10 21:30:47.209 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98852026-02-10T21:30:47.291Z[ host-image] Feb 10 21:30:47.224 INFO O| Feb 10 21:30:47.223 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98862026-02-10T21:30:47.291Z[ host-image] Feb 10 21:30:47.224 INFO O| Feb 10 21:30:47.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98872026-02-10T21:30:47.291Z[ host-image] Feb 10 21:30:47.224 INFO O| Feb 10 21:30:47.224 INFO STEP 3 (ensure_dir) COMPLETE
98882026-02-10T21:30:47.291Z[ host-image] Feb 10 21:30:47.224 INFO O| Feb 10 21:30:47.224 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98892026-02-10T21:30:47.315Z[ host-image] Feb 10 21:30:47.242 INFO O| Feb 10 21:30:47.242 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98902026-02-10T21:30:47.315Z[ host-image] Feb 10 21:30:47.242 INFO O| Feb 10 21:30:47.242 INFO STEP 4 (ensure_dir) COMPLETE
98912026-02-10T21:30:47.315Z[ host-image] Feb 10 21:30:47.242 INFO O| Feb 10 21:30:47.242 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98922026-02-10T21:30:47.315Z[ host-image] Feb 10 21:30:47.255 INFO O| Feb 10 21:30:47.255 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98932026-02-10T21:30:47.315Z[ host-image] Feb 10 21:30:47.255 INFO O| Feb 10 21:30:47.255 INFO STEP 5 (ensure_dir) COMPLETE
98942026-02-10T21:30:47.315Z[ host-image] Feb 10 21:30:47.255 INFO O| Feb 10 21:30:47.255 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98952026-02-10T21:30:47.340Z[ host-image] Feb 10 21:30:47.271 INFO O| Feb 10 21:30:47.271 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98962026-02-10T21:30:47.340Z[ host-image] Feb 10 21:30:47.271 INFO O| Feb 10 21:30:47.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98972026-02-10T21:30:47.340Z[ host-image] Feb 10 21:30:47.272 INFO O| Feb 10 21:30:47.271 INFO STEP 6 (ensure_dir) COMPLETE
98982026-02-10T21:30:47.340Z[ host-image] Feb 10 21:30:47.272 INFO O| Feb 10 21:30:47.271 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98992026-02-10T21:30:47.365Z[ host-image] Feb 10 21:30:47.292 INFO O| Feb 10 21:30:47.292 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99002026-02-10T21:30:47.365Z[ host-image] Feb 10 21:30:47.292 INFO O| Feb 10 21:30:47.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99012026-02-10T21:30:47.365Z[ host-image] Feb 10 21:30:47.292 INFO O| Feb 10 21:30:47.292 INFO STEP 7 (ensure_dir) COMPLETE
99022026-02-10T21:30:47.365Z[ host-image] Feb 10 21:30:47.292 INFO O| Feb 10 21:30:47.292 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99032026-02-10T21:30:47.365Z[ host-image] Feb 10 21:30:47.303 INFO O| Feb 10 21:30:47.303 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
99042026-02-10T21:30:47.365Z[ host-image] Feb 10 21:30:47.304 INFO O| Feb 10 21:30:47.304 INFO STEP 8 (remove_files) COMPLETE
99052026-02-10T21:30:47.365Z[ host-image] Feb 10 21:30:47.304 INFO O| Feb 10 21:30:47.304 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99062026-02-10T21:30:47.389Z[ host-image] Feb 10 21:30:47.319 INFO O| Feb 10 21:30:47.319 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
99072026-02-10T21:30:47.389Z[ host-image] Feb 10 21:30:47.322 INFO O| Feb 10 21:30:47.321 INFO STEP 9 (remove_files) COMPLETE
99082026-02-10T21:30:47.389Z[ host-image] Feb 10 21:30:47.322 INFO O| Feb 10 21:30:47.321 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99092026-02-10T21:30:47.413Z[ host-image] Feb 10 21:30:47.342 INFO O| Feb 10 21:30:47.341 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
99102026-02-10T21:30:47.413Z[ host-image] Feb 10 21:30:47.343 INFO O| Feb 10 21:30:47.343 INFO STEP 10 (remove_files) COMPLETE
99112026-02-10T21:30:47.413Z[ host-image] Feb 10 21:30:47.343 INFO O| Feb 10 21:30:47.343 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99122026-02-10T21:30:47.437Z[ host-image] Feb 10 21:30:47.360 INFO O| Feb 10 21:30:47.360 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
99132026-02-10T21:30:47.437Z[ host-image] Feb 10 21:30:47.360 INFO O| Feb 10 21:30:47.360 INFO STEP 11 (remove_files) COMPLETE
99142026-02-10T21:30:47.437Z[ host-image] Feb 10 21:30:47.360 INFO O| Feb 10 21:30:47.360 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99152026-02-10T21:30:47.438Z[ host-image] Feb 10 21:30:47.379 INFO O| Feb 10 21:30:47.378 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
99162026-02-10T21:30:47.438Z[ host-image] Feb 10 21:30:47.379 INFO O| Feb 10 21:30:47.379 INFO STEP 12 (remove_files) COMPLETE
99172026-02-10T21:30:47.438Z[ host-image] Feb 10 21:30:47.379 INFO O| Feb 10 21:30:47.379 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99182026-02-10T21:30:47.462Z[ host-image] Feb 10 21:30:47.394 INFO O| Feb 10 21:30:47.394 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
99192026-02-10T21:30:47.462Z[ host-image] Feb 10 21:30:47.395 INFO O| Feb 10 21:30:47.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
99202026-02-10T21:30:47.462Z[ host-image] Feb 10 21:30:47.395 INFO O| Feb 10 21:30:47.394 INFO STEP 13 (ensure_dir) COMPLETE
99212026-02-10T21:30:47.462Z[ host-image] Feb 10 21:30:47.395 INFO O| Feb 10 21:30:47.394 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99222026-02-10T21:30:47.487Z[ host-image] Feb 10 21:30:47.414 INFO O| Feb 10 21:30:47.414 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
99232026-02-10T21:30:47.487Z[ host-image] Feb 10 21:30:47.414 INFO O| Feb 10 21:30:47.414 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
99242026-02-10T21:30:47.487Z[ host-image] Feb 10 21:30:47.415 INFO O| Feb 10 21:30:47.414 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
99252026-02-10T21:30:47.487Z[ host-image] Feb 10 21:30:47.415 INFO O| Feb 10 21:30:47.415 INFO STEP 14 (ensure_dir) COMPLETE
99262026-02-10T21:30:47.487Z[ host-image] Feb 10 21:30:47.415 INFO O| Feb 10 21:30:47.415 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99272026-02-10T21:30:47.511Z[ host-image] Feb 10 21:30:47.435 INFO O| Feb 10 21:30:47.435 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99282026-02-10T21:30:47.511Z[ host-image] Feb 10 21:30:47.435 INFO O| Feb 10 21:30:47.435 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99292026-02-10T21:30:47.511Z[ host-image] Feb 10 21:30:47.435 INFO O| Feb 10 21:30:47.435 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99302026-02-10T21:30:47.511Z[ host-image] Feb 10 21:30:47.435 INFO O| Feb 10 21:30:47.435 INFO STEP 15 (ensure_dir) COMPLETE
99312026-02-10T21:30:47.511Z[ host-image] Feb 10 21:30:47.435 INFO O| Feb 10 21:30:47.435 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99322026-02-10T21:30:47.511Z[ host-image] Feb 10 21:30:47.452 INFO O| Feb 10 21:30:47.452 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99332026-02-10T21:30:47.511Z[ host-image] Feb 10 21:30:47.452 INFO O| Feb 10 21:30:47.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99342026-02-10T21:30:47.511Z[ host-image] Feb 10 21:30:47.452 INFO O| Feb 10 21:30:47.452 INFO STEP 16 (ensure_dir) COMPLETE
99352026-02-10T21:30:47.511Z[ host-image] Feb 10 21:30:47.452 INFO O| Feb 10 21:30:47.452 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99362026-02-10T21:30:47.536Z[ host-image] Feb 10 21:30:47.465 INFO O| Feb 10 21:30:47.465 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99372026-02-10T21:30:47.536Z[ host-image] Feb 10 21:30:47.465 INFO O| Feb 10 21:30:47.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99382026-02-10T21:30:47.536Z[ host-image] Feb 10 21:30:47.465 INFO O| Feb 10 21:30:47.465 INFO STEP 17 (ensure_dir) COMPLETE
99392026-02-10T21:30:47.536Z[ host-image] Feb 10 21:30:47.465 INFO O| Feb 10 21:30:47.465 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99402026-02-10T21:30:47.536Z[ host-image] Feb 10 21:30:47.477 INFO O| Feb 10 21:30:47.477 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
99412026-02-10T21:30:47.536Z[ host-image] Feb 10 21:30:47.477 INFO O| Feb 10 21:30:47.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
99422026-02-10T21:30:47.536Z[ host-image] Feb 10 21:30:47.477 INFO O| Feb 10 21:30:47.477 INFO ok!
99432026-02-10T21:30:47.536Z[ host-image] Feb 10 21:30:47.477 INFO O| Feb 10 21:30:47.477 INFO STEP 18 (ensure_symlink) COMPLETE
99442026-02-10T21:30:47.536Z[ host-image] Feb 10 21:30:47.477 INFO O| Feb 10 21:30:47.477 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99452026-02-10T21:30:47.561Z[ host-image] Feb 10 21:30:47.488 INFO O| Feb 10 21:30:47.488 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
99462026-02-10T21:30:47.561Z[ host-image] Feb 10 21:30:47.488 INFO O| Feb 10 21:30:47.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
99472026-02-10T21:30:47.561Z[ host-image] Feb 10 21:30:47.488 INFO O| Feb 10 21:30:47.488 INFO ok!
99482026-02-10T21:30:47.561Z[ host-image] Feb 10 21:30:47.488 INFO O| Feb 10 21:30:47.488 INFO STEP 19 (ensure_file) COMPLETE
99492026-02-10T21:30:47.561Z[ host-image] Feb 10 21:30:47.488 INFO O| Feb 10 21:30:47.488 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99502026-02-10T21:30:47.561Z[ host-image] Feb 10 21:30:47.499 INFO O| Feb 10 21:30:47.499 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
99512026-02-10T21:30:47.561Z[ host-image] Feb 10 21:30:47.499 INFO O| Feb 10 21:30:47.499 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
99522026-02-10T21:30:47.561Z[ host-image] Feb 10 21:30:47.499 INFO O| Feb 10 21:30:47.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
99532026-02-10T21:30:47.561Z[ host-image] Feb 10 21:30:47.500 INFO O| Feb 10 21:30:47.499 INFO ok!
99542026-02-10T21:30:47.561Z[ host-image] Feb 10 21:30:47.500 INFO O| Feb 10 21:30:47.499 INFO STEP 20 (ensure_symlink) COMPLETE
99552026-02-10T21:30:47.561Z[ host-image] Feb 10 21:30:47.500 INFO O| Feb 10 21:30:47.499 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99562026-02-10T21:30:47.587Z[ host-image] Feb 10 21:30:47.511 INFO O| Feb 10 21:30:47.511 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
99572026-02-10T21:30:47.587Z[ host-image] Feb 10 21:30:47.511 INFO O| Feb 10 21:30:47.511 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
99582026-02-10T21:30:47.587Z[ host-image] Feb 10 21:30:47.511 INFO O| Feb 10 21:30:47.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
99592026-02-10T21:30:47.587Z[ host-image] Feb 10 21:30:47.511 INFO O| Feb 10 21:30:47.511 INFO ok!
99602026-02-10T21:30:47.587Z[ host-image] Feb 10 21:30:47.511 INFO O| Feb 10 21:30:47.511 INFO STEP 21 (ensure_symlink) COMPLETE
99612026-02-10T21:30:47.587Z[ host-image] Feb 10 21:30:47.511 INFO O| Feb 10 21:30:47.511 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99622026-02-10T21:30:47.587Z[ host-image] Feb 10 21:30:47.522 INFO O| Feb 10 21:30:47.522 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
99632026-02-10T21:30:47.587Z[ host-image] Feb 10 21:30:47.522 INFO O| Feb 10 21:30:47.522 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
99642026-02-10T21:30:47.587Z[ host-image] Feb 10 21:30:47.522 INFO O| Feb 10 21:30:47.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
99652026-02-10T21:30:47.587Z[ host-image] Feb 10 21:30:47.522 INFO O| Feb 10 21:30:47.522 INFO ok!
99662026-02-10T21:30:47.587Z[ host-image] Feb 10 21:30:47.522 INFO O| Feb 10 21:30:47.522 INFO STEP 22 (ensure_symlink) COMPLETE
99672026-02-10T21:30:47.587Z[ host-image] Feb 10 21:30:47.522 INFO O| Feb 10 21:30:47.522 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99682026-02-10T21:30:47.611Z[ host-image] Feb 10 21:30:47.534 INFO O| Feb 10 21:30:47.534 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99692026-02-10T21:30:47.611Z[ host-image] Feb 10 21:30:47.534 INFO O| Feb 10 21:30:47.534 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99702026-02-10T21:30:47.611Z[ host-image] Feb 10 21:30:47.534 INFO O| Feb 10 21:30:47.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99712026-02-10T21:30:47.611Z[ host-image] Feb 10 21:30:47.534 INFO O| Feb 10 21:30:47.534 INFO ok!
99722026-02-10T21:30:47.611Z[ host-image] Feb 10 21:30:47.534 INFO O| Feb 10 21:30:47.534 INFO STEP 23 (ensure_symlink) COMPLETE
99732026-02-10T21:30:47.612Z[ host-image] Feb 10 21:30:47.534 INFO O| Feb 10 21:30:47.534 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99742026-02-10T21:30:47.612Z[ host-image] Feb 10 21:30:47.546 INFO O| Feb 10 21:30:47.546 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99752026-02-10T21:30:47.612Z[ host-image] Feb 10 21:30:47.546 INFO O| Feb 10 21:30:47.546 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99762026-02-10T21:30:47.612Z[ host-image] Feb 10 21:30:47.546 INFO O| Feb 10 21:30:47.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99772026-02-10T21:30:47.612Z[ host-image] Feb 10 21:30:47.546 INFO O| Feb 10 21:30:47.546 INFO ok!
99782026-02-10T21:30:47.612Z[ host-image] Feb 10 21:30:47.546 INFO O| Feb 10 21:30:47.546 INFO STEP 24 (ensure_file) COMPLETE
99792026-02-10T21:30:47.612Z[ host-image] Feb 10 21:30:47.546 INFO O| Feb 10 21:30:47.546 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99802026-02-10T21:30:47.636Z[ host-image] Feb 10 21:30:47.557 INFO O| Feb 10 21:30:47.557 INFO updating shadow file
99812026-02-10T21:30:47.636Z[ host-image] Feb 10 21:30:47.557 INFO O| Feb 10 21:30:47.557 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99822026-02-10T21:30:47.636Z[ host-image] Feb 10 21:30:47.557 INFO O| Feb 10 21:30:47.557 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99832026-02-10T21:30:47.636Z[ host-image] Feb 10 21:30:47.557 INFO O| Feb 10 21:30:47.557 INFO STEP 25 (shadow) COMPLETE
99842026-02-10T21:30:47.636Z[ host-image] Feb 10 21:30:47.557 INFO O| Feb 10 21:30:47.557 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99852026-02-10T21:30:47.636Z[ host-image] Feb 10 21:30:47.575 INFO O| Feb 10 21:30:47.574 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99862026-02-10T21:30:47.637Z[ host-image] Feb 10 21:30:47.575 INFO O| Feb 10 21:30:47.575 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99872026-02-10T21:30:47.637Z[ host-image] Feb 10 21:30:47.575 INFO O| Feb 10 21:30:47.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99882026-02-10T21:30:47.637Z[ host-image] Feb 10 21:30:47.575 INFO O| Feb 10 21:30:47.575 INFO ok!
99892026-02-10T21:30:47.637Z[ host-image] Feb 10 21:30:47.575 INFO O| Feb 10 21:30:47.575 INFO STEP 26 (ensure_file) COMPLETE
99902026-02-10T21:30:47.637Z[ host-image] Feb 10 21:30:47.575 INFO O| Feb 10 21:30:47.575 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99912026-02-10T21:30:47.661Z[ host-image] Feb 10 21:30:47.597 INFO O| Feb 10 21:30:47.597 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99922026-02-10T21:30:47.661Z[ host-image] Feb 10 21:30:47.597 INFO O| Feb 10 21:30:47.597 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99932026-02-10T21:30:47.662Z[ host-image] Feb 10 21:30:47.597 INFO O| Feb 10 21:30:47.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99942026-02-10T21:30:47.662Z[ host-image] Feb 10 21:30:47.597 INFO O| Feb 10 21:30:47.597 INFO ok!
99952026-02-10T21:30:47.662Z[ host-image] Feb 10 21:30:47.597 INFO O| Feb 10 21:30:47.597 INFO STEP 27 (ensure_file) COMPLETE
99962026-02-10T21:30:47.662Z[ host-image] Feb 10 21:30:47.597 INFO O| Feb 10 21:30:47.597 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99972026-02-10T21:30:47.687Z[ host-image] Feb 10 21:30:47.614 INFO O| Feb 10 21:30:47.614 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99982026-02-10T21:30:47.687Z[ host-image] Feb 10 21:30:47.614 INFO O| Feb 10 21:30:47.614 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99992026-02-10T21:30:47.687Z[ host-image] Feb 10 21:30:47.614 INFO O| Feb 10 21:30:47.614 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
100002026-02-10T21:30:47.687Z[ host-image] Feb 10 21:30:47.614 INFO O| Feb 10 21:30:47.614 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
100012026-02-10T21:30:47.687Z[ host-image] Feb 10 21:30:47.614 INFO O| Feb 10 21:30:47.614 INFO ok!
100022026-02-10T21:30:47.687Z[ host-image] Feb 10 21:30:47.614 INFO O| Feb 10 21:30:47.614 INFO STEP 28 (ensure_file) COMPLETE
100032026-02-10T21:30:47.687Z[ host-image] Feb 10 21:30:47.614 INFO O| Feb 10 21:30:47.614 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100042026-02-10T21:30:47.711Z[ host-image] Feb 10 21:30:47.631 INFO O| Feb 10 21:30:47.631 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
100052026-02-10T21:30:47.711Z[ host-image] Feb 10 21:30:47.631 INFO O| Feb 10 21:30:47.631 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
100062026-02-10T21:30:47.711Z[ host-image] Feb 10 21:30:47.632 INFO O| Feb 10 21:30:47.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
100072026-02-10T21:30:47.711Z[ host-image] Feb 10 21:30:47.632 INFO O| Feb 10 21:30:47.632 INFO ok!
100082026-02-10T21:30:47.711Z[ host-image] Feb 10 21:30:47.632 INFO O| Feb 10 21:30:47.632 INFO STEP 29 (ensure_file) COMPLETE
100092026-02-10T21:30:47.711Z[ host-image] Feb 10 21:30:47.632 INFO O| Feb 10 21:30:47.632 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
100102026-02-10T21:30:47.711Z[ host-image] Feb 10 21:30:47.643 INFO O| Feb 10 21:30:47.643 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
100112026-02-10T21:30:47.711Z[ host-image] Feb 10 21:30:47.643 INFO O| Feb 10 21:30:47.643 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
100122026-02-10T21:30:47.711Z[ host-image] Feb 10 21:30:47.643 INFO O| Feb 10 21:30:47.643 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
100132026-02-10T21:30:47.711Z[ host-image] Feb 10 21:30:47.643 INFO O| Feb 10 21:30:47.643 INFO STEP 30 (ensure_dir) COMPLETE
100142026-02-10T21:30:47.711Z[ host-image] Feb 10 21:30:47.643 INFO O| Feb 10 21:30:47.643 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100152026-02-10T21:30:47.736Z[ host-image] Feb 10 21:30:47.655 INFO O| Feb 10 21:30:47.655 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
100162026-02-10T21:30:47.736Z[ host-image] Feb 10 21:30:47.655 INFO O| Feb 10 21:30:47.655 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
100172026-02-10T21:30:47.736Z[ host-image] Feb 10 21:30:47.655 INFO O| Feb 10 21:30:47.655 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
100182026-02-10T21:30:47.736Z[ host-image] Feb 10 21:30:47.655 INFO O| Feb 10 21:30:47.655 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
100192026-02-10T21:30:47.736Z[ host-image] Feb 10 21:30:47.655 INFO O| Feb 10 21:30:47.655 INFO ok!
100202026-02-10T21:30:47.736Z[ host-image] Feb 10 21:30:47.655 INFO O| Feb 10 21:30:47.655 INFO STEP 31 (ensure_file) COMPLETE
100212026-02-10T21:30:47.736Z[ host-image] Feb 10 21:30:47.655 INFO O| Feb 10 21:30:47.655 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
100222026-02-10T21:30:47.761Z[ host-image] Feb 10 21:30:47.678 INFO O| Feb 10 21:30:47.678 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
100232026-02-10T21:30:47.761Z[ host-image] Feb 10 21:30:47.679 INFO O| Feb 10 21:30:47.678 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
100242026-02-10T21:30:47.761Z[ host-image] Feb 10 21:30:47.679 INFO O| Feb 10 21:30:47.679 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
100252026-02-10T21:30:47.761Z[ host-image] Feb 10 21:30:47.679 INFO O| Feb 10 21:30:47.679 INFO STEP 32 (ensure_dir) COMPLETE
100262026-02-10T21:30:47.761Z[ host-image] Feb 10 21:30:47.679 INFO O| Feb 10 21:30:47.679 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100272026-02-10T21:30:47.761Z[ host-image] Feb 10 21:30:47.696 INFO O| Feb 10 21:30:47.696 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
100282026-02-10T21:30:47.761Z[ host-image] Feb 10 21:30:47.697 INFO O| Feb 10 21:30:47.696 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 ...
100292026-02-10T21:30:47.761Z[ host-image] Feb 10 21:30:47.697 INFO O| Feb 10 21:30:47.697 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
100302026-02-10T21:30:47.761Z[ host-image] Feb 10 21:30:47.697 INFO O| Feb 10 21:30:47.697 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
100312026-02-10T21:30:47.761Z[ host-image] Feb 10 21:30:47.697 INFO O| Feb 10 21:30:47.697 INFO ok!
100322026-02-10T21:30:47.761Z[ host-image] Feb 10 21:30:47.697 INFO O| Feb 10 21:30:47.697 INFO STEP 33 (ensure_file) COMPLETE
100332026-02-10T21:30:47.761Z[ host-image] Feb 10 21:30:47.697 INFO O| Feb 10 21:30:47.697 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100342026-02-10T21:30:47.785Z[ host-image] Feb 10 21:30:47.718 INFO O| Feb 10 21:30:47.718 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
100352026-02-10T21:30:47.785Z[ host-image] Feb 10 21:30:47.718 INFO O| Feb 10 21:30:47.718 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
100362026-02-10T21:30:47.785Z[ host-image] Feb 10 21:30:47.718 INFO O| Feb 10 21:30:47.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
100372026-02-10T21:30:47.785Z[ host-image] Feb 10 21:30:47.718 INFO O| Feb 10 21:30:47.718 INFO ok!
100382026-02-10T21:30:47.785Z[ host-image] Feb 10 21:30:47.718 INFO O| Feb 10 21:30:47.718 INFO STEP 34 (ensure_file) COMPLETE
100392026-02-10T21:30:47.785Z[ host-image] Feb 10 21:30:47.718 INFO O| Feb 10 21:30:47.718 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100402026-02-10T21:30:47.810Z[ host-image] Feb 10 21:30:47.745 INFO O| Feb 10 21:30:47.745 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
100412026-02-10T21:30:47.810Z[ host-image] Feb 10 21:30:47.745 INFO O| Feb 10 21:30:47.745 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
100422026-02-10T21:30:47.810Z[ host-image] Feb 10 21:30:47.745 INFO O| Feb 10 21:30:47.745 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100432026-02-10T21:30:47.810Z[ host-image] Feb 10 21:30:47.745 INFO O| Feb 10 21:30:47.745 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100442026-02-10T21:30:47.810Z[ host-image] Feb 10 21:30:47.745 INFO O| Feb 10 21:30:47.745 INFO ok!
100452026-02-10T21:30:47.810Z[ host-image] Feb 10 21:30:47.745 INFO O| Feb 10 21:30:47.745 INFO STEP 35 (ensure_file) COMPLETE
100462026-02-10T21:30:47.810Z[ host-image] Feb 10 21:30:47.745 INFO O| Feb 10 21:30:47.745 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100472026-02-10T21:30:47.834Z[ host-image] Feb 10 21:30:47.767 INFO O| Feb 10 21:30:47.766 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
100482026-02-10T21:30:47.834Z[ host-image] Feb 10 21:30:47.767 INFO O| Feb 10 21:30:47.767 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
100492026-02-10T21:30:47.834Z[ host-image] Feb 10 21:30:47.767 INFO O| Feb 10 21:30:47.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
100502026-02-10T21:30:47.834Z[ host-image] Feb 10 21:30:47.767 INFO O| Feb 10 21:30:47.767 INFO ok!
100512026-02-10T21:30:47.834Z[ host-image] Feb 10 21:30:47.767 INFO O| Feb 10 21:30:47.767 INFO STEP 36 (ensure_file) COMPLETE
100522026-02-10T21:30:47.834Z[ host-image] Feb 10 21:30:47.767 INFO O| Feb 10 21:30:47.767 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100532026-02-10T21:30:47.859Z[ host-image] Feb 10 21:30:47.789 INFO O| Feb 10 21:30:47.789 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
100542026-02-10T21:30:47.859Z[ host-image] Feb 10 21:30:47.789 INFO O| Feb 10 21:30:47.789 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
100552026-02-10T21:30:47.859Z[ host-image] Feb 10 21:30:47.789 INFO O| Feb 10 21:30:47.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
100562026-02-10T21:30:47.859Z[ host-image] Feb 10 21:30:47.789 INFO O| Feb 10 21:30:47.789 INFO ok!
100572026-02-10T21:30:47.859Z[ host-image] Feb 10 21:30:47.789 INFO O| Feb 10 21:30:47.789 INFO STEP 37 (ensure_file) COMPLETE
100582026-02-10T21:30:47.859Z[ host-image] Feb 10 21:30:47.789 INFO O| Feb 10 21:30:47.789 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100592026-02-10T21:30:47.883Z[ host-image] Feb 10 21:30:47.805 INFO O| Feb 10 21:30:47.804 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
100602026-02-10T21:30:47.883Z[ host-image] Feb 10 21:30:47.805 INFO O| Feb 10 21:30:47.804 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
100612026-02-10T21:30:47.883Z[ host-image] Feb 10 21:30:47.805 INFO O| Feb 10 21:30:47.805 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100622026-02-10T21:30:47.883Z[ host-image] Feb 10 21:30:47.805 INFO O| Feb 10 21:30:47.805 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100632026-02-10T21:30:47.883Z[ host-image] Feb 10 21:30:47.805 INFO O| Feb 10 21:30:47.805 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100642026-02-10T21:30:47.883Z[ host-image] Feb 10 21:30:47.806 INFO O| Feb 10 21:30:47.805 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100652026-02-10T21:30:47.883Z[ host-image] Feb 10 21:30:47.806 INFO O| Feb 10 21:30:47.805 INFO ok!
100662026-02-10T21:30:47.883Z[ host-image] Feb 10 21:30:47.806 INFO O| Feb 10 21:30:47.805 INFO STEP 38 (ensure_file) COMPLETE
100672026-02-10T21:30:47.883Z[ host-image] Feb 10 21:30:47.806 INFO O| Feb 10 21:30:47.806 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100682026-02-10T21:30:47.908Z[ host-image] Feb 10 21:30:47.828 INFO O| Feb 10 21:30:47.827 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100692026-02-10T21:30:47.908Z[ host-image] Feb 10 21:30:47.828 INFO O| Feb 10 21:30:47.828 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100702026-02-10T21:30:47.908Z[ host-image] Feb 10 21:30:47.828 INFO O| Feb 10 21:30:47.828 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100712026-02-10T21:30:47.908Z[ host-image] Feb 10 21:30:47.828 INFO O| Feb 10 21:30:47.828 INFO STEP 39 (ensure_dir) COMPLETE
100722026-02-10T21:30:47.908Z[ host-image] Feb 10 21:30:47.828 INFO O| Feb 10 21:30:47.828 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100732026-02-10T21:30:47.908Z[ host-image] Feb 10 21:30:47.842 INFO O| Feb 10 21:30:47.842 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
100742026-02-10T21:30:47.908Z[ host-image] Feb 10 21:30:47.842 INFO O| Feb 10 21:30:47.842 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 ...
100752026-02-10T21:30:47.908Z[ host-image] Feb 10 21:30:47.842 INFO O| Feb 10 21:30:47.842 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
100762026-02-10T21:30:47.908Z[ host-image] Feb 10 21:30:47.842 INFO O| Feb 10 21:30:47.842 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
100772026-02-10T21:30:47.908Z[ host-image] Feb 10 21:30:47.842 INFO O| Feb 10 21:30:47.842 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
100782026-02-10T21:30:47.908Z[ host-image] Feb 10 21:30:47.842 INFO O| Feb 10 21:30:47.842 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
100792026-02-10T21:30:47.908Z[ host-image] Feb 10 21:30:47.842 INFO O| Feb 10 21:30:47.842 INFO ok!
100802026-02-10T21:30:47.908Z[ host-image] Feb 10 21:30:47.842 INFO O| Feb 10 21:30:47.842 INFO STEP 40 (ensure_file) COMPLETE
100812026-02-10T21:30:47.908Z[ host-image] Feb 10 21:30:47.842 INFO O| Feb 10 21:30:47.842 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100822026-02-10T21:30:47.933Z[ host-image] Feb 10 21:30:47.856 INFO O| Feb 10 21:30:47.856 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100832026-02-10T21:30:47.933Z[ host-image] Feb 10 21:30:47.856 INFO O| Feb 10 21:30:47.856 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 ...
100842026-02-10T21:30:47.933Z[ host-image] Feb 10 21:30:47.856 INFO O| Feb 10 21:30:47.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100852026-02-10T21:30:47.933Z[ host-image] Feb 10 21:30:47.856 INFO O| Feb 10 21:30:47.856 INFO ok!
100862026-02-10T21:30:47.933Z[ host-image] Feb 10 21:30:47.856 INFO O| Feb 10 21:30:47.856 INFO STEP 41 (ensure_symlink) COMPLETE
100872026-02-10T21:30:47.933Z[ host-image] Feb 10 21:30:47.856 INFO O| Feb 10 21:30:47.856 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100882026-02-10T21:30:47.933Z[ host-image] Feb 10 21:30:47.876 INFO O| Feb 10 21:30:47.876 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100892026-02-10T21:30:47.934Z[ host-image] Feb 10 21:30:47.876 INFO O| Feb 10 21:30:47.876 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100902026-02-10T21:30:47.958Z[ host-image] Feb 10 21:30:47.876 INFO O| Feb 10 21:30:47.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100912026-02-10T21:30:47.958Z[ host-image] Feb 10 21:30:47.876 INFO O| Feb 10 21:30:47.876 INFO ok!
100922026-02-10T21:30:47.958Z[ host-image] Feb 10 21:30:47.876 INFO O| Feb 10 21:30:47.876 INFO STEP 42 (ensure_symlink) COMPLETE
100932026-02-10T21:30:47.958Z[ host-image] Feb 10 21:30:47.876 INFO O| Feb 10 21:30:47.876 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100942026-02-10T21:30:47.958Z[ host-image] Feb 10 21:30:47.890 INFO O| Feb 10 21:30:47.890 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100952026-02-10T21:30:47.958Z[ host-image] Feb 10 21:30:47.891 INFO O| Feb 10 21:30:47.890 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100962026-02-10T21:30:47.958Z[ host-image] Feb 10 21:30:47.891 INFO O| Feb 10 21:30:47.891 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100972026-02-10T21:30:47.958Z[ host-image] Feb 10 21:30:47.891 INFO O| Feb 10 21:30:47.891 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100982026-02-10T21:30:47.958Z[ host-image] Feb 10 21:30:47.891 INFO O| Feb 10 21:30:47.891 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100992026-02-10T21:30:47.958Z[ host-image] Feb 10 21:30:47.891 INFO O| Feb 10 21:30:47.891 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
101002026-02-10T21:30:47.958Z[ host-image] Feb 10 21:30:47.891 INFO O| Feb 10 21:30:47.891 INFO ok!
101012026-02-10T21:30:47.958Z[ host-image] Feb 10 21:30:47.891 INFO O| Feb 10 21:30:47.891 INFO STEP 43 (ensure_file) COMPLETE
101022026-02-10T21:30:47.958Z[ host-image] Feb 10 21:30:47.891 INFO O| Feb 10 21:30:47.891 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101032026-02-10T21:30:47.984Z[ host-image] Feb 10 21:30:47.910 INFO O| Feb 10 21:30:47.909 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
101042026-02-10T21:30:47.984Z[ host-image] Feb 10 21:30:47.910 INFO O| Feb 10 21:30:47.909 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 ...
101052026-02-10T21:30:47.984Z[ host-image] Feb 10 21:30:47.911 INFO O| Feb 10 21:30:47.911 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
101062026-02-10T21:30:47.984Z[ host-image] Feb 10 21:30:47.911 INFO O| Feb 10 21:30:47.911 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
101072026-02-10T21:30:47.984Z[ host-image] Feb 10 21:30:47.911 INFO O| Feb 10 21:30:47.911 INFO ok!
101082026-02-10T21:30:47.984Z[ host-image] Feb 10 21:30:47.911 INFO O| Feb 10 21:30:47.911 INFO STEP 44 (ensure_file) COMPLETE
101092026-02-10T21:30:47.984Z[ host-image] Feb 10 21:30:47.911 INFO O| Feb 10 21:30:47.911 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101102026-02-10T21:30:48.009Z[ host-image] Feb 10 21:30:47.932 INFO O| Feb 10 21:30:47.932 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
101112026-02-10T21:30:48.009Z[ host-image] Feb 10 21:30:47.932 INFO O| Feb 10 21:30:47.932 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
101122026-02-10T21:30:48.009Z[ host-image] Feb 10 21:30:47.932 INFO O| Feb 10 21:30:47.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
101132026-02-10T21:30:48.009Z[ host-image] Feb 10 21:30:47.932 INFO O| Feb 10 21:30:47.932 INFO ok!
101142026-02-10T21:30:48.009Z[ host-image] Feb 10 21:30:47.932 INFO O| Feb 10 21:30:47.932 INFO STEP 45 (ensure_file) COMPLETE
101152026-02-10T21:30:48.009Z[ host-image] Feb 10 21:30:47.932 INFO O| Feb 10 21:30:47.932 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
101162026-02-10T21:30:48.009Z[ host-image] Feb 10 21:30:47.947 INFO O| Feb 10 21:30:47.947 INFO updating shadow file
101172026-02-10T21:30:48.009Z[ host-image] Feb 10 21:30:47.947 INFO O| Feb 10 21:30:47.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
101182026-02-10T21:30:48.009Z[ host-image] Feb 10 21:30:47.947 INFO O| Feb 10 21:30:47.947 INFO STEP 46 (shadow) COMPLETE
101192026-02-10T21:30:48.009Z[ host-image] Feb 10 21:30:47.947 INFO O| Feb 10 21:30:47.947 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
101202026-02-10T21:30:48.034Z[ host-image] Feb 10 21:30:47.967 INFO O| Feb 10 21:30:47.967 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
101212026-02-10T21:30:48.034Z[ host-image] Feb 10 21:30:47.967 INFO O| Feb 10 21:30:47.967 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
101222026-02-10T21:30:48.034Z[ host-image] Feb 10 21:30:47.967 INFO O| Feb 10 21:30:47.967 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
101232026-02-10T21:30:48.034Z[ host-image] Feb 10 21:30:47.967 INFO O| Feb 10 21:30:47.967 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
101242026-02-10T21:30:48.034Z[ host-image] Feb 10 21:30:47.967 INFO O| Feb 10 21:30:47.967 INFO ok!
101252026-02-10T21:30:48.034Z[ host-image] Feb 10 21:30:47.967 INFO O| Feb 10 21:30:47.967 INFO STEP 47 (ensure_file) COMPLETE
101262026-02-10T21:30:48.034Z[ host-image] Feb 10 21:30:47.967 INFO O| Feb 10 21:30:47.967 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101272026-02-10T21:30:48.034Z[ host-image] Feb 10 21:30:47.967 INFO O| Feb 10 21:30:47.967 INFO skip step because feature "mfg" is not enabled
101282026-02-10T21:30:48.034Z[ host-image] Feb 10 21:30:47.967 INFO O| Feb 10 21:30:47.967 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101292026-02-10T21:30:48.034Z[ host-image] Feb 10 21:30:47.967 INFO O| Feb 10 21:30:47.967 INFO skip step because feature "mfg" is not enabled
101302026-02-10T21:30:48.034Z[ host-image] Feb 10 21:30:47.967 INFO O| Feb 10 21:30:47.967 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101312026-02-10T21:30:48.102Z[ host-image] Feb 10 21:30:47.984 INFO O| Feb 10 21:30:47.984 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
101322026-02-10T21:30:48.102Z[ host-image] Feb 10 21:30:47.984 INFO O| Feb 10 21:30:47.984 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
101332026-02-10T21:30:49.037Z[ host-image] Feb 10 21:30:48.979 INFO O| Feb 10 21:30:48.979 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101342026-02-10T21:30:49.037Z[ host-image] Feb 10 21:30:48.979 INFO O| Feb 10 21:30:48.979 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101352026-02-10T21:30:49.037Z[ host-image] Feb 10 21:30:48.979 INFO O| Feb 10 21:30:48.979 INFO ok!
101362026-02-10T21:30:49.062Z[ host-image] Feb 10 21:30:48.979 INFO O| Feb 10 21:30:48.979 INFO STEP 50 (ensure_file) COMPLETE
101372026-02-10T21:30:49.062Z[ host-image] Feb 10 21:30:48.979 INFO O| Feb 10 21:30:48.979 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101382026-02-10T21:30:49.062Z[ host-image] Feb 10 21:30:48.979 INFO O| Feb 10 21:30:48.979 INFO skip step because feature "compliance" is not enabled
101392026-02-10T21:30:49.062Z[ host-image] Feb 10 21:30:48.979 INFO O| Feb 10 21:30:48.979 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101402026-02-10T21:30:49.062Z[ host-image] Feb 10 21:30:48.993 INFO O| Feb 10 21:30:48.993 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
101412026-02-10T21:30:49.062Z[ host-image] Feb 10 21:30:48.993 INFO O| Feb 10 21:30:48.993 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
101422026-02-10T21:30:49.062Z[ host-image] Feb 10 21:30:48.994 INFO O| Feb 10 21:30:48.993 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101432026-02-10T21:30:49.062Z[ host-image] Feb 10 21:30:48.994 INFO O| Feb 10 21:30:48.994 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101442026-02-10T21:30:49.062Z[ host-image] Feb 10 21:30:48.994 INFO O| Feb 10 21:30:48.994 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101452026-02-10T21:30:49.062Z[ host-image] Feb 10 21:30:48.994 INFO O| Feb 10 21:30:48.994 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101462026-02-10T21:30:49.062Z[ host-image] Feb 10 21:30:48.994 INFO O| Feb 10 21:30:48.994 INFO ok!
101472026-02-10T21:30:49.062Z[ host-image] Feb 10 21:30:48.994 INFO O| Feb 10 21:30:48.994 INFO STEP 52 (ensure_file) COMPLETE
101482026-02-10T21:30:49.062Z[ host-image] Feb 10 21:30:48.994 INFO O| Feb 10 21:30:48.994 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101492026-02-10T21:30:49.086Z[ host-image] Feb 10 21:30:49.018 INFO O| Feb 10 21:30:49.018 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
101502026-02-10T21:30:49.086Z[ host-image] Feb 10 21:30:49.018 INFO O| Feb 10 21:30:49.018 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 ...
101512026-02-10T21:30:49.086Z[ host-image] Feb 10 21:30:49.019 INFO O| Feb 10 21:30:49.019 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
101522026-02-10T21:30:49.086Z[ host-image] Feb 10 21:30:49.019 INFO O| Feb 10 21:30:49.019 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
101532026-02-10T21:30:49.087Z[ host-image] Feb 10 21:30:49.019 INFO O| Feb 10 21:30:49.019 INFO ok!
101542026-02-10T21:30:49.087Z[ host-image] Feb 10 21:30:49.019 INFO O| Feb 10 21:30:49.019 INFO STEP 53 (ensure_file) COMPLETE
101552026-02-10T21:30:49.087Z[ host-image] Feb 10 21:30:49.019 INFO O| Feb 10 21:30:49.019 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101562026-02-10T21:30:49.111Z[ host-image] Feb 10 21:30:49.036 INFO O| Feb 10 21:30:49.036 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
101572026-02-10T21:30:49.111Z[ host-image] Feb 10 21:30:49.036 INFO O| Feb 10 21:30:49.036 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 ...
101582026-02-10T21:30:49.111Z[ host-image] Feb 10 21:30:49.037 INFO O| Feb 10 21:30:49.037 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101592026-02-10T21:30:49.111Z[ host-image] Feb 10 21:30:49.037 INFO O| Feb 10 21:30:49.037 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101602026-02-10T21:30:49.111Z[ host-image] Feb 10 21:30:49.037 INFO O| Feb 10 21:30:49.037 INFO ok!
101612026-02-10T21:30:49.111Z[ host-image] Feb 10 21:30:49.037 INFO O| Feb 10 21:30:49.037 INFO STEP 54 (ensure_file) COMPLETE
101622026-02-10T21:30:49.111Z[ host-image] Feb 10 21:30:49.037 INFO O| Feb 10 21:30:49.037 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101632026-02-10T21:30:49.136Z[ host-image] Feb 10 21:30:49.054 INFO O| Feb 10 21:30:49.054 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101642026-02-10T21:30:49.136Z[ host-image] Feb 10 21:30:49.054 INFO O| Feb 10 21:30:49.054 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 ...
101652026-02-10T21:30:49.136Z[ host-image] Feb 10 21:30:49.055 INFO O| Feb 10 21:30:49.055 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
101662026-02-10T21:30:49.136Z[ host-image] Feb 10 21:30:49.055 INFO O| Feb 10 21:30:49.055 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101672026-02-10T21:30:49.136Z[ host-image] Feb 10 21:30:49.055 INFO O| Feb 10 21:30:49.055 INFO ok!
101682026-02-10T21:30:49.136Z[ host-image] Feb 10 21:30:49.055 INFO O| Feb 10 21:30:49.055 INFO STEP 55 (ensure_file) COMPLETE
101692026-02-10T21:30:49.136Z[ host-image] Feb 10 21:30:49.055 INFO O| Feb 10 21:30:49.055 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101702026-02-10T21:30:49.136Z[ host-image] Feb 10 21:30:49.074 INFO O| Feb 10 21:30:49.074 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101712026-02-10T21:30:49.136Z[ host-image] Feb 10 21:30:49.075 INFO O| Feb 10 21:30:49.074 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 ...
101722026-02-10T21:30:49.136Z[ host-image] Feb 10 21:30:49.075 INFO O| Feb 10 21:30:49.075 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101732026-02-10T21:30:49.136Z[ host-image] Feb 10 21:30:49.075 INFO O| Feb 10 21:30:49.075 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101742026-02-10T21:30:49.137Z[ host-image] Feb 10 21:30:49.075 INFO O| Feb 10 21:30:49.075 INFO ok!
101752026-02-10T21:30:49.137Z[ host-image] Feb 10 21:30:49.075 INFO O| Feb 10 21:30:49.075 INFO STEP 56 (ensure_file) COMPLETE
101762026-02-10T21:30:49.137Z[ host-image] Feb 10 21:30:49.075 INFO O| Feb 10 21:30:49.075 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101772026-02-10T21:30:49.161Z[ host-image] Feb 10 21:30:49.093 INFO O| Feb 10 21:30:49.093 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101782026-02-10T21:30:49.161Z[ host-image] Feb 10 21:30:49.093 INFO O| Feb 10 21:30:49.093 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 ...
101792026-02-10T21:30:49.161Z[ host-image] Feb 10 21:30:49.094 INFO O| Feb 10 21:30:49.094 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
101802026-02-10T21:30:49.161Z[ host-image] Feb 10 21:30:49.094 INFO O| Feb 10 21:30:49.094 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101812026-02-10T21:30:49.161Z[ host-image] Feb 10 21:30:49.094 INFO O| Feb 10 21:30:49.094 INFO ok!
101822026-02-10T21:30:49.161Z[ host-image] Feb 10 21:30:49.094 INFO O| Feb 10 21:30:49.094 INFO STEP 57 (ensure_file) COMPLETE
101832026-02-10T21:30:49.161Z[ host-image] Feb 10 21:30:49.094 INFO O| Feb 10 21:30:49.094 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101842026-02-10T21:30:49.185Z[ host-image] Feb 10 21:30:49.112 INFO O| Feb 10 21:30:49.112 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101852026-02-10T21:30:49.185Z[ host-image] Feb 10 21:30:49.112 INFO O| Feb 10 21:30:49.112 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 ...
101862026-02-10T21:30:49.185Z[ host-image] Feb 10 21:30:49.113 INFO O| Feb 10 21:30:49.113 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101872026-02-10T21:30:49.185Z[ host-image] Feb 10 21:30:49.113 INFO O| Feb 10 21:30:49.113 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101882026-02-10T21:30:49.185Z[ host-image] Feb 10 21:30:49.113 INFO O| Feb 10 21:30:49.113 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101892026-02-10T21:30:49.185Z[ host-image] Feb 10 21:30:49.113 INFO O| Feb 10 21:30:49.113 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101902026-02-10T21:30:49.185Z[ host-image] Feb 10 21:30:49.113 INFO O| Feb 10 21:30:49.113 INFO ok!
101912026-02-10T21:30:49.185Z[ host-image] Feb 10 21:30:49.113 INFO O| Feb 10 21:30:49.113 INFO STEP 58 (ensure_file) COMPLETE
101922026-02-10T21:30:49.185Z[ host-image] Feb 10 21:30:49.114 INFO O| Feb 10 21:30:49.113 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101932026-02-10T21:30:49.210Z[ host-image] Feb 10 21:30:49.134 INFO O| Feb 10 21:30:49.134 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101942026-02-10T21:30:49.210Z[ host-image] Feb 10 21:30:49.134 INFO O| Feb 10 21:30:49.134 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 ...
101952026-02-10T21:30:49.210Z[ host-image] Feb 10 21:30:49.135 INFO O| Feb 10 21:30:49.135 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
101962026-02-10T21:30:49.210Z[ host-image] Feb 10 21:30:49.135 INFO O| Feb 10 21:30:49.135 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101972026-02-10T21:30:49.210Z[ host-image] Feb 10 21:30:49.135 INFO O| Feb 10 21:30:49.135 INFO ok!
101982026-02-10T21:30:49.210Z[ host-image] Feb 10 21:30:49.135 INFO O| Feb 10 21:30:49.135 INFO STEP 59 (ensure_file) COMPLETE
101992026-02-10T21:30:49.210Z[ host-image] Feb 10 21:30:49.135 INFO O| Feb 10 21:30:49.135 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102002026-02-10T21:30:49.210Z[ host-image] Feb 10 21:30:49.150 INFO O| Feb 10 21:30:49.150 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
102012026-02-10T21:30:49.210Z[ host-image] Feb 10 21:30:49.150 INFO O| Feb 10 21:30:49.150 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
102022026-02-10T21:30:49.210Z[ host-image] Feb 10 21:30:49.151 INFO O| Feb 10 21:30:49.151 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
102032026-02-10T21:30:49.210Z[ host-image] Feb 10 21:30:49.151 INFO O| Feb 10 21:30:49.151 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
102042026-02-10T21:30:49.210Z[ host-image] Feb 10 21:30:49.151 INFO O| Feb 10 21:30:49.151 INFO ok!
102052026-02-10T21:30:49.210Z[ host-image] Feb 10 21:30:49.151 INFO O| Feb 10 21:30:49.151 INFO STEP 60 (ensure_file) COMPLETE
102062026-02-10T21:30:49.210Z[ host-image] Feb 10 21:30:49.151 INFO O| Feb 10 21:30:49.151 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102072026-02-10T21:30:49.235Z[ host-image] Feb 10 21:30:49.171 INFO O| Feb 10 21:30:49.171 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
102082026-02-10T21:30:49.235Z[ host-image] Feb 10 21:30:49.171 INFO O| Feb 10 21:30:49.171 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 ...
102092026-02-10T21:30:49.235Z[ host-image] Feb 10 21:30:49.172 INFO O| Feb 10 21:30:49.172 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
102102026-02-10T21:30:49.235Z[ host-image] Feb 10 21:30:49.172 INFO O| Feb 10 21:30:49.172 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
102112026-02-10T21:30:49.235Z[ host-image] Feb 10 21:30:49.172 INFO O| Feb 10 21:30:49.172 INFO ok!
102122026-02-10T21:30:49.235Z[ host-image] Feb 10 21:30:49.172 INFO O| Feb 10 21:30:49.172 INFO STEP 61 (ensure_file) COMPLETE
102132026-02-10T21:30:49.235Z[ host-image] Feb 10 21:30:49.172 INFO O| Feb 10 21:30:49.172 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102142026-02-10T21:30:49.259Z[ host-image] Feb 10 21:30:49.189 INFO O| Feb 10 21:30:49.189 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
102152026-02-10T21:30:49.259Z[ host-image] Feb 10 21:30:49.189 INFO O| Feb 10 21:30:49.189 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
102162026-02-10T21:30:49.259Z[ host-image] Feb 10 21:30:49.190 INFO O| Feb 10 21:30:49.190 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102172026-02-10T21:30:49.259Z[ host-image] Feb 10 21:30:49.190 INFO O| Feb 10 21:30:49.190 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102182026-02-10T21:30:49.259Z[ host-image] Feb 10 21:30:49.190 INFO O| Feb 10 21:30:49.190 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102192026-02-10T21:30:49.259Z[ host-image] Feb 10 21:30:49.190 INFO O| Feb 10 21:30:49.190 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
102202026-02-10T21:30:49.259Z[ host-image] Feb 10 21:30:49.190 INFO O| Feb 10 21:30:49.190 INFO ok!
102212026-02-10T21:30:49.259Z[ host-image] Feb 10 21:30:49.190 INFO O| Feb 10 21:30:49.190 INFO STEP 62 (ensure_file) COMPLETE
102222026-02-10T21:30:49.259Z[ host-image] Feb 10 21:30:49.190 INFO O| Feb 10 21:30:49.190 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102232026-02-10T21:30:49.284Z[ host-image] Feb 10 21:30:49.211 INFO O| Feb 10 21:30:49.211 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
102242026-02-10T21:30:49.284Z[ host-image] Feb 10 21:30:49.211 INFO O| Feb 10 21:30:49.211 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 ...
102252026-02-10T21:30:49.284Z[ host-image] Feb 10 21:30:49.212 INFO O| Feb 10 21:30:49.211 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
102262026-02-10T21:30:49.284Z[ host-image] Feb 10 21:30:49.212 INFO O| Feb 10 21:30:49.212 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
102272026-02-10T21:30:49.284Z[ host-image] Feb 10 21:30:49.212 INFO O| Feb 10 21:30:49.212 INFO ok!
102282026-02-10T21:30:49.284Z[ host-image] Feb 10 21:30:49.212 INFO O| Feb 10 21:30:49.212 INFO STEP 63 (ensure_file) COMPLETE
102292026-02-10T21:30:49.284Z[ host-image] Feb 10 21:30:49.212 INFO O| Feb 10 21:30:49.212 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102302026-02-10T21:30:49.310Z[ host-image] Feb 10 21:30:49.231 INFO O| Feb 10 21:30:49.231 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
102312026-02-10T21:30:49.310Z[ host-image] Feb 10 21:30:49.231 INFO O| Feb 10 21:30:49.231 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 ...
102322026-02-10T21:30:49.310Z[ host-image] Feb 10 21:30:49.232 INFO O| Feb 10 21:30:49.232 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
102332026-02-10T21:30:49.310Z[ host-image] Feb 10 21:30:49.232 INFO O| Feb 10 21:30:49.232 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
102342026-02-10T21:30:49.310Z[ host-image] Feb 10 21:30:49.232 INFO O| Feb 10 21:30:49.232 INFO ok!
102352026-02-10T21:30:49.310Z[ host-image] Feb 10 21:30:49.232 INFO O| Feb 10 21:30:49.232 INFO STEP 64 (ensure_file) COMPLETE
102362026-02-10T21:30:49.310Z[ host-image] Feb 10 21:30:49.232 INFO O| Feb 10 21:30:49.232 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102372026-02-10T21:30:49.334Z[ host-image] Feb 10 21:30:49.255 INFO O| Feb 10 21:30:49.255 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
102382026-02-10T21:30:49.334Z[ host-image] Feb 10 21:30:49.255 INFO O| Feb 10 21:30:49.255 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 ...
102392026-02-10T21:30:49.334Z[ host-image] Feb 10 21:30:49.255 INFO O| Feb 10 21:30:49.255 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
102402026-02-10T21:30:49.334Z[ host-image] Feb 10 21:30:49.255 INFO O| Feb 10 21:30:49.255 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
102412026-02-10T21:30:49.334Z[ host-image] Feb 10 21:30:49.255 INFO O| Feb 10 21:30:49.255 INFO ok!
102422026-02-10T21:30:49.334Z[ host-image] Feb 10 21:30:49.255 INFO O| Feb 10 21:30:49.255 INFO STEP 65 (ensure_file) COMPLETE
102432026-02-10T21:30:49.334Z[ host-image] Feb 10 21:30:49.255 INFO O| Feb 10 21:30:49.255 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102442026-02-10T21:30:49.334Z[ host-image] Feb 10 21:30:49.255 INFO O| Feb 10 21:30:49.255 INFO skip step because feature "mbist" is not enabled
102452026-02-10T21:30:49.334Z[ host-image] Feb 10 21:30:49.256 INFO O| Feb 10 21:30:49.255 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-02-10T21:30:49.334Z[ host-image] Feb 10 21:30:49.272 INFO O| Feb 10 21:30:49.271 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
102472026-02-10T21:30:49.334Z[ host-image] Feb 10 21:30:49.272 INFO O| Feb 10 21:30:49.271 INFO STEP 67 (ensure_dir) COMPLETE
102482026-02-10T21:30:49.334Z[ host-image] Feb 10 21:30:49.272 INFO O| Feb 10 21:30:49.271 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-02-10T21:30:49.359Z[ host-image] Feb 10 21:30:49.288 INFO O| Feb 10 21:30:49.288 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102502026-02-10T21:30:49.359Z[ host-image] Feb 10 21:30:49.288 INFO O| Feb 10 21:30:49.288 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102512026-02-10T21:30:49.359Z[ host-image] Feb 10 21:30:49.288 INFO O| Feb 10 21:30:49.288 INFO STEP 68 (ensure_dir) COMPLETE
102522026-02-10T21:30:49.359Z[ host-image] Feb 10 21:30:49.288 INFO O| Feb 10 21:30:49.288 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-02-10T21:30:49.383Z[ host-image] Feb 10 21:30:49.307 INFO O| Feb 10 21:30:49.307 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102542026-02-10T21:30:49.383Z[ host-image] Feb 10 21:30:49.307 INFO O| Feb 10 21:30:49.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102552026-02-10T21:30:49.383Z[ host-image] Feb 10 21:30:49.307 INFO O| Feb 10 21:30:49.307 INFO STEP 69 (ensure_dir) COMPLETE
102562026-02-10T21:30:49.383Z[ host-image] Feb 10 21:30:49.307 INFO O| Feb 10 21:30:49.307 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-02-10T21:30:49.407Z[ host-image] Feb 10 21:30:49.326 INFO O| Feb 10 21:30:49.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
102582026-02-10T21:30:49.407Z[ host-image] Feb 10 21:30:49.326 INFO O| Feb 10 21:30:49.326 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
102592026-02-10T21:30:50.175Z[ host-image] Feb 10 21:30:50.117 INFO O| Feb 10 21:30:50.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102602026-02-10T21:30:50.224Z[ host-image] Feb 10 21:30:50.117 INFO O| Feb 10 21:30:50.117 INFO ok!
102612026-02-10T21:30:50.224Z[ host-image] Feb 10 21:30:50.117 INFO O| Feb 10 21:30:50.117 INFO STEP 70 (ensure_file) COMPLETE
102622026-02-10T21:30:50.224Z[ host-image] Feb 10 21:30:50.117 INFO O| Feb 10 21:30:50.117 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-02-10T21:30:50.248Z[ host-image] Feb 10 21:30:50.136 INFO O| Feb 10 21:30:50.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102642026-02-10T21:30:50.248Z[ host-image] Feb 10 21:30:50.136 INFO O| Feb 10 21:30:50.136 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102652026-02-10T21:30:51.621Z[ host-image] Feb 10 21:30:51.563 INFO O| Feb 10 21:30:51.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102662026-02-10T21:30:51.621Z[ host-image] Feb 10 21:30:51.564 INFO O| Feb 10 21:30:51.563 INFO ok!
102672026-02-10T21:30:51.645Z[ host-image] Feb 10 21:30:51.564 INFO O| Feb 10 21:30:51.563 INFO STEP 71 (ensure_file) COMPLETE
102682026-02-10T21:30:51.645Z[ host-image] Feb 10 21:30:51.564 INFO O| Feb 10 21:30:51.563 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-02-10T21:30:51.645Z[ host-image] Feb 10 21:30:51.585 INFO O| Feb 10 21:30:51.585 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102702026-02-10T21:30:51.645Z[ host-image] Feb 10 21:30:51.585 INFO O| Feb 10 21:30:51.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102712026-02-10T21:30:51.645Z[ host-image] Feb 10 21:30:51.585 INFO O| Feb 10 21:30:51.585 INFO STEP 72 (ensure_dir) COMPLETE
102722026-02-10T21:30:51.645Z[ host-image] Feb 10 21:30:51.585 INFO O| Feb 10 21:30:51.585 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-02-10T21:30:51.670Z[ host-image] Feb 10 21:30:51.609 INFO O| Feb 10 21:30:51.609 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102742026-02-10T21:30:51.670Z[ host-image] Feb 10 21:30:51.609 INFO O| Feb 10 21:30:51.609 INFO copying /tmp/.tmpl7VXyn/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 ...
102752026-02-10T21:30:51.670Z[ host-image] Feb 10 21:30:51.609 INFO O| Feb 10 21:30:51.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102762026-02-10T21:30:51.670Z[ host-image] Feb 10 21:30:51.609 INFO O| Feb 10 21:30:51.609 INFO ok!
102772026-02-10T21:30:51.670Z[ host-image] Feb 10 21:30:51.609 INFO O| Feb 10 21:30:51.609 INFO STEP 73 (ensure_file) COMPLETE
102782026-02-10T21:30:51.670Z[ host-image] Feb 10 21:30:51.609 INFO O| Feb 10 21:30:51.609 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-02-10T21:30:51.695Z[ host-image] Feb 10 21:30:51.630 INFO O| Feb 10 21:30:51.630 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102802026-02-10T21:30:51.695Z[ host-image] Feb 10 21:30:51.630 INFO O| Feb 10 21:30:51.630 INFO copying /tmp/.tmpl7VXyn/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 ...
102812026-02-10T21:30:51.695Z[ host-image] Feb 10 21:30:51.630 INFO O| Feb 10 21:30:51.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102822026-02-10T21:30:51.695Z[ host-image] Feb 10 21:30:51.630 INFO O| Feb 10 21:30:51.630 INFO ok!
102832026-02-10T21:30:51.695Z[ host-image] Feb 10 21:30:51.630 INFO O| Feb 10 21:30:51.630 INFO STEP 74 (ensure_file) COMPLETE
102842026-02-10T21:30:51.695Z[ host-image] Feb 10 21:30:51.630 INFO O| Feb 10 21:30:51.630 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-02-10T21:30:51.719Z[ host-image] Feb 10 21:30:51.650 INFO O| Feb 10 21:30:51.650 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102862026-02-10T21:30:51.719Z[ host-image] Feb 10 21:30:51.650 INFO O| Feb 10 21:30:51.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102872026-02-10T21:30:51.719Z[ host-image] Feb 10 21:30:51.650 INFO O| Feb 10 21:30:51.650 INFO STEP 75 (ensure_dir) COMPLETE
102882026-02-10T21:30:51.719Z[ host-image] Feb 10 21:30:51.650 INFO O| Feb 10 21:30:51.650 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-02-10T21:30:51.743Z[ host-image] Feb 10 21:30:51.671 INFO O| Feb 10 21:30:51.671 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102902026-02-10T21:30:51.743Z[ host-image] Feb 10 21:30:51.671 INFO O| Feb 10 21:30:51.671 INFO copying /tmp/.tmpl7VXyn/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 ...
102912026-02-10T21:30:51.743Z[ host-image] Feb 10 21:30:51.671 INFO O| Feb 10 21:30:51.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102922026-02-10T21:30:51.743Z[ host-image] Feb 10 21:30:51.671 INFO O| Feb 10 21:30:51.671 INFO ok!
102932026-02-10T21:30:51.743Z[ host-image] Feb 10 21:30:51.671 INFO O| Feb 10 21:30:51.671 INFO STEP 76 (ensure_file) COMPLETE
102942026-02-10T21:30:51.744Z[ host-image] Feb 10 21:30:51.671 INFO O| Feb 10 21:30:51.671 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-02-10T21:30:51.744Z[ host-image] Feb 10 21:30:51.684 INFO O| Feb 10 21:30:51.684 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102962026-02-10T21:30:51.744Z[ host-image] Feb 10 21:30:51.684 INFO O| Feb 10 21:30:51.684 INFO copying /tmp/.tmpl7VXyn/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 ...
102972026-02-10T21:30:51.744Z[ host-image] Feb 10 21:30:51.684 INFO O| Feb 10 21:30:51.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102982026-02-10T21:30:51.744Z[ host-image] Feb 10 21:30:51.684 INFO O| Feb 10 21:30:51.684 INFO ok!
102992026-02-10T21:30:51.744Z[ host-image] Feb 10 21:30:51.684 INFO O| Feb 10 21:30:51.684 INFO STEP 77 (ensure_file) COMPLETE
103002026-02-10T21:30:51.744Z[ host-image] Feb 10 21:30:51.684 INFO O| Feb 10 21:30:51.684 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-02-10T21:30:51.769Z[ host-image] Feb 10 21:30:51.697 INFO O| Feb 10 21:30:51.697 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
103022026-02-10T21:30:51.769Z[ host-image] Feb 10 21:30:51.697 INFO O| Feb 10 21:30:51.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
103032026-02-10T21:30:51.769Z[ host-image] Feb 10 21:30:51.697 INFO O| Feb 10 21:30:51.697 INFO STEP 78 (ensure_dir) COMPLETE
103042026-02-10T21:30:51.769Z[ host-image] Feb 10 21:30:51.697 INFO O| Feb 10 21:30:51.697 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-02-10T21:30:51.793Z[ host-image] Feb 10 21:30:51.717 INFO O| Feb 10 21:30:51.716 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
103062026-02-10T21:30:51.793Z[ host-image] Feb 10 21:30:51.717 INFO O| Feb 10 21:30:51.716 INFO copying /tmp/.tmpl7VXyn/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 ...
103072026-02-10T21:30:51.793Z[ host-image] Feb 10 21:30:51.717 INFO O| Feb 10 21:30:51.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
103082026-02-10T21:30:51.793Z[ host-image] Feb 10 21:30:51.717 INFO O| Feb 10 21:30:51.717 INFO ok!
103092026-02-10T21:30:51.793Z[ host-image] Feb 10 21:30:51.717 INFO O| Feb 10 21:30:51.717 INFO STEP 79 (ensure_file) COMPLETE
103102026-02-10T21:30:51.793Z[ host-image] Feb 10 21:30:51.717 INFO O| Feb 10 21:30:51.717 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-02-10T21:30:51.793Z[ host-image] Feb 10 21:30:51.734 INFO O| Feb 10 21:30:51.733 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
103122026-02-10T21:30:51.793Z[ host-image] Feb 10 21:30:51.734 INFO O| Feb 10 21:30:51.734 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
103132026-02-10T21:30:51.793Z[ host-image] Feb 10 21:30:51.734 INFO O| Feb 10 21:30:51.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
103142026-02-10T21:30:51.793Z[ host-image] Feb 10 21:30:51.734 INFO O| Feb 10 21:30:51.734 INFO ok!
103152026-02-10T21:30:51.793Z[ host-image] Feb 10 21:30:51.734 INFO O| Feb 10 21:30:51.734 INFO STEP 80 (ensure_file) COMPLETE
103162026-02-10T21:30:51.793Z[ host-image] Feb 10 21:30:51.734 INFO O| Feb 10 21:30:51.734 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-02-10T21:30:51.818Z[ host-image] Feb 10 21:30:51.751 INFO O| Feb 10 21:30:51.750 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
103182026-02-10T21:30:51.818Z[ host-image] Feb 10 21:30:51.751 INFO O| Feb 10 21:30:51.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
103192026-02-10T21:30:51.818Z[ host-image] Feb 10 21:30:51.751 INFO O| Feb 10 21:30:51.751 INFO STEP 81 (ensure_dir) COMPLETE
103202026-02-10T21:30:51.818Z[ host-image] Feb 10 21:30:51.751 INFO O| Feb 10 21:30:51.751 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103212026-02-10T21:30:51.842Z[ host-image] Feb 10 21:30:51.765 INFO O| Feb 10 21:30:51.765 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
103222026-02-10T21:30:51.842Z[ host-image] Feb 10 21:30:51.766 INFO O| Feb 10 21:30:51.765 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
103232026-02-10T21:30:53.219Z[ host-image] Feb 10 21:30:53.162 INFO O| Feb 10 21:30:53.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
103242026-02-10T21:30:53.219Z[ host-image] Feb 10 21:30:53.162 INFO O| Feb 10 21:30:53.162 INFO ok!
103252026-02-10T21:30:53.243Z[ host-image] Feb 10 21:30:53.162 INFO O| Feb 10 21:30:53.162 INFO STEP 82 (ensure_file) COMPLETE
103262026-02-10T21:30:53.243Z[ host-image] Feb 10 21:30:53.162 INFO O| Feb 10 21:30:53.162 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-02-10T21:30:53.243Z[ host-image] Feb 10 21:30:53.179 INFO O| Feb 10 21:30:53.179 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
103282026-02-10T21:30:53.243Z[ host-image] Feb 10 21:30:53.179 INFO O| Feb 10 21:30:53.179 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
103292026-02-10T21:30:54.062Z[ host-image] Feb 10 21:30:54.003 INFO O| Feb 10 21:30:54.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
103302026-02-10T21:30:54.062Z[ host-image] Feb 10 21:30:54.003 INFO O| Feb 10 21:30:54.003 INFO ok!
103312026-02-10T21:30:54.086Z[ host-image] Feb 10 21:30:54.003 INFO O| Feb 10 21:30:54.003 INFO STEP 83 (ensure_file) COMPLETE
103322026-02-10T21:30:54.086Z[ host-image] Feb 10 21:30:54.003 INFO O| Feb 10 21:30:54.003 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-02-10T21:30:54.086Z[ host-image] Feb 10 21:30:54.022 INFO O| Feb 10 21:30:54.022 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
103342026-02-10T21:30:54.086Z[ host-image] Feb 10 21:30:54.022 INFO O| Feb 10 21:30:54.022 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
103352026-02-10T21:30:56.570Z[ host-image] Feb 10 21:30:56.513 INFO O| Feb 10 21:30:56.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
103362026-02-10T21:30:56.570Z[ host-image] Feb 10 21:30:56.513 INFO O| Feb 10 21:30:56.513 INFO ok!
103372026-02-10T21:30:56.570Z[ host-image] Feb 10 21:30:56.513 INFO O| Feb 10 21:30:56.513 INFO STEP 84 (ensure_file) COMPLETE
103382026-02-10T21:30:56.594Z[ host-image] Feb 10 21:30:56.513 INFO O| Feb 10 21:30:56.513 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-02-10T21:30:56.594Z[ host-image] Feb 10 21:30:56.529 INFO O| Feb 10 21:30:56.528 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103402026-02-10T21:30:56.594Z[ host-image] Feb 10 21:30:56.529 INFO O| Feb 10 21:30:56.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103412026-02-10T21:30:56.594Z[ host-image] Feb 10 21:30:56.529 INFO O| Feb 10 21:30:56.529 INFO STEP 85 (ensure_dir) COMPLETE
103422026-02-10T21:30:56.594Z[ host-image] Feb 10 21:30:56.529 INFO O| Feb 10 21:30:56.529 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-02-10T21:30:56.618Z[ host-image] Feb 10 21:30:56.545 INFO O| Feb 10 21:30:56.544 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103442026-02-10T21:30:56.618Z[ host-image] Feb 10 21:30:56.545 INFO O| Feb 10 21:30:56.545 INFO copying /tmp/.tmpl7VXyn/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 ...
103452026-02-10T21:30:56.618Z[ host-image] Feb 10 21:30:56.545 INFO O| Feb 10 21:30:56.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103462026-02-10T21:30:56.618Z[ host-image] Feb 10 21:30:56.545 INFO O| Feb 10 21:30:56.545 INFO ok!
103472026-02-10T21:30:56.618Z[ host-image] Feb 10 21:30:56.545 INFO O| Feb 10 21:30:56.545 INFO STEP 86 (ensure_file) COMPLETE
103482026-02-10T21:30:56.618Z[ host-image] Feb 10 21:30:56.545 INFO O| Feb 10 21:30:56.545 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-02-10T21:30:56.618Z[ host-image] Feb 10 21:30:56.559 INFO O| Feb 10 21:30:56.559 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103502026-02-10T21:30:56.618Z[ host-image] Feb 10 21:30:56.559 INFO O| Feb 10 21:30:56.559 INFO copying /tmp/.tmpl7VXyn/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 ...
103512026-02-10T21:30:56.618Z[ host-image] Feb 10 21:30:56.560 INFO O| Feb 10 21:30:56.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103522026-02-10T21:30:56.618Z[ host-image] Feb 10 21:30:56.560 INFO O| Feb 10 21:30:56.560 INFO ok!
103532026-02-10T21:30:56.619Z[ host-image] Feb 10 21:30:56.560 INFO O| Feb 10 21:30:56.560 INFO STEP 87 (ensure_file) COMPLETE
103542026-02-10T21:30:56.619Z[ host-image] Feb 10 21:30:56.560 INFO O| Feb 10 21:30:56.560 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-02-10T21:30:56.643Z[ host-image] Feb 10 21:30:56.574 INFO O| Feb 10 21:30:56.574 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103562026-02-10T21:30:56.643Z[ host-image] Feb 10 21:30:56.574 INFO O| Feb 10 21:30:56.574 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103572026-02-10T21:30:56.643Z[ host-image] Feb 10 21:30:56.574 INFO O| Feb 10 21:30:56.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103582026-02-10T21:30:56.643Z[ host-image] Feb 10 21:30:56.574 INFO O| Feb 10 21:30:56.574 INFO ok!
103592026-02-10T21:30:56.643Z[ host-image] Feb 10 21:30:56.574 INFO O| Feb 10 21:30:56.574 INFO STEP 88 (ensure_file) COMPLETE
103602026-02-10T21:30:56.643Z[ host-image] Feb 10 21:30:56.574 INFO O| Feb 10 21:30:56.574 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-02-10T21:30:56.667Z[ host-image] Feb 10 21:30:56.593 INFO O| Feb 10 21:30:56.593 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103622026-02-10T21:30:56.667Z[ host-image] Feb 10 21:30:56.593 INFO O| Feb 10 21:30:56.593 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103632026-02-10T21:30:56.667Z[ host-image] Feb 10 21:30:56.593 INFO O| Feb 10 21:30:56.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103642026-02-10T21:30:56.667Z[ host-image] Feb 10 21:30:56.593 INFO O| Feb 10 21:30:56.593 INFO ok!
103652026-02-10T21:30:56.667Z[ host-image] Feb 10 21:30:56.593 INFO O| Feb 10 21:30:56.593 INFO STEP 89 (ensure_file) COMPLETE
103662026-02-10T21:30:56.667Z[ host-image] Feb 10 21:30:56.593 INFO O| Feb 10 21:30:56.593 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-02-10T21:30:56.692Z[ host-image] Feb 10 21:30:56.612 INFO O| Feb 10 21:30:56.612 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103682026-02-10T21:30:56.692Z[ host-image] Feb 10 21:30:56.612 INFO O| Feb 10 21:30:56.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103692026-02-10T21:30:56.692Z[ host-image] Feb 10 21:30:56.612 INFO O| Feb 10 21:30:56.612 INFO STEP 90 (ensure_dir) COMPLETE
103702026-02-10T21:30:56.692Z[ host-image] Feb 10 21:30:56.612 INFO O| Feb 10 21:30:56.612 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-02-10T21:30:56.692Z[ host-image] Feb 10 21:30:56.629 INFO O| Feb 10 21:30:56.629 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103722026-02-10T21:30:56.692Z[ host-image] Feb 10 21:30:56.629 INFO O| Feb 10 21:30:56.629 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103732026-02-10T21:30:57.058Z[ host-image] Feb 10 21:30:57.001 INFO O| Feb 10 21:30:57.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103742026-02-10T21:30:57.058Z[ host-image] Feb 10 21:30:57.001 INFO O| Feb 10 21:30:57.001 INFO ok!
103752026-02-10T21:30:57.058Z[ host-image] Feb 10 21:30:57.001 INFO O| Feb 10 21:30:57.001 INFO STEP 91 (ensure_file) COMPLETE
103762026-02-10T21:30:57.058Z[ host-image] Feb 10 21:30:57.001 INFO O| Feb 10 21:30:57.001 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-02-10T21:30:57.083Z[ host-image] Feb 10 21:30:57.015 INFO O| Feb 10 21:30:57.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103782026-02-10T21:30:57.083Z[ host-image] Feb 10 21:30:57.015 INFO O| Feb 10 21:30:57.015 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103792026-02-10T21:30:57.083Z[ host-image] Feb 10 21:30:57.015 INFO O| Feb 10 21:30:57.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103802026-02-10T21:30:57.083Z[ host-image] Feb 10 21:30:57.015 INFO O| Feb 10 21:30:57.015 INFO ok!
103812026-02-10T21:30:57.083Z[ host-image] Feb 10 21:30:57.015 INFO O| Feb 10 21:30:57.015 INFO STEP 92 (ensure_file) COMPLETE
103822026-02-10T21:30:57.083Z[ host-image] Feb 10 21:30:57.015 INFO O| Feb 10 21:30:57.015 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-02-10T21:30:57.083Z[ host-image] Feb 10 21:30:57.026 INFO O| Feb 10 21:30:57.026 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103842026-02-10T21:30:57.083Z[ host-image] Feb 10 21:30:57.026 INFO O| Feb 10 21:30:57.026 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103852026-02-10T21:30:58.060Z[ host-image] Feb 10 21:30:58.003 INFO O| Feb 10 21:30:58.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103862026-02-10T21:30:58.060Z[ host-image] Feb 10 21:30:58.003 INFO O| Feb 10 21:30:58.003 INFO ok!
103872026-02-10T21:30:58.084Z[ host-image] Feb 10 21:30:58.004 INFO O| Feb 10 21:30:58.003 INFO STEP 93 (ensure_file) COMPLETE
103882026-02-10T21:30:58.084Z[ host-image] Feb 10 21:30:58.004 INFO O| Feb 10 21:30:58.003 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-02-10T21:30:58.084Z[ host-image] Feb 10 21:30:58.025 INFO O| Feb 10 21:30:58.025 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103902026-02-10T21:30:58.084Z[ host-image] Feb 10 21:30:58.025 INFO O| Feb 10 21:30:58.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103912026-02-10T21:30:58.084Z[ host-image] Feb 10 21:30:58.025 INFO O| Feb 10 21:30:58.025 INFO STEP 94 (ensure_dir) COMPLETE
103922026-02-10T21:30:58.084Z[ host-image] Feb 10 21:30:58.025 INFO O| Feb 10 21:30:58.025 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103932026-02-10T21:30:58.109Z[ host-image] Feb 10 21:30:58.046 INFO O| Feb 10 21:30:58.046 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103942026-02-10T21:30:58.109Z[ host-image] Feb 10 21:30:58.047 INFO O| Feb 10 21:30:58.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103952026-02-10T21:30:58.109Z[ host-image] Feb 10 21:30:58.047 INFO O| Feb 10 21:30:58.047 INFO STEP 95 (ensure_dir) COMPLETE
103962026-02-10T21:30:58.109Z[ host-image] Feb 10 21:30:58.047 INFO O| Feb 10 21:30:58.047 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-02-10T21:30:58.133Z[ host-image] Feb 10 21:30:58.062 INFO O| Feb 10 21:30:58.062 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103982026-02-10T21:30:58.133Z[ host-image] Feb 10 21:30:58.063 INFO O| Feb 10 21:30:58.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103992026-02-10T21:30:58.133Z[ host-image] Feb 10 21:30:58.063 INFO O| Feb 10 21:30:58.062 INFO STEP 96 (ensure_dir) COMPLETE
104002026-02-10T21:30:58.133Z[ host-image] Feb 10 21:30:58.063 INFO O| Feb 10 21:30:58.062 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104012026-02-10T21:30:58.158Z[ host-image] Feb 10 21:30:58.080 INFO O| Feb 10 21:30:58.080 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
104022026-02-10T21:30:58.158Z[ host-image] Feb 10 21:30:58.080 INFO O| Feb 10 21:30:58.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
104032026-02-10T21:30:58.158Z[ host-image] Feb 10 21:30:58.080 INFO O| Feb 10 21:30:58.080 INFO STEP 97 (ensure_dir) COMPLETE
104042026-02-10T21:30:58.158Z[ host-image] Feb 10 21:30:58.080 INFO O| Feb 10 21:30:58.080 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104052026-02-10T21:30:58.158Z[ host-image] Feb 10 21:30:58.094 INFO O| Feb 10 21:30:58.094 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
104062026-02-10T21:30:58.158Z[ host-image] Feb 10 21:30:58.094 INFO O| Feb 10 21:30:58.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
104072026-02-10T21:30:58.158Z[ host-image] Feb 10 21:30:58.094 INFO O| Feb 10 21:30:58.094 INFO STEP 98 (ensure_dir) COMPLETE
104082026-02-10T21:30:58.158Z[ host-image] Feb 10 21:30:58.094 INFO O| Feb 10 21:30:58.094 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-02-10T21:30:58.182Z[ host-image] Feb 10 21:30:58.107 INFO O| Feb 10 21:30:58.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
104102026-02-10T21:30:58.182Z[ host-image] Feb 10 21:30:58.107 INFO O| Feb 10 21:30:58.107 INFO copying /tmp/.tmpl7VXyn/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 ...
104112026-02-10T21:30:58.183Z[ host-image] Feb 10 21:30:58.107 INFO O| Feb 10 21:30:58.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
104122026-02-10T21:30:58.183Z[ host-image] Feb 10 21:30:58.107 INFO O| Feb 10 21:30:58.107 INFO ok!
104132026-02-10T21:30:58.183Z[ host-image] Feb 10 21:30:58.107 INFO O| Feb 10 21:30:58.107 INFO STEP 99 (ensure_file) COMPLETE
104142026-02-10T21:30:58.183Z[ host-image] Feb 10 21:30:58.107 INFO O| Feb 10 21:30:58.107 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-02-10T21:30:58.183Z[ host-image] Feb 10 21:30:58.120 INFO O| Feb 10 21:30:58.120 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
104162026-02-10T21:30:58.183Z[ host-image] Feb 10 21:30:58.120 INFO O| Feb 10 21:30:58.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
104172026-02-10T21:30:58.183Z[ host-image] Feb 10 21:30:58.120 INFO O| Feb 10 21:30:58.120 INFO STEP 100 (ensure_dir) COMPLETE
104182026-02-10T21:30:58.183Z[ host-image] Feb 10 21:30:58.120 INFO O| Feb 10 21:30:58.120 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-02-10T21:30:58.245Z[ host-image] Feb 10 21:30:58.136 INFO O| Feb 10 21:30:58.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
104202026-02-10T21:30:58.245Z[ host-image] Feb 10 21:30:58.136 INFO O| Feb 10 21:30:58.136 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
104212026-02-10T21:30:58.579Z[ host-image] Feb 10 21:30:58.523 INFO O| Feb 10 21:30:58.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
104222026-02-10T21:30:58.579Z[ host-image] Feb 10 21:30:58.523 INFO O| Feb 10 21:30:58.523 INFO ok!
104232026-02-10T21:30:58.603Z[ host-image] Feb 10 21:30:58.523 INFO O| Feb 10 21:30:58.523 INFO STEP 101 (ensure_file) COMPLETE
104242026-02-10T21:30:58.603Z[ host-image] Feb 10 21:30:58.523 INFO O| Feb 10 21:30:58.523 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-02-10T21:30:58.603Z[ host-image] Feb 10 21:30:58.538 INFO O| Feb 10 21:30:58.538 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
104262026-02-10T21:30:58.603Z[ host-image] Feb 10 21:30:58.539 INFO O| Feb 10 21:30:58.538 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
104272026-02-10T21:30:58.603Z[ host-image] Feb 10 21:30:58.539 INFO O| Feb 10 21:30:58.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
104282026-02-10T21:30:58.603Z[ host-image] Feb 10 21:30:58.539 INFO O| Feb 10 21:30:58.539 INFO ok!
104292026-02-10T21:30:58.603Z[ host-image] Feb 10 21:30:58.539 INFO O| Feb 10 21:30:58.539 INFO STEP 102 (ensure_file) COMPLETE
104302026-02-10T21:30:58.603Z[ host-image] Feb 10 21:30:58.539 INFO O| Feb 10 21:30:58.539 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-02-10T21:30:58.627Z[ host-image] Feb 10 21:30:58.556 INFO O| Feb 10 21:30:58.556 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
104322026-02-10T21:30:58.627Z[ host-image] Feb 10 21:30:58.556 INFO O| Feb 10 21:30:58.556 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
104332026-02-10T21:30:58.652Z[ host-image] Feb 10 21:30:58.574 INFO O| Feb 10 21:30:58.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104342026-02-10T21:30:58.652Z[ host-image] Feb 10 21:30:58.574 INFO O| Feb 10 21:30:58.574 INFO ok!
104352026-02-10T21:30:58.652Z[ host-image] Feb 10 21:30:58.574 INFO O| Feb 10 21:30:58.574 INFO STEP 103 (ensure_file) COMPLETE
104362026-02-10T21:30:58.652Z[ host-image] Feb 10 21:30:58.574 INFO O| Feb 10 21:30:58.574 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-02-10T21:30:58.652Z[ host-image] Feb 10 21:30:58.588 INFO O| Feb 10 21:30:58.588 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104382026-02-10T21:30:58.652Z[ host-image] Feb 10 21:30:58.588 INFO O| Feb 10 21:30:58.588 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104392026-02-10T21:30:58.652Z[ host-image] Feb 10 21:30:58.588 INFO O| Feb 10 21:30:58.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104402026-02-10T21:30:58.652Z[ host-image] Feb 10 21:30:58.588 INFO O| Feb 10 21:30:58.588 INFO ok!
104412026-02-10T21:30:58.652Z[ host-image] Feb 10 21:30:58.588 INFO O| Feb 10 21:30:58.588 INFO STEP 104 (ensure_file) COMPLETE
104422026-02-10T21:30:58.652Z[ host-image] Feb 10 21:30:58.588 INFO O| Feb 10 21:30:58.588 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-02-10T21:30:58.677Z[ host-image] Feb 10 21:30:58.601 INFO O| Feb 10 21:30:58.600 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104442026-02-10T21:30:58.677Z[ host-image] Feb 10 21:30:58.601 INFO O| Feb 10 21:30:58.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104452026-02-10T21:30:58.677Z[ host-image] Feb 10 21:30:58.601 INFO O| Feb 10 21:30:58.601 INFO STEP 105 (ensure_dir) COMPLETE
104462026-02-10T21:30:58.677Z[ host-image] Feb 10 21:30:58.601 INFO O| Feb 10 21:30:58.601 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104472026-02-10T21:30:58.677Z[ host-image] Feb 10 21:30:58.613 INFO O| Feb 10 21:30:58.612 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104482026-02-10T21:30:58.677Z[ host-image] Feb 10 21:30:58.613 INFO O| Feb 10 21:30:58.613 INFO copying /tmp/.tmpl7VXyn/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 ...
104492026-02-10T21:30:59.295Z[ host-image] Feb 10 21:30:59.238 INFO O| Feb 10 21:30:59.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104502026-02-10T21:30:59.295Z[ host-image] Feb 10 21:30:59.238 INFO O| Feb 10 21:30:59.238 INFO ok!
104512026-02-10T21:30:59.295Z[ host-image] Feb 10 21:30:59.238 INFO O| Feb 10 21:30:59.238 INFO STEP 106 (ensure_file) COMPLETE
104522026-02-10T21:30:59.319Z[ host-image] Feb 10 21:30:59.239 INFO O| Feb 10 21:30:59.238 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104532026-02-10T21:30:59.319Z[ host-image] Feb 10 21:30:59.259 INFO O| Feb 10 21:30:59.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104542026-02-10T21:30:59.319Z[ host-image] Feb 10 21:30:59.259 INFO O| Feb 10 21:30:59.259 INFO copying /tmp/.tmpl7VXyn/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 ...
104552026-02-10T21:30:59.319Z[ host-image] Feb 10 21:30:59.259 INFO O| Feb 10 21:30:59.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104562026-02-10T21:30:59.319Z[ host-image] Feb 10 21:30:59.259 INFO O| Feb 10 21:30:59.259 INFO ok!
104572026-02-10T21:30:59.319Z[ host-image] Feb 10 21:30:59.259 INFO O| Feb 10 21:30:59.259 INFO STEP 107 (ensure_file) COMPLETE
104582026-02-10T21:30:59.319Z[ host-image] Feb 10 21:30:59.259 INFO O| Feb 10 21:30:59.259 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104592026-02-10T21:30:59.344Z[ host-image] Feb 10 21:30:59.275 INFO O| Feb 10 21:30:59.275 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104602026-02-10T21:30:59.344Z[ host-image] Feb 10 21:30:59.275 INFO O| Feb 10 21:30:59.275 INFO copying /tmp/.tmpl7VXyn/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 ...
104612026-02-10T21:30:59.344Z[ host-image] Feb 10 21:30:59.275 INFO O| Feb 10 21:30:59.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104622026-02-10T21:30:59.344Z[ host-image] Feb 10 21:30:59.275 INFO O| Feb 10 21:30:59.275 INFO ok!
104632026-02-10T21:30:59.344Z[ host-image] Feb 10 21:30:59.275 INFO O| Feb 10 21:30:59.275 INFO STEP 108 (ensure_file) COMPLETE
104642026-02-10T21:30:59.344Z[ host-image] Feb 10 21:30:59.275 INFO O| Feb 10 21:30:59.275 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104652026-02-10T21:30:59.368Z[ host-image] Feb 10 21:30:59.294 INFO O| Feb 10 21:30:59.294 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104662026-02-10T21:30:59.368Z[ host-image] Feb 10 21:30:59.294 INFO O| Feb 10 21:30:59.294 INFO copying /tmp/.tmpl7VXyn/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 ...
104672026-02-10T21:30:59.368Z[ host-image] Feb 10 21:30:59.295 INFO O| Feb 10 21:30:59.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104682026-02-10T21:30:59.368Z[ host-image] Feb 10 21:30:59.295 INFO O| Feb 10 21:30:59.295 INFO ok!
104692026-02-10T21:30:59.368Z[ host-image] Feb 10 21:30:59.295 INFO O| Feb 10 21:30:59.295 INFO STEP 109 (ensure_file) COMPLETE
104702026-02-10T21:30:59.368Z[ host-image] Feb 10 21:30:59.295 INFO O| Feb 10 21:30:59.295 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104712026-02-10T21:30:59.393Z[ host-image] Feb 10 21:30:59.316 INFO O| Feb 10 21:30:59.316 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104722026-02-10T21:30:59.393Z[ host-image] Feb 10 21:30:59.316 INFO O| Feb 10 21:30:59.316 INFO copying /tmp/.tmpl7VXyn/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 ...
104732026-02-10T21:30:59.393Z[ host-image] Feb 10 21:30:59.316 INFO O| Feb 10 21:30:59.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104742026-02-10T21:30:59.393Z[ host-image] Feb 10 21:30:59.316 INFO O| Feb 10 21:30:59.316 INFO ok!
104752026-02-10T21:30:59.393Z[ host-image] Feb 10 21:30:59.316 INFO O| Feb 10 21:30:59.316 INFO STEP 110 (ensure_file) COMPLETE
104762026-02-10T21:30:59.393Z[ host-image] Feb 10 21:30:59.316 INFO O| Feb 10 21:30:59.316 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104772026-02-10T21:30:59.417Z[ host-image] Feb 10 21:30:59.337 INFO O| Feb 10 21:30:59.336 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104782026-02-10T21:30:59.417Z[ host-image] Feb 10 21:30:59.337 INFO O| Feb 10 21:30:59.337 INFO copying /tmp/.tmpl7VXyn/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 ...
104792026-02-10T21:30:59.417Z[ host-image] Feb 10 21:30:59.337 INFO O| Feb 10 21:30:59.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104802026-02-10T21:30:59.417Z[ host-image] Feb 10 21:30:59.337 INFO O| Feb 10 21:30:59.337 INFO ok!
104812026-02-10T21:30:59.417Z[ host-image] Feb 10 21:30:59.337 INFO O| Feb 10 21:30:59.337 INFO STEP 111 (ensure_file) COMPLETE
104822026-02-10T21:30:59.417Z[ host-image] Feb 10 21:30:59.337 INFO O| Feb 10 21:30:59.337 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104832026-02-10T21:30:59.417Z[ host-image] Feb 10 21:30:59.358 INFO O| Feb 10 21:30:59.358 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104842026-02-10T21:30:59.417Z[ host-image] Feb 10 21:30:59.358 INFO O| Feb 10 21:30:59.358 INFO copying /tmp/.tmpl7VXyn/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 ...
104852026-02-10T21:30:59.417Z[ host-image] Feb 10 21:30:59.359 INFO O| Feb 10 21:30:59.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104862026-02-10T21:30:59.417Z[ host-image] Feb 10 21:30:59.359 INFO O| Feb 10 21:30:59.359 INFO ok!
104872026-02-10T21:30:59.417Z[ host-image] Feb 10 21:30:59.359 INFO O| Feb 10 21:30:59.359 INFO STEP 112 (ensure_file) COMPLETE
104882026-02-10T21:30:59.417Z[ host-image] Feb 10 21:30:59.359 INFO O| Feb 10 21:30:59.359 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104892026-02-10T21:30:59.441Z[ host-image] Feb 10 21:30:59.376 INFO O| Feb 10 21:30:59.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104902026-02-10T21:30:59.441Z[ host-image] Feb 10 21:30:59.376 INFO O| Feb 10 21:30:59.376 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104912026-02-10T21:30:59.441Z[ host-image] Feb 10 21:30:59.376 INFO O| Feb 10 21:30:59.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104922026-02-10T21:30:59.441Z[ host-image] Feb 10 21:30:59.376 INFO O| Feb 10 21:30:59.376 INFO ok!
104932026-02-10T21:30:59.441Z[ host-image] Feb 10 21:30:59.376 INFO O| Feb 10 21:30:59.376 INFO STEP 113 (ensure_file) COMPLETE
104942026-02-10T21:30:59.441Z[ host-image] Feb 10 21:30:59.376 INFO O| Feb 10 21:30:59.376 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104952026-02-10T21:30:59.467Z[ host-image] Feb 10 21:30:59.394 INFO O| Feb 10 21:30:59.394 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104962026-02-10T21:30:59.467Z[ host-image] Feb 10 21:30:59.394 INFO O| Feb 10 21:30:59.394 INFO copying /tmp/.tmpl7VXyn/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 ...
104972026-02-10T21:30:59.467Z[ host-image] Feb 10 21:30:59.395 INFO O| Feb 10 21:30:59.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104982026-02-10T21:30:59.467Z[ host-image] Feb 10 21:30:59.395 INFO O| Feb 10 21:30:59.395 INFO ok!
104992026-02-10T21:30:59.467Z[ host-image] Feb 10 21:30:59.395 INFO O| Feb 10 21:30:59.395 INFO STEP 114 (ensure_file) COMPLETE
105002026-02-10T21:30:59.467Z[ host-image] Feb 10 21:30:59.395 INFO O| Feb 10 21:30:59.395 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-02-10T21:30:59.491Z[ host-image] Feb 10 21:30:59.410 INFO O| Feb 10 21:30:59.409 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
105022026-02-10T21:30:59.491Z[ host-image] Feb 10 21:30:59.410 INFO O| Feb 10 21:30:59.410 INFO copying /tmp/.tmpl7VXyn/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 ...
105032026-02-10T21:30:59.491Z[ host-image] Feb 10 21:30:59.410 INFO O| Feb 10 21:30:59.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
105042026-02-10T21:30:59.491Z[ host-image] Feb 10 21:30:59.410 INFO O| Feb 10 21:30:59.410 INFO ok!
105052026-02-10T21:30:59.491Z[ host-image] Feb 10 21:30:59.410 INFO O| Feb 10 21:30:59.410 INFO STEP 115 (ensure_file) COMPLETE
105062026-02-10T21:30:59.491Z[ host-image] Feb 10 21:30:59.410 INFO O| Feb 10 21:30:59.410 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105072026-02-10T21:30:59.491Z[ host-image] Feb 10 21:30:59.427 INFO O| Feb 10 21:30:59.427 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
105082026-02-10T21:30:59.491Z[ host-image] Feb 10 21:30:59.427 INFO O| Feb 10 21:30:59.427 INFO copying /tmp/.tmpl7VXyn/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 ...
105092026-02-10T21:30:59.491Z[ host-image] Feb 10 21:30:59.428 INFO O| Feb 10 21:30:59.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
105102026-02-10T21:30:59.491Z[ host-image] Feb 10 21:30:59.428 INFO O| Feb 10 21:30:59.428 INFO ok!
105112026-02-10T21:30:59.491Z[ host-image] Feb 10 21:30:59.428 INFO O| Feb 10 21:30:59.428 INFO STEP 116 (ensure_file) COMPLETE
105122026-02-10T21:30:59.491Z[ host-image] Feb 10 21:30:59.428 INFO O| Feb 10 21:30:59.428 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105132026-02-10T21:30:59.515Z[ host-image] Feb 10 21:30:59.445 INFO O| Feb 10 21:30:59.445 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
105142026-02-10T21:30:59.515Z[ host-image] Feb 10 21:30:59.445 INFO O| Feb 10 21:30:59.445 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
105152026-02-10T21:30:59.516Z[ host-image] Feb 10 21:30:59.445 INFO O| Feb 10 21:30:59.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
105162026-02-10T21:30:59.516Z[ host-image] Feb 10 21:30:59.445 INFO O| Feb 10 21:30:59.445 INFO ok!
105172026-02-10T21:30:59.516Z[ host-image] Feb 10 21:30:59.445 INFO O| Feb 10 21:30:59.445 INFO STEP 117 (ensure_file) COMPLETE
105182026-02-10T21:30:59.516Z[ host-image] Feb 10 21:30:59.445 INFO O| Feb 10 21:30:59.445 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105192026-02-10T21:30:59.539Z[ host-image] Feb 10 21:30:59.468 INFO O| Feb 10 21:30:59.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
105202026-02-10T21:30:59.540Z[ host-image] Feb 10 21:30:59.468 INFO O| Feb 10 21:30:59.468 INFO copying /tmp/.tmpl7VXyn/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 ...
105212026-02-10T21:30:59.540Z[ host-image] Feb 10 21:30:59.468 INFO O| Feb 10 21:30:59.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
105222026-02-10T21:30:59.540Z[ host-image] Feb 10 21:30:59.468 INFO O| Feb 10 21:30:59.468 INFO ok!
105232026-02-10T21:30:59.540Z[ host-image] Feb 10 21:30:59.468 INFO O| Feb 10 21:30:59.468 INFO STEP 118 (ensure_file) COMPLETE
105242026-02-10T21:30:59.540Z[ host-image] Feb 10 21:30:59.468 INFO O| Feb 10 21:30:59.468 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105252026-02-10T21:30:59.564Z[ host-image] Feb 10 21:30:59.491 INFO O| Feb 10 21:30:59.491 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
105262026-02-10T21:30:59.564Z[ host-image] Feb 10 21:30:59.491 INFO O| Feb 10 21:30:59.491 INFO copying /tmp/.tmpl7VXyn/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 ...
105272026-02-10T21:30:59.564Z[ host-image] Feb 10 21:30:59.491 INFO O| Feb 10 21:30:59.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
105282026-02-10T21:30:59.564Z[ host-image] Feb 10 21:30:59.491 INFO O| Feb 10 21:30:59.491 INFO ok!
105292026-02-10T21:30:59.564Z[ host-image] Feb 10 21:30:59.491 INFO O| Feb 10 21:30:59.491 INFO STEP 119 (ensure_file) COMPLETE
105302026-02-10T21:30:59.564Z[ host-image] Feb 10 21:30:59.491 INFO O| Feb 10 21:30:59.491 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105312026-02-10T21:30:59.600Z[ host-image] Feb 10 21:30:59.512 INFO O| Feb 10 21:30:59.512 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
105322026-02-10T21:30:59.600Z[ host-image] Feb 10 21:30:59.512 INFO O| Feb 10 21:30:59.512 INFO copying /tmp/.tmpl7VXyn/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 ...
105332026-02-10T21:30:59.600Z[ host-image] Feb 10 21:30:59.512 INFO O| Feb 10 21:30:59.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105342026-02-10T21:30:59.600Z[ host-image] Feb 10 21:30:59.512 INFO O| Feb 10 21:30:59.512 INFO ok!
105352026-02-10T21:30:59.600Z[ host-image] Feb 10 21:30:59.512 INFO O| Feb 10 21:30:59.512 INFO STEP 120 (ensure_file) COMPLETE
105362026-02-10T21:30:59.600Z[ host-image] Feb 10 21:30:59.512 INFO O| Feb 10 21:30:59.512 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105372026-02-10T21:30:59.600Z[ host-image] Feb 10 21:30:59.530 INFO O| Feb 10 21:30:59.530 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105382026-02-10T21:30:59.600Z[ host-image] Feb 10 21:30:59.530 INFO O| Feb 10 21:30:59.530 INFO copying /tmp/.tmpl7VXyn/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 ...
105392026-02-10T21:30:59.600Z[ host-image] Feb 10 21:30:59.530 INFO O| Feb 10 21:30:59.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105402026-02-10T21:30:59.600Z[ host-image] Feb 10 21:30:59.530 INFO O| Feb 10 21:30:59.530 INFO ok!
105412026-02-10T21:30:59.600Z[ host-image] Feb 10 21:30:59.530 INFO O| Feb 10 21:30:59.530 INFO STEP 121 (ensure_file) COMPLETE
105422026-02-10T21:30:59.600Z[ host-image] Feb 10 21:30:59.530 INFO O| Feb 10 21:30:59.530 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105432026-02-10T21:30:59.629Z[ host-image] Feb 10 21:30:59.550 INFO O| Feb 10 21:30:59.550 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105442026-02-10T21:30:59.629Z[ host-image] Feb 10 21:30:59.551 INFO O| Feb 10 21:30:59.550 INFO copying /tmp/.tmpl7VXyn/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 ...
105452026-02-10T21:30:59.629Z[ host-image] Feb 10 21:30:59.551 INFO O| Feb 10 21:30:59.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105462026-02-10T21:30:59.629Z[ host-image] Feb 10 21:30:59.551 INFO O| Feb 10 21:30:59.551 INFO ok!
105472026-02-10T21:30:59.629Z[ host-image] Feb 10 21:30:59.551 INFO O| Feb 10 21:30:59.551 INFO STEP 122 (ensure_file) COMPLETE
105482026-02-10T21:30:59.629Z[ host-image] Feb 10 21:30:59.551 INFO O| Feb 10 21:30:59.551 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105492026-02-10T21:30:59.653Z[ host-image] Feb 10 21:30:59.570 INFO O| Feb 10 21:30:59.569 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105502026-02-10T21:30:59.654Z[ host-image] Feb 10 21:30:59.570 INFO O| Feb 10 21:30:59.570 INFO copying /tmp/.tmpl7VXyn/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 ...
105512026-02-10T21:30:59.654Z[ host-image] Feb 10 21:30:59.570 INFO O| Feb 10 21:30:59.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105522026-02-10T21:30:59.654Z[ host-image] Feb 10 21:30:59.570 INFO O| Feb 10 21:30:59.570 INFO ok!
105532026-02-10T21:30:59.654Z[ host-image] Feb 10 21:30:59.570 INFO O| Feb 10 21:30:59.570 INFO STEP 123 (ensure_file) COMPLETE
105542026-02-10T21:30:59.654Z[ host-image] Feb 10 21:30:59.570 INFO O| Feb 10 21:30:59.570 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105552026-02-10T21:30:59.654Z[ host-image] Feb 10 21:30:59.587 INFO O| Feb 10 21:30:59.587 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105562026-02-10T21:30:59.654Z[ host-image] Feb 10 21:30:59.587 INFO O| Feb 10 21:30:59.587 INFO copying /tmp/.tmpl7VXyn/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 ...
105572026-02-10T21:30:59.654Z[ host-image] Feb 10 21:30:59.587 INFO O| Feb 10 21:30:59.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105582026-02-10T21:30:59.654Z[ host-image] Feb 10 21:30:59.587 INFO O| Feb 10 21:30:59.587 INFO ok!
105592026-02-10T21:30:59.654Z[ host-image] Feb 10 21:30:59.587 INFO O| Feb 10 21:30:59.587 INFO STEP 124 (ensure_file) COMPLETE
105602026-02-10T21:30:59.654Z[ host-image] Feb 10 21:30:59.587 INFO O| Feb 10 21:30:59.587 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105612026-02-10T21:30:59.678Z[ host-image] Feb 10 21:30:59.605 INFO O| Feb 10 21:30:59.605 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105622026-02-10T21:30:59.678Z[ host-image] Feb 10 21:30:59.605 INFO O| Feb 10 21:30:59.605 INFO copying /tmp/.tmpl7VXyn/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 ...
105632026-02-10T21:30:59.678Z[ host-image] Feb 10 21:30:59.605 INFO O| Feb 10 21:30:59.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105642026-02-10T21:30:59.678Z[ host-image] Feb 10 21:30:59.605 INFO O| Feb 10 21:30:59.605 INFO ok!
105652026-02-10T21:30:59.678Z[ host-image] Feb 10 21:30:59.605 INFO O| Feb 10 21:30:59.605 INFO STEP 125 (ensure_file) COMPLETE
105662026-02-10T21:30:59.678Z[ host-image] Feb 10 21:30:59.605 INFO O| Feb 10 21:30:59.605 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105672026-02-10T21:30:59.702Z[ host-image] Feb 10 21:30:59.624 INFO O| Feb 10 21:30:59.623 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105682026-02-10T21:30:59.702Z[ host-image] Feb 10 21:30:59.624 INFO O| Feb 10 21:30:59.624 INFO copying /tmp/.tmpl7VXyn/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 ...
105692026-02-10T21:30:59.703Z[ host-image] Feb 10 21:30:59.624 INFO O| Feb 10 21:30:59.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105702026-02-10T21:30:59.703Z[ host-image] Feb 10 21:30:59.624 INFO O| Feb 10 21:30:59.624 INFO ok!
105712026-02-10T21:30:59.703Z[ host-image] Feb 10 21:30:59.624 INFO O| Feb 10 21:30:59.624 INFO STEP 126 (ensure_file) COMPLETE
105722026-02-10T21:30:59.703Z[ host-image] Feb 10 21:30:59.624 INFO O| Feb 10 21:30:59.624 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105732026-02-10T21:30:59.727Z[ host-image] Feb 10 21:30:59.646 INFO O| Feb 10 21:30:59.646 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105742026-02-10T21:30:59.727Z[ host-image] Feb 10 21:30:59.646 INFO O| Feb 10 21:30:59.646 INFO copying /tmp/.tmpl7VXyn/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 ...
105752026-02-10T21:30:59.727Z[ host-image] Feb 10 21:30:59.646 INFO O| Feb 10 21:30:59.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105762026-02-10T21:30:59.727Z[ host-image] Feb 10 21:30:59.646 INFO O| Feb 10 21:30:59.646 INFO ok!
105772026-02-10T21:30:59.727Z[ host-image] Feb 10 21:30:59.646 INFO O| Feb 10 21:30:59.646 INFO STEP 127 (ensure_file) COMPLETE
105782026-02-10T21:30:59.727Z[ host-image] Feb 10 21:30:59.646 INFO O| Feb 10 21:30:59.646 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105792026-02-10T21:30:59.727Z[ host-image] Feb 10 21:30:59.667 INFO O| Feb 10 21:30:59.667 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105802026-02-10T21:30:59.727Z[ host-image] Feb 10 21:30:59.667 INFO O| Feb 10 21:30:59.667 INFO copying /tmp/.tmpl7VXyn/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 ...
105812026-02-10T21:30:59.727Z[ host-image] Feb 10 21:30:59.667 INFO O| Feb 10 21:30:59.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105822026-02-10T21:30:59.727Z[ host-image] Feb 10 21:30:59.667 INFO O| Feb 10 21:30:59.667 INFO ok!
105832026-02-10T21:30:59.727Z[ host-image] Feb 10 21:30:59.667 INFO O| Feb 10 21:30:59.667 INFO STEP 128 (ensure_file) COMPLETE
105842026-02-10T21:30:59.727Z[ host-image] Feb 10 21:30:59.667 INFO O| Feb 10 21:30:59.667 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105852026-02-10T21:30:59.752Z[ host-image] Feb 10 21:30:59.681 INFO O| Feb 10 21:30:59.681 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105862026-02-10T21:30:59.752Z[ host-image] Feb 10 21:30:59.681 INFO O| Feb 10 21:30:59.681 INFO copying /tmp/.tmpl7VXyn/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 ...
105872026-02-10T21:30:59.752Z[ host-image] Feb 10 21:30:59.681 INFO O| Feb 10 21:30:59.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105882026-02-10T21:30:59.752Z[ host-image] Feb 10 21:30:59.681 INFO O| Feb 10 21:30:59.681 INFO ok!
105892026-02-10T21:30:59.752Z[ host-image] Feb 10 21:30:59.681 INFO O| Feb 10 21:30:59.681 INFO STEP 129 (ensure_file) COMPLETE
105902026-02-10T21:30:59.752Z[ host-image] Feb 10 21:30:59.681 INFO O| Feb 10 21:30:59.681 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105912026-02-10T21:30:59.779Z[ host-image] Feb 10 21:30:59.700 INFO O| Feb 10 21:30:59.700 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105922026-02-10T21:30:59.779Z[ host-image] Feb 10 21:30:59.700 INFO O| Feb 10 21:30:59.700 INFO copying /tmp/.tmpl7VXyn/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 ...
105932026-02-10T21:30:59.779Z[ host-image] Feb 10 21:30:59.700 INFO O| Feb 10 21:30:59.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105942026-02-10T21:30:59.779Z[ host-image] Feb 10 21:30:59.700 INFO O| Feb 10 21:30:59.700 INFO ok!
105952026-02-10T21:30:59.779Z[ host-image] Feb 10 21:30:59.700 INFO O| Feb 10 21:30:59.700 INFO STEP 130 (ensure_file) COMPLETE
105962026-02-10T21:30:59.779Z[ host-image] Feb 10 21:30:59.700 INFO O| Feb 10 21:30:59.700 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105972026-02-10T21:30:59.803Z[ host-image] Feb 10 21:30:59.722 INFO O| Feb 10 21:30:59.722 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105982026-02-10T21:30:59.803Z[ host-image] Feb 10 21:30:59.722 INFO O| Feb 10 21:30:59.722 INFO copying /tmp/.tmpl7VXyn/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 ...
105992026-02-10T21:30:59.803Z[ host-image] Feb 10 21:30:59.722 INFO O| Feb 10 21:30:59.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
106002026-02-10T21:30:59.803Z[ host-image] Feb 10 21:30:59.722 INFO O| Feb 10 21:30:59.722 INFO ok!
106012026-02-10T21:30:59.803Z[ host-image] Feb 10 21:30:59.722 INFO O| Feb 10 21:30:59.722 INFO STEP 131 (ensure_file) COMPLETE
106022026-02-10T21:30:59.803Z[ host-image] Feb 10 21:30:59.722 INFO O| Feb 10 21:30:59.722 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106032026-02-10T21:30:59.803Z[ host-image] Feb 10 21:30:59.737 INFO O| Feb 10 21:30:59.737 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
106042026-02-10T21:30:59.803Z[ host-image] Feb 10 21:30:59.737 INFO O| Feb 10 21:30:59.737 INFO copying /tmp/.tmpl7VXyn/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 ...
106052026-02-10T21:30:59.803Z[ host-image] Feb 10 21:30:59.737 INFO O| Feb 10 21:30:59.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
106062026-02-10T21:30:59.803Z[ host-image] Feb 10 21:30:59.737 INFO O| Feb 10 21:30:59.737 INFO ok!
106072026-02-10T21:30:59.803Z[ host-image] Feb 10 21:30:59.737 INFO O| Feb 10 21:30:59.737 INFO STEP 132 (ensure_file) COMPLETE
106082026-02-10T21:30:59.803Z[ host-image] Feb 10 21:30:59.737 INFO O| Feb 10 21:30:59.737 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106092026-02-10T21:30:59.827Z[ host-image] Feb 10 21:30:59.754 INFO O| Feb 10 21:30:59.754 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
106102026-02-10T21:30:59.827Z[ host-image] Feb 10 21:30:59.754 INFO O| Feb 10 21:30:59.754 INFO copying /tmp/.tmpl7VXyn/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 ...
106112026-02-10T21:30:59.827Z[ host-image] Feb 10 21:30:59.755 INFO O| Feb 10 21:30:59.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
106122026-02-10T21:30:59.827Z[ host-image] Feb 10 21:30:59.755 INFO O| Feb 10 21:30:59.755 INFO ok!
106132026-02-10T21:30:59.828Z[ host-image] Feb 10 21:30:59.755 INFO O| Feb 10 21:30:59.755 INFO STEP 133 (ensure_file) COMPLETE
106142026-02-10T21:30:59.828Z[ host-image] Feb 10 21:30:59.755 INFO O| Feb 10 21:30:59.755 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106152026-02-10T21:30:59.828Z[ host-image] Feb 10 21:30:59.769 INFO O| Feb 10 21:30:59.769 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
106162026-02-10T21:30:59.828Z[ host-image] Feb 10 21:30:59.769 INFO O| Feb 10 21:30:59.769 INFO copying /tmp/.tmpl7VXyn/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 ...
106172026-02-10T21:30:59.828Z[ host-image] Feb 10 21:30:59.769 INFO O| Feb 10 21:30:59.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
106182026-02-10T21:30:59.828Z[ host-image] Feb 10 21:30:59.769 INFO O| Feb 10 21:30:59.769 INFO ok!
106192026-02-10T21:30:59.828Z[ host-image] Feb 10 21:30:59.769 INFO O| Feb 10 21:30:59.769 INFO STEP 134 (ensure_file) COMPLETE
106202026-02-10T21:30:59.828Z[ host-image] Feb 10 21:30:59.769 INFO O| Feb 10 21:30:59.769 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106212026-02-10T21:30:59.852Z[ host-image] Feb 10 21:30:59.782 INFO O| Feb 10 21:30:59.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
106222026-02-10T21:30:59.852Z[ host-image] Feb 10 21:30:59.783 INFO O| Feb 10 21:30:59.782 INFO copying /tmp/.tmpl7VXyn/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 ...
106232026-02-10T21:30:59.852Z[ host-image] Feb 10 21:30:59.783 INFO O| Feb 10 21:30:59.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
106242026-02-10T21:30:59.852Z[ host-image] Feb 10 21:30:59.783 INFO O| Feb 10 21:30:59.783 INFO ok!
106252026-02-10T21:30:59.852Z[ host-image] Feb 10 21:30:59.783 INFO O| Feb 10 21:30:59.783 INFO STEP 135 (ensure_file) COMPLETE
106262026-02-10T21:30:59.852Z[ host-image] Feb 10 21:30:59.783 INFO O| Feb 10 21:30:59.783 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106272026-02-10T21:30:59.877Z[ host-image] Feb 10 21:30:59.796 INFO O| Feb 10 21:30:59.796 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
106282026-02-10T21:30:59.877Z[ host-image] Feb 10 21:30:59.796 INFO O| Feb 10 21:30:59.796 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
106292026-02-10T21:30:59.877Z[ host-image] Feb 10 21:30:59.797 INFO O| Feb 10 21:30:59.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
106302026-02-10T21:30:59.877Z[ host-image] Feb 10 21:30:59.797 INFO O| Feb 10 21:30:59.797 INFO ok!
106312026-02-10T21:30:59.877Z[ host-image] Feb 10 21:30:59.797 INFO O| Feb 10 21:30:59.797 INFO STEP 136 (ensure_file) COMPLETE
106322026-02-10T21:30:59.877Z[ host-image] Feb 10 21:30:59.797 INFO O| Feb 10 21:30:59.797 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106332026-02-10T21:30:59.877Z[ host-image] Feb 10 21:30:59.810 INFO O| Feb 10 21:30:59.810 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106342026-02-10T21:30:59.877Z[ host-image] Feb 10 21:30:59.810 INFO O| Feb 10 21:30:59.810 INFO copying /tmp/.tmpl7VXyn/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 ...
106352026-02-10T21:30:59.877Z[ host-image] Feb 10 21:30:59.810 INFO O| Feb 10 21:30:59.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106362026-02-10T21:30:59.877Z[ host-image] Feb 10 21:30:59.810 INFO O| Feb 10 21:30:59.810 INFO ok!
106372026-02-10T21:30:59.877Z[ host-image] Feb 10 21:30:59.810 INFO O| Feb 10 21:30:59.810 INFO STEP 137 (ensure_file) COMPLETE
106382026-02-10T21:30:59.877Z[ host-image] Feb 10 21:30:59.810 INFO O| Feb 10 21:30:59.810 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106392026-02-10T21:30:59.902Z[ host-image] Feb 10 21:30:59.831 INFO O| Feb 10 21:30:59.831 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106402026-02-10T21:30:59.902Z[ host-image] Feb 10 21:30:59.831 INFO O| Feb 10 21:30:59.831 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106412026-02-10T21:30:59.902Z[ host-image] Feb 10 21:30:59.832 INFO O| Feb 10 21:30:59.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106422026-02-10T21:30:59.902Z[ host-image] Feb 10 21:30:59.832 INFO O| Feb 10 21:30:59.832 INFO ok!
106432026-02-10T21:30:59.902Z[ host-image] Feb 10 21:30:59.832 INFO O| Feb 10 21:30:59.832 INFO STEP 138 (ensure_file) COMPLETE
106442026-02-10T21:30:59.902Z[ host-image] Feb 10 21:30:59.832 INFO O| Feb 10 21:30:59.832 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106452026-02-10T21:30:59.926Z[ host-image] Feb 10 21:30:59.847 INFO O| Feb 10 21:30:59.847 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106462026-02-10T21:30:59.926Z[ host-image] Feb 10 21:30:59.847 INFO O| Feb 10 21:30:59.847 INFO copying /tmp/.tmpl7VXyn/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106472026-02-10T21:31:06.563Z[ host-image] Feb 10 21:31:06.507 INFO O| Feb 10 21:31:06.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106482026-02-10T21:31:06.563Z[ host-image] Feb 10 21:31:06.507 INFO O| Feb 10 21:31:06.507 INFO ok!
106492026-02-10T21:31:06.587Z[ host-image] Feb 10 21:31:06.507 INFO O| Feb 10 21:31:06.507 INFO STEP 139 (ensure_file) COMPLETE
106502026-02-10T21:31:06.588Z[ host-image] Feb 10 21:31:06.507 INFO O| Feb 10 21:31:06.507 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106512026-02-10T21:31:06.588Z[ host-image] Feb 10 21:31:06.524 INFO O| Feb 10 21:31:06.524 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106522026-02-10T21:31:06.588Z[ host-image] Feb 10 21:31:06.524 INFO O| Feb 10 21:31:06.524 INFO STEP 140 (ensure_dir) COMPLETE
106532026-02-10T21:31:06.588Z[ host-image] Feb 10 21:31:06.524 INFO O| Feb 10 21:31:06.524 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106542026-02-10T21:31:06.612Z[ host-image] Feb 10 21:31:06.539 INFO O| Feb 10 21:31:06.539 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106552026-02-10T21:31:06.612Z[ host-image] Feb 10 21:31:06.539 INFO O| Feb 10 21:31:06.539 INFO STEP 141 (ensure_dir) COMPLETE
106562026-02-10T21:31:06.612Z[ host-image] Feb 10 21:31:06.539 INFO O| Feb 10 21:31:06.539 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106572026-02-10T21:31:06.612Z[ host-image] Feb 10 21:31:06.552 INFO O| Feb 10 21:31:06.552 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106582026-02-10T21:31:06.613Z[ host-image] Feb 10 21:31:06.552 INFO O| Feb 10 21:31:06.552 INFO STEP 142 (ensure_dir) COMPLETE
106592026-02-10T21:31:06.613Z[ host-image] Feb 10 21:31:06.552 INFO O| Feb 10 21:31:06.552 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106602026-02-10T21:31:06.637Z[ host-image] Feb 10 21:31:06.565 INFO O| Feb 10 21:31:06.565 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106612026-02-10T21:31:06.637Z[ host-image] Feb 10 21:31:06.565 INFO O| Feb 10 21:31:06.565 INFO STEP 143 (ensure_dir) COMPLETE
106622026-02-10T21:31:06.637Z[ host-image] Feb 10 21:31:06.565 INFO O| Feb 10 21:31:06.565 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106632026-02-10T21:31:06.663Z[ host-image] Feb 10 21:31:06.583 INFO O| Feb 10 21:31:06.583 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106642026-02-10T21:31:06.663Z[ host-image] Feb 10 21:31:06.583 INFO O| Feb 10 21:31:06.583 INFO copying /tmp/.tmpl7VXyn/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 ...
106652026-02-10T21:31:06.663Z[ host-image] Feb 10 21:31:06.583 INFO O| Feb 10 21:31:06.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106662026-02-10T21:31:06.663Z[ host-image] Feb 10 21:31:06.583 INFO O| Feb 10 21:31:06.583 INFO ok!
106672026-02-10T21:31:06.663Z[ host-image] Feb 10 21:31:06.583 INFO O| Feb 10 21:31:06.583 INFO STEP 144 (ensure_file) COMPLETE
106682026-02-10T21:31:06.663Z[ host-image] Feb 10 21:31:06.583 INFO O| Feb 10 21:31:06.583 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106692026-02-10T21:31:06.663Z[ host-image] Feb 10 21:31:06.600 INFO O| Feb 10 21:31:06.600 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106702026-02-10T21:31:06.663Z[ host-image] Feb 10 21:31:06.600 INFO O| Feb 10 21:31:06.600 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106712026-02-10T21:31:06.663Z[ host-image] Feb 10 21:31:06.600 INFO O| Feb 10 21:31:06.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106722026-02-10T21:31:06.663Z[ host-image] Feb 10 21:31:06.600 INFO O| Feb 10 21:31:06.600 INFO STEP 145 (ensure_dir) COMPLETE
106732026-02-10T21:31:06.663Z[ host-image] Feb 10 21:31:06.600 INFO O| Feb 10 21:31:06.600 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106742026-02-10T21:31:06.688Z[ host-image] Feb 10 21:31:06.618 INFO O| Feb 10 21:31:06.618 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106752026-02-10T21:31:06.688Z[ host-image] Feb 10 21:31:06.618 INFO O| Feb 10 21:31:06.618 INFO copying /tmp/.tmpl7VXyn/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106762026-02-10T21:31:06.688Z[ host-image] Feb 10 21:31:06.619 INFO O| Feb 10 21:31:06.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106772026-02-10T21:31:06.688Z[ host-image] Feb 10 21:31:06.619 INFO O| Feb 10 21:31:06.618 INFO ok!
106782026-02-10T21:31:06.688Z[ host-image] Feb 10 21:31:06.619 INFO O| Feb 10 21:31:06.618 INFO STEP 146 (ensure_file) COMPLETE
106792026-02-10T21:31:06.688Z[ host-image] Feb 10 21:31:06.619 INFO O| Feb 10 21:31:06.618 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-02-10T21:31:06.713Z[ host-image] Feb 10 21:31:06.638 INFO O| Feb 10 21:31:06.638 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106812026-02-10T21:31:06.713Z[ host-image] Feb 10 21:31:06.638 INFO O| Feb 10 21:31:06.638 INFO STEP 147 (remove_files) COMPLETE
106822026-02-10T21:31:06.713Z[ host-image] Feb 10 21:31:06.638 INFO O| Feb 10 21:31:06.638 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-02-10T21:31:06.713Z[ host-image] Feb 10 21:31:06.650 INFO O| Feb 10 21:31:06.650 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106842026-02-10T21:31:06.714Z[ host-image] Feb 10 21:31:06.650 INFO O| Feb 10 21:31:06.650 INFO STEP 148 (remove_files) COMPLETE
106852026-02-10T21:31:06.714Z[ host-image] Feb 10 21:31:06.650 INFO O| Feb 10 21:31:06.650 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-02-10T21:31:06.737Z[ host-image] Feb 10 21:31:06.669 INFO O| Feb 10 21:31:06.668 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106872026-02-10T21:31:06.738Z[ host-image] Feb 10 21:31:06.669 INFO O| Feb 10 21:31:06.669 INFO STEP 149 (remove_files) COMPLETE
106882026-02-10T21:31:06.738Z[ host-image] Feb 10 21:31:06.669 INFO O| Feb 10 21:31:06.669 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-02-10T21:31:06.761Z[ host-image] Feb 10 21:31:06.682 INFO O| Feb 10 21:31:06.682 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106902026-02-10T21:31:06.762Z[ host-image] Feb 10 21:31:06.683 INFO O| Feb 10 21:31:06.683 INFO STEP 150 (remove_files) COMPLETE
106912026-02-10T21:31:06.762Z[ host-image] Feb 10 21:31:06.683 INFO O| Feb 10 21:31:06.683 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-02-10T21:31:06.762Z[ host-image] Feb 10 21:31:06.695 INFO O| Feb 10 21:31:06.695 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106932026-02-10T21:31:06.762Z[ host-image] Feb 10 21:31:06.696 INFO O| Feb 10 21:31:06.696 INFO STEP 151 (remove_files) COMPLETE
106942026-02-10T21:31:06.762Z[ host-image] Feb 10 21:31:06.696 INFO O| Feb 10 21:31:06.696 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-02-10T21:31:06.786Z[ host-image] Feb 10 21:31:06.708 INFO O| Feb 10 21:31:06.708 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106962026-02-10T21:31:06.786Z[ host-image] Feb 10 21:31:06.708 INFO O| Feb 10 21:31:06.708 INFO STEP 152 (remove_files) COMPLETE
106972026-02-10T21:31:06.786Z[ host-image] Feb 10 21:31:06.708 INFO O| Feb 10 21:31:06.708 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-02-10T21:31:06.786Z[ host-image] Feb 10 21:31:06.721 INFO O| Feb 10 21:31:06.720 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106992026-02-10T21:31:06.786Z[ host-image] Feb 10 21:31:06.721 INFO O| Feb 10 21:31:06.721 INFO STEP 153 (remove_files) COMPLETE
107002026-02-10T21:31:06.786Z[ host-image] Feb 10 21:31:06.721 INFO O| Feb 10 21:31:06.721 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-02-10T21:31:06.810Z[ host-image] Feb 10 21:31:06.740 INFO O| Feb 10 21:31:06.739 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
107022026-02-10T21:31:06.810Z[ host-image] Feb 10 21:31:06.740 INFO O| Feb 10 21:31:06.740 INFO STEP 154 (remove_files) COMPLETE
107032026-02-10T21:31:06.810Z[ host-image] Feb 10 21:31:06.740 INFO O| Feb 10 21:31:06.740 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-02-10T21:31:06.810Z[ host-image] Feb 10 21:31:06.753 INFO O| Feb 10 21:31:06.753 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
107052026-02-10T21:31:06.810Z[ host-image] Feb 10 21:31:06.753 INFO O| Feb 10 21:31:06.753 INFO STEP 155 (remove_files) COMPLETE
107062026-02-10T21:31:06.810Z[ host-image] Feb 10 21:31:06.753 INFO O| Feb 10 21:31:06.753 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-02-10T21:31:06.835Z[ host-image] Feb 10 21:31:06.773 INFO O| Feb 10 21:31:06.773 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
107082026-02-10T21:31:06.835Z[ host-image] Feb 10 21:31:06.773 INFO O| Feb 10 21:31:06.773 INFO STEP 156 (remove_files) COMPLETE
107092026-02-10T21:31:06.835Z[ host-image] Feb 10 21:31:06.773 INFO O| Feb 10 21:31:06.773 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-02-10T21:31:06.859Z[ host-image] Feb 10 21:31:06.789 INFO O| Feb 10 21:31:06.788 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
107112026-02-10T21:31:06.859Z[ host-image] Feb 10 21:31:06.789 INFO O| Feb 10 21:31:06.789 INFO STEP 157 (remove_files) COMPLETE
107122026-02-10T21:31:06.859Z[ host-image] Feb 10 21:31:06.789 INFO O| Feb 10 21:31:06.789 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-02-10T21:31:06.883Z[ host-image] Feb 10 21:31:06.807 INFO O| Feb 10 21:31:06.807 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
107142026-02-10T21:31:06.883Z[ host-image] Feb 10 21:31:06.808 INFO O| Feb 10 21:31:06.807 INFO STEP 158 (remove_files) COMPLETE
107152026-02-10T21:31:06.883Z[ host-image] Feb 10 21:31:06.808 INFO O| Feb 10 21:31:06.808 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107162026-02-10T21:31:06.883Z[ host-image] Feb 10 21:31:06.821 INFO O| Feb 10 21:31:06.821 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
107172026-02-10T21:31:06.883Z[ host-image] Feb 10 21:31:06.821 INFO O| Feb 10 21:31:06.821 INFO STEP 159 (remove_files) COMPLETE
107182026-02-10T21:31:06.883Z[ host-image] Feb 10 21:31:06.822 INFO O| Feb 10 21:31:06.821 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107192026-02-10T21:31:06.907Z[ host-image] Feb 10 21:31:06.834 INFO O| Feb 10 21:31:06.834 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
107202026-02-10T21:31:06.907Z[ host-image] Feb 10 21:31:06.834 INFO O| Feb 10 21:31:06.834 INFO STEP 160 (remove_files) COMPLETE
107212026-02-10T21:31:06.907Z[ host-image] Feb 10 21:31:06.834 INFO O| Feb 10 21:31:06.834 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107222026-02-10T21:31:06.931Z[ host-image] Feb 10 21:31:06.852 INFO O| Feb 10 21:31:06.852 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
107232026-02-10T21:31:06.931Z[ host-image] Feb 10 21:31:06.852 INFO O| Feb 10 21:31:06.852 INFO STEP 161 (remove_files) COMPLETE
107242026-02-10T21:31:06.931Z[ host-image] Feb 10 21:31:06.852 INFO O| Feb 10 21:31:06.852 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107252026-02-10T21:31:06.932Z[ host-image] Feb 10 21:31:06.870 INFO O| Feb 10 21:31:06.870 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107262026-02-10T21:31:06.932Z[ host-image] Feb 10 21:31:06.871 INFO O| Feb 10 21:31:06.870 INFO STEP 162 (remove_files) COMPLETE
107272026-02-10T21:31:06.932Z[ host-image] Feb 10 21:31:06.871 INFO O| Feb 10 21:31:06.871 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107282026-02-10T21:31:06.956Z[ host-image] Feb 10 21:31:06.883 INFO O| Feb 10 21:31:06.883 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107292026-02-10T21:31:06.956Z[ host-image] Feb 10 21:31:06.884 INFO O| Feb 10 21:31:06.884 INFO STEP 163 (remove_files) COMPLETE
107302026-02-10T21:31:06.956Z[ host-image] Feb 10 21:31:06.884 INFO O| Feb 10 21:31:06.884 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107312026-02-10T21:31:06.956Z[ host-image] Feb 10 21:31:06.896 INFO O| Feb 10 21:31:06.896 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107322026-02-10T21:31:06.956Z[ host-image] Feb 10 21:31:06.896 INFO O| Feb 10 21:31:06.896 INFO STEP 164 (remove_files) COMPLETE
107332026-02-10T21:31:06.956Z[ host-image] Feb 10 21:31:06.896 INFO O| Feb 10 21:31:06.896 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107342026-02-10T21:31:06.980Z[ host-image] Feb 10 21:31:06.908 INFO O| Feb 10 21:31:06.908 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107352026-02-10T21:31:06.980Z[ host-image] Feb 10 21:31:06.908 INFO O| Feb 10 21:31:06.908 INFO STEP 165 (remove_files) COMPLETE
107362026-02-10T21:31:06.980Z[ host-image] Feb 10 21:31:06.908 INFO O| Feb 10 21:31:06.908 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107372026-02-10T21:31:07.004Z[ host-image] Feb 10 21:31:06.927 INFO O| Feb 10 21:31:06.927 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107382026-02-10T21:31:07.004Z[ host-image] Feb 10 21:31:06.927 INFO O| Feb 10 21:31:06.927 INFO STEP 166 (remove_files) COMPLETE
107392026-02-10T21:31:07.004Z[ host-image] Feb 10 21:31:06.927 INFO O| Feb 10 21:31:06.927 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107402026-02-10T21:31:07.004Z[ host-image] Feb 10 21:31:06.948 INFO O| Feb 10 21:31:06.948 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107412026-02-10T21:31:07.005Z[ host-image] Feb 10 21:31:06.948 INFO O| Feb 10 21:31:06.948 INFO STEP 167 (remove_files) COMPLETE
107422026-02-10T21:31:07.005Z[ host-image] Feb 10 21:31:06.948 INFO O| Feb 10 21:31:06.948 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107432026-02-10T21:31:07.030Z[ host-image] Feb 10 21:31:06.968 INFO O| Feb 10 21:31:06.967 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107442026-02-10T21:31:07.030Z[ host-image] Feb 10 21:31:06.968 INFO O| Feb 10 21:31:06.968 INFO STEP 168 (remove_files) COMPLETE
107452026-02-10T21:31:07.030Z[ host-image] Feb 10 21:31:06.968 INFO O| Feb 10 21:31:06.968 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107462026-02-10T21:31:07.054Z[ host-image] Feb 10 21:31:06.988 INFO O| Feb 10 21:31:06.988 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107472026-02-10T21:31:07.054Z[ host-image] Feb 10 21:31:06.988 INFO O| Feb 10 21:31:06.988 INFO STEP 169 (remove_files) COMPLETE
107482026-02-10T21:31:07.054Z[ host-image] Feb 10 21:31:06.989 INFO O| Feb 10 21:31:06.988 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107492026-02-10T21:31:07.079Z[ host-image] Feb 10 21:31:07.007 INFO O| Feb 10 21:31:07.006 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107502026-02-10T21:31:07.080Z[ host-image] Feb 10 21:31:07.007 INFO O| Feb 10 21:31:07.007 INFO STEP 170 (remove_files) COMPLETE
107512026-02-10T21:31:07.080Z[ host-image] Feb 10 21:31:07.007 INFO O| Feb 10 21:31:07.007 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107522026-02-10T21:31:07.106Z[ host-image] Feb 10 21:31:07.026 INFO O| Feb 10 21:31:07.026 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107532026-02-10T21:31:07.106Z[ host-image] Feb 10 21:31:07.027 INFO O| Feb 10 21:31:07.027 INFO STEP 171 (remove_files) COMPLETE
107542026-02-10T21:31:07.107Z[ host-image] Feb 10 21:31:07.027 INFO O| Feb 10 21:31:07.027 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107552026-02-10T21:31:07.107Z[ host-image] Feb 10 21:31:07.041 INFO O| Feb 10 21:31:07.041 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107562026-02-10T21:31:07.107Z[ host-image] Feb 10 21:31:07.041 INFO O| Feb 10 21:31:07.041 INFO STEP 172 (remove_files) COMPLETE
107572026-02-10T21:31:07.107Z[ host-image] Feb 10 21:31:07.041 INFO O| Feb 10 21:31:07.041 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107582026-02-10T21:31:07.140Z[ host-image] Feb 10 21:31:07.054 INFO O| Feb 10 21:31:07.054 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107592026-02-10T21:31:07.140Z[ host-image] Feb 10 21:31:07.054 INFO O| Feb 10 21:31:07.054 INFO STEP 173 (remove_files) COMPLETE
107602026-02-10T21:31:07.140Z[ host-image] Feb 10 21:31:07.054 INFO O| Feb 10 21:31:07.054 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107612026-02-10T21:31:07.140Z[ host-image] Feb 10 21:31:07.071 INFO O| Feb 10 21:31:07.071 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107622026-02-10T21:31:07.140Z[ host-image] Feb 10 21:31:07.071 INFO O| Feb 10 21:31:07.071 INFO STEP 174 (remove_files) COMPLETE
107632026-02-10T21:31:07.140Z[ host-image] Feb 10 21:31:07.071 INFO O| Feb 10 21:31:07.071 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107642026-02-10T21:31:07.165Z[ host-image] Feb 10 21:31:07.087 INFO O| Feb 10 21:31:07.087 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107652026-02-10T21:31:07.165Z[ host-image] Feb 10 21:31:07.087 INFO O| Feb 10 21:31:07.087 INFO STEP 175 (remove_files) COMPLETE
107662026-02-10T21:31:07.165Z[ host-image] Feb 10 21:31:07.087 INFO O| Feb 10 21:31:07.087 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107672026-02-10T21:31:07.165Z[ host-image] Feb 10 21:31:07.107 INFO O| Feb 10 21:31:07.106 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107682026-02-10T21:31:07.165Z[ host-image] Feb 10 21:31:07.107 INFO O| Feb 10 21:31:07.107 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107692026-02-10T21:31:14.305Z[ host-image] Feb 10 21:31:14.250 INFO O| Feb 10 21:31:14.250 INFO O| Loading smf(7) service descriptions: 1/792/793/794/795/796/797/798/799/7910/7911/7912/7913/7914/7915/7916/7917/7918/7919/7920/7921/7922/7923/7924/7925/7926/7927/7928/7929/7930/7931/7932/7933/7934/7935/7936/7937/7938/7939/7940/7941/7942/7943/7944/7945/7946/7947/7948/7949/7950/7951/7952/7953/7954/7955/7956/7957/7958/7959/7960/7961/7962/7963/7964/7965/7966/7967/7968/7969/7970/7971/7972/7973/7974/7975/7976/7977/7978/7979/79
107702026-02-10T21:31:14.306Z[ host-image] Feb 10 21:31:14.251 INFO O| Feb 10 21:31:14.250 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107712026-02-10T21:31:14.334Z[ host-image] Feb 10 21:31:14.279 INFO O| Feb 10 21:31:14.279 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
107722026-02-10T21:31:14.579Z[ host-image] Feb 10 21:31:14.524 INFO O| Feb 10 21:31:14.524 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.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_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
107732026-02-10T21:31:14.721Z[ host-image] Feb 10 21:31:14.666 INFO O| Feb 10 21:31:14.666 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107742026-02-10T21:31:14.879Z[ host-image] Feb 10 21:31:14.824 INFO O| Feb 10 21:31:14.824 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107752026-02-10T21:31:14.879Z[ host-image] Feb 10 21:31:14.824 INFO O| Feb 10 21:31:14.824 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107762026-02-10T21:31:14.903Z[ host-image] Feb 10 21:31:14.828 INFO O| Feb 10 21:31:14.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107772026-02-10T21:31:14.903Z[ host-image] Feb 10 21:31:14.828 INFO O| Feb 10 21:31:14.828 INFO ok!
107782026-02-10T21:31:14.903Z[ host-image] Feb 10 21:31:14.828 INFO O| Feb 10 21:31:14.828 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107792026-02-10T21:31:14.903Z[ host-image] Feb 10 21:31:14.828 INFO O| Feb 10 21:31:14.828 INFO STEP 176 (seed_smf) COMPLETE
107802026-02-10T21:31:14.903Z[ host-image] Feb 10 21:31:14.828 INFO O| Feb 10 21:31:14.828 INFO steps complete; finalising image!
107812026-02-10T21:31:14.903Z[ host-image] Feb 10 21:31:14.828 INFO O| Feb 10 21:31:14.828 INFO TRIM POOL: TEMPORARY-sled-zfs
107822026-02-10T21:31:15.069Z[ host-image] Feb 10 21:31:15.013 INFO O| Feb 10 21:31:15.013 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Tue Feb 10 21:31:14 2026)
107832026-02-10T21:31:15.292Z[ host-image] Feb 10 21:31:15.238 INFO O| Feb 10 21:31:15.237 INFO temporary pool has 805M used, 90.9M avail, 1.81x compressratio
107842026-02-10T21:31:15.292Z[ host-image] Feb 10 21:31:15.238 INFO O| Feb 10 21:31:15.237 INFO EXPORT POOL: TEMPORARY-sled-zfs
107852026-02-10T21:31:15.727Z[ host-image] Feb 10 21:31:15.673 INFO O| Feb 10 21:31:15.673 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107862026-02-10T21:31:15.728Z[ host-image] Feb 10 21:31:15.673 INFO O| Feb 10 21:31:15.673 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107872026-02-10T21:31:17.394Z[ host-image] Feb 10 21:31:17.340 INFO O| Feb 10 21:31:17.339 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107882026-02-10T21:31:17.394Z[ host-image] Feb 10 21:31:17.340 INFO O| Feb 10 21:31:17.339 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107892026-02-10T21:31:17.419Z[ host-image] Feb 10 21:31:17.340 INFO O| Feb 10 21:31:17.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107902026-02-10T21:31:17.419Z[ host-image] Feb 10 21:31:17.340 INFO O| Feb 10 21:31:17.340 INFO completed processing sled/zfs
107912026-02-10T21:31:17.419Z[ host-image] Feb 10 21:31:17.340 INFO O| Feb 10 21:31:17.340 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107922026-02-10T21:31:18.253Z[ host-image] Feb 10 21:31:18.198 INFO O| Feb 10 21:31:18.198 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107932026-02-10T21:31:18.316Z[ host-image] Feb 10 21:31:18.261 INFO BUILD STRING "heads/stlouis-0-g264d7a560b\n"
107942026-02-10T21:31:18.316Z[ host-image] Feb 10 21:31:18.261 INFO expanded image name: "ci 9bc02f7/${os_short_commit} 2026-02-10 20:18" -> "ci 9bc02f7/264d7a5 2026-02-10 20:18"
107952026-02-10T21:31:18.345Z[ host-image] Feb 10 21:31:18.261 INFO output artefacts stored in: "/work/os-host"
107962026-02-10T21:31:18.345Z[ host-image] Feb 10 21:31:18.261 INFO collecting git info from project "pilot"...
107972026-02-10T21:31:18.345Z[ host-image] Feb 10 21:31:18.276 INFO collecting git info from project "phbl"...
107982026-02-10T21:31:18.345Z[ host-image] Feb 10 21:31:18.288 INFO collecting git info from project "amd-firmware"...
107992026-02-10T21:31:18.379Z[ host-image] Feb 10 21:31:18.325 INFO collecting git info from project "amd-host-image-builder"...
108002026-02-10T21:31:18.407Z[ host-image] Feb 10 21:31:18.342 INFO collecting git info from project "image-builder"...
108012026-02-10T21:31:18.433Z[ host-image] Feb 10 21:31:18.353 INFO collecting git info from project "bootserver"...
108022026-02-10T21:31:18.433Z[ host-image] Feb 10 21:31:18.364 INFO collecting git info from project "chelsio-t6-roms"...
108032026-02-10T21:31:18.433Z[ host-image] Feb 10 21:31:18.377 INFO collecting git info from project "dmar-report"...
108042026-02-10T21:31:18.459Z[ host-image] Feb 10 21:31:18.389 INFO collecting git info from project "pinprick"...
108052026-02-10T21:31:18.459Z[ host-image] Feb 10 21:31:18.397 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108062026-02-10T21:31:19.089Z[ host-image] Feb 10 21:31:19.033 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108072026-02-10T21:31:19.691Z[ host-image] Feb 10 21:31:19.636 INFO creating Oxide boot image...
108082026-02-10T21:31:19.691Z[ host-image] Feb 10 21:31:19.636 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 9bc02f7/264d7a5 2026-02-10 20:18", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108092026-02-10T21:31:21.193Z[ host-image] Feb 10 21:31:21.139 INFO O| ok, image written!
108102026-02-10T21:31:21.193Z[ host-image] Feb 10 21:31:21.139 INFO O| ok, boot_image_csum file written!
108112026-02-10T21:31:21.217Z[ host-image] Feb 10 21:31:21.144 INFO creating boot archive (CPIO)...
108122026-02-10T21:31:21.217Z[ host-image] Feb 10 21:31:21.144 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
108132026-02-10T21:31:21.217Z[ host-image] Feb 10 21:31:21.152 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108142026-02-10T21:31:21.217Z[ host-image] Feb 10 21:31:21.152 INFO E| + outfile=/work/os-host/cpio
108152026-02-10T21:31:21.217Z[ host-image] Feb 10 21:31:21.152 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108162026-02-10T21:31:21.217Z[ host-image] Feb 10 21:31:21.156 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108172026-02-10T21:31:21.217Z[ host-image] Feb 10 21:31:21.156 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108182026-02-10T21:31:21.274Z[ host-image] Feb 10 21:31:21.220 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108192026-02-10T21:31:21.274Z[ host-image] Feb 10 21:31:21.220 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108202026-02-10T21:31:21.298Z[ host-image] Feb 10 21:31:21.236 INFO creating compressed cpio/unix for dev loaders...
108212026-02-10T21:31:21.298Z[ host-image] Feb 10 21:31:21.237 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
108222026-02-10T21:31:21.670Z[ host-image] Feb 10 21:31:21.615 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
108232026-02-10T21:31:27.074Z[ host-image] Feb 10 21:31:27.021 INFO creating reset image...
108242026-02-10T21:31:27.074Z[ host-image] Feb 10 21:31:27.021 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
108252026-02-10T21:31:27.168Z[ host-image] Feb 10 21:31:27.115 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')"
108262026-02-10T21:31:27.168Z[ host-image] Feb 10 21:31:27.115 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")
108272026-02-10T21:31:27.331Z[ host-image] Feb 10 21:31:27.277 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108282026-02-10T21:31:27.355Z[ host-image] Feb 10 21:31:27.280 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108292026-02-10T21:31:27.912Z[ host-image] Feb 10 21:31:27.858 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)
108302026-02-10T21:31:27.912Z[ host-image] Feb 10 21:31:27.858 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)
108312026-02-10T21:31:27.936Z[ host-image] Feb 10 21:31:27.858 INFO E| Compiling proc-macro2 v1.0.106
108322026-02-10T21:31:27.936Z[ host-image] Feb 10 21:31:27.859 INFO E| Compiling unicode-ident v1.0.23
108332026-02-10T21:31:27.936Z[ host-image] Feb 10 21:31:27.859 INFO E| Compiling quote v1.0.44
108342026-02-10T21:31:27.936Z[ host-image] Feb 10 21:31:27.859 INFO E| Compiling syn v1.0.109
108352026-02-10T21:31:27.936Z[ host-image] Feb 10 21:31:27.859 INFO E| Compiling x86 v0.52.0
108362026-02-10T21:31:27.936Z[ host-image] Feb 10 21:31:27.859 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108372026-02-10T21:31:28.226Z[ host-image] Feb 10 21:31:28.172 INFO E| Compiling seq-macro v0.3.6
108382026-02-10T21:31:30.095Z[ host-image] Feb 10 21:31:30.041 INFO E| Compiling syn v2.0.114
108392026-02-10T21:31:33.555Z[ host-image] Feb 10 21:31:33.502 INFO E| Compiling scroll_derive v0.13.1
108402026-02-10T21:31:36.323Z[ host-image] Feb 10 21:31:36.270 INFO E| Compiling bitstruct_derive v0.1.0
108412026-02-10T21:32:02.153Z[ host-image] Feb 10 21:32:02.103 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)
108422026-02-10T21:32:07.356Z[ host-image] Feb 10 21:32:07.306 INFO E| Compiling bitflags v1.3.2
108432026-02-10T21:32:07.356Z[ host-image] Feb 10 21:32:07.306 INFO E| Compiling log v0.4.29
108442026-02-10T21:32:07.380Z[ host-image] Feb 10 21:32:07.306 INFO E| Compiling bit_field v0.10.3
108452026-02-10T21:32:07.380Z[ host-image] Feb 10 21:32:07.306 INFO E| Compiling adler2 v2.0.1
108462026-02-10T21:32:07.380Z[ host-image] Feb 10 21:32:07.306 INFO E| Compiling bitflags v2.10.0
108472026-02-10T21:32:07.380Z[ host-image] Feb 10 21:32:07.306 INFO E| Compiling plain v0.2.3
108482026-02-10T21:32:07.380Z[ host-image] Feb 10 21:32:07.306 INFO E| Compiling scroll v0.13.0
108492026-02-10T21:32:07.572Z[ host-image] Feb 10 21:32:07.522 INFO E| Compiling raw-cpuid v10.7.0
108502026-02-10T21:32:07.596Z[ host-image] Feb 10 21:32:07.523 INFO E| Compiling miniz_oxide v0.9.0
108512026-02-10T21:32:07.675Z[ host-image] Feb 10 21:32:07.626 INFO E| Compiling bitstruct v0.1.1
108522026-02-10T21:32:07.763Z[ host-image] Feb 10 21:32:07.714 INFO E| Compiling static_assertions v1.1.0
108532026-02-10T21:32:07.867Z[ host-image] Feb 10 21:32:07.817 INFO E| Compiling cpio_reader v0.1.2
108542026-02-10T21:32:07.906Z[ host-image] Feb 10 21:32:07.856 INFO E| Compiling goblin v0.10.4
108552026-02-10T21:32:14.675Z[ host-image] Feb 10 21:32:14.626 INFO E| Finished `release` profile [optimized] target(s) in 47.32s
108562026-02-10T21:32:14.699Z[ host-image] Feb 10 21:32:14.648 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
108572026-02-10T21:32:14.815Z[ host-image] Feb 10 21:32:14.766 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')"
108582026-02-10T21:32:14.815Z[ host-image] Feb 10 21:32:14.766 INFO building ROM for cosmo
108592026-02-10T21:32:14.839Z[ host-image] Feb 10 21:32:14.766 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")
108602026-02-10T21:32:15.051Z[ host-image] Feb 10 21:32:15.002 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
108612026-02-10T21:32:15.075Z[ host-image] Feb 10 21:32:15.008 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`
108622026-02-10T21:32:15.075Z[ host-image] Feb 10 21:32:15.024 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
108632026-02-10T21:32:15.207Z[ host-image] Feb 10 21:32:15.159 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
108642026-02-10T21:32:15.272Z[ host-image] Feb 10 21:32:15.166 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`
108652026-02-10T21:32:15.837Z[ host-image] Feb 10 21:32:15.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
108662026-02-10T21:32:15.837Z[ host-image] Feb 10 21:32:15.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
108672026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
108682026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
108692026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108702026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108712026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108722026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
108732026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
108742026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
108752026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
108762026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108772026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108782026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108792026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108802026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108812026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
108822026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108832026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
108842026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
108852026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108862026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.790 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108872026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
108882026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108892026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
108902026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
108912026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
108922026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108932026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
108942026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108952026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
108962026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
108972026-02-10T21:32:15.905Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
108982026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108992026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
109002026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
109012026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
109022026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
109032026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.791 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
109042026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.792 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
109052026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.792 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
109062026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.792 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
109072026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.792 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
109082026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.792 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
109092026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.792 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
109102026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.792 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109112026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.792 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
109122026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.792 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
109132026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.792 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
109142026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.792 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
109152026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.792 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
109162026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.792 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
109172026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.792 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
109182026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.793 INFO O| Info: ABL version: 0x1007f011
109192026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.793 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
109202026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.793 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
109212026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.793 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
109222026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109232026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109242026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109252026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109262026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109272026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109282026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109292026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109302026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109312026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109322026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109332026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109342026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109352026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109362026-02-10T21:32:15.906Z[ host-image] Feb 10 21:32:15.794 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109372026-02-10T21:32:15.907Z[ host-image] Feb 10 21:32:15.795 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109382026-02-10T21:32:15.907Z[ host-image] Feb 10 21:32:15.795 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109392026-02-10T21:32:15.907Z[ host-image] Feb 10 21:32:15.795 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109402026-02-10T21:32:15.907Z[ host-image] Feb 10 21:32:15.795 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109412026-02-10T21:32:15.931Z[ host-image] Feb 10 21:32:15.858 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109422026-02-10T21:32:15.931Z[ host-image] Feb 10 21:32:15.858 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109432026-02-10T21:32:15.931Z[ host-image] Feb 10 21:32:15.858 INFO building ROM for gimlet
109442026-02-10T21:32:15.931Z[ host-image] Feb 10 21:32:15.858 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")
109452026-02-10T21:32:16.114Z[ host-image] Feb 10 21:32:16.065 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
109462026-02-10T21:32:16.139Z[ host-image] Feb 10 21:32:16.071 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`
109472026-02-10T21:32:16.139Z[ host-image] Feb 10 21:32:16.087 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
109482026-02-10T21:32:16.263Z[ host-image] Feb 10 21:32:16.214 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
109492026-02-10T21:32:16.288Z[ host-image] Feb 10 21:32:16.220 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`
109502026-02-10T21:32:16.561Z[ host-image] Feb 10 21:32:16.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
109512026-02-10T21:32:16.561Z[ host-image] Feb 10 21:32:16.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
109522026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
109532026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
109542026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
109552026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
109562026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
109572026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
109582026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
109592026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
109602026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
109612026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
109622026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
109632026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
109642026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
109652026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.513 INFO O| Info: ABL version: 0x100f5010
109662026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.513 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
109672026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109682026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109692026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109702026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109712026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109722026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109732026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109742026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109752026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109762026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109772026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109782026-02-10T21:32:16.585Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109792026-02-10T21:32:16.586Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109802026-02-10T21:32:16.586Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109812026-02-10T21:32:16.586Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109822026-02-10T21:32:16.586Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109832026-02-10T21:32:16.586Z[ host-image] Feb 10 21:32:16.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109842026-02-10T21:32:16.586Z[ host-image] Feb 10 21:32:16.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109852026-02-10T21:32:16.626Z[ host-image] Feb 10 21:32:16.578 INFO finishing image archive at "/work/os-host/os.tar.gz"...
109862026-02-10T21:33:02.924Z[ host-image] Feb 10 21:33:02.879 INFO image complete! materials are in "/work/os-host"
109872026-02-10T21:33:03.045Z[ host-image]
109882026-02-10T21:33:03.070Z[ host-image] real 39:38.432879530
109892026-02-10T21:33:03.070Z[ host-image] user 28:17.523617592
109902026-02-10T21:33:03.070Z[ host-image] sys 2:09.232672911
109912026-02-10T21:33:03.070Z[ host-image] trap 1.545047901
109922026-02-10T21:33:03.070ZFeb 10 21:33:03.002 INFO[ host-image] tflt 0.268343092
109932026-02-10T21:33:03.070Z [host-image] process exited with exit status: 0 (2378.557715046s)
109942026-02-10T21:33:03.070Z[ host-image] dflt 4.619799373
109952026-02-10T21:33:03.070Z[ host-image] kflt 0.090603564
109962026-02-10T21:33:03.070Z[ host-image] lock 18:40.671943915
109972026-02-10T21:33:03.070Z[ host-image] slp 3:48:56.757065340
109982026-02-10T21:33:03.070Z[ host-image] lat 7:32.800116781
109992026-02-10T21:33:03.070Z[ host-image] stop 2.282589373
110002026-02-10T21:33:03.070ZFeb 10 21:33:03.004 INFO [tuf-repo] running task
110012026-02-10T21:33:40.865ZFeb 10 21:33:40.825 INFO assembling repository in `/tmp/tufaceous75QOU5`, component: OmicronRepoAssembler
110022026-02-10T21:33:50.973ZFeb 10 21:33:50.934 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
110032026-02-10T21:33:51.556ZFeb 10 21:33:51.517 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
110042026-02-10T21:34:35.460ZFeb 10 21:34:35.425 INFO extracting uploaded archive to /tmp/.tmpeQGoUA
110052026-02-10T21:34:40.203ZFeb 10 21:34:40.169 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.g8rxI7
110062026-02-10T21:34:40.355ZFeb 10 21:34:40.321 INFO added artifact, length: 6507436, hash: e4cce66084f099e6506c99e018ca20491111c622f25249321d293a31b63254e5, version: 1.0.58, kind: gimlet_sp, name: cosmo-a
110072026-02-10T21:34:40.613ZFeb 10 21:34:40.578 INFO added artifact, length: 6507328, hash: d06cf801b6ef119ee005313a3f920b482fd771a6a94ceff4ac53d95870e7e068, version: 1.0.58, kind: gimlet_sp, name: cosmo-b
110082026-02-10T21:34:40.877ZFeb 10 21:34:40.843 INFO added artifact, length: 5474999, hash: 443404abfcc30462425df9c71d4435c44fa2cb1b82d814999e39d29ce4e1c658, version: 1.0.58, kind: gimlet_sp, name: gimlet-b
110092026-02-10T21:34:41.129ZFeb 10 21:34:41.095 INFO added artifact, length: 5477235, hash: 7dad7a70f0048be78ace484de2a71fdbd5fcb0c503fe4385fe7809304552ee0d, version: 1.0.58, kind: gimlet_sp, name: gimlet-c
110102026-02-10T21:34:41.399ZFeb 10 21:34:41.366 INFO added artifact, length: 5465917, hash: 34e948af4e1e3ef0148d662f79d55e3fe02833129060d4c31a3db1da17f5a25a, version: 1.0.58, kind: gimlet_sp, name: gimlet-d
110112026-02-10T21:34:41.657ZFeb 10 21:34:41.623 INFO added artifact, length: 5465953, hash: 595b409d1d106ce3fb05d32ed7209618d089b1d2007b4138b435375abeacb49b, version: 1.0.58, kind: gimlet_sp, name: gimlet-e
110122026-02-10T21:34:41.904ZFeb 10 21:34:41.870 INFO added artifact, length: 5465974, hash: 0e3b73b53cbde05ab1287f75932f713e8fbc8f7b283b1f3b0f640f33271eb8e2, version: 1.0.58, kind: gimlet_sp, name: gimlet-f
110132026-02-10T21:34:42.204ZFeb 10 21:34:42.170 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
110142026-02-10T21:34:42.204ZFeb 10 21:34:42.170 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
110152026-02-10T21:34:42.364ZFeb 10 21:34:42.330 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
110162026-02-10T21:34:42.364ZFeb 10 21:34:42.330 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
110172026-02-10T21:34:42.527ZFeb 10 21:34:42.493 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110182026-02-10T21:34:42.527ZFeb 10 21:34:42.493 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110192026-02-10T21:34:42.683ZFeb 10 21:34:42.649 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
110202026-02-10T21:34:42.683ZFeb 10 21:34:42.649 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
110212026-02-10T21:34:42.835ZFeb 10 21:34:42.801 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110222026-02-10T21:34:42.835ZFeb 10 21:34:42.801 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110232026-02-10T21:34:43.002ZFeb 10 21:34:42.967 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
110242026-02-10T21:34:43.002ZFeb 10 21:34:42.968 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
110252026-02-10T21:34:43.140ZFeb 10 21:34:43.106 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
110262026-02-10T21:34:43.140ZFeb 10 21:34:43.107 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
110272026-02-10T21:34:43.164ZFeb 10 21:34:43.109 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
110282026-02-10T21:34:43.165ZFeb 10 21:34:43.111 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
110292026-02-10T21:34:43.165ZFeb 10 21:34:43.113 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
110302026-02-10T21:34:43.165ZFeb 10 21:34:43.115 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
110312026-02-10T21:34:43.165ZFeb 10 21:34:43.116 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
110322026-02-10T21:34:58.232ZFeb 10 21:34:58.199 INFO added artifact, length: 33554432, hash: b26499e45ca4ab00b3de359f42cc31ddd75fc0bdae79c860aa5dc41e2ace8ab6, version: 18.0.0-0.ci+git9bc02f7ed90, kind: gimlet_host_phase_1, name: host
110332026-02-10T21:34:58.232ZFeb 10 21:34:58.199 INFO added artifact, length: 33554432, hash: 929787a2269f0d4e5b6ed7628a5814dd6858ba66cf846e2d968200773cbdf808, version: 18.0.0-0.ci+git9bc02f7ed90, kind: cosmo_host_phase_1, name: host
110342026-02-10T21:34:58.232ZFeb 10 21:34:58.199 INFO added artifact, length: 1101008896, hash: 87811e14ae26489294f7a609af92e16b67805d208044bf092ac84885856b6e81, version: 18.0.0-0.ci+git9bc02f7ed90, kind: host_phase_2, name: host
110352026-02-10T21:35:00.960ZFeb 10 21:35:00.928 INFO added artifact, length: 33554432, hash: 9a32ea66cbc14a6d65b6f40f3eeb973634413700b55b4db0ad357df4fa78fb73, version: 18.0.0-0.ci+git9bc02f7ed90, kind: gimlet_trampoline_phase_1, name: trampoline
110362026-02-10T21:35:00.960ZFeb 10 21:35:00.928 INFO added artifact, length: 33554432, hash: c0aa513d3777399ba5c37ccd04a33eab222901f41bf4563180933c64a7792bdd, version: 18.0.0-0.ci+git9bc02f7ed90, kind: cosmo_trampoline_phase_1, name: trampoline
110372026-02-10T21:35:00.960ZFeb 10 21:35:00.928 INFO added artifact, length: 144321262, hash: 7f45b7154c7ca49e2e4f48bd4e4fe08c22f147b3dfa948901798b83c03ddb218, version: 18.0.0-0.ci+git9bc02f7ed90, kind: trampoline_phase_2, name: trampoline
110382026-02-10T21:35:06.629ZFeb 10 21:35:06.598 INFO added artifact, length: 309720878, hash: a4ecc5ca40d7316e44101d2d916c5127538c09d6653e9ab27834104a187e5022, version: 18.0.0-0.ci+git9bc02f7ed90, kind: zone, name: clickhouse_keeper
110392026-02-10T21:35:12.457ZFeb 10 21:35:12.426 INFO added artifact, length: 327140956, hash: 95fd7faa44c32d2e6dabd3fc4728783af31e5e7d5fff85807e16d3e2f637375e, version: 18.0.0-0.ci+git9bc02f7ed90, kind: zone, name: clickhouse_server
110402026-02-10T21:35:18.290ZFeb 10 21:35:18.242 INFO added artifact, length: 327141880, hash: 16855f5d7e2eee99577d1230db262e8959a0639693c0ac05807ed73e2dfbd24d, version: 18.0.0-0.ci+git9bc02f7ed90, kind: zone, name: clickhouse
110412026-02-10T21:35:21.275ZFeb 10 21:35:21.245 INFO added artifact, length: 169051251, hash: bd0fd865ddc953dd3a7a1c02368ff3bf75c88fb590916470cb8b685cfc5e9eb4, version: 18.0.0-0.ci+git9bc02f7ed90, kind: zone, name: cockroachdb
110422026-02-10T21:35:22.135ZFeb 10 21:35:22.105 INFO added artifact, length: 42529397, hash: f523b01c8148517f6c37efb4727e378b7e346b7f10c2083675ed780a829cbfc9, version: 18.0.0-0.ci+git9bc02f7ed90, kind: zone, name: crucible-pantry-zone
110432026-02-10T21:35:23.119ZFeb 10 21:35:23.089 INFO added artifact, length: 57006832, hash: 54023675a1be2ca7e7a06bfb4153cf174a67be5109285ab302050e1e1baf58ad, version: 18.0.0-0.ci+git9bc02f7ed90, kind: zone, name: crucible-zone
110442026-02-10T21:35:23.970ZFeb 10 21:35:23.940 INFO added artifact, length: 49936190, hash: 7f418a1f601f40f1bdeaf94b7475f5a17e8b961fdab5851f26b3007a9bb5bfa0, version: 18.0.0-0.ci+git9bc02f7ed90, kind: zone, name: external-dns
110452026-02-10T21:35:24.907ZFeb 10 21:35:24.864 INFO added artifact, length: 49935787, hash: b70c5d4f26c8ac4d3a855207308dc188ca6a985e2adad3a5f2a0a1f567a0af0f, version: 18.0.0-0.ci+git9bc02f7ed90, kind: zone, name: internal-dns
110462026-02-10T21:35:28.847ZFeb 10 21:35:28.817 INFO added artifact, length: 215248868, hash: 19ab2a4a50480aeac17a0642595a7597ce41fd1aaed8d8c82e0b4e60aaf75087, version: 18.0.0-0.ci+git9bc02f7ed90, kind: zone, name: nexus
110472026-02-10T21:35:29.366ZFeb 10 21:35:29.337 INFO added artifact, length: 30348820, hash: c36d41c072391ba49621e88631992d4b65c98a7df6db3fd64b2996f5f40dea75, version: 18.0.0-0.ci+git9bc02f7ed90, kind: zone, name: ntp
110482026-02-10T21:35:30.549ZFeb 10 21:35:30.520 INFO added artifact, length: 65543180, hash: a890699a4fc9c88c96e110da42820a22491825ca3dabb4adba5c868ae4211b1d, version: 18.0.0-0.ci+git9bc02f7ed90, kind: zone, name: oximeter
110492026-02-10T21:35:30.610ZFeb 10 21:35:30.581 INFO added artifact, length: 3109590, hash: 8df2a54db6f08251bdabe45319974f7de88a8f58272c3260b49c745e351ebb40, version: 18.0.0-0.ci+git9bc02f7ed90, kind: zone, name: probe
110502026-02-10T21:35:30.636ZFeb 10 21:35:30.582 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
110512026-02-10T21:35:30.637ZFeb 10 21:35:30.583 INFO added artifact, length: 829, hash: 87db387d906ff96c24491e2d5e630565dab99b08f6ff8561dc5380b3f0e52be3, version: 1.0.58, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.58
110522026-02-10T21:35:30.637ZFeb 10 21:35:30.584 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
110532026-02-10T21:35:30.715ZFeb 10 21:35:30.684 INFO added artifact, length: 4131512, hash: e5aafb8910ec158e88bcfea15104eb690214b512692413ce0abb2592401f106d, version: 1.0.58, kind: psc_sp, name: psc-b
110542026-02-10T21:35:30.804ZFeb 10 21:35:30.773 INFO added artifact, length: 4134832, hash: 1ace8a47f887c0b982ffb536f0ff8dea2a11114efee5565a1df9b39e7e206d5b, version: 1.0.58, kind: psc_sp, name: psc-c
110552026-02-10T21:35:30.980ZFeb 10 21:35:30.951 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
110562026-02-10T21:35:30.980ZFeb 10 21:35:30.951 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
110572026-02-10T21:35:31.160ZFeb 10 21:35:31.131 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
110582026-02-10T21:35:31.160ZFeb 10 21:35:31.131 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
110592026-02-10T21:35:31.349ZFeb 10 21:35:31.321 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
110602026-02-10T21:35:31.349ZFeb 10 21:35:31.321 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
110612026-02-10T21:35:31.541ZFeb 10 21:35:31.511 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
110622026-02-10T21:35:31.541ZFeb 10 21:35:31.512 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
110632026-02-10T21:35:31.573ZFeb 10 21:35:31.515 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
110642026-02-10T21:35:31.573ZFeb 10 21:35:31.516 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
110652026-02-10T21:35:31.573ZFeb 10 21:35:31.519 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
110662026-02-10T21:35:35.751ZFeb 10 21:35:31.678 INFO added artifact, length: 6944467, hash: a5d4dbba7416745dd637bd8287ba89dae7af1ce47800261fee641ec9feaebee7, version: 1.0.58, kind: switch_sp, name: sidecar-b
110672026-02-10T21:35:35.778ZFeb 10 21:35:31.991 INFO added artifact, length: 6961173, hash: 4066246bc86a30dfe943471af1f57686eea8460082656daf16c0d787bdfb7077, version: 1.0.58, kind: switch_sp, name: sidecar-c
110682026-02-10T21:35:35.778ZFeb 10 21:35:32.319 INFO added artifact, length: 6961246, hash: 6a4fd1ca2319902f1f903f7b31a31af6e545abae5f147e740195bc0cd1f86852, version: 1.0.58, kind: switch_sp, name: sidecar-d
110692026-02-10T21:35:35.778ZFeb 10 21:35:32.660 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
110702026-02-10T21:35:35.778ZFeb 10 21:35:32.660 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
110712026-02-10T21:35:35.778ZFeb 10 21:35:32.849 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
110722026-02-10T21:35:35.778ZFeb 10 21:35:32.849 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
110732026-02-10T21:35:35.778ZFeb 10 21:35:33.024 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
110742026-02-10T21:35:35.778ZFeb 10 21:35:33.024 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
110752026-02-10T21:35:35.779ZFeb 10 21:35:33.187 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
110762026-02-10T21:35:35.779ZFeb 10 21:35:33.187 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
110772026-02-10T21:35:35.779ZFeb 10 21:35:33.189 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
110782026-02-10T21:35:35.779ZFeb 10 21:35:33.190 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
110792026-02-10T21:35:35.779ZFeb 10 21:35:33.192 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
110802026-02-10T21:35:35.779ZFeb 10 21:35:33.192 INFO added artifact, length: 924, hash: 9c513fb5a0b43283b6fc21466852df9c2474159613dfdc6a2d5a063e6fef7306, version: 18.0.0-0.ci+git9bc02f7ed90, kind: installinator_document, name: installinator_document
110812026-02-10T21:35:35.779ZFeb 10 21:35:33.994 INFO extracting uploaded archive to /tmp/.tmp5RDr3P
110822026-02-10T21:35:38.629ZFeb 10 21:35:38.601 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.u1faqI
110832026-02-10T21:35:38.752ZFeb 10 21:35:38.723 INFO added artifact, length: 6507436, hash: e4cce66084f099e6506c99e018ca20491111c622f25249321d293a31b63254e5, version: 1.0.58, kind: gimlet_sp, name: cosmo-a
110842026-02-10T21:35:39.025ZFeb 10 21:35:38.996 INFO added artifact, length: 6507328, hash: d06cf801b6ef119ee005313a3f920b482fd771a6a94ceff4ac53d95870e7e068, version: 1.0.58, kind: gimlet_sp, name: cosmo-b
110852026-02-10T21:35:39.268ZFeb 10 21:35:39.240 INFO added artifact, length: 5474999, hash: 443404abfcc30462425df9c71d4435c44fa2cb1b82d814999e39d29ce4e1c658, version: 1.0.58, kind: gimlet_sp, name: gimlet-b
110862026-02-10T21:35:39.525ZFeb 10 21:35:39.497 INFO added artifact, length: 5477235, hash: 7dad7a70f0048be78ace484de2a71fdbd5fcb0c503fe4385fe7809304552ee0d, version: 1.0.58, kind: gimlet_sp, name: gimlet-c
110872026-02-10T21:35:39.753ZFeb 10 21:35:39.726 INFO added artifact, length: 5465917, hash: 34e948af4e1e3ef0148d662f79d55e3fe02833129060d4c31a3db1da17f5a25a, version: 1.0.58, kind: gimlet_sp, name: gimlet-d
110882026-02-10T21:35:39.969ZFeb 10 21:35:39.941 INFO added artifact, length: 5465953, hash: 595b409d1d106ce3fb05d32ed7209618d089b1d2007b4138b435375abeacb49b, version: 1.0.58, kind: gimlet_sp, name: gimlet-e
110892026-02-10T21:35:40.211ZFeb 10 21:35:40.166 INFO added artifact, length: 5465974, hash: 0e3b73b53cbde05ab1287f75932f713e8fbc8f7b283b1f3b0f640f33271eb8e2, version: 1.0.58, kind: gimlet_sp, name: gimlet-f
110902026-02-10T21:35:40.470ZFeb 10 21:35:40.442 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
110912026-02-10T21:35:40.470ZFeb 10 21:35:40.442 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
110922026-02-10T21:35:40.630ZFeb 10 21:35:40.602 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
110932026-02-10T21:35:40.630ZFeb 10 21:35:40.603 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
110942026-02-10T21:35:40.796ZFeb 10 21:35:40.768 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110952026-02-10T21:35:40.797ZFeb 10 21:35:40.769 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110962026-02-10T21:35:40.987ZFeb 10 21:35:40.959 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
110972026-02-10T21:35:40.987ZFeb 10 21:35:40.959 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
110982026-02-10T21:35:41.168ZFeb 10 21:35:41.140 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110992026-02-10T21:35:41.168ZFeb 10 21:35:41.140 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
111002026-02-10T21:35:41.331ZFeb 10 21:35:41.303 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
111012026-02-10T21:35:41.331ZFeb 10 21:35:41.303 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
111022026-02-10T21:35:41.489ZFeb 10 21:35:41.462 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
111032026-02-10T21:35:41.489ZFeb 10 21:35:41.462 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
111042026-02-10T21:35:41.513ZFeb 10 21:35:41.464 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
111052026-02-10T21:35:41.513ZFeb 10 21:35:41.466 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
111062026-02-10T21:35:41.513ZFeb 10 21:35:41.469 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
111072026-02-10T21:35:41.513ZFeb 10 21:35:41.471 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
111082026-02-10T21:35:41.513ZFeb 10 21:35:41.473 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
111092026-02-10T21:35:56.610ZFeb 10 21:35:56.583 INFO added artifact, length: 33554432, hash: b26499e45ca4ab00b3de359f42cc31ddd75fc0bdae79c860aa5dc41e2ace8ab6, version: 18.0.0-0.ci+git9bc02f7ed90, kind: gimlet_host_phase_1, name: host
111102026-02-10T21:35:56.634ZFeb 10 21:35:56.583 INFO added artifact, length: 33554432, hash: 929787a2269f0d4e5b6ed7628a5814dd6858ba66cf846e2d968200773cbdf808, version: 18.0.0-0.ci+git9bc02f7ed90, kind: cosmo_host_phase_1, name: host
111112026-02-10T21:35:56.634ZFeb 10 21:35:56.583 INFO added artifact, length: 1101008896, hash: 87811e14ae26489294f7a609af92e16b67805d208044bf092ac84885856b6e81, version: 18.0.0-0.ci+git9bc02f7ed90, kind: host_phase_2, name: host
111122026-02-10T21:35:59.275ZFeb 10 21:35:59.248 INFO added artifact, length: 33554432, hash: 9a32ea66cbc14a6d65b6f40f3eeb973634413700b55b4db0ad357df4fa78fb73, version: 18.0.0-0.ci+git9bc02f7ed90, kind: gimlet_trampoline_phase_1, name: trampoline
111132026-02-10T21:35:59.275ZFeb 10 21:35:59.249 INFO added artifact, length: 33554432, hash: c0aa513d3777399ba5c37ccd04a33eab222901f41bf4563180933c64a7792bdd, version: 18.0.0-0.ci+git9bc02f7ed90, kind: cosmo_trampoline_phase_1, name: trampoline
111142026-02-10T21:35:59.275ZFeb 10 21:35:59.249 INFO added artifact, length: 144321262, hash: 7f45b7154c7ca49e2e4f48bd4e4fe08c22f147b3dfa948901798b83c03ddb218, version: 18.0.0-0.ci+git9bc02f7ed90, kind: trampoline_phase_2, name: trampoline
111152026-02-10T21:36:23.652ZFeb 10 21:36:23.627 INFO added artifact, length: 1703992251, hash: 7d6927fe5f3bd94295ea99d2e3a99b35e3ebfa6d5fc3e67b5dfcd26aed349229, version: 18.0.0-0.ci+git9bc02f7ed90, kind: control_plane, name: control-plane
111162026-02-10T21:36:23.676ZFeb 10 21:36:23.628 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
111172026-02-10T21:36:23.676ZFeb 10 21:36:23.629 INFO added artifact, length: 829, hash: 87db387d906ff96c24491e2d5e630565dab99b08f6ff8561dc5380b3f0e52be3, version: 1.0.58, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.58
111182026-02-10T21:36:23.676ZFeb 10 21:36:23.629 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
111192026-02-10T21:36:23.746ZFeb 10 21:36:23.722 INFO added artifact, length: 4131512, hash: e5aafb8910ec158e88bcfea15104eb690214b512692413ce0abb2592401f106d, version: 1.0.58, kind: psc_sp, name: psc-b
111202026-02-10T21:36:23.851ZFeb 10 21:36:23.827 INFO added artifact, length: 4134832, hash: 1ace8a47f887c0b982ffb536f0ff8dea2a11114efee5565a1df9b39e7e206d5b, version: 1.0.58, kind: psc_sp, name: psc-c
111212026-02-10T21:36:24.014ZFeb 10 21:36:23.989 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
111222026-02-10T21:36:24.014ZFeb 10 21:36:23.990 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
111232026-02-10T21:36:24.170ZFeb 10 21:36:24.145 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
111242026-02-10T21:36:24.170ZFeb 10 21:36:24.145 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
111252026-02-10T21:36:24.333ZFeb 10 21:36:24.309 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
111262026-02-10T21:36:24.333ZFeb 10 21:36:24.309 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
111272026-02-10T21:36:24.507ZFeb 10 21:36:24.483 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
111282026-02-10T21:36:24.507ZFeb 10 21:36:24.483 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
111292026-02-10T21:36:24.531ZFeb 10 21:36:24.486 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
111302026-02-10T21:36:24.531ZFeb 10 21:36:24.488 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
111312026-02-10T21:36:24.531ZFeb 10 21:36:24.490 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
111322026-02-10T21:36:24.653ZFeb 10 21:36:24.628 INFO added artifact, length: 6944467, hash: a5d4dbba7416745dd637bd8287ba89dae7af1ce47800261fee641ec9feaebee7, version: 1.0.58, kind: switch_sp, name: sidecar-b
111332026-02-10T21:36:24.912ZFeb 10 21:36:24.888 INFO added artifact, length: 6961173, hash: 4066246bc86a30dfe943471af1f57686eea8460082656daf16c0d787bdfb7077, version: 1.0.58, kind: switch_sp, name: sidecar-c
111342026-02-10T21:36:25.187ZFeb 10 21:36:25.164 INFO added artifact, length: 6961246, hash: 6a4fd1ca2319902f1f903f7b31a31af6e545abae5f147e740195bc0cd1f86852, version: 1.0.58, kind: switch_sp, name: sidecar-d
111352026-02-10T21:36:25.496ZFeb 10 21:36:25.472 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
111362026-02-10T21:36:25.496ZFeb 10 21:36:25.472 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
111372026-02-10T21:36:25.656ZFeb 10 21:36:25.625 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
111382026-02-10T21:36:25.656ZFeb 10 21:36:25.625 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
111392026-02-10T21:36:25.805ZFeb 10 21:36:25.778 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
111402026-02-10T21:36:25.805ZFeb 10 21:36:25.778 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
111412026-02-10T21:36:25.959ZFeb 10 21:36:25.936 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
111422026-02-10T21:36:25.960ZFeb 10 21:36:25.936 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
111432026-02-10T21:36:25.984ZFeb 10 21:36:25.938 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
111442026-02-10T21:36:25.984ZFeb 10 21:36:25.940 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
111452026-02-10T21:36:25.984ZFeb 10 21:36:25.941 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
111462026-02-10T21:36:25.984ZFeb 10 21:36:25.942 INFO added artifact, length: 924, hash: 9c513fb5a0b43283b6fc21466852df9c2474159613dfdc6a2d5a063e6fef7306, version: 18.0.0-0.ci+git9bc02f7ed90, kind: installinator_document, name: installinator_document
111472026-02-10T21:36:26.720ZFeb 10 21:36:26.696 INFO [tuf-repo] task succeeded (203.692595233s)
111482026-02-10T21:36:26.720ZFeb 10 21:36:26.696 INFO all jobs completed in 4687.553747854s
111492026-02-10T21:36:30.024Zprocess exited: duration 5650563 ms, exit code 0
 
111502026-02-10T21:36:30.087Zfound 41 output files
111512026-02-10T21:36:30.087Zuploading: /work/manifest.toml (17174 bytes)
111522026-02-10T21:36:31.234Zuploaded: /work/manifest.toml
111532026-02-10T21:36:31.270Zuploading: /work/repo.zip (2940126522 bytes)
111542026-02-10T21:39:39.370Zuploaded: /work/repo.zip
111552026-02-10T21:39:39.370Zuploading: /work/repo.zip.sha256.txt (65 bytes)
111562026-02-10T21:39:40.471Zuploaded: /work/repo.zip.sha256.txt
111572026-02-10T21:39:40.496Zuploading: /work/helios.json (647 bytes)
111582026-02-10T21:39:41.566Zuploaded: /work/helios.json
111592026-02-10T21:39:41.592Zuploading: /work/incorporation.p5m (100324 bytes)
111602026-02-10T21:39:42.690Zuploaded: /work/incorporation.p5m
111612026-02-10T21:39:42.690Zuploading: /work/incorporation.p5p (122880 bytes)
111622026-02-10T21:39:43.811Zuploaded: /work/incorporation.p5p
111632026-02-10T21:39:43.811Zuploading: /work/helios-incorp.log (526 bytes)
111642026-02-10T21:39:44.907Zuploaded: /work/helios-incorp.log
111652026-02-10T21:39:44.934Zuploading: /work/helios-setup.log (73722 bytes)
111662026-02-10T21:39:46.009Zuploaded: /work/helios-setup.log
111672026-02-10T21:39:46.035Zuploading: /work/host-image.log (234395 bytes)
111682026-02-10T21:39:47.174Zuploaded: /work/host-image.log
111692026-02-10T21:39:47.200Zuploading: /work/host-package.log (32796 bytes)
111702026-02-10T21:39:48.272Zuploaded: /work/host-package.log
111712026-02-10T21:39:48.296Zuploading: /work/host-target.log (101 bytes)
111722026-02-10T21:39:49.369Zuploaded: /work/host-target.log
111732026-02-10T21:39:49.369Zuploading: /work/incorp-create.log (0 bytes)
111742026-02-10T21:39:50.442Zuploaded: /work/incorp-create.log
111752026-02-10T21:39:50.467Zuploading: /work/incorp-fmt.log (0 bytes)
111762026-02-10T21:39:51.513Zuploaded: /work/incorp-fmt.log
111772026-02-10T21:39:51.513Zuploading: /work/incorp-pkgsend.log (108 bytes)
111782026-02-10T21:39:52.621Zuploaded: /work/incorp-pkgsend.log
111792026-02-10T21:39:52.650Zuploading: /work/incorp-publisher.log (0 bytes)
111802026-02-10T21:39:53.698Zuploaded: /work/incorp-publisher.log
111812026-02-10T21:39:53.734Zuploading: /work/omicron-package.log (6855 bytes)
111822026-02-10T21:39:54.817Zuploaded: /work/omicron-package.log
111832026-02-10T21:39:54.842Zuploading: /work/recovery-image.log (603264 bytes)
111842026-02-10T21:39:56.069Zuploaded: /work/recovery-image.log
111852026-02-10T21:39:56.096Zuploading: /work/recovery-package.log (1870 bytes)
111862026-02-10T21:39:57.164Zuploaded: /work/recovery-package.log
111872026-02-10T21:39:57.165Zuploading: /work/recovery-target.log (98 bytes)
111882026-02-10T21:39:59.282Zuploaded: /work/recovery-target.log
111892026-02-10T21:39:59.282Zuploading: /work/stamp-clickhouse.log (117 bytes)
111902026-02-10T21:40:00.376Zuploaded: /work/stamp-clickhouse.log
111912026-02-10T21:40:00.377Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
111922026-02-10T21:40:01.475Zuploaded: /work/stamp-clickhouse_keeper.log
111932026-02-10T21:40:01.503Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
111942026-02-10T21:40:02.598Zuploaded: /work/stamp-clickhouse_server.log
111952026-02-10T21:40:02.599Zuploading: /work/stamp-cockroachdb.log (118 bytes)
111962026-02-10T21:40:03.697Zuploaded: /work/stamp-cockroachdb.log
111972026-02-10T21:40:03.725Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
111982026-02-10T21:40:04.793Zuploaded: /work/stamp-crucible-pantry-zone.log
111992026-02-10T21:40:04.794Zuploading: /work/stamp-crucible-utils.log (118 bytes)
112002026-02-10T21:40:05.887Zuploaded: /work/stamp-crucible-utils.log
112012026-02-10T21:40:05.887Zuploading: /work/stamp-crucible-zone.log (120 bytes)
112022026-02-10T21:40:06.979Zuploaded: /work/stamp-crucible-zone.log
112032026-02-10T21:40:06.980Zuploading: /work/stamp-external-dns.log (119 bytes)
112042026-02-10T21:40:11.956Zuploaded: /work/stamp-external-dns.log
112052026-02-10T21:40:11.956Zuploading: /work/stamp-installinator.log (103 bytes)
112062026-02-10T21:40:12.999Zuploaded: /work/stamp-installinator.log
112072026-02-10T21:40:12.999Zuploading: /work/stamp-internal-dns.log (119 bytes)
112082026-02-10T21:40:14.093Zuploaded: /work/stamp-internal-dns.log
112092026-02-10T21:40:14.093Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
112102026-02-10T21:40:15.186Zuploaded: /work/stamp-mg-ddm-gz.log
112112026-02-10T21:40:15.209Zuploading: /work/stamp-nexus.log (112 bytes)
112122026-02-10T21:40:16.279Zuploaded: /work/stamp-nexus.log
112132026-02-10T21:40:16.280Zuploading: /work/stamp-ntp.log (110 bytes)
112142026-02-10T21:40:17.373Zuploaded: /work/stamp-ntp.log
112152026-02-10T21:40:17.373Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
112162026-02-10T21:40:18.466Zuploaded: /work/stamp-omicron-sled-agent.log
112172026-02-10T21:40:18.490Zuploading: /work/stamp-overlay.log (114 bytes)
112182026-02-10T21:40:19.559Zuploaded: /work/stamp-overlay.log
112192026-02-10T21:40:19.559Zuploading: /work/stamp-oximeter.log (115 bytes)
112202026-02-10T21:40:20.652Zuploaded: /work/stamp-oximeter.log
112212026-02-10T21:40:20.652Zuploading: /work/stamp-oxlog.log (109 bytes)
112222026-02-10T21:40:21.744Zuploaded: /work/stamp-oxlog.log
112232026-02-10T21:40:21.768Zuploading: /work/stamp-probe.log (112 bytes)
112242026-02-10T21:40:22.839Zuploaded: /work/stamp-probe.log
112252026-02-10T21:40:22.839Zuploading: /work/stamp-propolis-server.log (122 bytes)
112262026-02-10T21:40:23.932Zuploaded: /work/stamp-propolis-server.log
112272026-02-10T21:40:23.956Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112282026-02-10T21:40:25.025Zuploaded: /work/stamp-pumpkind-gz.log
112292026-02-10T21:40:25.025Zuploading: /work/stamp-switch-asic.log (118 bytes)
112302026-02-10T21:40:26.119Zuploaded: /work/stamp-switch-asic.log
112312026-02-10T21:40:26.120Zuploading: /work/verify-libraries.log (11319 bytes)
112322026-02-10T21:40:27.234Zuploaded: /work/verify-libraries.log