01KJB6R28T6WX72JPEX9SPJBAJ: 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: 01KJB6RGD05DBHPV1ED6JN27SJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-25T20:10:32.092Zjob assigned to worker 01KJB6RHHV02QB6THSS9EJGSE1 [factory gimlet-EVT22200007-propolis, EVT22200007/59375] (queued for 29 s)
 
22026-02-25T20:10:40.888Zstarting task 0: "setup"
32026-02-25T20:10:40.916Z++ uname -s
42026-02-25T20:10:40.916Z+ kern=SunOS
52026-02-25T20:10:40.917Z+ build_user=build
62026-02-25T20:10:40.917Z+ build_uid=12345
72026-02-25T20:10:40.917Z+ work_dir=/work
82026-02-25T20:10:40.917Z+ input_dir=/input
92026-02-25T20:10:40.917Z+ [[ 0 == 12345 ]]
102026-02-25T20:10:40.917Z+ case "$kern" in
112026-02-25T20:10:40.917Z+ groupadd -g 12345 build
122026-02-25T20:10:40.917Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-25T20:10:42.907Z+ zfs create -o mountpoint=/work rpool/work
142026-02-25T20:10:42.944Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-25T20:10:42.975Z+ home_fs=zfs
162026-02-25T20:10:42.975Z+ [[ zfs == autofs ]]
172026-02-25T20:10:42.975Z+ mkdir -p /home/build
182026-02-25T20:10:42.975Z+ chown build:build /home/build /work
192026-02-25T20:10:44.950Z+ chmod 0700 /home/build /work
202026-02-25T20:10:44.977Zprocess exited: duration 4072 ms, exit code 0
 
212026-02-25T20:10:45.035Zstarting task 1: "rust-toolchain"
222026-02-25T20:10:45.061Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-25T20:10:45.061Z * rust toolchain channel = "1.91.1"
242026-02-25T20:10:45.061Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-25T20:10:45.061Z * rust toolchain profile = "default"
262026-02-25T20:10:45.061Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-25T20:10:45.061Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-25T20:10:45.061Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-25T20:10:45.061Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-25T20:10:45.184Zinfo: downloading installer
312026-02-25T20:10:46.045Zwarn: It looks like you have an existing installation of Rust at:
322026-02-25T20:10:46.046Zwarn: /opt/ooce/bin
332026-02-25T20:10:46.046Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-25T20:10:46.046Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-25T20:10:46.046Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-25T20:10:46.046Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-25T20:10:46.046Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-25T20:10:46.046Zerror: cannot install while Rust is installed
392026-02-25T20:10:46.046Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-25T20:10:46.071Zinfo: profile set to 'default'
412026-02-25T20:10:46.071Zinfo: default host triple is x86_64-unknown-illumos
422026-02-25T20:10:46.071Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-25T20:10:46.217Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-25T20:10:46.217Zinfo: downloading component 'cargo'
452026-02-25T20:10:46.572Zinfo: downloading component 'clippy'
462026-02-25T20:10:46.693Zinfo: downloading component 'rust-docs'
472026-02-25T20:10:47.205Zinfo: downloading component 'rust-std'
482026-02-25T20:10:48.313Zinfo: downloading component 'rustc'
492026-02-25T20:10:53.968Zinfo: downloading component 'rustfmt'
502026-02-25T20:10:54.070Zinfo: installing component 'cargo'
512026-02-25T20:10:55.370Zinfo: installing component 'clippy'
522026-02-25T20:10:55.838Zinfo: installing component 'rust-docs'
532026-02-25T20:10:59.490Zinfo: installing component 'rust-std'
542026-02-25T20:11:01.609Zinfo: installing component 'rustc'
552026-02-25T20:11:10.359Zinfo: installing component 'rustfmt'
562026-02-25T20:11:10.762Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-25T20:11:10.762Z
582026-02-25T20:11:10.952Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-25T20:11:10.952Z
602026-02-25T20:11:10.952Z
612026-02-25T20:11:10.952ZRust is installed now. Great!
622026-02-25T20:11:10.952Z
632026-02-25T20:11:10.952ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-25T20:11:10.978Zenvironment variable. This has not been done automatically.
652026-02-25T20:11:10.978Z
662026-02-25T20:11:10.978ZTo configure your current shell, you need to source
672026-02-25T20:11:10.978Zthe corresponding env file under $HOME/.cargo.
682026-02-25T20:11:10.978Z
692026-02-25T20:11:10.978ZThis is usually done by running one of the following (note the leading DOT):
702026-02-25T20:11:10.978Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-25T20:11:10.978Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-25T20:11:10.978Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-25T20:11:11.073Z+ rustup --version
742026-02-25T20:11:11.098Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-25T20:11:11.098Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-25T20:11:11.204Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-25T20:11:11.234Z+ cargo --version
782026-02-25T20:11:11.325Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-25T20:11:11.350Z+ rustc --version
802026-02-25T20:11:11.452Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-25T20:11:11.478Zprocess exited: duration 26429 ms, exit code 0
 
822026-02-25T20:11:11.530Zstarting task 2: "authentication"
832026-02-25T20:11:11.589Zprocess exited: duration 61 ms, exit code 0
 
842026-02-25T20:11:11.639Zstarting task 3: "clone repository"
852026-02-25T20:11:11.664Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-25T20:11:11.664Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-25T20:11:11.689ZCloning into '/work/oxidecomputer/omicron'...
882026-02-25T20:11:35.615Z+ cd /work/oxidecomputer/omicron
892026-02-25T20:11:35.615Z+ git fetch origin bfa3d73ebef6f1e3c34dc56cf30cbb58ee7ac701
902026-02-25T20:11:36.318ZFrom https://github.com/oxidecomputer/omicron
912026-02-25T20:11:36.318Z * branch bfa3d73ebef6f1e3c34dc56cf30cbb58ee7ac701 -> FETCH_HEAD
922026-02-25T20:11:36.343Z+ [[ -n labbott/measurement_blueprints ]]
932026-02-25T20:11:36.343Z++ git branch --show-current
942026-02-25T20:11:36.343Z+ current=main
952026-02-25T20:11:36.343Z+ [[ main != labbott/measurement_blueprints ]]
962026-02-25T20:11:36.343Z+ git branch -f labbott/measurement_blueprints bfa3d73ebef6f1e3c34dc56cf30cbb58ee7ac701
972026-02-25T20:11:36.368Z+ git checkout -f labbott/measurement_blueprints
982026-02-25T20:11:36.869ZSwitched to branch 'labbott/measurement_blueprints'
992026-02-25T20:11:36.894Z+ git reset --hard bfa3d73ebef6f1e3c34dc56cf30cbb58ee7ac701
1002026-02-25T20:11:36.959ZHEAD is now at bfa3d73eb TYPOS
1012026-02-25T20:11:36.984Zprocess exited: duration 25322 ms, exit code 0
 
1022026-02-25T20:11:37.039Zstarting task 4: "build"
1032026-02-25T20:11:37.065Z+ source .github/buildomat/ci-env.sh
1042026-02-25T20:11:37.065Z++ export CARGO_TERM_COLOR=always
1052026-02-25T20:11:37.065Z++ CARGO_TERM_COLOR=always
1062026-02-25T20:11:37.065Z+ cargo --version
1072026-02-25T20:11:37.131Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-25T20:11:37.156Z+ rustc --version
1092026-02-25T20:11:37.248Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-25T20:11:37.274Z+ cargo tree --locked
1112026-02-25T20:11:37.657Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-25T20:11:38.408Z Updating crates.io index
1132026-02-25T20:11:38.453Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-25T20:11:38.983Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-25T20:11:39.930Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162026-02-25T20:11:41.726Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172026-02-25T20:11:42.329Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-02-25T20:11:43.237Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-02-25T20:11:45.870Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-02-25T20:11:49.555Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-02-25T20:11:51.642Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-02-25T20:11:52.530Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-02-25T20:11:54.269Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-02-25T20:11:55.398Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-25T20:11:56.052Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-25T20:11:57.053Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-25T20:11:57.762Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-25T20:11:59.199Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-25T20:12:00.285Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-25T20:12:00.932Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-25T20:12:01.748Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-25T20:12:02.593Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-25T20:12:03.173Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-25T20:12:03.709Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-25T20:12:04.348Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-25T20:12:05.278Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-25T20:12:06.093Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-25T20:12:07.197Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-25T20:12:07.846Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-25T20:12:08.696Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-25T20:12:09.552Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-25T20:12:10.581Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-25T20:12:11.540Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-25T20:12:12.095Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-25T20:12:12.918Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-25T20:12:13.543Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-25T20:12:14.395Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-25T20:12:14.931Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-25T20:12:15.666Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-25T20:12:16.234Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-25T20:12:16.929Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-25T20:12:35.833Z Downloading crates ...
1532026-02-25T20:12:35.955Z Downloaded block-padding v0.3.3
1542026-02-25T20:12:35.979Z Downloaded async-global-executor v2.4.1
1552026-02-25T20:12:35.980Z Downloaded async-io v2.3.4
1562026-02-25T20:12:36.005Z Downloaded crucible-workspace-hack v0.1.0
1572026-02-25T20:12:36.005Z Downloaded dunce v1.0.5
1582026-02-25T20:12:36.005Z Downloaded compact_str v0.8.0
1592026-02-25T20:12:36.032Z Downloaded clap v4.5.48
1602026-02-25T20:12:36.032Z Downloaded ff v0.13.0
1612026-02-25T20:12:36.059Z Downloaded crunchy v0.2.2
1622026-02-25T20:12:36.059Z Downloaded dsl_auto_type v0.1.2
1632026-02-25T20:12:36.085Z Downloaded foreign-types v0.3.2
1642026-02-25T20:12:36.085Z Downloaded glob v0.3.2
1652026-02-25T20:12:36.085Z Downloaded hash32 v0.2.1
1662026-02-25T20:12:36.109Z Downloaded hash32 v0.3.1
1672026-02-25T20:12:36.109Z Downloaded lalrpop-util v0.19.12
1682026-02-25T20:12:36.135Z Downloaded hmac v0.12.1
1692026-02-25T20:12:36.135Z Downloaded impl-trait-for-tuples v0.2.2
1702026-02-25T20:12:36.135Z Downloaded mime_guess v2.0.5
1712026-02-25T20:12:36.161Z Downloaded memoffset v0.9.1
1722026-02-25T20:12:36.161Z Downloaded memmap2 v0.9.8
1732026-02-25T20:12:36.186Z Downloaded num-derive v0.4.2
1742026-02-25T20:12:36.186Z Downloaded once_cell v1.21.3
1752026-02-25T20:12:36.213Z Downloaded parse-display v0.10.0
1762026-02-25T20:12:36.213Z Downloaded phf_shared v0.12.1
1772026-02-25T20:12:36.213Z Downloaded piper v0.2.4
1782026-02-25T20:12:36.239Z Downloaded pretty-hex v0.2.1
1792026-02-25T20:12:36.239Z Downloaded progenitor-macro v0.10.0
1802026-02-25T20:12:36.239Z Downloaded quick-error v1.2.3
1812026-02-25T20:12:36.265Z Downloaded ref-cast-impl v1.0.25
1822026-02-25T20:12:36.265Z Downloaded seq-macro v0.3.6
1832026-02-25T20:12:36.266Z Downloaded salsa20 v0.10.2
1842026-02-25T20:12:36.292Z Downloaded rusty-fork v0.3.0
1852026-02-25T20:12:36.292Z Downloaded sigpipe v0.1.3
1862026-02-25T20:12:36.292Z Downloaded smawk v0.3.2
1872026-02-25T20:12:36.319Z Downloaded ssh-encoding v0.2.0
1882026-02-25T20:12:36.319Z Downloaded strsim v0.11.1
1892026-02-25T20:12:36.349Z Downloaded tap v1.0.1
1902026-02-25T20:12:36.349Z Downloaded thiserror-impl v2.0.18
1912026-02-25T20:12:36.349Z Downloaded thread-id v5.0.0
1922026-02-25T20:12:36.349Z Downloaded time-core v0.1.6
1932026-02-25T20:12:36.376Z Downloaded tokio-tungstenite v0.21.0
1942026-02-25T20:12:36.376Z Downloaded try-lock v0.2.5
1952026-02-25T20:12:36.402Z Downloaded trait-variant v0.1.2
1962026-02-25T20:12:36.402Z Downloaded xattr v1.3.1
1972026-02-25T20:12:36.402Z Downloaded unicode-truncate v1.1.0
1982026-02-25T20:12:36.402Z Downloaded usdt-attr-macro v0.6.0
1992026-02-25T20:12:36.402Z Downloaded utf8parse v0.2.2
2002026-02-25T20:12:36.402Z Downloaded utf8_iter v1.0.4
2012026-02-25T20:12:36.403Z Downloaded vte_generate_state_changes v0.1.2
2022026-02-25T20:12:36.428Z Downloaded waitgroup v0.1.2
2032026-02-25T20:12:36.428Z Downloaded vergen-git2 v1.0.7
2042026-02-25T20:12:36.428Z Downloaded xshell-macros v0.2.7
2052026-02-25T20:12:36.428Z Downloaded write16 v1.0.0
2062026-02-25T20:12:36.428Z Downloaded xz2 v0.1.7
2072026-02-25T20:12:36.428Z Downloaded zerofrom-derive v0.1.4
2082026-02-25T20:12:36.429Z Downloaded zerovec-derive v0.10.3
2092026-02-25T20:12:36.429Z Downloaded zstd-safe v7.2.3
2102026-02-25T20:12:36.454Z Downloaded zstd v0.13.3
2112026-02-25T20:12:36.454Z Downloaded zone v0.1.8
2122026-02-25T20:12:36.454Z Downloaded zip v0.6.6
2132026-02-25T20:12:36.454Z Downloaded zip v4.2.0
2142026-02-25T20:12:36.481Z Downloaded zmij v1.0.15
2152026-02-25T20:12:36.481Z Downloaded vergen-gitcl v1.0.8
2162026-02-25T20:12:36.481Z Downloaded zerocopy v0.7.35
2172026-02-25T20:12:36.506Z Downloaded zerocopy v0.6.6
2182026-02-25T20:12:36.531Z Downloaded zopfli v0.8.1
2192026-02-25T20:12:36.531Z Downloaded zlib-rs v0.5.1
2202026-02-25T20:12:36.531Z Downloaded tungstenite v0.23.0
2212026-02-25T20:12:36.556Z Downloaded ssh-key v0.6.6
2222026-02-25T20:12:36.557Z Downloaded zerocopy v0.8.27
2232026-02-25T20:12:36.581Z Downloaded typed-path v0.9.3
2242026-02-25T20:12:36.607Z Downloaded salty v0.3.0
2252026-02-25T20:12:36.607Z Downloaded quick-xml v0.37.2
2262026-02-25T20:12:36.607Z Downloaded typify-impl v0.4.3
2272026-02-25T20:12:36.633Z Downloaded typify-impl v0.2.0
2282026-02-25T20:12:36.658Z Downloaded goblin v0.10.2
2292026-02-25T20:12:36.658Z Downloaded moka v0.12.10
2302026-02-25T20:12:36.683Z Downloaded tabled v0.20.0
2312026-02-25T20:12:36.708Z Downloaded openssl v0.10.73
2322026-02-25T20:12:36.708Z Downloaded webpki-roots v1.0.1
2332026-02-25T20:12:36.733Z Downloaded nix v0.28.0
2342026-02-25T20:12:36.733Z Downloaded rustls v0.22.4
2352026-02-25T20:12:36.759Z Downloaded regress v0.10.4
2362026-02-25T20:12:36.759Z Downloaded zerocopy-derive v0.6.6
2372026-02-25T20:12:36.785Z Downloaded regex-syntax v0.8.5
2382026-02-25T20:12:36.785Z Downloaded openapiv3 v2.2.0
2392026-02-25T20:12:36.810Z Downloaded nix v0.30.1
2402026-02-25T20:12:36.810Z Downloaded rustix v1.1.3
2412026-02-25T20:12:36.837Z Downloaded object v0.36.5
2422026-02-25T20:12:36.862Z Downloaded sled v0.34.7
2432026-02-25T20:12:36.862Z Downloaded tokio v1.49.0
2442026-02-25T20:12:36.911Z Downloaded diesel v2.2.12
2452026-02-25T20:12:36.936Z Downloaded rustls v0.21.12
2462026-02-25T20:12:36.961Z Downloaded regex-syntax v0.6.29
2472026-02-25T20:12:36.961Z Downloaded nix v0.29.0
2482026-02-25T20:12:36.987Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
2492026-02-25T20:12:37.012Z Downloaded dropshot v0.16.7
2502026-02-25T20:12:37.039Z Downloaded curve25519-dalek v4.1.3
2512026-02-25T20:12:37.064Z Downloaded regex-automata v0.4.11
2522026-02-25T20:12:37.090Z Downloaded radix_trie v0.2.1
2532026-02-25T20:12:37.090Z Downloaded object v0.30.4
2542026-02-25T20:12:37.115Z Downloaded nix v0.27.1
2552026-02-25T20:12:37.115Z Downloaded quinn-proto v0.11.8
2562026-02-25T20:12:37.116Z Downloaded reqwest v0.12.24
2572026-02-25T20:12:37.140Z Downloaded tokio-util v0.7.15
2582026-02-25T20:12:37.141Z Downloaded libc v0.2.180
2592026-02-25T20:12:37.174Z Downloaded hashbrown v0.16.1
2602026-02-25T20:12:37.200Z Downloaded h2 v0.4.6
2612026-02-25T20:12:37.200Z Downloaded goblin v0.8.2
2622026-02-25T20:12:37.200Z Downloaded csv v1.3.1
2632026-02-25T20:12:37.225Z Downloaded futures-util v0.3.31
2642026-02-25T20:12:37.251Z Downloaded url v2.5.4
2652026-02-25T20:12:37.251Z Downloaded sha3 v0.10.8
2662026-02-25T20:12:37.252Z Downloaded unicode-width v0.2.0
2672026-02-25T20:12:37.277Z Downloaded tungstenite v0.21.0
2682026-02-25T20:12:37.277Z Downloaded winnow v0.7.14
2692026-02-25T20:12:37.277Z Downloaded toml v0.7.8
2702026-02-25T20:12:37.277Z Downloaded snafu v0.8.5
2712026-02-25T20:12:37.303Z Downloaded serde v1.0.228
2722026-02-25T20:12:37.304Z Downloaded rand v0.9.2
2732026-02-25T20:12:37.304Z Downloaded hashbrown v0.15.4
2742026-02-25T20:12:37.304Z Downloaded guppy v0.17.20
2752026-02-25T20:12:37.304Z Downloaded winnow v0.6.26
2762026-02-25T20:12:37.329Z Downloaded winnow v0.5.40
2772026-02-25T20:12:37.330Z Downloaded whoami v1.5.2
2782026-02-25T20:12:37.330Z Downloaded vcpkg v0.2.15
2792026-02-25T20:12:37.380Z Downloaded unicode-width v0.1.14
2802026-02-25T20:12:37.435Z Downloaded samael v0.0.19
2812026-02-25T20:12:37.435Z Downloaded nom v7.1.3
2822026-02-25T20:12:37.435Z Downloaded mio v1.0.2
2832026-02-25T20:12:37.460Z Downloaded zerovec v0.10.4
2842026-02-25T20:12:37.460Z Downloaded twox-hash v2.1.0
2852026-02-25T20:12:37.460Z Downloaded trybuild v1.0.106
2862026-02-25T20:12:37.460Z Downloaded textwrap v0.16.2
2872026-02-25T20:12:37.460Z Downloaded textwrap v0.15.2
2882026-02-25T20:12:37.460Z Downloaded rand v0.8.5
2892026-02-25T20:12:37.460Z Downloaded httpmock v0.8.0-alpha.1
2902026-02-25T20:12:37.460Z Downloaded zerocopy-derive v0.8.27
2912026-02-25T20:12:37.486Z Downloaded encoding_rs v0.8.34
2922026-02-25T20:12:37.511Z Downloaded x509-cert v0.2.5
2932026-02-25T20:12:37.511Z Downloaded toml v0.8.23
2942026-02-25T20:12:37.511Z Downloaded serde_core v1.0.228
2952026-02-25T20:12:37.535Z Downloaded yansi v1.0.1
2962026-02-25T20:12:37.536Z Downloaded vergen-lib v0.1.6
2972026-02-25T20:12:37.536Z Downloaded usdt-impl v0.5.0
2982026-02-25T20:12:37.536Z Downloaded socket2 v0.6.1
2992026-02-25T20:12:37.536Z Downloaded socket2 v0.5.10
3002026-02-25T20:12:37.536Z Downloaded ring v0.17.14
3012026-02-25T20:12:37.589Z Downloaded zone v0.3.1
3022026-02-25T20:12:37.615Z Downloaded zerocopy-derive v0.7.35
3032026-02-25T20:12:37.615Z Downloaded tinyvec v1.8.0
3042026-02-25T20:12:37.615Z Downloaded sqlparser v0.61.0
3052026-02-25T20:12:37.615Z Downloaded crossterm v0.29.0
3062026-02-25T20:12:37.642Z Downloaded zone_cfg_derive v0.3.0
3072026-02-25T20:12:37.642Z Downloaded zone_cfg_derive v0.1.2
3082026-02-25T20:12:37.642Z Downloaded zeroize_derive v1.4.2
3092026-02-25T20:12:37.642Z Downloaded zeroize v1.8.1
3102026-02-25T20:12:37.642Z Downloaded unicode-normalization v0.1.24
3112026-02-25T20:12:37.642Z Downloaded serde_derive v1.0.228
3122026-02-25T20:12:37.642Z Downloaded ron v0.7.1
3132026-02-25T20:12:37.642Z Downloaded yoke-derive v0.7.4
3142026-02-25T20:12:37.667Z Downloaded yasna v0.5.2
3152026-02-25T20:12:37.667Z Downloaded tui-tree-widget v0.23.1
3162026-02-25T20:12:37.668Z Downloaded zerofrom v0.1.4
3172026-02-25T20:12:37.668Z Downloaded yoke v0.7.4
3182026-02-25T20:12:37.668Z Downloaded wyz v0.5.1
3192026-02-25T20:12:37.668Z Downloaded libgit2-sys v0.18.2+1.9.1
3202026-02-25T20:12:37.724Z Downloaded xshell v0.2.7
3212026-02-25T20:12:37.749Z Downloaded writeable v0.5.5
3222026-02-25T20:12:37.749Z Downloaded tokio-tungstenite v0.23.1
3232026-02-25T20:12:37.749Z Downloaded walkdir v2.5.0
3242026-02-25T20:12:37.749Z Downloaded uuid v1.19.0
3252026-02-25T20:12:37.749Z Downloaded unicode-segmentation v1.12.0
3262026-02-25T20:12:37.749Z Downloaded unicode-bidi v0.3.17
3272026-02-25T20:12:37.750Z Downloaded tower-http v0.6.6
3282026-02-25T20:12:37.775Z Downloaded syn v2.0.114
3292026-02-25T20:12:37.775Z Downloaded quinn v0.11.5
3302026-02-25T20:12:37.775Z Downloaded petgraph v0.8.2
3312026-02-25T20:12:37.800Z Downloaded which v4.4.2
3322026-02-25T20:12:37.826Z Downloaded want v0.3.1
3332026-02-25T20:12:37.826Z Downloaded vte v0.11.1
3342026-02-25T20:12:37.826Z Downloaded vsss-rs v3.3.4
3352026-02-25T20:12:37.826Z Downloaded vergen v9.0.6
3362026-02-25T20:12:37.827Z Downloaded value-bag v1.12.0
3372026-02-25T20:12:37.827Z Downloaded unsafe-libyaml v0.2.11
3382026-02-25T20:12:37.827Z Downloaded unicode_categories v0.1.1
3392026-02-25T20:12:37.827Z Downloaded wait-timeout v0.2.0
3402026-02-25T20:12:37.827Z Downloaded version_check v0.9.5
3412026-02-25T20:12:37.827Z Downloaded uzers v0.12.1
3422026-02-25T20:12:37.852Z Downloaded usdt-impl v0.6.0
3432026-02-25T20:12:37.852Z Downloaded typify v0.4.3
3442026-02-25T20:12:37.852Z Downloaded void v1.0.2
3452026-02-25T20:12:37.852Z Downloaded utf-8 v0.7.6
3462026-02-25T20:12:37.853Z Downloaded usdt-macro v0.5.0
3472026-02-25T20:12:37.853Z Downloaded tough v0.20.0
3482026-02-25T20:12:37.853Z Downloaded usdt-macro v0.6.0
3492026-02-25T20:12:37.853Z Downloaded tabled v0.18.0
3502026-02-25T20:12:37.878Z Downloaded spin v0.9.8
3512026-02-25T20:12:37.878Z Downloaded utf16_iter v1.0.5
3522026-02-25T20:12:37.878Z Downloaded unicode-properties v0.1.3
3532026-02-25T20:12:37.878Z Downloaded unicode-linebreak v0.1.5
3542026-02-25T20:12:37.878Z Downloaded unicode-ident v1.0.19
3552026-02-25T20:12:37.903Z Downloaded unicase v2.8.1
3562026-02-25T20:12:37.904Z Downloaded ucd-trie v0.1.7
3572026-02-25T20:12:37.904Z Downloaded ratatui v0.29.0
3582026-02-25T20:12:37.931Z Downloaded petgraph v0.6.5
3592026-02-25T20:12:37.958Z Downloaded usdt-attr-macro v0.5.0
3602026-02-25T20:12:37.958Z Downloaded usdt v0.6.0
3612026-02-25T20:12:37.958Z Downloaded usdt v0.5.0
3622026-02-25T20:12:37.958Z Downloaded untrusted v0.9.0
3632026-02-25T20:12:37.985Z Downloaded untrusted v0.7.1
3642026-02-25T20:12:37.985Z Downloaded universal-hash v0.5.1
3652026-02-25T20:12:37.985Z Downloaded unit-prefix v0.5.1
3662026-02-25T20:12:37.985Z Downloaded typify v0.2.0
3672026-02-25T20:12:38.011Z Downloaded typenum v1.17.0
3682026-02-25T20:12:38.011Z Downloaded tower v0.5.2
3692026-02-25T20:12:38.036Z Downloaded toml_edit v0.19.15
3702026-02-25T20:12:38.061Z Downloaded tinytemplate v1.2.1
3712026-02-25T20:12:38.061Z Downloaded tinystr v0.7.6
3722026-02-25T20:12:38.062Z Downloaded tiny-keccak v2.0.2
3732026-02-25T20:12:38.062Z Downloaded time-macros v0.2.24
3742026-02-25T20:12:38.062Z Downloaded syn v1.0.109
3752026-02-25T20:12:38.088Z Downloaded typify-macro v0.4.3
3762026-02-25T20:12:38.088Z Downloaded typify-macro v0.2.0
3772026-02-25T20:12:38.088Z Downloaded typeid v1.0.3
3782026-02-25T20:12:38.088Z Downloaded tracing v0.1.40
3792026-02-25T20:12:38.113Z Downloaded thiserror v2.0.18
3802026-02-25T20:12:38.114Z Downloaded thiserror v1.0.69
3812026-02-25T20:12:38.114Z Downloaded tabled_derive v0.10.0
3822026-02-25T20:12:38.139Z Downloaded tabled v0.15.0
3832026-02-25T20:12:38.164Z Downloaded unicode-xid v0.2.6
3842026-02-25T20:12:38.164Z Downloaded unarray v0.1.4
3852026-02-25T20:12:38.164Z Downloaded toml v0.9.11+spec-1.1.0
3862026-02-25T20:12:38.164Z Downloaded lzma-sys v0.1.20
3872026-02-25T20:12:38.201Z Downloaded tracing-core v0.1.32
3882026-02-25T20:12:38.227Z Downloaded toml_write v0.1.2
3892026-02-25T20:12:38.227Z Downloaded toml_edit v0.22.27
3902026-02-25T20:12:38.227Z Downloaded tokio-postgres v0.7.13
3912026-02-25T20:12:38.227Z Downloaded time v0.3.43
3922026-02-25T20:12:38.254Z Downloaded tabled_derive v0.11.0
3932026-02-25T20:12:38.254Z Downloaded smoltcp v0.11.0
3942026-02-25T20:12:38.254Z Downloaded smoltcp v0.9.1
3952026-02-25T20:12:38.279Z Downloaded num-traits v0.2.19
3962026-02-25T20:12:38.279Z Downloaded libz-sys v1.1.20
3972026-02-25T20:12:38.304Z Downloaded tracing-attributes v0.1.27
3982026-02-25T20:12:38.304Z Downloaded tower-service v0.3.3
3992026-02-25T20:12:38.304Z Downloaded tower-layer v0.3.3
4002026-02-25T20:12:38.305Z Downloaded topological-sort v0.2.2
4012026-02-25T20:12:38.305Z Downloaded toml_writer v1.0.6+spec-1.1.0
4022026-02-25T20:12:38.305Z Downloaded toml_parser v1.0.6+spec-1.1.0
4032026-02-25T20:12:38.305Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4042026-02-25T20:12:38.305Z Downloaded toml_datetime v0.6.11
4052026-02-25T20:12:38.331Z Downloaded tokio-stream v0.1.17
4062026-02-25T20:12:38.331Z Downloaded tokio-rustls v0.24.1
4072026-02-25T20:12:38.331Z Downloaded tokio-dtrace v0.1.0
4082026-02-25T20:12:38.331Z Downloaded support-bundle-viewer v0.1.2
4092026-02-25T20:12:38.331Z Downloaded subtle v2.6.1
4102026-02-25T20:12:38.331Z Downloaded static_assertions v1.1.0
4112026-02-25T20:12:38.331Z Downloaded stacker v0.1.23
4122026-02-25T20:12:38.331Z Downloaded serde_cbor v0.11.2
4132026-02-25T20:12:38.331Z Downloaded rustls v0.23.19
4142026-02-25T20:12:38.356Z Downloaded rustix v0.38.37
4152026-02-25T20:12:38.381Z Downloaded pin-project v1.1.6
4162026-02-25T20:12:38.381Z Downloaded tokio-rustls v0.26.0
4172026-02-25T20:12:38.381Z Downloaded tokio-rustls v0.25.0
4182026-02-25T20:12:38.406Z Downloaded tokio-native-tls v0.3.1
4192026-02-25T20:12:38.406Z Downloaded tokio-macros v2.6.0
4202026-02-25T20:12:38.406Z Downloaded tls_codec_derive v0.4.1
4212026-02-25T20:12:38.406Z Downloaded tls_codec v0.4.1
4222026-02-25T20:12:38.406Z Downloaded tinyvec_macros v0.1.1
4232026-02-25T20:12:38.406Z Downloaded thiserror-impl v1.0.69
4242026-02-25T20:12:38.410Z Downloaded test-strategy v0.4.3
4252026-02-25T20:12:38.410Z Downloaded term v1.1.0
4262026-02-25T20:12:38.410Z Downloaded term v0.7.0
4272026-02-25T20:12:38.410Z Downloaded tempfile v3.24.0
4282026-02-25T20:12:38.435Z Downloaded snafu-derive v0.8.5
4292026-02-25T20:12:38.435Z Downloaded rustls-webpki v0.102.8
4302026-02-25T20:12:38.435Z Downloaded jiff v0.2.15
4312026-02-25T20:12:38.460Z Downloaded thread_local v1.1.8
4322026-02-25T20:12:38.460Z Downloaded thread-id v4.2.2
4332026-02-25T20:12:38.460Z Downloaded testing_table v0.3.0
4342026-02-25T20:12:38.460Z Downloaded termios v0.3.3
4352026-02-25T20:12:38.485Z Downloaded target-spec v3.5.0
4362026-02-25T20:12:38.485Z Downloaded target-lexicon v0.13.2
4372026-02-25T20:12:38.485Z Downloaded tar v0.4.44
4382026-02-25T20:12:38.485Z Downloaded tabwriter v1.4.0
4392026-02-25T20:12:38.485Z Downloaded synstructure v0.13.1
4402026-02-25T20:12:38.485Z Downloaded steno v0.4.1
4412026-02-25T20:12:38.485Z Downloaded slab v0.4.9
4422026-02-25T20:12:38.485Z Downloaded thiserror-no-std v2.0.2
4432026-02-25T20:12:38.510Z Downloaded thiserror-impl-no-std v2.0.2
4442026-02-25T20:12:38.510Z Downloaded termtree v0.5.1
4452026-02-25T20:12:38.510Z Downloaded terminal_size v0.4.0
4462026-02-25T20:12:38.510Z Downloaded terminal_size v0.1.17
4472026-02-25T20:12:38.510Z Downloaded termcolor v1.4.1
4482026-02-25T20:12:38.510Z Downloaded target-triple v0.1.3
4492026-02-25T20:12:38.510Z Downloaded take_mut v0.2.2
4502026-02-25T20:12:38.511Z Downloaded tagptr v0.2.0
4512026-02-25T20:12:38.511Z Downloaded tabled_derive v0.7.0
4522026-02-25T20:12:38.536Z Downloaded sync_wrapper v1.0.1
4532026-02-25T20:12:38.536Z Downloaded supports-color v3.0.2
4542026-02-25T20:12:38.536Z Downloaded subprocess v0.2.9
4552026-02-25T20:12:38.536Z Downloaded serde_with v3.16.1
4562026-02-25T20:12:38.561Z Downloaded sync-ptr v0.1.4
4572026-02-25T20:12:38.561Z Downloaded swrite v0.1.0
4582026-02-25T20:12:38.561Z Downloaded supports-unicode v2.1.0
4592026-02-25T20:12:38.561Z Downloaded supports-hyperlinks v2.1.0
4602026-02-25T20:12:38.586Z Downloaded strum_macros v0.27.2
4612026-02-25T20:12:38.586Z Downloaded strum_macros v0.26.4
4622026-02-25T20:12:38.586Z Downloaded strum_macros v0.24.3
4632026-02-25T20:12:38.586Z Downloaded strum v0.26.3
4642026-02-25T20:12:38.586Z Downloaded structmeta-derive v0.3.0
4652026-02-25T20:12:38.586Z Downloaded structmeta v0.3.0
4662026-02-25T20:12:38.586Z Downloaded strip-ansi-escapes v0.2.0
4672026-02-25T20:12:38.586Z Downloaded stringmetrics v2.2.2
4682026-02-25T20:12:38.611Z Downloaded string_cache v0.8.9
4692026-02-25T20:12:38.611Z Downloaded sqlformat v0.3.5
4702026-02-25T20:12:38.611Z Downloaded slog-stdlog v4.1.1
4712026-02-25T20:12:38.611Z Downloaded slog-scope v4.4.0
4722026-02-25T20:12:38.612Z Downloaded slog-json v2.6.1
4732026-02-25T20:12:38.612Z Downloaded slog-async v2.8.0
4742026-02-25T20:12:38.612Z Downloaded slog v2.8.2
4752026-02-25T20:12:38.612Z Downloaded signal-hook-registry v1.4.2
4762026-02-25T20:12:38.612Z Downloaded signal-hook v0.3.18
4772026-02-25T20:12:38.612Z Downloaded sha2 v0.10.9
4782026-02-25T20:12:38.612Z Downloaded serde_json v1.0.149
4792026-02-25T20:12:38.637Z Downloaded serde_derive_internals v0.29.1
4802026-02-25T20:12:38.637Z Downloaded serde-untagged v0.1.7
4812026-02-25T20:12:38.637Z Downloaded serde-hex v0.1.0
4822026-02-25T20:12:38.637Z Downloaded schemars v0.8.22
4832026-02-25T20:12:38.662Z Downloaded same-file v1.0.6
4842026-02-25T20:12:38.662Z Downloaded rustyline v14.0.0
4852026-02-25T20:12:38.662Z Downloaded pin-project-lite v0.2.14
4862026-02-25T20:12:38.662Z Downloaded path-tree v0.8.1
4872026-02-25T20:12:38.662Z Downloaded heapless v0.7.17
4882026-02-25T20:12:38.662Z Downloaded supports-color v2.1.0
4892026-02-25T20:12:38.662Z Downloaded strum v0.27.2
4902026-02-25T20:12:38.662Z Downloaded stringprep v0.1.5
4912026-02-25T20:12:38.687Z Downloaded stable_deref_trait v1.2.0
4922026-02-25T20:12:38.687Z Downloaded sqlparser_derive v0.5.0
4932026-02-25T20:12:38.687Z Downloaded smallvec v1.15.1
4942026-02-25T20:12:38.687Z Downloaded slog-envlogger v2.2.0
4952026-02-25T20:12:38.687Z Downloaded similar v2.7.0
4962026-02-25T20:12:38.687Z Downloaded simd-adler32 v0.3.7
4972026-02-25T20:12:38.688Z Downloaded signature v2.2.0
4982026-02-25T20:12:38.688Z Downloaded serde_tokenstream v0.2.2
4992026-02-25T20:12:38.688Z Downloaded serde_spanned v1.0.4
5002026-02-25T20:12:38.688Z Downloaded serde_spanned v0.6.9
5012026-02-25T20:12:38.688Z Downloaded sec1 v0.7.3
5022026-02-25T20:12:38.688Z Downloaded scrypt v0.11.0
5032026-02-25T20:12:38.688Z Downloaded scroll v0.12.0
5042026-02-25T20:12:38.713Z Downloaded schemars v1.0.4
5052026-02-25T20:12:38.713Z Downloaded schemars v0.9.0
5062026-02-25T20:12:38.738Z Downloaded rustls-webpki v0.101.7
5072026-02-25T20:12:38.738Z Downloaded rpassword v7.4.0
5082026-02-25T20:12:38.738Z Downloaded resolv-conf v0.7.0
5092026-02-25T20:12:38.762Z Downloaded relative-path v1.9.3
5102026-02-25T20:12:38.762Z Downloaded paste v1.0.15
5112026-02-25T20:12:38.762Z Downloaded der v0.7.10
5122026-02-25T20:12:38.762Z Downloaded spki v0.7.3
5132026-02-25T20:12:38.762Z Downloaded smallvec v0.6.14
5142026-02-25T20:12:38.762Z Downloaded slog-term v2.9.2
5152026-02-25T20:12:38.763Z Downloaded slog-dtrace v0.3.0
5162026-02-25T20:12:38.763Z Downloaded siphasher v1.0.1
5172026-02-25T20:12:38.763Z Downloaded serde_with_macros v3.16.1
5182026-02-25T20:12:38.763Z Downloaded secrecy v0.10.3
5192026-02-25T20:12:38.763Z Downloaded scroll_derive v0.12.0
5202026-02-25T20:12:38.788Z Downloaded scroll v0.13.0
5212026-02-25T20:12:38.788Z Downloaded rustversion v1.0.22
5222026-02-25T20:12:38.788Z Downloaded rustls-pemfile v2.2.0
5232026-02-25T20:12:38.788Z Downloaded rsa v0.9.8
5242026-02-25T20:12:38.788Z Downloaded r2d2 v0.8.10
5252026-02-25T20:12:38.788Z Downloaded quote v1.0.40
5262026-02-25T20:12:38.788Z Downloaded half v2.4.1
5272026-02-25T20:12:38.788Z Downloaded ssh-cipher v0.2.0
5282026-02-25T20:12:38.788Z Downloaded smf v0.2.3
5292026-02-25T20:12:38.788Z Downloaded siphasher v0.3.11
5302026-02-25T20:12:38.788Z Downloaded signal-hook-mio v0.2.4
5312026-02-25T20:12:38.813Z Downloaded shell-words v1.1.0
5322026-02-25T20:12:38.813Z Downloaded sha1 v0.10.6
5332026-02-25T20:12:38.813Z Downloaded serde_yaml v0.9.34+deprecated
5342026-02-25T20:12:38.813Z Downloaded serde_path_to_error v0.1.20
5352026-02-25T20:12:38.813Z Downloaded serde-value v0.7.0
5362026-02-25T20:12:38.813Z Downloaded reedline v0.40.0
5372026-02-25T20:12:38.813Z Downloaded quinn-udp v0.5.5
5382026-02-25T20:12:38.813Z Downloaded log v0.4.29
5392026-02-25T20:12:38.813Z Downloaded headers v0.4.1
5402026-02-25T20:12:38.838Z Downloaded dropshot-api-manager v0.3.0
5412026-02-25T20:12:38.838Z Downloaded slog-bunyan v2.5.0
5422026-02-25T20:12:38.838Z Downloaded similar-asserts v1.7.0
5432026-02-25T20:12:38.838Z Downloaded signal-hook-tokio v0.3.1
5442026-02-25T20:12:38.838Z Downloaded shlex v1.3.0
5452026-02-25T20:12:38.838Z Downloaded serde_repr v0.1.19
5462026-02-25T20:12:38.838Z Downloaded serde_plain v1.0.2
5472026-02-25T20:12:38.838Z Downloaded serde_bytes v0.11.19
5482026-02-25T20:12:38.838Z Downloaded serde-big-array v0.5.1
5492026-02-25T20:12:38.838Z Downloaded semver v1.0.27
5502026-02-25T20:12:38.838Z Downloaded semver v0.1.20
5512026-02-25T20:12:38.838Z Downloaded scopeguard v1.2.0
5522026-02-25T20:12:38.864Z Downloaded scheduled-thread-pool v0.2.7
5532026-02-25T20:12:38.864Z Downloaded sapling-renderdag v0.1.0
5542026-02-25T20:12:38.864Z Downloaded rtoolbox v0.0.2
5552026-02-25T20:12:38.864Z Downloaded regex v1.11.3
5562026-02-25T20:12:38.864Z Downloaded rayon v1.10.0
5572026-02-25T20:12:38.864Z Downloaded proptest v1.7.0
5582026-02-25T20:12:38.888Z Downloaded proc-macro-error v1.0.4
5592026-02-25T20:12:38.888Z Downloaded polar-core v0.27.3
5602026-02-25T20:12:38.888Z Downloaded serde_urlencoded v0.7.1
5612026-02-25T20:12:38.889Z Downloaded serde_regex v1.1.0
5622026-02-25T20:12:38.889Z Downloaded secrecy v0.8.0
5632026-02-25T20:12:38.914Z Downloaded sct v0.7.1
5642026-02-25T20:12:38.914Z Downloaded scroll_derive v0.13.1
5652026-02-25T20:12:38.914Z Downloaded schemars_derive v0.8.22
5662026-02-25T20:12:38.914Z Downloaded ryu v1.0.18
5672026-02-25T20:12:38.914Z Downloaded rustls-pki-types v1.10.0
5682026-02-25T20:12:38.914Z Downloaded russh v0.45.0
5692026-02-25T20:12:38.914Z Downloaded rstest_macros v0.25.0
5702026-02-25T20:12:38.914Z Downloaded postgres-protocol v0.6.8
5712026-02-25T20:12:38.939Z Downloaded pin-project-internal v1.1.6
5722026-02-25T20:12:38.939Z Downloaded password-hash v0.5.0
5732026-02-25T20:12:38.939Z Downloaded password-hash v0.4.2
5742026-02-25T20:12:38.939Z Downloaded partial-io v0.5.4
5752026-02-25T20:12:38.939Z Downloaded criterion v0.7.0
5762026-02-25T20:12:38.939Z Downloaded rustls-pemfile v1.0.4
5772026-02-25T20:12:38.939Z Downloaded rustls-native-certs v0.8.1
5782026-02-25T20:12:38.939Z Downloaded rustc_version v0.4.1
5792026-02-25T20:12:38.939Z Downloaded rustc-hash v1.1.0
5802026-02-25T20:12:38.964Z Downloaded rustc-demangle v0.1.24
5812026-02-25T20:12:38.964Z Downloaded rust-argon2 v2.1.0
5822026-02-25T20:12:38.964Z Downloaded rstest v0.25.0
5832026-02-25T20:12:38.964Z Downloaded ron v0.8.1
5842026-02-25T20:12:38.964Z Downloaded rfc6979 v0.4.0
5852026-02-25T20:12:38.964Z Downloaded rcgen v0.12.1
5862026-02-25T20:12:38.964Z Downloaded rayon-core v1.12.1
5872026-02-25T20:12:38.989Z Downloaded rand_distr v0.5.1
5882026-02-25T20:12:38.989Z Downloaded publicsuffix v2.3.0
5892026-02-25T20:12:38.989Z Downloaded object v0.37.3
5902026-02-25T20:12:38.989Z Downloaded derive_more-impl v2.0.1
5912026-02-25T20:12:39.015Z Downloaded derive_more v2.0.1
5922026-02-25T20:12:39.015Z Downloaded rustc_version v0.1.7
5932026-02-25T20:12:39.015Z Downloaded russh-keys v0.45.0
5942026-02-25T20:12:39.015Z Downloaded radium v0.7.0
5952026-02-25T20:12:39.015Z Downloaded qorb v0.4.1
5962026-02-25T20:12:39.015Z Downloaded portable-atomic v1.11.0
5972026-02-25T20:12:39.043Z Downloaded petname v2.0.2
5982026-02-25T20:12:39.043Z Downloaded num-rational v0.4.2
5992026-02-25T20:12:39.043Z Downloaded diesel_derives v2.2.3
6002026-02-25T20:12:39.043Z Downloaded darling_core v0.21.0
6012026-02-25T20:12:39.043Z Downloaded rustc-hash v2.1.1
6022026-02-25T20:12:39.043Z Downloaded russh-cryptovec v0.7.3
6032026-02-25T20:12:39.043Z Downloaded ref-cast v1.0.25
6042026-02-25T20:12:39.082Z Downloaded recursive-proc-macro-impl v0.1.1
6052026-02-25T20:12:39.082Z Downloaded rand_seeder v0.4.0
6062026-02-25T20:12:39.082Z Downloaded rand_core v0.9.3
6072026-02-25T20:12:39.082Z Downloaded rand_core v0.6.4
6082026-02-25T20:12:39.082Z Downloaded rand_chacha v0.9.0
6092026-02-25T20:12:39.082Z Downloaded progenitor-impl v0.11.2
6102026-02-25T20:12:39.082Z Downloaded progenitor-impl v0.10.0
6112026-02-25T20:12:39.082Z Downloaded progenitor-impl v0.8.0
6122026-02-25T20:12:39.082Z Downloaded proc-macro2 v1.0.101
6132026-02-25T20:12:39.082Z Downloaded aws-lc-sys v0.26.0
6142026-02-25T20:12:39.316Z Downloaded plotters v0.3.7
6152026-02-25T20:12:39.355Z Downloaded litrs v0.4.1
6162026-02-25T20:12:39.355Z Downloaded litemap v0.7.3
6172026-02-25T20:12:39.355Z Downloaded ingot-macros v0.1.1
6182026-02-25T20:12:39.355Z Downloaded getrandom v0.3.4
6192026-02-25T20:12:39.355Z Downloaded getrandom v0.2.15
6202026-02-25T20:12:39.355Z Downloaded chrono-tz v0.10.4
6212026-02-25T20:12:39.384Z Downloaded recursive v0.1.1
6222026-02-25T20:12:39.384Z Downloaded rand_xorshift v0.4.0
6232026-02-25T20:12:39.384Z Downloaded rand_chacha v0.3.1
6242026-02-25T20:12:39.384Z Downloaded psm v0.1.30
6252026-02-25T20:12:39.384Z Downloaded psl-types v2.0.11
6262026-02-25T20:12:39.384Z Downloaded progenitor-client v0.11.2
6272026-02-25T20:12:39.384Z Downloaded progenitor-client v0.8.0
6282026-02-25T20:12:39.384Z Downloaded progenitor v0.11.2
6292026-02-25T20:12:39.384Z Downloaded progenitor v0.8.0
6302026-02-25T20:12:39.385Z Downloaded proc-macro-error2 v2.0.1
6312026-02-25T20:12:39.385Z Downloaded proc-macro-error-attr v1.0.4
6322026-02-25T20:12:39.385Z Downloaded proc-macro-crate v3.2.0
6332026-02-25T20:12:39.385Z Downloaded num_enum v0.5.11
6342026-02-25T20:12:39.385Z Downloaded progenitor-macro v0.11.2
6352026-02-25T20:12:39.385Z Downloaded progenitor-macro v0.8.0
6362026-02-25T20:12:39.385Z Downloaded progenitor-client v0.10.0
6372026-02-25T20:12:39.385Z Downloaded progenitor v0.10.0
6382026-02-25T20:12:39.468Z Downloaded proc-macro-error-attr2 v2.0.0
6392026-02-25T20:12:39.468Z Downloaded prettyplease v0.2.36
6402026-02-25T20:12:39.468Z Downloaded pretty_assertions v1.4.1
6412026-02-25T20:12:39.468Z Downloaded prefix-trie v0.7.0
6422026-02-25T20:12:39.468Z Downloaded polling v3.7.3
6432026-02-25T20:12:39.468Z Downloaded pest v2.8.2
6442026-02-25T20:12:39.468Z Downloaded pathdiff v0.2.3
6452026-02-25T20:12:39.500Z Downloaded parse-size v1.1.0
6462026-02-25T20:12:39.500Z Downloaded p384 v0.13.1
6472026-02-25T20:12:39.500Z Downloaded nanorand v0.7.0
6482026-02-25T20:12:39.500Z Downloaded multer v3.1.0
6492026-02-25T20:12:39.500Z Downloaded proc-macro-crate v1.3.1
6502026-02-25T20:12:39.500Z Downloaded primeorder v0.13.6
6512026-02-25T20:12:39.500Z Downloaded pretty-hex v0.4.1
6522026-02-25T20:12:39.500Z Downloaded predicates-tree v1.0.12
6532026-02-25T20:12:39.500Z Downloaded predicates v3.1.3
6542026-02-25T20:12:39.500Z Downloaded ppv-lite86 v0.2.20
6552026-02-25T20:12:39.500Z Downloaded powerfmt v0.2.0
6562026-02-25T20:12:39.500Z Downloaded postgres-types v0.2.9
6572026-02-25T20:12:39.500Z Downloaded postcard v1.0.10
6582026-02-25T20:12:39.500Z Downloaded polyval v0.6.2
6592026-02-25T20:12:39.500Z Downloaded poly1305 v0.8.0
6602026-02-25T20:12:39.500Z Downloaded pkg-config v0.3.31
6612026-02-25T20:12:39.500Z Downloaded pkcs5 v0.7.1
6622026-02-25T20:12:39.500Z Downloaded pkcs1 v0.7.5
6632026-02-25T20:12:39.500Z Downloaded pbkdf2 v0.12.2
6642026-02-25T20:12:39.500Z Downloaded pbkdf2 v0.11.0
6652026-02-25T20:12:39.500Z Downloaded path-slash v0.1.5
6662026-02-25T20:12:39.500Z Downloaded p521 v0.13.3
6672026-02-25T20:12:39.500Z Downloaded nested v0.1.1
6682026-02-25T20:12:39.500Z Downloaded native-tls v0.2.12
6692026-02-25T20:12:39.500Z Downloaded lock_api v0.4.12
6702026-02-25T20:12:39.500Z Downloaded lalrpop v0.19.12
6712026-02-25T20:12:39.500Z Downloaded dropshot_endpoint v0.16.7
6722026-02-25T20:12:39.500Z Downloaded derive_more v0.99.20
6732026-02-25T20:12:39.500Z Downloaded daft-derive v0.1.4
6742026-02-25T20:12:39.606Z Downloaded const_format v0.2.34
6752026-02-25T20:12:39.606Z Downloaded predicates-core v1.0.8
6762026-02-25T20:12:39.606Z Downloaded precomputed-hash v0.1.1
6772026-02-25T20:12:39.606Z Downloaded plotters-svg v0.3.7
6782026-02-25T20:12:39.606Z Downloaded plotters-backend v0.3.7
6792026-02-25T20:12:39.606Z Downloaded plain v0.2.3
6802026-02-25T20:12:39.606Z Downloaded pkcs8 v0.10.2
6812026-02-25T20:12:39.606Z Downloaded pin-utils v0.1.0
6822026-02-25T20:12:39.606Z Downloaded pest_derive v2.8.2
6832026-02-25T20:12:39.606Z Downloaded papergrid v0.14.0
6842026-02-25T20:12:39.606Z Downloaded papergrid v0.11.0
6852026-02-25T20:12:39.734Z Downloaded openssl-macros v0.1.1
6862026-02-25T20:12:39.734Z Downloaded num_threads v0.1.7
6872026-02-25T20:12:39.734Z Downloaded httparse v1.9.5
6882026-02-25T20:12:39.734Z Downloaded half v1.8.3
6892026-02-25T20:12:39.734Z Downloaded diff v0.1.13
6902026-02-25T20:12:39.734Z Downloaded bzip2-sys v0.1.13+1.0.8
6912026-02-25T20:12:39.734Z Downloaded phf v0.12.1
6922026-02-25T20:12:39.734Z Downloaded pest_meta v2.8.2
6932026-02-25T20:12:39.734Z Downloaded pest_generator v2.8.2
6942026-02-25T20:12:39.734Z Downloaded pem-rfc7468 v0.7.0
6952026-02-25T20:12:39.734Z Downloaded pem v3.0.5
6962026-02-25T20:12:39.734Z Downloaded peg-macros v0.8.5
6972026-02-25T20:12:39.734Z Downloaded peg v0.8.5
6982026-02-25T20:12:39.734Z Downloaded papergrid v0.17.0
6992026-02-25T20:12:39.734Z Downloaded p256 v0.13.2
7002026-02-25T20:12:39.734Z Downloaded oxnet v0.1.4
7012026-02-25T20:12:39.734Z Downloaded owo-colors v4.2.3
7022026-02-25T20:12:39.734Z Downloaded oso v0.27.3
7032026-02-25T20:12:39.734Z Downloaded num-bigint-dig v0.8.6
7042026-02-25T20:12:39.734Z Downloaded num-bigint v0.4.6
7052026-02-25T20:12:39.734Z Downloaded hickory-proto v0.25.2
7062026-02-25T20:12:39.734Z Downloaded derive-where v1.5.0
7072026-02-25T20:12:39.734Z Downloaded darling_core v0.20.10
7082026-02-25T20:12:39.735Z Downloaded darling v0.21.0
7092026-02-25T20:12:39.778Z Downloaded phf_shared v0.11.2
7102026-02-25T20:12:39.778Z Downloaded phf v0.11.2
7112026-02-25T20:12:39.778Z Downloaded percent-encoding v2.3.2
7122026-02-25T20:12:39.779Z Downloaded peg-runtime v0.8.5
7132026-02-25T20:12:39.779Z Downloaded parse-display-derive v0.10.0
7142026-02-25T20:12:39.779Z Downloaded parking_lot_core v0.9.10
7152026-02-25T20:12:39.779Z Downloaded parking_lot v0.12.3
7162026-02-25T20:12:39.779Z Downloaded parking_lot v0.11.2
7172026-02-25T20:12:39.779Z Downloaded packed_struct v0.10.1
7182026-02-25T20:12:39.779Z Downloaded oxide-tokio-rt v0.1.2
7192026-02-25T20:12:39.779Z Downloaded openssl-sys v0.9.109
7202026-02-25T20:12:39.779Z Downloaded openssl-probe v0.1.5
7212026-02-25T20:12:39.779Z Downloaded number_prefix v0.4.0
7222026-02-25T20:12:39.779Z Downloaded num_enum_derive v0.5.11
7232026-02-25T20:12:39.779Z Downloaded nodrop v0.1.14
7242026-02-25T20:12:39.779Z Downloaded nibble_vec v0.1.0
7252026-02-25T20:12:39.779Z Downloaded newtype_derive v0.1.6
7262026-02-25T20:12:39.779Z Downloaded libxml v0.3.3
7272026-02-25T20:12:39.779Z Downloaded libefi-sys v0.1.0
7282026-02-25T20:12:39.779Z Downloaded lazycell v1.3.0
7292026-02-25T20:12:39.779Z Downloaded iri-string v0.7.8
7302026-02-25T20:12:39.780Z Downloaded indoc v2.0.6
7312026-02-25T20:12:39.780Z Downloaded idna v1.0.3
7322026-02-25T20:12:39.780Z Downloaded icu_properties_data v1.5.0
7332026-02-25T20:12:39.780Z Downloaded httptest v0.16.3
7342026-02-25T20:12:39.780Z Downloaded filetime v0.2.26
7352026-02-25T20:12:39.780Z Downloaded parking_lot_core v0.8.6
7362026-02-25T20:12:39.780Z Downloaded parking v2.2.1
7372026-02-25T20:12:39.780Z Downloaded packed_struct_codegen v0.10.1
7382026-02-25T20:12:39.780Z Downloaded owo-colors v3.5.0
7392026-02-25T20:12:39.780Z Downloaded oso-derive v0.27.3
7402026-02-25T20:12:39.780Z Downloaded ordered-float v2.10.1
7412026-02-25T20:12:39.780Z Downloaded opaque-debug v0.3.1
7422026-02-25T20:12:39.780Z Downloaded oorandom v11.1.4
7432026-02-25T20:12:39.780Z Downloaded omicron-zone-package v0.12.2
7442026-02-25T20:12:39.780Z Downloaded num-iter v0.1.45
7452026-02-25T20:12:39.780Z Downloaded num-integer v0.1.46
7462026-02-25T20:12:39.780Z Downloaded nu-ansi-term v0.50.1
7472026-02-25T20:12:39.780Z Downloaded newline-converter v0.3.0
7482026-02-25T20:12:39.780Z Downloaded new_debug_unreachable v1.0.6
7492026-02-25T20:12:39.780Z Downloaded multimap v0.10.1
7502026-02-25T20:12:39.780Z Downloaded miette v5.10.0
7512026-02-25T20:12:39.780Z Downloaded memchr v2.7.4
7522026-02-25T20:12:39.780Z Downloaded libm v0.2.8
7532026-02-25T20:12:39.780Z Downloaded libloading v0.8.5
7542026-02-25T20:12:39.780Z Downloaded itertools v0.14.0
7552026-02-25T20:12:39.806Z Downloaded itertools v0.13.0
7562026-02-25T20:12:39.806Z Downloaded itertools v0.12.1
7572026-02-25T20:12:39.806Z Downloaded itertools v0.10.5
7582026-02-25T20:12:39.806Z Downloaded ingot-types v0.1.2
7592026-02-25T20:12:39.806Z Downloaded ingot v0.1.1
7602026-02-25T20:12:39.806Z Downloaded iddqd v0.3.16
7612026-02-25T20:12:39.806Z Downloaded hickory-proto v0.24.4
7622026-02-25T20:12:39.831Z Downloaded des v0.8.1
7632026-02-25T20:12:39.831Z Downloaded crossterm v0.28.1
7642026-02-25T20:12:39.832Z Downloaded crc-any v2.5.0
7652026-02-25T20:12:39.832Z Downloaded olpc-cjson v0.1.4
7662026-02-25T20:12:39.832Z Downloaded num-derive v0.3.3
7672026-02-25T20:12:39.832Z Downloaded num-conv v0.1.0
7682026-02-25T20:12:39.832Z Downloaded num-complex v0.4.6
7692026-02-25T20:12:39.858Z Downloaded num v0.4.3
7702026-02-25T20:12:39.858Z Downloaded normalize-line-endings v0.3.0
7712026-02-25T20:12:39.858Z Downloaded nonempty v0.12.0
7722026-02-25T20:12:39.858Z Downloaded newtype-uuid-macros v0.1.0
7732026-02-25T20:12:39.858Z Downloaded newtype-uuid v1.3.2
7742026-02-25T20:12:39.858Z Downloaded miniz_oxide v0.8.5
7752026-02-25T20:12:39.858Z Downloaded minimal-lexical v0.2.1
7762026-02-25T20:12:39.859Z Downloaded lockfree-object-pool v0.1.6
7772026-02-25T20:12:39.859Z Downloaded jiff-static v0.2.15
7782026-02-25T20:12:39.859Z Downloaded hkdf v0.12.4
7792026-02-25T20:12:39.859Z Downloaded group v0.13.0
7802026-02-25T20:12:39.884Z Downloaded csv-core v0.1.11
7812026-02-25T20:12:39.885Z Downloaded mime v0.3.17
7822026-02-25T20:12:39.885Z Downloaded miette-derive v5.10.0
7832026-02-25T20:12:39.885Z Downloaded memmap v0.7.0
7842026-02-25T20:12:39.885Z Downloaded maplit v1.0.2
7852026-02-25T20:12:39.885Z Downloaded managed v0.8.0
7862026-02-25T20:12:39.885Z Downloaded macaddr v1.0.1
7872026-02-25T20:12:39.885Z Downloaded lru-cache v0.1.2
7882026-02-25T20:12:39.885Z Downloaded libsw-core v0.3.1
7892026-02-25T20:12:39.885Z Downloaded libsw v3.5.0
7902026-02-25T20:12:39.885Z Downloaded knuffel v3.2.0
7912026-02-25T20:12:39.885Z Downloaded indexmap v2.13.0
7922026-02-25T20:12:39.910Z Downloaded indexmap v1.9.3
7932026-02-25T20:12:39.911Z Downloaded icu_normalizer v1.5.0
7942026-02-25T20:12:39.911Z Downloaded hyper-util v0.1.19
7952026-02-25T20:12:39.911Z Downloaded hyper v1.8.1
7962026-02-25T20:12:39.936Z Downloaded env_logger v0.11.8
7972026-02-25T20:12:39.936Z Downloaded md5 v0.7.0
7982026-02-25T20:12:39.936Z Downloaded match_cfg v0.1.0
7992026-02-25T20:12:39.936Z Downloaded lru v0.12.5
8002026-02-25T20:12:39.936Z Downloaded linear-map v1.2.0
8012026-02-25T20:12:39.936Z Downloaded libz-rs-sys v0.5.1
8022026-02-25T20:12:39.936Z Downloaded libtest-mimic v0.8.1
8032026-02-25T20:12:39.936Z Downloaded libscf-sys v1.1.0
8042026-02-25T20:12:39.936Z Downloaded kv-log-macro v1.0.7
8052026-02-25T20:12:39.936Z Downloaded kstat-rs v0.2.4
8062026-02-25T20:12:39.936Z Downloaded is_ci v1.2.0
8072026-02-25T20:12:39.961Z Downloaded is-terminal v0.4.13
8082026-02-25T20:12:39.961Z Downloaded ipnet v2.11.0
8092026-02-25T20:12:39.961Z Downloaded indicatif v0.18.0
8102026-02-25T20:12:39.961Z Downloaded indicatif v0.17.11
8112026-02-25T20:12:39.961Z Downloaded indent_write v2.2.0
8122026-02-25T20:12:39.961Z Downloaded icu_collections v1.5.0
8132026-02-25T20:12:39.986Z Downloaded erased-serde v0.4.6
8142026-02-25T20:12:39.986Z Downloaded dof v0.3.0
8152026-02-25T20:12:39.986Z Downloaded defmt-macros v0.3.9
8162026-02-25T20:12:39.986Z Downloaded md-5 v0.10.6
8172026-02-25T20:12:39.986Z Downloaded maybe-uninit v2.0.0
8182026-02-25T20:12:39.986Z Downloaded lzss v0.8.2
8192026-02-25T20:12:39.986Z Downloaded linked-hash-map v0.5.6
8202026-02-25T20:12:39.986Z Downloaded lazy_static v1.5.0
8212026-02-25T20:12:39.986Z Downloaded knuffel-derive v3.2.0
8222026-02-25T20:12:39.986Z Downloaded keccak v0.1.5
8232026-02-25T20:12:39.986Z Downloaded jobserver v0.1.32
8242026-02-25T20:12:40.011Z Downloaded ipnetwork v0.21.1
8252026-02-25T20:12:40.011Z Downloaded instant v0.1.13
8262026-02-25T20:12:40.011Z Downloaded instability v0.3.2
8272026-02-25T20:12:40.012Z Downloaded inout v0.1.3
8282026-02-25T20:12:40.012Z Downloaded indoc v1.0.9
8292026-02-25T20:12:40.012Z Downloaded ignore v0.4.23
8302026-02-25T20:12:40.012Z Downloaded ident_case v1.0.1
8312026-02-25T20:12:40.012Z Downloaded icu_provider v1.5.0
8322026-02-25T20:12:40.012Z Downloaded icu_properties v1.5.1
8332026-02-25T20:12:40.012Z Downloaded icu_normalizer_data v1.5.0
8342026-02-25T20:12:40.037Z Downloaded icu_locid v1.5.0
8352026-02-25T20:12:40.037Z Downloaded iana-time-zone v0.1.63
8362026-02-25T20:12:40.037Z Downloaded hyper-tls v0.6.0
8372026-02-25T20:12:40.037Z Downloaded hyper-staticfile v0.10.1
8382026-02-25T20:12:40.037Z Downloaded hyper-rustls v0.27.7
8392026-02-25T20:12:40.037Z Downloaded humantime v2.2.0
8402026-02-25T20:12:40.037Z Downloaded http v1.4.0
8412026-02-25T20:12:40.118Z Downloaded hickory-server v0.25.2
8422026-02-25T20:12:40.118Z Downloaded erased-serde v0.3.31
8432026-02-25T20:12:40.118Z Downloaded digest v0.10.7
8442026-02-25T20:12:40.118Z Downloaded derive_builder_core v0.20.2
8452026-02-25T20:12:40.118Z Downloaded derive-ex v0.1.8
8462026-02-25T20:12:40.118Z Downloaded datatest-stable v0.3.2
8472026-02-25T20:12:40.143Z Downloaded daft v0.1.4
8482026-02-25T20:12:40.143Z Downloaded crossbeam-channel v0.5.15
8492026-02-25T20:12:40.143Z Downloaded is_terminal_polyfill v1.70.1
8502026-02-25T20:12:40.143Z Downloaded internet-checksum v0.2.1
8512026-02-25T20:12:40.143Z Downloaded icu_locid_transform_data v1.5.0
8522026-02-25T20:12:40.143Z Downloaded icu_locid_transform v1.5.0
8532026-02-25T20:12:40.143Z Downloaded futures-timer v3.0.3
8542026-02-25T20:12:40.143Z Downloaded dirs-sys-next v0.1.2
8552026-02-25T20:12:40.143Z Downloaded diesel-dtrace v0.4.2
8562026-02-25T20:12:40.143Z Downloaded bstr v1.10.0
8572026-02-25T20:12:40.143Z Downloaded idna_adapter v1.2.0
8582026-02-25T20:12:40.143Z Downloaded icu_provider_macros v1.5.0
8592026-02-25T20:12:40.143Z Downloaded hubpack_derive v0.1.1
8602026-02-25T20:12:40.143Z Downloaded hubpack v0.1.2
8612026-02-25T20:12:40.143Z Downloaded httpdate v1.0.3
8622026-02-25T20:12:40.143Z Downloaded http-range v0.1.5
8632026-02-25T20:12:40.144Z Downloaded http-body v1.0.1
8642026-02-25T20:12:40.144Z Downloaded home v0.5.9
8652026-02-25T20:12:40.144Z Downloaded hickory-resolver v0.25.2
8662026-02-25T20:12:40.144Z Downloaded hickory-resolver v0.24.4
8672026-02-25T20:12:40.144Z Downloaded hickory-client v0.25.2
8682026-02-25T20:12:40.144Z Downloaded headers-core v0.3.0
8692026-02-25T20:12:40.144Z Downloaded guppy-workspace-hack v0.1.0
8702026-02-25T20:12:40.144Z Downloaded globwalk v0.9.1
8712026-02-25T20:12:40.144Z Downloaded git2 v0.20.2
8722026-02-25T20:12:40.169Z Downloaded gimli v0.31.1
8732026-02-25T20:12:40.169Z Downloaded gethostname v0.5.0
8742026-02-25T20:12:40.169Z Downloaded fxhash v0.2.1
8752026-02-25T20:12:40.169Z Downloaded futures-task v0.3.31
8762026-02-25T20:12:40.169Z Downloaded generic-array v0.14.7
8772026-02-25T20:12:40.169Z Downloaded foreign-types-macros v0.2.3
8782026-02-25T20:12:40.169Z Downloaded drift v0.1.3
8792026-02-25T20:12:40.194Z Downloaded displaydoc v0.2.5
8802026-02-25T20:12:40.194Z Downloaded deranged v0.5.3
8812026-02-25T20:12:40.194Z Downloaded der_derive v0.7.3
8822026-02-25T20:12:40.194Z Downloaded defmt v0.3.8
8832026-02-25T20:12:40.194Z Downloaded ctr v0.9.2
8842026-02-25T20:12:40.194Z Downloaded chrono v0.4.43
8852026-02-25T20:12:40.219Z Downloaded itoa v1.0.11
8862026-02-25T20:12:40.219Z Downloaded http-body-util v0.1.3
8872026-02-25T20:12:40.219Z Downloaded hostname v0.4.2
8882026-02-25T20:12:40.219Z Downloaded hostname v0.3.1
8892026-02-25T20:12:40.219Z Downloaded highway v1.3.0
8902026-02-25T20:12:40.219Z Downloaded hex-literal v0.4.1
8912026-02-25T20:12:40.219Z Downloaded hex v0.4.3
8922026-02-25T20:12:40.219Z Downloaded heck v0.5.0
8932026-02-25T20:12:40.219Z Downloaded heck v0.4.1
8942026-02-25T20:12:40.220Z Downloaded heck v0.3.3
8952026-02-25T20:12:40.245Z Downloaded heapless v0.8.0
8962026-02-25T20:12:40.245Z Downloaded hashbrown v0.14.5
8972026-02-25T20:12:40.245Z Downloaded hashbrown v0.13.2
8982026-02-25T20:12:40.245Z Downloaded hashbrown v0.12.3
8992026-02-25T20:12:40.245Z Downloaded foreign-types v0.5.0
9002026-02-25T20:12:40.245Z Downloaded errno v0.3.12
9012026-02-25T20:12:40.270Z Downloaded equivalent v1.0.2
9022026-02-25T20:12:40.270Z Downloaded env_filter v0.1.2
9032026-02-25T20:12:40.270Z Downloaded enum-as-inner v0.6.1
9042026-02-25T20:12:40.270Z Downloaded dtrace-parser v0.3.0
9052026-02-25T20:12:40.270Z Downloaded dropshot-api-manager-types v0.3.0
9062026-02-25T20:12:40.270Z Downloaded const-oid v0.9.6
9072026-02-25T20:12:40.270Z Downloaded colored v3.0.0
9082026-02-25T20:12:40.270Z Downloaded blake3 v1.5.4
9092026-02-25T20:12:40.296Z Downloaded bitvec v1.0.1
9102026-02-25T20:12:40.296Z Downloaded bindgen v0.71.1
9112026-02-25T20:12:40.320Z Downloaded bindgen v0.69.5
9122026-02-25T20:12:40.320Z Downloaded aws-lc-rs v1.12.4
9132026-02-25T20:12:40.345Z Downloaded async-std v1.13.0
9142026-02-25T20:12:40.370Z Downloaded futures-lite v2.3.0
9152026-02-25T20:12:40.370Z Downloaded futures v0.3.31
9162026-02-25T20:12:40.370Z Downloaded fs-err v2.11.0
9172026-02-25T20:12:40.371Z Downloaded flume v0.11.1
9182026-02-25T20:12:40.371Z Downloaded flate2 v1.1.2
9192026-02-25T20:12:40.396Z Downloaded fancy-regex v0.14.0
9202026-02-25T20:12:40.396Z Downloaded expectorate v1.2.0
9212026-02-25T20:12:40.396Z Downloaded endian-type v0.1.2
9222026-02-25T20:12:40.396Z Downloaded ed25519-dalek v2.1.1
9232026-02-25T20:12:40.396Z Downloaded dirs-next v2.0.0
9242026-02-25T20:12:40.396Z Downloaded debug-ignore v1.0.5
9252026-02-25T20:12:40.396Z Downloaded darling_macro v0.21.0
9262026-02-25T20:12:40.396Z Downloaded crossbeam-utils v0.8.21
9272026-02-25T20:12:40.396Z Downloaded chacha20poly1305 v0.10.1
9282026-02-25T20:12:40.396Z Downloaded globset v0.4.15
9292026-02-25T20:12:40.421Z Downloaded futures-sink v0.3.31
9302026-02-25T20:12:40.421Z Downloaded futures-executor v0.3.31
9312026-02-25T20:12:40.421Z Downloaded futures-channel v0.3.31
9322026-02-25T20:12:40.421Z Downloaded fs_extra v1.3.0
9332026-02-25T20:12:40.422Z Downloaded fs-err v3.1.1
9342026-02-25T20:12:40.422Z Downloaded form_urlencoded v1.2.2
9352026-02-25T20:12:40.422Z Downloaded foreign-types-shared v0.3.1
9362026-02-25T20:12:40.422Z Downloaded fixedbitset v0.5.7
9372026-02-25T20:12:40.422Z Downloaded find-msvc-tools v0.1.9
9382026-02-25T20:12:40.422Z Downloaded fatfs v0.3.6
9392026-02-25T20:12:40.422Z Downloaded event-listener v5.3.1
9402026-02-25T20:12:40.422Z Downloaded elliptic-curve v0.13.8
9412026-02-25T20:12:40.447Z Downloaded ecdsa v0.16.9
9422026-02-25T20:12:40.447Z Downloaded dtrace-parser v0.2.0
9432026-02-25T20:12:40.447Z Downloaded display-error-chain v0.2.2
9442026-02-25T20:12:40.447Z Downloaded data-encoding v2.9.0
9452026-02-25T20:12:40.447Z Downloaded darling_macro v0.20.10
9462026-02-25T20:12:40.447Z Downloaded darling v0.20.10
9472026-02-25T20:12:40.447Z Downloaded ciborium v0.2.2
9482026-02-25T20:12:40.447Z Downloaded chumsky v0.9.3
9492026-02-25T20:12:40.447Z Downloaded bumpalo v3.16.0
9502026-02-25T20:12:40.473Z Downloaded base64 v0.21.7
9512026-02-25T20:12:40.473Z Downloaded base64 v0.13.1
9522026-02-25T20:12:40.473Z Downloaded backtrace v0.3.74
9532026-02-25T20:12:40.473Z Downloaded arc-swap v1.7.1
9542026-02-25T20:12:40.473Z Downloaded ar_archive_writer v0.5.1
9552026-02-25T20:12:40.498Z Downloaded ghash v0.5.1
9562026-02-25T20:12:40.498Z Downloaded futures-macro v0.3.31
9572026-02-25T20:12:40.498Z Downloaded futures-io v0.3.31
9582026-02-25T20:12:40.498Z Downloaded futures-core v0.3.31
9592026-02-25T20:12:40.498Z Downloaded funty v2.0.0
9602026-02-25T20:12:40.498Z Downloaded foreign-types-shared v0.1.1
9612026-02-25T20:12:40.498Z Downloaded foldhash v0.2.0
9622026-02-25T20:12:40.498Z Downloaded foldhash v0.1.5
9632026-02-25T20:12:40.498Z Downloaded float-ord v0.3.2
9642026-02-25T20:12:40.498Z Downloaded flagset v0.4.6
9652026-02-25T20:12:40.498Z Downloaded fixedbitset v0.4.2
9662026-02-25T20:12:40.498Z Downloaded fallible-iterator v0.2.0
9672026-02-25T20:12:40.498Z Downloaded ena v0.14.3
9682026-02-25T20:12:40.499Z Downloaded either v1.15.0
9692026-02-25T20:12:40.499Z Downloaded ed25519 v2.2.3
9702026-02-25T20:12:40.499Z Downloaded dof v0.4.0
9712026-02-25T20:12:40.524Z Downloaded document-features v0.2.11
9722026-02-25T20:12:40.524Z Downloaded derive_builder_macro v0.20.2
9732026-02-25T20:12:40.524Z Downloaded defmt-parser v0.3.4
9742026-02-25T20:12:40.524Z Downloaded curve25519-dalek-derive v0.1.1
9752026-02-25T20:12:40.524Z Downloaded crypto-common v0.1.6
9762026-02-25T20:12:40.524Z Downloaded cmake v0.1.51
9772026-02-25T20:12:40.524Z Downloaded chacha20 v0.9.1
9782026-02-25T20:12:40.524Z Downloaded cfg-expr v0.20.1
9792026-02-25T20:12:40.524Z Downloaded cexpr v0.6.0
9802026-02-25T20:12:40.524Z Downloaded cbc v0.1.2
9812026-02-25T20:12:40.524Z Downloaded cancel-safe-futures v0.1.5
9822026-02-25T20:12:40.524Z Downloaded camino-tempfile-ext v0.3.2
9832026-02-25T20:12:40.524Z Downloaded blocking v1.6.1
9842026-02-25T20:12:40.549Z Downloaded blake2b_simd v1.0.2
9852026-02-25T20:12:40.549Z Downloaded argon2 v0.5.3
9862026-02-25T20:12:40.549Z Downloaded anyhow v1.0.99
9872026-02-25T20:12:40.549Z Downloaded anstyle-parse v0.2.5
9882026-02-25T20:12:40.549Z Downloaded anstyle v1.0.11
9892026-02-25T20:12:40.549Z Downloaded anstream v0.6.18
9902026-02-25T20:12:40.549Z Downloaded fnv v1.0.7
9912026-02-25T20:12:40.549Z Downloaded float-cmp v0.10.0
9922026-02-25T20:12:40.549Z Downloaded fd-lock v4.0.2
9932026-02-25T20:12:40.549Z Downloaded fastrand v2.1.1
9942026-02-25T20:12:40.549Z Downloaded event-listener-strategy v0.5.2
9952026-02-25T20:12:40.575Z Downloaded event-listener v2.5.3
9962026-02-25T20:12:40.576Z Downloaded escape8259 v0.5.3
9972026-02-25T20:12:40.576Z Downloaded embedded-io v0.6.1
9982026-02-25T20:12:40.576Z Downloaded embedded-io v0.4.0
9992026-02-25T20:12:40.576Z Downloaded dyn-clone v1.0.20
10002026-02-25T20:12:40.576Z Downloaded doc-comment v0.3.3
10012026-02-25T20:12:40.576Z Downloaded difflib v0.4.0
10022026-02-25T20:12:40.576Z Downloaded cstr-argument v0.1.2
10032026-02-25T20:12:40.576Z Downloaded criterion-plot v0.6.0
10042026-02-25T20:12:40.576Z Downloaded crc32fast v1.4.2
10052026-02-25T20:12:40.576Z Downloaded cookie v0.18.1
10062026-02-25T20:12:40.576Z Downloaded ciborium-ll v0.2.2
10072026-02-25T20:12:40.576Z Downloaded ciborium-io v0.2.2
10082026-02-25T20:12:40.576Z Downloaded cfg_aliases v0.2.1
10092026-02-25T20:12:40.576Z Downloaded cfg_aliases v0.1.1
10102026-02-25T20:12:40.576Z Downloaded cfg-if v1.0.4
10112026-02-25T20:12:40.601Z Downloaded cargo-platform v0.2.0
10122026-02-25T20:12:40.601Z Downloaded camino-tempfile v1.4.1
10132026-02-25T20:12:40.601Z Downloaded bcrypt-pbkdf v0.10.0
10142026-02-25T20:12:40.601Z Downloaded async-stream-impl v0.3.6
10152026-02-25T20:12:40.601Z Downloaded array-init v0.0.4
10162026-02-25T20:12:40.601Z Downloaded approx v0.5.1
10172026-02-25T20:12:40.601Z Downloaded crc-catalog v2.4.0
10182026-02-25T20:12:40.601Z Downloaded corncobs v0.1.4
10192026-02-25T20:12:40.602Z Downloaded cobs v0.2.3
10202026-02-25T20:12:40.602Z Downloaded clap_lex v0.7.4
10212026-02-25T20:12:40.602Z Downloaded castaway v0.2.3
10222026-02-25T20:12:40.602Z Downloaded cassowary v0.3.0
10232026-02-25T20:12:40.602Z Downloaded cargo_metadata v0.19.2
10242026-02-25T20:12:40.602Z Downloaded blake2 v0.10.6
10252026-02-25T20:12:40.602Z Downloaded bb8 v0.8.5
10262026-02-25T20:12:40.602Z Downloaded critical-section v1.1.3
10272026-02-25T20:12:40.627Z Downloaded crc v3.2.1
10282026-02-25T20:12:40.627Z Downloaded convert_case v0.4.0
10292026-02-25T20:12:40.627Z Downloaded constant_time_eq v0.3.1
10302026-02-25T20:12:40.627Z Downloaded const_format_proc_macros v0.2.34
10312026-02-25T20:12:40.627Z Downloaded console v0.16.0
10322026-02-25T20:12:40.627Z Downloaded console v0.15.10
10332026-02-25T20:12:40.627Z Downloaded colored v2.2.0
10342026-02-25T20:12:40.627Z Downloaded cargo-platform v0.1.8
10352026-02-25T20:12:40.627Z Downloaded bitflags v2.9.4
10362026-02-25T20:12:40.652Z Downloaded bitfield-struct v0.6.2
10372026-02-25T20:12:40.652Z Downloaded bit-set v0.5.3
10382026-02-25T20:12:40.652Z Downloaded anstyle-query v1.1.1
10392026-02-25T20:12:40.652Z Downloaded crypto-bigint v0.5.5
10402026-02-25T20:12:40.652Z Downloaded crossbeam-epoch v0.9.18
10412026-02-25T20:12:40.653Z Downloaded cookie_store v0.21.1
10422026-02-25T20:12:40.653Z Downloaded convert_case v0.7.1
10432026-02-25T20:12:40.653Z Downloaded colorchoice v1.0.2
10442026-02-25T20:12:40.653Z Downloaded clap_derive v4.5.47
10452026-02-25T20:12:40.678Z Downloaded clap_builder v4.5.48
10462026-02-25T20:12:40.678Z Downloaded cargo-util-schemas v0.8.2
10472026-02-25T20:12:40.678Z Downloaded bzip2 v0.5.2
10482026-02-25T20:12:40.678Z Downloaded bytes v1.11.1
10492026-02-25T20:12:40.678Z Downloaded bytecount v0.6.8
10502026-02-25T20:12:40.678Z Downloaded buf-list v1.0.3
10512026-02-25T20:12:40.703Z Downloaded blowfish v0.9.1
10522026-02-25T20:12:40.703Z Downloaded block-buffer v0.10.4
10532026-02-25T20:12:40.703Z Downloaded bitflags v1.3.2
10542026-02-25T20:12:40.703Z Downloaded bitfield-macros v0.19.2
10552026-02-25T20:12:40.703Z Downloaded bitfield v0.19.2
10562026-02-25T20:12:40.703Z Downloaded bit-vec v0.8.0
10572026-02-25T20:12:40.703Z Downloaded bit-vec v0.6.3
10582026-02-25T20:12:40.703Z Downloaded bit-set v0.8.0
10592026-02-25T20:12:40.703Z Downloaded bcs v0.1.6
10602026-02-25T20:12:40.703Z Downloaded base64 v0.22.1
10612026-02-25T20:12:40.704Z Downloaded cc v1.2.56
10622026-02-25T20:12:40.728Z Downloaded cargo_metadata v0.21.0
10632026-02-25T20:12:40.729Z Downloaded camino v1.2.2
10642026-02-25T20:12:40.729Z Downloaded byteorder v1.5.0
10652026-02-25T20:12:40.729Z Downloaded base64ct v1.6.0
10662026-02-25T20:12:40.729Z Downloaded base16ct v0.2.0
10672026-02-25T20:12:40.729Z Downloaded backoff v0.4.0
10682026-02-25T20:12:40.729Z Downloaded atomic-waker v1.1.2
10692026-02-25T20:12:40.729Z Downloaded async-trait v0.1.89
10702026-02-25T20:12:40.729Z Downloaded async-task v4.7.1
10712026-02-25T20:12:40.754Z Downloaded async-signal v0.2.10
10722026-02-25T20:12:40.754Z Downloaded async-object-pool v0.1.5
10732026-02-25T20:12:40.754Z Downloaded anes v0.1.6
10742026-02-25T20:12:40.754Z Downloaded clang-sys v1.8.1
10752026-02-25T20:12:40.754Z Downloaded cast v0.3.0
10762026-02-25T20:12:40.755Z Downloaded bzip2 v0.4.4
10772026-02-25T20:12:40.755Z Downloaded backtrace-ext v0.2.1
10782026-02-25T20:12:40.755Z Downloaded autocfg v1.4.0
10792026-02-25T20:12:40.755Z Downloaded atty v0.2.14
10802026-02-25T20:12:40.755Z Downloaded atomicwrites v0.4.4
10812026-02-25T20:12:40.755Z Downloaded async-stream v0.3.6
10822026-02-25T20:12:40.780Z Downloaded async-recursion v1.1.1
10832026-02-25T20:12:40.780Z Downloaded async-process v2.3.0
10842026-02-25T20:12:40.780Z Downloaded async-lock v3.4.0
10852026-02-25T20:12:40.780Z Downloaded diesel_table_macro_syntax v0.2.0
10862026-02-25T20:12:40.780Z Downloaded derive_builder v0.20.2
10872026-02-25T20:12:40.780Z Downloaded concurrent-queue v2.5.0
10882026-02-25T20:12:40.780Z Downloaded cipher v0.4.4
10892026-02-25T20:12:40.780Z Downloaded crossbeam-deque v0.8.5
10902026-02-25T20:12:40.781Z Downloaded crc8 v0.1.1
10912026-02-25T20:12:40.781Z Downloaded cpufeatures v0.2.14
10922026-02-25T20:12:40.806Z Downloaded aes-gcm v0.10.3
10932026-02-25T20:12:40.806Z Downloaded async-executor v1.13.1
10942026-02-25T20:12:40.806Z Downloaded async-bb8-diesel v0.2.1
10952026-02-25T20:12:40.806Z Downloaded arrayref v0.3.9
10962026-02-25T20:12:40.806Z Downloaded aho-corasick v1.1.3
10972026-02-25T20:12:40.806Z Downloaded ahash v0.8.12
10982026-02-25T20:12:40.806Z Downloaded aes v0.8.4
10992026-02-25T20:12:40.831Z Downloaded adler2 v2.0.0
11002026-02-25T20:12:40.831Z Downloaded async-channel v1.9.0
11012026-02-25T20:12:40.831Z Downloaded assert_cmd v2.0.17
11022026-02-25T20:12:40.831Z Downloaded allocator-api2 v0.2.21
11032026-02-25T20:12:40.831Z Downloaded addr2line v0.24.2
11042026-02-25T20:12:40.831Z Downloaded async-channel v2.3.1
11052026-02-25T20:12:40.831Z Downloaded async-attributes v1.1.2
11062026-02-25T20:12:40.831Z Downloaded assert_matches v1.5.0
11072026-02-25T20:12:40.831Z Downloaded assert-json-diff v2.0.2
11082026-02-25T20:12:40.831Z Downloaded ascii-canvas v3.0.0
11092026-02-25T20:12:40.831Z Downloaded arrayvec v0.7.6
11102026-02-25T20:12:40.831Z Downloaded aead v0.5.2
11112026-02-25T20:12:41.230Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11122026-02-25T20:13:00.377Z Startup: Refreshing catalog 'helios-dev' ... Done
11132026-02-25T20:13:13.806Z Startup: Caching catalogs ... Done
11142026-02-25T20:13:43.778ZPlanning: Solver setup ... Done (27.676s)
11152026-02-25T20:13:44.026ZPlanning: Running solver ... Done (0.243s)
11162026-02-25T20:13:44.202ZPlanning: Finding local manifests ... Done (0.002s)
11172026-02-25T20:13:44.279ZPlanning: Fetching manifests: 0/4 0% complete
11182026-02-25T20:13:44.717ZPlanning: Fetching manifests: 4/4 100% complete
11192026-02-25T20:13:44.792ZPlanning: Package planning ... Done (0.075s)
11202026-02-25T20:13:44.864ZPlanning: Merging actions ... Done (0.072s)
11212026-02-25T20:13:45.194ZPlanning: Checking for conflicting actions ... Done (0.329s)
11222026-02-25T20:13:45.223ZPlanning: Consolidating action changes ... Done (0.013s)
11232026-02-25T20:13:45.949ZPlanning: Evaluating mediators ... Done (0.742s)
11242026-02-25T20:13:45.974ZPlanning: Planning completed in 32.04 seconds
11252026-02-25T20:13:45.998Z Packages to install: 4
11262026-02-25T20:13:45.998Z Mediators to change: 2
11272026-02-25T20:13:45.998Z Services to change: 1
11282026-02-25T20:13:45.998Z Estimated space available: 154.46 GB
11292026-02-25T20:13:45.998ZEstimated space to be consumed: 1.81 GB
11302026-02-25T20:13:45.998Z Create boot environment: No
11312026-02-25T20:13:45.998ZCreate backup boot environment: No
11322026-02-25T20:13:45.998Z Rebuild boot archive: No
11332026-02-25T20:13:45.998Z
11342026-02-25T20:13:45.999ZChanged mediators:
11352026-02-25T20:13:45.999Z mediator clang:
11362026-02-25T20:13:45.999Z version: None -> 15 (system default)
11372026-02-25T20:13:45.999Z
11382026-02-25T20:13:45.999Z mediator llvm:
11392026-02-25T20:13:45.999Z version: 14 (system default) -> 15 (system default)
11402026-02-25T20:13:45.999Z
11412026-02-25T20:13:45.999ZChanged packages:
11422026-02-25T20:13:45.999Zhelios-dev
11432026-02-25T20:13:45.999Z developer/build-essential
11442026-02-25T20:13:45.999Z None -> 11-2.0
11452026-02-25T20:13:45.999Z library/libxmlsec1
11462026-02-25T20:13:45.999Z None -> 1.2.35-2.0
11472026-02-25T20:13:45.999Z ooce/developer/clang-15
11482026-02-25T20:13:45.999Z None -> 15.0.7-2.0
11492026-02-25T20:13:45.999Z ooce/developer/llvm-15
11502026-02-25T20:13:45.999Z None -> 15.0.7-2.0
11512026-02-25T20:13:45.999Z
11522026-02-25T20:13:45.999ZServices:
11532026-02-25T20:13:45.999Z restart_fmri:
11542026-02-25T20:13:45.999Z svc:/system/update-man-index:default
11552026-02-25T20:13:46.047Z
11562026-02-25T20:13:46.047ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11572026-02-25T20:13:51.049ZDownload: 1198/3290 items 77.2/212.6MB 36% complete (15.6M/s)
11582026-02-25T20:13:56.060ZDownload: 3159/3290 items 132.9/212.6MB 62% complete (13.3M/s)
11592026-02-25T20:14:00.955ZDownload: Completed 212.60 MB in 14.91 seconds (14.3M/s)
11602026-02-25T20:14:01.130Z Actions: 1/3689 actions (Installing new actions)
11612026-02-25T20:14:06.822Z Actions: 3314/3689 actions (Installing new actions)
11622026-02-25T20:14:06.911Z Actions: Completed 3689 actions in 5.78 seconds.
11632026-02-25T20:14:07.588Z Done (0.671s)
11642026-02-25T20:14:07.588Z Done (0.000s)
11652026-02-25T20:14:09.055Z Done (1.467s)
11662026-02-25T20:14:14.350Z Done (4.994s)
11672026-02-25T20:14:14.452Z Done (0.019s)
11682026-02-25T20:14:14.477Z Done (0.000s)
11692026-02-25T20:14:14.640Z Done (0.000s)
11702026-02-25T20:14:15.699ZPlanning: Evaluating mediator changes ... Done
11712026-02-25T20:14:15.928ZPlanning: Checking for conflicting actions ... Done
11722026-02-25T20:14:15.928ZPlanning: Consolidating action changes ... Done
11732026-02-25T20:14:16.285ZPlanning: Evaluating mediators ... Done
11742026-02-25T20:14:16.310ZPlanning: Planning completed in 0.59 seconds
11752026-02-25T20:14:16.335Z Mediators to change: 2
11762026-02-25T20:14:16.336Z Create boot environment: No
11772026-02-25T20:14:16.337ZCreate backup boot environment: No
11782026-02-25T20:14:16.396Z Done
11792026-02-25T20:14:16.397Z Done
11802026-02-25T20:14:17.342Z Done
11812026-02-25T20:14:22.055Z Done
11822026-02-25T20:14:22.142Z Done
11832026-02-25T20:14:22.143Z Done
11842026-02-25T20:14:22.203Z Done
11852026-02-25T20:14:22.952ZPlanning: Evaluating mediator changes ... Done
11862026-02-25T20:14:22.981ZPlanning: Merging actions ... Done
11872026-02-25T20:14:23.228ZPlanning: Checking for conflicting actions ... Done
11882026-02-25T20:14:23.280ZPlanning: Consolidating action changes ... Done
11892026-02-25T20:14:23.583ZPlanning: Evaluating mediators ... Done
11902026-02-25T20:14:23.658ZPlanning: Planning completed in 1.01 seconds
11912026-02-25T20:14:23.703Z Packages to change: 1
11922026-02-25T20:14:23.703Z Mediators to change: 1
11932026-02-25T20:14:23.705Z Services to change: 1
11942026-02-25T20:14:23.705Z Create boot environment: No
11952026-02-25T20:14:23.705ZCreate backup boot environment: Yes
11962026-02-25T20:14:25.797Z Actions: 1/6 actions (Updating modified actions)
11972026-02-25T20:14:25.826Z Actions: Completed 6 actions in 0.00 seconds.
11982026-02-25T20:14:25.826Z Done
11992026-02-25T20:14:25.826Z Done
12002026-02-25T20:14:26.068Z Done
12012026-02-25T20:14:30.818Z Done
12022026-02-25T20:14:30.906Z Done
12032026-02-25T20:14:30.931Z Done
12042026-02-25T20:14:30.956Z Done
12052026-02-25T20:14:31.538ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12062026-02-25T20:14:31.538Zclang system 15 system
12072026-02-25T20:14:31.538Zcsh system system illumos
12082026-02-25T20:14:31.538Zctags system system illumos
12092026-02-25T20:14:31.538Zfile system system illumos
12102026-02-25T20:14:31.538Zgcc vendor 12 vendor
12112026-02-25T20:14:31.538Zgcc system 10 system
12122026-02-25T20:14:31.538Zgcc system 7 system
12132026-02-25T20:14:31.538Zgo system 1.20 system
12142026-02-25T20:14:31.538Zgo system 1.19 system
12152026-02-25T20:14:31.538Zllvm system 15 system
12162026-02-25T20:14:31.538Zllvm system 14 system
12172026-02-25T20:14:31.538Zmariadb system 10.6 system
12182026-02-25T20:14:31.538Zmta vendor vendor dma
12192026-02-25T20:14:31.538Zopenjdk system 17 system
12202026-02-25T20:14:31.538Zopenjdk system 11 system
12212026-02-25T20:14:31.538Zopenjdk system 1.8 system
12222026-02-25T20:14:31.538Zopenssl vendor 3 vendor
12232026-02-25T20:14:31.538Zperl system 5.36 system
12242026-02-25T20:14:31.538Zpostgresql system 15 system
12252026-02-25T20:14:31.538Zpostgresql system 13 system
12262026-02-25T20:14:31.538Zpython vendor 3 vendor
12272026-02-25T20:14:31.538Zpython system 2 system
12282026-02-25T20:14:31.538Zpython3 system 3.11 system
12292026-02-25T20:14:31.538Zruby system 3.0 system
12302026-02-25T20:14:31.539Zwords vendor vendor american-english
12312026-02-25T20:14:31.539Zwords system system australian-english
12322026-02-25T20:14:31.539Zwords system system british-english
12332026-02-25T20:14:31.539Zwords system system canadian-english
12342026-02-25T20:14:31.539Zwords system system french
12352026-02-25T20:14:31.539Zwords system system italian
12362026-02-25T20:14:31.539Zwords system system ngerman
12372026-02-25T20:14:31.539Zwords system system ogerman
12382026-02-25T20:14:31.539Zwords system system spanish
12392026-02-25T20:14:31.969ZPUBLISHER TYPE STATUS P LOCATION
12402026-02-25T20:14:31.969Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12412026-02-25T20:14:40.162ZFMRI IFO
12422026-02-25T20:14:40.162Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12432026-02-25T20:14:40.162Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12442026-02-25T20:14:40.162Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12452026-02-25T20:14:40.162Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12462026-02-25T20:14:40.162Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12472026-02-25T20:14:40.163Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12482026-02-25T20:14:40.163Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12492026-02-25T20:14:40.163Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12502026-02-25T20:14:40.163Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12512026-02-25T20:14:40.163Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12522026-02-25T20:14:40.163Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12532026-02-25T20:14:40.163Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12542026-02-25T20:14:40.163Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12552026-02-25T20:14:40.163Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12562026-02-25T20:14:40.163Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12572026-02-25T20:14:40.164Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12582026-02-25T20:14:42.148Z Downloading crates ...
12592026-02-25T20:14:42.263Z Downloaded cargo_toml v0.21.0
12602026-02-25T20:14:42.356Z Compiling proc-macro2 v1.0.101
12612026-02-25T20:14:42.381Z Compiling unicode-ident v1.0.19
12622026-02-25T20:14:42.381Z Compiling serde_core v1.0.228
12632026-02-25T20:14:42.381Z Compiling serde v1.0.228
12642026-02-25T20:14:42.381Z Compiling version_check v0.9.5
12652026-02-25T20:14:42.381Z Compiling libc v0.2.180
12662026-02-25T20:14:42.406Z Compiling memchr v2.7.4
12672026-02-25T20:14:42.406Z Compiling stable_deref_trait v1.2.0
12682026-02-25T20:14:42.616Z Compiling thiserror v2.0.18
12692026-02-25T20:14:42.643Z Compiling zmij v1.0.15
12702026-02-25T20:14:43.131Z Compiling thiserror v1.0.69
12712026-02-25T20:14:43.131Z Compiling litemap v0.7.3
12722026-02-25T20:14:43.550Z Compiling autocfg v1.4.0
12732026-02-25T20:14:43.588Z Compiling writeable v0.5.5
12742026-02-25T20:14:43.672Z Compiling ucd-trie v0.1.7
12752026-02-25T20:14:43.734Z Compiling itoa v1.0.11
12762026-02-25T20:14:44.143Z Compiling byteorder v1.5.0
12772026-02-25T20:14:44.280Z Compiling errno v0.3.12
12782026-02-25T20:14:44.401Z Compiling bitflags v2.9.4
12792026-02-25T20:14:44.426Z Compiling icu_locid_transform_data v1.5.0
12802026-02-25T20:14:44.510Z Compiling quote v1.0.40
12812026-02-25T20:14:44.537Z Compiling serde_json v1.0.149
12822026-02-25T20:14:44.579Z Compiling icu_properties_data v1.5.0
12832026-02-25T20:14:44.787Z Compiling num-traits v0.2.19
12842026-02-25T20:14:44.816Z Compiling write16 v1.0.0
12852026-02-25T20:14:44.869Z Compiling syn v2.0.114
12862026-02-25T20:14:44.969Z Compiling rustix v0.38.37
12872026-02-25T20:14:44.994Z Compiling icu_normalizer_data v1.5.0
12882026-02-25T20:14:45.072Z Compiling equivalent v1.0.2
12892026-02-25T20:14:45.116Z Compiling utf8_iter v1.0.4
12902026-02-25T20:14:45.206Z Compiling smallvec v1.15.1
12912026-02-25T20:14:45.363Z Compiling typeid v1.0.3
12922026-02-25T20:14:45.408Z Compiling utf16_iter v1.0.5
12932026-02-25T20:14:45.408Z Compiling hashbrown v0.16.1
12942026-02-25T20:14:45.715Z Compiling usdt-impl v0.5.0
12952026-02-25T20:14:45.866Z Compiling proc-macro-error-attr v1.0.4
12962026-02-25T20:14:45.934Z Compiling syn v1.0.109
12972026-02-25T20:14:46.091Z Compiling winnow v0.7.14
12982026-02-25T20:14:46.218Z Compiling toml_write v0.1.2
12992026-02-25T20:14:46.502Z Compiling indexmap v2.13.0
13002026-02-25T20:14:46.532Z Compiling thread-id v4.2.2
13012026-02-25T20:14:46.782Z Compiling proc-macro-error v1.0.4
13022026-02-25T20:14:47.324Z Compiling plain v0.2.3
13032026-02-25T20:14:47.534Z Compiling percent-encoding v2.3.2
13042026-02-25T20:14:47.806Z Compiling log v0.4.29
13052026-02-25T20:14:47.833Z Compiling camino v1.2.2
13062026-02-25T20:14:47.958Z Compiling utf8parse v0.2.2
13072026-02-25T20:14:48.154Z Compiling getrandom v0.3.4
13082026-02-25T20:14:48.248Z Compiling rustix v1.1.3
13092026-02-25T20:14:48.381Z Compiling ordered-float v2.10.1
13102026-02-25T20:14:48.479Z Compiling anstyle-parse v0.2.5
13112026-02-25T20:14:48.805Z Compiling form_urlencoded v1.2.2
13122026-02-25T20:14:48.956Z Compiling terminal_size v0.4.0
13132026-02-25T20:14:49.333Z Compiling colorchoice v1.0.2
13142026-02-25T20:14:49.465Z Compiling pretty-hex v0.4.1
13152026-02-25T20:14:49.520Z Compiling is_terminal_polyfill v1.70.1
13162026-02-25T20:14:49.556Z Compiling anstyle v1.0.11
13172026-02-25T20:14:49.674Z Compiling cfg-if v1.0.4
13182026-02-25T20:14:49.708Z Compiling anstyle-query v1.1.1
13192026-02-25T20:14:49.898Z Compiling anstream v0.6.18
13202026-02-25T20:14:49.988Z Compiling semver v1.0.27
13212026-02-25T20:14:50.499Z Compiling fs-err v3.1.1
13222026-02-25T20:14:50.616Z Compiling heck v0.5.0
13232026-02-25T20:14:50.725Z Compiling fastrand v2.1.1
13242026-02-25T20:14:50.756Z Compiling clap_lex v0.7.4
13252026-02-25T20:14:50.807Z Compiling unicode-width v0.1.14
13262026-02-25T20:14:51.131Z Compiling unicode-xid v0.2.6
13272026-02-25T20:14:51.225Z Compiling anyhow v1.0.99
13282026-02-25T20:14:51.258Z Compiling once_cell v1.21.3
13292026-02-25T20:14:51.336Z Compiling heck v0.4.1
13302026-02-25T20:14:51.361Z Compiling synstructure v0.13.1
13312026-02-25T20:14:51.655Z Compiling bytecount v0.6.8
13322026-02-25T20:14:51.768Z Compiling fnv v1.0.7
13332026-02-25T20:14:51.793Z Compiling strsim v0.11.1
13342026-02-25T20:14:51.878Z Compiling tempfile v3.24.0
13352026-02-25T20:14:51.927Z Compiling papergrid v0.11.0
13362026-02-25T20:14:52.434Z Compiling clap_builder v4.5.48
13372026-02-25T20:14:52.648Z Compiling memmap v0.7.0
13382026-02-25T20:14:52.717Z Compiling smawk v0.3.2
13392026-02-25T20:14:52.766Z Compiling unicode-width v0.2.0
13402026-02-25T20:14:52.941Z Compiling unicode-linebreak v0.1.5
13412026-02-25T20:14:53.286Z Compiling camino-tempfile v1.4.1
13422026-02-25T20:14:53.452Z Compiling textwrap v0.16.2
13432026-02-25T20:14:53.717Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13442026-02-25T20:14:54.191Z Compiling swrite v0.1.0
13452026-02-25T20:14:54.216Z Compiling tabled_derive v0.7.0
13462026-02-25T20:14:54.896Z Compiling serde_derive v1.0.228
13472026-02-25T20:14:54.896Z Compiling zerofrom-derive v0.1.4
13482026-02-25T20:14:54.896Z Compiling yoke-derive v0.7.4
13492026-02-25T20:14:54.921Z Compiling zerovec-derive v0.10.3
13502026-02-25T20:14:54.921Z Compiling thiserror-impl v2.0.18
13512026-02-25T20:14:56.069Z Compiling displaydoc v0.2.5
13522026-02-25T20:14:57.169Z Compiling icu_provider_macros v1.5.0
13532026-02-25T20:14:57.355Z Compiling thiserror-impl v1.0.69
13542026-02-25T20:14:57.598Z Compiling zerocopy-derive v0.7.35
13552026-02-25T20:14:58.040Z Compiling pest v2.8.2
13562026-02-25T20:14:58.164Z Compiling zerofrom v0.1.4
13572026-02-25T20:14:58.258Z Compiling scroll_derive v0.12.0
13582026-02-25T20:14:58.457Z Compiling yoke v0.7.4
13592026-02-25T20:14:58.875Z Compiling zerovec v0.10.4
13602026-02-25T20:14:59.582Z Compiling zerocopy v0.7.35
13612026-02-25T20:14:59.728Z Compiling scroll v0.12.0
13622026-02-25T20:14:59.881Z Compiling clap_derive v4.5.47
13632026-02-25T20:15:00.028Z Compiling tabled v0.15.0
13642026-02-25T20:15:00.316Z Compiling goblin v0.8.2
13652026-02-25T20:15:00.754Z Compiling tinystr v0.7.6
13662026-02-25T20:15:01.132Z Compiling icu_collections v1.5.0
13672026-02-25T20:15:01.173Z Compiling pest_meta v2.8.2
13682026-02-25T20:15:01.330Z Compiling icu_locid v1.5.0
13692026-02-25T20:15:02.614Z Compiling icu_provider v1.5.0
13702026-02-25T20:15:02.756Z Compiling pest_generator v2.8.2
13712026-02-25T20:15:02.788Z Compiling serde_spanned v0.6.9
13722026-02-25T20:15:03.030Z Compiling toml_datetime v0.6.11
13732026-02-25T20:15:03.279Z Compiling dof v0.3.0
13742026-02-25T20:15:03.594Z Compiling icu_locid_transform v1.5.0
13752026-02-25T20:15:03.640Z Compiling toml_edit v0.22.27
13762026-02-25T20:15:03.690Z Compiling serde_tokenstream v0.2.2
13772026-02-25T20:15:04.195Z Compiling erased-serde v0.4.6
13782026-02-25T20:15:04.352Z Compiling serde-value v0.7.0
13792026-02-25T20:15:04.402Z Compiling cargo-platform v0.2.0
13802026-02-25T20:15:05.019Z Compiling icu_properties v1.5.1
13812026-02-25T20:15:05.168Z Compiling clap v4.5.48
13822026-02-25T20:15:05.298Z Compiling serde-untagged v0.1.7
13832026-02-25T20:15:05.450Z Compiling pest_derive v2.8.2
13842026-02-25T20:15:05.474Z Compiling macaddr v1.0.1
13852026-02-25T20:15:06.312Z Compiling dtrace-parser v0.2.0
13862026-02-25T20:15:07.414Z Compiling toml v0.8.23
13872026-02-25T20:15:08.241Z Compiling cargo_toml v0.21.0
13882026-02-25T20:15:08.299Z Compiling usdt-attr-macro v0.5.0
13892026-02-25T20:15:08.502Z Compiling usdt-macro v0.5.0
13902026-02-25T20:15:08.790Z Compiling icu_normalizer v1.5.0
13912026-02-25T20:15:09.745Z Compiling idna_adapter v1.2.0
13922026-02-25T20:15:09.771Z Compiling usdt v0.5.0
13932026-02-25T20:15:09.945Z Compiling idna v1.0.3
13942026-02-25T20:15:10.573Z Compiling url v2.5.4
13952026-02-25T20:15:11.768Z Compiling cargo-util-schemas v0.8.2
13962026-02-25T20:15:13.885Z Compiling cargo_metadata v0.21.0
13972026-02-25T20:15:16.172Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13982026-02-25T20:15:20.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.83s
13992026-02-25T20:15:21.010Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
14002026-02-25T20:15:22.647Z Compiling value-bag v1.12.0
14012026-02-25T20:15:22.648Z Compiling lock_api v0.4.12
14022026-02-25T20:15:22.648Z Compiling scopeguard v1.2.0
14032026-02-25T20:15:22.674Z Compiling shlex v1.3.0
14042026-02-25T20:15:22.674Z Compiling find-msvc-tools v0.1.9
14052026-02-25T20:15:22.674Z Compiling syn v2.0.114
14062026-02-25T20:15:22.674Z Compiling getrandom v0.2.15
14072026-02-25T20:15:22.674Z Compiling jobserver v0.1.32
14082026-02-25T20:15:22.880Z Compiling smallvec v1.15.1
14092026-02-25T20:15:23.062Z Compiling typenum v1.17.0
14102026-02-25T20:15:23.165Z Compiling log v0.4.29
14112026-02-25T20:15:23.256Z Compiling cc v1.2.56
14122026-02-25T20:15:23.285Z Compiling rand_core v0.6.4
14132026-02-25T20:15:23.310Z Compiling generic-array v0.14.7
14142026-02-25T20:15:23.542Z Compiling subtle v2.6.1
14152026-02-25T20:15:23.692Z Compiling portable-atomic v1.11.0
14162026-02-25T20:15:23.742Z Compiling const-oid v0.9.6
14172026-02-25T20:15:23.861Z Compiling critical-section v1.1.3
14182026-02-25T20:15:23.900Z Compiling getrandom v0.3.4
14192026-02-25T20:15:23.983Z Compiling pkg-config v0.3.31
14202026-02-25T20:15:24.055Z Compiling serde_json v1.0.149
14212026-02-25T20:15:24.407Z Compiling spin v0.9.8
14222026-02-25T20:15:24.814Z Compiling pin-project-lite v0.2.14
14232026-02-25T20:15:24.967Z Compiling regex-syntax v0.8.5
14242026-02-25T20:15:25.203Z Compiling parking_lot_core v0.9.10
14252026-02-25T20:15:25.540Z Compiling libm v0.2.8
14262026-02-25T20:15:25.626Z Compiling rustix v0.38.37
14272026-02-25T20:15:25.876Z Compiling once_cell v1.21.3
14282026-02-25T20:15:25.924Z Compiling signal-hook-registry v1.4.2
14292026-02-25T20:15:26.209Z Compiling num-traits v0.2.19
14302026-02-25T20:15:26.323Z Compiling allocator-api2 v0.2.21
14312026-02-25T20:15:26.419Z Compiling parking_lot v0.12.3
14322026-02-25T20:15:26.742Z Compiling mio v1.0.2
14332026-02-25T20:15:26.905Z Compiling futures-core v0.3.31
14342026-02-25T20:15:26.982Z Compiling lazy_static v1.5.0
14352026-02-25T20:15:27.106Z Compiling aho-corasick v1.1.3
14362026-02-25T20:15:27.131Z Compiling percent-encoding v2.3.2
14372026-02-25T20:15:27.156Z Compiling socket2 v0.6.1
14382026-02-25T20:15:27.644Z Compiling slab v0.4.9
14392026-02-25T20:15:27.677Z Compiling cpufeatures v0.2.14
14402026-02-25T20:15:27.806Z Compiling futures-sink v0.3.31
14412026-02-25T20:15:27.870Z Compiling either v1.15.0
14422026-02-25T20:15:27.968Z Compiling glob v0.3.2
14432026-02-25T20:15:28.015Z Compiling futures-channel v0.3.31
14442026-02-25T20:15:28.284Z Compiling hashbrown v0.16.1
14452026-02-25T20:15:28.451Z Compiling pin-utils v0.1.0
14462026-02-25T20:15:28.481Z Compiling rustversion v1.0.22
14472026-02-25T20:15:28.570Z Compiling futures-io v0.3.31
14482026-02-25T20:15:28.849Z Compiling futures-task v0.3.31
14492026-02-25T20:15:28.902Z Compiling clang-sys v1.8.1
14502026-02-25T20:15:29.137Z Compiling regex-automata v0.4.11
14512026-02-25T20:15:29.165Z Compiling prettyplease v0.2.36
14522026-02-25T20:15:29.281Z Compiling minimal-lexical v0.2.1
14532026-02-25T20:15:29.494Z Compiling indexmap v2.13.0
14542026-02-25T20:15:29.599Z Compiling libloading v0.8.5
14552026-02-25T20:15:29.744Z Compiling synstructure v0.13.1
14562026-02-25T20:15:29.991Z Compiling nom v7.1.3
14572026-02-25T20:15:30.395Z Compiling base64ct v1.6.0
14582026-02-25T20:15:30.718Z Compiling ident_case v1.0.1
14592026-02-25T20:15:30.905Z Compiling home v0.5.9
14602026-02-25T20:15:30.930Z Compiling bindgen v0.69.5
14612026-02-25T20:15:30.930Z Compiling pem-rfc7468 v0.7.0
14622026-02-25T20:15:31.245Z Compiling itertools v0.12.1
14632026-02-25T20:15:31.588Z Compiling form_urlencoded v1.2.2
14642026-02-25T20:15:31.831Z Compiling lazycell v1.3.0
14652026-02-25T20:15:31.901Z Compiling rustc-hash v1.1.0
14662026-02-25T20:15:32.020Z Compiling flagset v0.4.6
14672026-02-25T20:15:32.078Z Compiling rand_core v0.9.3
14682026-02-25T20:15:32.247Z Compiling cmake v0.1.51
14692026-02-25T20:15:32.632Z Compiling dunce v1.0.5
14702026-02-25T20:15:32.789Z Compiling paste v1.0.15
14712026-02-25T20:15:33.091Z Compiling cexpr v0.6.0
14722026-02-25T20:15:33.257Z Compiling foldhash v0.1.5
14732026-02-25T20:15:33.299Z Compiling iana-time-zone v0.1.63
14742026-02-25T20:15:33.615Z Compiling fs_extra v1.3.0
14752026-02-25T20:15:33.704Z Compiling hashbrown v0.15.4
14762026-02-25T20:15:33.959Z Compiling rustc_version v0.4.1
14772026-02-25T20:15:34.106Z Compiling serde_derive v1.0.228
14782026-02-25T20:15:34.208Z Compiling zeroize_derive v1.4.2
14792026-02-25T20:15:34.243Z Compiling zerofrom-derive v0.1.4
14802026-02-25T20:15:34.678Z Compiling yoke-derive v0.7.4
14812026-02-25T20:15:34.706Z Compiling zerovec-derive v0.10.3
14822026-02-25T20:15:34.996Z Compiling displaydoc v0.2.5
14832026-02-25T20:15:35.570Z Compiling zeroize v1.8.1
14842026-02-25T20:15:36.644Z Compiling zerocopy-derive v0.7.35
14852026-02-25T20:15:37.036Z Compiling icu_provider_macros v1.5.0
14862026-02-25T20:15:37.501Z Compiling crypto-common v0.1.6
14872026-02-25T20:15:37.544Z Compiling block-buffer v0.10.4
14882026-02-25T20:15:37.575Z Compiling zerofrom v0.1.4
14892026-02-25T20:15:37.778Z Compiling tokio-macros v2.6.0
14902026-02-25T20:15:37.863Z Compiling digest v0.10.7
14912026-02-25T20:15:37.887Z Compiling yoke v0.7.4
14922026-02-25T20:15:38.048Z Compiling thiserror-impl v2.0.18
14932026-02-25T20:15:38.303Z Compiling zerovec v0.10.4
14942026-02-25T20:15:38.408Z Compiling hmac v0.12.1
14952026-02-25T20:15:38.614Z Compiling zerocopy v0.7.35
14962026-02-25T20:15:38.706Z Compiling block-padding v0.3.3
14972026-02-25T20:15:38.995Z Compiling futures-macro v0.3.31
14982026-02-25T20:15:39.339Z Compiling inout v0.1.3
14992026-02-25T20:15:39.389Z Compiling regex v1.11.3
15002026-02-25T20:15:39.660Z Compiling cipher v0.4.4
15012026-02-25T20:15:40.033Z Compiling ppv-lite86 v0.2.20
15022026-02-25T20:15:40.216Z Compiling tinystr v0.7.6
15032026-02-25T20:15:40.406Z Compiling icu_collections v1.5.0
15042026-02-25T20:15:40.442Z Compiling sha2 v0.10.9
15052026-02-25T20:15:40.620Z Compiling icu_locid v1.5.0
15062026-02-25T20:15:40.707Z Compiling futures-util v0.3.31
15072026-02-25T20:15:40.859Z Compiling der_derive v0.7.3
15082026-02-25T20:15:41.189Z Compiling thiserror v2.0.18
15092026-02-25T20:15:41.287Z Compiling salsa20 v0.10.2
15102026-02-25T20:15:41.322Z Compiling serde v1.0.228
15112026-02-25T20:15:41.380Z Compiling pest v2.8.2
15122026-02-25T20:15:41.564Z Compiling pbkdf2 v0.12.2
15132026-02-25T20:15:41.745Z Compiling uuid v1.19.0
15142026-02-25T20:15:41.855Z Compiling zerocopy v0.8.27
15152026-02-25T20:15:42.584Z Compiling bitflags v2.9.4
15162026-02-25T20:15:42.667Z Compiling bytes v1.11.1
15172026-02-25T20:15:43.086Z Compiling icu_provider v1.5.0
15182026-02-25T20:15:43.158Z Compiling der v0.7.10
15192026-02-25T20:15:43.368Z Compiling chrono v0.4.43
15202026-02-25T20:15:43.991Z Compiling tokio v1.49.0
15212026-02-25T20:15:44.096Z Compiling icu_locid_transform v1.5.0
15222026-02-25T20:15:44.232Z Compiling vcpkg v0.2.15
15232026-02-25T20:15:44.835Z Compiling pest_meta v2.8.2
15242026-02-25T20:15:45.903Z Compiling icu_properties v1.5.1
15252026-02-25T20:15:46.195Z Compiling spki v0.7.3
15262026-02-25T20:15:46.440Z Compiling openssl-sys v0.9.109
15272026-02-25T20:15:46.619Z Compiling http v1.4.0
15282026-02-25T20:15:46.873Z Compiling which v4.4.2
15292026-02-25T20:15:47.226Z Compiling scrypt v0.11.0
15302026-02-25T20:15:47.647Z Compiling rand_chacha v0.9.0
15312026-02-25T20:15:47.839Z Compiling aes v0.8.4
15322026-02-25T20:15:47.887Z Compiling cbc v0.1.2
15332026-02-25T20:15:48.197Z Compiling zerocopy-derive v0.8.27
15342026-02-25T20:15:49.392Z Compiling pkcs5 v0.7.1
15352026-02-25T20:15:49.490Z Compiling rand v0.9.2
15362026-02-25T20:15:50.273Z Compiling icu_normalizer v1.5.0
15372026-02-25T20:15:50.560Z Compiling pest_generator v2.8.2
15382026-02-25T20:15:50.733Z Compiling tracing-attributes v0.1.27
15392026-02-25T20:15:51.077Z Compiling serde_derive_internals v0.29.1
15402026-02-25T20:15:51.300Z Compiling idna_adapter v1.2.0
15412026-02-25T20:15:51.580Z Compiling idna v1.0.3
15422026-02-25T20:15:52.093Z Compiling ring v0.17.14
15432026-02-25T20:15:52.552Z Compiling url v2.5.4
15442026-02-25T20:15:53.108Z Compiling tracing-core v0.1.32
15452026-02-25T20:15:53.318Z Compiling rustix v1.1.3
15462026-02-25T20:15:53.510Z Compiling aws-lc-rs v1.12.4
15472026-02-25T20:15:54.066Z Compiling adler2 v2.0.0
15482026-02-25T20:15:54.190Z Compiling schemars v0.8.22
15492026-02-25T20:15:54.231Z Compiling tokio-util v0.7.15
15502026-02-25T20:15:54.357Z Compiling miniz_oxide v0.8.5
15512026-02-25T20:15:54.589Z Compiling tracing v0.1.40
15522026-02-25T20:15:54.633Z Compiling schemars_derive v0.8.22
15532026-02-25T20:15:55.196Z Compiling pest_derive v2.8.2
15542026-02-25T20:15:55.719Z Compiling pkcs8 v0.10.2
15552026-02-25T20:15:55.948Z Compiling http-body v1.0.1
15562026-02-25T20:15:56.027Z Compiling scroll_derive v0.13.1
15572026-02-25T20:15:56.313Z Compiling darling_core v0.20.10
15582026-02-25T20:15:56.539Z Compiling tinyvec_macros v0.1.1
15592026-02-25T20:15:56.665Z Compiling dyn-clone v1.0.20
15602026-02-25T20:15:56.712Z Compiling httparse v1.9.5
15612026-02-25T20:15:56.952Z Compiling rustls-pki-types v1.10.0
15622026-02-25T20:15:57.408Z Compiling base64 v0.22.1
15632026-02-25T20:15:57.969Z Compiling scroll v0.13.0
15642026-02-25T20:15:58.099Z Compiling tinyvec v1.8.0
15652026-02-25T20:15:58.578Z Compiling bzip2-sys v0.1.13+1.0.8
15662026-02-25T20:15:59.094Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15672026-02-25T20:15:59.644Z Compiling time-core v0.1.6
15682026-02-25T20:15:59.742Z Compiling openssl-probe v0.1.5
15692026-02-25T20:15:59.884Z Compiling atomic-waker v1.1.2
15702026-02-25T20:15:59.975Z Compiling untrusted v0.9.0
15712026-02-25T20:16:00.074Z Compiling tower-layer v0.3.3
15722026-02-25T20:16:00.111Z Compiling tower-service v0.3.3
15732026-02-25T20:16:00.202Z Compiling foreign-types-shared v0.1.1
15742026-02-25T20:16:00.274Z Compiling powerfmt v0.2.0
15752026-02-25T20:16:00.371Z Compiling try-lock v0.2.5
15762026-02-25T20:16:00.396Z Compiling untrusted v0.7.1
15772026-02-25T20:16:00.548Z Compiling num-conv v0.1.0
15782026-02-25T20:16:00.620Z Compiling openssl v0.10.73
15792026-02-25T20:16:00.710Z Compiling deranged v0.5.3
15802026-02-25T20:16:00.870Z Compiling time-macros v0.2.24
15812026-02-25T20:16:01.040Z Compiling want v0.3.1
15822026-02-25T20:16:01.107Z Compiling tempfile v3.24.0
15832026-02-25T20:16:01.206Z Compiling foreign-types v0.3.2
15842026-02-25T20:16:01.338Z Compiling h2 v0.4.6
15852026-02-25T20:16:02.239Z Compiling darling_macro v0.20.10
15862026-02-25T20:16:03.107Z Compiling darling v0.20.10
15872026-02-25T20:16:03.258Z Compiling goblin v0.10.2
15882026-02-25T20:16:03.791Z Compiling ipnet v2.11.0
15892026-02-25T20:16:04.097Z Compiling openssl-macros v0.1.1
15902026-02-25T20:16:04.872Z Compiling wait-timeout v0.2.0
15912026-02-25T20:16:04.972Z Compiling native-tls v0.2.12
15922026-02-25T20:16:05.162Z Compiling num_threads v0.1.7
15932026-02-25T20:16:05.213Z Compiling rustls v0.23.19
15942026-02-25T20:16:05.339Z Compiling httpdate v1.0.3
15952026-02-25T20:16:05.369Z Compiling quick-error v1.2.3
15962026-02-25T20:16:05.442Z Compiling syn v1.0.109
15972026-02-25T20:16:05.541Z Compiling gimli v0.31.1
15982026-02-25T20:16:05.567Z Compiling usdt-impl v0.6.0
15992026-02-25T20:16:05.771Z Compiling bit-vec v0.8.0
16002026-02-25T20:16:05.948Z Compiling crossbeam-utils v0.8.21
16012026-02-25T20:16:06.247Z Compiling bit-set v0.8.0
16022026-02-25T20:16:06.326Z Compiling rusty-fork v0.3.0
16032026-02-25T20:16:06.657Z Compiling time v0.3.43
16042026-02-25T20:16:07.239Z Compiling derive_builder_core v0.20.2
16052026-02-25T20:16:09.420Z Compiling hyper v1.8.1
16062026-02-25T20:16:10.424Z Compiling addr2line v0.24.2
16072026-02-25T20:16:10.614Z Compiling unicode-normalization v0.1.24
16082026-02-25T20:16:11.288Z Compiling dof v0.4.0
16092026-02-25T20:16:11.452Z Compiling dtrace-parser v0.3.0
16102026-02-25T20:16:11.822Z Compiling signature v2.2.0
16112026-02-25T20:16:12.226Z Compiling heapless v0.7.17
16122026-02-25T20:16:12.688Z Compiling thiserror-impl v1.0.69
16132026-02-25T20:16:13.154Z Compiling scroll_derive v0.12.0
16142026-02-25T20:16:13.441Z Compiling rand_xorshift v0.4.0
16152026-02-25T20:16:13.748Z Compiling darling_core v0.21.0
16162026-02-25T20:16:13.773Z Compiling slog v2.8.2
16172026-02-25T20:16:14.113Z Compiling thread-id v5.0.0
16182026-02-25T20:16:14.254Z Compiling cookie v0.18.1
16192026-02-25T20:16:14.404Z Compiling object v0.36.5
16202026-02-25T20:16:14.543Z Compiling crc32fast v1.4.2
16212026-02-25T20:16:14.589Z Compiling signal-hook v0.3.18
16222026-02-25T20:16:14.894Z Compiling unicode-bidi v0.3.17
16232026-02-25T20:16:14.951Z Compiling anyhow v1.0.99
16242026-02-25T20:16:15.196Z Compiling siphasher v0.3.11
16252026-02-25T20:16:15.251Z Compiling rustc-demangle v0.1.24
16262026-02-25T20:16:15.563Z Compiling unarray v0.1.4
16272026-02-25T20:16:15.601Z Compiling zstd-safe v7.2.3
16282026-02-25T20:16:15.719Z Compiling zlib-rs v0.5.1
16292026-02-25T20:16:15.793Z Compiling unicode-properties v0.1.3
16302026-02-25T20:16:16.052Z Compiling proptest v1.7.0
16312026-02-25T20:16:16.320Z Compiling stringprep v0.1.5
16322026-02-25T20:16:16.378Z Compiling thiserror v1.0.69
16332026-02-25T20:16:16.570Z Compiling phf_shared v0.11.2
16342026-02-25T20:16:17.043Z Compiling scroll v0.12.0
16352026-02-25T20:16:17.653Z Compiling hyper-util v0.1.19
16362026-02-25T20:16:18.164Z Compiling derive_builder_macro v0.20.2
16372026-02-25T20:16:19.648Z Compiling ipnetwork v0.21.1
16382026-02-25T20:16:20.228Z Compiling darling_macro v0.21.0
16392026-02-25T20:16:20.532Z Compiling toml_datetime v0.6.11
16402026-02-25T20:16:21.182Z Compiling erased-serde v0.3.31
16412026-02-25T20:16:21.209Z Compiling serde_tokenstream v0.2.2
16422026-02-25T20:16:21.916Z Compiling backtrace v0.3.74
16432026-02-25T20:16:22.109Z Compiling serde_spanned v0.6.9
16442026-02-25T20:16:22.374Z Compiling rand_chacha v0.3.1
16452026-02-25T20:16:22.414Z Compiling md-5 v0.10.6
16462026-02-25T20:16:22.642Z Compiling curve25519-dalek v4.1.3
16472026-02-25T20:16:22.794Z Compiling vergen-lib v0.1.6
16482026-02-25T20:16:23.130Z Compiling num-integer v0.1.46
16492026-02-25T20:16:23.378Z Compiling sync_wrapper v1.0.1
16502026-02-25T20:16:23.568Z Compiling libz-rs-sys v0.5.1
16512026-02-25T20:16:23.900Z Compiling ff v0.13.0
16522026-02-25T20:16:24.000Z Compiling hash32 v0.2.1
16532026-02-25T20:16:24.205Z Compiling memoffset v0.9.1
16542026-02-25T20:16:24.361Z Compiling ref-cast v1.0.25
16552026-02-25T20:16:24.393Z Compiling smoltcp v0.9.1
16562026-02-25T20:16:24.478Z Compiling base16ct v0.2.0
16572026-02-25T20:16:24.616Z Compiling psl-types v2.0.11
16582026-02-25T20:16:24.860Z Compiling cfg_aliases v0.2.1
16592026-02-25T20:16:24.890Z Compiling num-bigint-dig v0.8.6
16602026-02-25T20:16:24.890Z Compiling fallible-iterator v0.2.0
16612026-02-25T20:16:24.998Z Compiling litrs v0.4.1
16622026-02-25T20:16:25.084Z Compiling nix v0.29.0
16632026-02-25T20:16:25.110Z Compiling publicsuffix v2.3.0
16642026-02-25T20:16:25.273Z Compiling sec1 v0.7.3
16652026-02-25T20:16:25.620Z Compiling postgres-protocol v0.6.8
16662026-02-25T20:16:25.865Z Compiling group v0.13.0
16672026-02-25T20:16:26.154Z Compiling flate2 v1.1.2
16682026-02-25T20:16:26.251Z Compiling document-features v0.2.11
16692026-02-25T20:16:26.288Z Compiling num-iter v0.1.45
16702026-02-25T20:16:26.528Z Compiling tower v0.5.2
16712026-02-25T20:16:26.984Z Compiling rand v0.8.5
16722026-02-25T20:16:27.584Z Compiling newtype-uuid v1.3.2
16732026-02-25T20:16:27.740Z Compiling darling v0.21.0
16742026-02-25T20:16:27.851Z Compiling oxnet v0.1.4
16752026-02-25T20:16:27.905Z Compiling derive_builder v0.20.2
16762026-02-25T20:16:28.116Z Compiling tokio-native-tls v0.3.1
16772026-02-25T20:16:28.157Z Compiling goblin v0.8.2
16782026-02-25T20:16:29.222Z Compiling rustls-native-certs v0.8.1
16792026-02-25T20:16:29.281Z Compiling webpki-roots v1.0.1
16802026-02-25T20:16:29.391Z Compiling http-body-util v0.1.3
16812026-02-25T20:16:29.524Z Compiling strum_macros v0.27.2
16822026-02-25T20:16:29.561Z Compiling terminal_size v0.4.0
16832026-02-25T20:16:29.823Z Compiling cargo-platform v0.1.8
16842026-02-25T20:16:29.857Z Compiling hkdf v0.12.4
16852026-02-25T20:16:29.947Z Compiling crypto-bigint v0.5.5
16862026-02-25T20:16:30.228Z Compiling curve25519-dalek-derive v0.1.1
16872026-02-25T20:16:30.368Z Compiling ref-cast-impl v1.0.25
16882026-02-25T20:16:31.755Z Compiling hubpack_derive v0.1.1
16892026-02-25T20:16:31.780Z Compiling daft-derive v0.1.4
16902026-02-25T20:16:31.888Z Compiling async-trait v0.1.89
16912026-02-25T20:16:32.854Z Compiling vergen v9.0.6
16922026-02-25T20:16:33.314Z Compiling ahash v0.8.12
16932026-02-25T20:16:33.732Z Compiling fs-err v3.1.1
16942026-02-25T20:16:33.757Z Compiling iri-string v0.7.8
16952026-02-25T20:16:34.173Z Compiling lockfree-object-pool v0.1.6
16962026-02-25T20:16:34.468Z Compiling bumpalo v3.16.0
16972026-02-25T20:16:34.754Z Compiling managed v0.8.0
16982026-02-25T20:16:34.801Z Compiling buf-list v1.0.3
16992026-02-25T20:16:34.973Z Compiling ryu v1.0.18
17002026-02-25T20:16:35.223Z Compiling bitflags v1.3.2
17012026-02-25T20:16:35.317Z Compiling winnow v0.5.40
17022026-02-25T20:16:35.360Z Compiling simd-adler32 v0.3.7
17032026-02-25T20:16:35.398Z Compiling unicode-segmentation v1.12.0
17042026-02-25T20:16:36.004Z Compiling zopfli v0.8.1
17052026-02-25T20:16:36.457Z Compiling serde_urlencoded v0.7.1
17062026-02-25T20:16:37.032Z Compiling tower-http v0.6.6
17072026-02-25T20:16:37.749Z Compiling strum v0.27.2
17082026-02-25T20:16:37.891Z Compiling dof v0.3.0
17092026-02-25T20:16:37.991Z Compiling clap_builder v4.5.48
17102026-02-25T20:16:38.300Z Compiling daft v0.1.4
17112026-02-25T20:16:38.422Z Compiling elliptic-curve v0.13.8
17122026-02-25T20:16:38.481Z Compiling hubpack v0.1.2
17132026-02-25T20:16:39.149Z Compiling toml_edit v0.19.15
17142026-02-25T20:16:39.320Z Compiling cargo_metadata v0.19.2
17152026-02-25T20:16:39.458Z Compiling hyper-tls v0.6.0
17162026-02-25T20:16:39.820Z Compiling zstd v0.13.3
17172026-02-25T20:16:39.932Z Compiling cookie_store v0.21.1
17182026-02-25T20:16:40.376Z Compiling signal-hook-mio v0.2.4
17192026-02-25T20:16:42.437Z Compiling serde_with_macros v3.16.1
17202026-02-25T20:16:42.932Z Compiling postgres-types v0.2.9
17212026-02-25T20:16:43.666Z Compiling usdt-attr-macro v0.6.0
17222026-02-25T20:16:44.258Z Compiling usdt-macro v0.6.0
17232026-02-25T20:16:45.182Z Compiling phf v0.11.2
17242026-02-25T20:16:45.256Z Compiling dtrace-parser v0.2.0
17252026-02-25T20:16:45.517Z Compiling ed25519 v2.2.3
17262026-02-25T20:16:45.919Z Compiling bzip2 v0.5.2
17272026-02-25T20:16:46.204Z Compiling bzip2 v0.4.4
17282026-02-25T20:16:46.362Z Compiling pkcs1 v0.7.5
17292026-02-25T20:16:46.396Z Compiling enum-as-inner v0.6.1
17302026-02-25T20:16:46.718Z Compiling strum_macros v0.26.4
17312026-02-25T20:16:47.215Z Compiling clap_derive v4.5.47
17322026-02-25T20:16:47.306Z Compiling serde-big-array v0.5.1
17332026-02-25T20:16:47.440Z Compiling hex v0.4.3
17342026-02-25T20:16:47.532Z Compiling rfc6979 v0.4.0
17352026-02-25T20:16:47.614Z Compiling bstr v1.10.0
17362026-02-25T20:16:47.746Z Compiling serde_repr v0.1.19
17372026-02-25T20:16:47.772Z Compiling float-cmp v0.10.0
17382026-02-25T20:16:48.061Z Compiling env_filter v0.1.2
17392026-02-25T20:16:48.212Z Compiling socket2 v0.5.10
17402026-02-25T20:16:48.749Z Compiling memmap2 v0.9.8
17412026-02-25T20:16:48.944Z Compiling encoding_rs v0.8.34
17422026-02-25T20:16:49.254Z Compiling rustc-hash v2.1.1
17432026-02-25T20:16:49.279Z Compiling foldhash v0.2.0
17442026-02-25T20:16:49.305Z Compiling mime v0.3.17
17452026-02-25T20:16:49.496Z Compiling new_debug_unreachable v1.0.6
17462026-02-25T20:16:49.640Z Compiling keccak v0.1.5
17472026-02-25T20:16:49.754Z Compiling whoami v1.5.2
17482026-02-25T20:16:49.889Z Compiling static_assertions v1.1.0
17492026-02-25T20:16:50.024Z Compiling normalize-line-endings v0.3.0
17502026-02-25T20:16:50.197Z Compiling jiff v0.2.15
17512026-02-25T20:16:50.349Z Compiling difflib v0.4.0
17522026-02-25T20:16:51.208Z Compiling predicates-core v1.0.8
17532026-02-25T20:16:51.563Z Compiling precomputed-hash v0.1.1
17542026-02-25T20:16:51.746Z Compiling fixedbitset v0.4.2
17552026-02-25T20:16:51.770Z Compiling fixedbitset v0.5.7
17562026-02-25T20:16:51.836Z Compiling data-encoding v2.9.0
17572026-02-25T20:16:51.860Z Compiling toml_edit v0.22.27
17582026-02-25T20:16:52.210Z Compiling petgraph v0.6.5
17592026-02-25T20:16:52.492Z Compiling petgraph v0.8.2
17602026-02-25T20:16:53.022Z Compiling hickory-proto v0.25.2
17612026-02-25T20:16:53.808Z Compiling clap v4.5.48
17622026-02-25T20:16:53.964Z Compiling string_cache v0.8.9
17632026-02-25T20:16:54.478Z Compiling predicates v3.1.3
17642026-02-25T20:16:54.771Z Compiling strum v0.26.3
17652026-02-25T20:16:54.979Z Compiling tokio-postgres v0.7.13
17662026-02-25T20:16:56.069Z Compiling sha3 v0.10.8
17672026-02-25T20:16:56.358Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17682026-02-25T20:16:57.321Z Compiling iddqd v0.3.16
17692026-02-25T20:16:57.715Z Compiling usdt v0.6.0
17702026-02-25T20:16:58.247Z Compiling zip v4.2.0
17712026-02-25T20:16:59.576Z Compiling usdt-impl v0.5.0
17722026-02-25T20:17:00.189Z Compiling similar v2.7.0
17732026-02-25T20:17:00.594Z Compiling env_logger v0.11.8
17742026-02-25T20:17:00.916Z Compiling serde_with v3.16.1
17752026-02-25T20:17:00.988Z Compiling ecdsa v0.16.9
17762026-02-25T20:17:01.510Z Compiling rsa v0.9.8
17772026-02-25T20:17:02.030Z Compiling zip v0.6.6
17782026-02-25T20:17:02.367Z Compiling ed25519-dalek v2.1.1
17792026-02-25T20:17:03.491Z Compiling toml v0.7.8
17802026-02-25T20:17:03.889Z Compiling crossterm v0.28.1
17812026-02-25T20:17:04.970Z Compiling heck v0.4.1
17822026-02-25T20:17:05.489Z Compiling crossbeam-epoch v0.9.18
17832026-02-25T20:17:05.560Z Compiling tokio-stream v0.1.17
17842026-02-25T20:17:05.587Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17852026-02-25T20:17:05.613Z Compiling x509-cert v0.2.5
17862026-02-25T20:17:05.640Z Compiling openapiv3 v2.2.0
17872026-02-25T20:17:06.115Z Compiling sha1 v0.10.6
17882026-02-25T20:17:06.282Z Compiling itertools v0.13.0
17892026-02-25T20:17:06.607Z Compiling itertools v0.10.5
17902026-02-25T20:17:06.725Z Compiling winnow v0.6.26
17912026-02-25T20:17:07.391Z Compiling lalrpop-util v0.19.12
17922026-02-25T20:17:07.847Z Compiling peg-runtime v0.8.5
17932026-02-25T20:17:08.521Z Compiling thread_local v1.1.8
17942026-02-25T20:17:09.019Z Compiling slog-async v2.8.0
17952026-02-25T20:17:09.378Z Compiling crossbeam-channel v0.5.15
17962026-02-25T20:17:09.437Z Compiling xattr v1.3.1
17972026-02-25T20:17:09.611Z Compiling futures-executor v0.3.31
17982026-02-25T20:17:09.741Z Compiling is-terminal v0.4.13
17992026-02-25T20:17:09.767Z Compiling filetime v0.2.26
18002026-02-25T20:17:09.898Z Compiling take_mut v0.2.2
18012026-02-25T20:17:09.965Z Compiling term v1.1.0
18022026-02-25T20:17:10.113Z Compiling tar v0.4.44
18032026-02-25T20:17:10.139Z Compiling futures v0.3.31
18042026-02-25T20:17:10.689Z Compiling slog-term v2.9.2
18052026-02-25T20:17:14.175Z Compiling aws-lc-sys v0.26.0
18062026-02-25T20:17:54.341Z Compiling rustls-webpki v0.102.8
18072026-02-25T20:18:00.859Z Compiling tokio-rustls v0.26.0
18082026-02-25T20:18:01.215Z Compiling hyper-rustls v0.27.7
18092026-02-25T20:18:01.598Z Compiling reqwest v0.12.24
18102026-02-25T20:18:06.678Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-02-25T20:18:07.076Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-02-25T20:18:13.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s
18132026-02-25T20:18:13.221Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18142026-02-25T20:18:13.293ZFeb 25 20:18:13.058 INFO Starting download, target: Clickhouse
18152026-02-25T20:18:13.293ZFeb 25 20:18:13.059 INFO Starting download, target: Cockroach
18162026-02-25T20:18:13.293ZFeb 25 20:18:13.059 INFO Starting download, target: Console
18172026-02-25T20:18:13.318ZFeb 25 20:18:13.059 INFO Starting download, target: MaghemiteMgd
18182026-02-25T20:18:13.318ZFeb 25 20:18:13.059 INFO Starting download, target: DendriteStub
18192026-02-25T20:18:13.318ZFeb 25 20:18:13.059 INFO Starting download, target: TransceiverControl
18202026-02-25T20:18:13.318ZFeb 25 20:18:13.061 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18212026-02-25T20:18:13.318ZFeb 25 20:18:13.061 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18222026-02-25T20:18:13.318ZFeb 25 20:18:13.061 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18232026-02-25T20:18:13.318ZFeb 25 20:18:13.061 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18242026-02-25T20:18:13.318ZFeb 25 20:18:13.061 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18252026-02-25T20:18:13.318ZFeb 25 20:18:13.061 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18262026-02-25T20:18:13.659ZFeb 25 20:18:13.420 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18272026-02-25T20:18:14.128ZFeb 25 20:18:13.888 INFO Download complete, target: Console
18282026-02-25T20:18:14.660ZFeb 25 20:18:14.425 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18292026-02-25T20:18:15.072ZFeb 25 20:18:14.837 INFO Download complete, target: TransceiverControl
18302026-02-25T20:18:16.345ZFeb 25 20:18:16.107 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18312026-02-25T20:18:16.697ZFeb 25 20:18:16.463 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18322026-02-25T20:18:19.228ZFeb 25 20:18:18.993 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18332026-02-25T20:18:19.228ZFeb 25 20:18:18.994 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18342026-02-25T20:18:21.367ZFeb 25 20:18:21.134 INFO Download complete, target: DendriteStub
18352026-02-25T20:18:21.467ZFeb 25 20:18:21.234 INFO Download complete, target: MaghemiteMgd
18362026-02-25T20:18:29.254ZFeb 25 20:18:29.020 INFO Checking that binary works, target: Cockroach
18372026-02-25T20:18:29.533ZFeb 25 20:18:29.300 INFO Download complete, target: Cockroach
18382026-02-25T20:18:45.823ZFeb 25 20:18:45.590 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18392026-02-25T20:18:58.832ZFeb 25 20:18:58.598 INFO Checking that binary works, target: Clickhouse
18402026-02-25T20:18:59.050ZFeb 25 20:18:58.816 INFO Download complete, target: Clickhouse
18412026-02-25T20:18:59.075ZAll prerequisites installed successfully
18422026-02-25T20:18:59.075Z
18432026-02-25T20:18:59.075Zreal 6:17.829547708
18442026-02-25T20:18:59.075Zuser 19:49.349477139
18452026-02-25T20:18:59.075Zsys 2:57.661051219
18462026-02-25T20:18:59.075Ztrap 0.815550984
18472026-02-25T20:18:59.075Ztflt 0.490356498
18482026-02-25T20:18:59.075Zdflt 1.043604148
18492026-02-25T20:18:59.075Zkflt 0.011750986
18502026-02-25T20:18:59.075Zlock 59:45.637601036
18512026-02-25T20:18:59.075Zslp 1:14:09.814071487
18522026-02-25T20:18:59.075Zlat 1:26.351926357
18532026-02-25T20:18:59.075Zstop 3:00.022549184
18542026-02-25T20:18:59.075Z+ source ./tools/include/force-git-over-https.sh
18552026-02-25T20:18:59.075Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18562026-02-25T20:18:59.075Z++ (( i = 0 ))
18572026-02-25T20:18:59.075Z++ (( i < 5 ))
18582026-02-25T20:18:59.075Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18592026-02-25T20:18:59.075Z++ (( i++ ))
18602026-02-25T20:18:59.075Z++ (( i < 5 ))
18612026-02-25T20:18:59.075Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18622026-02-25T20:18:59.075Z++ (( i++ ))
18632026-02-25T20:18:59.075Z++ (( i < 5 ))
18642026-02-25T20:18:59.075Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18652026-02-25T20:18:59.101Z++ (( i++ ))
18662026-02-25T20:18:59.101Z++ (( i < 5 ))
18672026-02-25T20:18:59.101Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18682026-02-25T20:18:59.101Z++ (( i++ ))
18692026-02-25T20:18:59.101Z++ (( i < 5 ))
18702026-02-25T20:18:59.101Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18712026-02-25T20:18:59.101Z++ (( i++ ))
18722026-02-25T20:18:59.101Z++ (( i < 5 ))
18732026-02-25T20:18:59.101Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18742026-02-25T20:18:59.101Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18752026-02-25T20:18:59.101Z+ rc=0
18762026-02-25T20:18:59.101Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18772026-02-25T20:20:13.040Z+ case $rc in
18782026-02-25T20:20:13.041Z+ pfexec zfs create -p rpool/images/build/host
18792026-02-25T20:20:13.154Z+ pfexec zfs create -p rpool/images/build/recovery
18802026-02-25T20:20:13.179Z+ cargo xtask releng --output-dir /work --mkincorp
18812026-02-25T20:20:14.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
18822026-02-25T20:20:14.483Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18832026-02-25T20:20:16.464Z Compiling proc-macro2 v1.0.101
18842026-02-25T20:20:16.464Z Compiling unicode-ident v1.0.19
18852026-02-25T20:20:16.490Z Compiling libc v0.2.180
18862026-02-25T20:20:16.490Z Compiling serde_core v1.0.228
18872026-02-25T20:20:16.490Z Compiling serde v1.0.228
18882026-02-25T20:20:16.490Z Compiling autocfg v1.4.0
18892026-02-25T20:20:16.490Z Compiling cfg-if v1.0.4
18902026-02-25T20:20:16.705Z Compiling version_check v0.9.5
18912026-02-25T20:20:16.804Z Compiling memchr v2.7.4
18922026-02-25T20:20:16.882Z Compiling shlex v1.3.0
18932026-02-25T20:20:17.406Z Compiling find-msvc-tools v0.1.9
18942026-02-25T20:20:17.431Z Compiling lock_api v0.4.12
18952026-02-25T20:20:17.796Z Compiling typenum v1.17.0
18962026-02-25T20:20:17.893Z Compiling generic-array v0.14.7
18972026-02-25T20:20:18.105Z Compiling value-bag v1.12.0
18982026-02-25T20:20:18.378Z Compiling getrandom v0.3.4
18992026-02-25T20:20:18.692Z Compiling quote v1.0.40
19002026-02-25T20:20:18.799Z Compiling jobserver v0.1.32
19012026-02-25T20:20:18.852Z Compiling log v0.4.29
19022026-02-25T20:20:18.892Z Compiling portable-atomic v1.11.0
19032026-02-25T20:20:18.965Z Compiling zmij v1.0.15
19042026-02-25T20:20:19.395Z Compiling syn v2.0.114
19052026-02-25T20:20:19.611Z Compiling cc v1.2.56
19062026-02-25T20:20:19.682Z Compiling libm v0.2.8
19072026-02-25T20:20:19.849Z Compiling serde_json v1.0.149
19082026-02-25T20:20:19.911Z Compiling num-traits v0.2.19
19092026-02-25T20:20:20.230Z Compiling scopeguard v1.2.0
19102026-02-25T20:20:20.279Z Compiling smallvec v1.15.1
19112026-02-25T20:20:20.382Z Compiling parking_lot_core v0.9.10
19122026-02-25T20:20:20.799Z Compiling rustix v0.38.37
19132026-02-25T20:20:20.832Z Compiling pkg-config v0.3.31
19142026-02-25T20:20:21.017Z Compiling getrandom v0.2.15
19152026-02-25T20:20:21.558Z Compiling thiserror v2.0.18
19162026-02-25T20:20:21.758Z Compiling regex-syntax v0.8.5
19172026-02-25T20:20:22.005Z Compiling itoa v1.0.11
19182026-02-25T20:20:22.373Z Compiling errno v0.3.12
19192026-02-25T20:20:23.026Z Compiling spin v0.9.8
19202026-02-25T20:20:23.078Z Compiling aho-corasick v1.1.3
19212026-02-25T20:20:23.119Z Compiling slab v0.4.9
19222026-02-25T20:20:23.269Z Compiling stable_deref_trait v1.2.0
19232026-02-25T20:20:23.497Z Compiling subtle v2.6.1
19242026-02-25T20:20:23.584Z Compiling lazy_static v1.5.0
19252026-02-25T20:20:23.659Z Compiling critical-section v1.1.3
19262026-02-25T20:20:23.788Z Compiling heck v0.5.0
19272026-02-25T20:20:23.813Z Compiling semver v1.0.27
19282026-02-25T20:20:23.865Z Compiling rand_core v0.6.4
19292026-02-25T20:20:24.543Z Compiling glob v0.3.2
19302026-02-25T20:20:24.697Z Compiling either v1.15.0
19312026-02-25T20:20:25.503Z Compiling once_cell v1.21.3
19322026-02-25T20:20:25.865Z Compiling regex-automata v0.4.11
19332026-02-25T20:20:26.033Z Compiling clang-sys v1.8.1
19342026-02-25T20:20:26.910Z Compiling prettyplease v0.2.36
19352026-02-25T20:20:27.535Z Compiling schemars v0.8.22
19362026-02-25T20:20:27.562Z Compiling minimal-lexical v0.2.1
19372026-02-25T20:20:27.866Z Compiling synstructure v0.13.1
19382026-02-25T20:20:27.940Z Compiling serde_derive_internals v0.29.1
19392026-02-25T20:20:28.102Z Compiling nom v7.1.3
19402026-02-25T20:20:28.293Z Compiling libloading v0.8.5
19412026-02-25T20:20:28.720Z Compiling paste v1.0.15
19422026-02-25T20:20:28.755Z Compiling bindgen v0.69.5
19432026-02-25T20:20:29.328Z Compiling litemap v0.7.3
19442026-02-25T20:20:29.353Z Compiling home v0.5.9
19452026-02-25T20:20:29.487Z Compiling writeable v0.5.5
19462026-02-25T20:20:30.733Z Compiling itertools v0.12.1
19472026-02-25T20:20:31.557Z Compiling serde_derive v1.0.228
19482026-02-25T20:20:31.974Z Compiling zeroize_derive v1.4.2
19492026-02-25T20:20:32.657Z Compiling zerofrom-derive v0.1.4
19502026-02-25T20:20:32.852Z Compiling yoke-derive v0.7.4
19512026-02-25T20:20:33.511Z Compiling zerovec-derive v0.10.3
19522026-02-25T20:20:34.234Z Compiling displaydoc v0.2.5
19532026-02-25T20:20:34.781Z Compiling icu_provider_macros v1.5.0
19542026-02-25T20:20:35.271Z Compiling zeroize v1.8.1
19552026-02-25T20:20:35.715Z Compiling thiserror-impl v2.0.18
19562026-02-25T20:20:35.914Z Compiling zerocopy-derive v0.7.35
19572026-02-25T20:20:35.939Z Compiling tokio-macros v2.6.0
19582026-02-25T20:20:36.030Z Compiling regex v1.11.3
19592026-02-25T20:20:36.063Z Compiling zerofrom v0.1.4
19602026-02-25T20:20:36.311Z Compiling futures-macro v0.3.31
19612026-02-25T20:20:36.464Z Compiling yoke v0.7.4
19622026-02-25T20:20:37.055Z Compiling zerovec v0.10.4
19632026-02-25T20:20:38.243Z Compiling cexpr v0.6.0
19642026-02-25T20:20:38.291Z Compiling schemars_derive v0.8.22
19652026-02-25T20:20:38.958Z Compiling allocator-api2 v0.2.21
19662026-02-25T20:20:39.111Z Compiling percent-encoding v2.3.2
19672026-02-25T20:20:39.563Z Compiling lazycell v1.3.0
19682026-02-25T20:20:39.689Z Compiling tinystr v0.7.6
19692026-02-25T20:20:39.811Z Compiling rustc-hash v1.1.0
19702026-02-25T20:20:39.927Z Compiling byteorder v1.5.0
19712026-02-25T20:20:39.996Z Compiling bitflags v2.9.4
19722026-02-25T20:20:40.068Z Compiling bytes v1.11.1
19732026-02-25T20:20:40.248Z Compiling icu_locid v1.5.0
19742026-02-25T20:20:41.238Z Compiling cmake v0.1.51
19752026-02-25T20:20:41.562Z Compiling fs_extra v1.3.0
19762026-02-25T20:20:41.786Z Compiling icu_locid_transform_data v1.5.0
19772026-02-25T20:20:41.834Z Compiling equivalent v1.0.2
19782026-02-25T20:20:41.953Z Compiling dunce v1.0.5
19792026-02-25T20:20:42.035Z Compiling icu_provider v1.5.0
19802026-02-25T20:20:42.563Z Compiling icu_collections v1.5.0
19812026-02-25T20:20:42.646Z Compiling icu_properties_data v1.5.0
19822026-02-25T20:20:42.911Z Compiling crypto-common v0.1.6
19832026-02-25T20:20:42.935Z Compiling write16 v1.0.0
19842026-02-25T20:20:42.967Z Compiling pin-project-lite v0.2.14
19852026-02-25T20:20:43.175Z Compiling icu_locid_transform v1.5.0
19862026-02-25T20:20:43.320Z Compiling utf8_iter v1.0.4
19872026-02-25T20:20:43.800Z Compiling utf16_iter v1.0.5
19882026-02-25T20:20:43.938Z Compiling icu_normalizer_data v1.5.0
19892026-02-25T20:20:44.155Z Compiling der_derive v0.7.3
19902026-02-25T20:20:44.509Z Compiling which v4.4.2
19912026-02-25T20:20:45.191Z Compiling icu_properties v1.5.1
19922026-02-25T20:20:45.353Z Compiling rustversion v1.0.22
19932026-02-25T20:20:45.411Z Compiling const-oid v0.9.6
19942026-02-25T20:20:46.541Z Compiling ring v0.17.14
19952026-02-25T20:20:48.708Z Compiling form_urlencoded v1.2.2
19962026-02-25T20:20:49.407Z Compiling aws-lc-rs v1.12.4
19972026-02-25T20:20:49.560Z Compiling fnv v1.0.7
19982026-02-25T20:20:49.712Z Compiling icu_normalizer v1.5.0
19992026-02-25T20:20:49.760Z Compiling vcpkg v0.2.15
20002026-02-25T20:20:49.795Z Compiling futures-core v0.3.31
20012026-02-25T20:20:50.237Z Compiling block-buffer v0.10.4
20022026-02-25T20:20:50.794Z Compiling signal-hook-registry v1.4.2
20032026-02-25T20:20:51.194Z Compiling idna_adapter v1.2.0
20042026-02-25T20:20:51.442Z Compiling idna v1.0.3
20052026-02-25T20:20:51.512Z Compiling openssl-sys v0.9.109
20062026-02-25T20:20:51.512Z Compiling zerocopy v0.8.27
20072026-02-25T20:20:52.344Z Compiling url v2.5.4
20082026-02-25T20:20:52.576Z Compiling digest v0.10.7
20092026-02-25T20:20:52.873Z Compiling parking_lot v0.12.3
20102026-02-25T20:20:53.247Z Compiling hashbrown v0.16.1
20112026-02-25T20:20:54.048Z Compiling tracing-attributes v0.1.27
20122026-02-25T20:20:54.942Z Compiling mio v1.0.2
20132026-02-25T20:20:56.711Z Compiling zerocopy-derive v0.8.27
20142026-02-25T20:20:56.736Z Compiling httparse v1.9.5
20152026-02-25T20:20:57.126Z Compiling rustix v1.1.3
20162026-02-25T20:20:57.168Z Compiling indexmap v2.13.0
20172026-02-25T20:20:57.499Z Compiling socket2 v0.6.1
20182026-02-25T20:20:58.260Z Compiling aws-lc-sys v0.26.0
20192026-02-25T20:20:58.310Z Compiling tokio v1.49.0
20202026-02-25T20:20:58.515Z Compiling iana-time-zone v0.1.63
20212026-02-25T20:20:58.540Z Compiling foldhash v0.1.5
20222026-02-25T20:20:58.963Z Compiling hashbrown v0.15.4
20232026-02-25T20:20:59.175Z Compiling chrono v0.4.43
20242026-02-25T20:20:59.540Z Compiling zerocopy v0.7.35
20252026-02-25T20:21:00.455Z Compiling futures-sink v0.3.31
20262026-02-25T20:21:00.514Z Compiling num-conv v0.1.0
20272026-02-25T20:21:00.738Z Compiling time-core v0.1.6
20282026-02-25T20:21:00.802Z Compiling futures-channel v0.3.31
20292026-02-25T20:21:01.157Z Compiling time-macros v0.2.24
20302026-02-25T20:21:01.365Z Compiling uuid v1.19.0
20312026-02-25T20:21:01.955Z Compiling futures-io v0.3.31
20322026-02-25T20:21:02.287Z Compiling openssl v0.10.73
20332026-02-25T20:21:02.333Z Compiling futures-task v0.3.31
20342026-02-25T20:21:02.446Z Compiling pin-utils v0.1.0
20352026-02-25T20:21:02.795Z Compiling futures-util v0.3.31
20362026-02-25T20:21:04.406Z Compiling cpufeatures v0.2.14
20372026-02-25T20:21:04.601Z Compiling ppv-lite86 v0.2.20
20382026-02-25T20:21:04.935Z Compiling openssl-macros v0.1.1
20392026-02-25T20:21:05.516Z Compiling rustc_version v0.4.1
20402026-02-25T20:21:06.281Z Compiling native-tls v0.2.12
20412026-02-25T20:21:06.306Z Compiling strsim v0.11.1
20422026-02-25T20:21:06.438Z Compiling ucd-trie v0.1.7
20432026-02-25T20:21:06.638Z Compiling rustls v0.23.19
20442026-02-25T20:21:06.820Z Compiling hmac v0.12.1
20452026-02-25T20:21:06.959Z Compiling pest v2.8.2
20462026-02-25T20:21:07.010Z Compiling serde_tokenstream v0.2.2
20472026-02-25T20:21:07.154Z Compiling dyn-clone v1.0.20
20482026-02-25T20:21:08.066Z Compiling block-padding v0.3.3
20492026-02-25T20:21:08.397Z Compiling bzip2-sys v0.1.13+1.0.8
20502026-02-25T20:21:08.467Z Compiling cookie v0.18.1
20512026-02-25T20:21:08.978Z Compiling ident_case v1.0.1
20522026-02-25T20:21:09.116Z Compiling thiserror v1.0.69
20532026-02-25T20:21:09.636Z Compiling inout v0.1.3
20542026-02-25T20:21:10.058Z Compiling http v1.4.0
20552026-02-25T20:21:10.624Z Compiling pest_meta v2.8.2
20562026-02-25T20:21:12.065Z Compiling syn v1.0.109
20572026-02-25T20:21:12.867Z Compiling pest_generator v2.8.2
20582026-02-25T20:21:14.765Z Compiling base64 v0.22.1
20592026-02-25T20:21:14.794Z Compiling pest_derive v2.8.2
20602026-02-25T20:21:15.976Z Compiling cipher v0.4.4
20612026-02-25T20:21:16.173Z Compiling sha2 v0.10.9
20622026-02-25T20:21:16.561Z Compiling slog v2.8.2
20632026-02-25T20:21:19.728Z Compiling thiserror-impl v1.0.69
20642026-02-25T20:21:19.870Z Compiling scroll_derive v0.13.1
20652026-02-25T20:21:21.176Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20662026-02-25T20:21:21.976Z Compiling base64ct v1.6.0
20672026-02-25T20:21:22.416Z Compiling crossbeam-utils v0.8.21
20682026-02-25T20:21:22.751Z Compiling rustls-pki-types v1.10.0
20692026-02-25T20:21:22.844Z Compiling pem-rfc7468 v0.7.0
20702026-02-25T20:21:24.720Z Compiling flagset v0.4.6
20712026-02-25T20:21:24.781Z Compiling litrs v0.4.1
20722026-02-25T20:21:25.047Z Compiling der v0.7.10
20732026-02-25T20:21:25.949Z Compiling document-features v0.2.11
20742026-02-25T20:21:28.390Z Compiling tokio-util v0.7.15
20752026-02-25T20:21:29.298Z Compiling rand_core v0.9.3
20762026-02-25T20:21:29.546Z Compiling tracing-core v0.1.32
20772026-02-25T20:21:29.777Z Compiling untrusted v0.7.1
20782026-02-25T20:21:30.074Z Compiling powerfmt v0.2.0
20792026-02-25T20:21:30.685Z Compiling untrusted v0.9.0
20802026-02-25T20:21:30.773Z Compiling camino v1.2.2
20812026-02-25T20:21:31.385Z Compiling plain v0.2.3
20822026-02-25T20:21:31.599Z Compiling tracing v0.1.40
20832026-02-25T20:21:31.650Z Compiling deranged v0.5.3
20842026-02-25T20:21:32.551Z Compiling spki v0.7.3
20852026-02-25T20:21:33.019Z Compiling salsa20 v0.10.2
20862026-02-25T20:21:33.400Z Compiling http-body v1.0.1
20872026-02-25T20:21:33.705Z Compiling pbkdf2 v0.12.2
20882026-02-25T20:21:34.234Z Compiling num-bigint-dig v0.8.6
20892026-02-25T20:21:34.682Z Compiling atomic-waker v1.1.2
20902026-02-25T20:21:35.007Z Compiling num_threads v0.1.7
20912026-02-25T20:21:35.569Z Compiling time v0.3.43
20922026-02-25T20:21:35.907Z Compiling scrypt v0.11.0
20932026-02-25T20:21:36.459Z Compiling rand_chacha v0.9.0
20942026-02-25T20:21:37.022Z Compiling aes v0.8.4
20952026-02-25T20:21:37.299Z Compiling cbc v0.1.2
20962026-02-25T20:21:38.464Z Compiling ahash v0.8.12
20972026-02-25T20:21:38.533Z Compiling pretty-hex v0.4.1
20982026-02-25T20:21:38.832Z Compiling usdt-impl v0.6.0
20992026-02-25T20:21:38.924Z Compiling tower-service v0.3.3
21002026-02-25T20:21:39.124Z Compiling tower-layer v0.3.3
21012026-02-25T20:21:39.293Z Compiling zstd-safe v7.2.3
21022026-02-25T20:21:39.398Z Compiling anyhow v1.0.99
21032026-02-25T20:21:39.708Z Compiling try-lock v0.2.5
21042026-02-25T20:21:39.925Z Compiling want v0.3.1
21052026-02-25T20:21:40.406Z Compiling pkcs5 v0.7.1
21062026-02-25T20:21:42.855Z Compiling rand v0.9.2
21072026-02-25T20:21:43.116Z Compiling h2 v0.4.6
21082026-02-25T20:21:45.162Z Compiling scroll v0.13.0
21092026-02-25T20:21:45.365Z Compiling heapless v0.7.17
21102026-02-25T20:21:45.932Z Compiling ipnet v2.11.0
21112026-02-25T20:21:46.019Z Compiling daft-derive v0.1.4
21122026-02-25T20:21:46.406Z Compiling scroll_derive v0.12.0
21132026-02-25T20:21:47.095Z Compiling clap_derive v4.5.47
21142026-02-25T20:21:47.898Z Compiling async-trait v0.1.89
21152026-02-25T20:21:48.011Z Compiling foreign-types-shared v0.1.1
21162026-02-25T20:21:48.143Z Compiling httpdate v1.0.3
21172026-02-25T20:21:48.301Z Compiling openssl-probe v0.1.5
21182026-02-25T20:21:49.037Z Compiling fastrand v2.1.1
21192026-02-25T20:21:49.133Z Compiling adler2 v2.0.0
21202026-02-25T20:21:49.352Z Compiling signal-hook v0.3.18
21212026-02-25T20:21:49.462Z Compiling miniz_oxide v0.8.5
21222026-02-25T20:21:49.892Z Compiling tempfile v3.24.0
21232026-02-25T20:21:49.935Z Compiling foreign-types v0.3.2
21242026-02-25T20:21:50.901Z Compiling goblin v0.10.2
21252026-02-25T20:21:51.969Z Compiling pkcs8 v0.10.2
21262026-02-25T20:21:53.192Z Compiling darling_core v0.20.10
21272026-02-25T20:21:54.989Z Compiling hyper v1.8.1
21282026-02-25T20:22:00.514Z Compiling tinyvec_macros v0.1.1
21292026-02-25T20:22:00.713Z Compiling tinyvec v1.8.0
21302026-02-25T20:22:00.841Z Compiling dof v0.4.0
21312026-02-25T20:22:03.161Z Compiling darling_macro v0.20.10
21322026-02-25T20:22:03.269Z Compiling hyper-util v0.1.19
21332026-02-25T20:22:09.447Z Compiling dtrace-parser v0.3.0
21342026-02-25T20:22:09.523Z Compiling darling_core v0.21.0
21352026-02-25T20:22:11.017Z Compiling curve25519-dalek v4.1.3
21362026-02-25T20:22:11.378Z Compiling strum_macros v0.26.4
21372026-02-25T20:22:11.675Z Compiling hex v0.4.3
21382026-02-25T20:22:11.931Z Compiling thread-id v5.0.0
21392026-02-25T20:22:12.193Z Compiling memoffset v0.9.1
21402026-02-25T20:22:12.803Z Compiling smoltcp v0.9.1
21412026-02-25T20:22:13.492Z Compiling utf8parse v0.2.2
21422026-02-25T20:22:13.549Z Compiling ref-cast v1.0.25
21432026-02-25T20:22:14.340Z Compiling anstyle v1.0.11
21442026-02-25T20:22:15.124Z Compiling ryu v1.0.18
21452026-02-25T20:22:16.023Z Compiling darling_macro v0.21.0
21462026-02-25T20:22:19.264Z Compiling anstyle-parse v0.2.5
21472026-02-25T20:22:20.756Z Compiling darling v0.20.10
21482026-02-25T20:22:21.742Z Compiling http-body-util v0.1.3
21492026-02-25T20:22:23.549Z Compiling sync_wrapper v1.0.1
21502026-02-25T20:22:23.763Z Compiling erased-serde v0.3.31
21512026-02-25T20:22:24.681Z Compiling serde_spanned v0.6.9
21522026-02-25T20:22:24.779Z Compiling toml_datetime v0.6.11
21532026-02-25T20:22:25.628Z Compiling wait-timeout v0.2.0
21542026-02-25T20:22:25.686Z Compiling encoding_rs v0.8.34
21552026-02-25T20:22:26.212Z Compiling is_terminal_polyfill v1.70.1
21562026-02-25T20:22:26.511Z Compiling anstyle-query v1.1.1
21572026-02-25T20:22:27.015Z Compiling mime v0.3.17
21582026-02-25T20:22:27.205Z Compiling cfg_aliases v0.2.1
21592026-02-25T20:22:27.362Z Compiling colorchoice v1.0.2
21602026-02-25T20:22:27.755Z Compiling psl-types v2.0.11
21612026-02-25T20:22:28.064Z Compiling gimli v0.31.1
21622026-02-25T20:22:28.099Z Compiling buf-list v1.0.3
21632026-02-25T20:22:28.581Z Compiling bit-vec v0.8.0
21642026-02-25T20:22:28.743Z Compiling quick-error v1.2.3
21652026-02-25T20:22:28.952Z Compiling rusty-fork v0.3.0
21662026-02-25T20:22:29.131Z Compiling bit-set v0.8.0
21672026-02-25T20:22:29.671Z Compiling publicsuffix v2.3.0
21682026-02-25T20:22:33.041Z Compiling anstream v0.6.18
21692026-02-25T20:22:33.679Z Compiling addr2line v0.24.2
21702026-02-25T20:22:34.227Z Compiling nix v0.29.0
21712026-02-25T20:22:34.301Z Compiling serde_urlencoded v0.7.1
21722026-02-25T20:22:35.326Z Compiling tower v0.5.2
21732026-02-25T20:22:37.277Z Compiling derive_builder_core v0.20.2
21742026-02-25T20:22:37.464Z Compiling tokio-native-tls v0.3.1
21752026-02-25T20:22:37.947Z Compiling darling v0.21.0
21762026-02-25T20:22:38.125Z Compiling unicode-normalization v0.1.24
21772026-02-25T20:22:39.451Z Compiling rustls-native-certs v0.8.1
21782026-02-25T20:22:39.607Z Compiling hubpack_derive v0.1.1
21792026-02-25T20:22:40.069Z Compiling rand_xorshift v0.4.0
21802026-02-25T20:22:40.416Z Compiling webpki-roots v1.0.1
21812026-02-25T20:22:40.718Z Compiling ipnetwork v0.21.1
21822026-02-25T20:22:41.231Z Compiling openapiv3 v2.2.0
21832026-02-25T20:22:41.642Z Compiling signature v2.2.0
21842026-02-25T20:22:42.015Z Compiling ref-cast-impl v1.0.25
21852026-02-25T20:22:43.513Z Compiling curve25519-dalek-derive v0.1.1
21862026-02-25T20:22:45.222Z Compiling strum_macros v0.27.2
21872026-02-25T20:22:45.405Z Compiling object v0.36.5
21882026-02-25T20:22:46.332Z Compiling fs-err v3.1.1
21892026-02-25T20:22:46.502Z Compiling usdt-impl v0.5.0
21902026-02-25T20:22:46.835Z Compiling crc32fast v1.4.2
21912026-02-25T20:22:47.600Z Compiling rustc-demangle v0.1.24
21922026-02-25T20:22:47.643Z Compiling siphasher v0.3.11
21932026-02-25T20:22:48.746Z Compiling zlib-rs v0.5.1
21942026-02-25T20:22:48.804Z Compiling unicode-bidi v0.3.17
21952026-02-25T20:22:49.577Z Compiling iri-string v0.7.8
21962026-02-25T20:22:50.078Z Compiling unicode-properties v0.1.3
21972026-02-25T20:22:50.638Z Compiling unarray v0.1.4
21982026-02-25T20:22:50.927Z Compiling proptest v1.7.0
21992026-02-25T20:22:52.111Z Compiling stringprep v0.1.5
22002026-02-25T20:22:54.351Z Compiling libz-rs-sys v0.5.1
22012026-02-25T20:22:54.842Z Compiling tower-http v0.6.6
22022026-02-25T20:22:55.037Z Compiling backtrace v0.3.74
22032026-02-25T20:22:57.460Z Compiling phf_shared v0.11.2
22042026-02-25T20:22:57.975Z Compiling oxnet v0.1.4
22052026-02-25T20:22:58.642Z Compiling derive_builder_macro v0.20.2
22062026-02-25T20:22:59.188Z Compiling serde_with_macros v3.16.1
22072026-02-25T20:22:59.534Z Compiling hyper-tls v0.6.0
22082026-02-25T20:22:59.867Z Compiling cookie_store v0.21.1
22092026-02-25T20:23:00.619Z Compiling usdt-macro v0.6.0
22102026-02-25T20:23:01.890Z Compiling usdt-attr-macro v0.6.0
22112026-02-25T20:23:02.358Z Compiling scroll v0.12.0
22122026-02-25T20:23:03.021Z Compiling terminal_size v0.4.0
22132026-02-25T20:23:03.542Z Compiling rand_chacha v0.3.1
22142026-02-25T20:23:04.534Z Compiling rustls-webpki v0.102.8
22152026-02-25T20:23:04.763Z Compiling md-5 v0.10.6
22162026-02-25T20:23:05.071Z Compiling num-integer v0.1.46
22172026-02-25T20:23:05.351Z Compiling vergen-lib v0.1.6
22182026-02-25T20:23:05.399Z Compiling hash32 v0.2.1
22192026-02-25T20:23:05.911Z Compiling ff v0.13.0
22202026-02-25T20:23:06.378Z Compiling fallible-iterator v0.2.0
22212026-02-25T20:23:06.609Z Compiling clap_lex v0.7.4
22222026-02-25T20:23:06.794Z Compiling winnow v0.7.14
22232026-02-25T20:23:07.926Z Compiling base16ct v0.2.0
22242026-02-25T20:23:08.297Z Compiling sec1 v0.7.3
22252026-02-25T20:23:09.335Z Compiling clap_builder v4.5.48
22262026-02-25T20:23:10.594Z Compiling postgres-protocol v0.6.8
22272026-02-25T20:23:11.957Z Compiling group v0.13.0
22282026-02-25T20:23:13.148Z Compiling num-iter v0.1.45
22292026-02-25T20:23:13.249Z Compiling rand v0.8.5
22302026-02-25T20:23:14.626Z Compiling tokio-rustls v0.26.0
22312026-02-25T20:23:18.116Z Compiling goblin v0.8.2
22322026-02-25T20:23:20.615Z Compiling derive_builder v0.20.2
22332026-02-25T20:23:21.018Z Compiling newtype-uuid v1.3.2
22342026-02-25T20:23:21.276Z Compiling flate2 v1.1.2
22352026-02-25T20:23:23.394Z Compiling hkdf v0.12.4
22362026-02-25T20:23:23.394Z Compiling regress v0.10.4
22372026-02-25T20:23:23.646Z Compiling vergen v9.0.6
22382026-02-25T20:23:24.054Z Compiling crypto-bigint v0.5.5
22392026-02-25T20:23:24.132Z Compiling cargo-platform v0.1.8
22402026-02-25T20:23:24.758Z Compiling enum-as-inner v0.6.1
22412026-02-25T20:23:25.791Z Compiling serde_repr v0.1.19
22422026-02-25T20:23:27.368Z Compiling bumpalo v3.16.0
22432026-02-25T20:23:27.644Z Compiling lockfree-object-pool v0.1.6
22442026-02-25T20:23:28.081Z Compiling simd-adler32 v0.3.7
22452026-02-25T20:23:28.192Z Compiling bitflags v1.3.2
22462026-02-25T20:23:28.671Z Compiling managed v0.8.0
22472026-02-25T20:23:28.825Z Compiling hyper-rustls v0.27.7
22482026-02-25T20:23:28.907Z Compiling unicode-segmentation v1.12.0
22492026-02-25T20:23:29.662Z Compiling reqwest v0.12.24
22502026-02-25T20:23:29.691Z Compiling winnow v0.5.40
22512026-02-25T20:23:33.972Z Compiling toml_edit v0.19.15
22522026-02-25T20:23:34.014Z Compiling zopfli v0.8.1
22532026-02-25T20:23:35.000Z Compiling typify-impl v0.4.3
22542026-02-25T20:23:35.636Z Compiling elliptic-curve v0.13.8
22552026-02-25T20:23:36.022Z Compiling dof v0.3.0
22562026-02-25T20:23:36.656Z Compiling cargo_metadata v0.19.2
22572026-02-25T20:23:39.578Z Compiling daft v0.1.4
22582026-02-25T20:23:40.220Z Compiling zstd v0.13.3
22592026-02-25T20:23:40.553Z Compiling signal-hook-mio v0.2.4
22602026-02-25T20:23:40.899Z Compiling clap v4.5.48
22612026-02-25T20:23:41.087Z Compiling postgres-types v0.2.9
22622026-02-25T20:23:41.317Z Compiling dtrace-parser v0.2.0
22632026-02-25T20:23:42.280Z Compiling phf v0.11.2
22642026-02-25T20:23:42.429Z Compiling strum v0.27.2
22652026-02-25T20:23:42.672Z Compiling ed25519 v2.2.3
22662026-02-25T20:23:42.770Z Compiling hubpack v0.1.2
22672026-02-25T20:23:42.856Z Compiling bzip2 v0.4.4
22682026-02-25T20:23:42.986Z Compiling bzip2 v0.5.2
22692026-02-25T20:23:43.338Z Compiling pkcs1 v0.7.5
22702026-02-25T20:23:43.605Z Compiling rfc6979 v0.4.0
22712026-02-25T20:23:43.632Z Compiling float-cmp v0.10.0
22722026-02-25T20:23:43.893Z Compiling serde-big-array v0.5.1
22732026-02-25T20:23:44.187Z Compiling bstr v1.10.0
22742026-02-25T20:23:44.303Z Compiling structmeta-derive v0.3.0
22752026-02-25T20:23:44.863Z Compiling env_filter v0.1.2
22762026-02-25T20:23:45.255Z Compiling thread-id v4.2.2
22772026-02-25T20:23:45.361Z Compiling socket2 v0.5.10
22782026-02-25T20:23:45.538Z Compiling memmap2 v0.9.8
22792026-02-25T20:23:46.170Z Compiling radium v0.7.0
22802026-02-25T20:23:46.294Z Compiling new_debug_unreachable v1.0.6
22812026-02-25T20:23:46.508Z Compiling fixedbitset v0.5.7
22822026-02-25T20:23:46.809Z Compiling predicates-core v1.0.8
22832026-02-25T20:23:46.868Z Compiling foldhash v0.2.0
22842026-02-25T20:23:47.277Z Compiling keccak v0.1.5
22852026-02-25T20:23:47.317Z Compiling static_assertions v1.1.0
22862026-02-25T20:23:47.532Z Compiling whoami v1.5.2
22872026-02-25T20:23:47.863Z Compiling data-encoding v2.9.0
22882026-02-25T20:23:48.129Z Compiling rustc-hash v2.1.1
22892026-02-25T20:23:48.400Z Compiling fixedbitset v0.4.2
22902026-02-25T20:23:48.872Z Compiling difflib v0.4.0
22912026-02-25T20:23:49.093Z Compiling precomputed-hash v0.1.1
22922026-02-25T20:23:49.256Z Compiling jiff v0.2.15
22932026-02-25T20:23:50.832Z Compiling toml_write v0.1.2
22942026-02-25T20:23:51.251Z Compiling normalize-line-endings v0.3.0
22952026-02-25T20:23:51.390Z Compiling toml_edit v0.22.27
22962026-02-25T20:23:51.505Z Compiling predicates v3.1.3
22972026-02-25T20:23:54.048Z Compiling string_cache v0.8.9
22982026-02-25T20:23:54.519Z Compiling petgraph v0.6.5
22992026-02-25T20:23:58.065Z Compiling zip v4.2.0
23002026-02-25T20:23:58.801Z Compiling hickory-proto v0.25.2
23012026-02-25T20:23:59.806Z Compiling iddqd v0.3.16
23022026-02-25T20:24:00.868Z Compiling tokio-postgres v0.7.13
23032026-02-25T20:24:03.026Z Compiling sha3 v0.10.8
23042026-02-25T20:24:03.176Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23052026-02-25T20:24:03.931Z Compiling petgraph v0.8.2
23062026-02-25T20:24:06.990Z Compiling structmeta v0.3.0
23072026-02-25T20:24:07.271Z Compiling usdt v0.6.0
23082026-02-25T20:24:07.927Z Compiling env_logger v0.11.8
23092026-02-25T20:24:08.735Z Compiling similar v2.7.0
23102026-02-25T20:24:09.005Z Compiling typify-macro v0.4.3
23112026-02-25T20:24:10.060Z Compiling serde_with v3.16.1
23122026-02-25T20:24:10.783Z Compiling rsa v0.9.8
23132026-02-25T20:24:10.935Z Compiling ecdsa v0.16.9
23142026-02-25T20:24:13.050Z Compiling zip v0.6.6
23152026-02-25T20:24:13.116Z Compiling ed25519-dalek v2.1.1
23162026-02-25T20:24:14.659Z Compiling crossterm v0.28.1
23172026-02-25T20:24:14.891Z Compiling crossbeam-epoch v0.9.18
23182026-02-25T20:24:15.044Z Compiling toml v0.7.8
23192026-02-25T20:24:15.648Z Compiling heck v0.4.1
23202026-02-25T20:24:15.804Z Compiling strum v0.26.3
23212026-02-25T20:24:16.486Z Compiling tokio-stream v0.1.17
23222026-02-25T20:24:17.021Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23232026-02-25T20:24:17.541Z Compiling x509-cert v0.2.5
23242026-02-25T20:24:17.842Z Compiling sha1 v0.10.6
23252026-02-25T20:24:18.412Z Compiling itertools v0.10.5
23262026-02-25T20:24:18.458Z Compiling itertools v0.13.0
23272026-02-25T20:24:20.099Z Compiling winnow v0.6.26
23282026-02-25T20:24:20.442Z Compiling tap v1.0.1
23292026-02-25T20:24:21.270Z Compiling lalrpop-util v0.19.12
23302026-02-25T20:24:21.587Z Compiling maybe-uninit v2.0.0
23312026-02-25T20:24:21.646Z Compiling peg-runtime v0.8.5
23322026-02-25T20:24:22.225Z Compiling wyz v0.5.1
23332026-02-25T20:24:23.552Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23342026-02-25T20:24:29.115Z Compiling funty v2.0.0
23352026-02-25T20:24:29.760Z Compiling packed_struct v0.10.1
23362026-02-25T20:24:33.287Z Compiling bitvec v1.0.1
23372026-02-25T20:24:38.207Z Compiling packed_struct_codegen v0.10.1
23382026-02-25T20:24:38.317Z Compiling futures-executor v0.3.31
23392026-02-25T20:24:39.455Z Compiling bitfield-macros v0.19.2
23402026-02-25T20:24:39.580Z Compiling zerocopy-derive v0.6.6
23412026-02-25T20:24:40.193Z Compiling indexmap v1.9.3
23422026-02-25T20:24:40.681Z Compiling crc-catalog v2.4.0
23432026-02-25T20:24:41.419Z Compiling nodrop v0.1.14
23442026-02-25T20:24:42.130Z Compiling typeid v1.0.3
23452026-02-25T20:24:42.866Z Compiling array-init v0.0.4
23462026-02-25T20:24:43.042Z Compiling zerocopy v0.6.6
23472026-02-25T20:24:44.074Z Compiling bitfield v0.19.2
23482026-02-25T20:24:44.114Z Compiling crc v3.2.1
23492026-02-25T20:24:46.129Z Compiling futures v0.3.31
23502026-02-25T20:24:47.616Z Compiling smallvec v0.6.14
23512026-02-25T20:24:48.992Z Compiling typify v0.4.3
23522026-02-25T20:24:49.186Z Compiling derive-ex v0.1.8
23532026-02-25T20:24:50.571Z Compiling hashbrown v0.12.3
23542026-02-25T20:24:51.874Z Compiling rustls v0.22.4
23552026-02-25T20:24:51.919Z Compiling base64 v0.21.7
23562026-02-25T20:24:52.257Z Compiling unsafe-libyaml v0.2.11
23572026-02-25T20:24:52.813Z Compiling test-strategy v0.4.3
23582026-02-25T20:24:53.020Z Compiling ron v0.8.1
23592026-02-25T20:24:53.999Z Compiling serde_yaml v0.9.34+deprecated
23602026-02-25T20:24:58.618Z Compiling progenitor-impl v0.11.2
23612026-02-25T20:24:58.679Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23622026-02-25T20:24:58.974Z Compiling serde-hex v0.1.0
23632026-02-25T20:25:04.316Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23642026-02-25T20:25:05.275Z Compiling toml v0.8.23
23652026-02-25T20:25:05.580Z Compiling hashbrown v0.13.2
23662026-02-25T20:25:10.076Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23672026-02-25T20:25:10.167Z Compiling xattr v1.3.1
23682026-02-25T20:25:10.612Z Compiling pin-project-internal v1.1.6
23692026-02-25T20:25:11.259Z Compiling thread_local v1.1.8
23702026-02-25T20:25:12.129Z Compiling filetime v0.2.26
23712026-02-25T20:25:12.161Z Compiling multer v3.1.0
23722026-02-25T20:25:13.009Z Compiling same-file v1.0.6
23732026-02-25T20:25:13.644Z Compiling rayon-core v1.12.1
23742026-02-25T20:25:14.513Z Compiling crc-any v2.5.0
23752026-02-25T20:25:16.504Z Compiling slog-async v2.8.0
23762026-02-25T20:25:16.543Z Compiling match_cfg v0.1.0
23772026-02-25T20:25:16.843Z Compiling hostname v0.3.1
23782026-02-25T20:25:21.165Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23792026-02-25T20:25:24.900Z Compiling walkdir v2.5.0
23802026-02-25T20:25:27.427Z Compiling pin-project v1.1.6
23812026-02-25T20:25:27.765Z Compiling tar v0.4.44
23822026-02-25T20:25:32.145Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23832026-02-25T20:25:35.896Z Compiling object v0.30.4
23842026-02-25T20:25:36.191Z Compiling erased-serde v0.4.6
23852026-02-25T20:25:36.265Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23862026-02-25T20:25:36.344Z Compiling progenitor-macro v0.11.2
23872026-02-25T20:25:45.050Z Compiling progenitor-client v0.11.2
23882026-02-25T20:25:46.078Z Compiling toml_parser v1.0.6+spec-1.1.0
23892026-02-25T20:25:46.791Z Compiling crossbeam-channel v0.5.15
23902026-02-25T20:25:47.864Z Compiling slog-json v2.6.1
23912026-02-25T20:25:48.454Z Compiling snafu-derive v0.8.5
23922026-02-25T20:25:48.502Z Compiling async-stream-impl v0.3.6
23932026-02-25T20:25:48.736Z Compiling ordered-float v2.10.1
23942026-02-25T20:25:49.151Z Compiling serde_spanned v1.0.4
23952026-02-25T20:25:49.379Z Compiling toml_datetime v0.7.5+spec-1.1.0
23962026-02-25T20:25:49.431Z Compiling serde_path_to_error v0.1.20
23972026-02-25T20:25:49.595Z Compiling is-terminal v0.4.13
23982026-02-25T20:25:49.775Z Compiling fs-err v2.11.0
23992026-02-25T20:25:50.141Z Compiling dropshot v0.16.7
24002026-02-25T20:25:50.168Z Compiling term v1.1.0
24012026-02-25T20:25:50.396Z Compiling path-slash v0.1.5
24022026-02-25T20:25:50.500Z Compiling take_mut v0.2.2
24032026-02-25T20:25:50.715Z Compiling debug-ignore v1.0.5
24042026-02-25T20:25:50.916Z Compiling unicode-width v0.1.14
24052026-02-25T20:25:51.180Z Compiling toml_writer v1.0.6+spec-1.1.0
24062026-02-25T20:25:51.482Z Compiling tabwriter v1.4.0
24072026-02-25T20:25:51.575Z Compiling slog-term v2.9.2
24082026-02-25T20:25:51.733Z Compiling toml v0.9.11+spec-1.1.0
24092026-02-25T20:25:52.240Z Compiling snafu v0.8.5
24102026-02-25T20:25:53.976Z Compiling async-stream v0.3.6
24112026-02-25T20:25:54.074Z Compiling serde-value v0.7.0
24122026-02-25T20:25:54.329Z Compiling slog-bunyan v2.5.0
24132026-02-25T20:25:54.353Z Compiling progenitor v0.11.2
24142026-02-25T20:25:54.620Z Compiling tokio-rustls v0.25.0
24152026-02-25T20:25:54.730Z Compiling serde-untagged v0.1.7
24162026-02-25T20:25:55.003Z Compiling globset v0.4.15
24172026-02-25T20:25:55.183Z Compiling crossbeam-deque v0.8.5
24182026-02-25T20:25:55.541Z Compiling camino-tempfile v1.4.1
24192026-02-25T20:25:55.659Z Compiling parse-display-derive v0.10.0
24202026-02-25T20:25:55.748Z Compiling olpc-cjson v0.1.4
24212026-02-25T20:25:56.130Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24222026-02-25T20:25:56.381Z Compiling waitgroup v0.1.2
24232026-02-25T20:25:56.721Z Compiling rustls-pemfile v2.2.0
24242026-02-25T20:25:57.302Z Compiling pem v3.0.5
24252026-02-25T20:25:57.419Z Compiling newtype-uuid-macros v0.1.0
24262026-02-25T20:25:58.686Z Compiling dropshot_endpoint v0.16.7
24272026-02-25T20:25:58.853Z Compiling serde_plain v1.0.2
24282026-02-25T20:25:58.942Z Compiling async-recursion v1.1.1
24292026-02-25T20:25:58.980Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24302026-02-25T20:25:59.447Z Compiling blake3 v1.5.4
24312026-02-25T20:25:59.748Z Compiling hostname v0.4.2
24322026-02-25T20:26:00.063Z Compiling instant v0.1.13
24332026-02-25T20:26:00.095Z Compiling half v2.4.1
24342026-02-25T20:26:00.195Z Compiling ciborium-io v0.2.2
24352026-02-25T20:26:00.274Z Compiling typed-path v0.9.3
24362026-02-25T20:26:00.383Z Compiling colored v3.0.0
24372026-02-25T20:26:00.761Z Compiling unicode-xid v0.2.6
24382026-02-25T20:26:00.792Z Compiling ciborium-ll v0.2.2
24392026-02-25T20:26:01.037Z Compiling cargo-util-schemas v0.8.2
24402026-02-25T20:26:01.174Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24412026-02-25T20:26:01.318Z Compiling backoff v0.4.0
24422026-02-25T20:26:01.751Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24432026-02-25T20:26:02.039Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24442026-02-25T20:26:02.314Z Compiling parse-display v0.10.0
24452026-02-25T20:26:04.099Z Compiling tough v0.20.0
24462026-02-25T20:26:06.568Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24472026-02-25T20:26:07.141Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24482026-02-25T20:26:07.300Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24492026-02-25T20:26:07.512Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24502026-02-25T20:26:07.892Z Compiling itertools v0.14.0
24512026-02-25T20:26:10.116Z Compiling progenitor-client v0.10.0
24522026-02-25T20:26:11.095Z Compiling macaddr v1.0.1
24532026-02-25T20:26:11.276Z Compiling cargo-platform v0.2.0
24542026-02-25T20:26:11.691Z Compiling parse-size v1.1.0
24552026-02-25T20:26:12.017Z Compiling indent_write v2.2.0
24562026-02-25T20:26:12.321Z Compiling arrayvec v0.7.6
24572026-02-25T20:26:12.404Z Compiling arrayref v0.3.9
24582026-02-25T20:26:12.538Z Compiling constant_time_eq v0.3.1
24592026-02-25T20:26:12.763Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-02-25T20:26:12.996Z Compiling cargo_metadata v0.21.0
24612026-02-25T20:26:14.259Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24622026-02-25T20:26:15.315Z Compiling ciborium v0.2.2
24632026-02-25T20:26:17.248Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24642026-02-25T20:26:20.543Z Compiling display-error-chain v0.2.2
24652026-02-25T20:26:20.791Z Compiling topological-sort v0.2.2
24662026-02-25T20:26:21.116Z Compiling omicron-zone-package v0.12.2
24672026-02-25T20:26:23.459Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24682026-02-25T20:26:29.035Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24692026-02-25T20:26:30.388Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24702026-02-25T20:26:32.790Z Compiling shell-words v1.1.0
24712026-02-25T20:26:50.435Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24722026-02-25T20:27:13.458Z Finished `release` profile [optimized] target(s) in 6m 58s
24732026-02-25T20:27:13.637Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24742026-02-25T20:27:13.728ZFeb 25 20:27:13.497 DEBG changing working directory to /work/oxidecomputer/omicron
24752026-02-25T20:27:13.982ZFeb 25 20:27:13.754 DEBG running: git rev-parse HEAD
24762026-02-25T20:27:14.009ZFeb 25 20:27:13.759 DEBG process exited with exit status: 0 (4.969886ms)
24772026-02-25T20:27:14.009ZFeb 25 20:27:13.759 INFO version: 19.0.0-0.ci+gitbfa3d73ebef
24782026-02-25T20:27:14.050ZFeb 25 20:27:13.822 INFO cloning helios to /work/oxidecomputer/helios
24792026-02-25T20:27:14.082ZFeb 25 20:27:13.822 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24802026-02-25T20:27:14.082ZCloning into '/work/oxidecomputer/helios'...
24812026-02-25T20:27:15.035ZFeb 25 20:27:14.795 DEBG process exited with exit status: 0 (972.660128ms)
24822026-02-25T20:27:15.036ZFeb 25 20:27:14.795 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24832026-02-25T20:27:15.067ZFeb 25 20:27:14.802 DEBG process exited with exit status: 0 (6.914562ms)
24842026-02-25T20:27:15.068ZFeb 25 20:27:14.803 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24852026-02-25T20:27:17.218ZFeb 25 20:27:16.990 DEBG process exited with exit status: 0 (2.188298185s)
24862026-02-25T20:27:17.218ZFeb 25 20:27:16.991 DEBG running: zfs list rpool/images/build/host
24872026-02-25T20:27:17.244ZNAME USED AVAIL REFER MOUNTPOINT
24882026-02-25T20:27:17.244Zrpool/images/build/host 96K 150G 96K /rpool/images/build/host
24892026-02-25T20:27:17.244ZFeb 25 20:27:17.004 DEBG process exited with exit status: 0 (13.153664ms)
24902026-02-25T20:27:17.244ZFeb 25 20:27:17.004 DEBG running: zfs list rpool/images/build/recovery
24912026-02-25T20:27:17.244ZNAME USED AVAIL REFER MOUNTPOINT
24922026-02-25T20:27:17.244Zrpool/images/build/recovery 96K 150G 96K /rpool/images/build/recovery
24932026-02-25T20:27:17.244ZFeb 25 20:27:17.014 DEBG process exited with exit status: 0 (10.355245ms)
24942026-02-25T20:27:17.244ZFeb 25 20:27:17.015 INFO [incorp-manifest] running task
24952026-02-25T20:27:17.244ZFeb 25 20:27:17.015 INFO [hubris-production] running task
24962026-02-25T20:27:17.244ZFeb 25 20:27:17.015 INFO [hubris-staging] running task
24972026-02-25T20:27:17.244ZFeb 25 20:27:17.016 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24982026-02-25T20:27:17.270ZFeb 25 20:27:17.018 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24992026-02-25T20:27:17.270ZFeb 25 20:27:17.018 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
25002026-02-25T20:27:17.270ZFeb 25 20:27:17.019 INFO [incorp-create] running: pkgrepo create /work/incorporation
25012026-02-25T20:27:17.410Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25022026-02-25T20:27:17.912ZFeb 25 20:27:17.685 INFO [incorp-create] process exited with exit status: 0 (667.157731ms)
25032026-02-25T20:27:17.938ZFeb 25 20:27:17.685 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
25042026-02-25T20:27:18.391Z[ omicron-package] Blocking waiting for file lock on package cache
25052026-02-25T20:27:18.437ZFeb 25 20:27:18.209 INFO [incorp-publisher] process exited with exit status: 0 (523.646399ms)
25062026-02-25T20:27:19.180Z[ omicron-package] Blocking waiting for file lock on package cache
25072026-02-25T20:27:20.610Z[ omicron-package] Compiling ring v0.17.14
25082026-02-25T20:27:20.743Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25092026-02-25T20:27:20.783Z[ omicron-package] Compiling itertools v0.14.0
25102026-02-25T20:27:20.783Z[ omicron-package] Compiling heapless v0.8.0
25112026-02-25T20:27:20.783Z[ omicron-package] Compiling hash32 v0.3.1
25122026-02-25T20:27:20.783Z[ omicron-package] Compiling smoltcp v0.11.0
25132026-02-25T20:27:20.783Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25142026-02-25T20:27:21.969Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25152026-02-25T20:27:22.211Z[ omicron-package] Compiling num_enum_derive v0.5.11
25162026-02-25T20:27:22.366Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25172026-02-25T20:27:23.128Z[ omicron-package] Compiling cobs v0.2.3
25182026-02-25T20:27:23.772ZFeb 25 20:27:23.544 INFO [hubris-production] task succeeded (6.528561915s)
25192026-02-25T20:27:23.900Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25202026-02-25T20:27:23.900Z[ omicron-package] Compiling proc-macro-error v1.0.4
25212026-02-25T20:27:24.669Z[ omicron-package] Compiling postcard v1.0.10
25222026-02-25T20:27:29.167Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25232026-02-25T20:27:29.229Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25242026-02-25T20:27:29.231Z[ omicron-package] Compiling num_enum v0.5.11
25252026-02-25T20:27:29.231Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25262026-02-25T20:27:29.231Z[ omicron-package] Compiling rustls v0.23.19
25272026-02-25T20:27:29.231Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25282026-02-25T20:27:29.231Z[ omicron-package] Compiling ingot-macros v0.1.1
25292026-02-25T20:27:29.231Z[ omicron-package] Compiling foreign-types v0.5.0
25302026-02-25T20:27:29.231Z[ omicron-package] Compiling cstr-argument v0.1.2
25312026-02-25T20:27:29.257Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25322026-02-25T20:27:29.487Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25332026-02-25T20:27:29.857Z[ omicron-package] Compiling pretty-hex v0.2.1
25342026-02-25T20:27:30.039Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25352026-02-25T20:27:30.427Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25362026-02-25T20:27:30.913Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25372026-02-25T20:27:30.985Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25382026-02-25T20:27:31.892Z[ omicron-package] Compiling rayon v1.10.0
25392026-02-25T20:27:32.150Z[ omicron-package] Compiling colored v2.2.0
25402026-02-25T20:27:32.894Z[ omicron-package] Compiling nix v0.30.1
25412026-02-25T20:27:33.062Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25422026-02-25T20:27:34.156Z[ omicron-package] Compiling rustls-webpki v0.102.8
25432026-02-25T20:27:35.012Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25442026-02-25T20:27:35.682Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25452026-02-25T20:27:37.465Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25462026-02-25T20:27:37.909Z[ omicron-package] Compiling secrecy v0.10.3
25472026-02-25T20:27:38.287Z[ omicron-package] Compiling sigpipe v0.1.3
25482026-02-25T20:27:38.397Z[ omicron-package] Compiling num-derive v0.4.2
25492026-02-25T20:27:38.639Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25502026-02-25T20:27:39.112Z[ omicron-package] Compiling glob v0.3.2
25512026-02-25T20:27:39.188Z[ omicron-package] Compiling ingot-types v0.1.2
25522026-02-25T20:27:39.756Z[ omicron-package] Compiling libefi-sys v0.1.0
25532026-02-25T20:27:40.709Z[ omicron-package] Compiling ingot v0.1.1
25542026-02-25T20:27:41.062Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25552026-02-25T20:27:41.138Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25562026-02-25T20:27:41.230Z[ omicron-package] Compiling zone v0.3.1
25572026-02-25T20:27:41.858Z[ omicron-package] Compiling rustls v0.22.4
25582026-02-25T20:27:43.620Z[ omicron-package] Compiling usdt-macro v0.5.0
25592026-02-25T20:27:43.683Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25602026-02-25T20:27:46.061Z[ omicron-package] Compiling smf v0.2.3
25612026-02-25T20:27:46.094Z[ omicron-package] Compiling memmap v0.7.0
25622026-02-25T20:27:46.354Z[ omicron-package] Compiling bitfield-struct v0.6.2
25632026-02-25T20:27:48.135Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-02-25T20:27:48.385Z[ omicron-package] Compiling tokio-rustls v0.26.0
25652026-02-25T20:27:49.178Z[ omicron-package] Compiling hyper-rustls v0.27.7
25662026-02-25T20:27:49.497Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25672026-02-25T20:27:50.854Z[ omicron-package] Compiling reqwest v0.12.24
25682026-02-25T20:27:51.173Z[ omicron-package] Compiling usdt v0.5.0
25692026-02-25T20:27:53.996Z[ omicron-package] Compiling unicode-width v0.2.0
25702026-02-25T20:27:54.312Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-02-25T20:27:54.493Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25722026-02-25T20:27:54.886Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25732026-02-25T20:27:55.074Z[ omicron-package] Compiling console v0.16.0
25742026-02-25T20:27:55.490Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25752026-02-25T20:27:55.719Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25762026-02-25T20:27:56.184Z[ omicron-package] Compiling tokio-rustls v0.25.0
25772026-02-25T20:27:56.481Z[ omicron-package] Compiling gethostname v0.5.0
25782026-02-25T20:27:56.829Z[ omicron-package] Compiling unit-prefix v0.5.1
25792026-02-25T20:27:56.882Z[ omicron-package] Compiling dropshot v0.16.7
25802026-02-25T20:27:56.973Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25812026-02-25T20:27:57.952Z[ omicron-package] Compiling indicatif v0.18.0
25822026-02-25T20:27:58.108Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25832026-02-25T20:27:58.727Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25842026-02-25T20:28:02.103Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25852026-02-25T20:28:02.103Z[ helios-setup] --> src/main.rs:79:10
25862026-02-25T20:28:02.128Z[ helios-setup] |
25872026-02-25T20:28:02.128Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25882026-02-25T20:28:02.128Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25892026-02-25T20:28:02.128Z[ helios-setup] | |
25902026-02-25T20:28:02.128Z[ helios-setup] | the lifetime is elided here
25912026-02-25T20:28:02.128Z[ helios-setup] |
25922026-02-25T20:28:02.128Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25932026-02-25T20:28:02.128Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25942026-02-25T20:28:02.128Z[ helios-setup] help: use `'_` for type paths
25952026-02-25T20:28:02.128Z[ helios-setup] |
25962026-02-25T20:28:02.128Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25972026-02-25T20:28:02.128Z[ helios-setup] | ++++
25982026-02-25T20:28:02.129Z[ helios-setup]
25992026-02-25T20:28:04.129Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26002026-02-25T20:28:05.392Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26012026-02-25T20:28:06.820ZFeb 25 20:28:06.594 INFO [hubris-staging] task succeeded (49.578207551s)
26022026-02-25T20:28:09.546Z[ omicron-package] Compiling progenitor-client v0.11.2
26032026-02-25T20:28:10.574Z[ omicron-package] Compiling progenitor v0.11.2
26042026-02-25T20:28:10.894Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26052026-02-25T20:28:10.923Z[ omicron-package] Compiling progenitor-client v0.10.0
26062026-02-25T20:28:10.923Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26072026-02-25T20:28:11.079Z[ helios-setup] Feb 25 20:28:10.851 INFO helios repository root is: /work/oxidecomputer/helios
26082026-02-25T20:28:11.103Z[ helios-setup] Feb 25 20:28:10.855 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
26092026-02-25T20:28:11.103Z[ helios-setup] Feb 25 20:28:10.855 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26102026-02-25T20:28:11.103Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26112026-02-25T20:28:11.998Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26122026-02-25T20:28:12.307Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26132026-02-25T20:28:12.896Z[ helios-setup] Feb 25 20:28:12.669 INFO clone ok!, project: chelsio-t6-roms
26142026-02-25T20:28:12.920Z[ helios-setup] Feb 25 20:28:12.669 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
26152026-02-25T20:28:12.920Z[ helios-setup] Feb 25 20:28:12.669 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26162026-02-25T20:28:12.920Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26172026-02-25T20:28:13.766Z[ helios-setup] Feb 25 20:28:13.539 INFO clone ok!, project: bootserver
26182026-02-25T20:28:13.766Z[ helios-setup] Feb 25 20:28:13.540 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
26192026-02-25T20:28:13.791Z[ helios-setup] Feb 25 20:28:13.540 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
26202026-02-25T20:28:13.792Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26212026-02-25T20:28:15.218Z[ helios-setup] Feb 25 20:28:14.992 INFO clone ok!, project: amd-host-image-builder
26222026-02-25T20:28:15.219Z[ helios-setup] Feb 25 20:28:14.992 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
26232026-02-25T20:28:15.243Z[ helios-setup] Feb 25 20:28:14.992 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26242026-02-25T20:28:15.243Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26252026-02-25T20:28:16.246Z[ helios-setup] Feb 25 20:28:16.019 INFO clone ok!, project: image-builder
26262026-02-25T20:28:16.270Z[ helios-setup] Feb 25 20:28:16.019 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
26272026-02-25T20:28:16.270Z[ helios-setup] Feb 25 20:28:16.019 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26282026-02-25T20:28:16.270Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26292026-02-25T20:28:17.259Z[ helios-setup] Feb 25 20:28:17.032 INFO clone ok!, project: phbl
26302026-02-25T20:28:17.259Z[ helios-setup] Feb 25 20:28:17.033 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26312026-02-25T20:28:17.284Z[ helios-setup] Feb 25 20:28:17.033 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
26322026-02-25T20:28:17.285Z[ helios-setup] Feb 25 20:28:17.033 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26332026-02-25T20:28:17.285Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26342026-02-25T20:28:18.718Z[ helios-setup] Feb 25 20:28:18.492 INFO clone ok!, project: pilot
26352026-02-25T20:28:18.719Z[ helios-setup] Feb 25 20:28:18.492 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
26362026-02-25T20:28:18.743Z[ helios-setup] Feb 25 20:28:18.492 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26372026-02-25T20:28:18.743Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26382026-02-25T20:28:19.628Z[ helios-setup] Feb 25 20:28:19.402 INFO clone ok!, project: pinprick
26392026-02-25T20:28:19.628Z[ helios-setup] Feb 25 20:28:19.402 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26402026-02-25T20:28:19.628Z[ helios-setup] Feb 25 20:28:19.402 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
26412026-02-25T20:28:19.653Z[ helios-setup] Feb 25 20:28:19.402 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26422026-02-25T20:28:19.653Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26432026-02-25T20:28:20.951Z[ helios-setup] Feb 25 20:28:20.725 INFO clone ok!, project: dmar-report
26442026-02-25T20:28:20.951Z[ helios-setup] Feb 25 20:28:20.725 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26452026-02-25T20:28:20.976Z[ helios-setup] Feb 25 20:28:20.725 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
26462026-02-25T20:28:20.976Z[ helios-setup] Feb 25 20:28:20.725 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26472026-02-25T20:28:20.976Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26482026-02-25T20:28:23.378Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26492026-02-25T20:28:35.270Z[ helios-setup] Feb 25 20:28:35.043 INFO clone ok!, project: amd-firmware
26502026-02-25T20:28:35.295Z[ helios-setup] Feb 25 20:28:35.044 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26512026-02-25T20:28:35.348ZFeb 25 20:28:35.121 DEBG process exited with exit status: 0 (78.104226852s)
26522026-02-25T20:28:35.373ZFeb 25 20:28:35.123 INFO [incorp-manifest] task succeeded (78.107938803s)
26532026-02-25T20:28:35.373ZFeb 25 20:28:35.125 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26542026-02-25T20:28:35.730ZFeb 25 20:28:35.503 INFO [incorp-fmt] process exited with exit status: 0 (379.573455ms)
26552026-02-25T20:28:35.755ZFeb 25 20:28:35.504 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26562026-02-25T20:28:35.779Z[ helios-setup] Feb 25 20:28:35.544 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26572026-02-25T20:28:36.200Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260225T202835Z
26582026-02-25T20:28:36.200Z[ incorp-pkgsend] PUBLISHED
26592026-02-25T20:28:36.256Z[ helios-setup] Feb 25 20:28:36.029 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26602026-02-25T20:28:36.256Z[ helios-setup] Feb 25 20:28:36.029 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26612026-02-25T20:28:36.281ZFeb 25 20:28:36.053 INFO [incorp-pkgsend] process exited with exit status: 0 (549.141487ms)
26622026-02-25T20:28:36.282ZFeb 25 20:28:36.053 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26632026-02-25T20:28:36.666Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26642026-02-25T20:28:36.691Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26652026-02-25T20:28:36.725Z[ helios-setup] Feb 25 20:28:36.498 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26662026-02-25T20:28:36.751Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26672026-02-25T20:28:36.751Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26682026-02-25T20:28:36.751Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26692026-02-25T20:28:36.751Z[ helios-incorp]
26702026-02-25T20:28:36.751Z[ helios-incorp] Archiving packages ...
26712026-02-25T20:28:36.751Z[ helios-incorp] Packages to add: 1
26722026-02-25T20:28:36.751Z[ helios-incorp] Files to retrieve: 0
26732026-02-25T20:28:36.751Z[ helios-incorp] Estimated transfer size: 0.00 B
26742026-02-25T20:28:36.752Z[ helios-incorp]
26752026-02-25T20:28:36.752Z[ helios-incorp] Packages to archive:
26762026-02-25T20:28:36.752Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260225T202835Z
26772026-02-25T20:28:36.752Z[ helios-incorp]
26782026-02-25T20:28:36.752Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26792026-02-25T20:28:36.752Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26802026-02-25T20:28:36.812ZFeb 25 20:28:36.586 INFO [helios-incorp] process exited with exit status: 0 (532.036347ms)
26812026-02-25T20:28:37.208Z[ helios-setup] Feb 25 20:28:36.981 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26822026-02-25T20:28:37.233Z[ helios-setup] Feb 25 20:28:36.981 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26832026-02-25T20:28:37.658Z[ helios-setup] Feb 25 20:28:37.431 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26842026-02-25T20:28:38.139Z[ helios-setup] Feb 25 20:28:37.912 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26852026-02-25T20:28:38.139Z[ helios-setup] Feb 25 20:28:37.912 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26862026-02-25T20:28:38.164Z[ helios-setup] Feb 25 20:28:37.912 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26872026-02-25T20:28:38.164Z[ helios-setup] Feb 25 20:28:37.912 INFO ok!
26882026-02-25T20:28:38.164Z[ helios-setup] Feb 25 20:28:37.912 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26892026-02-25T20:28:38.164Z[ helios-setup] Feb 25 20:28:37.912 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26902026-02-25T20:28:38.164Z[ helios-setup] Feb 25 20:28:37.912 INFO ok!
26912026-02-25T20:28:38.164Z[ helios-setup] Feb 25 20:28:37.912 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26922026-02-25T20:28:38.164Z[ helios-setup] Feb 25 20:28:37.912 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26932026-02-25T20:28:38.164Z[ helios-setup] Feb 25 20:28:37.912 INFO ok!
26942026-02-25T20:28:38.164Z[ helios-setup] Feb 25 20:28:37.912 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
26952026-02-25T20:28:38.288Z[ helios-setup] Feb 25 20:28:38.062 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
26962026-02-25T20:28:38.288Z[ helios-setup] Feb 25 20:28:38.062 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26972026-02-25T20:28:38.313Z[ helios-setup] Feb 25 20:28:38.062 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26982026-02-25T20:28:38.571Z[ helios-setup] Feb 25 20:28:38.344 INFO E| Downloading crates ...
26992026-02-25T20:28:38.643Z[ helios-setup] Feb 25 20:28:38.415 INFO E| Downloaded cpufeatures v0.2.5
27002026-02-25T20:28:38.669Z[ helios-setup] Feb 25 20:28:38.418 INFO E| Downloaded unicode-width v0.1.10
27012026-02-25T20:28:38.669Z[ helios-setup] Feb 25 20:28:38.420 INFO E| Downloaded generic-array v0.14.6
27022026-02-25T20:28:38.669Z[ helios-setup] Feb 25 20:28:38.423 INFO E| Downloaded sha2 v0.10.5
27032026-02-25T20:28:38.669Z[ helios-setup] Feb 25 20:28:38.426 INFO E| Downloaded digest v0.10.3
27042026-02-25T20:28:38.669Z[ helios-setup] Feb 25 20:28:38.428 INFO E| Downloaded miniz_oxide v0.6.2
27052026-02-25T20:28:38.670Z[ helios-setup] Feb 25 20:28:38.431 INFO E| Downloaded flate2 v1.0.25
27062026-02-25T20:28:38.670Z[ helios-setup] Feb 25 20:28:38.437 INFO E| Downloaded anyhow v1.0.62
27072026-02-25T20:28:38.670Z[ helios-setup] Feb 25 20:28:38.441 INFO E| Downloaded bytes v1.2.1
27082026-02-25T20:28:38.695Z[ helios-setup] Feb 25 20:28:38.446 INFO E| Downloaded block-buffer v0.10.3
27092026-02-25T20:28:38.695Z[ helios-setup] Feb 25 20:28:38.447 INFO E| Downloaded typenum v1.15.0
27102026-02-25T20:28:38.737Z[ helios-setup] Feb 25 20:28:38.509 INFO E| Compiling typenum v1.15.0
27112026-02-25T20:28:38.737Z[ helios-setup] Feb 25 20:28:38.509 INFO E| Compiling version_check v0.9.4
27122026-02-25T20:28:38.764Z[ helios-setup] Feb 25 20:28:38.509 INFO E| Compiling crc32fast v1.3.2
27132026-02-25T20:28:38.764Z[ helios-setup] Feb 25 20:28:38.509 INFO E| Compiling cfg-if v1.0.0
27142026-02-25T20:28:38.764Z[ helios-setup] Feb 25 20:28:38.510 INFO E| Compiling anyhow v1.0.62
27152026-02-25T20:28:38.764Z[ helios-setup] Feb 25 20:28:38.510 INFO E| Compiling adler v1.0.2
27162026-02-25T20:28:38.764Z[ helios-setup] Feb 25 20:28:38.510 INFO E| Compiling cpufeatures v0.2.5
27172026-02-25T20:28:38.764Z[ helios-setup] Feb 25 20:28:38.510 INFO E| Compiling unicode-width v0.1.10
27182026-02-25T20:28:38.871Z[ helios-setup] Feb 25 20:28:38.645 INFO E| Compiling bytes v1.2.1
27192026-02-25T20:28:38.943Z[ helios-setup] Feb 25 20:28:38.717 INFO E| Compiling miniz_oxide v0.6.2
27202026-02-25T20:28:38.971Z[ helios-setup] Feb 25 20:28:38.744 INFO E| Compiling getopts v0.2.21
27212026-02-25T20:28:39.129Z[ helios-setup] Feb 25 20:28:38.902 INFO E| Compiling bitflags v1.3.2
27222026-02-25T20:28:39.372Z[ helios-setup] Feb 25 20:28:39.146 INFO E| Compiling generic-array v0.14.6
27232026-02-25T20:28:39.873Z[ helios-setup] Feb 25 20:28:39.647 INFO E| Compiling flate2 v1.0.25
27242026-02-25T20:28:42.407Z[ helios-setup] Feb 25 20:28:42.181 INFO E| Compiling crypto-common v0.1.6
27252026-02-25T20:28:42.407Z[ helios-setup] Feb 25 20:28:42.181 INFO E| Compiling block-buffer v0.10.3
27262026-02-25T20:28:42.638Z[ helios-setup] Feb 25 20:28:42.412 INFO E| Compiling digest v0.10.3
27272026-02-25T20:28:43.001Z[ helios-setup] Feb 25 20:28:42.774 INFO E| Compiling sha2 v0.10.5
27282026-02-25T20:28:43.536Z[ helios-setup] Feb 25 20:28:43.309 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27292026-02-25T20:28:47.425Z[ helios-setup] Feb 25 20:28:47.199 INFO E| Finished `release` profile [optimized] target(s) in 9.00s
27302026-02-25T20:28:47.450Z[ helios-setup] Feb 25 20:28:47.214 INFO building project "bootserver" ok (9 seconds)
27312026-02-25T20:28:47.450Z[ helios-setup] Feb 25 20:28:47.214 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
27322026-02-25T20:28:47.577Z[ helios-setup] Feb 25 20:28:47.350 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')"
27332026-02-25T20:28:47.577Z[ helios-setup] Feb 25 20:28:47.351 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27342026-02-25T20:28:47.602Z[ helios-setup] Feb 25 20:28:47.351 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27352026-02-25T20:28:47.931Z[ helios-setup] Feb 25 20:28:47.704 INFO E| Updating crates.io index
27362026-02-25T20:28:47.955Z[ helios-setup] Feb 25 20:28:47.705 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27372026-02-25T20:28:48.116Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27382026-02-25T20:28:48.879Z[ helios-setup] Feb 25 20:28:48.652 INFO E| From https://github.com/oxidecomputer/amd-apcb
27392026-02-25T20:28:48.879Z[ helios-setup] Feb 25 20:28:48.652 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27402026-02-25T20:28:48.963Z[ helios-setup] Feb 25 20:28:48.736 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27412026-02-25T20:28:49.092Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27422026-02-25T20:28:49.801Z[ helios-setup] Feb 25 20:28:49.574 INFO E| From https://github.com/oxidecomputer/amd-efs
27432026-02-25T20:28:49.801Z[ helios-setup] Feb 25 20:28:49.574 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27442026-02-25T20:28:50.066Z[ helios-setup] Feb 25 20:28:49.840 INFO E| Downloading crates ...
27452026-02-25T20:28:50.235Z[ helios-setup] Feb 25 20:28:50.009 INFO E| Downloaded vec_map v0.8.2
27462026-02-25T20:28:50.260Z[ helios-setup] Feb 25 20:28:50.012 INFO E| Downloaded unicode-ident v1.0.18
27472026-02-25T20:28:50.260Z[ helios-setup] Feb 25 20:28:50.018 INFO E| Downloaded thiserror v2.0.12
27482026-02-25T20:28:50.260Z[ helios-setup] Feb 25 20:28:50.028 INFO E| Downloaded structopt v0.3.26
27492026-02-25T20:28:50.284Z[ helios-setup] Feb 25 20:28:50.039 INFO E| Downloaded typenum v1.18.0
27502026-02-25T20:28:50.284Z[ helios-setup] Feb 25 20:28:50.044 INFO E| Downloaded zerocopy-derive v0.8.25
27512026-02-25T20:28:50.284Z[ helios-setup] Feb 25 20:28:50.054 INFO E| Downloaded serde v1.0.219
27522026-02-25T20:28:50.308Z[ helios-setup] Feb 25 20:28:50.059 INFO E| Downloaded pest v2.8.0
27532026-02-25T20:28:50.308Z[ helios-setup] Feb 25 20:28:50.067 INFO E| Downloaded serde_derive v1.0.219
27542026-02-25T20:28:50.308Z[ helios-setup] Feb 25 20:28:50.071 INFO E| Downloaded serde_json v1.0.140
27552026-02-25T20:28:50.310Z[ helios-setup] Feb 25 20:28:50.081 INFO E| Downloaded modular-bitfield-impl v0.13.1
27562026-02-25T20:28:50.334Z[ helios-setup] Feb 25 20:28:50.084 INFO E| Downloaded goblin v0.9.3
27572026-02-25T20:28:50.334Z[ helios-setup] Feb 25 20:28:50.092 INFO E| Downloaded clap v2.34.0
27582026-02-25T20:28:50.334Z[ helios-setup] Feb 25 20:28:50.101 INFO E| Downloaded modular-bitfield-impl v0.11.2
27592026-02-25T20:28:50.334Z[ helios-setup] Feb 25 20:28:50.103 INFO E| Downloaded modular-bitfield v0.13.1
27602026-02-25T20:28:50.404Z[ helios-setup] Feb 25 20:28:50.177 INFO E| Downloaded modular-bitfield v0.11.2
27612026-02-25T20:28:50.430Z[ helios-setup] Feb 25 20:28:50.191 INFO E| Downloaded zerocopy v0.8.25
27622026-02-25T20:28:50.454Z[ helios-setup] Feb 25 20:28:50.223 INFO E| Downloaded syn v2.0.101
27632026-02-25T20:28:50.478Z[ helios-setup] Feb 25 20:28:50.236 INFO E| Downloaded log v0.4.27
27642026-02-25T20:28:50.478Z[ helios-setup] Feb 25 20:28:50.239 INFO E| Downloaded strum_macros v0.27.1
27652026-02-25T20:28:50.478Z[ helios-setup] Feb 25 20:28:50.242 INFO E| Downloaded structopt-derive v0.4.18
27662026-02-25T20:28:50.478Z[ helios-setup] Feb 25 20:28:50.244 INFO E| Downloaded pest_generator v2.8.0
27672026-02-25T20:28:50.479Z[ helios-setup] Feb 25 20:28:50.246 INFO E| Downloaded dyn-clone v1.0.19
27682026-02-25T20:28:50.479Z[ helios-setup] Feb 25 20:28:50.248 INFO E| Downloaded unic-ucd-ident v0.9.0
27692026-02-25T20:28:50.479Z[ helios-setup] Feb 25 20:28:50.250 INFO E| Downloaded textwrap v0.11.0
27702026-02-25T20:28:50.504Z[ helios-setup] Feb 25 20:28:50.252 INFO E| Downloaded strum v0.27.1
27712026-02-25T20:28:50.504Z[ helios-setup] Feb 25 20:28:50.253 INFO E| Downloaded strsim v0.8.0
27722026-02-25T20:28:50.504Z[ helios-setup] Feb 25 20:28:50.255 INFO E| Downloaded ryu v1.0.20
27732026-02-25T20:28:50.504Z[ helios-setup] Feb 25 20:28:50.259 INFO E| Downloaded rustversion v1.0.20
27742026-02-25T20:28:50.504Z[ helios-setup] Feb 25 20:28:50.262 INFO E| Downloaded proc-macro2 v1.0.95
27752026-02-25T20:28:50.504Z[ helios-setup] Feb 25 20:28:50.265 INFO E| Downloaded pest_meta v2.8.0
27762026-02-25T20:28:50.504Z[ helios-setup] Feb 25 20:28:50.267 INFO E| Downloaded parse_int v0.9.0
27772026-02-25T20:28:50.504Z[ helios-setup] Feb 25 20:28:50.268 INFO E| Downloaded itoa v1.0.15
27782026-02-25T20:28:50.504Z[ helios-setup] Feb 25 20:28:50.270 INFO E| Downloaded four-cc v0.4.0
27792026-02-25T20:28:50.504Z[ helios-setup] Feb 25 20:28:50.272 INFO E| Downloaded fletcher v1.0.0
27802026-02-25T20:28:50.504Z[ helios-setup] Feb 25 20:28:50.273 INFO E| Downloaded cpufeatures v0.2.17
27812026-02-25T20:28:50.504Z[ helios-setup] Feb 25 20:28:50.274 INFO E| Downloaded bytesize v2.0.1
27822026-02-25T20:28:50.504Z[ helios-setup] Feb 25 20:28:50.277 INFO E| Downloaded ansi_term v0.12.1
27832026-02-25T20:28:50.529Z[ helios-setup] Feb 25 20:28:50.283 INFO E| Downloaded unic-ucd-version v0.9.0
27842026-02-25T20:28:50.529Z[ helios-setup] Feb 25 20:28:50.283 INFO E| Downloaded unic-common v0.9.0
27852026-02-25T20:28:50.529Z[ helios-setup] Feb 25 20:28:50.283 INFO E| Downloaded unic-char-range v0.9.0
27862026-02-25T20:28:50.529Z[ helios-setup] Feb 25 20:28:50.283 INFO E| Downloaded unic-char-property v0.9.0
27872026-02-25T20:28:50.530Z[ helios-setup] Feb 25 20:28:50.285 INFO E| Downloaded thiserror-impl v2.0.12
27882026-02-25T20:28:50.530Z[ helios-setup] Feb 25 20:28:50.287 INFO E| Downloaded libc v0.2.172
27892026-02-25T20:28:50.554Z[ helios-setup] Feb 25 20:28:50.319 INFO E| Downloaded scroll_derive v0.12.1
27902026-02-25T20:28:50.554Z[ helios-setup] Feb 25 20:28:50.320 INFO E| Downloaded pest_derive v2.8.0
27912026-02-25T20:28:50.642Z[ helios-setup] Feb 25 20:28:50.415 INFO E| Compiling proc-macro2 v1.0.95
27922026-02-25T20:28:50.642Z[ helios-setup] Feb 25 20:28:50.416 INFO E| Compiling unicode-ident v1.0.18
27932026-02-25T20:28:50.667Z[ helios-setup] Feb 25 20:28:50.416 INFO E| Compiling memchr v2.7.4
27942026-02-25T20:28:50.667Z[ helios-setup] Feb 25 20:28:50.416 INFO E| Compiling autocfg v1.4.0
27952026-02-25T20:28:50.667Z[ helios-setup] Feb 25 20:28:50.416 INFO E| Compiling thiserror v2.0.12
27962026-02-25T20:28:50.667Z[ helios-setup] Feb 25 20:28:50.416 INFO E| Compiling serde v1.0.219
27972026-02-25T20:28:50.667Z[ helios-setup] Feb 25 20:28:50.416 INFO E| Compiling syn v1.0.109
27982026-02-25T20:28:50.667Z[ helios-setup] Feb 25 20:28:50.416 INFO E| Compiling version_check v0.9.5
27992026-02-25T20:28:51.004Z[ helios-setup] Feb 25 20:28:50.777 INFO E| Compiling serde_json v1.0.140
28002026-02-25T20:28:51.980Z[ helios-setup] Feb 25 20:28:51.754 INFO E| Compiling itoa v1.0.15
28012026-02-25T20:28:52.148Z[ helios-setup] Feb 25 20:28:51.922 INFO E| Compiling schemars v0.8.22
28022026-02-25T20:28:52.200Z[ helios-setup] Feb 25 20:28:51.972 INFO E| Compiling num-traits v0.2.19
28032026-02-25T20:28:52.474Z[ helios-setup] Feb 25 20:28:52.247 INFO E| Compiling ryu v1.0.20
28042026-02-25T20:28:52.561Z[ helios-setup] Feb 25 20:28:52.335 INFO E| Compiling memoffset v0.9.1
28052026-02-25T20:28:52.647Z[ helios-setup] Feb 25 20:28:52.421 INFO E| Compiling proc-macro-error-attr v1.0.4
28062026-02-25T20:28:53.227Z[ helios-setup] Feb 25 20:28:53.000 INFO E| Compiling dyn-clone v1.0.19
28072026-02-25T20:28:53.473Z[ helios-setup] Feb 25 20:28:53.247 INFO E| Compiling libc v0.2.172
28082026-02-25T20:28:53.499Z[ helios-setup] Feb 25 20:28:53.273 INFO E| Compiling static_assertions v1.1.0
28092026-02-25T20:28:53.531Z[ helios-setup] Feb 25 20:28:53.305 INFO E| Compiling paste v1.0.15
28102026-02-25T20:28:53.601Z[ helios-setup] Feb 25 20:28:53.375 INFO E| Compiling rustversion v1.0.20
28112026-02-25T20:28:53.679Z[ helios-setup] Feb 25 20:28:53.453 INFO E| Compiling ucd-trie v0.1.7
28122026-02-25T20:28:53.914Z[ helios-setup] Feb 25 20:28:53.688 INFO E| Compiling zerocopy v0.8.25
28132026-02-25T20:28:54.185Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28142026-02-25T20:28:54.889Z[ helios-setup] Feb 25 20:28:54.663 INFO E| Compiling proc-macro-error v1.0.4
28152026-02-25T20:28:54.974Z[ helios-setup] Feb 25 20:28:54.748 INFO E| Compiling once_cell v1.21.3
28162026-02-25T20:28:55.353Z[ helios-setup] Feb 25 20:28:55.127 INFO E| Compiling quote v1.0.40
28172026-02-25T20:28:55.620Z[ helios-setup] Feb 25 20:28:55.394 INFO E| Compiling heck v0.5.0
28182026-02-25T20:28:56.238Z[ helios-setup] Feb 25 20:28:56.011 INFO E| Compiling syn v2.0.101
28192026-02-25T20:28:56.268Z[ helios-setup] Feb 25 20:28:56.042 INFO E| Compiling unicode-width v0.1.14
28202026-02-25T20:28:56.509Z[ helios-setup] Feb 25 20:28:56.282 INFO E| Compiling unicode-segmentation v1.12.0
28212026-02-25T20:28:57.028Z[ helios-setup] Feb 25 20:28:56.802 INFO E| Compiling parse_int v0.9.0
28222026-02-25T20:28:57.268Z[ helios-setup] Feb 25 20:28:57.042 INFO E| Compiling heck v0.3.3
28232026-02-25T20:28:57.310Z[ helios-setup] Feb 25 20:28:57.084 INFO E| Compiling textwrap v0.11.0
28242026-02-25T20:28:57.334Z[ helios-setup] Feb 25 20:28:57.093 INFO E| Compiling atty v0.2.14
28252026-02-25T20:28:57.359Z[ helios-setup] Feb 25 20:28:57.129 INFO E| Compiling byteorder v1.5.0
28262026-02-25T20:28:57.501Z[ helios-setup] Feb 25 20:28:57.275 INFO E| Compiling fletcher v1.0.0
28272026-02-25T20:28:57.526Z[ helios-setup] Feb 25 20:28:57.286 INFO E| Compiling vec_map v0.8.2
28282026-02-25T20:28:57.624Z[ helios-setup] Feb 25 20:28:57.398 INFO E| Compiling ansi_term v0.12.1
28292026-02-25T20:28:57.649Z[ helios-setup] Feb 25 20:28:57.412 INFO E| Compiling bitflags v1.3.2
28302026-02-25T20:28:57.754Z[ helios-setup] Feb 25 20:28:57.528 INFO E| Compiling strsim v0.8.0
28312026-02-25T20:28:57.871Z[ helios-setup] Feb 25 20:28:57.643 INFO E| Compiling unic-common v0.9.0
28322026-02-25T20:28:57.898Z[ helios-setup] Feb 25 20:28:57.672 INFO E| Compiling strum v0.27.1
28332026-02-25T20:28:57.938Z[ helios-setup] Feb 25 20:28:57.711 INFO E| Compiling unic-char-range v0.9.0
28342026-02-25T20:28:58.056Z[ helios-setup] Feb 25 20:28:57.830 INFO E| Compiling log v0.4.27
28352026-02-25T20:28:58.114Z[ helios-setup] Feb 25 20:28:57.888 INFO E| Compiling unic-char-property v0.9.0
28362026-02-25T20:28:58.164Z[ helios-setup] Feb 25 20:28:57.937 INFO E| Compiling unic-ucd-version v0.9.0
28372026-02-25T20:28:58.164Z[ helios-setup] Feb 25 20:28:57.937 INFO E| Compiling clap v2.34.0
28382026-02-25T20:28:58.407Z[ helios-setup] Feb 25 20:28:58.180 INFO E| Compiling plain v0.2.3
28392026-02-25T20:28:58.432Z[ helios-setup] Feb 25 20:28:58.180 INFO E| Compiling lazy_static v1.5.0
28402026-02-25T20:28:58.514Z[ helios-setup] Feb 25 20:28:58.287 INFO E| Compiling unic-ucd-ident v0.9.0
28412026-02-25T20:28:58.681Z[ helios-setup] Feb 25 20:28:58.455 INFO E| Compiling bytesize v2.0.1
28422026-02-25T20:29:03.716Z[ helios-setup] Feb 25 20:29:03.490 INFO E| Compiling modular-bitfield-impl v0.11.2
28432026-02-25T20:29:03.741Z[ helios-setup] Feb 25 20:29:03.490 INFO E| Compiling structopt-derive v0.4.18
28442026-02-25T20:29:03.895Z[ helios-setup] Feb 25 20:29:03.668 INFO E| Compiling serde_derive_internals v0.29.1
28452026-02-25T20:29:05.744Z[ helios-setup] Feb 25 20:29:05.517 INFO E| Compiling thiserror-impl v2.0.12
28462026-02-25T20:29:05.744Z[ helios-setup] Feb 25 20:29:05.517 INFO E| Compiling serde_derive v1.0.219
28472026-02-25T20:29:05.768Z[ helios-setup] Feb 25 20:29:05.517 INFO E| Compiling schemars_derive v0.8.22
28482026-02-25T20:29:05.768Z[ helios-setup] Feb 25 20:29:05.518 INFO E| Compiling zerocopy-derive v0.8.25
28492026-02-25T20:29:05.768Z[ helios-setup] Feb 25 20:29:05.518 INFO E| Compiling num-derive v0.4.2
28502026-02-25T20:29:05.924Z[ helios-setup] Feb 25 20:29:05.698 INFO E| Compiling modular-bitfield-impl v0.13.1
28512026-02-25T20:29:05.948Z[ helios-setup] Feb 25 20:29:05.709 INFO E| Compiling modular-bitfield v0.11.2
28522026-02-25T20:29:06.101Z[ helios-setup] Feb 25 20:29:05.875 INFO E| Compiling strum_macros v0.27.1
28532026-02-25T20:29:06.798Z[ helios-setup] Feb 25 20:29:06.572 INFO E| Compiling scroll_derive v0.12.1
28542026-02-25T20:29:07.848Z[ helios-setup] Feb 25 20:29:07.622 INFO E| Compiling structopt v0.3.26
28552026-02-25T20:29:08.445Z[ helios-setup] Feb 25 20:29:08.219 INFO E| Compiling scroll v0.12.0
28562026-02-25T20:29:08.648Z[ helios-setup] Feb 25 20:29:08.421 INFO E| Compiling modular-bitfield v0.13.1
28572026-02-25T20:29:08.897Z[ helios-setup] Feb 25 20:29:08.671 INFO E| Compiling pest v2.8.0
28582026-02-25T20:29:09.264Z[ helios-setup] Feb 25 20:29:09.038 INFO E| Compiling goblin v0.9.3
28592026-02-25T20:29:12.891Z[ helios-setup] Feb 25 20:29:12.664 INFO E| Compiling pest_meta v2.8.0
28602026-02-25T20:29:14.575Z[ helios-setup] Feb 25 20:29:14.349 INFO E| Compiling pest_generator v2.8.0
28612026-02-25T20:29:17.014Z[ helios-setup] Feb 25 20:29:16.788 INFO E| Compiling pest_derive v2.8.0
28622026-02-25T20:29:19.210Z[ helios-setup] Feb 25 20:29:18.984 INFO E| Compiling json5 v0.4.1
28632026-02-25T20:29:21.176Z[ omicron-package] Finished `release` profile [optimized] target(s) in 2m 03s
28642026-02-25T20:29:21.467Z[ omicron-package]
28652026-02-25T20:29:21.467Z[ omicron-package] real 2:04.144815051
28662026-02-25T20:29:21.467Z[ omicron-package] user 8:42.318935137
28672026-02-25T20:29:21.491Z[ omicron-package] sys 38.467188112
28682026-02-25T20:29:21.491Z[ omicron-package] trap 1.071391270
28692026-02-25T20:29:21.491Z[ omicron-package] tflt 1.014896613
28702026-02-25T20:29:21.491Z[ omicron-package] dflt 1.844645364
28712026-02-25T20:29:21.491Z[ omicron-package] kflt 0.000208500
28722026-02-25T20:29:21.491Z[ omicron-package] lock 28:10.945755160
28732026-02-25T20:29:21.491Z[ omicron-package] slp 31:51.621703671
28742026-02-25T20:29:21.491Z[ omicron-package] lat 4:36.677243457
28752026-02-25T20:29:21.491Z[ omicron-package] stop 1:37.246526381
28762026-02-25T20:29:21.492ZFeb 25 20:29:21.242 INFO [omicron-package] process exited with exit status: 0 (124.225716573s)
28772026-02-25T20:29:21.492ZFeb 25 20:29:21.243 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28782026-02-25T20:29:21.492ZFeb 25 20:29:21.243 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28792026-02-25T20:29:21.516Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28802026-02-25T20:29:21.516Z[ recovery-target] Created new build target 'recovery' and set it as active
28812026-02-25T20:29:21.516Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28822026-02-25T20:29:21.516Z[ host-target] Created new build target 'host' and set it as active
28832026-02-25T20:29:21.516ZFeb 25 20:29:21.274 INFO [recovery-target] process exited with exit status: 0 (30.721944ms)
28842026-02-25T20:29:21.516ZFeb 25 20:29:21.277 INFO [host-target] process exited with exit status: 0 (34.758037ms)
28852026-02-25T20:29:21.516ZFeb 25 20:29:21.278 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28862026-02-25T20:29:21.541Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28872026-02-25T20:29:22.458Z[ helios-setup] Feb 25 20:29:22.232 INFO E| Compiling four-cc v0.4.0
28882026-02-25T20:29:22.458Z[ helios-setup] Feb 25 20:29:22.232 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28892026-02-25T20:29:22.675Z[ helios-setup] Feb 25 20:29:22.449 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28902026-02-25T20:29:25.144Z[ host-package] Compiling ring v0.17.14
28912026-02-25T20:29:25.311Z[ host-package] Compiling convert_case v0.4.0
28922026-02-25T20:29:25.311Z[ host-package] Compiling progenitor-impl v0.10.0
28932026-02-25T20:29:25.336Z[ host-package] Compiling is-terminal v0.4.13
28942026-02-25T20:29:25.336Z[ host-package] Compiling thread_local v1.1.8
28952026-02-25T20:29:25.336Z[ host-package] Compiling match_cfg v0.1.0
28962026-02-25T20:29:25.682Z[ host-package] Compiling bytecount v0.6.8
28972026-02-25T20:29:25.862Z[ host-package] Compiling hostname v0.3.1
28982026-02-25T20:29:26.028Z[ host-package] Compiling derive_more v0.99.20
28992026-02-25T20:29:26.146Z[ host-package] Compiling multer v3.1.0
29002026-02-25T20:29:26.225Z[ host-package] Compiling slog-async v2.8.0
29012026-02-25T20:29:26.290Z[ host-package] Compiling password-hash v0.5.0
29022026-02-25T20:29:26.352Z[ host-package] Compiling blake2 v0.10.6
29032026-02-25T20:29:26.417Z[ host-package] Compiling crossbeam-channel v0.5.15
29042026-02-25T20:29:27.795Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
29052026-02-25T20:29:27.861Z[ host-package] Compiling slog-json v2.6.1
29062026-02-25T20:29:28.429Z[ host-package] Compiling futures-executor v0.3.31
29072026-02-25T20:29:28.927Z[ host-package] Compiling serde_spanned v1.0.4
29082026-02-25T20:29:29.031Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
29092026-02-25T20:29:29.262Z[ host-package] Compiling swrite v0.1.0
29102026-02-25T20:29:29.302Z[ host-package] Compiling take_mut v0.2.2
29112026-02-25T20:29:29.501Z[ host-package] Compiling unicode-width v0.1.14
29122026-02-25T20:29:29.553Z[ host-package] Compiling term v1.1.0
29132026-02-25T20:29:29.767Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
29142026-02-25T20:29:30.174Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
29152026-02-25T20:29:30.291Z[ host-package] Compiling tabwriter v1.4.0
29162026-02-25T20:29:30.750Z[ host-package] Compiling slog-term v2.9.2
29172026-02-25T20:29:31.008Z[ host-package] Compiling rustls v0.23.19
29182026-02-25T20:29:31.075Z[ host-package] Compiling rustls v0.22.4
29192026-02-25T20:29:31.505Z[ host-package] Compiling progenitor-macro v0.10.0
29202026-02-25T20:29:31.862Z[ host-package] Compiling futures v0.3.31
29212026-02-25T20:29:32.040Z[ host-package] Compiling slog-bunyan v2.5.0
29222026-02-25T20:29:32.087Z[ host-package] Compiling argon2 v0.5.3
29232026-02-25T20:29:32.369Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29242026-02-25T20:29:33.050Z[ host-package] Compiling dropshot v0.16.7
29252026-02-25T20:29:33.146Z[ host-package] Compiling async-stream v0.3.6
29262026-02-25T20:29:33.215Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
29272026-02-25T20:29:33.571Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
29282026-02-25T20:29:33.611Z[ host-package] Compiling universal-hash v0.5.1
29292026-02-25T20:29:33.941Z[ host-package] Compiling rustls-webpki v0.102.8
29302026-02-25T20:29:34.301Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29312026-02-25T20:29:34.616Z[ host-package] Compiling waitgroup v0.1.2
29322026-02-25T20:29:34.922Z[ host-package] Compiling rustls-pemfile v2.2.0
29332026-02-25T20:29:35.769Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
29342026-02-25T20:29:36.288Z[ host-package] Compiling serde_path_to_error v0.1.20
29352026-02-25T20:29:36.837Z[ host-package] Compiling hostname v0.4.2
29362026-02-25T20:29:37.112Z[ host-package] Compiling instant v0.1.13
29372026-02-25T20:29:37.206Z[ host-package] Compiling opaque-debug v0.3.1
29382026-02-25T20:29:37.364Z[ host-package] Compiling debug-ignore v1.0.5
29392026-02-25T20:29:37.424Z[ host-package] Compiling colored v3.0.0
29402026-02-25T20:29:37.596Z[ host-package] Compiling poly1305 v0.8.0
29412026-02-25T20:29:38.083Z[ host-package] Compiling thiserror-no-std v2.0.2
29422026-02-25T20:29:38.396Z[ host-package] Compiling backoff v0.4.0
29432026-02-25T20:29:38.528Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29442026-02-25T20:29:38.884Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
29452026-02-25T20:29:39.374Z[ host-package] Compiling parse-display v0.10.0
29462026-02-25T20:29:40.107Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29472026-02-25T20:29:40.152Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29482026-02-25T20:29:40.458Z[ host-package] Compiling tokio-rustls v0.25.0
29492026-02-25T20:29:41.692Z[ host-package] Compiling chacha20 v0.9.1
29502026-02-25T20:29:42.464Z[ host-package] Compiling aead v0.5.2
29512026-02-25T20:29:42.908Z[ host-package] Compiling tokio-rustls v0.26.0
29522026-02-25T20:29:43.514Z[ host-package] Compiling hyper-rustls v0.27.7
29532026-02-25T20:29:44.344Z[ host-package] Compiling reqwest v0.12.24
29542026-02-25T20:29:47.161Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
29552026-02-25T20:29:48.712Z[ host-package] Compiling progenitor-client v0.11.2
29562026-02-25T20:29:49.191Z[ host-package] Compiling progenitor-client v0.10.0
29572026-02-25T20:29:49.394Z[ host-package] Compiling progenitor v0.11.2
29582026-02-25T20:29:49.822Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
29592026-02-25T20:29:49.977Z[ host-package] Compiling macaddr v1.0.1
29602026-02-25T20:29:50.709Z[ host-package] Compiling derive-where v1.5.0
29612026-02-25T20:29:53.990Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29622026-02-25T20:29:56.144Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29632026-02-25T20:29:56.333Z[ host-package] Compiling chacha20poly1305 v0.10.1
29642026-02-25T20:29:56.660Z[ host-package] Compiling vsss-rs v3.3.4
29652026-02-25T20:29:57.074Z[ host-package] Compiling num-rational v0.4.2
29662026-02-25T20:30:01.259Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29672026-02-25T20:30:02.273Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29682026-02-25T20:30:03.741Z[ host-package] Compiling progenitor v0.10.0
29692026-02-25T20:30:03.818Z[ helios-setup] Feb 25 20:30:03.593 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29702026-02-25T20:30:04.081Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29712026-02-25T20:30:04.806Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29722026-02-25T20:30:05.004Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29732026-02-25T20:30:08.208Z[ host-package] Compiling num-complex v0.4.6
29742026-02-25T20:30:10.041Z[ host-package] Compiling num v0.4.3
29752026-02-25T20:30:10.239Z[ host-package] Compiling console v0.15.10
29762026-02-25T20:30:11.486Z[ host-package] Compiling float-ord v0.3.2
29772026-02-25T20:30:12.269Z[ host-package] Compiling toml v0.8.23
29782026-02-25T20:30:13.062Z[ helios-setup] Feb 25 20:30:12.837 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29792026-02-25T20:30:13.801Z[ host-package] Compiling newline-converter v0.3.0
29802026-02-25T20:30:14.005Z[ host-package] Compiling atomicwrites v0.4.4
29812026-02-25T20:30:14.128Z[ host-package] Compiling prettyplease v0.2.36
29822026-02-25T20:30:14.217Z[ host-package] Compiling slog-dtrace v0.3.0
29832026-02-25T20:30:14.762Z[ host-package] Compiling expectorate v1.2.0
29842026-02-25T20:30:19.134Z[ host-package] Compiling owo-colors v4.2.3
29852026-02-25T20:30:19.790Z[ host-package] Compiling cancel-safe-futures v0.1.5
29862026-02-25T20:30:22.279Z[ host-package] Compiling resolv-conf v0.7.0
29872026-02-25T20:30:24.146Z[ host-package] Compiling libsw-core v0.3.1
29882026-02-25T20:30:24.651Z[ host-package] Compiling libsw v3.5.0
29892026-02-25T20:30:28.405Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29902026-02-25T20:30:28.633Z[ host-package] Compiling linear-map v1.2.0
29912026-02-25T20:30:28.734Z[ host-package] Compiling linked-hash-map v0.5.6
29922026-02-25T20:30:29.321Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29932026-02-25T20:30:29.418Z[ host-package] Compiling lru-cache v0.1.2
29942026-02-25T20:30:29.750Z[ host-package] Compiling unicode-xid v0.2.6
29952026-02-25T20:30:30.080Z[ host-package] Compiling hickory-proto v0.24.4
29962026-02-25T20:30:34.002Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29972026-02-25T20:30:35.975Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29982026-02-25T20:30:38.533Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29992026-02-25T20:30:39.446Z[ host-package] Compiling hickory-resolver v0.24.4
30002026-02-25T20:30:40.399Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30012026-02-25T20:30:41.989Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30022026-02-25T20:30:44.498Z[ helios-setup] Feb 25 20:30:44.273 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
30032026-02-25T20:30:44.548Z[ helios-setup] Feb 25 20:30:44.323 INFO building project "amd-host-image-builder" ok (116 seconds)
30042026-02-25T20:30:44.548Z[ helios-setup] Feb 25 20:30:44.323 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
30052026-02-25T20:30:44.664Z[ helios-setup] Feb 25 20:30:44.438 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
30062026-02-25T20:30:44.664Z[ helios-setup] Feb 25 20:30:44.438 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30072026-02-25T20:30:44.690Z[ helios-setup] Feb 25 20:30:44.439 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30082026-02-25T20:30:44.970Z[ helios-setup] Feb 25 20:30:44.745 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30092026-02-25T20:30:45.511Z[ helios-setup] Feb 25 20:30:45.286 INFO E| From https://github.com/jclulow/rust-jmclib
30102026-02-25T20:30:45.512Z[ helios-setup] Feb 25 20:30:45.286 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30112026-02-25T20:30:45.565Z[ helios-setup] Feb 25 20:30:45.340 INFO E| Updating crates.io index
30122026-02-25T20:30:45.692Z[ helios-setup] Feb 25 20:30:45.467 INFO E| Downloading crates ...
30132026-02-25T20:30:45.840Z[ helios-setup] Feb 25 20:30:45.614 INFO E| Downloaded itoa v1.0.9
30142026-02-25T20:30:45.864Z[ helios-setup] Feb 25 20:30:45.617 INFO E| Downloaded block-buffer v0.9.0
30152026-02-25T20:30:45.892Z[ helios-setup] Feb 25 20:30:45.661 INFO E| Downloaded ryu v1.0.15
30162026-02-25T20:30:45.917Z[ helios-setup] Feb 25 20:30:45.673 INFO E| Downloaded walkdir v2.3.3
30172026-02-25T20:30:45.917Z[ helios-setup] Feb 25 20:30:45.677 INFO E| Downloaded uuid v0.8.2
30182026-02-25T20:30:45.917Z[ helios-setup] Feb 25 20:30:45.691 INFO E| Downloaded serde_derive v1.0.193
30192026-02-25T20:30:45.942Z[ helios-setup] Feb 25 20:30:45.695 INFO E| Downloaded serde v1.0.193
30202026-02-25T20:30:45.967Z[ helios-setup] Feb 25 20:30:45.717 INFO E| Downloaded getrandom v0.2.10
30212026-02-25T20:30:45.967Z[ helios-setup] Feb 25 20:30:45.722 INFO E| Downloaded syn v2.0.32
30222026-02-25T20:30:45.967Z[ helios-setup] Feb 25 20:30:45.735 INFO E| Downloaded unicode-ident v1.0.11
30232026-02-25T20:30:45.967Z[ helios-setup] Feb 25 20:30:45.740 INFO E| Downloaded typenum v1.16.0
30242026-02-25T20:30:45.992Z[ helios-setup] Feb 25 20:30:45.743 INFO E| Downloaded toml v0.5.11
30252026-02-25T20:30:45.992Z[ helios-setup] Feb 25 20:30:45.747 INFO E| Downloaded serde_json v1.0.103
30262026-02-25T20:30:45.992Z[ helios-setup] Feb 25 20:30:45.755 INFO E| Downloaded tempfile v3.7.0
30272026-02-25T20:30:45.992Z[ helios-setup] Feb 25 20:30:45.758 INFO E| Downloaded quote v1.0.31
30282026-02-25T20:30:45.993Z[ helios-setup] Feb 25 20:30:45.761 INFO E| Downloaded proc-macro2 v1.0.66
30292026-02-25T20:30:45.993Z[ helios-setup] Feb 25 20:30:45.764 INFO E| Downloaded once_cell v1.18.0
30302026-02-25T20:30:46.019Z[ helios-setup] Feb 25 20:30:45.784 INFO E| Downloaded glob v0.3.1
30312026-02-25T20:30:46.019Z[ helios-setup] Feb 25 20:30:45.786 INFO E| Downloaded anyhow v1.0.72
30322026-02-25T20:30:46.019Z[ helios-setup] Feb 25 20:30:45.791 INFO E| Downloaded sha-1 v0.9.8
30332026-02-25T20:30:46.044Z[ helios-setup] Feb 25 20:30:45.795 INFO E| Downloaded md-5 v0.9.1
30342026-02-25T20:30:46.044Z[ helios-setup] Feb 25 20:30:45.797 INFO E| Downloaded libdevinfo-sys v1.0.0
30352026-02-25T20:30:46.044Z[ helios-setup] Feb 25 20:30:45.798 INFO E| Downloaded errno v0.3.1
30362026-02-25T20:30:46.044Z[ helios-setup] Feb 25 20:30:45.800 INFO E| Downloaded rustix v0.38.4
30372026-02-25T20:30:46.069Z[ helios-setup] Feb 25 20:30:45.829 INFO E| Downloaded digest v0.9.0
30382026-02-25T20:30:46.069Z[ helios-setup] Feb 25 20:30:45.831 INFO E| Downloaded cpufeatures v0.2.9
30392026-02-25T20:30:46.069Z[ helios-setup] Feb 25 20:30:45.833 INFO E| Downloaded opaque-debug v0.3.0
30402026-02-25T20:30:46.069Z[ helios-setup] Feb 25 20:30:45.834 INFO E| Downloaded fastrand v2.0.0
30412026-02-25T20:30:46.069Z[ helios-setup] Feb 25 20:30:45.836 INFO E| Downloaded bitflags v2.3.3
30422026-02-25T20:30:46.094Z[ helios-setup] Feb 25 20:30:45.857 INFO E| Downloaded libc v0.2.147
30432026-02-25T20:30:46.203Z[ helios-setup] Feb 25 20:30:45.978 INFO E| Compiling libc v0.2.147
30442026-02-25T20:30:46.203Z[ helios-setup] Feb 25 20:30:45.978 INFO E| Compiling proc-macro2 v1.0.66
30452026-02-25T20:30:46.203Z[ helios-setup] Feb 25 20:30:45.978 INFO E| Compiling unicode-ident v1.0.11
30462026-02-25T20:30:46.228Z[ helios-setup] Feb 25 20:30:45.978 INFO E| Compiling cfg-if v1.0.0
30472026-02-25T20:30:46.228Z[ helios-setup] Feb 25 20:30:45.978 INFO E| Compiling typenum v1.16.0
30482026-02-25T20:30:46.228Z[ helios-setup] Feb 25 20:30:45.978 INFO E| Compiling version_check v0.9.4
30492026-02-25T20:30:46.228Z[ helios-setup] Feb 25 20:30:45.979 INFO E| Compiling serde v1.0.193
30502026-02-25T20:30:46.228Z[ helios-setup] Feb 25 20:30:45.979 INFO E| Compiling itoa v1.0.9
30512026-02-25T20:30:46.659Z[ helios-setup] Feb 25 20:30:46.434 INFO E| Compiling slog v2.7.0
30522026-02-25T20:30:46.984Z[ helios-setup] Feb 25 20:30:46.759 INFO E| Compiling powerfmt v0.2.0
30532026-02-25T20:30:47.251Z[ helios-setup] Feb 25 20:30:47.026 INFO E| Compiling generic-array v0.14.7
30542026-02-25T20:30:47.394Z[ helios-setup] Feb 25 20:30:47.169 INFO E| Compiling num-conv v0.1.0
30552026-02-25T20:30:47.911Z[ helios-setup] Feb 25 20:30:47.686 INFO E| Compiling time-core v0.1.2
30562026-02-25T20:30:47.967Z[ helios-setup] Feb 25 20:30:47.742 INFO E| Compiling rustix v0.38.4
30572026-02-25T20:30:48.232Z[ helios-setup] Feb 25 20:30:48.007 INFO E| Compiling deranged v0.3.11
30582026-02-25T20:30:48.264Z[ helios-setup] Feb 25 20:30:48.038 INFO E| Compiling bitflags v2.3.3
30592026-02-25T20:30:48.433Z[ helios-setup] Feb 25 20:30:48.208 INFO E| Compiling num_threads v0.1.6
30602026-02-25T20:30:48.724Z[ helios-setup] Feb 25 20:30:48.498 INFO E| Compiling time-macros v0.2.18
30612026-02-25T20:30:48.784Z[ helios-setup] Feb 25 20:30:48.559 INFO E| Compiling once_cell v1.18.0
30622026-02-25T20:30:49.004Z[ helios-setup] Feb 25 20:30:48.779 INFO E| Compiling quote v1.0.31
30632026-02-25T20:30:49.981Z[ helios-setup] Feb 25 20:30:49.756 INFO E| Compiling syn v2.0.32
30642026-02-25T20:30:50.097Z[ helios-setup] Feb 25 20:30:49.872 INFO E| Compiling thread_local v1.1.7
30652026-02-25T20:30:50.160Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30662026-02-25T20:30:50.262Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30672026-02-25T20:30:50.286Z[ helios-setup] Feb 25 20:30:50.056 INFO E| Compiling serde_json v1.0.103
30682026-02-25T20:30:51.129Z[ helios-setup] Feb 25 20:30:50.903 INFO E| Compiling dirs-sys-next v0.1.2
30692026-02-25T20:30:51.354Z[ helios-setup] Feb 25 20:30:51.130 INFO E| Compiling errno v0.3.1
30702026-02-25T20:30:51.887Z[ helios-setup] Feb 25 20:30:51.662 INFO E| Compiling dirs-next v2.0.0
30712026-02-25T20:30:52.032Z[ helios-setup] Feb 25 20:30:51.808 INFO E| Compiling atty v0.2.14
30722026-02-25T20:30:52.057Z[ helios-setup] Feb 25 20:30:51.815 INFO E| Compiling anyhow v1.0.72
30732026-02-25T20:30:52.371Z[ helios-setup] Feb 25 20:30:52.146 INFO E| Compiling term v0.7.0
30742026-02-25T20:30:52.711Z[ helios-setup] Feb 25 20:30:52.485 INFO E| Compiling opaque-debug v0.3.0
30752026-02-25T20:30:52.761Z[ helios-setup] Feb 25 20:30:52.535 INFO E| Compiling fastrand v2.0.0
30762026-02-25T20:30:53.002Z[ helios-setup] Feb 25 20:30:52.777 INFO E| Compiling getrandom v0.2.10
30772026-02-25T20:30:53.364Z[ helios-setup] Feb 25 20:30:53.139 INFO E| Compiling digest v0.9.0
30782026-02-25T20:30:53.491Z[ helios-setup] Feb 25 20:30:53.266 INFO E| Compiling block-buffer v0.9.0
30792026-02-25T20:30:53.827Z[ helios-setup] Feb 25 20:30:53.603 INFO E| Compiling time v0.3.36
30802026-02-25T20:30:53.852Z[ helios-setup] Feb 25 20:30:53.610 INFO E| Compiling ryu v1.0.15
30812026-02-25T20:30:53.937Z[ helios-setup] Feb 25 20:30:53.712 INFO E| Compiling cpufeatures v0.2.9
30822026-02-25T20:30:54.177Z[ helios-setup] Feb 25 20:30:53.952 INFO E| Compiling unicode-width v0.1.10
30832026-02-25T20:30:54.225Z[ helios-setup] Feb 25 20:30:54.000 INFO E| Compiling same-file v1.0.6
30842026-02-25T20:30:54.663Z[ helios-setup] Feb 25 20:30:54.437 INFO E| Compiling tempfile v3.7.0
30852026-02-25T20:30:54.814Z[ helios-setup] Feb 25 20:30:54.590 INFO E| Compiling walkdir v2.3.3
30862026-02-25T20:30:54.904Z[ helios-setup] Feb 25 20:30:54.679 INFO E| Compiling getopts v0.2.21
30872026-02-25T20:30:55.276Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30882026-02-25T20:30:55.415Z[ helios-setup] Feb 25 20:30:55.190 INFO E| Compiling sha-1 v0.9.8
30892026-02-25T20:30:55.683Z[ helios-setup] Feb 25 20:30:55.458 INFO E| Compiling md-5 v0.9.1
30902026-02-25T20:30:56.290Z[ helios-setup] Feb 25 20:30:56.065 INFO E| Compiling libdevinfo-sys v1.0.0
30912026-02-25T20:30:56.371Z[ helios-setup] Feb 25 20:30:56.146 INFO E| Compiling glob v0.3.1
30922026-02-25T20:30:57.844Z[ helios-setup] Feb 25 20:30:57.619 INFO E| Compiling slog-term v2.9.0
30932026-02-25T20:30:58.176Z[ helios-setup] Feb 25 20:30:57.950 INFO E| Compiling serde_derive v1.0.193
30942026-02-25T20:30:58.833Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30952026-02-25T20:31:00.177Z[ host-package] Compiling convert_case v0.7.1
30962026-02-25T20:31:00.983Z[ host-package] Compiling derive_more-impl v2.0.1
30972026-02-25T20:31:03.201Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30982026-02-25T20:31:06.554Z[ host-package] Compiling qorb v0.4.1
30992026-02-25T20:31:08.215Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31002026-02-25T20:31:09.323Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31012026-02-25T20:31:09.959Z[ helios-setup] Feb 25 20:31:09.734 INFO E| Compiling toml v0.5.11
31022026-02-25T20:31:09.959Z[ helios-setup] Feb 25 20:31:09.734 INFO E| Compiling uuid v0.8.2
31032026-02-25T20:31:10.482Z[ host-package] Compiling derive_more v2.0.1
31042026-02-25T20:31:10.813Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31052026-02-25T20:31:11.478Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31062026-02-25T20:31:11.937Z[ host-package] Compiling vte_generate_state_changes v0.1.2
31072026-02-25T20:31:12.300Z[ helios-setup] Feb 25 20:31:12.076 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31082026-02-25T20:31:12.889Z[ host-package] Compiling siphasher v1.0.1
31092026-02-25T20:31:13.766Z[ host-package] Compiling termtree v0.5.1
31102026-02-25T20:31:13.892Z[ helios-setup] Feb 25 20:31:13.667 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31112026-02-25T20:31:14.197Z[ host-package] Compiling phf_shared v0.12.1
31122026-02-25T20:31:14.931Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31132026-02-25T20:31:15.460Z[ host-package] Compiling vte v0.11.1
31142026-02-25T20:31:15.893Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31152026-02-25T20:31:16.655Z[ host-package] Compiling crossterm v0.29.0
31162026-02-25T20:31:18.271Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31172026-02-25T20:31:25.551Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31182026-02-25T20:31:25.680Z[ helios-setup] Feb 25 20:31:25.455 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.88s
31192026-02-25T20:31:25.708Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31202026-02-25T20:31:25.733Z[ helios-setup] Feb 25 20:31:25.488 INFO building project "image-builder" ok (41 seconds)
31212026-02-25T20:31:25.733Z[ helios-setup] Feb 25 20:31:25.488 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31222026-02-25T20:31:25.893Z[ helios-setup] Feb 25 20:31:25.650 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
31232026-02-25T20:31:25.893Z[ helios-setup] Feb 25 20:31:25.650 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31242026-02-25T20:31:25.893Z[ helios-setup] Feb 25 20:31:25.650 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31252026-02-25T20:31:26.385Z[ helios-setup] Feb 25 20:31:26.160 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31262026-02-25T20:31:26.801Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31272026-02-25T20:31:27.054Z[ helios-setup] Feb 25 20:31:26.830 INFO E| From https://github.com/jclulow/hiercmd
31282026-02-25T20:31:27.054Z[ helios-setup] Feb 25 20:31:26.830 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
31292026-02-25T20:31:27.087Z[ helios-setup] Feb 25 20:31:26.862 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
31302026-02-25T20:31:27.629Z[ helios-setup] Feb 25 20:31:27.405 INFO E| From https://github.com/oxidecomputer/network-interface
31312026-02-25T20:31:27.655Z[ helios-setup] Feb 25 20:31:27.405 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31322026-02-25T20:31:27.687Z[ helios-setup] Feb 25 20:31:27.462 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31332026-02-25T20:31:27.901Z[ host-package] Compiling csv-core v0.1.11
31342026-02-25T20:31:28.297Z[ helios-setup] Feb 25 20:31:28.072 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31352026-02-25T20:31:28.297Z[ helios-setup] Feb 25 20:31:28.072 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31362026-02-25T20:31:28.333Z[ helios-setup] Feb 25 20:31:28.108 INFO E| Updating crates.io index
31372026-02-25T20:31:28.510Z[ helios-setup] Feb 25 20:31:28.285 INFO E| Downloading crates ...
31382026-02-25T20:31:28.665Z[ helios-setup] Feb 25 20:31:28.440 INFO E| Downloaded num_enum_derive v0.7.5
31392026-02-25T20:31:28.690Z[ helios-setup] Feb 25 20:31:28.443 INFO E| Downloaded memchr v2.7.6
31402026-02-25T20:31:28.716Z[ helios-setup] Feb 25 20:31:28.469 INFO E| Downloaded is-terminal v0.4.17
31412026-02-25T20:31:28.716Z[ helios-setup] Feb 25 20:31:28.472 INFO E| Downloaded quote v1.0.41
31422026-02-25T20:31:28.717Z[ helios-setup] Feb 25 20:31:28.478 INFO E| Downloaded tls_codec v0.4.2
31432026-02-25T20:31:28.717Z[ helios-setup] Feb 25 20:31:28.482 INFO E| Downloaded proc-macro-crate v3.4.0
31442026-02-25T20:31:28.717Z[ helios-setup] Feb 25 20:31:28.485 INFO E| Downloaded uuid v1.18.1
31452026-02-25T20:31:28.742Z[ helios-setup] Feb 25 20:31:28.502 INFO E| Downloaded zeroize v1.8.2
31462026-02-25T20:31:28.742Z[ helios-setup] Feb 25 20:31:28.508 INFO E| Downloaded typenum v1.19.0
31472026-02-25T20:31:28.767Z[ helios-setup] Feb 25 20:31:28.519 INFO E| Downloaded indexmap v2.12.0
31482026-02-25T20:31:28.767Z[ helios-setup] Feb 25 20:31:28.530 INFO E| Downloaded unicode-ident v1.0.22
31492026-02-25T20:31:28.767Z[ helios-setup] Feb 25 20:31:28.537 INFO E| Downloaded time v0.3.44
31502026-02-25T20:31:28.793Z[ helios-setup] Feb 25 20:31:28.554 INFO E| Downloaded serde_json v1.0.145
31512026-02-25T20:31:28.818Z[ helios-setup] Feb 25 20:31:28.572 INFO E| Downloaded libm v0.2.15
31522026-02-25T20:31:28.818Z[ helios-setup] Feb 25 20:31:28.586 INFO E| Downloaded chrono v0.4.42
31532026-02-25T20:31:28.843Z[ helios-setup] Feb 25 20:31:28.596 INFO E| Downloaded unicode-width v0.2.2
31542026-02-25T20:31:28.843Z[ helios-setup] Feb 25 20:31:28.605 INFO E| Downloaded syn v2.0.108
31552026-02-25T20:31:28.869Z[ helios-setup] Feb 25 20:31:28.620 INFO E| Downloaded hashbrown v0.16.0
31562026-02-25T20:31:28.869Z[ helios-setup] Feb 25 20:31:28.627 INFO E| Downloaded bytes v1.10.1
31572026-02-25T20:31:28.869Z[ helios-setup] Feb 25 20:31:28.633 INFO E| Downloaded iddqd v0.3.14
31582026-02-25T20:31:28.869Z[ helios-setup] Feb 25 20:31:28.641 INFO E| Downloaded clap_builder v4.5.51
31592026-02-25T20:31:28.894Z[ helios-setup] Feb 25 20:31:28.650 INFO E| Downloaded bitflags v2.10.0
31602026-02-25T20:31:28.894Z[ helios-setup] Feb 25 20:31:28.656 INFO E| Downloaded winnow v0.7.13
31612026-02-25T20:31:28.894Z[ helios-setup] Feb 25 20:31:28.668 INFO E| Downloaded libc v0.2.177
31622026-02-25T20:31:28.924Z[ helios-setup] Feb 25 20:31:28.700 INFO E| Downloaded thread_local v1.1.9
31632026-02-25T20:31:28.949Z[ helios-setup] Feb 25 20:31:28.702 INFO E| Downloaded ppv-lite86 v0.2.21
31642026-02-25T20:31:28.949Z[ helios-setup] Feb 25 20:31:28.705 INFO E| Downloaded pkg-config v0.3.32
31652026-02-25T20:31:28.949Z[ helios-setup] Feb 25 20:31:28.707 INFO E| Downloaded num-bigint-dig v0.8.4
31662026-02-25T20:31:28.949Z[ helios-setup] Feb 25 20:31:28.713 INFO E| Downloaded toml_writer v1.0.4
31672026-02-25T20:31:28.949Z[ helios-setup] Feb 25 20:31:28.716 INFO E| Downloaded toml_datetime v0.7.3
31682026-02-25T20:31:28.949Z[ helios-setup] Feb 25 20:31:28.718 INFO E| Downloaded thiserror v2.0.17
31692026-02-25T20:31:28.974Z[ helios-setup] Feb 25 20:31:28.726 INFO E| Downloaded slab v0.4.11
31702026-02-25T20:31:28.974Z[ helios-setup] Feb 25 20:31:28.728 INFO E| Downloaded devinfo v0.1.0
31712026-02-25T20:31:28.974Z[ helios-setup] Feb 25 20:31:28.730 INFO E| Downloaded env_filter v0.1.4
31722026-02-25T20:31:28.974Z[ helios-setup] Feb 25 20:31:28.732 INFO E| Downloaded toml_parser v1.0.4
31732026-02-25T20:31:28.974Z[ helios-setup] Feb 25 20:31:28.735 INFO E| Downloaded rustix v1.1.2
31742026-02-25T20:31:29.041Z[ host-package] Compiling highway v1.3.0
31752026-02-25T20:31:29.066Z[ helios-setup] Feb 25 20:31:28.823 INFO E| Downloaded toml_edit v0.23.7
31762026-02-25T20:31:29.066Z[ helios-setup] Feb 25 20:31:28.828 INFO E| Downloaded toml v0.9.8
31772026-02-25T20:31:29.066Z[ helios-setup] Feb 25 20:31:28.833 INFO E| Downloaded proc-macro2 v1.0.103
31782026-02-25T20:31:29.066Z[ helios-setup] Feb 25 20:31:28.837 INFO E| Downloaded mio v1.1.0
31792026-02-25T20:31:29.091Z[ helios-setup] Feb 25 20:31:28.845 INFO E| Downloaded log v0.4.28
31802026-02-25T20:31:29.091Z[ helios-setup] Feb 25 20:31:28.849 INFO E| Downloaded flate2 v1.1.5
31812026-02-25T20:31:29.091Z[ helios-setup] Feb 25 20:31:28.855 INFO E| Downloaded crc v3.3.0
31822026-02-25T20:31:29.091Z[ helios-setup] Feb 25 20:31:28.858 INFO E| Downloaded tokio v1.48.0
31832026-02-25T20:31:29.135Z[ helios-setup] Feb 25 20:31:28.910 INFO E| Downloaded anstyle v1.0.13
31842026-02-25T20:31:29.161Z[ helios-setup] Feb 25 20:31:28.913 INFO E| Downloaded tls_codec_derive v0.4.2
31852026-02-25T20:31:29.161Z[ helios-setup] Feb 25 20:31:28.915 INFO E| Downloaded terminal_size v0.4.3
31862026-02-25T20:31:29.163Z[ helios-setup] Feb 25 20:31:28.917 INFO E| Downloaded term v1.2.0
31872026-02-25T20:31:29.163Z[ helios-setup] Feb 25 20:31:28.922 INFO E| Downloaded serde_spanned v1.0.3
31882026-02-25T20:31:29.163Z[ helios-setup] Feb 25 20:31:28.924 INFO E| Downloaded num_enum v0.7.5
31892026-02-25T20:31:29.163Z[ helios-setup] Feb 25 20:31:28.931 INFO E| Downloaded cc v1.2.44
31902026-02-25T20:31:29.163Z[ helios-setup] Feb 25 20:31:28.935 INFO E| Downloaded signal-hook-registry v1.4.6
31912026-02-25T20:31:29.187Z[ helios-setup] Feb 25 20:31:28.937 INFO E| Downloaded lock_api v0.4.14
31922026-02-25T20:31:29.187Z[ helios-setup] Feb 25 20:31:28.939 INFO E| Downloaded getopts v0.2.24
31932026-02-25T20:31:29.188Z[ helios-setup] Feb 25 20:31:28.941 INFO E| Downloaded errno v0.3.14
31942026-02-25T20:31:29.188Z[ helios-setup] Feb 25 20:31:28.943 INFO E| Downloaded clap v4.5.51
31952026-02-25T20:31:29.188Z[ helios-setup] Feb 25 20:31:28.956 INFO E| Downloaded bitfield v0.19.3
31962026-02-25T20:31:29.188Z[ helios-setup] Feb 25 20:31:28.958 INFO E| Downloaded colorchoice v1.0.4
31972026-02-25T20:31:29.188Z[ helios-setup] Feb 25 20:31:28.959 INFO E| Downloaded anyhow v1.0.100
31982026-02-25T20:31:29.213Z[ helios-setup] Feb 25 20:31:28.965 INFO E| Downloaded anstyle-query v1.1.4
31992026-02-25T20:31:29.213Z[ helios-setup] Feb 25 20:31:28.967 INFO E| Downloaded thiserror-impl v2.0.17
32002026-02-25T20:31:29.213Z[ helios-setup] Feb 25 20:31:28.969 INFO E| Downloaded pin-project-lite v0.2.16
32012026-02-25T20:31:29.213Z[ helios-setup] Feb 25 20:31:28.978 INFO E| Downloaded parking_lot_core v0.9.12
32022026-02-25T20:31:29.213Z[ helios-setup] Feb 25 20:31:28.981 INFO E| Downloaded parking_lot v0.12.5
32032026-02-25T20:31:29.213Z[ helios-setup] Feb 25 20:31:28.984 INFO E| Downloaded miniz_oxide v0.8.9
32042026-02-25T20:31:29.213Z[ helios-setup] Feb 25 20:31:28.988 INFO E| Downloaded getrandom v0.2.16
32052026-02-25T20:31:29.238Z[ helios-setup] Feb 25 20:31:28.992 INFO E| Downloaded find-msvc-tools v0.1.4
32062026-02-25T20:31:29.238Z[ helios-setup] Feb 25 20:31:28.994 INFO E| Downloaded libdevinfo-sys v1.1.0
32072026-02-25T20:31:29.238Z[ helios-setup] Feb 25 20:31:28.995 INFO E| Downloaded is_terminal_polyfill v1.70.2
32082026-02-25T20:31:29.238Z[ helios-setup] Feb 25 20:31:28.997 INFO E| Downloaded iana-time-zone v0.1.64
32092026-02-25T20:31:29.238Z[ helios-setup] Feb 25 20:31:29.000 INFO E| Downloaded generic-array v0.14.9
32102026-02-25T20:31:29.239Z[ helios-setup] Feb 25 20:31:29.002 INFO E| Downloaded flagset v0.4.7
32112026-02-25T20:31:29.239Z[ helios-setup] Feb 25 20:31:29.004 INFO E| Downloaded deranged v0.5.5
32122026-02-25T20:31:29.239Z[ helios-setup] Feb 25 20:31:29.006 INFO E| Downloaded crc32fast v1.5.0
32132026-02-25T20:31:29.239Z[ helios-setup] Feb 25 20:31:29.009 INFO E| Downloaded clap_lex v0.7.6
32142026-02-25T20:31:29.239Z[ helios-setup] Feb 25 20:31:29.010 INFO E| Downloaded clap_derive v4.5.49
32152026-02-25T20:31:29.263Z[ helios-setup] Feb 25 20:31:29.020 INFO E| Downloaded anstream v0.6.21
32162026-02-25T20:31:29.263Z[ helios-setup] Feb 25 20:31:29.023 INFO E| Downloaded bitfield-macros v0.19.3
32172026-02-25T20:31:29.264Z[ helios-setup] Feb 25 20:31:29.024 INFO E| Downloaded autocfg v1.5.0
32182026-02-25T20:31:29.264Z[ helios-setup] Feb 25 20:31:29.027 INFO E| Downloaded anstyle-parse v0.2.7
32192026-02-25T20:31:29.264Z[ helios-setup] Feb 25 20:31:29.029 INFO E| Downloaded adler2 v2.0.1
32202026-02-25T20:31:29.264Z[ helios-setup] Feb 25 20:31:29.031 INFO E| Downloaded base64ct v1.8.0
32212026-02-25T20:31:29.389Z[ helios-setup] Feb 25 20:31:29.164 INFO E| Compiling proc-macro2 v1.0.103
32222026-02-25T20:31:29.389Z[ helios-setup] Feb 25 20:31:29.165 INFO E| Compiling quote v1.0.41
32232026-02-25T20:31:29.389Z[ helios-setup] Feb 25 20:31:29.165 INFO E| Compiling unicode-ident v1.0.22
32242026-02-25T20:31:29.414Z[ helios-setup] Feb 25 20:31:29.165 INFO E| Compiling libc v0.2.177
32252026-02-25T20:31:29.414Z[ helios-setup] Feb 25 20:31:29.165 INFO E| Compiling serde_core v1.0.228
32262026-02-25T20:31:29.415Z[ helios-setup] Feb 25 20:31:29.165 INFO E| Compiling cfg-if v1.0.4
32272026-02-25T20:31:29.415Z[ helios-setup] Feb 25 20:31:29.165 INFO E| Compiling serde v1.0.228
32282026-02-25T20:31:29.415Z[ helios-setup] Feb 25 20:31:29.165 INFO E| Compiling version_check v0.9.5
32292026-02-25T20:31:29.980Z[ helios-setup] Feb 25 20:31:29.755 INFO E| Compiling autocfg v1.5.0
32302026-02-25T20:31:29.980Z[ helios-setup] Feb 25 20:31:29.755 INFO E| Compiling const-oid v0.9.6
32312026-02-25T20:31:30.694Z[ helios-setup] Feb 25 20:31:30.468 INFO E| Compiling typenum v1.19.0
32322026-02-25T20:31:30.992Z[ host-package] Compiling chrono-tz v0.10.4
32332026-02-25T20:31:31.034Z[ helios-setup] Feb 25 20:31:30.800 INFO E| Compiling generic-array v0.14.9
32342026-02-25T20:31:31.594Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32352026-02-25T20:31:31.823Z[ helios-setup] Feb 25 20:31:31.599 INFO E| Compiling libm v0.2.15
32362026-02-25T20:31:31.990Z[ helios-setup] Feb 25 20:31:31.766 INFO E| Compiling num-traits v0.2.19
32372026-02-25T20:31:32.266Z[ host-package] Compiling tough v0.20.0
32382026-02-25T20:31:32.530Z[ host-package] Compiling csv v1.3.1
32392026-02-25T20:31:32.635Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32402026-02-25T20:31:32.732Z[ helios-setup] Feb 25 20:31:32.508 INFO E| Compiling zerocopy v0.8.27
32412026-02-25T20:31:33.662Z[ host-package] Compiling strip-ansi-escapes v0.2.0
32422026-02-25T20:31:33.928Z[ helios-setup] Feb 25 20:31:33.704 INFO E| Compiling rustversion v1.0.22
32432026-02-25T20:31:34.059Z[ helios-setup] Feb 25 20:31:33.834 INFO E| Compiling smallvec v1.15.1
32442026-02-25T20:31:34.962Z[ host-package] Compiling phf v0.12.1
32452026-02-25T20:31:35.157Z[ helios-setup] Feb 25 20:31:34.933 INFO E| Compiling zeroize v1.8.2
32462026-02-25T20:31:35.182Z[ helios-setup] Feb 25 20:31:34.946 INFO E| Compiling base64ct v1.8.0
32472026-02-25T20:31:35.361Z[ helios-setup] Feb 25 20:31:35.137 INFO E| Compiling getrandom v0.2.16
32482026-02-25T20:31:35.440Z[ host-package] Compiling const_format_proc_macros v0.2.34
32492026-02-25T20:31:35.800Z[ host-package] Compiling papergrid v0.11.0
32502026-02-25T20:31:35.825Z[ helios-setup] Feb 25 20:31:35.598 INFO E| Compiling syn v2.0.108
32512026-02-25T20:31:36.080Z[ helios-setup] Feb 25 20:31:35.855 INFO E| Compiling winnow v0.7.13
32522026-02-25T20:31:36.105Z[ helios-setup] Feb 25 20:31:35.867 INFO E| Compiling utf8parse v0.2.2
32532026-02-25T20:31:36.644Z[ host-package] Compiling tabled_derive v0.7.0
32542026-02-25T20:31:36.736Z[ helios-setup] Feb 25 20:31:36.512 INFO E| Compiling pem-rfc7468 v0.7.0
32552026-02-25T20:31:36.827Z[ helios-setup] Feb 25 20:31:36.602 INFO E| Compiling hashbrown v0.16.0
32562026-02-25T20:31:38.123Z[ helios-setup] Feb 25 20:31:37.899 INFO E| Compiling block-buffer v0.10.4
32572026-02-25T20:31:39.006Z[ helios-setup] Feb 25 20:31:38.781 INFO E| Compiling crypto-common v0.1.6
32582026-02-25T20:31:39.104Z[ host-package] Compiling fd-lock v4.0.2
32592026-02-25T20:31:39.239Z[ host-package] Compiling peg-macros v0.8.5
32602026-02-25T20:31:39.426Z[ helios-setup] Feb 25 20:31:39.201 INFO E| Compiling digest v0.10.7
32612026-02-25T20:31:39.581Z[ helios-setup] Feb 25 20:31:39.356 INFO E| Compiling anyhow v1.0.100
32622026-02-25T20:31:39.772Z[ helios-setup] Feb 25 20:31:39.548 INFO E| Compiling byteorder v1.5.0
32632026-02-25T20:31:39.877Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32642026-02-25T20:31:40.716Z[ helios-setup] Feb 25 20:31:40.492 INFO E| Compiling crc32fast v1.5.0
32652026-02-25T20:31:40.823Z[ host-package] Compiling nu-ansi-term v0.50.1
32662026-02-25T20:31:40.892Z[ helios-setup] Feb 25 20:31:40.653 INFO E| Compiling memchr v2.7.6
32672026-02-25T20:31:41.009Z[ helios-setup] Feb 25 20:31:40.784 INFO E| Compiling flagset v0.4.7
32682026-02-25T20:31:41.487Z[ helios-setup] Feb 25 20:31:41.262 INFO E| Compiling rustix v1.1.2
32692026-02-25T20:31:41.928Z[ helios-setup] Feb 25 20:31:41.704 INFO E| Compiling equivalent v1.0.2
32702026-02-25T20:31:42.048Z[ host-package] Compiling reedline v0.40.0
32712026-02-25T20:31:42.448Z[ helios-setup] Feb 25 20:31:42.224 INFO E| Compiling indexmap v2.12.0
32722026-02-25T20:31:43.215Z[ helios-setup] Feb 25 20:31:42.990 INFO E| Compiling toml_parser v1.0.4
32732026-02-25T20:31:43.483Z[ helios-setup] Feb 25 20:31:43.258 INFO E| Compiling anstyle-parse v0.2.7
32742026-02-25T20:31:43.761Z[ host-package] Compiling tabled v0.15.0
32752026-02-25T20:31:44.178Z[ helios-setup] Feb 25 20:31:43.948 INFO E| Compiling bitflags v2.10.0
32762026-02-25T20:31:44.457Z[ helios-setup] Feb 25 20:31:44.233 INFO E| Compiling rand_core v0.6.4
32772026-02-25T20:31:44.610Z[ helios-setup] Feb 25 20:31:44.385 INFO E| Compiling errno v0.3.14
32782026-02-25T20:31:44.690Z[ helios-setup] Feb 25 20:31:44.466 INFO E| Compiling colorchoice v1.0.4
32792026-02-25T20:31:44.918Z[ host-package] Compiling peg v0.8.5
32802026-02-25T20:31:45.085Z[ helios-setup] Feb 25 20:31:44.860 INFO E| Compiling toml_datetime v0.7.3
32812026-02-25T20:31:45.230Z[ helios-setup] Feb 25 20:31:45.005 INFO E| Compiling cpufeatures v0.2.17
32822026-02-25T20:31:45.288Z[ helios-setup] Feb 25 20:31:45.063 INFO E| Compiling anstyle v1.0.13
32832026-02-25T20:31:45.433Z[ host-package] Compiling const_format v0.2.34
32842026-02-25T20:31:45.472Z[ helios-setup] Feb 25 20:31:45.248 INFO E| Compiling find-msvc-tools v0.1.4
32852026-02-25T20:31:45.565Z[ helios-setup] Feb 25 20:31:45.341 INFO E| Compiling anstyle-query v1.1.4
32862026-02-25T20:31:45.617Z[ helios-setup] Feb 25 20:31:45.393 INFO E| Compiling allocator-api2 v0.2.21
32872026-02-25T20:31:45.767Z[ helios-setup] Feb 25 20:31:45.542 INFO E| Compiling radium v0.7.0
32882026-02-25T20:31:45.953Z[ helios-setup] Feb 25 20:31:45.727 INFO E| Compiling shlex v1.3.0
32892026-02-25T20:31:46.383Z[ helios-setup] Feb 25 20:31:46.158 INFO E| Compiling is_terminal_polyfill v1.70.2
32902026-02-25T20:31:46.485Z[ helios-setup] Feb 25 20:31:46.261 INFO E| Compiling syn v1.0.109
32912026-02-25T20:31:46.573Z[ helios-setup] Feb 25 20:31:46.348 INFO E| Compiling toml_edit v0.23.7
32922026-02-25T20:31:46.646Z[ helios-setup] Feb 25 20:31:46.422 INFO E| Compiling cc v1.2.44
32932026-02-25T20:31:46.922Z[ helios-setup] Feb 25 20:31:46.698 INFO E| Compiling anstream v0.6.21
32942026-02-25T20:31:46.947Z[ helios-setup] Feb 25 20:31:46.709 INFO E| Compiling sha2 v0.10.9
32952026-02-25T20:31:51.050Z[ helios-setup] Feb 25 20:31:50.826 INFO E| Compiling slog v2.8.2
32962026-02-25T20:31:51.102Z[ helios-setup] Feb 25 20:31:50.878 INFO E| Compiling pkg-config v0.3.32
32972026-02-25T20:31:51.233Z[ helios-setup] Feb 25 20:31:51.008 INFO E| Compiling parking_lot_core v0.9.12
32982026-02-25T20:31:51.297Z[ helios-setup] Feb 25 20:31:51.073 INFO E| Compiling futures-sink v0.3.31
32992026-02-25T20:31:51.941Z[ helios-setup] Feb 25 20:31:51.717 INFO E| Compiling pin-project-lite v0.2.16
33002026-02-25T20:31:51.991Z[ helios-setup] Feb 25 20:31:51.767 INFO E| Compiling unicode-width v0.2.2
33012026-02-25T20:31:52.410Z[ helios-setup] Feb 25 20:31:52.185 INFO E| Compiling maybe-uninit v2.0.0
33022026-02-25T20:31:52.556Z[ helios-setup] Feb 25 20:31:52.332 INFO E| Compiling futures-core v0.3.31
33032026-02-25T20:31:52.668Z[ helios-setup] Feb 25 20:31:52.444 INFO E| Compiling tap v1.0.1
33042026-02-25T20:31:52.991Z[ helios-setup] Feb 25 20:31:52.767 INFO E| Compiling futures-channel v0.3.31
33052026-02-25T20:31:53.016Z[ helios-setup] Feb 25 20:31:52.781 INFO E| Compiling terminal_size v0.4.3
33062026-02-25T20:31:53.047Z[ helios-setup] Feb 25 20:31:52.823 INFO E| Compiling proc-macro-crate v3.4.0
33072026-02-25T20:31:53.409Z[ helios-setup] Feb 25 20:31:53.184 INFO E| Compiling wyz v0.5.1
33082026-02-25T20:31:53.441Z[ helios-setup] Feb 25 20:31:53.217 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33092026-02-25T20:31:53.827Z[ helios-setup] Feb 25 20:31:53.588 INFO E| Compiling getopts v0.2.24
33102026-02-25T20:31:54.115Z[ helios-setup] Feb 25 20:31:53.891 INFO E| Compiling num-integer v0.1.46
33112026-02-25T20:31:54.266Z[ helios-setup] Feb 25 20:31:54.041 INFO E| Compiling ahash v0.8.12
33122026-02-25T20:31:54.670Z[ helios-setup] Feb 25 20:31:54.446 INFO E| Compiling num-conv v0.1.0
33132026-02-25T20:31:55.198Z[ helios-setup] Feb 25 20:31:54.973 INFO E| Compiling clap_lex v0.7.6
33142026-02-25T20:31:55.554Z[ helios-setup] Feb 25 20:31:55.330 INFO E| Compiling time-core v0.1.6
33152026-02-25T20:31:55.602Z[ helios-setup] Feb 25 20:31:55.375 INFO E| Compiling bytes v1.10.1
33162026-02-25T20:31:55.659Z[ helios-setup] Feb 25 20:31:55.435 INFO E| Compiling strsim v0.11.1
33172026-02-25T20:31:56.366Z[ helios-setup] Feb 25 20:31:56.142 INFO E| Compiling serde_derive v1.0.228
33182026-02-25T20:31:56.442Z[ helios-setup] Feb 25 20:31:56.218 INFO E| Compiling zerocopy-derive v0.8.27
33192026-02-25T20:31:56.701Z[ helios-setup] Feb 25 20:31:56.477 INFO E| Compiling der_derive v0.7.3
33202026-02-25T20:31:56.736Z[ helios-setup] Feb 25 20:31:56.512 INFO E| Compiling futures-macro v0.3.31
33212026-02-25T20:31:58.691Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33222026-02-25T20:31:58.805Z[ helios-setup] Feb 25 20:31:58.560 INFO E| Compiling slab v0.4.11
33232026-02-25T20:31:59.376Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33242026-02-25T20:31:59.462Z[ helios-setup] Feb 25 20:31:59.237 INFO E| Compiling packed_struct v0.10.1
33252026-02-25T20:31:59.983Z[ helios-setup] Feb 25 20:31:59.759 INFO E| Compiling heck v0.5.0
33262026-02-25T20:32:00.078Z[ helios-setup] Feb 25 20:31:59.854 INFO E| Compiling futures-io v0.3.31
33272026-02-25T20:32:00.548Z[ helios-setup] Feb 25 20:32:00.324 INFO E| Compiling thiserror v1.0.69
33282026-02-25T20:32:00.845Z[ helios-setup] Feb 25 20:32:00.621 INFO E| Compiling spin v0.9.8
33292026-02-25T20:32:00.932Z[ helios-setup] Feb 25 20:32:00.708 INFO E| Compiling futures-task v0.3.31
33302026-02-25T20:32:01.053Z[ helios-setup] Feb 25 20:32:00.829 INFO E| Compiling powerfmt v0.2.0
33312026-02-25T20:32:01.260Z[ helios-setup] Feb 25 20:32:01.034 INFO E| Compiling der v0.7.10
33322026-02-25T20:32:01.639Z[ helios-setup] Feb 25 20:32:01.414 INFO E| Compiling getrandom v0.3.4
33332026-02-25T20:32:01.935Z[ helios-setup] Feb 25 20:32:01.711 INFO E| Compiling num-bigint-dig v0.8.4
33342026-02-25T20:32:02.025Z[ helios-setup] Feb 25 20:32:01.800 INFO E| Compiling itoa v1.0.15
33352026-02-25T20:32:02.133Z[ helios-setup] Feb 25 20:32:01.909 INFO E| Compiling scopeguard v1.2.0
33362026-02-25T20:32:02.669Z[ helios-setup] Feb 25 20:32:02.443 INFO E| Compiling pin-utils v0.1.0
33372026-02-25T20:32:02.886Z[ helios-setup] Feb 25 20:32:02.662 INFO E| Compiling funty v2.0.0
33382026-02-25T20:32:03.016Z[ helios-setup] Feb 25 20:32:02.791 INFO E| Compiling lock_api v0.4.14
33392026-02-25T20:32:03.420Z[ helios-setup] Feb 25 20:32:03.195 INFO E| Compiling futures-util v0.3.31
33402026-02-25T20:32:04.221Z[ helios-setup] Feb 25 20:32:03.996 INFO E| Compiling deranged v0.5.5
33412026-02-25T20:32:04.364Z[ helios-setup] Feb 25 20:32:04.140 INFO E| Compiling lazy_static v1.5.0
33422026-02-25T20:32:04.635Z[ helios-setup] Feb 25 20:32:04.410 INFO E| Compiling clap_derive v4.5.49
33432026-02-25T20:32:08.030Z[ helios-setup] Feb 25 20:32:07.806 INFO E| Compiling spki v0.7.3
33442026-02-25T20:32:09.522Z[ helios-setup] Feb 25 20:32:09.297 INFO E| Compiling pkcs8 v0.10.2
33452026-02-25T20:32:09.983Z[ helios-setup] Feb 25 20:32:09.759 INFO E| Compiling packed_struct_codegen v0.10.1
33462026-02-25T20:32:10.256Z[ helios-setup] Feb 25 20:32:10.029 INFO E| Compiling bitvec v1.0.1
33472026-02-25T20:32:11.230Z[ helios-setup] Feb 25 20:32:11.006 INFO E| Compiling ppv-lite86 v0.2.21
33482026-02-25T20:32:12.594Z[ host-package] Compiling bcs v0.1.6
33492026-02-25T20:32:12.703Z[ helios-setup] Feb 25 20:32:12.479 INFO E| Compiling clap_builder v4.5.51
33502026-02-25T20:32:13.231Z[ host-package] Compiling semver v0.1.20
33512026-02-25T20:32:13.312Z[ helios-setup] Feb 25 20:32:13.088 INFO E| Compiling rand_chacha v0.3.1
33522026-02-25T20:32:13.569Z[ helios-setup] Feb 25 20:32:13.345 INFO E| Compiling erased-serde v0.3.31
33532026-02-25T20:32:13.660Z[ helios-setup] Feb 25 20:32:13.436 INFO E| Compiling time-macros v0.2.24
33542026-02-25T20:32:14.513Z[ host-package] Compiling rustc_version v0.1.7
33552026-02-25T20:32:15.345Z[ helios-setup] Feb 25 20:32:15.121 INFO E| Compiling rand v0.8.5
33562026-02-25T20:32:15.500Z[ helios-setup] Feb 25 20:32:15.276 INFO E| Compiling bitfield-macros v0.19.3
33572026-02-25T20:32:15.552Z[ helios-setup] Feb 25 20:32:15.328 INFO E| Compiling thiserror-impl v1.0.69
33582026-02-25T20:32:15.785Z[ host-package] Compiling newtype_derive v0.1.6
33592026-02-25T20:32:16.545Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33602026-02-25T20:32:17.343Z[ host-package] Compiling smawk v0.3.2
33612026-02-25T20:32:17.375Z[ helios-setup] Feb 25 20:32:17.150 INFO E| Compiling zerocopy-derive v0.6.6
33622026-02-25T20:32:18.090Z[ helios-setup] Feb 25 20:32:17.866 INFO E| Compiling num_enum_derive v0.7.5
33632026-02-25T20:32:18.221Z[ host-package] Compiling unicode-linebreak v0.1.5
33642026-02-25T20:32:18.614Z[ helios-setup] Feb 25 20:32:18.390 INFO E| Compiling num-iter v0.1.45
33652026-02-25T20:32:18.639Z[ host-package] Compiling humantime v2.2.0
33662026-02-25T20:32:19.447Z[ host-package] Compiling textwrap v0.16.2
33672026-02-25T20:32:19.825Z[ helios-setup] Feb 25 20:32:19.601 INFO E| Compiling indexmap v1.9.3
33682026-02-25T20:32:20.713Z[ helios-setup] Feb 25 20:32:20.489 INFO E| Compiling adler2 v2.0.1
33692026-02-25T20:32:20.751Z[ helios-setup] Feb 25 20:32:20.527 INFO E| Compiling log v0.4.28
33702026-02-25T20:32:20.785Z[ host-package] Compiling dropshot-api-manager-types v0.3.0
33712026-02-25T20:32:20.944Z[ helios-setup] Feb 25 20:32:20.720 INFO E| Compiling iana-time-zone v0.1.64
33722026-02-25T20:32:21.189Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33732026-02-25T20:32:21.341Z[ helios-setup] Feb 25 20:32:21.117 INFO E| Compiling crc-catalog v2.4.0
33742026-02-25T20:32:21.436Z[ helios-setup] Feb 25 20:32:21.212 INFO E| Compiling nodrop v0.1.14
33752026-02-25T20:32:21.673Z[ helios-setup] Feb 25 20:32:21.449 INFO E| Compiling simd-adler32 v0.3.7
33762026-02-25T20:32:21.940Z[ helios-setup] Feb 25 20:32:21.702 INFO E| Compiling thiserror v2.0.17
33772026-02-25T20:32:21.966Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33782026-02-25T20:32:22.211Z[ helios-setup] Feb 25 20:32:21.987 INFO E| Compiling once_cell v1.21.3
33792026-02-25T20:32:22.561Z[ helios-setup] Feb 25 20:32:22.337 INFO E| Compiling serde_json v1.0.145
33802026-02-25T20:32:22.693Z[ helios-setup] Feb 25 20:32:22.468 INFO E| Compiling num_enum v0.7.5
33812026-02-25T20:32:23.093Z[ helios-setup] Feb 25 20:32:22.869 INFO E| Compiling time v0.3.44
33822026-02-25T20:32:23.136Z[ host-package] Compiling steno v0.4.1
33832026-02-25T20:32:23.310Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33842026-02-25T20:32:23.589Z[ helios-setup] Feb 25 20:32:23.365 INFO E| Compiling miniz_oxide v0.8.9
33852026-02-25T20:32:23.933Z[ helios-setup] Feb 25 20:32:23.709 INFO E| Compiling clap v4.5.51
33862026-02-25T20:32:24.327Z[ helios-setup] Feb 25 20:32:24.103 INFO E| Compiling array-init v0.0.4
33872026-02-25T20:32:24.664Z[ helios-setup] Feb 25 20:32:24.440 INFO E| Compiling crc v3.3.0
33882026-02-25T20:32:25.918Z[ helios-setup] Feb 25 20:32:25.693 INFO E| Compiling env_filter v0.1.4
33892026-02-25T20:32:25.943Z[ host-package] Compiling utf-8 v0.7.6
33902026-02-25T20:32:26.328Z[ helios-setup] Feb 25 20:32:26.104 INFO E| Compiling chrono v0.4.42
33912026-02-25T20:32:26.505Z[ helios-setup] Feb 25 20:32:26.281 INFO E| Compiling zerocopy v0.6.6
33922026-02-25T20:32:27.083Z[ host-package] Compiling moka v0.12.10
33932026-02-25T20:32:28.113Z[ host-package] Compiling tagptr v0.2.0
33942026-02-25T20:32:29.027Z[ helios-setup] Feb 25 20:32:28.803 INFO E| Compiling parking_lot v0.12.5
33952026-02-25T20:32:29.052Z[ helios-setup] Feb 25 20:32:28.804 INFO E| Compiling smallvec v0.6.14
33962026-02-25T20:32:30.013Z[ helios-setup] Feb 25 20:32:29.789 INFO E| Compiling bitfield v0.19.3
33972026-02-25T20:32:31.942Z[ helios-setup] Feb 25 20:32:31.717 INFO E| Compiling futures-executor v0.3.31
33982026-02-25T20:32:32.013Z[ helios-setup] Feb 25 20:32:31.790 INFO E| Compiling toml_datetime v0.6.11
33992026-02-25T20:32:32.078Z[ host-package] Compiling tungstenite v0.21.0
34002026-02-25T20:32:32.751Z[ helios-setup] Feb 25 20:32:32.527 INFO E| Compiling serde_spanned v0.6.9
34012026-02-25T20:32:33.423Z[ helios-setup] Feb 25 20:32:33.199 INFO E| Compiling pkcs1 v0.7.5
34022026-02-25T20:32:33.999Z[ helios-setup] Feb 25 20:32:33.775 INFO E| Compiling tokio-macros v2.6.0
34032026-02-25T20:32:34.689Z[ helios-setup] Feb 25 20:32:34.465 INFO E| Compiling thiserror-impl v2.0.17
34042026-02-25T20:32:36.147Z[ host-package] Compiling hickory-resolver v0.25.2
34052026-02-25T20:32:36.974Z[ helios-setup] Feb 25 20:32:36.750 INFO E| Compiling signature v2.2.0
34062026-02-25T20:32:37.363Z[ host-package] Compiling tokio-tungstenite v0.21.0
34072026-02-25T20:32:37.473Z[ helios-setup] Feb 25 20:32:37.250 INFO E| Compiling serde_spanned v1.0.3
34082026-02-25T20:32:38.996Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34092026-02-25T20:32:39.025Z[ helios-setup] Feb 25 20:32:38.801 INFO E| Compiling signal-hook-registry v1.4.6
34102026-02-25T20:32:39.400Z[ helios-setup] Feb 25 20:32:39.175 INFO E| Compiling mio v1.1.0
34112026-02-25T20:32:39.916Z[ helios-setup] Feb 25 20:32:39.693 INFO E| Compiling is-terminal v0.4.17
34122026-02-25T20:32:39.944Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34132026-02-25T20:32:40.032Z[ helios-setup] Feb 25 20:32:39.807 INFO E| Compiling socket2 v0.6.1
34142026-02-25T20:32:40.565Z[ helios-setup] Feb 25 20:32:40.338 INFO E| Compiling thread_local v1.1.9
34152026-02-25T20:32:40.959Z[ helios-setup] Feb 25 20:32:40.728 INFO E| Compiling winnow v0.5.40
34162026-02-25T20:32:41.040Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34172026-02-25T20:32:41.531Z[ helios-setup] Feb 25 20:32:41.307 INFO E| Compiling ryu v1.0.20
34182026-02-25T20:32:41.637Z[ helios-setup] Feb 25 20:32:41.410 INFO E| Compiling term v1.2.0
34192026-02-25T20:32:42.289Z[ helios-setup] Feb 25 20:32:42.065 INFO E| Compiling subtle v2.6.1
34202026-02-25T20:32:42.346Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34212026-02-25T20:32:42.767Z[ helios-setup] Feb 25 20:32:42.542 INFO E| Compiling base64 v0.21.7
34222026-02-25T20:32:42.889Z[ helios-setup] Feb 25 20:32:42.665 INFO E| Compiling toml_writer v1.0.4
34232026-02-25T20:32:43.034Z[ helios-setup] Feb 25 20:32:42.809 INFO E| Compiling libdevinfo-sys v1.1.0
34242026-02-25T20:32:43.531Z[ helios-setup] Feb 25 20:32:43.308 INFO E| Compiling hashbrown v0.12.3
34252026-02-25T20:32:43.671Z[ helios-setup] Feb 25 20:32:43.448 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34262026-02-25T20:32:44.259Z[ helios-setup] Feb 25 20:32:44.034 INFO E| Compiling ron v0.8.1
34272026-02-25T20:32:44.511Z[ helios-setup] Feb 25 20:32:44.287 INFO E| Compiling toml v0.9.8
34282026-02-25T20:32:45.232Z[ helios-setup] Feb 25 20:32:45.007 INFO E| Compiling devinfo v0.1.0
34292026-02-25T20:32:48.458Z[ helios-setup] Feb 25 20:32:48.231 INFO E| Compiling slog-term v2.9.2
34302026-02-25T20:32:48.986Z[ helios-setup] Feb 25 20:32:48.763 INFO E| Compiling toml_edit v0.19.15
34312026-02-25T20:32:49.402Z[ helios-setup] Feb 25 20:32:49.179 INFO E| Compiling rsa v0.9.8
34322026-02-25T20:32:50.778Z[ helios-setup] Feb 25 20:32:50.554 INFO E| Compiling tokio v1.48.0
34332026-02-25T20:32:54.927Z[ helios-setup] Feb 25 20:32:54.703 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34342026-02-25T20:32:55.650Z[ helios-setup] Feb 25 20:32:55.426 INFO E| Compiling uuid v1.18.1
34352026-02-25T20:32:58.304Z[ helios-setup] Feb 25 20:32:58.080 INFO E| Compiling futures v0.3.31
34362026-02-25T20:32:58.763Z[ helios-setup] Feb 25 20:32:58.540 INFO E| Compiling serde-hex v0.1.0
34372026-02-25T20:32:59.587Z[ host-package] Compiling proc-macro-error2 v2.0.1
34382026-02-25T20:33:00.244Z[ helios-setup] Feb 25 20:33:00.020 INFO E| Compiling bzip2 v0.4.4
34392026-02-25T20:33:01.361Z[ helios-setup] Feb 25 20:33:01.138 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34402026-02-25T20:33:01.968Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34412026-02-25T20:33:02.126Z[ helios-setup] Feb 25 20:33:01.902 INFO E| Compiling env_logger v0.11.8
34422026-02-25T20:33:02.366Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34432026-02-25T20:33:03.031Z[ helios-setup] Feb 25 20:33:02.806 INFO E| Compiling flate2 v1.1.5
34442026-02-25T20:33:05.544Z[ helios-setup] Feb 25 20:33:05.320 INFO E| Compiling hashbrown v0.13.2
34452026-02-25T20:33:05.696Z[ helios-setup] Feb 25 20:33:05.472 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34462026-02-25T20:33:05.757Z[ host-package] Compiling num-derive v0.3.3
34472026-02-25T20:33:06.006Z[ helios-setup] Feb 25 20:33:05.783 INFO E| Compiling x509-cert v0.2.5
34482026-02-25T20:33:06.485Z[ helios-setup] Feb 25 20:33:06.252 INFO E| Compiling bitflags v1.3.2
34492026-02-25T20:33:06.824Z[ helios-setup] Feb 25 20:33:06.600 INFO E| Compiling crc-any v2.5.0
34502026-02-25T20:33:06.862Z[ host-package] Compiling vergen-gitcl v1.0.8
34512026-02-25T20:33:07.958Z[ helios-setup] Feb 25 20:33:07.735 INFO E| Compiling rustc-hash v2.1.1
34522026-02-25T20:33:08.185Z[ host-package] Compiling dirs-sys-next v0.1.2
34532026-02-25T20:33:08.422Z[ helios-setup] Feb 25 20:33:08.198 INFO E| Compiling hex v0.4.3
34542026-02-25T20:33:08.498Z[ helios-setup] Feb 25 20:33:08.275 INFO E| Compiling foldhash v0.2.0
34552026-02-25T20:33:09.652Z[ host-package] Compiling libscf-sys v1.1.0
34562026-02-25T20:33:09.816Z[ host-package] Compiling maplit v1.0.2
34572026-02-25T20:33:10.020Z[ helios-setup] Feb 25 20:33:09.796 INFO E| Compiling iddqd v0.3.14
34582026-02-25T20:33:10.108Z[ helios-setup] Feb 25 20:33:09.884 INFO E| Compiling object v0.30.4
34592026-02-25T20:33:10.202Z[ helios-setup] Feb 25 20:33:09.978 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34602026-02-25T20:33:10.538Z[ host-package] Compiling crunchy v0.2.2
34612026-02-25T20:33:10.692Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34622026-02-25T20:33:11.706Z[ helios-setup] Feb 25 20:33:11.483 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34632026-02-25T20:33:11.829Z[ host-package] Compiling dirs-next v2.0.0
34642026-02-25T20:33:13.043Z[ host-package] Compiling dsl_auto_type v0.1.2
34652026-02-25T20:33:13.202Z[ helios-setup] Feb 25 20:33:12.979 INFO E| Compiling zip v0.6.6
34662026-02-25T20:33:13.733Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34672026-02-25T20:33:14.430Z[ helios-setup] Feb 25 20:33:14.207 INFO E| Compiling toml v0.7.8
34682026-02-25T20:33:14.789Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
34692026-02-25T20:33:15.783Z[ host-package] Compiling tiny-keccak v2.0.2
34702026-02-25T20:33:16.030Z[ host-package] Compiling diesel_derives v2.2.3
34712026-02-25T20:33:16.412Z[ host-package] Compiling r2d2 v0.8.10
34722026-02-25T20:33:17.400Z[ host-package] Compiling term v0.7.0
34732026-02-25T20:33:17.967Z[ host-package] Compiling tabled_derive v0.11.0
34742026-02-25T20:33:18.079Z[ helios-setup] Feb 25 20:33:17.853 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34752026-02-25T20:33:18.835Z[ helios-setup] Feb 25 20:33:18.611 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34762026-02-25T20:33:19.342Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34772026-02-25T20:33:19.551Z[ host-package] Compiling papergrid v0.17.0
34782026-02-25T20:33:21.166Z[ helios-setup] Feb 25 20:33:20.943 INFO E| Compiling path-slash v0.1.5
34792026-02-25T20:33:21.329Z[ helios-setup] Feb 25 20:33:21.105 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34802026-02-25T20:33:21.926Z[ helios-setup] Feb 25 20:33:21.702 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34812026-02-25T20:33:22.667Z[ host-package] Compiling testing_table v0.3.0
34822026-02-25T20:33:24.482Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34832026-02-25T20:33:27.440Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34842026-02-25T20:33:28.469Z[ helios-setup] Feb 25 20:33:28.246 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34852026-02-25T20:33:28.657Z[ host-package] Compiling arc-swap v1.7.1
34862026-02-25T20:33:30.943Z[ host-package] Compiling xshell-macros v0.2.7
34872026-02-25T20:33:31.660Z[ host-package] Compiling bit-vec v0.6.3
34882026-02-25T20:33:32.676Z[ host-package] Compiling bit-set v0.5.3
34892026-02-25T20:33:33.140Z[ host-package] Compiling xshell v0.2.7
34902026-02-25T20:33:33.838Z[ host-package] Compiling slog-scope v4.4.0
34912026-02-25T20:33:34.631Z[ host-package] Compiling diesel v2.2.12
34922026-02-25T20:33:35.541Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34932026-02-25T20:33:38.592Z[ host-package] Compiling tabled v0.20.0
34942026-02-25T20:33:44.565Z[ host-package] Compiling ascii-canvas v3.0.0
34952026-02-25T20:33:46.583Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34962026-02-25T20:33:46.701Z[ helios-setup] Feb 25 20:33:46.478 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34972026-02-25T20:33:51.855Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34982026-02-25T20:33:52.992Z[ host-package] Compiling ena v0.14.3
34992026-02-25T20:33:53.583Z[ host-package] Compiling diff v0.1.13
35002026-02-25T20:33:54.410Z[ host-package] Compiling unicase v2.8.1
35012026-02-25T20:33:55.457Z[ host-package] Compiling bindgen v0.71.1
35022026-02-25T20:33:56.457Z[ host-package] Compiling regex-syntax v0.6.29
35032026-02-25T20:33:57.537Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35042026-02-25T20:34:05.080Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35052026-02-25T20:34:06.070Z[ host-package] Compiling lalrpop v0.19.12
35062026-02-25T20:34:11.831Z[ host-package] Compiling slog-stdlog v4.1.1
35072026-02-25T20:34:13.379Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35082026-02-25T20:34:16.956Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35092026-02-25T20:34:18.263Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35102026-02-25T20:34:18.657Z[ helios-setup] Feb 25 20:34:18.434 INFO E| Finished `release` profile [optimized] target(s) in 2m 52s
35112026-02-25T20:34:18.657Z[ helios-setup] Feb 25 20:34:18.434 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35122026-02-25T20:34:18.683Z[ helios-setup] Feb 25 20:34:18.436 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35132026-02-25T20:34:18.728Z[ helios-setup] Feb 25 20:34:18.505 INFO building project "pilot" ok (172 seconds)
35142026-02-25T20:34:18.728Z[ helios-setup] Feb 25 20:34:18.505 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
35152026-02-25T20:34:18.794Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35162026-02-25T20:34:18.887Z[ helios-setup] Feb 25 20:34:18.664 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
35172026-02-25T20:34:18.887Z[ helios-setup] Feb 25 20:34:18.664 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35182026-02-25T20:34:18.887Z[ helios-setup] Feb 25 20:34:18.664 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35192026-02-25T20:34:19.159Z[ host-package] Compiling crc8 v0.1.1
35202026-02-25T20:34:19.394Z[ helios-setup] Feb 25 20:34:19.171 INFO E| Downloading crates ...
35212026-02-25T20:34:19.516Z[ helios-setup] Feb 25 20:34:19.294 INFO E| Downloaded miniz_oxide v0.8.8
35222026-02-25T20:34:19.584Z[ helios-setup] Feb 25 20:34:19.361 INFO E| Compiling adler2 v2.0.0
35232026-02-25T20:34:19.797Z[ helios-setup] Feb 25 20:34:19.573 INFO E| Compiling miniz_oxide v0.8.8
35242026-02-25T20:34:19.842Z[ host-package] Compiling slog-envlogger v2.2.0
35252026-02-25T20:34:22.347Z[ helios-setup] Feb 25 20:34:22.124 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35262026-02-25T20:34:22.916Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35272026-02-25T20:34:23.399Z[ helios-setup] Feb 25 20:34:23.176 INFO E| Finished `release` profile [optimized] target(s) in 4.38s
35282026-02-25T20:34:23.423Z[ helios-setup] Feb 25 20:34:23.194 INFO building project "pinprick" ok (4 seconds)
35292026-02-25T20:34:23.424Z[ helios-setup] Feb 25 20:34:23.194 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35302026-02-25T20:34:23.541Z[ helios-setup] Feb 25 20:34:23.319 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
35312026-02-25T20:34:23.541Z[ helios-setup] Feb 25 20:34:23.319 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35322026-02-25T20:34:23.541Z[ helios-setup] Feb 25 20:34:23.319 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35332026-02-25T20:34:23.931Z[ host-package] Compiling headers-core v0.3.0
35342026-02-25T20:34:24.074Z[ helios-setup] Feb 25 20:34:23.851 INFO E| Downloading crates ...
35352026-02-25T20:34:24.164Z[ helios-setup] Feb 25 20:34:23.942 INFO E| Downloaded serde_with_macros v3.12.0
35362026-02-25T20:34:24.189Z[ helios-setup] Feb 25 20:34:23.946 INFO E| Downloaded tempfile v3.20.0
35372026-02-25T20:34:24.189Z[ helios-setup] Feb 25 20:34:23.950 INFO E| Downloaded time-macros v0.2.22
35382026-02-25T20:34:24.189Z[ helios-setup] Feb 25 20:34:23.954 INFO E| Downloaded deranged v0.4.0
35392026-02-25T20:34:24.189Z[ helios-setup] Feb 25 20:34:23.957 INFO E| Downloaded time-core v0.1.4
35402026-02-25T20:34:24.189Z[ helios-setup] Feb 25 20:34:23.961 INFO E| Downloaded getrandom v0.3.3
35412026-02-25T20:34:24.214Z[ helios-setup] Feb 25 20:34:23.969 INFO E| Downloaded fastrand v2.3.0
35422026-02-25T20:34:24.214Z[ helios-setup] Feb 25 20:34:23.972 INFO E| Downloaded darling v0.20.11
35432026-02-25T20:34:24.214Z[ helios-setup] Feb 25 20:34:23.982 INFO E| Downloaded anyhow v1.0.98
35442026-02-25T20:34:24.214Z[ helios-setup] Feb 25 20:34:23.989 INFO E| Downloaded indexmap v2.9.0
35452026-02-25T20:34:24.239Z[ helios-setup] Feb 25 20:34:23.995 INFO E| Downloaded time v0.3.41
35462026-02-25T20:34:24.239Z[ helios-setup] Feb 25 20:34:24.006 INFO E| Downloaded darling_core v0.20.11
35472026-02-25T20:34:24.239Z[ helios-setup] Feb 25 20:34:24.013 INFO E| Downloaded hashbrown v0.15.3
35482026-02-25T20:34:24.264Z[ host-package] Compiling libxml v0.3.3
35492026-02-25T20:34:24.289Z[ helios-setup] Feb 25 20:34:24.051 INFO E| Downloaded serde_with v3.12.0
35502026-02-25T20:34:24.289Z[ helios-setup] Feb 25 20:34:24.063 INFO E| Downloaded chrono v0.4.41
35512026-02-25T20:34:24.314Z[ helios-setup] Feb 25 20:34:24.073 INFO E| Downloaded bitflags v2.9.1
35522026-02-25T20:34:24.314Z[ helios-setup] Feb 25 20:34:24.079 INFO E| Downloaded darling_macro v0.20.11
35532026-02-25T20:34:24.314Z[ helios-setup] Feb 25 20:34:24.081 INFO E| Downloaded rustix v1.0.7
35542026-02-25T20:34:24.457Z[ helios-setup] Feb 25 20:34:24.234 INFO E| Compiling proc-macro2 v1.0.95
35552026-02-25T20:34:24.457Z[ helios-setup] Feb 25 20:34:24.235 INFO E| Compiling unicode-ident v1.0.18
35562026-02-25T20:34:24.457Z[ helios-setup] Feb 25 20:34:24.235 INFO E| Compiling libc v0.2.172
35572026-02-25T20:34:24.483Z[ helios-setup] Feb 25 20:34:24.235 INFO E| Compiling strsim v0.11.1
35582026-02-25T20:34:24.483Z[ helios-setup] Feb 25 20:34:24.235 INFO E| Compiling ident_case v1.0.1
35592026-02-25T20:34:24.483Z[ helios-setup] Feb 25 20:34:24.235 INFO E| Compiling fnv v1.0.7
35602026-02-25T20:34:24.483Z[ helios-setup] Feb 25 20:34:24.235 INFO E| Compiling serde v1.0.219
35612026-02-25T20:34:24.483Z[ helios-setup] Feb 25 20:34:24.235 INFO E| Compiling rustix v1.0.7
35622026-02-25T20:34:24.937Z[ helios-setup] Feb 25 20:34:24.714 INFO E| Compiling getrandom v0.3.3
35632026-02-25T20:34:24.964Z[ helios-setup] Feb 25 20:34:24.741 INFO E| Compiling anyhow v1.0.98
35642026-02-25T20:34:25.286Z[ host-package] Compiling headers v0.4.1
35652026-02-25T20:34:25.426Z[ helios-setup] Feb 25 20:34:25.204 INFO E| Compiling thiserror v2.0.12
35662026-02-25T20:34:26.221Z[ helios-setup] Feb 25 20:34:25.998 INFO E| Compiling serde_json v1.0.140
35672026-02-25T20:34:26.258Z[ helios-setup] Feb 25 20:34:26.036 INFO E| Compiling cfg-if v1.0.0
35682026-02-25T20:34:26.380Z[ helios-setup] Feb 25 20:34:26.157 INFO E| Compiling bitflags v2.9.1
35692026-02-25T20:34:26.418Z[ helios-setup] Feb 25 20:34:26.196 INFO E| Compiling fastrand v2.3.0
35702026-02-25T20:34:26.952Z[ helios-setup] Feb 25 20:34:26.728 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
35712026-02-25T20:34:27.018Z[ helios-setup] Feb 25 20:34:26.795 INFO E| Compiling memchr v2.7.4
35722026-02-25T20:34:27.084Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35732026-02-25T20:34:27.368Z[ helios-setup] Feb 25 20:34:27.145 INFO E| Compiling itoa v1.0.15
35742026-02-25T20:34:27.727Z[ helios-setup] Feb 25 20:34:27.504 INFO E| Compiling once_cell v1.21.3
35752026-02-25T20:34:27.811Z[ helios-setup] Feb 25 20:34:27.589 INFO E| Compiling errno v0.3.12
35762026-02-25T20:34:28.041Z[ helios-setup] Feb 25 20:34:27.818 INFO E| Compiling ryu v1.0.20
35772026-02-25T20:34:29.142Z[ helios-setup] Feb 25 20:34:28.920 INFO E| Compiling quote v1.0.40
35782026-02-25T20:34:29.884Z[ helios-setup] Feb 25 20:34:29.661 INFO E| Compiling syn v2.0.101
35792026-02-25T20:34:31.584Z[ helios-setup] Feb 25 20:34:31.361 INFO E| Compiling tempfile v3.20.0
35802026-02-25T20:34:32.044Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35812026-02-25T20:34:32.108Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35822026-02-25T20:34:32.888Z[ host-package] Compiling strum_macros v0.24.3
35832026-02-25T20:34:33.656Z[ host-package] Compiling indoc v1.0.9
35842026-02-25T20:34:35.760Z[ host-package] Compiling polar-core v0.27.3
35852026-02-25T20:34:36.153Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35862026-02-25T20:34:37.102Z[ helios-setup] Feb 25 20:34:36.880 INFO E| Compiling darling_core v0.20.11
35872026-02-25T20:34:37.682Z[ host-package] Compiling samael v0.0.19
35882026-02-25T20:34:39.937Z[ helios-setup] Feb 25 20:34:39.715 INFO E| Compiling serde_derive v1.0.219
35892026-02-25T20:34:39.962Z[ helios-setup] Feb 25 20:34:39.715 INFO E| Compiling thiserror-impl v2.0.12
35902026-02-25T20:34:40.052Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35912026-02-25T20:34:40.297Z[ host-package] Compiling derive_builder v0.20.2
35922026-02-25T20:34:40.890Z[ host-package] Compiling oso-derive v0.27.3
35932026-02-25T20:34:42.323Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
35942026-02-25T20:34:43.214Z[ helios-setup] Feb 25 20:34:42.991 INFO E| Compiling darling_macro v0.20.11
35952026-02-25T20:34:44.604Z[ helios-setup] Feb 25 20:34:44.382 INFO E| Compiling darling v0.20.11
35962026-02-25T20:34:44.808Z[ helios-setup] Feb 25 20:34:44.580 INFO E| Compiling serde_with_macros v3.12.0
35972026-02-25T20:34:45.458Z[ host-package] Compiling quick-xml v0.37.2
35982026-02-25T20:34:46.691Z[ host-package] Compiling half v1.8.3
35992026-02-25T20:34:47.434Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36002026-02-25T20:34:47.752Z[ host-package] Compiling serde_cbor v0.11.2
36012026-02-25T20:34:48.091Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36022026-02-25T20:34:49.092Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36032026-02-25T20:34:50.400Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36042026-02-25T20:34:50.797Z[ host-package] Compiling diesel-dtrace v0.4.2
36052026-02-25T20:34:51.509Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36062026-02-25T20:34:55.173Z[ helios-setup] Feb 25 20:34:54.951 INFO E| Compiling serde_with v3.12.0
36072026-02-25T20:34:58.014Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36082026-02-25T20:34:59.088Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36092026-02-25T20:35:02.595Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36102026-02-25T20:35:03.881Z[ host-package] Compiling bb8 v0.8.5
36112026-02-25T20:35:05.947Z[ host-package] Compiling trait-variant v0.1.2
36122026-02-25T20:35:06.559Z[ helios-setup] Feb 25 20:35:06.337 INFO E| Finished `release` profile [optimized] target(s) in 42.85s
36132026-02-25T20:35:06.591Z[ helios-setup] Feb 25 20:35:06.368 INFO building project "dmar-report" ok (43 seconds)
36142026-02-25T20:35:06.616Z[ helios-setup] rm -f helios-build
36152026-02-25T20:35:06.616Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36162026-02-25T20:35:06.616Z[ helios-setup]
36172026-02-25T20:35:06.616Z[ helios-setup] Setup complete! ./helios-build is now available.
36182026-02-25T20:35:06.616Z[ helios-setup]
36192026-02-25T20:35:06.616Z[ helios-setup]
36202026-02-25T20:35:06.616Z[ helios-setup] real 7:49.365197654
36212026-02-25T20:35:06.616Z[ helios-setup] user 16:44.984443150
36222026-02-25T20:35:06.617ZFeb 25 20:35:06.387 INFO [helios-setup] process exited with exit status: 0 (469.37078299s)
36232026-02-25T20:35:06.617Z[ helios-setup] sys 2:15.417169069
36242026-02-25T20:35:06.617Z[ helios-setup] trap 1.389475911
36252026-02-25T20:35:06.617Z[ helios-setup] tflt 4.146127378
36262026-02-25T20:35:06.617Z[ helios-setup] dflt 12.031058368
36272026-02-25T20:35:06.617Z[ helios-setup] kflt 0.005979419
36282026-02-25T20:35:06.617Z[ helios-setup] lock 1:27:00.426338770
36292026-02-25T20:35:06.617Z[ helios-setup] slp 2:09:45.177408916
36302026-02-25T20:35:06.617Z[ helios-setup] lat 17:51.589503458
36312026-02-25T20:35:06.617Z[ helios-setup] stop 3:03.714971852
36322026-02-25T20:35:06.643ZFeb 25 20:35:06.395 INFO [helios-record] running task
36332026-02-25T20:35:06.643ZFeb 25 20:35:06.395 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36342026-02-25T20:35:06.643ZFeb 25 20:35:06.411 DEBG process exited with exit status: 0 (13.401015ms)
36352026-02-25T20:35:06.643ZFeb 25 20:35:06.411 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36362026-02-25T20:35:06.643ZFeb 25 20:35:06.419 DEBG process exited with exit status: 0 (17.566746ms)
36372026-02-25T20:35:06.643ZFeb 25 20:35:06.419 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36382026-02-25T20:35:06.669ZFeb 25 20:35:06.426 DEBG process exited with exit status: 0 (7.530163ms)
36392026-02-25T20:35:06.669ZFeb 25 20:35:06.427 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36402026-02-25T20:35:06.669ZFeb 25 20:35:06.433 DEBG process exited with exit status: 0 (6.000129ms)
36412026-02-25T20:35:06.669ZFeb 25 20:35:06.433 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36422026-02-25T20:35:06.669ZFeb 25 20:35:06.438 DEBG process exited with exit status: 0 (5.46628ms)
36432026-02-25T20:35:06.669ZFeb 25 20:35:06.438 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36442026-02-25T20:35:06.669ZFeb 25 20:35:06.443 DEBG process exited with exit status: 0 (5.43086ms)
36452026-02-25T20:35:06.669ZFeb 25 20:35:06.444 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36462026-02-25T20:35:06.694ZFeb 25 20:35:06.449 DEBG process exited with exit status: 0 (5.423686ms)
36472026-02-25T20:35:06.694ZFeb 25 20:35:06.449 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36482026-02-25T20:35:06.694ZFeb 25 20:35:06.454 DEBG process exited with exit status: 0 (5.368717ms)
36492026-02-25T20:35:06.694ZFeb 25 20:35:06.454 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36502026-02-25T20:35:06.694ZFeb 25 20:35:06.460 DEBG process exited with exit status: 0 (5.501469ms)
36512026-02-25T20:35:06.694ZFeb 25 20:35:06.460 INFO [helios-record] task succeeded (73.065503ms)
36522026-02-25T20:35:07.035Z[ host-package] Compiling oso v0.27.3
36532026-02-25T20:35:11.093Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
36542026-02-25T20:35:11.913Z[ host-package] Compiling async-bb8-diesel v0.2.1
36552026-02-25T20:35:12.886Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36562026-02-25T20:35:14.305Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36572026-02-25T20:35:14.743Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36582026-02-25T20:35:17.758Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36592026-02-25T20:35:18.151Z[ host-package] Compiling fxhash v0.2.1
36602026-02-25T20:35:18.511Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36612026-02-25T20:35:19.057Z[ host-package] Compiling typify-impl v0.2.0
36622026-02-25T20:35:19.096Z[ host-package] Compiling kstat-rs v0.2.4
36632026-02-25T20:35:20.100Z[ host-package] Compiling libz-sys v1.1.20
36642026-02-25T20:35:20.814Z[ host-package] Compiling salty v0.3.0
36652026-02-25T20:35:21.293Z[ host-package] Compiling nonempty v0.12.0
36662026-02-25T20:35:22.016Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36672026-02-25T20:35:22.756Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36682026-02-25T20:35:25.032Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36692026-02-25T20:35:27.724Z[ host-package] Compiling typify-macro v0.2.0
36702026-02-25T20:35:30.948Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36712026-02-25T20:35:35.996Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36722026-02-25T20:35:39.671Z[ host-package] Compiling nanorand v0.7.0
36732026-02-25T20:35:40.393Z[ host-package] Compiling parking_lot_core v0.8.6
36742026-02-25T20:35:40.947Z[ host-package] Compiling flume v0.11.1
36752026-02-25T20:35:41.160Z[ host-package] Compiling mime_guess v2.0.5
36762026-02-25T20:35:41.723Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36772026-02-25T20:35:42.144Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36782026-02-25T20:35:45.740Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36792026-02-25T20:35:49.998Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36802026-02-25T20:35:50.095Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36812026-02-25T20:36:08.797Z[ host-package] Compiling tabled_derive v0.10.0
36822026-02-25T20:36:08.845Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36832026-02-25T20:36:11.020Z[ host-package] Compiling ignore v0.4.23
36842026-02-25T20:36:12.923Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36852026-02-25T20:36:15.889Z[ host-package] Compiling papergrid v0.14.0
36862026-02-25T20:36:16.280Z[ host-package] Compiling primeorder v0.13.6
36872026-02-25T20:36:17.024Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36882026-02-25T20:36:19.883Z[ host-package] Compiling castaway v0.2.3
36892026-02-25T20:36:20.230Z[ host-package] Compiling nibble_vec v0.1.0
36902026-02-25T20:36:20.610Z[ host-package] Compiling atty v0.2.14
36912026-02-25T20:36:20.695Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36922026-02-25T20:36:20.893Z[ host-package] Compiling endian-type v0.1.2
36932026-02-25T20:36:21.193Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36942026-02-25T20:36:21.271Z[ host-package] Compiling http-range v0.1.5
36952026-02-25T20:36:21.711Z[ host-package] Compiling radix_trie v0.2.1
36962026-02-25T20:36:22.068Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36972026-02-25T20:36:22.930Z[ host-package] Compiling compact_str v0.8.0
36982026-02-25T20:36:23.085Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36992026-02-25T20:36:23.190Z[ host-package] Compiling tabled v0.18.0
37002026-02-25T20:36:25.698Z[ host-package] Compiling p384 v0.13.1
37012026-02-25T20:36:27.002Z[ host-package] Compiling globwalk v0.9.1
37022026-02-25T20:36:28.576Z[ host-package] Compiling parking_lot v0.11.2
37032026-02-25T20:36:30.689Z[ host-package] Compiling typify v0.2.0
37042026-02-25T20:36:30.937Z[ host-package] Compiling predicates-tree v1.0.12
37052026-02-25T20:36:31.125Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37062026-02-25T20:36:31.294Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37072026-02-25T20:36:31.952Z[ host-package] Compiling unicode-truncate v1.1.0
37082026-02-25T20:36:34.733Z[ host-package] Compiling prefix-trie v0.7.0
37092026-02-25T20:36:36.011Z[ host-package] Compiling lru v0.12.5
37102026-02-25T20:36:36.052Z[ host-package] Compiling vergen-git2 v1.0.7
37112026-02-25T20:36:36.486Z[ host-package] Compiling instability v0.3.2
37122026-02-25T20:36:36.562Z[ host-package] Compiling cassowary v0.3.0
37132026-02-25T20:36:37.608Z[ host-package] Compiling indoc v2.0.6
37142026-02-25T20:36:38.636Z[ host-package] Compiling ratatui v0.29.0
37152026-02-25T20:36:39.366Z[ host-package] Compiling hickory-server v0.25.2
37162026-02-25T20:36:40.209Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37172026-02-25T20:36:41.740Z[ host-package] Compiling progenitor-impl v0.8.0
37182026-02-25T20:36:44.148Z[ host-package] Compiling git2 v0.20.2
37192026-02-25T20:36:44.426Z[ host-package] Compiling hyper-staticfile v0.10.1
37202026-02-25T20:36:47.169Z[ host-package] Compiling sled v0.34.7
37212026-02-25T20:36:51.407Z[ host-package] Compiling hickory-client v0.25.2
37222026-02-25T20:36:53.473Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37232026-02-25T20:36:53.653Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37242026-02-25T20:36:53.756Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37252026-02-25T20:36:54.847Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37262026-02-25T20:36:55.423Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37272026-02-25T20:37:00.847Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37282026-02-25T20:37:02.690Z[ host-package] Compiling rand_seeder v0.4.0
37292026-02-25T20:37:03.062Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37302026-02-25T20:37:03.145Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37312026-02-25T20:37:03.589Z[ host-package] Compiling lzma-sys v0.1.20
37322026-02-25T20:37:03.938Z[ host-package] Compiling rustls v0.21.12
37332026-02-25T20:37:04.310Z[ host-package] Compiling corncobs v0.1.4
37342026-02-25T20:37:04.349Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37352026-02-25T20:37:04.655Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37362026-02-25T20:37:04.864Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37372026-02-25T20:37:04.900Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37382026-02-25T20:37:05.217Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37392026-02-25T20:37:05.992Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37402026-02-25T20:37:06.076Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37412026-02-25T20:37:16.632Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37422026-02-25T20:37:19.482Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37432026-02-25T20:37:20.214Z[ host-package] Compiling progenitor-macro v0.8.0
37442026-02-25T20:37:28.108Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37452026-02-25T20:37:32.252Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37462026-02-25T20:37:34.928Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37472026-02-25T20:37:37.122Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37482026-02-25T20:37:38.959Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37492026-02-25T20:37:39.312Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37502026-02-25T20:37:39.688Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37512026-02-25T20:37:40.081Z[ host-package] Compiling progenitor-client v0.8.0
37522026-02-25T20:37:41.040Z[ host-package] Compiling sct v0.7.1
37532026-02-25T20:37:41.525Z[ host-package] Compiling rustls-webpki v0.101.7
37542026-02-25T20:37:43.991Z[ host-package] Compiling heck v0.3.3
37552026-02-25T20:37:44.393Z[ host-package] Compiling secrecy v0.8.0
37562026-02-25T20:37:44.752Z[ host-package] Compiling void v1.0.2
37572026-02-25T20:37:45.026Z[ host-package] Compiling lzss v0.8.2
37582026-02-25T20:37:45.106Z[ host-package] Compiling zone_cfg_derive v0.1.2
37592026-02-25T20:37:46.339Z[ host-package] Compiling progenitor v0.8.0
37602026-02-25T20:37:46.831Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37612026-02-25T20:37:48.161Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37622026-02-25T20:37:53.149Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37632026-02-25T20:37:54.403Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37642026-02-25T20:37:57.268Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37652026-02-25T20:37:58.367Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37662026-02-25T20:37:58.824Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37672026-02-25T20:38:03.902Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37682026-02-25T20:38:04.251Z[ host-package] Compiling tungstenite v0.23.0
37692026-02-25T20:38:04.310Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37702026-02-25T20:38:04.671Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37712026-02-25T20:38:05.026Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37722026-02-25T20:38:05.390Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37732026-02-25T20:38:05.778Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37742026-02-25T20:38:06.529Z[ host-package] Compiling nix v0.27.1
37752026-02-25T20:38:08.516Z[ host-package] Compiling serde_bytes v0.11.19
37762026-02-25T20:38:09.109Z[ host-package] Compiling number_prefix v0.4.0
37772026-02-25T20:38:09.229Z[ host-package] Compiling base64 v0.13.1
37782026-02-25T20:38:09.441Z[ host-package] Compiling indicatif v0.17.11
37792026-02-25T20:38:09.494Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37802026-02-25T20:38:10.001Z[ host-package] Compiling ron v0.7.1
37812026-02-25T20:38:11.790Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37822026-02-25T20:38:12.617Z[ host-package] Compiling tokio-tungstenite v0.23.1
37832026-02-25T20:38:13.443Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
37842026-02-25T20:38:14.705Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37852026-02-25T20:38:15.480Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37862026-02-25T20:38:17.060Z[ host-package] Compiling xz2 v0.1.7
37872026-02-25T20:38:17.769Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37882026-02-25T20:38:25.965Z[ host-package] Compiling tokio-rustls v0.24.1
37892026-02-25T20:38:26.497Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37902026-02-25T20:38:26.521Z[ host-package] Compiling zone v0.1.8
37912026-02-25T20:38:30.408Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37922026-02-25T20:38:30.774Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37932026-02-25T20:38:35.765Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37942026-02-25T20:38:35.985Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37952026-02-25T20:38:58.505Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37962026-02-25T20:39:02.242Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37972026-02-25T20:39:04.170Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37982026-02-25T20:39:05.835Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37992026-02-25T20:39:11.131Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38002026-02-25T20:39:18.144Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38012026-02-25T20:39:18.488Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38022026-02-25T20:39:19.992Z[ host-package] Compiling rustls-pemfile v1.0.4
38032026-02-25T20:39:20.783Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38042026-02-25T20:39:25.570Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38052026-02-25T20:39:27.381Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38062026-02-25T20:39:27.754Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38072026-02-25T20:39:28.533Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38082026-02-25T20:39:29.305Z[ host-package] Compiling signal-hook-tokio v0.3.1
38092026-02-25T20:39:29.654Z[ host-package] Compiling twox-hash v2.1.0
38102026-02-25T20:39:30.256Z[ host-package] Compiling yasna v0.5.2
38112026-02-25T20:39:30.784Z[ host-package] Compiling is_ci v1.2.0
38122026-02-25T20:39:31.171Z[ host-package] Compiling supports-color v3.0.2
38132026-02-25T20:39:31.723Z[ host-package] Compiling rcgen v0.12.1
38142026-02-25T20:39:33.709Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38152026-02-25T20:39:41.710Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38162026-02-25T20:39:42.953Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38172026-02-25T20:39:44.619Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38182026-02-25T20:40:04.427Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38192026-02-25T20:40:04.622Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
38202026-02-25T20:40:15.901Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38212026-02-25T20:40:22.431Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38222026-02-25T20:40:35.797Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38232026-02-25T20:40:39.014Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38242026-02-25T20:40:39.911Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38252026-02-25T20:40:48.403Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38262026-02-25T20:40:48.816Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38272026-02-25T20:40:49.202Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38282026-02-25T20:40:49.630Z[ host-package] Compiling fatfs v0.3.6
38292026-02-25T20:40:52.559Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38302026-02-25T20:40:54.653Z[ host-package] Compiling subprocess v0.2.9
38312026-02-25T20:40:59.291Z[ host-package] Compiling rtoolbox v0.0.2
38322026-02-25T20:40:59.800Z[ host-package] Compiling assert_matches v1.5.0
38332026-02-25T20:40:59.993Z[ host-package] Compiling seq-macro v0.3.6
38342026-02-25T20:41:00.847Z[ host-package] Compiling rpassword v7.4.0
38352026-02-25T20:41:01.449Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38362026-02-25T20:41:01.667Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38372026-02-25T20:41:12.829Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38382026-02-25T20:41:23.539Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38392026-02-25T20:41:28.773Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38402026-02-25T20:41:28.998Z[ host-package] Compiling tui-tree-widget v0.23.1
38412026-02-25T20:41:29.533Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38422026-02-25T20:41:35.717Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38432026-02-25T20:41:36.634Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38442026-02-25T20:41:39.864Z[ host-package] Compiling uzers v0.12.1
38452026-02-25T20:41:42.464Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38462026-02-25T20:41:43.199Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38472026-02-25T20:41:50.945Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38482026-02-25T20:42:02.490Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38492026-02-25T20:42:20.060Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38502026-02-25T20:42:22.880Z[ host-package] Compiling support-bundle-viewer v0.1.2
38512026-02-25T20:42:24.599Z[ host-package] Compiling multimap v0.10.1
38522026-02-25T20:44:41.293Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38532026-02-25T20:58:07.166Z[ host-package] Finished `release` profile [optimized] target(s) in 28m 45s
38542026-02-25T20:59:46.292ZFeb 25 20:59:46.087 INFO [host-package] process exited with exit status: 0 (1824.809031075s)
38552026-02-25T20:59:46.292ZFeb 25 20:59:46.087 INFO [host-stamp] running task
38562026-02-25T20:59:46.316ZFeb 25 20:59:46.088 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 19.0.0-0.ci+gitbfa3d73ebef
38572026-02-25T20:59:46.316ZFeb 25 20:59:46.088 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38582026-02-25T20:59:46.316ZFeb 25 20:59:46.090 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 19.0.0-0.ci+gitbfa3d73ebef
38592026-02-25T20:59:46.316ZFeb 25 20:59:46.091 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 19.0.0-0.ci+gitbfa3d73ebef
38602026-02-25T20:59:46.316ZFeb 25 20:59:46.092 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 19.0.0-0.ci+gitbfa3d73ebef
38612026-02-25T20:59:46.316ZFeb 25 20:59:46.093 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 19.0.0-0.ci+gitbfa3d73ebef
38622026-02-25T20:59:46.316ZFeb 25 20:59:46.093 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 19.0.0-0.ci+gitbfa3d73ebef
38632026-02-25T20:59:46.316ZFeb 25 20:59:46.094 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 19.0.0-0.ci+gitbfa3d73ebef
38642026-02-25T20:59:46.317ZFeb 25 20:59:46.097 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 19.0.0-0.ci+gitbfa3d73ebef
38652026-02-25T20:59:46.341Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38662026-02-25T20:59:46.341Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38672026-02-25T20:59:46.341Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38682026-02-25T20:59:46.341Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38692026-02-25T20:59:46.341Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38702026-02-25T20:59:46.341Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38712026-02-25T20:59:46.341Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38722026-02-25T20:59:46.341Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38732026-02-25T20:59:46.341Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38742026-02-25T20:59:46.341Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38752026-02-25T20:59:46.365ZFeb 25 20:59:46.149 INFO [stamp-overlay] process exited with exit status: 0 (57.975238ms)
38762026-02-25T20:59:46.366Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38772026-02-25T20:59:46.366ZFeb 25 20:59:46.160 INFO [stamp-oxlog] process exited with exit status: 0 (66.630963ms)
38782026-02-25T20:59:46.454Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38792026-02-25T20:59:46.479ZFeb 25 20:59:46.257 INFO [stamp-crucible-utils] process exited with exit status: 0 (167.447337ms)
38802026-02-25T20:59:46.517Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38812026-02-25T20:59:46.541ZFeb 25 20:59:46.319 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (224.380329ms)
38822026-02-25T20:59:46.831Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38832026-02-25T20:59:46.856ZFeb 25 20:59:46.633 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (541.288464ms)
38842026-02-25T20:59:47.420Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38852026-02-25T20:59:47.458ZFeb 25 20:59:47.215 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (1.122348538s)
38862026-02-25T20:59:48.655Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38872026-02-25T20:59:48.696ZFeb 25 20:59:48.433 INFO [stamp-propolis-server] process exited with exit status: 0 (2.34453459s)
38882026-02-25T20:59:48.889Z[recovery-package] Compiling newtype-uuid v1.3.2
38892026-02-25T20:59:49.246Z[recovery-package] Compiling daft v0.1.4
38902026-02-25T20:59:49.745Z[recovery-package] Compiling iddqd v0.3.16
38912026-02-25T20:59:52.440Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38922026-02-25T20:59:52.998Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38932026-02-25T20:59:52.998Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38942026-02-25T20:59:53.022Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38952026-02-25T20:59:53.022Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38962026-02-25T20:59:53.121Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38972026-02-25T20:59:53.964Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38982026-02-25T20:59:58.677Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38992026-02-25T20:59:58.711ZFeb 25 20:59:58.475 INFO [stamp-switch-asic] process exited with exit status: 0 (12.377918178s)
39002026-02-25T20:59:58.711ZFeb 25 20:59:58.475 INFO [host-stamp] task succeeded (12.388134929s)
39012026-02-25T20:59:58.711ZFeb 25 20:59:58.475 INFO [host-proto] running task
39022026-02-25T20:59:59.902ZFeb 25 20:59:59.697 INFO [host-proto] task succeeded (1.221492967s)
39032026-02-25T20:59:59.902ZFeb 25 20:59:59.697 INFO [host-profile] running task
39042026-02-25T20:59:59.927ZFeb 25 20:59:59.697 INFO [host-profile] task succeeded (616.663µs)
39052026-02-25T20:59:59.927ZFeb 25 20:59:59.698 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/.tmpHsUFYS/proto/host/root -N 'ci bfa3d73/${os_short_commit} 2026-02-25 20:27' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
39062026-02-25T20:59:59.928Z[ host-image] Feb 25 20:59:59.714 INFO Checking files for board 'cosmo-mbist-noaggr'
39072026-02-25T20:59:59.929Z[ host-image] Feb 25 20:59:59.714 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39082026-02-25T20:59:59.929Z[ host-image] Feb 25 20:59:59.714 INFO Checking files for board 'cosmo-mbist'
39092026-02-25T20:59:59.929Z[ host-image] Feb 25 20:59:59.715 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39102026-02-25T20:59:59.929Z[ host-image] Feb 25 20:59:59.715 INFO Checking files for board 'gimlet'
39112026-02-25T20:59:59.929Z[ host-image] Feb 25 20:59:59.715 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39122026-02-25T20:59:59.929Z[ host-image] Feb 25 20:59:59.715 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39132026-02-25T20:59:59.929Z[ host-image] Feb 25 20:59:59.715 INFO Checking files for board 'cosmo'
39142026-02-25T20:59:59.929Z[ host-image] Feb 25 20:59:59.715 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39152026-02-25T20:59:59.929Z[ host-image] Feb 25 20:59:59.715 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39162026-02-25T20:59:59.954Z[ host-image] Feb 25 20:59:59.737 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpHsUFYS/proto/host/root"
39172026-02-25T20:59:59.954Z[ host-image] Feb 25 20:59:59.737 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39182026-02-25T20:59:59.954Z[ host-image] Feb 25 20:59:59.737 INFO image builder template: ramdisk-01-os...
39192026-02-25T20:59:59.954Z[ host-image] Feb 25 20:59:59.737 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/.tmpHsUFYS/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39202026-02-25T20:59:59.980Z[ host-image] Feb 25 20:59:59.775 INFO O| Feb 25 20:59:59.774 INFO CREATE DATASET: rpool/images/build/host/output
39212026-02-25T21:00:00.107Z[ host-image] Feb 25 20:59:59.901 INFO O| Feb 25 20:59:59.901 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39222026-02-25T21:00:00.134Z[ host-image] Feb 25 20:59:59.906 INFO O| Feb 25 20:59:59.906 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39232026-02-25T21:00:00.225Z[ host-image] Feb 25 21:00:00.018 INFO O| Feb 25 21:00:00.017 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39242026-02-25T21:00:00.261Z[ host-image] Feb 25 21:00:00.056 INFO O| Feb 25 21:00:00.056 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39252026-02-25T21:00:00.288Z[ host-image] Feb 25 21:00:00.056 INFO O| Feb 25 21:00:00.056 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39262026-02-25T21:00:00.288Z[ host-image] Feb 25 21:00:00.057 INFO O| Feb 25 21:00:00.057 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39272026-02-25T21:00:00.288Z[ host-image] Feb 25 21:00:00.057 INFO O| Feb 25 21:00:00.057 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39282026-02-25T21:00:00.288Z[ host-image] Feb 25 21:00:00.071 INFO O| Feb 25 21:00:00.071 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39292026-02-25T21:00:00.377Z[ host-image] Feb 25 21:00:00.172 INFO O| Feb 25 21:00:00.172 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39302026-02-25T21:00:00.402Z[ host-image] Feb 25 21:00:00.194 INFO O| Feb 25 21:00:00.193 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39312026-02-25T21:00:00.997Z[ host-image] Feb 25 21:00:00.791 INFO O| Feb 25 21:00:00.791 INFO O| Caching catalogs ... Done
39322026-02-25T21:00:01.131Z[ host-image] Feb 25 21:00:00.924 INFO O| Feb 25 21:00:00.924 INFO STEP 0 (pkg_image_create) COMPLETE
39332026-02-25T21:00:01.131Z[ host-image] Feb 25 21:00:00.924 INFO O| Feb 25 21:00:00.924 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39342026-02-25T21:00:01.169Z[ host-image] Feb 25 21:00:00.939 INFO O| Feb 25 21:00:00.938 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"]
39352026-02-25T21:00:01.731Z[ host-image] Feb 25 21:00:01.524 INFO O| Feb 25 21:00:01.524 INFO STEP 1 (pkg_set_publisher) COMPLETE
39362026-02-25T21:00:01.731Z[ host-image] Feb 25 21:00:01.524 INFO O| Feb 25 21:00:01.524 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39372026-02-25T21:00:01.759Z[ host-image] Feb 25 21:00:01.524 INFO O| Feb 25 21:00:01.524 INFO skip step because feature "publisher_1_name" is not enabled
39382026-02-25T21:00:01.759Z[ host-image] Feb 25 21:00:01.524 INFO O| Feb 25 21:00:01.524 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39392026-02-25T21:00:01.759Z[ host-image] Feb 25 21:00:01.524 INFO O| Feb 25 21:00:01.524 INFO skip step because feature "publisher_2_name" is not enabled
39402026-02-25T21:00:01.760Z[ host-image] Feb 25 21:00:01.524 INFO O| Feb 25 21:00:01.524 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39412026-02-25T21:00:01.760Z[ host-image] Feb 25 21:00:01.524 INFO O| Feb 25 21:00:01.524 INFO skip step because feature "publisher_3_name" is not enabled
39422026-02-25T21:00:01.760Z[ host-image] Feb 25 21:00:01.524 INFO O| Feb 25 21:00:01.524 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39432026-02-25T21:00:02.293Z[ host-image] Feb 25 21:00:02.088 INFO O| Feb 25 21:00:02.088 INFO variant opensolaris.zone is already global
39442026-02-25T21:00:02.293Z[ host-image] Feb 25 21:00:02.088 INFO O| Feb 25 21:00:02.088 INFO STEP 5 (pkg_change_variant) COMPLETE
39452026-02-25T21:00:02.318Z[ host-image] Feb 25 21:00:02.088 INFO O| Feb 25 21:00:02.088 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39462026-02-25T21:00:02.861Z[ host-image] Feb 25 21:00:02.656 INFO O| Feb 25 21:00:02.655 INFO variant opensolaris.imagetype is full; changing to partial
39472026-02-25T21:00:02.861Z[ host-image] Feb 25 21:00:02.656 INFO O| Feb 25 21:00:02.655 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39482026-02-25T21:00:11.387Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39492026-02-25T21:00:11.387Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39502026-02-25T21:00:11.414Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39512026-02-25T21:00:11.414Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39522026-02-25T21:00:18.958Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39532026-02-25T21:00:19.149Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39542026-02-25T21:00:21.344Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39552026-02-25T21:00:21.915Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39562026-02-25T21:00:24.746Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39572026-02-25T21:00:26.462Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39582026-02-25T21:00:52.113Z[ host-image] Feb 25 21:00:51.907 INFO O| Feb 25 21:00:51.907 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39592026-02-25T21:01:00.259Z[recovery-package] Finished `release` profile [optimized] target(s) in 1m 11s
39602026-02-25T21:01:04.703ZFeb 25 21:01:04.499 INFO [recovery-package] process exited with exit status: 0 (78.41040866s)
39612026-02-25T21:01:04.703ZFeb 25 21:01:04.499 INFO [recovery-stamp] running task
39622026-02-25T21:01:04.729ZFeb 25 21:01:04.500 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39632026-02-25T21:01:04.729ZFeb 25 21:01:04.500 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+gitbfa3d73ebef
39642026-02-25T21:01:04.729ZFeb 25 21:01:04.501 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 19.0.0-0.ci+gitbfa3d73ebef
39652026-02-25T21:01:04.729Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39662026-02-25T21:01:04.729Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39672026-02-25T21:01:04.910Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39682026-02-25T21:01:04.936ZFeb 25 21:01:04.712 INFO [stamp-installinator] process exited with exit status: 0 (211.598572ms)
39692026-02-25T21:01:05.007Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39702026-02-25T21:01:05.032ZFeb 25 21:01:04.810 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (309.350539ms)
39712026-02-25T21:01:05.032ZFeb 25 21:01:04.810 INFO [recovery-stamp] task succeeded (311.531784ms)
39722026-02-25T21:01:05.032ZFeb 25 21:01:04.811 INFO [recovery-proto] running task
39732026-02-25T21:01:05.032ZFeb 25 21:01:04.811 INFO [tuf-stamp] running task
39742026-02-25T21:01:05.032ZFeb 25 21:01:04.812 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 19.0.0-0.ci+gitbfa3d73ebef
39752026-02-25T21:01:05.032ZFeb 25 21:01:04.813 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 19.0.0-0.ci+gitbfa3d73ebef
39762026-02-25T21:01:05.032ZFeb 25 21:01:04.814 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 19.0.0-0.ci+gitbfa3d73ebef
39772026-02-25T21:01:05.033ZFeb 25 21:01:04.814 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 19.0.0-0.ci+gitbfa3d73ebef
39782026-02-25T21:01:05.033ZFeb 25 21:01:04.815 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 19.0.0-0.ci+gitbfa3d73ebef
39792026-02-25T21:01:05.033ZFeb 25 21:01:04.818 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 19.0.0-0.ci+gitbfa3d73ebef
39802026-02-25T21:01:05.033ZFeb 25 21:01:04.820 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 19.0.0-0.ci+gitbfa3d73ebef
39812026-02-25T21:01:05.033ZFeb 25 21:01:04.825 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 19.0.0-0.ci+gitbfa3d73ebef
39822026-02-25T21:01:05.033ZFeb 25 21:01:04.826 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 19.0.0-0.ci+gitbfa3d73ebef
39832026-02-25T21:01:05.058ZFeb 25 21:01:04.833 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 19.0.0-0.ci+gitbfa3d73ebef
39842026-02-25T21:01:05.058Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-02-25T21:01:05.059Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-02-25T21:01:05.059ZFeb 25 21:01:04.835 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 19.0.0-0.ci+gitbfa3d73ebef
39872026-02-25T21:01:05.059ZFeb 25 21:01:04.836 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 19.0.0-0.ci+gitbfa3d73ebef[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-02-25T21:01:05.059Z
39892026-02-25T21:01:05.084Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-02-25T21:01:05.084Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-02-25T21:01:05.085Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-02-25T21:01:05.085Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-02-25T21:01:05.085Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-02-25T21:01:05.085Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-02-25T21:01:05.085Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-02-25T21:01:05.085Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-02-25T21:01:05.110Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-02-25T21:01:05.248Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39992026-02-25T21:01:05.291ZFeb 25 21:01:05.087 INFO [stamp-probe] process exited with exit status: 0 (275.091862ms)
40002026-02-25T21:01:05.378ZFeb 25 21:01:05.173 INFO [recovery-proto] task succeeded (362.782488ms)
40012026-02-25T21:01:05.403ZFeb 25 21:01:05.174 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/.tmpHsUFYS/proto/recovery/root -N 'recovery bfa3d73/${os_short_commit} 2026-02-25 20:27' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
40022026-02-25T21:01:05.461Z[ recovery-image] Feb 25 21:01:05.256 INFO Checking files for board 'gimlet'
40032026-02-25T21:01:05.487Z[ recovery-image] Feb 25 21:01:05.257 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40042026-02-25T21:01:05.488Z[ recovery-image] Feb 25 21:01:05.257 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40052026-02-25T21:01:05.488Z[ recovery-image] Feb 25 21:01:05.257 INFO Checking files for board 'cosmo-mbist'
40062026-02-25T21:01:05.488Z[ recovery-image] Feb 25 21:01:05.257 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
40072026-02-25T21:01:05.488Z[ recovery-image] Feb 25 21:01:05.257 INFO Checking files for board 'cosmo'
40082026-02-25T21:01:05.488Z[ recovery-image] Feb 25 21:01:05.257 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40092026-02-25T21:01:05.488Z[ recovery-image] Feb 25 21:01:05.257 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
40102026-02-25T21:01:05.488Z[ recovery-image] Feb 25 21:01:05.257 INFO Checking files for board 'cosmo-mbist-noaggr'
40112026-02-25T21:01:05.488Z[ recovery-image] Feb 25 21:01:05.257 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
40122026-02-25T21:01:05.489Z[ recovery-image] Feb 25 21:01:05.281 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpHsUFYS/proto/recovery/root"
40132026-02-25T21:01:05.489Z[ recovery-image] Feb 25 21:01:05.281 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40142026-02-25T21:01:05.489Z[ recovery-image] Feb 25 21:01:05.281 INFO image builder template: ramdisk-01-os...
40152026-02-25T21:01:05.489Z[ recovery-image] Feb 25 21:01:05.281 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpHsUFYS/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40162026-02-25T21:01:05.533Z[ recovery-image] Feb 25 21:01:05.329 INFO O| Feb 25 21:01:05.328 INFO CREATE DATASET: rpool/images/build/recovery/output
40172026-02-25T21:01:05.675Z[ recovery-image] Feb 25 21:01:05.470 INFO O| Feb 25 21:01:05.470 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40182026-02-25T21:01:05.701Z[ recovery-image] Feb 25 21:01:05.480 INFO O| Feb 25 21:01:05.480 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40192026-02-25T21:01:05.832Z[ recovery-image] Feb 25 21:01:05.623 INFO O| Feb 25 21:01:05.623 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40202026-02-25T21:01:05.885Z[ recovery-image] Feb 25 21:01:05.667 INFO O| Feb 25 21:01:05.667 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40212026-02-25T21:01:05.885Z[ recovery-image] Feb 25 21:01:05.668 INFO O| Feb 25 21:01:05.668 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40222026-02-25T21:01:05.885Z[ recovery-image] Feb 25 21:01:05.668 INFO O| Feb 25 21:01:05.668 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40232026-02-25T21:01:05.885Z[ recovery-image] Feb 25 21:01:05.668 INFO O| Feb 25 21:01:05.668 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40242026-02-25T21:01:05.910Z[ recovery-image] Feb 25 21:01:05.682 INFO O| Feb 25 21:01:05.682 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40252026-02-25T21:01:06.167Z[ recovery-image] Feb 25 21:01:05.962 INFO O| Feb 25 21:01:05.962 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40262026-02-25T21:01:06.192Z[ recovery-image] Feb 25 21:01:05.980 INFO O| Feb 25 21:01:05.979 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40272026-02-25T21:01:06.709Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40282026-02-25T21:01:06.832ZFeb 25 21:01:06.628 INFO [stamp-ntp] process exited with exit status: 0 (1.814536555s)
40292026-02-25T21:01:06.943Z[ recovery-image] Feb 25 21:01:06.738 INFO O| Feb 25 21:01:06.738 INFO O| Caching catalogs ... Done
40302026-02-25T21:01:06.981Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
40312026-02-25T21:01:07.026Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40322026-02-25T21:01:07.126Z[ recovery-image] Feb 25 21:01:06.915 INFO O| Feb 25 21:01:06.914 INFO STEP 0 (pkg_image_create) COMPLETE
40332026-02-25T21:01:07.126Z[ recovery-image] Feb 25 21:01:06.915 INFO O| Feb 25 21:01:06.915 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40342026-02-25T21:01:07.152Z[ recovery-image] Feb 25 21:01:06.935 INFO O| Feb 25 21:01:06.935 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"]
40352026-02-25T21:01:07.591Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40362026-02-25T21:01:07.628ZFeb 25 21:01:07.425 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.591196784s)
40372026-02-25T21:01:07.653Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40382026-02-25T21:01:07.654ZFeb 25 21:01:07.442 INFO [stamp-internal-dns] process exited with exit status: 0 (2.616016463s)
40392026-02-25T21:01:07.840Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40402026-02-25T21:01:07.869ZFeb 25 21:01:07.665 INFO [stamp-external-dns] process exited with exit status: 0 (2.844710055s)
40412026-02-25T21:01:08.028Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40422026-02-25T21:01:08.064Z[ recovery-image] Feb 25 21:01:07.858 INFO O| Feb 25 21:01:07.858 INFO STEP 1 (pkg_set_publisher) COMPLETE
40432026-02-25T21:01:08.064Z[ recovery-image] Feb 25 21:01:07.858 INFO O| Feb 25 21:01:07.858 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40442026-02-25T21:01:08.064Z[ recovery-image] Feb 25 21:01:07.858 INFO O| Feb 25 21:01:07.858 INFO skip step because feature "publisher_1_name" is not enabled
40452026-02-25T21:01:08.064Z[ recovery-image] Feb 25 21:01:07.858 INFO O| Feb 25 21:01:07.858 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40462026-02-25T21:01:08.064Z[ recovery-image] Feb 25 21:01:07.858 INFO O| Feb 25 21:01:07.858 INFO skip step because feature "publisher_2_name" is not enabled
40472026-02-25T21:01:08.064Z[ recovery-image] Feb 25 21:01:07.858 INFO O| Feb 25 21:01:07.858 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482026-02-25T21:01:08.064Z[ recovery-image] Feb 25 21:01:07.858 INFO O| Feb 25 21:01:07.858 INFO skip step because feature "publisher_3_name" is not enabled
40492026-02-25T21:01:08.064Z[ recovery-image] Feb 25 21:01:07.858 INFO O| Feb 25 21:01:07.858 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40502026-02-25T21:01:08.091ZFeb 25 21:01:07.866 INFO [stamp-crucible-zone] process exited with exit status: 0 (3.053034483s)
40512026-02-25T21:01:08.353Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40522026-02-25T21:01:08.389ZFeb 25 21:01:08.185 INFO [stamp-oximeter] process exited with exit status: 0 (3.349329803s)
40532026-02-25T21:01:08.704Z[ recovery-image] Feb 25 21:01:08.500 INFO O| Feb 25 21:01:08.499 INFO variant opensolaris.zone is already global
40542026-02-25T21:01:08.704Z[ recovery-image] Feb 25 21:01:08.500 INFO O| Feb 25 21:01:08.499 INFO STEP 5 (pkg_change_variant) COMPLETE
40552026-02-25T21:01:08.730Z[ recovery-image] Feb 25 21:01:08.500 INFO O| Feb 25 21:01:08.499 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40562026-02-25T21:01:09.294Z[ recovery-image] Feb 25 21:01:09.090 INFO O| Feb 25 21:01:09.090 INFO variant opensolaris.imagetype is full; changing to partial
40572026-02-25T21:01:09.294Z[ recovery-image] Feb 25 21:01:09.090 INFO O| Feb 25 21:01:09.090 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40582026-02-25T21:01:12.984Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40592026-02-25T21:01:13.021ZFeb 25 21:01:12.782 INFO [stamp-cockroachdb] process exited with exit status: 0 (7.966656154s)
40602026-02-25T21:01:14.189Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40612026-02-25T21:01:14.214ZFeb 25 21:01:13.989 INFO [stamp-nexus] process exited with exit status: 0 (9.152908166s)
40622026-02-25T21:01:16.631Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40632026-02-25T21:01:16.656Z[ host-image] Feb 25 21:01:16.436 INFO O| Feb 25 21:01:16.436 INFO O| Startup: Caching catalogs ... Done
40642026-02-25T21:01:16.705Z[verify-libraries] Compiling object v0.37.3
40652026-02-25T21:01:16.755Z[verify-libraries] Compiling stacker v0.1.23
40662026-02-25T21:01:16.755Z[verify-libraries] Compiling cfg_aliases v0.1.1
40672026-02-25T21:01:16.755Z[verify-libraries] Compiling home v0.5.9
40682026-02-25T21:01:16.755Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40692026-02-25T21:01:16.781Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40702026-02-25T21:01:16.781Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40712026-02-25T21:01:16.781Z[ host-image] Feb 25 21:01:16.567 INFO O| Feb 25 21:01:16.566 INFO O| Planning: Planning completed in 0.00 seconds
40722026-02-25T21:01:16.781Z[ host-image] Feb 25 21:01:16.567 INFO O| Feb 25 21:01:16.567 INFO O| Planning: Consolidating action changes ... Done
40732026-02-25T21:01:16.781Z[ host-image] Feb 25 21:01:16.568 INFO O| Feb 25 21:01:16.567 INFO O| Planning: Evaluating mediators ... Done
40742026-02-25T21:01:16.781Z[ host-image] Feb 25 21:01:16.568 INFO O| Feb 25 21:01:16.568 INFO O| Planning: Planning completed in 0.00 seconds
40752026-02-25T21:01:16.781Z[ host-image] Feb 25 21:01:16.568 INFO O| Feb 25 21:01:16.568 INFO O| Variants/Facets to change: 1
40762026-02-25T21:01:16.806Z[ host-image] Feb 25 21:01:16.600 INFO O| Feb 25 21:01:16.600 INFO O| Done
40772026-02-25T21:01:16.806Z[ host-image] Feb 25 21:01:16.600 INFO O| Feb 25 21:01:16.600 INFO O| Done
40782026-02-25T21:01:17.571Z[verify-libraries] Compiling nix v0.28.0
40792026-02-25T21:01:17.710Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40802026-02-25T21:01:17.976Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40812026-02-25T21:01:18.063ZFeb 25 21:01:17.859 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.044506407s)
40822026-02-25T21:01:18.088Z[verify-libraries] Compiling unicode_categories v0.1.1
40832026-02-25T21:01:18.463Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40842026-02-25T21:01:18.500Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40852026-02-25T21:01:18.529ZFeb 25 21:01:18.324 INFO [stamp-clickhouse_server] process exited with exit status: 0 (13.509631455s)
40862026-02-25T21:01:18.585Z[verify-libraries] Compiling polyval v0.6.2
40872026-02-25T21:01:18.901Z[verify-libraries] Compiling sqlformat v0.3.5
40882026-02-25T21:01:19.261Z[verify-libraries] Compiling ghash v0.5.1
40892026-02-25T21:01:19.577Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40902026-02-25T21:01:19.611ZFeb 25 21:01:19.270 INFO [stamp-clickhouse] process exited with exit status: 0 (14.445219047s)
40912026-02-25T21:01:19.611ZFeb 25 21:01:19.271 INFO [tuf-stamp] task succeeded (14.460107301s)
40922026-02-25T21:01:19.611Z[verify-libraries] Compiling ctr v0.9.2
40932026-02-25T21:01:19.637Z[verify-libraries] Compiling ssh-encoding v0.2.0
40942026-02-25T21:01:19.805Z[verify-libraries] Compiling blowfish v0.9.1
40952026-02-25T21:01:20.056Z[verify-libraries] Compiling aes-gcm v0.10.3
40962026-02-25T21:01:20.363Z[ host-image] Feb 25 21:01:20.157 INFO O| Feb 25 21:01:20.157 INFO O| Done
40972026-02-25T21:01:20.527Z[verify-libraries] Compiling ssh-cipher v0.2.0
40982026-02-25T21:01:20.698Z[ host-image] Feb 25 21:01:20.494 INFO O| Feb 25 21:01:20.493 INFO O| Done
40992026-02-25T21:01:20.723Z[ host-image] Feb 25 21:01:20.495 INFO O| Feb 25 21:01:20.495 INFO O| Done
41002026-02-25T21:01:20.723Z[ host-image] Feb 25 21:01:20.495 INFO O| Feb 25 21:01:20.495 INFO O| Done
41012026-02-25T21:01:20.723Z[ host-image] Feb 25 21:01:20.497 INFO O| Feb 25 21:01:20.497 INFO O| Done
41022026-02-25T21:01:20.918Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41032026-02-25T21:01:21.015Z[verify-libraries] Compiling password-hash v0.4.2
41042026-02-25T21:01:21.454Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41052026-02-25T21:01:21.916Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41062026-02-25T21:01:22.516Z[verify-libraries] Compiling petname v2.0.2
41072026-02-25T21:01:23.097Z[ host-image] Feb 25 21:01:22.885 INFO O| Feb 25 21:01:22.885 INFO STEP 6 (pkg_change_variant) COMPLETE
41082026-02-25T21:01:23.098Z[ host-image] Feb 25 21:01:22.885 INFO O| Feb 25 21:01:22.885 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41092026-02-25T21:01:23.099Z[ host-image] Feb 25 21:01:22.885 INFO O| Feb 25 21:01:22.885 INFO skip step because feature "debug_variant" is not enabled
41102026-02-25T21:01:23.142Z[ host-image] Feb 25 21:01:22.885 INFO O| Feb 25 21:01:22.885 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41112026-02-25T21:01:23.568Z[verify-libraries] Compiling rustyline v14.0.0
41122026-02-25T21:01:23.862Z[ host-image] Feb 25 21:01:23.655 INFO O| Feb 25 21:01:23.655 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41132026-02-25T21:01:24.525Z[verify-libraries] Compiling pbkdf2 v0.11.0
41142026-02-25T21:01:25.025Z[verify-libraries] Compiling ssh-key v0.6.6
41152026-02-25T21:01:25.223Z[verify-libraries] Compiling p256 v0.13.2
41162026-02-25T21:01:25.756Z[verify-libraries] Compiling p521 v0.13.3
41172026-02-25T21:01:28.337Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41182026-02-25T21:01:28.661Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41192026-02-25T21:01:29.288Z[verify-libraries] Compiling md5 v0.7.0
41202026-02-25T21:01:29.969Z[verify-libraries] Compiling russh-keys v0.45.0
41212026-02-25T21:01:30.690Z[verify-libraries] Compiling psm v0.1.30
41222026-02-25T21:01:30.797Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41232026-02-25T21:01:31.170Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41242026-02-25T21:01:31.739Z[verify-libraries] Compiling num-bigint v0.4.6
41252026-02-25T21:01:33.121Z[verify-libraries] Compiling recursive v0.1.1
41262026-02-25T21:01:33.485Z[verify-libraries] Compiling sqlparser v0.61.0
41272026-02-25T21:01:36.155Z[verify-libraries] Compiling des v0.8.1
41282026-02-25T21:01:36.632Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41292026-02-25T21:01:37.022Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41302026-02-25T21:01:37.869Z[verify-libraries] Compiling hex-literal v0.4.1
41312026-02-25T21:01:38.322Z[verify-libraries] Compiling sync-ptr v0.1.4
41322026-02-25T21:01:38.403Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41332026-02-25T21:01:38.472Z[verify-libraries] Compiling russh v0.45.0
41342026-02-25T21:01:38.943Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41352026-02-25T21:01:42.681Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41362026-02-25T21:01:43.435Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41372026-02-25T21:01:46.307Z[verify-libraries] Compiling internet-checksum v0.2.1
41382026-02-25T21:01:46.747Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41392026-02-25T21:01:49.916Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41402026-02-25T21:01:54.135Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41412026-02-25T21:02:07.925Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41422026-02-25T21:02:09.232Z[ recovery-image] Feb 25 21:02:09.029 INFO O| Feb 25 21:02:09.028 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41432026-02-25T21:02:17.542Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41442026-02-25T21:02:22.948Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41452026-02-25T21:02:28.413Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41462026-02-25T21:02:31.716Z[ host-image] Feb 25 21:02:31.512 INFO O| Feb 25 21:02:31.512 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41472026-02-25T21:02:36.558Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41482026-02-25T21:02:38.005Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41492026-02-25T21:02:39.807Z[ recovery-image] Feb 25 21:02:39.603 INFO O| Feb 25 21:02:39.603 INFO O| Startup: Caching catalogs ... Done
41502026-02-25T21:02:40.031Z[ recovery-image] Feb 25 21:02:39.828 INFO O| Feb 25 21:02:39.828 INFO O| Planning: Planning completed in 0.00 seconds
41512026-02-25T21:02:40.057Z[ recovery-image] Feb 25 21:02:39.829 INFO O| Feb 25 21:02:39.829 INFO O| Planning: Consolidating action changes ... Done
41522026-02-25T21:02:40.057Z[ recovery-image] Feb 25 21:02:39.829 INFO O| Feb 25 21:02:39.829 INFO O| Planning: Evaluating mediators ... Done
41532026-02-25T21:02:40.057Z[ recovery-image] Feb 25 21:02:39.830 INFO O| Feb 25 21:02:39.830 INFO O| Planning: Planning completed in 0.00 seconds
41542026-02-25T21:02:40.057Z[ recovery-image] Feb 25 21:02:39.831 INFO O| Feb 25 21:02:39.831 INFO O| Variants/Facets to change: 1
41552026-02-25T21:02:40.090Z[ recovery-image] Feb 25 21:02:39.856 INFO O| Feb 25 21:02:39.856 INFO O| Done
41562026-02-25T21:02:40.090Z[ recovery-image] Feb 25 21:02:39.856 INFO O| Feb 25 21:02:39.856 INFO O| Done
41572026-02-25T21:02:43.513Z[ recovery-image] Feb 25 21:02:43.310 INFO O| Feb 25 21:02:43.310 INFO O| Done
41582026-02-25T21:02:43.652Z[ recovery-image] Feb 25 21:02:43.448 INFO O| Feb 25 21:02:43.448 INFO O| Done
41592026-02-25T21:02:43.682Z[ recovery-image] Feb 25 21:02:43.450 INFO O| Feb 25 21:02:43.450 INFO O| Done
41602026-02-25T21:02:43.682Z[ recovery-image] Feb 25 21:02:43.450 INFO O| Feb 25 21:02:43.450 INFO O| Done
41612026-02-25T21:02:43.682Z[ recovery-image] Feb 25 21:02:43.452 INFO O| Feb 25 21:02:43.452 INFO O| Done
41622026-02-25T21:02:45.871Z[ recovery-image] Feb 25 21:02:45.661 INFO O| Feb 25 21:02:45.661 INFO STEP 6 (pkg_change_variant) COMPLETE
41632026-02-25T21:02:45.871Z[ recovery-image] Feb 25 21:02:45.661 INFO O| Feb 25 21:02:45.661 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41642026-02-25T21:02:45.871Z[ recovery-image] Feb 25 21:02:45.661 INFO O| Feb 25 21:02:45.661 INFO skip step because feature "debug_variant" is not enabled
41652026-02-25T21:02:45.871Z[ recovery-image] Feb 25 21:02:45.661 INFO O| Feb 25 21:02:45.661 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41662026-02-25T21:02:46.696Z[ recovery-image] Feb 25 21:02:46.492 INFO O| Feb 25 21:02:46.491 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41672026-02-25T21:02:48.607Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41682026-02-25T21:02:51.885Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41692026-02-25T21:03:03.385Z[ host-image] Feb 25 21:03:03.182 INFO O| Feb 25 21:03:03.182 INFO O| Startup: Caching catalogs ... Done
41702026-02-25T21:03:03.514Z[ host-image] Feb 25 21:03:03.311 INFO O| Feb 25 21:03:03.311 INFO O| Planning: Planning completed in 0.00 seconds
41712026-02-25T21:03:03.539Z[ host-image] Feb 25 21:03:03.312 INFO O| Feb 25 21:03:03.312 INFO O| Planning: Consolidating action changes ... Done
41722026-02-25T21:03:03.539Z[ host-image] Feb 25 21:03:03.312 INFO O| Feb 25 21:03:03.312 INFO O| Planning: Evaluating mediators ... Done
41732026-02-25T21:03:03.540Z[ host-image] Feb 25 21:03:03.313 INFO O| Feb 25 21:03:03.313 INFO O| Planning: Planning completed in 0.00 seconds
41742026-02-25T21:03:03.540Z[ host-image] Feb 25 21:03:03.314 INFO O| Feb 25 21:03:03.314 INFO O| Variants/Facets to change: 1
41752026-02-25T21:03:03.582Z[ host-image] Feb 25 21:03:03.379 INFO O| Feb 25 21:03:03.378 INFO O| Done
41762026-02-25T21:03:03.582Z[ host-image] Feb 25 21:03:03.379 INFO O| Feb 25 21:03:03.378 INFO O| Done
41772026-02-25T21:03:06.851Z[ host-image] Feb 25 21:03:06.649 INFO O| Feb 25 21:03:06.648 INFO O| Done
41782026-02-25T21:03:07.046Z[ host-image] Feb 25 21:03:06.842 INFO O| Feb 25 21:03:06.842 INFO O| Done
41792026-02-25T21:03:07.072Z[ host-image] Feb 25 21:03:06.843 INFO O| Feb 25 21:03:06.843 INFO O| Done
41802026-02-25T21:03:07.072Z[ host-image] Feb 25 21:03:06.843 INFO O| Feb 25 21:03:06.843 INFO O| Done
41812026-02-25T21:03:07.072Z[ host-image] Feb 25 21:03:06.845 INFO O| Feb 25 21:03:06.845 INFO O| Done
41822026-02-25T21:03:09.104Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41832026-02-25T21:03:09.421Z[ host-image] Feb 25 21:03:09.215 INFO O| Feb 25 21:03:09.215 INFO STEP 8 (pkg_change_facet) COMPLETE
41842026-02-25T21:03:09.421Z[ host-image] Feb 25 21:03:09.215 INFO O| Feb 25 21:03:09.215 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41852026-02-25T21:03:09.448Z[ host-image] Feb 25 21:03:09.215 INFO O| Feb 25 21:03:09.215 INFO skip step because feature "recovery" is not enabled
41862026-02-25T21:03:09.448Z[ host-image] Feb 25 21:03:09.215 INFO O| Feb 25 21:03:09.215 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41872026-02-25T21:03:09.448Z[ host-image] Feb 25 21:03:09.215 INFO O| Feb 25 21:03:09.215 INFO skip step because feature "recovery" is not enabled
41882026-02-25T21:03:09.448Z[ host-image] Feb 25 21:03:09.215 INFO O| Feb 25 21:03:09.215 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892026-02-25T21:03:09.448Z[ host-image] Feb 25 21:03:09.239 INFO O| Feb 25 21:03:09.239 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"]
41902026-02-25T21:03:12.085Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41912026-02-25T21:03:14.514Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41922026-02-25T21:03:28.756Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41932026-02-25T21:03:32.703Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41942026-02-25T21:03:43.020Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41952026-02-25T21:03:51.504Z[ recovery-image] Feb 25 21:03:51.299 INFO O| Feb 25 21:03:51.299 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41962026-02-25T21:03:53.169Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41972026-02-25T21:03:59.447Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41982026-02-25T21:04:06.557Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41992026-02-25T21:04:13.712Z[ host-image] Feb 25 21:04:13.503 INFO O| Feb 25 21:04:13.503 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42002026-02-25T21:04:18.091Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42012026-02-25T21:04:21.794Z[ recovery-image] Feb 25 21:04:21.592 INFO O| Feb 25 21:04:21.592 INFO O| Startup: Caching catalogs ... Done
42022026-02-25T21:04:21.968Z[ recovery-image] Feb 25 21:04:21.757 INFO O| Feb 25 21:04:21.757 INFO O| Planning: Planning completed in 0.01 seconds
42032026-02-25T21:04:21.993Z[ recovery-image] Feb 25 21:04:21.758 INFO O| Feb 25 21:04:21.758 INFO O| Planning: Consolidating action changes ... Done
42042026-02-25T21:04:21.993Z[ recovery-image] Feb 25 21:04:21.758 INFO O| Feb 25 21:04:21.758 INFO O| Planning: Evaluating mediators ... Done
42052026-02-25T21:04:21.993Z[ recovery-image] Feb 25 21:04:21.758 INFO O| Feb 25 21:04:21.758 INFO O| Planning: Planning completed in 0.01 seconds
42062026-02-25T21:04:21.994Z[ recovery-image] Feb 25 21:04:21.758 INFO O| Feb 25 21:04:21.758 INFO O| Variants/Facets to change: 1
42072026-02-25T21:04:22.029Z[ recovery-image] Feb 25 21:04:21.826 INFO O| Feb 25 21:04:21.826 INFO O| Done
42082026-02-25T21:04:22.029Z[ recovery-image] Feb 25 21:04:21.826 INFO O| Feb 25 21:04:21.826 INFO O| Done
42092026-02-25T21:04:25.087Z[ recovery-image] Feb 25 21:04:24.885 INFO O| Feb 25 21:04:24.885 INFO O| Done
42102026-02-25T21:04:25.231Z[ recovery-image] Feb 25 21:04:25.029 INFO O| Feb 25 21:04:25.029 INFO O| Done
42112026-02-25T21:04:25.269Z[ recovery-image] Feb 25 21:04:25.030 INFO O| Feb 25 21:04:25.030 INFO O| Done
42122026-02-25T21:04:25.269Z[ recovery-image] Feb 25 21:04:25.031 INFO O| Feb 25 21:04:25.031 INFO O| Done
42132026-02-25T21:04:25.270Z[ recovery-image] Feb 25 21:04:25.032 INFO O| Feb 25 21:04:25.032 INFO O| Done
42142026-02-25T21:04:27.420Z[ recovery-image] Feb 25 21:04:27.218 INFO O| Feb 25 21:04:27.218 INFO STEP 8 (pkg_change_facet) COMPLETE
42152026-02-25T21:04:27.420Z[ recovery-image] Feb 25 21:04:27.218 INFO O| Feb 25 21:04:27.218 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42162026-02-25T21:04:28.263Z[ recovery-image] Feb 25 21:04:28.060 INFO O| Feb 25 21:04:28.060 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42172026-02-25T21:04:29.549Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42182026-02-25T21:04:42.918Z[ host-image] Feb 25 21:04:42.251 INFO O| Feb 25 21:04:42.250 INFO O| Startup: Caching catalogs ... Done
42192026-02-25T21:05:13.015Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42202026-02-25T21:05:15.653Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42212026-02-25T21:05:23.627Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42222026-02-25T21:05:32.609Z[ recovery-image] Feb 25 21:05:32.407 INFO O| Feb 25 21:05:32.407 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42232026-02-25T21:05:32.851Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42242026-02-25T21:05:57.549Z[ recovery-image] Feb 25 21:05:57.348 INFO O| Feb 25 21:05:57.348 INFO O| Startup: Caching catalogs ... Done
42252026-02-25T21:05:57.682Z[ recovery-image] Feb 25 21:05:57.481 INFO O| Feb 25 21:05:57.481 INFO O| Planning: Planning completed in 0.00 seconds
42262026-02-25T21:05:57.708Z[ recovery-image] Feb 25 21:05:57.482 INFO O| Feb 25 21:05:57.482 INFO O| Planning: Consolidating action changes ... Done
42272026-02-25T21:05:57.708Z[ recovery-image] Feb 25 21:05:57.482 INFO O| Feb 25 21:05:57.482 INFO O| Planning: Evaluating mediators ... Done
42282026-02-25T21:05:57.708Z[ recovery-image] Feb 25 21:05:57.483 INFO O| Feb 25 21:05:57.482 INFO O| Planning: Planning completed in 0.00 seconds
42292026-02-25T21:05:57.708Z[ recovery-image] Feb 25 21:05:57.483 INFO O| Feb 25 21:05:57.483 INFO O| Variants/Facets to change: 1
42302026-02-25T21:05:57.708Z[ recovery-image] Feb 25 21:05:57.503 INFO O| Feb 25 21:05:57.503 INFO O| Done
42312026-02-25T21:05:57.708Z[ recovery-image] Feb 25 21:05:57.503 INFO O| Feb 25 21:05:57.503 INFO O| Done
42322026-02-25T21:05:58.728Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42332026-02-25T21:05:59.792Z[ recovery-image] Feb 25 21:05:59.591 INFO O| Feb 25 21:05:59.591 INFO O| Done
42342026-02-25T21:06:00.021Z[ recovery-image] Feb 25 21:05:59.818 INFO O| Feb 25 21:05:59.818 INFO O| Done
42352026-02-25T21:06:00.047Z[ recovery-image] Feb 25 21:05:59.820 INFO O| Feb 25 21:05:59.820 INFO O| Done
42362026-02-25T21:06:00.047Z[ recovery-image] Feb 25 21:05:59.820 INFO O| Feb 25 21:05:59.820 INFO O| Done
42372026-02-25T21:06:00.047Z[ recovery-image] Feb 25 21:05:59.822 INFO O| Feb 25 21:05:59.822 INFO O| Done
42382026-02-25T21:06:01.402Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42392026-02-25T21:06:01.885Z[ recovery-image] Feb 25 21:06:01.684 INFO O| Feb 25 21:06:01.684 INFO STEP 9 (pkg_change_facet) COMPLETE
42402026-02-25T21:06:01.885Z[ recovery-image] Feb 25 21:06:01.684 INFO O| Feb 25 21:06:01.684 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42412026-02-25T21:06:02.528Z[ recovery-image] Feb 25 21:06:02.326 INFO O| Feb 25 21:06:02.326 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42422026-02-25T21:06:19.106Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42432026-02-25T21:06:21.039Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42442026-02-25T21:06:33.600Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42452026-02-25T21:06:35.027Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42462026-02-25T21:06:48.925Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42472026-02-25T21:06:54.599Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42482026-02-25T21:06:58.731Z[ recovery-image] Feb 25 21:06:58.531 INFO O| Feb 25 21:06:58.531 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42492026-02-25T21:07:00.244Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-02-25T21:07:17.995Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42512026-02-25T21:07:20.828Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42522026-02-25T21:07:27.488Z[ recovery-image] Feb 25 21:07:27.288 INFO O| Feb 25 21:07:27.288 INFO O| Startup: Caching catalogs ... Done
42532026-02-25T21:07:27.633Z[ recovery-image] Feb 25 21:07:27.434 INFO O| Feb 25 21:07:27.433 INFO O| Planning: Planning completed in 0.00 seconds
42542026-02-25T21:07:27.658Z[ recovery-image] Feb 25 21:07:27.435 INFO O| Feb 25 21:07:27.435 INFO O| Planning: Consolidating action changes ... Done
42552026-02-25T21:07:27.658Z[ recovery-image] Feb 25 21:07:27.435 INFO O| Feb 25 21:07:27.435 INFO O| Planning: Evaluating mediators ... Done
42562026-02-25T21:07:27.658Z[ recovery-image] Feb 25 21:07:27.436 INFO O| Feb 25 21:07:27.436 INFO O| Planning: Planning completed in 0.00 seconds
42572026-02-25T21:07:27.658Z[ recovery-image] Feb 25 21:07:27.436 INFO O| Feb 25 21:07:27.436 INFO O| Variants/Facets to change: 1
42582026-02-25T21:07:27.683Z[ recovery-image] Feb 25 21:07:27.477 INFO O| Feb 25 21:07:27.477 INFO O| Done
42592026-02-25T21:07:27.683Z[ recovery-image] Feb 25 21:07:27.477 INFO O| Feb 25 21:07:27.477 INFO O| Done
42602026-02-25T21:07:29.742Z[ recovery-image] Feb 25 21:07:29.541 INFO O| Feb 25 21:07:29.541 INFO O| Done
42612026-02-25T21:07:29.884Z[ recovery-image] Feb 25 21:07:29.684 INFO O| Feb 25 21:07:29.684 INFO O| Done
42622026-02-25T21:07:29.909Z[ recovery-image] Feb 25 21:07:29.685 INFO O| Feb 25 21:07:29.685 INFO O| Done
42632026-02-25T21:07:29.909Z[ recovery-image] Feb 25 21:07:29.685 INFO O| Feb 25 21:07:29.685 INFO O| Done
42642026-02-25T21:07:29.909Z[ recovery-image] Feb 25 21:07:29.687 INFO O| Feb 25 21:07:29.687 INFO O| Done
42652026-02-25T21:07:31.893Z[ recovery-image] Feb 25 21:07:31.692 INFO O| Feb 25 21:07:31.692 INFO STEP 10 (pkg_change_facet) COMPLETE
42662026-02-25T21:07:31.893Z[ recovery-image] Feb 25 21:07:31.692 INFO O| Feb 25 21:07:31.692 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42672026-02-25T21:07:31.917Z[ recovery-image] Feb 25 21:07:31.711 INFO O| Feb 25 21:07:31.711 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"]
42682026-02-25T21:07:38.410Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42692026-02-25T21:07:59.507Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42702026-02-25T21:08:37.445Z[ host-image] Feb 25 21:08:37.245 INFO O| Feb 25 21:08:37.245 INFO O| Planning: Solver setup ... Done
42712026-02-25T21:08:37.527Z[ recovery-image] Feb 25 21:08:37.328 INFO O| Feb 25 21:08:37.327 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42722026-02-25T21:08:42.393Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42732026-02-25T21:08:59.805Z[ recovery-image] Feb 25 21:08:59.606 INFO O| Feb 25 21:08:59.606 INFO O| Startup: Caching catalogs ... Done
42742026-02-25T21:08:59.877Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42752026-02-25T21:09:15.637Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42762026-02-25T21:09:23.189Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42772026-02-25T21:09:23.336Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42782026-02-25T21:09:23.461Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42792026-02-25T21:09:24.308Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42802026-02-25T21:09:36.705Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42812026-02-25T21:09:39.357Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42822026-02-25T21:10:06.403Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42832026-02-25T21:10:08.118Z[verify-libraries] Compiling yansi v1.0.1
42842026-02-25T21:10:09.447Z[verify-libraries] Compiling diff v0.1.13
42852026-02-25T21:10:10.865Z[verify-libraries] Compiling pretty_assertions v1.4.1
42862026-02-25T21:10:12.115Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42872026-02-25T21:10:57.311Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42882026-02-25T21:10:57.933Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42892026-02-25T21:10:58.553Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42902026-02-25T21:10:59.105Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42912026-02-25T21:10:59.762Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42922026-02-25T21:11:00.251Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42932026-02-25T21:11:10.267Z[verify-libraries] Compiling drift v0.1.3
42942026-02-25T21:11:18.165Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42952026-02-25T21:11:37.183Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42962026-02-25T21:11:40.369Z[verify-libraries] Compiling dropshot-api-manager v0.3.0
42972026-02-25T21:11:45.739Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42982026-02-25T21:11:53.102Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42992026-02-25T21:12:16.547Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43002026-02-25T21:12:22.186Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43012026-02-25T21:12:25.443Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43022026-02-25T21:12:30.686Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43032026-02-25T21:12:41.170Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43042026-02-25T21:12:52.483Z[ recovery-image] Feb 25 21:12:52.285 INFO O| Feb 25 21:12:52.285 INFO O| Planning: Solver setup ... Done
43052026-02-25T21:13:01.625Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43062026-02-25T21:13:03.071Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43072026-02-25T21:13:13.416Z[verify-libraries] Compiling termios v0.3.3
43082026-02-25T21:13:14.500Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43092026-02-25T21:13:16.143Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43102026-02-25T21:13:30.050Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43112026-02-25T21:13:32.438Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43122026-02-25T21:13:55.650Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43132026-02-25T21:14:20.045Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43142026-02-25T21:17:50.385Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43152026-02-25T21:18:38.383Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43162026-02-25T21:19:22.922Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43172026-02-25T21:20:27.772Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43182026-02-25T21:20:52.693Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43192026-02-25T21:20:59.982Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43202026-02-25T21:21:02.989Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43212026-02-25T21:23:38.642Z[ host-image] Feb 25 21:23:38.448 INFO O| Feb 25 21:23:38.448 INFO O| Planning: Running solver ... Done
43222026-02-25T21:23:43.822Z[ host-image] Feb 25 21:23:43.633 INFO O| Feb 25 21:23:43.633 INFO O| Planning: Finding local manifests ... Done
43232026-02-25T21:23:44.117Z[ host-image] Feb 25 21:23:43.928 INFO O| Feb 25 21:23:43.928 INFO O| Planning: Fetching manifests: 0/126 0% complete
43242026-02-25T21:23:49.426Z[ host-image] Feb 25 21:23:49.225 INFO O| Feb 25 21:23:49.225 INFO O| Planning: Fetching manifests: 23/126 18% complete
43252026-02-25T21:23:54.974Z[ host-image] Feb 25 21:23:54.780 INFO O| Feb 25 21:23:54.780 INFO O| Planning: Fetching manifests: 103/126 81% complete
43262026-02-25T21:23:56.928Z[ host-image] Feb 25 21:23:56.740 INFO O| Feb 25 21:23:56.740 INFO O| Planning: Fetching manifests: 126/126 100% complete
43272026-02-25T21:23:59.041Z[ host-image] Feb 25 21:23:58.852 INFO O| Feb 25 21:23:58.852 INFO O| Planning: Package planning ... Done
43282026-02-25T21:24:00.620Z[ host-image] Feb 25 21:24:00.429 INFO O| Feb 25 21:24:00.429 INFO O| Planning: Merging actions ... Done
43292026-02-25T21:24:00.998Z[ host-image] Feb 25 21:24:00.809 INFO O| Feb 25 21:24:00.809 INFO O| Planning: Checking for conflicting actions ... Done
43302026-02-25T21:24:01.318Z[ host-image] Feb 25 21:24:01.129 INFO O| Feb 25 21:24:01.129 INFO O| Planning: Consolidating action changes ... Done
43312026-02-25T21:24:01.932Z[ host-image] Feb 25 21:24:01.743 INFO O| Feb 25 21:24:01.743 INFO O| Planning: Evaluating mediators ... Done
43322026-02-25T21:24:08.847Z[ host-image] Feb 25 21:24:08.659 INFO O| Feb 25 21:24:08.659 INFO O| Planning: Planning completed in 1166.28 seconds
43332026-02-25T21:24:08.872Z[ host-image] Feb 25 21:24:08.668 INFO O| Feb 25 21:24:08.668 INFO O| Packages to install: 126
43342026-02-25T21:24:08.872Z[ host-image] Feb 25 21:24:08.668 INFO O| Feb 25 21:24:08.668 INFO O| Mediators to change: 5
43352026-02-25T21:24:08.872Z[ host-image] Feb 25 21:24:08.668 INFO O| Feb 25 21:24:08.668 INFO O| Services to change: 6
43362026-02-25T21:24:09.026Z[ host-image] Feb 25 21:24:08.838 INFO O| Feb 25 21:24:08.838 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43372026-02-25T21:24:14.474Z[ host-image] Feb 25 21:24:14.286 INFO O| Feb 25 21:24:14.286 INFO O| Download: 1020/22925 items 6.2/210.6MB 2% complete (1.4M/s)
43382026-02-25T21:24:19.884Z[ host-image] Feb 25 21:24:19.696 INFO O| Feb 25 21:24:19.695 INFO O| Download: 1620/22925 items 9.7/210.6MB 4% complete (1.0M/s)
43392026-02-25T21:24:24.976Z[ host-image] Feb 25 21:24:24.788 INFO O| Feb 25 21:24:24.788 INFO O| Download: 1780/22925 items 12.1/210.6MB 5% complete (619k/s)
43402026-02-25T21:24:30.225Z[ host-image] Feb 25 21:24:30.028 INFO O| Feb 25 21:24:30.028 INFO O| Download: 2100/22925 items 23.5/210.6MB 11% complete (1.5M/s)
43412026-02-25T21:24:35.507Z[ host-image] Feb 25 21:24:35.319 INFO O| Feb 25 21:24:35.319 INFO O| Download: 2254/22925 items 24.9/210.6MB 11% complete (1.4M/s)
43422026-02-25T21:24:40.520Z[ host-image] Feb 25 21:24:40.331 INFO O| Feb 25 21:24:40.331 INFO O| Download: 2876/22925 items 33.3/210.6MB 15% complete (929k/s)
43432026-02-25T21:24:45.541Z[ host-image] Feb 25 21:24:45.354 INFO O| Feb 25 21:24:45.353 INFO O| Download: 3494/22925 items 35.9/210.6MB 17% complete (1.1M/s)
43442026-02-25T21:24:50.543Z[ host-image] Feb 25 21:24:50.354 INFO O| Feb 25 21:24:50.354 INFO O| Download: 4258/22925 items 41.1/210.6MB 19% complete (826k/s)
43452026-02-25T21:24:55.652Z[ host-image] Feb 25 21:24:55.464 INFO O| Feb 25 21:24:55.464 INFO O| Download: 4589/22925 items 42.3/210.6MB 20% complete (667k/s)
43462026-02-25T21:25:01.736Z[ host-image] Feb 25 21:25:01.548 INFO O| Feb 25 21:25:01.548 INFO O| Download: 4720/22925 items 43.4/210.6MB 20% complete (297k/s)
43472026-02-25T21:25:06.737Z[ host-image] Feb 25 21:25:06.549 INFO O| Feb 25 21:25:06.549 INFO O| Download: 4840/22925 items 45.9/210.6MB 21% complete (294k/s)
43482026-02-25T21:25:13.229Z[ host-image] Feb 25 21:25:13.039 INFO O| Feb 25 21:25:13.039 INFO O| Download: 5822/22925 items 46.7/210.6MB 22% complete (361k/s)
43492026-02-25T21:25:18.260Z[ host-image] Feb 25 21:25:18.045 INFO O| Feb 25 21:25:18.045 INFO O| Download: 6715/22925 items 47.2/210.6MB 22% complete (80.3k/s)
43502026-02-25T21:25:23.294Z[ host-image] Feb 25 21:25:23.106 INFO O| Feb 25 21:25:23.105 INFO O| Download: 6845/22925 items 48.3/210.6MB 22% complete (183k/s)
43512026-02-25T21:25:28.311Z[ host-image] Feb 25 21:25:28.123 INFO O| Feb 25 21:25:28.123 INFO O| Download: 7052/22925 items 50.5/210.6MB 23% complete (323k/s)
43522026-02-25T21:25:34.062Z[ host-image] Feb 25 21:25:33.874 INFO O| Feb 25 21:25:33.873 INFO O| Download: 7075/22925 items 51.0/210.6MB 24% complete (283k/s)
43532026-02-25T21:25:39.075Z[ host-image] Feb 25 21:25:38.886 INFO O| Feb 25 21:25:38.886 INFO O| Download: 7649/22925 items 58.7/210.6MB 27% complete (968k/s)
43542026-02-25T21:25:44.363Z[ host-image] Feb 25 21:25:44.176 INFO O| Feb 25 21:25:44.175 INFO O| Download: 8150/22925 items 60.8/210.6MB 28% complete (1022k/s)
43552026-02-25T21:25:50.485Z[ host-image] Feb 25 21:25:50.298 INFO O| Feb 25 21:25:50.298 INFO O| Download: 8362/22925 items 71.5/210.6MB 33% complete (1.1M/s)
43562026-02-25T21:25:55.696Z[ host-image] Feb 25 21:25:55.508 INFO O| Feb 25 21:25:55.508 INFO O| Download: 8437/22925 items 73.8/210.6MB 35% complete (1.2M/s)
43572026-02-25T21:26:00.723Z[ host-image] Feb 25 21:26:00.536 INFO O| Feb 25 21:26:00.536 INFO O| Download: 9434/22925 items 85.7/210.6MB 40% complete (1.6M/s)
43582026-02-25T21:26:05.732Z[ host-image] Feb 25 21:26:05.545 INFO O| Feb 25 21:26:05.545 INFO O| Download: 10064/22925 items 88.5/210.6MB 42% complete (1.5M/s)
43592026-02-25T21:26:10.755Z[ host-image] Feb 25 21:26:10.568 INFO O| Feb 25 21:26:10.568 INFO O| Download: 10769/22925 items 94.1/210.6MB 44% complete (943k/s)
43602026-02-25T21:26:16.062Z[ host-image] Feb 25 21:26:15.875 INFO O| Feb 25 21:26:15.875 INFO O| Download: 10940/22925 items 94.8/210.6MB 45% complete (656k/s)
43612026-02-25T21:26:21.084Z[ host-image] Feb 25 21:26:20.896 INFO O| Feb 25 21:26:20.896 INFO O| Download: 11213/22925 items 97.5/210.6MB 46% complete (288k/s)
43622026-02-25T21:26:26.135Z[ host-image] Feb 25 21:26:25.949 INFO O| Feb 25 21:26:25.948 INFO O| Download: 11368/22925 items 99.9/210.6MB 47% complete (488k/s)
43632026-02-25T21:26:31.157Z[ host-image] Feb 25 21:26:30.970 INFO O| Feb 25 21:26:30.970 INFO O| Download: 11961/22925 items 101.3/210.6MB 48% complete (397k/s)
43642026-02-25T21:26:36.162Z[ host-image] Feb 25 21:26:35.975 INFO O| Feb 25 21:26:35.975 INFO O| Download: 12200/22925 items 110.2/210.6MB 52% complete (959k/s)
43652026-02-25T21:26:41.204Z[ host-image] Feb 25 21:26:41.018 INFO O| Feb 25 21:26:41.017 INFO O| Download: 12364/22925 items 114.3/210.6MB 54% complete (1.3M/s)
43662026-02-25T21:26:46.212Z[ host-image] Feb 25 21:26:46.025 INFO O| Feb 25 21:26:46.025 INFO O| Download: 13208/22925 items 114.7/210.6MB 54% complete (534k/s)
43672026-02-25T21:26:51.223Z[ host-image] Feb 25 21:26:51.028 INFO O| Feb 25 21:26:51.028 INFO O| Download: 13755/22925 items 115.0/210.6MB 54% complete (68.5k/s)
43682026-02-25T21:26:56.261Z[ host-image] Feb 25 21:26:56.072 INFO O| Feb 25 21:26:56.072 INFO O| Download: 14351/22925 items 115.6/210.6MB 54% complete (91.0k/s)
43692026-02-25T21:27:01.648Z[ host-image] Feb 25 21:27:01.461 INFO O| Feb 25 21:27:01.460 INFO O| Download: 14527/22925 items 117.2/210.6MB 55% complete (205k/s)
43702026-02-25T21:27:07.456Z[ host-image] Feb 25 21:27:07.269 INFO O| Feb 25 21:27:07.269 INFO O| Download: 14576/22925 items 120.6/210.6MB 57% complete (431k/s)
43712026-02-25T21:27:12.469Z[ host-image] Feb 25 21:27:12.283 INFO O| Feb 25 21:27:12.283 INFO O| Download: 15120/22925 items 126.7/210.6MB 60% complete (1.1M/s)
43722026-02-25T21:27:17.471Z[ host-image] Feb 25 21:27:17.285 INFO O| Feb 25 21:27:17.285 INFO O| Download: 15815/22925 items 130.9/210.6MB 62% complete (1.0M/s)
43732026-02-25T21:27:22.499Z[ host-image] Feb 25 21:27:22.313 INFO O| Feb 25 21:27:22.313 INFO O| Download: 16228/22925 items 138.7/210.6MB 65% complete (1.2M/s)
43742026-02-25T21:27:27.520Z[ host-image] Feb 25 21:27:27.333 INFO O| Feb 25 21:27:27.333 INFO O| Download: 17014/22925 items 148.5/210.6MB 70% complete (1.8M/s)
43752026-02-25T21:27:34.465Z[ host-image] Feb 25 21:27:34.279 INFO O| Feb 25 21:27:34.279 INFO O| Download: 17979/22925 items 155.6/210.6MB 73% complete (1.7M/s)
43762026-02-25T21:27:39.477Z[ host-image] Feb 25 21:27:39.291 INFO O| Feb 25 21:27:39.291 INFO O| Download: 18683/22925 items 169.5/210.6MB 80% complete (1.8M/s)
43772026-02-25T21:27:44.514Z[ host-image] Feb 25 21:27:44.328 INFO O| Feb 25 21:27:44.328 INFO O| Download: 19369/22925 items 172.0/210.6MB 81% complete (1.7M/s)
43782026-02-25T21:27:49.547Z[ host-image] Feb 25 21:27:49.360 INFO O| Feb 25 21:27:49.360 INFO O| Download: 20132/22925 items 174.5/210.6MB 82% complete (528k/s)
43792026-02-25T21:27:55.211Z[ host-image] Feb 25 21:27:55.025 INFO O| Feb 25 21:27:55.025 INFO O| Download: 20745/22925 items 178.2/210.6MB 84% complete (629k/s)
43802026-02-25T21:28:00.723Z[ host-image] Feb 25 21:28:00.537 INFO O| Feb 25 21:28:00.537 INFO O| Download: 21072/22925 items 184.3/210.6MB 87% complete (984k/s)
43812026-02-25T21:28:05.731Z[ host-image] Feb 25 21:28:05.546 INFO O| Feb 25 21:28:05.546 INFO O| Download: 21225/22925 items 184.9/210.6MB 87% complete (603k/s)
43822026-02-25T21:28:19.195Z[ host-image] Feb 25 21:28:19.010 INFO O| Feb 25 21:28:19.009 INFO O| Download: 21677/22925 items 188.9/210.6MB 89% complete
43832026-02-25T21:28:25.029Z[ host-image] Feb 25 21:28:24.843 INFO O| Feb 25 21:28:24.843 INFO O| Download: 22092/22925 items 203.8/210.6MB 96% complete (3.4M/s)
43842026-02-25T21:28:30.401Z[ host-image] Feb 25 21:28:30.215 INFO O| Feb 25 21:28:30.215 INFO O| Download: 22371/22925 items 208.6/210.6MB 99% complete (2.0M/s)
43852026-02-25T21:28:31.586Z[ recovery-image] Feb 25 21:28:31.401 INFO O| Feb 25 21:28:31.400 INFO O| Planning: Running solver ... Done
43862026-02-25T21:28:34.097Z[ recovery-image] Feb 25 21:28:33.912 INFO O| Feb 25 21:28:33.912 INFO O| Planning: Finding local manifests ... Done
43872026-02-25T21:28:34.292Z[ recovery-image] Feb 25 21:28:34.107 INFO O| Feb 25 21:28:34.107 INFO O| Planning: Fetching manifests: 0/126 0% complete
43882026-02-25T21:28:34.791Z[ host-image] Feb 25 21:28:34.606 INFO O| Feb 25 21:28:34.605 INFO O| Download: Completed 210.65 MB in 265.77 seconds (809k/s)
43892026-02-25T21:28:36.451Z[ host-image] Feb 25 21:28:36.265 INFO O| Feb 25 21:28:36.264 INFO O| Actions: 1/50885 actions (Installing new actions)
43902026-02-25T21:28:39.293Z[ recovery-image] Feb 25 21:28:39.108 INFO O| Feb 25 21:28:39.108 INFO O| Planning: Fetching manifests: 77/126 61% complete
43912026-02-25T21:28:41.450Z[ host-image] Feb 25 21:28:41.265 INFO O| Feb 25 21:28:41.264 INFO O| Actions: 10013/50885 actions (Installing new actions)
43922026-02-25T21:28:43.664Z[ recovery-image] Feb 25 21:28:43.478 INFO O| Feb 25 21:28:43.478 INFO O| Planning: Fetching manifests: 126/126 100% complete
43932026-02-25T21:28:44.873Z[ recovery-image] Feb 25 21:28:44.686 INFO O| Feb 25 21:28:44.686 INFO O| Planning: Package planning ... Done
43942026-02-25T21:28:45.674Z[ recovery-image] Feb 25 21:28:45.489 INFO O| Feb 25 21:28:45.488 INFO O| Planning: Merging actions ... Done
43952026-02-25T21:28:46.450Z[ host-image] Feb 25 21:28:46.265 INFO O| Feb 25 21:28:46.264 INFO O| Actions: 15092/50885 actions (Installing new actions)
43962026-02-25T21:28:46.942Z[ recovery-image] Feb 25 21:28:46.748 INFO O| Feb 25 21:28:46.748 INFO O| Planning: Checking for conflicting actions ... Done
43972026-02-25T21:28:47.253Z[ recovery-image] Feb 25 21:28:47.067 INFO O| Feb 25 21:28:47.067 INFO O| Planning: Consolidating action changes ... Done
43982026-02-25T21:28:47.877Z[ recovery-image] Feb 25 21:28:47.692 INFO O| Feb 25 21:28:47.692 INFO O| Planning: Evaluating mediators ... Done
43992026-02-25T21:28:51.450Z[ host-image] Feb 25 21:28:51.265 INFO O| Feb 25 21:28:51.265 INFO O| Actions: 20959/50885 actions (Installing new actions)
44002026-02-25T21:28:55.002Z[ recovery-image] Feb 25 21:28:54.817 INFO O| Feb 25 21:28:54.817 INFO O| Planning: Planning completed in 1195.03 seconds
44012026-02-25T21:28:55.029Z[ recovery-image] Feb 25 21:28:54.821 INFO O| Feb 25 21:28:54.821 INFO O| Packages to install: 126
44022026-02-25T21:28:55.029Z[ recovery-image] Feb 25 21:28:54.821 INFO O| Feb 25 21:28:54.821 INFO O| Mediators to change: 5
44032026-02-25T21:28:55.029Z[ recovery-image] Feb 25 21:28:54.821 INFO O| Feb 25 21:28:54.821 INFO O| Services to change: 5
44042026-02-25T21:28:55.110Z[ recovery-image] Feb 25 21:28:54.925 INFO O| Feb 25 21:28:54.924 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
44052026-02-25T21:28:56.452Z[ host-image] Feb 25 21:28:56.265 INFO O| Feb 25 21:28:56.265 INFO O| Actions: 27979/50885 actions (Installing new actions)
44062026-02-25T21:29:00.123Z[ recovery-image] Feb 25 21:28:59.938 INFO O| Feb 25 21:28:59.938 INFO O| Download: 888/15969 items 6.7/187.3MB 3% complete (1.3M/s)
44072026-02-25T21:29:01.455Z[ host-image] Feb 25 21:29:01.270 INFO O| Feb 25 21:29:01.270 INFO O| Actions: 50421/50885 actions (Installing new actions)
44082026-02-25T21:29:02.408Z[ host-image] Feb 25 21:29:02.223 INFO O| Feb 25 21:29:02.223 INFO O| Actions: Completed 50885 actions in 25.95 seconds.
44092026-02-25T21:29:04.370Z[ host-image] Feb 25 21:29:04.185 INFO O| Feb 25 21:29:04.184 INFO O| Done
44102026-02-25T21:29:04.370Z[ host-image] Feb 25 21:29:04.185 INFO O| Feb 25 21:29:04.185 INFO O| Done
44112026-02-25T21:29:05.131Z[ recovery-image] Feb 25 21:29:04.946 INFO O| Feb 25 21:29:04.946 INFO O| Download: 1065/15969 items 8.2/187.3MB 4% complete (896k/s)
44122026-02-25T21:29:08.064Z[ host-image] Feb 25 21:29:07.869 INFO O| Feb 25 21:29:07.868 INFO O| Done
44132026-02-25T21:29:10.197Z[ recovery-image] Feb 25 21:29:10.012 INFO O| Feb 25 21:29:10.012 INFO O| Download: 1174/15969 items 11.3/187.3MB 6% complete (587k/s)
44142026-02-25T21:29:12.217Z[ host-image] Feb 25 21:29:12.031 INFO O| Feb 25 21:29:12.031 INFO O| Done
44152026-02-25T21:29:12.290Z[ host-image] Feb 25 21:29:12.105 INFO O| Feb 25 21:29:12.105 INFO O| Done
44162026-02-25T21:29:19.360Z[ host-image] Feb 25 21:29:19.175 INFO O| Feb 25 21:29:19.175 INFO O| Done
44172026-02-25T21:29:20.473Z[ host-image] Feb 25 21:29:20.288 INFO O| Feb 25 21:29:20.288 INFO O| Done
44182026-02-25T21:29:27.577Z[ host-image] Feb 25 21:29:27.379 INFO O| Feb 25 21:29:27.379 INFO STEP 11 (pkg_install) COMPLETE
44192026-02-25T21:29:27.577Z[ host-image] Feb 25 21:29:27.379 INFO O| Feb 25 21:29:27.379 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44202026-02-25T21:29:27.609Z[ host-image] Feb 25 21:29:27.410 INFO O| Feb 25 21:29:27.410 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"]
44212026-02-25T21:30:04.788Z[ recovery-image] Feb 25 21:30:04.603 INFO O| Feb 25 21:30:04.603 INFO O| Download: 1468/15969 items 21.5/187.3MB 11% complete
44222026-02-25T21:30:10.102Z[ recovery-image] Feb 25 21:30:09.917 INFO O| Feb 25 21:30:09.917 INFO O| Download: 1507/15969 items 21.9/187.3MB 11% complete (612k/s)
44232026-02-25T21:30:26.858Z[ recovery-image] Feb 25 21:30:26.674 INFO O| Feb 25 21:30:26.674 INFO O| Download: 1578/15969 items 24.5/187.3MB 13% complete
44242026-02-25T21:30:30.786Z[ host-image] Feb 25 21:30:30.602 INFO O| Feb 25 21:30:30.602 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44252026-02-25T21:30:32.106Z[ recovery-image] Feb 25 21:30:31.921 INFO O| Feb 25 21:30:31.921 INFO O| Download: 2676/15969 items 33.1/187.3MB 17% complete (2.0M/s)
44262026-02-25T21:30:37.130Z[ recovery-image] Feb 25 21:30:36.946 INFO O| Feb 25 21:30:36.946 INFO O| Download: 3674/15969 items 39.4/187.3MB 21% complete (1.6M/s)
44272026-02-25T21:30:56.222Z[ host-image] Feb 25 21:30:56.012 INFO O| Feb 25 21:30:56.012 INFO O| Startup: Caching catalogs ... Done
44282026-02-25T21:31:06.736Z[ recovery-image] Feb 25 21:31:06.553 INFO O| Feb 25 21:31:06.553 INFO O| Download: 3831/15969 items 42.3/187.3MB 22% complete
44292026-02-25T21:31:12.311Z[ host-image] Feb 25 21:31:12.127 INFO O| Feb 25 21:31:12.127 INFO O| Planning: Solver setup ... Done
44302026-02-25T21:31:12.345Z[ host-image] Feb 25 21:31:12.146 INFO O| Feb 25 21:31:12.146 INFO O| Planning: Running solver ... Done
44312026-02-25T21:31:12.542Z[ host-image] Feb 25 21:31:12.359 INFO O| Feb 25 21:31:12.359 INFO O| Planning: Finding local manifests ... Done
44322026-02-25T21:31:12.680Z[ host-image] Feb 25 21:31:12.495 INFO O| Feb 25 21:31:12.495 INFO O| Planning: Fetching manifests: 0/6 0% complete
44332026-02-25T21:31:13.022Z[ host-image] Feb 25 21:31:12.838 INFO O| Feb 25 21:31:12.837 INFO O| Planning: Fetching manifests: 6/6 100% complete
44342026-02-25T21:31:13.076Z[ host-image] Feb 25 21:31:12.892 INFO O| Feb 25 21:31:12.892 INFO O| Planning: Package planning ... Done
44352026-02-25T21:31:13.101Z[ host-image] Feb 25 21:31:12.902 INFO O| Feb 25 21:31:12.902 INFO O| Planning: Merging actions ... Done
44362026-02-25T21:31:13.286Z[ host-image] Feb 25 21:31:13.103 INFO O| Feb 25 21:31:13.103 INFO O| Planning: Checking for conflicting actions ... Done
44372026-02-25T21:31:13.311Z[ host-image] Feb 25 21:31:13.106 INFO O| Feb 25 21:31:13.106 INFO O| Planning: Consolidating action changes ... Done
44382026-02-25T21:31:14.978Z[ host-image] Feb 25 21:31:14.795 INFO O| Feb 25 21:31:14.795 INFO O| Planning: Evaluating mediators ... Done
44392026-02-25T21:31:15.004Z[ host-image] Feb 25 21:31:14.800 INFO O| Feb 25 21:31:14.799 INFO O| Planning: Planning completed in 18.65 seconds
44402026-02-25T21:31:15.004Z[ host-image] Feb 25 21:31:14.801 INFO O| Feb 25 21:31:14.800 INFO O| Packages to install: 6
44412026-02-25T21:31:15.004Z[ host-image] Feb 25 21:31:14.801 INFO O| Feb 25 21:31:14.801 INFO O| Services to change: 2
44422026-02-25T21:31:15.031Z[ host-image] Feb 25 21:31:14.847 INFO O| Feb 25 21:31:14.847 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44432026-02-25T21:32:06.942Z[ recovery-image] Feb 25 21:32:06.759 INFO O| Feb 25 21:32:06.759 INFO O| Download: 4858/15969 items 43.4/187.3MB 23% complete
44442026-02-25T21:32:08.524Z[ host-image] Feb 25 21:32:08.341 INFO O| Feb 25 21:32:08.341 INFO O| Download: 97/155 items 1.2/1.7MB 67% complete
44452026-02-25T21:32:12.155Z[ host-image] Feb 25 21:32:11.972 INFO O| Feb 25 21:32:11.972 INFO O| Download: Completed 1.75 MB in 57.13 seconds (31.3k/s)
44462026-02-25T21:32:12.217Z[ host-image] Feb 25 21:32:12.034 INFO O| Feb 25 21:32:12.034 INFO O| Actions: 1/390 actions (Installing new actions)
44472026-02-25T21:32:12.679Z[ recovery-image] Feb 25 21:32:12.496 INFO O| Feb 25 21:32:12.496 INFO O| Download: 5783/15969 items 45.9/187.3MB 24% complete (479k/s)
44482026-02-25T21:32:12.788Z[ host-image] Feb 25 21:32:12.605 INFO O| Feb 25 21:32:12.605 INFO O| Actions: Completed 390 actions in 0.57 seconds.
44492026-02-25T21:32:13.821Z[ host-image] Feb 25 21:32:13.638 INFO O| Feb 25 21:32:13.638 INFO O| Done
44502026-02-25T21:32:13.850Z[ host-image] Feb 25 21:32:13.639 INFO O| Feb 25 21:32:13.638 INFO O| Done
44512026-02-25T21:32:16.340Z[ host-image] Feb 25 21:32:16.158 INFO O| Feb 25 21:32:16.158 INFO O| Done
44522026-02-25T21:32:17.992Z[ recovery-image] Feb 25 21:32:17.809 INFO O| Feb 25 21:32:17.809 INFO O| Download: 6020/15969 items 53.8/187.3MB 28% complete (1.0M/s)
44532026-02-25T21:32:19.360Z[ host-image] Feb 25 21:32:19.178 INFO O| Feb 25 21:32:19.177 INFO O| Done
44542026-02-25T21:32:19.406Z[ host-image] Feb 25 21:32:19.224 INFO O| Feb 25 21:32:19.223 INFO O| Done
44552026-02-25T21:32:19.407Z[ host-image] Feb 25 21:32:19.224 INFO O| Feb 25 21:32:19.224 INFO O| Done
44562026-02-25T21:32:19.456Z[ host-image] Feb 25 21:32:19.273 INFO O| Feb 25 21:32:19.273 INFO O| Done
44572026-02-25T21:32:21.764Z[ host-image] Feb 25 21:32:21.581 INFO O| Feb 25 21:32:21.581 INFO STEP 12 (pkg_install) COMPLETE
44582026-02-25T21:32:21.764Z[ host-image] Feb 25 21:32:21.581 INFO O| Feb 25 21:32:21.581 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44592026-02-25T21:32:21.788Z[ host-image] Feb 25 21:32:21.601 INFO O| Feb 25 21:32:21.601 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44602026-02-25T21:32:22.997Z[ recovery-image] Feb 25 21:32:22.814 INFO O| Feb 25 21:32:22.814 INFO O| Download: 6219/15969 items 64.9/187.3MB 34% complete (1.7M/s)
44612026-02-25T21:32:28.336Z[ recovery-image] Feb 25 21:32:28.154 INFO O| Feb 25 21:32:28.153 INFO O| Download: 7281/15969 items 78.0/187.3MB 41% complete (2.4M/s)
44622026-02-25T21:32:33.336Z[ recovery-image] Feb 25 21:32:33.154 INFO O| Feb 25 21:32:33.153 INFO O| Download: 7705/15969 items 78.4/187.3MB 41% complete (1.7M/s)
44632026-02-25T21:32:38.339Z[ recovery-image] Feb 25 21:32:38.156 INFO O| Feb 25 21:32:38.156 INFO O| Download: 8016/15969 items 82.3/187.3MB 43% complete (442k/s)
44642026-02-25T21:32:45.081Z[ recovery-image] Feb 25 21:32:44.899 INFO O| Feb 25 21:32:44.898 INFO O| Download: 8019/15969 items 82.4/187.3MB 43% complete (441k/s)
44652026-02-25T21:33:33.685Z[ host-image] Feb 25 21:33:33.502 INFO O| Feb 25 21:33:33.502 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44662026-02-25T21:33:37.586Z[ recovery-image] Feb 25 21:33:37.404 INFO O| Feb 25 21:33:37.404 INFO O| Download: 8741/15969 items 86.3/187.3MB 46% complete
44672026-02-25T21:33:51.305Z[ recovery-image] Feb 25 21:33:51.121 INFO O| Feb 25 21:33:51.121 INFO O| Download: 8759/15969 items 88.4/187.3MB 47% complete
44682026-02-25T21:34:02.315Z[ host-image] Feb 25 21:34:02.134 INFO O| Feb 25 21:34:02.134 INFO O| Startup: Caching catalogs ... Done
44692026-02-25T21:34:14.142Z[ host-image] Feb 25 21:34:13.961 INFO O| Feb 25 21:34:13.960 INFO O| Planning: Solver setup ... Done
44702026-02-25T21:34:14.166Z[ host-image] Feb 25 21:34:13.981 INFO O| Feb 25 21:34:13.981 INFO O| Planning: Running solver ... Done
44712026-02-25T21:34:14.340Z[ host-image] Feb 25 21:34:14.158 INFO O| Feb 25 21:34:14.158 INFO O| Planning: Finding local manifests ... Done
44722026-02-25T21:34:14.457Z[ host-image] Feb 25 21:34:14.275 INFO O| Feb 25 21:34:14.275 INFO O| Planning: Fetching manifests: 0/6 0% complete
44732026-02-25T21:34:14.898Z[ host-image] Feb 25 21:34:14.714 INFO O| Feb 25 21:34:14.714 INFO O| Planning: Fetching manifests: 6/6 100% complete
44742026-02-25T21:34:14.980Z[ host-image] Feb 25 21:34:14.799 INFO O| Feb 25 21:34:14.799 INFO O| Planning: Package planning ... Done
44752026-02-25T21:34:15.023Z[ host-image] Feb 25 21:34:14.842 INFO O| Feb 25 21:34:14.842 INFO O| Planning: Merging actions ... Done
44762026-02-25T21:34:15.219Z[ host-image] Feb 25 21:34:15.037 INFO O| Feb 25 21:34:15.037 INFO O| Planning: Checking for conflicting actions ... Done
44772026-02-25T21:34:15.243Z[ host-image] Feb 25 21:34:15.044 INFO O| Feb 25 21:34:15.044 INFO O| Planning: Consolidating action changes ... Done
44782026-02-25T21:34:15.659Z[ host-image] Feb 25 21:34:15.478 INFO O| Feb 25 21:34:15.478 INFO O| Planning: Evaluating mediators ... Done
44792026-02-25T21:34:15.685Z[ host-image] Feb 25 21:34:15.485 INFO O| Feb 25 21:34:15.485 INFO O| Planning: Planning completed in 13.19 seconds
44802026-02-25T21:34:15.686Z[ host-image] Feb 25 21:34:15.486 INFO O| Feb 25 21:34:15.486 INFO O| Packages to install: 6
44812026-02-25T21:34:15.686Z[ host-image] Feb 25 21:34:15.486 INFO O| Feb 25 21:34:15.486 INFO O| Mediators to change: 1
44822026-02-25T21:34:15.686Z[ host-image] Feb 25 21:34:15.486 INFO O| Feb 25 21:34:15.486 INFO O| Services to change: 1
44832026-02-25T21:34:15.718Z[ host-image] Feb 25 21:34:15.537 INFO O| Feb 25 21:34:15.537 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44842026-02-25T21:34:20.729Z[ host-image] Feb 25 21:34:20.548 INFO O| Feb 25 21:34:20.547 INFO O| Download: 833/1140 items 3.2/7.7MB 41% complete (666k/s)
44852026-02-25T21:34:23.170Z[ host-image] Feb 25 21:34:22.989 INFO O| Feb 25 21:34:22.988 INFO O| Download: Completed 7.71 MB in 7.45 seconds (1.0M/s)
44862026-02-25T21:34:23.353Z[ host-image] Feb 25 21:34:23.171 INFO O| Feb 25 21:34:23.171 INFO O| Actions: 1/1361 actions (Installing new actions)
44872026-02-25T21:34:24.118Z[ host-image] Feb 25 21:34:23.936 INFO O| Feb 25 21:34:23.936 INFO O| Actions: Completed 1361 actions in 0.76 seconds.
44882026-02-25T21:34:25.162Z[ host-image] Feb 25 21:34:24.981 INFO O| Feb 25 21:34:24.980 INFO O| Done
44892026-02-25T21:34:25.162Z[ host-image] Feb 25 21:34:24.981 INFO O| Feb 25 21:34:24.980 INFO O| Done
44902026-02-25T21:34:27.771Z[ host-image] Feb 25 21:34:27.590 INFO O| Feb 25 21:34:27.590 INFO O| Done
44912026-02-25T21:34:30.582Z[ host-image] Feb 25 21:34:30.401 INFO O| Feb 25 21:34:30.401 INFO O| Done
44922026-02-25T21:34:30.641Z[ host-image] Feb 25 21:34:30.460 INFO O| Feb 25 21:34:30.459 INFO O| Done
44932026-02-25T21:34:30.665Z[ host-image] Feb 25 21:34:30.460 INFO O| Feb 25 21:34:30.460 INFO O| Done
44942026-02-25T21:34:30.720Z[ host-image] Feb 25 21:34:30.539 INFO O| Feb 25 21:34:30.539 INFO O| Done
44952026-02-25T21:34:32.837Z[ host-image] Feb 25 21:34:32.623 INFO O| Feb 25 21:34:32.623 INFO STEP 13 (pkg_install) COMPLETE
44962026-02-25T21:34:32.837Z[ host-image] Feb 25 21:34:32.623 INFO O| Feb 25 21:34:32.623 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44972026-02-25T21:34:32.862Z[ host-image] Feb 25 21:34:32.643 INFO O| Feb 25 21:34:32.643 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44982026-02-25T21:34:51.327Z[ recovery-image] Feb 25 21:34:51.146 INFO O| Feb 25 21:34:51.145 INFO O| Download: 8847/15969 items 89.0/187.3MB 47% complete
44992026-02-25T21:34:56.328Z[ recovery-image] Feb 25 21:34:56.146 INFO O| Feb 25 21:34:56.146 INFO O| Download: 9112/15969 items 97.5/187.3MB 52% complete (1.7M/s)
45002026-02-25T21:35:02.045Z[ recovery-image] Feb 25 21:35:01.864 INFO O| Feb 25 21:35:01.864 INFO O| Download: 10624/15969 items 98.3/187.3MB 52% complete (942k/s)
45012026-02-25T21:35:08.938Z[ recovery-image] Feb 25 21:35:08.690 INFO O| Feb 25 21:35:08.689 INFO O| Download: 10985/15969 items 98.8/187.3MB 52% complete (213k/s)
45022026-02-25T21:35:14.959Z[ recovery-image] Feb 25 21:35:14.778 INFO O| Feb 25 21:35:14.778 INFO O| Download: 11151/15969 items 104.4/187.3MB 55% complete (554k/s)
45032026-02-25T21:35:19.961Z[ recovery-image] Feb 25 21:35:19.781 INFO O| Feb 25 21:35:19.781 INFO O| Download: 11709/15969 items 122.3/187.3MB 65% complete (2.2M/s)
45042026-02-25T21:35:25.924Z[ host-image] Feb 25 21:35:25.742 INFO O| Feb 25 21:35:25.742 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45052026-02-25T21:35:50.635Z[ host-image] Feb 25 21:35:50.439 INFO O| Feb 25 21:35:50.439 INFO O| Startup: Caching catalogs ... Done
45062026-02-25T21:36:01.073Z[ host-image] Feb 25 21:36:00.807 INFO O| Feb 25 21:36:00.806 INFO O| Planning: Solver setup ... Done
45072026-02-25T21:36:01.098Z[ host-image] Feb 25 21:36:00.821 INFO O| Feb 25 21:36:00.821 INFO O| Planning: Running solver ... Done
45082026-02-25T21:36:01.172Z[ host-image] Feb 25 21:36:00.983 INFO O| Feb 25 21:36:00.983 INFO O| Planning: Finding local manifests ... Done
45092026-02-25T21:36:01.249Z[ host-image] Feb 25 21:36:01.067 INFO O| Feb 25 21:36:01.066 INFO O| Planning: Fetching manifests: 0/1 0% complete
45102026-02-25T21:36:01.279Z[ host-image] Feb 25 21:36:01.098 INFO O| Feb 25 21:36:01.098 INFO O| Planning: Fetching manifests: 1/1 100% complete
45112026-02-25T21:36:01.312Z[ host-image] Feb 25 21:36:01.132 INFO O| Feb 25 21:36:01.131 INFO O| Planning: Package planning ... Done
45122026-02-25T21:36:01.352Z[ host-image] Feb 25 21:36:01.132 INFO O| Feb 25 21:36:01.132 INFO O| Planning: Merging actions ... Done
45132026-02-25T21:36:01.410Z[ host-image] Feb 25 21:36:01.229 INFO O| Feb 25 21:36:01.228 INFO O| Planning: Checking for conflicting actions ... Done
45142026-02-25T21:36:01.434Z[ host-image] Feb 25 21:36:01.229 INFO O| Feb 25 21:36:01.229 INFO O| Planning: Consolidating action changes ... Done
45152026-02-25T21:36:01.708Z[ host-image] Feb 25 21:36:01.526 INFO O| Feb 25 21:36:01.526 INFO O| Planning: Evaluating mediators ... Done
45162026-02-25T21:36:01.734Z[ host-image] Feb 25 21:36:01.527 INFO O| Feb 25 21:36:01.527 INFO O| Planning: Planning completed in 10.96 seconds
45172026-02-25T21:36:01.734Z[ host-image] Feb 25 21:36:01.527 INFO O| Feb 25 21:36:01.527 INFO O| Packages to install: 1
45182026-02-25T21:36:01.762Z[ host-image] Feb 25 21:36:01.568 INFO O| Feb 25 21:36:01.568 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45192026-02-25T21:36:02.429Z[ host-image] Feb 25 21:36:02.227 INFO O| Feb 25 21:36:02.227 INFO O| Download: Completed 12.26 MB in 0.66 seconds (18.6M/s)
45202026-02-25T21:36:02.463Z[ host-image] Feb 25 21:36:02.277 INFO O| Feb 25 21:36:02.277 INFO O| Actions: 1/22 actions (Installing new actions)
45212026-02-25T21:36:02.911Z[ host-image] Feb 25 21:36:02.729 INFO O| Feb 25 21:36:02.729 INFO O| Actions: Completed 22 actions in 0.45 seconds.
45222026-02-25T21:36:03.797Z[ host-image] Feb 25 21:36:03.595 INFO O| Feb 25 21:36:03.595 INFO O| Done
45232026-02-25T21:36:03.798Z[ host-image] Feb 25 21:36:03.595 INFO O| Feb 25 21:36:03.595 INFO O| Done
45242026-02-25T21:36:05.910Z[ host-image] Feb 25 21:36:05.672 INFO O| Feb 25 21:36:05.672 INFO O| Done
45252026-02-25T21:36:08.232Z[ host-image] Feb 25 21:36:08.051 INFO O| Feb 25 21:36:08.051 INFO O| Done
45262026-02-25T21:36:08.294Z[ host-image] Feb 25 21:36:08.111 INFO O| Feb 25 21:36:08.111 INFO O| Done
45272026-02-25T21:36:08.294Z[ host-image] Feb 25 21:36:08.111 INFO O| Feb 25 21:36:08.111 INFO O| Done
45282026-02-25T21:36:08.320Z[ host-image] Feb 25 21:36:08.136 INFO O| Feb 25 21:36:08.136 INFO O| Done
45292026-02-25T21:36:10.367Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.014 INFO STEP 14 (pkg_install) COMPLETE
45302026-02-25T21:36:10.367Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.015 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45312026-02-25T21:36:10.432Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.015 INFO skip step because feature "mbist" is not enabled
45322026-02-25T21:36:10.433Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.015 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45332026-02-25T21:36:10.433Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.015 INFO skip step because feature "mfg" is not enabled
45342026-02-25T21:36:10.434Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.015 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45352026-02-25T21:36:10.434Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.015 INFO skip step because feature "compliance" is not enabled
45362026-02-25T21:36:10.434Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.015 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45372026-02-25T21:36:10.435Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.015 INFO skip step because feature "stress" is not enabled
45382026-02-25T21:36:10.436Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.015 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45392026-02-25T21:36:10.436Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.015 INFO skip step because feature "compliance" is not enabled
45402026-02-25T21:36:10.436Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.015 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45412026-02-25T21:36:10.436Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.015 INFO skip step because feature "nfs" is not enabled
45422026-02-25T21:36:10.437Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.015 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45432026-02-25T21:36:10.437Z[ host-image] Feb 25 21:36:10.015 INFO O| Feb 25 21:36:10.015 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45442026-02-25T21:36:10.437Z[ host-image] Feb 25 21:36:10.058 INFO O| Feb 25 21:36:10.058 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45452026-02-25T21:36:10.438Z[ host-image] Feb 25 21:36:10.120 INFO O| Feb 25 21:36:10.120 INFO completed processing sled/ramdisk-01-os
45462026-02-25T21:36:10.438Z[ host-image] Feb 25 21:36:10.139 INFO omicron1 baseline generation...
45472026-02-25T21:36:10.438Z[ host-image] Feb 25 21:36:10.142 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45482026-02-25T21:36:11.153Z[ host-image] Feb 25 21:36:10.970 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23795:20260223T235442Z
45492026-02-25T21:36:19.877Z[ recovery-image] Feb 25 21:36:19.415 INFO O| Feb 25 21:36:19.415 INFO O| Download: 12002/15969 items 133.7/187.3MB 71% complete
45502026-02-25T21:36:24.607Z[ recovery-image] Feb 25 21:36:24.427 INFO O| Feb 25 21:36:24.427 INFO O| Download: 12939/15969 items 148.5/187.3MB 79% complete (3.0M/s)
45512026-02-25T21:36:29.614Z[ recovery-image] Feb 25 21:36:29.433 INFO O| Feb 25 21:36:29.433 INFO O| Download: 13853/15969 items 151.6/187.3MB 80% complete (1.8M/s)
45522026-02-25T21:36:34.656Z[ recovery-image] Feb 25 21:36:34.476 INFO O| Feb 25 21:36:34.476 INFO O| Download: 14776/15969 items 156.4/187.3MB 83% complete (863k/s)
45532026-02-25T21:36:40.887Z[ recovery-image] Feb 25 21:36:40.707 INFO O| Feb 25 21:36:40.707 INFO O| Download: 14844/15969 items 161.7/187.3MB 86% complete (1.2M/s)
45542026-02-25T21:36:47.116Z[ recovery-image] Feb 25 21:36:46.936 INFO O| Feb 25 21:36:46.936 INFO O| Download: 15343/15969 items 166.3/187.3MB 88% complete (867k/s)
45552026-02-25T21:36:52.479Z[ recovery-image] Feb 25 21:36:52.299 INFO O| Feb 25 21:36:52.299 INFO O| Download: 15667/15969 items 181.0/187.3MB 96% complete (2.0M/s)
45562026-02-25T21:37:17.730Z[ recovery-image] Feb 25 21:37:17.550 INFO O| Feb 25 21:37:17.549 INFO O| Download: 15669/15969 items 181.0/187.3MB 96% complete
45572026-02-25T21:37:55.624Z[ host-image] Feb 25 21:37:55.437 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23795:20260223T235515Z
45582026-02-25T21:37:55.681Z[ host-image] Feb 25 21:37:55.437 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23795:20260223T235515Z
45592026-02-25T21:37:55.681Z[ host-image] Feb 25 21:37:55.437 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
45602026-02-25T21:37:55.681Z[ host-image] Feb 25 21:37:55.437 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
45612026-02-25T21:37:55.682Z[ host-image] Feb 25 21:37:55.438 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
45622026-02-25T21:37:55.682Z[ host-image] Feb 25 21:37:55.438 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
45632026-02-25T21:37:55.682Z[ host-image] Feb 25 21:37:55.438 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
45642026-02-25T21:37:55.682Z[ host-image] Feb 25 21:37:55.438 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
45652026-02-25T21:37:55.682Z[ host-image] Feb 25 21:37:55.440 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260225T202835Z
45662026-02-25T21:37:55.682Z[ host-image] Feb 25 21:37:55.441 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
45672026-02-25T21:37:55.682Z[ host-image] Feb 25 21:37:55.441 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
45682026-02-25T21:37:55.682Z[ host-image] Feb 25 21:37:55.441 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23795:20260223T235516Z
45692026-02-25T21:37:55.682Z[ host-image] Feb 25 21:37:55.442 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23795:20260223T235516Z
45702026-02-25T21:37:55.682Z[ host-image] Feb 25 21:37:55.443 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23795:20260223T235517Z
45712026-02-25T21:37:55.683Z[ host-image] Feb 25 21:37:55.444 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23795:20260223T235517Z
45722026-02-25T21:37:55.683Z[ host-image] Feb 25 21:37:55.444 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
45732026-02-25T21:37:55.683Z[ host-image] Feb 25 21:37:55.444 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23795:20260223T235517Z
45742026-02-25T21:37:55.683Z[ host-image] Feb 25 21:37:55.445 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23795:20260223T235517Z
45752026-02-25T21:37:55.683Z[ host-image] Feb 25 21:37:55.445 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23795:20260223T235517Z
45762026-02-25T21:37:55.683Z[ host-image] Feb 25 21:37:55.445 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23795:20260223T235517Z
45772026-02-25T21:37:55.683Z[ host-image] Feb 25 21:37:55.445 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23795:20260223T235518Z
45782026-02-25T21:37:55.683Z[ host-image] Feb 25 21:37:55.445 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23795:20260223T235518Z
45792026-02-25T21:37:55.683Z[ host-image] Feb 25 21:37:55.446 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23795:20260223T235518Z
45802026-02-25T21:37:55.683Z[ host-image] Feb 25 21:37:55.446 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23795:20260223T235519Z
45812026-02-25T21:37:55.683Z[ host-image] Feb 25 21:37:55.446 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23795:20260223T235520Z
45822026-02-25T21:37:55.684Z[ host-image] Feb 25 21:37:55.446 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23795:20260223T235520Z
45832026-02-25T21:37:55.684Z[ host-image] Feb 25 21:37:55.446 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23795:20260223T235521Z
45842026-02-25T21:37:55.684Z[ host-image] Feb 25 21:37:55.447 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23795:20260223T235521Z
45852026-02-25T21:37:55.684Z[ host-image] Feb 25 21:37:55.447 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23795:20260223T235522Z
45862026-02-25T21:37:55.684Z[ host-image] Feb 25 21:37:55.447 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23795:20260223T235523Z
45872026-02-25T21:37:55.685Z[ host-image] Feb 25 21:37:55.447 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
45882026-02-25T21:37:55.685Z[ host-image] Feb 25 21:37:55.447 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23795:20260223T235524Z
45892026-02-25T21:37:55.685Z[ host-image] Feb 25 21:37:55.447 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23795:20260223T235527Z
45902026-02-25T21:37:55.685Z[ host-image] Feb 25 21:37:55.447 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23795:20260223T235527Z
45912026-02-25T21:37:55.685Z[ host-image] Feb 25 21:37:55.447 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23795:20260223T235528Z
45922026-02-25T21:37:55.686Z[ host-image] Feb 25 21:37:55.448 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23795:20260223T235529Z
45932026-02-25T21:37:55.686Z[ host-image] Feb 25 21:37:55.448 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23795:20260223T235529Z
45942026-02-25T21:37:55.686Z[ host-image] Feb 25 21:37:55.457 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
45952026-02-25T21:37:55.686Z[ host-image] Feb 25 21:37:55.457 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23795:20260223T235530Z
45962026-02-25T21:37:55.686Z[ host-image] Feb 25 21:37:55.457 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
45972026-02-25T21:37:55.686Z[ host-image] Feb 25 21:37:55.458 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
45982026-02-25T21:37:55.686Z[ host-image] Feb 25 21:37:55.458 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
45992026-02-25T21:37:55.686Z[ host-image] Feb 25 21:37:55.458 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23795:20260223T235530Z
46002026-02-25T21:37:55.686Z[ host-image] Feb 25 21:37:55.459 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
46012026-02-25T21:37:55.686Z[ host-image] Feb 25 21:37:55.459 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
46022026-02-25T21:37:55.686Z[ host-image] Feb 25 21:37:55.460 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
46032026-02-25T21:37:55.687Z[ host-image] Feb 25 21:37:55.460 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
46042026-02-25T21:37:55.728Z[ host-image] Feb 25 21:37:55.471 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
46052026-02-25T21:37:55.728Z[ host-image] Feb 25 21:37:55.471 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
46062026-02-25T21:37:55.728Z[ host-image] Feb 25 21:37:55.471 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
46072026-02-25T21:37:55.728Z[ host-image] Feb 25 21:37:55.472 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
46082026-02-25T21:37:55.728Z[ host-image] Feb 25 21:37:55.472 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
46092026-02-25T21:37:55.728Z[ host-image] Feb 25 21:37:55.473 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
46102026-02-25T21:37:55.728Z[ host-image] Feb 25 21:37:55.509 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
46112026-02-25T21:37:55.728Z[ host-image] Feb 25 21:37:55.510 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
46122026-02-25T21:37:55.730Z[ host-image] Feb 25 21:37:55.510 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
46132026-02-25T21:37:55.731Z[ host-image] Feb 25 21:37:55.510 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23795:20260223T235532Z
46142026-02-25T21:37:55.731Z[ host-image] Feb 25 21:37:55.511 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23795:20260223T235537Z
46152026-02-25T21:37:55.731Z[ host-image] Feb 25 21:37:55.511 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
46162026-02-25T21:37:55.731Z[ host-image] Feb 25 21:37:55.511 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23795:20260223T235538Z
46172026-02-25T21:37:55.731Z[ host-image] Feb 25 21:37:55.511 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
46182026-02-25T21:37:55.731Z[ host-image] Feb 25 21:37:55.511 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
46192026-02-25T21:37:55.731Z[ host-image] Feb 25 21:37:55.511 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
46202026-02-25T21:37:55.733Z[ host-image] Feb 25 21:37:55.511 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
46212026-02-25T21:37:55.733Z[ host-image] Feb 25 21:37:55.511 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23795:20260223T235538Z
46222026-02-25T21:37:55.733Z[ host-image] Feb 25 21:37:55.512 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
46232026-02-25T21:37:55.733Z[ host-image] Feb 25 21:37:55.516 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
46242026-02-25T21:37:55.733Z[ host-image] Feb 25 21:37:55.516 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
46252026-02-25T21:37:55.733Z[ host-image] Feb 25 21:37:55.516 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
46262026-02-25T21:37:55.733Z[ host-image] Feb 25 21:37:55.517 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23795:20260223T235538Z
46272026-02-25T21:37:55.733Z[ host-image] Feb 25 21:37:55.517 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
46282026-02-25T21:37:55.734Z[ host-image] Feb 25 21:37:55.531 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
46292026-02-25T21:37:55.734Z[ host-image] Feb 25 21:37:55.531 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23795:20260223T235539Z
46302026-02-25T21:37:55.734Z[ host-image] Feb 25 21:37:55.533 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23795:20260223T235539Z
46312026-02-25T21:37:55.734Z[ host-image] Feb 25 21:37:55.533 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23795:20260223T235539Z
46322026-02-25T21:37:55.734Z[ host-image] Feb 25 21:37:55.533 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
46332026-02-25T21:37:55.734Z[ host-image] Feb 25 21:37:55.534 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23795:20260223T235541Z
46342026-02-25T21:37:55.734Z[ host-image] Feb 25 21:37:55.534 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23795:20260223T235541Z
46352026-02-25T21:37:55.734Z[ host-image] Feb 25 21:37:55.534 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23795:20260223T235541Z
46362026-02-25T21:37:55.734Z[ host-image] Feb 25 21:37:55.535 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23795:20260223T235541Z
46372026-02-25T21:37:55.762Z[ host-image] Feb 25 21:37:55.538 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
46382026-02-25T21:37:55.762Z[ host-image] Feb 25 21:37:55.538 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23795:20260223T235541Z
46392026-02-25T21:37:55.762Z[ host-image] Feb 25 21:37:55.539 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23795:20260223T235543Z
46402026-02-25T21:37:55.762Z[ host-image] Feb 25 21:37:55.539 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
46412026-02-25T21:37:55.762Z[ host-image] Feb 25 21:37:55.539 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23795:20260223T235543Z
46422026-02-25T21:37:55.762Z[ host-image] Feb 25 21:37:55.540 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23795:20260223T235543Z
46432026-02-25T21:37:55.762Z[ host-image] Feb 25 21:37:55.540 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23795:20260223T235543Z
46442026-02-25T21:37:55.762Z[ host-image] Feb 25 21:37:55.540 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23795:20260223T235543Z
46452026-02-25T21:37:55.762Z[ host-image] Feb 25 21:37:55.548 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23795:20260223T235543Z
46462026-02-25T21:37:55.763Z[ host-image] Feb 25 21:37:55.548 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
46472026-02-25T21:37:55.763Z[ host-image] Feb 25 21:37:55.550 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23795:20260223T235543Z
46482026-02-25T21:37:55.763Z[ host-image] Feb 25 21:37:55.551 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23795:20260223T235544Z
46492026-02-25T21:37:55.763Z[ host-image] Feb 25 21:37:55.551 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23795:20260223T235544Z
46502026-02-25T21:37:55.763Z[ host-image] Feb 25 21:37:55.552 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23795:20260223T235544Z
46512026-02-25T21:37:55.763Z[ host-image] Feb 25 21:37:55.552 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23795:20260223T235544Z
46522026-02-25T21:37:55.764Z[ host-image] Feb 25 21:37:55.552 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23795:20260223T235544Z
46532026-02-25T21:37:55.764Z[ host-image] Feb 25 21:37:55.553 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23795:20260223T235545Z
46542026-02-25T21:37:55.764Z[ host-image] Feb 25 21:37:55.562 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23795:20260223T235546Z
46552026-02-25T21:37:55.764Z[ host-image] Feb 25 21:37:55.563 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23795:20260223T235545Z
46562026-02-25T21:37:55.765Z[ host-image] Feb 25 21:37:55.563 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23795:20260223T235545Z
46572026-02-25T21:37:55.765Z[ host-image] Feb 25 21:37:55.564 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23795:20260223T235545Z
46582026-02-25T21:37:55.765Z[ host-image] Feb 25 21:37:55.564 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23795:20260223T235546Z
46592026-02-25T21:37:55.813Z[ host-image] Feb 25 21:37:55.584 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23795:20260223T235549Z
46602026-02-25T21:37:55.813Z[ host-image] Feb 25 21:37:55.584 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23795:20260223T235546Z
46612026-02-25T21:37:55.813Z[ host-image] Feb 25 21:37:55.584 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23795:20260223T235546Z
46622026-02-25T21:37:55.814Z[ host-image] Feb 25 21:37:55.585 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
46632026-02-25T21:37:55.814Z[ host-image] Feb 25 21:37:55.585 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
46642026-02-25T21:37:55.876Z[ host-image] Feb 25 21:37:55.614 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23795:20260223T235546Z
46652026-02-25T21:37:55.877Z[ host-image] Feb 25 21:37:55.614 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
46662026-02-25T21:37:55.877Z[ host-image] Feb 25 21:37:55.614 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23795:20260223T235547Z
46672026-02-25T21:37:55.877Z[ host-image] Feb 25 21:37:55.614 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23795:20260223T235547Z
46682026-02-25T21:37:55.877Z[ host-image] Feb 25 21:37:55.615 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23795:20260223T235547Z
46692026-02-25T21:37:55.877Z[ host-image] Feb 25 21:37:55.615 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
46702026-02-25T21:37:55.877Z[ host-image] Feb 25 21:37:55.616 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
46712026-02-25T21:37:55.877Z[ host-image] Feb 25 21:37:55.616 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23795:20260223T235548Z
46722026-02-25T21:37:55.878Z[ host-image] Feb 25 21:37:55.616 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23795:20260223T235548Z
46732026-02-25T21:37:55.878Z[ host-image] Feb 25 21:37:55.616 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23795:20260223T235548Z
46742026-02-25T21:37:55.878Z[ host-image] Feb 25 21:37:55.617 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23795:20260223T235548Z
46752026-02-25T21:37:55.878Z[ host-image] Feb 25 21:37:55.617 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23795:20260223T235549Z
46762026-02-25T21:37:55.878Z[ host-image] Feb 25 21:37:55.617 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23795:20260223T235549Z
46772026-02-25T21:37:55.879Z[ host-image] Feb 25 21:37:55.619 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
46782026-02-25T21:37:55.879Z[ host-image] Feb 25 21:37:55.619 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23795:20260223T235549Z
46792026-02-25T21:37:55.879Z[ host-image] Feb 25 21:37:55.620 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23795:20260223T235550Z
46802026-02-25T21:37:55.880Z[ host-image] Feb 25 21:37:55.620 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23795:20260223T235550Z
46812026-02-25T21:37:55.880Z[ host-image] Feb 25 21:37:55.620 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23795:20260223T235551Z
46822026-02-25T21:37:55.880Z[ host-image] Feb 25 21:37:55.620 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23795:20260223T235550Z
46832026-02-25T21:37:55.880Z[ host-image] Feb 25 21:37:55.621 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23795:20260223T235550Z
46842026-02-25T21:37:55.880Z[ host-image] Feb 25 21:37:55.621 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
46852026-02-25T21:37:55.880Z[ host-image] Feb 25 21:37:55.621 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
46862026-02-25T21:37:55.880Z[ host-image] Feb 25 21:37:55.621 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23795:20260223T235553Z
46872026-02-25T21:37:55.880Z[ host-image] Feb 25 21:37:55.621 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23795:20260223T235553Z
46882026-02-25T21:37:55.880Z[ host-image] Feb 25 21:37:55.621 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
46892026-02-25T21:37:55.881Z[ host-image] Feb 25 21:37:55.621 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
46902026-02-25T21:37:55.881Z[ host-image] Feb 25 21:37:55.621 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
46912026-02-25T21:37:55.881Z[ host-image] Feb 25 21:37:55.622 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
46922026-02-25T21:37:55.881Z[ host-image] Feb 25 21:37:55.622 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
46932026-02-25T21:37:55.881Z[ host-image] Feb 25 21:37:55.622 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
46942026-02-25T21:37:55.882Z[ host-image] Feb 25 21:37:55.624 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
46952026-02-25T21:37:55.882Z[ host-image] Feb 25 21:37:55.625 INFO O| tempdir @ "/tmp/.tmphl9zP6/tmp"
46962026-02-25T21:37:55.882Z[ host-image] Feb 25 21:37:55.625 INFO O| image root @ "/tmp/.tmphl9zP6/tmp/root"
46972026-02-25T21:37:55.882Z[ host-image] Feb 25 21:37:55.625 INFO O| creating image...
46982026-02-25T21:37:56.566Z[ host-image] Feb 25 21:37:56.376 INFO O| copying publishers...
46992026-02-25T21:38:03.600Z[verify-libraries] Finished `release` profile [optimized] target(s) in 36m 50s
47002026-02-25T21:38:06.692ZFeb 25 21:38:06.513 INFO [verify-libraries] process exited with exit status: 0 (2222.009145589s)
47012026-02-25T21:38:12.480Z[ recovery-image] Feb 25 21:38:12.302 INFO O| Feb 25 21:38:12.301 INFO O| Download: 15737/15969 items 181.9/187.3MB 97% complete
47022026-02-25T21:38:16.632Z[ recovery-image] Feb 25 21:38:16.454 INFO O| Feb 25 21:38:16.454 INFO O| Download: Completed 187.26 MB in 561.53 seconds (340k/s)
47032026-02-25T21:38:17.566Z[ recovery-image] Feb 25 21:38:17.388 INFO O| Feb 25 21:38:17.388 INFO O| Actions: 1/26357 actions (Installing new actions)
47042026-02-25T21:38:22.567Z[ recovery-image] Feb 25 21:38:22.388 INFO O| Feb 25 21:38:22.388 INFO O| Actions: 10043/26357 actions (Installing new actions)
47052026-02-25T21:38:27.567Z[ recovery-image] Feb 25 21:38:27.388 INFO O| Feb 25 21:38:27.388 INFO O| Actions: 17417/26357 actions (Installing new actions)
47062026-02-25T21:38:32.570Z[ recovery-image] Feb 25 21:38:32.389 INFO O| Feb 25 21:38:32.388 INFO O| Actions: 26285/26357 actions (Installing new actions)
47072026-02-25T21:38:32.604Z[ recovery-image] Feb 25 21:38:32.425 INFO O| Feb 25 21:38:32.425 INFO O| Actions: Completed 26357 actions in 15.03 seconds.
47082026-02-25T21:38:33.582Z[ recovery-image] Feb 25 21:38:33.402 INFO O| Feb 25 21:38:33.402 INFO O| Done
47092026-02-25T21:38:33.583Z[ recovery-image] Feb 25 21:38:33.403 INFO O| Feb 25 21:38:33.402 INFO O| Done
47102026-02-25T21:38:36.836Z[ recovery-image] Feb 25 21:38:36.658 INFO O| Feb 25 21:38:36.658 INFO O| Done
47112026-02-25T21:38:38.746Z[ recovery-image] Feb 25 21:38:38.560 INFO O| Feb 25 21:38:38.560 INFO O| Done
47122026-02-25T21:38:38.770Z[ recovery-image] Feb 25 21:38:38.585 INFO O| Feb 25 21:38:38.585 INFO O| Done
47132026-02-25T21:38:42.973Z[ recovery-image] Feb 25 21:38:42.794 INFO O| Feb 25 21:38:42.794 INFO O| Done
47142026-02-25T21:38:43.707Z[ recovery-image] Feb 25 21:38:43.520 INFO O| Feb 25 21:38:43.519 INFO O| Done
47152026-02-25T21:38:47.301Z[ recovery-image] Feb 25 21:38:47.122 INFO O| Feb 25 21:38:47.121 INFO STEP 11 (pkg_install) COMPLETE
47162026-02-25T21:38:47.301Z[ recovery-image] Feb 25 21:38:47.122 INFO O| Feb 25 21:38:47.122 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47172026-02-25T21:38:47.329Z[ recovery-image] Feb 25 21:38:47.122 INFO O| Feb 25 21:38:47.122 INFO skip step because feature "recovery" is enabled
47182026-02-25T21:38:47.329Z[ recovery-image] Feb 25 21:38:47.122 INFO O| Feb 25 21:38:47.122 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47192026-02-25T21:38:47.330Z[ recovery-image] Feb 25 21:38:47.122 INFO O| Feb 25 21:38:47.122 INFO skip step because feature "omicron1" is not enabled
47202026-02-25T21:38:47.330Z[ recovery-image] Feb 25 21:38:47.122 INFO O| Feb 25 21:38:47.122 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
47212026-02-25T21:38:47.330Z[ recovery-image] Feb 25 21:38:47.144 INFO O| Feb 25 21:38:47.144 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
47222026-02-25T21:39:16.738Z[ host-image] Feb 25 21:39:16.554 INFO O| adding properties...
47232026-02-25T21:39:18.914Z[ host-image] Feb 25 21:39:18.734 INFO O| installing packages...
47242026-02-25T21:39:42.118Z[ recovery-image] Feb 25 21:39:41.940 INFO O| Feb 25 21:39:41.940 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
47252026-02-25T21:40:05.293Z[ host-image] Feb 25 21:40:05.116 INFO O| seeding SMF database...
47262026-02-25T21:40:08.631Z[ recovery-image] Feb 25 21:40:08.454 INFO O| Feb 25 21:40:08.453 INFO O| Startup: Caching catalogs ... Done
47272026-02-25T21:40:16.034Z[ host-image] Feb 25 21:40:15.857 INFO O| configuring SMF profile...
47282026-02-25T21:40:16.059Z[ host-image] Feb 25 21:40:15.857 INFO O| modifying shadow(5)...
47292026-02-25T21:40:16.059Z[ host-image] Feb 25 21:40:15.857 INFO O| loading user and group database...
47302026-02-25T21:40:16.059Z[ host-image] Feb 25 21:40:15.857 INFO O| loading facet selections...
47312026-02-25T21:40:16.819Z[ host-image] Feb 25 21:40:16.642 INFO O| devel -> true
47322026-02-25T21:40:16.844Z[ host-image] Feb 25 21:40:16.642 INFO O| doc.man -> true
47332026-02-25T21:40:16.844Z[ host-image] Feb 25 21:40:16.642 INFO O| version-lock.shell/ksh93 -> true
47342026-02-25T21:40:16.844Z[ host-image] Feb 25 21:40:16.642 INFO O| version-lock.system/data/hardware-registry -> true
47352026-02-25T21:40:16.844Z[ host-image] Feb 25 21:40:16.642 INFO O| version-lock.system/data/zoneinfo -> true
47362026-02-25T21:40:16.844Z[ host-image] Feb 25 21:40:16.642 INFO O| version-lock.system/microcode/amd -> true
47372026-02-25T21:40:16.844Z[ host-image] Feb 25 21:40:16.642 INFO O| version-lock.system/microcode/intel -> true
47382026-02-25T21:40:16.844Z[ host-image] Feb 25 21:40:16.642 INFO O| version-lock.system/microcode/oxide -> true
47392026-02-25T21:40:16.844Z[ host-image] Feb 25 21:40:16.642 INFO O| assessing packaged files...
47402026-02-25T21:40:19.625Z[ recovery-image] Feb 25 21:40:19.448 INFO O| Feb 25 21:40:19.448 INFO O| Planning: Solver setup ... Done
47412026-02-25T21:40:19.650Z[ recovery-image] Feb 25 21:40:19.462 INFO O| Feb 25 21:40:19.461 INFO O| Planning: Running solver ... Done
47422026-02-25T21:40:19.775Z[ recovery-image] Feb 25 21:40:19.598 INFO O| Feb 25 21:40:19.597 INFO O| Planning: Finding local manifests ... Done
47432026-02-25T21:40:19.858Z[ recovery-image] Feb 25 21:40:19.681 INFO O| Feb 25 21:40:19.681 INFO O| Planning: Fetching manifests: 0/1 0% complete
47442026-02-25T21:40:19.887Z[ recovery-image] Feb 25 21:40:19.710 INFO O| Feb 25 21:40:19.710 INFO O| Planning: Fetching manifests: 1/1 100% complete
47452026-02-25T21:40:19.933Z[ recovery-image] Feb 25 21:40:19.756 INFO O| Feb 25 21:40:19.756 INFO O| Planning: Package planning ... Done
47462026-02-25T21:40:19.958Z[ recovery-image] Feb 25 21:40:19.757 INFO O| Feb 25 21:40:19.757 INFO O| Planning: Merging actions ... Done
47472026-02-25T21:40:19.983Z[ recovery-image] Feb 25 21:40:19.805 INFO O| Feb 25 21:40:19.805 INFO O| Planning: Checking for conflicting actions ... Done
47482026-02-25T21:40:19.983Z[ recovery-image] Feb 25 21:40:19.806 INFO O| Feb 25 21:40:19.806 INFO O| Planning: Consolidating action changes ... Done
47492026-02-25T21:40:20.223Z[ recovery-image] Feb 25 21:40:20.046 INFO O| Feb 25 21:40:20.045 INFO O| Planning: Evaluating mediators ... Done
47502026-02-25T21:40:20.247Z[ recovery-image] Feb 25 21:40:20.047 INFO O| Feb 25 21:40:20.047 INFO O| Planning: Planning completed in 11.48 seconds
47512026-02-25T21:40:20.247Z[ recovery-image] Feb 25 21:40:20.047 INFO O| Feb 25 21:40:20.047 INFO O| Packages to install: 1
47522026-02-25T21:40:20.272Z[ recovery-image] Feb 25 21:40:20.091 INFO O| Feb 25 21:40:20.091 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
47532026-02-25T21:40:20.897Z[ recovery-image] Feb 25 21:40:20.720 INFO O| Feb 25 21:40:20.720 INFO O| Download: Completed 12.26 MB in 0.63 seconds (19.5M/s)
47542026-02-25T21:40:20.952Z[ recovery-image] Feb 25 21:40:20.775 INFO O| Feb 25 21:40:20.774 INFO O| Actions: 1/22 actions (Installing new actions)
47552026-02-25T21:40:21.264Z[ host-image] Feb 25 21:40:21.086 INFO O| creating archive...
47562026-02-25T21:40:21.328Z[ host-image] Feb 25 21:40:21.151 INFO O| missing from packaging:
47572026-02-25T21:40:21.353Z[ host-image] Feb 25 21:40:21.151 INFO O| "etc/.pwd.lock"
47582026-02-25T21:40:21.353Z[ host-image] Feb 25 21:40:21.151 INFO O| "etc/bash"
47592026-02-25T21:40:21.353Z[ host-image] Feb 25 21:40:21.166 INFO O| "etc/svc/profile/generic.xml"
47602026-02-25T21:40:21.353Z[ host-image] Feb 25 21:40:21.166 INFO O| "etc/svc/profile/inetd_services.xml"
47612026-02-25T21:40:21.353Z[ host-image] Feb 25 21:40:21.166 INFO O| "etc/svc/profile/name_service.xml"
47622026-02-25T21:40:21.353Z[ host-image] Feb 25 21:40:21.166 INFO O| "etc/svc/profile/platform.xml"
47632026-02-25T21:40:21.354Z[ host-image] Feb 25 21:40:21.166 INFO O| "etc/svc/profile/platform_omicron1.xml"
47642026-02-25T21:40:21.354Z[ host-image] Feb 25 21:40:21.166 INFO O| "etc/svc/repository.db"
47652026-02-25T21:40:21.378Z[ host-image] Feb 25 21:40:21.192 INFO O| "opt/ooce/share"
47662026-02-25T21:40:21.378Z[ host-image] Feb 25 21:40:21.192 INFO O| "opt/ooce/share/man"
47672026-02-25T21:40:21.378Z[ host-image] Feb 25 21:40:21.192 INFO O| "opt/ooce/share/man/man1"
47682026-02-25T21:40:21.403Z[ recovery-image] Feb 25 21:40:21.205 INFO O| Feb 25 21:40:21.205 INFO O| Actions: Completed 22 actions in 0.43 seconds.
47692026-02-25T21:40:21.403Z[ host-image] Feb 25 21:40:21.214 INFO O| finishing archive...
47702026-02-25T21:40:22.380Z[ recovery-image] Feb 25 21:40:22.203 INFO O| Feb 25 21:40:22.202 INFO O| Done
47712026-02-25T21:40:22.380Z[ recovery-image] Feb 25 21:40:22.203 INFO O| Feb 25 21:40:22.203 INFO O| Done
47722026-02-25T21:40:24.545Z[ recovery-image] Feb 25 21:40:24.368 INFO O| Feb 25 21:40:24.368 INFO O| Done
47732026-02-25T21:40:25.751Z[ host-image] Feb 25 21:40:25.574 INFO O| creating gzonly manifest...
47742026-02-25T21:40:25.776Z[ host-image] Feb 25 21:40:25.585 INFO O| ok
47752026-02-25T21:40:26.028Z[ host-image] Feb 25 21:40:25.850 INFO image builder template: ramdisk-02-trim...
47762026-02-25T21:40:26.052Z[ host-image] Feb 25 21:40:25.853 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/.tmpHsUFYS/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
47772026-02-25T21:40:26.080Z[ host-image] Feb 25 21:40:25.903 INFO O| Feb 25 21:40:25.903 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
47782026-02-25T21:40:26.105Z[ host-image] Feb 25 21:40:25.912 INFO O| Feb 25 21:40:25.912 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
47792026-02-25T21:40:26.142Z[ host-image] Feb 25 21:40:25.965 INFO O| Feb 25 21:40:25.965 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
47802026-02-25T21:40:26.185Z[ host-image] Feb 25 21:40:26.008 INFO O| Feb 25 21:40:26.008 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
47812026-02-25T21:40:26.210Z[ host-image] Feb 25 21:40:26.008 INFO O| Feb 25 21:40:26.008 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
47822026-02-25T21:40:26.210Z[ host-image] Feb 25 21:40:26.020 INFO O| Feb 25 21:40:26.020 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
47832026-02-25T21:40:26.210Z[ host-image] Feb 25 21:40:26.030 INFO O| Feb 25 21:40:26.030 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
47842026-02-25T21:40:26.292Z[ host-image] Feb 25 21:40:26.041 INFO O| Feb 25 21:40:26.041 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
47852026-02-25T21:40:26.335Z[ recovery-image] Feb 25 21:40:26.158 INFO O| Feb 25 21:40:26.158 INFO O| Done
47862026-02-25T21:40:26.359Z[ recovery-image] Feb 25 21:40:26.182 INFO O| Feb 25 21:40:26.182 INFO O| Done
47872026-02-25T21:40:26.359Z[ recovery-image] Feb 25 21:40:26.182 INFO O| Feb 25 21:40:26.182 INFO O| Done
47882026-02-25T21:40:26.393Z[ recovery-image] Feb 25 21:40:26.216 INFO O| Feb 25 21:40:26.215 INFO O| Done
47892026-02-25T21:40:26.469Z[ host-image] Feb 25 21:40:26.292 INFO O| Feb 25 21:40:26.292 INFO rolled back to input snapshot; work may begin
47902026-02-25T21:40:26.469Z[ host-image] Feb 25 21:40:26.292 INFO O| Feb 25 21:40:26.292 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
47912026-02-25T21:40:26.493Z[ host-image] Feb 25 21:40:26.303 INFO O| Feb 25 21:40:26.303 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47922026-02-25T21:40:26.519Z[ host-image] Feb 25 21:40:26.324 INFO O| Feb 25 21:40:26.323 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
47932026-02-25T21:40:26.601Z[ host-image] Feb 25 21:40:26.424 INFO O| Feb 25 21:40:26.423 INFO STEP 0 (remove_files) COMPLETE
47942026-02-25T21:40:26.601Z[ host-image] Feb 25 21:40:26.424 INFO O| Feb 25 21:40:26.423 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47952026-02-25T21:40:26.626Z[ host-image] Feb 25 21:40:26.440 INFO O| Feb 25 21:40:26.440 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
47962026-02-25T21:40:26.626Z[ host-image] Feb 25 21:40:26.444 INFO O| Feb 25 21:40:26.444 INFO STEP 1 (remove_files) COMPLETE
47972026-02-25T21:40:26.626Z[ host-image] Feb 25 21:40:26.445 INFO O| Feb 25 21:40:26.444 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47982026-02-25T21:40:26.650Z[ host-image] Feb 25 21:40:26.460 INFO O| Feb 25 21:40:26.460 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
47992026-02-25T21:40:26.675Z[ host-image] Feb 25 21:40:26.490 INFO O| Feb 25 21:40:26.489 INFO STEP 2 (remove_files) COMPLETE
48002026-02-25T21:40:26.675Z[ host-image] Feb 25 21:40:26.490 INFO O| Feb 25 21:40:26.490 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48012026-02-25T21:40:26.699Z[ host-image] Feb 25 21:40:26.507 INFO O| Feb 25 21:40:26.506 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
48022026-02-25T21:40:26.699Z[ host-image] Feb 25 21:40:26.511 INFO O| Feb 25 21:40:26.511 INFO STEP 3 (remove_files) COMPLETE
48032026-02-25T21:40:26.699Z[ host-image] Feb 25 21:40:26.511 INFO O| Feb 25 21:40:26.511 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48042026-02-25T21:40:26.724Z[ host-image] Feb 25 21:40:26.528 INFO O| Feb 25 21:40:26.528 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
48052026-02-25T21:40:26.724Z[ host-image] Feb 25 21:40:26.538 INFO O| Feb 25 21:40:26.538 INFO STEP 4 (remove_files) COMPLETE
48062026-02-25T21:40:26.724Z[ host-image] Feb 25 21:40:26.538 INFO O| Feb 25 21:40:26.538 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48072026-02-25T21:40:26.748Z[ host-image] Feb 25 21:40:26.557 INFO O| Feb 25 21:40:26.557 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
48082026-02-25T21:40:26.748Z[ host-image] Feb 25 21:40:26.563 INFO O| Feb 25 21:40:26.563 INFO STEP 5 (remove_files) COMPLETE
48092026-02-25T21:40:26.748Z[ host-image] Feb 25 21:40:26.563 INFO O| Feb 25 21:40:26.563 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48102026-02-25T21:40:26.775Z[ host-image] Feb 25 21:40:26.585 INFO O| Feb 25 21:40:26.585 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
48112026-02-25T21:40:26.799Z[ host-image] Feb 25 21:40:26.611 INFO O| Feb 25 21:40:26.611 INFO STEP 6 (remove_files) COMPLETE
48122026-02-25T21:40:26.799Z[ host-image] Feb 25 21:40:26.611 INFO O| Feb 25 21:40:26.611 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48132026-02-25T21:40:26.824Z[ host-image] Feb 25 21:40:26.634 INFO O| Feb 25 21:40:26.634 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
48142026-02-25T21:40:26.848Z[ host-image] Feb 25 21:40:26.661 INFO O| Feb 25 21:40:26.661 INFO STEP 7 (remove_files) COMPLETE
48152026-02-25T21:40:26.848Z[ host-image] Feb 25 21:40:26.662 INFO O| Feb 25 21:40:26.661 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48162026-02-25T21:40:26.873Z[ host-image] Feb 25 21:40:26.683 INFO O| Feb 25 21:40:26.683 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
48172026-02-25T21:40:27.052Z[ host-image] Feb 25 21:40:26.875 INFO O| Feb 25 21:40:26.875 INFO STEP 8 (remove_files) COMPLETE
48182026-02-25T21:40:27.052Z[ host-image] Feb 25 21:40:26.875 INFO O| Feb 25 21:40:26.875 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48192026-02-25T21:40:27.077Z[ host-image] Feb 25 21:40:26.898 INFO O| Feb 25 21:40:26.897 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
48202026-02-25T21:40:27.286Z[ host-image] Feb 25 21:40:27.109 INFO O| Feb 25 21:40:27.109 INFO STEP 9 (remove_files) COMPLETE
48212026-02-25T21:40:27.286Z[ host-image] Feb 25 21:40:27.109 INFO O| Feb 25 21:40:27.109 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48222026-02-25T21:40:27.311Z[ host-image] Feb 25 21:40:27.129 INFO O| Feb 25 21:40:27.129 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
48232026-02-25T21:40:27.336Z[ host-image] Feb 25 21:40:27.136 INFO O| Feb 25 21:40:27.136 INFO STEP 10 (remove_files) COMPLETE
48242026-02-25T21:40:27.336Z[ host-image] Feb 25 21:40:27.136 INFO O| Feb 25 21:40:27.136 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48252026-02-25T21:40:27.360Z[ host-image] Feb 25 21:40:27.159 INFO O| Feb 25 21:40:27.159 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
48262026-02-25T21:40:27.360Z[ host-image] Feb 25 21:40:27.160 INFO O| Feb 25 21:40:27.160 INFO STEP 11 (remove_files) COMPLETE
48272026-02-25T21:40:27.360Z[ host-image] Feb 25 21:40:27.161 INFO O| Feb 25 21:40:27.160 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48282026-02-25T21:40:27.360Z[ host-image] Feb 25 21:40:27.181 INFO O| Feb 25 21:40:27.181 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
48292026-02-25T21:40:27.385Z[ host-image] Feb 25 21:40:27.185 INFO O| Feb 25 21:40:27.185 INFO STEP 12 (remove_files) COMPLETE
48302026-02-25T21:40:27.385Z[ host-image] Feb 25 21:40:27.185 INFO O| Feb 25 21:40:27.185 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48312026-02-25T21:40:27.410Z[ host-image] Feb 25 21:40:27.221 INFO O| Feb 25 21:40:27.220 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
48322026-02-25T21:40:27.410Z[ host-image] Feb 25 21:40:27.222 INFO O| Feb 25 21:40:27.222 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
48332026-02-25T21:40:27.410Z[ host-image] Feb 25 21:40:27.222 INFO O| Feb 25 21:40:27.222 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
48342026-02-25T21:40:27.410Z[ host-image] Feb 25 21:40:27.222 INFO O| Feb 25 21:40:27.222 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
48352026-02-25T21:40:27.410Z[ host-image] Feb 25 21:40:27.223 INFO O| Feb 25 21:40:27.223 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
48362026-02-25T21:40:27.410Z[ host-image] Feb 25 21:40:27.224 INFO O| Feb 25 21:40:27.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
48372026-02-25T21:40:27.410Z[ host-image] Feb 25 21:40:27.224 INFO O| Feb 25 21:40:27.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
48382026-02-25T21:40:27.410Z[ host-image] Feb 25 21:40:27.224 INFO O| Feb 25 21:40:27.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
48392026-02-25T21:40:27.410Z[ host-image] Feb 25 21:40:27.224 INFO O| Feb 25 21:40:27.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
48402026-02-25T21:40:27.410Z[ host-image] Feb 25 21:40:27.224 INFO O| Feb 25 21:40:27.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
48412026-02-25T21:40:27.410Z[ host-image] Feb 25 21:40:27.224 INFO O| Feb 25 21:40:27.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
48422026-02-25T21:40:27.410Z[ host-image] Feb 25 21:40:27.224 INFO O| Feb 25 21:40:27.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
48432026-02-25T21:40:27.410Z[ host-image] Feb 25 21:40:27.225 INFO O| Feb 25 21:40:27.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
48442026-02-25T21:40:27.411Z[ host-image] Feb 25 21:40:27.225 INFO O| Feb 25 21:40:27.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
48452026-02-25T21:40:27.411Z[ host-image] Feb 25 21:40:27.225 INFO O| Feb 25 21:40:27.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
48462026-02-25T21:40:27.411Z[ host-image] Feb 25 21:40:27.225 INFO O| Feb 25 21:40:27.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
48472026-02-25T21:40:27.411Z[ host-image] Feb 25 21:40:27.225 INFO O| Feb 25 21:40:27.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
48482026-02-25T21:40:27.607Z[ host-image] Feb 25 21:40:27.427 INFO O| Feb 25 21:40:27.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
48492026-02-25T21:40:27.632Z[ host-image] Feb 25 21:40:27.431 INFO O| Feb 25 21:40:27.431 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
48502026-02-25T21:40:27.656Z[ host-image] Feb 25 21:40:27.461 INFO O| Feb 25 21:40:27.461 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
48512026-02-25T21:40:27.656Z[ host-image] Feb 25 21:40:27.475 INFO O| Feb 25 21:40:27.475 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
48522026-02-25T21:40:28.025Z[ host-image] Feb 25 21:40:27.848 INFO O| Feb 25 21:40:27.848 INFO STEP 13 (remove_files) COMPLETE
48532026-02-25T21:40:28.025Z[ host-image] Feb 25 21:40:27.848 INFO O| Feb 25 21:40:27.848 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48542026-02-25T21:40:28.050Z[ host-image] Feb 25 21:40:27.864 INFO O| Feb 25 21:40:27.864 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
48552026-02-25T21:40:28.050Z[ host-image] Feb 25 21:40:27.867 INFO O| Feb 25 21:40:27.867 INFO STEP 14 (remove_files) COMPLETE
48562026-02-25T21:40:28.050Z[ host-image] Feb 25 21:40:27.867 INFO O| Feb 25 21:40:27.867 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48572026-02-25T21:40:28.074Z[ host-image] Feb 25 21:40:27.884 INFO O| Feb 25 21:40:27.884 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
48582026-02-25T21:40:28.098Z[ host-image] Feb 25 21:40:27.899 INFO O| Feb 25 21:40:27.899 INFO STEP 15 (remove_files) COMPLETE
48592026-02-25T21:40:28.099Z[ host-image] Feb 25 21:40:27.899 INFO O| Feb 25 21:40:27.899 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48602026-02-25T21:40:28.099Z[ host-image] Feb 25 21:40:27.921 INFO O| Feb 25 21:40:27.921 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
48612026-02-25T21:40:28.099Z[ host-image] Feb 25 21:40:27.921 INFO O| Feb 25 21:40:27.921 INFO STEP 16 (remove_files) COMPLETE
48622026-02-25T21:40:28.099Z[ host-image] Feb 25 21:40:27.921 INFO O| Feb 25 21:40:27.921 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48632026-02-25T21:40:28.123Z[ host-image] Feb 25 21:40:27.945 INFO O| Feb 25 21:40:27.945 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
48642026-02-25T21:40:28.147Z[ host-image] Feb 25 21:40:27.948 INFO O| Feb 25 21:40:27.948 INFO STEP 17 (remove_files) COMPLETE
48652026-02-25T21:40:28.147Z[ host-image] Feb 25 21:40:27.948 INFO O| Feb 25 21:40:27.948 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48662026-02-25T21:40:28.171Z[ host-image] Feb 25 21:40:27.971 INFO O| Feb 25 21:40:27.971 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
48672026-02-25T21:40:28.171Z[ host-image] Feb 25 21:40:27.971 INFO O| Feb 25 21:40:27.971 INFO STEP 18 (remove_files) COMPLETE
48682026-02-25T21:40:28.171Z[ host-image] Feb 25 21:40:27.971 INFO O| Feb 25 21:40:27.971 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48692026-02-25T21:40:28.171Z[ host-image] Feb 25 21:40:27.991 INFO O| Feb 25 21:40:27.991 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
48702026-02-25T21:40:28.171Z[ host-image] Feb 25 21:40:27.991 INFO O| Feb 25 21:40:27.991 INFO STEP 19 (remove_files) COMPLETE
48712026-02-25T21:40:28.172Z[ host-image] Feb 25 21:40:27.991 INFO O| Feb 25 21:40:27.991 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48722026-02-25T21:40:28.197Z[ host-image] Feb 25 21:40:28.010 INFO O| Feb 25 21:40:28.010 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
48732026-02-25T21:40:28.197Z[ host-image] Feb 25 21:40:28.010 INFO O| Feb 25 21:40:28.010 INFO STEP 20 (remove_files) COMPLETE
48742026-02-25T21:40:28.197Z[ host-image] Feb 25 21:40:28.010 INFO O| Feb 25 21:40:28.010 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48752026-02-25T21:40:28.222Z[ host-image] Feb 25 21:40:28.031 INFO O| Feb 25 21:40:28.031 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
48762026-02-25T21:40:28.222Z[ host-image] Feb 25 21:40:28.032 INFO O| Feb 25 21:40:28.032 INFO STEP 21 (remove_files) COMPLETE
48772026-02-25T21:40:28.222Z[ host-image] Feb 25 21:40:28.032 INFO O| Feb 25 21:40:28.032 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48782026-02-25T21:40:28.247Z[ host-image] Feb 25 21:40:28.052 INFO O| Feb 25 21:40:28.052 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
48792026-02-25T21:40:28.247Z[ host-image] Feb 25 21:40:28.053 INFO O| Feb 25 21:40:28.052 INFO STEP 22 (remove_files) COMPLETE
48802026-02-25T21:40:28.247Z[ host-image] Feb 25 21:40:28.053 INFO O| Feb 25 21:40:28.052 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48812026-02-25T21:40:28.271Z[ host-image] Feb 25 21:40:28.075 INFO O| Feb 25 21:40:28.075 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
48822026-02-25T21:40:28.271Z[ host-image] Feb 25 21:40:28.075 INFO O| Feb 25 21:40:28.075 INFO STEP 23 (remove_files) COMPLETE
48832026-02-25T21:40:28.271Z[ host-image] Feb 25 21:40:28.076 INFO O| Feb 25 21:40:28.075 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48842026-02-25T21:40:28.296Z[ host-image] Feb 25 21:40:28.095 INFO O| Feb 25 21:40:28.094 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
48852026-02-25T21:40:28.296Z[ host-image] Feb 25 21:40:28.095 INFO O| Feb 25 21:40:28.095 INFO STEP 24 (remove_files) COMPLETE
48862026-02-25T21:40:28.296Z[ host-image] Feb 25 21:40:28.095 INFO O| Feb 25 21:40:28.095 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48872026-02-25T21:40:28.296Z[ host-image] Feb 25 21:40:28.112 INFO O| Feb 25 21:40:28.111 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
48882026-02-25T21:40:28.296Z[ host-image] Feb 25 21:40:28.112 INFO O| Feb 25 21:40:28.112 INFO STEP 25 (remove_files) COMPLETE
48892026-02-25T21:40:28.296Z[ host-image] Feb 25 21:40:28.112 INFO O| Feb 25 21:40:28.112 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48902026-02-25T21:40:28.322Z[ host-image] Feb 25 21:40:28.130 INFO O| Feb 25 21:40:28.130 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
48912026-02-25T21:40:28.322Z[ host-image] Feb 25 21:40:28.130 INFO O| Feb 25 21:40:28.130 INFO STEP 26 (remove_files) COMPLETE
48922026-02-25T21:40:28.322Z[ host-image] Feb 25 21:40:28.131 INFO O| Feb 25 21:40:28.130 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48932026-02-25T21:40:28.322Z[ recovery-image] Feb 25 21:40:28.139 INFO O| Feb 25 21:40:28.139 INFO STEP 14 (pkg_install) COMPLETE
48942026-02-25T21:40:28.322Z[ recovery-image] Feb 25 21:40:28.139 INFO O| Feb 25 21:40:28.139 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48952026-02-25T21:40:28.322Z[ recovery-image] Feb 25 21:40:28.139 INFO O| Feb 25 21:40:28.139 INFO skip step because feature "mbist" is not enabled
48962026-02-25T21:40:28.322Z[ recovery-image] Feb 25 21:40:28.140 INFO O| Feb 25 21:40:28.139 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48972026-02-25T21:40:28.322Z[ recovery-image] Feb 25 21:40:28.140 INFO O| Feb 25 21:40:28.139 INFO skip step because feature "mfg" is not enabled
48982026-02-25T21:40:28.322Z[ recovery-image] Feb 25 21:40:28.140 INFO O| Feb 25 21:40:28.139 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
48992026-02-25T21:40:28.322Z[ recovery-image] Feb 25 21:40:28.140 INFO O| Feb 25 21:40:28.139 INFO skip step because feature "compliance" is not enabled
49002026-02-25T21:40:28.322Z[ recovery-image] Feb 25 21:40:28.140 INFO O| Feb 25 21:40:28.139 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49012026-02-25T21:40:28.322Z[ recovery-image] Feb 25 21:40:28.140 INFO O| Feb 25 21:40:28.139 INFO skip step because feature "stress" is not enabled
49022026-02-25T21:40:28.322Z[ recovery-image] Feb 25 21:40:28.140 INFO O| Feb 25 21:40:28.139 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49032026-02-25T21:40:28.322Z[ recovery-image] Feb 25 21:40:28.140 INFO O| Feb 25 21:40:28.139 INFO skip step because feature "compliance" is not enabled
49042026-02-25T21:40:28.322Z[ recovery-image] Feb 25 21:40:28.140 INFO O| Feb 25 21:40:28.139 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49052026-02-25T21:40:28.323Z[ recovery-image] Feb 25 21:40:28.140 INFO O| Feb 25 21:40:28.139 INFO skip step because feature "nfs" is not enabled
49062026-02-25T21:40:28.323Z[ recovery-image] Feb 25 21:40:28.140 INFO O| Feb 25 21:40:28.139 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49072026-02-25T21:40:28.323Z[ recovery-image] Feb 25 21:40:28.140 INFO O| Feb 25 21:40:28.139 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49082026-02-25T21:40:28.347Z[ host-image] Feb 25 21:40:28.156 INFO O| Feb 25 21:40:28.156 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
49092026-02-25T21:40:28.347Z[ host-image] Feb 25 21:40:28.157 INFO O| Feb 25 21:40:28.157 INFO STEP 27 (remove_files) COMPLETE
49102026-02-25T21:40:28.347Z[ host-image] Feb 25 21:40:28.157 INFO O| Feb 25 21:40:28.157 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49112026-02-25T21:40:28.372Z[ host-image] Feb 25 21:40:28.181 INFO O| Feb 25 21:40:28.181 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
49122026-02-25T21:40:28.372Z[ host-image] Feb 25 21:40:28.182 INFO O| Feb 25 21:40:28.182 INFO STEP 28 (remove_files) COMPLETE
49132026-02-25T21:40:28.372Z[ host-image] Feb 25 21:40:28.182 INFO O| Feb 25 21:40:28.182 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49142026-02-25T21:40:28.396Z[ host-image] Feb 25 21:40:28.207 INFO O| Feb 25 21:40:28.207 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
49152026-02-25T21:40:28.396Z[ host-image] Feb 25 21:40:28.207 INFO O| Feb 25 21:40:28.207 INFO STEP 29 (remove_files) COMPLETE
49162026-02-25T21:40:28.396Z[ host-image] Feb 25 21:40:28.207 INFO O| Feb 25 21:40:28.207 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49172026-02-25T21:40:28.396Z[ recovery-image] Feb 25 21:40:28.208 INFO O| Feb 25 21:40:28.208 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
49182026-02-25T21:40:28.421Z[ host-image] Feb 25 21:40:28.225 INFO O| Feb 25 21:40:28.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
49192026-02-25T21:40:28.421Z[ host-image] Feb 25 21:40:28.225 INFO O| Feb 25 21:40:28.225 INFO STEP 30 (remove_files) COMPLETE
49202026-02-25T21:40:28.422Z[ host-image] Feb 25 21:40:28.225 INFO O| Feb 25 21:40:28.225 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49212026-02-25T21:40:28.446Z[ host-image] Feb 25 21:40:28.244 INFO O| Feb 25 21:40:28.244 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
49222026-02-25T21:40:28.446Z[ host-image] Feb 25 21:40:28.245 INFO O| Feb 25 21:40:28.245 INFO STEP 31 (remove_files) COMPLETE
49232026-02-25T21:40:28.446Z[ host-image] Feb 25 21:40:28.245 INFO O| Feb 25 21:40:28.245 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49242026-02-25T21:40:28.471Z[ recovery-image] Feb 25 21:40:28.271 INFO O| Feb 25 21:40:28.271 INFO completed processing sled/ramdisk-01-os
49252026-02-25T21:40:28.471Z[ host-image] Feb 25 21:40:28.273 INFO O| Feb 25 21:40:28.273 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
49262026-02-25T21:40:28.471Z[ host-image] Feb 25 21:40:28.274 INFO O| Feb 25 21:40:28.274 INFO STEP 32 (remove_files) COMPLETE
49272026-02-25T21:40:28.471Z[ host-image] Feb 25 21:40:28.274 INFO O| Feb 25 21:40:28.274 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49282026-02-25T21:40:28.471Z[ recovery-image] Feb 25 21:40:28.274 INFO image builder template: ramdisk-02-trim...
49292026-02-25T21:40:28.471Z[ recovery-image] Feb 25 21:40:28.274 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/.tmpHsUFYS/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
49302026-02-25T21:40:28.471Z[ host-image] Feb 25 21:40:28.290 INFO O| Feb 25 21:40:28.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
49312026-02-25T21:40:28.471Z[ host-image] Feb 25 21:40:28.291 INFO O| Feb 25 21:40:28.290 INFO STEP 33 (remove_files) COMPLETE
49322026-02-25T21:40:28.471Z[ host-image] Feb 25 21:40:28.291 INFO O| Feb 25 21:40:28.290 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49332026-02-25T21:40:28.496Z[ host-image] Feb 25 21:40:28.312 INFO O| Feb 25 21:40:28.312 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
49342026-02-25T21:40:28.496Z[ host-image] Feb 25 21:40:28.312 INFO O| Feb 25 21:40:28.312 INFO STEP 34 (remove_files) COMPLETE
49352026-02-25T21:40:28.496Z[ host-image] Feb 25 21:40:28.313 INFO O| Feb 25 21:40:28.312 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49362026-02-25T21:40:28.496Z[ recovery-image] Feb 25 21:40:28.314 INFO O| Feb 25 21:40:28.313 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49372026-02-25T21:40:28.521Z[ recovery-image] Feb 25 21:40:28.322 INFO O| Feb 25 21:40:28.322 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49382026-02-25T21:40:28.521Z[ host-image] Feb 25 21:40:28.332 INFO O| Feb 25 21:40:28.332 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
49392026-02-25T21:40:28.521Z[ host-image] Feb 25 21:40:28.332 INFO O| Feb 25 21:40:28.332 INFO STEP 35 (remove_files) COMPLETE
49402026-02-25T21:40:28.521Z[ host-image] Feb 25 21:40:28.332 INFO O| Feb 25 21:40:28.332 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49412026-02-25T21:40:28.546Z[ host-image] Feb 25 21:40:28.360 INFO O| Feb 25 21:40:28.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
49422026-02-25T21:40:28.546Z[ host-image] Feb 25 21:40:28.360 INFO O| Feb 25 21:40:28.360 INFO STEP 36 (remove_files) COMPLETE
49432026-02-25T21:40:28.547Z[ host-image] Feb 25 21:40:28.360 INFO O| Feb 25 21:40:28.360 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49442026-02-25T21:40:28.574Z[ recovery-image] Feb 25 21:40:28.375 INFO O| Feb 25 21:40:28.374 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
49452026-02-25T21:40:28.574Z[ host-image] Feb 25 21:40:28.385 INFO O| Feb 25 21:40:28.385 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
49462026-02-25T21:40:28.574Z[ host-image] Feb 25 21:40:28.385 INFO O| Feb 25 21:40:28.385 INFO STEP 37 (remove_files) COMPLETE
49472026-02-25T21:40:28.574Z[ host-image] Feb 25 21:40:28.385 INFO O| Feb 25 21:40:28.385 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49482026-02-25T21:40:28.599Z[ host-image] Feb 25 21:40:28.415 INFO O| Feb 25 21:40:28.415 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
49492026-02-25T21:40:28.599Z[ host-image] Feb 25 21:40:28.415 INFO O| Feb 25 21:40:28.415 INFO STEP 38 (remove_files) COMPLETE
49502026-02-25T21:40:28.599Z[ host-image] Feb 25 21:40:28.415 INFO O| Feb 25 21:40:28.415 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49512026-02-25T21:40:28.599Z[ recovery-image] Feb 25 21:40:28.421 INFO O| Feb 25 21:40:28.421 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49522026-02-25T21:40:28.599Z[ recovery-image] Feb 25 21:40:28.421 INFO O| Feb 25 21:40:28.421 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49532026-02-25T21:40:28.624Z[ recovery-image] Feb 25 21:40:28.433 INFO O| Feb 25 21:40:28.433 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49542026-02-25T21:40:28.624Z[ recovery-image] Feb 25 21:40:28.442 INFO O| Feb 25 21:40:28.442 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
49552026-02-25T21:40:28.624Z[ host-image] Feb 25 21:40:28.445 INFO O| Feb 25 21:40:28.445 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
49562026-02-25T21:40:28.624Z[ host-image] Feb 25 21:40:28.446 INFO O| Feb 25 21:40:28.446 INFO STEP 39 (remove_files) COMPLETE
49572026-02-25T21:40:28.624Z[ host-image] Feb 25 21:40:28.446 INFO O| Feb 25 21:40:28.446 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49582026-02-25T21:40:28.649Z[ recovery-image] Feb 25 21:40:28.453 INFO O| Feb 25 21:40:28.453 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
49592026-02-25T21:40:28.674Z[ host-image] Feb 25 21:40:28.485 INFO O| Feb 25 21:40:28.484 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
49602026-02-25T21:40:28.674Z[ host-image] Feb 25 21:40:28.485 INFO O| Feb 25 21:40:28.485 INFO STEP 40 (remove_files) COMPLETE
49612026-02-25T21:40:28.674Z[ host-image] Feb 25 21:40:28.485 INFO O| Feb 25 21:40:28.485 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49622026-02-25T21:40:28.698Z[ host-image] Feb 25 21:40:28.512 INFO O| Feb 25 21:40:28.511 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
49632026-02-25T21:40:28.699Z[ host-image] Feb 25 21:40:28.512 INFO O| Feb 25 21:40:28.512 INFO STEP 41 (remove_files) COMPLETE
49642026-02-25T21:40:28.699Z[ host-image] Feb 25 21:40:28.512 INFO O| Feb 25 21:40:28.512 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49652026-02-25T21:40:28.723Z[ host-image] Feb 25 21:40:28.532 INFO O| Feb 25 21:40:28.532 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
49662026-02-25T21:40:28.723Z[ host-image] Feb 25 21:40:28.532 INFO O| Feb 25 21:40:28.532 INFO STEP 42 (remove_files) COMPLETE
49672026-02-25T21:40:28.723Z[ host-image] Feb 25 21:40:28.532 INFO O| Feb 25 21:40:28.532 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49682026-02-25T21:40:28.751Z[ host-image] Feb 25 21:40:28.555 INFO O| Feb 25 21:40:28.555 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
49692026-02-25T21:40:28.751Z[ host-image] Feb 25 21:40:28.555 INFO O| Feb 25 21:40:28.555 INFO STEP 43 (remove_files) COMPLETE
49702026-02-25T21:40:28.751Z[ host-image] Feb 25 21:40:28.555 INFO O| Feb 25 21:40:28.555 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49712026-02-25T21:40:28.777Z[ host-image] Feb 25 21:40:28.585 INFO O| Feb 25 21:40:28.585 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
49722026-02-25T21:40:28.777Z[ host-image] Feb 25 21:40:28.585 INFO O| Feb 25 21:40:28.585 INFO STEP 44 (remove_files) COMPLETE
49732026-02-25T21:40:28.777Z[ host-image] Feb 25 21:40:28.585 INFO O| Feb 25 21:40:28.585 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49742026-02-25T21:40:28.801Z[ host-image] Feb 25 21:40:28.611 INFO O| Feb 25 21:40:28.610 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
49752026-02-25T21:40:28.801Z[ host-image] Feb 25 21:40:28.611 INFO O| Feb 25 21:40:28.611 INFO STEP 45 (remove_files) COMPLETE
49762026-02-25T21:40:28.801Z[ host-image] Feb 25 21:40:28.611 INFO O| Feb 25 21:40:28.611 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49772026-02-25T21:40:28.826Z[ host-image] Feb 25 21:40:28.632 INFO O| Feb 25 21:40:28.632 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
49782026-02-25T21:40:28.826Z[ host-image] Feb 25 21:40:28.632 INFO O| Feb 25 21:40:28.632 INFO STEP 46 (remove_files) COMPLETE
49792026-02-25T21:40:28.826Z[ host-image] Feb 25 21:40:28.632 INFO O| Feb 25 21:40:28.632 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49802026-02-25T21:40:28.850Z[ host-image] Feb 25 21:40:28.650 INFO O| Feb 25 21:40:28.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
49812026-02-25T21:40:28.850Z[ host-image] Feb 25 21:40:28.650 INFO O| Feb 25 21:40:28.650 INFO STEP 47 (remove_files) COMPLETE
49822026-02-25T21:40:28.850Z[ host-image] Feb 25 21:40:28.650 INFO O| Feb 25 21:40:28.650 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49832026-02-25T21:40:28.850Z[ host-image] Feb 25 21:40:28.671 INFO O| Feb 25 21:40:28.671 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
49842026-02-25T21:40:28.851Z[ host-image] Feb 25 21:40:28.672 INFO O| Feb 25 21:40:28.671 INFO STEP 48 (remove_files) COMPLETE
49852026-02-25T21:40:28.851Z[ host-image] Feb 25 21:40:28.672 INFO O| Feb 25 21:40:28.671 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49862026-02-25T21:40:28.875Z[ recovery-image] Feb 25 21:40:28.686 INFO O| Feb 25 21:40:28.685 INFO rolled back to input snapshot; work may begin
49872026-02-25T21:40:28.875Z[ recovery-image] Feb 25 21:40:28.686 INFO O| Feb 25 21:40:28.686 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49882026-02-25T21:40:28.875Z[ host-image] Feb 25 21:40:28.692 INFO O| Feb 25 21:40:28.691 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
49892026-02-25T21:40:28.875Z[ host-image] Feb 25 21:40:28.692 INFO O| Feb 25 21:40:28.692 INFO STEP 49 (remove_files) COMPLETE
49902026-02-25T21:40:28.875Z[ host-image] Feb 25 21:40:28.692 INFO O| Feb 25 21:40:28.692 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49912026-02-25T21:40:28.875Z[ recovery-image] Feb 25 21:40:28.696 INFO O| Feb 25 21:40:28.696 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49922026-02-25T21:40:28.899Z[ host-image] Feb 25 21:40:28.713 INFO O| Feb 25 21:40:28.713 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
49932026-02-25T21:40:28.900Z[ host-image] Feb 25 21:40:28.713 INFO O| Feb 25 21:40:28.713 INFO STEP 50 (remove_files) COMPLETE
49942026-02-25T21:40:28.900Z[ host-image] Feb 25 21:40:28.713 INFO O| Feb 25 21:40:28.713 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49952026-02-25T21:40:28.900Z[ recovery-image] Feb 25 21:40:28.714 INFO O| Feb 25 21:40:28.714 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
49962026-02-25T21:40:28.925Z[ host-image] Feb 25 21:40:28.733 INFO O| Feb 25 21:40:28.732 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
49972026-02-25T21:40:28.925Z[ host-image] Feb 25 21:40:28.733 INFO O| Feb 25 21:40:28.733 INFO STEP 51 (remove_files) COMPLETE
49982026-02-25T21:40:28.925Z[ host-image] Feb 25 21:40:28.733 INFO O| Feb 25 21:40:28.733 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49992026-02-25T21:40:28.949Z[ host-image] Feb 25 21:40:28.753 INFO O| Feb 25 21:40:28.753 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
50002026-02-25T21:40:28.949Z[ host-image] Feb 25 21:40:28.753 INFO O| Feb 25 21:40:28.753 INFO STEP 52 (remove_files) COMPLETE
50012026-02-25T21:40:28.949Z[ host-image] Feb 25 21:40:28.753 INFO O| Feb 25 21:40:28.753 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50022026-02-25T21:40:28.949Z[ host-image] Feb 25 21:40:28.770 INFO O| Feb 25 21:40:28.770 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
50032026-02-25T21:40:28.950Z[ host-image] Feb 25 21:40:28.771 INFO O| Feb 25 21:40:28.771 INFO STEP 53 (remove_files) COMPLETE
50042026-02-25T21:40:28.950Z[ host-image] Feb 25 21:40:28.771 INFO O| Feb 25 21:40:28.771 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50052026-02-25T21:40:28.975Z[ host-image] Feb 25 21:40:28.785 INFO O| Feb 25 21:40:28.785 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
50062026-02-25T21:40:28.975Z[ host-image] Feb 25 21:40:28.786 INFO O| Feb 25 21:40:28.785 INFO STEP 54 (remove_files) COMPLETE
50072026-02-25T21:40:28.975Z[ host-image] Feb 25 21:40:28.786 INFO O| Feb 25 21:40:28.786 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50082026-02-25T21:40:29.002Z[ host-image] Feb 25 21:40:28.802 INFO O| Feb 25 21:40:28.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
50092026-02-25T21:40:29.002Z[ host-image] Feb 25 21:40:28.802 INFO O| Feb 25 21:40:28.802 INFO STEP 55 (remove_files) COMPLETE
50102026-02-25T21:40:29.002Z[ host-image] Feb 25 21:40:28.802 INFO O| Feb 25 21:40:28.802 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50112026-02-25T21:40:29.002Z[ recovery-image] Feb 25 21:40:28.802 INFO O| Feb 25 21:40:28.802 INFO STEP 0 (remove_files) COMPLETE
50122026-02-25T21:40:29.002Z[ recovery-image] Feb 25 21:40:28.803 INFO O| Feb 25 21:40:28.802 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50132026-02-25T21:40:29.002Z[ host-image] Feb 25 21:40:28.824 INFO O| Feb 25 21:40:28.823 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
50142026-02-25T21:40:29.002Z[ host-image] Feb 25 21:40:28.824 INFO O| Feb 25 21:40:28.824 INFO STEP 56 (remove_files) COMPLETE
50152026-02-25T21:40:29.002Z[ host-image] Feb 25 21:40:28.824 INFO O| Feb 25 21:40:28.824 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50162026-02-25T21:40:29.026Z[ recovery-image] Feb 25 21:40:28.824 INFO O| Feb 25 21:40:28.824 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50172026-02-25T21:40:29.026Z[ recovery-image] Feb 25 21:40:28.828 INFO O| Feb 25 21:40:28.828 INFO STEP 1 (remove_files) COMPLETE
50182026-02-25T21:40:29.026Z[ recovery-image] Feb 25 21:40:28.828 INFO O| Feb 25 21:40:28.828 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50192026-02-25T21:40:29.026Z[ host-image] Feb 25 21:40:28.846 INFO O| Feb 25 21:40:28.846 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
50202026-02-25T21:40:29.026Z[ host-image] Feb 25 21:40:28.846 INFO O| Feb 25 21:40:28.846 INFO STEP 57 (remove_files) COMPLETE
50212026-02-25T21:40:29.026Z[ host-image] Feb 25 21:40:28.846 INFO O| Feb 25 21:40:28.846 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50222026-02-25T21:40:29.026Z[ recovery-image] Feb 25 21:40:28.847 INFO O| Feb 25 21:40:28.847 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50232026-02-25T21:40:29.050Z[ recovery-image] Feb 25 21:40:28.872 INFO O| Feb 25 21:40:28.872 INFO STEP 2 (remove_files) COMPLETE
50242026-02-25T21:40:29.050Z[ recovery-image] Feb 25 21:40:28.872 INFO O| Feb 25 21:40:28.872 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50252026-02-25T21:40:29.075Z[ host-image] Feb 25 21:40:28.875 INFO O| Feb 25 21:40:28.874 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
50262026-02-25T21:40:29.075Z[ host-image] Feb 25 21:40:28.875 INFO O| Feb 25 21:40:28.875 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
50272026-02-25T21:40:29.078Z[ host-image] Feb 25 21:40:28.876 INFO O| Feb 25 21:40:28.875 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
50282026-02-25T21:40:29.078Z[ host-image] Feb 25 21:40:28.876 INFO O| Feb 25 21:40:28.876 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
50292026-02-25T21:40:29.078Z[ host-image] Feb 25 21:40:28.877 INFO O| Feb 25 21:40:28.876 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
50302026-02-25T21:40:29.078Z[ host-image] Feb 25 21:40:28.878 INFO O| Feb 25 21:40:28.878 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
50312026-02-25T21:40:29.078Z[ host-image] Feb 25 21:40:28.879 INFO O| Feb 25 21:40:28.878 INFO ok!
50322026-02-25T21:40:29.078Z[ host-image] Feb 25 21:40:28.879 INFO O| Feb 25 21:40:28.878 INFO STEP 58 (ensure_file) COMPLETE
50332026-02-25T21:40:29.079Z[ host-image] Feb 25 21:40:28.879 INFO O| Feb 25 21:40:28.878 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50342026-02-25T21:40:29.079Z[ recovery-image] Feb 25 21:40:28.896 INFO O| Feb 25 21:40:28.895 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50352026-02-25T21:40:29.105Z[ recovery-image] Feb 25 21:40:28.898 INFO O| Feb 25 21:40:28.898 INFO STEP 3 (remove_files) COMPLETE
50362026-02-25T21:40:29.105Z[ recovery-image] Feb 25 21:40:28.898 INFO O| Feb 25 21:40:28.898 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50372026-02-25T21:40:29.105Z[ host-image] Feb 25 21:40:28.899 INFO O| Feb 25 21:40:28.899 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
50382026-02-25T21:40:29.105Z[ host-image] Feb 25 21:40:28.899 INFO O| Feb 25 21:40:28.899 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
50392026-02-25T21:40:29.105Z[ host-image] Feb 25 21:40:28.899 INFO O| Feb 25 21:40:28.899 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
50402026-02-25T21:40:29.105Z[ host-image] Feb 25 21:40:28.900 INFO O| Feb 25 21:40:28.899 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
50412026-02-25T21:40:29.105Z[ host-image] Feb 25 21:40:28.900 INFO O| Feb 25 21:40:28.899 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
50422026-02-25T21:40:29.105Z[ host-image] Feb 25 21:40:28.900 INFO O| Feb 25 21:40:28.900 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
50432026-02-25T21:40:29.105Z[ host-image] Feb 25 21:40:28.900 INFO O| Feb 25 21:40:28.900 INFO ok!
50442026-02-25T21:40:29.105Z[ host-image] Feb 25 21:40:28.900 INFO O| Feb 25 21:40:28.900 INFO STEP 59 (ensure_file) COMPLETE
50452026-02-25T21:40:29.105Z[ host-image] Feb 25 21:40:28.900 INFO O| Feb 25 21:40:28.900 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-02-25T21:40:29.106Z[ recovery-image] Feb 25 21:40:28.919 INFO O| Feb 25 21:40:28.919 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50472026-02-25T21:40:29.106Z[ host-image] Feb 25 21:40:28.920 INFO O| Feb 25 21:40:28.919 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
50482026-02-25T21:40:29.106Z[ host-image] Feb 25 21:40:28.920 INFO O| Feb 25 21:40:28.919 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
50492026-02-25T21:40:29.107Z[ host-image] Feb 25 21:40:28.920 INFO O| Feb 25 21:40:28.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
50502026-02-25T21:40:29.107Z[ host-image] Feb 25 21:40:28.920 INFO O| Feb 25 21:40:28.920 INFO ok!
50512026-02-25T21:40:29.107Z[ host-image] Feb 25 21:40:28.920 INFO O| Feb 25 21:40:28.920 INFO STEP 60 (ensure_file) COMPLETE
50522026-02-25T21:40:29.107Z[ host-image] Feb 25 21:40:28.920 INFO O| Feb 25 21:40:28.920 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50532026-02-25T21:40:29.107Z[ recovery-image] Feb 25 21:40:28.926 INFO O| Feb 25 21:40:28.926 INFO STEP 4 (remove_files) COMPLETE
50542026-02-25T21:40:29.107Z[ recovery-image] Feb 25 21:40:28.926 INFO O| Feb 25 21:40:28.926 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-02-25T21:40:29.132Z[ host-image] Feb 25 21:40:28.943 INFO O| Feb 25 21:40:28.943 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
50562026-02-25T21:40:29.132Z[ host-image] Feb 25 21:40:28.943 INFO O| Feb 25 21:40:28.943 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
50572026-02-25T21:40:29.132Z[ host-image] Feb 25 21:40:28.943 INFO O| Feb 25 21:40:28.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
50582026-02-25T21:40:29.132Z[ host-image] Feb 25 21:40:28.943 INFO O| Feb 25 21:40:28.943 INFO ok!
50592026-02-25T21:40:29.132Z[ host-image] Feb 25 21:40:28.943 INFO O| Feb 25 21:40:28.943 INFO STEP 61 (ensure_file) COMPLETE
50602026-02-25T21:40:29.132Z[ host-image] Feb 25 21:40:28.943 INFO O| Feb 25 21:40:28.943 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-02-25T21:40:29.132Z[ recovery-image] Feb 25 21:40:28.948 INFO O| Feb 25 21:40:28.948 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50622026-02-25T21:40:29.132Z[ recovery-image] Feb 25 21:40:28.949 INFO O| Feb 25 21:40:28.948 INFO STEP 5 (remove_files) COMPLETE
50632026-02-25T21:40:29.132Z[ recovery-image] Feb 25 21:40:28.949 INFO O| Feb 25 21:40:28.948 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-02-25T21:40:29.161Z[ host-image] Feb 25 21:40:28.964 INFO O| Feb 25 21:40:28.964 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
50652026-02-25T21:40:29.161Z[ host-image] Feb 25 21:40:28.965 INFO O| Feb 25 21:40:28.964 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
50662026-02-25T21:40:29.161Z[ host-image] Feb 25 21:40:28.965 INFO O| Feb 25 21:40:28.965 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
50672026-02-25T21:40:29.161Z[ host-image] Feb 25 21:40:28.965 INFO O| Feb 25 21:40:28.965 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
50682026-02-25T21:40:29.161Z[ host-image] Feb 25 21:40:28.965 INFO O| Feb 25 21:40:28.965 INFO ok!
50692026-02-25T21:40:29.161Z[ host-image] Feb 25 21:40:28.965 INFO O| Feb 25 21:40:28.965 INFO STEP 62 (ensure_file) COMPLETE
50702026-02-25T21:40:29.161Z[ host-image] Feb 25 21:40:28.965 INFO O| Feb 25 21:40:28.965 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-02-25T21:40:29.161Z[ recovery-image] Feb 25 21:40:28.974 INFO O| Feb 25 21:40:28.974 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50722026-02-25T21:40:29.186Z[ host-image] Feb 25 21:40:28.984 INFO O| Feb 25 21:40:28.984 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
50732026-02-25T21:40:29.186Z[ host-image] Feb 25 21:40:28.984 INFO O| Feb 25 21:40:28.984 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
50742026-02-25T21:40:29.186Z[ host-image] Feb 25 21:40:28.985 INFO O| Feb 25 21:40:28.985 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
50752026-02-25T21:40:29.187Z[ host-image] Feb 25 21:40:28.985 INFO O| Feb 25 21:40:28.985 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
50762026-02-25T21:40:29.187Z[ host-image] Feb 25 21:40:28.985 INFO O| Feb 25 21:40:28.985 INFO ok!
50772026-02-25T21:40:29.188Z[ host-image] Feb 25 21:40:28.985 INFO O| Feb 25 21:40:28.985 INFO STEP 63 (ensure_file) COMPLETE
50782026-02-25T21:40:29.188Z[ host-image] Feb 25 21:40:28.985 INFO O| Feb 25 21:40:28.985 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-02-25T21:40:29.188Z[ recovery-image] Feb 25 21:40:28.990 INFO O| Feb 25 21:40:28.990 INFO STEP 6 (remove_files) COMPLETE
50802026-02-25T21:40:29.188Z[ recovery-image] Feb 25 21:40:28.990 INFO O| Feb 25 21:40:28.990 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50812026-02-25T21:40:29.188Z[ recovery-image] Feb 25 21:40:28.990 INFO O| Feb 25 21:40:28.990 INFO skip step because feature "recovery" is enabled
50822026-02-25T21:40:29.188Z[ recovery-image] Feb 25 21:40:28.990 INFO O| Feb 25 21:40:28.990 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50832026-02-25T21:40:29.188Z[ recovery-image] Feb 25 21:40:28.990 INFO O| Feb 25 21:40:28.990 INFO skip step because feature "recovery" is enabled
50842026-02-25T21:40:29.188Z[ recovery-image] Feb 25 21:40:28.990 INFO O| Feb 25 21:40:28.990 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50852026-02-25T21:40:29.188Z[ recovery-image] Feb 25 21:40:28.990 INFO O| Feb 25 21:40:28.990 INFO skip step because feature "recovery" is enabled
50862026-02-25T21:40:29.188Z[ recovery-image] Feb 25 21:40:28.990 INFO O| Feb 25 21:40:28.990 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50872026-02-25T21:40:29.188Z[ host-image] Feb 25 21:40:29.003 INFO O| Feb 25 21:40:29.003 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
50882026-02-25T21:40:29.188Z[ host-image] Feb 25 21:40:29.003 INFO O| Feb 25 21:40:29.003 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
50892026-02-25T21:40:29.188Z[ host-image] Feb 25 21:40:29.004 INFO O| Feb 25 21:40:29.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
50902026-02-25T21:40:29.188Z[ host-image] Feb 25 21:40:29.004 INFO O| Feb 25 21:40:29.004 INFO ok!
50912026-02-25T21:40:29.188Z[ host-image] Feb 25 21:40:29.004 INFO O| Feb 25 21:40:29.004 INFO STEP 64 (assemble_files) COMPLETE
50922026-02-25T21:40:29.188Z[ host-image] Feb 25 21:40:29.004 INFO O| Feb 25 21:40:29.004 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50932026-02-25T21:40:29.213Z[ recovery-image] Feb 25 21:40:29.012 INFO O| Feb 25 21:40:29.012 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50942026-02-25T21:40:29.213Z[ recovery-image] Feb 25 21:40:29.018 INFO O| Feb 25 21:40:29.018 INFO STEP 10 (remove_files) COMPLETE
50952026-02-25T21:40:29.213Z[ recovery-image] Feb 25 21:40:29.019 INFO O| Feb 25 21:40:29.018 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-02-25T21:40:29.213Z[ host-image] Feb 25 21:40:29.027 INFO O| Feb 25 21:40:29.027 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
50972026-02-25T21:40:29.213Z[ host-image] Feb 25 21:40:29.027 INFO O| Feb 25 21:40:29.027 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
50982026-02-25T21:40:29.213Z[ host-image] Feb 25 21:40:29.028 INFO O| Feb 25 21:40:29.028 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
50992026-02-25T21:40:29.213Z[ host-image] Feb 25 21:40:29.028 INFO O| Feb 25 21:40:29.028 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
51002026-02-25T21:40:29.213Z[ host-image] Feb 25 21:40:29.028 INFO O| Feb 25 21:40:29.028 INFO ok!
51012026-02-25T21:40:29.214Z[ host-image] Feb 25 21:40:29.028 INFO O| Feb 25 21:40:29.028 INFO STEP 65 (ensure_file) COMPLETE
51022026-02-25T21:40:29.214Z[ host-image] Feb 25 21:40:29.028 INFO O| Feb 25 21:40:29.028 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51032026-02-25T21:40:29.238Z[ recovery-image] Feb 25 21:40:29.041 INFO O| Feb 25 21:40:29.041 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
51042026-02-25T21:40:29.238Z[ recovery-image] Feb 25 21:40:29.043 INFO O| Feb 25 21:40:29.043 INFO STEP 11 (remove_files) COMPLETE
51052026-02-25T21:40:29.240Z[ recovery-image] Feb 25 21:40:29.043 INFO O| Feb 25 21:40:29.043 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51062026-02-25T21:40:29.240Z[ host-image] Feb 25 21:40:29.055 INFO O| Feb 25 21:40:29.054 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
51072026-02-25T21:40:29.242Z[ host-image] Feb 25 21:40:29.055 INFO O| Feb 25 21:40:29.055 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
51082026-02-25T21:40:29.242Z[ host-image] Feb 25 21:40:29.055 INFO O| Feb 25 21:40:29.055 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
51092026-02-25T21:40:29.242Z[ host-image] Feb 25 21:40:29.055 INFO O| Feb 25 21:40:29.055 INFO STEP 66 (ensure_dir) COMPLETE
51102026-02-25T21:40:29.242Z[ host-image] Feb 25 21:40:29.055 INFO O| Feb 25 21:40:29.055 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-02-25T21:40:29.242Z[ recovery-image] Feb 25 21:40:29.061 INFO O| Feb 25 21:40:29.061 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
51122026-02-25T21:40:29.267Z[ recovery-image] Feb 25 21:40:29.064 INFO O| Feb 25 21:40:29.064 INFO STEP 12 (remove_files) COMPLETE
51132026-02-25T21:40:29.267Z[ recovery-image] Feb 25 21:40:29.064 INFO O| Feb 25 21:40:29.064 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-02-25T21:40:29.267Z[ host-image] Feb 25 21:40:29.079 INFO O| Feb 25 21:40:29.079 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
51152026-02-25T21:40:29.267Z[ host-image] Feb 25 21:40:29.079 INFO O| Feb 25 21:40:29.079 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 ...
51162026-02-25T21:40:29.267Z[ recovery-image] Feb 25 21:40:29.084 INFO O| Feb 25 21:40:29.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
51172026-02-25T21:40:29.292Z[ host-image] Feb 25 21:40:29.090 INFO O| Feb 25 21:40:29.089 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
51182026-02-25T21:40:29.292Z[ host-image] Feb 25 21:40:29.090 INFO O| Feb 25 21:40:29.090 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
51192026-02-25T21:40:29.292Z[ host-image] Feb 25 21:40:29.090 INFO O| Feb 25 21:40:29.090 INFO ok!
51202026-02-25T21:40:29.292Z[ host-image] Feb 25 21:40:29.090 INFO O| Feb 25 21:40:29.090 INFO STEP 67 (ensure_file) COMPLETE
51212026-02-25T21:40:29.292Z[ host-image] Feb 25 21:40:29.090 INFO O| Feb 25 21:40:29.090 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-02-25T21:40:29.292Z[ host-image] Feb 25 21:40:29.107 INFO O| Feb 25 21:40:29.107 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
51232026-02-25T21:40:29.292Z[ host-image] Feb 25 21:40:29.108 INFO O| Feb 25 21:40:29.107 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 ...
51242026-02-25T21:40:29.293Z[ host-image] Feb 25 21:40:29.108 INFO O| Feb 25 21:40:29.108 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
51252026-02-25T21:40:29.293Z[ host-image] Feb 25 21:40:29.108 INFO O| Feb 25 21:40:29.108 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
51262026-02-25T21:40:29.293Z[ host-image] Feb 25 21:40:29.108 INFO O| Feb 25 21:40:29.108 INFO ok!
51272026-02-25T21:40:29.293Z[ host-image] Feb 25 21:40:29.108 INFO O| Feb 25 21:40:29.108 INFO STEP 68 (ensure_file) COMPLETE
51282026-02-25T21:40:29.293Z[ host-image] Feb 25 21:40:29.108 INFO O| Feb 25 21:40:29.108 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51292026-02-25T21:40:29.318Z[ host-image] Feb 25 21:40:29.141 INFO O| Feb 25 21:40:29.141 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
51302026-02-25T21:40:29.318Z[ host-image] Feb 25 21:40:29.141 INFO O| Feb 25 21:40:29.141 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
51312026-02-25T21:40:29.441Z[ recovery-image] Feb 25 21:40:29.264 INFO O| Feb 25 21:40:29.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
51322026-02-25T21:40:29.466Z[ recovery-image] Feb 25 21:40:29.265 INFO O| Feb 25 21:40:29.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
51332026-02-25T21:40:29.466Z[ recovery-image] Feb 25 21:40:29.269 INFO O| Feb 25 21:40:29.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
51342026-02-25T21:40:29.466Z[ recovery-image] Feb 25 21:40:29.271 INFO O| Feb 25 21:40:29.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
51352026-02-25T21:40:29.657Z[ recovery-image] Feb 25 21:40:29.478 INFO O| Feb 25 21:40:29.477 INFO STEP 13 (remove_files) COMPLETE
51362026-02-25T21:40:29.658Z[ recovery-image] Feb 25 21:40:29.478 INFO O| Feb 25 21:40:29.478 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-02-25T21:40:29.682Z[ recovery-image] Feb 25 21:40:29.499 INFO O| Feb 25 21:40:29.499 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
51382026-02-25T21:40:29.682Z[ recovery-image] Feb 25 21:40:29.502 INFO O| Feb 25 21:40:29.502 INFO STEP 14 (remove_files) COMPLETE
51392026-02-25T21:40:29.682Z[ recovery-image] Feb 25 21:40:29.502 INFO O| Feb 25 21:40:29.502 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-02-25T21:40:29.706Z[ recovery-image] Feb 25 21:40:29.518 INFO O| Feb 25 21:40:29.517 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
51412026-02-25T21:40:29.730Z[ recovery-image] Feb 25 21:40:29.530 INFO O| Feb 25 21:40:29.530 INFO STEP 15 (remove_files) COMPLETE
51422026-02-25T21:40:29.730Z[ recovery-image] Feb 25 21:40:29.531 INFO O| Feb 25 21:40:29.530 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-02-25T21:40:29.730Z[ recovery-image] Feb 25 21:40:29.552 INFO O| Feb 25 21:40:29.552 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
51442026-02-25T21:40:29.730Z[ recovery-image] Feb 25 21:40:29.552 INFO O| Feb 25 21:40:29.552 INFO STEP 16 (remove_files) COMPLETE
51452026-02-25T21:40:29.730Z[ recovery-image] Feb 25 21:40:29.552 INFO O| Feb 25 21:40:29.552 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-02-25T21:40:29.755Z[ recovery-image] Feb 25 21:40:29.574 INFO O| Feb 25 21:40:29.573 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51472026-02-25T21:40:29.755Z[ recovery-image] Feb 25 21:40:29.576 INFO O| Feb 25 21:40:29.576 INFO STEP 17 (remove_files) COMPLETE
51482026-02-25T21:40:29.755Z[ recovery-image] Feb 25 21:40:29.576 INFO O| Feb 25 21:40:29.576 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-02-25T21:40:29.780Z[ recovery-image] Feb 25 21:40:29.595 INFO O| Feb 25 21:40:29.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51502026-02-25T21:40:29.781Z[ recovery-image] Feb 25 21:40:29.595 INFO O| Feb 25 21:40:29.595 INFO STEP 18 (remove_files) COMPLETE
51512026-02-25T21:40:29.781Z[ recovery-image] Feb 25 21:40:29.595 INFO O| Feb 25 21:40:29.595 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-02-25T21:40:29.806Z[ recovery-image] Feb 25 21:40:29.617 INFO O| Feb 25 21:40:29.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51532026-02-25T21:40:29.806Z[ recovery-image] Feb 25 21:40:29.617 INFO O| Feb 25 21:40:29.617 INFO STEP 19 (remove_files) COMPLETE
51542026-02-25T21:40:29.806Z[ recovery-image] Feb 25 21:40:29.617 INFO O| Feb 25 21:40:29.617 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-02-25T21:40:29.830Z[ recovery-image] Feb 25 21:40:29.635 INFO O| Feb 25 21:40:29.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51562026-02-25T21:40:29.830Z[ recovery-image] Feb 25 21:40:29.636 INFO O| Feb 25 21:40:29.636 INFO STEP 20 (remove_files) COMPLETE
51572026-02-25T21:40:29.830Z[ recovery-image] Feb 25 21:40:29.636 INFO O| Feb 25 21:40:29.636 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-02-25T21:40:29.855Z[ recovery-image] Feb 25 21:40:29.657 INFO O| Feb 25 21:40:29.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51592026-02-25T21:40:29.855Z[ recovery-image] Feb 25 21:40:29.657 INFO O| Feb 25 21:40:29.657 INFO STEP 21 (remove_files) COMPLETE
51602026-02-25T21:40:29.855Z[ recovery-image] Feb 25 21:40:29.658 INFO O| Feb 25 21:40:29.657 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-02-25T21:40:29.855Z[ recovery-image] Feb 25 21:40:29.677 INFO O| Feb 25 21:40:29.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51622026-02-25T21:40:29.855Z[ recovery-image] Feb 25 21:40:29.677 INFO O| Feb 25 21:40:29.677 INFO STEP 22 (remove_files) COMPLETE
51632026-02-25T21:40:29.855Z[ recovery-image] Feb 25 21:40:29.677 INFO O| Feb 25 21:40:29.677 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-02-25T21:40:29.881Z[ recovery-image] Feb 25 21:40:29.699 INFO O| Feb 25 21:40:29.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51652026-02-25T21:40:29.882Z[ recovery-image] Feb 25 21:40:29.699 INFO O| Feb 25 21:40:29.699 INFO STEP 23 (remove_files) COMPLETE
51662026-02-25T21:40:29.882Z[ recovery-image] Feb 25 21:40:29.699 INFO O| Feb 25 21:40:29.699 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-02-25T21:40:29.906Z[ recovery-image] Feb 25 21:40:29.716 INFO O| Feb 25 21:40:29.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51682026-02-25T21:40:29.906Z[ recovery-image] Feb 25 21:40:29.716 INFO O| Feb 25 21:40:29.716 INFO STEP 24 (remove_files) COMPLETE
51692026-02-25T21:40:29.906Z[ recovery-image] Feb 25 21:40:29.716 INFO O| Feb 25 21:40:29.716 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-02-25T21:40:29.930Z[ recovery-image] Feb 25 21:40:29.731 INFO O| Feb 25 21:40:29.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51712026-02-25T21:40:29.931Z[ recovery-image] Feb 25 21:40:29.731 INFO O| Feb 25 21:40:29.731 INFO STEP 25 (remove_files) COMPLETE
51722026-02-25T21:40:29.931Z[ recovery-image] Feb 25 21:40:29.731 INFO O| Feb 25 21:40:29.731 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-02-25T21:40:29.931Z[ recovery-image] Feb 25 21:40:29.746 INFO O| Feb 25 21:40:29.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51742026-02-25T21:40:29.931Z[ recovery-image] Feb 25 21:40:29.747 INFO O| Feb 25 21:40:29.746 INFO STEP 26 (remove_files) COMPLETE
51752026-02-25T21:40:29.931Z[ recovery-image] Feb 25 21:40:29.747 INFO O| Feb 25 21:40:29.747 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-02-25T21:40:29.955Z[ recovery-image] Feb 25 21:40:29.765 INFO O| Feb 25 21:40:29.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51772026-02-25T21:40:29.955Z[ recovery-image] Feb 25 21:40:29.765 INFO O| Feb 25 21:40:29.765 INFO STEP 27 (remove_files) COMPLETE
51782026-02-25T21:40:29.955Z[ recovery-image] Feb 25 21:40:29.766 INFO O| Feb 25 21:40:29.765 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-02-25T21:40:29.980Z[ recovery-image] Feb 25 21:40:29.784 INFO O| Feb 25 21:40:29.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51802026-02-25T21:40:29.980Z[ recovery-image] Feb 25 21:40:29.784 INFO O| Feb 25 21:40:29.784 INFO STEP 28 (remove_files) COMPLETE
51812026-02-25T21:40:29.980Z[ recovery-image] Feb 25 21:40:29.784 INFO O| Feb 25 21:40:29.784 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-02-25T21:40:30.004Z[ recovery-image] Feb 25 21:40:29.807 INFO O| Feb 25 21:40:29.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51832026-02-25T21:40:30.004Z[ recovery-image] Feb 25 21:40:29.807 INFO O| Feb 25 21:40:29.807 INFO STEP 29 (remove_files) COMPLETE
51842026-02-25T21:40:30.004Z[ recovery-image] Feb 25 21:40:29.807 INFO O| Feb 25 21:40:29.807 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-02-25T21:40:30.029Z[ recovery-image] Feb 25 21:40:29.828 INFO O| Feb 25 21:40:29.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51862026-02-25T21:40:30.029Z[ recovery-image] Feb 25 21:40:29.828 INFO O| Feb 25 21:40:29.828 INFO STEP 30 (remove_files) COMPLETE
51872026-02-25T21:40:30.029Z[ recovery-image] Feb 25 21:40:29.828 INFO O| Feb 25 21:40:29.828 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-02-25T21:40:30.029Z[ recovery-image] Feb 25 21:40:29.852 INFO O| Feb 25 21:40:29.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51892026-02-25T21:40:30.029Z[ recovery-image] Feb 25 21:40:29.852 INFO O| Feb 25 21:40:29.852 INFO STEP 31 (remove_files) COMPLETE
51902026-02-25T21:40:30.029Z[ recovery-image] Feb 25 21:40:29.852 INFO O| Feb 25 21:40:29.852 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-02-25T21:40:30.054Z[ recovery-image] Feb 25 21:40:29.872 INFO O| Feb 25 21:40:29.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51922026-02-25T21:40:30.054Z[ recovery-image] Feb 25 21:40:29.873 INFO O| Feb 25 21:40:29.872 INFO STEP 32 (remove_files) COMPLETE
51932026-02-25T21:40:30.054Z[ recovery-image] Feb 25 21:40:29.873 INFO O| Feb 25 21:40:29.872 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-02-25T21:40:30.079Z[ recovery-image] Feb 25 21:40:29.894 INFO O| Feb 25 21:40:29.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51952026-02-25T21:40:30.079Z[ recovery-image] Feb 25 21:40:29.894 INFO O| Feb 25 21:40:29.894 INFO STEP 33 (remove_files) COMPLETE
51962026-02-25T21:40:30.079Z[ recovery-image] Feb 25 21:40:29.894 INFO O| Feb 25 21:40:29.894 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-02-25T21:40:30.104Z[ recovery-image] Feb 25 21:40:29.912 INFO O| Feb 25 21:40:29.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51982026-02-25T21:40:30.104Z[ recovery-image] Feb 25 21:40:29.912 INFO O| Feb 25 21:40:29.912 INFO STEP 34 (remove_files) COMPLETE
51992026-02-25T21:40:30.104Z[ recovery-image] Feb 25 21:40:29.912 INFO O| Feb 25 21:40:29.912 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-02-25T21:40:30.130Z[ recovery-image] Feb 25 21:40:29.931 INFO O| Feb 25 21:40:29.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
52012026-02-25T21:40:30.131Z[ recovery-image] Feb 25 21:40:29.931 INFO O| Feb 25 21:40:29.931 INFO STEP 35 (remove_files) COMPLETE
52022026-02-25T21:40:30.131Z[ recovery-image] Feb 25 21:40:29.931 INFO O| Feb 25 21:40:29.931 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-02-25T21:40:30.155Z[ recovery-image] Feb 25 21:40:29.954 INFO O| Feb 25 21:40:29.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
52042026-02-25T21:40:30.155Z[ recovery-image] Feb 25 21:40:29.954 INFO O| Feb 25 21:40:29.954 INFO STEP 36 (remove_files) COMPLETE
52052026-02-25T21:40:30.155Z[ recovery-image] Feb 25 21:40:29.954 INFO O| Feb 25 21:40:29.954 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-02-25T21:40:30.155Z[ recovery-image] Feb 25 21:40:29.974 INFO O| Feb 25 21:40:29.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
52072026-02-25T21:40:30.155Z[ recovery-image] Feb 25 21:40:29.974 INFO O| Feb 25 21:40:29.974 INFO STEP 37 (remove_files) COMPLETE
52082026-02-25T21:40:30.155Z[ recovery-image] Feb 25 21:40:29.974 INFO O| Feb 25 21:40:29.974 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-02-25T21:40:30.180Z[ recovery-image] Feb 25 21:40:29.994 INFO O| Feb 25 21:40:29.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
52102026-02-25T21:40:30.180Z[ recovery-image] Feb 25 21:40:29.994 INFO O| Feb 25 21:40:29.994 INFO STEP 38 (remove_files) COMPLETE
52112026-02-25T21:40:30.180Z[ recovery-image] Feb 25 21:40:29.994 INFO O| Feb 25 21:40:29.994 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52122026-02-25T21:40:30.205Z[ recovery-image] Feb 25 21:40:30.011 INFO O| Feb 25 21:40:30.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
52132026-02-25T21:40:30.205Z[ recovery-image] Feb 25 21:40:30.011 INFO O| Feb 25 21:40:30.011 INFO STEP 39 (remove_files) COMPLETE
52142026-02-25T21:40:30.205Z[ recovery-image] Feb 25 21:40:30.011 INFO O| Feb 25 21:40:30.011 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52152026-02-25T21:40:30.205Z[ recovery-image] Feb 25 21:40:30.027 INFO O| Feb 25 21:40:30.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
52162026-02-25T21:40:30.205Z[ recovery-image] Feb 25 21:40:30.028 INFO O| Feb 25 21:40:30.028 INFO STEP 40 (remove_files) COMPLETE
52172026-02-25T21:40:30.205Z[ recovery-image] Feb 25 21:40:30.028 INFO O| Feb 25 21:40:30.028 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-02-25T21:40:30.229Z[ recovery-image] Feb 25 21:40:30.043 INFO O| Feb 25 21:40:30.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
52192026-02-25T21:40:30.229Z[ recovery-image] Feb 25 21:40:30.043 INFO O| Feb 25 21:40:30.043 INFO STEP 41 (remove_files) COMPLETE
52202026-02-25T21:40:30.229Z[ recovery-image] Feb 25 21:40:30.043 INFO O| Feb 25 21:40:30.043 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52212026-02-25T21:40:30.254Z[ recovery-image] Feb 25 21:40:30.058 INFO O| Feb 25 21:40:30.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
52222026-02-25T21:40:30.254Z[ recovery-image] Feb 25 21:40:30.059 INFO O| Feb 25 21:40:30.059 INFO STEP 42 (remove_files) COMPLETE
52232026-02-25T21:40:30.254Z[ recovery-image] Feb 25 21:40:30.059 INFO O| Feb 25 21:40:30.059 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52242026-02-25T21:40:30.254Z[ recovery-image] Feb 25 21:40:30.074 INFO O| Feb 25 21:40:30.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
52252026-02-25T21:40:30.254Z[ recovery-image] Feb 25 21:40:30.075 INFO O| Feb 25 21:40:30.075 INFO STEP 43 (remove_files) COMPLETE
52262026-02-25T21:40:30.254Z[ recovery-image] Feb 25 21:40:30.075 INFO O| Feb 25 21:40:30.075 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52272026-02-25T21:40:30.279Z[ recovery-image] Feb 25 21:40:30.095 INFO O| Feb 25 21:40:30.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
52282026-02-25T21:40:30.279Z[ recovery-image] Feb 25 21:40:30.095 INFO O| Feb 25 21:40:30.095 INFO STEP 44 (remove_files) COMPLETE
52292026-02-25T21:40:30.279Z[ recovery-image] Feb 25 21:40:30.096 INFO O| Feb 25 21:40:30.095 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-02-25T21:40:30.304Z[ recovery-image] Feb 25 21:40:30.115 INFO O| Feb 25 21:40:30.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
52312026-02-25T21:40:30.304Z[ recovery-image] Feb 25 21:40:30.115 INFO O| Feb 25 21:40:30.115 INFO STEP 45 (remove_files) COMPLETE
52322026-02-25T21:40:30.304Z[ recovery-image] Feb 25 21:40:30.115 INFO O| Feb 25 21:40:30.115 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52332026-02-25T21:40:30.329Z[ recovery-image] Feb 25 21:40:30.138 INFO O| Feb 25 21:40:30.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
52342026-02-25T21:40:30.329Z[ recovery-image] Feb 25 21:40:30.138 INFO O| Feb 25 21:40:30.138 INFO STEP 46 (remove_files) COMPLETE
52352026-02-25T21:40:30.329Z[ recovery-image] Feb 25 21:40:30.138 INFO O| Feb 25 21:40:30.138 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52362026-02-25T21:40:30.353Z[ recovery-image] Feb 25 21:40:30.157 INFO O| Feb 25 21:40:30.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
52372026-02-25T21:40:30.354Z[ recovery-image] Feb 25 21:40:30.157 INFO O| Feb 25 21:40:30.157 INFO STEP 47 (remove_files) COMPLETE
52382026-02-25T21:40:30.354Z[ recovery-image] Feb 25 21:40:30.157 INFO O| Feb 25 21:40:30.157 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52392026-02-25T21:40:30.378Z[ recovery-image] Feb 25 21:40:30.180 INFO O| Feb 25 21:40:30.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
52402026-02-25T21:40:30.378Z[ recovery-image] Feb 25 21:40:30.180 INFO O| Feb 25 21:40:30.180 INFO STEP 48 (remove_files) COMPLETE
52412026-02-25T21:40:30.378Z[ recovery-image] Feb 25 21:40:30.180 INFO O| Feb 25 21:40:30.180 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52422026-02-25T21:40:30.379Z[ recovery-image] Feb 25 21:40:30.200 INFO O| Feb 25 21:40:30.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52432026-02-25T21:40:30.379Z[ recovery-image] Feb 25 21:40:30.201 INFO O| Feb 25 21:40:30.201 INFO STEP 49 (remove_files) COMPLETE
52442026-02-25T21:40:30.379Z[ recovery-image] Feb 25 21:40:30.201 INFO O| Feb 25 21:40:30.201 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52452026-02-25T21:40:30.403Z[ recovery-image] Feb 25 21:40:30.218 INFO O| Feb 25 21:40:30.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52462026-02-25T21:40:30.403Z[ recovery-image] Feb 25 21:40:30.218 INFO O| Feb 25 21:40:30.218 INFO STEP 50 (remove_files) COMPLETE
52472026-02-25T21:40:30.403Z[ recovery-image] Feb 25 21:40:30.218 INFO O| Feb 25 21:40:30.218 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52482026-02-25T21:40:30.427Z[ recovery-image] Feb 25 21:40:30.238 INFO O| Feb 25 21:40:30.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52492026-02-25T21:40:30.427Z[ recovery-image] Feb 25 21:40:30.238 INFO O| Feb 25 21:40:30.238 INFO STEP 51 (remove_files) COMPLETE
52502026-02-25T21:40:30.427Z[ recovery-image] Feb 25 21:40:30.238 INFO O| Feb 25 21:40:30.238 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52512026-02-25T21:40:30.452Z[ recovery-image] Feb 25 21:40:30.262 INFO O| Feb 25 21:40:30.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52522026-02-25T21:40:30.452Z[ recovery-image] Feb 25 21:40:30.262 INFO O| Feb 25 21:40:30.262 INFO STEP 52 (remove_files) COMPLETE
52532026-02-25T21:40:30.452Z[ recovery-image] Feb 25 21:40:30.262 INFO O| Feb 25 21:40:30.262 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52542026-02-25T21:40:30.477Z[ recovery-image] Feb 25 21:40:30.283 INFO O| Feb 25 21:40:30.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52552026-02-25T21:40:30.477Z[ recovery-image] Feb 25 21:40:30.283 INFO O| Feb 25 21:40:30.283 INFO STEP 53 (remove_files) COMPLETE
52562026-02-25T21:40:30.477Z[ recovery-image] Feb 25 21:40:30.284 INFO O| Feb 25 21:40:30.283 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52572026-02-25T21:40:30.502Z[ recovery-image] Feb 25 21:40:30.301 INFO O| Feb 25 21:40:30.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52582026-02-25T21:40:30.503Z[ recovery-image] Feb 25 21:40:30.301 INFO O| Feb 25 21:40:30.301 INFO STEP 54 (remove_files) COMPLETE
52592026-02-25T21:40:30.503Z[ recovery-image] Feb 25 21:40:30.301 INFO O| Feb 25 21:40:30.301 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52602026-02-25T21:40:30.503Z[ recovery-image] Feb 25 21:40:30.317 INFO O| Feb 25 21:40:30.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52612026-02-25T21:40:30.503Z[ recovery-image] Feb 25 21:40:30.317 INFO O| Feb 25 21:40:30.317 INFO STEP 55 (remove_files) COMPLETE
52622026-02-25T21:40:30.503Z[ recovery-image] Feb 25 21:40:30.317 INFO O| Feb 25 21:40:30.317 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52632026-02-25T21:40:30.592Z[ recovery-image] Feb 25 21:40:30.333 INFO O| Feb 25 21:40:30.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52642026-02-25T21:40:30.592Z[ recovery-image] Feb 25 21:40:30.333 INFO O| Feb 25 21:40:30.333 INFO STEP 56 (remove_files) COMPLETE
52652026-02-25T21:40:30.592Z[ recovery-image] Feb 25 21:40:30.333 INFO O| Feb 25 21:40:30.333 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52662026-02-25T21:40:30.592Z[ recovery-image] Feb 25 21:40:30.355 INFO O| Feb 25 21:40:30.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52672026-02-25T21:40:30.592Z[ recovery-image] Feb 25 21:40:30.355 INFO O| Feb 25 21:40:30.355 INFO STEP 57 (remove_files) COMPLETE
52682026-02-25T21:40:30.592Z[ recovery-image] Feb 25 21:40:30.355 INFO O| Feb 25 21:40:30.355 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52692026-02-25T21:40:30.592Z[ recovery-image] Feb 25 21:40:30.379 INFO O| Feb 25 21:40:30.379 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52702026-02-25T21:40:30.592Z[ recovery-image] Feb 25 21:40:30.379 INFO O| Feb 25 21:40:30.379 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52712026-02-25T21:40:30.592Z[ recovery-image] Feb 25 21:40:30.379 INFO O| Feb 25 21:40:30.379 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52722026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.379 INFO O| Feb 25 21:40:30.379 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52732026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.380 INFO O| Feb 25 21:40:30.379 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52742026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.380 INFO O| Feb 25 21:40:30.380 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52752026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.380 INFO O| Feb 25 21:40:30.380 INFO ok!
52762026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.380 INFO O| Feb 25 21:40:30.380 INFO STEP 58 (ensure_file) COMPLETE
52772026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.380 INFO O| Feb 25 21:40:30.380 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52782026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.399 INFO O| Feb 25 21:40:30.399 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52792026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.399 INFO O| Feb 25 21:40:30.399 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52802026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.400 INFO O| Feb 25 21:40:30.399 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52812026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.400 INFO O| Feb 25 21:40:30.400 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52822026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.400 INFO O| Feb 25 21:40:30.400 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52832026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.400 INFO O| Feb 25 21:40:30.400 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52842026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.400 INFO O| Feb 25 21:40:30.400 INFO ok!
52852026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.400 INFO O| Feb 25 21:40:30.400 INFO STEP 59 (ensure_file) COMPLETE
52862026-02-25T21:40:30.593Z[ recovery-image] Feb 25 21:40:30.400 INFO O| Feb 25 21:40:30.400 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52872026-02-25T21:40:30.618Z[ recovery-image] Feb 25 21:40:30.417 INFO O| Feb 25 21:40:30.416 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52882026-02-25T21:40:30.618Z[ recovery-image] Feb 25 21:40:30.417 INFO O| Feb 25 21:40:30.416 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52892026-02-25T21:40:30.618Z[ recovery-image] Feb 25 21:40:30.417 INFO O| Feb 25 21:40:30.417 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52902026-02-25T21:40:30.618Z[ recovery-image] Feb 25 21:40:30.417 INFO O| Feb 25 21:40:30.417 INFO ok!
52912026-02-25T21:40:30.618Z[ recovery-image] Feb 25 21:40:30.417 INFO O| Feb 25 21:40:30.417 INFO STEP 60 (ensure_file) COMPLETE
52922026-02-25T21:40:30.618Z[ recovery-image] Feb 25 21:40:30.417 INFO O| Feb 25 21:40:30.417 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52932026-02-25T21:40:30.618Z[ recovery-image] Feb 25 21:40:30.437 INFO O| Feb 25 21:40:30.437 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52942026-02-25T21:40:30.618Z[ recovery-image] Feb 25 21:40:30.437 INFO O| Feb 25 21:40:30.437 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52952026-02-25T21:40:30.618Z[ recovery-image] Feb 25 21:40:30.437 INFO O| Feb 25 21:40:30.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52962026-02-25T21:40:30.618Z[ recovery-image] Feb 25 21:40:30.437 INFO O| Feb 25 21:40:30.437 INFO ok!
52972026-02-25T21:40:30.618Z[ recovery-image] Feb 25 21:40:30.437 INFO O| Feb 25 21:40:30.437 INFO STEP 61 (ensure_file) COMPLETE
52982026-02-25T21:40:30.618Z[ recovery-image] Feb 25 21:40:30.437 INFO O| Feb 25 21:40:30.437 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52992026-02-25T21:40:30.643Z[ recovery-image] Feb 25 21:40:30.455 INFO O| Feb 25 21:40:30.455 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
53002026-02-25T21:40:30.643Z[ recovery-image] Feb 25 21:40:30.455 INFO O| Feb 25 21:40:30.455 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
53012026-02-25T21:40:30.643Z[ recovery-image] Feb 25 21:40:30.455 INFO O| Feb 25 21:40:30.455 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53022026-02-25T21:40:30.643Z[ recovery-image] Feb 25 21:40:30.455 INFO O| Feb 25 21:40:30.455 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53032026-02-25T21:40:30.643Z[ recovery-image] Feb 25 21:40:30.455 INFO O| Feb 25 21:40:30.455 INFO ok!
53042026-02-25T21:40:30.643Z[ recovery-image] Feb 25 21:40:30.455 INFO O| Feb 25 21:40:30.455 INFO STEP 62 (ensure_file) COMPLETE
53052026-02-25T21:40:30.643Z[ recovery-image] Feb 25 21:40:30.455 INFO O| Feb 25 21:40:30.455 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53062026-02-25T21:40:30.668Z[ recovery-image] Feb 25 21:40:30.474 INFO O| Feb 25 21:40:30.474 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
53072026-02-25T21:40:30.668Z[ recovery-image] Feb 25 21:40:30.475 INFO O| Feb 25 21:40:30.474 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
53082026-02-25T21:40:30.668Z[ recovery-image] Feb 25 21:40:30.475 INFO O| Feb 25 21:40:30.475 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53092026-02-25T21:40:30.668Z[ recovery-image] Feb 25 21:40:30.475 INFO O| Feb 25 21:40:30.475 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53102026-02-25T21:40:30.668Z[ recovery-image] Feb 25 21:40:30.475 INFO O| Feb 25 21:40:30.475 INFO ok!
53112026-02-25T21:40:30.668Z[ recovery-image] Feb 25 21:40:30.475 INFO O| Feb 25 21:40:30.475 INFO STEP 63 (ensure_file) COMPLETE
53122026-02-25T21:40:30.668Z[ recovery-image] Feb 25 21:40:30.475 INFO O| Feb 25 21:40:30.475 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53132026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.491 INFO O| Feb 25 21:40:30.491 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
53142026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.492 INFO O| Feb 25 21:40:30.491 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
53152026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.492 INFO O| Feb 25 21:40:30.492 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
53162026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.492 INFO O| Feb 25 21:40:30.492 INFO ok!
53172026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.492 INFO O| Feb 25 21:40:30.492 INFO STEP 64 (assemble_files) COMPLETE
53182026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.492 INFO O| Feb 25 21:40:30.492 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53192026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.512 INFO O| Feb 25 21:40:30.512 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
53202026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.512 INFO O| Feb 25 21:40:30.512 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
53212026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.512 INFO O| Feb 25 21:40:30.512 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53222026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.512 INFO O| Feb 25 21:40:30.512 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53232026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.512 INFO O| Feb 25 21:40:30.512 INFO ok!
53242026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.512 INFO O| Feb 25 21:40:30.512 INFO STEP 65 (ensure_file) COMPLETE
53252026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.512 INFO O| Feb 25 21:40:30.512 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53262026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.512 INFO O| Feb 25 21:40:30.512 INFO skip step because feature "omicron1" is not enabled
53272026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.512 INFO O| Feb 25 21:40:30.512 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53282026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.512 INFO O| Feb 25 21:40:30.512 INFO skip step because feature "omicron1" is not enabled
53292026-02-25T21:40:30.693Z[ recovery-image] Feb 25 21:40:30.512 INFO O| Feb 25 21:40:30.512 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53302026-02-25T21:40:30.694Z[ recovery-image] Feb 25 21:40:30.512 INFO O| Feb 25 21:40:30.512 INFO skip step because feature "omicron1" is not enabled
53312026-02-25T21:40:30.694Z[ recovery-image] Feb 25 21:40:30.512 INFO O| Feb 25 21:40:30.512 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53322026-02-25T21:40:30.719Z[ recovery-image] Feb 25 21:40:30.540 INFO O| Feb 25 21:40:30.540 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
53332026-02-25T21:40:30.719Z[ recovery-image] Feb 25 21:40:30.540 INFO O| Feb 25 21:40:30.540 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
53342026-02-25T21:40:33.116Z[ host-image] Feb 25 21:40:32.939 INFO O| Feb 25 21:40:32.939 INFO STEP 69 (pack_tar) COMPLETE
53352026-02-25T21:40:33.116Z[ host-image] Feb 25 21:40:32.939 INFO O| Feb 25 21:40:32.939 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
53362026-02-25T21:40:33.141Z[ host-image] Feb 25 21:40:32.939 INFO O| Feb 25 21:40:32.939 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
53372026-02-25T21:40:33.532Z[ host-image] Feb 25 21:40:33.352 INFO O| Feb 25 21:40:33.352 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
53382026-02-25T21:40:33.644Z[ host-image] Feb 25 21:40:33.467 INFO O| Feb 25 21:40:33.467 INFO completed processing sled/ramdisk-02-trim
53392026-02-25T21:40:33.669Z[ host-image] Feb 25 21:40:33.471 INFO image builder template: zfs...
53402026-02-25T21:40:33.669Z[ host-image] Feb 25 21:40:33.471 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/.tmpHsUFYS/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs"], pwd: None
53412026-02-25T21:40:33.693Z[ host-image] Feb 25 21:40:33.503 INFO O| Feb 25 21:40:33.503 INFO skip include "stress" because feature "stress" is not enabled
53422026-02-25T21:40:33.693Z[ host-image] Feb 25 21:40:33.503 INFO O| Feb 25 21:40:33.503 INFO skip include "stress" because feature "compliance" is not enabled
53432026-02-25T21:40:33.741Z[ host-image] Feb 25 21:40:33.564 INFO O| Feb 25 21:40:33.564 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
53442026-02-25T21:40:33.766Z[ host-image] Feb 25 21:40:33.575 INFO O| Feb 25 21:40:33.575 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
53452026-02-25T21:40:33.818Z[ recovery-image] Feb 25 21:40:33.641 INFO O| Feb 25 21:40:33.641 INFO STEP 69 (pack_tar) COMPLETE
53462026-02-25T21:40:33.818Z[ recovery-image] Feb 25 21:40:33.641 INFO O| Feb 25 21:40:33.641 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53472026-02-25T21:40:33.843Z[ recovery-image] Feb 25 21:40:33.641 INFO O| Feb 25 21:40:33.641 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53482026-02-25T21:40:33.843Z[ host-image] Feb 25 21:40:33.665 INFO O| Feb 25 21:40:33.665 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
53492026-02-25T21:40:33.867Z[ recovery-image] Feb 25 21:40:33.678 INFO O| Feb 25 21:40:33.678 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53502026-02-25T21:40:33.891Z[ host-image] Feb 25 21:40:33.702 INFO O| Feb 25 21:40:33.702 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
53512026-02-25T21:40:33.891Z[ host-image] Feb 25 21:40:33.702 INFO O| Feb 25 21:40:33.702 INFO work dataset: rpool/images/build/host/work/sled/zfs
53522026-02-25T21:40:33.891Z[ host-image] Feb 25 21:40:33.709 INFO O| Feb 25 21:40:33.708 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
53532026-02-25T21:40:33.925Z[ host-image] Feb 25 21:40:33.749 INFO O| Feb 25 21:40:33.748 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
53542026-02-25T21:40:33.950Z[ recovery-image] Feb 25 21:40:33.754 INFO O| Feb 25 21:40:33.754 INFO completed processing sled/ramdisk-02-trim
53552026-02-25T21:40:33.950Z[ recovery-image] Feb 25 21:40:33.758 INFO image builder template: ramdisk-03-recovery-trim...
53562026-02-25T21:40:33.950Z[ recovery-image] Feb 25 21:40:33.758 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/.tmpHsUFYS/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-03-recovery-trim"], pwd: None
53572026-02-25T21:40:33.975Z[ host-image] Feb 25 21:40:33.779 INFO O| Feb 25 21:40:33.779 INFO DESTROY POOL: TEMPORARY-sled-zfs
53582026-02-25T21:40:33.999Z[ host-image] Feb 25 21:40:33.801 INFO O| Feb 25 21:40:33.801 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
53592026-02-25T21:40:33.999Z[ host-image] Feb 25 21:40:33.810 INFO O| Feb 25 21:40:33.810 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
53602026-02-25T21:40:33.999Z[ host-image] Feb 25 21:40:33.821 INFO O| Feb 25 21:40:33.820 INFO no lofi found
53612026-02-25T21:40:33.999Z[ host-image] Feb 25 21:40:33.821 INFO O| Feb 25 21:40:33.821 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
53622026-02-25T21:40:34.000Z[ host-image] Feb 25 21:40:33.821 INFO O| Feb 25 21:40:33.821 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
53632026-02-25T21:40:34.113Z[ recovery-image] Feb 25 21:40:33.936 INFO O| Feb 25 21:40:33.936 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53642026-02-25T21:40:34.137Z[ recovery-image] Feb 25 21:40:33.943 INFO O| Feb 25 21:40:33.943 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53652026-02-25T21:40:34.184Z[ recovery-image] Feb 25 21:40:34.007 INFO O| Feb 25 21:40:34.007 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53662026-02-25T21:40:34.262Z[ recovery-image] Feb 25 21:40:34.085 INFO O| Feb 25 21:40:34.085 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53672026-02-25T21:40:34.262Z[ recovery-image] Feb 25 21:40:34.085 INFO O| Feb 25 21:40:34.085 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53682026-02-25T21:40:34.287Z[ recovery-image] Feb 25 21:40:34.098 INFO O| Feb 25 21:40:34.098 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53692026-02-25T21:40:34.287Z[ recovery-image] Feb 25 21:40:34.105 INFO O| Feb 25 21:40:34.104 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53702026-02-25T21:40:34.311Z[ recovery-image] Feb 25 21:40:34.113 INFO O| Feb 25 21:40:34.112 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53712026-02-25T21:40:34.628Z[ recovery-image] Feb 25 21:40:34.451 INFO O| Feb 25 21:40:34.451 INFO rolled back to input snapshot; work may begin
53722026-02-25T21:40:34.628Z[ recovery-image] Feb 25 21:40:34.451 INFO O| Feb 25 21:40:34.451 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53732026-02-25T21:40:34.652Z[ recovery-image] Feb 25 21:40:34.459 INFO O| Feb 25 21:40:34.459 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742026-02-25T21:40:34.677Z[ recovery-image] Feb 25 21:40:34.483 INFO O| Feb 25 21:40:34.483 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53752026-02-25T21:40:34.677Z[ recovery-image] Feb 25 21:40:34.487 INFO O| Feb 25 21:40:34.487 INFO STEP 0 (remove_files) COMPLETE
53762026-02-25T21:40:34.677Z[ recovery-image] Feb 25 21:40:34.488 INFO O| Feb 25 21:40:34.487 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772026-02-25T21:40:34.701Z[ recovery-image] Feb 25 21:40:34.508 INFO O| Feb 25 21:40:34.508 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53782026-02-25T21:40:34.778Z[ recovery-image] Feb 25 21:40:34.601 INFO O| Feb 25 21:40:34.601 INFO STEP 1 (remove_files) COMPLETE
53792026-02-25T21:40:34.778Z[ recovery-image] Feb 25 21:40:34.601 INFO O| Feb 25 21:40:34.601 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802026-02-25T21:40:34.803Z[ recovery-image] Feb 25 21:40:34.623 INFO O| Feb 25 21:40:34.623 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53812026-02-25T21:40:34.827Z[ recovery-image] Feb 25 21:40:34.626 INFO O| Feb 25 21:40:34.626 INFO STEP 2 (remove_files) COMPLETE
53822026-02-25T21:40:34.827Z[ recovery-image] Feb 25 21:40:34.626 INFO O| Feb 25 21:40:34.626 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832026-02-25T21:40:34.828Z[ recovery-image] Feb 25 21:40:34.645 INFO O| Feb 25 21:40:34.645 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53842026-02-25T21:40:34.909Z[ recovery-image] Feb 25 21:40:34.732 INFO O| Feb 25 21:40:34.732 INFO STEP 3 (remove_files) COMPLETE
53852026-02-25T21:40:34.909Z[ recovery-image] Feb 25 21:40:34.732 INFO O| Feb 25 21:40:34.732 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862026-02-25T21:40:34.933Z[ recovery-image] Feb 25 21:40:34.752 INFO O| Feb 25 21:40:34.752 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53872026-02-25T21:40:34.957Z[ recovery-image] Feb 25 21:40:34.768 INFO O| Feb 25 21:40:34.768 INFO STEP 4 (remove_files) COMPLETE
53882026-02-25T21:40:34.958Z[ recovery-image] Feb 25 21:40:34.768 INFO O| Feb 25 21:40:34.768 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892026-02-25T21:40:34.983Z[ recovery-image] Feb 25 21:40:34.785 INFO O| Feb 25 21:40:34.784 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53902026-02-25T21:40:34.983Z[ recovery-image] Feb 25 21:40:34.787 INFO O| Feb 25 21:40:34.787 INFO STEP 5 (remove_files) COMPLETE
53912026-02-25T21:40:34.983Z[ recovery-image] Feb 25 21:40:34.788 INFO O| Feb 25 21:40:34.787 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922026-02-25T21:40:34.983Z[ recovery-image] Feb 25 21:40:34.801 INFO O| Feb 25 21:40:34.801 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53932026-02-25T21:40:34.983Z[ recovery-image] Feb 25 21:40:34.803 INFO O| Feb 25 21:40:34.803 INFO STEP 6 (remove_files) COMPLETE
53942026-02-25T21:40:34.983Z[ recovery-image] Feb 25 21:40:34.803 INFO O| Feb 25 21:40:34.803 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952026-02-25T21:40:35.007Z[ recovery-image] Feb 25 21:40:34.825 INFO O| Feb 25 21:40:34.824 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53962026-02-25T21:40:35.007Z[ recovery-image] Feb 25 21:40:34.829 INFO O| Feb 25 21:40:34.829 INFO STEP 7 (remove_files) COMPLETE
53972026-02-25T21:40:35.007Z[ recovery-image] Feb 25 21:40:34.829 INFO O| Feb 25 21:40:34.829 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982026-02-25T21:40:35.032Z[ recovery-image] Feb 25 21:40:34.849 INFO O| Feb 25 21:40:34.849 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53992026-02-25T21:40:35.032Z[ recovery-image] Feb 25 21:40:34.849 INFO O| Feb 25 21:40:34.849 INFO STEP 8 (remove_files) COMPLETE
54002026-02-25T21:40:35.032Z[ recovery-image] Feb 25 21:40:34.849 INFO O| Feb 25 21:40:34.849 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012026-02-25T21:40:35.057Z[ recovery-image] Feb 25 21:40:34.869 INFO O| Feb 25 21:40:34.869 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
54022026-02-25T21:40:35.057Z[ recovery-image] Feb 25 21:40:34.871 INFO O| Feb 25 21:40:34.870 INFO STEP 9 (remove_files) COMPLETE
54032026-02-25T21:40:35.057Z[ recovery-image] Feb 25 21:40:34.871 INFO O| Feb 25 21:40:34.870 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042026-02-25T21:40:35.082Z[ recovery-image] Feb 25 21:40:34.893 INFO O| Feb 25 21:40:34.893 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
54052026-02-25T21:40:35.141Z[ recovery-image] Feb 25 21:40:34.964 INFO O| Feb 25 21:40:34.964 INFO STEP 10 (remove_files) COMPLETE
54062026-02-25T21:40:35.141Z[ recovery-image] Feb 25 21:40:34.965 INFO O| Feb 25 21:40:34.964 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072026-02-25T21:40:35.166Z[ recovery-image] Feb 25 21:40:34.985 INFO O| Feb 25 21:40:34.985 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
54082026-02-25T21:40:35.167Z[ recovery-image] Feb 25 21:40:34.988 INFO O| Feb 25 21:40:34.988 INFO STEP 11 (remove_files) COMPLETE
54092026-02-25T21:40:35.167Z[ recovery-image] Feb 25 21:40:34.988 INFO O| Feb 25 21:40:34.988 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102026-02-25T21:40:35.191Z[ recovery-image] Feb 25 21:40:35.010 INFO O| Feb 25 21:40:35.010 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
54112026-02-25T21:40:35.216Z[ recovery-image] Feb 25 21:40:35.015 INFO O| Feb 25 21:40:35.015 INFO STEP 12 (remove_files) COMPLETE
54122026-02-25T21:40:35.216Z[ recovery-image] Feb 25 21:40:35.015 INFO O| Feb 25 21:40:35.015 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132026-02-25T21:40:35.216Z[ recovery-image] Feb 25 21:40:35.035 INFO O| Feb 25 21:40:35.035 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
54142026-02-25T21:40:35.216Z[ recovery-image] Feb 25 21:40:35.035 INFO O| Feb 25 21:40:35.035 INFO STEP 13 (remove_files) COMPLETE
54152026-02-25T21:40:35.216Z[ recovery-image] Feb 25 21:40:35.035 INFO O| Feb 25 21:40:35.035 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162026-02-25T21:40:35.240Z[ recovery-image] Feb 25 21:40:35.051 INFO O| Feb 25 21:40:35.051 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
54172026-02-25T21:40:35.240Z[ recovery-image] Feb 25 21:40:35.052 INFO O| Feb 25 21:40:35.052 INFO STEP 14 (remove_files) COMPLETE
54182026-02-25T21:40:35.241Z[ recovery-image] Feb 25 21:40:35.052 INFO O| Feb 25 21:40:35.052 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192026-02-25T21:40:35.269Z[ recovery-image] Feb 25 21:40:35.066 INFO O| Feb 25 21:40:35.066 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
54202026-02-25T21:40:35.269Z[ recovery-image] Feb 25 21:40:35.076 INFO O| Feb 25 21:40:35.076 INFO STEP 15 (remove_files) COMPLETE
54212026-02-25T21:40:35.269Z[ recovery-image] Feb 25 21:40:35.076 INFO O| Feb 25 21:40:35.076 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222026-02-25T21:40:35.269Z[ recovery-image] Feb 25 21:40:35.091 INFO O| Feb 25 21:40:35.091 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
54232026-02-25T21:40:35.269Z[ recovery-image] Feb 25 21:40:35.091 INFO O| Feb 25 21:40:35.091 INFO STEP 16 (remove_files) COMPLETE
54242026-02-25T21:40:35.269Z[ recovery-image] Feb 25 21:40:35.091 INFO O| Feb 25 21:40:35.091 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252026-02-25T21:40:35.294Z[ recovery-image] Feb 25 21:40:35.106 INFO O| Feb 25 21:40:35.106 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
54262026-02-25T21:40:35.294Z[ recovery-image] Feb 25 21:40:35.107 INFO O| Feb 25 21:40:35.107 INFO STEP 17 (remove_files) COMPLETE
54272026-02-25T21:40:35.294Z[ recovery-image] Feb 25 21:40:35.107 INFO O| Feb 25 21:40:35.107 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282026-02-25T21:40:35.318Z[ recovery-image] Feb 25 21:40:35.122 INFO O| Feb 25 21:40:35.122 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
54292026-02-25T21:40:35.387Z[ recovery-image] Feb 25 21:40:35.210 INFO O| Feb 25 21:40:35.210 INFO STEP 18 (remove_files) COMPLETE
54302026-02-25T21:40:35.387Z[ recovery-image] Feb 25 21:40:35.210 INFO O| Feb 25 21:40:35.210 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312026-02-25T21:40:35.411Z[ recovery-image] Feb 25 21:40:35.232 INFO O| Feb 25 21:40:35.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
54322026-02-25T21:40:35.411Z[ recovery-image] Feb 25 21:40:35.234 INFO O| Feb 25 21:40:35.233 INFO STEP 19 (remove_files) COMPLETE
54332026-02-25T21:40:35.411Z[ recovery-image] Feb 25 21:40:35.234 INFO O| Feb 25 21:40:35.234 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342026-02-25T21:40:35.436Z[ recovery-image] Feb 25 21:40:35.254 INFO O| Feb 25 21:40:35.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54352026-02-25T21:40:35.436Z[ recovery-image] Feb 25 21:40:35.255 INFO O| Feb 25 21:40:35.255 INFO STEP 20 (remove_files) COMPLETE
54362026-02-25T21:40:35.436Z[ recovery-image] Feb 25 21:40:35.255 INFO O| Feb 25 21:40:35.255 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372026-02-25T21:40:35.461Z[ recovery-image] Feb 25 21:40:35.271 INFO O| Feb 25 21:40:35.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54382026-02-25T21:40:35.461Z[ recovery-image] Feb 25 21:40:35.272 INFO O| Feb 25 21:40:35.272 INFO STEP 21 (remove_files) COMPLETE
54392026-02-25T21:40:35.461Z[ recovery-image] Feb 25 21:40:35.272 INFO O| Feb 25 21:40:35.272 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402026-02-25T21:40:35.485Z[ recovery-image] Feb 25 21:40:35.295 INFO O| Feb 25 21:40:35.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54412026-02-25T21:40:35.485Z[ recovery-image] Feb 25 21:40:35.296 INFO O| Feb 25 21:40:35.296 INFO STEP 22 (remove_files) COMPLETE
54422026-02-25T21:40:35.485Z[ recovery-image] Feb 25 21:40:35.296 INFO O| Feb 25 21:40:35.296 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432026-02-25T21:40:35.510Z[ recovery-image] Feb 25 21:40:35.313 INFO O| Feb 25 21:40:35.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54442026-02-25T21:40:35.510Z[ recovery-image] Feb 25 21:40:35.314 INFO O| Feb 25 21:40:35.314 INFO STEP 23 (remove_files) COMPLETE
54452026-02-25T21:40:35.510Z[ recovery-image] Feb 25 21:40:35.314 INFO O| Feb 25 21:40:35.314 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462026-02-25T21:40:35.534Z[ recovery-image] Feb 25 21:40:35.334 INFO O| Feb 25 21:40:35.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54472026-02-25T21:40:35.535Z[ recovery-image] Feb 25 21:40:35.334 INFO O| Feb 25 21:40:35.334 INFO STEP 24 (remove_files) COMPLETE
54482026-02-25T21:40:35.535Z[ recovery-image] Feb 25 21:40:35.334 INFO O| Feb 25 21:40:35.334 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492026-02-25T21:40:35.535Z[ recovery-image] Feb 25 21:40:35.349 INFO O| Feb 25 21:40:35.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54502026-02-25T21:40:35.535Z[ recovery-image] Feb 25 21:40:35.349 INFO O| Feb 25 21:40:35.349 INFO STEP 25 (remove_files) COMPLETE
54512026-02-25T21:40:35.535Z[ recovery-image] Feb 25 21:40:35.349 INFO O| Feb 25 21:40:35.349 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522026-02-25T21:40:35.560Z[ recovery-image] Feb 25 21:40:35.371 INFO O| Feb 25 21:40:35.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54532026-02-25T21:40:35.560Z[ recovery-image] Feb 25 21:40:35.371 INFO O| Feb 25 21:40:35.371 INFO STEP 26 (remove_files) COMPLETE
54542026-02-25T21:40:35.560Z[ recovery-image] Feb 25 21:40:35.371 INFO O| Feb 25 21:40:35.371 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552026-02-25T21:40:35.584Z[ recovery-image] Feb 25 21:40:35.387 INFO O| Feb 25 21:40:35.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
54562026-02-25T21:40:35.584Z[ recovery-image] Feb 25 21:40:35.388 INFO O| Feb 25 21:40:35.388 INFO STEP 27 (remove_files) COMPLETE
54572026-02-25T21:40:35.584Z[ recovery-image] Feb 25 21:40:35.388 INFO O| Feb 25 21:40:35.388 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582026-02-25T21:40:35.584Z[ recovery-image] Feb 25 21:40:35.407 INFO O| Feb 25 21:40:35.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54592026-02-25T21:40:35.584Z[ recovery-image] Feb 25 21:40:35.407 INFO O| Feb 25 21:40:35.407 INFO STEP 28 (remove_files) COMPLETE
54602026-02-25T21:40:35.584Z[ recovery-image] Feb 25 21:40:35.407 INFO O| Feb 25 21:40:35.407 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612026-02-25T21:40:35.609Z[ recovery-image] Feb 25 21:40:35.421 INFO O| Feb 25 21:40:35.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54622026-02-25T21:40:35.609Z[ recovery-image] Feb 25 21:40:35.422 INFO O| Feb 25 21:40:35.422 INFO STEP 29 (remove_files) COMPLETE
54632026-02-25T21:40:35.609Z[ recovery-image] Feb 25 21:40:35.422 INFO O| Feb 25 21:40:35.422 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642026-02-25T21:40:35.634Z[ recovery-image] Feb 25 21:40:35.434 INFO O| Feb 25 21:40:35.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54652026-02-25T21:40:35.634Z[ recovery-image] Feb 25 21:40:35.434 INFO O| Feb 25 21:40:35.434 INFO STEP 30 (remove_files) COMPLETE
54662026-02-25T21:40:35.634Z[ recovery-image] Feb 25 21:40:35.434 INFO O| Feb 25 21:40:35.434 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672026-02-25T21:40:35.634Z[ recovery-image] Feb 25 21:40:35.451 INFO O| Feb 25 21:40:35.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54682026-02-25T21:40:35.634Z[ recovery-image] Feb 25 21:40:35.451 INFO O| Feb 25 21:40:35.451 INFO STEP 31 (remove_files) COMPLETE
54692026-02-25T21:40:35.634Z[ recovery-image] Feb 25 21:40:35.451 INFO O| Feb 25 21:40:35.451 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702026-02-25T21:40:35.658Z[ recovery-image] Feb 25 21:40:35.465 INFO O| Feb 25 21:40:35.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54712026-02-25T21:40:35.659Z[ recovery-image] Feb 25 21:40:35.465 INFO O| Feb 25 21:40:35.465 INFO STEP 32 (remove_files) COMPLETE
54722026-02-25T21:40:35.659Z[ recovery-image] Feb 25 21:40:35.465 INFO O| Feb 25 21:40:35.465 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732026-02-25T21:40:35.683Z[ recovery-image] Feb 25 21:40:35.484 INFO O| Feb 25 21:40:35.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54742026-02-25T21:40:35.683Z[ recovery-image] Feb 25 21:40:35.484 INFO O| Feb 25 21:40:35.484 INFO STEP 33 (remove_files) COMPLETE
54752026-02-25T21:40:35.683Z[ recovery-image] Feb 25 21:40:35.484 INFO O| Feb 25 21:40:35.484 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762026-02-25T21:40:35.708Z[ recovery-image] Feb 25 21:40:35.506 INFO O| Feb 25 21:40:35.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54772026-02-25T21:40:35.708Z[ recovery-image] Feb 25 21:40:35.507 INFO O| Feb 25 21:40:35.507 INFO STEP 34 (remove_files) COMPLETE
54782026-02-25T21:40:35.708Z[ recovery-image] Feb 25 21:40:35.507 INFO O| Feb 25 21:40:35.507 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792026-02-25T21:40:35.708Z[ recovery-image] Feb 25 21:40:35.528 INFO O| Feb 25 21:40:35.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54802026-02-25T21:40:35.708Z[ recovery-image] Feb 25 21:40:35.529 INFO O| Feb 25 21:40:35.529 INFO STEP 35 (remove_files) COMPLETE
54812026-02-25T21:40:35.708Z[ recovery-image] Feb 25 21:40:35.529 INFO O| Feb 25 21:40:35.529 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822026-02-25T21:40:35.733Z[ recovery-image] Feb 25 21:40:35.551 INFO O| Feb 25 21:40:35.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54832026-02-25T21:40:35.733Z[ recovery-image] Feb 25 21:40:35.552 INFO O| Feb 25 21:40:35.551 INFO STEP 36 (remove_files) COMPLETE
54842026-02-25T21:40:35.733Z[ recovery-image] Feb 25 21:40:35.552 INFO O| Feb 25 21:40:35.551 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852026-02-25T21:40:35.758Z[ recovery-image] Feb 25 21:40:35.570 INFO O| Feb 25 21:40:35.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54862026-02-25T21:40:35.758Z[ recovery-image] Feb 25 21:40:35.571 INFO O| Feb 25 21:40:35.571 INFO STEP 37 (remove_files) COMPLETE
54872026-02-25T21:40:35.758Z[ recovery-image] Feb 25 21:40:35.571 INFO O| Feb 25 21:40:35.571 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882026-02-25T21:40:35.783Z[ recovery-image] Feb 25 21:40:35.593 INFO O| Feb 25 21:40:35.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54892026-02-25T21:40:35.783Z[ recovery-image] Feb 25 21:40:35.593 INFO O| Feb 25 21:40:35.593 INFO STEP 38 (remove_files) COMPLETE
54902026-02-25T21:40:35.783Z[ recovery-image] Feb 25 21:40:35.594 INFO O| Feb 25 21:40:35.593 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912026-02-25T21:40:35.809Z[ recovery-image] Feb 25 21:40:35.612 INFO O| Feb 25 21:40:35.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54922026-02-25T21:40:35.809Z[ recovery-image] Feb 25 21:40:35.612 INFO O| Feb 25 21:40:35.612 INFO STEP 39 (remove_files) COMPLETE
54932026-02-25T21:40:35.809Z[ recovery-image] Feb 25 21:40:35.612 INFO O| Feb 25 21:40:35.612 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942026-02-25T21:40:35.809Z[ recovery-image] Feb 25 21:40:35.629 INFO O| Feb 25 21:40:35.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54952026-02-25T21:40:35.809Z[ recovery-image] Feb 25 21:40:35.630 INFO O| Feb 25 21:40:35.630 INFO STEP 40 (remove_files) COMPLETE
54962026-02-25T21:40:35.809Z[ recovery-image] Feb 25 21:40:35.630 INFO O| Feb 25 21:40:35.630 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972026-02-25T21:40:35.859Z[ recovery-image] Feb 25 21:40:35.644 INFO O| Feb 25 21:40:35.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54982026-02-25T21:40:35.859Z[ recovery-image] Feb 25 21:40:35.644 INFO O| Feb 25 21:40:35.644 INFO STEP 41 (remove_files) COMPLETE
54992026-02-25T21:40:35.859Z[ recovery-image] Feb 25 21:40:35.644 INFO O| Feb 25 21:40:35.644 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002026-02-25T21:40:35.859Z[ recovery-image] Feb 25 21:40:35.661 INFO O| Feb 25 21:40:35.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
55012026-02-25T21:40:35.859Z[ recovery-image] Feb 25 21:40:35.661 INFO O| Feb 25 21:40:35.661 INFO STEP 42 (remove_files) COMPLETE
55022026-02-25T21:40:35.859Z[ recovery-image] Feb 25 21:40:35.661 INFO O| Feb 25 21:40:35.661 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032026-02-25T21:40:35.861Z[ recovery-image] Feb 25 21:40:35.672 INFO O| Feb 25 21:40:35.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
55042026-02-25T21:40:35.861Z[ recovery-image] Feb 25 21:40:35.673 INFO O| Feb 25 21:40:35.673 INFO STEP 43 (remove_files) COMPLETE
55052026-02-25T21:40:35.861Z[ recovery-image] Feb 25 21:40:35.673 INFO O| Feb 25 21:40:35.673 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062026-02-25T21:40:35.886Z[ recovery-image] Feb 25 21:40:35.685 INFO O| Feb 25 21:40:35.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
55072026-02-25T21:40:35.886Z[ recovery-image] Feb 25 21:40:35.685 INFO O| Feb 25 21:40:35.685 INFO STEP 44 (remove_files) COMPLETE
55082026-02-25T21:40:35.886Z[ recovery-image] Feb 25 21:40:35.685 INFO O| Feb 25 21:40:35.685 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092026-02-25T21:40:35.886Z[ recovery-image] Feb 25 21:40:35.698 INFO O| Feb 25 21:40:35.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
55102026-02-25T21:40:35.886Z[ recovery-image] Feb 25 21:40:35.698 INFO O| Feb 25 21:40:35.698 INFO STEP 45 (remove_files) COMPLETE
55112026-02-25T21:40:35.886Z[ recovery-image] Feb 25 21:40:35.699 INFO O| Feb 25 21:40:35.698 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122026-02-25T21:40:35.910Z[ recovery-image] Feb 25 21:40:35.720 INFO O| Feb 25 21:40:35.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
55132026-02-25T21:40:35.910Z[ recovery-image] Feb 25 21:40:35.720 INFO O| Feb 25 21:40:35.720 INFO STEP 46 (remove_files) COMPLETE
55142026-02-25T21:40:35.910Z[ recovery-image] Feb 25 21:40:35.720 INFO O| Feb 25 21:40:35.720 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152026-02-25T21:40:35.935Z[ recovery-image] Feb 25 21:40:35.740 INFO O| Feb 25 21:40:35.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
55162026-02-25T21:40:35.935Z[ recovery-image] Feb 25 21:40:35.740 INFO O| Feb 25 21:40:35.740 INFO STEP 47 (remove_files) COMPLETE
55172026-02-25T21:40:35.935Z[ recovery-image] Feb 25 21:40:35.740 INFO O| Feb 25 21:40:35.740 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182026-02-25T21:40:35.935Z[ recovery-image] Feb 25 21:40:35.754 INFO O| Feb 25 21:40:35.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
55192026-02-25T21:40:35.935Z[ recovery-image] Feb 25 21:40:35.754 INFO O| Feb 25 21:40:35.754 INFO STEP 48 (remove_files) COMPLETE
55202026-02-25T21:40:35.935Z[ recovery-image] Feb 25 21:40:35.754 INFO O| Feb 25 21:40:35.754 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212026-02-25T21:40:35.960Z[ recovery-image] Feb 25 21:40:35.772 INFO O| Feb 25 21:40:35.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
55222026-02-25T21:40:35.960Z[ recovery-image] Feb 25 21:40:35.772 INFO O| Feb 25 21:40:35.772 INFO STEP 49 (remove_files) COMPLETE
55232026-02-25T21:40:35.960Z[ recovery-image] Feb 25 21:40:35.772 INFO O| Feb 25 21:40:35.772 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242026-02-25T21:40:35.984Z[ recovery-image] Feb 25 21:40:35.790 INFO O| Feb 25 21:40:35.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
55252026-02-25T21:40:35.984Z[ recovery-image] Feb 25 21:40:35.791 INFO O| Feb 25 21:40:35.790 INFO STEP 50 (remove_files) COMPLETE
55262026-02-25T21:40:35.984Z[ recovery-image] Feb 25 21:40:35.791 INFO O| Feb 25 21:40:35.791 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272026-02-25T21:40:35.984Z[ recovery-image] Feb 25 21:40:35.806 INFO O| Feb 25 21:40:35.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
55282026-02-25T21:40:35.985Z[ recovery-image] Feb 25 21:40:35.806 INFO O| Feb 25 21:40:35.806 INFO STEP 51 (remove_files) COMPLETE
55292026-02-25T21:40:35.985Z[ recovery-image] Feb 25 21:40:35.806 INFO O| Feb 25 21:40:35.806 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302026-02-25T21:40:36.011Z[ recovery-image] Feb 25 21:40:35.820 INFO O| Feb 25 21:40:35.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
55312026-02-25T21:40:36.011Z[ recovery-image] Feb 25 21:40:35.820 INFO O| Feb 25 21:40:35.820 INFO STEP 52 (remove_files) COMPLETE
55322026-02-25T21:40:36.012Z[ recovery-image] Feb 25 21:40:35.820 INFO O| Feb 25 21:40:35.820 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332026-02-25T21:40:36.012Z[ recovery-image] Feb 25 21:40:35.833 INFO O| Feb 25 21:40:35.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
55342026-02-25T21:40:36.012Z[ recovery-image] Feb 25 21:40:35.833 INFO O| Feb 25 21:40:35.833 INFO STEP 53 (remove_files) COMPLETE
55352026-02-25T21:40:36.037Z[ recovery-image] Feb 25 21:40:35.833 INFO O| Feb 25 21:40:35.833 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362026-02-25T21:40:36.037Z[ recovery-image] Feb 25 21:40:35.845 INFO O| Feb 25 21:40:35.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55372026-02-25T21:40:36.037Z[ recovery-image] Feb 25 21:40:35.846 INFO O| Feb 25 21:40:35.846 INFO STEP 54 (remove_files) COMPLETE
55382026-02-25T21:40:36.038Z[ recovery-image] Feb 25 21:40:35.846 INFO O| Feb 25 21:40:35.846 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392026-02-25T21:40:36.038Z[ recovery-image] Feb 25 21:40:35.858 INFO O| Feb 25 21:40:35.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
55402026-02-25T21:40:36.038Z[ recovery-image] Feb 25 21:40:35.859 INFO O| Feb 25 21:40:35.859 INFO STEP 55 (remove_files) COMPLETE
55412026-02-25T21:40:36.038Z[ recovery-image] Feb 25 21:40:35.859 INFO O| Feb 25 21:40:35.859 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422026-02-25T21:40:36.062Z[ recovery-image] Feb 25 21:40:35.874 INFO O| Feb 25 21:40:35.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
55432026-02-25T21:40:36.062Z[ recovery-image] Feb 25 21:40:35.874 INFO O| Feb 25 21:40:35.874 INFO STEP 56 (remove_files) COMPLETE
55442026-02-25T21:40:36.062Z[ recovery-image] Feb 25 21:40:35.874 INFO O| Feb 25 21:40:35.874 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452026-02-25T21:40:36.086Z[ recovery-image] Feb 25 21:40:35.887 INFO O| Feb 25 21:40:35.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55462026-02-25T21:40:36.086Z[ recovery-image] Feb 25 21:40:35.888 INFO O| Feb 25 21:40:35.887 INFO STEP 57 (remove_files) COMPLETE
55472026-02-25T21:40:36.086Z[ recovery-image] Feb 25 21:40:35.888 INFO O| Feb 25 21:40:35.888 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482026-02-25T21:40:36.086Z[ recovery-image] Feb 25 21:40:35.901 INFO O| Feb 25 21:40:35.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55492026-02-25T21:40:36.086Z[ recovery-image] Feb 25 21:40:35.901 INFO O| Feb 25 21:40:35.901 INFO STEP 58 (remove_files) COMPLETE
55502026-02-25T21:40:36.086Z[ recovery-image] Feb 25 21:40:35.901 INFO O| Feb 25 21:40:35.901 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512026-02-25T21:40:36.111Z[ recovery-image] Feb 25 21:40:35.915 INFO O| Feb 25 21:40:35.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55522026-02-25T21:40:36.111Z[ recovery-image] Feb 25 21:40:35.916 INFO O| Feb 25 21:40:35.916 INFO STEP 59 (remove_files) COMPLETE
55532026-02-25T21:40:36.111Z[ recovery-image] Feb 25 21:40:35.916 INFO O| Feb 25 21:40:35.916 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542026-02-25T21:40:36.111Z[ recovery-image] Feb 25 21:40:35.929 INFO O| Feb 25 21:40:35.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55552026-02-25T21:40:36.111Z[ recovery-image] Feb 25 21:40:35.930 INFO O| Feb 25 21:40:35.930 INFO STEP 60 (remove_files) COMPLETE
55562026-02-25T21:40:36.112Z[ recovery-image] Feb 25 21:40:35.930 INFO O| Feb 25 21:40:35.930 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572026-02-25T21:40:36.136Z[ recovery-image] Feb 25 21:40:35.950 INFO O| Feb 25 21:40:35.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55582026-02-25T21:40:36.136Z[ recovery-image] Feb 25 21:40:35.951 INFO O| Feb 25 21:40:35.950 INFO STEP 61 (remove_files) COMPLETE
55592026-02-25T21:40:36.136Z[ recovery-image] Feb 25 21:40:35.951 INFO O| Feb 25 21:40:35.950 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602026-02-25T21:40:36.201Z[ recovery-image] Feb 25 21:40:35.970 INFO O| Feb 25 21:40:35.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55612026-02-25T21:40:36.201Z[ recovery-image] Feb 25 21:40:35.970 INFO O| Feb 25 21:40:35.970 INFO STEP 62 (remove_files) COMPLETE
55622026-02-25T21:40:36.201Z[ recovery-image] Feb 25 21:40:35.970 INFO O| Feb 25 21:40:35.970 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632026-02-25T21:40:36.226Z[ recovery-image] Feb 25 21:40:35.995 INFO O| Feb 25 21:40:35.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55642026-02-25T21:40:36.227Z[ recovery-image] Feb 25 21:40:35.995 INFO O| Feb 25 21:40:35.995 INFO STEP 63 (remove_files) COMPLETE
55652026-02-25T21:40:36.227Z[ recovery-image] Feb 25 21:40:35.995 INFO O| Feb 25 21:40:35.995 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662026-02-25T21:40:36.227Z[ host-image] Feb 25 21:40:36.004 INFO O| Feb 25 21:40:36.004 INFO lofi device = /dev/dsk/c3t1d0p0
55672026-02-25T21:40:36.227Z[ host-image] Feb 25 21:40:36.004 INFO O| Feb 25 21:40:36.004 INFO pool device = /dev/dsk/c3t1d0p0
55682026-02-25T21:40:36.227Z[ host-image] Feb 25 21:40:36.004 INFO O| Feb 25 21:40:36.004 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"]
55692026-02-25T21:40:36.227Z[ recovery-image] Feb 25 21:40:36.015 INFO O| Feb 25 21:40:36.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55702026-02-25T21:40:36.227Z[ recovery-image] Feb 25 21:40:36.015 INFO O| Feb 25 21:40:36.015 INFO STEP 64 (remove_files) COMPLETE
55712026-02-25T21:40:36.227Z[ recovery-image] Feb 25 21:40:36.015 INFO O| Feb 25 21:40:36.015 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722026-02-25T21:40:36.227Z[ recovery-image] Feb 25 21:40:36.037 INFO O| Feb 25 21:40:36.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55732026-02-25T21:40:36.227Z[ recovery-image] Feb 25 21:40:36.037 INFO O| Feb 25 21:40:36.037 INFO STEP 65 (remove_files) COMPLETE
55742026-02-25T21:40:36.227Z[ recovery-image] Feb 25 21:40:36.037 INFO O| Feb 25 21:40:36.037 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752026-02-25T21:40:36.291Z[ recovery-image] Feb 25 21:40:36.114 INFO O| Feb 25 21:40:36.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55762026-02-25T21:40:36.316Z[ recovery-image] Feb 25 21:40:36.114 INFO O| Feb 25 21:40:36.114 INFO STEP 66 (remove_files) COMPLETE
55772026-02-25T21:40:36.316Z[ recovery-image] Feb 25 21:40:36.115 INFO O| Feb 25 21:40:36.114 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782026-02-25T21:40:36.316Z[ host-image] Feb 25 21:40:36.136 INFO O| Feb 25 21:40:36.136 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
55792026-02-25T21:40:36.316Z[ host-image] Feb 25 21:40:36.137 INFO O| Feb 25 21:40:36.136 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
55802026-02-25T21:40:36.316Z[ recovery-image] Feb 25 21:40:36.139 INFO O| Feb 25 21:40:36.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55812026-02-25T21:40:36.316Z[ recovery-image] Feb 25 21:40:36.139 INFO O| Feb 25 21:40:36.139 INFO STEP 67 (remove_files) COMPLETE
55822026-02-25T21:40:36.340Z[ recovery-image] Feb 25 21:40:36.139 INFO O| Feb 25 21:40:36.139 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832026-02-25T21:40:36.365Z[ recovery-image] Feb 25 21:40:36.168 INFO O| Feb 25 21:40:36.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55842026-02-25T21:40:36.365Z[ recovery-image] Feb 25 21:40:36.168 INFO O| Feb 25 21:40:36.168 INFO STEP 68 (remove_files) COMPLETE
55852026-02-25T21:40:36.365Z[ host-image] Feb 25 21:40:36.168 INFO O| Feb 25 21:40:36.168 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
55862026-02-25T21:40:36.365Z[ recovery-image] Feb 25 21:40:36.168 INFO O| Feb 25 21:40:36.168 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872026-02-25T21:40:36.390Z[ recovery-image] Feb 25 21:40:36.192 INFO O| Feb 25 21:40:36.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55882026-02-25T21:40:36.390Z[ recovery-image] Feb 25 21:40:36.192 INFO O| Feb 25 21:40:36.192 INFO STEP 69 (remove_files) COMPLETE
55892026-02-25T21:40:36.390Z[ recovery-image] Feb 25 21:40:36.192 INFO O| Feb 25 21:40:36.192 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902026-02-25T21:40:36.415Z[ recovery-image] Feb 25 21:40:36.219 INFO O| Feb 25 21:40:36.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55912026-02-25T21:40:36.415Z[ recovery-image] Feb 25 21:40:36.219 INFO O| Feb 25 21:40:36.219 INFO STEP 70 (remove_files) COMPLETE
55922026-02-25T21:40:36.415Z[ recovery-image] Feb 25 21:40:36.219 INFO O| Feb 25 21:40:36.219 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932026-02-25T21:40:36.415Z[ recovery-image] Feb 25 21:40:36.236 INFO O| Feb 25 21:40:36.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55942026-02-25T21:40:36.415Z[ recovery-image] Feb 25 21:40:36.236 INFO O| Feb 25 21:40:36.236 INFO STEP 71 (remove_files) COMPLETE
55952026-02-25T21:40:36.415Z[ recovery-image] Feb 25 21:40:36.236 INFO O| Feb 25 21:40:36.236 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962026-02-25T21:40:36.439Z[ recovery-image] Feb 25 21:40:36.260 INFO O| Feb 25 21:40:36.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55972026-02-25T21:40:36.439Z[ recovery-image] Feb 25 21:40:36.260 INFO O| Feb 25 21:40:36.260 INFO STEP 72 (remove_files) COMPLETE
55982026-02-25T21:40:36.439Z[ recovery-image] Feb 25 21:40:36.260 INFO O| Feb 25 21:40:36.260 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992026-02-25T21:40:36.465Z[ recovery-image] Feb 25 21:40:36.276 INFO O| Feb 25 21:40:36.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
56002026-02-25T21:40:36.465Z[ recovery-image] Feb 25 21:40:36.276 INFO O| Feb 25 21:40:36.276 INFO STEP 73 (remove_files) COMPLETE
56012026-02-25T21:40:36.465Z[ host-image] Feb 25 21:40:36.277 INFO O| Feb 25 21:40:36.277 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
56022026-02-25T21:40:36.466Z[ recovery-image] Feb 25 21:40:36.276 INFO O| Feb 25 21:40:36.276 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032026-02-25T21:40:36.491Z[ recovery-image] Feb 25 21:40:36.303 INFO O| Feb 25 21:40:36.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
56042026-02-25T21:40:36.492Z[ recovery-image] Feb 25 21:40:36.303 INFO O| Feb 25 21:40:36.303 INFO STEP 74 (remove_files) COMPLETE
56052026-02-25T21:40:36.492Z[ recovery-image] Feb 25 21:40:36.303 INFO O| Feb 25 21:40:36.303 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062026-02-25T21:40:36.516Z[ recovery-image] Feb 25 21:40:36.324 INFO O| Feb 25 21:40:36.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
56072026-02-25T21:40:36.516Z[ recovery-image] Feb 25 21:40:36.324 INFO O| Feb 25 21:40:36.324 INFO STEP 75 (remove_files) COMPLETE
56082026-02-25T21:40:36.516Z[ recovery-image] Feb 25 21:40:36.324 INFO O| Feb 25 21:40:36.324 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092026-02-25T21:40:36.516Z[ host-image] Feb 25 21:40:36.334 INFO O| Feb 25 21:40:36.334 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
56102026-02-25T21:40:36.541Z[ recovery-image] Feb 25 21:40:36.348 INFO O| Feb 25 21:40:36.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
56112026-02-25T21:40:36.541Z[ recovery-image] Feb 25 21:40:36.348 INFO O| Feb 25 21:40:36.348 INFO STEP 76 (remove_files) COMPLETE
56122026-02-25T21:40:36.541Z[ recovery-image] Feb 25 21:40:36.348 INFO O| Feb 25 21:40:36.348 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132026-02-25T21:40:36.541Z[ host-image] Feb 25 21:40:36.361 INFO O| Feb 25 21:40:36.361 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
56142026-02-25T21:40:36.565Z[ recovery-image] Feb 25 21:40:36.371 INFO O| Feb 25 21:40:36.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
56152026-02-25T21:40:36.565Z[ recovery-image] Feb 25 21:40:36.371 INFO O| Feb 25 21:40:36.371 INFO STEP 77 (remove_files) COMPLETE
56162026-02-25T21:40:36.565Z[ recovery-image] Feb 25 21:40:36.371 INFO O| Feb 25 21:40:36.371 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172026-02-25T21:40:36.566Z[ host-image] Feb 25 21:40:36.381 INFO O| Feb 25 21:40:36.381 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
56182026-02-25T21:40:36.590Z[ recovery-image] Feb 25 21:40:36.391 INFO O| Feb 25 21:40:36.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
56192026-02-25T21:40:36.591Z[ recovery-image] Feb 25 21:40:36.391 INFO O| Feb 25 21:40:36.391 INFO STEP 78 (remove_files) COMPLETE
56202026-02-25T21:40:36.591Z[ recovery-image] Feb 25 21:40:36.391 INFO O| Feb 25 21:40:36.391 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212026-02-25T21:40:36.615Z[ recovery-image] Feb 25 21:40:36.414 INFO O| Feb 25 21:40:36.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
56222026-02-25T21:40:36.615Z[ recovery-image] Feb 25 21:40:36.414 INFO O| Feb 25 21:40:36.414 INFO STEP 79 (remove_files) COMPLETE
56232026-02-25T21:40:36.615Z[ recovery-image] Feb 25 21:40:36.414 INFO O| Feb 25 21:40:36.414 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242026-02-25T21:40:36.615Z[ recovery-image] Feb 25 21:40:36.437 INFO O| Feb 25 21:40:36.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
56252026-02-25T21:40:36.615Z[ recovery-image] Feb 25 21:40:36.437 INFO O| Feb 25 21:40:36.437 INFO STEP 80 (remove_files) COMPLETE
56262026-02-25T21:40:36.615Z[ recovery-image] Feb 25 21:40:36.437 INFO O| Feb 25 21:40:36.437 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272026-02-25T21:40:36.639Z[ host-image] Feb 25 21:40:36.451 INFO O| Feb 25 21:40:36.451 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
56282026-02-25T21:40:36.639Z[ host-image] Feb 25 21:40:36.452 INFO O| Feb 25 21:40:36.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
56292026-02-25T21:40:36.639Z[ host-image] Feb 25 21:40:36.452 INFO O| Feb 25 21:40:36.452 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
56302026-02-25T21:40:36.639Z[ recovery-image] Feb 25 21:40:36.457 INFO O| Feb 25 21:40:36.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
56312026-02-25T21:40:36.640Z[ recovery-image] Feb 25 21:40:36.457 INFO O| Feb 25 21:40:36.457 INFO STEP 81 (remove_files) COMPLETE
56322026-02-25T21:40:36.640Z[ recovery-image] Feb 25 21:40:36.457 INFO O| Feb 25 21:40:36.457 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332026-02-25T21:40:36.664Z[ host-image] Feb 25 21:40:36.472 INFO O| Feb 25 21:40:36.472 INFO boot environment UUID: a4ef472f-f296-4a70-9a19-6ddabc83b3be
56342026-02-25T21:40:36.664Z[ host-image] Feb 25 21:40:36.472 INFO O| Feb 25 21:40:36.472 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a4ef472f-f296-4a70-9a19-6ddabc83b3be
56352026-02-25T21:40:36.664Z[ recovery-image] Feb 25 21:40:36.480 INFO O| Feb 25 21:40:36.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
56362026-02-25T21:40:36.664Z[ recovery-image] Feb 25 21:40:36.480 INFO O| Feb 25 21:40:36.480 INFO STEP 82 (remove_files) COMPLETE
56372026-02-25T21:40:36.664Z[ recovery-image] Feb 25 21:40:36.480 INFO O| Feb 25 21:40:36.480 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382026-02-25T21:40:36.689Z[ host-image] Feb 25 21:40:36.493 INFO O| Feb 25 21:40:36.493 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
56392026-02-25T21:40:36.689Z[ recovery-image] Feb 25 21:40:36.501 INFO O| Feb 25 21:40:36.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
56402026-02-25T21:40:36.689Z[ recovery-image] Feb 25 21:40:36.501 INFO O| Feb 25 21:40:36.501 INFO STEP 83 (remove_files) COMPLETE
56412026-02-25T21:40:36.689Z[ recovery-image] Feb 25 21:40:36.501 INFO O| Feb 25 21:40:36.501 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422026-02-25T21:40:36.689Z[ host-image] Feb 25 21:40:36.510 INFO O| Feb 25 21:40:36.510 INFO STEP 0 (create_be) COMPLETE
56432026-02-25T21:40:36.689Z[ host-image] Feb 25 21:40:36.510 INFO O| Feb 25 21:40:36.510 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
56442026-02-25T21:40:36.714Z[ recovery-image] Feb 25 21:40:36.524 INFO O| Feb 25 21:40:36.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
56452026-02-25T21:40:36.714Z[ recovery-image] Feb 25 21:40:36.525 INFO O| Feb 25 21:40:36.525 INFO STEP 84 (remove_files) COMPLETE
56462026-02-25T21:40:36.714Z[ recovery-image] Feb 25 21:40:36.525 INFO O| Feb 25 21:40:36.525 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472026-02-25T21:40:36.714Z[ host-image] Feb 25 21:40:36.537 INFO O| Feb 25 21:40:36.537 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
56482026-02-25T21:40:36.738Z[ recovery-image] Feb 25 21:40:36.543 INFO O| Feb 25 21:40:36.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
56492026-02-25T21:40:36.738Z[ recovery-image] Feb 25 21:40:36.543 INFO O| Feb 25 21:40:36.543 INFO STEP 85 (remove_files) COMPLETE
56502026-02-25T21:40:36.738Z[ recovery-image] Feb 25 21:40:36.543 INFO O| Feb 25 21:40:36.543 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512026-02-25T21:40:36.764Z[ recovery-image] Feb 25 21:40:36.564 INFO O| Feb 25 21:40:36.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
56522026-02-25T21:40:36.764Z[ recovery-image] Feb 25 21:40:36.565 INFO O| Feb 25 21:40:36.564 INFO STEP 86 (remove_files) COMPLETE
56532026-02-25T21:40:36.764Z[ recovery-image] Feb 25 21:40:36.565 INFO O| Feb 25 21:40:36.565 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542026-02-25T21:40:36.764Z[ recovery-image] Feb 25 21:40:36.584 INFO O| Feb 25 21:40:36.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
56552026-02-25T21:40:36.764Z[ recovery-image] Feb 25 21:40:36.584 INFO O| Feb 25 21:40:36.584 INFO STEP 87 (remove_files) COMPLETE
56562026-02-25T21:40:36.764Z[ recovery-image] Feb 25 21:40:36.584 INFO O| Feb 25 21:40:36.584 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572026-02-25T21:40:36.789Z[ recovery-image] Feb 25 21:40:36.601 INFO O| Feb 25 21:40:36.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
56582026-02-25T21:40:36.789Z[ recovery-image] Feb 25 21:40:36.601 INFO O| Feb 25 21:40:36.601 INFO STEP 88 (remove_files) COMPLETE
56592026-02-25T21:40:36.789Z[ recovery-image] Feb 25 21:40:36.601 INFO O| Feb 25 21:40:36.601 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602026-02-25T21:40:36.814Z[ recovery-image] Feb 25 21:40:36.616 INFO O| Feb 25 21:40:36.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
56612026-02-25T21:40:36.814Z[ recovery-image] Feb 25 21:40:36.616 INFO O| Feb 25 21:40:36.616 INFO STEP 89 (remove_files) COMPLETE
56622026-02-25T21:40:36.814Z[ recovery-image] Feb 25 21:40:36.616 INFO O| Feb 25 21:40:36.616 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632026-02-25T21:40:36.814Z[ recovery-image] Feb 25 21:40:36.634 INFO O| Feb 25 21:40:36.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56642026-02-25T21:40:36.814Z[ recovery-image] Feb 25 21:40:36.634 INFO O| Feb 25 21:40:36.634 INFO STEP 90 (remove_files) COMPLETE
56652026-02-25T21:40:36.814Z[ recovery-image] Feb 25 21:40:36.634 INFO O| Feb 25 21:40:36.634 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662026-02-25T21:40:36.839Z[ recovery-image] Feb 25 21:40:36.653 INFO O| Feb 25 21:40:36.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56672026-02-25T21:40:36.839Z[ recovery-image] Feb 25 21:40:36.653 INFO O| Feb 25 21:40:36.653 INFO STEP 91 (remove_files) COMPLETE
56682026-02-25T21:40:36.839Z[ recovery-image] Feb 25 21:40:36.653 INFO O| Feb 25 21:40:36.653 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692026-02-25T21:40:36.864Z[ recovery-image] Feb 25 21:40:36.670 INFO O| Feb 25 21:40:36.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56702026-02-25T21:40:36.864Z[ recovery-image] Feb 25 21:40:36.670 INFO O| Feb 25 21:40:36.670 INFO STEP 92 (remove_files) COMPLETE
56712026-02-25T21:40:36.864Z[ recovery-image] Feb 25 21:40:36.670 INFO O| Feb 25 21:40:36.670 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722026-02-25T21:40:36.864Z[ recovery-image] Feb 25 21:40:36.686 INFO O| Feb 25 21:40:36.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56732026-02-25T21:40:36.864Z[ recovery-image] Feb 25 21:40:36.687 INFO O| Feb 25 21:40:36.687 INFO STEP 93 (remove_files) COMPLETE
56742026-02-25T21:40:36.864Z[ recovery-image] Feb 25 21:40:36.687 INFO O| Feb 25 21:40:36.687 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752026-02-25T21:40:36.888Z[ recovery-image] Feb 25 21:40:36.710 INFO O| Feb 25 21:40:36.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56762026-02-25T21:40:36.888Z[ recovery-image] Feb 25 21:40:36.710 INFO O| Feb 25 21:40:36.710 INFO STEP 94 (remove_files) COMPLETE
56772026-02-25T21:40:36.888Z[ recovery-image] Feb 25 21:40:36.710 INFO O| Feb 25 21:40:36.710 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782026-02-25T21:40:36.913Z[ recovery-image] Feb 25 21:40:36.727 INFO O| Feb 25 21:40:36.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56792026-02-25T21:40:36.913Z[ recovery-image] Feb 25 21:40:36.727 INFO O| Feb 25 21:40:36.727 INFO STEP 95 (remove_files) COMPLETE
56802026-02-25T21:40:36.913Z[ recovery-image] Feb 25 21:40:36.727 INFO O| Feb 25 21:40:36.727 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812026-02-25T21:40:36.938Z[ recovery-image] Feb 25 21:40:36.743 INFO O| Feb 25 21:40:36.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56822026-02-25T21:40:36.938Z[ recovery-image] Feb 25 21:40:36.743 INFO O| Feb 25 21:40:36.743 INFO STEP 96 (remove_files) COMPLETE
56832026-02-25T21:40:36.938Z[ recovery-image] Feb 25 21:40:36.743 INFO O| Feb 25 21:40:36.743 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842026-02-25T21:40:36.962Z[ recovery-image] Feb 25 21:40:36.765 INFO O| Feb 25 21:40:36.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56852026-02-25T21:40:36.962Z[ recovery-image] Feb 25 21:40:36.766 INFO O| Feb 25 21:40:36.765 INFO STEP 97 (remove_files) COMPLETE
56862026-02-25T21:40:36.962Z[ recovery-image] Feb 25 21:40:36.766 INFO O| Feb 25 21:40:36.766 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872026-02-25T21:40:36.987Z[ recovery-image] Feb 25 21:40:36.787 INFO O| Feb 25 21:40:36.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56882026-02-25T21:40:36.987Z[ recovery-image] Feb 25 21:40:36.787 INFO O| Feb 25 21:40:36.787 INFO STEP 98 (remove_files) COMPLETE
56892026-02-25T21:40:36.987Z[ recovery-image] Feb 25 21:40:36.787 INFO O| Feb 25 21:40:36.787 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902026-02-25T21:40:37.012Z[ recovery-image] Feb 25 21:40:36.809 INFO O| Feb 25 21:40:36.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56912026-02-25T21:40:37.012Z[ recovery-image] Feb 25 21:40:36.809 INFO O| Feb 25 21:40:36.809 INFO STEP 99 (remove_files) COMPLETE
56922026-02-25T21:40:37.012Z[ recovery-image] Feb 25 21:40:36.809 INFO O| Feb 25 21:40:36.809 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932026-02-25T21:40:37.012Z[ recovery-image] Feb 25 21:40:36.827 INFO O| Feb 25 21:40:36.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56942026-02-25T21:40:37.012Z[ recovery-image] Feb 25 21:40:36.828 INFO O| Feb 25 21:40:36.827 INFO STEP 100 (remove_files) COMPLETE
56952026-02-25T21:40:37.012Z[ recovery-image] Feb 25 21:40:36.828 INFO O| Feb 25 21:40:36.827 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962026-02-25T21:40:37.050Z[ recovery-image] Feb 25 21:40:36.872 INFO O| Feb 25 21:40:36.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56972026-02-25T21:40:37.050Z[ recovery-image] Feb 25 21:40:36.872 INFO O| Feb 25 21:40:36.871 INFO STEP 101 (remove_files) COMPLETE
56982026-02-25T21:40:37.050Z[ recovery-image] Feb 25 21:40:36.872 INFO O| Feb 25 21:40:36.871 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992026-02-25T21:40:37.098Z[ recovery-image] Feb 25 21:40:36.918 INFO O| Feb 25 21:40:36.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
57002026-02-25T21:40:37.098Z[ recovery-image] Feb 25 21:40:36.918 INFO O| Feb 25 21:40:36.917 INFO STEP 102 (remove_files) COMPLETE
57012026-02-25T21:40:37.099Z[ recovery-image] Feb 25 21:40:36.918 INFO O| Feb 25 21:40:36.917 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022026-02-25T21:40:37.132Z[ recovery-image] Feb 25 21:40:36.955 INFO O| Feb 25 21:40:36.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
57032026-02-25T21:40:37.132Z[ recovery-image] Feb 25 21:40:36.955 INFO O| Feb 25 21:40:36.954 INFO STEP 103 (remove_files) COMPLETE
57042026-02-25T21:40:37.157Z[ recovery-image] Feb 25 21:40:36.955 INFO O| Feb 25 21:40:36.954 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052026-02-25T21:40:37.157Z[ recovery-image] Feb 25 21:40:36.971 INFO O| Feb 25 21:40:36.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
57062026-02-25T21:40:37.157Z[ recovery-image] Feb 25 21:40:36.972 INFO O| Feb 25 21:40:36.971 INFO STEP 104 (remove_files) COMPLETE
57072026-02-25T21:40:37.157Z[ recovery-image] Feb 25 21:40:36.972 INFO O| Feb 25 21:40:36.972 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082026-02-25T21:40:37.182Z[ recovery-image] Feb 25 21:40:36.996 INFO O| Feb 25 21:40:36.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
57092026-02-25T21:40:37.182Z[ recovery-image] Feb 25 21:40:36.996 INFO O| Feb 25 21:40:36.996 INFO STEP 105 (remove_files) COMPLETE
57102026-02-25T21:40:37.182Z[ recovery-image] Feb 25 21:40:36.996 INFO O| Feb 25 21:40:36.996 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112026-02-25T21:40:37.207Z[ recovery-image] Feb 25 21:40:37.022 INFO O| Feb 25 21:40:37.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
57122026-02-25T21:40:37.207Z[ recovery-image] Feb 25 21:40:37.022 INFO O| Feb 25 21:40:37.022 INFO STEP 106 (remove_files) COMPLETE
57132026-02-25T21:40:37.207Z[ recovery-image] Feb 25 21:40:37.022 INFO O| Feb 25 21:40:37.022 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142026-02-25T21:40:37.232Z[ recovery-image] Feb 25 21:40:37.048 INFO O| Feb 25 21:40:37.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
57152026-02-25T21:40:37.232Z[ recovery-image] Feb 25 21:40:37.048 INFO O| Feb 25 21:40:37.048 INFO STEP 107 (remove_files) COMPLETE
57162026-02-25T21:40:37.232Z[ recovery-image] Feb 25 21:40:37.048 INFO O| Feb 25 21:40:37.048 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172026-02-25T21:40:37.257Z[ recovery-image] Feb 25 21:40:37.072 INFO O| Feb 25 21:40:37.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
57182026-02-25T21:40:37.257Z[ recovery-image] Feb 25 21:40:37.072 INFO O| Feb 25 21:40:37.071 INFO STEP 108 (remove_files) COMPLETE
57192026-02-25T21:40:37.257Z[ recovery-image] Feb 25 21:40:37.072 INFO O| Feb 25 21:40:37.071 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202026-02-25T21:40:37.282Z[ recovery-image] Feb 25 21:40:37.088 INFO O| Feb 25 21:40:37.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
57212026-02-25T21:40:37.282Z[ recovery-image] Feb 25 21:40:37.088 INFO O| Feb 25 21:40:37.088 INFO STEP 109 (remove_files) COMPLETE
57222026-02-25T21:40:37.282Z[ recovery-image] Feb 25 21:40:37.088 INFO O| Feb 25 21:40:37.088 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232026-02-25T21:40:37.307Z[ recovery-image] Feb 25 21:40:37.118 INFO O| Feb 25 21:40:37.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
57242026-02-25T21:40:37.307Z[ recovery-image] Feb 25 21:40:37.118 INFO O| Feb 25 21:40:37.118 INFO STEP 110 (remove_files) COMPLETE
57252026-02-25T21:40:37.307Z[ recovery-image] Feb 25 21:40:37.118 INFO O| Feb 25 21:40:37.118 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262026-02-25T21:40:37.332Z[ recovery-image] Feb 25 21:40:37.141 INFO O| Feb 25 21:40:37.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
57272026-02-25T21:40:37.332Z[ recovery-image] Feb 25 21:40:37.142 INFO O| Feb 25 21:40:37.142 INFO STEP 111 (remove_files) COMPLETE
57282026-02-25T21:40:37.332Z[ recovery-image] Feb 25 21:40:37.142 INFO O| Feb 25 21:40:37.142 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292026-02-25T21:40:37.358Z[ recovery-image] Feb 25 21:40:37.169 INFO O| Feb 25 21:40:37.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
57302026-02-25T21:40:37.358Z[ recovery-image] Feb 25 21:40:37.169 INFO O| Feb 25 21:40:37.168 INFO STEP 112 (remove_files) COMPLETE
57312026-02-25T21:40:37.358Z[ recovery-image] Feb 25 21:40:37.169 INFO O| Feb 25 21:40:37.168 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322026-02-25T21:40:37.383Z[ recovery-image] Feb 25 21:40:37.190 INFO O| Feb 25 21:40:37.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
57332026-02-25T21:40:37.383Z[ recovery-image] Feb 25 21:40:37.190 INFO O| Feb 25 21:40:37.190 INFO STEP 113 (remove_files) COMPLETE
57342026-02-25T21:40:37.383Z[ recovery-image] Feb 25 21:40:37.190 INFO O| Feb 25 21:40:37.190 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352026-02-25T21:40:37.408Z[ recovery-image] Feb 25 21:40:37.217 INFO O| Feb 25 21:40:37.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
57362026-02-25T21:40:37.408Z[ recovery-image] Feb 25 21:40:37.217 INFO O| Feb 25 21:40:37.216 INFO STEP 114 (remove_files) COMPLETE
57372026-02-25T21:40:37.408Z[ recovery-image] Feb 25 21:40:37.217 INFO O| Feb 25 21:40:37.216 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382026-02-25T21:40:37.433Z[ recovery-image] Feb 25 21:40:37.235 INFO O| Feb 25 21:40:37.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
57392026-02-25T21:40:37.433Z[ recovery-image] Feb 25 21:40:37.236 INFO O| Feb 25 21:40:37.236 INFO STEP 115 (remove_files) COMPLETE
57402026-02-25T21:40:37.433Z[ recovery-image] Feb 25 21:40:37.236 INFO O| Feb 25 21:40:37.236 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412026-02-25T21:40:37.433Z[ recovery-image] Feb 25 21:40:37.254 INFO O| Feb 25 21:40:37.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
57422026-02-25T21:40:37.433Z[ recovery-image] Feb 25 21:40:37.254 INFO O| Feb 25 21:40:37.254 INFO STEP 116 (remove_files) COMPLETE
57432026-02-25T21:40:37.433Z[ recovery-image] Feb 25 21:40:37.254 INFO O| Feb 25 21:40:37.254 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442026-02-25T21:40:37.457Z[ recovery-image] Feb 25 21:40:37.273 INFO O| Feb 25 21:40:37.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
57452026-02-25T21:40:37.457Z[ recovery-image] Feb 25 21:40:37.273 INFO O| Feb 25 21:40:37.273 INFO STEP 117 (remove_files) COMPLETE
57462026-02-25T21:40:37.457Z[ recovery-image] Feb 25 21:40:37.273 INFO O| Feb 25 21:40:37.273 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472026-02-25T21:40:37.482Z[ recovery-image] Feb 25 21:40:37.290 INFO O| Feb 25 21:40:37.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
57482026-02-25T21:40:37.482Z[ recovery-image] Feb 25 21:40:37.290 INFO O| Feb 25 21:40:37.290 INFO STEP 118 (remove_files) COMPLETE
57492026-02-25T21:40:37.484Z[ recovery-image] Feb 25 21:40:37.290 INFO O| Feb 25 21:40:37.290 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502026-02-25T21:40:37.509Z[ recovery-image] Feb 25 21:40:37.308 INFO O| Feb 25 21:40:37.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
57512026-02-25T21:40:37.510Z[ recovery-image] Feb 25 21:40:37.308 INFO O| Feb 25 21:40:37.308 INFO STEP 119 (remove_files) COMPLETE
57522026-02-25T21:40:37.510Z[ recovery-image] Feb 25 21:40:37.308 INFO O| Feb 25 21:40:37.308 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532026-02-25T21:40:37.534Z[ recovery-image] Feb 25 21:40:37.334 INFO O| Feb 25 21:40:37.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
57542026-02-25T21:40:37.534Z[ recovery-image] Feb 25 21:40:37.334 INFO O| Feb 25 21:40:37.334 INFO STEP 120 (remove_files) COMPLETE
57552026-02-25T21:40:37.534Z[ recovery-image] Feb 25 21:40:37.334 INFO O| Feb 25 21:40:37.334 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562026-02-25T21:40:37.560Z[ recovery-image] Feb 25 21:40:37.362 INFO O| Feb 25 21:40:37.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
57572026-02-25T21:40:37.560Z[ recovery-image] Feb 25 21:40:37.362 INFO O| Feb 25 21:40:37.361 INFO STEP 121 (remove_files) COMPLETE
57582026-02-25T21:40:37.560Z[ recovery-image] Feb 25 21:40:37.362 INFO O| Feb 25 21:40:37.361 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592026-02-25T21:40:37.586Z[ recovery-image] Feb 25 21:40:37.397 INFO O| Feb 25 21:40:37.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57602026-02-25T21:40:37.586Z[ recovery-image] Feb 25 21:40:37.397 INFO O| Feb 25 21:40:37.397 INFO STEP 122 (remove_files) COMPLETE
57612026-02-25T21:40:37.586Z[ recovery-image] Feb 25 21:40:37.397 INFO O| Feb 25 21:40:37.397 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622026-02-25T21:40:37.611Z[ recovery-image] Feb 25 21:40:37.416 INFO O| Feb 25 21:40:37.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57632026-02-25T21:40:37.611Z[ recovery-image] Feb 25 21:40:37.416 INFO O| Feb 25 21:40:37.416 INFO STEP 123 (remove_files) COMPLETE
57642026-02-25T21:40:37.611Z[ recovery-image] Feb 25 21:40:37.416 INFO O| Feb 25 21:40:37.416 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652026-02-25T21:40:37.611Z[ recovery-image] Feb 25 21:40:37.432 INFO O| Feb 25 21:40:37.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57662026-02-25T21:40:37.611Z[ recovery-image] Feb 25 21:40:37.432 INFO O| Feb 25 21:40:37.432 INFO STEP 124 (remove_files) COMPLETE
57672026-02-25T21:40:37.611Z[ recovery-image] Feb 25 21:40:37.432 INFO O| Feb 25 21:40:37.432 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682026-02-25T21:40:37.636Z[ recovery-image] Feb 25 21:40:37.453 INFO O| Feb 25 21:40:37.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57692026-02-25T21:40:37.636Z[ recovery-image] Feb 25 21:40:37.454 INFO O| Feb 25 21:40:37.454 INFO STEP 125 (remove_files) COMPLETE
57702026-02-25T21:40:37.636Z[ recovery-image] Feb 25 21:40:37.454 INFO O| Feb 25 21:40:37.454 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712026-02-25T21:40:37.661Z[ recovery-image] Feb 25 21:40:37.470 INFO O| Feb 25 21:40:37.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57722026-02-25T21:40:37.661Z[ recovery-image] Feb 25 21:40:37.470 INFO O| Feb 25 21:40:37.470 INFO STEP 126 (remove_files) COMPLETE
57732026-02-25T21:40:37.661Z[ recovery-image] Feb 25 21:40:37.470 INFO O| Feb 25 21:40:37.470 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742026-02-25T21:40:37.686Z[ recovery-image] Feb 25 21:40:37.488 INFO O| Feb 25 21:40:37.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57752026-02-25T21:40:37.686Z[ recovery-image] Feb 25 21:40:37.488 INFO O| Feb 25 21:40:37.488 INFO STEP 127 (remove_files) COMPLETE
57762026-02-25T21:40:37.686Z[ recovery-image] Feb 25 21:40:37.488 INFO O| Feb 25 21:40:37.488 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772026-02-25T21:40:37.710Z[ recovery-image] Feb 25 21:40:37.511 INFO O| Feb 25 21:40:37.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57782026-02-25T21:40:37.710Z[ recovery-image] Feb 25 21:40:37.511 INFO O| Feb 25 21:40:37.510 INFO STEP 128 (remove_files) COMPLETE
57792026-02-25T21:40:37.711Z[ recovery-image] Feb 25 21:40:37.511 INFO O| Feb 25 21:40:37.510 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802026-02-25T21:40:37.711Z[ recovery-image] Feb 25 21:40:37.530 INFO O| Feb 25 21:40:37.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57812026-02-25T21:40:37.711Z[ recovery-image] Feb 25 21:40:37.530 INFO O| Feb 25 21:40:37.530 INFO STEP 129 (remove_files) COMPLETE
57822026-02-25T21:40:37.711Z[ recovery-image] Feb 25 21:40:37.530 INFO O| Feb 25 21:40:37.530 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832026-02-25T21:40:37.738Z[ recovery-image] Feb 25 21:40:37.546 INFO O| Feb 25 21:40:37.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57842026-02-25T21:40:37.738Z[ recovery-image] Feb 25 21:40:37.546 INFO O| Feb 25 21:40:37.545 INFO STEP 130 (remove_files) COMPLETE
57852026-02-25T21:40:37.738Z[ recovery-image] Feb 25 21:40:37.546 INFO O| Feb 25 21:40:37.546 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862026-02-25T21:40:37.763Z[ recovery-image] Feb 25 21:40:37.564 INFO O| Feb 25 21:40:37.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57872026-02-25T21:40:37.763Z[ recovery-image] Feb 25 21:40:37.564 INFO O| Feb 25 21:40:37.563 INFO STEP 131 (remove_files) COMPLETE
57882026-02-25T21:40:37.763Z[ recovery-image] Feb 25 21:40:37.564 INFO O| Feb 25 21:40:37.564 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892026-02-25T21:40:37.763Z[ recovery-image] Feb 25 21:40:37.581 INFO O| Feb 25 21:40:37.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57902026-02-25T21:40:37.763Z[ recovery-image] Feb 25 21:40:37.581 INFO O| Feb 25 21:40:37.581 INFO STEP 132 (remove_files) COMPLETE
57912026-02-25T21:40:37.763Z[ recovery-image] Feb 25 21:40:37.581 INFO O| Feb 25 21:40:37.581 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922026-02-25T21:40:37.788Z[ recovery-image] Feb 25 21:40:37.600 INFO O| Feb 25 21:40:37.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57932026-02-25T21:40:37.788Z[ recovery-image] Feb 25 21:40:37.600 INFO O| Feb 25 21:40:37.600 INFO STEP 133 (remove_files) COMPLETE
57942026-02-25T21:40:37.788Z[ recovery-image] Feb 25 21:40:37.600 INFO O| Feb 25 21:40:37.600 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952026-02-25T21:40:37.813Z[ recovery-image] Feb 25 21:40:37.633 INFO O| Feb 25 21:40:37.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57962026-02-25T21:40:37.813Z[ recovery-image] Feb 25 21:40:37.633 INFO O| Feb 25 21:40:37.632 INFO STEP 134 (remove_files) COMPLETE
57972026-02-25T21:40:37.813Z[ recovery-image] Feb 25 21:40:37.633 INFO O| Feb 25 21:40:37.632 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982026-02-25T21:40:37.838Z[ recovery-image] Feb 25 21:40:37.657 INFO O| Feb 25 21:40:37.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57992026-02-25T21:40:37.862Z[ recovery-image] Feb 25 21:40:37.657 INFO O| Feb 25 21:40:37.657 INFO STEP 135 (remove_files) COMPLETE
58002026-02-25T21:40:37.865Z[ recovery-image] Feb 25 21:40:37.657 INFO O| Feb 25 21:40:37.657 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012026-02-25T21:40:37.890Z[ recovery-image] Feb 25 21:40:37.689 INFO O| Feb 25 21:40:37.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
58022026-02-25T21:40:37.890Z[ recovery-image] Feb 25 21:40:37.689 INFO O| Feb 25 21:40:37.689 INFO STEP 136 (remove_files) COMPLETE
58032026-02-25T21:40:37.890Z[ recovery-image] Feb 25 21:40:37.689 INFO O| Feb 25 21:40:37.689 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042026-02-25T21:40:37.890Z[ recovery-image] Feb 25 21:40:37.711 INFO O| Feb 25 21:40:37.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
58052026-02-25T21:40:37.890Z[ recovery-image] Feb 25 21:40:37.712 INFO O| Feb 25 21:40:37.712 INFO STEP 137 (remove_files) COMPLETE
58062026-02-25T21:40:37.890Z[ recovery-image] Feb 25 21:40:37.712 INFO O| Feb 25 21:40:37.712 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072026-02-25T21:40:37.914Z[ recovery-image] Feb 25 21:40:37.734 INFO O| Feb 25 21:40:37.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
58082026-02-25T21:40:37.915Z[ recovery-image] Feb 25 21:40:37.734 INFO O| Feb 25 21:40:37.734 INFO STEP 138 (remove_files) COMPLETE
58092026-02-25T21:40:37.915Z[ recovery-image] Feb 25 21:40:37.734 INFO O| Feb 25 21:40:37.734 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102026-02-25T21:40:37.940Z[ recovery-image] Feb 25 21:40:37.754 INFO O| Feb 25 21:40:37.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
58112026-02-25T21:40:37.940Z[ recovery-image] Feb 25 21:40:37.754 INFO O| Feb 25 21:40:37.754 INFO STEP 139 (remove_files) COMPLETE
58122026-02-25T21:40:37.940Z[ recovery-image] Feb 25 21:40:37.754 INFO O| Feb 25 21:40:37.754 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132026-02-25T21:40:37.964Z[ recovery-image] Feb 25 21:40:37.771 INFO O| Feb 25 21:40:37.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
58142026-02-25T21:40:37.964Z[ recovery-image] Feb 25 21:40:37.771 INFO O| Feb 25 21:40:37.771 INFO STEP 140 (remove_files) COMPLETE
58152026-02-25T21:40:37.964Z[ recovery-image] Feb 25 21:40:37.771 INFO O| Feb 25 21:40:37.771 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162026-02-25T21:40:37.989Z[ recovery-image] Feb 25 21:40:37.792 INFO O| Feb 25 21:40:37.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
58172026-02-25T21:40:37.989Z[ recovery-image] Feb 25 21:40:37.792 INFO O| Feb 25 21:40:37.792 INFO STEP 141 (remove_files) COMPLETE
58182026-02-25T21:40:37.989Z[ recovery-image] Feb 25 21:40:37.792 INFO O| Feb 25 21:40:37.792 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192026-02-25T21:40:37.989Z[ recovery-image] Feb 25 21:40:37.812 INFO O| Feb 25 21:40:37.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
58202026-02-25T21:40:37.989Z[ recovery-image] Feb 25 21:40:37.812 INFO O| Feb 25 21:40:37.812 INFO STEP 142 (remove_files) COMPLETE
58212026-02-25T21:40:37.990Z[ recovery-image] Feb 25 21:40:37.812 INFO O| Feb 25 21:40:37.812 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222026-02-25T21:40:38.014Z[ recovery-image] Feb 25 21:40:37.836 INFO O| Feb 25 21:40:37.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
58232026-02-25T21:40:38.014Z[ recovery-image] Feb 25 21:40:37.836 INFO O| Feb 25 21:40:37.836 INFO STEP 143 (remove_files) COMPLETE
58242026-02-25T21:40:38.014Z[ recovery-image] Feb 25 21:40:37.836 INFO O| Feb 25 21:40:37.836 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252026-02-25T21:40:38.039Z[ recovery-image] Feb 25 21:40:37.859 INFO O| Feb 25 21:40:37.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
58262026-02-25T21:40:38.039Z[ recovery-image] Feb 25 21:40:37.859 INFO O| Feb 25 21:40:37.859 INFO STEP 144 (remove_files) COMPLETE
58272026-02-25T21:40:38.039Z[ recovery-image] Feb 25 21:40:37.859 INFO O| Feb 25 21:40:37.859 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282026-02-25T21:40:38.067Z[ recovery-image] Feb 25 21:40:37.876 INFO O| Feb 25 21:40:37.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
58292026-02-25T21:40:38.067Z[ recovery-image] Feb 25 21:40:37.876 INFO O| Feb 25 21:40:37.876 INFO STEP 145 (remove_files) COMPLETE
58302026-02-25T21:40:38.068Z[ recovery-image] Feb 25 21:40:37.876 INFO O| Feb 25 21:40:37.876 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312026-02-25T21:40:38.092Z[ recovery-image] Feb 25 21:40:37.897 INFO O| Feb 25 21:40:37.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
58322026-02-25T21:40:38.092Z[ recovery-image] Feb 25 21:40:37.898 INFO O| Feb 25 21:40:37.897 INFO STEP 146 (remove_files) COMPLETE
58332026-02-25T21:40:38.092Z[ recovery-image] Feb 25 21:40:37.898 INFO O| Feb 25 21:40:37.898 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342026-02-25T21:40:38.117Z[ recovery-image] Feb 25 21:40:37.917 INFO O| Feb 25 21:40:37.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
58352026-02-25T21:40:38.117Z[ recovery-image] Feb 25 21:40:37.917 INFO O| Feb 25 21:40:37.917 INFO STEP 147 (remove_files) COMPLETE
58362026-02-25T21:40:38.117Z[ recovery-image] Feb 25 21:40:37.917 INFO O| Feb 25 21:40:37.917 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372026-02-25T21:40:38.142Z[ recovery-image] Feb 25 21:40:37.940 INFO O| Feb 25 21:40:37.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
58382026-02-25T21:40:38.142Z[ recovery-image] Feb 25 21:40:37.940 INFO O| Feb 25 21:40:37.939 INFO STEP 148 (remove_files) COMPLETE
58392026-02-25T21:40:38.142Z[ recovery-image] Feb 25 21:40:37.940 INFO O| Feb 25 21:40:37.939 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402026-02-25T21:40:38.142Z[ recovery-image] Feb 25 21:40:37.961 INFO O| Feb 25 21:40:37.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
58412026-02-25T21:40:38.142Z[ recovery-image] Feb 25 21:40:37.961 INFO O| Feb 25 21:40:37.961 INFO STEP 149 (remove_files) COMPLETE
58422026-02-25T21:40:38.142Z[ recovery-image] Feb 25 21:40:37.961 INFO O| Feb 25 21:40:37.961 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432026-02-25T21:40:38.167Z[ recovery-image] Feb 25 21:40:37.984 INFO O| Feb 25 21:40:37.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
58442026-02-25T21:40:38.167Z[ recovery-image] Feb 25 21:40:37.984 INFO O| Feb 25 21:40:37.984 INFO STEP 150 (remove_files) COMPLETE
58452026-02-25T21:40:38.167Z[ recovery-image] Feb 25 21:40:37.984 INFO O| Feb 25 21:40:37.984 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462026-02-25T21:40:38.192Z[ recovery-image] Feb 25 21:40:38.010 INFO O| Feb 25 21:40:38.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
58472026-02-25T21:40:38.192Z[ recovery-image] Feb 25 21:40:38.010 INFO O| Feb 25 21:40:38.009 INFO STEP 151 (remove_files) COMPLETE
58482026-02-25T21:40:38.192Z[ recovery-image] Feb 25 21:40:38.010 INFO O| Feb 25 21:40:38.009 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492026-02-25T21:40:38.221Z[ recovery-image] Feb 25 21:40:38.031 INFO O| Feb 25 21:40:38.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
58502026-02-25T21:40:38.221Z[ recovery-image] Feb 25 21:40:38.031 INFO O| Feb 25 21:40:38.031 INFO STEP 152 (remove_files) COMPLETE
58512026-02-25T21:40:38.221Z[ recovery-image] Feb 25 21:40:38.031 INFO O| Feb 25 21:40:38.031 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522026-02-25T21:40:38.245Z[ recovery-image] Feb 25 21:40:38.055 INFO O| Feb 25 21:40:38.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
58532026-02-25T21:40:38.245Z[ recovery-image] Feb 25 21:40:38.056 INFO O| Feb 25 21:40:38.055 INFO STEP 153 (remove_files) COMPLETE
58542026-02-25T21:40:38.245Z[ recovery-image] Feb 25 21:40:38.056 INFO O| Feb 25 21:40:38.055 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552026-02-25T21:40:38.270Z[ recovery-image] Feb 25 21:40:38.075 INFO O| Feb 25 21:40:38.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
58562026-02-25T21:40:38.270Z[ recovery-image] Feb 25 21:40:38.075 INFO O| Feb 25 21:40:38.075 INFO STEP 154 (remove_files) COMPLETE
58572026-02-25T21:40:38.270Z[ recovery-image] Feb 25 21:40:38.075 INFO O| Feb 25 21:40:38.075 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582026-02-25T21:40:38.270Z[ recovery-image] Feb 25 21:40:38.092 INFO O| Feb 25 21:40:38.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
58592026-02-25T21:40:38.270Z[ recovery-image] Feb 25 21:40:38.092 INFO O| Feb 25 21:40:38.092 INFO STEP 155 (remove_files) COMPLETE
58602026-02-25T21:40:38.270Z[ recovery-image] Feb 25 21:40:38.092 INFO O| Feb 25 21:40:38.092 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612026-02-25T21:40:38.297Z[ recovery-image] Feb 25 21:40:38.108 INFO O| Feb 25 21:40:38.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58622026-02-25T21:40:38.297Z[ recovery-image] Feb 25 21:40:38.108 INFO O| Feb 25 21:40:38.108 INFO STEP 156 (remove_files) COMPLETE
58632026-02-25T21:40:38.298Z[ recovery-image] Feb 25 21:40:38.108 INFO O| Feb 25 21:40:38.108 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642026-02-25T21:40:38.324Z[ recovery-image] Feb 25 21:40:38.125 INFO O| Feb 25 21:40:38.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58652026-02-25T21:40:38.324Z[ recovery-image] Feb 25 21:40:38.125 INFO O| Feb 25 21:40:38.125 INFO STEP 157 (remove_files) COMPLETE
58662026-02-25T21:40:38.324Z[ recovery-image] Feb 25 21:40:38.125 INFO O| Feb 25 21:40:38.125 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672026-02-25T21:40:38.324Z[ recovery-image] Feb 25 21:40:38.145 INFO O| Feb 25 21:40:38.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58682026-02-25T21:40:38.324Z[ recovery-image] Feb 25 21:40:38.145 INFO O| Feb 25 21:40:38.144 INFO STEP 158 (remove_files) COMPLETE
58692026-02-25T21:40:38.324Z[ recovery-image] Feb 25 21:40:38.145 INFO O| Feb 25 21:40:38.144 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702026-02-25T21:40:38.350Z[ recovery-image] Feb 25 21:40:38.166 INFO O| Feb 25 21:40:38.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58712026-02-25T21:40:38.350Z[ recovery-image] Feb 25 21:40:38.166 INFO O| Feb 25 21:40:38.166 INFO STEP 159 (remove_files) COMPLETE
58722026-02-25T21:40:38.352Z[ recovery-image] Feb 25 21:40:38.166 INFO O| Feb 25 21:40:38.166 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732026-02-25T21:40:38.378Z[ recovery-image] Feb 25 21:40:38.185 INFO O| Feb 25 21:40:38.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58742026-02-25T21:40:38.378Z[ recovery-image] Feb 25 21:40:38.185 INFO O| Feb 25 21:40:38.185 INFO STEP 160 (remove_files) COMPLETE
58752026-02-25T21:40:38.378Z[ recovery-image] Feb 25 21:40:38.185 INFO O| Feb 25 21:40:38.185 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762026-02-25T21:40:38.403Z[ recovery-image] Feb 25 21:40:38.204 INFO O| Feb 25 21:40:38.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58772026-02-25T21:40:38.403Z[ recovery-image] Feb 25 21:40:38.204 INFO O| Feb 25 21:40:38.203 INFO STEP 161 (remove_files) COMPLETE
58782026-02-25T21:40:38.403Z[ recovery-image] Feb 25 21:40:38.204 INFO O| Feb 25 21:40:38.203 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792026-02-25T21:40:38.403Z[ recovery-image] Feb 25 21:40:38.220 INFO O| Feb 25 21:40:38.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58802026-02-25T21:40:38.403Z[ recovery-image] Feb 25 21:40:38.221 INFO O| Feb 25 21:40:38.221 INFO STEP 162 (remove_files) COMPLETE
58812026-02-25T21:40:38.403Z[ recovery-image] Feb 25 21:40:38.221 INFO O| Feb 25 21:40:38.221 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822026-02-25T21:40:38.429Z[ recovery-image] Feb 25 21:40:38.237 INFO O| Feb 25 21:40:38.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58832026-02-25T21:40:38.429Z[ recovery-image] Feb 25 21:40:38.237 INFO O| Feb 25 21:40:38.237 INFO STEP 163 (remove_files) COMPLETE
58842026-02-25T21:40:38.429Z[ recovery-image] Feb 25 21:40:38.237 INFO O| Feb 25 21:40:38.237 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852026-02-25T21:40:38.454Z[ recovery-image] Feb 25 21:40:38.258 INFO O| Feb 25 21:40:38.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58862026-02-25T21:40:38.454Z[ recovery-image] Feb 25 21:40:38.258 INFO O| Feb 25 21:40:38.258 INFO STEP 164 (remove_files) COMPLETE
58872026-02-25T21:40:38.454Z[ recovery-image] Feb 25 21:40:38.258 INFO O| Feb 25 21:40:38.258 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882026-02-25T21:40:38.480Z[ recovery-image] Feb 25 21:40:38.279 INFO O| Feb 25 21:40:38.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58892026-02-25T21:40:38.480Z[ recovery-image] Feb 25 21:40:38.280 INFO O| Feb 25 21:40:38.280 INFO STEP 165 (remove_files) COMPLETE
58902026-02-25T21:40:38.480Z[ recovery-image] Feb 25 21:40:38.280 INFO O| Feb 25 21:40:38.280 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912026-02-25T21:40:38.480Z[ recovery-image] Feb 25 21:40:38.298 INFO O| Feb 25 21:40:38.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58922026-02-25T21:40:38.480Z[ recovery-image] Feb 25 21:40:38.298 INFO O| Feb 25 21:40:38.297 INFO STEP 166 (remove_files) COMPLETE
58932026-02-25T21:40:38.480Z[ recovery-image] Feb 25 21:40:38.298 INFO O| Feb 25 21:40:38.298 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942026-02-25T21:40:38.504Z[ recovery-image] Feb 25 21:40:38.318 INFO O| Feb 25 21:40:38.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58952026-02-25T21:40:38.504Z[ recovery-image] Feb 25 21:40:38.318 INFO O| Feb 25 21:40:38.318 INFO STEP 167 (remove_files) COMPLETE
58962026-02-25T21:40:38.504Z[ recovery-image] Feb 25 21:40:38.318 INFO O| Feb 25 21:40:38.318 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972026-02-25T21:40:38.529Z[ recovery-image] Feb 25 21:40:38.344 INFO O| Feb 25 21:40:38.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58982026-02-25T21:40:38.530Z[ recovery-image] Feb 25 21:40:38.344 INFO O| Feb 25 21:40:38.344 INFO STEP 168 (remove_files) COMPLETE
58992026-02-25T21:40:38.530Z[ recovery-image] Feb 25 21:40:38.344 INFO O| Feb 25 21:40:38.344 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002026-02-25T21:40:38.554Z[ recovery-image] Feb 25 21:40:38.368 INFO O| Feb 25 21:40:38.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
59012026-02-25T21:40:38.555Z[ recovery-image] Feb 25 21:40:38.372 INFO O| Feb 25 21:40:38.368 INFO STEP 169 (remove_files) COMPLETE
59022026-02-25T21:40:38.555Z[ recovery-image] Feb 25 21:40:38.372 INFO O| Feb 25 21:40:38.368 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032026-02-25T21:40:38.580Z[ recovery-image] Feb 25 21:40:38.397 INFO O| Feb 25 21:40:38.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
59042026-02-25T21:40:38.580Z[ recovery-image] Feb 25 21:40:38.397 INFO O| Feb 25 21:40:38.396 INFO STEP 170 (remove_files) COMPLETE
59052026-02-25T21:40:38.580Z[ recovery-image] Feb 25 21:40:38.397 INFO O| Feb 25 21:40:38.396 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062026-02-25T21:40:38.605Z[ recovery-image] Feb 25 21:40:38.422 INFO O| Feb 25 21:40:38.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
59072026-02-25T21:40:38.605Z[ recovery-image] Feb 25 21:40:38.423 INFO O| Feb 25 21:40:38.423 INFO STEP 171 (remove_files) COMPLETE
59082026-02-25T21:40:38.605Z[ recovery-image] Feb 25 21:40:38.423 INFO O| Feb 25 21:40:38.423 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092026-02-25T21:40:38.630Z[ recovery-image] Feb 25 21:40:38.440 INFO O| Feb 25 21:40:38.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
59102026-02-25T21:40:38.630Z[ recovery-image] Feb 25 21:40:38.441 INFO O| Feb 25 21:40:38.440 INFO STEP 172 (remove_files) COMPLETE
59112026-02-25T21:40:38.630Z[ recovery-image] Feb 25 21:40:38.441 INFO O| Feb 25 21:40:38.441 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122026-02-25T21:40:38.655Z[ recovery-image] Feb 25 21:40:38.465 INFO O| Feb 25 21:40:38.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
59132026-02-25T21:40:38.655Z[ recovery-image] Feb 25 21:40:38.465 INFO O| Feb 25 21:40:38.465 INFO STEP 173 (remove_files) COMPLETE
59142026-02-25T21:40:38.655Z[ recovery-image] Feb 25 21:40:38.465 INFO O| Feb 25 21:40:38.465 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152026-02-25T21:40:38.679Z[ recovery-image] Feb 25 21:40:38.491 INFO O| Feb 25 21:40:38.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
59162026-02-25T21:40:38.679Z[ recovery-image] Feb 25 21:40:38.492 INFO O| Feb 25 21:40:38.492 INFO STEP 174 (remove_files) COMPLETE
59172026-02-25T21:40:38.679Z[ recovery-image] Feb 25 21:40:38.492 INFO O| Feb 25 21:40:38.492 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182026-02-25T21:40:38.704Z[ recovery-image] Feb 25 21:40:38.520 INFO O| Feb 25 21:40:38.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
59192026-02-25T21:40:38.705Z[ recovery-image] Feb 25 21:40:38.520 INFO O| Feb 25 21:40:38.520 INFO STEP 175 (remove_files) COMPLETE
59202026-02-25T21:40:38.705Z[ recovery-image] Feb 25 21:40:38.520 INFO O| Feb 25 21:40:38.520 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212026-02-25T21:40:38.730Z[ recovery-image] Feb 25 21:40:38.542 INFO O| Feb 25 21:40:38.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
59222026-02-25T21:40:38.730Z[ recovery-image] Feb 25 21:40:38.542 INFO O| Feb 25 21:40:38.540 INFO STEP 176 (remove_files) COMPLETE
59232026-02-25T21:40:38.730Z[ recovery-image] Feb 25 21:40:38.542 INFO O| Feb 25 21:40:38.540 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242026-02-25T21:40:38.756Z[ recovery-image] Feb 25 21:40:38.562 INFO O| Feb 25 21:40:38.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
59252026-02-25T21:40:38.756Z[ recovery-image] Feb 25 21:40:38.563 INFO O| Feb 25 21:40:38.562 INFO STEP 177 (remove_files) COMPLETE
59262026-02-25T21:40:38.756Z[ recovery-image] Feb 25 21:40:38.563 INFO O| Feb 25 21:40:38.562 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272026-02-25T21:40:38.781Z[ recovery-image] Feb 25 21:40:38.583 INFO O| Feb 25 21:40:38.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
59282026-02-25T21:40:38.781Z[ recovery-image] Feb 25 21:40:38.583 INFO O| Feb 25 21:40:38.582 INFO STEP 178 (remove_files) COMPLETE
59292026-02-25T21:40:38.781Z[ recovery-image] Feb 25 21:40:38.583 INFO O| Feb 25 21:40:38.582 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302026-02-25T21:40:38.782Z[ recovery-image] Feb 25 21:40:38.600 INFO O| Feb 25 21:40:38.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
59312026-02-25T21:40:38.782Z[ recovery-image] Feb 25 21:40:38.601 INFO O| Feb 25 21:40:38.600 INFO STEP 179 (remove_files) COMPLETE
59322026-02-25T21:40:38.782Z[ recovery-image] Feb 25 21:40:38.601 INFO O| Feb 25 21:40:38.601 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332026-02-25T21:40:38.807Z[ recovery-image] Feb 25 21:40:38.620 INFO O| Feb 25 21:40:38.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
59342026-02-25T21:40:38.807Z[ recovery-image] Feb 25 21:40:38.620 INFO O| Feb 25 21:40:38.620 INFO STEP 180 (remove_files) COMPLETE
59352026-02-25T21:40:38.807Z[ recovery-image] Feb 25 21:40:38.620 INFO O| Feb 25 21:40:38.620 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362026-02-25T21:40:38.832Z[ recovery-image] Feb 25 21:40:38.641 INFO O| Feb 25 21:40:38.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
59372026-02-25T21:40:38.832Z[ recovery-image] Feb 25 21:40:38.642 INFO O| Feb 25 21:40:38.641 INFO STEP 181 (remove_files) COMPLETE
59382026-02-25T21:40:38.832Z[ recovery-image] Feb 25 21:40:38.642 INFO O| Feb 25 21:40:38.641 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392026-02-25T21:40:38.857Z[ recovery-image] Feb 25 21:40:38.661 INFO O| Feb 25 21:40:38.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
59402026-02-25T21:40:38.857Z[ recovery-image] Feb 25 21:40:38.661 INFO O| Feb 25 21:40:38.661 INFO STEP 182 (remove_files) COMPLETE
59412026-02-25T21:40:38.857Z[ recovery-image] Feb 25 21:40:38.661 INFO O| Feb 25 21:40:38.661 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422026-02-25T21:40:38.857Z[ recovery-image] Feb 25 21:40:38.677 INFO O| Feb 25 21:40:38.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
59432026-02-25T21:40:38.857Z[ recovery-image] Feb 25 21:40:38.677 INFO O| Feb 25 21:40:38.677 INFO STEP 183 (remove_files) COMPLETE
59442026-02-25T21:40:38.857Z[ recovery-image] Feb 25 21:40:38.677 INFO O| Feb 25 21:40:38.677 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452026-02-25T21:40:38.882Z[ recovery-image] Feb 25 21:40:38.697 INFO O| Feb 25 21:40:38.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
59462026-02-25T21:40:38.882Z[ recovery-image] Feb 25 21:40:38.697 INFO O| Feb 25 21:40:38.697 INFO STEP 184 (remove_files) COMPLETE
59472026-02-25T21:40:38.882Z[ recovery-image] Feb 25 21:40:38.697 INFO O| Feb 25 21:40:38.697 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482026-02-25T21:40:38.907Z[ recovery-image] Feb 25 21:40:38.718 INFO O| Feb 25 21:40:38.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
59492026-02-25T21:40:38.907Z[ recovery-image] Feb 25 21:40:38.718 INFO O| Feb 25 21:40:38.718 INFO STEP 185 (remove_files) COMPLETE
59502026-02-25T21:40:38.907Z[ recovery-image] Feb 25 21:40:38.718 INFO O| Feb 25 21:40:38.718 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512026-02-25T21:40:38.932Z[ recovery-image] Feb 25 21:40:38.740 INFO O| Feb 25 21:40:38.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
59522026-02-25T21:40:38.932Z[ recovery-image] Feb 25 21:40:38.740 INFO O| Feb 25 21:40:38.740 INFO STEP 186 (remove_files) COMPLETE
59532026-02-25T21:40:38.932Z[ recovery-image] Feb 25 21:40:38.740 INFO O| Feb 25 21:40:38.740 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542026-02-25T21:40:38.958Z[ recovery-image] Feb 25 21:40:38.758 INFO O| Feb 25 21:40:38.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
59552026-02-25T21:40:38.958Z[ recovery-image] Feb 25 21:40:38.758 INFO O| Feb 25 21:40:38.758 INFO STEP 187 (remove_files) COMPLETE
59562026-02-25T21:40:38.958Z[ recovery-image] Feb 25 21:40:38.758 INFO O| Feb 25 21:40:38.758 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572026-02-25T21:40:38.982Z[ recovery-image] Feb 25 21:40:38.785 INFO O| Feb 25 21:40:38.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
59582026-02-25T21:40:38.984Z[ recovery-image] Feb 25 21:40:38.785 INFO O| Feb 25 21:40:38.784 INFO STEP 188 (remove_files) COMPLETE
59592026-02-25T21:40:38.984Z[ recovery-image] Feb 25 21:40:38.785 INFO O| Feb 25 21:40:38.784 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602026-02-25T21:40:39.009Z[ recovery-image] Feb 25 21:40:38.810 INFO O| Feb 25 21:40:38.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59612026-02-25T21:40:39.009Z[ recovery-image] Feb 25 21:40:38.810 INFO O| Feb 25 21:40:38.810 INFO STEP 189 (remove_files) COMPLETE
59622026-02-25T21:40:39.009Z[ recovery-image] Feb 25 21:40:38.810 INFO O| Feb 25 21:40:38.810 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632026-02-25T21:40:39.034Z[ recovery-image] Feb 25 21:40:38.837 INFO O| Feb 25 21:40:38.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59642026-02-25T21:40:39.034Z[ recovery-image] Feb 25 21:40:38.838 INFO O| Feb 25 21:40:38.837 INFO STEP 190 (remove_files) COMPLETE
59652026-02-25T21:40:39.034Z[ recovery-image] Feb 25 21:40:38.838 INFO O| Feb 25 21:40:38.837 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662026-02-25T21:40:39.034Z[ recovery-image] Feb 25 21:40:38.855 INFO O| Feb 25 21:40:38.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59672026-02-25T21:40:39.034Z[ recovery-image] Feb 25 21:40:38.855 INFO O| Feb 25 21:40:38.855 INFO STEP 191 (remove_files) COMPLETE
59682026-02-25T21:40:39.034Z[ recovery-image] Feb 25 21:40:38.855 INFO O| Feb 25 21:40:38.855 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692026-02-25T21:40:39.058Z[ recovery-image] Feb 25 21:40:38.869 INFO O| Feb 25 21:40:38.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59702026-02-25T21:40:39.058Z[ recovery-image] Feb 25 21:40:38.869 INFO O| Feb 25 21:40:38.869 INFO STEP 192 (remove_files) COMPLETE
59712026-02-25T21:40:39.059Z[ recovery-image] Feb 25 21:40:38.869 INFO O| Feb 25 21:40:38.869 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722026-02-25T21:40:39.083Z[ recovery-image] Feb 25 21:40:38.894 INFO O| Feb 25 21:40:38.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59732026-02-25T21:40:39.083Z[ recovery-image] Feb 25 21:40:38.894 INFO O| Feb 25 21:40:38.894 INFO STEP 193 (remove_files) COMPLETE
59742026-02-25T21:40:39.084Z[ recovery-image] Feb 25 21:40:38.894 INFO O| Feb 25 21:40:38.894 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752026-02-25T21:40:39.108Z[ recovery-image] Feb 25 21:40:38.916 INFO O| Feb 25 21:40:38.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59762026-02-25T21:40:39.108Z[ recovery-image] Feb 25 21:40:38.916 INFO O| Feb 25 21:40:38.916 INFO STEP 194 (remove_files) COMPLETE
59772026-02-25T21:40:39.108Z[ recovery-image] Feb 25 21:40:38.916 INFO O| Feb 25 21:40:38.916 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782026-02-25T21:40:39.133Z[ recovery-image] Feb 25 21:40:38.939 INFO O| Feb 25 21:40:38.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59792026-02-25T21:40:39.133Z[ recovery-image] Feb 25 21:40:38.939 INFO O| Feb 25 21:40:38.939 INFO STEP 195 (remove_files) COMPLETE
59802026-02-25T21:40:39.133Z[ recovery-image] Feb 25 21:40:38.939 INFO O| Feb 25 21:40:38.939 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812026-02-25T21:40:39.157Z[ recovery-image] Feb 25 21:40:38.960 INFO O| Feb 25 21:40:38.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59822026-02-25T21:40:39.157Z[ recovery-image] Feb 25 21:40:38.961 INFO O| Feb 25 21:40:38.960 INFO STEP 196 (remove_files) COMPLETE
59832026-02-25T21:40:39.158Z[ recovery-image] Feb 25 21:40:38.961 INFO O| Feb 25 21:40:38.960 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842026-02-25T21:40:39.183Z[ recovery-image] Feb 25 21:40:38.983 INFO O| Feb 25 21:40:38.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59852026-02-25T21:40:39.183Z[ recovery-image] Feb 25 21:40:38.983 INFO O| Feb 25 21:40:38.983 INFO STEP 197 (remove_files) COMPLETE
59862026-02-25T21:40:39.183Z[ recovery-image] Feb 25 21:40:38.983 INFO O| Feb 25 21:40:38.983 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872026-02-25T21:40:39.183Z[ recovery-image] Feb 25 21:40:39.004 INFO O| Feb 25 21:40:39.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59882026-02-25T21:40:39.183Z[ recovery-image] Feb 25 21:40:39.004 INFO O| Feb 25 21:40:39.004 INFO STEP 198 (remove_files) COMPLETE
59892026-02-25T21:40:39.183Z[ recovery-image] Feb 25 21:40:39.004 INFO O| Feb 25 21:40:39.004 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902026-02-25T21:40:39.208Z[ recovery-image] Feb 25 21:40:39.026 INFO O| Feb 25 21:40:39.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59912026-02-25T21:40:39.208Z[ recovery-image] Feb 25 21:40:39.026 INFO O| Feb 25 21:40:39.026 INFO STEP 199 (remove_files) COMPLETE
59922026-02-25T21:40:39.208Z[ recovery-image] Feb 25 21:40:39.026 INFO O| Feb 25 21:40:39.026 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932026-02-25T21:40:39.233Z[ recovery-image] Feb 25 21:40:39.048 INFO O| Feb 25 21:40:39.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59942026-02-25T21:40:39.233Z[ recovery-image] Feb 25 21:40:39.049 INFO O| Feb 25 21:40:39.049 INFO STEP 200 (remove_files) COMPLETE
59952026-02-25T21:40:39.233Z[ recovery-image] Feb 25 21:40:39.049 INFO O| Feb 25 21:40:39.049 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962026-02-25T21:40:39.257Z[ recovery-image] Feb 25 21:40:39.071 INFO O| Feb 25 21:40:39.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59972026-02-25T21:40:39.257Z[ recovery-image] Feb 25 21:40:39.071 INFO O| Feb 25 21:40:39.071 INFO STEP 201 (remove_files) COMPLETE
59982026-02-25T21:40:39.258Z[ recovery-image] Feb 25 21:40:39.071 INFO O| Feb 25 21:40:39.071 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992026-02-25T21:40:39.283Z[ recovery-image] Feb 25 21:40:39.089 INFO O| Feb 25 21:40:39.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
60002026-02-25T21:40:39.283Z[ recovery-image] Feb 25 21:40:39.089 INFO O| Feb 25 21:40:39.089 INFO STEP 202 (remove_files) COMPLETE
60012026-02-25T21:40:39.283Z[ recovery-image] Feb 25 21:40:39.089 INFO O| Feb 25 21:40:39.089 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022026-02-25T21:40:39.309Z[ recovery-image] Feb 25 21:40:39.110 INFO O| Feb 25 21:40:39.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
60032026-02-25T21:40:39.309Z[ recovery-image] Feb 25 21:40:39.110 INFO O| Feb 25 21:40:39.110 INFO STEP 203 (remove_files) COMPLETE
60042026-02-25T21:40:39.309Z[ recovery-image] Feb 25 21:40:39.110 INFO O| Feb 25 21:40:39.110 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052026-02-25T21:40:39.334Z[ recovery-image] Feb 25 21:40:39.133 INFO O| Feb 25 21:40:39.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
60062026-02-25T21:40:39.334Z[ recovery-image] Feb 25 21:40:39.133 INFO O| Feb 25 21:40:39.132 INFO STEP 204 (remove_files) COMPLETE
60072026-02-25T21:40:39.334Z[ recovery-image] Feb 25 21:40:39.133 INFO O| Feb 25 21:40:39.132 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082026-02-25T21:40:39.360Z[ recovery-image] Feb 25 21:40:39.165 INFO O| Feb 25 21:40:39.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
60092026-02-25T21:40:39.360Z[ recovery-image] Feb 25 21:40:39.165 INFO O| Feb 25 21:40:39.164 INFO STEP 205 (remove_files) COMPLETE
60102026-02-25T21:40:39.360Z[ recovery-image] Feb 25 21:40:39.165 INFO O| Feb 25 21:40:39.164 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112026-02-25T21:40:39.385Z[ recovery-image] Feb 25 21:40:39.186 INFO O| Feb 25 21:40:39.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
60122026-02-25T21:40:39.385Z[ recovery-image] Feb 25 21:40:39.187 INFO O| Feb 25 21:40:39.187 INFO STEP 206 (remove_files) COMPLETE
60132026-02-25T21:40:39.385Z[ recovery-image] Feb 25 21:40:39.187 INFO O| Feb 25 21:40:39.187 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142026-02-25T21:40:39.385Z[ recovery-image] Feb 25 21:40:39.206 INFO O| Feb 25 21:40:39.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
60152026-02-25T21:40:39.385Z[ recovery-image] Feb 25 21:40:39.206 INFO O| Feb 25 21:40:39.206 INFO STEP 207 (remove_files) COMPLETE
60162026-02-25T21:40:39.385Z[ recovery-image] Feb 25 21:40:39.206 INFO O| Feb 25 21:40:39.206 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172026-02-25T21:40:39.412Z[ recovery-image] Feb 25 21:40:39.235 INFO O| Feb 25 21:40:39.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
60182026-02-25T21:40:39.412Z[ recovery-image] Feb 25 21:40:39.235 INFO O| Feb 25 21:40:39.235 INFO STEP 208 (remove_files) COMPLETE
60192026-02-25T21:40:39.414Z[ recovery-image] Feb 25 21:40:39.235 INFO O| Feb 25 21:40:39.235 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202026-02-25T21:40:39.440Z[ recovery-image] Feb 25 21:40:39.260 INFO O| Feb 25 21:40:39.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
60212026-02-25T21:40:39.440Z[ recovery-image] Feb 25 21:40:39.260 INFO O| Feb 25 21:40:39.260 INFO STEP 209 (remove_files) COMPLETE
60222026-02-25T21:40:39.440Z[ recovery-image] Feb 25 21:40:39.260 INFO O| Feb 25 21:40:39.260 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232026-02-25T21:40:39.466Z[ recovery-image] Feb 25 21:40:39.278 INFO O| Feb 25 21:40:39.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
60242026-02-25T21:40:39.466Z[ recovery-image] Feb 25 21:40:39.278 INFO O| Feb 25 21:40:39.278 INFO STEP 210 (remove_files) COMPLETE
60252026-02-25T21:40:39.491Z[ recovery-image] Feb 25 21:40:39.278 INFO O| Feb 25 21:40:39.278 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262026-02-25T21:40:39.491Z[ recovery-image] Feb 25 21:40:39.308 INFO O| Feb 25 21:40:39.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
60272026-02-25T21:40:39.491Z[ recovery-image] Feb 25 21:40:39.308 INFO O| Feb 25 21:40:39.308 INFO STEP 211 (remove_files) COMPLETE
60282026-02-25T21:40:39.491Z[ recovery-image] Feb 25 21:40:39.308 INFO O| Feb 25 21:40:39.308 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292026-02-25T21:40:39.516Z[ recovery-image] Feb 25 21:40:39.328 INFO O| Feb 25 21:40:39.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
60302026-02-25T21:40:39.516Z[ recovery-image] Feb 25 21:40:39.328 INFO O| Feb 25 21:40:39.328 INFO STEP 212 (remove_files) COMPLETE
60312026-02-25T21:40:39.516Z[ recovery-image] Feb 25 21:40:39.328 INFO O| Feb 25 21:40:39.328 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322026-02-25T21:40:39.542Z[ recovery-image] Feb 25 21:40:39.350 INFO O| Feb 25 21:40:39.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
60332026-02-25T21:40:39.542Z[ recovery-image] Feb 25 21:40:39.350 INFO O| Feb 25 21:40:39.350 INFO STEP 213 (remove_files) COMPLETE
60342026-02-25T21:40:39.542Z[ recovery-image] Feb 25 21:40:39.350 INFO O| Feb 25 21:40:39.350 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352026-02-25T21:40:39.567Z[ recovery-image] Feb 25 21:40:39.370 INFO O| Feb 25 21:40:39.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
60362026-02-25T21:40:39.567Z[ recovery-image] Feb 25 21:40:39.371 INFO O| Feb 25 21:40:39.371 INFO STEP 214 (remove_files) COMPLETE
60372026-02-25T21:40:39.567Z[ recovery-image] Feb 25 21:40:39.371 INFO O| Feb 25 21:40:39.371 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382026-02-25T21:40:39.567Z[ recovery-image] Feb 25 21:40:39.387 INFO O| Feb 25 21:40:39.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
60392026-02-25T21:40:39.567Z[ recovery-image] Feb 25 21:40:39.388 INFO O| Feb 25 21:40:39.387 INFO STEP 215 (remove_files) COMPLETE
60402026-02-25T21:40:39.567Z[ recovery-image] Feb 25 21:40:39.388 INFO O| Feb 25 21:40:39.387 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412026-02-25T21:40:39.591Z[ recovery-image] Feb 25 21:40:39.409 INFO O| Feb 25 21:40:39.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
60422026-02-25T21:40:39.592Z[ recovery-image] Feb 25 21:40:39.410 INFO O| Feb 25 21:40:39.409 INFO STEP 216 (remove_files) COMPLETE
60432026-02-25T21:40:39.592Z[ recovery-image] Feb 25 21:40:39.410 INFO O| Feb 25 21:40:39.410 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442026-02-25T21:40:39.659Z[ recovery-image] Feb 25 21:40:39.478 INFO O| Feb 25 21:40:39.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
60452026-02-25T21:40:39.659Z[ recovery-image] Feb 25 21:40:39.479 INFO O| Feb 25 21:40:39.477 INFO STEP 217 (remove_files) COMPLETE
60462026-02-25T21:40:39.659Z[ recovery-image] Feb 25 21:40:39.479 INFO O| Feb 25 21:40:39.477 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472026-02-25T21:40:39.684Z[ recovery-image] Feb 25 21:40:39.497 INFO O| Feb 25 21:40:39.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
60482026-02-25T21:40:39.684Z[ recovery-image] Feb 25 21:40:39.498 INFO O| Feb 25 21:40:39.497 INFO STEP 218 (remove_files) COMPLETE
60492026-02-25T21:40:39.684Z[ recovery-image] Feb 25 21:40:39.498 INFO O| Feb 25 21:40:39.497 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502026-02-25T21:40:39.710Z[ recovery-image] Feb 25 21:40:39.516 INFO O| Feb 25 21:40:39.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
60512026-02-25T21:40:39.710Z[ recovery-image] Feb 25 21:40:39.516 INFO O| Feb 25 21:40:39.516 INFO STEP 219 (remove_files) COMPLETE
60522026-02-25T21:40:39.710Z[ recovery-image] Feb 25 21:40:39.516 INFO O| Feb 25 21:40:39.516 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532026-02-25T21:40:39.710Z[ recovery-image] Feb 25 21:40:39.530 INFO O| Feb 25 21:40:39.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
60542026-02-25T21:40:39.710Z[ recovery-image] Feb 25 21:40:39.530 INFO O| Feb 25 21:40:39.530 INFO STEP 220 (remove_files) COMPLETE
60552026-02-25T21:40:39.710Z[ recovery-image] Feb 25 21:40:39.530 INFO O| Feb 25 21:40:39.530 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562026-02-25T21:40:39.735Z[ recovery-image] Feb 25 21:40:39.550 INFO O| Feb 25 21:40:39.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60572026-02-25T21:40:39.735Z[ recovery-image] Feb 25 21:40:39.551 INFO O| Feb 25 21:40:39.551 INFO STEP 221 (remove_files) COMPLETE
60582026-02-25T21:40:39.735Z[ recovery-image] Feb 25 21:40:39.551 INFO O| Feb 25 21:40:39.551 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592026-02-25T21:40:39.820Z[ recovery-image] Feb 25 21:40:39.569 INFO O| Feb 25 21:40:39.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60602026-02-25T21:40:39.820Z[ recovery-image] Feb 25 21:40:39.569 INFO O| Feb 25 21:40:39.569 INFO STEP 222 (remove_files) COMPLETE
60612026-02-25T21:40:39.820Z[ recovery-image] Feb 25 21:40:39.569 INFO O| Feb 25 21:40:39.569 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622026-02-25T21:40:39.821Z[ recovery-image] Feb 25 21:40:39.588 INFO O| Feb 25 21:40:39.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60632026-02-25T21:40:39.821Z[ recovery-image] Feb 25 21:40:39.588 INFO O| Feb 25 21:40:39.588 INFO STEP 223 (remove_files) COMPLETE
60642026-02-25T21:40:39.821Z[ recovery-image] Feb 25 21:40:39.588 INFO O| Feb 25 21:40:39.588 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652026-02-25T21:40:39.821Z[ recovery-image] Feb 25 21:40:39.605 INFO O| Feb 25 21:40:39.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60662026-02-25T21:40:39.821Z[ recovery-image] Feb 25 21:40:39.605 INFO O| Feb 25 21:40:39.605 INFO STEP 224 (remove_files) COMPLETE
60672026-02-25T21:40:39.821Z[ recovery-image] Feb 25 21:40:39.605 INFO O| Feb 25 21:40:39.605 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682026-02-25T21:40:39.821Z[ recovery-image] Feb 25 21:40:39.625 INFO O| Feb 25 21:40:39.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60692026-02-25T21:40:39.821Z[ recovery-image] Feb 25 21:40:39.625 INFO O| Feb 25 21:40:39.625 INFO STEP 225 (remove_files) COMPLETE
60702026-02-25T21:40:39.821Z[ recovery-image] Feb 25 21:40:39.625 INFO O| Feb 25 21:40:39.625 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712026-02-25T21:40:39.846Z[ recovery-image] Feb 25 21:40:39.647 INFO O| Feb 25 21:40:39.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60722026-02-25T21:40:39.846Z[ recovery-image] Feb 25 21:40:39.647 INFO O| Feb 25 21:40:39.647 INFO STEP 226 (remove_files) COMPLETE
60732026-02-25T21:40:39.846Z[ recovery-image] Feb 25 21:40:39.647 INFO O| Feb 25 21:40:39.647 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742026-02-25T21:40:39.846Z[ recovery-image] Feb 25 21:40:39.663 INFO O| Feb 25 21:40:39.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60752026-02-25T21:40:39.846Z[ recovery-image] Feb 25 21:40:39.663 INFO O| Feb 25 21:40:39.663 INFO STEP 227 (remove_files) COMPLETE
60762026-02-25T21:40:39.846Z[ recovery-image] Feb 25 21:40:39.663 INFO O| Feb 25 21:40:39.663 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772026-02-25T21:40:39.871Z[ recovery-image] Feb 25 21:40:39.681 INFO O| Feb 25 21:40:39.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60782026-02-25T21:40:39.871Z[ recovery-image] Feb 25 21:40:39.681 INFO O| Feb 25 21:40:39.681 INFO STEP 228 (remove_files) COMPLETE
60792026-02-25T21:40:39.871Z[ recovery-image] Feb 25 21:40:39.681 INFO O| Feb 25 21:40:39.681 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802026-02-25T21:40:39.897Z[ recovery-image] Feb 25 21:40:39.696 INFO O| Feb 25 21:40:39.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60812026-02-25T21:40:39.897Z[ recovery-image] Feb 25 21:40:39.696 INFO O| Feb 25 21:40:39.695 INFO STEP 229 (remove_files) COMPLETE
60822026-02-25T21:40:39.897Z[ recovery-image] Feb 25 21:40:39.696 INFO O| Feb 25 21:40:39.696 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832026-02-25T21:40:39.897Z[ recovery-image] Feb 25 21:40:39.716 INFO O| Feb 25 21:40:39.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60842026-02-25T21:40:39.897Z[ recovery-image] Feb 25 21:40:39.716 INFO O| Feb 25 21:40:39.716 INFO STEP 230 (remove_files) COMPLETE
60852026-02-25T21:40:39.897Z[ recovery-image] Feb 25 21:40:39.716 INFO O| Feb 25 21:40:39.716 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862026-02-25T21:40:39.923Z[ recovery-image] Feb 25 21:40:39.739 INFO O| Feb 25 21:40:39.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60872026-02-25T21:40:39.923Z[ recovery-image] Feb 25 21:40:39.739 INFO O| Feb 25 21:40:39.739 INFO STEP 231 (remove_files) COMPLETE
60882026-02-25T21:40:39.924Z[ recovery-image] Feb 25 21:40:39.739 INFO O| Feb 25 21:40:39.739 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892026-02-25T21:40:39.951Z[ recovery-image] Feb 25 21:40:39.760 INFO O| Feb 25 21:40:39.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60902026-02-25T21:40:39.951Z[ recovery-image] Feb 25 21:40:39.760 INFO O| Feb 25 21:40:39.760 INFO STEP 232 (remove_files) COMPLETE
60912026-02-25T21:40:39.951Z[ recovery-image] Feb 25 21:40:39.760 INFO O| Feb 25 21:40:39.760 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922026-02-25T21:40:39.976Z[ recovery-image] Feb 25 21:40:39.779 INFO O| Feb 25 21:40:39.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60932026-02-25T21:40:39.977Z[ recovery-image] Feb 25 21:40:39.779 INFO O| Feb 25 21:40:39.778 INFO STEP 233 (remove_files) COMPLETE
60942026-02-25T21:40:39.977Z[ recovery-image] Feb 25 21:40:39.779 INFO O| Feb 25 21:40:39.779 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952026-02-25T21:40:40.003Z[ recovery-image] Feb 25 21:40:39.803 INFO O| Feb 25 21:40:39.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60962026-02-25T21:40:40.003Z[ recovery-image] Feb 25 21:40:39.803 INFO O| Feb 25 21:40:39.803 INFO STEP 234 (remove_files) COMPLETE
60972026-02-25T21:40:40.003Z[ recovery-image] Feb 25 21:40:39.803 INFO O| Feb 25 21:40:39.803 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982026-02-25T21:40:40.003Z[ recovery-image] Feb 25 21:40:39.825 INFO O| Feb 25 21:40:39.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60992026-02-25T21:40:40.003Z[ recovery-image] Feb 25 21:40:39.825 INFO O| Feb 25 21:40:39.825 INFO STEP 235 (remove_files) COMPLETE
61002026-02-25T21:40:40.003Z[ recovery-image] Feb 25 21:40:39.825 INFO O| Feb 25 21:40:39.825 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012026-02-25T21:40:40.028Z[ recovery-image] Feb 25 21:40:39.846 INFO O| Feb 25 21:40:39.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
61022026-02-25T21:40:40.028Z[ recovery-image] Feb 25 21:40:39.846 INFO O| Feb 25 21:40:39.845 INFO STEP 236 (remove_files) COMPLETE
61032026-02-25T21:40:40.028Z[ recovery-image] Feb 25 21:40:39.846 INFO O| Feb 25 21:40:39.845 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042026-02-25T21:40:40.057Z[ recovery-image] Feb 25 21:40:39.869 INFO O| Feb 25 21:40:39.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
61052026-02-25T21:40:40.057Z[ recovery-image] Feb 25 21:40:39.870 INFO O| Feb 25 21:40:39.870 INFO STEP 237 (remove_files) COMPLETE
61062026-02-25T21:40:40.057Z[ recovery-image] Feb 25 21:40:39.870 INFO O| Feb 25 21:40:39.870 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072026-02-25T21:40:40.081Z[ recovery-image] Feb 25 21:40:39.893 INFO O| Feb 25 21:40:39.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
61082026-02-25T21:40:40.081Z[ recovery-image] Feb 25 21:40:39.893 INFO O| Feb 25 21:40:39.893 INFO STEP 238 (remove_files) COMPLETE
61092026-02-25T21:40:40.081Z[ recovery-image] Feb 25 21:40:39.893 INFO O| Feb 25 21:40:39.893 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102026-02-25T21:40:40.106Z[ recovery-image] Feb 25 21:40:39.919 INFO O| Feb 25 21:40:39.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
61112026-02-25T21:40:40.106Z[ recovery-image] Feb 25 21:40:39.919 INFO O| Feb 25 21:40:39.918 INFO STEP 239 (remove_files) COMPLETE
61122026-02-25T21:40:40.106Z[ recovery-image] Feb 25 21:40:39.919 INFO O| Feb 25 21:40:39.918 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132026-02-25T21:40:40.131Z[ recovery-image] Feb 25 21:40:39.943 INFO O| Feb 25 21:40:39.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
61142026-02-25T21:40:40.131Z[ recovery-image] Feb 25 21:40:39.943 INFO O| Feb 25 21:40:39.943 INFO STEP 240 (remove_files) COMPLETE
61152026-02-25T21:40:40.131Z[ recovery-image] Feb 25 21:40:39.943 INFO O| Feb 25 21:40:39.943 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162026-02-25T21:40:40.156Z[ recovery-image] Feb 25 21:40:39.966 INFO O| Feb 25 21:40:39.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
61172026-02-25T21:40:40.156Z[ recovery-image] Feb 25 21:40:39.966 INFO O| Feb 25 21:40:39.966 INFO STEP 241 (remove_files) COMPLETE
61182026-02-25T21:40:40.156Z[ recovery-image] Feb 25 21:40:39.966 INFO O| Feb 25 21:40:39.966 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192026-02-25T21:40:40.181Z[ recovery-image] Feb 25 21:40:39.985 INFO O| Feb 25 21:40:39.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
61202026-02-25T21:40:40.181Z[ recovery-image] Feb 25 21:40:39.985 INFO O| Feb 25 21:40:39.985 INFO STEP 242 (remove_files) COMPLETE
61212026-02-25T21:40:40.181Z[ recovery-image] Feb 25 21:40:39.985 INFO O| Feb 25 21:40:39.985 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222026-02-25T21:40:40.205Z[ recovery-image] Feb 25 21:40:40.005 INFO O| Feb 25 21:40:40.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
61232026-02-25T21:40:40.206Z[ recovery-image] Feb 25 21:40:40.005 INFO O| Feb 25 21:40:40.005 INFO STEP 243 (remove_files) COMPLETE
61242026-02-25T21:40:40.206Z[ recovery-image] Feb 25 21:40:40.005 INFO O| Feb 25 21:40:40.005 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252026-02-25T21:40:40.206Z[ recovery-image] Feb 25 21:40:40.024 INFO O| Feb 25 21:40:40.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
61262026-02-25T21:40:40.206Z[ recovery-image] Feb 25 21:40:40.024 INFO O| Feb 25 21:40:40.024 INFO STEP 244 (remove_files) COMPLETE
61272026-02-25T21:40:40.206Z[ recovery-image] Feb 25 21:40:40.024 INFO O| Feb 25 21:40:40.024 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282026-02-25T21:40:40.232Z[ recovery-image] Feb 25 21:40:40.048 INFO O| Feb 25 21:40:40.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
61292026-02-25T21:40:40.232Z[ recovery-image] Feb 25 21:40:40.048 INFO O| Feb 25 21:40:40.047 INFO STEP 245 (remove_files) COMPLETE
61302026-02-25T21:40:40.232Z[ recovery-image] Feb 25 21:40:40.048 INFO O| Feb 25 21:40:40.047 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312026-02-25T21:40:40.256Z[ recovery-image] Feb 25 21:40:40.074 INFO O| Feb 25 21:40:40.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
61322026-02-25T21:40:40.256Z[ recovery-image] Feb 25 21:40:40.074 INFO O| Feb 25 21:40:40.074 INFO STEP 246 (remove_files) COMPLETE
61332026-02-25T21:40:40.256Z[ recovery-image] Feb 25 21:40:40.074 INFO O| Feb 25 21:40:40.074 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342026-02-25T21:40:40.281Z[ recovery-image] Feb 25 21:40:40.102 INFO O| Feb 25 21:40:40.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
61352026-02-25T21:40:40.281Z[ recovery-image] Feb 25 21:40:40.102 INFO O| Feb 25 21:40:40.102 INFO STEP 247 (remove_files) COMPLETE
61362026-02-25T21:40:40.281Z[ recovery-image] Feb 25 21:40:40.102 INFO O| Feb 25 21:40:40.102 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372026-02-25T21:40:40.306Z[ recovery-image] Feb 25 21:40:40.122 INFO O| Feb 25 21:40:40.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
61382026-02-25T21:40:40.306Z[ recovery-image] Feb 25 21:40:40.123 INFO O| Feb 25 21:40:40.123 INFO STEP 248 (remove_files) COMPLETE
61392026-02-25T21:40:40.306Z[ recovery-image] Feb 25 21:40:40.123 INFO O| Feb 25 21:40:40.123 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402026-02-25T21:40:40.330Z[ recovery-image] Feb 25 21:40:40.146 INFO O| Feb 25 21:40:40.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
61412026-02-25T21:40:40.330Z[ recovery-image] Feb 25 21:40:40.147 INFO O| Feb 25 21:40:40.147 INFO STEP 249 (remove_files) COMPLETE
61422026-02-25T21:40:40.330Z[ recovery-image] Feb 25 21:40:40.147 INFO O| Feb 25 21:40:40.147 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432026-02-25T21:40:40.355Z[ recovery-image] Feb 25 21:40:40.165 INFO O| Feb 25 21:40:40.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
61442026-02-25T21:40:40.355Z[ recovery-image] Feb 25 21:40:40.166 INFO O| Feb 25 21:40:40.166 INFO STEP 250 (remove_files) COMPLETE
61452026-02-25T21:40:40.356Z[ recovery-image] Feb 25 21:40:40.166 INFO O| Feb 25 21:40:40.166 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462026-02-25T21:40:40.380Z[ recovery-image] Feb 25 21:40:40.183 INFO O| Feb 25 21:40:40.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
61472026-02-25T21:40:40.380Z[ recovery-image] Feb 25 21:40:40.183 INFO O| Feb 25 21:40:40.183 INFO STEP 251 (remove_files) COMPLETE
61482026-02-25T21:40:40.381Z[ recovery-image] Feb 25 21:40:40.183 INFO O| Feb 25 21:40:40.183 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492026-02-25T21:40:40.405Z[ recovery-image] Feb 25 21:40:40.204 INFO O| Feb 25 21:40:40.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
61502026-02-25T21:40:40.405Z[ recovery-image] Feb 25 21:40:40.204 INFO O| Feb 25 21:40:40.204 INFO STEP 252 (remove_files) COMPLETE
61512026-02-25T21:40:40.405Z[ recovery-image] Feb 25 21:40:40.204 INFO O| Feb 25 21:40:40.204 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522026-02-25T21:40:40.405Z[ recovery-image] Feb 25 21:40:40.223 INFO O| Feb 25 21:40:40.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
61532026-02-25T21:40:40.405Z[ recovery-image] Feb 25 21:40:40.224 INFO O| Feb 25 21:40:40.224 INFO STEP 253 (remove_files) COMPLETE
61542026-02-25T21:40:40.405Z[ recovery-image] Feb 25 21:40:40.224 INFO O| Feb 25 21:40:40.224 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552026-02-25T21:40:40.430Z[ recovery-image] Feb 25 21:40:40.247 INFO O| Feb 25 21:40:40.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61562026-02-25T21:40:40.430Z[ recovery-image] Feb 25 21:40:40.247 INFO O| Feb 25 21:40:40.247 INFO STEP 254 (remove_files) COMPLETE
61572026-02-25T21:40:40.430Z[ recovery-image] Feb 25 21:40:40.247 INFO O| Feb 25 21:40:40.247 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582026-02-25T21:40:40.455Z[ recovery-image] Feb 25 21:40:40.268 INFO O| Feb 25 21:40:40.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61592026-02-25T21:40:40.455Z[ recovery-image] Feb 25 21:40:40.268 INFO O| Feb 25 21:40:40.268 INFO STEP 255 (remove_files) COMPLETE
61602026-02-25T21:40:40.455Z[ recovery-image] Feb 25 21:40:40.268 INFO O| Feb 25 21:40:40.268 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612026-02-25T21:40:40.479Z[ recovery-image] Feb 25 21:40:40.286 INFO O| Feb 25 21:40:40.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61622026-02-25T21:40:40.479Z[ recovery-image] Feb 25 21:40:40.286 INFO O| Feb 25 21:40:40.286 INFO STEP 256 (remove_files) COMPLETE
61632026-02-25T21:40:40.479Z[ recovery-image] Feb 25 21:40:40.286 INFO O| Feb 25 21:40:40.286 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642026-02-25T21:40:40.503Z[ recovery-image] Feb 25 21:40:40.309 INFO O| Feb 25 21:40:40.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61652026-02-25T21:40:40.503Z[ recovery-image] Feb 25 21:40:40.309 INFO O| Feb 25 21:40:40.309 INFO STEP 257 (remove_files) COMPLETE
61662026-02-25T21:40:40.503Z[ recovery-image] Feb 25 21:40:40.309 INFO O| Feb 25 21:40:40.309 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672026-02-25T21:40:40.528Z[ recovery-image] Feb 25 21:40:40.333 INFO O| Feb 25 21:40:40.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61682026-02-25T21:40:40.528Z[ recovery-image] Feb 25 21:40:40.333 INFO O| Feb 25 21:40:40.333 INFO STEP 258 (remove_files) COMPLETE
61692026-02-25T21:40:40.528Z[ recovery-image] Feb 25 21:40:40.333 INFO O| Feb 25 21:40:40.333 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702026-02-25T21:40:40.552Z[ recovery-image] Feb 25 21:40:40.353 INFO O| Feb 25 21:40:40.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61712026-02-25T21:40:40.553Z[ recovery-image] Feb 25 21:40:40.353 INFO O| Feb 25 21:40:40.353 INFO STEP 259 (remove_files) COMPLETE
61722026-02-25T21:40:40.553Z[ recovery-image] Feb 25 21:40:40.353 INFO O| Feb 25 21:40:40.353 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732026-02-25T21:40:40.553Z[ recovery-image] Feb 25 21:40:40.372 INFO O| Feb 25 21:40:40.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61742026-02-25T21:40:40.553Z[ recovery-image] Feb 25 21:40:40.372 INFO O| Feb 25 21:40:40.372 INFO STEP 260 (remove_files) COMPLETE
61752026-02-25T21:40:40.553Z[ recovery-image] Feb 25 21:40:40.372 INFO O| Feb 25 21:40:40.372 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762026-02-25T21:40:40.578Z[ recovery-image] Feb 25 21:40:40.387 INFO O| Feb 25 21:40:40.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61772026-02-25T21:40:40.578Z[ recovery-image] Feb 25 21:40:40.387 INFO O| Feb 25 21:40:40.387 INFO STEP 261 (remove_files) COMPLETE
61782026-02-25T21:40:40.578Z[ recovery-image] Feb 25 21:40:40.387 INFO O| Feb 25 21:40:40.387 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792026-02-25T21:40:40.605Z[ recovery-image] Feb 25 21:40:40.405 INFO O| Feb 25 21:40:40.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61802026-02-25T21:40:40.605Z[ recovery-image] Feb 25 21:40:40.405 INFO O| Feb 25 21:40:40.405 INFO STEP 262 (remove_files) COMPLETE
61812026-02-25T21:40:40.605Z[ recovery-image] Feb 25 21:40:40.405 INFO O| Feb 25 21:40:40.405 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822026-02-25T21:40:40.630Z[ recovery-image] Feb 25 21:40:40.427 INFO O| Feb 25 21:40:40.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61832026-02-25T21:40:40.630Z[ recovery-image] Feb 25 21:40:40.427 INFO O| Feb 25 21:40:40.427 INFO STEP 263 (remove_files) COMPLETE
61842026-02-25T21:40:40.630Z[ recovery-image] Feb 25 21:40:40.427 INFO O| Feb 25 21:40:40.427 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852026-02-25T21:40:40.655Z[ recovery-image] Feb 25 21:40:40.450 INFO O| Feb 25 21:40:40.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61862026-02-25T21:40:40.655Z[ recovery-image] Feb 25 21:40:40.450 INFO O| Feb 25 21:40:40.449 INFO STEP 264 (remove_files) COMPLETE
61872026-02-25T21:40:40.655Z[ recovery-image] Feb 25 21:40:40.450 INFO O| Feb 25 21:40:40.450 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882026-02-25T21:40:40.655Z[ recovery-image] Feb 25 21:40:40.474 INFO O| Feb 25 21:40:40.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
61892026-02-25T21:40:40.655Z[ recovery-image] Feb 25 21:40:40.474 INFO O| Feb 25 21:40:40.474 INFO STEP 265 (remove_files) COMPLETE
61902026-02-25T21:40:40.655Z[ recovery-image] Feb 25 21:40:40.475 INFO O| Feb 25 21:40:40.474 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912026-02-25T21:40:40.680Z[ recovery-image] Feb 25 21:40:40.494 INFO O| Feb 25 21:40:40.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61922026-02-25T21:40:40.680Z[ recovery-image] Feb 25 21:40:40.494 INFO O| Feb 25 21:40:40.494 INFO STEP 266 (remove_files) COMPLETE
61932026-02-25T21:40:40.680Z[ recovery-image] Feb 25 21:40:40.494 INFO O| Feb 25 21:40:40.494 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942026-02-25T21:40:40.706Z[ recovery-image] Feb 25 21:40:40.511 INFO O| Feb 25 21:40:40.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61952026-02-25T21:40:40.706Z[ recovery-image] Feb 25 21:40:40.511 INFO O| Feb 25 21:40:40.511 INFO STEP 267 (remove_files) COMPLETE
61962026-02-25T21:40:40.706Z[ recovery-image] Feb 25 21:40:40.511 INFO O| Feb 25 21:40:40.511 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972026-02-25T21:40:40.706Z[ recovery-image] Feb 25 21:40:40.527 INFO O| Feb 25 21:40:40.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61982026-02-25T21:40:40.706Z[ recovery-image] Feb 25 21:40:40.527 INFO O| Feb 25 21:40:40.527 INFO STEP 268 (remove_files) COMPLETE
61992026-02-25T21:40:40.706Z[ recovery-image] Feb 25 21:40:40.527 INFO O| Feb 25 21:40:40.527 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002026-02-25T21:40:40.734Z[ recovery-image] Feb 25 21:40:40.553 INFO O| Feb 25 21:40:40.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
62012026-02-25T21:40:40.734Z[ recovery-image] Feb 25 21:40:40.553 INFO O| Feb 25 21:40:40.553 INFO STEP 269 (remove_files) COMPLETE
62022026-02-25T21:40:40.734Z[ recovery-image] Feb 25 21:40:40.554 INFO O| Feb 25 21:40:40.553 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032026-02-25T21:40:40.758Z[ recovery-image] Feb 25 21:40:40.578 INFO O| Feb 25 21:40:40.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
62042026-02-25T21:40:40.758Z[ recovery-image] Feb 25 21:40:40.578 INFO O| Feb 25 21:40:40.578 INFO STEP 270 (remove_files) COMPLETE
62052026-02-25T21:40:40.758Z[ recovery-image] Feb 25 21:40:40.578 INFO O| Feb 25 21:40:40.578 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062026-02-25T21:40:40.784Z[ recovery-image] Feb 25 21:40:40.600 INFO O| Feb 25 21:40:40.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
62072026-02-25T21:40:40.784Z[ recovery-image] Feb 25 21:40:40.600 INFO O| Feb 25 21:40:40.600 INFO STEP 271 (remove_files) COMPLETE
62082026-02-25T21:40:40.784Z[ recovery-image] Feb 25 21:40:40.601 INFO O| Feb 25 21:40:40.600 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092026-02-25T21:40:40.809Z[ recovery-image] Feb 25 21:40:40.624 INFO O| Feb 25 21:40:40.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
62102026-02-25T21:40:40.809Z[ recovery-image] Feb 25 21:40:40.624 INFO O| Feb 25 21:40:40.624 INFO STEP 272 (remove_files) COMPLETE
62112026-02-25T21:40:40.809Z[ recovery-image] Feb 25 21:40:40.624 INFO O| Feb 25 21:40:40.624 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122026-02-25T21:40:40.868Z[ recovery-image] Feb 25 21:40:40.645 INFO O| Feb 25 21:40:40.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
62132026-02-25T21:40:40.868Z[ recovery-image] Feb 25 21:40:40.645 INFO O| Feb 25 21:40:40.645 INFO STEP 273 (remove_files) COMPLETE
62142026-02-25T21:40:40.868Z[ recovery-image] Feb 25 21:40:40.645 INFO O| Feb 25 21:40:40.645 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152026-02-25T21:40:40.869Z[ recovery-image] Feb 25 21:40:40.665 INFO O| Feb 25 21:40:40.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
62162026-02-25T21:40:40.869Z[ recovery-image] Feb 25 21:40:40.665 INFO O| Feb 25 21:40:40.665 INFO STEP 274 (remove_files) COMPLETE
62172026-02-25T21:40:40.869Z[ recovery-image] Feb 25 21:40:40.665 INFO O| Feb 25 21:40:40.665 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182026-02-25T21:40:40.869Z[ recovery-image] Feb 25 21:40:40.683 INFO O| Feb 25 21:40:40.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
62192026-02-25T21:40:40.869Z[ recovery-image] Feb 25 21:40:40.683 INFO O| Feb 25 21:40:40.683 INFO STEP 275 (remove_files) COMPLETE
62202026-02-25T21:40:40.869Z[ recovery-image] Feb 25 21:40:40.683 INFO O| Feb 25 21:40:40.683 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212026-02-25T21:40:40.896Z[ recovery-image] Feb 25 21:40:40.705 INFO O| Feb 25 21:40:40.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
62222026-02-25T21:40:40.896Z[ recovery-image] Feb 25 21:40:40.705 INFO O| Feb 25 21:40:40.705 INFO STEP 276 (remove_files) COMPLETE
62232026-02-25T21:40:40.896Z[ recovery-image] Feb 25 21:40:40.705 INFO O| Feb 25 21:40:40.705 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242026-02-25T21:40:40.921Z[ recovery-image] Feb 25 21:40:40.726 INFO O| Feb 25 21:40:40.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
62252026-02-25T21:40:40.922Z[ recovery-image] Feb 25 21:40:40.726 INFO O| Feb 25 21:40:40.726 INFO STEP 277 (remove_files) COMPLETE
62262026-02-25T21:40:40.922Z[ recovery-image] Feb 25 21:40:40.726 INFO O| Feb 25 21:40:40.726 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272026-02-25T21:40:40.948Z[ recovery-image] Feb 25 21:40:40.752 INFO O| Feb 25 21:40:40.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
62282026-02-25T21:40:40.948Z[ recovery-image] Feb 25 21:40:40.752 INFO O| Feb 25 21:40:40.752 INFO STEP 278 (remove_files) COMPLETE
62292026-02-25T21:40:40.948Z[ recovery-image] Feb 25 21:40:40.752 INFO O| Feb 25 21:40:40.752 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302026-02-25T21:40:40.948Z[ recovery-image] Feb 25 21:40:40.770 INFO O| Feb 25 21:40:40.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
62312026-02-25T21:40:40.948Z[ recovery-image] Feb 25 21:40:40.771 INFO O| Feb 25 21:40:40.770 INFO STEP 279 (remove_files) COMPLETE
62322026-02-25T21:40:40.948Z[ recovery-image] Feb 25 21:40:40.771 INFO O| Feb 25 21:40:40.770 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332026-02-25T21:40:40.973Z[ recovery-image] Feb 25 21:40:40.789 INFO O| Feb 25 21:40:40.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
62342026-02-25T21:40:40.973Z[ recovery-image] Feb 25 21:40:40.789 INFO O| Feb 25 21:40:40.789 INFO STEP 280 (remove_files) COMPLETE
62352026-02-25T21:40:40.973Z[ recovery-image] Feb 25 21:40:40.789 INFO O| Feb 25 21:40:40.789 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362026-02-25T21:40:40.998Z[ recovery-image] Feb 25 21:40:40.804 INFO O| Feb 25 21:40:40.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
62372026-02-25T21:40:40.998Z[ recovery-image] Feb 25 21:40:40.805 INFO O| Feb 25 21:40:40.805 INFO STEP 281 (remove_files) COMPLETE
62382026-02-25T21:40:40.998Z[ recovery-image] Feb 25 21:40:40.805 INFO O| Feb 25 21:40:40.805 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392026-02-25T21:40:41.024Z[ recovery-image] Feb 25 21:40:40.823 INFO O| Feb 25 21:40:40.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
62402026-02-25T21:40:41.024Z[ recovery-image] Feb 25 21:40:40.823 INFO O| Feb 25 21:40:40.823 INFO STEP 282 (remove_files) COMPLETE
62412026-02-25T21:40:41.024Z[ recovery-image] Feb 25 21:40:40.823 INFO O| Feb 25 21:40:40.823 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422026-02-25T21:40:41.024Z[ recovery-image] Feb 25 21:40:40.841 INFO O| Feb 25 21:40:40.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
62432026-02-25T21:40:41.024Z[ recovery-image] Feb 25 21:40:40.841 INFO O| Feb 25 21:40:40.841 INFO STEP 283 (remove_files) COMPLETE
62442026-02-25T21:40:41.024Z[ recovery-image] Feb 25 21:40:40.841 INFO O| Feb 25 21:40:40.841 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452026-02-25T21:40:41.050Z[ recovery-image] Feb 25 21:40:40.860 INFO O| Feb 25 21:40:40.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
62462026-02-25T21:40:41.050Z[ recovery-image] Feb 25 21:40:40.860 INFO O| Feb 25 21:40:40.859 INFO STEP 284 (remove_files) COMPLETE
62472026-02-25T21:40:41.050Z[ recovery-image] Feb 25 21:40:40.860 INFO O| Feb 25 21:40:40.859 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482026-02-25T21:40:41.076Z[ recovery-image] Feb 25 21:40:40.878 INFO O| Feb 25 21:40:40.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
62492026-02-25T21:40:41.076Z[ recovery-image] Feb 25 21:40:40.878 INFO O| Feb 25 21:40:40.878 INFO STEP 285 (remove_files) COMPLETE
62502026-02-25T21:40:41.076Z[ recovery-image] Feb 25 21:40:40.878 INFO O| Feb 25 21:40:40.878 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512026-02-25T21:40:41.076Z[ recovery-image] Feb 25 21:40:40.897 INFO O| Feb 25 21:40:40.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
62522026-02-25T21:40:41.076Z[ recovery-image] Feb 25 21:40:40.898 INFO O| Feb 25 21:40:40.898 INFO STEP 286 (remove_files) COMPLETE
62532026-02-25T21:40:41.076Z[ recovery-image] Feb 25 21:40:40.898 INFO O| Feb 25 21:40:40.898 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542026-02-25T21:40:41.103Z[ recovery-image] Feb 25 21:40:40.918 INFO O| Feb 25 21:40:40.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62552026-02-25T21:40:41.103Z[ recovery-image] Feb 25 21:40:40.918 INFO O| Feb 25 21:40:40.918 INFO STEP 287 (remove_files) COMPLETE
62562026-02-25T21:40:41.103Z[ recovery-image] Feb 25 21:40:40.918 INFO O| Feb 25 21:40:40.918 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572026-02-25T21:40:41.130Z[ recovery-image] Feb 25 21:40:40.937 INFO O| Feb 25 21:40:40.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62582026-02-25T21:40:41.130Z[ recovery-image] Feb 25 21:40:40.937 INFO O| Feb 25 21:40:40.937 INFO STEP 288 (remove_files) COMPLETE
62592026-02-25T21:40:41.130Z[ recovery-image] Feb 25 21:40:40.937 INFO O| Feb 25 21:40:40.937 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602026-02-25T21:40:41.155Z[ recovery-image] Feb 25 21:40:40.960 INFO O| Feb 25 21:40:40.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62612026-02-25T21:40:41.155Z[ recovery-image] Feb 25 21:40:40.960 INFO O| Feb 25 21:40:40.960 INFO STEP 289 (remove_files) COMPLETE
62622026-02-25T21:40:41.155Z[ recovery-image] Feb 25 21:40:40.960 INFO O| Feb 25 21:40:40.960 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632026-02-25T21:40:41.181Z[ recovery-image] Feb 25 21:40:40.981 INFO O| Feb 25 21:40:40.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62642026-02-25T21:40:41.181Z[ recovery-image] Feb 25 21:40:40.981 INFO O| Feb 25 21:40:40.981 INFO STEP 290 (remove_files) COMPLETE
62652026-02-25T21:40:41.181Z[ recovery-image] Feb 25 21:40:40.981 INFO O| Feb 25 21:40:40.981 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662026-02-25T21:40:41.181Z[ recovery-image] Feb 25 21:40:41.002 INFO O| Feb 25 21:40:41.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62672026-02-25T21:40:41.182Z[ recovery-image] Feb 25 21:40:41.002 INFO O| Feb 25 21:40:41.002 INFO STEP 291 (remove_files) COMPLETE
62682026-02-25T21:40:41.182Z[ recovery-image] Feb 25 21:40:41.002 INFO O| Feb 25 21:40:41.002 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692026-02-25T21:40:41.207Z[ recovery-image] Feb 25 21:40:41.026 INFO O| Feb 25 21:40:41.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62702026-02-25T21:40:41.207Z[ recovery-image] Feb 25 21:40:41.027 INFO O| Feb 25 21:40:41.027 INFO STEP 292 (remove_files) COMPLETE
62712026-02-25T21:40:41.207Z[ recovery-image] Feb 25 21:40:41.027 INFO O| Feb 25 21:40:41.027 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722026-02-25T21:40:41.232Z[ recovery-image] Feb 25 21:40:41.045 INFO O| Feb 25 21:40:41.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62732026-02-25T21:40:41.232Z[ recovery-image] Feb 25 21:40:41.046 INFO O| Feb 25 21:40:41.046 INFO STEP 293 (remove_files) COMPLETE
62742026-02-25T21:40:41.232Z[ recovery-image] Feb 25 21:40:41.046 INFO O| Feb 25 21:40:41.046 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752026-02-25T21:40:41.258Z[ recovery-image] Feb 25 21:40:41.064 INFO O| Feb 25 21:40:41.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62762026-02-25T21:40:41.258Z[ recovery-image] Feb 25 21:40:41.065 INFO O| Feb 25 21:40:41.064 INFO STEP 294 (remove_files) COMPLETE
62772026-02-25T21:40:41.258Z[ recovery-image] Feb 25 21:40:41.065 INFO O| Feb 25 21:40:41.064 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782026-02-25T21:40:41.282Z[ recovery-image] Feb 25 21:40:41.089 INFO O| Feb 25 21:40:41.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62792026-02-25T21:40:41.283Z[ recovery-image] Feb 25 21:40:41.090 INFO O| Feb 25 21:40:41.089 INFO STEP 295 (remove_files) COMPLETE
62802026-02-25T21:40:41.283Z[ recovery-image] Feb 25 21:40:41.090 INFO O| Feb 25 21:40:41.090 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812026-02-25T21:40:41.307Z[ recovery-image] Feb 25 21:40:41.108 INFO O| Feb 25 21:40:41.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62822026-02-25T21:40:41.307Z[ recovery-image] Feb 25 21:40:41.108 INFO O| Feb 25 21:40:41.108 INFO STEP 296 (remove_files) COMPLETE
62832026-02-25T21:40:41.307Z[ recovery-image] Feb 25 21:40:41.108 INFO O| Feb 25 21:40:41.108 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842026-02-25T21:40:41.307Z[ recovery-image] Feb 25 21:40:41.127 INFO O| Feb 25 21:40:41.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62852026-02-25T21:40:41.307Z[ recovery-image] Feb 25 21:40:41.127 INFO O| Feb 25 21:40:41.127 INFO STEP 297 (remove_files) COMPLETE
62862026-02-25T21:40:41.307Z[ recovery-image] Feb 25 21:40:41.127 INFO O| Feb 25 21:40:41.127 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872026-02-25T21:40:41.332Z[ recovery-image] Feb 25 21:40:41.146 INFO O| Feb 25 21:40:41.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62882026-02-25T21:40:41.332Z[ recovery-image] Feb 25 21:40:41.146 INFO O| Feb 25 21:40:41.146 INFO STEP 298 (remove_files) COMPLETE
62892026-02-25T21:40:41.332Z[ recovery-image] Feb 25 21:40:41.146 INFO O| Feb 25 21:40:41.146 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902026-02-25T21:40:41.357Z[ recovery-image] Feb 25 21:40:41.163 INFO O| Feb 25 21:40:41.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62912026-02-25T21:40:41.357Z[ recovery-image] Feb 25 21:40:41.163 INFO O| Feb 25 21:40:41.163 INFO STEP 299 (remove_files) COMPLETE
62922026-02-25T21:40:41.357Z[ recovery-image] Feb 25 21:40:41.163 INFO O| Feb 25 21:40:41.163 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932026-02-25T21:40:41.382Z[ recovery-image] Feb 25 21:40:41.182 INFO O| Feb 25 21:40:41.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62942026-02-25T21:40:41.382Z[ recovery-image] Feb 25 21:40:41.182 INFO O| Feb 25 21:40:41.182 INFO STEP 300 (remove_files) COMPLETE
62952026-02-25T21:40:41.382Z[ recovery-image] Feb 25 21:40:41.182 INFO O| Feb 25 21:40:41.182 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962026-02-25T21:40:41.382Z[ recovery-image] Feb 25 21:40:41.200 INFO O| Feb 25 21:40:41.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62972026-02-25T21:40:41.382Z[ recovery-image] Feb 25 21:40:41.201 INFO O| Feb 25 21:40:41.200 INFO STEP 301 (remove_files) COMPLETE
62982026-02-25T21:40:41.382Z[ recovery-image] Feb 25 21:40:41.201 INFO O| Feb 25 21:40:41.200 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992026-02-25T21:40:41.408Z[ recovery-image] Feb 25 21:40:41.218 INFO O| Feb 25 21:40:41.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
63002026-02-25T21:40:41.408Z[ recovery-image] Feb 25 21:40:41.218 INFO O| Feb 25 21:40:41.218 INFO STEP 302 (remove_files) COMPLETE
63012026-02-25T21:40:41.408Z[ recovery-image] Feb 25 21:40:41.218 INFO O| Feb 25 21:40:41.218 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022026-02-25T21:40:41.435Z[ recovery-image] Feb 25 21:40:41.240 INFO O| Feb 25 21:40:41.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
63032026-02-25T21:40:41.435Z[ recovery-image] Feb 25 21:40:41.240 INFO O| Feb 25 21:40:41.240 INFO STEP 303 (remove_files) COMPLETE
63042026-02-25T21:40:41.436Z[ recovery-image] Feb 25 21:40:41.240 INFO O| Feb 25 21:40:41.240 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052026-02-25T21:40:41.461Z[ recovery-image] Feb 25 21:40:41.260 INFO O| Feb 25 21:40:41.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
63062026-02-25T21:40:41.461Z[ recovery-image] Feb 25 21:40:41.260 INFO O| Feb 25 21:40:41.260 INFO STEP 304 (remove_files) COMPLETE
63072026-02-25T21:40:41.461Z[ recovery-image] Feb 25 21:40:41.260 INFO O| Feb 25 21:40:41.260 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082026-02-25T21:40:41.461Z[ recovery-image] Feb 25 21:40:41.282 INFO O| Feb 25 21:40:41.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
63092026-02-25T21:40:41.461Z[ recovery-image] Feb 25 21:40:41.282 INFO O| Feb 25 21:40:41.282 INFO STEP 305 (remove_files) COMPLETE
63102026-02-25T21:40:41.461Z[ recovery-image] Feb 25 21:40:41.282 INFO O| Feb 25 21:40:41.282 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112026-02-25T21:40:41.487Z[ recovery-image] Feb 25 21:40:41.309 INFO O| Feb 25 21:40:41.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
63122026-02-25T21:40:41.487Z[ recovery-image] Feb 25 21:40:41.309 INFO O| Feb 25 21:40:41.309 INFO STEP 306 (remove_files) COMPLETE
63132026-02-25T21:40:41.487Z[ recovery-image] Feb 25 21:40:41.309 INFO O| Feb 25 21:40:41.309 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142026-02-25T21:40:41.512Z[ recovery-image] Feb 25 21:40:41.331 INFO O| Feb 25 21:40:41.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
63152026-02-25T21:40:41.512Z[ recovery-image] Feb 25 21:40:41.332 INFO O| Feb 25 21:40:41.332 INFO STEP 307 (remove_files) COMPLETE
63162026-02-25T21:40:41.512Z[ recovery-image] Feb 25 21:40:41.332 INFO O| Feb 25 21:40:41.332 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172026-02-25T21:40:41.537Z[ recovery-image] Feb 25 21:40:41.352 INFO O| Feb 25 21:40:41.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
63182026-02-25T21:40:41.537Z[ recovery-image] Feb 25 21:40:41.353 INFO O| Feb 25 21:40:41.353 INFO STEP 308 (remove_files) COMPLETE
63192026-02-25T21:40:41.537Z[ recovery-image] Feb 25 21:40:41.353 INFO O| Feb 25 21:40:41.353 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202026-02-25T21:40:41.563Z[ recovery-image] Feb 25 21:40:41.371 INFO O| Feb 25 21:40:41.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
63212026-02-25T21:40:41.563Z[ recovery-image] Feb 25 21:40:41.371 INFO O| Feb 25 21:40:41.371 INFO STEP 309 (remove_files) COMPLETE
63222026-02-25T21:40:41.563Z[ recovery-image] Feb 25 21:40:41.371 INFO O| Feb 25 21:40:41.371 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232026-02-25T21:40:41.588Z[ recovery-image] Feb 25 21:40:41.388 INFO O| Feb 25 21:40:41.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
63242026-02-25T21:40:41.588Z[ recovery-image] Feb 25 21:40:41.388 INFO O| Feb 25 21:40:41.388 INFO STEP 310 (remove_files) COMPLETE
63252026-02-25T21:40:41.588Z[ recovery-image] Feb 25 21:40:41.388 INFO O| Feb 25 21:40:41.388 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262026-02-25T21:40:41.588Z[ recovery-image] Feb 25 21:40:41.406 INFO O| Feb 25 21:40:41.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
63272026-02-25T21:40:41.588Z[ recovery-image] Feb 25 21:40:41.406 INFO O| Feb 25 21:40:41.406 INFO STEP 311 (remove_files) COMPLETE
63282026-02-25T21:40:41.588Z[ recovery-image] Feb 25 21:40:41.406 INFO O| Feb 25 21:40:41.406 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292026-02-25T21:40:41.615Z[ recovery-image] Feb 25 21:40:41.427 INFO O| Feb 25 21:40:41.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
63302026-02-25T21:40:41.615Z[ recovery-image] Feb 25 21:40:41.428 INFO O| Feb 25 21:40:41.427 INFO STEP 312 (remove_files) COMPLETE
63312026-02-25T21:40:41.615Z[ recovery-image] Feb 25 21:40:41.428 INFO O| Feb 25 21:40:41.428 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322026-02-25T21:40:41.640Z[ recovery-image] Feb 25 21:40:41.445 INFO O| Feb 25 21:40:41.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
63332026-02-25T21:40:41.640Z[ recovery-image] Feb 25 21:40:41.445 INFO O| Feb 25 21:40:41.445 INFO STEP 313 (remove_files) COMPLETE
63342026-02-25T21:40:41.640Z[ recovery-image] Feb 25 21:40:41.445 INFO O| Feb 25 21:40:41.445 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352026-02-25T21:40:41.665Z[ recovery-image] Feb 25 21:40:41.467 INFO O| Feb 25 21:40:41.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
63362026-02-25T21:40:41.665Z[ recovery-image] Feb 25 21:40:41.467 INFO O| Feb 25 21:40:41.467 INFO STEP 314 (remove_files) COMPLETE
63372026-02-25T21:40:41.665Z[ recovery-image] Feb 25 21:40:41.467 INFO O| Feb 25 21:40:41.467 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382026-02-25T21:40:41.665Z[ recovery-image] Feb 25 21:40:41.486 INFO O| Feb 25 21:40:41.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
63392026-02-25T21:40:41.665Z[ recovery-image] Feb 25 21:40:41.486 INFO O| Feb 25 21:40:41.486 INFO STEP 315 (remove_files) COMPLETE
63402026-02-25T21:40:41.665Z[ recovery-image] Feb 25 21:40:41.486 INFO O| Feb 25 21:40:41.486 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412026-02-25T21:40:41.691Z[ recovery-image] Feb 25 21:40:41.505 INFO O| Feb 25 21:40:41.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
63422026-02-25T21:40:41.692Z[ recovery-image] Feb 25 21:40:41.505 INFO O| Feb 25 21:40:41.505 INFO STEP 316 (remove_files) COMPLETE
63432026-02-25T21:40:41.692Z[ recovery-image] Feb 25 21:40:41.505 INFO O| Feb 25 21:40:41.505 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442026-02-25T21:40:41.718Z[ recovery-image] Feb 25 21:40:41.532 INFO O| Feb 25 21:40:41.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
63452026-02-25T21:40:41.718Z[ recovery-image] Feb 25 21:40:41.532 INFO O| Feb 25 21:40:41.532 INFO STEP 317 (remove_files) COMPLETE
63462026-02-25T21:40:41.718Z[ recovery-image] Feb 25 21:40:41.532 INFO O| Feb 25 21:40:41.532 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472026-02-25T21:40:41.743Z[ recovery-image] Feb 25 21:40:41.552 INFO O| Feb 25 21:40:41.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
63482026-02-25T21:40:41.743Z[ recovery-image] Feb 25 21:40:41.552 INFO O| Feb 25 21:40:41.552 INFO STEP 318 (remove_files) COMPLETE
63492026-02-25T21:40:41.743Z[ recovery-image] Feb 25 21:40:41.552 INFO O| Feb 25 21:40:41.552 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502026-02-25T21:40:41.768Z[ recovery-image] Feb 25 21:40:41.578 INFO O| Feb 25 21:40:41.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
63512026-02-25T21:40:41.768Z[ recovery-image] Feb 25 21:40:41.578 INFO O| Feb 25 21:40:41.578 INFO STEP 319 (remove_files) COMPLETE
63522026-02-25T21:40:41.768Z[ recovery-image] Feb 25 21:40:41.578 INFO O| Feb 25 21:40:41.578 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532026-02-25T21:40:41.793Z[ recovery-image] Feb 25 21:40:41.606 INFO O| Feb 25 21:40:41.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
63542026-02-25T21:40:41.793Z[ recovery-image] Feb 25 21:40:41.607 INFO O| Feb 25 21:40:41.606 INFO STEP 320 (remove_files) COMPLETE
63552026-02-25T21:40:41.793Z[ recovery-image] Feb 25 21:40:41.607 INFO O| Feb 25 21:40:41.606 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562026-02-25T21:40:41.819Z[ recovery-image] Feb 25 21:40:41.628 INFO O| Feb 25 21:40:41.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63572026-02-25T21:40:41.819Z[ recovery-image] Feb 25 21:40:41.628 INFO O| Feb 25 21:40:41.628 INFO STEP 321 (remove_files) COMPLETE
63582026-02-25T21:40:41.819Z[ recovery-image] Feb 25 21:40:41.628 INFO O| Feb 25 21:40:41.628 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592026-02-25T21:40:41.844Z[ recovery-image] Feb 25 21:40:41.645 INFO O| Feb 25 21:40:41.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63602026-02-25T21:40:41.844Z[ recovery-image] Feb 25 21:40:41.645 INFO O| Feb 25 21:40:41.645 INFO STEP 322 (remove_files) COMPLETE
63612026-02-25T21:40:41.844Z[ recovery-image] Feb 25 21:40:41.645 INFO O| Feb 25 21:40:41.645 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622026-02-25T21:40:41.869Z[ recovery-image] Feb 25 21:40:41.665 INFO O| Feb 25 21:40:41.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63632026-02-25T21:40:41.870Z[ recovery-image] Feb 25 21:40:41.665 INFO O| Feb 25 21:40:41.665 INFO STEP 323 (remove_files) COMPLETE
63642026-02-25T21:40:41.870Z[ recovery-image] Feb 25 21:40:41.665 INFO O| Feb 25 21:40:41.665 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652026-02-25T21:40:41.870Z[ recovery-image] Feb 25 21:40:41.686 INFO O| Feb 25 21:40:41.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63662026-02-25T21:40:41.870Z[ recovery-image] Feb 25 21:40:41.686 INFO O| Feb 25 21:40:41.686 INFO STEP 324 (remove_files) COMPLETE
63672026-02-25T21:40:41.870Z[ recovery-image] Feb 25 21:40:41.686 INFO O| Feb 25 21:40:41.686 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682026-02-25T21:40:41.896Z[ recovery-image] Feb 25 21:40:41.702 INFO O| Feb 25 21:40:41.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63692026-02-25T21:40:41.896Z[ recovery-image] Feb 25 21:40:41.703 INFO O| Feb 25 21:40:41.702 INFO STEP 325 (remove_files) COMPLETE
63702026-02-25T21:40:41.896Z[ recovery-image] Feb 25 21:40:41.703 INFO O| Feb 25 21:40:41.703 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712026-02-25T21:40:41.922Z[ recovery-image] Feb 25 21:40:41.727 INFO O| Feb 25 21:40:41.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63722026-02-25T21:40:41.922Z[ recovery-image] Feb 25 21:40:41.727 INFO O| Feb 25 21:40:41.727 INFO STEP 326 (remove_files) COMPLETE
63732026-02-25T21:40:41.922Z[ recovery-image] Feb 25 21:40:41.727 INFO O| Feb 25 21:40:41.727 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742026-02-25T21:40:41.947Z[ recovery-image] Feb 25 21:40:41.746 INFO O| Feb 25 21:40:41.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63752026-02-25T21:40:41.947Z[ recovery-image] Feb 25 21:40:41.746 INFO O| Feb 25 21:40:41.746 INFO STEP 327 (remove_files) COMPLETE
63762026-02-25T21:40:41.947Z[ recovery-image] Feb 25 21:40:41.746 INFO O| Feb 25 21:40:41.746 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772026-02-25T21:40:41.947Z[ recovery-image] Feb 25 21:40:41.763 INFO O| Feb 25 21:40:41.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63782026-02-25T21:40:41.947Z[ recovery-image] Feb 25 21:40:41.763 INFO O| Feb 25 21:40:41.763 INFO STEP 328 (remove_files) COMPLETE
63792026-02-25T21:40:41.947Z[ recovery-image] Feb 25 21:40:41.763 INFO O| Feb 25 21:40:41.763 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802026-02-25T21:40:41.972Z[ recovery-image] Feb 25 21:40:41.781 INFO O| Feb 25 21:40:41.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63812026-02-25T21:40:41.972Z[ recovery-image] Feb 25 21:40:41.781 INFO O| Feb 25 21:40:41.781 INFO STEP 329 (remove_files) COMPLETE
63822026-02-25T21:40:41.972Z[ recovery-image] Feb 25 21:40:41.781 INFO O| Feb 25 21:40:41.781 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832026-02-25T21:40:41.997Z[ recovery-image] Feb 25 21:40:41.799 INFO O| Feb 25 21:40:41.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63842026-02-25T21:40:41.997Z[ recovery-image] Feb 25 21:40:41.799 INFO O| Feb 25 21:40:41.799 INFO STEP 330 (remove_files) COMPLETE
63852026-02-25T21:40:41.997Z[ recovery-image] Feb 25 21:40:41.799 INFO O| Feb 25 21:40:41.799 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862026-02-25T21:40:41.997Z[ recovery-image] Feb 25 21:40:41.815 INFO O| Feb 25 21:40:41.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63872026-02-25T21:40:41.997Z[ recovery-image] Feb 25 21:40:41.815 INFO O| Feb 25 21:40:41.815 INFO STEP 331 (remove_files) COMPLETE
63882026-02-25T21:40:41.997Z[ recovery-image] Feb 25 21:40:41.815 INFO O| Feb 25 21:40:41.815 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892026-02-25T21:40:42.022Z[ recovery-image] Feb 25 21:40:41.835 INFO O| Feb 25 21:40:41.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63902026-02-25T21:40:42.022Z[ recovery-image] Feb 25 21:40:41.835 INFO O| Feb 25 21:40:41.835 INFO STEP 332 (remove_files) COMPLETE
63912026-02-25T21:40:42.022Z[ recovery-image] Feb 25 21:40:41.835 INFO O| Feb 25 21:40:41.835 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922026-02-25T21:40:42.050Z[ recovery-image] Feb 25 21:40:41.851 INFO O| Feb 25 21:40:41.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63932026-02-25T21:40:42.050Z[ recovery-image] Feb 25 21:40:41.852 INFO O| Feb 25 21:40:41.852 INFO STEP 333 (remove_files) COMPLETE
63942026-02-25T21:40:42.052Z[ recovery-image] Feb 25 21:40:41.852 INFO O| Feb 25 21:40:41.852 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952026-02-25T21:40:42.052Z[ recovery-image] Feb 25 21:40:41.868 INFO O| Feb 25 21:40:41.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63962026-02-25T21:40:42.052Z[ recovery-image] Feb 25 21:40:41.868 INFO O| Feb 25 21:40:41.868 INFO STEP 334 (remove_files) COMPLETE
63972026-02-25T21:40:42.052Z[ recovery-image] Feb 25 21:40:41.868 INFO O| Feb 25 21:40:41.868 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982026-02-25T21:40:42.078Z[ recovery-image] Feb 25 21:40:41.884 INFO O| Feb 25 21:40:41.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63992026-02-25T21:40:42.078Z[ recovery-image] Feb 25 21:40:41.884 INFO O| Feb 25 21:40:41.883 INFO STEP 335 (remove_files) COMPLETE
64002026-02-25T21:40:42.078Z[ recovery-image] Feb 25 21:40:41.884 INFO O| Feb 25 21:40:41.883 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012026-02-25T21:40:42.103Z[ recovery-image] Feb 25 21:40:41.904 INFO O| Feb 25 21:40:41.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
64022026-02-25T21:40:42.103Z[ recovery-image] Feb 25 21:40:41.904 INFO O| Feb 25 21:40:41.904 INFO STEP 336 (remove_files) COMPLETE
64032026-02-25T21:40:42.103Z[ recovery-image] Feb 25 21:40:41.904 INFO O| Feb 25 21:40:41.904 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042026-02-25T21:40:42.103Z[ recovery-image] Feb 25 21:40:41.923 INFO O| Feb 25 21:40:41.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
64052026-02-25T21:40:42.104Z[ recovery-image] Feb 25 21:40:41.923 INFO O| Feb 25 21:40:41.923 INFO STEP 337 (remove_files) COMPLETE
64062026-02-25T21:40:42.104Z[ recovery-image] Feb 25 21:40:41.923 INFO O| Feb 25 21:40:41.923 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072026-02-25T21:40:42.129Z[ recovery-image] Feb 25 21:40:41.948 INFO O| Feb 25 21:40:41.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
64082026-02-25T21:40:42.155Z[ recovery-image] Feb 25 21:40:41.948 INFO O| Feb 25 21:40:41.947 INFO STEP 338 (remove_files) COMPLETE
64092026-02-25T21:40:42.155Z[ recovery-image] Feb 25 21:40:41.948 INFO O| Feb 25 21:40:41.947 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102026-02-25T21:40:42.155Z[ recovery-image] Feb 25 21:40:41.972 INFO O| Feb 25 21:40:41.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
64112026-02-25T21:40:42.155Z[ recovery-image] Feb 25 21:40:41.972 INFO O| Feb 25 21:40:41.972 INFO STEP 339 (remove_files) COMPLETE
64122026-02-25T21:40:42.155Z[ recovery-image] Feb 25 21:40:41.972 INFO O| Feb 25 21:40:41.972 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132026-02-25T21:40:42.181Z[ recovery-image] Feb 25 21:40:41.996 INFO O| Feb 25 21:40:41.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
64142026-02-25T21:40:42.206Z[ recovery-image] Feb 25 21:40:41.996 INFO O| Feb 25 21:40:41.995 INFO STEP 340 (remove_files) COMPLETE
64152026-02-25T21:40:42.206Z[ recovery-image] Feb 25 21:40:41.996 INFO O| Feb 25 21:40:41.995 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162026-02-25T21:40:42.206Z[ recovery-image] Feb 25 21:40:42.016 INFO O| Feb 25 21:40:42.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
64172026-02-25T21:40:42.206Z[ recovery-image] Feb 25 21:40:42.016 INFO O| Feb 25 21:40:42.016 INFO STEP 341 (remove_files) COMPLETE
64182026-02-25T21:40:42.206Z[ recovery-image] Feb 25 21:40:42.016 INFO O| Feb 25 21:40:42.016 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192026-02-25T21:40:42.231Z[ recovery-image] Feb 25 21:40:42.035 INFO O| Feb 25 21:40:42.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
64202026-02-25T21:40:42.231Z[ recovery-image] Feb 25 21:40:42.036 INFO O| Feb 25 21:40:42.035 INFO STEP 342 (remove_files) COMPLETE
64212026-02-25T21:40:42.231Z[ recovery-image] Feb 25 21:40:42.036 INFO O| Feb 25 21:40:42.035 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222026-02-25T21:40:42.231Z[ recovery-image] Feb 25 21:40:42.054 INFO O| Feb 25 21:40:42.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
64232026-02-25T21:40:42.231Z[ recovery-image] Feb 25 21:40:42.054 INFO O| Feb 25 21:40:42.054 INFO STEP 343 (remove_files) COMPLETE
64242026-02-25T21:40:42.231Z[ recovery-image] Feb 25 21:40:42.054 INFO O| Feb 25 21:40:42.054 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252026-02-25T21:40:42.258Z[ recovery-image] Feb 25 21:40:42.077 INFO O| Feb 25 21:40:42.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
64262026-02-25T21:40:42.258Z[ recovery-image] Feb 25 21:40:42.077 INFO O| Feb 25 21:40:42.077 INFO STEP 344 (remove_files) COMPLETE
64272026-02-25T21:40:42.258Z[ recovery-image] Feb 25 21:40:42.077 INFO O| Feb 25 21:40:42.077 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282026-02-25T21:40:42.283Z[ recovery-image] Feb 25 21:40:42.095 INFO O| Feb 25 21:40:42.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
64292026-02-25T21:40:42.283Z[ recovery-image] Feb 25 21:40:42.095 INFO O| Feb 25 21:40:42.095 INFO STEP 345 (remove_files) COMPLETE
64302026-02-25T21:40:42.283Z[ recovery-image] Feb 25 21:40:42.095 INFO O| Feb 25 21:40:42.095 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312026-02-25T21:40:42.308Z[ recovery-image] Feb 25 21:40:42.115 INFO O| Feb 25 21:40:42.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
64322026-02-25T21:40:42.308Z[ recovery-image] Feb 25 21:40:42.116 INFO O| Feb 25 21:40:42.116 INFO STEP 346 (remove_files) COMPLETE
64332026-02-25T21:40:42.308Z[ recovery-image] Feb 25 21:40:42.116 INFO O| Feb 25 21:40:42.116 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342026-02-25T21:40:42.333Z[ recovery-image] Feb 25 21:40:42.133 INFO O| Feb 25 21:40:42.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
64352026-02-25T21:40:42.333Z[ recovery-image] Feb 25 21:40:42.134 INFO O| Feb 25 21:40:42.134 INFO STEP 347 (remove_files) COMPLETE
64362026-02-25T21:40:42.333Z[ recovery-image] Feb 25 21:40:42.134 INFO O| Feb 25 21:40:42.134 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372026-02-25T21:40:42.333Z[ recovery-image] Feb 25 21:40:42.147 INFO O| Feb 25 21:40:42.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
64382026-02-25T21:40:42.333Z[ recovery-image] Feb 25 21:40:42.147 INFO O| Feb 25 21:40:42.147 INFO STEP 348 (remove_files) COMPLETE
64392026-02-25T21:40:42.333Z[ recovery-image] Feb 25 21:40:42.147 INFO O| Feb 25 21:40:42.147 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402026-02-25T21:40:42.357Z[ recovery-image] Feb 25 21:40:42.168 INFO O| Feb 25 21:40:42.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
64412026-02-25T21:40:42.357Z[ recovery-image] Feb 25 21:40:42.168 INFO O| Feb 25 21:40:42.168 INFO STEP 349 (remove_files) COMPLETE
64422026-02-25T21:40:42.357Z[ recovery-image] Feb 25 21:40:42.168 INFO O| Feb 25 21:40:42.168 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432026-02-25T21:40:42.383Z[ recovery-image] Feb 25 21:40:42.191 INFO O| Feb 25 21:40:42.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
64442026-02-25T21:40:42.383Z[ recovery-image] Feb 25 21:40:42.191 INFO O| Feb 25 21:40:42.190 INFO STEP 350 (remove_files) COMPLETE
64452026-02-25T21:40:42.383Z[ recovery-image] Feb 25 21:40:42.191 INFO O| Feb 25 21:40:42.190 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462026-02-25T21:40:42.408Z[ recovery-image] Feb 25 21:40:42.210 INFO O| Feb 25 21:40:42.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
64472026-02-25T21:40:42.408Z[ recovery-image] Feb 25 21:40:42.210 INFO O| Feb 25 21:40:42.210 INFO STEP 351 (remove_files) COMPLETE
64482026-02-25T21:40:42.408Z[ recovery-image] Feb 25 21:40:42.210 INFO O| Feb 25 21:40:42.210 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492026-02-25T21:40:42.434Z[ recovery-image] Feb 25 21:40:42.233 INFO O| Feb 25 21:40:42.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
64502026-02-25T21:40:42.434Z[ recovery-image] Feb 25 21:40:42.234 INFO O| Feb 25 21:40:42.232 INFO STEP 352 (remove_files) COMPLETE
64512026-02-25T21:40:42.434Z[ recovery-image] Feb 25 21:40:42.234 INFO O| Feb 25 21:40:42.232 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522026-02-25T21:40:42.434Z[ recovery-image] Feb 25 21:40:42.252 INFO O| Feb 25 21:40:42.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
64532026-02-25T21:40:42.434Z[ recovery-image] Feb 25 21:40:42.252 INFO O| Feb 25 21:40:42.252 INFO STEP 353 (remove_files) COMPLETE
64542026-02-25T21:40:42.434Z[ recovery-image] Feb 25 21:40:42.252 INFO O| Feb 25 21:40:42.252 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552026-02-25T21:40:42.460Z[ recovery-image] Feb 25 21:40:42.271 INFO O| Feb 25 21:40:42.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64562026-02-25T21:40:42.460Z[ recovery-image] Feb 25 21:40:42.271 INFO O| Feb 25 21:40:42.270 INFO STEP 354 (remove_files) COMPLETE
64572026-02-25T21:40:42.460Z[ recovery-image] Feb 25 21:40:42.271 INFO O| Feb 25 21:40:42.270 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582026-02-25T21:40:42.485Z[ recovery-image] Feb 25 21:40:42.294 INFO O| Feb 25 21:40:42.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64592026-02-25T21:40:42.485Z[ recovery-image] Feb 25 21:40:42.294 INFO O| Feb 25 21:40:42.294 INFO STEP 355 (remove_files) COMPLETE
64602026-02-25T21:40:42.485Z[ recovery-image] Feb 25 21:40:42.294 INFO O| Feb 25 21:40:42.294 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612026-02-25T21:40:42.510Z[ recovery-image] Feb 25 21:40:42.316 INFO O| Feb 25 21:40:42.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64622026-02-25T21:40:42.510Z[ recovery-image] Feb 25 21:40:42.316 INFO O| Feb 25 21:40:42.315 INFO STEP 356 (remove_files) COMPLETE
64632026-02-25T21:40:42.510Z[ recovery-image] Feb 25 21:40:42.316 INFO O| Feb 25 21:40:42.315 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642026-02-25T21:40:42.536Z[ recovery-image] Feb 25 21:40:42.333 INFO O| Feb 25 21:40:42.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64652026-02-25T21:40:42.536Z[ recovery-image] Feb 25 21:40:42.333 INFO O| Feb 25 21:40:42.333 INFO STEP 357 (remove_files) COMPLETE
64662026-02-25T21:40:42.536Z[ recovery-image] Feb 25 21:40:42.333 INFO O| Feb 25 21:40:42.333 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672026-02-25T21:40:42.536Z[ recovery-image] Feb 25 21:40:42.353 INFO O| Feb 25 21:40:42.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64682026-02-25T21:40:42.536Z[ recovery-image] Feb 25 21:40:42.353 INFO O| Feb 25 21:40:42.353 INFO STEP 358 (remove_files) COMPLETE
64692026-02-25T21:40:42.536Z[ recovery-image] Feb 25 21:40:42.353 INFO O| Feb 25 21:40:42.353 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702026-02-25T21:40:42.562Z[ recovery-image] Feb 25 21:40:42.373 INFO O| Feb 25 21:40:42.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64712026-02-25T21:40:42.562Z[ recovery-image] Feb 25 21:40:42.373 INFO O| Feb 25 21:40:42.373 INFO STEP 359 (remove_files) COMPLETE
64722026-02-25T21:40:42.562Z[ recovery-image] Feb 25 21:40:42.373 INFO O| Feb 25 21:40:42.373 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732026-02-25T21:40:42.587Z[ recovery-image] Feb 25 21:40:42.401 INFO O| Feb 25 21:40:42.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64742026-02-25T21:40:42.587Z[ recovery-image] Feb 25 21:40:42.401 INFO O| Feb 25 21:40:42.401 INFO STEP 360 (remove_files) COMPLETE
64752026-02-25T21:40:42.587Z[ recovery-image] Feb 25 21:40:42.401 INFO O| Feb 25 21:40:42.401 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762026-02-25T21:40:42.612Z[ recovery-image] Feb 25 21:40:42.426 INFO O| Feb 25 21:40:42.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64772026-02-25T21:40:42.612Z[ recovery-image] Feb 25 21:40:42.426 INFO O| Feb 25 21:40:42.426 INFO STEP 361 (remove_files) COMPLETE
64782026-02-25T21:40:42.612Z[ recovery-image] Feb 25 21:40:42.426 INFO O| Feb 25 21:40:42.426 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792026-02-25T21:40:42.638Z[ recovery-image] Feb 25 21:40:42.450 INFO O| Feb 25 21:40:42.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64802026-02-25T21:40:42.638Z[ recovery-image] Feb 25 21:40:42.450 INFO O| Feb 25 21:40:42.450 INFO STEP 362 (remove_files) COMPLETE
64812026-02-25T21:40:42.638Z[ recovery-image] Feb 25 21:40:42.450 INFO O| Feb 25 21:40:42.450 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822026-02-25T21:40:42.663Z[ recovery-image] Feb 25 21:40:42.470 INFO O| Feb 25 21:40:42.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64832026-02-25T21:40:42.663Z[ recovery-image] Feb 25 21:40:42.471 INFO O| Feb 25 21:40:42.470 INFO STEP 363 (remove_files) COMPLETE
64842026-02-25T21:40:42.663Z[ recovery-image] Feb 25 21:40:42.471 INFO O| Feb 25 21:40:42.470 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852026-02-25T21:40:42.688Z[ recovery-image] Feb 25 21:40:42.488 INFO O| Feb 25 21:40:42.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64862026-02-25T21:40:42.688Z[ recovery-image] Feb 25 21:40:42.488 INFO O| Feb 25 21:40:42.488 INFO STEP 364 (remove_files) COMPLETE
64872026-02-25T21:40:42.688Z[ recovery-image] Feb 25 21:40:42.488 INFO O| Feb 25 21:40:42.488 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882026-02-25T21:40:42.688Z[ recovery-image] Feb 25 21:40:42.502 INFO O| Feb 25 21:40:42.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64892026-02-25T21:40:42.688Z[ recovery-image] Feb 25 21:40:42.502 INFO O| Feb 25 21:40:42.502 INFO STEP 365 (remove_files) COMPLETE
64902026-02-25T21:40:42.688Z[ recovery-image] Feb 25 21:40:42.502 INFO O| Feb 25 21:40:42.502 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912026-02-25T21:40:42.714Z[ recovery-image] Feb 25 21:40:42.520 INFO O| Feb 25 21:40:42.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64922026-02-25T21:40:42.714Z[ recovery-image] Feb 25 21:40:42.521 INFO O| Feb 25 21:40:42.520 INFO STEP 366 (remove_files) COMPLETE
64932026-02-25T21:40:42.715Z[ recovery-image] Feb 25 21:40:42.521 INFO O| Feb 25 21:40:42.521 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942026-02-25T21:40:42.740Z[ recovery-image] Feb 25 21:40:42.537 INFO O| Feb 25 21:40:42.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64952026-02-25T21:40:42.741Z[ recovery-image] Feb 25 21:40:42.537 INFO O| Feb 25 21:40:42.537 INFO STEP 367 (remove_files) COMPLETE
64962026-02-25T21:40:42.741Z[ recovery-image] Feb 25 21:40:42.537 INFO O| Feb 25 21:40:42.537 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972026-02-25T21:40:42.741Z[ recovery-image] Feb 25 21:40:42.560 INFO O| Feb 25 21:40:42.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64982026-02-25T21:40:42.741Z[ recovery-image] Feb 25 21:40:42.561 INFO O| Feb 25 21:40:42.560 INFO STEP 368 (remove_files) COMPLETE
64992026-02-25T21:40:42.741Z[ recovery-image] Feb 25 21:40:42.561 INFO O| Feb 25 21:40:42.560 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002026-02-25T21:40:42.766Z[ recovery-image] Feb 25 21:40:42.575 INFO O| Feb 25 21:40:42.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
65012026-02-25T21:40:42.766Z[ recovery-image] Feb 25 21:40:42.575 INFO O| Feb 25 21:40:42.575 INFO STEP 369 (remove_files) COMPLETE
65022026-02-25T21:40:42.766Z[ recovery-image] Feb 25 21:40:42.575 INFO O| Feb 25 21:40:42.575 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032026-02-25T21:40:42.791Z[ recovery-image] Feb 25 21:40:42.592 INFO O| Feb 25 21:40:42.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
65042026-02-25T21:40:42.791Z[ recovery-image] Feb 25 21:40:42.592 INFO O| Feb 25 21:40:42.592 INFO STEP 370 (remove_files) COMPLETE
65052026-02-25T21:40:42.791Z[ recovery-image] Feb 25 21:40:42.592 INFO O| Feb 25 21:40:42.592 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062026-02-25T21:40:42.791Z[ recovery-image] Feb 25 21:40:42.610 INFO O| Feb 25 21:40:42.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
65072026-02-25T21:40:42.791Z[ recovery-image] Feb 25 21:40:42.610 INFO O| Feb 25 21:40:42.609 INFO STEP 371 (remove_files) COMPLETE
65082026-02-25T21:40:42.791Z[ recovery-image] Feb 25 21:40:42.610 INFO O| Feb 25 21:40:42.609 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092026-02-25T21:40:42.816Z[ recovery-image] Feb 25 21:40:42.631 INFO O| Feb 25 21:40:42.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
65102026-02-25T21:40:42.817Z[ recovery-image] Feb 25 21:40:42.631 INFO O| Feb 25 21:40:42.631 INFO STEP 372 (remove_files) COMPLETE
65112026-02-25T21:40:42.817Z[ recovery-image] Feb 25 21:40:42.632 INFO O| Feb 25 21:40:42.631 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122026-02-25T21:40:42.842Z[ recovery-image] Feb 25 21:40:42.649 INFO O| Feb 25 21:40:42.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
65132026-02-25T21:40:42.842Z[ recovery-image] Feb 25 21:40:42.649 INFO O| Feb 25 21:40:42.648 INFO STEP 373 (remove_files) COMPLETE
65142026-02-25T21:40:42.842Z[ recovery-image] Feb 25 21:40:42.649 INFO O| Feb 25 21:40:42.648 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152026-02-25T21:40:42.866Z[ recovery-image] Feb 25 21:40:42.672 INFO O| Feb 25 21:40:42.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
65162026-02-25T21:40:42.867Z[ recovery-image] Feb 25 21:40:42.672 INFO O| Feb 25 21:40:42.671 INFO STEP 374 (remove_files) COMPLETE
65172026-02-25T21:40:42.867Z[ recovery-image] Feb 25 21:40:42.672 INFO O| Feb 25 21:40:42.671 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182026-02-25T21:40:42.893Z[ recovery-image] Feb 25 21:40:42.691 INFO O| Feb 25 21:40:42.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
65192026-02-25T21:40:42.893Z[ recovery-image] Feb 25 21:40:42.691 INFO O| Feb 25 21:40:42.690 INFO STEP 375 (remove_files) COMPLETE
65202026-02-25T21:40:42.893Z[ recovery-image] Feb 25 21:40:42.691 INFO O| Feb 25 21:40:42.690 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212026-02-25T21:40:42.893Z[ recovery-image] Feb 25 21:40:42.708 INFO O| Feb 25 21:40:42.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
65222026-02-25T21:40:42.895Z[ recovery-image] Feb 25 21:40:42.708 INFO O| Feb 25 21:40:42.708 INFO STEP 376 (remove_files) COMPLETE
65232026-02-25T21:40:42.895Z[ recovery-image] Feb 25 21:40:42.708 INFO O| Feb 25 21:40:42.708 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242026-02-25T21:40:42.920Z[ recovery-image] Feb 25 21:40:42.730 INFO O| Feb 25 21:40:42.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
65252026-02-25T21:40:42.920Z[ recovery-image] Feb 25 21:40:42.730 INFO O| Feb 25 21:40:42.730 INFO STEP 377 (remove_files) COMPLETE
65262026-02-25T21:40:42.920Z[ recovery-image] Feb 25 21:40:42.730 INFO O| Feb 25 21:40:42.730 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272026-02-25T21:40:42.945Z[ recovery-image] Feb 25 21:40:42.752 INFO O| Feb 25 21:40:42.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
65282026-02-25T21:40:42.945Z[ recovery-image] Feb 25 21:40:42.752 INFO O| Feb 25 21:40:42.752 INFO STEP 378 (remove_files) COMPLETE
65292026-02-25T21:40:42.945Z[ recovery-image] Feb 25 21:40:42.752 INFO O| Feb 25 21:40:42.752 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302026-02-25T21:40:42.945Z[ recovery-image] Feb 25 21:40:42.768 INFO O| Feb 25 21:40:42.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
65312026-02-25T21:40:42.945Z[ recovery-image] Feb 25 21:40:42.768 INFO O| Feb 25 21:40:42.768 INFO STEP 379 (remove_files) COMPLETE
65322026-02-25T21:40:42.945Z[ recovery-image] Feb 25 21:40:42.768 INFO O| Feb 25 21:40:42.768 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332026-02-25T21:40:42.973Z[ recovery-image] Feb 25 21:40:42.794 INFO O| Feb 25 21:40:42.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
65342026-02-25T21:40:42.999Z[ recovery-image] Feb 25 21:40:42.794 INFO O| Feb 25 21:40:42.794 INFO STEP 380 (remove_files) COMPLETE
65352026-02-25T21:40:42.999Z[ recovery-image] Feb 25 21:40:42.794 INFO O| Feb 25 21:40:42.794 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362026-02-25T21:40:43.000Z[ recovery-image] Feb 25 21:40:42.809 INFO O| Feb 25 21:40:42.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
65372026-02-25T21:40:43.000Z[ recovery-image] Feb 25 21:40:42.810 INFO O| Feb 25 21:40:42.809 INFO STEP 381 (remove_files) COMPLETE
65382026-02-25T21:40:43.000Z[ recovery-image] Feb 25 21:40:42.810 INFO O| Feb 25 21:40:42.809 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392026-02-25T21:40:43.025Z[ recovery-image] Feb 25 21:40:42.832 INFO O| Feb 25 21:40:42.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
65402026-02-25T21:40:43.025Z[ recovery-image] Feb 25 21:40:42.832 INFO O| Feb 25 21:40:42.832 INFO STEP 382 (remove_files) COMPLETE
65412026-02-25T21:40:43.025Z[ recovery-image] Feb 25 21:40:42.832 INFO O| Feb 25 21:40:42.832 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422026-02-25T21:40:43.050Z[ recovery-image] Feb 25 21:40:42.852 INFO O| Feb 25 21:40:42.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
65432026-02-25T21:40:43.050Z[ recovery-image] Feb 25 21:40:42.853 INFO O| Feb 25 21:40:42.852 INFO STEP 383 (remove_files) COMPLETE
65442026-02-25T21:40:43.050Z[ recovery-image] Feb 25 21:40:42.853 INFO O| Feb 25 21:40:42.852 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452026-02-25T21:40:43.050Z[ recovery-image] Feb 25 21:40:42.867 INFO O| Feb 25 21:40:42.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
65462026-02-25T21:40:43.050Z[ recovery-image] Feb 25 21:40:42.867 INFO O| Feb 25 21:40:42.867 INFO STEP 384 (remove_files) COMPLETE
65472026-02-25T21:40:43.050Z[ recovery-image] Feb 25 21:40:42.867 INFO O| Feb 25 21:40:42.867 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482026-02-25T21:40:43.076Z[ recovery-image] Feb 25 21:40:42.888 INFO O| Feb 25 21:40:42.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
65492026-02-25T21:40:43.076Z[ recovery-image] Feb 25 21:40:42.888 INFO O| Feb 25 21:40:42.888 INFO STEP 385 (remove_files) COMPLETE
65502026-02-25T21:40:43.076Z[ recovery-image] Feb 25 21:40:42.888 INFO O| Feb 25 21:40:42.888 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512026-02-25T21:40:43.101Z[ recovery-image] Feb 25 21:40:42.904 INFO O| Feb 25 21:40:42.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
65522026-02-25T21:40:43.101Z[ recovery-image] Feb 25 21:40:42.904 INFO O| Feb 25 21:40:42.904 INFO STEP 386 (remove_files) COMPLETE
65532026-02-25T21:40:43.101Z[ recovery-image] Feb 25 21:40:42.904 INFO O| Feb 25 21:40:42.904 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542026-02-25T21:40:43.101Z[ recovery-image] Feb 25 21:40:42.922 INFO O| Feb 25 21:40:42.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65552026-02-25T21:40:43.101Z[ recovery-image] Feb 25 21:40:42.922 INFO O| Feb 25 21:40:42.922 INFO STEP 387 (remove_files) COMPLETE
65562026-02-25T21:40:43.101Z[ recovery-image] Feb 25 21:40:42.922 INFO O| Feb 25 21:40:42.922 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572026-02-25T21:40:43.127Z[ recovery-image] Feb 25 21:40:42.947 INFO O| Feb 25 21:40:42.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65582026-02-25T21:40:43.127Z[ recovery-image] Feb 25 21:40:42.947 INFO O| Feb 25 21:40:42.947 INFO STEP 388 (remove_files) COMPLETE
65592026-02-25T21:40:43.127Z[ recovery-image] Feb 25 21:40:42.947 INFO O| Feb 25 21:40:42.947 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602026-02-25T21:40:43.152Z[ recovery-image] Feb 25 21:40:42.969 INFO O| Feb 25 21:40:42.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65612026-02-25T21:40:43.152Z[ recovery-image] Feb 25 21:40:42.969 INFO O| Feb 25 21:40:42.969 INFO STEP 389 (remove_files) COMPLETE
65622026-02-25T21:40:43.152Z[ recovery-image] Feb 25 21:40:42.969 INFO O| Feb 25 21:40:42.969 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632026-02-25T21:40:43.178Z[ recovery-image] Feb 25 21:40:42.990 INFO O| Feb 25 21:40:42.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65642026-02-25T21:40:43.178Z[ recovery-image] Feb 25 21:40:42.990 INFO O| Feb 25 21:40:42.990 INFO STEP 390 (remove_files) COMPLETE
65652026-02-25T21:40:43.178Z[ recovery-image] Feb 25 21:40:42.990 INFO O| Feb 25 21:40:42.990 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662026-02-25T21:40:43.204Z[ recovery-image] Feb 25 21:40:43.016 INFO O| Feb 25 21:40:43.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65672026-02-25T21:40:43.204Z[ recovery-image] Feb 25 21:40:43.016 INFO O| Feb 25 21:40:43.016 INFO STEP 391 (remove_files) COMPLETE
65682026-02-25T21:40:43.204Z[ recovery-image] Feb 25 21:40:43.016 INFO O| Feb 25 21:40:43.016 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692026-02-25T21:40:43.230Z[ recovery-image] Feb 25 21:40:43.039 INFO O| Feb 25 21:40:43.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65702026-02-25T21:40:43.230Z[ recovery-image] Feb 25 21:40:43.039 INFO O| Feb 25 21:40:43.039 INFO STEP 392 (remove_files) COMPLETE
65712026-02-25T21:40:43.230Z[ recovery-image] Feb 25 21:40:43.039 INFO O| Feb 25 21:40:43.039 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722026-02-25T21:40:43.255Z[ recovery-image] Feb 25 21:40:43.059 INFO O| Feb 25 21:40:43.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65732026-02-25T21:40:43.255Z[ recovery-image] Feb 25 21:40:43.059 INFO O| Feb 25 21:40:43.059 INFO STEP 393 (remove_files) COMPLETE
65742026-02-25T21:40:43.255Z[ recovery-image] Feb 25 21:40:43.059 INFO O| Feb 25 21:40:43.059 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752026-02-25T21:40:43.255Z[ recovery-image] Feb 25 21:40:43.077 INFO O| Feb 25 21:40:43.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65762026-02-25T21:40:43.255Z[ recovery-image] Feb 25 21:40:43.077 INFO O| Feb 25 21:40:43.077 INFO STEP 394 (remove_files) COMPLETE
65772026-02-25T21:40:43.255Z[ recovery-image] Feb 25 21:40:43.077 INFO O| Feb 25 21:40:43.077 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782026-02-25T21:40:43.280Z[ recovery-image] Feb 25 21:40:43.098 INFO O| Feb 25 21:40:43.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65792026-02-25T21:40:43.280Z[ recovery-image] Feb 25 21:40:43.098 INFO O| Feb 25 21:40:43.098 INFO STEP 395 (remove_files) COMPLETE
65802026-02-25T21:40:43.280Z[ recovery-image] Feb 25 21:40:43.098 INFO O| Feb 25 21:40:43.098 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812026-02-25T21:40:43.306Z[ recovery-image] Feb 25 21:40:43.120 INFO O| Feb 25 21:40:43.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65822026-02-25T21:40:43.306Z[ recovery-image] Feb 25 21:40:43.120 INFO O| Feb 25 21:40:43.120 INFO STEP 396 (remove_files) COMPLETE
65832026-02-25T21:40:43.306Z[ recovery-image] Feb 25 21:40:43.120 INFO O| Feb 25 21:40:43.120 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842026-02-25T21:40:43.382Z[ recovery-image] Feb 25 21:40:43.143 INFO O| Feb 25 21:40:43.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65852026-02-25T21:40:43.382Z[ recovery-image] Feb 25 21:40:43.143 INFO O| Feb 25 21:40:43.143 INFO STEP 397 (remove_files) COMPLETE
65862026-02-25T21:40:43.382Z[ recovery-image] Feb 25 21:40:43.143 INFO O| Feb 25 21:40:43.143 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872026-02-25T21:40:43.408Z[ recovery-image] Feb 25 21:40:43.162 INFO O| Feb 25 21:40:43.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65882026-02-25T21:40:43.408Z[ recovery-image] Feb 25 21:40:43.162 INFO O| Feb 25 21:40:43.162 INFO STEP 398 (remove_files) COMPLETE
65892026-02-25T21:40:43.408Z[ recovery-image] Feb 25 21:40:43.162 INFO O| Feb 25 21:40:43.162 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902026-02-25T21:40:43.408Z[ recovery-image] Feb 25 21:40:43.187 INFO O| Feb 25 21:40:43.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65912026-02-25T21:40:43.408Z[ recovery-image] Feb 25 21:40:43.187 INFO O| Feb 25 21:40:43.186 INFO STEP 399 (remove_files) COMPLETE
65922026-02-25T21:40:43.408Z[ recovery-image] Feb 25 21:40:43.187 INFO O| Feb 25 21:40:43.186 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932026-02-25T21:40:43.408Z[ recovery-image] Feb 25 21:40:43.204 INFO O| Feb 25 21:40:43.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65942026-02-25T21:40:43.408Z[ recovery-image] Feb 25 21:40:43.204 INFO O| Feb 25 21:40:43.204 INFO STEP 400 (remove_files) COMPLETE
65952026-02-25T21:40:43.408Z[ recovery-image] Feb 25 21:40:43.204 INFO O| Feb 25 21:40:43.204 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962026-02-25T21:40:43.409Z[ recovery-image] Feb 25 21:40:43.220 INFO O| Feb 25 21:40:43.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65972026-02-25T21:40:43.409Z[ recovery-image] Feb 25 21:40:43.220 INFO O| Feb 25 21:40:43.220 INFO STEP 401 (remove_files) COMPLETE
65982026-02-25T21:40:43.409Z[ recovery-image] Feb 25 21:40:43.220 INFO O| Feb 25 21:40:43.220 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992026-02-25T21:40:43.441Z[ recovery-image] Feb 25 21:40:43.245 INFO O| Feb 25 21:40:43.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
66002026-02-25T21:40:43.441Z[ recovery-image] Feb 25 21:40:43.245 INFO O| Feb 25 21:40:43.245 INFO STEP 402 (remove_files) COMPLETE
66012026-02-25T21:40:43.442Z[ recovery-image] Feb 25 21:40:43.245 INFO O| Feb 25 21:40:43.245 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022026-02-25T21:40:43.466Z[ recovery-image] Feb 25 21:40:43.265 INFO O| Feb 25 21:40:43.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
66032026-02-25T21:40:43.467Z[ recovery-image] Feb 25 21:40:43.265 INFO O| Feb 25 21:40:43.265 INFO STEP 403 (remove_files) COMPLETE
66042026-02-25T21:40:43.467Z[ recovery-image] Feb 25 21:40:43.265 INFO O| Feb 25 21:40:43.265 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052026-02-25T21:40:43.467Z[ recovery-image] Feb 25 21:40:43.287 INFO O| Feb 25 21:40:43.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
66062026-02-25T21:40:43.467Z[ recovery-image] Feb 25 21:40:43.288 INFO O| Feb 25 21:40:43.288 INFO STEP 404 (remove_files) COMPLETE
66072026-02-25T21:40:43.467Z[ recovery-image] Feb 25 21:40:43.288 INFO O| Feb 25 21:40:43.288 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082026-02-25T21:40:43.492Z[ recovery-image] Feb 25 21:40:43.308 INFO O| Feb 25 21:40:43.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
66092026-02-25T21:40:43.492Z[ recovery-image] Feb 25 21:40:43.309 INFO O| Feb 25 21:40:43.309 INFO STEP 405 (remove_files) COMPLETE
66102026-02-25T21:40:43.492Z[ recovery-image] Feb 25 21:40:43.309 INFO O| Feb 25 21:40:43.309 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112026-02-25T21:40:43.517Z[ recovery-image] Feb 25 21:40:43.326 INFO O| Feb 25 21:40:43.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
66122026-02-25T21:40:43.517Z[ recovery-image] Feb 25 21:40:43.326 INFO O| Feb 25 21:40:43.326 INFO STEP 406 (remove_files) COMPLETE
66132026-02-25T21:40:43.517Z[ recovery-image] Feb 25 21:40:43.327 INFO O| Feb 25 21:40:43.326 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142026-02-25T21:40:43.542Z[ recovery-image] Feb 25 21:40:43.345 INFO O| Feb 25 21:40:43.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
66152026-02-25T21:40:43.542Z[ recovery-image] Feb 25 21:40:43.345 INFO O| Feb 25 21:40:43.345 INFO STEP 407 (remove_files) COMPLETE
66162026-02-25T21:40:43.542Z[ recovery-image] Feb 25 21:40:43.345 INFO O| Feb 25 21:40:43.345 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172026-02-25T21:40:43.542Z[ recovery-image] Feb 25 21:40:43.361 INFO O| Feb 25 21:40:43.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
66182026-02-25T21:40:43.542Z[ recovery-image] Feb 25 21:40:43.361 INFO O| Feb 25 21:40:43.361 INFO STEP 408 (remove_files) COMPLETE
66192026-02-25T21:40:43.542Z[ recovery-image] Feb 25 21:40:43.361 INFO O| Feb 25 21:40:43.361 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202026-02-25T21:40:43.567Z[ recovery-image] Feb 25 21:40:43.377 INFO O| Feb 25 21:40:43.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
66212026-02-25T21:40:43.567Z[ recovery-image] Feb 25 21:40:43.378 INFO O| Feb 25 21:40:43.377 INFO STEP 409 (remove_files) COMPLETE
66222026-02-25T21:40:43.567Z[ recovery-image] Feb 25 21:40:43.378 INFO O| Feb 25 21:40:43.377 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232026-02-25T21:40:43.592Z[ recovery-image] Feb 25 21:40:43.401 INFO O| Feb 25 21:40:43.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
66242026-02-25T21:40:43.592Z[ recovery-image] Feb 25 21:40:43.401 INFO O| Feb 25 21:40:43.401 INFO STEP 410 (remove_files) COMPLETE
66252026-02-25T21:40:43.592Z[ recovery-image] Feb 25 21:40:43.401 INFO O| Feb 25 21:40:43.401 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262026-02-25T21:40:43.617Z[ recovery-image] Feb 25 21:40:43.417 INFO O| Feb 25 21:40:43.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
66272026-02-25T21:40:43.617Z[ recovery-image] Feb 25 21:40:43.417 INFO O| Feb 25 21:40:43.417 INFO STEP 411 (remove_files) COMPLETE
66282026-02-25T21:40:43.619Z[ recovery-image] Feb 25 21:40:43.417 INFO O| Feb 25 21:40:43.417 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292026-02-25T21:40:43.619Z[ recovery-image] Feb 25 21:40:43.432 INFO O| Feb 25 21:40:43.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
66302026-02-25T21:40:43.619Z[ recovery-image] Feb 25 21:40:43.432 INFO O| Feb 25 21:40:43.432 INFO STEP 412 (remove_files) COMPLETE
66312026-02-25T21:40:43.619Z[ recovery-image] Feb 25 21:40:43.432 INFO O| Feb 25 21:40:43.432 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322026-02-25T21:40:43.644Z[ recovery-image] Feb 25 21:40:43.449 INFO O| Feb 25 21:40:43.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
66332026-02-25T21:40:43.644Z[ recovery-image] Feb 25 21:40:43.449 INFO O| Feb 25 21:40:43.449 INFO STEP 413 (remove_files) COMPLETE
66342026-02-25T21:40:43.645Z[ recovery-image] Feb 25 21:40:43.449 INFO O| Feb 25 21:40:43.449 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352026-02-25T21:40:43.645Z[ recovery-image] Feb 25 21:40:43.464 INFO O| Feb 25 21:40:43.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
66362026-02-25T21:40:43.645Z[ recovery-image] Feb 25 21:40:43.464 INFO O| Feb 25 21:40:43.464 INFO STEP 414 (remove_files) COMPLETE
66372026-02-25T21:40:43.645Z[ recovery-image] Feb 25 21:40:43.464 INFO O| Feb 25 21:40:43.464 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382026-02-25T21:40:43.669Z[ recovery-image] Feb 25 21:40:43.484 INFO O| Feb 25 21:40:43.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
66392026-02-25T21:40:43.670Z[ recovery-image] Feb 25 21:40:43.484 INFO O| Feb 25 21:40:43.484 INFO STEP 415 (remove_files) COMPLETE
66402026-02-25T21:40:43.670Z[ recovery-image] Feb 25 21:40:43.484 INFO O| Feb 25 21:40:43.484 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412026-02-25T21:40:43.694Z[ recovery-image] Feb 25 21:40:43.500 INFO O| Feb 25 21:40:43.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
66422026-02-25T21:40:43.694Z[ recovery-image] Feb 25 21:40:43.500 INFO O| Feb 25 21:40:43.500 INFO STEP 416 (remove_files) COMPLETE
66432026-02-25T21:40:43.694Z[ recovery-image] Feb 25 21:40:43.500 INFO O| Feb 25 21:40:43.500 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442026-02-25T21:40:43.694Z[ recovery-image] Feb 25 21:40:43.514 INFO O| Feb 25 21:40:43.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
66452026-02-25T21:40:43.694Z[ recovery-image] Feb 25 21:40:43.514 INFO O| Feb 25 21:40:43.514 INFO STEP 417 (remove_files) COMPLETE
66462026-02-25T21:40:43.694Z[ recovery-image] Feb 25 21:40:43.514 INFO O| Feb 25 21:40:43.514 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472026-02-25T21:40:43.719Z[ recovery-image] Feb 25 21:40:43.534 INFO O| Feb 25 21:40:43.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
66482026-02-25T21:40:43.719Z[ recovery-image] Feb 25 21:40:43.534 INFO O| Feb 25 21:40:43.534 INFO STEP 418 (remove_files) COMPLETE
66492026-02-25T21:40:43.719Z[ recovery-image] Feb 25 21:40:43.534 INFO O| Feb 25 21:40:43.534 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502026-02-25T21:40:43.744Z[ recovery-image] Feb 25 21:40:43.558 INFO O| Feb 25 21:40:43.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66512026-02-25T21:40:43.744Z[ recovery-image] Feb 25 21:40:43.558 INFO O| Feb 25 21:40:43.558 INFO STEP 419 (remove_files) COMPLETE
66522026-02-25T21:40:43.744Z[ recovery-image] Feb 25 21:40:43.558 INFO O| Feb 25 21:40:43.558 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532026-02-25T21:40:43.771Z[ recovery-image] Feb 25 21:40:43.579 INFO O| Feb 25 21:40:43.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66542026-02-25T21:40:43.771Z[ recovery-image] Feb 25 21:40:43.579 INFO O| Feb 25 21:40:43.578 INFO STEP 420 (remove_files) COMPLETE
66552026-02-25T21:40:43.771Z[ recovery-image] Feb 25 21:40:43.579 INFO O| Feb 25 21:40:43.578 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562026-02-25T21:40:43.796Z[ recovery-image] Feb 25 21:40:43.598 INFO O| Feb 25 21:40:43.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66572026-02-25T21:40:43.796Z[ recovery-image] Feb 25 21:40:43.598 INFO O| Feb 25 21:40:43.598 INFO STEP 421 (remove_files) COMPLETE
66582026-02-25T21:40:43.796Z[ recovery-image] Feb 25 21:40:43.598 INFO O| Feb 25 21:40:43.598 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592026-02-25T21:40:43.821Z[ recovery-image] Feb 25 21:40:43.620 INFO O| Feb 25 21:40:43.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66602026-02-25T21:40:43.821Z[ recovery-image] Feb 25 21:40:43.620 INFO O| Feb 25 21:40:43.620 INFO STEP 422 (remove_files) COMPLETE
66612026-02-25T21:40:43.821Z[ recovery-image] Feb 25 21:40:43.620 INFO O| Feb 25 21:40:43.620 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622026-02-25T21:40:43.821Z[ recovery-image] Feb 25 21:40:43.638 INFO O| Feb 25 21:40:43.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66632026-02-25T21:40:43.821Z[ recovery-image] Feb 25 21:40:43.638 INFO O| Feb 25 21:40:43.638 INFO STEP 423 (remove_files) COMPLETE
66642026-02-25T21:40:43.821Z[ recovery-image] Feb 25 21:40:43.638 INFO O| Feb 25 21:40:43.638 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652026-02-25T21:40:43.846Z[ recovery-image] Feb 25 21:40:43.660 INFO O| Feb 25 21:40:43.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66662026-02-25T21:40:43.846Z[ recovery-image] Feb 25 21:40:43.661 INFO O| Feb 25 21:40:43.661 INFO STEP 424 (remove_files) COMPLETE
66672026-02-25T21:40:43.846Z[ recovery-image] Feb 25 21:40:43.661 INFO O| Feb 25 21:40:43.661 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682026-02-25T21:40:43.871Z[ recovery-image] Feb 25 21:40:43.685 INFO O| Feb 25 21:40:43.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66692026-02-25T21:40:43.871Z[ recovery-image] Feb 25 21:40:43.686 INFO O| Feb 25 21:40:43.685 INFO STEP 425 (remove_files) COMPLETE
66702026-02-25T21:40:43.871Z[ recovery-image] Feb 25 21:40:43.686 INFO O| Feb 25 21:40:43.685 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712026-02-25T21:40:43.896Z[ recovery-image] Feb 25 21:40:43.708 INFO O| Feb 25 21:40:43.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66722026-02-25T21:40:43.896Z[ recovery-image] Feb 25 21:40:43.709 INFO O| Feb 25 21:40:43.709 INFO STEP 426 (remove_files) COMPLETE
66732026-02-25T21:40:43.896Z[ recovery-image] Feb 25 21:40:43.709 INFO O| Feb 25 21:40:43.709 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742026-02-25T21:40:43.922Z[ recovery-image] Feb 25 21:40:43.732 INFO O| Feb 25 21:40:43.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66752026-02-25T21:40:43.922Z[ recovery-image] Feb 25 21:40:43.732 INFO O| Feb 25 21:40:43.732 INFO STEP 427 (remove_files) COMPLETE
66762026-02-25T21:40:43.923Z[ recovery-image] Feb 25 21:40:43.732 INFO O| Feb 25 21:40:43.732 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772026-02-25T21:40:43.948Z[ recovery-image] Feb 25 21:40:43.751 INFO O| Feb 25 21:40:43.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66782026-02-25T21:40:43.948Z[ recovery-image] Feb 25 21:40:43.751 INFO O| Feb 25 21:40:43.751 INFO STEP 428 (remove_files) COMPLETE
66792026-02-25T21:40:43.948Z[ recovery-image] Feb 25 21:40:43.751 INFO O| Feb 25 21:40:43.751 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802026-02-25T21:40:43.974Z[ recovery-image] Feb 25 21:40:43.773 INFO O| Feb 25 21:40:43.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66812026-02-25T21:40:43.974Z[ recovery-image] Feb 25 21:40:43.773 INFO O| Feb 25 21:40:43.773 INFO STEP 429 (remove_files) COMPLETE
66822026-02-25T21:40:43.974Z[ recovery-image] Feb 25 21:40:43.773 INFO O| Feb 25 21:40:43.773 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832026-02-25T21:40:43.974Z[ recovery-image] Feb 25 21:40:43.793 INFO O| Feb 25 21:40:43.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66842026-02-25T21:40:43.974Z[ recovery-image] Feb 25 21:40:43.793 INFO O| Feb 25 21:40:43.793 INFO STEP 430 (remove_files) COMPLETE
66852026-02-25T21:40:43.974Z[ recovery-image] Feb 25 21:40:43.793 INFO O| Feb 25 21:40:43.793 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862026-02-25T21:40:44.000Z[ recovery-image] Feb 25 21:40:43.820 INFO O| Feb 25 21:40:43.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66872026-02-25T21:40:44.000Z[ recovery-image] Feb 25 21:40:43.820 INFO O| Feb 25 21:40:43.820 INFO STEP 431 (remove_files) COMPLETE
66882026-02-25T21:40:44.000Z[ recovery-image] Feb 25 21:40:43.820 INFO O| Feb 25 21:40:43.820 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892026-02-25T21:40:44.025Z[ recovery-image] Feb 25 21:40:43.842 INFO O| Feb 25 21:40:43.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66902026-02-25T21:40:44.025Z[ recovery-image] Feb 25 21:40:43.842 INFO O| Feb 25 21:40:43.842 INFO STEP 432 (remove_files) COMPLETE
66912026-02-25T21:40:44.025Z[ recovery-image] Feb 25 21:40:43.842 INFO O| Feb 25 21:40:43.842 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922026-02-25T21:40:44.050Z[ recovery-image] Feb 25 21:40:43.861 INFO O| Feb 25 21:40:43.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66932026-02-25T21:40:44.050Z[ recovery-image] Feb 25 21:40:43.861 INFO O| Feb 25 21:40:43.861 INFO STEP 433 (remove_files) COMPLETE
66942026-02-25T21:40:44.050Z[ recovery-image] Feb 25 21:40:43.861 INFO O| Feb 25 21:40:43.861 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952026-02-25T21:40:44.077Z[ recovery-image] Feb 25 21:40:43.884 INFO O| Feb 25 21:40:43.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66962026-02-25T21:40:44.077Z[ recovery-image] Feb 25 21:40:43.884 INFO O| Feb 25 21:40:43.884 INFO STEP 434 (remove_files) COMPLETE
66972026-02-25T21:40:44.077Z[ recovery-image] Feb 25 21:40:43.884 INFO O| Feb 25 21:40:43.884 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982026-02-25T21:40:44.102Z[ recovery-image] Feb 25 21:40:43.900 INFO O| Feb 25 21:40:43.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66992026-02-25T21:40:44.102Z[ recovery-image] Feb 25 21:40:43.900 INFO O| Feb 25 21:40:43.900 INFO STEP 435 (remove_files) COMPLETE
67002026-02-25T21:40:44.102Z[ recovery-image] Feb 25 21:40:43.900 INFO O| Feb 25 21:40:43.900 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012026-02-25T21:40:44.102Z[ recovery-image] Feb 25 21:40:43.914 INFO O| Feb 25 21:40:43.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
67022026-02-25T21:40:44.102Z[ recovery-image] Feb 25 21:40:43.914 INFO O| Feb 25 21:40:43.914 INFO STEP 436 (remove_files) COMPLETE
67032026-02-25T21:40:44.102Z[ recovery-image] Feb 25 21:40:43.914 INFO O| Feb 25 21:40:43.914 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042026-02-25T21:40:44.127Z[ recovery-image] Feb 25 21:40:43.932 INFO O| Feb 25 21:40:43.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
67052026-02-25T21:40:44.127Z[ recovery-image] Feb 25 21:40:43.932 INFO O| Feb 25 21:40:43.932 INFO STEP 437 (remove_files) COMPLETE
67062026-02-25T21:40:44.128Z[ recovery-image] Feb 25 21:40:43.932 INFO O| Feb 25 21:40:43.932 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072026-02-25T21:40:44.153Z[ recovery-image] Feb 25 21:40:43.952 INFO O| Feb 25 21:40:43.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
67082026-02-25T21:40:44.153Z[ recovery-image] Feb 25 21:40:43.952 INFO O| Feb 25 21:40:43.951 INFO STEP 438 (remove_files) COMPLETE
67092026-02-25T21:40:44.153Z[ recovery-image] Feb 25 21:40:43.952 INFO O| Feb 25 21:40:43.952 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102026-02-25T21:40:44.153Z[ recovery-image] Feb 25 21:40:43.969 INFO O| Feb 25 21:40:43.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
67112026-02-25T21:40:44.153Z[ recovery-image] Feb 25 21:40:43.969 INFO O| Feb 25 21:40:43.969 INFO STEP 439 (remove_files) COMPLETE
67122026-02-25T21:40:44.153Z[ recovery-image] Feb 25 21:40:43.969 INFO O| Feb 25 21:40:43.969 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132026-02-25T21:40:44.179Z[ recovery-image] Feb 25 21:40:43.985 INFO O| Feb 25 21:40:43.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
67142026-02-25T21:40:44.179Z[ recovery-image] Feb 25 21:40:43.985 INFO O| Feb 25 21:40:43.985 INFO STEP 440 (remove_files) COMPLETE
67152026-02-25T21:40:44.179Z[ recovery-image] Feb 25 21:40:43.985 INFO O| Feb 25 21:40:43.985 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162026-02-25T21:40:44.206Z[ recovery-image] Feb 25 21:40:44.007 INFO O| Feb 25 21:40:44.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
67172026-02-25T21:40:44.206Z[ recovery-image] Feb 25 21:40:44.007 INFO O| Feb 25 21:40:44.007 INFO STEP 441 (remove_files) COMPLETE
67182026-02-25T21:40:44.206Z[ recovery-image] Feb 25 21:40:44.007 INFO O| Feb 25 21:40:44.007 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192026-02-25T21:40:44.232Z[ recovery-image] Feb 25 21:40:44.029 INFO O| Feb 25 21:40:44.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
67202026-02-25T21:40:44.232Z[ recovery-image] Feb 25 21:40:44.030 INFO O| Feb 25 21:40:44.029 INFO STEP 442 (remove_files) COMPLETE
67212026-02-25T21:40:44.232Z[ recovery-image] Feb 25 21:40:44.030 INFO O| Feb 25 21:40:44.029 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222026-02-25T21:40:44.232Z[ recovery-image] Feb 25 21:40:44.050 INFO O| Feb 25 21:40:44.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
67232026-02-25T21:40:44.232Z[ recovery-image] Feb 25 21:40:44.050 INFO O| Feb 25 21:40:44.050 INFO STEP 443 (remove_files) COMPLETE
67242026-02-25T21:40:44.232Z[ recovery-image] Feb 25 21:40:44.050 INFO O| Feb 25 21:40:44.050 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252026-02-25T21:40:44.258Z[ recovery-image] Feb 25 21:40:44.071 INFO O| Feb 25 21:40:44.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
67262026-02-25T21:40:44.258Z[ recovery-image] Feb 25 21:40:44.071 INFO O| Feb 25 21:40:44.070 INFO STEP 444 (remove_files) COMPLETE
67272026-02-25T21:40:44.258Z[ recovery-image] Feb 25 21:40:44.071 INFO O| Feb 25 21:40:44.070 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282026-02-25T21:40:44.283Z[ recovery-image] Feb 25 21:40:44.092 INFO O| Feb 25 21:40:44.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
67292026-02-25T21:40:44.283Z[ recovery-image] Feb 25 21:40:44.092 INFO O| Feb 25 21:40:44.092 INFO STEP 445 (remove_files) COMPLETE
67302026-02-25T21:40:44.283Z[ recovery-image] Feb 25 21:40:44.092 INFO O| Feb 25 21:40:44.092 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312026-02-25T21:40:44.309Z[ recovery-image] Feb 25 21:40:44.113 INFO O| Feb 25 21:40:44.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
67322026-02-25T21:40:44.309Z[ recovery-image] Feb 25 21:40:44.113 INFO O| Feb 25 21:40:44.113 INFO STEP 446 (remove_files) COMPLETE
67332026-02-25T21:40:44.309Z[ recovery-image] Feb 25 21:40:44.113 INFO O| Feb 25 21:40:44.113 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342026-02-25T21:40:44.335Z[ recovery-image] Feb 25 21:40:44.140 INFO O| Feb 25 21:40:44.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
67352026-02-25T21:40:44.335Z[ recovery-image] Feb 25 21:40:44.140 INFO O| Feb 25 21:40:44.140 INFO STEP 447 (remove_files) COMPLETE
67362026-02-25T21:40:44.335Z[ recovery-image] Feb 25 21:40:44.140 INFO O| Feb 25 21:40:44.140 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372026-02-25T21:40:44.361Z[ recovery-image] Feb 25 21:40:44.162 INFO O| Feb 25 21:40:44.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
67382026-02-25T21:40:44.361Z[ recovery-image] Feb 25 21:40:44.162 INFO O| Feb 25 21:40:44.162 INFO STEP 448 (remove_files) COMPLETE
67392026-02-25T21:40:44.361Z[ recovery-image] Feb 25 21:40:44.162 INFO O| Feb 25 21:40:44.162 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402026-02-25T21:40:44.386Z[ recovery-image] Feb 25 21:40:44.185 INFO O| Feb 25 21:40:44.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
67412026-02-25T21:40:44.386Z[ recovery-image] Feb 25 21:40:44.185 INFO O| Feb 25 21:40:44.185 INFO STEP 449 (remove_files) COMPLETE
67422026-02-25T21:40:44.387Z[ recovery-image] Feb 25 21:40:44.185 INFO O| Feb 25 21:40:44.185 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432026-02-25T21:40:44.387Z[ recovery-image] Feb 25 21:40:44.205 INFO O| Feb 25 21:40:44.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
67442026-02-25T21:40:44.387Z[ recovery-image] Feb 25 21:40:44.205 INFO O| Feb 25 21:40:44.204 INFO STEP 450 (remove_files) COMPLETE
67452026-02-25T21:40:44.387Z[ recovery-image] Feb 25 21:40:44.205 INFO O| Feb 25 21:40:44.204 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462026-02-25T21:40:44.413Z[ recovery-image] Feb 25 21:40:44.223 INFO O| Feb 25 21:40:44.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
67472026-02-25T21:40:44.413Z[ recovery-image] Feb 25 21:40:44.223 INFO O| Feb 25 21:40:44.223 INFO STEP 451 (remove_files) COMPLETE
67482026-02-25T21:40:44.413Z[ recovery-image] Feb 25 21:40:44.224 INFO O| Feb 25 21:40:44.223 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492026-02-25T21:40:44.438Z[ recovery-image] Feb 25 21:40:44.245 INFO O| Feb 25 21:40:44.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
67502026-02-25T21:40:44.438Z[ recovery-image] Feb 25 21:40:44.245 INFO O| Feb 25 21:40:44.245 INFO STEP 452 (remove_files) COMPLETE
67512026-02-25T21:40:44.438Z[ recovery-image] Feb 25 21:40:44.245 INFO O| Feb 25 21:40:44.245 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522026-02-25T21:40:44.464Z[ recovery-image] Feb 25 21:40:44.264 INFO O| Feb 25 21:40:44.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67532026-02-25T21:40:44.464Z[ recovery-image] Feb 25 21:40:44.265 INFO O| Feb 25 21:40:44.264 INFO STEP 453 (remove_files) COMPLETE
67542026-02-25T21:40:44.464Z[ recovery-image] Feb 25 21:40:44.265 INFO O| Feb 25 21:40:44.265 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552026-02-25T21:40:44.489Z[ recovery-image] Feb 25 21:40:44.288 INFO O| Feb 25 21:40:44.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67562026-02-25T21:40:44.490Z[ recovery-image] Feb 25 21:40:44.288 INFO O| Feb 25 21:40:44.287 INFO STEP 454 (remove_files) COMPLETE
67572026-02-25T21:40:44.490Z[ recovery-image] Feb 25 21:40:44.288 INFO O| Feb 25 21:40:44.287 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582026-02-25T21:40:44.490Z[ recovery-image] Feb 25 21:40:44.311 INFO O| Feb 25 21:40:44.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67592026-02-25T21:40:44.490Z[ recovery-image] Feb 25 21:40:44.312 INFO O| Feb 25 21:40:44.311 INFO STEP 455 (remove_files) COMPLETE
67602026-02-25T21:40:44.490Z[ recovery-image] Feb 25 21:40:44.312 INFO O| Feb 25 21:40:44.311 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612026-02-25T21:40:44.515Z[ recovery-image] Feb 25 21:40:44.334 INFO O| Feb 25 21:40:44.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67622026-02-25T21:40:44.515Z[ recovery-image] Feb 25 21:40:44.335 INFO O| Feb 25 21:40:44.335 INFO STEP 456 (remove_files) COMPLETE
67632026-02-25T21:40:44.515Z[ recovery-image] Feb 25 21:40:44.335 INFO O| Feb 25 21:40:44.335 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642026-02-25T21:40:44.539Z[ recovery-image] Feb 25 21:40:44.354 INFO O| Feb 25 21:40:44.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67652026-02-25T21:40:44.540Z[ recovery-image] Feb 25 21:40:44.355 INFO O| Feb 25 21:40:44.355 INFO STEP 457 (remove_files) COMPLETE
67662026-02-25T21:40:44.540Z[ recovery-image] Feb 25 21:40:44.355 INFO O| Feb 25 21:40:44.355 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672026-02-25T21:40:44.564Z[ recovery-image] Feb 25 21:40:44.372 INFO O| Feb 25 21:40:44.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67682026-02-25T21:40:44.564Z[ recovery-image] Feb 25 21:40:44.372 INFO O| Feb 25 21:40:44.372 INFO STEP 458 (remove_files) COMPLETE
67692026-02-25T21:40:44.564Z[ recovery-image] Feb 25 21:40:44.372 INFO O| Feb 25 21:40:44.372 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702026-02-25T21:40:44.590Z[ recovery-image] Feb 25 21:40:44.398 INFO O| Feb 25 21:40:44.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67712026-02-25T21:40:44.590Z[ recovery-image] Feb 25 21:40:44.398 INFO O| Feb 25 21:40:44.398 INFO STEP 459 (remove_files) COMPLETE
67722026-02-25T21:40:44.590Z[ recovery-image] Feb 25 21:40:44.398 INFO O| Feb 25 21:40:44.398 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732026-02-25T21:40:44.615Z[ recovery-image] Feb 25 21:40:44.429 INFO O| Feb 25 21:40:44.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67742026-02-25T21:40:44.615Z[ recovery-image] Feb 25 21:40:44.429 INFO O| Feb 25 21:40:44.428 INFO STEP 460 (remove_files) COMPLETE
67752026-02-25T21:40:44.615Z[ recovery-image] Feb 25 21:40:44.429 INFO O| Feb 25 21:40:44.428 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762026-02-25T21:40:44.640Z[ recovery-image] Feb 25 21:40:44.450 INFO O| Feb 25 21:40:44.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67772026-02-25T21:40:44.641Z[ recovery-image] Feb 25 21:40:44.450 INFO O| Feb 25 21:40:44.450 INFO STEP 461 (remove_files) COMPLETE
67782026-02-25T21:40:44.641Z[ recovery-image] Feb 25 21:40:44.450 INFO O| Feb 25 21:40:44.450 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792026-02-25T21:40:44.666Z[ recovery-image] Feb 25 21:40:44.479 INFO O| Feb 25 21:40:44.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67802026-02-25T21:40:44.667Z[ recovery-image] Feb 25 21:40:44.479 INFO O| Feb 25 21:40:44.479 INFO STEP 462 (remove_files) COMPLETE
67812026-02-25T21:40:44.667Z[ recovery-image] Feb 25 21:40:44.479 INFO O| Feb 25 21:40:44.479 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822026-02-25T21:40:44.692Z[ recovery-image] Feb 25 21:40:44.505 INFO O| Feb 25 21:40:44.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67832026-02-25T21:40:44.692Z[ recovery-image] Feb 25 21:40:44.506 INFO O| Feb 25 21:40:44.505 INFO STEP 463 (remove_files) COMPLETE
67842026-02-25T21:40:44.692Z[ recovery-image] Feb 25 21:40:44.506 INFO O| Feb 25 21:40:44.505 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852026-02-25T21:40:44.717Z[ recovery-image] Feb 25 21:40:44.524 INFO O| Feb 25 21:40:44.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67862026-02-25T21:40:44.717Z[ recovery-image] Feb 25 21:40:44.524 INFO O| Feb 25 21:40:44.524 INFO STEP 464 (remove_files) COMPLETE
67872026-02-25T21:40:44.717Z[ recovery-image] Feb 25 21:40:44.524 INFO O| Feb 25 21:40:44.524 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882026-02-25T21:40:44.741Z[ recovery-image] Feb 25 21:40:44.543 INFO O| Feb 25 21:40:44.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67892026-02-25T21:40:44.741Z[ recovery-image] Feb 25 21:40:44.543 INFO O| Feb 25 21:40:44.543 INFO STEP 465 (remove_files) COMPLETE
67902026-02-25T21:40:44.742Z[ recovery-image] Feb 25 21:40:44.543 INFO O| Feb 25 21:40:44.543 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912026-02-25T21:40:44.742Z[ recovery-image] Feb 25 21:40:44.564 INFO O| Feb 25 21:40:44.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67922026-02-25T21:40:44.742Z[ recovery-image] Feb 25 21:40:44.565 INFO O| Feb 25 21:40:44.565 INFO STEP 466 (remove_files) COMPLETE
67932026-02-25T21:40:44.743Z[ recovery-image] Feb 25 21:40:44.565 INFO O| Feb 25 21:40:44.565 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942026-02-25T21:40:44.768Z[ recovery-image] Feb 25 21:40:44.583 INFO O| Feb 25 21:40:44.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67952026-02-25T21:40:44.768Z[ recovery-image] Feb 25 21:40:44.583 INFO O| Feb 25 21:40:44.583 INFO STEP 467 (remove_files) COMPLETE
67962026-02-25T21:40:44.768Z[ recovery-image] Feb 25 21:40:44.584 INFO O| Feb 25 21:40:44.583 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972026-02-25T21:40:44.793Z[ recovery-image] Feb 25 21:40:44.600 INFO O| Feb 25 21:40:44.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67982026-02-25T21:40:44.793Z[ recovery-image] Feb 25 21:40:44.600 INFO O| Feb 25 21:40:44.600 INFO STEP 468 (remove_files) COMPLETE
67992026-02-25T21:40:44.793Z[ recovery-image] Feb 25 21:40:44.600 INFO O| Feb 25 21:40:44.600 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002026-02-25T21:40:44.793Z[ recovery-image] Feb 25 21:40:44.614 INFO O| Feb 25 21:40:44.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
68012026-02-25T21:40:44.793Z[ recovery-image] Feb 25 21:40:44.614 INFO O| Feb 25 21:40:44.614 INFO STEP 469 (remove_files) COMPLETE
68022026-02-25T21:40:44.794Z[ recovery-image] Feb 25 21:40:44.614 INFO O| Feb 25 21:40:44.614 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032026-02-25T21:40:44.820Z[ recovery-image] Feb 25 21:40:44.636 INFO O| Feb 25 21:40:44.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
68042026-02-25T21:40:44.820Z[ recovery-image] Feb 25 21:40:44.636 INFO O| Feb 25 21:40:44.636 INFO STEP 470 (remove_files) COMPLETE
68052026-02-25T21:40:44.820Z[ recovery-image] Feb 25 21:40:44.636 INFO O| Feb 25 21:40:44.636 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062026-02-25T21:40:44.845Z[ recovery-image] Feb 25 21:40:44.660 INFO O| Feb 25 21:40:44.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
68072026-02-25T21:40:44.845Z[ recovery-image] Feb 25 21:40:44.660 INFO O| Feb 25 21:40:44.659 INFO STEP 471 (remove_files) COMPLETE
68082026-02-25T21:40:44.845Z[ recovery-image] Feb 25 21:40:44.660 INFO O| Feb 25 21:40:44.659 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092026-02-25T21:40:44.870Z[ recovery-image] Feb 25 21:40:44.678 INFO O| Feb 25 21:40:44.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
68102026-02-25T21:40:44.870Z[ recovery-image] Feb 25 21:40:44.678 INFO O| Feb 25 21:40:44.678 INFO STEP 472 (remove_files) COMPLETE
68112026-02-25T21:40:44.870Z[ recovery-image] Feb 25 21:40:44.678 INFO O| Feb 25 21:40:44.678 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122026-02-25T21:40:44.896Z[ recovery-image] Feb 25 21:40:44.695 INFO O| Feb 25 21:40:44.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
68132026-02-25T21:40:44.896Z[ recovery-image] Feb 25 21:40:44.695 INFO O| Feb 25 21:40:44.695 INFO STEP 473 (remove_files) COMPLETE
68142026-02-25T21:40:44.896Z[ recovery-image] Feb 25 21:40:44.695 INFO O| Feb 25 21:40:44.695 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152026-02-25T21:40:44.896Z[ recovery-image] Feb 25 21:40:44.715 INFO O| Feb 25 21:40:44.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
68162026-02-25T21:40:44.922Z[ recovery-image] Feb 25 21:40:44.715 INFO O| Feb 25 21:40:44.715 INFO STEP 474 (remove_files) COMPLETE
68172026-02-25T21:40:44.922Z[ recovery-image] Feb 25 21:40:44.715 INFO O| Feb 25 21:40:44.715 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182026-02-25T21:40:44.922Z[ recovery-image] Feb 25 21:40:44.734 INFO O| Feb 25 21:40:44.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
68192026-02-25T21:40:44.922Z[ recovery-image] Feb 25 21:40:44.734 INFO O| Feb 25 21:40:44.733 INFO STEP 475 (remove_files) COMPLETE
68202026-02-25T21:40:44.923Z[ recovery-image] Feb 25 21:40:44.734 INFO O| Feb 25 21:40:44.733 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212026-02-25T21:40:44.949Z[ recovery-image] Feb 25 21:40:44.750 INFO O| Feb 25 21:40:44.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
68222026-02-25T21:40:44.949Z[ recovery-image] Feb 25 21:40:44.750 INFO O| Feb 25 21:40:44.750 INFO STEP 476 (remove_files) COMPLETE
68232026-02-25T21:40:44.949Z[ recovery-image] Feb 25 21:40:44.750 INFO O| Feb 25 21:40:44.750 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242026-02-25T21:40:44.974Z[ recovery-image] Feb 25 21:40:44.776 INFO O| Feb 25 21:40:44.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
68252026-02-25T21:40:44.974Z[ recovery-image] Feb 25 21:40:44.776 INFO O| Feb 25 21:40:44.775 INFO STEP 477 (remove_files) COMPLETE
68262026-02-25T21:40:44.974Z[ recovery-image] Feb 25 21:40:44.776 INFO O| Feb 25 21:40:44.775 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272026-02-25T21:40:44.999Z[ recovery-image] Feb 25 21:40:44.802 INFO O| Feb 25 21:40:44.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
68282026-02-25T21:40:44.999Z[ recovery-image] Feb 25 21:40:44.802 INFO O| Feb 25 21:40:44.801 INFO STEP 478 (remove_files) COMPLETE
68292026-02-25T21:40:44.999Z[ recovery-image] Feb 25 21:40:44.802 INFO O| Feb 25 21:40:44.802 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302026-02-25T21:40:45.024Z[ recovery-image] Feb 25 21:40:44.829 INFO O| Feb 25 21:40:44.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
68312026-02-25T21:40:45.025Z[ recovery-image] Feb 25 21:40:44.829 INFO O| Feb 25 21:40:44.829 INFO STEP 479 (remove_files) COMPLETE
68322026-02-25T21:40:45.025Z[ recovery-image] Feb 25 21:40:44.829 INFO O| Feb 25 21:40:44.829 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332026-02-25T21:40:45.051Z[ recovery-image] Feb 25 21:40:44.855 INFO O| Feb 25 21:40:44.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
68342026-02-25T21:40:45.051Z[ recovery-image] Feb 25 21:40:44.855 INFO O| Feb 25 21:40:44.854 INFO STEP 480 (remove_files) COMPLETE
68352026-02-25T21:40:45.051Z[ recovery-image] Feb 25 21:40:44.855 INFO O| Feb 25 21:40:44.854 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362026-02-25T21:40:45.076Z[ recovery-image] Feb 25 21:40:44.876 INFO O| Feb 25 21:40:44.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
68372026-02-25T21:40:45.076Z[ recovery-image] Feb 25 21:40:44.876 INFO O| Feb 25 21:40:44.876 INFO STEP 481 (remove_files) COMPLETE
68382026-02-25T21:40:45.076Z[ recovery-image] Feb 25 21:40:44.876 INFO O| Feb 25 21:40:44.876 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392026-02-25T21:40:45.076Z[ recovery-image] Feb 25 21:40:44.891 INFO O| Feb 25 21:40:44.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
68402026-02-25T21:40:45.076Z[ recovery-image] Feb 25 21:40:44.891 INFO O| Feb 25 21:40:44.890 INFO STEP 482 (remove_files) COMPLETE
68412026-02-25T21:40:45.076Z[ recovery-image] Feb 25 21:40:44.891 INFO O| Feb 25 21:40:44.890 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422026-02-25T21:40:45.101Z[ recovery-image] Feb 25 21:40:44.911 INFO O| Feb 25 21:40:44.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
68432026-02-25T21:40:45.101Z[ recovery-image] Feb 25 21:40:44.911 INFO O| Feb 25 21:40:44.910 INFO STEP 483 (remove_files) COMPLETE
68442026-02-25T21:40:45.101Z[ recovery-image] Feb 25 21:40:44.911 INFO O| Feb 25 21:40:44.910 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452026-02-25T21:40:45.126Z[ recovery-image] Feb 25 21:40:44.935 INFO O| Feb 25 21:40:44.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
68462026-02-25T21:40:45.126Z[ recovery-image] Feb 25 21:40:44.935 INFO O| Feb 25 21:40:44.935 INFO STEP 484 (remove_files) COMPLETE
68472026-02-25T21:40:45.126Z[ recovery-image] Feb 25 21:40:44.935 INFO O| Feb 25 21:40:44.935 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482026-02-25T21:40:45.151Z[ recovery-image] Feb 25 21:40:44.955 INFO O| Feb 25 21:40:44.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68492026-02-25T21:40:45.151Z[ recovery-image] Feb 25 21:40:44.956 INFO O| Feb 25 21:40:44.956 INFO STEP 485 (remove_files) COMPLETE
68502026-02-25T21:40:45.151Z[ recovery-image] Feb 25 21:40:44.956 INFO O| Feb 25 21:40:44.956 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512026-02-25T21:40:45.178Z[ recovery-image] Feb 25 21:40:44.975 INFO O| Feb 25 21:40:44.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68522026-02-25T21:40:45.178Z[ recovery-image] Feb 25 21:40:44.975 INFO O| Feb 25 21:40:44.974 INFO STEP 486 (remove_files) COMPLETE
68532026-02-25T21:40:45.178Z[ recovery-image] Feb 25 21:40:44.975 INFO O| Feb 25 21:40:44.974 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542026-02-25T21:40:45.178Z[ recovery-image] Feb 25 21:40:44.990 INFO O| Feb 25 21:40:44.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68552026-02-25T21:40:45.178Z[ recovery-image] Feb 25 21:40:44.990 INFO O| Feb 25 21:40:44.989 INFO STEP 487 (remove_files) COMPLETE
68562026-02-25T21:40:45.178Z[ recovery-image] Feb 25 21:40:44.990 INFO O| Feb 25 21:40:44.989 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572026-02-25T21:40:45.204Z[ recovery-image] Feb 25 21:40:45.004 INFO O| Feb 25 21:40:45.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68582026-02-25T21:40:45.204Z[ recovery-image] Feb 25 21:40:45.004 INFO O| Feb 25 21:40:45.002 INFO STEP 488 (remove_files) COMPLETE
68592026-02-25T21:40:45.204Z[ recovery-image] Feb 25 21:40:45.004 INFO O| Feb 25 21:40:45.002 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602026-02-25T21:40:45.204Z[ recovery-image] Feb 25 21:40:45.020 INFO O| Feb 25 21:40:45.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68612026-02-25T21:40:45.204Z[ recovery-image] Feb 25 21:40:45.020 INFO O| Feb 25 21:40:45.019 INFO STEP 489 (remove_files) COMPLETE
68622026-02-25T21:40:45.204Z[ recovery-image] Feb 25 21:40:45.020 INFO O| Feb 25 21:40:45.019 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632026-02-25T21:40:45.230Z[ recovery-image] Feb 25 21:40:45.039 INFO O| Feb 25 21:40:45.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68642026-02-25T21:40:45.230Z[ recovery-image] Feb 25 21:40:45.039 INFO O| Feb 25 21:40:45.037 INFO STEP 490 (remove_files) COMPLETE
68652026-02-25T21:40:45.230Z[ recovery-image] Feb 25 21:40:45.039 INFO O| Feb 25 21:40:45.037 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662026-02-25T21:40:45.254Z[ recovery-image] Feb 25 21:40:45.061 INFO O| Feb 25 21:40:45.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68672026-02-25T21:40:45.254Z[ recovery-image] Feb 25 21:40:45.061 INFO O| Feb 25 21:40:45.061 INFO STEP 491 (remove_files) COMPLETE
68682026-02-25T21:40:45.254Z[ recovery-image] Feb 25 21:40:45.061 INFO O| Feb 25 21:40:45.061 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692026-02-25T21:40:45.282Z[ recovery-image] Feb 25 21:40:45.084 INFO O| Feb 25 21:40:45.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
68702026-02-25T21:40:45.282Z[ recovery-image] Feb 25 21:40:45.084 INFO O| Feb 25 21:40:45.084 INFO STEP 492 (remove_files) COMPLETE
68712026-02-25T21:40:45.282Z[ recovery-image] Feb 25 21:40:45.084 INFO O| Feb 25 21:40:45.084 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722026-02-25T21:40:45.308Z[ recovery-image] Feb 25 21:40:45.109 INFO O| Feb 25 21:40:45.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68732026-02-25T21:40:45.308Z[ recovery-image] Feb 25 21:40:45.110 INFO O| Feb 25 21:40:45.110 INFO STEP 493 (remove_files) COMPLETE
68742026-02-25T21:40:45.308Z[ recovery-image] Feb 25 21:40:45.110 INFO O| Feb 25 21:40:45.110 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752026-02-25T21:40:45.334Z[ recovery-image] Feb 25 21:40:45.135 INFO O| Feb 25 21:40:45.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68762026-02-25T21:40:45.334Z[ recovery-image] Feb 25 21:40:45.135 INFO O| Feb 25 21:40:45.135 INFO STEP 494 (remove_files) COMPLETE
68772026-02-25T21:40:45.334Z[ recovery-image] Feb 25 21:40:45.135 INFO O| Feb 25 21:40:45.135 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782026-02-25T21:40:45.359Z[ recovery-image] Feb 25 21:40:45.159 INFO O| Feb 25 21:40:45.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68792026-02-25T21:40:45.359Z[ recovery-image] Feb 25 21:40:45.159 INFO O| Feb 25 21:40:45.158 INFO STEP 495 (remove_files) COMPLETE
68802026-02-25T21:40:45.359Z[ recovery-image] Feb 25 21:40:45.159 INFO O| Feb 25 21:40:45.158 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812026-02-25T21:40:45.359Z[ recovery-image] Feb 25 21:40:45.178 INFO O| Feb 25 21:40:45.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68822026-02-25T21:40:45.359Z[ recovery-image] Feb 25 21:40:45.178 INFO O| Feb 25 21:40:45.178 INFO STEP 496 (remove_files) COMPLETE
68832026-02-25T21:40:45.359Z[ recovery-image] Feb 25 21:40:45.179 INFO O| Feb 25 21:40:45.178 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842026-02-25T21:40:45.384Z[ recovery-image] Feb 25 21:40:45.198 INFO O| Feb 25 21:40:45.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68852026-02-25T21:40:45.384Z[ recovery-image] Feb 25 21:40:45.198 INFO O| Feb 25 21:40:45.198 INFO STEP 497 (remove_files) COMPLETE
68862026-02-25T21:40:45.384Z[ recovery-image] Feb 25 21:40:45.198 INFO O| Feb 25 21:40:45.198 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872026-02-25T21:40:45.411Z[ recovery-image] Feb 25 21:40:45.218 INFO O| Feb 25 21:40:45.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68882026-02-25T21:40:45.411Z[ recovery-image] Feb 25 21:40:45.218 INFO O| Feb 25 21:40:45.218 INFO STEP 498 (remove_files) COMPLETE
68892026-02-25T21:40:45.413Z[ recovery-image] Feb 25 21:40:45.218 INFO O| Feb 25 21:40:45.218 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902026-02-25T21:40:45.439Z[ recovery-image] Feb 25 21:40:45.241 INFO O| Feb 25 21:40:45.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68912026-02-25T21:40:45.439Z[ recovery-image] Feb 25 21:40:45.241 INFO O| Feb 25 21:40:45.241 INFO STEP 499 (remove_files) COMPLETE
68922026-02-25T21:40:45.439Z[ recovery-image] Feb 25 21:40:45.241 INFO O| Feb 25 21:40:45.241 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932026-02-25T21:40:45.464Z[ recovery-image] Feb 25 21:40:45.265 INFO O| Feb 25 21:40:45.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68942026-02-25T21:40:45.464Z[ recovery-image] Feb 25 21:40:45.265 INFO O| Feb 25 21:40:45.265 INFO STEP 500 (remove_files) COMPLETE
68952026-02-25T21:40:45.464Z[ recovery-image] Feb 25 21:40:45.265 INFO O| Feb 25 21:40:45.265 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962026-02-25T21:40:45.464Z[ recovery-image] Feb 25 21:40:45.287 INFO O| Feb 25 21:40:45.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
68972026-02-25T21:40:45.464Z[ recovery-image] Feb 25 21:40:45.287 INFO O| Feb 25 21:40:45.287 INFO STEP 501 (remove_files) COMPLETE
68982026-02-25T21:40:45.464Z[ recovery-image] Feb 25 21:40:45.287 INFO O| Feb 25 21:40:45.287 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992026-02-25T21:40:45.489Z[ recovery-image] Feb 25 21:40:45.307 INFO O| Feb 25 21:40:45.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
69002026-02-25T21:40:45.489Z[ recovery-image] Feb 25 21:40:45.308 INFO O| Feb 25 21:40:45.308 INFO STEP 502 (remove_files) COMPLETE
69012026-02-25T21:40:45.489Z[ recovery-image] Feb 25 21:40:45.308 INFO O| Feb 25 21:40:45.308 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022026-02-25T21:40:45.514Z[ recovery-image] Feb 25 21:40:45.332 INFO O| Feb 25 21:40:45.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
69032026-02-25T21:40:45.514Z[ recovery-image] Feb 25 21:40:45.332 INFO O| Feb 25 21:40:45.331 INFO STEP 503 (remove_files) COMPLETE
69042026-02-25T21:40:45.514Z[ recovery-image] Feb 25 21:40:45.332 INFO O| Feb 25 21:40:45.331 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052026-02-25T21:40:45.540Z[ recovery-image] Feb 25 21:40:45.350 INFO O| Feb 25 21:40:45.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
69062026-02-25T21:40:45.540Z[ recovery-image] Feb 25 21:40:45.350 INFO O| Feb 25 21:40:45.350 INFO STEP 504 (remove_files) COMPLETE
69072026-02-25T21:40:45.540Z[ recovery-image] Feb 25 21:40:45.350 INFO O| Feb 25 21:40:45.350 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082026-02-25T21:40:45.565Z[ recovery-image] Feb 25 21:40:45.367 INFO O| Feb 25 21:40:45.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
69092026-02-25T21:40:45.565Z[ recovery-image] Feb 25 21:40:45.367 INFO O| Feb 25 21:40:45.367 INFO STEP 505 (remove_files) COMPLETE
69102026-02-25T21:40:45.565Z[ recovery-image] Feb 25 21:40:45.367 INFO O| Feb 25 21:40:45.367 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112026-02-25T21:40:45.565Z[ recovery-image] Feb 25 21:40:45.384 INFO O| Feb 25 21:40:45.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
69122026-02-25T21:40:45.565Z[ recovery-image] Feb 25 21:40:45.384 INFO O| Feb 25 21:40:45.384 INFO STEP 506 (remove_files) COMPLETE
69132026-02-25T21:40:45.565Z[ recovery-image] Feb 25 21:40:45.384 INFO O| Feb 25 21:40:45.384 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142026-02-25T21:40:45.590Z[ recovery-image] Feb 25 21:40:45.408 INFO O| Feb 25 21:40:45.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
69152026-02-25T21:40:45.591Z[ recovery-image] Feb 25 21:40:45.408 INFO O| Feb 25 21:40:45.408 INFO STEP 507 (remove_files) COMPLETE
69162026-02-25T21:40:45.591Z[ recovery-image] Feb 25 21:40:45.408 INFO O| Feb 25 21:40:45.408 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172026-02-25T21:40:45.616Z[ recovery-image] Feb 25 21:40:45.434 INFO O| Feb 25 21:40:45.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
69182026-02-25T21:40:45.616Z[ recovery-image] Feb 25 21:40:45.434 INFO O| Feb 25 21:40:45.434 INFO STEP 508 (remove_files) COMPLETE
69192026-02-25T21:40:45.616Z[ recovery-image] Feb 25 21:40:45.434 INFO O| Feb 25 21:40:45.434 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202026-02-25T21:40:45.641Z[ recovery-image] Feb 25 21:40:45.453 INFO O| Feb 25 21:40:45.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
69212026-02-25T21:40:45.641Z[ recovery-image] Feb 25 21:40:45.453 INFO O| Feb 25 21:40:45.453 INFO STEP 509 (remove_files) COMPLETE
69222026-02-25T21:40:45.641Z[ recovery-image] Feb 25 21:40:45.453 INFO O| Feb 25 21:40:45.453 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232026-02-25T21:40:45.667Z[ recovery-image] Feb 25 21:40:45.470 INFO O| Feb 25 21:40:45.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
69242026-02-25T21:40:45.667Z[ recovery-image] Feb 25 21:40:45.470 INFO O| Feb 25 21:40:45.470 INFO STEP 510 (remove_files) COMPLETE
69252026-02-25T21:40:45.667Z[ recovery-image] Feb 25 21:40:45.470 INFO O| Feb 25 21:40:45.470 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262026-02-25T21:40:45.667Z[ recovery-image] Feb 25 21:40:45.489 INFO O| Feb 25 21:40:45.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
69272026-02-25T21:40:45.667Z[ recovery-image] Feb 25 21:40:45.489 INFO O| Feb 25 21:40:45.488 INFO STEP 511 (remove_files) COMPLETE
69282026-02-25T21:40:45.667Z[ recovery-image] Feb 25 21:40:45.489 INFO O| Feb 25 21:40:45.489 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292026-02-25T21:40:45.692Z[ recovery-image] Feb 25 21:40:45.508 INFO O| Feb 25 21:40:45.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
69302026-02-25T21:40:45.693Z[ recovery-image] Feb 25 21:40:45.508 INFO O| Feb 25 21:40:45.507 INFO STEP 512 (remove_files) COMPLETE
69312026-02-25T21:40:45.693Z[ recovery-image] Feb 25 21:40:45.508 INFO O| Feb 25 21:40:45.507 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322026-02-25T21:40:45.719Z[ recovery-image] Feb 25 21:40:45.520 INFO O| Feb 25 21:40:45.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
69332026-02-25T21:40:45.719Z[ recovery-image] Feb 25 21:40:45.521 INFO O| Feb 25 21:40:45.521 INFO STEP 513 (remove_files) COMPLETE
69342026-02-25T21:40:45.719Z[ recovery-image] Feb 25 21:40:45.521 INFO O| Feb 25 21:40:45.521 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352026-02-25T21:40:45.744Z[ recovery-image] Feb 25 21:40:45.546 INFO O| Feb 25 21:40:45.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
69362026-02-25T21:40:45.744Z[ recovery-image] Feb 25 21:40:45.546 INFO O| Feb 25 21:40:45.546 INFO STEP 514 (remove_files) COMPLETE
69372026-02-25T21:40:45.744Z[ recovery-image] Feb 25 21:40:45.546 INFO O| Feb 25 21:40:45.546 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382026-02-25T21:40:45.769Z[ recovery-image] Feb 25 21:40:45.570 INFO O| Feb 25 21:40:45.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
69392026-02-25T21:40:45.769Z[ recovery-image] Feb 25 21:40:45.571 INFO O| Feb 25 21:40:45.570 INFO STEP 515 (remove_files) COMPLETE
69402026-02-25T21:40:45.769Z[ recovery-image] Feb 25 21:40:45.571 INFO O| Feb 25 21:40:45.570 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412026-02-25T21:40:45.794Z[ recovery-image] Feb 25 21:40:45.595 INFO O| Feb 25 21:40:45.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
69422026-02-25T21:40:45.794Z[ recovery-image] Feb 25 21:40:45.595 INFO O| Feb 25 21:40:45.595 INFO STEP 516 (remove_files) COMPLETE
69432026-02-25T21:40:45.794Z[ recovery-image] Feb 25 21:40:45.595 INFO O| Feb 25 21:40:45.595 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442026-02-25T21:40:45.794Z[ recovery-image] Feb 25 21:40:45.616 INFO O| Feb 25 21:40:45.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
69452026-02-25T21:40:45.794Z[ recovery-image] Feb 25 21:40:45.617 INFO O| Feb 25 21:40:45.617 INFO STEP 517 (remove_files) COMPLETE
69462026-02-25T21:40:45.794Z[ recovery-image] Feb 25 21:40:45.617 INFO O| Feb 25 21:40:45.617 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472026-02-25T21:40:45.821Z[ recovery-image] Feb 25 21:40:45.639 INFO O| Feb 25 21:40:45.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69482026-02-25T21:40:45.821Z[ recovery-image] Feb 25 21:40:45.639 INFO O| Feb 25 21:40:45.639 INFO STEP 518 (remove_files) COMPLETE
69492026-02-25T21:40:45.821Z[ recovery-image] Feb 25 21:40:45.639 INFO O| Feb 25 21:40:45.639 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502026-02-25T21:40:45.845Z[ recovery-image] Feb 25 21:40:45.656 INFO O| Feb 25 21:40:45.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69512026-02-25T21:40:45.845Z[ recovery-image] Feb 25 21:40:45.656 INFO O| Feb 25 21:40:45.656 INFO STEP 519 (remove_files) COMPLETE
69522026-02-25T21:40:45.845Z[ recovery-image] Feb 25 21:40:45.656 INFO O| Feb 25 21:40:45.656 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532026-02-25T21:40:45.871Z[ recovery-image] Feb 25 21:40:45.673 INFO O| Feb 25 21:40:45.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69542026-02-25T21:40:45.872Z[ recovery-image] Feb 25 21:40:45.673 INFO O| Feb 25 21:40:45.673 INFO STEP 520 (remove_files) COMPLETE
69552026-02-25T21:40:45.872Z[ recovery-image] Feb 25 21:40:45.673 INFO O| Feb 25 21:40:45.673 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562026-02-25T21:40:45.872Z[ recovery-image] Feb 25 21:40:45.689 INFO O| Feb 25 21:40:45.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69572026-02-25T21:40:45.872Z[ recovery-image] Feb 25 21:40:45.689 INFO O| Feb 25 21:40:45.689 INFO STEP 521 (remove_files) COMPLETE
69582026-02-25T21:40:45.872Z[ recovery-image] Feb 25 21:40:45.690 INFO O| Feb 25 21:40:45.689 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592026-02-25T21:40:45.897Z[ recovery-image] Feb 25 21:40:45.713 INFO O| Feb 25 21:40:45.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
69602026-02-25T21:40:45.897Z[ recovery-image] Feb 25 21:40:45.714 INFO O| Feb 25 21:40:45.714 INFO STEP 522 (remove_files) COMPLETE
69612026-02-25T21:40:45.897Z[ recovery-image] Feb 25 21:40:45.714 INFO O| Feb 25 21:40:45.714 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622026-02-25T21:40:45.922Z[ recovery-image] Feb 25 21:40:45.736 INFO O| Feb 25 21:40:45.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
69632026-02-25T21:40:45.922Z[ recovery-image] Feb 25 21:40:45.736 INFO O| Feb 25 21:40:45.736 INFO STEP 523 (remove_files) COMPLETE
69642026-02-25T21:40:45.923Z[ recovery-image] Feb 25 21:40:45.737 INFO O| Feb 25 21:40:45.736 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652026-02-25T21:40:45.949Z[ recovery-image] Feb 25 21:40:45.752 INFO O| Feb 25 21:40:45.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
69662026-02-25T21:40:45.949Z[ recovery-image] Feb 25 21:40:45.753 INFO O| Feb 25 21:40:45.752 INFO STEP 524 (remove_files) COMPLETE
69672026-02-25T21:40:45.949Z[ recovery-image] Feb 25 21:40:45.753 INFO O| Feb 25 21:40:45.753 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682026-02-25T21:40:45.949Z[ recovery-image] Feb 25 21:40:45.768 INFO O| Feb 25 21:40:45.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
69692026-02-25T21:40:45.949Z[ recovery-image] Feb 25 21:40:45.768 INFO O| Feb 25 21:40:45.768 INFO STEP 525 (remove_files) COMPLETE
69702026-02-25T21:40:45.949Z[ recovery-image] Feb 25 21:40:45.768 INFO O| Feb 25 21:40:45.768 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712026-02-25T21:40:45.975Z[ recovery-image] Feb 25 21:40:45.784 INFO O| Feb 25 21:40:45.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
69722026-02-25T21:40:45.975Z[ recovery-image] Feb 25 21:40:45.784 INFO O| Feb 25 21:40:45.784 INFO STEP 526 (remove_files) COMPLETE
69732026-02-25T21:40:45.975Z[ recovery-image] Feb 25 21:40:45.784 INFO O| Feb 25 21:40:45.784 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742026-02-25T21:40:46.002Z[ recovery-image] Feb 25 21:40:45.798 INFO O| Feb 25 21:40:45.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
69752026-02-25T21:40:46.002Z[ recovery-image] Feb 25 21:40:45.798 INFO O| Feb 25 21:40:45.797 INFO STEP 527 (remove_files) COMPLETE
69762026-02-25T21:40:46.002Z[ recovery-image] Feb 25 21:40:45.798 INFO O| Feb 25 21:40:45.797 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772026-02-25T21:40:46.027Z[ recovery-image] Feb 25 21:40:45.821 INFO O| Feb 25 21:40:45.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
69782026-02-25T21:40:46.030Z[ recovery-image] Feb 25 21:40:45.821 INFO O| Feb 25 21:40:45.820 INFO STEP 528 (remove_files) COMPLETE
69792026-02-25T21:40:46.030Z[ recovery-image] Feb 25 21:40:45.821 INFO O| Feb 25 21:40:45.820 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802026-02-25T21:40:46.030Z[ recovery-image] Feb 25 21:40:45.842 INFO O| Feb 25 21:40:45.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
69812026-02-25T21:40:46.030Z[ recovery-image] Feb 25 21:40:45.842 INFO O| Feb 25 21:40:45.842 INFO STEP 529 (remove_files) COMPLETE
69822026-02-25T21:40:46.030Z[ recovery-image] Feb 25 21:40:45.842 INFO O| Feb 25 21:40:45.842 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832026-02-25T21:40:46.055Z[ recovery-image] Feb 25 21:40:45.867 INFO O| Feb 25 21:40:45.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
69842026-02-25T21:40:46.055Z[ recovery-image] Feb 25 21:40:45.867 INFO O| Feb 25 21:40:45.867 INFO STEP 530 (remove_files) COMPLETE
69852026-02-25T21:40:46.055Z[ recovery-image] Feb 25 21:40:45.867 INFO O| Feb 25 21:40:45.867 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862026-02-25T21:40:46.080Z[ recovery-image] Feb 25 21:40:45.889 INFO O| Feb 25 21:40:45.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
69872026-02-25T21:40:46.080Z[ recovery-image] Feb 25 21:40:45.889 INFO O| Feb 25 21:40:45.889 INFO STEP 531 (remove_files) COMPLETE
69882026-02-25T21:40:46.080Z[ recovery-image] Feb 25 21:40:45.889 INFO O| Feb 25 21:40:45.889 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892026-02-25T21:40:46.105Z[ recovery-image] Feb 25 21:40:45.912 INFO O| Feb 25 21:40:45.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
69902026-02-25T21:40:46.106Z[ recovery-image] Feb 25 21:40:45.912 INFO O| Feb 25 21:40:45.912 INFO STEP 532 (remove_files) COMPLETE
69912026-02-25T21:40:46.106Z[ recovery-image] Feb 25 21:40:45.912 INFO O| Feb 25 21:40:45.912 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922026-02-25T21:40:46.131Z[ recovery-image] Feb 25 21:40:45.939 INFO O| Feb 25 21:40:45.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
69932026-02-25T21:40:46.131Z[ recovery-image] Feb 25 21:40:45.939 INFO O| Feb 25 21:40:45.938 INFO STEP 533 (remove_files) COMPLETE
69942026-02-25T21:40:46.131Z[ recovery-image] Feb 25 21:40:45.939 INFO O| Feb 25 21:40:45.938 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952026-02-25T21:40:46.156Z[ recovery-image] Feb 25 21:40:45.965 INFO O| Feb 25 21:40:45.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
69962026-02-25T21:40:46.156Z[ recovery-image] Feb 25 21:40:45.965 INFO O| Feb 25 21:40:45.964 INFO STEP 534 (remove_files) COMPLETE
69972026-02-25T21:40:46.156Z[ recovery-image] Feb 25 21:40:45.965 INFO O| Feb 25 21:40:45.964 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982026-02-25T21:40:46.181Z[ recovery-image] Feb 25 21:40:45.990 INFO O| Feb 25 21:40:45.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
69992026-02-25T21:40:46.181Z[ recovery-image] Feb 25 21:40:45.990 INFO O| Feb 25 21:40:45.990 INFO STEP 535 (remove_files) COMPLETE
70002026-02-25T21:40:46.181Z[ recovery-image] Feb 25 21:40:45.990 INFO O| Feb 25 21:40:45.990 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012026-02-25T21:40:46.208Z[ recovery-image] Feb 25 21:40:46.012 INFO O| Feb 25 21:40:46.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
70022026-02-25T21:40:46.208Z[ recovery-image] Feb 25 21:40:46.012 INFO O| Feb 25 21:40:46.010 INFO STEP 536 (remove_files) COMPLETE
70032026-02-25T21:40:46.208Z[ recovery-image] Feb 25 21:40:46.012 INFO O| Feb 25 21:40:46.010 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042026-02-25T21:40:46.234Z[ recovery-image] Feb 25 21:40:46.036 INFO O| Feb 25 21:40:46.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
70052026-02-25T21:40:46.235Z[ recovery-image] Feb 25 21:40:46.036 INFO O| Feb 25 21:40:46.036 INFO STEP 537 (remove_files) COMPLETE
70062026-02-25T21:40:46.235Z[ recovery-image] Feb 25 21:40:46.036 INFO O| Feb 25 21:40:46.036 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072026-02-25T21:40:46.261Z[ recovery-image] Feb 25 21:40:46.058 INFO O| Feb 25 21:40:46.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
70082026-02-25T21:40:46.261Z[ recovery-image] Feb 25 21:40:46.058 INFO O| Feb 25 21:40:46.057 INFO STEP 538 (remove_files) COMPLETE
70092026-02-25T21:40:46.261Z[ recovery-image] Feb 25 21:40:46.058 INFO O| Feb 25 21:40:46.057 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102026-02-25T21:40:46.261Z[ recovery-image] Feb 25 21:40:46.080 INFO O| Feb 25 21:40:46.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
70112026-02-25T21:40:46.261Z[ recovery-image] Feb 25 21:40:46.081 INFO O| Feb 25 21:40:46.080 INFO STEP 539 (remove_files) COMPLETE
70122026-02-25T21:40:46.261Z[ recovery-image] Feb 25 21:40:46.081 INFO O| Feb 25 21:40:46.080 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132026-02-25T21:40:46.286Z[ recovery-image] Feb 25 21:40:46.099 INFO O| Feb 25 21:40:46.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
70142026-02-25T21:40:46.286Z[ recovery-image] Feb 25 21:40:46.099 INFO O| Feb 25 21:40:46.099 INFO STEP 540 (remove_files) COMPLETE
70152026-02-25T21:40:46.286Z[ recovery-image] Feb 25 21:40:46.099 INFO O| Feb 25 21:40:46.099 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162026-02-25T21:40:46.312Z[ recovery-image] Feb 25 21:40:46.120 INFO O| Feb 25 21:40:46.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
70172026-02-25T21:40:46.312Z[ recovery-image] Feb 25 21:40:46.120 INFO O| Feb 25 21:40:46.120 INFO STEP 541 (remove_files) COMPLETE
70182026-02-25T21:40:46.312Z[ recovery-image] Feb 25 21:40:46.120 INFO O| Feb 25 21:40:46.120 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192026-02-25T21:40:46.338Z[ recovery-image] Feb 25 21:40:46.139 INFO O| Feb 25 21:40:46.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
70202026-02-25T21:40:46.338Z[ recovery-image] Feb 25 21:40:46.139 INFO O| Feb 25 21:40:46.139 INFO STEP 542 (remove_files) COMPLETE
70212026-02-25T21:40:46.338Z[ recovery-image] Feb 25 21:40:46.139 INFO O| Feb 25 21:40:46.139 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222026-02-25T21:40:46.338Z[ recovery-image] Feb 25 21:40:46.158 INFO O| Feb 25 21:40:46.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
70232026-02-25T21:40:46.338Z[ recovery-image] Feb 25 21:40:46.158 INFO O| Feb 25 21:40:46.158 INFO STEP 543 (remove_files) COMPLETE
70242026-02-25T21:40:46.338Z[ recovery-image] Feb 25 21:40:46.158 INFO O| Feb 25 21:40:46.158 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252026-02-25T21:40:46.364Z[ recovery-image] Feb 25 21:40:46.176 INFO O| Feb 25 21:40:46.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
70262026-02-25T21:40:46.364Z[ recovery-image] Feb 25 21:40:46.176 INFO O| Feb 25 21:40:46.176 INFO STEP 544 (remove_files) COMPLETE
70272026-02-25T21:40:46.364Z[ recovery-image] Feb 25 21:40:46.176 INFO O| Feb 25 21:40:46.176 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282026-02-25T21:40:46.389Z[ recovery-image] Feb 25 21:40:46.201 INFO O| Feb 25 21:40:46.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
70292026-02-25T21:40:46.391Z[ recovery-image] Feb 25 21:40:46.201 INFO O| Feb 25 21:40:46.201 INFO STEP 545 (remove_files) COMPLETE
70302026-02-25T21:40:46.391Z[ recovery-image] Feb 25 21:40:46.201 INFO O| Feb 25 21:40:46.201 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312026-02-25T21:40:46.415Z[ recovery-image] Feb 25 21:40:46.225 INFO O| Feb 25 21:40:46.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
70322026-02-25T21:40:46.416Z[ recovery-image] Feb 25 21:40:46.226 INFO O| Feb 25 21:40:46.225 INFO STEP 546 (remove_files) COMPLETE
70332026-02-25T21:40:46.416Z[ recovery-image] Feb 25 21:40:46.226 INFO O| Feb 25 21:40:46.225 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342026-02-25T21:40:46.441Z[ recovery-image] Feb 25 21:40:46.247 INFO O| Feb 25 21:40:46.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
70352026-02-25T21:40:46.441Z[ recovery-image] Feb 25 21:40:46.247 INFO O| Feb 25 21:40:46.247 INFO STEP 547 (remove_files) COMPLETE
70362026-02-25T21:40:46.441Z[ recovery-image] Feb 25 21:40:46.247 INFO O| Feb 25 21:40:46.247 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372026-02-25T21:40:46.468Z[ recovery-image] Feb 25 21:40:46.269 INFO O| Feb 25 21:40:46.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
70382026-02-25T21:40:46.468Z[ recovery-image] Feb 25 21:40:46.269 INFO O| Feb 25 21:40:46.268 INFO STEP 548 (remove_files) COMPLETE
70392026-02-25T21:40:46.468Z[ recovery-image] Feb 25 21:40:46.269 INFO O| Feb 25 21:40:46.268 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402026-02-25T21:40:46.492Z[ recovery-image] Feb 25 21:40:46.293 INFO O| Feb 25 21:40:46.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
70412026-02-25T21:40:46.492Z[ recovery-image] Feb 25 21:40:46.293 INFO O| Feb 25 21:40:46.293 INFO STEP 549 (remove_files) COMPLETE
70422026-02-25T21:40:46.492Z[ recovery-image] Feb 25 21:40:46.294 INFO O| Feb 25 21:40:46.293 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432026-02-25T21:40:46.518Z[ recovery-image] Feb 25 21:40:46.317 INFO O| Feb 25 21:40:46.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
70442026-02-25T21:40:46.518Z[ recovery-image] Feb 25 21:40:46.317 INFO O| Feb 25 21:40:46.317 INFO STEP 550 (remove_files) COMPLETE
70452026-02-25T21:40:46.518Z[ recovery-image] Feb 25 21:40:46.317 INFO O| Feb 25 21:40:46.317 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462026-02-25T21:40:46.518Z[ recovery-image] Feb 25 21:40:46.333 INFO O| Feb 25 21:40:46.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
70472026-02-25T21:40:46.518Z[ recovery-image] Feb 25 21:40:46.334 INFO O| Feb 25 21:40:46.334 INFO STEP 551 (remove_files) COMPLETE
70482026-02-25T21:40:46.518Z[ recovery-image] Feb 25 21:40:46.334 INFO O| Feb 25 21:40:46.334 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492026-02-25T21:40:46.545Z[ recovery-image] Feb 25 21:40:46.357 INFO O| Feb 25 21:40:46.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
70502026-02-25T21:40:46.545Z[ recovery-image] Feb 25 21:40:46.357 INFO O| Feb 25 21:40:46.357 INFO STEP 552 (remove_files) COMPLETE
70512026-02-25T21:40:46.545Z[ recovery-image] Feb 25 21:40:46.357 INFO O| Feb 25 21:40:46.357 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522026-02-25T21:40:46.570Z[ recovery-image] Feb 25 21:40:46.378 INFO O| Feb 25 21:40:46.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
70532026-02-25T21:40:46.570Z[ recovery-image] Feb 25 21:40:46.378 INFO O| Feb 25 21:40:46.378 INFO STEP 553 (remove_files) COMPLETE
70542026-02-25T21:40:46.570Z[ recovery-image] Feb 25 21:40:46.378 INFO O| Feb 25 21:40:46.378 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552026-02-25T21:40:46.595Z[ recovery-image] Feb 25 21:40:46.403 INFO O| Feb 25 21:40:46.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
70562026-02-25T21:40:46.595Z[ recovery-image] Feb 25 21:40:46.403 INFO O| Feb 25 21:40:46.403 INFO STEP 554 (remove_files) COMPLETE
70572026-02-25T21:40:46.595Z[ recovery-image] Feb 25 21:40:46.403 INFO O| Feb 25 21:40:46.403 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582026-02-25T21:40:46.621Z[ recovery-image] Feb 25 21:40:46.430 INFO O| Feb 25 21:40:46.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
70592026-02-25T21:40:46.621Z[ recovery-image] Feb 25 21:40:46.430 INFO O| Feb 25 21:40:46.429 INFO STEP 555 (remove_files) COMPLETE
70602026-02-25T21:40:46.621Z[ recovery-image] Feb 25 21:40:46.430 INFO O| Feb 25 21:40:46.429 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612026-02-25T21:40:46.648Z[ recovery-image] Feb 25 21:40:46.449 INFO O| Feb 25 21:40:46.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
70622026-02-25T21:40:46.648Z[ recovery-image] Feb 25 21:40:46.449 INFO O| Feb 25 21:40:46.449 INFO STEP 556 (remove_files) COMPLETE
70632026-02-25T21:40:46.648Z[ recovery-image] Feb 25 21:40:46.449 INFO O| Feb 25 21:40:46.449 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642026-02-25T21:40:46.673Z[ recovery-image] Feb 25 21:40:46.468 INFO O| Feb 25 21:40:46.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
70652026-02-25T21:40:46.673Z[ recovery-image] Feb 25 21:40:46.470 INFO O| Feb 25 21:40:46.468 INFO STEP 557 (remove_files) COMPLETE
70662026-02-25T21:40:46.673Z[ recovery-image] Feb 25 21:40:46.470 INFO O| Feb 25 21:40:46.468 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672026-02-25T21:40:46.673Z[ recovery-image] Feb 25 21:40:46.491 INFO O| Feb 25 21:40:46.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
70682026-02-25T21:40:46.673Z[ recovery-image] Feb 25 21:40:46.491 INFO O| Feb 25 21:40:46.491 INFO STEP 558 (remove_files) COMPLETE
70692026-02-25T21:40:46.673Z[ recovery-image] Feb 25 21:40:46.491 INFO O| Feb 25 21:40:46.491 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702026-02-25T21:40:46.698Z[ recovery-image] Feb 25 21:40:46.508 INFO O| Feb 25 21:40:46.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
70712026-02-25T21:40:46.698Z[ recovery-image] Feb 25 21:40:46.508 INFO O| Feb 25 21:40:46.508 INFO STEP 559 (remove_files) COMPLETE
70722026-02-25T21:40:46.698Z[ recovery-image] Feb 25 21:40:46.508 INFO O| Feb 25 21:40:46.508 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732026-02-25T21:40:46.723Z[ recovery-image] Feb 25 21:40:46.529 INFO O| Feb 25 21:40:46.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
70742026-02-25T21:40:46.723Z[ recovery-image] Feb 25 21:40:46.529 INFO O| Feb 25 21:40:46.529 INFO STEP 560 (remove_files) COMPLETE
70752026-02-25T21:40:46.723Z[ recovery-image] Feb 25 21:40:46.529 INFO O| Feb 25 21:40:46.529 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762026-02-25T21:40:46.748Z[ recovery-image] Feb 25 21:40:46.548 INFO O| Feb 25 21:40:46.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
70772026-02-25T21:40:46.748Z[ recovery-image] Feb 25 21:40:46.548 INFO O| Feb 25 21:40:46.548 INFO STEP 561 (remove_files) COMPLETE
70782026-02-25T21:40:46.748Z[ recovery-image] Feb 25 21:40:46.548 INFO O| Feb 25 21:40:46.548 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792026-02-25T21:40:46.748Z[ recovery-image] Feb 25 21:40:46.566 INFO O| Feb 25 21:40:46.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
70802026-02-25T21:40:46.749Z[ recovery-image] Feb 25 21:40:46.566 INFO O| Feb 25 21:40:46.566 INFO STEP 562 (remove_files) COMPLETE
70812026-02-25T21:40:46.750Z[ recovery-image] Feb 25 21:40:46.566 INFO O| Feb 25 21:40:46.566 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822026-02-25T21:40:46.775Z[ recovery-image] Feb 25 21:40:46.586 INFO O| Feb 25 21:40:46.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
70832026-02-25T21:40:46.775Z[ recovery-image] Feb 25 21:40:46.586 INFO O| Feb 25 21:40:46.586 INFO STEP 563 (remove_files) COMPLETE
70842026-02-25T21:40:46.775Z[ recovery-image] Feb 25 21:40:46.586 INFO O| Feb 25 21:40:46.586 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852026-02-25T21:40:46.843Z[ recovery-image] Feb 25 21:40:46.607 INFO O| Feb 25 21:40:46.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
70862026-02-25T21:40:46.843Z[ recovery-image] Feb 25 21:40:46.607 INFO O| Feb 25 21:40:46.607 INFO STEP 564 (remove_files) COMPLETE
70872026-02-25T21:40:46.845Z[ recovery-image] Feb 25 21:40:46.607 INFO O| Feb 25 21:40:46.607 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882026-02-25T21:40:46.870Z[ recovery-image] Feb 25 21:40:46.626 INFO O| Feb 25 21:40:46.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
70892026-02-25T21:40:46.870Z[ recovery-image] Feb 25 21:40:46.626 INFO O| Feb 25 21:40:46.626 INFO STEP 565 (remove_files) COMPLETE
70902026-02-25T21:40:46.870Z[ recovery-image] Feb 25 21:40:46.626 INFO O| Feb 25 21:40:46.626 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912026-02-25T21:40:46.871Z[ recovery-image] Feb 25 21:40:46.646 INFO O| Feb 25 21:40:46.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
70922026-02-25T21:40:46.871Z[ recovery-image] Feb 25 21:40:46.646 INFO O| Feb 25 21:40:46.646 INFO STEP 566 (remove_files) COMPLETE
70932026-02-25T21:40:46.871Z[ recovery-image] Feb 25 21:40:46.646 INFO O| Feb 25 21:40:46.646 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942026-02-25T21:40:46.871Z[ recovery-image] Feb 25 21:40:46.668 INFO O| Feb 25 21:40:46.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
70952026-02-25T21:40:46.871Z[ recovery-image] Feb 25 21:40:46.668 INFO O| Feb 25 21:40:46.668 INFO STEP 567 (remove_files) COMPLETE
70962026-02-25T21:40:46.871Z[ recovery-image] Feb 25 21:40:46.668 INFO O| Feb 25 21:40:46.668 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972026-02-25T21:40:46.871Z[ recovery-image] Feb 25 21:40:46.689 INFO O| Feb 25 21:40:46.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
70982026-02-25T21:40:46.871Z[ recovery-image] Feb 25 21:40:46.689 INFO O| Feb 25 21:40:46.689 INFO STEP 568 (remove_files) COMPLETE
70992026-02-25T21:40:46.871Z[ recovery-image] Feb 25 21:40:46.689 INFO O| Feb 25 21:40:46.689 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002026-02-25T21:40:46.896Z[ recovery-image] Feb 25 21:40:46.711 INFO O| Feb 25 21:40:46.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
71012026-02-25T21:40:46.896Z[ recovery-image] Feb 25 21:40:46.711 INFO O| Feb 25 21:40:46.710 INFO STEP 569 (remove_files) COMPLETE
71022026-02-25T21:40:46.896Z[ recovery-image] Feb 25 21:40:46.711 INFO O| Feb 25 21:40:46.710 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032026-02-25T21:40:46.923Z[ recovery-image] Feb 25 21:40:46.730 INFO O| Feb 25 21:40:46.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
71042026-02-25T21:40:46.923Z[ recovery-image] Feb 25 21:40:46.730 INFO O| Feb 25 21:40:46.730 INFO STEP 570 (remove_files) COMPLETE
71052026-02-25T21:40:46.923Z[ recovery-image] Feb 25 21:40:46.730 INFO O| Feb 25 21:40:46.730 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062026-02-25T21:40:46.949Z[ recovery-image] Feb 25 21:40:46.748 INFO O| Feb 25 21:40:46.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
71072026-02-25T21:40:46.949Z[ recovery-image] Feb 25 21:40:46.748 INFO O| Feb 25 21:40:46.748 INFO STEP 571 (remove_files) COMPLETE
71082026-02-25T21:40:46.949Z[ recovery-image] Feb 25 21:40:46.748 INFO O| Feb 25 21:40:46.748 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092026-02-25T21:40:46.949Z[ recovery-image] Feb 25 21:40:46.766 INFO O| Feb 25 21:40:46.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
71102026-02-25T21:40:46.949Z[ recovery-image] Feb 25 21:40:46.766 INFO O| Feb 25 21:40:46.766 INFO STEP 572 (remove_files) COMPLETE
71112026-02-25T21:40:46.949Z[ recovery-image] Feb 25 21:40:46.766 INFO O| Feb 25 21:40:46.766 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122026-02-25T21:40:46.974Z[ recovery-image] Feb 25 21:40:46.786 INFO O| Feb 25 21:40:46.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
71132026-02-25T21:40:46.974Z[ recovery-image] Feb 25 21:40:46.786 INFO O| Feb 25 21:40:46.786 INFO STEP 573 (remove_files) COMPLETE
71142026-02-25T21:40:46.974Z[ recovery-image] Feb 25 21:40:46.786 INFO O| Feb 25 21:40:46.786 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152026-02-25T21:40:47.000Z[ recovery-image] Feb 25 21:40:46.813 INFO O| Feb 25 21:40:46.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
71162026-02-25T21:40:47.000Z[ recovery-image] Feb 25 21:40:46.813 INFO O| Feb 25 21:40:46.812 INFO STEP 574 (remove_files) COMPLETE
71172026-02-25T21:40:47.000Z[ recovery-image] Feb 25 21:40:46.813 INFO O| Feb 25 21:40:46.812 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182026-02-25T21:40:47.027Z[ recovery-image] Feb 25 21:40:46.834 INFO O| Feb 25 21:40:46.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
71192026-02-25T21:40:47.027Z[ recovery-image] Feb 25 21:40:46.834 INFO O| Feb 25 21:40:46.834 INFO STEP 575 (remove_files) COMPLETE
71202026-02-25T21:40:47.027Z[ recovery-image] Feb 25 21:40:46.834 INFO O| Feb 25 21:40:46.834 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212026-02-25T21:40:47.054Z[ recovery-image] Feb 25 21:40:46.859 INFO O| Feb 25 21:40:46.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
71222026-02-25T21:40:47.054Z[ recovery-image] Feb 25 21:40:46.860 INFO O| Feb 25 21:40:46.860 INFO STEP 576 (remove_files) COMPLETE
71232026-02-25T21:40:47.054Z[ recovery-image] Feb 25 21:40:46.860 INFO O| Feb 25 21:40:46.860 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242026-02-25T21:40:47.082Z[ recovery-image] Feb 25 21:40:46.886 INFO O| Feb 25 21:40:46.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
71252026-02-25T21:40:47.082Z[ recovery-image] Feb 25 21:40:46.886 INFO O| Feb 25 21:40:46.886 INFO STEP 577 (remove_files) COMPLETE
71262026-02-25T21:40:47.082Z[ recovery-image] Feb 25 21:40:46.886 INFO O| Feb 25 21:40:46.886 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272026-02-25T21:40:47.107Z[ recovery-image] Feb 25 21:40:46.907 INFO O| Feb 25 21:40:46.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
71282026-02-25T21:40:47.107Z[ recovery-image] Feb 25 21:40:46.907 INFO O| Feb 25 21:40:46.907 INFO STEP 578 (remove_files) COMPLETE
71292026-02-25T21:40:47.107Z[ recovery-image] Feb 25 21:40:46.907 INFO O| Feb 25 21:40:46.907 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302026-02-25T21:40:47.132Z[ recovery-image] Feb 25 21:40:46.934 INFO O| Feb 25 21:40:46.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
71312026-02-25T21:40:47.132Z[ recovery-image] Feb 25 21:40:46.934 INFO O| Feb 25 21:40:46.934 INFO STEP 579 (remove_files) COMPLETE
71322026-02-25T21:40:47.132Z[ recovery-image] Feb 25 21:40:46.934 INFO O| Feb 25 21:40:46.934 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332026-02-25T21:40:47.132Z[ recovery-image] Feb 25 21:40:46.955 INFO O| Feb 25 21:40:46.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
71342026-02-25T21:40:47.158Z[ recovery-image] Feb 25 21:40:46.956 INFO O| Feb 25 21:40:46.956 INFO STEP 580 (remove_files) COMPLETE
71352026-02-25T21:40:47.158Z[ recovery-image] Feb 25 21:40:46.956 INFO O| Feb 25 21:40:46.956 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362026-02-25T21:40:47.158Z[ recovery-image] Feb 25 21:40:46.978 INFO O| Feb 25 21:40:46.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
71372026-02-25T21:40:47.158Z[ recovery-image] Feb 25 21:40:46.978 INFO O| Feb 25 21:40:46.978 INFO STEP 581 (remove_files) COMPLETE
71382026-02-25T21:40:47.158Z[ recovery-image] Feb 25 21:40:46.978 INFO O| Feb 25 21:40:46.978 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392026-02-25T21:40:47.189Z[ recovery-image] Feb 25 21:40:47.008 INFO O| Feb 25 21:40:47.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
71402026-02-25T21:40:47.214Z[ recovery-image] Feb 25 21:40:47.009 INFO O| Feb 25 21:40:47.008 INFO STEP 582 (remove_files) COMPLETE
71412026-02-25T21:40:47.214Z[ recovery-image] Feb 25 21:40:47.009 INFO O| Feb 25 21:40:47.008 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422026-02-25T21:40:47.214Z[ recovery-image] Feb 25 21:40:47.035 INFO O| Feb 25 21:40:47.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
71432026-02-25T21:40:47.214Z[ recovery-image] Feb 25 21:40:47.035 INFO O| Feb 25 21:40:47.035 INFO STEP 583 (remove_files) COMPLETE
71442026-02-25T21:40:47.214Z[ recovery-image] Feb 25 21:40:47.035 INFO O| Feb 25 21:40:47.035 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452026-02-25T21:40:47.239Z[ recovery-image] Feb 25 21:40:47.061 INFO O| Feb 25 21:40:47.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
71462026-02-25T21:40:47.239Z[ recovery-image] Feb 25 21:40:47.061 INFO O| Feb 25 21:40:47.061 INFO STEP 584 (remove_files) COMPLETE
71472026-02-25T21:40:47.239Z[ recovery-image] Feb 25 21:40:47.061 INFO O| Feb 25 21:40:47.061 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482026-02-25T21:40:47.264Z[ recovery-image] Feb 25 21:40:47.083 INFO O| Feb 25 21:40:47.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
71492026-02-25T21:40:47.264Z[ recovery-image] Feb 25 21:40:47.084 INFO O| Feb 25 21:40:47.083 INFO STEP 585 (remove_files) COMPLETE
71502026-02-25T21:40:47.264Z[ recovery-image] Feb 25 21:40:47.084 INFO O| Feb 25 21:40:47.083 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512026-02-25T21:40:47.289Z[ recovery-image] Feb 25 21:40:47.110 INFO O| Feb 25 21:40:47.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
71522026-02-25T21:40:47.291Z[ recovery-image] Feb 25 21:40:47.110 INFO O| Feb 25 21:40:47.110 INFO STEP 586 (remove_files) COMPLETE
71532026-02-25T21:40:47.291Z[ recovery-image] Feb 25 21:40:47.110 INFO O| Feb 25 21:40:47.110 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542026-02-25T21:40:47.317Z[ recovery-image] Feb 25 21:40:47.126 INFO O| Feb 25 21:40:47.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
71552026-02-25T21:40:47.317Z[ recovery-image] Feb 25 21:40:47.126 INFO O| Feb 25 21:40:47.126 INFO STEP 587 (remove_files) COMPLETE
71562026-02-25T21:40:47.317Z[ recovery-image] Feb 25 21:40:47.126 INFO O| Feb 25 21:40:47.126 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572026-02-25T21:40:47.344Z[ recovery-image] Feb 25 21:40:47.144 INFO O| Feb 25 21:40:47.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
71582026-02-25T21:40:47.344Z[ recovery-image] Feb 25 21:40:47.144 INFO O| Feb 25 21:40:47.144 INFO STEP 588 (remove_files) COMPLETE
71592026-02-25T21:40:47.344Z[ recovery-image] Feb 25 21:40:47.144 INFO O| Feb 25 21:40:47.144 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602026-02-25T21:40:47.370Z[ recovery-image] Feb 25 21:40:47.166 INFO O| Feb 25 21:40:47.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
71612026-02-25T21:40:47.370Z[ recovery-image] Feb 25 21:40:47.166 INFO O| Feb 25 21:40:47.166 INFO STEP 589 (remove_files) COMPLETE
71622026-02-25T21:40:47.370Z[ recovery-image] Feb 25 21:40:47.166 INFO O| Feb 25 21:40:47.166 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632026-02-25T21:40:47.370Z[ recovery-image] Feb 25 21:40:47.185 INFO O| Feb 25 21:40:47.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
71642026-02-25T21:40:47.370Z[ recovery-image] Feb 25 21:40:47.186 INFO O| Feb 25 21:40:47.186 INFO STEP 590 (remove_files) COMPLETE
71652026-02-25T21:40:47.370Z[ recovery-image] Feb 25 21:40:47.186 INFO O| Feb 25 21:40:47.186 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662026-02-25T21:40:47.395Z[ recovery-image] Feb 25 21:40:47.204 INFO O| Feb 25 21:40:47.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
71672026-02-25T21:40:47.395Z[ recovery-image] Feb 25 21:40:47.204 INFO O| Feb 25 21:40:47.204 INFO STEP 591 (remove_files) COMPLETE
71682026-02-25T21:40:47.395Z[ recovery-image] Feb 25 21:40:47.204 INFO O| Feb 25 21:40:47.204 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692026-02-25T21:40:47.420Z[ recovery-image] Feb 25 21:40:47.225 INFO O| Feb 25 21:40:47.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
71702026-02-25T21:40:47.420Z[ recovery-image] Feb 25 21:40:47.225 INFO O| Feb 25 21:40:47.225 INFO STEP 592 (remove_files) COMPLETE
71712026-02-25T21:40:47.421Z[ recovery-image] Feb 25 21:40:47.225 INFO O| Feb 25 21:40:47.225 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722026-02-25T21:40:47.446Z[ recovery-image] Feb 25 21:40:47.244 INFO O| Feb 25 21:40:47.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
71732026-02-25T21:40:47.446Z[ recovery-image] Feb 25 21:40:47.244 INFO O| Feb 25 21:40:47.243 INFO STEP 593 (remove_files) COMPLETE
71742026-02-25T21:40:47.446Z[ recovery-image] Feb 25 21:40:47.244 INFO O| Feb 25 21:40:47.243 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752026-02-25T21:40:47.446Z[ recovery-image] Feb 25 21:40:47.261 INFO O| Feb 25 21:40:47.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
71762026-02-25T21:40:47.446Z[ recovery-image] Feb 25 21:40:47.261 INFO O| Feb 25 21:40:47.261 INFO STEP 594 (remove_files) COMPLETE
71772026-02-25T21:40:47.446Z[ recovery-image] Feb 25 21:40:47.261 INFO O| Feb 25 21:40:47.261 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782026-02-25T21:40:47.472Z[ recovery-image] Feb 25 21:40:47.280 INFO O| Feb 25 21:40:47.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
71792026-02-25T21:40:47.472Z[ recovery-image] Feb 25 21:40:47.280 INFO O| Feb 25 21:40:47.280 INFO STEP 595 (remove_files) COMPLETE
71802026-02-25T21:40:47.472Z[ recovery-image] Feb 25 21:40:47.280 INFO O| Feb 25 21:40:47.280 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812026-02-25T21:40:47.499Z[ recovery-image] Feb 25 21:40:47.300 INFO O| Feb 25 21:40:47.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
71822026-02-25T21:40:47.499Z[ recovery-image] Feb 25 21:40:47.300 INFO O| Feb 25 21:40:47.300 INFO STEP 596 (remove_files) COMPLETE
71832026-02-25T21:40:47.499Z[ recovery-image] Feb 25 21:40:47.300 INFO O| Feb 25 21:40:47.300 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842026-02-25T21:40:47.499Z[ recovery-image] Feb 25 21:40:47.320 INFO O| Feb 25 21:40:47.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
71852026-02-25T21:40:47.500Z[ recovery-image] Feb 25 21:40:47.320 INFO O| Feb 25 21:40:47.320 INFO STEP 597 (remove_files) COMPLETE
71862026-02-25T21:40:47.501Z[ recovery-image] Feb 25 21:40:47.320 INFO O| Feb 25 21:40:47.320 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872026-02-25T21:40:47.526Z[ recovery-image] Feb 25 21:40:47.338 INFO O| Feb 25 21:40:47.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
71882026-02-25T21:40:47.526Z[ recovery-image] Feb 25 21:40:47.339 INFO O| Feb 25 21:40:47.339 INFO STEP 598 (remove_files) COMPLETE
71892026-02-25T21:40:47.526Z[ recovery-image] Feb 25 21:40:47.339 INFO O| Feb 25 21:40:47.339 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902026-02-25T21:40:47.551Z[ recovery-image] Feb 25 21:40:47.356 INFO O| Feb 25 21:40:47.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
71912026-02-25T21:40:47.551Z[ recovery-image] Feb 25 21:40:47.356 INFO O| Feb 25 21:40:47.356 INFO STEP 599 (remove_files) COMPLETE
71922026-02-25T21:40:47.551Z[ recovery-image] Feb 25 21:40:47.356 INFO O| Feb 25 21:40:47.356 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932026-02-25T21:40:47.551Z[ recovery-image] Feb 25 21:40:47.372 INFO O| Feb 25 21:40:47.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
71942026-02-25T21:40:47.551Z[ recovery-image] Feb 25 21:40:47.372 INFO O| Feb 25 21:40:47.372 INFO STEP 600 (remove_files) COMPLETE
71952026-02-25T21:40:47.551Z[ recovery-image] Feb 25 21:40:47.372 INFO O| Feb 25 21:40:47.372 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962026-02-25T21:40:47.576Z[ recovery-image] Feb 25 21:40:47.388 INFO O| Feb 25 21:40:47.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
71972026-02-25T21:40:47.576Z[ recovery-image] Feb 25 21:40:47.389 INFO O| Feb 25 21:40:47.389 INFO STEP 601 (remove_files) COMPLETE
71982026-02-25T21:40:47.576Z[ recovery-image] Feb 25 21:40:47.389 INFO O| Feb 25 21:40:47.389 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992026-02-25T21:40:47.604Z[ recovery-image] Feb 25 21:40:47.414 INFO O| Feb 25 21:40:47.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
72002026-02-25T21:40:47.604Z[ recovery-image] Feb 25 21:40:47.414 INFO O| Feb 25 21:40:47.414 INFO STEP 602 (remove_files) COMPLETE
72012026-02-25T21:40:47.604Z[ recovery-image] Feb 25 21:40:47.414 INFO O| Feb 25 21:40:47.414 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022026-02-25T21:40:47.629Z[ recovery-image] Feb 25 21:40:47.432 INFO O| Feb 25 21:40:47.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
72032026-02-25T21:40:47.629Z[ recovery-image] Feb 25 21:40:47.432 INFO O| Feb 25 21:40:47.432 INFO STEP 603 (remove_files) COMPLETE
72042026-02-25T21:40:47.629Z[ recovery-image] Feb 25 21:40:47.432 INFO O| Feb 25 21:40:47.432 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052026-02-25T21:40:47.655Z[ recovery-image] Feb 25 21:40:47.455 INFO O| Feb 25 21:40:47.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
72062026-02-25T21:40:47.655Z[ recovery-image] Feb 25 21:40:47.455 INFO O| Feb 25 21:40:47.455 INFO STEP 604 (remove_files) COMPLETE
72072026-02-25T21:40:47.655Z[ recovery-image] Feb 25 21:40:47.455 INFO O| Feb 25 21:40:47.455 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082026-02-25T21:40:47.655Z[ recovery-image] Feb 25 21:40:47.472 INFO O| Feb 25 21:40:47.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
72092026-02-25T21:40:47.655Z[ recovery-image] Feb 25 21:40:47.472 INFO O| Feb 25 21:40:47.472 INFO STEP 605 (remove_files) COMPLETE
72102026-02-25T21:40:47.655Z[ recovery-image] Feb 25 21:40:47.472 INFO O| Feb 25 21:40:47.472 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112026-02-25T21:40:47.679Z[ recovery-image] Feb 25 21:40:47.488 INFO O| Feb 25 21:40:47.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
72122026-02-25T21:40:47.680Z[ recovery-image] Feb 25 21:40:47.488 INFO O| Feb 25 21:40:47.488 INFO STEP 606 (remove_files) COMPLETE
72132026-02-25T21:40:47.680Z[ recovery-image] Feb 25 21:40:47.488 INFO O| Feb 25 21:40:47.488 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142026-02-25T21:40:47.706Z[ recovery-image] Feb 25 21:40:47.504 INFO O| Feb 25 21:40:47.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
72152026-02-25T21:40:47.706Z[ recovery-image] Feb 25 21:40:47.504 INFO O| Feb 25 21:40:47.503 INFO STEP 607 (remove_files) COMPLETE
72162026-02-25T21:40:47.706Z[ recovery-image] Feb 25 21:40:47.504 INFO O| Feb 25 21:40:47.503 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172026-02-25T21:40:47.706Z[ recovery-image] Feb 25 21:40:47.519 INFO O| Feb 25 21:40:47.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
72182026-02-25T21:40:47.706Z[ recovery-image] Feb 25 21:40:47.519 INFO O| Feb 25 21:40:47.519 INFO STEP 608 (remove_files) COMPLETE
72192026-02-25T21:40:47.706Z[ recovery-image] Feb 25 21:40:47.519 INFO O| Feb 25 21:40:47.519 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202026-02-25T21:40:47.731Z[ recovery-image] Feb 25 21:40:47.545 INFO O| Feb 25 21:40:47.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
72212026-02-25T21:40:47.731Z[ recovery-image] Feb 25 21:40:47.545 INFO O| Feb 25 21:40:47.545 INFO STEP 609 (remove_files) COMPLETE
72222026-02-25T21:40:47.731Z[ recovery-image] Feb 25 21:40:47.545 INFO O| Feb 25 21:40:47.545 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232026-02-25T21:40:47.756Z[ recovery-image] Feb 25 21:40:47.567 INFO O| Feb 25 21:40:47.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
72242026-02-25T21:40:47.756Z[ recovery-image] Feb 25 21:40:47.568 INFO O| Feb 25 21:40:47.568 INFO STEP 610 (remove_files) COMPLETE
72252026-02-25T21:40:47.756Z[ recovery-image] Feb 25 21:40:47.568 INFO O| Feb 25 21:40:47.568 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262026-02-25T21:40:47.781Z[ recovery-image] Feb 25 21:40:47.588 INFO O| Feb 25 21:40:47.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
72272026-02-25T21:40:47.781Z[ recovery-image] Feb 25 21:40:47.588 INFO O| Feb 25 21:40:47.588 INFO STEP 611 (remove_files) COMPLETE
72282026-02-25T21:40:47.781Z[ recovery-image] Feb 25 21:40:47.588 INFO O| Feb 25 21:40:47.588 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292026-02-25T21:40:47.806Z[ recovery-image] Feb 25 21:40:47.607 INFO O| Feb 25 21:40:47.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
72302026-02-25T21:40:47.806Z[ recovery-image] Feb 25 21:40:47.607 INFO O| Feb 25 21:40:47.607 INFO STEP 612 (remove_files) COMPLETE
72312026-02-25T21:40:47.806Z[ recovery-image] Feb 25 21:40:47.607 INFO O| Feb 25 21:40:47.607 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322026-02-25T21:40:47.806Z[ recovery-image] Feb 25 21:40:47.627 INFO O| Feb 25 21:40:47.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
72332026-02-25T21:40:47.806Z[ recovery-image] Feb 25 21:40:47.628 INFO O| Feb 25 21:40:47.628 INFO STEP 613 (remove_files) COMPLETE
72342026-02-25T21:40:47.806Z[ recovery-image] Feb 25 21:40:47.628 INFO O| Feb 25 21:40:47.628 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352026-02-25T21:40:47.831Z[ recovery-image] Feb 25 21:40:47.649 INFO O| Feb 25 21:40:47.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
72362026-02-25T21:40:47.831Z[ recovery-image] Feb 25 21:40:47.651 INFO O| Feb 25 21:40:47.650 INFO STEP 614 (remove_files) COMPLETE
72372026-02-25T21:40:47.831Z[ recovery-image] Feb 25 21:40:47.651 INFO O| Feb 25 21:40:47.651 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382026-02-25T21:40:47.857Z[ recovery-image] Feb 25 21:40:47.675 INFO O| Feb 25 21:40:47.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
72392026-02-25T21:40:47.857Z[ recovery-image] Feb 25 21:40:47.676 INFO O| Feb 25 21:40:47.675 INFO STEP 615 (remove_files) COMPLETE
72402026-02-25T21:40:47.857Z[ recovery-image] Feb 25 21:40:47.676 INFO O| Feb 25 21:40:47.675 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412026-02-25T21:40:47.883Z[ recovery-image] Feb 25 21:40:47.698 INFO O| Feb 25 21:40:47.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
72422026-02-25T21:40:47.883Z[ recovery-image] Feb 25 21:40:47.698 INFO O| Feb 25 21:40:47.696 INFO STEP 616 (remove_files) COMPLETE
72432026-02-25T21:40:47.883Z[ recovery-image] Feb 25 21:40:47.698 INFO O| Feb 25 21:40:47.696 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442026-02-25T21:40:47.908Z[ recovery-image] Feb 25 21:40:47.715 INFO O| Feb 25 21:40:47.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
72452026-02-25T21:40:47.908Z[ recovery-image] Feb 25 21:40:47.715 INFO O| Feb 25 21:40:47.715 INFO STEP 617 (remove_files) COMPLETE
72462026-02-25T21:40:47.909Z[ recovery-image] Feb 25 21:40:47.715 INFO O| Feb 25 21:40:47.715 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472026-02-25T21:40:47.933Z[ recovery-image] Feb 25 21:40:47.733 INFO O| Feb 25 21:40:47.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
72482026-02-25T21:40:47.933Z[ recovery-image] Feb 25 21:40:47.733 INFO O| Feb 25 21:40:47.732 INFO STEP 618 (remove_files) COMPLETE
72492026-02-25T21:40:47.933Z[ recovery-image] Feb 25 21:40:47.733 INFO O| Feb 25 21:40:47.732 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502026-02-25T21:40:47.933Z[ recovery-image] Feb 25 21:40:47.755 INFO O| Feb 25 21:40:47.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
72512026-02-25T21:40:47.934Z[ recovery-image] Feb 25 21:40:47.755 INFO O| Feb 25 21:40:47.754 INFO STEP 619 (remove_files) COMPLETE
72522026-02-25T21:40:47.934Z[ recovery-image] Feb 25 21:40:47.755 INFO O| Feb 25 21:40:47.754 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532026-02-25T21:40:47.958Z[ recovery-image] Feb 25 21:40:47.775 INFO O| Feb 25 21:40:47.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
72542026-02-25T21:40:47.959Z[ recovery-image] Feb 25 21:40:47.775 INFO O| Feb 25 21:40:47.775 INFO STEP 620 (remove_files) COMPLETE
72552026-02-25T21:40:47.959Z[ recovery-image] Feb 25 21:40:47.775 INFO O| Feb 25 21:40:47.775 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562026-02-25T21:40:47.984Z[ recovery-image] Feb 25 21:40:47.799 INFO O| Feb 25 21:40:47.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
72572026-02-25T21:40:47.984Z[ recovery-image] Feb 25 21:40:47.799 INFO O| Feb 25 21:40:47.799 INFO STEP 621 (remove_files) COMPLETE
72582026-02-25T21:40:47.984Z[ recovery-image] Feb 25 21:40:47.799 INFO O| Feb 25 21:40:47.799 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592026-02-25T21:40:48.018Z[ recovery-image] Feb 25 21:40:47.819 INFO O| Feb 25 21:40:47.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
72602026-02-25T21:40:48.018Z[ recovery-image] Feb 25 21:40:47.821 INFO O| Feb 25 21:40:47.819 INFO STEP 622 (remove_files) COMPLETE
72612026-02-25T21:40:48.018Z[ recovery-image] Feb 25 21:40:47.821 INFO O| Feb 25 21:40:47.819 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622026-02-25T21:40:48.044Z[ recovery-image] Feb 25 21:40:47.844 INFO O| Feb 25 21:40:47.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
72632026-02-25T21:40:48.044Z[ recovery-image] Feb 25 21:40:47.844 INFO O| Feb 25 21:40:47.844 INFO STEP 623 (remove_files) COMPLETE
72642026-02-25T21:40:48.044Z[ recovery-image] Feb 25 21:40:47.844 INFO O| Feb 25 21:40:47.844 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652026-02-25T21:40:48.070Z[ recovery-image] Feb 25 21:40:47.868 INFO O| Feb 25 21:40:47.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
72662026-02-25T21:40:48.070Z[ recovery-image] Feb 25 21:40:47.868 INFO O| Feb 25 21:40:47.868 INFO STEP 624 (remove_files) COMPLETE
72672026-02-25T21:40:48.070Z[ recovery-image] Feb 25 21:40:47.868 INFO O| Feb 25 21:40:47.868 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682026-02-25T21:40:48.097Z[ recovery-image] Feb 25 21:40:47.895 INFO O| Feb 25 21:40:47.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
72692026-02-25T21:40:48.097Z[ recovery-image] Feb 25 21:40:47.896 INFO O| Feb 25 21:40:47.895 INFO STEP 625 (remove_files) COMPLETE
72702026-02-25T21:40:48.097Z[ recovery-image] Feb 25 21:40:47.896 INFO O| Feb 25 21:40:47.895 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712026-02-25T21:40:48.097Z[ recovery-image] Feb 25 21:40:47.916 INFO O| Feb 25 21:40:47.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
72722026-02-25T21:40:48.097Z[ recovery-image] Feb 25 21:40:47.917 INFO O| Feb 25 21:40:47.917 INFO STEP 626 (remove_files) COMPLETE
72732026-02-25T21:40:48.097Z[ recovery-image] Feb 25 21:40:47.917 INFO O| Feb 25 21:40:47.917 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742026-02-25T21:40:48.124Z[ recovery-image] Feb 25 21:40:47.938 INFO O| Feb 25 21:40:47.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
72752026-02-25T21:40:48.125Z[ recovery-image] Feb 25 21:40:47.938 INFO O| Feb 25 21:40:47.938 INFO STEP 627 (remove_files) COMPLETE
72762026-02-25T21:40:48.125Z[ recovery-image] Feb 25 21:40:47.938 INFO O| Feb 25 21:40:47.938 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772026-02-25T21:40:48.151Z[ recovery-image] Feb 25 21:40:47.961 INFO O| Feb 25 21:40:47.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
72782026-02-25T21:40:48.151Z[ recovery-image] Feb 25 21:40:47.961 INFO O| Feb 25 21:40:47.961 INFO STEP 628 (remove_files) COMPLETE
72792026-02-25T21:40:48.151Z[ recovery-image] Feb 25 21:40:47.961 INFO O| Feb 25 21:40:47.961 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802026-02-25T21:40:48.177Z[ recovery-image] Feb 25 21:40:47.983 INFO O| Feb 25 21:40:47.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
72812026-02-25T21:40:48.177Z[ recovery-image] Feb 25 21:40:47.983 INFO O| Feb 25 21:40:47.983 INFO STEP 629 (remove_files) COMPLETE
72822026-02-25T21:40:48.177Z[ recovery-image] Feb 25 21:40:47.983 INFO O| Feb 25 21:40:47.983 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832026-02-25T21:40:48.203Z[ recovery-image] Feb 25 21:40:48.010 INFO O| Feb 25 21:40:48.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
72842026-02-25T21:40:48.203Z[ recovery-image] Feb 25 21:40:48.010 INFO O| Feb 25 21:40:48.009 INFO STEP 630 (remove_files) COMPLETE
72852026-02-25T21:40:48.204Z[ recovery-image] Feb 25 21:40:48.010 INFO O| Feb 25 21:40:48.009 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862026-02-25T21:40:48.231Z[ recovery-image] Feb 25 21:40:48.028 INFO O| Feb 25 21:40:48.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
72872026-02-25T21:40:48.231Z[ recovery-image] Feb 25 21:40:48.029 INFO O| Feb 25 21:40:48.029 INFO STEP 631 (remove_files) COMPLETE
72882026-02-25T21:40:48.231Z[ recovery-image] Feb 25 21:40:48.029 INFO O| Feb 25 21:40:48.029 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892026-02-25T21:40:48.231Z[ recovery-image] Feb 25 21:40:48.047 INFO O| Feb 25 21:40:48.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
72902026-02-25T21:40:48.231Z[ recovery-image] Feb 25 21:40:48.047 INFO O| Feb 25 21:40:48.047 INFO STEP 632 (remove_files) COMPLETE
72912026-02-25T21:40:48.231Z[ recovery-image] Feb 25 21:40:48.047 INFO O| Feb 25 21:40:48.047 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922026-02-25T21:40:48.256Z[ recovery-image] Feb 25 21:40:48.068 INFO O| Feb 25 21:40:48.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
72932026-02-25T21:40:48.256Z[ recovery-image] Feb 25 21:40:48.068 INFO O| Feb 25 21:40:48.068 INFO STEP 633 (remove_files) COMPLETE
72942026-02-25T21:40:48.256Z[ recovery-image] Feb 25 21:40:48.068 INFO O| Feb 25 21:40:48.068 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952026-02-25T21:40:48.281Z[ recovery-image] Feb 25 21:40:48.091 INFO O| Feb 25 21:40:48.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
72962026-02-25T21:40:48.281Z[ recovery-image] Feb 25 21:40:48.091 INFO O| Feb 25 21:40:48.091 INFO STEP 634 (remove_files) COMPLETE
72972026-02-25T21:40:48.281Z[ recovery-image] Feb 25 21:40:48.091 INFO O| Feb 25 21:40:48.091 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982026-02-25T21:40:48.306Z[ recovery-image] Feb 25 21:40:48.111 INFO O| Feb 25 21:40:48.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
72992026-02-25T21:40:48.306Z[ recovery-image] Feb 25 21:40:48.111 INFO O| Feb 25 21:40:48.111 INFO STEP 635 (remove_files) COMPLETE
73002026-02-25T21:40:48.307Z[ recovery-image] Feb 25 21:40:48.111 INFO O| Feb 25 21:40:48.111 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012026-02-25T21:40:48.334Z[ recovery-image] Feb 25 21:40:48.130 INFO O| Feb 25 21:40:48.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
73022026-02-25T21:40:48.334Z[ recovery-image] Feb 25 21:40:48.130 INFO O| Feb 25 21:40:48.130 INFO STEP 636 (remove_files) COMPLETE
73032026-02-25T21:40:48.334Z[ recovery-image] Feb 25 21:40:48.130 INFO O| Feb 25 21:40:48.130 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042026-02-25T21:40:48.334Z[ recovery-image] Feb 25 21:40:48.149 INFO O| Feb 25 21:40:48.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
73052026-02-25T21:40:48.334Z[ recovery-image] Feb 25 21:40:48.149 INFO O| Feb 25 21:40:48.149 INFO STEP 637 (remove_files) COMPLETE
73062026-02-25T21:40:48.334Z[ recovery-image] Feb 25 21:40:48.149 INFO O| Feb 25 21:40:48.149 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072026-02-25T21:40:48.361Z[ recovery-image] Feb 25 21:40:48.169 INFO O| Feb 25 21:40:48.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
73082026-02-25T21:40:48.361Z[ recovery-image] Feb 25 21:40:48.169 INFO O| Feb 25 21:40:48.169 INFO STEP 638 (remove_files) COMPLETE
73092026-02-25T21:40:48.361Z[ recovery-image] Feb 25 21:40:48.169 INFO O| Feb 25 21:40:48.169 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102026-02-25T21:40:48.388Z[ recovery-image] Feb 25 21:40:48.191 INFO O| Feb 25 21:40:48.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
73112026-02-25T21:40:48.388Z[ recovery-image] Feb 25 21:40:48.191 INFO O| Feb 25 21:40:48.191 INFO STEP 639 (remove_files) COMPLETE
73122026-02-25T21:40:48.388Z[ recovery-image] Feb 25 21:40:48.191 INFO O| Feb 25 21:40:48.191 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132026-02-25T21:40:48.413Z[ recovery-image] Feb 25 21:40:48.212 INFO O| Feb 25 21:40:48.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
73142026-02-25T21:40:48.413Z[ recovery-image] Feb 25 21:40:48.212 INFO O| Feb 25 21:40:48.211 INFO STEP 640 (remove_files) COMPLETE
73152026-02-25T21:40:48.413Z[ recovery-image] Feb 25 21:40:48.212 INFO O| Feb 25 21:40:48.211 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162026-02-25T21:40:48.413Z[ recovery-image] Feb 25 21:40:48.232 INFO O| Feb 25 21:40:48.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
73172026-02-25T21:40:48.413Z[ recovery-image] Feb 25 21:40:48.232 INFO O| Feb 25 21:40:48.232 INFO STEP 641 (remove_files) COMPLETE
73182026-02-25T21:40:48.413Z[ recovery-image] Feb 25 21:40:48.232 INFO O| Feb 25 21:40:48.232 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192026-02-25T21:40:48.438Z[ recovery-image] Feb 25 21:40:48.250 INFO O| Feb 25 21:40:48.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
73202026-02-25T21:40:48.438Z[ recovery-image] Feb 25 21:40:48.250 INFO O| Feb 25 21:40:48.249 INFO STEP 642 (remove_files) COMPLETE
73212026-02-25T21:40:48.438Z[ recovery-image] Feb 25 21:40:48.250 INFO O| Feb 25 21:40:48.249 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222026-02-25T21:40:48.465Z[ recovery-image] Feb 25 21:40:48.274 INFO O| Feb 25 21:40:48.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
73232026-02-25T21:40:48.465Z[ recovery-image] Feb 25 21:40:48.274 INFO O| Feb 25 21:40:48.274 INFO STEP 643 (remove_files) COMPLETE
73242026-02-25T21:40:48.465Z[ recovery-image] Feb 25 21:40:48.274 INFO O| Feb 25 21:40:48.274 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252026-02-25T21:40:48.491Z[ recovery-image] Feb 25 21:40:48.293 INFO O| Feb 25 21:40:48.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
73262026-02-25T21:40:48.491Z[ recovery-image] Feb 25 21:40:48.293 INFO O| Feb 25 21:40:48.293 INFO STEP 644 (remove_files) COMPLETE
73272026-02-25T21:40:48.491Z[ recovery-image] Feb 25 21:40:48.293 INFO O| Feb 25 21:40:48.293 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282026-02-25T21:40:48.491Z[ recovery-image] Feb 25 21:40:48.312 INFO O| Feb 25 21:40:48.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
73292026-02-25T21:40:48.491Z[ recovery-image] Feb 25 21:40:48.313 INFO O| Feb 25 21:40:48.312 INFO STEP 645 (remove_files) COMPLETE
73302026-02-25T21:40:48.491Z[ recovery-image] Feb 25 21:40:48.313 INFO O| Feb 25 21:40:48.312 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312026-02-25T21:40:48.516Z[ recovery-image] Feb 25 21:40:48.333 INFO O| Feb 25 21:40:48.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
73322026-02-25T21:40:48.516Z[ recovery-image] Feb 25 21:40:48.333 INFO O| Feb 25 21:40:48.333 INFO STEP 646 (remove_files) COMPLETE
73332026-02-25T21:40:48.516Z[ recovery-image] Feb 25 21:40:48.333 INFO O| Feb 25 21:40:48.333 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342026-02-25T21:40:48.543Z[ recovery-image] Feb 25 21:40:48.359 INFO O| Feb 25 21:40:48.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
73352026-02-25T21:40:48.543Z[ recovery-image] Feb 25 21:40:48.360 INFO O| Feb 25 21:40:48.359 INFO STEP 647 (remove_files) COMPLETE
73362026-02-25T21:40:48.543Z[ recovery-image] Feb 25 21:40:48.360 INFO O| Feb 25 21:40:48.359 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372026-02-25T21:40:48.568Z[ recovery-image] Feb 25 21:40:48.389 INFO O| Feb 25 21:40:48.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
73382026-02-25T21:40:48.568Z[ recovery-image] Feb 25 21:40:48.389 INFO O| Feb 25 21:40:48.389 INFO STEP 648 (remove_files) COMPLETE
73392026-02-25T21:40:48.568Z[ recovery-image] Feb 25 21:40:48.390 INFO O| Feb 25 21:40:48.389 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402026-02-25T21:40:48.596Z[ recovery-image] Feb 25 21:40:48.417 INFO O| Feb 25 21:40:48.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
73412026-02-25T21:40:48.621Z[ recovery-image] Feb 25 21:40:48.418 INFO O| Feb 25 21:40:48.418 INFO STEP 649 (remove_files) COMPLETE
73422026-02-25T21:40:48.621Z[ recovery-image] Feb 25 21:40:48.418 INFO O| Feb 25 21:40:48.418 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432026-02-25T21:40:48.621Z[ recovery-image] Feb 25 21:40:48.440 INFO O| Feb 25 21:40:48.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
73442026-02-25T21:40:48.622Z[ recovery-image] Feb 25 21:40:48.441 INFO O| Feb 25 21:40:48.441 INFO STEP 650 (remove_files) COMPLETE
73452026-02-25T21:40:48.622Z[ recovery-image] Feb 25 21:40:48.441 INFO O| Feb 25 21:40:48.441 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462026-02-25T21:40:48.647Z[ recovery-image] Feb 25 21:40:48.461 INFO O| Feb 25 21:40:48.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
73472026-02-25T21:40:48.647Z[ recovery-image] Feb 25 21:40:48.462 INFO O| Feb 25 21:40:48.462 INFO STEP 651 (remove_files) COMPLETE
73482026-02-25T21:40:48.647Z[ recovery-image] Feb 25 21:40:48.462 INFO O| Feb 25 21:40:48.462 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492026-02-25T21:40:48.673Z[ recovery-image] Feb 25 21:40:48.480 INFO O| Feb 25 21:40:48.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
73502026-02-25T21:40:48.673Z[ recovery-image] Feb 25 21:40:48.480 INFO O| Feb 25 21:40:48.480 INFO STEP 652 (remove_files) COMPLETE
73512026-02-25T21:40:48.673Z[ recovery-image] Feb 25 21:40:48.480 INFO O| Feb 25 21:40:48.480 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522026-02-25T21:40:48.697Z[ recovery-image] Feb 25 21:40:48.498 INFO O| Feb 25 21:40:48.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
73532026-02-25T21:40:48.697Z[ recovery-image] Feb 25 21:40:48.498 INFO O| Feb 25 21:40:48.498 INFO STEP 653 (remove_files) COMPLETE
73542026-02-25T21:40:48.699Z[ recovery-image] Feb 25 21:40:48.498 INFO O| Feb 25 21:40:48.498 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552026-02-25T21:40:48.699Z[ recovery-image] Feb 25 21:40:48.518 INFO O| Feb 25 21:40:48.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
73562026-02-25T21:40:48.699Z[ recovery-image] Feb 25 21:40:48.518 INFO O| Feb 25 21:40:48.518 INFO STEP 654 (remove_files) COMPLETE
73572026-02-25T21:40:48.699Z[ recovery-image] Feb 25 21:40:48.519 INFO O| Feb 25 21:40:48.518 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582026-02-25T21:40:48.724Z[ recovery-image] Feb 25 21:40:48.538 INFO O| Feb 25 21:40:48.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
73592026-02-25T21:40:48.724Z[ recovery-image] Feb 25 21:40:48.538 INFO O| Feb 25 21:40:48.538 INFO STEP 655 (remove_files) COMPLETE
73602026-02-25T21:40:48.724Z[ recovery-image] Feb 25 21:40:48.538 INFO O| Feb 25 21:40:48.538 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612026-02-25T21:40:48.750Z[ recovery-image] Feb 25 21:40:48.555 INFO O| Feb 25 21:40:48.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
73622026-02-25T21:40:48.750Z[ recovery-image] Feb 25 21:40:48.555 INFO O| Feb 25 21:40:48.555 INFO STEP 656 (remove_files) COMPLETE
73632026-02-25T21:40:48.750Z[ recovery-image] Feb 25 21:40:48.555 INFO O| Feb 25 21:40:48.555 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642026-02-25T21:40:48.776Z[ recovery-image] Feb 25 21:40:48.572 INFO O| Feb 25 21:40:48.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
73652026-02-25T21:40:48.776Z[ recovery-image] Feb 25 21:40:48.573 INFO O| Feb 25 21:40:48.572 INFO STEP 657 (remove_files) COMPLETE
73662026-02-25T21:40:48.776Z[ recovery-image] Feb 25 21:40:48.573 INFO O| Feb 25 21:40:48.572 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672026-02-25T21:40:48.776Z[ recovery-image] Feb 25 21:40:48.595 INFO O| Feb 25 21:40:48.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
73682026-02-25T21:40:48.776Z[ recovery-image] Feb 25 21:40:48.595 INFO O| Feb 25 21:40:48.595 INFO STEP 658 (remove_files) COMPLETE
73692026-02-25T21:40:48.777Z[ recovery-image] Feb 25 21:40:48.595 INFO O| Feb 25 21:40:48.595 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702026-02-25T21:40:48.802Z[ recovery-image] Feb 25 21:40:48.616 INFO O| Feb 25 21:40:48.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
73712026-02-25T21:40:48.802Z[ recovery-image] Feb 25 21:40:48.616 INFO O| Feb 25 21:40:48.616 INFO STEP 659 (remove_files) COMPLETE
73722026-02-25T21:40:48.802Z[ recovery-image] Feb 25 21:40:48.616 INFO O| Feb 25 21:40:48.616 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732026-02-25T21:40:48.827Z[ recovery-image] Feb 25 21:40:48.634 INFO O| Feb 25 21:40:48.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
73742026-02-25T21:40:48.827Z[ recovery-image] Feb 25 21:40:48.634 INFO O| Feb 25 21:40:48.634 INFO STEP 660 (remove_files) COMPLETE
73752026-02-25T21:40:48.827Z[ recovery-image] Feb 25 21:40:48.634 INFO O| Feb 25 21:40:48.634 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762026-02-25T21:40:48.853Z[ recovery-image] Feb 25 21:40:48.651 INFO O| Feb 25 21:40:48.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
73772026-02-25T21:40:48.853Z[ recovery-image] Feb 25 21:40:48.651 INFO O| Feb 25 21:40:48.651 INFO STEP 661 (remove_files) COMPLETE
73782026-02-25T21:40:48.855Z[ recovery-image] Feb 25 21:40:48.651 INFO O| Feb 25 21:40:48.651 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792026-02-25T21:40:48.855Z[ recovery-image] Feb 25 21:40:48.672 INFO O| Feb 25 21:40:48.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
73802026-02-25T21:40:48.855Z[ recovery-image] Feb 25 21:40:48.672 INFO O| Feb 25 21:40:48.672 INFO STEP 662 (remove_files) COMPLETE
73812026-02-25T21:40:48.855Z[ recovery-image] Feb 25 21:40:48.672 INFO O| Feb 25 21:40:48.672 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822026-02-25T21:40:48.881Z[ recovery-image] Feb 25 21:40:48.692 INFO O| Feb 25 21:40:48.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
73832026-02-25T21:40:48.881Z[ recovery-image] Feb 25 21:40:48.692 INFO O| Feb 25 21:40:48.692 INFO STEP 663 (remove_files) COMPLETE
73842026-02-25T21:40:48.882Z[ recovery-image] Feb 25 21:40:48.692 INFO O| Feb 25 21:40:48.692 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852026-02-25T21:40:48.908Z[ recovery-image] Feb 25 21:40:48.709 INFO O| Feb 25 21:40:48.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
73862026-02-25T21:40:48.908Z[ recovery-image] Feb 25 21:40:48.709 INFO O| Feb 25 21:40:48.709 INFO STEP 664 (remove_files) COMPLETE
73872026-02-25T21:40:48.908Z[ recovery-image] Feb 25 21:40:48.709 INFO O| Feb 25 21:40:48.709 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882026-02-25T21:40:48.908Z[ recovery-image] Feb 25 21:40:48.727 INFO O| Feb 25 21:40:48.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
73892026-02-25T21:40:48.908Z[ recovery-image] Feb 25 21:40:48.728 INFO O| Feb 25 21:40:48.728 INFO STEP 665 (remove_files) COMPLETE
73902026-02-25T21:40:48.908Z[ recovery-image] Feb 25 21:40:48.728 INFO O| Feb 25 21:40:48.728 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912026-02-25T21:40:48.933Z[ recovery-image] Feb 25 21:40:48.746 INFO O| Feb 25 21:40:48.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
73922026-02-25T21:40:48.933Z[ recovery-image] Feb 25 21:40:48.746 INFO O| Feb 25 21:40:48.746 INFO STEP 666 (remove_files) COMPLETE
73932026-02-25T21:40:48.933Z[ recovery-image] Feb 25 21:40:48.746 INFO O| Feb 25 21:40:48.746 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942026-02-25T21:40:48.959Z[ recovery-image] Feb 25 21:40:48.766 INFO O| Feb 25 21:40:48.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
73952026-02-25T21:40:48.959Z[ recovery-image] Feb 25 21:40:48.767 INFO O| Feb 25 21:40:48.766 INFO STEP 667 (remove_files) COMPLETE
73962026-02-25T21:40:48.959Z[ recovery-image] Feb 25 21:40:48.767 INFO O| Feb 25 21:40:48.766 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972026-02-25T21:40:48.984Z[ recovery-image] Feb 25 21:40:48.784 INFO O| Feb 25 21:40:48.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
73982026-02-25T21:40:48.984Z[ recovery-image] Feb 25 21:40:48.784 INFO O| Feb 25 21:40:48.784 INFO STEP 668 (remove_files) COMPLETE
73992026-02-25T21:40:48.986Z[ recovery-image] Feb 25 21:40:48.784 INFO O| Feb 25 21:40:48.784 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002026-02-25T21:40:49.011Z[ recovery-image] Feb 25 21:40:48.809 INFO O| Feb 25 21:40:48.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
74012026-02-25T21:40:49.011Z[ recovery-image] Feb 25 21:40:48.809 INFO O| Feb 25 21:40:48.809 INFO STEP 669 (remove_files) COMPLETE
74022026-02-25T21:40:49.011Z[ recovery-image] Feb 25 21:40:48.809 INFO O| Feb 25 21:40:48.809 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032026-02-25T21:40:49.011Z[ recovery-image] Feb 25 21:40:48.832 INFO O| Feb 25 21:40:48.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
74042026-02-25T21:40:49.011Z[ recovery-image] Feb 25 21:40:48.832 INFO O| Feb 25 21:40:48.832 INFO STEP 670 (remove_files) COMPLETE
74052026-02-25T21:40:49.011Z[ recovery-image] Feb 25 21:40:48.832 INFO O| Feb 25 21:40:48.832 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062026-02-25T21:40:49.036Z[ recovery-image] Feb 25 21:40:48.850 INFO O| Feb 25 21:40:48.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
74072026-02-25T21:40:49.036Z[ recovery-image] Feb 25 21:40:48.850 INFO O| Feb 25 21:40:48.850 INFO STEP 671 (remove_files) COMPLETE
74082026-02-25T21:40:49.036Z[ recovery-image] Feb 25 21:40:48.850 INFO O| Feb 25 21:40:48.850 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092026-02-25T21:40:49.064Z[ recovery-image] Feb 25 21:40:48.868 INFO O| Feb 25 21:40:48.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
74102026-02-25T21:40:49.064Z[ recovery-image] Feb 25 21:40:48.868 INFO O| Feb 25 21:40:48.868 INFO STEP 672 (remove_files) COMPLETE
74112026-02-25T21:40:49.064Z[ recovery-image] Feb 25 21:40:48.868 INFO O| Feb 25 21:40:48.868 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122026-02-25T21:40:49.091Z[ recovery-image] Feb 25 21:40:48.889 INFO O| Feb 25 21:40:48.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
74132026-02-25T21:40:49.091Z[ recovery-image] Feb 25 21:40:48.889 INFO O| Feb 25 21:40:48.889 INFO STEP 673 (remove_files) COMPLETE
74142026-02-25T21:40:49.091Z[ recovery-image] Feb 25 21:40:48.889 INFO O| Feb 25 21:40:48.889 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152026-02-25T21:40:49.091Z[ recovery-image] Feb 25 21:40:48.908 INFO O| Feb 25 21:40:48.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
74162026-02-25T21:40:49.091Z[ recovery-image] Feb 25 21:40:48.908 INFO O| Feb 25 21:40:48.908 INFO STEP 674 (remove_files) COMPLETE
74172026-02-25T21:40:49.091Z[ recovery-image] Feb 25 21:40:48.909 INFO O| Feb 25 21:40:48.908 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182026-02-25T21:40:49.116Z[ recovery-image] Feb 25 21:40:48.932 INFO O| Feb 25 21:40:48.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
74192026-02-25T21:40:49.117Z[ recovery-image] Feb 25 21:40:48.932 INFO O| Feb 25 21:40:48.932 INFO STEP 675 (remove_files) COMPLETE
74202026-02-25T21:40:49.117Z[ recovery-image] Feb 25 21:40:48.932 INFO O| Feb 25 21:40:48.932 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212026-02-25T21:40:49.142Z[ recovery-image] Feb 25 21:40:48.954 INFO O| Feb 25 21:40:48.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
74222026-02-25T21:40:49.142Z[ recovery-image] Feb 25 21:40:48.954 INFO O| Feb 25 21:40:48.953 INFO STEP 676 (remove_files) COMPLETE
74232026-02-25T21:40:49.142Z[ recovery-image] Feb 25 21:40:48.954 INFO O| Feb 25 21:40:48.953 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242026-02-25T21:40:49.167Z[ recovery-image] Feb 25 21:40:48.982 INFO O| Feb 25 21:40:48.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
74252026-02-25T21:40:49.167Z[ recovery-image] Feb 25 21:40:48.982 INFO O| Feb 25 21:40:48.981 INFO STEP 677 (remove_files) COMPLETE
74262026-02-25T21:40:49.167Z[ recovery-image] Feb 25 21:40:48.982 INFO O| Feb 25 21:40:48.981 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272026-02-25T21:40:49.192Z[ recovery-image] Feb 25 21:40:49.003 INFO O| Feb 25 21:40:49.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
74282026-02-25T21:40:49.192Z[ recovery-image] Feb 25 21:40:49.003 INFO O| Feb 25 21:40:49.002 INFO STEP 678 (remove_files) COMPLETE
74292026-02-25T21:40:49.192Z[ recovery-image] Feb 25 21:40:49.003 INFO O| Feb 25 21:40:49.002 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302026-02-25T21:40:49.217Z[ recovery-image] Feb 25 21:40:49.024 INFO O| Feb 25 21:40:49.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
74312026-02-25T21:40:49.217Z[ recovery-image] Feb 25 21:40:49.024 INFO O| Feb 25 21:40:49.024 INFO STEP 679 (remove_files) COMPLETE
74322026-02-25T21:40:49.217Z[ recovery-image] Feb 25 21:40:49.024 INFO O| Feb 25 21:40:49.024 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332026-02-25T21:40:49.244Z[ recovery-image] Feb 25 21:40:49.043 INFO O| Feb 25 21:40:49.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
74342026-02-25T21:40:49.244Z[ recovery-image] Feb 25 21:40:49.043 INFO O| Feb 25 21:40:49.043 INFO STEP 680 (remove_files) COMPLETE
74352026-02-25T21:40:49.244Z[ recovery-image] Feb 25 21:40:49.043 INFO O| Feb 25 21:40:49.043 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362026-02-25T21:40:49.244Z[ recovery-image] Feb 25 21:40:49.061 INFO O| Feb 25 21:40:49.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
74372026-02-25T21:40:49.244Z[ recovery-image] Feb 25 21:40:49.061 INFO O| Feb 25 21:40:49.061 INFO STEP 681 (remove_files) COMPLETE
74382026-02-25T21:40:49.244Z[ recovery-image] Feb 25 21:40:49.061 INFO O| Feb 25 21:40:49.061 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392026-02-25T21:40:49.270Z[ recovery-image] Feb 25 21:40:49.082 INFO O| Feb 25 21:40:49.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
74402026-02-25T21:40:49.270Z[ recovery-image] Feb 25 21:40:49.082 INFO O| Feb 25 21:40:49.082 INFO STEP 682 (remove_files) COMPLETE
74412026-02-25T21:40:49.270Z[ recovery-image] Feb 25 21:40:49.082 INFO O| Feb 25 21:40:49.082 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422026-02-25T21:40:49.296Z[ recovery-image] Feb 25 21:40:49.100 INFO O| Feb 25 21:40:49.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
74432026-02-25T21:40:49.296Z[ recovery-image] Feb 25 21:40:49.100 INFO O| Feb 25 21:40:49.100 INFO STEP 683 (remove_files) COMPLETE
74442026-02-25T21:40:49.296Z[ recovery-image] Feb 25 21:40:49.100 INFO O| Feb 25 21:40:49.100 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452026-02-25T21:40:49.323Z[ recovery-image] Feb 25 21:40:49.120 INFO O| Feb 25 21:40:49.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
74462026-02-25T21:40:49.323Z[ recovery-image] Feb 25 21:40:49.120 INFO O| Feb 25 21:40:49.120 INFO STEP 684 (remove_files) COMPLETE
74472026-02-25T21:40:49.323Z[ recovery-image] Feb 25 21:40:49.120 INFO O| Feb 25 21:40:49.120 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482026-02-25T21:40:49.323Z[ recovery-image] Feb 25 21:40:49.138 INFO O| Feb 25 21:40:49.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
74492026-02-25T21:40:49.323Z[ recovery-image] Feb 25 21:40:49.138 INFO O| Feb 25 21:40:49.138 INFO STEP 685 (remove_files) COMPLETE
74502026-02-25T21:40:49.323Z[ recovery-image] Feb 25 21:40:49.138 INFO O| Feb 25 21:40:49.138 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512026-02-25T21:40:49.349Z[ recovery-image] Feb 25 21:40:49.162 INFO O| Feb 25 21:40:49.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
74522026-02-25T21:40:49.349Z[ recovery-image] Feb 25 21:40:49.162 INFO O| Feb 25 21:40:49.161 INFO STEP 686 (remove_files) COMPLETE
74532026-02-25T21:40:49.349Z[ recovery-image] Feb 25 21:40:49.162 INFO O| Feb 25 21:40:49.161 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542026-02-25T21:40:49.375Z[ recovery-image] Feb 25 21:40:49.188 INFO O| Feb 25 21:40:49.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
74552026-02-25T21:40:49.375Z[ recovery-image] Feb 25 21:40:49.188 INFO O| Feb 25 21:40:49.187 INFO STEP 687 (remove_files) COMPLETE
74562026-02-25T21:40:49.401Z[ recovery-image] Feb 25 21:40:49.188 INFO O| Feb 25 21:40:49.187 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572026-02-25T21:40:49.401Z[ recovery-image] Feb 25 21:40:49.209 INFO O| Feb 25 21:40:49.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
74582026-02-25T21:40:49.402Z[ recovery-image] Feb 25 21:40:49.210 INFO O| Feb 25 21:40:49.209 INFO STEP 688 (remove_files) COMPLETE
74592026-02-25T21:40:49.402Z[ recovery-image] Feb 25 21:40:49.210 INFO O| Feb 25 21:40:49.210 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602026-02-25T21:40:49.429Z[ recovery-image] Feb 25 21:40:49.232 INFO O| Feb 25 21:40:49.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
74612026-02-25T21:40:49.429Z[ recovery-image] Feb 25 21:40:49.232 INFO O| Feb 25 21:40:49.232 INFO STEP 689 (remove_files) COMPLETE
74622026-02-25T21:40:49.429Z[ recovery-image] Feb 25 21:40:49.232 INFO O| Feb 25 21:40:49.232 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632026-02-25T21:40:49.454Z[ recovery-image] Feb 25 21:40:49.255 INFO O| Feb 25 21:40:49.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
74642026-02-25T21:40:49.454Z[ recovery-image] Feb 25 21:40:49.255 INFO O| Feb 25 21:40:49.255 INFO STEP 690 (remove_files) COMPLETE
74652026-02-25T21:40:49.454Z[ recovery-image] Feb 25 21:40:49.255 INFO O| Feb 25 21:40:49.255 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662026-02-25T21:40:49.479Z[ recovery-image] Feb 25 21:40:49.283 INFO O| Feb 25 21:40:49.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
74672026-02-25T21:40:49.479Z[ recovery-image] Feb 25 21:40:49.283 INFO O| Feb 25 21:40:49.283 INFO STEP 691 (remove_files) COMPLETE
74682026-02-25T21:40:49.479Z[ recovery-image] Feb 25 21:40:49.283 INFO O| Feb 25 21:40:49.283 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692026-02-25T21:40:49.505Z[ recovery-image] Feb 25 21:40:49.304 INFO O| Feb 25 21:40:49.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
74702026-02-25T21:40:49.505Z[ recovery-image] Feb 25 21:40:49.304 INFO O| Feb 25 21:40:49.304 INFO STEP 692 (remove_files) COMPLETE
74712026-02-25T21:40:49.506Z[ recovery-image] Feb 25 21:40:49.304 INFO O| Feb 25 21:40:49.304 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722026-02-25T21:40:49.506Z[ recovery-image] Feb 25 21:40:49.320 INFO O| Feb 25 21:40:49.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
74732026-02-25T21:40:49.506Z[ recovery-image] Feb 25 21:40:49.320 INFO O| Feb 25 21:40:49.320 INFO STEP 693 (remove_files) COMPLETE
74742026-02-25T21:40:49.506Z[ recovery-image] Feb 25 21:40:49.320 INFO O| Feb 25 21:40:49.320 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752026-02-25T21:40:49.531Z[ recovery-image] Feb 25 21:40:49.341 INFO O| Feb 25 21:40:49.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
74762026-02-25T21:40:49.531Z[ recovery-image] Feb 25 21:40:49.341 INFO O| Feb 25 21:40:49.341 INFO STEP 694 (remove_files) COMPLETE
74772026-02-25T21:40:49.531Z[ recovery-image] Feb 25 21:40:49.341 INFO O| Feb 25 21:40:49.341 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782026-02-25T21:40:49.557Z[ recovery-image] Feb 25 21:40:49.360 INFO O| Feb 25 21:40:49.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
74792026-02-25T21:40:49.557Z[ recovery-image] Feb 25 21:40:49.360 INFO O| Feb 25 21:40:49.360 INFO STEP 695 (remove_files) COMPLETE
74802026-02-25T21:40:49.557Z[ recovery-image] Feb 25 21:40:49.360 INFO O| Feb 25 21:40:49.360 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812026-02-25T21:40:49.557Z[ recovery-image] Feb 25 21:40:49.379 INFO O| Feb 25 21:40:49.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
74822026-02-25T21:40:49.557Z[ recovery-image] Feb 25 21:40:49.379 INFO O| Feb 25 21:40:49.379 INFO STEP 696 (remove_files) COMPLETE
74832026-02-25T21:40:49.558Z[ recovery-image] Feb 25 21:40:49.379 INFO O| Feb 25 21:40:49.379 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842026-02-25T21:40:49.583Z[ recovery-image] Feb 25 21:40:49.398 INFO O| Feb 25 21:40:49.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
74852026-02-25T21:40:49.583Z[ recovery-image] Feb 25 21:40:49.398 INFO O| Feb 25 21:40:49.398 INFO STEP 697 (remove_files) COMPLETE
74862026-02-25T21:40:49.586Z[ recovery-image] Feb 25 21:40:49.398 INFO O| Feb 25 21:40:49.398 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872026-02-25T21:40:49.611Z[ recovery-image] Feb 25 21:40:49.431 INFO O| Feb 25 21:40:49.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
74882026-02-25T21:40:49.611Z[ recovery-image] Feb 25 21:40:49.431 INFO O| Feb 25 21:40:49.431 INFO STEP 698 (remove_files) COMPLETE
74892026-02-25T21:40:49.611Z[ recovery-image] Feb 25 21:40:49.431 INFO O| Feb 25 21:40:49.431 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902026-02-25T21:40:49.636Z[ recovery-image] Feb 25 21:40:49.456 INFO O| Feb 25 21:40:49.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
74912026-02-25T21:40:49.636Z[ recovery-image] Feb 25 21:40:49.456 INFO O| Feb 25 21:40:49.456 INFO STEP 699 (remove_files) COMPLETE
74922026-02-25T21:40:49.636Z[ recovery-image] Feb 25 21:40:49.456 INFO O| Feb 25 21:40:49.456 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932026-02-25T21:40:49.661Z[ recovery-image] Feb 25 21:40:49.481 INFO O| Feb 25 21:40:49.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
74942026-02-25T21:40:49.661Z[ recovery-image] Feb 25 21:40:49.481 INFO O| Feb 25 21:40:49.481 INFO STEP 700 (remove_files) COMPLETE
74952026-02-25T21:40:49.661Z[ recovery-image] Feb 25 21:40:49.481 INFO O| Feb 25 21:40:49.481 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962026-02-25T21:40:49.686Z[ recovery-image] Feb 25 21:40:49.505 INFO O| Feb 25 21:40:49.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
74972026-02-25T21:40:49.686Z[ recovery-image] Feb 25 21:40:49.506 INFO O| Feb 25 21:40:49.505 INFO STEP 701 (remove_files) COMPLETE
74982026-02-25T21:40:49.686Z[ recovery-image] Feb 25 21:40:49.506 INFO O| Feb 25 21:40:49.506 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992026-02-25T21:40:49.711Z[ recovery-image] Feb 25 21:40:49.527 INFO O| Feb 25 21:40:49.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
75002026-02-25T21:40:49.711Z[ recovery-image] Feb 25 21:40:49.528 INFO O| Feb 25 21:40:49.527 INFO STEP 702 (remove_files) COMPLETE
75012026-02-25T21:40:49.711Z[ recovery-image] Feb 25 21:40:49.528 INFO O| Feb 25 21:40:49.528 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022026-02-25T21:40:49.736Z[ recovery-image] Feb 25 21:40:49.548 INFO O| Feb 25 21:40:49.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
75032026-02-25T21:40:49.736Z[ recovery-image] Feb 25 21:40:49.548 INFO O| Feb 25 21:40:49.548 INFO STEP 703 (remove_files) COMPLETE
75042026-02-25T21:40:49.736Z[ recovery-image] Feb 25 21:40:49.548 INFO O| Feb 25 21:40:49.548 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052026-02-25T21:40:49.761Z[ recovery-image] Feb 25 21:40:49.566 INFO O| Feb 25 21:40:49.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
75062026-02-25T21:40:49.761Z[ recovery-image] Feb 25 21:40:49.566 INFO O| Feb 25 21:40:49.566 INFO STEP 704 (remove_files) COMPLETE
75072026-02-25T21:40:49.761Z[ recovery-image] Feb 25 21:40:49.566 INFO O| Feb 25 21:40:49.566 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082026-02-25T21:40:49.786Z[ recovery-image] Feb 25 21:40:49.585 INFO O| Feb 25 21:40:49.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
75092026-02-25T21:40:49.786Z[ recovery-image] Feb 25 21:40:49.585 INFO O| Feb 25 21:40:49.585 INFO STEP 705 (remove_files) COMPLETE
75102026-02-25T21:40:49.786Z[ recovery-image] Feb 25 21:40:49.585 INFO O| Feb 25 21:40:49.585 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112026-02-25T21:40:49.786Z[ recovery-image] Feb 25 21:40:49.599 INFO O| Feb 25 21:40:49.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
75122026-02-25T21:40:49.786Z[ recovery-image] Feb 25 21:40:49.600 INFO O| Feb 25 21:40:49.600 INFO STEP 706 (remove_files) COMPLETE
75132026-02-25T21:40:49.786Z[ recovery-image] Feb 25 21:40:49.600 INFO O| Feb 25 21:40:49.600 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142026-02-25T21:40:49.811Z[ recovery-image] Feb 25 21:40:49.622 INFO O| Feb 25 21:40:49.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
75152026-02-25T21:40:49.811Z[ recovery-image] Feb 25 21:40:49.623 INFO O| Feb 25 21:40:49.623 INFO STEP 707 (remove_files) COMPLETE
75162026-02-25T21:40:49.811Z[ recovery-image] Feb 25 21:40:49.623 INFO O| Feb 25 21:40:49.623 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172026-02-25T21:40:49.837Z[ recovery-image] Feb 25 21:40:49.644 INFO O| Feb 25 21:40:49.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
75182026-02-25T21:40:49.837Z[ recovery-image] Feb 25 21:40:49.644 INFO O| Feb 25 21:40:49.644 INFO STEP 708 (remove_files) COMPLETE
75192026-02-25T21:40:49.837Z[ recovery-image] Feb 25 21:40:49.644 INFO O| Feb 25 21:40:49.644 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202026-02-25T21:40:49.863Z[ recovery-image] Feb 25 21:40:49.666 INFO O| Feb 25 21:40:49.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
75212026-02-25T21:40:49.863Z[ recovery-image] Feb 25 21:40:49.666 INFO O| Feb 25 21:40:49.665 INFO STEP 709 (remove_files) COMPLETE
75222026-02-25T21:40:49.864Z[ recovery-image] Feb 25 21:40:49.666 INFO O| Feb 25 21:40:49.665 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232026-02-25T21:40:49.891Z[ recovery-image] Feb 25 21:40:49.691 INFO O| Feb 25 21:40:49.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
75242026-02-25T21:40:49.891Z[ recovery-image] Feb 25 21:40:49.691 INFO O| Feb 25 21:40:49.691 INFO STEP 710 (remove_files) COMPLETE
75252026-02-25T21:40:49.891Z[ recovery-image] Feb 25 21:40:49.691 INFO O| Feb 25 21:40:49.691 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262026-02-25T21:40:49.891Z[ recovery-image] Feb 25 21:40:49.711 INFO O| Feb 25 21:40:49.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
75272026-02-25T21:40:49.891Z[ recovery-image] Feb 25 21:40:49.711 INFO O| Feb 25 21:40:49.711 INFO STEP 711 (remove_files) COMPLETE
75282026-02-25T21:40:49.891Z[ recovery-image] Feb 25 21:40:49.711 INFO O| Feb 25 21:40:49.711 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292026-02-25T21:40:49.917Z[ recovery-image] Feb 25 21:40:49.730 INFO O| Feb 25 21:40:49.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
75302026-02-25T21:40:49.917Z[ recovery-image] Feb 25 21:40:49.730 INFO O| Feb 25 21:40:49.730 INFO STEP 712 (remove_files) COMPLETE
75312026-02-25T21:40:49.917Z[ recovery-image] Feb 25 21:40:49.731 INFO O| Feb 25 21:40:49.731 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322026-02-25T21:40:49.943Z[ recovery-image] Feb 25 21:40:49.751 INFO O| Feb 25 21:40:49.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
75332026-02-25T21:40:49.943Z[ recovery-image] Feb 25 21:40:49.752 INFO O| Feb 25 21:40:49.751 INFO STEP 713 (remove_files) COMPLETE
75342026-02-25T21:40:49.943Z[ recovery-image] Feb 25 21:40:49.752 INFO O| Feb 25 21:40:49.751 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352026-02-25T21:40:49.968Z[ recovery-image] Feb 25 21:40:49.770 INFO O| Feb 25 21:40:49.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
75362026-02-25T21:40:49.969Z[ recovery-image] Feb 25 21:40:49.770 INFO O| Feb 25 21:40:49.770 INFO STEP 714 (remove_files) COMPLETE
75372026-02-25T21:40:49.969Z[ recovery-image] Feb 25 21:40:49.770 INFO O| Feb 25 21:40:49.770 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382026-02-25T21:40:49.969Z[ recovery-image] Feb 25 21:40:49.790 INFO O| Feb 25 21:40:49.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
75392026-02-25T21:40:49.969Z[ recovery-image] Feb 25 21:40:49.791 INFO O| Feb 25 21:40:49.790 INFO STEP 715 (remove_files) COMPLETE
75402026-02-25T21:40:49.969Z[ recovery-image] Feb 25 21:40:49.791 INFO O| Feb 25 21:40:49.790 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412026-02-25T21:40:49.995Z[ recovery-image] Feb 25 21:40:49.809 INFO O| Feb 25 21:40:49.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
75422026-02-25T21:40:49.995Z[ recovery-image] Feb 25 21:40:49.810 INFO O| Feb 25 21:40:49.809 INFO STEP 716 (remove_files) COMPLETE
75432026-02-25T21:40:49.995Z[ recovery-image] Feb 25 21:40:49.810 INFO O| Feb 25 21:40:49.809 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442026-02-25T21:40:50.019Z[ recovery-image] Feb 25 21:40:49.827 INFO O| Feb 25 21:40:49.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
75452026-02-25T21:40:50.019Z[ recovery-image] Feb 25 21:40:49.827 INFO O| Feb 25 21:40:49.827 INFO STEP 717 (remove_files) COMPLETE
75462026-02-25T21:40:50.019Z[ recovery-image] Feb 25 21:40:49.827 INFO O| Feb 25 21:40:49.827 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472026-02-25T21:40:50.044Z[ recovery-image] Feb 25 21:40:49.848 INFO O| Feb 25 21:40:49.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
75482026-02-25T21:40:50.044Z[ recovery-image] Feb 25 21:40:49.848 INFO O| Feb 25 21:40:49.848 INFO STEP 718 (remove_files) COMPLETE
75492026-02-25T21:40:50.044Z[ recovery-image] Feb 25 21:40:49.848 INFO O| Feb 25 21:40:49.848 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502026-02-25T21:40:50.044Z[ recovery-image] Feb 25 21:40:49.864 INFO O| Feb 25 21:40:49.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
75512026-02-25T21:40:50.044Z[ recovery-image] Feb 25 21:40:49.864 INFO O| Feb 25 21:40:49.864 INFO STEP 719 (remove_files) COMPLETE
75522026-02-25T21:40:50.044Z[ recovery-image] Feb 25 21:40:49.864 INFO O| Feb 25 21:40:49.864 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532026-02-25T21:40:50.070Z[ recovery-image] Feb 25 21:40:49.885 INFO O| Feb 25 21:40:49.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
75542026-02-25T21:40:50.070Z[ recovery-image] Feb 25 21:40:49.885 INFO O| Feb 25 21:40:49.885 INFO STEP 720 (remove_files) COMPLETE
75552026-02-25T21:40:50.070Z[ recovery-image] Feb 25 21:40:49.885 INFO O| Feb 25 21:40:49.885 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562026-02-25T21:40:50.095Z[ recovery-image] Feb 25 21:40:49.902 INFO O| Feb 25 21:40:49.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
75572026-02-25T21:40:50.095Z[ recovery-image] Feb 25 21:40:49.902 INFO O| Feb 25 21:40:49.902 INFO STEP 721 (remove_files) COMPLETE
75582026-02-25T21:40:50.095Z[ recovery-image] Feb 25 21:40:49.902 INFO O| Feb 25 21:40:49.902 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592026-02-25T21:40:50.120Z[ recovery-image] Feb 25 21:40:49.923 INFO O| Feb 25 21:40:49.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
75602026-02-25T21:40:50.120Z[ recovery-image] Feb 25 21:40:49.923 INFO O| Feb 25 21:40:49.923 INFO STEP 722 (remove_files) COMPLETE
75612026-02-25T21:40:50.120Z[ recovery-image] Feb 25 21:40:49.923 INFO O| Feb 25 21:40:49.923 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622026-02-25T21:40:50.146Z[ recovery-image] Feb 25 21:40:49.944 INFO O| Feb 25 21:40:49.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
75632026-02-25T21:40:50.146Z[ recovery-image] Feb 25 21:40:49.944 INFO O| Feb 25 21:40:49.944 INFO STEP 723 (remove_files) COMPLETE
75642026-02-25T21:40:50.146Z[ recovery-image] Feb 25 21:40:49.944 INFO O| Feb 25 21:40:49.944 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652026-02-25T21:40:50.146Z[ recovery-image] Feb 25 21:40:49.959 INFO O| Feb 25 21:40:49.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
75662026-02-25T21:40:50.146Z[ recovery-image] Feb 25 21:40:49.959 INFO O| Feb 25 21:40:49.959 INFO STEP 724 (remove_files) COMPLETE
75672026-02-25T21:40:50.146Z[ recovery-image] Feb 25 21:40:49.959 INFO O| Feb 25 21:40:49.959 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682026-02-25T21:40:50.172Z[ recovery-image] Feb 25 21:40:49.977 INFO O| Feb 25 21:40:49.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
75692026-02-25T21:40:50.172Z[ recovery-image] Feb 25 21:40:49.977 INFO O| Feb 25 21:40:49.977 INFO STEP 725 (remove_files) COMPLETE
75702026-02-25T21:40:50.172Z[ recovery-image] Feb 25 21:40:49.977 INFO O| Feb 25 21:40:49.977 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712026-02-25T21:40:50.197Z[ recovery-image] Feb 25 21:40:49.997 INFO O| Feb 25 21:40:49.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
75722026-02-25T21:40:50.197Z[ recovery-image] Feb 25 21:40:49.997 INFO O| Feb 25 21:40:49.997 INFO STEP 726 (remove_files) COMPLETE
75732026-02-25T21:40:50.197Z[ recovery-image] Feb 25 21:40:49.997 INFO O| Feb 25 21:40:49.997 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742026-02-25T21:40:50.197Z[ recovery-image] Feb 25 21:40:50.014 INFO O| Feb 25 21:40:50.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
75752026-02-25T21:40:50.197Z[ recovery-image] Feb 25 21:40:50.015 INFO O| Feb 25 21:40:50.014 INFO STEP 727 (remove_files) COMPLETE
75762026-02-25T21:40:50.197Z[ recovery-image] Feb 25 21:40:50.015 INFO O| Feb 25 21:40:50.014 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772026-02-25T21:40:50.223Z[ recovery-image] Feb 25 21:40:50.033 INFO O| Feb 25 21:40:50.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
75782026-02-25T21:40:50.223Z[ recovery-image] Feb 25 21:40:50.034 INFO O| Feb 25 21:40:50.034 INFO STEP 728 (remove_files) COMPLETE
75792026-02-25T21:40:50.223Z[ recovery-image] Feb 25 21:40:50.034 INFO O| Feb 25 21:40:50.034 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802026-02-25T21:40:50.250Z[ recovery-image] Feb 25 21:40:50.053 INFO O| Feb 25 21:40:50.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
75812026-02-25T21:40:50.250Z[ recovery-image] Feb 25 21:40:50.054 INFO O| Feb 25 21:40:50.054 INFO STEP 729 (remove_files) COMPLETE
75822026-02-25T21:40:50.251Z[ recovery-image] Feb 25 21:40:50.054 INFO O| Feb 25 21:40:50.054 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832026-02-25T21:40:50.278Z[ recovery-image] Feb 25 21:40:50.076 INFO O| Feb 25 21:40:50.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
75842026-02-25T21:40:50.278Z[ recovery-image] Feb 25 21:40:50.076 INFO O| Feb 25 21:40:50.076 INFO STEP 730 (remove_files) COMPLETE
75852026-02-25T21:40:50.278Z[ recovery-image] Feb 25 21:40:50.076 INFO O| Feb 25 21:40:50.076 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862026-02-25T21:40:50.278Z[ recovery-image] Feb 25 21:40:50.098 INFO O| Feb 25 21:40:50.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
75872026-02-25T21:40:50.278Z[ recovery-image] Feb 25 21:40:50.099 INFO O| Feb 25 21:40:50.098 INFO STEP 731 (remove_files) COMPLETE
75882026-02-25T21:40:50.278Z[ recovery-image] Feb 25 21:40:50.099 INFO O| Feb 25 21:40:50.098 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892026-02-25T21:40:50.303Z[ recovery-image] Feb 25 21:40:50.120 INFO O| Feb 25 21:40:50.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
75902026-02-25T21:40:50.303Z[ recovery-image] Feb 25 21:40:50.120 INFO O| Feb 25 21:40:50.120 INFO STEP 732 (remove_files) COMPLETE
75912026-02-25T21:40:50.303Z[ recovery-image] Feb 25 21:40:50.120 INFO O| Feb 25 21:40:50.120 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922026-02-25T21:40:50.330Z[ recovery-image] Feb 25 21:40:50.139 INFO O| Feb 25 21:40:50.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
75932026-02-25T21:40:50.330Z[ recovery-image] Feb 25 21:40:50.139 INFO O| Feb 25 21:40:50.139 INFO STEP 733 (remove_files) COMPLETE
75942026-02-25T21:40:50.330Z[ recovery-image] Feb 25 21:40:50.139 INFO O| Feb 25 21:40:50.139 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952026-02-25T21:40:50.355Z[ recovery-image] Feb 25 21:40:50.158 INFO O| Feb 25 21:40:50.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
75962026-02-25T21:40:50.355Z[ recovery-image] Feb 25 21:40:50.158 INFO O| Feb 25 21:40:50.158 INFO STEP 734 (remove_files) COMPLETE
75972026-02-25T21:40:50.355Z[ recovery-image] Feb 25 21:40:50.158 INFO O| Feb 25 21:40:50.158 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982026-02-25T21:40:50.355Z[ recovery-image] Feb 25 21:40:50.178 INFO O| Feb 25 21:40:50.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
75992026-02-25T21:40:50.355Z[ recovery-image] Feb 25 21:40:50.178 INFO O| Feb 25 21:40:50.178 INFO STEP 735 (remove_files) COMPLETE
76002026-02-25T21:40:50.358Z[ recovery-image] Feb 25 21:40:50.178 INFO O| Feb 25 21:40:50.178 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012026-02-25T21:40:50.383Z[ recovery-image] Feb 25 21:40:50.195 INFO O| Feb 25 21:40:50.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
76022026-02-25T21:40:50.383Z[ recovery-image] Feb 25 21:40:50.195 INFO O| Feb 25 21:40:50.195 INFO STEP 736 (remove_files) COMPLETE
76032026-02-25T21:40:50.383Z[ recovery-image] Feb 25 21:40:50.196 INFO O| Feb 25 21:40:50.195 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042026-02-25T21:40:50.407Z[ recovery-image] Feb 25 21:40:50.211 INFO O| Feb 25 21:40:50.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
76052026-02-25T21:40:50.407Z[ recovery-image] Feb 25 21:40:50.211 INFO O| Feb 25 21:40:50.210 INFO STEP 737 (remove_files) COMPLETE
76062026-02-25T21:40:50.407Z[ recovery-image] Feb 25 21:40:50.211 INFO O| Feb 25 21:40:50.210 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072026-02-25T21:40:50.407Z[ recovery-image] Feb 25 21:40:50.229 INFO O| Feb 25 21:40:50.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
76082026-02-25T21:40:50.407Z[ recovery-image] Feb 25 21:40:50.229 INFO O| Feb 25 21:40:50.229 INFO STEP 738 (remove_files) COMPLETE
76092026-02-25T21:40:50.407Z[ recovery-image] Feb 25 21:40:50.229 INFO O| Feb 25 21:40:50.229 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102026-02-25T21:40:50.433Z[ recovery-image] Feb 25 21:40:50.246 INFO O| Feb 25 21:40:50.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
76112026-02-25T21:40:50.433Z[ recovery-image] Feb 25 21:40:50.246 INFO O| Feb 25 21:40:50.246 INFO STEP 739 (remove_files) COMPLETE
76122026-02-25T21:40:50.433Z[ recovery-image] Feb 25 21:40:50.246 INFO O| Feb 25 21:40:50.246 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132026-02-25T21:40:50.458Z[ recovery-image] Feb 25 21:40:50.269 INFO O| Feb 25 21:40:50.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
76142026-02-25T21:40:50.458Z[ recovery-image] Feb 25 21:40:50.269 INFO O| Feb 25 21:40:50.269 INFO STEP 740 (remove_files) COMPLETE
76152026-02-25T21:40:50.458Z[ recovery-image] Feb 25 21:40:50.270 INFO O| Feb 25 21:40:50.269 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162026-02-25T21:40:50.483Z[ recovery-image] Feb 25 21:40:50.289 INFO O| Feb 25 21:40:50.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
76172026-02-25T21:40:50.483Z[ recovery-image] Feb 25 21:40:50.289 INFO O| Feb 25 21:40:50.289 INFO STEP 741 (remove_files) COMPLETE
76182026-02-25T21:40:50.483Z[ recovery-image] Feb 25 21:40:50.289 INFO O| Feb 25 21:40:50.289 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192026-02-25T21:40:50.508Z[ recovery-image] Feb 25 21:40:50.308 INFO O| Feb 25 21:40:50.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
76202026-02-25T21:40:50.508Z[ recovery-image] Feb 25 21:40:50.308 INFO O| Feb 25 21:40:50.308 INFO STEP 742 (remove_files) COMPLETE
76212026-02-25T21:40:50.509Z[ recovery-image] Feb 25 21:40:50.308 INFO O| Feb 25 21:40:50.308 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222026-02-25T21:40:50.509Z[ recovery-image] Feb 25 21:40:50.327 INFO O| Feb 25 21:40:50.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
76232026-02-25T21:40:50.509Z[ recovery-image] Feb 25 21:40:50.327 INFO O| Feb 25 21:40:50.327 INFO STEP 743 (remove_files) COMPLETE
76242026-02-25T21:40:50.509Z[ recovery-image] Feb 25 21:40:50.327 INFO O| Feb 25 21:40:50.327 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252026-02-25T21:40:50.535Z[ recovery-image] Feb 25 21:40:50.347 INFO O| Feb 25 21:40:50.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
76262026-02-25T21:40:50.535Z[ recovery-image] Feb 25 21:40:50.347 INFO O| Feb 25 21:40:50.347 INFO STEP 744 (remove_files) COMPLETE
76272026-02-25T21:40:50.535Z[ recovery-image] Feb 25 21:40:50.347 INFO O| Feb 25 21:40:50.347 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282026-02-25T21:40:50.627Z[ recovery-image] Feb 25 21:40:50.371 INFO O| Feb 25 21:40:50.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
76292026-02-25T21:40:50.627Z[ recovery-image] Feb 25 21:40:50.371 INFO O| Feb 25 21:40:50.371 INFO STEP 745 (remove_files) COMPLETE
76302026-02-25T21:40:50.627Z[ recovery-image] Feb 25 21:40:50.371 INFO O| Feb 25 21:40:50.371 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312026-02-25T21:40:50.627Z[ recovery-image] Feb 25 21:40:50.394 INFO O| Feb 25 21:40:50.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
76322026-02-25T21:40:50.627Z[ recovery-image] Feb 25 21:40:50.394 INFO O| Feb 25 21:40:50.394 INFO STEP 746 (remove_files) COMPLETE
76332026-02-25T21:40:50.627Z[ recovery-image] Feb 25 21:40:50.394 INFO O| Feb 25 21:40:50.394 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342026-02-25T21:40:50.628Z[ recovery-image] Feb 25 21:40:50.411 INFO O| Feb 25 21:40:50.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
76352026-02-25T21:40:50.628Z[ recovery-image] Feb 25 21:40:50.411 INFO O| Feb 25 21:40:50.411 INFO STEP 747 (remove_files) COMPLETE
76362026-02-25T21:40:50.628Z[ recovery-image] Feb 25 21:40:50.411 INFO O| Feb 25 21:40:50.411 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372026-02-25T21:40:50.628Z[ recovery-image] Feb 25 21:40:50.432 INFO O| Feb 25 21:40:50.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
76382026-02-25T21:40:50.628Z[ recovery-image] Feb 25 21:40:50.432 INFO O| Feb 25 21:40:50.432 INFO STEP 748 (remove_files) COMPLETE
76392026-02-25T21:40:50.628Z[ recovery-image] Feb 25 21:40:50.432 INFO O| Feb 25 21:40:50.432 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402026-02-25T21:40:50.654Z[ recovery-image] Feb 25 21:40:50.453 INFO O| Feb 25 21:40:50.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
76412026-02-25T21:40:50.654Z[ recovery-image] Feb 25 21:40:50.454 INFO O| Feb 25 21:40:50.454 INFO STEP 749 (remove_files) COMPLETE
76422026-02-25T21:40:50.654Z[ recovery-image] Feb 25 21:40:50.454 INFO O| Feb 25 21:40:50.454 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432026-02-25T21:40:50.654Z[ recovery-image] Feb 25 21:40:50.469 INFO O| Feb 25 21:40:50.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
76442026-02-25T21:40:50.654Z[ recovery-image] Feb 25 21:40:50.470 INFO O| Feb 25 21:40:50.469 INFO STEP 750 (remove_files) COMPLETE
76452026-02-25T21:40:50.654Z[ recovery-image] Feb 25 21:40:50.470 INFO O| Feb 25 21:40:50.470 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462026-02-25T21:40:50.680Z[ recovery-image] Feb 25 21:40:50.495 INFO O| Feb 25 21:40:50.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
76472026-02-25T21:40:50.680Z[ recovery-image] Feb 25 21:40:50.495 INFO O| Feb 25 21:40:50.495 INFO STEP 751 (remove_files) COMPLETE
76482026-02-25T21:40:50.680Z[ recovery-image] Feb 25 21:40:50.495 INFO O| Feb 25 21:40:50.495 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492026-02-25T21:40:50.705Z[ recovery-image] Feb 25 21:40:50.521 INFO O| Feb 25 21:40:50.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
76502026-02-25T21:40:50.706Z[ recovery-image] Feb 25 21:40:50.521 INFO O| Feb 25 21:40:50.521 INFO STEP 752 (remove_files) COMPLETE
76512026-02-25T21:40:50.706Z[ recovery-image] Feb 25 21:40:50.521 INFO O| Feb 25 21:40:50.521 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522026-02-25T21:40:50.731Z[ recovery-image] Feb 25 21:40:50.545 INFO O| Feb 25 21:40:50.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
76532026-02-25T21:40:50.731Z[ recovery-image] Feb 25 21:40:50.546 INFO O| Feb 25 21:40:50.546 INFO STEP 753 (remove_files) COMPLETE
76542026-02-25T21:40:50.731Z[ recovery-image] Feb 25 21:40:50.546 INFO O| Feb 25 21:40:50.546 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552026-02-25T21:40:50.756Z[ recovery-image] Feb 25 21:40:50.565 INFO O| Feb 25 21:40:50.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
76562026-02-25T21:40:50.756Z[ recovery-image] Feb 25 21:40:50.565 INFO O| Feb 25 21:40:50.565 INFO STEP 754 (remove_files) COMPLETE
76572026-02-25T21:40:50.756Z[ recovery-image] Feb 25 21:40:50.565 INFO O| Feb 25 21:40:50.565 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582026-02-25T21:40:50.781Z[ recovery-image] Feb 25 21:40:50.584 INFO O| Feb 25 21:40:50.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
76592026-02-25T21:40:50.781Z[ recovery-image] Feb 25 21:40:50.584 INFO O| Feb 25 21:40:50.584 INFO STEP 755 (remove_files) COMPLETE
76602026-02-25T21:40:50.781Z[ recovery-image] Feb 25 21:40:50.584 INFO O| Feb 25 21:40:50.584 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612026-02-25T21:40:50.781Z[ recovery-image] Feb 25 21:40:50.602 INFO O| Feb 25 21:40:50.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
76622026-02-25T21:40:50.781Z[ recovery-image] Feb 25 21:40:50.602 INFO O| Feb 25 21:40:50.602 INFO STEP 756 (remove_files) COMPLETE
76632026-02-25T21:40:50.781Z[ recovery-image] Feb 25 21:40:50.602 INFO O| Feb 25 21:40:50.602 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642026-02-25T21:40:50.807Z[ recovery-image] Feb 25 21:40:50.617 INFO O| Feb 25 21:40:50.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
76652026-02-25T21:40:50.807Z[ recovery-image] Feb 25 21:40:50.617 INFO O| Feb 25 21:40:50.617 INFO STEP 757 (remove_files) COMPLETE
76662026-02-25T21:40:50.807Z[ recovery-image] Feb 25 21:40:50.617 INFO O| Feb 25 21:40:50.617 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672026-02-25T21:40:50.831Z[ recovery-image] Feb 25 21:40:50.639 INFO O| Feb 25 21:40:50.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
76682026-02-25T21:40:50.831Z[ recovery-image] Feb 25 21:40:50.639 INFO O| Feb 25 21:40:50.639 INFO STEP 758 (remove_files) COMPLETE
76692026-02-25T21:40:50.834Z[ recovery-image] Feb 25 21:40:50.639 INFO O| Feb 25 21:40:50.639 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702026-02-25T21:40:50.861Z[ recovery-image] Feb 25 21:40:50.657 INFO O| Feb 25 21:40:50.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
76712026-02-25T21:40:50.861Z[ recovery-image] Feb 25 21:40:50.657 INFO O| Feb 25 21:40:50.657 INFO STEP 759 (remove_files) COMPLETE
76722026-02-25T21:40:50.861Z[ recovery-image] Feb 25 21:40:50.657 INFO O| Feb 25 21:40:50.657 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732026-02-25T21:40:50.887Z[ recovery-image] Feb 25 21:40:50.685 INFO O| Feb 25 21:40:50.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
76742026-02-25T21:40:50.887Z[ recovery-image] Feb 25 21:40:50.686 INFO O| Feb 25 21:40:50.685 INFO STEP 760 (remove_files) COMPLETE
76752026-02-25T21:40:50.887Z[ recovery-image] Feb 25 21:40:50.686 INFO O| Feb 25 21:40:50.685 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762026-02-25T21:40:50.887Z[ recovery-image] Feb 25 21:40:50.705 INFO O| Feb 25 21:40:50.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
76772026-02-25T21:40:50.887Z[ recovery-image] Feb 25 21:40:50.705 INFO O| Feb 25 21:40:50.705 INFO STEP 761 (remove_files) COMPLETE
76782026-02-25T21:40:50.887Z[ recovery-image] Feb 25 21:40:50.705 INFO O| Feb 25 21:40:50.705 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792026-02-25T21:40:50.912Z[ recovery-image] Feb 25 21:40:50.722 INFO O| Feb 25 21:40:50.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
76802026-02-25T21:40:50.912Z[ recovery-image] Feb 25 21:40:50.723 INFO O| Feb 25 21:40:50.723 INFO STEP 762 (remove_files) COMPLETE
76812026-02-25T21:40:50.912Z[ recovery-image] Feb 25 21:40:50.723 INFO O| Feb 25 21:40:50.723 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822026-02-25T21:40:50.939Z[ recovery-image] Feb 25 21:40:50.740 INFO O| Feb 25 21:40:50.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
76832026-02-25T21:40:50.939Z[ recovery-image] Feb 25 21:40:50.740 INFO O| Feb 25 21:40:50.740 INFO STEP 763 (remove_files) COMPLETE
76842026-02-25T21:40:50.939Z[ recovery-image] Feb 25 21:40:50.741 INFO O| Feb 25 21:40:50.741 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852026-02-25T21:40:50.939Z[ recovery-image] Feb 25 21:40:50.758 INFO O| Feb 25 21:40:50.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
76862026-02-25T21:40:50.939Z[ recovery-image] Feb 25 21:40:50.758 INFO O| Feb 25 21:40:50.758 INFO STEP 764 (remove_files) COMPLETE
76872026-02-25T21:40:50.939Z[ recovery-image] Feb 25 21:40:50.758 INFO O| Feb 25 21:40:50.758 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882026-02-25T21:40:50.964Z[ recovery-image] Feb 25 21:40:50.783 INFO O| Feb 25 21:40:50.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
76892026-02-25T21:40:50.965Z[ recovery-image] Feb 25 21:40:50.783 INFO O| Feb 25 21:40:50.782 INFO STEP 765 (remove_files) COMPLETE
76902026-02-25T21:40:50.965Z[ recovery-image] Feb 25 21:40:50.783 INFO O| Feb 25 21:40:50.782 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912026-02-25T21:40:50.991Z[ recovery-image] Feb 25 21:40:50.807 INFO O| Feb 25 21:40:50.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
76922026-02-25T21:40:50.991Z[ recovery-image] Feb 25 21:40:50.807 INFO O| Feb 25 21:40:50.807 INFO STEP 766 (remove_files) COMPLETE
76932026-02-25T21:40:50.991Z[ recovery-image] Feb 25 21:40:50.807 INFO O| Feb 25 21:40:50.807 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942026-02-25T21:40:51.016Z[ recovery-image] Feb 25 21:40:50.825 INFO O| Feb 25 21:40:50.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
76952026-02-25T21:40:51.016Z[ recovery-image] Feb 25 21:40:50.825 INFO O| Feb 25 21:40:50.825 INFO STEP 767 (remove_files) COMPLETE
76962026-02-25T21:40:51.016Z[ recovery-image] Feb 25 21:40:50.825 INFO O| Feb 25 21:40:50.825 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972026-02-25T21:40:51.042Z[ recovery-image] Feb 25 21:40:50.843 INFO O| Feb 25 21:40:50.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
76982026-02-25T21:40:51.042Z[ recovery-image] Feb 25 21:40:50.843 INFO O| Feb 25 21:40:50.843 INFO STEP 768 (remove_files) COMPLETE
76992026-02-25T21:40:51.042Z[ recovery-image] Feb 25 21:40:50.843 INFO O| Feb 25 21:40:50.843 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002026-02-25T21:40:51.042Z[ recovery-image] Feb 25 21:40:50.862 INFO O| Feb 25 21:40:50.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
77012026-02-25T21:40:51.042Z[ recovery-image] Feb 25 21:40:50.862 INFO O| Feb 25 21:40:50.862 INFO STEP 769 (remove_files) COMPLETE
77022026-02-25T21:40:51.042Z[ recovery-image] Feb 25 21:40:50.862 INFO O| Feb 25 21:40:50.862 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032026-02-25T21:40:51.069Z[ recovery-image] Feb 25 21:40:50.881 INFO O| Feb 25 21:40:50.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
77042026-02-25T21:40:51.069Z[ recovery-image] Feb 25 21:40:50.881 INFO O| Feb 25 21:40:50.881 INFO STEP 770 (remove_files) COMPLETE
77052026-02-25T21:40:51.069Z[ recovery-image] Feb 25 21:40:50.881 INFO O| Feb 25 21:40:50.881 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062026-02-25T21:40:51.094Z[ recovery-image] Feb 25 21:40:50.899 INFO O| Feb 25 21:40:50.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
77072026-02-25T21:40:51.094Z[ recovery-image] Feb 25 21:40:50.900 INFO O| Feb 25 21:40:50.899 INFO STEP 771 (remove_files) COMPLETE
77082026-02-25T21:40:51.094Z[ recovery-image] Feb 25 21:40:50.900 INFO O| Feb 25 21:40:50.900 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092026-02-25T21:40:51.120Z[ recovery-image] Feb 25 21:40:50.922 INFO O| Feb 25 21:40:50.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
77102026-02-25T21:40:51.120Z[ recovery-image] Feb 25 21:40:50.923 INFO O| Feb 25 21:40:50.922 INFO STEP 772 (remove_files) COMPLETE
77112026-02-25T21:40:51.121Z[ recovery-image] Feb 25 21:40:50.923 INFO O| Feb 25 21:40:50.922 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122026-02-25T21:40:51.121Z[ recovery-image] Feb 25 21:40:50.939 INFO O| Feb 25 21:40:50.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
77132026-02-25T21:40:51.121Z[ recovery-image] Feb 25 21:40:50.939 INFO O| Feb 25 21:40:50.939 INFO STEP 773 (remove_files) COMPLETE
77142026-02-25T21:40:51.121Z[ recovery-image] Feb 25 21:40:50.939 INFO O| Feb 25 21:40:50.939 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152026-02-25T21:40:51.148Z[ recovery-image] Feb 25 21:40:50.962 INFO O| Feb 25 21:40:50.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
77162026-02-25T21:40:51.148Z[ recovery-image] Feb 25 21:40:50.962 INFO O| Feb 25 21:40:50.962 INFO STEP 774 (remove_files) COMPLETE
77172026-02-25T21:40:51.148Z[ recovery-image] Feb 25 21:40:50.962 INFO O| Feb 25 21:40:50.962 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182026-02-25T21:40:51.173Z[ recovery-image] Feb 25 21:40:50.983 INFO O| Feb 25 21:40:50.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
77192026-02-25T21:40:51.173Z[ recovery-image] Feb 25 21:40:50.984 INFO O| Feb 25 21:40:50.984 INFO STEP 775 (remove_files) COMPLETE
77202026-02-25T21:40:51.173Z[ recovery-image] Feb 25 21:40:50.984 INFO O| Feb 25 21:40:50.984 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212026-02-25T21:40:51.198Z[ recovery-image] Feb 25 21:40:51.009 INFO O| Feb 25 21:40:51.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
77222026-02-25T21:40:51.198Z[ recovery-image] Feb 25 21:40:51.010 INFO O| Feb 25 21:40:51.009 INFO STEP 776 (remove_files) COMPLETE
77232026-02-25T21:40:51.198Z[ recovery-image] Feb 25 21:40:51.010 INFO O| Feb 25 21:40:51.009 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242026-02-25T21:40:51.224Z[ recovery-image] Feb 25 21:40:51.032 INFO O| Feb 25 21:40:51.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
77252026-02-25T21:40:51.224Z[ recovery-image] Feb 25 21:40:51.032 INFO O| Feb 25 21:40:51.032 INFO STEP 777 (remove_files) COMPLETE
77262026-02-25T21:40:51.225Z[ recovery-image] Feb 25 21:40:51.032 INFO O| Feb 25 21:40:51.032 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272026-02-25T21:40:51.251Z[ recovery-image] Feb 25 21:40:51.057 INFO O| Feb 25 21:40:51.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
77282026-02-25T21:40:51.251Z[ recovery-image] Feb 25 21:40:51.057 INFO O| Feb 25 21:40:51.057 INFO STEP 778 (remove_files) COMPLETE
77292026-02-25T21:40:51.251Z[ recovery-image] Feb 25 21:40:51.057 INFO O| Feb 25 21:40:51.057 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302026-02-25T21:40:51.277Z[ recovery-image] Feb 25 21:40:51.077 INFO O| Feb 25 21:40:51.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
77312026-02-25T21:40:51.277Z[ recovery-image] Feb 25 21:40:51.077 INFO O| Feb 25 21:40:51.077 INFO STEP 779 (remove_files) COMPLETE
77322026-02-25T21:40:51.277Z[ recovery-image] Feb 25 21:40:51.077 INFO O| Feb 25 21:40:51.077 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332026-02-25T21:40:51.277Z[ recovery-image] Feb 25 21:40:51.098 INFO O| Feb 25 21:40:51.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
77342026-02-25T21:40:51.277Z[ recovery-image] Feb 25 21:40:51.098 INFO O| Feb 25 21:40:51.098 INFO STEP 780 (remove_files) COMPLETE
77352026-02-25T21:40:51.277Z[ recovery-image] Feb 25 21:40:51.099 INFO O| Feb 25 21:40:51.098 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362026-02-25T21:40:51.302Z[ recovery-image] Feb 25 21:40:51.121 INFO O| Feb 25 21:40:51.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
77372026-02-25T21:40:51.302Z[ recovery-image] Feb 25 21:40:51.121 INFO O| Feb 25 21:40:51.121 INFO STEP 781 (remove_files) COMPLETE
77382026-02-25T21:40:51.302Z[ recovery-image] Feb 25 21:40:51.121 INFO O| Feb 25 21:40:51.121 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392026-02-25T21:40:51.327Z[ recovery-image] Feb 25 21:40:51.140 INFO O| Feb 25 21:40:51.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
77402026-02-25T21:40:51.327Z[ recovery-image] Feb 25 21:40:51.140 INFO O| Feb 25 21:40:51.140 INFO STEP 782 (remove_files) COMPLETE
77412026-02-25T21:40:51.327Z[ recovery-image] Feb 25 21:40:51.140 INFO O| Feb 25 21:40:51.140 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422026-02-25T21:40:51.352Z[ recovery-image] Feb 25 21:40:51.159 INFO O| Feb 25 21:40:51.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
77432026-02-25T21:40:51.352Z[ recovery-image] Feb 25 21:40:51.160 INFO O| Feb 25 21:40:51.159 INFO STEP 783 (remove_files) COMPLETE
77442026-02-25T21:40:51.352Z[ recovery-image] Feb 25 21:40:51.160 INFO O| Feb 25 21:40:51.159 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452026-02-25T21:40:51.377Z[ recovery-image] Feb 25 21:40:51.180 INFO O| Feb 25 21:40:51.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
77462026-02-25T21:40:51.377Z[ recovery-image] Feb 25 21:40:51.180 INFO O| Feb 25 21:40:51.180 INFO STEP 784 (remove_files) COMPLETE
77472026-02-25T21:40:51.377Z[ recovery-image] Feb 25 21:40:51.180 INFO O| Feb 25 21:40:51.180 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482026-02-25T21:40:51.403Z[ recovery-image] Feb 25 21:40:51.201 INFO O| Feb 25 21:40:51.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
77492026-02-25T21:40:51.403Z[ recovery-image] Feb 25 21:40:51.201 INFO O| Feb 25 21:40:51.201 INFO STEP 785 (remove_files) COMPLETE
77502026-02-25T21:40:51.403Z[ recovery-image] Feb 25 21:40:51.201 INFO O| Feb 25 21:40:51.201 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512026-02-25T21:40:51.403Z[ recovery-image] Feb 25 21:40:51.221 INFO O| Feb 25 21:40:51.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
77522026-02-25T21:40:51.403Z[ recovery-image] Feb 25 21:40:51.221 INFO O| Feb 25 21:40:51.221 INFO STEP 786 (remove_files) COMPLETE
77532026-02-25T21:40:51.404Z[ recovery-image] Feb 25 21:40:51.221 INFO O| Feb 25 21:40:51.221 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542026-02-25T21:40:51.430Z[ recovery-image] Feb 25 21:40:51.247 INFO O| Feb 25 21:40:51.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
77552026-02-25T21:40:51.430Z[ recovery-image] Feb 25 21:40:51.247 INFO O| Feb 25 21:40:51.247 INFO STEP 787 (remove_files) COMPLETE
77562026-02-25T21:40:51.430Z[ recovery-image] Feb 25 21:40:51.248 INFO O| Feb 25 21:40:51.247 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572026-02-25T21:40:51.455Z[ recovery-image] Feb 25 21:40:51.273 INFO O| Feb 25 21:40:51.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
77582026-02-25T21:40:51.455Z[ recovery-image] Feb 25 21:40:51.273 INFO O| Feb 25 21:40:51.273 INFO STEP 788 (remove_files) COMPLETE
77592026-02-25T21:40:51.455Z[ recovery-image] Feb 25 21:40:51.273 INFO O| Feb 25 21:40:51.273 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602026-02-25T21:40:51.481Z[ recovery-image] Feb 25 21:40:51.297 INFO O| Feb 25 21:40:51.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
77612026-02-25T21:40:51.481Z[ recovery-image] Feb 25 21:40:51.298 INFO O| Feb 25 21:40:51.297 INFO STEP 789 (remove_files) COMPLETE
77622026-02-25T21:40:51.481Z[ recovery-image] Feb 25 21:40:51.298 INFO O| Feb 25 21:40:51.297 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632026-02-25T21:40:51.506Z[ recovery-image] Feb 25 21:40:51.323 INFO O| Feb 25 21:40:51.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
77642026-02-25T21:40:51.506Z[ recovery-image] Feb 25 21:40:51.323 INFO O| Feb 25 21:40:51.323 INFO STEP 790 (remove_files) COMPLETE
77652026-02-25T21:40:51.506Z[ recovery-image] Feb 25 21:40:51.323 INFO O| Feb 25 21:40:51.323 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662026-02-25T21:40:51.531Z[ recovery-image] Feb 25 21:40:51.339 INFO O| Feb 25 21:40:51.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
77672026-02-25T21:40:51.531Z[ recovery-image] Feb 25 21:40:51.339 INFO O| Feb 25 21:40:51.339 INFO STEP 791 (remove_files) COMPLETE
77682026-02-25T21:40:51.531Z[ recovery-image] Feb 25 21:40:51.339 INFO O| Feb 25 21:40:51.339 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692026-02-25T21:40:51.557Z[ recovery-image] Feb 25 21:40:51.357 INFO O| Feb 25 21:40:51.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
77702026-02-25T21:40:51.557Z[ recovery-image] Feb 25 21:40:51.357 INFO O| Feb 25 21:40:51.357 INFO STEP 792 (remove_files) COMPLETE
77712026-02-25T21:40:51.558Z[ recovery-image] Feb 25 21:40:51.357 INFO O| Feb 25 21:40:51.357 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722026-02-25T21:40:51.558Z[ recovery-image] Feb 25 21:40:51.378 INFO O| Feb 25 21:40:51.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
77732026-02-25T21:40:51.558Z[ recovery-image] Feb 25 21:40:51.379 INFO O| Feb 25 21:40:51.378 INFO STEP 793 (remove_files) COMPLETE
77742026-02-25T21:40:51.558Z[ recovery-image] Feb 25 21:40:51.379 INFO O| Feb 25 21:40:51.379 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752026-02-25T21:40:51.583Z[ recovery-image] Feb 25 21:40:51.398 INFO O| Feb 25 21:40:51.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
77762026-02-25T21:40:51.583Z[ recovery-image] Feb 25 21:40:51.399 INFO O| Feb 25 21:40:51.398 INFO STEP 794 (remove_files) COMPLETE
77772026-02-25T21:40:51.583Z[ recovery-image] Feb 25 21:40:51.399 INFO O| Feb 25 21:40:51.399 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782026-02-25T21:40:51.609Z[ recovery-image] Feb 25 21:40:51.413 INFO O| Feb 25 21:40:51.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
77792026-02-25T21:40:51.609Z[ recovery-image] Feb 25 21:40:51.413 INFO O| Feb 25 21:40:51.413 INFO STEP 795 (remove_files) COMPLETE
77802026-02-25T21:40:51.610Z[ recovery-image] Feb 25 21:40:51.413 INFO O| Feb 25 21:40:51.413 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812026-02-25T21:40:51.610Z[ recovery-image] Feb 25 21:40:51.429 INFO O| Feb 25 21:40:51.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
77822026-02-25T21:40:51.610Z[ recovery-image] Feb 25 21:40:51.430 INFO O| Feb 25 21:40:51.430 INFO STEP 796 (remove_files) COMPLETE
77832026-02-25T21:40:51.610Z[ recovery-image] Feb 25 21:40:51.430 INFO O| Feb 25 21:40:51.430 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842026-02-25T21:40:51.637Z[ recovery-image] Feb 25 21:40:51.444 INFO O| Feb 25 21:40:51.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
77852026-02-25T21:40:51.637Z[ recovery-image] Feb 25 21:40:51.444 INFO O| Feb 25 21:40:51.444 INFO STEP 797 (remove_files) COMPLETE
77862026-02-25T21:40:51.637Z[ recovery-image] Feb 25 21:40:51.444 INFO O| Feb 25 21:40:51.444 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872026-02-25T21:40:51.662Z[ recovery-image] Feb 25 21:40:51.459 INFO O| Feb 25 21:40:51.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
77882026-02-25T21:40:51.662Z[ recovery-image] Feb 25 21:40:51.459 INFO O| Feb 25 21:40:51.459 INFO STEP 798 (remove_files) COMPLETE
77892026-02-25T21:40:51.662Z[ recovery-image] Feb 25 21:40:51.459 INFO O| Feb 25 21:40:51.459 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902026-02-25T21:40:51.662Z[ recovery-image] Feb 25 21:40:51.474 INFO O| Feb 25 21:40:51.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
77912026-02-25T21:40:51.664Z[ recovery-image] Feb 25 21:40:51.474 INFO O| Feb 25 21:40:51.474 INFO STEP 799 (remove_files) COMPLETE
77922026-02-25T21:40:51.664Z[ recovery-image] Feb 25 21:40:51.474 INFO O| Feb 25 21:40:51.474 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932026-02-25T21:40:51.689Z[ recovery-image] Feb 25 21:40:51.494 INFO O| Feb 25 21:40:51.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
77942026-02-25T21:40:51.690Z[ recovery-image] Feb 25 21:40:51.494 INFO O| Feb 25 21:40:51.494 INFO STEP 800 (remove_files) COMPLETE
77952026-02-25T21:40:51.690Z[ recovery-image] Feb 25 21:40:51.494 INFO O| Feb 25 21:40:51.494 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962026-02-25T21:40:51.718Z[ recovery-image] Feb 25 21:40:51.517 INFO O| Feb 25 21:40:51.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
77972026-02-25T21:40:51.718Z[ recovery-image] Feb 25 21:40:51.517 INFO O| Feb 25 21:40:51.517 INFO STEP 801 (remove_files) COMPLETE
77982026-02-25T21:40:51.718Z[ recovery-image] Feb 25 21:40:51.517 INFO O| Feb 25 21:40:51.517 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992026-02-25T21:40:51.718Z[ recovery-image] Feb 25 21:40:51.535 INFO O| Feb 25 21:40:51.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
78002026-02-25T21:40:51.718Z[ recovery-image] Feb 25 21:40:51.535 INFO O| Feb 25 21:40:51.535 INFO STEP 802 (remove_files) COMPLETE
78012026-02-25T21:40:51.718Z[ recovery-image] Feb 25 21:40:51.535 INFO O| Feb 25 21:40:51.535 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022026-02-25T21:40:51.744Z[ recovery-image] Feb 25 21:40:51.553 INFO O| Feb 25 21:40:51.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
78032026-02-25T21:40:51.744Z[ recovery-image] Feb 25 21:40:51.554 INFO O| Feb 25 21:40:51.553 INFO STEP 803 (remove_files) COMPLETE
78042026-02-25T21:40:51.745Z[ recovery-image] Feb 25 21:40:51.554 INFO O| Feb 25 21:40:51.553 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052026-02-25T21:40:51.771Z[ recovery-image] Feb 25 21:40:51.571 INFO O| Feb 25 21:40:51.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
78062026-02-25T21:40:51.771Z[ recovery-image] Feb 25 21:40:51.571 INFO O| Feb 25 21:40:51.571 INFO STEP 804 (remove_files) COMPLETE
78072026-02-25T21:40:51.771Z[ recovery-image] Feb 25 21:40:51.571 INFO O| Feb 25 21:40:51.571 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082026-02-25T21:40:51.797Z[ recovery-image] Feb 25 21:40:51.596 INFO O| Feb 25 21:40:51.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
78092026-02-25T21:40:51.797Z[ recovery-image] Feb 25 21:40:51.596 INFO O| Feb 25 21:40:51.596 INFO STEP 805 (remove_files) COMPLETE
78102026-02-25T21:40:51.797Z[ recovery-image] Feb 25 21:40:51.596 INFO O| Feb 25 21:40:51.596 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112026-02-25T21:40:51.797Z[ recovery-image] Feb 25 21:40:51.613 INFO O| Feb 25 21:40:51.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
78122026-02-25T21:40:51.797Z[ recovery-image] Feb 25 21:40:51.613 INFO O| Feb 25 21:40:51.613 INFO STEP 806 (remove_files) COMPLETE
78132026-02-25T21:40:51.797Z[ recovery-image] Feb 25 21:40:51.613 INFO O| Feb 25 21:40:51.613 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142026-02-25T21:40:51.822Z[ recovery-image] Feb 25 21:40:51.634 INFO O| Feb 25 21:40:51.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
78152026-02-25T21:40:51.822Z[ recovery-image] Feb 25 21:40:51.634 INFO O| Feb 25 21:40:51.634 INFO STEP 807 (remove_files) COMPLETE
78162026-02-25T21:40:51.822Z[ recovery-image] Feb 25 21:40:51.634 INFO O| Feb 25 21:40:51.634 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172026-02-25T21:40:51.847Z[ recovery-image] Feb 25 21:40:51.652 INFO O| Feb 25 21:40:51.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
78182026-02-25T21:40:51.848Z[ recovery-image] Feb 25 21:40:51.653 INFO O| Feb 25 21:40:51.652 INFO STEP 808 (remove_files) COMPLETE
78192026-02-25T21:40:51.848Z[ recovery-image] Feb 25 21:40:51.653 INFO O| Feb 25 21:40:51.652 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202026-02-25T21:40:51.875Z[ recovery-image] Feb 25 21:40:51.676 INFO O| Feb 25 21:40:51.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
78212026-02-25T21:40:51.875Z[ recovery-image] Feb 25 21:40:51.676 INFO O| Feb 25 21:40:51.675 INFO STEP 809 (remove_files) COMPLETE
78222026-02-25T21:40:51.875Z[ recovery-image] Feb 25 21:40:51.676 INFO O| Feb 25 21:40:51.675 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232026-02-25T21:40:51.875Z[ recovery-image] Feb 25 21:40:51.694 INFO O| Feb 25 21:40:51.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
78242026-02-25T21:40:51.875Z[ recovery-image] Feb 25 21:40:51.694 INFO O| Feb 25 21:40:51.694 INFO STEP 810 (remove_files) COMPLETE
78252026-02-25T21:40:51.875Z[ recovery-image] Feb 25 21:40:51.694 INFO O| Feb 25 21:40:51.694 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262026-02-25T21:40:51.900Z[ recovery-image] Feb 25 21:40:51.710 INFO O| Feb 25 21:40:51.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
78272026-02-25T21:40:51.900Z[ recovery-image] Feb 25 21:40:51.710 INFO O| Feb 25 21:40:51.710 INFO STEP 811 (remove_files) COMPLETE
78282026-02-25T21:40:51.900Z[ recovery-image] Feb 25 21:40:51.710 INFO O| Feb 25 21:40:51.710 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292026-02-25T21:40:51.925Z[ recovery-image] Feb 25 21:40:51.727 INFO O| Feb 25 21:40:51.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
78302026-02-25T21:40:51.925Z[ recovery-image] Feb 25 21:40:51.727 INFO O| Feb 25 21:40:51.726 INFO STEP 812 (remove_files) COMPLETE
78312026-02-25T21:40:51.925Z[ recovery-image] Feb 25 21:40:51.727 INFO O| Feb 25 21:40:51.726 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322026-02-25T21:40:51.925Z[ recovery-image] Feb 25 21:40:51.744 INFO O| Feb 25 21:40:51.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
78332026-02-25T21:40:51.927Z[ recovery-image] Feb 25 21:40:51.745 INFO O| Feb 25 21:40:51.745 INFO STEP 813 (remove_files) COMPLETE
78342026-02-25T21:40:51.927Z[ recovery-image] Feb 25 21:40:51.745 INFO O| Feb 25 21:40:51.745 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352026-02-25T21:40:51.953Z[ recovery-image] Feb 25 21:40:51.765 INFO O| Feb 25 21:40:51.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
78362026-02-25T21:40:51.953Z[ recovery-image] Feb 25 21:40:51.765 INFO O| Feb 25 21:40:51.765 INFO STEP 814 (remove_files) COMPLETE
78372026-02-25T21:40:51.953Z[ recovery-image] Feb 25 21:40:51.765 INFO O| Feb 25 21:40:51.765 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382026-02-25T21:40:51.979Z[ recovery-image] Feb 25 21:40:51.782 INFO O| Feb 25 21:40:51.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
78392026-02-25T21:40:51.979Z[ recovery-image] Feb 25 21:40:51.782 INFO O| Feb 25 21:40:51.782 INFO STEP 815 (remove_files) COMPLETE
78402026-02-25T21:40:51.979Z[ recovery-image] Feb 25 21:40:51.782 INFO O| Feb 25 21:40:51.782 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412026-02-25T21:40:52.004Z[ recovery-image] Feb 25 21:40:51.802 INFO O| Feb 25 21:40:51.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
78422026-02-25T21:40:52.004Z[ recovery-image] Feb 25 21:40:51.802 INFO O| Feb 25 21:40:51.802 INFO STEP 816 (remove_files) COMPLETE
78432026-02-25T21:40:52.004Z[ recovery-image] Feb 25 21:40:51.802 INFO O| Feb 25 21:40:51.802 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442026-02-25T21:40:52.004Z[ recovery-image] Feb 25 21:40:51.822 INFO O| Feb 25 21:40:51.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
78452026-02-25T21:40:52.004Z[ recovery-image] Feb 25 21:40:51.822 INFO O| Feb 25 21:40:51.822 INFO STEP 817 (remove_files) COMPLETE
78462026-02-25T21:40:52.004Z[ recovery-image] Feb 25 21:40:51.822 INFO O| Feb 25 21:40:51.822 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472026-02-25T21:40:52.030Z[ recovery-image] Feb 25 21:40:51.843 INFO O| Feb 25 21:40:51.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
78482026-02-25T21:40:52.030Z[ recovery-image] Feb 25 21:40:51.843 INFO O| Feb 25 21:40:51.843 INFO STEP 818 (remove_files) COMPLETE
78492026-02-25T21:40:52.031Z[ recovery-image] Feb 25 21:40:51.843 INFO O| Feb 25 21:40:51.843 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502026-02-25T21:40:52.056Z[ recovery-image] Feb 25 21:40:51.862 INFO O| Feb 25 21:40:51.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
78512026-02-25T21:40:52.056Z[ recovery-image] Feb 25 21:40:51.862 INFO O| Feb 25 21:40:51.862 INFO STEP 819 (remove_files) COMPLETE
78522026-02-25T21:40:52.056Z[ recovery-image] Feb 25 21:40:51.862 INFO O| Feb 25 21:40:51.862 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532026-02-25T21:40:52.083Z[ recovery-image] Feb 25 21:40:51.882 INFO O| Feb 25 21:40:51.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
78542026-02-25T21:40:52.083Z[ recovery-image] Feb 25 21:40:51.882 INFO O| Feb 25 21:40:51.882 INFO STEP 820 (remove_files) COMPLETE
78552026-02-25T21:40:52.083Z[ recovery-image] Feb 25 21:40:51.882 INFO O| Feb 25 21:40:51.882 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562026-02-25T21:40:52.109Z[ recovery-image] Feb 25 21:40:51.907 INFO O| Feb 25 21:40:51.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
78572026-02-25T21:40:52.109Z[ recovery-image] Feb 25 21:40:51.907 INFO O| Feb 25 21:40:51.907 INFO STEP 821 (remove_files) COMPLETE
78582026-02-25T21:40:52.109Z[ recovery-image] Feb 25 21:40:51.907 INFO O| Feb 25 21:40:51.907 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592026-02-25T21:40:52.109Z[ recovery-image] Feb 25 21:40:51.931 INFO O| Feb 25 21:40:51.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
78602026-02-25T21:40:52.109Z[ recovery-image] Feb 25 21:40:51.931 INFO O| Feb 25 21:40:51.931 INFO STEP 822 (remove_files) COMPLETE
78612026-02-25T21:40:52.109Z[ recovery-image] Feb 25 21:40:51.932 INFO O| Feb 25 21:40:51.931 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622026-02-25T21:40:52.134Z[ recovery-image] Feb 25 21:40:51.953 INFO O| Feb 25 21:40:51.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
78632026-02-25T21:40:52.134Z[ recovery-image] Feb 25 21:40:51.953 INFO O| Feb 25 21:40:51.953 INFO STEP 823 (remove_files) COMPLETE
78642026-02-25T21:40:52.134Z[ recovery-image] Feb 25 21:40:51.953 INFO O| Feb 25 21:40:51.953 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652026-02-25T21:40:52.160Z[ recovery-image] Feb 25 21:40:51.972 INFO O| Feb 25 21:40:51.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
78662026-02-25T21:40:52.160Z[ recovery-image] Feb 25 21:40:51.972 INFO O| Feb 25 21:40:51.972 INFO STEP 824 (remove_files) COMPLETE
78672026-02-25T21:40:52.161Z[ recovery-image] Feb 25 21:40:51.972 INFO O| Feb 25 21:40:51.972 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682026-02-25T21:40:52.187Z[ recovery-image] Feb 25 21:40:51.989 INFO O| Feb 25 21:40:51.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
78692026-02-25T21:40:52.187Z[ recovery-image] Feb 25 21:40:51.990 INFO O| Feb 25 21:40:51.989 INFO STEP 825 (remove_files) COMPLETE
78702026-02-25T21:40:52.187Z[ recovery-image] Feb 25 21:40:51.990 INFO O| Feb 25 21:40:51.990 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712026-02-25T21:40:52.187Z[ recovery-image] Feb 25 21:40:52.010 INFO O| Feb 25 21:40:52.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
78722026-02-25T21:40:52.187Z[ recovery-image] Feb 25 21:40:52.010 INFO O| Feb 25 21:40:52.010 INFO STEP 826 (remove_files) COMPLETE
78732026-02-25T21:40:52.187Z[ recovery-image] Feb 25 21:40:52.010 INFO O| Feb 25 21:40:52.010 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742026-02-25T21:40:52.213Z[ recovery-image] Feb 25 21:40:52.026 INFO O| Feb 25 21:40:52.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
78752026-02-25T21:40:52.213Z[ recovery-image] Feb 25 21:40:52.026 INFO O| Feb 25 21:40:52.025 INFO STEP 827 (remove_files) COMPLETE
78762026-02-25T21:40:52.213Z[ recovery-image] Feb 25 21:40:52.026 INFO O| Feb 25 21:40:52.025 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772026-02-25T21:40:52.239Z[ recovery-image] Feb 25 21:40:52.049 INFO O| Feb 25 21:40:52.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
78782026-02-25T21:40:52.239Z[ recovery-image] Feb 25 21:40:52.049 INFO O| Feb 25 21:40:52.049 INFO STEP 828 (remove_files) COMPLETE
78792026-02-25T21:40:52.239Z[ recovery-image] Feb 25 21:40:52.049 INFO O| Feb 25 21:40:52.049 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802026-02-25T21:40:52.265Z[ recovery-image] Feb 25 21:40:52.067 INFO O| Feb 25 21:40:52.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
78812026-02-25T21:40:52.266Z[ recovery-image] Feb 25 21:40:52.067 INFO O| Feb 25 21:40:52.066 INFO STEP 829 (remove_files) COMPLETE
78822026-02-25T21:40:52.266Z[ recovery-image] Feb 25 21:40:52.067 INFO O| Feb 25 21:40:52.066 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832026-02-25T21:40:52.293Z[ recovery-image] Feb 25 21:40:52.090 INFO O| Feb 25 21:40:52.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
78842026-02-25T21:40:52.293Z[ recovery-image] Feb 25 21:40:52.090 INFO O| Feb 25 21:40:52.090 INFO STEP 830 (remove_files) COMPLETE
78852026-02-25T21:40:52.293Z[ recovery-image] Feb 25 21:40:52.090 INFO O| Feb 25 21:40:52.090 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862026-02-25T21:40:52.293Z[ recovery-image] Feb 25 21:40:52.108 INFO O| Feb 25 21:40:52.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
78872026-02-25T21:40:52.293Z[ recovery-image] Feb 25 21:40:52.108 INFO O| Feb 25 21:40:52.108 INFO STEP 831 (remove_files) COMPLETE
78882026-02-25T21:40:52.293Z[ recovery-image] Feb 25 21:40:52.108 INFO O| Feb 25 21:40:52.108 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892026-02-25T21:40:52.319Z[ recovery-image] Feb 25 21:40:52.125 INFO O| Feb 25 21:40:52.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
78902026-02-25T21:40:52.319Z[ recovery-image] Feb 25 21:40:52.125 INFO O| Feb 25 21:40:52.124 INFO STEP 832 (remove_files) COMPLETE
78912026-02-25T21:40:52.319Z[ recovery-image] Feb 25 21:40:52.125 INFO O| Feb 25 21:40:52.124 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922026-02-25T21:40:52.348Z[ recovery-image] Feb 25 21:40:52.143 INFO O| Feb 25 21:40:52.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
78932026-02-25T21:40:52.348Z[ recovery-image] Feb 25 21:40:52.143 INFO O| Feb 25 21:40:52.143 INFO STEP 833 (remove_files) COMPLETE
78942026-02-25T21:40:52.348Z[ recovery-image] Feb 25 21:40:52.143 INFO O| Feb 25 21:40:52.143 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952026-02-25T21:40:52.348Z[ recovery-image] Feb 25 21:40:52.162 INFO O| Feb 25 21:40:52.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
78962026-02-25T21:40:52.348Z[ recovery-image] Feb 25 21:40:52.162 INFO O| Feb 25 21:40:52.162 INFO STEP 834 (remove_files) COMPLETE
78972026-02-25T21:40:52.348Z[ recovery-image] Feb 25 21:40:52.162 INFO O| Feb 25 21:40:52.162 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982026-02-25T21:40:52.374Z[ recovery-image] Feb 25 21:40:52.179 INFO O| Feb 25 21:40:52.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
78992026-02-25T21:40:52.374Z[ recovery-image] Feb 25 21:40:52.179 INFO O| Feb 25 21:40:52.179 INFO STEP 835 (remove_files) COMPLETE
79002026-02-25T21:40:52.374Z[ recovery-image] Feb 25 21:40:52.179 INFO O| Feb 25 21:40:52.179 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012026-02-25T21:40:52.374Z[ recovery-image] Feb 25 21:40:52.197 INFO O| Feb 25 21:40:52.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
79022026-02-25T21:40:52.374Z[ recovery-image] Feb 25 21:40:52.197 INFO O| Feb 25 21:40:52.196 INFO STEP 836 (remove_files) COMPLETE
79032026-02-25T21:40:52.375Z[ recovery-image] Feb 25 21:40:52.197 INFO O| Feb 25 21:40:52.196 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042026-02-25T21:40:52.400Z[ recovery-image] Feb 25 21:40:52.215 INFO O| Feb 25 21:40:52.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
79052026-02-25T21:40:52.400Z[ recovery-image] Feb 25 21:40:52.215 INFO O| Feb 25 21:40:52.215 INFO STEP 837 (remove_files) COMPLETE
79062026-02-25T21:40:52.401Z[ recovery-image] Feb 25 21:40:52.215 INFO O| Feb 25 21:40:52.215 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072026-02-25T21:40:52.427Z[ recovery-image] Feb 25 21:40:52.233 INFO O| Feb 25 21:40:52.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
79082026-02-25T21:40:52.427Z[ recovery-image] Feb 25 21:40:52.233 INFO O| Feb 25 21:40:52.233 INFO STEP 838 (remove_files) COMPLETE
79092026-02-25T21:40:52.427Z[ recovery-image] Feb 25 21:40:52.233 INFO O| Feb 25 21:40:52.233 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102026-02-25T21:40:52.452Z[ recovery-image] Feb 25 21:40:52.252 INFO O| Feb 25 21:40:52.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
79112026-02-25T21:40:52.452Z[ recovery-image] Feb 25 21:40:52.252 INFO O| Feb 25 21:40:52.252 INFO STEP 839 (remove_files) COMPLETE
79122026-02-25T21:40:52.452Z[ recovery-image] Feb 25 21:40:52.252 INFO O| Feb 25 21:40:52.252 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132026-02-25T21:40:52.478Z[ recovery-image] Feb 25 21:40:52.277 INFO O| Feb 25 21:40:52.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
79142026-02-25T21:40:52.478Z[ recovery-image] Feb 25 21:40:52.278 INFO O| Feb 25 21:40:52.277 INFO STEP 840 (remove_files) COMPLETE
79152026-02-25T21:40:52.478Z[ recovery-image] Feb 25 21:40:52.278 INFO O| Feb 25 21:40:52.277 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162026-02-25T21:40:52.478Z[ recovery-image] Feb 25 21:40:52.301 INFO O| Feb 25 21:40:52.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
79172026-02-25T21:40:52.478Z[ recovery-image] Feb 25 21:40:52.301 INFO O| Feb 25 21:40:52.300 INFO STEP 841 (remove_files) COMPLETE
79182026-02-25T21:40:52.479Z[ recovery-image] Feb 25 21:40:52.301 INFO O| Feb 25 21:40:52.300 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192026-02-25T21:40:52.504Z[ recovery-image] Feb 25 21:40:52.321 INFO O| Feb 25 21:40:52.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
79202026-02-25T21:40:52.504Z[ recovery-image] Feb 25 21:40:52.321 INFO O| Feb 25 21:40:52.321 INFO STEP 842 (remove_files) COMPLETE
79212026-02-25T21:40:52.504Z[ recovery-image] Feb 25 21:40:52.321 INFO O| Feb 25 21:40:52.321 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222026-02-25T21:40:52.530Z[ recovery-image] Feb 25 21:40:52.339 INFO O| Feb 25 21:40:52.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
79232026-02-25T21:40:52.530Z[ recovery-image] Feb 25 21:40:52.339 INFO O| Feb 25 21:40:52.339 INFO STEP 843 (remove_files) COMPLETE
79242026-02-25T21:40:52.531Z[ recovery-image] Feb 25 21:40:52.339 INFO O| Feb 25 21:40:52.339 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252026-02-25T21:40:52.557Z[ recovery-image] Feb 25 21:40:52.361 INFO O| Feb 25 21:40:52.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
79262026-02-25T21:40:52.557Z[ recovery-image] Feb 25 21:40:52.361 INFO O| Feb 25 21:40:52.361 INFO STEP 844 (remove_files) COMPLETE
79272026-02-25T21:40:52.557Z[ recovery-image] Feb 25 21:40:52.361 INFO O| Feb 25 21:40:52.361 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282026-02-25T21:40:52.584Z[ recovery-image] Feb 25 21:40:52.384 INFO O| Feb 25 21:40:52.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
79292026-02-25T21:40:52.584Z[ recovery-image] Feb 25 21:40:52.384 INFO O| Feb 25 21:40:52.384 INFO STEP 845 (remove_files) COMPLETE
79302026-02-25T21:40:52.584Z[ recovery-image] Feb 25 21:40:52.384 INFO O| Feb 25 21:40:52.384 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312026-02-25T21:40:52.585Z[ recovery-image] Feb 25 21:40:52.404 INFO O| Feb 25 21:40:52.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
79322026-02-25T21:40:52.585Z[ recovery-image] Feb 25 21:40:52.404 INFO O| Feb 25 21:40:52.403 INFO STEP 846 (remove_files) COMPLETE
79332026-02-25T21:40:52.585Z[ recovery-image] Feb 25 21:40:52.404 INFO O| Feb 25 21:40:52.403 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342026-02-25T21:40:52.610Z[ recovery-image] Feb 25 21:40:52.421 INFO O| Feb 25 21:40:52.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
79352026-02-25T21:40:52.610Z[ recovery-image] Feb 25 21:40:52.421 INFO O| Feb 25 21:40:52.421 INFO STEP 847 (remove_files) COMPLETE
79362026-02-25T21:40:52.610Z[ recovery-image] Feb 25 21:40:52.421 INFO O| Feb 25 21:40:52.421 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372026-02-25T21:40:52.636Z[ recovery-image] Feb 25 21:40:52.437 INFO O| Feb 25 21:40:52.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
79382026-02-25T21:40:52.637Z[ recovery-image] Feb 25 21:40:52.437 INFO O| Feb 25 21:40:52.437 INFO STEP 848 (remove_files) COMPLETE
79392026-02-25T21:40:52.637Z[ recovery-image] Feb 25 21:40:52.437 INFO O| Feb 25 21:40:52.437 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402026-02-25T21:40:52.637Z[ recovery-image] Feb 25 21:40:52.451 INFO O| Feb 25 21:40:52.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
79412026-02-25T21:40:52.637Z[ recovery-image] Feb 25 21:40:52.451 INFO O| Feb 25 21:40:52.451 INFO STEP 849 (remove_files) COMPLETE
79422026-02-25T21:40:52.637Z[ recovery-image] Feb 25 21:40:52.451 INFO O| Feb 25 21:40:52.451 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432026-02-25T21:40:52.663Z[ recovery-image] Feb 25 21:40:52.466 INFO O| Feb 25 21:40:52.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
79442026-02-25T21:40:52.663Z[ recovery-image] Feb 25 21:40:52.466 INFO O| Feb 25 21:40:52.466 INFO STEP 850 (remove_files) COMPLETE
79452026-02-25T21:40:52.663Z[ recovery-image] Feb 25 21:40:52.466 INFO O| Feb 25 21:40:52.466 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462026-02-25T21:40:52.663Z[ recovery-image] Feb 25 21:40:52.480 INFO O| Feb 25 21:40:52.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
79472026-02-25T21:40:52.663Z[ recovery-image] Feb 25 21:40:52.481 INFO O| Feb 25 21:40:52.481 INFO STEP 851 (remove_files) COMPLETE
79482026-02-25T21:40:52.663Z[ recovery-image] Feb 25 21:40:52.481 INFO O| Feb 25 21:40:52.481 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492026-02-25T21:40:52.689Z[ recovery-image] Feb 25 21:40:52.500 INFO O| Feb 25 21:40:52.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
79502026-02-25T21:40:52.689Z[ recovery-image] Feb 25 21:40:52.500 INFO O| Feb 25 21:40:52.500 INFO STEP 852 (remove_files) COMPLETE
79512026-02-25T21:40:52.689Z[ recovery-image] Feb 25 21:40:52.500 INFO O| Feb 25 21:40:52.500 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522026-02-25T21:40:52.715Z[ recovery-image] Feb 25 21:40:52.517 INFO O| Feb 25 21:40:52.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
79532026-02-25T21:40:52.715Z[ recovery-image] Feb 25 21:40:52.517 INFO O| Feb 25 21:40:52.517 INFO STEP 853 (remove_files) COMPLETE
79542026-02-25T21:40:52.715Z[ recovery-image] Feb 25 21:40:52.517 INFO O| Feb 25 21:40:52.517 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552026-02-25T21:40:52.716Z[ recovery-image] Feb 25 21:40:52.535 INFO O| Feb 25 21:40:52.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
79562026-02-25T21:40:52.716Z[ recovery-image] Feb 25 21:40:52.535 INFO O| Feb 25 21:40:52.535 INFO STEP 854 (remove_files) COMPLETE
79572026-02-25T21:40:52.716Z[ recovery-image] Feb 25 21:40:52.535 INFO O| Feb 25 21:40:52.535 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582026-02-25T21:40:52.743Z[ recovery-image] Feb 25 21:40:52.558 INFO O| Feb 25 21:40:52.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
79592026-02-25T21:40:52.744Z[ recovery-image] Feb 25 21:40:52.558 INFO O| Feb 25 21:40:52.558 INFO STEP 855 (remove_files) COMPLETE
79602026-02-25T21:40:52.744Z[ recovery-image] Feb 25 21:40:52.559 INFO O| Feb 25 21:40:52.559 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612026-02-25T21:40:52.769Z[ recovery-image] Feb 25 21:40:52.579 INFO O| Feb 25 21:40:52.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
79622026-02-25T21:40:52.769Z[ recovery-image] Feb 25 21:40:52.579 INFO O| Feb 25 21:40:52.579 INFO STEP 856 (remove_files) COMPLETE
79632026-02-25T21:40:52.769Z[ recovery-image] Feb 25 21:40:52.579 INFO O| Feb 25 21:40:52.579 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642026-02-25T21:40:52.795Z[ recovery-image] Feb 25 21:40:52.603 INFO O| Feb 25 21:40:52.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
79652026-02-25T21:40:52.797Z[ recovery-image] Feb 25 21:40:52.603 INFO O| Feb 25 21:40:52.603 INFO STEP 857 (remove_files) COMPLETE
79662026-02-25T21:40:52.797Z[ recovery-image] Feb 25 21:40:52.603 INFO O| Feb 25 21:40:52.603 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672026-02-25T21:40:52.822Z[ recovery-image] Feb 25 21:40:52.621 INFO O| Feb 25 21:40:52.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
79682026-02-25T21:40:52.822Z[ recovery-image] Feb 25 21:40:52.621 INFO O| Feb 25 21:40:52.621 INFO STEP 858 (remove_files) COMPLETE
79692026-02-25T21:40:52.822Z[ recovery-image] Feb 25 21:40:52.621 INFO O| Feb 25 21:40:52.621 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702026-02-25T21:40:52.822Z[ recovery-image] Feb 25 21:40:52.638 INFO O| Feb 25 21:40:52.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
79712026-02-25T21:40:52.822Z[ recovery-image] Feb 25 21:40:52.638 INFO O| Feb 25 21:40:52.638 INFO STEP 859 (remove_files) COMPLETE
79722026-02-25T21:40:52.822Z[ recovery-image] Feb 25 21:40:52.638 INFO O| Feb 25 21:40:52.638 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732026-02-25T21:40:52.847Z[ recovery-image] Feb 25 21:40:52.660 INFO O| Feb 25 21:40:52.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
79742026-02-25T21:40:52.847Z[ recovery-image] Feb 25 21:40:52.660 INFO O| Feb 25 21:40:52.660 INFO STEP 860 (remove_files) COMPLETE
79752026-02-25T21:40:52.848Z[ recovery-image] Feb 25 21:40:52.660 INFO O| Feb 25 21:40:52.660 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762026-02-25T21:40:52.873Z[ recovery-image] Feb 25 21:40:52.682 INFO O| Feb 25 21:40:52.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
79772026-02-25T21:40:52.873Z[ recovery-image] Feb 25 21:40:52.682 INFO O| Feb 25 21:40:52.682 INFO STEP 861 (remove_files) COMPLETE
79782026-02-25T21:40:52.875Z[ recovery-image] Feb 25 21:40:52.682 INFO O| Feb 25 21:40:52.682 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792026-02-25T21:40:52.901Z[ recovery-image] Feb 25 21:40:52.706 INFO O| Feb 25 21:40:52.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
79802026-02-25T21:40:52.902Z[ recovery-image] Feb 25 21:40:52.707 INFO O| Feb 25 21:40:52.707 INFO STEP 862 (remove_files) COMPLETE
79812026-02-25T21:40:52.902Z[ recovery-image] Feb 25 21:40:52.707 INFO O| Feb 25 21:40:52.707 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822026-02-25T21:40:52.927Z[ recovery-image] Feb 25 21:40:52.728 INFO O| Feb 25 21:40:52.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
79832026-02-25T21:40:52.928Z[ recovery-image] Feb 25 21:40:52.728 INFO O| Feb 25 21:40:52.728 INFO STEP 863 (remove_files) COMPLETE
79842026-02-25T21:40:52.928Z[ recovery-image] Feb 25 21:40:52.728 INFO O| Feb 25 21:40:52.728 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852026-02-25T21:40:52.954Z[ recovery-image] Feb 25 21:40:52.752 INFO O| Feb 25 21:40:52.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
79862026-02-25T21:40:52.954Z[ recovery-image] Feb 25 21:40:52.752 INFO O| Feb 25 21:40:52.752 INFO STEP 864 (remove_files) COMPLETE
79872026-02-25T21:40:52.954Z[ recovery-image] Feb 25 21:40:52.752 INFO O| Feb 25 21:40:52.752 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882026-02-25T21:40:52.979Z[ recovery-image] Feb 25 21:40:52.778 INFO O| Feb 25 21:40:52.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
79892026-02-25T21:40:52.979Z[ recovery-image] Feb 25 21:40:52.778 INFO O| Feb 25 21:40:52.778 INFO STEP 865 (remove_files) COMPLETE
79902026-02-25T21:40:52.979Z[ recovery-image] Feb 25 21:40:52.778 INFO O| Feb 25 21:40:52.778 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912026-02-25T21:40:52.979Z[ recovery-image] Feb 25 21:40:52.797 INFO O| Feb 25 21:40:52.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
79922026-02-25T21:40:52.980Z[ recovery-image] Feb 25 21:40:52.797 INFO O| Feb 25 21:40:52.796 INFO STEP 866 (remove_files) COMPLETE
79932026-02-25T21:40:52.980Z[ recovery-image] Feb 25 21:40:52.797 INFO O| Feb 25 21:40:52.796 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942026-02-25T21:40:53.006Z[ recovery-image] Feb 25 21:40:52.812 INFO O| Feb 25 21:40:52.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
79952026-02-25T21:40:53.006Z[ recovery-image] Feb 25 21:40:52.812 INFO O| Feb 25 21:40:52.812 INFO STEP 867 (remove_files) COMPLETE
79962026-02-25T21:40:53.007Z[ recovery-image] Feb 25 21:40:52.812 INFO O| Feb 25 21:40:52.812 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972026-02-25T21:40:53.032Z[ recovery-image] Feb 25 21:40:52.830 INFO O| Feb 25 21:40:52.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
79982026-02-25T21:40:53.032Z[ recovery-image] Feb 25 21:40:52.831 INFO O| Feb 25 21:40:52.830 INFO STEP 868 (remove_files) COMPLETE
79992026-02-25T21:40:53.032Z[ recovery-image] Feb 25 21:40:52.831 INFO O| Feb 25 21:40:52.830 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002026-02-25T21:40:53.033Z[ recovery-image] Feb 25 21:40:52.849 INFO O| Feb 25 21:40:52.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
80012026-02-25T21:40:53.033Z[ recovery-image] Feb 25 21:40:52.849 INFO O| Feb 25 21:40:52.849 INFO STEP 869 (remove_files) COMPLETE
80022026-02-25T21:40:53.033Z[ recovery-image] Feb 25 21:40:52.849 INFO O| Feb 25 21:40:52.849 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032026-02-25T21:40:53.058Z[ recovery-image] Feb 25 21:40:52.867 INFO O| Feb 25 21:40:52.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
80042026-02-25T21:40:53.058Z[ recovery-image] Feb 25 21:40:52.867 INFO O| Feb 25 21:40:52.866 INFO STEP 870 (remove_files) COMPLETE
80052026-02-25T21:40:53.058Z[ recovery-image] Feb 25 21:40:52.867 INFO O| Feb 25 21:40:52.866 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062026-02-25T21:40:53.094Z[ recovery-image] Feb 25 21:40:52.895 INFO O| Feb 25 21:40:52.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
80072026-02-25T21:40:53.095Z[ recovery-image] Feb 25 21:40:52.895 INFO O| Feb 25 21:40:52.895 INFO STEP 871 (remove_files) COMPLETE
80082026-02-25T21:40:53.095Z[ recovery-image] Feb 25 21:40:52.895 INFO O| Feb 25 21:40:52.895 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092026-02-25T21:40:53.095Z[ recovery-image] Feb 25 21:40:52.913 INFO O| Feb 25 21:40:52.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
80102026-02-25T21:40:53.095Z[ recovery-image] Feb 25 21:40:52.913 INFO O| Feb 25 21:40:52.912 INFO STEP 872 (remove_files) COMPLETE
80112026-02-25T21:40:53.095Z[ recovery-image] Feb 25 21:40:52.913 INFO O| Feb 25 21:40:52.912 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122026-02-25T21:40:53.131Z[ recovery-image] Feb 25 21:40:52.933 INFO O| Feb 25 21:40:52.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
80132026-02-25T21:40:53.131Z[ recovery-image] Feb 25 21:40:52.934 INFO O| Feb 25 21:40:52.934 INFO STEP 873 (remove_files) COMPLETE
80142026-02-25T21:40:53.131Z[ recovery-image] Feb 25 21:40:52.934 INFO O| Feb 25 21:40:52.934 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152026-02-25T21:40:53.132Z[ recovery-image] Feb 25 21:40:52.951 INFO O| Feb 25 21:40:52.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
80162026-02-25T21:40:53.132Z[ recovery-image] Feb 25 21:40:52.951 INFO O| Feb 25 21:40:52.950 INFO STEP 874 (remove_files) COMPLETE
80172026-02-25T21:40:53.132Z[ recovery-image] Feb 25 21:40:52.951 INFO O| Feb 25 21:40:52.950 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182026-02-25T21:40:53.158Z[ recovery-image] Feb 25 21:40:52.969 INFO O| Feb 25 21:40:52.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
80192026-02-25T21:40:53.158Z[ recovery-image] Feb 25 21:40:52.969 INFO O| Feb 25 21:40:52.969 INFO STEP 875 (remove_files) COMPLETE
80202026-02-25T21:40:53.158Z[ recovery-image] Feb 25 21:40:52.969 INFO O| Feb 25 21:40:52.969 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212026-02-25T21:40:53.183Z[ recovery-image] Feb 25 21:40:52.985 INFO O| Feb 25 21:40:52.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
80222026-02-25T21:40:53.184Z[ recovery-image] Feb 25 21:40:52.985 INFO O| Feb 25 21:40:52.985 INFO STEP 876 (remove_files) COMPLETE
80232026-02-25T21:40:53.184Z[ recovery-image] Feb 25 21:40:52.985 INFO O| Feb 25 21:40:52.985 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242026-02-25T21:40:53.209Z[ recovery-image] Feb 25 21:40:53.009 INFO O| Feb 25 21:40:53.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
80252026-02-25T21:40:53.209Z[ recovery-image] Feb 25 21:40:53.009 INFO O| Feb 25 21:40:53.009 INFO STEP 877 (remove_files) COMPLETE
80262026-02-25T21:40:53.209Z[ recovery-image] Feb 25 21:40:53.009 INFO O| Feb 25 21:40:53.009 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272026-02-25T21:40:53.234Z[ recovery-image] Feb 25 21:40:53.028 INFO O| Feb 25 21:40:53.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
80282026-02-25T21:40:53.234Z[ recovery-image] Feb 25 21:40:53.029 INFO O| Feb 25 21:40:53.028 INFO STEP 878 (remove_files) COMPLETE
80292026-02-25T21:40:53.234Z[ recovery-image] Feb 25 21:40:53.029 INFO O| Feb 25 21:40:53.028 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302026-02-25T21:40:53.235Z[ recovery-image] Feb 25 21:40:53.050 INFO O| Feb 25 21:40:53.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
80312026-02-25T21:40:53.235Z[ recovery-image] Feb 25 21:40:53.050 INFO O| Feb 25 21:40:53.050 INFO STEP 879 (remove_files) COMPLETE
80322026-02-25T21:40:53.235Z[ recovery-image] Feb 25 21:40:53.050 INFO O| Feb 25 21:40:53.050 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332026-02-25T21:40:53.263Z[ recovery-image] Feb 25 21:40:53.072 INFO O| Feb 25 21:40:53.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
80342026-02-25T21:40:53.263Z[ recovery-image] Feb 25 21:40:53.072 INFO O| Feb 25 21:40:53.072 INFO STEP 880 (remove_files) COMPLETE
80352026-02-25T21:40:53.263Z[ recovery-image] Feb 25 21:40:53.072 INFO O| Feb 25 21:40:53.072 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362026-02-25T21:40:53.290Z[ recovery-image] Feb 25 21:40:53.090 INFO O| Feb 25 21:40:53.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
80372026-02-25T21:40:53.290Z[ recovery-image] Feb 25 21:40:53.090 INFO O| Feb 25 21:40:53.090 INFO STEP 881 (remove_files) COMPLETE
80382026-02-25T21:40:53.290Z[ recovery-image] Feb 25 21:40:53.091 INFO O| Feb 25 21:40:53.090 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392026-02-25T21:40:53.290Z[ recovery-image] Feb 25 21:40:53.109 INFO O| Feb 25 21:40:53.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
80402026-02-25T21:40:53.290Z[ recovery-image] Feb 25 21:40:53.109 INFO O| Feb 25 21:40:53.109 INFO STEP 882 (remove_files) COMPLETE
80412026-02-25T21:40:53.291Z[ recovery-image] Feb 25 21:40:53.109 INFO O| Feb 25 21:40:53.109 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422026-02-25T21:40:53.317Z[ recovery-image] Feb 25 21:40:53.128 INFO O| Feb 25 21:40:53.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
80432026-02-25T21:40:53.317Z[ recovery-image] Feb 25 21:40:53.128 INFO O| Feb 25 21:40:53.128 INFO STEP 883 (remove_files) COMPLETE
80442026-02-25T21:40:53.317Z[ recovery-image] Feb 25 21:40:53.128 INFO O| Feb 25 21:40:53.128 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452026-02-25T21:40:53.344Z[ recovery-image] Feb 25 21:40:53.145 INFO O| Feb 25 21:40:53.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
80462026-02-25T21:40:53.344Z[ recovery-image] Feb 25 21:40:53.146 INFO O| Feb 25 21:40:53.146 INFO STEP 884 (remove_files) COMPLETE
80472026-02-25T21:40:53.345Z[ recovery-image] Feb 25 21:40:53.146 INFO O| Feb 25 21:40:53.146 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482026-02-25T21:40:53.345Z[ recovery-image] Feb 25 21:40:53.164 INFO O| Feb 25 21:40:53.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
80492026-02-25T21:40:53.345Z[ recovery-image] Feb 25 21:40:53.165 INFO O| Feb 25 21:40:53.165 INFO STEP 885 (remove_files) COMPLETE
80502026-02-25T21:40:53.345Z[ recovery-image] Feb 25 21:40:53.165 INFO O| Feb 25 21:40:53.165 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512026-02-25T21:40:53.371Z[ recovery-image] Feb 25 21:40:53.185 INFO O| Feb 25 21:40:53.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
80522026-02-25T21:40:53.372Z[ recovery-image] Feb 25 21:40:53.185 INFO O| Feb 25 21:40:53.185 INFO STEP 886 (remove_files) COMPLETE
80532026-02-25T21:40:53.372Z[ recovery-image] Feb 25 21:40:53.185 INFO O| Feb 25 21:40:53.185 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542026-02-25T21:40:53.397Z[ recovery-image] Feb 25 21:40:53.205 INFO O| Feb 25 21:40:53.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
80552026-02-25T21:40:53.397Z[ recovery-image] Feb 25 21:40:53.205 INFO O| Feb 25 21:40:53.205 INFO STEP 887 (remove_files) COMPLETE
80562026-02-25T21:40:53.398Z[ recovery-image] Feb 25 21:40:53.205 INFO O| Feb 25 21:40:53.205 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572026-02-25T21:40:53.424Z[ recovery-image] Feb 25 21:40:53.225 INFO O| Feb 25 21:40:53.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
80582026-02-25T21:40:53.424Z[ recovery-image] Feb 25 21:40:53.225 INFO O| Feb 25 21:40:53.225 INFO STEP 888 (remove_files) COMPLETE
80592026-02-25T21:40:53.425Z[ recovery-image] Feb 25 21:40:53.225 INFO O| Feb 25 21:40:53.225 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602026-02-25T21:40:53.425Z[ recovery-image] Feb 25 21:40:53.240 INFO O| Feb 25 21:40:53.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
80612026-02-25T21:40:53.425Z[ recovery-image] Feb 25 21:40:53.240 INFO O| Feb 25 21:40:53.240 INFO STEP 889 (remove_files) COMPLETE
80622026-02-25T21:40:53.425Z[ recovery-image] Feb 25 21:40:53.240 INFO O| Feb 25 21:40:53.240 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632026-02-25T21:40:53.450Z[ recovery-image] Feb 25 21:40:53.255 INFO O| Feb 25 21:40:53.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
80642026-02-25T21:40:53.450Z[ recovery-image] Feb 25 21:40:53.255 INFO O| Feb 25 21:40:53.255 INFO STEP 890 (remove_files) COMPLETE
80652026-02-25T21:40:53.450Z[ recovery-image] Feb 25 21:40:53.255 INFO O| Feb 25 21:40:53.255 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662026-02-25T21:40:53.450Z[ recovery-image] Feb 25 21:40:53.272 INFO O| Feb 25 21:40:53.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
80672026-02-25T21:40:53.451Z[ recovery-image] Feb 25 21:40:53.272 INFO O| Feb 25 21:40:53.271 INFO STEP 891 (remove_files) COMPLETE
80682026-02-25T21:40:53.451Z[ recovery-image] Feb 25 21:40:53.272 INFO O| Feb 25 21:40:53.271 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692026-02-25T21:40:53.477Z[ recovery-image] Feb 25 21:40:53.294 INFO O| Feb 25 21:40:53.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
80702026-02-25T21:40:53.477Z[ recovery-image] Feb 25 21:40:53.294 INFO O| Feb 25 21:40:53.294 INFO STEP 892 (remove_files) COMPLETE
80712026-02-25T21:40:53.478Z[ recovery-image] Feb 25 21:40:53.294 INFO O| Feb 25 21:40:53.294 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722026-02-25T21:40:53.503Z[ recovery-image] Feb 25 21:40:53.313 INFO O| Feb 25 21:40:53.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
80732026-02-25T21:40:53.503Z[ recovery-image] Feb 25 21:40:53.313 INFO O| Feb 25 21:40:53.313 INFO STEP 893 (remove_files) COMPLETE
80742026-02-25T21:40:53.503Z[ recovery-image] Feb 25 21:40:53.314 INFO O| Feb 25 21:40:53.313 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752026-02-25T21:40:53.529Z[ recovery-image] Feb 25 21:40:53.332 INFO O| Feb 25 21:40:53.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
80762026-02-25T21:40:53.529Z[ recovery-image] Feb 25 21:40:53.332 INFO O| Feb 25 21:40:53.332 INFO STEP 894 (remove_files) COMPLETE
80772026-02-25T21:40:53.530Z[ recovery-image] Feb 25 21:40:53.332 INFO O| Feb 25 21:40:53.332 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782026-02-25T21:40:53.555Z[ recovery-image] Feb 25 21:40:53.352 INFO O| Feb 25 21:40:53.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
80792026-02-25T21:40:53.555Z[ recovery-image] Feb 25 21:40:53.352 INFO O| Feb 25 21:40:53.352 INFO STEP 895 (remove_files) COMPLETE
80802026-02-25T21:40:53.556Z[ recovery-image] Feb 25 21:40:53.352 INFO O| Feb 25 21:40:53.352 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812026-02-25T21:40:53.556Z[ recovery-image] Feb 25 21:40:53.369 INFO O| Feb 25 21:40:53.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
80822026-02-25T21:40:53.556Z[ recovery-image] Feb 25 21:40:53.369 INFO O| Feb 25 21:40:53.368 INFO STEP 896 (remove_files) COMPLETE
80832026-02-25T21:40:53.556Z[ recovery-image] Feb 25 21:40:53.369 INFO O| Feb 25 21:40:53.368 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842026-02-25T21:40:53.584Z[ recovery-image] Feb 25 21:40:53.390 INFO O| Feb 25 21:40:53.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
80852026-02-25T21:40:53.584Z[ recovery-image] Feb 25 21:40:53.390 INFO O| Feb 25 21:40:53.390 INFO STEP 897 (remove_files) COMPLETE
80862026-02-25T21:40:53.584Z[ recovery-image] Feb 25 21:40:53.390 INFO O| Feb 25 21:40:53.390 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872026-02-25T21:40:53.610Z[ recovery-image] Feb 25 21:40:53.409 INFO O| Feb 25 21:40:53.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
80882026-02-25T21:40:53.610Z[ recovery-image] Feb 25 21:40:53.409 INFO O| Feb 25 21:40:53.409 INFO STEP 898 (remove_files) COMPLETE
80892026-02-25T21:40:53.610Z[ recovery-image] Feb 25 21:40:53.409 INFO O| Feb 25 21:40:53.409 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902026-02-25T21:40:53.610Z[ recovery-image] Feb 25 21:40:53.429 INFO O| Feb 25 21:40:53.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
80912026-02-25T21:40:53.611Z[ recovery-image] Feb 25 21:40:53.429 INFO O| Feb 25 21:40:53.429 INFO STEP 899 (remove_files) COMPLETE
80922026-02-25T21:40:53.611Z[ recovery-image] Feb 25 21:40:53.429 INFO O| Feb 25 21:40:53.429 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932026-02-25T21:40:53.638Z[ recovery-image] Feb 25 21:40:53.446 INFO O| Feb 25 21:40:53.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
80942026-02-25T21:40:53.638Z[ recovery-image] Feb 25 21:40:53.446 INFO O| Feb 25 21:40:53.446 INFO STEP 900 (remove_files) COMPLETE
80952026-02-25T21:40:53.638Z[ recovery-image] Feb 25 21:40:53.446 INFO O| Feb 25 21:40:53.446 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962026-02-25T21:40:53.664Z[ recovery-image] Feb 25 21:40:53.466 INFO O| Feb 25 21:40:53.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
80972026-02-25T21:40:53.664Z[ recovery-image] Feb 25 21:40:53.466 INFO O| Feb 25 21:40:53.465 INFO STEP 901 (remove_files) COMPLETE
80982026-02-25T21:40:53.664Z[ recovery-image] Feb 25 21:40:53.466 INFO O| Feb 25 21:40:53.466 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992026-02-25T21:40:53.664Z[ recovery-image] Feb 25 21:40:53.487 INFO O| Feb 25 21:40:53.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
81002026-02-25T21:40:53.664Z[ recovery-image] Feb 25 21:40:53.487 INFO O| Feb 25 21:40:53.487 INFO STEP 902 (remove_files) COMPLETE
81012026-02-25T21:40:53.690Z[ recovery-image] Feb 25 21:40:53.487 INFO O| Feb 25 21:40:53.487 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022026-02-25T21:40:53.690Z[ recovery-image] Feb 25 21:40:53.510 INFO O| Feb 25 21:40:53.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
81032026-02-25T21:40:53.690Z[ recovery-image] Feb 25 21:40:53.510 INFO O| Feb 25 21:40:53.509 INFO STEP 903 (remove_files) COMPLETE
81042026-02-25T21:40:53.690Z[ recovery-image] Feb 25 21:40:53.510 INFO O| Feb 25 21:40:53.509 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052026-02-25T21:40:53.716Z[ recovery-image] Feb 25 21:40:53.528 INFO O| Feb 25 21:40:53.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
81062026-02-25T21:40:53.717Z[ recovery-image] Feb 25 21:40:53.528 INFO O| Feb 25 21:40:53.528 INFO STEP 904 (remove_files) COMPLETE
81072026-02-25T21:40:53.717Z[ recovery-image] Feb 25 21:40:53.528 INFO O| Feb 25 21:40:53.528 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082026-02-25T21:40:53.744Z[ recovery-image] Feb 25 21:40:53.556 INFO O| Feb 25 21:40:53.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
81092026-02-25T21:40:53.744Z[ recovery-image] Feb 25 21:40:53.556 INFO O| Feb 25 21:40:53.556 INFO STEP 905 (remove_files) COMPLETE
81102026-02-25T21:40:53.744Z[ recovery-image] Feb 25 21:40:53.556 INFO O| Feb 25 21:40:53.556 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112026-02-25T21:40:53.769Z[ recovery-image] Feb 25 21:40:53.583 INFO O| Feb 25 21:40:53.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
81122026-02-25T21:40:53.769Z[ recovery-image] Feb 25 21:40:53.584 INFO O| Feb 25 21:40:53.584 INFO STEP 906 (remove_files) COMPLETE
81132026-02-25T21:40:53.769Z[ recovery-image] Feb 25 21:40:53.584 INFO O| Feb 25 21:40:53.584 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142026-02-25T21:40:53.795Z[ recovery-image] Feb 25 21:40:53.604 INFO O| Feb 25 21:40:53.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
81152026-02-25T21:40:53.795Z[ recovery-image] Feb 25 21:40:53.604 INFO O| Feb 25 21:40:53.604 INFO STEP 907 (remove_files) COMPLETE
81162026-02-25T21:40:53.795Z[ recovery-image] Feb 25 21:40:53.604 INFO O| Feb 25 21:40:53.604 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172026-02-25T21:40:53.821Z[ recovery-image] Feb 25 21:40:53.628 INFO O| Feb 25 21:40:53.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
81182026-02-25T21:40:53.821Z[ recovery-image] Feb 25 21:40:53.628 INFO O| Feb 25 21:40:53.628 INFO STEP 908 (remove_files) COMPLETE
81192026-02-25T21:40:53.821Z[ recovery-image] Feb 25 21:40:53.628 INFO O| Feb 25 21:40:53.628 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202026-02-25T21:40:53.847Z[ recovery-image] Feb 25 21:40:53.647 INFO O| Feb 25 21:40:53.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
81212026-02-25T21:40:53.847Z[ recovery-image] Feb 25 21:40:53.647 INFO O| Feb 25 21:40:53.647 INFO STEP 909 (remove_files) COMPLETE
81222026-02-25T21:40:53.847Z[ recovery-image] Feb 25 21:40:53.647 INFO O| Feb 25 21:40:53.647 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232026-02-25T21:40:53.848Z[ recovery-image] Feb 25 21:40:53.665 INFO O| Feb 25 21:40:53.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
81242026-02-25T21:40:53.848Z[ recovery-image] Feb 25 21:40:53.665 INFO O| Feb 25 21:40:53.665 INFO STEP 910 (remove_files) COMPLETE
81252026-02-25T21:40:53.848Z[ recovery-image] Feb 25 21:40:53.665 INFO O| Feb 25 21:40:53.665 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262026-02-25T21:40:53.872Z[ recovery-image] Feb 25 21:40:53.684 INFO O| Feb 25 21:40:53.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
81272026-02-25T21:40:53.873Z[ recovery-image] Feb 25 21:40:53.684 INFO O| Feb 25 21:40:53.684 INFO STEP 911 (remove_files) COMPLETE
81282026-02-25T21:40:53.873Z[ recovery-image] Feb 25 21:40:53.684 INFO O| Feb 25 21:40:53.684 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292026-02-25T21:40:53.899Z[ recovery-image] Feb 25 21:40:53.703 INFO O| Feb 25 21:40:53.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
81302026-02-25T21:40:53.899Z[ recovery-image] Feb 25 21:40:53.703 INFO O| Feb 25 21:40:53.703 INFO STEP 912 (remove_files) COMPLETE
81312026-02-25T21:40:53.899Z[ recovery-image] Feb 25 21:40:53.703 INFO O| Feb 25 21:40:53.703 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322026-02-25T21:40:53.899Z[ recovery-image] Feb 25 21:40:53.721 INFO O| Feb 25 21:40:53.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
81332026-02-25T21:40:53.899Z[ recovery-image] Feb 25 21:40:53.722 INFO O| Feb 25 21:40:53.722 INFO STEP 913 (remove_files) COMPLETE
81342026-02-25T21:40:53.899Z[ recovery-image] Feb 25 21:40:53.722 INFO O| Feb 25 21:40:53.722 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352026-02-25T21:40:53.925Z[ recovery-image] Feb 25 21:40:53.740 INFO O| Feb 25 21:40:53.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
81362026-02-25T21:40:53.925Z[ recovery-image] Feb 25 21:40:53.740 INFO O| Feb 25 21:40:53.740 INFO STEP 914 (remove_files) COMPLETE
81372026-02-25T21:40:53.925Z[ recovery-image] Feb 25 21:40:53.740 INFO O| Feb 25 21:40:53.740 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382026-02-25T21:40:53.950Z[ recovery-image] Feb 25 21:40:53.754 INFO O| Feb 25 21:40:53.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
81392026-02-25T21:40:53.950Z[ recovery-image] Feb 25 21:40:53.754 INFO O| Feb 25 21:40:53.754 INFO STEP 915 (remove_files) COMPLETE
81402026-02-25T21:40:53.950Z[ recovery-image] Feb 25 21:40:53.754 INFO O| Feb 25 21:40:53.754 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412026-02-25T21:40:53.950Z[ recovery-image] Feb 25 21:40:53.769 INFO O| Feb 25 21:40:53.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
81422026-02-25T21:40:53.950Z[ recovery-image] Feb 25 21:40:53.770 INFO O| Feb 25 21:40:53.770 INFO STEP 916 (remove_files) COMPLETE
81432026-02-25T21:40:53.950Z[ recovery-image] Feb 25 21:40:53.770 INFO O| Feb 25 21:40:53.770 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442026-02-25T21:40:53.976Z[ recovery-image] Feb 25 21:40:53.787 INFO O| Feb 25 21:40:53.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
81452026-02-25T21:40:53.976Z[ recovery-image] Feb 25 21:40:53.787 INFO O| Feb 25 21:40:53.787 INFO STEP 917 (remove_files) COMPLETE
81462026-02-25T21:40:53.976Z[ recovery-image] Feb 25 21:40:53.787 INFO O| Feb 25 21:40:53.787 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472026-02-25T21:40:54.002Z[ recovery-image] Feb 25 21:40:53.808 INFO O| Feb 25 21:40:53.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
81482026-02-25T21:40:54.002Z[ recovery-image] Feb 25 21:40:53.809 INFO O| Feb 25 21:40:53.808 INFO STEP 918 (remove_files) COMPLETE
81492026-02-25T21:40:54.002Z[ recovery-image] Feb 25 21:40:53.809 INFO O| Feb 25 21:40:53.809 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502026-02-25T21:40:54.028Z[ recovery-image] Feb 25 21:40:53.823 INFO O| Feb 25 21:40:53.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
81512026-02-25T21:40:54.028Z[ recovery-image] Feb 25 21:40:53.824 INFO O| Feb 25 21:40:53.824 INFO STEP 919 (remove_files) COMPLETE
81522026-02-25T21:40:54.028Z[ recovery-image] Feb 25 21:40:53.824 INFO O| Feb 25 21:40:53.824 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532026-02-25T21:40:54.028Z[ recovery-image] Feb 25 21:40:53.847 INFO O| Feb 25 21:40:53.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
81542026-02-25T21:40:54.028Z[ recovery-image] Feb 25 21:40:53.848 INFO O| Feb 25 21:40:53.848 INFO STEP 920 (remove_files) COMPLETE
81552026-02-25T21:40:54.028Z[ recovery-image] Feb 25 21:40:53.848 INFO O| Feb 25 21:40:53.848 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562026-02-25T21:40:54.054Z[ recovery-image] Feb 25 21:40:53.865 INFO O| Feb 25 21:40:53.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
81572026-02-25T21:40:54.054Z[ recovery-image] Feb 25 21:40:53.865 INFO O| Feb 25 21:40:53.865 INFO STEP 921 (remove_files) COMPLETE
81582026-02-25T21:40:54.054Z[ recovery-image] Feb 25 21:40:53.865 INFO O| Feb 25 21:40:53.865 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592026-02-25T21:40:54.080Z[ recovery-image] Feb 25 21:40:53.883 INFO O| Feb 25 21:40:53.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
81602026-02-25T21:40:54.080Z[ recovery-image] Feb 25 21:40:53.883 INFO O| Feb 25 21:40:53.883 INFO STEP 922 (remove_files) COMPLETE
81612026-02-25T21:40:54.080Z[ recovery-image] Feb 25 21:40:53.883 INFO O| Feb 25 21:40:53.883 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622026-02-25T21:40:54.080Z[ recovery-image] Feb 25 21:40:53.902 INFO O| Feb 25 21:40:53.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
81632026-02-25T21:40:54.080Z[ recovery-image] Feb 25 21:40:53.902 INFO O| Feb 25 21:40:53.902 INFO STEP 923 (remove_files) COMPLETE
81642026-02-25T21:40:54.080Z[ recovery-image] Feb 25 21:40:53.902 INFO O| Feb 25 21:40:53.902 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652026-02-25T21:40:54.109Z[ recovery-image] Feb 25 21:40:53.925 INFO O| Feb 25 21:40:53.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
81662026-02-25T21:40:54.109Z[ recovery-image] Feb 25 21:40:53.925 INFO O| Feb 25 21:40:53.924 INFO STEP 924 (remove_files) COMPLETE
81672026-02-25T21:40:54.110Z[ recovery-image] Feb 25 21:40:53.925 INFO O| Feb 25 21:40:53.924 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682026-02-25T21:40:54.135Z[ recovery-image] Feb 25 21:40:53.949 INFO O| Feb 25 21:40:53.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
81692026-02-25T21:40:54.135Z[ recovery-image] Feb 25 21:40:53.949 INFO O| Feb 25 21:40:53.949 INFO STEP 925 (remove_files) COMPLETE
81702026-02-25T21:40:54.135Z[ recovery-image] Feb 25 21:40:53.949 INFO O| Feb 25 21:40:53.949 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712026-02-25T21:40:54.162Z[ recovery-image] Feb 25 21:40:53.968 INFO O| Feb 25 21:40:53.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
81722026-02-25T21:40:54.162Z[ recovery-image] Feb 25 21:40:53.968 INFO O| Feb 25 21:40:53.968 INFO STEP 926 (remove_files) COMPLETE
81732026-02-25T21:40:54.162Z[ recovery-image] Feb 25 21:40:53.968 INFO O| Feb 25 21:40:53.968 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742026-02-25T21:40:54.188Z[ recovery-image] Feb 25 21:40:53.990 INFO O| Feb 25 21:40:53.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
81752026-02-25T21:40:54.188Z[ recovery-image] Feb 25 21:40:53.990 INFO O| Feb 25 21:40:53.990 INFO STEP 927 (remove_files) COMPLETE
81762026-02-25T21:40:54.188Z[ recovery-image] Feb 25 21:40:53.990 INFO O| Feb 25 21:40:53.990 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772026-02-25T21:40:54.215Z[ recovery-image] Feb 25 21:40:54.011 INFO O| Feb 25 21:40:54.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
81782026-02-25T21:40:54.215Z[ recovery-image] Feb 25 21:40:54.012 INFO O| Feb 25 21:40:54.011 INFO STEP 928 (remove_files) COMPLETE
81792026-02-25T21:40:54.215Z[ recovery-image] Feb 25 21:40:54.012 INFO O| Feb 25 21:40:54.011 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802026-02-25T21:40:54.215Z[ recovery-image] Feb 25 21:40:54.033 INFO O| Feb 25 21:40:54.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
81812026-02-25T21:40:54.215Z[ recovery-image] Feb 25 21:40:54.033 INFO O| Feb 25 21:40:54.033 INFO STEP 929 (remove_files) COMPLETE
81822026-02-25T21:40:54.215Z[ recovery-image] Feb 25 21:40:54.033 INFO O| Feb 25 21:40:54.033 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832026-02-25T21:40:54.242Z[ recovery-image] Feb 25 21:40:54.051 INFO O| Feb 25 21:40:54.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
81842026-02-25T21:40:54.242Z[ recovery-image] Feb 25 21:40:54.051 INFO O| Feb 25 21:40:54.051 INFO STEP 930 (remove_files) COMPLETE
81852026-02-25T21:40:54.243Z[ recovery-image] Feb 25 21:40:54.051 INFO O| Feb 25 21:40:54.051 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862026-02-25T21:40:54.269Z[ recovery-image] Feb 25 21:40:54.068 INFO O| Feb 25 21:40:54.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
81872026-02-25T21:40:54.269Z[ recovery-image] Feb 25 21:40:54.068 INFO O| Feb 25 21:40:54.068 INFO STEP 931 (remove_files) COMPLETE
81882026-02-25T21:40:54.269Z[ recovery-image] Feb 25 21:40:54.068 INFO O| Feb 25 21:40:54.068 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892026-02-25T21:40:54.270Z[ recovery-image] Feb 25 21:40:54.089 INFO O| Feb 25 21:40:54.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
81902026-02-25T21:40:54.270Z[ recovery-image] Feb 25 21:40:54.089 INFO O| Feb 25 21:40:54.088 INFO STEP 932 (remove_files) COMPLETE
81912026-02-25T21:40:54.270Z[ recovery-image] Feb 25 21:40:54.089 INFO O| Feb 25 21:40:54.088 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922026-02-25T21:40:54.344Z[ recovery-image] Feb 25 21:40:54.111 INFO O| Feb 25 21:40:54.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
81932026-02-25T21:40:54.344Z[ recovery-image] Feb 25 21:40:54.111 INFO O| Feb 25 21:40:54.111 INFO STEP 933 (remove_files) COMPLETE
81942026-02-25T21:40:54.344Z[ recovery-image] Feb 25 21:40:54.111 INFO O| Feb 25 21:40:54.111 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952026-02-25T21:40:54.372Z[ recovery-image] Feb 25 21:40:54.141 INFO O| Feb 25 21:40:54.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
81962026-02-25T21:40:54.372Z[ recovery-image] Feb 25 21:40:54.141 INFO O| Feb 25 21:40:54.141 INFO STEP 934 (remove_files) COMPLETE
81972026-02-25T21:40:54.372Z[ recovery-image] Feb 25 21:40:54.141 INFO O| Feb 25 21:40:54.141 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982026-02-25T21:40:54.372Z[ recovery-image] Feb 25 21:40:54.160 INFO O| Feb 25 21:40:54.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
81992026-02-25T21:40:54.372Z[ recovery-image] Feb 25 21:40:54.160 INFO O| Feb 25 21:40:54.159 INFO STEP 935 (remove_files) COMPLETE
82002026-02-25T21:40:54.373Z[ recovery-image] Feb 25 21:40:54.160 INFO O| Feb 25 21:40:54.159 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012026-02-25T21:40:54.373Z[ recovery-image] Feb 25 21:40:54.179 INFO O| Feb 25 21:40:54.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
82022026-02-25T21:40:54.373Z[ recovery-image] Feb 25 21:40:54.179 INFO O| Feb 25 21:40:54.178 INFO STEP 936 (remove_files) COMPLETE
82032026-02-25T21:40:54.373Z[ recovery-image] Feb 25 21:40:54.179 INFO O| Feb 25 21:40:54.179 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042026-02-25T21:40:54.399Z[ recovery-image] Feb 25 21:40:54.196 INFO O| Feb 25 21:40:54.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
82052026-02-25T21:40:54.399Z[ recovery-image] Feb 25 21:40:54.196 INFO O| Feb 25 21:40:54.196 INFO STEP 937 (remove_files) COMPLETE
82062026-02-25T21:40:54.399Z[ recovery-image] Feb 25 21:40:54.196 INFO O| Feb 25 21:40:54.196 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072026-02-25T21:40:54.399Z[ recovery-image] Feb 25 21:40:54.213 INFO O| Feb 25 21:40:54.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
82082026-02-25T21:40:54.400Z[ recovery-image] Feb 25 21:40:54.213 INFO O| Feb 25 21:40:54.213 INFO STEP 938 (remove_files) COMPLETE
82092026-02-25T21:40:54.400Z[ recovery-image] Feb 25 21:40:54.213 INFO O| Feb 25 21:40:54.213 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102026-02-25T21:40:54.426Z[ recovery-image] Feb 25 21:40:54.233 INFO O| Feb 25 21:40:54.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
82112026-02-25T21:40:54.426Z[ recovery-image] Feb 25 21:40:54.233 INFO O| Feb 25 21:40:54.233 INFO STEP 939 (remove_files) COMPLETE
82122026-02-25T21:40:54.426Z[ recovery-image] Feb 25 21:40:54.233 INFO O| Feb 25 21:40:54.233 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132026-02-25T21:40:54.451Z[ recovery-image] Feb 25 21:40:54.253 INFO O| Feb 25 21:40:54.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
82142026-02-25T21:40:54.451Z[ recovery-image] Feb 25 21:40:54.254 INFO O| Feb 25 21:40:54.254 INFO STEP 940 (remove_files) COMPLETE
82152026-02-25T21:40:54.451Z[ recovery-image] Feb 25 21:40:54.254 INFO O| Feb 25 21:40:54.254 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162026-02-25T21:40:54.477Z[ recovery-image] Feb 25 21:40:54.277 INFO O| Feb 25 21:40:54.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
82172026-02-25T21:40:54.477Z[ recovery-image] Feb 25 21:40:54.277 INFO O| Feb 25 21:40:54.277 INFO STEP 941 (remove_files) COMPLETE
82182026-02-25T21:40:54.477Z[ recovery-image] Feb 25 21:40:54.277 INFO O| Feb 25 21:40:54.277 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192026-02-25T21:40:54.477Z[ recovery-image] Feb 25 21:40:54.298 INFO O| Feb 25 21:40:54.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
82202026-02-25T21:40:54.478Z[ recovery-image] Feb 25 21:40:54.299 INFO O| Feb 25 21:40:54.299 INFO STEP 942 (remove_files) COMPLETE
82212026-02-25T21:40:54.478Z[ recovery-image] Feb 25 21:40:54.299 INFO O| Feb 25 21:40:54.299 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222026-02-25T21:40:54.505Z[ recovery-image] Feb 25 21:40:54.324 INFO O| Feb 25 21:40:54.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
82232026-02-25T21:40:54.505Z[ recovery-image] Feb 25 21:40:54.325 INFO O| Feb 25 21:40:54.324 INFO STEP 943 (remove_files) COMPLETE
82242026-02-25T21:40:54.505Z[ recovery-image] Feb 25 21:40:54.325 INFO O| Feb 25 21:40:54.325 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252026-02-25T21:40:54.530Z[ recovery-image] Feb 25 21:40:54.346 INFO O| Feb 25 21:40:54.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
82262026-02-25T21:40:54.530Z[ recovery-image] Feb 25 21:40:54.346 INFO O| Feb 25 21:40:54.346 INFO STEP 944 (remove_files) COMPLETE
82272026-02-25T21:40:54.530Z[ recovery-image] Feb 25 21:40:54.346 INFO O| Feb 25 21:40:54.346 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282026-02-25T21:40:54.556Z[ recovery-image] Feb 25 21:40:54.360 INFO O| Feb 25 21:40:54.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
82292026-02-25T21:40:54.556Z[ recovery-image] Feb 25 21:40:54.360 INFO O| Feb 25 21:40:54.360 INFO STEP 945 (remove_files) COMPLETE
82302026-02-25T21:40:54.556Z[ recovery-image] Feb 25 21:40:54.360 INFO O| Feb 25 21:40:54.360 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312026-02-25T21:40:54.556Z[ recovery-image] Feb 25 21:40:54.375 INFO O| Feb 25 21:40:54.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
82322026-02-25T21:40:54.556Z[ recovery-image] Feb 25 21:40:54.375 INFO O| Feb 25 21:40:54.375 INFO STEP 946 (remove_files) COMPLETE
82332026-02-25T21:40:54.557Z[ recovery-image] Feb 25 21:40:54.375 INFO O| Feb 25 21:40:54.375 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342026-02-25T21:40:54.582Z[ recovery-image] Feb 25 21:40:54.395 INFO O| Feb 25 21:40:54.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
82352026-02-25T21:40:54.584Z[ recovery-image] Feb 25 21:40:54.396 INFO O| Feb 25 21:40:54.395 INFO STEP 947 (remove_files) COMPLETE
82362026-02-25T21:40:54.584Z[ recovery-image] Feb 25 21:40:54.396 INFO O| Feb 25 21:40:54.396 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372026-02-25T21:40:54.609Z[ recovery-image] Feb 25 21:40:54.412 INFO O| Feb 25 21:40:54.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
82382026-02-25T21:40:54.610Z[ recovery-image] Feb 25 21:40:54.412 INFO O| Feb 25 21:40:54.412 INFO STEP 948 (remove_files) COMPLETE
82392026-02-25T21:40:54.610Z[ recovery-image] Feb 25 21:40:54.412 INFO O| Feb 25 21:40:54.412 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402026-02-25T21:40:54.610Z[ recovery-image] Feb 25 21:40:54.431 INFO O| Feb 25 21:40:54.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
82412026-02-25T21:40:54.610Z[ recovery-image] Feb 25 21:40:54.431 INFO O| Feb 25 21:40:54.431 INFO STEP 949 (remove_files) COMPLETE
82422026-02-25T21:40:54.610Z[ recovery-image] Feb 25 21:40:54.431 INFO O| Feb 25 21:40:54.431 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432026-02-25T21:40:54.635Z[ recovery-image] Feb 25 21:40:54.454 INFO O| Feb 25 21:40:54.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
82442026-02-25T21:40:54.635Z[ recovery-image] Feb 25 21:40:54.455 INFO O| Feb 25 21:40:54.454 INFO STEP 950 (remove_files) COMPLETE
82452026-02-25T21:40:54.635Z[ recovery-image] Feb 25 21:40:54.455 INFO O| Feb 25 21:40:54.455 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462026-02-25T21:40:54.661Z[ recovery-image] Feb 25 21:40:54.471 INFO O| Feb 25 21:40:54.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
82472026-02-25T21:40:54.661Z[ recovery-image] Feb 25 21:40:54.471 INFO O| Feb 25 21:40:54.471 INFO STEP 951 (remove_files) COMPLETE
82482026-02-25T21:40:54.662Z[ recovery-image] Feb 25 21:40:54.471 INFO O| Feb 25 21:40:54.471 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492026-02-25T21:40:54.688Z[ recovery-image] Feb 25 21:40:54.492 INFO O| Feb 25 21:40:54.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
82502026-02-25T21:40:54.688Z[ recovery-image] Feb 25 21:40:54.492 INFO O| Feb 25 21:40:54.492 INFO STEP 952 (remove_files) COMPLETE
82512026-02-25T21:40:54.688Z[ recovery-image] Feb 25 21:40:54.492 INFO O| Feb 25 21:40:54.492 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522026-02-25T21:40:54.713Z[ recovery-image] Feb 25 21:40:54.514 INFO O| Feb 25 21:40:54.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
82532026-02-25T21:40:54.713Z[ recovery-image] Feb 25 21:40:54.515 INFO O| Feb 25 21:40:54.514 INFO STEP 953 (remove_files) COMPLETE
82542026-02-25T21:40:54.713Z[ recovery-image] Feb 25 21:40:54.515 INFO O| Feb 25 21:40:54.514 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552026-02-25T21:40:54.714Z[ recovery-image] Feb 25 21:40:54.533 INFO O| Feb 25 21:40:54.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
82562026-02-25T21:40:54.714Z[ recovery-image] Feb 25 21:40:54.533 INFO O| Feb 25 21:40:54.533 INFO STEP 954 (remove_files) COMPLETE
82572026-02-25T21:40:54.714Z[ recovery-image] Feb 25 21:40:54.533 INFO O| Feb 25 21:40:54.533 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582026-02-25T21:40:54.739Z[ recovery-image] Feb 25 21:40:54.548 INFO O| Feb 25 21:40:54.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
82592026-02-25T21:40:54.739Z[ recovery-image] Feb 25 21:40:54.548 INFO O| Feb 25 21:40:54.548 INFO STEP 955 (remove_files) COMPLETE
82602026-02-25T21:40:54.740Z[ recovery-image] Feb 25 21:40:54.548 INFO O| Feb 25 21:40:54.548 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612026-02-25T21:40:54.740Z[ recovery-image] Feb 25 21:40:54.562 INFO O| Feb 25 21:40:54.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
82622026-02-25T21:40:54.740Z[ recovery-image] Feb 25 21:40:54.562 INFO O| Feb 25 21:40:54.562 INFO STEP 956 (remove_files) COMPLETE
82632026-02-25T21:40:54.740Z[ recovery-image] Feb 25 21:40:54.562 INFO O| Feb 25 21:40:54.562 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642026-02-25T21:40:54.765Z[ recovery-image] Feb 25 21:40:54.578 INFO O| Feb 25 21:40:54.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
82652026-02-25T21:40:54.766Z[ recovery-image] Feb 25 21:40:54.578 INFO O| Feb 25 21:40:54.578 INFO STEP 957 (remove_files) COMPLETE
82662026-02-25T21:40:54.766Z[ recovery-image] Feb 25 21:40:54.578 INFO O| Feb 25 21:40:54.578 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672026-02-25T21:40:54.792Z[ recovery-image] Feb 25 21:40:54.598 INFO O| Feb 25 21:40:54.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
82682026-02-25T21:40:54.792Z[ recovery-image] Feb 25 21:40:54.598 INFO O| Feb 25 21:40:54.598 INFO STEP 958 (remove_files) COMPLETE
82692026-02-25T21:40:54.792Z[ recovery-image] Feb 25 21:40:54.598 INFO O| Feb 25 21:40:54.598 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702026-02-25T21:40:54.820Z[ recovery-image] Feb 25 21:40:54.615 INFO O| Feb 25 21:40:54.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
82712026-02-25T21:40:54.820Z[ recovery-image] Feb 25 21:40:54.615 INFO O| Feb 25 21:40:54.615 INFO STEP 959 (remove_files) COMPLETE
82722026-02-25T21:40:54.820Z[ recovery-image] Feb 25 21:40:54.615 INFO O| Feb 25 21:40:54.615 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732026-02-25T21:40:54.820Z[ recovery-image] Feb 25 21:40:54.634 INFO O| Feb 25 21:40:54.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
82742026-02-25T21:40:54.820Z[ recovery-image] Feb 25 21:40:54.634 INFO O| Feb 25 21:40:54.634 INFO STEP 960 (remove_files) COMPLETE
82752026-02-25T21:40:54.821Z[ recovery-image] Feb 25 21:40:54.634 INFO O| Feb 25 21:40:54.634 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762026-02-25T21:40:54.912Z[ recovery-image] Feb 25 21:40:54.648 INFO O| Feb 25 21:40:54.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
82772026-02-25T21:40:54.912Z[ recovery-image] Feb 25 21:40:54.648 INFO O| Feb 25 21:40:54.648 INFO STEP 961 (remove_files) COMPLETE
82782026-02-25T21:40:54.912Z[ recovery-image] Feb 25 21:40:54.648 INFO O| Feb 25 21:40:54.648 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792026-02-25T21:40:54.912Z[ recovery-image] Feb 25 21:40:54.661 INFO O| Feb 25 21:40:54.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
82802026-02-25T21:40:54.912Z[ recovery-image] Feb 25 21:40:54.661 INFO O| Feb 25 21:40:54.661 INFO STEP 962 (remove_files) COMPLETE
82812026-02-25T21:40:54.912Z[ recovery-image] Feb 25 21:40:54.661 INFO O| Feb 25 21:40:54.661 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822026-02-25T21:40:54.944Z[ recovery-image] Feb 25 21:40:54.675 INFO O| Feb 25 21:40:54.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
82832026-02-25T21:40:54.944Z[ recovery-image] Feb 25 21:40:54.676 INFO O| Feb 25 21:40:54.675 INFO STEP 963 (remove_files) COMPLETE
82842026-02-25T21:40:54.944Z[ recovery-image] Feb 25 21:40:54.676 INFO O| Feb 25 21:40:54.676 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852026-02-25T21:40:54.945Z[ recovery-image] Feb 25 21:40:54.695 INFO O| Feb 25 21:40:54.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
82862026-02-25T21:40:54.945Z[ recovery-image] Feb 25 21:40:54.696 INFO O| Feb 25 21:40:54.695 INFO STEP 964 (remove_files) COMPLETE
82872026-02-25T21:40:54.945Z[ recovery-image] Feb 25 21:40:54.696 INFO O| Feb 25 21:40:54.696 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882026-02-25T21:40:54.945Z[ recovery-image] Feb 25 21:40:54.723 INFO O| Feb 25 21:40:54.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
82892026-02-25T21:40:54.946Z[ recovery-image] Feb 25 21:40:54.723 INFO O| Feb 25 21:40:54.722 INFO STEP 965 (remove_files) COMPLETE
82902026-02-25T21:40:54.946Z[ recovery-image] Feb 25 21:40:54.723 INFO O| Feb 25 21:40:54.722 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912026-02-25T21:40:54.946Z[ recovery-image] Feb 25 21:40:54.747 INFO O| Feb 25 21:40:54.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
82922026-02-25T21:40:54.946Z[ recovery-image] Feb 25 21:40:54.747 INFO O| Feb 25 21:40:54.747 INFO STEP 966 (remove_files) COMPLETE
82932026-02-25T21:40:54.946Z[ recovery-image] Feb 25 21:40:54.747 INFO O| Feb 25 21:40:54.747 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942026-02-25T21:40:54.971Z[ recovery-image] Feb 25 21:40:54.767 INFO O| Feb 25 21:40:54.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
82952026-02-25T21:40:54.971Z[ recovery-image] Feb 25 21:40:54.767 INFO O| Feb 25 21:40:54.767 INFO STEP 967 (remove_files) COMPLETE
82962026-02-25T21:40:54.971Z[ recovery-image] Feb 25 21:40:54.767 INFO O| Feb 25 21:40:54.767 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972026-02-25T21:40:54.971Z[ recovery-image] Feb 25 21:40:54.791 INFO O| Feb 25 21:40:54.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
82982026-02-25T21:40:54.971Z[ recovery-image] Feb 25 21:40:54.791 INFO O| Feb 25 21:40:54.790 INFO STEP 968 (remove_files) COMPLETE
82992026-02-25T21:40:54.971Z[ recovery-image] Feb 25 21:40:54.791 INFO O| Feb 25 21:40:54.790 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002026-02-25T21:40:54.996Z[ recovery-image] Feb 25 21:40:54.819 INFO O| Feb 25 21:40:54.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
83012026-02-25T21:40:54.996Z[ recovery-image] Feb 25 21:40:54.819 INFO O| Feb 25 21:40:54.819 INFO STEP 969 (remove_files) COMPLETE
83022026-02-25T21:40:54.997Z[ recovery-image] Feb 25 21:40:54.819 INFO O| Feb 25 21:40:54.819 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032026-02-25T21:40:55.026Z[ recovery-image] Feb 25 21:40:54.846 INFO O| Feb 25 21:40:54.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
83042026-02-25T21:40:55.027Z[ recovery-image] Feb 25 21:40:54.846 INFO O| Feb 25 21:40:54.845 INFO STEP 970 (remove_files) COMPLETE
83052026-02-25T21:40:55.027Z[ recovery-image] Feb 25 21:40:54.846 INFO O| Feb 25 21:40:54.845 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83062026-02-25T21:40:55.055Z[ recovery-image] Feb 25 21:40:54.871 INFO O| Feb 25 21:40:54.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
83072026-02-25T21:40:55.055Z[ recovery-image] Feb 25 21:40:54.871 INFO O| Feb 25 21:40:54.871 INFO STEP 971 (remove_files) COMPLETE
83082026-02-25T21:40:55.055Z[ recovery-image] Feb 25 21:40:54.871 INFO O| Feb 25 21:40:54.871 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83092026-02-25T21:40:55.081Z[ recovery-image] Feb 25 21:40:54.890 INFO O| Feb 25 21:40:54.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
83102026-02-25T21:40:55.081Z[ recovery-image] Feb 25 21:40:54.890 INFO O| Feb 25 21:40:54.890 INFO STEP 972 (remove_files) COMPLETE
83112026-02-25T21:40:55.081Z[ recovery-image] Feb 25 21:40:54.890 INFO O| Feb 25 21:40:54.890 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83122026-02-25T21:40:55.107Z[ recovery-image] Feb 25 21:40:54.909 INFO O| Feb 25 21:40:54.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
83132026-02-25T21:40:55.107Z[ recovery-image] Feb 25 21:40:54.909 INFO O| Feb 25 21:40:54.909 INFO STEP 973 (remove_files) COMPLETE
83142026-02-25T21:40:55.107Z[ recovery-image] Feb 25 21:40:54.910 INFO O| Feb 25 21:40:54.909 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83152026-02-25T21:40:55.107Z[ recovery-image] Feb 25 21:40:54.930 INFO O| Feb 25 21:40:54.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
83162026-02-25T21:40:55.108Z[ recovery-image] Feb 25 21:40:54.930 INFO O| Feb 25 21:40:54.930 INFO STEP 974 (remove_files) COMPLETE
83172026-02-25T21:40:55.133Z[ recovery-image] Feb 25 21:40:54.930 INFO O| Feb 25 21:40:54.930 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83182026-02-25T21:40:55.133Z[ recovery-image] Feb 25 21:40:54.949 INFO O| Feb 25 21:40:54.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
83192026-02-25T21:40:55.135Z[ recovery-image] Feb 25 21:40:54.949 INFO O| Feb 25 21:40:54.949 INFO STEP 975 (remove_files) COMPLETE
83202026-02-25T21:40:55.135Z[ recovery-image] Feb 25 21:40:54.949 INFO O| Feb 25 21:40:54.949 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83212026-02-25T21:40:55.162Z[ recovery-image] Feb 25 21:40:54.968 INFO O| Feb 25 21:40:54.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
83222026-02-25T21:40:55.162Z[ recovery-image] Feb 25 21:40:54.968 INFO O| Feb 25 21:40:54.968 INFO STEP 976 (remove_files) COMPLETE
83232026-02-25T21:40:55.162Z[ recovery-image] Feb 25 21:40:54.968 INFO O| Feb 25 21:40:54.968 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83242026-02-25T21:40:55.188Z[ recovery-image] Feb 25 21:40:54.986 INFO O| Feb 25 21:40:54.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
83252026-02-25T21:40:55.188Z[ recovery-image] Feb 25 21:40:54.986 INFO O| Feb 25 21:40:54.986 INFO STEP 977 (remove_files) COMPLETE
83262026-02-25T21:40:55.188Z[ recovery-image] Feb 25 21:40:54.986 INFO O| Feb 25 21:40:54.986 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83272026-02-25T21:40:55.188Z[ recovery-image] Feb 25 21:40:55.002 INFO O| Feb 25 21:40:55.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
83282026-02-25T21:40:55.188Z[ recovery-image] Feb 25 21:40:55.002 INFO O| Feb 25 21:40:55.002 INFO STEP 978 (remove_files) COMPLETE
83292026-02-25T21:40:55.188Z[ recovery-image] Feb 25 21:40:55.002 INFO O| Feb 25 21:40:55.002 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83302026-02-25T21:40:55.214Z[ recovery-image] Feb 25 21:40:55.027 INFO O| Feb 25 21:40:55.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
83312026-02-25T21:40:55.215Z[ recovery-image] Feb 25 21:40:55.027 INFO O| Feb 25 21:40:55.027 INFO STEP 979 (remove_files) COMPLETE
83322026-02-25T21:40:55.215Z[ recovery-image] Feb 25 21:40:55.028 INFO O| Feb 25 21:40:55.027 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83332026-02-25T21:40:55.241Z[ recovery-image] Feb 25 21:40:55.056 INFO O| Feb 25 21:40:55.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
83342026-02-25T21:40:55.241Z[ recovery-image] Feb 25 21:40:55.056 INFO O| Feb 25 21:40:55.056 INFO STEP 980 (remove_files) COMPLETE
83352026-02-25T21:40:55.241Z[ recovery-image] Feb 25 21:40:55.056 INFO O| Feb 25 21:40:55.056 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83362026-02-25T21:40:55.267Z[ recovery-image] Feb 25 21:40:55.078 INFO O| Feb 25 21:40:55.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
83372026-02-25T21:40:55.267Z[ recovery-image] Feb 25 21:40:55.079 INFO O| Feb 25 21:40:55.078 INFO STEP 981 (remove_files) COMPLETE
83382026-02-25T21:40:55.267Z[ recovery-image] Feb 25 21:40:55.079 INFO O| Feb 25 21:40:55.078 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83392026-02-25T21:40:55.292Z[ recovery-image] Feb 25 21:40:55.098 INFO O| Feb 25 21:40:55.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
83402026-02-25T21:40:55.292Z[ recovery-image] Feb 25 21:40:55.099 INFO O| Feb 25 21:40:55.099 INFO STEP 982 (remove_files) COMPLETE
83412026-02-25T21:40:55.292Z[ recovery-image] Feb 25 21:40:55.099 INFO O| Feb 25 21:40:55.099 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83422026-02-25T21:40:55.317Z[ recovery-image] Feb 25 21:40:55.122 INFO O| Feb 25 21:40:55.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
83432026-02-25T21:40:55.317Z[ recovery-image] Feb 25 21:40:55.122 INFO O| Feb 25 21:40:55.122 INFO STEP 983 (remove_files) COMPLETE
83442026-02-25T21:40:55.317Z[ recovery-image] Feb 25 21:40:55.122 INFO O| Feb 25 21:40:55.122 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83452026-02-25T21:40:55.318Z[ recovery-image] Feb 25 21:40:55.140 INFO O| Feb 25 21:40:55.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
83462026-02-25T21:40:55.344Z[ recovery-image] Feb 25 21:40:55.141 INFO O| Feb 25 21:40:55.141 INFO STEP 984 (remove_files) COMPLETE
83472026-02-25T21:40:55.344Z[ recovery-image] Feb 25 21:40:55.141 INFO O| Feb 25 21:40:55.141 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83482026-02-25T21:40:55.344Z[ recovery-image] Feb 25 21:40:55.159 INFO O| Feb 25 21:40:55.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
83492026-02-25T21:40:55.344Z[ recovery-image] Feb 25 21:40:55.160 INFO O| Feb 25 21:40:55.160 INFO STEP 985 (remove_files) COMPLETE
83502026-02-25T21:40:55.344Z[ recovery-image] Feb 25 21:40:55.160 INFO O| Feb 25 21:40:55.160 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83512026-02-25T21:40:55.370Z[ recovery-image] Feb 25 21:40:55.180 INFO O| Feb 25 21:40:55.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
83522026-02-25T21:40:55.370Z[ recovery-image] Feb 25 21:40:55.180 INFO O| Feb 25 21:40:55.180 INFO STEP 986 (remove_files) COMPLETE
83532026-02-25T21:40:55.370Z[ recovery-image] Feb 25 21:40:55.180 INFO O| Feb 25 21:40:55.180 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83542026-02-25T21:40:55.395Z[ recovery-image] Feb 25 21:40:55.203 INFO O| Feb 25 21:40:55.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
83552026-02-25T21:40:55.396Z[ recovery-image] Feb 25 21:40:55.203 INFO O| Feb 25 21:40:55.203 INFO STEP 987 (remove_files) COMPLETE
83562026-02-25T21:40:55.396Z[ recovery-image] Feb 25 21:40:55.203 INFO O| Feb 25 21:40:55.203 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83572026-02-25T21:40:55.422Z[ recovery-image] Feb 25 21:40:55.224 INFO O| Feb 25 21:40:55.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
83582026-02-25T21:40:55.423Z[ recovery-image] Feb 25 21:40:55.225 INFO O| Feb 25 21:40:55.225 INFO STEP 988 (remove_files) COMPLETE
83592026-02-25T21:40:55.423Z[ recovery-image] Feb 25 21:40:55.225 INFO O| Feb 25 21:40:55.225 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83602026-02-25T21:40:55.423Z[ recovery-image] Feb 25 21:40:55.244 INFO O| Feb 25 21:40:55.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
83612026-02-25T21:40:55.423Z[ recovery-image] Feb 25 21:40:55.245 INFO O| Feb 25 21:40:55.244 INFO STEP 989 (remove_files) COMPLETE
83622026-02-25T21:40:55.423Z[ recovery-image] Feb 25 21:40:55.245 INFO O| Feb 25 21:40:55.245 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83632026-02-25T21:40:55.449Z[ recovery-image] Feb 25 21:40:55.264 INFO O| Feb 25 21:40:55.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
83642026-02-25T21:40:55.449Z[ recovery-image] Feb 25 21:40:55.264 INFO O| Feb 25 21:40:55.264 INFO STEP 990 (remove_files) COMPLETE
83652026-02-25T21:40:55.449Z[ recovery-image] Feb 25 21:40:55.264 INFO O| Feb 25 21:40:55.264 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83662026-02-25T21:40:55.474Z[ recovery-image] Feb 25 21:40:55.279 INFO O| Feb 25 21:40:55.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
83672026-02-25T21:40:55.474Z[ recovery-image] Feb 25 21:40:55.279 INFO O| Feb 25 21:40:55.279 INFO STEP 991 (remove_files) COMPLETE
83682026-02-25T21:40:55.474Z[ recovery-image] Feb 25 21:40:55.279 INFO O| Feb 25 21:40:55.279 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83692026-02-25T21:40:55.474Z[ recovery-image] Feb 25 21:40:55.292 INFO O| Feb 25 21:40:55.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
83702026-02-25T21:40:55.474Z[ recovery-image] Feb 25 21:40:55.292 INFO O| Feb 25 21:40:55.292 INFO STEP 992 (remove_files) COMPLETE
83712026-02-25T21:40:55.474Z[ recovery-image] Feb 25 21:40:55.292 INFO O| Feb 25 21:40:55.292 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83722026-02-25T21:40:55.500Z[ recovery-image] Feb 25 21:40:55.307 INFO O| Feb 25 21:40:55.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
83732026-02-25T21:40:55.500Z[ recovery-image] Feb 25 21:40:55.308 INFO O| Feb 25 21:40:55.308 INFO STEP 993 (remove_files) COMPLETE
83742026-02-25T21:40:55.500Z[ recovery-image] Feb 25 21:40:55.308 INFO O| Feb 25 21:40:55.308 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83752026-02-25T21:40:55.526Z[ recovery-image] Feb 25 21:40:55.329 INFO O| Feb 25 21:40:55.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
83762026-02-25T21:40:55.526Z[ recovery-image] Feb 25 21:40:55.329 INFO O| Feb 25 21:40:55.329 INFO STEP 994 (remove_files) COMPLETE
83772026-02-25T21:40:55.526Z[ recovery-image] Feb 25 21:40:55.329 INFO O| Feb 25 21:40:55.329 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83782026-02-25T21:40:55.526Z[ recovery-image] Feb 25 21:40:55.346 INFO O| Feb 25 21:40:55.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
83792026-02-25T21:40:55.526Z[ recovery-image] Feb 25 21:40:55.346 INFO O| Feb 25 21:40:55.346 INFO STEP 995 (remove_files) COMPLETE
83802026-02-25T21:40:55.526Z[ recovery-image] Feb 25 21:40:55.346 INFO O| Feb 25 21:40:55.346 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83812026-02-25T21:40:55.551Z[ recovery-image] Feb 25 21:40:55.363 INFO O| Feb 25 21:40:55.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
83822026-02-25T21:40:55.551Z[ recovery-image] Feb 25 21:40:55.363 INFO O| Feb 25 21:40:55.363 INFO STEP 996 (remove_files) COMPLETE
83832026-02-25T21:40:55.551Z[ recovery-image] Feb 25 21:40:55.363 INFO O| Feb 25 21:40:55.363 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83842026-02-25T21:40:55.577Z[ recovery-image] Feb 25 21:40:55.379 INFO O| Feb 25 21:40:55.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
83852026-02-25T21:40:55.577Z[ recovery-image] Feb 25 21:40:55.379 INFO O| Feb 25 21:40:55.379 INFO STEP 997 (remove_files) COMPLETE
83862026-02-25T21:40:55.577Z[ recovery-image] Feb 25 21:40:55.379 INFO O| Feb 25 21:40:55.379 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83872026-02-25T21:40:55.577Z[ recovery-image] Feb 25 21:40:55.399 INFO O| Feb 25 21:40:55.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
83882026-02-25T21:40:55.577Z[ recovery-image] Feb 25 21:40:55.400 INFO O| Feb 25 21:40:55.400 INFO STEP 998 (remove_files) COMPLETE
83892026-02-25T21:40:55.578Z[ recovery-image] Feb 25 21:40:55.400 INFO O| Feb 25 21:40:55.400 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83902026-02-25T21:40:55.603Z[ recovery-image] Feb 25 21:40:55.416 INFO O| Feb 25 21:40:55.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
83912026-02-25T21:40:55.603Z[ recovery-image] Feb 25 21:40:55.417 INFO O| Feb 25 21:40:55.417 INFO STEP 999 (remove_files) COMPLETE
83922026-02-25T21:40:55.604Z[ recovery-image] Feb 25 21:40:55.417 INFO O| Feb 25 21:40:55.417 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83932026-02-25T21:40:55.630Z[ recovery-image] Feb 25 21:40:55.436 INFO O| Feb 25 21:40:55.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
83942026-02-25T21:40:55.630Z[ recovery-image] Feb 25 21:40:55.436 INFO O| Feb 25 21:40:55.436 INFO STEP 1000 (remove_files) COMPLETE
83952026-02-25T21:40:55.630Z[ recovery-image] Feb 25 21:40:55.436 INFO O| Feb 25 21:40:55.436 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83962026-02-25T21:40:55.655Z[ recovery-image] Feb 25 21:40:55.457 INFO O| Feb 25 21:40:55.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
83972026-02-25T21:40:55.656Z[ recovery-image] Feb 25 21:40:55.457 INFO O| Feb 25 21:40:55.457 INFO STEP 1001 (remove_files) COMPLETE
83982026-02-25T21:40:55.656Z[ recovery-image] Feb 25 21:40:55.457 INFO O| Feb 25 21:40:55.457 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83992026-02-25T21:40:55.656Z[ recovery-image] Feb 25 21:40:55.478 INFO O| Feb 25 21:40:55.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
84002026-02-25T21:40:55.656Z[ recovery-image] Feb 25 21:40:55.478 INFO O| Feb 25 21:40:55.478 INFO STEP 1002 (remove_files) COMPLETE
84012026-02-25T21:40:55.656Z[ recovery-image] Feb 25 21:40:55.478 INFO O| Feb 25 21:40:55.478 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84022026-02-25T21:40:55.681Z[ recovery-image] Feb 25 21:40:55.499 INFO O| Feb 25 21:40:55.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
84032026-02-25T21:40:55.682Z[ recovery-image] Feb 25 21:40:55.499 INFO O| Feb 25 21:40:55.499 INFO STEP 1003 (remove_files) COMPLETE
84042026-02-25T21:40:55.682Z[ recovery-image] Feb 25 21:40:55.499 INFO O| Feb 25 21:40:55.499 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84052026-02-25T21:40:55.707Z[ recovery-image] Feb 25 21:40:55.520 INFO O| Feb 25 21:40:55.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
84062026-02-25T21:40:55.707Z[ recovery-image] Feb 25 21:40:55.520 INFO O| Feb 25 21:40:55.520 INFO STEP 1004 (remove_files) COMPLETE
84072026-02-25T21:40:55.707Z[ recovery-image] Feb 25 21:40:55.520 INFO O| Feb 25 21:40:55.520 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84082026-02-25T21:40:55.732Z[ recovery-image] Feb 25 21:40:55.543 INFO O| Feb 25 21:40:55.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
84092026-02-25T21:40:55.733Z[ recovery-image] Feb 25 21:40:55.543 INFO O| Feb 25 21:40:55.543 INFO STEP 1005 (remove_files) COMPLETE
84102026-02-25T21:40:55.733Z[ recovery-image] Feb 25 21:40:55.543 INFO O| Feb 25 21:40:55.543 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84112026-02-25T21:40:55.758Z[ recovery-image] Feb 25 21:40:55.567 INFO O| Feb 25 21:40:55.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
84122026-02-25T21:40:55.758Z[ recovery-image] Feb 25 21:40:55.567 INFO O| Feb 25 21:40:55.567 INFO STEP 1006 (remove_files) COMPLETE
84132026-02-25T21:40:55.758Z[ recovery-image] Feb 25 21:40:55.567 INFO O| Feb 25 21:40:55.567 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84142026-02-25T21:40:55.784Z[ recovery-image] Feb 25 21:40:55.588 INFO O| Feb 25 21:40:55.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
84152026-02-25T21:40:55.784Z[ recovery-image] Feb 25 21:40:55.588 INFO O| Feb 25 21:40:55.588 INFO STEP 1007 (remove_files) COMPLETE
84162026-02-25T21:40:55.784Z[ recovery-image] Feb 25 21:40:55.588 INFO O| Feb 25 21:40:55.588 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84172026-02-25T21:40:55.785Z[ recovery-image] Feb 25 21:40:55.603 INFO O| Feb 25 21:40:55.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
84182026-02-25T21:40:55.785Z[ recovery-image] Feb 25 21:40:55.603 INFO O| Feb 25 21:40:55.603 INFO STEP 1008 (remove_files) COMPLETE
84192026-02-25T21:40:55.785Z[ recovery-image] Feb 25 21:40:55.603 INFO O| Feb 25 21:40:55.603 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84202026-02-25T21:40:55.812Z[ recovery-image] Feb 25 21:40:55.617 INFO O| Feb 25 21:40:55.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
84212026-02-25T21:40:55.812Z[ recovery-image] Feb 25 21:40:55.617 INFO O| Feb 25 21:40:55.617 INFO STEP 1009 (remove_files) COMPLETE
84222026-02-25T21:40:55.812Z[ recovery-image] Feb 25 21:40:55.617 INFO O| Feb 25 21:40:55.617 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84232026-02-25T21:40:55.837Z[ recovery-image] Feb 25 21:40:55.636 INFO O| Feb 25 21:40:55.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
84242026-02-25T21:40:55.837Z[ recovery-image] Feb 25 21:40:55.636 INFO O| Feb 25 21:40:55.636 INFO STEP 1010 (remove_files) COMPLETE
84252026-02-25T21:40:55.838Z[ recovery-image] Feb 25 21:40:55.636 INFO O| Feb 25 21:40:55.636 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84262026-02-25T21:40:55.863Z[ recovery-image] Feb 25 21:40:55.658 INFO O| Feb 25 21:40:55.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
84272026-02-25T21:40:55.863Z[ recovery-image] Feb 25 21:40:55.658 INFO O| Feb 25 21:40:55.658 INFO STEP 1011 (remove_files) COMPLETE
84282026-02-25T21:40:55.863Z[ recovery-image] Feb 25 21:40:55.658 INFO O| Feb 25 21:40:55.658 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84292026-02-25T21:40:55.863Z[ recovery-image] Feb 25 21:40:55.677 INFO O| Feb 25 21:40:55.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
84302026-02-25T21:40:55.863Z[ recovery-image] Feb 25 21:40:55.677 INFO O| Feb 25 21:40:55.677 INFO STEP 1012 (remove_files) COMPLETE
84312026-02-25T21:40:55.864Z[ recovery-image] Feb 25 21:40:55.677 INFO O| Feb 25 21:40:55.677 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84322026-02-25T21:40:55.889Z[ recovery-image] Feb 25 21:40:55.696 INFO O| Feb 25 21:40:55.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
84332026-02-25T21:40:55.889Z[ recovery-image] Feb 25 21:40:55.696 INFO O| Feb 25 21:40:55.696 INFO STEP 1013 (remove_files) COMPLETE
84342026-02-25T21:40:55.889Z[ recovery-image] Feb 25 21:40:55.696 INFO O| Feb 25 21:40:55.696 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84352026-02-25T21:40:55.914Z[ recovery-image] Feb 25 21:40:55.713 INFO O| Feb 25 21:40:55.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
84362026-02-25T21:40:55.915Z[ recovery-image] Feb 25 21:40:55.714 INFO O| Feb 25 21:40:55.714 INFO STEP 1014 (remove_files) COMPLETE
84372026-02-25T21:40:55.915Z[ recovery-image] Feb 25 21:40:55.714 INFO O| Feb 25 21:40:55.714 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84382026-02-25T21:40:55.915Z[ recovery-image] Feb 25 21:40:55.733 INFO O| Feb 25 21:40:55.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
84392026-02-25T21:40:55.915Z[ recovery-image] Feb 25 21:40:55.733 INFO O| Feb 25 21:40:55.733 INFO STEP 1015 (remove_files) COMPLETE
84402026-02-25T21:40:55.915Z[ recovery-image] Feb 25 21:40:55.733 INFO O| Feb 25 21:40:55.733 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84412026-02-25T21:40:55.941Z[ recovery-image] Feb 25 21:40:55.757 INFO O| Feb 25 21:40:55.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
84422026-02-25T21:40:55.941Z[ recovery-image] Feb 25 21:40:55.757 INFO O| Feb 25 21:40:55.757 INFO STEP 1016 (remove_files) COMPLETE
84432026-02-25T21:40:55.941Z[ recovery-image] Feb 25 21:40:55.757 INFO O| Feb 25 21:40:55.757 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84442026-02-25T21:40:55.967Z[ recovery-image] Feb 25 21:40:55.774 INFO O| Feb 25 21:40:55.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
84452026-02-25T21:40:55.967Z[ recovery-image] Feb 25 21:40:55.774 INFO O| Feb 25 21:40:55.774 INFO STEP 1017 (remove_files) COMPLETE
84462026-02-25T21:40:55.967Z[ recovery-image] Feb 25 21:40:55.774 INFO O| Feb 25 21:40:55.774 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84472026-02-25T21:40:55.992Z[ recovery-image] Feb 25 21:40:55.793 INFO O| Feb 25 21:40:55.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
84482026-02-25T21:40:55.992Z[ recovery-image] Feb 25 21:40:55.794 INFO O| Feb 25 21:40:55.793 INFO STEP 1018 (remove_files) COMPLETE
84492026-02-25T21:40:55.992Z[ recovery-image] Feb 25 21:40:55.794 INFO O| Feb 25 21:40:55.793 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84502026-02-25T21:40:55.993Z[ recovery-image] Feb 25 21:40:55.814 INFO O| Feb 25 21:40:55.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
84512026-02-25T21:40:55.993Z[ recovery-image] Feb 25 21:40:55.814 INFO O| Feb 25 21:40:55.814 INFO STEP 1019 (remove_files) COMPLETE
84522026-02-25T21:40:55.993Z[ recovery-image] Feb 25 21:40:55.814 INFO O| Feb 25 21:40:55.814 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84532026-02-25T21:40:56.019Z[ recovery-image] Feb 25 21:40:55.835 INFO O| Feb 25 21:40:55.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
84542026-02-25T21:40:56.046Z[ recovery-image] Feb 25 21:40:55.835 INFO O| Feb 25 21:40:55.834 INFO STEP 1020 (remove_files) COMPLETE
84552026-02-25T21:40:56.046Z[ recovery-image] Feb 25 21:40:55.835 INFO O| Feb 25 21:40:55.834 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84562026-02-25T21:40:56.047Z[ recovery-image] Feb 25 21:40:55.858 INFO O| Feb 25 21:40:55.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
84572026-02-25T21:40:56.047Z[ recovery-image] Feb 25 21:40:55.858 INFO O| Feb 25 21:40:55.858 INFO STEP 1021 (remove_files) COMPLETE
84582026-02-25T21:40:56.047Z[ recovery-image] Feb 25 21:40:55.858 INFO O| Feb 25 21:40:55.858 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84592026-02-25T21:40:56.073Z[ recovery-image] Feb 25 21:40:55.886 INFO O| Feb 25 21:40:55.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
84602026-02-25T21:40:56.073Z[ recovery-image] Feb 25 21:40:55.887 INFO O| Feb 25 21:40:55.887 INFO STEP 1022 (remove_files) COMPLETE
84612026-02-25T21:40:56.073Z[ recovery-image] Feb 25 21:40:55.887 INFO O| Feb 25 21:40:55.887 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84622026-02-25T21:40:56.099Z[ recovery-image] Feb 25 21:40:55.909 INFO O| Feb 25 21:40:55.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
84632026-02-25T21:40:56.099Z[ recovery-image] Feb 25 21:40:55.909 INFO O| Feb 25 21:40:55.909 INFO STEP 1023 (remove_files) COMPLETE
84642026-02-25T21:40:56.099Z[ recovery-image] Feb 25 21:40:55.909 INFO O| Feb 25 21:40:55.909 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84652026-02-25T21:40:56.127Z[ recovery-image] Feb 25 21:40:55.927 INFO O| Feb 25 21:40:55.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
84662026-02-25T21:40:56.127Z[ recovery-image] Feb 25 21:40:55.927 INFO O| Feb 25 21:40:55.926 INFO STEP 1024 (remove_files) COMPLETE
84672026-02-25T21:40:56.127Z[ recovery-image] Feb 25 21:40:55.927 INFO O| Feb 25 21:40:55.926 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84682026-02-25T21:40:56.127Z[ recovery-image] Feb 25 21:40:55.946 INFO O| Feb 25 21:40:55.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
84692026-02-25T21:40:56.127Z[ recovery-image] Feb 25 21:40:55.946 INFO O| Feb 25 21:40:55.946 INFO STEP 1025 (remove_files) COMPLETE
84702026-02-25T21:40:56.127Z[ recovery-image] Feb 25 21:40:55.946 INFO O| Feb 25 21:40:55.946 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84712026-02-25T21:40:56.154Z[ recovery-image] Feb 25 21:40:55.968 INFO O| Feb 25 21:40:55.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
84722026-02-25T21:40:56.154Z[ recovery-image] Feb 25 21:40:55.968 INFO O| Feb 25 21:40:55.967 INFO STEP 1026 (remove_files) COMPLETE
84732026-02-25T21:40:56.155Z[ recovery-image] Feb 25 21:40:55.968 INFO O| Feb 25 21:40:55.968 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84742026-02-25T21:40:56.182Z[ recovery-image] Feb 25 21:40:55.987 INFO O| Feb 25 21:40:55.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
84752026-02-25T21:40:56.182Z[ recovery-image] Feb 25 21:40:55.987 INFO O| Feb 25 21:40:55.987 INFO STEP 1027 (remove_files) COMPLETE
84762026-02-25T21:40:56.182Z[ recovery-image] Feb 25 21:40:55.987 INFO O| Feb 25 21:40:55.987 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84772026-02-25T21:40:56.207Z[ recovery-image] Feb 25 21:40:56.007 INFO O| Feb 25 21:40:56.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
84782026-02-25T21:40:56.209Z[ recovery-image] Feb 25 21:40:56.007 INFO O| Feb 25 21:40:56.007 INFO STEP 1028 (remove_files) COMPLETE
84792026-02-25T21:40:56.209Z[ recovery-image] Feb 25 21:40:56.007 INFO O| Feb 25 21:40:56.007 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84802026-02-25T21:40:56.235Z[ recovery-image] Feb 25 21:40:56.031 INFO O| Feb 25 21:40:56.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
84812026-02-25T21:40:56.235Z[ recovery-image] Feb 25 21:40:56.031 INFO O| Feb 25 21:40:56.031 INFO STEP 1029 (remove_files) COMPLETE
84822026-02-25T21:40:56.235Z[ recovery-image] Feb 25 21:40:56.031 INFO O| Feb 25 21:40:56.031 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84832026-02-25T21:40:56.260Z[ recovery-image] Feb 25 21:40:56.075 INFO O| Feb 25 21:40:56.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
84842026-02-25T21:40:56.260Z[ recovery-image] Feb 25 21:40:56.076 INFO O| Feb 25 21:40:56.076 INFO STEP 1030 (remove_files) COMPLETE
84852026-02-25T21:40:56.260Z[ recovery-image] Feb 25 21:40:56.076 INFO O| Feb 25 21:40:56.076 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84862026-02-25T21:40:56.287Z[ recovery-image] Feb 25 21:40:56.110 INFO O| Feb 25 21:40:56.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
84872026-02-25T21:40:56.287Z[ recovery-image] Feb 25 21:40:56.110 INFO O| Feb 25 21:40:56.110 INFO STEP 1031 (remove_files) COMPLETE
84882026-02-25T21:40:56.287Z[ recovery-image] Feb 25 21:40:56.110 INFO O| Feb 25 21:40:56.110 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84892026-02-25T21:40:56.313Z[ recovery-image] Feb 25 21:40:56.135 INFO O| Feb 25 21:40:56.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
84902026-02-25T21:40:56.313Z[ recovery-image] Feb 25 21:40:56.135 INFO O| Feb 25 21:40:56.135 INFO STEP 1032 (remove_files) COMPLETE
84912026-02-25T21:40:56.313Z[ recovery-image] Feb 25 21:40:56.135 INFO O| Feb 25 21:40:56.135 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84922026-02-25T21:40:56.339Z[ recovery-image] Feb 25 21:40:56.163 INFO O| Feb 25 21:40:56.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
84932026-02-25T21:40:56.339Z[ recovery-image] Feb 25 21:40:56.163 INFO O| Feb 25 21:40:56.163 INFO STEP 1033 (remove_files) COMPLETE
84942026-02-25T21:40:56.366Z[ recovery-image] Feb 25 21:40:56.163 INFO O| Feb 25 21:40:56.163 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84952026-02-25T21:40:56.366Z[ recovery-image] Feb 25 21:40:56.180 INFO O| Feb 25 21:40:56.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
84962026-02-25T21:40:56.366Z[ recovery-image] Feb 25 21:40:56.180 INFO O| Feb 25 21:40:56.180 INFO STEP 1034 (remove_files) COMPLETE
84972026-02-25T21:40:56.366Z[ recovery-image] Feb 25 21:40:56.180 INFO O| Feb 25 21:40:56.180 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84982026-02-25T21:40:56.392Z[ recovery-image] Feb 25 21:40:56.198 INFO O| Feb 25 21:40:56.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
84992026-02-25T21:40:56.392Z[ recovery-image] Feb 25 21:40:56.198 INFO O| Feb 25 21:40:56.198 INFO STEP 1035 (remove_files) COMPLETE
85002026-02-25T21:40:56.392Z[ recovery-image] Feb 25 21:40:56.198 INFO O| Feb 25 21:40:56.198 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85012026-02-25T21:40:56.418Z[ recovery-image] Feb 25 21:40:56.219 INFO O| Feb 25 21:40:56.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
85022026-02-25T21:40:56.418Z[ recovery-image] Feb 25 21:40:56.219 INFO O| Feb 25 21:40:56.219 INFO STEP 1036 (remove_files) COMPLETE
85032026-02-25T21:40:56.418Z[ recovery-image] Feb 25 21:40:56.219 INFO O| Feb 25 21:40:56.219 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85042026-02-25T21:40:56.418Z[ recovery-image] Feb 25 21:40:56.235 INFO O| Feb 25 21:40:56.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
85052026-02-25T21:40:56.418Z[ recovery-image] Feb 25 21:40:56.235 INFO O| Feb 25 21:40:56.235 INFO STEP 1037 (remove_files) COMPLETE
85062026-02-25T21:40:56.418Z[ recovery-image] Feb 25 21:40:56.235 INFO O| Feb 25 21:40:56.235 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85072026-02-25T21:40:56.443Z[ recovery-image] Feb 25 21:40:56.260 INFO O| Feb 25 21:40:56.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
85082026-02-25T21:40:56.443Z[ recovery-image] Feb 25 21:40:56.260 INFO O| Feb 25 21:40:56.260 INFO STEP 1038 (remove_files) COMPLETE
85092026-02-25T21:40:56.443Z[ recovery-image] Feb 25 21:40:56.260 INFO O| Feb 25 21:40:56.260 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85102026-02-25T21:40:56.468Z[ recovery-image] Feb 25 21:40:56.281 INFO O| Feb 25 21:40:56.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
85112026-02-25T21:40:56.469Z[ recovery-image] Feb 25 21:40:56.282 INFO O| Feb 25 21:40:56.282 INFO STEP 1039 (remove_files) COMPLETE
85122026-02-25T21:40:56.469Z[ recovery-image] Feb 25 21:40:56.282 INFO O| Feb 25 21:40:56.282 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85132026-02-25T21:40:56.494Z[ recovery-image] Feb 25 21:40:56.298 INFO O| Feb 25 21:40:56.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
85142026-02-25T21:40:56.494Z[ recovery-image] Feb 25 21:40:56.299 INFO O| Feb 25 21:40:56.299 INFO STEP 1040 (remove_files) COMPLETE
85152026-02-25T21:40:56.494Z[ recovery-image] Feb 25 21:40:56.299 INFO O| Feb 25 21:40:56.299 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85162026-02-25T21:40:56.494Z[ recovery-image] Feb 25 21:40:56.315 INFO O| Feb 25 21:40:56.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
85172026-02-25T21:40:56.494Z[ recovery-image] Feb 25 21:40:56.315 INFO O| Feb 25 21:40:56.315 INFO STEP 1041 (remove_files) COMPLETE
85182026-02-25T21:40:56.494Z[ recovery-image] Feb 25 21:40:56.315 INFO O| Feb 25 21:40:56.315 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85192026-02-25T21:40:56.520Z[ recovery-image] Feb 25 21:40:56.335 INFO O| Feb 25 21:40:56.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
85202026-02-25T21:40:56.520Z[ recovery-image] Feb 25 21:40:56.336 INFO O| Feb 25 21:40:56.336 INFO STEP 1042 (remove_files) COMPLETE
85212026-02-25T21:40:56.520Z[ recovery-image] Feb 25 21:40:56.336 INFO O| Feb 25 21:40:56.336 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85222026-02-25T21:40:56.545Z[ recovery-image] Feb 25 21:40:56.356 INFO O| Feb 25 21:40:56.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
85232026-02-25T21:40:56.545Z[ recovery-image] Feb 25 21:40:56.357 INFO O| Feb 25 21:40:56.357 INFO STEP 1043 (remove_files) COMPLETE
85242026-02-25T21:40:56.546Z[ recovery-image] Feb 25 21:40:56.357 INFO O| Feb 25 21:40:56.357 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85252026-02-25T21:40:56.571Z[ recovery-image] Feb 25 21:40:56.377 INFO O| Feb 25 21:40:56.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
85262026-02-25T21:40:56.572Z[ recovery-image] Feb 25 21:40:56.377 INFO O| Feb 25 21:40:56.377 INFO STEP 1044 (remove_files) COMPLETE
85272026-02-25T21:40:56.572Z[ recovery-image] Feb 25 21:40:56.377 INFO O| Feb 25 21:40:56.377 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85282026-02-25T21:40:56.597Z[ recovery-image] Feb 25 21:40:56.397 INFO O| Feb 25 21:40:56.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
85292026-02-25T21:40:56.597Z[ recovery-image] Feb 25 21:40:56.397 INFO O| Feb 25 21:40:56.397 INFO STEP 1045 (remove_files) COMPLETE
85302026-02-25T21:40:56.597Z[ recovery-image] Feb 25 21:40:56.397 INFO O| Feb 25 21:40:56.397 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85312026-02-25T21:40:56.597Z[ recovery-image] Feb 25 21:40:56.415 INFO O| Feb 25 21:40:56.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
85322026-02-25T21:40:56.597Z[ recovery-image] Feb 25 21:40:56.415 INFO O| Feb 25 21:40:56.415 INFO STEP 1046 (remove_files) COMPLETE
85332026-02-25T21:40:56.598Z[ recovery-image] Feb 25 21:40:56.415 INFO O| Feb 25 21:40:56.415 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85342026-02-25T21:40:56.623Z[ recovery-image] Feb 25 21:40:56.429 INFO O| Feb 25 21:40:56.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
85352026-02-25T21:40:56.623Z[ recovery-image] Feb 25 21:40:56.430 INFO O| Feb 25 21:40:56.429 INFO STEP 1047 (remove_files) COMPLETE
85362026-02-25T21:40:56.623Z[ recovery-image] Feb 25 21:40:56.430 INFO O| Feb 25 21:40:56.430 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85372026-02-25T21:40:56.623Z[ recovery-image] Feb 25 21:40:56.442 INFO O| Feb 25 21:40:56.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
85382026-02-25T21:40:56.623Z[ recovery-image] Feb 25 21:40:56.443 INFO O| Feb 25 21:40:56.442 INFO STEP 1048 (remove_files) COMPLETE
85392026-02-25T21:40:56.623Z[ recovery-image] Feb 25 21:40:56.443 INFO O| Feb 25 21:40:56.443 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85402026-02-25T21:40:56.649Z[ recovery-image] Feb 25 21:40:56.464 INFO O| Feb 25 21:40:56.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
85412026-02-25T21:40:56.649Z[ recovery-image] Feb 25 21:40:56.465 INFO O| Feb 25 21:40:56.465 INFO STEP 1049 (remove_files) COMPLETE
85422026-02-25T21:40:56.649Z[ recovery-image] Feb 25 21:40:56.465 INFO O| Feb 25 21:40:56.465 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85432026-02-25T21:40:56.675Z[ recovery-image] Feb 25 21:40:56.485 INFO O| Feb 25 21:40:56.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
85442026-02-25T21:40:56.676Z[ recovery-image] Feb 25 21:40:56.485 INFO O| Feb 25 21:40:56.485 INFO STEP 1050 (remove_files) COMPLETE
85452026-02-25T21:40:56.676Z[ recovery-image] Feb 25 21:40:56.485 INFO O| Feb 25 21:40:56.485 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85462026-02-25T21:40:56.702Z[ recovery-image] Feb 25 21:40:56.510 INFO O| Feb 25 21:40:56.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
85472026-02-25T21:40:56.702Z[ recovery-image] Feb 25 21:40:56.510 INFO O| Feb 25 21:40:56.510 INFO STEP 1051 (remove_files) COMPLETE
85482026-02-25T21:40:56.702Z[ recovery-image] Feb 25 21:40:56.510 INFO O| Feb 25 21:40:56.510 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85492026-02-25T21:40:56.728Z[ recovery-image] Feb 25 21:40:56.529 INFO O| Feb 25 21:40:56.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
85502026-02-25T21:40:56.728Z[ recovery-image] Feb 25 21:40:56.529 INFO O| Feb 25 21:40:56.529 INFO STEP 1052 (remove_files) COMPLETE
85512026-02-25T21:40:56.728Z[ recovery-image] Feb 25 21:40:56.529 INFO O| Feb 25 21:40:56.529 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85522026-02-25T21:40:56.729Z[ recovery-image] Feb 25 21:40:56.549 INFO O| Feb 25 21:40:56.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
85532026-02-25T21:40:56.729Z[ recovery-image] Feb 25 21:40:56.549 INFO O| Feb 25 21:40:56.549 INFO STEP 1053 (remove_files) COMPLETE
85542026-02-25T21:40:56.729Z[ recovery-image] Feb 25 21:40:56.549 INFO O| Feb 25 21:40:56.549 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85552026-02-25T21:40:56.755Z[ recovery-image] Feb 25 21:40:56.566 INFO O| Feb 25 21:40:56.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
85562026-02-25T21:40:56.755Z[ recovery-image] Feb 25 21:40:56.566 INFO O| Feb 25 21:40:56.566 INFO STEP 1054 (remove_files) COMPLETE
85572026-02-25T21:40:56.755Z[ recovery-image] Feb 25 21:40:56.566 INFO O| Feb 25 21:40:56.566 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85582026-02-25T21:40:56.781Z[ recovery-image] Feb 25 21:40:56.585 INFO O| Feb 25 21:40:56.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
85592026-02-25T21:40:56.781Z[ recovery-image] Feb 25 21:40:56.585 INFO O| Feb 25 21:40:56.585 INFO STEP 1055 (remove_files) COMPLETE
85602026-02-25T21:40:56.781Z[ recovery-image] Feb 25 21:40:56.585 INFO O| Feb 25 21:40:56.585 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85612026-02-25T21:40:56.807Z[ recovery-image] Feb 25 21:40:56.605 INFO O| Feb 25 21:40:56.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
85622026-02-25T21:40:56.807Z[ recovery-image] Feb 25 21:40:56.605 INFO O| Feb 25 21:40:56.605 INFO STEP 1056 (remove_files) COMPLETE
85632026-02-25T21:40:56.807Z[ recovery-image] Feb 25 21:40:56.605 INFO O| Feb 25 21:40:56.605 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85642026-02-25T21:40:56.807Z[ recovery-image] Feb 25 21:40:56.630 INFO O| Feb 25 21:40:56.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
85652026-02-25T21:40:56.807Z[ recovery-image] Feb 25 21:40:56.630 INFO O| Feb 25 21:40:56.629 INFO STEP 1057 (remove_files) COMPLETE
85662026-02-25T21:40:56.833Z[ recovery-image] Feb 25 21:40:56.630 INFO O| Feb 25 21:40:56.629 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85672026-02-25T21:40:56.862Z[ recovery-image] Feb 25 21:40:56.657 INFO O| Feb 25 21:40:56.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
85682026-02-25T21:40:56.862Z[ recovery-image] Feb 25 21:40:56.657 INFO O| Feb 25 21:40:56.656 INFO STEP 1058 (remove_files) COMPLETE
85692026-02-25T21:40:56.862Z[ recovery-image] Feb 25 21:40:56.657 INFO O| Feb 25 21:40:56.656 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85702026-02-25T21:40:56.862Z[ recovery-image] Feb 25 21:40:56.679 INFO O| Feb 25 21:40:56.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
85712026-02-25T21:40:56.862Z[ recovery-image] Feb 25 21:40:56.679 INFO O| Feb 25 21:40:56.679 INFO STEP 1059 (remove_files) COMPLETE
85722026-02-25T21:40:56.864Z[ recovery-image] Feb 25 21:40:56.679 INFO O| Feb 25 21:40:56.679 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85732026-02-25T21:40:56.890Z[ recovery-image] Feb 25 21:40:56.703 INFO O| Feb 25 21:40:56.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
85742026-02-25T21:40:56.890Z[ recovery-image] Feb 25 21:40:56.703 INFO O| Feb 25 21:40:56.703 INFO STEP 1060 (remove_files) COMPLETE
85752026-02-25T21:40:56.890Z[ recovery-image] Feb 25 21:40:56.703 INFO O| Feb 25 21:40:56.703 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85762026-02-25T21:40:56.916Z[ recovery-image] Feb 25 21:40:56.724 INFO O| Feb 25 21:40:56.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
85772026-02-25T21:40:56.916Z[ recovery-image] Feb 25 21:40:56.724 INFO O| Feb 25 21:40:56.724 INFO STEP 1061 (remove_files) COMPLETE
85782026-02-25T21:40:56.916Z[ recovery-image] Feb 25 21:40:56.724 INFO O| Feb 25 21:40:56.724 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85792026-02-25T21:40:56.942Z[ recovery-image] Feb 25 21:40:56.745 INFO O| Feb 25 21:40:56.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
85802026-02-25T21:40:56.942Z[ recovery-image] Feb 25 21:40:56.745 INFO O| Feb 25 21:40:56.745 INFO STEP 1062 (remove_files) COMPLETE
85812026-02-25T21:40:56.942Z[ recovery-image] Feb 25 21:40:56.745 INFO O| Feb 25 21:40:56.745 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85822026-02-25T21:40:56.970Z[ recovery-image] Feb 25 21:40:56.779 INFO O| Feb 25 21:40:56.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
85832026-02-25T21:40:56.970Z[ recovery-image] Feb 25 21:40:56.779 INFO O| Feb 25 21:40:56.779 INFO STEP 1063 (remove_files) COMPLETE
85842026-02-25T21:40:56.970Z[ recovery-image] Feb 25 21:40:56.779 INFO O| Feb 25 21:40:56.779 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85852026-02-25T21:40:56.995Z[ recovery-image] Feb 25 21:40:56.815 INFO O| Feb 25 21:40:56.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
85862026-02-25T21:40:56.995Z[ recovery-image] Feb 25 21:40:56.815 INFO O| Feb 25 21:40:56.815 INFO STEP 1064 (remove_files) COMPLETE
85872026-02-25T21:40:56.995Z[ recovery-image] Feb 25 21:40:56.815 INFO O| Feb 25 21:40:56.815 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85882026-02-25T21:40:57.028Z[ recovery-image] Feb 25 21:40:56.851 INFO O| Feb 25 21:40:56.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
85892026-02-25T21:40:57.028Z[ recovery-image] Feb 25 21:40:56.851 INFO O| Feb 25 21:40:56.851 INFO STEP 1065 (remove_files) COMPLETE
85902026-02-25T21:40:57.028Z[ recovery-image] Feb 25 21:40:56.851 INFO O| Feb 25 21:40:56.851 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85912026-02-25T21:40:57.061Z[ recovery-image] Feb 25 21:40:56.883 INFO O| Feb 25 21:40:56.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
85922026-02-25T21:40:57.086Z[ recovery-image] Feb 25 21:40:56.883 INFO O| Feb 25 21:40:56.883 INFO STEP 1066 (remove_files) COMPLETE
85932026-02-25T21:40:57.086Z[ recovery-image] Feb 25 21:40:56.883 INFO O| Feb 25 21:40:56.883 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85942026-02-25T21:40:57.086Z[ recovery-image] Feb 25 21:40:56.901 INFO O| Feb 25 21:40:56.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
85952026-02-25T21:40:57.086Z[ recovery-image] Feb 25 21:40:56.901 INFO O| Feb 25 21:40:56.901 INFO STEP 1067 (remove_files) COMPLETE
85962026-02-25T21:40:57.086Z[ recovery-image] Feb 25 21:40:56.901 INFO O| Feb 25 21:40:56.901 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
85972026-02-25T21:40:57.112Z[ recovery-image] Feb 25 21:40:56.919 INFO O| Feb 25 21:40:56.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
85982026-02-25T21:40:57.112Z[ recovery-image] Feb 25 21:40:56.919 INFO O| Feb 25 21:40:56.919 INFO STEP 1068 (remove_files) COMPLETE
85992026-02-25T21:40:57.112Z[ recovery-image] Feb 25 21:40:56.919 INFO O| Feb 25 21:40:56.919 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86002026-02-25T21:40:57.112Z[ recovery-image] Feb 25 21:40:56.935 INFO O| Feb 25 21:40:56.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
86012026-02-25T21:40:57.112Z[ recovery-image] Feb 25 21:40:56.935 INFO O| Feb 25 21:40:56.935 INFO STEP 1069 (remove_files) COMPLETE
86022026-02-25T21:40:57.140Z[ recovery-image] Feb 25 21:40:56.935 INFO O| Feb 25 21:40:56.935 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86032026-02-25T21:40:57.140Z[ recovery-image] Feb 25 21:40:56.954 INFO O| Feb 25 21:40:56.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
86042026-02-25T21:40:57.140Z[ recovery-image] Feb 25 21:40:56.955 INFO O| Feb 25 21:40:56.954 INFO STEP 1070 (remove_files) COMPLETE
86052026-02-25T21:40:57.140Z[ recovery-image] Feb 25 21:40:56.955 INFO O| Feb 25 21:40:56.955 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86062026-02-25T21:40:57.166Z[ recovery-image] Feb 25 21:40:56.972 INFO O| Feb 25 21:40:56.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
86072026-02-25T21:40:57.166Z[ recovery-image] Feb 25 21:40:56.972 INFO O| Feb 25 21:40:56.972 INFO STEP 1071 (remove_files) COMPLETE
86082026-02-25T21:40:57.166Z[ recovery-image] Feb 25 21:40:56.973 INFO O| Feb 25 21:40:56.972 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86092026-02-25T21:40:57.192Z[ recovery-image] Feb 25 21:40:56.992 INFO O| Feb 25 21:40:56.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
86102026-02-25T21:40:57.193Z[ recovery-image] Feb 25 21:40:56.993 INFO O| Feb 25 21:40:56.993 INFO STEP 1072 (remove_files) COMPLETE
86112026-02-25T21:40:57.193Z[ recovery-image] Feb 25 21:40:56.993 INFO O| Feb 25 21:40:56.993 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86122026-02-25T21:40:57.219Z[ recovery-image] Feb 25 21:40:57.016 INFO O| Feb 25 21:40:57.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
86132026-02-25T21:40:57.219Z[ recovery-image] Feb 25 21:40:57.016 INFO O| Feb 25 21:40:57.016 INFO STEP 1073 (remove_files) COMPLETE
86142026-02-25T21:40:57.220Z[ recovery-image] Feb 25 21:40:57.016 INFO O| Feb 25 21:40:57.016 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86152026-02-25T21:40:57.220Z[ recovery-image] Feb 25 21:40:57.039 INFO O| Feb 25 21:40:57.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
86162026-02-25T21:40:57.245Z[ recovery-image] Feb 25 21:40:57.039 INFO O| Feb 25 21:40:57.038 INFO STEP 1074 (remove_files) COMPLETE
86172026-02-25T21:40:57.245Z[ recovery-image] Feb 25 21:40:57.039 INFO O| Feb 25 21:40:57.038 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86182026-02-25T21:40:57.245Z[ recovery-image] Feb 25 21:40:57.062 INFO O| Feb 25 21:40:57.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
86192026-02-25T21:40:57.245Z[ recovery-image] Feb 25 21:40:57.062 INFO O| Feb 25 21:40:57.062 INFO STEP 1075 (remove_files) COMPLETE
86202026-02-25T21:40:57.245Z[ recovery-image] Feb 25 21:40:57.062 INFO O| Feb 25 21:40:57.062 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86212026-02-25T21:40:57.272Z[ recovery-image] Feb 25 21:40:57.085 INFO O| Feb 25 21:40:57.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
86222026-02-25T21:40:57.272Z[ recovery-image] Feb 25 21:40:57.085 INFO O| Feb 25 21:40:57.085 INFO STEP 1076 (remove_files) COMPLETE
86232026-02-25T21:40:57.272Z[ recovery-image] Feb 25 21:40:57.085 INFO O| Feb 25 21:40:57.085 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86242026-02-25T21:40:57.297Z[ recovery-image] Feb 25 21:40:57.101 INFO O| Feb 25 21:40:57.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
86252026-02-25T21:40:57.297Z[ recovery-image] Feb 25 21:40:57.101 INFO O| Feb 25 21:40:57.101 INFO STEP 1077 (remove_files) COMPLETE
86262026-02-25T21:40:57.297Z[ recovery-image] Feb 25 21:40:57.102 INFO O| Feb 25 21:40:57.101 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86272026-02-25T21:40:57.297Z[ recovery-image] Feb 25 21:40:57.118 INFO O| Feb 25 21:40:57.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
86282026-02-25T21:40:57.297Z[ recovery-image] Feb 25 21:40:57.118 INFO O| Feb 25 21:40:57.118 INFO STEP 1078 (remove_files) COMPLETE
86292026-02-25T21:40:57.297Z[ recovery-image] Feb 25 21:40:57.118 INFO O| Feb 25 21:40:57.118 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86302026-02-25T21:40:57.322Z[ recovery-image] Feb 25 21:40:57.133 INFO O| Feb 25 21:40:57.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
86312026-02-25T21:40:57.323Z[ recovery-image] Feb 25 21:40:57.133 INFO O| Feb 25 21:40:57.133 INFO STEP 1079 (remove_files) COMPLETE
86322026-02-25T21:40:57.323Z[ recovery-image] Feb 25 21:40:57.133 INFO O| Feb 25 21:40:57.133 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86332026-02-25T21:40:57.349Z[ recovery-image] Feb 25 21:40:57.153 INFO O| Feb 25 21:40:57.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
86342026-02-25T21:40:57.349Z[ recovery-image] Feb 25 21:40:57.153 INFO O| Feb 25 21:40:57.153 INFO STEP 1080 (remove_files) COMPLETE
86352026-02-25T21:40:57.349Z[ recovery-image] Feb 25 21:40:57.153 INFO O| Feb 25 21:40:57.153 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86362026-02-25T21:40:57.350Z[ recovery-image] Feb 25 21:40:57.173 INFO O| Feb 25 21:40:57.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
86372026-02-25T21:40:57.350Z[ recovery-image] Feb 25 21:40:57.173 INFO O| Feb 25 21:40:57.172 INFO STEP 1081 (remove_files) COMPLETE
86382026-02-25T21:40:57.350Z[ recovery-image] Feb 25 21:40:57.173 INFO O| Feb 25 21:40:57.172 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86392026-02-25T21:40:57.377Z[ recovery-image] Feb 25 21:40:57.189 INFO O| Feb 25 21:40:57.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
86402026-02-25T21:40:57.377Z[ recovery-image] Feb 25 21:40:57.190 INFO O| Feb 25 21:40:57.189 INFO STEP 1082 (remove_files) COMPLETE
86412026-02-25T21:40:57.377Z[ recovery-image] Feb 25 21:40:57.190 INFO O| Feb 25 21:40:57.190 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86422026-02-25T21:40:57.404Z[ recovery-image] Feb 25 21:40:57.205 INFO O| Feb 25 21:40:57.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
86432026-02-25T21:40:57.404Z[ recovery-image] Feb 25 21:40:57.205 INFO O| Feb 25 21:40:57.205 INFO STEP 1083 (remove_files) COMPLETE
86442026-02-25T21:40:57.404Z[ recovery-image] Feb 25 21:40:57.205 INFO O| Feb 25 21:40:57.205 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86452026-02-25T21:40:57.404Z[ recovery-image] Feb 25 21:40:57.221 INFO O| Feb 25 21:40:57.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
86462026-02-25T21:40:57.404Z[ recovery-image] Feb 25 21:40:57.221 INFO O| Feb 25 21:40:57.221 INFO STEP 1084 (remove_files) COMPLETE
86472026-02-25T21:40:57.404Z[ recovery-image] Feb 25 21:40:57.221 INFO O| Feb 25 21:40:57.221 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86482026-02-25T21:40:57.430Z[ recovery-image] Feb 25 21:40:57.241 INFO O| Feb 25 21:40:57.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
86492026-02-25T21:40:57.430Z[ recovery-image] Feb 25 21:40:57.241 INFO O| Feb 25 21:40:57.241 INFO STEP 1085 (remove_files) COMPLETE
86502026-02-25T21:40:57.430Z[ recovery-image] Feb 25 21:40:57.241 INFO O| Feb 25 21:40:57.241 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86512026-02-25T21:40:57.456Z[ recovery-image] Feb 25 21:40:57.259 INFO O| Feb 25 21:40:57.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
86522026-02-25T21:40:57.457Z[ recovery-image] Feb 25 21:40:57.259 INFO O| Feb 25 21:40:57.259 INFO STEP 1086 (remove_files) COMPLETE
86532026-02-25T21:40:57.457Z[ recovery-image] Feb 25 21:40:57.259 INFO O| Feb 25 21:40:57.259 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86542026-02-25T21:40:57.483Z[ recovery-image] Feb 25 21:40:57.278 INFO O| Feb 25 21:40:57.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
86552026-02-25T21:40:57.483Z[ recovery-image] Feb 25 21:40:57.278 INFO O| Feb 25 21:40:57.277 INFO STEP 1087 (remove_files) COMPLETE
86562026-02-25T21:40:57.483Z[ recovery-image] Feb 25 21:40:57.278 INFO O| Feb 25 21:40:57.277 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86572026-02-25T21:40:57.483Z[ recovery-image] Feb 25 21:40:57.303 INFO O| Feb 25 21:40:57.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
86582026-02-25T21:40:57.483Z[ recovery-image] Feb 25 21:40:57.303 INFO O| Feb 25 21:40:57.303 INFO STEP 1088 (remove_files) COMPLETE
86592026-02-25T21:40:57.483Z[ recovery-image] Feb 25 21:40:57.303 INFO O| Feb 25 21:40:57.303 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86602026-02-25T21:40:57.508Z[ recovery-image] Feb 25 21:40:57.323 INFO O| Feb 25 21:40:57.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
86612026-02-25T21:40:57.509Z[ recovery-image] Feb 25 21:40:57.323 INFO O| Feb 25 21:40:57.323 INFO STEP 1089 (remove_files) COMPLETE
86622026-02-25T21:40:57.509Z[ recovery-image] Feb 25 21:40:57.323 INFO O| Feb 25 21:40:57.323 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86632026-02-25T21:40:57.534Z[ recovery-image] Feb 25 21:40:57.341 INFO O| Feb 25 21:40:57.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
86642026-02-25T21:40:57.535Z[ recovery-image] Feb 25 21:40:57.341 INFO O| Feb 25 21:40:57.341 INFO STEP 1090 (remove_files) COMPLETE
86652026-02-25T21:40:57.535Z[ recovery-image] Feb 25 21:40:57.341 INFO O| Feb 25 21:40:57.341 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86662026-02-25T21:40:57.535Z[ recovery-image] Feb 25 21:40:57.356 INFO O| Feb 25 21:40:57.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
86672026-02-25T21:40:57.535Z[ recovery-image] Feb 25 21:40:57.356 INFO O| Feb 25 21:40:57.356 INFO STEP 1091 (remove_files) COMPLETE
86682026-02-25T21:40:57.535Z[ recovery-image] Feb 25 21:40:57.356 INFO O| Feb 25 21:40:57.356 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86692026-02-25T21:40:57.560Z[ recovery-image] Feb 25 21:40:57.378 INFO O| Feb 25 21:40:57.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
86702026-02-25T21:40:57.560Z[ recovery-image] Feb 25 21:40:57.379 INFO O| Feb 25 21:40:57.379 INFO STEP 1092 (remove_files) COMPLETE
86712026-02-25T21:40:57.561Z[ recovery-image] Feb 25 21:40:57.379 INFO O| Feb 25 21:40:57.379 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86722026-02-25T21:40:57.586Z[ recovery-image] Feb 25 21:40:57.397 INFO O| Feb 25 21:40:57.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
86732026-02-25T21:40:57.586Z[ recovery-image] Feb 25 21:40:57.398 INFO O| Feb 25 21:40:57.398 INFO STEP 1093 (remove_files) COMPLETE
86742026-02-25T21:40:57.586Z[ recovery-image] Feb 25 21:40:57.398 INFO O| Feb 25 21:40:57.398 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86752026-02-25T21:40:57.612Z[ recovery-image] Feb 25 21:40:57.421 INFO O| Feb 25 21:40:57.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
86762026-02-25T21:40:57.612Z[ recovery-image] Feb 25 21:40:57.422 INFO O| Feb 25 21:40:57.421 INFO STEP 1094 (remove_files) COMPLETE
86772026-02-25T21:40:57.612Z[ recovery-image] Feb 25 21:40:57.422 INFO O| Feb 25 21:40:57.421 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86782026-02-25T21:40:57.637Z[ recovery-image] Feb 25 21:40:57.443 INFO O| Feb 25 21:40:57.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
86792026-02-25T21:40:57.637Z[ recovery-image] Feb 25 21:40:57.444 INFO O| Feb 25 21:40:57.444 INFO STEP 1095 (remove_files) COMPLETE
86802026-02-25T21:40:57.638Z[ recovery-image] Feb 25 21:40:57.444 INFO O| Feb 25 21:40:57.444 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86812026-02-25T21:40:57.663Z[ recovery-image] Feb 25 21:40:57.467 INFO O| Feb 25 21:40:57.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
86822026-02-25T21:40:57.663Z[ recovery-image] Feb 25 21:40:57.467 INFO O| Feb 25 21:40:57.467 INFO STEP 1096 (remove_files) COMPLETE
86832026-02-25T21:40:57.663Z[ recovery-image] Feb 25 21:40:57.467 INFO O| Feb 25 21:40:57.467 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86842026-02-25T21:40:57.689Z[ recovery-image] Feb 25 21:40:57.487 INFO O| Feb 25 21:40:57.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
86852026-02-25T21:40:57.689Z[ recovery-image] Feb 25 21:40:57.487 INFO O| Feb 25 21:40:57.487 INFO STEP 1097 (remove_files) COMPLETE
86862026-02-25T21:40:57.689Z[ recovery-image] Feb 25 21:40:57.487 INFO O| Feb 25 21:40:57.487 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86872026-02-25T21:40:57.689Z[ recovery-image] Feb 25 21:40:57.504 INFO O| Feb 25 21:40:57.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
86882026-02-25T21:40:57.689Z[ recovery-image] Feb 25 21:40:57.504 INFO O| Feb 25 21:40:57.504 INFO STEP 1098 (remove_files) COMPLETE
86892026-02-25T21:40:57.689Z[ recovery-image] Feb 25 21:40:57.504 INFO O| Feb 25 21:40:57.504 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86902026-02-25T21:40:57.715Z[ recovery-image] Feb 25 21:40:57.520 INFO O| Feb 25 21:40:57.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
86912026-02-25T21:40:57.715Z[ recovery-image] Feb 25 21:40:57.520 INFO O| Feb 25 21:40:57.520 INFO STEP 1099 (remove_files) COMPLETE
86922026-02-25T21:40:57.715Z[ recovery-image] Feb 25 21:40:57.520 INFO O| Feb 25 21:40:57.520 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86932026-02-25T21:40:57.740Z[ recovery-image] Feb 25 21:40:57.540 INFO O| Feb 25 21:40:57.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
86942026-02-25T21:40:57.740Z[ recovery-image] Feb 25 21:40:57.541 INFO O| Feb 25 21:40:57.541 INFO STEP 1100 (remove_files) COMPLETE
86952026-02-25T21:40:57.740Z[ recovery-image] Feb 25 21:40:57.541 INFO O| Feb 25 21:40:57.541 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86962026-02-25T21:40:57.740Z[ recovery-image] Feb 25 21:40:57.554 INFO O| Feb 25 21:40:57.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
86972026-02-25T21:40:57.740Z[ recovery-image] Feb 25 21:40:57.554 INFO O| Feb 25 21:40:57.554 INFO STEP 1101 (remove_files) COMPLETE
86982026-02-25T21:40:57.740Z[ recovery-image] Feb 25 21:40:57.554 INFO O| Feb 25 21:40:57.554 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
86992026-02-25T21:40:57.766Z[ recovery-image] Feb 25 21:40:57.572 INFO O| Feb 25 21:40:57.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
87002026-02-25T21:40:57.766Z[ recovery-image] Feb 25 21:40:57.572 INFO O| Feb 25 21:40:57.572 INFO STEP 1102 (remove_files) COMPLETE
87012026-02-25T21:40:57.766Z[ recovery-image] Feb 25 21:40:57.572 INFO O| Feb 25 21:40:57.572 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87022026-02-25T21:40:57.766Z[ recovery-image] Feb 25 21:40:57.587 INFO O| Feb 25 21:40:57.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
87032026-02-25T21:40:57.766Z[ recovery-image] Feb 25 21:40:57.587 INFO O| Feb 25 21:40:57.587 INFO STEP 1103 (remove_files) COMPLETE
87042026-02-25T21:40:57.766Z[ recovery-image] Feb 25 21:40:57.587 INFO O| Feb 25 21:40:57.587 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87052026-02-25T21:40:57.794Z[ recovery-image] Feb 25 21:40:57.605 INFO O| Feb 25 21:40:57.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
87062026-02-25T21:40:57.794Z[ recovery-image] Feb 25 21:40:57.605 INFO O| Feb 25 21:40:57.605 INFO STEP 1104 (remove_files) COMPLETE
87072026-02-25T21:40:57.794Z[ recovery-image] Feb 25 21:40:57.605 INFO O| Feb 25 21:40:57.605 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87082026-02-25T21:40:57.822Z[ recovery-image] Feb 25 21:40:57.621 INFO O| Feb 25 21:40:57.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
87092026-02-25T21:40:57.822Z[ recovery-image] Feb 25 21:40:57.621 INFO O| Feb 25 21:40:57.621 INFO STEP 1105 (remove_files) COMPLETE
87102026-02-25T21:40:57.822Z[ recovery-image] Feb 25 21:40:57.621 INFO O| Feb 25 21:40:57.621 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87112026-02-25T21:40:57.822Z[ recovery-image] Feb 25 21:40:57.638 INFO O| Feb 25 21:40:57.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
87122026-02-25T21:40:57.822Z[ recovery-image] Feb 25 21:40:57.638 INFO O| Feb 25 21:40:57.638 INFO STEP 1106 (remove_files) COMPLETE
87132026-02-25T21:40:57.822Z[ recovery-image] Feb 25 21:40:57.638 INFO O| Feb 25 21:40:57.638 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87142026-02-25T21:40:57.850Z[ recovery-image] Feb 25 21:40:57.656 INFO O| Feb 25 21:40:57.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
87152026-02-25T21:40:57.850Z[ recovery-image] Feb 25 21:40:57.657 INFO O| Feb 25 21:40:57.657 INFO STEP 1107 (remove_files) COMPLETE
87162026-02-25T21:40:57.850Z[ recovery-image] Feb 25 21:40:57.657 INFO O| Feb 25 21:40:57.657 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87172026-02-25T21:40:57.876Z[ recovery-image] Feb 25 21:40:57.680 INFO O| Feb 25 21:40:57.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
87182026-02-25T21:40:57.876Z[ recovery-image] Feb 25 21:40:57.680 INFO O| Feb 25 21:40:57.680 INFO STEP 1108 (remove_files) COMPLETE
87192026-02-25T21:40:57.876Z[ recovery-image] Feb 25 21:40:57.680 INFO O| Feb 25 21:40:57.680 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87202026-02-25T21:40:57.876Z[ recovery-image] Feb 25 21:40:57.698 INFO O| Feb 25 21:40:57.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
87212026-02-25T21:40:57.876Z[ recovery-image] Feb 25 21:40:57.698 INFO O| Feb 25 21:40:57.698 INFO STEP 1109 (remove_files) COMPLETE
87222026-02-25T21:40:57.903Z[ recovery-image] Feb 25 21:40:57.698 INFO O| Feb 25 21:40:57.698 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87232026-02-25T21:40:57.903Z[ recovery-image] Feb 25 21:40:57.712 INFO O| Feb 25 21:40:57.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
87242026-02-25T21:40:57.903Z[ recovery-image] Feb 25 21:40:57.712 INFO O| Feb 25 21:40:57.712 INFO STEP 1110 (remove_files) COMPLETE
87252026-02-25T21:40:57.903Z[ recovery-image] Feb 25 21:40:57.712 INFO O| Feb 25 21:40:57.712 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87262026-02-25T21:40:57.930Z[ recovery-image] Feb 25 21:40:57.731 INFO O| Feb 25 21:40:57.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
87272026-02-25T21:40:57.930Z[ recovery-image] Feb 25 21:40:57.732 INFO O| Feb 25 21:40:57.731 INFO STEP 1111 (remove_files) COMPLETE
87282026-02-25T21:40:57.931Z[ recovery-image] Feb 25 21:40:57.732 INFO O| Feb 25 21:40:57.732 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87292026-02-25T21:40:57.931Z[ recovery-image] Feb 25 21:40:57.749 INFO O| Feb 25 21:40:57.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
87302026-02-25T21:40:57.931Z[ recovery-image] Feb 25 21:40:57.749 INFO O| Feb 25 21:40:57.749 INFO STEP 1112 (remove_files) COMPLETE
87312026-02-25T21:40:57.931Z[ recovery-image] Feb 25 21:40:57.749 INFO O| Feb 25 21:40:57.749 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87322026-02-25T21:40:57.957Z[ recovery-image] Feb 25 21:40:57.771 INFO O| Feb 25 21:40:57.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
87332026-02-25T21:40:57.957Z[ recovery-image] Feb 25 21:40:57.771 INFO O| Feb 25 21:40:57.770 INFO STEP 1113 (remove_files) COMPLETE
87342026-02-25T21:40:57.957Z[ recovery-image] Feb 25 21:40:57.771 INFO O| Feb 25 21:40:57.770 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87352026-02-25T21:40:57.983Z[ recovery-image] Feb 25 21:40:57.794 INFO O| Feb 25 21:40:57.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
87362026-02-25T21:40:57.983Z[ recovery-image] Feb 25 21:40:57.794 INFO O| Feb 25 21:40:57.793 INFO STEP 1114 (remove_files) COMPLETE
87372026-02-25T21:40:57.983Z[ recovery-image] Feb 25 21:40:57.794 INFO O| Feb 25 21:40:57.793 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87382026-02-25T21:40:58.009Z[ recovery-image] Feb 25 21:40:57.816 INFO O| Feb 25 21:40:57.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
87392026-02-25T21:40:58.009Z[ recovery-image] Feb 25 21:40:57.816 INFO O| Feb 25 21:40:57.816 INFO STEP 1115 (remove_files) COMPLETE
87402026-02-25T21:40:58.009Z[ recovery-image] Feb 25 21:40:57.816 INFO O| Feb 25 21:40:57.816 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87412026-02-25T21:40:58.035Z[ recovery-image] Feb 25 21:40:57.840 INFO O| Feb 25 21:40:57.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
87422026-02-25T21:40:58.037Z[ recovery-image] Feb 25 21:40:57.840 INFO O| Feb 25 21:40:57.840 INFO STEP 1116 (remove_files) COMPLETE
87432026-02-25T21:40:58.037Z[ recovery-image] Feb 25 21:40:57.840 INFO O| Feb 25 21:40:57.840 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87442026-02-25T21:40:58.063Z[ recovery-image] Feb 25 21:40:57.865 INFO O| Feb 25 21:40:57.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
87452026-02-25T21:40:58.063Z[ recovery-image] Feb 25 21:40:57.865 INFO O| Feb 25 21:40:57.865 INFO STEP 1117 (remove_files) COMPLETE
87462026-02-25T21:40:58.063Z[ recovery-image] Feb 25 21:40:57.865 INFO O| Feb 25 21:40:57.865 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87472026-02-25T21:40:58.063Z[ recovery-image] Feb 25 21:40:57.880 INFO O| Feb 25 21:40:57.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
87482026-02-25T21:40:58.063Z[ recovery-image] Feb 25 21:40:57.880 INFO O| Feb 25 21:40:57.880 INFO STEP 1118 (remove_files) COMPLETE
87492026-02-25T21:40:58.063Z[ recovery-image] Feb 25 21:40:57.880 INFO O| Feb 25 21:40:57.880 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87502026-02-25T21:40:58.089Z[ recovery-image] Feb 25 21:40:57.894 INFO O| Feb 25 21:40:57.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
87512026-02-25T21:40:58.089Z[ recovery-image] Feb 25 21:40:57.894 INFO O| Feb 25 21:40:57.894 INFO STEP 1119 (remove_files) COMPLETE
87522026-02-25T21:40:58.089Z[ recovery-image] Feb 25 21:40:57.894 INFO O| Feb 25 21:40:57.894 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87532026-02-25T21:40:58.090Z[ recovery-image] Feb 25 21:40:57.910 INFO O| Feb 25 21:40:57.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
87542026-02-25T21:40:58.090Z[ recovery-image] Feb 25 21:40:57.910 INFO O| Feb 25 21:40:57.910 INFO STEP 1120 (remove_files) COMPLETE
87552026-02-25T21:40:58.090Z[ recovery-image] Feb 25 21:40:57.910 INFO O| Feb 25 21:40:57.910 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87562026-02-25T21:40:58.116Z[ recovery-image] Feb 25 21:40:57.934 INFO O| Feb 25 21:40:57.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
87572026-02-25T21:40:58.118Z[ recovery-image] Feb 25 21:40:57.934 INFO O| Feb 25 21:40:57.934 INFO STEP 1121 (remove_files) COMPLETE
87582026-02-25T21:40:58.118Z[ recovery-image] Feb 25 21:40:57.934 INFO O| Feb 25 21:40:57.934 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87592026-02-25T21:40:58.144Z[ recovery-image] Feb 25 21:40:57.960 INFO O| Feb 25 21:40:57.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
87602026-02-25T21:40:58.144Z[ recovery-image] Feb 25 21:40:57.961 INFO O| Feb 25 21:40:57.960 INFO STEP 1122 (remove_files) COMPLETE
87612026-02-25T21:40:58.144Z[ recovery-image] Feb 25 21:40:57.961 INFO O| Feb 25 21:40:57.960 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87622026-02-25T21:40:58.170Z[ recovery-image] Feb 25 21:40:57.980 INFO O| Feb 25 21:40:57.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
87632026-02-25T21:40:58.171Z[ recovery-image] Feb 25 21:40:57.980 INFO O| Feb 25 21:40:57.980 INFO STEP 1123 (remove_files) COMPLETE
87642026-02-25T21:40:58.171Z[ recovery-image] Feb 25 21:40:57.980 INFO O| Feb 25 21:40:57.980 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87652026-02-25T21:40:58.196Z[ recovery-image] Feb 25 21:40:58.003 INFO O| Feb 25 21:40:58.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
87662026-02-25T21:40:58.197Z[ recovery-image] Feb 25 21:40:58.003 INFO O| Feb 25 21:40:58.003 INFO STEP 1124 (remove_files) COMPLETE
87672026-02-25T21:40:58.197Z[ recovery-image] Feb 25 21:40:58.003 INFO O| Feb 25 21:40:58.003 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87682026-02-25T21:40:58.222Z[ recovery-image] Feb 25 21:40:58.026 INFO O| Feb 25 21:40:58.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
87692026-02-25T21:40:58.223Z[ recovery-image] Feb 25 21:40:58.026 INFO O| Feb 25 21:40:58.026 INFO STEP 1125 (remove_files) COMPLETE
87702026-02-25T21:40:58.223Z[ recovery-image] Feb 25 21:40:58.026 INFO O| Feb 25 21:40:58.026 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87712026-02-25T21:40:58.249Z[ recovery-image] Feb 25 21:40:58.046 INFO O| Feb 25 21:40:58.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
87722026-02-25T21:40:58.249Z[ recovery-image] Feb 25 21:40:58.047 INFO O| Feb 25 21:40:58.047 INFO STEP 1126 (remove_files) COMPLETE
87732026-02-25T21:40:58.249Z[ recovery-image] Feb 25 21:40:58.047 INFO O| Feb 25 21:40:58.047 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87742026-02-25T21:40:58.249Z[ recovery-image] Feb 25 21:40:58.065 INFO O| Feb 25 21:40:58.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
87752026-02-25T21:40:58.249Z[ recovery-image] Feb 25 21:40:58.065 INFO O| Feb 25 21:40:58.065 INFO STEP 1127 (remove_files) COMPLETE
87762026-02-25T21:40:58.249Z[ recovery-image] Feb 25 21:40:58.065 INFO O| Feb 25 21:40:58.065 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87772026-02-25T21:40:58.276Z[ recovery-image] Feb 25 21:40:58.081 INFO O| Feb 25 21:40:58.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
87782026-02-25T21:40:58.276Z[ recovery-image] Feb 25 21:40:58.081 INFO O| Feb 25 21:40:58.081 INFO STEP 1128 (remove_files) COMPLETE
87792026-02-25T21:40:58.276Z[ recovery-image] Feb 25 21:40:58.081 INFO O| Feb 25 21:40:58.081 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87802026-02-25T21:40:58.368Z[ recovery-image] Feb 25 21:40:58.102 INFO O| Feb 25 21:40:58.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
87812026-02-25T21:40:58.368Z[ recovery-image] Feb 25 21:40:58.102 INFO O| Feb 25 21:40:58.102 INFO STEP 1129 (remove_files) COMPLETE
87822026-02-25T21:40:58.368Z[ recovery-image] Feb 25 21:40:58.102 INFO O| Feb 25 21:40:58.102 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87832026-02-25T21:40:58.368Z[ recovery-image] Feb 25 21:40:58.118 INFO O| Feb 25 21:40:58.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
87842026-02-25T21:40:58.368Z[ recovery-image] Feb 25 21:40:58.118 INFO O| Feb 25 21:40:58.118 INFO STEP 1130 (remove_files) COMPLETE
87852026-02-25T21:40:58.368Z[ recovery-image] Feb 25 21:40:58.118 INFO O| Feb 25 21:40:58.118 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87862026-02-25T21:40:58.368Z[ recovery-image] Feb 25 21:40:58.137 INFO O| Feb 25 21:40:58.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
87872026-02-25T21:40:58.368Z[ recovery-image] Feb 25 21:40:58.137 INFO O| Feb 25 21:40:58.137 INFO STEP 1131 (remove_files) COMPLETE
87882026-02-25T21:40:58.368Z[ recovery-image] Feb 25 21:40:58.137 INFO O| Feb 25 21:40:58.137 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87892026-02-25T21:40:58.369Z[ recovery-image] Feb 25 21:40:58.161 INFO O| Feb 25 21:40:58.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
87902026-02-25T21:40:58.369Z[ recovery-image] Feb 25 21:40:58.161 INFO O| Feb 25 21:40:58.161 INFO STEP 1132 (remove_files) COMPLETE
87912026-02-25T21:40:58.369Z[ recovery-image] Feb 25 21:40:58.161 INFO O| Feb 25 21:40:58.161 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87922026-02-25T21:40:58.369Z[ recovery-image] Feb 25 21:40:58.179 INFO O| Feb 25 21:40:58.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
87932026-02-25T21:40:58.369Z[ recovery-image] Feb 25 21:40:58.179 INFO O| Feb 25 21:40:58.179 INFO STEP 1133 (remove_files) COMPLETE
87942026-02-25T21:40:58.369Z[ recovery-image] Feb 25 21:40:58.179 INFO O| Feb 25 21:40:58.179 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87952026-02-25T21:40:58.395Z[ recovery-image] Feb 25 21:40:58.197 INFO O| Feb 25 21:40:58.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
87962026-02-25T21:40:58.396Z[ recovery-image] Feb 25 21:40:58.197 INFO O| Feb 25 21:40:58.196 INFO STEP 1134 (remove_files) COMPLETE
87972026-02-25T21:40:58.396Z[ recovery-image] Feb 25 21:40:58.197 INFO O| Feb 25 21:40:58.197 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
87982026-02-25T21:40:58.423Z[ recovery-image] Feb 25 21:40:58.221 INFO O| Feb 25 21:40:58.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
87992026-02-25T21:40:58.423Z[ recovery-image] Feb 25 21:40:58.221 INFO O| Feb 25 21:40:58.220 INFO STEP 1135 (remove_files) COMPLETE
88002026-02-25T21:40:58.424Z[ recovery-image] Feb 25 21:40:58.221 INFO O| Feb 25 21:40:58.221 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88012026-02-25T21:40:58.424Z[ recovery-image] Feb 25 21:40:58.240 INFO O| Feb 25 21:40:58.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
88022026-02-25T21:40:58.424Z[ recovery-image] Feb 25 21:40:58.240 INFO O| Feb 25 21:40:58.240 INFO STEP 1136 (remove_files) COMPLETE
88032026-02-25T21:40:58.424Z[ recovery-image] Feb 25 21:40:58.240 INFO O| Feb 25 21:40:58.240 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88042026-02-25T21:40:58.450Z[ recovery-image] Feb 25 21:40:58.262 INFO O| Feb 25 21:40:58.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
88052026-02-25T21:40:58.450Z[ recovery-image] Feb 25 21:40:58.262 INFO O| Feb 25 21:40:58.262 INFO STEP 1137 (remove_files) COMPLETE
88062026-02-25T21:40:58.450Z[ recovery-image] Feb 25 21:40:58.263 INFO O| Feb 25 21:40:58.262 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88072026-02-25T21:40:58.476Z[ recovery-image] Feb 25 21:40:58.280 INFO O| Feb 25 21:40:58.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
88082026-02-25T21:40:58.476Z[ recovery-image] Feb 25 21:40:58.280 INFO O| Feb 25 21:40:58.280 INFO STEP 1138 (remove_files) COMPLETE
88092026-02-25T21:40:58.476Z[ recovery-image] Feb 25 21:40:58.280 INFO O| Feb 25 21:40:58.280 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88102026-02-25T21:40:58.502Z[ recovery-image] Feb 25 21:40:58.300 INFO O| Feb 25 21:40:58.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
88112026-02-25T21:40:58.502Z[ recovery-image] Feb 25 21:40:58.300 INFO O| Feb 25 21:40:58.299 INFO STEP 1139 (remove_files) COMPLETE
88122026-02-25T21:40:58.502Z[ recovery-image] Feb 25 21:40:58.300 INFO O| Feb 25 21:40:58.299 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88132026-02-25T21:40:58.503Z[ recovery-image] Feb 25 21:40:58.317 INFO O| Feb 25 21:40:58.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
88142026-02-25T21:40:58.503Z[ recovery-image] Feb 25 21:40:58.317 INFO O| Feb 25 21:40:58.316 INFO STEP 1140 (remove_files) COMPLETE
88152026-02-25T21:40:58.505Z[ recovery-image] Feb 25 21:40:58.317 INFO O| Feb 25 21:40:58.316 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88162026-02-25T21:40:58.531Z[ recovery-image] Feb 25 21:40:58.333 INFO O| Feb 25 21:40:58.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
88172026-02-25T21:40:58.531Z[ recovery-image] Feb 25 21:40:58.334 INFO O| Feb 25 21:40:58.333 INFO STEP 1141 (remove_files) COMPLETE
88182026-02-25T21:40:58.531Z[ recovery-image] Feb 25 21:40:58.334 INFO O| Feb 25 21:40:58.334 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88192026-02-25T21:40:58.557Z[ recovery-image] Feb 25 21:40:58.357 INFO O| Feb 25 21:40:58.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
88202026-02-25T21:40:58.557Z[ recovery-image] Feb 25 21:40:58.357 INFO O| Feb 25 21:40:58.357 INFO STEP 1142 (remove_files) COMPLETE
88212026-02-25T21:40:58.557Z[ recovery-image] Feb 25 21:40:58.357 INFO O| Feb 25 21:40:58.357 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88222026-02-25T21:40:58.557Z[ recovery-image] Feb 25 21:40:58.378 INFO O| Feb 25 21:40:58.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
88232026-02-25T21:40:58.557Z[ recovery-image] Feb 25 21:40:58.378 INFO O| Feb 25 21:40:58.378 INFO STEP 1143 (remove_files) COMPLETE
88242026-02-25T21:40:58.557Z[ recovery-image] Feb 25 21:40:58.378 INFO O| Feb 25 21:40:58.378 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88252026-02-25T21:40:58.583Z[ recovery-image] Feb 25 21:40:58.398 INFO O| Feb 25 21:40:58.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
88262026-02-25T21:40:58.583Z[ recovery-image] Feb 25 21:40:58.398 INFO O| Feb 25 21:40:58.398 INFO STEP 1144 (remove_files) COMPLETE
88272026-02-25T21:40:58.583Z[ recovery-image] Feb 25 21:40:58.398 INFO O| Feb 25 21:40:58.398 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88282026-02-25T21:40:58.609Z[ recovery-image] Feb 25 21:40:58.415 INFO O| Feb 25 21:40:58.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
88292026-02-25T21:40:58.609Z[ recovery-image] Feb 25 21:40:58.415 INFO O| Feb 25 21:40:58.415 INFO STEP 1145 (remove_files) COMPLETE
88302026-02-25T21:40:58.609Z[ recovery-image] Feb 25 21:40:58.415 INFO O| Feb 25 21:40:58.415 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88312026-02-25T21:40:58.634Z[ recovery-image] Feb 25 21:40:58.438 INFO O| Feb 25 21:40:58.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
88322026-02-25T21:40:58.634Z[ recovery-image] Feb 25 21:40:58.438 INFO O| Feb 25 21:40:58.438 INFO STEP 1146 (remove_files) COMPLETE
88332026-02-25T21:40:58.634Z[ recovery-image] Feb 25 21:40:58.438 INFO O| Feb 25 21:40:58.438 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88342026-02-25T21:40:58.660Z[ recovery-image] Feb 25 21:40:58.460 INFO O| Feb 25 21:40:58.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
88352026-02-25T21:40:58.660Z[ recovery-image] Feb 25 21:40:58.460 INFO O| Feb 25 21:40:58.460 INFO STEP 1147 (remove_files) COMPLETE
88362026-02-25T21:40:58.660Z[ recovery-image] Feb 25 21:40:58.460 INFO O| Feb 25 21:40:58.460 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88372026-02-25T21:40:58.660Z[ recovery-image] Feb 25 21:40:58.478 INFO O| Feb 25 21:40:58.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
88382026-02-25T21:40:58.660Z[ recovery-image] Feb 25 21:40:58.478 INFO O| Feb 25 21:40:58.478 INFO STEP 1148 (remove_files) COMPLETE
88392026-02-25T21:40:58.660Z[ recovery-image] Feb 25 21:40:58.478 INFO O| Feb 25 21:40:58.478 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88402026-02-25T21:40:58.685Z[ recovery-image] Feb 25 21:40:58.498 INFO O| Feb 25 21:40:58.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
88412026-02-25T21:40:58.685Z[ recovery-image] Feb 25 21:40:58.498 INFO O| Feb 25 21:40:58.498 INFO STEP 1149 (remove_files) COMPLETE
88422026-02-25T21:40:58.686Z[ recovery-image] Feb 25 21:40:58.498 INFO O| Feb 25 21:40:58.498 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88432026-02-25T21:40:58.712Z[ recovery-image] Feb 25 21:40:58.514 INFO O| Feb 25 21:40:58.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
88442026-02-25T21:40:58.712Z[ recovery-image] Feb 25 21:40:58.514 INFO O| Feb 25 21:40:58.514 INFO STEP 1150 (remove_files) COMPLETE
88452026-02-25T21:40:58.712Z[ recovery-image] Feb 25 21:40:58.514 INFO O| Feb 25 21:40:58.514 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88462026-02-25T21:40:58.712Z[ recovery-image] Feb 25 21:40:58.530 INFO O| Feb 25 21:40:58.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
88472026-02-25T21:40:58.712Z[ recovery-image] Feb 25 21:40:58.531 INFO O| Feb 25 21:40:58.530 INFO STEP 1151 (remove_files) COMPLETE
88482026-02-25T21:40:58.712Z[ recovery-image] Feb 25 21:40:58.531 INFO O| Feb 25 21:40:58.530 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88492026-02-25T21:40:58.738Z[ recovery-image] Feb 25 21:40:58.547 INFO O| Feb 25 21:40:58.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
88502026-02-25T21:40:58.738Z[ recovery-image] Feb 25 21:40:58.548 INFO O| Feb 25 21:40:58.548 INFO STEP 1152 (remove_files) COMPLETE
88512026-02-25T21:40:58.738Z[ recovery-image] Feb 25 21:40:58.548 INFO O| Feb 25 21:40:58.548 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88522026-02-25T21:40:58.763Z[ recovery-image] Feb 25 21:40:58.562 INFO O| Feb 25 21:40:58.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
88532026-02-25T21:40:58.763Z[ recovery-image] Feb 25 21:40:58.562 INFO O| Feb 25 21:40:58.562 INFO STEP 1153 (remove_files) COMPLETE
88542026-02-25T21:40:58.763Z[ recovery-image] Feb 25 21:40:58.562 INFO O| Feb 25 21:40:58.562 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88552026-02-25T21:40:58.765Z[ recovery-image] Feb 25 21:40:58.578 INFO O| Feb 25 21:40:58.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
88562026-02-25T21:40:58.765Z[ recovery-image] Feb 25 21:40:58.578 INFO O| Feb 25 21:40:58.577 INFO STEP 1154 (remove_files) COMPLETE
88572026-02-25T21:40:58.765Z[ recovery-image] Feb 25 21:40:58.578 INFO O| Feb 25 21:40:58.578 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88582026-02-25T21:40:58.791Z[ recovery-image] Feb 25 21:40:58.594 INFO O| Feb 25 21:40:58.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
88592026-02-25T21:40:58.791Z[ recovery-image] Feb 25 21:40:58.594 INFO O| Feb 25 21:40:58.594 INFO STEP 1155 (remove_files) COMPLETE
88602026-02-25T21:40:58.791Z[ recovery-image] Feb 25 21:40:58.594 INFO O| Feb 25 21:40:58.594 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88612026-02-25T21:40:58.817Z[ recovery-image] Feb 25 21:40:58.615 INFO O| Feb 25 21:40:58.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
88622026-02-25T21:40:58.817Z[ recovery-image] Feb 25 21:40:58.615 INFO O| Feb 25 21:40:58.615 INFO STEP 1156 (remove_files) COMPLETE
88632026-02-25T21:40:58.817Z[ recovery-image] Feb 25 21:40:58.615 INFO O| Feb 25 21:40:58.615 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88642026-02-25T21:40:58.817Z[ recovery-image] Feb 25 21:40:58.635 INFO O| Feb 25 21:40:58.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
88652026-02-25T21:40:58.817Z[ recovery-image] Feb 25 21:40:58.636 INFO O| Feb 25 21:40:58.636 INFO STEP 1157 (remove_files) COMPLETE
88662026-02-25T21:40:58.817Z[ recovery-image] Feb 25 21:40:58.636 INFO O| Feb 25 21:40:58.636 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88672026-02-25T21:40:58.843Z[ recovery-image] Feb 25 21:40:58.652 INFO O| Feb 25 21:40:58.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
88682026-02-25T21:40:58.843Z[ recovery-image] Feb 25 21:40:58.652 INFO O| Feb 25 21:40:58.652 INFO STEP 1158 (remove_files) COMPLETE
88692026-02-25T21:40:58.844Z[ recovery-image] Feb 25 21:40:58.652 INFO O| Feb 25 21:40:58.652 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88702026-02-25T21:40:58.872Z[ recovery-image] Feb 25 21:40:58.667 INFO O| Feb 25 21:40:58.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
88712026-02-25T21:40:58.872Z[ recovery-image] Feb 25 21:40:58.667 INFO O| Feb 25 21:40:58.667 INFO STEP 1159 (remove_files) COMPLETE
88722026-02-25T21:40:58.872Z[ recovery-image] Feb 25 21:40:58.667 INFO O| Feb 25 21:40:58.667 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88732026-02-25T21:40:58.872Z[ recovery-image] Feb 25 21:40:58.686 INFO O| Feb 25 21:40:58.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
88742026-02-25T21:40:58.872Z[ recovery-image] Feb 25 21:40:58.686 INFO O| Feb 25 21:40:58.686 INFO STEP 1160 (remove_files) COMPLETE
88752026-02-25T21:40:58.872Z[ recovery-image] Feb 25 21:40:58.686 INFO O| Feb 25 21:40:58.686 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88762026-02-25T21:40:58.897Z[ recovery-image] Feb 25 21:40:58.713 INFO O| Feb 25 21:40:58.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
88772026-02-25T21:40:58.897Z[ recovery-image] Feb 25 21:40:58.713 INFO O| Feb 25 21:40:58.713 INFO STEP 1161 (remove_files) COMPLETE
88782026-02-25T21:40:58.897Z[ recovery-image] Feb 25 21:40:58.713 INFO O| Feb 25 21:40:58.713 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88792026-02-25T21:40:58.922Z[ recovery-image] Feb 25 21:40:58.736 INFO O| Feb 25 21:40:58.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
88802026-02-25T21:40:58.923Z[ recovery-image] Feb 25 21:40:58.737 INFO O| Feb 25 21:40:58.737 INFO STEP 1162 (remove_files) COMPLETE
88812026-02-25T21:40:58.923Z[ recovery-image] Feb 25 21:40:58.737 INFO O| Feb 25 21:40:58.737 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88822026-02-25T21:40:58.948Z[ recovery-image] Feb 25 21:40:58.757 INFO O| Feb 25 21:40:58.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
88832026-02-25T21:40:58.948Z[ recovery-image] Feb 25 21:40:58.757 INFO O| Feb 25 21:40:58.757 INFO STEP 1163 (remove_files) COMPLETE
88842026-02-25T21:40:58.948Z[ recovery-image] Feb 25 21:40:58.757 INFO O| Feb 25 21:40:58.757 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88852026-02-25T21:40:58.973Z[ recovery-image] Feb 25 21:40:58.778 INFO O| Feb 25 21:40:58.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
88862026-02-25T21:40:58.974Z[ recovery-image] Feb 25 21:40:58.779 INFO O| Feb 25 21:40:58.779 INFO STEP 1164 (remove_files) COMPLETE
88872026-02-25T21:40:58.974Z[ recovery-image] Feb 25 21:40:58.779 INFO O| Feb 25 21:40:58.779 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
88882026-02-25T21:40:58.974Z[ recovery-image] Feb 25 21:40:58.794 INFO O| Feb 25 21:40:58.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
88892026-02-25T21:40:58.974Z[ recovery-image] Feb 25 21:40:58.794 INFO O| Feb 25 21:40:58.794 INFO STEP 1165 (remove_files) COMPLETE
88902026-02-25T21:40:58.974Z[ recovery-image] Feb 25 21:40:58.794 INFO O| Feb 25 21:40:58.794 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
88912026-02-25T21:40:59.002Z[ recovery-image] Feb 25 21:40:58.817 INFO O| Feb 25 21:40:58.817 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
88922026-02-25T21:40:59.002Z[ recovery-image] Feb 25 21:40:58.817 INFO O| Feb 25 21:40:58.817 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
88932026-02-25T21:41:00.516Z[ recovery-image] Feb 25 21:41:00.337 INFO O| Feb 25 21:41:00.337 INFO STEP 1166 (pack_tar) COMPLETE
88942026-02-25T21:41:00.571Z[ recovery-image] Feb 25 21:41:00.337 INFO O| Feb 25 21:41:00.337 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
88952026-02-25T21:41:00.571Z[ recovery-image] Feb 25 21:41:00.337 INFO O| Feb 25 21:41:00.337 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
88962026-02-25T21:41:00.707Z[ recovery-image] Feb 25 21:41:00.530 INFO O| Feb 25 21:41:00.529 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
88972026-02-25T21:41:00.779Z[ host-image] Feb 25 21:41:00.602 INFO O| Feb 25 21:41:00.602 INFO STEP 1 (unpack_tar) COMPLETE
88982026-02-25T21:41:00.779Z[ host-image] Feb 25 21:41:00.602 INFO O| Feb 25 21:41:00.602 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88992026-02-25T21:41:00.804Z[ recovery-image] Feb 25 21:41:00.616 INFO O| Feb 25 21:41:00.616 INFO completed processing sled/ramdisk-03-recovery-trim
89002026-02-25T21:41:00.805Z[ recovery-image] Feb 25 21:41:00.623 INFO image builder template: zfs-recovery...
89012026-02-25T21:41:00.805Z[ host-image] Feb 25 21:41:00.623 INFO O| Feb 25 21:41:00.623 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
89022026-02-25T21:41:00.805Z[ recovery-image] Feb 25 21:41:00.623 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/.tmpHsUFYS/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs-recovery"], pwd: None
89032026-02-25T21:41:00.856Z[ recovery-image] Feb 25 21:41:00.679 INFO O| Feb 25 21:41:00.678 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
89042026-02-25T21:41:00.881Z[ recovery-image] Feb 25 21:41:00.685 INFO O| Feb 25 21:41:00.685 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
89052026-02-25T21:41:00.910Z[ recovery-image] Feb 25 21:41:00.733 INFO O| Feb 25 21:41:00.733 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
89062026-02-25T21:41:00.945Z[ recovery-image] Feb 25 21:41:00.768 INFO O| Feb 25 21:41:00.768 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
89072026-02-25T21:41:00.972Z[ recovery-image] Feb 25 21:41:00.768 INFO O| Feb 25 21:41:00.768 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
89082026-02-25T21:41:00.972Z[ recovery-image] Feb 25 21:41:00.779 INFO O| Feb 25 21:41:00.779 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
89092026-02-25T21:41:01.017Z[ recovery-image] Feb 25 21:41:00.837 INFO O| Feb 25 21:41:00.836 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
89102026-02-25T21:41:01.042Z[ recovery-image] Feb 25 21:41:00.862 INFO O| Feb 25 21:41:00.862 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
89112026-02-25T21:41:01.067Z[ recovery-image] Feb 25 21:41:00.877 INFO O| Feb 25 21:41:00.877 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
89122026-02-25T21:41:01.067Z[ recovery-image] Feb 25 21:41:00.889 INFO O| Feb 25 21:41:00.888 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
89132026-02-25T21:41:01.068Z[ recovery-image] Feb 25 21:41:00.889 INFO O| Feb 25 21:41:00.888 INFO no lofi found
89142026-02-25T21:41:01.068Z[ recovery-image] Feb 25 21:41:00.889 INFO O| Feb 25 21:41:00.888 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
89152026-02-25T21:41:01.068Z[ recovery-image] Feb 25 21:41:00.889 INFO O| Feb 25 21:41:00.889 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
89162026-02-25T21:41:01.601Z[ host-image] Feb 25 21:41:01.424 INFO O| Feb 25 21:41:01.424 INFO STEP 2 (devfsadm) COMPLETE
89172026-02-25T21:41:01.601Z[ host-image] Feb 25 21:41:01.424 INFO O| Feb 25 21:41:01.424 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89182026-02-25T21:41:01.625Z[ host-image] Feb 25 21:41:01.444 INFO O| Feb 25 21:41:01.444 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
89192026-02-25T21:41:01.625Z[ host-image] Feb 25 21:41:01.444 INFO O| Feb 25 21:41:01.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
89202026-02-25T21:41:01.625Z[ host-image] Feb 25 21:41:01.444 INFO O| Feb 25 21:41:01.444 INFO STEP 3 (ensure_dir) COMPLETE
89212026-02-25T21:41:01.625Z[ host-image] Feb 25 21:41:01.444 INFO O| Feb 25 21:41:01.444 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89222026-02-25T21:41:01.650Z[ host-image] Feb 25 21:41:01.465 INFO O| Feb 25 21:41:01.465 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
89232026-02-25T21:41:01.651Z[ host-image] Feb 25 21:41:01.465 INFO O| Feb 25 21:41:01.465 INFO STEP 4 (ensure_dir) COMPLETE
89242026-02-25T21:41:01.651Z[ host-image] Feb 25 21:41:01.466 INFO O| Feb 25 21:41:01.465 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89252026-02-25T21:41:01.676Z[ host-image] Feb 25 21:41:01.483 INFO O| Feb 25 21:41:01.483 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
89262026-02-25T21:41:01.676Z[ host-image] Feb 25 21:41:01.484 INFO O| Feb 25 21:41:01.483 INFO STEP 5 (ensure_dir) COMPLETE
89272026-02-25T21:41:01.676Z[ host-image] Feb 25 21:41:01.484 INFO O| Feb 25 21:41:01.483 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89282026-02-25T21:41:01.701Z[ host-image] Feb 25 21:41:01.507 INFO O| Feb 25 21:41:01.507 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
89292026-02-25T21:41:01.701Z[ host-image] Feb 25 21:41:01.507 INFO O| Feb 25 21:41:01.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
89302026-02-25T21:41:01.701Z[ host-image] Feb 25 21:41:01.508 INFO O| Feb 25 21:41:01.507 INFO STEP 6 (ensure_dir) COMPLETE
89312026-02-25T21:41:01.701Z[ host-image] Feb 25 21:41:01.508 INFO O| Feb 25 21:41:01.507 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89322026-02-25T21:41:01.726Z[ host-image] Feb 25 21:41:01.534 INFO O| Feb 25 21:41:01.534 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
89332026-02-25T21:41:01.726Z[ host-image] Feb 25 21:41:01.534 INFO O| Feb 25 21:41:01.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
89342026-02-25T21:41:01.726Z[ host-image] Feb 25 21:41:01.534 INFO O| Feb 25 21:41:01.534 INFO STEP 7 (ensure_dir) COMPLETE
89352026-02-25T21:41:01.727Z[ host-image] Feb 25 21:41:01.534 INFO O| Feb 25 21:41:01.534 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89362026-02-25T21:41:01.751Z[ host-image] Feb 25 21:41:01.559 INFO O| Feb 25 21:41:01.559 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
89372026-02-25T21:41:01.751Z[ host-image] Feb 25 21:41:01.559 INFO O| Feb 25 21:41:01.559 INFO STEP 8 (remove_files) COMPLETE
89382026-02-25T21:41:01.751Z[ host-image] Feb 25 21:41:01.559 INFO O| Feb 25 21:41:01.559 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89392026-02-25T21:41:01.776Z[ host-image] Feb 25 21:41:01.579 INFO O| Feb 25 21:41:01.579 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
89402026-02-25T21:41:01.776Z[ host-image] Feb 25 21:41:01.581 INFO O| Feb 25 21:41:01.581 INFO STEP 9 (remove_files) COMPLETE
89412026-02-25T21:41:01.777Z[ host-image] Feb 25 21:41:01.581 INFO O| Feb 25 21:41:01.581 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89422026-02-25T21:41:01.801Z[ host-image] Feb 25 21:41:01.602 INFO O| Feb 25 21:41:01.602 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
89432026-02-25T21:41:01.802Z[ host-image] Feb 25 21:41:01.605 INFO O| Feb 25 21:41:01.605 INFO STEP 10 (remove_files) COMPLETE
89442026-02-25T21:41:01.802Z[ host-image] Feb 25 21:41:01.605 INFO O| Feb 25 21:41:01.605 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89452026-02-25T21:41:01.826Z[ host-image] Feb 25 21:41:01.626 INFO O| Feb 25 21:41:01.621 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
89462026-02-25T21:41:01.827Z[ host-image] Feb 25 21:41:01.627 INFO O| Feb 25 21:41:01.627 INFO STEP 11 (remove_files) COMPLETE
89472026-02-25T21:41:01.827Z[ host-image] Feb 25 21:41:01.627 INFO O| Feb 25 21:41:01.627 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89482026-02-25T21:41:01.827Z[ host-image] Feb 25 21:41:01.644 INFO O| Feb 25 21:41:01.644 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
89492026-02-25T21:41:01.827Z[ host-image] Feb 25 21:41:01.644 INFO O| Feb 25 21:41:01.644 INFO STEP 12 (remove_files) COMPLETE
89502026-02-25T21:41:01.827Z[ host-image] Feb 25 21:41:01.644 INFO O| Feb 25 21:41:01.644 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89512026-02-25T21:41:01.852Z[ host-image] Feb 25 21:41:01.668 INFO O| Feb 25 21:41:01.668 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
89522026-02-25T21:41:01.852Z[ host-image] Feb 25 21:41:01.669 INFO O| Feb 25 21:41:01.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
89532026-02-25T21:41:01.852Z[ host-image] Feb 25 21:41:01.669 INFO O| Feb 25 21:41:01.669 INFO STEP 13 (ensure_dir) COMPLETE
89542026-02-25T21:41:01.852Z[ host-image] Feb 25 21:41:01.669 INFO O| Feb 25 21:41:01.669 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89552026-02-25T21:41:01.877Z[ host-image] Feb 25 21:41:01.696 INFO O| Feb 25 21:41:01.695 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
89562026-02-25T21:41:01.877Z[ host-image] Feb 25 21:41:01.696 INFO O| Feb 25 21:41:01.696 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
89572026-02-25T21:41:01.877Z[ host-image] Feb 25 21:41:01.696 INFO O| Feb 25 21:41:01.696 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
89582026-02-25T21:41:01.877Z[ host-image] Feb 25 21:41:01.696 INFO O| Feb 25 21:41:01.696 INFO STEP 14 (ensure_dir) COMPLETE
89592026-02-25T21:41:01.877Z[ host-image] Feb 25 21:41:01.696 INFO O| Feb 25 21:41:01.696 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89602026-02-25T21:41:01.903Z[ host-image] Feb 25 21:41:01.718 INFO O| Feb 25 21:41:01.718 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
89612026-02-25T21:41:01.903Z[ host-image] Feb 25 21:41:01.719 INFO O| Feb 25 21:41:01.718 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
89622026-02-25T21:41:01.904Z[ host-image] Feb 25 21:41:01.719 INFO O| Feb 25 21:41:01.719 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
89632026-02-25T21:41:01.904Z[ host-image] Feb 25 21:41:01.719 INFO O| Feb 25 21:41:01.719 INFO STEP 15 (ensure_dir) COMPLETE
89642026-02-25T21:41:01.904Z[ host-image] Feb 25 21:41:01.719 INFO O| Feb 25 21:41:01.719 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89652026-02-25T21:41:01.930Z[ host-image] Feb 25 21:41:01.741 INFO O| Feb 25 21:41:01.741 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
89662026-02-25T21:41:01.931Z[ host-image] Feb 25 21:41:01.741 INFO O| Feb 25 21:41:01.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
89672026-02-25T21:41:01.931Z[ host-image] Feb 25 21:41:01.741 INFO O| Feb 25 21:41:01.741 INFO STEP 16 (ensure_dir) COMPLETE
89682026-02-25T21:41:01.931Z[ host-image] Feb 25 21:41:01.741 INFO O| Feb 25 21:41:01.741 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89692026-02-25T21:41:01.957Z[ host-image] Feb 25 21:41:01.762 INFO O| Feb 25 21:41:01.762 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
89702026-02-25T21:41:01.957Z[ host-image] Feb 25 21:41:01.762 INFO O| Feb 25 21:41:01.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
89712026-02-25T21:41:01.957Z[ host-image] Feb 25 21:41:01.762 INFO O| Feb 25 21:41:01.762 INFO STEP 17 (ensure_dir) COMPLETE
89722026-02-25T21:41:01.957Z[ host-image] Feb 25 21:41:01.762 INFO O| Feb 25 21:41:01.762 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89732026-02-25T21:41:01.982Z[ host-image] Feb 25 21:41:01.781 INFO O| Feb 25 21:41:01.781 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89742026-02-25T21:41:01.982Z[ host-image] Feb 25 21:41:01.781 INFO O| Feb 25 21:41:01.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
89752026-02-25T21:41:01.982Z[ host-image] Feb 25 21:41:01.781 INFO O| Feb 25 21:41:01.781 INFO ok!
89762026-02-25T21:41:01.982Z[ host-image] Feb 25 21:41:01.781 INFO O| Feb 25 21:41:01.781 INFO STEP 18 (ensure_symlink) COMPLETE
89772026-02-25T21:41:01.982Z[ host-image] Feb 25 21:41:01.781 INFO O| Feb 25 21:41:01.781 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89782026-02-25T21:41:01.982Z[ host-image] Feb 25 21:41:01.804 INFO O| Feb 25 21:41:01.804 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
89792026-02-25T21:41:01.982Z[ host-image] Feb 25 21:41:01.804 INFO O| Feb 25 21:41:01.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
89802026-02-25T21:41:01.982Z[ host-image] Feb 25 21:41:01.804 INFO O| Feb 25 21:41:01.804 INFO ok!
89812026-02-25T21:41:01.982Z[ host-image] Feb 25 21:41:01.804 INFO O| Feb 25 21:41:01.804 INFO STEP 19 (ensure_file) COMPLETE
89822026-02-25T21:41:02.008Z[ host-image] Feb 25 21:41:01.804 INFO O| Feb 25 21:41:01.804 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89832026-02-25T21:41:02.008Z[ host-image] Feb 25 21:41:01.825 INFO O| Feb 25 21:41:01.824 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
89842026-02-25T21:41:02.008Z[ host-image] Feb 25 21:41:01.825 INFO O| Feb 25 21:41:01.825 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89852026-02-25T21:41:02.008Z[ host-image] Feb 25 21:41:01.825 INFO O| Feb 25 21:41:01.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
89862026-02-25T21:41:02.008Z[ host-image] Feb 25 21:41:01.825 INFO O| Feb 25 21:41:01.825 INFO ok!
89872026-02-25T21:41:02.008Z[ host-image] Feb 25 21:41:01.825 INFO O| Feb 25 21:41:01.825 INFO STEP 20 (ensure_symlink) COMPLETE
89882026-02-25T21:41:02.008Z[ host-image] Feb 25 21:41:01.825 INFO O| Feb 25 21:41:01.825 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89892026-02-25T21:41:02.034Z[ host-image] Feb 25 21:41:01.846 INFO O| Feb 25 21:41:01.846 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89902026-02-25T21:41:02.034Z[ host-image] Feb 25 21:41:01.846 INFO O| Feb 25 21:41:01.846 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89912026-02-25T21:41:02.034Z[ host-image] Feb 25 21:41:01.846 INFO O| Feb 25 21:41:01.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
89922026-02-25T21:41:02.036Z[ host-image] Feb 25 21:41:01.846 INFO O| Feb 25 21:41:01.846 INFO ok!
89932026-02-25T21:41:02.036Z[ host-image] Feb 25 21:41:01.846 INFO O| Feb 25 21:41:01.846 INFO STEP 21 (ensure_symlink) COMPLETE
89942026-02-25T21:41:02.036Z[ host-image] Feb 25 21:41:01.846 INFO O| Feb 25 21:41:01.846 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89952026-02-25T21:41:02.062Z[ host-image] Feb 25 21:41:01.868 INFO O| Feb 25 21:41:01.868 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
89962026-02-25T21:41:02.062Z[ host-image] Feb 25 21:41:01.868 INFO O| Feb 25 21:41:01.868 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89972026-02-25T21:41:02.062Z[ host-image] Feb 25 21:41:01.868 INFO O| Feb 25 21:41:01.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
89982026-02-25T21:41:02.062Z[ host-image] Feb 25 21:41:01.868 INFO O| Feb 25 21:41:01.868 INFO ok!
89992026-02-25T21:41:02.062Z[ host-image] Feb 25 21:41:01.868 INFO O| Feb 25 21:41:01.868 INFO STEP 22 (ensure_symlink) COMPLETE
90002026-02-25T21:41:02.062Z[ host-image] Feb 25 21:41:01.868 INFO O| Feb 25 21:41:01.868 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90012026-02-25T21:41:02.087Z[ host-image] Feb 25 21:41:01.891 INFO O| Feb 25 21:41:01.891 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
90022026-02-25T21:41:02.087Z[ host-image] Feb 25 21:41:01.891 INFO O| Feb 25 21:41:01.891 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90032026-02-25T21:41:02.087Z[ host-image] Feb 25 21:41:01.891 INFO O| Feb 25 21:41:01.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
90042026-02-25T21:41:02.087Z[ host-image] Feb 25 21:41:01.891 INFO O| Feb 25 21:41:01.891 INFO ok!
90052026-02-25T21:41:02.087Z[ host-image] Feb 25 21:41:01.891 INFO O| Feb 25 21:41:01.891 INFO STEP 23 (ensure_symlink) COMPLETE
90062026-02-25T21:41:02.087Z[ host-image] Feb 25 21:41:01.891 INFO O| Feb 25 21:41:01.891 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90072026-02-25T21:41:02.088Z[ host-image] Feb 25 21:41:01.906 INFO O| Feb 25 21:41:01.906 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90082026-02-25T21:41:02.088Z[ host-image] Feb 25 21:41:01.907 INFO O| Feb 25 21:41:01.907 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
90092026-02-25T21:41:02.088Z[ host-image] Feb 25 21:41:01.907 INFO O| Feb 25 21:41:01.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
90102026-02-25T21:41:02.088Z[ host-image] Feb 25 21:41:01.907 INFO O| Feb 25 21:41:01.907 INFO ok!
90112026-02-25T21:41:02.088Z[ host-image] Feb 25 21:41:01.907 INFO O| Feb 25 21:41:01.907 INFO STEP 24 (ensure_file) COMPLETE
90122026-02-25T21:41:02.088Z[ host-image] Feb 25 21:41:01.907 INFO O| Feb 25 21:41:01.907 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90132026-02-25T21:41:02.114Z[ host-image] Feb 25 21:41:01.928 INFO O| Feb 25 21:41:01.928 INFO updating shadow file
90142026-02-25T21:41:02.114Z[ host-image] Feb 25 21:41:01.929 INFO O| Feb 25 21:41:01.929 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
90152026-02-25T21:41:02.114Z[ host-image] Feb 25 21:41:01.929 INFO O| Feb 25 21:41:01.929 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
90162026-02-25T21:41:02.114Z[ host-image] Feb 25 21:41:01.929 INFO O| Feb 25 21:41:01.929 INFO STEP 25 (shadow) COMPLETE
90172026-02-25T21:41:02.114Z[ host-image] Feb 25 21:41:01.929 INFO O| Feb 25 21:41:01.929 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90182026-02-25T21:41:02.139Z[ host-image] Feb 25 21:41:01.951 INFO O| Feb 25 21:41:01.951 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90192026-02-25T21:41:02.139Z[ host-image] Feb 25 21:41:01.951 INFO O| Feb 25 21:41:01.951 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
90202026-02-25T21:41:02.139Z[ host-image] Feb 25 21:41:01.951 INFO O| Feb 25 21:41:01.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
90212026-02-25T21:41:02.139Z[ host-image] Feb 25 21:41:01.951 INFO O| Feb 25 21:41:01.951 INFO ok!
90222026-02-25T21:41:02.140Z[ host-image] Feb 25 21:41:01.951 INFO O| Feb 25 21:41:01.951 INFO STEP 26 (ensure_file) COMPLETE
90232026-02-25T21:41:02.140Z[ host-image] Feb 25 21:41:01.951 INFO O| Feb 25 21:41:01.951 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90242026-02-25T21:41:02.165Z[ host-image] Feb 25 21:41:01.972 INFO O| Feb 25 21:41:01.972 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
90252026-02-25T21:41:02.165Z[ host-image] Feb 25 21:41:01.972 INFO O| Feb 25 21:41:01.972 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
90262026-02-25T21:41:02.166Z[ host-image] Feb 25 21:41:01.972 INFO O| Feb 25 21:41:01.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
90272026-02-25T21:41:02.166Z[ host-image] Feb 25 21:41:01.972 INFO O| Feb 25 21:41:01.972 INFO ok!
90282026-02-25T21:41:02.166Z[ host-image] Feb 25 21:41:01.972 INFO O| Feb 25 21:41:01.972 INFO STEP 27 (ensure_file) COMPLETE
90292026-02-25T21:41:02.166Z[ host-image] Feb 25 21:41:01.972 INFO O| Feb 25 21:41:01.972 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90302026-02-25T21:41:02.191Z[ host-image] Feb 25 21:41:01.992 INFO O| Feb 25 21:41:01.992 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90312026-02-25T21:41:02.191Z[ host-image] Feb 25 21:41:01.993 INFO O| Feb 25 21:41:01.992 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
90322026-02-25T21:41:02.191Z[ host-image] Feb 25 21:41:01.993 INFO O| Feb 25 21:41:01.993 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
90332026-02-25T21:41:02.191Z[ host-image] Feb 25 21:41:01.993 INFO O| Feb 25 21:41:01.993 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
90342026-02-25T21:41:02.191Z[ host-image] Feb 25 21:41:01.993 INFO O| Feb 25 21:41:01.993 INFO ok!
90352026-02-25T21:41:02.191Z[ host-image] Feb 25 21:41:01.993 INFO O| Feb 25 21:41:01.993 INFO STEP 28 (ensure_file) COMPLETE
90362026-02-25T21:41:02.191Z[ host-image] Feb 25 21:41:01.993 INFO O| Feb 25 21:41:01.993 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90372026-02-25T21:41:02.191Z[ host-image] Feb 25 21:41:02.012 INFO O| Feb 25 21:41:02.012 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
90382026-02-25T21:41:02.192Z[ host-image] Feb 25 21:41:02.012 INFO O| Feb 25 21:41:02.012 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
90392026-02-25T21:41:02.192Z[ host-image] Feb 25 21:41:02.012 INFO O| Feb 25 21:41:02.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
90402026-02-25T21:41:02.192Z[ host-image] Feb 25 21:41:02.012 INFO O| Feb 25 21:41:02.012 INFO ok!
90412026-02-25T21:41:02.192Z[ host-image] Feb 25 21:41:02.012 INFO O| Feb 25 21:41:02.012 INFO STEP 29 (ensure_file) COMPLETE
90422026-02-25T21:41:02.192Z[ host-image] Feb 25 21:41:02.012 INFO O| Feb 25 21:41:02.012 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90432026-02-25T21:41:02.217Z[ host-image] Feb 25 21:41:02.032 INFO O| Feb 25 21:41:02.032 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
90442026-02-25T21:41:02.217Z[ host-image] Feb 25 21:41:02.032 INFO O| Feb 25 21:41:02.032 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
90452026-02-25T21:41:02.217Z[ host-image] Feb 25 21:41:02.032 INFO O| Feb 25 21:41:02.032 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
90462026-02-25T21:41:02.217Z[ host-image] Feb 25 21:41:02.032 INFO O| Feb 25 21:41:02.032 INFO STEP 30 (ensure_dir) COMPLETE
90472026-02-25T21:41:02.217Z[ host-image] Feb 25 21:41:02.032 INFO O| Feb 25 21:41:02.032 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90482026-02-25T21:41:02.243Z[ host-image] Feb 25 21:41:02.047 INFO O| Feb 25 21:41:02.046 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
90492026-02-25T21:41:02.243Z[ host-image] Feb 25 21:41:02.047 INFO O| Feb 25 21:41:02.046 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
90502026-02-25T21:41:02.243Z[ host-image] Feb 25 21:41:02.048 INFO O| Feb 25 21:41:02.048 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
90512026-02-25T21:41:02.243Z[ host-image] Feb 25 21:41:02.048 INFO O| Feb 25 21:41:02.048 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
90522026-02-25T21:41:02.243Z[ host-image] Feb 25 21:41:02.048 INFO O| Feb 25 21:41:02.048 INFO ok!
90532026-02-25T21:41:02.244Z[ host-image] Feb 25 21:41:02.048 INFO O| Feb 25 21:41:02.048 INFO STEP 31 (ensure_file) COMPLETE
90542026-02-25T21:41:02.245Z[ host-image] Feb 25 21:41:02.048 INFO O| Feb 25 21:41:02.048 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
90552026-02-25T21:41:02.270Z[ host-image] Feb 25 21:41:02.069 INFO O| Feb 25 21:41:02.069 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
90562026-02-25T21:41:02.270Z[ host-image] Feb 25 21:41:02.069 INFO O| Feb 25 21:41:02.069 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
90572026-02-25T21:41:02.270Z[ host-image] Feb 25 21:41:02.069 INFO O| Feb 25 21:41:02.069 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
90582026-02-25T21:41:02.271Z[ host-image] Feb 25 21:41:02.069 INFO O| Feb 25 21:41:02.069 INFO STEP 32 (ensure_dir) COMPLETE
90592026-02-25T21:41:02.271Z[ host-image] Feb 25 21:41:02.069 INFO O| Feb 25 21:41:02.069 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90602026-02-25T21:41:02.271Z[ host-image] Feb 25 21:41:02.087 INFO O| Feb 25 21:41:02.087 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
90612026-02-25T21:41:02.271Z[ host-image] Feb 25 21:41:02.087 INFO O| Feb 25 21:41:02.087 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 ...
90622026-02-25T21:41:02.271Z[ host-image] Feb 25 21:41:02.088 INFO O| Feb 25 21:41:02.087 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
90632026-02-25T21:41:02.271Z[ host-image] Feb 25 21:41:02.088 INFO O| Feb 25 21:41:02.088 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
90642026-02-25T21:41:02.271Z[ host-image] Feb 25 21:41:02.088 INFO O| Feb 25 21:41:02.088 INFO ok!
90652026-02-25T21:41:02.271Z[ host-image] Feb 25 21:41:02.088 INFO O| Feb 25 21:41:02.088 INFO STEP 33 (ensure_file) COMPLETE
90662026-02-25T21:41:02.271Z[ host-image] Feb 25 21:41:02.088 INFO O| Feb 25 21:41:02.088 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90672026-02-25T21:41:02.299Z[ host-image] Feb 25 21:41:02.106 INFO O| Feb 25 21:41:02.105 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
90682026-02-25T21:41:02.299Z[ host-image] Feb 25 21:41:02.106 INFO O| Feb 25 21:41:02.106 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
90692026-02-25T21:41:02.299Z[ host-image] Feb 25 21:41:02.106 INFO O| Feb 25 21:41:02.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
90702026-02-25T21:41:02.299Z[ host-image] Feb 25 21:41:02.106 INFO O| Feb 25 21:41:02.106 INFO ok!
90712026-02-25T21:41:02.300Z[ host-image] Feb 25 21:41:02.106 INFO O| Feb 25 21:41:02.106 INFO STEP 34 (ensure_file) COMPLETE
90722026-02-25T21:41:02.300Z[ host-image] Feb 25 21:41:02.106 INFO O| Feb 25 21:41:02.106 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90732026-02-25T21:41:02.325Z[ host-image] Feb 25 21:41:02.123 INFO O| Feb 25 21:41:02.123 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90742026-02-25T21:41:02.325Z[ host-image] Feb 25 21:41:02.123 INFO O| Feb 25 21:41:02.123 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
90752026-02-25T21:41:02.325Z[ host-image] Feb 25 21:41:02.124 INFO O| Feb 25 21:41:02.124 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
90762026-02-25T21:41:02.325Z[ host-image] Feb 25 21:41:02.124 INFO O| Feb 25 21:41:02.124 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
90772026-02-25T21:41:02.325Z[ host-image] Feb 25 21:41:02.124 INFO O| Feb 25 21:41:02.124 INFO ok!
90782026-02-25T21:41:02.325Z[ host-image] Feb 25 21:41:02.124 INFO O| Feb 25 21:41:02.124 INFO STEP 35 (ensure_file) COMPLETE
90792026-02-25T21:41:02.325Z[ host-image] Feb 25 21:41:02.124 INFO O| Feb 25 21:41:02.124 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90802026-02-25T21:41:02.325Z[ host-image] Feb 25 21:41:02.147 INFO O| Feb 25 21:41:02.147 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
90812026-02-25T21:41:02.325Z[ host-image] Feb 25 21:41:02.147 INFO O| Feb 25 21:41:02.147 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
90822026-02-25T21:41:02.327Z[ host-image] Feb 25 21:41:02.147 INFO O| Feb 25 21:41:02.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
90832026-02-25T21:41:02.327Z[ host-image] Feb 25 21:41:02.147 INFO O| Feb 25 21:41:02.147 INFO ok!
90842026-02-25T21:41:02.352Z[ host-image] Feb 25 21:41:02.147 INFO O| Feb 25 21:41:02.147 INFO STEP 36 (ensure_file) COMPLETE
90852026-02-25T21:41:02.352Z[ host-image] Feb 25 21:41:02.147 INFO O| Feb 25 21:41:02.147 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90862026-02-25T21:41:02.352Z[ host-image] Feb 25 21:41:02.162 INFO O| Feb 25 21:41:02.162 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90872026-02-25T21:41:02.352Z[ host-image] Feb 25 21:41:02.163 INFO O| Feb 25 21:41:02.162 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
90882026-02-25T21:41:02.352Z[ host-image] Feb 25 21:41:02.163 INFO O| Feb 25 21:41:02.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
90892026-02-25T21:41:02.352Z[ host-image] Feb 25 21:41:02.163 INFO O| Feb 25 21:41:02.163 INFO ok!
90902026-02-25T21:41:02.352Z[ host-image] Feb 25 21:41:02.163 INFO O| Feb 25 21:41:02.163 INFO STEP 37 (ensure_file) COMPLETE
90912026-02-25T21:41:02.352Z[ host-image] Feb 25 21:41:02.163 INFO O| Feb 25 21:41:02.163 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
90922026-02-25T21:41:02.377Z[ host-image] Feb 25 21:41:02.185 INFO O| Feb 25 21:41:02.185 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
90932026-02-25T21:41:02.378Z[ host-image] Feb 25 21:41:02.185 INFO O| Feb 25 21:41:02.185 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
90942026-02-25T21:41:02.378Z[ host-image] Feb 25 21:41:02.186 INFO O| Feb 25 21:41:02.186 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
90952026-02-25T21:41:02.378Z[ host-image] Feb 25 21:41:02.186 INFO O| Feb 25 21:41:02.186 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
90962026-02-25T21:41:02.378Z[ host-image] Feb 25 21:41:02.186 INFO O| Feb 25 21:41:02.186 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
90972026-02-25T21:41:02.378Z[ host-image] Feb 25 21:41:02.186 INFO O| Feb 25 21:41:02.186 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
90982026-02-25T21:41:02.378Z[ host-image] Feb 25 21:41:02.186 INFO O| Feb 25 21:41:02.186 INFO ok!
90992026-02-25T21:41:02.378Z[ host-image] Feb 25 21:41:02.186 INFO O| Feb 25 21:41:02.186 INFO STEP 38 (ensure_file) COMPLETE
91002026-02-25T21:41:02.378Z[ host-image] Feb 25 21:41:02.186 INFO O| Feb 25 21:41:02.186 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91012026-02-25T21:41:02.403Z[ host-image] Feb 25 21:41:02.205 INFO O| Feb 25 21:41:02.205 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
91022026-02-25T21:41:02.403Z[ host-image] Feb 25 21:41:02.206 INFO O| Feb 25 21:41:02.206 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
91032026-02-25T21:41:02.403Z[ host-image] Feb 25 21:41:02.206 INFO O| Feb 25 21:41:02.206 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
91042026-02-25T21:41:02.403Z[ host-image] Feb 25 21:41:02.206 INFO O| Feb 25 21:41:02.206 INFO STEP 39 (ensure_dir) COMPLETE
91052026-02-25T21:41:02.403Z[ host-image] Feb 25 21:41:02.206 INFO O| Feb 25 21:41:02.206 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91062026-02-25T21:41:02.429Z[ host-image] Feb 25 21:41:02.231 INFO O| Feb 25 21:41:02.231 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
91072026-02-25T21:41:02.429Z[ host-image] Feb 25 21:41:02.231 INFO O| Feb 25 21:41:02.231 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 ...
91082026-02-25T21:41:02.429Z[ host-image] Feb 25 21:41:02.232 INFO O| Feb 25 21:41:02.232 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
91092026-02-25T21:41:02.429Z[ host-image] Feb 25 21:41:02.232 INFO O| Feb 25 21:41:02.232 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
91102026-02-25T21:41:02.429Z[ host-image] Feb 25 21:41:02.232 INFO O| Feb 25 21:41:02.232 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
91112026-02-25T21:41:02.429Z[ host-image] Feb 25 21:41:02.232 INFO O| Feb 25 21:41:02.232 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
91122026-02-25T21:41:02.429Z[ host-image] Feb 25 21:41:02.232 INFO O| Feb 25 21:41:02.232 INFO ok!
91132026-02-25T21:41:02.430Z[ host-image] Feb 25 21:41:02.232 INFO O| Feb 25 21:41:02.232 INFO STEP 40 (ensure_file) COMPLETE
91142026-02-25T21:41:02.430Z[ host-image] Feb 25 21:41:02.232 INFO O| Feb 25 21:41:02.232 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91152026-02-25T21:41:02.455Z[ host-image] Feb 25 21:41:02.256 INFO O| Feb 25 21:41:02.256 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91162026-02-25T21:41:02.455Z[ host-image] Feb 25 21:41:02.256 INFO O| Feb 25 21:41:02.256 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 ...
91172026-02-25T21:41:02.455Z[ host-image] Feb 25 21:41:02.256 INFO O| Feb 25 21:41:02.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91182026-02-25T21:41:02.455Z[ host-image] Feb 25 21:41:02.256 INFO O| Feb 25 21:41:02.256 INFO ok!
91192026-02-25T21:41:02.455Z[ host-image] Feb 25 21:41:02.256 INFO O| Feb 25 21:41:02.256 INFO STEP 41 (ensure_symlink) COMPLETE
91202026-02-25T21:41:02.455Z[ host-image] Feb 25 21:41:02.256 INFO O| Feb 25 21:41:02.256 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91212026-02-25T21:41:02.480Z[ host-image] Feb 25 21:41:02.280 INFO O| Feb 25 21:41:02.279 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
91222026-02-25T21:41:02.480Z[ host-image] Feb 25 21:41:02.280 INFO O| Feb 25 21:41:02.280 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
91232026-02-25T21:41:02.480Z[ host-image] Feb 25 21:41:02.280 INFO O| Feb 25 21:41:02.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
91242026-02-25T21:41:02.480Z[ host-image] Feb 25 21:41:02.280 INFO O| Feb 25 21:41:02.280 INFO ok!
91252026-02-25T21:41:02.480Z[ host-image] Feb 25 21:41:02.280 INFO O| Feb 25 21:41:02.280 INFO STEP 42 (ensure_symlink) COMPLETE
91262026-02-25T21:41:02.480Z[ host-image] Feb 25 21:41:02.280 INFO O| Feb 25 21:41:02.280 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
91272026-02-25T21:41:02.506Z[ host-image] Feb 25 21:41:02.303 INFO O| Feb 25 21:41:02.303 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
91282026-02-25T21:41:02.506Z[ host-image] Feb 25 21:41:02.303 INFO O| Feb 25 21:41:02.303 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
91292026-02-25T21:41:02.506Z[ host-image] Feb 25 21:41:02.304 INFO O| Feb 25 21:41:02.304 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
91302026-02-25T21:41:02.506Z[ host-image] Feb 25 21:41:02.304 INFO O| Feb 25 21:41:02.304 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
91312026-02-25T21:41:02.506Z[ host-image] Feb 25 21:41:02.304 INFO O| Feb 25 21:41:02.304 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
91322026-02-25T21:41:02.506Z[ host-image] Feb 25 21:41:02.304 INFO O| Feb 25 21:41:02.304 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
91332026-02-25T21:41:02.506Z[ host-image] Feb 25 21:41:02.304 INFO O| Feb 25 21:41:02.304 INFO ok!
91342026-02-25T21:41:02.506Z[ host-image] Feb 25 21:41:02.304 INFO O| Feb 25 21:41:02.304 INFO STEP 43 (ensure_file) COMPLETE
91352026-02-25T21:41:02.506Z[ host-image] Feb 25 21:41:02.304 INFO O| Feb 25 21:41:02.304 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
91362026-02-25T21:41:02.507Z[ host-image] Feb 25 21:41:02.319 INFO O| Feb 25 21:41:02.319 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91372026-02-25T21:41:02.508Z[ host-image] Feb 25 21:41:02.320 INFO O| Feb 25 21:41:02.319 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 ...
91382026-02-25T21:41:02.509Z[ host-image] Feb 25 21:41:02.320 INFO O| Feb 25 21:41:02.320 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
91392026-02-25T21:41:02.509Z[ host-image] Feb 25 21:41:02.320 INFO O| Feb 25 21:41:02.320 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
91402026-02-25T21:41:02.509Z[ host-image] Feb 25 21:41:02.320 INFO O| Feb 25 21:41:02.320 INFO ok!
91412026-02-25T21:41:02.509Z[ host-image] Feb 25 21:41:02.321 INFO O| Feb 25 21:41:02.320 INFO STEP 44 (ensure_file) COMPLETE
91422026-02-25T21:41:02.509Z[ host-image] Feb 25 21:41:02.321 INFO O| Feb 25 21:41:02.320 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
91432026-02-25T21:41:02.534Z[ host-image] Feb 25 21:41:02.344 INFO O| Feb 25 21:41:02.344 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
91442026-02-25T21:41:02.534Z[ host-image] Feb 25 21:41:02.344 INFO O| Feb 25 21:41:02.344 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
91452026-02-25T21:41:02.534Z[ host-image] Feb 25 21:41:02.345 INFO O| Feb 25 21:41:02.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
91462026-02-25T21:41:02.534Z[ host-image] Feb 25 21:41:02.345 INFO O| Feb 25 21:41:02.345 INFO ok!
91472026-02-25T21:41:02.534Z[ host-image] Feb 25 21:41:02.345 INFO O| Feb 25 21:41:02.345 INFO STEP 45 (ensure_file) COMPLETE
91482026-02-25T21:41:02.535Z[ host-image] Feb 25 21:41:02.345 INFO O| Feb 25 21:41:02.345 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91492026-02-25T21:41:02.560Z[ host-image] Feb 25 21:41:02.364 INFO O| Feb 25 21:41:02.364 INFO updating shadow file
91502026-02-25T21:41:02.560Z[ host-image] Feb 25 21:41:02.365 INFO O| Feb 25 21:41:02.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
91512026-02-25T21:41:02.560Z[ host-image] Feb 25 21:41:02.365 INFO O| Feb 25 21:41:02.365 INFO STEP 46 (shadow) COMPLETE
91522026-02-25T21:41:02.561Z[ host-image] Feb 25 21:41:02.365 INFO O| Feb 25 21:41:02.365 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91532026-02-25T21:41:02.586Z[ host-image] Feb 25 21:41:02.387 INFO O| Feb 25 21:41:02.387 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
91542026-02-25T21:41:02.587Z[ host-image] Feb 25 21:41:02.387 INFO O| Feb 25 21:41:02.387 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
91552026-02-25T21:41:02.587Z[ host-image] Feb 25 21:41:02.387 INFO O| Feb 25 21:41:02.387 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
91562026-02-25T21:41:02.587Z[ host-image] Feb 25 21:41:02.387 INFO O| Feb 25 21:41:02.387 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
91572026-02-25T21:41:02.587Z[ host-image] Feb 25 21:41:02.387 INFO O| Feb 25 21:41:02.387 INFO ok!
91582026-02-25T21:41:02.587Z[ host-image] Feb 25 21:41:02.387 INFO O| Feb 25 21:41:02.387 INFO STEP 47 (ensure_file) COMPLETE
91592026-02-25T21:41:02.587Z[ host-image] Feb 25 21:41:02.387 INFO O| Feb 25 21:41:02.387 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
91602026-02-25T21:41:02.587Z[ host-image] Feb 25 21:41:02.387 INFO O| Feb 25 21:41:02.387 INFO skip step because feature "mfg" is not enabled
91612026-02-25T21:41:02.587Z[ host-image] Feb 25 21:41:02.387 INFO O| Feb 25 21:41:02.387 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
91622026-02-25T21:41:02.587Z[ host-image] Feb 25 21:41:02.387 INFO O| Feb 25 21:41:02.387 INFO skip step because feature "mfg" is not enabled
91632026-02-25T21:41:02.587Z[ host-image] Feb 25 21:41:02.387 INFO O| Feb 25 21:41:02.387 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
91642026-02-25T21:41:02.587Z[ host-image] Feb 25 21:41:02.407 INFO O| Feb 25 21:41:02.407 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
91652026-02-25T21:41:02.587Z[ host-image] Feb 25 21:41:02.407 INFO O| Feb 25 21:41:02.407 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
91662026-02-25T21:41:02.630Z[ host-image] Feb 25 21:41:02.451 INFO O| Feb 25 21:41:02.451 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
91672026-02-25T21:41:02.630Z[ host-image] Feb 25 21:41:02.451 INFO O| Feb 25 21:41:02.451 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
91682026-02-25T21:41:02.655Z[ host-image] Feb 25 21:41:02.451 INFO O| Feb 25 21:41:02.451 INFO ok!
91692026-02-25T21:41:02.655Z[ host-image] Feb 25 21:41:02.451 INFO O| Feb 25 21:41:02.451 INFO STEP 50 (ensure_file) COMPLETE
91702026-02-25T21:41:02.655Z[ host-image] Feb 25 21:41:02.451 INFO O| Feb 25 21:41:02.451 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91712026-02-25T21:41:02.655Z[ host-image] Feb 25 21:41:02.451 INFO O| Feb 25 21:41:02.451 INFO skip step because feature "compliance" is not enabled
91722026-02-25T21:41:02.655Z[ host-image] Feb 25 21:41:02.451 INFO O| Feb 25 21:41:02.451 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91732026-02-25T21:41:02.655Z[ host-image] Feb 25 21:41:02.469 INFO O| Feb 25 21:41:02.469 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
91742026-02-25T21:41:02.655Z[ host-image] Feb 25 21:41:02.469 INFO O| Feb 25 21:41:02.469 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
91752026-02-25T21:41:02.656Z[ host-image] Feb 25 21:41:02.470 INFO O| Feb 25 21:41:02.470 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
91762026-02-25T21:41:02.656Z[ host-image] Feb 25 21:41:02.470 INFO O| Feb 25 21:41:02.470 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
91772026-02-25T21:41:02.656Z[ host-image] Feb 25 21:41:02.470 INFO O| Feb 25 21:41:02.470 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
91782026-02-25T21:41:02.656Z[ host-image] Feb 25 21:41:02.470 INFO O| Feb 25 21:41:02.470 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
91792026-02-25T21:41:02.657Z[ host-image] Feb 25 21:41:02.470 INFO O| Feb 25 21:41:02.470 INFO ok!
91802026-02-25T21:41:02.657Z[ host-image] Feb 25 21:41:02.470 INFO O| Feb 25 21:41:02.470 INFO STEP 52 (ensure_file) COMPLETE
91812026-02-25T21:41:02.657Z[ host-image] Feb 25 21:41:02.470 INFO O| Feb 25 21:41:02.470 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91822026-02-25T21:41:02.682Z[ host-image] Feb 25 21:41:02.484 INFO O| Feb 25 21:41:02.484 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91832026-02-25T21:41:02.682Z[ host-image] Feb 25 21:41:02.484 INFO O| Feb 25 21:41:02.484 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 ...
91842026-02-25T21:41:02.683Z[ host-image] Feb 25 21:41:02.485 INFO O| Feb 25 21:41:02.485 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
91852026-02-25T21:41:02.683Z[ host-image] Feb 25 21:41:02.485 INFO O| Feb 25 21:41:02.485 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91862026-02-25T21:41:02.683Z[ host-image] Feb 25 21:41:02.485 INFO O| Feb 25 21:41:02.485 INFO ok!
91872026-02-25T21:41:02.683Z[ host-image] Feb 25 21:41:02.485 INFO O| Feb 25 21:41:02.485 INFO STEP 53 (ensure_file) COMPLETE
91882026-02-25T21:41:02.683Z[ host-image] Feb 25 21:41:02.485 INFO O| Feb 25 21:41:02.485 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91892026-02-25T21:41:02.683Z[ host-image] Feb 25 21:41:02.500 INFO O| Feb 25 21:41:02.500 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
91902026-02-25T21:41:02.683Z[ host-image] Feb 25 21:41:02.500 INFO O| Feb 25 21:41:02.500 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 ...
91912026-02-25T21:41:02.683Z[ host-image] Feb 25 21:41:02.501 INFO O| Feb 25 21:41:02.501 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
91922026-02-25T21:41:02.683Z[ host-image] Feb 25 21:41:02.501 INFO O| Feb 25 21:41:02.501 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
91932026-02-25T21:41:02.683Z[ host-image] Feb 25 21:41:02.501 INFO O| Feb 25 21:41:02.501 INFO ok!
91942026-02-25T21:41:02.683Z[ host-image] Feb 25 21:41:02.501 INFO O| Feb 25 21:41:02.501 INFO STEP 54 (ensure_file) COMPLETE
91952026-02-25T21:41:02.683Z[ host-image] Feb 25 21:41:02.501 INFO O| Feb 25 21:41:02.501 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91962026-02-25T21:41:02.708Z[ host-image] Feb 25 21:41:02.518 INFO O| Feb 25 21:41:02.518 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
91972026-02-25T21:41:02.709Z[ host-image] Feb 25 21:41:02.518 INFO O| Feb 25 21:41:02.518 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 ...
91982026-02-25T21:41:02.709Z[ host-image] Feb 25 21:41:02.519 INFO O| Feb 25 21:41:02.519 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
91992026-02-25T21:41:02.709Z[ host-image] Feb 25 21:41:02.519 INFO O| Feb 25 21:41:02.519 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
92002026-02-25T21:41:02.709Z[ host-image] Feb 25 21:41:02.519 INFO O| Feb 25 21:41:02.519 INFO ok!
92012026-02-25T21:41:02.709Z[ host-image] Feb 25 21:41:02.519 INFO O| Feb 25 21:41:02.519 INFO STEP 55 (ensure_file) COMPLETE
92022026-02-25T21:41:02.709Z[ host-image] Feb 25 21:41:02.519 INFO O| Feb 25 21:41:02.519 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92032026-02-25T21:41:02.735Z[ host-image] Feb 25 21:41:02.535 INFO O| Feb 25 21:41:02.535 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
92042026-02-25T21:41:02.735Z[ host-image] Feb 25 21:41:02.535 INFO O| Feb 25 21:41:02.535 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 ...
92052026-02-25T21:41:02.735Z[ host-image] Feb 25 21:41:02.536 INFO O| Feb 25 21:41:02.536 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
92062026-02-25T21:41:02.735Z[ host-image] Feb 25 21:41:02.536 INFO O| Feb 25 21:41:02.536 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
92072026-02-25T21:41:02.735Z[ host-image] Feb 25 21:41:02.536 INFO O| Feb 25 21:41:02.536 INFO ok!
92082026-02-25T21:41:02.736Z[ host-image] Feb 25 21:41:02.536 INFO O| Feb 25 21:41:02.536 INFO STEP 56 (ensure_file) COMPLETE
92092026-02-25T21:41:02.736Z[ host-image] Feb 25 21:41:02.536 INFO O| Feb 25 21:41:02.536 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92102026-02-25T21:41:02.736Z[ host-image] Feb 25 21:41:02.557 INFO O| Feb 25 21:41:02.556 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
92112026-02-25T21:41:02.736Z[ host-image] Feb 25 21:41:02.557 INFO O| Feb 25 21:41:02.557 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 ...
92122026-02-25T21:41:02.736Z[ host-image] Feb 25 21:41:02.557 INFO O| Feb 25 21:41:02.557 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
92132026-02-25T21:41:02.736Z[ host-image] Feb 25 21:41:02.557 INFO O| Feb 25 21:41:02.557 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
92142026-02-25T21:41:02.736Z[ host-image] Feb 25 21:41:02.557 INFO O| Feb 25 21:41:02.557 INFO ok!
92152026-02-25T21:41:02.736Z[ host-image] Feb 25 21:41:02.557 INFO O| Feb 25 21:41:02.557 INFO STEP 57 (ensure_file) COMPLETE
92162026-02-25T21:41:02.736Z[ host-image] Feb 25 21:41:02.557 INFO O| Feb 25 21:41:02.557 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92172026-02-25T21:41:02.764Z[ host-image] Feb 25 21:41:02.579 INFO O| Feb 25 21:41:02.579 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
92182026-02-25T21:41:02.764Z[ host-image] Feb 25 21:41:02.579 INFO O| Feb 25 21:41:02.579 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 ...
92192026-02-25T21:41:02.764Z[ host-image] Feb 25 21:41:02.579 INFO O| Feb 25 21:41:02.579 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
92202026-02-25T21:41:02.764Z[ host-image] Feb 25 21:41:02.579 INFO O| Feb 25 21:41:02.579 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
92212026-02-25T21:41:02.764Z[ host-image] Feb 25 21:41:02.579 INFO O| Feb 25 21:41:02.579 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
92222026-02-25T21:41:02.764Z[ host-image] Feb 25 21:41:02.580 INFO O| Feb 25 21:41:02.579 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
92232026-02-25T21:41:02.764Z[ host-image] Feb 25 21:41:02.580 INFO O| Feb 25 21:41:02.580 INFO ok!
92242026-02-25T21:41:02.764Z[ host-image] Feb 25 21:41:02.580 INFO O| Feb 25 21:41:02.580 INFO STEP 58 (ensure_file) COMPLETE
92252026-02-25T21:41:02.764Z[ host-image] Feb 25 21:41:02.580 INFO O| Feb 25 21:41:02.580 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92262026-02-25T21:41:02.789Z[ host-image] Feb 25 21:41:02.596 INFO O| Feb 25 21:41:02.596 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
92272026-02-25T21:41:02.789Z[ host-image] Feb 25 21:41:02.596 INFO O| Feb 25 21:41:02.596 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 ...
92282026-02-25T21:41:02.789Z[ host-image] Feb 25 21:41:02.596 INFO O| Feb 25 21:41:02.596 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
92292026-02-25T21:41:02.791Z[ host-image] Feb 25 21:41:02.597 INFO O| Feb 25 21:41:02.596 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
92302026-02-25T21:41:02.791Z[ host-image] Feb 25 21:41:02.597 INFO O| Feb 25 21:41:02.596 INFO ok!
92312026-02-25T21:41:02.791Z[ host-image] Feb 25 21:41:02.597 INFO O| Feb 25 21:41:02.596 INFO STEP 59 (ensure_file) COMPLETE
92322026-02-25T21:41:02.791Z[ host-image] Feb 25 21:41:02.597 INFO O| Feb 25 21:41:02.596 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92332026-02-25T21:41:02.820Z[ host-image] Feb 25 21:41:02.615 INFO O| Feb 25 21:41:02.614 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
92342026-02-25T21:41:02.820Z[ host-image] Feb 25 21:41:02.615 INFO O| Feb 25 21:41:02.615 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
92352026-02-25T21:41:02.820Z[ host-image] Feb 25 21:41:02.615 INFO O| Feb 25 21:41:02.615 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
92362026-02-25T21:41:02.820Z[ host-image] Feb 25 21:41:02.615 INFO O| Feb 25 21:41:02.615 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
92372026-02-25T21:41:02.820Z[ host-image] Feb 25 21:41:02.615 INFO O| Feb 25 21:41:02.615 INFO ok!
92382026-02-25T21:41:02.820Z[ host-image] Feb 25 21:41:02.615 INFO O| Feb 25 21:41:02.615 INFO STEP 60 (ensure_file) COMPLETE
92392026-02-25T21:41:02.820Z[ host-image] Feb 25 21:41:02.615 INFO O| Feb 25 21:41:02.615 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92402026-02-25T21:41:02.820Z[ host-image] Feb 25 21:41:02.632 INFO O| Feb 25 21:41:02.632 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
92412026-02-25T21:41:02.820Z[ host-image] Feb 25 21:41:02.632 INFO O| Feb 25 21:41:02.632 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 ...
92422026-02-25T21:41:02.820Z[ host-image] Feb 25 21:41:02.633 INFO O| Feb 25 21:41:02.632 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
92432026-02-25T21:41:02.820Z[ host-image] Feb 25 21:41:02.633 INFO O| Feb 25 21:41:02.633 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
92442026-02-25T21:41:02.820Z[ host-image] Feb 25 21:41:02.633 INFO O| Feb 25 21:41:02.633 INFO ok!
92452026-02-25T21:41:02.820Z[ host-image] Feb 25 21:41:02.633 INFO O| Feb 25 21:41:02.633 INFO STEP 61 (ensure_file) COMPLETE
92462026-02-25T21:41:02.820Z[ host-image] Feb 25 21:41:02.633 INFO O| Feb 25 21:41:02.633 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92472026-02-25T21:41:02.857Z[ host-image] Feb 25 21:41:02.651 INFO O| Feb 25 21:41:02.651 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
92482026-02-25T21:41:02.857Z[ host-image] Feb 25 21:41:02.652 INFO O| Feb 25 21:41:02.651 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
92492026-02-25T21:41:02.857Z[ host-image] Feb 25 21:41:02.652 INFO O| Feb 25 21:41:02.652 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
92502026-02-25T21:41:02.857Z[ host-image] Feb 25 21:41:02.652 INFO O| Feb 25 21:41:02.652 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
92512026-02-25T21:41:02.857Z[ host-image] Feb 25 21:41:02.652 INFO O| Feb 25 21:41:02.652 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
92522026-02-25T21:41:02.857Z[ host-image] Feb 25 21:41:02.652 INFO O| Feb 25 21:41:02.652 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
92532026-02-25T21:41:02.857Z[ host-image] Feb 25 21:41:02.652 INFO O| Feb 25 21:41:02.652 INFO ok!
92542026-02-25T21:41:02.857Z[ host-image] Feb 25 21:41:02.652 INFO O| Feb 25 21:41:02.652 INFO STEP 62 (ensure_file) COMPLETE
92552026-02-25T21:41:02.857Z[ host-image] Feb 25 21:41:02.652 INFO O| Feb 25 21:41:02.652 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92562026-02-25T21:41:02.857Z[ host-image] Feb 25 21:41:02.672 INFO O| Feb 25 21:41:02.672 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
92572026-02-25T21:41:02.857Z[ host-image] Feb 25 21:41:02.672 INFO O| Feb 25 21:41:02.672 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 ...
92582026-02-25T21:41:02.864Z[ host-image] Feb 25 21:41:02.673 INFO O| Feb 25 21:41:02.673 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
92592026-02-25T21:41:02.864Z[ host-image] Feb 25 21:41:02.673 INFO O| Feb 25 21:41:02.673 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
92602026-02-25T21:41:02.864Z[ host-image] Feb 25 21:41:02.673 INFO O| Feb 25 21:41:02.673 INFO ok!
92612026-02-25T21:41:02.864Z[ host-image] Feb 25 21:41:02.673 INFO O| Feb 25 21:41:02.673 INFO STEP 63 (ensure_file) COMPLETE
92622026-02-25T21:41:02.864Z[ host-image] Feb 25 21:41:02.673 INFO O| Feb 25 21:41:02.673 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92632026-02-25T21:41:02.890Z[ host-image] Feb 25 21:41:02.692 INFO O| Feb 25 21:41:02.692 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
92642026-02-25T21:41:02.890Z[ host-image] Feb 25 21:41:02.692 INFO O| Feb 25 21:41:02.692 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 ...
92652026-02-25T21:41:02.891Z[ host-image] Feb 25 21:41:02.693 INFO O| Feb 25 21:41:02.693 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
92662026-02-25T21:41:02.892Z[ host-image] Feb 25 21:41:02.693 INFO O| Feb 25 21:41:02.693 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
92672026-02-25T21:41:02.892Z[ host-image] Feb 25 21:41:02.693 INFO O| Feb 25 21:41:02.693 INFO ok!
92682026-02-25T21:41:02.892Z[ host-image] Feb 25 21:41:02.693 INFO O| Feb 25 21:41:02.693 INFO STEP 64 (ensure_file) COMPLETE
92692026-02-25T21:41:02.892Z[ host-image] Feb 25 21:41:02.693 INFO O| Feb 25 21:41:02.693 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92702026-02-25T21:41:02.892Z[ host-image] Feb 25 21:41:02.712 INFO O| Feb 25 21:41:02.712 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92712026-02-25T21:41:02.892Z[ host-image] Feb 25 21:41:02.712 INFO O| Feb 25 21:41:02.712 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 ...
92722026-02-25T21:41:02.892Z[ host-image] Feb 25 21:41:02.713 INFO O| Feb 25 21:41:02.713 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
92732026-02-25T21:41:02.892Z[ host-image] Feb 25 21:41:02.713 INFO O| Feb 25 21:41:02.713 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92742026-02-25T21:41:02.918Z[ host-image] Feb 25 21:41:02.713 INFO O| Feb 25 21:41:02.713 INFO ok!
92752026-02-25T21:41:02.918Z[ host-image] Feb 25 21:41:02.713 INFO O| Feb 25 21:41:02.713 INFO STEP 65 (ensure_file) COMPLETE
92762026-02-25T21:41:02.918Z[ host-image] Feb 25 21:41:02.713 INFO O| Feb 25 21:41:02.713 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92772026-02-25T21:41:02.918Z[ host-image] Feb 25 21:41:02.713 INFO O| Feb 25 21:41:02.713 INFO skip step because feature "mbist" is not enabled
92782026-02-25T21:41:02.918Z[ host-image] Feb 25 21:41:02.713 INFO O| Feb 25 21:41:02.713 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792026-02-25T21:41:02.918Z[ host-image] Feb 25 21:41:02.734 INFO O| Feb 25 21:41:02.734 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
92802026-02-25T21:41:02.918Z[ host-image] Feb 25 21:41:02.734 INFO O| Feb 25 21:41:02.734 INFO STEP 67 (ensure_dir) COMPLETE
92812026-02-25T21:41:02.918Z[ host-image] Feb 25 21:41:02.734 INFO O| Feb 25 21:41:02.734 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822026-02-25T21:41:02.944Z[ host-image] Feb 25 21:41:02.755 INFO O| Feb 25 21:41:02.755 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
92832026-02-25T21:41:02.944Z[ host-image] Feb 25 21:41:02.755 INFO O| Feb 25 21:41:02.755 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
92842026-02-25T21:41:02.944Z[ host-image] Feb 25 21:41:02.756 INFO O| Feb 25 21:41:02.755 INFO STEP 68 (ensure_dir) COMPLETE
92852026-02-25T21:41:02.944Z[ host-image] Feb 25 21:41:02.756 INFO O| Feb 25 21:41:02.755 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862026-02-25T21:41:02.969Z[ host-image] Feb 25 21:41:02.774 INFO O| Feb 25 21:41:02.774 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
92872026-02-25T21:41:02.969Z[ host-image] Feb 25 21:41:02.774 INFO O| Feb 25 21:41:02.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
92882026-02-25T21:41:02.969Z[ host-image] Feb 25 21:41:02.774 INFO O| Feb 25 21:41:02.774 INFO STEP 69 (ensure_dir) COMPLETE
92892026-02-25T21:41:02.969Z[ host-image] Feb 25 21:41:02.774 INFO O| Feb 25 21:41:02.774 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92902026-02-25T21:41:02.995Z[ host-image] Feb 25 21:41:02.796 INFO O| Feb 25 21:41:02.796 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92912026-02-25T21:41:02.995Z[ host-image] Feb 25 21:41:02.796 INFO O| Feb 25 21:41:02.796 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92922026-02-25T21:41:03.188Z[ recovery-image] Feb 25 21:41:03.002 INFO O| Feb 25 21:41:03.002 INFO lofi device = /dev/dsk/c3t2d0p0
92932026-02-25T21:41:03.215Z[ recovery-image] Feb 25 21:41:03.002 INFO O| Feb 25 21:41:03.002 INFO pool device = /dev/dsk/c3t2d0p0
92942026-02-25T21:41:03.215Z[ recovery-image] Feb 25 21:41:03.002 INFO O| Feb 25 21:41:03.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/c3t2d0p0"]
92952026-02-25T21:41:03.384Z[ recovery-image] Feb 25 21:41:03.199 INFO O| Feb 25 21:41:03.197 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92962026-02-25T21:41:03.410Z[ recovery-image] Feb 25 21:41:03.199 INFO O| Feb 25 21:41:03.197 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
92972026-02-25T21:41:03.462Z[ recovery-image] Feb 25 21:41:03.278 INFO O| Feb 25 21:41:03.278 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
92982026-02-25T21:41:03.576Z[ recovery-image] Feb 25 21:41:03.391 INFO O| Feb 25 21:41:03.389 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
92992026-02-25T21:41:03.647Z[ recovery-image] Feb 25 21:41:03.463 INFO O| Feb 25 21:41:03.462 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
93002026-02-25T21:41:03.685Z[ recovery-image] Feb 25 21:41:03.501 INFO O| Feb 25 21:41:03.499 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
93012026-02-25T21:41:03.710Z[ recovery-image] Feb 25 21:41:03.527 INFO O| Feb 25 21:41:03.525 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
93022026-02-25T21:41:03.788Z[ recovery-image] Feb 25 21:41:03.609 INFO O| Feb 25 21:41:03.609 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
93032026-02-25T21:41:03.788Z[ recovery-image] Feb 25 21:41:03.609 INFO O| Feb 25 21:41:03.609 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
93042026-02-25T21:41:03.788Z[ recovery-image] Feb 25 21:41:03.609 INFO O| Feb 25 21:41:03.609 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
93052026-02-25T21:41:03.815Z[ recovery-image] Feb 25 21:41:03.636 INFO O| Feb 25 21:41:03.636 INFO boot environment UUID: d31273d0-c56d-4d51-96b1-4e95ae23de59
93062026-02-25T21:41:03.815Z[ recovery-image] Feb 25 21:41:03.636 INFO O| Feb 25 21:41:03.636 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d31273d0-c56d-4d51-96b1-4e95ae23de59
93072026-02-25T21:41:03.840Z[ recovery-image] Feb 25 21:41:03.661 INFO O| Feb 25 21:41:03.660 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93082026-02-25T21:41:03.867Z[ recovery-image] Feb 25 21:41:03.690 INFO O| Feb 25 21:41:03.690 INFO STEP 0 (create_be) COMPLETE
93092026-02-25T21:41:03.867Z[ recovery-image] Feb 25 21:41:03.690 INFO O| Feb 25 21:41:03.690 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
93102026-02-25T21:41:03.894Z[ recovery-image] Feb 25 21:41:03.717 INFO O| Feb 25 21:41:03.717 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"]
93112026-02-25T21:41:03.969Z[ host-image] Feb 25 21:41:03.792 INFO O| Feb 25 21:41:03.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
93122026-02-25T21:41:03.969Z[ host-image] Feb 25 21:41:03.792 INFO O| Feb 25 21:41:03.792 INFO ok!
93132026-02-25T21:41:03.994Z[ host-image] Feb 25 21:41:03.792 INFO O| Feb 25 21:41:03.792 INFO STEP 70 (ensure_file) COMPLETE
93142026-02-25T21:41:03.994Z[ host-image] Feb 25 21:41:03.792 INFO O| Feb 25 21:41:03.792 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93152026-02-25T21:41:03.996Z[ host-image] Feb 25 21:41:03.815 INFO O| Feb 25 21:41:03.815 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93162026-02-25T21:41:03.996Z[ host-image] Feb 25 21:41:03.815 INFO O| Feb 25 21:41:03.815 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
93172026-02-25T21:41:05.757Z[ host-image] Feb 25 21:41:05.580 INFO O| Feb 25 21:41:05.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
93182026-02-25T21:41:05.757Z[ host-image] Feb 25 21:41:05.580 INFO O| Feb 25 21:41:05.580 INFO ok!
93192026-02-25T21:41:05.783Z[ host-image] Feb 25 21:41:05.580 INFO O| Feb 25 21:41:05.580 INFO STEP 71 (ensure_file) COMPLETE
93202026-02-25T21:41:05.783Z[ host-image] Feb 25 21:41:05.580 INFO O| Feb 25 21:41:05.580 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93212026-02-25T21:41:05.808Z[ host-image] Feb 25 21:41:05.610 INFO O| Feb 25 21:41:05.610 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
93222026-02-25T21:41:05.808Z[ host-image] Feb 25 21:41:05.611 INFO O| Feb 25 21:41:05.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
93232026-02-25T21:41:05.808Z[ host-image] Feb 25 21:41:05.611 INFO O| Feb 25 21:41:05.611 INFO STEP 72 (ensure_dir) COMPLETE
93242026-02-25T21:41:05.808Z[ host-image] Feb 25 21:41:05.611 INFO O| Feb 25 21:41:05.611 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252026-02-25T21:41:05.845Z[ host-image] Feb 25 21:41:05.647 INFO O| Feb 25 21:41:05.647 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93262026-02-25T21:41:05.845Z[ host-image] Feb 25 21:41:05.648 INFO O| Feb 25 21:41:05.647 INFO copying /tmp/.tmpHsUFYS/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 ...
93272026-02-25T21:41:05.845Z[ host-image] Feb 25 21:41:05.648 INFO O| Feb 25 21:41:05.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93282026-02-25T21:41:05.845Z[ host-image] Feb 25 21:41:05.648 INFO O| Feb 25 21:41:05.648 INFO ok!
93292026-02-25T21:41:05.845Z[ host-image] Feb 25 21:41:05.648 INFO O| Feb 25 21:41:05.648 INFO STEP 73 (ensure_file) COMPLETE
93302026-02-25T21:41:05.845Z[ host-image] Feb 25 21:41:05.648 INFO O| Feb 25 21:41:05.648 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312026-02-25T21:41:05.871Z[ host-image] Feb 25 21:41:05.677 INFO O| Feb 25 21:41:05.677 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93322026-02-25T21:41:05.871Z[ host-image] Feb 25 21:41:05.678 INFO O| Feb 25 21:41:05.677 INFO copying /tmp/.tmpHsUFYS/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 ...
93332026-02-25T21:41:05.871Z[ host-image] Feb 25 21:41:05.678 INFO O| Feb 25 21:41:05.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93342026-02-25T21:41:05.871Z[ host-image] Feb 25 21:41:05.678 INFO O| Feb 25 21:41:05.678 INFO ok!
93352026-02-25T21:41:05.871Z[ host-image] Feb 25 21:41:05.678 INFO O| Feb 25 21:41:05.678 INFO STEP 74 (ensure_file) COMPLETE
93362026-02-25T21:41:05.871Z[ host-image] Feb 25 21:41:05.678 INFO O| Feb 25 21:41:05.678 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93372026-02-25T21:41:05.897Z[ host-image] Feb 25 21:41:05.712 INFO O| Feb 25 21:41:05.712 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93382026-02-25T21:41:05.897Z[ host-image] Feb 25 21:41:05.713 INFO O| Feb 25 21:41:05.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93392026-02-25T21:41:05.897Z[ host-image] Feb 25 21:41:05.713 INFO O| Feb 25 21:41:05.713 INFO STEP 75 (ensure_dir) COMPLETE
93402026-02-25T21:41:05.897Z[ host-image] Feb 25 21:41:05.713 INFO O| Feb 25 21:41:05.713 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93412026-02-25T21:41:05.925Z[ host-image] Feb 25 21:41:05.748 INFO O| Feb 25 21:41:05.747 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
93422026-02-25T21:41:05.950Z[ host-image] Feb 25 21:41:05.748 INFO O| Feb 25 21:41:05.747 INFO copying /tmp/.tmpHsUFYS/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 ...
93432026-02-25T21:41:05.950Z[ host-image] Feb 25 21:41:05.748 INFO O| Feb 25 21:41:05.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
93442026-02-25T21:41:05.950Z[ host-image] Feb 25 21:41:05.748 INFO O| Feb 25 21:41:05.748 INFO ok!
93452026-02-25T21:41:05.951Z[ host-image] Feb 25 21:41:05.748 INFO O| Feb 25 21:41:05.748 INFO STEP 76 (ensure_file) COMPLETE
93462026-02-25T21:41:05.951Z[ host-image] Feb 25 21:41:05.748 INFO O| Feb 25 21:41:05.748 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93472026-02-25T21:41:05.977Z[ host-image] Feb 25 21:41:05.783 INFO O| Feb 25 21:41:05.783 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
93482026-02-25T21:41:05.977Z[ host-image] Feb 25 21:41:05.783 INFO O| Feb 25 21:41:05.783 INFO copying /tmp/.tmpHsUFYS/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 ...
93492026-02-25T21:41:05.977Z[ host-image] Feb 25 21:41:05.784 INFO O| Feb 25 21:41:05.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
93502026-02-25T21:41:05.977Z[ host-image] Feb 25 21:41:05.784 INFO O| Feb 25 21:41:05.784 INFO ok!
93512026-02-25T21:41:05.977Z[ host-image] Feb 25 21:41:05.784 INFO O| Feb 25 21:41:05.784 INFO STEP 77 (ensure_file) COMPLETE
93522026-02-25T21:41:05.977Z[ host-image] Feb 25 21:41:05.784 INFO O| Feb 25 21:41:05.784 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93532026-02-25T21:41:06.002Z[ host-image] Feb 25 21:41:05.821 INFO O| Feb 25 21:41:05.821 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93542026-02-25T21:41:06.002Z[ host-image] Feb 25 21:41:05.821 INFO O| Feb 25 21:41:05.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93552026-02-25T21:41:06.002Z[ host-image] Feb 25 21:41:05.821 INFO O| Feb 25 21:41:05.821 INFO STEP 78 (ensure_dir) COMPLETE
93562026-02-25T21:41:06.003Z[ host-image] Feb 25 21:41:05.822 INFO O| Feb 25 21:41:05.821 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572026-02-25T21:41:06.028Z[ host-image] Feb 25 21:41:05.848 INFO O| Feb 25 21:41:05.847 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
93582026-02-25T21:41:06.029Z[ host-image] Feb 25 21:41:05.848 INFO O| Feb 25 21:41:05.848 INFO copying /tmp/.tmpHsUFYS/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 ...
93592026-02-25T21:41:06.030Z[ host-image] Feb 25 21:41:05.848 INFO O| Feb 25 21:41:05.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
93602026-02-25T21:41:06.031Z[ host-image] Feb 25 21:41:05.848 INFO O| Feb 25 21:41:05.848 INFO ok!
93612026-02-25T21:41:06.031Z[ host-image] Feb 25 21:41:05.848 INFO O| Feb 25 21:41:05.848 INFO STEP 79 (ensure_file) COMPLETE
93622026-02-25T21:41:06.031Z[ host-image] Feb 25 21:41:05.848 INFO O| Feb 25 21:41:05.848 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632026-02-25T21:41:06.056Z[ host-image] Feb 25 21:41:05.877 INFO O| Feb 25 21:41:05.876 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
93642026-02-25T21:41:06.057Z[ host-image] Feb 25 21:41:05.877 INFO O| Feb 25 21:41:05.876 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
93652026-02-25T21:41:06.057Z[ host-image] Feb 25 21:41:05.877 INFO O| Feb 25 21:41:05.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
93662026-02-25T21:41:06.057Z[ host-image] Feb 25 21:41:05.877 INFO O| Feb 25 21:41:05.877 INFO ok!
93672026-02-25T21:41:06.057Z[ host-image] Feb 25 21:41:05.877 INFO O| Feb 25 21:41:05.877 INFO STEP 80 (ensure_file) COMPLETE
93682026-02-25T21:41:06.057Z[ host-image] Feb 25 21:41:05.877 INFO O| Feb 25 21:41:05.877 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93692026-02-25T21:41:06.083Z[ host-image] Feb 25 21:41:05.906 INFO O| Feb 25 21:41:05.906 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
93702026-02-25T21:41:06.083Z[ host-image] Feb 25 21:41:05.906 INFO O| Feb 25 21:41:05.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
93712026-02-25T21:41:06.109Z[ host-image] Feb 25 21:41:05.906 INFO O| Feb 25 21:41:05.906 INFO STEP 81 (ensure_dir) COMPLETE
93722026-02-25T21:41:06.109Z[ host-image] Feb 25 21:41:05.906 INFO O| Feb 25 21:41:05.906 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93732026-02-25T21:41:06.134Z[ host-image] Feb 25 21:41:05.949 INFO O| Feb 25 21:41:05.949 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
93742026-02-25T21:41:06.135Z[ host-image] Feb 25 21:41:05.949 INFO O| Feb 25 21:41:05.949 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
93752026-02-25T21:41:07.726Z[ host-image] Feb 25 21:41:07.549 INFO O| Feb 25 21:41:07.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
93762026-02-25T21:41:07.726Z[ host-image] Feb 25 21:41:07.549 INFO O| Feb 25 21:41:07.549 INFO ok!
93772026-02-25T21:41:07.753Z[ host-image] Feb 25 21:41:07.549 INFO O| Feb 25 21:41:07.549 INFO STEP 82 (ensure_file) COMPLETE
93782026-02-25T21:41:07.753Z[ host-image] Feb 25 21:41:07.549 INFO O| Feb 25 21:41:07.549 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792026-02-25T21:41:07.779Z[ host-image] Feb 25 21:41:07.586 INFO O| Feb 25 21:41:07.586 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
93802026-02-25T21:41:07.779Z[ host-image] Feb 25 21:41:07.586 INFO O| Feb 25 21:41:07.586 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
93812026-02-25T21:41:08.658Z[ host-image] Feb 25 21:41:08.481 INFO O| Feb 25 21:41:08.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
93822026-02-25T21:41:08.658Z[ host-image] Feb 25 21:41:08.481 INFO O| Feb 25 21:41:08.480 INFO ok!
93832026-02-25T21:41:08.684Z[ host-image] Feb 25 21:41:08.481 INFO O| Feb 25 21:41:08.480 INFO STEP 83 (ensure_file) COMPLETE
93842026-02-25T21:41:08.684Z[ host-image] Feb 25 21:41:08.481 INFO O| Feb 25 21:41:08.481 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852026-02-25T21:41:08.709Z[ host-image] Feb 25 21:41:08.518 INFO O| Feb 25 21:41:08.518 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
93862026-02-25T21:41:08.709Z[ host-image] Feb 25 21:41:08.518 INFO O| Feb 25 21:41:08.518 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
93872026-02-25T21:41:11.755Z[ recovery-image] Feb 25 21:41:11.577 INFO O| Feb 25 21:41:11.577 INFO STEP 1 (unpack_tar) COMPLETE
93882026-02-25T21:41:11.755Z[ recovery-image] Feb 25 21:41:11.577 INFO O| Feb 25 21:41:11.577 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93892026-02-25T21:41:11.782Z[ recovery-image] Feb 25 21:41:11.596 INFO O| Feb 25 21:41:11.596 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
93902026-02-25T21:41:12.387Z[ host-image] Feb 25 21:41:12.210 INFO O| Feb 25 21:41:12.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
93912026-02-25T21:41:12.387Z[ host-image] Feb 25 21:41:12.210 INFO O| Feb 25 21:41:12.210 INFO ok!
93922026-02-25T21:41:12.412Z[ host-image] Feb 25 21:41:12.210 INFO O| Feb 25 21:41:12.210 INFO STEP 84 (ensure_file) COMPLETE
93932026-02-25T21:41:12.412Z[ host-image] Feb 25 21:41:12.210 INFO O| Feb 25 21:41:12.210 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93942026-02-25T21:41:12.438Z[ host-image] Feb 25 21:41:12.239 INFO O| Feb 25 21:41:12.239 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
93952026-02-25T21:41:12.438Z[ host-image] Feb 25 21:41:12.240 INFO O| Feb 25 21:41:12.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
93962026-02-25T21:41:12.438Z[ host-image] Feb 25 21:41:12.240 INFO O| Feb 25 21:41:12.240 INFO STEP 85 (ensure_dir) COMPLETE
93972026-02-25T21:41:12.438Z[ host-image] Feb 25 21:41:12.240 INFO O| Feb 25 21:41:12.240 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982026-02-25T21:41:12.463Z[ host-image] Feb 25 21:41:12.270 INFO O| Feb 25 21:41:12.270 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93992026-02-25T21:41:12.464Z[ host-image] Feb 25 21:41:12.270 INFO O| Feb 25 21:41:12.270 INFO copying /tmp/.tmpHsUFYS/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 ...
94002026-02-25T21:41:12.464Z[ host-image] Feb 25 21:41:12.271 INFO O| Feb 25 21:41:12.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94012026-02-25T21:41:12.464Z[ host-image] Feb 25 21:41:12.271 INFO O| Feb 25 21:41:12.271 INFO ok!
94022026-02-25T21:41:12.464Z[ host-image] Feb 25 21:41:12.271 INFO O| Feb 25 21:41:12.271 INFO STEP 86 (ensure_file) COMPLETE
94032026-02-25T21:41:12.464Z[ host-image] Feb 25 21:41:12.271 INFO O| Feb 25 21:41:12.271 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042026-02-25T21:41:12.489Z[ host-image] Feb 25 21:41:12.311 INFO O| Feb 25 21:41:12.311 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94052026-02-25T21:41:12.490Z[ host-image] Feb 25 21:41:12.312 INFO O| Feb 25 21:41:12.311 INFO copying /tmp/.tmpHsUFYS/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 ...
94062026-02-25T21:41:12.490Z[ host-image] Feb 25 21:41:12.312 INFO O| Feb 25 21:41:12.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
94072026-02-25T21:41:12.490Z[ host-image] Feb 25 21:41:12.312 INFO O| Feb 25 21:41:12.312 INFO ok!
94082026-02-25T21:41:12.490Z[ host-image] Feb 25 21:41:12.312 INFO O| Feb 25 21:41:12.312 INFO STEP 87 (ensure_file) COMPLETE
94092026-02-25T21:41:12.515Z[ host-image] Feb 25 21:41:12.312 INFO O| Feb 25 21:41:12.312 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102026-02-25T21:41:12.541Z[ host-image] Feb 25 21:41:12.348 INFO O| Feb 25 21:41:12.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94112026-02-25T21:41:12.541Z[ host-image] Feb 25 21:41:12.348 INFO O| Feb 25 21:41:12.348 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
94122026-02-25T21:41:12.541Z[ host-image] Feb 25 21:41:12.349 INFO O| Feb 25 21:41:12.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
94132026-02-25T21:41:12.541Z[ host-image] Feb 25 21:41:12.349 INFO O| Feb 25 21:41:12.349 INFO ok!
94142026-02-25T21:41:12.541Z[ host-image] Feb 25 21:41:12.349 INFO O| Feb 25 21:41:12.349 INFO STEP 88 (ensure_file) COMPLETE
94152026-02-25T21:41:12.541Z[ host-image] Feb 25 21:41:12.349 INFO O| Feb 25 21:41:12.349 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162026-02-25T21:41:12.572Z[ host-image] Feb 25 21:41:12.395 INFO O| Feb 25 21:41:12.395 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
94172026-02-25T21:41:12.572Z[ host-image] Feb 25 21:41:12.395 INFO O| Feb 25 21:41:12.395 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
94182026-02-25T21:41:12.598Z[ host-image] Feb 25 21:41:12.396 INFO O| Feb 25 21:41:12.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
94192026-02-25T21:41:12.598Z[ host-image] Feb 25 21:41:12.396 INFO O| Feb 25 21:41:12.396 INFO ok!
94202026-02-25T21:41:12.598Z[ host-image] Feb 25 21:41:12.396 INFO O| Feb 25 21:41:12.396 INFO STEP 89 (ensure_file) COMPLETE
94212026-02-25T21:41:12.598Z[ host-image] Feb 25 21:41:12.396 INFO O| Feb 25 21:41:12.396 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222026-02-25T21:41:12.625Z[ host-image] Feb 25 21:41:12.434 INFO O| Feb 25 21:41:12.434 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
94232026-02-25T21:41:12.625Z[ host-image] Feb 25 21:41:12.434 INFO O| Feb 25 21:41:12.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
94242026-02-25T21:41:12.625Z[ host-image] Feb 25 21:41:12.434 INFO O| Feb 25 21:41:12.434 INFO STEP 90 (ensure_dir) COMPLETE
94252026-02-25T21:41:12.625Z[ host-image] Feb 25 21:41:12.434 INFO O| Feb 25 21:41:12.434 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262026-02-25T21:41:12.650Z[ host-image] Feb 25 21:41:12.468 INFO O| Feb 25 21:41:12.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
94272026-02-25T21:41:12.650Z[ host-image] Feb 25 21:41:12.469 INFO O| Feb 25 21:41:12.468 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
94282026-02-25T21:41:12.677Z[ host-image] Feb 25 21:41:12.484 INFO O| Feb 25 21:41:12.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
94292026-02-25T21:41:12.677Z[ host-image] Feb 25 21:41:12.484 INFO O| Feb 25 21:41:12.484 INFO ok!
94302026-02-25T21:41:12.677Z[ host-image] Feb 25 21:41:12.484 INFO O| Feb 25 21:41:12.484 INFO STEP 91 (ensure_file) COMPLETE
94312026-02-25T21:41:12.677Z[ host-image] Feb 25 21:41:12.484 INFO O| Feb 25 21:41:12.484 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322026-02-25T21:41:12.765Z[ host-image] Feb 25 21:41:12.515 INFO O| Feb 25 21:41:12.515 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
94332026-02-25T21:41:12.765Z[ host-image] Feb 25 21:41:12.515 INFO O| Feb 25 21:41:12.515 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
94342026-02-25T21:41:12.765Z[ host-image] Feb 25 21:41:12.515 INFO O| Feb 25 21:41:12.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
94352026-02-25T21:41:12.765Z[ host-image] Feb 25 21:41:12.515 INFO O| Feb 25 21:41:12.515 INFO ok!
94362026-02-25T21:41:12.765Z[ host-image] Feb 25 21:41:12.515 INFO O| Feb 25 21:41:12.515 INFO STEP 92 (ensure_file) COMPLETE
94372026-02-25T21:41:12.765Z[ host-image] Feb 25 21:41:12.515 INFO O| Feb 25 21:41:12.515 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382026-02-25T21:41:12.793Z[ host-image] Feb 25 21:41:12.546 INFO O| Feb 25 21:41:12.545 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94392026-02-25T21:41:12.797Z[ host-image] Feb 25 21:41:12.546 INFO O| Feb 25 21:41:12.545 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
94402026-02-25T21:41:13.239Z[ recovery-image] Feb 25 21:41:13.050 INFO O| Feb 25 21:41:13.050 INFO STEP 2 (devfsadm) COMPLETE
94412026-02-25T21:41:13.266Z[ recovery-image] Feb 25 21:41:13.050 INFO O| Feb 25 21:41:13.050 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94422026-02-25T21:41:13.266Z[ recovery-image] Feb 25 21:41:13.077 INFO O| Feb 25 21:41:13.076 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
94432026-02-25T21:41:13.266Z[ recovery-image] Feb 25 21:41:13.077 INFO O| Feb 25 21:41:13.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
94442026-02-25T21:41:13.291Z[ recovery-image] Feb 25 21:41:13.077 INFO O| Feb 25 21:41:13.076 INFO STEP 3 (ensure_dir) COMPLETE
94452026-02-25T21:41:13.291Z[ recovery-image] Feb 25 21:41:13.077 INFO O| Feb 25 21:41:13.076 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94462026-02-25T21:41:13.291Z[ recovery-image] Feb 25 21:41:13.104 INFO O| Feb 25 21:41:13.103 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
94472026-02-25T21:41:13.291Z[ recovery-image] Feb 25 21:41:13.104 INFO O| Feb 25 21:41:13.103 INFO STEP 4 (ensure_dir) COMPLETE
94482026-02-25T21:41:13.291Z[ recovery-image] Feb 25 21:41:13.104 INFO O| Feb 25 21:41:13.103 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94492026-02-25T21:41:13.317Z[ recovery-image] Feb 25 21:41:13.127 INFO O| Feb 25 21:41:13.126 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94502026-02-25T21:41:13.317Z[ recovery-image] Feb 25 21:41:13.127 INFO O| Feb 25 21:41:13.127 INFO STEP 5 (ensure_dir) COMPLETE
94512026-02-25T21:41:13.317Z[ recovery-image] Feb 25 21:41:13.127 INFO O| Feb 25 21:41:13.127 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94522026-02-25T21:41:13.344Z[ recovery-image] Feb 25 21:41:13.148 INFO O| Feb 25 21:41:13.147 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
94532026-02-25T21:41:13.344Z[ recovery-image] Feb 25 21:41:13.148 INFO O| Feb 25 21:41:13.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
94542026-02-25T21:41:13.344Z[ recovery-image] Feb 25 21:41:13.148 INFO O| Feb 25 21:41:13.147 INFO STEP 6 (ensure_dir) COMPLETE
94552026-02-25T21:41:13.344Z[ recovery-image] Feb 25 21:41:13.148 INFO O| Feb 25 21:41:13.147 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94562026-02-25T21:41:13.371Z[ recovery-image] Feb 25 21:41:13.175 INFO O| Feb 25 21:41:13.174 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
94572026-02-25T21:41:13.371Z[ recovery-image] Feb 25 21:41:13.175 INFO O| Feb 25 21:41:13.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
94582026-02-25T21:41:13.371Z[ recovery-image] Feb 25 21:41:13.175 INFO O| Feb 25 21:41:13.175 INFO STEP 7 (ensure_dir) COMPLETE
94592026-02-25T21:41:13.371Z[ recovery-image] Feb 25 21:41:13.175 INFO O| Feb 25 21:41:13.175 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94602026-02-25T21:41:13.397Z[ recovery-image] Feb 25 21:41:13.207 INFO O| Feb 25 21:41:13.206 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
94612026-02-25T21:41:13.397Z[ recovery-image] Feb 25 21:41:13.207 INFO O| Feb 25 21:41:13.206 INFO STEP 8 (remove_files) COMPLETE
94622026-02-25T21:41:13.398Z[ recovery-image] Feb 25 21:41:13.207 INFO O| Feb 25 21:41:13.207 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94632026-02-25T21:41:13.426Z[ recovery-image] Feb 25 21:41:13.229 INFO O| Feb 25 21:41:13.228 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
94642026-02-25T21:41:13.426Z[ recovery-image] Feb 25 21:41:13.231 INFO O| Feb 25 21:41:13.231 INFO STEP 9 (remove_files) COMPLETE
94652026-02-25T21:41:13.426Z[ recovery-image] Feb 25 21:41:13.231 INFO O| Feb 25 21:41:13.231 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94662026-02-25T21:41:13.451Z[ recovery-image] Feb 25 21:41:13.251 INFO O| Feb 25 21:41:13.251 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
94672026-02-25T21:41:13.451Z[ recovery-image] Feb 25 21:41:13.255 INFO O| Feb 25 21:41:13.255 INFO STEP 10 (remove_files) COMPLETE
94682026-02-25T21:41:13.451Z[ recovery-image] Feb 25 21:41:13.255 INFO O| Feb 25 21:41:13.255 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94692026-02-25T21:41:13.477Z[ recovery-image] Feb 25 21:41:13.293 INFO O| Feb 25 21:41:13.293 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
94702026-02-25T21:41:13.477Z[ recovery-image] Feb 25 21:41:13.293 INFO O| Feb 25 21:41:13.293 INFO STEP 11 (remove_files) COMPLETE
94712026-02-25T21:41:13.477Z[ recovery-image] Feb 25 21:41:13.294 INFO O| Feb 25 21:41:13.293 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94722026-02-25T21:41:13.504Z[ recovery-image] Feb 25 21:41:13.325 INFO O| Feb 25 21:41:13.324 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
94732026-02-25T21:41:13.504Z[ recovery-image] Feb 25 21:41:13.325 INFO O| Feb 25 21:41:13.325 INFO STEP 12 (remove_files) COMPLETE
94742026-02-25T21:41:13.505Z[ recovery-image] Feb 25 21:41:13.325 INFO O| Feb 25 21:41:13.325 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94752026-02-25T21:41:13.532Z[ recovery-image] Feb 25 21:41:13.355 INFO O| Feb 25 21:41:13.355 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
94762026-02-25T21:41:13.557Z[ recovery-image] Feb 25 21:41:13.355 INFO O| Feb 25 21:41:13.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
94772026-02-25T21:41:13.557Z[ recovery-image] Feb 25 21:41:13.355 INFO O| Feb 25 21:41:13.355 INFO STEP 13 (ensure_dir) COMPLETE
94782026-02-25T21:41:13.557Z[ recovery-image] Feb 25 21:41:13.356 INFO O| Feb 25 21:41:13.355 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94792026-02-25T21:41:13.583Z[ recovery-image] Feb 25 21:41:13.383 INFO O| Feb 25 21:41:13.383 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
94802026-02-25T21:41:13.583Z[ recovery-image] Feb 25 21:41:13.383 INFO O| Feb 25 21:41:13.383 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
94812026-02-25T21:41:13.583Z[ recovery-image] Feb 25 21:41:13.383 INFO O| Feb 25 21:41:13.383 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
94822026-02-25T21:41:13.583Z[ recovery-image] Feb 25 21:41:13.384 INFO O| Feb 25 21:41:13.383 INFO STEP 14 (ensure_dir) COMPLETE
94832026-02-25T21:41:13.583Z[ recovery-image] Feb 25 21:41:13.384 INFO O| Feb 25 21:41:13.383 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94842026-02-25T21:41:13.609Z[ recovery-image] Feb 25 21:41:13.410 INFO O| Feb 25 21:41:13.409 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94852026-02-25T21:41:13.610Z[ recovery-image] Feb 25 21:41:13.410 INFO O| Feb 25 21:41:13.410 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94862026-02-25T21:41:13.610Z[ recovery-image] Feb 25 21:41:13.410 INFO O| Feb 25 21:41:13.410 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
94872026-02-25T21:41:13.610Z[ recovery-image] Feb 25 21:41:13.410 INFO O| Feb 25 21:41:13.410 INFO STEP 15 (ensure_dir) COMPLETE
94882026-02-25T21:41:13.610Z[ recovery-image] Feb 25 21:41:13.410 INFO O| Feb 25 21:41:13.410 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94892026-02-25T21:41:13.636Z[ recovery-image] Feb 25 21:41:13.435 INFO O| Feb 25 21:41:13.435 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
94902026-02-25T21:41:13.636Z[ recovery-image] Feb 25 21:41:13.436 INFO O| Feb 25 21:41:13.435 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
94912026-02-25T21:41:13.636Z[ recovery-image] Feb 25 21:41:13.436 INFO O| Feb 25 21:41:13.436 INFO STEP 16 (ensure_dir) COMPLETE
94922026-02-25T21:41:13.636Z[ recovery-image] Feb 25 21:41:13.436 INFO O| Feb 25 21:41:13.436 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94932026-02-25T21:41:13.661Z[ recovery-image] Feb 25 21:41:13.469 INFO O| Feb 25 21:41:13.469 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
94942026-02-25T21:41:13.661Z[ recovery-image] Feb 25 21:41:13.469 INFO O| Feb 25 21:41:13.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
94952026-02-25T21:41:13.661Z[ recovery-image] Feb 25 21:41:13.469 INFO O| Feb 25 21:41:13.469 INFO STEP 17 (ensure_dir) COMPLETE
94962026-02-25T21:41:13.661Z[ recovery-image] Feb 25 21:41:13.469 INFO O| Feb 25 21:41:13.469 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94972026-02-25T21:41:13.687Z[ recovery-image] Feb 25 21:41:13.508 INFO O| Feb 25 21:41:13.507 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94982026-02-25T21:41:13.687Z[ recovery-image] Feb 25 21:41:13.508 INFO O| Feb 25 21:41:13.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
94992026-02-25T21:41:13.687Z[ recovery-image] Feb 25 21:41:13.508 INFO O| Feb 25 21:41:13.508 INFO ok!
95002026-02-25T21:41:13.687Z[ recovery-image] Feb 25 21:41:13.508 INFO O| Feb 25 21:41:13.508 INFO STEP 18 (ensure_symlink) COMPLETE
95012026-02-25T21:41:13.687Z[ recovery-image] Feb 25 21:41:13.508 INFO O| Feb 25 21:41:13.508 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95022026-02-25T21:41:13.720Z[ recovery-image] Feb 25 21:41:13.543 INFO O| Feb 25 21:41:13.543 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
95032026-02-25T21:41:13.720Z[ recovery-image] Feb 25 21:41:13.543 INFO O| Feb 25 21:41:13.543 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
95042026-02-25T21:41:13.720Z[ recovery-image] Feb 25 21:41:13.543 INFO O| Feb 25 21:41:13.543 INFO ok!
95052026-02-25T21:41:13.746Z[ recovery-image] Feb 25 21:41:13.543 INFO O| Feb 25 21:41:13.543 INFO STEP 19 (ensure_file) COMPLETE
95062026-02-25T21:41:13.746Z[ recovery-image] Feb 25 21:41:13.543 INFO O| Feb 25 21:41:13.543 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95072026-02-25T21:41:13.746Z[ recovery-image] Feb 25 21:41:13.567 INFO O| Feb 25 21:41:13.567 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
95082026-02-25T21:41:13.746Z[ recovery-image] Feb 25 21:41:13.567 INFO O| Feb 25 21:41:13.567 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95092026-02-25T21:41:13.746Z[ recovery-image] Feb 25 21:41:13.567 INFO O| Feb 25 21:41:13.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
95102026-02-25T21:41:13.747Z[ recovery-image] Feb 25 21:41:13.567 INFO O| Feb 25 21:41:13.567 INFO ok!
95112026-02-25T21:41:13.747Z[ recovery-image] Feb 25 21:41:13.567 INFO O| Feb 25 21:41:13.567 INFO STEP 20 (ensure_symlink) COMPLETE
95122026-02-25T21:41:13.747Z[ recovery-image] Feb 25 21:41:13.567 INFO O| Feb 25 21:41:13.567 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95132026-02-25T21:41:13.772Z[ recovery-image] Feb 25 21:41:13.589 INFO O| Feb 25 21:41:13.589 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
95142026-02-25T21:41:13.772Z[ recovery-image] Feb 25 21:41:13.589 INFO O| Feb 25 21:41:13.589 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95152026-02-25T21:41:13.772Z[ recovery-image] Feb 25 21:41:13.589 INFO O| Feb 25 21:41:13.589 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
95162026-02-25T21:41:13.772Z[ recovery-image] Feb 25 21:41:13.589 INFO O| Feb 25 21:41:13.589 INFO ok!
95172026-02-25T21:41:13.772Z[ recovery-image] Feb 25 21:41:13.589 INFO O| Feb 25 21:41:13.589 INFO STEP 21 (ensure_symlink) COMPLETE
95182026-02-25T21:41:13.772Z[ recovery-image] Feb 25 21:41:13.589 INFO O| Feb 25 21:41:13.589 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95192026-02-25T21:41:13.798Z[ recovery-image] Feb 25 21:41:13.608 INFO O| Feb 25 21:41:13.608 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
95202026-02-25T21:41:13.798Z[ recovery-image] Feb 25 21:41:13.608 INFO O| Feb 25 21:41:13.608 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95212026-02-25T21:41:13.798Z[ recovery-image] Feb 25 21:41:13.608 INFO O| Feb 25 21:41:13.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
95222026-02-25T21:41:13.798Z[ recovery-image] Feb 25 21:41:13.608 INFO O| Feb 25 21:41:13.608 INFO ok!
95232026-02-25T21:41:13.799Z[ recovery-image] Feb 25 21:41:13.608 INFO O| Feb 25 21:41:13.608 INFO STEP 22 (ensure_symlink) COMPLETE
95242026-02-25T21:41:13.799Z[ recovery-image] Feb 25 21:41:13.608 INFO O| Feb 25 21:41:13.608 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95252026-02-25T21:41:13.825Z[ recovery-image] Feb 25 21:41:13.627 INFO O| Feb 25 21:41:13.627 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
95262026-02-25T21:41:13.825Z[ recovery-image] Feb 25 21:41:13.627 INFO O| Feb 25 21:41:13.627 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95272026-02-25T21:41:13.825Z[ recovery-image] Feb 25 21:41:13.627 INFO O| Feb 25 21:41:13.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
95282026-02-25T21:41:13.825Z[ recovery-image] Feb 25 21:41:13.627 INFO O| Feb 25 21:41:13.627 INFO ok!
95292026-02-25T21:41:13.825Z[ recovery-image] Feb 25 21:41:13.627 INFO O| Feb 25 21:41:13.627 INFO STEP 23 (ensure_symlink) COMPLETE
95302026-02-25T21:41:13.825Z[ recovery-image] Feb 25 21:41:13.627 INFO O| Feb 25 21:41:13.627 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95312026-02-25T21:41:13.825Z[ recovery-image] Feb 25 21:41:13.646 INFO O| Feb 25 21:41:13.645 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95322026-02-25T21:41:13.826Z[ recovery-image] Feb 25 21:41:13.646 INFO O| Feb 25 21:41:13.646 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 ...
95332026-02-25T21:41:13.826Z[ recovery-image] Feb 25 21:41:13.647 INFO O| Feb 25 21:41:13.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
95342026-02-25T21:41:13.826Z[ recovery-image] Feb 25 21:41:13.647 INFO O| Feb 25 21:41:13.646 INFO ok!
95352026-02-25T21:41:13.826Z[ recovery-image] Feb 25 21:41:13.647 INFO O| Feb 25 21:41:13.646 INFO STEP 24 (ensure_file) COMPLETE
95362026-02-25T21:41:13.852Z[ recovery-image] Feb 25 21:41:13.647 INFO O| Feb 25 21:41:13.646 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95372026-02-25T21:41:13.852Z[ recovery-image] Feb 25 21:41:13.671 INFO O| Feb 25 21:41:13.670 INFO updating shadow file
95382026-02-25T21:41:13.852Z[ recovery-image] Feb 25 21:41:13.671 INFO O| Feb 25 21:41:13.671 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
95392026-02-25T21:41:13.852Z[ recovery-image] Feb 25 21:41:13.672 INFO O| Feb 25 21:41:13.671 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
95402026-02-25T21:41:13.852Z[ recovery-image] Feb 25 21:41:13.672 INFO O| Feb 25 21:41:13.671 INFO STEP 25 (shadow) COMPLETE
95412026-02-25T21:41:13.852Z[ recovery-image] Feb 25 21:41:13.672 INFO O| Feb 25 21:41:13.671 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95422026-02-25T21:41:13.879Z[ recovery-image] Feb 25 21:41:13.696 INFO O| Feb 25 21:41:13.695 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
95432026-02-25T21:41:13.879Z[ recovery-image] Feb 25 21:41:13.696 INFO O| Feb 25 21:41:13.695 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
95442026-02-25T21:41:13.879Z[ recovery-image] Feb 25 21:41:13.697 INFO O| Feb 25 21:41:13.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
95452026-02-25T21:41:13.879Z[ recovery-image] Feb 25 21:41:13.697 INFO O| Feb 25 21:41:13.696 INFO ok!
95462026-02-25T21:41:13.881Z[ recovery-image] Feb 25 21:41:13.697 INFO O| Feb 25 21:41:13.696 INFO STEP 26 (ensure_file) COMPLETE
95472026-02-25T21:41:13.881Z[ recovery-image] Feb 25 21:41:13.697 INFO O| Feb 25 21:41:13.696 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95482026-02-25T21:41:13.908Z[ recovery-image] Feb 25 21:41:13.723 INFO O| Feb 25 21:41:13.723 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
95492026-02-25T21:41:13.934Z[ recovery-image] Feb 25 21:41:13.723 INFO O| Feb 25 21:41:13.723 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
95502026-02-25T21:41:13.934Z[ recovery-image] Feb 25 21:41:13.723 INFO O| Feb 25 21:41:13.723 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
95512026-02-25T21:41:13.934Z[ recovery-image] Feb 25 21:41:13.723 INFO O| Feb 25 21:41:13.723 INFO ok!
95522026-02-25T21:41:13.934Z[ recovery-image] Feb 25 21:41:13.723 INFO O| Feb 25 21:41:13.723 INFO STEP 27 (ensure_file) COMPLETE
95532026-02-25T21:41:13.934Z[ recovery-image] Feb 25 21:41:13.723 INFO O| Feb 25 21:41:13.723 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95542026-02-25T21:41:13.934Z[ recovery-image] Feb 25 21:41:13.748 INFO O| Feb 25 21:41:13.747 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95552026-02-25T21:41:13.934Z[ recovery-image] Feb 25 21:41:13.748 INFO O| Feb 25 21:41:13.748 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
95562026-02-25T21:41:13.934Z[ recovery-image] Feb 25 21:41:13.749 INFO O| Feb 25 21:41:13.748 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
95572026-02-25T21:41:13.934Z[ recovery-image] Feb 25 21:41:13.749 INFO O| Feb 25 21:41:13.748 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
95582026-02-25T21:41:13.934Z[ recovery-image] Feb 25 21:41:13.749 INFO O| Feb 25 21:41:13.748 INFO ok!
95592026-02-25T21:41:13.936Z[ recovery-image] Feb 25 21:41:13.749 INFO O| Feb 25 21:41:13.748 INFO STEP 28 (ensure_file) COMPLETE
95602026-02-25T21:41:13.936Z[ recovery-image] Feb 25 21:41:13.749 INFO O| Feb 25 21:41:13.748 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95612026-02-25T21:41:13.962Z[ recovery-image] Feb 25 21:41:13.774 INFO O| Feb 25 21:41:13.773 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
95622026-02-25T21:41:13.963Z[ recovery-image] Feb 25 21:41:13.774 INFO O| Feb 25 21:41:13.773 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
95632026-02-25T21:41:13.963Z[ recovery-image] Feb 25 21:41:13.774 INFO O| Feb 25 21:41:13.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
95642026-02-25T21:41:13.963Z[ recovery-image] Feb 25 21:41:13.774 INFO O| Feb 25 21:41:13.773 INFO ok!
95652026-02-25T21:41:13.963Z[ recovery-image] Feb 25 21:41:13.774 INFO O| Feb 25 21:41:13.773 INFO STEP 29 (ensure_file) COMPLETE
95662026-02-25T21:41:13.963Z[ recovery-image] Feb 25 21:41:13.774 INFO O| Feb 25 21:41:13.773 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95672026-02-25T21:41:13.990Z[ recovery-image] Feb 25 21:41:13.796 INFO O| Feb 25 21:41:13.795 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
95682026-02-25T21:41:13.990Z[ recovery-image] Feb 25 21:41:13.796 INFO O| Feb 25 21:41:13.796 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
95692026-02-25T21:41:13.990Z[ recovery-image] Feb 25 21:41:13.797 INFO O| Feb 25 21:41:13.796 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
95702026-02-25T21:41:13.990Z[ recovery-image] Feb 25 21:41:13.797 INFO O| Feb 25 21:41:13.796 INFO STEP 30 (ensure_dir) COMPLETE
95712026-02-25T21:41:13.990Z[ recovery-image] Feb 25 21:41:13.797 INFO O| Feb 25 21:41:13.796 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95722026-02-25T21:41:14.016Z[ recovery-image] Feb 25 21:41:13.821 INFO O| Feb 25 21:41:13.820 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
95732026-02-25T21:41:14.016Z[ recovery-image] Feb 25 21:41:13.821 INFO O| Feb 25 21:41:13.820 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 ...
95742026-02-25T21:41:14.016Z[ recovery-image] Feb 25 21:41:13.821 INFO O| Feb 25 21:41:13.820 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
95752026-02-25T21:41:14.016Z[ recovery-image] Feb 25 21:41:13.821 INFO O| Feb 25 21:41:13.820 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
95762026-02-25T21:41:14.016Z[ recovery-image] Feb 25 21:41:13.821 INFO O| Feb 25 21:41:13.820 INFO ok!
95772026-02-25T21:41:14.016Z[ recovery-image] Feb 25 21:41:13.821 INFO O| Feb 25 21:41:13.820 INFO STEP 31 (ensure_file) COMPLETE
95782026-02-25T21:41:14.016Z[ recovery-image] Feb 25 21:41:13.821 INFO O| Feb 25 21:41:13.820 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95792026-02-25T21:41:14.042Z[ recovery-image] Feb 25 21:41:13.845 INFO O| Feb 25 21:41:13.845 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
95802026-02-25T21:41:14.042Z[ recovery-image] Feb 25 21:41:13.846 INFO O| Feb 25 21:41:13.845 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
95812026-02-25T21:41:14.044Z[ recovery-image] Feb 25 21:41:13.846 INFO O| Feb 25 21:41:13.846 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
95822026-02-25T21:41:14.044Z[ recovery-image] Feb 25 21:41:13.846 INFO O| Feb 25 21:41:13.846 INFO STEP 32 (ensure_dir) COMPLETE
95832026-02-25T21:41:14.044Z[ recovery-image] Feb 25 21:41:13.846 INFO O| Feb 25 21:41:13.846 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95842026-02-25T21:41:14.072Z[ recovery-image] Feb 25 21:41:13.882 INFO O| Feb 25 21:41:13.882 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95852026-02-25T21:41:14.072Z[ recovery-image] Feb 25 21:41:13.882 INFO O| Feb 25 21:41:13.882 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 ...
95862026-02-25T21:41:14.072Z[ recovery-image] Feb 25 21:41:13.882 INFO O| Feb 25 21:41:13.882 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
95872026-02-25T21:41:14.072Z[ recovery-image] Feb 25 21:41:13.882 INFO O| Feb 25 21:41:13.882 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
95882026-02-25T21:41:14.072Z[ recovery-image] Feb 25 21:41:13.882 INFO O| Feb 25 21:41:13.882 INFO ok!
95892026-02-25T21:41:14.072Z[ recovery-image] Feb 25 21:41:13.882 INFO O| Feb 25 21:41:13.882 INFO STEP 33 (ensure_file) COMPLETE
95902026-02-25T21:41:14.072Z[ recovery-image] Feb 25 21:41:13.882 INFO O| Feb 25 21:41:13.882 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95912026-02-25T21:41:14.213Z[ recovery-image] Feb 25 21:41:13.913 INFO O| Feb 25 21:41:13.912 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
95922026-02-25T21:41:14.214Z[ recovery-image] Feb 25 21:41:13.913 INFO O| Feb 25 21:41:13.913 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
95932026-02-25T21:41:14.214Z[ recovery-image] Feb 25 21:41:13.913 INFO O| Feb 25 21:41:13.913 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
95942026-02-25T21:41:14.214Z[ recovery-image] Feb 25 21:41:13.913 INFO O| Feb 25 21:41:13.913 INFO ok!
95952026-02-25T21:41:14.214Z[ recovery-image] Feb 25 21:41:13.913 INFO O| Feb 25 21:41:13.913 INFO STEP 34 (ensure_file) COMPLETE
95962026-02-25T21:41:14.214Z[ recovery-image] Feb 25 21:41:13.913 INFO O| Feb 25 21:41:13.913 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
95972026-02-25T21:41:14.246Z[ recovery-image] Feb 25 21:41:13.949 INFO O| Feb 25 21:41:13.949 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
95982026-02-25T21:41:14.246Z[ recovery-image] Feb 25 21:41:13.949 INFO O| Feb 25 21:41:13.949 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
95992026-02-25T21:41:14.246Z[ recovery-image] Feb 25 21:41:13.950 INFO O| Feb 25 21:41:13.950 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
96002026-02-25T21:41:14.246Z[ recovery-image] Feb 25 21:41:13.950 INFO O| Feb 25 21:41:13.950 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
96012026-02-25T21:41:14.246Z[ recovery-image] Feb 25 21:41:13.950 INFO O| Feb 25 21:41:13.950 INFO ok!
96022026-02-25T21:41:14.246Z[ recovery-image] Feb 25 21:41:13.950 INFO O| Feb 25 21:41:13.950 INFO STEP 35 (ensure_file) COMPLETE
96032026-02-25T21:41:14.247Z[ recovery-image] Feb 25 21:41:13.950 INFO O| Feb 25 21:41:13.950 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
96042026-02-25T21:41:14.247Z[ recovery-image] Feb 25 21:41:13.984 INFO O| Feb 25 21:41:13.984 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
96052026-02-25T21:41:14.248Z[ recovery-image] Feb 25 21:41:13.985 INFO O| Feb 25 21:41:13.984 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
96062026-02-25T21:41:14.248Z[ recovery-image] Feb 25 21:41:13.985 INFO O| Feb 25 21:41:13.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
96072026-02-25T21:41:14.248Z[ recovery-image] Feb 25 21:41:13.985 INFO O| Feb 25 21:41:13.985 INFO ok!
96082026-02-25T21:41:14.248Z[ recovery-image] Feb 25 21:41:13.985 INFO O| Feb 25 21:41:13.985 INFO STEP 36 (ensure_file) COMPLETE
96092026-02-25T21:41:14.248Z[ recovery-image] Feb 25 21:41:13.985 INFO O| Feb 25 21:41:13.985 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
96102026-02-25T21:41:14.248Z[ recovery-image] Feb 25 21:41:14.015 INFO O| Feb 25 21:41:14.015 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96112026-02-25T21:41:14.248Z[ recovery-image] Feb 25 21:41:14.016 INFO O| Feb 25 21:41:14.016 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
96122026-02-25T21:41:14.248Z[ recovery-image] Feb 25 21:41:14.016 INFO O| Feb 25 21:41:14.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
96132026-02-25T21:41:14.248Z[ recovery-image] Feb 25 21:41:14.016 INFO O| Feb 25 21:41:14.016 INFO ok!
96142026-02-25T21:41:14.248Z[ recovery-image] Feb 25 21:41:14.016 INFO O| Feb 25 21:41:14.016 INFO STEP 37 (ensure_file) COMPLETE
96152026-02-25T21:41:14.248Z[ recovery-image] Feb 25 21:41:14.016 INFO O| Feb 25 21:41:14.016 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
96162026-02-25T21:41:14.248Z[ recovery-image] Feb 25 21:41:14.049 INFO O| Feb 25 21:41:14.049 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
96172026-02-25T21:41:14.248Z[ recovery-image] Feb 25 21:41:14.050 INFO O| Feb 25 21:41:14.049 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
96182026-02-25T21:41:14.248Z[ recovery-image] Feb 25 21:41:14.050 INFO O| Feb 25 21:41:14.050 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
96192026-02-25T21:41:14.249Z[ recovery-image] Feb 25 21:41:14.050 INFO O| Feb 25 21:41:14.050 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
96202026-02-25T21:41:14.249Z[ recovery-image] Feb 25 21:41:14.050 INFO O| Feb 25 21:41:14.050 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
96212026-02-25T21:41:14.249Z[ recovery-image] Feb 25 21:41:14.051 INFO O| Feb 25 21:41:14.050 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
96222026-02-25T21:41:14.249Z[ recovery-image] Feb 25 21:41:14.051 INFO O| Feb 25 21:41:14.050 INFO ok!
96232026-02-25T21:41:14.249Z[ recovery-image] Feb 25 21:41:14.051 INFO O| Feb 25 21:41:14.050 INFO STEP 38 (ensure_file) COMPLETE
96242026-02-25T21:41:14.249Z[ recovery-image] Feb 25 21:41:14.051 INFO O| Feb 25 21:41:14.050 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96252026-02-25T21:41:14.276Z[ recovery-image] Feb 25 21:41:14.079 INFO O| Feb 25 21:41:14.079 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
96262026-02-25T21:41:14.277Z[ recovery-image] Feb 25 21:41:14.080 INFO O| Feb 25 21:41:14.079 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
96272026-02-25T21:41:14.277Z[ recovery-image] Feb 25 21:41:14.080 INFO O| Feb 25 21:41:14.079 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
96282026-02-25T21:41:14.277Z[ recovery-image] Feb 25 21:41:14.080 INFO O| Feb 25 21:41:14.079 INFO STEP 39 (ensure_dir) COMPLETE
96292026-02-25T21:41:14.277Z[ recovery-image] Feb 25 21:41:14.080 INFO O| Feb 25 21:41:14.079 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96302026-02-25T21:41:14.315Z[ recovery-image] Feb 25 21:41:14.119 INFO O| Feb 25 21:41:14.119 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
96312026-02-25T21:41:14.315Z[ recovery-image] Feb 25 21:41:14.120 INFO O| Feb 25 21:41:14.119 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 ...
96322026-02-25T21:41:14.315Z[ recovery-image] Feb 25 21:41:14.120 INFO O| Feb 25 21:41:14.120 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
96332026-02-25T21:41:14.315Z[ recovery-image] Feb 25 21:41:14.120 INFO O| Feb 25 21:41:14.120 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
96342026-02-25T21:41:14.315Z[ recovery-image] Feb 25 21:41:14.120 INFO O| Feb 25 21:41:14.120 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
96352026-02-25T21:41:14.315Z[ recovery-image] Feb 25 21:41:14.120 INFO O| Feb 25 21:41:14.120 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
96362026-02-25T21:41:14.315Z[ recovery-image] Feb 25 21:41:14.120 INFO O| Feb 25 21:41:14.120 INFO ok!
96372026-02-25T21:41:14.315Z[ recovery-image] Feb 25 21:41:14.120 INFO O| Feb 25 21:41:14.120 INFO STEP 40 (ensure_file) COMPLETE
96382026-02-25T21:41:14.316Z[ recovery-image] Feb 25 21:41:14.120 INFO O| Feb 25 21:41:14.120 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96392026-02-25T21:41:14.350Z[ recovery-image] Feb 25 21:41:14.139 INFO O| Feb 25 21:41:14.139 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96402026-02-25T21:41:14.350Z[ recovery-image] Feb 25 21:41:14.139 INFO O| Feb 25 21:41:14.139 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 ...
96412026-02-25T21:41:14.351Z[ recovery-image] Feb 25 21:41:14.139 INFO O| Feb 25 21:41:14.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96422026-02-25T21:41:14.351Z[ recovery-image] Feb 25 21:41:14.139 INFO O| Feb 25 21:41:14.139 INFO ok!
96432026-02-25T21:41:14.351Z[ recovery-image] Feb 25 21:41:14.139 INFO O| Feb 25 21:41:14.139 INFO STEP 41 (ensure_symlink) COMPLETE
96442026-02-25T21:41:14.351Z[ recovery-image] Feb 25 21:41:14.139 INFO O| Feb 25 21:41:14.139 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96452026-02-25T21:41:14.351Z[ recovery-image] Feb 25 21:41:14.159 INFO O| Feb 25 21:41:14.159 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
96462026-02-25T21:41:14.351Z[ recovery-image] Feb 25 21:41:14.159 INFO O| Feb 25 21:41:14.159 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96472026-02-25T21:41:14.351Z[ recovery-image] Feb 25 21:41:14.159 INFO O| Feb 25 21:41:14.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
96482026-02-25T21:41:14.351Z[ recovery-image] Feb 25 21:41:14.159 INFO O| Feb 25 21:41:14.159 INFO ok!
96492026-02-25T21:41:14.351Z[ recovery-image] Feb 25 21:41:14.159 INFO O| Feb 25 21:41:14.159 INFO STEP 42 (ensure_symlink) COMPLETE
96502026-02-25T21:41:14.351Z[ recovery-image] Feb 25 21:41:14.159 INFO O| Feb 25 21:41:14.159 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
96512026-02-25T21:41:14.412Z[ recovery-image] Feb 25 21:41:14.179 INFO O| Feb 25 21:41:14.179 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
96522026-02-25T21:41:14.412Z[ recovery-image] Feb 25 21:41:14.179 INFO O| Feb 25 21:41:14.179 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
96532026-02-25T21:41:14.412Z[ recovery-image] Feb 25 21:41:14.180 INFO O| Feb 25 21:41:14.180 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
96542026-02-25T21:41:14.412Z[ recovery-image] Feb 25 21:41:14.180 INFO O| Feb 25 21:41:14.180 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
96552026-02-25T21:41:14.412Z[ recovery-image] Feb 25 21:41:14.180 INFO O| Feb 25 21:41:14.180 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
96562026-02-25T21:41:14.412Z[ recovery-image] Feb 25 21:41:14.180 INFO O| Feb 25 21:41:14.180 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
96572026-02-25T21:41:14.413Z[ recovery-image] Feb 25 21:41:14.180 INFO O| Feb 25 21:41:14.180 INFO ok!
96582026-02-25T21:41:14.413Z[ recovery-image] Feb 25 21:41:14.180 INFO O| Feb 25 21:41:14.180 INFO STEP 43 (ensure_file) COMPLETE
96592026-02-25T21:41:14.413Z[ recovery-image] Feb 25 21:41:14.180 INFO O| Feb 25 21:41:14.180 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
96602026-02-25T21:41:14.451Z[ recovery-image] Feb 25 21:41:14.208 INFO O| Feb 25 21:41:14.207 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
96612026-02-25T21:41:14.452Z[ recovery-image] Feb 25 21:41:14.208 INFO O| Feb 25 21:41:14.208 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 ...
96622026-02-25T21:41:14.452Z[ recovery-image] Feb 25 21:41:14.209 INFO O| Feb 25 21:41:14.208 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
96632026-02-25T21:41:14.452Z[ recovery-image] Feb 25 21:41:14.209 INFO O| Feb 25 21:41:14.208 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
96642026-02-25T21:41:14.453Z[ recovery-image] Feb 25 21:41:14.209 INFO O| Feb 25 21:41:14.208 INFO ok!
96652026-02-25T21:41:14.453Z[ recovery-image] Feb 25 21:41:14.209 INFO O| Feb 25 21:41:14.208 INFO STEP 44 (ensure_file) COMPLETE
96662026-02-25T21:41:14.453Z[ recovery-image] Feb 25 21:41:14.209 INFO O| Feb 25 21:41:14.208 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
96672026-02-25T21:41:14.453Z[ recovery-image] Feb 25 21:41:14.230 INFO O| Feb 25 21:41:14.230 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
96682026-02-25T21:41:14.453Z[ recovery-image] Feb 25 21:41:14.230 INFO O| Feb 25 21:41:14.230 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
96692026-02-25T21:41:14.454Z[ recovery-image] Feb 25 21:41:14.230 INFO O| Feb 25 21:41:14.230 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
96702026-02-25T21:41:14.454Z[ recovery-image] Feb 25 21:41:14.230 INFO O| Feb 25 21:41:14.230 INFO ok!
96712026-02-25T21:41:14.454Z[ recovery-image] Feb 25 21:41:14.230 INFO O| Feb 25 21:41:14.230 INFO STEP 45 (ensure_file) COMPLETE
96722026-02-25T21:41:14.454Z[ recovery-image] Feb 25 21:41:14.230 INFO O| Feb 25 21:41:14.230 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96732026-02-25T21:41:14.454Z[ recovery-image] Feb 25 21:41:14.255 INFO O| Feb 25 21:41:14.254 INFO updating shadow file
96742026-02-25T21:41:14.454Z[ recovery-image] Feb 25 21:41:14.255 INFO O| Feb 25 21:41:14.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
96752026-02-25T21:41:14.454Z[ recovery-image] Feb 25 21:41:14.255 INFO O| Feb 25 21:41:14.255 INFO STEP 46 (shadow) COMPLETE
96762026-02-25T21:41:14.454Z[ recovery-image] Feb 25 21:41:14.255 INFO O| Feb 25 21:41:14.255 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96772026-02-25T21:41:14.501Z[ recovery-image] Feb 25 21:41:14.280 INFO O| Feb 25 21:41:14.279 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
96782026-02-25T21:41:14.501Z[ recovery-image] Feb 25 21:41:14.280 INFO O| Feb 25 21:41:14.279 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
96792026-02-25T21:41:14.501Z[ recovery-image] Feb 25 21:41:14.280 INFO O| Feb 25 21:41:14.280 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
96802026-02-25T21:41:14.501Z[ recovery-image] Feb 25 21:41:14.280 INFO O| Feb 25 21:41:14.280 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
96812026-02-25T21:41:14.501Z[ recovery-image] Feb 25 21:41:14.280 INFO O| Feb 25 21:41:14.280 INFO ok!
96822026-02-25T21:41:14.501Z[ recovery-image] Feb 25 21:41:14.280 INFO O| Feb 25 21:41:14.280 INFO STEP 47 (ensure_file) COMPLETE
96832026-02-25T21:41:14.501Z[ recovery-image] Feb 25 21:41:14.280 INFO O| Feb 25 21:41:14.280 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96842026-02-25T21:41:14.528Z[ recovery-image] Feb 25 21:41:14.309 INFO O| Feb 25 21:41:14.308 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
96852026-02-25T21:41:14.528Z[ recovery-image] Feb 25 21:41:14.309 INFO O| Feb 25 21:41:14.308 INFO STEP 48 (ensure_dir) COMPLETE
96862026-02-25T21:41:14.528Z[ recovery-image] Feb 25 21:41:14.309 INFO O| Feb 25 21:41:14.308 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96872026-02-25T21:41:14.530Z[ recovery-image] Feb 25 21:41:14.334 INFO O| Feb 25 21:41:14.334 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
96882026-02-25T21:41:14.530Z[ recovery-image] Feb 25 21:41:14.334 INFO O| Feb 25 21:41:14.334 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
96892026-02-25T21:41:14.530Z[ recovery-image] Feb 25 21:41:14.334 INFO O| Feb 25 21:41:14.334 INFO STEP 49 (ensure_dir) COMPLETE
96902026-02-25T21:41:14.530Z[ recovery-image] Feb 25 21:41:14.334 INFO O| Feb 25 21:41:14.334 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96912026-02-25T21:41:14.593Z[ recovery-image] Feb 25 21:41:14.358 INFO O| Feb 25 21:41:14.357 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
96922026-02-25T21:41:14.593Z[ recovery-image] Feb 25 21:41:14.358 INFO O| Feb 25 21:41:14.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
96932026-02-25T21:41:14.593Z[ recovery-image] Feb 25 21:41:14.358 INFO O| Feb 25 21:41:14.358 INFO STEP 50 (ensure_dir) COMPLETE
96942026-02-25T21:41:14.593Z[ recovery-image] Feb 25 21:41:14.358 INFO O| Feb 25 21:41:14.358 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
96952026-02-25T21:41:14.618Z[ recovery-image] Feb 25 21:41:14.382 INFO O| Feb 25 21:41:14.381 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
96962026-02-25T21:41:14.618Z[ recovery-image] Feb 25 21:41:14.382 INFO O| Feb 25 21:41:14.381 INFO copying /tmp/.tmpHsUFYS/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
96972026-02-25T21:41:15.381Z[ recovery-image] Feb 25 21:41:14.674 INFO O| Feb 25 21:41:14.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
96982026-02-25T21:41:15.422Z[ recovery-image] Feb 25 21:41:14.674 INFO O| Feb 25 21:41:14.674 INFO ok!
96992026-02-25T21:41:15.422Z[ recovery-image] Feb 25 21:41:14.674 INFO O| Feb 25 21:41:14.674 INFO STEP 51 (ensure_file) COMPLETE
97002026-02-25T21:41:15.422Z[ recovery-image] Feb 25 21:41:14.674 INFO O| Feb 25 21:41:14.674 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97012026-02-25T21:41:15.423Z[ recovery-image] Feb 25 21:41:14.701 INFO O| Feb 25 21:41:14.701 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
97022026-02-25T21:41:15.423Z[ recovery-image] Feb 25 21:41:14.701 INFO O| Feb 25 21:41:14.701 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
97032026-02-25T21:41:15.423Z[ recovery-image] Feb 25 21:41:14.701 INFO O| Feb 25 21:41:14.701 INFO STEP 52 (ensure_dir) COMPLETE
97042026-02-25T21:41:15.423Z[ recovery-image] Feb 25 21:41:14.701 INFO O| Feb 25 21:41:14.701 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97052026-02-25T21:41:15.423Z[ host-image] Feb 25 21:41:14.703 INFO O| Feb 25 21:41:14.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
97062026-02-25T21:41:15.423Z[ host-image] Feb 25 21:41:14.703 INFO O| Feb 25 21:41:14.703 INFO ok!
97072026-02-25T21:41:15.423Z[ host-image] Feb 25 21:41:14.703 INFO O| Feb 25 21:41:14.703 INFO STEP 93 (ensure_file) COMPLETE
97082026-02-25T21:41:15.423Z[ host-image] Feb 25 21:41:14.703 INFO O| Feb 25 21:41:14.703 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97092026-02-25T21:41:15.423Z[ recovery-image] Feb 25 21:41:14.721 INFO O| Feb 25 21:41:14.721 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
97102026-02-25T21:41:15.423Z[ recovery-image] Feb 25 21:41:14.721 INFO O| Feb 25 21:41:14.721 INFO copying /tmp/.tmpHsUFYS/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
97112026-02-25T21:41:15.423Z[ recovery-image] Feb 25 21:41:14.721 INFO O| Feb 25 21:41:14.721 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
97122026-02-25T21:41:15.423Z[ recovery-image] Feb 25 21:41:14.721 INFO O| Feb 25 21:41:14.721 INFO ok!
97132026-02-25T21:41:15.423Z[ recovery-image] Feb 25 21:41:14.721 INFO O| Feb 25 21:41:14.721 INFO STEP 53 (ensure_file) COMPLETE
97142026-02-25T21:41:15.423Z[ recovery-image] Feb 25 21:41:14.721 INFO O| Feb 25 21:41:14.721 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97152026-02-25T21:41:15.423Z[ host-image] Feb 25 21:41:14.723 INFO O| Feb 25 21:41:14.723 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97162026-02-25T21:41:15.423Z[ host-image] Feb 25 21:41:14.724 INFO O| Feb 25 21:41:14.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97172026-02-25T21:41:15.423Z[ host-image] Feb 25 21:41:14.724 INFO O| Feb 25 21:41:14.724 INFO STEP 94 (ensure_dir) COMPLETE
97182026-02-25T21:41:15.424Z[ host-image] Feb 25 21:41:14.724 INFO O| Feb 25 21:41:14.724 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192026-02-25T21:41:15.424Z[ recovery-image] Feb 25 21:41:14.741 INFO O| Feb 25 21:41:14.741 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
97202026-02-25T21:41:15.424Z[ recovery-image] Feb 25 21:41:14.741 INFO O| Feb 25 21:41:14.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
97212026-02-25T21:41:15.424Z[ recovery-image] Feb 25 21:41:14.742 INFO O| Feb 25 21:41:14.741 INFO STEP 54 (ensure_dir) COMPLETE
97222026-02-25T21:41:15.424Z[ recovery-image] Feb 25 21:41:14.742 INFO O| Feb 25 21:41:14.741 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97232026-02-25T21:41:15.424Z[ host-image] Feb 25 21:41:14.745 INFO O| Feb 25 21:41:14.745 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97242026-02-25T21:41:15.424Z[ host-image] Feb 25 21:41:14.745 INFO O| Feb 25 21:41:14.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97252026-02-25T21:41:15.424Z[ host-image] Feb 25 21:41:14.745 INFO O| Feb 25 21:41:14.745 INFO STEP 95 (ensure_dir) COMPLETE
97262026-02-25T21:41:15.424Z[ host-image] Feb 25 21:41:14.745 INFO O| Feb 25 21:41:14.745 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272026-02-25T21:41:15.424Z[ recovery-image] Feb 25 21:41:14.765 INFO O| Feb 25 21:41:14.764 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
97282026-02-25T21:41:15.424Z[ recovery-image] Feb 25 21:41:14.765 INFO O| Feb 25 21:41:14.765 INFO copying /tmp/.tmpHsUFYS/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
97292026-02-25T21:41:15.424Z[ host-image] Feb 25 21:41:14.766 INFO O| Feb 25 21:41:14.766 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97302026-02-25T21:41:15.425Z[ host-image] Feb 25 21:41:14.767 INFO O| Feb 25 21:41:14.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97312026-02-25T21:41:15.425Z[ host-image] Feb 25 21:41:14.767 INFO O| Feb 25 21:41:14.767 INFO STEP 96 (ensure_dir) COMPLETE
97322026-02-25T21:41:15.426Z[ host-image] Feb 25 21:41:14.767 INFO O| Feb 25 21:41:14.767 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97332026-02-25T21:41:15.426Z[ host-image] Feb 25 21:41:14.786 INFO O| Feb 25 21:41:14.786 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97342026-02-25T21:41:15.426Z[ host-image] Feb 25 21:41:14.786 INFO O| Feb 25 21:41:14.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97352026-02-25T21:41:15.426Z[ host-image] Feb 25 21:41:14.787 INFO O| Feb 25 21:41:14.787 INFO STEP 97 (ensure_dir) COMPLETE
97362026-02-25T21:41:15.426Z[ host-image] Feb 25 21:41:14.787 INFO O| Feb 25 21:41:14.787 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372026-02-25T21:41:15.426Z[ host-image] Feb 25 21:41:14.822 INFO O| Feb 25 21:41:14.822 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97382026-02-25T21:41:15.426Z[ host-image] Feb 25 21:41:14.822 INFO O| Feb 25 21:41:14.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97392026-02-25T21:41:15.426Z[ host-image] Feb 25 21:41:14.822 INFO O| Feb 25 21:41:14.822 INFO STEP 98 (ensure_dir) COMPLETE
97402026-02-25T21:41:15.426Z[ host-image] Feb 25 21:41:14.822 INFO O| Feb 25 21:41:14.822 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412026-02-25T21:41:15.426Z[ host-image] Feb 25 21:41:14.853 INFO O| Feb 25 21:41:14.853 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97422026-02-25T21:41:15.426Z[ host-image] Feb 25 21:41:14.853 INFO O| Feb 25 21:41:14.853 INFO copying /tmp/.tmpHsUFYS/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 ...
97432026-02-25T21:41:15.426Z[ host-image] Feb 25 21:41:14.853 INFO O| Feb 25 21:41:14.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97442026-02-25T21:41:15.427Z[ host-image] Feb 25 21:41:14.853 INFO O| Feb 25 21:41:14.853 INFO ok!
97452026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:14.853 INFO O| Feb 25 21:41:14.853 INFO STEP 99 (ensure_file) COMPLETE
97462026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:14.853 INFO O| Feb 25 21:41:14.853 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97472026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:14.891 INFO O| Feb 25 21:41:14.891 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97482026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:14.891 INFO O| Feb 25 21:41:14.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97492026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:14.891 INFO O| Feb 25 21:41:14.891 INFO STEP 100 (ensure_dir) COMPLETE
97502026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:14.891 INFO O| Feb 25 21:41:14.891 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:14.927 INFO O| Feb 25 21:41:14.926 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97522026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:14.927 INFO O| Feb 25 21:41:14.926 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97532026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:14.971 INFO O| Feb 25 21:41:14.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97542026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:14.971 INFO O| Feb 25 21:41:14.971 INFO ok!
97552026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:14.971 INFO O| Feb 25 21:41:14.971 INFO STEP 101 (ensure_file) COMPLETE
97562026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:14.971 INFO O| Feb 25 21:41:14.971 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:15.007 INFO O| Feb 25 21:41:15.007 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97582026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:15.008 INFO O| Feb 25 21:41:15.007 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97592026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:15.008 INFO O| Feb 25 21:41:15.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97602026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:15.008 INFO O| Feb 25 21:41:15.008 INFO ok!
97612026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:15.008 INFO O| Feb 25 21:41:15.008 INFO STEP 102 (ensure_file) COMPLETE
97622026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:15.008 INFO O| Feb 25 21:41:15.008 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:15.049 INFO O| Feb 25 21:41:15.049 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97642026-02-25T21:41:15.428Z[ host-image] Feb 25 21:41:15.049 INFO O| Feb 25 21:41:15.049 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97652026-02-25T21:41:15.911Z[ host-image] Feb 25 21:41:15.705 INFO O| Feb 25 21:41:15.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97662026-02-25T21:41:15.911Z[ host-image] Feb 25 21:41:15.705 INFO O| Feb 25 21:41:15.705 INFO ok!
97672026-02-25T21:41:15.911Z[ host-image] Feb 25 21:41:15.705 INFO O| Feb 25 21:41:15.705 INFO STEP 103 (ensure_file) COMPLETE
97682026-02-25T21:41:15.911Z[ host-image] Feb 25 21:41:15.705 INFO O| Feb 25 21:41:15.705 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692026-02-25T21:41:15.938Z[ host-image] Feb 25 21:41:15.736 INFO O| Feb 25 21:41:15.736 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97702026-02-25T21:41:15.938Z[ host-image] Feb 25 21:41:15.736 INFO O| Feb 25 21:41:15.736 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
97712026-02-25T21:41:15.938Z[ host-image] Feb 25 21:41:15.736 INFO O| Feb 25 21:41:15.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
97722026-02-25T21:41:15.938Z[ host-image] Feb 25 21:41:15.736 INFO O| Feb 25 21:41:15.736 INFO ok!
97732026-02-25T21:41:15.939Z[ host-image] Feb 25 21:41:15.736 INFO O| Feb 25 21:41:15.736 INFO STEP 104 (ensure_file) COMPLETE
97742026-02-25T21:41:15.939Z[ host-image] Feb 25 21:41:15.736 INFO O| Feb 25 21:41:15.736 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752026-02-25T21:41:15.969Z[ host-image] Feb 25 21:41:15.779 INFO O| Feb 25 21:41:15.779 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
97762026-02-25T21:41:15.970Z[ host-image] Feb 25 21:41:15.779 INFO O| Feb 25 21:41:15.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
97772026-02-25T21:41:15.970Z[ host-image] Feb 25 21:41:15.779 INFO O| Feb 25 21:41:15.779 INFO STEP 105 (ensure_dir) COMPLETE
97782026-02-25T21:41:15.970Z[ host-image] Feb 25 21:41:15.779 INFO O| Feb 25 21:41:15.779 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97792026-02-25T21:41:15.999Z[ host-image] Feb 25 21:41:15.814 INFO O| Feb 25 21:41:15.814 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
97802026-02-25T21:41:15.999Z[ host-image] Feb 25 21:41:15.814 INFO O| Feb 25 21:41:15.814 INFO copying /tmp/.tmpHsUFYS/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 ...
97812026-02-25T21:41:16.713Z[ host-image] Feb 25 21:41:16.534 INFO O| Feb 25 21:41:16.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
97822026-02-25T21:41:16.713Z[ host-image] Feb 25 21:41:16.534 INFO O| Feb 25 21:41:16.534 INFO ok!
97832026-02-25T21:41:16.738Z[ host-image] Feb 25 21:41:16.534 INFO O| Feb 25 21:41:16.534 INFO STEP 106 (ensure_file) COMPLETE
97842026-02-25T21:41:16.739Z[ host-image] Feb 25 21:41:16.534 INFO O| Feb 25 21:41:16.534 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97852026-02-25T21:41:16.739Z[ host-image] Feb 25 21:41:16.553 INFO O| Feb 25 21:41:16.553 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
97862026-02-25T21:41:16.739Z[ host-image] Feb 25 21:41:16.553 INFO O| Feb 25 21:41:16.553 INFO copying /tmp/.tmpHsUFYS/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 ...
97872026-02-25T21:41:16.739Z[ host-image] Feb 25 21:41:16.553 INFO O| Feb 25 21:41:16.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
97882026-02-25T21:41:16.739Z[ host-image] Feb 25 21:41:16.553 INFO O| Feb 25 21:41:16.553 INFO ok!
97892026-02-25T21:41:16.739Z[ host-image] Feb 25 21:41:16.553 INFO O| Feb 25 21:41:16.553 INFO STEP 107 (ensure_file) COMPLETE
97902026-02-25T21:41:16.739Z[ host-image] Feb 25 21:41:16.553 INFO O| Feb 25 21:41:16.553 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97912026-02-25T21:41:16.770Z[ recovery-image] Feb 25 21:41:16.570 INFO O| Feb 25 21:41:16.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
97922026-02-25T21:41:16.770Z[ recovery-image] Feb 25 21:41:16.570 INFO O| Feb 25 21:41:16.570 INFO ok!
97932026-02-25T21:41:16.770Z[ recovery-image] Feb 25 21:41:16.570 INFO O| Feb 25 21:41:16.570 INFO STEP 55 (ensure_file) COMPLETE
97942026-02-25T21:41:16.770Z[ recovery-image] Feb 25 21:41:16.570 INFO O| Feb 25 21:41:16.570 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
97952026-02-25T21:41:16.770Z[ host-image] Feb 25 21:41:16.576 INFO O| Feb 25 21:41:16.576 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
97962026-02-25T21:41:16.770Z[ host-image] Feb 25 21:41:16.576 INFO O| Feb 25 21:41:16.576 INFO copying /tmp/.tmpHsUFYS/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 ...
97972026-02-25T21:41:16.770Z[ host-image] Feb 25 21:41:16.576 INFO O| Feb 25 21:41:16.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
97982026-02-25T21:41:16.770Z[ host-image] Feb 25 21:41:16.576 INFO O| Feb 25 21:41:16.576 INFO ok!
97992026-02-25T21:41:16.770Z[ host-image] Feb 25 21:41:16.576 INFO O| Feb 25 21:41:16.576 INFO STEP 108 (ensure_file) COMPLETE
98002026-02-25T21:41:16.770Z[ host-image] Feb 25 21:41:16.576 INFO O| Feb 25 21:41:16.576 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98012026-02-25T21:41:16.796Z[ recovery-image] Feb 25 21:41:16.592 INFO O| Feb 25 21:41:16.592 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
98022026-02-25T21:41:16.796Z[ recovery-image] Feb 25 21:41:16.592 INFO O| Feb 25 21:41:16.592 INFO copying /tmp/.tmpHsUFYS/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
98032026-02-25T21:41:16.797Z[ host-image] Feb 25 21:41:16.598 INFO O| Feb 25 21:41:16.597 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
98042026-02-25T21:41:16.797Z[ host-image] Feb 25 21:41:16.598 INFO O| Feb 25 21:41:16.597 INFO copying /tmp/.tmpHsUFYS/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 ...
98052026-02-25T21:41:16.797Z[ host-image] Feb 25 21:41:16.598 INFO O| Feb 25 21:41:16.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
98062026-02-25T21:41:16.797Z[ host-image] Feb 25 21:41:16.598 INFO O| Feb 25 21:41:16.598 INFO ok!
98072026-02-25T21:41:16.797Z[ host-image] Feb 25 21:41:16.598 INFO O| Feb 25 21:41:16.598 INFO STEP 109 (ensure_file) COMPLETE
98082026-02-25T21:41:16.797Z[ host-image] Feb 25 21:41:16.598 INFO O| Feb 25 21:41:16.598 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98092026-02-25T21:41:16.828Z[ host-image] Feb 25 21:41:16.620 INFO O| Feb 25 21:41:16.620 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
98102026-02-25T21:41:16.828Z[ host-image] Feb 25 21:41:16.621 INFO O| Feb 25 21:41:16.620 INFO copying /tmp/.tmpHsUFYS/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 ...
98112026-02-25T21:41:16.828Z[ host-image] Feb 25 21:41:16.621 INFO O| Feb 25 21:41:16.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
98122026-02-25T21:41:16.828Z[ host-image] Feb 25 21:41:16.621 INFO O| Feb 25 21:41:16.621 INFO ok!
98132026-02-25T21:41:16.828Z[ host-image] Feb 25 21:41:16.621 INFO O| Feb 25 21:41:16.621 INFO STEP 110 (ensure_file) COMPLETE
98142026-02-25T21:41:16.828Z[ host-image] Feb 25 21:41:16.621 INFO O| Feb 25 21:41:16.621 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98152026-02-25T21:41:16.828Z[ host-image] Feb 25 21:41:16.639 INFO O| Feb 25 21:41:16.639 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
98162026-02-25T21:41:16.828Z[ host-image] Feb 25 21:41:16.639 INFO O| Feb 25 21:41:16.639 INFO copying /tmp/.tmpHsUFYS/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 ...
98172026-02-25T21:41:16.828Z[ host-image] Feb 25 21:41:16.640 INFO O| Feb 25 21:41:16.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
98182026-02-25T21:41:16.829Z[ host-image] Feb 25 21:41:16.640 INFO O| Feb 25 21:41:16.640 INFO ok!
98192026-02-25T21:41:16.829Z[ host-image] Feb 25 21:41:16.640 INFO O| Feb 25 21:41:16.640 INFO STEP 111 (ensure_file) COMPLETE
98202026-02-25T21:41:16.829Z[ host-image] Feb 25 21:41:16.640 INFO O| Feb 25 21:41:16.640 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98212026-02-25T21:41:16.855Z[ host-image] Feb 25 21:41:16.661 INFO O| Feb 25 21:41:16.661 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
98222026-02-25T21:41:16.855Z[ host-image] Feb 25 21:41:16.661 INFO O| Feb 25 21:41:16.661 INFO copying /tmp/.tmpHsUFYS/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 ...
98232026-02-25T21:41:16.856Z[ host-image] Feb 25 21:41:16.661 INFO O| Feb 25 21:41:16.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
98242026-02-25T21:41:16.856Z[ host-image] Feb 25 21:41:16.661 INFO O| Feb 25 21:41:16.661 INFO ok!
98252026-02-25T21:41:16.856Z[ host-image] Feb 25 21:41:16.661 INFO O| Feb 25 21:41:16.661 INFO STEP 112 (ensure_file) COMPLETE
98262026-02-25T21:41:16.856Z[ host-image] Feb 25 21:41:16.661 INFO O| Feb 25 21:41:16.661 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98272026-02-25T21:41:16.887Z[ host-image] Feb 25 21:41:16.687 INFO O| Feb 25 21:41:16.686 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
98282026-02-25T21:41:16.887Z[ host-image] Feb 25 21:41:16.687 INFO O| Feb 25 21:41:16.686 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
98292026-02-25T21:41:16.888Z[ host-image] Feb 25 21:41:16.687 INFO O| Feb 25 21:41:16.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
98302026-02-25T21:41:16.888Z[ host-image] Feb 25 21:41:16.687 INFO O| Feb 25 21:41:16.687 INFO ok!
98312026-02-25T21:41:16.888Z[ host-image] Feb 25 21:41:16.687 INFO O| Feb 25 21:41:16.687 INFO STEP 113 (ensure_file) COMPLETE
98322026-02-25T21:41:16.888Z[ host-image] Feb 25 21:41:16.687 INFO O| Feb 25 21:41:16.687 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98332026-02-25T21:41:16.915Z[ host-image] Feb 25 21:41:16.719 INFO O| Feb 25 21:41:16.718 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
98342026-02-25T21:41:16.915Z[ host-image] Feb 25 21:41:16.719 INFO O| Feb 25 21:41:16.719 INFO copying /tmp/.tmpHsUFYS/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 ...
98352026-02-25T21:41:16.915Z[ host-image] Feb 25 21:41:16.719 INFO O| Feb 25 21:41:16.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
98362026-02-25T21:41:16.915Z[ host-image] Feb 25 21:41:16.719 INFO O| Feb 25 21:41:16.719 INFO ok!
98372026-02-25T21:41:16.915Z[ host-image] Feb 25 21:41:16.719 INFO O| Feb 25 21:41:16.719 INFO STEP 114 (ensure_file) COMPLETE
98382026-02-25T21:41:16.915Z[ host-image] Feb 25 21:41:16.719 INFO O| Feb 25 21:41:16.719 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98392026-02-25T21:41:16.943Z[ host-image] Feb 25 21:41:16.753 INFO O| Feb 25 21:41:16.753 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
98402026-02-25T21:41:16.943Z[ host-image] Feb 25 21:41:16.753 INFO O| Feb 25 21:41:16.753 INFO copying /tmp/.tmpHsUFYS/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 ...
98412026-02-25T21:41:16.945Z[ host-image] Feb 25 21:41:16.754 INFO O| Feb 25 21:41:16.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
98422026-02-25T21:41:16.945Z[ host-image] Feb 25 21:41:16.754 INFO O| Feb 25 21:41:16.754 INFO ok!
98432026-02-25T21:41:16.945Z[ host-image] Feb 25 21:41:16.754 INFO O| Feb 25 21:41:16.754 INFO STEP 115 (ensure_file) COMPLETE
98442026-02-25T21:41:16.945Z[ host-image] Feb 25 21:41:16.754 INFO O| Feb 25 21:41:16.754 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98452026-02-25T21:41:16.996Z[ host-image] Feb 25 21:41:16.816 INFO O| Feb 25 21:41:16.796 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
98462026-02-25T21:41:16.996Z[ host-image] Feb 25 21:41:16.816 INFO O| Feb 25 21:41:16.798 INFO copying /tmp/.tmpHsUFYS/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 ...
98472026-02-25T21:41:16.996Z[ host-image] Feb 25 21:41:16.816 INFO O| Feb 25 21:41:16.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
98482026-02-25T21:41:16.996Z[ host-image] Feb 25 21:41:16.816 INFO O| Feb 25 21:41:16.802 INFO ok!
98492026-02-25T21:41:16.996Z[ host-image] Feb 25 21:41:16.816 INFO O| Feb 25 21:41:16.802 INFO STEP 116 (ensure_file) COMPLETE
98502026-02-25T21:41:16.997Z[ host-image] Feb 25 21:41:16.816 INFO O| Feb 25 21:41:16.802 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98512026-02-25T21:41:17.024Z[ host-image] Feb 25 21:41:16.846 INFO O| Feb 25 21:41:16.846 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
98522026-02-25T21:41:17.024Z[ host-image] Feb 25 21:41:16.846 INFO O| Feb 25 21:41:16.846 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
98532026-02-25T21:41:17.024Z[ host-image] Feb 25 21:41:16.846 INFO O| Feb 25 21:41:16.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
98542026-02-25T21:41:17.024Z[ host-image] Feb 25 21:41:16.846 INFO O| Feb 25 21:41:16.846 INFO ok!
98552026-02-25T21:41:17.024Z[ host-image] Feb 25 21:41:16.846 INFO O| Feb 25 21:41:16.846 INFO STEP 117 (ensure_file) COMPLETE
98562026-02-25T21:41:17.024Z[ host-image] Feb 25 21:41:16.846 INFO O| Feb 25 21:41:16.846 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98572026-02-25T21:41:17.057Z[ host-image] Feb 25 21:41:16.879 INFO O| Feb 25 21:41:16.879 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
98582026-02-25T21:41:17.084Z[ host-image] Feb 25 21:41:16.879 INFO O| Feb 25 21:41:16.879 INFO copying /tmp/.tmpHsUFYS/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 ...
98592026-02-25T21:41:17.086Z[ host-image] Feb 25 21:41:16.879 INFO O| Feb 25 21:41:16.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
98602026-02-25T21:41:17.086Z[ host-image] Feb 25 21:41:16.879 INFO O| Feb 25 21:41:16.879 INFO ok!
98612026-02-25T21:41:17.086Z[ host-image] Feb 25 21:41:16.879 INFO O| Feb 25 21:41:16.879 INFO STEP 118 (ensure_file) COMPLETE
98622026-02-25T21:41:17.086Z[ host-image] Feb 25 21:41:16.879 INFO O| Feb 25 21:41:16.879 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98632026-02-25T21:41:17.114Z[ host-image] Feb 25 21:41:16.915 INFO O| Feb 25 21:41:16.915 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
98642026-02-25T21:41:17.115Z[ host-image] Feb 25 21:41:16.915 INFO O| Feb 25 21:41:16.915 INFO copying /tmp/.tmpHsUFYS/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 ...
98652026-02-25T21:41:17.115Z[ host-image] Feb 25 21:41:16.915 INFO O| Feb 25 21:41:16.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
98662026-02-25T21:41:17.115Z[ host-image] Feb 25 21:41:16.915 INFO O| Feb 25 21:41:16.915 INFO ok!
98672026-02-25T21:41:17.115Z[ host-image] Feb 25 21:41:16.915 INFO O| Feb 25 21:41:16.915 INFO STEP 119 (ensure_file) COMPLETE
98682026-02-25T21:41:17.115Z[ host-image] Feb 25 21:41:16.915 INFO O| Feb 25 21:41:16.915 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98692026-02-25T21:41:17.143Z[ host-image] Feb 25 21:41:16.943 INFO O| Feb 25 21:41:16.943 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
98702026-02-25T21:41:17.143Z[ host-image] Feb 25 21:41:16.943 INFO O| Feb 25 21:41:16.943 INFO copying /tmp/.tmpHsUFYS/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 ...
98712026-02-25T21:41:17.143Z[ host-image] Feb 25 21:41:16.944 INFO O| Feb 25 21:41:16.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
98722026-02-25T21:41:17.143Z[ host-image] Feb 25 21:41:16.944 INFO O| Feb 25 21:41:16.943 INFO ok!
98732026-02-25T21:41:17.143Z[ host-image] Feb 25 21:41:16.944 INFO O| Feb 25 21:41:16.944 INFO STEP 120 (ensure_file) COMPLETE
98742026-02-25T21:41:17.144Z[ host-image] Feb 25 21:41:16.944 INFO O| Feb 25 21:41:16.944 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98752026-02-25T21:41:17.170Z[ host-image] Feb 25 21:41:16.976 INFO O| Feb 25 21:41:16.976 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
98762026-02-25T21:41:17.170Z[ host-image] Feb 25 21:41:16.976 INFO O| Feb 25 21:41:16.976 INFO copying /tmp/.tmpHsUFYS/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 ...
98772026-02-25T21:41:17.170Z[ host-image] Feb 25 21:41:16.977 INFO O| Feb 25 21:41:16.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
98782026-02-25T21:41:17.172Z[ host-image] Feb 25 21:41:16.977 INFO O| Feb 25 21:41:16.977 INFO ok!
98792026-02-25T21:41:17.172Z[ host-image] Feb 25 21:41:16.977 INFO O| Feb 25 21:41:16.977 INFO STEP 121 (ensure_file) COMPLETE
98802026-02-25T21:41:17.172Z[ host-image] Feb 25 21:41:16.977 INFO O| Feb 25 21:41:16.977 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98812026-02-25T21:41:17.200Z[ host-image] Feb 25 21:41:17.014 INFO O| Feb 25 21:41:17.014 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
98822026-02-25T21:41:17.200Z[ host-image] Feb 25 21:41:17.014 INFO O| Feb 25 21:41:17.014 INFO copying /tmp/.tmpHsUFYS/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 ...
98832026-02-25T21:41:17.200Z[ host-image] Feb 25 21:41:17.015 INFO O| Feb 25 21:41:17.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
98842026-02-25T21:41:17.200Z[ host-image] Feb 25 21:41:17.015 INFO O| Feb 25 21:41:17.015 INFO ok!
98852026-02-25T21:41:17.200Z[ host-image] Feb 25 21:41:17.015 INFO O| Feb 25 21:41:17.015 INFO STEP 122 (ensure_file) COMPLETE
98862026-02-25T21:41:17.200Z[ host-image] Feb 25 21:41:17.015 INFO O| Feb 25 21:41:17.015 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98872026-02-25T21:41:17.231Z[ host-image] Feb 25 21:41:17.051 INFO O| Feb 25 21:41:17.051 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
98882026-02-25T21:41:17.276Z[ host-image] Feb 25 21:41:17.052 INFO O| Feb 25 21:41:17.051 INFO copying /tmp/.tmpHsUFYS/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 ...
98892026-02-25T21:41:17.276Z[ host-image] Feb 25 21:41:17.052 INFO O| Feb 25 21:41:17.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
98902026-02-25T21:41:17.276Z[ host-image] Feb 25 21:41:17.052 INFO O| Feb 25 21:41:17.052 INFO ok!
98912026-02-25T21:41:17.276Z[ host-image] Feb 25 21:41:17.052 INFO O| Feb 25 21:41:17.052 INFO STEP 123 (ensure_file) COMPLETE
98922026-02-25T21:41:17.277Z[ host-image] Feb 25 21:41:17.052 INFO O| Feb 25 21:41:17.052 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98932026-02-25T21:41:17.309Z[ host-image] Feb 25 21:41:17.085 INFO O| Feb 25 21:41:17.085 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
98942026-02-25T21:41:17.309Z[ host-image] Feb 25 21:41:17.086 INFO O| Feb 25 21:41:17.085 INFO copying /tmp/.tmpHsUFYS/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 ...
98952026-02-25T21:41:17.309Z[ host-image] Feb 25 21:41:17.086 INFO O| Feb 25 21:41:17.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
98962026-02-25T21:41:17.309Z[ host-image] Feb 25 21:41:17.086 INFO O| Feb 25 21:41:17.086 INFO ok!
98972026-02-25T21:41:17.309Z[ host-image] Feb 25 21:41:17.086 INFO O| Feb 25 21:41:17.086 INFO STEP 124 (ensure_file) COMPLETE
98982026-02-25T21:41:17.309Z[ host-image] Feb 25 21:41:17.086 INFO O| Feb 25 21:41:17.086 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98992026-02-25T21:41:17.309Z[ host-image] Feb 25 21:41:17.125 INFO O| Feb 25 21:41:17.125 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
99002026-02-25T21:41:17.309Z[ host-image] Feb 25 21:41:17.125 INFO O| Feb 25 21:41:17.125 INFO copying /tmp/.tmpHsUFYS/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 ...
99012026-02-25T21:41:17.309Z[ host-image] Feb 25 21:41:17.125 INFO O| Feb 25 21:41:17.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
99022026-02-25T21:41:17.309Z[ host-image] Feb 25 21:41:17.125 INFO O| Feb 25 21:41:17.125 INFO ok!
99032026-02-25T21:41:17.309Z[ host-image] Feb 25 21:41:17.125 INFO O| Feb 25 21:41:17.125 INFO STEP 125 (ensure_file) COMPLETE
99042026-02-25T21:41:17.309Z[ host-image] Feb 25 21:41:17.125 INFO O| Feb 25 21:41:17.125 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99052026-02-25T21:41:17.347Z[ host-image] Feb 25 21:41:17.166 INFO O| Feb 25 21:41:17.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
99062026-02-25T21:41:17.347Z[ host-image] Feb 25 21:41:17.166 INFO O| Feb 25 21:41:17.166 INFO copying /tmp/.tmpHsUFYS/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 ...
99072026-02-25T21:41:17.347Z[ host-image] Feb 25 21:41:17.166 INFO O| Feb 25 21:41:17.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
99082026-02-25T21:41:17.374Z[ host-image] Feb 25 21:41:17.166 INFO O| Feb 25 21:41:17.166 INFO ok!
99092026-02-25T21:41:17.374Z[ host-image] Feb 25 21:41:17.166 INFO O| Feb 25 21:41:17.166 INFO STEP 126 (ensure_file) COMPLETE
99102026-02-25T21:41:17.374Z[ host-image] Feb 25 21:41:17.166 INFO O| Feb 25 21:41:17.166 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99112026-02-25T21:41:17.399Z[ host-image] Feb 25 21:41:17.215 INFO O| Feb 25 21:41:17.214 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
99122026-02-25T21:41:17.400Z[ host-image] Feb 25 21:41:17.215 INFO O| Feb 25 21:41:17.214 INFO copying /tmp/.tmpHsUFYS/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 ...
99132026-02-25T21:41:17.400Z[ host-image] Feb 25 21:41:17.215 INFO O| Feb 25 21:41:17.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
99142026-02-25T21:41:17.400Z[ host-image] Feb 25 21:41:17.215 INFO O| Feb 25 21:41:17.215 INFO ok!
99152026-02-25T21:41:17.400Z[ host-image] Feb 25 21:41:17.215 INFO O| Feb 25 21:41:17.215 INFO STEP 127 (ensure_file) COMPLETE
99162026-02-25T21:41:17.400Z[ host-image] Feb 25 21:41:17.215 INFO O| Feb 25 21:41:17.215 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99172026-02-25T21:41:17.428Z[ host-image] Feb 25 21:41:17.248 INFO O| Feb 25 21:41:17.248 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
99182026-02-25T21:41:17.428Z[ host-image] Feb 25 21:41:17.248 INFO O| Feb 25 21:41:17.248 INFO copying /tmp/.tmpHsUFYS/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 ...
99192026-02-25T21:41:17.428Z[ host-image] Feb 25 21:41:17.248 INFO O| Feb 25 21:41:17.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
99202026-02-25T21:41:17.428Z[ host-image] Feb 25 21:41:17.248 INFO O| Feb 25 21:41:17.248 INFO ok!
99212026-02-25T21:41:17.428Z[ host-image] Feb 25 21:41:17.248 INFO O| Feb 25 21:41:17.248 INFO STEP 128 (ensure_file) COMPLETE
99222026-02-25T21:41:17.428Z[ host-image] Feb 25 21:41:17.248 INFO O| Feb 25 21:41:17.248 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99232026-02-25T21:41:17.457Z[ host-image] Feb 25 21:41:17.280 INFO O| Feb 25 21:41:17.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
99242026-02-25T21:41:17.457Z[ host-image] Feb 25 21:41:17.280 INFO O| Feb 25 21:41:17.280 INFO copying /tmp/.tmpHsUFYS/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 ...
99252026-02-25T21:41:17.483Z[ host-image] Feb 25 21:41:17.280 INFO O| Feb 25 21:41:17.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
99262026-02-25T21:41:17.484Z[ host-image] Feb 25 21:41:17.280 INFO O| Feb 25 21:41:17.280 INFO ok!
99272026-02-25T21:41:17.484Z[ host-image] Feb 25 21:41:17.280 INFO O| Feb 25 21:41:17.280 INFO STEP 129 (ensure_file) COMPLETE
99282026-02-25T21:41:17.484Z[ host-image] Feb 25 21:41:17.280 INFO O| Feb 25 21:41:17.280 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99292026-02-25T21:41:17.509Z[ host-image] Feb 25 21:41:17.321 INFO O| Feb 25 21:41:17.321 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
99302026-02-25T21:41:17.510Z[ host-image] Feb 25 21:41:17.321 INFO O| Feb 25 21:41:17.321 INFO copying /tmp/.tmpHsUFYS/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 ...
99312026-02-25T21:41:17.510Z[ host-image] Feb 25 21:41:17.321 INFO O| Feb 25 21:41:17.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
99322026-02-25T21:41:17.510Z[ host-image] Feb 25 21:41:17.321 INFO O| Feb 25 21:41:17.321 INFO ok!
99332026-02-25T21:41:17.510Z[ host-image] Feb 25 21:41:17.322 INFO O| Feb 25 21:41:17.321 INFO STEP 130 (ensure_file) COMPLETE
99342026-02-25T21:41:17.510Z[ host-image] Feb 25 21:41:17.322 INFO O| Feb 25 21:41:17.322 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99352026-02-25T21:41:17.541Z[ host-image] Feb 25 21:41:17.360 INFO O| Feb 25 21:41:17.360 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
99362026-02-25T21:41:17.541Z[ host-image] Feb 25 21:41:17.360 INFO O| Feb 25 21:41:17.360 INFO copying /tmp/.tmpHsUFYS/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 ...
99372026-02-25T21:41:17.542Z[ host-image] Feb 25 21:41:17.361 INFO O| Feb 25 21:41:17.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
99382026-02-25T21:41:17.567Z[ host-image] Feb 25 21:41:17.361 INFO O| Feb 25 21:41:17.361 INFO ok!
99392026-02-25T21:41:17.568Z[ host-image] Feb 25 21:41:17.361 INFO O| Feb 25 21:41:17.361 INFO STEP 131 (ensure_file) COMPLETE
99402026-02-25T21:41:17.568Z[ host-image] Feb 25 21:41:17.361 INFO O| Feb 25 21:41:17.361 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99412026-02-25T21:41:17.595Z[ host-image] Feb 25 21:41:17.402 INFO O| Feb 25 21:41:17.402 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
99422026-02-25T21:41:17.595Z[ host-image] Feb 25 21:41:17.402 INFO O| Feb 25 21:41:17.402 INFO copying /tmp/.tmpHsUFYS/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 ...
99432026-02-25T21:41:17.595Z[ host-image] Feb 25 21:41:17.402 INFO O| Feb 25 21:41:17.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
99442026-02-25T21:41:17.596Z[ host-image] Feb 25 21:41:17.402 INFO O| Feb 25 21:41:17.402 INFO ok!
99452026-02-25T21:41:17.596Z[ host-image] Feb 25 21:41:17.402 INFO O| Feb 25 21:41:17.402 INFO STEP 132 (ensure_file) COMPLETE
99462026-02-25T21:41:17.596Z[ host-image] Feb 25 21:41:17.402 INFO O| Feb 25 21:41:17.402 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99472026-02-25T21:41:17.698Z[ host-image] Feb 25 21:41:17.438 INFO O| Feb 25 21:41:17.438 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
99482026-02-25T21:41:17.699Z[ host-image] Feb 25 21:41:17.438 INFO O| Feb 25 21:41:17.438 INFO copying /tmp/.tmpHsUFYS/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 ...
99492026-02-25T21:41:17.699Z[ host-image] Feb 25 21:41:17.438 INFO O| Feb 25 21:41:17.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
99502026-02-25T21:41:17.699Z[ host-image] Feb 25 21:41:17.438 INFO O| Feb 25 21:41:17.438 INFO ok!
99512026-02-25T21:41:17.699Z[ host-image] Feb 25 21:41:17.438 INFO O| Feb 25 21:41:17.438 INFO STEP 133 (ensure_file) COMPLETE
99522026-02-25T21:41:17.699Z[ host-image] Feb 25 21:41:17.438 INFO O| Feb 25 21:41:17.438 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99532026-02-25T21:41:17.699Z[ host-image] Feb 25 21:41:17.480 INFO O| Feb 25 21:41:17.480 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
99542026-02-25T21:41:17.699Z[ host-image] Feb 25 21:41:17.480 INFO O| Feb 25 21:41:17.480 INFO copying /tmp/.tmpHsUFYS/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 ...
99552026-02-25T21:41:17.699Z[ host-image] Feb 25 21:41:17.480 INFO O| Feb 25 21:41:17.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
99562026-02-25T21:41:17.699Z[ host-image] Feb 25 21:41:17.480 INFO O| Feb 25 21:41:17.480 INFO ok!
99572026-02-25T21:41:17.699Z[ host-image] Feb 25 21:41:17.480 INFO O| Feb 25 21:41:17.480 INFO STEP 134 (ensure_file) COMPLETE
99582026-02-25T21:41:17.700Z[ host-image] Feb 25 21:41:17.480 INFO O| Feb 25 21:41:17.480 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99592026-02-25T21:41:17.700Z[ host-image] Feb 25 21:41:17.516 INFO O| Feb 25 21:41:17.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
99602026-02-25T21:41:17.700Z[ host-image] Feb 25 21:41:17.516 INFO O| Feb 25 21:41:17.516 INFO copying /tmp/.tmpHsUFYS/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 ...
99612026-02-25T21:41:17.700Z[ host-image] Feb 25 21:41:17.517 INFO O| Feb 25 21:41:17.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
99622026-02-25T21:41:17.700Z[ host-image] Feb 25 21:41:17.517 INFO O| Feb 25 21:41:17.517 INFO ok!
99632026-02-25T21:41:17.700Z[ host-image] Feb 25 21:41:17.517 INFO O| Feb 25 21:41:17.517 INFO STEP 135 (ensure_file) COMPLETE
99642026-02-25T21:41:17.700Z[ host-image] Feb 25 21:41:17.517 INFO O| Feb 25 21:41:17.517 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99652026-02-25T21:41:17.737Z[ host-image] Feb 25 21:41:17.553 INFO O| Feb 25 21:41:17.553 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
99662026-02-25T21:41:17.737Z[ host-image] Feb 25 21:41:17.553 INFO O| Feb 25 21:41:17.553 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
99672026-02-25T21:41:17.738Z[ host-image] Feb 25 21:41:17.554 INFO O| Feb 25 21:41:17.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
99682026-02-25T21:41:17.766Z[ host-image] Feb 25 21:41:17.554 INFO O| Feb 25 21:41:17.554 INFO ok!
99692026-02-25T21:41:17.766Z[ host-image] Feb 25 21:41:17.554 INFO O| Feb 25 21:41:17.554 INFO STEP 136 (ensure_file) COMPLETE
99702026-02-25T21:41:17.766Z[ host-image] Feb 25 21:41:17.554 INFO O| Feb 25 21:41:17.554 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99712026-02-25T21:41:17.793Z[ host-image] Feb 25 21:41:17.586 INFO O| Feb 25 21:41:17.586 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
99722026-02-25T21:41:17.793Z[ host-image] Feb 25 21:41:17.587 INFO O| Feb 25 21:41:17.586 INFO copying /tmp/.tmpHsUFYS/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 ...
99732026-02-25T21:41:17.793Z[ host-image] Feb 25 21:41:17.587 INFO O| Feb 25 21:41:17.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
99742026-02-25T21:41:17.793Z[ host-image] Feb 25 21:41:17.587 INFO O| Feb 25 21:41:17.587 INFO ok!
99752026-02-25T21:41:17.793Z[ host-image] Feb 25 21:41:17.587 INFO O| Feb 25 21:41:17.587 INFO STEP 137 (ensure_file) COMPLETE
99762026-02-25T21:41:17.794Z[ host-image] Feb 25 21:41:17.588 INFO O| Feb 25 21:41:17.587 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99772026-02-25T21:41:17.824Z[ host-image] Feb 25 21:41:17.628 INFO O| Feb 25 21:41:17.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
99782026-02-25T21:41:17.824Z[ host-image] Feb 25 21:41:17.628 INFO O| Feb 25 21:41:17.628 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
99792026-02-25T21:41:17.824Z[ host-image] Feb 25 21:41:17.629 INFO O| Feb 25 21:41:17.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
99802026-02-25T21:41:17.824Z[ host-image] Feb 25 21:41:17.629 INFO O| Feb 25 21:41:17.629 INFO ok!
99812026-02-25T21:41:17.824Z[ host-image] Feb 25 21:41:17.629 INFO O| Feb 25 21:41:17.629 INFO STEP 138 (ensure_file) COMPLETE
99822026-02-25T21:41:17.824Z[ host-image] Feb 25 21:41:17.629 INFO O| Feb 25 21:41:17.629 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99832026-02-25T21:41:17.850Z[ host-image] Feb 25 21:41:17.662 INFO O| Feb 25 21:41:17.662 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
99842026-02-25T21:41:17.851Z[ host-image] Feb 25 21:41:17.662 INFO O| Feb 25 21:41:17.662 INFO copying /tmp/.tmpHsUFYS/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
99852026-02-25T21:41:17.994Z[ recovery-image] Feb 25 21:41:17.815 INFO O| Feb 25 21:41:17.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
99862026-02-25T21:41:17.994Z[ recovery-image] Feb 25 21:41:17.815 INFO O| Feb 25 21:41:17.815 INFO ok!
99872026-02-25T21:41:17.994Z[ recovery-image] Feb 25 21:41:17.815 INFO O| Feb 25 21:41:17.815 INFO STEP 56 (ensure_file) COMPLETE
99882026-02-25T21:41:17.994Z[ recovery-image] Feb 25 21:41:17.815 INFO O| Feb 25 21:41:17.815 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
99892026-02-25T21:41:18.021Z[ recovery-image] Feb 25 21:41:17.839 INFO O| Feb 25 21:41:17.839 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
99902026-02-25T21:41:18.021Z[ recovery-image] Feb 25 21:41:17.839 INFO O| Feb 25 21:41:17.839 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
99912026-02-25T21:41:18.021Z[ recovery-image] Feb 25 21:41:17.839 INFO O| Feb 25 21:41:17.839 INFO STEP 57 (ensure_dir) COMPLETE
99922026-02-25T21:41:18.021Z[ recovery-image] Feb 25 21:41:17.839 INFO O| Feb 25 21:41:17.839 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
99932026-02-25T21:41:18.054Z[ recovery-image] Feb 25 21:41:17.862 INFO O| Feb 25 21:41:17.862 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
99942026-02-25T21:41:18.054Z[ recovery-image] Feb 25 21:41:17.862 INFO O| Feb 25 21:41:17.862 INFO copying /tmp/.tmpHsUFYS/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 ...
99952026-02-25T21:41:18.054Z[ recovery-image] Feb 25 21:41:17.862 INFO O| Feb 25 21:41:17.862 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
99962026-02-25T21:41:18.054Z[ recovery-image] Feb 25 21:41:17.862 INFO O| Feb 25 21:41:17.862 INFO ok!
99972026-02-25T21:41:18.054Z[ recovery-image] Feb 25 21:41:17.862 INFO O| Feb 25 21:41:17.862 INFO STEP 58 (ensure_file) COMPLETE
99982026-02-25T21:41:18.055Z[ recovery-image] Feb 25 21:41:17.862 INFO O| Feb 25 21:41:17.862 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
99992026-02-25T21:41:18.083Z[ recovery-image] Feb 25 21:41:17.884 INFO O| Feb 25 21:41:17.883 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
100002026-02-25T21:41:18.083Z[ recovery-image] Feb 25 21:41:17.884 INFO O| Feb 25 21:41:17.883 INFO copying /tmp/.tmpHsUFYS/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 ...
100012026-02-25T21:41:18.083Z[ recovery-image] Feb 25 21:41:17.884 INFO O| Feb 25 21:41:17.884 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
100022026-02-25T21:41:18.083Z[ recovery-image] Feb 25 21:41:17.884 INFO O| Feb 25 21:41:17.884 INFO ok!
100032026-02-25T21:41:18.084Z[ recovery-image] Feb 25 21:41:17.884 INFO O| Feb 25 21:41:17.884 INFO STEP 59 (ensure_file) COMPLETE
100042026-02-25T21:41:18.084Z[ recovery-image] Feb 25 21:41:17.884 INFO O| Feb 25 21:41:17.884 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
100052026-02-25T21:41:18.113Z[ recovery-image] Feb 25 21:41:17.905 INFO O| Feb 25 21:41:17.904 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
100062026-02-25T21:41:18.113Z[ recovery-image] Feb 25 21:41:17.905 INFO O| Feb 25 21:41:17.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
100072026-02-25T21:41:18.113Z[ recovery-image] Feb 25 21:41:17.905 INFO O| Feb 25 21:41:17.904 INFO STEP 60 (ensure_dir) COMPLETE
100082026-02-25T21:41:18.113Z[ recovery-image] Feb 25 21:41:17.905 INFO O| Feb 25 21:41:17.904 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
100092026-02-25T21:41:18.113Z[ recovery-image] Feb 25 21:41:17.925 INFO O| Feb 25 21:41:17.924 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
100102026-02-25T21:41:18.113Z[ recovery-image] Feb 25 21:41:17.925 INFO O| Feb 25 21:41:17.924 INFO copying /tmp/.tmpHsUFYS/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 ...
100112026-02-25T21:41:18.114Z[ recovery-image] Feb 25 21:41:17.925 INFO O| Feb 25 21:41:17.925 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
100122026-02-25T21:41:18.114Z[ recovery-image] Feb 25 21:41:17.925 INFO O| Feb 25 21:41:17.925 INFO ok!
100132026-02-25T21:41:18.114Z[ recovery-image] Feb 25 21:41:17.925 INFO O| Feb 25 21:41:17.925 INFO STEP 61 (ensure_file) COMPLETE
100142026-02-25T21:41:18.114Z[ recovery-image] Feb 25 21:41:17.925 INFO O| Feb 25 21:41:17.925 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
100152026-02-25T21:41:18.143Z[ recovery-image] Feb 25 21:41:17.951 INFO O| Feb 25 21:41:17.950 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
100162026-02-25T21:41:18.143Z[ recovery-image] Feb 25 21:41:17.951 INFO O| Feb 25 21:41:17.950 INFO copying /tmp/.tmpHsUFYS/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 ...
100172026-02-25T21:41:18.143Z[ recovery-image] Feb 25 21:41:17.951 INFO O| Feb 25 21:41:17.950 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
100182026-02-25T21:41:18.143Z[ recovery-image] Feb 25 21:41:17.951 INFO O| Feb 25 21:41:17.950 INFO ok!
100192026-02-25T21:41:18.143Z[ recovery-image] Feb 25 21:41:17.951 INFO O| Feb 25 21:41:17.951 INFO STEP 62 (ensure_file) COMPLETE
100202026-02-25T21:41:18.144Z[ recovery-image] Feb 25 21:41:17.951 INFO O| Feb 25 21:41:17.951 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
100212026-02-25T21:41:18.171Z[ recovery-image] Feb 25 21:41:17.974 INFO O| Feb 25 21:41:17.974 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
100222026-02-25T21:41:18.172Z[ recovery-image] Feb 25 21:41:17.974 INFO O| Feb 25 21:41:17.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
100232026-02-25T21:41:18.172Z[ recovery-image] Feb 25 21:41:17.974 INFO O| Feb 25 21:41:17.974 INFO STEP 63 (ensure_dir) COMPLETE
100242026-02-25T21:41:18.172Z[ recovery-image] Feb 25 21:41:17.974 INFO O| Feb 25 21:41:17.974 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
100252026-02-25T21:41:18.198Z[ recovery-image] Feb 25 21:41:17.996 INFO O| Feb 25 21:41:17.996 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
100262026-02-25T21:41:18.199Z[ recovery-image] Feb 25 21:41:17.996 INFO O| Feb 25 21:41:17.996 INFO copying /tmp/.tmpHsUFYS/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 ...
100272026-02-25T21:41:18.199Z[ recovery-image] Feb 25 21:41:17.996 INFO O| Feb 25 21:41:17.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
100282026-02-25T21:41:18.199Z[ recovery-image] Feb 25 21:41:17.996 INFO O| Feb 25 21:41:17.996 INFO ok!
100292026-02-25T21:41:18.199Z[ recovery-image] Feb 25 21:41:17.996 INFO O| Feb 25 21:41:17.996 INFO STEP 64 (ensure_file) COMPLETE
100302026-02-25T21:41:18.199Z[ recovery-image] Feb 25 21:41:17.996 INFO O| Feb 25 21:41:17.996 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
100312026-02-25T21:41:18.199Z[ recovery-image] Feb 25 21:41:18.019 INFO O| Feb 25 21:41:18.019 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
100322026-02-25T21:41:18.199Z[ recovery-image] Feb 25 21:41:18.020 INFO O| Feb 25 21:41:18.019 INFO copying /tmp/.tmpHsUFYS/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
100332026-02-25T21:41:18.199Z[ recovery-image] Feb 25 21:41:18.020 INFO O| Feb 25 21:41:18.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
100342026-02-25T21:41:18.199Z[ recovery-image] Feb 25 21:41:18.020 INFO O| Feb 25 21:41:18.019 INFO ok!
100352026-02-25T21:41:18.200Z[ recovery-image] Feb 25 21:41:18.020 INFO O| Feb 25 21:41:18.019 INFO STEP 65 (ensure_file) COMPLETE
100362026-02-25T21:41:18.200Z[ recovery-image] Feb 25 21:41:18.020 INFO O| Feb 25 21:41:18.019 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
100372026-02-25T21:41:18.228Z[ recovery-image] Feb 25 21:41:18.042 INFO O| Feb 25 21:41:18.042 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
100382026-02-25T21:41:18.228Z[ recovery-image] Feb 25 21:41:18.042 INFO O| Feb 25 21:41:18.042 INFO STEP 66 (ensure_dir) COMPLETE
100392026-02-25T21:41:18.228Z[ recovery-image] Feb 25 21:41:18.042 INFO O| Feb 25 21:41:18.042 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
100402026-02-25T21:41:18.255Z[ recovery-image] Feb 25 21:41:18.067 INFO O| Feb 25 21:41:18.066 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
100412026-02-25T21:41:18.255Z[ recovery-image] Feb 25 21:41:18.067 INFO O| Feb 25 21:41:18.066 INFO STEP 67 (ensure_dir) COMPLETE
100422026-02-25T21:41:18.255Z[ recovery-image] Feb 25 21:41:18.067 INFO O| Feb 25 21:41:18.066 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
100432026-02-25T21:41:18.287Z[ recovery-image] Feb 25 21:41:18.110 INFO O| Feb 25 21:41:18.109 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
100442026-02-25T21:41:18.287Z[ recovery-image] Feb 25 21:41:18.110 INFO O| Feb 25 21:41:18.109 INFO STEP 68 (ensure_dir) COMPLETE
100452026-02-25T21:41:18.312Z[ recovery-image] Feb 25 21:41:18.110 INFO O| Feb 25 21:41:18.109 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
100462026-02-25T21:41:18.338Z[ recovery-image] Feb 25 21:41:18.146 INFO O| Feb 25 21:41:18.146 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
100472026-02-25T21:41:18.338Z[ recovery-image] Feb 25 21:41:18.146 INFO O| Feb 25 21:41:18.146 INFO STEP 69 (ensure_dir) COMPLETE
100482026-02-25T21:41:18.338Z[ recovery-image] Feb 25 21:41:18.146 INFO O| Feb 25 21:41:18.146 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
100492026-02-25T21:41:18.363Z[ recovery-image] Feb 25 21:41:18.176 INFO O| Feb 25 21:41:18.176 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
100502026-02-25T21:41:18.364Z[ recovery-image] Feb 25 21:41:18.176 INFO O| Feb 25 21:41:18.176 INFO copying /tmp/.tmpHsUFYS/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
100512026-02-25T21:41:18.364Z[ recovery-image] Feb 25 21:41:18.176 INFO O| Feb 25 21:41:18.176 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
100522026-02-25T21:41:18.364Z[ recovery-image] Feb 25 21:41:18.176 INFO O| Feb 25 21:41:18.176 INFO ok!
100532026-02-25T21:41:18.364Z[ recovery-image] Feb 25 21:41:18.176 INFO O| Feb 25 21:41:18.176 INFO STEP 70 (ensure_file) COMPLETE
100542026-02-25T21:41:18.365Z[ recovery-image] Feb 25 21:41:18.176 INFO O| Feb 25 21:41:18.176 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100552026-02-25T21:41:18.393Z[ recovery-image] Feb 25 21:41:18.206 INFO O| Feb 25 21:41:18.206 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
100562026-02-25T21:41:18.393Z[ recovery-image] Feb 25 21:41:18.206 INFO O| Feb 25 21:41:18.206 INFO STEP 71 (remove_files) COMPLETE
100572026-02-25T21:41:18.393Z[ recovery-image] Feb 25 21:41:18.206 INFO O| Feb 25 21:41:18.206 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100582026-02-25T21:41:18.423Z[ recovery-image] Feb 25 21:41:18.230 INFO O| Feb 25 21:41:18.229 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
100592026-02-25T21:41:18.423Z[ recovery-image] Feb 25 21:41:18.230 INFO O| Feb 25 21:41:18.230 INFO STEP 72 (remove_files) COMPLETE
100602026-02-25T21:41:18.423Z[ recovery-image] Feb 25 21:41:18.230 INFO O| Feb 25 21:41:18.230 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100612026-02-25T21:41:18.455Z[ recovery-image] Feb 25 21:41:18.249 INFO O| Feb 25 21:41:18.249 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
100622026-02-25T21:41:18.455Z[ recovery-image] Feb 25 21:41:18.250 INFO O| Feb 25 21:41:18.250 INFO STEP 73 (remove_files) COMPLETE
100632026-02-25T21:41:18.455Z[ recovery-image] Feb 25 21:41:18.250 INFO O| Feb 25 21:41:18.250 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100642026-02-25T21:41:18.481Z[ recovery-image] Feb 25 21:41:18.275 INFO O| Feb 25 21:41:18.275 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
100652026-02-25T21:41:18.481Z[ recovery-image] Feb 25 21:41:18.275 INFO O| Feb 25 21:41:18.275 INFO STEP 74 (remove_files) COMPLETE
100662026-02-25T21:41:18.481Z[ recovery-image] Feb 25 21:41:18.276 INFO O| Feb 25 21:41:18.275 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100672026-02-25T21:41:18.481Z[ recovery-image] Feb 25 21:41:18.297 INFO O| Feb 25 21:41:18.296 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
100682026-02-25T21:41:18.481Z[ recovery-image] Feb 25 21:41:18.297 INFO O| Feb 25 21:41:18.297 INFO STEP 75 (remove_files) COMPLETE
100692026-02-25T21:41:18.481Z[ recovery-image] Feb 25 21:41:18.297 INFO O| Feb 25 21:41:18.297 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100702026-02-25T21:41:18.509Z[ recovery-image] Feb 25 21:41:18.321 INFO O| Feb 25 21:41:18.320 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
100712026-02-25T21:41:18.509Z[ recovery-image] Feb 25 21:41:18.321 INFO O| Feb 25 21:41:18.321 INFO STEP 76 (remove_files) COMPLETE
100722026-02-25T21:41:18.509Z[ recovery-image] Feb 25 21:41:18.321 INFO O| Feb 25 21:41:18.321 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100732026-02-25T21:41:18.537Z[ recovery-image] Feb 25 21:41:18.341 INFO O| Feb 25 21:41:18.341 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
100742026-02-25T21:41:18.537Z[ recovery-image] Feb 25 21:41:18.341 INFO O| Feb 25 21:41:18.341 INFO STEP 77 (remove_files) COMPLETE
100752026-02-25T21:41:18.537Z[ recovery-image] Feb 25 21:41:18.341 INFO O| Feb 25 21:41:18.341 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100762026-02-25T21:41:18.562Z[ recovery-image] Feb 25 21:41:18.363 INFO O| Feb 25 21:41:18.362 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
100772026-02-25T21:41:18.563Z[ recovery-image] Feb 25 21:41:18.363 INFO O| Feb 25 21:41:18.363 INFO STEP 78 (remove_files) COMPLETE
100782026-02-25T21:41:18.563Z[ recovery-image] Feb 25 21:41:18.363 INFO O| Feb 25 21:41:18.363 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100792026-02-25T21:41:18.588Z[ recovery-image] Feb 25 21:41:18.386 INFO O| Feb 25 21:41:18.385 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
100802026-02-25T21:41:18.588Z[ recovery-image] Feb 25 21:41:18.386 INFO O| Feb 25 21:41:18.385 INFO STEP 79 (remove_files) COMPLETE
100812026-02-25T21:41:18.588Z[ recovery-image] Feb 25 21:41:18.386 INFO O| Feb 25 21:41:18.385 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100822026-02-25T21:41:18.588Z[ recovery-image] Feb 25 21:41:18.406 INFO O| Feb 25 21:41:18.406 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
100832026-02-25T21:41:18.588Z[ recovery-image] Feb 25 21:41:18.407 INFO O| Feb 25 21:41:18.406 INFO STEP 80 (remove_files) COMPLETE
100842026-02-25T21:41:18.588Z[ recovery-image] Feb 25 21:41:18.407 INFO O| Feb 25 21:41:18.407 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100852026-02-25T21:41:18.617Z[ recovery-image] Feb 25 21:41:18.440 INFO O| Feb 25 21:41:18.440 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
100862026-02-25T21:41:18.617Z[ recovery-image] Feb 25 21:41:18.441 INFO O| Feb 25 21:41:18.441 INFO STEP 81 (remove_files) COMPLETE
100872026-02-25T21:41:18.642Z[ recovery-image] Feb 25 21:41:18.441 INFO O| Feb 25 21:41:18.441 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100882026-02-25T21:41:18.667Z[ recovery-image] Feb 25 21:41:18.475 INFO O| Feb 25 21:41:18.475 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
100892026-02-25T21:41:18.668Z[ recovery-image] Feb 25 21:41:18.476 INFO O| Feb 25 21:41:18.475 INFO STEP 82 (remove_files) COMPLETE
100902026-02-25T21:41:18.668Z[ recovery-image] Feb 25 21:41:18.476 INFO O| Feb 25 21:41:18.476 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100912026-02-25T21:41:18.694Z[ recovery-image] Feb 25 21:41:18.506 INFO O| Feb 25 21:41:18.505 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
100922026-02-25T21:41:18.694Z[ recovery-image] Feb 25 21:41:18.506 INFO O| Feb 25 21:41:18.506 INFO STEP 83 (remove_files) COMPLETE
100932026-02-25T21:41:18.694Z[ recovery-image] Feb 25 21:41:18.506 INFO O| Feb 25 21:41:18.506 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100942026-02-25T21:41:18.719Z[ recovery-image] Feb 25 21:41:18.530 INFO O| Feb 25 21:41:18.530 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
100952026-02-25T21:41:18.719Z[ recovery-image] Feb 25 21:41:18.531 INFO O| Feb 25 21:41:18.531 INFO STEP 84 (remove_files) COMPLETE
100962026-02-25T21:41:18.719Z[ recovery-image] Feb 25 21:41:18.531 INFO O| Feb 25 21:41:18.531 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100972026-02-25T21:41:18.744Z[ recovery-image] Feb 25 21:41:18.560 INFO O| Feb 25 21:41:18.560 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
100982026-02-25T21:41:18.744Z[ recovery-image] Feb 25 21:41:18.561 INFO O| Feb 25 21:41:18.561 INFO STEP 85 (remove_files) COMPLETE
100992026-02-25T21:41:18.744Z[ recovery-image] Feb 25 21:41:18.561 INFO O| Feb 25 21:41:18.561 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101002026-02-25T21:41:18.769Z[ recovery-image] Feb 25 21:41:18.590 INFO O| Feb 25 21:41:18.590 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
101012026-02-25T21:41:18.769Z[ recovery-image] Feb 25 21:41:18.590 INFO O| Feb 25 21:41:18.590 INFO STEP 86 (remove_files) COMPLETE
101022026-02-25T21:41:18.771Z[ recovery-image] Feb 25 21:41:18.590 INFO O| Feb 25 21:41:18.590 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101032026-02-25T21:41:18.800Z[ recovery-image] Feb 25 21:41:18.623 INFO O| Feb 25 21:41:18.623 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
101042026-02-25T21:41:18.826Z[ recovery-image] Feb 25 21:41:18.623 INFO O| Feb 25 21:41:18.623 INFO STEP 87 (remove_files) COMPLETE
101052026-02-25T21:41:18.826Z[ recovery-image] Feb 25 21:41:18.623 INFO O| Feb 25 21:41:18.623 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101062026-02-25T21:41:18.850Z[ recovery-image] Feb 25 21:41:18.656 INFO O| Feb 25 21:41:18.656 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
101072026-02-25T21:41:18.850Z[ recovery-image] Feb 25 21:41:18.656 INFO O| Feb 25 21:41:18.656 INFO STEP 88 (remove_files) COMPLETE
101082026-02-25T21:41:18.851Z[ recovery-image] Feb 25 21:41:18.656 INFO O| Feb 25 21:41:18.656 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101092026-02-25T21:41:18.880Z[ recovery-image] Feb 25 21:41:18.679 INFO O| Feb 25 21:41:18.678 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
101102026-02-25T21:41:18.880Z[ recovery-image] Feb 25 21:41:18.679 INFO O| Feb 25 21:41:18.679 INFO STEP 89 (remove_files) COMPLETE
101112026-02-25T21:41:18.880Z[ recovery-image] Feb 25 21:41:18.679 INFO O| Feb 25 21:41:18.679 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101122026-02-25T21:41:18.880Z[ recovery-image] Feb 25 21:41:18.701 INFO O| Feb 25 21:41:18.701 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
101132026-02-25T21:41:18.880Z[ recovery-image] Feb 25 21:41:18.701 INFO O| Feb 25 21:41:18.701 INFO STEP 90 (remove_files) COMPLETE
101142026-02-25T21:41:18.881Z[ recovery-image] Feb 25 21:41:18.701 INFO O| Feb 25 21:41:18.701 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101152026-02-25T21:41:18.906Z[ recovery-image] Feb 25 21:41:18.723 INFO O| Feb 25 21:41:18.722 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
101162026-02-25T21:41:18.907Z[ recovery-image] Feb 25 21:41:18.723 INFO O| Feb 25 21:41:18.722 INFO STEP 91 (remove_files) COMPLETE
101172026-02-25T21:41:18.907Z[ recovery-image] Feb 25 21:41:18.723 INFO O| Feb 25 21:41:18.723 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101182026-02-25T21:41:18.932Z[ recovery-image] Feb 25 21:41:18.745 INFO O| Feb 25 21:41:18.744 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
101192026-02-25T21:41:18.934Z[ recovery-image] Feb 25 21:41:18.745 INFO O| Feb 25 21:41:18.744 INFO STEP 92 (remove_files) COMPLETE
101202026-02-25T21:41:18.934Z[ recovery-image] Feb 25 21:41:18.745 INFO O| Feb 25 21:41:18.744 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101212026-02-25T21:41:18.960Z[ recovery-image] Feb 25 21:41:18.767 INFO O| Feb 25 21:41:18.767 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
101222026-02-25T21:41:18.961Z[ recovery-image] Feb 25 21:41:18.768 INFO O| Feb 25 21:41:18.767 INFO STEP 93 (remove_files) COMPLETE
101232026-02-25T21:41:18.961Z[ recovery-image] Feb 25 21:41:18.768 INFO O| Feb 25 21:41:18.767 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101242026-02-25T21:41:18.987Z[ recovery-image] Feb 25 21:41:18.785 INFO O| Feb 25 21:41:18.785 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
101252026-02-25T21:41:18.987Z[ recovery-image] Feb 25 21:41:18.785 INFO O| Feb 25 21:41:18.785 INFO STEP 94 (remove_files) COMPLETE
101262026-02-25T21:41:18.987Z[ recovery-image] Feb 25 21:41:18.785 INFO O| Feb 25 21:41:18.785 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101272026-02-25T21:41:18.987Z[ recovery-image] Feb 25 21:41:18.801 INFO O| Feb 25 21:41:18.800 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
101282026-02-25T21:41:18.987Z[ recovery-image] Feb 25 21:41:18.801 INFO O| Feb 25 21:41:18.800 INFO STEP 95 (remove_files) COMPLETE
101292026-02-25T21:41:18.987Z[ recovery-image] Feb 25 21:41:18.801 INFO O| Feb 25 21:41:18.800 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101302026-02-25T21:41:19.013Z[ recovery-image] Feb 25 21:41:18.823 INFO O| Feb 25 21:41:18.823 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
101312026-02-25T21:41:19.013Z[ recovery-image] Feb 25 21:41:18.823 INFO O| Feb 25 21:41:18.823 INFO STEP 96 (remove_files) COMPLETE
101322026-02-25T21:41:19.013Z[ recovery-image] Feb 25 21:41:18.823 INFO O| Feb 25 21:41:18.823 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101332026-02-25T21:41:19.050Z[ recovery-image] Feb 25 21:41:18.850 INFO O| Feb 25 21:41:18.850 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
101342026-02-25T21:41:19.050Z[ recovery-image] Feb 25 21:41:18.851 INFO O| Feb 25 21:41:18.850 INFO STEP 97 (remove_files) COMPLETE
101352026-02-25T21:41:19.050Z[ recovery-image] Feb 25 21:41:18.851 INFO O| Feb 25 21:41:18.850 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101362026-02-25T21:41:19.050Z[ recovery-image] Feb 25 21:41:18.871 INFO O| Feb 25 21:41:18.870 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
101372026-02-25T21:41:19.050Z[ recovery-image] Feb 25 21:41:18.871 INFO O| Feb 25 21:41:18.871 INFO STEP 98 (remove_files) COMPLETE
101382026-02-25T21:41:19.050Z[ recovery-image] Feb 25 21:41:18.871 INFO O| Feb 25 21:41:18.871 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101392026-02-25T21:41:19.083Z[ recovery-image] Feb 25 21:41:18.906 INFO O| Feb 25 21:41:18.906 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
101402026-02-25T21:41:19.083Z[ recovery-image] Feb 25 21:41:18.906 INFO O| Feb 25 21:41:18.906 INFO STEP 99 (remove_files) COMPLETE
101412026-02-25T21:41:19.111Z[ recovery-image] Feb 25 21:41:18.906 INFO O| Feb 25 21:41:18.906 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
101422026-02-25T21:41:19.138Z[ recovery-image] Feb 25 21:41:18.950 INFO O| Feb 25 21:41:18.950 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
101432026-02-25T21:41:19.139Z[ recovery-image] Feb 25 21:41:18.953 INFO O| Feb 25 21:41:18.951 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
101442026-02-25T21:41:28.704Z[ host-image] Feb 25 21:41:28.527 INFO O| Feb 25 21:41:28.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
101452026-02-25T21:41:28.704Z[ host-image] Feb 25 21:41:28.527 INFO O| Feb 25 21:41:28.527 INFO ok!
101462026-02-25T21:41:28.729Z[ host-image] Feb 25 21:41:28.527 INFO O| Feb 25 21:41:28.527 INFO STEP 139 (ensure_file) COMPLETE
101472026-02-25T21:41:28.729Z[ host-image] Feb 25 21:41:28.527 INFO O| Feb 25 21:41:28.527 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482026-02-25T21:41:28.729Z[ host-image] Feb 25 21:41:28.551 INFO O| Feb 25 21:41:28.551 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
101492026-02-25T21:41:28.729Z[ host-image] Feb 25 21:41:28.551 INFO O| Feb 25 21:41:28.551 INFO STEP 140 (ensure_dir) COMPLETE
101502026-02-25T21:41:28.729Z[ host-image] Feb 25 21:41:28.551 INFO O| Feb 25 21:41:28.551 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-02-25T21:41:28.754Z[ host-image] Feb 25 21:41:28.573 INFO O| Feb 25 21:41:28.573 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
101522026-02-25T21:41:28.754Z[ host-image] Feb 25 21:41:28.574 INFO O| Feb 25 21:41:28.573 INFO STEP 141 (ensure_dir) COMPLETE
101532026-02-25T21:41:28.754Z[ host-image] Feb 25 21:41:28.574 INFO O| Feb 25 21:41:28.573 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542026-02-25T21:41:28.780Z[ host-image] Feb 25 21:41:28.595 INFO O| Feb 25 21:41:28.594 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
101552026-02-25T21:41:28.780Z[ host-image] Feb 25 21:41:28.595 INFO O| Feb 25 21:41:28.595 INFO STEP 142 (ensure_dir) COMPLETE
101562026-02-25T21:41:28.785Z[ host-image] Feb 25 21:41:28.595 INFO O| Feb 25 21:41:28.595 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-02-25T21:41:28.812Z[ host-image] Feb 25 21:41:28.613 INFO O| Feb 25 21:41:28.613 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
101582026-02-25T21:41:28.812Z[ host-image] Feb 25 21:41:28.613 INFO O| Feb 25 21:41:28.613 INFO STEP 143 (ensure_dir) COMPLETE
101592026-02-25T21:41:28.812Z[ host-image] Feb 25 21:41:28.613 INFO O| Feb 25 21:41:28.613 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-02-25T21:41:28.812Z[ host-image] Feb 25 21:41:28.629 INFO O| Feb 25 21:41:28.629 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
101612026-02-25T21:41:28.812Z[ host-image] Feb 25 21:41:28.629 INFO O| Feb 25 21:41:28.629 INFO copying /tmp/.tmpHsUFYS/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 ...
101622026-02-25T21:41:28.812Z[ host-image] Feb 25 21:41:28.630 INFO O| Feb 25 21:41:28.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
101632026-02-25T21:41:28.812Z[ host-image] Feb 25 21:41:28.630 INFO O| Feb 25 21:41:28.630 INFO ok!
101642026-02-25T21:41:28.813Z[ host-image] Feb 25 21:41:28.630 INFO O| Feb 25 21:41:28.630 INFO STEP 144 (ensure_file) COMPLETE
101652026-02-25T21:41:28.813Z[ host-image] Feb 25 21:41:28.630 INFO O| Feb 25 21:41:28.630 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-02-25T21:41:28.839Z[ host-image] Feb 25 21:41:28.647 INFO O| Feb 25 21:41:28.646 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
101672026-02-25T21:41:28.839Z[ host-image] Feb 25 21:41:28.647 INFO O| Feb 25 21:41:28.647 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
101682026-02-25T21:41:28.840Z[ host-image] Feb 25 21:41:28.647 INFO O| Feb 25 21:41:28.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
101692026-02-25T21:41:28.840Z[ host-image] Feb 25 21:41:28.647 INFO O| Feb 25 21:41:28.647 INFO STEP 145 (ensure_dir) COMPLETE
101702026-02-25T21:41:28.840Z[ host-image] Feb 25 21:41:28.647 INFO O| Feb 25 21:41:28.647 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712026-02-25T21:41:28.866Z[ host-image] Feb 25 21:41:28.664 INFO O| Feb 25 21:41:28.664 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
101722026-02-25T21:41:28.866Z[ host-image] Feb 25 21:41:28.665 INFO O| Feb 25 21:41:28.665 INFO copying /tmp/.tmpHsUFYS/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
101732026-02-25T21:41:28.866Z[ host-image] Feb 25 21:41:28.665 INFO O| Feb 25 21:41:28.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
101742026-02-25T21:41:28.866Z[ host-image] Feb 25 21:41:28.665 INFO O| Feb 25 21:41:28.665 INFO ok!
101752026-02-25T21:41:28.866Z[ host-image] Feb 25 21:41:28.665 INFO O| Feb 25 21:41:28.665 INFO STEP 146 (ensure_file) COMPLETE
101762026-02-25T21:41:28.866Z[ host-image] Feb 25 21:41:28.665 INFO O| Feb 25 21:41:28.665 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101772026-02-25T21:41:28.866Z[ host-image] Feb 25 21:41:28.686 INFO O| Feb 25 21:41:28.685 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
101782026-02-25T21:41:28.866Z[ host-image] Feb 25 21:41:28.686 INFO O| Feb 25 21:41:28.686 INFO STEP 147 (remove_files) COMPLETE
101792026-02-25T21:41:28.866Z[ host-image] Feb 25 21:41:28.686 INFO O| Feb 25 21:41:28.686 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101802026-02-25T21:41:28.891Z[ host-image] Feb 25 21:41:28.707 INFO O| Feb 25 21:41:28.707 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
101812026-02-25T21:41:28.892Z[ host-image] Feb 25 21:41:28.707 INFO O| Feb 25 21:41:28.707 INFO STEP 148 (remove_files) COMPLETE
101822026-02-25T21:41:28.892Z[ host-image] Feb 25 21:41:28.708 INFO O| Feb 25 21:41:28.707 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101832026-02-25T21:41:28.916Z[ host-image] Feb 25 21:41:28.725 INFO O| Feb 25 21:41:28.725 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
101842026-02-25T21:41:28.916Z[ host-image] Feb 25 21:41:28.725 INFO O| Feb 25 21:41:28.725 INFO STEP 149 (remove_files) COMPLETE
101852026-02-25T21:41:28.916Z[ host-image] Feb 25 21:41:28.725 INFO O| Feb 25 21:41:28.725 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101862026-02-25T21:41:28.943Z[ host-image] Feb 25 21:41:28.744 INFO O| Feb 25 21:41:28.744 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
101872026-02-25T21:41:28.943Z[ host-image] Feb 25 21:41:28.744 INFO O| Feb 25 21:41:28.744 INFO STEP 150 (remove_files) COMPLETE
101882026-02-25T21:41:28.944Z[ host-image] Feb 25 21:41:28.744 INFO O| Feb 25 21:41:28.744 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101892026-02-25T21:41:28.969Z[ host-image] Feb 25 21:41:28.765 INFO O| Feb 25 21:41:28.765 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
101902026-02-25T21:41:28.969Z[ host-image] Feb 25 21:41:28.765 INFO O| Feb 25 21:41:28.765 INFO STEP 151 (remove_files) COMPLETE
101912026-02-25T21:41:28.969Z[ host-image] Feb 25 21:41:28.765 INFO O| Feb 25 21:41:28.765 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101922026-02-25T21:41:28.969Z[ host-image] Feb 25 21:41:28.780 INFO O| Feb 25 21:41:28.779 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
101932026-02-25T21:41:28.969Z[ host-image] Feb 25 21:41:28.780 INFO O| Feb 25 21:41:28.780 INFO STEP 152 (remove_files) COMPLETE
101942026-02-25T21:41:28.969Z[ host-image] Feb 25 21:41:28.780 INFO O| Feb 25 21:41:28.780 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101952026-02-25T21:41:28.994Z[ host-image] Feb 25 21:41:28.799 INFO O| Feb 25 21:41:28.799 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
101962026-02-25T21:41:28.994Z[ host-image] Feb 25 21:41:28.799 INFO O| Feb 25 21:41:28.799 INFO STEP 153 (remove_files) COMPLETE
101972026-02-25T21:41:28.994Z[ host-image] Feb 25 21:41:28.799 INFO O| Feb 25 21:41:28.799 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101982026-02-25T21:41:29.020Z[ host-image] Feb 25 21:41:28.824 INFO O| Feb 25 21:41:28.824 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
101992026-02-25T21:41:29.020Z[ host-image] Feb 25 21:41:28.824 INFO O| Feb 25 21:41:28.824 INFO STEP 154 (remove_files) COMPLETE
102002026-02-25T21:41:29.020Z[ host-image] Feb 25 21:41:28.824 INFO O| Feb 25 21:41:28.824 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102012026-02-25T21:41:29.045Z[ host-image] Feb 25 21:41:28.845 INFO O| Feb 25 21:41:28.845 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
102022026-02-25T21:41:29.045Z[ host-image] Feb 25 21:41:28.846 INFO O| Feb 25 21:41:28.845 INFO STEP 155 (remove_files) COMPLETE
102032026-02-25T21:41:29.045Z[ host-image] Feb 25 21:41:28.846 INFO O| Feb 25 21:41:28.846 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102042026-02-25T21:41:29.045Z[ host-image] Feb 25 21:41:28.865 INFO O| Feb 25 21:41:28.865 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
102052026-02-25T21:41:29.045Z[ host-image] Feb 25 21:41:28.865 INFO O| Feb 25 21:41:28.865 INFO STEP 156 (remove_files) COMPLETE
102062026-02-25T21:41:29.045Z[ host-image] Feb 25 21:41:28.865 INFO O| Feb 25 21:41:28.865 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102072026-02-25T21:41:29.072Z[ host-image] Feb 25 21:41:28.878 INFO O| Feb 25 21:41:28.878 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
102082026-02-25T21:41:29.072Z[ host-image] Feb 25 21:41:28.878 INFO O| Feb 25 21:41:28.878 INFO STEP 157 (remove_files) COMPLETE
102092026-02-25T21:41:29.073Z[ host-image] Feb 25 21:41:28.878 INFO O| Feb 25 21:41:28.878 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102102026-02-25T21:41:29.098Z[ host-image] Feb 25 21:41:28.899 INFO O| Feb 25 21:41:28.898 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102112026-02-25T21:41:29.098Z[ host-image] Feb 25 21:41:28.899 INFO O| Feb 25 21:41:28.899 INFO STEP 158 (remove_files) COMPLETE
102122026-02-25T21:41:29.098Z[ host-image] Feb 25 21:41:28.899 INFO O| Feb 25 21:41:28.899 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102132026-02-25T21:41:29.098Z[ host-image] Feb 25 21:41:28.917 INFO O| Feb 25 21:41:28.917 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102142026-02-25T21:41:29.098Z[ host-image] Feb 25 21:41:28.917 INFO O| Feb 25 21:41:28.917 INFO STEP 159 (remove_files) COMPLETE
102152026-02-25T21:41:29.098Z[ host-image] Feb 25 21:41:28.917 INFO O| Feb 25 21:41:28.917 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102162026-02-25T21:41:29.124Z[ host-image] Feb 25 21:41:28.941 INFO O| Feb 25 21:41:28.940 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
102172026-02-25T21:41:29.124Z[ host-image] Feb 25 21:41:28.941 INFO O| Feb 25 21:41:28.941 INFO STEP 160 (remove_files) COMPLETE
102182026-02-25T21:41:29.124Z[ host-image] Feb 25 21:41:28.941 INFO O| Feb 25 21:41:28.941 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102192026-02-25T21:41:29.149Z[ host-image] Feb 25 21:41:28.960 INFO O| Feb 25 21:41:28.960 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
102202026-02-25T21:41:29.149Z[ host-image] Feb 25 21:41:28.960 INFO O| Feb 25 21:41:28.960 INFO STEP 161 (remove_files) COMPLETE
102212026-02-25T21:41:29.151Z[ host-image] Feb 25 21:41:28.960 INFO O| Feb 25 21:41:28.960 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102222026-02-25T21:41:29.178Z[ host-image] Feb 25 21:41:28.977 INFO O| Feb 25 21:41:28.977 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
102232026-02-25T21:41:29.178Z[ host-image] Feb 25 21:41:28.977 INFO O| Feb 25 21:41:28.977 INFO STEP 162 (remove_files) COMPLETE
102242026-02-25T21:41:29.179Z[ host-image] Feb 25 21:41:28.977 INFO O| Feb 25 21:41:28.977 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102252026-02-25T21:41:29.179Z[ host-image] Feb 25 21:41:28.997 INFO O| Feb 25 21:41:28.997 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
102262026-02-25T21:41:29.179Z[ host-image] Feb 25 21:41:28.997 INFO O| Feb 25 21:41:28.997 INFO STEP 163 (remove_files) COMPLETE
102272026-02-25T21:41:29.179Z[ host-image] Feb 25 21:41:28.997 INFO O| Feb 25 21:41:28.997 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102282026-02-25T21:41:29.204Z[ host-image] Feb 25 21:41:29.019 INFO O| Feb 25 21:41:29.019 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
102292026-02-25T21:41:29.204Z[ host-image] Feb 25 21:41:29.019 INFO O| Feb 25 21:41:29.019 INFO STEP 164 (remove_files) COMPLETE
102302026-02-25T21:41:29.204Z[ host-image] Feb 25 21:41:29.019 INFO O| Feb 25 21:41:29.019 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102312026-02-25T21:41:29.230Z[ host-image] Feb 25 21:41:29.042 INFO O| Feb 25 21:41:29.041 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
102322026-02-25T21:41:29.230Z[ host-image] Feb 25 21:41:29.042 INFO O| Feb 25 21:41:29.042 INFO STEP 165 (remove_files) COMPLETE
102332026-02-25T21:41:29.230Z[ host-image] Feb 25 21:41:29.042 INFO O| Feb 25 21:41:29.042 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102342026-02-25T21:41:29.255Z[ host-image] Feb 25 21:41:29.064 INFO O| Feb 25 21:41:29.064 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
102352026-02-25T21:41:29.256Z[ host-image] Feb 25 21:41:29.064 INFO O| Feb 25 21:41:29.064 INFO STEP 166 (remove_files) COMPLETE
102362026-02-25T21:41:29.256Z[ host-image] Feb 25 21:41:29.064 INFO O| Feb 25 21:41:29.064 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102372026-02-25T21:41:29.282Z[ host-image] Feb 25 21:41:29.084 INFO O| Feb 25 21:41:29.084 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
102382026-02-25T21:41:29.282Z[ host-image] Feb 25 21:41:29.084 INFO O| Feb 25 21:41:29.084 INFO STEP 167 (remove_files) COMPLETE
102392026-02-25T21:41:29.282Z[ host-image] Feb 25 21:41:29.084 INFO O| Feb 25 21:41:29.084 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102402026-02-25T21:41:29.282Z[ host-image] Feb 25 21:41:29.104 INFO O| Feb 25 21:41:29.104 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
102412026-02-25T21:41:29.282Z[ host-image] Feb 25 21:41:29.105 INFO O| Feb 25 21:41:29.104 INFO STEP 168 (remove_files) COMPLETE
102422026-02-25T21:41:29.282Z[ host-image] Feb 25 21:41:29.105 INFO O| Feb 25 21:41:29.104 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102432026-02-25T21:41:29.311Z[ host-image] Feb 25 21:41:29.127 INFO O| Feb 25 21:41:29.127 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
102442026-02-25T21:41:29.311Z[ host-image] Feb 25 21:41:29.127 INFO O| Feb 25 21:41:29.127 INFO STEP 169 (remove_files) COMPLETE
102452026-02-25T21:41:29.311Z[ host-image] Feb 25 21:41:29.127 INFO O| Feb 25 21:41:29.127 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102462026-02-25T21:41:29.336Z[ host-image] Feb 25 21:41:29.147 INFO O| Feb 25 21:41:29.147 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
102472026-02-25T21:41:29.336Z[ host-image] Feb 25 21:41:29.147 INFO O| Feb 25 21:41:29.147 INFO STEP 170 (remove_files) COMPLETE
102482026-02-25T21:41:29.336Z[ host-image] Feb 25 21:41:29.147 INFO O| Feb 25 21:41:29.147 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102492026-02-25T21:41:29.364Z[ host-image] Feb 25 21:41:29.164 INFO O| Feb 25 21:41:29.164 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
102502026-02-25T21:41:29.364Z[ host-image] Feb 25 21:41:29.164 INFO O| Feb 25 21:41:29.164 INFO STEP 171 (remove_files) COMPLETE
102512026-02-25T21:41:29.364Z[ host-image] Feb 25 21:41:29.164 INFO O| Feb 25 21:41:29.164 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102522026-02-25T21:41:29.364Z[ host-image] Feb 25 21:41:29.182 INFO O| Feb 25 21:41:29.182 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
102532026-02-25T21:41:29.365Z[ host-image] Feb 25 21:41:29.183 INFO O| Feb 25 21:41:29.183 INFO STEP 172 (remove_files) COMPLETE
102542026-02-25T21:41:29.365Z[ host-image] Feb 25 21:41:29.183 INFO O| Feb 25 21:41:29.183 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102552026-02-25T21:41:29.390Z[ host-image] Feb 25 21:41:29.209 INFO O| Feb 25 21:41:29.208 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
102562026-02-25T21:41:29.390Z[ host-image] Feb 25 21:41:29.209 INFO O| Feb 25 21:41:29.209 INFO STEP 173 (remove_files) COMPLETE
102572026-02-25T21:41:29.390Z[ host-image] Feb 25 21:41:29.209 INFO O| Feb 25 21:41:29.209 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102582026-02-25T21:41:29.415Z[ host-image] Feb 25 21:41:29.229 INFO O| Feb 25 21:41:29.229 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
102592026-02-25T21:41:29.415Z[ host-image] Feb 25 21:41:29.229 INFO O| Feb 25 21:41:29.229 INFO STEP 174 (remove_files) COMPLETE
102602026-02-25T21:41:29.415Z[ host-image] Feb 25 21:41:29.229 INFO O| Feb 25 21:41:29.229 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102612026-02-25T21:41:29.441Z[ host-image] Feb 25 21:41:29.246 INFO O| Feb 25 21:41:29.246 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
102622026-02-25T21:41:29.442Z[ host-image] Feb 25 21:41:29.246 INFO O| Feb 25 21:41:29.246 INFO STEP 175 (remove_files) COMPLETE
102632026-02-25T21:41:29.442Z[ host-image] Feb 25 21:41:29.246 INFO O| Feb 25 21:41:29.246 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102642026-02-25T21:41:29.474Z[ host-image] Feb 25 21:41:29.276 INFO O| Feb 25 21:41:29.275 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
102652026-02-25T21:41:29.474Z[ host-image] Feb 25 21:41:29.276 INFO O| Feb 25 21:41:29.276 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
102662026-02-25T21:41:30.683Z[ recovery-image] Feb 25 21:41:30.505 INFO O| Feb 25 21:41:30.504 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
102672026-02-25T21:41:30.683Z[ recovery-image] Feb 25 21:41:30.505 INFO O| Feb 25 21:41:30.504 INFO E| svccfg: Loaded 68 smf(7) service descriptions
102682026-02-25T21:41:30.710Z[ recovery-image] Feb 25 21:41:30.534 INFO O| Feb 25 21:41:30.533 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
102692026-02-25T21:41:30.957Z[ recovery-image] Feb 25 21:41:30.781 INFO O| Feb 25 21:41:30.781 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
102702026-02-25T21:41:31.150Z[ recovery-image] Feb 25 21:41:30.973 INFO O| Feb 25 21:41:30.973 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
102712026-02-25T21:41:31.324Z[ recovery-image] Feb 25 21:41:31.147 INFO O| Feb 25 21:41:31.147 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
102722026-02-25T21:41:31.324Z[ recovery-image] Feb 25 21:41:31.147 INFO O| Feb 25 21:41:31.147 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 ...
102732026-02-25T21:41:31.350Z[ recovery-image] Feb 25 21:41:31.152 INFO O| Feb 25 21:41:31.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
102742026-02-25T21:41:31.351Z[ recovery-image] Feb 25 21:41:31.152 INFO O| Feb 25 21:41:31.152 INFO ok!
102752026-02-25T21:41:31.351Z[ recovery-image] Feb 25 21:41:31.152 INFO O| Feb 25 21:41:31.152 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
102762026-02-25T21:41:31.351Z[ recovery-image] Feb 25 21:41:31.152 INFO O| Feb 25 21:41:31.152 INFO STEP 100 (seed_smf) COMPLETE
102772026-02-25T21:41:31.351Z[ recovery-image] Feb 25 21:41:31.152 INFO O| Feb 25 21:41:31.152 INFO steps complete; finalising image!
102782026-02-25T21:41:31.351Z[ recovery-image] Feb 25 21:41:31.152 INFO O| Feb 25 21:41:31.152 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
102792026-02-25T21:41:31.402Z[ recovery-image] Feb 25 21:41:31.225 INFO O| Feb 25 21:41:31.225 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Wed Feb 25 21:41:31 2026)
102802026-02-25T21:41:31.613Z[ recovery-image] Feb 25 21:41:31.436 INFO O| Feb 25 21:41:31.436 INFO trim TEMPORARY-sled-zfs-recovery: (65% trimmed, started at Wed Feb 25 21:41:31 2026)
102812026-02-25T21:41:31.826Z[ recovery-image] Feb 25 21:41:31.649 INFO O| Feb 25 21:41:31.648 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Wed Feb 25 21:41:31 2026)
102822026-02-25T21:41:32.118Z[ recovery-image] Feb 25 21:41:31.888 INFO O| Feb 25 21:41:31.888 INFO temporary pool has 433M used, 1.33G avail, 1.00x compressratio
102832026-02-25T21:41:32.118Z[ recovery-image] Feb 25 21:41:31.889 INFO O| Feb 25 21:41:31.888 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
102842026-02-25T21:41:32.477Z[ recovery-image] Feb 25 21:41:32.301 INFO O| Feb 25 21:41:32.300 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
102852026-02-25T21:41:32.477Z[ recovery-image] Feb 25 21:41:32.301 INFO O| Feb 25 21:41:32.301 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
102862026-02-25T21:41:38.461Z[ recovery-image] Feb 25 21:41:38.283 INFO O| Feb 25 21:41:38.283 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
102872026-02-25T21:41:38.461Z[ recovery-image] Feb 25 21:41:38.283 INFO O| Feb 25 21:41:38.283 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
102882026-02-25T21:41:38.487Z[ recovery-image] Feb 25 21:41:38.283 INFO O| Feb 25 21:41:38.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
102892026-02-25T21:41:38.487Z[ recovery-image] Feb 25 21:41:38.283 INFO O| Feb 25 21:41:38.283 INFO completed processing sled/zfs-recovery
102902026-02-25T21:41:38.487Z[ recovery-image] Feb 25 21:41:38.283 INFO O| Feb 25 21:41:38.283 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
102912026-02-25T21:41:38.637Z[ recovery-image] Feb 25 21:41:38.461 INFO O| Feb 25 21:41:38.461 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
102922026-02-25T21:41:38.720Z[ recovery-image] Feb 25 21:41:38.542 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
102932026-02-25T21:41:38.745Z[ recovery-image] Feb 25 21:41:38.545 INFO expanded image name: "recovery bfa3d73/${os_short_commit} 2026-02-25 20:27" -> "recovery bfa3d73/3e08689 2026-02-25 20:27"
102942026-02-25T21:41:38.745Z[ recovery-image] Feb 25 21:41:38.546 INFO output artefacts stored in: "/work/os-recovery"
102952026-02-25T21:41:38.745Z[ recovery-image] Feb 25 21:41:38.550 INFO collecting git info from project "amd-host-image-builder"...
102962026-02-25T21:41:38.955Z[ recovery-image] Feb 25 21:41:38.775 INFO collecting git info from project "dmar-report"...
102972026-02-25T21:41:38.998Z[ recovery-image] Feb 25 21:41:38.822 INFO collecting git info from project "chelsio-t6-roms"...
102982026-02-25T21:41:39.077Z[ recovery-image] Feb 25 21:41:38.900 INFO collecting git info from project "pinprick"...
102992026-02-25T21:41:39.102Z[ recovery-image] Feb 25 21:41:38.924 INFO collecting git info from project "bootserver"...
103002026-02-25T21:41:39.128Z[ recovery-image] Feb 25 21:41:38.949 INFO collecting git info from project "phbl"...
103012026-02-25T21:41:39.158Z[ recovery-image] Feb 25 21:41:38.982 INFO collecting git info from project "image-builder"...
103022026-02-25T21:41:39.188Z[ recovery-image] Feb 25 21:41:39.011 INFO collecting git info from project "amd-firmware"...
103032026-02-25T21:41:40.274Z[ host-image] Feb 25 21:41:40.097 INFO O| Feb 25 21:41:40.097 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
103042026-02-25T21:41:40.274Z[ host-image] Feb 25 21:41:40.097 INFO O| Feb 25 21:41:40.097 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103052026-02-25T21:41:40.300Z[ host-image] Feb 25 21:41:40.122 INFO O| Feb 25 21:41:40.122 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103062026-02-25T21:41:40.596Z[ host-image] Feb 25 21:41:40.419 INFO O| Feb 25 21:41:40.419 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
103072026-02-25T21:41:40.739Z[ host-image] Feb 25 21:41:40.562 INFO O| Feb 25 21:41:40.562 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
103082026-02-25T21:41:40.909Z[ host-image] Feb 25 21:41:40.733 INFO O| Feb 25 21:41:40.733 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103092026-02-25T21:41:40.934Z[ host-image] Feb 25 21:41:40.733 INFO O| Feb 25 21:41:40.733 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103102026-02-25T21:41:40.934Z[ host-image] Feb 25 21:41:40.736 INFO O| Feb 25 21:41:40.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103112026-02-25T21:41:40.934Z[ host-image] Feb 25 21:41:40.736 INFO O| Feb 25 21:41:40.736 INFO ok!
103122026-02-25T21:41:40.935Z[ host-image] Feb 25 21:41:40.736 INFO O| Feb 25 21:41:40.736 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
103132026-02-25T21:41:40.935Z[ host-image] Feb 25 21:41:40.737 INFO O| Feb 25 21:41:40.737 INFO STEP 176 (seed_smf) COMPLETE
103142026-02-25T21:41:40.935Z[ host-image] Feb 25 21:41:40.737 INFO O| Feb 25 21:41:40.737 INFO steps complete; finalising image!
103152026-02-25T21:41:40.935Z[ host-image] Feb 25 21:41:40.737 INFO O| Feb 25 21:41:40.737 INFO TRIM POOL: TEMPORARY-sled-zfs
103162026-02-25T21:41:41.132Z[ host-image] Feb 25 21:41:40.929 INFO O| Feb 25 21:41:40.929 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed Feb 25 21:41:40 2026)
103172026-02-25T21:41:41.344Z[ host-image] Feb 25 21:41:41.167 INFO O| Feb 25 21:41:41.167 INFO temporary pool has 807M used, 89.0M avail, 1.81x compressratio
103182026-02-25T21:41:41.344Z[ host-image] Feb 25 21:41:41.167 INFO O| Feb 25 21:41:41.167 INFO EXPORT POOL: TEMPORARY-sled-zfs
103192026-02-25T21:41:41.807Z[ host-image] Feb 25 21:41:41.630 INFO O| Feb 25 21:41:41.630 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
103202026-02-25T21:41:41.807Z[ host-image] Feb 25 21:41:41.631 INFO O| Feb 25 21:41:41.630 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
103212026-02-25T21:41:41.862Z[ recovery-image] Feb 25 21:41:41.683 INFO collecting git info from project "pilot"...
103222026-02-25T21:41:41.920Z[ recovery-image] Feb 25 21:41:41.738 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
103232026-02-25T21:41:42.887Z[ recovery-image] Feb 25 21:41:42.459 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
103242026-02-25T21:41:43.487Z[ recovery-image] Feb 25 21:41:43.310 INFO creating Oxide boot image...
103252026-02-25T21:41:43.518Z[ recovery-image] Feb 25 21:41:43.312 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery bfa3d73/3e08689 2026-02-25 20:27", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
103262026-02-25T21:41:43.711Z[ host-image] Feb 25 21:41:43.534 INFO O| Feb 25 21:41:43.534 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
103272026-02-25T21:41:43.711Z[ host-image] Feb 25 21:41:43.534 INFO O| Feb 25 21:41:43.534 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
103282026-02-25T21:41:43.741Z[ host-image] Feb 25 21:41:43.534 INFO O| Feb 25 21:41:43.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
103292026-02-25T21:41:43.741Z[ host-image] Feb 25 21:41:43.534 INFO O| Feb 25 21:41:43.534 INFO completed processing sled/zfs
103302026-02-25T21:41:43.742Z[ host-image] Feb 25 21:41:43.534 INFO O| Feb 25 21:41:43.534 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
103312026-02-25T21:41:44.744Z[ host-image] Feb 25 21:41:44.545 INFO O| Feb 25 21:41:44.545 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
103322026-02-25T21:41:44.795Z[ host-image] Feb 25 21:41:44.618 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
103332026-02-25T21:41:44.795Z[ host-image] Feb 25 21:41:44.618 INFO expanded image name: "ci bfa3d73/${os_short_commit} 2026-02-25 20:27" -> "ci bfa3d73/3e08689 2026-02-25 20:27"
103342026-02-25T21:41:44.825Z[ host-image] Feb 25 21:41:44.619 INFO output artefacts stored in: "/work/os-host"
103352026-02-25T21:41:44.825Z[ host-image] Feb 25 21:41:44.619 INFO collecting git info from project "amd-host-image-builder"...
103362026-02-25T21:41:44.826Z[ host-image] Feb 25 21:41:44.633 INFO collecting git info from project "dmar-report"...
103372026-02-25T21:41:44.826Z[ host-image] Feb 25 21:41:44.644 INFO collecting git info from project "chelsio-t6-roms"...
103382026-02-25T21:41:44.858Z[ host-image] Feb 25 21:41:44.652 INFO collecting git info from project "pinprick"...
103392026-02-25T21:41:44.858Z[ host-image] Feb 25 21:41:44.659 INFO collecting git info from project "bootserver"...
103402026-02-25T21:41:44.858Z[ host-image] Feb 25 21:41:44.666 INFO collecting git info from project "phbl"...
103412026-02-25T21:41:44.858Z[ host-image] Feb 25 21:41:44.673 INFO collecting git info from project "image-builder"...
103422026-02-25T21:41:44.919Z[ host-image] Feb 25 21:41:44.682 INFO collecting git info from project "amd-firmware"...
103432026-02-25T21:41:44.919Z[ host-image] Feb 25 21:41:44.702 INFO collecting git info from project "pilot"...
103442026-02-25T21:41:44.951Z[ host-image] Feb 25 21:41:44.716 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
103452026-02-25T21:41:45.571Z[ host-image] Feb 25 21:41:45.395 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
103462026-02-25T21:41:46.274Z[ host-image] Feb 25 21:41:46.097 INFO creating Oxide boot image...
103472026-02-25T21:41:46.274Z[ host-image] Feb 25 21:41:46.097 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci bfa3d73/3e08689 2026-02-25 20:27", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
103482026-02-25T21:41:51.370Z[ host-image] Feb 25 21:41:47.810 INFO O| ok, image written!
103492026-02-25T21:41:51.370Z[ host-image] Feb 25 21:41:47.811 INFO O| ok, boot_image_csum file written!
103502026-02-25T21:41:51.427Z[ host-image] Feb 25 21:41:47.823 INFO creating boot archive (CPIO)...
103512026-02-25T21:41:51.427Z[ host-image] Feb 25 21:41:47.823 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
103522026-02-25T21:41:51.427Z[ host-image] Feb 25 21:41:47.840 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
103532026-02-25T21:41:51.427Z[ host-image] Feb 25 21:41:47.841 INFO E| + outfile=/work/os-host/cpio
103542026-02-25T21:41:51.428Z[ host-image] Feb 25 21:41:47.841 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
103552026-02-25T21:41:51.428Z[ host-image] Feb 25 21:41:47.847 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
103562026-02-25T21:41:51.428Z[ host-image] Feb 25 21:41:47.847 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
103572026-02-25T21:41:51.428Z[ host-image] Feb 25 21:41:47.910 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
103582026-02-25T21:41:51.429Z[ host-image] Feb 25 21:41:47.911 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
103592026-02-25T21:41:51.429Z[ host-image] Feb 25 21:41:47.924 INFO creating compressed cpio/unix for dev loaders...
103602026-02-25T21:41:51.429Z[ host-image] Feb 25 21:41:47.924 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
103612026-02-25T21:41:51.429Z[ host-image] Feb 25 21:41:48.316 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
103622026-02-25T21:41:54.592Z[ host-image] Feb 25 21:41:54.415 INFO creating reset image...
103632026-02-25T21:41:54.593Z[ host-image] Feb 25 21:41:54.415 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
103642026-02-25T21:42:28.166Z[ host-image] Feb 25 21:42:27.990 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')"
103652026-02-25T21:42:28.191Z[ host-image] Feb 25 21:42:27.991 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")
103662026-02-25T21:42:28.573Z[ host-image] Feb 25 21:42:28.397 INFO E| Updating crates.io index
103672026-02-25T21:42:28.840Z[ host-image] Feb 25 21:42:28.665 INFO E| Downloading crates ...
103682026-02-25T21:42:33.927Z[ host-image] Feb 25 21:42:33.751 INFO E| Downloaded unicode-ident v1.0.23
103692026-02-25T21:42:33.952Z[ host-image] Feb 25 21:42:33.761 INFO E| Downloaded shared_child v1.1.1
103702026-02-25T21:42:33.952Z[ host-image] Feb 25 21:42:33.765 INFO E| Downloaded signal-hook-registry v1.4.8
103712026-02-25T21:42:33.953Z[ host-image] Feb 25 21:42:33.768 INFO E| Downloaded duct v1.1.1
103722026-02-25T21:42:33.953Z[ host-image] Feb 25 21:42:33.772 INFO E| Downloaded proc-macro2 v1.0.106
103732026-02-25T21:42:33.977Z[ host-image] Feb 25 21:42:33.778 INFO E| Downloaded clap v4.5.57
103742026-02-25T21:42:33.977Z[ host-image] Feb 25 21:42:33.791 INFO E| Downloaded clap_derive v4.5.55
103752026-02-25T21:42:33.977Z[ host-image] Feb 25 21:42:33.794 INFO E| Downloaded sigchld v0.2.4
103762026-02-25T21:42:33.977Z[ host-image] Feb 25 21:42:33.796 INFO E| Downloaded shared_thread v0.2.0
103772026-02-25T21:42:33.977Z[ host-image] Feb 25 21:42:33.797 INFO E| Downloaded clap_lex v0.7.7
103782026-02-25T21:42:33.977Z[ host-image] Feb 25 21:42:33.799 INFO E| Downloaded anstyle-query v1.1.5
103792026-02-25T21:42:33.977Z[ host-image] Feb 25 21:42:33.801 INFO E| Downloaded clap_builder v4.5.57
103802026-02-25T21:42:34.002Z[ host-image] Feb 25 21:42:33.809 INFO E| Downloaded quote v1.0.44
103812026-02-25T21:42:34.002Z[ host-image] Feb 25 21:42:33.813 INFO E| Downloaded os_pipe v1.2.3
103822026-02-25T21:42:34.069Z[ host-image] Feb 25 21:42:33.894 INFO E| Compiling libc v0.2.180
103832026-02-25T21:42:34.069Z[ host-image] Feb 25 21:42:33.894 INFO E| Compiling proc-macro2 v1.0.106
103842026-02-25T21:42:34.069Z[ host-image] Feb 25 21:42:33.894 INFO E| Compiling signal-hook v0.3.18
103852026-02-25T21:42:34.094Z[ host-image] Feb 25 21:42:33.894 INFO E| Compiling unicode-ident v1.0.23
103862026-02-25T21:42:34.094Z[ host-image] Feb 25 21:42:33.894 INFO E| Compiling quote v1.0.44
103872026-02-25T21:42:34.094Z[ host-image] Feb 25 21:42:33.894 INFO E| Compiling utf8parse v0.2.2
103882026-02-25T21:42:34.094Z[ host-image] Feb 25 21:42:33.894 INFO E| Compiling is_terminal_polyfill v1.70.2
103892026-02-25T21:42:34.094Z[ host-image] Feb 25 21:42:33.895 INFO E| Compiling anstyle v1.0.13
103902026-02-25T21:42:34.426Z[ host-image] Feb 25 21:42:34.251 INFO E| Compiling anstyle-parse v0.2.7
103912026-02-25T21:42:34.480Z[ host-image] Feb 25 21:42:34.305 INFO E| Compiling anstyle-query v1.1.5
103922026-02-25T21:42:34.480Z[ host-image] Feb 25 21:42:34.305 INFO E| Compiling colorchoice v1.0.4
103932026-02-25T21:42:34.689Z[ host-image] Feb 25 21:42:34.513 INFO E| Compiling heck v0.5.0
103942026-02-25T21:42:34.808Z[ host-image] Feb 25 21:42:34.631 INFO E| Compiling clap_lex v0.7.7
103952026-02-25T21:42:34.836Z[ host-image] Feb 25 21:42:34.660 INFO E| Compiling anstream v0.6.21
103962026-02-25T21:42:34.860Z[ host-image] Feb 25 21:42:34.681 INFO E| Compiling strsim v0.11.1
103972026-02-25T21:42:34.922Z[ host-image] Feb 25 21:42:34.747 INFO E| Compiling shared_thread v0.2.0
103982026-02-25T21:42:35.570Z[ host-image] Feb 25 21:42:35.394 INFO E| Compiling clap_builder v4.5.57
103992026-02-25T21:42:36.122Z[ host-image] Feb 25 21:42:35.946 INFO E| Compiling errno v0.3.14
104002026-02-25T21:42:36.122Z[ host-image] Feb 25 21:42:35.946 INFO E| Compiling os_pipe v1.2.3
104012026-02-25T21:42:36.316Z[ host-image] Feb 25 21:42:36.141 INFO E| Compiling signal-hook-registry v1.4.8
104022026-02-25T21:42:36.704Z[ host-image] Feb 25 21:42:36.529 INFO E| Compiling syn v2.0.114
104032026-02-25T21:42:36.998Z[ host-image] Feb 25 21:42:36.823 INFO E| Compiling sigchld v0.2.4
104042026-02-25T21:42:37.178Z[ host-image] Feb 25 21:42:37.001 INFO E| Compiling shared_child v1.1.1
104052026-02-25T21:42:37.411Z[ host-image] Feb 25 21:42:37.236 INFO E| Compiling duct v1.1.1
104062026-02-25T21:42:42.888Z[ host-image] Feb 25 21:42:42.712 INFO E| Compiling clap_derive v4.5.55
104072026-02-25T21:42:46.208Z[ host-image] Feb 25 21:42:46.033 INFO E| Compiling clap v4.5.57
104082026-02-25T21:42:46.348Z[ host-image] Feb 25 21:42:46.172 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
104092026-02-25T21:42:48.201Z[ host-image] Feb 25 21:42:48.025 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.90s
104102026-02-25T21:42:48.225Z[ host-image] Feb 25 21:42:48.043 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
104112026-02-25T21:42:48.704Z[ host-image] Feb 25 21:42:48.529 INFO E| Downloading crates ...
104122026-02-25T21:42:48.799Z[ host-image] Feb 25 21:42:48.623 INFO E| Downloaded bitstruct v0.1.1
104132026-02-25T21:42:48.823Z[ host-image] Feb 25 21:42:48.628 INFO E| Downloaded bit_field v0.10.3
104142026-02-25T21:42:48.823Z[ host-image] Feb 25 21:42:48.631 INFO E| Downloaded cpio_reader v0.1.2
104152026-02-25T21:42:48.823Z[ host-image] Feb 25 21:42:48.634 INFO E| Downloaded miniz_oxide v0.9.0
104162026-02-25T21:42:48.823Z[ host-image] Feb 25 21:42:48.638 INFO E| Downloaded bitstruct_derive v0.1.0
104172026-02-25T21:42:48.823Z[ host-image] Feb 25 21:42:48.640 INFO E| Downloaded raw-cpuid v10.7.0
104182026-02-25T21:42:48.823Z[ host-image] Feb 25 21:42:48.646 INFO E| Downloaded goblin v0.10.4
104192026-02-25T21:42:48.851Z[ host-image] Feb 25 21:42:48.676 INFO E| Downloaded x86 v0.52.0
104202026-02-25T21:42:48.942Z[ host-image] Feb 25 21:42:48.767 INFO E| Updating crates.io index
104212026-02-25T21:42:49.016Z[ host-image] Feb 25 21:42:48.840 INFO E| Downloading crates ...
104222026-02-25T21:42:49.057Z[ host-image] Feb 25 21:42:48.882 INFO E| Downloaded rustc-literal-escaper v0.0.7
104232026-02-25T21:42:49.082Z[ host-image] Feb 25 21:42:48.886 INFO E| Downloaded rustc-demangle v0.1.27
104242026-02-25T21:42:49.082Z[ host-image] Feb 25 21:42:48.902 INFO E| Downloaded libc v0.2.178
104252026-02-25T21:42:49.223Z[ host-image] Feb 25 21:42:49.047 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)
104262026-02-25T21:42:49.223Z[ host-image] Feb 25 21:42:49.047 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)
104272026-02-25T21:42:49.223Z[ host-image] Feb 25 21:42:49.047 INFO E| Compiling proc-macro2 v1.0.106
104282026-02-25T21:42:49.247Z[ host-image] Feb 25 21:42:49.047 INFO E| Compiling unicode-ident v1.0.23
104292026-02-25T21:42:49.247Z[ host-image] Feb 25 21:42:49.047 INFO E| Compiling quote v1.0.44
104302026-02-25T21:42:49.248Z[ host-image] Feb 25 21:42:49.048 INFO E| Compiling syn v1.0.109
104312026-02-25T21:42:49.248Z[ host-image] Feb 25 21:42:49.048 INFO E| Compiling x86 v0.52.0
104322026-02-25T21:42:49.248Z[ host-image] Feb 25 21:42:49.048 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104332026-02-25T21:42:49.544Z[ host-image] Feb 25 21:42:49.369 INFO E| Compiling seq-macro v0.3.6
104342026-02-25T21:42:51.952Z[ host-image] Feb 25 21:42:51.777 INFO E| Compiling syn v2.0.114
104352026-02-25T21:42:56.090Z[ host-image] Feb 25 21:42:55.915 INFO E| Compiling scroll_derive v0.13.1
104362026-02-25T21:42:59.507Z[ host-image] Feb 25 21:42:59.332 INFO E| Compiling bitstruct_derive v0.1.0
104372026-02-25T21:43:10.373Z[ recovery-image] Feb 25 21:43:10.197 INFO O| ok, image written!
104382026-02-25T21:43:10.399Z[ recovery-image] Feb 25 21:43:10.198 INFO O| ok, boot_image_csum file written!
104392026-02-25T21:43:10.399Z[ recovery-image] Feb 25 21:43:10.204 INFO creating boot archive (CPIO)...
104402026-02-25T21:43:10.399Z[ recovery-image] Feb 25 21:43:10.204 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
104412026-02-25T21:43:10.399Z[ recovery-image] Feb 25 21:43:10.212 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
104422026-02-25T21:43:10.400Z[ recovery-image] Feb 25 21:43:10.213 INFO E| + outfile=/work/os-recovery/cpio
104432026-02-25T21:43:10.400Z[ recovery-image] Feb 25 21:43:10.213 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
104442026-02-25T21:43:10.400Z[ recovery-image] Feb 25 21:43:10.216 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
104452026-02-25T21:43:10.400Z[ recovery-image] Feb 25 21:43:10.216 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
104462026-02-25T21:43:10.485Z[ recovery-image] Feb 25 21:43:10.308 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
104472026-02-25T21:43:10.485Z[ recovery-image] Feb 25 21:43:10.309 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
104482026-02-25T21:43:10.512Z[ recovery-image] Feb 25 21:43:10.326 INFO creating compressed cpio/unix for dev loaders...
104492026-02-25T21:43:10.513Z[ recovery-image] Feb 25 21:43:10.326 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
104502026-02-25T21:43:10.879Z[ recovery-image] Feb 25 21:43:10.704 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
104512026-02-25T21:43:16.665Z[ recovery-image] Feb 25 21:43:16.489 INFO creating reset image...
104522026-02-25T21:43:16.665Z[ recovery-image] Feb 25 21:43:16.489 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
104532026-02-25T21:43:16.764Z[ recovery-image] Feb 25 21:43:16.588 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')"
104542026-02-25T21:43:16.764Z[ recovery-image] Feb 25 21:43:16.589 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")
104552026-02-25T21:43:16.936Z[ recovery-image] Feb 25 21:43:16.760 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
104562026-02-25T21:43:16.960Z[ recovery-image] Feb 25 21:43:16.765 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
104572026-02-25T21:43:17.595Z[ recovery-image] Feb 25 21:43:17.419 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)
104582026-02-25T21:43:17.595Z[ recovery-image] Feb 25 21:43:17.419 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)
104592026-02-25T21:43:17.622Z[ recovery-image] Feb 25 21:43:17.419 INFO E| Compiling proc-macro2 v1.0.106
104602026-02-25T21:43:17.622Z[ recovery-image] Feb 25 21:43:17.419 INFO E| Compiling unicode-ident v1.0.23
104612026-02-25T21:43:17.623Z[ recovery-image] Feb 25 21:43:17.419 INFO E| Compiling quote v1.0.44
104622026-02-25T21:43:17.623Z[ recovery-image] Feb 25 21:43:17.420 INFO E| Compiling syn v1.0.109
104632026-02-25T21:43:17.623Z[ recovery-image] Feb 25 21:43:17.420 INFO E| Compiling x86 v0.52.0
104642026-02-25T21:43:17.623Z[ recovery-image] Feb 25 21:43:17.420 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104652026-02-25T21:43:17.867Z[ recovery-image] Feb 25 21:43:17.692 INFO E| Compiling seq-macro v0.3.6
104662026-02-25T21:43:20.299Z[ recovery-image] Feb 25 21:43:20.122 INFO E| Compiling syn v2.0.114
104672026-02-25T21:43:24.666Z[ recovery-image] Feb 25 21:43:24.490 INFO E| Compiling scroll_derive v0.13.1
104682026-02-25T21:43:29.148Z[ recovery-image] Feb 25 21:43:28.971 INFO E| Compiling bitstruct_derive v0.1.0
104692026-02-25T21:43:30.967Z[ host-image] Feb 25 21:43:30.792 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)
104702026-02-25T21:43:38.300Z[ host-image] Feb 25 21:43:37.513 INFO E| Compiling bitflags v1.3.2
104712026-02-25T21:43:38.300Z[ host-image] Feb 25 21:43:37.513 INFO E| Compiling bit_field v0.10.3
104722026-02-25T21:43:38.300Z[ host-image] Feb 25 21:43:37.513 INFO E| Compiling scroll v0.13.0
104732026-02-25T21:43:38.304Z[ host-image] Feb 25 21:43:37.513 INFO E| Compiling plain v0.2.3
104742026-02-25T21:43:38.304Z[ host-image] Feb 25 21:43:37.513 INFO E| Compiling log v0.4.29
104752026-02-25T21:43:38.304Z[ host-image] Feb 25 21:43:37.513 INFO E| Compiling bitflags v2.10.0
104762026-02-25T21:43:38.304Z[ host-image] Feb 25 21:43:37.514 INFO E| Compiling adler2 v2.0.1
104772026-02-25T21:43:38.304Z[ host-image] Feb 25 21:43:37.689 INFO E| Compiling raw-cpuid v10.7.0
104782026-02-25T21:43:38.304Z[ host-image] Feb 25 21:43:37.811 INFO E| Compiling static_assertions v1.1.0
104792026-02-25T21:43:38.304Z[ host-image] Feb 25 21:43:37.979 INFO E| Compiling miniz_oxide v0.9.0
104802026-02-25T21:43:38.329Z[ host-image] Feb 25 21:43:38.077 INFO E| Compiling cpio_reader v0.1.2
104812026-02-25T21:43:38.329Z[ host-image] Feb 25 21:43:38.086 INFO E| Compiling bitstruct v0.1.1
104822026-02-25T21:43:38.379Z[ host-image] Feb 25 21:43:38.204 INFO E| Compiling goblin v0.10.4
104832026-02-25T21:43:46.722Z[ host-image] Feb 25 21:43:46.547 INFO E| Finished `release` profile [optimized] target(s) in 58.47s
104842026-02-25T21:43:46.763Z[ host-image] Feb 25 21:43:46.587 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
104852026-02-25T21:43:46.912Z[ host-image] Feb 25 21:43:46.737 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')"
104862026-02-25T21:43:46.913Z[ host-image] Feb 25 21:43:46.737 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
104872026-02-25T21:43:46.938Z[ host-image] Feb 25 21:43:46.737 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
104882026-02-25T21:43:46.938Z[ host-image] Feb 25 21:43:46.737 INFO building ROM for gimlet
104892026-02-25T21:43:46.938Z[ host-image] Feb 25 21:43:46.738 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")
104902026-02-25T21:43:47.362Z[ host-image] Feb 25 21:43:47.185 INFO E| Downloading crates ...
104912026-02-25T21:43:47.510Z[ host-image] Feb 25 21:43:47.335 INFO E| Downloaded colorchoice v1.0.3
104922026-02-25T21:43:47.535Z[ host-image] Feb 25 21:43:47.354 INFO E| Downloaded toml v0.8.22
104932026-02-25T21:43:47.594Z[ host-image] Feb 25 21:43:47.419 INFO E| Downloaded toml_write v0.1.1
104942026-02-25T21:43:47.619Z[ host-image] Feb 25 21:43:47.423 INFO E| Downloaded duct v0.13.7
104952026-02-25T21:43:47.619Z[ host-image] Feb 25 21:43:47.426 INFO E| Downloaded clap_derive v4.5.32
104962026-02-25T21:43:47.619Z[ host-image] Feb 25 21:43:47.429 INFO E| Downloaded toml_datetime v0.6.9
104972026-02-25T21:43:47.620Z[ host-image] Feb 25 21:43:47.431 INFO E| Downloaded clap v4.5.37
104982026-02-25T21:43:47.644Z[ host-image] Feb 25 21:43:47.448 INFO E| Downloaded anstyle-query v1.1.2
104992026-02-25T21:43:47.644Z[ host-image] Feb 25 21:43:47.451 INFO E| Downloaded toml_edit v0.22.26
105002026-02-25T21:43:47.686Z[ host-image] Feb 25 21:43:47.511 INFO E| Downloaded cc v1.2.20
105012026-02-25T21:43:47.713Z[ host-image] Feb 25 21:43:47.519 INFO E| Downloaded winnow v0.7.7
105022026-02-25T21:43:47.737Z[ host-image] Feb 25 21:43:47.538 INFO E| Downloaded clap_builder v4.5.37
105032026-02-25T21:43:47.737Z[ host-image] Feb 25 21:43:47.551 INFO E| Downloaded anstyle-parse v0.2.6
105042026-02-25T21:43:47.737Z[ host-image] Feb 25 21:43:47.556 INFO E| Downloaded anstyle v1.0.10
105052026-02-25T21:43:47.737Z[ host-image] Feb 25 21:43:47.559 INFO E| Downloaded shared_child v1.0.1
105062026-02-25T21:43:47.737Z[ host-image] Feb 25 21:43:47.562 INFO E| Downloaded serde_spanned v0.6.8
105072026-02-25T21:43:47.764Z[ host-image] Feb 25 21:43:47.565 INFO E| Downloaded os_pipe v1.2.1
105082026-02-25T21:43:47.790Z[ host-image] Feb 25 21:43:47.612 INFO E| Compiling libc v0.2.172
105092026-02-25T21:43:47.790Z[ host-image] Feb 25 21:43:47.612 INFO E| Compiling utf8parse v0.2.2
105102026-02-25T21:43:47.790Z[ host-image] Feb 25 21:43:47.612 INFO E| Compiling equivalent v1.0.2
105112026-02-25T21:43:47.790Z[ host-image] Feb 25 21:43:47.612 INFO E| Compiling anstyle v1.0.10
105122026-02-25T21:43:47.790Z[ host-image] Feb 25 21:43:47.612 INFO E| Compiling shlex v1.3.0
105132026-02-25T21:43:47.790Z[ host-image] Feb 25 21:43:47.613 INFO E| Compiling once_cell v1.21.3
105142026-02-25T21:43:47.790Z[ host-image] Feb 25 21:43:47.613 INFO E| Compiling anstyle-query v1.1.2
105152026-02-25T21:43:47.817Z[ host-image] Feb 25 21:43:47.624 INFO E| Compiling syn v2.0.101
105162026-02-25T21:43:48.046Z[ host-image] Feb 25 21:43:47.857 INFO E| Compiling anstyle-parse v0.2.6
105172026-02-25T21:43:48.110Z[ host-image] Feb 25 21:43:47.934 INFO E| Compiling colorchoice v1.0.3
105182026-02-25T21:43:48.138Z[ host-image] Feb 25 21:43:47.963 INFO E| Compiling is_terminal_polyfill v1.70.1
105192026-02-25T21:43:48.358Z[ host-image] Feb 25 21:43:48.183 INFO E| Compiling hashbrown v0.15.2
105202026-02-25T21:43:48.383Z[ host-image] Feb 25 21:43:48.184 INFO E| Compiling cc v1.2.20
105212026-02-25T21:43:48.410Z[ host-image] Feb 25 21:43:48.235 INFO E| Compiling winnow v0.7.7
105222026-02-25T21:43:48.490Z[ host-image] Feb 25 21:43:48.314 INFO E| Compiling anstream v0.6.18
105232026-02-25T21:43:48.565Z[ host-image] Feb 25 21:43:48.388 INFO E| Compiling toml_write v0.1.1
105242026-02-25T21:43:48.590Z[ host-image] Feb 25 21:43:48.401 INFO E| Compiling anyhow v1.0.98
105252026-02-25T21:43:49.124Z[ host-image] Feb 25 21:43:48.949 INFO E| Compiling strsim v0.11.1
105262026-02-25T21:43:49.421Z[ host-image] Feb 25 21:43:49.246 INFO E| Compiling clap_lex v0.7.4
105272026-02-25T21:43:49.980Z[ host-image] Feb 25 21:43:49.805 INFO E| Compiling os_pipe v1.2.1
105282026-02-25T21:43:50.115Z[ host-image] Feb 25 21:43:49.940 INFO E| Compiling shared_child v1.0.1
105292026-02-25T21:43:50.213Z[ host-image] Feb 25 21:43:50.037 INFO E| Compiling indexmap v2.9.0
105302026-02-25T21:43:50.314Z[ host-image] Feb 25 21:43:50.139 INFO E| Compiling clap_builder v4.5.37
105312026-02-25T21:43:50.536Z[ host-image] Feb 25 21:43:50.361 INFO E| Compiling duct v0.13.7
105322026-02-25T21:43:52.079Z[ host-image] Feb 25 21:43:51.904 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
105332026-02-25T21:43:54.537Z[ host-image] Feb 25 21:43:54.362 INFO E| Compiling serde_derive v1.0.219
105342026-02-25T21:43:54.537Z[ host-image] Feb 25 21:43:54.362 INFO E| Compiling clap_derive v4.5.32
105352026-02-25T21:43:58.214Z[ host-image] Feb 25 21:43:58.039 INFO E| Compiling clap v4.5.37
105362026-02-25T21:44:00.790Z[ host-image] Feb 25 21:44:00.616 INFO E| Compiling serde v1.0.219
105372026-02-25T21:44:01.091Z[ recovery-image] Feb 25 21:44:00.917 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)
105382026-02-25T21:44:07.086Z[ host-image] Feb 25 21:44:06.911 INFO E| Compiling serde_spanned v0.6.8
105392026-02-25T21:44:07.111Z[ host-image] Feb 25 21:44:06.911 INFO E| Compiling toml_datetime v0.6.9
105402026-02-25T21:44:07.469Z[ host-image] Feb 25 21:44:07.295 INFO E| Compiling toml_edit v0.22.26
105412026-02-25T21:44:07.684Z[ recovery-image] Feb 25 21:44:07.509 INFO E| Compiling bitflags v1.3.2
105422026-02-25T21:44:07.684Z[ recovery-image] Feb 25 21:44:07.510 INFO E| Compiling bitflags v2.10.0
105432026-02-25T21:44:07.709Z[ recovery-image] Feb 25 21:44:07.510 INFO E| Compiling plain v0.2.3
105442026-02-25T21:44:07.709Z[ recovery-image] Feb 25 21:44:07.510 INFO E| Compiling log v0.4.29
105452026-02-25T21:44:07.709Z[ recovery-image] Feb 25 21:44:07.510 INFO E| Compiling scroll v0.13.0
105462026-02-25T21:44:07.709Z[ recovery-image] Feb 25 21:44:07.510 INFO E| Compiling adler2 v2.0.1
105472026-02-25T21:44:07.709Z[ recovery-image] Feb 25 21:44:07.510 INFO E| Compiling bit_field v0.10.3
105482026-02-25T21:44:07.853Z[ recovery-image] Feb 25 21:44:07.678 INFO E| Compiling raw-cpuid v10.7.0
105492026-02-25T21:44:08.078Z[ recovery-image] Feb 25 21:44:07.903 INFO E| Compiling miniz_oxide v0.9.0
105502026-02-25T21:44:08.105Z[ recovery-image] Feb 25 21:44:07.928 INFO E| Compiling static_assertions v1.1.0
105512026-02-25T21:44:08.130Z[ recovery-image] Feb 25 21:44:07.936 INFO E| Compiling bitstruct v0.1.1
105522026-02-25T21:44:08.290Z[ recovery-image] Feb 25 21:44:08.116 INFO E| Compiling cpio_reader v0.1.2
105532026-02-25T21:44:08.345Z[ recovery-image] Feb 25 21:44:08.171 INFO E| Compiling goblin v0.10.4
105542026-02-25T21:44:11.985Z[ host-image] Feb 25 21:44:11.810 INFO E| Compiling toml v0.8.22
105552026-02-25T21:44:16.657Z[ recovery-image] Feb 25 21:44:16.483 INFO E| Finished `release` profile [optimized] target(s) in 59.69s
105562026-02-25T21:44:16.683Z[ recovery-image] Feb 25 21:44:16.507 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
105572026-02-25T21:44:16.843Z[ recovery-image] Feb 25 21:44:16.668 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')"
105582026-02-25T21:44:16.844Z[ recovery-image] Feb 25 21:44:16.668 INFO building ROM for gimlet
105592026-02-25T21:44:16.844Z[ recovery-image] Feb 25 21:44:16.669 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")
105602026-02-25T21:44:17.115Z[ recovery-image] Feb 25 21:44:16.941 INFO E| Blocking waiting for file lock on build directory
105612026-02-25T21:44:18.095Z[ host-image] Feb 25 21:44:17.921 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.04s
105622026-02-25T21:44:18.121Z[ recovery-image] Feb 25 21:44:17.934 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
105632026-02-25T21:44:18.122Z[ host-image] Feb 25 21:44:17.941 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`
105642026-02-25T21:44:18.122Z[ recovery-image] Feb 25 21:44:17.945 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`
105652026-02-25T21:44:18.147Z[ host-image] Feb 25 21:44:17.972 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105662026-02-25T21:44:18.172Z[ recovery-image] Feb 25 21:44:17.980 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105672026-02-25T21:44:18.215Z[ recovery-image] Feb 25 21:44:18.041 INFO E| Blocking waiting for file lock on package cache
105682026-02-25T21:44:18.264Z[ host-image] Feb 25 21:44:18.089 INFO E| Blocking waiting for file lock on package cache
105692026-02-25T21:44:18.324Z[ recovery-image] Feb 25 21:44:18.149 INFO E| Blocking waiting for file lock on package cache
105702026-02-25T21:44:18.349Z[ host-image] Feb 25 21:44:18.154 INFO E| Blocking waiting for file lock on package cache
105712026-02-25T21:44:18.349Z[ recovery-image] Feb 25 21:44:18.158 INFO E| Blocking waiting for file lock on package cache
105722026-02-25T21:44:18.511Z[ host-image] Feb 25 21:44:18.336 INFO E| Blocking waiting for file lock on package cache
105732026-02-25T21:44:18.549Z[ recovery-image] Feb 25 21:44:18.375 INFO E| Blocking waiting for file lock on build directory
105742026-02-25T21:44:18.680Z[ host-image] Feb 25 21:44:18.504 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
105752026-02-25T21:44:18.706Z[ host-image] Feb 25 21:44:18.516 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`
105762026-02-25T21:44:18.706Z[ recovery-image] Feb 25 21:44:18.525 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
105772026-02-25T21:44:18.731Z[ recovery-image] Feb 25 21:44:18.535 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`
105782026-02-25T21:44:19.260Z[ recovery-image] Feb 25 21:44:19.086 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105792026-02-25T21:44:19.260Z[ recovery-image] Feb 25 21:44:19.086 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105802026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.086 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105812026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.086 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105822026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.086 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105832026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105842026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105852026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105862026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105872026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105882026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105892026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105902026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105912026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105922026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105932026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105942026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105952026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105962026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105972026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105982026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105992026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106002026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106012026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106022026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106032026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106042026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106052026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106062026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106072026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106082026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.089 INFO O| Info: ABL version: 0x100f5010
106092026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.089 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106102026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.089 INFO O| Info: ABL version: 0x100f5010
106112026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106122026-02-25T21:44:19.332Z[ host-image] Feb 25 21:44:19.089 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106132026-02-25T21:44:19.332Z[ recovery-image] Feb 25 21:44:19.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106142026-02-25T21:44:19.333Z[ recovery-image] Feb 25 21:44:19.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106152026-02-25T21:44:19.333Z[ host-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106162026-02-25T21:44:19.333Z[ host-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106172026-02-25T21:44:19.333Z[ recovery-image] Feb 25 21:44:19.089 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106182026-02-25T21:44:19.333Z[ host-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106192026-02-25T21:44:19.333Z[ recovery-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106202026-02-25T21:44:19.333Z[ host-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106212026-02-25T21:44:19.333Z[ recovery-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106222026-02-25T21:44:19.333Z[ host-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106232026-02-25T21:44:19.333Z[ recovery-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106242026-02-25T21:44:19.333Z[ host-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106252026-02-25T21:44:19.334Z[ recovery-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106262026-02-25T21:44:19.334Z[ host-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106272026-02-25T21:44:19.334Z[ recovery-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106282026-02-25T21:44:19.334Z[ host-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106292026-02-25T21:44:19.334Z[ host-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106302026-02-25T21:44:19.334Z[ recovery-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106312026-02-25T21:44:19.334Z[ recovery-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106322026-02-25T21:44:19.334Z[ host-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106332026-02-25T21:44:19.334Z[ host-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106342026-02-25T21:44:19.334Z[ recovery-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106352026-02-25T21:44:19.334Z[ recovery-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106362026-02-25T21:44:19.334Z[ host-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106372026-02-25T21:44:19.334Z[ host-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106382026-02-25T21:44:19.334Z[ host-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106392026-02-25T21:44:19.334Z[ host-image] Feb 25 21:44:19.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106402026-02-25T21:44:19.334Z[ recovery-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106412026-02-25T21:44:19.335Z[ recovery-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106422026-02-25T21:44:19.335Z[ recovery-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106432026-02-25T21:44:19.335Z[ host-image] Feb 25 21:44:19.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106442026-02-25T21:44:19.335Z[ recovery-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106452026-02-25T21:44:19.335Z[ host-image] Feb 25 21:44:19.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106462026-02-25T21:44:19.335Z[ recovery-image] Feb 25 21:44:19.090 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106472026-02-25T21:44:19.335Z[ host-image] Feb 25 21:44:19.091 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106482026-02-25T21:44:19.360Z[ recovery-image] Feb 25 21:44:19.181 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106492026-02-25T21:44:19.360Z[ recovery-image] Feb 25 21:44:19.181 INFO building ROM for cosmo
106502026-02-25T21:44:19.360Z[ recovery-image] Feb 25 21:44:19.181 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")
106512026-02-25T21:44:19.386Z[ host-image] Feb 25 21:44:19.195 INFO building ROM for cosmo
106522026-02-25T21:44:19.386Z[ host-image] Feb 25 21:44:19.195 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")
106532026-02-25T21:44:19.554Z[ host-image] Feb 25 21:44:19.379 INFO E| Blocking waiting for file lock on package cache
106542026-02-25T21:44:19.593Z[ recovery-image] Feb 25 21:44:19.419 INFO E| Blocking waiting for file lock on package cache
106552026-02-25T21:44:19.665Z[ host-image] Feb 25 21:44:19.491 INFO E| Blocking waiting for file lock on package cache
106562026-02-25T21:44:19.691Z[ recovery-image] Feb 25 21:44:19.513 INFO E| Blocking waiting for file lock on package cache
106572026-02-25T21:44:19.715Z[ recovery-image] Feb 25 21:44:19.526 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
106582026-02-25T21:44:19.716Z[ recovery-image] Feb 25 21:44:19.533 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`
106592026-02-25T21:44:19.741Z[ host-image] Feb 25 21:44:19.550 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
106602026-02-25T21:44:19.741Z[ recovery-image] Feb 25 21:44:19.555 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106612026-02-25T21:44:19.741Z[ host-image] Feb 25 21:44:19.557 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`
106622026-02-25T21:44:19.765Z[ host-image] Feb 25 21:44:19.580 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106632026-02-25T21:44:19.801Z[ host-image] Feb 25 21:44:19.626 INFO E| Blocking waiting for file lock on package cache
106642026-02-25T21:44:19.836Z[ recovery-image] Feb 25 21:44:19.662 INFO E| Blocking waiting for file lock on package cache
106652026-02-25T21:44:19.893Z[ host-image] Feb 25 21:44:19.719 INFO E| Blocking waiting for file lock on package cache
106662026-02-25T21:44:19.918Z[ recovery-image] Feb 25 21:44:19.724 INFO E| Blocking waiting for file lock on package cache
106672026-02-25T21:44:19.918Z[ host-image] Feb 25 21:44:19.730 INFO E| Blocking waiting for file lock on package cache
106682026-02-25T21:44:19.952Z[ recovery-image] Feb 25 21:44:19.777 INFO E| Blocking waiting for file lock on package cache
106692026-02-25T21:44:19.992Z[ host-image] Feb 25 21:44:19.817 INFO E| Blocking waiting for file lock on build directory
106702026-02-25T21:44:20.017Z[ recovery-image] Feb 25 21:44:19.834 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s
106712026-02-25T21:44:20.042Z[ recovery-image] Feb 25 21:44:19.843 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`
106722026-02-25T21:44:20.043Z[ host-image] Feb 25 21:44:19.852 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s
106732026-02-25T21:44:20.043Z[ host-image] Feb 25 21:44:19.862 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`
106742026-02-25T21:44:20.686Z[ recovery-image] Feb 25 21:44:20.511 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106752026-02-25T21:44:20.686Z[ recovery-image] Feb 25 21:44:20.511 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106762026-02-25T21:44:20.756Z[ recovery-image] Feb 25 21:44:20.511 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106772026-02-25T21:44:20.756Z[ recovery-image] Feb 25 21:44:20.511 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106782026-02-25T21:44:20.757Z[ recovery-image] Feb 25 21:44:20.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106792026-02-25T21:44:20.757Z[ recovery-image] Feb 25 21:44:20.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106802026-02-25T21:44:20.757Z[ recovery-image] Feb 25 21:44:20.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106812026-02-25T21:44:20.757Z[ recovery-image] Feb 25 21:44:20.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106822026-02-25T21:44:20.757Z[ recovery-image] Feb 25 21:44:20.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106832026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106842026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.512 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106852026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106862026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106872026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106882026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106892026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106902026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
106912026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106922026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.513 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
106932026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
106942026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106952026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106962026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
106972026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106982026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
106992026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
107002026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107012026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107022026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107032026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107042026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107052026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.514 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107062026-02-25T21:44:20.758Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107072026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107082026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107092026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107102026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107112026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107122026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107132026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107142026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107152026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107162026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107172026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107182026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107192026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107202026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107212026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107222026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.515 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107232026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.516 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107242026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.516 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107252026-02-25T21:44:20.759Z[ recovery-image] Feb 25 21:44:20.516 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107262026-02-25T21:44:20.760Z[ recovery-image] Feb 25 21:44:20.516 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107272026-02-25T21:44:20.760Z[ recovery-image] Feb 25 21:44:20.516 INFO O| Info: ABL version: 0x1007f011
107282026-02-25T21:44:20.760Z[ recovery-image] Feb 25 21:44:20.516 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107292026-02-25T21:44:20.760Z[ recovery-image] Feb 25 21:44:20.516 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107302026-02-25T21:44:20.760Z[ recovery-image] Feb 25 21:44:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107312026-02-25T21:44:20.760Z[ recovery-image] Feb 25 21:44:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107322026-02-25T21:44:20.760Z[ recovery-image] Feb 25 21:44:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107332026-02-25T21:44:20.760Z[ recovery-image] Feb 25 21:44:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107342026-02-25T21:44:20.760Z[ recovery-image] Feb 25 21:44:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107352026-02-25T21:44:20.760Z[ recovery-image] Feb 25 21:44:20.518 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107362026-02-25T21:44:20.760Z[ recovery-image] Feb 25 21:44:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107372026-02-25T21:44:20.760Z[ recovery-image] Feb 25 21:44:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107382026-02-25T21:44:20.760Z[ recovery-image] Feb 25 21:44:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107392026-02-25T21:44:20.761Z[ recovery-image] Feb 25 21:44:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107402026-02-25T21:44:20.761Z[ recovery-image] Feb 25 21:44:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107412026-02-25T21:44:20.763Z[ recovery-image] Feb 25 21:44:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107422026-02-25T21:44:20.763Z[ recovery-image] Feb 25 21:44:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107432026-02-25T21:44:20.763Z[ recovery-image] Feb 25 21:44:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107442026-02-25T21:44:20.763Z[ recovery-image] Feb 25 21:44:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107452026-02-25T21:44:20.763Z[ recovery-image] Feb 25 21:44:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107462026-02-25T21:44:20.763Z[ recovery-image] Feb 25 21:44:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107472026-02-25T21:44:20.763Z[ recovery-image] Feb 25 21:44:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107482026-02-25T21:44:20.763Z[ recovery-image] Feb 25 21:44:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107492026-02-25T21:44:20.763Z[ recovery-image] Feb 25 21:44:20.519 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107502026-02-25T21:44:20.790Z[ recovery-image] Feb 25 21:44:20.591 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107512026-02-25T21:44:20.790Z[ recovery-image] Feb 25 21:44:20.591 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
107522026-02-25T21:44:20.818Z[ host-image] Feb 25 21:44:20.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
107532026-02-25T21:44:20.818Z[ host-image] Feb 25 21:44:20.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
107542026-02-25T21:44:20.818Z[ host-image] Feb 25 21:44:20.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
107552026-02-25T21:44:20.820Z[ host-image] Feb 25 21:44:20.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
107562026-02-25T21:44:20.820Z[ host-image] Feb 25 21:44:20.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
107572026-02-25T21:44:20.820Z[ host-image] Feb 25 21:44:20.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
107582026-02-25T21:44:20.820Z[ host-image] Feb 25 21:44:20.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
107592026-02-25T21:44:20.820Z[ host-image] Feb 25 21:44:20.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
107602026-02-25T21:44:20.820Z[ host-image] Feb 25 21:44:20.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
107612026-02-25T21:44:20.820Z[ host-image] Feb 25 21:44:20.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
107622026-02-25T21:44:20.820Z[ host-image] Feb 25 21:44:20.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
107632026-02-25T21:44:20.820Z[ host-image] Feb 25 21:44:20.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
107642026-02-25T21:44:20.820Z[ host-image] Feb 25 21:44:20.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
107652026-02-25T21:44:20.820Z[ host-image] Feb 25 21:44:20.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
107662026-02-25T21:44:20.820Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
107672026-02-25T21:44:20.820Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
107682026-02-25T21:44:20.820Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
107692026-02-25T21:44:20.822Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
107702026-02-25T21:44:20.822Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
107712026-02-25T21:44:20.822Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
107722026-02-25T21:44:20.822Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
107732026-02-25T21:44:20.822Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
107742026-02-25T21:44:20.822Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
107752026-02-25T21:44:20.822Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
107762026-02-25T21:44:20.822Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
107772026-02-25T21:44:20.822Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
107782026-02-25T21:44:20.822Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107792026-02-25T21:44:20.822Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107802026-02-25T21:44:20.822Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107812026-02-25T21:44:20.822Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107822026-02-25T21:44:20.822Z[ host-image] Feb 25 21:44:20.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107832026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107842026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107852026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107862026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107872026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107882026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107892026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107902026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107912026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107922026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107932026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107942026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107952026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107962026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107972026-02-25T21:44:20.824Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107982026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107992026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
108002026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
108012026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
108022026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
108032026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
108042026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
108052026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.630 INFO O| Info: ABL version: 0x1007f011
108062026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.630 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
108072026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.630 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
108082026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
108092026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
108102026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
108112026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
108122026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
108132026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
108142026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
108152026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
108162026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
108172026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
108182026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
108192026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
108202026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
108212026-02-25T21:44:20.826Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
108222026-02-25T21:44:20.827Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
108232026-02-25T21:44:20.827Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
108242026-02-25T21:44:20.827Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
108252026-02-25T21:44:20.827Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
108262026-02-25T21:44:20.827Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
108272026-02-25T21:44:20.827Z[ host-image] Feb 25 21:44:20.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
108282026-02-25T21:44:20.880Z[ host-image] Feb 25 21:44:20.706 INFO finishing image archive at "/work/os-host/os.tar.gz"...
108292026-02-25T21:44:27.733Z[ recovery-image] Feb 25 21:44:27.559 INFO image complete! materials are in "/work/os-recovery"
108302026-02-25T21:44:27.759Z[ host-image] Feb 25 21:44:27.566 INFO image complete! materials are in "/work/os-host"
108312026-02-25T21:44:27.759Z[ recovery-image]
108322026-02-25T21:44:27.759Z[ recovery-image] real 43:22.354895883
108332026-02-25T21:44:27.759Z[ recovery-image] user 27:24.734098359
108342026-02-25T21:44:27.759Z[ recovery-image] sys 1:50.486703975
108352026-02-25T21:44:27.759Z[ recovery-image] trap 1.596258952
108362026-02-25T21:44:27.759Z[ recovery-image] tflt 0.187837823
108372026-02-25T21:44:27.759Z[ recovery-image] dflt 1.187268150
108382026-02-25T21:44:27.759Z[ recovery-image] kflt 0.004064157
108392026-02-25T21:44:27.759Z[ recovery-image] lock 49:04.363387101
108402026-02-25T21:44:27.759Z[ recovery-image] slp 4:24:47.961325154
108412026-02-25T21:44:27.759Z[ recovery-image] lat 6:15.559874051
108422026-02-25T21:44:27.759Z[ recovery-image] stop 4.211297587
108432026-02-25T21:44:27.759ZFeb 25 21:44:27.568 INFO [recovery-image] process exited with exit status: 0 (2602.394226879s)
108442026-02-25T21:44:27.759Z[ host-image]
108452026-02-25T21:44:27.759Z[ host-image] real 44:27.864646013
108462026-02-25T21:44:27.760Z[ host-image] user 33:11.830213554
108472026-02-25T21:44:27.760Z[ host-image] sys 2:52.777829771
108482026-02-25T21:44:27.760Z[ host-image] trap 1.796391732
108492026-02-25T21:44:27.760Z[ host-image] tflt 0.874160542
108502026-02-25T21:44:27.760Z[ host-image] dflt 1.869660404
108512026-02-25T21:44:27.760Z[ host-image] kflt 0.103159559
108522026-02-25T21:44:27.760Z[ host-image] lock 1:02:28.601927082
108532026-02-25T21:44:27.760Z[ host-image] slp 4:24:11.957176169
108542026-02-25T21:44:27.760Z[ host-image] lat 7:35.756967669
108552026-02-25T21:44:27.760ZFeb 25 21:44:27.573 INFO [host-image] process exited with exit status: 0 (2667.874732133s)[ host-image] stop 9.820621566
108562026-02-25T21:44:27.760Z
108572026-02-25T21:44:27.760ZFeb 25 21:44:27.573 INFO [tuf-repo] running task
108582026-02-25T21:45:13.005ZFeb 25 21:45:12.831 INFO assembling repository in `/tmp/tufaceouse1qotI`, component: OmicronRepoAssembler
108592026-02-25T21:45:25.070ZFeb 25 21:45:24.897 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
108602026-02-25T21:45:25.802ZFeb 25 21:45:25.629 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
108612026-02-25T21:46:20.378ZFeb 25 21:46:20.204 INFO extracting uploaded archive to /tmp/.tmpQO9Cnt
108622026-02-25T21:46:25.649ZFeb 25 21:46:25.477 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.VYFQgR
108632026-02-25T21:46:25.841ZFeb 25 21:46:25.663 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108642026-02-25T21:46:26.161ZFeb 25 21:46:25.988 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108652026-02-25T21:46:26.459ZFeb 25 21:46:26.287 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108662026-02-25T21:46:26.730ZFeb 25 21:46:26.557 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108672026-02-25T21:46:27.000ZFeb 25 21:46:26.827 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108682026-02-25T21:46:27.264ZFeb 25 21:46:27.091 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108692026-02-25T21:46:27.533ZFeb 25 21:46:27.360 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108702026-02-25T21:46:27.864ZFeb 25 21:46:27.691 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108712026-02-25T21:46:27.864ZFeb 25 21:46:27.691 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108722026-02-25T21:46:28.054ZFeb 25 21:46:27.880 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108732026-02-25T21:46:28.054ZFeb 25 21:46:27.881 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108742026-02-25T21:46:28.264ZFeb 25 21:46:28.092 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108752026-02-25T21:46:28.264ZFeb 25 21:46:28.092 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108762026-02-25T21:46:28.460ZFeb 25 21:46:28.287 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108772026-02-25T21:46:28.460ZFeb 25 21:46:28.287 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108782026-02-25T21:46:28.648ZFeb 25 21:46:28.476 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108792026-02-25T21:46:28.648ZFeb 25 21:46:28.476 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108802026-02-25T21:46:28.829ZFeb 25 21:46:28.656 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108812026-02-25T21:46:28.830ZFeb 25 21:46:28.656 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108822026-02-25T21:46:29.029ZFeb 25 21:46:28.854 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108832026-02-25T21:46:29.029ZFeb 25 21:46:28.854 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108842026-02-25T21:46:29.053ZFeb 25 21:46:28.857 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108852026-02-25T21:46:29.053ZFeb 25 21:46:28.860 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108862026-02-25T21:46:29.053ZFeb 25 21:46:28.862 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108872026-02-25T21:46:29.053ZFeb 25 21:46:28.865 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108882026-02-25T21:46:29.053ZFeb 25 21:46:28.867 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108892026-02-25T21:46:49.184ZFeb 25 21:46:49.012 INFO added artifact, length: 33554432, hash: 25d72f8e50a3a08f6b4547c7d1b0f67a73deb91fd220b7ea0ed82eb90ab5ef99, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: gimlet_host_phase_1, name: host
108902026-02-25T21:46:49.185ZFeb 25 21:46:49.012 INFO added artifact, length: 33554432, hash: 890ad954b9ed6f13005ba84362d6674bf21b4df5536973c0f694a085d6860602, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: cosmo_host_phase_1, name: host
108912026-02-25T21:46:49.185ZFeb 25 21:46:49.012 INFO added artifact, length: 1101008896, hash: ddd88813ef0e60abea853c289f54595dc51db7900120660f54698a265a520d22, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: host_phase_2, name: host
108922026-02-25T21:46:52.963ZFeb 25 21:46:52.790 INFO added artifact, length: 33554432, hash: 2759f92cd7a36191b3a8b071d4a65fe4a6598013281a84a4fdee633cac398952, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: gimlet_trampoline_phase_1, name: trampoline
108932026-02-25T21:46:52.963ZFeb 25 21:46:52.791 INFO added artifact, length: 33554432, hash: cad96e5676cd513cc9f8c4212dc349dc25a3994f25cf45f251e05d545f332b45, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: cosmo_trampoline_phase_1, name: trampoline
108942026-02-25T21:46:52.963ZFeb 25 21:46:52.791 INFO added artifact, length: 147628761, hash: 849dcdd7ff751604e77a79803f99c763efdce59407aa1ff8e68730f096938779, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: trampoline_phase_2, name: trampoline
108952026-02-25T21:47:00.607ZFeb 25 21:47:00.435 INFO added artifact, length: 309817526, hash: 69feb45ec6cd35c38c936f39e5fc1064797f95d9f76273b21ef600b747c7f1e5, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: zone, name: clickhouse_keeper
108962026-02-25T21:47:08.791ZFeb 25 21:47:08.619 INFO added artifact, length: 327255452, hash: 2a76104b3f6062a8fc96635032962b353eec08802be8df10c54d7123f375ae60, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: zone, name: clickhouse_server
108972026-02-25T21:47:16.902ZFeb 25 21:47:16.729 INFO added artifact, length: 327256060, hash: 40f08f0163c798055704a8952e4632781cf7ffe2161f54b1bd3cb142b0f34949, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: zone, name: clickhouse
108982026-02-25T21:47:21.026ZFeb 25 21:47:20.853 INFO added artifact, length: 169120541, hash: 184778e90765f713ca383f51b3c4c8908c5c062a0d1b55fefd04322bf68703d8, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: zone, name: cockroachdb
108992026-02-25T21:47:22.110ZFeb 25 21:47:21.938 INFO added artifact, length: 42553510, hash: 5e41e193c5a3d34ebe9daede1ef8bbe94acd6fbe1ca5a53e4bff5d9f696cb81d, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: zone, name: crucible-pantry-zone
109002026-02-25T21:47:23.471ZFeb 25 21:47:23.299 INFO added artifact, length: 57030873, hash: 8771dc2e8ccf209c143425b6d044dc0f2e4db9e18b20377119588c96489383b3, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: zone, name: crucible-zone
109012026-02-25T21:47:24.653ZFeb 25 21:47:24.481 INFO added artifact, length: 49195027, hash: c35d14b7875128093f0c43d85653a67db4f35c7030cb68483cb0069a46133960, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: zone, name: external-dns
109022026-02-25T21:47:25.861ZFeb 25 21:47:25.689 INFO added artifact, length: 49194626, hash: 38b7519595bd12bd0280cebad0307224f9b2581abb0366e60f06f115e9c3472e, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: zone, name: internal-dns
109032026-02-25T21:47:31.241ZFeb 25 21:47:31.069 INFO added artifact, length: 215729595, hash: 5e048107feee78a0c6b1437947a6498e2e93257c747c2a1158c72c31e5b7e53d, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: zone, name: nexus
109042026-02-25T21:47:31.973ZFeb 25 21:47:31.801 INFO added artifact, length: 29601441, hash: 54f35ec09c74f7c8914d74d59fe4c8aead05f254eaa98ca84c897a9e8e0a7beb, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: zone, name: ntp
109052026-02-25T21:47:33.633ZFeb 25 21:47:33.461 INFO added artifact, length: 66137142, hash: 0e327f33176e1ecadc8779bc19f8dda64d014157d131f2fa59f0cf83db3eaaa1, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: zone, name: oximeter
109062026-02-25T21:47:33.711ZFeb 25 21:47:33.539 INFO added artifact, length: 3109590, hash: 25fcdff0d508c4c232c5b8b68c2e80e9d804ee6e40d1a2616119c08c55668c21, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: zone, name: probe
109072026-02-25T21:47:33.735ZFeb 25 21:47:33.540 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109082026-02-25T21:47:33.735ZFeb 25 21:47:33.541 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
109092026-02-25T21:47:33.735ZFeb 25 21:47:33.542 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109102026-02-25T21:47:33.839ZFeb 25 21:47:33.667 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
109112026-02-25T21:47:33.959ZFeb 25 21:47:33.787 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
109122026-02-25T21:47:34.169ZFeb 25 21:47:33.997 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109132026-02-25T21:47:34.169ZFeb 25 21:47:33.997 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109142026-02-25T21:47:34.392ZFeb 25 21:47:34.220 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109152026-02-25T21:47:34.392ZFeb 25 21:47:34.220 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109162026-02-25T21:47:34.615ZFeb 25 21:47:34.443 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109172026-02-25T21:47:34.615ZFeb 25 21:47:34.443 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109182026-02-25T21:47:34.825ZFeb 25 21:47:34.653 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109192026-02-25T21:47:34.825ZFeb 25 21:47:34.653 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109202026-02-25T21:47:35.879ZFeb 25 21:47:34.656 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109212026-02-25T21:47:35.879ZFeb 25 21:47:34.659 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109222026-02-25T21:47:35.879ZFeb 25 21:47:34.662 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109232026-02-25T21:47:35.904ZFeb 25 21:47:34.845 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
109242026-02-25T21:47:35.904ZFeb 25 21:47:35.220 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
109252026-02-25T21:47:35.904ZFeb 25 21:47:35.593 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
109262026-02-25T21:47:36.167ZFeb 25 21:47:35.996 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109272026-02-25T21:47:36.167ZFeb 25 21:47:35.996 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109282026-02-25T21:47:36.379ZFeb 25 21:47:36.207 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109292026-02-25T21:47:36.379ZFeb 25 21:47:36.207 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109302026-02-25T21:47:36.607ZFeb 25 21:47:36.435 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109312026-02-25T21:47:36.607ZFeb 25 21:47:36.435 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109322026-02-25T21:47:36.823ZFeb 25 21:47:36.651 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109332026-02-25T21:47:36.823ZFeb 25 21:47:36.651 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109342026-02-25T21:47:36.847ZFeb 25 21:47:36.654 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109352026-02-25T21:47:36.847ZFeb 25 21:47:36.657 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109362026-02-25T21:47:36.847ZFeb 25 21:47:36.660 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109372026-02-25T21:47:36.847ZFeb 25 21:47:36.661 INFO added artifact, length: 924, hash: 383abeef7abc65b93d6d17416ee01a2562036b94dd1fe130e4f435576ed110e6, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: installinator_document, name: installinator_document
109382026-02-25T21:47:38.243ZFeb 25 21:47:38.072 INFO extracting uploaded archive to /tmp/.tmpAk4OYM
109392026-02-25T21:47:43.835ZFeb 25 21:47:43.663 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.hOMLE9
109402026-02-25T21:47:43.987ZFeb 25 21:47:43.815 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
109412026-02-25T21:47:44.318ZFeb 25 21:47:44.146 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
109422026-02-25T21:47:44.616ZFeb 25 21:47:44.444 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
109432026-02-25T21:47:44.888ZFeb 25 21:47:44.716 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
109442026-02-25T21:47:45.180ZFeb 25 21:47:45.008 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
109452026-02-25T21:47:45.478ZFeb 25 21:47:45.306 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
109462026-02-25T21:47:45.769ZFeb 25 21:47:45.598 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
109472026-02-25T21:47:46.121ZFeb 25 21:47:45.949 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
109482026-02-25T21:47:46.121ZFeb 25 21:47:45.949 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
109492026-02-25T21:47:46.342ZFeb 25 21:47:46.169 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
109502026-02-25T21:47:46.342ZFeb 25 21:47:46.170 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
109512026-02-25T21:47:46.559ZFeb 25 21:47:46.388 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109522026-02-25T21:47:46.559ZFeb 25 21:47:46.388 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109532026-02-25T21:47:46.772ZFeb 25 21:47:46.600 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
109542026-02-25T21:47:46.772ZFeb 25 21:47:46.600 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
109552026-02-25T21:47:46.989ZFeb 25 21:47:46.817 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109562026-02-25T21:47:46.989ZFeb 25 21:47:46.817 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109572026-02-25T21:47:47.201ZFeb 25 21:47:47.025 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109582026-02-25T21:47:47.201ZFeb 25 21:47:47.026 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109592026-02-25T21:47:47.409ZFeb 25 21:47:47.237 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109602026-02-25T21:47:47.409ZFeb 25 21:47:47.237 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109612026-02-25T21:47:47.433ZFeb 25 21:47:47.240 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109622026-02-25T21:47:47.433ZFeb 25 21:47:47.242 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109632026-02-25T21:47:47.433ZFeb 25 21:47:47.245 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109642026-02-25T21:47:47.434ZFeb 25 21:47:47.248 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109652026-02-25T21:47:47.434ZFeb 25 21:47:47.251 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109662026-02-25T21:48:07.616ZFeb 25 21:48:07.444 INFO added artifact, length: 33554432, hash: 25d72f8e50a3a08f6b4547c7d1b0f67a73deb91fd220b7ea0ed82eb90ab5ef99, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: gimlet_host_phase_1, name: host
109672026-02-25T21:48:07.616ZFeb 25 21:48:07.444 INFO added artifact, length: 33554432, hash: 890ad954b9ed6f13005ba84362d6674bf21b4df5536973c0f694a085d6860602, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: cosmo_host_phase_1, name: host
109682026-02-25T21:48:07.616ZFeb 25 21:48:07.444 INFO added artifact, length: 1101008896, hash: ddd88813ef0e60abea853c289f54595dc51db7900120660f54698a265a520d22, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: host_phase_2, name: host
109692026-02-25T21:48:11.319ZFeb 25 21:48:11.147 INFO added artifact, length: 33554432, hash: 2759f92cd7a36191b3a8b071d4a65fe4a6598013281a84a4fdee633cac398952, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: gimlet_trampoline_phase_1, name: trampoline
109702026-02-25T21:48:11.319ZFeb 25 21:48:11.148 INFO added artifact, length: 33554432, hash: cad96e5676cd513cc9f8c4212dc349dc25a3994f25cf45f251e05d545f332b45, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: cosmo_trampoline_phase_1, name: trampoline
109712026-02-25T21:48:11.319ZFeb 25 21:48:11.148 INFO added artifact, length: 147628761, hash: 849dcdd7ff751604e77a79803f99c763efdce59407aa1ff8e68730f096938779, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: trampoline_phase_2, name: trampoline
109722026-02-25T21:48:43.907ZFeb 25 21:48:43.736 INFO added artifact, length: 1703242479, hash: 72d0b504a3215dc8c02b113847c7bb6930539c71db6154ac4dbd1148a13f0377, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: control_plane, name: control-plane
109732026-02-25T21:48:43.932ZFeb 25 21:48:43.737 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109742026-02-25T21:48:43.932ZFeb 25 21:48:43.738 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
109752026-02-25T21:48:43.932ZFeb 25 21:48:43.739 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109762026-02-25T21:48:44.017ZFeb 25 21:48:43.846 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
109772026-02-25T21:48:44.133ZFeb 25 21:48:43.962 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
109782026-02-25T21:48:44.347ZFeb 25 21:48:44.176 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109792026-02-25T21:48:44.347ZFeb 25 21:48:44.176 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109802026-02-25T21:48:44.561ZFeb 25 21:48:44.390 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109812026-02-25T21:48:44.561ZFeb 25 21:48:44.390 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109822026-02-25T21:48:44.774ZFeb 25 21:48:44.603 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109832026-02-25T21:48:44.774ZFeb 25 21:48:44.603 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109842026-02-25T21:48:44.985ZFeb 25 21:48:44.813 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109852026-02-25T21:48:44.985ZFeb 25 21:48:44.813 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109862026-02-25T21:48:45.010ZFeb 25 21:48:44.817 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109872026-02-25T21:48:45.010ZFeb 25 21:48:44.819 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109882026-02-25T21:48:45.010ZFeb 25 21:48:44.821 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109892026-02-25T21:48:45.181ZFeb 25 21:48:45.009 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
109902026-02-25T21:48:45.557ZFeb 25 21:48:45.385 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
109912026-02-25T21:48:45.919ZFeb 25 21:48:45.748 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
109922026-02-25T21:48:46.307ZFeb 25 21:48:46.135 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109932026-02-25T21:48:46.307ZFeb 25 21:48:46.135 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109942026-02-25T21:48:46.524ZFeb 25 21:48:46.353 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109952026-02-25T21:48:46.524ZFeb 25 21:48:46.353 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109962026-02-25T21:48:46.751ZFeb 25 21:48:46.580 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109972026-02-25T21:48:46.751ZFeb 25 21:48:46.580 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109982026-02-25T21:48:46.956ZFeb 25 21:48:46.784 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109992026-02-25T21:48:46.956ZFeb 25 21:48:46.785 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
110002026-02-25T21:48:46.980ZFeb 25 21:48:46.787 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
110012026-02-25T21:48:46.981ZFeb 25 21:48:46.790 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
110022026-02-25T21:48:46.981ZFeb 25 21:48:46.793 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
110032026-02-25T21:48:46.981ZFeb 25 21:48:46.793 INFO added artifact, length: 924, hash: 383abeef7abc65b93d6d17416ee01a2562036b94dd1fe130e4f435576ed110e6, version: 19.0.0-0.ci+gitbfa3d73ebef, kind: installinator_document, name: installinator_document
110042026-02-25T21:48:48.296ZFeb 25 21:48:48.125 INFO [tuf-repo] task succeeded (260.551850654s)
110052026-02-25T21:48:48.296ZFeb 25 21:48:48.125 INFO all jobs completed in 4891.109760027s
110062026-02-25T21:48:50.526Zprocess exited: duration 5833557 ms, exit code 0
 
110072026-02-25T21:48:50.612Zfound 41 output files
110082026-02-25T21:48:50.612Zuploading: /work/manifest.toml (17174 bytes)
110092026-02-25T21:48:51.758Zuploaded: /work/manifest.toml
110102026-02-25T21:48:51.758Zuploading: /work/repo.zip (2943312516 bytes)
110112026-02-25T21:51:32.755Zuploaded: /work/repo.zip
110122026-02-25T21:51:32.755Zuploading: /work/repo.zip.sha256.txt (65 bytes)
110132026-02-25T21:51:33.855Zuploaded: /work/repo.zip.sha256.txt
110142026-02-25T21:51:33.855Zuploading: /work/helios.json (647 bytes)
110152026-02-25T21:51:34.954Zuploaded: /work/helios.json
110162026-02-25T21:51:34.980Zuploading: /work/incorporation.p5m (100410 bytes)
110172026-02-25T21:51:36.167Zuploaded: /work/incorporation.p5m
110182026-02-25T21:51:36.192Zuploading: /work/incorporation.p5p (122880 bytes)
110192026-02-25T21:51:37.380Zuploaded: /work/incorporation.p5p
110202026-02-25T21:51:37.380Zuploading: /work/helios-incorp.log (526 bytes)
110212026-02-25T21:51:38.479Zuploaded: /work/helios-incorp.log
110222026-02-25T21:51:38.479Zuploading: /work/helios-setup.log (57809 bytes)
110232026-02-25T21:51:39.667Zuploaded: /work/helios-setup.log
110242026-02-25T21:51:39.667Zuploading: /work/host-image.log (245989 bytes)
110252026-02-25T21:51:40.903Zuploaded: /work/host-image.log
110262026-02-25T21:51:40.903Zuploading: /work/host-package.log (33405 bytes)
110272026-02-25T21:51:42.070Zuploaded: /work/host-package.log
110282026-02-25T21:51:42.070Zuploading: /work/host-target.log (101 bytes)
110292026-02-25T21:51:43.169Zuploaded: /work/host-target.log
110302026-02-25T21:51:43.169Zuploading: /work/incorp-create.log (0 bytes)
110312026-02-25T21:51:44.242Zuploaded: /work/incorp-create.log
110322026-02-25T21:51:44.242Zuploading: /work/incorp-fmt.log (0 bytes)
110332026-02-25T21:51:45.315Zuploaded: /work/incorp-fmt.log
110342026-02-25T21:51:45.315Zuploading: /work/incorp-pkgsend.log (108 bytes)
110352026-02-25T21:51:46.414Zuploaded: /work/incorp-pkgsend.log
110362026-02-25T21:51:46.414Zuploading: /work/incorp-publisher.log (0 bytes)
110372026-02-25T21:51:47.487Zuploaded: /work/incorp-publisher.log
110382026-02-25T21:51:47.487Zuploading: /work/omicron-package.log (6790 bytes)
110392026-02-25T21:51:48.608Zuploaded: /work/omicron-package.log
110402026-02-25T21:51:48.633Zuploading: /work/recovery-image.log (598719 bytes)
110412026-02-25T21:51:49.870Zuploaded: /work/recovery-image.log
110422026-02-25T21:51:49.871Zuploading: /work/recovery-package.log (1870 bytes)
110432026-02-25T21:51:50.969Zuploaded: /work/recovery-package.log
110442026-02-25T21:51:50.995Zuploading: /work/recovery-target.log (98 bytes)
110452026-02-25T21:51:52.068Zuploaded: /work/recovery-target.log
110462026-02-25T21:51:52.093Zuploading: /work/stamp-clickhouse.log (117 bytes)
110472026-02-25T21:51:53.166Zuploaded: /work/stamp-clickhouse.log
110482026-02-25T21:51:53.191Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
110492026-02-25T21:51:54.264Zuploaded: /work/stamp-clickhouse_keeper.log
110502026-02-25T21:51:54.289Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
110512026-02-25T21:51:55.362Zuploaded: /work/stamp-clickhouse_server.log
110522026-02-25T21:51:55.387Zuploading: /work/stamp-cockroachdb.log (118 bytes)
110532026-02-25T21:51:56.460Zuploaded: /work/stamp-cockroachdb.log
110542026-02-25T21:51:56.461Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
110552026-02-25T21:51:57.558Zuploaded: /work/stamp-crucible-pantry-zone.log
110562026-02-25T21:51:57.582Zuploading: /work/stamp-crucible-utils.log (118 bytes)
110572026-02-25T21:51:58.654Zuploaded: /work/stamp-crucible-utils.log
110582026-02-25T21:51:58.679Zuploading: /work/stamp-crucible-zone.log (120 bytes)
110592026-02-25T21:51:59.755Zuploaded: /work/stamp-crucible-zone.log
110602026-02-25T21:51:59.755Zuploading: /work/stamp-external-dns.log (119 bytes)
110612026-02-25T21:52:00.852Zuploaded: /work/stamp-external-dns.log
110622026-02-25T21:52:00.876Zuploading: /work/stamp-installinator.log (103 bytes)
110632026-02-25T21:52:01.949Zuploaded: /work/stamp-installinator.log
110642026-02-25T21:52:01.949Zuploading: /work/stamp-internal-dns.log (119 bytes)
110652026-02-25T21:52:03.047Zuploaded: /work/stamp-internal-dns.log
110662026-02-25T21:52:03.047Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
110672026-02-25T21:52:04.145Zuploaded: /work/stamp-mg-ddm-gz.log
110682026-02-25T21:52:04.145Zuploading: /work/stamp-nexus.log (112 bytes)
110692026-02-25T21:52:05.244Zuploaded: /work/stamp-nexus.log
110702026-02-25T21:52:05.244Zuploading: /work/stamp-ntp.log (110 bytes)
110712026-02-25T21:52:06.342Zuploaded: /work/stamp-ntp.log
110722026-02-25T21:52:06.342Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110732026-02-25T21:52:07.439Zuploaded: /work/stamp-omicron-sled-agent.log
110742026-02-25T21:52:07.439Zuploading: /work/stamp-overlay.log (114 bytes)
110752026-02-25T21:52:08.535Zuploaded: /work/stamp-overlay.log
110762026-02-25T21:52:08.560Zuploading: /work/stamp-oximeter.log (115 bytes)
110772026-02-25T21:52:09.634Zuploaded: /work/stamp-oximeter.log
110782026-02-25T21:52:09.634Zuploading: /work/stamp-oxlog.log (109 bytes)
110792026-02-25T21:52:10.731Zuploaded: /work/stamp-oxlog.log
110802026-02-25T21:52:10.731Zuploading: /work/stamp-probe.log (112 bytes)
110812026-02-25T21:52:11.832Zuploaded: /work/stamp-probe.log
110822026-02-25T21:52:11.857Zuploading: /work/stamp-propolis-server.log (122 bytes)
110832026-02-25T21:52:12.930Zuploaded: /work/stamp-propolis-server.log
110842026-02-25T21:52:12.930Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110852026-02-25T21:52:14.027Zuploaded: /work/stamp-pumpkind-gz.log
110862026-02-25T21:52:14.052Zuploading: /work/stamp-switch-asic.log (118 bytes)
110872026-02-25T21:52:15.124Zuploaded: /work/stamp-switch-asic.log
110882026-02-25T21:52:15.124Zuploading: /work/verify-libraries.log (11725 bytes)
110892026-02-25T21:52:16.267Zuploaded: /work/verify-libraries.log