01KJ5J45PG4P0MSEF13AFS01RA: 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: 01KJ5J4KEH5PESPXB88MM4446C

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-23T15:33:55.054Zjob assigned to worker 01KJ5J4K1WCJS76YGK7SNP15S8 [factory gimlet-EVT22200007-propolis, EVT22200007/59057] (queued for 27 s)
 
22026-02-23T15:34:04.181Zstarting task 0: "setup"
32026-02-23T15:34:04.206Z++ uname -s
42026-02-23T15:34:04.206Z+ kern=SunOS
52026-02-23T15:34:04.206Z+ build_user=build
62026-02-23T15:34:04.206Z+ build_uid=12345
72026-02-23T15:34:04.206Z+ work_dir=/work
82026-02-23T15:34:04.206Z+ input_dir=/input
92026-02-23T15:34:04.206Z+ [[ 0 == 12345 ]]
102026-02-23T15:34:04.206Z+ case "$kern" in
112026-02-23T15:34:04.206Z+ groupadd -g 12345 build
122026-02-23T15:34:04.206Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-23T15:34:06.207Z+ zfs create -o mountpoint=/work rpool/work
142026-02-23T15:34:06.245Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-23T15:34:06.270Z+ home_fs=zfs
162026-02-23T15:34:06.270Z+ [[ zfs == autofs ]]
172026-02-23T15:34:06.270Z+ mkdir -p /home/build
182026-02-23T15:34:06.270Z+ chown build:build /home/build /work
192026-02-23T15:34:08.254Z+ chmod 0700 /home/build /work
202026-02-23T15:34:08.289Zprocess exited: duration 4076 ms, exit code 0
 
212026-02-23T15:34:08.351Zstarting task 1: "rust-toolchain"
222026-02-23T15:34:08.380Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-23T15:34:08.381Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-23T15:34:08.381Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-02-23T15:34:08.381Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-23T15:34:08.381Z * rust toolchain channel = "1.91.1"
272026-02-23T15:34:08.381Z * rust toolchain profile = "default"
282026-02-23T15:34:08.381Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-23T15:34:08.381Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-23T15:34:08.511Zinfo: downloading installer
312026-02-23T15:34:09.491Zwarn: It looks like you have an existing installation of Rust at:
322026-02-23T15:34:09.492Zwarn: /opt/ooce/bin
332026-02-23T15:34:09.492Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-23T15:34:09.492Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-23T15:34:09.492Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-23T15:34:09.492Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-23T15:34:09.492Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-23T15:34:09.492Zerror: cannot install while Rust is installed
392026-02-23T15:34:09.492Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-23T15:34:09.525Zinfo: profile set to 'default'
412026-02-23T15:34:09.525Zinfo: default host triple is x86_64-unknown-illumos
422026-02-23T15:34:09.526Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-23T15:34:09.800Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-23T15:34:09.800Zinfo: downloading component 'cargo'
452026-02-23T15:34:10.351Zinfo: downloading component 'clippy'
462026-02-23T15:34:10.498Zinfo: downloading component 'rust-docs'
472026-02-23T15:34:10.861Zinfo: downloading component 'rust-std'
482026-02-23T15:34:11.591Zinfo: downloading component 'rustc'
492026-02-23T15:34:14.457Zinfo: downloading component 'rustfmt'
502026-02-23T15:34:14.516Zinfo: installing component 'cargo'
512026-02-23T15:34:15.785Zinfo: installing component 'clippy'
522026-02-23T15:34:16.251Zinfo: installing component 'rust-docs'
532026-02-23T15:34:19.946Zinfo: installing component 'rust-std'
542026-02-23T15:34:22.064Zinfo: installing component 'rustc'
552026-02-23T15:34:30.683Zinfo: installing component 'rustfmt'
562026-02-23T15:34:31.091Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-23T15:34:31.091Z
582026-02-23T15:34:31.274Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-23T15:34:31.274Z
602026-02-23T15:34:31.274Z
612026-02-23T15:34:31.274ZRust is installed now. Great!
622026-02-23T15:34:31.274Z
632026-02-23T15:34:31.274ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-23T15:34:31.299Zenvironment variable. This has not been done automatically.
652026-02-23T15:34:31.299Z
662026-02-23T15:34:31.299ZTo configure your current shell, you need to source
672026-02-23T15:34:31.299Zthe corresponding env file under $HOME/.cargo.
682026-02-23T15:34:31.299Z
692026-02-23T15:34:31.299ZThis is usually done by running one of the following (note the leading DOT):
702026-02-23T15:34:31.299Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-23T15:34:31.299Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-23T15:34:31.299Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-23T15:34:31.399Z+ rustup --version
742026-02-23T15:34:31.423Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-23T15:34:31.423Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-23T15:34:31.546Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-23T15:34:31.571Z+ cargo --version
782026-02-23T15:34:31.647Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-23T15:34:31.672Z+ rustc --version
802026-02-23T15:34:31.748Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-23T15:34:31.773Zprocess exited: duration 23405 ms, exit code 0
 
822026-02-23T15:34:31.822Zstarting task 2: "authentication"
832026-02-23T15:34:31.878Zprocess exited: duration 56 ms, exit code 0
 
842026-02-23T15:34:31.929Zstarting task 3: "clone repository"
852026-02-23T15:34:31.953Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-23T15:34:31.953Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-23T15:34:31.979ZCloning into '/work/oxidecomputer/omicron'...
882026-02-23T15:34:44.252Z+ cd /work/oxidecomputer/omicron
892026-02-23T15:34:44.252Z+ git fetch origin 3dafdc6b8b32d11b18934b27192d8378eb87a7cf
902026-02-23T15:34:44.733ZFrom https://github.com/oxidecomputer/omicron
912026-02-23T15:34:44.733Z * branch 3dafdc6b8b32d11b18934b27192d8378eb87a7cf -> FETCH_HEAD
922026-02-23T15:34:44.757Z+ [[ -n john/sled-agent-types-versions-offby1 ]]
932026-02-23T15:34:44.757Z++ git branch --show-current
942026-02-23T15:34:44.757Z+ current=main
952026-02-23T15:34:44.757Z+ [[ main != john/sled-agent-types-versions-offby1 ]]
962026-02-23T15:34:44.757Z+ git branch -f john/sled-agent-types-versions-offby1 3dafdc6b8b32d11b18934b27192d8378eb87a7cf
972026-02-23T15:34:44.784Z+ git checkout -f john/sled-agent-types-versions-offby1
982026-02-23T15:34:45.406ZSwitched to branch 'john/sled-agent-types-versions-offby1'
992026-02-23T15:34:45.430Z+ git reset --hard 3dafdc6b8b32d11b18934b27192d8378eb87a7cf
1002026-02-23T15:34:45.455ZHEAD is now at 3dafdc6b8 Fix versioning discrepancy between sled-agent API and types crate
1012026-02-23T15:34:45.455Zprocess exited: duration 13506 ms, exit code 0
 
1022026-02-23T15:34:45.524Zstarting task 4: "build"
1032026-02-23T15:34:45.548Z+ source .github/buildomat/ci-env.sh
1042026-02-23T15:34:45.548Z++ export CARGO_TERM_COLOR=always
1052026-02-23T15:34:45.548Z++ CARGO_TERM_COLOR=always
1062026-02-23T15:34:45.548Z+ cargo --version
1072026-02-23T15:34:45.616Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-23T15:34:45.640Z+ rustc --version
1092026-02-23T15:34:45.717Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-23T15:34:45.741Z+ cargo tree --locked
1112026-02-23T15:34:46.092Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-23T15:34:46.524Z Updating crates.io index
1132026-02-23T15:34:46.549Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-23T15:34:46.938Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-23T15:34:47.484Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162026-02-23T15:34:48.625Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172026-02-23T15:34:48.991Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-02-23T15:34:49.465Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-02-23T15:34:51.082Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-02-23T15:34:55.249Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-02-23T15:34:56.261Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-02-23T15:34:56.698Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-02-23T15:34:57.553Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-02-23T15:34:58.358Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-23T15:34:58.778Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-23T15:34:59.444Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-23T15:34:59.888Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-23T15:35:00.825Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-23T15:35:01.476Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-23T15:35:01.937Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-23T15:35:02.384Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-23T15:35:02.891Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-23T15:35:03.284Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-23T15:35:03.660Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-23T15:35:04.026Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-23T15:35:05.231Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-23T15:35:05.231Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-23T15:35:05.856Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-23T15:35:07.603Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-23T15:35:08.056Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-23T15:35:08.483Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-23T15:35:09.294Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-23T15:35:09.830Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-23T15:35:10.229Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-23T15:35:10.783Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-23T15:35:11.159Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-23T15:35:11.649Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-23T15:35:12.025Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-23T15:35:12.419Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-23T15:35:12.783Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-23T15:35:13.282Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-23T15:35:29.603Z Downloading crates ...
1532026-02-23T15:35:29.736Z Downloaded addr2line v0.24.2
1542026-02-23T15:35:29.761Z Downloaded async-stream v0.3.6
1552026-02-23T15:35:29.791Z Downloaded colorchoice v1.0.2
1562026-02-23T15:35:29.820Z Downloaded crucible-workspace-hack v0.1.0
1572026-02-23T15:35:29.845Z Downloaded enum-as-inner v0.6.1
1582026-02-23T15:35:29.875Z Downloaded futures-task v0.3.31
1592026-02-23T15:35:29.906Z Downloaded heck v0.5.0
1602026-02-23T15:35:29.931Z Downloaded hostname v0.3.1
1612026-02-23T15:35:29.956Z Downloaded hubpack v0.1.2
1622026-02-23T15:35:29.982Z Downloaded maplit v1.0.2
1632026-02-23T15:35:30.007Z Downloaded nibble_vec v0.1.0
1642026-02-23T15:35:30.031Z Downloaded openssl-probe v0.1.5
1652026-02-23T15:35:30.058Z Downloaded pathdiff v0.2.3
1662026-02-23T15:35:30.092Z Downloaded proc-macro-error-attr2 v2.0.0
1672026-02-23T15:35:30.120Z Downloaded rand_chacha v0.3.1
1682026-02-23T15:35:30.145Z Downloaded rustc_version v0.4.1
1692026-02-23T15:35:30.184Z Downloaded serde_repr v0.1.19
1702026-02-23T15:35:30.210Z Downloaded smawk v0.3.2
1712026-02-23T15:35:30.246Z Downloaded supports-color v3.0.2
1722026-02-23T15:35:30.271Z Downloaded tokio-dtrace v0.1.0
1732026-02-23T15:35:30.305Z Downloaded topological-sort v0.2.2
1742026-02-23T15:35:30.334Z Downloaded want v0.3.1
1752026-02-23T15:35:30.360Z Downloaded zerofrom-derive v0.1.4
1762026-02-23T15:35:30.386Z Downloaded zone_cfg_derive v0.3.0
1772026-02-23T15:35:30.386Z Downloaded zeroize v1.8.1
1782026-02-23T15:35:30.386Z Downloaded zmij v1.0.15
1792026-02-23T15:35:30.410Z Downloaded zstd-safe v7.2.3
1802026-02-23T15:35:30.436Z Downloaded zopfli v0.8.1
1812026-02-23T15:35:30.436Z Downloaded zip v4.2.0
1822026-02-23T15:35:30.461Z Downloaded x509-cert v0.2.5
1832026-02-23T15:35:30.461Z Downloaded zerovec v0.10.4
1842026-02-23T15:35:30.485Z Downloaded zerocopy v0.7.35
1852026-02-23T15:35:30.485Z Downloaded jiff v0.2.15
1862026-02-23T15:35:30.517Z Downloaded smoltcp v0.11.0
1872026-02-23T15:35:30.541Z Downloaded vcpkg v0.2.15
1882026-02-23T15:35:30.584Z Downloaded zlib-rs v0.5.1
1892026-02-23T15:35:30.609Z Downloaded unicode-width v0.2.0
1902026-02-23T15:35:30.609Z Downloaded webpki-roots v1.0.1
1912026-02-23T15:35:30.633Z Downloaded unicode-width v0.1.14
1922026-02-23T15:35:30.634Z Downloaded zerocopy v0.8.27
1932026-02-23T15:35:30.658Z Downloaded rustix v1.1.3
1942026-02-23T15:35:30.682Z Downloaded sled v0.34.7
1952026-02-23T15:35:30.707Z Downloaded chrono-tz v0.10.4
1962026-02-23T15:35:30.732Z Downloaded ratatui v0.29.0
1972026-02-23T15:35:30.757Z Downloaded petgraph v0.6.5
1982026-02-23T15:35:30.757Z Downloaded encoding_rs v0.8.34
1992026-02-23T15:35:30.783Z Downloaded syn v2.0.114
2002026-02-23T15:35:30.807Z Downloaded regex-automata v0.4.11
2012026-02-23T15:35:30.832Z Downloaded typify-impl v0.4.3
2022026-02-23T15:35:30.857Z Downloaded typify-impl v0.2.0
2032026-02-23T15:35:30.882Z Downloaded libc v0.2.180
2042026-02-23T15:35:30.912Z Downloaded lzma-sys v0.1.20
2052026-02-23T15:35:30.949Z Downloaded libz-sys v1.1.20
2062026-02-23T15:35:30.973Z Downloaded petgraph v0.8.2
2072026-02-23T15:35:30.998Z Downloaded zerocopy-derive v0.6.6
2082026-02-23T15:35:31.023Z Downloaded csv v1.3.1
2092026-02-23T15:35:31.048Z Downloaded rustls v0.23.19
2102026-02-23T15:35:31.072Z Downloaded rustls v0.22.4
2112026-02-23T15:35:31.072Z Downloaded rustix v0.38.37
2122026-02-23T15:35:31.097Z Downloaded winnow v0.7.14
2132026-02-23T15:35:31.122Z Downloaded winnow v0.6.26
2142026-02-23T15:35:31.146Z Downloaded sha3 v0.10.8
2152026-02-23T15:35:31.146Z Downloaded winnow v0.5.40
2162026-02-23T15:35:31.171Z Downloaded unicode-normalization v0.1.24
2172026-02-23T15:35:31.171Z Downloaded syn v1.0.109
2182026-02-23T15:35:31.171Z Downloaded rustls v0.21.12
2192026-02-23T15:35:31.196Z Downloaded tower-http v0.6.6
2202026-02-23T15:35:31.196Z Downloaded tough v0.20.0
2212026-02-23T15:35:31.221Z Downloaded tokio v1.49.0
2222026-02-23T15:35:31.256Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
2232026-02-23T15:35:31.280Z Downloaded tabled v0.20.0
2242026-02-23T15:35:31.306Z Downloaded tabled v0.18.0
2252026-02-23T15:35:31.331Z Downloaded smoltcp v0.9.1
2262026-02-23T15:35:31.355Z Downloaded regex-syntax v0.8.5
2272026-02-23T15:35:31.355Z Downloaded zerocopy-derive v0.8.27
2282026-02-23T15:35:31.355Z Downloaded tabled v0.15.0
2292026-02-23T15:35:31.379Z Downloaded regress v0.10.4
2302026-02-23T15:35:31.404Z Downloaded openapiv3 v2.2.0
2312026-02-23T15:35:31.404Z Downloaded zip v0.6.6
2322026-02-23T15:35:31.428Z Downloaded typed-path v0.9.3
2332026-02-23T15:35:31.428Z Downloaded tower v0.5.2
2342026-02-23T15:35:31.428Z Downloaded polar-core v0.27.3
2352026-02-23T15:35:31.453Z Downloaded httpmock v0.8.0-alpha.1
2362026-02-23T15:35:31.486Z Downloaded zstd v0.13.3
2372026-02-23T15:35:31.486Z Downloaded yansi v1.0.1
2382026-02-23T15:35:31.486Z Downloaded toml_edit v0.19.15
2392026-02-23T15:35:31.510Z Downloaded serde_with v3.16.1
2402026-02-23T15:35:31.510Z Downloaded object v0.36.5
2412026-02-23T15:35:31.535Z Downloaded zerocopy v0.6.6
2422026-02-23T15:35:31.535Z Downloaded yasna v0.5.2
2432026-02-23T15:35:31.535Z Downloaded url v2.5.4
2442026-02-23T15:35:31.535Z Downloaded unicode_categories v0.1.1
2452026-02-23T15:35:31.559Z Downloaded unicode-segmentation v1.12.0
2462026-02-23T15:35:31.559Z Downloaded tokio-util v0.7.15
2472026-02-23T15:35:31.559Z Downloaded ring v0.17.14
2482026-02-23T15:35:31.605Z Downloaded rustls-webpki v0.102.8
2492026-02-23T15:35:31.630Z Downloaded zerocopy-derive v0.7.35
2502026-02-23T15:35:31.654Z Downloaded yoke v0.7.4
2512026-02-23T15:35:31.655Z Downloaded xshell v0.2.7
2522026-02-23T15:35:31.655Z Downloaded wyz v0.5.1
2532026-02-23T15:35:31.655Z Downloaded value-bag v1.12.0
2542026-02-23T15:35:31.655Z Downloaded unsafe-libyaml v0.2.11
2552026-02-23T15:35:31.655Z Downloaded unicode-bidi v0.3.17
2562026-02-23T15:35:31.655Z Downloaded ucd-trie v0.1.7
2572026-02-23T15:35:31.679Z Downloaded typify v0.4.3
2582026-02-23T15:35:31.679Z Downloaded tungstenite v0.23.0
2592026-02-23T15:35:31.679Z Downloaded time v0.3.43
2602026-02-23T15:35:31.679Z Downloaded sqlparser v0.45.0
2612026-02-23T15:35:31.705Z Downloaded rustls-webpki v0.101.7
2622026-02-23T15:35:31.705Z Downloaded radix_trie v0.2.1
2632026-02-23T15:35:31.729Z Downloaded libgit2-sys v0.18.2+1.9.1
2642026-02-23T15:35:31.785Z Downloaded zone_cfg_derive v0.1.2
2652026-02-23T15:35:31.809Z Downloaded zone v0.3.1
2662026-02-23T15:35:31.809Z Downloaded zone v0.1.8
2672026-02-23T15:35:31.809Z Downloaded zerovec-derive v0.10.3
2682026-02-23T15:35:31.809Z Downloaded zeroize_derive v1.4.2
2692026-02-23T15:35:31.810Z Downloaded yoke-derive v0.7.4
2702026-02-23T15:35:31.810Z Downloaded xz2 v0.1.7
2712026-02-23T15:35:31.810Z Downloaded xshell-macros v0.2.7
2722026-02-23T15:35:31.810Z Downloaded xattr v1.3.1
2732026-02-23T15:35:31.810Z Downloaded writeable v0.5.5
2742026-02-23T15:35:31.810Z Downloaded write16 v1.0.0
2752026-02-23T15:35:31.810Z Downloaded uuid v1.19.0
2762026-02-23T15:35:31.810Z Downloaded unicode-properties v0.1.3
2772026-02-23T15:35:31.810Z Downloaded unicode-ident v1.0.19
2782026-02-23T15:35:31.835Z Downloaded unicase v2.8.1
2792026-02-23T15:35:31.835Z Downloaded typenum v1.17.0
2802026-02-23T15:35:31.835Z Downloaded tungstenite v0.21.0
2812026-02-23T15:35:31.835Z Downloaded tracing-core v0.1.32
2822026-02-23T15:35:31.835Z Downloaded tracing v0.1.40
2832026-02-23T15:35:31.836Z Downloaded toml_edit v0.22.27
2842026-02-23T15:35:31.836Z Downloaded tokio-postgres v0.7.13
2852026-02-23T15:35:31.860Z Downloaded serde_json v1.0.149
2862026-02-23T15:35:31.860Z Downloaded regex-syntax v0.6.29
2872026-02-23T15:35:31.860Z Downloaded openssl v0.10.73
2882026-02-23T15:35:31.885Z Downloaded nix v0.29.0
2892026-02-23T15:35:31.910Z Downloaded zerofrom v0.1.4
2902026-02-23T15:35:31.910Z Downloaded whoami v1.5.2
2912026-02-23T15:35:31.910Z Downloaded which v4.4.2
2922026-02-23T15:35:31.910Z Downloaded walkdir v2.5.0
2932026-02-23T15:35:31.910Z Downloaded vte v0.11.1
2942026-02-23T15:35:31.910Z Downloaded vsss-rs v3.3.4
2952026-02-23T15:35:31.910Z Downloaded vergen-lib v0.1.6
2962026-02-23T15:35:31.910Z Downloaded vergen-gitcl v1.0.8
2972026-02-23T15:35:31.910Z Downloaded vergen-git2 v1.0.7
2982026-02-23T15:35:31.910Z Downloaded vergen v9.0.6
2992026-02-23T15:35:31.910Z Downloaded uzers v0.12.1
3002026-02-23T15:35:31.935Z Downloaded utf8_iter v1.0.4
3012026-02-23T15:35:31.935Z Downloaded usdt-impl v0.6.0
3022026-02-23T15:35:31.935Z Downloaded usdt-impl v0.5.0
3032026-02-23T15:35:31.935Z Downloaded usdt v0.5.0
3042026-02-23T15:35:31.935Z Downloaded untrusted v0.9.0
3052026-02-23T15:35:31.935Z Downloaded universal-hash v0.5.1
3062026-02-23T15:35:31.935Z Downloaded unit-prefix v0.5.1
3072026-02-23T15:35:31.935Z Downloaded unicode-xid v0.2.6
3082026-02-23T15:35:31.935Z Downloaded unicode-truncate v1.1.0
3092026-02-23T15:35:31.935Z Downloaded unicode-linebreak v0.1.5
3102026-02-23T15:35:31.935Z Downloaded unarray v0.1.4
3112026-02-23T15:35:31.959Z Downloaded typify-macro v0.4.3
3122026-02-23T15:35:31.959Z Downloaded typify-macro v0.2.0
3132026-02-23T15:35:31.959Z Downloaded typify v0.2.0
3142026-02-23T15:35:31.959Z Downloaded typeid v1.0.3
3152026-02-23T15:35:31.959Z Downloaded twox-hash v2.1.0
3162026-02-23T15:35:31.960Z Downloaded trybuild v1.0.106
3172026-02-23T15:35:31.960Z Downloaded tracing-attributes v0.1.27
3182026-02-23T15:35:31.984Z Downloaded toml_parser v1.0.6+spec-1.1.0
3192026-02-23T15:35:31.985Z Downloaded toml v0.9.11+spec-1.1.0
3202026-02-23T15:35:31.985Z Downloaded toml v0.8.23
3212026-02-23T15:35:31.985Z Downloaded toml v0.7.8
3222026-02-23T15:35:32.009Z Downloaded ssh-key v0.6.6
3232026-02-23T15:35:32.009Z Downloaded salty v0.3.0
3242026-02-23T15:35:32.009Z Downloaded reqwest v0.12.24
3252026-02-23T15:35:32.034Z Downloaded regex v1.11.3
3262026-02-23T15:35:32.034Z Downloaded proptest v1.7.0
3272026-02-23T15:35:32.034Z Downloaded object v0.30.4
3282026-02-23T15:35:32.058Z Downloaded nix v0.28.0
3292026-02-23T15:35:32.083Z Downloaded waitgroup v0.1.2
3302026-02-23T15:35:32.083Z Downloaded wait-timeout v0.2.0
3312026-02-23T15:35:32.083Z Downloaded vte_generate_state_changes v0.1.2
3322026-02-23T15:35:32.083Z Downloaded void v1.0.2
3332026-02-23T15:35:32.083Z Downloaded version_check v0.9.5
3342026-02-23T15:35:32.083Z Downloaded utf8parse v0.2.2
3352026-02-23T15:35:32.083Z Downloaded utf16_iter v1.0.5
3362026-02-23T15:35:32.083Z Downloaded utf-8 v0.7.6
3372026-02-23T15:35:32.083Z Downloaded usdt-macro v0.6.0
3382026-02-23T15:35:32.083Z Downloaded usdt-macro v0.5.0
3392026-02-23T15:35:32.083Z Downloaded usdt-attr-macro v0.6.0
3402026-02-23T15:35:32.083Z Downloaded usdt-attr-macro v0.5.0
3412026-02-23T15:35:32.083Z Downloaded usdt v0.6.0
3422026-02-23T15:35:32.083Z Downloaded untrusted v0.7.1
3432026-02-23T15:35:32.083Z Downloaded tui-tree-widget v0.23.1
3442026-02-23T15:35:32.083Z Downloaded try-lock v0.2.5
3452026-02-23T15:35:32.083Z Downloaded trait-variant v0.1.2
3462026-02-23T15:35:32.083Z Downloaded tower-service v0.3.3
3472026-02-23T15:35:32.108Z Downloaded tower-layer v0.3.3
3482026-02-23T15:35:32.108Z Downloaded toml_writer v1.0.6+spec-1.1.0
3492026-02-23T15:35:32.108Z Downloaded toml_write v0.1.2
3502026-02-23T15:35:32.108Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3512026-02-23T15:35:32.108Z Downloaded toml_datetime v0.6.11
3522026-02-23T15:35:32.108Z Downloaded tokio-tungstenite v0.23.1
3532026-02-23T15:35:32.108Z Downloaded tokio-tungstenite v0.21.0
3542026-02-23T15:35:32.108Z Downloaded tokio-stream v0.1.17
3552026-02-23T15:35:32.108Z Downloaded tokio-rustls v0.26.0
3562026-02-23T15:35:32.108Z Downloaded tokio-rustls v0.25.0
3572026-02-23T15:35:32.108Z Downloaded tokio-rustls v0.24.1
3582026-02-23T15:35:32.133Z Downloaded tokio-native-tls v0.3.1
3592026-02-23T15:35:32.133Z Downloaded tokio-macros v2.6.0
3602026-02-23T15:35:32.133Z Downloaded textwrap v0.16.2
3612026-02-23T15:35:32.133Z Downloaded textwrap v0.15.2
3622026-02-23T15:35:32.133Z Downloaded test-strategy v0.4.3
3632026-02-23T15:35:32.133Z Downloaded term v1.1.0
3642026-02-23T15:35:32.133Z Downloaded term v0.7.0
3652026-02-23T15:35:32.157Z Downloaded tempfile v3.24.0
3662026-02-23T15:35:32.158Z Downloaded tar v0.4.44
3672026-02-23T15:35:32.158Z Downloaded steno v0.4.1
3682026-02-23T15:35:32.158Z Downloaded similar v2.7.0
3692026-02-23T15:35:32.158Z Downloaded serde_yaml v0.9.34+deprecated
3702026-02-23T15:35:32.182Z Downloaded schemars v1.0.4
3712026-02-23T15:35:32.182Z Downloaded rustyline v14.0.0
3722026-02-23T15:35:32.207Z Downloaded rayon-core v1.12.1
3732026-02-23T15:35:32.207Z Downloaded quinn-proto v0.11.8
3742026-02-23T15:35:32.207Z Downloaded portable-atomic v1.11.0
3752026-02-23T15:35:32.231Z Downloaded nix v0.30.1
3762026-02-23T15:35:32.255Z Downloaded nix v0.27.1
3772026-02-23T15:35:32.255Z Downloaded tls_codec_derive v0.4.1
3782026-02-23T15:35:32.280Z Downloaded tls_codec v0.4.1
3792026-02-23T15:35:32.280Z Downloaded tinyvec v1.8.0
3802026-02-23T15:35:32.280Z Downloaded tinystr v0.7.6
3812026-02-23T15:35:32.280Z Downloaded time-macros v0.2.24
3822026-02-23T15:35:32.280Z Downloaded thiserror v1.0.69
3832026-02-23T15:35:32.280Z Downloaded termtree v0.5.1
3842026-02-23T15:35:32.280Z Downloaded termios v0.3.3
3852026-02-23T15:35:32.280Z Downloaded termcolor v1.4.1
3862026-02-23T15:35:32.304Z Downloaded target-spec v3.5.0
3872026-02-23T15:35:32.304Z Downloaded target-lexicon v0.13.2
3882026-02-23T15:35:32.304Z Downloaded take_mut v0.2.2
3892026-02-23T15:35:32.304Z Downloaded tabled_derive v0.10.0
3902026-02-23T15:35:32.304Z Downloaded synstructure v0.13.1
3912026-02-23T15:35:32.304Z Downloaded sync_wrapper v1.0.1
3922026-02-23T15:35:32.304Z Downloaded subprocess v0.2.9
3932026-02-23T15:35:32.305Z Downloaded stringprep v0.1.5
3942026-02-23T15:35:32.305Z Downloaded stringmetrics v2.2.2
3952026-02-23T15:35:32.305Z Downloaded spki v0.7.3
3962026-02-23T15:35:32.305Z Downloaded spin v0.9.8
3972026-02-23T15:35:32.305Z Downloaded socket2 v0.6.1
3982026-02-23T15:35:32.305Z Downloaded snafu v0.8.5
3992026-02-23T15:35:32.329Z Downloaded serde v1.0.228
4002026-02-23T15:35:32.329Z Downloaded rpassword v7.4.0
4012026-02-23T15:35:32.330Z Downloaded rayon v1.10.0
4022026-02-23T15:35:32.330Z Downloaded plotters v0.3.7
4032026-02-23T15:35:32.354Z Downloaded p384 v0.13.1
4042026-02-23T15:35:32.354Z Downloaded moka v0.12.10
4052026-02-23T15:35:32.379Z Downloaded dropshot v0.16.7
4062026-02-23T15:35:32.403Z Downloaded diesel v2.2.12
4072026-02-23T15:35:32.428Z Downloaded curve25519-dalek v4.1.3
4082026-02-23T15:35:32.428Z Downloaded tinyvec_macros v0.1.1
4092026-02-23T15:35:32.428Z Downloaded tinytemplate v1.2.1
4102026-02-23T15:35:32.428Z Downloaded tiny-keccak v2.0.2
4112026-02-23T15:35:32.428Z Downloaded time-core v0.1.6
4122026-02-23T15:35:32.428Z Downloaded thread_local v1.1.8
4132026-02-23T15:35:32.428Z Downloaded thread-id v5.0.0
4142026-02-23T15:35:32.428Z Downloaded thread-id v4.2.2
4152026-02-23T15:35:32.428Z Downloaded thiserror-no-std v2.0.2
4162026-02-23T15:35:32.453Z Downloaded thiserror-impl-no-std v2.0.2
4172026-02-23T15:35:32.453Z Downloaded thiserror-impl v2.0.18
4182026-02-23T15:35:32.453Z Downloaded thiserror-impl v1.0.69
4192026-02-23T15:35:32.453Z Downloaded thiserror v2.0.18
4202026-02-23T15:35:32.453Z Downloaded testing_table v0.3.0
4212026-02-23T15:35:32.453Z Downloaded terminal_size v0.4.0
4222026-02-23T15:35:32.453Z Downloaded terminal_size v0.1.17
4232026-02-23T15:35:32.453Z Downloaded target-triple v0.1.3
4242026-02-23T15:35:32.453Z Downloaded tap v1.0.1
4252026-02-23T15:35:32.453Z Downloaded tagptr v0.2.0
4262026-02-23T15:35:32.453Z Downloaded tabwriter v1.4.0
4272026-02-23T15:35:32.453Z Downloaded tabled_derive v0.11.0
4282026-02-23T15:35:32.453Z Downloaded tabled_derive v0.7.0
4292026-02-23T15:35:32.478Z Downloaded sync-ptr v0.1.4
4302026-02-23T15:35:32.478Z Downloaded swrite v0.1.0
4312026-02-23T15:35:32.478Z Downloaded supports-unicode v2.1.0
4322026-02-23T15:35:32.478Z Downloaded supports-hyperlinks v2.1.0
4332026-02-23T15:35:32.478Z Downloaded support-bundle-viewer v0.1.2
4342026-02-23T15:35:32.478Z Downloaded strum_macros v0.27.2
4352026-02-23T15:35:32.478Z Downloaded strum_macros v0.26.4
4362026-02-23T15:35:32.478Z Downloaded strum_macros v0.24.3
4372026-02-23T15:35:32.478Z Downloaded strum v0.26.3
4382026-02-23T15:35:32.478Z Downloaded structmeta-derive v0.3.0
4392026-02-23T15:35:32.478Z Downloaded structmeta v0.3.0
4402026-02-23T15:35:32.478Z Downloaded strsim v0.11.1
4412026-02-23T15:35:32.478Z Downloaded strip-ansi-escapes v0.2.0
4422026-02-23T15:35:32.478Z Downloaded string_cache v0.8.9
4432026-02-23T15:35:32.478Z Downloaded static_assertions v1.1.0
4442026-02-23T15:35:32.503Z Downloaded stable_deref_trait v1.2.0
4452026-02-23T15:35:32.503Z Downloaded ssh-encoding v0.2.0
4462026-02-23T15:35:32.503Z Downloaded sqlparser_derive v0.2.2
4472026-02-23T15:35:32.503Z Downloaded sqlformat v0.3.5
4482026-02-23T15:35:32.503Z Downloaded socket2 v0.5.10
4492026-02-23T15:35:32.503Z Downloaded smallvec v1.15.1
4502026-02-23T15:35:32.503Z Downloaded smallvec v0.6.14
4512026-02-23T15:35:32.503Z Downloaded slog v2.8.2
4522026-02-23T15:35:32.503Z Downloaded sigpipe v0.1.3
4532026-02-23T15:35:32.503Z Downloaded signal-hook-tokio v0.3.1
4542026-02-23T15:35:32.528Z Downloaded signal-hook-registry v1.4.2
4552026-02-23T15:35:32.528Z Downloaded signal-hook v0.3.18
4562026-02-23T15:35:32.528Z Downloaded shell-words v1.1.0
4572026-02-23T15:35:32.528Z Downloaded serde_spanned v1.0.4
4582026-02-23T15:35:32.528Z Downloaded serde_derive v1.0.228
4592026-02-23T15:35:32.528Z Downloaded serde_core v1.0.228
4602026-02-23T15:35:32.528Z Downloaded sec1 v0.7.3
4612026-02-23T15:35:32.528Z Downloaded scrypt v0.11.0
4622026-02-23T15:35:32.528Z Downloaded scroll_derive v0.12.0
4632026-02-23T15:35:32.528Z Downloaded schemars_derive v0.8.22
4642026-02-23T15:35:32.528Z Downloaded schemars v0.9.0
4652026-02-23T15:35:32.555Z Downloaded same-file v1.0.6
4662026-02-23T15:35:32.555Z Downloaded samael v0.0.19
4672026-02-23T15:35:32.555Z Downloaded ryu v1.0.18
4682026-02-23T15:35:32.555Z Downloaded russh v0.45.0
4692026-02-23T15:35:32.579Z Downloaded rsa v0.9.8
4702026-02-23T15:35:32.580Z Downloaded ron v0.8.1
4712026-02-23T15:35:32.580Z Downloaded reedline v0.40.0
4722026-02-23T15:35:32.604Z Downloaded rand v0.9.2
4732026-02-23T15:35:32.604Z Downloaded quick-xml v0.37.2
4742026-02-23T15:35:32.604Z Downloaded petname v2.0.2
4752026-02-23T15:35:32.604Z Downloaded p521 v0.13.3
4762026-02-23T15:35:32.604Z Downloaded lalrpop v0.19.12
4772026-02-23T15:35:32.629Z Downloaded icu_properties_data v1.5.0
4782026-02-23T15:35:32.653Z Downloaded supports-color v2.1.0
4792026-02-23T15:35:32.653Z Downloaded subtle v2.6.1
4802026-02-23T15:35:32.654Z Downloaded strum v0.27.2
4812026-02-23T15:35:32.654Z Downloaded ssh-cipher v0.2.0
4822026-02-23T15:35:32.654Z Downloaded snafu-derive v0.8.5
4832026-02-23T15:35:32.654Z Downloaded smf v0.2.3
4842026-02-23T15:35:32.654Z Downloaded slog-term v2.9.2
4852026-02-23T15:35:32.654Z Downloaded slog-stdlog v4.1.1
4862026-02-23T15:35:32.654Z Downloaded slog-scope v4.4.0
4872026-02-23T15:35:32.654Z Downloaded slog-json v2.6.1
4882026-02-23T15:35:32.654Z Downloaded slog-dtrace v0.3.0
4892026-02-23T15:35:32.654Z Downloaded slog-async v2.8.0
4902026-02-23T15:35:32.654Z Downloaded slab v0.4.9
4912026-02-23T15:35:32.654Z Downloaded signature v2.2.0
4922026-02-23T15:35:32.654Z Downloaded shlex v1.3.0
4932026-02-23T15:35:32.654Z Downloaded sha2 v0.10.9
4942026-02-23T15:35:32.679Z Downloaded sha1 v0.10.6
4952026-02-23T15:35:32.679Z Downloaded serde_with_macros v3.16.1
4962026-02-23T15:35:32.679Z Downloaded serde_tokenstream v0.2.2
4972026-02-23T15:35:32.679Z Downloaded serde_cbor v0.11.2
4982026-02-23T15:35:32.679Z Downloaded semver v1.0.27
4992026-02-23T15:35:32.679Z Downloaded scroll v0.13.0
5002026-02-23T15:35:32.679Z Downloaded rustls-pki-types v1.10.0
5012026-02-23T15:35:32.679Z Downloaded rstest_macros v0.25.0
5022026-02-23T15:35:32.679Z Downloaded rstest v0.25.0
5032026-02-23T15:35:32.703Z Downloaded rand_distr v0.5.1
5042026-02-23T15:35:32.704Z Downloaded rand v0.8.5
5052026-02-23T15:35:32.704Z Downloaded publicsuffix v2.3.0
5062026-02-23T15:35:32.704Z Downloaded slog-envlogger v2.2.0
5072026-02-23T15:35:32.704Z Downloaded slog-bunyan v2.5.0
5082026-02-23T15:35:32.704Z Downloaded siphasher v1.0.1
5092026-02-23T15:35:32.704Z Downloaded siphasher v0.3.11
5102026-02-23T15:35:32.704Z Downloaded similar-asserts v1.7.0
5112026-02-23T15:35:32.704Z Downloaded simd-adler32 v0.3.7
5122026-02-23T15:35:32.729Z Downloaded signal-hook-mio v0.2.4
5132026-02-23T15:35:32.729Z Downloaded serde_urlencoded v0.7.1
5142026-02-23T15:35:32.729Z Downloaded serde_spanned v0.6.9
5152026-02-23T15:35:32.729Z Downloaded serde_regex v1.1.0
5162026-02-23T15:35:32.729Z Downloaded serde_plain v1.0.2
5172026-02-23T15:35:32.729Z Downloaded serde_path_to_error v0.1.20
5182026-02-23T15:35:32.729Z Downloaded serde_derive_internals v0.29.1
5192026-02-23T15:35:32.729Z Downloaded serde_bytes v0.11.19
5202026-02-23T15:35:32.729Z Downloaded serde-untagged v0.1.7
5212026-02-23T15:35:32.730Z Downloaded serde-hex v0.1.0
5222026-02-23T15:35:32.730Z Downloaded secrecy v0.8.0
5232026-02-23T15:35:32.730Z Downloaded sct v0.7.1
5242026-02-23T15:35:32.754Z Downloaded scroll_derive v0.13.1
5252026-02-23T15:35:32.754Z Downloaded scroll v0.12.0
5262026-02-23T15:35:32.754Z Downloaded schemars v0.8.22
5272026-02-23T15:35:32.754Z Downloaded scheduled-thread-pool v0.2.7
5282026-02-23T15:35:32.754Z Downloaded sapling-renderdag v0.1.0
5292026-02-23T15:35:32.779Z Downloaded rusty-fork v0.3.0
5302026-02-23T15:35:32.779Z Downloaded rustversion v1.0.22
5312026-02-23T15:35:32.779Z Downloaded rustls-pemfile v2.2.0
5322026-02-23T15:35:32.779Z Downloaded rustls-native-certs v0.8.1
5332026-02-23T15:35:32.779Z Downloaded rust-argon2 v2.1.0
5342026-02-23T15:35:32.779Z Downloaded russh-keys v0.45.0
5352026-02-23T15:35:32.779Z Downloaded ron v0.7.1
5362026-02-23T15:35:32.779Z Downloaded rfc6979 v0.4.0
5372026-02-23T15:35:32.779Z Downloaded resolv-conf v0.7.0
5382026-02-23T15:35:32.779Z Downloaded rcgen v0.12.1
5392026-02-23T15:35:32.804Z Downloaded rand_xorshift v0.4.0
5402026-02-23T15:35:32.804Z Downloaded quinn-udp v0.5.5
5412026-02-23T15:35:32.804Z Downloaded quinn v0.11.5
5422026-02-23T15:35:32.804Z Downloaded qorb v0.4.1
5432026-02-23T15:35:32.804Z Downloaded progenitor-macro v0.8.0
5442026-02-23T15:35:32.804Z Downloaded progenitor-impl v0.10.0
5452026-02-23T15:35:32.804Z Downloaded progenitor-client v0.8.0
5462026-02-23T15:35:32.804Z Downloaded prettyplease v0.2.36
5472026-02-23T15:35:32.804Z Downloaded pretty_assertions v1.4.1
5482026-02-23T15:35:32.829Z Downloaded pin-project-lite v0.2.14
5492026-02-23T15:35:32.829Z Downloaded phf_shared v0.12.1
5502026-02-23T15:35:32.829Z Downloaded pest_meta v2.8.2
5512026-02-23T15:35:32.829Z Downloaded pest v2.8.2
5522026-02-23T15:35:32.829Z Downloaded pem-rfc7468 v0.7.0
5532026-02-23T15:35:32.829Z Downloaded hkdf v0.12.4
5542026-02-23T15:35:32.830Z Downloaded goblin v0.10.2
5552026-02-23T15:35:32.854Z Downloaded serde-value v0.7.0
5562026-02-23T15:35:32.854Z Downloaded serde-big-array v0.5.1
5572026-02-23T15:35:32.854Z Downloaded seq-macro v0.3.6
5582026-02-23T15:35:32.854Z Downloaded semver v0.1.20
5592026-02-23T15:35:32.854Z Downloaded secrecy v0.10.3
5602026-02-23T15:35:32.854Z Downloaded scopeguard v1.2.0
5612026-02-23T15:35:32.854Z Downloaded salsa20 v0.10.2
5622026-02-23T15:35:32.854Z Downloaded rustls-pemfile v1.0.4
5632026-02-23T15:35:32.854Z Downloaded rustc-hash v1.1.0
5642026-02-23T15:35:32.854Z Downloaded rustc-demangle v0.1.24
5652026-02-23T15:35:32.854Z Downloaded russh-cryptovec v0.7.3
5662026-02-23T15:35:32.854Z Downloaded rtoolbox v0.0.2
5672026-02-23T15:35:32.854Z Downloaded aws-lc-sys v0.26.0
5682026-02-23T15:35:33.116Z Downloaded relative-path v1.9.3
5692026-02-23T15:35:33.141Z Downloaded ref-cast-impl v1.0.25
5702026-02-23T15:35:33.141Z Downloaded ref-cast v1.0.25
5712026-02-23T15:35:33.141Z Downloaded progenitor-macro v0.11.2
5722026-02-23T15:35:33.141Z Downloaded progenitor-impl v0.11.2
5732026-02-23T15:35:33.141Z Downloaded progenitor-impl v0.8.0
5742026-02-23T15:35:33.141Z Downloaded progenitor v0.11.2
5752026-02-23T15:35:33.141Z Downloaded progenitor v0.10.0
5762026-02-23T15:35:33.141Z Downloaded proc-macro2 v1.0.101
5772026-02-23T15:35:33.141Z Downloaded prefix-trie v0.7.0
5782026-02-23T15:35:33.141Z Downloaded polling v3.7.3
5792026-02-23T15:35:33.166Z Downloaded pkcs5 v0.7.1
5802026-02-23T15:35:33.166Z Downloaded pin-utils v0.1.0
5812026-02-23T15:35:33.166Z Downloaded phf v0.12.1
5822026-02-23T15:35:33.166Z Downloaded percent-encoding v2.3.2
5832026-02-23T15:35:33.166Z Downloaded num-bigint-dig v0.8.6
5842026-02-23T15:35:33.166Z Downloaded itertools v0.13.0
5852026-02-23T15:35:33.166Z Downloaded iri-string v0.7.8
5862026-02-23T15:35:33.191Z Downloaded hickory-proto v0.25.2
5872026-02-23T15:35:33.216Z Downloaded bitvec v1.0.1
5882026-02-23T15:35:33.216Z Downloaded rustc_version v0.1.7
5892026-02-23T15:35:33.241Z Downloaded rustc-hash v2.1.1
5902026-02-23T15:35:33.241Z Downloaded rand_seeder v0.4.0
5912026-02-23T15:35:33.241Z Downloaded rand_core v0.9.3
5922026-02-23T15:35:33.241Z Downloaded rand_core v0.6.4
5932026-02-23T15:35:33.241Z Downloaded rand_chacha v0.9.0
5942026-02-23T15:35:33.241Z Downloaded r2d2 v0.8.10
5952026-02-23T15:35:33.241Z Downloaded quote v1.0.40
5962026-02-23T15:35:33.241Z Downloaded quick-error v1.2.3
5972026-02-23T15:35:33.241Z Downloaded psl-types v2.0.11
5982026-02-23T15:35:33.241Z Downloaded progenitor-macro v0.10.0
5992026-02-23T15:35:33.241Z Downloaded progenitor-client v0.11.2
6002026-02-23T15:35:33.241Z Downloaded progenitor-client v0.10.0
6012026-02-23T15:35:33.241Z Downloaded progenitor v0.8.0
6022026-02-23T15:35:33.241Z Downloaded postgres-types v0.2.9
6032026-02-23T15:35:33.241Z Downloaded postcard v1.0.10
6042026-02-23T15:35:33.266Z Downloaded polyval v0.6.2
6052026-02-23T15:35:33.266Z Downloaded pkcs8 v0.10.2
6062026-02-23T15:35:33.266Z Downloaded pkcs1 v0.7.5
6072026-02-23T15:35:33.266Z Downloaded pin-project-internal v1.1.6
6082026-02-23T15:35:33.266Z Downloaded pin-project v1.1.6
6092026-02-23T15:35:33.290Z Downloaded phf_shared v0.11.2
6102026-02-23T15:35:33.290Z Downloaded phf v0.11.2
6112026-02-23T15:35:33.290Z Downloaded pest_generator v2.8.2
6122026-02-23T15:35:33.290Z Downloaded pest_derive v2.8.2
6132026-02-23T15:35:33.290Z Downloaded pem v3.0.5
6142026-02-23T15:35:33.290Z Downloaded peg-macros v0.8.5
6152026-02-23T15:35:33.290Z Downloaded papergrid v0.14.0
6162026-02-23T15:35:33.291Z Downloaded papergrid v0.11.0
6172026-02-23T15:35:33.315Z Downloaded openssl-sys v0.9.109
6182026-02-23T15:35:33.315Z Downloaded num-bigint v0.4.6
6192026-02-23T15:35:33.315Z Downloaded nom v7.1.3
6202026-02-23T15:35:33.315Z Downloaded libxml v0.3.3
6212026-02-23T15:35:33.340Z Downloaded jiff-static v0.2.15
6222026-02-23T15:35:33.340Z Downloaded itertools v0.14.0
6232026-02-23T15:35:33.340Z Downloaded itertools v0.12.1
6242026-02-23T15:35:33.364Z Downloaded idna v1.0.3
6252026-02-23T15:35:33.364Z Downloaded iddqd v0.3.16
6262026-02-23T15:35:33.364Z Downloaded hyper v1.8.1
6272026-02-23T15:35:33.364Z Downloaded hickory-resolver v0.24.4
6282026-02-23T15:35:33.389Z Downloaded hickory-proto v0.24.4
6292026-02-23T15:35:33.389Z Downloaded h2 v0.4.6
6302026-02-23T15:35:33.414Z Downloaded goblin v0.8.2
6312026-02-23T15:35:33.414Z Downloaded radium v0.7.0
6322026-02-23T15:35:33.414Z Downloaded proc-macro-error2 v2.0.1
6332026-02-23T15:35:33.414Z Downloaded proc-macro-error v1.0.4
6342026-02-23T15:35:33.438Z Downloaded proc-macro-crate v1.3.1
6352026-02-23T15:35:33.438Z Downloaded primeorder v0.13.6
6362026-02-23T15:35:33.438Z Downloaded pretty-hex v0.2.1
6372026-02-23T15:35:33.438Z Downloaded predicates-core v1.0.8
6382026-02-23T15:35:33.438Z Downloaded predicates v3.1.3
6392026-02-23T15:35:33.438Z Downloaded precomputed-hash v0.1.1
6402026-02-23T15:35:33.439Z Downloaded ppv-lite86 v0.2.20
6412026-02-23T15:35:33.439Z Downloaded powerfmt v0.2.0
6422026-02-23T15:35:33.439Z Downloaded postgres-protocol v0.6.8
6432026-02-23T15:35:33.439Z Downloaded poly1305 v0.8.0
6442026-02-23T15:35:33.439Z Downloaded plain v0.2.3
6452026-02-23T15:35:33.439Z Downloaded pkg-config v0.3.31
6462026-02-23T15:35:33.439Z Downloaded piper v0.2.4
6472026-02-23T15:35:33.439Z Downloaded peg-runtime v0.8.5
6482026-02-23T15:35:33.463Z Downloaded parking_lot v0.12.3
6492026-02-23T15:35:33.463Z Downloaded parking_lot v0.11.2
6502026-02-23T15:35:33.463Z Downloaded papergrid v0.17.0
6512026-02-23T15:35:33.463Z Downloaded p256 v0.13.2
6522026-02-23T15:35:33.463Z Downloaded oxnet v0.1.4
6532026-02-23T15:35:33.463Z Downloaded oxide-tokio-rt v0.1.2
6542026-02-23T15:35:33.463Z Downloaded owo-colors v4.2.3
6552026-02-23T15:35:33.463Z Downloaded owo-colors v3.5.0
6562026-02-23T15:35:33.488Z Downloaded oso v0.27.3
6572026-02-23T15:35:33.488Z Downloaded nu-ansi-term v0.50.1
6582026-02-23T15:35:33.489Z Downloaded mio v1.0.2
6592026-02-23T15:35:33.489Z Downloaded miette v5.10.0
6602026-02-23T15:35:33.489Z Downloaded memmap2 v0.9.8
6612026-02-23T15:35:33.489Z Downloaded knuffel v3.2.0
6622026-02-23T15:35:33.513Z Downloaded ipnet v2.11.0
6632026-02-23T15:35:33.513Z Downloaded ingot-types v0.1.2
6642026-02-23T15:35:33.513Z Downloaded ingot-macros v0.1.1
6652026-02-23T15:35:33.513Z Downloaded indicatif v0.18.0
6662026-02-23T15:35:33.513Z Downloaded hashbrown v0.14.5
6672026-02-23T15:35:33.513Z Downloaded fancy-regex v0.14.0
6682026-02-23T15:35:33.513Z Downloaded expectorate v1.2.0
6692026-02-23T15:35:33.539Z Downloaded proc-macro-error-attr v1.0.4
6702026-02-23T15:35:33.539Z Downloaded proc-macro-crate v3.2.0
6712026-02-23T15:35:33.539Z Downloaded pretty-hex v0.4.1
6722026-02-23T15:35:33.539Z Downloaded predicates-tree v1.0.12
6732026-02-23T15:35:33.539Z Downloaded plotters-svg v0.3.7
6742026-02-23T15:35:33.539Z Downloaded plotters-backend v0.3.7
6752026-02-23T15:35:33.539Z Downloaded peg v0.8.5
6762026-02-23T15:35:33.539Z Downloaded pbkdf2 v0.12.2
6772026-02-23T15:35:33.539Z Downloaded pbkdf2 v0.11.0
6782026-02-23T15:35:33.539Z Downloaded path-tree v0.8.1
6792026-02-23T15:35:33.564Z Downloaded paste v1.0.15
6802026-02-23T15:35:33.564Z Downloaded password-hash v0.5.0
6812026-02-23T15:35:33.564Z Downloaded password-hash v0.4.2
6822026-02-23T15:35:33.564Z Downloaded partial-io v0.5.4
6832026-02-23T15:35:33.564Z Downloaded parse-size v1.1.0
6842026-02-23T15:35:33.564Z Downloaded parse-display-derive v0.10.0
6852026-02-23T15:35:33.564Z Downloaded parking_lot_core v0.9.10
6862026-02-23T15:35:33.564Z Downloaded parking_lot_core v0.8.6
6872026-02-23T15:35:33.564Z Downloaded parking v2.2.1
6882026-02-23T15:35:33.564Z Downloaded packed_struct v0.10.1
6892026-02-23T15:35:33.564Z Downloaded oso-derive v0.27.3
6902026-02-23T15:35:33.564Z Downloaded ordered-float v2.10.1
6912026-02-23T15:35:33.564Z Downloaded num-traits v0.2.19
6922026-02-23T15:35:33.589Z Downloaded num-complex v0.4.6
6932026-02-23T15:35:33.589Z Downloaded nonempty v0.12.0
6942026-02-23T15:35:33.589Z Downloaded minimal-lexical v0.2.1
6952026-02-23T15:35:33.589Z Downloaded memoffset v0.9.1
6962026-02-23T15:35:33.589Z Downloaded memmap v0.7.0
6972026-02-23T15:35:33.589Z Downloaded memchr v2.7.4
6982026-02-23T15:35:33.614Z Downloaded md5 v0.7.0
6992026-02-23T15:35:33.614Z Downloaded libm v0.2.8
7002026-02-23T15:35:33.614Z Downloaded instability v0.3.2
7012026-02-23T15:35:33.614Z Downloaded inout v0.1.3
7022026-02-23T15:35:33.614Z Downloaded indoc v1.0.9
7032026-02-23T15:35:33.614Z Downloaded indicatif v0.17.11
7042026-02-23T15:35:33.614Z Downloaded icu_collections v1.5.0
7052026-02-23T15:35:33.639Z Downloaded hyper-util v0.1.19
7062026-02-23T15:35:33.639Z Downloaded http v1.4.0
7072026-02-23T15:35:33.639Z Downloaded hickory-server v0.25.2
7082026-02-23T15:35:33.639Z Downloaded hickory-resolver v0.25.2
7092026-02-23T15:35:33.664Z Downloaded hashbrown v0.16.1
7102026-02-23T15:35:33.664Z Downloaded hashbrown v0.15.4
7112026-02-23T15:35:33.664Z Downloaded guppy v0.17.20
7122026-02-23T15:35:33.664Z Downloaded futures-util v0.3.31
7132026-02-23T15:35:33.688Z Downloaded flate2 v1.1.2
7142026-02-23T15:35:33.688Z Downloaded ed25519-dalek v2.1.1
7152026-02-23T15:35:33.688Z Downloaded dropshot_endpoint v0.16.7
7162026-02-23T15:35:33.713Z Downloaded path-slash v0.1.5
7172026-02-23T15:35:33.713Z Downloaded parse-display v0.10.0
7182026-02-23T15:35:33.713Z Downloaded packed_struct_codegen v0.10.1
7192026-02-23T15:35:33.713Z Downloaded once_cell v1.21.3
7202026-02-23T15:35:33.713Z Downloaded omicron-zone-package v0.12.2
7212026-02-23T15:35:33.713Z Downloaded num-rational v0.4.2
7222026-02-23T15:35:33.713Z Downloaded num-integer v0.1.46
7232026-02-23T15:35:33.713Z Downloaded num-derive v0.4.2
7242026-02-23T15:35:33.713Z Downloaded num-derive v0.3.3
7252026-02-23T15:35:33.713Z Downloaded num-conv v0.1.0
7262026-02-23T15:35:33.713Z Downloaded num v0.4.3
7272026-02-23T15:35:33.713Z Downloaded normalize-line-endings v0.3.0
7282026-02-23T15:35:33.738Z Downloaded newtype-uuid v1.3.2
7292026-02-23T15:35:33.738Z Downloaded miniz_oxide v0.8.5
7302026-02-23T15:35:33.738Z Downloaded mime_guess v2.0.5
7312026-02-23T15:35:33.738Z Downloaded maybe-uninit v2.0.0
7322026-02-23T15:35:33.738Z Downloaded libtest-mimic v0.8.1
7332026-02-23T15:35:33.738Z Downloaded kstat-rs v0.2.4
7342026-02-23T15:35:33.738Z Downloaded knuffel-derive v3.2.0
7352026-02-23T15:35:33.738Z Downloaded itertools v0.10.5
7362026-02-23T15:35:33.738Z Downloaded internet-checksum v0.2.1
7372026-02-23T15:35:33.738Z Downloaded ingot v0.1.1
7382026-02-23T15:35:33.738Z Downloaded indoc v2.0.6
7392026-02-23T15:35:33.763Z Downloaded indexmap v2.13.0
7402026-02-23T15:35:33.763Z Downloaded icu_properties v1.5.1
7412026-02-23T15:35:33.763Z Downloaded hostname v0.4.2
7422026-02-23T15:35:33.763Z Downloaded hex v0.4.3
7432026-02-23T15:35:33.763Z Downloaded hashbrown v0.13.2
7442026-02-23T15:35:33.763Z Downloaded globset v0.4.15
7452026-02-23T15:35:33.763Z Downloaded foldhash v0.1.5
7462026-02-23T15:35:33.763Z Downloaded filetime v0.2.26
7472026-02-23T15:35:33.788Z Downloaded bumpalo v3.16.0
7482026-02-23T15:35:33.788Z Downloaded openssl-macros v0.1.1
7492026-02-23T15:35:33.788Z Downloaded opaque-debug v0.3.1
7502026-02-23T15:35:33.788Z Downloaded oorandom v11.1.4
7512026-02-23T15:35:33.788Z Downloaded olpc-cjson v0.1.4
7522026-02-23T15:35:33.788Z Downloaded number_prefix v0.4.0
7532026-02-23T15:35:33.788Z Downloaded num_threads v0.1.7
7542026-02-23T15:35:33.788Z Downloaded num_enum_derive v0.5.11
7552026-02-23T15:35:33.853Z Downloaded num_enum v0.5.11
7562026-02-23T15:35:33.853Z Downloaded num-iter v0.1.45
7572026-02-23T15:35:33.879Z Downloaded nodrop v0.1.14
7582026-02-23T15:35:33.879Z Downloaded newtype-uuid-macros v0.1.0
7592026-02-23T15:35:33.879Z Downloaded native-tls v0.2.12
7602026-02-23T15:35:33.879Z Downloaded nanorand v0.7.0
7612026-02-23T15:35:33.879Z Downloaded multer v3.1.0
7622026-02-23T15:35:33.906Z Downloaded miette-derive v5.10.0
7632026-02-23T15:35:33.906Z Downloaded md-5 v0.10.6
7642026-02-23T15:35:33.906Z Downloaded log v0.4.29
7652026-02-23T15:35:33.906Z Downloaded lock_api v0.4.12
7662026-02-23T15:35:33.906Z Downloaded litrs v0.4.1
7672026-02-23T15:35:33.906Z Downloaded linear-map v1.2.0
7682026-02-23T15:35:33.906Z Downloaded libloading v0.8.5
7692026-02-23T15:35:33.906Z Downloaded libefi-sys v0.1.0
7702026-02-23T15:35:33.906Z Downloaded itoa v1.0.11
7712026-02-23T15:35:33.906Z Downloaded is_ci v1.2.0
7722026-02-23T15:35:33.906Z Downloaded ignore v0.4.23
7732026-02-23T15:35:33.906Z Downloaded icu_provider v1.5.0
7742026-02-23T15:35:33.933Z Downloaded icu_normalizer_data v1.5.0
7752026-02-23T15:35:33.933Z Downloaded icu_normalizer v1.5.0
7762026-02-23T15:35:33.933Z Downloaded icu_locid_transform_data v1.5.0
7772026-02-23T15:35:33.933Z Downloaded icu_locid v1.5.0
7782026-02-23T15:35:33.958Z Downloaded iana-time-zone v0.1.63
7792026-02-23T15:35:33.958Z Downloaded hyper-rustls v0.27.7
7802026-02-23T15:35:33.958Z Downloaded home v0.5.9
7812026-02-23T15:35:33.958Z Downloaded highway v1.3.0
7822026-02-23T15:35:33.958Z Downloaded hickory-client v0.25.2
7832026-02-23T15:35:33.958Z Downloaded heapless v0.7.17
7842026-02-23T15:35:33.983Z Downloaded hashbrown v0.12.3
7852026-02-23T15:35:33.983Z Downloaded git2 v0.20.2
7862026-02-23T15:35:33.983Z Downloaded gimli v0.31.1
7872026-02-23T15:35:34.008Z Downloaded gethostname v0.5.0
7882026-02-23T15:35:34.008Z Downloaded fxhash v0.2.1
7892026-02-23T15:35:34.008Z Downloaded fs_extra v1.3.0
7902026-02-23T15:35:34.008Z Downloaded foreign-types-macros v0.2.3
7912026-02-23T15:35:34.008Z Downloaded foreign-types v0.3.2
7922026-02-23T15:35:34.008Z Downloaded float-cmp v0.10.0
7932026-02-23T15:35:34.008Z Downloaded event-listener v2.5.3
7942026-02-23T15:35:34.008Z Downloaded erased-serde v0.4.6
7952026-02-23T15:35:34.033Z Downloaded env_filter v0.1.2
7962026-02-23T15:35:34.033Z Downloaded ena v0.14.3
7972026-02-23T15:35:34.034Z Downloaded embedded-io v0.4.0
7982026-02-23T15:35:34.034Z Downloaded ed25519 v2.2.3
7992026-02-23T15:35:34.034Z Downloaded dtrace-parser v0.2.0
8002026-02-23T15:35:34.034Z Downloaded crossterm v0.28.1
8012026-02-23T15:35:34.074Z Downloaded cc v1.2.30
8022026-02-23T15:35:34.074Z Downloaded aws-lc-rs v1.12.4
8032026-02-23T15:35:34.074Z Downloaded newtype_derive v0.1.6
8042026-02-23T15:35:34.074Z Downloaded newline-converter v0.3.0
8052026-02-23T15:35:34.074Z Downloaded new_debug_unreachable v1.0.6
8062026-02-23T15:35:34.074Z Downloaded nested v0.1.1
8072026-02-23T15:35:34.074Z Downloaded multimap v0.10.1
8082026-02-23T15:35:34.074Z Downloaded mime v0.3.17
8092026-02-23T15:35:34.074Z Downloaded match_cfg v0.1.0
8102026-02-23T15:35:34.074Z Downloaded managed v0.8.0
8112026-02-23T15:35:34.074Z Downloaded lzss v0.8.2
8122026-02-23T15:35:34.074Z Downloaded lru-cache v0.1.2
8132026-02-23T15:35:34.074Z Downloaded lru v0.12.5
8142026-02-23T15:35:34.099Z Downloaded litemap v0.7.3
8152026-02-23T15:35:34.099Z Downloaded libz-rs-sys v0.5.1
8162026-02-23T15:35:34.099Z Downloaded libsw v3.5.0
8172026-02-23T15:35:34.099Z Downloaded libscf-sys v1.1.0
8182026-02-23T15:35:34.099Z Downloaded lazycell v1.3.0
8192026-02-23T15:35:34.100Z Downloaded kv-log-macro v1.0.7
8202026-02-23T15:35:34.100Z Downloaded ipnetwork v0.21.1
8212026-02-23T15:35:34.100Z Downloaded indexmap v1.9.3
8222026-02-23T15:35:34.124Z Downloaded icu_locid_transform v1.5.0
8232026-02-23T15:35:34.124Z Downloaded hyper-staticfile v0.10.1
8242026-02-23T15:35:34.124Z Downloaded httparse v1.9.5
8252026-02-23T15:35:34.124Z Downloaded heapless v0.8.0
8262026-02-23T15:35:34.149Z Downloaded headers v0.4.1
8272026-02-23T15:35:34.149Z Downloaded half v2.4.1
8282026-02-23T15:35:34.175Z Downloaded derive_more-impl v2.0.1
8292026-02-23T15:35:34.175Z Downloaded der v0.7.10
8302026-02-23T15:35:34.175Z Downloaded cfg_aliases v0.2.1
8312026-02-23T15:35:34.175Z Downloaded camino v1.2.2
8322026-02-23T15:35:34.227Z Downloaded bit-set v0.5.3
8332026-02-23T15:35:34.252Z Downloaded base64 v0.22.1
8342026-02-23T15:35:34.252Z Downloaded backtrace v0.3.74
8352026-02-23T15:35:34.252Z Downloaded autocfg v1.4.0
8362026-02-23T15:35:34.252Z Downloaded macaddr v1.0.1
8372026-02-23T15:35:34.252Z Downloaded lockfree-object-pool v0.1.6
8382026-02-23T15:35:34.252Z Downloaded linked-hash-map v0.5.6
8392026-02-23T15:35:34.252Z Downloaded libsw-core v0.3.1
8402026-02-23T15:35:34.252Z Downloaded lazy_static v1.5.0
8412026-02-23T15:35:34.252Z Downloaded lalrpop-util v0.19.12
8422026-02-23T15:35:34.252Z Downloaded keccak v0.1.5
8432026-02-23T15:35:34.252Z Downloaded jobserver v0.1.32
8442026-02-23T15:35:34.252Z Downloaded is_terminal_polyfill v1.70.1
8452026-02-23T15:35:34.252Z Downloaded is-terminal v0.4.13
8462026-02-23T15:35:34.252Z Downloaded instant v0.1.13
8472026-02-23T15:35:34.252Z Downloaded indent_write v2.2.0
8482026-02-23T15:35:34.252Z Downloaded impl-trait-for-tuples v0.2.2
8492026-02-23T15:35:34.277Z Downloaded idna_adapter v1.2.0
8502026-02-23T15:35:34.278Z Downloaded ident_case v1.0.1
8512026-02-23T15:35:34.278Z Downloaded icu_provider_macros v1.5.0
8522026-02-23T15:35:34.278Z Downloaded hyper-tls v0.6.0
8532026-02-23T15:35:34.278Z Downloaded humantime v2.2.0
8542026-02-23T15:35:34.278Z Downloaded hubpack_derive v0.1.1
8552026-02-23T15:35:34.278Z Downloaded httptest v0.16.3
8562026-02-23T15:35:34.278Z Downloaded http-body-util v0.1.3
8572026-02-23T15:35:34.278Z Downloaded hmac v0.12.1
8582026-02-23T15:35:34.302Z Downloaded half v1.8.3
8592026-02-23T15:35:34.302Z Downloaded getrandom v0.3.4
8602026-02-23T15:35:34.302Z Downloaded flume v0.11.1
8612026-02-23T15:35:34.302Z Downloaded derive_more v2.0.1
8622026-02-23T15:35:34.327Z Downloaded cargo-util-schemas v0.8.2
8632026-02-23T15:35:34.327Z Downloaded block-padding v0.3.3
8642026-02-23T15:35:34.327Z Downloaded blake2 v0.10.6
8652026-02-23T15:35:34.327Z Downloaded bitfield-macros v0.19.2
8662026-02-23T15:35:34.351Z Downloaded bcs v0.1.6
8672026-02-23T15:35:34.351Z Downloaded httpdate v1.0.3
8682026-02-23T15:35:34.351Z Downloaded http-range v0.1.5
8692026-02-23T15:35:34.351Z Downloaded http-body v1.0.1
8702026-02-23T15:35:34.351Z Downloaded glob v0.3.2
8712026-02-23T15:35:34.351Z Downloaded crossterm v0.29.0
8722026-02-23T15:35:34.351Z Downloaded base16ct v0.2.0
8732026-02-23T15:35:34.352Z Downloaded hex-literal v0.4.1
8742026-02-23T15:35:34.352Z Downloaded group v0.13.0
8752026-02-23T15:35:34.376Z Downloaded getrandom v0.2.15
8762026-02-23T15:35:34.376Z Downloaded futures-timer v3.0.3
8772026-02-23T15:35:34.376Z Downloaded futures-lite v2.3.0
8782026-02-23T15:35:34.376Z Downloaded futures-channel v0.3.31
8792026-02-23T15:35:34.376Z Downloaded fatfs v0.3.6
8802026-02-23T15:35:34.376Z Downloaded event-listener v5.3.1
8812026-02-23T15:35:34.376Z Downloaded dropshot-api-manager v0.3.0
8822026-02-23T15:35:34.376Z Downloaded derive-ex v0.1.8
8832026-02-23T15:35:34.376Z Downloaded defmt-macros v0.3.9
8842026-02-23T15:35:34.376Z Downloaded darling_core v0.21.0
8852026-02-23T15:35:34.402Z Downloaded daft v0.1.4
8862026-02-23T15:35:34.402Z Downloaded crossbeam-channel v0.5.15
8872026-02-23T15:35:34.402Z Downloaded const_format v0.2.34
8882026-02-23T15:35:34.402Z Downloaded castaway v0.2.3
8892026-02-23T15:35:34.402Z Downloaded cargo-platform v0.1.8
8902026-02-23T15:35:34.402Z Downloaded bytecount v0.6.8
8912026-02-23T15:35:34.403Z Downloaded backtrace-ext v0.2.1
8922026-02-23T15:35:34.403Z Downloaded anstyle v1.0.11
8932026-02-23T15:35:34.403Z Downloaded anes v0.1.6
8942026-02-23T15:35:34.427Z Downloaded heck v0.4.1
8952026-02-23T15:35:34.427Z Downloaded heck v0.3.3
8962026-02-23T15:35:34.427Z Downloaded headers-core v0.3.0
8972026-02-23T15:35:34.427Z Downloaded hash32 v0.3.1
8982026-02-23T15:35:34.427Z Downloaded hash32 v0.2.1
8992026-02-23T15:35:34.427Z Downloaded guppy-workspace-hack v0.1.0
9002026-02-23T15:35:34.427Z Downloaded globwalk v0.9.1
9012026-02-23T15:35:34.427Z Downloaded ghash v0.5.1
9022026-02-23T15:35:34.427Z Downloaded generic-array v0.14.7
9032026-02-23T15:35:34.427Z Downloaded futures-macro v0.3.31
9042026-02-23T15:35:34.427Z Downloaded futures-executor v0.3.31
9052026-02-23T15:35:34.427Z Downloaded futures v0.3.31
9062026-02-23T15:35:34.427Z Downloaded funty v2.0.0
9072026-02-23T15:35:34.427Z Downloaded fs-err v3.1.1
9082026-02-23T15:35:34.452Z Downloaded fs-err v2.11.0
9092026-02-23T15:35:34.452Z Downloaded form_urlencoded v1.2.2
9102026-02-23T15:35:34.452Z Downloaded foreign-types-shared v0.3.1
9112026-02-23T15:35:34.452Z Downloaded foreign-types-shared v0.1.1
9122026-02-23T15:35:34.452Z Downloaded foreign-types v0.5.0
9132026-02-23T15:35:34.452Z Downloaded foldhash v0.2.0
9142026-02-23T15:35:34.452Z Downloaded fnv v1.0.7
9152026-02-23T15:35:34.452Z Downloaded float-ord v0.3.2
9162026-02-23T15:35:34.452Z Downloaded flagset v0.4.6
9172026-02-23T15:35:34.452Z Downloaded fixedbitset v0.5.7
9182026-02-23T15:35:34.452Z Downloaded fixedbitset v0.4.2
9192026-02-23T15:35:34.452Z Downloaded ff v0.13.0
9202026-02-23T15:35:34.452Z Downloaded fd-lock v4.0.2
9212026-02-23T15:35:34.452Z Downloaded fastrand v2.1.1
9222026-02-23T15:35:34.452Z Downloaded fallible-iterator v0.2.0
9232026-02-23T15:35:34.452Z Downloaded event-listener-strategy v0.5.2
9242026-02-23T15:35:34.452Z Downloaded escape8259 v0.5.3
9252026-02-23T15:35:34.452Z Downloaded errno v0.3.12
9262026-02-23T15:35:34.477Z Downloaded erased-serde v0.3.31
9272026-02-23T15:35:34.477Z Downloaded env_logger v0.11.8
9282026-02-23T15:35:34.477Z Downloaded drift v0.1.3
9292026-02-23T15:35:34.477Z Downloaded dof v0.4.0
9302026-02-23T15:35:34.477Z Downloaded digest v0.10.7
9312026-02-23T15:35:34.477Z Downloaded diesel_table_macro_syntax v0.2.0
9322026-02-23T15:35:34.477Z Downloaded diesel_derives v2.2.3
9332026-02-23T15:35:34.477Z Downloaded derive_more v0.99.20
9342026-02-23T15:35:34.502Z Downloaded derive_builder_core v0.20.2
9352026-02-23T15:35:34.502Z Downloaded derive-where v1.5.0
9362026-02-23T15:35:34.502Z Downloaded der_derive v0.7.3
9372026-02-23T15:35:34.502Z Downloaded defmt v0.3.8
9382026-02-23T15:35:34.502Z Downloaded data-encoding v2.9.0
9392026-02-23T15:35:34.502Z Downloaded darling v0.21.0
9402026-02-23T15:35:34.502Z Downloaded csv-core v0.1.11
9412026-02-23T15:35:34.502Z Downloaded crypto-bigint v0.5.5
9422026-02-23T15:35:34.527Z Downloaded crossbeam-epoch v0.9.18
9432026-02-23T15:35:34.527Z Downloaded criterion-plot v0.6.0
9442026-02-23T15:35:34.527Z Downloaded criterion v0.7.0
9452026-02-23T15:35:34.527Z Downloaded cookie v0.18.1
9462026-02-23T15:35:34.527Z Downloaded const-oid v0.9.6
9472026-02-23T15:35:34.551Z Downloaded chrono v0.4.43
9482026-02-23T15:35:34.551Z Downloaded bzip2-sys v0.1.13+1.0.8
9492026-02-23T15:35:34.551Z Downloaded bstr v1.10.0
9502026-02-23T15:35:34.575Z Downloaded bindgen v0.71.1
9512026-02-23T15:35:34.575Z Downloaded async-std v1.13.0
9522026-02-23T15:35:34.600Z Downloaded async-process v2.3.0
9532026-02-23T15:35:34.600Z Downloaded assert_cmd v2.0.17
9542026-02-23T15:35:34.600Z Downloaded assert-json-diff v2.0.2
9552026-02-23T15:35:34.600Z Downloaded argon2 v0.5.3
9562026-02-23T15:35:34.600Z Downloaded futures-sink v0.3.31
9572026-02-23T15:35:34.600Z Downloaded futures-io v0.3.31
9582026-02-23T15:35:34.600Z Downloaded futures-core v0.3.31
9592026-02-23T15:35:34.625Z Downloaded equivalent v1.0.2
9602026-02-23T15:35:34.625Z Downloaded embedded-io v0.6.1
9612026-02-23T15:35:34.625Z Downloaded elliptic-curve v0.13.8
9622026-02-23T15:35:34.625Z Downloaded either v1.15.0
9632026-02-23T15:35:34.625Z Downloaded ecdsa v0.16.9
9642026-02-23T15:35:34.625Z Downloaded dyn-clone v1.0.20
9652026-02-23T15:35:34.625Z Downloaded dunce v1.0.5
9662026-02-23T15:35:34.625Z Downloaded dtrace-parser v0.3.0
9672026-02-23T15:35:34.625Z Downloaded dsl_auto_type v0.1.2
9682026-02-23T15:35:34.625Z Downloaded dropshot-api-manager-types v0.3.0
9692026-02-23T15:35:34.625Z Downloaded displaydoc v0.2.5
9702026-02-23T15:35:34.625Z Downloaded dirs-sys-next v0.1.2
9712026-02-23T15:35:34.650Z Downloaded des v0.8.1
9722026-02-23T15:35:34.650Z Downloaded derive_builder v0.20.2
9732026-02-23T15:35:34.650Z Downloaded deranged v0.5.3
9742026-02-23T15:35:34.650Z Downloaded defmt-parser v0.3.4
9752026-02-23T15:35:34.650Z Downloaded datatest-stable v0.3.2
9762026-02-23T15:35:34.650Z Downloaded darling_macro v0.21.0
9772026-02-23T15:35:34.650Z Downloaded darling_macro v0.20.10
9782026-02-23T15:35:34.650Z Downloaded darling_core v0.20.10
9792026-02-23T15:35:34.675Z Downloaded darling v0.20.10
9802026-02-23T15:35:34.675Z Downloaded daft-derive v0.1.4
9812026-02-23T15:35:34.675Z Downloaded curve25519-dalek-derive v0.1.1
9822026-02-23T15:35:34.675Z Downloaded ctr v0.9.2
9832026-02-23T15:35:34.675Z Downloaded cstr-argument v0.1.2
9842026-02-23T15:35:34.675Z Downloaded crypto-common v0.1.6
9852026-02-23T15:35:34.675Z Downloaded crc32fast v1.4.2
9862026-02-23T15:35:34.675Z Downloaded crc-catalog v2.4.0
9872026-02-23T15:35:34.675Z Downloaded crc-any v2.5.0
9882026-02-23T15:35:34.700Z Downloaded cpufeatures v0.2.14
9892026-02-23T15:35:34.700Z Downloaded cookie_store v0.21.1
9902026-02-23T15:35:34.700Z Downloaded convert_case v0.4.0
9912026-02-23T15:35:34.700Z Downloaded console v0.16.0
9922026-02-23T15:35:34.700Z Downloaded compact_str v0.8.0
9932026-02-23T15:35:34.700Z Downloaded colored v3.0.0
9942026-02-23T15:35:34.700Z Downloaded colored v2.2.0
9952026-02-23T15:35:34.700Z Downloaded cmake v0.1.51
9962026-02-23T15:35:34.700Z Downloaded cipher v0.4.4
9972026-02-23T15:35:34.724Z Downloaded ciborium-io v0.2.2
9982026-02-23T15:35:34.724Z Downloaded bytes v1.11.1
9992026-02-23T15:35:34.725Z Downloaded blake3 v1.5.4
10002026-02-23T15:35:34.725Z Downloaded bindgen v0.69.5
10012026-02-23T15:35:34.750Z Downloaded anstyle-parse v0.2.5
10022026-02-23T15:35:34.750Z Downloaded anstream v0.6.18
10032026-02-23T15:35:34.750Z Downloaded endian-type v0.1.2
10042026-02-23T15:35:34.750Z Downloaded dof v0.3.0
10052026-02-23T15:35:34.750Z Downloaded document-features v0.2.11
10062026-02-23T15:35:34.750Z Downloaded doc-comment v0.3.3
10072026-02-23T15:35:34.750Z Downloaded display-error-chain v0.2.2
10082026-02-23T15:35:34.750Z Downloaded dirs-next v2.0.0
10092026-02-23T15:35:34.750Z Downloaded difflib v0.4.0
10102026-02-23T15:35:34.750Z Downloaded diff v0.1.13
10112026-02-23T15:35:34.750Z Downloaded diesel-dtrace v0.4.2
10122026-02-23T15:35:34.750Z Downloaded derive_builder_macro v0.20.2
10132026-02-23T15:35:34.750Z Downloaded debug-ignore v1.0.5
10142026-02-23T15:35:34.775Z Downloaded crunchy v0.2.2
10152026-02-23T15:35:34.775Z Downloaded crc8 v0.1.1
10162026-02-23T15:35:34.775Z Downloaded corncobs v0.1.4
10172026-02-23T15:35:34.775Z Downloaded convert_case v0.7.1
10182026-02-23T15:35:34.775Z Downloaded constant_time_eq v0.3.1
10192026-02-23T15:35:34.775Z Downloaded const_format_proc_macros v0.2.34
10202026-02-23T15:35:34.775Z Downloaded concurrent-queue v2.5.0
10212026-02-23T15:35:34.775Z Downloaded clap_lex v0.7.4
10222026-02-23T15:35:34.775Z Downloaded clap_builder v4.5.48
10232026-02-23T15:35:34.775Z Downloaded clap v4.5.48
10242026-02-23T15:35:34.800Z Downloaded chumsky v0.9.3
10252026-02-23T15:35:34.800Z Downloaded chacha20poly1305 v0.10.1
10262026-02-23T15:35:34.800Z Downloaded chacha20 v0.9.1
10272026-02-23T15:35:34.800Z Downloaded cfg_aliases v0.1.1
10282026-02-23T15:35:34.800Z Downloaded cfg-if v1.0.4
10292026-02-23T15:35:34.800Z Downloaded cfg-expr v0.20.1
10302026-02-23T15:35:34.824Z Downloaded cancel-safe-futures v0.1.5
10312026-02-23T15:35:34.824Z Downloaded buf-list v1.0.3
10322026-02-23T15:35:34.824Z Downloaded bitflags v2.9.4
10332026-02-23T15:35:34.825Z Downloaded base64 v0.21.7
10342026-02-23T15:35:34.825Z Downloaded assert_matches v1.5.0
10352026-02-23T15:35:34.825Z Downloaded crossbeam-utils v0.8.21
10362026-02-23T15:35:34.849Z Downloaded crossbeam-deque v0.8.5
10372026-02-23T15:35:34.849Z Downloaded critical-section v1.1.3
10382026-02-23T15:35:34.849Z Downloaded crc v3.2.1
10392026-02-23T15:35:34.849Z Downloaded console v0.15.10
10402026-02-23T15:35:34.849Z Downloaded clap_derive v4.5.47
10412026-02-23T15:35:34.849Z Downloaded clang-sys v1.8.1
10422026-02-23T15:35:34.849Z Downloaded ciborium-ll v0.2.2
10432026-02-23T15:35:34.849Z Downloaded cexpr v0.6.0
10442026-02-23T15:35:34.849Z Downloaded cast v0.3.0
10452026-02-23T15:35:34.874Z Downloaded cargo_metadata v0.21.0
10462026-02-23T15:35:34.874Z Downloaded cargo_metadata v0.19.2
10472026-02-23T15:35:34.874Z Downloaded cargo-platform v0.2.0
10482026-02-23T15:35:34.874Z Downloaded camino-tempfile-ext v0.3.2
10492026-02-23T15:35:34.874Z Downloaded camino-tempfile v1.4.1
10502026-02-23T15:35:34.874Z Downloaded bzip2 v0.5.2
10512026-02-23T15:35:34.874Z Downloaded byteorder v1.5.0
10522026-02-23T15:35:34.874Z Downloaded blake2b_simd v1.0.2
10532026-02-23T15:35:34.874Z Downloaded bitfield-struct v0.6.2
10542026-02-23T15:35:34.874Z Downloaded bit-vec v0.6.3
10552026-02-23T15:35:34.874Z Downloaded bit-set v0.8.0
10562026-02-23T15:35:34.874Z Downloaded bcrypt-pbkdf v0.10.0
10572026-02-23T15:35:34.899Z Downloaded bb8 v0.8.5
10582026-02-23T15:35:34.899Z Downloaded base64 v0.13.1
10592026-02-23T15:35:34.899Z Downloaded backoff v0.4.0
10602026-02-23T15:35:34.899Z Downloaded atty v0.2.14
10612026-02-23T15:35:34.899Z Downloaded atomicwrites v0.4.4
10622026-02-23T15:35:34.899Z Downloaded atomic-waker v1.1.2
10632026-02-23T15:35:34.899Z Downloaded async-trait v0.1.89
10642026-02-23T15:35:34.899Z Downloaded async-task v4.7.1
10652026-02-23T15:35:34.899Z Downloaded async-recursion v1.1.1
10662026-02-23T15:35:34.924Z Downloaded async-object-pool v0.1.5
10672026-02-23T15:35:34.924Z Downloaded async-global-executor v2.4.1
10682026-02-23T15:35:34.924Z Downloaded ascii-canvas v3.0.0
10692026-02-23T15:35:34.924Z Downloaded arrayvec v0.7.6
10702026-02-23T15:35:34.924Z Downloaded arc-swap v1.7.1
10712026-02-23T15:35:34.924Z Downloaded approx v0.5.1
10722026-02-23T15:35:34.924Z Downloaded anyhow v1.0.99
10732026-02-23T15:35:34.924Z Downloaded anstyle-query v1.1.1
10742026-02-23T15:35:34.924Z Downloaded allocator-api2 v0.2.21
10752026-02-23T15:35:34.949Z Downloaded aho-corasick v1.1.3
10762026-02-23T15:35:34.949Z Downloaded ahash v0.8.12
10772026-02-23T15:35:34.949Z Downloaded aes v0.8.4
10782026-02-23T15:35:34.949Z Downloaded adler2 v2.0.0
10792026-02-23T15:35:34.949Z Downloaded cobs v0.2.3
10802026-02-23T15:35:34.949Z Downloaded ciborium v0.2.2
10812026-02-23T15:35:34.949Z Downloaded cbc v0.1.2
10822026-02-23T15:35:34.974Z Downloaded cassowary v0.3.0
10832026-02-23T15:35:34.974Z Downloaded bzip2 v0.4.4
10842026-02-23T15:35:34.974Z Downloaded blowfish v0.9.1
10852026-02-23T15:35:34.974Z Downloaded blocking v1.6.1
10862026-02-23T15:35:34.974Z Downloaded block-buffer v0.10.4
10872026-02-23T15:35:34.974Z Downloaded bitflags v1.3.2
10882026-02-23T15:35:34.974Z Downloaded bitfield v0.19.2
10892026-02-23T15:35:34.974Z Downloaded bit-vec v0.8.0
10902026-02-23T15:35:34.974Z Downloaded base64ct v1.6.0
10912026-02-23T15:35:34.974Z Downloaded async-stream-impl v0.3.6
10922026-02-23T15:35:34.974Z Downloaded async-signal v0.2.10
10932026-02-23T15:35:34.974Z Downloaded async-lock v3.4.0
10942026-02-23T15:35:34.999Z Downloaded async-io v2.3.4
10952026-02-23T15:35:34.999Z Downloaded async-executor v1.13.1
10962026-02-23T15:35:34.999Z Downloaded async-channel v2.3.1
10972026-02-23T15:35:34.999Z Downloaded async-channel v1.9.0
10982026-02-23T15:35:34.999Z Downloaded async-attributes v1.1.2
10992026-02-23T15:35:34.999Z Downloaded array-init v0.0.4
11002026-02-23T15:35:34.999Z Downloaded aes-gcm v0.10.3
11012026-02-23T15:35:35.024Z Downloaded aead v0.5.2
11022026-02-23T15:35:35.024Z Downloaded async-bb8-diesel v0.2.1
11032026-02-23T15:35:35.024Z Downloaded arrayref v0.3.9
11042026-02-23T15:35:35.483Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11052026-02-23T15:35:52.534Z Startup: Refreshing catalog 'helios-dev' ... Done
11062026-02-23T15:36:06.257Z Startup: Caching catalogs ... Done
11072026-02-23T15:36:35.547ZPlanning: Solver setup ... Done (26.977s)
11082026-02-23T15:36:35.771ZPlanning: Running solver ... Done (0.224s)
11092026-02-23T15:36:35.934ZPlanning: Finding local manifests ... Done (0.002s)
11102026-02-23T15:36:36.013ZPlanning: Fetching manifests: 0/4 0% complete
11112026-02-23T15:36:36.456ZPlanning: Fetching manifests: 4/4 100% complete
11122026-02-23T15:36:36.532ZPlanning: Package planning ... Done (0.075s)
11132026-02-23T15:36:36.598ZPlanning: Merging actions ... Done (0.066s)
11142026-02-23T15:36:36.963ZPlanning: Checking for conflicting actions ... Done (0.364s)
11152026-02-23T15:36:36.987ZPlanning: Consolidating action changes ... Done (0.013s)
11162026-02-23T15:36:37.679ZPlanning: Evaluating mediators ... Done (0.702s)
11172026-02-23T15:36:37.704ZPlanning: Planning completed in 31.31 seconds
11182026-02-23T15:36:37.728Z Packages to install: 4
11192026-02-23T15:36:37.729Z Mediators to change: 2
11202026-02-23T15:36:37.729Z Services to change: 1
11212026-02-23T15:36:37.729Z Estimated space available: 154.47 GB
11222026-02-23T15:36:37.729ZEstimated space to be consumed: 1.81 GB
11232026-02-23T15:36:37.729Z Create boot environment: No
11242026-02-23T15:36:37.729ZCreate backup boot environment: No
11252026-02-23T15:36:37.729Z Rebuild boot archive: No
11262026-02-23T15:36:37.729Z
11272026-02-23T15:36:37.729ZChanged mediators:
11282026-02-23T15:36:37.729Z mediator clang:
11292026-02-23T15:36:37.729Z version: None -> 15 (system default)
11302026-02-23T15:36:37.729Z
11312026-02-23T15:36:37.729Z mediator llvm:
11322026-02-23T15:36:37.729Z version: 14 (system default) -> 15 (system default)
11332026-02-23T15:36:37.729Z
11342026-02-23T15:36:37.729ZChanged packages:
11352026-02-23T15:36:37.729Zhelios-dev
11362026-02-23T15:36:37.729Z developer/build-essential
11372026-02-23T15:36:37.729Z None -> 11-2.0
11382026-02-23T15:36:37.729Z library/libxmlsec1
11392026-02-23T15:36:37.729Z None -> 1.2.35-2.0
11402026-02-23T15:36:37.729Z ooce/developer/clang-15
11412026-02-23T15:36:37.729Z None -> 15.0.7-2.0
11422026-02-23T15:36:37.729Z ooce/developer/llvm-15
11432026-02-23T15:36:37.729Z None -> 15.0.7-2.0
11442026-02-23T15:36:37.729Z
11452026-02-23T15:36:37.729ZServices:
11462026-02-23T15:36:37.729Z restart_fmri:
11472026-02-23T15:36:37.729Z svc:/system/update-man-index:default
11482026-02-23T15:36:37.768Z
11492026-02-23T15:36:37.768ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11502026-02-23T15:36:42.768ZDownload: 1509/3290 items 102.3/212.6MB 48% complete (20.6M/s)
11512026-02-23T15:36:47.782ZDownload: 3248/3290 items 181.0/212.6MB 85% complete (18.2M/s)
11522026-02-23T15:36:50.687ZDownload: Completed 212.60 MB in 12.92 seconds (16.5M/s)
11532026-02-23T15:36:50.875Z Actions: 1/3689 actions (Installing new actions)
11542026-02-23T15:36:55.875Z Actions: 3244/3689 actions (Installing new actions)
11552026-02-23T15:36:56.799Z Actions: Completed 3689 actions in 5.92 seconds.
11562026-02-23T15:36:57.823Z Done (1.017s)
11572026-02-23T15:36:57.823Z Done (0.000s)
11582026-02-23T15:36:59.308Z Done (1.485s)
11592026-02-23T15:37:04.977Z Done (5.382s)
11602026-02-23T15:37:05.077Z Done (0.021s)
11612026-02-23T15:37:05.102Z Done (0.000s)
11622026-02-23T15:37:05.267Z Done (0.000s)
11632026-02-23T15:37:06.394ZPlanning: Evaluating mediator changes ... Done
11642026-02-23T15:37:06.659ZPlanning: Checking for conflicting actions ... Done
11652026-02-23T15:37:06.684ZPlanning: Consolidating action changes ... Done
11662026-02-23T15:37:06.997ZPlanning: Evaluating mediators ... Done
11672026-02-23T15:37:07.022ZPlanning: Planning completed in 0.60 seconds
11682026-02-23T15:37:07.047Z Mediators to change: 2
11692026-02-23T15:37:07.047Z Create boot environment: No
11702026-02-23T15:37:07.047ZCreate backup boot environment: No
11712026-02-23T15:37:07.096Z Done
11722026-02-23T15:37:07.096Z Done
11732026-02-23T15:37:08.100Z Done
11742026-02-23T15:37:12.790Z Done
11752026-02-23T15:37:12.895Z Done
11762026-02-23T15:37:12.895Z Done
11772026-02-23T15:37:12.955Z Done
11782026-02-23T15:37:13.714ZPlanning: Evaluating mediator changes ... Done
11792026-02-23T15:37:13.746ZPlanning: Merging actions ... Done
11802026-02-23T15:37:13.956ZPlanning: Checking for conflicting actions ... Done
11812026-02-23T15:37:13.995ZPlanning: Consolidating action changes ... Done
11822026-02-23T15:37:14.308ZPlanning: Evaluating mediators ... Done
11832026-02-23T15:37:14.393ZPlanning: Planning completed in 0.97 seconds
11842026-02-23T15:37:14.426Z Packages to change: 1
11852026-02-23T15:37:14.426Z Mediators to change: 1
11862026-02-23T15:37:14.426Z Services to change: 1
11872026-02-23T15:37:14.426Z Create boot environment: No
11882026-02-23T15:37:14.458ZCreate backup boot environment: Yes
11892026-02-23T15:37:16.475Z Actions: 1/6 actions (Updating modified actions)
11902026-02-23T15:37:16.500Z Actions: Completed 6 actions in 0.00 seconds.
11912026-02-23T15:37:16.500Z Done
11922026-02-23T15:37:16.500Z Done
11932026-02-23T15:37:16.747Z Done
11942026-02-23T15:37:21.236Z Done
11952026-02-23T15:37:21.333Z Done
11962026-02-23T15:37:21.333Z Done
11972026-02-23T15:37:21.446Z Done
11982026-02-23T15:37:22.009ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11992026-02-23T15:37:22.009Zclang system 15 system
12002026-02-23T15:37:22.010Zcsh system system illumos
12012026-02-23T15:37:22.010Zctags system system illumos
12022026-02-23T15:37:22.010Zfile system system illumos
12032026-02-23T15:37:22.010Zgcc vendor 12 vendor
12042026-02-23T15:37:22.010Zgcc system 10 system
12052026-02-23T15:37:22.010Zgcc system 7 system
12062026-02-23T15:37:22.010Zgo system 1.20 system
12072026-02-23T15:37:22.011Zgo system 1.19 system
12082026-02-23T15:37:22.011Zllvm system 15 system
12092026-02-23T15:37:22.011Zllvm system 14 system
12102026-02-23T15:37:22.011Zmariadb system 10.6 system
12112026-02-23T15:37:22.011Zmta vendor vendor dma
12122026-02-23T15:37:22.011Zopenjdk system 17 system
12132026-02-23T15:37:22.011Zopenjdk system 11 system
12142026-02-23T15:37:22.012Zopenjdk system 1.8 system
12152026-02-23T15:37:22.012Zopenssl vendor 3 vendor
12162026-02-23T15:37:22.012Zperl system 5.36 system
12172026-02-23T15:37:22.014Zpostgresql system 15 system
12182026-02-23T15:37:22.014Zpostgresql system 13 system
12192026-02-23T15:37:22.014Zpython vendor 3 vendor
12202026-02-23T15:37:22.015Zpython system 2 system
12212026-02-23T15:37:22.015Zpython3 system 3.11 system
12222026-02-23T15:37:22.015Zruby system 3.0 system
12232026-02-23T15:37:22.015Zwords vendor vendor american-english
12242026-02-23T15:37:22.016Zwords system system australian-english
12252026-02-23T15:37:22.016Zwords system system british-english
12262026-02-23T15:37:22.016Zwords system system canadian-english
12272026-02-23T15:37:22.016Zwords system system french
12282026-02-23T15:37:22.016Zwords system system italian
12292026-02-23T15:37:22.017Zwords system system ngerman
12302026-02-23T15:37:22.017Zwords system system ogerman
12312026-02-23T15:37:22.017Zwords system system spanish
12322026-02-23T15:37:22.434ZPUBLISHER TYPE STATUS P LOCATION
12332026-02-23T15:37:22.434Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12342026-02-23T15:37:30.735ZFMRI IFO
12352026-02-23T15:37:30.735Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12362026-02-23T15:37:30.735Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12372026-02-23T15:37:30.735Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12382026-02-23T15:37:30.735Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12392026-02-23T15:37:30.735Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12402026-02-23T15:37:30.735Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12412026-02-23T15:37:30.735Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12422026-02-23T15:37:30.735Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12432026-02-23T15:37:30.735Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12442026-02-23T15:37:30.735Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12452026-02-23T15:37:30.735Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12462026-02-23T15:37:30.735Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12472026-02-23T15:37:30.735Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12482026-02-23T15:37:30.735Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12492026-02-23T15:37:30.735Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12502026-02-23T15:37:30.735Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12512026-02-23T15:37:32.858Z Downloading crates ...
12522026-02-23T15:37:33.012Z Downloaded cargo_toml v0.21.0
12532026-02-23T15:37:33.079Z Compiling proc-macro2 v1.0.101
12542026-02-23T15:37:33.113Z Compiling unicode-ident v1.0.19
12552026-02-23T15:37:33.113Z Compiling serde_core v1.0.228
12562026-02-23T15:37:33.113Z Compiling version_check v0.9.5
12572026-02-23T15:37:33.114Z Compiling serde v1.0.228
12582026-02-23T15:37:33.114Z Compiling libc v0.2.180
12592026-02-23T15:37:33.114Z Compiling memchr v2.7.4
12602026-02-23T15:37:33.114Z Compiling stable_deref_trait v1.2.0
12612026-02-23T15:37:33.296Z Compiling thiserror v2.0.18
12622026-02-23T15:37:33.398Z Compiling zmij v1.0.15
12632026-02-23T15:37:33.834Z Compiling litemap v0.7.3
12642026-02-23T15:37:33.918Z Compiling autocfg v1.4.0
12652026-02-23T15:37:34.224Z Compiling itoa v1.0.11
12662026-02-23T15:37:34.284Z Compiling ucd-trie v0.1.7
12672026-02-23T15:37:34.468Z Compiling thiserror v1.0.69
12682026-02-23T15:37:34.535Z Compiling writeable v0.5.5
12692026-02-23T15:37:34.784Z Compiling icu_locid_transform_data v1.5.0
12702026-02-23T15:37:34.809Z Compiling byteorder v1.5.0
12712026-02-23T15:37:34.897Z Compiling bitflags v2.9.4
12722026-02-23T15:37:35.065Z Compiling errno v0.3.12
12732026-02-23T15:37:35.126Z Compiling quote v1.0.40
12742026-02-23T15:37:35.282Z Compiling serde_json v1.0.149
12752026-02-23T15:37:35.306Z Compiling icu_properties_data v1.5.0
12762026-02-23T15:37:35.518Z Compiling syn v2.0.114
12772026-02-23T15:37:35.596Z Compiling num-traits v0.2.19
12782026-02-23T15:37:35.719Z Compiling rustix v0.38.37
12792026-02-23T15:37:35.743Z Compiling typeid v1.0.3
12802026-02-23T15:37:35.837Z Compiling icu_normalizer_data v1.5.0
12812026-02-23T15:37:35.885Z Compiling smallvec v1.15.1
12822026-02-23T15:37:35.950Z Compiling hashbrown v0.16.1
12832026-02-23T15:37:36.197Z Compiling utf16_iter v1.0.5
12842026-02-23T15:37:36.249Z Compiling equivalent v1.0.2
12852026-02-23T15:37:36.328Z Compiling utf8_iter v1.0.4
12862026-02-23T15:37:36.355Z Compiling write16 v1.0.0
12872026-02-23T15:37:36.588Z Compiling proc-macro-error-attr v1.0.4
12882026-02-23T15:37:36.612Z Compiling usdt-impl v0.5.0
12892026-02-23T15:37:36.839Z Compiling winnow v0.7.14
12902026-02-23T15:37:36.907Z Compiling syn v1.0.109
12912026-02-23T15:37:36.943Z Compiling toml_write v0.1.2
12922026-02-23T15:37:37.146Z Compiling indexmap v2.13.0
12932026-02-23T15:37:37.391Z Compiling thread-id v4.2.2
12942026-02-23T15:37:37.690Z Compiling proc-macro-error v1.0.4
12952026-02-23T15:37:38.129Z Compiling percent-encoding v2.3.2
12962026-02-23T15:37:38.384Z Compiling getrandom v0.3.4
12972026-02-23T15:37:38.425Z Compiling utf8parse v0.2.2
12982026-02-23T15:37:38.588Z Compiling plain v0.2.3
12992026-02-23T15:37:38.735Z Compiling camino v1.2.2
13002026-02-23T15:37:38.775Z Compiling rustix v1.1.3
13012026-02-23T15:37:39.285Z Compiling log v0.4.29
13022026-02-23T15:37:39.385Z Compiling ordered-float v2.10.1
13032026-02-23T15:37:39.619Z Compiling anstyle-parse v0.2.5
13042026-02-23T15:37:39.643Z Compiling terminal_size v0.4.0
13052026-02-23T15:37:39.742Z Compiling form_urlencoded v1.2.2
13062026-02-23T15:37:40.088Z Compiling anstyle v1.0.11
13072026-02-23T15:37:40.112Z Compiling is_terminal_polyfill v1.70.1
13082026-02-23T15:37:40.261Z Compiling pretty-hex v0.4.1
13092026-02-23T15:37:40.289Z Compiling anstyle-query v1.1.1
13102026-02-23T15:37:40.446Z Compiling colorchoice v1.0.2
13112026-02-23T15:37:40.471Z Compiling cfg-if v1.0.4
13122026-02-23T15:37:40.593Z Compiling anstream v0.6.18
13132026-02-23T15:37:40.668Z Compiling semver v1.0.27
13142026-02-23T15:37:41.265Z Compiling fs-err v3.1.1
13152026-02-23T15:37:41.307Z Compiling heck v0.4.1
13162026-02-23T15:37:41.423Z Compiling unicode-width v0.1.14
13172026-02-23T15:37:41.499Z Compiling anyhow v1.0.99
13182026-02-23T15:37:41.610Z Compiling fnv v1.0.7
13192026-02-23T15:37:41.753Z Compiling synstructure v0.13.1
13202026-02-23T15:37:41.777Z Compiling bytecount v0.6.8
13212026-02-23T15:37:41.901Z Compiling clap_lex v0.7.4
13222026-02-23T15:37:42.003Z Compiling unicode-xid v0.2.6
13232026-02-23T15:37:42.028Z Compiling strsim v0.11.1
13242026-02-23T15:37:42.198Z Compiling once_cell v1.21.3
13252026-02-23T15:37:42.296Z Compiling heck v0.5.0
13262026-02-23T15:37:42.422Z Compiling fastrand v2.1.1
13272026-02-23T15:37:42.690Z Compiling clap_builder v4.5.48
13282026-02-23T15:37:42.936Z Compiling tempfile v3.24.0
13292026-02-23T15:37:43.020Z Compiling papergrid v0.11.0
13302026-02-23T15:37:43.150Z Compiling memmap v0.7.0
13312026-02-23T15:37:43.272Z Compiling unicode-width v0.2.0
13322026-02-23T15:37:43.451Z Compiling smawk v0.3.2
13332026-02-23T15:37:43.661Z Compiling unicode-linebreak v0.1.5
13342026-02-23T15:37:43.686Z Compiling camino-tempfile v1.4.1
13352026-02-23T15:37:44.095Z Compiling textwrap v0.16.2
13362026-02-23T15:37:44.273Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13372026-02-23T15:37:44.679Z Compiling tabled_derive v0.7.0
13382026-02-23T15:37:44.708Z Compiling swrite v0.1.0
13392026-02-23T15:37:45.440Z Compiling serde_derive v1.0.228
13402026-02-23T15:37:45.440Z Compiling zerofrom-derive v0.1.4
13412026-02-23T15:37:45.440Z Compiling yoke-derive v0.7.4
13422026-02-23T15:37:45.491Z Compiling zerovec-derive v0.10.3
13432026-02-23T15:37:45.643Z Compiling thiserror-impl v2.0.18
13442026-02-23T15:37:46.508Z Compiling displaydoc v0.2.5
13452026-02-23T15:37:47.728Z Compiling thiserror-impl v1.0.69
13462026-02-23T15:37:47.840Z Compiling icu_provider_macros v1.5.0
13472026-02-23T15:37:47.901Z Compiling zerocopy-derive v0.7.35
13482026-02-23T15:37:48.487Z Compiling zerofrom v0.1.4
13492026-02-23T15:37:48.680Z Compiling pest v2.8.2
13502026-02-23T15:37:48.705Z Compiling yoke v0.7.4
13512026-02-23T15:37:48.729Z Compiling scroll_derive v0.12.0
13522026-02-23T15:37:49.048Z Compiling zerovec v0.10.4
13532026-02-23T15:37:49.440Z Compiling clap_derive v4.5.47
13542026-02-23T15:37:49.538Z Compiling zerocopy v0.7.35
13552026-02-23T15:37:49.888Z Compiling scroll v0.12.0
13562026-02-23T15:37:50.419Z Compiling goblin v0.8.2
13572026-02-23T15:37:50.445Z Compiling tabled v0.15.0
13582026-02-23T15:37:50.747Z Compiling tinystr v0.7.6
13592026-02-23T15:37:50.790Z Compiling icu_collections v1.5.0
13602026-02-23T15:37:51.042Z Compiling pest_meta v2.8.2
13612026-02-23T15:37:51.168Z Compiling icu_locid v1.5.0
13622026-02-23T15:37:52.411Z Compiling icu_provider v1.5.0
13632026-02-23T15:37:52.603Z Compiling pest_generator v2.8.2
13642026-02-23T15:37:52.627Z Compiling serde_spanned v0.6.9
13652026-02-23T15:37:52.871Z Compiling toml_datetime v0.6.11
13662026-02-23T15:37:52.951Z Compiling dof v0.3.0
13672026-02-23T15:37:53.126Z Compiling icu_locid_transform v1.5.0
13682026-02-23T15:37:53.267Z Compiling toml_edit v0.22.27
13692026-02-23T15:37:53.404Z Compiling serde_tokenstream v0.2.2
13702026-02-23T15:37:53.793Z Compiling erased-serde v0.4.6
13712026-02-23T15:37:53.993Z Compiling serde-value v0.7.0
13722026-02-23T15:37:54.077Z Compiling cargo-platform v0.2.0
13732026-02-23T15:37:54.611Z Compiling icu_properties v1.5.1
13742026-02-23T15:37:54.785Z Compiling serde-untagged v0.1.7
13752026-02-23T15:37:54.886Z Compiling clap v4.5.48
13762026-02-23T15:37:55.024Z Compiling macaddr v1.0.1
13772026-02-23T15:37:55.099Z Compiling pest_derive v2.8.2
13782026-02-23T15:37:55.881Z Compiling dtrace-parser v0.2.0
13792026-02-23T15:37:56.543Z Compiling toml v0.8.23
13802026-02-23T15:37:57.361Z Compiling cargo_toml v0.21.0
13812026-02-23T15:37:57.714Z Compiling usdt-attr-macro v0.5.0
13822026-02-23T15:37:57.783Z Compiling usdt-macro v0.5.0
13832026-02-23T15:37:58.043Z Compiling icu_normalizer v1.5.0
13842026-02-23T15:37:58.777Z Compiling usdt v0.5.0
13852026-02-23T15:37:58.827Z Compiling idna_adapter v1.2.0
13862026-02-23T15:37:58.991Z Compiling idna v1.0.3
13872026-02-23T15:37:59.505Z Compiling url v2.5.4
13882026-02-23T15:38:00.338Z Compiling cargo-util-schemas v0.8.2
13892026-02-23T15:38:02.330Z Compiling cargo_metadata v0.21.0
13902026-02-23T15:38:04.329Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13912026-02-23T15:38:08.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.90s
13922026-02-23T15:38:08.737Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13932026-02-23T15:38:10.316Z Compiling value-bag v1.12.0
13942026-02-23T15:38:10.316Z Compiling lock_api v0.4.12
13952026-02-23T15:38:10.316Z Compiling scopeguard v1.2.0
13962026-02-23T15:38:10.340Z Compiling shlex v1.3.0
13972026-02-23T15:38:10.340Z Compiling smallvec v1.15.1
13982026-02-23T15:38:10.340Z Compiling syn v2.0.114
13992026-02-23T15:38:10.340Z Compiling getrandom v0.2.15
14002026-02-23T15:38:10.340Z Compiling jobserver v0.1.32
14012026-02-23T15:38:10.502Z Compiling typenum v1.17.0
14022026-02-23T15:38:10.708Z Compiling rand_core v0.6.4
14032026-02-23T15:38:10.856Z Compiling log v0.4.29
14042026-02-23T15:38:10.880Z Compiling cc v1.2.30
14052026-02-23T15:38:10.964Z Compiling generic-array v0.14.7
14062026-02-23T15:38:11.095Z Compiling subtle v2.6.1
14072026-02-23T15:38:11.209Z Compiling portable-atomic v1.11.0
14082026-02-23T15:38:11.305Z Compiling critical-section v1.1.3
14092026-02-23T15:38:11.342Z Compiling const-oid v0.9.6
14102026-02-23T15:38:11.442Z Compiling serde_json v1.0.149
14112026-02-23T15:38:11.551Z Compiling getrandom v0.3.4
14122026-02-23T15:38:11.592Z Compiling pkg-config v0.3.31
14132026-02-23T15:38:11.793Z Compiling spin v0.9.8
14142026-02-23T15:38:12.171Z Compiling regex-syntax v0.8.5
14152026-02-23T15:38:12.468Z Compiling pin-project-lite v0.2.14
14162026-02-23T15:38:12.618Z Compiling parking_lot_core v0.9.10
14172026-02-23T15:38:13.018Z Compiling libm v0.2.8
14182026-02-23T15:38:13.055Z Compiling once_cell v1.21.3
14192026-02-23T15:38:13.207Z Compiling rustix v0.38.37
14202026-02-23T15:38:13.369Z Compiling signal-hook-registry v1.4.2
14212026-02-23T15:38:13.422Z Compiling num-traits v0.2.19
14222026-02-23T15:38:13.778Z Compiling allocator-api2 v0.2.21
14232026-02-23T15:38:13.990Z Compiling parking_lot v0.12.3
14242026-02-23T15:38:14.046Z Compiling mio v1.0.2
14252026-02-23T15:38:14.303Z Compiling futures-core v0.3.31
14262026-02-23T15:38:14.435Z Compiling lazy_static v1.5.0
14272026-02-23T15:38:14.582Z Compiling aho-corasick v1.1.3
14282026-02-23T15:38:14.606Z Compiling percent-encoding v2.3.2
14292026-02-23T15:38:14.759Z Compiling socket2 v0.6.1
14302026-02-23T15:38:15.038Z Compiling slab v0.4.9
14312026-02-23T15:38:15.157Z Compiling cpufeatures v0.2.14
14322026-02-23T15:38:15.272Z Compiling either v1.15.0
14332026-02-23T15:38:15.359Z Compiling glob v0.3.2
14342026-02-23T15:38:15.536Z Compiling futures-sink v0.3.31
14352026-02-23T15:38:15.681Z Compiling hashbrown v0.16.1
14362026-02-23T15:38:15.719Z Compiling futures-channel v0.3.31
14372026-02-23T15:38:15.899Z Compiling rustversion v1.0.22
14382026-02-23T15:38:16.145Z Compiling clang-sys v1.8.1
14392026-02-23T15:38:16.171Z Compiling pin-utils v0.1.0
14402026-02-23T15:38:16.291Z Compiling prettyplease v0.2.36
14412026-02-23T15:38:16.571Z Compiling regex-automata v0.4.11
14422026-02-23T15:38:16.595Z Compiling futures-task v0.3.31
14432026-02-23T15:38:16.621Z Compiling futures-io v0.3.31
14442026-02-23T15:38:16.882Z Compiling synstructure v0.13.1
14452026-02-23T15:38:16.906Z Compiling minimal-lexical v0.2.1
14462026-02-23T15:38:16.931Z Compiling indexmap v2.13.0
14472026-02-23T15:38:17.232Z Compiling libloading v0.8.5
14482026-02-23T15:38:17.352Z Compiling nom v7.1.3
14492026-02-23T15:38:17.592Z Compiling ident_case v1.0.1
14502026-02-23T15:38:17.768Z Compiling bindgen v0.69.5
14512026-02-23T15:38:17.991Z Compiling home v0.5.9
14522026-02-23T15:38:18.095Z Compiling base64ct v1.6.0
14532026-02-23T15:38:18.343Z Compiling itertools v0.12.1
14542026-02-23T15:38:18.603Z Compiling pem-rfc7468 v0.7.0
14552026-02-23T15:38:18.653Z Compiling form_urlencoded v1.2.2
14562026-02-23T15:38:18.954Z Compiling flagset v0.4.6
14572026-02-23T15:38:19.167Z Compiling lazycell v1.3.0
14582026-02-23T15:38:19.217Z Compiling rustc-hash v1.1.0
14592026-02-23T15:38:19.357Z Compiling rand_core v0.9.3
14602026-02-23T15:38:19.383Z Compiling cmake v0.1.51
14612026-02-23T15:38:19.857Z Compiling paste v1.0.15
14622026-02-23T15:38:20.139Z Compiling cexpr v0.6.0
14632026-02-23T15:38:20.190Z Compiling dunce v1.0.5
14642026-02-23T15:38:20.292Z Compiling fs_extra v1.3.0
14652026-02-23T15:38:20.336Z Compiling foldhash v0.1.5
14662026-02-23T15:38:20.605Z Compiling iana-time-zone v0.1.63
14672026-02-23T15:38:20.637Z Compiling hashbrown v0.15.4
14682026-02-23T15:38:20.869Z Compiling rustc_version v0.4.1
14692026-02-23T15:38:20.943Z Compiling uuid v1.19.0
14702026-02-23T15:38:20.981Z Compiling zerocopy v0.8.27
14712026-02-23T15:38:21.005Z Compiling serde_derive v1.0.228
14722026-02-23T15:38:21.507Z Compiling zeroize_derive v1.4.2
14732026-02-23T15:38:21.546Z Compiling zerofrom-derive v0.1.4
14742026-02-23T15:38:21.739Z Compiling yoke-derive v0.7.4
14752026-02-23T15:38:21.821Z Compiling zerovec-derive v0.10.3
14762026-02-23T15:38:22.284Z Compiling displaydoc v0.2.5
14772026-02-23T15:38:22.628Z Compiling zeroize v1.8.1
14782026-02-23T15:38:23.572Z Compiling icu_provider_macros v1.5.0
14792026-02-23T15:38:23.745Z Compiling zerocopy-derive v0.7.35
14802026-02-23T15:38:23.956Z Compiling tokio-macros v2.6.0
14812026-02-23T15:38:24.179Z Compiling crypto-common v0.1.6
14822026-02-23T15:38:24.324Z Compiling block-buffer v0.10.4
14832026-02-23T15:38:24.419Z Compiling zerofrom v0.1.4
14842026-02-23T15:38:24.444Z Compiling thiserror-impl v2.0.18
14852026-02-23T15:38:24.617Z Compiling digest v0.10.7
14862026-02-23T15:38:24.659Z Compiling yoke v0.7.4
14872026-02-23T15:38:25.043Z Compiling zerovec v0.10.4
14882026-02-23T15:38:25.089Z Compiling hmac v0.12.1
14892026-02-23T15:38:25.302Z Compiling block-padding v0.3.3
14902026-02-23T15:38:25.361Z Compiling futures-macro v0.3.31
14912026-02-23T15:38:25.428Z Compiling zerocopy v0.7.35
14922026-02-23T15:38:25.497Z Compiling regex v1.11.3
14932026-02-23T15:38:25.572Z Compiling inout v0.1.3
14942026-02-23T15:38:25.854Z Compiling cipher v0.4.4
14952026-02-23T15:38:26.340Z Compiling sha2 v0.10.9
14962026-02-23T15:38:26.450Z Compiling der_derive v0.7.3
14972026-02-23T15:38:26.662Z Compiling ppv-lite86 v0.2.20
14982026-02-23T15:38:26.956Z Compiling tinystr v0.7.6
14992026-02-23T15:38:27.009Z Compiling icu_collections v1.5.0
15002026-02-23T15:38:27.104Z Compiling futures-util v0.3.31
15012026-02-23T15:38:27.138Z Compiling serde v1.0.228
15022026-02-23T15:38:27.181Z Compiling thiserror v2.0.18
15032026-02-23T15:38:27.317Z Compiling icu_locid v1.5.0
15042026-02-23T15:38:27.349Z Compiling pest v2.8.2
15052026-02-23T15:38:27.385Z Compiling salsa20 v0.10.2
15062026-02-23T15:38:27.585Z Compiling pbkdf2 v0.12.2
15072026-02-23T15:38:27.775Z Compiling vcpkg v0.2.15
15082026-02-23T15:38:28.082Z Compiling bitflags v2.9.4
15092026-02-23T15:38:28.193Z Compiling bytes v1.11.1
15102026-02-23T15:38:28.219Z Compiling der v0.7.10
15112026-02-23T15:38:29.033Z Compiling icu_provider v1.5.0
15122026-02-23T15:38:29.058Z Compiling chrono v0.4.43
15132026-02-23T15:38:29.146Z Compiling openssl-sys v0.9.109
15142026-02-23T15:38:29.455Z Compiling tokio v1.49.0
15152026-02-23T15:38:29.890Z Compiling icu_locid_transform v1.5.0
15162026-02-23T15:38:29.948Z Compiling pest_meta v2.8.2
15172026-02-23T15:38:30.059Z Compiling spki v0.7.3
15182026-02-23T15:38:30.425Z Compiling http v1.4.0
15192026-02-23T15:38:30.857Z Compiling scrypt v0.11.0
15202026-02-23T15:38:31.361Z Compiling icu_properties v1.5.1
15212026-02-23T15:38:31.986Z Compiling which v4.4.2
15222026-02-23T15:38:32.075Z Compiling rand_chacha v0.9.0
15232026-02-23T15:38:32.211Z Compiling cbc v0.1.2
15242026-02-23T15:38:32.507Z Compiling aes v0.8.4
15252026-02-23T15:38:32.635Z Compiling zerocopy-derive v0.8.27
15262026-02-23T15:38:33.482Z Compiling pkcs5 v0.7.1
15272026-02-23T15:38:33.678Z Compiling rand v0.9.2
15282026-02-23T15:38:33.885Z Compiling pest_generator v2.8.2
15292026-02-23T15:38:34.641Z Compiling tracing-attributes v0.1.27
15302026-02-23T15:38:34.743Z Compiling serde_derive_internals v0.29.1
15312026-02-23T15:38:35.386Z Compiling icu_normalizer v1.5.0
15322026-02-23T15:38:35.462Z Compiling ring v0.17.14
15332026-02-23T15:38:35.727Z Compiling tracing-core v0.1.32
15342026-02-23T15:38:36.398Z Compiling idna_adapter v1.2.0
15352026-02-23T15:38:36.631Z Compiling idna v1.0.3
15362026-02-23T15:38:36.766Z Compiling adler2 v2.0.0
15372026-02-23T15:38:36.847Z Compiling aws-lc-rs v1.12.4
15382026-02-23T15:38:36.992Z Compiling rustix v1.1.3
15392026-02-23T15:38:37.017Z Compiling schemars v0.8.22
15402026-02-23T15:38:37.266Z Compiling url v2.5.4
15412026-02-23T15:38:37.419Z Compiling miniz_oxide v0.8.5
15422026-02-23T15:38:37.497Z Compiling tracing v0.1.40
15432026-02-23T15:38:37.966Z Compiling tokio-util v0.7.15
15442026-02-23T15:38:37.990Z Compiling schemars_derive v0.8.22
15452026-02-23T15:38:38.733Z Compiling pest_derive v2.8.2
15462026-02-23T15:38:38.885Z Compiling pkcs8 v0.10.2
15472026-02-23T15:38:38.914Z Compiling http-body v1.0.1
15482026-02-23T15:38:39.156Z Compiling scroll_derive v0.13.1
15492026-02-23T15:38:39.438Z Compiling darling_core v0.20.10
15502026-02-23T15:38:39.464Z Compiling base64 v0.22.1
15512026-02-23T15:38:40.072Z Compiling rustls-pki-types v1.10.0
15522026-02-23T15:38:40.096Z Compiling httparse v1.9.5
15532026-02-23T15:38:40.470Z Compiling tinyvec_macros v0.1.1
15542026-02-23T15:38:40.596Z Compiling dyn-clone v1.0.20
15552026-02-23T15:38:40.759Z Compiling scroll v0.13.0
15562026-02-23T15:38:40.838Z Compiling tinyvec v1.8.0
15572026-02-23T15:38:41.321Z Compiling bzip2-sys v0.1.13+1.0.8
15582026-02-23T15:38:41.887Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15592026-02-23T15:38:42.223Z Compiling try-lock v0.2.5
15602026-02-23T15:38:42.405Z Compiling untrusted v0.7.1
15612026-02-23T15:38:42.510Z Compiling time-core v0.1.6
15622026-02-23T15:38:42.555Z Compiling openssl v0.10.73
15632026-02-23T15:38:42.584Z Compiling powerfmt v0.2.0
15642026-02-23T15:38:42.610Z Compiling foreign-types-shared v0.1.1
15652026-02-23T15:38:42.756Z Compiling num-conv v0.1.0
15662026-02-23T15:38:42.794Z Compiling openssl-probe v0.1.5
15672026-02-23T15:38:42.941Z Compiling tower-service v0.3.3
15682026-02-23T15:38:42.967Z Compiling atomic-waker v1.1.2
15692026-02-23T15:38:43.034Z Compiling untrusted v0.9.0
15702026-02-23T15:38:43.102Z Compiling tower-layer v0.3.3
15712026-02-23T15:38:43.128Z Compiling tempfile v3.24.0
15722026-02-23T15:38:43.161Z Compiling h2 v0.4.6
15732026-02-23T15:38:43.439Z Compiling time-macros v0.2.24
15742026-02-23T15:38:43.695Z Compiling deranged v0.5.3
15752026-02-23T15:38:43.746Z Compiling foreign-types v0.3.2
15762026-02-23T15:38:43.898Z Compiling want v0.3.1
15772026-02-23T15:38:44.614Z Compiling darling_macro v0.20.10
15782026-02-23T15:38:45.481Z Compiling darling v0.20.10
15792026-02-23T15:38:45.581Z Compiling goblin v0.10.2
15802026-02-23T15:38:46.217Z Compiling ipnet v2.11.0
15812026-02-23T15:38:46.249Z Compiling openssl-macros v0.1.1
15822026-02-23T15:38:46.923Z Compiling wait-timeout v0.2.0
15832026-02-23T15:38:47.068Z Compiling quick-error v1.2.3
15842026-02-23T15:38:47.239Z Compiling syn v1.0.109
15852026-02-23T15:38:47.289Z Compiling rustls v0.23.19
15862026-02-23T15:38:47.395Z Compiling gimli v0.31.1
15872026-02-23T15:38:47.422Z Compiling native-tls v0.2.12
15882026-02-23T15:38:47.614Z Compiling crossbeam-utils v0.8.21
15892026-02-23T15:38:47.762Z Compiling num_threads v0.1.7
15902026-02-23T15:38:47.795Z Compiling usdt-impl v0.6.0
15912026-02-23T15:38:47.922Z Compiling httpdate v1.0.3
15922026-02-23T15:38:48.138Z Compiling bit-vec v0.8.0
15932026-02-23T15:38:48.240Z Compiling time v0.3.43
15942026-02-23T15:38:48.432Z Compiling rusty-fork v0.3.0
15952026-02-23T15:38:48.558Z Compiling bit-set v0.8.0
15962026-02-23T15:38:49.057Z Compiling derive_builder_core v0.20.2
15972026-02-23T15:38:50.937Z Compiling hyper v1.8.1
15982026-02-23T15:38:51.791Z Compiling addr2line v0.24.2
15992026-02-23T15:38:51.816Z Compiling unicode-normalization v0.1.24
16002026-02-23T15:38:52.002Z Compiling dtrace-parser v0.3.0
16012026-02-23T15:38:52.505Z Compiling dof v0.4.0
16022026-02-23T15:38:52.812Z Compiling signature v2.2.0
16032026-02-23T15:38:53.149Z Compiling heapless v0.7.17
16042026-02-23T15:38:53.614Z Compiling thiserror-impl v1.0.69
16052026-02-23T15:38:53.801Z Compiling scroll_derive v0.12.0
16062026-02-23T15:38:54.493Z Compiling rand_xorshift v0.4.0
16072026-02-23T15:38:54.652Z Compiling slog v2.8.2
16082026-02-23T15:38:54.799Z Compiling darling_core v0.21.0
16092026-02-23T15:38:54.983Z Compiling thread-id v5.0.0
16102026-02-23T15:38:55.048Z Compiling cookie v0.18.1
16112026-02-23T15:38:55.126Z Compiling crc32fast v1.4.2
16122026-02-23T15:38:55.364Z Compiling object v0.36.5
16132026-02-23T15:38:55.466Z Compiling anyhow v1.0.99
16142026-02-23T15:38:55.729Z Compiling unarray v0.1.4
16152026-02-23T15:38:55.790Z Compiling zstd-safe v7.2.3
16162026-02-23T15:38:55.962Z Compiling unicode-properties v0.1.3
16172026-02-23T15:38:56.057Z Compiling siphasher v0.3.11
16182026-02-23T15:38:56.129Z Compiling rustc-demangle v0.1.24
16192026-02-23T15:38:56.291Z Compiling signal-hook v0.3.18
16202026-02-23T15:38:56.356Z Compiling unicode-bidi v0.3.17
16212026-02-23T15:38:56.437Z Compiling zlib-rs v0.5.1
16222026-02-23T15:38:56.661Z Compiling phf_shared v0.11.2
16232026-02-23T15:38:56.932Z Compiling thiserror v1.0.69
16242026-02-23T15:38:57.104Z Compiling stringprep v0.1.5
16252026-02-23T15:38:57.405Z Compiling proptest v1.7.0
16262026-02-23T15:38:57.533Z Compiling scroll v0.12.0
16272026-02-23T15:38:58.119Z Compiling hyper-util v0.1.19
16282026-02-23T15:38:58.568Z Compiling derive_builder_macro v0.20.2
16292026-02-23T15:39:00.224Z Compiling darling_macro v0.21.0
16302026-02-23T15:39:00.351Z Compiling ipnetwork v0.21.1
16312026-02-23T15:39:01.021Z Compiling toml_datetime v0.6.11
16322026-02-23T15:39:01.168Z Compiling serde_spanned v0.6.9
16332026-02-23T15:39:01.403Z Compiling serde_tokenstream v0.2.2
16342026-02-23T15:39:01.526Z Compiling erased-serde v0.3.31
16352026-02-23T15:39:01.902Z Compiling backtrace v0.3.74
16362026-02-23T15:39:01.947Z Compiling rand_chacha v0.3.1
16372026-02-23T15:39:02.110Z Compiling md-5 v0.10.6
16382026-02-23T15:39:02.394Z Compiling curve25519-dalek v4.1.3
16392026-02-23T15:39:02.643Z Compiling libz-rs-sys v0.5.1
16402026-02-23T15:39:02.929Z Compiling vergen-lib v0.1.6
16412026-02-23T15:39:02.968Z Compiling num-integer v0.1.46
16422026-02-23T15:39:03.227Z Compiling sync_wrapper v1.0.1
16432026-02-23T15:39:03.358Z Compiling ff v0.13.0
16442026-02-23T15:39:03.398Z Compiling hash32 v0.2.1
16452026-02-23T15:39:03.593Z Compiling memoffset v0.9.1
16462026-02-23T15:39:03.642Z Compiling num-bigint-dig v0.8.6
16472026-02-23T15:39:03.690Z Compiling ref-cast v1.0.25
16482026-02-23T15:39:03.739Z Compiling fallible-iterator v0.2.0
16492026-02-23T15:39:03.923Z Compiling smoltcp v0.9.1
16502026-02-23T15:39:03.991Z Compiling psl-types v2.0.11
16512026-02-23T15:39:04.204Z Compiling base16ct v0.2.0
16522026-02-23T15:39:04.273Z Compiling cfg_aliases v0.2.1
16532026-02-23T15:39:04.297Z Compiling litrs v0.4.1
16542026-02-23T15:39:04.396Z Compiling postgres-protocol v0.6.8
16552026-02-23T15:39:04.421Z Compiling nix v0.29.0
16562026-02-23T15:39:04.518Z Compiling sec1 v0.7.3
16572026-02-23T15:39:04.650Z Compiling publicsuffix v2.3.0
16582026-02-23T15:39:05.114Z Compiling group v0.13.0
16592026-02-23T15:39:05.231Z Compiling num-iter v0.1.45
16602026-02-23T15:39:05.331Z Compiling document-features v0.2.11
16612026-02-23T15:39:05.450Z Compiling tower v0.5.2
16622026-02-23T15:39:05.565Z Compiling flate2 v1.1.2
16632026-02-23T15:39:06.106Z Compiling newtype-uuid v1.3.2
16642026-02-23T15:39:06.447Z Compiling rand v0.8.5
16652026-02-23T15:39:06.529Z Compiling darling v0.21.0
16662026-02-23T15:39:06.553Z Compiling oxnet v0.1.4
16672026-02-23T15:39:06.660Z Compiling derive_builder v0.20.2
16682026-02-23T15:39:06.832Z Compiling tokio-native-tls v0.3.1
16692026-02-23T15:39:06.859Z Compiling goblin v0.8.2
16702026-02-23T15:39:07.595Z Compiling rustls-native-certs v0.8.1
16712026-02-23T15:39:08.099Z Compiling webpki-roots v1.0.1
16722026-02-23T15:39:08.124Z Compiling http-body-util v0.1.3
16732026-02-23T15:39:08.171Z Compiling strum_macros v0.27.2
16742026-02-23T15:39:08.195Z Compiling terminal_size v0.4.0
16752026-02-23T15:39:08.314Z Compiling cargo-platform v0.1.8
16762026-02-23T15:39:08.418Z Compiling hkdf v0.12.4
16772026-02-23T15:39:08.573Z Compiling crypto-bigint v0.5.5
16782026-02-23T15:39:08.683Z Compiling async-trait v0.1.89
16792026-02-23T15:39:08.780Z Compiling daft-derive v0.1.4
16802026-02-23T15:39:09.092Z Compiling hubpack_derive v0.1.1
16812026-02-23T15:39:09.911Z Compiling ref-cast-impl v1.0.25
16822026-02-23T15:39:10.199Z Compiling curve25519-dalek-derive v0.1.1
16832026-02-23T15:39:10.898Z Compiling vergen v9.0.6
16842026-02-23T15:39:10.941Z Compiling ahash v0.8.12
16852026-02-23T15:39:11.210Z Compiling fs-err v3.1.1
16862026-02-23T15:39:11.286Z Compiling managed v0.8.0
16872026-02-23T15:39:11.471Z Compiling simd-adler32 v0.3.7
16882026-02-23T15:39:11.591Z Compiling buf-list v1.0.3
16892026-02-23T15:39:11.760Z Compiling unicode-segmentation v1.12.0
16902026-02-23T15:39:11.960Z Compiling lockfree-object-pool v0.1.6
16912026-02-23T15:39:12.145Z Compiling iri-string v0.7.8
16922026-02-23T15:39:12.230Z Compiling bitflags v1.3.2
16932026-02-23T15:39:12.276Z Compiling bumpalo v3.16.0
16942026-02-23T15:39:12.355Z Compiling ryu v1.0.18
16952026-02-23T15:39:12.530Z Compiling winnow v0.5.40
16962026-02-23T15:39:12.693Z Compiling zopfli v0.8.1
16972026-02-23T15:39:12.757Z Compiling serde_urlencoded v0.7.1
16982026-02-23T15:39:13.548Z Compiling strum v0.27.2
16992026-02-23T15:39:13.738Z Compiling clap_builder v4.5.48
17002026-02-23T15:39:14.160Z Compiling dof v0.3.0
17012026-02-23T15:39:14.871Z Compiling tower-http v0.6.6
17022026-02-23T15:39:15.431Z Compiling toml_edit v0.19.15
17032026-02-23T15:39:15.744Z Compiling elliptic-curve v0.13.8
17042026-02-23T15:39:15.830Z Compiling daft v0.1.4
17052026-02-23T15:39:15.993Z Compiling hubpack v0.1.2
17062026-02-23T15:39:16.371Z Compiling cargo_metadata v0.19.2
17072026-02-23T15:39:16.395Z Compiling hyper-tls v0.6.0
17082026-02-23T15:39:16.610Z Compiling signal-hook-mio v0.2.4
17092026-02-23T15:39:16.815Z Compiling cookie_store v0.21.1
17102026-02-23T15:39:18.124Z Compiling zstd v0.13.3
17112026-02-23T15:39:19.208Z Compiling serde_with_macros v3.16.1
17122026-02-23T15:39:19.324Z Compiling postgres-types v0.2.9
17132026-02-23T15:39:20.469Z Compiling usdt-attr-macro v0.6.0
17142026-02-23T15:39:20.497Z Compiling usdt-macro v0.6.0
17152026-02-23T15:39:20.779Z Compiling dtrace-parser v0.2.0
17162026-02-23T15:39:21.490Z Compiling phf v0.11.2
17172026-02-23T15:39:21.523Z Compiling ed25519 v2.2.3
17182026-02-23T15:39:21.658Z Compiling bzip2 v0.4.4
17192026-02-23T15:39:21.782Z Compiling bzip2 v0.5.2
17202026-02-23T15:39:21.813Z Compiling pkcs1 v0.7.5
17212026-02-23T15:39:21.932Z Compiling enum-as-inner v0.6.1
17222026-02-23T15:39:22.038Z Compiling clap_derive v4.5.47
17232026-02-23T15:39:22.166Z Compiling strum_macros v0.26.4
17242026-02-23T15:39:22.492Z Compiling hex v0.4.3
17252026-02-23T15:39:22.656Z Compiling serde-big-array v0.5.1
17262026-02-23T15:39:22.818Z Compiling rfc6979 v0.4.0
17272026-02-23T15:39:22.894Z Compiling bstr v1.10.0
17282026-02-23T15:39:23.016Z Compiling serde_repr v0.1.19
17292026-02-23T15:39:23.040Z Compiling float-cmp v0.10.0
17302026-02-23T15:39:23.254Z Compiling env_filter v0.1.2
17312026-02-23T15:39:23.372Z Compiling memmap2 v0.9.8
17322026-02-23T15:39:23.758Z Compiling socket2 v0.5.10
17332026-02-23T15:39:23.842Z Compiling encoding_rs v0.8.34
17342026-02-23T15:39:23.908Z Compiling difflib v0.4.0
17352026-02-23T15:39:24.312Z Compiling foldhash v0.2.0
17362026-02-23T15:39:24.598Z Compiling jiff v0.2.15
17372026-02-23T15:39:24.706Z Compiling keccak v0.1.5
17382026-02-23T15:39:25.070Z Compiling precomputed-hash v0.1.1
17392026-02-23T15:39:25.207Z Compiling rustc-hash v2.1.1
17402026-02-23T15:39:25.398Z Compiling new_debug_unreachable v1.0.6
17412026-02-23T15:39:25.515Z Compiling fixedbitset v0.4.2
17422026-02-23T15:39:25.781Z Compiling data-encoding v2.9.0
17432026-02-23T15:39:25.805Z Compiling predicates-core v1.0.8
17442026-02-23T15:39:25.968Z Compiling static_assertions v1.1.0
17452026-02-23T15:39:26.089Z Compiling whoami v1.5.2
17462026-02-23T15:39:26.125Z Compiling fixedbitset v0.5.7
17472026-02-23T15:39:26.640Z Compiling mime v0.3.17
17482026-02-23T15:39:26.664Z Compiling normalize-line-endings v0.3.0
17492026-02-23T15:39:26.815Z Compiling predicates v3.1.3
17502026-02-23T15:39:26.839Z Compiling petgraph v0.8.2
17512026-02-23T15:39:27.152Z Compiling tokio-postgres v0.7.13
17522026-02-23T15:39:27.194Z Compiling hickory-proto v0.25.2
17532026-02-23T15:39:27.407Z Compiling toml_edit v0.22.27
17542026-02-23T15:39:28.159Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17552026-02-23T15:39:28.247Z Compiling strum v0.26.3
17562026-02-23T15:39:28.436Z Compiling petgraph v0.6.5
17572026-02-23T15:39:30.893Z Compiling clap v4.5.48
17582026-02-23T15:39:31.025Z Compiling string_cache v0.8.9
17592026-02-23T15:39:31.469Z Compiling zip v4.2.0
17602026-02-23T15:39:31.710Z Compiling iddqd v0.3.16
17612026-02-23T15:39:31.735Z Compiling sha3 v0.10.8
17622026-02-23T15:39:32.643Z Compiling similar v2.7.0
17632026-02-23T15:39:33.403Z Compiling usdt v0.6.0
17642026-02-23T15:39:33.446Z Compiling env_logger v0.11.8
17652026-02-23T15:39:33.846Z Compiling usdt-impl v0.5.0
17662026-02-23T15:39:34.033Z Compiling ecdsa v0.16.9
17672026-02-23T15:39:34.116Z Compiling serde_with v3.16.1
17682026-02-23T15:39:34.141Z Compiling rsa v0.9.8
17692026-02-23T15:39:34.586Z Compiling zip v0.6.6
17702026-02-23T15:39:34.821Z Compiling ed25519-dalek v2.1.1
17712026-02-23T15:39:35.805Z Compiling toml v0.7.8
17722026-02-23T15:39:35.982Z Compiling crossterm v0.28.1
17732026-02-23T15:39:37.116Z Compiling heck v0.4.1
17742026-02-23T15:39:37.222Z Compiling crossbeam-epoch v0.9.18
17752026-02-23T15:39:37.353Z Compiling tokio-stream v0.1.17
17762026-02-23T15:39:37.382Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17772026-02-23T15:39:37.515Z Compiling x509-cert v0.2.5
17782026-02-23T15:39:37.752Z Compiling openapiv3 v2.2.0
17792026-02-23T15:39:37.818Z Compiling sha1 v0.10.6
17802026-02-23T15:39:38.077Z Compiling itertools v0.13.0
17812026-02-23T15:39:38.208Z Compiling itertools v0.10.5
17822026-02-23T15:39:38.233Z Compiling winnow v0.6.26
17832026-02-23T15:39:38.776Z Compiling peg-runtime v0.8.5
17842026-02-23T15:39:39.278Z Compiling lalrpop-util v0.19.12
17852026-02-23T15:39:39.614Z Compiling thread_local v1.1.8
17862026-02-23T15:39:40.107Z Compiling slog-async v2.8.0
17872026-02-23T15:39:40.374Z Compiling crossbeam-channel v0.5.15
17882026-02-23T15:39:40.642Z Compiling futures-executor v0.3.31
17892026-02-23T15:39:40.667Z Compiling xattr v1.3.1
17902026-02-23T15:39:40.883Z Compiling filetime v0.2.26
17912026-02-23T15:39:40.914Z Compiling is-terminal v0.4.13
17922026-02-23T15:39:41.068Z Compiling take_mut v0.2.2
17932026-02-23T15:39:41.136Z Compiling term v1.1.0
17942026-02-23T15:39:41.210Z Compiling tar v0.4.44
17952026-02-23T15:39:41.261Z Compiling futures v0.3.31
17962026-02-23T15:39:42.169Z Compiling slog-term v2.9.2
17972026-02-23T15:39:43.731Z Compiling aws-lc-sys v0.26.0
17982026-02-23T15:40:17.383Z Compiling rustls-webpki v0.102.8
17992026-02-23T15:40:23.469Z Compiling tokio-rustls v0.26.0
18002026-02-23T15:40:23.789Z Compiling hyper-rustls v0.27.7
18012026-02-23T15:40:24.149Z Compiling reqwest v0.12.24
18022026-02-23T15:40:28.863Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18032026-02-23T15:40:29.248Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18042026-02-23T15:40:34.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
18052026-02-23T15:40:35.024Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18062026-02-23T15:40:35.108ZFeb 23 15:40:34.417 INFO Starting download, target: Clickhouse
18072026-02-23T15:40:35.108ZFeb 23 15:40:34.418 INFO Starting download, target: Cockroach
18082026-02-23T15:40:35.108ZFeb 23 15:40:34.418 INFO Starting download, target: Console
18092026-02-23T15:40:35.108ZFeb 23 15:40:34.418 INFO Starting download, target: DendriteStub
18102026-02-23T15:40:35.132ZFeb 23 15:40:34.418 INFO Starting download, target: MaghemiteMgd
18112026-02-23T15:40:35.132ZFeb 23 15:40:34.418 INFO Starting download, target: TransceiverControl
18122026-02-23T15:40:35.132ZFeb 23 15:40:34.418 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18132026-02-23T15:40:35.133ZFeb 23 15:40:34.419 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18142026-02-23T15:40:35.133ZFeb 23 15:40:34.419 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18152026-02-23T15:40:35.133ZFeb 23 15:40:34.419 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18162026-02-23T15:40:35.133ZFeb 23 15:40:34.419 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18172026-02-23T15:40:35.133ZFeb 23 15:40:34.419 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18182026-02-23T15:40:35.426ZFeb 23 15:40:34.736 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18192026-02-23T15:40:35.862ZFeb 23 15:40:35.161 INFO Download complete, target: Console
18202026-02-23T15:40:35.995ZFeb 23 15:40:35.299 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18212026-02-23T15:40:36.408ZFeb 23 15:40:35.717 INFO Download complete, target: TransceiverControl
18222026-02-23T15:40:40.932ZFeb 23 15:40:40.243 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18232026-02-23T15:40:41.188ZFeb 23 15:40:40.492 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18242026-02-23T15:40:42.559ZFeb 23 15:40:41.865 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18252026-02-23T15:40:42.559ZFeb 23 15:40:41.865 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18262026-02-23T15:40:45.270ZFeb 23 15:40:44.580 INFO Download complete, target: DendriteStub
18272026-02-23T15:40:45.627ZFeb 23 15:40:44.937 INFO Download complete, target: MaghemiteMgd
18282026-02-23T15:40:51.751ZFeb 23 15:40:51.060 INFO Checking that binary works, target: Cockroach
18292026-02-23T15:40:51.993ZFeb 23 15:40:51.304 INFO Download complete, target: Cockroach
18302026-02-23T15:41:10.308ZFeb 23 15:41:09.618 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18312026-02-23T15:41:22.630ZFeb 23 15:41:21.940 INFO Checking that binary works, target: Clickhouse
18322026-02-23T15:41:22.836ZFeb 23 15:41:22.147 INFO Download complete, target: Clickhouse
18332026-02-23T15:41:22.861ZAll prerequisites installed successfully
18342026-02-23T15:41:22.861Z
18352026-02-23T15:41:22.861Zreal 5:47.361449070
18362026-02-23T15:41:22.861Zuser 17:12.465246011
18372026-02-23T15:41:22.861Zsys 2:41.979500072
18382026-02-23T15:41:22.861Ztrap 0.608649973
18392026-02-23T15:41:22.861Ztflt 0.481547647
18402026-02-23T15:41:22.861Zdflt 1.052297608
18412026-02-23T15:41:22.861Zkflt 0.011205118
18422026-02-23T15:41:22.861Zlock 51:36.200295308
18432026-02-23T15:41:22.861Zslp 1:03:54.292569716
18442026-02-23T15:41:22.861Zlat 1:20.318097352
18452026-02-23T15:41:22.861Zstop 2:46.196814047
18462026-02-23T15:41:22.861Z+ source ./tools/include/force-git-over-https.sh
18472026-02-23T15:41:22.861Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18482026-02-23T15:41:22.861Z++ (( i = 0 ))
18492026-02-23T15:41:22.861Z++ (( i < 5 ))
18502026-02-23T15:41:22.861Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18512026-02-23T15:41:22.861Z++ (( i++ ))
18522026-02-23T15:41:22.861Z++ (( i < 5 ))
18532026-02-23T15:41:22.861Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18542026-02-23T15:41:22.861Z++ (( i++ ))
18552026-02-23T15:41:22.861Z++ (( i < 5 ))
18562026-02-23T15:41:22.861Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18572026-02-23T15:41:22.886Z++ (( i++ ))
18582026-02-23T15:41:22.886Z++ (( i < 5 ))
18592026-02-23T15:41:22.886Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18602026-02-23T15:41:22.886Z++ (( i++ ))
18612026-02-23T15:41:22.886Z++ (( i < 5 ))
18622026-02-23T15:41:22.886Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18632026-02-23T15:41:22.886Z++ (( i++ ))
18642026-02-23T15:41:22.886Z++ (( i < 5 ))
18652026-02-23T15:41:22.886Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18662026-02-23T15:41:22.886Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18672026-02-23T15:41:22.886Z+ rc=0
18682026-02-23T15:41:22.886Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18692026-02-23T15:42:17.521Z+ case $rc in
18702026-02-23T15:42:17.521Z+ pfexec zfs create -p rpool/images/build/host
18712026-02-23T15:42:17.595Z+ pfexec zfs create -p rpool/images/build/recovery
18722026-02-23T15:42:17.629Z+ cargo xtask releng --output-dir /work --mkincorp
18732026-02-23T15:42:18.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
18742026-02-23T15:42:18.744Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18752026-02-23T15:42:20.429Z Compiling proc-macro2 v1.0.101
18762026-02-23T15:42:20.429Z Compiling unicode-ident v1.0.19
18772026-02-23T15:42:20.456Z Compiling libc v0.2.180
18782026-02-23T15:42:20.456Z Compiling serde_core v1.0.228
18792026-02-23T15:42:20.456Z Compiling serde v1.0.228
18802026-02-23T15:42:20.456Z Compiling autocfg v1.4.0
18812026-02-23T15:42:20.456Z Compiling cfg-if v1.0.4
18822026-02-23T15:42:20.726Z Compiling version_check v0.9.5
18832026-02-23T15:42:20.726Z Compiling memchr v2.7.4
18842026-02-23T15:42:20.847Z Compiling shlex v1.3.0
18852026-02-23T15:42:21.284Z Compiling lock_api v0.4.12
18862026-02-23T15:42:21.365Z Compiling typenum v1.17.0
18872026-02-23T15:42:21.704Z Compiling generic-array v0.14.7
18882026-02-23T15:42:21.989Z Compiling value-bag v1.12.0
18892026-02-23T15:42:22.033Z Compiling portable-atomic v1.11.0
18902026-02-23T15:42:22.190Z Compiling getrandom v0.3.4
18912026-02-23T15:42:22.495Z Compiling quote v1.0.40
18922026-02-23T15:42:22.655Z Compiling jobserver v0.1.32
18932026-02-23T15:42:22.831Z Compiling log v0.4.29
18942026-02-23T15:42:22.891Z Compiling zmij v1.0.15
18952026-02-23T15:42:22.986Z Compiling syn v2.0.114
18962026-02-23T15:42:23.151Z Compiling cc v1.2.30
18972026-02-23T15:42:23.362Z Compiling serde_json v1.0.149
18982026-02-23T15:42:23.452Z Compiling libm v0.2.8
18992026-02-23T15:42:23.569Z Compiling num-traits v0.2.19
19002026-02-23T15:42:23.804Z Compiling scopeguard v1.2.0
19012026-02-23T15:42:23.911Z Compiling smallvec v1.15.1
19022026-02-23T15:42:23.948Z Compiling parking_lot_core v0.9.10
19032026-02-23T15:42:24.435Z Compiling rustix v0.38.37
19042026-02-23T15:42:24.533Z Compiling pkg-config v0.3.31
19052026-02-23T15:42:24.565Z Compiling getrandom v0.2.15
19062026-02-23T15:42:25.106Z Compiling thiserror v2.0.18
19072026-02-23T15:42:25.254Z Compiling regex-syntax v0.8.5
19082026-02-23T15:42:25.525Z Compiling itoa v1.0.11
19092026-02-23T15:42:25.633Z Compiling errno v0.3.12
19102026-02-23T15:42:26.125Z Compiling spin v0.9.8
19112026-02-23T15:42:26.273Z Compiling aho-corasick v1.1.3
19122026-02-23T15:42:26.321Z Compiling slab v0.4.9
19132026-02-23T15:42:26.391Z Compiling stable_deref_trait v1.2.0
19142026-02-23T15:42:26.526Z Compiling subtle v2.6.1
19152026-02-23T15:42:26.552Z Compiling lazy_static v1.5.0
19162026-02-23T15:42:26.696Z Compiling critical-section v1.1.3
19172026-02-23T15:42:26.721Z Compiling heck v0.5.0
19182026-02-23T15:42:26.752Z Compiling semver v1.0.27
19192026-02-23T15:42:26.869Z Compiling rand_core v0.6.4
19202026-02-23T15:42:27.361Z Compiling glob v0.3.2
19212026-02-23T15:42:27.481Z Compiling either v1.15.0
19222026-02-23T15:42:27.953Z Compiling once_cell v1.21.3
19232026-02-23T15:42:28.055Z Compiling clang-sys v1.8.1
19242026-02-23T15:42:28.554Z Compiling regex-automata v0.4.11
19252026-02-23T15:42:28.899Z Compiling prettyplease v0.2.36
19262026-02-23T15:42:29.702Z Compiling schemars v0.8.22
19272026-02-23T15:42:29.734Z Compiling minimal-lexical v0.2.1
19282026-02-23T15:42:30.283Z Compiling nom v7.1.3
19292026-02-23T15:42:30.389Z Compiling synstructure v0.13.1
19302026-02-23T15:42:30.424Z Compiling serde_derive_internals v0.29.1
19312026-02-23T15:42:30.468Z Compiling libloading v0.8.5
19322026-02-23T15:42:30.710Z Compiling bindgen v0.69.5
19332026-02-23T15:42:30.968Z Compiling litemap v0.7.3
19342026-02-23T15:42:31.240Z Compiling paste v1.0.15
19352026-02-23T15:42:31.488Z Compiling home v0.5.9
19362026-02-23T15:42:31.521Z Compiling writeable v0.5.5
19372026-02-23T15:42:32.570Z Compiling itertools v0.12.1
19382026-02-23T15:42:33.562Z Compiling cexpr v0.6.0
19392026-02-23T15:42:33.654Z Compiling serde_derive v1.0.228
19402026-02-23T15:42:34.306Z Compiling zeroize_derive v1.4.2
19412026-02-23T15:42:34.671Z Compiling zerofrom-derive v0.1.4
19422026-02-23T15:42:34.842Z Compiling yoke-derive v0.7.4
19432026-02-23T15:42:35.347Z Compiling zerovec-derive v0.10.3
19442026-02-23T15:42:35.540Z Compiling displaydoc v0.2.5
19452026-02-23T15:42:35.979Z Compiling icu_provider_macros v1.5.0
19462026-02-23T15:42:36.830Z Compiling zeroize v1.8.1
19472026-02-23T15:42:36.907Z Compiling thiserror-impl v2.0.18
19482026-02-23T15:42:36.987Z Compiling zerocopy-derive v0.7.35
19492026-02-23T15:42:37.198Z Compiling tokio-macros v2.6.0
19502026-02-23T15:42:37.284Z Compiling regex v1.11.3
19512026-02-23T15:42:37.326Z Compiling zerofrom v0.1.4
19522026-02-23T15:42:37.387Z Compiling futures-macro v0.3.31
19532026-02-23T15:42:37.546Z Compiling yoke v0.7.4
19542026-02-23T15:42:38.048Z Compiling zerovec v0.10.4
19552026-02-23T15:42:38.925Z Compiling schemars_derive v0.8.22
19562026-02-23T15:42:39.215Z Compiling lazycell v1.3.0
19572026-02-23T15:42:39.323Z Compiling allocator-api2 v0.2.21
19582026-02-23T15:42:39.533Z Compiling rustc-hash v1.1.0
19592026-02-23T15:42:39.734Z Compiling byteorder v1.5.0
19602026-02-23T15:42:39.797Z Compiling percent-encoding v2.3.2
19612026-02-23T15:42:40.257Z Compiling tinystr v0.7.6
19622026-02-23T15:42:40.366Z Compiling cmake v0.1.51
19632026-02-23T15:42:40.595Z Compiling bitflags v2.9.4
19642026-02-23T15:42:40.664Z Compiling bytes v1.11.1
19652026-02-23T15:42:40.866Z Compiling icu_locid v1.5.0
19662026-02-23T15:42:41.186Z Compiling icu_locid_transform_data v1.5.0
19672026-02-23T15:42:41.246Z Compiling dunce v1.0.5
19682026-02-23T15:42:41.449Z Compiling equivalent v1.0.2
19692026-02-23T15:42:41.607Z Compiling fs_extra v1.3.0
19702026-02-23T15:42:42.025Z Compiling icu_collections v1.5.0
19712026-02-23T15:42:42.112Z Compiling icu_properties_data v1.5.0
19722026-02-23T15:42:42.221Z Compiling icu_provider v1.5.0
19732026-02-23T15:42:42.307Z Compiling crypto-common v0.1.6
19742026-02-23T15:42:42.385Z Compiling utf8_iter v1.0.4
19752026-02-23T15:42:42.549Z Compiling write16 v1.0.0
19762026-02-23T15:42:42.727Z Compiling utf16_iter v1.0.5
19772026-02-23T15:42:42.769Z Compiling icu_normalizer_data v1.5.0
19782026-02-23T15:42:42.875Z Compiling pin-project-lite v0.2.14
19792026-02-23T15:42:43.051Z Compiling icu_locid_transform v1.5.0
19802026-02-23T15:42:43.393Z Compiling der_derive v0.7.3
19812026-02-23T15:42:44.354Z Compiling rustversion v1.0.22
19822026-02-23T15:42:44.423Z Compiling icu_properties v1.5.1
19832026-02-23T15:42:44.457Z Compiling const-oid v0.9.6
19842026-02-23T15:42:44.645Z Compiling which v4.4.2
19852026-02-23T15:42:45.350Z Compiling ring v0.17.14
19862026-02-23T15:42:47.578Z Compiling form_urlencoded v1.2.2
19872026-02-23T15:42:47.814Z Compiling aws-lc-rs v1.12.4
19882026-02-23T15:42:48.035Z Compiling vcpkg v0.2.15
19892026-02-23T15:42:48.120Z Compiling fnv v1.0.7
19902026-02-23T15:42:48.222Z Compiling icu_normalizer v1.5.0
19912026-02-23T15:42:48.247Z Compiling futures-core v0.3.31
19922026-02-23T15:42:48.530Z Compiling block-buffer v0.10.4
19932026-02-23T15:42:49.028Z Compiling signal-hook-registry v1.4.2
19942026-02-23T15:42:49.202Z Compiling idna_adapter v1.2.0
19952026-02-23T15:42:49.258Z Compiling openssl-sys v0.9.109
19962026-02-23T15:42:49.529Z Compiling idna v1.0.3
19972026-02-23T15:42:49.560Z Compiling zerocopy v0.8.27
19982026-02-23T15:42:50.298Z Compiling url v2.5.4
19992026-02-23T15:42:50.396Z Compiling parking_lot v0.12.3
20002026-02-23T15:42:50.470Z Compiling digest v0.10.7
20012026-02-23T15:42:51.059Z Compiling hashbrown v0.16.1
20022026-02-23T15:42:51.843Z Compiling tracing-attributes v0.1.27
20032026-02-23T15:42:52.216Z Compiling mio v1.0.2
20042026-02-23T15:42:54.134Z Compiling zerocopy-derive v0.8.27
20052026-02-23T15:42:54.159Z Compiling rustix v1.1.3
20062026-02-23T15:42:54.159Z Compiling httparse v1.9.5
20072026-02-23T15:42:54.369Z Compiling indexmap v2.13.0
20082026-02-23T15:42:54.554Z Compiling socket2 v0.6.1
20092026-02-23T15:42:54.926Z Compiling foldhash v0.1.5
20102026-02-23T15:42:55.269Z Compiling tokio v1.49.0
20112026-02-23T15:42:55.322Z Compiling iana-time-zone v0.1.63
20122026-02-23T15:42:55.460Z Compiling aws-lc-sys v0.26.0
20132026-02-23T15:42:55.622Z Compiling chrono v0.4.43
20142026-02-23T15:42:56.101Z Compiling hashbrown v0.15.4
20152026-02-23T15:42:56.263Z Compiling zerocopy v0.7.35
20162026-02-23T15:42:56.846Z Compiling futures-sink v0.3.31
20172026-02-23T15:42:57.317Z Compiling num-conv v0.1.0
20182026-02-23T15:42:57.352Z Compiling time-core v0.1.6
20192026-02-23T15:42:57.381Z Compiling futures-channel v0.3.31
20202026-02-23T15:42:57.707Z Compiling time-macros v0.2.24
20212026-02-23T15:42:57.916Z Compiling uuid v1.19.0
20222026-02-23T15:42:58.323Z Compiling futures-task v0.3.31
20232026-02-23T15:42:58.382Z Compiling openssl v0.10.73
20242026-02-23T15:42:58.662Z Compiling futures-io v0.3.31
20252026-02-23T15:42:58.783Z Compiling pin-utils v0.1.0
20262026-02-23T15:42:59.003Z Compiling futures-util v0.3.31
20272026-02-23T15:42:59.907Z Compiling cpufeatures v0.2.14
20282026-02-23T15:43:00.488Z Compiling ppv-lite86 v0.2.20
20292026-02-23T15:43:00.674Z Compiling openssl-macros v0.1.1
20302026-02-23T15:43:01.345Z Compiling rustc_version v0.4.1
20312026-02-23T15:43:02.010Z Compiling strsim v0.11.1
20322026-02-23T15:43:02.071Z Compiling native-tls v0.2.12
20332026-02-23T15:43:02.201Z Compiling rustls v0.23.19
20342026-02-23T15:43:02.316Z Compiling ucd-trie v0.1.7
20352026-02-23T15:43:02.623Z Compiling hmac v0.12.1
20362026-02-23T15:43:02.669Z Compiling pest v2.8.2
20372026-02-23T15:43:02.760Z Compiling serde_tokenstream v0.2.2
20382026-02-23T15:43:02.904Z Compiling dyn-clone v1.0.20
20392026-02-23T15:43:03.379Z Compiling block-padding v0.3.3
20402026-02-23T15:43:03.653Z Compiling bzip2-sys v0.1.13+1.0.8
20412026-02-23T15:43:03.690Z Compiling cookie v0.18.1
20422026-02-23T15:43:04.028Z Compiling ident_case v1.0.1
20432026-02-23T15:43:04.410Z Compiling thiserror v1.0.69
20442026-02-23T15:43:04.686Z Compiling inout v0.1.3
20452026-02-23T15:43:04.958Z Compiling http v1.4.0
20462026-02-23T15:43:05.343Z Compiling pest_meta v2.8.2
20472026-02-23T15:43:06.203Z Compiling base64 v0.22.1
20482026-02-23T15:43:07.213Z Compiling pest_generator v2.8.2
20492026-02-23T15:43:08.671Z Compiling syn v1.0.109
20502026-02-23T15:43:08.702Z Compiling pest_derive v2.8.2
20512026-02-23T15:43:09.374Z Compiling cipher v0.4.4
20522026-02-23T15:43:09.669Z Compiling sha2 v0.10.9
20532026-02-23T15:43:10.106Z Compiling slog v2.8.2
20542026-02-23T15:43:13.508Z Compiling thiserror-impl v1.0.69
20552026-02-23T15:43:13.543Z Compiling scroll_derive v0.13.1
20562026-02-23T15:43:13.670Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20572026-02-23T15:43:14.408Z Compiling rustls-pki-types v1.10.0
20582026-02-23T15:43:14.738Z Compiling base64ct v1.6.0
20592026-02-23T15:43:14.923Z Compiling crossbeam-utils v0.8.21
20602026-02-23T15:43:15.359Z Compiling pem-rfc7468 v0.7.0
20612026-02-23T15:43:15.975Z Compiling litrs v0.4.1
20622026-02-23T15:43:16.788Z Compiling flagset v0.4.6
20632026-02-23T15:43:16.921Z Compiling document-features v0.2.11
20642026-02-23T15:43:17.018Z Compiling der v0.7.10
20652026-02-23T15:43:19.632Z Compiling tokio-util v0.7.15
20662026-02-23T15:43:20.104Z Compiling rand_core v0.9.3
20672026-02-23T15:43:20.129Z Compiling tracing-core v0.1.32
20682026-02-23T15:43:20.497Z Compiling powerfmt v0.2.0
20692026-02-23T15:43:20.751Z Compiling plain v0.2.3
20702026-02-23T15:43:20.942Z Compiling untrusted v0.7.1
20712026-02-23T15:43:21.181Z Compiling camino v1.2.2
20722026-02-23T15:43:21.234Z Compiling untrusted v0.9.0
20732026-02-23T15:43:21.678Z Compiling tracing v0.1.40
20742026-02-23T15:43:22.292Z Compiling deranged v0.5.3
20752026-02-23T15:43:22.875Z Compiling spki v0.7.3
20762026-02-23T15:43:23.282Z Compiling salsa20 v0.10.2
20772026-02-23T15:43:23.632Z Compiling http-body v1.0.1
20782026-02-23T15:43:23.936Z Compiling pbkdf2 v0.12.2
20792026-02-23T15:43:24.853Z Compiling num-bigint-dig v0.8.6
20802026-02-23T15:43:25.128Z Compiling atomic-waker v1.1.2
20812026-02-23T15:43:25.348Z Compiling num_threads v0.1.7
20822026-02-23T15:43:25.597Z Compiling time v0.3.43
20832026-02-23T15:43:26.052Z Compiling scrypt v0.11.0
20842026-02-23T15:43:26.539Z Compiling rand_chacha v0.9.0
20852026-02-23T15:43:26.863Z Compiling cbc v0.1.2
20862026-02-23T15:43:26.994Z Compiling aes v0.8.4
20872026-02-23T15:43:28.025Z Compiling ahash v0.8.12
20882026-02-23T15:43:28.062Z Compiling try-lock v0.2.5
20892026-02-23T15:43:28.087Z Compiling tower-layer v0.3.3
20902026-02-23T15:43:28.275Z Compiling tower-service v0.3.3
20912026-02-23T15:43:28.501Z Compiling zstd-safe v7.2.3
20922026-02-23T15:43:28.542Z Compiling usdt-impl v0.6.0
20932026-02-23T15:43:28.600Z Compiling pretty-hex v0.4.1
20942026-02-23T15:43:28.886Z Compiling anyhow v1.0.99
20952026-02-23T15:43:28.935Z Compiling want v0.3.1
20962026-02-23T15:43:29.426Z Compiling pkcs5 v0.7.1
20972026-02-23T15:43:30.587Z Compiling rand v0.9.2
20982026-02-23T15:43:31.213Z Compiling h2 v0.4.6
20992026-02-23T15:43:33.073Z Compiling scroll v0.13.0
21002026-02-23T15:43:33.397Z Compiling heapless v0.7.17
21012026-02-23T15:43:33.887Z Compiling ipnet v2.11.0
21022026-02-23T15:43:33.946Z Compiling clap_derive v4.5.47
21032026-02-23T15:43:34.669Z Compiling scroll_derive v0.12.0
21042026-02-23T15:43:34.862Z Compiling async-trait v0.1.89
21052026-02-23T15:43:35.201Z Compiling daft-derive v0.1.4
21062026-02-23T15:43:35.885Z Compiling fastrand v2.1.1
21072026-02-23T15:43:36.482Z Compiling signal-hook v0.3.18
21082026-02-23T15:43:36.598Z Compiling openssl-probe v0.1.5
21092026-02-23T15:43:36.634Z Compiling httpdate v1.0.3
21102026-02-23T15:43:36.865Z Compiling adler2 v2.0.0
21112026-02-23T15:43:37.085Z Compiling foreign-types-shared v0.1.1
21122026-02-23T15:43:37.150Z Compiling miniz_oxide v0.8.5
21132026-02-23T15:43:37.208Z Compiling tempfile v3.24.0
21142026-02-23T15:43:37.291Z Compiling foreign-types v0.3.2
21152026-02-23T15:43:37.520Z Compiling goblin v0.10.2
21162026-02-23T15:43:38.554Z Compiling pkcs8 v0.10.2
21172026-02-23T15:43:39.170Z Compiling hyper v1.8.1
21182026-02-23T15:43:40.162Z Compiling darling_core v0.20.10
21192026-02-23T15:43:45.808Z Compiling tinyvec_macros v0.1.1
21202026-02-23T15:43:47.122Z Compiling tinyvec v1.8.0
21212026-02-23T15:43:47.322Z Compiling darling_macro v0.20.10
21222026-02-23T15:43:48.411Z Compiling dof v0.4.0
21232026-02-23T15:43:48.639Z Compiling hyper-util v0.1.19
21242026-02-23T15:43:52.422Z Compiling dtrace-parser v0.3.0
21252026-02-23T15:43:53.381Z Compiling darling_core v0.21.0
21262026-02-23T15:43:53.431Z Compiling curve25519-dalek v4.1.3
21272026-02-23T15:43:54.035Z Compiling strum_macros v0.26.4
21282026-02-23T15:43:54.119Z Compiling hex v0.4.3
21292026-02-23T15:43:54.917Z Compiling thread-id v5.0.0
21302026-02-23T15:43:55.077Z Compiling memoffset v0.9.1
21312026-02-23T15:43:55.838Z Compiling anstyle v1.0.11
21322026-02-23T15:43:56.468Z Compiling ref-cast v1.0.25
21332026-02-23T15:43:56.855Z Compiling smoltcp v0.9.1
21342026-02-23T15:43:57.657Z Compiling ryu v1.0.18
21352026-02-23T15:43:57.835Z Compiling utf8parse v0.2.2
21362026-02-23T15:43:58.127Z Compiling anstyle-parse v0.2.5
21372026-02-23T15:43:58.704Z Compiling darling_macro v0.21.0
21382026-02-23T15:44:02.322Z Compiling darling v0.20.10
21392026-02-23T15:44:03.264Z Compiling http-body-util v0.1.3
21402026-02-23T15:44:04.637Z Compiling sync_wrapper v1.0.1
21412026-02-23T15:44:04.828Z Compiling toml_datetime v0.6.11
21422026-02-23T15:44:04.997Z Compiling erased-serde v0.3.31
21432026-02-23T15:44:05.525Z Compiling serde_spanned v0.6.9
21442026-02-23T15:44:05.867Z Compiling wait-timeout v0.2.0
21452026-02-23T15:44:06.323Z Compiling encoding_rs v0.8.34
21462026-02-23T15:44:06.515Z Compiling is_terminal_polyfill v1.70.1
21472026-02-23T15:44:06.631Z Compiling bit-vec v0.8.0
21482026-02-23T15:44:07.108Z Compiling gimli v0.31.1
21492026-02-23T15:44:07.192Z Compiling psl-types v2.0.11
21502026-02-23T15:44:07.251Z Compiling colorchoice v1.0.2
21512026-02-23T15:44:07.455Z Compiling buf-list v1.0.3
21522026-02-23T15:44:07.925Z Compiling anstyle-query v1.1.1
21532026-02-23T15:44:08.137Z Compiling cfg_aliases v0.2.1
21542026-02-23T15:44:08.613Z Compiling quick-error v1.2.3
21552026-02-23T15:44:08.797Z Compiling mime v0.3.17
21562026-02-23T15:44:08.882Z Compiling rusty-fork v0.3.0
21572026-02-23T15:44:09.797Z Compiling serde_urlencoded v0.7.1
21582026-02-23T15:44:10.478Z Compiling nix v0.29.0
21592026-02-23T15:44:11.310Z Compiling addr2line v0.24.2
21602026-02-23T15:44:11.705Z Compiling anstream v0.6.18
21612026-02-23T15:44:12.563Z Compiling publicsuffix v2.3.0
21622026-02-23T15:44:12.785Z Compiling bit-set v0.8.0
21632026-02-23T15:44:14.706Z Compiling tower v0.5.2
21642026-02-23T15:44:15.911Z Compiling derive_builder_core v0.20.2
21652026-02-23T15:44:15.989Z Compiling tokio-native-tls v0.3.1
21662026-02-23T15:44:16.362Z Compiling darling v0.21.0
21672026-02-23T15:44:16.529Z Compiling unicode-normalization v0.1.24
21682026-02-23T15:44:17.558Z Compiling rustls-native-certs v0.8.1
21692026-02-23T15:44:17.770Z Compiling hubpack_derive v0.1.1
21702026-02-23T15:44:17.802Z Compiling rand_xorshift v0.4.0
21712026-02-23T15:44:18.134Z Compiling webpki-roots v1.0.1
21722026-02-23T15:44:18.427Z Compiling ipnetwork v0.21.1
21732026-02-23T15:44:19.043Z Compiling openapiv3 v2.2.0
21742026-02-23T15:44:19.369Z Compiling signature v2.2.0
21752026-02-23T15:44:19.681Z Compiling strum_macros v0.27.2
21762026-02-23T15:44:21.646Z Compiling curve25519-dalek-derive v0.1.1
21772026-02-23T15:44:22.183Z Compiling ref-cast-impl v1.0.25
21782026-02-23T15:44:22.804Z Compiling object v0.36.5
21792026-02-23T15:44:23.251Z Compiling usdt-impl v0.5.0
21802026-02-23T15:44:23.498Z Compiling fs-err v3.1.1
21812026-02-23T15:44:23.811Z Compiling crc32fast v1.4.2
21822026-02-23T15:44:24.128Z Compiling siphasher v0.3.11
21832026-02-23T15:44:24.230Z Compiling zlib-rs v0.5.1
21842026-02-23T15:44:24.287Z Compiling rustc-demangle v0.1.24
21852026-02-23T15:44:24.537Z Compiling iri-string v0.7.8
21862026-02-23T15:44:25.009Z Compiling unicode-bidi v0.3.17
21872026-02-23T15:44:25.075Z Compiling unicode-properties v0.1.3
21882026-02-23T15:44:25.841Z Compiling unarray v0.1.4
21892026-02-23T15:44:27.066Z Compiling proptest v1.7.0
21902026-02-23T15:44:29.229Z Compiling backtrace v0.3.74
21912026-02-23T15:44:29.544Z Compiling libz-rs-sys v0.5.1
21922026-02-23T15:44:29.859Z Compiling tower-http v0.6.6
21932026-02-23T15:44:29.989Z Compiling stringprep v0.1.5
21942026-02-23T15:44:30.776Z Compiling phf_shared v0.11.2
21952026-02-23T15:44:31.769Z Compiling oxnet v0.1.4
21962026-02-23T15:44:32.033Z Compiling derive_builder_macro v0.20.2
21972026-02-23T15:44:32.732Z Compiling serde_with_macros v3.16.1
21982026-02-23T15:44:32.855Z Compiling hyper-tls v0.6.0
21992026-02-23T15:44:33.512Z Compiling cookie_store v0.21.1
22002026-02-23T15:44:34.786Z Compiling usdt-attr-macro v0.6.0
22012026-02-23T15:44:35.122Z Compiling usdt-macro v0.6.0
22022026-02-23T15:44:35.349Z Compiling scroll v0.12.0
22032026-02-23T15:44:36.260Z Compiling terminal_size v0.4.0
22042026-02-23T15:44:36.663Z Compiling rand_chacha v0.3.1
22052026-02-23T15:44:36.705Z Compiling rustls-webpki v0.102.8
22062026-02-23T15:44:37.600Z Compiling md-5 v0.10.6
22072026-02-23T15:44:37.924Z Compiling num-integer v0.1.46
22082026-02-23T15:44:38.017Z Compiling vergen-lib v0.1.6
22092026-02-23T15:44:38.373Z Compiling hash32 v0.2.1
22102026-02-23T15:44:38.406Z Compiling ff v0.13.0
22112026-02-23T15:44:38.882Z Compiling winnow v0.7.14
22122026-02-23T15:44:39.027Z Compiling base16ct v0.2.0
22132026-02-23T15:44:39.373Z Compiling clap_lex v0.7.4
22142026-02-23T15:44:40.357Z Compiling fallible-iterator v0.2.0
22152026-02-23T15:44:40.998Z Compiling postgres-protocol v0.6.8
22162026-02-23T15:44:41.117Z Compiling clap_builder v4.5.48
22172026-02-23T15:44:42.476Z Compiling sec1 v0.7.3
22182026-02-23T15:44:43.077Z Compiling group v0.13.0
22192026-02-23T15:44:43.493Z Compiling num-iter v0.1.45
22202026-02-23T15:44:44.303Z Compiling tokio-rustls v0.26.0
22212026-02-23T15:44:44.412Z Compiling rand v0.8.5
22222026-02-23T15:44:49.134Z Compiling goblin v0.8.2
22232026-02-23T15:44:50.193Z Compiling derive_builder v0.20.2
22242026-02-23T15:44:50.380Z Compiling newtype-uuid v1.3.2
22252026-02-23T15:44:51.001Z Compiling flate2 v1.1.2
22262026-02-23T15:44:52.332Z Compiling hkdf v0.12.4
22272026-02-23T15:44:52.389Z Compiling regress v0.10.4
22282026-02-23T15:44:52.760Z Compiling vergen v9.0.6
22292026-02-23T15:44:53.132Z Compiling crypto-bigint v0.5.5
22302026-02-23T15:44:53.282Z Compiling cargo-platform v0.1.8
22312026-02-23T15:44:53.812Z Compiling enum-as-inner v0.6.1
22322026-02-23T15:44:54.895Z Compiling serde_repr v0.1.19
22332026-02-23T15:44:56.572Z Compiling hyper-rustls v0.27.7
22342026-02-23T15:44:56.602Z Compiling lockfree-object-pool v0.1.6
22352026-02-23T15:44:56.852Z Compiling simd-adler32 v0.3.7
22362026-02-23T15:44:57.118Z Compiling reqwest v0.12.24
22372026-02-23T15:44:57.973Z Compiling managed v0.8.0
22382026-02-23T15:44:58.560Z Compiling bumpalo v3.16.0
22392026-02-23T15:44:58.606Z Compiling bitflags v1.3.2
22402026-02-23T15:44:58.774Z Compiling winnow v0.5.40
22412026-02-23T15:44:59.021Z Compiling unicode-segmentation v1.12.0
22422026-02-23T15:44:59.754Z Compiling zopfli v0.8.1
22432026-02-23T15:45:02.054Z Compiling toml_edit v0.19.15
22442026-02-23T15:45:02.374Z Compiling elliptic-curve v0.13.8
22452026-02-23T15:45:02.922Z Compiling typify-impl v0.4.3
22462026-02-23T15:45:03.141Z Compiling dof v0.3.0
22472026-02-23T15:45:03.713Z Compiling cargo_metadata v0.19.2
22482026-02-23T15:45:07.395Z Compiling daft v0.1.4
22492026-02-23T15:45:07.524Z Compiling zstd v0.13.3
22502026-02-23T15:45:07.796Z Compiling signal-hook-mio v0.2.4
22512026-02-23T15:45:08.216Z Compiling clap v4.5.48
22522026-02-23T15:45:08.416Z Compiling postgres-types v0.2.9
22532026-02-23T15:45:08.845Z Compiling dtrace-parser v0.2.0
22542026-02-23T15:45:09.501Z Compiling phf v0.11.2
22552026-02-23T15:45:09.638Z Compiling strum v0.27.2
22562026-02-23T15:45:09.883Z Compiling ed25519 v2.2.3
22572026-02-23T15:45:09.979Z Compiling hubpack v0.1.2
22582026-02-23T15:45:10.036Z Compiling bzip2 v0.4.4
22592026-02-23T15:45:10.218Z Compiling bzip2 v0.5.2
22602026-02-23T15:45:10.433Z Compiling pkcs1 v0.7.5
22612026-02-23T15:45:10.713Z Compiling rfc6979 v0.4.0
22622026-02-23T15:45:10.762Z Compiling float-cmp v0.10.0
22632026-02-23T15:45:11.071Z Compiling serde-big-array v0.5.1
22642026-02-23T15:45:11.166Z Compiling bstr v1.10.0
22652026-02-23T15:45:11.340Z Compiling structmeta-derive v0.3.0
22662026-02-23T15:45:11.387Z Compiling env_filter v0.1.2
22672026-02-23T15:45:11.520Z Compiling socket2 v0.5.10
22682026-02-23T15:45:11.955Z Compiling memmap2 v0.9.8
22692026-02-23T15:45:12.063Z Compiling thread-id v4.2.2
22702026-02-23T15:45:12.286Z Compiling jiff v0.2.15
22712026-02-23T15:45:12.349Z Compiling foldhash v0.2.0
22722026-02-23T15:45:12.435Z Compiling rustc-hash v2.1.1
22732026-02-23T15:45:12.746Z Compiling toml_write v0.1.2
22742026-02-23T15:45:12.771Z Compiling keccak v0.1.5
22752026-02-23T15:45:13.189Z Compiling normalize-line-endings v0.3.0
22762026-02-23T15:45:13.423Z Compiling data-encoding v2.9.0
22772026-02-23T15:45:13.470Z Compiling new_debug_unreachable v1.0.6
22782026-02-23T15:45:13.719Z Compiling precomputed-hash v0.1.1
22792026-02-23T15:45:13.969Z Compiling whoami v1.5.2
22802026-02-23T15:45:14.492Z Compiling difflib v0.4.0
22812026-02-23T15:45:14.714Z Compiling predicates-core v1.0.8
22822026-02-23T15:45:15.028Z Compiling radium v0.7.0
22832026-02-23T15:45:15.117Z Compiling fixedbitset v0.5.7
22842026-02-23T15:45:15.569Z Compiling fixedbitset v0.4.2
22852026-02-23T15:45:16.544Z Compiling static_assertions v1.1.0
22862026-02-23T15:45:16.684Z Compiling toml_edit v0.22.27
22872026-02-23T15:45:16.770Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22882026-02-23T15:45:21.578Z Compiling zip v4.2.0
22892026-02-23T15:45:22.528Z Compiling petgraph v0.6.5
22902026-02-23T15:45:22.918Z Compiling petgraph v0.8.2
22912026-02-23T15:45:23.637Z Compiling predicates v3.1.3
22922026-02-23T15:45:24.978Z Compiling tokio-postgres v0.7.13
22932026-02-23T15:45:25.879Z Compiling hickory-proto v0.25.2
22942026-02-23T15:45:27.279Z Compiling string_cache v0.8.9
22952026-02-23T15:45:27.665Z Compiling structmeta v0.3.0
22962026-02-23T15:45:27.713Z Compiling sha3 v0.10.8
22972026-02-23T15:45:28.203Z Compiling iddqd v0.3.16
22982026-02-23T15:45:28.328Z Compiling usdt v0.6.0
22992026-02-23T15:45:29.702Z Compiling similar v2.7.0
23002026-02-23T15:45:30.891Z Compiling env_logger v0.11.8
23012026-02-23T15:45:31.000Z Compiling serde_with v3.16.1
23022026-02-23T15:45:31.044Z Compiling typify-macro v0.4.3
23032026-02-23T15:45:31.563Z Compiling ecdsa v0.16.9
23042026-02-23T15:45:31.588Z Compiling rsa v0.9.8
23052026-02-23T15:45:34.334Z Compiling zip v0.6.6
23062026-02-23T15:45:34.863Z Compiling ed25519-dalek v2.1.1
23072026-02-23T15:45:35.589Z Compiling crossterm v0.28.1
23082026-02-23T15:45:35.997Z Compiling crossbeam-epoch v0.9.18
23092026-02-23T15:45:36.072Z Compiling toml v0.7.8
23102026-02-23T15:45:36.534Z Compiling heck v0.4.1
23112026-02-23T15:45:36.575Z Compiling strum v0.26.3
23122026-02-23T15:45:37.240Z Compiling tokio-stream v0.1.17
23132026-02-23T15:45:38.129Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23142026-02-23T15:45:38.153Z Compiling x509-cert v0.2.5
23152026-02-23T15:45:38.420Z Compiling sha1 v0.10.6
23162026-02-23T15:45:38.567Z Compiling itertools v0.13.0
23172026-02-23T15:45:38.785Z Compiling itertools v0.10.5
23182026-02-23T15:45:40.063Z Compiling winnow v0.6.26
23192026-02-23T15:45:40.361Z Compiling maybe-uninit v2.0.0
23202026-02-23T15:45:41.320Z Compiling lalrpop-util v0.19.12
23212026-02-23T15:45:41.385Z Compiling tap v1.0.1
23222026-02-23T15:45:41.587Z Compiling peg-runtime v0.8.5
23232026-02-23T15:45:41.715Z Compiling wyz v0.5.1
23242026-02-23T15:45:43.416Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23252026-02-23T15:45:48.097Z Compiling packed_struct v0.10.1
23262026-02-23T15:45:48.762Z Compiling funty v2.0.0
23272026-02-23T15:45:51.040Z Compiling bitvec v1.0.1
23282026-02-23T15:45:56.230Z Compiling packed_struct_codegen v0.10.1
23292026-02-23T15:45:56.387Z Compiling futures-executor v0.3.31
23302026-02-23T15:45:57.266Z Compiling zerocopy-derive v0.6.6
23312026-02-23T15:45:57.387Z Compiling bitfield-macros v0.19.2
23322026-02-23T15:45:57.996Z Compiling indexmap v1.9.3
23332026-02-23T15:45:58.363Z Compiling nodrop v0.1.14
23342026-02-23T15:45:58.804Z Compiling typeid v1.0.3
23352026-02-23T15:45:59.257Z Compiling crc-catalog v2.4.0
23362026-02-23T15:45:59.551Z Compiling crc v3.2.1
23372026-02-23T15:45:59.793Z Compiling zerocopy v0.6.6
23382026-02-23T15:46:00.615Z Compiling bitfield v0.19.2
23392026-02-23T15:46:01.044Z Compiling array-init v0.0.4
23402026-02-23T15:46:02.868Z Compiling futures v0.3.31
23412026-02-23T15:46:03.515Z Compiling smallvec v0.6.14
23422026-02-23T15:46:04.624Z Compiling typify v0.4.3
23432026-02-23T15:46:04.801Z Compiling derive-ex v0.1.8
23442026-02-23T15:46:05.763Z Compiling hashbrown v0.12.3
23452026-02-23T15:46:06.482Z Compiling unsafe-libyaml v0.2.11
23462026-02-23T15:46:06.776Z Compiling base64 v0.21.7
23472026-02-23T15:46:06.900Z Compiling rustls v0.22.4
23482026-02-23T15:46:07.737Z Compiling test-strategy v0.4.3
23492026-02-23T15:46:07.804Z Compiling serde_yaml v0.9.34+deprecated
23502026-02-23T15:46:10.241Z Compiling ron v0.8.1
23512026-02-23T15:46:11.607Z Compiling progenitor-impl v0.11.2
23522026-02-23T15:46:11.825Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23532026-02-23T15:46:13.441Z Compiling serde-hex v0.1.0
23542026-02-23T15:46:17.203Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23552026-02-23T15:46:17.764Z Compiling toml v0.8.23
23562026-02-23T15:46:18.520Z Compiling hashbrown v0.13.2
23572026-02-23T15:46:21.783Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23582026-02-23T15:46:22.017Z Compiling xattr v1.3.1
23592026-02-23T15:46:22.430Z Compiling pin-project-internal v1.1.6
23602026-02-23T15:46:22.934Z Compiling thread_local v1.1.8
23612026-02-23T15:46:23.263Z Compiling filetime v0.2.26
23622026-02-23T15:46:23.613Z Compiling multer v3.1.0
23632026-02-23T15:46:24.407Z Compiling same-file v1.0.6
23642026-02-23T15:46:24.546Z Compiling crc-any v2.5.0
23652026-02-23T15:46:25.322Z Compiling rayon-core v1.12.1
23662026-02-23T15:46:25.467Z Compiling match_cfg v0.1.0
23672026-02-23T15:46:25.786Z Compiling slog-async v2.8.0
23682026-02-23T15:46:30.595Z Compiling hostname v0.3.1
23692026-02-23T15:46:33.999Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23702026-02-23T15:46:34.413Z Compiling walkdir v2.5.0
23712026-02-23T15:46:35.466Z Compiling pin-project v1.1.6
23722026-02-23T15:46:35.705Z Compiling tar v0.4.44
23732026-02-23T15:46:38.925Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23742026-02-23T15:46:41.904Z Compiling object v0.30.4
23752026-02-23T15:46:42.511Z Compiling erased-serde v0.4.6
23762026-02-23T15:46:42.595Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23772026-02-23T15:46:43.178Z Compiling progenitor-macro v0.11.2
23782026-02-23T15:46:49.372Z Compiling progenitor-client v0.11.2
23792026-02-23T15:46:50.191Z Compiling toml_parser v1.0.6+spec-1.1.0
23802026-02-23T15:46:50.542Z Compiling crossbeam-channel v0.5.15
23812026-02-23T15:46:51.438Z Compiling slog-json v2.6.1
23822026-02-23T15:46:51.876Z Compiling async-stream-impl v0.3.6
23832026-02-23T15:46:51.903Z Compiling snafu-derive v0.8.5
23842026-02-23T15:46:51.903Z Compiling ordered-float v2.10.1
23852026-02-23T15:46:51.954Z Compiling serde_path_to_error v0.1.20
23862026-02-23T15:46:52.491Z Compiling toml_datetime v0.7.5+spec-1.1.0
23872026-02-23T15:46:52.791Z Compiling serde_spanned v1.0.4
23882026-02-23T15:46:52.846Z Compiling is-terminal v0.4.13
23892026-02-23T15:46:52.871Z Compiling dropshot v0.16.7
23902026-02-23T15:46:53.012Z Compiling fs-err v2.11.0
23912026-02-23T15:46:53.059Z Compiling toml_writer v1.0.6+spec-1.1.0
23922026-02-23T15:46:53.334Z Compiling term v1.1.0
23932026-02-23T15:46:53.540Z Compiling debug-ignore v1.0.5
23942026-02-23T15:46:53.699Z Compiling unicode-width v0.1.14
23952026-02-23T15:46:53.770Z Compiling take_mut v0.2.2
23962026-02-23T15:46:53.985Z Compiling path-slash v0.1.5
23972026-02-23T15:46:54.221Z Compiling tabwriter v1.4.0
23982026-02-23T15:46:54.281Z Compiling slog-term v2.9.2
23992026-02-23T15:46:54.863Z Compiling toml v0.9.11+spec-1.1.0
24002026-02-23T15:46:55.106Z Compiling snafu v0.8.5
24012026-02-23T15:46:56.445Z Compiling async-stream v0.3.6
24022026-02-23T15:46:56.469Z Compiling serde-value v0.7.0
24032026-02-23T15:46:56.677Z Compiling slog-bunyan v2.5.0
24042026-02-23T15:46:56.702Z Compiling progenitor v0.11.2
24052026-02-23T15:46:56.779Z Compiling tokio-rustls v0.25.0
24062026-02-23T15:46:56.929Z Compiling serde-untagged v0.1.7
24072026-02-23T15:46:56.979Z Compiling globset v0.4.15
24082026-02-23T15:46:57.202Z Compiling crossbeam-deque v0.8.5
24092026-02-23T15:46:57.548Z Compiling camino-tempfile v1.4.1
24102026-02-23T15:46:57.628Z Compiling parse-display-derive v0.10.0
24112026-02-23T15:46:57.802Z Compiling olpc-cjson v0.1.4
24122026-02-23T15:46:58.137Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24132026-02-23T15:46:58.261Z Compiling waitgroup v0.1.2
24142026-02-23T15:46:58.538Z Compiling rustls-pemfile v2.2.0
24152026-02-23T15:46:58.976Z Compiling pem v3.0.5
24162026-02-23T15:46:59.022Z Compiling dropshot_endpoint v0.16.7
24172026-02-23T15:47:00.209Z Compiling newtype-uuid-macros v0.1.0
24182026-02-23T15:47:00.310Z Compiling serde_plain v1.0.2
24192026-02-23T15:47:00.334Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24202026-02-23T15:47:00.800Z Compiling async-recursion v1.1.1
24212026-02-23T15:47:00.978Z Compiling blake3 v1.5.4
24222026-02-23T15:47:01.476Z Compiling hostname v0.4.2
24232026-02-23T15:47:01.520Z Compiling half v2.4.1
24242026-02-23T15:47:01.757Z Compiling instant v0.1.13
24252026-02-23T15:47:01.835Z Compiling unicode-xid v0.2.6
24262026-02-23T15:47:01.949Z Compiling typed-path v0.9.3
24272026-02-23T15:47:02.017Z Compiling colored v3.0.0
24282026-02-23T15:47:02.041Z Compiling ciborium-io v0.2.2
24292026-02-23T15:47:02.130Z Compiling cargo-util-schemas v0.8.2
24302026-02-23T15:47:02.200Z Compiling ciborium-ll v0.2.2
24312026-02-23T15:47:02.677Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24322026-02-23T15:47:02.739Z Compiling backoff v0.4.0
24332026-02-23T15:47:03.206Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24342026-02-23T15:47:03.681Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24352026-02-23T15:47:03.912Z Compiling parse-display v0.10.0
24362026-02-23T15:47:05.465Z Compiling tough v0.20.0
24372026-02-23T15:47:06.542Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24382026-02-23T15:47:07.302Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24392026-02-23T15:47:07.611Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24402026-02-23T15:47:07.837Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24412026-02-23T15:47:08.097Z Compiling itertools v0.14.0
24422026-02-23T15:47:09.406Z Compiling progenitor-client v0.10.0
24432026-02-23T15:47:10.257Z Compiling cargo-platform v0.2.0
24442026-02-23T15:47:11.070Z Compiling macaddr v1.0.1
24452026-02-23T15:47:11.275Z Compiling arrayref v0.3.9
24462026-02-23T15:47:11.397Z Compiling arrayvec v0.7.6
24472026-02-23T15:47:11.556Z Compiling constant_time_eq v0.3.1
24482026-02-23T15:47:11.746Z Compiling parse-size v1.1.0
24492026-02-23T15:47:11.827Z Compiling indent_write v2.2.0
24502026-02-23T15:47:12.048Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24512026-02-23T15:47:12.847Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24522026-02-23T15:47:13.838Z Compiling cargo_metadata v0.21.0
24532026-02-23T15:47:14.011Z Compiling ciborium v0.2.2
24542026-02-23T15:47:15.728Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24552026-02-23T15:47:18.578Z Compiling topological-sort v0.2.2
24562026-02-23T15:47:18.903Z Compiling display-error-chain v0.2.2
24572026-02-23T15:47:19.128Z Compiling omicron-zone-package v0.12.2
24582026-02-23T15:47:22.613Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24592026-02-23T15:47:25.647Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24602026-02-23T15:47:25.869Z Compiling shell-words v1.1.0
24612026-02-23T15:47:26.293Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24622026-02-23T15:47:41.616Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24632026-02-23T15:48:01.278Z Finished `release` profile [optimized] target(s) in 5m 42s
24642026-02-23T15:48:01.434Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24652026-02-23T15:48:01.508ZFeb 23 15:48:00.821 DEBG changing working directory to /work/oxidecomputer/omicron
24662026-02-23T15:48:01.690ZFeb 23 15:48:01.002 DEBG running: git rev-parse HEAD
24672026-02-23T15:48:01.715ZFeb 23 15:48:01.007 DEBG process exited with exit status: 0 (4.850804ms)
24682026-02-23T15:48:01.715ZFeb 23 15:48:01.007 INFO version: 19.0.0-0.ci+git3dafdc6b8b3
24692026-02-23T15:48:01.743ZFeb 23 15:48:01.057 INFO cloning helios to /work/oxidecomputer/helios
24702026-02-23T15:48:01.768ZFeb 23 15:48:01.057 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24712026-02-23T15:48:01.768ZCloning into '/work/oxidecomputer/helios'...
24722026-02-23T15:48:02.484ZFeb 23 15:48:01.798 DEBG process exited with exit status: 0 (741.271586ms)
24732026-02-23T15:48:02.484ZFeb 23 15:48:01.798 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24742026-02-23T15:48:02.509ZFeb 23 15:48:01.804 DEBG process exited with exit status: 0 (5.932295ms)
24752026-02-23T15:48:02.509ZFeb 23 15:48:01.804 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24762026-02-23T15:48:04.295ZFeb 23 15:48:03.609 DEBG process exited with exit status: 0 (1.804642496s)
24772026-02-23T15:48:04.295ZFeb 23 15:48:03.609 DEBG running: zfs list rpool/images/build/host
24782026-02-23T15:48:04.320ZNAME USED AVAIL REFER MOUNTPOINT
24792026-02-23T15:48:04.320Zrpool/images/build/host 96K 150G 96K /rpool/images/build/host
24802026-02-23T15:48:04.320ZFeb 23 15:48:03.616 DEBG process exited with exit status: 0 (7.369771ms)
24812026-02-23T15:48:04.320ZFeb 23 15:48:03.616 DEBG running: zfs list rpool/images/build/recovery
24822026-02-23T15:48:04.320ZNAME USED AVAIL REFER MOUNTPOINT
24832026-02-23T15:48:04.320Zrpool/images/build/recovery 96K 150G 96K /rpool/images/build/recovery
24842026-02-23T15:48:04.320ZFeb 23 15:48:03.622 DEBG process exited with exit status: 0 (6.291857ms)
24852026-02-23T15:48:04.320ZFeb 23 15:48:03.624 INFO [hubris-production] running task
24862026-02-23T15:48:04.321ZFeb 23 15:48:03.624 INFO [incorp-manifest] running task
24872026-02-23T15:48:04.321ZFeb 23 15:48:03.624 INFO [hubris-staging] running task
24882026-02-23T15:48:04.321ZFeb 23 15:48:03.626 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24892026-02-23T15:48:04.321ZFeb 23 15:48:03.626 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24902026-02-23T15:48:04.321ZFeb 23 15:48:03.627 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
24912026-02-23T15:48:04.321ZFeb 23 15:48:03.629 INFO [incorp-create] running: pkgrepo create /work/incorporation
24922026-02-23T15:48:04.432Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24932026-02-23T15:48:04.751ZFeb 23 15:48:04.064 INFO [incorp-create] process exited with exit status: 0 (436.755827ms)
24942026-02-23T15:48:04.775ZFeb 23 15:48:04.065 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24952026-02-23T15:48:05.149ZFeb 23 15:48:04.463 INFO [incorp-publisher] process exited with exit status: 0 (398.081888ms)
24962026-02-23T15:48:05.256Z[ omicron-package] Blocking waiting for file lock on package cache
24972026-02-23T15:48:05.865Z[ omicron-package] Blocking waiting for file lock on package cache
24982026-02-23T15:48:07.032Z[ omicron-package] Compiling ring v0.17.14
24992026-02-23T15:48:07.173Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25002026-02-23T15:48:07.198Z[ omicron-package] Compiling itertools v0.14.0
25012026-02-23T15:48:07.198Z[ omicron-package] Compiling heapless v0.8.0
25022026-02-23T15:48:07.198Z[ omicron-package] Compiling hash32 v0.3.1
25032026-02-23T15:48:07.198Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25042026-02-23T15:48:07.198Z[ omicron-package] Compiling smoltcp v0.11.0
25052026-02-23T15:48:08.232Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25062026-02-23T15:48:08.649Z[ omicron-package] Compiling num_enum_derive v0.5.11
25072026-02-23T15:48:08.923Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25082026-02-23T15:48:09.016Z[ omicron-package] Compiling cobs v0.2.3
25092026-02-23T15:48:09.515Z[ omicron-package] Compiling postcard v1.0.10
25102026-02-23T15:48:09.699ZFeb 23 15:48:09.013 INFO [hubris-production] task succeeded (5.388746093s)
25112026-02-23T15:48:10.004Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25122026-02-23T15:48:10.153Z[ omicron-package] Compiling proc-macro-error v1.0.4
25132026-02-23T15:48:10.891Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25142026-02-23T15:48:11.393Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25152026-02-23T15:48:11.939Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25162026-02-23T15:48:12.548Z[ omicron-package] Compiling num_enum v0.5.11
25172026-02-23T15:48:13.400Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25182026-02-23T15:48:13.831Z[ omicron-package] Compiling cstr-argument v0.1.2
25192026-02-23T15:48:14.027Z[ omicron-package] Compiling rustls v0.23.19
25202026-02-23T15:48:14.163Z[ omicron-package] Compiling ingot-macros v0.1.1
25212026-02-23T15:48:14.281Z[ omicron-package] Compiling foreign-types v0.5.0
25222026-02-23T15:48:14.370Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25232026-02-23T15:48:14.648Z[ omicron-package] Compiling pretty-hex v0.2.1
25242026-02-23T15:48:14.775Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25252026-02-23T15:48:15.289Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25262026-02-23T15:48:15.476Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25272026-02-23T15:48:16.020Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25282026-02-23T15:48:16.120Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25292026-02-23T15:48:16.611Z[ omicron-package] Compiling rayon v1.10.0
25302026-02-23T15:48:17.066Z[ omicron-package] Compiling colored v2.2.0
25312026-02-23T15:48:17.873Z[ omicron-package] Compiling nix v0.30.1
25322026-02-23T15:48:18.204Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25332026-02-23T15:48:19.056Z[ omicron-package] Compiling rustls-webpki v0.102.8
25342026-02-23T15:48:19.278Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25352026-02-23T15:48:21.483Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25362026-02-23T15:48:21.633Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25372026-02-23T15:48:22.384Z[ omicron-package] Compiling secrecy v0.10.3
25382026-02-23T15:48:22.883Z[ omicron-package] Compiling sigpipe v0.1.3
25392026-02-23T15:48:22.933Z[ omicron-package] Compiling ingot-types v0.1.2
25402026-02-23T15:48:23.148Z[ omicron-package] Compiling num-derive v0.4.2
25412026-02-23T15:48:23.245Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422026-02-23T15:48:23.540Z[ omicron-package] Compiling glob v0.3.2
25432026-02-23T15:48:23.786Z[ omicron-package] Compiling libefi-sys v0.1.0
25442026-02-23T15:48:24.260Z[ omicron-package] Compiling ingot v0.1.1
25452026-02-23T15:48:24.416Z[ omicron-package] Compiling rustls v0.22.4
25462026-02-23T15:48:24.764Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25472026-02-23T15:48:25.276Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25482026-02-23T15:48:25.545Z[ omicron-package] Compiling zone v0.3.1
25492026-02-23T15:48:26.843Z[ omicron-package] Compiling usdt-macro v0.5.0
25502026-02-23T15:48:27.582Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25512026-02-23T15:48:29.543Z[ omicron-package] Compiling smf v0.2.3
25522026-02-23T15:48:30.194Z[ omicron-package] Compiling memmap v0.7.0
25532026-02-23T15:48:30.912Z[ omicron-package] Compiling tokio-rustls v0.26.0
25542026-02-23T15:48:30.967Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25552026-02-23T15:48:31.568Z[ omicron-package] Compiling hyper-rustls v0.27.7
25562026-02-23T15:48:32.171Z[ omicron-package] Compiling reqwest v0.12.24
25572026-02-23T15:48:32.346Z[ omicron-package] Compiling bitfield-struct v0.6.2
25582026-02-23T15:48:33.436Z[ omicron-package] Compiling usdt v0.5.0
25592026-02-23T15:48:35.192Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-02-23T15:48:35.301Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-02-23T15:48:35.971Z[ omicron-package] Compiling unicode-width v0.2.0
25622026-02-23T15:48:36.305Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25632026-02-23T15:48:36.378Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25642026-02-23T15:48:36.504Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25652026-02-23T15:48:36.613Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25662026-02-23T15:48:36.936Z[ omicron-package] Compiling console v0.16.0
25672026-02-23T15:48:37.139Z[ omicron-package] Compiling gethostname v0.5.0
25682026-02-23T15:48:37.268Z[ omicron-package] Compiling unit-prefix v0.5.1
25692026-02-23T15:48:37.593Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25702026-02-23T15:48:37.836Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25712026-02-23T15:48:38.338Z[ omicron-package] Compiling indicatif v0.18.0
25722026-02-23T15:48:39.484Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-02-23T15:48:39.942Z[ omicron-package] Compiling tokio-rustls v0.25.0
25742026-02-23T15:48:40.934Z[ omicron-package] Compiling dropshot v0.16.7
25752026-02-23T15:48:42.670Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25762026-02-23T15:48:43.711Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25772026-02-23T15:48:43.711Z[ helios-setup] --> src/main.rs:79:10
25782026-02-23T15:48:43.736Z[ helios-setup] |
25792026-02-23T15:48:43.736Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25802026-02-23T15:48:43.736Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25812026-02-23T15:48:43.736Z[ helios-setup] | |
25822026-02-23T15:48:43.736Z[ helios-setup] | the lifetime is elided here
25832026-02-23T15:48:43.736Z[ helios-setup] |
25842026-02-23T15:48:43.736Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25852026-02-23T15:48:43.736Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25862026-02-23T15:48:43.736Z[ helios-setup] help: use `'_` for type paths
25872026-02-23T15:48:43.736Z[ helios-setup] |
25882026-02-23T15:48:43.736Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25892026-02-23T15:48:43.736Z[ helios-setup] | ++++
25902026-02-23T15:48:43.736Z[ helios-setup]
25912026-02-23T15:48:44.827Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25922026-02-23T15:48:47.847ZFeb 23 15:48:47.161 INFO [hubris-staging] task succeeded (43.536632378s)
25932026-02-23T15:48:50.013Z[ omicron-package] Compiling progenitor-client v0.11.2
25942026-02-23T15:48:50.504Z[ omicron-package] Compiling progenitor-client v0.10.0
25952026-02-23T15:48:50.599Z[ omicron-package] Compiling progenitor v0.11.2
25962026-02-23T15:48:50.914Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25972026-02-23T15:48:51.364Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25982026-02-23T15:48:51.444Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25992026-02-23T15:48:51.607Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26002026-02-23T15:48:53.555Z[ helios-setup] Feb 23 15:48:52.868 INFO helios repository root is: /work/oxidecomputer/helios
26012026-02-23T15:48:53.580Z[ helios-setup] Feb 23 15:48:52.871 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26022026-02-23T15:48:53.581Z[ helios-setup] Feb 23 15:48:52.871 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
26032026-02-23T15:48:53.581Z[ helios-setup] Feb 23 15:48:52.871 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26042026-02-23T15:48:53.581Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26052026-02-23T15:48:54.546Z[ helios-setup] Feb 23 15:48:53.860 INFO clone ok!, project: pinprick
26062026-02-23T15:48:54.570Z[ helios-setup] Feb 23 15:48:53.860 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
26072026-02-23T15:48:54.570Z[ helios-setup] Feb 23 15:48:53.860 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
26082026-02-23T15:48:54.570Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26092026-02-23T15:48:55.801Z[ helios-setup] Feb 23 15:48:55.115 INFO clone ok!, project: amd-host-image-builder
26102026-02-23T15:48:55.801Z[ helios-setup] Feb 23 15:48:55.115 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26112026-02-23T15:48:55.825Z[ helios-setup] Feb 23 15:48:55.115 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
26122026-02-23T15:48:55.825Z[ helios-setup] Feb 23 15:48:55.115 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26132026-02-23T15:48:55.825Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26142026-02-23T15:48:56.963Z[ helios-setup] Feb 23 15:48:56.277 INFO clone ok!, project: image-builder
26152026-02-23T15:48:56.987Z[ helios-setup] Feb 23 15:48:56.277 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
26162026-02-23T15:48:56.987Z[ helios-setup] Feb 23 15:48:56.277 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26172026-02-23T15:48:56.987Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26182026-02-23T15:48:58.013Z[ helios-setup] Feb 23 15:48:57.327 INFO clone ok!, project: phbl
26192026-02-23T15:48:58.037Z[ helios-setup] Feb 23 15:48:57.328 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
26202026-02-23T15:48:58.037Z[ helios-setup] Feb 23 15:48:57.328 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26212026-02-23T15:48:58.037Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26222026-02-23T15:49:01.852Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26232026-02-23T15:49:04.520ZFeb 23 15:49:03.834 DEBG process exited with exit status: 0 (60.208945962s)
26242026-02-23T15:49:04.544ZFeb 23 15:49:03.837 INFO [incorp-manifest] task succeeded (60.212279882s)
26252026-02-23T15:49:04.544ZFeb 23 15:49:03.838 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26262026-02-23T15:49:04.923ZFeb 23 15:49:04.238 INFO [incorp-fmt] process exited with exit status: 0 (401.215933ms)
26272026-02-23T15:49:04.948ZFeb 23 15:49:04.238 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26282026-02-23T15:49:05.537Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260223T154904Z
26292026-02-23T15:49:05.537Z[ incorp-pkgsend] PUBLISHED
26302026-02-23T15:49:05.614ZFeb 23 15:49:04.928 INFO [incorp-pkgsend] process exited with exit status: 0 (689.643971ms)
26312026-02-23T15:49:05.638ZFeb 23 15:49:04.928 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26322026-02-23T15:49:06.261Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26332026-02-23T15:49:06.285Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26342026-02-23T15:49:06.350Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26352026-02-23T15:49:06.350Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26362026-02-23T15:49:06.374Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26372026-02-23T15:49:06.374Z[ helios-incorp]
26382026-02-23T15:49:06.374Z[ helios-incorp] Archiving packages ...
26392026-02-23T15:49:06.374Z[ helios-incorp] Packages to add: 1
26402026-02-23T15:49:06.374Z[ helios-incorp] Files to retrieve: 0
26412026-02-23T15:49:06.374Z[ helios-incorp] Estimated transfer size: 0.00 B
26422026-02-23T15:49:06.374Z[ helios-incorp]
26432026-02-23T15:49:06.374Z[ helios-incorp] Packages to archive:
26442026-02-23T15:49:06.374Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260223T154904Z
26452026-02-23T15:49:06.375Z[ helios-incorp]
26462026-02-23T15:49:06.375Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26472026-02-23T15:49:06.375Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26482026-02-23T15:49:06.437ZFeb 23 15:49:05.751 INFO [helios-incorp] process exited with exit status: 0 (822.557432ms)
26492026-02-23T15:49:08.480Z[ helios-setup] Feb 23 15:49:07.794 INFO clone ok!, project: amd-firmware
26502026-02-23T15:49:08.504Z[ helios-setup] Feb 23 15:49:07.795 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
26512026-02-23T15:49:08.504Z[ helios-setup] Feb 23 15:49:07.795 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26522026-02-23T15:49:08.504Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26532026-02-23T15:49:09.726Z[ helios-setup] Feb 23 15:49:09.040 INFO clone ok!, project: chelsio-t6-roms
26542026-02-23T15:49:09.750Z[ helios-setup] Feb 23 15:49:09.040 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
26552026-02-23T15:49:09.750Z[ helios-setup] Feb 23 15:49:09.040 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26562026-02-23T15:49:09.750Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26572026-02-23T15:49:10.349Z[ helios-setup] Feb 23 15:49:09.663 INFO clone ok!, project: bootserver
26582026-02-23T15:49:10.373Z[ helios-setup] Feb 23 15:49:09.663 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26592026-02-23T15:49:10.373Z[ helios-setup] Feb 23 15:49:09.663 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
26602026-02-23T15:49:10.373Z[ helios-setup] Feb 23 15:49:09.663 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26612026-02-23T15:49:10.374Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26622026-02-23T15:49:11.347Z[ helios-setup] Feb 23 15:49:10.662 INFO clone ok!, project: pilot
26632026-02-23T15:49:11.347Z[ helios-setup] Feb 23 15:49:10.662 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
26642026-02-23T15:49:11.371Z[ helios-setup] Feb 23 15:49:10.662 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26652026-02-23T15:49:11.371Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26662026-02-23T15:49:12.295Z[ helios-setup] Feb 23 15:49:11.609 INFO clone ok!, project: dmar-report
26672026-02-23T15:49:12.295Z[ helios-setup] Feb 23 15:49:11.610 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26682026-02-23T15:49:12.769Z[ helios-setup] Feb 23 15:49:12.083 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26692026-02-23T15:49:13.172Z[ helios-setup] Feb 23 15:49:12.486 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26702026-02-23T15:49:13.173Z[ helios-setup] Feb 23 15:49:12.487 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26712026-02-23T15:49:13.574Z[ helios-setup] Feb 23 15:49:12.888 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26722026-02-23T15:49:14.007Z[ helios-setup] Feb 23 15:49:13.321 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26732026-02-23T15:49:14.008Z[ helios-setup] Feb 23 15:49:13.322 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26742026-02-23T15:49:14.438Z[ helios-setup] Feb 23 15:49:13.752 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26752026-02-23T15:49:14.837Z[ helios-setup] Feb 23 15:49:14.151 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26762026-02-23T15:49:14.837Z[ helios-setup] Feb 23 15:49:14.152 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26772026-02-23T15:49:14.837Z[ helios-setup] Feb 23 15:49:14.152 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26782026-02-23T15:49:14.861Z[ helios-setup] Feb 23 15:49:14.152 INFO ok!
26792026-02-23T15:49:14.861Z[ helios-setup] Feb 23 15:49:14.152 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26802026-02-23T15:49:14.861Z[ helios-setup] Feb 23 15:49:14.152 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26812026-02-23T15:49:14.861Z[ helios-setup] Feb 23 15:49:14.152 INFO ok!
26822026-02-23T15:49:14.861Z[ helios-setup] Feb 23 15:49:14.152 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26832026-02-23T15:49:14.861Z[ helios-setup] Feb 23 15:49:14.152 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26842026-02-23T15:49:14.861Z[ helios-setup] Feb 23 15:49:14.152 INFO ok!
26852026-02-23T15:49:14.861Z[ helios-setup] Feb 23 15:49:14.152 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26862026-02-23T15:49:14.920Z[ helios-setup] Feb 23 15:49:14.234 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
26872026-02-23T15:49:14.920Z[ helios-setup] Feb 23 15:49:14.234 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26882026-02-23T15:49:14.944Z[ helios-setup] Feb 23 15:49:14.234 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26892026-02-23T15:49:15.201Z[ helios-setup] Feb 23 15:49:14.515 INFO E| Downloading crates ...
26902026-02-23T15:49:15.273Z[ helios-setup] Feb 23 15:49:14.587 INFO E| Downloaded miniz_oxide v0.8.8
26912026-02-23T15:49:15.320Z[ helios-setup] Feb 23 15:49:14.634 INFO E| Compiling adler2 v2.0.0
26922026-02-23T15:49:15.444Z[ helios-setup] Feb 23 15:49:14.758 INFO E| Compiling miniz_oxide v0.8.8
26932026-02-23T15:49:17.153Z[ helios-setup] Feb 23 15:49:16.468 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26942026-02-23T15:49:17.914Z[ helios-setup] Feb 23 15:49:17.228 INFO E| Finished `release` profile [optimized] target(s) in 2.90s
26952026-02-23T15:49:17.938Z[ helios-setup] Feb 23 15:49:17.240 INFO building project "pinprick" ok (3 seconds)
26962026-02-23T15:49:17.938Z[ helios-setup] Feb 23 15:49:17.240 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26972026-02-23T15:49:18.051Z[ helios-setup] Feb 23 15:49:17.365 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')"
26982026-02-23T15:49:18.051Z[ helios-setup] Feb 23 15:49:17.365 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26992026-02-23T15:49:18.051Z[ helios-setup] Feb 23 15:49:17.365 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27002026-02-23T15:49:18.366Z[ helios-setup] Feb 23 15:49:17.680 INFO E| Updating crates.io index
27012026-02-23T15:49:18.366Z[ helios-setup] Feb 23 15:49:17.680 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27022026-02-23T15:49:18.959Z[ helios-setup] Feb 23 15:49:18.273 INFO E| From https://github.com/oxidecomputer/amd-apcb
27032026-02-23T15:49:18.984Z[ helios-setup] Feb 23 15:49:18.273 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27042026-02-23T15:49:19.047Z[ helios-setup] Feb 23 15:49:18.361 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27052026-02-23T15:49:19.559Z[ helios-setup] Feb 23 15:49:18.873 INFO E| From https://github.com/oxidecomputer/amd-efs
27062026-02-23T15:49:19.559Z[ helios-setup] Feb 23 15:49:18.873 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27072026-02-23T15:49:19.761Z[ helios-setup] Feb 23 15:49:19.075 INFO E| Downloading crates ...
27082026-02-23T15:49:19.809Z[ helios-setup] Feb 23 15:49:19.123 INFO E| Downloaded modular-bitfield-impl v0.13.1
27092026-02-23T15:49:19.835Z[ helios-setup] Feb 23 15:49:19.127 INFO E| Downloaded modular-bitfield v0.13.1
27102026-02-23T15:49:19.835Z[ helios-setup] Feb 23 15:49:19.139 INFO E| Downloaded unic-ucd-version v0.9.0
27112026-02-23T15:49:19.835Z[ helios-setup] Feb 23 15:49:19.142 INFO E| Downloaded unicode-ident v1.0.18
27122026-02-23T15:49:19.835Z[ helios-setup] Feb 23 15:49:19.147 INFO E| Downloaded zerocopy-derive v0.8.25
27132026-02-23T15:49:19.860Z[ helios-setup] Feb 23 15:49:19.155 INFO E| Downloaded typenum v1.18.0
27142026-02-23T15:49:19.860Z[ helios-setup] Feb 23 15:49:19.159 INFO E| Downloaded serde_json v1.0.140
27152026-02-23T15:49:19.860Z[ helios-setup] Feb 23 15:49:19.167 INFO E| Downloaded pest_generator v2.8.0
27162026-02-23T15:49:19.860Z[ helios-setup] Feb 23 15:49:19.169 INFO E| Downloaded goblin v0.9.3
27172026-02-23T15:49:19.884Z[ helios-setup] Feb 23 15:49:19.175 INFO E| Downloaded strum v0.27.1
27182026-02-23T15:49:19.884Z[ helios-setup] Feb 23 15:49:19.177 INFO E| Downloaded vec_map v0.8.2
27192026-02-23T15:49:19.884Z[ helios-setup] Feb 23 15:49:19.178 INFO E| Downloaded serde v1.0.219
27202026-02-23T15:49:19.884Z[ helios-setup] Feb 23 15:49:19.181 INFO E| Downloaded rustversion v1.0.20
27212026-02-23T15:49:19.884Z[ helios-setup] Feb 23 15:49:19.183 INFO E| Downloaded modular-bitfield v0.11.2
27222026-02-23T15:49:19.884Z[ helios-setup] Feb 23 15:49:19.195 INFO E| Downloaded unic-ucd-ident v0.9.0
27232026-02-23T15:49:19.884Z[ helios-setup] Feb 23 15:49:19.197 INFO E| Downloaded thiserror-impl v2.0.12
27242026-02-23T15:49:19.907Z[ helios-setup] Feb 23 15:49:19.199 INFO E| Downloaded serde_derive v1.0.219
27252026-02-23T15:49:19.908Z[ helios-setup] Feb 23 15:49:19.201 INFO E| Downloaded libc v0.2.172
27262026-02-23T15:49:19.932Z[ helios-setup] Feb 23 15:49:19.226 INFO E| Downloaded fletcher v1.0.0
27272026-02-23T15:49:19.932Z[ helios-setup] Feb 23 15:49:19.227 INFO E| Downloaded parse_int v0.9.0
27282026-02-23T15:49:19.932Z[ helios-setup] Feb 23 15:49:19.228 INFO E| Downloaded zerocopy v0.8.25
27292026-02-23T15:49:19.956Z[ helios-setup] Feb 23 15:49:19.255 INFO E| Downloaded clap v2.34.0
27302026-02-23T15:49:19.956Z[ helios-setup] Feb 23 15:49:19.261 INFO E| Downloaded pest v2.8.0
27312026-02-23T15:49:19.956Z[ helios-setup] Feb 23 15:49:19.266 INFO E| Downloaded modular-bitfield-impl v0.11.2
27322026-02-23T15:49:19.956Z[ helios-setup] Feb 23 15:49:19.267 INFO E| Downloaded log v0.4.27
27332026-02-23T15:49:19.956Z[ helios-setup] Feb 23 15:49:19.270 INFO E| Downloaded syn v2.0.101
27342026-02-23T15:49:19.983Z[ helios-setup] Feb 23 15:49:19.287 INFO E| Downloaded four-cc v0.4.0
27352026-02-23T15:49:19.983Z[ helios-setup] Feb 23 15:49:19.288 INFO E| Downloaded ansi_term v0.12.1
27362026-02-23T15:49:19.983Z[ helios-setup] Feb 23 15:49:19.290 INFO E| Downloaded unic-char-range v0.9.0
27372026-02-23T15:49:19.983Z[ helios-setup] Feb 23 15:49:19.292 INFO E| Downloaded unic-char-property v0.9.0
27382026-02-23T15:49:20.007Z[ helios-setup] Feb 23 15:49:19.298 INFO E| Downloaded textwrap v0.11.0
27392026-02-23T15:49:20.007Z[ helios-setup] Feb 23 15:49:19.300 INFO E| Downloaded strum_macros v0.27.1
27402026-02-23T15:49:20.007Z[ helios-setup] Feb 23 15:49:19.302 INFO E| Downloaded structopt-derive v0.4.18
27412026-02-23T15:49:20.007Z[ helios-setup] Feb 23 15:49:19.303 INFO E| Downloaded structopt v0.3.26
27422026-02-23T15:49:20.007Z[ helios-setup] Feb 23 15:49:19.311 INFO E| Downloaded scroll_derive v0.12.1
27432026-02-23T15:49:20.007Z[ helios-setup] Feb 23 15:49:19.312 INFO E| Downloaded pest_meta v2.8.0
27442026-02-23T15:49:20.008Z[ helios-setup] Feb 23 15:49:19.314 INFO E| Downloaded pest_derive v2.8.0
27452026-02-23T15:49:20.008Z[ helios-setup] Feb 23 15:49:19.316 INFO E| Downloaded dyn-clone v1.0.19
27462026-02-23T15:49:20.008Z[ helios-setup] Feb 23 15:49:19.318 INFO E| Downloaded cpufeatures v0.2.17
27472026-02-23T15:49:20.008Z[ helios-setup] Feb 23 15:49:19.319 INFO E| Downloaded bytesize v2.0.1
27482026-02-23T15:49:20.008Z[ helios-setup] Feb 23 15:49:19.321 INFO E| Downloaded unic-common v0.9.0
27492026-02-23T15:49:20.034Z[ helios-setup] Feb 23 15:49:19.322 INFO E| Downloaded thiserror v2.0.12
27502026-02-23T15:49:20.034Z[ helios-setup] Feb 23 15:49:19.328 INFO E| Downloaded strsim v0.8.0
27512026-02-23T15:49:20.034Z[ helios-setup] Feb 23 15:49:19.330 INFO E| Downloaded ryu v1.0.20
27522026-02-23T15:49:20.034Z[ helios-setup] Feb 23 15:49:19.333 INFO E| Downloaded proc-macro2 v1.0.95
27532026-02-23T15:49:20.034Z[ helios-setup] Feb 23 15:49:19.335 INFO E| Downloaded itoa v1.0.15
27542026-02-23T15:49:20.085Z[ helios-setup] Feb 23 15:49:19.400 INFO E| Compiling proc-macro2 v1.0.95
27552026-02-23T15:49:20.110Z[ helios-setup] Feb 23 15:49:19.419 INFO E| Compiling unicode-ident v1.0.18
27562026-02-23T15:49:20.110Z[ helios-setup] Feb 23 15:49:19.419 INFO E| Compiling memchr v2.7.4
27572026-02-23T15:49:20.110Z[ helios-setup] Feb 23 15:49:19.419 INFO E| Compiling autocfg v1.4.0
27582026-02-23T15:49:20.110Z[ helios-setup] Feb 23 15:49:19.419 INFO E| Compiling thiserror v2.0.12
27592026-02-23T15:49:20.110Z[ helios-setup] Feb 23 15:49:19.419 INFO E| Compiling serde v1.0.219
27602026-02-23T15:49:20.110Z[ helios-setup] Feb 23 15:49:19.419 INFO E| Compiling syn v1.0.109
27612026-02-23T15:49:20.110Z[ helios-setup] Feb 23 15:49:19.419 INFO E| Compiling version_check v0.9.5
27622026-02-23T15:49:21.018Z[ helios-setup] Feb 23 15:49:20.333 INFO E| Compiling serde_json v1.0.140
27632026-02-23T15:49:21.449Z[ helios-setup] Feb 23 15:49:20.763 INFO E| Compiling schemars v0.8.22
27642026-02-23T15:49:21.473Z[ helios-setup] Feb 23 15:49:20.764 INFO E| Compiling itoa v1.0.15
27652026-02-23T15:49:21.630Z[ helios-setup] Feb 23 15:49:20.944 INFO E| Compiling num-traits v0.2.19
27662026-02-23T15:49:21.825Z[ helios-setup] Feb 23 15:49:21.139 INFO E| Compiling ryu v1.0.20
27672026-02-23T15:49:21.864Z[ helios-setup] Feb 23 15:49:21.179 INFO E| Compiling memoffset v0.9.1
27682026-02-23T15:49:22.089Z[ helios-setup] Feb 23 15:49:21.404 INFO E| Compiling proc-macro-error-attr v1.0.4
27692026-02-23T15:49:22.310Z[ helios-setup] Feb 23 15:49:21.625 INFO E| Compiling ucd-trie v0.1.7
27702026-02-23T15:49:22.387Z[ helios-setup] Feb 23 15:49:21.701 INFO E| Compiling paste v1.0.15
27712026-02-23T15:49:22.475Z[ helios-setup] Feb 23 15:49:21.789 INFO E| Compiling static_assertions v1.1.0
27722026-02-23T15:49:22.627Z[ helios-setup] Feb 23 15:49:21.940 INFO E| Compiling rustversion v1.0.20
27732026-02-23T15:49:22.814Z[ helios-setup] Feb 23 15:49:22.128 INFO E| Compiling dyn-clone v1.0.19
27742026-02-23T15:49:22.879Z[ helios-setup] Feb 23 15:49:22.192 INFO E| Compiling quote v1.0.40
27752026-02-23T15:49:22.913Z[ helios-setup] Feb 23 15:49:22.227 INFO E| Compiling zerocopy v0.8.25
27762026-02-23T15:49:23.074Z[ helios-setup] Feb 23 15:49:22.388 INFO E| Compiling libc v0.2.172
27772026-02-23T15:49:23.384Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27782026-02-23T15:49:23.508Z[ helios-setup] Feb 23 15:49:22.823 INFO E| Compiling syn v2.0.101
27792026-02-23T15:49:23.746Z[ helios-setup] Feb 23 15:49:23.061 INFO E| Compiling proc-macro-error v1.0.4
27802026-02-23T15:49:23.967Z[ helios-setup] Feb 23 15:49:23.281 INFO E| Compiling once_cell v1.21.3
27812026-02-23T15:49:24.974Z[ helios-setup] Feb 23 15:49:24.288 INFO E| Compiling unicode-segmentation v1.12.0
27822026-02-23T15:49:25.348Z[ helios-setup] Feb 23 15:49:24.663 INFO E| Compiling unicode-width v0.1.14
27832026-02-23T15:49:25.471Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27842026-02-23T15:49:26.036Z[ helios-setup] Feb 23 15:49:25.350 INFO E| Compiling heck v0.5.0
27852026-02-23T15:49:26.185Z[ helios-setup] Feb 23 15:49:25.500 INFO E| Compiling textwrap v0.11.0
27862026-02-23T15:49:26.325Z[ helios-setup] Feb 23 15:49:25.639 INFO E| Compiling parse_int v0.9.0
27872026-02-23T15:49:26.349Z[ helios-setup] Feb 23 15:49:25.661 INFO E| Compiling heck v0.3.3
27882026-02-23T15:49:26.517Z[ helios-setup] Feb 23 15:49:25.832 INFO E| Compiling atty v0.2.14
27892026-02-23T15:49:26.579Z[ helios-setup] Feb 23 15:49:25.893 INFO E| Compiling ansi_term v0.12.1
27902026-02-23T15:49:26.629Z[ helios-setup] Feb 23 15:49:25.944 INFO E| Compiling vec_map v0.8.2
27912026-02-23T15:49:26.852Z[ helios-setup] Feb 23 15:49:26.165 INFO E| Compiling byteorder v1.5.0
27922026-02-23T15:49:26.968Z[ helios-setup] Feb 23 15:49:26.283 INFO E| Compiling unic-common v0.9.0
27932026-02-23T15:49:27.105Z[ helios-setup] Feb 23 15:49:26.420 INFO E| Compiling strsim v0.8.0
27942026-02-23T15:49:27.143Z[ helios-setup] Feb 23 15:49:26.458 INFO E| Compiling strum v0.27.1
27952026-02-23T15:49:27.186Z[ helios-setup] Feb 23 15:49:26.500 INFO E| Compiling bitflags v1.3.2
27962026-02-23T15:49:27.302Z[ helios-setup] Feb 23 15:49:26.616 INFO E| Compiling unic-char-range v0.9.0
27972026-02-23T15:49:27.330Z[ helios-setup] Feb 23 15:49:26.644 INFO E| Compiling fletcher v1.0.0
27982026-02-23T15:49:27.356Z[ helios-setup] Feb 23 15:49:26.671 INFO E| Compiling unic-ucd-version v0.9.0
27992026-02-23T15:49:27.422Z[ helios-setup] Feb 23 15:49:26.736 INFO E| Compiling plain v0.2.3
28002026-02-23T15:49:27.511Z[ helios-setup] Feb 23 15:49:26.825 INFO E| Compiling clap v2.34.0
28012026-02-23T15:49:27.535Z[ helios-setup] Feb 23 15:49:26.849 INFO E| Compiling unic-char-property v0.9.0
28022026-02-23T15:49:27.665Z[ helios-setup] Feb 23 15:49:26.980 INFO E| Compiling log v0.4.27
28032026-02-23T15:49:27.730Z[ helios-setup] Feb 23 15:49:27.044 INFO E| Compiling lazy_static v1.5.0
28042026-02-23T15:49:27.802Z[ helios-setup] Feb 23 15:49:27.117 INFO E| Compiling unic-ucd-ident v0.9.0
28052026-02-23T15:49:27.879Z[ helios-setup] Feb 23 15:49:27.192 INFO E| Compiling bytesize v2.0.1
28062026-02-23T15:49:30.030Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28072026-02-23T15:49:31.961Z[ helios-setup] Feb 23 15:49:31.276 INFO E| Compiling modular-bitfield-impl v0.11.2
28082026-02-23T15:49:31.962Z[ helios-setup] Feb 23 15:49:31.276 INFO E| Compiling structopt-derive v0.4.18
28092026-02-23T15:49:32.114Z[ helios-setup] Feb 23 15:49:31.428 INFO E| Compiling serde_derive_internals v0.29.1
28102026-02-23T15:49:34.354Z[ helios-setup] Feb 23 15:49:33.668 INFO E| Compiling modular-bitfield v0.11.2
28112026-02-23T15:49:34.965Z[ helios-setup] Feb 23 15:49:34.280 INFO E| Compiling thiserror-impl v2.0.12
28122026-02-23T15:49:34.965Z[ helios-setup] Feb 23 15:49:34.280 INFO E| Compiling serde_derive v1.0.219
28132026-02-23T15:49:35.028Z[ helios-setup] Feb 23 15:49:34.342 INFO E| Compiling schemars_derive v0.8.22
28142026-02-23T15:49:35.062Z[ helios-setup] Feb 23 15:49:34.377 INFO E| Compiling zerocopy-derive v0.8.25
28152026-02-23T15:49:35.249Z[ helios-setup] Feb 23 15:49:34.563 INFO E| Compiling modular-bitfield-impl v0.13.1
28162026-02-23T15:49:35.325Z[ helios-setup] Feb 23 15:49:34.640 INFO E| Compiling num-derive v0.4.2
28172026-02-23T15:49:35.569Z[ helios-setup] Feb 23 15:49:34.883 INFO E| Compiling strum_macros v0.27.1
28182026-02-23T15:49:35.621Z[ helios-setup] Feb 23 15:49:34.935 INFO E| Compiling scroll_derive v0.12.1
28192026-02-23T15:49:38.317Z[ helios-setup] Feb 23 15:49:37.631 INFO E| Compiling scroll v0.12.0
28202026-02-23T15:49:38.689Z[ helios-setup] Feb 23 15:49:38.004 INFO E| Compiling structopt v0.3.26
28212026-02-23T15:49:39.083Z[ helios-setup] Feb 23 15:49:38.390 INFO E| Compiling goblin v0.9.3
28222026-02-23T15:49:39.199Z[ helios-setup] Feb 23 15:49:38.498 INFO E| Compiling modular-bitfield v0.13.1
28232026-02-23T15:49:39.332Z[ helios-setup] Feb 23 15:49:38.646 INFO E| Compiling pest v2.8.0
28242026-02-23T15:49:41.472Z[ helios-setup] Feb 23 15:49:40.787 INFO E| Compiling pest_meta v2.8.0
28252026-02-23T15:49:42.783Z[ helios-setup] Feb 23 15:49:42.098 INFO E| Compiling pest_generator v2.8.0
28262026-02-23T15:49:44.543Z[ helios-setup] Feb 23 15:49:43.857 INFO E| Compiling pest_derive v2.8.0
28272026-02-23T15:49:46.197Z[ helios-setup] Feb 23 15:49:45.511 INFO E| Compiling json5 v0.4.1
28282026-02-23T15:49:50.035Z[ helios-setup] Feb 23 15:49:49.349 INFO E| Compiling four-cc v0.4.0
28292026-02-23T15:49:50.035Z[ helios-setup] Feb 23 15:49:49.349 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28302026-02-23T15:49:50.220Z[ helios-setup] Feb 23 15:49:49.534 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28312026-02-23T15:49:52.030Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 47s
28322026-02-23T15:49:52.291Z[ omicron-package]
28332026-02-23T15:49:52.315Z[ omicron-package] real 1:47.906442634
28342026-02-23T15:49:52.315Z[ omicron-package] user 7:39.185584926
28352026-02-23T15:49:52.315Z[ omicron-package] sys 34.285178433
28362026-02-23T15:49:52.315Z[ omicron-package] trap 1.024290817
28372026-02-23T15:49:52.315Z[ omicron-package] tflt 0.738560381
28382026-02-23T15:49:52.315Z[ omicron-package] dflt 1.143783807
28392026-02-23T15:49:52.315Z[ omicron-package] kflt 0.001221794
28402026-02-23T15:49:52.315Z[ omicron-package] lock 24:25.102067158
28412026-02-23T15:49:52.315Z[ omicron-package] slp 27:39.287809545
28422026-02-23T15:49:52.315Z[ omicron-package] lat 4:06.465047236
28432026-02-23T15:49:52.315ZFeb 23 15:49:51.606 INFO [omicron-package] process exited with exit status: 0 (107.978641087s)
28442026-02-23T15:49:52.316Z[ omicron-package] stop 1:26.628266460
28452026-02-23T15:49:52.316ZFeb 23 15:49:51.606 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28462026-02-23T15:49:52.316ZFeb 23 15:49:51.607 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28472026-02-23T15:49:52.316Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28482026-02-23T15:49:52.316Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28492026-02-23T15:49:52.316Z[ host-target] Created new build target 'host' and set it as active
28502026-02-23T15:49:52.316Z[ recovery-target] Created new build target 'recovery' and set it as active
28512026-02-23T15:49:52.340ZFeb 23 15:49:51.635 INFO [host-target] process exited with exit status: 0 (28.528102ms)
28522026-02-23T15:49:52.340ZFeb 23 15:49:51.635 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28532026-02-23T15:49:52.340ZFeb 23 15:49:51.636 INFO [recovery-target] process exited with exit status: 0 (28.767867ms)
28542026-02-23T15:49:52.340Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28552026-02-23T15:49:55.272Z[ host-package] Compiling ring v0.17.14
28562026-02-23T15:49:55.409Z[ host-package] Compiling convert_case v0.4.0
28572026-02-23T15:49:55.409Z[ host-package] Compiling progenitor-impl v0.10.0
28582026-02-23T15:49:55.434Z[ host-package] Compiling is-terminal v0.4.13
28592026-02-23T15:49:55.510Z[ host-package] Compiling thread_local v1.1.8
28602026-02-23T15:49:55.535Z[ host-package] Compiling bytecount v0.6.8
28612026-02-23T15:49:55.699Z[ host-package] Compiling match_cfg v0.1.0
28622026-02-23T15:49:55.908Z[ host-package] Compiling hostname v0.3.1
28632026-02-23T15:49:55.950Z[ host-package] Compiling multer v3.1.0
28642026-02-23T15:49:55.989Z[ host-package] Compiling slog-async v2.8.0
28652026-02-23T15:49:56.046Z[ host-package] Compiling derive_more v0.99.20
28662026-02-23T15:49:56.079Z[ host-package] Compiling password-hash v0.5.0
28672026-02-23T15:49:56.135Z[ host-package] Compiling blake2 v0.10.6
28682026-02-23T15:49:56.173Z[ host-package] Compiling crossbeam-channel v0.5.15
28692026-02-23T15:49:57.019Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
28702026-02-23T15:49:57.173Z[ host-package] Compiling slog-json v2.6.1
28712026-02-23T15:49:57.590Z[ host-package] Compiling futures-executor v0.3.31
28722026-02-23T15:49:58.095Z[ host-package] Compiling serde_spanned v1.0.4
28732026-02-23T15:49:58.149Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
28742026-02-23T15:49:58.226Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
28752026-02-23T15:49:58.371Z[ host-package] Compiling unicode-width v0.1.14
28762026-02-23T15:49:58.676Z[ host-package] Compiling swrite v0.1.0
28772026-02-23T15:49:58.741Z[ host-package] Compiling term v1.1.0
28782026-02-23T15:49:58.892Z[ host-package] Compiling take_mut v0.2.2
28792026-02-23T15:49:58.954Z[ host-package] Compiling tabwriter v1.4.0
28802026-02-23T15:49:59.376Z[ host-package] Compiling slog-term v2.9.2
28812026-02-23T15:49:59.733Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
28822026-02-23T15:49:59.998Z[ host-package] Compiling futures v0.3.31
28832026-02-23T15:50:00.061Z[ host-package] Compiling progenitor-macro v0.10.0
28842026-02-23T15:50:00.180Z[ host-package] Compiling slog-bunyan v2.5.0
28852026-02-23T15:50:00.386Z[ host-package] Compiling rustls v0.23.19
28862026-02-23T15:50:00.443Z[ host-package] Compiling rustls v0.22.4
28872026-02-23T15:50:00.503Z[ host-package] Compiling argon2 v0.5.3
28882026-02-23T15:50:01.019Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28892026-02-23T15:50:01.458Z[ host-package] Compiling dropshot v0.16.7
28902026-02-23T15:50:01.560Z[ host-package] Compiling async-stream v0.3.6
28912026-02-23T15:50:01.872Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
28922026-02-23T15:50:02.114Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
28932026-02-23T15:50:02.388Z[ host-package] Compiling universal-hash v0.5.1
28942026-02-23T15:50:02.671Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28952026-02-23T15:50:02.727Z[ host-package] Compiling rustls-webpki v0.102.8
28962026-02-23T15:50:02.867Z[ host-package] Compiling waitgroup v0.1.2
28972026-02-23T15:50:03.172Z[ host-package] Compiling rustls-pemfile v2.2.0
28982026-02-23T15:50:03.689Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28992026-02-23T15:50:04.771Z[ host-package] Compiling serde_path_to_error v0.1.20
29002026-02-23T15:50:05.047Z[ host-package] Compiling hostname v0.4.2
29012026-02-23T15:50:05.345Z[ host-package] Compiling instant v0.1.13
29022026-02-23T15:50:05.515Z[ host-package] Compiling opaque-debug v0.3.1
29032026-02-23T15:50:05.558Z[ host-package] Compiling colored v3.0.0
29042026-02-23T15:50:05.677Z[ host-package] Compiling debug-ignore v1.0.5
29052026-02-23T15:50:05.782Z[ host-package] Compiling thiserror-no-std v2.0.2
29062026-02-23T15:50:05.928Z[ host-package] Compiling poly1305 v0.8.0
29072026-02-23T15:50:05.984Z[ host-package] Compiling backoff v0.4.0
29082026-02-23T15:50:06.185Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29092026-02-23T15:50:06.366Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
29102026-02-23T15:50:07.613Z[ host-package] Compiling parse-display v0.10.0
29112026-02-23T15:50:07.647Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29122026-02-23T15:50:08.116Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29132026-02-23T15:50:08.172Z[ host-package] Compiling chacha20 v0.9.1
29142026-02-23T15:50:08.823Z[ host-package] Compiling tokio-rustls v0.25.0
29152026-02-23T15:50:09.414Z[ host-package] Compiling aead v0.5.2
29162026-02-23T15:50:10.356Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
29172026-02-23T15:50:10.794Z[ host-package] Compiling tokio-rustls v0.26.0
29182026-02-23T15:50:11.372Z[ host-package] Compiling hyper-rustls v0.27.7
29192026-02-23T15:50:11.987Z[ host-package] Compiling reqwest v0.12.24
29202026-02-23T15:50:14.643Z[ host-package] Compiling macaddr v1.0.1
29212026-02-23T15:50:15.204Z[ host-package] Compiling derive-where v1.5.0
29222026-02-23T15:50:15.435Z[ host-package] Compiling chacha20poly1305 v0.10.1
29232026-02-23T15:50:15.776Z[ host-package] Compiling progenitor-client v0.11.2
29242026-02-23T15:50:16.419Z[ host-package] Compiling progenitor v0.11.2
29252026-02-23T15:50:16.745Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
29262026-02-23T15:50:20.119Z[ host-package] Compiling progenitor-client v0.10.0
29272026-02-23T15:50:20.693Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29282026-02-23T15:50:20.799Z[ host-package] Compiling vsss-rs v3.3.4
29292026-02-23T15:50:22.452Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29302026-02-23T15:50:23.377Z[ host-package] Compiling num-rational v0.4.2
29312026-02-23T15:50:23.809Z[ helios-setup] Feb 23 15:50:23.123 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
29322026-02-23T15:50:25.674Z[ host-package] Compiling num-complex v0.4.6
29332026-02-23T15:50:28.112Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29342026-02-23T15:50:28.273Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29352026-02-23T15:50:28.586Z[ host-package] Compiling progenitor v0.10.0
29362026-02-23T15:50:28.662Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29372026-02-23T15:50:28.975Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29382026-02-23T15:50:29.309Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29392026-02-23T15:50:32.754Z[ helios-setup] Feb 23 15:50:32.069 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29402026-02-23T15:50:33.090Z[ host-package] Compiling num v0.4.3
29412026-02-23T15:50:33.318Z[ host-package] Compiling console v0.15.10
29422026-02-23T15:50:33.412Z[ host-package] Compiling float-ord v0.3.2
29432026-02-23T15:50:34.130Z[ host-package] Compiling toml v0.8.23
29442026-02-23T15:50:35.616Z[ host-package] Compiling newline-converter v0.3.0
29452026-02-23T15:50:35.886Z[ host-package] Compiling atomicwrites v0.4.4
29462026-02-23T15:50:36.107Z[ host-package] Compiling prettyplease v0.2.36
29472026-02-23T15:50:36.181Z[ host-package] Compiling slog-dtrace v0.3.0
29482026-02-23T15:50:36.511Z[ host-package] Compiling expectorate v1.2.0
29492026-02-23T15:50:37.041Z[ host-package] Compiling cancel-safe-futures v0.1.5
29502026-02-23T15:50:37.763Z[ host-package] Compiling owo-colors v4.2.3
29512026-02-23T15:50:42.914Z[ host-package] Compiling resolv-conf v0.7.0
29522026-02-23T15:50:44.393Z[ host-package] Compiling libsw-core v0.3.1
29532026-02-23T15:50:45.394Z[ host-package] Compiling libsw v3.5.0
29542026-02-23T15:50:48.840Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29552026-02-23T15:50:49.346Z[ host-package] Compiling linear-map v1.2.0
29562026-02-23T15:50:49.418Z[ host-package] Compiling linked-hash-map v0.5.6
29572026-02-23T15:50:50.159Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29582026-02-23T15:50:50.299Z[ host-package] Compiling lru-cache v0.1.2
29592026-02-23T15:50:50.905Z[ host-package] Compiling unicode-xid v0.2.6
29602026-02-23T15:50:51.283Z[ host-package] Compiling hickory-proto v0.24.4
29612026-02-23T15:50:55.542Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29622026-02-23T15:50:56.629Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29632026-02-23T15:50:57.538Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29642026-02-23T15:50:58.419Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29652026-02-23T15:50:58.726Z[ host-package] Compiling hickory-resolver v0.24.4
29662026-02-23T15:51:00.654Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29672026-02-23T15:51:01.446Z[ helios-setup] Feb 23 15:51:00.760 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s
29682026-02-23T15:51:01.487Z[ helios-setup] Feb 23 15:51:00.802 INFO building project "amd-host-image-builder" ok (103 seconds)
29692026-02-23T15:51:01.487Z[ helios-setup] Feb 23 15:51:00.802 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
29702026-02-23T15:51:01.603Z[ helios-setup] Feb 23 15:51:00.918 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
29712026-02-23T15:51:01.603Z[ helios-setup] Feb 23 15:51:00.918 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29722026-02-23T15:51:01.628Z[ helios-setup] Feb 23 15:51:00.918 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29732026-02-23T15:51:01.909Z[ helios-setup] Feb 23 15:51:01.224 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29742026-02-23T15:51:02.364Z[ helios-setup] Feb 23 15:51:01.680 INFO E| From https://github.com/jclulow/rust-jmclib
29752026-02-23T15:51:02.364Z[ helios-setup] Feb 23 15:51:01.680 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29762026-02-23T15:51:02.389Z[ helios-setup] Feb 23 15:51:01.698 INFO E| Updating crates.io index
29772026-02-23T15:51:02.480Z[ helios-setup] Feb 23 15:51:01.795 INFO E| Downloading crates ...
29782026-02-23T15:51:02.664Z[ helios-setup] Feb 23 15:51:01.979 INFO E| Downloaded toml v0.5.11
29792026-02-23T15:51:02.688Z[ helios-setup] Feb 23 15:51:01.984 INFO E| Downloaded walkdir v2.3.3
29802026-02-23T15:51:02.688Z[ helios-setup] Feb 23 15:51:01.988 INFO E| Downloaded uuid v0.8.2
29812026-02-23T15:51:02.688Z[ helios-setup] Feb 23 15:51:01.993 INFO E| Downloaded serde_derive v1.0.193
29822026-02-23T15:51:02.712Z[ helios-setup] Feb 23 15:51:02.010 INFO E| Downloaded serde v1.0.193
29832026-02-23T15:51:02.712Z[ helios-setup] Feb 23 15:51:02.015 INFO E| Downloaded quote v1.0.31
29842026-02-23T15:51:02.712Z[ helios-setup] Feb 23 15:51:02.018 INFO E| Downloaded proc-macro2 v1.0.66
29852026-02-23T15:51:02.713Z[ helios-setup] Feb 23 15:51:02.020 INFO E| Downloaded serde_json v1.0.103
29862026-02-23T15:51:02.737Z[ helios-setup] Feb 23 15:51:02.028 INFO E| Downloaded getrandom v0.2.10
29872026-02-23T15:51:02.737Z[ helios-setup] Feb 23 15:51:02.031 INFO E| Downloaded anyhow v1.0.72
29882026-02-23T15:51:02.737Z[ helios-setup] Feb 23 15:51:02.036 INFO E| Downloaded unicode-ident v1.0.11
29892026-02-23T15:51:02.737Z[ helios-setup] Feb 23 15:51:02.039 INFO E| Downloaded typenum v1.16.0
29902026-02-23T15:51:02.737Z[ helios-setup] Feb 23 15:51:02.042 INFO E| Downloaded once_cell v1.18.0
29912026-02-23T15:51:02.737Z[ helios-setup] Feb 23 15:51:02.045 INFO E| Downloaded rustix v0.38.4
29922026-02-23T15:51:02.762Z[ helios-setup] Feb 23 15:51:02.069 INFO E| Downloaded glob v0.3.1
29932026-02-23T15:51:02.762Z[ helios-setup] Feb 23 15:51:02.070 INFO E| Downloaded unicode-width v0.1.10
29942026-02-23T15:51:02.762Z[ helios-setup] Feb 23 15:51:02.072 INFO E| Downloaded tempfile v3.7.0
29952026-02-23T15:51:02.793Z[ helios-setup] Feb 23 15:51:02.108 INFO E| Downloaded sha-1 v0.9.8
29962026-02-23T15:51:02.818Z[ helios-setup] Feb 23 15:51:02.111 INFO E| Downloaded opaque-debug v0.3.0
29972026-02-23T15:51:02.818Z[ helios-setup] Feb 23 15:51:02.112 INFO E| Downloaded syn v2.0.32
29982026-02-23T15:51:02.818Z[ helios-setup] Feb 23 15:51:02.122 INFO E| Downloaded libdevinfo-sys v1.0.0
29992026-02-23T15:51:02.818Z[ helios-setup] Feb 23 15:51:02.123 INFO E| Downloaded itoa v1.0.9
30002026-02-23T15:51:02.818Z[ helios-setup] Feb 23 15:51:02.125 INFO E| Downloaded fastrand v2.0.0
30012026-02-23T15:51:02.818Z[ helios-setup] Feb 23 15:51:02.126 INFO E| Downloaded digest v0.9.0
30022026-02-23T15:51:02.818Z[ helios-setup] Feb 23 15:51:02.127 INFO E| Downloaded cpufeatures v0.2.9
30032026-02-23T15:51:02.818Z[ helios-setup] Feb 23 15:51:02.129 INFO E| Downloaded block-buffer v0.9.0
30042026-02-23T15:51:02.818Z[ helios-setup] Feb 23 15:51:02.130 INFO E| Downloaded bitflags v2.3.3
30052026-02-23T15:51:02.818Z[ helios-setup] Feb 23 15:51:02.132 INFO E| Downloaded ryu v1.0.15
30062026-02-23T15:51:02.842Z[ helios-setup] Feb 23 15:51:02.136 INFO E| Downloaded md-5 v0.9.1
30072026-02-23T15:51:02.843Z[ helios-setup] Feb 23 15:51:02.137 INFO E| Downloaded errno v0.3.1
30082026-02-23T15:51:02.909Z[ helios-setup] Feb 23 15:51:02.224 INFO E| Downloaded libc v0.2.147
30092026-02-23T15:51:02.995Z[ helios-setup] Feb 23 15:51:02.309 INFO E| Compiling libc v0.2.147
30102026-02-23T15:51:02.995Z[ helios-setup] Feb 23 15:51:02.310 INFO E| Compiling proc-macro2 v1.0.66
30112026-02-23T15:51:02.995Z[ helios-setup] Feb 23 15:51:02.310 INFO E| Compiling cfg-if v1.0.0
30122026-02-23T15:51:03.019Z[ helios-setup] Feb 23 15:51:02.310 INFO E| Compiling unicode-ident v1.0.11
30132026-02-23T15:51:03.019Z[ helios-setup] Feb 23 15:51:02.310 INFO E| Compiling typenum v1.16.0
30142026-02-23T15:51:03.019Z[ helios-setup] Feb 23 15:51:02.310 INFO E| Compiling version_check v0.9.4
30152026-02-23T15:51:03.019Z[ helios-setup] Feb 23 15:51:02.310 INFO E| Compiling serde v1.0.193
30162026-02-23T15:51:03.019Z[ helios-setup] Feb 23 15:51:02.310 INFO E| Compiling time-core v0.1.2
30172026-02-23T15:51:03.714Z[ helios-setup] Feb 23 15:51:03.029 INFO E| Compiling num-conv v0.1.0
30182026-02-23T15:51:03.786Z[ helios-setup] Feb 23 15:51:03.102 INFO E| Compiling itoa v1.0.9
30192026-02-23T15:51:04.171Z[ helios-setup] Feb 23 15:51:03.487 INFO E| Compiling rustix v0.38.4
30202026-02-23T15:51:04.224Z[ helios-setup] Feb 23 15:51:03.539 INFO E| Compiling powerfmt v0.2.0
30212026-02-23T15:51:04.350Z[ helios-setup] Feb 23 15:51:03.665 INFO E| Compiling slog v2.7.0
30222026-02-23T15:51:04.619Z[ helios-setup] Feb 23 15:51:03.934 INFO E| Compiling generic-array v0.14.7
30232026-02-23T15:51:04.950Z[ helios-setup] Feb 23 15:51:04.265 INFO E| Compiling quote v1.0.31
30242026-02-23T15:51:04.993Z[ helios-setup] Feb 23 15:51:04.309 INFO E| Compiling deranged v0.3.11
30252026-02-23T15:51:05.467Z[ helios-setup] Feb 23 15:51:04.782 INFO E| Compiling time-macros v0.2.18
30262026-02-23T15:51:05.790Z[ helios-setup] Feb 23 15:51:05.105 INFO E| Compiling syn v2.0.32
30272026-02-23T15:51:05.815Z[ helios-setup] Feb 23 15:51:05.114 INFO E| Compiling bitflags v2.3.3
30282026-02-23T15:51:05.979Z[ helios-setup] Feb 23 15:51:05.295 INFO E| Compiling once_cell v1.18.0
30292026-02-23T15:51:06.247Z[ helios-setup] Feb 23 15:51:05.562 INFO E| Compiling num_threads v0.1.6
30302026-02-23T15:51:06.827Z[ helios-setup] Feb 23 15:51:06.142 INFO E| Compiling thread_local v1.1.7
30312026-02-23T15:51:06.940Z[ helios-setup] Feb 23 15:51:06.255 INFO E| Compiling dirs-sys-next v0.1.2
30322026-02-23T15:51:07.438Z[ helios-setup] Feb 23 15:51:06.753 INFO E| Compiling dirs-next v2.0.0
30332026-02-23T15:51:07.608Z[ helios-setup] Feb 23 15:51:06.924 INFO E| Compiling errno v0.3.1
30342026-02-23T15:51:07.932Z[ helios-setup] Feb 23 15:51:07.247 INFO E| Compiling term v0.7.0
30352026-02-23T15:51:08.117Z[ helios-setup] Feb 23 15:51:07.433 INFO E| Compiling atty v0.2.14
30362026-02-23T15:51:08.236Z[ helios-setup] Feb 23 15:51:07.551 INFO E| Compiling fastrand v2.0.0
30372026-02-23T15:51:08.340Z[ helios-setup] Feb 23 15:51:07.653 INFO E| Compiling anyhow v1.0.72
30382026-02-23T15:51:08.365Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30392026-02-23T15:51:08.412Z[ helios-setup] Feb 23 15:51:07.728 INFO E| Compiling serde_json v1.0.103
30402026-02-23T15:51:08.729Z[ helios-setup] Feb 23 15:51:08.045 INFO E| Compiling digest v0.9.0
30412026-02-23T15:51:09.163Z[ helios-setup] Feb 23 15:51:08.479 INFO E| Compiling block-buffer v0.9.0
30422026-02-23T15:51:09.371Z[ helios-setup] Feb 23 15:51:08.686 INFO E| Compiling opaque-debug v0.3.0
30432026-02-23T15:51:09.485Z[ helios-setup] Feb 23 15:51:08.801 INFO E| Compiling getrandom v0.2.10
30442026-02-23T15:51:09.518Z[ helios-setup] Feb 23 15:51:08.833 INFO E| Compiling same-file v1.0.6
30452026-02-23T15:51:09.594Z[ helios-setup] Feb 23 15:51:08.909 INFO E| Compiling unicode-width v0.1.10
30462026-02-23T15:51:10.008Z[ helios-setup] Feb 23 15:51:09.323 INFO E| Compiling cpufeatures v0.2.9
30472026-02-23T15:51:10.141Z[ helios-setup] Feb 23 15:51:09.456 INFO E| Compiling ryu v1.0.15
30482026-02-23T15:51:10.231Z[ helios-setup] Feb 23 15:51:09.546 INFO E| Compiling sha-1 v0.9.8
30492026-02-23T15:51:10.305Z[ helios-setup] Feb 23 15:51:09.621 INFO E| Compiling getopts v0.2.21
30502026-02-23T15:51:10.384Z[ helios-setup] Feb 23 15:51:09.699 INFO E| Compiling time v0.3.36
30512026-02-23T15:51:10.453Z[ helios-setup] Feb 23 15:51:09.768 INFO E| Compiling walkdir v2.3.3
30522026-02-23T15:51:11.080Z[ helios-setup] Feb 23 15:51:10.395 INFO E| Compiling tempfile v3.7.0
30532026-02-23T15:51:11.251Z[ helios-setup] Feb 23 15:51:10.566 INFO E| Compiling md-5 v0.9.1
30542026-02-23T15:51:11.609Z[ helios-setup] Feb 23 15:51:10.924 INFO E| Compiling glob v0.3.1
30552026-02-23T15:51:11.695Z[ helios-setup] Feb 23 15:51:11.010 INFO E| Compiling libdevinfo-sys v1.0.0
30562026-02-23T15:51:12.530Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30572026-02-23T15:51:13.258Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30582026-02-23T15:51:13.322Z[ helios-setup] Feb 23 15:51:12.637 INFO E| Compiling serde_derive v1.0.193
30592026-02-23T15:51:13.469Z[ helios-setup] Feb 23 15:51:12.784 INFO E| Compiling slog-term v2.9.0
30602026-02-23T15:51:16.278Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30612026-02-23T15:51:16.456Z[ host-package] Compiling convert_case v0.7.1
30622026-02-23T15:51:17.246Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30632026-02-23T15:51:22.296Z[ host-package] Compiling derive_more-impl v2.0.1
30642026-02-23T15:51:23.202Z[ host-package] Compiling qorb v0.4.1
30652026-02-23T15:51:23.331Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30662026-02-23T15:51:24.396Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30672026-02-23T15:51:24.512Z[ helios-setup] Feb 23 15:51:23.828 INFO E| Compiling toml v0.5.11
30682026-02-23T15:51:24.512Z[ helios-setup] Feb 23 15:51:23.828 INFO E| Compiling uuid v0.8.2
30692026-02-23T15:51:26.507Z[ helios-setup] Feb 23 15:51:25.823 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30702026-02-23T15:51:28.118Z[ helios-setup] Feb 23 15:51:27.433 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30712026-02-23T15:51:29.270Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30722026-02-23T15:51:30.200Z[ host-package] Compiling derive_more v2.0.1
30732026-02-23T15:51:30.275Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30742026-02-23T15:51:30.404Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30752026-02-23T15:51:30.639Z[ host-package] Compiling vte_generate_state_changes v0.1.2
30762026-02-23T15:51:30.812Z[ host-package] Compiling termtree v0.5.1
30772026-02-23T15:51:30.999Z[ host-package] Compiling siphasher v1.0.1
30782026-02-23T15:51:31.221Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30792026-02-23T15:51:31.341Z[ host-package] Compiling vte v0.11.1
30802026-02-23T15:51:31.454Z[ host-package] Compiling phf_shared v0.12.1
30812026-02-23T15:51:31.953Z[ host-package] Compiling crossterm v0.29.0
30822026-02-23T15:51:32.158Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30832026-02-23T15:51:36.672Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30842026-02-23T15:51:38.497Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30852026-02-23T15:51:39.377Z[ helios-setup] Feb 23 15:51:38.693 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.63s
30862026-02-23T15:51:39.405Z[ helios-setup] Feb 23 15:51:38.720 INFO building project "image-builder" ok (37 seconds)
30872026-02-23T15:51:39.405Z[ helios-setup] Feb 23 15:51:38.721 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
30882026-02-23T15:51:39.474Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30892026-02-23T15:51:39.512Z[ helios-setup] Feb 23 15:51:38.827 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
30902026-02-23T15:51:39.512Z[ helios-setup] Feb 23 15:51:38.827 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30912026-02-23T15:51:39.537Z[ helios-setup] Feb 23 15:51:38.827 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30922026-02-23T15:51:39.752Z[ helios-setup] Feb 23 15:51:39.067 INFO E| Downloading crates ...
30932026-02-23T15:51:39.846Z[ helios-setup] Feb 23 15:51:39.161 INFO E| Downloaded cpufeatures v0.2.5
30942026-02-23T15:51:39.875Z[ helios-setup] Feb 23 15:51:39.190 INFO E| Downloaded sha2 v0.10.5
30952026-02-23T15:51:39.900Z[ helios-setup] Feb 23 15:51:39.193 INFO E| Downloaded typenum v1.15.0
30962026-02-23T15:51:39.900Z[ helios-setup] Feb 23 15:51:39.197 INFO E| Downloaded flate2 v1.0.25
30972026-02-23T15:51:39.900Z[ helios-setup] Feb 23 15:51:39.202 INFO E| Downloaded miniz_oxide v0.6.2
30982026-02-23T15:51:39.900Z[ helios-setup] Feb 23 15:51:39.205 INFO E| Downloaded bytes v1.2.1
30992026-02-23T15:51:39.900Z[ helios-setup] Feb 23 15:51:39.209 INFO E| Downloaded anyhow v1.0.62
31002026-02-23T15:51:39.900Z[ helios-setup] Feb 23 15:51:39.213 INFO E| Downloaded digest v0.10.3
31012026-02-23T15:51:39.925Z[ helios-setup] Feb 23 15:51:39.216 INFO E| Downloaded block-buffer v0.10.3
31022026-02-23T15:51:39.925Z[ helios-setup] Feb 23 15:51:39.217 INFO E| Downloaded generic-array v0.14.6
31032026-02-23T15:51:39.970Z[ helios-setup] Feb 23 15:51:39.286 INFO E| Compiling typenum v1.15.0
31042026-02-23T15:51:39.970Z[ helios-setup] Feb 23 15:51:39.286 INFO E| Compiling version_check v0.9.4
31052026-02-23T15:51:39.995Z[ helios-setup] Feb 23 15:51:39.286 INFO E| Compiling cfg-if v1.0.0
31062026-02-23T15:51:39.995Z[ helios-setup] Feb 23 15:51:39.286 INFO E| Compiling crc32fast v1.3.2
31072026-02-23T15:51:39.995Z[ helios-setup] Feb 23 15:51:39.286 INFO E| Compiling anyhow v1.0.62
31082026-02-23T15:51:39.995Z[ helios-setup] Feb 23 15:51:39.286 INFO E| Compiling adler v1.0.2
31092026-02-23T15:51:39.995Z[ helios-setup] Feb 23 15:51:39.286 INFO E| Compiling unicode-width v0.1.10
31102026-02-23T15:51:39.996Z[ helios-setup] Feb 23 15:51:39.287 INFO E| Compiling cpufeatures v0.2.5
31112026-02-23T15:51:40.352Z[ helios-setup] Feb 23 15:51:39.668 INFO E| Compiling bitflags v1.3.2
31122026-02-23T15:51:40.578Z[ host-package] Compiling csv-core v0.1.11
31132026-02-23T15:51:40.677Z[ helios-setup] Feb 23 15:51:39.992 INFO E| Compiling miniz_oxide v0.6.2
31142026-02-23T15:51:40.742Z[ helios-setup] Feb 23 15:51:40.057 INFO E| Compiling getopts v0.2.21
31152026-02-23T15:51:40.819Z[ helios-setup] Feb 23 15:51:40.134 INFO E| Compiling bytes v1.2.1
31162026-02-23T15:51:40.920Z[ helios-setup] Feb 23 15:51:40.236 INFO E| Compiling generic-array v0.14.6
31172026-02-23T15:51:42.061Z[ host-package] Compiling highway v1.3.0
31182026-02-23T15:51:42.161Z[ helios-setup] Feb 23 15:51:41.477 INFO E| Compiling flate2 v1.0.25
31192026-02-23T15:51:43.795Z[ host-package] Compiling chrono-tz v0.10.4
31202026-02-23T15:51:44.439Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31212026-02-23T15:51:44.556Z[ host-package] Compiling tough v0.20.0
31222026-02-23T15:51:45.613Z[ helios-setup] Feb 23 15:51:44.928 INFO E| Compiling block-buffer v0.10.3
31232026-02-23T15:51:45.613Z[ helios-setup] Feb 23 15:51:44.928 INFO E| Compiling crypto-common v0.1.6
31242026-02-23T15:51:45.925Z[ helios-setup] Feb 23 15:51:45.239 INFO E| Compiling digest v0.10.3
31252026-02-23T15:51:46.282Z[ helios-setup] Feb 23 15:51:45.597 INFO E| Compiling sha2 v0.10.5
31262026-02-23T15:51:46.335Z[ host-package] Compiling csv v1.3.1
31272026-02-23T15:51:46.458Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31282026-02-23T15:51:46.831Z[ helios-setup] Feb 23 15:51:46.147 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31292026-02-23T15:51:47.104Z[ host-package] Compiling strip-ansi-escapes v0.2.0
31302026-02-23T15:51:47.664Z[ host-package] Compiling phf v0.12.1
31312026-02-23T15:51:48.180Z[ host-package] Compiling const_format_proc_macros v0.2.34
31322026-02-23T15:51:48.346Z[ host-package] Compiling papergrid v0.11.0
31332026-02-23T15:51:48.395Z[ host-package] Compiling tabled_derive v0.7.0
31342026-02-23T15:51:48.844Z[ host-package] Compiling fd-lock v4.0.2
31352026-02-23T15:51:49.323Z[ host-package] Compiling peg-macros v0.8.5
31362026-02-23T15:51:50.465Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31372026-02-23T15:51:50.979Z[ helios-setup] Feb 23 15:51:50.295 INFO E| Finished `release` profile [optimized] target(s) in 11.36s
31382026-02-23T15:51:51.004Z[ helios-setup] Feb 23 15:51:50.310 INFO building project "bootserver" ok (11 seconds)
31392026-02-23T15:51:51.004Z[ helios-setup] Feb 23 15:51:50.310 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31402026-02-23T15:51:51.048Z[ host-package] Compiling nu-ansi-term v0.50.1
31412026-02-23T15:51:51.082Z[ helios-setup] Feb 23 15:51:50.397 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
31422026-02-23T15:51:51.082Z[ helios-setup] Feb 23 15:51:50.397 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31432026-02-23T15:51:51.108Z[ helios-setup] Feb 23 15:51:50.397 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31442026-02-23T15:51:51.343Z[ helios-setup] Feb 23 15:51:50.658 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31452026-02-23T15:51:51.611Z[ host-package] Compiling reedline v0.40.0
31462026-02-23T15:51:51.811Z[ helios-setup] Feb 23 15:51:51.126 INFO E| From https://github.com/jclulow/hiercmd
31472026-02-23T15:51:51.812Z[ helios-setup] Feb 23 15:51:51.126 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
31482026-02-23T15:51:51.837Z[ helios-setup] Feb 23 15:51:51.148 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
31492026-02-23T15:51:52.220Z[ host-package] Compiling tabled v0.15.0
31502026-02-23T15:51:52.342Z[ helios-setup] Feb 23 15:51:51.658 INFO E| From https://github.com/oxidecomputer/network-interface
31512026-02-23T15:51:52.342Z[ helios-setup] Feb 23 15:51:51.658 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31522026-02-23T15:51:52.368Z[ helios-setup] Feb 23 15:51:51.684 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31532026-02-23T15:51:52.512Z[ host-package] Compiling peg v0.8.5
31542026-02-23T15:51:52.704Z[ host-package] Compiling const_format v0.2.34
31552026-02-23T15:51:52.909Z[ helios-setup] Feb 23 15:51:52.224 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31562026-02-23T15:51:52.909Z[ helios-setup] Feb 23 15:51:52.224 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31572026-02-23T15:51:52.951Z[ helios-setup] Feb 23 15:51:52.266 INFO E| Updating crates.io index
31582026-02-23T15:51:53.149Z[ helios-setup] Feb 23 15:51:52.464 INFO E| Downloading crates ...
31592026-02-23T15:51:53.305Z[ helios-setup] Feb 23 15:51:52.621 INFO E| Downloaded generic-array v0.14.9
31602026-02-23T15:51:53.331Z[ helios-setup] Feb 23 15:51:52.625 INFO E| Downloaded clap v4.5.51
31612026-02-23T15:51:53.331Z[ helios-setup] Feb 23 15:51:52.643 INFO E| Downloaded serde_spanned v1.0.3
31622026-02-23T15:51:53.331Z[ helios-setup] Feb 23 15:51:52.646 INFO E| Downloaded terminal_size v0.4.3
31632026-02-23T15:51:53.357Z[ helios-setup] Feb 23 15:51:52.649 INFO E| Downloaded tls_codec v0.4.2
31642026-02-23T15:51:53.357Z[ helios-setup] Feb 23 15:51:52.653 INFO E| Downloaded toml_datetime v0.7.3
31652026-02-23T15:51:53.357Z[ helios-setup] Feb 23 15:51:52.659 INFO E| Downloaded uuid v1.18.1
31662026-02-23T15:51:53.357Z[ helios-setup] Feb 23 15:51:52.664 INFO E| Downloaded zeroize v1.8.2
31672026-02-23T15:51:53.357Z[ helios-setup] Feb 23 15:51:52.668 INFO E| Downloaded unicode-ident v1.0.22
31682026-02-23T15:51:53.357Z[ helios-setup] Feb 23 15:51:52.673 INFO E| Downloaded toml_edit v0.23.7
31692026-02-23T15:51:53.383Z[ helios-setup] Feb 23 15:51:52.679 INFO E| Downloaded mio v1.1.0
31702026-02-23T15:51:53.383Z[ helios-setup] Feb 23 15:51:52.688 INFO E| Downloaded iddqd v0.3.14
31712026-02-23T15:51:53.407Z[ helios-setup] Feb 23 15:51:52.702 INFO E| Downloaded serde_json v1.0.145
31722026-02-23T15:51:53.407Z[ helios-setup] Feb 23 15:51:52.717 INFO E| Downloaded winnow v0.7.13
31732026-02-23T15:51:53.432Z[ helios-setup] Feb 23 15:51:52.739 INFO E| Downloaded time v0.3.44
31742026-02-23T15:51:53.476Z[ helios-setup] Feb 23 15:51:52.791 INFO E| Downloaded libm v0.2.15
31752026-02-23T15:51:53.501Z[ helios-setup] Feb 23 15:51:52.804 INFO E| Downloaded num-bigint-dig v0.8.4
31762026-02-23T15:51:53.501Z[ helios-setup] Feb 23 15:51:52.810 INFO E| Downloaded bytes v1.10.1
31772026-02-23T15:51:53.501Z[ helios-setup] Feb 23 15:51:52.816 INFO E| Downloaded memchr v2.7.6
31782026-02-23T15:51:53.526Z[ helios-setup] Feb 23 15:51:52.822 INFO E| Downloaded indexmap v2.12.0
31792026-02-23T15:51:53.526Z[ helios-setup] Feb 23 15:51:52.834 INFO E| Downloaded unicode-width v0.2.2
31802026-02-23T15:51:53.526Z[ helios-setup] Feb 23 15:51:52.841 INFO E| Downloaded syn v2.0.108
31812026-02-23T15:51:53.551Z[ helios-setup] Feb 23 15:51:52.860 INFO E| Downloaded proc-macro2 v1.0.103
31822026-02-23T15:51:53.551Z[ helios-setup] Feb 23 15:51:52.865 INFO E| Downloaded typenum v1.19.0
31832026-02-23T15:51:53.576Z[ helios-setup] Feb 23 15:51:52.869 INFO E| Downloaded toml v0.9.8
31842026-02-23T15:51:53.576Z[ helios-setup] Feb 23 15:51:52.876 INFO E| Downloaded rustix v1.1.2
31852026-02-23T15:51:53.600Z[ helios-setup] Feb 23 15:51:52.911 INFO E| Downloaded term v1.2.0
31862026-02-23T15:51:53.601Z[ helios-setup] Feb 23 15:51:52.915 INFO E| Downloaded quote v1.0.41
31872026-02-23T15:51:53.626Z[ helios-setup] Feb 23 15:51:52.918 INFO E| Downloaded parking_lot_core v0.9.12
31882026-02-23T15:51:53.626Z[ helios-setup] Feb 23 15:51:52.921 INFO E| Downloaded miniz_oxide v0.8.9
31892026-02-23T15:51:53.626Z[ helios-setup] Feb 23 15:51:52.924 INFO E| Downloaded log v0.4.28
31902026-02-23T15:51:53.626Z[ helios-setup] Feb 23 15:51:52.927 INFO E| Downloaded iana-time-zone v0.1.64
31912026-02-23T15:51:53.626Z[ helios-setup] Feb 23 15:51:52.930 INFO E| Downloaded find-msvc-tools v0.1.4
31922026-02-23T15:51:53.626Z[ helios-setup] Feb 23 15:51:52.932 INFO E| Downloaded clap_derive v4.5.49
31932026-02-23T15:51:53.626Z[ helios-setup] Feb 23 15:51:52.935 INFO E| Downloaded bitflags v2.10.0
31942026-02-23T15:51:53.626Z[ helios-setup] Feb 23 15:51:52.940 INFO E| Downloaded toml_writer v1.0.4
31952026-02-23T15:51:53.650Z[ helios-setup] Feb 23 15:51:52.943 INFO E| Downloaded tls_codec_derive v0.4.2
31962026-02-23T15:51:53.651Z[ helios-setup] Feb 23 15:51:52.945 INFO E| Downloaded pkg-config v0.3.32
31972026-02-23T15:51:53.651Z[ helios-setup] Feb 23 15:51:52.947 INFO E| Downloaded pin-project-lite v0.2.16
31982026-02-23T15:51:53.651Z[ helios-setup] Feb 23 15:51:52.953 INFO E| Downloaded parking_lot v0.12.5
31992026-02-23T15:51:53.651Z[ helios-setup] Feb 23 15:51:52.956 INFO E| Downloaded hashbrown v0.16.0
32002026-02-23T15:51:53.651Z[ helios-setup] Feb 23 15:51:52.962 INFO E| Downloaded crc32fast v1.5.0
32012026-02-23T15:51:53.651Z[ helios-setup] Feb 23 15:51:52.964 INFO E| Downloaded toml_parser v1.0.4
32022026-02-23T15:51:53.676Z[ helios-setup] Feb 23 15:51:52.968 INFO E| Downloaded thread_local v1.1.9
32032026-02-23T15:51:53.676Z[ helios-setup] Feb 23 15:51:52.970 INFO E| Downloaded thiserror-impl v2.0.17
32042026-02-23T15:51:53.676Z[ helios-setup] Feb 23 15:51:52.972 INFO E| Downloaded signal-hook-registry v1.4.6
32052026-02-23T15:51:53.676Z[ helios-setup] Feb 23 15:51:52.973 INFO E| Downloaded getrandom v0.2.16
32062026-02-23T15:51:53.676Z[ helios-setup] Feb 23 15:51:52.990 INFO E| Downloaded flate2 v1.1.5
32072026-02-23T15:51:53.701Z[ helios-setup] Feb 23 15:51:52.996 INFO E| Downloaded libc v0.2.177
32082026-02-23T15:51:53.725Z[ helios-setup] Feb 23 15:51:53.021 INFO E| Downloaded thiserror v2.0.17
32092026-02-23T15:51:53.725Z[ helios-setup] Feb 23 15:51:53.028 INFO E| Downloaded tokio v1.48.0
32102026-02-23T15:51:53.753Z[ helios-setup] Feb 23 15:51:53.069 INFO E| Downloaded ppv-lite86 v0.2.21
32112026-02-23T15:51:53.778Z[ helios-setup] Feb 23 15:51:53.070 INFO E| Downloaded lock_api v0.4.14
32122026-02-23T15:51:53.778Z[ helios-setup] Feb 23 15:51:53.071 INFO E| Downloaded getopts v0.2.24
32132026-02-23T15:51:53.778Z[ helios-setup] Feb 23 15:51:53.073 INFO E| Downloaded slab v0.4.11
32142026-02-23T15:51:53.778Z[ helios-setup] Feb 23 15:51:53.074 INFO E| Downloaded num_enum v0.7.5
32152026-02-23T15:51:53.778Z[ helios-setup] Feb 23 15:51:53.080 INFO E| Downloaded num_enum_derive v0.7.5
32162026-02-23T15:51:53.778Z[ helios-setup] Feb 23 15:51:53.081 INFO E| Downloaded is_terminal_polyfill v1.70.2
32172026-02-23T15:51:53.778Z[ helios-setup] Feb 23 15:51:53.082 INFO E| Downloaded is-terminal v0.4.17
32182026-02-23T15:51:53.778Z[ helios-setup] Feb 23 15:51:53.083 INFO E| Downloaded flagset v0.4.7
32192026-02-23T15:51:53.778Z[ helios-setup] Feb 23 15:51:53.084 INFO E| Downloaded env_filter v0.1.4
32202026-02-23T15:51:53.778Z[ helios-setup] Feb 23 15:51:53.086 INFO E| Downloaded devinfo v0.1.0
32212026-02-23T15:51:53.778Z[ helios-setup] Feb 23 15:51:53.087 INFO E| Downloaded deranged v0.5.5
32222026-02-23T15:51:53.778Z[ helios-setup] Feb 23 15:51:53.089 INFO E| Downloaded crc v3.3.0
32232026-02-23T15:51:53.778Z[ helios-setup] Feb 23 15:51:53.091 INFO E| Downloaded colorchoice v1.0.4
32242026-02-23T15:51:53.779Z[ helios-setup] Feb 23 15:51:53.092 INFO E| Downloaded clap_lex v0.7.6
32252026-02-23T15:51:53.779Z[ helios-setup] Feb 23 15:51:53.093 INFO E| Downloaded clap_builder v4.5.51
32262026-02-23T15:51:53.804Z[ helios-setup] Feb 23 15:51:53.100 INFO E| Downloaded chrono v0.4.42
32272026-02-23T15:51:53.804Z[ helios-setup] Feb 23 15:51:53.107 INFO E| Downloaded bitfield-macros v0.19.3
32282026-02-23T15:51:53.804Z[ helios-setup] Feb 23 15:51:53.108 INFO E| Downloaded proc-macro-crate v3.4.0
32292026-02-23T15:51:53.804Z[ helios-setup] Feb 23 15:51:53.109 INFO E| Downloaded libdevinfo-sys v1.1.0
32302026-02-23T15:51:53.804Z[ helios-setup] Feb 23 15:51:53.110 INFO E| Downloaded errno v0.3.14
32312026-02-23T15:51:53.804Z[ helios-setup] Feb 23 15:51:53.112 INFO E| Downloaded cc v1.2.44
32322026-02-23T15:51:53.804Z[ helios-setup] Feb 23 15:51:53.115 INFO E| Downloaded autocfg v1.5.0
32332026-02-23T15:51:53.804Z[ helios-setup] Feb 23 15:51:53.117 INFO E| Downloaded anyhow v1.0.100
32342026-02-23T15:51:53.830Z[ helios-setup] Feb 23 15:51:53.121 INFO E| Downloaded anstyle-query v1.1.4
32352026-02-23T15:51:53.830Z[ helios-setup] Feb 23 15:51:53.123 INFO E| Downloaded anstyle-parse v0.2.7
32362026-02-23T15:51:53.830Z[ helios-setup] Feb 23 15:51:53.124 INFO E| Downloaded anstyle v1.0.13
32372026-02-23T15:51:53.830Z[ helios-setup] Feb 23 15:51:53.126 INFO E| Downloaded anstream v0.6.21
32382026-02-23T15:51:53.830Z[ helios-setup] Feb 23 15:51:53.128 INFO E| Downloaded bitfield v0.19.3
32392026-02-23T15:51:53.830Z[ helios-setup] Feb 23 15:51:53.130 INFO E| Downloaded base64ct v1.8.0
32402026-02-23T15:51:53.830Z[ helios-setup] Feb 23 15:51:53.132 INFO E| Downloaded adler2 v2.0.1
32412026-02-23T15:51:53.930Z[ helios-setup] Feb 23 15:51:53.245 INFO E| Compiling proc-macro2 v1.0.103
32422026-02-23T15:51:53.930Z[ helios-setup] Feb 23 15:51:53.245 INFO E| Compiling quote v1.0.41
32432026-02-23T15:51:53.954Z[ helios-setup] Feb 23 15:51:53.245 INFO E| Compiling unicode-ident v1.0.22
32442026-02-23T15:51:53.955Z[ helios-setup] Feb 23 15:51:53.245 INFO E| Compiling libc v0.2.177
32452026-02-23T15:51:53.955Z[ helios-setup] Feb 23 15:51:53.245 INFO E| Compiling serde_core v1.0.228
32462026-02-23T15:51:53.955Z[ helios-setup] Feb 23 15:51:53.245 INFO E| Compiling cfg-if v1.0.4
32472026-02-23T15:51:53.955Z[ helios-setup] Feb 23 15:51:53.245 INFO E| Compiling serde v1.0.228
32482026-02-23T15:51:53.955Z[ helios-setup] Feb 23 15:51:53.245 INFO E| Compiling version_check v0.9.5
32492026-02-23T15:51:54.538Z[ helios-setup] Feb 23 15:51:53.853 INFO E| Compiling autocfg v1.5.0
32502026-02-23T15:51:54.905Z[ helios-setup] Feb 23 15:51:54.221 INFO E| Compiling const-oid v0.9.6
32512026-02-23T15:51:55.051Z[ helios-setup] Feb 23 15:51:54.367 INFO E| Compiling typenum v1.19.0
32522026-02-23T15:51:55.468Z[ helios-setup] Feb 23 15:51:54.784 INFO E| Compiling generic-array v0.14.9
32532026-02-23T15:51:55.492Z[ helios-setup] Feb 23 15:51:54.799 INFO E| Compiling libm v0.2.15
32542026-02-23T15:51:56.606Z[ helios-setup] Feb 23 15:51:55.922 INFO E| Compiling num-traits v0.2.19
32552026-02-23T15:51:56.842Z[ helios-setup] Feb 23 15:51:56.158 INFO E| Compiling zerocopy v0.8.27
32562026-02-23T15:51:58.466Z[ helios-setup] Feb 23 15:51:57.781 INFO E| Compiling rustversion v1.0.22
32572026-02-23T15:51:58.717Z[ helios-setup] Feb 23 15:51:58.032 INFO E| Compiling smallvec v1.15.1
32582026-02-23T15:51:58.808Z[ helios-setup] Feb 23 15:51:58.123 INFO E| Compiling zeroize v1.8.2
32592026-02-23T15:51:59.499Z[ helios-setup] Feb 23 15:51:58.814 INFO E| Compiling base64ct v1.8.0
32602026-02-23T15:51:59.794Z[ helios-setup] Feb 23 15:51:59.109 INFO E| Compiling getrandom v0.2.16
32612026-02-23T15:52:00.133Z[ helios-setup] Feb 23 15:51:59.449 INFO E| Compiling syn v2.0.108
32622026-02-23T15:52:00.539Z[ helios-setup] Feb 23 15:51:59.855 INFO E| Compiling flagset v0.4.7
32632026-02-23T15:52:00.571Z[ helios-setup] Feb 23 15:51:59.887 INFO E| Compiling anyhow v1.0.100
32642026-02-23T15:52:01.172Z[ helios-setup] Feb 23 15:52:00.487 INFO E| Compiling pem-rfc7468 v0.7.0
32652026-02-23T15:52:01.656Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-02-23T15:52:01.810Z[ helios-setup] Feb 23 15:52:01.126 INFO E| Compiling hashbrown v0.16.0
32672026-02-23T15:52:02.372Z[ helios-setup] Feb 23 15:52:01.687 INFO E| Compiling byteorder v1.5.0
32682026-02-23T15:52:03.358Z[ helios-setup] Feb 23 15:52:02.674 INFO E| Compiling block-buffer v0.10.4
32692026-02-23T15:52:03.450Z[ helios-setup] Feb 23 15:52:02.765 INFO E| Compiling crypto-common v0.1.6
32702026-02-23T15:52:03.588Z[ helios-setup] Feb 23 15:52:02.904 INFO E| Compiling utf8parse v0.2.2
32712026-02-23T15:52:03.934Z[ helios-setup] Feb 23 15:52:03.250 INFO E| Compiling memchr v2.7.6
32722026-02-23T15:52:04.071Z[ helios-setup] Feb 23 15:52:03.387 INFO E| Compiling rustix v1.1.2
32732026-02-23T15:52:04.276Z[ helios-setup] Feb 23 15:52:03.591 INFO E| Compiling digest v0.10.7
32742026-02-23T15:52:04.341Z[ helios-setup] Feb 23 15:52:03.653 INFO E| Compiling crc32fast v1.5.0
32752026-02-23T15:52:04.628Z[ helios-setup] Feb 23 15:52:03.943 INFO E| Compiling equivalent v1.0.2
32762026-02-23T15:52:05.059Z[ helios-setup] Feb 23 15:52:04.375 INFO E| Compiling bitflags v2.10.0
32772026-02-23T15:52:05.152Z[ helios-setup] Feb 23 15:52:04.468 INFO E| Compiling winnow v0.7.13
32782026-02-23T15:52:05.391Z[ helios-setup] Feb 23 15:52:04.707 INFO E| Compiling indexmap v2.12.0
32792026-02-23T15:52:05.572Z[ helios-setup] Feb 23 15:52:04.888 INFO E| Compiling anstyle-parse v0.2.7
32802026-02-23T15:52:05.910Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32812026-02-23T15:52:06.447Z[ helios-setup] Feb 23 15:52:05.762 INFO E| Compiling rand_core v0.6.4
32822026-02-23T15:52:06.556Z[ helios-setup] Feb 23 15:52:05.871 INFO E| Compiling errno v0.3.14
32832026-02-23T15:52:06.856Z[ helios-setup] Feb 23 15:52:06.171 INFO E| Compiling allocator-api2 v0.2.21
32842026-02-23T15:52:06.901Z[ helios-setup] Feb 23 15:52:06.216 INFO E| Compiling colorchoice v1.0.4
32852026-02-23T15:52:07.364Z[ helios-setup] Feb 23 15:52:06.680 INFO E| Compiling syn v1.0.109
32862026-02-23T15:52:07.496Z[ helios-setup] Feb 23 15:52:06.812 INFO E| Compiling is_terminal_polyfill v1.70.2
32872026-02-23T15:52:07.543Z[ helios-setup] Feb 23 15:52:06.859 INFO E| Compiling cpufeatures v0.2.17
32882026-02-23T15:52:08.084Z[ helios-setup] Feb 23 15:52:07.400 INFO E| Compiling shlex v1.3.0
32892026-02-23T15:52:08.119Z[ helios-setup] Feb 23 15:52:07.435 INFO E| Compiling toml_datetime v0.7.3
32902026-02-23T15:52:08.277Z[ helios-setup] Feb 23 15:52:07.591 INFO E| Compiling anstyle-query v1.1.4
32912026-02-23T15:52:08.565Z[ helios-setup] Feb 23 15:52:07.881 INFO E| Compiling anstyle v1.0.13
32922026-02-23T15:52:08.727Z[ helios-setup] Feb 23 15:52:08.042 INFO E| Compiling find-msvc-tools v0.1.4
32932026-02-23T15:52:08.824Z[ helios-setup] Feb 23 15:52:08.139 INFO E| Compiling radium v0.7.0
32942026-02-23T15:52:09.219Z[ helios-setup] Feb 23 15:52:08.535 INFO E| Compiling cc v1.2.44
32952026-02-23T15:52:09.244Z[ helios-setup] Feb 23 15:52:08.547 INFO E| Compiling sha2 v0.10.9
32962026-02-23T15:52:09.433Z[ helios-setup] Feb 23 15:52:08.749 INFO E| Compiling anstream v0.6.21
32972026-02-23T15:52:11.833Z[ helios-setup] Feb 23 15:52:11.148 INFO E| Compiling toml_parser v1.0.4
32982026-02-23T15:52:12.171Z[ helios-setup] Feb 23 15:52:11.487 INFO E| Compiling slog v2.8.2
32992026-02-23T15:52:12.939Z[ helios-setup] Feb 23 15:52:12.255 INFO E| Compiling pin-project-lite v0.2.16
33002026-02-23T15:52:13.284Z[ helios-setup] Feb 23 15:52:12.599 INFO E| Compiling futures-core v0.3.31
33012026-02-23T15:52:13.441Z[ host-package] Compiling bcs v0.1.6
33022026-02-23T15:52:13.466Z[ helios-setup] Feb 23 15:52:12.775 INFO E| Compiling toml_edit v0.23.7
33032026-02-23T15:52:13.536Z[ helios-setup] Feb 23 15:52:12.852 INFO E| Compiling pkg-config v0.3.32
33042026-02-23T15:52:13.642Z[ helios-setup] Feb 23 15:52:12.957 INFO E| Compiling parking_lot_core v0.9.12
33052026-02-23T15:52:13.731Z[ helios-setup] Feb 23 15:52:13.047 INFO E| Compiling unicode-width v0.2.2
33062026-02-23T15:52:14.160Z[ helios-setup] Feb 23 15:52:13.476 INFO E| Compiling tap v1.0.1
33072026-02-23T15:52:14.266Z[ host-package] Compiling semver v0.1.20
33082026-02-23T15:52:14.403Z[ helios-setup] Feb 23 15:52:13.718 INFO E| Compiling maybe-uninit v2.0.0
33092026-02-23T15:52:14.706Z[ helios-setup] Feb 23 15:52:14.021 INFO E| Compiling futures-sink v0.3.31
33102026-02-23T15:52:14.822Z[ helios-setup] Feb 23 15:52:14.138 INFO E| Compiling wyz v0.5.1
33112026-02-23T15:52:14.968Z[ helios-setup] Feb 23 15:52:14.284 INFO E| Compiling getopts v0.2.24
33122026-02-23T15:52:15.098Z[ helios-setup] Feb 23 15:52:14.414 INFO E| Compiling futures-channel v0.3.31
33132026-02-23T15:52:15.172Z[ host-package] Compiling rustc_version v0.1.7
33142026-02-23T15:52:15.417Z[ helios-setup] Feb 23 15:52:14.733 INFO E| Compiling proc-macro-crate v3.4.0
33152026-02-23T15:52:15.498Z[ helios-setup] Feb 23 15:52:14.814 INFO E| Compiling terminal_size v0.4.3
33162026-02-23T15:52:15.523Z[ helios-setup] Feb 23 15:52:14.824 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33172026-02-23T15:52:15.970Z[ host-package] Compiling newtype_derive v0.1.6
33182026-02-23T15:52:16.392Z[ helios-setup] Feb 23 15:52:15.707 INFO E| Compiling num-integer v0.1.46
33192026-02-23T15:52:16.652Z[ helios-setup] Feb 23 15:52:15.968 INFO E| Compiling ahash v0.8.12
33202026-02-23T15:52:16.772Z[ helios-setup] Feb 23 15:52:16.087 INFO E| Compiling itoa v1.0.15
33212026-02-23T15:52:16.881Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33222026-02-23T15:52:17.075Z[ helios-setup] Feb 23 15:52:16.391 INFO E| Compiling num-bigint-dig v0.8.4
33232026-02-23T15:52:17.318Z[ helios-setup] Feb 23 15:52:16.634 INFO E| Compiling bytes v1.10.1
33242026-02-23T15:52:17.343Z[ host-package] Compiling humantime v2.2.0
33252026-02-23T15:52:17.393Z[ helios-setup] Feb 23 15:52:16.709 INFO E| Compiling slab v0.4.11
33262026-02-23T15:52:17.716Z[ helios-setup] Feb 23 15:52:17.032 INFO E| Compiling serde_derive v1.0.228
33272026-02-23T15:52:18.103Z[ helios-setup] Feb 23 15:52:17.418 INFO E| Compiling zerocopy-derive v0.8.27
33282026-02-23T15:52:18.382Z[ helios-setup] Feb 23 15:52:17.698 INFO E| Compiling der_derive v0.7.3
33292026-02-23T15:52:18.459Z[ helios-setup] Feb 23 15:52:17.775 INFO E| Compiling futures-macro v0.3.31
33302026-02-23T15:52:18.459Z[ helios-setup] Feb 23 15:52:17.775 INFO E| Compiling strsim v0.11.1
33312026-02-23T15:52:18.943Z[ helios-setup] Feb 23 15:52:18.259 INFO E| Compiling pin-utils v0.1.0
33322026-02-23T15:52:19.368Z[ helios-setup] Feb 23 15:52:18.684 INFO E| Compiling funty v2.0.0
33332026-02-23T15:52:19.392Z[ host-package] Compiling smawk v0.3.2
33342026-02-23T15:52:20.013Z[ host-package] Compiling unicode-linebreak v0.1.5
33352026-02-23T15:52:20.615Z[ host-package] Compiling dropshot-api-manager-types v0.3.0
33362026-02-23T15:52:20.962Z[ host-package] Compiling textwrap v0.16.2
33372026-02-23T15:52:21.054Z[ helios-setup] Feb 23 15:52:20.369 INFO E| Compiling futures-task v0.3.31
33382026-02-23T15:52:21.342Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33392026-02-23T15:52:21.367Z[ helios-setup] Feb 23 15:52:20.675 INFO E| Compiling packed_struct v0.10.1
33402026-02-23T15:52:21.799Z[ helios-setup] Feb 23 15:52:21.114 INFO E| Compiling der v0.7.10
33412026-02-23T15:52:21.961Z[ helios-setup] Feb 23 15:52:21.277 INFO E| Compiling heck v0.5.0
33422026-02-23T15:52:22.033Z[ helios-setup] Feb 23 15:52:21.349 INFO E| Compiling getrandom v0.3.4
33432026-02-23T15:52:22.409Z[ helios-setup] Feb 23 15:52:21.725 INFO E| Compiling spin v0.9.8
33442026-02-23T15:52:22.433Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33452026-02-23T15:52:22.629Z[ host-package] Compiling steno v0.4.1
33462026-02-23T15:52:22.771Z[ helios-setup] Feb 23 15:52:22.087 INFO E| Compiling num-conv v0.1.0
33472026-02-23T15:52:23.189Z[ helios-setup] Feb 23 15:52:22.505 INFO E| Compiling futures-io v0.3.31
33482026-02-23T15:52:23.314Z[ helios-setup] Feb 23 15:52:22.630 INFO E| Compiling thiserror v1.0.69
33492026-02-23T15:52:23.368Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33502026-02-23T15:52:23.399Z[ helios-setup] Feb 23 15:52:22.715 INFO E| Compiling powerfmt v0.2.0
33512026-02-23T15:52:24.297Z[ helios-setup] Feb 23 15:52:23.613 INFO E| Compiling clap_lex v0.7.6
33522026-02-23T15:52:24.589Z[ helios-setup] Feb 23 15:52:23.905 INFO E| Compiling time-core v0.1.6
33532026-02-23T15:52:24.665Z[ helios-setup] Feb 23 15:52:23.980 INFO E| Compiling scopeguard v1.2.0
33542026-02-23T15:52:25.031Z[ helios-setup] Feb 23 15:52:24.346 INFO E| Compiling lock_api v0.4.14
33552026-02-23T15:52:25.240Z[ helios-setup] Feb 23 15:52:24.555 INFO E| Compiling time-macros v0.2.24
33562026-02-23T15:52:25.401Z[ helios-setup] Feb 23 15:52:24.717 INFO E| Compiling clap_builder v4.5.51
33572026-02-23T15:52:26.194Z[ helios-setup] Feb 23 15:52:25.510 INFO E| Compiling spki v0.7.3
33582026-02-23T15:52:26.255Z[ host-package] Compiling utf-8 v0.7.6
33592026-02-23T15:52:26.303Z[ helios-setup] Feb 23 15:52:25.601 INFO E| Compiling deranged v0.5.5
33602026-02-23T15:52:27.392Z[ host-package] Compiling moka v0.12.10
33612026-02-23T15:52:27.577Z[ helios-setup] Feb 23 15:52:26.893 INFO E| Compiling pkcs8 v0.10.2
33622026-02-23T15:52:28.795Z[ helios-setup] Feb 23 15:52:28.111 INFO E| Compiling packed_struct_codegen v0.10.1
33632026-02-23T15:52:28.871Z[ host-package] Compiling tagptr v0.2.0
33642026-02-23T15:52:29.416Z[ helios-setup] Feb 23 15:52:28.729 INFO E| Compiling futures-util v0.3.31
33652026-02-23T15:52:29.901Z[ host-package] Compiling tungstenite v0.21.0
33662026-02-23T15:52:30.159Z[ helios-setup] Feb 23 15:52:29.475 INFO E| Compiling lazy_static v1.5.0
33672026-02-23T15:52:30.396Z[ helios-setup] Feb 23 15:52:29.711 INFO E| Compiling clap_derive v4.5.49
33682026-02-23T15:52:30.686Z[ helios-setup] Feb 23 15:52:30.002 INFO E| Compiling ppv-lite86 v0.2.21
33692026-02-23T15:52:31.109Z[ helios-setup] Feb 23 15:52:30.425 INFO E| Compiling erased-serde v0.3.31
33702026-02-23T15:52:31.872Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33712026-02-23T15:52:32.110Z[ helios-setup] Feb 23 15:52:31.426 INFO E| Compiling rand_chacha v0.3.1
33722026-02-23T15:52:32.268Z[ helios-setup] Feb 23 15:52:31.584 INFO E| Compiling bitvec v1.0.1
33732026-02-23T15:52:32.412Z[ host-package] Compiling tokio-tungstenite v0.21.0
33742026-02-23T15:52:32.463Z[ helios-setup] Feb 23 15:52:31.779 INFO E| Compiling zerocopy-derive v0.6.6
33752026-02-23T15:52:33.168Z[ helios-setup] Feb 23 15:52:32.484 INFO E| Compiling rand v0.8.5
33762026-02-23T15:52:33.898Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33772026-02-23T15:52:34.208Z[ helios-setup] Feb 23 15:52:33.524 INFO E| Compiling bitfield-macros v0.19.3
33782026-02-23T15:52:35.601Z[ host-package] Compiling hickory-resolver v0.25.2
33792026-02-23T15:52:35.864Z[ host-package] Compiling proc-macro-error2 v2.0.1
33802026-02-23T15:52:35.957Z[ helios-setup] Feb 23 15:52:35.273 INFO E| Compiling num_enum_derive v0.7.5
33812026-02-23T15:52:35.990Z[ helios-setup] Feb 23 15:52:35.306 INFO E| Compiling thiserror-impl v1.0.69
33822026-02-23T15:52:36.661Z[ helios-setup] Feb 23 15:52:35.977 INFO E| Compiling num-iter v0.1.45
33832026-02-23T15:52:36.840Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33842026-02-23T15:52:37.740Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33852026-02-23T15:52:37.931Z[ helios-setup] Feb 23 15:52:37.248 INFO E| Compiling indexmap v1.9.3
33862026-02-23T15:52:38.874Z[ helios-setup] Feb 23 15:52:38.190 INFO E| Compiling once_cell v1.21.3
33872026-02-23T15:52:39.038Z[ helios-setup] Feb 23 15:52:38.354 INFO E| Compiling adler2 v2.0.1
33882026-02-23T15:52:39.462Z[ helios-setup] Feb 23 15:52:38.779 INFO E| Compiling simd-adler32 v0.3.7
33892026-02-23T15:52:40.374Z[ helios-setup] Feb 23 15:52:39.690 INFO E| Compiling iana-time-zone v0.1.64
33902026-02-23T15:52:40.636Z[ helios-setup] Feb 23 15:52:39.952 INFO E| Compiling thiserror v2.0.17
33912026-02-23T15:52:41.820Z[ helios-setup] Feb 23 15:52:41.136 INFO E| Compiling crc-catalog v2.4.0
33922026-02-23T15:52:41.931Z[ helios-setup] Feb 23 15:52:41.248 INFO E| Compiling nodrop v0.1.14
33932026-02-23T15:52:42.085Z[ helios-setup] Feb 23 15:52:41.401 INFO E| Compiling log v0.4.28
33942026-02-23T15:52:42.334Z[ helios-setup] Feb 23 15:52:41.650 INFO E| Compiling serde_json v1.0.145
33952026-02-23T15:52:42.404Z[ helios-setup] Feb 23 15:52:41.720 INFO E| Compiling array-init v0.0.4
33962026-02-23T15:52:42.546Z[ helios-setup] Feb 23 15:52:41.863 INFO E| Compiling crc v3.3.0
33972026-02-23T15:52:42.842Z[ helios-setup] Feb 23 15:52:42.159 INFO E| Compiling env_filter v0.1.4
33982026-02-23T15:52:43.445Z[ helios-setup] Feb 23 15:52:42.761 INFO E| Compiling time v0.3.44
33992026-02-23T15:52:43.469Z[ helios-setup] Feb 23 15:52:42.783 INFO E| Compiling futures-executor v0.3.31
34002026-02-23T15:52:44.021Z[ helios-setup] Feb 23 15:52:43.337 INFO E| Compiling chrono v0.4.42
34012026-02-23T15:52:45.230Z[ helios-setup] Feb 23 15:52:44.546 INFO E| Compiling num_enum v0.7.5
34022026-02-23T15:52:45.536Z[ helios-setup] Feb 23 15:52:44.852 INFO E| Compiling miniz_oxide v0.8.9
34032026-02-23T15:52:45.723Z[ helios-setup] Feb 23 15:52:45.039 INFO E| Compiling parking_lot v0.12.5
34042026-02-23T15:52:46.386Z[ helios-setup] Feb 23 15:52:45.702 INFO E| Compiling clap v4.5.51
34052026-02-23T15:52:46.732Z[ helios-setup] Feb 23 15:52:46.048 INFO E| Compiling smallvec v0.6.14
34062026-02-23T15:52:49.348Z[ helios-setup] Feb 23 15:52:48.661 INFO E| Compiling bitfield v0.19.3
34072026-02-23T15:52:49.533Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34082026-02-23T15:52:50.641Z[ helios-setup] Feb 23 15:52:49.957 INFO E| Compiling zerocopy v0.6.6
34092026-02-23T15:52:50.904Z[ helios-setup] Feb 23 15:52:50.220 INFO E| Compiling serde_spanned v0.6.9
34102026-02-23T15:52:51.004Z[ helios-setup] Feb 23 15:52:50.320 INFO E| Compiling toml_datetime v0.6.11
34112026-02-23T15:52:52.415Z[ helios-setup] Feb 23 15:52:51.731 INFO E| Compiling pkcs1 v0.7.5
34122026-02-23T15:52:52.439Z[ helios-setup] Feb 23 15:52:51.754 INFO E| Compiling tokio-macros v2.6.0
34132026-02-23T15:52:52.593Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34142026-02-23T15:52:52.647Z[ helios-setup] Feb 23 15:52:51.963 INFO E| Compiling thiserror-impl v2.0.17
34152026-02-23T15:52:53.721Z[ helios-setup] Feb 23 15:52:53.037 INFO E| Compiling signature v2.2.0
34162026-02-23T15:52:55.165Z[ helios-setup] Feb 23 15:52:54.481 INFO E| Compiling serde_spanned v1.0.3
34172026-02-23T15:52:56.174Z[ helios-setup] Feb 23 15:52:55.491 INFO E| Compiling is-terminal v0.4.17
34182026-02-23T15:52:56.415Z[ helios-setup] Feb 23 15:52:55.731 INFO E| Compiling mio v1.1.0
34192026-02-23T15:52:56.481Z[ helios-setup] Feb 23 15:52:55.797 INFO E| Compiling signal-hook-registry v1.4.6
34202026-02-23T15:52:56.773Z[ helios-setup] Feb 23 15:52:56.090 INFO E| Compiling socket2 v0.6.1
34212026-02-23T15:52:56.945Z[ host-package] Compiling num-derive v0.3.3
34222026-02-23T15:52:57.793Z[ helios-setup] Feb 23 15:52:57.109 INFO E| Compiling thread_local v1.1.9
34232026-02-23T15:52:58.042Z[ helios-setup] Feb 23 15:52:57.357 INFO E| Compiling hashbrown v0.12.3
34242026-02-23T15:52:58.221Z[ helios-setup] Feb 23 15:52:57.536 INFO E| Compiling base64 v0.21.7
34252026-02-23T15:52:58.899Z[ helios-setup] Feb 23 15:52:58.215 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34262026-02-23T15:52:59.093Z[ helios-setup] Feb 23 15:52:58.409 INFO E| Compiling winnow v0.5.40
34272026-02-23T15:52:59.298Z[ helios-setup] Feb 23 15:52:58.614 INFO E| Compiling toml_writer v1.0.4
34282026-02-23T15:52:59.530Z[ helios-setup] Feb 23 15:52:58.847 INFO E| Compiling libdevinfo-sys v1.1.0
34292026-02-23T15:52:59.883Z[ helios-setup] Feb 23 15:52:59.200 INFO E| Compiling term v1.2.0
34302026-02-23T15:53:00.011Z[ helios-setup] Feb 23 15:52:59.327 INFO E| Compiling ryu v1.0.20
34312026-02-23T15:53:00.330Z[ helios-setup] Feb 23 15:52:59.646 INFO E| Compiling subtle v2.6.1
34322026-02-23T15:53:00.382Z[ helios-setup] Feb 23 15:52:59.698 INFO E| Compiling toml v0.9.8
34332026-02-23T15:53:00.653Z[ host-package] Compiling libscf-sys v1.1.0
34342026-02-23T15:53:01.015Z[ helios-setup] Feb 23 15:53:00.331 INFO E| Compiling rsa v0.9.8
34352026-02-23T15:53:01.333Z[ helios-setup] Feb 23 15:53:00.650 INFO E| Compiling slog-term v2.9.2
34362026-02-23T15:53:01.400Z[ host-package] Compiling vergen-gitcl v1.0.8
34372026-02-23T15:53:02.260Z[ host-package] Compiling dirs-sys-next v0.1.2
34382026-02-23T15:53:02.392Z[ host-package] Compiling crunchy v0.2.2
34392026-02-23T15:53:02.791Z[ host-package] Compiling maplit v1.0.2
34402026-02-23T15:53:03.202Z[ host-package] Compiling dirs-next v2.0.0
34412026-02-23T15:53:03.435Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34422026-02-23T15:53:03.745Z[ host-package] Compiling dsl_auto_type v0.1.2
34432026-02-23T15:53:03.882Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34442026-02-23T15:53:05.952Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
34452026-02-23T15:53:06.000Z[ helios-setup] Feb 23 15:53:05.316 INFO E| Compiling toml_edit v0.19.15
34462026-02-23T15:53:06.031Z[ host-package] Compiling tiny-keccak v2.0.2
34472026-02-23T15:53:06.341Z[ host-package] Compiling r2d2 v0.8.10
34482026-02-23T15:53:06.493Z[ helios-setup] Feb 23 15:53:05.810 INFO E| Compiling devinfo v0.1.0
34492026-02-23T15:53:06.713Z[ host-package] Compiling diesel_derives v2.2.3
34502026-02-23T15:53:07.238Z[ host-package] Compiling term v0.7.0
34512026-02-23T15:53:07.263Z[ helios-setup] Feb 23 15:53:06.572 INFO E| Compiling ron v0.8.1
34522026-02-23T15:53:07.475Z[ helios-setup] Feb 23 15:53:06.792 INFO E| Compiling tokio v1.48.0
34532026-02-23T15:53:09.525Z[ host-package] Compiling tabled_derive v0.11.0
34542026-02-23T15:53:09.691Z[ helios-setup] Feb 23 15:53:09.007 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34552026-02-23T15:53:09.715Z[ host-package] Compiling papergrid v0.17.0
34562026-02-23T15:53:09.826Z[ helios-setup] Feb 23 15:53:09.142 INFO E| Compiling uuid v1.18.1
34572026-02-23T15:53:10.464Z[ helios-setup] Feb 23 15:53:09.781 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34582026-02-23T15:53:12.027Z[ helios-setup] Feb 23 15:53:11.343 INFO E| Compiling serde-hex v0.1.0
34592026-02-23T15:53:12.474Z[ helios-setup] Feb 23 15:53:11.790 INFO E| Compiling flate2 v1.1.5
34602026-02-23T15:53:12.657Z[ helios-setup] Feb 23 15:53:11.974 INFO E| Compiling hashbrown v0.13.2
34612026-02-23T15:53:12.778Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34622026-02-23T15:53:13.864Z[ host-package] Compiling testing_table v0.3.0
34632026-02-23T15:53:14.774Z[ helios-setup] Feb 23 15:53:14.090 INFO E| Compiling bzip2 v0.4.4
34642026-02-23T15:53:15.347Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34652026-02-23T15:53:15.377Z[ helios-setup] Feb 23 15:53:14.694 INFO E| Compiling futures v0.3.31
34662026-02-23T15:53:15.765Z[ helios-setup] Feb 23 15:53:15.082 INFO E| Compiling env_logger v0.11.8
34672026-02-23T15:53:16.415Z[ helios-setup] Feb 23 15:53:15.732 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34682026-02-23T15:53:16.688Z[ helios-setup] Feb 23 15:53:16.005 INFO E| Compiling x509-cert v0.2.5
34692026-02-23T15:53:17.316Z[ helios-setup] Feb 23 15:53:16.633 INFO E| Compiling rustc-hash v2.1.1
34702026-02-23T15:53:17.786Z[ helios-setup] Feb 23 15:53:17.102 INFO E| Compiling foldhash v0.2.0
34712026-02-23T15:53:18.960Z[ helios-setup] Feb 23 15:53:18.277 INFO E| Compiling bitflags v1.3.2
34722026-02-23T15:53:19.051Z[ helios-setup] Feb 23 15:53:18.367 INFO E| Compiling hex v0.4.3
34732026-02-23T15:53:19.303Z[ helios-setup] Feb 23 15:53:18.620 INFO E| Compiling crc-any v2.5.0
34742026-02-23T15:53:19.536Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34752026-02-23T15:53:20.406Z[ host-package] Compiling bit-vec v0.6.3
34762026-02-23T15:53:20.806Z[ helios-setup] Feb 23 15:53:20.122 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34772026-02-23T15:53:21.388Z[ helios-setup] Feb 23 15:53:20.704 INFO E| Compiling iddqd v0.3.14
34782026-02-23T15:53:21.447Z[ helios-setup] Feb 23 15:53:20.763 INFO E| Compiling zip v0.6.6
34792026-02-23T15:53:21.482Z[ host-package] Compiling arc-swap v1.7.1
34802026-02-23T15:53:21.854Z[ host-package] Compiling xshell-macros v0.2.7
34812026-02-23T15:53:22.256Z[ host-package] Compiling diesel v2.2.12
34822026-02-23T15:53:22.505Z[ helios-setup] Feb 23 15:53:21.822 INFO E| Compiling object v0.30.4
34832026-02-23T15:53:23.015Z[ host-package] Compiling slog-scope v4.4.0
34842026-02-23T15:53:23.537Z[ helios-setup] Feb 23 15:53:22.854 INFO E| Compiling toml v0.7.8
34852026-02-23T15:53:23.918Z[ host-package] Compiling xshell v0.2.7
34862026-02-23T15:53:24.799Z[ host-package] Compiling bit-set v0.5.3
34872026-02-23T15:53:25.955Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34882026-02-23T15:53:26.314Z[ helios-setup] Feb 23 15:53:25.630 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34892026-02-23T15:53:28.627Z[ host-package] Compiling tabled v0.20.0
34902026-02-23T15:53:29.043Z[ helios-setup] Feb 23 15:53:28.359 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34912026-02-23T15:53:29.511Z[ helios-setup] Feb 23 15:53:28.828 INFO E| Compiling path-slash v0.1.5
34922026-02-23T15:53:29.772Z[ helios-setup] Feb 23 15:53:29.089 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34932026-02-23T15:53:30.464Z[ helios-setup] Feb 23 15:53:29.781 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34942026-02-23T15:53:32.482Z[ host-package] Compiling ascii-canvas v3.0.0
34952026-02-23T15:53:34.513Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34962026-02-23T15:53:35.141Z[ helios-setup] Feb 23 15:53:34.458 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34972026-02-23T15:53:41.597Z[ helios-setup] Feb 23 15:53:40.914 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34982026-02-23T15:53:44.402Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34992026-02-23T15:53:46.488Z[ host-package] Compiling ena v0.14.3
35002026-02-23T15:53:47.459Z[ host-package] Compiling bindgen v0.71.1
35012026-02-23T15:53:48.601Z[ host-package] Compiling regex-syntax v0.6.29
35022026-02-23T15:53:50.350Z[ host-package] Compiling diff v0.1.13
35032026-02-23T15:53:51.391Z[ host-package] Compiling unicase v2.8.1
35042026-02-23T15:53:52.846Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35052026-02-23T15:53:55.664Z[ helios-setup] Feb 23 15:53:54.981 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35062026-02-23T15:53:56.184Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35072026-02-23T15:53:56.791Z[ host-package] Compiling lalrpop v0.19.12
35082026-02-23T15:54:04.828Z[ host-package] Compiling slog-stdlog v4.1.1
35092026-02-23T15:54:06.126Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35102026-02-23T15:54:07.431Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35112026-02-23T15:54:09.596Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35122026-02-23T15:54:10.190Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35132026-02-23T15:54:10.297Z[ host-package] Compiling crc8 v0.1.1
35142026-02-23T15:54:11.088Z[ host-package] Compiling slog-envlogger v2.2.0
35152026-02-23T15:54:14.951Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35162026-02-23T15:54:16.377Z[ host-package] Compiling headers-core v0.3.0
35172026-02-23T15:54:16.710Z[ host-package] Compiling libxml v0.3.3
35182026-02-23T15:54:17.493Z[ host-package] Compiling headers v0.4.1
35192026-02-23T15:54:20.853Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35202026-02-23T15:54:21.574Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35212026-02-23T15:54:22.519Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35222026-02-23T15:54:22.543Z[ helios-setup] Feb 23 15:54:21.848 INFO E| Finished `release` profile [optimized] target(s) in 2m 31s
35232026-02-23T15:54:22.543Z[ helios-setup] Feb 23 15:54:21.848 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35242026-02-23T15:54:22.543Z[ helios-setup] Feb 23 15:54:21.850 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35252026-02-23T15:54:22.606Z[ helios-setup] Feb 23 15:54:21.918 INFO building project "pilot" ok (151 seconds)
35262026-02-23T15:54:22.606Z[ helios-setup] Feb 23 15:54:21.918 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35272026-02-23T15:54:22.808Z[ helios-setup] Feb 23 15:54:22.122 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
35282026-02-23T15:54:22.808Z[ helios-setup] Feb 23 15:54:22.122 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35292026-02-23T15:54:22.838Z[ helios-setup] Feb 23 15:54:22.122 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35302026-02-23T15:54:22.874Z[ host-package] Compiling polar-core v0.27.3
35312026-02-23T15:54:23.283Z[ host-package] Compiling strum_macros v0.24.3
35322026-02-23T15:54:23.310Z[ helios-setup] Feb 23 15:54:22.527 INFO E| Downloading crates ...
35332026-02-23T15:54:23.341Z[ helios-setup] Feb 23 15:54:22.628 INFO E| Downloaded time-core v0.1.4
35342026-02-23T15:54:23.341Z[ helios-setup] Feb 23 15:54:22.631 INFO E| Downloaded deranged v0.4.0
35352026-02-23T15:54:23.341Z[ helios-setup] Feb 23 15:54:22.633 INFO E| Downloaded serde_with_macros v3.12.0
35362026-02-23T15:54:23.341Z[ helios-setup] Feb 23 15:54:22.637 INFO E| Downloaded time-macros v0.2.22
35372026-02-23T15:54:23.341Z[ helios-setup] Feb 23 15:54:22.642 INFO E| Downloaded tempfile v3.20.0
35382026-02-23T15:54:23.372Z[ helios-setup] Feb 23 15:54:22.647 INFO E| Downloaded darling_core v0.20.11
35392026-02-23T15:54:23.372Z[ helios-setup] Feb 23 15:54:22.655 INFO E| Downloaded indexmap v2.9.0
35402026-02-23T15:54:23.372Z[ helios-setup] Feb 23 15:54:22.661 INFO E| Downloaded bitflags v2.9.1
35412026-02-23T15:54:23.372Z[ helios-setup] Feb 23 15:54:22.669 INFO E| Downloaded time v0.3.41
35422026-02-23T15:54:23.372Z[ helios-setup] Feb 23 15:54:22.682 INFO E| Downloaded serde_with v3.12.0
35432026-02-23T15:54:23.404Z[ helios-setup] Feb 23 15:54:22.697 INFO E| Downloaded hashbrown v0.15.3
35442026-02-23T15:54:23.404Z[ helios-setup] Feb 23 15:54:22.706 INFO E| Downloaded getrandom v0.3.3
35452026-02-23T15:54:23.404Z[ helios-setup] Feb 23 15:54:22.712 INFO E| Downloaded darling v0.20.11
35462026-02-23T15:54:23.434Z[ helios-setup] Feb 23 15:54:22.719 INFO E| Downloaded anyhow v1.0.98
35472026-02-23T15:54:23.434Z[ helios-setup] Feb 23 15:54:22.725 INFO E| Downloaded fastrand v2.3.0
35482026-02-23T15:54:23.434Z[ helios-setup] Feb 23 15:54:22.727 INFO E| Downloaded chrono v0.4.41
35492026-02-23T15:54:23.434Z[ helios-setup] Feb 23 15:54:22.735 INFO E| Downloaded darling_macro v0.20.11
35502026-02-23T15:54:23.435Z[ helios-setup] Feb 23 15:54:22.738 INFO E| Downloaded rustix v1.0.7
35512026-02-23T15:54:23.490Z[ host-package] Compiling indoc v1.0.9
35522026-02-23T15:54:23.664Z[ helios-setup] Feb 23 15:54:22.981 INFO E| Compiling proc-macro2 v1.0.95
35532026-02-23T15:54:23.664Z[ helios-setup] Feb 23 15:54:22.981 INFO E| Compiling unicode-ident v1.0.18
35542026-02-23T15:54:23.664Z[ helios-setup] Feb 23 15:54:22.981 INFO E| Compiling libc v0.2.172
35552026-02-23T15:54:23.688Z[ helios-setup] Feb 23 15:54:22.981 INFO E| Compiling ident_case v1.0.1
35562026-02-23T15:54:23.688Z[ helios-setup] Feb 23 15:54:22.981 INFO E| Compiling fnv v1.0.7
35572026-02-23T15:54:23.688Z[ helios-setup] Feb 23 15:54:22.981 INFO E| Compiling strsim v0.11.1
35582026-02-23T15:54:23.688Z[ helios-setup] Feb 23 15:54:22.981 INFO E| Compiling serde v1.0.219
35592026-02-23T15:54:23.688Z[ helios-setup] Feb 23 15:54:22.981 INFO E| Compiling getrandom v0.3.3
35602026-02-23T15:54:24.352Z[ helios-setup] Feb 23 15:54:23.669 INFO E| Compiling rustix v1.0.7
35612026-02-23T15:54:24.869Z[ helios-setup] Feb 23 15:54:24.186 INFO E| Compiling cfg-if v1.0.0
35622026-02-23T15:54:25.334Z[ helios-setup] Feb 23 15:54:24.387 INFO E| Compiling anyhow v1.0.98
35632026-02-23T15:54:25.362Z[ helios-setup] Feb 23 15:54:24.399 INFO E| Compiling bitflags v2.9.1
35642026-02-23T15:54:25.362Z[ helios-setup] Feb 23 15:54:24.438 INFO E| Compiling serde_json v1.0.140
35652026-02-23T15:54:25.362Z[ helios-setup] Feb 23 15:54:24.517 INFO E| Compiling thiserror v2.0.12
35662026-02-23T15:54:25.794Z[ helios-setup] Feb 23 15:54:25.111 INFO E| Compiling fastrand v2.3.0
35672026-02-23T15:54:25.841Z[ helios-setup] Feb 23 15:54:25.154 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
35682026-02-23T15:54:26.150Z[ helios-setup] Feb 23 15:54:25.467 INFO E| Compiling once_cell v1.21.3
35692026-02-23T15:54:26.429Z[ helios-setup] Feb 23 15:54:25.746 INFO E| Compiling errno v0.3.12
35702026-02-23T15:54:26.971Z[ helios-setup] Feb 23 15:54:26.288 INFO E| Compiling itoa v1.0.15
35712026-02-23T15:54:27.073Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35722026-02-23T15:54:27.369Z[ helios-setup] Feb 23 15:54:26.451 INFO E| Compiling ryu v1.0.20
35732026-02-23T15:54:27.395Z[ helios-setup] Feb 23 15:54:26.465 INFO E| Compiling memchr v2.7.4
35742026-02-23T15:54:27.861Z[ host-package] Compiling samael v0.0.19
35752026-02-23T15:54:27.930Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35762026-02-23T15:54:28.518Z[ helios-setup] Feb 23 15:54:27.836 INFO E| Compiling quote v1.0.40
35772026-02-23T15:54:29.138Z[ helios-setup] Feb 23 15:54:28.455 INFO E| Compiling syn v2.0.101
35782026-02-23T15:54:29.933Z[ helios-setup] Feb 23 15:54:29.250 INFO E| Compiling tempfile v3.20.0
35792026-02-23T15:54:32.586Z[ host-package] Compiling derive_builder v0.20.2
35802026-02-23T15:54:32.909Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
35812026-02-23T15:54:33.836Z[ host-package] Compiling oso-derive v0.27.3
35822026-02-23T15:54:33.965Z[ host-package] Compiling quick-xml v0.37.2
35832026-02-23T15:54:34.606Z[ host-package] Compiling half v1.8.3
35842026-02-23T15:54:34.717Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35852026-02-23T15:54:35.241Z[ host-package] Compiling serde_cbor v0.11.2
35862026-02-23T15:54:35.616Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35872026-02-23T15:54:35.772Z[ helios-setup] Feb 23 15:54:35.089 INFO E| Compiling darling_core v0.20.11
35882026-02-23T15:54:37.270Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35892026-02-23T15:54:37.987Z[ helios-setup] Feb 23 15:54:37.304 INFO E| Compiling serde_derive v1.0.219
35902026-02-23T15:54:37.987Z[ helios-setup] Feb 23 15:54:37.304 INFO E| Compiling thiserror-impl v2.0.12
35912026-02-23T15:54:38.123Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35922026-02-23T15:54:38.858Z[ host-package] Compiling diesel-dtrace v0.4.2
35932026-02-23T15:54:39.673Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35942026-02-23T15:54:40.821Z[ helios-setup] Feb 23 15:54:40.137 INFO E| Compiling darling_macro v0.20.11
35952026-02-23T15:54:42.299Z[ helios-setup] Feb 23 15:54:41.616 INFO E| Compiling darling v0.20.11
35962026-02-23T15:54:42.684Z[ helios-setup] Feb 23 15:54:42.001 INFO E| Compiling serde_with_macros v3.12.0
35972026-02-23T15:54:46.549Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35982026-02-23T15:54:47.041Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35992026-02-23T15:54:49.845Z[ host-package] Compiling oso v0.27.3
36002026-02-23T15:54:50.321Z[ helios-setup] Feb 23 15:54:49.638 INFO E| Compiling serde_with v3.12.0
36012026-02-23T15:54:56.737Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36022026-02-23T15:54:57.561Z[ host-package] Compiling bb8 v0.8.5
36032026-02-23T15:54:58.134Z[ host-package] Compiling trait-variant v0.1.2
36042026-02-23T15:54:58.750Z[ host-package] Compiling async-bb8-diesel v0.2.1
36052026-02-23T15:54:59.822Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36062026-02-23T15:54:59.878Z[ helios-setup] Feb 23 15:54:59.195 INFO E| Finished `release` profile [optimized] target(s) in 36.96s
36072026-02-23T15:54:59.910Z[ helios-setup] Feb 23 15:54:59.227 INFO building project "dmar-report" ok (37 seconds)
36082026-02-23T15:54:59.934Z[ helios-setup] rm -f helios-build
36092026-02-23T15:54:59.934Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36102026-02-23T15:54:59.934Z[ helios-setup]
36112026-02-23T15:54:59.934Z[ helios-setup] Setup complete! ./helios-build is now available.
36122026-02-23T15:54:59.934Z[ helios-setup]
36132026-02-23T15:54:59.934Z[ helios-setup]
36142026-02-23T15:54:59.934Z[ helios-setup] real 6:55.611762308
36152026-02-23T15:54:59.934Z[ helios-setup] user 14:36.111198284
36162026-02-23T15:54:59.934Z[ helios-setup] sys 1:59.684223861
36172026-02-23T15:54:59.934Z[ helios-setup] trap 1.090685188
36182026-02-23T15:54:59.934Z[ helios-setup] tflt 3.550434642
36192026-02-23T15:54:59.934Z[ helios-setup] dflt 10.916970146
36202026-02-23T15:54:59.934Z[ helios-setup] kflt 0.001626002
36212026-02-23T15:54:59.935Z[ helios-setup] lock 1:16:44.584809011
36222026-02-23T15:54:59.935Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
36232026-02-23T15:54:59.935Z[ helios-setup] slp 1:55:00.996923043
36242026-02-23T15:54:59.935Z[ helios-setup] lat 16:30.751801606
36252026-02-23T15:54:59.935Z[ helios-setup] stop 2:39.009836053
36262026-02-23T15:54:59.935ZFeb 23 15:54:59.243 INFO [helios-setup] process exited with exit status: 0 (415.616771606s)
36272026-02-23T15:54:59.935ZFeb 23 15:54:59.243 INFO [helios-record] running task
36282026-02-23T15:54:59.935ZFeb 23 15:54:59.243 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36292026-02-23T15:54:59.960ZFeb 23 15:54:59.261 DEBG process exited with exit status: 0 (17.952954ms)
36302026-02-23T15:54:59.960ZFeb 23 15:54:59.261 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36312026-02-23T15:54:59.984ZFeb 23 15:54:59.280 DEBG process exited with exit status: 0 (19.129454ms)
36322026-02-23T15:54:59.984ZFeb 23 15:54:59.280 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36332026-02-23T15:54:59.985ZFeb 23 15:54:59.286 DEBG process exited with exit status: 0 (5.369471ms)
36342026-02-23T15:54:59.985ZFeb 23 15:54:59.286 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36352026-02-23T15:54:59.985ZFeb 23 15:54:59.292 DEBG process exited with exit status: 0 (5.706167ms)
36362026-02-23T15:54:59.985ZFeb 23 15:54:59.292 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36372026-02-23T15:54:59.985ZFeb 23 15:54:59.297 DEBG process exited with exit status: 0 (5.358509ms)
36382026-02-23T15:54:59.985ZFeb 23 15:54:59.297 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36392026-02-23T15:55:00.010ZFeb 23 15:54:59.303 DEBG process exited with exit status: 0 (5.676739ms)
36402026-02-23T15:55:00.010ZFeb 23 15:54:59.303 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36412026-02-23T15:55:00.011ZFeb 23 15:54:59.310 DEBG process exited with exit status: 0 (7.51563ms)
36422026-02-23T15:55:00.011ZFeb 23 15:54:59.310 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36432026-02-23T15:55:00.011ZFeb 23 15:54:59.316 DEBG process exited with exit status: 0 (6.103254ms)
36442026-02-23T15:55:00.011ZFeb 23 15:54:59.316 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36452026-02-23T15:55:00.011ZFeb 23 15:54:59.323 DEBG process exited with exit status: 0 (6.736818ms)
36462026-02-23T15:55:00.011ZFeb 23 15:54:59.324 INFO [helios-record] task succeeded (81.059046ms)
36472026-02-23T15:55:00.894Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36482026-02-23T15:55:01.157Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36492026-02-23T15:55:03.778Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36502026-02-23T15:55:04.112Z[ host-package] Compiling fxhash v0.2.1
36512026-02-23T15:55:04.367Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36522026-02-23T15:55:04.811Z[ host-package] Compiling typify-impl v0.2.0
36532026-02-23T15:55:05.200Z[ host-package] Compiling kstat-rs v0.2.4
36542026-02-23T15:55:05.569Z[ host-package] Compiling libz-sys v1.1.20
36552026-02-23T15:55:06.068Z[ host-package] Compiling salty v0.3.0
36562026-02-23T15:55:06.226Z[ host-package] Compiling nonempty v0.12.0
36572026-02-23T15:55:06.625Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36582026-02-23T15:55:07.219Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36592026-02-23T15:55:12.444Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36602026-02-23T15:55:12.714Z[ host-package] Compiling typify-macro v0.2.0
36612026-02-23T15:55:15.600Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36622026-02-23T15:55:20.055Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36632026-02-23T15:55:23.772Z[ host-package] Compiling nanorand v0.7.0
36642026-02-23T15:55:24.480Z[ host-package] Compiling parking_lot_core v0.8.6
36652026-02-23T15:55:25.304Z[ host-package] Compiling mime_guess v2.0.5
36662026-02-23T15:55:25.829Z[ host-package] Compiling flume v0.11.1
36672026-02-23T15:55:26.216Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36682026-02-23T15:55:26.594Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36692026-02-23T15:55:28.575Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36702026-02-23T15:55:32.588Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36712026-02-23T15:55:33.496Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36722026-02-23T15:55:47.418Z[ host-package] Compiling tabled_derive v0.10.0
36732026-02-23T15:55:47.661Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36742026-02-23T15:55:49.483Z[ host-package] Compiling ignore v0.4.23
36752026-02-23T15:55:53.315Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36762026-02-23T15:55:53.780Z[ host-package] Compiling papergrid v0.14.0
36772026-02-23T15:55:55.534Z[ host-package] Compiling primeorder v0.13.6
36782026-02-23T15:55:55.657Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36792026-02-23T15:55:56.091Z[ host-package] Compiling castaway v0.2.3
36802026-02-23T15:55:56.348Z[ host-package] Compiling nibble_vec v0.1.0
36812026-02-23T15:55:56.634Z[ host-package] Compiling atty v0.2.14
36822026-02-23T15:55:56.853Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36832026-02-23T15:55:57.216Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36842026-02-23T15:55:57.460Z[ host-package] Compiling http-range v0.1.5
36852026-02-23T15:55:57.615Z[ host-package] Compiling endian-type v0.1.2
36862026-02-23T15:55:57.896Z[ host-package] Compiling radix_trie v0.2.1
36872026-02-23T15:55:58.136Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36882026-02-23T15:55:58.500Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36892026-02-23T15:55:58.841Z[ host-package] Compiling compact_str v0.8.0
36902026-02-23T15:55:59.229Z[ host-package] Compiling p384 v0.13.1
36912026-02-23T15:56:01.050Z[ host-package] Compiling tabled v0.18.0
36922026-02-23T15:56:03.125Z[ host-package] Compiling globwalk v0.9.1
36932026-02-23T15:56:04.355Z[ host-package] Compiling parking_lot v0.11.2
36942026-02-23T15:56:04.432Z[ host-package] Compiling typify v0.2.0
36952026-02-23T15:56:04.658Z[ host-package] Compiling predicates-tree v1.0.12
36962026-02-23T15:56:05.459Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36972026-02-23T15:56:05.719Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36982026-02-23T15:56:06.036Z[ host-package] Compiling unicode-truncate v1.1.0
36992026-02-23T15:56:06.998Z[ host-package] Compiling prefix-trie v0.7.0
37002026-02-23T15:56:07.949Z[ host-package] Compiling lru v0.12.5
37012026-02-23T15:56:08.329Z[ host-package] Compiling vergen-git2 v1.0.7
37022026-02-23T15:56:08.696Z[ host-package] Compiling instability v0.3.2
37032026-02-23T15:56:09.579Z[ host-package] Compiling indoc v2.0.6
37042026-02-23T15:56:09.617Z[ host-package] Compiling cassowary v0.3.0
37052026-02-23T15:56:10.386Z[ host-package] Compiling ratatui v0.29.0
37062026-02-23T15:56:12.059Z[ host-package] Compiling hickory-server v0.25.2
37072026-02-23T15:56:12.592Z[ host-package] Compiling hyper-staticfile v0.10.1
37082026-02-23T15:56:14.903Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37092026-02-23T15:56:17.083Z[ host-package] Compiling sled v0.34.7
37102026-02-23T15:56:19.910Z[ host-package] Compiling git2 v0.20.2
37112026-02-23T15:56:21.318Z[ host-package] Compiling progenitor-impl v0.8.0
37122026-02-23T15:56:25.813Z[ host-package] Compiling hickory-client v0.25.2
37132026-02-23T15:56:26.866Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37142026-02-23T15:56:27.065Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37152026-02-23T15:56:27.513Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37162026-02-23T15:56:28.051Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37172026-02-23T15:56:29.033Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37182026-02-23T15:56:32.635Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37192026-02-23T15:56:33.171Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37202026-02-23T15:56:34.715Z[ host-package] Compiling rand_seeder v0.4.0
37212026-02-23T15:56:35.146Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37222026-02-23T15:56:35.515Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
37232026-02-23T15:56:35.932Z[ host-package] Compiling lzma-sys v0.1.20
37242026-02-23T15:56:35.979Z[ host-package] Compiling corncobs v0.1.4
37252026-02-23T15:56:36.408Z[ host-package] Compiling rustls v0.21.12
37262026-02-23T15:56:36.621Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37272026-02-23T15:56:36.921Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37282026-02-23T15:56:37.168Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37292026-02-23T15:56:37.503Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37302026-02-23T15:56:38.252Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37312026-02-23T15:56:38.508Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37322026-02-23T15:56:46.725Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37332026-02-23T15:56:49.211Z[ host-package] Compiling progenitor-macro v0.8.0
37342026-02-23T15:56:51.395Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37352026-02-23T15:56:56.187Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37362026-02-23T15:56:58.412Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37372026-02-23T15:57:02.284Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37382026-02-23T15:57:04.799Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37392026-02-23T15:57:07.560Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37402026-02-23T15:57:07.921Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37412026-02-23T15:57:08.263Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37422026-02-23T15:57:08.617Z[ host-package] Compiling progenitor-client v0.8.0
37432026-02-23T15:57:09.518Z[ host-package] Compiling rustls-webpki v0.101.7
37442026-02-23T15:57:12.007Z[ host-package] Compiling sct v0.7.1
37452026-02-23T15:57:12.452Z[ host-package] Compiling heck v0.3.3
37462026-02-23T15:57:12.801Z[ host-package] Compiling secrecy v0.8.0
37472026-02-23T15:57:12.838Z[ host-package] Compiling void v1.0.2
37482026-02-23T15:57:13.138Z[ host-package] Compiling lzss v0.8.2
37492026-02-23T15:57:13.603Z[ host-package] Compiling zone_cfg_derive v0.1.2
37502026-02-23T15:57:14.794Z[ host-package] Compiling progenitor v0.8.0
37512026-02-23T15:57:14.985Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37522026-02-23T15:57:15.088Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37532026-02-23T15:57:20.913Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37542026-02-23T15:57:22.067Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37552026-02-23T15:57:23.916Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37562026-02-23T15:57:24.058Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37572026-02-23T15:57:25.335Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37582026-02-23T15:57:25.699Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37592026-02-23T15:57:26.087Z[ host-package] Compiling tungstenite v0.23.0
37602026-02-23T15:57:29.058Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37612026-02-23T15:57:29.398Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37622026-02-23T15:57:29.753Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37632026-02-23T15:57:30.104Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37642026-02-23T15:57:30.466Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37652026-02-23T15:57:30.868Z[ host-package] Compiling nix v0.27.1
37662026-02-23T15:57:31.100Z[ host-package] Compiling serde_bytes v0.11.19
37672026-02-23T15:57:31.672Z[ host-package] Compiling base64 v0.13.1
37682026-02-23T15:57:32.420Z[ host-package] Compiling number_prefix v0.4.0
37692026-02-23T15:57:32.772Z[ host-package] Compiling indicatif v0.17.11
37702026-02-23T15:57:33.288Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37712026-02-23T15:57:35.228Z[ host-package] Compiling ron v0.7.1
37722026-02-23T15:57:36.382Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37732026-02-23T15:57:37.237Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
37742026-02-23T15:57:38.152Z[ host-package] Compiling tokio-tungstenite v0.23.1
37752026-02-23T15:57:38.754Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37762026-02-23T15:57:39.536Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37772026-02-23T15:57:41.565Z[ host-package] Compiling xz2 v0.1.7
37782026-02-23T15:57:42.140Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37792026-02-23T15:57:56.479Z[ host-package] Compiling tokio-rustls v0.24.1
37802026-02-23T15:57:56.935Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37812026-02-23T15:57:57.609Z[ host-package] Compiling zone v0.1.8
37822026-02-23T15:58:00.434Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37832026-02-23T15:58:06.989Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37842026-02-23T15:58:09.970Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37852026-02-23T15:58:10.698Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37862026-02-23T15:58:12.700Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37872026-02-23T15:58:15.655Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37882026-02-23T15:58:15.977Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37892026-02-23T15:58:17.280Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37902026-02-23T15:58:25.147Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37912026-02-23T15:58:28.200Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37922026-02-23T15:58:33.339Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37932026-02-23T15:58:34.548Z[ host-package] Compiling rustls-pemfile v1.0.4
37942026-02-23T15:58:35.234Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37952026-02-23T15:58:39.337Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37962026-02-23T15:58:39.728Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37972026-02-23T15:58:40.096Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37982026-02-23T15:58:42.064Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37992026-02-23T15:58:42.304Z[ host-package] Compiling signal-hook-tokio v0.3.1
38002026-02-23T15:58:42.570Z[ host-package] Compiling twox-hash v2.1.0
38012026-02-23T15:58:43.509Z[ host-package] Compiling yasna v0.5.2
38022026-02-23T15:58:43.546Z[ host-package] Compiling is_ci v1.2.0
38032026-02-23T15:58:43.891Z[ host-package] Compiling supports-color v3.0.2
38042026-02-23T15:58:45.357Z[ host-package] Compiling rcgen v0.12.1
38052026-02-23T15:58:45.759Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38062026-02-23T15:58:47.843Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-02-23T15:58:53.709Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38082026-02-23T15:58:54.436Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38092026-02-23T15:59:05.908Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38102026-02-23T15:59:19.130Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
38112026-02-23T15:59:23.789Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38122026-02-23T15:59:28.801Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38132026-02-23T15:59:32.796Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38142026-02-23T15:59:41.363Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38152026-02-23T15:59:43.786Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38162026-02-23T15:59:48.469Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38172026-02-23T15:59:48.813Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38182026-02-23T15:59:48.978Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38192026-02-23T15:59:49.193Z[ host-package] Compiling fatfs v0.3.6
38202026-02-23T15:59:49.331Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38212026-02-23T15:59:51.810Z[ host-package] Compiling subprocess v0.2.9
38222026-02-23T15:59:55.758Z[ host-package] Compiling rtoolbox v0.0.2
38232026-02-23T15:59:56.207Z[ host-package] Compiling assert_matches v1.5.0
38242026-02-23T15:59:56.358Z[ host-package] Compiling seq-macro v0.3.6
38252026-02-23T15:59:57.126Z[ host-package] Compiling rpassword v7.4.0
38262026-02-23T15:59:57.605Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38272026-02-23T16:00:01.834Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38282026-02-23T16:00:07.628Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38292026-02-23T16:00:20.265Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38302026-02-23T16:00:20.466Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38312026-02-23T16:00:24.951Z[ host-package] Compiling tui-tree-widget v0.23.1
38322026-02-23T16:00:25.430Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38332026-02-23T16:00:30.009Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38342026-02-23T16:00:30.844Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38352026-02-23T16:00:34.720Z[ host-package] Compiling uzers v0.12.1
38362026-02-23T16:00:36.071Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38372026-02-23T16:00:37.622Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38382026-02-23T16:00:44.041Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38392026-02-23T16:00:53.229Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38402026-02-23T16:01:07.215Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38412026-02-23T16:01:11.472Z[ host-package] Compiling support-bundle-viewer v0.1.2
38422026-02-23T16:01:12.447Z[ host-package] Compiling multimap v0.10.1
38432026-02-23T16:03:08.908Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38442026-02-23T16:15:28.661Z[ host-package] Finished `release` profile [optimized] target(s) in 25m 36s
38452026-02-23T16:16:54.422ZFeb 23 16:16:53.750 INFO [host-package] process exited with exit status: 0 (1622.115161799s)
38462026-02-23T16:16:54.422ZFeb 23 16:16:53.750 INFO [host-stamp] running task
38472026-02-23T16:16:54.447ZFeb 23 16:16:53.751 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38482026-02-23T16:16:54.447ZFeb 23 16:16:53.752 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+git3dafdc6b8b3
38492026-02-23T16:16:54.447ZFeb 23 16:16:53.753 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+git3dafdc6b8b3
38502026-02-23T16:16:54.447ZFeb 23 16:16:53.753 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+git3dafdc6b8b3
38512026-02-23T16:16:54.447ZFeb 23 16:16:53.754 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+git3dafdc6b8b3
38522026-02-23T16:16:54.447ZFeb 23 16:16:53.755 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+git3dafdc6b8b3
38532026-02-23T16:16:54.447ZFeb 23 16:16:53.755 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+git3dafdc6b8b3
38542026-02-23T16:16:54.447ZFeb 23 16:16:53.761 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+git3dafdc6b8b3
38552026-02-23T16:16:54.447ZFeb 23 16:16:53.761 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+git3dafdc6b8b3
38562026-02-23T16:16:54.447Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38572026-02-23T16:16:54.472Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38582026-02-23T16:16:54.472Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38592026-02-23T16:16:54.472Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38602026-02-23T16:16:54.472Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38612026-02-23T16:16:54.472Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38622026-02-23T16:16:54.472Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38632026-02-23T16:16:54.472Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38642026-02-23T16:16:54.472Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38652026-02-23T16:16:54.472ZFeb 23 16:16:53.788 INFO [stamp-overlay] process exited with exit status: 0 (34.558932ms)
38662026-02-23T16:16:54.472Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38672026-02-23T16:16:54.497Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38682026-02-23T16:16:54.497ZFeb 23 16:16:53.810 INFO [stamp-oxlog] process exited with exit status: 0 (51.068418ms)
38692026-02-23T16:16:54.548Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38702026-02-23T16:16:54.573ZFeb 23 16:16:53.881 INFO [stamp-crucible-utils] process exited with exit status: 0 (126.534962ms)
38712026-02-23T16:16:54.603Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38722026-02-23T16:16:54.628ZFeb 23 16:16:53.937 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (184.216894ms)
38732026-02-23T16:16:54.878Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38742026-02-23T16:16:54.904ZFeb 23 16:16:54.212 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (457.20307ms)
38752026-02-23T16:16:55.330Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38762026-02-23T16:16:55.355ZFeb 23 16:16:54.665 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (910.437873ms)
38772026-02-23T16:16:56.601Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38782026-02-23T16:16:56.626ZFeb 23 16:16:55.936 INFO [stamp-propolis-server] process exited with exit status: 0 (2.183748033s)
38792026-02-23T16:16:56.915Z[recovery-package] Compiling newtype-uuid v1.3.2
38802026-02-23T16:16:57.220Z[recovery-package] Compiling daft v0.1.4
38812026-02-23T16:16:57.758Z[recovery-package] Compiling iddqd v0.3.16
38822026-02-23T16:17:00.094Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38832026-02-23T16:17:00.681Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38842026-02-23T16:17:00.681Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38852026-02-23T16:17:00.681Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38862026-02-23T16:17:00.706Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38872026-02-23T16:17:00.785Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38882026-02-23T16:17:01.583Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38892026-02-23T16:17:05.372Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38902026-02-23T16:17:05.419ZFeb 23 16:17:04.702 INFO [stamp-switch-asic] process exited with exit status: 0 (10.946043701s)
38912026-02-23T16:17:05.419ZFeb 23 16:17:04.702 INFO [host-stamp] task succeeded (10.951439835s)
38922026-02-23T16:17:05.420ZFeb 23 16:17:04.702 INFO [host-proto] running task
38932026-02-23T16:17:06.833ZFeb 23 16:17:06.160 INFO [host-proto] task succeeded (1.458556212s)
38942026-02-23T16:17:06.833ZFeb 23 16:17:06.160 INFO [host-profile] running task
38952026-02-23T16:17:06.863ZFeb 23 16:17:06.161 INFO [host-profile] task succeeded (656.009µs)
38962026-02-23T16:17:06.863ZFeb 23 16:17:06.161 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/.tmpgSSCxU/proto/host/root -N 'ci 3dafdc6/${os_short_commit} 2026-02-23 15:48' -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/'
38972026-02-23T16:17:06.876Z[ host-image] Feb 23 16:17:06.189 INFO Checking files for board 'cosmo'
38982026-02-23T16:17:06.876Z[ host-image] Feb 23 16:17:06.190 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38992026-02-23T16:17:06.876Z[ host-image] Feb 23 16:17:06.190 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39002026-02-23T16:17:06.876Z[ host-image] Feb 23 16:17:06.190 INFO Checking files for board 'gimlet'
39012026-02-23T16:17:06.876Z[ host-image] Feb 23 16:17:06.190 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39022026-02-23T16:17:06.876Z[ host-image] Feb 23 16:17:06.190 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39032026-02-23T16:17:06.876Z[ host-image] Feb 23 16:17:06.190 INFO Checking files for board 'cosmo-mbist'
39042026-02-23T16:17:06.876Z[ host-image] Feb 23 16:17:06.190 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39052026-02-23T16:17:06.876Z[ host-image] Feb 23 16:17:06.190 INFO Checking files for board 'cosmo-mbist-noaggr'
39062026-02-23T16:17:06.876Z[ host-image] Feb 23 16:17:06.190 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39072026-02-23T16:17:06.914Z[ host-image] Feb 23 16:17:06.215 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpgSSCxU/proto/host/root"
39082026-02-23T16:17:06.914Z[ host-image] Feb 23 16:17:06.215 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39092026-02-23T16:17:06.914Z[ host-image] Feb 23 16:17:06.216 INFO image builder template: ramdisk-01-os...
39102026-02-23T16:17:06.914Z[ host-image] Feb 23 16:17:06.216 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/.tmpgSSCxU/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
39112026-02-23T16:17:06.957Z[ host-image] Feb 23 16:17:06.246 INFO O| Feb 23 16:17:06.245 INFO CREATE DATASET: rpool/images/build/host/output
39122026-02-23T16:17:06.957Z[ host-image] Feb 23 16:17:06.285 INFO O| Feb 23 16:17:06.285 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39132026-02-23T16:17:06.989Z[ host-image] Feb 23 16:17:06.291 INFO O| Feb 23 16:17:06.291 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39142026-02-23T16:17:07.063Z[ host-image] Feb 23 16:17:06.391 INFO O| Feb 23 16:17:06.391 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39152026-02-23T16:17:07.096Z[ host-image] Feb 23 16:17:06.424 INFO O| Feb 23 16:17:06.424 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39162026-02-23T16:17:07.096Z[ host-image] Feb 23 16:17:06.424 INFO O| Feb 23 16:17:06.424 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39172026-02-23T16:17:07.135Z[ host-image] Feb 23 16:17:06.424 INFO O| Feb 23 16:17:06.424 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39182026-02-23T16:17:07.135Z[ host-image] Feb 23 16:17:06.424 INFO O| Feb 23 16:17:06.424 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39192026-02-23T16:17:07.135Z[ host-image] Feb 23 16:17:06.434 INFO O| Feb 23 16:17:06.434 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39202026-02-23T16:17:07.219Z[ host-image] Feb 23 16:17:06.547 INFO O| Feb 23 16:17:06.547 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39212026-02-23T16:17:07.250Z[ host-image] Feb 23 16:17:06.569 INFO O| Feb 23 16:17:06.568 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39222026-02-23T16:17:07.723Z[ host-image] Feb 23 16:17:07.050 INFO O| Feb 23 16:17:07.050 INFO O| Caching catalogs ... Done
39232026-02-23T16:17:07.827Z[ host-image] Feb 23 16:17:07.155 INFO O| Feb 23 16:17:07.155 INFO STEP 0 (pkg_image_create) COMPLETE
39242026-02-23T16:17:07.827Z[ host-image] Feb 23 16:17:07.155 INFO O| Feb 23 16:17:07.155 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39252026-02-23T16:17:07.858Z[ host-image] Feb 23 16:17:07.167 INFO O| Feb 23 16:17:07.167 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"]
39262026-02-23T16:17:08.318Z[ host-image] Feb 23 16:17:07.646 INFO O| Feb 23 16:17:07.645 INFO STEP 1 (pkg_set_publisher) COMPLETE
39272026-02-23T16:17:08.318Z[ host-image] Feb 23 16:17:07.646 INFO O| Feb 23 16:17:07.645 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39282026-02-23T16:17:08.347Z[ host-image] Feb 23 16:17:07.646 INFO O| Feb 23 16:17:07.645 INFO skip step because feature "publisher_1_name" is not enabled
39292026-02-23T16:17:08.347Z[ host-image] Feb 23 16:17:07.646 INFO O| Feb 23 16:17:07.646 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39302026-02-23T16:17:08.347Z[ host-image] Feb 23 16:17:07.646 INFO O| Feb 23 16:17:07.646 INFO skip step because feature "publisher_2_name" is not enabled
39312026-02-23T16:17:08.347Z[ host-image] Feb 23 16:17:07.646 INFO O| Feb 23 16:17:07.646 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39322026-02-23T16:17:08.347Z[ host-image] Feb 23 16:17:07.646 INFO O| Feb 23 16:17:07.646 INFO skip step because feature "publisher_3_name" is not enabled
39332026-02-23T16:17:08.348Z[ host-image] Feb 23 16:17:07.646 INFO O| Feb 23 16:17:07.646 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39342026-02-23T16:17:08.771Z[ host-image] Feb 23 16:17:08.099 INFO O| Feb 23 16:17:08.098 INFO variant opensolaris.zone is already global
39352026-02-23T16:17:08.771Z[ host-image] Feb 23 16:17:08.099 INFO O| Feb 23 16:17:08.098 INFO STEP 5 (pkg_change_variant) COMPLETE
39362026-02-23T16:17:08.771Z[ host-image] Feb 23 16:17:08.099 INFO O| Feb 23 16:17:08.098 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39372026-02-23T16:17:09.222Z[ host-image] Feb 23 16:17:08.550 INFO O| Feb 23 16:17:08.550 INFO variant opensolaris.imagetype is full; changing to partial
39382026-02-23T16:17:09.252Z[ host-image] Feb 23 16:17:08.550 INFO O| Feb 23 16:17:08.550 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39392026-02-23T16:17:15.224Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39402026-02-23T16:17:15.224Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39412026-02-23T16:17:15.249Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39422026-02-23T16:17:15.249Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39432026-02-23T16:17:22.070Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39442026-02-23T16:17:22.167Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39452026-02-23T16:17:23.548Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39462026-02-23T16:17:23.712Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39472026-02-23T16:17:27.557Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39482026-02-23T16:17:28.872Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39492026-02-23T16:17:46.236Z[ host-image] Feb 23 16:17:45.564 INFO O| Feb 23 16:17:45.564 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39502026-02-23T16:17:55.397Z[recovery-package] Finished `release` profile [optimized] target(s) in 1m 00s
39512026-02-23T16:17:59.932ZFeb 23 16:17:59.261 INFO [recovery-package] process exited with exit status: 0 (65.51025149s)
39522026-02-23T16:17:59.932ZFeb 23 16:17:59.261 INFO [recovery-stamp] running task
39532026-02-23T16:17:59.957ZFeb 23 16:17:59.262 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39542026-02-23T16:17:59.957ZFeb 23 16:17:59.262 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+git3dafdc6b8b3
39552026-02-23T16:17:59.957ZFeb 23 16:17:59.263 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git3dafdc6b8b3
39562026-02-23T16:17:59.958Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39572026-02-23T16:17:59.958Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39582026-02-23T16:18:00.130Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39592026-02-23T16:18:00.155ZFeb 23 16:17:59.465 INFO [stamp-installinator] process exited with exit status: 0 (201.880356ms)
39602026-02-23T16:18:00.216Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39612026-02-23T16:18:00.241ZFeb 23 16:17:59.550 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (288.386616ms)
39622026-02-23T16:18:00.241ZFeb 23 16:17:59.550 INFO [recovery-stamp] task succeeded (289.023938ms)
39632026-02-23T16:18:00.241ZFeb 23 16:17:59.550 INFO [recovery-proto] running task
39642026-02-23T16:18:00.241ZFeb 23 16:17:59.551 INFO [tuf-stamp] running task
39652026-02-23T16:18:00.241ZFeb 23 16:17:59.552 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+git3dafdc6b8b3
39662026-02-23T16:18:00.241ZFeb 23 16:17:59.553 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+git3dafdc6b8b3
39672026-02-23T16:18:00.241ZFeb 23 16:17:59.554 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+git3dafdc6b8b3
39682026-02-23T16:18:00.241ZFeb 23 16:17:59.554 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+git3dafdc6b8b3
39692026-02-23T16:18:00.241ZFeb 23 16:17:59.555 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+git3dafdc6b8b3
39702026-02-23T16:18:00.241ZFeb 23 16:17:59.556 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+git3dafdc6b8b3
39712026-02-23T16:18:00.241ZFeb 23 16:17:59.561 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+git3dafdc6b8b3
39722026-02-23T16:18:00.242ZFeb 23 16:17:59.565 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+git3dafdc6b8b3
39732026-02-23T16:18:00.266ZFeb 23 16:17:59.571 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+git3dafdc6b8b3
39742026-02-23T16:18:00.266ZFeb 23 16:17:59.572 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+git3dafdc6b8b3
39752026-02-23T16:18:00.266Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39762026-02-23T16:18:00.266ZFeb 23 16:17:59.573 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+git3dafdc6b8b3
39772026-02-23T16:18:00.266Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39782026-02-23T16:18:00.266ZFeb 23 16:17:59.574 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+git3dafdc6b8b3
39792026-02-23T16:18:00.266Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39802026-02-23T16:18:00.266Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39812026-02-23T16:18:00.266Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39822026-02-23T16:18:00.266Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39832026-02-23T16:18:00.266Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39842026-02-23T16:18:00.267Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-02-23T16:18:00.267Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-02-23T16:18:00.267Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-02-23T16:18:00.267Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-02-23T16:18:00.291Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-02-23T16:18:00.436Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39902026-02-23T16:18:00.460ZFeb 23 16:17:59.771 INFO [stamp-probe] process exited with exit status: 0 (198.00313ms)
39912026-02-23T16:18:00.514ZFeb 23 16:17:59.843 INFO [recovery-proto] task succeeded (292.172631ms)
39922026-02-23T16:18:00.538ZFeb 23 16:17:59.843 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/.tmpgSSCxU/proto/recovery/root -N 'recovery 3dafdc6/${os_short_commit} 2026-02-23 15:48' -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/'
39932026-02-23T16:18:00.563Z[ recovery-image] Feb 23 16:17:59.881 INFO Checking files for board 'cosmo-mbist'
39942026-02-23T16:18:00.563Z[ recovery-image] Feb 23 16:17:59.882 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39952026-02-23T16:18:00.563Z[ recovery-image] Feb 23 16:17:59.882 INFO Checking files for board 'cosmo-mbist-noaggr'
39962026-02-23T16:18:00.563Z[ recovery-image] Feb 23 16:17:59.882 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39972026-02-23T16:18:00.563Z[ recovery-image] Feb 23 16:17:59.882 INFO Checking files for board 'gimlet'
39982026-02-23T16:18:00.563Z[ recovery-image] Feb 23 16:17:59.882 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39992026-02-23T16:18:00.563Z[ recovery-image] Feb 23 16:17:59.882 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40002026-02-23T16:18:00.563Z[ recovery-image] Feb 23 16:17:59.882 INFO Checking files for board 'cosmo'
40012026-02-23T16:18:00.563Z[ recovery-image] Feb 23 16:17:59.882 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40022026-02-23T16:18:00.563Z[ recovery-image] Feb 23 16:17:59.882 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
40032026-02-23T16:18:00.588Z[ recovery-image] Feb 23 16:17:59.901 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpgSSCxU/proto/recovery/root"
40042026-02-23T16:18:00.588Z[ recovery-image] Feb 23 16:17:59.901 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40052026-02-23T16:18:00.588Z[ recovery-image] Feb 23 16:17:59.901 INFO image builder template: ramdisk-01-os...
40062026-02-23T16:18:00.588Z[ recovery-image] Feb 23 16:17:59.901 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/.tmpgSSCxU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40072026-02-23T16:18:00.613Z[ recovery-image] Feb 23 16:17:59.932 INFO O| Feb 23 16:17:59.932 INFO CREATE DATASET: rpool/images/build/recovery/output
40082026-02-23T16:18:01.150Z[ host-image] Feb 23 16:18:00.478 INFO O| Feb 23 16:18:00.478 INFO O| Startup: Caching catalogs ... Done
40092026-02-23T16:18:01.270Z[ host-image] Feb 23 16:18:00.599 INFO O| Feb 23 16:18:00.599 INFO O| Planning: Planning completed in 0.00 seconds
40102026-02-23T16:18:01.295Z[ host-image] Feb 23 16:18:00.600 INFO O| Feb 23 16:18:00.599 INFO O| Planning: Consolidating action changes ... Done
40112026-02-23T16:18:01.295Z[ host-image] Feb 23 16:18:00.600 INFO O| Feb 23 16:18:00.600 INFO O| Planning: Evaluating mediators ... Done
40122026-02-23T16:18:01.295Z[ host-image] Feb 23 16:18:00.600 INFO O| Feb 23 16:18:00.600 INFO O| Planning: Planning completed in 0.00 seconds
40132026-02-23T16:18:01.295Z[ host-image] Feb 23 16:18:00.600 INFO O| Feb 23 16:18:00.600 INFO O| Variants/Facets to change: 1
40142026-02-23T16:18:01.622Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40152026-02-23T16:18:01.695ZFeb 23 16:18:01.023 INFO [stamp-ntp] process exited with exit status: 0 (1.468228232s)
40162026-02-23T16:18:01.719Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
40172026-02-23T16:18:01.777Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40182026-02-23T16:18:01.940Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40192026-02-23T16:18:02.020ZFeb 23 16:18:01.349 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.784016539s)
40202026-02-23T16:18:02.295Z[ recovery-image] Feb 23 16:18:01.623 INFO O| Feb 23 16:18:01.623 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40212026-02-23T16:18:02.321Z[ host-image] Feb 23 16:18:01.628 INFO O| Feb 23 16:18:01.628 INFO O| Done
40222026-02-23T16:18:02.321Z[ host-image] Feb 23 16:18:01.628 INFO O| Feb 23 16:18:01.628 INFO O| Done
40232026-02-23T16:18:02.321Z[ recovery-image] Feb 23 16:18:01.630 INFO O| Feb 23 16:18:01.630 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40242026-02-23T16:18:02.346Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40252026-02-23T16:18:02.371ZFeb 23 16:18:01.687 INFO [stamp-external-dns] process exited with exit status: 0 (2.112472106s)
40262026-02-23T16:18:02.604Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40272026-02-23T16:18:02.660ZFeb 23 16:18:01.989 INFO [stamp-internal-dns] process exited with exit status: 0 (2.416293602s)
40282026-02-23T16:18:02.726Z[ recovery-image] Feb 23 16:18:02.055 INFO O| Feb 23 16:18:02.055 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40292026-02-23T16:18:02.751Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40302026-02-23T16:18:02.776ZFeb 23 16:18:02.088 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.51666804s)
40312026-02-23T16:18:02.776Z[ recovery-image] Feb 23 16:18:02.091 INFO O| Feb 23 16:18:02.091 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40322026-02-23T16:18:02.776Z[ recovery-image] Feb 23 16:18:02.091 INFO O| Feb 23 16:18:02.091 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40332026-02-23T16:18:02.776Z[ recovery-image] Feb 23 16:18:02.091 INFO O| Feb 23 16:18:02.091 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40342026-02-23T16:18:02.776Z[ recovery-image] Feb 23 16:18:02.091 INFO O| Feb 23 16:18:02.091 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40352026-02-23T16:18:02.776Z[ recovery-image] Feb 23 16:18:02.103 INFO O| Feb 23 16:18:02.103 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40362026-02-23T16:18:02.875Z[ recovery-image] Feb 23 16:18:02.203 INFO O| Feb 23 16:18:02.203 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40372026-02-23T16:18:02.900Z[ recovery-image] Feb 23 16:18:02.221 INFO O| Feb 23 16:18:02.220 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40382026-02-23T16:18:03.020Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40392026-02-23T16:18:03.053ZFeb 23 16:18:02.382 INFO [stamp-oximeter] process exited with exit status: 0 (2.829046365s)
40402026-02-23T16:18:03.349Z[ recovery-image] Feb 23 16:18:02.678 INFO O| Feb 23 16:18:02.678 INFO O| Caching catalogs ... Done
40412026-02-23T16:18:03.451Z[ recovery-image] Feb 23 16:18:02.779 INFO O| Feb 23 16:18:02.779 INFO STEP 0 (pkg_image_create) COMPLETE
40422026-02-23T16:18:03.451Z[ recovery-image] Feb 23 16:18:02.780 INFO O| Feb 23 16:18:02.779 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40432026-02-23T16:18:03.475Z[ recovery-image] Feb 23 16:18:02.798 INFO O| Feb 23 16:18:02.798 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"]
40442026-02-23T16:18:03.968Z[ recovery-image] Feb 23 16:18:03.296 INFO O| Feb 23 16:18:03.296 INFO STEP 1 (pkg_set_publisher) COMPLETE
40452026-02-23T16:18:03.968Z[ recovery-image] Feb 23 16:18:03.296 INFO O| Feb 23 16:18:03.296 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40462026-02-23T16:18:03.993Z[ recovery-image] Feb 23 16:18:03.296 INFO O| Feb 23 16:18:03.296 INFO skip step because feature "publisher_1_name" is not enabled
40472026-02-23T16:18:03.993Z[ recovery-image] Feb 23 16:18:03.296 INFO O| Feb 23 16:18:03.296 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482026-02-23T16:18:03.993Z[ recovery-image] Feb 23 16:18:03.296 INFO O| Feb 23 16:18:03.296 INFO skip step because feature "publisher_2_name" is not enabled
40492026-02-23T16:18:03.993Z[ recovery-image] Feb 23 16:18:03.296 INFO O| Feb 23 16:18:03.296 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40502026-02-23T16:18:03.993Z[ recovery-image] Feb 23 16:18:03.296 INFO O| Feb 23 16:18:03.296 INFO skip step because feature "publisher_3_name" is not enabled
40512026-02-23T16:18:03.993Z[ recovery-image] Feb 23 16:18:03.296 INFO O| Feb 23 16:18:03.296 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40522026-02-23T16:18:04.527Z[ recovery-image] Feb 23 16:18:03.856 INFO O| Feb 23 16:18:03.856 INFO variant opensolaris.zone is already global
40532026-02-23T16:18:04.528Z[ recovery-image] Feb 23 16:18:03.856 INFO O| Feb 23 16:18:03.856 INFO STEP 5 (pkg_change_variant) COMPLETE
40542026-02-23T16:18:04.528Z[ recovery-image] Feb 23 16:18:03.856 INFO O| Feb 23 16:18:03.856 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40552026-02-23T16:18:04.699Z[ host-image] Feb 23 16:18:04.026 INFO O| Feb 23 16:18:04.026 INFO O| Done
40562026-02-23T16:18:05.040Z[ host-image] Feb 23 16:18:04.369 INFO O| Feb 23 16:18:04.369 INFO O| Done
40572026-02-23T16:18:05.065Z[ host-image] Feb 23 16:18:04.371 INFO O| Feb 23 16:18:04.371 INFO O| Done
40582026-02-23T16:18:05.065Z[ host-image] Feb 23 16:18:04.371 INFO O| Feb 23 16:18:04.371 INFO O| Done
40592026-02-23T16:18:05.065Z[ host-image] Feb 23 16:18:04.373 INFO O| Feb 23 16:18:04.373 INFO O| Done
40602026-02-23T16:18:05.319Z[ recovery-image] Feb 23 16:18:04.648 INFO O| Feb 23 16:18:04.647 INFO variant opensolaris.imagetype is full; changing to partial
40612026-02-23T16:18:05.319Z[ recovery-image] Feb 23 16:18:04.648 INFO O| Feb 23 16:18:04.648 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40622026-02-23T16:18:06.391Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40632026-02-23T16:18:06.425ZFeb 23 16:18:05.722 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.167211898s)
40642026-02-23T16:18:06.738Z[ host-image] Feb 23 16:18:06.067 INFO O| Feb 23 16:18:06.067 INFO STEP 6 (pkg_change_variant) COMPLETE
40652026-02-23T16:18:06.739Z[ host-image] Feb 23 16:18:06.067 INFO O| Feb 23 16:18:06.067 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40662026-02-23T16:18:06.764Z[ host-image] Feb 23 16:18:06.067 INFO O| Feb 23 16:18:06.067 INFO skip step because feature "debug_variant" is not enabled
40672026-02-23T16:18:06.764Z[ host-image] Feb 23 16:18:06.067 INFO O| Feb 23 16:18:06.067 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40682026-02-23T16:18:07.479Z[ host-image] Feb 23 16:18:06.793 INFO O| Feb 23 16:18:06.793 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40692026-02-23T16:18:07.670Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40702026-02-23T16:18:07.709ZFeb 23 16:18:07.007 INFO [stamp-nexus] process exited with exit status: 0 (7.451068999s)
40712026-02-23T16:18:09.464Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40722026-02-23T16:18:09.534Z[verify-libraries] Compiling cfg_aliases v0.1.1
40732026-02-23T16:18:09.560Z[verify-libraries] Compiling home v0.5.9
40742026-02-23T16:18:09.599Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40752026-02-23T16:18:09.627Z[verify-libraries] Compiling sqlparser_derive v0.2.2
40762026-02-23T16:18:09.627Z[verify-libraries] Compiling unicode_categories v0.1.1
40772026-02-23T16:18:09.848Z[verify-libraries] Compiling nix v0.28.0
40782026-02-23T16:18:09.971Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40792026-02-23T16:18:10.063Z[verify-libraries] Compiling polyval v0.6.2
40802026-02-23T16:18:10.092Z[verify-libraries] Compiling ctr v0.9.2
40812026-02-23T16:18:10.395Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40822026-02-23T16:18:10.694Z[verify-libraries] Compiling sqlformat v0.3.5
40832026-02-23T16:18:11.051Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40842026-02-23T16:18:11.082ZFeb 23 16:18:10.411 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.858750564s)
40852026-02-23T16:18:11.142Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40862026-02-23T16:18:11.169ZFeb 23 16:18:10.473 INFO [stamp-clickhouse_server] process exited with exit status: 0 (10.91916113s)
40872026-02-23T16:18:11.195Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40882026-02-23T16:18:11.220ZFeb 23 16:18:10.527 INFO [stamp-clickhouse] process exited with exit status: 0 (10.966450185s)
40892026-02-23T16:18:11.220ZFeb 23 16:18:10.527 INFO [tuf-stamp] task succeeded (10.976805276s)
40902026-02-23T16:18:11.304Z[verify-libraries] Compiling sqlparser v0.45.0
40912026-02-23T16:18:11.304Z[verify-libraries] Compiling ghash v0.5.1
40922026-02-23T16:18:11.443Z[verify-libraries] Compiling ssh-encoding v0.2.0
40932026-02-23T16:18:11.443Z[verify-libraries] Compiling blowfish v0.9.1
40942026-02-23T16:18:11.660Z[verify-libraries] Compiling aes-gcm v0.10.3
40952026-02-23T16:18:12.037Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40962026-02-23T16:18:12.129Z[verify-libraries] Compiling password-hash v0.4.2
40972026-02-23T16:18:12.652Z[verify-libraries] Compiling ssh-cipher v0.2.0
40982026-02-23T16:18:13.061Z[verify-libraries] Compiling petname v2.0.2
40992026-02-23T16:18:13.104Z[verify-libraries] Compiling pbkdf2 v0.11.0
41002026-02-23T16:18:13.632Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41012026-02-23T16:18:14.086Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41022026-02-23T16:18:14.288Z[verify-libraries] Compiling ssh-key v0.6.6
41032026-02-23T16:18:15.438Z[verify-libraries] Compiling rustyline v14.0.0
41042026-02-23T16:18:15.892Z[verify-libraries] Compiling p521 v0.13.3
41052026-02-23T16:18:17.112Z[verify-libraries] Compiling p256 v0.13.2
41062026-02-23T16:18:19.506Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41072026-02-23T16:18:19.802Z[verify-libraries] Compiling md5 v0.7.0
41082026-02-23T16:18:20.460Z[verify-libraries] Compiling russh-keys v0.45.0
41092026-02-23T16:18:21.246Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41102026-02-23T16:18:21.819Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41112026-02-23T16:18:22.440Z[verify-libraries] Compiling num-bigint v0.4.6
41122026-02-23T16:18:24.558Z[verify-libraries] Compiling des v0.8.1
41132026-02-23T16:18:26.095Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41142026-02-23T16:18:27.469Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41152026-02-23T16:18:28.197Z[verify-libraries] Compiling hex-literal v0.4.1
41162026-02-23T16:18:28.403Z[verify-libraries] Compiling sync-ptr v0.1.4
41172026-02-23T16:18:28.616Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41182026-02-23T16:18:28.773Z[verify-libraries] Compiling russh v0.45.0
41192026-02-23T16:18:31.247Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41202026-02-23T16:18:31.904Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41212026-02-23T16:18:38.118Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41222026-02-23T16:18:39.604Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41232026-02-23T16:18:49.527Z[ host-image] Feb 23 16:18:48.856 INFO O| Feb 23 16:18:48.856 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41242026-02-23T16:18:50.261Z[ recovery-image] Feb 23 16:18:49.590 INFO O| Feb 23 16:18:49.590 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41252026-02-23T16:18:51.733Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41262026-02-23T16:19:03.789Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41272026-02-23T16:19:03.902Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41282026-02-23T16:19:08.293Z[ host-image] Feb 23 16:19:07.622 INFO O| Feb 23 16:19:07.621 INFO O| Startup: Caching catalogs ... Done
41292026-02-23T16:19:08.424Z[ host-image] Feb 23 16:19:07.753 INFO O| Feb 23 16:19:07.753 INFO O| Planning: Planning completed in 0.00 seconds
41302026-02-23T16:19:08.449Z[ host-image] Feb 23 16:19:07.754 INFO O| Feb 23 16:19:07.754 INFO O| Planning: Consolidating action changes ... Done
41312026-02-23T16:19:08.449Z[ host-image] Feb 23 16:19:07.754 INFO O| Feb 23 16:19:07.754 INFO O| Planning: Evaluating mediators ... Done
41322026-02-23T16:19:08.450Z[ host-image] Feb 23 16:19:07.755 INFO O| Feb 23 16:19:07.754 INFO O| Planning: Planning completed in 0.00 seconds
41332026-02-23T16:19:08.450Z[ host-image] Feb 23 16:19:07.755 INFO O| Feb 23 16:19:07.755 INFO O| Variants/Facets to change: 1
41342026-02-23T16:19:08.491Z[ host-image] Feb 23 16:19:07.820 INFO O| Feb 23 16:19:07.819 INFO O| Done
41352026-02-23T16:19:08.491Z[ host-image] Feb 23 16:19:07.820 INFO O| Feb 23 16:19:07.819 INFO O| Done
41362026-02-23T16:19:09.830Z[ recovery-image] Feb 23 16:19:09.159 INFO O| Feb 23 16:19:09.159 INFO O| Startup: Caching catalogs ... Done
41372026-02-23T16:19:09.968Z[ recovery-image] Feb 23 16:19:09.297 INFO O| Feb 23 16:19:09.297 INFO O| Planning: Planning completed in 0.00 seconds
41382026-02-23T16:19:09.993Z[ recovery-image] Feb 23 16:19:09.298 INFO O| Feb 23 16:19:09.298 INFO O| Planning: Consolidating action changes ... Done
41392026-02-23T16:19:09.993Z[ recovery-image] Feb 23 16:19:09.298 INFO O| Feb 23 16:19:09.298 INFO O| Planning: Evaluating mediators ... Done
41402026-02-23T16:19:09.994Z[ recovery-image] Feb 23 16:19:09.298 INFO O| Feb 23 16:19:09.298 INFO O| Planning: Planning completed in 0.00 seconds
41412026-02-23T16:19:09.994Z[ recovery-image] Feb 23 16:19:09.299 INFO O| Feb 23 16:19:09.299 INFO O| Variants/Facets to change: 1
41422026-02-23T16:19:10.045Z[ recovery-image] Feb 23 16:19:09.374 INFO O| Feb 23 16:19:09.374 INFO O| Done
41432026-02-23T16:19:10.045Z[ recovery-image] Feb 23 16:19:09.374 INFO O| Feb 23 16:19:09.374 INFO O| Done
41442026-02-23T16:19:11.790Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41452026-02-23T16:19:11.825Z[ host-image] Feb 23 16:19:11.153 INFO O| Feb 23 16:19:11.153 INFO O| Done
41462026-02-23T16:19:11.941Z[ host-image] Feb 23 16:19:11.270 INFO O| Feb 23 16:19:11.270 INFO O| Done
41472026-02-23T16:19:11.966Z[ host-image] Feb 23 16:19:11.272 INFO O| Feb 23 16:19:11.271 INFO O| Done
41482026-02-23T16:19:11.967Z[ host-image] Feb 23 16:19:11.272 INFO O| Feb 23 16:19:11.272 INFO O| Done
41492026-02-23T16:19:11.967Z[ host-image] Feb 23 16:19:11.274 INFO O| Feb 23 16:19:11.274 INFO O| Done
41502026-02-23T16:19:12.792Z[ recovery-image] Feb 23 16:19:12.121 INFO O| Feb 23 16:19:12.121 INFO O| Done
41512026-02-23T16:19:13.025Z[ recovery-image] Feb 23 16:19:12.354 INFO O| Feb 23 16:19:12.354 INFO O| Done
41522026-02-23T16:19:13.050Z[ recovery-image] Feb 23 16:19:12.356 INFO O| Feb 23 16:19:12.356 INFO O| Done
41532026-02-23T16:19:13.051Z[ recovery-image] Feb 23 16:19:12.356 INFO O| Feb 23 16:19:12.356 INFO O| Done
41542026-02-23T16:19:13.051Z[ recovery-image] Feb 23 16:19:12.358 INFO O| Feb 23 16:19:12.358 INFO O| Done
41552026-02-23T16:19:14.226Z[ host-image] Feb 23 16:19:13.555 INFO O| Feb 23 16:19:13.555 INFO STEP 8 (pkg_change_facet) COMPLETE
41562026-02-23T16:19:14.226Z[ host-image] Feb 23 16:19:13.555 INFO O| Feb 23 16:19:13.555 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41572026-02-23T16:19:14.251Z[ host-image] Feb 23 16:19:13.555 INFO O| Feb 23 16:19:13.555 INFO skip step because feature "recovery" is not enabled
41582026-02-23T16:19:14.251Z[ host-image] Feb 23 16:19:13.555 INFO O| Feb 23 16:19:13.555 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41592026-02-23T16:19:14.251Z[ host-image] Feb 23 16:19:13.555 INFO O| Feb 23 16:19:13.555 INFO skip step because feature "recovery" is not enabled
41602026-02-23T16:19:14.252Z[ host-image] Feb 23 16:19:13.555 INFO O| Feb 23 16:19:13.555 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41612026-02-23T16:19:14.252Z[ host-image] Feb 23 16:19:13.574 INFO O| Feb 23 16:19:13.574 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"]
41622026-02-23T16:19:15.280Z[ recovery-image] Feb 23 16:19:14.610 INFO O| Feb 23 16:19:14.609 INFO STEP 6 (pkg_change_variant) COMPLETE
41632026-02-23T16:19:15.281Z[ recovery-image] Feb 23 16:19:14.610 INFO O| Feb 23 16:19:14.609 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41642026-02-23T16:19:15.281Z[ recovery-image] Feb 23 16:19:14.610 INFO O| Feb 23 16:19:14.609 INFO skip step because feature "debug_variant" is not enabled
41652026-02-23T16:19:15.306Z[ recovery-image] Feb 23 16:19:14.610 INFO O| Feb 23 16:19:14.610 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41662026-02-23T16:19:15.929Z[ recovery-image] Feb 23 16:19:15.258 INFO O| Feb 23 16:19:15.258 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41672026-02-23T16:19:28.872Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41682026-02-23T16:19:32.738Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41692026-02-23T16:19:38.509Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41702026-02-23T16:19:40.426Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41712026-02-23T16:19:44.482Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41722026-02-23T16:19:49.466Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41732026-02-23T16:19:52.340Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41742026-02-23T16:20:00.309Z[ host-image] Feb 23 16:19:59.639 INFO O| Feb 23 16:19:59.638 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41752026-02-23T16:20:00.680Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41762026-02-23T16:20:02.575Z[ recovery-image] Feb 23 16:20:01.903 INFO O| Feb 23 16:20:01.903 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41772026-02-23T16:20:05.451Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41782026-02-23T16:20:07.761Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41792026-02-23T16:20:15.219Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41802026-02-23T16:20:18.164Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41812026-02-23T16:20:19.183Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41822026-02-23T16:20:19.444Z[ host-image] Feb 23 16:20:18.774 INFO O| Feb 23 16:20:18.774 INFO O| Startup: Caching catalogs ... Done
41832026-02-23T16:20:22.656Z[ recovery-image] Feb 23 16:20:21.986 INFO O| Feb 23 16:20:21.986 INFO O| Startup: Caching catalogs ... Done
41842026-02-23T16:20:22.788Z[ recovery-image] Feb 23 16:20:22.118 INFO O| Feb 23 16:20:22.118 INFO O| Planning: Planning completed in 0.00 seconds
41852026-02-23T16:20:22.813Z[ recovery-image] Feb 23 16:20:22.119 INFO O| Feb 23 16:20:22.119 INFO O| Planning: Consolidating action changes ... Done
41862026-02-23T16:20:22.813Z[ recovery-image] Feb 23 16:20:22.119 INFO O| Feb 23 16:20:22.119 INFO O| Planning: Evaluating mediators ... Done
41872026-02-23T16:20:22.813Z[ recovery-image] Feb 23 16:20:22.119 INFO O| Feb 23 16:20:22.119 INFO O| Planning: Planning completed in 0.00 seconds
41882026-02-23T16:20:22.813Z[ recovery-image] Feb 23 16:20:22.120 INFO O| Feb 23 16:20:22.119 INFO O| Variants/Facets to change: 1
41892026-02-23T16:20:22.852Z[ recovery-image] Feb 23 16:20:22.182 INFO O| Feb 23 16:20:22.182 INFO O| Done
41902026-02-23T16:20:22.852Z[ recovery-image] Feb 23 16:20:22.182 INFO O| Feb 23 16:20:22.182 INFO O| Done
41912026-02-23T16:20:24.364Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41922026-02-23T16:20:25.931Z[ recovery-image] Feb 23 16:20:25.260 INFO O| Feb 23 16:20:25.260 INFO O| Done
41932026-02-23T16:20:26.067Z[ recovery-image] Feb 23 16:20:25.397 INFO O| Feb 23 16:20:25.397 INFO O| Done
41942026-02-23T16:20:26.092Z[ recovery-image] Feb 23 16:20:25.398 INFO O| Feb 23 16:20:25.398 INFO O| Done
41952026-02-23T16:20:26.092Z[ recovery-image] Feb 23 16:20:25.398 INFO O| Feb 23 16:20:25.398 INFO O| Done
41962026-02-23T16:20:26.093Z[ recovery-image] Feb 23 16:20:25.400 INFO O| Feb 23 16:20:25.400 INFO O| Done
41972026-02-23T16:20:27.923Z[ recovery-image] Feb 23 16:20:27.252 INFO O| Feb 23 16:20:27.252 INFO STEP 8 (pkg_change_facet) COMPLETE
41982026-02-23T16:20:27.923Z[ recovery-image] Feb 23 16:20:27.253 INFO O| Feb 23 16:20:27.252 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41992026-02-23T16:20:28.497Z[ recovery-image] Feb 23 16:20:27.827 INFO O| Feb 23 16:20:27.827 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42002026-02-23T16:20:29.067Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42012026-02-23T16:20:47.185Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42022026-02-23T16:20:53.001Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42032026-02-23T16:20:53.335Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42042026-02-23T16:21:05.013Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42052026-02-23T16:21:19.146Z[ recovery-image] Feb 23 16:21:18.476 INFO O| Feb 23 16:21:18.476 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42062026-02-23T16:21:32.123Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42072026-02-23T16:21:34.060Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42082026-02-23T16:21:40.314Z[ recovery-image] Feb 23 16:21:39.644 INFO O| Feb 23 16:21:39.644 INFO O| Startup: Caching catalogs ... Done
42092026-02-23T16:21:40.441Z[ recovery-image] Feb 23 16:21:39.768 INFO O| Feb 23 16:21:39.768 INFO O| Planning: Planning completed in 0.00 seconds
42102026-02-23T16:21:40.441Z[ recovery-image] Feb 23 16:21:39.769 INFO O| Feb 23 16:21:39.769 INFO O| Planning: Consolidating action changes ... Done
42112026-02-23T16:21:40.465Z[ recovery-image] Feb 23 16:21:39.769 INFO O| Feb 23 16:21:39.769 INFO O| Planning: Evaluating mediators ... Done
42122026-02-23T16:21:40.465Z[ recovery-image] Feb 23 16:21:39.769 INFO O| Feb 23 16:21:39.769 INFO O| Planning: Planning completed in 0.00 seconds
42132026-02-23T16:21:40.465Z[ recovery-image] Feb 23 16:21:39.770 INFO O| Feb 23 16:21:39.770 INFO O| Variants/Facets to change: 1
42142026-02-23T16:21:40.504Z[ recovery-image] Feb 23 16:21:39.834 INFO O| Feb 23 16:21:39.834 INFO O| Done
42152026-02-23T16:21:40.504Z[ recovery-image] Feb 23 16:21:39.834 INFO O| Feb 23 16:21:39.834 INFO O| Done
42162026-02-23T16:21:42.522Z[ recovery-image] Feb 23 16:21:41.853 INFO O| Feb 23 16:21:41.853 INFO O| Done
42172026-02-23T16:21:42.693Z[ recovery-image] Feb 23 16:21:42.024 INFO O| Feb 23 16:21:42.024 INFO O| Done
42182026-02-23T16:21:42.718Z[ recovery-image] Feb 23 16:21:42.025 INFO O| Feb 23 16:21:42.025 INFO O| Done
42192026-02-23T16:21:42.718Z[ recovery-image] Feb 23 16:21:42.025 INFO O| Feb 23 16:21:42.025 INFO O| Done
42202026-02-23T16:21:42.718Z[ recovery-image] Feb 23 16:21:42.027 INFO O| Feb 23 16:21:42.027 INFO O| Done
42212026-02-23T16:21:44.532Z[ recovery-image] Feb 23 16:21:43.863 INFO O| Feb 23 16:21:43.862 INFO STEP 9 (pkg_change_facet) COMPLETE
42222026-02-23T16:21:44.532Z[ recovery-image] Feb 23 16:21:43.863 INFO O| Feb 23 16:21:43.862 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42232026-02-23T16:21:45.229Z[ recovery-image] Feb 23 16:21:44.560 INFO O| Feb 23 16:21:44.560 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42242026-02-23T16:21:53.446Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42252026-02-23T16:21:53.552Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42262026-02-23T16:21:55.673Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42272026-02-23T16:22:07.549Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42282026-02-23T16:22:09.376Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42292026-02-23T16:22:29.651Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42302026-02-23T16:22:30.985Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42312026-02-23T16:22:37.334Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42322026-02-23T16:22:37.818Z[ recovery-image] Feb 23 16:22:37.150 INFO O| Feb 23 16:22:37.150 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42332026-02-23T16:23:05.689Z[ recovery-image] Feb 23 16:23:05.020 INFO O| Feb 23 16:23:05.020 INFO O| Startup: Caching catalogs ... Done
42342026-02-23T16:23:05.819Z[ recovery-image] Feb 23 16:23:05.150 INFO O| Feb 23 16:23:05.150 INFO O| Planning: Planning completed in 0.00 seconds
42352026-02-23T16:23:05.843Z[ recovery-image] Feb 23 16:23:05.152 INFO O| Feb 23 16:23:05.151 INFO O| Planning: Consolidating action changes ... Done
42362026-02-23T16:23:05.843Z[ recovery-image] Feb 23 16:23:05.152 INFO O| Feb 23 16:23:05.152 INFO O| Planning: Evaluating mediators ... Done
42372026-02-23T16:23:05.843Z[ recovery-image] Feb 23 16:23:05.152 INFO O| Feb 23 16:23:05.152 INFO O| Planning: Planning completed in 0.00 seconds
42382026-02-23T16:23:05.843Z[ recovery-image] Feb 23 16:23:05.153 INFO O| Feb 23 16:23:05.153 INFO O| Variants/Facets to change: 1
42392026-02-23T16:23:06.074Z[ recovery-image] Feb 23 16:23:05.405 INFO O| Feb 23 16:23:05.405 INFO O| Done
42402026-02-23T16:23:06.115Z[ recovery-image] Feb 23 16:23:05.405 INFO O| Feb 23 16:23:05.405 INFO O| Done
42412026-02-23T16:23:09.081Z[ recovery-image] Feb 23 16:23:08.413 INFO O| Feb 23 16:23:08.413 INFO O| Done
42422026-02-23T16:23:09.208Z[ recovery-image] Feb 23 16:23:08.539 INFO O| Feb 23 16:23:08.539 INFO O| Done
42432026-02-23T16:23:09.232Z[ recovery-image] Feb 23 16:23:08.541 INFO O| Feb 23 16:23:08.541 INFO O| Done
42442026-02-23T16:23:09.232Z[ recovery-image] Feb 23 16:23:08.541 INFO O| Feb 23 16:23:08.541 INFO O| Done
42452026-02-23T16:23:09.232Z[ recovery-image] Feb 23 16:23:08.544 INFO O| Feb 23 16:23:08.543 INFO O| Done
42462026-02-23T16:23:12.982Z[ recovery-image] Feb 23 16:23:12.313 INFO O| Feb 23 16:23:12.313 INFO STEP 10 (pkg_change_facet) COMPLETE
42472026-02-23T16:23:12.982Z[ recovery-image] Feb 23 16:23:12.313 INFO O| Feb 23 16:23:12.313 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42482026-02-23T16:23:13.017Z[ recovery-image] Feb 23 16:23:12.349 INFO O| Feb 23 16:23:12.349 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"]
42492026-02-23T16:23:13.630Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42502026-02-23T16:23:20.757Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42512026-02-23T16:23:36.121Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
42522026-02-23T16:23:36.913Z[verify-libraries] Compiling internet-checksum v0.2.1
42532026-02-23T16:23:37.379Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42542026-02-23T16:23:39.830Z[ host-image] Feb 23 16:23:39.162 INFO O| Feb 23 16:23:39.162 INFO O| Planning: Solver setup ... Done
42552026-02-23T16:23:52.427Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42562026-02-23T16:24:07.725Z[ recovery-image] Feb 23 16:24:07.057 INFO O| Feb 23 16:24:07.056 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42572026-02-23T16:24:22.946Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42582026-02-23T16:24:25.373Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42592026-02-23T16:24:31.068Z[ recovery-image] Feb 23 16:24:30.400 INFO O| Feb 23 16:24:30.400 INFO O| Startup: Caching catalogs ... Done
42602026-02-23T16:24:31.831Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42612026-02-23T16:24:33.065Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42622026-02-23T16:24:33.865Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42632026-02-23T16:24:39.290Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42642026-02-23T16:24:51.326Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42652026-02-23T16:24:58.218Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42662026-02-23T16:25:25.463Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42672026-02-23T16:26:17.980Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42682026-02-23T16:26:19.593Z[verify-libraries] Compiling diff v0.1.13
42692026-02-23T16:26:21.100Z[verify-libraries] Compiling yansi v1.0.1
42702026-02-23T16:26:22.511Z[verify-libraries] Compiling pretty_assertions v1.4.1
42712026-02-23T16:26:24.007Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42722026-02-23T16:26:24.084Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42732026-02-23T16:26:24.533Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42742026-02-23T16:26:25.146Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42752026-02-23T16:26:25.560Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42762026-02-23T16:26:26.160Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42772026-02-23T16:26:26.645Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42782026-02-23T16:26:28.869Z[verify-libraries] Compiling drift v0.1.3
42792026-02-23T16:26:36.165Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42802026-02-23T16:26:40.482Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42812026-02-23T16:26:43.122Z[verify-libraries] Compiling dropshot-api-manager v0.3.0
42822026-02-23T16:27:04.635Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42832026-02-23T16:27:29.092Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42842026-02-23T16:27:55.976Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42852026-02-23T16:27:56.010Z[ recovery-image] Feb 23 16:27:55.329 INFO O| Feb 23 16:27:55.329 INFO O| Planning: Solver setup ... Done
42862026-02-23T16:28:08.135Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42872026-02-23T16:28:08.486Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42882026-02-23T16:28:22.565Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42892026-02-23T16:28:29.214Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42902026-02-23T16:28:47.300Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42912026-02-23T16:28:48.444Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42922026-02-23T16:28:51.333Z[verify-libraries] Compiling termios v0.3.3
42932026-02-23T16:28:52.114Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42942026-02-23T16:28:55.717Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42952026-02-23T16:29:13.382Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42962026-02-23T16:29:14.763Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42972026-02-23T16:29:16.755Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42982026-02-23T16:29:33.669Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42992026-02-23T16:33:35.663Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43002026-02-23T16:33:42.850Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43012026-02-23T16:34:04.958Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43022026-02-23T16:34:32.667Z[ host-image] Feb 23 16:34:31.000 INFO O| Feb 23 16:34:30.016 INFO O| Planning: Running solver ... Done
43032026-02-23T16:34:39.841Z[ host-image] Feb 23 16:34:39.178 INFO O| Feb 23 16:34:39.178 INFO O| Planning: Finding local manifests ... Done
43042026-02-23T16:34:40.511Z[ host-image] Feb 23 16:34:39.848 INFO O| Feb 23 16:34:39.848 INFO O| Planning: Fetching manifests: 0/126 0% complete
43052026-02-23T16:34:45.628Z[ host-image] Feb 23 16:34:44.965 INFO O| Feb 23 16:34:44.965 INFO O| Planning: Fetching manifests: 76/126 60% complete
43062026-02-23T16:34:48.231Z[ host-image] Feb 23 16:34:47.566 INFO O| Feb 23 16:34:47.566 INFO O| Planning: Fetching manifests: 126/126 100% complete
43072026-02-23T16:34:49.332Z[ host-image] Feb 23 16:34:48.669 INFO O| Feb 23 16:34:48.669 INFO O| Planning: Package planning ... Done
43082026-02-23T16:34:50.306Z[ host-image] Feb 23 16:34:49.643 INFO O| Feb 23 16:34:49.643 INFO O| Planning: Merging actions ... Done
43092026-02-23T16:34:50.583Z[ host-image] Feb 23 16:34:49.921 INFO O| Feb 23 16:34:49.921 INFO O| Planning: Checking for conflicting actions ... Done
43102026-02-23T16:34:50.856Z[ host-image] Feb 23 16:34:50.193 INFO O| Feb 23 16:34:50.193 INFO O| Planning: Consolidating action changes ... Done
43112026-02-23T16:34:51.226Z[ host-image] Feb 23 16:34:50.564 INFO O| Feb 23 16:34:50.563 INFO O| Planning: Evaluating mediators ... Done
43122026-02-23T16:34:53.842Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43132026-02-23T16:34:55.590Z[ host-image] Feb 23 16:34:54.927 INFO O| Feb 23 16:34:54.927 INFO O| Planning: Planning completed in 875.99 seconds
43142026-02-23T16:34:55.614Z[ host-image] Feb 23 16:34:54.934 INFO O| Feb 23 16:34:54.934 INFO O| Packages to install: 126
43152026-02-23T16:34:55.614Z[ host-image] Feb 23 16:34:54.934 INFO O| Feb 23 16:34:54.934 INFO O| Mediators to change: 5
43162026-02-23T16:34:55.614Z[ host-image] Feb 23 16:34:54.934 INFO O| Feb 23 16:34:54.934 INFO O| Services to change: 6
43172026-02-23T16:34:55.808Z[ host-image] Feb 23 16:34:55.145 INFO O| Feb 23 16:34:55.145 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43182026-02-23T16:34:57.086Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43192026-02-23T16:35:00.836Z[ host-image] Feb 23 16:35:00.173 INFO O| Feb 23 16:35:00.173 INFO O| Download: 1275/22925 items 8.8/210.6MB 4% complete (1.8M/s)
43202026-02-23T16:35:01.746Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43212026-02-23T16:35:06.125Z[ host-image] Feb 23 16:35:05.462 INFO O| Feb 23 16:35:05.462 INFO O| Download: 1807/22925 items 16.9/210.6MB 8% complete (1.6M/s)
43222026-02-23T16:35:06.934Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43232026-02-23T16:35:11.427Z[ host-image] Feb 23 16:35:10.764 INFO O| Feb 23 16:35:10.764 INFO O| Download: 2461/22925 items 28.4/210.6MB 13% complete (1.9M/s)
43242026-02-23T16:35:16.427Z[ host-image] Feb 23 16:35:15.764 INFO O| Feb 23 16:35:15.764 INFO O| Download: 3611/22925 items 36.1/210.6MB 17% complete (1.8M/s)
43252026-02-23T16:35:21.529Z[ host-image] Feb 23 16:35:20.867 INFO O| Feb 23 16:35:20.867 INFO O| Download: 4616/22925 items 42.8/210.6MB 20% complete (1.5M/s)
43262026-02-23T16:35:26.591Z[ host-image] Feb 23 16:35:25.928 INFO O| Feb 23 16:35:25.928 INFO O| Download: 5737/22925 items 46.6/210.6MB 22% complete (995k/s)
43272026-02-23T16:35:31.591Z[ host-image] Feb 23 16:35:30.928 INFO O| Feb 23 16:35:30.928 INFO O| Download: 6843/22925 items 48.3/210.6MB 22% complete (559k/s)
43282026-02-23T16:35:36.590Z[ host-image] Feb 23 16:35:35.928 INFO O| Feb 23 16:35:35.928 INFO O| Download: 7869/22925 items 59.4/210.6MB 28% complete (1.3M/s)
43292026-02-23T16:35:41.704Z[ host-image] Feb 23 16:35:41.042 INFO O| Feb 23 16:35:41.041 INFO O| Download: 8445/22925 items 73.9/210.6MB 35% complete (2.5M/s)
43302026-02-23T16:35:46.731Z[ host-image] Feb 23 16:35:46.069 INFO O| Feb 23 16:35:46.068 INFO O| Download: 9674/22925 items 88.1/210.6MB 41% complete (2.8M/s)
43312026-02-23T16:35:52.028Z[ host-image] Feb 23 16:35:51.365 INFO O| Feb 23 16:35:51.365 INFO O| Download: 10941/22925 items 94.8/210.6MB 45% complete (2.1M/s)
43322026-02-23T16:35:57.027Z[ host-image] Feb 23 16:35:56.365 INFO O| Feb 23 16:35:56.365 INFO O| Download: 11879/22925 items 101.2/210.6MB 48% complete (1.3M/s)
43332026-02-23T16:36:02.044Z[ host-image] Feb 23 16:36:01.381 INFO O| Feb 23 16:36:01.381 INFO O| Download: 12493/22925 items 114.4/210.6MB 54% complete (2.0M/s)
43342026-02-23T16:36:07.044Z[ host-image] Feb 23 16:36:06.382 INFO O| Feb 23 16:36:06.382 INFO O| Download: 13674/22925 items 115.0/210.6MB 54% complete (1.4M/s)
43352026-02-23T16:36:12.291Z[ host-image] Feb 23 16:36:11.629 INFO O| Feb 23 16:36:11.629 INFO O| Download: 14589/22925 items 121.6/210.6MB 57% complete (685k/s)
43362026-02-23T16:36:17.491Z[ host-image] Feb 23 16:36:16.830 INFO O| Feb 23 16:36:16.829 INFO O| Download: 15837/22925 items 131.1/210.6MB 62% complete (1.6M/s)
43372026-02-23T16:36:22.499Z[ host-image] Feb 23 16:36:21.837 INFO O| Feb 23 16:36:21.837 INFO O| Download: 17103/22925 items 147.0/210.6MB 69% complete (2.5M/s)
43382026-02-23T16:36:27.499Z[ host-image] Feb 23 16:36:26.837 INFO O| Feb 23 16:36:26.837 INFO O| Download: 18236/22925 items 167.9/210.6MB 79% complete (3.7M/s)
43392026-02-23T16:36:32.501Z[ host-image] Feb 23 16:36:31.839 INFO O| Feb 23 16:36:31.839 INFO O| Download: 19442/22925 items 172.6/210.6MB 81% complete (2.5M/s)
43402026-02-23T16:36:37.502Z[ host-image] Feb 23 16:36:36.840 INFO O| Feb 23 16:36:36.840 INFO O| Download: 20608/22925 items 177.4/210.6MB 84% complete (971k/s)
43412026-02-23T16:36:42.508Z[ host-image] Feb 23 16:36:41.846 INFO O| Feb 23 16:36:41.846 INFO O| Download: 21207/22925 items 184.8/210.6MB 87% complete (1.2M/s)
43422026-02-23T16:36:47.511Z[ host-image] Feb 23 16:36:46.849 INFO O| Feb 23 16:36:46.849 INFO O| Download: 22110/22925 items 203.9/210.6MB 96% complete (2.7M/s)
43432026-02-23T16:36:52.598Z[ host-image] Feb 23 16:36:51.937 INFO O| Feb 23 16:36:51.936 INFO O| Download: 22920/22925 items 210.6/210.6MB 99% complete (2.6M/s)
43442026-02-23T16:36:52.722Z[ host-image] Feb 23 16:36:52.060 INFO O| Feb 23 16:36:52.060 INFO O| Download: Completed 210.65 MB in 116.92 seconds (1.8M/s)
43452026-02-23T16:36:54.177Z[ host-image] Feb 23 16:36:53.516 INFO O| Feb 23 16:36:53.516 INFO O| Actions: 1/50885 actions (Installing new actions)
43462026-02-23T16:36:59.177Z[ host-image] Feb 23 16:36:58.516 INFO O| Feb 23 16:36:58.516 INFO O| Actions: 10352/50885 actions (Installing new actions)
43472026-02-23T16:37:04.178Z[ host-image] Feb 23 16:37:03.516 INFO O| Feb 23 16:37:03.516 INFO O| Actions: 17980/50885 actions (Installing new actions)
43482026-02-23T16:37:09.178Z[ host-image] Feb 23 16:37:08.516 INFO O| Feb 23 16:37:08.516 INFO O| Actions: 25129/50885 actions (Installing new actions)
43492026-02-23T16:37:14.190Z[ host-image] Feb 23 16:37:13.528 INFO O| Feb 23 16:37:13.528 INFO O| Actions: 50395/50885 actions (Installing new actions)
43502026-02-23T16:37:15.175Z[ host-image] Feb 23 16:37:14.514 INFO O| Feb 23 16:37:14.514 INFO O| Actions: Completed 50885 actions in 20.99 seconds.
43512026-02-23T16:37:16.227Z[ host-image] Feb 23 16:37:15.565 INFO O| Feb 23 16:37:15.565 INFO O| Done
43522026-02-23T16:37:16.227Z[ host-image] Feb 23 16:37:15.565 INFO O| Feb 23 16:37:15.565 INFO O| Done
43532026-02-23T16:37:21.869Z[ host-image] Feb 23 16:37:21.208 INFO O| Feb 23 16:37:21.208 INFO O| Done
43542026-02-23T16:37:24.795Z[ host-image] Feb 23 16:37:24.134 INFO O| Feb 23 16:37:24.134 INFO O| Done
43552026-02-23T16:37:24.839Z[ host-image] Feb 23 16:37:24.178 INFO O| Feb 23 16:37:24.178 INFO O| Done
43562026-02-23T16:37:32.244Z[ host-image] Feb 23 16:37:31.582 INFO O| Feb 23 16:37:31.582 INFO O| Done
43572026-02-23T16:37:33.075Z[ host-image] Feb 23 16:37:32.414 INFO O| Feb 23 16:37:32.414 INFO O| Done
43582026-02-23T16:37:39.036Z[ host-image] Feb 23 16:37:38.375 INFO O| Feb 23 16:37:38.375 INFO STEP 11 (pkg_install) COMPLETE
43592026-02-23T16:37:39.036Z[ host-image] Feb 23 16:37:38.375 INFO O| Feb 23 16:37:38.375 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43602026-02-23T16:37:39.064Z[ host-image] Feb 23 16:37:38.401 INFO O| Feb 23 16:37:38.401 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"]
43612026-02-23T16:38:28.362Z[ host-image] Feb 23 16:38:27.701 INFO O| Feb 23 16:38:27.701 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43622026-02-23T16:38:33.662Z[ recovery-image] Feb 23 16:38:33.001 INFO O| Feb 23 16:38:32.000 INFO O| Planning: Running solver ... Done
43632026-02-23T16:38:36.433Z[ recovery-image] Feb 23 16:38:35.772 INFO O| Feb 23 16:38:35.772 INFO O| Planning: Finding local manifests ... Done
43642026-02-23T16:38:36.782Z[ recovery-image] Feb 23 16:38:36.121 INFO O| Feb 23 16:38:36.121 INFO O| Planning: Fetching manifests: 0/126 0% complete
43652026-02-23T16:38:41.825Z[ recovery-image] Feb 23 16:38:41.165 INFO O| Feb 23 16:38:41.165 INFO O| Planning: Fetching manifests: 85/126 67% complete
43662026-02-23T16:38:45.156Z[ recovery-image] Feb 23 16:38:44.495 INFO O| Feb 23 16:38:44.495 INFO O| Planning: Fetching manifests: 126/126 100% complete
43672026-02-23T16:38:46.344Z[ recovery-image] Feb 23 16:38:45.683 INFO O| Feb 23 16:38:45.683 INFO O| Planning: Package planning ... Done
43682026-02-23T16:38:46.930Z[ recovery-image] Feb 23 16:38:46.269 INFO O| Feb 23 16:38:46.269 INFO O| Planning: Merging actions ... Done
43692026-02-23T16:38:47.063Z[ recovery-image] Feb 23 16:38:46.402 INFO O| Feb 23 16:38:46.402 INFO O| Planning: Checking for conflicting actions ... Done
43702026-02-23T16:38:47.229Z[ recovery-image] Feb 23 16:38:46.568 INFO O| Feb 23 16:38:46.568 INFO O| Planning: Consolidating action changes ... Done
43712026-02-23T16:38:47.569Z[ recovery-image] Feb 23 16:38:46.908 INFO O| Feb 23 16:38:46.908 INFO O| Planning: Evaluating mediators ... Done
43722026-02-23T16:38:48.428Z[ host-image] Feb 23 16:38:47.768 INFO O| Feb 23 16:38:47.768 INFO O| Startup: Caching catalogs ... Done
43732026-02-23T16:38:52.123Z[ recovery-image] Feb 23 16:38:51.463 INFO O| Feb 23 16:38:51.463 INFO O| Planning: Planning completed in 860.94 seconds
43742026-02-23T16:38:52.148Z[ recovery-image] Feb 23 16:38:51.467 INFO O| Feb 23 16:38:51.467 INFO O| Packages to install: 126
43752026-02-23T16:38:52.148Z[ recovery-image] Feb 23 16:38:51.467 INFO O| Feb 23 16:38:51.467 INFO O| Mediators to change: 5
43762026-02-23T16:38:52.148Z[ recovery-image] Feb 23 16:38:51.467 INFO O| Feb 23 16:38:51.467 INFO O| Services to change: 5
43772026-02-23T16:38:52.303Z[ recovery-image] Feb 23 16:38:51.643 INFO O| Feb 23 16:38:51.643 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
43782026-02-23T16:38:57.376Z[ recovery-image] Feb 23 16:38:56.715 INFO O| Feb 23 16:38:56.715 INFO O| Download: 1073/15969 items 9.0/187.3MB 4% complete (1.8M/s)
43792026-02-23T16:38:59.637Z[ host-image] Feb 23 16:38:58.977 INFO O| Feb 23 16:38:58.977 INFO O| Planning: Solver setup ... Done
43802026-02-23T16:38:59.661Z[ host-image] Feb 23 16:38:58.987 INFO O| Feb 23 16:38:58.986 INFO O| Planning: Running solver ... Done
43812026-02-23T16:38:59.800Z[ host-image] Feb 23 16:38:59.139 INFO O| Feb 23 16:38:59.139 INFO O| Planning: Finding local manifests ... Done
43822026-02-23T16:38:59.938Z[ host-image] Feb 23 16:38:59.278 INFO O| Feb 23 16:38:59.277 INFO O| Planning: Fetching manifests: 0/6 0% complete
43832026-02-23T16:39:00.259Z[ host-image] Feb 23 16:38:59.599 INFO O| Feb 23 16:38:59.599 INFO O| Planning: Fetching manifests: 6/6 100% complete
43842026-02-23T16:39:00.304Z[ host-image] Feb 23 16:38:59.644 INFO O| Feb 23 16:38:59.644 INFO O| Planning: Package planning ... Done
43852026-02-23T16:39:00.329Z[ host-image] Feb 23 16:38:59.650 INFO O| Feb 23 16:38:59.650 INFO O| Planning: Merging actions ... Done
43862026-02-23T16:39:00.441Z[ host-image] Feb 23 16:38:59.780 INFO O| Feb 23 16:38:59.780 INFO O| Planning: Checking for conflicting actions ... Done
43872026-02-23T16:39:00.465Z[ host-image] Feb 23 16:38:59.782 INFO O| Feb 23 16:38:59.782 INFO O| Planning: Consolidating action changes ... Done
43882026-02-23T16:39:00.699Z[ host-image] Feb 23 16:39:00.039 INFO O| Feb 23 16:39:00.039 INFO O| Planning: Evaluating mediators ... Done
43892026-02-23T16:39:00.723Z[ host-image] Feb 23 16:39:00.041 INFO O| Feb 23 16:39:00.041 INFO O| Planning: Planning completed in 12.13 seconds
43902026-02-23T16:39:00.724Z[ host-image] Feb 23 16:39:00.042 INFO O| Feb 23 16:39:00.042 INFO O| Packages to install: 6
43912026-02-23T16:39:00.724Z[ host-image] Feb 23 16:39:00.042 INFO O| Feb 23 16:39:00.042 INFO O| Services to change: 2
43922026-02-23T16:39:00.748Z[ host-image] Feb 23 16:39:00.073 INFO O| Feb 23 16:39:00.073 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
43932026-02-23T16:39:02.393Z[ recovery-image] Feb 23 16:39:01.732 INFO O| Feb 23 16:39:01.732 INFO O| Download: 1560/15969 items 22.7/187.3MB 12% complete (2.3M/s)
43942026-02-23T16:39:02.918Z[ host-image] Feb 23 16:39:02.258 INFO O| Feb 23 16:39:02.258 INFO O| Download: Completed 1.75 MB in 2.18 seconds (817k/s)
43952026-02-23T16:39:03.041Z[ host-image] Feb 23 16:39:02.381 INFO O| Feb 23 16:39:02.380 INFO O| Actions: 1/390 actions (Installing new actions)
43962026-02-23T16:39:03.375Z[ host-image] Feb 23 16:39:02.715 INFO O| Feb 23 16:39:02.715 INFO O| Actions: Completed 390 actions in 0.33 seconds.
43972026-02-23T16:39:04.106Z[ host-image] Feb 23 16:39:03.446 INFO O| Feb 23 16:39:03.446 INFO O| Done
43982026-02-23T16:39:04.106Z[ host-image] Feb 23 16:39:03.446 INFO O| Feb 23 16:39:03.446 INFO O| Done
43992026-02-23T16:39:05.635Z[ host-image] Feb 23 16:39:04.975 INFO O| Feb 23 16:39:04.975 INFO O| Done
44002026-02-23T16:39:07.395Z[ recovery-image] Feb 23 16:39:06.735 INFO O| Feb 23 16:39:06.735 INFO O| Download: 2649/15969 items 32.9/187.3MB 17% complete (2.4M/s)
44012026-02-23T16:39:08.305Z[ host-image] Feb 23 16:39:07.644 INFO O| Feb 23 16:39:07.644 INFO O| Done
44022026-02-23T16:39:08.341Z[ host-image] Feb 23 16:39:07.681 INFO O| Feb 23 16:39:07.681 INFO O| Done
44032026-02-23T16:39:08.365Z[ host-image] Feb 23 16:39:07.681 INFO O| Feb 23 16:39:07.681 INFO O| Done
44042026-02-23T16:39:08.389Z[ host-image] Feb 23 16:39:07.714 INFO O| Feb 23 16:39:07.714 INFO O| Done
44052026-02-23T16:39:10.360Z[ host-image] Feb 23 16:39:09.699 INFO O| Feb 23 16:39:09.699 INFO STEP 12 (pkg_install) COMPLETE
44062026-02-23T16:39:10.384Z[ host-image] Feb 23 16:39:09.699 INFO O| Feb 23 16:39:09.699 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44072026-02-23T16:39:10.384Z[ host-image] Feb 23 16:39:09.716 INFO O| Feb 23 16:39:09.716 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44082026-02-23T16:39:12.413Z[ recovery-image] Feb 23 16:39:11.752 INFO O| Feb 23 16:39:11.752 INFO O| Download: 3697/15969 items 39.6/187.3MB 21% complete (1.7M/s)
44092026-02-23T16:39:17.413Z[ recovery-image] Feb 23 16:39:16.753 INFO O| Feb 23 16:39:16.753 INFO O| Download: 4526/15969 items 43.2/187.3MB 23% complete (1.0M/s)
44102026-02-23T16:39:22.413Z[ recovery-image] Feb 23 16:39:21.753 INFO O| Feb 23 16:39:21.753 INFO O| Download: 5740/15969 items 44.9/187.3MB 23% complete (540k/s)
44112026-02-23T16:39:27.421Z[ recovery-image] Feb 23 16:39:26.761 INFO O| Feb 23 16:39:26.761 INFO O| Download: 6203/15969 items 62.9/187.3MB 33% complete (1.9M/s)
44122026-02-23T16:39:32.473Z[ recovery-image] Feb 23 16:39:31.812 INFO O| Feb 23 16:39:31.812 INFO O| Download: 7281/15969 items 77.9/187.3MB 41% complete (3.3M/s)
44132026-02-23T16:39:37.614Z[ recovery-image] Feb 23 16:39:36.954 INFO O| Feb 23 16:39:36.954 INFO O| Download: 8019/15969 items 82.4/187.3MB 44% complete (2.3M/s)
44142026-02-23T16:39:42.615Z[ recovery-image] Feb 23 16:39:41.954 INFO O| Feb 23 16:39:41.954 INFO O| Download: 8918/15969 items 96.7/187.3MB 51% complete (1.8M/s)
44152026-02-23T16:39:47.681Z[ recovery-image] Feb 23 16:39:47.020 INFO O| Feb 23 16:39:47.020 INFO O| Download: 10037/15969 items 98.0/187.3MB 52% complete (1.6M/s)
44162026-02-23T16:39:49.820Z[ host-image] Feb 23 16:39:49.159 INFO O| Feb 23 16:39:49.159 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44172026-02-23T16:39:52.720Z[ recovery-image] Feb 23 16:39:52.060 INFO O| Feb 23 16:39:52.060 INFO O| Download: 11076/15969 items 99.5/187.3MB 53% complete (280k/s)
44182026-02-23T16:39:57.756Z[ recovery-image] Feb 23 16:39:57.097 INFO O| Feb 23 16:39:57.096 INFO O| Download: 11732/15969 items 122.3/187.3MB 65% complete (2.4M/s)
44192026-02-23T16:40:02.764Z[ recovery-image] Feb 23 16:40:02.104 INFO O| Feb 23 16:40:02.104 INFO O| Download: 12838/15969 items 148.0/187.3MB 79% complete (4.9M/s)
44202026-02-23T16:40:06.238Z[ host-image] Feb 23 16:40:05.578 INFO O| Feb 23 16:40:05.578 INFO O| Startup: Caching catalogs ... Done
44212026-02-23T16:40:07.764Z[ recovery-image] Feb 23 16:40:07.104 INFO O| Feb 23 16:40:07.104 INFO O| Download: 14122/15969 items 153.4/187.3MB 81% complete (3.1M/s)
44222026-02-23T16:40:12.765Z[ recovery-image] Feb 23 16:40:12.105 INFO O| Feb 23 16:40:12.105 INFO O| Download: 14883/15969 items 162.3/187.3MB 86% complete (1.4M/s)
44232026-02-23T16:40:14.705Z[ host-image] Feb 23 16:40:14.045 INFO O| Feb 23 16:40:14.045 INFO O| Planning: Solver setup ... Done
44242026-02-23T16:40:14.729Z[ host-image] Feb 23 16:40:14.064 INFO O| Feb 23 16:40:14.064 INFO O| Planning: Running solver ... Done
44252026-02-23T16:40:14.859Z[ host-image] Feb 23 16:40:14.199 INFO O| Feb 23 16:40:14.199 INFO O| Planning: Finding local manifests ... Done
44262026-02-23T16:40:15.103Z[ host-image] Feb 23 16:40:14.443 INFO O| Feb 23 16:40:14.443 INFO O| Planning: Fetching manifests: 0/6 0% complete
44272026-02-23T16:40:15.495Z[ host-image] Feb 23 16:40:14.835 INFO O| Feb 23 16:40:14.835 INFO O| Planning: Fetching manifests: 6/6 100% complete
44282026-02-23T16:40:15.569Z[ host-image] Feb 23 16:40:14.909 INFO O| Feb 23 16:40:14.909 INFO O| Planning: Package planning ... Done
44292026-02-23T16:40:15.598Z[ host-image] Feb 23 16:40:14.939 INFO O| Feb 23 16:40:14.938 INFO O| Planning: Merging actions ... Done
44302026-02-23T16:40:15.700Z[ host-image] Feb 23 16:40:15.041 INFO O| Feb 23 16:40:15.040 INFO O| Planning: Checking for conflicting actions ... Done
44312026-02-23T16:40:15.724Z[ host-image] Feb 23 16:40:15.047 INFO O| Feb 23 16:40:15.047 INFO O| Planning: Consolidating action changes ... Done
44322026-02-23T16:40:15.988Z[ host-image] Feb 23 16:40:15.328 INFO O| Feb 23 16:40:15.328 INFO O| Planning: Evaluating mediators ... Done
44332026-02-23T16:40:16.012Z[ host-image] Feb 23 16:40:15.333 INFO O| Feb 23 16:40:15.333 INFO O| Planning: Planning completed in 9.62 seconds
44342026-02-23T16:40:16.012Z[ host-image] Feb 23 16:40:15.334 INFO O| Feb 23 16:40:15.334 INFO O| Packages to install: 6
44352026-02-23T16:40:16.012Z[ host-image] Feb 23 16:40:15.334 INFO O| Feb 23 16:40:15.334 INFO O| Mediators to change: 1
44362026-02-23T16:40:16.012Z[ host-image] Feb 23 16:40:15.334 INFO O| Feb 23 16:40:15.334 INFO O| Services to change: 1
44372026-02-23T16:40:16.036Z[ host-image] Feb 23 16:40:15.361 INFO O| Feb 23 16:40:15.361 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44382026-02-23T16:40:17.771Z[ recovery-image] Feb 23 16:40:17.111 INFO O| Feb 23 16:40:17.111 INFO O| Download: 15685/15969 items 181.2/187.3MB 96% complete (2.8M/s)
44392026-02-23T16:40:20.112Z[ host-image] Feb 23 16:40:19.452 INFO O| Feb 23 16:40:19.452 INFO O| Download: Completed 7.71 MB in 4.09 seconds (1.9M/s)
44402026-02-23T16:40:20.202Z[ host-image] Feb 23 16:40:19.542 INFO O| Feb 23 16:40:19.542 INFO O| Actions: 1/1361 actions (Installing new actions)
44412026-02-23T16:40:20.868Z[ host-image] Feb 23 16:40:20.209 INFO O| Feb 23 16:40:20.110 INFO O| Actions: Completed 1361 actions in 0.57 seconds.
44422026-02-23T16:40:21.467Z[ host-image] Feb 23 16:40:20.807 INFO O| Feb 23 16:40:20.807 INFO O| Done
44432026-02-23T16:40:21.467Z[ host-image] Feb 23 16:40:20.807 INFO O| Feb 23 16:40:20.807 INFO O| Done
44442026-02-23T16:40:21.522Z[ recovery-image] Feb 23 16:40:20.860 INFO O| Feb 23 16:40:20.860 INFO O| Download: Completed 187.26 MB in 89.22 seconds (2.1M/s)
44452026-02-23T16:40:22.265Z[ recovery-image] Feb 23 16:40:21.605 INFO O| Feb 23 16:40:21.605 INFO O| Actions: 1/26357 actions (Installing new actions)
44462026-02-23T16:40:23.138Z[ host-image] Feb 23 16:40:22.479 INFO O| Feb 23 16:40:22.479 INFO O| Done
44472026-02-23T16:40:26.090Z[ host-image] Feb 23 16:40:25.430 INFO O| Feb 23 16:40:25.430 INFO O| Done
44482026-02-23T16:40:26.123Z[ host-image] Feb 23 16:40:25.463 INFO O| Feb 23 16:40:25.463 INFO O| Done
44492026-02-23T16:40:26.123Z[ host-image] Feb 23 16:40:25.464 INFO O| Feb 23 16:40:25.463 INFO O| Done
44502026-02-23T16:40:26.187Z[ host-image] Feb 23 16:40:25.528 INFO O| Feb 23 16:40:25.527 INFO O| Done
44512026-02-23T16:40:27.265Z[ recovery-image] Feb 23 16:40:26.605 INFO O| Feb 23 16:40:26.605 INFO O| Actions: 11093/26357 actions (Installing new actions)
44522026-02-23T16:40:28.177Z[ host-image] Feb 23 16:40:27.518 INFO O| Feb 23 16:40:27.517 INFO STEP 13 (pkg_install) COMPLETE
44532026-02-23T16:40:28.177Z[ host-image] Feb 23 16:40:27.518 INFO O| Feb 23 16:40:27.518 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44542026-02-23T16:40:28.201Z[ host-image] Feb 23 16:40:27.536 INFO O| Feb 23 16:40:27.536 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44552026-02-23T16:40:32.266Z[ recovery-image] Feb 23 16:40:31.606 INFO O| Feb 23 16:40:31.606 INFO O| Actions: 18899/26357 actions (Installing new actions)
44562026-02-23T16:40:35.709Z[ recovery-image] Feb 23 16:40:35.049 INFO O| Feb 23 16:40:35.049 INFO O| Actions: Completed 26357 actions in 13.44 seconds.
44572026-02-23T16:40:37.928Z[ recovery-image] Feb 23 16:40:37.268 INFO O| Feb 23 16:40:37.268 INFO O| Done
44582026-02-23T16:40:37.928Z[ recovery-image] Feb 23 16:40:37.268 INFO O| Feb 23 16:40:37.268 INFO O| Done
44592026-02-23T16:40:39.755Z[ recovery-image] Feb 23 16:40:39.095 INFO O| Feb 23 16:40:39.095 INFO O| Done
44602026-02-23T16:40:41.030Z[ recovery-image] Feb 23 16:40:40.370 INFO O| Feb 23 16:40:40.370 INFO O| Done
44612026-02-23T16:40:41.054Z[ recovery-image] Feb 23 16:40:40.389 INFO O| Feb 23 16:40:40.389 INFO O| Done
44622026-02-23T16:40:43.878Z[ recovery-image] Feb 23 16:40:43.218 INFO O| Feb 23 16:40:43.218 INFO O| Done
44632026-02-23T16:40:44.447Z[ recovery-image] Feb 23 16:40:43.787 INFO O| Feb 23 16:40:43.787 INFO O| Done
44642026-02-23T16:40:48.070Z[ recovery-image] Feb 23 16:40:47.410 INFO O| Feb 23 16:40:47.409 INFO STEP 11 (pkg_install) COMPLETE
44652026-02-23T16:40:48.070Z[ recovery-image] Feb 23 16:40:47.410 INFO O| Feb 23 16:40:47.410 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44662026-02-23T16:40:48.114Z[ recovery-image] Feb 23 16:40:47.410 INFO O| Feb 23 16:40:47.410 INFO skip step because feature "recovery" is enabled
44672026-02-23T16:40:48.114Z[ recovery-image] Feb 23 16:40:47.410 INFO O| Feb 23 16:40:47.410 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44682026-02-23T16:40:48.114Z[ recovery-image] Feb 23 16:40:47.410 INFO O| Feb 23 16:40:47.410 INFO skip step because feature "omicron1" is not enabled
44692026-02-23T16:40:48.114Z[ recovery-image] Feb 23 16:40:47.410 INFO O| Feb 23 16:40:47.410 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44702026-02-23T16:40:48.114Z[ recovery-image] Feb 23 16:40:47.425 INFO O| Feb 23 16:40:47.425 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44712026-02-23T16:41:03.563Z[ host-image] Feb 23 16:41:02.903 INFO O| Feb 23 16:41:02.903 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44722026-02-23T16:41:18.218Z[ host-image] Feb 23 16:41:17.559 INFO O| Feb 23 16:41:17.558 INFO O| Startup: Caching catalogs ... Done
44732026-02-23T16:41:21.653Z[ recovery-image] Feb 23 16:41:20.994 INFO O| Feb 23 16:41:20.994 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44742026-02-23T16:41:25.935Z[ host-image] Feb 23 16:41:25.274 INFO O| Feb 23 16:41:25.274 INFO O| Planning: Solver setup ... Done
44752026-02-23T16:41:25.960Z[ host-image] Feb 23 16:41:25.285 INFO O| Feb 23 16:41:25.285 INFO O| Planning: Running solver ... Done
44762026-02-23T16:41:26.067Z[ host-image] Feb 23 16:41:25.407 INFO O| Feb 23 16:41:25.407 INFO O| Planning: Finding local manifests ... Done
44772026-02-23T16:41:26.147Z[ host-image] Feb 23 16:41:25.487 INFO O| Feb 23 16:41:25.487 INFO O| Planning: Fetching manifests: 0/1 0% complete
44782026-02-23T16:41:26.177Z[ host-image] Feb 23 16:41:25.517 INFO O| Feb 23 16:41:25.517 INFO O| Planning: Fetching manifests: 1/1 100% complete
44792026-02-23T16:41:26.204Z[ host-image] Feb 23 16:41:25.545 INFO O| Feb 23 16:41:25.544 INFO O| Planning: Package planning ... Done
44802026-02-23T16:41:26.230Z[ host-image] Feb 23 16:41:25.545 INFO O| Feb 23 16:41:25.545 INFO O| Planning: Merging actions ... Done
44812026-02-23T16:41:26.274Z[ host-image] Feb 23 16:41:25.614 INFO O| Feb 23 16:41:25.614 INFO O| Planning: Checking for conflicting actions ... Done
44822026-02-23T16:41:26.298Z[ host-image] Feb 23 16:41:25.615 INFO O| Feb 23 16:41:25.614 INFO O| Planning: Consolidating action changes ... Done
44832026-02-23T16:41:26.501Z[ host-image] Feb 23 16:41:25.841 INFO O| Feb 23 16:41:25.841 INFO O| Planning: Evaluating mediators ... Done
44842026-02-23T16:41:26.527Z[ host-image] Feb 23 16:41:25.842 INFO O| Feb 23 16:41:25.842 INFO O| Planning: Planning completed in 8.17 seconds
44852026-02-23T16:41:26.527Z[ host-image] Feb 23 16:41:25.842 INFO O| Feb 23 16:41:25.842 INFO O| Packages to install: 1
44862026-02-23T16:41:26.527Z[ host-image] Feb 23 16:41:25.865 INFO O| Feb 23 16:41:25.865 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
44872026-02-23T16:41:27.129Z[ host-image] Feb 23 16:41:26.469 INFO O| Feb 23 16:41:26.469 INFO O| Download: Completed 12.26 MB in 0.60 seconds (20.3M/s)
44882026-02-23T16:41:27.171Z[ host-image] Feb 23 16:41:26.512 INFO O| Feb 23 16:41:26.512 INFO O| Actions: 1/22 actions (Installing new actions)
44892026-02-23T16:41:27.510Z[ host-image] Feb 23 16:41:26.850 INFO O| Feb 23 16:41:26.850 INFO O| Actions: Completed 22 actions in 0.34 seconds.
44902026-02-23T16:41:28.168Z[ host-image] Feb 23 16:41:27.479 INFO O| Feb 23 16:41:27.478 INFO O| Done
44912026-02-23T16:41:28.168Z[ host-image] Feb 23 16:41:27.479 INFO O| Feb 23 16:41:27.479 INFO O| Done
44922026-02-23T16:41:29.502Z[ host-image] Feb 23 16:41:28.828 INFO O| Feb 23 16:41:28.827 INFO O| Done
44932026-02-23T16:41:31.222Z[ host-image] Feb 23 16:41:30.562 INFO O| Feb 23 16:41:30.562 INFO O| Done
44942026-02-23T16:41:31.257Z[ host-image] Feb 23 16:41:30.597 INFO O| Feb 23 16:41:30.597 INFO O| Done
44952026-02-23T16:41:31.257Z[ host-image] Feb 23 16:41:30.598 INFO O| Feb 23 16:41:30.598 INFO O| Done
44962026-02-23T16:41:31.281Z[ host-image] Feb 23 16:41:30.616 INFO O| Feb 23 16:41:30.616 INFO O| Done
44972026-02-23T16:41:32.941Z[ host-image] Feb 23 16:41:32.281 INFO O| Feb 23 16:41:32.281 INFO STEP 14 (pkg_install) COMPLETE
44982026-02-23T16:41:32.941Z[ host-image] Feb 23 16:41:32.281 INFO O| Feb 23 16:41:32.281 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44992026-02-23T16:41:32.966Z[ host-image] Feb 23 16:41:32.281 INFO O| Feb 23 16:41:32.281 INFO skip step because feature "mbist" is not enabled
45002026-02-23T16:41:32.966Z[ host-image] Feb 23 16:41:32.282 INFO O| Feb 23 16:41:32.281 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45012026-02-23T16:41:32.966Z[ host-image] Feb 23 16:41:32.282 INFO O| Feb 23 16:41:32.281 INFO skip step because feature "mfg" is not enabled
45022026-02-23T16:41:32.966Z[ host-image] Feb 23 16:41:32.282 INFO O| Feb 23 16:41:32.281 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45032026-02-23T16:41:32.966Z[ host-image] Feb 23 16:41:32.282 INFO O| Feb 23 16:41:32.281 INFO skip step because feature "compliance" is not enabled
45042026-02-23T16:41:32.966Z[ host-image] Feb 23 16:41:32.282 INFO O| Feb 23 16:41:32.281 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45052026-02-23T16:41:32.966Z[ host-image] Feb 23 16:41:32.282 INFO O| Feb 23 16:41:32.281 INFO skip step because feature "stress" is not enabled
45062026-02-23T16:41:32.966Z[ host-image] Feb 23 16:41:32.282 INFO O| Feb 23 16:41:32.281 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45072026-02-23T16:41:32.966Z[ host-image] Feb 23 16:41:32.282 INFO O| Feb 23 16:41:32.281 INFO skip step because feature "compliance" is not enabled
45082026-02-23T16:41:32.966Z[ host-image] Feb 23 16:41:32.282 INFO O| Feb 23 16:41:32.281 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45092026-02-23T16:41:32.966Z[ host-image] Feb 23 16:41:32.282 INFO O| Feb 23 16:41:32.281 INFO skip step because feature "nfs" is not enabled
45102026-02-23T16:41:32.966Z[ host-image] Feb 23 16:41:32.282 INFO O| Feb 23 16:41:32.281 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45112026-02-23T16:41:32.966Z[ host-image] Feb 23 16:41:32.283 INFO O| Feb 23 16:41:32.283 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45122026-02-23T16:41:32.966Z[ host-image] Feb 23 16:41:32.304 INFO O| Feb 23 16:41:32.304 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45132026-02-23T16:41:33.016Z[ host-image] Feb 23 16:41:32.357 INFO O| Feb 23 16:41:32.357 INFO completed processing sled/ramdisk-01-os
45142026-02-23T16:41:33.660Z[ host-image] Feb 23 16:41:33.001 INFO omicron1 baseline generation...
45152026-02-23T16:41:33.660Z[ host-image] Feb 23 16:41:33.001 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45162026-02-23T16:41:34.326Z[ host-image] Feb 23 16:41:33.666 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23794:20260223T133048Z
45172026-02-23T16:41:36.296Z[ recovery-image] Feb 23 16:41:35.636 INFO O| Feb 23 16:41:35.636 INFO O| Startup: Caching catalogs ... Done
45182026-02-23T16:41:43.831Z[ recovery-image] Feb 23 16:41:43.172 INFO O| Feb 23 16:41:43.172 INFO O| Planning: Solver setup ... Done
45192026-02-23T16:41:43.855Z[ recovery-image] Feb 23 16:41:43.182 INFO O| Feb 23 16:41:43.182 INFO O| Planning: Running solver ... Done
45202026-02-23T16:41:43.980Z[ recovery-image] Feb 23 16:41:43.321 INFO O| Feb 23 16:41:43.321 INFO O| Planning: Finding local manifests ... Done
45212026-02-23T16:41:44.060Z[ recovery-image] Feb 23 16:41:43.400 INFO O| Feb 23 16:41:43.400 INFO O| Planning: Fetching manifests: 0/1 0% complete
45222026-02-23T16:41:44.087Z[ recovery-image] Feb 23 16:41:43.428 INFO O| Feb 23 16:41:43.428 INFO O| Planning: Fetching manifests: 1/1 100% complete
45232026-02-23T16:41:44.120Z[ recovery-image] Feb 23 16:41:43.460 INFO O| Feb 23 16:41:43.460 INFO O| Planning: Package planning ... Done
45242026-02-23T16:41:44.144Z[ recovery-image] Feb 23 16:41:43.461 INFO O| Feb 23 16:41:43.461 INFO O| Planning: Merging actions ... Done
45252026-02-23T16:41:44.193Z[ recovery-image] Feb 23 16:41:43.522 INFO O| Feb 23 16:41:43.522 INFO O| Planning: Checking for conflicting actions ... Done
45262026-02-23T16:41:44.193Z[ recovery-image] Feb 23 16:41:43.522 INFO O| Feb 23 16:41:43.522 INFO O| Planning: Consolidating action changes ... Done
45272026-02-23T16:41:44.371Z[ recovery-image] Feb 23 16:41:43.712 INFO O| Feb 23 16:41:43.712 INFO O| Planning: Evaluating mediators ... Done
45282026-02-23T16:41:44.395Z[ recovery-image] Feb 23 16:41:43.713 INFO O| Feb 23 16:41:43.713 INFO O| Planning: Planning completed in 7.96 seconds
45292026-02-23T16:41:44.395Z[ recovery-image] Feb 23 16:41:43.713 INFO O| Feb 23 16:41:43.713 INFO O| Packages to install: 1
45302026-02-23T16:41:44.419Z[ recovery-image] Feb 23 16:41:43.744 INFO O| Feb 23 16:41:43.744 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45312026-02-23T16:41:45.057Z[ recovery-image] Feb 23 16:41:44.398 INFO O| Feb 23 16:41:44.397 INFO O| Download: Completed 12.26 MB in 0.65 seconds (18.8M/s)
45322026-02-23T16:41:45.097Z[ recovery-image] Feb 23 16:41:44.437 INFO O| Feb 23 16:41:44.437 INFO O| Actions: 1/22 actions (Installing new actions)
45332026-02-23T16:41:45.434Z[ recovery-image] Feb 23 16:41:44.775 INFO O| Feb 23 16:41:44.774 INFO O| Actions: Completed 22 actions in 0.34 seconds.
45342026-02-23T16:41:46.054Z[ recovery-image] Feb 23 16:41:45.395 INFO O| Feb 23 16:41:45.394 INFO O| Done
45352026-02-23T16:41:46.054Z[ recovery-image] Feb 23 16:41:45.395 INFO O| Feb 23 16:41:45.395 INFO O| Done
45362026-02-23T16:41:47.368Z[ recovery-image] Feb 23 16:41:46.709 INFO O| Feb 23 16:41:46.709 INFO O| Done
45372026-02-23T16:41:48.709Z[ recovery-image] Feb 23 16:41:48.050 INFO O| Feb 23 16:41:48.049 INFO O| Done
45382026-02-23T16:41:48.733Z[ recovery-image] Feb 23 16:41:48.071 INFO O| Feb 23 16:41:48.071 INFO O| Done
45392026-02-23T16:41:48.733Z[ recovery-image] Feb 23 16:41:48.071 INFO O| Feb 23 16:41:48.071 INFO O| Done
45402026-02-23T16:41:48.757Z[ recovery-image] Feb 23 16:41:48.091 INFO O| Feb 23 16:41:48.091 INFO O| Done
45412026-02-23T16:41:50.378Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO STEP 14 (pkg_install) COMPLETE
45422026-02-23T16:41:50.378Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45432026-02-23T16:41:50.378Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO skip step because feature "mbist" is not enabled
45442026-02-23T16:41:50.378Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45452026-02-23T16:41:50.404Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO skip step because feature "mfg" is not enabled
45462026-02-23T16:41:50.404Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45472026-02-23T16:41:50.404Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO skip step because feature "compliance" is not enabled
45482026-02-23T16:41:50.405Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45492026-02-23T16:41:50.405Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO skip step because feature "stress" is not enabled
45502026-02-23T16:41:50.405Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45512026-02-23T16:41:50.405Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO skip step because feature "compliance" is not enabled
45522026-02-23T16:41:50.405Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45532026-02-23T16:41:50.405Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO skip step because feature "nfs" is not enabled
45542026-02-23T16:41:50.405Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45552026-02-23T16:41:50.405Z[ recovery-image] Feb 23 16:41:49.719 INFO O| Feb 23 16:41:49.719 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45562026-02-23T16:41:50.405Z[ recovery-image] Feb 23 16:41:49.744 INFO O| Feb 23 16:41:49.744 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45572026-02-23T16:41:50.459Z[ recovery-image] Feb 23 16:41:49.800 INFO O| Feb 23 16:41:49.800 INFO completed processing sled/ramdisk-01-os
45582026-02-23T16:41:50.661Z[ recovery-image] Feb 23 16:41:50.001 INFO image builder template: ramdisk-02-trim...
45592026-02-23T16:41:50.686Z[ recovery-image] Feb 23 16:41:50.002 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/.tmpgSSCxU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45602026-02-23T16:41:50.710Z[ recovery-image] Feb 23 16:41:50.043 INFO O| Feb 23 16:41:50.042 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45612026-02-23T16:41:50.710Z[ recovery-image] Feb 23 16:41:50.047 INFO O| Feb 23 16:41:50.047 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45622026-02-23T16:41:50.747Z[ recovery-image] Feb 23 16:41:50.088 INFO O| Feb 23 16:41:50.088 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45632026-02-23T16:41:50.778Z[ recovery-image] Feb 23 16:41:50.119 INFO O| Feb 23 16:41:50.118 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45642026-02-23T16:41:50.778Z[ recovery-image] Feb 23 16:41:50.119 INFO O| Feb 23 16:41:50.119 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45652026-02-23T16:41:50.802Z[ recovery-image] Feb 23 16:41:50.126 INFO O| Feb 23 16:41:50.126 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45662026-02-23T16:41:50.803Z[ recovery-image] Feb 23 16:41:50.133 INFO O| Feb 23 16:41:50.133 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45672026-02-23T16:41:50.803Z[ recovery-image] Feb 23 16:41:50.140 INFO O| Feb 23 16:41:50.140 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45682026-02-23T16:41:50.926Z[ recovery-image] Feb 23 16:41:50.267 INFO O| Feb 23 16:41:50.267 INFO rolled back to input snapshot; work may begin
45692026-02-23T16:41:50.951Z[ recovery-image] Feb 23 16:41:50.267 INFO O| Feb 23 16:41:50.267 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45702026-02-23T16:41:50.951Z[ recovery-image] Feb 23 16:41:50.274 INFO O| Feb 23 16:41:50.274 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45712026-02-23T16:41:50.976Z[ recovery-image] Feb 23 16:41:50.294 INFO O| Feb 23 16:41:50.294 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45722026-02-23T16:41:51.019Z[ recovery-image] Feb 23 16:41:50.360 INFO O| Feb 23 16:41:50.360 INFO STEP 0 (remove_files) COMPLETE
45732026-02-23T16:41:51.020Z[ recovery-image] Feb 23 16:41:50.360 INFO O| Feb 23 16:41:50.360 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45742026-02-23T16:41:51.067Z[ recovery-image] Feb 23 16:41:50.377 INFO O| Feb 23 16:41:50.377 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45752026-02-23T16:41:51.067Z[ recovery-image] Feb 23 16:41:50.379 INFO O| Feb 23 16:41:50.379 INFO STEP 1 (remove_files) COMPLETE
45762026-02-23T16:41:51.067Z[ recovery-image] Feb 23 16:41:50.379 INFO O| Feb 23 16:41:50.379 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45772026-02-23T16:41:51.067Z[ recovery-image] Feb 23 16:41:50.397 INFO O| Feb 23 16:41:50.397 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45782026-02-23T16:41:51.092Z[ recovery-image] Feb 23 16:41:50.415 INFO O| Feb 23 16:41:50.415 INFO STEP 2 (remove_files) COMPLETE
45792026-02-23T16:41:51.093Z[ recovery-image] Feb 23 16:41:50.415 INFO O| Feb 23 16:41:50.415 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802026-02-23T16:41:51.117Z[ recovery-image] Feb 23 16:41:50.434 INFO O| Feb 23 16:41:50.434 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45812026-02-23T16:41:51.117Z[ recovery-image] Feb 23 16:41:50.438 INFO O| Feb 23 16:41:50.438 INFO STEP 3 (remove_files) COMPLETE
45822026-02-23T16:41:51.117Z[ recovery-image] Feb 23 16:41:50.438 INFO O| Feb 23 16:41:50.438 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45832026-02-23T16:41:51.142Z[ recovery-image] Feb 23 16:41:50.458 INFO O| Feb 23 16:41:50.458 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45842026-02-23T16:41:51.142Z[ recovery-image] Feb 23 16:41:50.464 INFO O| Feb 23 16:41:50.464 INFO STEP 4 (remove_files) COMPLETE
45852026-02-23T16:41:51.143Z[ recovery-image] Feb 23 16:41:50.464 INFO O| Feb 23 16:41:50.464 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862026-02-23T16:41:51.143Z[ recovery-image] Feb 23 16:41:50.479 INFO O| Feb 23 16:41:50.479 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45872026-02-23T16:41:51.143Z[ recovery-image] Feb 23 16:41:50.480 INFO O| Feb 23 16:41:50.480 INFO STEP 5 (remove_files) COMPLETE
45882026-02-23T16:41:51.143Z[ recovery-image] Feb 23 16:41:50.480 INFO O| Feb 23 16:41:50.480 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892026-02-23T16:41:51.168Z[ recovery-image] Feb 23 16:41:50.494 INFO O| Feb 23 16:41:50.494 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45902026-02-23T16:41:51.168Z[ recovery-image] Feb 23 16:41:50.508 INFO O| Feb 23 16:41:50.508 INFO STEP 6 (remove_files) COMPLETE
45912026-02-23T16:41:51.168Z[ recovery-image] Feb 23 16:41:50.509 INFO O| Feb 23 16:41:50.508 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45922026-02-23T16:41:51.168Z[ recovery-image] Feb 23 16:41:50.509 INFO O| Feb 23 16:41:50.508 INFO skip step because feature "recovery" is enabled
45932026-02-23T16:41:51.192Z[ recovery-image] Feb 23 16:41:50.509 INFO O| Feb 23 16:41:50.508 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942026-02-23T16:41:51.192Z[ recovery-image] Feb 23 16:41:50.509 INFO O| Feb 23 16:41:50.508 INFO skip step because feature "recovery" is enabled
45952026-02-23T16:41:51.192Z[ recovery-image] Feb 23 16:41:50.509 INFO O| Feb 23 16:41:50.508 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45962026-02-23T16:41:51.192Z[ recovery-image] Feb 23 16:41:50.509 INFO O| Feb 23 16:41:50.508 INFO skip step because feature "recovery" is enabled
45972026-02-23T16:41:51.192Z[ recovery-image] Feb 23 16:41:50.509 INFO O| Feb 23 16:41:50.508 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982026-02-23T16:41:51.192Z[ recovery-image] Feb 23 16:41:50.528 INFO O| Feb 23 16:41:50.528 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45992026-02-23T16:41:51.192Z[ recovery-image] Feb 23 16:41:50.532 INFO O| Feb 23 16:41:50.532 INFO STEP 10 (remove_files) COMPLETE
46002026-02-23T16:41:51.192Z[ recovery-image] Feb 23 16:41:50.532 INFO O| Feb 23 16:41:50.532 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46012026-02-23T16:41:51.217Z[ recovery-image] Feb 23 16:41:50.553 INFO O| Feb 23 16:41:50.553 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46022026-02-23T16:41:51.217Z[ recovery-image] Feb 23 16:41:50.554 INFO O| Feb 23 16:41:50.554 INFO STEP 11 (remove_files) COMPLETE
46032026-02-23T16:41:51.217Z[ recovery-image] Feb 23 16:41:50.554 INFO O| Feb 23 16:41:50.554 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46042026-02-23T16:41:51.242Z[ recovery-image] Feb 23 16:41:50.571 INFO O| Feb 23 16:41:50.570 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46052026-02-23T16:41:51.242Z[ recovery-image] Feb 23 16:41:50.572 INFO O| Feb 23 16:41:50.572 INFO STEP 12 (remove_files) COMPLETE
46062026-02-23T16:41:51.242Z[ recovery-image] Feb 23 16:41:50.572 INFO O| Feb 23 16:41:50.572 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46072026-02-23T16:41:51.267Z[ recovery-image] Feb 23 16:41:50.593 INFO O| Feb 23 16:41:50.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
46082026-02-23T16:41:51.368Z[ recovery-image] Feb 23 16:41:50.709 INFO O| Feb 23 16:41:50.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46092026-02-23T16:41:51.369Z[ recovery-image] Feb 23 16:41:50.710 INFO O| Feb 23 16:41:50.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
46102026-02-23T16:41:51.426Z[ recovery-image] Feb 23 16:41:50.766 INFO O| Feb 23 16:41:50.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
46112026-02-23T16:41:51.451Z[ recovery-image] Feb 23 16:41:50.769 INFO O| Feb 23 16:41:50.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46122026-02-23T16:41:51.523Z[ recovery-image] Feb 23 16:41:50.863 INFO O| Feb 23 16:41:50.863 INFO STEP 13 (remove_files) COMPLETE
46132026-02-23T16:41:51.524Z[ recovery-image] Feb 23 16:41:50.863 INFO O| Feb 23 16:41:50.863 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46142026-02-23T16:41:51.549Z[ recovery-image] Feb 23 16:41:50.878 INFO O| Feb 23 16:41:50.878 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46152026-02-23T16:41:51.549Z[ recovery-image] Feb 23 16:41:50.880 INFO O| Feb 23 16:41:50.880 INFO STEP 14 (remove_files) COMPLETE
46162026-02-23T16:41:51.549Z[ recovery-image] Feb 23 16:41:50.880 INFO O| Feb 23 16:41:50.880 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46172026-02-23T16:41:51.574Z[ recovery-image] Feb 23 16:41:50.893 INFO O| Feb 23 16:41:50.893 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46182026-02-23T16:41:51.574Z[ recovery-image] Feb 23 16:41:50.903 INFO O| Feb 23 16:41:50.903 INFO STEP 15 (remove_files) COMPLETE
46192026-02-23T16:41:51.574Z[ recovery-image] Feb 23 16:41:50.903 INFO O| Feb 23 16:41:50.903 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46202026-02-23T16:41:51.599Z[ recovery-image] Feb 23 16:41:50.917 INFO O| Feb 23 16:41:50.917 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46212026-02-23T16:41:51.599Z[ recovery-image] Feb 23 16:41:50.917 INFO O| Feb 23 16:41:50.917 INFO STEP 16 (remove_files) COMPLETE
46222026-02-23T16:41:51.599Z[ recovery-image] Feb 23 16:41:50.917 INFO O| Feb 23 16:41:50.917 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46232026-02-23T16:41:51.599Z[ recovery-image] Feb 23 16:41:50.930 INFO O| Feb 23 16:41:50.930 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46242026-02-23T16:41:51.599Z[ recovery-image] Feb 23 16:41:50.932 INFO O| Feb 23 16:41:50.932 INFO STEP 17 (remove_files) COMPLETE
46252026-02-23T16:41:51.599Z[ recovery-image] Feb 23 16:41:50.932 INFO O| Feb 23 16:41:50.932 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46262026-02-23T16:41:51.624Z[ recovery-image] Feb 23 16:41:50.948 INFO O| Feb 23 16:41:50.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46272026-02-23T16:41:51.624Z[ recovery-image] Feb 23 16:41:50.949 INFO O| Feb 23 16:41:50.949 INFO STEP 18 (remove_files) COMPLETE
46282026-02-23T16:41:51.624Z[ recovery-image] Feb 23 16:41:50.949 INFO O| Feb 23 16:41:50.949 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46292026-02-23T16:41:51.624Z[ recovery-image] Feb 23 16:41:50.964 INFO O| Feb 23 16:41:50.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46302026-02-23T16:41:51.624Z[ recovery-image] Feb 23 16:41:50.965 INFO O| Feb 23 16:41:50.964 INFO STEP 19 (remove_files) COMPLETE
46312026-02-23T16:41:51.649Z[ recovery-image] Feb 23 16:41:50.965 INFO O| Feb 23 16:41:50.964 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46322026-02-23T16:41:51.649Z[ recovery-image] Feb 23 16:41:50.976 INFO O| Feb 23 16:41:50.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46332026-02-23T16:41:51.649Z[ recovery-image] Feb 23 16:41:50.976 INFO O| Feb 23 16:41:50.976 INFO STEP 20 (remove_files) COMPLETE
46342026-02-23T16:41:51.649Z[ recovery-image] Feb 23 16:41:50.976 INFO O| Feb 23 16:41:50.976 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46352026-02-23T16:41:51.649Z[ recovery-image] Feb 23 16:41:50.987 INFO O| Feb 23 16:41:50.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46362026-02-23T16:41:51.649Z[ recovery-image] Feb 23 16:41:50.987 INFO O| Feb 23 16:41:50.987 INFO STEP 21 (remove_files) COMPLETE
46372026-02-23T16:41:51.649Z[ recovery-image] Feb 23 16:41:50.987 INFO O| Feb 23 16:41:50.987 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46382026-02-23T16:41:51.675Z[ recovery-image] Feb 23 16:41:50.998 INFO O| Feb 23 16:41:50.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46392026-02-23T16:41:51.675Z[ recovery-image] Feb 23 16:41:50.999 INFO O| Feb 23 16:41:50.999 INFO STEP 22 (remove_files) COMPLETE
46402026-02-23T16:41:51.675Z[ recovery-image] Feb 23 16:41:50.999 INFO O| Feb 23 16:41:50.999 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46412026-02-23T16:41:51.675Z[ recovery-image] Feb 23 16:41:51.015 INFO O| Feb 23 16:41:51.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46422026-02-23T16:41:51.675Z[ recovery-image] Feb 23 16:41:51.015 INFO O| Feb 23 16:41:51.015 INFO STEP 23 (remove_files) COMPLETE
46432026-02-23T16:41:51.675Z[ recovery-image] Feb 23 16:41:51.015 INFO O| Feb 23 16:41:51.015 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46442026-02-23T16:41:51.701Z[ recovery-image] Feb 23 16:41:51.030 INFO O| Feb 23 16:41:51.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46452026-02-23T16:41:51.701Z[ recovery-image] Feb 23 16:41:51.030 INFO O| Feb 23 16:41:51.030 INFO STEP 24 (remove_files) COMPLETE
46462026-02-23T16:41:51.701Z[ recovery-image] Feb 23 16:41:51.030 INFO O| Feb 23 16:41:51.030 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46472026-02-23T16:41:51.727Z[ recovery-image] Feb 23 16:41:51.046 INFO O| Feb 23 16:41:51.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46482026-02-23T16:41:51.727Z[ recovery-image] Feb 23 16:41:51.046 INFO O| Feb 23 16:41:51.046 INFO STEP 25 (remove_files) COMPLETE
46492026-02-23T16:41:51.728Z[ recovery-image] Feb 23 16:41:51.046 INFO O| Feb 23 16:41:51.046 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46502026-02-23T16:41:51.728Z[ recovery-image] Feb 23 16:41:51.059 INFO O| Feb 23 16:41:51.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46512026-02-23T16:41:51.728Z[ recovery-image] Feb 23 16:41:51.060 INFO O| Feb 23 16:41:51.059 INFO STEP 26 (remove_files) COMPLETE
46522026-02-23T16:41:51.728Z[ recovery-image] Feb 23 16:41:51.060 INFO O| Feb 23 16:41:51.060 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46532026-02-23T16:41:51.754Z[ recovery-image] Feb 23 16:41:51.077 INFO O| Feb 23 16:41:51.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46542026-02-23T16:41:51.754Z[ recovery-image] Feb 23 16:41:51.077 INFO O| Feb 23 16:41:51.077 INFO STEP 27 (remove_files) COMPLETE
46552026-02-23T16:41:51.754Z[ recovery-image] Feb 23 16:41:51.077 INFO O| Feb 23 16:41:51.077 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46562026-02-23T16:41:51.754Z[ recovery-image] Feb 23 16:41:51.092 INFO O| Feb 23 16:41:51.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46572026-02-23T16:41:51.754Z[ recovery-image] Feb 23 16:41:51.092 INFO O| Feb 23 16:41:51.092 INFO STEP 28 (remove_files) COMPLETE
46582026-02-23T16:41:51.754Z[ recovery-image] Feb 23 16:41:51.092 INFO O| Feb 23 16:41:51.092 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46592026-02-23T16:41:51.780Z[ recovery-image] Feb 23 16:41:51.107 INFO O| Feb 23 16:41:51.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46602026-02-23T16:41:51.780Z[ recovery-image] Feb 23 16:41:51.108 INFO O| Feb 23 16:41:51.107 INFO STEP 29 (remove_files) COMPLETE
46612026-02-23T16:41:51.780Z[ recovery-image] Feb 23 16:41:51.108 INFO O| Feb 23 16:41:51.107 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46622026-02-23T16:41:51.805Z[ recovery-image] Feb 23 16:41:51.129 INFO O| Feb 23 16:41:51.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46632026-02-23T16:41:51.805Z[ recovery-image] Feb 23 16:41:51.129 INFO O| Feb 23 16:41:51.129 INFO STEP 30 (remove_files) COMPLETE
46642026-02-23T16:41:51.805Z[ recovery-image] Feb 23 16:41:51.129 INFO O| Feb 23 16:41:51.129 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46652026-02-23T16:41:51.805Z[ recovery-image] Feb 23 16:41:51.144 INFO O| Feb 23 16:41:51.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46662026-02-23T16:41:51.805Z[ recovery-image] Feb 23 16:41:51.144 INFO O| Feb 23 16:41:51.144 INFO STEP 31 (remove_files) COMPLETE
46672026-02-23T16:41:51.805Z[ recovery-image] Feb 23 16:41:51.144 INFO O| Feb 23 16:41:51.144 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46682026-02-23T16:41:51.830Z[ recovery-image] Feb 23 16:41:51.156 INFO O| Feb 23 16:41:51.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46692026-02-23T16:41:51.830Z[ recovery-image] Feb 23 16:41:51.156 INFO O| Feb 23 16:41:51.156 INFO STEP 32 (remove_files) COMPLETE
46702026-02-23T16:41:51.830Z[ recovery-image] Feb 23 16:41:51.156 INFO O| Feb 23 16:41:51.156 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46712026-02-23T16:41:51.855Z[ recovery-image] Feb 23 16:41:51.175 INFO O| Feb 23 16:41:51.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46722026-02-23T16:41:51.855Z[ recovery-image] Feb 23 16:41:51.175 INFO O| Feb 23 16:41:51.175 INFO STEP 33 (remove_files) COMPLETE
46732026-02-23T16:41:51.855Z[ recovery-image] Feb 23 16:41:51.175 INFO O| Feb 23 16:41:51.175 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46742026-02-23T16:41:51.855Z[ recovery-image] Feb 23 16:41:51.193 INFO O| Feb 23 16:41:51.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46752026-02-23T16:41:51.855Z[ recovery-image] Feb 23 16:41:51.193 INFO O| Feb 23 16:41:51.193 INFO STEP 34 (remove_files) COMPLETE
46762026-02-23T16:41:51.855Z[ recovery-image] Feb 23 16:41:51.193 INFO O| Feb 23 16:41:51.193 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46772026-02-23T16:41:51.879Z[ recovery-image] Feb 23 16:41:51.213 INFO O| Feb 23 16:41:51.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46782026-02-23T16:41:51.879Z[ recovery-image] Feb 23 16:41:51.214 INFO O| Feb 23 16:41:51.214 INFO STEP 35 (remove_files) COMPLETE
46792026-02-23T16:41:51.879Z[ recovery-image] Feb 23 16:41:51.214 INFO O| Feb 23 16:41:51.214 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46802026-02-23T16:41:51.904Z[ recovery-image] Feb 23 16:41:51.231 INFO O| Feb 23 16:41:51.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46812026-02-23T16:41:51.904Z[ recovery-image] Feb 23 16:41:51.231 INFO O| Feb 23 16:41:51.231 INFO STEP 36 (remove_files) COMPLETE
46822026-02-23T16:41:51.904Z[ recovery-image] Feb 23 16:41:51.231 INFO O| Feb 23 16:41:51.231 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46832026-02-23T16:41:51.929Z[ recovery-image] Feb 23 16:41:51.248 INFO O| Feb 23 16:41:51.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46842026-02-23T16:41:51.929Z[ recovery-image] Feb 23 16:41:51.248 INFO O| Feb 23 16:41:51.248 INFO STEP 37 (remove_files) COMPLETE
46852026-02-23T16:41:51.929Z[ recovery-image] Feb 23 16:41:51.248 INFO O| Feb 23 16:41:51.248 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46862026-02-23T16:41:51.929Z[ recovery-image] Feb 23 16:41:51.263 INFO O| Feb 23 16:41:51.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46872026-02-23T16:41:51.929Z[ recovery-image] Feb 23 16:41:51.263 INFO O| Feb 23 16:41:51.263 INFO STEP 38 (remove_files) COMPLETE
46882026-02-23T16:41:51.929Z[ recovery-image] Feb 23 16:41:51.263 INFO O| Feb 23 16:41:51.263 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46892026-02-23T16:41:51.954Z[ recovery-image] Feb 23 16:41:51.277 INFO O| Feb 23 16:41:51.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46902026-02-23T16:41:51.954Z[ recovery-image] Feb 23 16:41:51.277 INFO O| Feb 23 16:41:51.277 INFO STEP 39 (remove_files) COMPLETE
46912026-02-23T16:41:51.954Z[ recovery-image] Feb 23 16:41:51.277 INFO O| Feb 23 16:41:51.277 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46922026-02-23T16:41:51.954Z[ recovery-image] Feb 23 16:41:51.292 INFO O| Feb 23 16:41:51.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46932026-02-23T16:41:51.954Z[ recovery-image] Feb 23 16:41:51.292 INFO O| Feb 23 16:41:51.292 INFO STEP 40 (remove_files) COMPLETE
46942026-02-23T16:41:51.954Z[ recovery-image] Feb 23 16:41:51.292 INFO O| Feb 23 16:41:51.292 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46952026-02-23T16:41:51.978Z[ recovery-image] Feb 23 16:41:51.305 INFO O| Feb 23 16:41:51.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46962026-02-23T16:41:51.978Z[ recovery-image] Feb 23 16:41:51.305 INFO O| Feb 23 16:41:51.305 INFO STEP 41 (remove_files) COMPLETE
46972026-02-23T16:41:51.978Z[ recovery-image] Feb 23 16:41:51.305 INFO O| Feb 23 16:41:51.305 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46982026-02-23T16:41:52.003Z[ recovery-image] Feb 23 16:41:51.326 INFO O| Feb 23 16:41:51.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46992026-02-23T16:41:52.003Z[ recovery-image] Feb 23 16:41:51.326 INFO O| Feb 23 16:41:51.326 INFO STEP 42 (remove_files) COMPLETE
47002026-02-23T16:41:52.003Z[ recovery-image] Feb 23 16:41:51.326 INFO O| Feb 23 16:41:51.326 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47012026-02-23T16:41:52.029Z[ recovery-image] Feb 23 16:41:51.345 INFO O| Feb 23 16:41:51.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47022026-02-23T16:41:52.029Z[ recovery-image] Feb 23 16:41:51.345 INFO O| Feb 23 16:41:51.345 INFO STEP 43 (remove_files) COMPLETE
47032026-02-23T16:41:52.029Z[ recovery-image] Feb 23 16:41:51.345 INFO O| Feb 23 16:41:51.345 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47042026-02-23T16:41:52.029Z[ recovery-image] Feb 23 16:41:51.360 INFO O| Feb 23 16:41:51.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47052026-02-23T16:41:52.029Z[ recovery-image] Feb 23 16:41:51.360 INFO O| Feb 23 16:41:51.360 INFO STEP 44 (remove_files) COMPLETE
47062026-02-23T16:41:52.029Z[ recovery-image] Feb 23 16:41:51.360 INFO O| Feb 23 16:41:51.360 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47072026-02-23T16:41:52.053Z[ recovery-image] Feb 23 16:41:51.374 INFO O| Feb 23 16:41:51.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47082026-02-23T16:41:52.053Z[ recovery-image] Feb 23 16:41:51.374 INFO O| Feb 23 16:41:51.374 INFO STEP 45 (remove_files) COMPLETE
47092026-02-23T16:41:52.053Z[ recovery-image] Feb 23 16:41:51.374 INFO O| Feb 23 16:41:51.374 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47102026-02-23T16:41:52.053Z[ recovery-image] Feb 23 16:41:51.392 INFO O| Feb 23 16:41:51.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47112026-02-23T16:41:52.053Z[ recovery-image] Feb 23 16:41:51.392 INFO O| Feb 23 16:41:51.392 INFO STEP 46 (remove_files) COMPLETE
47122026-02-23T16:41:52.053Z[ recovery-image] Feb 23 16:41:51.392 INFO O| Feb 23 16:41:51.392 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47132026-02-23T16:41:52.078Z[ recovery-image] Feb 23 16:41:51.412 INFO O| Feb 23 16:41:51.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47142026-02-23T16:41:52.078Z[ recovery-image] Feb 23 16:41:51.412 INFO O| Feb 23 16:41:51.412 INFO STEP 47 (remove_files) COMPLETE
47152026-02-23T16:41:52.078Z[ recovery-image] Feb 23 16:41:51.412 INFO O| Feb 23 16:41:51.412 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47162026-02-23T16:41:52.103Z[ recovery-image] Feb 23 16:41:51.427 INFO O| Feb 23 16:41:51.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47172026-02-23T16:41:52.103Z[ recovery-image] Feb 23 16:41:51.427 INFO O| Feb 23 16:41:51.427 INFO STEP 48 (remove_files) COMPLETE
47182026-02-23T16:41:52.103Z[ recovery-image] Feb 23 16:41:51.427 INFO O| Feb 23 16:41:51.427 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47192026-02-23T16:41:52.103Z[ recovery-image] Feb 23 16:41:51.440 INFO O| Feb 23 16:41:51.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47202026-02-23T16:41:52.103Z[ recovery-image] Feb 23 16:41:51.440 INFO O| Feb 23 16:41:51.440 INFO STEP 49 (remove_files) COMPLETE
47212026-02-23T16:41:52.103Z[ recovery-image] Feb 23 16:41:51.440 INFO O| Feb 23 16:41:51.440 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47222026-02-23T16:41:52.127Z[ recovery-image] Feb 23 16:41:51.453 INFO O| Feb 23 16:41:51.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47232026-02-23T16:41:52.127Z[ recovery-image] Feb 23 16:41:51.453 INFO O| Feb 23 16:41:51.453 INFO STEP 50 (remove_files) COMPLETE
47242026-02-23T16:41:52.127Z[ recovery-image] Feb 23 16:41:51.453 INFO O| Feb 23 16:41:51.453 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47252026-02-23T16:41:52.152Z[ recovery-image] Feb 23 16:41:51.472 INFO O| Feb 23 16:41:51.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47262026-02-23T16:41:52.152Z[ recovery-image] Feb 23 16:41:51.472 INFO O| Feb 23 16:41:51.472 INFO STEP 51 (remove_files) COMPLETE
47272026-02-23T16:41:52.152Z[ recovery-image] Feb 23 16:41:51.472 INFO O| Feb 23 16:41:51.472 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47282026-02-23T16:41:52.152Z[ recovery-image] Feb 23 16:41:51.490 INFO O| Feb 23 16:41:51.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47292026-02-23T16:41:52.152Z[ recovery-image] Feb 23 16:41:51.490 INFO O| Feb 23 16:41:51.490 INFO STEP 52 (remove_files) COMPLETE
47302026-02-23T16:41:52.152Z[ recovery-image] Feb 23 16:41:51.490 INFO O| Feb 23 16:41:51.490 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47312026-02-23T16:41:52.178Z[ recovery-image] Feb 23 16:41:51.507 INFO O| Feb 23 16:41:51.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47322026-02-23T16:41:52.178Z[ recovery-image] Feb 23 16:41:51.507 INFO O| Feb 23 16:41:51.507 INFO STEP 53 (remove_files) COMPLETE
47332026-02-23T16:41:52.178Z[ recovery-image] Feb 23 16:41:51.507 INFO O| Feb 23 16:41:51.507 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47342026-02-23T16:41:52.202Z[ recovery-image] Feb 23 16:41:51.522 INFO O| Feb 23 16:41:51.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47352026-02-23T16:41:52.202Z[ recovery-image] Feb 23 16:41:51.522 INFO O| Feb 23 16:41:51.522 INFO STEP 54 (remove_files) COMPLETE
47362026-02-23T16:41:52.202Z[ recovery-image] Feb 23 16:41:51.522 INFO O| Feb 23 16:41:51.522 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47372026-02-23T16:41:52.202Z[ recovery-image] Feb 23 16:41:51.541 INFO O| Feb 23 16:41:51.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47382026-02-23T16:41:52.202Z[ recovery-image] Feb 23 16:41:51.541 INFO O| Feb 23 16:41:51.541 INFO STEP 55 (remove_files) COMPLETE
47392026-02-23T16:41:52.202Z[ recovery-image] Feb 23 16:41:51.541 INFO O| Feb 23 16:41:51.541 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47402026-02-23T16:41:52.227Z[ recovery-image] Feb 23 16:41:51.559 INFO O| Feb 23 16:41:51.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47412026-02-23T16:41:52.227Z[ recovery-image] Feb 23 16:41:51.559 INFO O| Feb 23 16:41:51.559 INFO STEP 56 (remove_files) COMPLETE
47422026-02-23T16:41:52.227Z[ recovery-image] Feb 23 16:41:51.559 INFO O| Feb 23 16:41:51.559 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47432026-02-23T16:41:52.251Z[ recovery-image] Feb 23 16:41:51.574 INFO O| Feb 23 16:41:51.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47442026-02-23T16:41:52.251Z[ recovery-image] Feb 23 16:41:51.574 INFO O| Feb 23 16:41:51.574 INFO STEP 57 (remove_files) COMPLETE
47452026-02-23T16:41:52.251Z[ recovery-image] Feb 23 16:41:51.574 INFO O| Feb 23 16:41:51.574 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47462026-02-23T16:41:52.277Z[ recovery-image] Feb 23 16:41:51.593 INFO O| Feb 23 16:41:51.593 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47472026-02-23T16:41:52.277Z[ recovery-image] Feb 23 16:41:51.593 INFO O| Feb 23 16:41:51.593 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47482026-02-23T16:41:52.277Z[ recovery-image] Feb 23 16:41:51.594 INFO O| Feb 23 16:41:51.593 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47492026-02-23T16:41:52.277Z[ recovery-image] Feb 23 16:41:51.594 INFO O| Feb 23 16:41:51.594 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47502026-02-23T16:41:52.277Z[ recovery-image] Feb 23 16:41:51.594 INFO O| Feb 23 16:41:51.594 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47512026-02-23T16:41:52.277Z[ recovery-image] Feb 23 16:41:51.595 INFO O| Feb 23 16:41:51.595 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47522026-02-23T16:41:52.278Z[ recovery-image] Feb 23 16:41:51.595 INFO O| Feb 23 16:41:51.595 INFO ok!
47532026-02-23T16:41:52.278Z[ recovery-image] Feb 23 16:41:51.595 INFO O| Feb 23 16:41:51.595 INFO STEP 58 (ensure_file) COMPLETE
47542026-02-23T16:41:52.278Z[ recovery-image] Feb 23 16:41:51.595 INFO O| Feb 23 16:41:51.595 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47552026-02-23T16:41:52.278Z[ recovery-image] Feb 23 16:41:51.615 INFO O| Feb 23 16:41:51.614 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47562026-02-23T16:41:52.278Z[ recovery-image] Feb 23 16:41:51.615 INFO O| Feb 23 16:41:51.615 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47572026-02-23T16:41:52.278Z[ recovery-image] Feb 23 16:41:51.615 INFO O| Feb 23 16:41:51.615 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47582026-02-23T16:41:52.278Z[ recovery-image] Feb 23 16:41:51.615 INFO O| Feb 23 16:41:51.615 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47592026-02-23T16:41:52.278Z[ recovery-image] Feb 23 16:41:51.615 INFO O| Feb 23 16:41:51.615 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47602026-02-23T16:41:52.278Z[ recovery-image] Feb 23 16:41:51.615 INFO O| Feb 23 16:41:51.615 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47612026-02-23T16:41:52.278Z[ recovery-image] Feb 23 16:41:51.615 INFO O| Feb 23 16:41:51.615 INFO ok!
47622026-02-23T16:41:52.278Z[ recovery-image] Feb 23 16:41:51.615 INFO O| Feb 23 16:41:51.615 INFO STEP 59 (ensure_file) COMPLETE
47632026-02-23T16:41:52.278Z[ recovery-image] Feb 23 16:41:51.615 INFO O| Feb 23 16:41:51.615 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47642026-02-23T16:41:52.303Z[ recovery-image] Feb 23 16:41:51.635 INFO O| Feb 23 16:41:51.635 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47652026-02-23T16:41:52.303Z[ recovery-image] Feb 23 16:41:51.635 INFO O| Feb 23 16:41:51.635 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47662026-02-23T16:41:52.303Z[ recovery-image] Feb 23 16:41:51.635 INFO O| Feb 23 16:41:51.635 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47672026-02-23T16:41:52.303Z[ recovery-image] Feb 23 16:41:51.635 INFO O| Feb 23 16:41:51.635 INFO ok!
47682026-02-23T16:41:52.303Z[ recovery-image] Feb 23 16:41:51.635 INFO O| Feb 23 16:41:51.635 INFO STEP 60 (ensure_file) COMPLETE
47692026-02-23T16:41:52.303Z[ recovery-image] Feb 23 16:41:51.635 INFO O| Feb 23 16:41:51.635 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47702026-02-23T16:41:52.329Z[ recovery-image] Feb 23 16:41:51.649 INFO O| Feb 23 16:41:51.649 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47712026-02-23T16:41:52.329Z[ recovery-image] Feb 23 16:41:51.649 INFO O| Feb 23 16:41:51.649 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47722026-02-23T16:41:52.329Z[ recovery-image] Feb 23 16:41:51.650 INFO O| Feb 23 16:41:51.650 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47732026-02-23T16:41:52.329Z[ recovery-image] Feb 23 16:41:51.650 INFO O| Feb 23 16:41:51.650 INFO ok!
47742026-02-23T16:41:52.329Z[ recovery-image] Feb 23 16:41:51.650 INFO O| Feb 23 16:41:51.650 INFO STEP 61 (ensure_file) COMPLETE
47752026-02-23T16:41:52.329Z[ recovery-image] Feb 23 16:41:51.650 INFO O| Feb 23 16:41:51.650 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47762026-02-23T16:41:52.354Z[ recovery-image] Feb 23 16:41:51.671 INFO O| Feb 23 16:41:51.671 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47772026-02-23T16:41:52.354Z[ recovery-image] Feb 23 16:41:51.671 INFO O| Feb 23 16:41:51.671 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47782026-02-23T16:41:52.354Z[ recovery-image] Feb 23 16:41:51.672 INFO O| Feb 23 16:41:51.671 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47792026-02-23T16:41:52.354Z[ recovery-image] Feb 23 16:41:51.672 INFO O| Feb 23 16:41:51.671 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47802026-02-23T16:41:52.354Z[ recovery-image] Feb 23 16:41:51.672 INFO O| Feb 23 16:41:51.671 INFO ok!
47812026-02-23T16:41:52.354Z[ recovery-image] Feb 23 16:41:51.672 INFO O| Feb 23 16:41:51.671 INFO STEP 62 (ensure_file) COMPLETE
47822026-02-23T16:41:52.354Z[ recovery-image] Feb 23 16:41:51.672 INFO O| Feb 23 16:41:51.671 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47832026-02-23T16:41:52.354Z[ recovery-image] Feb 23 16:41:51.690 INFO O| Feb 23 16:41:51.690 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47842026-02-23T16:41:52.354Z[ recovery-image] Feb 23 16:41:51.690 INFO O| Feb 23 16:41:51.690 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47852026-02-23T16:41:52.354Z[ recovery-image] Feb 23 16:41:51.691 INFO O| Feb 23 16:41:51.691 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47862026-02-23T16:41:52.354Z[ recovery-image] Feb 23 16:41:51.691 INFO O| Feb 23 16:41:51.691 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47872026-02-23T16:41:52.354Z[ recovery-image] Feb 23 16:41:51.691 INFO O| Feb 23 16:41:51.691 INFO ok!
47882026-02-23T16:41:52.354Z[ recovery-image] Feb 23 16:41:51.691 INFO O| Feb 23 16:41:51.691 INFO STEP 63 (ensure_file) COMPLETE
47892026-02-23T16:41:52.354Z[ recovery-image] Feb 23 16:41:51.691 INFO O| Feb 23 16:41:51.691 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47902026-02-23T16:41:52.379Z[ recovery-image] Feb 23 16:41:51.705 INFO O| Feb 23 16:41:51.705 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47912026-02-23T16:41:52.379Z[ recovery-image] Feb 23 16:41:51.706 INFO O| Feb 23 16:41:51.705 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47922026-02-23T16:41:52.379Z[ recovery-image] Feb 23 16:41:51.706 INFO O| Feb 23 16:41:51.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47932026-02-23T16:41:52.379Z[ recovery-image] Feb 23 16:41:51.706 INFO O| Feb 23 16:41:51.706 INFO ok!
47942026-02-23T16:41:52.379Z[ recovery-image] Feb 23 16:41:51.706 INFO O| Feb 23 16:41:51.706 INFO STEP 64 (assemble_files) COMPLETE
47952026-02-23T16:41:52.379Z[ recovery-image] Feb 23 16:41:51.706 INFO O| Feb 23 16:41:51.706 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47962026-02-23T16:41:52.404Z[ recovery-image] Feb 23 16:41:51.721 INFO O| Feb 23 16:41:51.721 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47972026-02-23T16:41:52.404Z[ recovery-image] Feb 23 16:41:51.721 INFO O| Feb 23 16:41:51.721 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47982026-02-23T16:41:52.404Z[ recovery-image] Feb 23 16:41:51.721 INFO O| Feb 23 16:41:51.721 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47992026-02-23T16:41:52.404Z[ recovery-image] Feb 23 16:41:51.721 INFO O| Feb 23 16:41:51.721 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48002026-02-23T16:41:52.404Z[ recovery-image] Feb 23 16:41:51.721 INFO O| Feb 23 16:41:51.721 INFO ok!
48012026-02-23T16:41:52.405Z[ recovery-image] Feb 23 16:41:51.722 INFO O| Feb 23 16:41:51.721 INFO STEP 65 (ensure_file) COMPLETE
48022026-02-23T16:41:52.405Z[ recovery-image] Feb 23 16:41:51.722 INFO O| Feb 23 16:41:51.721 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48032026-02-23T16:41:52.405Z[ recovery-image] Feb 23 16:41:51.722 INFO O| Feb 23 16:41:51.721 INFO skip step because feature "omicron1" is not enabled
48042026-02-23T16:41:52.405Z[ recovery-image] Feb 23 16:41:51.722 INFO O| Feb 23 16:41:51.721 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48052026-02-23T16:41:52.405Z[ recovery-image] Feb 23 16:41:51.722 INFO O| Feb 23 16:41:51.721 INFO skip step because feature "omicron1" is not enabled
48062026-02-23T16:41:52.405Z[ recovery-image] Feb 23 16:41:51.722 INFO O| Feb 23 16:41:51.721 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48072026-02-23T16:41:52.405Z[ recovery-image] Feb 23 16:41:51.722 INFO O| Feb 23 16:41:51.721 INFO skip step because feature "omicron1" is not enabled
48082026-02-23T16:41:52.405Z[ recovery-image] Feb 23 16:41:51.722 INFO O| Feb 23 16:41:51.721 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48092026-02-23T16:41:52.430Z[ recovery-image] Feb 23 16:41:51.749 INFO O| Feb 23 16:41:51.749 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48102026-02-23T16:41:52.430Z[ recovery-image] Feb 23 16:41:51.749 INFO O| Feb 23 16:41:51.749 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48112026-02-23T16:41:54.842Z[ recovery-image] Feb 23 16:41:54.182 INFO O| Feb 23 16:41:54.182 INFO STEP 69 (pack_tar) COMPLETE
48122026-02-23T16:41:54.842Z[ recovery-image] Feb 23 16:41:54.182 INFO O| Feb 23 16:41:54.182 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48132026-02-23T16:41:54.867Z[ recovery-image] Feb 23 16:41:54.182 INFO O| Feb 23 16:41:54.182 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48142026-02-23T16:41:55.311Z[ recovery-image] Feb 23 16:41:54.652 INFO O| Feb 23 16:41:54.652 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48152026-02-23T16:41:55.372Z[ recovery-image] Feb 23 16:41:54.712 INFO O| Feb 23 16:41:54.712 INFO completed processing sled/ramdisk-02-trim
48162026-02-23T16:41:55.396Z[ recovery-image] Feb 23 16:41:54.715 INFO image builder template: ramdisk-03-recovery-trim...
48172026-02-23T16:41:55.396Z[ recovery-image] Feb 23 16:41:54.716 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/.tmpgSSCxU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
48182026-02-23T16:41:55.507Z[ recovery-image] Feb 23 16:41:54.848 INFO O| Feb 23 16:41:54.847 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48192026-02-23T16:41:55.531Z[ recovery-image] Feb 23 16:41:54.857 INFO O| Feb 23 16:41:54.857 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48202026-02-23T16:41:55.555Z[ recovery-image] Feb 23 16:41:54.893 INFO O| Feb 23 16:41:54.893 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48212026-02-23T16:41:55.594Z[ recovery-image] Feb 23 16:41:54.935 INFO O| Feb 23 16:41:54.935 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48222026-02-23T16:41:55.594Z[ recovery-image] Feb 23 16:41:54.935 INFO O| Feb 23 16:41:54.935 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48232026-02-23T16:41:55.618Z[ recovery-image] Feb 23 16:41:54.946 INFO O| Feb 23 16:41:54.946 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48242026-02-23T16:41:55.618Z[ recovery-image] Feb 23 16:41:54.953 INFO O| Feb 23 16:41:54.952 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48252026-02-23T16:41:55.643Z[ recovery-image] Feb 23 16:41:54.963 INFO O| Feb 23 16:41:54.963 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48262026-02-23T16:41:55.853Z[ recovery-image] Feb 23 16:41:55.194 INFO O| Feb 23 16:41:55.194 INFO rolled back to input snapshot; work may begin
48272026-02-23T16:41:55.853Z[ recovery-image] Feb 23 16:41:55.194 INFO O| Feb 23 16:41:55.194 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48282026-02-23T16:41:55.878Z[ recovery-image] Feb 23 16:41:55.201 INFO O| Feb 23 16:41:55.201 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292026-02-23T16:41:55.903Z[ recovery-image] Feb 23 16:41:55.224 INFO O| Feb 23 16:41:55.224 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48302026-02-23T16:41:55.903Z[ recovery-image] Feb 23 16:41:55.238 INFO O| Feb 23 16:41:55.237 INFO STEP 0 (remove_files) COMPLETE
48312026-02-23T16:41:55.903Z[ recovery-image] Feb 23 16:41:55.238 INFO O| Feb 23 16:41:55.238 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322026-02-23T16:41:55.927Z[ recovery-image] Feb 23 16:41:55.250 INFO O| Feb 23 16:41:55.250 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48332026-02-23T16:41:55.986Z[ recovery-image] Feb 23 16:41:55.326 INFO O| Feb 23 16:41:55.326 INFO STEP 1 (remove_files) COMPLETE
48342026-02-23T16:41:55.986Z[ recovery-image] Feb 23 16:41:55.326 INFO O| Feb 23 16:41:55.326 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352026-02-23T16:41:56.010Z[ recovery-image] Feb 23 16:41:55.351 INFO O| Feb 23 16:41:55.351 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48362026-02-23T16:41:56.035Z[ recovery-image] Feb 23 16:41:55.362 INFO O| Feb 23 16:41:55.362 INFO STEP 2 (remove_files) COMPLETE
48372026-02-23T16:41:56.035Z[ recovery-image] Feb 23 16:41:55.363 INFO O| Feb 23 16:41:55.363 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382026-02-23T16:41:56.070Z[ recovery-image] Feb 23 16:41:55.411 INFO O| Feb 23 16:41:55.411 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48392026-02-23T16:41:56.193Z[ recovery-image] Feb 23 16:41:55.534 INFO O| Feb 23 16:41:55.534 INFO STEP 3 (remove_files) COMPLETE
48402026-02-23T16:41:56.193Z[ recovery-image] Feb 23 16:41:55.534 INFO O| Feb 23 16:41:55.534 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412026-02-23T16:41:56.217Z[ recovery-image] Feb 23 16:41:55.546 INFO O| Feb 23 16:41:55.546 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48422026-02-23T16:41:56.285Z[ recovery-image] Feb 23 16:41:55.626 INFO O| Feb 23 16:41:55.626 INFO STEP 4 (remove_files) COMPLETE
48432026-02-23T16:41:56.285Z[ recovery-image] Feb 23 16:41:55.626 INFO O| Feb 23 16:41:55.626 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442026-02-23T16:41:56.330Z[ recovery-image] Feb 23 16:41:55.671 INFO O| Feb 23 16:41:55.671 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48452026-02-23T16:41:56.355Z[ recovery-image] Feb 23 16:41:55.672 INFO O| Feb 23 16:41:55.672 INFO STEP 5 (remove_files) COMPLETE
48462026-02-23T16:41:56.355Z[ recovery-image] Feb 23 16:41:55.672 INFO O| Feb 23 16:41:55.672 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472026-02-23T16:41:56.355Z[ recovery-image] Feb 23 16:41:55.689 INFO O| Feb 23 16:41:55.689 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48482026-02-23T16:41:56.355Z[ recovery-image] Feb 23 16:41:55.691 INFO O| Feb 23 16:41:55.691 INFO STEP 6 (remove_files) COMPLETE
48492026-02-23T16:41:56.355Z[ recovery-image] Feb 23 16:41:55.691 INFO O| Feb 23 16:41:55.691 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502026-02-23T16:41:56.380Z[ recovery-image] Feb 23 16:41:55.709 INFO O| Feb 23 16:41:55.709 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48512026-02-23T16:41:56.380Z[ recovery-image] Feb 23 16:41:55.711 INFO O| Feb 23 16:41:55.711 INFO STEP 7 (remove_files) COMPLETE
48522026-02-23T16:41:56.380Z[ recovery-image] Feb 23 16:41:55.711 INFO O| Feb 23 16:41:55.711 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532026-02-23T16:41:56.407Z[ recovery-image] Feb 23 16:41:55.728 INFO O| Feb 23 16:41:55.727 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48542026-02-23T16:41:56.407Z[ recovery-image] Feb 23 16:41:55.728 INFO O| Feb 23 16:41:55.728 INFO STEP 8 (remove_files) COMPLETE
48552026-02-23T16:41:56.407Z[ recovery-image] Feb 23 16:41:55.728 INFO O| Feb 23 16:41:55.728 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562026-02-23T16:41:56.407Z[ recovery-image] Feb 23 16:41:55.743 INFO O| Feb 23 16:41:55.743 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48572026-02-23T16:41:56.407Z[ recovery-image] Feb 23 16:41:55.744 INFO O| Feb 23 16:41:55.744 INFO STEP 9 (remove_files) COMPLETE
48582026-02-23T16:41:56.407Z[ recovery-image] Feb 23 16:41:55.744 INFO O| Feb 23 16:41:55.744 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592026-02-23T16:41:56.431Z[ recovery-image] Feb 23 16:41:55.758 INFO O| Feb 23 16:41:55.758 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48602026-02-23T16:41:56.465Z[ recovery-image] Feb 23 16:41:55.806 INFO O| Feb 23 16:41:55.806 INFO STEP 10 (remove_files) COMPLETE
48612026-02-23T16:41:56.465Z[ recovery-image] Feb 23 16:41:55.806 INFO O| Feb 23 16:41:55.806 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622026-02-23T16:41:56.490Z[ recovery-image] Feb 23 16:41:55.823 INFO O| Feb 23 16:41:55.822 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48632026-02-23T16:41:56.490Z[ recovery-image] Feb 23 16:41:55.825 INFO O| Feb 23 16:41:55.825 INFO STEP 11 (remove_files) COMPLETE
48642026-02-23T16:41:56.490Z[ recovery-image] Feb 23 16:41:55.826 INFO O| Feb 23 16:41:55.825 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652026-02-23T16:41:56.514Z[ recovery-image] Feb 23 16:41:55.839 INFO O| Feb 23 16:41:55.839 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48662026-02-23T16:41:56.514Z[ recovery-image] Feb 23 16:41:55.842 INFO O| Feb 23 16:41:55.842 INFO STEP 12 (remove_files) COMPLETE
48672026-02-23T16:41:56.514Z[ recovery-image] Feb 23 16:41:55.842 INFO O| Feb 23 16:41:55.842 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682026-02-23T16:41:56.539Z[ recovery-image] Feb 23 16:41:55.855 INFO O| Feb 23 16:41:55.855 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48692026-02-23T16:41:56.539Z[ recovery-image] Feb 23 16:41:55.856 INFO O| Feb 23 16:41:55.856 INFO STEP 13 (remove_files) COMPLETE
48702026-02-23T16:41:56.539Z[ recovery-image] Feb 23 16:41:55.856 INFO O| Feb 23 16:41:55.856 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712026-02-23T16:41:56.539Z[ recovery-image] Feb 23 16:41:55.869 INFO O| Feb 23 16:41:55.869 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48722026-02-23T16:41:56.539Z[ recovery-image] Feb 23 16:41:55.870 INFO O| Feb 23 16:41:55.870 INFO STEP 14 (remove_files) COMPLETE
48732026-02-23T16:41:56.539Z[ recovery-image] Feb 23 16:41:55.870 INFO O| Feb 23 16:41:55.870 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742026-02-23T16:41:56.564Z[ recovery-image] Feb 23 16:41:55.883 INFO O| Feb 23 16:41:55.883 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48752026-02-23T16:41:56.589Z[ recovery-image] Feb 23 16:41:55.921 INFO O| Feb 23 16:41:55.920 INFO STEP 15 (remove_files) COMPLETE
48762026-02-23T16:41:56.589Z[ recovery-image] Feb 23 16:41:55.921 INFO O| Feb 23 16:41:55.921 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772026-02-23T16:41:56.614Z[ recovery-image] Feb 23 16:41:55.935 INFO O| Feb 23 16:41:55.935 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48782026-02-23T16:41:56.614Z[ recovery-image] Feb 23 16:41:55.936 INFO O| Feb 23 16:41:55.936 INFO STEP 16 (remove_files) COMPLETE
48792026-02-23T16:41:56.614Z[ recovery-image] Feb 23 16:41:55.936 INFO O| Feb 23 16:41:55.936 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802026-02-23T16:41:56.652Z[ recovery-image] Feb 23 16:41:55.993 INFO O| Feb 23 16:41:55.993 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48812026-02-23T16:41:56.652Z[ recovery-image] Feb 23 16:41:55.993 INFO O| Feb 23 16:41:55.993 INFO STEP 17 (remove_files) COMPLETE
48822026-02-23T16:41:56.677Z[ recovery-image] Feb 23 16:41:55.993 INFO O| Feb 23 16:41:55.993 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832026-02-23T16:41:56.677Z[ recovery-image] Feb 23 16:41:56.006 INFO O| Feb 23 16:41:56.006 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48842026-02-23T16:41:56.785Z[ recovery-image] Feb 23 16:41:56.126 INFO O| Feb 23 16:41:56.126 INFO STEP 18 (remove_files) COMPLETE
48852026-02-23T16:41:56.785Z[ recovery-image] Feb 23 16:41:56.126 INFO O| Feb 23 16:41:56.126 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862026-02-23T16:41:56.810Z[ recovery-image] Feb 23 16:41:56.140 INFO O| Feb 23 16:41:56.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48872026-02-23T16:41:56.834Z[ recovery-image] Feb 23 16:41:56.172 INFO O| Feb 23 16:41:56.172 INFO STEP 19 (remove_files) COMPLETE
48882026-02-23T16:41:56.834Z[ recovery-image] Feb 23 16:41:56.172 INFO O| Feb 23 16:41:56.172 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892026-02-23T16:41:56.865Z[ recovery-image] Feb 23 16:41:56.206 INFO O| Feb 23 16:41:56.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48902026-02-23T16:41:56.865Z[ recovery-image] Feb 23 16:41:56.206 INFO O| Feb 23 16:41:56.206 INFO STEP 20 (remove_files) COMPLETE
48912026-02-23T16:41:56.865Z[ recovery-image] Feb 23 16:41:56.206 INFO O| Feb 23 16:41:56.206 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922026-02-23T16:41:56.890Z[ recovery-image] Feb 23 16:41:56.223 INFO O| Feb 23 16:41:56.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48932026-02-23T16:41:56.890Z[ recovery-image] Feb 23 16:41:56.224 INFO O| Feb 23 16:41:56.224 INFO STEP 21 (remove_files) COMPLETE
48942026-02-23T16:41:56.890Z[ recovery-image] Feb 23 16:41:56.224 INFO O| Feb 23 16:41:56.224 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952026-02-23T16:41:56.914Z[ recovery-image] Feb 23 16:41:56.235 INFO O| Feb 23 16:41:56.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48962026-02-23T16:41:56.939Z[ recovery-image] Feb 23 16:41:56.257 INFO O| Feb 23 16:41:56.257 INFO STEP 22 (remove_files) COMPLETE
48972026-02-23T16:41:56.939Z[ recovery-image] Feb 23 16:41:56.257 INFO O| Feb 23 16:41:56.257 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982026-02-23T16:41:56.963Z[ recovery-image] Feb 23 16:41:56.289 INFO O| Feb 23 16:41:56.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48992026-02-23T16:41:56.963Z[ recovery-image] Feb 23 16:41:56.289 INFO O| Feb 23 16:41:56.289 INFO STEP 23 (remove_files) COMPLETE
49002026-02-23T16:41:56.963Z[ recovery-image] Feb 23 16:41:56.289 INFO O| Feb 23 16:41:56.289 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012026-02-23T16:41:56.963Z[ recovery-image] Feb 23 16:41:56.299 INFO O| Feb 23 16:41:56.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49022026-02-23T16:41:56.963Z[ recovery-image] Feb 23 16:41:56.299 INFO O| Feb 23 16:41:56.299 INFO STEP 24 (remove_files) COMPLETE
49032026-02-23T16:41:56.963Z[ recovery-image] Feb 23 16:41:56.299 INFO O| Feb 23 16:41:56.299 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042026-02-23T16:41:56.988Z[ recovery-image] Feb 23 16:41:56.308 INFO O| Feb 23 16:41:56.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49052026-02-23T16:41:56.988Z[ recovery-image] Feb 23 16:41:56.309 INFO O| Feb 23 16:41:56.309 INFO STEP 25 (remove_files) COMPLETE
49062026-02-23T16:41:56.988Z[ recovery-image] Feb 23 16:41:56.309 INFO O| Feb 23 16:41:56.309 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072026-02-23T16:41:56.988Z[ recovery-image] Feb 23 16:41:56.318 INFO O| Feb 23 16:41:56.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49082026-02-23T16:41:57.012Z[ recovery-image] Feb 23 16:41:56.340 INFO O| Feb 23 16:41:56.340 INFO STEP 26 (remove_files) COMPLETE
49092026-02-23T16:41:57.012Z[ recovery-image] Feb 23 16:41:56.340 INFO O| Feb 23 16:41:56.340 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102026-02-23T16:41:57.037Z[ recovery-image] Feb 23 16:41:56.356 INFO O| Feb 23 16:41:56.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
49112026-02-23T16:41:57.038Z[ recovery-image] Feb 23 16:41:56.356 INFO O| Feb 23 16:41:56.356 INFO STEP 27 (remove_files) COMPLETE
49122026-02-23T16:41:57.038Z[ recovery-image] Feb 23 16:41:56.357 INFO O| Feb 23 16:41:56.356 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132026-02-23T16:41:57.038Z[ recovery-image] Feb 23 16:41:56.374 INFO O| Feb 23 16:41:56.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49142026-02-23T16:41:57.038Z[ recovery-image] Feb 23 16:41:56.374 INFO O| Feb 23 16:41:56.374 INFO STEP 28 (remove_files) COMPLETE
49152026-02-23T16:41:57.038Z[ recovery-image] Feb 23 16:41:56.374 INFO O| Feb 23 16:41:56.374 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162026-02-23T16:41:57.063Z[ recovery-image] Feb 23 16:41:56.391 INFO O| Feb 23 16:41:56.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49172026-02-23T16:41:57.063Z[ recovery-image] Feb 23 16:41:56.391 INFO O| Feb 23 16:41:56.391 INFO STEP 29 (remove_files) COMPLETE
49182026-02-23T16:41:57.063Z[ recovery-image] Feb 23 16:41:56.391 INFO O| Feb 23 16:41:56.391 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192026-02-23T16:41:57.087Z[ recovery-image] Feb 23 16:41:56.409 INFO O| Feb 23 16:41:56.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49202026-02-23T16:41:57.087Z[ recovery-image] Feb 23 16:41:56.409 INFO O| Feb 23 16:41:56.409 INFO STEP 30 (remove_files) COMPLETE
49212026-02-23T16:41:57.087Z[ recovery-image] Feb 23 16:41:56.409 INFO O| Feb 23 16:41:56.409 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222026-02-23T16:41:57.087Z[ recovery-image] Feb 23 16:41:56.427 INFO O| Feb 23 16:41:56.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49232026-02-23T16:41:57.112Z[ recovery-image] Feb 23 16:41:56.448 INFO O| Feb 23 16:41:56.448 INFO STEP 31 (remove_files) COMPLETE
49242026-02-23T16:41:57.112Z[ recovery-image] Feb 23 16:41:56.448 INFO O| Feb 23 16:41:56.448 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252026-02-23T16:41:57.136Z[ recovery-image] Feb 23 16:41:56.466 INFO O| Feb 23 16:41:56.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49262026-02-23T16:41:57.136Z[ recovery-image] Feb 23 16:41:56.466 INFO O| Feb 23 16:41:56.466 INFO STEP 32 (remove_files) COMPLETE
49272026-02-23T16:41:57.136Z[ recovery-image] Feb 23 16:41:56.467 INFO O| Feb 23 16:41:56.466 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282026-02-23T16:41:57.161Z[ recovery-image] Feb 23 16:41:56.499 INFO O| Feb 23 16:41:56.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49292026-02-23T16:41:57.161Z[ recovery-image] Feb 23 16:41:56.500 INFO O| Feb 23 16:41:56.500 INFO STEP 33 (remove_files) COMPLETE
49302026-02-23T16:41:57.161Z[ recovery-image] Feb 23 16:41:56.500 INFO O| Feb 23 16:41:56.500 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312026-02-23T16:41:57.186Z[ recovery-image] Feb 23 16:41:56.514 INFO O| Feb 23 16:41:56.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49322026-02-23T16:41:57.186Z[ recovery-image] Feb 23 16:41:56.514 INFO O| Feb 23 16:41:56.514 INFO STEP 34 (remove_files) COMPLETE
49332026-02-23T16:41:57.186Z[ recovery-image] Feb 23 16:41:56.514 INFO O| Feb 23 16:41:56.514 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342026-02-23T16:41:57.210Z[ recovery-image] Feb 23 16:41:56.527 INFO O| Feb 23 16:41:56.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49352026-02-23T16:41:57.210Z[ recovery-image] Feb 23 16:41:56.548 INFO O| Feb 23 16:41:56.548 INFO STEP 35 (remove_files) COMPLETE
49362026-02-23T16:41:57.210Z[ recovery-image] Feb 23 16:41:56.548 INFO O| Feb 23 16:41:56.548 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372026-02-23T16:41:57.235Z[ recovery-image] Feb 23 16:41:56.563 INFO O| Feb 23 16:41:56.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49382026-02-23T16:41:57.235Z[ recovery-image] Feb 23 16:41:56.563 INFO O| Feb 23 16:41:56.563 INFO STEP 36 (remove_files) COMPLETE
49392026-02-23T16:41:57.235Z[ recovery-image] Feb 23 16:41:56.563 INFO O| Feb 23 16:41:56.563 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402026-02-23T16:41:57.259Z[ recovery-image] Feb 23 16:41:56.576 INFO O| Feb 23 16:41:56.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49412026-02-23T16:41:57.261Z[ recovery-image] Feb 23 16:41:56.576 INFO O| Feb 23 16:41:56.576 INFO STEP 37 (remove_files) COMPLETE
49422026-02-23T16:41:57.261Z[ recovery-image] Feb 23 16:41:56.576 INFO O| Feb 23 16:41:56.576 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432026-02-23T16:41:57.261Z[ recovery-image] Feb 23 16:41:56.588 INFO O| Feb 23 16:41:56.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49442026-02-23T16:41:57.261Z[ recovery-image] Feb 23 16:41:56.588 INFO O| Feb 23 16:41:56.588 INFO STEP 38 (remove_files) COMPLETE
49452026-02-23T16:41:57.261Z[ recovery-image] Feb 23 16:41:56.588 INFO O| Feb 23 16:41:56.588 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462026-02-23T16:41:57.261Z[ recovery-image] Feb 23 16:41:56.599 INFO O| Feb 23 16:41:56.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49472026-02-23T16:41:57.261Z[ recovery-image] Feb 23 16:41:56.599 INFO O| Feb 23 16:41:56.599 INFO STEP 39 (remove_files) COMPLETE
49482026-02-23T16:41:57.261Z[ recovery-image] Feb 23 16:41:56.599 INFO O| Feb 23 16:41:56.599 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492026-02-23T16:41:57.286Z[ recovery-image] Feb 23 16:41:56.610 INFO O| Feb 23 16:41:56.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49502026-02-23T16:41:57.286Z[ recovery-image] Feb 23 16:41:56.610 INFO O| Feb 23 16:41:56.610 INFO STEP 40 (remove_files) COMPLETE
49512026-02-23T16:41:57.286Z[ recovery-image] Feb 23 16:41:56.610 INFO O| Feb 23 16:41:56.610 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522026-02-23T16:41:57.286Z[ recovery-image] Feb 23 16:41:56.621 INFO O| Feb 23 16:41:56.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49532026-02-23T16:41:57.286Z[ recovery-image] Feb 23 16:41:56.621 INFO O| Feb 23 16:41:56.621 INFO STEP 41 (remove_files) COMPLETE
49542026-02-23T16:41:57.286Z[ recovery-image] Feb 23 16:41:56.621 INFO O| Feb 23 16:41:56.621 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552026-02-23T16:41:57.310Z[ recovery-image] Feb 23 16:41:56.632 INFO O| Feb 23 16:41:56.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49562026-02-23T16:41:57.311Z[ recovery-image] Feb 23 16:41:56.632 INFO O| Feb 23 16:41:56.632 INFO STEP 42 (remove_files) COMPLETE
49572026-02-23T16:41:57.311Z[ recovery-image] Feb 23 16:41:56.632 INFO O| Feb 23 16:41:56.632 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582026-02-23T16:41:57.311Z[ recovery-image] Feb 23 16:41:56.645 INFO O| Feb 23 16:41:56.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49592026-02-23T16:41:57.311Z[ recovery-image] Feb 23 16:41:56.645 INFO O| Feb 23 16:41:56.645 INFO STEP 43 (remove_files) COMPLETE
49602026-02-23T16:41:57.311Z[ recovery-image] Feb 23 16:41:56.645 INFO O| Feb 23 16:41:56.645 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612026-02-23T16:41:57.335Z[ recovery-image] Feb 23 16:41:56.657 INFO O| Feb 23 16:41:56.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49622026-02-23T16:41:57.335Z[ recovery-image] Feb 23 16:41:56.657 INFO O| Feb 23 16:41:56.657 INFO STEP 44 (remove_files) COMPLETE
49632026-02-23T16:41:57.335Z[ recovery-image] Feb 23 16:41:56.657 INFO O| Feb 23 16:41:56.657 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642026-02-23T16:41:57.335Z[ recovery-image] Feb 23 16:41:56.672 INFO O| Feb 23 16:41:56.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49652026-02-23T16:41:57.335Z[ recovery-image] Feb 23 16:41:56.672 INFO O| Feb 23 16:41:56.672 INFO STEP 45 (remove_files) COMPLETE
49662026-02-23T16:41:57.336Z[ recovery-image] Feb 23 16:41:56.672 INFO O| Feb 23 16:41:56.672 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672026-02-23T16:41:57.360Z[ recovery-image] Feb 23 16:41:56.685 INFO O| Feb 23 16:41:56.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49682026-02-23T16:41:57.360Z[ recovery-image] Feb 23 16:41:56.685 INFO O| Feb 23 16:41:56.685 INFO STEP 46 (remove_files) COMPLETE
49692026-02-23T16:41:57.360Z[ recovery-image] Feb 23 16:41:56.685 INFO O| Feb 23 16:41:56.685 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702026-02-23T16:41:57.360Z[ recovery-image] Feb 23 16:41:56.697 INFO O| Feb 23 16:41:56.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49712026-02-23T16:41:57.361Z[ recovery-image] Feb 23 16:41:56.697 INFO O| Feb 23 16:41:56.697 INFO STEP 47 (remove_files) COMPLETE
49722026-02-23T16:41:57.361Z[ recovery-image] Feb 23 16:41:56.697 INFO O| Feb 23 16:41:56.697 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732026-02-23T16:41:57.385Z[ recovery-image] Feb 23 16:41:56.714 INFO O| Feb 23 16:41:56.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49742026-02-23T16:41:57.385Z[ recovery-image] Feb 23 16:41:56.714 INFO O| Feb 23 16:41:56.714 INFO STEP 48 (remove_files) COMPLETE
49752026-02-23T16:41:57.385Z[ recovery-image] Feb 23 16:41:56.714 INFO O| Feb 23 16:41:56.714 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762026-02-23T16:41:57.410Z[ recovery-image] Feb 23 16:41:56.731 INFO O| Feb 23 16:41:56.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49772026-02-23T16:41:57.410Z[ recovery-image] Feb 23 16:41:56.732 INFO O| Feb 23 16:41:56.732 INFO STEP 49 (remove_files) COMPLETE
49782026-02-23T16:41:57.410Z[ recovery-image] Feb 23 16:41:56.732 INFO O| Feb 23 16:41:56.732 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792026-02-23T16:41:57.410Z[ recovery-image] Feb 23 16:41:56.747 INFO O| Feb 23 16:41:56.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49802026-02-23T16:41:57.410Z[ recovery-image] Feb 23 16:41:56.747 INFO O| Feb 23 16:41:56.747 INFO STEP 50 (remove_files) COMPLETE
49812026-02-23T16:41:57.410Z[ recovery-image] Feb 23 16:41:56.747 INFO O| Feb 23 16:41:56.747 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822026-02-23T16:41:57.434Z[ recovery-image] Feb 23 16:41:56.760 INFO O| Feb 23 16:41:56.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49832026-02-23T16:41:57.435Z[ recovery-image] Feb 23 16:41:56.761 INFO O| Feb 23 16:41:56.761 INFO STEP 51 (remove_files) COMPLETE
49842026-02-23T16:41:57.435Z[ recovery-image] Feb 23 16:41:56.761 INFO O| Feb 23 16:41:56.761 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852026-02-23T16:41:57.435Z[ recovery-image] Feb 23 16:41:56.774 INFO O| Feb 23 16:41:56.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49862026-02-23T16:41:57.435Z[ recovery-image] Feb 23 16:41:56.775 INFO O| Feb 23 16:41:56.774 INFO STEP 52 (remove_files) COMPLETE
49872026-02-23T16:41:57.435Z[ recovery-image] Feb 23 16:41:56.775 INFO O| Feb 23 16:41:56.775 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882026-02-23T16:41:57.466Z[ recovery-image] Feb 23 16:41:56.787 INFO O| Feb 23 16:41:56.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49892026-02-23T16:41:57.466Z[ recovery-image] Feb 23 16:41:56.787 INFO O| Feb 23 16:41:56.787 INFO STEP 53 (remove_files) COMPLETE
49902026-02-23T16:41:57.491Z[ recovery-image] Feb 23 16:41:56.787 INFO O| Feb 23 16:41:56.787 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912026-02-23T16:41:57.491Z[ recovery-image] Feb 23 16:41:56.802 INFO O| Feb 23 16:41:56.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49922026-02-23T16:41:57.491Z[ recovery-image] Feb 23 16:41:56.802 INFO O| Feb 23 16:41:56.802 INFO STEP 54 (remove_files) COMPLETE
49932026-02-23T16:41:57.491Z[ recovery-image] Feb 23 16:41:56.802 INFO O| Feb 23 16:41:56.802 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942026-02-23T16:41:57.491Z[ recovery-image] Feb 23 16:41:56.817 INFO O| Feb 23 16:41:56.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49952026-02-23T16:41:57.491Z[ recovery-image] Feb 23 16:41:56.817 INFO O| Feb 23 16:41:56.817 INFO STEP 55 (remove_files) COMPLETE
49962026-02-23T16:41:57.491Z[ recovery-image] Feb 23 16:41:56.817 INFO O| Feb 23 16:41:56.817 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972026-02-23T16:41:57.491Z[ recovery-image] Feb 23 16:41:56.831 INFO O| Feb 23 16:41:56.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49982026-02-23T16:41:57.491Z[ recovery-image] Feb 23 16:41:56.831 INFO O| Feb 23 16:41:56.831 INFO STEP 56 (remove_files) COMPLETE
49992026-02-23T16:41:57.491Z[ recovery-image] Feb 23 16:41:56.831 INFO O| Feb 23 16:41:56.831 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002026-02-23T16:41:57.516Z[ recovery-image] Feb 23 16:41:56.844 INFO O| Feb 23 16:41:56.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50012026-02-23T16:41:57.517Z[ recovery-image] Feb 23 16:41:56.844 INFO O| Feb 23 16:41:56.844 INFO STEP 57 (remove_files) COMPLETE
50022026-02-23T16:41:57.517Z[ recovery-image] Feb 23 16:41:56.844 INFO O| Feb 23 16:41:56.844 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032026-02-23T16:41:57.517Z[ recovery-image] Feb 23 16:41:56.855 INFO O| Feb 23 16:41:56.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50042026-02-23T16:41:57.517Z[ recovery-image] Feb 23 16:41:56.855 INFO O| Feb 23 16:41:56.855 INFO STEP 58 (remove_files) COMPLETE
50052026-02-23T16:41:57.517Z[ recovery-image] Feb 23 16:41:56.855 INFO O| Feb 23 16:41:56.855 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062026-02-23T16:41:57.542Z[ recovery-image] Feb 23 16:41:56.867 INFO O| Feb 23 16:41:56.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50072026-02-23T16:41:57.542Z[ recovery-image] Feb 23 16:41:56.867 INFO O| Feb 23 16:41:56.867 INFO STEP 59 (remove_files) COMPLETE
50082026-02-23T16:41:57.542Z[ recovery-image] Feb 23 16:41:56.867 INFO O| Feb 23 16:41:56.867 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092026-02-23T16:41:57.542Z[ recovery-image] Feb 23 16:41:56.879 INFO O| Feb 23 16:41:56.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50102026-02-23T16:41:57.542Z[ recovery-image] Feb 23 16:41:56.879 INFO O| Feb 23 16:41:56.879 INFO STEP 60 (remove_files) COMPLETE
50112026-02-23T16:41:57.542Z[ recovery-image] Feb 23 16:41:56.879 INFO O| Feb 23 16:41:56.879 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122026-02-23T16:41:57.567Z[ recovery-image] Feb 23 16:41:56.891 INFO O| Feb 23 16:41:56.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50132026-02-23T16:41:57.567Z[ recovery-image] Feb 23 16:41:56.891 INFO O| Feb 23 16:41:56.891 INFO STEP 61 (remove_files) COMPLETE
50142026-02-23T16:41:57.567Z[ recovery-image] Feb 23 16:41:56.891 INFO O| Feb 23 16:41:56.891 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152026-02-23T16:41:57.567Z[ recovery-image] Feb 23 16:41:56.902 INFO O| Feb 23 16:41:56.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50162026-02-23T16:41:57.568Z[ recovery-image] Feb 23 16:41:56.903 INFO O| Feb 23 16:41:56.903 INFO STEP 62 (remove_files) COMPLETE
50172026-02-23T16:41:57.568Z[ recovery-image] Feb 23 16:41:56.903 INFO O| Feb 23 16:41:56.903 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182026-02-23T16:41:57.593Z[ recovery-image] Feb 23 16:41:56.919 INFO O| Feb 23 16:41:56.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50192026-02-23T16:41:57.593Z[ recovery-image] Feb 23 16:41:56.919 INFO O| Feb 23 16:41:56.919 INFO STEP 63 (remove_files) COMPLETE
50202026-02-23T16:41:57.593Z[ recovery-image] Feb 23 16:41:56.919 INFO O| Feb 23 16:41:56.919 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212026-02-23T16:41:57.593Z[ recovery-image] Feb 23 16:41:56.930 INFO O| Feb 23 16:41:56.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50222026-02-23T16:41:57.593Z[ recovery-image] Feb 23 16:41:56.930 INFO O| Feb 23 16:41:56.930 INFO STEP 64 (remove_files) COMPLETE
50232026-02-23T16:41:57.593Z[ recovery-image] Feb 23 16:41:56.930 INFO O| Feb 23 16:41:56.930 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242026-02-23T16:41:57.618Z[ recovery-image] Feb 23 16:41:56.941 INFO O| Feb 23 16:41:56.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50252026-02-23T16:41:57.618Z[ recovery-image] Feb 23 16:41:56.941 INFO O| Feb 23 16:41:56.941 INFO STEP 65 (remove_files) COMPLETE
50262026-02-23T16:41:57.618Z[ recovery-image] Feb 23 16:41:56.941 INFO O| Feb 23 16:41:56.941 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272026-02-23T16:41:57.618Z[ recovery-image] Feb 23 16:41:56.952 INFO O| Feb 23 16:41:56.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50282026-02-23T16:41:57.618Z[ recovery-image] Feb 23 16:41:56.952 INFO O| Feb 23 16:41:56.952 INFO STEP 66 (remove_files) COMPLETE
50292026-02-23T16:41:57.618Z[ recovery-image] Feb 23 16:41:56.952 INFO O| Feb 23 16:41:56.952 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302026-02-23T16:41:57.643Z[ recovery-image] Feb 23 16:41:56.963 INFO O| Feb 23 16:41:56.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50312026-02-23T16:41:57.643Z[ recovery-image] Feb 23 16:41:56.963 INFO O| Feb 23 16:41:56.963 INFO STEP 67 (remove_files) COMPLETE
50322026-02-23T16:41:57.643Z[ recovery-image] Feb 23 16:41:56.963 INFO O| Feb 23 16:41:56.963 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332026-02-23T16:41:57.643Z[ recovery-image] Feb 23 16:41:56.974 INFO O| Feb 23 16:41:56.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50342026-02-23T16:41:57.643Z[ recovery-image] Feb 23 16:41:56.974 INFO O| Feb 23 16:41:56.974 INFO STEP 68 (remove_files) COMPLETE
50352026-02-23T16:41:57.643Z[ recovery-image] Feb 23 16:41:56.974 INFO O| Feb 23 16:41:56.974 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362026-02-23T16:41:57.668Z[ recovery-image] Feb 23 16:41:56.990 INFO O| Feb 23 16:41:56.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50372026-02-23T16:41:57.668Z[ recovery-image] Feb 23 16:41:56.990 INFO O| Feb 23 16:41:56.990 INFO STEP 69 (remove_files) COMPLETE
50382026-02-23T16:41:57.668Z[ recovery-image] Feb 23 16:41:56.990 INFO O| Feb 23 16:41:56.990 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392026-02-23T16:41:57.668Z[ recovery-image] Feb 23 16:41:57.005 INFO O| Feb 23 16:41:57.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50402026-02-23T16:41:57.668Z[ recovery-image] Feb 23 16:41:57.005 INFO O| Feb 23 16:41:57.005 INFO STEP 70 (remove_files) COMPLETE
50412026-02-23T16:41:57.668Z[ recovery-image] Feb 23 16:41:57.005 INFO O| Feb 23 16:41:57.005 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422026-02-23T16:41:57.692Z[ recovery-image] Feb 23 16:41:57.017 INFO O| Feb 23 16:41:57.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50432026-02-23T16:41:57.692Z[ recovery-image] Feb 23 16:41:57.018 INFO O| Feb 23 16:41:57.018 INFO STEP 71 (remove_files) COMPLETE
50442026-02-23T16:41:57.692Z[ recovery-image] Feb 23 16:41:57.018 INFO O| Feb 23 16:41:57.018 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452026-02-23T16:41:57.692Z[ recovery-image] Feb 23 16:41:57.032 INFO O| Feb 23 16:41:57.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50462026-02-23T16:41:57.692Z[ recovery-image] Feb 23 16:41:57.032 INFO O| Feb 23 16:41:57.032 INFO STEP 72 (remove_files) COMPLETE
50472026-02-23T16:41:57.692Z[ recovery-image] Feb 23 16:41:57.032 INFO O| Feb 23 16:41:57.032 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482026-02-23T16:41:57.717Z[ recovery-image] Feb 23 16:41:57.044 INFO O| Feb 23 16:41:57.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50492026-02-23T16:41:57.717Z[ recovery-image] Feb 23 16:41:57.044 INFO O| Feb 23 16:41:57.044 INFO STEP 73 (remove_files) COMPLETE
50502026-02-23T16:41:57.717Z[ recovery-image] Feb 23 16:41:57.044 INFO O| Feb 23 16:41:57.044 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512026-02-23T16:41:57.717Z[ recovery-image] Feb 23 16:41:57.056 INFO O| Feb 23 16:41:57.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50522026-02-23T16:41:57.717Z[ recovery-image] Feb 23 16:41:57.056 INFO O| Feb 23 16:41:57.056 INFO STEP 74 (remove_files) COMPLETE
50532026-02-23T16:41:57.717Z[ recovery-image] Feb 23 16:41:57.056 INFO O| Feb 23 16:41:57.056 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542026-02-23T16:41:57.741Z[ recovery-image] Feb 23 16:41:57.067 INFO O| Feb 23 16:41:57.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50552026-02-23T16:41:57.742Z[ recovery-image] Feb 23 16:41:57.067 INFO O| Feb 23 16:41:57.067 INFO STEP 75 (remove_files) COMPLETE
50562026-02-23T16:41:57.742Z[ recovery-image] Feb 23 16:41:57.067 INFO O| Feb 23 16:41:57.067 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572026-02-23T16:41:57.766Z[ recovery-image] Feb 23 16:41:57.084 INFO O| Feb 23 16:41:57.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50582026-02-23T16:41:57.766Z[ recovery-image] Feb 23 16:41:57.084 INFO O| Feb 23 16:41:57.084 INFO STEP 76 (remove_files) COMPLETE
50592026-02-23T16:41:57.766Z[ recovery-image] Feb 23 16:41:57.084 INFO O| Feb 23 16:41:57.084 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602026-02-23T16:41:57.767Z[ recovery-image] Feb 23 16:41:57.101 INFO O| Feb 23 16:41:57.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50612026-02-23T16:41:57.767Z[ recovery-image] Feb 23 16:41:57.101 INFO O| Feb 23 16:41:57.101 INFO STEP 77 (remove_files) COMPLETE
50622026-02-23T16:41:57.767Z[ recovery-image] Feb 23 16:41:57.101 INFO O| Feb 23 16:41:57.101 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632026-02-23T16:41:57.792Z[ recovery-image] Feb 23 16:41:57.117 INFO O| Feb 23 16:41:57.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50642026-02-23T16:41:57.792Z[ recovery-image] Feb 23 16:41:57.117 INFO O| Feb 23 16:41:57.117 INFO STEP 78 (remove_files) COMPLETE
50652026-02-23T16:41:57.792Z[ recovery-image] Feb 23 16:41:57.117 INFO O| Feb 23 16:41:57.117 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662026-02-23T16:41:57.816Z[ recovery-image] Feb 23 16:41:57.134 INFO O| Feb 23 16:41:57.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50672026-02-23T16:41:57.816Z[ recovery-image] Feb 23 16:41:57.134 INFO O| Feb 23 16:41:57.134 INFO STEP 79 (remove_files) COMPLETE
50682026-02-23T16:41:57.816Z[ recovery-image] Feb 23 16:41:57.134 INFO O| Feb 23 16:41:57.134 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692026-02-23T16:41:57.816Z[ recovery-image] Feb 23 16:41:57.150 INFO O| Feb 23 16:41:57.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50702026-02-23T16:41:57.816Z[ recovery-image] Feb 23 16:41:57.150 INFO O| Feb 23 16:41:57.150 INFO STEP 80 (remove_files) COMPLETE
50712026-02-23T16:41:57.816Z[ recovery-image] Feb 23 16:41:57.150 INFO O| Feb 23 16:41:57.150 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722026-02-23T16:41:57.841Z[ recovery-image] Feb 23 16:41:57.166 INFO O| Feb 23 16:41:57.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50732026-02-23T16:41:57.841Z[ recovery-image] Feb 23 16:41:57.166 INFO O| Feb 23 16:41:57.166 INFO STEP 81 (remove_files) COMPLETE
50742026-02-23T16:41:57.842Z[ recovery-image] Feb 23 16:41:57.166 INFO O| Feb 23 16:41:57.166 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752026-02-23T16:41:57.842Z[ recovery-image] Feb 23 16:41:57.177 INFO O| Feb 23 16:41:57.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50762026-02-23T16:41:57.842Z[ recovery-image] Feb 23 16:41:57.177 INFO O| Feb 23 16:41:57.177 INFO STEP 82 (remove_files) COMPLETE
50772026-02-23T16:41:57.842Z[ recovery-image] Feb 23 16:41:57.177 INFO O| Feb 23 16:41:57.177 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782026-02-23T16:41:57.866Z[ recovery-image] Feb 23 16:41:57.188 INFO O| Feb 23 16:41:57.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50792026-02-23T16:41:57.866Z[ recovery-image] Feb 23 16:41:57.188 INFO O| Feb 23 16:41:57.188 INFO STEP 83 (remove_files) COMPLETE
50802026-02-23T16:41:57.866Z[ recovery-image] Feb 23 16:41:57.188 INFO O| Feb 23 16:41:57.188 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812026-02-23T16:41:57.866Z[ recovery-image] Feb 23 16:41:57.203 INFO O| Feb 23 16:41:57.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50822026-02-23T16:41:57.866Z[ recovery-image] Feb 23 16:41:57.203 INFO O| Feb 23 16:41:57.203 INFO STEP 84 (remove_files) COMPLETE
50832026-02-23T16:41:57.866Z[ recovery-image] Feb 23 16:41:57.203 INFO O| Feb 23 16:41:57.203 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842026-02-23T16:41:57.891Z[ recovery-image] Feb 23 16:41:57.214 INFO O| Feb 23 16:41:57.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50852026-02-23T16:41:57.891Z[ recovery-image] Feb 23 16:41:57.215 INFO O| Feb 23 16:41:57.215 INFO STEP 85 (remove_files) COMPLETE
50862026-02-23T16:41:57.891Z[ recovery-image] Feb 23 16:41:57.215 INFO O| Feb 23 16:41:57.215 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872026-02-23T16:41:57.891Z[ recovery-image] Feb 23 16:41:57.230 INFO O| Feb 23 16:41:57.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50882026-02-23T16:41:57.891Z[ recovery-image] Feb 23 16:41:57.231 INFO O| Feb 23 16:41:57.231 INFO STEP 86 (remove_files) COMPLETE
50892026-02-23T16:41:57.891Z[ recovery-image] Feb 23 16:41:57.231 INFO O| Feb 23 16:41:57.231 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902026-02-23T16:41:57.915Z[ recovery-image] Feb 23 16:41:57.245 INFO O| Feb 23 16:41:57.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50912026-02-23T16:41:57.915Z[ recovery-image] Feb 23 16:41:57.245 INFO O| Feb 23 16:41:57.245 INFO STEP 87 (remove_files) COMPLETE
50922026-02-23T16:41:57.915Z[ recovery-image] Feb 23 16:41:57.245 INFO O| Feb 23 16:41:57.245 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932026-02-23T16:41:57.940Z[ recovery-image] Feb 23 16:41:57.258 INFO O| Feb 23 16:41:57.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50942026-02-23T16:41:57.940Z[ recovery-image] Feb 23 16:41:57.258 INFO O| Feb 23 16:41:57.258 INFO STEP 88 (remove_files) COMPLETE
50952026-02-23T16:41:57.940Z[ recovery-image] Feb 23 16:41:57.258 INFO O| Feb 23 16:41:57.258 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962026-02-23T16:41:57.940Z[ recovery-image] Feb 23 16:41:57.271 INFO O| Feb 23 16:41:57.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50972026-02-23T16:41:57.940Z[ recovery-image] Feb 23 16:41:57.271 INFO O| Feb 23 16:41:57.271 INFO STEP 89 (remove_files) COMPLETE
50982026-02-23T16:41:57.940Z[ recovery-image] Feb 23 16:41:57.271 INFO O| Feb 23 16:41:57.271 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992026-02-23T16:41:57.964Z[ recovery-image] Feb 23 16:41:57.283 INFO O| Feb 23 16:41:57.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51002026-02-23T16:41:57.964Z[ recovery-image] Feb 23 16:41:57.283 INFO O| Feb 23 16:41:57.283 INFO STEP 90 (remove_files) COMPLETE
51012026-02-23T16:41:57.964Z[ recovery-image] Feb 23 16:41:57.283 INFO O| Feb 23 16:41:57.283 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022026-02-23T16:41:57.965Z[ recovery-image] Feb 23 16:41:57.294 INFO O| Feb 23 16:41:57.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51032026-02-23T16:41:57.965Z[ recovery-image] Feb 23 16:41:57.294 INFO O| Feb 23 16:41:57.294 INFO STEP 91 (remove_files) COMPLETE
51042026-02-23T16:41:57.965Z[ recovery-image] Feb 23 16:41:57.294 INFO O| Feb 23 16:41:57.294 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052026-02-23T16:41:57.989Z[ recovery-image] Feb 23 16:41:57.307 INFO O| Feb 23 16:41:57.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51062026-02-23T16:41:57.989Z[ recovery-image] Feb 23 16:41:57.307 INFO O| Feb 23 16:41:57.307 INFO STEP 92 (remove_files) COMPLETE
51072026-02-23T16:41:57.989Z[ recovery-image] Feb 23 16:41:57.307 INFO O| Feb 23 16:41:57.307 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082026-02-23T16:41:57.989Z[ recovery-image] Feb 23 16:41:57.320 INFO O| Feb 23 16:41:57.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51092026-02-23T16:41:57.989Z[ recovery-image] Feb 23 16:41:57.320 INFO O| Feb 23 16:41:57.320 INFO STEP 93 (remove_files) COMPLETE
51102026-02-23T16:41:57.989Z[ recovery-image] Feb 23 16:41:57.320 INFO O| Feb 23 16:41:57.320 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112026-02-23T16:41:58.014Z[ recovery-image] Feb 23 16:41:57.331 INFO O| Feb 23 16:41:57.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51122026-02-23T16:41:58.014Z[ recovery-image] Feb 23 16:41:57.331 INFO O| Feb 23 16:41:57.331 INFO STEP 94 (remove_files) COMPLETE
51132026-02-23T16:41:58.014Z[ recovery-image] Feb 23 16:41:57.331 INFO O| Feb 23 16:41:57.331 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142026-02-23T16:41:58.014Z[ recovery-image] Feb 23 16:41:57.343 INFO O| Feb 23 16:41:57.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51152026-02-23T16:41:58.014Z[ recovery-image] Feb 23 16:41:57.343 INFO O| Feb 23 16:41:57.343 INFO STEP 95 (remove_files) COMPLETE
51162026-02-23T16:41:58.014Z[ recovery-image] Feb 23 16:41:57.343 INFO O| Feb 23 16:41:57.343 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172026-02-23T16:41:58.038Z[ recovery-image] Feb 23 16:41:57.359 INFO O| Feb 23 16:41:57.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51182026-02-23T16:41:58.038Z[ recovery-image] Feb 23 16:41:57.359 INFO O| Feb 23 16:41:57.359 INFO STEP 96 (remove_files) COMPLETE
51192026-02-23T16:41:58.038Z[ recovery-image] Feb 23 16:41:57.359 INFO O| Feb 23 16:41:57.359 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202026-02-23T16:41:58.038Z[ recovery-image] Feb 23 16:41:57.374 INFO O| Feb 23 16:41:57.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51212026-02-23T16:41:58.038Z[ recovery-image] Feb 23 16:41:57.375 INFO O| Feb 23 16:41:57.375 INFO STEP 97 (remove_files) COMPLETE
51222026-02-23T16:41:58.038Z[ recovery-image] Feb 23 16:41:57.375 INFO O| Feb 23 16:41:57.375 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232026-02-23T16:41:58.063Z[ recovery-image] Feb 23 16:41:57.392 INFO O| Feb 23 16:41:57.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51242026-02-23T16:41:58.063Z[ recovery-image] Feb 23 16:41:57.392 INFO O| Feb 23 16:41:57.392 INFO STEP 98 (remove_files) COMPLETE
51252026-02-23T16:41:58.063Z[ recovery-image] Feb 23 16:41:57.392 INFO O| Feb 23 16:41:57.392 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262026-02-23T16:41:58.087Z[ recovery-image] Feb 23 16:41:57.406 INFO O| Feb 23 16:41:57.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51272026-02-23T16:41:58.087Z[ recovery-image] Feb 23 16:41:57.407 INFO O| Feb 23 16:41:57.406 INFO STEP 99 (remove_files) COMPLETE
51282026-02-23T16:41:58.087Z[ recovery-image] Feb 23 16:41:57.407 INFO O| Feb 23 16:41:57.407 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292026-02-23T16:41:58.087Z[ recovery-image] Feb 23 16:41:57.421 INFO O| Feb 23 16:41:57.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51302026-02-23T16:41:58.087Z[ recovery-image] Feb 23 16:41:57.421 INFO O| Feb 23 16:41:57.421 INFO STEP 100 (remove_files) COMPLETE
51312026-02-23T16:41:58.087Z[ recovery-image] Feb 23 16:41:57.421 INFO O| Feb 23 16:41:57.421 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322026-02-23T16:41:58.112Z[ recovery-image] Feb 23 16:41:57.436 INFO O| Feb 23 16:41:57.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51332026-02-23T16:41:58.112Z[ recovery-image] Feb 23 16:41:57.437 INFO O| Feb 23 16:41:57.437 INFO STEP 101 (remove_files) COMPLETE
51342026-02-23T16:41:58.112Z[ recovery-image] Feb 23 16:41:57.437 INFO O| Feb 23 16:41:57.437 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352026-02-23T16:41:58.136Z[ recovery-image] Feb 23 16:41:57.460 INFO O| Feb 23 16:41:57.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51362026-02-23T16:41:58.136Z[ recovery-image] Feb 23 16:41:57.460 INFO O| Feb 23 16:41:57.460 INFO STEP 102 (remove_files) COMPLETE
51372026-02-23T16:41:58.136Z[ recovery-image] Feb 23 16:41:57.460 INFO O| Feb 23 16:41:57.460 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382026-02-23T16:41:58.162Z[ recovery-image] Feb 23 16:41:57.478 INFO O| Feb 23 16:41:57.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51392026-02-23T16:41:58.162Z[ recovery-image] Feb 23 16:41:57.478 INFO O| Feb 23 16:41:57.478 INFO STEP 103 (remove_files) COMPLETE
51402026-02-23T16:41:58.162Z[ recovery-image] Feb 23 16:41:57.478 INFO O| Feb 23 16:41:57.478 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412026-02-23T16:41:58.162Z[ recovery-image] Feb 23 16:41:57.492 INFO O| Feb 23 16:41:57.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51422026-02-23T16:41:58.162Z[ recovery-image] Feb 23 16:41:57.492 INFO O| Feb 23 16:41:57.492 INFO STEP 104 (remove_files) COMPLETE
51432026-02-23T16:41:58.162Z[ recovery-image] Feb 23 16:41:57.492 INFO O| Feb 23 16:41:57.492 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442026-02-23T16:41:58.187Z[ recovery-image] Feb 23 16:41:57.510 INFO O| Feb 23 16:41:57.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51452026-02-23T16:41:58.187Z[ recovery-image] Feb 23 16:41:57.511 INFO O| Feb 23 16:41:57.511 INFO STEP 105 (remove_files) COMPLETE
51462026-02-23T16:41:58.187Z[ recovery-image] Feb 23 16:41:57.511 INFO O| Feb 23 16:41:57.511 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472026-02-23T16:41:58.187Z[ recovery-image] Feb 23 16:41:57.527 INFO O| Feb 23 16:41:57.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51482026-02-23T16:41:58.187Z[ recovery-image] Feb 23 16:41:57.528 INFO O| Feb 23 16:41:57.528 INFO STEP 106 (remove_files) COMPLETE
51492026-02-23T16:41:58.187Z[ recovery-image] Feb 23 16:41:57.528 INFO O| Feb 23 16:41:57.528 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502026-02-23T16:41:58.212Z[ recovery-image] Feb 23 16:41:57.544 INFO O| Feb 23 16:41:57.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51512026-02-23T16:41:58.212Z[ recovery-image] Feb 23 16:41:57.544 INFO O| Feb 23 16:41:57.544 INFO STEP 107 (remove_files) COMPLETE
51522026-02-23T16:41:58.212Z[ recovery-image] Feb 23 16:41:57.544 INFO O| Feb 23 16:41:57.544 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532026-02-23T16:41:58.236Z[ recovery-image] Feb 23 16:41:57.560 INFO O| Feb 23 16:41:57.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51542026-02-23T16:41:58.237Z[ recovery-image] Feb 23 16:41:57.560 INFO O| Feb 23 16:41:57.560 INFO STEP 108 (remove_files) COMPLETE
51552026-02-23T16:41:58.237Z[ recovery-image] Feb 23 16:41:57.560 INFO O| Feb 23 16:41:57.560 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562026-02-23T16:41:58.237Z[ recovery-image] Feb 23 16:41:57.576 INFO O| Feb 23 16:41:57.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51572026-02-23T16:41:58.237Z[ recovery-image] Feb 23 16:41:57.576 INFO O| Feb 23 16:41:57.576 INFO STEP 109 (remove_files) COMPLETE
51582026-02-23T16:41:58.237Z[ recovery-image] Feb 23 16:41:57.576 INFO O| Feb 23 16:41:57.576 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592026-02-23T16:41:58.261Z[ recovery-image] Feb 23 16:41:57.589 INFO O| Feb 23 16:41:57.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51602026-02-23T16:41:58.261Z[ recovery-image] Feb 23 16:41:57.589 INFO O| Feb 23 16:41:57.589 INFO STEP 110 (remove_files) COMPLETE
51612026-02-23T16:41:58.262Z[ recovery-image] Feb 23 16:41:57.589 INFO O| Feb 23 16:41:57.589 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622026-02-23T16:41:58.262Z[ recovery-image] Feb 23 16:41:57.601 INFO O| Feb 23 16:41:57.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51632026-02-23T16:41:58.262Z[ recovery-image] Feb 23 16:41:57.602 INFO O| Feb 23 16:41:57.602 INFO STEP 111 (remove_files) COMPLETE
51642026-02-23T16:41:58.262Z[ recovery-image] Feb 23 16:41:57.602 INFO O| Feb 23 16:41:57.602 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652026-02-23T16:41:58.286Z[ recovery-image] Feb 23 16:41:57.615 INFO O| Feb 23 16:41:57.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51662026-02-23T16:41:58.286Z[ recovery-image] Feb 23 16:41:57.616 INFO O| Feb 23 16:41:57.616 INFO STEP 112 (remove_files) COMPLETE
51672026-02-23T16:41:58.286Z[ recovery-image] Feb 23 16:41:57.616 INFO O| Feb 23 16:41:57.616 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682026-02-23T16:41:58.311Z[ recovery-image] Feb 23 16:41:57.628 INFO O| Feb 23 16:41:57.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51692026-02-23T16:41:58.311Z[ recovery-image] Feb 23 16:41:57.628 INFO O| Feb 23 16:41:57.628 INFO STEP 113 (remove_files) COMPLETE
51702026-02-23T16:41:58.311Z[ recovery-image] Feb 23 16:41:57.628 INFO O| Feb 23 16:41:57.628 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712026-02-23T16:41:58.311Z[ recovery-image] Feb 23 16:41:57.641 INFO O| Feb 23 16:41:57.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51722026-02-23T16:41:58.311Z[ recovery-image] Feb 23 16:41:57.641 INFO O| Feb 23 16:41:57.641 INFO STEP 114 (remove_files) COMPLETE
51732026-02-23T16:41:58.311Z[ recovery-image] Feb 23 16:41:57.642 INFO O| Feb 23 16:41:57.641 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742026-02-23T16:41:58.336Z[ recovery-image] Feb 23 16:41:57.659 INFO O| Feb 23 16:41:57.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51752026-02-23T16:41:58.336Z[ recovery-image] Feb 23 16:41:57.660 INFO O| Feb 23 16:41:57.660 INFO STEP 115 (remove_files) COMPLETE
51762026-02-23T16:41:58.336Z[ recovery-image] Feb 23 16:41:57.660 INFO O| Feb 23 16:41:57.660 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772026-02-23T16:41:58.336Z[ recovery-image] Feb 23 16:41:57.675 INFO O| Feb 23 16:41:57.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51782026-02-23T16:41:58.336Z[ recovery-image] Feb 23 16:41:57.675 INFO O| Feb 23 16:41:57.675 INFO STEP 116 (remove_files) COMPLETE
51792026-02-23T16:41:58.336Z[ recovery-image] Feb 23 16:41:57.675 INFO O| Feb 23 16:41:57.675 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802026-02-23T16:41:58.360Z[ recovery-image] Feb 23 16:41:57.689 INFO O| Feb 23 16:41:57.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51812026-02-23T16:41:58.360Z[ recovery-image] Feb 23 16:41:57.689 INFO O| Feb 23 16:41:57.689 INFO STEP 117 (remove_files) COMPLETE
51822026-02-23T16:41:58.360Z[ recovery-image] Feb 23 16:41:57.689 INFO O| Feb 23 16:41:57.689 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832026-02-23T16:41:58.360Z[ recovery-image] Feb 23 16:41:57.701 INFO O| Feb 23 16:41:57.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51842026-02-23T16:41:58.360Z[ recovery-image] Feb 23 16:41:57.701 INFO O| Feb 23 16:41:57.701 INFO STEP 118 (remove_files) COMPLETE
51852026-02-23T16:41:58.360Z[ recovery-image] Feb 23 16:41:57.701 INFO O| Feb 23 16:41:57.701 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862026-02-23T16:41:58.385Z[ recovery-image] Feb 23 16:41:57.715 INFO O| Feb 23 16:41:57.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51872026-02-23T16:41:58.385Z[ recovery-image] Feb 23 16:41:57.715 INFO O| Feb 23 16:41:57.715 INFO STEP 119 (remove_files) COMPLETE
51882026-02-23T16:41:58.385Z[ recovery-image] Feb 23 16:41:57.715 INFO O| Feb 23 16:41:57.715 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892026-02-23T16:41:58.411Z[ recovery-image] Feb 23 16:41:57.731 INFO O| Feb 23 16:41:57.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51902026-02-23T16:41:58.411Z[ recovery-image] Feb 23 16:41:57.731 INFO O| Feb 23 16:41:57.731 INFO STEP 120 (remove_files) COMPLETE
51912026-02-23T16:41:58.411Z[ recovery-image] Feb 23 16:41:57.731 INFO O| Feb 23 16:41:57.731 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922026-02-23T16:41:58.411Z[ recovery-image] Feb 23 16:41:57.746 INFO O| Feb 23 16:41:57.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51932026-02-23T16:41:58.411Z[ recovery-image] Feb 23 16:41:57.746 INFO O| Feb 23 16:41:57.746 INFO STEP 121 (remove_files) COMPLETE
51942026-02-23T16:41:58.411Z[ recovery-image] Feb 23 16:41:57.746 INFO O| Feb 23 16:41:57.746 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952026-02-23T16:41:58.436Z[ recovery-image] Feb 23 16:41:57.761 INFO O| Feb 23 16:41:57.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51962026-02-23T16:41:58.436Z[ recovery-image] Feb 23 16:41:57.762 INFO O| Feb 23 16:41:57.761 INFO STEP 122 (remove_files) COMPLETE
51972026-02-23T16:41:58.436Z[ recovery-image] Feb 23 16:41:57.762 INFO O| Feb 23 16:41:57.761 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982026-02-23T16:41:58.460Z[ recovery-image] Feb 23 16:41:57.779 INFO O| Feb 23 16:41:57.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51992026-02-23T16:41:58.460Z[ recovery-image] Feb 23 16:41:57.779 INFO O| Feb 23 16:41:57.779 INFO STEP 123 (remove_files) COMPLETE
52002026-02-23T16:41:58.460Z[ recovery-image] Feb 23 16:41:57.779 INFO O| Feb 23 16:41:57.779 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012026-02-23T16:41:58.461Z[ recovery-image] Feb 23 16:41:57.794 INFO O| Feb 23 16:41:57.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52022026-02-23T16:41:58.461Z[ recovery-image] Feb 23 16:41:57.794 INFO O| Feb 23 16:41:57.794 INFO STEP 124 (remove_files) COMPLETE
52032026-02-23T16:41:58.461Z[ recovery-image] Feb 23 16:41:57.794 INFO O| Feb 23 16:41:57.794 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042026-02-23T16:41:58.486Z[ recovery-image] Feb 23 16:41:57.811 INFO O| Feb 23 16:41:57.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52052026-02-23T16:41:58.486Z[ recovery-image] Feb 23 16:41:57.811 INFO O| Feb 23 16:41:57.811 INFO STEP 125 (remove_files) COMPLETE
52062026-02-23T16:41:58.486Z[ recovery-image] Feb 23 16:41:57.811 INFO O| Feb 23 16:41:57.811 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072026-02-23T16:41:58.486Z[ recovery-image] Feb 23 16:41:57.826 INFO O| Feb 23 16:41:57.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52082026-02-23T16:41:58.486Z[ recovery-image] Feb 23 16:41:57.826 INFO O| Feb 23 16:41:57.826 INFO STEP 126 (remove_files) COMPLETE
52092026-02-23T16:41:58.486Z[ recovery-image] Feb 23 16:41:57.826 INFO O| Feb 23 16:41:57.826 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102026-02-23T16:41:58.511Z[ recovery-image] Feb 23 16:41:57.842 INFO O| Feb 23 16:41:57.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52112026-02-23T16:41:58.512Z[ recovery-image] Feb 23 16:41:57.842 INFO O| Feb 23 16:41:57.842 INFO STEP 127 (remove_files) COMPLETE
52122026-02-23T16:41:58.512Z[ recovery-image] Feb 23 16:41:57.843 INFO O| Feb 23 16:41:57.842 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132026-02-23T16:41:58.536Z[ recovery-image] Feb 23 16:41:57.861 INFO O| Feb 23 16:41:57.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52142026-02-23T16:41:58.536Z[ recovery-image] Feb 23 16:41:57.862 INFO O| Feb 23 16:41:57.862 INFO STEP 128 (remove_files) COMPLETE
52152026-02-23T16:41:58.536Z[ recovery-image] Feb 23 16:41:57.862 INFO O| Feb 23 16:41:57.862 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162026-02-23T16:41:58.561Z[ recovery-image] Feb 23 16:41:57.881 INFO O| Feb 23 16:41:57.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52172026-02-23T16:41:58.561Z[ recovery-image] Feb 23 16:41:57.881 INFO O| Feb 23 16:41:57.881 INFO STEP 129 (remove_files) COMPLETE
52182026-02-23T16:41:58.561Z[ recovery-image] Feb 23 16:41:57.881 INFO O| Feb 23 16:41:57.881 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192026-02-23T16:41:58.561Z[ recovery-image] Feb 23 16:41:57.897 INFO O| Feb 23 16:41:57.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52202026-02-23T16:41:58.561Z[ recovery-image] Feb 23 16:41:57.897 INFO O| Feb 23 16:41:57.897 INFO STEP 130 (remove_files) COMPLETE
52212026-02-23T16:41:58.561Z[ recovery-image] Feb 23 16:41:57.897 INFO O| Feb 23 16:41:57.897 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222026-02-23T16:41:58.586Z[ recovery-image] Feb 23 16:41:57.914 INFO O| Feb 23 16:41:57.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52232026-02-23T16:41:58.586Z[ recovery-image] Feb 23 16:41:57.914 INFO O| Feb 23 16:41:57.914 INFO STEP 131 (remove_files) COMPLETE
52242026-02-23T16:41:58.586Z[ recovery-image] Feb 23 16:41:57.914 INFO O| Feb 23 16:41:57.914 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252026-02-23T16:41:58.611Z[ recovery-image] Feb 23 16:41:57.928 INFO O| Feb 23 16:41:57.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52262026-02-23T16:41:58.611Z[ recovery-image] Feb 23 16:41:57.928 INFO O| Feb 23 16:41:57.928 INFO STEP 132 (remove_files) COMPLETE
52272026-02-23T16:41:58.611Z[ recovery-image] Feb 23 16:41:57.928 INFO O| Feb 23 16:41:57.928 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282026-02-23T16:41:58.611Z[ recovery-image] Feb 23 16:41:57.941 INFO O| Feb 23 16:41:57.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52292026-02-23T16:41:58.611Z[ recovery-image] Feb 23 16:41:57.942 INFO O| Feb 23 16:41:57.941 INFO STEP 133 (remove_files) COMPLETE
52302026-02-23T16:41:58.611Z[ recovery-image] Feb 23 16:41:57.942 INFO O| Feb 23 16:41:57.942 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312026-02-23T16:41:58.636Z[ recovery-image] Feb 23 16:41:57.956 INFO O| Feb 23 16:41:57.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52322026-02-23T16:41:58.636Z[ recovery-image] Feb 23 16:41:57.956 INFO O| Feb 23 16:41:57.956 INFO STEP 134 (remove_files) COMPLETE
52332026-02-23T16:41:58.636Z[ recovery-image] Feb 23 16:41:57.956 INFO O| Feb 23 16:41:57.956 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342026-02-23T16:41:58.636Z[ recovery-image] Feb 23 16:41:57.974 INFO O| Feb 23 16:41:57.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52352026-02-23T16:41:58.636Z[ recovery-image] Feb 23 16:41:57.974 INFO O| Feb 23 16:41:57.974 INFO STEP 135 (remove_files) COMPLETE
52362026-02-23T16:41:58.636Z[ recovery-image] Feb 23 16:41:57.974 INFO O| Feb 23 16:41:57.974 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372026-02-23T16:41:58.660Z[ recovery-image] Feb 23 16:41:57.988 INFO O| Feb 23 16:41:57.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52382026-02-23T16:41:58.660Z[ recovery-image] Feb 23 16:41:57.988 INFO O| Feb 23 16:41:57.988 INFO STEP 136 (remove_files) COMPLETE
52392026-02-23T16:41:58.660Z[ recovery-image] Feb 23 16:41:57.988 INFO O| Feb 23 16:41:57.988 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402026-02-23T16:41:58.686Z[ recovery-image] Feb 23 16:41:58.007 INFO O| Feb 23 16:41:58.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52412026-02-23T16:41:58.686Z[ recovery-image] Feb 23 16:41:58.007 INFO O| Feb 23 16:41:58.007 INFO STEP 137 (remove_files) COMPLETE
52422026-02-23T16:41:58.686Z[ recovery-image] Feb 23 16:41:58.007 INFO O| Feb 23 16:41:58.007 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432026-02-23T16:41:58.686Z[ recovery-image] Feb 23 16:41:58.020 INFO O| Feb 23 16:41:58.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52442026-02-23T16:41:58.686Z[ recovery-image] Feb 23 16:41:58.020 INFO O| Feb 23 16:41:58.020 INFO STEP 138 (remove_files) COMPLETE
52452026-02-23T16:41:58.686Z[ recovery-image] Feb 23 16:41:58.020 INFO O| Feb 23 16:41:58.020 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462026-02-23T16:41:58.711Z[ recovery-image] Feb 23 16:41:58.034 INFO O| Feb 23 16:41:58.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52472026-02-23T16:41:58.711Z[ recovery-image] Feb 23 16:41:58.034 INFO O| Feb 23 16:41:58.034 INFO STEP 139 (remove_files) COMPLETE
52482026-02-23T16:41:58.711Z[ recovery-image] Feb 23 16:41:58.034 INFO O| Feb 23 16:41:58.034 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492026-02-23T16:41:58.711Z[ recovery-image] Feb 23 16:41:58.047 INFO O| Feb 23 16:41:58.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52502026-02-23T16:41:58.711Z[ recovery-image] Feb 23 16:41:58.047 INFO O| Feb 23 16:41:58.047 INFO STEP 140 (remove_files) COMPLETE
52512026-02-23T16:41:58.711Z[ recovery-image] Feb 23 16:41:58.047 INFO O| Feb 23 16:41:58.047 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522026-02-23T16:41:58.735Z[ recovery-image] Feb 23 16:41:58.059 INFO O| Feb 23 16:41:58.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52532026-02-23T16:41:58.736Z[ recovery-image] Feb 23 16:41:58.059 INFO O| Feb 23 16:41:58.059 INFO STEP 141 (remove_files) COMPLETE
52542026-02-23T16:41:58.736Z[ recovery-image] Feb 23 16:41:58.059 INFO O| Feb 23 16:41:58.059 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552026-02-23T16:41:58.736Z[ recovery-image] Feb 23 16:41:58.071 INFO O| Feb 23 16:41:58.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52562026-02-23T16:41:58.736Z[ recovery-image] Feb 23 16:41:58.071 INFO O| Feb 23 16:41:58.071 INFO STEP 142 (remove_files) COMPLETE
52572026-02-23T16:41:58.736Z[ recovery-image] Feb 23 16:41:58.071 INFO O| Feb 23 16:41:58.071 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582026-02-23T16:41:58.761Z[ recovery-image] Feb 23 16:41:58.087 INFO O| Feb 23 16:41:58.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52592026-02-23T16:41:58.761Z[ recovery-image] Feb 23 16:41:58.088 INFO O| Feb 23 16:41:58.088 INFO STEP 143 (remove_files) COMPLETE
52602026-02-23T16:41:58.761Z[ recovery-image] Feb 23 16:41:58.088 INFO O| Feb 23 16:41:58.088 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612026-02-23T16:41:58.787Z[ recovery-image] Feb 23 16:41:58.106 INFO O| Feb 23 16:41:58.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52622026-02-23T16:41:58.787Z[ recovery-image] Feb 23 16:41:58.106 INFO O| Feb 23 16:41:58.106 INFO STEP 144 (remove_files) COMPLETE
52632026-02-23T16:41:58.787Z[ recovery-image] Feb 23 16:41:58.106 INFO O| Feb 23 16:41:58.106 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642026-02-23T16:41:58.787Z[ recovery-image] Feb 23 16:41:58.123 INFO O| Feb 23 16:41:58.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52652026-02-23T16:41:58.787Z[ recovery-image] Feb 23 16:41:58.123 INFO O| Feb 23 16:41:58.123 INFO STEP 145 (remove_files) COMPLETE
52662026-02-23T16:41:58.787Z[ recovery-image] Feb 23 16:41:58.123 INFO O| Feb 23 16:41:58.123 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672026-02-23T16:41:58.811Z[ recovery-image] Feb 23 16:41:58.141 INFO O| Feb 23 16:41:58.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52682026-02-23T16:41:58.811Z[ recovery-image] Feb 23 16:41:58.142 INFO O| Feb 23 16:41:58.141 INFO STEP 146 (remove_files) COMPLETE
52692026-02-23T16:41:58.811Z[ recovery-image] Feb 23 16:41:58.142 INFO O| Feb 23 16:41:58.141 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702026-02-23T16:41:58.836Z[ recovery-image] Feb 23 16:41:58.158 INFO O| Feb 23 16:41:58.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52712026-02-23T16:41:58.836Z[ recovery-image] Feb 23 16:41:58.158 INFO O| Feb 23 16:41:58.158 INFO STEP 147 (remove_files) COMPLETE
52722026-02-23T16:41:58.836Z[ recovery-image] Feb 23 16:41:58.158 INFO O| Feb 23 16:41:58.158 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732026-02-23T16:41:58.836Z[ recovery-image] Feb 23 16:41:58.175 INFO O| Feb 23 16:41:58.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52742026-02-23T16:41:58.836Z[ recovery-image] Feb 23 16:41:58.175 INFO O| Feb 23 16:41:58.175 INFO STEP 148 (remove_files) COMPLETE
52752026-02-23T16:41:58.836Z[ recovery-image] Feb 23 16:41:58.175 INFO O| Feb 23 16:41:58.175 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762026-02-23T16:41:58.861Z[ recovery-image] Feb 23 16:41:58.190 INFO O| Feb 23 16:41:58.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52772026-02-23T16:41:58.861Z[ recovery-image] Feb 23 16:41:58.190 INFO O| Feb 23 16:41:58.190 INFO STEP 149 (remove_files) COMPLETE
52782026-02-23T16:41:58.861Z[ recovery-image] Feb 23 16:41:58.190 INFO O| Feb 23 16:41:58.190 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792026-02-23T16:41:58.886Z[ recovery-image] Feb 23 16:41:58.205 INFO O| Feb 23 16:41:58.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52802026-02-23T16:41:58.886Z[ recovery-image] Feb 23 16:41:58.205 INFO O| Feb 23 16:41:58.205 INFO STEP 150 (remove_files) COMPLETE
52812026-02-23T16:41:58.886Z[ recovery-image] Feb 23 16:41:58.205 INFO O| Feb 23 16:41:58.205 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822026-02-23T16:41:58.886Z[ recovery-image] Feb 23 16:41:58.222 INFO O| Feb 23 16:41:58.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52832026-02-23T16:41:58.886Z[ recovery-image] Feb 23 16:41:58.222 INFO O| Feb 23 16:41:58.222 INFO STEP 151 (remove_files) COMPLETE
52842026-02-23T16:41:58.886Z[ recovery-image] Feb 23 16:41:58.222 INFO O| Feb 23 16:41:58.222 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852026-02-23T16:41:58.911Z[ recovery-image] Feb 23 16:41:58.236 INFO O| Feb 23 16:41:58.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52862026-02-23T16:41:58.911Z[ recovery-image] Feb 23 16:41:58.236 INFO O| Feb 23 16:41:58.236 INFO STEP 152 (remove_files) COMPLETE
52872026-02-23T16:41:58.911Z[ recovery-image] Feb 23 16:41:58.236 INFO O| Feb 23 16:41:58.236 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882026-02-23T16:41:58.911Z[ recovery-image] Feb 23 16:41:58.248 INFO O| Feb 23 16:41:58.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52892026-02-23T16:41:58.911Z[ recovery-image] Feb 23 16:41:58.248 INFO O| Feb 23 16:41:58.248 INFO STEP 153 (remove_files) COMPLETE
52902026-02-23T16:41:58.911Z[ recovery-image] Feb 23 16:41:58.248 INFO O| Feb 23 16:41:58.248 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912026-02-23T16:41:58.936Z[ recovery-image] Feb 23 16:41:58.260 INFO O| Feb 23 16:41:58.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52922026-02-23T16:41:58.936Z[ recovery-image] Feb 23 16:41:58.261 INFO O| Feb 23 16:41:58.261 INFO STEP 154 (remove_files) COMPLETE
52932026-02-23T16:41:58.936Z[ recovery-image] Feb 23 16:41:58.261 INFO O| Feb 23 16:41:58.261 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942026-02-23T16:41:58.936Z[ recovery-image] Feb 23 16:41:58.273 INFO O| Feb 23 16:41:58.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52952026-02-23T16:41:58.936Z[ recovery-image] Feb 23 16:41:58.273 INFO O| Feb 23 16:41:58.273 INFO STEP 155 (remove_files) COMPLETE
52962026-02-23T16:41:58.936Z[ recovery-image] Feb 23 16:41:58.273 INFO O| Feb 23 16:41:58.273 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972026-02-23T16:41:58.961Z[ recovery-image] Feb 23 16:41:58.285 INFO O| Feb 23 16:41:58.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52982026-02-23T16:41:58.961Z[ recovery-image] Feb 23 16:41:58.285 INFO O| Feb 23 16:41:58.285 INFO STEP 156 (remove_files) COMPLETE
52992026-02-23T16:41:58.961Z[ recovery-image] Feb 23 16:41:58.285 INFO O| Feb 23 16:41:58.285 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002026-02-23T16:41:58.961Z[ recovery-image] Feb 23 16:41:58.297 INFO O| Feb 23 16:41:58.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53012026-02-23T16:41:58.962Z[ recovery-image] Feb 23 16:41:58.297 INFO O| Feb 23 16:41:58.297 INFO STEP 157 (remove_files) COMPLETE
53022026-02-23T16:41:58.962Z[ recovery-image] Feb 23 16:41:58.297 INFO O| Feb 23 16:41:58.297 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032026-02-23T16:41:58.986Z[ recovery-image] Feb 23 16:41:58.310 INFO O| Feb 23 16:41:58.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53042026-02-23T16:41:58.986Z[ recovery-image] Feb 23 16:41:58.310 INFO O| Feb 23 16:41:58.310 INFO STEP 158 (remove_files) COMPLETE
53052026-02-23T16:41:58.986Z[ recovery-image] Feb 23 16:41:58.310 INFO O| Feb 23 16:41:58.310 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062026-02-23T16:41:58.986Z[ recovery-image] Feb 23 16:41:58.323 INFO O| Feb 23 16:41:58.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53072026-02-23T16:41:58.986Z[ recovery-image] Feb 23 16:41:58.323 INFO O| Feb 23 16:41:58.323 INFO STEP 159 (remove_files) COMPLETE
53082026-02-23T16:41:58.986Z[ recovery-image] Feb 23 16:41:58.323 INFO O| Feb 23 16:41:58.323 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092026-02-23T16:41:59.011Z[ recovery-image] Feb 23 16:41:58.335 INFO O| Feb 23 16:41:58.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53102026-02-23T16:41:59.011Z[ recovery-image] Feb 23 16:41:58.336 INFO O| Feb 23 16:41:58.336 INFO STEP 160 (remove_files) COMPLETE
53112026-02-23T16:41:59.011Z[ recovery-image] Feb 23 16:41:58.336 INFO O| Feb 23 16:41:58.336 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122026-02-23T16:41:59.011Z[ recovery-image] Feb 23 16:41:58.348 INFO O| Feb 23 16:41:58.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53132026-02-23T16:41:59.011Z[ recovery-image] Feb 23 16:41:58.348 INFO O| Feb 23 16:41:58.348 INFO STEP 161 (remove_files) COMPLETE
53142026-02-23T16:41:59.011Z[ recovery-image] Feb 23 16:41:58.348 INFO O| Feb 23 16:41:58.348 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152026-02-23T16:41:59.036Z[ recovery-image] Feb 23 16:41:58.360 INFO O| Feb 23 16:41:58.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53162026-02-23T16:41:59.036Z[ recovery-image] Feb 23 16:41:58.360 INFO O| Feb 23 16:41:58.360 INFO STEP 162 (remove_files) COMPLETE
53172026-02-23T16:41:59.036Z[ recovery-image] Feb 23 16:41:58.360 INFO O| Feb 23 16:41:58.360 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182026-02-23T16:41:59.036Z[ recovery-image] Feb 23 16:41:58.373 INFO O| Feb 23 16:41:58.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53192026-02-23T16:41:59.036Z[ recovery-image] Feb 23 16:41:58.373 INFO O| Feb 23 16:41:58.373 INFO STEP 163 (remove_files) COMPLETE
53202026-02-23T16:41:59.036Z[ recovery-image] Feb 23 16:41:58.373 INFO O| Feb 23 16:41:58.373 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212026-02-23T16:41:59.061Z[ recovery-image] Feb 23 16:41:58.386 INFO O| Feb 23 16:41:58.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53222026-02-23T16:41:59.061Z[ recovery-image] Feb 23 16:41:58.386 INFO O| Feb 23 16:41:58.386 INFO STEP 164 (remove_files) COMPLETE
53232026-02-23T16:41:59.061Z[ recovery-image] Feb 23 16:41:58.386 INFO O| Feb 23 16:41:58.386 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242026-02-23T16:41:59.061Z[ recovery-image] Feb 23 16:41:58.398 INFO O| Feb 23 16:41:58.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53252026-02-23T16:41:59.061Z[ recovery-image] Feb 23 16:41:58.398 INFO O| Feb 23 16:41:58.398 INFO STEP 165 (remove_files) COMPLETE
53262026-02-23T16:41:59.061Z[ recovery-image] Feb 23 16:41:58.398 INFO O| Feb 23 16:41:58.398 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272026-02-23T16:41:59.086Z[ recovery-image] Feb 23 16:41:58.410 INFO O| Feb 23 16:41:58.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53282026-02-23T16:41:59.086Z[ recovery-image] Feb 23 16:41:58.410 INFO O| Feb 23 16:41:58.410 INFO STEP 166 (remove_files) COMPLETE
53292026-02-23T16:41:59.086Z[ recovery-image] Feb 23 16:41:58.410 INFO O| Feb 23 16:41:58.410 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302026-02-23T16:41:59.086Z[ recovery-image] Feb 23 16:41:58.424 INFO O| Feb 23 16:41:58.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53312026-02-23T16:41:59.087Z[ recovery-image] Feb 23 16:41:58.424 INFO O| Feb 23 16:41:58.424 INFO STEP 167 (remove_files) COMPLETE
53322026-02-23T16:41:59.087Z[ recovery-image] Feb 23 16:41:58.424 INFO O| Feb 23 16:41:58.424 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332026-02-23T16:41:59.111Z[ recovery-image] Feb 23 16:41:58.438 INFO O| Feb 23 16:41:58.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53342026-02-23T16:41:59.111Z[ recovery-image] Feb 23 16:41:58.438 INFO O| Feb 23 16:41:58.438 INFO STEP 168 (remove_files) COMPLETE
53352026-02-23T16:41:59.111Z[ recovery-image] Feb 23 16:41:58.438 INFO O| Feb 23 16:41:58.438 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362026-02-23T16:41:59.111Z[ recovery-image] Feb 23 16:41:58.451 INFO O| Feb 23 16:41:58.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53372026-02-23T16:41:59.111Z[ recovery-image] Feb 23 16:41:58.451 INFO O| Feb 23 16:41:58.451 INFO STEP 169 (remove_files) COMPLETE
53382026-02-23T16:41:59.111Z[ recovery-image] Feb 23 16:41:58.451 INFO O| Feb 23 16:41:58.451 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392026-02-23T16:41:59.136Z[ recovery-image] Feb 23 16:41:58.464 INFO O| Feb 23 16:41:58.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53402026-02-23T16:41:59.136Z[ recovery-image] Feb 23 16:41:58.464 INFO O| Feb 23 16:41:58.464 INFO STEP 170 (remove_files) COMPLETE
53412026-02-23T16:41:59.136Z[ recovery-image] Feb 23 16:41:58.464 INFO O| Feb 23 16:41:58.464 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422026-02-23T16:41:59.160Z[ recovery-image] Feb 23 16:41:58.477 INFO O| Feb 23 16:41:58.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53432026-02-23T16:41:59.160Z[ recovery-image] Feb 23 16:41:58.477 INFO O| Feb 23 16:41:58.477 INFO STEP 171 (remove_files) COMPLETE
53442026-02-23T16:41:59.160Z[ recovery-image] Feb 23 16:41:58.477 INFO O| Feb 23 16:41:58.477 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452026-02-23T16:41:59.186Z[ recovery-image] Feb 23 16:41:58.489 INFO O| Feb 23 16:41:58.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53462026-02-23T16:41:59.186Z[ recovery-image] Feb 23 16:41:58.490 INFO O| Feb 23 16:41:58.490 INFO STEP 172 (remove_files) COMPLETE
53472026-02-23T16:41:59.186Z[ recovery-image] Feb 23 16:41:58.490 INFO O| Feb 23 16:41:58.490 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482026-02-23T16:41:59.186Z[ recovery-image] Feb 23 16:41:58.502 INFO O| Feb 23 16:41:58.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53492026-02-23T16:41:59.186Z[ recovery-image] Feb 23 16:41:58.502 INFO O| Feb 23 16:41:58.502 INFO STEP 173 (remove_files) COMPLETE
53502026-02-23T16:41:59.186Z[ recovery-image] Feb 23 16:41:58.502 INFO O| Feb 23 16:41:58.502 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512026-02-23T16:41:59.186Z[ recovery-image] Feb 23 16:41:58.514 INFO O| Feb 23 16:41:58.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53522026-02-23T16:41:59.186Z[ recovery-image] Feb 23 16:41:58.514 INFO O| Feb 23 16:41:58.514 INFO STEP 174 (remove_files) COMPLETE
53532026-02-23T16:41:59.186Z[ recovery-image] Feb 23 16:41:58.514 INFO O| Feb 23 16:41:58.514 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542026-02-23T16:41:59.186Z[ recovery-image] Feb 23 16:41:58.526 INFO O| Feb 23 16:41:58.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53552026-02-23T16:41:59.186Z[ recovery-image] Feb 23 16:41:58.526 INFO O| Feb 23 16:41:58.526 INFO STEP 175 (remove_files) COMPLETE
53562026-02-23T16:41:59.186Z[ recovery-image] Feb 23 16:41:58.526 INFO O| Feb 23 16:41:58.526 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572026-02-23T16:41:59.211Z[ recovery-image] Feb 23 16:41:58.538 INFO O| Feb 23 16:41:58.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53582026-02-23T16:41:59.211Z[ recovery-image] Feb 23 16:41:58.538 INFO O| Feb 23 16:41:58.538 INFO STEP 176 (remove_files) COMPLETE
53592026-02-23T16:41:59.211Z[ recovery-image] Feb 23 16:41:58.538 INFO O| Feb 23 16:41:58.538 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602026-02-23T16:41:59.211Z[ recovery-image] Feb 23 16:41:58.551 INFO O| Feb 23 16:41:58.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53612026-02-23T16:41:59.211Z[ recovery-image] Feb 23 16:41:58.551 INFO O| Feb 23 16:41:58.551 INFO STEP 177 (remove_files) COMPLETE
53622026-02-23T16:41:59.212Z[ recovery-image] Feb 23 16:41:58.551 INFO O| Feb 23 16:41:58.551 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632026-02-23T16:41:59.289Z[ recovery-image] Feb 23 16:41:58.567 INFO O| Feb 23 16:41:58.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53642026-02-23T16:41:59.289Z[ recovery-image] Feb 23 16:41:58.567 INFO O| Feb 23 16:41:58.567 INFO STEP 178 (remove_files) COMPLETE
53652026-02-23T16:41:59.289Z[ recovery-image] Feb 23 16:41:58.567 INFO O| Feb 23 16:41:58.567 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662026-02-23T16:41:59.289Z[ recovery-image] Feb 23 16:41:58.583 INFO O| Feb 23 16:41:58.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53672026-02-23T16:41:59.289Z[ recovery-image] Feb 23 16:41:58.584 INFO O| Feb 23 16:41:58.584 INFO STEP 179 (remove_files) COMPLETE
53682026-02-23T16:41:59.289Z[ recovery-image] Feb 23 16:41:58.584 INFO O| Feb 23 16:41:58.584 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692026-02-23T16:41:59.289Z[ recovery-image] Feb 23 16:41:58.598 INFO O| Feb 23 16:41:58.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53702026-02-23T16:41:59.289Z[ recovery-image] Feb 23 16:41:58.598 INFO O| Feb 23 16:41:58.598 INFO STEP 180 (remove_files) COMPLETE
53712026-02-23T16:41:59.289Z[ recovery-image] Feb 23 16:41:58.598 INFO O| Feb 23 16:41:58.598 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722026-02-23T16:41:59.289Z[ recovery-image] Feb 23 16:41:58.616 INFO O| Feb 23 16:41:58.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53732026-02-23T16:41:59.289Z[ recovery-image] Feb 23 16:41:58.616 INFO O| Feb 23 16:41:58.616 INFO STEP 181 (remove_files) COMPLETE
53742026-02-23T16:41:59.289Z[ recovery-image] Feb 23 16:41:58.616 INFO O| Feb 23 16:41:58.616 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752026-02-23T16:41:59.314Z[ recovery-image] Feb 23 16:41:58.633 INFO O| Feb 23 16:41:58.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53762026-02-23T16:41:59.314Z[ recovery-image] Feb 23 16:41:58.633 INFO O| Feb 23 16:41:58.633 INFO STEP 182 (remove_files) COMPLETE
53772026-02-23T16:41:59.315Z[ recovery-image] Feb 23 16:41:58.633 INFO O| Feb 23 16:41:58.633 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782026-02-23T16:41:59.315Z[ recovery-image] Feb 23 16:41:58.649 INFO O| Feb 23 16:41:58.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53792026-02-23T16:41:59.315Z[ recovery-image] Feb 23 16:41:58.649 INFO O| Feb 23 16:41:58.649 INFO STEP 183 (remove_files) COMPLETE
53802026-02-23T16:41:59.315Z[ recovery-image] Feb 23 16:41:58.649 INFO O| Feb 23 16:41:58.649 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812026-02-23T16:41:59.339Z[ recovery-image] Feb 23 16:41:58.667 INFO O| Feb 23 16:41:58.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53822026-02-23T16:41:59.339Z[ recovery-image] Feb 23 16:41:58.667 INFO O| Feb 23 16:41:58.667 INFO STEP 184 (remove_files) COMPLETE
53832026-02-23T16:41:59.339Z[ recovery-image] Feb 23 16:41:58.667 INFO O| Feb 23 16:41:58.667 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842026-02-23T16:41:59.366Z[ recovery-image] Feb 23 16:41:58.682 INFO O| Feb 23 16:41:58.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53852026-02-23T16:41:59.366Z[ recovery-image] Feb 23 16:41:58.682 INFO O| Feb 23 16:41:58.682 INFO STEP 185 (remove_files) COMPLETE
53862026-02-23T16:41:59.366Z[ recovery-image] Feb 23 16:41:58.682 INFO O| Feb 23 16:41:58.682 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872026-02-23T16:41:59.366Z[ recovery-image] Feb 23 16:41:58.699 INFO O| Feb 23 16:41:58.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53882026-02-23T16:41:59.366Z[ recovery-image] Feb 23 16:41:58.699 INFO O| Feb 23 16:41:58.699 INFO STEP 186 (remove_files) COMPLETE
53892026-02-23T16:41:59.366Z[ recovery-image] Feb 23 16:41:58.699 INFO O| Feb 23 16:41:58.699 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902026-02-23T16:41:59.391Z[ recovery-image] Feb 23 16:41:58.717 INFO O| Feb 23 16:41:58.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53912026-02-23T16:41:59.391Z[ recovery-image] Feb 23 16:41:58.718 INFO O| Feb 23 16:41:58.717 INFO STEP 187 (remove_files) COMPLETE
53922026-02-23T16:41:59.391Z[ recovery-image] Feb 23 16:41:58.718 INFO O| Feb 23 16:41:58.718 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932026-02-23T16:41:59.416Z[ recovery-image] Feb 23 16:41:58.735 INFO O| Feb 23 16:41:58.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53942026-02-23T16:41:59.416Z[ recovery-image] Feb 23 16:41:58.735 INFO O| Feb 23 16:41:58.735 INFO STEP 188 (remove_files) COMPLETE
53952026-02-23T16:41:59.416Z[ recovery-image] Feb 23 16:41:58.735 INFO O| Feb 23 16:41:58.735 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962026-02-23T16:41:59.416Z[ recovery-image] Feb 23 16:41:58.753 INFO O| Feb 23 16:41:58.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53972026-02-23T16:41:59.416Z[ recovery-image] Feb 23 16:41:58.753 INFO O| Feb 23 16:41:58.753 INFO STEP 189 (remove_files) COMPLETE
53982026-02-23T16:41:59.416Z[ recovery-image] Feb 23 16:41:58.753 INFO O| Feb 23 16:41:58.753 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992026-02-23T16:41:59.441Z[ recovery-image] Feb 23 16:41:58.768 INFO O| Feb 23 16:41:58.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54002026-02-23T16:41:59.441Z[ recovery-image] Feb 23 16:41:58.768 INFO O| Feb 23 16:41:58.768 INFO STEP 190 (remove_files) COMPLETE
54012026-02-23T16:41:59.441Z[ recovery-image] Feb 23 16:41:58.768 INFO O| Feb 23 16:41:58.768 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022026-02-23T16:41:59.441Z[ recovery-image] Feb 23 16:41:58.781 INFO O| Feb 23 16:41:58.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54032026-02-23T16:41:59.441Z[ recovery-image] Feb 23 16:41:58.782 INFO O| Feb 23 16:41:58.782 INFO STEP 191 (remove_files) COMPLETE
54042026-02-23T16:41:59.442Z[ recovery-image] Feb 23 16:41:58.782 INFO O| Feb 23 16:41:58.782 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052026-02-23T16:41:59.468Z[ recovery-image] Feb 23 16:41:58.795 INFO O| Feb 23 16:41:58.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54062026-02-23T16:41:59.468Z[ recovery-image] Feb 23 16:41:58.795 INFO O| Feb 23 16:41:58.795 INFO STEP 192 (remove_files) COMPLETE
54072026-02-23T16:41:59.468Z[ recovery-image] Feb 23 16:41:58.795 INFO O| Feb 23 16:41:58.795 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082026-02-23T16:41:59.468Z[ recovery-image] Feb 23 16:41:58.807 INFO O| Feb 23 16:41:58.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54092026-02-23T16:41:59.468Z[ recovery-image] Feb 23 16:41:58.807 INFO O| Feb 23 16:41:58.807 INFO STEP 193 (remove_files) COMPLETE
54102026-02-23T16:41:59.468Z[ recovery-image] Feb 23 16:41:58.807 INFO O| Feb 23 16:41:58.807 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112026-02-23T16:41:59.493Z[ recovery-image] Feb 23 16:41:58.824 INFO O| Feb 23 16:41:58.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54122026-02-23T16:41:59.493Z[ recovery-image] Feb 23 16:41:58.824 INFO O| Feb 23 16:41:58.824 INFO STEP 194 (remove_files) COMPLETE
54132026-02-23T16:41:59.493Z[ recovery-image] Feb 23 16:41:58.824 INFO O| Feb 23 16:41:58.824 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142026-02-23T16:41:59.517Z[ recovery-image] Feb 23 16:41:58.839 INFO O| Feb 23 16:41:58.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54152026-02-23T16:41:59.517Z[ recovery-image] Feb 23 16:41:58.840 INFO O| Feb 23 16:41:58.840 INFO STEP 195 (remove_files) COMPLETE
54162026-02-23T16:41:59.517Z[ recovery-image] Feb 23 16:41:58.840 INFO O| Feb 23 16:41:58.840 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172026-02-23T16:41:59.517Z[ recovery-image] Feb 23 16:41:58.854 INFO O| Feb 23 16:41:58.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54182026-02-23T16:41:59.517Z[ recovery-image] Feb 23 16:41:58.854 INFO O| Feb 23 16:41:58.854 INFO STEP 196 (remove_files) COMPLETE
54192026-02-23T16:41:59.517Z[ recovery-image] Feb 23 16:41:58.854 INFO O| Feb 23 16:41:58.854 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202026-02-23T16:41:59.543Z[ recovery-image] Feb 23 16:41:58.868 INFO O| Feb 23 16:41:58.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54212026-02-23T16:41:59.543Z[ recovery-image] Feb 23 16:41:58.868 INFO O| Feb 23 16:41:58.868 INFO STEP 197 (remove_files) COMPLETE
54222026-02-23T16:41:59.543Z[ recovery-image] Feb 23 16:41:58.868 INFO O| Feb 23 16:41:58.868 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232026-02-23T16:41:59.543Z[ recovery-image] Feb 23 16:41:58.880 INFO O| Feb 23 16:41:58.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54242026-02-23T16:41:59.543Z[ recovery-image] Feb 23 16:41:58.881 INFO O| Feb 23 16:41:58.880 INFO STEP 198 (remove_files) COMPLETE
54252026-02-23T16:41:59.543Z[ recovery-image] Feb 23 16:41:58.881 INFO O| Feb 23 16:41:58.880 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262026-02-23T16:41:59.567Z[ recovery-image] Feb 23 16:41:58.893 INFO O| Feb 23 16:41:58.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54272026-02-23T16:41:59.568Z[ recovery-image] Feb 23 16:41:58.893 INFO O| Feb 23 16:41:58.893 INFO STEP 199 (remove_files) COMPLETE
54282026-02-23T16:41:59.568Z[ recovery-image] Feb 23 16:41:58.893 INFO O| Feb 23 16:41:58.893 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292026-02-23T16:41:59.568Z[ recovery-image] Feb 23 16:41:58.906 INFO O| Feb 23 16:41:58.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54302026-02-23T16:41:59.568Z[ recovery-image] Feb 23 16:41:58.906 INFO O| Feb 23 16:41:58.906 INFO STEP 200 (remove_files) COMPLETE
54312026-02-23T16:41:59.568Z[ recovery-image] Feb 23 16:41:58.906 INFO O| Feb 23 16:41:58.906 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322026-02-23T16:41:59.592Z[ recovery-image] Feb 23 16:41:58.918 INFO O| Feb 23 16:41:58.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54332026-02-23T16:41:59.592Z[ recovery-image] Feb 23 16:41:58.918 INFO O| Feb 23 16:41:58.918 INFO STEP 201 (remove_files) COMPLETE
54342026-02-23T16:41:59.592Z[ recovery-image] Feb 23 16:41:58.919 INFO O| Feb 23 16:41:58.918 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352026-02-23T16:41:59.618Z[ recovery-image] Feb 23 16:41:58.934 INFO O| Feb 23 16:41:58.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54362026-02-23T16:41:59.618Z[ recovery-image] Feb 23 16:41:58.934 INFO O| Feb 23 16:41:58.934 INFO STEP 202 (remove_files) COMPLETE
54372026-02-23T16:41:59.618Z[ recovery-image] Feb 23 16:41:58.934 INFO O| Feb 23 16:41:58.934 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382026-02-23T16:41:59.618Z[ recovery-image] Feb 23 16:41:58.949 INFO O| Feb 23 16:41:58.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54392026-02-23T16:41:59.618Z[ recovery-image] Feb 23 16:41:58.949 INFO O| Feb 23 16:41:58.949 INFO STEP 203 (remove_files) COMPLETE
54402026-02-23T16:41:59.618Z[ recovery-image] Feb 23 16:41:58.949 INFO O| Feb 23 16:41:58.949 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412026-02-23T16:41:59.643Z[ recovery-image] Feb 23 16:41:58.963 INFO O| Feb 23 16:41:58.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54422026-02-23T16:41:59.643Z[ recovery-image] Feb 23 16:41:58.963 INFO O| Feb 23 16:41:58.963 INFO STEP 204 (remove_files) COMPLETE
54432026-02-23T16:41:59.643Z[ recovery-image] Feb 23 16:41:58.963 INFO O| Feb 23 16:41:58.963 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442026-02-23T16:41:59.643Z[ recovery-image] Feb 23 16:41:58.978 INFO O| Feb 23 16:41:58.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54452026-02-23T16:41:59.643Z[ recovery-image] Feb 23 16:41:58.979 INFO O| Feb 23 16:41:58.978 INFO STEP 205 (remove_files) COMPLETE
54462026-02-23T16:41:59.643Z[ recovery-image] Feb 23 16:41:58.979 INFO O| Feb 23 16:41:58.979 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472026-02-23T16:41:59.667Z[ recovery-image] Feb 23 16:41:58.992 INFO O| Feb 23 16:41:58.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54482026-02-23T16:41:59.667Z[ recovery-image] Feb 23 16:41:58.992 INFO O| Feb 23 16:41:58.992 INFO STEP 206 (remove_files) COMPLETE
54492026-02-23T16:41:59.667Z[ recovery-image] Feb 23 16:41:58.992 INFO O| Feb 23 16:41:58.992 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502026-02-23T16:41:59.667Z[ recovery-image] Feb 23 16:41:59.006 INFO O| Feb 23 16:41:59.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54512026-02-23T16:41:59.667Z[ recovery-image] Feb 23 16:41:59.007 INFO O| Feb 23 16:41:59.007 INFO STEP 207 (remove_files) COMPLETE
54522026-02-23T16:41:59.667Z[ recovery-image] Feb 23 16:41:59.007 INFO O| Feb 23 16:41:59.007 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532026-02-23T16:41:59.692Z[ recovery-image] Feb 23 16:41:59.020 INFO O| Feb 23 16:41:59.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54542026-02-23T16:41:59.692Z[ recovery-image] Feb 23 16:41:59.020 INFO O| Feb 23 16:41:59.020 INFO STEP 208 (remove_files) COMPLETE
54552026-02-23T16:41:59.692Z[ recovery-image] Feb 23 16:41:59.020 INFO O| Feb 23 16:41:59.020 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562026-02-23T16:41:59.693Z[ recovery-image] Feb 23 16:41:59.032 INFO O| Feb 23 16:41:59.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54572026-02-23T16:41:59.693Z[ recovery-image] Feb 23 16:41:59.032 INFO O| Feb 23 16:41:59.032 INFO STEP 209 (remove_files) COMPLETE
54582026-02-23T16:41:59.693Z[ recovery-image] Feb 23 16:41:59.032 INFO O| Feb 23 16:41:59.032 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592026-02-23T16:41:59.717Z[ recovery-image] Feb 23 16:41:59.044 INFO O| Feb 23 16:41:59.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54602026-02-23T16:41:59.717Z[ recovery-image] Feb 23 16:41:59.044 INFO O| Feb 23 16:41:59.044 INFO STEP 210 (remove_files) COMPLETE
54612026-02-23T16:41:59.717Z[ recovery-image] Feb 23 16:41:59.044 INFO O| Feb 23 16:41:59.044 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622026-02-23T16:41:59.717Z[ recovery-image] Feb 23 16:41:59.056 INFO O| Feb 23 16:41:59.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54632026-02-23T16:41:59.717Z[ recovery-image] Feb 23 16:41:59.056 INFO O| Feb 23 16:41:59.056 INFO STEP 211 (remove_files) COMPLETE
54642026-02-23T16:41:59.717Z[ recovery-image] Feb 23 16:41:59.056 INFO O| Feb 23 16:41:59.056 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652026-02-23T16:41:59.742Z[ recovery-image] Feb 23 16:41:59.068 INFO O| Feb 23 16:41:59.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54662026-02-23T16:41:59.742Z[ recovery-image] Feb 23 16:41:59.068 INFO O| Feb 23 16:41:59.068 INFO STEP 212 (remove_files) COMPLETE
54672026-02-23T16:41:59.742Z[ recovery-image] Feb 23 16:41:59.068 INFO O| Feb 23 16:41:59.068 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682026-02-23T16:41:59.742Z[ recovery-image] Feb 23 16:41:59.083 INFO O| Feb 23 16:41:59.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54692026-02-23T16:41:59.742Z[ recovery-image] Feb 23 16:41:59.083 INFO O| Feb 23 16:41:59.083 INFO STEP 213 (remove_files) COMPLETE
54702026-02-23T16:41:59.742Z[ recovery-image] Feb 23 16:41:59.083 INFO O| Feb 23 16:41:59.083 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712026-02-23T16:41:59.767Z[ recovery-image] Feb 23 16:41:59.099 INFO O| Feb 23 16:41:59.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54722026-02-23T16:41:59.767Z[ recovery-image] Feb 23 16:41:59.099 INFO O| Feb 23 16:41:59.099 INFO STEP 214 (remove_files) COMPLETE
54732026-02-23T16:41:59.767Z[ recovery-image] Feb 23 16:41:59.099 INFO O| Feb 23 16:41:59.099 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742026-02-23T16:41:59.791Z[ recovery-image] Feb 23 16:41:59.115 INFO O| Feb 23 16:41:59.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54752026-02-23T16:41:59.791Z[ recovery-image] Feb 23 16:41:59.115 INFO O| Feb 23 16:41:59.115 INFO STEP 215 (remove_files) COMPLETE
54762026-02-23T16:41:59.791Z[ recovery-image] Feb 23 16:41:59.115 INFO O| Feb 23 16:41:59.115 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772026-02-23T16:41:59.791Z[ recovery-image] Feb 23 16:41:59.130 INFO O| Feb 23 16:41:59.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54782026-02-23T16:41:59.791Z[ recovery-image] Feb 23 16:41:59.130 INFO O| Feb 23 16:41:59.130 INFO STEP 216 (remove_files) COMPLETE
54792026-02-23T16:41:59.791Z[ recovery-image] Feb 23 16:41:59.130 INFO O| Feb 23 16:41:59.130 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802026-02-23T16:41:59.816Z[ recovery-image] Feb 23 16:41:59.146 INFO O| Feb 23 16:41:59.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54812026-02-23T16:41:59.816Z[ recovery-image] Feb 23 16:41:59.146 INFO O| Feb 23 16:41:59.146 INFO STEP 217 (remove_files) COMPLETE
54822026-02-23T16:41:59.816Z[ recovery-image] Feb 23 16:41:59.146 INFO O| Feb 23 16:41:59.146 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832026-02-23T16:41:59.841Z[ recovery-image] Feb 23 16:41:59.162 INFO O| Feb 23 16:41:59.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54842026-02-23T16:41:59.841Z[ recovery-image] Feb 23 16:41:59.162 INFO O| Feb 23 16:41:59.162 INFO STEP 218 (remove_files) COMPLETE
54852026-02-23T16:41:59.841Z[ recovery-image] Feb 23 16:41:59.162 INFO O| Feb 23 16:41:59.162 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862026-02-23T16:41:59.841Z[ recovery-image] Feb 23 16:41:59.178 INFO O| Feb 23 16:41:59.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54872026-02-23T16:41:59.841Z[ recovery-image] Feb 23 16:41:59.178 INFO O| Feb 23 16:41:59.178 INFO STEP 219 (remove_files) COMPLETE
54882026-02-23T16:41:59.841Z[ recovery-image] Feb 23 16:41:59.178 INFO O| Feb 23 16:41:59.178 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892026-02-23T16:41:59.865Z[ recovery-image] Feb 23 16:41:59.194 INFO O| Feb 23 16:41:59.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54902026-02-23T16:41:59.865Z[ recovery-image] Feb 23 16:41:59.195 INFO O| Feb 23 16:41:59.194 INFO STEP 220 (remove_files) COMPLETE
54912026-02-23T16:41:59.865Z[ recovery-image] Feb 23 16:41:59.195 INFO O| Feb 23 16:41:59.195 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922026-02-23T16:41:59.890Z[ recovery-image] Feb 23 16:41:59.209 INFO O| Feb 23 16:41:59.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54932026-02-23T16:41:59.890Z[ recovery-image] Feb 23 16:41:59.209 INFO O| Feb 23 16:41:59.209 INFO STEP 221 (remove_files) COMPLETE
54942026-02-23T16:41:59.890Z[ recovery-image] Feb 23 16:41:59.209 INFO O| Feb 23 16:41:59.209 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952026-02-23T16:41:59.890Z[ recovery-image] Feb 23 16:41:59.227 INFO O| Feb 23 16:41:59.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54962026-02-23T16:41:59.890Z[ recovery-image] Feb 23 16:41:59.227 INFO O| Feb 23 16:41:59.227 INFO STEP 222 (remove_files) COMPLETE
54972026-02-23T16:41:59.890Z[ recovery-image] Feb 23 16:41:59.227 INFO O| Feb 23 16:41:59.227 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982026-02-23T16:41:59.915Z[ recovery-image] Feb 23 16:41:59.242 INFO O| Feb 23 16:41:59.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54992026-02-23T16:41:59.915Z[ recovery-image] Feb 23 16:41:59.242 INFO O| Feb 23 16:41:59.242 INFO STEP 223 (remove_files) COMPLETE
55002026-02-23T16:41:59.915Z[ recovery-image] Feb 23 16:41:59.242 INFO O| Feb 23 16:41:59.242 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012026-02-23T16:41:59.915Z[ recovery-image] Feb 23 16:41:59.256 INFO O| Feb 23 16:41:59.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55022026-02-23T16:41:59.915Z[ recovery-image] Feb 23 16:41:59.256 INFO O| Feb 23 16:41:59.256 INFO STEP 224 (remove_files) COMPLETE
55032026-02-23T16:41:59.915Z[ recovery-image] Feb 23 16:41:59.256 INFO O| Feb 23 16:41:59.256 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042026-02-23T16:41:59.940Z[ recovery-image] Feb 23 16:41:59.271 INFO O| Feb 23 16:41:59.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55052026-02-23T16:41:59.940Z[ recovery-image] Feb 23 16:41:59.272 INFO O| Feb 23 16:41:59.271 INFO STEP 225 (remove_files) COMPLETE
55062026-02-23T16:41:59.940Z[ recovery-image] Feb 23 16:41:59.272 INFO O| Feb 23 16:41:59.272 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072026-02-23T16:41:59.964Z[ recovery-image] Feb 23 16:41:59.287 INFO O| Feb 23 16:41:59.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55082026-02-23T16:41:59.965Z[ recovery-image] Feb 23 16:41:59.287 INFO O| Feb 23 16:41:59.287 INFO STEP 226 (remove_files) COMPLETE
55092026-02-23T16:41:59.965Z[ recovery-image] Feb 23 16:41:59.287 INFO O| Feb 23 16:41:59.287 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102026-02-23T16:41:59.965Z[ recovery-image] Feb 23 16:41:59.303 INFO O| Feb 23 16:41:59.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55112026-02-23T16:41:59.965Z[ recovery-image] Feb 23 16:41:59.304 INFO O| Feb 23 16:41:59.303 INFO STEP 227 (remove_files) COMPLETE
55122026-02-23T16:41:59.965Z[ recovery-image] Feb 23 16:41:59.304 INFO O| Feb 23 16:41:59.304 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132026-02-23T16:41:59.989Z[ recovery-image] Feb 23 16:41:59.324 INFO O| Feb 23 16:41:59.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55142026-02-23T16:41:59.989Z[ recovery-image] Feb 23 16:41:59.324 INFO O| Feb 23 16:41:59.324 INFO STEP 228 (remove_files) COMPLETE
55152026-02-23T16:41:59.989Z[ recovery-image] Feb 23 16:41:59.324 INFO O| Feb 23 16:41:59.324 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162026-02-23T16:42:00.015Z[ recovery-image] Feb 23 16:41:59.345 INFO O| Feb 23 16:41:59.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55172026-02-23T16:42:00.015Z[ recovery-image] Feb 23 16:41:59.345 INFO O| Feb 23 16:41:59.345 INFO STEP 229 (remove_files) COMPLETE
55182026-02-23T16:42:00.015Z[ recovery-image] Feb 23 16:41:59.345 INFO O| Feb 23 16:41:59.345 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192026-02-23T16:42:00.040Z[ recovery-image] Feb 23 16:41:59.366 INFO O| Feb 23 16:41:59.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55202026-02-23T16:42:00.040Z[ recovery-image] Feb 23 16:41:59.366 INFO O| Feb 23 16:41:59.366 INFO STEP 230 (remove_files) COMPLETE
55212026-02-23T16:42:00.040Z[ recovery-image] Feb 23 16:41:59.366 INFO O| Feb 23 16:41:59.366 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222026-02-23T16:42:00.068Z[ recovery-image] Feb 23 16:41:59.390 INFO O| Feb 23 16:41:59.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55232026-02-23T16:42:00.068Z[ recovery-image] Feb 23 16:41:59.390 INFO O| Feb 23 16:41:59.390 INFO STEP 231 (remove_files) COMPLETE
55242026-02-23T16:42:00.069Z[ recovery-image] Feb 23 16:41:59.390 INFO O| Feb 23 16:41:59.390 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252026-02-23T16:42:00.070Z[ recovery-image] Feb 23 16:41:59.406 INFO O| Feb 23 16:41:59.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55262026-02-23T16:42:00.070Z[ recovery-image] Feb 23 16:41:59.406 INFO O| Feb 23 16:41:59.406 INFO STEP 232 (remove_files) COMPLETE
55272026-02-23T16:42:00.070Z[ recovery-image] Feb 23 16:41:59.407 INFO O| Feb 23 16:41:59.406 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282026-02-23T16:42:00.095Z[ recovery-image] Feb 23 16:41:59.425 INFO O| Feb 23 16:41:59.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55292026-02-23T16:42:00.095Z[ recovery-image] Feb 23 16:41:59.425 INFO O| Feb 23 16:41:59.425 INFO STEP 233 (remove_files) COMPLETE
55302026-02-23T16:42:00.095Z[ recovery-image] Feb 23 16:41:59.425 INFO O| Feb 23 16:41:59.425 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312026-02-23T16:42:00.119Z[ recovery-image] Feb 23 16:41:59.440 INFO O| Feb 23 16:41:59.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55322026-02-23T16:42:00.120Z[ recovery-image] Feb 23 16:41:59.440 INFO O| Feb 23 16:41:59.440 INFO STEP 234 (remove_files) COMPLETE
55332026-02-23T16:42:00.120Z[ recovery-image] Feb 23 16:41:59.440 INFO O| Feb 23 16:41:59.440 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342026-02-23T16:42:00.120Z[ recovery-image] Feb 23 16:41:59.453 INFO O| Feb 23 16:41:59.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55352026-02-23T16:42:00.120Z[ recovery-image] Feb 23 16:41:59.454 INFO O| Feb 23 16:41:59.454 INFO STEP 235 (remove_files) COMPLETE
55362026-02-23T16:42:00.120Z[ recovery-image] Feb 23 16:41:59.454 INFO O| Feb 23 16:41:59.454 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372026-02-23T16:42:00.144Z[ recovery-image] Feb 23 16:41:59.467 INFO O| Feb 23 16:41:59.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55382026-02-23T16:42:00.144Z[ recovery-image] Feb 23 16:41:59.467 INFO O| Feb 23 16:41:59.467 INFO STEP 236 (remove_files) COMPLETE
55392026-02-23T16:42:00.144Z[ recovery-image] Feb 23 16:41:59.467 INFO O| Feb 23 16:41:59.467 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402026-02-23T16:42:00.144Z[ recovery-image] Feb 23 16:41:59.480 INFO O| Feb 23 16:41:59.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55412026-02-23T16:42:00.144Z[ recovery-image] Feb 23 16:41:59.480 INFO O| Feb 23 16:41:59.480 INFO STEP 237 (remove_files) COMPLETE
55422026-02-23T16:42:00.144Z[ recovery-image] Feb 23 16:41:59.480 INFO O| Feb 23 16:41:59.480 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432026-02-23T16:42:00.169Z[ recovery-image] Feb 23 16:41:59.493 INFO O| Feb 23 16:41:59.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55442026-02-23T16:42:00.169Z[ recovery-image] Feb 23 16:41:59.493 INFO O| Feb 23 16:41:59.493 INFO STEP 238 (remove_files) COMPLETE
55452026-02-23T16:42:00.169Z[ recovery-image] Feb 23 16:41:59.493 INFO O| Feb 23 16:41:59.493 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462026-02-23T16:42:00.169Z[ recovery-image] Feb 23 16:41:59.504 INFO O| Feb 23 16:41:59.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55472026-02-23T16:42:00.169Z[ recovery-image] Feb 23 16:41:59.505 INFO O| Feb 23 16:41:59.505 INFO STEP 239 (remove_files) COMPLETE
55482026-02-23T16:42:00.169Z[ recovery-image] Feb 23 16:41:59.505 INFO O| Feb 23 16:41:59.505 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492026-02-23T16:42:00.193Z[ recovery-image] Feb 23 16:41:59.520 INFO O| Feb 23 16:41:59.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55502026-02-23T16:42:00.193Z[ recovery-image] Feb 23 16:41:59.520 INFO O| Feb 23 16:41:59.520 INFO STEP 240 (remove_files) COMPLETE
55512026-02-23T16:42:00.193Z[ recovery-image] Feb 23 16:41:59.520 INFO O| Feb 23 16:41:59.520 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522026-02-23T16:42:00.218Z[ recovery-image] Feb 23 16:41:59.538 INFO O| Feb 23 16:41:59.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55532026-02-23T16:42:00.218Z[ recovery-image] Feb 23 16:41:59.538 INFO O| Feb 23 16:41:59.538 INFO STEP 241 (remove_files) COMPLETE
55542026-02-23T16:42:00.218Z[ recovery-image] Feb 23 16:41:59.538 INFO O| Feb 23 16:41:59.538 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552026-02-23T16:42:00.219Z[ recovery-image] Feb 23 16:41:59.555 INFO O| Feb 23 16:41:59.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55562026-02-23T16:42:00.219Z[ recovery-image] Feb 23 16:41:59.555 INFO O| Feb 23 16:41:59.555 INFO STEP 242 (remove_files) COMPLETE
55572026-02-23T16:42:00.219Z[ recovery-image] Feb 23 16:41:59.555 INFO O| Feb 23 16:41:59.555 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582026-02-23T16:42:00.243Z[ recovery-image] Feb 23 16:41:59.571 INFO O| Feb 23 16:41:59.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55592026-02-23T16:42:00.243Z[ recovery-image] Feb 23 16:41:59.571 INFO O| Feb 23 16:41:59.571 INFO STEP 243 (remove_files) COMPLETE
55602026-02-23T16:42:00.243Z[ recovery-image] Feb 23 16:41:59.571 INFO O| Feb 23 16:41:59.571 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612026-02-23T16:42:00.268Z[ recovery-image] Feb 23 16:41:59.586 INFO O| Feb 23 16:41:59.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55622026-02-23T16:42:00.268Z[ recovery-image] Feb 23 16:41:59.586 INFO O| Feb 23 16:41:59.586 INFO STEP 244 (remove_files) COMPLETE
55632026-02-23T16:42:00.268Z[ recovery-image] Feb 23 16:41:59.586 INFO O| Feb 23 16:41:59.586 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642026-02-23T16:42:00.268Z[ recovery-image] Feb 23 16:41:59.603 INFO O| Feb 23 16:41:59.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55652026-02-23T16:42:00.268Z[ recovery-image] Feb 23 16:41:59.603 INFO O| Feb 23 16:41:59.603 INFO STEP 245 (remove_files) COMPLETE
55662026-02-23T16:42:00.268Z[ recovery-image] Feb 23 16:41:59.603 INFO O| Feb 23 16:41:59.603 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672026-02-23T16:42:00.294Z[ recovery-image] Feb 23 16:41:59.618 INFO O| Feb 23 16:41:59.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55682026-02-23T16:42:00.294Z[ recovery-image] Feb 23 16:41:59.619 INFO O| Feb 23 16:41:59.618 INFO STEP 246 (remove_files) COMPLETE
55692026-02-23T16:42:00.294Z[ recovery-image] Feb 23 16:41:59.619 INFO O| Feb 23 16:41:59.619 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702026-02-23T16:42:00.294Z[ recovery-image] Feb 23 16:41:59.633 INFO O| Feb 23 16:41:59.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55712026-02-23T16:42:00.294Z[ recovery-image] Feb 23 16:41:59.633 INFO O| Feb 23 16:41:59.633 INFO STEP 247 (remove_files) COMPLETE
55722026-02-23T16:42:00.294Z[ recovery-image] Feb 23 16:41:59.633 INFO O| Feb 23 16:41:59.633 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732026-02-23T16:42:00.318Z[ recovery-image] Feb 23 16:41:59.648 INFO O| Feb 23 16:41:59.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55742026-02-23T16:42:00.318Z[ recovery-image] Feb 23 16:41:59.648 INFO O| Feb 23 16:41:59.648 INFO STEP 248 (remove_files) COMPLETE
55752026-02-23T16:42:00.318Z[ recovery-image] Feb 23 16:41:59.648 INFO O| Feb 23 16:41:59.648 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762026-02-23T16:42:00.343Z[ recovery-image] Feb 23 16:41:59.666 INFO O| Feb 23 16:41:59.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55772026-02-23T16:42:00.343Z[ recovery-image] Feb 23 16:41:59.666 INFO O| Feb 23 16:41:59.666 INFO STEP 249 (remove_files) COMPLETE
55782026-02-23T16:42:00.343Z[ recovery-image] Feb 23 16:41:59.666 INFO O| Feb 23 16:41:59.666 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792026-02-23T16:42:00.368Z[ recovery-image] Feb 23 16:41:59.694 INFO O| Feb 23 16:41:59.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55802026-02-23T16:42:00.368Z[ recovery-image] Feb 23 16:41:59.694 INFO O| Feb 23 16:41:59.694 INFO STEP 250 (remove_files) COMPLETE
55812026-02-23T16:42:00.368Z[ recovery-image] Feb 23 16:41:59.694 INFO O| Feb 23 16:41:59.694 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822026-02-23T16:42:00.393Z[ recovery-image] Feb 23 16:41:59.712 INFO O| Feb 23 16:41:59.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55832026-02-23T16:42:00.393Z[ recovery-image] Feb 23 16:41:59.712 INFO O| Feb 23 16:41:59.712 INFO STEP 251 (remove_files) COMPLETE
55842026-02-23T16:42:00.393Z[ recovery-image] Feb 23 16:41:59.712 INFO O| Feb 23 16:41:59.712 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852026-02-23T16:42:00.393Z[ recovery-image] Feb 23 16:41:59.727 INFO O| Feb 23 16:41:59.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55862026-02-23T16:42:00.393Z[ recovery-image] Feb 23 16:41:59.727 INFO O| Feb 23 16:41:59.727 INFO STEP 252 (remove_files) COMPLETE
55872026-02-23T16:42:00.393Z[ recovery-image] Feb 23 16:41:59.727 INFO O| Feb 23 16:41:59.727 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882026-02-23T16:42:00.417Z[ recovery-image] Feb 23 16:41:59.746 INFO O| Feb 23 16:41:59.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55892026-02-23T16:42:00.417Z[ recovery-image] Feb 23 16:41:59.746 INFO O| Feb 23 16:41:59.746 INFO STEP 253 (remove_files) COMPLETE
55902026-02-23T16:42:00.417Z[ recovery-image] Feb 23 16:41:59.746 INFO O| Feb 23 16:41:59.746 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912026-02-23T16:42:00.442Z[ recovery-image] Feb 23 16:41:59.759 INFO O| Feb 23 16:41:59.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55922026-02-23T16:42:00.442Z[ recovery-image] Feb 23 16:41:59.759 INFO O| Feb 23 16:41:59.759 INFO STEP 254 (remove_files) COMPLETE
55932026-02-23T16:42:00.442Z[ recovery-image] Feb 23 16:41:59.759 INFO O| Feb 23 16:41:59.759 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942026-02-23T16:42:00.442Z[ recovery-image] Feb 23 16:41:59.771 INFO O| Feb 23 16:41:59.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55952026-02-23T16:42:00.442Z[ recovery-image] Feb 23 16:41:59.771 INFO O| Feb 23 16:41:59.771 INFO STEP 255 (remove_files) COMPLETE
55962026-02-23T16:42:00.442Z[ recovery-image] Feb 23 16:41:59.771 INFO O| Feb 23 16:41:59.771 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972026-02-23T16:42:00.467Z[ recovery-image] Feb 23 16:41:59.787 INFO O| Feb 23 16:41:59.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55982026-02-23T16:42:00.467Z[ recovery-image] Feb 23 16:41:59.787 INFO O| Feb 23 16:41:59.787 INFO STEP 256 (remove_files) COMPLETE
55992026-02-23T16:42:00.467Z[ recovery-image] Feb 23 16:41:59.787 INFO O| Feb 23 16:41:59.787 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002026-02-23T16:42:00.468Z[ recovery-image] Feb 23 16:41:59.799 INFO O| Feb 23 16:41:59.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56012026-02-23T16:42:00.468Z[ recovery-image] Feb 23 16:41:59.799 INFO O| Feb 23 16:41:59.799 INFO STEP 257 (remove_files) COMPLETE
56022026-02-23T16:42:00.468Z[ recovery-image] Feb 23 16:41:59.799 INFO O| Feb 23 16:41:59.799 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032026-02-23T16:42:00.492Z[ recovery-image] Feb 23 16:41:59.810 INFO O| Feb 23 16:41:59.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56042026-02-23T16:42:00.492Z[ recovery-image] Feb 23 16:41:59.810 INFO O| Feb 23 16:41:59.810 INFO STEP 258 (remove_files) COMPLETE
56052026-02-23T16:42:00.493Z[ recovery-image] Feb 23 16:41:59.810 INFO O| Feb 23 16:41:59.810 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062026-02-23T16:42:00.493Z[ recovery-image] Feb 23 16:41:59.826 INFO O| Feb 23 16:41:59.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56072026-02-23T16:42:00.493Z[ recovery-image] Feb 23 16:41:59.826 INFO O| Feb 23 16:41:59.826 INFO STEP 259 (remove_files) COMPLETE
56082026-02-23T16:42:00.493Z[ recovery-image] Feb 23 16:41:59.826 INFO O| Feb 23 16:41:59.826 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092026-02-23T16:42:00.517Z[ recovery-image] Feb 23 16:41:59.843 INFO O| Feb 23 16:41:59.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56102026-02-23T16:42:00.517Z[ recovery-image] Feb 23 16:41:59.843 INFO O| Feb 23 16:41:59.843 INFO STEP 260 (remove_files) COMPLETE
56112026-02-23T16:42:00.517Z[ recovery-image] Feb 23 16:41:59.843 INFO O| Feb 23 16:41:59.843 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122026-02-23T16:42:00.542Z[ recovery-image] Feb 23 16:41:59.859 INFO O| Feb 23 16:41:59.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56132026-02-23T16:42:00.542Z[ recovery-image] Feb 23 16:41:59.859 INFO O| Feb 23 16:41:59.859 INFO STEP 261 (remove_files) COMPLETE
56142026-02-23T16:42:00.542Z[ recovery-image] Feb 23 16:41:59.859 INFO O| Feb 23 16:41:59.859 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152026-02-23T16:42:00.543Z[ recovery-image] Feb 23 16:41:59.876 INFO O| Feb 23 16:41:59.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56162026-02-23T16:42:00.543Z[ recovery-image] Feb 23 16:41:59.876 INFO O| Feb 23 16:41:59.876 INFO STEP 262 (remove_files) COMPLETE
56172026-02-23T16:42:00.543Z[ recovery-image] Feb 23 16:41:59.876 INFO O| Feb 23 16:41:59.876 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182026-02-23T16:42:00.568Z[ recovery-image] Feb 23 16:41:59.893 INFO O| Feb 23 16:41:59.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56192026-02-23T16:42:00.568Z[ recovery-image] Feb 23 16:41:59.893 INFO O| Feb 23 16:41:59.893 INFO STEP 263 (remove_files) COMPLETE
56202026-02-23T16:42:00.568Z[ recovery-image] Feb 23 16:41:59.893 INFO O| Feb 23 16:41:59.893 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212026-02-23T16:42:00.592Z[ recovery-image] Feb 23 16:41:59.910 INFO O| Feb 23 16:41:59.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56222026-02-23T16:42:00.592Z[ recovery-image] Feb 23 16:41:59.910 INFO O| Feb 23 16:41:59.910 INFO STEP 264 (remove_files) COMPLETE
56232026-02-23T16:42:00.593Z[ recovery-image] Feb 23 16:41:59.910 INFO O| Feb 23 16:41:59.910 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242026-02-23T16:42:00.593Z[ recovery-image] Feb 23 16:41:59.928 INFO O| Feb 23 16:41:59.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56252026-02-23T16:42:00.593Z[ recovery-image] Feb 23 16:41:59.928 INFO O| Feb 23 16:41:59.928 INFO STEP 265 (remove_files) COMPLETE
56262026-02-23T16:42:00.593Z[ recovery-image] Feb 23 16:41:59.928 INFO O| Feb 23 16:41:59.928 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272026-02-23T16:42:00.617Z[ recovery-image] Feb 23 16:41:59.943 INFO O| Feb 23 16:41:59.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56282026-02-23T16:42:00.617Z[ recovery-image] Feb 23 16:41:59.943 INFO O| Feb 23 16:41:59.943 INFO STEP 266 (remove_files) COMPLETE
56292026-02-23T16:42:00.617Z[ recovery-image] Feb 23 16:41:59.943 INFO O| Feb 23 16:41:59.943 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302026-02-23T16:42:00.643Z[ recovery-image] Feb 23 16:41:59.960 INFO O| Feb 23 16:41:59.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56312026-02-23T16:42:00.643Z[ recovery-image] Feb 23 16:41:59.960 INFO O| Feb 23 16:41:59.960 INFO STEP 267 (remove_files) COMPLETE
56322026-02-23T16:42:00.643Z[ recovery-image] Feb 23 16:41:59.960 INFO O| Feb 23 16:41:59.960 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332026-02-23T16:42:00.643Z[ recovery-image] Feb 23 16:41:59.972 INFO O| Feb 23 16:41:59.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56342026-02-23T16:42:00.643Z[ recovery-image] Feb 23 16:41:59.972 INFO O| Feb 23 16:41:59.972 INFO STEP 268 (remove_files) COMPLETE
56352026-02-23T16:42:00.643Z[ recovery-image] Feb 23 16:41:59.972 INFO O| Feb 23 16:41:59.972 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362026-02-23T16:42:00.668Z[ recovery-image] Feb 23 16:41:59.985 INFO O| Feb 23 16:41:59.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56372026-02-23T16:42:00.668Z[ recovery-image] Feb 23 16:41:59.985 INFO O| Feb 23 16:41:59.985 INFO STEP 269 (remove_files) COMPLETE
56382026-02-23T16:42:00.668Z[ recovery-image] Feb 23 16:41:59.985 INFO O| Feb 23 16:41:59.985 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392026-02-23T16:42:00.668Z[ recovery-image] Feb 23 16:41:59.998 INFO O| Feb 23 16:41:59.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56402026-02-23T16:42:00.668Z[ recovery-image] Feb 23 16:41:59.998 INFO O| Feb 23 16:41:59.998 INFO STEP 270 (remove_files) COMPLETE
56412026-02-23T16:42:00.668Z[ recovery-image] Feb 23 16:41:59.998 INFO O| Feb 23 16:41:59.998 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422026-02-23T16:42:00.693Z[ recovery-image] Feb 23 16:42:00.014 INFO O| Feb 23 16:42:00.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56432026-02-23T16:42:00.693Z[ recovery-image] Feb 23 16:42:00.014 INFO O| Feb 23 16:42:00.014 INFO STEP 271 (remove_files) COMPLETE
56442026-02-23T16:42:00.693Z[ recovery-image] Feb 23 16:42:00.014 INFO O| Feb 23 16:42:00.014 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452026-02-23T16:42:00.717Z[ recovery-image] Feb 23 16:42:00.031 INFO O| Feb 23 16:42:00.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56462026-02-23T16:42:00.718Z[ recovery-image] Feb 23 16:42:00.031 INFO O| Feb 23 16:42:00.031 INFO STEP 272 (remove_files) COMPLETE
56472026-02-23T16:42:00.718Z[ recovery-image] Feb 23 16:42:00.031 INFO O| Feb 23 16:42:00.031 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482026-02-23T16:42:00.718Z[ recovery-image] Feb 23 16:42:00.048 INFO O| Feb 23 16:42:00.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56492026-02-23T16:42:00.718Z[ recovery-image] Feb 23 16:42:00.048 INFO O| Feb 23 16:42:00.048 INFO STEP 273 (remove_files) COMPLETE
56502026-02-23T16:42:00.718Z[ recovery-image] Feb 23 16:42:00.048 INFO O| Feb 23 16:42:00.048 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512026-02-23T16:42:00.743Z[ recovery-image] Feb 23 16:42:00.066 INFO O| Feb 23 16:42:00.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56522026-02-23T16:42:00.743Z[ recovery-image] Feb 23 16:42:00.066 INFO O| Feb 23 16:42:00.066 INFO STEP 274 (remove_files) COMPLETE
56532026-02-23T16:42:00.743Z[ recovery-image] Feb 23 16:42:00.066 INFO O| Feb 23 16:42:00.066 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542026-02-23T16:42:00.743Z[ recovery-image] Feb 23 16:42:00.081 INFO O| Feb 23 16:42:00.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56552026-02-23T16:42:00.743Z[ recovery-image] Feb 23 16:42:00.081 INFO O| Feb 23 16:42:00.081 INFO STEP 275 (remove_files) COMPLETE
56562026-02-23T16:42:00.743Z[ recovery-image] Feb 23 16:42:00.081 INFO O| Feb 23 16:42:00.081 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572026-02-23T16:42:00.767Z[ recovery-image] Feb 23 16:42:00.099 INFO O| Feb 23 16:42:00.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56582026-02-23T16:42:00.767Z[ recovery-image] Feb 23 16:42:00.099 INFO O| Feb 23 16:42:00.099 INFO STEP 276 (remove_files) COMPLETE
56592026-02-23T16:42:00.767Z[ recovery-image] Feb 23 16:42:00.099 INFO O| Feb 23 16:42:00.099 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602026-02-23T16:42:00.792Z[ recovery-image] Feb 23 16:42:00.117 INFO O| Feb 23 16:42:00.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56612026-02-23T16:42:00.792Z[ recovery-image] Feb 23 16:42:00.117 INFO O| Feb 23 16:42:00.117 INFO STEP 277 (remove_files) COMPLETE
56622026-02-23T16:42:00.792Z[ recovery-image] Feb 23 16:42:00.117 INFO O| Feb 23 16:42:00.117 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632026-02-23T16:42:00.792Z[ recovery-image] Feb 23 16:42:00.131 INFO O| Feb 23 16:42:00.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56642026-02-23T16:42:00.792Z[ recovery-image] Feb 23 16:42:00.131 INFO O| Feb 23 16:42:00.131 INFO STEP 278 (remove_files) COMPLETE
56652026-02-23T16:42:00.792Z[ recovery-image] Feb 23 16:42:00.131 INFO O| Feb 23 16:42:00.131 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662026-02-23T16:42:00.817Z[ recovery-image] Feb 23 16:42:00.145 INFO O| Feb 23 16:42:00.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56672026-02-23T16:42:00.817Z[ recovery-image] Feb 23 16:42:00.145 INFO O| Feb 23 16:42:00.145 INFO STEP 279 (remove_files) COMPLETE
56682026-02-23T16:42:00.817Z[ recovery-image] Feb 23 16:42:00.145 INFO O| Feb 23 16:42:00.145 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692026-02-23T16:42:00.842Z[ recovery-image] Feb 23 16:42:00.163 INFO O| Feb 23 16:42:00.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56702026-02-23T16:42:00.842Z[ recovery-image] Feb 23 16:42:00.163 INFO O| Feb 23 16:42:00.163 INFO STEP 280 (remove_files) COMPLETE
56712026-02-23T16:42:00.842Z[ recovery-image] Feb 23 16:42:00.163 INFO O| Feb 23 16:42:00.163 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722026-02-23T16:42:00.842Z[ recovery-image] Feb 23 16:42:00.181 INFO O| Feb 23 16:42:00.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56732026-02-23T16:42:00.842Z[ recovery-image] Feb 23 16:42:00.182 INFO O| Feb 23 16:42:00.182 INFO STEP 281 (remove_files) COMPLETE
56742026-02-23T16:42:00.867Z[ recovery-image] Feb 23 16:42:00.183 INFO O| Feb 23 16:42:00.182 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752026-02-23T16:42:00.867Z[ recovery-image] Feb 23 16:42:00.205 INFO O| Feb 23 16:42:00.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56762026-02-23T16:42:00.867Z[ recovery-image] Feb 23 16:42:00.205 INFO O| Feb 23 16:42:00.205 INFO STEP 282 (remove_files) COMPLETE
56772026-02-23T16:42:00.867Z[ recovery-image] Feb 23 16:42:00.205 INFO O| Feb 23 16:42:00.205 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782026-02-23T16:42:00.892Z[ recovery-image] Feb 23 16:42:00.223 INFO O| Feb 23 16:42:00.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56792026-02-23T16:42:00.892Z[ recovery-image] Feb 23 16:42:00.223 INFO O| Feb 23 16:42:00.223 INFO STEP 283 (remove_files) COMPLETE
56802026-02-23T16:42:00.892Z[ recovery-image] Feb 23 16:42:00.223 INFO O| Feb 23 16:42:00.223 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812026-02-23T16:42:00.917Z[ recovery-image] Feb 23 16:42:00.238 INFO O| Feb 23 16:42:00.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56822026-02-23T16:42:00.917Z[ recovery-image] Feb 23 16:42:00.238 INFO O| Feb 23 16:42:00.238 INFO STEP 284 (remove_files) COMPLETE
56832026-02-23T16:42:00.917Z[ recovery-image] Feb 23 16:42:00.238 INFO O| Feb 23 16:42:00.238 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842026-02-23T16:42:00.942Z[ recovery-image] Feb 23 16:42:00.265 INFO O| Feb 23 16:42:00.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56852026-02-23T16:42:00.942Z[ recovery-image] Feb 23 16:42:00.265 INFO O| Feb 23 16:42:00.265 INFO STEP 285 (remove_files) COMPLETE
56862026-02-23T16:42:00.942Z[ recovery-image] Feb 23 16:42:00.265 INFO O| Feb 23 16:42:00.265 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872026-02-23T16:42:00.967Z[ recovery-image] Feb 23 16:42:00.297 INFO O| Feb 23 16:42:00.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56882026-02-23T16:42:00.967Z[ recovery-image] Feb 23 16:42:00.297 INFO O| Feb 23 16:42:00.297 INFO STEP 286 (remove_files) COMPLETE
56892026-02-23T16:42:00.967Z[ recovery-image] Feb 23 16:42:00.297 INFO O| Feb 23 16:42:00.297 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902026-02-23T16:42:00.993Z[ recovery-image] Feb 23 16:42:00.310 INFO O| Feb 23 16:42:00.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56912026-02-23T16:42:00.993Z[ recovery-image] Feb 23 16:42:00.310 INFO O| Feb 23 16:42:00.310 INFO STEP 287 (remove_files) COMPLETE
56922026-02-23T16:42:00.993Z[ recovery-image] Feb 23 16:42:00.310 INFO O| Feb 23 16:42:00.310 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932026-02-23T16:42:00.993Z[ recovery-image] Feb 23 16:42:00.323 INFO O| Feb 23 16:42:00.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56942026-02-23T16:42:00.993Z[ recovery-image] Feb 23 16:42:00.323 INFO O| Feb 23 16:42:00.323 INFO STEP 288 (remove_files) COMPLETE
56952026-02-23T16:42:00.993Z[ recovery-image] Feb 23 16:42:00.323 INFO O| Feb 23 16:42:00.323 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962026-02-23T16:42:01.017Z[ recovery-image] Feb 23 16:42:00.335 INFO O| Feb 23 16:42:00.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56972026-02-23T16:42:01.017Z[ recovery-image] Feb 23 16:42:00.335 INFO O| Feb 23 16:42:00.335 INFO STEP 289 (remove_files) COMPLETE
56982026-02-23T16:42:01.018Z[ recovery-image] Feb 23 16:42:00.335 INFO O| Feb 23 16:42:00.335 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992026-02-23T16:42:01.018Z[ recovery-image] Feb 23 16:42:00.350 INFO O| Feb 23 16:42:00.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57002026-02-23T16:42:01.018Z[ recovery-image] Feb 23 16:42:00.351 INFO O| Feb 23 16:42:00.350 INFO STEP 290 (remove_files) COMPLETE
57012026-02-23T16:42:01.018Z[ recovery-image] Feb 23 16:42:00.351 INFO O| Feb 23 16:42:00.350 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022026-02-23T16:42:01.042Z[ recovery-image] Feb 23 16:42:00.365 INFO O| Feb 23 16:42:00.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57032026-02-23T16:42:01.042Z[ recovery-image] Feb 23 16:42:00.365 INFO O| Feb 23 16:42:00.365 INFO STEP 291 (remove_files) COMPLETE
57042026-02-23T16:42:01.042Z[ recovery-image] Feb 23 16:42:00.365 INFO O| Feb 23 16:42:00.365 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052026-02-23T16:42:01.043Z[ recovery-image] Feb 23 16:42:00.379 INFO O| Feb 23 16:42:00.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57062026-02-23T16:42:01.043Z[ recovery-image] Feb 23 16:42:00.379 INFO O| Feb 23 16:42:00.379 INFO STEP 292 (remove_files) COMPLETE
57072026-02-23T16:42:01.043Z[ recovery-image] Feb 23 16:42:00.379 INFO O| Feb 23 16:42:00.379 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082026-02-23T16:42:01.068Z[ recovery-image] Feb 23 16:42:00.394 INFO O| Feb 23 16:42:00.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57092026-02-23T16:42:01.068Z[ recovery-image] Feb 23 16:42:00.394 INFO O| Feb 23 16:42:00.394 INFO STEP 293 (remove_files) COMPLETE
57102026-02-23T16:42:01.068Z[ recovery-image] Feb 23 16:42:00.394 INFO O| Feb 23 16:42:00.394 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112026-02-23T16:42:01.068Z[ recovery-image] Feb 23 16:42:00.408 INFO O| Feb 23 16:42:00.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57122026-02-23T16:42:01.068Z[ recovery-image] Feb 23 16:42:00.408 INFO O| Feb 23 16:42:00.408 INFO STEP 294 (remove_files) COMPLETE
57132026-02-23T16:42:01.068Z[ recovery-image] Feb 23 16:42:00.408 INFO O| Feb 23 16:42:00.408 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142026-02-23T16:42:01.094Z[ recovery-image] Feb 23 16:42:00.422 INFO O| Feb 23 16:42:00.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57152026-02-23T16:42:01.094Z[ recovery-image] Feb 23 16:42:00.422 INFO O| Feb 23 16:42:00.422 INFO STEP 295 (remove_files) COMPLETE
57162026-02-23T16:42:01.094Z[ recovery-image] Feb 23 16:42:00.422 INFO O| Feb 23 16:42:00.422 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172026-02-23T16:42:01.118Z[ recovery-image] Feb 23 16:42:00.436 INFO O| Feb 23 16:42:00.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57182026-02-23T16:42:01.118Z[ recovery-image] Feb 23 16:42:00.436 INFO O| Feb 23 16:42:00.436 INFO STEP 296 (remove_files) COMPLETE
57192026-02-23T16:42:01.118Z[ recovery-image] Feb 23 16:42:00.436 INFO O| Feb 23 16:42:00.436 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202026-02-23T16:42:01.118Z[ recovery-image] Feb 23 16:42:00.448 INFO O| Feb 23 16:42:00.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57212026-02-23T16:42:01.118Z[ recovery-image] Feb 23 16:42:00.448 INFO O| Feb 23 16:42:00.448 INFO STEP 297 (remove_files) COMPLETE
57222026-02-23T16:42:01.118Z[ recovery-image] Feb 23 16:42:00.448 INFO O| Feb 23 16:42:00.448 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232026-02-23T16:42:01.143Z[ recovery-image] Feb 23 16:42:00.461 INFO O| Feb 23 16:42:00.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57242026-02-23T16:42:01.143Z[ recovery-image] Feb 23 16:42:00.461 INFO O| Feb 23 16:42:00.461 INFO STEP 298 (remove_files) COMPLETE
57252026-02-23T16:42:01.143Z[ recovery-image] Feb 23 16:42:00.461 INFO O| Feb 23 16:42:00.461 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262026-02-23T16:42:01.143Z[ recovery-image] Feb 23 16:42:00.473 INFO O| Feb 23 16:42:00.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57272026-02-23T16:42:01.143Z[ recovery-image] Feb 23 16:42:00.474 INFO O| Feb 23 16:42:00.474 INFO STEP 299 (remove_files) COMPLETE
57282026-02-23T16:42:01.143Z[ recovery-image] Feb 23 16:42:00.474 INFO O| Feb 23 16:42:00.474 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292026-02-23T16:42:01.168Z[ recovery-image] Feb 23 16:42:00.505 INFO O| Feb 23 16:42:00.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57302026-02-23T16:42:01.168Z[ recovery-image] Feb 23 16:42:00.505 INFO O| Feb 23 16:42:00.505 INFO STEP 300 (remove_files) COMPLETE
57312026-02-23T16:42:01.168Z[ recovery-image] Feb 23 16:42:00.505 INFO O| Feb 23 16:42:00.505 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322026-02-23T16:42:01.192Z[ recovery-image] Feb 23 16:42:00.525 INFO O| Feb 23 16:42:00.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57332026-02-23T16:42:01.192Z[ recovery-image] Feb 23 16:42:00.525 INFO O| Feb 23 16:42:00.525 INFO STEP 301 (remove_files) COMPLETE
57342026-02-23T16:42:01.192Z[ recovery-image] Feb 23 16:42:00.525 INFO O| Feb 23 16:42:00.525 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352026-02-23T16:42:01.243Z[ recovery-image] Feb 23 16:42:00.584 INFO O| Feb 23 16:42:00.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57362026-02-23T16:42:01.243Z[ recovery-image] Feb 23 16:42:00.584 INFO O| Feb 23 16:42:00.584 INFO STEP 302 (remove_files) COMPLETE
57372026-02-23T16:42:01.267Z[ recovery-image] Feb 23 16:42:00.584 INFO O| Feb 23 16:42:00.584 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382026-02-23T16:42:01.267Z[ recovery-image] Feb 23 16:42:00.601 INFO O| Feb 23 16:42:00.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57392026-02-23T16:42:01.267Z[ recovery-image] Feb 23 16:42:00.602 INFO O| Feb 23 16:42:00.601 INFO STEP 303 (remove_files) COMPLETE
57402026-02-23T16:42:01.268Z[ recovery-image] Feb 23 16:42:00.602 INFO O| Feb 23 16:42:00.602 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412026-02-23T16:42:01.292Z[ recovery-image] Feb 23 16:42:00.618 INFO O| Feb 23 16:42:00.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57422026-02-23T16:42:01.292Z[ recovery-image] Feb 23 16:42:00.618 INFO O| Feb 23 16:42:00.618 INFO STEP 304 (remove_files) COMPLETE
57432026-02-23T16:42:01.292Z[ recovery-image] Feb 23 16:42:00.618 INFO O| Feb 23 16:42:00.618 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442026-02-23T16:42:01.317Z[ recovery-image] Feb 23 16:42:00.634 INFO O| Feb 23 16:42:00.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57452026-02-23T16:42:01.317Z[ recovery-image] Feb 23 16:42:00.634 INFO O| Feb 23 16:42:00.634 INFO STEP 305 (remove_files) COMPLETE
57462026-02-23T16:42:01.317Z[ recovery-image] Feb 23 16:42:00.634 INFO O| Feb 23 16:42:00.634 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472026-02-23T16:42:01.342Z[ recovery-image] Feb 23 16:42:00.680 INFO O| Feb 23 16:42:00.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57482026-02-23T16:42:01.342Z[ recovery-image] Feb 23 16:42:00.680 INFO O| Feb 23 16:42:00.680 INFO STEP 306 (remove_files) COMPLETE
57492026-02-23T16:42:01.342Z[ recovery-image] Feb 23 16:42:00.680 INFO O| Feb 23 16:42:00.680 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502026-02-23T16:42:01.367Z[ recovery-image] Feb 23 16:42:00.698 INFO O| Feb 23 16:42:00.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57512026-02-23T16:42:01.367Z[ recovery-image] Feb 23 16:42:00.699 INFO O| Feb 23 16:42:00.698 INFO STEP 307 (remove_files) COMPLETE
57522026-02-23T16:42:01.367Z[ recovery-image] Feb 23 16:42:00.699 INFO O| Feb 23 16:42:00.699 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532026-02-23T16:42:01.392Z[ recovery-image] Feb 23 16:42:00.719 INFO O| Feb 23 16:42:00.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57542026-02-23T16:42:01.392Z[ recovery-image] Feb 23 16:42:00.719 INFO O| Feb 23 16:42:00.719 INFO STEP 308 (remove_files) COMPLETE
57552026-02-23T16:42:01.392Z[ recovery-image] Feb 23 16:42:00.719 INFO O| Feb 23 16:42:00.719 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562026-02-23T16:42:01.418Z[ recovery-image] Feb 23 16:42:00.738 INFO O| Feb 23 16:42:00.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57572026-02-23T16:42:01.418Z[ recovery-image] Feb 23 16:42:00.739 INFO O| Feb 23 16:42:00.738 INFO STEP 309 (remove_files) COMPLETE
57582026-02-23T16:42:01.418Z[ recovery-image] Feb 23 16:42:00.739 INFO O| Feb 23 16:42:00.739 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592026-02-23T16:42:01.443Z[ recovery-image] Feb 23 16:42:00.758 INFO O| Feb 23 16:42:00.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57602026-02-23T16:42:01.443Z[ recovery-image] Feb 23 16:42:00.758 INFO O| Feb 23 16:42:00.758 INFO STEP 310 (remove_files) COMPLETE
57612026-02-23T16:42:01.443Z[ recovery-image] Feb 23 16:42:00.758 INFO O| Feb 23 16:42:00.758 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622026-02-23T16:42:01.443Z[ recovery-image] Feb 23 16:42:00.776 INFO O| Feb 23 16:42:00.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57632026-02-23T16:42:01.443Z[ recovery-image] Feb 23 16:42:00.776 INFO O| Feb 23 16:42:00.776 INFO STEP 311 (remove_files) COMPLETE
57642026-02-23T16:42:01.443Z[ recovery-image] Feb 23 16:42:00.776 INFO O| Feb 23 16:42:00.776 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652026-02-23T16:42:01.467Z[ recovery-image] Feb 23 16:42:00.792 INFO O| Feb 23 16:42:00.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57662026-02-23T16:42:01.467Z[ recovery-image] Feb 23 16:42:00.792 INFO O| Feb 23 16:42:00.792 INFO STEP 312 (remove_files) COMPLETE
57672026-02-23T16:42:01.467Z[ recovery-image] Feb 23 16:42:00.792 INFO O| Feb 23 16:42:00.792 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682026-02-23T16:42:01.492Z[ recovery-image] Feb 23 16:42:00.810 INFO O| Feb 23 16:42:00.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57692026-02-23T16:42:01.492Z[ recovery-image] Feb 23 16:42:00.811 INFO O| Feb 23 16:42:00.810 INFO STEP 313 (remove_files) COMPLETE
57702026-02-23T16:42:01.492Z[ recovery-image] Feb 23 16:42:00.811 INFO O| Feb 23 16:42:00.810 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712026-02-23T16:42:01.493Z[ recovery-image] Feb 23 16:42:00.827 INFO O| Feb 23 16:42:00.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57722026-02-23T16:42:01.493Z[ recovery-image] Feb 23 16:42:00.827 INFO O| Feb 23 16:42:00.827 INFO STEP 314 (remove_files) COMPLETE
57732026-02-23T16:42:01.493Z[ recovery-image] Feb 23 16:42:00.827 INFO O| Feb 23 16:42:00.827 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742026-02-23T16:42:01.518Z[ recovery-image] Feb 23 16:42:00.846 INFO O| Feb 23 16:42:00.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57752026-02-23T16:42:01.518Z[ recovery-image] Feb 23 16:42:00.846 INFO O| Feb 23 16:42:00.846 INFO STEP 315 (remove_files) COMPLETE
57762026-02-23T16:42:01.518Z[ recovery-image] Feb 23 16:42:00.846 INFO O| Feb 23 16:42:00.846 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772026-02-23T16:42:01.543Z[ recovery-image] Feb 23 16:42:00.865 INFO O| Feb 23 16:42:00.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57782026-02-23T16:42:01.543Z[ recovery-image] Feb 23 16:42:00.866 INFO O| Feb 23 16:42:00.866 INFO STEP 316 (remove_files) COMPLETE
57792026-02-23T16:42:01.543Z[ recovery-image] Feb 23 16:42:00.866 INFO O| Feb 23 16:42:00.866 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802026-02-23T16:42:01.568Z[ recovery-image] Feb 23 16:42:00.885 INFO O| Feb 23 16:42:00.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57812026-02-23T16:42:01.568Z[ recovery-image] Feb 23 16:42:00.885 INFO O| Feb 23 16:42:00.885 INFO STEP 317 (remove_files) COMPLETE
57822026-02-23T16:42:01.568Z[ recovery-image] Feb 23 16:42:00.885 INFO O| Feb 23 16:42:00.885 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832026-02-23T16:42:01.568Z[ recovery-image] Feb 23 16:42:00.904 INFO O| Feb 23 16:42:00.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57842026-02-23T16:42:01.568Z[ recovery-image] Feb 23 16:42:00.904 INFO O| Feb 23 16:42:00.904 INFO STEP 318 (remove_files) COMPLETE
57852026-02-23T16:42:01.568Z[ recovery-image] Feb 23 16:42:00.904 INFO O| Feb 23 16:42:00.904 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862026-02-23T16:42:01.593Z[ recovery-image] Feb 23 16:42:00.925 INFO O| Feb 23 16:42:00.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57872026-02-23T16:42:01.593Z[ recovery-image] Feb 23 16:42:00.925 INFO O| Feb 23 16:42:00.925 INFO STEP 319 (remove_files) COMPLETE
57882026-02-23T16:42:01.593Z[ recovery-image] Feb 23 16:42:00.925 INFO O| Feb 23 16:42:00.925 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892026-02-23T16:42:01.618Z[ recovery-image] Feb 23 16:42:00.944 INFO O| Feb 23 16:42:00.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57902026-02-23T16:42:01.618Z[ recovery-image] Feb 23 16:42:00.945 INFO O| Feb 23 16:42:00.945 INFO STEP 320 (remove_files) COMPLETE
57912026-02-23T16:42:01.618Z[ recovery-image] Feb 23 16:42:00.945 INFO O| Feb 23 16:42:00.945 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922026-02-23T16:42:01.642Z[ recovery-image] Feb 23 16:42:00.963 INFO O| Feb 23 16:42:00.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57932026-02-23T16:42:01.642Z[ recovery-image] Feb 23 16:42:00.964 INFO O| Feb 23 16:42:00.963 INFO STEP 321 (remove_files) COMPLETE
57942026-02-23T16:42:01.642Z[ recovery-image] Feb 23 16:42:00.964 INFO O| Feb 23 16:42:00.964 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952026-02-23T16:42:01.643Z[ recovery-image] Feb 23 16:42:00.979 INFO O| Feb 23 16:42:00.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57962026-02-23T16:42:01.643Z[ recovery-image] Feb 23 16:42:00.980 INFO O| Feb 23 16:42:00.979 INFO STEP 322 (remove_files) COMPLETE
57972026-02-23T16:42:01.643Z[ recovery-image] Feb 23 16:42:00.980 INFO O| Feb 23 16:42:00.979 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982026-02-23T16:42:01.668Z[ recovery-image] Feb 23 16:42:01.004 INFO O| Feb 23 16:42:01.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57992026-02-23T16:42:01.692Z[ recovery-image] Feb 23 16:42:01.004 INFO O| Feb 23 16:42:01.004 INFO STEP 323 (remove_files) COMPLETE
58002026-02-23T16:42:01.692Z[ recovery-image] Feb 23 16:42:01.004 INFO O| Feb 23 16:42:01.004 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012026-02-23T16:42:01.692Z[ recovery-image] Feb 23 16:42:01.024 INFO O| Feb 23 16:42:01.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58022026-02-23T16:42:01.693Z[ recovery-image] Feb 23 16:42:01.024 INFO O| Feb 23 16:42:01.024 INFO STEP 324 (remove_files) COMPLETE
58032026-02-23T16:42:01.693Z[ recovery-image] Feb 23 16:42:01.024 INFO O| Feb 23 16:42:01.024 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042026-02-23T16:42:01.717Z[ recovery-image] Feb 23 16:42:01.043 INFO O| Feb 23 16:42:01.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58052026-02-23T16:42:01.717Z[ recovery-image] Feb 23 16:42:01.044 INFO O| Feb 23 16:42:01.044 INFO STEP 325 (remove_files) COMPLETE
58062026-02-23T16:42:01.717Z[ recovery-image] Feb 23 16:42:01.044 INFO O| Feb 23 16:42:01.044 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072026-02-23T16:42:01.742Z[ recovery-image] Feb 23 16:42:01.064 INFO O| Feb 23 16:42:01.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58082026-02-23T16:42:01.742Z[ recovery-image] Feb 23 16:42:01.064 INFO O| Feb 23 16:42:01.064 INFO STEP 326 (remove_files) COMPLETE
58092026-02-23T16:42:01.742Z[ recovery-image] Feb 23 16:42:01.064 INFO O| Feb 23 16:42:01.064 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102026-02-23T16:42:01.767Z[ recovery-image] Feb 23 16:42:01.084 INFO O| Feb 23 16:42:01.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58112026-02-23T16:42:01.767Z[ recovery-image] Feb 23 16:42:01.084 INFO O| Feb 23 16:42:01.084 INFO STEP 327 (remove_files) COMPLETE
58122026-02-23T16:42:01.767Z[ recovery-image] Feb 23 16:42:01.084 INFO O| Feb 23 16:42:01.084 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132026-02-23T16:42:01.767Z[ recovery-image] Feb 23 16:42:01.103 INFO O| Feb 23 16:42:01.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58142026-02-23T16:42:01.767Z[ recovery-image] Feb 23 16:42:01.103 INFO O| Feb 23 16:42:01.103 INFO STEP 328 (remove_files) COMPLETE
58152026-02-23T16:42:01.767Z[ recovery-image] Feb 23 16:42:01.103 INFO O| Feb 23 16:42:01.103 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162026-02-23T16:42:01.792Z[ recovery-image] Feb 23 16:42:01.120 INFO O| Feb 23 16:42:01.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58172026-02-23T16:42:01.792Z[ recovery-image] Feb 23 16:42:01.120 INFO O| Feb 23 16:42:01.120 INFO STEP 329 (remove_files) COMPLETE
58182026-02-23T16:42:01.792Z[ recovery-image] Feb 23 16:42:01.120 INFO O| Feb 23 16:42:01.120 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192026-02-23T16:42:01.818Z[ recovery-image] Feb 23 16:42:01.137 INFO O| Feb 23 16:42:01.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58202026-02-23T16:42:01.818Z[ recovery-image] Feb 23 16:42:01.137 INFO O| Feb 23 16:42:01.137 INFO STEP 330 (remove_files) COMPLETE
58212026-02-23T16:42:01.818Z[ recovery-image] Feb 23 16:42:01.137 INFO O| Feb 23 16:42:01.137 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222026-02-23T16:42:01.818Z[ recovery-image] Feb 23 16:42:01.158 INFO O| Feb 23 16:42:01.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58232026-02-23T16:42:01.818Z[ recovery-image] Feb 23 16:42:01.158 INFO O| Feb 23 16:42:01.158 INFO STEP 331 (remove_files) COMPLETE
58242026-02-23T16:42:01.818Z[ recovery-image] Feb 23 16:42:01.158 INFO O| Feb 23 16:42:01.158 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252026-02-23T16:42:01.844Z[ recovery-image] Feb 23 16:42:01.178 INFO O| Feb 23 16:42:01.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58262026-02-23T16:42:01.844Z[ recovery-image] Feb 23 16:42:01.178 INFO O| Feb 23 16:42:01.178 INFO STEP 332 (remove_files) COMPLETE
58272026-02-23T16:42:01.844Z[ recovery-image] Feb 23 16:42:01.178 INFO O| Feb 23 16:42:01.178 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282026-02-23T16:42:01.868Z[ recovery-image] Feb 23 16:42:01.195 INFO O| Feb 23 16:42:01.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58292026-02-23T16:42:01.868Z[ recovery-image] Feb 23 16:42:01.195 INFO O| Feb 23 16:42:01.195 INFO STEP 333 (remove_files) COMPLETE
58302026-02-23T16:42:01.868Z[ recovery-image] Feb 23 16:42:01.195 INFO O| Feb 23 16:42:01.195 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312026-02-23T16:42:01.893Z[ recovery-image] Feb 23 16:42:01.213 INFO O| Feb 23 16:42:01.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58322026-02-23T16:42:01.893Z[ recovery-image] Feb 23 16:42:01.214 INFO O| Feb 23 16:42:01.214 INFO STEP 334 (remove_files) COMPLETE
58332026-02-23T16:42:01.893Z[ recovery-image] Feb 23 16:42:01.214 INFO O| Feb 23 16:42:01.214 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342026-02-23T16:42:01.893Z[ recovery-image] Feb 23 16:42:01.233 INFO O| Feb 23 16:42:01.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58352026-02-23T16:42:01.893Z[ recovery-image] Feb 23 16:42:01.233 INFO O| Feb 23 16:42:01.233 INFO STEP 335 (remove_files) COMPLETE
58362026-02-23T16:42:01.893Z[ recovery-image] Feb 23 16:42:01.233 INFO O| Feb 23 16:42:01.233 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372026-02-23T16:42:01.918Z[ recovery-image] Feb 23 16:42:01.253 INFO O| Feb 23 16:42:01.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58382026-02-23T16:42:01.918Z[ recovery-image] Feb 23 16:42:01.253 INFO O| Feb 23 16:42:01.253 INFO STEP 336 (remove_files) COMPLETE
58392026-02-23T16:42:01.918Z[ recovery-image] Feb 23 16:42:01.253 INFO O| Feb 23 16:42:01.253 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402026-02-23T16:42:01.943Z[ recovery-image] Feb 23 16:42:01.269 INFO O| Feb 23 16:42:01.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58412026-02-23T16:42:01.943Z[ recovery-image] Feb 23 16:42:01.270 INFO O| Feb 23 16:42:01.269 INFO STEP 337 (remove_files) COMPLETE
58422026-02-23T16:42:01.943Z[ recovery-image] Feb 23 16:42:01.270 INFO O| Feb 23 16:42:01.270 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432026-02-23T16:42:01.967Z[ recovery-image] Feb 23 16:42:01.285 INFO O| Feb 23 16:42:01.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58442026-02-23T16:42:01.967Z[ recovery-image] Feb 23 16:42:01.285 INFO O| Feb 23 16:42:01.285 INFO STEP 338 (remove_files) COMPLETE
58452026-02-23T16:42:01.967Z[ recovery-image] Feb 23 16:42:01.285 INFO O| Feb 23 16:42:01.285 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462026-02-23T16:42:01.967Z[ recovery-image] Feb 23 16:42:01.300 INFO O| Feb 23 16:42:01.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58472026-02-23T16:42:01.967Z[ recovery-image] Feb 23 16:42:01.300 INFO O| Feb 23 16:42:01.300 INFO STEP 339 (remove_files) COMPLETE
58482026-02-23T16:42:01.967Z[ recovery-image] Feb 23 16:42:01.300 INFO O| Feb 23 16:42:01.300 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492026-02-23T16:42:02.000Z[ recovery-image] Feb 23 16:42:01.318 INFO O| Feb 23 16:42:01.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58502026-02-23T16:42:02.000Z[ recovery-image] Feb 23 16:42:01.319 INFO O| Feb 23 16:42:01.318 INFO STEP 340 (remove_files) COMPLETE
58512026-02-23T16:42:02.000Z[ recovery-image] Feb 23 16:42:01.319 INFO O| Feb 23 16:42:01.319 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522026-02-23T16:42:02.000Z[ recovery-image] Feb 23 16:42:01.336 INFO O| Feb 23 16:42:01.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58532026-02-23T16:42:02.001Z[ recovery-image] Feb 23 16:42:01.336 INFO O| Feb 23 16:42:01.336 INFO STEP 341 (remove_files) COMPLETE
58542026-02-23T16:42:02.001Z[ recovery-image] Feb 23 16:42:01.336 INFO O| Feb 23 16:42:01.336 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552026-02-23T16:42:02.026Z[ recovery-image] Feb 23 16:42:01.352 INFO O| Feb 23 16:42:01.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58562026-02-23T16:42:02.026Z[ recovery-image] Feb 23 16:42:01.352 INFO O| Feb 23 16:42:01.352 INFO STEP 342 (remove_files) COMPLETE
58572026-02-23T16:42:02.026Z[ recovery-image] Feb 23 16:42:01.352 INFO O| Feb 23 16:42:01.352 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582026-02-23T16:42:02.026Z[ recovery-image] Feb 23 16:42:01.366 INFO O| Feb 23 16:42:01.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58592026-02-23T16:42:02.026Z[ recovery-image] Feb 23 16:42:01.366 INFO O| Feb 23 16:42:01.366 INFO STEP 343 (remove_files) COMPLETE
58602026-02-23T16:42:02.026Z[ recovery-image] Feb 23 16:42:01.366 INFO O| Feb 23 16:42:01.366 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612026-02-23T16:42:02.051Z[ recovery-image] Feb 23 16:42:01.384 INFO O| Feb 23 16:42:01.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58622026-02-23T16:42:02.051Z[ recovery-image] Feb 23 16:42:01.384 INFO O| Feb 23 16:42:01.384 INFO STEP 344 (remove_files) COMPLETE
58632026-02-23T16:42:02.051Z[ recovery-image] Feb 23 16:42:01.384 INFO O| Feb 23 16:42:01.384 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642026-02-23T16:42:02.077Z[ recovery-image] Feb 23 16:42:01.399 INFO O| Feb 23 16:42:01.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58652026-02-23T16:42:02.077Z[ recovery-image] Feb 23 16:42:01.399 INFO O| Feb 23 16:42:01.399 INFO STEP 345 (remove_files) COMPLETE
58662026-02-23T16:42:02.077Z[ recovery-image] Feb 23 16:42:01.400 INFO O| Feb 23 16:42:01.399 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672026-02-23T16:42:02.077Z[ recovery-image] Feb 23 16:42:01.413 INFO O| Feb 23 16:42:01.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58682026-02-23T16:42:02.077Z[ recovery-image] Feb 23 16:42:01.414 INFO O| Feb 23 16:42:01.413 INFO STEP 346 (remove_files) COMPLETE
58692026-02-23T16:42:02.077Z[ recovery-image] Feb 23 16:42:01.414 INFO O| Feb 23 16:42:01.413 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702026-02-23T16:42:02.102Z[ recovery-image] Feb 23 16:42:01.430 INFO O| Feb 23 16:42:01.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58712026-02-23T16:42:02.102Z[ recovery-image] Feb 23 16:42:01.430 INFO O| Feb 23 16:42:01.430 INFO STEP 347 (remove_files) COMPLETE
58722026-02-23T16:42:02.102Z[ recovery-image] Feb 23 16:42:01.430 INFO O| Feb 23 16:42:01.430 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732026-02-23T16:42:02.126Z[ recovery-image] Feb 23 16:42:01.445 INFO O| Feb 23 16:42:01.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58742026-02-23T16:42:02.126Z[ recovery-image] Feb 23 16:42:01.446 INFO O| Feb 23 16:42:01.446 INFO STEP 348 (remove_files) COMPLETE
58752026-02-23T16:42:02.126Z[ recovery-image] Feb 23 16:42:01.446 INFO O| Feb 23 16:42:01.446 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762026-02-23T16:42:02.126Z[ recovery-image] Feb 23 16:42:01.460 INFO O| Feb 23 16:42:01.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58772026-02-23T16:42:02.127Z[ recovery-image] Feb 23 16:42:01.460 INFO O| Feb 23 16:42:01.460 INFO STEP 349 (remove_files) COMPLETE
58782026-02-23T16:42:02.127Z[ recovery-image] Feb 23 16:42:01.460 INFO O| Feb 23 16:42:01.460 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792026-02-23T16:42:02.151Z[ recovery-image] Feb 23 16:42:01.474 INFO O| Feb 23 16:42:01.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58802026-02-23T16:42:02.151Z[ recovery-image] Feb 23 16:42:01.474 INFO O| Feb 23 16:42:01.474 INFO STEP 350 (remove_files) COMPLETE
58812026-02-23T16:42:02.151Z[ recovery-image] Feb 23 16:42:01.474 INFO O| Feb 23 16:42:01.474 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822026-02-23T16:42:02.152Z[ recovery-image] Feb 23 16:42:01.489 INFO O| Feb 23 16:42:01.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58832026-02-23T16:42:02.152Z[ recovery-image] Feb 23 16:42:01.489 INFO O| Feb 23 16:42:01.489 INFO STEP 351 (remove_files) COMPLETE
58842026-02-23T16:42:02.152Z[ recovery-image] Feb 23 16:42:01.489 INFO O| Feb 23 16:42:01.489 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852026-02-23T16:42:02.176Z[ recovery-image] Feb 23 16:42:01.508 INFO O| Feb 23 16:42:01.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58862026-02-23T16:42:02.176Z[ recovery-image] Feb 23 16:42:01.509 INFO O| Feb 23 16:42:01.509 INFO STEP 352 (remove_files) COMPLETE
58872026-02-23T16:42:02.176Z[ recovery-image] Feb 23 16:42:01.509 INFO O| Feb 23 16:42:01.509 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882026-02-23T16:42:02.201Z[ recovery-image] Feb 23 16:42:01.529 INFO O| Feb 23 16:42:01.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58892026-02-23T16:42:02.201Z[ recovery-image] Feb 23 16:42:01.529 INFO O| Feb 23 16:42:01.529 INFO STEP 353 (remove_files) COMPLETE
58902026-02-23T16:42:02.201Z[ recovery-image] Feb 23 16:42:01.529 INFO O| Feb 23 16:42:01.529 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912026-02-23T16:42:02.226Z[ recovery-image] Feb 23 16:42:01.550 INFO O| Feb 23 16:42:01.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58922026-02-23T16:42:02.226Z[ recovery-image] Feb 23 16:42:01.550 INFO O| Feb 23 16:42:01.550 INFO STEP 354 (remove_files) COMPLETE
58932026-02-23T16:42:02.226Z[ recovery-image] Feb 23 16:42:01.550 INFO O| Feb 23 16:42:01.550 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942026-02-23T16:42:02.250Z[ recovery-image] Feb 23 16:42:01.572 INFO O| Feb 23 16:42:01.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58952026-02-23T16:42:02.250Z[ recovery-image] Feb 23 16:42:01.572 INFO O| Feb 23 16:42:01.572 INFO STEP 355 (remove_files) COMPLETE
58962026-02-23T16:42:02.250Z[ recovery-image] Feb 23 16:42:01.572 INFO O| Feb 23 16:42:01.572 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972026-02-23T16:42:02.275Z[ recovery-image] Feb 23 16:42:01.593 INFO O| Feb 23 16:42:01.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58982026-02-23T16:42:02.275Z[ recovery-image] Feb 23 16:42:01.593 INFO O| Feb 23 16:42:01.593 INFO STEP 356 (remove_files) COMPLETE
58992026-02-23T16:42:02.275Z[ recovery-image] Feb 23 16:42:01.593 INFO O| Feb 23 16:42:01.593 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002026-02-23T16:42:02.275Z[ recovery-image] Feb 23 16:42:01.613 INFO O| Feb 23 16:42:01.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59012026-02-23T16:42:02.275Z[ recovery-image] Feb 23 16:42:01.613 INFO O| Feb 23 16:42:01.613 INFO STEP 357 (remove_files) COMPLETE
59022026-02-23T16:42:02.275Z[ recovery-image] Feb 23 16:42:01.613 INFO O| Feb 23 16:42:01.613 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032026-02-23T16:42:02.300Z[ recovery-image] Feb 23 16:42:01.633 INFO O| Feb 23 16:42:01.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59042026-02-23T16:42:02.300Z[ recovery-image] Feb 23 16:42:01.633 INFO O| Feb 23 16:42:01.633 INFO STEP 358 (remove_files) COMPLETE
59052026-02-23T16:42:02.300Z[ recovery-image] Feb 23 16:42:01.633 INFO O| Feb 23 16:42:01.633 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062026-02-23T16:42:02.324Z[ recovery-image] Feb 23 16:42:01.651 INFO O| Feb 23 16:42:01.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59072026-02-23T16:42:02.324Z[ recovery-image] Feb 23 16:42:01.651 INFO O| Feb 23 16:42:01.651 INFO STEP 359 (remove_files) COMPLETE
59082026-02-23T16:42:02.324Z[ recovery-image] Feb 23 16:42:01.651 INFO O| Feb 23 16:42:01.651 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092026-02-23T16:42:02.349Z[ recovery-image] Feb 23 16:42:01.674 INFO O| Feb 23 16:42:01.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59102026-02-23T16:42:02.349Z[ recovery-image] Feb 23 16:42:01.674 INFO O| Feb 23 16:42:01.674 INFO STEP 360 (remove_files) COMPLETE
59112026-02-23T16:42:02.349Z[ recovery-image] Feb 23 16:42:01.674 INFO O| Feb 23 16:42:01.674 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122026-02-23T16:42:02.374Z[ recovery-image] Feb 23 16:42:01.693 INFO O| Feb 23 16:42:01.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59132026-02-23T16:42:02.374Z[ recovery-image] Feb 23 16:42:01.694 INFO O| Feb 23 16:42:01.694 INFO STEP 361 (remove_files) COMPLETE
59142026-02-23T16:42:02.374Z[ recovery-image] Feb 23 16:42:01.694 INFO O| Feb 23 16:42:01.694 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152026-02-23T16:42:02.399Z[ recovery-image] Feb 23 16:42:01.716 INFO O| Feb 23 16:42:01.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59162026-02-23T16:42:02.399Z[ recovery-image] Feb 23 16:42:01.716 INFO O| Feb 23 16:42:01.716 INFO STEP 362 (remove_files) COMPLETE
59172026-02-23T16:42:02.399Z[ recovery-image] Feb 23 16:42:01.716 INFO O| Feb 23 16:42:01.716 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182026-02-23T16:42:02.399Z[ recovery-image] Feb 23 16:42:01.733 INFO O| Feb 23 16:42:01.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59192026-02-23T16:42:02.399Z[ recovery-image] Feb 23 16:42:01.734 INFO O| Feb 23 16:42:01.733 INFO STEP 363 (remove_files) COMPLETE
59202026-02-23T16:42:02.399Z[ recovery-image] Feb 23 16:42:01.734 INFO O| Feb 23 16:42:01.733 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212026-02-23T16:42:02.425Z[ recovery-image] Feb 23 16:42:01.754 INFO O| Feb 23 16:42:01.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59222026-02-23T16:42:02.425Z[ recovery-image] Feb 23 16:42:01.755 INFO O| Feb 23 16:42:01.754 INFO STEP 364 (remove_files) COMPLETE
59232026-02-23T16:42:02.425Z[ recovery-image] Feb 23 16:42:01.755 INFO O| Feb 23 16:42:01.754 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242026-02-23T16:42:02.451Z[ recovery-image] Feb 23 16:42:01.769 INFO O| Feb 23 16:42:01.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59252026-02-23T16:42:02.451Z[ recovery-image] Feb 23 16:42:01.769 INFO O| Feb 23 16:42:01.769 INFO STEP 365 (remove_files) COMPLETE
59262026-02-23T16:42:02.451Z[ recovery-image] Feb 23 16:42:01.769 INFO O| Feb 23 16:42:01.769 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272026-02-23T16:42:02.451Z[ recovery-image] Feb 23 16:42:01.784 INFO O| Feb 23 16:42:01.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59282026-02-23T16:42:02.451Z[ recovery-image] Feb 23 16:42:01.784 INFO O| Feb 23 16:42:01.784 INFO STEP 366 (remove_files) COMPLETE
59292026-02-23T16:42:02.451Z[ recovery-image] Feb 23 16:42:01.784 INFO O| Feb 23 16:42:01.784 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302026-02-23T16:42:02.487Z[ recovery-image] Feb 23 16:42:01.799 INFO O| Feb 23 16:42:01.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59312026-02-23T16:42:02.487Z[ recovery-image] Feb 23 16:42:01.799 INFO O| Feb 23 16:42:01.799 INFO STEP 367 (remove_files) COMPLETE
59322026-02-23T16:42:02.487Z[ recovery-image] Feb 23 16:42:01.799 INFO O| Feb 23 16:42:01.799 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332026-02-23T16:42:02.512Z[ recovery-image] Feb 23 16:42:01.813 INFO O| Feb 23 16:42:01.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59342026-02-23T16:42:02.512Z[ recovery-image] Feb 23 16:42:01.813 INFO O| Feb 23 16:42:01.813 INFO STEP 368 (remove_files) COMPLETE
59352026-02-23T16:42:02.512Z[ recovery-image] Feb 23 16:42:01.813 INFO O| Feb 23 16:42:01.813 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362026-02-23T16:42:02.512Z[ recovery-image] Feb 23 16:42:01.827 INFO O| Feb 23 16:42:01.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59372026-02-23T16:42:02.512Z[ recovery-image] Feb 23 16:42:01.827 INFO O| Feb 23 16:42:01.827 INFO STEP 369 (remove_files) COMPLETE
59382026-02-23T16:42:02.512Z[ recovery-image] Feb 23 16:42:01.827 INFO O| Feb 23 16:42:01.827 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392026-02-23T16:42:02.512Z[ recovery-image] Feb 23 16:42:01.841 INFO O| Feb 23 16:42:01.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59402026-02-23T16:42:02.512Z[ recovery-image] Feb 23 16:42:01.841 INFO O| Feb 23 16:42:01.841 INFO STEP 370 (remove_files) COMPLETE
59412026-02-23T16:42:02.512Z[ recovery-image] Feb 23 16:42:01.841 INFO O| Feb 23 16:42:01.841 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422026-02-23T16:42:02.538Z[ recovery-image] Feb 23 16:42:01.854 INFO O| Feb 23 16:42:01.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59432026-02-23T16:42:02.538Z[ recovery-image] Feb 23 16:42:01.854 INFO O| Feb 23 16:42:01.854 INFO STEP 371 (remove_files) COMPLETE
59442026-02-23T16:42:02.538Z[ recovery-image] Feb 23 16:42:01.854 INFO O| Feb 23 16:42:01.854 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452026-02-23T16:42:02.538Z[ recovery-image] Feb 23 16:42:01.870 INFO O| Feb 23 16:42:01.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59462026-02-23T16:42:02.538Z[ recovery-image] Feb 23 16:42:01.870 INFO O| Feb 23 16:42:01.870 INFO STEP 372 (remove_files) COMPLETE
59472026-02-23T16:42:02.538Z[ recovery-image] Feb 23 16:42:01.870 INFO O| Feb 23 16:42:01.870 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482026-02-23T16:42:02.563Z[ recovery-image] Feb 23 16:42:01.882 INFO O| Feb 23 16:42:01.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59492026-02-23T16:42:02.563Z[ recovery-image] Feb 23 16:42:01.882 INFO O| Feb 23 16:42:01.882 INFO STEP 373 (remove_files) COMPLETE
59502026-02-23T16:42:02.563Z[ recovery-image] Feb 23 16:42:01.882 INFO O| Feb 23 16:42:01.882 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512026-02-23T16:42:02.563Z[ recovery-image] Feb 23 16:42:01.893 INFO O| Feb 23 16:42:01.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59522026-02-23T16:42:02.563Z[ recovery-image] Feb 23 16:42:01.893 INFO O| Feb 23 16:42:01.893 INFO STEP 374 (remove_files) COMPLETE
59532026-02-23T16:42:02.563Z[ recovery-image] Feb 23 16:42:01.893 INFO O| Feb 23 16:42:01.893 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542026-02-23T16:42:02.563Z[ recovery-image] Feb 23 16:42:01.903 INFO O| Feb 23 16:42:01.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59552026-02-23T16:42:02.563Z[ recovery-image] Feb 23 16:42:01.903 INFO O| Feb 23 16:42:01.903 INFO STEP 375 (remove_files) COMPLETE
59562026-02-23T16:42:02.563Z[ recovery-image] Feb 23 16:42:01.903 INFO O| Feb 23 16:42:01.903 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572026-02-23T16:42:02.588Z[ recovery-image] Feb 23 16:42:01.917 INFO O| Feb 23 16:42:01.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59582026-02-23T16:42:02.588Z[ recovery-image] Feb 23 16:42:01.918 INFO O| Feb 23 16:42:01.918 INFO STEP 376 (remove_files) COMPLETE
59592026-02-23T16:42:02.588Z[ recovery-image] Feb 23 16:42:01.918 INFO O| Feb 23 16:42:01.918 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602026-02-23T16:42:02.613Z[ recovery-image] Feb 23 16:42:01.932 INFO O| Feb 23 16:42:01.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59612026-02-23T16:42:02.613Z[ recovery-image] Feb 23 16:42:01.932 INFO O| Feb 23 16:42:01.932 INFO STEP 377 (remove_files) COMPLETE
59622026-02-23T16:42:02.613Z[ recovery-image] Feb 23 16:42:01.932 INFO O| Feb 23 16:42:01.932 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632026-02-23T16:42:02.613Z[ recovery-image] Feb 23 16:42:01.946 INFO O| Feb 23 16:42:01.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59642026-02-23T16:42:02.613Z[ recovery-image] Feb 23 16:42:01.946 INFO O| Feb 23 16:42:01.946 INFO STEP 378 (remove_files) COMPLETE
59652026-02-23T16:42:02.613Z[ recovery-image] Feb 23 16:42:01.946 INFO O| Feb 23 16:42:01.946 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662026-02-23T16:42:02.638Z[ recovery-image] Feb 23 16:42:01.958 INFO O| Feb 23 16:42:01.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59672026-02-23T16:42:02.638Z[ recovery-image] Feb 23 16:42:01.958 INFO O| Feb 23 16:42:01.958 INFO STEP 379 (remove_files) COMPLETE
59682026-02-23T16:42:02.638Z[ recovery-image] Feb 23 16:42:01.958 INFO O| Feb 23 16:42:01.958 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692026-02-23T16:42:02.638Z[ recovery-image] Feb 23 16:42:01.968 INFO O| Feb 23 16:42:01.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59702026-02-23T16:42:02.638Z[ recovery-image] Feb 23 16:42:01.969 INFO O| Feb 23 16:42:01.969 INFO STEP 380 (remove_files) COMPLETE
59712026-02-23T16:42:02.638Z[ recovery-image] Feb 23 16:42:01.969 INFO O| Feb 23 16:42:01.969 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722026-02-23T16:42:02.663Z[ recovery-image] Feb 23 16:42:01.979 INFO O| Feb 23 16:42:01.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59732026-02-23T16:42:02.663Z[ recovery-image] Feb 23 16:42:01.979 INFO O| Feb 23 16:42:01.979 INFO STEP 381 (remove_files) COMPLETE
59742026-02-23T16:42:02.663Z[ recovery-image] Feb 23 16:42:01.979 INFO O| Feb 23 16:42:01.979 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752026-02-23T16:42:02.663Z[ recovery-image] Feb 23 16:42:01.989 INFO O| Feb 23 16:42:01.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59762026-02-23T16:42:02.663Z[ recovery-image] Feb 23 16:42:01.989 INFO O| Feb 23 16:42:01.989 INFO STEP 382 (remove_files) COMPLETE
59772026-02-23T16:42:02.663Z[ recovery-image] Feb 23 16:42:01.989 INFO O| Feb 23 16:42:01.989 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782026-02-23T16:42:02.663Z[ recovery-image] Feb 23 16:42:02.000 INFO O| Feb 23 16:42:02.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59792026-02-23T16:42:02.664Z[ recovery-image] Feb 23 16:42:02.000 INFO O| Feb 23 16:42:02.000 INFO STEP 383 (remove_files) COMPLETE
59802026-02-23T16:42:02.664Z[ recovery-image] Feb 23 16:42:02.000 INFO O| Feb 23 16:42:02.000 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812026-02-23T16:42:02.688Z[ recovery-image] Feb 23 16:42:02.012 INFO O| Feb 23 16:42:02.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59822026-02-23T16:42:02.688Z[ recovery-image] Feb 23 16:42:02.012 INFO O| Feb 23 16:42:02.012 INFO STEP 384 (remove_files) COMPLETE
59832026-02-23T16:42:02.688Z[ recovery-image] Feb 23 16:42:02.012 INFO O| Feb 23 16:42:02.012 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842026-02-23T16:42:02.688Z[ recovery-image] Feb 23 16:42:02.023 INFO O| Feb 23 16:42:02.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59852026-02-23T16:42:02.688Z[ recovery-image] Feb 23 16:42:02.023 INFO O| Feb 23 16:42:02.023 INFO STEP 385 (remove_files) COMPLETE
59862026-02-23T16:42:02.688Z[ recovery-image] Feb 23 16:42:02.023 INFO O| Feb 23 16:42:02.023 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872026-02-23T16:42:02.714Z[ recovery-image] Feb 23 16:42:02.034 INFO O| Feb 23 16:42:02.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59882026-02-23T16:42:02.714Z[ recovery-image] Feb 23 16:42:02.034 INFO O| Feb 23 16:42:02.034 INFO STEP 386 (remove_files) COMPLETE
59892026-02-23T16:42:02.714Z[ recovery-image] Feb 23 16:42:02.034 INFO O| Feb 23 16:42:02.034 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902026-02-23T16:42:02.714Z[ recovery-image] Feb 23 16:42:02.050 INFO O| Feb 23 16:42:02.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59912026-02-23T16:42:02.714Z[ recovery-image] Feb 23 16:42:02.050 INFO O| Feb 23 16:42:02.050 INFO STEP 387 (remove_files) COMPLETE
59922026-02-23T16:42:02.714Z[ recovery-image] Feb 23 16:42:02.050 INFO O| Feb 23 16:42:02.050 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932026-02-23T16:42:02.738Z[ recovery-image] Feb 23 16:42:02.065 INFO O| Feb 23 16:42:02.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59942026-02-23T16:42:02.739Z[ recovery-image] Feb 23 16:42:02.065 INFO O| Feb 23 16:42:02.065 INFO STEP 388 (remove_files) COMPLETE
59952026-02-23T16:42:02.739Z[ recovery-image] Feb 23 16:42:02.065 INFO O| Feb 23 16:42:02.065 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962026-02-23T16:42:02.739Z[ recovery-image] Feb 23 16:42:02.079 INFO O| Feb 23 16:42:02.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59972026-02-23T16:42:02.739Z[ recovery-image] Feb 23 16:42:02.079 INFO O| Feb 23 16:42:02.079 INFO STEP 389 (remove_files) COMPLETE
59982026-02-23T16:42:02.739Z[ recovery-image] Feb 23 16:42:02.079 INFO O| Feb 23 16:42:02.079 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992026-02-23T16:42:02.763Z[ recovery-image] Feb 23 16:42:02.094 INFO O| Feb 23 16:42:02.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60002026-02-23T16:42:02.763Z[ recovery-image] Feb 23 16:42:02.095 INFO O| Feb 23 16:42:02.095 INFO STEP 390 (remove_files) COMPLETE
60012026-02-23T16:42:02.763Z[ recovery-image] Feb 23 16:42:02.095 INFO O| Feb 23 16:42:02.095 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022026-02-23T16:42:02.789Z[ recovery-image] Feb 23 16:42:02.106 INFO O| Feb 23 16:42:02.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60032026-02-23T16:42:02.789Z[ recovery-image] Feb 23 16:42:02.106 INFO O| Feb 23 16:42:02.106 INFO STEP 391 (remove_files) COMPLETE
60042026-02-23T16:42:02.789Z[ recovery-image] Feb 23 16:42:02.106 INFO O| Feb 23 16:42:02.106 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052026-02-23T16:42:02.789Z[ recovery-image] Feb 23 16:42:02.116 INFO O| Feb 23 16:42:02.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60062026-02-23T16:42:02.789Z[ recovery-image] Feb 23 16:42:02.116 INFO O| Feb 23 16:42:02.116 INFO STEP 392 (remove_files) COMPLETE
60072026-02-23T16:42:02.789Z[ recovery-image] Feb 23 16:42:02.117 INFO O| Feb 23 16:42:02.116 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082026-02-23T16:42:02.789Z[ recovery-image] Feb 23 16:42:02.127 INFO O| Feb 23 16:42:02.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60092026-02-23T16:42:02.789Z[ recovery-image] Feb 23 16:42:02.127 INFO O| Feb 23 16:42:02.127 INFO STEP 393 (remove_files) COMPLETE
60102026-02-23T16:42:02.789Z[ recovery-image] Feb 23 16:42:02.127 INFO O| Feb 23 16:42:02.127 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112026-02-23T16:42:02.813Z[ recovery-image] Feb 23 16:42:02.138 INFO O| Feb 23 16:42:02.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60122026-02-23T16:42:02.813Z[ recovery-image] Feb 23 16:42:02.138 INFO O| Feb 23 16:42:02.138 INFO STEP 394 (remove_files) COMPLETE
60132026-02-23T16:42:02.813Z[ recovery-image] Feb 23 16:42:02.138 INFO O| Feb 23 16:42:02.138 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142026-02-23T16:42:02.813Z[ recovery-image] Feb 23 16:42:02.150 INFO O| Feb 23 16:42:02.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60152026-02-23T16:42:02.813Z[ recovery-image] Feb 23 16:42:02.150 INFO O| Feb 23 16:42:02.150 INFO STEP 395 (remove_files) COMPLETE
60162026-02-23T16:42:02.814Z[ recovery-image] Feb 23 16:42:02.150 INFO O| Feb 23 16:42:02.150 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172026-02-23T16:42:02.838Z[ recovery-image] Feb 23 16:42:02.167 INFO O| Feb 23 16:42:02.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60182026-02-23T16:42:02.838Z[ recovery-image] Feb 23 16:42:02.167 INFO O| Feb 23 16:42:02.167 INFO STEP 396 (remove_files) COMPLETE
60192026-02-23T16:42:02.838Z[ recovery-image] Feb 23 16:42:02.167 INFO O| Feb 23 16:42:02.167 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202026-02-23T16:42:02.838Z[ recovery-image] Feb 23 16:42:02.179 INFO O| Feb 23 16:42:02.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60212026-02-23T16:42:02.863Z[ recovery-image] Feb 23 16:42:02.180 INFO O| Feb 23 16:42:02.180 INFO STEP 397 (remove_files) COMPLETE
60222026-02-23T16:42:02.863Z[ recovery-image] Feb 23 16:42:02.180 INFO O| Feb 23 16:42:02.180 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232026-02-23T16:42:02.863Z[ recovery-image] Feb 23 16:42:02.196 INFO O| Feb 23 16:42:02.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60242026-02-23T16:42:02.863Z[ recovery-image] Feb 23 16:42:02.196 INFO O| Feb 23 16:42:02.196 INFO STEP 398 (remove_files) COMPLETE
60252026-02-23T16:42:02.863Z[ recovery-image] Feb 23 16:42:02.196 INFO O| Feb 23 16:42:02.196 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262026-02-23T16:42:02.887Z[ recovery-image] Feb 23 16:42:02.208 INFO O| Feb 23 16:42:02.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60272026-02-23T16:42:02.887Z[ recovery-image] Feb 23 16:42:02.208 INFO O| Feb 23 16:42:02.208 INFO STEP 399 (remove_files) COMPLETE
60282026-02-23T16:42:02.887Z[ recovery-image] Feb 23 16:42:02.208 INFO O| Feb 23 16:42:02.208 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292026-02-23T16:42:02.887Z[ recovery-image] Feb 23 16:42:02.220 INFO O| Feb 23 16:42:02.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60302026-02-23T16:42:02.887Z[ recovery-image] Feb 23 16:42:02.220 INFO O| Feb 23 16:42:02.220 INFO STEP 400 (remove_files) COMPLETE
60312026-02-23T16:42:02.887Z[ recovery-image] Feb 23 16:42:02.220 INFO O| Feb 23 16:42:02.220 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322026-02-23T16:42:02.912Z[ recovery-image] Feb 23 16:42:02.231 INFO O| Feb 23 16:42:02.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60332026-02-23T16:42:02.912Z[ recovery-image] Feb 23 16:42:02.231 INFO O| Feb 23 16:42:02.231 INFO STEP 401 (remove_files) COMPLETE
60342026-02-23T16:42:02.912Z[ recovery-image] Feb 23 16:42:02.231 INFO O| Feb 23 16:42:02.231 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352026-02-23T16:42:02.912Z[ recovery-image] Feb 23 16:42:02.244 INFO O| Feb 23 16:42:02.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60362026-02-23T16:42:02.913Z[ recovery-image] Feb 23 16:42:02.244 INFO O| Feb 23 16:42:02.244 INFO STEP 402 (remove_files) COMPLETE
60372026-02-23T16:42:02.913Z[ recovery-image] Feb 23 16:42:02.244 INFO O| Feb 23 16:42:02.244 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382026-02-23T16:42:02.937Z[ recovery-image] Feb 23 16:42:02.258 INFO O| Feb 23 16:42:02.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60392026-02-23T16:42:02.937Z[ recovery-image] Feb 23 16:42:02.258 INFO O| Feb 23 16:42:02.258 INFO STEP 403 (remove_files) COMPLETE
60402026-02-23T16:42:02.937Z[ recovery-image] Feb 23 16:42:02.258 INFO O| Feb 23 16:42:02.258 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412026-02-23T16:42:02.937Z[ recovery-image] Feb 23 16:42:02.270 INFO O| Feb 23 16:42:02.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60422026-02-23T16:42:02.937Z[ recovery-image] Feb 23 16:42:02.270 INFO O| Feb 23 16:42:02.270 INFO STEP 404 (remove_files) COMPLETE
60432026-02-23T16:42:02.937Z[ recovery-image] Feb 23 16:42:02.270 INFO O| Feb 23 16:42:02.270 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442026-02-23T16:42:02.961Z[ recovery-image] Feb 23 16:42:02.282 INFO O| Feb 23 16:42:02.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60452026-02-23T16:42:02.961Z[ recovery-image] Feb 23 16:42:02.282 INFO O| Feb 23 16:42:02.282 INFO STEP 405 (remove_files) COMPLETE
60462026-02-23T16:42:02.961Z[ recovery-image] Feb 23 16:42:02.282 INFO O| Feb 23 16:42:02.282 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472026-02-23T16:42:02.962Z[ recovery-image] Feb 23 16:42:02.293 INFO O| Feb 23 16:42:02.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60482026-02-23T16:42:02.962Z[ recovery-image] Feb 23 16:42:02.294 INFO O| Feb 23 16:42:02.294 INFO STEP 406 (remove_files) COMPLETE
60492026-02-23T16:42:02.962Z[ recovery-image] Feb 23 16:42:02.294 INFO O| Feb 23 16:42:02.294 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502026-02-23T16:42:02.987Z[ recovery-image] Feb 23 16:42:02.304 INFO O| Feb 23 16:42:02.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60512026-02-23T16:42:02.987Z[ recovery-image] Feb 23 16:42:02.305 INFO O| Feb 23 16:42:02.305 INFO STEP 407 (remove_files) COMPLETE
60522026-02-23T16:42:02.987Z[ recovery-image] Feb 23 16:42:02.305 INFO O| Feb 23 16:42:02.305 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532026-02-23T16:42:02.987Z[ recovery-image] Feb 23 16:42:02.316 INFO O| Feb 23 16:42:02.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60542026-02-23T16:42:02.987Z[ recovery-image] Feb 23 16:42:02.316 INFO O| Feb 23 16:42:02.316 INFO STEP 408 (remove_files) COMPLETE
60552026-02-23T16:42:02.987Z[ recovery-image] Feb 23 16:42:02.316 INFO O| Feb 23 16:42:02.316 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562026-02-23T16:42:03.011Z[ recovery-image] Feb 23 16:42:02.331 INFO O| Feb 23 16:42:02.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60572026-02-23T16:42:03.011Z[ recovery-image] Feb 23 16:42:02.332 INFO O| Feb 23 16:42:02.332 INFO STEP 409 (remove_files) COMPLETE
60582026-02-23T16:42:03.011Z[ recovery-image] Feb 23 16:42:02.332 INFO O| Feb 23 16:42:02.332 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592026-02-23T16:42:03.012Z[ recovery-image] Feb 23 16:42:02.346 INFO O| Feb 23 16:42:02.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60602026-02-23T16:42:03.012Z[ recovery-image] Feb 23 16:42:02.346 INFO O| Feb 23 16:42:02.346 INFO STEP 410 (remove_files) COMPLETE
60612026-02-23T16:42:03.012Z[ recovery-image] Feb 23 16:42:02.346 INFO O| Feb 23 16:42:02.346 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622026-02-23T16:42:03.036Z[ recovery-image] Feb 23 16:42:02.358 INFO O| Feb 23 16:42:02.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60632026-02-23T16:42:03.037Z[ recovery-image] Feb 23 16:42:02.358 INFO O| Feb 23 16:42:02.358 INFO STEP 411 (remove_files) COMPLETE
60642026-02-23T16:42:03.037Z[ recovery-image] Feb 23 16:42:02.358 INFO O| Feb 23 16:42:02.358 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652026-02-23T16:42:03.037Z[ recovery-image] Feb 23 16:42:02.375 INFO O| Feb 23 16:42:02.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60662026-02-23T16:42:03.037Z[ recovery-image] Feb 23 16:42:02.375 INFO O| Feb 23 16:42:02.375 INFO STEP 412 (remove_files) COMPLETE
60672026-02-23T16:42:03.037Z[ recovery-image] Feb 23 16:42:02.375 INFO O| Feb 23 16:42:02.375 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682026-02-23T16:42:03.061Z[ recovery-image] Feb 23 16:42:02.387 INFO O| Feb 23 16:42:02.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60692026-02-23T16:42:03.061Z[ recovery-image] Feb 23 16:42:02.388 INFO O| Feb 23 16:42:02.388 INFO STEP 413 (remove_files) COMPLETE
60702026-02-23T16:42:03.061Z[ recovery-image] Feb 23 16:42:02.388 INFO O| Feb 23 16:42:02.388 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712026-02-23T16:42:03.061Z[ recovery-image] Feb 23 16:42:02.400 INFO O| Feb 23 16:42:02.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60722026-02-23T16:42:03.061Z[ recovery-image] Feb 23 16:42:02.400 INFO O| Feb 23 16:42:02.400 INFO STEP 414 (remove_files) COMPLETE
60732026-02-23T16:42:03.061Z[ recovery-image] Feb 23 16:42:02.400 INFO O| Feb 23 16:42:02.400 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742026-02-23T16:42:03.086Z[ recovery-image] Feb 23 16:42:02.412 INFO O| Feb 23 16:42:02.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60752026-02-23T16:42:03.086Z[ recovery-image] Feb 23 16:42:02.412 INFO O| Feb 23 16:42:02.412 INFO STEP 415 (remove_files) COMPLETE
60762026-02-23T16:42:03.086Z[ recovery-image] Feb 23 16:42:02.412 INFO O| Feb 23 16:42:02.412 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772026-02-23T16:42:03.087Z[ recovery-image] Feb 23 16:42:02.424 INFO O| Feb 23 16:42:02.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60782026-02-23T16:42:03.087Z[ recovery-image] Feb 23 16:42:02.424 INFO O| Feb 23 16:42:02.424 INFO STEP 416 (remove_files) COMPLETE
60792026-02-23T16:42:03.087Z[ recovery-image] Feb 23 16:42:02.424 INFO O| Feb 23 16:42:02.424 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802026-02-23T16:42:03.111Z[ recovery-image] Feb 23 16:42:02.437 INFO O| Feb 23 16:42:02.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60812026-02-23T16:42:03.111Z[ recovery-image] Feb 23 16:42:02.437 INFO O| Feb 23 16:42:02.437 INFO STEP 417 (remove_files) COMPLETE
60822026-02-23T16:42:03.112Z[ recovery-image] Feb 23 16:42:02.437 INFO O| Feb 23 16:42:02.437 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832026-02-23T16:42:03.112Z[ recovery-image] Feb 23 16:42:02.452 INFO O| Feb 23 16:42:02.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60842026-02-23T16:42:03.112Z[ recovery-image] Feb 23 16:42:02.452 INFO O| Feb 23 16:42:02.452 INFO STEP 418 (remove_files) COMPLETE
60852026-02-23T16:42:03.112Z[ recovery-image] Feb 23 16:42:02.452 INFO O| Feb 23 16:42:02.452 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862026-02-23T16:42:03.136Z[ recovery-image] Feb 23 16:42:02.465 INFO O| Feb 23 16:42:02.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60872026-02-23T16:42:03.136Z[ recovery-image] Feb 23 16:42:02.465 INFO O| Feb 23 16:42:02.465 INFO STEP 419 (remove_files) COMPLETE
60882026-02-23T16:42:03.136Z[ recovery-image] Feb 23 16:42:02.465 INFO O| Feb 23 16:42:02.465 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892026-02-23T16:42:03.160Z[ recovery-image] Feb 23 16:42:02.479 INFO O| Feb 23 16:42:02.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60902026-02-23T16:42:03.160Z[ recovery-image] Feb 23 16:42:02.479 INFO O| Feb 23 16:42:02.479 INFO STEP 420 (remove_files) COMPLETE
60912026-02-23T16:42:03.160Z[ recovery-image] Feb 23 16:42:02.479 INFO O| Feb 23 16:42:02.479 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922026-02-23T16:42:03.162Z[ recovery-image] Feb 23 16:42:02.499 INFO O| Feb 23 16:42:02.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60932026-02-23T16:42:03.162Z[ recovery-image] Feb 23 16:42:02.499 INFO O| Feb 23 16:42:02.499 INFO STEP 421 (remove_files) COMPLETE
60942026-02-23T16:42:03.162Z[ recovery-image] Feb 23 16:42:02.499 INFO O| Feb 23 16:42:02.499 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952026-02-23T16:42:03.186Z[ recovery-image] Feb 23 16:42:02.516 INFO O| Feb 23 16:42:02.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60962026-02-23T16:42:03.186Z[ recovery-image] Feb 23 16:42:02.516 INFO O| Feb 23 16:42:02.516 INFO STEP 422 (remove_files) COMPLETE
60972026-02-23T16:42:03.186Z[ recovery-image] Feb 23 16:42:02.516 INFO O| Feb 23 16:42:02.516 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982026-02-23T16:42:03.211Z[ recovery-image] Feb 23 16:42:02.531 INFO O| Feb 23 16:42:02.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60992026-02-23T16:42:03.211Z[ recovery-image] Feb 23 16:42:02.531 INFO O| Feb 23 16:42:02.531 INFO STEP 423 (remove_files) COMPLETE
61002026-02-23T16:42:03.211Z[ recovery-image] Feb 23 16:42:02.531 INFO O| Feb 23 16:42:02.531 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012026-02-23T16:42:03.211Z[ recovery-image] Feb 23 16:42:02.547 INFO O| Feb 23 16:42:02.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61022026-02-23T16:42:03.211Z[ recovery-image] Feb 23 16:42:02.547 INFO O| Feb 23 16:42:02.547 INFO STEP 424 (remove_files) COMPLETE
61032026-02-23T16:42:03.211Z[ recovery-image] Feb 23 16:42:02.547 INFO O| Feb 23 16:42:02.547 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042026-02-23T16:42:03.236Z[ recovery-image] Feb 23 16:42:02.560 INFO O| Feb 23 16:42:02.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61052026-02-23T16:42:03.236Z[ recovery-image] Feb 23 16:42:02.560 INFO O| Feb 23 16:42:02.560 INFO STEP 425 (remove_files) COMPLETE
61062026-02-23T16:42:03.236Z[ recovery-image] Feb 23 16:42:02.560 INFO O| Feb 23 16:42:02.560 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072026-02-23T16:42:03.236Z[ recovery-image] Feb 23 16:42:02.572 INFO O| Feb 23 16:42:02.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61082026-02-23T16:42:03.236Z[ recovery-image] Feb 23 16:42:02.573 INFO O| Feb 23 16:42:02.573 INFO STEP 426 (remove_files) COMPLETE
61092026-02-23T16:42:03.236Z[ recovery-image] Feb 23 16:42:02.573 INFO O| Feb 23 16:42:02.573 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102026-02-23T16:42:03.260Z[ recovery-image] Feb 23 16:42:02.584 INFO O| Feb 23 16:42:02.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61112026-02-23T16:42:03.261Z[ recovery-image] Feb 23 16:42:02.584 INFO O| Feb 23 16:42:02.584 INFO STEP 427 (remove_files) COMPLETE
61122026-02-23T16:42:03.261Z[ recovery-image] Feb 23 16:42:02.585 INFO O| Feb 23 16:42:02.584 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132026-02-23T16:42:03.261Z[ recovery-image] Feb 23 16:42:02.596 INFO O| Feb 23 16:42:02.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61142026-02-23T16:42:03.261Z[ recovery-image] Feb 23 16:42:02.596 INFO O| Feb 23 16:42:02.596 INFO STEP 428 (remove_files) COMPLETE
61152026-02-23T16:42:03.261Z[ recovery-image] Feb 23 16:42:02.596 INFO O| Feb 23 16:42:02.596 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162026-02-23T16:42:03.285Z[ recovery-image] Feb 23 16:42:02.612 INFO O| Feb 23 16:42:02.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61172026-02-23T16:42:03.285Z[ recovery-image] Feb 23 16:42:02.612 INFO O| Feb 23 16:42:02.612 INFO STEP 429 (remove_files) COMPLETE
61182026-02-23T16:42:03.285Z[ recovery-image] Feb 23 16:42:02.612 INFO O| Feb 23 16:42:02.612 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192026-02-23T16:42:03.309Z[ recovery-image] Feb 23 16:42:02.628 INFO O| Feb 23 16:42:02.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61202026-02-23T16:42:03.310Z[ recovery-image] Feb 23 16:42:02.628 INFO O| Feb 23 16:42:02.628 INFO STEP 430 (remove_files) COMPLETE
61212026-02-23T16:42:03.310Z[ recovery-image] Feb 23 16:42:02.628 INFO O| Feb 23 16:42:02.628 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222026-02-23T16:42:03.310Z[ recovery-image] Feb 23 16:42:02.645 INFO O| Feb 23 16:42:02.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61232026-02-23T16:42:03.310Z[ recovery-image] Feb 23 16:42:02.645 INFO O| Feb 23 16:42:02.645 INFO STEP 431 (remove_files) COMPLETE
61242026-02-23T16:42:03.310Z[ recovery-image] Feb 23 16:42:02.645 INFO O| Feb 23 16:42:02.645 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252026-02-23T16:42:03.335Z[ recovery-image] Feb 23 16:42:02.670 INFO O| Feb 23 16:42:02.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61262026-02-23T16:42:03.335Z[ recovery-image] Feb 23 16:42:02.670 INFO O| Feb 23 16:42:02.670 INFO STEP 432 (remove_files) COMPLETE
61272026-02-23T16:42:03.335Z[ recovery-image] Feb 23 16:42:02.670 INFO O| Feb 23 16:42:02.670 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282026-02-23T16:42:03.360Z[ recovery-image] Feb 23 16:42:02.686 INFO O| Feb 23 16:42:02.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61292026-02-23T16:42:03.360Z[ recovery-image] Feb 23 16:42:02.686 INFO O| Feb 23 16:42:02.686 INFO STEP 433 (remove_files) COMPLETE
61302026-02-23T16:42:03.360Z[ recovery-image] Feb 23 16:42:02.686 INFO O| Feb 23 16:42:02.686 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312026-02-23T16:42:03.384Z[ recovery-image] Feb 23 16:42:02.702 INFO O| Feb 23 16:42:02.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61322026-02-23T16:42:03.384Z[ recovery-image] Feb 23 16:42:02.702 INFO O| Feb 23 16:42:02.702 INFO STEP 434 (remove_files) COMPLETE
61332026-02-23T16:42:03.384Z[ recovery-image] Feb 23 16:42:02.702 INFO O| Feb 23 16:42:02.702 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342026-02-23T16:42:03.384Z[ recovery-image] Feb 23 16:42:02.715 INFO O| Feb 23 16:42:02.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61352026-02-23T16:42:03.384Z[ recovery-image] Feb 23 16:42:02.715 INFO O| Feb 23 16:42:02.715 INFO STEP 435 (remove_files) COMPLETE
61362026-02-23T16:42:03.384Z[ recovery-image] Feb 23 16:42:02.715 INFO O| Feb 23 16:42:02.715 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372026-02-23T16:42:03.410Z[ recovery-image] Feb 23 16:42:02.731 INFO O| Feb 23 16:42:02.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61382026-02-23T16:42:03.410Z[ recovery-image] Feb 23 16:42:02.731 INFO O| Feb 23 16:42:02.731 INFO STEP 436 (remove_files) COMPLETE
61392026-02-23T16:42:03.410Z[ recovery-image] Feb 23 16:42:02.731 INFO O| Feb 23 16:42:02.731 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402026-02-23T16:42:03.410Z[ recovery-image] Feb 23 16:42:02.747 INFO O| Feb 23 16:42:02.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61412026-02-23T16:42:03.410Z[ recovery-image] Feb 23 16:42:02.747 INFO O| Feb 23 16:42:02.747 INFO STEP 437 (remove_files) COMPLETE
61422026-02-23T16:42:03.410Z[ recovery-image] Feb 23 16:42:02.747 INFO O| Feb 23 16:42:02.747 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432026-02-23T16:42:03.434Z[ recovery-image] Feb 23 16:42:02.761 INFO O| Feb 23 16:42:02.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61442026-02-23T16:42:03.434Z[ recovery-image] Feb 23 16:42:02.761 INFO O| Feb 23 16:42:02.761 INFO STEP 438 (remove_files) COMPLETE
61452026-02-23T16:42:03.435Z[ recovery-image] Feb 23 16:42:02.761 INFO O| Feb 23 16:42:02.761 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462026-02-23T16:42:03.435Z[ recovery-image] Feb 23 16:42:02.772 INFO O| Feb 23 16:42:02.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61472026-02-23T16:42:03.435Z[ recovery-image] Feb 23 16:42:02.772 INFO O| Feb 23 16:42:02.772 INFO STEP 439 (remove_files) COMPLETE
61482026-02-23T16:42:03.435Z[ recovery-image] Feb 23 16:42:02.772 INFO O| Feb 23 16:42:02.772 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492026-02-23T16:42:03.459Z[ recovery-image] Feb 23 16:42:02.784 INFO O| Feb 23 16:42:02.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61502026-02-23T16:42:03.459Z[ recovery-image] Feb 23 16:42:02.784 INFO O| Feb 23 16:42:02.784 INFO STEP 440 (remove_files) COMPLETE
61512026-02-23T16:42:03.459Z[ recovery-image] Feb 23 16:42:02.784 INFO O| Feb 23 16:42:02.784 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522026-02-23T16:42:03.459Z[ recovery-image] Feb 23 16:42:02.800 INFO O| Feb 23 16:42:02.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61532026-02-23T16:42:03.459Z[ recovery-image] Feb 23 16:42:02.800 INFO O| Feb 23 16:42:02.800 INFO STEP 441 (remove_files) COMPLETE
61542026-02-23T16:42:03.459Z[ recovery-image] Feb 23 16:42:02.800 INFO O| Feb 23 16:42:02.800 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552026-02-23T16:42:03.484Z[ recovery-image] Feb 23 16:42:02.814 INFO O| Feb 23 16:42:02.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61562026-02-23T16:42:03.484Z[ recovery-image] Feb 23 16:42:02.814 INFO O| Feb 23 16:42:02.814 INFO STEP 442 (remove_files) COMPLETE
61572026-02-23T16:42:03.484Z[ recovery-image] Feb 23 16:42:02.814 INFO O| Feb 23 16:42:02.814 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582026-02-23T16:42:03.508Z[ recovery-image] Feb 23 16:42:02.828 INFO O| Feb 23 16:42:02.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61592026-02-23T16:42:03.508Z[ recovery-image] Feb 23 16:42:02.828 INFO O| Feb 23 16:42:02.828 INFO STEP 443 (remove_files) COMPLETE
61602026-02-23T16:42:03.508Z[ recovery-image] Feb 23 16:42:02.828 INFO O| Feb 23 16:42:02.828 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612026-02-23T16:42:03.508Z[ recovery-image] Feb 23 16:42:02.840 INFO O| Feb 23 16:42:02.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61622026-02-23T16:42:03.508Z[ recovery-image] Feb 23 16:42:02.841 INFO O| Feb 23 16:42:02.840 INFO STEP 444 (remove_files) COMPLETE
61632026-02-23T16:42:03.508Z[ recovery-image] Feb 23 16:42:02.841 INFO O| Feb 23 16:42:02.841 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642026-02-23T16:42:03.533Z[ recovery-image] Feb 23 16:42:02.857 INFO O| Feb 23 16:42:02.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61652026-02-23T16:42:03.533Z[ recovery-image] Feb 23 16:42:02.857 INFO O| Feb 23 16:42:02.857 INFO STEP 445 (remove_files) COMPLETE
61662026-02-23T16:42:03.533Z[ recovery-image] Feb 23 16:42:02.857 INFO O| Feb 23 16:42:02.857 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672026-02-23T16:42:03.533Z[ recovery-image] Feb 23 16:42:02.871 INFO O| Feb 23 16:42:02.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61682026-02-23T16:42:03.533Z[ recovery-image] Feb 23 16:42:02.871 INFO O| Feb 23 16:42:02.871 INFO STEP 446 (remove_files) COMPLETE
61692026-02-23T16:42:03.533Z[ recovery-image] Feb 23 16:42:02.871 INFO O| Feb 23 16:42:02.871 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702026-02-23T16:42:03.558Z[ recovery-image] Feb 23 16:42:02.885 INFO O| Feb 23 16:42:02.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61712026-02-23T16:42:03.558Z[ recovery-image] Feb 23 16:42:02.885 INFO O| Feb 23 16:42:02.885 INFO STEP 447 (remove_files) COMPLETE
61722026-02-23T16:42:03.558Z[ recovery-image] Feb 23 16:42:02.885 INFO O| Feb 23 16:42:02.885 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732026-02-23T16:42:03.558Z[ recovery-image] Feb 23 16:42:02.897 INFO O| Feb 23 16:42:02.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61742026-02-23T16:42:03.558Z[ recovery-image] Feb 23 16:42:02.897 INFO O| Feb 23 16:42:02.897 INFO STEP 448 (remove_files) COMPLETE
61752026-02-23T16:42:03.558Z[ recovery-image] Feb 23 16:42:02.897 INFO O| Feb 23 16:42:02.897 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762026-02-23T16:42:03.583Z[ recovery-image] Feb 23 16:42:02.912 INFO O| Feb 23 16:42:02.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61772026-02-23T16:42:03.583Z[ recovery-image] Feb 23 16:42:02.912 INFO O| Feb 23 16:42:02.912 INFO STEP 449 (remove_files) COMPLETE
61782026-02-23T16:42:03.583Z[ recovery-image] Feb 23 16:42:02.912 INFO O| Feb 23 16:42:02.912 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792026-02-23T16:42:03.608Z[ recovery-image] Feb 23 16:42:02.925 INFO O| Feb 23 16:42:02.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61802026-02-23T16:42:03.608Z[ recovery-image] Feb 23 16:42:02.925 INFO O| Feb 23 16:42:02.925 INFO STEP 450 (remove_files) COMPLETE
61812026-02-23T16:42:03.608Z[ recovery-image] Feb 23 16:42:02.925 INFO O| Feb 23 16:42:02.925 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822026-02-23T16:42:03.609Z[ recovery-image] Feb 23 16:42:02.938 INFO O| Feb 23 16:42:02.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61832026-02-23T16:42:03.609Z[ recovery-image] Feb 23 16:42:02.939 INFO O| Feb 23 16:42:02.939 INFO STEP 451 (remove_files) COMPLETE
61842026-02-23T16:42:03.609Z[ recovery-image] Feb 23 16:42:02.939 INFO O| Feb 23 16:42:02.939 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852026-02-23T16:42:03.634Z[ recovery-image] Feb 23 16:42:02.952 INFO O| Feb 23 16:42:02.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61862026-02-23T16:42:03.634Z[ recovery-image] Feb 23 16:42:02.952 INFO O| Feb 23 16:42:02.952 INFO STEP 452 (remove_files) COMPLETE
61872026-02-23T16:42:03.634Z[ recovery-image] Feb 23 16:42:02.952 INFO O| Feb 23 16:42:02.952 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882026-02-23T16:42:03.634Z[ recovery-image] Feb 23 16:42:02.965 INFO O| Feb 23 16:42:02.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61892026-02-23T16:42:03.634Z[ recovery-image] Feb 23 16:42:02.965 INFO O| Feb 23 16:42:02.965 INFO STEP 453 (remove_files) COMPLETE
61902026-02-23T16:42:03.634Z[ recovery-image] Feb 23 16:42:02.965 INFO O| Feb 23 16:42:02.965 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912026-02-23T16:42:03.658Z[ recovery-image] Feb 23 16:42:02.979 INFO O| Feb 23 16:42:02.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61922026-02-23T16:42:03.658Z[ recovery-image] Feb 23 16:42:02.979 INFO O| Feb 23 16:42:02.979 INFO STEP 454 (remove_files) COMPLETE
61932026-02-23T16:42:03.658Z[ recovery-image] Feb 23 16:42:02.979 INFO O| Feb 23 16:42:02.979 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942026-02-23T16:42:03.658Z[ recovery-image] Feb 23 16:42:02.990 INFO O| Feb 23 16:42:02.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61952026-02-23T16:42:03.658Z[ recovery-image] Feb 23 16:42:02.991 INFO O| Feb 23 16:42:02.990 INFO STEP 455 (remove_files) COMPLETE
61962026-02-23T16:42:03.658Z[ recovery-image] Feb 23 16:42:02.991 INFO O| Feb 23 16:42:02.991 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972026-02-23T16:42:03.684Z[ recovery-image] Feb 23 16:42:03.003 INFO O| Feb 23 16:42:03.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61982026-02-23T16:42:03.684Z[ recovery-image] Feb 23 16:42:03.003 INFO O| Feb 23 16:42:03.003 INFO STEP 456 (remove_files) COMPLETE
61992026-02-23T16:42:03.684Z[ recovery-image] Feb 23 16:42:03.003 INFO O| Feb 23 16:42:03.003 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002026-02-23T16:42:03.684Z[ recovery-image] Feb 23 16:42:03.015 INFO O| Feb 23 16:42:03.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62012026-02-23T16:42:03.684Z[ recovery-image] Feb 23 16:42:03.015 INFO O| Feb 23 16:42:03.015 INFO STEP 457 (remove_files) COMPLETE
62022026-02-23T16:42:03.684Z[ recovery-image] Feb 23 16:42:03.015 INFO O| Feb 23 16:42:03.015 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032026-02-23T16:42:03.709Z[ recovery-image] Feb 23 16:42:03.026 INFO O| Feb 23 16:42:03.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62042026-02-23T16:42:03.709Z[ recovery-image] Feb 23 16:42:03.026 INFO O| Feb 23 16:42:03.026 INFO STEP 458 (remove_files) COMPLETE
62052026-02-23T16:42:03.709Z[ recovery-image] Feb 23 16:42:03.026 INFO O| Feb 23 16:42:03.026 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062026-02-23T16:42:03.709Z[ recovery-image] Feb 23 16:42:03.037 INFO O| Feb 23 16:42:03.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62072026-02-23T16:42:03.709Z[ recovery-image] Feb 23 16:42:03.037 INFO O| Feb 23 16:42:03.037 INFO STEP 459 (remove_files) COMPLETE
62082026-02-23T16:42:03.709Z[ recovery-image] Feb 23 16:42:03.037 INFO O| Feb 23 16:42:03.037 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092026-02-23T16:42:03.709Z[ recovery-image] Feb 23 16:42:03.049 INFO O| Feb 23 16:42:03.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62102026-02-23T16:42:03.709Z[ recovery-image] Feb 23 16:42:03.049 INFO O| Feb 23 16:42:03.049 INFO STEP 460 (remove_files) COMPLETE
62112026-02-23T16:42:03.709Z[ recovery-image] Feb 23 16:42:03.049 INFO O| Feb 23 16:42:03.049 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122026-02-23T16:42:03.735Z[ recovery-image] Feb 23 16:42:03.072 INFO O| Feb 23 16:42:03.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62132026-02-23T16:42:03.735Z[ recovery-image] Feb 23 16:42:03.072 INFO O| Feb 23 16:42:03.072 INFO STEP 461 (remove_files) COMPLETE
62142026-02-23T16:42:03.735Z[ recovery-image] Feb 23 16:42:03.072 INFO O| Feb 23 16:42:03.072 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152026-02-23T16:42:03.760Z[ recovery-image] Feb 23 16:42:03.088 INFO O| Feb 23 16:42:03.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62162026-02-23T16:42:03.760Z[ recovery-image] Feb 23 16:42:03.088 INFO O| Feb 23 16:42:03.088 INFO STEP 462 (remove_files) COMPLETE
62172026-02-23T16:42:03.760Z[ recovery-image] Feb 23 16:42:03.088 INFO O| Feb 23 16:42:03.088 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182026-02-23T16:42:03.784Z[ recovery-image] Feb 23 16:42:03.105 INFO O| Feb 23 16:42:03.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62192026-02-23T16:42:03.784Z[ recovery-image] Feb 23 16:42:03.106 INFO O| Feb 23 16:42:03.106 INFO STEP 463 (remove_files) COMPLETE
62202026-02-23T16:42:03.784Z[ recovery-image] Feb 23 16:42:03.106 INFO O| Feb 23 16:42:03.106 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212026-02-23T16:42:03.784Z[ recovery-image] Feb 23 16:42:03.121 INFO O| Feb 23 16:42:03.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62222026-02-23T16:42:03.784Z[ recovery-image] Feb 23 16:42:03.122 INFO O| Feb 23 16:42:03.122 INFO STEP 464 (remove_files) COMPLETE
62232026-02-23T16:42:03.784Z[ recovery-image] Feb 23 16:42:03.122 INFO O| Feb 23 16:42:03.122 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242026-02-23T16:42:03.809Z[ recovery-image] Feb 23 16:42:03.139 INFO O| Feb 23 16:42:03.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62252026-02-23T16:42:03.809Z[ recovery-image] Feb 23 16:42:03.139 INFO O| Feb 23 16:42:03.139 INFO STEP 465 (remove_files) COMPLETE
62262026-02-23T16:42:03.809Z[ recovery-image] Feb 23 16:42:03.139 INFO O| Feb 23 16:42:03.139 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272026-02-23T16:42:03.834Z[ recovery-image] Feb 23 16:42:03.152 INFO O| Feb 23 16:42:03.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62282026-02-23T16:42:03.834Z[ recovery-image] Feb 23 16:42:03.152 INFO O| Feb 23 16:42:03.152 INFO STEP 466 (remove_files) COMPLETE
62292026-02-23T16:42:03.834Z[ recovery-image] Feb 23 16:42:03.152 INFO O| Feb 23 16:42:03.152 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302026-02-23T16:42:03.834Z[ recovery-image] Feb 23 16:42:03.163 INFO O| Feb 23 16:42:03.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62312026-02-23T16:42:03.834Z[ recovery-image] Feb 23 16:42:03.163 INFO O| Feb 23 16:42:03.163 INFO STEP 467 (remove_files) COMPLETE
62322026-02-23T16:42:03.834Z[ recovery-image] Feb 23 16:42:03.163 INFO O| Feb 23 16:42:03.163 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332026-02-23T16:42:03.834Z[ recovery-image] Feb 23 16:42:03.174 INFO O| Feb 23 16:42:03.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62342026-02-23T16:42:03.834Z[ recovery-image] Feb 23 16:42:03.174 INFO O| Feb 23 16:42:03.174 INFO STEP 468 (remove_files) COMPLETE
62352026-02-23T16:42:03.834Z[ recovery-image] Feb 23 16:42:03.174 INFO O| Feb 23 16:42:03.174 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362026-02-23T16:42:03.858Z[ recovery-image] Feb 23 16:42:03.184 INFO O| Feb 23 16:42:03.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62372026-02-23T16:42:03.858Z[ recovery-image] Feb 23 16:42:03.185 INFO O| Feb 23 16:42:03.185 INFO STEP 469 (remove_files) COMPLETE
62382026-02-23T16:42:03.858Z[ recovery-image] Feb 23 16:42:03.185 INFO O| Feb 23 16:42:03.185 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392026-02-23T16:42:03.882Z[ recovery-image] Feb 23 16:42:03.202 INFO O| Feb 23 16:42:03.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62402026-02-23T16:42:03.883Z[ recovery-image] Feb 23 16:42:03.202 INFO O| Feb 23 16:42:03.202 INFO STEP 470 (remove_files) COMPLETE
62412026-02-23T16:42:03.883Z[ recovery-image] Feb 23 16:42:03.202 INFO O| Feb 23 16:42:03.202 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422026-02-23T16:42:03.883Z[ recovery-image] Feb 23 16:42:03.216 INFO O| Feb 23 16:42:03.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62432026-02-23T16:42:03.883Z[ recovery-image] Feb 23 16:42:03.216 INFO O| Feb 23 16:42:03.216 INFO STEP 471 (remove_files) COMPLETE
62442026-02-23T16:42:03.883Z[ recovery-image] Feb 23 16:42:03.217 INFO O| Feb 23 16:42:03.216 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452026-02-23T16:42:03.907Z[ recovery-image] Feb 23 16:42:03.233 INFO O| Feb 23 16:42:03.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62462026-02-23T16:42:03.907Z[ recovery-image] Feb 23 16:42:03.233 INFO O| Feb 23 16:42:03.233 INFO STEP 472 (remove_files) COMPLETE
62472026-02-23T16:42:03.907Z[ recovery-image] Feb 23 16:42:03.233 INFO O| Feb 23 16:42:03.233 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482026-02-23T16:42:03.932Z[ recovery-image] Feb 23 16:42:03.252 INFO O| Feb 23 16:42:03.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62492026-02-23T16:42:03.932Z[ recovery-image] Feb 23 16:42:03.252 INFO O| Feb 23 16:42:03.252 INFO STEP 473 (remove_files) COMPLETE
62502026-02-23T16:42:03.932Z[ recovery-image] Feb 23 16:42:03.252 INFO O| Feb 23 16:42:03.252 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512026-02-23T16:42:03.932Z[ recovery-image] Feb 23 16:42:03.270 INFO O| Feb 23 16:42:03.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62522026-02-23T16:42:03.932Z[ recovery-image] Feb 23 16:42:03.270 INFO O| Feb 23 16:42:03.270 INFO STEP 474 (remove_files) COMPLETE
62532026-02-23T16:42:03.932Z[ recovery-image] Feb 23 16:42:03.270 INFO O| Feb 23 16:42:03.270 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542026-02-23T16:42:03.956Z[ recovery-image] Feb 23 16:42:03.284 INFO O| Feb 23 16:42:03.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62552026-02-23T16:42:03.956Z[ recovery-image] Feb 23 16:42:03.284 INFO O| Feb 23 16:42:03.284 INFO STEP 475 (remove_files) COMPLETE
62562026-02-23T16:42:03.956Z[ recovery-image] Feb 23 16:42:03.284 INFO O| Feb 23 16:42:03.284 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572026-02-23T16:42:03.981Z[ recovery-image] Feb 23 16:42:03.300 INFO O| Feb 23 16:42:03.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62582026-02-23T16:42:03.981Z[ recovery-image] Feb 23 16:42:03.301 INFO O| Feb 23 16:42:03.301 INFO STEP 476 (remove_files) COMPLETE
62592026-02-23T16:42:03.981Z[ recovery-image] Feb 23 16:42:03.301 INFO O| Feb 23 16:42:03.301 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602026-02-23T16:42:03.981Z[ recovery-image] Feb 23 16:42:03.321 INFO O| Feb 23 16:42:03.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62612026-02-23T16:42:03.981Z[ recovery-image] Feb 23 16:42:03.321 INFO O| Feb 23 16:42:03.321 INFO STEP 477 (remove_files) COMPLETE
62622026-02-23T16:42:03.981Z[ recovery-image] Feb 23 16:42:03.321 INFO O| Feb 23 16:42:03.321 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632026-02-23T16:42:04.006Z[ recovery-image] Feb 23 16:42:03.339 INFO O| Feb 23 16:42:03.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62642026-02-23T16:42:04.006Z[ recovery-image] Feb 23 16:42:03.340 INFO O| Feb 23 16:42:03.340 INFO STEP 478 (remove_files) COMPLETE
62652026-02-23T16:42:04.006Z[ recovery-image] Feb 23 16:42:03.340 INFO O| Feb 23 16:42:03.340 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662026-02-23T16:42:04.030Z[ recovery-image] Feb 23 16:42:03.355 INFO O| Feb 23 16:42:03.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62672026-02-23T16:42:04.030Z[ recovery-image] Feb 23 16:42:03.355 INFO O| Feb 23 16:42:03.355 INFO STEP 479 (remove_files) COMPLETE
62682026-02-23T16:42:04.030Z[ recovery-image] Feb 23 16:42:03.355 INFO O| Feb 23 16:42:03.355 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692026-02-23T16:42:04.030Z[ recovery-image] Feb 23 16:42:03.368 INFO O| Feb 23 16:42:03.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62702026-02-23T16:42:04.030Z[ recovery-image] Feb 23 16:42:03.369 INFO O| Feb 23 16:42:03.368 INFO STEP 480 (remove_files) COMPLETE
62712026-02-23T16:42:04.030Z[ recovery-image] Feb 23 16:42:03.369 INFO O| Feb 23 16:42:03.369 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722026-02-23T16:42:04.106Z[ recovery-image] Feb 23 16:42:03.386 INFO O| Feb 23 16:42:03.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62732026-02-23T16:42:04.106Z[ recovery-image] Feb 23 16:42:03.386 INFO O| Feb 23 16:42:03.386 INFO STEP 481 (remove_files) COMPLETE
62742026-02-23T16:42:04.106Z[ recovery-image] Feb 23 16:42:03.386 INFO O| Feb 23 16:42:03.386 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752026-02-23T16:42:04.132Z[ recovery-image] Feb 23 16:42:03.402 INFO O| Feb 23 16:42:03.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62762026-02-23T16:42:04.132Z[ recovery-image] Feb 23 16:42:03.402 INFO O| Feb 23 16:42:03.402 INFO STEP 482 (remove_files) COMPLETE
62772026-02-23T16:42:04.132Z[ recovery-image] Feb 23 16:42:03.402 INFO O| Feb 23 16:42:03.402 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782026-02-23T16:42:04.132Z[ recovery-image] Feb 23 16:42:03.415 INFO O| Feb 23 16:42:03.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62792026-02-23T16:42:04.132Z[ recovery-image] Feb 23 16:42:03.415 INFO O| Feb 23 16:42:03.415 INFO STEP 483 (remove_files) COMPLETE
62802026-02-23T16:42:04.132Z[ recovery-image] Feb 23 16:42:03.415 INFO O| Feb 23 16:42:03.415 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812026-02-23T16:42:04.133Z[ recovery-image] Feb 23 16:42:03.427 INFO O| Feb 23 16:42:03.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62822026-02-23T16:42:04.133Z[ recovery-image] Feb 23 16:42:03.428 INFO O| Feb 23 16:42:03.427 INFO STEP 484 (remove_files) COMPLETE
62832026-02-23T16:42:04.133Z[ recovery-image] Feb 23 16:42:03.428 INFO O| Feb 23 16:42:03.427 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842026-02-23T16:42:04.133Z[ recovery-image] Feb 23 16:42:03.439 INFO O| Feb 23 16:42:03.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62852026-02-23T16:42:04.133Z[ recovery-image] Feb 23 16:42:03.439 INFO O| Feb 23 16:42:03.439 INFO STEP 485 (remove_files) COMPLETE
62862026-02-23T16:42:04.133Z[ recovery-image] Feb 23 16:42:03.440 INFO O| Feb 23 16:42:03.439 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872026-02-23T16:42:04.133Z[ recovery-image] Feb 23 16:42:03.451 INFO O| Feb 23 16:42:03.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62882026-02-23T16:42:04.134Z[ recovery-image] Feb 23 16:42:03.451 INFO O| Feb 23 16:42:03.451 INFO STEP 486 (remove_files) COMPLETE
62892026-02-23T16:42:04.134Z[ recovery-image] Feb 23 16:42:03.451 INFO O| Feb 23 16:42:03.451 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902026-02-23T16:42:04.134Z[ recovery-image] Feb 23 16:42:03.462 INFO O| Feb 23 16:42:03.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62912026-02-23T16:42:04.134Z[ recovery-image] Feb 23 16:42:03.463 INFO O| Feb 23 16:42:03.462 INFO STEP 487 (remove_files) COMPLETE
62922026-02-23T16:42:04.134Z[ recovery-image] Feb 23 16:42:03.463 INFO O| Feb 23 16:42:03.463 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932026-02-23T16:42:04.159Z[ recovery-image] Feb 23 16:42:03.474 INFO O| Feb 23 16:42:03.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62942026-02-23T16:42:04.159Z[ recovery-image] Feb 23 16:42:03.475 INFO O| Feb 23 16:42:03.474 INFO STEP 488 (remove_files) COMPLETE
62952026-02-23T16:42:04.159Z[ recovery-image] Feb 23 16:42:03.475 INFO O| Feb 23 16:42:03.475 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962026-02-23T16:42:04.183Z[ recovery-image] Feb 23 16:42:03.490 INFO O| Feb 23 16:42:03.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62972026-02-23T16:42:04.183Z[ recovery-image] Feb 23 16:42:03.491 INFO O| Feb 23 16:42:03.491 INFO STEP 489 (remove_files) COMPLETE
62982026-02-23T16:42:04.183Z[ recovery-image] Feb 23 16:42:03.491 INFO O| Feb 23 16:42:03.491 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992026-02-23T16:42:04.183Z[ recovery-image] Feb 23 16:42:03.506 INFO O| Feb 23 16:42:03.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63002026-02-23T16:42:04.183Z[ recovery-image] Feb 23 16:42:03.507 INFO O| Feb 23 16:42:03.506 INFO STEP 490 (remove_files) COMPLETE
63012026-02-23T16:42:04.183Z[ recovery-image] Feb 23 16:42:03.507 INFO O| Feb 23 16:42:03.507 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022026-02-23T16:42:04.184Z[ recovery-image] Feb 23 16:42:03.522 INFO O| Feb 23 16:42:03.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63032026-02-23T16:42:04.184Z[ recovery-image] Feb 23 16:42:03.523 INFO O| Feb 23 16:42:03.522 INFO STEP 491 (remove_files) COMPLETE
63042026-02-23T16:42:04.184Z[ recovery-image] Feb 23 16:42:03.523 INFO O| Feb 23 16:42:03.523 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052026-02-23T16:42:04.209Z[ recovery-image] Feb 23 16:42:03.533 INFO O| Feb 23 16:42:03.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63062026-02-23T16:42:04.209Z[ recovery-image] Feb 23 16:42:03.534 INFO O| Feb 23 16:42:03.534 INFO STEP 492 (remove_files) COMPLETE
63072026-02-23T16:42:04.209Z[ recovery-image] Feb 23 16:42:03.534 INFO O| Feb 23 16:42:03.534 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082026-02-23T16:42:04.209Z[ recovery-image] Feb 23 16:42:03.544 INFO O| Feb 23 16:42:03.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63092026-02-23T16:42:04.209Z[ recovery-image] Feb 23 16:42:03.544 INFO O| Feb 23 16:42:03.544 INFO STEP 493 (remove_files) COMPLETE
63102026-02-23T16:42:04.209Z[ recovery-image] Feb 23 16:42:03.544 INFO O| Feb 23 16:42:03.544 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112026-02-23T16:42:04.233Z[ recovery-image] Feb 23 16:42:03.559 INFO O| Feb 23 16:42:03.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63122026-02-23T16:42:04.233Z[ recovery-image] Feb 23 16:42:03.559 INFO O| Feb 23 16:42:03.559 INFO STEP 494 (remove_files) COMPLETE
63132026-02-23T16:42:04.233Z[ recovery-image] Feb 23 16:42:03.559 INFO O| Feb 23 16:42:03.559 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142026-02-23T16:42:04.233Z[ recovery-image] Feb 23 16:42:03.572 INFO O| Feb 23 16:42:03.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63152026-02-23T16:42:04.233Z[ recovery-image] Feb 23 16:42:03.572 INFO O| Feb 23 16:42:03.572 INFO STEP 495 (remove_files) COMPLETE
63162026-02-23T16:42:04.234Z[ recovery-image] Feb 23 16:42:03.572 INFO O| Feb 23 16:42:03.572 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172026-02-23T16:42:04.259Z[ recovery-image] Feb 23 16:42:03.587 INFO O| Feb 23 16:42:03.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63182026-02-23T16:42:04.259Z[ recovery-image] Feb 23 16:42:03.587 INFO O| Feb 23 16:42:03.587 INFO STEP 496 (remove_files) COMPLETE
63192026-02-23T16:42:04.259Z[ recovery-image] Feb 23 16:42:03.587 INFO O| Feb 23 16:42:03.587 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202026-02-23T16:42:04.283Z[ recovery-image] Feb 23 16:42:03.601 INFO O| Feb 23 16:42:03.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63212026-02-23T16:42:04.284Z[ recovery-image] Feb 23 16:42:03.601 INFO O| Feb 23 16:42:03.601 INFO STEP 497 (remove_files) COMPLETE
63222026-02-23T16:42:04.284Z[ recovery-image] Feb 23 16:42:03.602 INFO O| Feb 23 16:42:03.601 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232026-02-23T16:42:04.284Z[ recovery-image] Feb 23 16:42:03.618 INFO O| Feb 23 16:42:03.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63242026-02-23T16:42:04.284Z[ recovery-image] Feb 23 16:42:03.618 INFO O| Feb 23 16:42:03.618 INFO STEP 498 (remove_files) COMPLETE
63252026-02-23T16:42:04.284Z[ recovery-image] Feb 23 16:42:03.618 INFO O| Feb 23 16:42:03.618 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262026-02-23T16:42:04.308Z[ recovery-image] Feb 23 16:42:03.629 INFO O| Feb 23 16:42:03.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63272026-02-23T16:42:04.308Z[ recovery-image] Feb 23 16:42:03.630 INFO O| Feb 23 16:42:03.630 INFO STEP 499 (remove_files) COMPLETE
63282026-02-23T16:42:04.308Z[ recovery-image] Feb 23 16:42:03.630 INFO O| Feb 23 16:42:03.630 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292026-02-23T16:42:04.333Z[ recovery-image] Feb 23 16:42:03.656 INFO O| Feb 23 16:42:03.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63302026-02-23T16:42:04.333Z[ recovery-image] Feb 23 16:42:03.656 INFO O| Feb 23 16:42:03.656 INFO STEP 500 (remove_files) COMPLETE
63312026-02-23T16:42:04.333Z[ recovery-image] Feb 23 16:42:03.656 INFO O| Feb 23 16:42:03.656 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322026-02-23T16:42:04.358Z[ recovery-image] Feb 23 16:42:03.682 INFO O| Feb 23 16:42:03.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63332026-02-23T16:42:04.358Z[ recovery-image] Feb 23 16:42:03.682 INFO O| Feb 23 16:42:03.682 INFO STEP 501 (remove_files) COMPLETE
63342026-02-23T16:42:04.358Z[ recovery-image] Feb 23 16:42:03.682 INFO O| Feb 23 16:42:03.682 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352026-02-23T16:42:04.358Z[ recovery-image] Feb 23 16:42:03.698 INFO O| Feb 23 16:42:03.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63362026-02-23T16:42:04.358Z[ recovery-image] Feb 23 16:42:03.699 INFO O| Feb 23 16:42:03.699 INFO STEP 502 (remove_files) COMPLETE
63372026-02-23T16:42:04.358Z[ recovery-image] Feb 23 16:42:03.699 INFO O| Feb 23 16:42:03.699 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382026-02-23T16:42:04.382Z[ recovery-image] Feb 23 16:42:03.714 INFO O| Feb 23 16:42:03.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63392026-02-23T16:42:04.383Z[ recovery-image] Feb 23 16:42:03.714 INFO O| Feb 23 16:42:03.714 INFO STEP 503 (remove_files) COMPLETE
63402026-02-23T16:42:04.383Z[ recovery-image] Feb 23 16:42:03.714 INFO O| Feb 23 16:42:03.714 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412026-02-23T16:42:04.407Z[ recovery-image] Feb 23 16:42:03.727 INFO O| Feb 23 16:42:03.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63422026-02-23T16:42:04.407Z[ recovery-image] Feb 23 16:42:03.727 INFO O| Feb 23 16:42:03.727 INFO STEP 504 (remove_files) COMPLETE
63432026-02-23T16:42:04.407Z[ recovery-image] Feb 23 16:42:03.727 INFO O| Feb 23 16:42:03.727 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442026-02-23T16:42:04.407Z[ recovery-image] Feb 23 16:42:03.737 INFO O| Feb 23 16:42:03.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63452026-02-23T16:42:04.407Z[ recovery-image] Feb 23 16:42:03.737 INFO O| Feb 23 16:42:03.737 INFO STEP 505 (remove_files) COMPLETE
63462026-02-23T16:42:04.407Z[ recovery-image] Feb 23 16:42:03.737 INFO O| Feb 23 16:42:03.737 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472026-02-23T16:42:04.407Z[ recovery-image] Feb 23 16:42:03.747 INFO O| Feb 23 16:42:03.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63482026-02-23T16:42:04.407Z[ recovery-image] Feb 23 16:42:03.747 INFO O| Feb 23 16:42:03.747 INFO STEP 506 (remove_files) COMPLETE
63492026-02-23T16:42:04.407Z[ recovery-image] Feb 23 16:42:03.747 INFO O| Feb 23 16:42:03.747 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502026-02-23T16:42:04.432Z[ recovery-image] Feb 23 16:42:03.760 INFO O| Feb 23 16:42:03.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63512026-02-23T16:42:04.432Z[ recovery-image] Feb 23 16:42:03.760 INFO O| Feb 23 16:42:03.760 INFO STEP 507 (remove_files) COMPLETE
63522026-02-23T16:42:04.432Z[ recovery-image] Feb 23 16:42:03.760 INFO O| Feb 23 16:42:03.760 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532026-02-23T16:42:04.432Z[ recovery-image] Feb 23 16:42:03.771 INFO O| Feb 23 16:42:03.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63542026-02-23T16:42:04.432Z[ recovery-image] Feb 23 16:42:03.772 INFO O| Feb 23 16:42:03.771 INFO STEP 508 (remove_files) COMPLETE
63552026-02-23T16:42:04.432Z[ recovery-image] Feb 23 16:42:03.772 INFO O| Feb 23 16:42:03.771 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562026-02-23T16:42:04.457Z[ recovery-image] Feb 23 16:42:03.784 INFO O| Feb 23 16:42:03.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63572026-02-23T16:42:04.457Z[ recovery-image] Feb 23 16:42:03.784 INFO O| Feb 23 16:42:03.784 INFO STEP 509 (remove_files) COMPLETE
63582026-02-23T16:42:04.457Z[ recovery-image] Feb 23 16:42:03.784 INFO O| Feb 23 16:42:03.784 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592026-02-23T16:42:04.482Z[ recovery-image] Feb 23 16:42:03.799 INFO O| Feb 23 16:42:03.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63602026-02-23T16:42:04.482Z[ recovery-image] Feb 23 16:42:03.799 INFO O| Feb 23 16:42:03.799 INFO STEP 510 (remove_files) COMPLETE
63612026-02-23T16:42:04.482Z[ recovery-image] Feb 23 16:42:03.800 INFO O| Feb 23 16:42:03.799 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622026-02-23T16:42:04.482Z[ recovery-image] Feb 23 16:42:03.812 INFO O| Feb 23 16:42:03.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63632026-02-23T16:42:04.482Z[ recovery-image] Feb 23 16:42:03.812 INFO O| Feb 23 16:42:03.812 INFO STEP 511 (remove_files) COMPLETE
63642026-02-23T16:42:04.482Z[ recovery-image] Feb 23 16:42:03.812 INFO O| Feb 23 16:42:03.812 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652026-02-23T16:42:04.507Z[ recovery-image] Feb 23 16:42:03.824 INFO O| Feb 23 16:42:03.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63662026-02-23T16:42:04.507Z[ recovery-image] Feb 23 16:42:03.824 INFO O| Feb 23 16:42:03.824 INFO STEP 512 (remove_files) COMPLETE
63672026-02-23T16:42:04.507Z[ recovery-image] Feb 23 16:42:03.824 INFO O| Feb 23 16:42:03.824 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682026-02-23T16:42:04.507Z[ recovery-image] Feb 23 16:42:03.836 INFO O| Feb 23 16:42:03.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63692026-02-23T16:42:04.507Z[ recovery-image] Feb 23 16:42:03.836 INFO O| Feb 23 16:42:03.836 INFO STEP 513 (remove_files) COMPLETE
63702026-02-23T16:42:04.507Z[ recovery-image] Feb 23 16:42:03.836 INFO O| Feb 23 16:42:03.836 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712026-02-23T16:42:04.532Z[ recovery-image] Feb 23 16:42:03.849 INFO O| Feb 23 16:42:03.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63722026-02-23T16:42:04.532Z[ recovery-image] Feb 23 16:42:03.849 INFO O| Feb 23 16:42:03.849 INFO STEP 514 (remove_files) COMPLETE
63732026-02-23T16:42:04.532Z[ recovery-image] Feb 23 16:42:03.849 INFO O| Feb 23 16:42:03.849 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742026-02-23T16:42:04.532Z[ recovery-image] Feb 23 16:42:03.861 INFO O| Feb 23 16:42:03.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63752026-02-23T16:42:04.532Z[ recovery-image] Feb 23 16:42:03.861 INFO O| Feb 23 16:42:03.861 INFO STEP 515 (remove_files) COMPLETE
63762026-02-23T16:42:04.532Z[ recovery-image] Feb 23 16:42:03.861 INFO O| Feb 23 16:42:03.861 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772026-02-23T16:42:04.557Z[ recovery-image] Feb 23 16:42:03.875 INFO O| Feb 23 16:42:03.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63782026-02-23T16:42:04.557Z[ recovery-image] Feb 23 16:42:03.875 INFO O| Feb 23 16:42:03.875 INFO STEP 516 (remove_files) COMPLETE
63792026-02-23T16:42:04.557Z[ recovery-image] Feb 23 16:42:03.875 INFO O| Feb 23 16:42:03.875 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802026-02-23T16:42:04.557Z[ recovery-image] Feb 23 16:42:03.887 INFO O| Feb 23 16:42:03.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63812026-02-23T16:42:04.557Z[ recovery-image] Feb 23 16:42:03.888 INFO O| Feb 23 16:42:03.888 INFO STEP 517 (remove_files) COMPLETE
63822026-02-23T16:42:04.557Z[ recovery-image] Feb 23 16:42:03.888 INFO O| Feb 23 16:42:03.888 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832026-02-23T16:42:04.582Z[ recovery-image] Feb 23 16:42:03.900 INFO O| Feb 23 16:42:03.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63842026-02-23T16:42:04.582Z[ recovery-image] Feb 23 16:42:03.900 INFO O| Feb 23 16:42:03.900 INFO STEP 518 (remove_files) COMPLETE
63852026-02-23T16:42:04.582Z[ recovery-image] Feb 23 16:42:03.900 INFO O| Feb 23 16:42:03.900 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862026-02-23T16:42:04.582Z[ recovery-image] Feb 23 16:42:03.912 INFO O| Feb 23 16:42:03.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63872026-02-23T16:42:04.582Z[ recovery-image] Feb 23 16:42:03.912 INFO O| Feb 23 16:42:03.912 INFO STEP 519 (remove_files) COMPLETE
63882026-02-23T16:42:04.583Z[ recovery-image] Feb 23 16:42:03.912 INFO O| Feb 23 16:42:03.912 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892026-02-23T16:42:04.607Z[ recovery-image] Feb 23 16:42:03.924 INFO O| Feb 23 16:42:03.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63902026-02-23T16:42:04.607Z[ recovery-image] Feb 23 16:42:03.924 INFO O| Feb 23 16:42:03.924 INFO STEP 520 (remove_files) COMPLETE
63912026-02-23T16:42:04.607Z[ recovery-image] Feb 23 16:42:03.924 INFO O| Feb 23 16:42:03.924 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922026-02-23T16:42:04.608Z[ recovery-image] Feb 23 16:42:03.937 INFO O| Feb 23 16:42:03.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63932026-02-23T16:42:04.608Z[ recovery-image] Feb 23 16:42:03.937 INFO O| Feb 23 16:42:03.937 INFO STEP 521 (remove_files) COMPLETE
63942026-02-23T16:42:04.608Z[ recovery-image] Feb 23 16:42:03.937 INFO O| Feb 23 16:42:03.937 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952026-02-23T16:42:04.632Z[ recovery-image] Feb 23 16:42:03.951 INFO O| Feb 23 16:42:03.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63962026-02-23T16:42:04.632Z[ recovery-image] Feb 23 16:42:03.951 INFO O| Feb 23 16:42:03.951 INFO STEP 522 (remove_files) COMPLETE
63972026-02-23T16:42:04.633Z[ recovery-image] Feb 23 16:42:03.951 INFO O| Feb 23 16:42:03.951 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982026-02-23T16:42:04.633Z[ recovery-image] Feb 23 16:42:03.966 INFO O| Feb 23 16:42:03.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63992026-02-23T16:42:04.633Z[ recovery-image] Feb 23 16:42:03.967 INFO O| Feb 23 16:42:03.966 INFO STEP 523 (remove_files) COMPLETE
64002026-02-23T16:42:04.633Z[ recovery-image] Feb 23 16:42:03.967 INFO O| Feb 23 16:42:03.967 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012026-02-23T16:42:04.657Z[ recovery-image] Feb 23 16:42:03.984 INFO O| Feb 23 16:42:03.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
64022026-02-23T16:42:04.657Z[ recovery-image] Feb 23 16:42:03.984 INFO O| Feb 23 16:42:03.984 INFO STEP 524 (remove_files) COMPLETE
64032026-02-23T16:42:04.657Z[ recovery-image] Feb 23 16:42:03.984 INFO O| Feb 23 16:42:03.984 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042026-02-23T16:42:04.682Z[ recovery-image] Feb 23 16:42:04.001 INFO O| Feb 23 16:42:04.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
64052026-02-23T16:42:04.682Z[ recovery-image] Feb 23 16:42:04.002 INFO O| Feb 23 16:42:04.002 INFO STEP 525 (remove_files) COMPLETE
64062026-02-23T16:42:04.682Z[ recovery-image] Feb 23 16:42:04.002 INFO O| Feb 23 16:42:04.002 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072026-02-23T16:42:04.682Z[ recovery-image] Feb 23 16:42:04.017 INFO O| Feb 23 16:42:04.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64082026-02-23T16:42:04.682Z[ recovery-image] Feb 23 16:42:04.017 INFO O| Feb 23 16:42:04.016 INFO STEP 526 (remove_files) COMPLETE
64092026-02-23T16:42:04.682Z[ recovery-image] Feb 23 16:42:04.017 INFO O| Feb 23 16:42:04.017 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102026-02-23T16:42:04.707Z[ recovery-image] Feb 23 16:42:04.030 INFO O| Feb 23 16:42:04.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64112026-02-23T16:42:04.707Z[ recovery-image] Feb 23 16:42:04.030 INFO O| Feb 23 16:42:04.030 INFO STEP 527 (remove_files) COMPLETE
64122026-02-23T16:42:04.707Z[ recovery-image] Feb 23 16:42:04.030 INFO O| Feb 23 16:42:04.030 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132026-02-23T16:42:04.707Z[ recovery-image] Feb 23 16:42:04.044 INFO O| Feb 23 16:42:04.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64142026-02-23T16:42:04.707Z[ recovery-image] Feb 23 16:42:04.044 INFO O| Feb 23 16:42:04.044 INFO STEP 528 (remove_files) COMPLETE
64152026-02-23T16:42:04.707Z[ recovery-image] Feb 23 16:42:04.044 INFO O| Feb 23 16:42:04.044 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162026-02-23T16:42:04.732Z[ recovery-image] Feb 23 16:42:04.058 INFO O| Feb 23 16:42:04.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64172026-02-23T16:42:04.732Z[ recovery-image] Feb 23 16:42:04.059 INFO O| Feb 23 16:42:04.059 INFO STEP 529 (remove_files) COMPLETE
64182026-02-23T16:42:04.732Z[ recovery-image] Feb 23 16:42:04.059 INFO O| Feb 23 16:42:04.059 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192026-02-23T16:42:04.756Z[ recovery-image] Feb 23 16:42:04.075 INFO O| Feb 23 16:42:04.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64202026-02-23T16:42:04.756Z[ recovery-image] Feb 23 16:42:04.075 INFO O| Feb 23 16:42:04.075 INFO STEP 530 (remove_files) COMPLETE
64212026-02-23T16:42:04.756Z[ recovery-image] Feb 23 16:42:04.076 INFO O| Feb 23 16:42:04.075 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222026-02-23T16:42:04.757Z[ recovery-image] Feb 23 16:42:04.089 INFO O| Feb 23 16:42:04.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64232026-02-23T16:42:04.757Z[ recovery-image] Feb 23 16:42:04.089 INFO O| Feb 23 16:42:04.089 INFO STEP 531 (remove_files) COMPLETE
64242026-02-23T16:42:04.757Z[ recovery-image] Feb 23 16:42:04.089 INFO O| Feb 23 16:42:04.089 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252026-02-23T16:42:04.782Z[ recovery-image] Feb 23 16:42:04.102 INFO O| Feb 23 16:42:04.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64262026-02-23T16:42:04.782Z[ recovery-image] Feb 23 16:42:04.102 INFO O| Feb 23 16:42:04.102 INFO STEP 532 (remove_files) COMPLETE
64272026-02-23T16:42:04.782Z[ recovery-image] Feb 23 16:42:04.102 INFO O| Feb 23 16:42:04.102 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282026-02-23T16:42:04.782Z[ recovery-image] Feb 23 16:42:04.116 INFO O| Feb 23 16:42:04.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64292026-02-23T16:42:04.782Z[ recovery-image] Feb 23 16:42:04.116 INFO O| Feb 23 16:42:04.116 INFO STEP 533 (remove_files) COMPLETE
64302026-02-23T16:42:04.782Z[ recovery-image] Feb 23 16:42:04.116 INFO O| Feb 23 16:42:04.116 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312026-02-23T16:42:04.807Z[ recovery-image] Feb 23 16:42:04.133 INFO O| Feb 23 16:42:04.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64322026-02-23T16:42:04.807Z[ recovery-image] Feb 23 16:42:04.133 INFO O| Feb 23 16:42:04.133 INFO STEP 534 (remove_files) COMPLETE
64332026-02-23T16:42:04.807Z[ recovery-image] Feb 23 16:42:04.133 INFO O| Feb 23 16:42:04.133 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342026-02-23T16:42:04.832Z[ recovery-image] Feb 23 16:42:04.150 INFO O| Feb 23 16:42:04.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64352026-02-23T16:42:04.832Z[ recovery-image] Feb 23 16:42:04.150 INFO O| Feb 23 16:42:04.150 INFO STEP 535 (remove_files) COMPLETE
64362026-02-23T16:42:04.832Z[ recovery-image] Feb 23 16:42:04.150 INFO O| Feb 23 16:42:04.150 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372026-02-23T16:42:04.833Z[ recovery-image] Feb 23 16:42:04.166 INFO O| Feb 23 16:42:04.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64382026-02-23T16:42:04.833Z[ recovery-image] Feb 23 16:42:04.167 INFO O| Feb 23 16:42:04.166 INFO STEP 536 (remove_files) COMPLETE
64392026-02-23T16:42:04.833Z[ recovery-image] Feb 23 16:42:04.167 INFO O| Feb 23 16:42:04.167 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402026-02-23T16:42:04.858Z[ recovery-image] Feb 23 16:42:04.182 INFO O| Feb 23 16:42:04.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64412026-02-23T16:42:04.858Z[ recovery-image] Feb 23 16:42:04.182 INFO O| Feb 23 16:42:04.182 INFO STEP 537 (remove_files) COMPLETE
64422026-02-23T16:42:04.858Z[ recovery-image] Feb 23 16:42:04.182 INFO O| Feb 23 16:42:04.182 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432026-02-23T16:42:04.882Z[ recovery-image] Feb 23 16:42:04.201 INFO O| Feb 23 16:42:04.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64442026-02-23T16:42:04.882Z[ recovery-image] Feb 23 16:42:04.201 INFO O| Feb 23 16:42:04.201 INFO STEP 538 (remove_files) COMPLETE
64452026-02-23T16:42:04.882Z[ recovery-image] Feb 23 16:42:04.201 INFO O| Feb 23 16:42:04.201 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462026-02-23T16:42:04.882Z[ recovery-image] Feb 23 16:42:04.215 INFO O| Feb 23 16:42:04.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64472026-02-23T16:42:04.882Z[ recovery-image] Feb 23 16:42:04.216 INFO O| Feb 23 16:42:04.216 INFO STEP 539 (remove_files) COMPLETE
64482026-02-23T16:42:04.882Z[ recovery-image] Feb 23 16:42:04.216 INFO O| Feb 23 16:42:04.216 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492026-02-23T16:42:04.907Z[ recovery-image] Feb 23 16:42:04.232 INFO O| Feb 23 16:42:04.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64502026-02-23T16:42:04.907Z[ recovery-image] Feb 23 16:42:04.232 INFO O| Feb 23 16:42:04.232 INFO STEP 540 (remove_files) COMPLETE
64512026-02-23T16:42:04.907Z[ recovery-image] Feb 23 16:42:04.232 INFO O| Feb 23 16:42:04.232 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522026-02-23T16:42:04.908Z[ recovery-image] Feb 23 16:42:04.246 INFO O| Feb 23 16:42:04.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64532026-02-23T16:42:04.908Z[ recovery-image] Feb 23 16:42:04.246 INFO O| Feb 23 16:42:04.246 INFO STEP 541 (remove_files) COMPLETE
64542026-02-23T16:42:04.908Z[ recovery-image] Feb 23 16:42:04.246 INFO O| Feb 23 16:42:04.246 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552026-02-23T16:42:04.932Z[ recovery-image] Feb 23 16:42:04.258 INFO O| Feb 23 16:42:04.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64562026-02-23T16:42:04.933Z[ recovery-image] Feb 23 16:42:04.258 INFO O| Feb 23 16:42:04.258 INFO STEP 542 (remove_files) COMPLETE
64572026-02-23T16:42:04.933Z[ recovery-image] Feb 23 16:42:04.258 INFO O| Feb 23 16:42:04.258 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582026-02-23T16:42:04.957Z[ recovery-image] Feb 23 16:42:04.294 INFO O| Feb 23 16:42:04.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64592026-02-23T16:42:04.957Z[ recovery-image] Feb 23 16:42:04.294 INFO O| Feb 23 16:42:04.271 INFO STEP 543 (remove_files) COMPLETE
64602026-02-23T16:42:04.957Z[ recovery-image] Feb 23 16:42:04.294 INFO O| Feb 23 16:42:04.271 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612026-02-23T16:42:04.957Z[ recovery-image] Feb 23 16:42:04.294 INFO O| Feb 23 16:42:04.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64622026-02-23T16:42:04.957Z[ recovery-image] Feb 23 16:42:04.294 INFO O| Feb 23 16:42:04.285 INFO STEP 544 (remove_files) COMPLETE
64632026-02-23T16:42:04.957Z[ recovery-image] Feb 23 16:42:04.294 INFO O| Feb 23 16:42:04.285 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642026-02-23T16:42:04.982Z[ recovery-image] Feb 23 16:42:04.298 INFO O| Feb 23 16:42:04.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64652026-02-23T16:42:04.982Z[ recovery-image] Feb 23 16:42:04.299 INFO O| Feb 23 16:42:04.299 INFO STEP 545 (remove_files) COMPLETE
64662026-02-23T16:42:04.982Z[ recovery-image] Feb 23 16:42:04.299 INFO O| Feb 23 16:42:04.299 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672026-02-23T16:42:04.982Z[ recovery-image] Feb 23 16:42:04.311 INFO O| Feb 23 16:42:04.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64682026-02-23T16:42:04.982Z[ recovery-image] Feb 23 16:42:04.311 INFO O| Feb 23 16:42:04.311 INFO STEP 546 (remove_files) COMPLETE
64692026-02-23T16:42:04.982Z[ recovery-image] Feb 23 16:42:04.311 INFO O| Feb 23 16:42:04.311 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702026-02-23T16:42:05.007Z[ recovery-image] Feb 23 16:42:04.327 INFO O| Feb 23 16:42:04.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64712026-02-23T16:42:05.007Z[ recovery-image] Feb 23 16:42:04.327 INFO O| Feb 23 16:42:04.327 INFO STEP 547 (remove_files) COMPLETE
64722026-02-23T16:42:05.007Z[ recovery-image] Feb 23 16:42:04.327 INFO O| Feb 23 16:42:04.327 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732026-02-23T16:42:05.007Z[ recovery-image] Feb 23 16:42:04.342 INFO O| Feb 23 16:42:04.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64742026-02-23T16:42:05.007Z[ recovery-image] Feb 23 16:42:04.342 INFO O| Feb 23 16:42:04.342 INFO STEP 548 (remove_files) COMPLETE
64752026-02-23T16:42:05.007Z[ recovery-image] Feb 23 16:42:04.342 INFO O| Feb 23 16:42:04.342 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762026-02-23T16:42:05.032Z[ recovery-image] Feb 23 16:42:04.357 INFO O| Feb 23 16:42:04.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64772026-02-23T16:42:05.032Z[ recovery-image] Feb 23 16:42:04.358 INFO O| Feb 23 16:42:04.357 INFO STEP 549 (remove_files) COMPLETE
64782026-02-23T16:42:05.032Z[ recovery-image] Feb 23 16:42:04.358 INFO O| Feb 23 16:42:04.358 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792026-02-23T16:42:05.032Z[ recovery-image] Feb 23 16:42:04.371 INFO O| Feb 23 16:42:04.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64802026-02-23T16:42:05.032Z[ recovery-image] Feb 23 16:42:04.371 INFO O| Feb 23 16:42:04.371 INFO STEP 550 (remove_files) COMPLETE
64812026-02-23T16:42:05.032Z[ recovery-image] Feb 23 16:42:04.371 INFO O| Feb 23 16:42:04.371 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822026-02-23T16:42:05.057Z[ recovery-image] Feb 23 16:42:04.384 INFO O| Feb 23 16:42:04.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64832026-02-23T16:42:05.057Z[ recovery-image] Feb 23 16:42:04.384 INFO O| Feb 23 16:42:04.384 INFO STEP 551 (remove_files) COMPLETE
64842026-02-23T16:42:05.057Z[ recovery-image] Feb 23 16:42:04.384 INFO O| Feb 23 16:42:04.384 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852026-02-23T16:42:05.057Z[ recovery-image] Feb 23 16:42:04.396 INFO O| Feb 23 16:42:04.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64862026-02-23T16:42:05.057Z[ recovery-image] Feb 23 16:42:04.396 INFO O| Feb 23 16:42:04.396 INFO STEP 552 (remove_files) COMPLETE
64872026-02-23T16:42:05.057Z[ recovery-image] Feb 23 16:42:04.396 INFO O| Feb 23 16:42:04.396 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882026-02-23T16:42:05.081Z[ recovery-image] Feb 23 16:42:04.408 INFO O| Feb 23 16:42:04.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64892026-02-23T16:42:05.082Z[ recovery-image] Feb 23 16:42:04.408 INFO O| Feb 23 16:42:04.408 INFO STEP 553 (remove_files) COMPLETE
64902026-02-23T16:42:05.082Z[ recovery-image] Feb 23 16:42:04.408 INFO O| Feb 23 16:42:04.408 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912026-02-23T16:42:05.082Z[ recovery-image] Feb 23 16:42:04.420 INFO O| Feb 23 16:42:04.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64922026-02-23T16:42:05.082Z[ recovery-image] Feb 23 16:42:04.420 INFO O| Feb 23 16:42:04.420 INFO STEP 554 (remove_files) COMPLETE
64932026-02-23T16:42:05.082Z[ recovery-image] Feb 23 16:42:04.420 INFO O| Feb 23 16:42:04.420 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942026-02-23T16:42:05.106Z[ recovery-image] Feb 23 16:42:04.432 INFO O| Feb 23 16:42:04.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64952026-02-23T16:42:05.106Z[ recovery-image] Feb 23 16:42:04.432 INFO O| Feb 23 16:42:04.432 INFO STEP 555 (remove_files) COMPLETE
64962026-02-23T16:42:05.106Z[ recovery-image] Feb 23 16:42:04.432 INFO O| Feb 23 16:42:04.432 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972026-02-23T16:42:05.130Z[ recovery-image] Feb 23 16:42:04.448 INFO O| Feb 23 16:42:04.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64982026-02-23T16:42:05.130Z[ recovery-image] Feb 23 16:42:04.448 INFO O| Feb 23 16:42:04.448 INFO STEP 556 (remove_files) COMPLETE
64992026-02-23T16:42:05.130Z[ recovery-image] Feb 23 16:42:04.448 INFO O| Feb 23 16:42:04.448 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002026-02-23T16:42:05.130Z[ recovery-image] Feb 23 16:42:04.461 INFO O| Feb 23 16:42:04.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
65012026-02-23T16:42:05.130Z[ recovery-image] Feb 23 16:42:04.462 INFO O| Feb 23 16:42:04.462 INFO STEP 557 (remove_files) COMPLETE
65022026-02-23T16:42:05.130Z[ recovery-image] Feb 23 16:42:04.462 INFO O| Feb 23 16:42:04.462 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032026-02-23T16:42:05.155Z[ recovery-image] Feb 23 16:42:04.475 INFO O| Feb 23 16:42:04.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
65042026-02-23T16:42:05.155Z[ recovery-image] Feb 23 16:42:04.475 INFO O| Feb 23 16:42:04.475 INFO STEP 558 (remove_files) COMPLETE
65052026-02-23T16:42:05.155Z[ recovery-image] Feb 23 16:42:04.475 INFO O| Feb 23 16:42:04.475 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062026-02-23T16:42:05.155Z[ recovery-image] Feb 23 16:42:04.492 INFO O| Feb 23 16:42:04.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
65072026-02-23T16:42:05.155Z[ recovery-image] Feb 23 16:42:04.492 INFO O| Feb 23 16:42:04.492 INFO STEP 559 (remove_files) COMPLETE
65082026-02-23T16:42:05.155Z[ recovery-image] Feb 23 16:42:04.492 INFO O| Feb 23 16:42:04.492 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092026-02-23T16:42:05.179Z[ recovery-image] Feb 23 16:42:04.506 INFO O| Feb 23 16:42:04.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65102026-02-23T16:42:05.179Z[ recovery-image] Feb 23 16:42:04.506 INFO O| Feb 23 16:42:04.506 INFO STEP 560 (remove_files) COMPLETE
65112026-02-23T16:42:05.179Z[ recovery-image] Feb 23 16:42:04.506 INFO O| Feb 23 16:42:04.506 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122026-02-23T16:42:05.205Z[ recovery-image] Feb 23 16:42:04.522 INFO O| Feb 23 16:42:04.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65132026-02-23T16:42:05.205Z[ recovery-image] Feb 23 16:42:04.523 INFO O| Feb 23 16:42:04.522 INFO STEP 561 (remove_files) COMPLETE
65142026-02-23T16:42:05.205Z[ recovery-image] Feb 23 16:42:04.523 INFO O| Feb 23 16:42:04.522 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152026-02-23T16:42:05.205Z[ recovery-image] Feb 23 16:42:04.539 INFO O| Feb 23 16:42:04.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65162026-02-23T16:42:05.205Z[ recovery-image] Feb 23 16:42:04.539 INFO O| Feb 23 16:42:04.539 INFO STEP 562 (remove_files) COMPLETE
65172026-02-23T16:42:05.205Z[ recovery-image] Feb 23 16:42:04.539 INFO O| Feb 23 16:42:04.539 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182026-02-23T16:42:05.229Z[ recovery-image] Feb 23 16:42:04.556 INFO O| Feb 23 16:42:04.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65192026-02-23T16:42:05.229Z[ recovery-image] Feb 23 16:42:04.556 INFO O| Feb 23 16:42:04.556 INFO STEP 563 (remove_files) COMPLETE
65202026-02-23T16:42:05.229Z[ recovery-image] Feb 23 16:42:04.556 INFO O| Feb 23 16:42:04.556 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212026-02-23T16:42:05.254Z[ recovery-image] Feb 23 16:42:04.574 INFO O| Feb 23 16:42:04.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65222026-02-23T16:42:05.254Z[ recovery-image] Feb 23 16:42:04.589 INFO O| Feb 23 16:42:04.589 INFO STEP 564 (remove_files) COMPLETE
65232026-02-23T16:42:05.254Z[ recovery-image] Feb 23 16:42:04.589 INFO O| Feb 23 16:42:04.589 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242026-02-23T16:42:05.284Z[ recovery-image] Feb 23 16:42:04.625 INFO O| Feb 23 16:42:04.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65252026-02-23T16:42:05.308Z[ recovery-image] Feb 23 16:42:04.629 INFO O| Feb 23 16:42:04.629 INFO STEP 565 (remove_files) COMPLETE
65262026-02-23T16:42:05.308Z[ recovery-image] Feb 23 16:42:04.629 INFO O| Feb 23 16:42:04.629 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272026-02-23T16:42:05.333Z[ recovery-image] Feb 23 16:42:04.671 INFO O| Feb 23 16:42:04.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65282026-02-23T16:42:05.333Z[ recovery-image] Feb 23 16:42:04.672 INFO O| Feb 23 16:42:04.671 INFO STEP 566 (remove_files) COMPLETE
65292026-02-23T16:42:05.333Z[ recovery-image] Feb 23 16:42:04.672 INFO O| Feb 23 16:42:04.671 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302026-02-23T16:42:05.358Z[ recovery-image] Feb 23 16:42:04.687 INFO O| Feb 23 16:42:04.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65312026-02-23T16:42:05.358Z[ recovery-image] Feb 23 16:42:04.687 INFO O| Feb 23 16:42:04.687 INFO STEP 567 (remove_files) COMPLETE
65322026-02-23T16:42:05.358Z[ recovery-image] Feb 23 16:42:04.687 INFO O| Feb 23 16:42:04.687 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332026-02-23T16:42:05.382Z[ recovery-image] Feb 23 16:42:04.703 INFO O| Feb 23 16:42:04.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65342026-02-23T16:42:05.383Z[ recovery-image] Feb 23 16:42:04.703 INFO O| Feb 23 16:42:04.703 INFO STEP 568 (remove_files) COMPLETE
65352026-02-23T16:42:05.383Z[ recovery-image] Feb 23 16:42:04.703 INFO O| Feb 23 16:42:04.703 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362026-02-23T16:42:05.383Z[ recovery-image] Feb 23 16:42:04.724 INFO O| Feb 23 16:42:04.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65372026-02-23T16:42:05.407Z[ recovery-image] Feb 23 16:42:04.724 INFO O| Feb 23 16:42:04.724 INFO STEP 569 (remove_files) COMPLETE
65382026-02-23T16:42:05.407Z[ recovery-image] Feb 23 16:42:04.724 INFO O| Feb 23 16:42:04.724 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392026-02-23T16:42:05.407Z[ recovery-image] Feb 23 16:42:04.741 INFO O| Feb 23 16:42:04.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65402026-02-23T16:42:05.407Z[ recovery-image] Feb 23 16:42:04.741 INFO O| Feb 23 16:42:04.741 INFO STEP 570 (remove_files) COMPLETE
65412026-02-23T16:42:05.407Z[ recovery-image] Feb 23 16:42:04.741 INFO O| Feb 23 16:42:04.741 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422026-02-23T16:42:05.432Z[ recovery-image] Feb 23 16:42:04.757 INFO O| Feb 23 16:42:04.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65432026-02-23T16:42:05.432Z[ recovery-image] Feb 23 16:42:04.757 INFO O| Feb 23 16:42:04.757 INFO STEP 571 (remove_files) COMPLETE
65442026-02-23T16:42:05.432Z[ recovery-image] Feb 23 16:42:04.757 INFO O| Feb 23 16:42:04.757 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452026-02-23T16:42:05.456Z[ recovery-image] Feb 23 16:42:04.778 INFO O| Feb 23 16:42:04.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65462026-02-23T16:42:05.456Z[ recovery-image] Feb 23 16:42:04.778 INFO O| Feb 23 16:42:04.778 INFO STEP 572 (remove_files) COMPLETE
65472026-02-23T16:42:05.456Z[ recovery-image] Feb 23 16:42:04.778 INFO O| Feb 23 16:42:04.778 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482026-02-23T16:42:05.456Z[ recovery-image] Feb 23 16:42:04.797 INFO O| Feb 23 16:42:04.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65492026-02-23T16:42:05.456Z[ recovery-image] Feb 23 16:42:04.797 INFO O| Feb 23 16:42:04.797 INFO STEP 573 (remove_files) COMPLETE
65502026-02-23T16:42:05.457Z[ recovery-image] Feb 23 16:42:04.797 INFO O| Feb 23 16:42:04.797 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512026-02-23T16:42:05.481Z[ recovery-image] Feb 23 16:42:04.814 INFO O| Feb 23 16:42:04.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65522026-02-23T16:42:05.481Z[ recovery-image] Feb 23 16:42:04.814 INFO O| Feb 23 16:42:04.814 INFO STEP 574 (remove_files) COMPLETE
65532026-02-23T16:42:05.481Z[ recovery-image] Feb 23 16:42:04.814 INFO O| Feb 23 16:42:04.814 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542026-02-23T16:42:05.506Z[ recovery-image] Feb 23 16:42:04.833 INFO O| Feb 23 16:42:04.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65552026-02-23T16:42:05.506Z[ recovery-image] Feb 23 16:42:04.833 INFO O| Feb 23 16:42:04.833 INFO STEP 575 (remove_files) COMPLETE
65562026-02-23T16:42:05.506Z[ recovery-image] Feb 23 16:42:04.833 INFO O| Feb 23 16:42:04.833 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572026-02-23T16:42:05.531Z[ recovery-image] Feb 23 16:42:04.850 INFO O| Feb 23 16:42:04.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65582026-02-23T16:42:05.531Z[ recovery-image] Feb 23 16:42:04.851 INFO O| Feb 23 16:42:04.850 INFO STEP 576 (remove_files) COMPLETE
65592026-02-23T16:42:05.531Z[ recovery-image] Feb 23 16:42:04.851 INFO O| Feb 23 16:42:04.850 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602026-02-23T16:42:05.531Z[ recovery-image] Feb 23 16:42:04.866 INFO O| Feb 23 16:42:04.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65612026-02-23T16:42:05.531Z[ recovery-image] Feb 23 16:42:04.866 INFO O| Feb 23 16:42:04.866 INFO STEP 577 (remove_files) COMPLETE
65622026-02-23T16:42:05.531Z[ recovery-image] Feb 23 16:42:04.866 INFO O| Feb 23 16:42:04.866 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632026-02-23T16:42:05.556Z[ recovery-image] Feb 23 16:42:04.879 INFO O| Feb 23 16:42:04.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65642026-02-23T16:42:05.556Z[ recovery-image] Feb 23 16:42:04.880 INFO O| Feb 23 16:42:04.879 INFO STEP 578 (remove_files) COMPLETE
65652026-02-23T16:42:05.556Z[ recovery-image] Feb 23 16:42:04.880 INFO O| Feb 23 16:42:04.879 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662026-02-23T16:42:05.556Z[ recovery-image] Feb 23 16:42:04.894 INFO O| Feb 23 16:42:04.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65672026-02-23T16:42:05.556Z[ recovery-image] Feb 23 16:42:04.895 INFO O| Feb 23 16:42:04.894 INFO STEP 579 (remove_files) COMPLETE
65682026-02-23T16:42:05.556Z[ recovery-image] Feb 23 16:42:04.895 INFO O| Feb 23 16:42:04.894 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692026-02-23T16:42:05.581Z[ recovery-image] Feb 23 16:42:04.906 INFO O| Feb 23 16:42:04.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65702026-02-23T16:42:05.581Z[ recovery-image] Feb 23 16:42:04.906 INFO O| Feb 23 16:42:04.906 INFO STEP 580 (remove_files) COMPLETE
65712026-02-23T16:42:05.581Z[ recovery-image] Feb 23 16:42:04.906 INFO O| Feb 23 16:42:04.906 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722026-02-23T16:42:05.581Z[ recovery-image] Feb 23 16:42:04.917 INFO O| Feb 23 16:42:04.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65732026-02-23T16:42:05.581Z[ recovery-image] Feb 23 16:42:04.917 INFO O| Feb 23 16:42:04.917 INFO STEP 581 (remove_files) COMPLETE
65742026-02-23T16:42:05.581Z[ recovery-image] Feb 23 16:42:04.917 INFO O| Feb 23 16:42:04.917 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752026-02-23T16:42:05.606Z[ recovery-image] Feb 23 16:42:04.929 INFO O| Feb 23 16:42:04.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65762026-02-23T16:42:05.606Z[ recovery-image] Feb 23 16:42:04.929 INFO O| Feb 23 16:42:04.929 INFO STEP 582 (remove_files) COMPLETE
65772026-02-23T16:42:05.606Z[ recovery-image] Feb 23 16:42:04.929 INFO O| Feb 23 16:42:04.929 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782026-02-23T16:42:05.606Z[ recovery-image] Feb 23 16:42:04.942 INFO O| Feb 23 16:42:04.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65792026-02-23T16:42:05.606Z[ recovery-image] Feb 23 16:42:04.942 INFO O| Feb 23 16:42:04.942 INFO STEP 583 (remove_files) COMPLETE
65802026-02-23T16:42:05.606Z[ recovery-image] Feb 23 16:42:04.942 INFO O| Feb 23 16:42:04.942 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812026-02-23T16:42:05.631Z[ recovery-image] Feb 23 16:42:04.953 INFO O| Feb 23 16:42:04.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65822026-02-23T16:42:05.631Z[ recovery-image] Feb 23 16:42:04.953 INFO O| Feb 23 16:42:04.953 INFO STEP 584 (remove_files) COMPLETE
65832026-02-23T16:42:05.631Z[ recovery-image] Feb 23 16:42:04.953 INFO O| Feb 23 16:42:04.953 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842026-02-23T16:42:05.631Z[ recovery-image] Feb 23 16:42:04.964 INFO O| Feb 23 16:42:04.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65852026-02-23T16:42:05.631Z[ recovery-image] Feb 23 16:42:04.964 INFO O| Feb 23 16:42:04.964 INFO STEP 585 (remove_files) COMPLETE
65862026-02-23T16:42:05.631Z[ recovery-image] Feb 23 16:42:04.964 INFO O| Feb 23 16:42:04.964 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872026-02-23T16:42:05.657Z[ recovery-image] Feb 23 16:42:04.975 INFO O| Feb 23 16:42:04.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65882026-02-23T16:42:05.657Z[ recovery-image] Feb 23 16:42:04.975 INFO O| Feb 23 16:42:04.975 INFO STEP 586 (remove_files) COMPLETE
65892026-02-23T16:42:05.657Z[ recovery-image] Feb 23 16:42:04.975 INFO O| Feb 23 16:42:04.975 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902026-02-23T16:42:05.657Z[ recovery-image] Feb 23 16:42:04.990 INFO O| Feb 23 16:42:04.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65912026-02-23T16:42:05.657Z[ recovery-image] Feb 23 16:42:04.991 INFO O| Feb 23 16:42:04.990 INFO STEP 587 (remove_files) COMPLETE
65922026-02-23T16:42:05.657Z[ recovery-image] Feb 23 16:42:04.991 INFO O| Feb 23 16:42:04.991 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932026-02-23T16:42:05.682Z[ recovery-image] Feb 23 16:42:05.006 INFO O| Feb 23 16:42:05.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65942026-02-23T16:42:05.682Z[ recovery-image] Feb 23 16:42:05.006 INFO O| Feb 23 16:42:05.006 INFO STEP 588 (remove_files) COMPLETE
65952026-02-23T16:42:05.682Z[ recovery-image] Feb 23 16:42:05.006 INFO O| Feb 23 16:42:05.006 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962026-02-23T16:42:05.682Z[ recovery-image] Feb 23 16:42:05.021 INFO O| Feb 23 16:42:05.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65972026-02-23T16:42:05.682Z[ recovery-image] Feb 23 16:42:05.021 INFO O| Feb 23 16:42:05.021 INFO STEP 589 (remove_files) COMPLETE
65982026-02-23T16:42:05.682Z[ recovery-image] Feb 23 16:42:05.022 INFO O| Feb 23 16:42:05.021 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992026-02-23T16:42:05.706Z[ recovery-image] Feb 23 16:42:05.035 INFO O| Feb 23 16:42:05.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
66002026-02-23T16:42:05.706Z[ recovery-image] Feb 23 16:42:05.036 INFO O| Feb 23 16:42:05.036 INFO STEP 590 (remove_files) COMPLETE
66012026-02-23T16:42:05.706Z[ recovery-image] Feb 23 16:42:05.036 INFO O| Feb 23 16:42:05.036 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022026-02-23T16:42:05.732Z[ recovery-image] Feb 23 16:42:05.048 INFO O| Feb 23 16:42:05.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
66032026-02-23T16:42:05.732Z[ recovery-image] Feb 23 16:42:05.048 INFO O| Feb 23 16:42:05.048 INFO STEP 591 (remove_files) COMPLETE
66042026-02-23T16:42:05.732Z[ recovery-image] Feb 23 16:42:05.048 INFO O| Feb 23 16:42:05.048 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052026-02-23T16:42:05.732Z[ recovery-image] Feb 23 16:42:05.059 INFO O| Feb 23 16:42:05.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
66062026-02-23T16:42:05.732Z[ recovery-image] Feb 23 16:42:05.060 INFO O| Feb 23 16:42:05.059 INFO STEP 592 (remove_files) COMPLETE
66072026-02-23T16:42:05.732Z[ recovery-image] Feb 23 16:42:05.060 INFO O| Feb 23 16:42:05.059 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082026-02-23T16:42:05.732Z[ recovery-image] Feb 23 16:42:05.071 INFO O| Feb 23 16:42:05.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66092026-02-23T16:42:05.732Z[ recovery-image] Feb 23 16:42:05.071 INFO O| Feb 23 16:42:05.071 INFO STEP 593 (remove_files) COMPLETE
66102026-02-23T16:42:05.732Z[ recovery-image] Feb 23 16:42:05.071 INFO O| Feb 23 16:42:05.071 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112026-02-23T16:42:05.757Z[ recovery-image] Feb 23 16:42:05.082 INFO O| Feb 23 16:42:05.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66122026-02-23T16:42:05.757Z[ recovery-image] Feb 23 16:42:05.082 INFO O| Feb 23 16:42:05.082 INFO STEP 594 (remove_files) COMPLETE
66132026-02-23T16:42:05.757Z[ recovery-image] Feb 23 16:42:05.082 INFO O| Feb 23 16:42:05.082 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142026-02-23T16:42:05.757Z[ recovery-image] Feb 23 16:42:05.092 INFO O| Feb 23 16:42:05.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66152026-02-23T16:42:05.757Z[ recovery-image] Feb 23 16:42:05.093 INFO O| Feb 23 16:42:05.093 INFO STEP 595 (remove_files) COMPLETE
66162026-02-23T16:42:05.757Z[ recovery-image] Feb 23 16:42:05.093 INFO O| Feb 23 16:42:05.093 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172026-02-23T16:42:05.782Z[ recovery-image] Feb 23 16:42:05.103 INFO O| Feb 23 16:42:05.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66182026-02-23T16:42:05.782Z[ recovery-image] Feb 23 16:42:05.104 INFO O| Feb 23 16:42:05.104 INFO STEP 596 (remove_files) COMPLETE
66192026-02-23T16:42:05.782Z[ recovery-image] Feb 23 16:42:05.104 INFO O| Feb 23 16:42:05.104 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202026-02-23T16:42:05.782Z[ recovery-image] Feb 23 16:42:05.115 INFO O| Feb 23 16:42:05.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66212026-02-23T16:42:05.782Z[ recovery-image] Feb 23 16:42:05.115 INFO O| Feb 23 16:42:05.115 INFO STEP 597 (remove_files) COMPLETE
66222026-02-23T16:42:05.783Z[ recovery-image] Feb 23 16:42:05.115 INFO O| Feb 23 16:42:05.115 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232026-02-23T16:42:05.807Z[ recovery-image] Feb 23 16:42:05.130 INFO O| Feb 23 16:42:05.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66242026-02-23T16:42:05.807Z[ recovery-image] Feb 23 16:42:05.130 INFO O| Feb 23 16:42:05.130 INFO STEP 598 (remove_files) COMPLETE
66252026-02-23T16:42:05.807Z[ recovery-image] Feb 23 16:42:05.130 INFO O| Feb 23 16:42:05.130 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262026-02-23T16:42:05.807Z[ recovery-image] Feb 23 16:42:05.145 INFO O| Feb 23 16:42:05.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66272026-02-23T16:42:05.807Z[ recovery-image] Feb 23 16:42:05.145 INFO O| Feb 23 16:42:05.145 INFO STEP 599 (remove_files) COMPLETE
66282026-02-23T16:42:05.807Z[ recovery-image] Feb 23 16:42:05.145 INFO O| Feb 23 16:42:05.145 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292026-02-23T16:42:05.832Z[ recovery-image] Feb 23 16:42:05.158 INFO O| Feb 23 16:42:05.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66302026-02-23T16:42:05.832Z[ recovery-image] Feb 23 16:42:05.158 INFO O| Feb 23 16:42:05.158 INFO STEP 600 (remove_files) COMPLETE
66312026-02-23T16:42:05.832Z[ recovery-image] Feb 23 16:42:05.158 INFO O| Feb 23 16:42:05.158 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322026-02-23T16:42:05.857Z[ recovery-image] Feb 23 16:42:05.177 INFO O| Feb 23 16:42:05.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66332026-02-23T16:42:05.857Z[ recovery-image] Feb 23 16:42:05.178 INFO O| Feb 23 16:42:05.177 INFO STEP 601 (remove_files) COMPLETE
66342026-02-23T16:42:05.857Z[ recovery-image] Feb 23 16:42:05.178 INFO O| Feb 23 16:42:05.178 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352026-02-23T16:42:05.857Z[ recovery-image] Feb 23 16:42:05.194 INFO O| Feb 23 16:42:05.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66362026-02-23T16:42:05.857Z[ recovery-image] Feb 23 16:42:05.194 INFO O| Feb 23 16:42:05.194 INFO STEP 602 (remove_files) COMPLETE
66372026-02-23T16:42:05.857Z[ recovery-image] Feb 23 16:42:05.194 INFO O| Feb 23 16:42:05.194 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382026-02-23T16:42:05.881Z[ recovery-image] Feb 23 16:42:05.210 INFO O| Feb 23 16:42:05.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66392026-02-23T16:42:05.882Z[ recovery-image] Feb 23 16:42:05.210 INFO O| Feb 23 16:42:05.210 INFO STEP 603 (remove_files) COMPLETE
66402026-02-23T16:42:05.882Z[ recovery-image] Feb 23 16:42:05.210 INFO O| Feb 23 16:42:05.210 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412026-02-23T16:42:05.908Z[ recovery-image] Feb 23 16:42:05.224 INFO O| Feb 23 16:42:05.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66422026-02-23T16:42:05.908Z[ recovery-image] Feb 23 16:42:05.224 INFO O| Feb 23 16:42:05.224 INFO STEP 604 (remove_files) COMPLETE
66432026-02-23T16:42:05.908Z[ recovery-image] Feb 23 16:42:05.224 INFO O| Feb 23 16:42:05.224 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442026-02-23T16:42:05.908Z[ recovery-image] Feb 23 16:42:05.235 INFO O| Feb 23 16:42:05.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66452026-02-23T16:42:05.908Z[ recovery-image] Feb 23 16:42:05.236 INFO O| Feb 23 16:42:05.236 INFO STEP 605 (remove_files) COMPLETE
66462026-02-23T16:42:05.908Z[ recovery-image] Feb 23 16:42:05.236 INFO O| Feb 23 16:42:05.236 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472026-02-23T16:42:05.908Z[ recovery-image] Feb 23 16:42:05.246 INFO O| Feb 23 16:42:05.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66482026-02-23T16:42:05.908Z[ recovery-image] Feb 23 16:42:05.246 INFO O| Feb 23 16:42:05.246 INFO STEP 606 (remove_files) COMPLETE
66492026-02-23T16:42:05.908Z[ recovery-image] Feb 23 16:42:05.246 INFO O| Feb 23 16:42:05.246 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502026-02-23T16:42:05.933Z[ recovery-image] Feb 23 16:42:05.256 INFO O| Feb 23 16:42:05.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66512026-02-23T16:42:05.933Z[ recovery-image] Feb 23 16:42:05.256 INFO O| Feb 23 16:42:05.256 INFO STEP 607 (remove_files) COMPLETE
66522026-02-23T16:42:05.933Z[ recovery-image] Feb 23 16:42:05.256 INFO O| Feb 23 16:42:05.256 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532026-02-23T16:42:05.933Z[ recovery-image] Feb 23 16:42:05.272 INFO O| Feb 23 16:42:05.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66542026-02-23T16:42:05.933Z[ recovery-image] Feb 23 16:42:05.272 INFO O| Feb 23 16:42:05.272 INFO STEP 608 (remove_files) COMPLETE
66552026-02-23T16:42:05.933Z[ recovery-image] Feb 23 16:42:05.272 INFO O| Feb 23 16:42:05.272 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562026-02-23T16:42:05.957Z[ recovery-image] Feb 23 16:42:05.287 INFO O| Feb 23 16:42:05.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66572026-02-23T16:42:05.957Z[ recovery-image] Feb 23 16:42:05.287 INFO O| Feb 23 16:42:05.287 INFO STEP 609 (remove_files) COMPLETE
66582026-02-23T16:42:05.957Z[ recovery-image] Feb 23 16:42:05.287 INFO O| Feb 23 16:42:05.287 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592026-02-23T16:42:05.957Z[ recovery-image] Feb 23 16:42:05.298 INFO O| Feb 23 16:42:05.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66602026-02-23T16:42:05.957Z[ recovery-image] Feb 23 16:42:05.298 INFO O| Feb 23 16:42:05.298 INFO STEP 610 (remove_files) COMPLETE
66612026-02-23T16:42:05.957Z[ recovery-image] Feb 23 16:42:05.298 INFO O| Feb 23 16:42:05.298 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622026-02-23T16:42:05.982Z[ recovery-image] Feb 23 16:42:05.313 INFO O| Feb 23 16:42:05.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66632026-02-23T16:42:05.982Z[ recovery-image] Feb 23 16:42:05.314 INFO O| Feb 23 16:42:05.314 INFO STEP 611 (remove_files) COMPLETE
66642026-02-23T16:42:05.982Z[ recovery-image] Feb 23 16:42:05.314 INFO O| Feb 23 16:42:05.314 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652026-02-23T16:42:06.006Z[ recovery-image] Feb 23 16:42:05.325 INFO O| Feb 23 16:42:05.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66662026-02-23T16:42:06.006Z[ recovery-image] Feb 23 16:42:05.325 INFO O| Feb 23 16:42:05.325 INFO STEP 612 (remove_files) COMPLETE
66672026-02-23T16:42:06.006Z[ recovery-image] Feb 23 16:42:05.325 INFO O| Feb 23 16:42:05.325 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682026-02-23T16:42:06.006Z[ recovery-image] Feb 23 16:42:05.341 INFO O| Feb 23 16:42:05.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66692026-02-23T16:42:06.006Z[ recovery-image] Feb 23 16:42:05.341 INFO O| Feb 23 16:42:05.341 INFO STEP 613 (remove_files) COMPLETE
66702026-02-23T16:42:06.006Z[ recovery-image] Feb 23 16:42:05.341 INFO O| Feb 23 16:42:05.341 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712026-02-23T16:42:06.031Z[ recovery-image] Feb 23 16:42:05.358 INFO O| Feb 23 16:42:05.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66722026-02-23T16:42:06.031Z[ recovery-image] Feb 23 16:42:05.358 INFO O| Feb 23 16:42:05.358 INFO STEP 614 (remove_files) COMPLETE
66732026-02-23T16:42:06.031Z[ recovery-image] Feb 23 16:42:05.358 INFO O| Feb 23 16:42:05.358 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742026-02-23T16:42:06.055Z[ recovery-image] Feb 23 16:42:05.375 INFO O| Feb 23 16:42:05.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66752026-02-23T16:42:06.055Z[ recovery-image] Feb 23 16:42:05.375 INFO O| Feb 23 16:42:05.375 INFO STEP 615 (remove_files) COMPLETE
66762026-02-23T16:42:06.056Z[ recovery-image] Feb 23 16:42:05.375 INFO O| Feb 23 16:42:05.375 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772026-02-23T16:42:06.056Z[ recovery-image] Feb 23 16:42:05.390 INFO O| Feb 23 16:42:05.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66782026-02-23T16:42:06.056Z[ recovery-image] Feb 23 16:42:05.390 INFO O| Feb 23 16:42:05.390 INFO STEP 616 (remove_files) COMPLETE
66792026-02-23T16:42:06.056Z[ recovery-image] Feb 23 16:42:05.390 INFO O| Feb 23 16:42:05.390 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802026-02-23T16:42:06.081Z[ recovery-image] Feb 23 16:42:05.402 INFO O| Feb 23 16:42:05.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66812026-02-23T16:42:06.081Z[ recovery-image] Feb 23 16:42:05.403 INFO O| Feb 23 16:42:05.403 INFO STEP 617 (remove_files) COMPLETE
66822026-02-23T16:42:06.081Z[ recovery-image] Feb 23 16:42:05.403 INFO O| Feb 23 16:42:05.403 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832026-02-23T16:42:06.081Z[ recovery-image] Feb 23 16:42:05.415 INFO O| Feb 23 16:42:05.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66842026-02-23T16:42:06.081Z[ recovery-image] Feb 23 16:42:05.415 INFO O| Feb 23 16:42:05.415 INFO STEP 618 (remove_files) COMPLETE
66852026-02-23T16:42:06.081Z[ recovery-image] Feb 23 16:42:05.415 INFO O| Feb 23 16:42:05.415 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862026-02-23T16:42:06.111Z[ recovery-image] Feb 23 16:42:05.452 INFO O| Feb 23 16:42:05.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66872026-02-23T16:42:06.111Z[ recovery-image] Feb 23 16:42:05.452 INFO O| Feb 23 16:42:05.452 INFO STEP 619 (remove_files) COMPLETE
66882026-02-23T16:42:06.111Z[ recovery-image] Feb 23 16:42:05.452 INFO O| Feb 23 16:42:05.452 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892026-02-23T16:42:06.152Z[ recovery-image] Feb 23 16:42:05.493 INFO O| Feb 23 16:42:05.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66902026-02-23T16:42:06.152Z[ recovery-image] Feb 23 16:42:05.493 INFO O| Feb 23 16:42:05.493 INFO STEP 620 (remove_files) COMPLETE
66912026-02-23T16:42:06.177Z[ recovery-image] Feb 23 16:42:05.493 INFO O| Feb 23 16:42:05.493 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922026-02-23T16:42:06.177Z[ recovery-image] Feb 23 16:42:05.508 INFO O| Feb 23 16:42:05.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66932026-02-23T16:42:06.177Z[ recovery-image] Feb 23 16:42:05.508 INFO O| Feb 23 16:42:05.508 INFO STEP 621 (remove_files) COMPLETE
66942026-02-23T16:42:06.177Z[ recovery-image] Feb 23 16:42:05.508 INFO O| Feb 23 16:42:05.508 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952026-02-23T16:42:06.201Z[ recovery-image] Feb 23 16:42:05.520 INFO O| Feb 23 16:42:05.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66962026-02-23T16:42:06.201Z[ recovery-image] Feb 23 16:42:05.520 INFO O| Feb 23 16:42:05.520 INFO STEP 622 (remove_files) COMPLETE
66972026-02-23T16:42:06.202Z[ recovery-image] Feb 23 16:42:05.520 INFO O| Feb 23 16:42:05.520 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982026-02-23T16:42:06.202Z[ recovery-image] Feb 23 16:42:05.532 INFO O| Feb 23 16:42:05.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66992026-02-23T16:42:06.202Z[ recovery-image] Feb 23 16:42:05.532 INFO O| Feb 23 16:42:05.532 INFO STEP 623 (remove_files) COMPLETE
67002026-02-23T16:42:06.202Z[ recovery-image] Feb 23 16:42:05.532 INFO O| Feb 23 16:42:05.532 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012026-02-23T16:42:06.226Z[ recovery-image] Feb 23 16:42:05.545 INFO O| Feb 23 16:42:05.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
67022026-02-23T16:42:06.226Z[ recovery-image] Feb 23 16:42:05.545 INFO O| Feb 23 16:42:05.545 INFO STEP 624 (remove_files) COMPLETE
67032026-02-23T16:42:06.227Z[ recovery-image] Feb 23 16:42:05.545 INFO O| Feb 23 16:42:05.545 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042026-02-23T16:42:06.227Z[ recovery-image] Feb 23 16:42:05.557 INFO O| Feb 23 16:42:05.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
67052026-02-23T16:42:06.227Z[ recovery-image] Feb 23 16:42:05.557 INFO O| Feb 23 16:42:05.557 INFO STEP 625 (remove_files) COMPLETE
67062026-02-23T16:42:06.227Z[ recovery-image] Feb 23 16:42:05.557 INFO O| Feb 23 16:42:05.557 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072026-02-23T16:42:06.252Z[ recovery-image] Feb 23 16:42:05.569 INFO O| Feb 23 16:42:05.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67082026-02-23T16:42:06.252Z[ recovery-image] Feb 23 16:42:05.569 INFO O| Feb 23 16:42:05.569 INFO STEP 626 (remove_files) COMPLETE
67092026-02-23T16:42:06.252Z[ recovery-image] Feb 23 16:42:05.569 INFO O| Feb 23 16:42:05.569 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102026-02-23T16:42:06.252Z[ recovery-image] Feb 23 16:42:05.581 INFO O| Feb 23 16:42:05.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67112026-02-23T16:42:06.252Z[ recovery-image] Feb 23 16:42:05.581 INFO O| Feb 23 16:42:05.581 INFO STEP 627 (remove_files) COMPLETE
67122026-02-23T16:42:06.252Z[ recovery-image] Feb 23 16:42:05.581 INFO O| Feb 23 16:42:05.581 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132026-02-23T16:42:06.252Z[ recovery-image] Feb 23 16:42:05.593 INFO O| Feb 23 16:42:05.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67142026-02-23T16:42:06.252Z[ recovery-image] Feb 23 16:42:05.593 INFO O| Feb 23 16:42:05.593 INFO STEP 628 (remove_files) COMPLETE
67152026-02-23T16:42:06.252Z[ recovery-image] Feb 23 16:42:05.593 INFO O| Feb 23 16:42:05.593 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162026-02-23T16:42:06.277Z[ recovery-image] Feb 23 16:42:05.604 INFO O| Feb 23 16:42:05.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67172026-02-23T16:42:06.277Z[ recovery-image] Feb 23 16:42:05.605 INFO O| Feb 23 16:42:05.604 INFO STEP 629 (remove_files) COMPLETE
67182026-02-23T16:42:06.277Z[ recovery-image] Feb 23 16:42:05.605 INFO O| Feb 23 16:42:05.604 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192026-02-23T16:42:06.277Z[ recovery-image] Feb 23 16:42:05.616 INFO O| Feb 23 16:42:05.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67202026-02-23T16:42:06.277Z[ recovery-image] Feb 23 16:42:05.616 INFO O| Feb 23 16:42:05.616 INFO STEP 630 (remove_files) COMPLETE
67212026-02-23T16:42:06.278Z[ recovery-image] Feb 23 16:42:05.616 INFO O| Feb 23 16:42:05.616 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222026-02-23T16:42:06.303Z[ recovery-image] Feb 23 16:42:05.626 INFO O| Feb 23 16:42:05.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67232026-02-23T16:42:06.303Z[ recovery-image] Feb 23 16:42:05.626 INFO O| Feb 23 16:42:05.626 INFO STEP 631 (remove_files) COMPLETE
67242026-02-23T16:42:06.303Z[ recovery-image] Feb 23 16:42:05.626 INFO O| Feb 23 16:42:05.626 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252026-02-23T16:42:06.303Z[ recovery-image] Feb 23 16:42:05.637 INFO O| Feb 23 16:42:05.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67262026-02-23T16:42:06.303Z[ recovery-image] Feb 23 16:42:05.637 INFO O| Feb 23 16:42:05.637 INFO STEP 632 (remove_files) COMPLETE
67272026-02-23T16:42:06.303Z[ recovery-image] Feb 23 16:42:05.637 INFO O| Feb 23 16:42:05.637 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282026-02-23T16:42:06.327Z[ recovery-image] Feb 23 16:42:05.647 INFO O| Feb 23 16:42:05.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67292026-02-23T16:42:06.327Z[ recovery-image] Feb 23 16:42:05.647 INFO O| Feb 23 16:42:05.647 INFO STEP 633 (remove_files) COMPLETE
67302026-02-23T16:42:06.328Z[ recovery-image] Feb 23 16:42:05.647 INFO O| Feb 23 16:42:05.647 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312026-02-23T16:42:06.328Z[ recovery-image] Feb 23 16:42:05.657 INFO O| Feb 23 16:42:05.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67322026-02-23T16:42:06.328Z[ recovery-image] Feb 23 16:42:05.658 INFO O| Feb 23 16:42:05.657 INFO STEP 634 (remove_files) COMPLETE
67332026-02-23T16:42:06.328Z[ recovery-image] Feb 23 16:42:05.658 INFO O| Feb 23 16:42:05.657 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342026-02-23T16:42:06.328Z[ recovery-image] Feb 23 16:42:05.668 INFO O| Feb 23 16:42:05.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67352026-02-23T16:42:06.328Z[ recovery-image] Feb 23 16:42:05.668 INFO O| Feb 23 16:42:05.668 INFO STEP 635 (remove_files) COMPLETE
67362026-02-23T16:42:06.328Z[ recovery-image] Feb 23 16:42:05.668 INFO O| Feb 23 16:42:05.668 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372026-02-23T16:42:06.353Z[ recovery-image] Feb 23 16:42:05.677 INFO O| Feb 23 16:42:05.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67382026-02-23T16:42:06.353Z[ recovery-image] Feb 23 16:42:05.677 INFO O| Feb 23 16:42:05.677 INFO STEP 636 (remove_files) COMPLETE
67392026-02-23T16:42:06.353Z[ recovery-image] Feb 23 16:42:05.677 INFO O| Feb 23 16:42:05.677 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402026-02-23T16:42:06.353Z[ recovery-image] Feb 23 16:42:05.688 INFO O| Feb 23 16:42:05.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67412026-02-23T16:42:06.353Z[ recovery-image] Feb 23 16:42:05.688 INFO O| Feb 23 16:42:05.688 INFO STEP 637 (remove_files) COMPLETE
67422026-02-23T16:42:06.353Z[ recovery-image] Feb 23 16:42:05.688 INFO O| Feb 23 16:42:05.688 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432026-02-23T16:42:06.377Z[ recovery-image] Feb 23 16:42:05.698 INFO O| Feb 23 16:42:05.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67442026-02-23T16:42:06.377Z[ recovery-image] Feb 23 16:42:05.698 INFO O| Feb 23 16:42:05.698 INFO STEP 638 (remove_files) COMPLETE
67452026-02-23T16:42:06.377Z[ recovery-image] Feb 23 16:42:05.698 INFO O| Feb 23 16:42:05.698 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462026-02-23T16:42:06.377Z[ recovery-image] Feb 23 16:42:05.713 INFO O| Feb 23 16:42:05.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67472026-02-23T16:42:06.377Z[ recovery-image] Feb 23 16:42:05.714 INFO O| Feb 23 16:42:05.714 INFO STEP 639 (remove_files) COMPLETE
67482026-02-23T16:42:06.377Z[ recovery-image] Feb 23 16:42:05.714 INFO O| Feb 23 16:42:05.714 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492026-02-23T16:42:06.402Z[ recovery-image] Feb 23 16:42:05.728 INFO O| Feb 23 16:42:05.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67502026-02-23T16:42:06.402Z[ recovery-image] Feb 23 16:42:05.729 INFO O| Feb 23 16:42:05.729 INFO STEP 640 (remove_files) COMPLETE
67512026-02-23T16:42:06.402Z[ recovery-image] Feb 23 16:42:05.729 INFO O| Feb 23 16:42:05.729 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522026-02-23T16:42:06.427Z[ recovery-image] Feb 23 16:42:05.745 INFO O| Feb 23 16:42:05.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67532026-02-23T16:42:06.427Z[ recovery-image] Feb 23 16:42:05.745 INFO O| Feb 23 16:42:05.745 INFO STEP 641 (remove_files) COMPLETE
67542026-02-23T16:42:06.427Z[ recovery-image] Feb 23 16:42:05.745 INFO O| Feb 23 16:42:05.745 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552026-02-23T16:42:06.427Z[ recovery-image] Feb 23 16:42:05.760 INFO O| Feb 23 16:42:05.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67562026-02-23T16:42:06.427Z[ recovery-image] Feb 23 16:42:05.760 INFO O| Feb 23 16:42:05.760 INFO STEP 642 (remove_files) COMPLETE
67572026-02-23T16:42:06.427Z[ recovery-image] Feb 23 16:42:05.760 INFO O| Feb 23 16:42:05.760 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582026-02-23T16:42:06.452Z[ recovery-image] Feb 23 16:42:05.777 INFO O| Feb 23 16:42:05.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67592026-02-23T16:42:06.452Z[ recovery-image] Feb 23 16:42:05.778 INFO O| Feb 23 16:42:05.777 INFO STEP 643 (remove_files) COMPLETE
67602026-02-23T16:42:06.452Z[ recovery-image] Feb 23 16:42:05.778 INFO O| Feb 23 16:42:05.777 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612026-02-23T16:42:06.476Z[ recovery-image] Feb 23 16:42:05.793 INFO O| Feb 23 16:42:05.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67622026-02-23T16:42:06.476Z[ recovery-image] Feb 23 16:42:05.794 INFO O| Feb 23 16:42:05.793 INFO STEP 644 (remove_files) COMPLETE
67632026-02-23T16:42:06.476Z[ recovery-image] Feb 23 16:42:05.794 INFO O| Feb 23 16:42:05.794 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642026-02-23T16:42:06.476Z[ recovery-image] Feb 23 16:42:05.810 INFO O| Feb 23 16:42:05.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67652026-02-23T16:42:06.476Z[ recovery-image] Feb 23 16:42:05.810 INFO O| Feb 23 16:42:05.810 INFO STEP 645 (remove_files) COMPLETE
67662026-02-23T16:42:06.476Z[ recovery-image] Feb 23 16:42:05.810 INFO O| Feb 23 16:42:05.810 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672026-02-23T16:42:06.501Z[ recovery-image] Feb 23 16:42:05.824 INFO O| Feb 23 16:42:05.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67682026-02-23T16:42:06.501Z[ recovery-image] Feb 23 16:42:05.824 INFO O| Feb 23 16:42:05.824 INFO STEP 646 (remove_files) COMPLETE
67692026-02-23T16:42:06.501Z[ recovery-image] Feb 23 16:42:05.824 INFO O| Feb 23 16:42:05.824 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702026-02-23T16:42:06.502Z[ recovery-image] Feb 23 16:42:05.838 INFO O| Feb 23 16:42:05.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67712026-02-23T16:42:06.502Z[ recovery-image] Feb 23 16:42:05.838 INFO O| Feb 23 16:42:05.838 INFO STEP 647 (remove_files) COMPLETE
67722026-02-23T16:42:06.502Z[ recovery-image] Feb 23 16:42:05.838 INFO O| Feb 23 16:42:05.838 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732026-02-23T16:42:06.526Z[ recovery-image] Feb 23 16:42:05.850 INFO O| Feb 23 16:42:05.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67742026-02-23T16:42:06.526Z[ recovery-image] Feb 23 16:42:05.850 INFO O| Feb 23 16:42:05.850 INFO STEP 648 (remove_files) COMPLETE
67752026-02-23T16:42:06.526Z[ recovery-image] Feb 23 16:42:05.850 INFO O| Feb 23 16:42:05.850 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762026-02-23T16:42:06.526Z[ recovery-image] Feb 23 16:42:05.862 INFO O| Feb 23 16:42:05.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67772026-02-23T16:42:06.526Z[ recovery-image] Feb 23 16:42:05.863 INFO O| Feb 23 16:42:05.863 INFO STEP 649 (remove_files) COMPLETE
67782026-02-23T16:42:06.526Z[ recovery-image] Feb 23 16:42:05.863 INFO O| Feb 23 16:42:05.863 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792026-02-23T16:42:06.551Z[ recovery-image] Feb 23 16:42:05.874 INFO O| Feb 23 16:42:05.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67802026-02-23T16:42:06.551Z[ recovery-image] Feb 23 16:42:05.874 INFO O| Feb 23 16:42:05.874 INFO STEP 650 (remove_files) COMPLETE
67812026-02-23T16:42:06.552Z[ recovery-image] Feb 23 16:42:05.874 INFO O| Feb 23 16:42:05.874 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822026-02-23T16:42:06.552Z[ recovery-image] Feb 23 16:42:05.886 INFO O| Feb 23 16:42:05.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67832026-02-23T16:42:06.552Z[ recovery-image] Feb 23 16:42:05.886 INFO O| Feb 23 16:42:05.886 INFO STEP 651 (remove_files) COMPLETE
67842026-02-23T16:42:06.552Z[ recovery-image] Feb 23 16:42:05.886 INFO O| Feb 23 16:42:05.886 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852026-02-23T16:42:06.577Z[ recovery-image] Feb 23 16:42:05.898 INFO O| Feb 23 16:42:05.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67862026-02-23T16:42:06.577Z[ recovery-image] Feb 23 16:42:05.898 INFO O| Feb 23 16:42:05.898 INFO STEP 652 (remove_files) COMPLETE
67872026-02-23T16:42:06.577Z[ recovery-image] Feb 23 16:42:05.899 INFO O| Feb 23 16:42:05.898 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882026-02-23T16:42:06.577Z[ recovery-image] Feb 23 16:42:05.911 INFO O| Feb 23 16:42:05.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67892026-02-23T16:42:06.577Z[ recovery-image] Feb 23 16:42:05.911 INFO O| Feb 23 16:42:05.911 INFO STEP 653 (remove_files) COMPLETE
67902026-02-23T16:42:06.577Z[ recovery-image] Feb 23 16:42:05.911 INFO O| Feb 23 16:42:05.911 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912026-02-23T16:42:06.602Z[ recovery-image] Feb 23 16:42:05.928 INFO O| Feb 23 16:42:05.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67922026-02-23T16:42:06.602Z[ recovery-image] Feb 23 16:42:05.928 INFO O| Feb 23 16:42:05.928 INFO STEP 654 (remove_files) COMPLETE
67932026-02-23T16:42:06.602Z[ recovery-image] Feb 23 16:42:05.928 INFO O| Feb 23 16:42:05.928 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942026-02-23T16:42:06.602Z[ recovery-image] Feb 23 16:42:05.941 INFO O| Feb 23 16:42:05.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67952026-02-23T16:42:06.602Z[ recovery-image] Feb 23 16:42:05.941 INFO O| Feb 23 16:42:05.941 INFO STEP 655 (remove_files) COMPLETE
67962026-02-23T16:42:06.602Z[ recovery-image] Feb 23 16:42:05.941 INFO O| Feb 23 16:42:05.941 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972026-02-23T16:42:06.627Z[ recovery-image] Feb 23 16:42:05.956 INFO O| Feb 23 16:42:05.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67982026-02-23T16:42:06.627Z[ recovery-image] Feb 23 16:42:05.956 INFO O| Feb 23 16:42:05.956 INFO STEP 656 (remove_files) COMPLETE
67992026-02-23T16:42:06.627Z[ recovery-image] Feb 23 16:42:05.956 INFO O| Feb 23 16:42:05.956 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002026-02-23T16:42:06.652Z[ recovery-image] Feb 23 16:42:05.969 INFO O| Feb 23 16:42:05.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
68012026-02-23T16:42:06.652Z[ recovery-image] Feb 23 16:42:05.970 INFO O| Feb 23 16:42:05.969 INFO STEP 657 (remove_files) COMPLETE
68022026-02-23T16:42:06.652Z[ recovery-image] Feb 23 16:42:05.970 INFO O| Feb 23 16:42:05.970 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032026-02-23T16:42:06.652Z[ recovery-image] Feb 23 16:42:05.984 INFO O| Feb 23 16:42:05.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
68042026-02-23T16:42:06.652Z[ recovery-image] Feb 23 16:42:05.984 INFO O| Feb 23 16:42:05.984 INFO STEP 658 (remove_files) COMPLETE
68052026-02-23T16:42:06.652Z[ recovery-image] Feb 23 16:42:05.984 INFO O| Feb 23 16:42:05.984 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062026-02-23T16:42:06.677Z[ recovery-image] Feb 23 16:42:05.999 INFO O| Feb 23 16:42:05.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
68072026-02-23T16:42:06.677Z[ recovery-image] Feb 23 16:42:05.999 INFO O| Feb 23 16:42:05.999 INFO STEP 659 (remove_files) COMPLETE
68082026-02-23T16:42:06.677Z[ recovery-image] Feb 23 16:42:05.999 INFO O| Feb 23 16:42:05.999 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092026-02-23T16:42:06.677Z[ recovery-image] Feb 23 16:42:06.014 INFO O| Feb 23 16:42:06.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68102026-02-23T16:42:06.677Z[ recovery-image] Feb 23 16:42:06.014 INFO O| Feb 23 16:42:06.014 INFO STEP 660 (remove_files) COMPLETE
68112026-02-23T16:42:06.677Z[ recovery-image] Feb 23 16:42:06.014 INFO O| Feb 23 16:42:06.014 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122026-02-23T16:42:06.701Z[ recovery-image] Feb 23 16:42:06.028 INFO O| Feb 23 16:42:06.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68132026-02-23T16:42:06.702Z[ recovery-image] Feb 23 16:42:06.029 INFO O| Feb 23 16:42:06.029 INFO STEP 661 (remove_files) COMPLETE
68142026-02-23T16:42:06.702Z[ recovery-image] Feb 23 16:42:06.029 INFO O| Feb 23 16:42:06.029 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152026-02-23T16:42:06.726Z[ recovery-image] Feb 23 16:42:06.043 INFO O| Feb 23 16:42:06.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68162026-02-23T16:42:06.726Z[ recovery-image] Feb 23 16:42:06.043 INFO O| Feb 23 16:42:06.043 INFO STEP 662 (remove_files) COMPLETE
68172026-02-23T16:42:06.726Z[ recovery-image] Feb 23 16:42:06.043 INFO O| Feb 23 16:42:06.043 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182026-02-23T16:42:06.726Z[ recovery-image] Feb 23 16:42:06.060 INFO O| Feb 23 16:42:06.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68192026-02-23T16:42:06.726Z[ recovery-image] Feb 23 16:42:06.061 INFO O| Feb 23 16:42:06.060 INFO STEP 663 (remove_files) COMPLETE
68202026-02-23T16:42:06.726Z[ recovery-image] Feb 23 16:42:06.061 INFO O| Feb 23 16:42:06.061 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212026-02-23T16:42:06.751Z[ recovery-image] Feb 23 16:42:06.076 INFO O| Feb 23 16:42:06.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68222026-02-23T16:42:06.751Z[ recovery-image] Feb 23 16:42:06.076 INFO O| Feb 23 16:42:06.076 INFO STEP 664 (remove_files) COMPLETE
68232026-02-23T16:42:06.751Z[ recovery-image] Feb 23 16:42:06.077 INFO O| Feb 23 16:42:06.076 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242026-02-23T16:42:06.751Z[ recovery-image] Feb 23 16:42:06.089 INFO O| Feb 23 16:42:06.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68252026-02-23T16:42:06.751Z[ recovery-image] Feb 23 16:42:06.089 INFO O| Feb 23 16:42:06.089 INFO STEP 665 (remove_files) COMPLETE
68262026-02-23T16:42:06.751Z[ recovery-image] Feb 23 16:42:06.089 INFO O| Feb 23 16:42:06.089 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272026-02-23T16:42:06.776Z[ recovery-image] Feb 23 16:42:06.105 INFO O| Feb 23 16:42:06.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68282026-02-23T16:42:06.776Z[ recovery-image] Feb 23 16:42:06.105 INFO O| Feb 23 16:42:06.105 INFO STEP 666 (remove_files) COMPLETE
68292026-02-23T16:42:06.776Z[ recovery-image] Feb 23 16:42:06.105 INFO O| Feb 23 16:42:06.105 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302026-02-23T16:42:06.801Z[ recovery-image] Feb 23 16:42:06.119 INFO O| Feb 23 16:42:06.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68312026-02-23T16:42:06.801Z[ recovery-image] Feb 23 16:42:06.119 INFO O| Feb 23 16:42:06.119 INFO STEP 667 (remove_files) COMPLETE
68322026-02-23T16:42:06.801Z[ recovery-image] Feb 23 16:42:06.119 INFO O| Feb 23 16:42:06.119 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332026-02-23T16:42:06.801Z[ recovery-image] Feb 23 16:42:06.133 INFO O| Feb 23 16:42:06.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68342026-02-23T16:42:06.801Z[ recovery-image] Feb 23 16:42:06.133 INFO O| Feb 23 16:42:06.133 INFO STEP 668 (remove_files) COMPLETE
68352026-02-23T16:42:06.801Z[ recovery-image] Feb 23 16:42:06.133 INFO O| Feb 23 16:42:06.133 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362026-02-23T16:42:06.826Z[ recovery-image] Feb 23 16:42:06.148 INFO O| Feb 23 16:42:06.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68372026-02-23T16:42:06.826Z[ recovery-image] Feb 23 16:42:06.149 INFO O| Feb 23 16:42:06.149 INFO STEP 669 (remove_files) COMPLETE
68382026-02-23T16:42:06.826Z[ recovery-image] Feb 23 16:42:06.149 INFO O| Feb 23 16:42:06.149 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392026-02-23T16:42:06.826Z[ recovery-image] Feb 23 16:42:06.163 INFO O| Feb 23 16:42:06.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68402026-02-23T16:42:06.826Z[ recovery-image] Feb 23 16:42:06.163 INFO O| Feb 23 16:42:06.163 INFO STEP 670 (remove_files) COMPLETE
68412026-02-23T16:42:06.826Z[ recovery-image] Feb 23 16:42:06.163 INFO O| Feb 23 16:42:06.163 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422026-02-23T16:42:06.851Z[ recovery-image] Feb 23 16:42:06.179 INFO O| Feb 23 16:42:06.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68432026-02-23T16:42:06.851Z[ recovery-image] Feb 23 16:42:06.179 INFO O| Feb 23 16:42:06.179 INFO STEP 671 (remove_files) COMPLETE
68442026-02-23T16:42:06.851Z[ recovery-image] Feb 23 16:42:06.179 INFO O| Feb 23 16:42:06.179 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452026-02-23T16:42:06.876Z[ recovery-image] Feb 23 16:42:06.192 INFO O| Feb 23 16:42:06.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68462026-02-23T16:42:06.876Z[ recovery-image] Feb 23 16:42:06.193 INFO O| Feb 23 16:42:06.193 INFO STEP 672 (remove_files) COMPLETE
68472026-02-23T16:42:06.876Z[ recovery-image] Feb 23 16:42:06.193 INFO O| Feb 23 16:42:06.193 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482026-02-23T16:42:06.876Z[ recovery-image] Feb 23 16:42:06.207 INFO O| Feb 23 16:42:06.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68492026-02-23T16:42:06.876Z[ recovery-image] Feb 23 16:42:06.207 INFO O| Feb 23 16:42:06.207 INFO STEP 673 (remove_files) COMPLETE
68502026-02-23T16:42:06.876Z[ recovery-image] Feb 23 16:42:06.207 INFO O| Feb 23 16:42:06.207 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512026-02-23T16:42:06.901Z[ recovery-image] Feb 23 16:42:06.223 INFO O| Feb 23 16:42:06.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68522026-02-23T16:42:06.901Z[ recovery-image] Feb 23 16:42:06.224 INFO O| Feb 23 16:42:06.223 INFO STEP 674 (remove_files) COMPLETE
68532026-02-23T16:42:06.901Z[ recovery-image] Feb 23 16:42:06.224 INFO O| Feb 23 16:42:06.224 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542026-02-23T16:42:06.901Z[ recovery-image] Feb 23 16:42:06.239 INFO O| Feb 23 16:42:06.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68552026-02-23T16:42:06.901Z[ recovery-image] Feb 23 16:42:06.239 INFO O| Feb 23 16:42:06.239 INFO STEP 675 (remove_files) COMPLETE
68562026-02-23T16:42:06.901Z[ recovery-image] Feb 23 16:42:06.239 INFO O| Feb 23 16:42:06.239 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572026-02-23T16:42:06.926Z[ recovery-image] Feb 23 16:42:06.253 INFO O| Feb 23 16:42:06.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68582026-02-23T16:42:06.926Z[ recovery-image] Feb 23 16:42:06.254 INFO O| Feb 23 16:42:06.254 INFO STEP 676 (remove_files) COMPLETE
68592026-02-23T16:42:06.926Z[ recovery-image] Feb 23 16:42:06.254 INFO O| Feb 23 16:42:06.254 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602026-02-23T16:42:06.950Z[ recovery-image] Feb 23 16:42:06.269 INFO O| Feb 23 16:42:06.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68612026-02-23T16:42:06.950Z[ recovery-image] Feb 23 16:42:06.269 INFO O| Feb 23 16:42:06.269 INFO STEP 677 (remove_files) COMPLETE
68622026-02-23T16:42:06.950Z[ recovery-image] Feb 23 16:42:06.269 INFO O| Feb 23 16:42:06.269 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632026-02-23T16:42:06.950Z[ recovery-image] Feb 23 16:42:06.282 INFO O| Feb 23 16:42:06.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68642026-02-23T16:42:06.950Z[ recovery-image] Feb 23 16:42:06.283 INFO O| Feb 23 16:42:06.283 INFO STEP 678 (remove_files) COMPLETE
68652026-02-23T16:42:06.950Z[ recovery-image] Feb 23 16:42:06.283 INFO O| Feb 23 16:42:06.283 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662026-02-23T16:42:06.975Z[ recovery-image] Feb 23 16:42:06.296 INFO O| Feb 23 16:42:06.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68672026-02-23T16:42:06.975Z[ recovery-image] Feb 23 16:42:06.296 INFO O| Feb 23 16:42:06.296 INFO STEP 679 (remove_files) COMPLETE
68682026-02-23T16:42:06.975Z[ recovery-image] Feb 23 16:42:06.296 INFO O| Feb 23 16:42:06.296 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692026-02-23T16:42:06.975Z[ recovery-image] Feb 23 16:42:06.309 INFO O| Feb 23 16:42:06.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68702026-02-23T16:42:06.975Z[ recovery-image] Feb 23 16:42:06.309 INFO O| Feb 23 16:42:06.309 INFO STEP 680 (remove_files) COMPLETE
68712026-02-23T16:42:06.975Z[ recovery-image] Feb 23 16:42:06.309 INFO O| Feb 23 16:42:06.309 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722026-02-23T16:42:07.000Z[ recovery-image] Feb 23 16:42:06.321 INFO O| Feb 23 16:42:06.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68732026-02-23T16:42:07.000Z[ recovery-image] Feb 23 16:42:06.321 INFO O| Feb 23 16:42:06.321 INFO STEP 681 (remove_files) COMPLETE
68742026-02-23T16:42:07.000Z[ recovery-image] Feb 23 16:42:06.321 INFO O| Feb 23 16:42:06.321 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752026-02-23T16:42:07.000Z[ recovery-image] Feb 23 16:42:06.332 INFO O| Feb 23 16:42:06.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68762026-02-23T16:42:07.000Z[ recovery-image] Feb 23 16:42:06.332 INFO O| Feb 23 16:42:06.332 INFO STEP 682 (remove_files) COMPLETE
68772026-02-23T16:42:07.000Z[ recovery-image] Feb 23 16:42:06.332 INFO O| Feb 23 16:42:06.332 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782026-02-23T16:42:07.024Z[ recovery-image] Feb 23 16:42:06.343 INFO O| Feb 23 16:42:06.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68792026-02-23T16:42:07.024Z[ recovery-image] Feb 23 16:42:06.343 INFO O| Feb 23 16:42:06.343 INFO STEP 683 (remove_files) COMPLETE
68802026-02-23T16:42:07.024Z[ recovery-image] Feb 23 16:42:06.343 INFO O| Feb 23 16:42:06.343 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812026-02-23T16:42:07.025Z[ recovery-image] Feb 23 16:42:06.353 INFO O| Feb 23 16:42:06.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68822026-02-23T16:42:07.025Z[ recovery-image] Feb 23 16:42:06.353 INFO O| Feb 23 16:42:06.353 INFO STEP 684 (remove_files) COMPLETE
68832026-02-23T16:42:07.025Z[ recovery-image] Feb 23 16:42:06.353 INFO O| Feb 23 16:42:06.353 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842026-02-23T16:42:07.049Z[ recovery-image] Feb 23 16:42:06.368 INFO O| Feb 23 16:42:06.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68852026-02-23T16:42:07.049Z[ recovery-image] Feb 23 16:42:06.368 INFO O| Feb 23 16:42:06.368 INFO STEP 685 (remove_files) COMPLETE
68862026-02-23T16:42:07.049Z[ recovery-image] Feb 23 16:42:06.368 INFO O| Feb 23 16:42:06.368 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872026-02-23T16:42:07.049Z[ recovery-image] Feb 23 16:42:06.382 INFO O| Feb 23 16:42:06.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68882026-02-23T16:42:07.049Z[ recovery-image] Feb 23 16:42:06.382 INFO O| Feb 23 16:42:06.382 INFO STEP 686 (remove_files) COMPLETE
68892026-02-23T16:42:07.049Z[ recovery-image] Feb 23 16:42:06.382 INFO O| Feb 23 16:42:06.382 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902026-02-23T16:42:07.074Z[ recovery-image] Feb 23 16:42:06.396 INFO O| Feb 23 16:42:06.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68912026-02-23T16:42:07.074Z[ recovery-image] Feb 23 16:42:06.396 INFO O| Feb 23 16:42:06.396 INFO STEP 687 (remove_files) COMPLETE
68922026-02-23T16:42:07.074Z[ recovery-image] Feb 23 16:42:06.396 INFO O| Feb 23 16:42:06.396 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932026-02-23T16:42:07.075Z[ recovery-image] Feb 23 16:42:06.410 INFO O| Feb 23 16:42:06.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68942026-02-23T16:42:07.075Z[ recovery-image] Feb 23 16:42:06.410 INFO O| Feb 23 16:42:06.410 INFO STEP 688 (remove_files) COMPLETE
68952026-02-23T16:42:07.075Z[ recovery-image] Feb 23 16:42:06.410 INFO O| Feb 23 16:42:06.410 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962026-02-23T16:42:07.100Z[ recovery-image] Feb 23 16:42:06.422 INFO O| Feb 23 16:42:06.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68972026-02-23T16:42:07.100Z[ recovery-image] Feb 23 16:42:06.422 INFO O| Feb 23 16:42:06.422 INFO STEP 689 (remove_files) COMPLETE
68982026-02-23T16:42:07.100Z[ recovery-image] Feb 23 16:42:06.422 INFO O| Feb 23 16:42:06.422 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992026-02-23T16:42:07.100Z[ recovery-image] Feb 23 16:42:06.435 INFO O| Feb 23 16:42:06.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
69002026-02-23T16:42:07.101Z[ recovery-image] Feb 23 16:42:06.435 INFO O| Feb 23 16:42:06.435 INFO STEP 690 (remove_files) COMPLETE
69012026-02-23T16:42:07.101Z[ recovery-image] Feb 23 16:42:06.435 INFO O| Feb 23 16:42:06.435 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022026-02-23T16:42:07.126Z[ recovery-image] Feb 23 16:42:06.449 INFO O| Feb 23 16:42:06.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
69032026-02-23T16:42:07.126Z[ recovery-image] Feb 23 16:42:06.449 INFO O| Feb 23 16:42:06.449 INFO STEP 691 (remove_files) COMPLETE
69042026-02-23T16:42:07.126Z[ recovery-image] Feb 23 16:42:06.449 INFO O| Feb 23 16:42:06.449 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052026-02-23T16:42:07.126Z[ recovery-image] Feb 23 16:42:06.464 INFO O| Feb 23 16:42:06.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
69062026-02-23T16:42:07.126Z[ recovery-image] Feb 23 16:42:06.465 INFO O| Feb 23 16:42:06.464 INFO STEP 692 (remove_files) COMPLETE
69072026-02-23T16:42:07.126Z[ recovery-image] Feb 23 16:42:06.465 INFO O| Feb 23 16:42:06.465 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082026-02-23T16:42:07.151Z[ recovery-image] Feb 23 16:42:06.480 INFO O| Feb 23 16:42:06.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69092026-02-23T16:42:07.151Z[ recovery-image] Feb 23 16:42:06.480 INFO O| Feb 23 16:42:06.480 INFO STEP 693 (remove_files) COMPLETE
69102026-02-23T16:42:07.151Z[ recovery-image] Feb 23 16:42:06.480 INFO O| Feb 23 16:42:06.480 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112026-02-23T16:42:07.175Z[ recovery-image] Feb 23 16:42:06.495 INFO O| Feb 23 16:42:06.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69122026-02-23T16:42:07.175Z[ recovery-image] Feb 23 16:42:06.495 INFO O| Feb 23 16:42:06.495 INFO STEP 694 (remove_files) COMPLETE
69132026-02-23T16:42:07.175Z[ recovery-image] Feb 23 16:42:06.495 INFO O| Feb 23 16:42:06.495 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142026-02-23T16:42:07.175Z[ recovery-image] Feb 23 16:42:06.510 INFO O| Feb 23 16:42:06.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69152026-02-23T16:42:07.176Z[ recovery-image] Feb 23 16:42:06.510 INFO O| Feb 23 16:42:06.510 INFO STEP 695 (remove_files) COMPLETE
69162026-02-23T16:42:07.176Z[ recovery-image] Feb 23 16:42:06.510 INFO O| Feb 23 16:42:06.510 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172026-02-23T16:42:07.201Z[ recovery-image] Feb 23 16:42:06.523 INFO O| Feb 23 16:42:06.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69182026-02-23T16:42:07.201Z[ recovery-image] Feb 23 16:42:06.523 INFO O| Feb 23 16:42:06.523 INFO STEP 696 (remove_files) COMPLETE
69192026-02-23T16:42:07.201Z[ recovery-image] Feb 23 16:42:06.523 INFO O| Feb 23 16:42:06.523 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202026-02-23T16:42:07.201Z[ recovery-image] Feb 23 16:42:06.536 INFO O| Feb 23 16:42:06.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69212026-02-23T16:42:07.201Z[ recovery-image] Feb 23 16:42:06.536 INFO O| Feb 23 16:42:06.536 INFO STEP 697 (remove_files) COMPLETE
69222026-02-23T16:42:07.201Z[ recovery-image] Feb 23 16:42:06.536 INFO O| Feb 23 16:42:06.536 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232026-02-23T16:42:07.225Z[ recovery-image] Feb 23 16:42:06.548 INFO O| Feb 23 16:42:06.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69242026-02-23T16:42:07.225Z[ recovery-image] Feb 23 16:42:06.549 INFO O| Feb 23 16:42:06.549 INFO STEP 698 (remove_files) COMPLETE
69252026-02-23T16:42:07.225Z[ recovery-image] Feb 23 16:42:06.549 INFO O| Feb 23 16:42:06.549 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262026-02-23T16:42:07.225Z[ recovery-image] Feb 23 16:42:06.564 INFO O| Feb 23 16:42:06.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69272026-02-23T16:42:07.225Z[ recovery-image] Feb 23 16:42:06.565 INFO O| Feb 23 16:42:06.565 INFO STEP 699 (remove_files) COMPLETE
69282026-02-23T16:42:07.225Z[ recovery-image] Feb 23 16:42:06.565 INFO O| Feb 23 16:42:06.565 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292026-02-23T16:42:07.250Z[ recovery-image] Feb 23 16:42:06.581 INFO O| Feb 23 16:42:06.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69302026-02-23T16:42:07.251Z[ recovery-image] Feb 23 16:42:06.581 INFO O| Feb 23 16:42:06.581 INFO STEP 700 (remove_files) COMPLETE
69312026-02-23T16:42:07.251Z[ recovery-image] Feb 23 16:42:06.581 INFO O| Feb 23 16:42:06.581 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322026-02-23T16:42:07.275Z[ recovery-image] Feb 23 16:42:06.597 INFO O| Feb 23 16:42:06.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69332026-02-23T16:42:07.275Z[ recovery-image] Feb 23 16:42:06.597 INFO O| Feb 23 16:42:06.597 INFO STEP 701 (remove_files) COMPLETE
69342026-02-23T16:42:07.275Z[ recovery-image] Feb 23 16:42:06.597 INFO O| Feb 23 16:42:06.597 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352026-02-23T16:42:07.275Z[ recovery-image] Feb 23 16:42:06.613 INFO O| Feb 23 16:42:06.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69362026-02-23T16:42:07.275Z[ recovery-image] Feb 23 16:42:06.613 INFO O| Feb 23 16:42:06.613 INFO STEP 702 (remove_files) COMPLETE
69372026-02-23T16:42:07.276Z[ recovery-image] Feb 23 16:42:06.613 INFO O| Feb 23 16:42:06.613 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382026-02-23T16:42:07.300Z[ recovery-image] Feb 23 16:42:06.629 INFO O| Feb 23 16:42:06.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69392026-02-23T16:42:07.300Z[ recovery-image] Feb 23 16:42:06.629 INFO O| Feb 23 16:42:06.629 INFO STEP 703 (remove_files) COMPLETE
69402026-02-23T16:42:07.300Z[ recovery-image] Feb 23 16:42:06.629 INFO O| Feb 23 16:42:06.629 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412026-02-23T16:42:07.325Z[ recovery-image] Feb 23 16:42:06.645 INFO O| Feb 23 16:42:06.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69422026-02-23T16:42:07.325Z[ recovery-image] Feb 23 16:42:06.645 INFO O| Feb 23 16:42:06.645 INFO STEP 704 (remove_files) COMPLETE
69432026-02-23T16:42:07.325Z[ recovery-image] Feb 23 16:42:06.645 INFO O| Feb 23 16:42:06.645 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442026-02-23T16:42:07.325Z[ recovery-image] Feb 23 16:42:06.665 INFO O| Feb 23 16:42:06.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69452026-02-23T16:42:07.326Z[ recovery-image] Feb 23 16:42:06.665 INFO O| Feb 23 16:42:06.665 INFO STEP 705 (remove_files) COMPLETE
69462026-02-23T16:42:07.326Z[ recovery-image] Feb 23 16:42:06.665 INFO O| Feb 23 16:42:06.665 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472026-02-23T16:42:07.350Z[ recovery-image] Feb 23 16:42:06.681 INFO O| Feb 23 16:42:06.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69482026-02-23T16:42:07.351Z[ recovery-image] Feb 23 16:42:06.681 INFO O| Feb 23 16:42:06.681 INFO STEP 706 (remove_files) COMPLETE
69492026-02-23T16:42:07.351Z[ recovery-image] Feb 23 16:42:06.681 INFO O| Feb 23 16:42:06.681 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502026-02-23T16:42:07.375Z[ recovery-image] Feb 23 16:42:06.697 INFO O| Feb 23 16:42:06.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69512026-02-23T16:42:07.375Z[ recovery-image] Feb 23 16:42:06.697 INFO O| Feb 23 16:42:06.697 INFO STEP 707 (remove_files) COMPLETE
69522026-02-23T16:42:07.375Z[ recovery-image] Feb 23 16:42:06.697 INFO O| Feb 23 16:42:06.697 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532026-02-23T16:42:07.375Z[ recovery-image] Feb 23 16:42:06.713 INFO O| Feb 23 16:42:06.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69542026-02-23T16:42:07.375Z[ recovery-image] Feb 23 16:42:06.713 INFO O| Feb 23 16:42:06.713 INFO STEP 708 (remove_files) COMPLETE
69552026-02-23T16:42:07.375Z[ recovery-image] Feb 23 16:42:06.713 INFO O| Feb 23 16:42:06.713 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562026-02-23T16:42:07.400Z[ recovery-image] Feb 23 16:42:06.730 INFO O| Feb 23 16:42:06.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69572026-02-23T16:42:07.400Z[ recovery-image] Feb 23 16:42:06.730 INFO O| Feb 23 16:42:06.730 INFO STEP 709 (remove_files) COMPLETE
69582026-02-23T16:42:07.400Z[ recovery-image] Feb 23 16:42:06.730 INFO O| Feb 23 16:42:06.730 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592026-02-23T16:42:07.424Z[ recovery-image] Feb 23 16:42:06.744 INFO O| Feb 23 16:42:06.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69602026-02-23T16:42:07.424Z[ recovery-image] Feb 23 16:42:06.744 INFO O| Feb 23 16:42:06.744 INFO STEP 710 (remove_files) COMPLETE
69612026-02-23T16:42:07.425Z[ recovery-image] Feb 23 16:42:06.744 INFO O| Feb 23 16:42:06.744 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622026-02-23T16:42:07.425Z[ recovery-image] Feb 23 16:42:06.760 INFO O| Feb 23 16:42:06.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69632026-02-23T16:42:07.425Z[ recovery-image] Feb 23 16:42:06.760 INFO O| Feb 23 16:42:06.760 INFO STEP 711 (remove_files) COMPLETE
69642026-02-23T16:42:07.425Z[ recovery-image] Feb 23 16:42:06.760 INFO O| Feb 23 16:42:06.760 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652026-02-23T16:42:07.449Z[ recovery-image] Feb 23 16:42:06.774 INFO O| Feb 23 16:42:06.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69662026-02-23T16:42:07.449Z[ recovery-image] Feb 23 16:42:06.774 INFO O| Feb 23 16:42:06.774 INFO STEP 712 (remove_files) COMPLETE
69672026-02-23T16:42:07.449Z[ recovery-image] Feb 23 16:42:06.774 INFO O| Feb 23 16:42:06.774 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682026-02-23T16:42:07.449Z[ recovery-image] Feb 23 16:42:06.789 INFO O| Feb 23 16:42:06.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69692026-02-23T16:42:07.449Z[ recovery-image] Feb 23 16:42:06.789 INFO O| Feb 23 16:42:06.789 INFO STEP 713 (remove_files) COMPLETE
69702026-02-23T16:42:07.449Z[ recovery-image] Feb 23 16:42:06.789 INFO O| Feb 23 16:42:06.789 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712026-02-23T16:42:07.474Z[ recovery-image] Feb 23 16:42:06.801 INFO O| Feb 23 16:42:06.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69722026-02-23T16:42:07.474Z[ recovery-image] Feb 23 16:42:06.802 INFO O| Feb 23 16:42:06.802 INFO STEP 714 (remove_files) COMPLETE
69732026-02-23T16:42:07.474Z[ recovery-image] Feb 23 16:42:06.802 INFO O| Feb 23 16:42:06.802 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742026-02-23T16:42:07.474Z[ recovery-image] Feb 23 16:42:06.815 INFO O| Feb 23 16:42:06.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69752026-02-23T16:42:07.475Z[ recovery-image] Feb 23 16:42:06.815 INFO O| Feb 23 16:42:06.815 INFO STEP 715 (remove_files) COMPLETE
69762026-02-23T16:42:07.475Z[ recovery-image] Feb 23 16:42:06.815 INFO O| Feb 23 16:42:06.815 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772026-02-23T16:42:07.499Z[ recovery-image] Feb 23 16:42:06.829 INFO O| Feb 23 16:42:06.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69782026-02-23T16:42:07.499Z[ recovery-image] Feb 23 16:42:06.829 INFO O| Feb 23 16:42:06.829 INFO STEP 716 (remove_files) COMPLETE
69792026-02-23T16:42:07.499Z[ recovery-image] Feb 23 16:42:06.829 INFO O| Feb 23 16:42:06.829 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802026-02-23T16:42:07.524Z[ recovery-image] Feb 23 16:42:06.843 INFO O| Feb 23 16:42:06.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69812026-02-23T16:42:07.524Z[ recovery-image] Feb 23 16:42:06.843 INFO O| Feb 23 16:42:06.843 INFO STEP 717 (remove_files) COMPLETE
69822026-02-23T16:42:07.524Z[ recovery-image] Feb 23 16:42:06.843 INFO O| Feb 23 16:42:06.843 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832026-02-23T16:42:07.524Z[ recovery-image] Feb 23 16:42:06.856 INFO O| Feb 23 16:42:06.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69842026-02-23T16:42:07.524Z[ recovery-image] Feb 23 16:42:06.856 INFO O| Feb 23 16:42:06.856 INFO STEP 718 (remove_files) COMPLETE
69852026-02-23T16:42:07.524Z[ recovery-image] Feb 23 16:42:06.856 INFO O| Feb 23 16:42:06.856 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862026-02-23T16:42:07.549Z[ recovery-image] Feb 23 16:42:06.869 INFO O| Feb 23 16:42:06.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69872026-02-23T16:42:07.549Z[ recovery-image] Feb 23 16:42:06.869 INFO O| Feb 23 16:42:06.869 INFO STEP 719 (remove_files) COMPLETE
69882026-02-23T16:42:07.549Z[ recovery-image] Feb 23 16:42:06.869 INFO O| Feb 23 16:42:06.869 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892026-02-23T16:42:07.549Z[ recovery-image] Feb 23 16:42:06.885 INFO O| Feb 23 16:42:06.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69902026-02-23T16:42:07.549Z[ recovery-image] Feb 23 16:42:06.885 INFO O| Feb 23 16:42:06.885 INFO STEP 720 (remove_files) COMPLETE
69912026-02-23T16:42:07.549Z[ recovery-image] Feb 23 16:42:06.885 INFO O| Feb 23 16:42:06.885 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922026-02-23T16:42:07.574Z[ recovery-image] Feb 23 16:42:06.903 INFO O| Feb 23 16:42:06.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69932026-02-23T16:42:07.574Z[ recovery-image] Feb 23 16:42:06.903 INFO O| Feb 23 16:42:06.903 INFO STEP 721 (remove_files) COMPLETE
69942026-02-23T16:42:07.574Z[ recovery-image] Feb 23 16:42:06.903 INFO O| Feb 23 16:42:06.903 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952026-02-23T16:42:07.599Z[ recovery-image] Feb 23 16:42:06.921 INFO O| Feb 23 16:42:06.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69962026-02-23T16:42:07.599Z[ recovery-image] Feb 23 16:42:06.921 INFO O| Feb 23 16:42:06.921 INFO STEP 722 (remove_files) COMPLETE
69972026-02-23T16:42:07.599Z[ recovery-image] Feb 23 16:42:06.921 INFO O| Feb 23 16:42:06.921 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982026-02-23T16:42:07.624Z[ recovery-image] Feb 23 16:42:06.941 INFO O| Feb 23 16:42:06.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69992026-02-23T16:42:07.624Z[ recovery-image] Feb 23 16:42:06.941 INFO O| Feb 23 16:42:06.941 INFO STEP 723 (remove_files) COMPLETE
70002026-02-23T16:42:07.624Z[ recovery-image] Feb 23 16:42:06.941 INFO O| Feb 23 16:42:06.941 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012026-02-23T16:42:07.624Z[ recovery-image] Feb 23 16:42:06.954 INFO O| Feb 23 16:42:06.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
70022026-02-23T16:42:07.624Z[ recovery-image] Feb 23 16:42:06.955 INFO O| Feb 23 16:42:06.955 INFO STEP 724 (remove_files) COMPLETE
70032026-02-23T16:42:07.624Z[ recovery-image] Feb 23 16:42:06.955 INFO O| Feb 23 16:42:06.955 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042026-02-23T16:42:07.624Z[ recovery-image] Feb 23 16:42:06.965 INFO O| Feb 23 16:42:06.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
70052026-02-23T16:42:07.625Z[ recovery-image] Feb 23 16:42:06.965 INFO O| Feb 23 16:42:06.965 INFO STEP 725 (remove_files) COMPLETE
70062026-02-23T16:42:07.649Z[ recovery-image] Feb 23 16:42:06.965 INFO O| Feb 23 16:42:06.965 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072026-02-23T16:42:07.650Z[ recovery-image] Feb 23 16:42:06.981 INFO O| Feb 23 16:42:06.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70082026-02-23T16:42:07.650Z[ recovery-image] Feb 23 16:42:06.981 INFO O| Feb 23 16:42:06.981 INFO STEP 726 (remove_files) COMPLETE
70092026-02-23T16:42:07.650Z[ recovery-image] Feb 23 16:42:06.981 INFO O| Feb 23 16:42:06.981 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102026-02-23T16:42:07.674Z[ recovery-image] Feb 23 16:42:06.996 INFO O| Feb 23 16:42:06.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70112026-02-23T16:42:07.674Z[ recovery-image] Feb 23 16:42:06.996 INFO O| Feb 23 16:42:06.996 INFO STEP 727 (remove_files) COMPLETE
70122026-02-23T16:42:07.674Z[ recovery-image] Feb 23 16:42:06.996 INFO O| Feb 23 16:42:06.996 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132026-02-23T16:42:07.699Z[ recovery-image] Feb 23 16:42:07.035 INFO O| Feb 23 16:42:07.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70142026-02-23T16:42:07.699Z[ recovery-image] Feb 23 16:42:07.035 INFO O| Feb 23 16:42:07.035 INFO STEP 728 (remove_files) COMPLETE
70152026-02-23T16:42:07.699Z[ recovery-image] Feb 23 16:42:07.035 INFO O| Feb 23 16:42:07.035 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162026-02-23T16:42:07.732Z[ recovery-image] Feb 23 16:42:07.073 INFO O| Feb 23 16:42:07.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70172026-02-23T16:42:07.732Z[ recovery-image] Feb 23 16:42:07.073 INFO O| Feb 23 16:42:07.073 INFO STEP 729 (remove_files) COMPLETE
70182026-02-23T16:42:07.732Z[ recovery-image] Feb 23 16:42:07.073 INFO O| Feb 23 16:42:07.073 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192026-02-23T16:42:07.756Z[ recovery-image] Feb 23 16:42:07.095 INFO O| Feb 23 16:42:07.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70202026-02-23T16:42:07.757Z[ recovery-image] Feb 23 16:42:07.095 INFO O| Feb 23 16:42:07.095 INFO STEP 730 (remove_files) COMPLETE
70212026-02-23T16:42:07.757Z[ recovery-image] Feb 23 16:42:07.095 INFO O| Feb 23 16:42:07.095 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222026-02-23T16:42:07.782Z[ recovery-image] Feb 23 16:42:07.111 INFO O| Feb 23 16:42:07.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70232026-02-23T16:42:07.782Z[ recovery-image] Feb 23 16:42:07.111 INFO O| Feb 23 16:42:07.111 INFO STEP 731 (remove_files) COMPLETE
70242026-02-23T16:42:07.782Z[ recovery-image] Feb 23 16:42:07.111 INFO O| Feb 23 16:42:07.111 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252026-02-23T16:42:07.806Z[ recovery-image] Feb 23 16:42:07.123 INFO O| Feb 23 16:42:07.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70262026-02-23T16:42:07.807Z[ recovery-image] Feb 23 16:42:07.123 INFO O| Feb 23 16:42:07.123 INFO STEP 732 (remove_files) COMPLETE
70272026-02-23T16:42:07.807Z[ recovery-image] Feb 23 16:42:07.123 INFO O| Feb 23 16:42:07.123 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282026-02-23T16:42:07.807Z[ recovery-image] Feb 23 16:42:07.135 INFO O| Feb 23 16:42:07.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70292026-02-23T16:42:07.807Z[ recovery-image] Feb 23 16:42:07.135 INFO O| Feb 23 16:42:07.135 INFO STEP 733 (remove_files) COMPLETE
70302026-02-23T16:42:07.807Z[ recovery-image] Feb 23 16:42:07.135 INFO O| Feb 23 16:42:07.135 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312026-02-23T16:42:07.831Z[ recovery-image] Feb 23 16:42:07.148 INFO O| Feb 23 16:42:07.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70322026-02-23T16:42:07.831Z[ recovery-image] Feb 23 16:42:07.148 INFO O| Feb 23 16:42:07.148 INFO STEP 734 (remove_files) COMPLETE
70332026-02-23T16:42:07.831Z[ recovery-image] Feb 23 16:42:07.148 INFO O| Feb 23 16:42:07.148 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342026-02-23T16:42:07.831Z[ recovery-image] Feb 23 16:42:07.160 INFO O| Feb 23 16:42:07.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70352026-02-23T16:42:07.831Z[ recovery-image] Feb 23 16:42:07.160 INFO O| Feb 23 16:42:07.160 INFO STEP 735 (remove_files) COMPLETE
70362026-02-23T16:42:07.832Z[ recovery-image] Feb 23 16:42:07.160 INFO O| Feb 23 16:42:07.160 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372026-02-23T16:42:07.832Z[ recovery-image] Feb 23 16:42:07.172 INFO O| Feb 23 16:42:07.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70382026-02-23T16:42:07.832Z[ recovery-image] Feb 23 16:42:07.172 INFO O| Feb 23 16:42:07.172 INFO STEP 736 (remove_files) COMPLETE
70392026-02-23T16:42:07.832Z[ recovery-image] Feb 23 16:42:07.172 INFO O| Feb 23 16:42:07.172 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402026-02-23T16:42:07.856Z[ recovery-image] Feb 23 16:42:07.184 INFO O| Feb 23 16:42:07.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70412026-02-23T16:42:07.856Z[ recovery-image] Feb 23 16:42:07.184 INFO O| Feb 23 16:42:07.184 INFO STEP 737 (remove_files) COMPLETE
70422026-02-23T16:42:07.856Z[ recovery-image] Feb 23 16:42:07.184 INFO O| Feb 23 16:42:07.184 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432026-02-23T16:42:07.856Z[ recovery-image] Feb 23 16:42:07.196 INFO O| Feb 23 16:42:07.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70442026-02-23T16:42:07.856Z[ recovery-image] Feb 23 16:42:07.196 INFO O| Feb 23 16:42:07.196 INFO STEP 738 (remove_files) COMPLETE
70452026-02-23T16:42:07.856Z[ recovery-image] Feb 23 16:42:07.196 INFO O| Feb 23 16:42:07.196 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462026-02-23T16:42:07.881Z[ recovery-image] Feb 23 16:42:07.207 INFO O| Feb 23 16:42:07.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70472026-02-23T16:42:07.881Z[ recovery-image] Feb 23 16:42:07.207 INFO O| Feb 23 16:42:07.207 INFO STEP 739 (remove_files) COMPLETE
70482026-02-23T16:42:07.881Z[ recovery-image] Feb 23 16:42:07.207 INFO O| Feb 23 16:42:07.207 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492026-02-23T16:42:07.881Z[ recovery-image] Feb 23 16:42:07.218 INFO O| Feb 23 16:42:07.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70502026-02-23T16:42:07.881Z[ recovery-image] Feb 23 16:42:07.218 INFO O| Feb 23 16:42:07.218 INFO STEP 740 (remove_files) COMPLETE
70512026-02-23T16:42:07.881Z[ recovery-image] Feb 23 16:42:07.218 INFO O| Feb 23 16:42:07.218 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522026-02-23T16:42:07.930Z[ recovery-image] Feb 23 16:42:07.271 INFO O| Feb 23 16:42:07.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70532026-02-23T16:42:07.954Z[ recovery-image] Feb 23 16:42:07.271 INFO O| Feb 23 16:42:07.271 INFO STEP 741 (remove_files) COMPLETE
70542026-02-23T16:42:07.954Z[ recovery-image] Feb 23 16:42:07.271 INFO O| Feb 23 16:42:07.271 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552026-02-23T16:42:07.979Z[ recovery-image] Feb 23 16:42:07.303 INFO O| Feb 23 16:42:07.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70562026-02-23T16:42:07.979Z[ recovery-image] Feb 23 16:42:07.303 INFO O| Feb 23 16:42:07.303 INFO STEP 742 (remove_files) COMPLETE
70572026-02-23T16:42:07.979Z[ recovery-image] Feb 23 16:42:07.303 INFO O| Feb 23 16:42:07.303 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582026-02-23T16:42:08.026Z[ recovery-image] Feb 23 16:42:07.367 INFO O| Feb 23 16:42:07.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70592026-02-23T16:42:08.026Z[ recovery-image] Feb 23 16:42:07.367 INFO O| Feb 23 16:42:07.367 INFO STEP 743 (remove_files) COMPLETE
70602026-02-23T16:42:08.026Z[ recovery-image] Feb 23 16:42:07.367 INFO O| Feb 23 16:42:07.367 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612026-02-23T16:42:08.061Z[ recovery-image] Feb 23 16:42:07.402 INFO O| Feb 23 16:42:07.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70622026-02-23T16:42:08.061Z[ recovery-image] Feb 23 16:42:07.402 INFO O| Feb 23 16:42:07.402 INFO STEP 744 (remove_files) COMPLETE
70632026-02-23T16:42:08.061Z[ recovery-image] Feb 23 16:42:07.402 INFO O| Feb 23 16:42:07.402 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642026-02-23T16:42:08.086Z[ recovery-image] Feb 23 16:42:07.415 INFO O| Feb 23 16:42:07.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70652026-02-23T16:42:08.086Z[ recovery-image] Feb 23 16:42:07.415 INFO O| Feb 23 16:42:07.415 INFO STEP 745 (remove_files) COMPLETE
70662026-02-23T16:42:08.086Z[ recovery-image] Feb 23 16:42:07.415 INFO O| Feb 23 16:42:07.415 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672026-02-23T16:42:08.111Z[ recovery-image] Feb 23 16:42:07.427 INFO O| Feb 23 16:42:07.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70682026-02-23T16:42:08.111Z[ recovery-image] Feb 23 16:42:07.427 INFO O| Feb 23 16:42:07.427 INFO STEP 746 (remove_files) COMPLETE
70692026-02-23T16:42:08.111Z[ recovery-image] Feb 23 16:42:07.427 INFO O| Feb 23 16:42:07.427 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702026-02-23T16:42:08.111Z[ recovery-image] Feb 23 16:42:07.438 INFO O| Feb 23 16:42:07.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70712026-02-23T16:42:08.111Z[ recovery-image] Feb 23 16:42:07.438 INFO O| Feb 23 16:42:07.438 INFO STEP 747 (remove_files) COMPLETE
70722026-02-23T16:42:08.111Z[ recovery-image] Feb 23 16:42:07.438 INFO O| Feb 23 16:42:07.438 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732026-02-23T16:42:08.111Z[ recovery-image] Feb 23 16:42:07.447 INFO O| Feb 23 16:42:07.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70742026-02-23T16:42:08.111Z[ recovery-image] Feb 23 16:42:07.448 INFO O| Feb 23 16:42:07.448 INFO STEP 748 (remove_files) COMPLETE
70752026-02-23T16:42:08.111Z[ recovery-image] Feb 23 16:42:07.448 INFO O| Feb 23 16:42:07.448 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762026-02-23T16:42:08.135Z[ recovery-image] Feb 23 16:42:07.460 INFO O| Feb 23 16:42:07.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70772026-02-23T16:42:08.135Z[ recovery-image] Feb 23 16:42:07.460 INFO O| Feb 23 16:42:07.460 INFO STEP 749 (remove_files) COMPLETE
70782026-02-23T16:42:08.135Z[ recovery-image] Feb 23 16:42:07.460 INFO O| Feb 23 16:42:07.460 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792026-02-23T16:42:08.135Z[ recovery-image] Feb 23 16:42:07.474 INFO O| Feb 23 16:42:07.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70802026-02-23T16:42:08.135Z[ recovery-image] Feb 23 16:42:07.474 INFO O| Feb 23 16:42:07.474 INFO STEP 750 (remove_files) COMPLETE
70812026-02-23T16:42:08.135Z[ recovery-image] Feb 23 16:42:07.474 INFO O| Feb 23 16:42:07.474 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822026-02-23T16:42:08.160Z[ recovery-image] Feb 23 16:42:07.486 INFO O| Feb 23 16:42:07.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70832026-02-23T16:42:08.160Z[ recovery-image] Feb 23 16:42:07.486 INFO O| Feb 23 16:42:07.486 INFO STEP 751 (remove_files) COMPLETE
70842026-02-23T16:42:08.160Z[ recovery-image] Feb 23 16:42:07.486 INFO O| Feb 23 16:42:07.486 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852026-02-23T16:42:08.160Z[ recovery-image] Feb 23 16:42:07.498 INFO O| Feb 23 16:42:07.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70862026-02-23T16:42:08.160Z[ recovery-image] Feb 23 16:42:07.498 INFO O| Feb 23 16:42:07.498 INFO STEP 752 (remove_files) COMPLETE
70872026-02-23T16:42:08.160Z[ recovery-image] Feb 23 16:42:07.498 INFO O| Feb 23 16:42:07.498 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882026-02-23T16:42:08.184Z[ recovery-image] Feb 23 16:42:07.511 INFO O| Feb 23 16:42:07.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70892026-02-23T16:42:08.185Z[ recovery-image] Feb 23 16:42:07.512 INFO O| Feb 23 16:42:07.512 INFO STEP 753 (remove_files) COMPLETE
70902026-02-23T16:42:08.185Z[ recovery-image] Feb 23 16:42:07.512 INFO O| Feb 23 16:42:07.512 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912026-02-23T16:42:08.209Z[ recovery-image] Feb 23 16:42:07.532 INFO O| Feb 23 16:42:07.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70922026-02-23T16:42:08.209Z[ recovery-image] Feb 23 16:42:07.532 INFO O| Feb 23 16:42:07.532 INFO STEP 754 (remove_files) COMPLETE
70932026-02-23T16:42:08.209Z[ recovery-image] Feb 23 16:42:07.532 INFO O| Feb 23 16:42:07.532 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942026-02-23T16:42:08.236Z[ recovery-image] Feb 23 16:42:07.559 INFO O| Feb 23 16:42:07.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70952026-02-23T16:42:08.236Z[ recovery-image] Feb 23 16:42:07.559 INFO O| Feb 23 16:42:07.559 INFO STEP 755 (remove_files) COMPLETE
70962026-02-23T16:42:08.236Z[ recovery-image] Feb 23 16:42:07.559 INFO O| Feb 23 16:42:07.559 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972026-02-23T16:42:08.237Z[ recovery-image] Feb 23 16:42:07.571 INFO O| Feb 23 16:42:07.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70982026-02-23T16:42:08.237Z[ recovery-image] Feb 23 16:42:07.571 INFO O| Feb 23 16:42:07.571 INFO STEP 756 (remove_files) COMPLETE
70992026-02-23T16:42:08.237Z[ recovery-image] Feb 23 16:42:07.571 INFO O| Feb 23 16:42:07.571 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002026-02-23T16:42:08.262Z[ recovery-image] Feb 23 16:42:07.582 INFO O| Feb 23 16:42:07.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
71012026-02-23T16:42:08.262Z[ recovery-image] Feb 23 16:42:07.582 INFO O| Feb 23 16:42:07.582 INFO STEP 757 (remove_files) COMPLETE
71022026-02-23T16:42:08.262Z[ recovery-image] Feb 23 16:42:07.582 INFO O| Feb 23 16:42:07.582 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032026-02-23T16:42:08.262Z[ recovery-image] Feb 23 16:42:07.593 INFO O| Feb 23 16:42:07.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
71042026-02-23T16:42:08.262Z[ recovery-image] Feb 23 16:42:07.593 INFO O| Feb 23 16:42:07.593 INFO STEP 758 (remove_files) COMPLETE
71052026-02-23T16:42:08.262Z[ recovery-image] Feb 23 16:42:07.593 INFO O| Feb 23 16:42:07.593 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062026-02-23T16:42:08.287Z[ recovery-image] Feb 23 16:42:07.603 INFO O| Feb 23 16:42:07.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
71072026-02-23T16:42:08.287Z[ recovery-image] Feb 23 16:42:07.604 INFO O| Feb 23 16:42:07.603 INFO STEP 759 (remove_files) COMPLETE
71082026-02-23T16:42:08.287Z[ recovery-image] Feb 23 16:42:07.604 INFO O| Feb 23 16:42:07.604 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092026-02-23T16:42:08.287Z[ recovery-image] Feb 23 16:42:07.613 INFO O| Feb 23 16:42:07.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71102026-02-23T16:42:08.287Z[ recovery-image] Feb 23 16:42:07.613 INFO O| Feb 23 16:42:07.613 INFO STEP 760 (remove_files) COMPLETE
71112026-02-23T16:42:08.287Z[ recovery-image] Feb 23 16:42:07.613 INFO O| Feb 23 16:42:07.613 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122026-02-23T16:42:08.287Z[ recovery-image] Feb 23 16:42:07.623 INFO O| Feb 23 16:42:07.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71132026-02-23T16:42:08.287Z[ recovery-image] Feb 23 16:42:07.623 INFO O| Feb 23 16:42:07.623 INFO STEP 761 (remove_files) COMPLETE
71142026-02-23T16:42:08.287Z[ recovery-image] Feb 23 16:42:07.623 INFO O| Feb 23 16:42:07.623 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152026-02-23T16:42:08.313Z[ recovery-image] Feb 23 16:42:07.634 INFO O| Feb 23 16:42:07.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71162026-02-23T16:42:08.313Z[ recovery-image] Feb 23 16:42:07.634 INFO O| Feb 23 16:42:07.634 INFO STEP 762 (remove_files) COMPLETE
71172026-02-23T16:42:08.313Z[ recovery-image] Feb 23 16:42:07.634 INFO O| Feb 23 16:42:07.634 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182026-02-23T16:42:08.337Z[ recovery-image] Feb 23 16:42:07.670 INFO O| Feb 23 16:42:07.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71192026-02-23T16:42:08.337Z[ recovery-image] Feb 23 16:42:07.670 INFO O| Feb 23 16:42:07.670 INFO STEP 763 (remove_files) COMPLETE
71202026-02-23T16:42:08.337Z[ recovery-image] Feb 23 16:42:07.670 INFO O| Feb 23 16:42:07.670 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212026-02-23T16:42:08.362Z[ recovery-image] Feb 23 16:42:07.687 INFO O| Feb 23 16:42:07.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71222026-02-23T16:42:08.362Z[ recovery-image] Feb 23 16:42:07.688 INFO O| Feb 23 16:42:07.688 INFO STEP 764 (remove_files) COMPLETE
71232026-02-23T16:42:08.362Z[ recovery-image] Feb 23 16:42:07.688 INFO O| Feb 23 16:42:07.688 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242026-02-23T16:42:08.388Z[ recovery-image] Feb 23 16:42:07.703 INFO O| Feb 23 16:42:07.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71252026-02-23T16:42:08.388Z[ recovery-image] Feb 23 16:42:07.703 INFO O| Feb 23 16:42:07.703 INFO STEP 765 (remove_files) COMPLETE
71262026-02-23T16:42:08.388Z[ recovery-image] Feb 23 16:42:07.703 INFO O| Feb 23 16:42:07.703 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272026-02-23T16:42:08.388Z[ recovery-image] Feb 23 16:42:07.721 INFO O| Feb 23 16:42:07.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71282026-02-23T16:42:08.388Z[ recovery-image] Feb 23 16:42:07.721 INFO O| Feb 23 16:42:07.721 INFO STEP 766 (remove_files) COMPLETE
71292026-02-23T16:42:08.388Z[ recovery-image] Feb 23 16:42:07.721 INFO O| Feb 23 16:42:07.721 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302026-02-23T16:42:08.413Z[ recovery-image] Feb 23 16:42:07.738 INFO O| Feb 23 16:42:07.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71312026-02-23T16:42:08.413Z[ recovery-image] Feb 23 16:42:07.738 INFO O| Feb 23 16:42:07.738 INFO STEP 767 (remove_files) COMPLETE
71322026-02-23T16:42:08.413Z[ recovery-image] Feb 23 16:42:07.738 INFO O| Feb 23 16:42:07.738 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332026-02-23T16:42:08.413Z[ recovery-image] Feb 23 16:42:07.751 INFO O| Feb 23 16:42:07.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71342026-02-23T16:42:08.413Z[ recovery-image] Feb 23 16:42:07.751 INFO O| Feb 23 16:42:07.751 INFO STEP 768 (remove_files) COMPLETE
71352026-02-23T16:42:08.413Z[ recovery-image] Feb 23 16:42:07.751 INFO O| Feb 23 16:42:07.751 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362026-02-23T16:42:08.437Z[ recovery-image] Feb 23 16:42:07.762 INFO O| Feb 23 16:42:07.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71372026-02-23T16:42:08.437Z[ recovery-image] Feb 23 16:42:07.762 INFO O| Feb 23 16:42:07.762 INFO STEP 769 (remove_files) COMPLETE
71382026-02-23T16:42:08.438Z[ recovery-image] Feb 23 16:42:07.762 INFO O| Feb 23 16:42:07.762 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392026-02-23T16:42:08.438Z[ recovery-image] Feb 23 16:42:07.773 INFO O| Feb 23 16:42:07.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71402026-02-23T16:42:08.438Z[ recovery-image] Feb 23 16:42:07.773 INFO O| Feb 23 16:42:07.773 INFO STEP 770 (remove_files) COMPLETE
71412026-02-23T16:42:08.438Z[ recovery-image] Feb 23 16:42:07.773 INFO O| Feb 23 16:42:07.773 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422026-02-23T16:42:08.463Z[ recovery-image] Feb 23 16:42:07.784 INFO O| Feb 23 16:42:07.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71432026-02-23T16:42:08.463Z[ recovery-image] Feb 23 16:42:07.784 INFO O| Feb 23 16:42:07.784 INFO STEP 771 (remove_files) COMPLETE
71442026-02-23T16:42:08.463Z[ recovery-image] Feb 23 16:42:07.784 INFO O| Feb 23 16:42:07.784 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452026-02-23T16:42:08.463Z[ recovery-image] Feb 23 16:42:07.796 INFO O| Feb 23 16:42:07.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71462026-02-23T16:42:08.463Z[ recovery-image] Feb 23 16:42:07.796 INFO O| Feb 23 16:42:07.796 INFO STEP 772 (remove_files) COMPLETE
71472026-02-23T16:42:08.463Z[ recovery-image] Feb 23 16:42:07.796 INFO O| Feb 23 16:42:07.796 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482026-02-23T16:42:08.487Z[ recovery-image] Feb 23 16:42:07.808 INFO O| Feb 23 16:42:07.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71492026-02-23T16:42:08.487Z[ recovery-image] Feb 23 16:42:07.809 INFO O| Feb 23 16:42:07.809 INFO STEP 773 (remove_files) COMPLETE
71502026-02-23T16:42:08.487Z[ recovery-image] Feb 23 16:42:07.809 INFO O| Feb 23 16:42:07.809 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512026-02-23T16:42:08.487Z[ recovery-image] Feb 23 16:42:07.824 INFO O| Feb 23 16:42:07.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71522026-02-23T16:42:08.487Z[ recovery-image] Feb 23 16:42:07.825 INFO O| Feb 23 16:42:07.825 INFO STEP 774 (remove_files) COMPLETE
71532026-02-23T16:42:08.488Z[ recovery-image] Feb 23 16:42:07.825 INFO O| Feb 23 16:42:07.825 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542026-02-23T16:42:08.513Z[ recovery-image] Feb 23 16:42:07.841 INFO O| Feb 23 16:42:07.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71552026-02-23T16:42:08.513Z[ recovery-image] Feb 23 16:42:07.841 INFO O| Feb 23 16:42:07.841 INFO STEP 775 (remove_files) COMPLETE
71562026-02-23T16:42:08.513Z[ recovery-image] Feb 23 16:42:07.841 INFO O| Feb 23 16:42:07.841 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572026-02-23T16:42:08.537Z[ recovery-image] Feb 23 16:42:07.858 INFO O| Feb 23 16:42:07.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71582026-02-23T16:42:08.537Z[ recovery-image] Feb 23 16:42:07.859 INFO O| Feb 23 16:42:07.859 INFO STEP 776 (remove_files) COMPLETE
71592026-02-23T16:42:08.537Z[ recovery-image] Feb 23 16:42:07.859 INFO O| Feb 23 16:42:07.859 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602026-02-23T16:42:08.537Z[ recovery-image] Feb 23 16:42:07.875 INFO O| Feb 23 16:42:07.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71612026-02-23T16:42:08.537Z[ recovery-image] Feb 23 16:42:07.875 INFO O| Feb 23 16:42:07.875 INFO STEP 777 (remove_files) COMPLETE
71622026-02-23T16:42:08.537Z[ recovery-image] Feb 23 16:42:07.875 INFO O| Feb 23 16:42:07.875 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632026-02-23T16:42:08.562Z[ recovery-image] Feb 23 16:42:07.896 INFO O| Feb 23 16:42:07.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71642026-02-23T16:42:08.562Z[ recovery-image] Feb 23 16:42:07.896 INFO O| Feb 23 16:42:07.896 INFO STEP 778 (remove_files) COMPLETE
71652026-02-23T16:42:08.562Z[ recovery-image] Feb 23 16:42:07.896 INFO O| Feb 23 16:42:07.896 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662026-02-23T16:42:08.586Z[ recovery-image] Feb 23 16:42:07.913 INFO O| Feb 23 16:42:07.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71672026-02-23T16:42:08.586Z[ recovery-image] Feb 23 16:42:07.913 INFO O| Feb 23 16:42:07.913 INFO STEP 779 (remove_files) COMPLETE
71682026-02-23T16:42:08.586Z[ recovery-image] Feb 23 16:42:07.913 INFO O| Feb 23 16:42:07.913 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692026-02-23T16:42:08.611Z[ recovery-image] Feb 23 16:42:07.931 INFO O| Feb 23 16:42:07.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71702026-02-23T16:42:08.611Z[ recovery-image] Feb 23 16:42:07.931 INFO O| Feb 23 16:42:07.931 INFO STEP 780 (remove_files) COMPLETE
71712026-02-23T16:42:08.611Z[ recovery-image] Feb 23 16:42:07.931 INFO O| Feb 23 16:42:07.931 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722026-02-23T16:42:08.611Z[ recovery-image] Feb 23 16:42:07.950 INFO O| Feb 23 16:42:07.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71732026-02-23T16:42:08.611Z[ recovery-image] Feb 23 16:42:07.951 INFO O| Feb 23 16:42:07.951 INFO STEP 781 (remove_files) COMPLETE
71742026-02-23T16:42:08.611Z[ recovery-image] Feb 23 16:42:07.951 INFO O| Feb 23 16:42:07.951 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752026-02-23T16:42:08.636Z[ recovery-image] Feb 23 16:42:07.970 INFO O| Feb 23 16:42:07.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71762026-02-23T16:42:08.636Z[ recovery-image] Feb 23 16:42:07.970 INFO O| Feb 23 16:42:07.970 INFO STEP 782 (remove_files) COMPLETE
71772026-02-23T16:42:08.636Z[ recovery-image] Feb 23 16:42:07.970 INFO O| Feb 23 16:42:07.970 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782026-02-23T16:42:08.660Z[ recovery-image] Feb 23 16:42:07.987 INFO O| Feb 23 16:42:07.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71792026-02-23T16:42:08.660Z[ recovery-image] Feb 23 16:42:07.987 INFO O| Feb 23 16:42:07.987 INFO STEP 783 (remove_files) COMPLETE
71802026-02-23T16:42:08.660Z[ recovery-image] Feb 23 16:42:07.987 INFO O| Feb 23 16:42:07.987 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812026-02-23T16:42:08.685Z[ recovery-image] Feb 23 16:42:08.004 INFO O| Feb 23 16:42:08.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71822026-02-23T16:42:08.685Z[ recovery-image] Feb 23 16:42:08.004 INFO O| Feb 23 16:42:08.004 INFO STEP 784 (remove_files) COMPLETE
71832026-02-23T16:42:08.685Z[ recovery-image] Feb 23 16:42:08.004 INFO O| Feb 23 16:42:08.004 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842026-02-23T16:42:08.685Z[ recovery-image] Feb 23 16:42:08.024 INFO O| Feb 23 16:42:08.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71852026-02-23T16:42:08.685Z[ recovery-image] Feb 23 16:42:08.024 INFO O| Feb 23 16:42:08.024 INFO STEP 785 (remove_files) COMPLETE
71862026-02-23T16:42:08.685Z[ recovery-image] Feb 23 16:42:08.024 INFO O| Feb 23 16:42:08.024 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872026-02-23T16:42:08.710Z[ recovery-image] Feb 23 16:42:08.038 INFO O| Feb 23 16:42:08.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71882026-02-23T16:42:08.710Z[ recovery-image] Feb 23 16:42:08.038 INFO O| Feb 23 16:42:08.038 INFO STEP 786 (remove_files) COMPLETE
71892026-02-23T16:42:08.710Z[ recovery-image] Feb 23 16:42:08.038 INFO O| Feb 23 16:42:08.038 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902026-02-23T16:42:08.735Z[ recovery-image] Feb 23 16:42:08.055 INFO O| Feb 23 16:42:08.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71912026-02-23T16:42:08.735Z[ recovery-image] Feb 23 16:42:08.055 INFO O| Feb 23 16:42:08.055 INFO STEP 787 (remove_files) COMPLETE
71922026-02-23T16:42:08.735Z[ recovery-image] Feb 23 16:42:08.055 INFO O| Feb 23 16:42:08.055 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932026-02-23T16:42:08.735Z[ recovery-image] Feb 23 16:42:08.070 INFO O| Feb 23 16:42:08.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71942026-02-23T16:42:08.735Z[ recovery-image] Feb 23 16:42:08.070 INFO O| Feb 23 16:42:08.070 INFO STEP 788 (remove_files) COMPLETE
71952026-02-23T16:42:08.735Z[ recovery-image] Feb 23 16:42:08.070 INFO O| Feb 23 16:42:08.070 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962026-02-23T16:42:08.759Z[ recovery-image] Feb 23 16:42:08.087 INFO O| Feb 23 16:42:08.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71972026-02-23T16:42:08.759Z[ recovery-image] Feb 23 16:42:08.087 INFO O| Feb 23 16:42:08.087 INFO STEP 789 (remove_files) COMPLETE
71982026-02-23T16:42:08.759Z[ recovery-image] Feb 23 16:42:08.087 INFO O| Feb 23 16:42:08.087 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992026-02-23T16:42:08.784Z[ recovery-image] Feb 23 16:42:08.102 INFO O| Feb 23 16:42:08.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
72002026-02-23T16:42:08.784Z[ recovery-image] Feb 23 16:42:08.102 INFO O| Feb 23 16:42:08.102 INFO STEP 790 (remove_files) COMPLETE
72012026-02-23T16:42:08.784Z[ recovery-image] Feb 23 16:42:08.102 INFO O| Feb 23 16:42:08.102 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022026-02-23T16:42:08.784Z[ recovery-image] Feb 23 16:42:08.120 INFO O| Feb 23 16:42:08.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
72032026-02-23T16:42:08.784Z[ recovery-image] Feb 23 16:42:08.121 INFO O| Feb 23 16:42:08.121 INFO STEP 791 (remove_files) COMPLETE
72042026-02-23T16:42:08.784Z[ recovery-image] Feb 23 16:42:08.121 INFO O| Feb 23 16:42:08.121 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052026-02-23T16:42:08.809Z[ recovery-image] Feb 23 16:42:08.138 INFO O| Feb 23 16:42:08.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
72062026-02-23T16:42:08.809Z[ recovery-image] Feb 23 16:42:08.138 INFO O| Feb 23 16:42:08.138 INFO STEP 792 (remove_files) COMPLETE
72072026-02-23T16:42:08.809Z[ recovery-image] Feb 23 16:42:08.138 INFO O| Feb 23 16:42:08.138 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082026-02-23T16:42:08.833Z[ recovery-image] Feb 23 16:42:08.153 INFO O| Feb 23 16:42:08.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72092026-02-23T16:42:08.833Z[ recovery-image] Feb 23 16:42:08.153 INFO O| Feb 23 16:42:08.153 INFO STEP 793 (remove_files) COMPLETE
72102026-02-23T16:42:08.833Z[ recovery-image] Feb 23 16:42:08.153 INFO O| Feb 23 16:42:08.153 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112026-02-23T16:42:08.833Z[ recovery-image] Feb 23 16:42:08.168 INFO O| Feb 23 16:42:08.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72122026-02-23T16:42:08.833Z[ recovery-image] Feb 23 16:42:08.168 INFO O| Feb 23 16:42:08.168 INFO STEP 794 (remove_files) COMPLETE
72132026-02-23T16:42:08.833Z[ recovery-image] Feb 23 16:42:08.168 INFO O| Feb 23 16:42:08.168 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142026-02-23T16:42:08.858Z[ recovery-image] Feb 23 16:42:08.186 INFO O| Feb 23 16:42:08.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72152026-02-23T16:42:08.858Z[ recovery-image] Feb 23 16:42:08.186 INFO O| Feb 23 16:42:08.186 INFO STEP 795 (remove_files) COMPLETE
72162026-02-23T16:42:08.858Z[ recovery-image] Feb 23 16:42:08.186 INFO O| Feb 23 16:42:08.186 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.202 INFO O| Feb 23 16:42:08.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72182026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.202 INFO O| Feb 23 16:42:08.202 INFO STEP 796 (remove_files) COMPLETE
72192026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.202 INFO O| Feb 23 16:42:08.202 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.216 INFO O| Feb 23 16:42:08.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72212026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.216 INFO O| Feb 23 16:42:08.216 INFO STEP 797 (remove_files) COMPLETE
72222026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.216 INFO O| Feb 23 16:42:08.216 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.230 INFO O| Feb 23 16:42:08.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72242026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.231 INFO O| Feb 23 16:42:08.230 INFO STEP 798 (remove_files) COMPLETE
72252026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.231 INFO O| Feb 23 16:42:08.231 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.250 INFO O| Feb 23 16:42:08.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72272026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.250 INFO O| Feb 23 16:42:08.250 INFO STEP 799 (remove_files) COMPLETE
72282026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.250 INFO O| Feb 23 16:42:08.250 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.265 INFO O| Feb 23 16:42:08.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72302026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.265 INFO O| Feb 23 16:42:08.265 INFO STEP 800 (remove_files) COMPLETE
72312026-02-23T16:42:08.943Z[ recovery-image] Feb 23 16:42:08.265 INFO O| Feb 23 16:42:08.265 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322026-02-23T16:42:08.944Z[ recovery-image] Feb 23 16:42:08.279 INFO O| Feb 23 16:42:08.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72332026-02-23T16:42:08.944Z[ recovery-image] Feb 23 16:42:08.279 INFO O| Feb 23 16:42:08.279 INFO STEP 801 (remove_files) COMPLETE
72342026-02-23T16:42:08.944Z[ recovery-image] Feb 23 16:42:08.279 INFO O| Feb 23 16:42:08.279 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352026-02-23T16:42:08.968Z[ recovery-image] Feb 23 16:42:08.292 INFO O| Feb 23 16:42:08.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72362026-02-23T16:42:08.968Z[ recovery-image] Feb 23 16:42:08.292 INFO O| Feb 23 16:42:08.292 INFO STEP 802 (remove_files) COMPLETE
72372026-02-23T16:42:08.968Z[ recovery-image] Feb 23 16:42:08.292 INFO O| Feb 23 16:42:08.292 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382026-02-23T16:42:08.968Z[ recovery-image] Feb 23 16:42:08.309 INFO O| Feb 23 16:42:08.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72392026-02-23T16:42:08.968Z[ recovery-image] Feb 23 16:42:08.309 INFO O| Feb 23 16:42:08.309 INFO STEP 803 (remove_files) COMPLETE
72402026-02-23T16:42:08.969Z[ recovery-image] Feb 23 16:42:08.309 INFO O| Feb 23 16:42:08.309 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412026-02-23T16:42:08.993Z[ recovery-image] Feb 23 16:42:08.325 INFO O| Feb 23 16:42:08.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72422026-02-23T16:42:08.993Z[ recovery-image] Feb 23 16:42:08.326 INFO O| Feb 23 16:42:08.326 INFO STEP 804 (remove_files) COMPLETE
72432026-02-23T16:42:08.993Z[ recovery-image] Feb 23 16:42:08.326 INFO O| Feb 23 16:42:08.326 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442026-02-23T16:42:09.019Z[ recovery-image] Feb 23 16:42:08.340 INFO O| Feb 23 16:42:08.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72452026-02-23T16:42:09.019Z[ recovery-image] Feb 23 16:42:08.340 INFO O| Feb 23 16:42:08.340 INFO STEP 805 (remove_files) COMPLETE
72462026-02-23T16:42:09.019Z[ recovery-image] Feb 23 16:42:08.340 INFO O| Feb 23 16:42:08.340 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472026-02-23T16:42:09.019Z[ recovery-image] Feb 23 16:42:08.354 INFO O| Feb 23 16:42:08.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72482026-02-23T16:42:09.019Z[ recovery-image] Feb 23 16:42:08.354 INFO O| Feb 23 16:42:08.354 INFO STEP 806 (remove_files) COMPLETE
72492026-02-23T16:42:09.019Z[ recovery-image] Feb 23 16:42:08.354 INFO O| Feb 23 16:42:08.354 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502026-02-23T16:42:09.044Z[ recovery-image] Feb 23 16:42:08.367 INFO O| Feb 23 16:42:08.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72512026-02-23T16:42:09.044Z[ recovery-image] Feb 23 16:42:08.367 INFO O| Feb 23 16:42:08.367 INFO STEP 807 (remove_files) COMPLETE
72522026-02-23T16:42:09.044Z[ recovery-image] Feb 23 16:42:08.367 INFO O| Feb 23 16:42:08.367 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532026-02-23T16:42:09.044Z[ recovery-image] Feb 23 16:42:08.384 INFO O| Feb 23 16:42:08.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72542026-02-23T16:42:09.044Z[ recovery-image] Feb 23 16:42:08.384 INFO O| Feb 23 16:42:08.384 INFO STEP 808 (remove_files) COMPLETE
72552026-02-23T16:42:09.044Z[ recovery-image] Feb 23 16:42:08.384 INFO O| Feb 23 16:42:08.384 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562026-02-23T16:42:09.069Z[ recovery-image] Feb 23 16:42:08.398 INFO O| Feb 23 16:42:08.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72572026-02-23T16:42:09.069Z[ recovery-image] Feb 23 16:42:08.398 INFO O| Feb 23 16:42:08.398 INFO STEP 809 (remove_files) COMPLETE
72582026-02-23T16:42:09.069Z[ recovery-image] Feb 23 16:42:08.398 INFO O| Feb 23 16:42:08.398 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592026-02-23T16:42:09.094Z[ recovery-image] Feb 23 16:42:08.412 INFO O| Feb 23 16:42:08.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72602026-02-23T16:42:09.094Z[ recovery-image] Feb 23 16:42:08.412 INFO O| Feb 23 16:42:08.412 INFO STEP 810 (remove_files) COMPLETE
72612026-02-23T16:42:09.094Z[ recovery-image] Feb 23 16:42:08.412 INFO O| Feb 23 16:42:08.412 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622026-02-23T16:42:09.094Z[ recovery-image] Feb 23 16:42:08.425 INFO O| Feb 23 16:42:08.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72632026-02-23T16:42:09.094Z[ recovery-image] Feb 23 16:42:08.425 INFO O| Feb 23 16:42:08.425 INFO STEP 811 (remove_files) COMPLETE
72642026-02-23T16:42:09.094Z[ recovery-image] Feb 23 16:42:08.425 INFO O| Feb 23 16:42:08.425 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652026-02-23T16:42:09.118Z[ recovery-image] Feb 23 16:42:08.438 INFO O| Feb 23 16:42:08.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72662026-02-23T16:42:09.119Z[ recovery-image] Feb 23 16:42:08.438 INFO O| Feb 23 16:42:08.438 INFO STEP 812 (remove_files) COMPLETE
72672026-02-23T16:42:09.119Z[ recovery-image] Feb 23 16:42:08.438 INFO O| Feb 23 16:42:08.438 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682026-02-23T16:42:09.119Z[ recovery-image] Feb 23 16:42:08.452 INFO O| Feb 23 16:42:08.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72692026-02-23T16:42:09.119Z[ recovery-image] Feb 23 16:42:08.452 INFO O| Feb 23 16:42:08.452 INFO STEP 813 (remove_files) COMPLETE
72702026-02-23T16:42:09.119Z[ recovery-image] Feb 23 16:42:08.452 INFO O| Feb 23 16:42:08.452 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712026-02-23T16:42:09.143Z[ recovery-image] Feb 23 16:42:08.469 INFO O| Feb 23 16:42:08.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72722026-02-23T16:42:09.143Z[ recovery-image] Feb 23 16:42:08.469 INFO O| Feb 23 16:42:08.469 INFO STEP 814 (remove_files) COMPLETE
72732026-02-23T16:42:09.143Z[ recovery-image] Feb 23 16:42:08.469 INFO O| Feb 23 16:42:08.469 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742026-02-23T16:42:09.168Z[ recovery-image] Feb 23 16:42:08.486 INFO O| Feb 23 16:42:08.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72752026-02-23T16:42:09.168Z[ recovery-image] Feb 23 16:42:08.486 INFO O| Feb 23 16:42:08.486 INFO STEP 815 (remove_files) COMPLETE
72762026-02-23T16:42:09.168Z[ recovery-image] Feb 23 16:42:08.486 INFO O| Feb 23 16:42:08.486 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772026-02-23T16:42:09.192Z[ recovery-image] Feb 23 16:42:08.500 INFO O| Feb 23 16:42:08.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72782026-02-23T16:42:09.192Z[ recovery-image] Feb 23 16:42:08.501 INFO O| Feb 23 16:42:08.501 INFO STEP 816 (remove_files) COMPLETE
72792026-02-23T16:42:09.192Z[ recovery-image] Feb 23 16:42:08.501 INFO O| Feb 23 16:42:08.501 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802026-02-23T16:42:09.192Z[ recovery-image] Feb 23 16:42:08.517 INFO O| Feb 23 16:42:08.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72812026-02-23T16:42:09.192Z[ recovery-image] Feb 23 16:42:08.517 INFO O| Feb 23 16:42:08.517 INFO STEP 817 (remove_files) COMPLETE
72822026-02-23T16:42:09.192Z[ recovery-image] Feb 23 16:42:08.517 INFO O| Feb 23 16:42:08.517 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832026-02-23T16:42:09.218Z[ recovery-image] Feb 23 16:42:08.534 INFO O| Feb 23 16:42:08.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72842026-02-23T16:42:09.218Z[ recovery-image] Feb 23 16:42:08.534 INFO O| Feb 23 16:42:08.534 INFO STEP 818 (remove_files) COMPLETE
72852026-02-23T16:42:09.218Z[ recovery-image] Feb 23 16:42:08.534 INFO O| Feb 23 16:42:08.534 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862026-02-23T16:42:09.218Z[ recovery-image] Feb 23 16:42:08.547 INFO O| Feb 23 16:42:08.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72872026-02-23T16:42:09.218Z[ recovery-image] Feb 23 16:42:08.547 INFO O| Feb 23 16:42:08.547 INFO STEP 819 (remove_files) COMPLETE
72882026-02-23T16:42:09.218Z[ recovery-image] Feb 23 16:42:08.548 INFO O| Feb 23 16:42:08.547 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892026-02-23T16:42:09.243Z[ recovery-image] Feb 23 16:42:08.560 INFO O| Feb 23 16:42:08.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72902026-02-23T16:42:09.243Z[ recovery-image] Feb 23 16:42:08.560 INFO O| Feb 23 16:42:08.560 INFO STEP 820 (remove_files) COMPLETE
72912026-02-23T16:42:09.243Z[ recovery-image] Feb 23 16:42:08.560 INFO O| Feb 23 16:42:08.560 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922026-02-23T16:42:09.243Z[ recovery-image] Feb 23 16:42:08.572 INFO O| Feb 23 16:42:08.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72932026-02-23T16:42:09.243Z[ recovery-image] Feb 23 16:42:08.573 INFO O| Feb 23 16:42:08.573 INFO STEP 821 (remove_files) COMPLETE
72942026-02-23T16:42:09.243Z[ recovery-image] Feb 23 16:42:08.573 INFO O| Feb 23 16:42:08.573 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952026-02-23T16:42:09.268Z[ recovery-image] Feb 23 16:42:08.584 INFO O| Feb 23 16:42:08.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72962026-02-23T16:42:09.268Z[ recovery-image] Feb 23 16:42:08.585 INFO O| Feb 23 16:42:08.584 INFO STEP 822 (remove_files) COMPLETE
72972026-02-23T16:42:09.268Z[ recovery-image] Feb 23 16:42:08.585 INFO O| Feb 23 16:42:08.585 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982026-02-23T16:42:09.268Z[ recovery-image] Feb 23 16:42:08.597 INFO O| Feb 23 16:42:08.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72992026-02-23T16:42:09.268Z[ recovery-image] Feb 23 16:42:08.597 INFO O| Feb 23 16:42:08.597 INFO STEP 823 (remove_files) COMPLETE
73002026-02-23T16:42:09.268Z[ recovery-image] Feb 23 16:42:08.597 INFO O| Feb 23 16:42:08.597 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012026-02-23T16:42:09.293Z[ recovery-image] Feb 23 16:42:08.618 INFO O| Feb 23 16:42:08.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
73022026-02-23T16:42:09.293Z[ recovery-image] Feb 23 16:42:08.618 INFO O| Feb 23 16:42:08.618 INFO STEP 824 (remove_files) COMPLETE
73032026-02-23T16:42:09.293Z[ recovery-image] Feb 23 16:42:08.618 INFO O| Feb 23 16:42:08.618 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042026-02-23T16:42:09.318Z[ recovery-image] Feb 23 16:42:08.654 INFO O| Feb 23 16:42:08.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
73052026-02-23T16:42:09.318Z[ recovery-image] Feb 23 16:42:08.654 INFO O| Feb 23 16:42:08.654 INFO STEP 825 (remove_files) COMPLETE
73062026-02-23T16:42:09.318Z[ recovery-image] Feb 23 16:42:08.654 INFO O| Feb 23 16:42:08.654 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072026-02-23T16:42:09.351Z[ recovery-image] Feb 23 16:42:08.692 INFO O| Feb 23 16:42:08.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73082026-02-23T16:42:09.351Z[ recovery-image] Feb 23 16:42:08.692 INFO O| Feb 23 16:42:08.692 INFO STEP 826 (remove_files) COMPLETE
73092026-02-23T16:42:09.375Z[ recovery-image] Feb 23 16:42:08.692 INFO O| Feb 23 16:42:08.692 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102026-02-23T16:42:09.401Z[ recovery-image] Feb 23 16:42:08.709 INFO O| Feb 23 16:42:08.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73112026-02-23T16:42:09.401Z[ recovery-image] Feb 23 16:42:08.710 INFO O| Feb 23 16:42:08.709 INFO STEP 827 (remove_files) COMPLETE
73122026-02-23T16:42:09.401Z[ recovery-image] Feb 23 16:42:08.710 INFO O| Feb 23 16:42:08.709 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132026-02-23T16:42:09.401Z[ recovery-image] Feb 23 16:42:08.727 INFO O| Feb 23 16:42:08.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73142026-02-23T16:42:09.401Z[ recovery-image] Feb 23 16:42:08.728 INFO O| Feb 23 16:42:08.728 INFO STEP 828 (remove_files) COMPLETE
73152026-02-23T16:42:09.401Z[ recovery-image] Feb 23 16:42:08.728 INFO O| Feb 23 16:42:08.728 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162026-02-23T16:42:09.427Z[ recovery-image] Feb 23 16:42:08.745 INFO O| Feb 23 16:42:08.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73172026-02-23T16:42:09.427Z[ recovery-image] Feb 23 16:42:08.745 INFO O| Feb 23 16:42:08.745 INFO STEP 829 (remove_files) COMPLETE
73182026-02-23T16:42:09.427Z[ recovery-image] Feb 23 16:42:08.745 INFO O| Feb 23 16:42:08.745 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192026-02-23T16:42:09.427Z[ recovery-image] Feb 23 16:42:08.762 INFO O| Feb 23 16:42:08.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73202026-02-23T16:42:09.427Z[ recovery-image] Feb 23 16:42:08.762 INFO O| Feb 23 16:42:08.762 INFO STEP 830 (remove_files) COMPLETE
73212026-02-23T16:42:09.427Z[ recovery-image] Feb 23 16:42:08.762 INFO O| Feb 23 16:42:08.762 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222026-02-23T16:42:09.452Z[ recovery-image] Feb 23 16:42:08.778 INFO O| Feb 23 16:42:08.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73232026-02-23T16:42:09.452Z[ recovery-image] Feb 23 16:42:08.778 INFO O| Feb 23 16:42:08.778 INFO STEP 831 (remove_files) COMPLETE
73242026-02-23T16:42:09.452Z[ recovery-image] Feb 23 16:42:08.778 INFO O| Feb 23 16:42:08.778 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252026-02-23T16:42:09.476Z[ recovery-image] Feb 23 16:42:08.798 INFO O| Feb 23 16:42:08.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73262026-02-23T16:42:09.477Z[ recovery-image] Feb 23 16:42:08.798 INFO O| Feb 23 16:42:08.798 INFO STEP 832 (remove_files) COMPLETE
73272026-02-23T16:42:09.477Z[ recovery-image] Feb 23 16:42:08.798 INFO O| Feb 23 16:42:08.798 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282026-02-23T16:42:09.477Z[ recovery-image] Feb 23 16:42:08.813 INFO O| Feb 23 16:42:08.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73292026-02-23T16:42:09.477Z[ recovery-image] Feb 23 16:42:08.813 INFO O| Feb 23 16:42:08.813 INFO STEP 833 (remove_files) COMPLETE
73302026-02-23T16:42:09.477Z[ recovery-image] Feb 23 16:42:08.813 INFO O| Feb 23 16:42:08.813 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312026-02-23T16:42:09.501Z[ recovery-image] Feb 23 16:42:08.826 INFO O| Feb 23 16:42:08.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73322026-02-23T16:42:09.501Z[ recovery-image] Feb 23 16:42:08.826 INFO O| Feb 23 16:42:08.826 INFO STEP 834 (remove_files) COMPLETE
73332026-02-23T16:42:09.501Z[ recovery-image] Feb 23 16:42:08.826 INFO O| Feb 23 16:42:08.826 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342026-02-23T16:42:09.503Z[ recovery-image] Feb 23 16:42:08.839 INFO O| Feb 23 16:42:08.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73352026-02-23T16:42:09.503Z[ recovery-image] Feb 23 16:42:08.839 INFO O| Feb 23 16:42:08.839 INFO STEP 835 (remove_files) COMPLETE
73362026-02-23T16:42:09.503Z[ recovery-image] Feb 23 16:42:08.839 INFO O| Feb 23 16:42:08.839 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372026-02-23T16:42:09.528Z[ recovery-image] Feb 23 16:42:08.852 INFO O| Feb 23 16:42:08.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73382026-02-23T16:42:09.528Z[ recovery-image] Feb 23 16:42:08.852 INFO O| Feb 23 16:42:08.852 INFO STEP 836 (remove_files) COMPLETE
73392026-02-23T16:42:09.528Z[ recovery-image] Feb 23 16:42:08.852 INFO O| Feb 23 16:42:08.852 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402026-02-23T16:42:09.528Z[ recovery-image] Feb 23 16:42:08.864 INFO O| Feb 23 16:42:08.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73412026-02-23T16:42:09.528Z[ recovery-image] Feb 23 16:42:08.865 INFO O| Feb 23 16:42:08.864 INFO STEP 837 (remove_files) COMPLETE
73422026-02-23T16:42:09.528Z[ recovery-image] Feb 23 16:42:08.865 INFO O| Feb 23 16:42:08.864 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432026-02-23T16:42:09.552Z[ recovery-image] Feb 23 16:42:08.877 INFO O| Feb 23 16:42:08.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73442026-02-23T16:42:09.552Z[ recovery-image] Feb 23 16:42:08.877 INFO O| Feb 23 16:42:08.877 INFO STEP 838 (remove_files) COMPLETE
73452026-02-23T16:42:09.552Z[ recovery-image] Feb 23 16:42:08.877 INFO O| Feb 23 16:42:08.877 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462026-02-23T16:42:09.577Z[ recovery-image] Feb 23 16:42:08.897 INFO O| Feb 23 16:42:08.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73472026-02-23T16:42:09.577Z[ recovery-image] Feb 23 16:42:08.897 INFO O| Feb 23 16:42:08.897 INFO STEP 839 (remove_files) COMPLETE
73482026-02-23T16:42:09.577Z[ recovery-image] Feb 23 16:42:08.897 INFO O| Feb 23 16:42:08.897 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492026-02-23T16:42:09.578Z[ recovery-image] Feb 23 16:42:08.914 INFO O| Feb 23 16:42:08.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73502026-02-23T16:42:09.578Z[ recovery-image] Feb 23 16:42:08.914 INFO O| Feb 23 16:42:08.914 INFO STEP 840 (remove_files) COMPLETE
73512026-02-23T16:42:09.578Z[ recovery-image] Feb 23 16:42:08.914 INFO O| Feb 23 16:42:08.914 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522026-02-23T16:42:09.603Z[ recovery-image] Feb 23 16:42:08.928 INFO O| Feb 23 16:42:08.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73532026-02-23T16:42:09.603Z[ recovery-image] Feb 23 16:42:08.928 INFO O| Feb 23 16:42:08.928 INFO STEP 841 (remove_files) COMPLETE
73542026-02-23T16:42:09.603Z[ recovery-image] Feb 23 16:42:08.928 INFO O| Feb 23 16:42:08.928 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552026-02-23T16:42:09.603Z[ recovery-image] Feb 23 16:42:08.940 INFO O| Feb 23 16:42:08.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73562026-02-23T16:42:09.603Z[ recovery-image] Feb 23 16:42:08.940 INFO O| Feb 23 16:42:08.940 INFO STEP 842 (remove_files) COMPLETE
73572026-02-23T16:42:09.603Z[ recovery-image] Feb 23 16:42:08.940 INFO O| Feb 23 16:42:08.940 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582026-02-23T16:42:09.628Z[ recovery-image] Feb 23 16:42:08.952 INFO O| Feb 23 16:42:08.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73592026-02-23T16:42:09.628Z[ recovery-image] Feb 23 16:42:08.952 INFO O| Feb 23 16:42:08.952 INFO STEP 843 (remove_files) COMPLETE
73602026-02-23T16:42:09.628Z[ recovery-image] Feb 23 16:42:08.952 INFO O| Feb 23 16:42:08.952 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612026-02-23T16:42:09.628Z[ recovery-image] Feb 23 16:42:08.964 INFO O| Feb 23 16:42:08.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73622026-02-23T16:42:09.628Z[ recovery-image] Feb 23 16:42:08.964 INFO O| Feb 23 16:42:08.964 INFO STEP 844 (remove_files) COMPLETE
73632026-02-23T16:42:09.628Z[ recovery-image] Feb 23 16:42:08.964 INFO O| Feb 23 16:42:08.964 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642026-02-23T16:42:09.654Z[ recovery-image] Feb 23 16:42:08.977 INFO O| Feb 23 16:42:08.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73652026-02-23T16:42:09.654Z[ recovery-image] Feb 23 16:42:08.977 INFO O| Feb 23 16:42:08.977 INFO STEP 845 (remove_files) COMPLETE
73662026-02-23T16:42:09.654Z[ recovery-image] Feb 23 16:42:08.977 INFO O| Feb 23 16:42:08.977 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672026-02-23T16:42:09.654Z[ recovery-image] Feb 23 16:42:08.988 INFO O| Feb 23 16:42:08.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73682026-02-23T16:42:09.654Z[ recovery-image] Feb 23 16:42:08.988 INFO O| Feb 23 16:42:08.988 INFO STEP 846 (remove_files) COMPLETE
73692026-02-23T16:42:09.654Z[ recovery-image] Feb 23 16:42:08.988 INFO O| Feb 23 16:42:08.988 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702026-02-23T16:42:09.679Z[ recovery-image] Feb 23 16:42:09.004 INFO O| Feb 23 16:42:09.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73712026-02-23T16:42:09.679Z[ recovery-image] Feb 23 16:42:09.004 INFO O| Feb 23 16:42:09.004 INFO STEP 847 (remove_files) COMPLETE
73722026-02-23T16:42:09.679Z[ recovery-image] Feb 23 16:42:09.004 INFO O| Feb 23 16:42:09.004 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732026-02-23T16:42:09.703Z[ recovery-image] Feb 23 16:42:09.020 INFO O| Feb 23 16:42:09.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73742026-02-23T16:42:09.703Z[ recovery-image] Feb 23 16:42:09.020 INFO O| Feb 23 16:42:09.020 INFO STEP 848 (remove_files) COMPLETE
73752026-02-23T16:42:09.703Z[ recovery-image] Feb 23 16:42:09.020 INFO O| Feb 23 16:42:09.020 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762026-02-23T16:42:09.703Z[ recovery-image] Feb 23 16:42:09.035 INFO O| Feb 23 16:42:09.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73772026-02-23T16:42:09.703Z[ recovery-image] Feb 23 16:42:09.035 INFO O| Feb 23 16:42:09.035 INFO STEP 849 (remove_files) COMPLETE
73782026-02-23T16:42:09.703Z[ recovery-image] Feb 23 16:42:09.035 INFO O| Feb 23 16:42:09.035 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792026-02-23T16:42:09.729Z[ recovery-image] Feb 23 16:42:09.048 INFO O| Feb 23 16:42:09.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73802026-02-23T16:42:09.729Z[ recovery-image] Feb 23 16:42:09.048 INFO O| Feb 23 16:42:09.048 INFO STEP 850 (remove_files) COMPLETE
73812026-02-23T16:42:09.729Z[ recovery-image] Feb 23 16:42:09.048 INFO O| Feb 23 16:42:09.048 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822026-02-23T16:42:09.729Z[ recovery-image] Feb 23 16:42:09.060 INFO O| Feb 23 16:42:09.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73832026-02-23T16:42:09.729Z[ recovery-image] Feb 23 16:42:09.060 INFO O| Feb 23 16:42:09.060 INFO STEP 851 (remove_files) COMPLETE
73842026-02-23T16:42:09.729Z[ recovery-image] Feb 23 16:42:09.060 INFO O| Feb 23 16:42:09.060 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852026-02-23T16:42:09.753Z[ recovery-image] Feb 23 16:42:09.073 INFO O| Feb 23 16:42:09.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73862026-02-23T16:42:09.753Z[ recovery-image] Feb 23 16:42:09.073 INFO O| Feb 23 16:42:09.073 INFO STEP 852 (remove_files) COMPLETE
73872026-02-23T16:42:09.753Z[ recovery-image] Feb 23 16:42:09.073 INFO O| Feb 23 16:42:09.073 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882026-02-23T16:42:09.753Z[ recovery-image] Feb 23 16:42:09.085 INFO O| Feb 23 16:42:09.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73892026-02-23T16:42:09.753Z[ recovery-image] Feb 23 16:42:09.085 INFO O| Feb 23 16:42:09.085 INFO STEP 853 (remove_files) COMPLETE
73902026-02-23T16:42:09.753Z[ recovery-image] Feb 23 16:42:09.085 INFO O| Feb 23 16:42:09.085 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912026-02-23T16:42:09.778Z[ recovery-image] Feb 23 16:42:09.097 INFO O| Feb 23 16:42:09.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73922026-02-23T16:42:09.778Z[ recovery-image] Feb 23 16:42:09.097 INFO O| Feb 23 16:42:09.097 INFO STEP 854 (remove_files) COMPLETE
73932026-02-23T16:42:09.778Z[ recovery-image] Feb 23 16:42:09.097 INFO O| Feb 23 16:42:09.097 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942026-02-23T16:42:09.779Z[ recovery-image] Feb 23 16:42:09.112 INFO O| Feb 23 16:42:09.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73952026-02-23T16:42:09.779Z[ recovery-image] Feb 23 16:42:09.113 INFO O| Feb 23 16:42:09.113 INFO STEP 855 (remove_files) COMPLETE
73962026-02-23T16:42:09.779Z[ recovery-image] Feb 23 16:42:09.113 INFO O| Feb 23 16:42:09.113 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972026-02-23T16:42:09.803Z[ recovery-image] Feb 23 16:42:09.126 INFO O| Feb 23 16:42:09.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73982026-02-23T16:42:09.803Z[ recovery-image] Feb 23 16:42:09.126 INFO O| Feb 23 16:42:09.126 INFO STEP 856 (remove_files) COMPLETE
73992026-02-23T16:42:09.803Z[ recovery-image] Feb 23 16:42:09.126 INFO O| Feb 23 16:42:09.126 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002026-02-23T16:42:09.803Z[ recovery-image] Feb 23 16:42:09.144 INFO O| Feb 23 16:42:09.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
74012026-02-23T16:42:09.803Z[ recovery-image] Feb 23 16:42:09.144 INFO O| Feb 23 16:42:09.144 INFO STEP 857 (remove_files) COMPLETE
74022026-02-23T16:42:09.803Z[ recovery-image] Feb 23 16:42:09.144 INFO O| Feb 23 16:42:09.144 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032026-02-23T16:42:09.829Z[ recovery-image] Feb 23 16:42:09.160 INFO O| Feb 23 16:42:09.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
74042026-02-23T16:42:09.829Z[ recovery-image] Feb 23 16:42:09.160 INFO O| Feb 23 16:42:09.160 INFO STEP 858 (remove_files) COMPLETE
74052026-02-23T16:42:09.829Z[ recovery-image] Feb 23 16:42:09.160 INFO O| Feb 23 16:42:09.160 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062026-02-23T16:42:09.853Z[ recovery-image] Feb 23 16:42:09.173 INFO O| Feb 23 16:42:09.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
74072026-02-23T16:42:09.853Z[ recovery-image] Feb 23 16:42:09.174 INFO O| Feb 23 16:42:09.174 INFO STEP 859 (remove_files) COMPLETE
74082026-02-23T16:42:09.853Z[ recovery-image] Feb 23 16:42:09.174 INFO O| Feb 23 16:42:09.174 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092026-02-23T16:42:09.854Z[ recovery-image] Feb 23 16:42:09.186 INFO O| Feb 23 16:42:09.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74102026-02-23T16:42:09.854Z[ recovery-image] Feb 23 16:42:09.186 INFO O| Feb 23 16:42:09.186 INFO STEP 860 (remove_files) COMPLETE
74112026-02-23T16:42:09.854Z[ recovery-image] Feb 23 16:42:09.186 INFO O| Feb 23 16:42:09.186 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122026-02-23T16:42:09.879Z[ recovery-image] Feb 23 16:42:09.199 INFO O| Feb 23 16:42:09.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74132026-02-23T16:42:09.879Z[ recovery-image] Feb 23 16:42:09.199 INFO O| Feb 23 16:42:09.199 INFO STEP 861 (remove_files) COMPLETE
74142026-02-23T16:42:09.879Z[ recovery-image] Feb 23 16:42:09.199 INFO O| Feb 23 16:42:09.199 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152026-02-23T16:42:09.879Z[ recovery-image] Feb 23 16:42:09.211 INFO O| Feb 23 16:42:09.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74162026-02-23T16:42:09.879Z[ recovery-image] Feb 23 16:42:09.211 INFO O| Feb 23 16:42:09.211 INFO STEP 862 (remove_files) COMPLETE
74172026-02-23T16:42:09.879Z[ recovery-image] Feb 23 16:42:09.211 INFO O| Feb 23 16:42:09.211 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182026-02-23T16:42:09.904Z[ recovery-image] Feb 23 16:42:09.224 INFO O| Feb 23 16:42:09.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74192026-02-23T16:42:09.904Z[ recovery-image] Feb 23 16:42:09.224 INFO O| Feb 23 16:42:09.224 INFO STEP 863 (remove_files) COMPLETE
74202026-02-23T16:42:09.904Z[ recovery-image] Feb 23 16:42:09.224 INFO O| Feb 23 16:42:09.224 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212026-02-23T16:42:09.904Z[ recovery-image] Feb 23 16:42:09.236 INFO O| Feb 23 16:42:09.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74222026-02-23T16:42:09.904Z[ recovery-image] Feb 23 16:42:09.236 INFO O| Feb 23 16:42:09.236 INFO STEP 864 (remove_files) COMPLETE
74232026-02-23T16:42:09.904Z[ recovery-image] Feb 23 16:42:09.236 INFO O| Feb 23 16:42:09.236 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242026-02-23T16:42:09.929Z[ recovery-image] Feb 23 16:42:09.248 INFO O| Feb 23 16:42:09.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74252026-02-23T16:42:09.929Z[ recovery-image] Feb 23 16:42:09.248 INFO O| Feb 23 16:42:09.248 INFO STEP 865 (remove_files) COMPLETE
74262026-02-23T16:42:09.929Z[ recovery-image] Feb 23 16:42:09.248 INFO O| Feb 23 16:42:09.248 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272026-02-23T16:42:09.929Z[ recovery-image] Feb 23 16:42:09.260 INFO O| Feb 23 16:42:09.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74282026-02-23T16:42:09.929Z[ recovery-image] Feb 23 16:42:09.260 INFO O| Feb 23 16:42:09.260 INFO STEP 866 (remove_files) COMPLETE
74292026-02-23T16:42:09.929Z[ recovery-image] Feb 23 16:42:09.260 INFO O| Feb 23 16:42:09.260 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302026-02-23T16:42:09.958Z[ recovery-image] Feb 23 16:42:09.277 INFO O| Feb 23 16:42:09.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74312026-02-23T16:42:09.958Z[ recovery-image] Feb 23 16:42:09.277 INFO O| Feb 23 16:42:09.277 INFO STEP 867 (remove_files) COMPLETE
74322026-02-23T16:42:09.958Z[ recovery-image] Feb 23 16:42:09.277 INFO O| Feb 23 16:42:09.277 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332026-02-23T16:42:09.958Z[ recovery-image] Feb 23 16:42:09.295 INFO O| Feb 23 16:42:09.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74342026-02-23T16:42:09.958Z[ recovery-image] Feb 23 16:42:09.295 INFO O| Feb 23 16:42:09.295 INFO STEP 868 (remove_files) COMPLETE
74352026-02-23T16:42:09.958Z[ recovery-image] Feb 23 16:42:09.295 INFO O| Feb 23 16:42:09.295 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362026-02-23T16:42:09.983Z[ recovery-image] Feb 23 16:42:09.312 INFO O| Feb 23 16:42:09.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74372026-02-23T16:42:09.983Z[ recovery-image] Feb 23 16:42:09.312 INFO O| Feb 23 16:42:09.312 INFO STEP 869 (remove_files) COMPLETE
74382026-02-23T16:42:09.983Z[ recovery-image] Feb 23 16:42:09.312 INFO O| Feb 23 16:42:09.312 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392026-02-23T16:42:10.008Z[ recovery-image] Feb 23 16:42:09.326 INFO O| Feb 23 16:42:09.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74402026-02-23T16:42:10.008Z[ recovery-image] Feb 23 16:42:09.326 INFO O| Feb 23 16:42:09.326 INFO STEP 870 (remove_files) COMPLETE
74412026-02-23T16:42:10.008Z[ recovery-image] Feb 23 16:42:09.326 INFO O| Feb 23 16:42:09.326 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422026-02-23T16:42:10.008Z[ recovery-image] Feb 23 16:42:09.343 INFO O| Feb 23 16:42:09.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74432026-02-23T16:42:10.008Z[ recovery-image] Feb 23 16:42:09.343 INFO O| Feb 23 16:42:09.343 INFO STEP 871 (remove_files) COMPLETE
74442026-02-23T16:42:10.008Z[ recovery-image] Feb 23 16:42:09.343 INFO O| Feb 23 16:42:09.343 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452026-02-23T16:42:10.032Z[ recovery-image] Feb 23 16:42:09.356 INFO O| Feb 23 16:42:09.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74462026-02-23T16:42:10.032Z[ recovery-image] Feb 23 16:42:09.357 INFO O| Feb 23 16:42:09.356 INFO STEP 872 (remove_files) COMPLETE
74472026-02-23T16:42:10.032Z[ recovery-image] Feb 23 16:42:09.357 INFO O| Feb 23 16:42:09.356 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482026-02-23T16:42:10.032Z[ recovery-image] Feb 23 16:42:09.369 INFO O| Feb 23 16:42:09.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74492026-02-23T16:42:10.032Z[ recovery-image] Feb 23 16:42:09.369 INFO O| Feb 23 16:42:09.369 INFO STEP 873 (remove_files) COMPLETE
74502026-02-23T16:42:10.032Z[ recovery-image] Feb 23 16:42:09.369 INFO O| Feb 23 16:42:09.369 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512026-02-23T16:42:10.057Z[ recovery-image] Feb 23 16:42:09.382 INFO O| Feb 23 16:42:09.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74522026-02-23T16:42:10.057Z[ recovery-image] Feb 23 16:42:09.382 INFO O| Feb 23 16:42:09.382 INFO STEP 874 (remove_files) COMPLETE
74532026-02-23T16:42:10.057Z[ recovery-image] Feb 23 16:42:09.382 INFO O| Feb 23 16:42:09.382 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542026-02-23T16:42:10.058Z[ recovery-image] Feb 23 16:42:09.394 INFO O| Feb 23 16:42:09.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74552026-02-23T16:42:10.058Z[ recovery-image] Feb 23 16:42:09.394 INFO O| Feb 23 16:42:09.394 INFO STEP 875 (remove_files) COMPLETE
74562026-02-23T16:42:10.058Z[ recovery-image] Feb 23 16:42:09.394 INFO O| Feb 23 16:42:09.394 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572026-02-23T16:42:10.082Z[ recovery-image] Feb 23 16:42:09.405 INFO O| Feb 23 16:42:09.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74582026-02-23T16:42:10.082Z[ recovery-image] Feb 23 16:42:09.405 INFO O| Feb 23 16:42:09.405 INFO STEP 876 (remove_files) COMPLETE
74592026-02-23T16:42:10.082Z[ recovery-image] Feb 23 16:42:09.405 INFO O| Feb 23 16:42:09.405 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602026-02-23T16:42:10.082Z[ recovery-image] Feb 23 16:42:09.415 INFO O| Feb 23 16:42:09.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74612026-02-23T16:42:10.082Z[ recovery-image] Feb 23 16:42:09.415 INFO O| Feb 23 16:42:09.415 INFO STEP 877 (remove_files) COMPLETE
74622026-02-23T16:42:10.082Z[ recovery-image] Feb 23 16:42:09.415 INFO O| Feb 23 16:42:09.415 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632026-02-23T16:42:10.106Z[ recovery-image] Feb 23 16:42:09.425 INFO O| Feb 23 16:42:09.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74642026-02-23T16:42:10.106Z[ recovery-image] Feb 23 16:42:09.425 INFO O| Feb 23 16:42:09.425 INFO STEP 878 (remove_files) COMPLETE
74652026-02-23T16:42:10.107Z[ recovery-image] Feb 23 16:42:09.425 INFO O| Feb 23 16:42:09.425 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662026-02-23T16:42:10.107Z[ recovery-image] Feb 23 16:42:09.442 INFO O| Feb 23 16:42:09.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74672026-02-23T16:42:10.107Z[ recovery-image] Feb 23 16:42:09.442 INFO O| Feb 23 16:42:09.442 INFO STEP 879 (remove_files) COMPLETE
74682026-02-23T16:42:10.107Z[ recovery-image] Feb 23 16:42:09.442 INFO O| Feb 23 16:42:09.442 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692026-02-23T16:42:10.131Z[ recovery-image] Feb 23 16:42:09.455 INFO O| Feb 23 16:42:09.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74702026-02-23T16:42:10.131Z[ recovery-image] Feb 23 16:42:09.455 INFO O| Feb 23 16:42:09.455 INFO STEP 880 (remove_files) COMPLETE
74712026-02-23T16:42:10.131Z[ recovery-image] Feb 23 16:42:09.455 INFO O| Feb 23 16:42:09.455 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722026-02-23T16:42:10.131Z[ recovery-image] Feb 23 16:42:09.467 INFO O| Feb 23 16:42:09.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74732026-02-23T16:42:10.131Z[ recovery-image] Feb 23 16:42:09.468 INFO O| Feb 23 16:42:09.468 INFO STEP 881 (remove_files) COMPLETE
74742026-02-23T16:42:10.131Z[ recovery-image] Feb 23 16:42:09.468 INFO O| Feb 23 16:42:09.468 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752026-02-23T16:42:10.156Z[ recovery-image] Feb 23 16:42:09.486 INFO O| Feb 23 16:42:09.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74762026-02-23T16:42:10.156Z[ recovery-image] Feb 23 16:42:09.486 INFO O| Feb 23 16:42:09.486 INFO STEP 882 (remove_files) COMPLETE
74772026-02-23T16:42:10.156Z[ recovery-image] Feb 23 16:42:09.486 INFO O| Feb 23 16:42:09.486 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782026-02-23T16:42:10.180Z[ recovery-image] Feb 23 16:42:09.502 INFO O| Feb 23 16:42:09.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74792026-02-23T16:42:10.180Z[ recovery-image] Feb 23 16:42:09.502 INFO O| Feb 23 16:42:09.502 INFO STEP 883 (remove_files) COMPLETE
74802026-02-23T16:42:10.180Z[ recovery-image] Feb 23 16:42:09.502 INFO O| Feb 23 16:42:09.502 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812026-02-23T16:42:10.180Z[ recovery-image] Feb 23 16:42:09.517 INFO O| Feb 23 16:42:09.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74822026-02-23T16:42:10.180Z[ recovery-image] Feb 23 16:42:09.518 INFO O| Feb 23 16:42:09.517 INFO STEP 884 (remove_files) COMPLETE
74832026-02-23T16:42:10.180Z[ recovery-image] Feb 23 16:42:09.518 INFO O| Feb 23 16:42:09.517 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842026-02-23T16:42:10.205Z[ recovery-image] Feb 23 16:42:09.530 INFO O| Feb 23 16:42:09.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74852026-02-23T16:42:10.205Z[ recovery-image] Feb 23 16:42:09.531 INFO O| Feb 23 16:42:09.530 INFO STEP 885 (remove_files) COMPLETE
74862026-02-23T16:42:10.205Z[ recovery-image] Feb 23 16:42:09.531 INFO O| Feb 23 16:42:09.531 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872026-02-23T16:42:10.205Z[ recovery-image] Feb 23 16:42:09.542 INFO O| Feb 23 16:42:09.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74882026-02-23T16:42:10.205Z[ recovery-image] Feb 23 16:42:09.543 INFO O| Feb 23 16:42:09.543 INFO STEP 886 (remove_files) COMPLETE
74892026-02-23T16:42:10.205Z[ recovery-image] Feb 23 16:42:09.543 INFO O| Feb 23 16:42:09.543 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902026-02-23T16:42:10.230Z[ recovery-image] Feb 23 16:42:09.554 INFO O| Feb 23 16:42:09.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74912026-02-23T16:42:10.230Z[ recovery-image] Feb 23 16:42:09.554 INFO O| Feb 23 16:42:09.554 INFO STEP 887 (remove_files) COMPLETE
74922026-02-23T16:42:10.230Z[ recovery-image] Feb 23 16:42:09.554 INFO O| Feb 23 16:42:09.554 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932026-02-23T16:42:10.230Z[ recovery-image] Feb 23 16:42:09.566 INFO O| Feb 23 16:42:09.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74942026-02-23T16:42:10.230Z[ recovery-image] Feb 23 16:42:09.566 INFO O| Feb 23 16:42:09.566 INFO STEP 888 (remove_files) COMPLETE
74952026-02-23T16:42:10.230Z[ recovery-image] Feb 23 16:42:09.566 INFO O| Feb 23 16:42:09.566 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962026-02-23T16:42:10.254Z[ recovery-image] Feb 23 16:42:09.581 INFO O| Feb 23 16:42:09.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74972026-02-23T16:42:10.254Z[ recovery-image] Feb 23 16:42:09.581 INFO O| Feb 23 16:42:09.581 INFO STEP 889 (remove_files) COMPLETE
74982026-02-23T16:42:10.254Z[ recovery-image] Feb 23 16:42:09.581 INFO O| Feb 23 16:42:09.581 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992026-02-23T16:42:10.254Z[ recovery-image] Feb 23 16:42:09.593 INFO O| Feb 23 16:42:09.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
75002026-02-23T16:42:10.254Z[ recovery-image] Feb 23 16:42:09.593 INFO O| Feb 23 16:42:09.593 INFO STEP 890 (remove_files) COMPLETE
75012026-02-23T16:42:10.254Z[ recovery-image] Feb 23 16:42:09.593 INFO O| Feb 23 16:42:09.593 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022026-02-23T16:42:10.279Z[ recovery-image] Feb 23 16:42:09.613 INFO O| Feb 23 16:42:09.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
75032026-02-23T16:42:10.304Z[ recovery-image] Feb 23 16:42:09.629 INFO O| Feb 23 16:42:09.629 INFO STEP 891 (remove_files) COMPLETE
75042026-02-23T16:42:10.304Z[ recovery-image] Feb 23 16:42:09.629 INFO O| Feb 23 16:42:09.629 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052026-02-23T16:42:10.329Z[ recovery-image] Feb 23 16:42:09.645 INFO O| Feb 23 16:42:09.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
75062026-02-23T16:42:10.329Z[ recovery-image] Feb 23 16:42:09.645 INFO O| Feb 23 16:42:09.645 INFO STEP 892 (remove_files) COMPLETE
75072026-02-23T16:42:10.329Z[ recovery-image] Feb 23 16:42:09.645 INFO O| Feb 23 16:42:09.645 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082026-02-23T16:42:10.354Z[ recovery-image] Feb 23 16:42:09.675 INFO O| Feb 23 16:42:09.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75092026-02-23T16:42:10.354Z[ recovery-image] Feb 23 16:42:09.676 INFO O| Feb 23 16:42:09.675 INFO STEP 893 (remove_files) COMPLETE
75102026-02-23T16:42:10.354Z[ recovery-image] Feb 23 16:42:09.676 INFO O| Feb 23 16:42:09.675 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112026-02-23T16:42:10.354Z[ recovery-image] Feb 23 16:42:09.694 INFO O| Feb 23 16:42:09.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75122026-02-23T16:42:10.354Z[ recovery-image] Feb 23 16:42:09.694 INFO O| Feb 23 16:42:09.694 INFO STEP 894 (remove_files) COMPLETE
75132026-02-23T16:42:10.354Z[ recovery-image] Feb 23 16:42:09.694 INFO O| Feb 23 16:42:09.694 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142026-02-23T16:42:10.380Z[ recovery-image] Feb 23 16:42:09.709 INFO O| Feb 23 16:42:09.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75152026-02-23T16:42:10.380Z[ recovery-image] Feb 23 16:42:09.709 INFO O| Feb 23 16:42:09.709 INFO STEP 895 (remove_files) COMPLETE
75162026-02-23T16:42:10.380Z[ recovery-image] Feb 23 16:42:09.709 INFO O| Feb 23 16:42:09.709 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172026-02-23T16:42:10.405Z[ recovery-image] Feb 23 16:42:09.724 INFO O| Feb 23 16:42:09.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75182026-02-23T16:42:10.405Z[ recovery-image] Feb 23 16:42:09.725 INFO O| Feb 23 16:42:09.725 INFO STEP 896 (remove_files) COMPLETE
75192026-02-23T16:42:10.405Z[ recovery-image] Feb 23 16:42:09.725 INFO O| Feb 23 16:42:09.725 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202026-02-23T16:42:10.405Z[ recovery-image] Feb 23 16:42:09.740 INFO O| Feb 23 16:42:09.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75212026-02-23T16:42:10.405Z[ recovery-image] Feb 23 16:42:09.740 INFO O| Feb 23 16:42:09.740 INFO STEP 897 (remove_files) COMPLETE
75222026-02-23T16:42:10.405Z[ recovery-image] Feb 23 16:42:09.740 INFO O| Feb 23 16:42:09.740 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232026-02-23T16:42:10.430Z[ recovery-image] Feb 23 16:42:09.758 INFO O| Feb 23 16:42:09.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75242026-02-23T16:42:10.430Z[ recovery-image] Feb 23 16:42:09.758 INFO O| Feb 23 16:42:09.758 INFO STEP 898 (remove_files) COMPLETE
75252026-02-23T16:42:10.430Z[ recovery-image] Feb 23 16:42:09.758 INFO O| Feb 23 16:42:09.758 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262026-02-23T16:42:10.455Z[ recovery-image] Feb 23 16:42:09.776 INFO O| Feb 23 16:42:09.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75272026-02-23T16:42:10.455Z[ recovery-image] Feb 23 16:42:09.776 INFO O| Feb 23 16:42:09.776 INFO STEP 899 (remove_files) COMPLETE
75282026-02-23T16:42:10.455Z[ recovery-image] Feb 23 16:42:09.776 INFO O| Feb 23 16:42:09.776 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292026-02-23T16:42:10.455Z[ recovery-image] Feb 23 16:42:09.794 INFO O| Feb 23 16:42:09.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75302026-02-23T16:42:10.455Z[ recovery-image] Feb 23 16:42:09.794 INFO O| Feb 23 16:42:09.794 INFO STEP 900 (remove_files) COMPLETE
75312026-02-23T16:42:10.455Z[ recovery-image] Feb 23 16:42:09.794 INFO O| Feb 23 16:42:09.794 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322026-02-23T16:42:10.480Z[ recovery-image] Feb 23 16:42:09.809 INFO O| Feb 23 16:42:09.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75332026-02-23T16:42:10.480Z[ recovery-image] Feb 23 16:42:09.809 INFO O| Feb 23 16:42:09.809 INFO STEP 901 (remove_files) COMPLETE
75342026-02-23T16:42:10.480Z[ recovery-image] Feb 23 16:42:09.809 INFO O| Feb 23 16:42:09.809 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352026-02-23T16:42:10.504Z[ recovery-image] Feb 23 16:42:09.825 INFO O| Feb 23 16:42:09.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75362026-02-23T16:42:10.504Z[ recovery-image] Feb 23 16:42:09.826 INFO O| Feb 23 16:42:09.825 INFO STEP 902 (remove_files) COMPLETE
75372026-02-23T16:42:10.504Z[ recovery-image] Feb 23 16:42:09.826 INFO O| Feb 23 16:42:09.825 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382026-02-23T16:42:10.504Z[ recovery-image] Feb 23 16:42:09.841 INFO O| Feb 23 16:42:09.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75392026-02-23T16:42:10.504Z[ recovery-image] Feb 23 16:42:09.841 INFO O| Feb 23 16:42:09.841 INFO STEP 903 (remove_files) COMPLETE
75402026-02-23T16:42:10.504Z[ recovery-image] Feb 23 16:42:09.842 INFO O| Feb 23 16:42:09.841 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412026-02-23T16:42:10.529Z[ recovery-image] Feb 23 16:42:09.856 INFO O| Feb 23 16:42:09.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75422026-02-23T16:42:10.529Z[ recovery-image] Feb 23 16:42:09.856 INFO O| Feb 23 16:42:09.856 INFO STEP 904 (remove_files) COMPLETE
75432026-02-23T16:42:10.529Z[ recovery-image] Feb 23 16:42:09.856 INFO O| Feb 23 16:42:09.856 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442026-02-23T16:42:10.555Z[ recovery-image] Feb 23 16:42:09.874 INFO O| Feb 23 16:42:09.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75452026-02-23T16:42:10.555Z[ recovery-image] Feb 23 16:42:09.874 INFO O| Feb 23 16:42:09.874 INFO STEP 905 (remove_files) COMPLETE
75462026-02-23T16:42:10.555Z[ recovery-image] Feb 23 16:42:09.874 INFO O| Feb 23 16:42:09.874 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472026-02-23T16:42:10.555Z[ recovery-image] Feb 23 16:42:09.888 INFO O| Feb 23 16:42:09.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75482026-02-23T16:42:10.555Z[ recovery-image] Feb 23 16:42:09.889 INFO O| Feb 23 16:42:09.889 INFO STEP 906 (remove_files) COMPLETE
75492026-02-23T16:42:10.555Z[ recovery-image] Feb 23 16:42:09.889 INFO O| Feb 23 16:42:09.889 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502026-02-23T16:42:10.579Z[ recovery-image] Feb 23 16:42:09.904 INFO O| Feb 23 16:42:09.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75512026-02-23T16:42:10.579Z[ recovery-image] Feb 23 16:42:09.904 INFO O| Feb 23 16:42:09.904 INFO STEP 907 (remove_files) COMPLETE
75522026-02-23T16:42:10.579Z[ recovery-image] Feb 23 16:42:09.904 INFO O| Feb 23 16:42:09.904 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532026-02-23T16:42:10.579Z[ recovery-image] Feb 23 16:42:09.918 INFO O| Feb 23 16:42:09.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75542026-02-23T16:42:10.579Z[ recovery-image] Feb 23 16:42:09.919 INFO O| Feb 23 16:42:09.918 INFO STEP 908 (remove_files) COMPLETE
75552026-02-23T16:42:10.579Z[ recovery-image] Feb 23 16:42:09.919 INFO O| Feb 23 16:42:09.919 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562026-02-23T16:42:10.604Z[ recovery-image] Feb 23 16:42:09.935 INFO O| Feb 23 16:42:09.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75572026-02-23T16:42:10.604Z[ recovery-image] Feb 23 16:42:09.936 INFO O| Feb 23 16:42:09.935 INFO STEP 909 (remove_files) COMPLETE
75582026-02-23T16:42:10.604Z[ recovery-image] Feb 23 16:42:09.936 INFO O| Feb 23 16:42:09.935 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592026-02-23T16:42:10.629Z[ recovery-image] Feb 23 16:42:09.953 INFO O| Feb 23 16:42:09.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75602026-02-23T16:42:10.629Z[ recovery-image] Feb 23 16:42:09.953 INFO O| Feb 23 16:42:09.953 INFO STEP 910 (remove_files) COMPLETE
75612026-02-23T16:42:10.629Z[ recovery-image] Feb 23 16:42:09.953 INFO O| Feb 23 16:42:09.953 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622026-02-23T16:42:10.629Z[ recovery-image] Feb 23 16:42:09.967 INFO O| Feb 23 16:42:09.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75632026-02-23T16:42:10.629Z[ recovery-image] Feb 23 16:42:09.968 INFO O| Feb 23 16:42:09.968 INFO STEP 911 (remove_files) COMPLETE
75642026-02-23T16:42:10.629Z[ recovery-image] Feb 23 16:42:09.968 INFO O| Feb 23 16:42:09.968 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652026-02-23T16:42:10.654Z[ recovery-image] Feb 23 16:42:09.980 INFO O| Feb 23 16:42:09.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75662026-02-23T16:42:10.654Z[ recovery-image] Feb 23 16:42:09.980 INFO O| Feb 23 16:42:09.980 INFO STEP 912 (remove_files) COMPLETE
75672026-02-23T16:42:10.654Z[ recovery-image] Feb 23 16:42:09.980 INFO O| Feb 23 16:42:09.980 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682026-02-23T16:42:10.654Z[ recovery-image] Feb 23 16:42:09.993 INFO O| Feb 23 16:42:09.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75692026-02-23T16:42:10.654Z[ recovery-image] Feb 23 16:42:09.993 INFO O| Feb 23 16:42:09.993 INFO STEP 913 (remove_files) COMPLETE
75702026-02-23T16:42:10.654Z[ recovery-image] Feb 23 16:42:09.993 INFO O| Feb 23 16:42:09.993 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712026-02-23T16:42:10.679Z[ recovery-image] Feb 23 16:42:10.006 INFO O| Feb 23 16:42:10.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75722026-02-23T16:42:10.679Z[ recovery-image] Feb 23 16:42:10.007 INFO O| Feb 23 16:42:10.007 INFO STEP 914 (remove_files) COMPLETE
75732026-02-23T16:42:10.679Z[ recovery-image] Feb 23 16:42:10.007 INFO O| Feb 23 16:42:10.007 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742026-02-23T16:42:10.679Z[ recovery-image] Feb 23 16:42:10.019 INFO O| Feb 23 16:42:10.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75752026-02-23T16:42:10.679Z[ recovery-image] Feb 23 16:42:10.020 INFO O| Feb 23 16:42:10.020 INFO STEP 915 (remove_files) COMPLETE
75762026-02-23T16:42:10.679Z[ recovery-image] Feb 23 16:42:10.020 INFO O| Feb 23 16:42:10.020 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772026-02-23T16:42:10.704Z[ recovery-image] Feb 23 16:42:10.036 INFO O| Feb 23 16:42:10.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75782026-02-23T16:42:10.704Z[ recovery-image] Feb 23 16:42:10.037 INFO O| Feb 23 16:42:10.037 INFO STEP 916 (remove_files) COMPLETE
75792026-02-23T16:42:10.704Z[ recovery-image] Feb 23 16:42:10.037 INFO O| Feb 23 16:42:10.037 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802026-02-23T16:42:10.728Z[ recovery-image] Feb 23 16:42:10.053 INFO O| Feb 23 16:42:10.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75812026-02-23T16:42:10.728Z[ recovery-image] Feb 23 16:42:10.053 INFO O| Feb 23 16:42:10.053 INFO STEP 917 (remove_files) COMPLETE
75822026-02-23T16:42:10.728Z[ recovery-image] Feb 23 16:42:10.053 INFO O| Feb 23 16:42:10.053 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832026-02-23T16:42:10.728Z[ recovery-image] Feb 23 16:42:10.068 INFO O| Feb 23 16:42:10.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75842026-02-23T16:42:10.729Z[ recovery-image] Feb 23 16:42:10.068 INFO O| Feb 23 16:42:10.068 INFO STEP 918 (remove_files) COMPLETE
75852026-02-23T16:42:10.729Z[ recovery-image] Feb 23 16:42:10.068 INFO O| Feb 23 16:42:10.068 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862026-02-23T16:42:10.754Z[ recovery-image] Feb 23 16:42:10.081 INFO O| Feb 23 16:42:10.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75872026-02-23T16:42:10.754Z[ recovery-image] Feb 23 16:42:10.081 INFO O| Feb 23 16:42:10.081 INFO STEP 919 (remove_files) COMPLETE
75882026-02-23T16:42:10.754Z[ recovery-image] Feb 23 16:42:10.081 INFO O| Feb 23 16:42:10.081 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892026-02-23T16:42:10.755Z[ recovery-image] Feb 23 16:42:10.093 INFO O| Feb 23 16:42:10.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75902026-02-23T16:42:10.755Z[ recovery-image] Feb 23 16:42:10.094 INFO O| Feb 23 16:42:10.094 INFO STEP 920 (remove_files) COMPLETE
75912026-02-23T16:42:10.755Z[ recovery-image] Feb 23 16:42:10.094 INFO O| Feb 23 16:42:10.094 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922026-02-23T16:42:10.793Z[ recovery-image] Feb 23 16:42:10.112 INFO O| Feb 23 16:42:10.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75932026-02-23T16:42:10.793Z[ recovery-image] Feb 23 16:42:10.112 INFO O| Feb 23 16:42:10.109 INFO STEP 921 (remove_files) COMPLETE
75942026-02-23T16:42:10.793Z[ recovery-image] Feb 23 16:42:10.112 INFO O| Feb 23 16:42:10.109 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952026-02-23T16:42:10.818Z[ recovery-image] Feb 23 16:42:10.125 INFO O| Feb 23 16:42:10.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75962026-02-23T16:42:10.818Z[ recovery-image] Feb 23 16:42:10.125 INFO O| Feb 23 16:42:10.125 INFO STEP 922 (remove_files) COMPLETE
75972026-02-23T16:42:10.818Z[ recovery-image] Feb 23 16:42:10.125 INFO O| Feb 23 16:42:10.125 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982026-02-23T16:42:10.818Z[ recovery-image] Feb 23 16:42:10.139 INFO O| Feb 23 16:42:10.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75992026-02-23T16:42:10.818Z[ recovery-image] Feb 23 16:42:10.139 INFO O| Feb 23 16:42:10.139 INFO STEP 923 (remove_files) COMPLETE
76002026-02-23T16:42:10.818Z[ recovery-image] Feb 23 16:42:10.140 INFO O| Feb 23 16:42:10.139 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012026-02-23T16:42:10.818Z[ recovery-image] Feb 23 16:42:10.155 INFO O| Feb 23 16:42:10.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
76022026-02-23T16:42:10.818Z[ recovery-image] Feb 23 16:42:10.156 INFO O| Feb 23 16:42:10.156 INFO STEP 924 (remove_files) COMPLETE
76032026-02-23T16:42:10.818Z[ recovery-image] Feb 23 16:42:10.156 INFO O| Feb 23 16:42:10.156 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042026-02-23T16:42:10.843Z[ recovery-image] Feb 23 16:42:10.175 INFO O| Feb 23 16:42:10.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
76052026-02-23T16:42:10.843Z[ recovery-image] Feb 23 16:42:10.175 INFO O| Feb 23 16:42:10.175 INFO STEP 925 (remove_files) COMPLETE
76062026-02-23T16:42:10.843Z[ recovery-image] Feb 23 16:42:10.175 INFO O| Feb 23 16:42:10.175 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072026-02-23T16:42:10.869Z[ recovery-image] Feb 23 16:42:10.192 INFO O| Feb 23 16:42:10.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76082026-02-23T16:42:10.869Z[ recovery-image] Feb 23 16:42:10.192 INFO O| Feb 23 16:42:10.192 INFO STEP 926 (remove_files) COMPLETE
76092026-02-23T16:42:10.869Z[ recovery-image] Feb 23 16:42:10.192 INFO O| Feb 23 16:42:10.192 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102026-02-23T16:42:10.869Z[ recovery-image] Feb 23 16:42:10.205 INFO O| Feb 23 16:42:10.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76112026-02-23T16:42:10.869Z[ recovery-image] Feb 23 16:42:10.205 INFO O| Feb 23 16:42:10.205 INFO STEP 927 (remove_files) COMPLETE
76122026-02-23T16:42:10.869Z[ recovery-image] Feb 23 16:42:10.205 INFO O| Feb 23 16:42:10.205 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132026-02-23T16:42:10.893Z[ recovery-image] Feb 23 16:42:10.219 INFO O| Feb 23 16:42:10.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76142026-02-23T16:42:10.893Z[ recovery-image] Feb 23 16:42:10.220 INFO O| Feb 23 16:42:10.220 INFO STEP 928 (remove_files) COMPLETE
76152026-02-23T16:42:10.893Z[ recovery-image] Feb 23 16:42:10.220 INFO O| Feb 23 16:42:10.220 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162026-02-23T16:42:10.893Z[ recovery-image] Feb 23 16:42:10.233 INFO O| Feb 23 16:42:10.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76172026-02-23T16:42:10.893Z[ recovery-image] Feb 23 16:42:10.233 INFO O| Feb 23 16:42:10.233 INFO STEP 929 (remove_files) COMPLETE
76182026-02-23T16:42:10.893Z[ recovery-image] Feb 23 16:42:10.233 INFO O| Feb 23 16:42:10.233 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192026-02-23T16:42:10.919Z[ recovery-image] Feb 23 16:42:10.248 INFO O| Feb 23 16:42:10.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76202026-02-23T16:42:10.919Z[ recovery-image] Feb 23 16:42:10.248 INFO O| Feb 23 16:42:10.248 INFO STEP 930 (remove_files) COMPLETE
76212026-02-23T16:42:10.919Z[ recovery-image] Feb 23 16:42:10.248 INFO O| Feb 23 16:42:10.248 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222026-02-23T16:42:10.944Z[ recovery-image] Feb 23 16:42:10.262 INFO O| Feb 23 16:42:10.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76232026-02-23T16:42:10.944Z[ recovery-image] Feb 23 16:42:10.263 INFO O| Feb 23 16:42:10.262 INFO STEP 931 (remove_files) COMPLETE
76242026-02-23T16:42:10.944Z[ recovery-image] Feb 23 16:42:10.263 INFO O| Feb 23 16:42:10.263 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252026-02-23T16:42:10.944Z[ recovery-image] Feb 23 16:42:10.277 INFO O| Feb 23 16:42:10.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76262026-02-23T16:42:10.944Z[ recovery-image] Feb 23 16:42:10.277 INFO O| Feb 23 16:42:10.277 INFO STEP 932 (remove_files) COMPLETE
76272026-02-23T16:42:10.944Z[ recovery-image] Feb 23 16:42:10.277 INFO O| Feb 23 16:42:10.277 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282026-02-23T16:42:10.969Z[ recovery-image] Feb 23 16:42:10.289 INFO O| Feb 23 16:42:10.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76292026-02-23T16:42:10.969Z[ recovery-image] Feb 23 16:42:10.290 INFO O| Feb 23 16:42:10.290 INFO STEP 933 (remove_files) COMPLETE
76302026-02-23T16:42:10.969Z[ recovery-image] Feb 23 16:42:10.290 INFO O| Feb 23 16:42:10.290 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312026-02-23T16:42:10.969Z[ recovery-image] Feb 23 16:42:10.301 INFO O| Feb 23 16:42:10.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76322026-02-23T16:42:10.969Z[ recovery-image] Feb 23 16:42:10.301 INFO O| Feb 23 16:42:10.301 INFO STEP 934 (remove_files) COMPLETE
76332026-02-23T16:42:10.969Z[ recovery-image] Feb 23 16:42:10.301 INFO O| Feb 23 16:42:10.301 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342026-02-23T16:42:10.994Z[ recovery-image] Feb 23 16:42:10.313 INFO O| Feb 23 16:42:10.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76352026-02-23T16:42:10.994Z[ recovery-image] Feb 23 16:42:10.313 INFO O| Feb 23 16:42:10.313 INFO STEP 935 (remove_files) COMPLETE
76362026-02-23T16:42:10.994Z[ recovery-image] Feb 23 16:42:10.313 INFO O| Feb 23 16:42:10.313 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372026-02-23T16:42:10.994Z[ recovery-image] Feb 23 16:42:10.324 INFO O| Feb 23 16:42:10.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76382026-02-23T16:42:10.995Z[ recovery-image] Feb 23 16:42:10.324 INFO O| Feb 23 16:42:10.324 INFO STEP 936 (remove_files) COMPLETE
76392026-02-23T16:42:10.995Z[ recovery-image] Feb 23 16:42:10.324 INFO O| Feb 23 16:42:10.324 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402026-02-23T16:42:11.019Z[ recovery-image] Feb 23 16:42:10.335 INFO O| Feb 23 16:42:10.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76412026-02-23T16:42:11.019Z[ recovery-image] Feb 23 16:42:10.336 INFO O| Feb 23 16:42:10.336 INFO STEP 937 (remove_files) COMPLETE
76422026-02-23T16:42:11.019Z[ recovery-image] Feb 23 16:42:10.336 INFO O| Feb 23 16:42:10.336 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432026-02-23T16:42:11.019Z[ recovery-image] Feb 23 16:42:10.351 INFO O| Feb 23 16:42:10.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76442026-02-23T16:42:11.019Z[ recovery-image] Feb 23 16:42:10.351 INFO O| Feb 23 16:42:10.351 INFO STEP 938 (remove_files) COMPLETE
76452026-02-23T16:42:11.020Z[ recovery-image] Feb 23 16:42:10.351 INFO O| Feb 23 16:42:10.351 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462026-02-23T16:42:11.044Z[ recovery-image] Feb 23 16:42:10.370 INFO O| Feb 23 16:42:10.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76472026-02-23T16:42:11.044Z[ recovery-image] Feb 23 16:42:10.371 INFO O| Feb 23 16:42:10.370 INFO STEP 939 (remove_files) COMPLETE
76482026-02-23T16:42:11.044Z[ recovery-image] Feb 23 16:42:10.371 INFO O| Feb 23 16:42:10.370 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492026-02-23T16:42:11.044Z[ recovery-image] Feb 23 16:42:10.384 INFO O| Feb 23 16:42:10.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76502026-02-23T16:42:11.044Z[ recovery-image] Feb 23 16:42:10.384 INFO O| Feb 23 16:42:10.384 INFO STEP 940 (remove_files) COMPLETE
76512026-02-23T16:42:11.044Z[ recovery-image] Feb 23 16:42:10.384 INFO O| Feb 23 16:42:10.384 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522026-02-23T16:42:11.069Z[ recovery-image] Feb 23 16:42:10.397 INFO O| Feb 23 16:42:10.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76532026-02-23T16:42:11.069Z[ recovery-image] Feb 23 16:42:10.397 INFO O| Feb 23 16:42:10.397 INFO STEP 941 (remove_files) COMPLETE
76542026-02-23T16:42:11.069Z[ recovery-image] Feb 23 16:42:10.397 INFO O| Feb 23 16:42:10.397 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552026-02-23T16:42:11.094Z[ recovery-image] Feb 23 16:42:10.410 INFO O| Feb 23 16:42:10.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76562026-02-23T16:42:11.094Z[ recovery-image] Feb 23 16:42:10.410 INFO O| Feb 23 16:42:10.410 INFO STEP 942 (remove_files) COMPLETE
76572026-02-23T16:42:11.094Z[ recovery-image] Feb 23 16:42:10.410 INFO O| Feb 23 16:42:10.410 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582026-02-23T16:42:11.094Z[ recovery-image] Feb 23 16:42:10.426 INFO O| Feb 23 16:42:10.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76592026-02-23T16:42:11.094Z[ recovery-image] Feb 23 16:42:10.427 INFO O| Feb 23 16:42:10.427 INFO STEP 943 (remove_files) COMPLETE
76602026-02-23T16:42:11.094Z[ recovery-image] Feb 23 16:42:10.427 INFO O| Feb 23 16:42:10.427 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612026-02-23T16:42:11.118Z[ recovery-image] Feb 23 16:42:10.440 INFO O| Feb 23 16:42:10.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76622026-02-23T16:42:11.118Z[ recovery-image] Feb 23 16:42:10.440 INFO O| Feb 23 16:42:10.440 INFO STEP 944 (remove_files) COMPLETE
76632026-02-23T16:42:11.118Z[ recovery-image] Feb 23 16:42:10.440 INFO O| Feb 23 16:42:10.440 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642026-02-23T16:42:11.119Z[ recovery-image] Feb 23 16:42:10.458 INFO O| Feb 23 16:42:10.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76652026-02-23T16:42:11.119Z[ recovery-image] Feb 23 16:42:10.458 INFO O| Feb 23 16:42:10.458 INFO STEP 945 (remove_files) COMPLETE
76662026-02-23T16:42:11.119Z[ recovery-image] Feb 23 16:42:10.458 INFO O| Feb 23 16:42:10.458 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672026-02-23T16:42:11.143Z[ recovery-image] Feb 23 16:42:10.473 INFO O| Feb 23 16:42:10.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76682026-02-23T16:42:11.144Z[ recovery-image] Feb 23 16:42:10.473 INFO O| Feb 23 16:42:10.473 INFO STEP 946 (remove_files) COMPLETE
76692026-02-23T16:42:11.144Z[ recovery-image] Feb 23 16:42:10.474 INFO O| Feb 23 16:42:10.473 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702026-02-23T16:42:11.168Z[ recovery-image] Feb 23 16:42:10.490 INFO O| Feb 23 16:42:10.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76712026-02-23T16:42:11.168Z[ recovery-image] Feb 23 16:42:10.490 INFO O| Feb 23 16:42:10.490 INFO STEP 947 (remove_files) COMPLETE
76722026-02-23T16:42:11.168Z[ recovery-image] Feb 23 16:42:10.490 INFO O| Feb 23 16:42:10.490 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732026-02-23T16:42:11.168Z[ recovery-image] Feb 23 16:42:10.505 INFO O| Feb 23 16:42:10.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76742026-02-23T16:42:11.168Z[ recovery-image] Feb 23 16:42:10.505 INFO O| Feb 23 16:42:10.505 INFO STEP 948 (remove_files) COMPLETE
76752026-02-23T16:42:11.168Z[ recovery-image] Feb 23 16:42:10.505 INFO O| Feb 23 16:42:10.505 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762026-02-23T16:42:11.193Z[ recovery-image] Feb 23 16:42:10.519 INFO O| Feb 23 16:42:10.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76772026-02-23T16:42:11.193Z[ recovery-image] Feb 23 16:42:10.519 INFO O| Feb 23 16:42:10.519 INFO STEP 949 (remove_files) COMPLETE
76782026-02-23T16:42:11.193Z[ recovery-image] Feb 23 16:42:10.519 INFO O| Feb 23 16:42:10.519 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792026-02-23T16:42:11.193Z[ recovery-image] Feb 23 16:42:10.533 INFO O| Feb 23 16:42:10.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76802026-02-23T16:42:11.193Z[ recovery-image] Feb 23 16:42:10.533 INFO O| Feb 23 16:42:10.533 INFO STEP 950 (remove_files) COMPLETE
76812026-02-23T16:42:11.193Z[ recovery-image] Feb 23 16:42:10.533 INFO O| Feb 23 16:42:10.533 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822026-02-23T16:42:11.217Z[ recovery-image] Feb 23 16:42:10.548 INFO O| Feb 23 16:42:10.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76832026-02-23T16:42:11.217Z[ recovery-image] Feb 23 16:42:10.548 INFO O| Feb 23 16:42:10.548 INFO STEP 951 (remove_files) COMPLETE
76842026-02-23T16:42:11.217Z[ recovery-image] Feb 23 16:42:10.548 INFO O| Feb 23 16:42:10.548 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852026-02-23T16:42:11.243Z[ recovery-image] Feb 23 16:42:10.564 INFO O| Feb 23 16:42:10.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76862026-02-23T16:42:11.243Z[ recovery-image] Feb 23 16:42:10.565 INFO O| Feb 23 16:42:10.565 INFO STEP 952 (remove_files) COMPLETE
76872026-02-23T16:42:11.243Z[ recovery-image] Feb 23 16:42:10.565 INFO O| Feb 23 16:42:10.565 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882026-02-23T16:42:11.243Z[ recovery-image] Feb 23 16:42:10.579 INFO O| Feb 23 16:42:10.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76892026-02-23T16:42:11.243Z[ recovery-image] Feb 23 16:42:10.580 INFO O| Feb 23 16:42:10.580 INFO STEP 953 (remove_files) COMPLETE
76902026-02-23T16:42:11.243Z[ recovery-image] Feb 23 16:42:10.580 INFO O| Feb 23 16:42:10.580 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912026-02-23T16:42:11.267Z[ recovery-image] Feb 23 16:42:10.595 INFO O| Feb 23 16:42:10.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76922026-02-23T16:42:11.267Z[ recovery-image] Feb 23 16:42:10.596 INFO O| Feb 23 16:42:10.595 INFO STEP 954 (remove_files) COMPLETE
76932026-02-23T16:42:11.267Z[ recovery-image] Feb 23 16:42:10.596 INFO O| Feb 23 16:42:10.596 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942026-02-23T16:42:11.293Z[ recovery-image] Feb 23 16:42:10.610 INFO O| Feb 23 16:42:10.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76952026-02-23T16:42:11.317Z[ recovery-image] Feb 23 16:42:10.637 INFO O| Feb 23 16:42:10.637 INFO STEP 955 (remove_files) COMPLETE
76962026-02-23T16:42:11.317Z[ recovery-image] Feb 23 16:42:10.637 INFO O| Feb 23 16:42:10.637 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972026-02-23T16:42:11.317Z[ recovery-image] Feb 23 16:42:10.656 INFO O| Feb 23 16:42:10.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76982026-02-23T16:42:11.317Z[ recovery-image] Feb 23 16:42:10.656 INFO O| Feb 23 16:42:10.656 INFO STEP 956 (remove_files) COMPLETE
76992026-02-23T16:42:11.317Z[ recovery-image] Feb 23 16:42:10.656 INFO O| Feb 23 16:42:10.656 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002026-02-23T16:42:11.342Z[ recovery-image] Feb 23 16:42:10.677 INFO O| Feb 23 16:42:10.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
77012026-02-23T16:42:11.342Z[ recovery-image] Feb 23 16:42:10.677 INFO O| Feb 23 16:42:10.677 INFO STEP 957 (remove_files) COMPLETE
77022026-02-23T16:42:11.342Z[ recovery-image] Feb 23 16:42:10.677 INFO O| Feb 23 16:42:10.677 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032026-02-23T16:42:11.369Z[ recovery-image] Feb 23 16:42:10.689 INFO O| Feb 23 16:42:10.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
77042026-02-23T16:42:11.369Z[ recovery-image] Feb 23 16:42:10.689 INFO O| Feb 23 16:42:10.689 INFO STEP 958 (remove_files) COMPLETE
77052026-02-23T16:42:11.369Z[ recovery-image] Feb 23 16:42:10.689 INFO O| Feb 23 16:42:10.689 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062026-02-23T16:42:11.369Z[ recovery-image] Feb 23 16:42:10.703 INFO O| Feb 23 16:42:10.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
77072026-02-23T16:42:11.369Z[ recovery-image] Feb 23 16:42:10.703 INFO O| Feb 23 16:42:10.703 INFO STEP 959 (remove_files) COMPLETE
77082026-02-23T16:42:11.369Z[ recovery-image] Feb 23 16:42:10.703 INFO O| Feb 23 16:42:10.703 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092026-02-23T16:42:11.396Z[ recovery-image] Feb 23 16:42:10.716 INFO O| Feb 23 16:42:10.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77102026-02-23T16:42:11.396Z[ recovery-image] Feb 23 16:42:10.717 INFO O| Feb 23 16:42:10.717 INFO STEP 960 (remove_files) COMPLETE
77112026-02-23T16:42:11.396Z[ recovery-image] Feb 23 16:42:10.717 INFO O| Feb 23 16:42:10.717 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122026-02-23T16:42:11.396Z[ recovery-image] Feb 23 16:42:10.732 INFO O| Feb 23 16:42:10.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77132026-02-23T16:42:11.396Z[ recovery-image] Feb 23 16:42:10.732 INFO O| Feb 23 16:42:10.732 INFO STEP 961 (remove_files) COMPLETE
77142026-02-23T16:42:11.396Z[ recovery-image] Feb 23 16:42:10.732 INFO O| Feb 23 16:42:10.732 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152026-02-23T16:42:11.423Z[ recovery-image] Feb 23 16:42:10.750 INFO O| Feb 23 16:42:10.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77162026-02-23T16:42:11.423Z[ recovery-image] Feb 23 16:42:10.750 INFO O| Feb 23 16:42:10.750 INFO STEP 962 (remove_files) COMPLETE
77172026-02-23T16:42:11.423Z[ recovery-image] Feb 23 16:42:10.750 INFO O| Feb 23 16:42:10.750 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182026-02-23T16:42:11.448Z[ recovery-image] Feb 23 16:42:10.766 INFO O| Feb 23 16:42:10.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77192026-02-23T16:42:11.448Z[ recovery-image] Feb 23 16:42:10.767 INFO O| Feb 23 16:42:10.767 INFO STEP 963 (remove_files) COMPLETE
77202026-02-23T16:42:11.448Z[ recovery-image] Feb 23 16:42:10.767 INFO O| Feb 23 16:42:10.767 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212026-02-23T16:42:11.448Z[ recovery-image] Feb 23 16:42:10.778 INFO O| Feb 23 16:42:10.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77222026-02-23T16:42:11.448Z[ recovery-image] Feb 23 16:42:10.779 INFO O| Feb 23 16:42:10.779 INFO STEP 964 (remove_files) COMPLETE
77232026-02-23T16:42:11.448Z[ recovery-image] Feb 23 16:42:10.779 INFO O| Feb 23 16:42:10.779 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242026-02-23T16:42:11.473Z[ recovery-image] Feb 23 16:42:10.794 INFO O| Feb 23 16:42:10.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77252026-02-23T16:42:11.474Z[ recovery-image] Feb 23 16:42:10.794 INFO O| Feb 23 16:42:10.794 INFO STEP 965 (remove_files) COMPLETE
77262026-02-23T16:42:11.474Z[ recovery-image] Feb 23 16:42:10.794 INFO O| Feb 23 16:42:10.794 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272026-02-23T16:42:11.474Z[ recovery-image] Feb 23 16:42:10.809 INFO O| Feb 23 16:42:10.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77282026-02-23T16:42:11.474Z[ recovery-image] Feb 23 16:42:10.809 INFO O| Feb 23 16:42:10.809 INFO STEP 966 (remove_files) COMPLETE
77292026-02-23T16:42:11.474Z[ recovery-image] Feb 23 16:42:10.809 INFO O| Feb 23 16:42:10.809 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302026-02-23T16:42:11.498Z[ recovery-image] Feb 23 16:42:10.820 INFO O| Feb 23 16:42:10.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77312026-02-23T16:42:11.498Z[ recovery-image] Feb 23 16:42:10.820 INFO O| Feb 23 16:42:10.820 INFO STEP 967 (remove_files) COMPLETE
77322026-02-23T16:42:11.498Z[ recovery-image] Feb 23 16:42:10.820 INFO O| Feb 23 16:42:10.820 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332026-02-23T16:42:11.498Z[ recovery-image] Feb 23 16:42:10.831 INFO O| Feb 23 16:42:10.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77342026-02-23T16:42:11.498Z[ recovery-image] Feb 23 16:42:10.831 INFO O| Feb 23 16:42:10.831 INFO STEP 968 (remove_files) COMPLETE
77352026-02-23T16:42:11.498Z[ recovery-image] Feb 23 16:42:10.831 INFO O| Feb 23 16:42:10.831 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362026-02-23T16:42:11.523Z[ recovery-image] Feb 23 16:42:10.842 INFO O| Feb 23 16:42:10.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77372026-02-23T16:42:11.523Z[ recovery-image] Feb 23 16:42:10.842 INFO O| Feb 23 16:42:10.842 INFO STEP 969 (remove_files) COMPLETE
77382026-02-23T16:42:11.523Z[ recovery-image] Feb 23 16:42:10.842 INFO O| Feb 23 16:42:10.842 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392026-02-23T16:42:11.524Z[ recovery-image] Feb 23 16:42:10.853 INFO O| Feb 23 16:42:10.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77402026-02-23T16:42:11.524Z[ recovery-image] Feb 23 16:42:10.853 INFO O| Feb 23 16:42:10.853 INFO STEP 970 (remove_files) COMPLETE
77412026-02-23T16:42:11.524Z[ recovery-image] Feb 23 16:42:10.853 INFO O| Feb 23 16:42:10.853 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422026-02-23T16:42:11.524Z[ recovery-image] Feb 23 16:42:10.863 INFO O| Feb 23 16:42:10.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77432026-02-23T16:42:11.524Z[ recovery-image] Feb 23 16:42:10.864 INFO O| Feb 23 16:42:10.863 INFO STEP 971 (remove_files) COMPLETE
77442026-02-23T16:42:11.524Z[ recovery-image] Feb 23 16:42:10.864 INFO O| Feb 23 16:42:10.864 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452026-02-23T16:42:11.549Z[ recovery-image] Feb 23 16:42:10.878 INFO O| Feb 23 16:42:10.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77462026-02-23T16:42:11.549Z[ recovery-image] Feb 23 16:42:10.878 INFO O| Feb 23 16:42:10.878 INFO STEP 972 (remove_files) COMPLETE
77472026-02-23T16:42:11.549Z[ recovery-image] Feb 23 16:42:10.878 INFO O| Feb 23 16:42:10.878 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482026-02-23T16:42:11.573Z[ recovery-image] Feb 23 16:42:10.892 INFO O| Feb 23 16:42:10.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77492026-02-23T16:42:11.574Z[ recovery-image] Feb 23 16:42:10.892 INFO O| Feb 23 16:42:10.892 INFO STEP 973 (remove_files) COMPLETE
77502026-02-23T16:42:11.574Z[ recovery-image] Feb 23 16:42:10.892 INFO O| Feb 23 16:42:10.892 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512026-02-23T16:42:11.574Z[ recovery-image] Feb 23 16:42:10.906 INFO O| Feb 23 16:42:10.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77522026-02-23T16:42:11.574Z[ recovery-image] Feb 23 16:42:10.906 INFO O| Feb 23 16:42:10.906 INFO STEP 974 (remove_files) COMPLETE
77532026-02-23T16:42:11.574Z[ recovery-image] Feb 23 16:42:10.906 INFO O| Feb 23 16:42:10.906 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542026-02-23T16:42:11.599Z[ recovery-image] Feb 23 16:42:10.921 INFO O| Feb 23 16:42:10.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77552026-02-23T16:42:11.599Z[ recovery-image] Feb 23 16:42:10.921 INFO O| Feb 23 16:42:10.921 INFO STEP 975 (remove_files) COMPLETE
77562026-02-23T16:42:11.599Z[ recovery-image] Feb 23 16:42:10.921 INFO O| Feb 23 16:42:10.921 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572026-02-23T16:42:11.599Z[ recovery-image] Feb 23 16:42:10.932 INFO O| Feb 23 16:42:10.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77582026-02-23T16:42:11.599Z[ recovery-image] Feb 23 16:42:10.932 INFO O| Feb 23 16:42:10.932 INFO STEP 976 (remove_files) COMPLETE
77592026-02-23T16:42:11.599Z[ recovery-image] Feb 23 16:42:10.932 INFO O| Feb 23 16:42:10.932 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602026-02-23T16:42:11.624Z[ recovery-image] Feb 23 16:42:10.945 INFO O| Feb 23 16:42:10.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77612026-02-23T16:42:11.624Z[ recovery-image] Feb 23 16:42:10.945 INFO O| Feb 23 16:42:10.945 INFO STEP 977 (remove_files) COMPLETE
77622026-02-23T16:42:11.624Z[ recovery-image] Feb 23 16:42:10.946 INFO O| Feb 23 16:42:10.945 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632026-02-23T16:42:11.624Z[ recovery-image] Feb 23 16:42:10.956 INFO O| Feb 23 16:42:10.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77642026-02-23T16:42:11.624Z[ recovery-image] Feb 23 16:42:10.956 INFO O| Feb 23 16:42:10.956 INFO STEP 978 (remove_files) COMPLETE
77652026-02-23T16:42:11.624Z[ recovery-image] Feb 23 16:42:10.956 INFO O| Feb 23 16:42:10.956 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662026-02-23T16:42:11.648Z[ recovery-image] Feb 23 16:42:10.969 INFO O| Feb 23 16:42:10.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77672026-02-23T16:42:11.648Z[ recovery-image] Feb 23 16:42:10.970 INFO O| Feb 23 16:42:10.969 INFO STEP 979 (remove_files) COMPLETE
77682026-02-23T16:42:11.648Z[ recovery-image] Feb 23 16:42:10.970 INFO O| Feb 23 16:42:10.969 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692026-02-23T16:42:11.649Z[ recovery-image] Feb 23 16:42:10.980 INFO O| Feb 23 16:42:10.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77702026-02-23T16:42:11.649Z[ recovery-image] Feb 23 16:42:10.980 INFO O| Feb 23 16:42:10.980 INFO STEP 980 (remove_files) COMPLETE
77712026-02-23T16:42:11.649Z[ recovery-image] Feb 23 16:42:10.980 INFO O| Feb 23 16:42:10.980 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722026-02-23T16:42:11.673Z[ recovery-image] Feb 23 16:42:10.990 INFO O| Feb 23 16:42:10.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77732026-02-23T16:42:11.674Z[ recovery-image] Feb 23 16:42:10.990 INFO O| Feb 23 16:42:10.990 INFO STEP 981 (remove_files) COMPLETE
77742026-02-23T16:42:11.674Z[ recovery-image] Feb 23 16:42:10.990 INFO O| Feb 23 16:42:10.990 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752026-02-23T16:42:11.674Z[ recovery-image] Feb 23 16:42:11.005 INFO O| Feb 23 16:42:11.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77762026-02-23T16:42:11.674Z[ recovery-image] Feb 23 16:42:11.005 INFO O| Feb 23 16:42:11.005 INFO STEP 982 (remove_files) COMPLETE
77772026-02-23T16:42:11.674Z[ recovery-image] Feb 23 16:42:11.005 INFO O| Feb 23 16:42:11.005 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782026-02-23T16:42:11.698Z[ recovery-image] Feb 23 16:42:11.018 INFO O| Feb 23 16:42:11.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77792026-02-23T16:42:11.698Z[ recovery-image] Feb 23 16:42:11.018 INFO O| Feb 23 16:42:11.018 INFO STEP 983 (remove_files) COMPLETE
77802026-02-23T16:42:11.698Z[ recovery-image] Feb 23 16:42:11.018 INFO O| Feb 23 16:42:11.018 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812026-02-23T16:42:11.698Z[ recovery-image] Feb 23 16:42:11.030 INFO O| Feb 23 16:42:11.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77822026-02-23T16:42:11.698Z[ recovery-image] Feb 23 16:42:11.030 INFO O| Feb 23 16:42:11.030 INFO STEP 984 (remove_files) COMPLETE
77832026-02-23T16:42:11.698Z[ recovery-image] Feb 23 16:42:11.030 INFO O| Feb 23 16:42:11.030 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842026-02-23T16:42:11.723Z[ recovery-image] Feb 23 16:42:11.042 INFO O| Feb 23 16:42:11.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77852026-02-23T16:42:11.723Z[ recovery-image] Feb 23 16:42:11.042 INFO O| Feb 23 16:42:11.042 INFO STEP 985 (remove_files) COMPLETE
77862026-02-23T16:42:11.723Z[ recovery-image] Feb 23 16:42:11.042 INFO O| Feb 23 16:42:11.042 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872026-02-23T16:42:11.723Z[ recovery-image] Feb 23 16:42:11.053 INFO O| Feb 23 16:42:11.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77882026-02-23T16:42:11.723Z[ recovery-image] Feb 23 16:42:11.054 INFO O| Feb 23 16:42:11.054 INFO STEP 986 (remove_files) COMPLETE
77892026-02-23T16:42:11.723Z[ recovery-image] Feb 23 16:42:11.054 INFO O| Feb 23 16:42:11.054 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902026-02-23T16:42:11.748Z[ recovery-image] Feb 23 16:42:11.066 INFO O| Feb 23 16:42:11.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77912026-02-23T16:42:11.748Z[ recovery-image] Feb 23 16:42:11.066 INFO O| Feb 23 16:42:11.066 INFO STEP 987 (remove_files) COMPLETE
77922026-02-23T16:42:11.748Z[ recovery-image] Feb 23 16:42:11.066 INFO O| Feb 23 16:42:11.066 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932026-02-23T16:42:11.748Z[ recovery-image] Feb 23 16:42:11.078 INFO O| Feb 23 16:42:11.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77942026-02-23T16:42:11.748Z[ recovery-image] Feb 23 16:42:11.079 INFO O| Feb 23 16:42:11.079 INFO STEP 988 (remove_files) COMPLETE
77952026-02-23T16:42:11.748Z[ recovery-image] Feb 23 16:42:11.079 INFO O| Feb 23 16:42:11.079 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962026-02-23T16:42:11.773Z[ recovery-image] Feb 23 16:42:11.092 INFO O| Feb 23 16:42:11.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77972026-02-23T16:42:11.773Z[ recovery-image] Feb 23 16:42:11.092 INFO O| Feb 23 16:42:11.092 INFO STEP 989 (remove_files) COMPLETE
77982026-02-23T16:42:11.773Z[ recovery-image] Feb 23 16:42:11.092 INFO O| Feb 23 16:42:11.092 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992026-02-23T16:42:11.773Z[ recovery-image] Feb 23 16:42:11.108 INFO O| Feb 23 16:42:11.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
78002026-02-23T16:42:11.773Z[ recovery-image] Feb 23 16:42:11.108 INFO O| Feb 23 16:42:11.108 INFO STEP 990 (remove_files) COMPLETE
78012026-02-23T16:42:11.773Z[ recovery-image] Feb 23 16:42:11.108 INFO O| Feb 23 16:42:11.108 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022026-02-23T16:42:11.798Z[ recovery-image] Feb 23 16:42:11.123 INFO O| Feb 23 16:42:11.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
78032026-02-23T16:42:11.798Z[ recovery-image] Feb 23 16:42:11.124 INFO O| Feb 23 16:42:11.123 INFO STEP 991 (remove_files) COMPLETE
78042026-02-23T16:42:11.798Z[ recovery-image] Feb 23 16:42:11.124 INFO O| Feb 23 16:42:11.123 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052026-02-23T16:42:11.798Z[ recovery-image] Feb 23 16:42:11.137 INFO O| Feb 23 16:42:11.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
78062026-02-23T16:42:11.798Z[ recovery-image] Feb 23 16:42:11.137 INFO O| Feb 23 16:42:11.137 INFO STEP 992 (remove_files) COMPLETE
78072026-02-23T16:42:11.798Z[ recovery-image] Feb 23 16:42:11.137 INFO O| Feb 23 16:42:11.137 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082026-02-23T16:42:11.823Z[ recovery-image] Feb 23 16:42:11.150 INFO O| Feb 23 16:42:11.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78092026-02-23T16:42:11.823Z[ recovery-image] Feb 23 16:42:11.150 INFO O| Feb 23 16:42:11.150 INFO STEP 993 (remove_files) COMPLETE
78102026-02-23T16:42:11.823Z[ recovery-image] Feb 23 16:42:11.150 INFO O| Feb 23 16:42:11.150 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112026-02-23T16:42:11.824Z[ recovery-image] Feb 23 16:42:11.161 INFO O| Feb 23 16:42:11.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78122026-02-23T16:42:11.824Z[ recovery-image] Feb 23 16:42:11.162 INFO O| Feb 23 16:42:11.162 INFO STEP 994 (remove_files) COMPLETE
78132026-02-23T16:42:11.824Z[ recovery-image] Feb 23 16:42:11.162 INFO O| Feb 23 16:42:11.162 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142026-02-23T16:42:11.848Z[ recovery-image] Feb 23 16:42:11.173 INFO O| Feb 23 16:42:11.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78152026-02-23T16:42:11.849Z[ recovery-image] Feb 23 16:42:11.173 INFO O| Feb 23 16:42:11.173 INFO STEP 995 (remove_files) COMPLETE
78162026-02-23T16:42:11.849Z[ recovery-image] Feb 23 16:42:11.173 INFO O| Feb 23 16:42:11.173 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172026-02-23T16:42:11.849Z[ recovery-image] Feb 23 16:42:11.184 INFO O| Feb 23 16:42:11.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78182026-02-23T16:42:11.849Z[ recovery-image] Feb 23 16:42:11.184 INFO O| Feb 23 16:42:11.184 INFO STEP 996 (remove_files) COMPLETE
78192026-02-23T16:42:11.849Z[ recovery-image] Feb 23 16:42:11.184 INFO O| Feb 23 16:42:11.184 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202026-02-23T16:42:11.873Z[ recovery-image] Feb 23 16:42:11.196 INFO O| Feb 23 16:42:11.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78212026-02-23T16:42:11.873Z[ recovery-image] Feb 23 16:42:11.196 INFO O| Feb 23 16:42:11.196 INFO STEP 997 (remove_files) COMPLETE
78222026-02-23T16:42:11.873Z[ recovery-image] Feb 23 16:42:11.196 INFO O| Feb 23 16:42:11.196 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232026-02-23T16:42:11.873Z[ recovery-image] Feb 23 16:42:11.207 INFO O| Feb 23 16:42:11.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78242026-02-23T16:42:11.873Z[ recovery-image] Feb 23 16:42:11.207 INFO O| Feb 23 16:42:11.207 INFO STEP 998 (remove_files) COMPLETE
78252026-02-23T16:42:11.873Z[ recovery-image] Feb 23 16:42:11.207 INFO O| Feb 23 16:42:11.207 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262026-02-23T16:42:11.897Z[ recovery-image] Feb 23 16:42:11.218 INFO O| Feb 23 16:42:11.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78272026-02-23T16:42:11.897Z[ recovery-image] Feb 23 16:42:11.218 INFO O| Feb 23 16:42:11.218 INFO STEP 999 (remove_files) COMPLETE
78282026-02-23T16:42:11.897Z[ recovery-image] Feb 23 16:42:11.218 INFO O| Feb 23 16:42:11.218 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292026-02-23T16:42:11.898Z[ recovery-image] Feb 23 16:42:11.229 INFO O| Feb 23 16:42:11.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78302026-02-23T16:42:11.898Z[ recovery-image] Feb 23 16:42:11.229 INFO O| Feb 23 16:42:11.229 INFO STEP 1000 (remove_files) COMPLETE
78312026-02-23T16:42:11.898Z[ recovery-image] Feb 23 16:42:11.229 INFO O| Feb 23 16:42:11.229 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322026-02-23T16:42:11.922Z[ recovery-image] Feb 23 16:42:11.245 INFO O| Feb 23 16:42:11.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78332026-02-23T16:42:11.922Z[ recovery-image] Feb 23 16:42:11.245 INFO O| Feb 23 16:42:11.245 INFO STEP 1001 (remove_files) COMPLETE
78342026-02-23T16:42:11.922Z[ recovery-image] Feb 23 16:42:11.245 INFO O| Feb 23 16:42:11.245 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352026-02-23T16:42:11.922Z[ recovery-image] Feb 23 16:42:11.259 INFO O| Feb 23 16:42:11.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78362026-02-23T16:42:11.922Z[ recovery-image] Feb 23 16:42:11.260 INFO O| Feb 23 16:42:11.260 INFO STEP 1002 (remove_files) COMPLETE
78372026-02-23T16:42:11.922Z[ recovery-image] Feb 23 16:42:11.260 INFO O| Feb 23 16:42:11.260 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382026-02-23T16:42:11.947Z[ recovery-image] Feb 23 16:42:11.275 INFO O| Feb 23 16:42:11.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78392026-02-23T16:42:11.947Z[ recovery-image] Feb 23 16:42:11.275 INFO O| Feb 23 16:42:11.275 INFO STEP 1003 (remove_files) COMPLETE
78402026-02-23T16:42:11.947Z[ recovery-image] Feb 23 16:42:11.275 INFO O| Feb 23 16:42:11.275 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412026-02-23T16:42:11.971Z[ recovery-image] Feb 23 16:42:11.289 INFO O| Feb 23 16:42:11.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78422026-02-23T16:42:11.971Z[ recovery-image] Feb 23 16:42:11.289 INFO O| Feb 23 16:42:11.289 INFO STEP 1004 (remove_files) COMPLETE
78432026-02-23T16:42:11.971Z[ recovery-image] Feb 23 16:42:11.289 INFO O| Feb 23 16:42:11.289 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442026-02-23T16:42:11.971Z[ recovery-image] Feb 23 16:42:11.301 INFO O| Feb 23 16:42:11.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78452026-02-23T16:42:11.972Z[ recovery-image] Feb 23 16:42:11.301 INFO O| Feb 23 16:42:11.301 INFO STEP 1005 (remove_files) COMPLETE
78462026-02-23T16:42:11.972Z[ recovery-image] Feb 23 16:42:11.301 INFO O| Feb 23 16:42:11.301 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472026-02-23T16:42:11.997Z[ recovery-image] Feb 23 16:42:11.316 INFO O| Feb 23 16:42:11.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78482026-02-23T16:42:11.997Z[ recovery-image] Feb 23 16:42:11.316 INFO O| Feb 23 16:42:11.316 INFO STEP 1006 (remove_files) COMPLETE
78492026-02-23T16:42:11.997Z[ recovery-image] Feb 23 16:42:11.316 INFO O| Feb 23 16:42:11.316 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502026-02-23T16:42:11.997Z[ recovery-image] Feb 23 16:42:11.331 INFO O| Feb 23 16:42:11.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78512026-02-23T16:42:11.998Z[ recovery-image] Feb 23 16:42:11.331 INFO O| Feb 23 16:42:11.331 INFO STEP 1007 (remove_files) COMPLETE
78522026-02-23T16:42:11.998Z[ recovery-image] Feb 23 16:42:11.332 INFO O| Feb 23 16:42:11.331 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532026-02-23T16:42:12.022Z[ recovery-image] Feb 23 16:42:11.347 INFO O| Feb 23 16:42:11.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78542026-02-23T16:42:12.022Z[ recovery-image] Feb 23 16:42:11.347 INFO O| Feb 23 16:42:11.347 INFO STEP 1008 (remove_files) COMPLETE
78552026-02-23T16:42:12.022Z[ recovery-image] Feb 23 16:42:11.347 INFO O| Feb 23 16:42:11.347 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562026-02-23T16:42:12.022Z[ recovery-image] Feb 23 16:42:11.359 INFO O| Feb 23 16:42:11.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78572026-02-23T16:42:12.022Z[ recovery-image] Feb 23 16:42:11.359 INFO O| Feb 23 16:42:11.359 INFO STEP 1009 (remove_files) COMPLETE
78582026-02-23T16:42:12.022Z[ recovery-image] Feb 23 16:42:11.359 INFO O| Feb 23 16:42:11.359 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592026-02-23T16:42:12.048Z[ recovery-image] Feb 23 16:42:11.369 INFO O| Feb 23 16:42:11.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78602026-02-23T16:42:12.048Z[ recovery-image] Feb 23 16:42:11.370 INFO O| Feb 23 16:42:11.370 INFO STEP 1010 (remove_files) COMPLETE
78612026-02-23T16:42:12.048Z[ recovery-image] Feb 23 16:42:11.370 INFO O| Feb 23 16:42:11.370 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622026-02-23T16:42:12.048Z[ recovery-image] Feb 23 16:42:11.380 INFO O| Feb 23 16:42:11.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78632026-02-23T16:42:12.048Z[ recovery-image] Feb 23 16:42:11.380 INFO O| Feb 23 16:42:11.380 INFO STEP 1011 (remove_files) COMPLETE
78642026-02-23T16:42:12.048Z[ recovery-image] Feb 23 16:42:11.380 INFO O| Feb 23 16:42:11.380 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652026-02-23T16:42:12.073Z[ recovery-image] Feb 23 16:42:11.391 INFO O| Feb 23 16:42:11.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78662026-02-23T16:42:12.073Z[ recovery-image] Feb 23 16:42:11.391 INFO O| Feb 23 16:42:11.391 INFO STEP 1012 (remove_files) COMPLETE
78672026-02-23T16:42:12.073Z[ recovery-image] Feb 23 16:42:11.391 INFO O| Feb 23 16:42:11.391 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682026-02-23T16:42:12.097Z[ recovery-image] Feb 23 16:42:11.432 INFO O| Feb 23 16:42:11.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78692026-02-23T16:42:12.097Z[ recovery-image] Feb 23 16:42:11.432 INFO O| Feb 23 16:42:11.432 INFO STEP 1013 (remove_files) COMPLETE
78702026-02-23T16:42:12.097Z[ recovery-image] Feb 23 16:42:11.432 INFO O| Feb 23 16:42:11.432 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712026-02-23T16:42:12.142Z[ recovery-image] Feb 23 16:42:11.483 INFO O| Feb 23 16:42:11.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78722026-02-23T16:42:12.142Z[ recovery-image] Feb 23 16:42:11.483 INFO O| Feb 23 16:42:11.483 INFO STEP 1014 (remove_files) COMPLETE
78732026-02-23T16:42:12.167Z[ recovery-image] Feb 23 16:42:11.483 INFO O| Feb 23 16:42:11.483 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742026-02-23T16:42:12.167Z[ recovery-image] Feb 23 16:42:11.495 INFO O| Feb 23 16:42:11.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78752026-02-23T16:42:12.167Z[ recovery-image] Feb 23 16:42:11.495 INFO O| Feb 23 16:42:11.495 INFO STEP 1015 (remove_files) COMPLETE
78762026-02-23T16:42:12.168Z[ recovery-image] Feb 23 16:42:11.495 INFO O| Feb 23 16:42:11.495 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772026-02-23T16:42:12.168Z[ recovery-image] Feb 23 16:42:11.505 INFO O| Feb 23 16:42:11.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78782026-02-23T16:42:12.168Z[ recovery-image] Feb 23 16:42:11.505 INFO O| Feb 23 16:42:11.505 INFO STEP 1016 (remove_files) COMPLETE
78792026-02-23T16:42:12.168Z[ recovery-image] Feb 23 16:42:11.505 INFO O| Feb 23 16:42:11.505 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802026-02-23T16:42:12.192Z[ recovery-image] Feb 23 16:42:11.516 INFO O| Feb 23 16:42:11.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78812026-02-23T16:42:12.192Z[ recovery-image] Feb 23 16:42:11.516 INFO O| Feb 23 16:42:11.516 INFO STEP 1017 (remove_files) COMPLETE
78822026-02-23T16:42:12.192Z[ recovery-image] Feb 23 16:42:11.516 INFO O| Feb 23 16:42:11.516 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832026-02-23T16:42:12.192Z[ recovery-image] Feb 23 16:42:11.526 INFO O| Feb 23 16:42:11.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78842026-02-23T16:42:12.192Z[ recovery-image] Feb 23 16:42:11.526 INFO O| Feb 23 16:42:11.526 INFO STEP 1018 (remove_files) COMPLETE
78852026-02-23T16:42:12.192Z[ recovery-image] Feb 23 16:42:11.526 INFO O| Feb 23 16:42:11.526 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862026-02-23T16:42:12.217Z[ recovery-image] Feb 23 16:42:11.536 INFO O| Feb 23 16:42:11.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78872026-02-23T16:42:12.217Z[ recovery-image] Feb 23 16:42:11.536 INFO O| Feb 23 16:42:11.536 INFO STEP 1019 (remove_files) COMPLETE
78882026-02-23T16:42:12.217Z[ recovery-image] Feb 23 16:42:11.537 INFO O| Feb 23 16:42:11.536 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892026-02-23T16:42:12.217Z[ recovery-image] Feb 23 16:42:11.547 INFO O| Feb 23 16:42:11.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78902026-02-23T16:42:12.217Z[ recovery-image] Feb 23 16:42:11.547 INFO O| Feb 23 16:42:11.547 INFO STEP 1020 (remove_files) COMPLETE
78912026-02-23T16:42:12.217Z[ recovery-image] Feb 23 16:42:11.547 INFO O| Feb 23 16:42:11.547 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922026-02-23T16:42:12.217Z[ recovery-image] Feb 23 16:42:11.558 INFO O| Feb 23 16:42:11.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78932026-02-23T16:42:12.217Z[ recovery-image] Feb 23 16:42:11.558 INFO O| Feb 23 16:42:11.558 INFO STEP 1021 (remove_files) COMPLETE
78942026-02-23T16:42:12.217Z[ recovery-image] Feb 23 16:42:11.558 INFO O| Feb 23 16:42:11.558 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952026-02-23T16:42:12.244Z[ recovery-image] Feb 23 16:42:11.585 INFO O| Feb 23 16:42:11.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78962026-02-23T16:42:12.269Z[ recovery-image] Feb 23 16:42:11.585 INFO O| Feb 23 16:42:11.585 INFO STEP 1022 (remove_files) COMPLETE
78972026-02-23T16:42:12.269Z[ recovery-image] Feb 23 16:42:11.586 INFO O| Feb 23 16:42:11.585 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982026-02-23T16:42:12.269Z[ recovery-image] Feb 23 16:42:11.597 INFO O| Feb 23 16:42:11.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78992026-02-23T16:42:12.269Z[ recovery-image] Feb 23 16:42:11.597 INFO O| Feb 23 16:42:11.597 INFO STEP 1023 (remove_files) COMPLETE
79002026-02-23T16:42:12.269Z[ recovery-image] Feb 23 16:42:11.597 INFO O| Feb 23 16:42:11.597 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012026-02-23T16:42:12.269Z[ recovery-image] Feb 23 16:42:11.608 INFO O| Feb 23 16:42:11.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
79022026-02-23T16:42:12.269Z[ recovery-image] Feb 23 16:42:11.608 INFO O| Feb 23 16:42:11.608 INFO STEP 1024 (remove_files) COMPLETE
79032026-02-23T16:42:12.269Z[ recovery-image] Feb 23 16:42:11.608 INFO O| Feb 23 16:42:11.608 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042026-02-23T16:42:12.295Z[ recovery-image] Feb 23 16:42:11.619 INFO O| Feb 23 16:42:11.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
79052026-02-23T16:42:12.295Z[ recovery-image] Feb 23 16:42:11.619 INFO O| Feb 23 16:42:11.619 INFO STEP 1025 (remove_files) COMPLETE
79062026-02-23T16:42:12.295Z[ recovery-image] Feb 23 16:42:11.619 INFO O| Feb 23 16:42:11.619 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072026-02-23T16:42:12.295Z[ recovery-image] Feb 23 16:42:11.630 INFO O| Feb 23 16:42:11.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79082026-02-23T16:42:12.295Z[ recovery-image] Feb 23 16:42:11.631 INFO O| Feb 23 16:42:11.631 INFO STEP 1026 (remove_files) COMPLETE
79092026-02-23T16:42:12.295Z[ recovery-image] Feb 23 16:42:11.631 INFO O| Feb 23 16:42:11.631 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102026-02-23T16:42:12.321Z[ recovery-image] Feb 23 16:42:11.641 INFO O| Feb 23 16:42:11.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79112026-02-23T16:42:12.321Z[ recovery-image] Feb 23 16:42:11.641 INFO O| Feb 23 16:42:11.641 INFO STEP 1027 (remove_files) COMPLETE
79122026-02-23T16:42:12.321Z[ recovery-image] Feb 23 16:42:11.641 INFO O| Feb 23 16:42:11.641 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132026-02-23T16:42:12.322Z[ recovery-image] Feb 23 16:42:11.651 INFO O| Feb 23 16:42:11.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79142026-02-23T16:42:12.322Z[ recovery-image] Feb 23 16:42:11.651 INFO O| Feb 23 16:42:11.651 INFO STEP 1028 (remove_files) COMPLETE
79152026-02-23T16:42:12.322Z[ recovery-image] Feb 23 16:42:11.651 INFO O| Feb 23 16:42:11.651 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162026-02-23T16:42:12.347Z[ recovery-image] Feb 23 16:42:11.673 INFO O| Feb 23 16:42:11.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79172026-02-23T16:42:12.347Z[ recovery-image] Feb 23 16:42:11.673 INFO O| Feb 23 16:42:11.673 INFO STEP 1029 (remove_files) COMPLETE
79182026-02-23T16:42:12.347Z[ recovery-image] Feb 23 16:42:11.673 INFO O| Feb 23 16:42:11.673 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192026-02-23T16:42:12.348Z[ recovery-image] Feb 23 16:42:11.687 INFO O| Feb 23 16:42:11.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79202026-02-23T16:42:12.348Z[ recovery-image] Feb 23 16:42:11.688 INFO O| Feb 23 16:42:11.688 INFO STEP 1030 (remove_files) COMPLETE
79212026-02-23T16:42:12.348Z[ recovery-image] Feb 23 16:42:11.688 INFO O| Feb 23 16:42:11.688 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222026-02-23T16:42:12.373Z[ recovery-image] Feb 23 16:42:11.703 INFO O| Feb 23 16:42:11.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79232026-02-23T16:42:12.373Z[ recovery-image] Feb 23 16:42:11.703 INFO O| Feb 23 16:42:11.703 INFO STEP 1031 (remove_files) COMPLETE
79242026-02-23T16:42:12.373Z[ recovery-image] Feb 23 16:42:11.703 INFO O| Feb 23 16:42:11.703 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252026-02-23T16:42:12.397Z[ recovery-image] Feb 23 16:42:11.720 INFO O| Feb 23 16:42:11.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79262026-02-23T16:42:12.397Z[ recovery-image] Feb 23 16:42:11.720 INFO O| Feb 23 16:42:11.720 INFO STEP 1032 (remove_files) COMPLETE
79272026-02-23T16:42:12.398Z[ recovery-image] Feb 23 16:42:11.720 INFO O| Feb 23 16:42:11.720 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282026-02-23T16:42:12.398Z[ recovery-image] Feb 23 16:42:11.736 INFO O| Feb 23 16:42:11.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79292026-02-23T16:42:12.398Z[ recovery-image] Feb 23 16:42:11.736 INFO O| Feb 23 16:42:11.736 INFO STEP 1033 (remove_files) COMPLETE
79302026-02-23T16:42:12.398Z[ recovery-image] Feb 23 16:42:11.736 INFO O| Feb 23 16:42:11.736 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312026-02-23T16:42:12.422Z[ recovery-image] Feb 23 16:42:11.752 INFO O| Feb 23 16:42:11.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79322026-02-23T16:42:12.422Z[ recovery-image] Feb 23 16:42:11.753 INFO O| Feb 23 16:42:11.752 INFO STEP 1034 (remove_files) COMPLETE
79332026-02-23T16:42:12.422Z[ recovery-image] Feb 23 16:42:11.753 INFO O| Feb 23 16:42:11.753 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342026-02-23T16:42:12.447Z[ recovery-image] Feb 23 16:42:11.768 INFO O| Feb 23 16:42:11.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79352026-02-23T16:42:12.447Z[ recovery-image] Feb 23 16:42:11.768 INFO O| Feb 23 16:42:11.768 INFO STEP 1035 (remove_files) COMPLETE
79362026-02-23T16:42:12.448Z[ recovery-image] Feb 23 16:42:11.768 INFO O| Feb 23 16:42:11.768 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372026-02-23T16:42:12.448Z[ recovery-image] Feb 23 16:42:11.783 INFO O| Feb 23 16:42:11.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79382026-02-23T16:42:12.448Z[ recovery-image] Feb 23 16:42:11.784 INFO O| Feb 23 16:42:11.783 INFO STEP 1036 (remove_files) COMPLETE
79392026-02-23T16:42:12.448Z[ recovery-image] Feb 23 16:42:11.784 INFO O| Feb 23 16:42:11.784 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402026-02-23T16:42:12.472Z[ recovery-image] Feb 23 16:42:11.796 INFO O| Feb 23 16:42:11.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79412026-02-23T16:42:12.472Z[ recovery-image] Feb 23 16:42:11.796 INFO O| Feb 23 16:42:11.796 INFO STEP 1037 (remove_files) COMPLETE
79422026-02-23T16:42:12.472Z[ recovery-image] Feb 23 16:42:11.796 INFO O| Feb 23 16:42:11.796 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432026-02-23T16:42:12.472Z[ recovery-image] Feb 23 16:42:11.811 INFO O| Feb 23 16:42:11.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79442026-02-23T16:42:12.472Z[ recovery-image] Feb 23 16:42:11.811 INFO O| Feb 23 16:42:11.811 INFO STEP 1038 (remove_files) COMPLETE
79452026-02-23T16:42:12.472Z[ recovery-image] Feb 23 16:42:11.811 INFO O| Feb 23 16:42:11.811 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462026-02-23T16:42:12.497Z[ recovery-image] Feb 23 16:42:11.823 INFO O| Feb 23 16:42:11.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79472026-02-23T16:42:12.497Z[ recovery-image] Feb 23 16:42:11.823 INFO O| Feb 23 16:42:11.823 INFO STEP 1039 (remove_files) COMPLETE
79482026-02-23T16:42:12.497Z[ recovery-image] Feb 23 16:42:11.823 INFO O| Feb 23 16:42:11.823 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492026-02-23T16:42:12.523Z[ recovery-image] Feb 23 16:42:11.838 INFO O| Feb 23 16:42:11.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79502026-02-23T16:42:12.523Z[ recovery-image] Feb 23 16:42:11.838 INFO O| Feb 23 16:42:11.838 INFO STEP 1040 (remove_files) COMPLETE
79512026-02-23T16:42:12.523Z[ recovery-image] Feb 23 16:42:11.838 INFO O| Feb 23 16:42:11.838 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522026-02-23T16:42:12.523Z[ recovery-image] Feb 23 16:42:11.854 INFO O| Feb 23 16:42:11.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79532026-02-23T16:42:12.523Z[ recovery-image] Feb 23 16:42:11.854 INFO O| Feb 23 16:42:11.854 INFO STEP 1041 (remove_files) COMPLETE
79542026-02-23T16:42:12.523Z[ recovery-image] Feb 23 16:42:11.854 INFO O| Feb 23 16:42:11.854 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552026-02-23T16:42:12.550Z[ recovery-image] Feb 23 16:42:11.866 INFO O| Feb 23 16:42:11.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79562026-02-23T16:42:12.550Z[ recovery-image] Feb 23 16:42:11.866 INFO O| Feb 23 16:42:11.866 INFO STEP 1042 (remove_files) COMPLETE
79572026-02-23T16:42:12.550Z[ recovery-image] Feb 23 16:42:11.866 INFO O| Feb 23 16:42:11.866 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582026-02-23T16:42:12.550Z[ recovery-image] Feb 23 16:42:11.878 INFO O| Feb 23 16:42:11.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79592026-02-23T16:42:12.550Z[ recovery-image] Feb 23 16:42:11.878 INFO O| Feb 23 16:42:11.878 INFO STEP 1043 (remove_files) COMPLETE
79602026-02-23T16:42:12.550Z[ recovery-image] Feb 23 16:42:11.878 INFO O| Feb 23 16:42:11.878 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612026-02-23T16:42:12.574Z[ recovery-image] Feb 23 16:42:11.891 INFO O| Feb 23 16:42:11.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79622026-02-23T16:42:12.574Z[ recovery-image] Feb 23 16:42:11.891 INFO O| Feb 23 16:42:11.891 INFO STEP 1044 (remove_files) COMPLETE
79632026-02-23T16:42:12.574Z[ recovery-image] Feb 23 16:42:11.891 INFO O| Feb 23 16:42:11.891 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642026-02-23T16:42:12.575Z[ recovery-image] Feb 23 16:42:11.911 INFO O| Feb 23 16:42:11.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79652026-02-23T16:42:12.575Z[ recovery-image] Feb 23 16:42:11.911 INFO O| Feb 23 16:42:11.911 INFO STEP 1045 (remove_files) COMPLETE
79662026-02-23T16:42:12.575Z[ recovery-image] Feb 23 16:42:11.911 INFO O| Feb 23 16:42:11.911 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672026-02-23T16:42:12.599Z[ recovery-image] Feb 23 16:42:11.929 INFO O| Feb 23 16:42:11.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79682026-02-23T16:42:12.599Z[ recovery-image] Feb 23 16:42:11.929 INFO O| Feb 23 16:42:11.929 INFO STEP 1046 (remove_files) COMPLETE
79692026-02-23T16:42:12.599Z[ recovery-image] Feb 23 16:42:11.929 INFO O| Feb 23 16:42:11.929 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702026-02-23T16:42:12.624Z[ recovery-image] Feb 23 16:42:11.945 INFO O| Feb 23 16:42:11.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79712026-02-23T16:42:12.624Z[ recovery-image] Feb 23 16:42:11.945 INFO O| Feb 23 16:42:11.945 INFO STEP 1047 (remove_files) COMPLETE
79722026-02-23T16:42:12.624Z[ recovery-image] Feb 23 16:42:11.945 INFO O| Feb 23 16:42:11.945 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732026-02-23T16:42:12.624Z[ recovery-image] Feb 23 16:42:11.963 INFO O| Feb 23 16:42:11.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79742026-02-23T16:42:12.624Z[ recovery-image] Feb 23 16:42:11.963 INFO O| Feb 23 16:42:11.963 INFO STEP 1048 (remove_files) COMPLETE
79752026-02-23T16:42:12.624Z[ recovery-image] Feb 23 16:42:11.963 INFO O| Feb 23 16:42:11.963 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762026-02-23T16:42:12.648Z[ recovery-image] Feb 23 16:42:11.981 INFO O| Feb 23 16:42:11.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79772026-02-23T16:42:12.648Z[ recovery-image] Feb 23 16:42:11.981 INFO O| Feb 23 16:42:11.981 INFO STEP 1049 (remove_files) COMPLETE
79782026-02-23T16:42:12.648Z[ recovery-image] Feb 23 16:42:11.981 INFO O| Feb 23 16:42:11.981 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792026-02-23T16:42:12.673Z[ recovery-image] Feb 23 16:42:11.996 INFO O| Feb 23 16:42:11.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79802026-02-23T16:42:12.673Z[ recovery-image] Feb 23 16:42:11.996 INFO O| Feb 23 16:42:11.996 INFO STEP 1050 (remove_files) COMPLETE
79812026-02-23T16:42:12.673Z[ recovery-image] Feb 23 16:42:11.996 INFO O| Feb 23 16:42:11.996 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822026-02-23T16:42:12.673Z[ recovery-image] Feb 23 16:42:12.011 INFO O| Feb 23 16:42:12.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79832026-02-23T16:42:12.673Z[ recovery-image] Feb 23 16:42:12.011 INFO O| Feb 23 16:42:12.011 INFO STEP 1051 (remove_files) COMPLETE
79842026-02-23T16:42:12.673Z[ recovery-image] Feb 23 16:42:12.011 INFO O| Feb 23 16:42:12.011 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852026-02-23T16:42:12.698Z[ recovery-image] Feb 23 16:42:12.025 INFO O| Feb 23 16:42:12.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79862026-02-23T16:42:12.698Z[ recovery-image] Feb 23 16:42:12.025 INFO O| Feb 23 16:42:12.025 INFO STEP 1052 (remove_files) COMPLETE
79872026-02-23T16:42:12.698Z[ recovery-image] Feb 23 16:42:12.025 INFO O| Feb 23 16:42:12.025 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882026-02-23T16:42:12.722Z[ recovery-image] Feb 23 16:42:12.041 INFO O| Feb 23 16:42:12.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79892026-02-23T16:42:12.723Z[ recovery-image] Feb 23 16:42:12.042 INFO O| Feb 23 16:42:12.042 INFO STEP 1053 (remove_files) COMPLETE
79902026-02-23T16:42:12.723Z[ recovery-image] Feb 23 16:42:12.042 INFO O| Feb 23 16:42:12.042 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912026-02-23T16:42:12.723Z[ recovery-image] Feb 23 16:42:12.056 INFO O| Feb 23 16:42:12.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79922026-02-23T16:42:12.723Z[ recovery-image] Feb 23 16:42:12.056 INFO O| Feb 23 16:42:12.056 INFO STEP 1054 (remove_files) COMPLETE
79932026-02-23T16:42:12.723Z[ recovery-image] Feb 23 16:42:12.056 INFO O| Feb 23 16:42:12.056 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942026-02-23T16:42:12.748Z[ recovery-image] Feb 23 16:42:12.073 INFO O| Feb 23 16:42:12.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79952026-02-23T16:42:12.748Z[ recovery-image] Feb 23 16:42:12.073 INFO O| Feb 23 16:42:12.073 INFO STEP 1055 (remove_files) COMPLETE
79962026-02-23T16:42:12.748Z[ recovery-image] Feb 23 16:42:12.073 INFO O| Feb 23 16:42:12.073 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972026-02-23T16:42:12.772Z[ recovery-image] Feb 23 16:42:12.089 INFO O| Feb 23 16:42:12.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79982026-02-23T16:42:12.773Z[ recovery-image] Feb 23 16:42:12.089 INFO O| Feb 23 16:42:12.089 INFO STEP 1056 (remove_files) COMPLETE
79992026-02-23T16:42:12.773Z[ recovery-image] Feb 23 16:42:12.090 INFO O| Feb 23 16:42:12.089 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002026-02-23T16:42:12.773Z[ recovery-image] Feb 23 16:42:12.104 INFO O| Feb 23 16:42:12.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
80012026-02-23T16:42:12.773Z[ recovery-image] Feb 23 16:42:12.104 INFO O| Feb 23 16:42:12.104 INFO STEP 1057 (remove_files) COMPLETE
80022026-02-23T16:42:12.773Z[ recovery-image] Feb 23 16:42:12.104 INFO O| Feb 23 16:42:12.104 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032026-02-23T16:42:12.797Z[ recovery-image] Feb 23 16:42:12.118 INFO O| Feb 23 16:42:12.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
80042026-02-23T16:42:12.797Z[ recovery-image] Feb 23 16:42:12.118 INFO O| Feb 23 16:42:12.118 INFO STEP 1058 (remove_files) COMPLETE
80052026-02-23T16:42:12.797Z[ recovery-image] Feb 23 16:42:12.118 INFO O| Feb 23 16:42:12.118 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062026-02-23T16:42:12.797Z[ recovery-image] Feb 23 16:42:12.136 INFO O| Feb 23 16:42:12.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
80072026-02-23T16:42:12.797Z[ recovery-image] Feb 23 16:42:12.136 INFO O| Feb 23 16:42:12.136 INFO STEP 1059 (remove_files) COMPLETE
80082026-02-23T16:42:12.797Z[ recovery-image] Feb 23 16:42:12.136 INFO O| Feb 23 16:42:12.136 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092026-02-23T16:42:12.822Z[ recovery-image] Feb 23 16:42:12.147 INFO O| Feb 23 16:42:12.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80102026-02-23T16:42:12.822Z[ recovery-image] Feb 23 16:42:12.147 INFO O| Feb 23 16:42:12.147 INFO STEP 1060 (remove_files) COMPLETE
80112026-02-23T16:42:12.822Z[ recovery-image] Feb 23 16:42:12.147 INFO O| Feb 23 16:42:12.147 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122026-02-23T16:42:12.822Z[ recovery-image] Feb 23 16:42:12.160 INFO O| Feb 23 16:42:12.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80132026-02-23T16:42:12.822Z[ recovery-image] Feb 23 16:42:12.160 INFO O| Feb 23 16:42:12.160 INFO STEP 1061 (remove_files) COMPLETE
80142026-02-23T16:42:12.822Z[ recovery-image] Feb 23 16:42:12.160 INFO O| Feb 23 16:42:12.160 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152026-02-23T16:42:12.847Z[ recovery-image] Feb 23 16:42:12.174 INFO O| Feb 23 16:42:12.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80162026-02-23T16:42:12.847Z[ recovery-image] Feb 23 16:42:12.174 INFO O| Feb 23 16:42:12.174 INFO STEP 1062 (remove_files) COMPLETE
80172026-02-23T16:42:12.847Z[ recovery-image] Feb 23 16:42:12.175 INFO O| Feb 23 16:42:12.174 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182026-02-23T16:42:12.871Z[ recovery-image] Feb 23 16:42:12.189 INFO O| Feb 23 16:42:12.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80192026-02-23T16:42:12.872Z[ recovery-image] Feb 23 16:42:12.189 INFO O| Feb 23 16:42:12.189 INFO STEP 1063 (remove_files) COMPLETE
80202026-02-23T16:42:12.872Z[ recovery-image] Feb 23 16:42:12.189 INFO O| Feb 23 16:42:12.189 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212026-02-23T16:42:12.872Z[ recovery-image] Feb 23 16:42:12.205 INFO O| Feb 23 16:42:12.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80222026-02-23T16:42:12.872Z[ recovery-image] Feb 23 16:42:12.206 INFO O| Feb 23 16:42:12.206 INFO STEP 1064 (remove_files) COMPLETE
80232026-02-23T16:42:12.872Z[ recovery-image] Feb 23 16:42:12.206 INFO O| Feb 23 16:42:12.206 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242026-02-23T16:42:12.896Z[ recovery-image] Feb 23 16:42:12.223 INFO O| Feb 23 16:42:12.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80252026-02-23T16:42:12.896Z[ recovery-image] Feb 23 16:42:12.224 INFO O| Feb 23 16:42:12.223 INFO STEP 1065 (remove_files) COMPLETE
80262026-02-23T16:42:12.896Z[ recovery-image] Feb 23 16:42:12.224 INFO O| Feb 23 16:42:12.223 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272026-02-23T16:42:12.921Z[ recovery-image] Feb 23 16:42:12.242 INFO O| Feb 23 16:42:12.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80282026-02-23T16:42:12.921Z[ recovery-image] Feb 23 16:42:12.242 INFO O| Feb 23 16:42:12.242 INFO STEP 1066 (remove_files) COMPLETE
80292026-02-23T16:42:12.921Z[ recovery-image] Feb 23 16:42:12.242 INFO O| Feb 23 16:42:12.242 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302026-02-23T16:42:12.921Z[ recovery-image] Feb 23 16:42:12.259 INFO O| Feb 23 16:42:12.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80312026-02-23T16:42:12.921Z[ recovery-image] Feb 23 16:42:12.259 INFO O| Feb 23 16:42:12.259 INFO STEP 1067 (remove_files) COMPLETE
80322026-02-23T16:42:12.921Z[ recovery-image] Feb 23 16:42:12.259 INFO O| Feb 23 16:42:12.259 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332026-02-23T16:42:12.946Z[ recovery-image] Feb 23 16:42:12.277 INFO O| Feb 23 16:42:12.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80342026-02-23T16:42:12.946Z[ recovery-image] Feb 23 16:42:12.277 INFO O| Feb 23 16:42:12.277 INFO STEP 1068 (remove_files) COMPLETE
80352026-02-23T16:42:12.946Z[ recovery-image] Feb 23 16:42:12.277 INFO O| Feb 23 16:42:12.277 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362026-02-23T16:42:12.970Z[ recovery-image] Feb 23 16:42:12.294 INFO O| Feb 23 16:42:12.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80372026-02-23T16:42:12.970Z[ recovery-image] Feb 23 16:42:12.294 INFO O| Feb 23 16:42:12.294 INFO STEP 1069 (remove_files) COMPLETE
80382026-02-23T16:42:12.970Z[ recovery-image] Feb 23 16:42:12.294 INFO O| Feb 23 16:42:12.294 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392026-02-23T16:42:12.971Z[ recovery-image] Feb 23 16:42:12.311 INFO O| Feb 23 16:42:12.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80402026-02-23T16:42:12.971Z[ recovery-image] Feb 23 16:42:12.311 INFO O| Feb 23 16:42:12.311 INFO STEP 1070 (remove_files) COMPLETE
80412026-02-23T16:42:12.971Z[ recovery-image] Feb 23 16:42:12.311 INFO O| Feb 23 16:42:12.311 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422026-02-23T16:42:12.996Z[ recovery-image] Feb 23 16:42:12.324 INFO O| Feb 23 16:42:12.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80432026-02-23T16:42:12.996Z[ recovery-image] Feb 23 16:42:12.324 INFO O| Feb 23 16:42:12.324 INFO STEP 1071 (remove_files) COMPLETE
80442026-02-23T16:42:12.996Z[ recovery-image] Feb 23 16:42:12.324 INFO O| Feb 23 16:42:12.324 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452026-02-23T16:42:12.996Z[ recovery-image] Feb 23 16:42:12.337 INFO O| Feb 23 16:42:12.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80462026-02-23T16:42:12.996Z[ recovery-image] Feb 23 16:42:12.337 INFO O| Feb 23 16:42:12.337 INFO STEP 1072 (remove_files) COMPLETE
80472026-02-23T16:42:12.996Z[ recovery-image] Feb 23 16:42:12.337 INFO O| Feb 23 16:42:12.337 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482026-02-23T16:42:13.021Z[ recovery-image] Feb 23 16:42:12.350 INFO O| Feb 23 16:42:12.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80492026-02-23T16:42:13.021Z[ recovery-image] Feb 23 16:42:12.350 INFO O| Feb 23 16:42:12.350 INFO STEP 1073 (remove_files) COMPLETE
80502026-02-23T16:42:13.021Z[ recovery-image] Feb 23 16:42:12.350 INFO O| Feb 23 16:42:12.350 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512026-02-23T16:42:13.045Z[ recovery-image] Feb 23 16:42:12.362 INFO O| Feb 23 16:42:12.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80522026-02-23T16:42:13.045Z[ recovery-image] Feb 23 16:42:12.363 INFO O| Feb 23 16:42:12.362 INFO STEP 1074 (remove_files) COMPLETE
80532026-02-23T16:42:13.045Z[ recovery-image] Feb 23 16:42:12.363 INFO O| Feb 23 16:42:12.363 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542026-02-23T16:42:13.045Z[ recovery-image] Feb 23 16:42:12.374 INFO O| Feb 23 16:42:12.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80552026-02-23T16:42:13.045Z[ recovery-image] Feb 23 16:42:12.375 INFO O| Feb 23 16:42:12.375 INFO STEP 1075 (remove_files) COMPLETE
80562026-02-23T16:42:13.045Z[ recovery-image] Feb 23 16:42:12.375 INFO O| Feb 23 16:42:12.375 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572026-02-23T16:42:13.070Z[ recovery-image] Feb 23 16:42:12.387 INFO O| Feb 23 16:42:12.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80582026-02-23T16:42:13.070Z[ recovery-image] Feb 23 16:42:12.387 INFO O| Feb 23 16:42:12.387 INFO STEP 1076 (remove_files) COMPLETE
80592026-02-23T16:42:13.070Z[ recovery-image] Feb 23 16:42:12.387 INFO O| Feb 23 16:42:12.387 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602026-02-23T16:42:13.070Z[ recovery-image] Feb 23 16:42:12.403 INFO O| Feb 23 16:42:12.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80612026-02-23T16:42:13.070Z[ recovery-image] Feb 23 16:42:12.403 INFO O| Feb 23 16:42:12.403 INFO STEP 1077 (remove_files) COMPLETE
80622026-02-23T16:42:13.070Z[ recovery-image] Feb 23 16:42:12.403 INFO O| Feb 23 16:42:12.403 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632026-02-23T16:42:13.095Z[ recovery-image] Feb 23 16:42:12.417 INFO O| Feb 23 16:42:12.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80642026-02-23T16:42:13.095Z[ recovery-image] Feb 23 16:42:12.417 INFO O| Feb 23 16:42:12.417 INFO STEP 1078 (remove_files) COMPLETE
80652026-02-23T16:42:13.095Z[ recovery-image] Feb 23 16:42:12.417 INFO O| Feb 23 16:42:12.417 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662026-02-23T16:42:13.095Z[ recovery-image] Feb 23 16:42:12.429 INFO O| Feb 23 16:42:12.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80672026-02-23T16:42:13.095Z[ recovery-image] Feb 23 16:42:12.430 INFO O| Feb 23 16:42:12.430 INFO STEP 1079 (remove_files) COMPLETE
80682026-02-23T16:42:13.095Z[ recovery-image] Feb 23 16:42:12.430 INFO O| Feb 23 16:42:12.430 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692026-02-23T16:42:13.121Z[ recovery-image] Feb 23 16:42:12.442 INFO O| Feb 23 16:42:12.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80702026-02-23T16:42:13.121Z[ recovery-image] Feb 23 16:42:12.443 INFO O| Feb 23 16:42:12.443 INFO STEP 1080 (remove_files) COMPLETE
80712026-02-23T16:42:13.121Z[ recovery-image] Feb 23 16:42:12.443 INFO O| Feb 23 16:42:12.443 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722026-02-23T16:42:13.121Z[ recovery-image] Feb 23 16:42:12.454 INFO O| Feb 23 16:42:12.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80732026-02-23T16:42:13.121Z[ recovery-image] Feb 23 16:42:12.454 INFO O| Feb 23 16:42:12.454 INFO STEP 1081 (remove_files) COMPLETE
80742026-02-23T16:42:13.121Z[ recovery-image] Feb 23 16:42:12.454 INFO O| Feb 23 16:42:12.454 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752026-02-23T16:42:13.145Z[ recovery-image] Feb 23 16:42:12.468 INFO O| Feb 23 16:42:12.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80762026-02-23T16:42:13.145Z[ recovery-image] Feb 23 16:42:12.468 INFO O| Feb 23 16:42:12.468 INFO STEP 1082 (remove_files) COMPLETE
80772026-02-23T16:42:13.145Z[ recovery-image] Feb 23 16:42:12.468 INFO O| Feb 23 16:42:12.468 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782026-02-23T16:42:13.145Z[ recovery-image] Feb 23 16:42:12.482 INFO O| Feb 23 16:42:12.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80792026-02-23T16:42:13.170Z[ recovery-image] Feb 23 16:42:12.501 INFO O| Feb 23 16:42:12.501 INFO STEP 1083 (remove_files) COMPLETE
80802026-02-23T16:42:13.170Z[ recovery-image] Feb 23 16:42:12.501 INFO O| Feb 23 16:42:12.501 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812026-02-23T16:42:13.194Z[ recovery-image] Feb 23 16:42:12.516 INFO O| Feb 23 16:42:12.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80822026-02-23T16:42:13.194Z[ recovery-image] Feb 23 16:42:12.516 INFO O| Feb 23 16:42:12.516 INFO STEP 1084 (remove_files) COMPLETE
80832026-02-23T16:42:13.194Z[ recovery-image] Feb 23 16:42:12.516 INFO O| Feb 23 16:42:12.516 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842026-02-23T16:42:13.194Z[ recovery-image] Feb 23 16:42:12.529 INFO O| Feb 23 16:42:12.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80852026-02-23T16:42:13.194Z[ recovery-image] Feb 23 16:42:12.529 INFO O| Feb 23 16:42:12.529 INFO STEP 1085 (remove_files) COMPLETE
80862026-02-23T16:42:13.194Z[ recovery-image] Feb 23 16:42:12.529 INFO O| Feb 23 16:42:12.529 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872026-02-23T16:42:13.218Z[ recovery-image] Feb 23 16:42:12.541 INFO O| Feb 23 16:42:12.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80882026-02-23T16:42:13.218Z[ recovery-image] Feb 23 16:42:12.542 INFO O| Feb 23 16:42:12.541 INFO STEP 1086 (remove_files) COMPLETE
80892026-02-23T16:42:13.218Z[ recovery-image] Feb 23 16:42:12.542 INFO O| Feb 23 16:42:12.541 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902026-02-23T16:42:13.219Z[ recovery-image] Feb 23 16:42:12.556 INFO O| Feb 23 16:42:12.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80912026-02-23T16:42:13.219Z[ recovery-image] Feb 23 16:42:12.556 INFO O| Feb 23 16:42:12.556 INFO STEP 1087 (remove_files) COMPLETE
80922026-02-23T16:42:13.219Z[ recovery-image] Feb 23 16:42:12.556 INFO O| Feb 23 16:42:12.556 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932026-02-23T16:42:13.271Z[ recovery-image] Feb 23 16:42:12.612 INFO O| Feb 23 16:42:12.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80942026-02-23T16:42:13.271Z[ recovery-image] Feb 23 16:42:12.612 INFO O| Feb 23 16:42:12.612 INFO STEP 1088 (remove_files) COMPLETE
80952026-02-23T16:42:13.271Z[ recovery-image] Feb 23 16:42:12.612 INFO O| Feb 23 16:42:12.612 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962026-02-23T16:42:13.295Z[ recovery-image] Feb 23 16:42:12.625 INFO O| Feb 23 16:42:12.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80972026-02-23T16:42:13.295Z[ recovery-image] Feb 23 16:42:12.625 INFO O| Feb 23 16:42:12.625 INFO STEP 1089 (remove_files) COMPLETE
80982026-02-23T16:42:13.296Z[ recovery-image] Feb 23 16:42:12.625 INFO O| Feb 23 16:42:12.625 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992026-02-23T16:42:13.296Z[ recovery-image] Feb 23 16:42:12.636 INFO O| Feb 23 16:42:12.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
81002026-02-23T16:42:13.296Z[ recovery-image] Feb 23 16:42:12.636 INFO O| Feb 23 16:42:12.636 INFO STEP 1090 (remove_files) COMPLETE
81012026-02-23T16:42:13.296Z[ recovery-image] Feb 23 16:42:12.636 INFO O| Feb 23 16:42:12.636 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022026-02-23T16:42:13.320Z[ recovery-image] Feb 23 16:42:12.646 INFO O| Feb 23 16:42:12.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
81032026-02-23T16:42:13.320Z[ recovery-image] Feb 23 16:42:12.646 INFO O| Feb 23 16:42:12.646 INFO STEP 1091 (remove_files) COMPLETE
81042026-02-23T16:42:13.320Z[ recovery-image] Feb 23 16:42:12.646 INFO O| Feb 23 16:42:12.646 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052026-02-23T16:42:13.320Z[ recovery-image] Feb 23 16:42:12.656 INFO O| Feb 23 16:42:12.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
81062026-02-23T16:42:13.320Z[ recovery-image] Feb 23 16:42:12.656 INFO O| Feb 23 16:42:12.656 INFO STEP 1092 (remove_files) COMPLETE
81072026-02-23T16:42:13.320Z[ recovery-image] Feb 23 16:42:12.656 INFO O| Feb 23 16:42:12.656 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082026-02-23T16:42:13.345Z[ recovery-image] Feb 23 16:42:12.667 INFO O| Feb 23 16:42:12.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81092026-02-23T16:42:13.345Z[ recovery-image] Feb 23 16:42:12.667 INFO O| Feb 23 16:42:12.667 INFO STEP 1093 (remove_files) COMPLETE
81102026-02-23T16:42:13.345Z[ recovery-image] Feb 23 16:42:12.667 INFO O| Feb 23 16:42:12.667 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112026-02-23T16:42:13.345Z[ recovery-image] Feb 23 16:42:12.677 INFO O| Feb 23 16:42:12.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81122026-02-23T16:42:13.345Z[ recovery-image] Feb 23 16:42:12.677 INFO O| Feb 23 16:42:12.677 INFO STEP 1094 (remove_files) COMPLETE
81132026-02-23T16:42:13.345Z[ recovery-image] Feb 23 16:42:12.677 INFO O| Feb 23 16:42:12.677 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142026-02-23T16:42:13.370Z[ recovery-image] Feb 23 16:42:12.687 INFO O| Feb 23 16:42:12.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81152026-02-23T16:42:13.370Z[ recovery-image] Feb 23 16:42:12.687 INFO O| Feb 23 16:42:12.687 INFO STEP 1095 (remove_files) COMPLETE
81162026-02-23T16:42:13.370Z[ recovery-image] Feb 23 16:42:12.687 INFO O| Feb 23 16:42:12.687 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172026-02-23T16:42:13.370Z[ recovery-image] Feb 23 16:42:12.698 INFO O| Feb 23 16:42:12.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81182026-02-23T16:42:13.370Z[ recovery-image] Feb 23 16:42:12.698 INFO O| Feb 23 16:42:12.698 INFO STEP 1096 (remove_files) COMPLETE
81192026-02-23T16:42:13.370Z[ recovery-image] Feb 23 16:42:12.698 INFO O| Feb 23 16:42:12.698 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202026-02-23T16:42:13.395Z[ recovery-image] Feb 23 16:42:12.712 INFO O| Feb 23 16:42:12.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81212026-02-23T16:42:13.395Z[ recovery-image] Feb 23 16:42:12.713 INFO O| Feb 23 16:42:12.712 INFO STEP 1097 (remove_files) COMPLETE
81222026-02-23T16:42:13.395Z[ recovery-image] Feb 23 16:42:12.713 INFO O| Feb 23 16:42:12.713 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232026-02-23T16:42:13.395Z[ recovery-image] Feb 23 16:42:12.728 INFO O| Feb 23 16:42:12.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81242026-02-23T16:42:13.395Z[ recovery-image] Feb 23 16:42:12.729 INFO O| Feb 23 16:42:12.728 INFO STEP 1098 (remove_files) COMPLETE
81252026-02-23T16:42:13.395Z[ recovery-image] Feb 23 16:42:12.729 INFO O| Feb 23 16:42:12.729 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262026-02-23T16:42:13.419Z[ recovery-image] Feb 23 16:42:12.744 INFO O| Feb 23 16:42:12.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81272026-02-23T16:42:13.419Z[ recovery-image] Feb 23 16:42:12.745 INFO O| Feb 23 16:42:12.745 INFO STEP 1099 (remove_files) COMPLETE
81282026-02-23T16:42:13.419Z[ recovery-image] Feb 23 16:42:12.745 INFO O| Feb 23 16:42:12.745 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292026-02-23T16:42:13.419Z[ recovery-image] Feb 23 16:42:12.758 INFO O| Feb 23 16:42:12.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81302026-02-23T16:42:13.419Z[ recovery-image] Feb 23 16:42:12.758 INFO O| Feb 23 16:42:12.758 INFO STEP 1100 (remove_files) COMPLETE
81312026-02-23T16:42:13.419Z[ recovery-image] Feb 23 16:42:12.758 INFO O| Feb 23 16:42:12.758 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.773 INFO O| Feb 23 16:42:12.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81332026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.773 INFO O| Feb 23 16:42:12.773 INFO STEP 1101 (remove_files) COMPLETE
81342026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.773 INFO O| Feb 23 16:42:12.773 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.786 INFO O| Feb 23 16:42:12.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81362026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.786 INFO O| Feb 23 16:42:12.786 INFO STEP 1102 (remove_files) COMPLETE
81372026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.786 INFO O| Feb 23 16:42:12.786 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.798 INFO O| Feb 23 16:42:12.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81392026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.798 INFO O| Feb 23 16:42:12.798 INFO STEP 1103 (remove_files) COMPLETE
81402026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.798 INFO O| Feb 23 16:42:12.798 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.810 INFO O| Feb 23 16:42:12.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81422026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.810 INFO O| Feb 23 16:42:12.810 INFO STEP 1104 (remove_files) COMPLETE
81432026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.810 INFO O| Feb 23 16:42:12.810 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.825 INFO O| Feb 23 16:42:12.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81452026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.825 INFO O| Feb 23 16:42:12.825 INFO STEP 1105 (remove_files) COMPLETE
81462026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.825 INFO O| Feb 23 16:42:12.825 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.842 INFO O| Feb 23 16:42:12.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81482026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.842 INFO O| Feb 23 16:42:12.842 INFO STEP 1106 (remove_files) COMPLETE
81492026-02-23T16:42:13.501Z[ recovery-image] Feb 23 16:42:12.842 INFO O| Feb 23 16:42:12.842 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502026-02-23T16:42:13.526Z[ recovery-image] Feb 23 16:42:12.863 INFO O| Feb 23 16:42:12.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81512026-02-23T16:42:13.526Z[ recovery-image] Feb 23 16:42:12.863 INFO O| Feb 23 16:42:12.863 INFO STEP 1107 (remove_files) COMPLETE
81522026-02-23T16:42:13.526Z[ recovery-image] Feb 23 16:42:12.863 INFO O| Feb 23 16:42:12.863 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532026-02-23T16:42:13.551Z[ recovery-image] Feb 23 16:42:12.881 INFO O| Feb 23 16:42:12.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81542026-02-23T16:42:13.551Z[ recovery-image] Feb 23 16:42:12.881 INFO O| Feb 23 16:42:12.881 INFO STEP 1108 (remove_files) COMPLETE
81552026-02-23T16:42:13.551Z[ recovery-image] Feb 23 16:42:12.881 INFO O| Feb 23 16:42:12.881 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562026-02-23T16:42:13.576Z[ recovery-image] Feb 23 16:42:12.899 INFO O| Feb 23 16:42:12.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81572026-02-23T16:42:13.576Z[ recovery-image] Feb 23 16:42:12.899 INFO O| Feb 23 16:42:12.899 INFO STEP 1109 (remove_files) COMPLETE
81582026-02-23T16:42:13.576Z[ recovery-image] Feb 23 16:42:12.899 INFO O| Feb 23 16:42:12.899 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592026-02-23T16:42:13.576Z[ recovery-image] Feb 23 16:42:12.916 INFO O| Feb 23 16:42:12.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81602026-02-23T16:42:13.576Z[ recovery-image] Feb 23 16:42:12.916 INFO O| Feb 23 16:42:12.916 INFO STEP 1110 (remove_files) COMPLETE
81612026-02-23T16:42:13.576Z[ recovery-image] Feb 23 16:42:12.916 INFO O| Feb 23 16:42:12.916 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622026-02-23T16:42:13.600Z[ recovery-image] Feb 23 16:42:12.931 INFO O| Feb 23 16:42:12.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81632026-02-23T16:42:13.600Z[ recovery-image] Feb 23 16:42:12.931 INFO O| Feb 23 16:42:12.931 INFO STEP 1111 (remove_files) COMPLETE
81642026-02-23T16:42:13.600Z[ recovery-image] Feb 23 16:42:12.931 INFO O| Feb 23 16:42:12.931 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652026-02-23T16:42:13.625Z[ recovery-image] Feb 23 16:42:12.943 INFO O| Feb 23 16:42:12.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81662026-02-23T16:42:13.625Z[ recovery-image] Feb 23 16:42:12.943 INFO O| Feb 23 16:42:12.943 INFO STEP 1112 (remove_files) COMPLETE
81672026-02-23T16:42:13.625Z[ recovery-image] Feb 23 16:42:12.943 INFO O| Feb 23 16:42:12.943 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682026-02-23T16:42:13.625Z[ recovery-image] Feb 23 16:42:12.957 INFO O| Feb 23 16:42:12.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81692026-02-23T16:42:13.625Z[ recovery-image] Feb 23 16:42:12.957 INFO O| Feb 23 16:42:12.957 INFO STEP 1113 (remove_files) COMPLETE
81702026-02-23T16:42:13.625Z[ recovery-image] Feb 23 16:42:12.957 INFO O| Feb 23 16:42:12.957 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712026-02-23T16:42:13.650Z[ recovery-image] Feb 23 16:42:12.975 INFO O| Feb 23 16:42:12.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81722026-02-23T16:42:13.650Z[ recovery-image] Feb 23 16:42:12.975 INFO O| Feb 23 16:42:12.975 INFO STEP 1114 (remove_files) COMPLETE
81732026-02-23T16:42:13.650Z[ recovery-image] Feb 23 16:42:12.975 INFO O| Feb 23 16:42:12.975 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742026-02-23T16:42:13.650Z[ recovery-image] Feb 23 16:42:12.990 INFO O| Feb 23 16:42:12.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81752026-02-23T16:42:13.650Z[ recovery-image] Feb 23 16:42:12.990 INFO O| Feb 23 16:42:12.990 INFO STEP 1115 (remove_files) COMPLETE
81762026-02-23T16:42:13.650Z[ recovery-image] Feb 23 16:42:12.990 INFO O| Feb 23 16:42:12.990 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772026-02-23T16:42:13.675Z[ recovery-image] Feb 23 16:42:13.001 INFO O| Feb 23 16:42:13.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81782026-02-23T16:42:13.675Z[ recovery-image] Feb 23 16:42:13.001 INFO O| Feb 23 16:42:13.001 INFO STEP 1116 (remove_files) COMPLETE
81792026-02-23T16:42:13.675Z[ recovery-image] Feb 23 16:42:13.002 INFO O| Feb 23 16:42:13.001 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802026-02-23T16:42:13.675Z[ recovery-image] Feb 23 16:42:13.012 INFO O| Feb 23 16:42:13.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81812026-02-23T16:42:13.675Z[ recovery-image] Feb 23 16:42:13.012 INFO O| Feb 23 16:42:13.012 INFO STEP 1117 (remove_files) COMPLETE
81822026-02-23T16:42:13.675Z[ recovery-image] Feb 23 16:42:13.012 INFO O| Feb 23 16:42:13.012 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832026-02-23T16:42:13.700Z[ recovery-image] Feb 23 16:42:13.023 INFO O| Feb 23 16:42:13.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81842026-02-23T16:42:13.700Z[ recovery-image] Feb 23 16:42:13.023 INFO O| Feb 23 16:42:13.023 INFO STEP 1118 (remove_files) COMPLETE
81852026-02-23T16:42:13.700Z[ recovery-image] Feb 23 16:42:13.023 INFO O| Feb 23 16:42:13.023 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862026-02-23T16:42:13.700Z[ recovery-image] Feb 23 16:42:13.040 INFO O| Feb 23 16:42:13.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81872026-02-23T16:42:13.700Z[ recovery-image] Feb 23 16:42:13.040 INFO O| Feb 23 16:42:13.040 INFO STEP 1119 (remove_files) COMPLETE
81882026-02-23T16:42:13.700Z[ recovery-image] Feb 23 16:42:13.040 INFO O| Feb 23 16:42:13.040 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892026-02-23T16:42:13.725Z[ recovery-image] Feb 23 16:42:13.053 INFO O| Feb 23 16:42:13.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81902026-02-23T16:42:13.725Z[ recovery-image] Feb 23 16:42:13.053 INFO O| Feb 23 16:42:13.053 INFO STEP 1120 (remove_files) COMPLETE
81912026-02-23T16:42:13.725Z[ recovery-image] Feb 23 16:42:13.053 INFO O| Feb 23 16:42:13.053 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922026-02-23T16:42:13.725Z[ recovery-image] Feb 23 16:42:13.065 INFO O| Feb 23 16:42:13.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81932026-02-23T16:42:13.725Z[ recovery-image] Feb 23 16:42:13.066 INFO O| Feb 23 16:42:13.065 INFO STEP 1121 (remove_files) COMPLETE
81942026-02-23T16:42:13.725Z[ recovery-image] Feb 23 16:42:13.066 INFO O| Feb 23 16:42:13.066 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952026-02-23T16:42:13.750Z[ recovery-image] Feb 23 16:42:13.077 INFO O| Feb 23 16:42:13.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81962026-02-23T16:42:13.750Z[ recovery-image] Feb 23 16:42:13.077 INFO O| Feb 23 16:42:13.077 INFO STEP 1122 (remove_files) COMPLETE
81972026-02-23T16:42:13.750Z[ recovery-image] Feb 23 16:42:13.077 INFO O| Feb 23 16:42:13.077 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982026-02-23T16:42:13.774Z[ recovery-image] Feb 23 16:42:13.096 INFO O| Feb 23 16:42:13.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81992026-02-23T16:42:13.775Z[ recovery-image] Feb 23 16:42:13.096 INFO O| Feb 23 16:42:13.096 INFO STEP 1123 (remove_files) COMPLETE
82002026-02-23T16:42:13.775Z[ recovery-image] Feb 23 16:42:13.096 INFO O| Feb 23 16:42:13.096 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012026-02-23T16:42:13.775Z[ recovery-image] Feb 23 16:42:13.111 INFO O| Feb 23 16:42:13.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
82022026-02-23T16:42:13.775Z[ recovery-image] Feb 23 16:42:13.111 INFO O| Feb 23 16:42:13.111 INFO STEP 1124 (remove_files) COMPLETE
82032026-02-23T16:42:13.775Z[ recovery-image] Feb 23 16:42:13.111 INFO O| Feb 23 16:42:13.111 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042026-02-23T16:42:13.800Z[ recovery-image] Feb 23 16:42:13.126 INFO O| Feb 23 16:42:13.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
82052026-02-23T16:42:13.800Z[ recovery-image] Feb 23 16:42:13.126 INFO O| Feb 23 16:42:13.126 INFO STEP 1125 (remove_files) COMPLETE
82062026-02-23T16:42:13.800Z[ recovery-image] Feb 23 16:42:13.126 INFO O| Feb 23 16:42:13.126 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072026-02-23T16:42:13.800Z[ recovery-image] Feb 23 16:42:13.137 INFO O| Feb 23 16:42:13.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82082026-02-23T16:42:13.800Z[ recovery-image] Feb 23 16:42:13.137 INFO O| Feb 23 16:42:13.137 INFO STEP 1126 (remove_files) COMPLETE
82092026-02-23T16:42:13.800Z[ recovery-image] Feb 23 16:42:13.137 INFO O| Feb 23 16:42:13.137 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102026-02-23T16:42:13.824Z[ recovery-image] Feb 23 16:42:13.148 INFO O| Feb 23 16:42:13.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82112026-02-23T16:42:13.824Z[ recovery-image] Feb 23 16:42:13.148 INFO O| Feb 23 16:42:13.148 INFO STEP 1127 (remove_files) COMPLETE
82122026-02-23T16:42:13.824Z[ recovery-image] Feb 23 16:42:13.148 INFO O| Feb 23 16:42:13.148 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132026-02-23T16:42:13.824Z[ recovery-image] Feb 23 16:42:13.159 INFO O| Feb 23 16:42:13.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82142026-02-23T16:42:13.824Z[ recovery-image] Feb 23 16:42:13.159 INFO O| Feb 23 16:42:13.159 INFO STEP 1128 (remove_files) COMPLETE
82152026-02-23T16:42:13.824Z[ recovery-image] Feb 23 16:42:13.159 INFO O| Feb 23 16:42:13.159 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162026-02-23T16:42:13.849Z[ recovery-image] Feb 23 16:42:13.170 INFO O| Feb 23 16:42:13.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82172026-02-23T16:42:13.849Z[ recovery-image] Feb 23 16:42:13.170 INFO O| Feb 23 16:42:13.170 INFO STEP 1129 (remove_files) COMPLETE
82182026-02-23T16:42:13.849Z[ recovery-image] Feb 23 16:42:13.170 INFO O| Feb 23 16:42:13.170 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192026-02-23T16:42:13.849Z[ recovery-image] Feb 23 16:42:13.180 INFO O| Feb 23 16:42:13.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82202026-02-23T16:42:13.849Z[ recovery-image] Feb 23 16:42:13.180 INFO O| Feb 23 16:42:13.180 INFO STEP 1130 (remove_files) COMPLETE
82212026-02-23T16:42:13.849Z[ recovery-image] Feb 23 16:42:13.181 INFO O| Feb 23 16:42:13.180 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222026-02-23T16:42:13.874Z[ recovery-image] Feb 23 16:42:13.191 INFO O| Feb 23 16:42:13.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82232026-02-23T16:42:13.874Z[ recovery-image] Feb 23 16:42:13.191 INFO O| Feb 23 16:42:13.191 INFO STEP 1131 (remove_files) COMPLETE
82242026-02-23T16:42:13.874Z[ recovery-image] Feb 23 16:42:13.191 INFO O| Feb 23 16:42:13.191 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252026-02-23T16:42:13.874Z[ recovery-image] Feb 23 16:42:13.207 INFO O| Feb 23 16:42:13.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82262026-02-23T16:42:13.874Z[ recovery-image] Feb 23 16:42:13.207 INFO O| Feb 23 16:42:13.207 INFO STEP 1132 (remove_files) COMPLETE
82272026-02-23T16:42:13.874Z[ recovery-image] Feb 23 16:42:13.207 INFO O| Feb 23 16:42:13.207 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282026-02-23T16:42:13.898Z[ recovery-image] Feb 23 16:42:13.218 INFO O| Feb 23 16:42:13.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82292026-02-23T16:42:13.898Z[ recovery-image] Feb 23 16:42:13.218 INFO O| Feb 23 16:42:13.218 INFO STEP 1133 (remove_files) COMPLETE
82302026-02-23T16:42:13.898Z[ recovery-image] Feb 23 16:42:13.218 INFO O| Feb 23 16:42:13.218 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312026-02-23T16:42:13.898Z[ recovery-image] Feb 23 16:42:13.229 INFO O| Feb 23 16:42:13.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82322026-02-23T16:42:13.898Z[ recovery-image] Feb 23 16:42:13.229 INFO O| Feb 23 16:42:13.229 INFO STEP 1134 (remove_files) COMPLETE
82332026-02-23T16:42:13.898Z[ recovery-image] Feb 23 16:42:13.229 INFO O| Feb 23 16:42:13.229 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342026-02-23T16:42:13.899Z[ recovery-image] Feb 23 16:42:13.239 INFO O| Feb 23 16:42:13.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82352026-02-23T16:42:13.899Z[ recovery-image] Feb 23 16:42:13.239 INFO O| Feb 23 16:42:13.239 INFO STEP 1135 (remove_files) COMPLETE
82362026-02-23T16:42:13.899Z[ recovery-image] Feb 23 16:42:13.239 INFO O| Feb 23 16:42:13.239 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372026-02-23T16:42:13.924Z[ recovery-image] Feb 23 16:42:13.250 INFO O| Feb 23 16:42:13.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82382026-02-23T16:42:13.924Z[ recovery-image] Feb 23 16:42:13.250 INFO O| Feb 23 16:42:13.250 INFO STEP 1136 (remove_files) COMPLETE
82392026-02-23T16:42:13.924Z[ recovery-image] Feb 23 16:42:13.250 INFO O| Feb 23 16:42:13.250 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402026-02-23T16:42:13.924Z[ recovery-image] Feb 23 16:42:13.264 INFO O| Feb 23 16:42:13.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82412026-02-23T16:42:13.924Z[ recovery-image] Feb 23 16:42:13.265 INFO O| Feb 23 16:42:13.264 INFO STEP 1137 (remove_files) COMPLETE
82422026-02-23T16:42:13.924Z[ recovery-image] Feb 23 16:42:13.265 INFO O| Feb 23 16:42:13.265 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432026-02-23T16:42:13.948Z[ recovery-image] Feb 23 16:42:13.279 INFO O| Feb 23 16:42:13.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82442026-02-23T16:42:13.949Z[ recovery-image] Feb 23 16:42:13.279 INFO O| Feb 23 16:42:13.279 INFO STEP 1138 (remove_files) COMPLETE
82452026-02-23T16:42:13.949Z[ recovery-image] Feb 23 16:42:13.279 INFO O| Feb 23 16:42:13.279 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462026-02-23T16:42:13.973Z[ recovery-image] Feb 23 16:42:13.293 INFO O| Feb 23 16:42:13.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82472026-02-23T16:42:13.973Z[ recovery-image] Feb 23 16:42:13.293 INFO O| Feb 23 16:42:13.293 INFO STEP 1139 (remove_files) COMPLETE
82482026-02-23T16:42:13.973Z[ recovery-image] Feb 23 16:42:13.293 INFO O| Feb 23 16:42:13.293 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492026-02-23T16:42:13.973Z[ recovery-image] Feb 23 16:42:13.308 INFO O| Feb 23 16:42:13.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82502026-02-23T16:42:13.973Z[ recovery-image] Feb 23 16:42:13.309 INFO O| Feb 23 16:42:13.308 INFO STEP 1140 (remove_files) COMPLETE
82512026-02-23T16:42:13.973Z[ recovery-image] Feb 23 16:42:13.309 INFO O| Feb 23 16:42:13.309 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522026-02-23T16:42:13.998Z[ recovery-image] Feb 23 16:42:13.325 INFO O| Feb 23 16:42:13.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82532026-02-23T16:42:13.998Z[ recovery-image] Feb 23 16:42:13.325 INFO O| Feb 23 16:42:13.325 INFO STEP 1141 (remove_files) COMPLETE
82542026-02-23T16:42:13.998Z[ recovery-image] Feb 23 16:42:13.325 INFO O| Feb 23 16:42:13.325 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552026-02-23T16:42:14.023Z[ recovery-image] Feb 23 16:42:13.340 INFO O| Feb 23 16:42:13.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82562026-02-23T16:42:14.023Z[ recovery-image] Feb 23 16:42:13.340 INFO O| Feb 23 16:42:13.340 INFO STEP 1142 (remove_files) COMPLETE
82572026-02-23T16:42:14.023Z[ recovery-image] Feb 23 16:42:13.340 INFO O| Feb 23 16:42:13.340 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582026-02-23T16:42:14.023Z[ recovery-image] Feb 23 16:42:13.357 INFO O| Feb 23 16:42:13.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82592026-02-23T16:42:14.023Z[ recovery-image] Feb 23 16:42:13.357 INFO O| Feb 23 16:42:13.357 INFO STEP 1143 (remove_files) COMPLETE
82602026-02-23T16:42:14.023Z[ recovery-image] Feb 23 16:42:13.357 INFO O| Feb 23 16:42:13.357 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612026-02-23T16:42:14.049Z[ recovery-image] Feb 23 16:42:13.374 INFO O| Feb 23 16:42:13.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82622026-02-23T16:42:14.049Z[ recovery-image] Feb 23 16:42:13.374 INFO O| Feb 23 16:42:13.374 INFO STEP 1144 (remove_files) COMPLETE
82632026-02-23T16:42:14.049Z[ recovery-image] Feb 23 16:42:13.374 INFO O| Feb 23 16:42:13.374 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642026-02-23T16:42:14.050Z[ recovery-image] Feb 23 16:42:13.388 INFO O| Feb 23 16:42:13.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82652026-02-23T16:42:14.050Z[ recovery-image] Feb 23 16:42:13.388 INFO O| Feb 23 16:42:13.388 INFO STEP 1145 (remove_files) COMPLETE
82662026-02-23T16:42:14.050Z[ recovery-image] Feb 23 16:42:13.388 INFO O| Feb 23 16:42:13.388 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672026-02-23T16:42:14.075Z[ recovery-image] Feb 23 16:42:13.403 INFO O| Feb 23 16:42:13.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82682026-02-23T16:42:14.075Z[ recovery-image] Feb 23 16:42:13.403 INFO O| Feb 23 16:42:13.403 INFO STEP 1146 (remove_files) COMPLETE
82692026-02-23T16:42:14.075Z[ recovery-image] Feb 23 16:42:13.403 INFO O| Feb 23 16:42:13.403 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702026-02-23T16:42:14.100Z[ recovery-image] Feb 23 16:42:13.417 INFO O| Feb 23 16:42:13.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82712026-02-23T16:42:14.100Z[ recovery-image] Feb 23 16:42:13.417 INFO O| Feb 23 16:42:13.417 INFO STEP 1147 (remove_files) COMPLETE
82722026-02-23T16:42:14.100Z[ recovery-image] Feb 23 16:42:13.417 INFO O| Feb 23 16:42:13.417 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732026-02-23T16:42:14.100Z[ recovery-image] Feb 23 16:42:13.432 INFO O| Feb 23 16:42:13.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82742026-02-23T16:42:14.100Z[ recovery-image] Feb 23 16:42:13.432 INFO O| Feb 23 16:42:13.432 INFO STEP 1148 (remove_files) COMPLETE
82752026-02-23T16:42:14.100Z[ recovery-image] Feb 23 16:42:13.432 INFO O| Feb 23 16:42:13.432 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762026-02-23T16:42:14.124Z[ recovery-image] Feb 23 16:42:13.449 INFO O| Feb 23 16:42:13.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82772026-02-23T16:42:14.124Z[ recovery-image] Feb 23 16:42:13.449 INFO O| Feb 23 16:42:13.449 INFO STEP 1149 (remove_files) COMPLETE
82782026-02-23T16:42:14.124Z[ recovery-image] Feb 23 16:42:13.449 INFO O| Feb 23 16:42:13.449 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792026-02-23T16:42:14.124Z[ recovery-image] Feb 23 16:42:13.465 INFO O| Feb 23 16:42:13.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82802026-02-23T16:42:14.124Z[ recovery-image] Feb 23 16:42:13.465 INFO O| Feb 23 16:42:13.465 INFO STEP 1150 (remove_files) COMPLETE
82812026-02-23T16:42:14.124Z[ recovery-image] Feb 23 16:42:13.465 INFO O| Feb 23 16:42:13.465 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822026-02-23T16:42:14.149Z[ recovery-image] Feb 23 16:42:13.484 INFO O| Feb 23 16:42:13.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82832026-02-23T16:42:14.149Z[ recovery-image] Feb 23 16:42:13.484 INFO O| Feb 23 16:42:13.484 INFO STEP 1151 (remove_files) COMPLETE
82842026-02-23T16:42:14.149Z[ recovery-image] Feb 23 16:42:13.484 INFO O| Feb 23 16:42:13.484 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852026-02-23T16:42:14.174Z[ recovery-image] Feb 23 16:42:13.500 INFO O| Feb 23 16:42:13.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82862026-02-23T16:42:14.174Z[ recovery-image] Feb 23 16:42:13.501 INFO O| Feb 23 16:42:13.500 INFO STEP 1152 (remove_files) COMPLETE
82872026-02-23T16:42:14.174Z[ recovery-image] Feb 23 16:42:13.501 INFO O| Feb 23 16:42:13.500 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882026-02-23T16:42:14.199Z[ recovery-image] Feb 23 16:42:13.516 INFO O| Feb 23 16:42:13.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82892026-02-23T16:42:14.199Z[ recovery-image] Feb 23 16:42:13.516 INFO O| Feb 23 16:42:13.516 INFO STEP 1153 (remove_files) COMPLETE
82902026-02-23T16:42:14.199Z[ recovery-image] Feb 23 16:42:13.516 INFO O| Feb 23 16:42:13.516 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912026-02-23T16:42:14.199Z[ recovery-image] Feb 23 16:42:13.530 INFO O| Feb 23 16:42:13.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82922026-02-23T16:42:14.199Z[ recovery-image] Feb 23 16:42:13.530 INFO O| Feb 23 16:42:13.530 INFO STEP 1154 (remove_files) COMPLETE
82932026-02-23T16:42:14.199Z[ recovery-image] Feb 23 16:42:13.530 INFO O| Feb 23 16:42:13.530 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942026-02-23T16:42:14.224Z[ recovery-image] Feb 23 16:42:13.543 INFO O| Feb 23 16:42:13.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82952026-02-23T16:42:14.224Z[ recovery-image] Feb 23 16:42:13.543 INFO O| Feb 23 16:42:13.543 INFO STEP 1155 (remove_files) COMPLETE
82962026-02-23T16:42:14.224Z[ recovery-image] Feb 23 16:42:13.543 INFO O| Feb 23 16:42:13.543 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972026-02-23T16:42:14.224Z[ recovery-image] Feb 23 16:42:13.559 INFO O| Feb 23 16:42:13.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82982026-02-23T16:42:14.224Z[ recovery-image] Feb 23 16:42:13.559 INFO O| Feb 23 16:42:13.559 INFO STEP 1156 (remove_files) COMPLETE
82992026-02-23T16:42:14.224Z[ recovery-image] Feb 23 16:42:13.559 INFO O| Feb 23 16:42:13.559 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002026-02-23T16:42:14.249Z[ recovery-image] Feb 23 16:42:13.576 INFO O| Feb 23 16:42:13.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
83012026-02-23T16:42:14.249Z[ recovery-image] Feb 23 16:42:13.576 INFO O| Feb 23 16:42:13.576 INFO STEP 1157 (remove_files) COMPLETE
83022026-02-23T16:42:14.249Z[ recovery-image] Feb 23 16:42:13.576 INFO O| Feb 23 16:42:13.576 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032026-02-23T16:42:14.274Z[ recovery-image] Feb 23 16:42:13.593 INFO O| Feb 23 16:42:13.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
83042026-02-23T16:42:14.274Z[ recovery-image] Feb 23 16:42:13.593 INFO O| Feb 23 16:42:13.593 INFO STEP 1158 (remove_files) COMPLETE
83052026-02-23T16:42:14.274Z[ recovery-image] Feb 23 16:42:13.593 INFO O| Feb 23 16:42:13.593 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83062026-02-23T16:42:14.274Z[ recovery-image] Feb 23 16:42:13.604 INFO O| Feb 23 16:42:13.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83072026-02-23T16:42:14.274Z[ recovery-image] Feb 23 16:42:13.605 INFO O| Feb 23 16:42:13.605 INFO STEP 1159 (remove_files) COMPLETE
83082026-02-23T16:42:14.274Z[ recovery-image] Feb 23 16:42:13.605 INFO O| Feb 23 16:42:13.605 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83092026-02-23T16:42:14.299Z[ recovery-image] Feb 23 16:42:13.620 INFO O| Feb 23 16:42:13.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83102026-02-23T16:42:14.299Z[ recovery-image] Feb 23 16:42:13.620 INFO O| Feb 23 16:42:13.620 INFO STEP 1160 (remove_files) COMPLETE
83112026-02-23T16:42:14.299Z[ recovery-image] Feb 23 16:42:13.620 INFO O| Feb 23 16:42:13.620 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83122026-02-23T16:42:14.299Z[ recovery-image] Feb 23 16:42:13.636 INFO O| Feb 23 16:42:13.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83132026-02-23T16:42:14.299Z[ recovery-image] Feb 23 16:42:13.637 INFO O| Feb 23 16:42:13.637 INFO STEP 1161 (remove_files) COMPLETE
83142026-02-23T16:42:14.299Z[ recovery-image] Feb 23 16:42:13.637 INFO O| Feb 23 16:42:13.637 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83152026-02-23T16:42:14.324Z[ recovery-image] Feb 23 16:42:13.655 INFO O| Feb 23 16:42:13.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83162026-02-23T16:42:14.324Z[ recovery-image] Feb 23 16:42:13.655 INFO O| Feb 23 16:42:13.655 INFO STEP 1162 (remove_files) COMPLETE
83172026-02-23T16:42:14.324Z[ recovery-image] Feb 23 16:42:13.655 INFO O| Feb 23 16:42:13.655 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83182026-02-23T16:42:14.348Z[ recovery-image] Feb 23 16:42:13.677 INFO O| Feb 23 16:42:13.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83192026-02-23T16:42:14.348Z[ recovery-image] Feb 23 16:42:13.677 INFO O| Feb 23 16:42:13.677 INFO STEP 1163 (remove_files) COMPLETE
83202026-02-23T16:42:14.348Z[ recovery-image] Feb 23 16:42:13.677 INFO O| Feb 23 16:42:13.677 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83212026-02-23T16:42:14.374Z[ recovery-image] Feb 23 16:42:13.691 INFO O| Feb 23 16:42:13.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83222026-02-23T16:42:14.374Z[ recovery-image] Feb 23 16:42:13.692 INFO O| Feb 23 16:42:13.692 INFO STEP 1164 (remove_files) COMPLETE
83232026-02-23T16:42:14.374Z[ recovery-image] Feb 23 16:42:13.692 INFO O| Feb 23 16:42:13.692 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83242026-02-23T16:42:14.374Z[ recovery-image] Feb 23 16:42:13.707 INFO O| Feb 23 16:42:13.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83252026-02-23T16:42:14.374Z[ recovery-image] Feb 23 16:42:13.707 INFO O| Feb 23 16:42:13.707 INFO STEP 1165 (remove_files) COMPLETE
83262026-02-23T16:42:14.374Z[ recovery-image] Feb 23 16:42:13.707 INFO O| Feb 23 16:42:13.707 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83272026-02-23T16:42:14.399Z[ recovery-image] Feb 23 16:42:13.732 INFO O| Feb 23 16:42:13.732 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83282026-02-23T16:42:14.399Z[ recovery-image] Feb 23 16:42:13.732 INFO O| Feb 23 16:42:13.732 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83292026-02-23T16:42:15.698Z[ recovery-image] Feb 23 16:42:15.039 INFO O| Feb 23 16:42:15.039 INFO STEP 1166 (pack_tar) COMPLETE
83302026-02-23T16:42:15.699Z[ recovery-image] Feb 23 16:42:15.039 INFO O| Feb 23 16:42:15.039 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83312026-02-23T16:42:15.723Z[ recovery-image] Feb 23 16:42:15.039 INFO O| Feb 23 16:42:15.039 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83322026-02-23T16:42:15.960Z[ recovery-image] Feb 23 16:42:15.301 INFO O| Feb 23 16:42:15.301 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83332026-02-23T16:42:16.041Z[ recovery-image] Feb 23 16:42:15.381 INFO O| Feb 23 16:42:15.381 INFO completed processing sled/ramdisk-03-recovery-trim
83342026-02-23T16:42:16.065Z[ recovery-image] Feb 23 16:42:15.387 INFO image builder template: zfs-recovery...
83352026-02-23T16:42:16.065Z[ recovery-image] Feb 23 16:42:15.387 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/.tmpgSSCxU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "zfs-recovery"], pwd: None
83362026-02-23T16:42:16.092Z[ recovery-image] Feb 23 16:42:15.433 INFO O| Feb 23 16:42:15.432 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83372026-02-23T16:42:16.116Z[ recovery-image] Feb 23 16:42:15.438 INFO O| Feb 23 16:42:15.438 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83382026-02-23T16:42:16.140Z[ recovery-image] Feb 23 16:42:15.470 INFO O| Feb 23 16:42:15.470 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83392026-02-23T16:42:16.165Z[ recovery-image] Feb 23 16:42:15.499 INFO O| Feb 23 16:42:15.499 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83402026-02-23T16:42:16.165Z[ recovery-image] Feb 23 16:42:15.500 INFO O| Feb 23 16:42:15.500 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83412026-02-23T16:42:16.165Z[ recovery-image] Feb 23 16:42:15.505 INFO O| Feb 23 16:42:15.505 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83422026-02-23T16:42:16.194Z[ recovery-image] Feb 23 16:42:15.535 INFO O| Feb 23 16:42:15.535 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83432026-02-23T16:42:16.218Z[ recovery-image] Feb 23 16:42:15.558 INFO O| Feb 23 16:42:15.558 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83442026-02-23T16:42:16.243Z[ recovery-image] Feb 23 16:42:15.576 INFO O| Feb 23 16:42:15.576 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83452026-02-23T16:42:16.243Z[ recovery-image] Feb 23 16:42:15.584 INFO O| Feb 23 16:42:15.584 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83462026-02-23T16:42:16.268Z[ recovery-image] Feb 23 16:42:15.592 INFO O| Feb 23 16:42:15.592 INFO no lofi found
83472026-02-23T16:42:16.268Z[ recovery-image] Feb 23 16:42:15.592 INFO O| Feb 23 16:42:15.592 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83482026-02-23T16:42:16.268Z[ recovery-image] Feb 23 16:42:15.592 INFO O| Feb 23 16:42:15.592 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83492026-02-23T16:42:20.662Z[ recovery-image] Feb 23 16:42:20.003 INFO O| Feb 23 16:42:20.003 INFO lofi device = /dev/dsk/c3t1d0p0
83502026-02-23T16:42:20.662Z[ recovery-image] Feb 23 16:42:20.003 INFO O| Feb 23 16:42:20.003 INFO pool device = /dev/dsk/c3t1d0p0
83512026-02-23T16:42:20.687Z[ recovery-image] Feb 23 16:42:20.004 INFO O| Feb 23 16:42:20.003 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"]
83522026-02-23T16:42:20.897Z[ recovery-image] Feb 23 16:42:20.238 INFO O| Feb 23 16:42:20.238 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83532026-02-23T16:42:20.898Z[ recovery-image] Feb 23 16:42:20.239 INFO O| Feb 23 16:42:20.238 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83542026-02-23T16:42:20.937Z[ recovery-image] Feb 23 16:42:20.278 INFO O| Feb 23 16:42:20.278 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83552026-02-23T16:42:21.291Z[ recovery-image] Feb 23 16:42:20.632 INFO O| Feb 23 16:42:20.632 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83562026-02-23T16:42:21.347Z[ recovery-image] Feb 23 16:42:20.688 INFO O| Feb 23 16:42:20.688 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83572026-02-23T16:42:21.378Z[ recovery-image] Feb 23 16:42:20.720 INFO O| Feb 23 16:42:20.719 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83582026-02-23T16:42:21.403Z[ recovery-image] Feb 23 16:42:20.742 INFO O| Feb 23 16:42:20.742 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83592026-02-23T16:42:21.461Z[ recovery-image] Feb 23 16:42:20.802 INFO O| Feb 23 16:42:20.802 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83602026-02-23T16:42:21.461Z[ recovery-image] Feb 23 16:42:20.802 INFO O| Feb 23 16:42:20.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83612026-02-23T16:42:21.486Z[ recovery-image] Feb 23 16:42:20.802 INFO O| Feb 23 16:42:20.802 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83622026-02-23T16:42:21.486Z[ recovery-image] Feb 23 16:42:20.815 INFO O| Feb 23 16:42:20.815 INFO boot environment UUID: a0f5978c-29ee-4240-8db8-15b2748dccde
83632026-02-23T16:42:21.486Z[ recovery-image] Feb 23 16:42:20.815 INFO O| Feb 23 16:42:20.815 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = a0f5978c-29ee-4240-8db8-15b2748dccde
83642026-02-23T16:42:21.513Z[ recovery-image] Feb 23 16:42:20.840 INFO O| Feb 23 16:42:20.840 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83652026-02-23T16:42:21.537Z[ recovery-image] Feb 23 16:42:20.864 INFO O| Feb 23 16:42:20.864 INFO STEP 0 (create_be) COMPLETE
83662026-02-23T16:42:21.537Z[ recovery-image] Feb 23 16:42:20.864 INFO O| Feb 23 16:42:20.864 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83672026-02-23T16:42:21.562Z[ recovery-image] Feb 23 16:42:20.885 INFO O| Feb 23 16:42:20.885 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"]
83682026-02-23T16:42:31.150Z[ recovery-image] Feb 23 16:42:30.491 INFO O| Feb 23 16:42:30.491 INFO STEP 1 (unpack_tar) COMPLETE
83692026-02-23T16:42:31.150Z[ recovery-image] Feb 23 16:42:30.491 INFO O| Feb 23 16:42:30.491 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83702026-02-23T16:42:31.175Z[ recovery-image] Feb 23 16:42:30.506 INFO O| Feb 23 16:42:30.506 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83712026-02-23T16:42:33.252Z[ recovery-image] Feb 23 16:42:32.593 INFO O| Feb 23 16:42:32.593 INFO STEP 2 (devfsadm) COMPLETE
83722026-02-23T16:42:33.252Z[ recovery-image] Feb 23 16:42:32.593 INFO O| Feb 23 16:42:32.593 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83732026-02-23T16:42:33.278Z[ recovery-image] Feb 23 16:42:32.611 INFO O| Feb 23 16:42:32.611 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83742026-02-23T16:42:33.278Z[ recovery-image] Feb 23 16:42:32.611 INFO O| Feb 23 16:42:32.611 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83752026-02-23T16:42:33.278Z[ recovery-image] Feb 23 16:42:32.611 INFO O| Feb 23 16:42:32.611 INFO STEP 3 (ensure_dir) COMPLETE
83762026-02-23T16:42:33.278Z[ recovery-image] Feb 23 16:42:32.611 INFO O| Feb 23 16:42:32.611 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83772026-02-23T16:42:33.303Z[ recovery-image] Feb 23 16:42:32.625 INFO O| Feb 23 16:42:32.625 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83782026-02-23T16:42:33.303Z[ recovery-image] Feb 23 16:42:32.625 INFO O| Feb 23 16:42:32.625 INFO STEP 4 (ensure_dir) COMPLETE
83792026-02-23T16:42:33.303Z[ recovery-image] Feb 23 16:42:32.625 INFO O| Feb 23 16:42:32.625 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83802026-02-23T16:42:33.303Z[ recovery-image] Feb 23 16:42:32.642 INFO O| Feb 23 16:42:32.642 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83812026-02-23T16:42:33.303Z[ recovery-image] Feb 23 16:42:32.642 INFO O| Feb 23 16:42:32.642 INFO STEP 5 (ensure_dir) COMPLETE
83822026-02-23T16:42:33.303Z[ recovery-image] Feb 23 16:42:32.642 INFO O| Feb 23 16:42:32.642 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83832026-02-23T16:42:33.328Z[ recovery-image] Feb 23 16:42:32.662 INFO O| Feb 23 16:42:32.662 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83842026-02-23T16:42:33.328Z[ recovery-image] Feb 23 16:42:32.663 INFO O| Feb 23 16:42:32.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83852026-02-23T16:42:33.328Z[ recovery-image] Feb 23 16:42:32.663 INFO O| Feb 23 16:42:32.662 INFO STEP 6 (ensure_dir) COMPLETE
83862026-02-23T16:42:33.328Z[ recovery-image] Feb 23 16:42:32.663 INFO O| Feb 23 16:42:32.662 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83872026-02-23T16:42:33.353Z[ recovery-image] Feb 23 16:42:32.683 INFO O| Feb 23 16:42:32.683 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83882026-02-23T16:42:33.353Z[ recovery-image] Feb 23 16:42:32.683 INFO O| Feb 23 16:42:32.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83892026-02-23T16:42:33.353Z[ recovery-image] Feb 23 16:42:32.683 INFO O| Feb 23 16:42:32.683 INFO STEP 7 (ensure_dir) COMPLETE
83902026-02-23T16:42:33.354Z[ recovery-image] Feb 23 16:42:32.683 INFO O| Feb 23 16:42:32.683 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83912026-02-23T16:42:33.378Z[ recovery-image] Feb 23 16:42:32.698 INFO O| Feb 23 16:42:32.698 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83922026-02-23T16:42:33.378Z[ recovery-image] Feb 23 16:42:32.699 INFO O| Feb 23 16:42:32.699 INFO STEP 8 (remove_files) COMPLETE
83932026-02-23T16:42:33.378Z[ recovery-image] Feb 23 16:42:32.699 INFO O| Feb 23 16:42:32.699 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83942026-02-23T16:42:33.378Z[ recovery-image] Feb 23 16:42:32.713 INFO O| Feb 23 16:42:32.713 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83952026-02-23T16:42:33.378Z[ recovery-image] Feb 23 16:42:32.715 INFO O| Feb 23 16:42:32.715 INFO STEP 9 (remove_files) COMPLETE
83962026-02-23T16:42:33.378Z[ recovery-image] Feb 23 16:42:32.715 INFO O| Feb 23 16:42:32.715 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83972026-02-23T16:42:33.403Z[ recovery-image] Feb 23 16:42:32.728 INFO O| Feb 23 16:42:32.728 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83982026-02-23T16:42:33.403Z[ recovery-image] Feb 23 16:42:32.729 INFO O| Feb 23 16:42:32.729 INFO STEP 10 (remove_files) COMPLETE
83992026-02-23T16:42:33.403Z[ recovery-image] Feb 23 16:42:32.729 INFO O| Feb 23 16:42:32.729 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84002026-02-23T16:42:33.403Z[ recovery-image] Feb 23 16:42:32.743 INFO O| Feb 23 16:42:32.743 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84012026-02-23T16:42:33.403Z[ recovery-image] Feb 23 16:42:32.744 INFO O| Feb 23 16:42:32.744 INFO STEP 11 (remove_files) COMPLETE
84022026-02-23T16:42:33.403Z[ recovery-image] Feb 23 16:42:32.744 INFO O| Feb 23 16:42:32.744 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84032026-02-23T16:42:33.427Z[ recovery-image] Feb 23 16:42:32.760 INFO O| Feb 23 16:42:32.759 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84042026-02-23T16:42:33.428Z[ recovery-image] Feb 23 16:42:32.760 INFO O| Feb 23 16:42:32.760 INFO STEP 12 (remove_files) COMPLETE
84052026-02-23T16:42:33.428Z[ recovery-image] Feb 23 16:42:32.760 INFO O| Feb 23 16:42:32.760 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84062026-02-23T16:42:33.452Z[ recovery-image] Feb 23 16:42:32.774 INFO O| Feb 23 16:42:32.774 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84072026-02-23T16:42:33.452Z[ recovery-image] Feb 23 16:42:32.774 INFO O| Feb 23 16:42:32.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84082026-02-23T16:42:33.452Z[ recovery-image] Feb 23 16:42:32.774 INFO O| Feb 23 16:42:32.774 INFO STEP 13 (ensure_dir) COMPLETE
84092026-02-23T16:42:33.452Z[ recovery-image] Feb 23 16:42:32.774 INFO O| Feb 23 16:42:32.774 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84102026-02-23T16:42:33.453Z[ recovery-image] Feb 23 16:42:32.787 INFO O| Feb 23 16:42:32.787 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84112026-02-23T16:42:33.453Z[ recovery-image] Feb 23 16:42:32.787 INFO O| Feb 23 16:42:32.787 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84122026-02-23T16:42:33.453Z[ recovery-image] Feb 23 16:42:32.787 INFO O| Feb 23 16:42:32.787 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84132026-02-23T16:42:33.453Z[ recovery-image] Feb 23 16:42:32.787 INFO O| Feb 23 16:42:32.787 INFO STEP 14 (ensure_dir) COMPLETE
84142026-02-23T16:42:33.453Z[ recovery-image] Feb 23 16:42:32.787 INFO O| Feb 23 16:42:32.787 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84152026-02-23T16:42:33.478Z[ recovery-image] Feb 23 16:42:32.800 INFO O| Feb 23 16:42:32.800 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84162026-02-23T16:42:33.478Z[ recovery-image] Feb 23 16:42:32.800 INFO O| Feb 23 16:42:32.800 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84172026-02-23T16:42:33.478Z[ recovery-image] Feb 23 16:42:32.800 INFO O| Feb 23 16:42:32.800 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84182026-02-23T16:42:33.478Z[ recovery-image] Feb 23 16:42:32.800 INFO O| Feb 23 16:42:32.800 INFO STEP 15 (ensure_dir) COMPLETE
84192026-02-23T16:42:33.478Z[ recovery-image] Feb 23 16:42:32.800 INFO O| Feb 23 16:42:32.800 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84202026-02-23T16:42:33.478Z[ recovery-image] Feb 23 16:42:32.812 INFO O| Feb 23 16:42:32.812 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84212026-02-23T16:42:33.478Z[ recovery-image] Feb 23 16:42:32.812 INFO O| Feb 23 16:42:32.812 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84222026-02-23T16:42:33.478Z[ recovery-image] Feb 23 16:42:32.812 INFO O| Feb 23 16:42:32.812 INFO STEP 16 (ensure_dir) COMPLETE
84232026-02-23T16:42:33.478Z[ recovery-image] Feb 23 16:42:32.812 INFO O| Feb 23 16:42:32.812 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84242026-02-23T16:42:33.504Z[ recovery-image] Feb 23 16:42:32.825 INFO O| Feb 23 16:42:32.825 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84252026-02-23T16:42:33.504Z[ recovery-image] Feb 23 16:42:32.825 INFO O| Feb 23 16:42:32.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84262026-02-23T16:42:33.505Z[ recovery-image] Feb 23 16:42:32.825 INFO O| Feb 23 16:42:32.825 INFO STEP 17 (ensure_dir) COMPLETE
84272026-02-23T16:42:33.505Z[ recovery-image] Feb 23 16:42:32.825 INFO O| Feb 23 16:42:32.825 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84282026-02-23T16:42:33.505Z[ recovery-image] Feb 23 16:42:32.841 INFO O| Feb 23 16:42:32.841 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84292026-02-23T16:42:33.505Z[ recovery-image] Feb 23 16:42:32.841 INFO O| Feb 23 16:42:32.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84302026-02-23T16:42:33.505Z[ recovery-image] Feb 23 16:42:32.841 INFO O| Feb 23 16:42:32.841 INFO ok!
84312026-02-23T16:42:33.505Z[ recovery-image] Feb 23 16:42:32.841 INFO O| Feb 23 16:42:32.841 INFO STEP 18 (ensure_symlink) COMPLETE
84322026-02-23T16:42:33.505Z[ recovery-image] Feb 23 16:42:32.841 INFO O| Feb 23 16:42:32.841 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84332026-02-23T16:42:33.530Z[ recovery-image] Feb 23 16:42:32.856 INFO O| Feb 23 16:42:32.856 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84342026-02-23T16:42:33.530Z[ recovery-image] Feb 23 16:42:32.856 INFO O| Feb 23 16:42:32.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84352026-02-23T16:42:33.530Z[ recovery-image] Feb 23 16:42:32.856 INFO O| Feb 23 16:42:32.856 INFO ok!
84362026-02-23T16:42:33.530Z[ recovery-image] Feb 23 16:42:32.856 INFO O| Feb 23 16:42:32.856 INFO STEP 19 (ensure_file) COMPLETE
84372026-02-23T16:42:33.530Z[ recovery-image] Feb 23 16:42:32.856 INFO O| Feb 23 16:42:32.856 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84382026-02-23T16:42:33.555Z[ recovery-image] Feb 23 16:42:32.871 INFO O| Feb 23 16:42:32.871 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84392026-02-23T16:42:33.555Z[ recovery-image] Feb 23 16:42:32.871 INFO O| Feb 23 16:42:32.871 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84402026-02-23T16:42:33.556Z[ recovery-image] Feb 23 16:42:32.871 INFO O| Feb 23 16:42:32.871 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84412026-02-23T16:42:33.556Z[ recovery-image] Feb 23 16:42:32.871 INFO O| Feb 23 16:42:32.871 INFO ok!
84422026-02-23T16:42:33.556Z[ recovery-image] Feb 23 16:42:32.871 INFO O| Feb 23 16:42:32.871 INFO STEP 20 (ensure_symlink) COMPLETE
84432026-02-23T16:42:33.556Z[ recovery-image] Feb 23 16:42:32.871 INFO O| Feb 23 16:42:32.871 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84442026-02-23T16:42:33.556Z[ recovery-image] Feb 23 16:42:32.887 INFO O| Feb 23 16:42:32.887 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84452026-02-23T16:42:33.556Z[ recovery-image] Feb 23 16:42:32.887 INFO O| Feb 23 16:42:32.887 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84462026-02-23T16:42:33.556Z[ recovery-image] Feb 23 16:42:32.887 INFO O| Feb 23 16:42:32.887 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84472026-02-23T16:42:33.556Z[ recovery-image] Feb 23 16:42:32.887 INFO O| Feb 23 16:42:32.887 INFO ok!
84482026-02-23T16:42:33.556Z[ recovery-image] Feb 23 16:42:32.887 INFO O| Feb 23 16:42:32.887 INFO STEP 21 (ensure_symlink) COMPLETE
84492026-02-23T16:42:33.556Z[ recovery-image] Feb 23 16:42:32.887 INFO O| Feb 23 16:42:32.887 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84502026-02-23T16:42:33.581Z[ recovery-image] Feb 23 16:42:32.904 INFO O| Feb 23 16:42:32.904 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84512026-02-23T16:42:33.581Z[ recovery-image] Feb 23 16:42:32.904 INFO O| Feb 23 16:42:32.904 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84522026-02-23T16:42:33.581Z[ recovery-image] Feb 23 16:42:32.904 INFO O| Feb 23 16:42:32.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84532026-02-23T16:42:33.581Z[ recovery-image] Feb 23 16:42:32.904 INFO O| Feb 23 16:42:32.904 INFO ok!
84542026-02-23T16:42:33.581Z[ recovery-image] Feb 23 16:42:32.904 INFO O| Feb 23 16:42:32.904 INFO STEP 22 (ensure_symlink) COMPLETE
84552026-02-23T16:42:33.581Z[ recovery-image] Feb 23 16:42:32.904 INFO O| Feb 23 16:42:32.904 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84562026-02-23T16:42:33.581Z[ recovery-image] Feb 23 16:42:32.919 INFO O| Feb 23 16:42:32.919 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84572026-02-23T16:42:33.581Z[ recovery-image] Feb 23 16:42:32.919 INFO O| Feb 23 16:42:32.919 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84582026-02-23T16:42:33.581Z[ recovery-image] Feb 23 16:42:32.919 INFO O| Feb 23 16:42:32.919 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84592026-02-23T16:42:33.581Z[ recovery-image] Feb 23 16:42:32.919 INFO O| Feb 23 16:42:32.919 INFO ok!
84602026-02-23T16:42:33.581Z[ recovery-image] Feb 23 16:42:32.919 INFO O| Feb 23 16:42:32.919 INFO STEP 23 (ensure_symlink) COMPLETE
84612026-02-23T16:42:33.581Z[ recovery-image] Feb 23 16:42:32.919 INFO O| Feb 23 16:42:32.919 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84622026-02-23T16:42:33.606Z[ recovery-image] Feb 23 16:42:32.935 INFO O| Feb 23 16:42:32.935 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84632026-02-23T16:42:33.606Z[ recovery-image] Feb 23 16:42:32.935 INFO O| Feb 23 16:42:32.935 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 ...
84642026-02-23T16:42:33.606Z[ recovery-image] Feb 23 16:42:32.935 INFO O| Feb 23 16:42:32.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84652026-02-23T16:42:33.606Z[ recovery-image] Feb 23 16:42:32.935 INFO O| Feb 23 16:42:32.935 INFO ok!
84662026-02-23T16:42:33.606Z[ recovery-image] Feb 23 16:42:32.935 INFO O| Feb 23 16:42:32.935 INFO STEP 24 (ensure_file) COMPLETE
84672026-02-23T16:42:33.606Z[ recovery-image] Feb 23 16:42:32.935 INFO O| Feb 23 16:42:32.935 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84682026-02-23T16:42:33.630Z[ recovery-image] Feb 23 16:42:32.950 INFO O| Feb 23 16:42:32.950 INFO updating shadow file
84692026-02-23T16:42:33.631Z[ recovery-image] Feb 23 16:42:32.951 INFO O| Feb 23 16:42:32.951 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84702026-02-23T16:42:33.631Z[ recovery-image] Feb 23 16:42:32.951 INFO O| Feb 23 16:42:32.951 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84712026-02-23T16:42:33.631Z[ recovery-image] Feb 23 16:42:32.951 INFO O| Feb 23 16:42:32.951 INFO STEP 25 (shadow) COMPLETE
84722026-02-23T16:42:33.631Z[ recovery-image] Feb 23 16:42:32.951 INFO O| Feb 23 16:42:32.951 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84732026-02-23T16:42:33.631Z[ recovery-image] Feb 23 16:42:32.966 INFO O| Feb 23 16:42:32.966 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84742026-02-23T16:42:33.631Z[ recovery-image] Feb 23 16:42:32.966 INFO O| Feb 23 16:42:32.966 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84752026-02-23T16:42:33.631Z[ recovery-image] Feb 23 16:42:32.966 INFO O| Feb 23 16:42:32.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84762026-02-23T16:42:33.631Z[ recovery-image] Feb 23 16:42:32.966 INFO O| Feb 23 16:42:32.966 INFO ok!
84772026-02-23T16:42:33.631Z[ recovery-image] Feb 23 16:42:32.966 INFO O| Feb 23 16:42:32.966 INFO STEP 26 (ensure_file) COMPLETE
84782026-02-23T16:42:33.631Z[ recovery-image] Feb 23 16:42:32.966 INFO O| Feb 23 16:42:32.966 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84792026-02-23T16:42:33.656Z[ recovery-image] Feb 23 16:42:32.980 INFO O| Feb 23 16:42:32.980 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84802026-02-23T16:42:33.656Z[ recovery-image] Feb 23 16:42:32.980 INFO O| Feb 23 16:42:32.980 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84812026-02-23T16:42:33.656Z[ recovery-image] Feb 23 16:42:32.980 INFO O| Feb 23 16:42:32.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84822026-02-23T16:42:33.656Z[ recovery-image] Feb 23 16:42:32.980 INFO O| Feb 23 16:42:32.980 INFO ok!
84832026-02-23T16:42:33.656Z[ recovery-image] Feb 23 16:42:32.980 INFO O| Feb 23 16:42:32.980 INFO STEP 27 (ensure_file) COMPLETE
84842026-02-23T16:42:33.656Z[ recovery-image] Feb 23 16:42:32.980 INFO O| Feb 23 16:42:32.980 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84852026-02-23T16:42:33.680Z[ recovery-image] Feb 23 16:42:33.000 INFO O| Feb 23 16:42:33.000 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84862026-02-23T16:42:33.680Z[ recovery-image] Feb 23 16:42:33.000 INFO O| Feb 23 16:42:33.000 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84872026-02-23T16:42:33.681Z[ recovery-image] Feb 23 16:42:33.000 INFO O| Feb 23 16:42:33.000 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84882026-02-23T16:42:33.681Z[ recovery-image] Feb 23 16:42:33.000 INFO O| Feb 23 16:42:33.000 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84892026-02-23T16:42:33.681Z[ recovery-image] Feb 23 16:42:33.000 INFO O| Feb 23 16:42:33.000 INFO ok!
84902026-02-23T16:42:33.681Z[ recovery-image] Feb 23 16:42:33.000 INFO O| Feb 23 16:42:33.000 INFO STEP 28 (ensure_file) COMPLETE
84912026-02-23T16:42:33.681Z[ recovery-image] Feb 23 16:42:33.000 INFO O| Feb 23 16:42:33.000 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84922026-02-23T16:42:33.681Z[ recovery-image] Feb 23 16:42:33.015 INFO O| Feb 23 16:42:33.015 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84932026-02-23T16:42:33.681Z[ recovery-image] Feb 23 16:42:33.015 INFO O| Feb 23 16:42:33.015 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84942026-02-23T16:42:33.705Z[ recovery-image] Feb 23 16:42:33.015 INFO O| Feb 23 16:42:33.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84952026-02-23T16:42:33.705Z[ recovery-image] Feb 23 16:42:33.015 INFO O| Feb 23 16:42:33.015 INFO ok!
84962026-02-23T16:42:33.705Z[ recovery-image] Feb 23 16:42:33.015 INFO O| Feb 23 16:42:33.015 INFO STEP 29 (ensure_file) COMPLETE
84972026-02-23T16:42:33.705Z[ recovery-image] Feb 23 16:42:33.015 INFO O| Feb 23 16:42:33.015 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84982026-02-23T16:42:33.705Z[ recovery-image] Feb 23 16:42:33.030 INFO O| Feb 23 16:42:33.030 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84992026-02-23T16:42:33.705Z[ recovery-image] Feb 23 16:42:33.030 INFO O| Feb 23 16:42:33.030 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85002026-02-23T16:42:33.705Z[ recovery-image] Feb 23 16:42:33.030 INFO O| Feb 23 16:42:33.030 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85012026-02-23T16:42:33.705Z[ recovery-image] Feb 23 16:42:33.030 INFO O| Feb 23 16:42:33.030 INFO STEP 30 (ensure_dir) COMPLETE
85022026-02-23T16:42:33.705Z[ recovery-image] Feb 23 16:42:33.030 INFO O| Feb 23 16:42:33.030 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85032026-02-23T16:42:33.730Z[ recovery-image] Feb 23 16:42:33.051 INFO O| Feb 23 16:42:33.051 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85042026-02-23T16:42:33.730Z[ recovery-image] Feb 23 16:42:33.051 INFO O| Feb 23 16:42:33.051 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 ...
85052026-02-23T16:42:33.730Z[ recovery-image] Feb 23 16:42:33.051 INFO O| Feb 23 16:42:33.051 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
85062026-02-23T16:42:33.730Z[ recovery-image] Feb 23 16:42:33.052 INFO O| Feb 23 16:42:33.051 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85072026-02-23T16:42:33.730Z[ recovery-image] Feb 23 16:42:33.052 INFO O| Feb 23 16:42:33.051 INFO ok!
85082026-02-23T16:42:33.730Z[ recovery-image] Feb 23 16:42:33.052 INFO O| Feb 23 16:42:33.051 INFO STEP 31 (ensure_file) COMPLETE
85092026-02-23T16:42:33.730Z[ recovery-image] Feb 23 16:42:33.052 INFO O| Feb 23 16:42:33.051 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85102026-02-23T16:42:33.730Z[ recovery-image] Feb 23 16:42:33.070 INFO O| Feb 23 16:42:33.069 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85112026-02-23T16:42:33.730Z[ recovery-image] Feb 23 16:42:33.070 INFO O| Feb 23 16:42:33.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85122026-02-23T16:42:33.730Z[ recovery-image] Feb 23 16:42:33.070 INFO O| Feb 23 16:42:33.070 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85132026-02-23T16:42:33.730Z[ recovery-image] Feb 23 16:42:33.070 INFO O| Feb 23 16:42:33.070 INFO STEP 32 (ensure_dir) COMPLETE
85142026-02-23T16:42:33.730Z[ recovery-image] Feb 23 16:42:33.070 INFO O| Feb 23 16:42:33.070 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85152026-02-23T16:42:33.755Z[ recovery-image] Feb 23 16:42:33.086 INFO O| Feb 23 16:42:33.086 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85162026-02-23T16:42:33.755Z[ recovery-image] Feb 23 16:42:33.086 INFO O| Feb 23 16:42:33.086 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 ...
85172026-02-23T16:42:33.755Z[ recovery-image] Feb 23 16:42:33.086 INFO O| Feb 23 16:42:33.086 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
85182026-02-23T16:42:33.755Z[ recovery-image] Feb 23 16:42:33.086 INFO O| Feb 23 16:42:33.086 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85192026-02-23T16:42:33.755Z[ recovery-image] Feb 23 16:42:33.086 INFO O| Feb 23 16:42:33.086 INFO ok!
85202026-02-23T16:42:33.755Z[ recovery-image] Feb 23 16:42:33.086 INFO O| Feb 23 16:42:33.086 INFO STEP 33 (ensure_file) COMPLETE
85212026-02-23T16:42:33.755Z[ recovery-image] Feb 23 16:42:33.086 INFO O| Feb 23 16:42:33.086 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85222026-02-23T16:42:33.780Z[ recovery-image] Feb 23 16:42:33.099 INFO O| Feb 23 16:42:33.098 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85232026-02-23T16:42:33.780Z[ recovery-image] Feb 23 16:42:33.099 INFO O| Feb 23 16:42:33.098 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85242026-02-23T16:42:33.780Z[ recovery-image] Feb 23 16:42:33.099 INFO O| Feb 23 16:42:33.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85252026-02-23T16:42:33.780Z[ recovery-image] Feb 23 16:42:33.099 INFO O| Feb 23 16:42:33.099 INFO ok!
85262026-02-23T16:42:33.780Z[ recovery-image] Feb 23 16:42:33.099 INFO O| Feb 23 16:42:33.099 INFO STEP 34 (ensure_file) COMPLETE
85272026-02-23T16:42:33.780Z[ recovery-image] Feb 23 16:42:33.099 INFO O| Feb 23 16:42:33.099 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85282026-02-23T16:42:33.780Z[ recovery-image] Feb 23 16:42:33.110 INFO O| Feb 23 16:42:33.110 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85292026-02-23T16:42:33.780Z[ recovery-image] Feb 23 16:42:33.110 INFO O| Feb 23 16:42:33.110 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85302026-02-23T16:42:33.780Z[ recovery-image] Feb 23 16:42:33.111 INFO O| Feb 23 16:42:33.111 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85312026-02-23T16:42:33.780Z[ recovery-image] Feb 23 16:42:33.111 INFO O| Feb 23 16:42:33.111 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85322026-02-23T16:42:33.780Z[ recovery-image] Feb 23 16:42:33.111 INFO O| Feb 23 16:42:33.111 INFO ok!
85332026-02-23T16:42:33.780Z[ recovery-image] Feb 23 16:42:33.111 INFO O| Feb 23 16:42:33.111 INFO STEP 35 (ensure_file) COMPLETE
85342026-02-23T16:42:33.780Z[ recovery-image] Feb 23 16:42:33.111 INFO O| Feb 23 16:42:33.111 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85352026-02-23T16:42:33.805Z[ recovery-image] Feb 23 16:42:33.123 INFO O| Feb 23 16:42:33.122 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85362026-02-23T16:42:33.805Z[ recovery-image] Feb 23 16:42:33.123 INFO O| Feb 23 16:42:33.123 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85372026-02-23T16:42:33.805Z[ recovery-image] Feb 23 16:42:33.123 INFO O| Feb 23 16:42:33.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85382026-02-23T16:42:33.805Z[ recovery-image] Feb 23 16:42:33.123 INFO O| Feb 23 16:42:33.123 INFO ok!
85392026-02-23T16:42:33.805Z[ recovery-image] Feb 23 16:42:33.123 INFO O| Feb 23 16:42:33.123 INFO STEP 36 (ensure_file) COMPLETE
85402026-02-23T16:42:33.805Z[ recovery-image] Feb 23 16:42:33.123 INFO O| Feb 23 16:42:33.123 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85412026-02-23T16:42:33.805Z[ recovery-image] Feb 23 16:42:33.135 INFO O| Feb 23 16:42:33.135 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85422026-02-23T16:42:33.805Z[ recovery-image] Feb 23 16:42:33.135 INFO O| Feb 23 16:42:33.135 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85432026-02-23T16:42:33.805Z[ recovery-image] Feb 23 16:42:33.135 INFO O| Feb 23 16:42:33.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85442026-02-23T16:42:33.805Z[ recovery-image] Feb 23 16:42:33.135 INFO O| Feb 23 16:42:33.135 INFO ok!
85452026-02-23T16:42:33.805Z[ recovery-image] Feb 23 16:42:33.135 INFO O| Feb 23 16:42:33.135 INFO STEP 37 (ensure_file) COMPLETE
85462026-02-23T16:42:33.805Z[ recovery-image] Feb 23 16:42:33.135 INFO O| Feb 23 16:42:33.135 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85472026-02-23T16:42:33.830Z[ recovery-image] Feb 23 16:42:33.146 INFO O| Feb 23 16:42:33.146 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85482026-02-23T16:42:33.830Z[ recovery-image] Feb 23 16:42:33.146 INFO O| Feb 23 16:42:33.146 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85492026-02-23T16:42:33.830Z[ recovery-image] Feb 23 16:42:33.147 INFO O| Feb 23 16:42:33.147 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85502026-02-23T16:42:33.830Z[ recovery-image] Feb 23 16:42:33.147 INFO O| Feb 23 16:42:33.147 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85512026-02-23T16:42:33.830Z[ recovery-image] Feb 23 16:42:33.147 INFO O| Feb 23 16:42:33.147 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85522026-02-23T16:42:33.830Z[ recovery-image] Feb 23 16:42:33.147 INFO O| Feb 23 16:42:33.147 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85532026-02-23T16:42:33.830Z[ recovery-image] Feb 23 16:42:33.147 INFO O| Feb 23 16:42:33.147 INFO ok!
85542026-02-23T16:42:33.830Z[ recovery-image] Feb 23 16:42:33.147 INFO O| Feb 23 16:42:33.147 INFO STEP 38 (ensure_file) COMPLETE
85552026-02-23T16:42:33.830Z[ recovery-image] Feb 23 16:42:33.147 INFO O| Feb 23 16:42:33.147 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85562026-02-23T16:42:33.830Z[ recovery-image] Feb 23 16:42:33.164 INFO O| Feb 23 16:42:33.164 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85572026-02-23T16:42:33.830Z[ recovery-image] Feb 23 16:42:33.164 INFO O| Feb 23 16:42:33.164 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85582026-02-23T16:42:33.830Z[ recovery-image] Feb 23 16:42:33.164 INFO O| Feb 23 16:42:33.164 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85592026-02-23T16:42:33.831Z[ recovery-image] Feb 23 16:42:33.164 INFO O| Feb 23 16:42:33.164 INFO STEP 39 (ensure_dir) COMPLETE
85602026-02-23T16:42:33.831Z[ recovery-image] Feb 23 16:42:33.164 INFO O| Feb 23 16:42:33.164 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85612026-02-23T16:42:33.856Z[ recovery-image] Feb 23 16:42:33.184 INFO O| Feb 23 16:42:33.184 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
85622026-02-23T16:42:33.856Z[ recovery-image] Feb 23 16:42:33.184 INFO O| Feb 23 16:42:33.184 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 ...
85632026-02-23T16:42:33.856Z[ recovery-image] Feb 23 16:42:33.185 INFO O| Feb 23 16:42:33.185 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
85642026-02-23T16:42:33.856Z[ recovery-image] Feb 23 16:42:33.185 INFO O| Feb 23 16:42:33.185 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
85652026-02-23T16:42:33.856Z[ recovery-image] Feb 23 16:42:33.185 INFO O| Feb 23 16:42:33.185 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
85662026-02-23T16:42:33.856Z[ recovery-image] Feb 23 16:42:33.185 INFO O| Feb 23 16:42:33.185 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
85672026-02-23T16:42:33.856Z[ recovery-image] Feb 23 16:42:33.185 INFO O| Feb 23 16:42:33.185 INFO ok!
85682026-02-23T16:42:33.856Z[ recovery-image] Feb 23 16:42:33.185 INFO O| Feb 23 16:42:33.185 INFO STEP 40 (ensure_file) COMPLETE
85692026-02-23T16:42:33.856Z[ recovery-image] Feb 23 16:42:33.185 INFO O| Feb 23 16:42:33.185 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85702026-02-23T16:42:33.881Z[ recovery-image] Feb 23 16:42:33.203 INFO O| Feb 23 16:42:33.203 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85712026-02-23T16:42:33.881Z[ recovery-image] Feb 23 16:42:33.203 INFO O| Feb 23 16:42:33.203 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 ...
85722026-02-23T16:42:33.882Z[ recovery-image] Feb 23 16:42:33.203 INFO O| Feb 23 16:42:33.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85732026-02-23T16:42:33.882Z[ recovery-image] Feb 23 16:42:33.203 INFO O| Feb 23 16:42:33.203 INFO ok!
85742026-02-23T16:42:33.882Z[ recovery-image] Feb 23 16:42:33.203 INFO O| Feb 23 16:42:33.203 INFO STEP 41 (ensure_symlink) COMPLETE
85752026-02-23T16:42:33.882Z[ recovery-image] Feb 23 16:42:33.203 INFO O| Feb 23 16:42:33.203 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85762026-02-23T16:42:33.882Z[ recovery-image] Feb 23 16:42:33.218 INFO O| Feb 23 16:42:33.218 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85772026-02-23T16:42:33.882Z[ recovery-image] Feb 23 16:42:33.218 INFO O| Feb 23 16:42:33.218 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85782026-02-23T16:42:33.882Z[ recovery-image] Feb 23 16:42:33.218 INFO O| Feb 23 16:42:33.218 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85792026-02-23T16:42:33.882Z[ recovery-image] Feb 23 16:42:33.218 INFO O| Feb 23 16:42:33.218 INFO ok!
85802026-02-23T16:42:33.882Z[ recovery-image] Feb 23 16:42:33.218 INFO O| Feb 23 16:42:33.218 INFO STEP 42 (ensure_symlink) COMPLETE
85812026-02-23T16:42:33.882Z[ recovery-image] Feb 23 16:42:33.219 INFO O| Feb 23 16:42:33.218 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85822026-02-23T16:42:33.906Z[ recovery-image] Feb 23 16:42:33.236 INFO O| Feb 23 16:42:33.235 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85832026-02-23T16:42:33.906Z[ recovery-image] Feb 23 16:42:33.236 INFO O| Feb 23 16:42:33.235 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85842026-02-23T16:42:33.906Z[ recovery-image] Feb 23 16:42:33.236 INFO O| Feb 23 16:42:33.236 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85852026-02-23T16:42:33.906Z[ recovery-image] Feb 23 16:42:33.236 INFO O| Feb 23 16:42:33.236 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85862026-02-23T16:42:33.906Z[ recovery-image] Feb 23 16:42:33.236 INFO O| Feb 23 16:42:33.236 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85872026-02-23T16:42:33.906Z[ recovery-image] Feb 23 16:42:33.236 INFO O| Feb 23 16:42:33.236 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85882026-02-23T16:42:33.906Z[ recovery-image] Feb 23 16:42:33.236 INFO O| Feb 23 16:42:33.236 INFO ok!
85892026-02-23T16:42:33.907Z[ recovery-image] Feb 23 16:42:33.236 INFO O| Feb 23 16:42:33.236 INFO STEP 43 (ensure_file) COMPLETE
85902026-02-23T16:42:33.907Z[ recovery-image] Feb 23 16:42:33.236 INFO O| Feb 23 16:42:33.236 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85912026-02-23T16:42:33.931Z[ recovery-image] Feb 23 16:42:33.253 INFO O| Feb 23 16:42:33.253 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85922026-02-23T16:42:33.931Z[ recovery-image] Feb 23 16:42:33.253 INFO O| Feb 23 16:42:33.253 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 ...
85932026-02-23T16:42:33.931Z[ recovery-image] Feb 23 16:42:33.254 INFO O| Feb 23 16:42:33.254 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
85942026-02-23T16:42:33.931Z[ recovery-image] Feb 23 16:42:33.254 INFO O| Feb 23 16:42:33.254 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85952026-02-23T16:42:33.931Z[ recovery-image] Feb 23 16:42:33.254 INFO O| Feb 23 16:42:33.254 INFO ok!
85962026-02-23T16:42:33.931Z[ recovery-image] Feb 23 16:42:33.254 INFO O| Feb 23 16:42:33.254 INFO STEP 44 (ensure_file) COMPLETE
85972026-02-23T16:42:33.931Z[ recovery-image] Feb 23 16:42:33.254 INFO O| Feb 23 16:42:33.254 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85982026-02-23T16:42:33.931Z[ recovery-image] Feb 23 16:42:33.271 INFO O| Feb 23 16:42:33.271 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85992026-02-23T16:42:33.931Z[ recovery-image] Feb 23 16:42:33.271 INFO O| Feb 23 16:42:33.271 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86002026-02-23T16:42:33.931Z[ recovery-image] Feb 23 16:42:33.272 INFO O| Feb 23 16:42:33.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86012026-02-23T16:42:33.931Z[ recovery-image] Feb 23 16:42:33.272 INFO O| Feb 23 16:42:33.272 INFO ok!
86022026-02-23T16:42:33.931Z[ recovery-image] Feb 23 16:42:33.272 INFO O| Feb 23 16:42:33.272 INFO STEP 45 (ensure_file) COMPLETE
86032026-02-23T16:42:33.931Z[ recovery-image] Feb 23 16:42:33.272 INFO O| Feb 23 16:42:33.272 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86042026-02-23T16:42:33.956Z[ recovery-image] Feb 23 16:42:33.287 INFO O| Feb 23 16:42:33.286 INFO updating shadow file
86052026-02-23T16:42:33.956Z[ recovery-image] Feb 23 16:42:33.287 INFO O| Feb 23 16:42:33.287 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86062026-02-23T16:42:33.956Z[ recovery-image] Feb 23 16:42:33.287 INFO O| Feb 23 16:42:33.287 INFO STEP 46 (shadow) COMPLETE
86072026-02-23T16:42:33.956Z[ recovery-image] Feb 23 16:42:33.287 INFO O| Feb 23 16:42:33.287 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86082026-02-23T16:42:33.981Z[ recovery-image] Feb 23 16:42:33.299 INFO O| Feb 23 16:42:33.299 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86092026-02-23T16:42:33.981Z[ recovery-image] Feb 23 16:42:33.299 INFO O| Feb 23 16:42:33.299 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86102026-02-23T16:42:33.981Z[ recovery-image] Feb 23 16:42:33.299 INFO O| Feb 23 16:42:33.299 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86112026-02-23T16:42:33.981Z[ recovery-image] Feb 23 16:42:33.299 INFO O| Feb 23 16:42:33.299 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86122026-02-23T16:42:33.981Z[ recovery-image] Feb 23 16:42:33.299 INFO O| Feb 23 16:42:33.299 INFO ok!
86132026-02-23T16:42:33.981Z[ recovery-image] Feb 23 16:42:33.299 INFO O| Feb 23 16:42:33.299 INFO STEP 47 (ensure_file) COMPLETE
86142026-02-23T16:42:33.981Z[ recovery-image] Feb 23 16:42:33.299 INFO O| Feb 23 16:42:33.299 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86152026-02-23T16:42:33.981Z[ recovery-image] Feb 23 16:42:33.315 INFO O| Feb 23 16:42:33.315 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86162026-02-23T16:42:33.981Z[ recovery-image] Feb 23 16:42:33.315 INFO O| Feb 23 16:42:33.315 INFO STEP 48 (ensure_dir) COMPLETE
86172026-02-23T16:42:33.981Z[ recovery-image] Feb 23 16:42:33.315 INFO O| Feb 23 16:42:33.315 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86182026-02-23T16:42:34.006Z[ recovery-image] Feb 23 16:42:33.329 INFO O| Feb 23 16:42:33.329 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86192026-02-23T16:42:34.006Z[ recovery-image] Feb 23 16:42:33.329 INFO O| Feb 23 16:42:33.329 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86202026-02-23T16:42:34.006Z[ recovery-image] Feb 23 16:42:33.329 INFO O| Feb 23 16:42:33.329 INFO STEP 49 (ensure_dir) COMPLETE
86212026-02-23T16:42:34.006Z[ recovery-image] Feb 23 16:42:33.329 INFO O| Feb 23 16:42:33.329 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86222026-02-23T16:42:34.006Z[ recovery-image] Feb 23 16:42:33.341 INFO O| Feb 23 16:42:33.340 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86232026-02-23T16:42:34.006Z[ recovery-image] Feb 23 16:42:33.341 INFO O| Feb 23 16:42:33.341 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86242026-02-23T16:42:34.006Z[ recovery-image] Feb 23 16:42:33.341 INFO O| Feb 23 16:42:33.341 INFO STEP 50 (ensure_dir) COMPLETE
86252026-02-23T16:42:34.006Z[ recovery-image] Feb 23 16:42:33.341 INFO O| Feb 23 16:42:33.341 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86262026-02-23T16:42:34.030Z[ recovery-image] Feb 23 16:42:33.356 INFO O| Feb 23 16:42:33.356 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86272026-02-23T16:42:34.030Z[ recovery-image] Feb 23 16:42:33.356 INFO O| Feb 23 16:42:33.356 INFO copying /tmp/.tmpgSSCxU/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86282026-02-23T16:42:34.549Z[ recovery-image] Feb 23 16:42:33.889 INFO O| Feb 23 16:42:33.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86292026-02-23T16:42:34.549Z[ recovery-image] Feb 23 16:42:33.889 INFO O| Feb 23 16:42:33.889 INFO ok!
86302026-02-23T16:42:34.574Z[ recovery-image] Feb 23 16:42:33.889 INFO O| Feb 23 16:42:33.889 INFO STEP 51 (ensure_file) COMPLETE
86312026-02-23T16:42:34.574Z[ recovery-image] Feb 23 16:42:33.889 INFO O| Feb 23 16:42:33.889 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86322026-02-23T16:42:34.608Z[ recovery-image] Feb 23 16:42:33.949 INFO O| Feb 23 16:42:33.949 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86332026-02-23T16:42:34.608Z[ recovery-image] Feb 23 16:42:33.949 INFO O| Feb 23 16:42:33.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86342026-02-23T16:42:34.632Z[ recovery-image] Feb 23 16:42:33.949 INFO O| Feb 23 16:42:33.949 INFO STEP 52 (ensure_dir) COMPLETE
86352026-02-23T16:42:34.632Z[ recovery-image] Feb 23 16:42:33.949 INFO O| Feb 23 16:42:33.949 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86362026-02-23T16:42:34.658Z[ recovery-image] Feb 23 16:42:33.984 INFO O| Feb 23 16:42:33.984 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86372026-02-23T16:42:34.658Z[ recovery-image] Feb 23 16:42:33.984 INFO O| Feb 23 16:42:33.984 INFO copying /tmp/.tmpgSSCxU/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86382026-02-23T16:42:34.658Z[ recovery-image] Feb 23 16:42:33.984 INFO O| Feb 23 16:42:33.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86392026-02-23T16:42:34.658Z[ recovery-image] Feb 23 16:42:33.984 INFO O| Feb 23 16:42:33.984 INFO ok!
86402026-02-23T16:42:34.658Z[ recovery-image] Feb 23 16:42:33.984 INFO O| Feb 23 16:42:33.984 INFO STEP 53 (ensure_file) COMPLETE
86412026-02-23T16:42:34.658Z[ recovery-image] Feb 23 16:42:33.984 INFO O| Feb 23 16:42:33.984 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86422026-02-23T16:42:34.682Z[ recovery-image] Feb 23 16:42:34.019 INFO O| Feb 23 16:42:34.019 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86432026-02-23T16:42:34.682Z[ recovery-image] Feb 23 16:42:34.019 INFO O| Feb 23 16:42:34.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86442026-02-23T16:42:34.682Z[ recovery-image] Feb 23 16:42:34.019 INFO O| Feb 23 16:42:34.019 INFO STEP 54 (ensure_dir) COMPLETE
86452026-02-23T16:42:34.683Z[ recovery-image] Feb 23 16:42:34.019 INFO O| Feb 23 16:42:34.019 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86462026-02-23T16:42:34.741Z[ recovery-image] Feb 23 16:42:34.083 INFO O| Feb 23 16:42:34.082 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86472026-02-23T16:42:34.741Z[ recovery-image] Feb 23 16:42:34.083 INFO O| Feb 23 16:42:34.082 INFO copying /tmp/.tmpgSSCxU/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86482026-02-23T16:42:37.400Z[ recovery-image] Feb 23 16:42:36.741 INFO O| Feb 23 16:42:36.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86492026-02-23T16:42:37.400Z[ recovery-image] Feb 23 16:42:36.741 INFO O| Feb 23 16:42:36.741 INFO ok!
86502026-02-23T16:42:37.424Z[ recovery-image] Feb 23 16:42:36.741 INFO O| Feb 23 16:42:36.741 INFO STEP 55 (ensure_file) COMPLETE
86512026-02-23T16:42:37.425Z[ recovery-image] Feb 23 16:42:36.741 INFO O| Feb 23 16:42:36.741 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86522026-02-23T16:42:37.425Z[ recovery-image] Feb 23 16:42:36.757 INFO O| Feb 23 16:42:36.757 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86532026-02-23T16:42:37.425Z[ recovery-image] Feb 23 16:42:36.757 INFO O| Feb 23 16:42:36.757 INFO copying /tmp/.tmpgSSCxU/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86542026-02-23T16:42:40.182Z[ recovery-image] Feb 23 16:42:39.523 INFO O| Feb 23 16:42:39.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86552026-02-23T16:42:40.182Z[ recovery-image] Feb 23 16:42:39.524 INFO O| Feb 23 16:42:39.523 INFO ok!
86562026-02-23T16:42:40.207Z[ recovery-image] Feb 23 16:42:39.524 INFO O| Feb 23 16:42:39.523 INFO STEP 56 (ensure_file) COMPLETE
86572026-02-23T16:42:40.207Z[ recovery-image] Feb 23 16:42:39.524 INFO O| Feb 23 16:42:39.523 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86582026-02-23T16:42:40.207Z[ recovery-image] Feb 23 16:42:39.537 INFO O| Feb 23 16:42:39.537 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86592026-02-23T16:42:40.207Z[ recovery-image] Feb 23 16:42:39.537 INFO O| Feb 23 16:42:39.537 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86602026-02-23T16:42:40.207Z[ recovery-image] Feb 23 16:42:39.537 INFO O| Feb 23 16:42:39.537 INFO STEP 57 (ensure_dir) COMPLETE
86612026-02-23T16:42:40.207Z[ recovery-image] Feb 23 16:42:39.537 INFO O| Feb 23 16:42:39.537 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86622026-02-23T16:42:40.207Z[ recovery-image] Feb 23 16:42:39.547 INFO O| Feb 23 16:42:39.547 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86632026-02-23T16:42:40.207Z[ recovery-image] Feb 23 16:42:39.547 INFO O| Feb 23 16:42:39.547 INFO copying /tmp/.tmpgSSCxU/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 ...
86642026-02-23T16:42:40.207Z[ recovery-image] Feb 23 16:42:39.547 INFO O| Feb 23 16:42:39.547 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
86652026-02-23T16:42:40.207Z[ recovery-image] Feb 23 16:42:39.547 INFO O| Feb 23 16:42:39.547 INFO ok!
86662026-02-23T16:42:40.207Z[ recovery-image] Feb 23 16:42:39.547 INFO O| Feb 23 16:42:39.547 INFO STEP 58 (ensure_file) COMPLETE
86672026-02-23T16:42:40.207Z[ recovery-image] Feb 23 16:42:39.547 INFO O| Feb 23 16:42:39.547 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86682026-02-23T16:42:40.232Z[ recovery-image] Feb 23 16:42:39.558 INFO O| Feb 23 16:42:39.558 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86692026-02-23T16:42:40.232Z[ recovery-image] Feb 23 16:42:39.558 INFO O| Feb 23 16:42:39.558 INFO copying /tmp/.tmpgSSCxU/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 ...
86702026-02-23T16:42:40.234Z[ recovery-image] Feb 23 16:42:39.558 INFO O| Feb 23 16:42:39.558 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
86712026-02-23T16:42:40.234Z[ recovery-image] Feb 23 16:42:39.558 INFO O| Feb 23 16:42:39.558 INFO ok!
86722026-02-23T16:42:40.234Z[ recovery-image] Feb 23 16:42:39.558 INFO O| Feb 23 16:42:39.558 INFO STEP 59 (ensure_file) COMPLETE
86732026-02-23T16:42:40.234Z[ recovery-image] Feb 23 16:42:39.558 INFO O| Feb 23 16:42:39.558 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86742026-02-23T16:42:40.234Z[ recovery-image] Feb 23 16:42:39.569 INFO O| Feb 23 16:42:39.569 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86752026-02-23T16:42:40.234Z[ recovery-image] Feb 23 16:42:39.569 INFO O| Feb 23 16:42:39.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86762026-02-23T16:42:40.234Z[ recovery-image] Feb 23 16:42:39.569 INFO O| Feb 23 16:42:39.569 INFO STEP 60 (ensure_dir) COMPLETE
86772026-02-23T16:42:40.234Z[ recovery-image] Feb 23 16:42:39.569 INFO O| Feb 23 16:42:39.569 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86782026-02-23T16:42:40.259Z[ recovery-image] Feb 23 16:42:39.580 INFO O| Feb 23 16:42:39.580 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86792026-02-23T16:42:40.260Z[ recovery-image] Feb 23 16:42:39.581 INFO O| Feb 23 16:42:39.580 INFO copying /tmp/.tmpgSSCxU/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 ...
86802026-02-23T16:42:40.260Z[ recovery-image] Feb 23 16:42:39.581 INFO O| Feb 23 16:42:39.581 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86812026-02-23T16:42:40.260Z[ recovery-image] Feb 23 16:42:39.581 INFO O| Feb 23 16:42:39.581 INFO ok!
86822026-02-23T16:42:40.260Z[ recovery-image] Feb 23 16:42:39.581 INFO O| Feb 23 16:42:39.581 INFO STEP 61 (ensure_file) COMPLETE
86832026-02-23T16:42:40.260Z[ recovery-image] Feb 23 16:42:39.581 INFO O| Feb 23 16:42:39.581 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86842026-02-23T16:42:40.260Z[ recovery-image] Feb 23 16:42:39.597 INFO O| Feb 23 16:42:39.597 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86852026-02-23T16:42:40.260Z[ recovery-image] Feb 23 16:42:39.597 INFO O| Feb 23 16:42:39.597 INFO copying /tmp/.tmpgSSCxU/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 ...
86862026-02-23T16:42:40.260Z[ recovery-image] Feb 23 16:42:39.597 INFO O| Feb 23 16:42:39.597 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
86872026-02-23T16:42:40.260Z[ recovery-image] Feb 23 16:42:39.597 INFO O| Feb 23 16:42:39.597 INFO ok!
86882026-02-23T16:42:40.260Z[ recovery-image] Feb 23 16:42:39.597 INFO O| Feb 23 16:42:39.597 INFO STEP 62 (ensure_file) COMPLETE
86892026-02-23T16:42:40.260Z[ recovery-image] Feb 23 16:42:39.597 INFO O| Feb 23 16:42:39.597 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86902026-02-23T16:42:40.285Z[ recovery-image] Feb 23 16:42:39.610 INFO O| Feb 23 16:42:39.610 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86912026-02-23T16:42:40.285Z[ recovery-image] Feb 23 16:42:39.610 INFO O| Feb 23 16:42:39.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86922026-02-23T16:42:40.285Z[ recovery-image] Feb 23 16:42:39.610 INFO O| Feb 23 16:42:39.610 INFO STEP 63 (ensure_dir) COMPLETE
86932026-02-23T16:42:40.285Z[ recovery-image] Feb 23 16:42:39.610 INFO O| Feb 23 16:42:39.610 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86942026-02-23T16:42:40.285Z[ recovery-image] Feb 23 16:42:39.622 INFO O| Feb 23 16:42:39.622 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86952026-02-23T16:42:40.285Z[ recovery-image] Feb 23 16:42:39.622 INFO O| Feb 23 16:42:39.622 INFO copying /tmp/.tmpgSSCxU/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 ...
86962026-02-23T16:42:40.285Z[ recovery-image] Feb 23 16:42:39.622 INFO O| Feb 23 16:42:39.622 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86972026-02-23T16:42:40.285Z[ recovery-image] Feb 23 16:42:39.622 INFO O| Feb 23 16:42:39.622 INFO ok!
86982026-02-23T16:42:40.285Z[ recovery-image] Feb 23 16:42:39.622 INFO O| Feb 23 16:42:39.622 INFO STEP 64 (ensure_file) COMPLETE
86992026-02-23T16:42:40.285Z[ recovery-image] Feb 23 16:42:39.622 INFO O| Feb 23 16:42:39.622 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87002026-02-23T16:42:40.310Z[ recovery-image] Feb 23 16:42:39.634 INFO O| Feb 23 16:42:39.634 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87012026-02-23T16:42:40.310Z[ recovery-image] Feb 23 16:42:39.634 INFO O| Feb 23 16:42:39.634 INFO copying /tmp/.tmpgSSCxU/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87022026-02-23T16:42:40.310Z[ recovery-image] Feb 23 16:42:39.634 INFO O| Feb 23 16:42:39.634 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87032026-02-23T16:42:40.310Z[ recovery-image] Feb 23 16:42:39.634 INFO O| Feb 23 16:42:39.634 INFO ok!
87042026-02-23T16:42:40.310Z[ recovery-image] Feb 23 16:42:39.634 INFO O| Feb 23 16:42:39.634 INFO STEP 65 (ensure_file) COMPLETE
87052026-02-23T16:42:40.310Z[ recovery-image] Feb 23 16:42:39.634 INFO O| Feb 23 16:42:39.634 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87062026-02-23T16:42:40.310Z[ recovery-image] Feb 23 16:42:39.646 INFO O| Feb 23 16:42:39.645 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87072026-02-23T16:42:40.310Z[ recovery-image] Feb 23 16:42:39.646 INFO O| Feb 23 16:42:39.646 INFO STEP 66 (ensure_dir) COMPLETE
87082026-02-23T16:42:40.311Z[ recovery-image] Feb 23 16:42:39.646 INFO O| Feb 23 16:42:39.646 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87092026-02-23T16:42:40.335Z[ recovery-image] Feb 23 16:42:39.657 INFO O| Feb 23 16:42:39.657 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87102026-02-23T16:42:40.335Z[ recovery-image] Feb 23 16:42:39.657 INFO O| Feb 23 16:42:39.657 INFO STEP 67 (ensure_dir) COMPLETE
87112026-02-23T16:42:40.335Z[ recovery-image] Feb 23 16:42:39.657 INFO O| Feb 23 16:42:39.657 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87122026-02-23T16:42:40.335Z[ recovery-image] Feb 23 16:42:39.672 INFO O| Feb 23 16:42:39.672 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87132026-02-23T16:42:40.335Z[ recovery-image] Feb 23 16:42:39.672 INFO O| Feb 23 16:42:39.672 INFO STEP 68 (ensure_dir) COMPLETE
87142026-02-23T16:42:40.335Z[ recovery-image] Feb 23 16:42:39.672 INFO O| Feb 23 16:42:39.672 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87152026-02-23T16:42:40.360Z[ recovery-image] Feb 23 16:42:39.686 INFO O| Feb 23 16:42:39.686 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87162026-02-23T16:42:40.360Z[ recovery-image] Feb 23 16:42:39.687 INFO O| Feb 23 16:42:39.686 INFO STEP 69 (ensure_dir) COMPLETE
87172026-02-23T16:42:40.360Z[ recovery-image] Feb 23 16:42:39.687 INFO O| Feb 23 16:42:39.686 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87182026-02-23T16:42:40.385Z[ recovery-image] Feb 23 16:42:39.702 INFO O| Feb 23 16:42:39.702 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87192026-02-23T16:42:40.385Z[ recovery-image] Feb 23 16:42:39.703 INFO O| Feb 23 16:42:39.702 INFO copying /tmp/.tmpgSSCxU/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87202026-02-23T16:42:40.385Z[ recovery-image] Feb 23 16:42:39.703 INFO O| Feb 23 16:42:39.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87212026-02-23T16:42:40.385Z[ recovery-image] Feb 23 16:42:39.703 INFO O| Feb 23 16:42:39.703 INFO ok!
87222026-02-23T16:42:40.385Z[ recovery-image] Feb 23 16:42:39.703 INFO O| Feb 23 16:42:39.703 INFO STEP 70 (ensure_file) COMPLETE
87232026-02-23T16:42:40.385Z[ recovery-image] Feb 23 16:42:39.703 INFO O| Feb 23 16:42:39.703 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87242026-02-23T16:42:40.385Z[ recovery-image] Feb 23 16:42:39.716 INFO O| Feb 23 16:42:39.716 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87252026-02-23T16:42:40.386Z[ recovery-image] Feb 23 16:42:39.716 INFO O| Feb 23 16:42:39.716 INFO STEP 71 (remove_files) COMPLETE
87262026-02-23T16:42:40.386Z[ recovery-image] Feb 23 16:42:39.716 INFO O| Feb 23 16:42:39.716 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87272026-02-23T16:42:40.410Z[ recovery-image] Feb 23 16:42:39.731 INFO O| Feb 23 16:42:39.731 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87282026-02-23T16:42:40.410Z[ recovery-image] Feb 23 16:42:39.731 INFO O| Feb 23 16:42:39.731 INFO STEP 72 (remove_files) COMPLETE
87292026-02-23T16:42:40.410Z[ recovery-image] Feb 23 16:42:39.731 INFO O| Feb 23 16:42:39.731 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87302026-02-23T16:42:40.411Z[ recovery-image] Feb 23 16:42:39.745 INFO O| Feb 23 16:42:39.745 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87312026-02-23T16:42:40.411Z[ recovery-image] Feb 23 16:42:39.745 INFO O| Feb 23 16:42:39.745 INFO STEP 73 (remove_files) COMPLETE
87322026-02-23T16:42:40.411Z[ recovery-image] Feb 23 16:42:39.745 INFO O| Feb 23 16:42:39.745 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87332026-02-23T16:42:40.444Z[ recovery-image] Feb 23 16:42:39.785 INFO O| Feb 23 16:42:39.785 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87342026-02-23T16:42:40.444Z[ recovery-image] Feb 23 16:42:39.785 INFO O| Feb 23 16:42:39.785 INFO STEP 74 (remove_files) COMPLETE
87352026-02-23T16:42:40.468Z[ recovery-image] Feb 23 16:42:39.785 INFO O| Feb 23 16:42:39.785 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87362026-02-23T16:42:40.468Z[ recovery-image] Feb 23 16:42:39.801 INFO O| Feb 23 16:42:39.801 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87372026-02-23T16:42:40.468Z[ recovery-image] Feb 23 16:42:39.801 INFO O| Feb 23 16:42:39.801 INFO STEP 75 (remove_files) COMPLETE
87382026-02-23T16:42:40.468Z[ recovery-image] Feb 23 16:42:39.801 INFO O| Feb 23 16:42:39.801 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87392026-02-23T16:42:40.493Z[ recovery-image] Feb 23 16:42:39.817 INFO O| Feb 23 16:42:39.816 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87402026-02-23T16:42:40.493Z[ recovery-image] Feb 23 16:42:39.817 INFO O| Feb 23 16:42:39.817 INFO STEP 76 (remove_files) COMPLETE
87412026-02-23T16:42:40.493Z[ recovery-image] Feb 23 16:42:39.817 INFO O| Feb 23 16:42:39.817 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87422026-02-23T16:42:40.493Z[ recovery-image] Feb 23 16:42:39.830 INFO O| Feb 23 16:42:39.830 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87432026-02-23T16:42:40.493Z[ recovery-image] Feb 23 16:42:39.830 INFO O| Feb 23 16:42:39.830 INFO STEP 77 (remove_files) COMPLETE
87442026-02-23T16:42:40.493Z[ recovery-image] Feb 23 16:42:39.830 INFO O| Feb 23 16:42:39.830 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87452026-02-23T16:42:40.518Z[ recovery-image] Feb 23 16:42:39.846 INFO O| Feb 23 16:42:39.846 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87462026-02-23T16:42:40.518Z[ recovery-image] Feb 23 16:42:39.846 INFO O| Feb 23 16:42:39.846 INFO STEP 78 (remove_files) COMPLETE
87472026-02-23T16:42:40.518Z[ recovery-image] Feb 23 16:42:39.846 INFO O| Feb 23 16:42:39.846 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87482026-02-23T16:42:40.542Z[ recovery-image] Feb 23 16:42:39.862 INFO O| Feb 23 16:42:39.861 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87492026-02-23T16:42:40.542Z[ recovery-image] Feb 23 16:42:39.862 INFO O| Feb 23 16:42:39.862 INFO STEP 79 (remove_files) COMPLETE
87502026-02-23T16:42:40.542Z[ recovery-image] Feb 23 16:42:39.862 INFO O| Feb 23 16:42:39.862 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87512026-02-23T16:42:40.542Z[ recovery-image] Feb 23 16:42:39.873 INFO O| Feb 23 16:42:39.873 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87522026-02-23T16:42:40.542Z[ recovery-image] Feb 23 16:42:39.873 INFO O| Feb 23 16:42:39.873 INFO STEP 80 (remove_files) COMPLETE
87532026-02-23T16:42:40.542Z[ recovery-image] Feb 23 16:42:39.873 INFO O| Feb 23 16:42:39.873 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87542026-02-23T16:42:40.567Z[ recovery-image] Feb 23 16:42:39.888 INFO O| Feb 23 16:42:39.888 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87552026-02-23T16:42:40.567Z[ recovery-image] Feb 23 16:42:39.888 INFO O| Feb 23 16:42:39.888 INFO STEP 81 (remove_files) COMPLETE
87562026-02-23T16:42:40.567Z[ recovery-image] Feb 23 16:42:39.888 INFO O| Feb 23 16:42:39.888 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87572026-02-23T16:42:40.567Z[ recovery-image] Feb 23 16:42:39.903 INFO O| Feb 23 16:42:39.903 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87582026-02-23T16:42:40.567Z[ recovery-image] Feb 23 16:42:39.903 INFO O| Feb 23 16:42:39.903 INFO STEP 82 (remove_files) COMPLETE
87592026-02-23T16:42:40.568Z[ recovery-image] Feb 23 16:42:39.903 INFO O| Feb 23 16:42:39.903 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87602026-02-23T16:42:40.593Z[ recovery-image] Feb 23 16:42:39.918 INFO O| Feb 23 16:42:39.918 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87612026-02-23T16:42:40.593Z[ recovery-image] Feb 23 16:42:39.918 INFO O| Feb 23 16:42:39.918 INFO STEP 83 (remove_files) COMPLETE
87622026-02-23T16:42:40.593Z[ recovery-image] Feb 23 16:42:39.918 INFO O| Feb 23 16:42:39.918 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87632026-02-23T16:42:40.593Z[ recovery-image] Feb 23 16:42:39.930 INFO O| Feb 23 16:42:39.930 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87642026-02-23T16:42:40.593Z[ recovery-image] Feb 23 16:42:39.930 INFO O| Feb 23 16:42:39.930 INFO STEP 84 (remove_files) COMPLETE
87652026-02-23T16:42:40.593Z[ recovery-image] Feb 23 16:42:39.930 INFO O| Feb 23 16:42:39.930 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87662026-02-23T16:42:40.617Z[ recovery-image] Feb 23 16:42:39.941 INFO O| Feb 23 16:42:39.941 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87672026-02-23T16:42:40.618Z[ recovery-image] Feb 23 16:42:39.941 INFO O| Feb 23 16:42:39.941 INFO STEP 85 (remove_files) COMPLETE
87682026-02-23T16:42:40.618Z[ recovery-image] Feb 23 16:42:39.941 INFO O| Feb 23 16:42:39.941 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87692026-02-23T16:42:40.618Z[ recovery-image] Feb 23 16:42:39.954 INFO O| Feb 23 16:42:39.954 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87702026-02-23T16:42:40.618Z[ recovery-image] Feb 23 16:42:39.954 INFO O| Feb 23 16:42:39.954 INFO STEP 86 (remove_files) COMPLETE
87712026-02-23T16:42:40.618Z[ recovery-image] Feb 23 16:42:39.954 INFO O| Feb 23 16:42:39.954 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87722026-02-23T16:42:40.642Z[ recovery-image] Feb 23 16:42:39.970 INFO O| Feb 23 16:42:39.970 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87732026-02-23T16:42:40.642Z[ recovery-image] Feb 23 16:42:39.970 INFO O| Feb 23 16:42:39.970 INFO STEP 87 (remove_files) COMPLETE
87742026-02-23T16:42:40.642Z[ recovery-image] Feb 23 16:42:39.970 INFO O| Feb 23 16:42:39.970 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87752026-02-23T16:42:40.667Z[ recovery-image] Feb 23 16:42:39.987 INFO O| Feb 23 16:42:39.987 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87762026-02-23T16:42:40.667Z[ recovery-image] Feb 23 16:42:39.987 INFO O| Feb 23 16:42:39.987 INFO STEP 88 (remove_files) COMPLETE
87772026-02-23T16:42:40.667Z[ recovery-image] Feb 23 16:42:39.987 INFO O| Feb 23 16:42:39.987 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87782026-02-23T16:42:40.667Z[ recovery-image] Feb 23 16:42:40.004 INFO O| Feb 23 16:42:40.004 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87792026-02-23T16:42:40.667Z[ recovery-image] Feb 23 16:42:40.004 INFO O| Feb 23 16:42:40.004 INFO STEP 89 (remove_files) COMPLETE
87802026-02-23T16:42:40.667Z[ recovery-image] Feb 23 16:42:40.004 INFO O| Feb 23 16:42:40.004 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87812026-02-23T16:42:40.692Z[ recovery-image] Feb 23 16:42:40.022 INFO O| Feb 23 16:42:40.022 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87822026-02-23T16:42:40.692Z[ recovery-image] Feb 23 16:42:40.022 INFO O| Feb 23 16:42:40.022 INFO STEP 90 (remove_files) COMPLETE
87832026-02-23T16:42:40.692Z[ recovery-image] Feb 23 16:42:40.022 INFO O| Feb 23 16:42:40.022 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87842026-02-23T16:42:40.716Z[ recovery-image] Feb 23 16:42:40.036 INFO O| Feb 23 16:42:40.036 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87852026-02-23T16:42:40.716Z[ recovery-image] Feb 23 16:42:40.036 INFO O| Feb 23 16:42:40.036 INFO STEP 91 (remove_files) COMPLETE
87862026-02-23T16:42:40.716Z[ recovery-image] Feb 23 16:42:40.036 INFO O| Feb 23 16:42:40.036 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87872026-02-23T16:42:40.716Z[ recovery-image] Feb 23 16:42:40.051 INFO O| Feb 23 16:42:40.051 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87882026-02-23T16:42:40.717Z[ recovery-image] Feb 23 16:42:40.051 INFO O| Feb 23 16:42:40.051 INFO STEP 92 (remove_files) COMPLETE
87892026-02-23T16:42:40.717Z[ recovery-image] Feb 23 16:42:40.051 INFO O| Feb 23 16:42:40.051 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87902026-02-23T16:42:40.742Z[ recovery-image] Feb 23 16:42:40.063 INFO O| Feb 23 16:42:40.063 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87912026-02-23T16:42:40.742Z[ recovery-image] Feb 23 16:42:40.063 INFO O| Feb 23 16:42:40.063 INFO STEP 93 (remove_files) COMPLETE
87922026-02-23T16:42:40.742Z[ recovery-image] Feb 23 16:42:40.063 INFO O| Feb 23 16:42:40.063 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87932026-02-23T16:42:40.742Z[ recovery-image] Feb 23 16:42:40.082 INFO O| Feb 23 16:42:40.082 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87942026-02-23T16:42:40.742Z[ recovery-image] Feb 23 16:42:40.082 INFO O| Feb 23 16:42:40.082 INFO STEP 94 (remove_files) COMPLETE
87952026-02-23T16:42:40.742Z[ recovery-image] Feb 23 16:42:40.082 INFO O| Feb 23 16:42:40.082 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87962026-02-23T16:42:40.767Z[ recovery-image] Feb 23 16:42:40.094 INFO O| Feb 23 16:42:40.094 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87972026-02-23T16:42:40.767Z[ recovery-image] Feb 23 16:42:40.094 INFO O| Feb 23 16:42:40.094 INFO STEP 95 (remove_files) COMPLETE
87982026-02-23T16:42:40.767Z[ recovery-image] Feb 23 16:42:40.094 INFO O| Feb 23 16:42:40.094 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87992026-02-23T16:42:40.791Z[ recovery-image] Feb 23 16:42:40.112 INFO O| Feb 23 16:42:40.112 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88002026-02-23T16:42:40.791Z[ recovery-image] Feb 23 16:42:40.112 INFO O| Feb 23 16:42:40.112 INFO STEP 96 (remove_files) COMPLETE
88012026-02-23T16:42:40.791Z[ recovery-image] Feb 23 16:42:40.112 INFO O| Feb 23 16:42:40.112 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88022026-02-23T16:42:40.791Z[ recovery-image] Feb 23 16:42:40.128 INFO O| Feb 23 16:42:40.128 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88032026-02-23T16:42:40.791Z[ recovery-image] Feb 23 16:42:40.128 INFO O| Feb 23 16:42:40.128 INFO STEP 97 (remove_files) COMPLETE
88042026-02-23T16:42:40.791Z[ recovery-image] Feb 23 16:42:40.128 INFO O| Feb 23 16:42:40.128 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88052026-02-23T16:42:40.816Z[ recovery-image] Feb 23 16:42:40.145 INFO O| Feb 23 16:42:40.145 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88062026-02-23T16:42:40.816Z[ recovery-image] Feb 23 16:42:40.145 INFO O| Feb 23 16:42:40.145 INFO STEP 98 (remove_files) COMPLETE
88072026-02-23T16:42:40.816Z[ recovery-image] Feb 23 16:42:40.145 INFO O| Feb 23 16:42:40.145 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88082026-02-23T16:42:40.840Z[ recovery-image] Feb 23 16:42:40.163 INFO O| Feb 23 16:42:40.162 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88092026-02-23T16:42:40.840Z[ recovery-image] Feb 23 16:42:40.163 INFO O| Feb 23 16:42:40.163 INFO STEP 99 (remove_files) COMPLETE
88102026-02-23T16:42:40.840Z[ recovery-image] Feb 23 16:42:40.163 INFO O| Feb 23 16:42:40.163 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88112026-02-23T16:42:40.865Z[ recovery-image] Feb 23 16:42:40.188 INFO O| Feb 23 16:42:40.187 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88122026-02-23T16:42:40.865Z[ recovery-image] Feb 23 16:42:40.189 INFO O| Feb 23 16:42:40.188 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"}
88132026-02-23T16:42:51.705Z[ recovery-image] Feb 23 16:42:51.045 INFO O| Feb 23 16:42:51.044 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
88142026-02-23T16:42:51.705Z[ recovery-image] Feb 23 16:42:51.045 INFO O| Feb 23 16:42:51.044 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88152026-02-23T16:42:51.754Z[ recovery-image] Feb 23 16:42:51.095 INFO O| Feb 23 16:42:51.095 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88162026-02-23T16:42:51.987Z[ recovery-image] Feb 23 16:42:51.328 INFO O| Feb 23 16:42:51.324 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "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"}
88172026-02-23T16:42:52.124Z[ recovery-image] Feb 23 16:42:51.463 INFO O| Feb 23 16:42:51.463 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88182026-02-23T16:42:52.262Z[ recovery-image] Feb 23 16:42:51.600 INFO O| Feb 23 16:42:51.600 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88192026-02-23T16:42:52.263Z[ recovery-image] Feb 23 16:42:51.600 INFO O| Feb 23 16:42:51.600 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 ...
88202026-02-23T16:42:52.292Z[ recovery-image] Feb 23 16:42:51.602 INFO O| Feb 23 16:42:51.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88212026-02-23T16:42:52.292Z[ recovery-image] Feb 23 16:42:51.602 INFO O| Feb 23 16:42:51.602 INFO ok!
88222026-02-23T16:42:52.293Z[ recovery-image] Feb 23 16:42:51.602 INFO O| Feb 23 16:42:51.602 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88232026-02-23T16:42:52.293Z[ recovery-image] Feb 23 16:42:51.603 INFO O| Feb 23 16:42:51.603 INFO STEP 100 (seed_smf) COMPLETE
88242026-02-23T16:42:52.293Z[ recovery-image] Feb 23 16:42:51.603 INFO O| Feb 23 16:42:51.603 INFO steps complete; finalising image!
88252026-02-23T16:42:52.293Z[ recovery-image] Feb 23 16:42:51.603 INFO O| Feb 23 16:42:51.603 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88262026-02-23T16:42:52.364Z[ recovery-image] Feb 23 16:42:51.705 INFO O| Feb 23 16:42:51.705 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon Feb 23 16:42:51 2026)
88272026-02-23T16:42:52.575Z[ recovery-image] Feb 23 16:42:51.916 INFO O| Feb 23 16:42:51.916 INFO trim TEMPORARY-sled-zfs-recovery: (70% trimmed, started at Mon Feb 23 16:42:51 2026)
88282026-02-23T16:42:52.785Z[ recovery-image] Feb 23 16:42:52.126 INFO O| Feb 23 16:42:52.126 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Mon Feb 23 16:42:51 2026)
88292026-02-23T16:42:53.011Z[ recovery-image] Feb 23 16:42:52.352 INFO O| Feb 23 16:42:52.352 INFO temporary pool has 432M used, 1.33G avail, 1.00x compressratio
88302026-02-23T16:42:53.036Z[ recovery-image] Feb 23 16:42:52.352 INFO O| Feb 23 16:42:52.352 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88312026-02-23T16:42:53.740Z[ recovery-image] Feb 23 16:42:53.081 INFO O| Feb 23 16:42:53.081 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
88322026-02-23T16:42:53.741Z[ recovery-image] Feb 23 16:42:53.081 INFO O| Feb 23 16:42:53.081 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88332026-02-23T16:42:59.372Z[ recovery-image] Feb 23 16:42:58.713 INFO O| Feb 23 16:42:58.713 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88342026-02-23T16:42:59.372Z[ recovery-image] Feb 23 16:42:58.713 INFO O| Feb 23 16:42:58.713 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88352026-02-23T16:42:59.372Z[ recovery-image] Feb 23 16:42:58.713 INFO O| Feb 23 16:42:58.713 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88362026-02-23T16:42:59.396Z[ recovery-image] Feb 23 16:42:58.713 INFO O| Feb 23 16:42:58.713 INFO completed processing sled/zfs-recovery
88372026-02-23T16:42:59.396Z[ recovery-image] Feb 23 16:42:58.713 INFO O| Feb 23 16:42:58.713 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88382026-02-23T16:42:59.538Z[ recovery-image] Feb 23 16:42:58.867 INFO O| Feb 23 16:42:58.867 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88392026-02-23T16:42:59.619Z[ recovery-image] Feb 23 16:42:58.961 INFO BUILD STRING "heads/stlouis-0-g877900aeb7\n"
88402026-02-23T16:42:59.620Z[ recovery-image] Feb 23 16:42:58.961 INFO expanded image name: "recovery 3dafdc6/${os_short_commit} 2026-02-23 15:48" -> "recovery 3dafdc6/877900a 2026-02-23 15:48"
88412026-02-23T16:42:59.644Z[ recovery-image] Feb 23 16:42:58.961 INFO output artefacts stored in: "/work/os-recovery"
88422026-02-23T16:42:59.644Z[ recovery-image] Feb 23 16:42:58.961 INFO collecting git info from project "chelsio-t6-roms"...
88432026-02-23T16:42:59.703Z[ recovery-image] Feb 23 16:42:59.045 INFO collecting git info from project "phbl"...
88442026-02-23T16:42:59.727Z[ recovery-image] Feb 23 16:42:59.068 INFO collecting git info from project "dmar-report"...
88452026-02-23T16:42:59.756Z[ recovery-image] Feb 23 16:42:59.097 INFO collecting git info from project "bootserver"...
88462026-02-23T16:42:59.781Z[ recovery-image] Feb 23 16:42:59.113 INFO collecting git info from project "amd-firmware"...
88472026-02-23T16:43:06.964Z[ host-image] Feb 23 16:43:06.306 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23794:20260223T133121Z
88482026-02-23T16:43:06.964Z[ host-image] Feb 23 16:43:06.306 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23794:20260223T133121Z
88492026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.306 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88502026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.306 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88512026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.306 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88522026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.306 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88532026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.306 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88542026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.306 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88552026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.307 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260223T154904Z
88562026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.307 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88572026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.307 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88582026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.307 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23794:20260223T133122Z
88592026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.308 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23794:20260223T133122Z
88602026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.309 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23794:20260223T133122Z
88612026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.309 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23794:20260223T133123Z
88622026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.309 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88632026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.309 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23794:20260223T133123Z
88642026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.310 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23794:20260223T133123Z
88652026-02-23T16:43:07.013Z[ host-image] Feb 23 16:43:06.310 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23794:20260223T133123Z
88662026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.310 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23794:20260223T133123Z
88672026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.310 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23794:20260223T133124Z
88682026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.310 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23794:20260223T133124Z
88692026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.310 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23794:20260223T133124Z
88702026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.310 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23794:20260223T133125Z
88712026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.310 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23794:20260223T133125Z
88722026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.311 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23794:20260223T133126Z
88732026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.311 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23794:20260223T133127Z
88742026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.311 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23794:20260223T133127Z
88752026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.311 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23794:20260223T133128Z
88762026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.311 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23794:20260223T133129Z
88772026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.311 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
88782026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.311 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23794:20260223T133130Z
88792026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.311 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23794:20260223T133132Z
88802026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.311 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23794:20260223T133133Z
88812026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.311 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23794:20260223T133134Z
88822026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.312 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23794:20260223T133135Z
88832026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.312 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23794:20260223T133135Z
88842026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.317 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
88852026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.317 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23794:20260223T133135Z
88862026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.317 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
88872026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.317 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
88882026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.317 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
88892026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.317 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23794:20260223T133136Z
88902026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.317 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
88912026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.317 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
88922026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.318 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
88932026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.318 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
88942026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.324 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
88952026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.324 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
88962026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.324 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
88972026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.325 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
88982026-02-23T16:43:07.014Z[ host-image] Feb 23 16:43:06.325 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
88992026-02-23T16:43:07.015Z[ host-image] Feb 23 16:43:06.325 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89002026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.342 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
89012026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.342 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89022026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.342 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89032026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.343 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23794:20260223T133137Z
89042026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.343 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23794:20260223T133143Z
89052026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.343 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89062026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.343 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23794:20260223T133144Z
89072026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.343 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89082026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.343 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89092026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.343 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
89102026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.343 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89112026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.343 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23794:20260223T133144Z
89122026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.343 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89132026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.345 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89142026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.345 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89152026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.345 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89162026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.346 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23794:20260223T133144Z
89172026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.346 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89182026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.352 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89192026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.352 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23794:20260223T133145Z
89202026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.353 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23794:20260223T133145Z
89212026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.354 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23794:20260223T133145Z
89222026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.354 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89232026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.354 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23794:20260223T133147Z
89242026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.354 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23794:20260223T133147Z
89252026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.354 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23794:20260223T133147Z
89262026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.354 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23794:20260223T133147Z
89272026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.356 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89282026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.356 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23794:20260223T133147Z
89292026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.356 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23794:20260223T133149Z
89302026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.356 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89312026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.357 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23794:20260223T133149Z
89322026-02-23T16:43:07.040Z[ host-image] Feb 23 16:43:06.357 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23794:20260223T133149Z
89332026-02-23T16:43:07.041Z[ host-image] Feb 23 16:43:06.357 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23794:20260223T133149Z
89342026-02-23T16:43:07.041Z[ host-image] Feb 23 16:43:06.357 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23794:20260223T133149Z
89352026-02-23T16:43:07.041Z[ host-image] Feb 23 16:43:06.361 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23794:20260223T133149Z
89362026-02-23T16:43:07.041Z[ host-image] Feb 23 16:43:06.361 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89372026-02-23T16:43:07.041Z[ host-image] Feb 23 16:43:06.362 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23794:20260223T133149Z
89382026-02-23T16:43:07.041Z[ host-image] Feb 23 16:43:06.362 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23794:20260223T133149Z
89392026-02-23T16:43:07.041Z[ host-image] Feb 23 16:43:06.362 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23794:20260223T133150Z
89402026-02-23T16:43:07.041Z[ host-image] Feb 23 16:43:06.363 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23794:20260223T133150Z
89412026-02-23T16:43:07.041Z[ host-image] Feb 23 16:43:06.363 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23794:20260223T133150Z
89422026-02-23T16:43:07.041Z[ host-image] Feb 23 16:43:06.363 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23794:20260223T133150Z
89432026-02-23T16:43:07.041Z[ host-image] Feb 23 16:43:06.363 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23794:20260223T133151Z
89442026-02-23T16:43:07.041Z[ host-image] Feb 23 16:43:06.368 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23794:20260223T133152Z
89452026-02-23T16:43:07.041Z[ host-image] Feb 23 16:43:06.368 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23794:20260223T133151Z
89462026-02-23T16:43:07.041Z[ host-image] Feb 23 16:43:06.368 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23794:20260223T133151Z
89472026-02-23T16:43:07.042Z[ host-image] Feb 23 16:43:06.369 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23794:20260223T133151Z
89482026-02-23T16:43:07.042Z[ host-image] Feb 23 16:43:06.369 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23794:20260223T133152Z
89492026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.385 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23794:20260223T133155Z
89502026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.385 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23794:20260223T133152Z
89512026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.385 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23794:20260223T133152Z
89522026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.385 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89532026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.385 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89542026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.401 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23794:20260223T133152Z
89552026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.401 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89562026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.401 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23794:20260223T133153Z
89572026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.401 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23794:20260223T133153Z
89582026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.402 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23794:20260223T133153Z
89592026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.402 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89602026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.403 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89612026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.403 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23794:20260223T133154Z
89622026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.403 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23794:20260223T133154Z
89632026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.403 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23794:20260223T133154Z
89642026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.403 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23794:20260223T133154Z
89652026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.403 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23794:20260223T133155Z
89662026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.404 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23794:20260223T133155Z
89672026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.405 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89682026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.405 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23794:20260223T133155Z
89692026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.406 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23794:20260223T133155Z
89702026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.406 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23794:20260223T133156Z
89712026-02-23T16:43:07.067Z[ host-image] Feb 23 16:43:06.406 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23794:20260223T133157Z
89722026-02-23T16:43:07.068Z[ host-image] Feb 23 16:43:06.407 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23794:20260223T133156Z
89732026-02-23T16:43:07.068Z[ host-image] Feb 23 16:43:06.407 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23794:20260223T133156Z
89742026-02-23T16:43:07.068Z[ host-image] Feb 23 16:43:06.407 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89752026-02-23T16:43:07.068Z[ host-image] Feb 23 16:43:06.407 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89762026-02-23T16:43:07.068Z[ host-image] Feb 23 16:43:06.407 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23794:20260223T133159Z
89772026-02-23T16:43:07.068Z[ host-image] Feb 23 16:43:06.407 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23794:20260223T133159Z
89782026-02-23T16:43:07.068Z[ host-image] Feb 23 16:43:06.407 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
89792026-02-23T16:43:07.068Z[ host-image] Feb 23 16:43:06.407 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
89802026-02-23T16:43:07.068Z[ host-image] Feb 23 16:43:06.407 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
89812026-02-23T16:43:07.068Z[ host-image] Feb 23 16:43:06.408 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
89822026-02-23T16:43:07.068Z[ host-image] Feb 23 16:43:06.408 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
89832026-02-23T16:43:07.068Z[ host-image] Feb 23 16:43:06.408 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
89842026-02-23T16:43:07.093Z[ host-image] Feb 23 16:43:06.410 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
89852026-02-23T16:43:07.093Z[ host-image] Feb 23 16:43:06.411 INFO O| tempdir @ "/tmp/.tmpgUWtTA/tmp"
89862026-02-23T16:43:07.093Z[ host-image] Feb 23 16:43:06.411 INFO O| image root @ "/tmp/.tmpgUWtTA/tmp/root"
89872026-02-23T16:43:07.093Z[ host-image] Feb 23 16:43:06.411 INFO O| creating image...
89882026-02-23T16:43:07.706Z[ host-image] Feb 23 16:43:07.046 INFO O| copying publishers...
89892026-02-23T16:43:13.757Z[ recovery-image] Feb 23 16:43:13.099 INFO collecting git info from project "amd-host-image-builder"...
89902026-02-23T16:43:14.326Z[ recovery-image] Feb 23 16:43:13.667 INFO collecting git info from project "image-builder"...
89912026-02-23T16:43:14.351Z[ recovery-image] Feb 23 16:43:13.684 INFO collecting git info from project "pinprick"...
89922026-02-23T16:43:14.375Z[ recovery-image] Feb 23 16:43:13.698 INFO collecting git info from project "pilot"...
89932026-02-23T16:43:14.400Z[ recovery-image] Feb 23 16:43:13.732 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
89942026-02-23T16:43:15.445Z[ recovery-image] Feb 23 16:43:14.787 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
89952026-02-23T16:43:16.118Z[ recovery-image] Feb 23 16:43:15.460 INFO creating Oxide boot image...
89962026-02-23T16:43:16.143Z[ recovery-image] Feb 23 16:43:15.460 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 3dafdc6/877900a 2026-02-23 15:48", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
89972026-02-23T16:44:14.768Z[ host-image] Feb 23 16:44:14.110 INFO O| adding properties...
89982026-02-23T16:44:16.658Z[ host-image] Feb 23 16:44:16.000 INFO O| installing packages...
89992026-02-23T16:44:39.183Z[ recovery-image] Feb 23 16:44:38.525 INFO O| ok, image written!
90002026-02-23T16:44:39.183Z[ recovery-image] Feb 23 16:44:38.525 INFO O| ok, boot_image_csum file written!
90012026-02-23T16:44:39.207Z[ recovery-image] Feb 23 16:44:38.533 INFO creating boot archive (CPIO)...
90022026-02-23T16:44:39.207Z[ recovery-image] Feb 23 16:44:38.533 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
90032026-02-23T16:44:39.231Z[ recovery-image] Feb 23 16:44:38.562 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90042026-02-23T16:44:39.232Z[ recovery-image] Feb 23 16:44:38.562 INFO E| + outfile=/work/os-recovery/cpio
90052026-02-23T16:44:39.232Z[ recovery-image] Feb 23 16:44:38.562 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90062026-02-23T16:44:39.232Z[ recovery-image] Feb 23 16:44:38.565 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90072026-02-23T16:44:39.232Z[ recovery-image] Feb 23 16:44:38.565 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90082026-02-23T16:44:39.285Z[ recovery-image] Feb 23 16:44:38.627 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90092026-02-23T16:44:39.285Z[ recovery-image] Feb 23 16:44:38.627 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90102026-02-23T16:44:39.309Z[ recovery-image] Feb 23 16:44:38.640 INFO creating compressed cpio/unix for dev loaders...
90112026-02-23T16:44:39.309Z[ recovery-image] Feb 23 16:44:38.640 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
90122026-02-23T16:44:39.888Z[ recovery-image] Feb 23 16:44:39.230 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90132026-02-23T16:44:46.713Z[ recovery-image] Feb 23 16:44:46.055 INFO creating reset image...
90142026-02-23T16:44:46.713Z[ recovery-image] Feb 23 16:44:46.055 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90152026-02-23T16:45:00.609Z[ host-image] Feb 23 16:44:59.952 INFO O| seeding SMF database...
90162026-02-23T16:45:09.496Z[ host-image] Feb 23 16:45:08.838 INFO O| configuring SMF profile...
90172026-02-23T16:45:09.496Z[ host-image] Feb 23 16:45:08.838 INFO O| modifying shadow(5)...
90182026-02-23T16:45:09.522Z[ host-image] Feb 23 16:45:08.839 INFO O| loading user and group database...
90192026-02-23T16:45:09.522Z[ host-image] Feb 23 16:45:08.839 INFO O| loading facet selections...
90202026-02-23T16:45:10.108Z[ host-image] Feb 23 16:45:09.451 INFO O| devel -> true
90212026-02-23T16:45:10.108Z[ host-image] Feb 23 16:45:09.451 INFO O| doc.man -> true
90222026-02-23T16:45:10.108Z[ host-image] Feb 23 16:45:09.451 INFO O| version-lock.shell/ksh93 -> true
90232026-02-23T16:45:10.133Z[ host-image] Feb 23 16:45:09.451 INFO O| version-lock.system/data/hardware-registry -> true
90242026-02-23T16:45:10.133Z[ host-image] Feb 23 16:45:09.451 INFO O| version-lock.system/data/zoneinfo -> true
90252026-02-23T16:45:10.133Z[ host-image] Feb 23 16:45:09.451 INFO O| version-lock.system/microcode/amd -> true
90262026-02-23T16:45:10.133Z[ host-image] Feb 23 16:45:09.451 INFO O| version-lock.system/microcode/intel -> true
90272026-02-23T16:45:10.133Z[ host-image] Feb 23 16:45:09.451 INFO O| version-lock.system/microcode/oxide -> true
90282026-02-23T16:45:10.133Z[ host-image] Feb 23 16:45:09.451 INFO O| assessing packaged files...
90292026-02-23T16:45:13.568Z[ host-image] Feb 23 16:45:12.910 INFO O| creating archive...
90302026-02-23T16:45:13.619Z[ host-image] Feb 23 16:45:12.961 INFO O| missing from packaging:
90312026-02-23T16:45:13.619Z[ host-image] Feb 23 16:45:12.961 INFO O| "etc/.pwd.lock"
90322026-02-23T16:45:13.619Z[ host-image] Feb 23 16:45:12.961 INFO O| "etc/bash"
90332026-02-23T16:45:13.643Z[ host-image] Feb 23 16:45:12.968 INFO O| "etc/svc/profile/generic.xml"
90342026-02-23T16:45:13.644Z[ host-image] Feb 23 16:45:12.969 INFO O| "etc/svc/profile/inetd_services.xml"
90352026-02-23T16:45:13.645Z[ host-image] Feb 23 16:45:12.969 INFO O| "etc/svc/profile/name_service.xml"
90362026-02-23T16:45:13.645Z[ host-image] Feb 23 16:45:12.969 INFO O| "etc/svc/profile/platform.xml"
90372026-02-23T16:45:13.645Z[ host-image] Feb 23 16:45:12.969 INFO O| "etc/svc/profile/platform_omicron1.xml"
90382026-02-23T16:45:13.645Z[ host-image] Feb 23 16:45:12.969 INFO O| "etc/svc/repository.db"
90392026-02-23T16:45:13.645Z[ host-image] Feb 23 16:45:12.981 INFO O| "opt/ooce/share"
90402026-02-23T16:45:13.645Z[ host-image] Feb 23 16:45:12.981 INFO O| "opt/ooce/share/man"
90412026-02-23T16:45:13.645Z[ host-image] Feb 23 16:45:12.981 INFO O| "opt/ooce/share/man/man1"
90422026-02-23T16:45:13.670Z[ host-image] Feb 23 16:45:12.994 INFO O| finishing archive...
90432026-02-23T16:45:18.134Z[ host-image] Feb 23 16:45:17.477 INFO O| creating gzonly manifest...
90442026-02-23T16:45:18.159Z[ host-image] Feb 23 16:45:17.486 INFO O| ok
90452026-02-23T16:45:18.424Z[ host-image] Feb 23 16:45:17.766 INFO image builder template: ramdisk-02-trim...
90462026-02-23T16:45:18.424Z[ host-image] Feb 23 16:45:17.766 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/.tmpgSSCxU/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
90472026-02-23T16:45:18.458Z[ host-image] Feb 23 16:45:17.800 INFO O| Feb 23 16:45:17.800 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90482026-02-23T16:45:18.482Z[ host-image] Feb 23 16:45:17.805 INFO O| Feb 23 16:45:17.805 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90492026-02-23T16:45:18.806Z[ host-image] Feb 23 16:45:18.148 INFO O| Feb 23 16:45:18.148 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
90502026-02-23T16:45:18.845Z[ host-image] Feb 23 16:45:18.188 INFO O| Feb 23 16:45:18.188 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
90512026-02-23T16:45:18.846Z[ host-image] Feb 23 16:45:18.188 INFO O| Feb 23 16:45:18.188 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
90522026-02-23T16:45:18.870Z[ host-image] Feb 23 16:45:18.196 INFO O| Feb 23 16:45:18.196 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
90532026-02-23T16:45:18.870Z[ host-image] Feb 23 16:45:18.202 INFO O| Feb 23 16:45:18.202 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
90542026-02-23T16:45:18.870Z[ host-image] Feb 23 16:45:18.209 INFO O| Feb 23 16:45:18.209 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
90552026-02-23T16:45:19.268Z[ host-image] Feb 23 16:45:18.610 INFO O| Feb 23 16:45:18.610 INFO rolled back to input snapshot; work may begin
90562026-02-23T16:45:19.268Z[ host-image] Feb 23 16:45:18.610 INFO O| Feb 23 16:45:18.610 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
90572026-02-23T16:45:19.293Z[ host-image] Feb 23 16:45:18.619 INFO O| Feb 23 16:45:18.619 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90582026-02-23T16:45:19.293Z[ host-image] Feb 23 16:45:18.633 INFO O| Feb 23 16:45:18.633 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
90592026-02-23T16:45:19.426Z[ host-image] Feb 23 16:45:18.768 INFO O| Feb 23 16:45:18.768 INFO STEP 0 (remove_files) COMPLETE
90602026-02-23T16:45:19.426Z[ host-image] Feb 23 16:45:18.768 INFO O| Feb 23 16:45:18.768 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90612026-02-23T16:45:19.451Z[ host-image] Feb 23 16:45:18.781 INFO O| Feb 23 16:45:18.781 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
90622026-02-23T16:45:19.451Z[ host-image] Feb 23 16:45:18.784 INFO O| Feb 23 16:45:18.783 INFO STEP 1 (remove_files) COMPLETE
90632026-02-23T16:45:19.451Z[ host-image] Feb 23 16:45:18.784 INFO O| Feb 23 16:45:18.784 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90642026-02-23T16:45:19.475Z[ host-image] Feb 23 16:45:18.795 INFO O| Feb 23 16:45:18.795 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
90652026-02-23T16:45:19.475Z[ host-image] Feb 23 16:45:18.813 INFO O| Feb 23 16:45:18.813 INFO STEP 2 (remove_files) COMPLETE
90662026-02-23T16:45:19.475Z[ host-image] Feb 23 16:45:18.813 INFO O| Feb 23 16:45:18.813 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90672026-02-23T16:45:19.500Z[ host-image] Feb 23 16:45:18.826 INFO O| Feb 23 16:45:18.826 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
90682026-02-23T16:45:19.500Z[ host-image] Feb 23 16:45:18.828 INFO O| Feb 23 16:45:18.828 INFO STEP 3 (remove_files) COMPLETE
90692026-02-23T16:45:19.500Z[ host-image] Feb 23 16:45:18.828 INFO O| Feb 23 16:45:18.828 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90702026-02-23T16:45:19.501Z[ host-image] Feb 23 16:45:18.839 INFO O| Feb 23 16:45:18.839 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
90712026-02-23T16:45:19.526Z[ host-image] Feb 23 16:45:18.844 INFO O| Feb 23 16:45:18.844 INFO STEP 4 (remove_files) COMPLETE
90722026-02-23T16:45:19.526Z[ host-image] Feb 23 16:45:18.844 INFO O| Feb 23 16:45:18.844 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90732026-02-23T16:45:19.526Z[ host-image] Feb 23 16:45:18.858 INFO O| Feb 23 16:45:18.857 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
90742026-02-23T16:45:19.526Z[ host-image] Feb 23 16:45:18.861 INFO O| Feb 23 16:45:18.861 INFO STEP 5 (remove_files) COMPLETE
90752026-02-23T16:45:19.526Z[ host-image] Feb 23 16:45:18.861 INFO O| Feb 23 16:45:18.861 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90762026-02-23T16:45:19.550Z[ host-image] Feb 23 16:45:18.873 INFO O| Feb 23 16:45:18.873 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
90772026-02-23T16:45:19.550Z[ host-image] Feb 23 16:45:18.886 INFO O| Feb 23 16:45:18.886 INFO STEP 6 (remove_files) COMPLETE
90782026-02-23T16:45:19.551Z[ host-image] Feb 23 16:45:18.886 INFO O| Feb 23 16:45:18.886 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90792026-02-23T16:45:19.575Z[ host-image] Feb 23 16:45:18.899 INFO O| Feb 23 16:45:18.899 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
90802026-02-23T16:45:19.575Z[ host-image] Feb 23 16:45:18.917 INFO O| Feb 23 16:45:18.917 INFO STEP 7 (remove_files) COMPLETE
90812026-02-23T16:45:19.575Z[ host-image] Feb 23 16:45:18.917 INFO O| Feb 23 16:45:18.917 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90822026-02-23T16:45:19.600Z[ host-image] Feb 23 16:45:18.930 INFO O| Feb 23 16:45:18.930 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
90832026-02-23T16:45:19.702Z[ host-image] Feb 23 16:45:19.045 INFO O| Feb 23 16:45:19.045 INFO STEP 8 (remove_files) COMPLETE
90842026-02-23T16:45:19.703Z[ host-image] Feb 23 16:45:19.045 INFO O| Feb 23 16:45:19.045 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90852026-02-23T16:45:19.739Z[ host-image] Feb 23 16:45:19.082 INFO O| Feb 23 16:45:19.082 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
90862026-02-23T16:45:19.877Z[ host-image] Feb 23 16:45:19.220 INFO O| Feb 23 16:45:19.220 INFO STEP 9 (remove_files) COMPLETE
90872026-02-23T16:45:19.877Z[ host-image] Feb 23 16:45:19.220 INFO O| Feb 23 16:45:19.220 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90882026-02-23T16:45:19.902Z[ host-image] Feb 23 16:45:19.231 INFO O| Feb 23 16:45:19.231 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
90892026-02-23T16:45:19.902Z[ host-image] Feb 23 16:45:19.236 INFO O| Feb 23 16:45:19.236 INFO STEP 10 (remove_files) COMPLETE
90902026-02-23T16:45:19.902Z[ host-image] Feb 23 16:45:19.236 INFO O| Feb 23 16:45:19.236 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90912026-02-23T16:45:19.927Z[ host-image] Feb 23 16:45:19.246 INFO O| Feb 23 16:45:19.246 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
90922026-02-23T16:45:19.927Z[ host-image] Feb 23 16:45:19.248 INFO O| Feb 23 16:45:19.247 INFO STEP 11 (remove_files) COMPLETE
90932026-02-23T16:45:19.927Z[ host-image] Feb 23 16:45:19.248 INFO O| Feb 23 16:45:19.247 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90942026-02-23T16:45:19.927Z[ host-image] Feb 23 16:45:19.257 INFO O| Feb 23 16:45:19.257 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
90952026-02-23T16:45:19.927Z[ host-image] Feb 23 16:45:19.259 INFO O| Feb 23 16:45:19.259 INFO STEP 12 (remove_files) COMPLETE
90962026-02-23T16:45:19.927Z[ host-image] Feb 23 16:45:19.259 INFO O| Feb 23 16:45:19.259 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90972026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.277 INFO O| Feb 23 16:45:19.277 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
90982026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.278 INFO O| Feb 23 16:45:19.278 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90992026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.278 INFO O| Feb 23 16:45:19.278 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
91002026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.278 INFO O| Feb 23 16:45:19.278 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
91012026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.278 INFO O| Feb 23 16:45:19.278 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
91022026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.278 INFO O| Feb 23 16:45:19.278 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91032026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.279 INFO O| Feb 23 16:45:19.279 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
91042026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.279 INFO O| Feb 23 16:45:19.279 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91052026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.279 INFO O| Feb 23 16:45:19.279 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
91062026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.279 INFO O| Feb 23 16:45:19.279 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
91072026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.280 INFO O| Feb 23 16:45:19.279 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91082026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.280 INFO O| Feb 23 16:45:19.280 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
91092026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.280 INFO O| Feb 23 16:45:19.280 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
91102026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.280 INFO O| Feb 23 16:45:19.280 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
91112026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.281 INFO O| Feb 23 16:45:19.281 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
91122026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.281 INFO O| Feb 23 16:45:19.281 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
91132026-02-23T16:45:19.952Z[ host-image] Feb 23 16:45:19.281 INFO O| Feb 23 16:45:19.281 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
91142026-02-23T16:45:20.344Z[ host-image] Feb 23 16:45:19.686 INFO O| Feb 23 16:45:19.686 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
91152026-02-23T16:45:20.518Z[ host-image] Feb 23 16:45:19.693 INFO O| Feb 23 16:45:19.693 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
91162026-02-23T16:45:20.518Z[ host-image] Feb 23 16:45:19.707 INFO O| Feb 23 16:45:19.707 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
91172026-02-23T16:45:20.518Z[ host-image] Feb 23 16:45:19.709 INFO O| Feb 23 16:45:19.708 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
91182026-02-23T16:45:20.567Z[ host-image] Feb 23 16:45:19.754 INFO O| Feb 23 16:45:19.754 INFO STEP 13 (remove_files) COMPLETE
91192026-02-23T16:45:20.567Z[ host-image] Feb 23 16:45:19.754 INFO O| Feb 23 16:45:19.754 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91202026-02-23T16:45:20.567Z[ host-image] Feb 23 16:45:19.769 INFO O| Feb 23 16:45:19.769 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
91212026-02-23T16:45:20.567Z[ host-image] Feb 23 16:45:19.772 INFO O| Feb 23 16:45:19.772 INFO STEP 14 (remove_files) COMPLETE
91222026-02-23T16:45:20.567Z[ host-image] Feb 23 16:45:19.772 INFO O| Feb 23 16:45:19.772 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91232026-02-23T16:45:20.567Z[ host-image] Feb 23 16:45:19.806 INFO O| Feb 23 16:45:19.806 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
91242026-02-23T16:45:20.568Z[ host-image] Feb 23 16:45:19.816 INFO O| Feb 23 16:45:19.816 INFO STEP 15 (remove_files) COMPLETE
91252026-02-23T16:45:20.568Z[ host-image] Feb 23 16:45:19.817 INFO O| Feb 23 16:45:19.817 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91262026-02-23T16:45:20.568Z[ host-image] Feb 23 16:45:19.827 INFO O| Feb 23 16:45:19.827 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
91272026-02-23T16:45:20.568Z[ host-image] Feb 23 16:45:19.828 INFO O| Feb 23 16:45:19.828 INFO STEP 16 (remove_files) COMPLETE
91282026-02-23T16:45:20.568Z[ host-image] Feb 23 16:45:19.828 INFO O| Feb 23 16:45:19.828 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91292026-02-23T16:45:20.568Z[ host-image] Feb 23 16:45:19.838 INFO O| Feb 23 16:45:19.838 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
91302026-02-23T16:45:20.568Z[ host-image] Feb 23 16:45:19.840 INFO O| Feb 23 16:45:19.840 INFO STEP 17 (remove_files) COMPLETE
91312026-02-23T16:45:20.568Z[ host-image] Feb 23 16:45:19.840 INFO O| Feb 23 16:45:19.840 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91322026-02-23T16:45:20.568Z[ host-image] Feb 23 16:45:19.849 INFO O| Feb 23 16:45:19.849 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
91332026-02-23T16:45:20.568Z[ host-image] Feb 23 16:45:19.850 INFO O| Feb 23 16:45:19.850 INFO STEP 18 (remove_files) COMPLETE
91342026-02-23T16:45:20.569Z[ host-image] Feb 23 16:45:19.850 INFO O| Feb 23 16:45:19.850 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91352026-02-23T16:45:20.569Z[ host-image] Feb 23 16:45:19.860 INFO O| Feb 23 16:45:19.860 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
91362026-02-23T16:45:20.569Z[ host-image] Feb 23 16:45:19.860 INFO O| Feb 23 16:45:19.860 INFO STEP 19 (remove_files) COMPLETE
91372026-02-23T16:45:20.569Z[ host-image] Feb 23 16:45:19.860 INFO O| Feb 23 16:45:19.860 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91382026-02-23T16:45:20.570Z[ host-image] Feb 23 16:45:19.870 INFO O| Feb 23 16:45:19.870 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
91392026-02-23T16:45:20.570Z[ host-image] Feb 23 16:45:19.870 INFO O| Feb 23 16:45:19.870 INFO STEP 20 (remove_files) COMPLETE
91402026-02-23T16:45:20.570Z[ host-image] Feb 23 16:45:19.870 INFO O| Feb 23 16:45:19.870 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91412026-02-23T16:45:20.570Z[ host-image] Feb 23 16:45:19.880 INFO O| Feb 23 16:45:19.880 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
91422026-02-23T16:45:20.570Z[ host-image] Feb 23 16:45:19.880 INFO O| Feb 23 16:45:19.880 INFO STEP 21 (remove_files) COMPLETE
91432026-02-23T16:45:20.570Z[ host-image] Feb 23 16:45:19.881 INFO O| Feb 23 16:45:19.881 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91442026-02-23T16:45:20.597Z[ host-image] Feb 23 16:45:19.938 INFO O| Feb 23 16:45:19.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
91452026-02-23T16:45:20.597Z[ host-image] Feb 23 16:45:19.938 INFO O| Feb 23 16:45:19.938 INFO STEP 22 (remove_files) COMPLETE
91462026-02-23T16:45:20.597Z[ host-image] Feb 23 16:45:19.938 INFO O| Feb 23 16:45:19.938 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91472026-02-23T16:45:20.622Z[ host-image] Feb 23 16:45:19.949 INFO O| Feb 23 16:45:19.949 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
91482026-02-23T16:45:20.622Z[ host-image] Feb 23 16:45:19.949 INFO O| Feb 23 16:45:19.949 INFO STEP 23 (remove_files) COMPLETE
91492026-02-23T16:45:20.622Z[ host-image] Feb 23 16:45:19.949 INFO O| Feb 23 16:45:19.949 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91502026-02-23T16:45:20.623Z[ host-image] Feb 23 16:45:19.959 INFO O| Feb 23 16:45:19.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
91512026-02-23T16:45:20.623Z[ host-image] Feb 23 16:45:19.959 INFO O| Feb 23 16:45:19.959 INFO STEP 24 (remove_files) COMPLETE
91522026-02-23T16:45:20.623Z[ host-image] Feb 23 16:45:19.959 INFO O| Feb 23 16:45:19.959 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91532026-02-23T16:45:20.649Z[ host-image] Feb 23 16:45:19.969 INFO O| Feb 23 16:45:19.969 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
91542026-02-23T16:45:20.649Z[ host-image] Feb 23 16:45:19.969 INFO O| Feb 23 16:45:19.969 INFO STEP 25 (remove_files) COMPLETE
91552026-02-23T16:45:20.649Z[ host-image] Feb 23 16:45:19.969 INFO O| Feb 23 16:45:19.969 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91562026-02-23T16:45:20.650Z[ host-image] Feb 23 16:45:19.979 INFO O| Feb 23 16:45:19.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
91572026-02-23T16:45:20.650Z[ host-image] Feb 23 16:45:19.979 INFO O| Feb 23 16:45:19.979 INFO STEP 26 (remove_files) COMPLETE
91582026-02-23T16:45:20.650Z[ host-image] Feb 23 16:45:19.980 INFO O| Feb 23 16:45:19.979 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91592026-02-23T16:45:20.650Z[ host-image] Feb 23 16:45:19.989 INFO O| Feb 23 16:45:19.989 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
91602026-02-23T16:45:20.650Z[ host-image] Feb 23 16:45:19.990 INFO O| Feb 23 16:45:19.989 INFO STEP 27 (remove_files) COMPLETE
91612026-02-23T16:45:20.650Z[ host-image] Feb 23 16:45:19.990 INFO O| Feb 23 16:45:19.990 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91622026-02-23T16:45:20.678Z[ host-image] Feb 23 16:45:20.000 INFO O| Feb 23 16:45:20.000 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
91632026-02-23T16:45:20.679Z[ host-image] Feb 23 16:45:20.000 INFO O| Feb 23 16:45:20.000 INFO STEP 28 (remove_files) COMPLETE
91642026-02-23T16:45:20.679Z[ host-image] Feb 23 16:45:20.000 INFO O| Feb 23 16:45:20.000 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91652026-02-23T16:45:20.680Z[ host-image] Feb 23 16:45:20.011 INFO O| Feb 23 16:45:20.011 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
91662026-02-23T16:45:20.680Z[ host-image] Feb 23 16:45:20.011 INFO O| Feb 23 16:45:20.011 INFO STEP 29 (remove_files) COMPLETE
91672026-02-23T16:45:20.680Z[ host-image] Feb 23 16:45:20.011 INFO O| Feb 23 16:45:20.011 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91682026-02-23T16:45:20.706Z[ host-image] Feb 23 16:45:20.022 INFO O| Feb 23 16:45:20.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
91692026-02-23T16:45:20.706Z[ host-image] Feb 23 16:45:20.023 INFO O| Feb 23 16:45:20.023 INFO STEP 30 (remove_files) COMPLETE
91702026-02-23T16:45:20.706Z[ host-image] Feb 23 16:45:20.023 INFO O| Feb 23 16:45:20.023 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91712026-02-23T16:45:20.706Z[ host-image] Feb 23 16:45:20.034 INFO O| Feb 23 16:45:20.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
91722026-02-23T16:45:20.706Z[ host-image] Feb 23 16:45:20.034 INFO O| Feb 23 16:45:20.034 INFO STEP 31 (remove_files) COMPLETE
91732026-02-23T16:45:20.706Z[ host-image] Feb 23 16:45:20.035 INFO O| Feb 23 16:45:20.035 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91742026-02-23T16:45:20.706Z[ host-image] Feb 23 16:45:20.046 INFO O| Feb 23 16:45:20.046 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
91752026-02-23T16:45:20.706Z[ host-image] Feb 23 16:45:20.047 INFO O| Feb 23 16:45:20.047 INFO STEP 32 (remove_files) COMPLETE
91762026-02-23T16:45:20.706Z[ host-image] Feb 23 16:45:20.047 INFO O| Feb 23 16:45:20.047 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91772026-02-23T16:45:20.732Z[ host-image] Feb 23 16:45:20.058 INFO O| Feb 23 16:45:20.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
91782026-02-23T16:45:20.732Z[ host-image] Feb 23 16:45:20.058 INFO O| Feb 23 16:45:20.058 INFO STEP 33 (remove_files) COMPLETE
91792026-02-23T16:45:20.733Z[ host-image] Feb 23 16:45:20.059 INFO O| Feb 23 16:45:20.058 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802026-02-23T16:45:20.733Z[ host-image] Feb 23 16:45:20.070 INFO O| Feb 23 16:45:20.070 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
91812026-02-23T16:45:20.733Z[ host-image] Feb 23 16:45:20.070 INFO O| Feb 23 16:45:20.070 INFO STEP 34 (remove_files) COMPLETE
91822026-02-23T16:45:20.733Z[ host-image] Feb 23 16:45:20.070 INFO O| Feb 23 16:45:20.070 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91832026-02-23T16:45:20.758Z[ host-image] Feb 23 16:45:20.084 INFO O| Feb 23 16:45:20.083 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
91842026-02-23T16:45:20.758Z[ host-image] Feb 23 16:45:20.084 INFO O| Feb 23 16:45:20.084 INFO STEP 35 (remove_files) COMPLETE
91852026-02-23T16:45:20.758Z[ host-image] Feb 23 16:45:20.084 INFO O| Feb 23 16:45:20.084 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91862026-02-23T16:45:20.759Z[ host-image] Feb 23 16:45:20.095 INFO O| Feb 23 16:45:20.095 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
91872026-02-23T16:45:20.759Z[ host-image] Feb 23 16:45:20.095 INFO O| Feb 23 16:45:20.095 INFO STEP 36 (remove_files) COMPLETE
91882026-02-23T16:45:20.759Z[ host-image] Feb 23 16:45:20.095 INFO O| Feb 23 16:45:20.095 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91892026-02-23T16:45:20.786Z[ host-image] Feb 23 16:45:20.106 INFO O| Feb 23 16:45:20.106 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
91902026-02-23T16:45:20.786Z[ host-image] Feb 23 16:45:20.106 INFO O| Feb 23 16:45:20.106 INFO STEP 37 (remove_files) COMPLETE
91912026-02-23T16:45:20.786Z[ host-image] Feb 23 16:45:20.106 INFO O| Feb 23 16:45:20.106 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91922026-02-23T16:45:20.786Z[ host-image] Feb 23 16:45:20.117 INFO O| Feb 23 16:45:20.117 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
91932026-02-23T16:45:20.786Z[ host-image] Feb 23 16:45:20.117 INFO O| Feb 23 16:45:20.117 INFO STEP 38 (remove_files) COMPLETE
91942026-02-23T16:45:20.787Z[ host-image] Feb 23 16:45:20.117 INFO O| Feb 23 16:45:20.117 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91952026-02-23T16:45:20.813Z[ host-image] Feb 23 16:45:20.128 INFO O| Feb 23 16:45:20.128 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
91962026-02-23T16:45:20.814Z[ host-image] Feb 23 16:45:20.128 INFO O| Feb 23 16:45:20.128 INFO STEP 39 (remove_files) COMPLETE
91972026-02-23T16:45:20.814Z[ host-image] Feb 23 16:45:20.128 INFO O| Feb 23 16:45:20.128 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91982026-02-23T16:45:20.814Z[ host-image] Feb 23 16:45:20.141 INFO O| Feb 23 16:45:20.141 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
91992026-02-23T16:45:20.814Z[ host-image] Feb 23 16:45:20.141 INFO O| Feb 23 16:45:20.141 INFO STEP 40 (remove_files) COMPLETE
92002026-02-23T16:45:20.814Z[ host-image] Feb 23 16:45:20.141 INFO O| Feb 23 16:45:20.141 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92012026-02-23T16:45:20.814Z[ host-image] Feb 23 16:45:20.152 INFO O| Feb 23 16:45:20.152 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
92022026-02-23T16:45:20.814Z[ host-image] Feb 23 16:45:20.152 INFO O| Feb 23 16:45:20.152 INFO STEP 41 (remove_files) COMPLETE
92032026-02-23T16:45:20.815Z[ host-image] Feb 23 16:45:20.152 INFO O| Feb 23 16:45:20.152 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92042026-02-23T16:45:20.842Z[ host-image] Feb 23 16:45:20.162 INFO O| Feb 23 16:45:20.162 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
92052026-02-23T16:45:20.842Z[ host-image] Feb 23 16:45:20.162 INFO O| Feb 23 16:45:20.162 INFO STEP 42 (remove_files) COMPLETE
92062026-02-23T16:45:20.842Z[ host-image] Feb 23 16:45:20.162 INFO O| Feb 23 16:45:20.162 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92072026-02-23T16:45:20.842Z[ host-image] Feb 23 16:45:20.173 INFO O| Feb 23 16:45:20.173 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
92082026-02-23T16:45:20.842Z[ host-image] Feb 23 16:45:20.173 INFO O| Feb 23 16:45:20.173 INFO STEP 43 (remove_files) COMPLETE
92092026-02-23T16:45:20.842Z[ host-image] Feb 23 16:45:20.173 INFO O| Feb 23 16:45:20.173 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92102026-02-23T16:45:20.869Z[ host-image] Feb 23 16:45:20.187 INFO O| Feb 23 16:45:20.187 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
92112026-02-23T16:45:20.869Z[ host-image] Feb 23 16:45:20.188 INFO O| Feb 23 16:45:20.188 INFO STEP 44 (remove_files) COMPLETE
92122026-02-23T16:45:20.869Z[ host-image] Feb 23 16:45:20.188 INFO O| Feb 23 16:45:20.188 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92132026-02-23T16:45:20.870Z[ host-image] Feb 23 16:45:20.199 INFO O| Feb 23 16:45:20.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
92142026-02-23T16:45:20.870Z[ host-image] Feb 23 16:45:20.199 INFO O| Feb 23 16:45:20.199 INFO STEP 45 (remove_files) COMPLETE
92152026-02-23T16:45:20.870Z[ host-image] Feb 23 16:45:20.199 INFO O| Feb 23 16:45:20.199 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92162026-02-23T16:45:20.870Z[ host-image] Feb 23 16:45:20.210 INFO O| Feb 23 16:45:20.210 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
92172026-02-23T16:45:20.870Z[ host-image] Feb 23 16:45:20.211 INFO O| Feb 23 16:45:20.211 INFO STEP 46 (remove_files) COMPLETE
92182026-02-23T16:45:20.896Z[ host-image] Feb 23 16:45:20.211 INFO O| Feb 23 16:45:20.211 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92192026-02-23T16:45:20.896Z[ host-image] Feb 23 16:45:20.221 INFO O| Feb 23 16:45:20.221 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
92202026-02-23T16:45:20.896Z[ host-image] Feb 23 16:45:20.221 INFO O| Feb 23 16:45:20.221 INFO STEP 47 (remove_files) COMPLETE
92212026-02-23T16:45:20.897Z[ host-image] Feb 23 16:45:20.221 INFO O| Feb 23 16:45:20.221 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92222026-02-23T16:45:20.897Z[ host-image] Feb 23 16:45:20.232 INFO O| Feb 23 16:45:20.232 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
92232026-02-23T16:45:20.897Z[ host-image] Feb 23 16:45:20.232 INFO O| Feb 23 16:45:20.232 INFO STEP 48 (remove_files) COMPLETE
92242026-02-23T16:45:20.897Z[ host-image] Feb 23 16:45:20.232 INFO O| Feb 23 16:45:20.232 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92252026-02-23T16:45:20.934Z[ host-image] Feb 23 16:45:20.243 INFO O| Feb 23 16:45:20.243 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
92262026-02-23T16:45:20.934Z[ host-image] Feb 23 16:45:20.243 INFO O| Feb 23 16:45:20.243 INFO STEP 49 (remove_files) COMPLETE
92272026-02-23T16:45:20.934Z[ host-image] Feb 23 16:45:20.243 INFO O| Feb 23 16:45:20.243 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92282026-02-23T16:45:20.934Z[ host-image] Feb 23 16:45:20.254 INFO O| Feb 23 16:45:20.254 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
92292026-02-23T16:45:20.934Z[ host-image] Feb 23 16:45:20.254 INFO O| Feb 23 16:45:20.254 INFO STEP 50 (remove_files) COMPLETE
92302026-02-23T16:45:20.934Z[ host-image] Feb 23 16:45:20.254 INFO O| Feb 23 16:45:20.254 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92312026-02-23T16:45:20.934Z[ host-image] Feb 23 16:45:20.264 INFO O| Feb 23 16:45:20.264 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
92322026-02-23T16:45:20.934Z[ host-image] Feb 23 16:45:20.264 INFO O| Feb 23 16:45:20.264 INFO STEP 51 (remove_files) COMPLETE
92332026-02-23T16:45:20.934Z[ host-image] Feb 23 16:45:20.264 INFO O| Feb 23 16:45:20.264 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92342026-02-23T16:45:20.959Z[ host-image] Feb 23 16:45:20.277 INFO O| Feb 23 16:45:20.277 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
92352026-02-23T16:45:20.959Z[ host-image] Feb 23 16:45:20.277 INFO O| Feb 23 16:45:20.277 INFO STEP 52 (remove_files) COMPLETE
92362026-02-23T16:45:20.959Z[ host-image] Feb 23 16:45:20.277 INFO O| Feb 23 16:45:20.277 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92372026-02-23T16:45:20.959Z[ host-image] Feb 23 16:45:20.288 INFO O| Feb 23 16:45:20.288 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
92382026-02-23T16:45:20.959Z[ host-image] Feb 23 16:45:20.288 INFO O| Feb 23 16:45:20.288 INFO STEP 53 (remove_files) COMPLETE
92392026-02-23T16:45:20.961Z[ host-image] Feb 23 16:45:20.288 INFO O| Feb 23 16:45:20.288 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92402026-02-23T16:45:21.020Z[ host-image] Feb 23 16:45:20.362 INFO O| Feb 23 16:45:20.362 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
92412026-02-23T16:45:21.020Z[ host-image] Feb 23 16:45:20.362 INFO O| Feb 23 16:45:20.362 INFO STEP 54 (remove_files) COMPLETE
92422026-02-23T16:45:21.021Z[ host-image] Feb 23 16:45:20.362 INFO O| Feb 23 16:45:20.362 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92432026-02-23T16:45:21.047Z[ host-image] Feb 23 16:45:20.375 INFO O| Feb 23 16:45:20.374 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
92442026-02-23T16:45:21.047Z[ host-image] Feb 23 16:45:20.375 INFO O| Feb 23 16:45:20.375 INFO STEP 55 (remove_files) COMPLETE
92452026-02-23T16:45:21.047Z[ host-image] Feb 23 16:45:20.375 INFO O| Feb 23 16:45:20.375 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92462026-02-23T16:45:21.047Z[ host-image] Feb 23 16:45:20.385 INFO O| Feb 23 16:45:20.385 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
92472026-02-23T16:45:21.048Z[ host-image] Feb 23 16:45:20.385 INFO O| Feb 23 16:45:20.385 INFO STEP 56 (remove_files) COMPLETE
92482026-02-23T16:45:21.048Z[ host-image] Feb 23 16:45:20.385 INFO O| Feb 23 16:45:20.385 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92492026-02-23T16:45:21.080Z[ host-image] Feb 23 16:45:20.395 INFO O| Feb 23 16:45:20.395 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
92502026-02-23T16:45:21.080Z[ host-image] Feb 23 16:45:20.395 INFO O| Feb 23 16:45:20.395 INFO STEP 57 (remove_files) COMPLETE
92512026-02-23T16:45:21.080Z[ host-image] Feb 23 16:45:20.395 INFO O| Feb 23 16:45:20.395 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92522026-02-23T16:45:21.080Z[ host-image] Feb 23 16:45:20.406 INFO O| Feb 23 16:45:20.406 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
92532026-02-23T16:45:21.081Z[ host-image] Feb 23 16:45:20.406 INFO O| Feb 23 16:45:20.406 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
92542026-02-23T16:45:21.081Z[ host-image] Feb 23 16:45:20.407 INFO O| Feb 23 16:45:20.406 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92552026-02-23T16:45:21.081Z[ host-image] Feb 23 16:45:20.407 INFO O| Feb 23 16:45:20.407 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92562026-02-23T16:45:21.081Z[ host-image] Feb 23 16:45:20.407 INFO O| Feb 23 16:45:20.407 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92572026-02-23T16:45:21.081Z[ host-image] Feb 23 16:45:20.407 INFO O| Feb 23 16:45:20.407 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92582026-02-23T16:45:21.081Z[ host-image] Feb 23 16:45:20.407 INFO O| Feb 23 16:45:20.407 INFO ok!
92592026-02-23T16:45:21.081Z[ host-image] Feb 23 16:45:20.407 INFO O| Feb 23 16:45:20.407 INFO STEP 58 (ensure_file) COMPLETE
92602026-02-23T16:45:21.082Z[ host-image] Feb 23 16:45:20.407 INFO O| Feb 23 16:45:20.407 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92612026-02-23T16:45:21.117Z[ host-image] Feb 23 16:45:20.416 INFO O| Feb 23 16:45:20.416 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
92622026-02-23T16:45:21.118Z[ host-image] Feb 23 16:45:20.417 INFO O| Feb 23 16:45:20.417 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
92632026-02-23T16:45:21.118Z[ host-image] Feb 23 16:45:20.417 INFO O| Feb 23 16:45:20.417 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92642026-02-23T16:45:21.118Z[ host-image] Feb 23 16:45:20.417 INFO O| Feb 23 16:45:20.417 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92652026-02-23T16:45:21.118Z[ host-image] Feb 23 16:45:20.417 INFO O| Feb 23 16:45:20.417 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92662026-02-23T16:45:21.120Z[ host-image] Feb 23 16:45:20.417 INFO O| Feb 23 16:45:20.417 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92672026-02-23T16:45:21.120Z[ host-image] Feb 23 16:45:20.417 INFO O| Feb 23 16:45:20.417 INFO ok!
92682026-02-23T16:45:21.121Z[ host-image] Feb 23 16:45:20.417 INFO O| Feb 23 16:45:20.417 INFO STEP 59 (ensure_file) COMPLETE
92692026-02-23T16:45:21.121Z[ host-image] Feb 23 16:45:20.417 INFO O| Feb 23 16:45:20.417 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92702026-02-23T16:45:21.121Z[ host-image] Feb 23 16:45:20.427 INFO O| Feb 23 16:45:20.427 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
92712026-02-23T16:45:21.121Z[ host-image] Feb 23 16:45:20.427 INFO O| Feb 23 16:45:20.427 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
92722026-02-23T16:45:21.122Z[ host-image] Feb 23 16:45:20.427 INFO O| Feb 23 16:45:20.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
92732026-02-23T16:45:21.122Z[ host-image] Feb 23 16:45:20.427 INFO O| Feb 23 16:45:20.427 INFO ok!
92742026-02-23T16:45:21.123Z[ host-image] Feb 23 16:45:20.427 INFO O| Feb 23 16:45:20.427 INFO STEP 60 (ensure_file) COMPLETE
92752026-02-23T16:45:21.123Z[ host-image] Feb 23 16:45:20.427 INFO O| Feb 23 16:45:20.427 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92762026-02-23T16:45:21.167Z[ host-image] Feb 23 16:45:20.508 INFO O| Feb 23 16:45:20.508 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
92772026-02-23T16:45:21.167Z[ host-image] Feb 23 16:45:20.508 INFO O| Feb 23 16:45:20.508 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
92782026-02-23T16:45:21.195Z[ host-image] Feb 23 16:45:20.508 INFO O| Feb 23 16:45:20.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
92792026-02-23T16:45:21.195Z[ host-image] Feb 23 16:45:20.508 INFO O| Feb 23 16:45:20.508 INFO ok!
92802026-02-23T16:45:21.198Z[ host-image] Feb 23 16:45:20.508 INFO O| Feb 23 16:45:20.508 INFO STEP 61 (ensure_file) COMPLETE
92812026-02-23T16:45:21.199Z[ host-image] Feb 23 16:45:20.508 INFO O| Feb 23 16:45:20.508 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92822026-02-23T16:45:21.270Z[ host-image] Feb 23 16:45:20.611 INFO O| Feb 23 16:45:20.611 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
92832026-02-23T16:45:21.270Z[ host-image] Feb 23 16:45:20.611 INFO O| Feb 23 16:45:20.611 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
92842026-02-23T16:45:21.270Z[ host-image] Feb 23 16:45:20.611 INFO O| Feb 23 16:45:20.611 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92852026-02-23T16:45:21.270Z[ host-image] Feb 23 16:45:20.611 INFO O| Feb 23 16:45:20.611 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92862026-02-23T16:45:21.296Z[ host-image] Feb 23 16:45:20.611 INFO O| Feb 23 16:45:20.611 INFO ok!
92872026-02-23T16:45:21.296Z[ host-image] Feb 23 16:45:20.611 INFO O| Feb 23 16:45:20.611 INFO STEP 62 (ensure_file) COMPLETE
92882026-02-23T16:45:21.296Z[ host-image] Feb 23 16:45:20.611 INFO O| Feb 23 16:45:20.611 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92892026-02-23T16:45:21.333Z[ host-image] Feb 23 16:45:20.674 INFO O| Feb 23 16:45:20.674 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
92902026-02-23T16:45:21.333Z[ host-image] Feb 23 16:45:20.674 INFO O| Feb 23 16:45:20.674 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
92912026-02-23T16:45:21.371Z[ host-image] Feb 23 16:45:20.674 INFO O| Feb 23 16:45:20.674 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92922026-02-23T16:45:21.371Z[ host-image] Feb 23 16:45:20.674 INFO O| Feb 23 16:45:20.674 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92932026-02-23T16:45:21.372Z[ host-image] Feb 23 16:45:20.675 INFO O| Feb 23 16:45:20.674 INFO ok!
92942026-02-23T16:45:21.372Z[ host-image] Feb 23 16:45:20.675 INFO O| Feb 23 16:45:20.674 INFO STEP 63 (ensure_file) COMPLETE
92952026-02-23T16:45:21.372Z[ host-image] Feb 23 16:45:20.675 INFO O| Feb 23 16:45:20.675 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92962026-02-23T16:45:21.372Z[ host-image] Feb 23 16:45:20.691 INFO O| Feb 23 16:45:20.691 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
92972026-02-23T16:45:21.372Z[ host-image] Feb 23 16:45:20.691 INFO O| Feb 23 16:45:20.691 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
92982026-02-23T16:45:21.373Z[ host-image] Feb 23 16:45:20.691 INFO O| Feb 23 16:45:20.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
92992026-02-23T16:45:21.373Z[ host-image] Feb 23 16:45:20.691 INFO O| Feb 23 16:45:20.691 INFO ok!
93002026-02-23T16:45:21.373Z[ host-image] Feb 23 16:45:20.691 INFO O| Feb 23 16:45:20.691 INFO STEP 64 (assemble_files) COMPLETE
93012026-02-23T16:45:21.373Z[ host-image] Feb 23 16:45:20.691 INFO O| Feb 23 16:45:20.691 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93022026-02-23T16:45:21.373Z[ host-image] Feb 23 16:45:20.704 INFO O| Feb 23 16:45:20.704 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
93032026-02-23T16:45:21.374Z[ host-image] Feb 23 16:45:20.704 INFO O| Feb 23 16:45:20.704 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
93042026-02-23T16:45:21.374Z[ host-image] Feb 23 16:45:20.704 INFO O| Feb 23 16:45:20.704 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93052026-02-23T16:45:21.374Z[ host-image] Feb 23 16:45:20.704 INFO O| Feb 23 16:45:20.704 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93062026-02-23T16:45:21.374Z[ host-image] Feb 23 16:45:20.704 INFO O| Feb 23 16:45:20.704 INFO ok!
93072026-02-23T16:45:21.375Z[ host-image] Feb 23 16:45:20.704 INFO O| Feb 23 16:45:20.704 INFO STEP 65 (ensure_file) COMPLETE
93082026-02-23T16:45:21.375Z[ host-image] Feb 23 16:45:20.704 INFO O| Feb 23 16:45:20.704 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93092026-02-23T16:45:21.405Z[ host-image] Feb 23 16:45:20.719 INFO O| Feb 23 16:45:20.719 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93102026-02-23T16:45:21.405Z[ host-image] Feb 23 16:45:20.719 INFO O| Feb 23 16:45:20.719 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93112026-02-23T16:45:21.405Z[ host-image] Feb 23 16:45:20.719 INFO O| Feb 23 16:45:20.719 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93122026-02-23T16:45:21.405Z[ host-image] Feb 23 16:45:20.719 INFO O| Feb 23 16:45:20.719 INFO STEP 66 (ensure_dir) COMPLETE
93132026-02-23T16:45:21.405Z[ host-image] Feb 23 16:45:20.719 INFO O| Feb 23 16:45:20.719 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93142026-02-23T16:45:21.405Z[ host-image] Feb 23 16:45:20.736 INFO O| Feb 23 16:45:20.736 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
93152026-02-23T16:45:21.405Z[ host-image] Feb 23 16:45:20.736 INFO O| Feb 23 16:45:20.736 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 ...
93162026-02-23T16:45:21.432Z[ host-image] Feb 23 16:45:20.748 INFO O| Feb 23 16:45:20.747 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
93172026-02-23T16:45:21.432Z[ host-image] Feb 23 16:45:20.748 INFO O| Feb 23 16:45:20.748 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93182026-02-23T16:45:21.432Z[ host-image] Feb 23 16:45:20.748 INFO O| Feb 23 16:45:20.748 INFO ok!
93192026-02-23T16:45:21.432Z[ host-image] Feb 23 16:45:20.748 INFO O| Feb 23 16:45:20.748 INFO STEP 67 (ensure_file) COMPLETE
93202026-02-23T16:45:21.432Z[ host-image] Feb 23 16:45:20.748 INFO O| Feb 23 16:45:20.748 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93212026-02-23T16:45:21.432Z[ host-image] Feb 23 16:45:20.765 INFO O| Feb 23 16:45:20.765 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
93222026-02-23T16:45:21.432Z[ host-image] Feb 23 16:45:20.765 INFO O| Feb 23 16:45:20.765 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 ...
93232026-02-23T16:45:21.433Z[ host-image] Feb 23 16:45:20.765 INFO O| Feb 23 16:45:20.765 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
93242026-02-23T16:45:21.433Z[ host-image] Feb 23 16:45:20.765 INFO O| Feb 23 16:45:20.765 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93252026-02-23T16:45:21.433Z[ host-image] Feb 23 16:45:20.765 INFO O| Feb 23 16:45:20.765 INFO ok!
93262026-02-23T16:45:21.433Z[ host-image] Feb 23 16:45:20.765 INFO O| Feb 23 16:45:20.765 INFO STEP 68 (ensure_file) COMPLETE
93272026-02-23T16:45:21.433Z[ host-image] Feb 23 16:45:20.765 INFO O| Feb 23 16:45:20.765 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93282026-02-23T16:45:21.459Z[ host-image] Feb 23 16:45:20.786 INFO O| Feb 23 16:45:20.786 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
93292026-02-23T16:45:21.459Z[ host-image] Feb 23 16:45:20.786 INFO O| Feb 23 16:45:20.786 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
93302026-02-23T16:45:25.149Z[ host-image] Feb 23 16:45:24.480 INFO O| Feb 23 16:45:24.480 INFO STEP 69 (pack_tar) COMPLETE
93312026-02-23T16:45:25.149Z[ host-image] Feb 23 16:45:24.480 INFO O| Feb 23 16:45:24.480 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93322026-02-23T16:45:25.195Z[ host-image] Feb 23 16:45:24.480 INFO O| Feb 23 16:45:24.480 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
93332026-02-23T16:45:25.439Z[ host-image] Feb 23 16:45:24.773 INFO O| Feb 23 16:45:24.773 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93342026-02-23T16:45:25.532Z[ host-image] Feb 23 16:45:24.873 INFO O| Feb 23 16:45:24.873 INFO completed processing sled/ramdisk-02-trim
93352026-02-23T16:45:25.560Z[ host-image] Feb 23 16:45:24.876 INFO image builder template: zfs...
93362026-02-23T16:45:25.561Z[ host-image] Feb 23 16:45:24.876 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/.tmpgSSCxU/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
93372026-02-23T16:45:25.561Z[ host-image] Feb 23 16:45:24.896 INFO O| Feb 23 16:45:24.895 INFO skip include "stress" because feature "stress" is not enabled
93382026-02-23T16:45:25.561Z[ host-image] Feb 23 16:45:24.896 INFO O| Feb 23 16:45:24.896 INFO skip include "stress" because feature "compliance" is not enabled
93392026-02-23T16:45:25.607Z[ host-image] Feb 23 16:45:24.948 INFO O| Feb 23 16:45:24.948 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
93402026-02-23T16:45:25.638Z[ host-image] Feb 23 16:45:24.956 INFO O| Feb 23 16:45:24.955 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
93412026-02-23T16:45:25.677Z[ host-image] Feb 23 16:45:25.019 INFO O| Feb 23 16:45:25.019 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
93422026-02-23T16:45:25.719Z[ host-image] Feb 23 16:45:25.060 INFO O| Feb 23 16:45:25.060 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
93432026-02-23T16:45:25.720Z[ host-image] Feb 23 16:45:25.060 INFO O| Feb 23 16:45:25.060 INFO work dataset: rpool/images/build/host/work/sled/zfs
93442026-02-23T16:45:25.746Z[ host-image] Feb 23 16:45:25.066 INFO O| Feb 23 16:45:25.066 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
93452026-02-23T16:45:25.773Z[ host-image] Feb 23 16:45:25.111 INFO O| Feb 23 16:45:25.111 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
93462026-02-23T16:45:25.802Z[ host-image] Feb 23 16:45:25.141 INFO O| Feb 23 16:45:25.141 INFO DESTROY POOL: TEMPORARY-sled-zfs
93472026-02-23T16:45:25.829Z[ host-image] Feb 23 16:45:25.157 INFO O| Feb 23 16:45:25.156 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
93482026-02-23T16:45:25.829Z[ host-image] Feb 23 16:45:25.166 INFO O| Feb 23 16:45:25.166 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
93492026-02-23T16:45:25.830Z[ host-image] Feb 23 16:45:25.166 INFO O| Feb 23 16:45:25.166 INFO no lofi found
93502026-02-23T16:45:25.830Z[ host-image] Feb 23 16:45:25.166 INFO O| Feb 23 16:45:25.166 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
93512026-02-23T16:45:25.830Z[ host-image] Feb 23 16:45:25.166 INFO O| Feb 23 16:45:25.166 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
93522026-02-23T16:45:27.659Z[ host-image] Feb 23 16:45:27.001 INFO O| Feb 23 16:45:27.001 INFO lofi device = /dev/dsk/c3t1d0p0
93532026-02-23T16:45:27.659Z[ host-image] Feb 23 16:45:27.002 INFO O| Feb 23 16:45:27.001 INFO pool device = /dev/dsk/c3t1d0p0
93542026-02-23T16:45:27.659Z[ host-image] Feb 23 16:45:27.002 INFO O| Feb 23 16:45:27.001 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"]
93552026-02-23T16:45:27.838Z[ host-image] Feb 23 16:45:27.180 INFO O| Feb 23 16:45:27.180 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93562026-02-23T16:45:27.838Z[ host-image] Feb 23 16:45:27.180 INFO O| Feb 23 16:45:27.180 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
93572026-02-23T16:45:27.876Z[ host-image] Feb 23 16:45:27.219 INFO O| Feb 23 16:45:27.219 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
93582026-02-23T16:45:27.979Z[ host-image] Feb 23 16:45:27.322 INFO O| Feb 23 16:45:27.322 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
93592026-02-23T16:45:28.027Z[ host-image] Feb 23 16:45:27.370 INFO O| Feb 23 16:45:27.370 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
93602026-02-23T16:45:28.055Z[ host-image] Feb 23 16:45:27.398 INFO O| Feb 23 16:45:27.398 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
93612026-02-23T16:45:28.080Z[ host-image] Feb 23 16:45:27.420 INFO O| Feb 23 16:45:27.420 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
93622026-02-23T16:45:28.144Z[ host-image] Feb 23 16:45:27.486 INFO O| Feb 23 16:45:27.486 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
93632026-02-23T16:45:28.144Z[ host-image] Feb 23 16:45:27.487 INFO O| Feb 23 16:45:27.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
93642026-02-23T16:45:28.144Z[ host-image] Feb 23 16:45:27.487 INFO O| Feb 23 16:45:27.487 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
93652026-02-23T16:45:28.168Z[ host-image] Feb 23 16:45:27.504 INFO O| Feb 23 16:45:27.504 INFO boot environment UUID: 27dc0ddb-3de9-45f6-a406-b4f0d61f24c9
93662026-02-23T16:45:28.168Z[ host-image] Feb 23 16:45:27.504 INFO O| Feb 23 16:45:27.504 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 27dc0ddb-3de9-45f6-a406-b4f0d61f24c9
93672026-02-23T16:45:28.193Z[ host-image] Feb 23 16:45:27.528 INFO O| Feb 23 16:45:27.528 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93682026-02-23T16:45:28.217Z[ host-image] Feb 23 16:45:27.552 INFO O| Feb 23 16:45:27.552 INFO STEP 0 (create_be) COMPLETE
93692026-02-23T16:45:28.242Z[ host-image] Feb 23 16:45:27.552 INFO O| Feb 23 16:45:27.552 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93702026-02-23T16:45:28.242Z[ host-image] Feb 23 16:45:27.578 INFO O| Feb 23 16:45:27.577 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
93712026-02-23T16:45:55.306Z[ host-image] Feb 23 16:45:54.649 INFO O| Feb 23 16:45:54.649 INFO STEP 1 (unpack_tar) COMPLETE
93722026-02-23T16:45:55.306Z[ host-image] Feb 23 16:45:54.649 INFO O| Feb 23 16:45:54.649 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93732026-02-23T16:45:55.331Z[ host-image] Feb 23 16:45:54.670 INFO O| Feb 23 16:45:54.666 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
93742026-02-23T16:45:55.859Z[ host-image] Feb 23 16:45:55.201 INFO O| Feb 23 16:45:55.201 INFO STEP 2 (devfsadm) COMPLETE
93752026-02-23T16:45:55.859Z[ host-image] Feb 23 16:45:55.202 INFO O| Feb 23 16:45:55.201 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93762026-02-23T16:45:55.884Z[ host-image] Feb 23 16:45:55.216 INFO O| Feb 23 16:45:55.216 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93772026-02-23T16:45:55.884Z[ host-image] Feb 23 16:45:55.216 INFO O| Feb 23 16:45:55.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93782026-02-23T16:45:55.884Z[ host-image] Feb 23 16:45:55.216 INFO O| Feb 23 16:45:55.216 INFO STEP 3 (ensure_dir) COMPLETE
93792026-02-23T16:45:55.884Z[ host-image] Feb 23 16:45:55.216 INFO O| Feb 23 16:45:55.216 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93802026-02-23T16:45:55.909Z[ host-image] Feb 23 16:45:55.227 INFO O| Feb 23 16:45:55.227 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93812026-02-23T16:45:55.909Z[ host-image] Feb 23 16:45:55.227 INFO O| Feb 23 16:45:55.227 INFO STEP 4 (ensure_dir) COMPLETE
93822026-02-23T16:45:55.909Z[ host-image] Feb 23 16:45:55.227 INFO O| Feb 23 16:45:55.227 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93832026-02-23T16:45:55.909Z[ host-image] Feb 23 16:45:55.243 INFO O| Feb 23 16:45:55.243 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93842026-02-23T16:45:55.909Z[ host-image] Feb 23 16:45:55.244 INFO O| Feb 23 16:45:55.243 INFO STEP 5 (ensure_dir) COMPLETE
93852026-02-23T16:45:55.909Z[ host-image] Feb 23 16:45:55.244 INFO O| Feb 23 16:45:55.243 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93862026-02-23T16:45:55.933Z[ host-image] Feb 23 16:45:55.254 INFO O| Feb 23 16:45:55.254 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93872026-02-23T16:45:55.933Z[ host-image] Feb 23 16:45:55.254 INFO O| Feb 23 16:45:55.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93882026-02-23T16:45:55.933Z[ host-image] Feb 23 16:45:55.254 INFO O| Feb 23 16:45:55.254 INFO STEP 6 (ensure_dir) COMPLETE
93892026-02-23T16:45:55.934Z[ host-image] Feb 23 16:45:55.254 INFO O| Feb 23 16:45:55.254 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93902026-02-23T16:45:55.934Z[ host-image] Feb 23 16:45:55.270 INFO O| Feb 23 16:45:55.270 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93912026-02-23T16:45:55.934Z[ host-image] Feb 23 16:45:55.270 INFO O| Feb 23 16:45:55.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93922026-02-23T16:45:55.934Z[ host-image] Feb 23 16:45:55.270 INFO O| Feb 23 16:45:55.270 INFO STEP 7 (ensure_dir) COMPLETE
93932026-02-23T16:45:55.934Z[ host-image] Feb 23 16:45:55.270 INFO O| Feb 23 16:45:55.270 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93942026-02-23T16:45:55.958Z[ host-image] Feb 23 16:45:55.282 INFO O| Feb 23 16:45:55.282 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
93952026-02-23T16:45:55.958Z[ host-image] Feb 23 16:45:55.282 INFO O| Feb 23 16:45:55.282 INFO STEP 8 (remove_files) COMPLETE
93962026-02-23T16:45:55.958Z[ host-image] Feb 23 16:45:55.282 INFO O| Feb 23 16:45:55.282 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93972026-02-23T16:45:55.958Z[ host-image] Feb 23 16:45:55.293 INFO O| Feb 23 16:45:55.293 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
93982026-02-23T16:45:55.958Z[ host-image] Feb 23 16:45:55.295 INFO O| Feb 23 16:45:55.295 INFO STEP 9 (remove_files) COMPLETE
93992026-02-23T16:45:55.958Z[ host-image] Feb 23 16:45:55.295 INFO O| Feb 23 16:45:55.295 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94002026-02-23T16:45:55.983Z[ host-image] Feb 23 16:45:55.305 INFO O| Feb 23 16:45:55.304 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
94012026-02-23T16:45:55.983Z[ host-image] Feb 23 16:45:55.306 INFO O| Feb 23 16:45:55.306 INFO STEP 10 (remove_files) COMPLETE
94022026-02-23T16:45:55.983Z[ host-image] Feb 23 16:45:55.306 INFO O| Feb 23 16:45:55.306 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94032026-02-23T16:45:55.983Z[ host-image] Feb 23 16:45:55.316 INFO O| Feb 23 16:45:55.316 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
94042026-02-23T16:45:55.983Z[ host-image] Feb 23 16:45:55.316 INFO O| Feb 23 16:45:55.316 INFO STEP 11 (remove_files) COMPLETE
94052026-02-23T16:45:55.983Z[ host-image] Feb 23 16:45:55.316 INFO O| Feb 23 16:45:55.316 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94062026-02-23T16:45:56.008Z[ host-image] Feb 23 16:45:55.330 INFO O| Feb 23 16:45:55.330 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
94072026-02-23T16:45:56.008Z[ host-image] Feb 23 16:45:55.330 INFO O| Feb 23 16:45:55.330 INFO STEP 12 (remove_files) COMPLETE
94082026-02-23T16:45:56.008Z[ host-image] Feb 23 16:45:55.330 INFO O| Feb 23 16:45:55.330 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94092026-02-23T16:45:56.008Z[ host-image] Feb 23 16:45:55.346 INFO O| Feb 23 16:45:55.346 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94102026-02-23T16:45:56.008Z[ host-image] Feb 23 16:45:55.346 INFO O| Feb 23 16:45:55.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94112026-02-23T16:45:56.008Z[ host-image] Feb 23 16:45:55.346 INFO O| Feb 23 16:45:55.346 INFO STEP 13 (ensure_dir) COMPLETE
94122026-02-23T16:45:56.008Z[ host-image] Feb 23 16:45:55.346 INFO O| Feb 23 16:45:55.346 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94132026-02-23T16:45:56.032Z[ host-image] Feb 23 16:45:55.358 INFO O| Feb 23 16:45:55.358 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94142026-02-23T16:45:56.033Z[ host-image] Feb 23 16:45:55.358 INFO O| Feb 23 16:45:55.358 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94152026-02-23T16:45:56.033Z[ host-image] Feb 23 16:45:55.358 INFO O| Feb 23 16:45:55.358 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94162026-02-23T16:45:56.033Z[ host-image] Feb 23 16:45:55.358 INFO O| Feb 23 16:45:55.358 INFO STEP 14 (ensure_dir) COMPLETE
94172026-02-23T16:45:56.033Z[ host-image] Feb 23 16:45:55.358 INFO O| Feb 23 16:45:55.358 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94182026-02-23T16:45:56.033Z[ host-image] Feb 23 16:45:55.371 INFO O| Feb 23 16:45:55.371 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94192026-02-23T16:45:56.033Z[ host-image] Feb 23 16:45:55.371 INFO O| Feb 23 16:45:55.371 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94202026-02-23T16:45:56.033Z[ host-image] Feb 23 16:45:55.371 INFO O| Feb 23 16:45:55.371 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94212026-02-23T16:45:56.033Z[ host-image] Feb 23 16:45:55.371 INFO O| Feb 23 16:45:55.371 INFO STEP 15 (ensure_dir) COMPLETE
94222026-02-23T16:45:56.033Z[ host-image] Feb 23 16:45:55.371 INFO O| Feb 23 16:45:55.371 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94232026-02-23T16:45:56.058Z[ host-image] Feb 23 16:45:55.384 INFO O| Feb 23 16:45:55.384 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94242026-02-23T16:45:56.058Z[ host-image] Feb 23 16:45:55.384 INFO O| Feb 23 16:45:55.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94252026-02-23T16:45:56.058Z[ host-image] Feb 23 16:45:55.384 INFO O| Feb 23 16:45:55.384 INFO STEP 16 (ensure_dir) COMPLETE
94262026-02-23T16:45:56.058Z[ host-image] Feb 23 16:45:55.384 INFO O| Feb 23 16:45:55.384 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94272026-02-23T16:45:56.058Z[ host-image] Feb 23 16:45:55.396 INFO O| Feb 23 16:45:55.396 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94282026-02-23T16:45:56.058Z[ host-image] Feb 23 16:45:55.396 INFO O| Feb 23 16:45:55.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94292026-02-23T16:45:56.058Z[ host-image] Feb 23 16:45:55.396 INFO O| Feb 23 16:45:55.396 INFO STEP 17 (ensure_dir) COMPLETE
94302026-02-23T16:45:56.058Z[ host-image] Feb 23 16:45:55.396 INFO O| Feb 23 16:45:55.396 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94312026-02-23T16:45:56.082Z[ host-image] Feb 23 16:45:55.409 INFO O| Feb 23 16:45:55.408 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94322026-02-23T16:45:56.082Z[ host-image] Feb 23 16:45:55.409 INFO O| Feb 23 16:45:55.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
94332026-02-23T16:45:56.082Z[ host-image] Feb 23 16:45:55.409 INFO O| Feb 23 16:45:55.409 INFO ok!
94342026-02-23T16:45:56.082Z[ host-image] Feb 23 16:45:55.409 INFO O| Feb 23 16:45:55.409 INFO STEP 18 (ensure_symlink) COMPLETE
94352026-02-23T16:45:56.082Z[ host-image] Feb 23 16:45:55.409 INFO O| Feb 23 16:45:55.409 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94362026-02-23T16:45:56.082Z[ host-image] Feb 23 16:45:55.422 INFO O| Feb 23 16:45:55.422 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
94372026-02-23T16:45:56.083Z[ host-image] Feb 23 16:45:55.422 INFO O| Feb 23 16:45:55.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
94382026-02-23T16:45:56.083Z[ host-image] Feb 23 16:45:55.422 INFO O| Feb 23 16:45:55.422 INFO ok!
94392026-02-23T16:45:56.083Z[ host-image] Feb 23 16:45:55.422 INFO O| Feb 23 16:45:55.422 INFO STEP 19 (ensure_file) COMPLETE
94402026-02-23T16:45:56.083Z[ host-image] Feb 23 16:45:55.422 INFO O| Feb 23 16:45:55.422 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94412026-02-23T16:45:56.107Z[ host-image] Feb 23 16:45:55.435 INFO O| Feb 23 16:45:55.435 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
94422026-02-23T16:45:56.107Z[ host-image] Feb 23 16:45:55.435 INFO O| Feb 23 16:45:55.435 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94432026-02-23T16:45:56.108Z[ host-image] Feb 23 16:45:55.436 INFO O| Feb 23 16:45:55.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
94442026-02-23T16:45:56.108Z[ host-image] Feb 23 16:45:55.436 INFO O| Feb 23 16:45:55.436 INFO ok!
94452026-02-23T16:45:56.108Z[ host-image] Feb 23 16:45:55.436 INFO O| Feb 23 16:45:55.436 INFO STEP 20 (ensure_symlink) COMPLETE
94462026-02-23T16:45:56.108Z[ host-image] Feb 23 16:45:55.436 INFO O| Feb 23 16:45:55.436 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94472026-02-23T16:45:56.133Z[ host-image] Feb 23 16:45:55.450 INFO O| Feb 23 16:45:55.450 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
94482026-02-23T16:45:56.133Z[ host-image] Feb 23 16:45:55.450 INFO O| Feb 23 16:45:55.450 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94492026-02-23T16:45:56.133Z[ host-image] Feb 23 16:45:55.451 INFO O| Feb 23 16:45:55.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
94502026-02-23T16:45:56.133Z[ host-image] Feb 23 16:45:55.451 INFO O| Feb 23 16:45:55.451 INFO ok!
94512026-02-23T16:45:56.133Z[ host-image] Feb 23 16:45:55.451 INFO O| Feb 23 16:45:55.451 INFO STEP 21 (ensure_symlink) COMPLETE
94522026-02-23T16:45:56.133Z[ host-image] Feb 23 16:45:55.451 INFO O| Feb 23 16:45:55.451 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94532026-02-23T16:45:56.133Z[ host-image] Feb 23 16:45:55.464 INFO O| Feb 23 16:45:55.464 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
94542026-02-23T16:45:56.133Z[ host-image] Feb 23 16:45:55.464 INFO O| Feb 23 16:45:55.464 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94552026-02-23T16:45:56.133Z[ host-image] Feb 23 16:45:55.464 INFO O| Feb 23 16:45:55.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
94562026-02-23T16:45:56.133Z[ host-image] Feb 23 16:45:55.464 INFO O| Feb 23 16:45:55.464 INFO ok!
94572026-02-23T16:45:56.133Z[ host-image] Feb 23 16:45:55.464 INFO O| Feb 23 16:45:55.464 INFO STEP 22 (ensure_symlink) COMPLETE
94582026-02-23T16:45:56.133Z[ host-image] Feb 23 16:45:55.464 INFO O| Feb 23 16:45:55.464 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94592026-02-23T16:45:56.157Z[ host-image] Feb 23 16:45:55.477 INFO O| Feb 23 16:45:55.477 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
94602026-02-23T16:45:56.158Z[ host-image] Feb 23 16:45:55.477 INFO O| Feb 23 16:45:55.477 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94612026-02-23T16:45:56.159Z[ host-image] Feb 23 16:45:55.477 INFO O| Feb 23 16:45:55.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
94622026-02-23T16:45:56.159Z[ host-image] Feb 23 16:45:55.477 INFO O| Feb 23 16:45:55.477 INFO ok!
94632026-02-23T16:45:56.159Z[ host-image] Feb 23 16:45:55.477 INFO O| Feb 23 16:45:55.477 INFO STEP 23 (ensure_symlink) COMPLETE
94642026-02-23T16:45:56.159Z[ host-image] Feb 23 16:45:55.477 INFO O| Feb 23 16:45:55.477 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94652026-02-23T16:45:56.159Z[ host-image] Feb 23 16:45:55.489 INFO O| Feb 23 16:45:55.489 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94662026-02-23T16:45:56.159Z[ host-image] Feb 23 16:45:55.489 INFO O| Feb 23 16:45:55.489 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
94672026-02-23T16:45:56.159Z[ host-image] Feb 23 16:45:55.489 INFO O| Feb 23 16:45:55.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
94682026-02-23T16:45:56.159Z[ host-image] Feb 23 16:45:55.489 INFO O| Feb 23 16:45:55.489 INFO ok!
94692026-02-23T16:45:56.159Z[ host-image] Feb 23 16:45:55.489 INFO O| Feb 23 16:45:55.489 INFO STEP 24 (ensure_file) COMPLETE
94702026-02-23T16:45:56.159Z[ host-image] Feb 23 16:45:55.489 INFO O| Feb 23 16:45:55.489 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94712026-02-23T16:45:56.183Z[ host-image] Feb 23 16:45:55.502 INFO O| Feb 23 16:45:55.502 INFO updating shadow file
94722026-02-23T16:45:56.183Z[ host-image] Feb 23 16:45:55.502 INFO O| Feb 23 16:45:55.502 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94732026-02-23T16:45:56.183Z[ host-image] Feb 23 16:45:55.502 INFO O| Feb 23 16:45:55.502 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94742026-02-23T16:45:56.183Z[ host-image] Feb 23 16:45:55.502 INFO O| Feb 23 16:45:55.502 INFO STEP 25 (shadow) COMPLETE
94752026-02-23T16:45:56.183Z[ host-image] Feb 23 16:45:55.502 INFO O| Feb 23 16:45:55.502 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94762026-02-23T16:45:56.183Z[ host-image] Feb 23 16:45:55.514 INFO O| Feb 23 16:45:55.514 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
94772026-02-23T16:45:56.183Z[ host-image] Feb 23 16:45:55.514 INFO O| Feb 23 16:45:55.514 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
94782026-02-23T16:45:56.183Z[ host-image] Feb 23 16:45:55.514 INFO O| Feb 23 16:45:55.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
94792026-02-23T16:45:56.184Z[ host-image] Feb 23 16:45:55.514 INFO O| Feb 23 16:45:55.514 INFO ok!
94802026-02-23T16:45:56.184Z[ host-image] Feb 23 16:45:55.514 INFO O| Feb 23 16:45:55.514 INFO STEP 26 (ensure_file) COMPLETE
94812026-02-23T16:45:56.184Z[ host-image] Feb 23 16:45:55.514 INFO O| Feb 23 16:45:55.514 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94822026-02-23T16:45:56.184Z[ host-image] Feb 23 16:45:55.525 INFO O| Feb 23 16:45:55.525 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
94832026-02-23T16:45:56.184Z[ host-image] Feb 23 16:45:55.525 INFO O| Feb 23 16:45:55.525 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
94842026-02-23T16:45:56.184Z[ host-image] Feb 23 16:45:55.525 INFO O| Feb 23 16:45:55.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
94852026-02-23T16:45:56.184Z[ host-image] Feb 23 16:45:55.525 INFO O| Feb 23 16:45:55.525 INFO ok!
94862026-02-23T16:45:56.184Z[ host-image] Feb 23 16:45:55.525 INFO O| Feb 23 16:45:55.525 INFO STEP 27 (ensure_file) COMPLETE
94872026-02-23T16:45:56.184Z[ host-image] Feb 23 16:45:55.525 INFO O| Feb 23 16:45:55.525 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94882026-02-23T16:45:56.208Z[ host-image] Feb 23 16:45:55.540 INFO O| Feb 23 16:45:55.540 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94892026-02-23T16:45:56.208Z[ host-image] Feb 23 16:45:55.540 INFO O| Feb 23 16:45:55.540 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
94902026-02-23T16:45:56.208Z[ host-image] Feb 23 16:45:55.540 INFO O| Feb 23 16:45:55.540 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
94912026-02-23T16:45:56.210Z[ host-image] Feb 23 16:45:55.540 INFO O| Feb 23 16:45:55.540 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
94922026-02-23T16:45:56.210Z[ host-image] Feb 23 16:45:55.540 INFO O| Feb 23 16:45:55.540 INFO ok!
94932026-02-23T16:45:56.210Z[ host-image] Feb 23 16:45:55.540 INFO O| Feb 23 16:45:55.540 INFO STEP 28 (ensure_file) COMPLETE
94942026-02-23T16:45:56.210Z[ host-image] Feb 23 16:45:55.540 INFO O| Feb 23 16:45:55.540 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94952026-02-23T16:45:56.234Z[ host-image] Feb 23 16:45:55.553 INFO O| Feb 23 16:45:55.553 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
94962026-02-23T16:45:56.234Z[ host-image] Feb 23 16:45:55.553 INFO O| Feb 23 16:45:55.553 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
94972026-02-23T16:45:56.234Z[ host-image] Feb 23 16:45:55.553 INFO O| Feb 23 16:45:55.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
94982026-02-23T16:45:56.235Z[ host-image] Feb 23 16:45:55.553 INFO O| Feb 23 16:45:55.553 INFO ok!
94992026-02-23T16:45:56.235Z[ host-image] Feb 23 16:45:55.553 INFO O| Feb 23 16:45:55.553 INFO STEP 29 (ensure_file) COMPLETE
95002026-02-23T16:45:56.235Z[ host-image] Feb 23 16:45:55.553 INFO O| Feb 23 16:45:55.553 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95012026-02-23T16:45:56.235Z[ host-image] Feb 23 16:45:55.565 INFO O| Feb 23 16:45:55.565 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95022026-02-23T16:45:56.235Z[ host-image] Feb 23 16:45:55.565 INFO O| Feb 23 16:45:55.565 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95032026-02-23T16:45:56.235Z[ host-image] Feb 23 16:45:55.565 INFO O| Feb 23 16:45:55.565 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95042026-02-23T16:45:56.235Z[ host-image] Feb 23 16:45:55.565 INFO O| Feb 23 16:45:55.565 INFO STEP 30 (ensure_dir) COMPLETE
95052026-02-23T16:45:56.235Z[ host-image] Feb 23 16:45:55.565 INFO O| Feb 23 16:45:55.565 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95062026-02-23T16:45:56.259Z[ host-image] Feb 23 16:45:55.578 INFO O| Feb 23 16:45:55.578 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
95072026-02-23T16:45:56.259Z[ host-image] Feb 23 16:45:55.578 INFO O| Feb 23 16:45:55.578 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
95082026-02-23T16:45:56.259Z[ host-image] Feb 23 16:45:55.579 INFO O| Feb 23 16:45:55.578 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95092026-02-23T16:45:56.259Z[ host-image] Feb 23 16:45:55.579 INFO O| Feb 23 16:45:55.579 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95102026-02-23T16:45:56.259Z[ host-image] Feb 23 16:45:55.579 INFO O| Feb 23 16:45:55.579 INFO ok!
95112026-02-23T16:45:56.259Z[ host-image] Feb 23 16:45:55.579 INFO O| Feb 23 16:45:55.579 INFO STEP 31 (ensure_file) COMPLETE
95122026-02-23T16:45:56.260Z[ host-image] Feb 23 16:45:55.579 INFO O| Feb 23 16:45:55.579 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95132026-02-23T16:45:56.260Z[ host-image] Feb 23 16:45:55.592 INFO O| Feb 23 16:45:55.591 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95142026-02-23T16:45:56.260Z[ host-image] Feb 23 16:45:55.592 INFO O| Feb 23 16:45:55.592 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95152026-02-23T16:45:56.260Z[ host-image] Feb 23 16:45:55.592 INFO O| Feb 23 16:45:55.592 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95162026-02-23T16:45:56.260Z[ host-image] Feb 23 16:45:55.592 INFO O| Feb 23 16:45:55.592 INFO STEP 32 (ensure_dir) COMPLETE
95172026-02-23T16:45:56.260Z[ host-image] Feb 23 16:45:55.592 INFO O| Feb 23 16:45:55.592 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95182026-02-23T16:45:56.284Z[ host-image] Feb 23 16:45:55.604 INFO O| Feb 23 16:45:55.604 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95192026-02-23T16:45:56.285Z[ host-image] Feb 23 16:45:55.604 INFO O| Feb 23 16:45:55.604 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 ...
95202026-02-23T16:45:56.285Z[ host-image] Feb 23 16:45:55.604 INFO O| Feb 23 16:45:55.604 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
95212026-02-23T16:45:56.285Z[ host-image] Feb 23 16:45:55.604 INFO O| Feb 23 16:45:55.604 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
95222026-02-23T16:45:56.285Z[ host-image] Feb 23 16:45:55.604 INFO O| Feb 23 16:45:55.604 INFO ok!
95232026-02-23T16:45:56.285Z[ host-image] Feb 23 16:45:55.604 INFO O| Feb 23 16:45:55.604 INFO STEP 33 (ensure_file) COMPLETE
95242026-02-23T16:45:56.285Z[ host-image] Feb 23 16:45:55.604 INFO O| Feb 23 16:45:55.604 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95252026-02-23T16:45:56.285Z[ host-image] Feb 23 16:45:55.618 INFO O| Feb 23 16:45:55.618 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
95262026-02-23T16:45:56.285Z[ host-image] Feb 23 16:45:55.618 INFO O| Feb 23 16:45:55.618 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
95272026-02-23T16:45:56.285Z[ host-image] Feb 23 16:45:55.618 INFO O| Feb 23 16:45:55.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
95282026-02-23T16:45:56.285Z[ host-image] Feb 23 16:45:55.618 INFO O| Feb 23 16:45:55.618 INFO ok!
95292026-02-23T16:45:56.285Z[ host-image] Feb 23 16:45:55.618 INFO O| Feb 23 16:45:55.618 INFO STEP 34 (ensure_file) COMPLETE
95302026-02-23T16:45:56.285Z[ host-image] Feb 23 16:45:55.618 INFO O| Feb 23 16:45:55.618 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95312026-02-23T16:45:56.310Z[ host-image] Feb 23 16:45:55.631 INFO O| Feb 23 16:45:55.631 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
95322026-02-23T16:45:56.310Z[ host-image] Feb 23 16:45:55.631 INFO O| Feb 23 16:45:55.631 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
95332026-02-23T16:45:56.310Z[ host-image] Feb 23 16:45:55.631 INFO O| Feb 23 16:45:55.631 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95342026-02-23T16:45:56.310Z[ host-image] Feb 23 16:45:55.631 INFO O| Feb 23 16:45:55.631 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95352026-02-23T16:45:56.310Z[ host-image] Feb 23 16:45:55.631 INFO O| Feb 23 16:45:55.631 INFO ok!
95362026-02-23T16:45:56.310Z[ host-image] Feb 23 16:45:55.631 INFO O| Feb 23 16:45:55.631 INFO STEP 35 (ensure_file) COMPLETE
95372026-02-23T16:45:56.310Z[ host-image] Feb 23 16:45:55.631 INFO O| Feb 23 16:45:55.631 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95382026-02-23T16:45:56.310Z[ host-image] Feb 23 16:45:55.646 INFO O| Feb 23 16:45:55.646 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
95392026-02-23T16:45:56.310Z[ host-image] Feb 23 16:45:55.647 INFO O| Feb 23 16:45:55.646 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
95402026-02-23T16:45:56.310Z[ host-image] Feb 23 16:45:55.647 INFO O| Feb 23 16:45:55.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
95412026-02-23T16:45:56.310Z[ host-image] Feb 23 16:45:55.647 INFO O| Feb 23 16:45:55.647 INFO ok!
95422026-02-23T16:45:56.310Z[ host-image] Feb 23 16:45:55.647 INFO O| Feb 23 16:45:55.647 INFO STEP 36 (ensure_file) COMPLETE
95432026-02-23T16:45:56.310Z[ host-image] Feb 23 16:45:55.647 INFO O| Feb 23 16:45:55.647 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95442026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.661 INFO O| Feb 23 16:45:55.661 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
95452026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.662 INFO O| Feb 23 16:45:55.661 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
95462026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.662 INFO O| Feb 23 16:45:55.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
95472026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.662 INFO O| Feb 23 16:45:55.662 INFO ok!
95482026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.662 INFO O| Feb 23 16:45:55.662 INFO STEP 37 (ensure_file) COMPLETE
95492026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.662 INFO O| Feb 23 16:45:55.662 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95502026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.676 INFO O| Feb 23 16:45:55.676 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
95512026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.676 INFO O| Feb 23 16:45:55.676 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
95522026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.676 INFO O| Feb 23 16:45:55.676 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95532026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.676 INFO O| Feb 23 16:45:55.676 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95542026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.676 INFO O| Feb 23 16:45:55.676 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95552026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.676 INFO O| Feb 23 16:45:55.676 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95562026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.676 INFO O| Feb 23 16:45:55.676 INFO ok!
95572026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.676 INFO O| Feb 23 16:45:55.676 INFO STEP 38 (ensure_file) COMPLETE
95582026-02-23T16:45:56.335Z[ host-image] Feb 23 16:45:55.676 INFO O| Feb 23 16:45:55.676 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95592026-02-23T16:45:56.360Z[ host-image] Feb 23 16:45:55.690 INFO O| Feb 23 16:45:55.690 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95602026-02-23T16:45:56.360Z[ host-image] Feb 23 16:45:55.690 INFO O| Feb 23 16:45:55.690 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95612026-02-23T16:45:56.360Z[ host-image] Feb 23 16:45:55.690 INFO O| Feb 23 16:45:55.690 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95622026-02-23T16:45:56.360Z[ host-image] Feb 23 16:45:55.690 INFO O| Feb 23 16:45:55.690 INFO STEP 39 (ensure_dir) COMPLETE
95632026-02-23T16:45:56.360Z[ host-image] Feb 23 16:45:55.690 INFO O| Feb 23 16:45:55.690 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95642026-02-23T16:45:56.384Z[ host-image] Feb 23 16:45:55.704 INFO O| Feb 23 16:45:55.704 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
95652026-02-23T16:45:56.384Z[ host-image] Feb 23 16:45:55.704 INFO O| Feb 23 16:45:55.704 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 ...
95662026-02-23T16:45:56.385Z[ host-image] Feb 23 16:45:55.705 INFO O| Feb 23 16:45:55.705 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
95672026-02-23T16:45:56.385Z[ host-image] Feb 23 16:45:55.705 INFO O| Feb 23 16:45:55.705 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
95682026-02-23T16:45:56.385Z[ host-image] Feb 23 16:45:55.705 INFO O| Feb 23 16:45:55.705 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
95692026-02-23T16:45:56.385Z[ host-image] Feb 23 16:45:55.705 INFO O| Feb 23 16:45:55.705 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
95702026-02-23T16:45:56.385Z[ host-image] Feb 23 16:45:55.705 INFO O| Feb 23 16:45:55.705 INFO ok!
95712026-02-23T16:45:56.385Z[ host-image] Feb 23 16:45:55.705 INFO O| Feb 23 16:45:55.705 INFO STEP 40 (ensure_file) COMPLETE
95722026-02-23T16:45:56.385Z[ host-image] Feb 23 16:45:55.705 INFO O| Feb 23 16:45:55.705 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95732026-02-23T16:45:56.385Z[ host-image] Feb 23 16:45:55.718 INFO O| Feb 23 16:45:55.718 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95742026-02-23T16:45:56.385Z[ host-image] Feb 23 16:45:55.718 INFO O| Feb 23 16:45:55.718 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 ...
95752026-02-23T16:45:56.385Z[ host-image] Feb 23 16:45:55.718 INFO O| Feb 23 16:45:55.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95762026-02-23T16:45:56.385Z[ host-image] Feb 23 16:45:55.718 INFO O| Feb 23 16:45:55.718 INFO ok!
95772026-02-23T16:45:56.385Z[ host-image] Feb 23 16:45:55.719 INFO O| Feb 23 16:45:55.718 INFO STEP 41 (ensure_symlink) COMPLETE
95782026-02-23T16:45:56.385Z[ host-image] Feb 23 16:45:55.719 INFO O| Feb 23 16:45:55.718 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95792026-02-23T16:45:56.410Z[ host-image] Feb 23 16:45:55.734 INFO O| Feb 23 16:45:55.734 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
95802026-02-23T16:45:56.410Z[ host-image] Feb 23 16:45:55.734 INFO O| Feb 23 16:45:55.734 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95812026-02-23T16:45:56.411Z[ host-image] Feb 23 16:45:55.734 INFO O| Feb 23 16:45:55.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
95822026-02-23T16:45:56.411Z[ host-image] Feb 23 16:45:55.734 INFO O| Feb 23 16:45:55.734 INFO ok!
95832026-02-23T16:45:56.411Z[ host-image] Feb 23 16:45:55.734 INFO O| Feb 23 16:45:55.734 INFO STEP 42 (ensure_symlink) COMPLETE
95842026-02-23T16:45:56.411Z[ host-image] Feb 23 16:45:55.734 INFO O| Feb 23 16:45:55.734 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95852026-02-23T16:45:56.411Z[ host-image] Feb 23 16:45:55.745 INFO O| Feb 23 16:45:55.745 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
95862026-02-23T16:45:56.411Z[ host-image] Feb 23 16:45:55.745 INFO O| Feb 23 16:45:55.745 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
95872026-02-23T16:45:56.411Z[ host-image] Feb 23 16:45:55.746 INFO O| Feb 23 16:45:55.746 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95882026-02-23T16:45:56.411Z[ host-image] Feb 23 16:45:55.746 INFO O| Feb 23 16:45:55.746 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95892026-02-23T16:45:56.411Z[ host-image] Feb 23 16:45:55.746 INFO O| Feb 23 16:45:55.746 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95902026-02-23T16:45:56.411Z[ host-image] Feb 23 16:45:55.746 INFO O| Feb 23 16:45:55.746 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95912026-02-23T16:45:56.411Z[ host-image] Feb 23 16:45:55.746 INFO O| Feb 23 16:45:55.746 INFO ok!
95922026-02-23T16:45:56.411Z[ host-image] Feb 23 16:45:55.746 INFO O| Feb 23 16:45:55.746 INFO STEP 43 (ensure_file) COMPLETE
95932026-02-23T16:45:56.411Z[ host-image] Feb 23 16:45:55.746 INFO O| Feb 23 16:45:55.746 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95942026-02-23T16:45:56.436Z[ host-image] Feb 23 16:45:55.760 INFO O| Feb 23 16:45:55.760 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
95952026-02-23T16:45:56.436Z[ host-image] Feb 23 16:45:55.760 INFO O| Feb 23 16:45:55.760 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 ...
95962026-02-23T16:45:56.436Z[ host-image] Feb 23 16:45:55.761 INFO O| Feb 23 16:45:55.761 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
95972026-02-23T16:45:56.436Z[ host-image] Feb 23 16:45:55.761 INFO O| Feb 23 16:45:55.761 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
95982026-02-23T16:45:56.436Z[ host-image] Feb 23 16:45:55.761 INFO O| Feb 23 16:45:55.761 INFO ok!
95992026-02-23T16:45:56.436Z[ host-image] Feb 23 16:45:55.761 INFO O| Feb 23 16:45:55.761 INFO STEP 44 (ensure_file) COMPLETE
96002026-02-23T16:45:56.436Z[ host-image] Feb 23 16:45:55.761 INFO O| Feb 23 16:45:55.761 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96012026-02-23T16:45:56.436Z[ host-image] Feb 23 16:45:55.773 INFO O| Feb 23 16:45:55.773 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
96022026-02-23T16:45:56.436Z[ host-image] Feb 23 16:45:55.773 INFO O| Feb 23 16:45:55.773 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
96032026-02-23T16:45:56.436Z[ host-image] Feb 23 16:45:55.774 INFO O| Feb 23 16:45:55.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
96042026-02-23T16:45:56.436Z[ host-image] Feb 23 16:45:55.774 INFO O| Feb 23 16:45:55.774 INFO ok!
96052026-02-23T16:45:56.436Z[ host-image] Feb 23 16:45:55.774 INFO O| Feb 23 16:45:55.774 INFO STEP 45 (ensure_file) COMPLETE
96062026-02-23T16:45:56.436Z[ host-image] Feb 23 16:45:55.774 INFO O| Feb 23 16:45:55.774 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96072026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.786 INFO O| Feb 23 16:45:55.785 INFO updating shadow file
96082026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.786 INFO O| Feb 23 16:45:55.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96092026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.786 INFO O| Feb 23 16:45:55.786 INFO STEP 46 (shadow) COMPLETE
96102026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.786 INFO O| Feb 23 16:45:55.786 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96112026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.797 INFO O| Feb 23 16:45:55.797 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
96122026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.797 INFO O| Feb 23 16:45:55.797 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
96132026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.797 INFO O| Feb 23 16:45:55.797 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96142026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.797 INFO O| Feb 23 16:45:55.797 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96152026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.797 INFO O| Feb 23 16:45:55.797 INFO ok!
96162026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.797 INFO O| Feb 23 16:45:55.797 INFO STEP 47 (ensure_file) COMPLETE
96172026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.797 INFO O| Feb 23 16:45:55.797 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96182026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.797 INFO O| Feb 23 16:45:55.797 INFO skip step because feature "mfg" is not enabled
96192026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.797 INFO O| Feb 23 16:45:55.797 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96202026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.797 INFO O| Feb 23 16:45:55.797 INFO skip step because feature "mfg" is not enabled
96212026-02-23T16:45:56.461Z[ host-image] Feb 23 16:45:55.797 INFO O| Feb 23 16:45:55.797 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96222026-02-23T16:45:56.486Z[ host-image] Feb 23 16:45:55.813 INFO O| Feb 23 16:45:55.813 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
96232026-02-23T16:45:56.486Z[ host-image] Feb 23 16:45:55.813 INFO O| Feb 23 16:45:55.813 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
96242026-02-23T16:45:56.516Z[ host-image] Feb 23 16:45:55.859 INFO O| Feb 23 16:45:55.859 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96252026-02-23T16:45:56.516Z[ host-image] Feb 23 16:45:55.859 INFO O| Feb 23 16:45:55.859 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96262026-02-23T16:45:56.541Z[ host-image] Feb 23 16:45:55.859 INFO O| Feb 23 16:45:55.859 INFO ok!
96272026-02-23T16:45:56.541Z[ host-image] Feb 23 16:45:55.859 INFO O| Feb 23 16:45:55.859 INFO STEP 50 (ensure_file) COMPLETE
96282026-02-23T16:45:56.541Z[ host-image] Feb 23 16:45:55.859 INFO O| Feb 23 16:45:55.859 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96292026-02-23T16:45:56.541Z[ host-image] Feb 23 16:45:55.859 INFO O| Feb 23 16:45:55.859 INFO skip step because feature "compliance" is not enabled
96302026-02-23T16:45:56.541Z[ host-image] Feb 23 16:45:55.859 INFO O| Feb 23 16:45:55.859 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96312026-02-23T16:45:56.541Z[ host-image] Feb 23 16:45:55.875 INFO O| Feb 23 16:45:55.875 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
96322026-02-23T16:45:56.541Z[ host-image] Feb 23 16:45:55.875 INFO O| Feb 23 16:45:55.875 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
96332026-02-23T16:45:56.541Z[ host-image] Feb 23 16:45:55.876 INFO O| Feb 23 16:45:55.875 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96342026-02-23T16:45:56.541Z[ host-image] Feb 23 16:45:55.876 INFO O| Feb 23 16:45:55.875 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96352026-02-23T16:45:56.541Z[ host-image] Feb 23 16:45:55.876 INFO O| Feb 23 16:45:55.875 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96362026-02-23T16:45:56.541Z[ host-image] Feb 23 16:45:55.876 INFO O| Feb 23 16:45:55.876 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96372026-02-23T16:45:56.542Z[ host-image] Feb 23 16:45:55.876 INFO O| Feb 23 16:45:55.876 INFO ok!
96382026-02-23T16:45:56.542Z[ host-image] Feb 23 16:45:55.876 INFO O| Feb 23 16:45:55.876 INFO STEP 52 (ensure_file) COMPLETE
96392026-02-23T16:45:56.542Z[ host-image] Feb 23 16:45:55.876 INFO O| Feb 23 16:45:55.876 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96402026-02-23T16:45:56.566Z[ host-image] Feb 23 16:45:55.893 INFO O| Feb 23 16:45:55.893 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
96412026-02-23T16:45:56.566Z[ host-image] Feb 23 16:45:55.893 INFO O| Feb 23 16:45:55.893 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 ...
96422026-02-23T16:45:56.566Z[ host-image] Feb 23 16:45:55.894 INFO O| Feb 23 16:45:55.893 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
96432026-02-23T16:45:56.566Z[ host-image] Feb 23 16:45:55.894 INFO O| Feb 23 16:45:55.894 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
96442026-02-23T16:45:56.566Z[ host-image] Feb 23 16:45:55.894 INFO O| Feb 23 16:45:55.894 INFO ok!
96452026-02-23T16:45:56.566Z[ host-image] Feb 23 16:45:55.894 INFO O| Feb 23 16:45:55.894 INFO STEP 53 (ensure_file) COMPLETE
96462026-02-23T16:45:56.566Z[ host-image] Feb 23 16:45:55.894 INFO O| Feb 23 16:45:55.894 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96472026-02-23T16:45:56.567Z[ host-image] Feb 23 16:45:55.906 INFO O| Feb 23 16:45:55.906 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
96482026-02-23T16:45:56.567Z[ host-image] Feb 23 16:45:55.906 INFO O| Feb 23 16:45:55.906 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 ...
96492026-02-23T16:45:56.567Z[ host-image] Feb 23 16:45:55.907 INFO O| Feb 23 16:45:55.907 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96502026-02-23T16:45:56.567Z[ host-image] Feb 23 16:45:55.907 INFO O| Feb 23 16:45:55.907 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96512026-02-23T16:45:56.567Z[ host-image] Feb 23 16:45:55.907 INFO O| Feb 23 16:45:55.907 INFO ok!
96522026-02-23T16:45:56.567Z[ host-image] Feb 23 16:45:55.907 INFO O| Feb 23 16:45:55.907 INFO STEP 54 (ensure_file) COMPLETE
96532026-02-23T16:45:56.567Z[ host-image] Feb 23 16:45:55.907 INFO O| Feb 23 16:45:55.907 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96542026-02-23T16:45:56.592Z[ host-image] Feb 23 16:45:55.917 INFO O| Feb 23 16:45:55.917 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
96552026-02-23T16:45:56.592Z[ host-image] Feb 23 16:45:55.917 INFO O| Feb 23 16:45:55.917 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 ...
96562026-02-23T16:45:56.592Z[ host-image] Feb 23 16:45:55.917 INFO O| Feb 23 16:45:55.917 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
96572026-02-23T16:45:56.592Z[ host-image] Feb 23 16:45:55.917 INFO O| Feb 23 16:45:55.917 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
96582026-02-23T16:45:56.592Z[ host-image] Feb 23 16:45:55.917 INFO O| Feb 23 16:45:55.917 INFO ok!
96592026-02-23T16:45:56.592Z[ host-image] Feb 23 16:45:55.917 INFO O| Feb 23 16:45:55.917 INFO STEP 55 (ensure_file) COMPLETE
96602026-02-23T16:45:56.592Z[ host-image] Feb 23 16:45:55.917 INFO O| Feb 23 16:45:55.917 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96612026-02-23T16:45:56.592Z[ host-image] Feb 23 16:45:55.927 INFO O| Feb 23 16:45:55.927 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
96622026-02-23T16:45:56.592Z[ host-image] Feb 23 16:45:55.927 INFO O| Feb 23 16:45:55.927 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 ...
96632026-02-23T16:45:56.592Z[ host-image] Feb 23 16:45:55.927 INFO O| Feb 23 16:45:55.927 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96642026-02-23T16:45:56.592Z[ host-image] Feb 23 16:45:55.927 INFO O| Feb 23 16:45:55.927 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96652026-02-23T16:45:56.592Z[ host-image] Feb 23 16:45:55.927 INFO O| Feb 23 16:45:55.927 INFO ok!
96662026-02-23T16:45:56.592Z[ host-image] Feb 23 16:45:55.927 INFO O| Feb 23 16:45:55.927 INFO STEP 56 (ensure_file) COMPLETE
96672026-02-23T16:45:56.592Z[ host-image] Feb 23 16:45:55.927 INFO O| Feb 23 16:45:55.927 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96682026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.941 INFO O| Feb 23 16:45:55.941 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
96692026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.941 INFO O| Feb 23 16:45:55.941 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 ...
96702026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.941 INFO O| Feb 23 16:45:55.941 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
96712026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.942 INFO O| Feb 23 16:45:55.941 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
96722026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.942 INFO O| Feb 23 16:45:55.941 INFO ok!
96732026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.942 INFO O| Feb 23 16:45:55.941 INFO STEP 57 (ensure_file) COMPLETE
96742026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.942 INFO O| Feb 23 16:45:55.941 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96752026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.956 INFO O| Feb 23 16:45:55.956 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
96762026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.956 INFO O| Feb 23 16:45:55.956 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 ...
96772026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.956 INFO O| Feb 23 16:45:55.956 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96782026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.956 INFO O| Feb 23 16:45:55.956 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96792026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.956 INFO O| Feb 23 16:45:55.956 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96802026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.956 INFO O| Feb 23 16:45:55.956 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
96812026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.956 INFO O| Feb 23 16:45:55.956 INFO ok!
96822026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.956 INFO O| Feb 23 16:45:55.956 INFO STEP 58 (ensure_file) COMPLETE
96832026-02-23T16:45:56.618Z[ host-image] Feb 23 16:45:55.956 INFO O| Feb 23 16:45:55.956 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96842026-02-23T16:45:56.643Z[ host-image] Feb 23 16:45:55.970 INFO O| Feb 23 16:45:55.970 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
96852026-02-23T16:45:56.643Z[ host-image] Feb 23 16:45:55.970 INFO O| Feb 23 16:45:55.970 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 ...
96862026-02-23T16:45:56.643Z[ host-image] Feb 23 16:45:55.971 INFO O| Feb 23 16:45:55.971 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
96872026-02-23T16:45:56.643Z[ host-image] Feb 23 16:45:55.971 INFO O| Feb 23 16:45:55.971 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
96882026-02-23T16:45:56.643Z[ host-image] Feb 23 16:45:55.971 INFO O| Feb 23 16:45:55.971 INFO ok!
96892026-02-23T16:45:56.643Z[ host-image] Feb 23 16:45:55.971 INFO O| Feb 23 16:45:55.971 INFO STEP 59 (ensure_file) COMPLETE
96902026-02-23T16:45:56.643Z[ host-image] Feb 23 16:45:55.971 INFO O| Feb 23 16:45:55.971 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96912026-02-23T16:45:56.643Z[ host-image] Feb 23 16:45:55.984 INFO O| Feb 23 16:45:55.984 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
96922026-02-23T16:45:56.643Z[ host-image] Feb 23 16:45:55.984 INFO O| Feb 23 16:45:55.984 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
96932026-02-23T16:45:56.643Z[ host-image] Feb 23 16:45:55.984 INFO O| Feb 23 16:45:55.984 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96942026-02-23T16:45:56.643Z[ host-image] Feb 23 16:45:55.984 INFO O| Feb 23 16:45:55.984 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
96952026-02-23T16:45:56.643Z[ host-image] Feb 23 16:45:55.984 INFO O| Feb 23 16:45:55.984 INFO ok!
96962026-02-23T16:45:56.643Z[ host-image] Feb 23 16:45:55.984 INFO O| Feb 23 16:45:55.984 INFO STEP 60 (ensure_file) COMPLETE
96972026-02-23T16:45:56.644Z[ host-image] Feb 23 16:45:55.984 INFO O| Feb 23 16:45:55.984 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96982026-02-23T16:45:56.669Z[ host-image] Feb 23 16:45:55.999 INFO O| Feb 23 16:45:55.999 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
96992026-02-23T16:45:56.669Z[ host-image] Feb 23 16:45:55.999 INFO O| Feb 23 16:45:55.999 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 ...
97002026-02-23T16:45:56.669Z[ host-image] Feb 23 16:45:55.999 INFO O| Feb 23 16:45:55.999 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
97012026-02-23T16:45:56.669Z[ host-image] Feb 23 16:45:55.999 INFO O| Feb 23 16:45:55.999 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97022026-02-23T16:45:56.669Z[ host-image] Feb 23 16:45:55.999 INFO O| Feb 23 16:45:55.999 INFO ok!
97032026-02-23T16:45:56.669Z[ host-image] Feb 23 16:45:55.999 INFO O| Feb 23 16:45:55.999 INFO STEP 61 (ensure_file) COMPLETE
97042026-02-23T16:45:56.669Z[ host-image] Feb 23 16:45:55.999 INFO O| Feb 23 16:45:55.999 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97052026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.015 INFO O| Feb 23 16:45:56.015 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
97062026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.016 INFO O| Feb 23 16:45:56.015 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
97072026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.016 INFO O| Feb 23 16:45:56.016 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97082026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.016 INFO O| Feb 23 16:45:56.016 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97092026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.016 INFO O| Feb 23 16:45:56.016 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97102026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.016 INFO O| Feb 23 16:45:56.016 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97112026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.016 INFO O| Feb 23 16:45:56.016 INFO ok!
97122026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.016 INFO O| Feb 23 16:45:56.016 INFO STEP 62 (ensure_file) COMPLETE
97132026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.016 INFO O| Feb 23 16:45:56.016 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97142026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.028 INFO O| Feb 23 16:45:56.028 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
97152026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.028 INFO O| Feb 23 16:45:56.028 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 ...
97162026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.028 INFO O| Feb 23 16:45:56.028 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
97172026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.028 INFO O| Feb 23 16:45:56.028 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
97182026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.028 INFO O| Feb 23 16:45:56.028 INFO ok!
97192026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.028 INFO O| Feb 23 16:45:56.028 INFO STEP 63 (ensure_file) COMPLETE
97202026-02-23T16:45:56.694Z[ host-image] Feb 23 16:45:56.028 INFO O| Feb 23 16:45:56.028 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97212026-02-23T16:45:56.719Z[ host-image] Feb 23 16:45:56.040 INFO O| Feb 23 16:45:56.039 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
97222026-02-23T16:45:56.719Z[ host-image] Feb 23 16:45:56.040 INFO O| Feb 23 16:45:56.039 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 ...
97232026-02-23T16:45:56.719Z[ host-image] Feb 23 16:45:56.040 INFO O| Feb 23 16:45:56.040 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
97242026-02-23T16:45:56.719Z[ host-image] Feb 23 16:45:56.040 INFO O| Feb 23 16:45:56.040 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
97252026-02-23T16:45:56.720Z[ host-image] Feb 23 16:45:56.040 INFO O| Feb 23 16:45:56.040 INFO ok!
97262026-02-23T16:45:56.720Z[ host-image] Feb 23 16:45:56.040 INFO O| Feb 23 16:45:56.040 INFO STEP 64 (ensure_file) COMPLETE
97272026-02-23T16:45:56.720Z[ host-image] Feb 23 16:45:56.040 INFO O| Feb 23 16:45:56.040 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97282026-02-23T16:45:56.720Z[ host-image] Feb 23 16:45:56.051 INFO O| Feb 23 16:45:56.051 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
97292026-02-23T16:45:56.720Z[ host-image] Feb 23 16:45:56.051 INFO O| Feb 23 16:45:56.051 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 ...
97302026-02-23T16:45:56.720Z[ host-image] Feb 23 16:45:56.052 INFO O| Feb 23 16:45:56.051 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
97312026-02-23T16:45:56.720Z[ host-image] Feb 23 16:45:56.052 INFO O| Feb 23 16:45:56.052 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
97322026-02-23T16:45:56.720Z[ host-image] Feb 23 16:45:56.052 INFO O| Feb 23 16:45:56.052 INFO ok!
97332026-02-23T16:45:56.720Z[ host-image] Feb 23 16:45:56.052 INFO O| Feb 23 16:45:56.052 INFO STEP 65 (ensure_file) COMPLETE
97342026-02-23T16:45:56.720Z[ host-image] Feb 23 16:45:56.052 INFO O| Feb 23 16:45:56.052 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97352026-02-23T16:45:56.720Z[ host-image] Feb 23 16:45:56.052 INFO O| Feb 23 16:45:56.052 INFO skip step because feature "mbist" is not enabled
97362026-02-23T16:45:56.720Z[ host-image] Feb 23 16:45:56.052 INFO O| Feb 23 16:45:56.052 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372026-02-23T16:45:56.745Z[ host-image] Feb 23 16:45:56.067 INFO O| Feb 23 16:45:56.067 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
97382026-02-23T16:45:56.745Z[ host-image] Feb 23 16:45:56.067 INFO O| Feb 23 16:45:56.067 INFO STEP 67 (ensure_dir) COMPLETE
97392026-02-23T16:45:56.745Z[ host-image] Feb 23 16:45:56.067 INFO O| Feb 23 16:45:56.067 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402026-02-23T16:45:56.745Z[ host-image] Feb 23 16:45:56.079 INFO O| Feb 23 16:45:56.079 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97412026-02-23T16:45:56.745Z[ host-image] Feb 23 16:45:56.079 INFO O| Feb 23 16:45:56.079 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97422026-02-23T16:45:56.745Z[ host-image] Feb 23 16:45:56.079 INFO O| Feb 23 16:45:56.079 INFO STEP 68 (ensure_dir) COMPLETE
97432026-02-23T16:45:56.745Z[ host-image] Feb 23 16:45:56.079 INFO O| Feb 23 16:45:56.079 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442026-02-23T16:45:56.770Z[ host-image] Feb 23 16:45:56.091 INFO O| Feb 23 16:45:56.090 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97452026-02-23T16:45:56.770Z[ host-image] Feb 23 16:45:56.091 INFO O| Feb 23 16:45:56.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97462026-02-23T16:45:56.770Z[ host-image] Feb 23 16:45:56.091 INFO O| Feb 23 16:45:56.091 INFO STEP 69 (ensure_dir) COMPLETE
97472026-02-23T16:45:56.770Z[ host-image] Feb 23 16:45:56.091 INFO O| Feb 23 16:45:56.091 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97482026-02-23T16:45:56.770Z[ host-image] Feb 23 16:45:56.103 INFO O| Feb 23 16:45:56.103 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
97492026-02-23T16:45:56.771Z[ host-image] Feb 23 16:45:56.103 INFO O| Feb 23 16:45:56.103 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
97502026-02-23T16:45:57.942Z[ host-image] Feb 23 16:45:57.285 INFO O| Feb 23 16:45:57.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
97512026-02-23T16:45:57.942Z[ host-image] Feb 23 16:45:57.285 INFO O| Feb 23 16:45:57.285 INFO ok!
97522026-02-23T16:45:57.966Z[ host-image] Feb 23 16:45:57.285 INFO O| Feb 23 16:45:57.285 INFO STEP 70 (ensure_file) COMPLETE
97532026-02-23T16:45:57.966Z[ host-image] Feb 23 16:45:57.285 INFO O| Feb 23 16:45:57.285 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97542026-02-23T16:45:57.967Z[ host-image] Feb 23 16:45:57.300 INFO O| Feb 23 16:45:57.300 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
97552026-02-23T16:45:57.967Z[ host-image] Feb 23 16:45:57.300 INFO O| Feb 23 16:45:57.300 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
97562026-02-23T16:45:59.397Z[ recovery-image] Feb 23 16:45:58.738 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')"
97572026-02-23T16:45:59.422Z[ recovery-image] Feb 23 16:45:58.738 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")
97582026-02-23T16:45:59.880Z[ host-image] Feb 23 16:45:59.223 INFO O| Feb 23 16:45:59.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
97592026-02-23T16:45:59.880Z[ host-image] Feb 23 16:45:59.223 INFO O| Feb 23 16:45:59.223 INFO ok!
97602026-02-23T16:45:59.904Z[ host-image] Feb 23 16:45:59.223 INFO O| Feb 23 16:45:59.223 INFO STEP 71 (ensure_file) COMPLETE
97612026-02-23T16:45:59.904Z[ host-image] Feb 23 16:45:59.223 INFO O| Feb 23 16:45:59.223 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97622026-02-23T16:45:59.905Z[ host-image] Feb 23 16:45:59.239 INFO O| Feb 23 16:45:59.239 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97632026-02-23T16:45:59.905Z[ host-image] Feb 23 16:45:59.239 INFO O| Feb 23 16:45:59.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97642026-02-23T16:45:59.905Z[ host-image] Feb 23 16:45:59.239 INFO O| Feb 23 16:45:59.239 INFO STEP 72 (ensure_dir) COMPLETE
97652026-02-23T16:45:59.905Z[ host-image] Feb 23 16:45:59.239 INFO O| Feb 23 16:45:59.239 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97662026-02-23T16:45:59.929Z[ recovery-image] Feb 23 16:45:59.252 INFO E| Updating crates.io index
97672026-02-23T16:45:59.929Z[ host-image] Feb 23 16:45:59.255 INFO O| Feb 23 16:45:59.255 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
97682026-02-23T16:45:59.929Z[ host-image] Feb 23 16:45:59.255 INFO O| Feb 23 16:45:59.255 INFO copying /tmp/.tmpgSSCxU/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 ...
97692026-02-23T16:45:59.929Z[ host-image] Feb 23 16:45:59.255 INFO O| Feb 23 16:45:59.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
97702026-02-23T16:45:59.929Z[ host-image] Feb 23 16:45:59.256 INFO O| Feb 23 16:45:59.255 INFO ok!
97712026-02-23T16:45:59.929Z[ host-image] Feb 23 16:45:59.256 INFO O| Feb 23 16:45:59.255 INFO STEP 73 (ensure_file) COMPLETE
97722026-02-23T16:45:59.929Z[ host-image] Feb 23 16:45:59.256 INFO O| Feb 23 16:45:59.255 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97732026-02-23T16:45:59.954Z[ host-image] Feb 23 16:45:59.275 INFO O| Feb 23 16:45:59.275 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
97742026-02-23T16:45:59.954Z[ host-image] Feb 23 16:45:59.275 INFO O| Feb 23 16:45:59.275 INFO copying /tmp/.tmpgSSCxU/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 ...
97752026-02-23T16:45:59.954Z[ host-image] Feb 23 16:45:59.275 INFO O| Feb 23 16:45:59.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
97762026-02-23T16:45:59.954Z[ host-image] Feb 23 16:45:59.275 INFO O| Feb 23 16:45:59.275 INFO ok!
97772026-02-23T16:45:59.954Z[ host-image] Feb 23 16:45:59.275 INFO O| Feb 23 16:45:59.275 INFO STEP 74 (ensure_file) COMPLETE
97782026-02-23T16:45:59.954Z[ host-image] Feb 23 16:45:59.275 INFO O| Feb 23 16:45:59.275 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97792026-02-23T16:45:59.954Z[ host-image] Feb 23 16:45:59.292 INFO O| Feb 23 16:45:59.292 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97802026-02-23T16:45:59.954Z[ host-image] Feb 23 16:45:59.292 INFO O| Feb 23 16:45:59.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
97812026-02-23T16:45:59.954Z[ host-image] Feb 23 16:45:59.292 INFO O| Feb 23 16:45:59.292 INFO STEP 75 (ensure_dir) COMPLETE
97822026-02-23T16:45:59.954Z[ host-image] Feb 23 16:45:59.292 INFO O| Feb 23 16:45:59.292 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97832026-02-23T16:45:59.979Z[ host-image] Feb 23 16:45:59.307 INFO O| Feb 23 16:45:59.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
97842026-02-23T16:45:59.979Z[ host-image] Feb 23 16:45:59.307 INFO O| Feb 23 16:45:59.307 INFO copying /tmp/.tmpgSSCxU/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 ...
97852026-02-23T16:45:59.979Z[ host-image] Feb 23 16:45:59.307 INFO O| Feb 23 16:45:59.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
97862026-02-23T16:45:59.979Z[ host-image] Feb 23 16:45:59.307 INFO O| Feb 23 16:45:59.307 INFO ok!
97872026-02-23T16:45:59.979Z[ host-image] Feb 23 16:45:59.307 INFO O| Feb 23 16:45:59.307 INFO STEP 76 (ensure_file) COMPLETE
97882026-02-23T16:45:59.980Z[ host-image] Feb 23 16:45:59.307 INFO O| Feb 23 16:45:59.307 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97892026-02-23T16:46:00.005Z[ host-image] Feb 23 16:45:59.324 INFO O| Feb 23 16:45:59.324 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
97902026-02-23T16:46:00.005Z[ host-image] Feb 23 16:45:59.324 INFO O| Feb 23 16:45:59.324 INFO copying /tmp/.tmpgSSCxU/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 ...
97912026-02-23T16:46:00.005Z[ host-image] Feb 23 16:45:59.324 INFO O| Feb 23 16:45:59.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
97922026-02-23T16:46:00.005Z[ host-image] Feb 23 16:45:59.324 INFO O| Feb 23 16:45:59.324 INFO ok!
97932026-02-23T16:46:00.005Z[ host-image] Feb 23 16:45:59.324 INFO O| Feb 23 16:45:59.324 INFO STEP 77 (ensure_file) COMPLETE
97942026-02-23T16:46:00.005Z[ host-image] Feb 23 16:45:59.324 INFO O| Feb 23 16:45:59.324 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97952026-02-23T16:46:00.005Z[ host-image] Feb 23 16:45:59.341 INFO O| Feb 23 16:45:59.340 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
97962026-02-23T16:46:00.005Z[ host-image] Feb 23 16:45:59.341 INFO O| Feb 23 16:45:59.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
97972026-02-23T16:46:00.005Z[ host-image] Feb 23 16:45:59.341 INFO O| Feb 23 16:45:59.341 INFO STEP 78 (ensure_dir) COMPLETE
97982026-02-23T16:46:00.005Z[ host-image] Feb 23 16:45:59.341 INFO O| Feb 23 16:45:59.341 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992026-02-23T16:46:00.029Z[ host-image] Feb 23 16:45:59.353 INFO O| Feb 23 16:45:59.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
98002026-02-23T16:46:00.030Z[ host-image] Feb 23 16:45:59.353 INFO O| Feb 23 16:45:59.353 INFO copying /tmp/.tmpgSSCxU/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 ...
98012026-02-23T16:46:00.030Z[ host-image] Feb 23 16:45:59.353 INFO O| Feb 23 16:45:59.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
98022026-02-23T16:46:00.030Z[ host-image] Feb 23 16:45:59.353 INFO O| Feb 23 16:45:59.353 INFO ok!
98032026-02-23T16:46:00.030Z[ host-image] Feb 23 16:45:59.353 INFO O| Feb 23 16:45:59.353 INFO STEP 79 (ensure_file) COMPLETE
98042026-02-23T16:46:00.030Z[ host-image] Feb 23 16:45:59.353 INFO O| Feb 23 16:45:59.353 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052026-02-23T16:46:00.030Z[ host-image] Feb 23 16:45:59.369 INFO O| Feb 23 16:45:59.369 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
98062026-02-23T16:46:00.030Z[ host-image] Feb 23 16:45:59.369 INFO O| Feb 23 16:45:59.369 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
98072026-02-23T16:46:00.030Z[ host-image] Feb 23 16:45:59.369 INFO O| Feb 23 16:45:59.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
98082026-02-23T16:46:00.030Z[ host-image] Feb 23 16:45:59.369 INFO O| Feb 23 16:45:59.369 INFO ok!
98092026-02-23T16:46:00.030Z[ host-image] Feb 23 16:45:59.369 INFO O| Feb 23 16:45:59.369 INFO STEP 80 (ensure_file) COMPLETE
98102026-02-23T16:46:00.031Z[ host-image] Feb 23 16:45:59.369 INFO O| Feb 23 16:45:59.369 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112026-02-23T16:46:00.055Z[ host-image] Feb 23 16:45:59.382 INFO O| Feb 23 16:45:59.382 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98122026-02-23T16:46:00.055Z[ host-image] Feb 23 16:45:59.382 INFO O| Feb 23 16:45:59.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98132026-02-23T16:46:00.055Z[ host-image] Feb 23 16:45:59.383 INFO O| Feb 23 16:45:59.382 INFO STEP 81 (ensure_dir) COMPLETE
98142026-02-23T16:46:00.055Z[ host-image] Feb 23 16:45:59.383 INFO O| Feb 23 16:45:59.382 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98152026-02-23T16:46:00.080Z[ host-image] Feb 23 16:45:59.399 INFO O| Feb 23 16:45:59.399 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
98162026-02-23T16:46:00.080Z[ host-image] Feb 23 16:45:59.399 INFO O| Feb 23 16:45:59.399 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
98172026-02-23T16:46:00.352Z[ recovery-image] Feb 23 16:45:59.695 INFO E| Downloading crates ...
98182026-02-23T16:46:00.520Z[ recovery-image] Feb 23 16:45:59.863 INFO E| Downloaded shared_thread v0.2.0
98192026-02-23T16:46:00.544Z[ recovery-image] Feb 23 16:45:59.865 INFO E| Downloaded clap_lex v0.7.7
98202026-02-23T16:46:00.544Z[ recovery-image] Feb 23 16:45:59.867 INFO E| Downloaded proc-macro2 v1.0.106
98212026-02-23T16:46:00.594Z[ recovery-image] Feb 23 16:45:59.933 INFO E| Downloaded shared_child v1.1.1
98222026-02-23T16:46:00.594Z[ recovery-image] Feb 23 16:45:59.935 INFO E| Downloaded signal-hook-registry v1.4.8
98232026-02-23T16:46:00.619Z[ recovery-image] Feb 23 16:45:59.938 INFO E| Downloaded clap_derive v4.5.55
98242026-02-23T16:46:00.619Z[ recovery-image] Feb 23 16:45:59.942 INFO E| Downloaded duct v1.1.1
98252026-02-23T16:46:00.619Z[ recovery-image] Feb 23 16:45:59.944 INFO E| Downloaded unicode-ident v1.0.23
98262026-02-23T16:46:00.619Z[ recovery-image] Feb 23 16:45:59.945 INFO E| Downloaded clap v4.5.57
98272026-02-23T16:46:00.643Z[ recovery-image] Feb 23 16:45:59.973 INFO E| Downloaded sigchld v0.2.4
98282026-02-23T16:46:00.644Z[ recovery-image] Feb 23 16:45:59.975 INFO E| Downloaded clap_builder v4.5.57
98292026-02-23T16:46:00.644Z[ recovery-image] Feb 23 16:45:59.985 INFO E| Downloaded quote v1.0.44
98302026-02-23T16:46:00.688Z[ recovery-image] Feb 23 16:46:00.030 INFO E| Downloaded anstyle-query v1.1.5
98312026-02-23T16:46:00.713Z[ recovery-image] Feb 23 16:46:00.031 INFO E| Downloaded os_pipe v1.2.3
98322026-02-23T16:46:00.905Z[ recovery-image] Feb 23 16:46:00.248 INFO E| Compiling libc v0.2.180
98332026-02-23T16:46:00.905Z[ recovery-image] Feb 23 16:46:00.248 INFO E| Compiling proc-macro2 v1.0.106
98342026-02-23T16:46:00.930Z[ recovery-image] Feb 23 16:46:00.248 INFO E| Compiling unicode-ident v1.0.23
98352026-02-23T16:46:00.930Z[ recovery-image] Feb 23 16:46:00.248 INFO E| Compiling signal-hook v0.3.18
98362026-02-23T16:46:00.930Z[ recovery-image] Feb 23 16:46:00.248 INFO E| Compiling quote v1.0.44
98372026-02-23T16:46:00.930Z[ recovery-image] Feb 23 16:46:00.248 INFO E| Compiling utf8parse v0.2.2
98382026-02-23T16:46:00.930Z[ recovery-image] Feb 23 16:46:00.248 INFO E| Compiling colorchoice v1.0.4
98392026-02-23T16:46:00.930Z[ recovery-image] Feb 23 16:46:00.248 INFO E| Compiling anstyle v1.0.13
98402026-02-23T16:46:01.750Z[ host-image] Feb 23 16:46:01.093 INFO O| Feb 23 16:46:01.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
98412026-02-23T16:46:01.750Z[ host-image] Feb 23 16:46:01.093 INFO O| Feb 23 16:46:01.093 INFO ok!
98422026-02-23T16:46:01.774Z[ host-image] Feb 23 16:46:01.093 INFO O| Feb 23 16:46:01.093 INFO STEP 82 (ensure_file) COMPLETE
98432026-02-23T16:46:01.774Z[ host-image] Feb 23 16:46:01.093 INFO O| Feb 23 16:46:01.093 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98442026-02-23T16:46:01.775Z[ host-image] Feb 23 16:46:01.107 INFO O| Feb 23 16:46:01.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
98452026-02-23T16:46:01.775Z[ host-image] Feb 23 16:46:01.107 INFO O| Feb 23 16:46:01.107 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
98462026-02-23T16:46:01.909Z[ recovery-image] Feb 23 16:46:01.252 INFO E| Compiling anstyle-parse v0.2.7
98472026-02-23T16:46:02.420Z[ recovery-image] Feb 23 16:46:01.763 INFO E| Compiling is_terminal_polyfill v1.70.2
98482026-02-23T16:46:02.505Z[ recovery-image] Feb 23 16:46:01.779 INFO E| Compiling anstyle-query v1.1.5
98492026-02-23T16:46:02.842Z[ recovery-image] Feb 23 16:46:02.185 INFO E| Compiling clap_lex v0.7.7
98502026-02-23T16:46:02.905Z[ host-image] Feb 23 16:46:02.243 INFO O| Feb 23 16:46:02.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
98512026-02-23T16:46:02.931Z[ host-image] Feb 23 16:46:02.243 INFO O| Feb 23 16:46:02.243 INFO ok!
98522026-02-23T16:46:02.931Z[ host-image] Feb 23 16:46:02.243 INFO O| Feb 23 16:46:02.243 INFO STEP 83 (ensure_file) COMPLETE
98532026-02-23T16:46:02.931Z[ host-image] Feb 23 16:46:02.243 INFO O| Feb 23 16:46:02.243 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98542026-02-23T16:46:02.931Z[ recovery-image] Feb 23 16:46:02.249 INFO E| Compiling heck v0.5.0
98552026-02-23T16:46:02.932Z[ host-image] Feb 23 16:46:02.259 INFO O| Feb 23 16:46:02.259 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
98562026-02-23T16:46:02.932Z[ host-image] Feb 23 16:46:02.259 INFO O| Feb 23 16:46:02.259 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
98572026-02-23T16:46:02.966Z[ recovery-image] Feb 23 16:46:02.309 INFO E| Compiling strsim v0.11.1
98582026-02-23T16:46:03.194Z[ recovery-image] Feb 23 16:46:02.537 INFO E| Compiling anstream v0.6.21
98592026-02-23T16:46:03.502Z[ recovery-image] Feb 23 16:46:02.845 INFO E| Compiling shared_thread v0.2.0
98602026-02-23T16:46:05.364Z[ recovery-image] Feb 23 16:46:04.706 INFO E| Compiling clap_builder v4.5.57
98612026-02-23T16:46:05.793Z[ recovery-image] Feb 23 16:46:05.136 INFO E| Compiling errno v0.3.14
98622026-02-23T16:46:05.817Z[ recovery-image] Feb 23 16:46:05.136 INFO E| Compiling os_pipe v1.2.3
98632026-02-23T16:46:06.431Z[ recovery-image] Feb 23 16:46:05.773 INFO E| Compiling signal-hook-registry v1.4.8
98642026-02-23T16:46:06.979Z[ host-image] Feb 23 16:46:06.321 INFO O| Feb 23 16:46:06.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
98652026-02-23T16:46:06.979Z[ host-image] Feb 23 16:46:06.322 INFO O| Feb 23 16:46:06.321 INFO ok!
98662026-02-23T16:46:07.004Z[ host-image] Feb 23 16:46:06.322 INFO O| Feb 23 16:46:06.321 INFO STEP 84 (ensure_file) COMPLETE
98672026-02-23T16:46:07.004Z[ host-image] Feb 23 16:46:06.322 INFO O| Feb 23 16:46:06.321 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98682026-02-23T16:46:07.004Z[ host-image] Feb 23 16:46:06.336 INFO O| Feb 23 16:46:06.336 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98692026-02-23T16:46:07.004Z[ host-image] Feb 23 16:46:06.336 INFO O| Feb 23 16:46:06.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98702026-02-23T16:46:07.004Z[ host-image] Feb 23 16:46:06.336 INFO O| Feb 23 16:46:06.336 INFO STEP 85 (ensure_dir) COMPLETE
98712026-02-23T16:46:07.004Z[ host-image] Feb 23 16:46:06.336 INFO O| Feb 23 16:46:06.336 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98722026-02-23T16:46:07.028Z[ host-image] Feb 23 16:46:06.355 INFO O| Feb 23 16:46:06.355 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
98732026-02-23T16:46:07.029Z[ host-image] Feb 23 16:46:06.356 INFO O| Feb 23 16:46:06.355 INFO copying /tmp/.tmpgSSCxU/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 ...
98742026-02-23T16:46:07.029Z[ host-image] Feb 23 16:46:06.356 INFO O| Feb 23 16:46:06.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
98752026-02-23T16:46:07.029Z[ host-image] Feb 23 16:46:06.356 INFO O| Feb 23 16:46:06.356 INFO ok!
98762026-02-23T16:46:07.029Z[ host-image] Feb 23 16:46:06.356 INFO O| Feb 23 16:46:06.356 INFO STEP 86 (ensure_file) COMPLETE
98772026-02-23T16:46:07.029Z[ host-image] Feb 23 16:46:06.356 INFO O| Feb 23 16:46:06.356 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98782026-02-23T16:46:07.029Z[ host-image] Feb 23 16:46:06.368 INFO O| Feb 23 16:46:06.368 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
98792026-02-23T16:46:07.029Z[ host-image] Feb 23 16:46:06.368 INFO O| Feb 23 16:46:06.368 INFO copying /tmp/.tmpgSSCxU/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 ...
98802026-02-23T16:46:07.029Z[ host-image] Feb 23 16:46:06.368 INFO O| Feb 23 16:46:06.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
98812026-02-23T16:46:07.029Z[ host-image] Feb 23 16:46:06.368 INFO O| Feb 23 16:46:06.368 INFO ok!
98822026-02-23T16:46:07.029Z[ host-image] Feb 23 16:46:06.368 INFO O| Feb 23 16:46:06.368 INFO STEP 87 (ensure_file) COMPLETE
98832026-02-23T16:46:07.029Z[ host-image] Feb 23 16:46:06.368 INFO O| Feb 23 16:46:06.368 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98842026-02-23T16:46:07.054Z[ host-image] Feb 23 16:46:06.383 INFO O| Feb 23 16:46:06.383 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
98852026-02-23T16:46:07.054Z[ host-image] Feb 23 16:46:06.383 INFO O| Feb 23 16:46:06.383 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
98862026-02-23T16:46:07.054Z[ host-image] Feb 23 16:46:06.383 INFO O| Feb 23 16:46:06.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
98872026-02-23T16:46:07.054Z[ host-image] Feb 23 16:46:06.383 INFO O| Feb 23 16:46:06.383 INFO ok!
98882026-02-23T16:46:07.054Z[ host-image] Feb 23 16:46:06.383 INFO O| Feb 23 16:46:06.383 INFO STEP 88 (ensure_file) COMPLETE
98892026-02-23T16:46:07.054Z[ host-image] Feb 23 16:46:06.383 INFO O| Feb 23 16:46:06.383 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98902026-02-23T16:46:07.079Z[ host-image] Feb 23 16:46:06.398 INFO O| Feb 23 16:46:06.398 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
98912026-02-23T16:46:07.079Z[ host-image] Feb 23 16:46:06.398 INFO O| Feb 23 16:46:06.398 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
98922026-02-23T16:46:07.079Z[ host-image] Feb 23 16:46:06.399 INFO O| Feb 23 16:46:06.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
98932026-02-23T16:46:07.079Z[ host-image] Feb 23 16:46:06.399 INFO O| Feb 23 16:46:06.399 INFO ok!
98942026-02-23T16:46:07.079Z[ host-image] Feb 23 16:46:06.399 INFO O| Feb 23 16:46:06.399 INFO STEP 89 (ensure_file) COMPLETE
98952026-02-23T16:46:07.079Z[ host-image] Feb 23 16:46:06.399 INFO O| Feb 23 16:46:06.399 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98962026-02-23T16:46:07.080Z[ host-image] Feb 23 16:46:06.412 INFO O| Feb 23 16:46:06.412 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98972026-02-23T16:46:07.080Z[ host-image] Feb 23 16:46:06.412 INFO O| Feb 23 16:46:06.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98982026-02-23T16:46:07.080Z[ host-image] Feb 23 16:46:06.412 INFO O| Feb 23 16:46:06.412 INFO STEP 90 (ensure_dir) COMPLETE
98992026-02-23T16:46:07.080Z[ host-image] Feb 23 16:46:06.412 INFO O| Feb 23 16:46:06.412 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99002026-02-23T16:46:07.105Z[ host-image] Feb 23 16:46:06.424 INFO O| Feb 23 16:46:06.424 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99012026-02-23T16:46:07.105Z[ host-image] Feb 23 16:46:06.424 INFO O| Feb 23 16:46:06.424 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99022026-02-23T16:46:07.105Z[ host-image] Feb 23 16:46:06.430 INFO O| Feb 23 16:46:06.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99032026-02-23T16:46:07.105Z[ host-image] Feb 23 16:46:06.430 INFO O| Feb 23 16:46:06.430 INFO ok!
99042026-02-23T16:46:07.105Z[ host-image] Feb 23 16:46:06.430 INFO O| Feb 23 16:46:06.430 INFO STEP 91 (ensure_file) COMPLETE
99052026-02-23T16:46:07.105Z[ host-image] Feb 23 16:46:06.430 INFO O| Feb 23 16:46:06.430 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99062026-02-23T16:46:07.105Z[ host-image] Feb 23 16:46:06.443 INFO O| Feb 23 16:46:06.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99072026-02-23T16:46:07.105Z[ host-image] Feb 23 16:46:06.443 INFO O| Feb 23 16:46:06.443 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99082026-02-23T16:46:07.105Z[ host-image] Feb 23 16:46:06.443 INFO O| Feb 23 16:46:06.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99092026-02-23T16:46:07.105Z[ host-image] Feb 23 16:46:06.443 INFO O| Feb 23 16:46:06.443 INFO ok!
99102026-02-23T16:46:07.105Z[ host-image] Feb 23 16:46:06.443 INFO O| Feb 23 16:46:06.443 INFO STEP 92 (ensure_file) COMPLETE
99112026-02-23T16:46:07.105Z[ host-image] Feb 23 16:46:06.443 INFO O| Feb 23 16:46:06.443 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99122026-02-23T16:46:07.130Z[ host-image] Feb 23 16:46:06.460 INFO O| Feb 23 16:46:06.460 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99132026-02-23T16:46:07.130Z[ host-image] Feb 23 16:46:06.460 INFO O| Feb 23 16:46:06.460 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99142026-02-23T16:46:07.732Z[ recovery-image] Feb 23 16:46:07.075 INFO E| Compiling sigchld v0.2.4
99152026-02-23T16:46:07.788Z[ recovery-image] Feb 23 16:46:07.131 INFO E| Compiling syn v2.0.114
99162026-02-23T16:46:08.136Z[ recovery-image] Feb 23 16:46:07.478 INFO E| Compiling shared_child v1.1.1
99172026-02-23T16:46:08.520Z[ recovery-image] Feb 23 16:46:07.863 INFO E| Compiling duct v1.1.1
99182026-02-23T16:46:10.974Z[ host-image] Feb 23 16:46:10.317 INFO O| Feb 23 16:46:10.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
99192026-02-23T16:46:10.974Z[ host-image] Feb 23 16:46:10.318 INFO O| Feb 23 16:46:10.317 INFO ok!
99202026-02-23T16:46:10.999Z[ host-image] Feb 23 16:46:10.318 INFO O| Feb 23 16:46:10.317 INFO STEP 93 (ensure_file) COMPLETE
99212026-02-23T16:46:10.999Z[ host-image] Feb 23 16:46:10.318 INFO O| Feb 23 16:46:10.317 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99222026-02-23T16:46:10.999Z[ host-image] Feb 23 16:46:10.332 INFO O| Feb 23 16:46:10.332 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99232026-02-23T16:46:10.999Z[ host-image] Feb 23 16:46:10.332 INFO O| Feb 23 16:46:10.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99242026-02-23T16:46:10.999Z[ host-image] Feb 23 16:46:10.332 INFO O| Feb 23 16:46:10.332 INFO STEP 94 (ensure_dir) COMPLETE
99252026-02-23T16:46:10.999Z[ host-image] Feb 23 16:46:10.332 INFO O| Feb 23 16:46:10.332 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99262026-02-23T16:46:11.024Z[ host-image] Feb 23 16:46:10.345 INFO O| Feb 23 16:46:10.345 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99272026-02-23T16:46:11.024Z[ host-image] Feb 23 16:46:10.345 INFO O| Feb 23 16:46:10.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99282026-02-23T16:46:11.024Z[ host-image] Feb 23 16:46:10.345 INFO O| Feb 23 16:46:10.345 INFO STEP 95 (ensure_dir) COMPLETE
99292026-02-23T16:46:11.024Z[ host-image] Feb 23 16:46:10.345 INFO O| Feb 23 16:46:10.345 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99302026-02-23T16:46:11.024Z[ host-image] Feb 23 16:46:10.364 INFO O| Feb 23 16:46:10.364 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99312026-02-23T16:46:11.024Z[ host-image] Feb 23 16:46:10.364 INFO O| Feb 23 16:46:10.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99322026-02-23T16:46:11.025Z[ host-image] Feb 23 16:46:10.364 INFO O| Feb 23 16:46:10.364 INFO STEP 96 (ensure_dir) COMPLETE
99332026-02-23T16:46:11.025Z[ host-image] Feb 23 16:46:10.364 INFO O| Feb 23 16:46:10.364 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99342026-02-23T16:46:11.049Z[ host-image] Feb 23 16:46:10.377 INFO O| Feb 23 16:46:10.377 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99352026-02-23T16:46:11.049Z[ host-image] Feb 23 16:46:10.377 INFO O| Feb 23 16:46:10.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99362026-02-23T16:46:11.049Z[ host-image] Feb 23 16:46:10.377 INFO O| Feb 23 16:46:10.377 INFO STEP 97 (ensure_dir) COMPLETE
99372026-02-23T16:46:11.049Z[ host-image] Feb 23 16:46:10.378 INFO O| Feb 23 16:46:10.377 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99382026-02-23T16:46:11.074Z[ host-image] Feb 23 16:46:10.397 INFO O| Feb 23 16:46:10.397 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99392026-02-23T16:46:11.074Z[ host-image] Feb 23 16:46:10.397 INFO O| Feb 23 16:46:10.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99402026-02-23T16:46:11.074Z[ host-image] Feb 23 16:46:10.397 INFO O| Feb 23 16:46:10.397 INFO STEP 98 (ensure_dir) COMPLETE
99412026-02-23T16:46:11.074Z[ host-image] Feb 23 16:46:10.397 INFO O| Feb 23 16:46:10.397 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99422026-02-23T16:46:11.074Z[ host-image] Feb 23 16:46:10.412 INFO O| Feb 23 16:46:10.412 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
99432026-02-23T16:46:11.074Z[ host-image] Feb 23 16:46:10.412 INFO O| Feb 23 16:46:10.412 INFO copying /tmp/.tmpgSSCxU/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 ...
99442026-02-23T16:46:11.074Z[ host-image] Feb 23 16:46:10.412 INFO O| Feb 23 16:46:10.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
99452026-02-23T16:46:11.074Z[ host-image] Feb 23 16:46:10.412 INFO O| Feb 23 16:46:10.412 INFO ok!
99462026-02-23T16:46:11.074Z[ host-image] Feb 23 16:46:10.412 INFO O| Feb 23 16:46:10.412 INFO STEP 99 (ensure_file) COMPLETE
99472026-02-23T16:46:11.074Z[ host-image] Feb 23 16:46:10.412 INFO O| Feb 23 16:46:10.412 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99482026-02-23T16:46:11.099Z[ host-image] Feb 23 16:46:10.423 INFO O| Feb 23 16:46:10.423 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99492026-02-23T16:46:11.099Z[ host-image] Feb 23 16:46:10.424 INFO O| Feb 23 16:46:10.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99502026-02-23T16:46:11.100Z[ host-image] Feb 23 16:46:10.424 INFO O| Feb 23 16:46:10.424 INFO STEP 100 (ensure_dir) COMPLETE
99512026-02-23T16:46:11.100Z[ host-image] Feb 23 16:46:10.424 INFO O| Feb 23 16:46:10.424 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99522026-02-23T16:46:11.100Z[ host-image] Feb 23 16:46:10.435 INFO O| Feb 23 16:46:10.435 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
99532026-02-23T16:46:11.101Z[ host-image] Feb 23 16:46:10.435 INFO O| Feb 23 16:46:10.435 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
99542026-02-23T16:46:11.173Z[ host-image] Feb 23 16:46:10.454 INFO O| Feb 23 16:46:10.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
99552026-02-23T16:46:11.173Z[ host-image] Feb 23 16:46:10.454 INFO O| Feb 23 16:46:10.454 INFO ok!
99562026-02-23T16:46:11.173Z[ host-image] Feb 23 16:46:10.454 INFO O| Feb 23 16:46:10.454 INFO STEP 101 (ensure_file) COMPLETE
99572026-02-23T16:46:11.173Z[ host-image] Feb 23 16:46:10.454 INFO O| Feb 23 16:46:10.454 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99582026-02-23T16:46:11.173Z[ host-image] Feb 23 16:46:10.469 INFO O| Feb 23 16:46:10.469 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
99592026-02-23T16:46:11.173Z[ host-image] Feb 23 16:46:10.469 INFO O| Feb 23 16:46:10.469 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
99602026-02-23T16:46:11.173Z[ host-image] Feb 23 16:46:10.469 INFO O| Feb 23 16:46:10.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
99612026-02-23T16:46:11.173Z[ host-image] Feb 23 16:46:10.469 INFO O| Feb 23 16:46:10.469 INFO ok!
99622026-02-23T16:46:11.173Z[ host-image] Feb 23 16:46:10.469 INFO O| Feb 23 16:46:10.469 INFO STEP 102 (ensure_file) COMPLETE
99632026-02-23T16:46:11.173Z[ host-image] Feb 23 16:46:10.469 INFO O| Feb 23 16:46:10.469 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99642026-02-23T16:46:11.173Z[ host-image] Feb 23 16:46:10.481 INFO O| Feb 23 16:46:10.481 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
99652026-02-23T16:46:11.173Z[ host-image] Feb 23 16:46:10.481 INFO O| Feb 23 16:46:10.481 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
99662026-02-23T16:46:11.835Z[ host-image] Feb 23 16:46:11.178 INFO O| Feb 23 16:46:11.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
99672026-02-23T16:46:11.835Z[ host-image] Feb 23 16:46:11.178 INFO O| Feb 23 16:46:11.178 INFO ok!
99682026-02-23T16:46:11.864Z[ host-image] Feb 23 16:46:11.178 INFO O| Feb 23 16:46:11.178 INFO STEP 103 (ensure_file) COMPLETE
99692026-02-23T16:46:11.864Z[ host-image] Feb 23 16:46:11.178 INFO O| Feb 23 16:46:11.178 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99702026-02-23T16:46:11.864Z[ host-image] Feb 23 16:46:11.193 INFO O| Feb 23 16:46:11.193 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
99712026-02-23T16:46:11.864Z[ host-image] Feb 23 16:46:11.193 INFO O| Feb 23 16:46:11.193 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
99722026-02-23T16:46:11.864Z[ host-image] Feb 23 16:46:11.193 INFO O| Feb 23 16:46:11.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
99732026-02-23T16:46:11.865Z[ host-image] Feb 23 16:46:11.193 INFO O| Feb 23 16:46:11.193 INFO ok!
99742026-02-23T16:46:11.865Z[ host-image] Feb 23 16:46:11.193 INFO O| Feb 23 16:46:11.193 INFO STEP 104 (ensure_file) COMPLETE
99752026-02-23T16:46:11.865Z[ host-image] Feb 23 16:46:11.193 INFO O| Feb 23 16:46:11.193 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99762026-02-23T16:46:11.865Z[ host-image] Feb 23 16:46:11.207 INFO O| Feb 23 16:46:11.207 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
99772026-02-23T16:46:11.865Z[ host-image] Feb 23 16:46:11.207 INFO O| Feb 23 16:46:11.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
99782026-02-23T16:46:11.890Z[ host-image] Feb 23 16:46:11.207 INFO O| Feb 23 16:46:11.207 INFO STEP 105 (ensure_dir) COMPLETE
99792026-02-23T16:46:11.890Z[ host-image] Feb 23 16:46:11.207 INFO O| Feb 23 16:46:11.207 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99802026-02-23T16:46:11.890Z[ host-image] Feb 23 16:46:11.222 INFO O| Feb 23 16:46:11.222 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
99812026-02-23T16:46:11.890Z[ host-image] Feb 23 16:46:11.222 INFO O| Feb 23 16:46:11.222 INFO copying /tmp/.tmpgSSCxU/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 ...
99822026-02-23T16:46:12.576Z[ host-image] Feb 23 16:46:11.919 INFO O| Feb 23 16:46:11.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
99832026-02-23T16:46:12.576Z[ host-image] Feb 23 16:46:11.919 INFO O| Feb 23 16:46:11.919 INFO ok!
99842026-02-23T16:46:12.600Z[ host-image] Feb 23 16:46:11.919 INFO O| Feb 23 16:46:11.919 INFO STEP 106 (ensure_file) COMPLETE
99852026-02-23T16:46:12.602Z[ host-image] Feb 23 16:46:11.919 INFO O| Feb 23 16:46:11.919 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99862026-02-23T16:46:12.602Z[ host-image] Feb 23 16:46:11.936 INFO O| Feb 23 16:46:11.935 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
99872026-02-23T16:46:12.602Z[ host-image] Feb 23 16:46:11.936 INFO O| Feb 23 16:46:11.936 INFO copying /tmp/.tmpgSSCxU/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 ...
99882026-02-23T16:46:12.602Z[ host-image] Feb 23 16:46:11.936 INFO O| Feb 23 16:46:11.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
99892026-02-23T16:46:12.602Z[ host-image] Feb 23 16:46:11.936 INFO O| Feb 23 16:46:11.936 INFO ok!
99902026-02-23T16:46:12.602Z[ host-image] Feb 23 16:46:11.936 INFO O| Feb 23 16:46:11.936 INFO STEP 107 (ensure_file) COMPLETE
99912026-02-23T16:46:12.602Z[ host-image] Feb 23 16:46:11.936 INFO O| Feb 23 16:46:11.936 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99922026-02-23T16:46:12.627Z[ host-image] Feb 23 16:46:11.955 INFO O| Feb 23 16:46:11.954 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
99932026-02-23T16:46:12.627Z[ host-image] Feb 23 16:46:11.955 INFO O| Feb 23 16:46:11.955 INFO copying /tmp/.tmpgSSCxU/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 ...
99942026-02-23T16:46:12.627Z[ host-image] Feb 23 16:46:11.955 INFO O| Feb 23 16:46:11.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
99952026-02-23T16:46:12.627Z[ host-image] Feb 23 16:46:11.955 INFO O| Feb 23 16:46:11.955 INFO ok!
99962026-02-23T16:46:12.627Z[ host-image] Feb 23 16:46:11.955 INFO O| Feb 23 16:46:11.955 INFO STEP 108 (ensure_file) COMPLETE
99972026-02-23T16:46:12.627Z[ host-image] Feb 23 16:46:11.955 INFO O| Feb 23 16:46:11.955 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99982026-02-23T16:46:12.627Z[ host-image] Feb 23 16:46:11.969 INFO O| Feb 23 16:46:11.969 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
99992026-02-23T16:46:12.628Z[ host-image] Feb 23 16:46:11.969 INFO O| Feb 23 16:46:11.969 INFO copying /tmp/.tmpgSSCxU/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 ...
100002026-02-23T16:46:12.628Z[ host-image] Feb 23 16:46:11.969 INFO O| Feb 23 16:46:11.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
100012026-02-23T16:46:12.628Z[ host-image] Feb 23 16:46:11.969 INFO O| Feb 23 16:46:11.969 INFO ok!
100022026-02-23T16:46:12.628Z[ host-image] Feb 23 16:46:11.969 INFO O| Feb 23 16:46:11.969 INFO STEP 109 (ensure_file) COMPLETE
100032026-02-23T16:46:12.628Z[ host-image] Feb 23 16:46:11.969 INFO O| Feb 23 16:46:11.969 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100042026-02-23T16:46:12.653Z[ host-image] Feb 23 16:46:11.982 INFO O| Feb 23 16:46:11.982 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
100052026-02-23T16:46:12.653Z[ host-image] Feb 23 16:46:11.982 INFO O| Feb 23 16:46:11.982 INFO copying /tmp/.tmpgSSCxU/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 ...
100062026-02-23T16:46:12.653Z[ host-image] Feb 23 16:46:11.983 INFO O| Feb 23 16:46:11.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
100072026-02-23T16:46:12.653Z[ host-image] Feb 23 16:46:11.983 INFO O| Feb 23 16:46:11.983 INFO ok!
100082026-02-23T16:46:12.653Z[ host-image] Feb 23 16:46:11.983 INFO O| Feb 23 16:46:11.983 INFO STEP 110 (ensure_file) COMPLETE
100092026-02-23T16:46:12.653Z[ host-image] Feb 23 16:46:11.983 INFO O| Feb 23 16:46:11.983 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100102026-02-23T16:46:12.653Z[ host-image] Feb 23 16:46:11.995 INFO O| Feb 23 16:46:11.995 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
100112026-02-23T16:46:12.653Z[ host-image] Feb 23 16:46:11.995 INFO O| Feb 23 16:46:11.995 INFO copying /tmp/.tmpgSSCxU/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 ...
100122026-02-23T16:46:12.653Z[ host-image] Feb 23 16:46:11.995 INFO O| Feb 23 16:46:11.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
100132026-02-23T16:46:12.654Z[ host-image] Feb 23 16:46:11.995 INFO O| Feb 23 16:46:11.995 INFO ok!
100142026-02-23T16:46:12.654Z[ host-image] Feb 23 16:46:11.995 INFO O| Feb 23 16:46:11.995 INFO STEP 111 (ensure_file) COMPLETE
100152026-02-23T16:46:12.679Z[ host-image] Feb 23 16:46:11.995 INFO O| Feb 23 16:46:11.995 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100162026-02-23T16:46:12.679Z[ host-image] Feb 23 16:46:12.012 INFO O| Feb 23 16:46:12.012 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
100172026-02-23T16:46:12.679Z[ host-image] Feb 23 16:46:12.013 INFO O| Feb 23 16:46:12.012 INFO copying /tmp/.tmpgSSCxU/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 ...
100182026-02-23T16:46:12.679Z[ host-image] Feb 23 16:46:12.013 INFO O| Feb 23 16:46:12.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
100192026-02-23T16:46:12.679Z[ host-image] Feb 23 16:46:12.013 INFO O| Feb 23 16:46:12.013 INFO ok!
100202026-02-23T16:46:12.679Z[ host-image] Feb 23 16:46:12.013 INFO O| Feb 23 16:46:12.013 INFO STEP 112 (ensure_file) COMPLETE
100212026-02-23T16:46:12.679Z[ host-image] Feb 23 16:46:12.013 INFO O| Feb 23 16:46:12.013 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100222026-02-23T16:46:12.704Z[ host-image] Feb 23 16:46:12.030 INFO O| Feb 23 16:46:12.030 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
100232026-02-23T16:46:12.704Z[ host-image] Feb 23 16:46:12.030 INFO O| Feb 23 16:46:12.030 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
100242026-02-23T16:46:12.704Z[ host-image] Feb 23 16:46:12.031 INFO O| Feb 23 16:46:12.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
100252026-02-23T16:46:12.704Z[ host-image] Feb 23 16:46:12.031 INFO O| Feb 23 16:46:12.030 INFO ok!
100262026-02-23T16:46:12.704Z[ host-image] Feb 23 16:46:12.031 INFO O| Feb 23 16:46:12.031 INFO STEP 113 (ensure_file) COMPLETE
100272026-02-23T16:46:12.704Z[ host-image] Feb 23 16:46:12.031 INFO O| Feb 23 16:46:12.031 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100282026-02-23T16:46:12.704Z[ host-image] Feb 23 16:46:12.042 INFO O| Feb 23 16:46:12.042 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
100292026-02-23T16:46:12.704Z[ host-image] Feb 23 16:46:12.042 INFO O| Feb 23 16:46:12.042 INFO copying /tmp/.tmpgSSCxU/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 ...
100302026-02-23T16:46:12.704Z[ host-image] Feb 23 16:46:12.042 INFO O| Feb 23 16:46:12.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
100312026-02-23T16:46:12.704Z[ host-image] Feb 23 16:46:12.042 INFO O| Feb 23 16:46:12.042 INFO ok!
100322026-02-23T16:46:12.704Z[ host-image] Feb 23 16:46:12.042 INFO O| Feb 23 16:46:12.042 INFO STEP 114 (ensure_file) COMPLETE
100332026-02-23T16:46:12.704Z[ host-image] Feb 23 16:46:12.042 INFO O| Feb 23 16:46:12.042 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100342026-02-23T16:46:12.729Z[ host-image] Feb 23 16:46:12.056 INFO O| Feb 23 16:46:12.056 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
100352026-02-23T16:46:12.729Z[ host-image] Feb 23 16:46:12.056 INFO O| Feb 23 16:46:12.056 INFO copying /tmp/.tmpgSSCxU/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 ...
100362026-02-23T16:46:12.729Z[ host-image] Feb 23 16:46:12.056 INFO O| Feb 23 16:46:12.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
100372026-02-23T16:46:12.729Z[ host-image] Feb 23 16:46:12.056 INFO O| Feb 23 16:46:12.056 INFO ok!
100382026-02-23T16:46:12.729Z[ host-image] Feb 23 16:46:12.056 INFO O| Feb 23 16:46:12.056 INFO STEP 115 (ensure_file) COMPLETE
100392026-02-23T16:46:12.729Z[ host-image] Feb 23 16:46:12.056 INFO O| Feb 23 16:46:12.056 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100402026-02-23T16:46:12.754Z[ host-image] Feb 23 16:46:12.075 INFO O| Feb 23 16:46:12.074 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
100412026-02-23T16:46:12.754Z[ host-image] Feb 23 16:46:12.075 INFO O| Feb 23 16:46:12.075 INFO copying /tmp/.tmpgSSCxU/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 ...
100422026-02-23T16:46:12.754Z[ host-image] Feb 23 16:46:12.075 INFO O| Feb 23 16:46:12.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
100432026-02-23T16:46:12.754Z[ host-image] Feb 23 16:46:12.075 INFO O| Feb 23 16:46:12.075 INFO ok!
100442026-02-23T16:46:12.754Z[ host-image] Feb 23 16:46:12.075 INFO O| Feb 23 16:46:12.075 INFO STEP 116 (ensure_file) COMPLETE
100452026-02-23T16:46:12.754Z[ host-image] Feb 23 16:46:12.075 INFO O| Feb 23 16:46:12.075 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100462026-02-23T16:46:12.754Z[ host-image] Feb 23 16:46:12.092 INFO O| Feb 23 16:46:12.091 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
100472026-02-23T16:46:12.754Z[ host-image] Feb 23 16:46:12.092 INFO O| Feb 23 16:46:12.092 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
100482026-02-23T16:46:12.754Z[ host-image] Feb 23 16:46:12.092 INFO O| Feb 23 16:46:12.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
100492026-02-23T16:46:12.754Z[ host-image] Feb 23 16:46:12.092 INFO O| Feb 23 16:46:12.092 INFO ok!
100502026-02-23T16:46:12.754Z[ host-image] Feb 23 16:46:12.092 INFO O| Feb 23 16:46:12.092 INFO STEP 117 (ensure_file) COMPLETE
100512026-02-23T16:46:12.754Z[ host-image] Feb 23 16:46:12.092 INFO O| Feb 23 16:46:12.092 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100522026-02-23T16:46:12.780Z[ host-image] Feb 23 16:46:12.107 INFO O| Feb 23 16:46:12.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
100532026-02-23T16:46:12.780Z[ host-image] Feb 23 16:46:12.107 INFO O| Feb 23 16:46:12.107 INFO copying /tmp/.tmpgSSCxU/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 ...
100542026-02-23T16:46:12.780Z[ host-image] Feb 23 16:46:12.107 INFO O| Feb 23 16:46:12.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
100552026-02-23T16:46:12.780Z[ host-image] Feb 23 16:46:12.107 INFO O| Feb 23 16:46:12.107 INFO ok!
100562026-02-23T16:46:12.780Z[ host-image] Feb 23 16:46:12.107 INFO O| Feb 23 16:46:12.107 INFO STEP 118 (ensure_file) COMPLETE
100572026-02-23T16:46:12.780Z[ host-image] Feb 23 16:46:12.107 INFO O| Feb 23 16:46:12.107 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100582026-02-23T16:46:12.806Z[ host-image] Feb 23 16:46:12.128 INFO O| Feb 23 16:46:12.127 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
100592026-02-23T16:46:12.806Z[ host-image] Feb 23 16:46:12.128 INFO O| Feb 23 16:46:12.127 INFO copying /tmp/.tmpgSSCxU/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 ...
100602026-02-23T16:46:12.806Z[ host-image] Feb 23 16:46:12.128 INFO O| Feb 23 16:46:12.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
100612026-02-23T16:46:12.806Z[ host-image] Feb 23 16:46:12.128 INFO O| Feb 23 16:46:12.128 INFO ok!
100622026-02-23T16:46:12.806Z[ host-image] Feb 23 16:46:12.128 INFO O| Feb 23 16:46:12.128 INFO STEP 119 (ensure_file) COMPLETE
100632026-02-23T16:46:12.806Z[ host-image] Feb 23 16:46:12.128 INFO O| Feb 23 16:46:12.128 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100642026-02-23T16:46:12.806Z[ host-image] Feb 23 16:46:12.145 INFO O| Feb 23 16:46:12.145 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
100652026-02-23T16:46:12.806Z[ host-image] Feb 23 16:46:12.145 INFO O| Feb 23 16:46:12.145 INFO copying /tmp/.tmpgSSCxU/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 ...
100662026-02-23T16:46:12.806Z[ host-image] Feb 23 16:46:12.145 INFO O| Feb 23 16:46:12.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
100672026-02-23T16:46:12.806Z[ host-image] Feb 23 16:46:12.145 INFO O| Feb 23 16:46:12.145 INFO ok!
100682026-02-23T16:46:12.806Z[ host-image] Feb 23 16:46:12.145 INFO O| Feb 23 16:46:12.145 INFO STEP 120 (ensure_file) COMPLETE
100692026-02-23T16:46:12.806Z[ host-image] Feb 23 16:46:12.145 INFO O| Feb 23 16:46:12.145 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100702026-02-23T16:46:12.831Z[ host-image] Feb 23 16:46:12.159 INFO O| Feb 23 16:46:12.159 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
100712026-02-23T16:46:12.831Z[ host-image] Feb 23 16:46:12.159 INFO O| Feb 23 16:46:12.159 INFO copying /tmp/.tmpgSSCxU/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 ...
100722026-02-23T16:46:12.831Z[ host-image] Feb 23 16:46:12.159 INFO O| Feb 23 16:46:12.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
100732026-02-23T16:46:12.832Z[ host-image] Feb 23 16:46:12.159 INFO O| Feb 23 16:46:12.159 INFO ok!
100742026-02-23T16:46:12.832Z[ host-image] Feb 23 16:46:12.159 INFO O| Feb 23 16:46:12.159 INFO STEP 121 (ensure_file) COMPLETE
100752026-02-23T16:46:12.832Z[ host-image] Feb 23 16:46:12.159 INFO O| Feb 23 16:46:12.159 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100762026-02-23T16:46:12.832Z[ host-image] Feb 23 16:46:12.173 INFO O| Feb 23 16:46:12.173 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
100772026-02-23T16:46:12.832Z[ host-image] Feb 23 16:46:12.173 INFO O| Feb 23 16:46:12.173 INFO copying /tmp/.tmpgSSCxU/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 ...
100782026-02-23T16:46:12.832Z[ host-image] Feb 23 16:46:12.174 INFO O| Feb 23 16:46:12.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
100792026-02-23T16:46:12.832Z[ host-image] Feb 23 16:46:12.174 INFO O| Feb 23 16:46:12.173 INFO ok!
100802026-02-23T16:46:12.832Z[ host-image] Feb 23 16:46:12.174 INFO O| Feb 23 16:46:12.173 INFO STEP 122 (ensure_file) COMPLETE
100812026-02-23T16:46:12.832Z[ host-image] Feb 23 16:46:12.174 INFO O| Feb 23 16:46:12.174 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100822026-02-23T16:46:12.858Z[ host-image] Feb 23 16:46:12.190 INFO O| Feb 23 16:46:12.190 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
100832026-02-23T16:46:12.858Z[ host-image] Feb 23 16:46:12.190 INFO O| Feb 23 16:46:12.190 INFO copying /tmp/.tmpgSSCxU/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 ...
100842026-02-23T16:46:12.858Z[ host-image] Feb 23 16:46:12.190 INFO O| Feb 23 16:46:12.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
100852026-02-23T16:46:12.858Z[ host-image] Feb 23 16:46:12.190 INFO O| Feb 23 16:46:12.190 INFO ok!
100862026-02-23T16:46:12.858Z[ host-image] Feb 23 16:46:12.190 INFO O| Feb 23 16:46:12.190 INFO STEP 123 (ensure_file) COMPLETE
100872026-02-23T16:46:12.860Z[ host-image] Feb 23 16:46:12.190 INFO O| Feb 23 16:46:12.190 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100882026-02-23T16:46:12.885Z[ host-image] Feb 23 16:46:12.203 INFO O| Feb 23 16:46:12.203 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
100892026-02-23T16:46:12.885Z[ host-image] Feb 23 16:46:12.204 INFO O| Feb 23 16:46:12.203 INFO copying /tmp/.tmpgSSCxU/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 ...
100902026-02-23T16:46:12.885Z[ host-image] Feb 23 16:46:12.204 INFO O| Feb 23 16:46:12.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
100912026-02-23T16:46:12.885Z[ host-image] Feb 23 16:46:12.204 INFO O| Feb 23 16:46:12.204 INFO ok!
100922026-02-23T16:46:12.885Z[ host-image] Feb 23 16:46:12.204 INFO O| Feb 23 16:46:12.204 INFO STEP 124 (ensure_file) COMPLETE
100932026-02-23T16:46:12.885Z[ host-image] Feb 23 16:46:12.204 INFO O| Feb 23 16:46:12.204 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100942026-02-23T16:46:12.885Z[ host-image] Feb 23 16:46:12.220 INFO O| Feb 23 16:46:12.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
100952026-02-23T16:46:12.885Z[ host-image] Feb 23 16:46:12.220 INFO O| Feb 23 16:46:12.220 INFO copying /tmp/.tmpgSSCxU/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 ...
100962026-02-23T16:46:12.885Z[ host-image] Feb 23 16:46:12.220 INFO O| Feb 23 16:46:12.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
100972026-02-23T16:46:12.885Z[ host-image] Feb 23 16:46:12.220 INFO O| Feb 23 16:46:12.220 INFO ok!
100982026-02-23T16:46:12.885Z[ host-image] Feb 23 16:46:12.220 INFO O| Feb 23 16:46:12.220 INFO STEP 125 (ensure_file) COMPLETE
100992026-02-23T16:46:12.885Z[ host-image] Feb 23 16:46:12.220 INFO O| Feb 23 16:46:12.220 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101002026-02-23T16:46:12.910Z[ host-image] Feb 23 16:46:12.234 INFO O| Feb 23 16:46:12.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
101012026-02-23T16:46:12.910Z[ host-image] Feb 23 16:46:12.234 INFO O| Feb 23 16:46:12.234 INFO copying /tmp/.tmpgSSCxU/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 ...
101022026-02-23T16:46:12.911Z[ host-image] Feb 23 16:46:12.234 INFO O| Feb 23 16:46:12.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
101032026-02-23T16:46:12.911Z[ host-image] Feb 23 16:46:12.234 INFO O| Feb 23 16:46:12.234 INFO ok!
101042026-02-23T16:46:12.911Z[ host-image] Feb 23 16:46:12.235 INFO O| Feb 23 16:46:12.234 INFO STEP 126 (ensure_file) COMPLETE
101052026-02-23T16:46:12.911Z[ host-image] Feb 23 16:46:12.235 INFO O| Feb 23 16:46:12.234 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101062026-02-23T16:46:12.911Z[ host-image] Feb 23 16:46:12.248 INFO O| Feb 23 16:46:12.248 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
101072026-02-23T16:46:12.911Z[ host-image] Feb 23 16:46:12.248 INFO O| Feb 23 16:46:12.248 INFO copying /tmp/.tmpgSSCxU/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 ...
101082026-02-23T16:46:12.911Z[ host-image] Feb 23 16:46:12.248 INFO O| Feb 23 16:46:12.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
101092026-02-23T16:46:12.911Z[ host-image] Feb 23 16:46:12.248 INFO O| Feb 23 16:46:12.248 INFO ok!
101102026-02-23T16:46:12.911Z[ host-image] Feb 23 16:46:12.248 INFO O| Feb 23 16:46:12.248 INFO STEP 127 (ensure_file) COMPLETE
101112026-02-23T16:46:12.911Z[ host-image] Feb 23 16:46:12.248 INFO O| Feb 23 16:46:12.248 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101122026-02-23T16:46:12.936Z[ host-image] Feb 23 16:46:12.266 INFO O| Feb 23 16:46:12.266 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
101132026-02-23T16:46:12.936Z[ host-image] Feb 23 16:46:12.267 INFO O| Feb 23 16:46:12.266 INFO copying /tmp/.tmpgSSCxU/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 ...
101142026-02-23T16:46:12.936Z[ host-image] Feb 23 16:46:12.267 INFO O| Feb 23 16:46:12.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
101152026-02-23T16:46:12.936Z[ host-image] Feb 23 16:46:12.267 INFO O| Feb 23 16:46:12.267 INFO ok!
101162026-02-23T16:46:12.937Z[ host-image] Feb 23 16:46:12.267 INFO O| Feb 23 16:46:12.267 INFO STEP 128 (ensure_file) COMPLETE
101172026-02-23T16:46:12.937Z[ host-image] Feb 23 16:46:12.267 INFO O| Feb 23 16:46:12.267 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101182026-02-23T16:46:12.962Z[ host-image] Feb 23 16:46:12.286 INFO O| Feb 23 16:46:12.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
101192026-02-23T16:46:12.962Z[ host-image] Feb 23 16:46:12.286 INFO O| Feb 23 16:46:12.286 INFO copying /tmp/.tmpgSSCxU/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 ...
101202026-02-23T16:46:12.962Z[ host-image] Feb 23 16:46:12.286 INFO O| Feb 23 16:46:12.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
101212026-02-23T16:46:12.962Z[ host-image] Feb 23 16:46:12.286 INFO O| Feb 23 16:46:12.286 INFO ok!
101222026-02-23T16:46:12.962Z[ host-image] Feb 23 16:46:12.286 INFO O| Feb 23 16:46:12.286 INFO STEP 129 (ensure_file) COMPLETE
101232026-02-23T16:46:12.962Z[ host-image] Feb 23 16:46:12.286 INFO O| Feb 23 16:46:12.286 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101242026-02-23T16:46:12.986Z[ host-image] Feb 23 16:46:12.308 INFO O| Feb 23 16:46:12.308 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
101252026-02-23T16:46:12.986Z[ host-image] Feb 23 16:46:12.308 INFO O| Feb 23 16:46:12.308 INFO copying /tmp/.tmpgSSCxU/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 ...
101262026-02-23T16:46:12.986Z[ host-image] Feb 23 16:46:12.308 INFO O| Feb 23 16:46:12.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
101272026-02-23T16:46:12.986Z[ host-image] Feb 23 16:46:12.308 INFO O| Feb 23 16:46:12.308 INFO ok!
101282026-02-23T16:46:12.986Z[ host-image] Feb 23 16:46:12.308 INFO O| Feb 23 16:46:12.308 INFO STEP 130 (ensure_file) COMPLETE
101292026-02-23T16:46:12.986Z[ host-image] Feb 23 16:46:12.308 INFO O| Feb 23 16:46:12.308 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101302026-02-23T16:46:12.987Z[ host-image] Feb 23 16:46:12.324 INFO O| Feb 23 16:46:12.324 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
101312026-02-23T16:46:12.987Z[ host-image] Feb 23 16:46:12.324 INFO O| Feb 23 16:46:12.324 INFO copying /tmp/.tmpgSSCxU/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 ...
101322026-02-23T16:46:12.987Z[ host-image] Feb 23 16:46:12.325 INFO O| Feb 23 16:46:12.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
101332026-02-23T16:46:12.987Z[ host-image] Feb 23 16:46:12.325 INFO O| Feb 23 16:46:12.325 INFO ok!
101342026-02-23T16:46:12.987Z[ host-image] Feb 23 16:46:12.325 INFO O| Feb 23 16:46:12.325 INFO STEP 131 (ensure_file) COMPLETE
101352026-02-23T16:46:12.987Z[ host-image] Feb 23 16:46:12.325 INFO O| Feb 23 16:46:12.325 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101362026-02-23T16:46:13.012Z[ host-image] Feb 23 16:46:12.337 INFO O| Feb 23 16:46:12.336 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
101372026-02-23T16:46:13.012Z[ host-image] Feb 23 16:46:12.337 INFO O| Feb 23 16:46:12.336 INFO copying /tmp/.tmpgSSCxU/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 ...
101382026-02-23T16:46:13.012Z[ host-image] Feb 23 16:46:12.337 INFO O| Feb 23 16:46:12.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
101392026-02-23T16:46:13.012Z[ host-image] Feb 23 16:46:12.337 INFO O| Feb 23 16:46:12.337 INFO ok!
101402026-02-23T16:46:13.012Z[ host-image] Feb 23 16:46:12.337 INFO O| Feb 23 16:46:12.337 INFO STEP 132 (ensure_file) COMPLETE
101412026-02-23T16:46:13.012Z[ host-image] Feb 23 16:46:12.337 INFO O| Feb 23 16:46:12.337 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422026-02-23T16:46:13.012Z[ host-image] Feb 23 16:46:12.353 INFO O| Feb 23 16:46:12.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
101432026-02-23T16:46:13.012Z[ host-image] Feb 23 16:46:12.353 INFO O| Feb 23 16:46:12.353 INFO copying /tmp/.tmpgSSCxU/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 ...
101442026-02-23T16:46:13.012Z[ host-image] Feb 23 16:46:12.353 INFO O| Feb 23 16:46:12.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
101452026-02-23T16:46:13.013Z[ host-image] Feb 23 16:46:12.354 INFO O| Feb 23 16:46:12.353 INFO ok!
101462026-02-23T16:46:13.013Z[ host-image] Feb 23 16:46:12.354 INFO O| Feb 23 16:46:12.354 INFO STEP 133 (ensure_file) COMPLETE
101472026-02-23T16:46:13.013Z[ host-image] Feb 23 16:46:12.354 INFO O| Feb 23 16:46:12.354 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482026-02-23T16:46:13.038Z[ host-image] Feb 23 16:46:12.370 INFO O| Feb 23 16:46:12.369 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
101492026-02-23T16:46:13.038Z[ host-image] Feb 23 16:46:12.370 INFO O| Feb 23 16:46:12.370 INFO copying /tmp/.tmpgSSCxU/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 ...
101502026-02-23T16:46:13.038Z[ host-image] Feb 23 16:46:12.370 INFO O| Feb 23 16:46:12.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
101512026-02-23T16:46:13.038Z[ host-image] Feb 23 16:46:12.370 INFO O| Feb 23 16:46:12.370 INFO ok!
101522026-02-23T16:46:13.038Z[ host-image] Feb 23 16:46:12.370 INFO O| Feb 23 16:46:12.370 INFO STEP 134 (ensure_file) COMPLETE
101532026-02-23T16:46:13.038Z[ host-image] Feb 23 16:46:12.370 INFO O| Feb 23 16:46:12.370 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542026-02-23T16:46:13.063Z[ host-image] Feb 23 16:46:12.395 INFO O| Feb 23 16:46:12.394 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
101552026-02-23T16:46:13.063Z[ host-image] Feb 23 16:46:12.395 INFO O| Feb 23 16:46:12.395 INFO copying /tmp/.tmpgSSCxU/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 ...
101562026-02-23T16:46:13.063Z[ host-image] Feb 23 16:46:12.395 INFO O| Feb 23 16:46:12.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
101572026-02-23T16:46:13.063Z[ host-image] Feb 23 16:46:12.395 INFO O| Feb 23 16:46:12.395 INFO ok!
101582026-02-23T16:46:13.063Z[ host-image] Feb 23 16:46:12.395 INFO O| Feb 23 16:46:12.395 INFO STEP 135 (ensure_file) COMPLETE
101592026-02-23T16:46:13.063Z[ host-image] Feb 23 16:46:12.395 INFO O| Feb 23 16:46:12.395 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-02-23T16:46:13.088Z[ host-image] Feb 23 16:46:12.415 INFO O| Feb 23 16:46:12.414 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
101612026-02-23T16:46:13.088Z[ host-image] Feb 23 16:46:12.415 INFO O| Feb 23 16:46:12.415 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
101622026-02-23T16:46:13.088Z[ host-image] Feb 23 16:46:12.415 INFO O| Feb 23 16:46:12.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
101632026-02-23T16:46:13.088Z[ host-image] Feb 23 16:46:12.415 INFO O| Feb 23 16:46:12.415 INFO ok!
101642026-02-23T16:46:13.088Z[ host-image] Feb 23 16:46:12.415 INFO O| Feb 23 16:46:12.415 INFO STEP 136 (ensure_file) COMPLETE
101652026-02-23T16:46:13.088Z[ host-image] Feb 23 16:46:12.415 INFO O| Feb 23 16:46:12.415 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-02-23T16:46:13.113Z[ host-image] Feb 23 16:46:12.435 INFO O| Feb 23 16:46:12.435 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
101672026-02-23T16:46:13.113Z[ host-image] Feb 23 16:46:12.435 INFO O| Feb 23 16:46:12.435 INFO copying /tmp/.tmpgSSCxU/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 ...
101682026-02-23T16:46:13.113Z[ host-image] Feb 23 16:46:12.435 INFO O| Feb 23 16:46:12.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
101692026-02-23T16:46:13.113Z[ host-image] Feb 23 16:46:12.435 INFO O| Feb 23 16:46:12.435 INFO ok!
101702026-02-23T16:46:13.113Z[ host-image] Feb 23 16:46:12.435 INFO O| Feb 23 16:46:12.435 INFO STEP 137 (ensure_file) COMPLETE
101712026-02-23T16:46:13.113Z[ host-image] Feb 23 16:46:12.435 INFO O| Feb 23 16:46:12.435 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722026-02-23T16:46:13.113Z[ host-image] Feb 23 16:46:12.454 INFO O| Feb 23 16:46:12.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
101732026-02-23T16:46:13.113Z[ host-image] Feb 23 16:46:12.455 INFO O| Feb 23 16:46:12.454 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
101742026-02-23T16:46:13.113Z[ host-image] Feb 23 16:46:12.455 INFO O| Feb 23 16:46:12.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
101752026-02-23T16:46:13.114Z[ host-image] Feb 23 16:46:12.455 INFO O| Feb 23 16:46:12.455 INFO ok!
101762026-02-23T16:46:13.114Z[ host-image] Feb 23 16:46:12.455 INFO O| Feb 23 16:46:12.455 INFO STEP 138 (ensure_file) COMPLETE
101772026-02-23T16:46:13.114Z[ host-image] Feb 23 16:46:12.455 INFO O| Feb 23 16:46:12.455 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782026-02-23T16:46:13.139Z[ host-image] Feb 23 16:46:12.468 INFO O| Feb 23 16:46:12.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
101792026-02-23T16:46:13.139Z[ host-image] Feb 23 16:46:12.468 INFO O| Feb 23 16:46:12.468 INFO copying /tmp/.tmpgSSCxU/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
101802026-02-23T16:46:17.234Z[ recovery-image] Feb 23 16:46:16.577 INFO E| Compiling clap_derive v4.5.55
101812026-02-23T16:46:21.230Z[ recovery-image] Feb 23 16:46:20.565 INFO E| Compiling clap v4.5.57
101822026-02-23T16:46:21.387Z[ recovery-image] Feb 23 16:46:20.731 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
101832026-02-23T16:46:23.594Z[ recovery-image] Feb 23 16:46:22.937 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.99s
101842026-02-23T16:46:23.621Z[ recovery-image] Feb 23 16:46:22.953 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
101852026-02-23T16:46:24.315Z[ recovery-image] Feb 23 16:46:23.658 INFO E| Downloading crates ...
101862026-02-23T16:46:24.381Z[ recovery-image] Feb 23 16:46:23.725 INFO E| Downloaded bit_field v0.10.3
101872026-02-23T16:46:24.407Z[ recovery-image] Feb 23 16:46:23.728 INFO E| Downloaded cpio_reader v0.1.2
101882026-02-23T16:46:24.407Z[ recovery-image] Feb 23 16:46:23.732 INFO E| Downloaded bitstruct_derive v0.1.0
101892026-02-23T16:46:24.407Z[ recovery-image] Feb 23 16:46:23.734 INFO E| Downloaded bitstruct v0.1.1
101902026-02-23T16:46:24.407Z[ recovery-image] Feb 23 16:46:23.737 INFO E| Downloaded raw-cpuid v10.7.0
101912026-02-23T16:46:24.407Z[ recovery-image] Feb 23 16:46:23.745 INFO E| Downloaded goblin v0.10.4
101922026-02-23T16:46:24.433Z[ recovery-image] Feb 23 16:46:23.758 INFO E| Downloaded miniz_oxide v0.9.0
101932026-02-23T16:46:24.458Z[ recovery-image] Feb 23 16:46:23.781 INFO E| Downloaded x86 v0.52.0
101942026-02-23T16:46:24.544Z[ recovery-image] Feb 23 16:46:23.886 INFO E| Updating crates.io index
101952026-02-23T16:46:24.627Z[ recovery-image] Feb 23 16:46:23.970 INFO E| Downloading crates ...
101962026-02-23T16:46:24.666Z[ recovery-image] Feb 23 16:46:24.009 INFO E| Downloaded rustc-literal-escaper v0.0.7
101972026-02-23T16:46:24.691Z[ recovery-image] Feb 23 16:46:24.016 INFO E| Downloaded rustc-demangle v0.1.27
101982026-02-23T16:46:24.716Z[ recovery-image] Feb 23 16:46:24.036 INFO E| Downloaded libc v0.2.178
101992026-02-23T16:46:24.841Z[ recovery-image] Feb 23 16:46:24.184 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)
102002026-02-23T16:46:24.841Z[ recovery-image] Feb 23 16:46:24.184 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)
102012026-02-23T16:46:24.866Z[ recovery-image] Feb 23 16:46:24.184 INFO E| Compiling proc-macro2 v1.0.106
102022026-02-23T16:46:24.866Z[ recovery-image] Feb 23 16:46:24.184 INFO E| Compiling quote v1.0.44
102032026-02-23T16:46:24.866Z[ recovery-image] Feb 23 16:46:24.185 INFO E| Compiling unicode-ident v1.0.23
102042026-02-23T16:46:24.866Z[ recovery-image] Feb 23 16:46:24.185 INFO E| Compiling syn v1.0.109
102052026-02-23T16:46:24.866Z[ recovery-image] Feb 23 16:46:24.185 INFO E| Compiling x86 v0.52.0
102062026-02-23T16:46:24.866Z[ recovery-image] Feb 23 16:46:24.185 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102072026-02-23T16:46:25.326Z[ recovery-image] Feb 23 16:46:24.668 INFO E| Compiling seq-macro v0.3.6
102082026-02-23T16:46:28.042Z[ recovery-image] Feb 23 16:46:27.385 INFO E| Compiling syn v2.0.114
102092026-02-23T16:46:29.116Z[ host-image] Feb 23 16:46:28.459 INFO O| Feb 23 16:46:28.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
102102026-02-23T16:46:29.116Z[ host-image] Feb 23 16:46:28.459 INFO O| Feb 23 16:46:28.459 INFO ok!
102112026-02-23T16:46:29.140Z[ host-image] Feb 23 16:46:28.459 INFO O| Feb 23 16:46:28.459 INFO STEP 139 (ensure_file) COMPLETE
102122026-02-23T16:46:29.140Z[ host-image] Feb 23 16:46:28.459 INFO O| Feb 23 16:46:28.459 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-02-23T16:46:29.140Z[ host-image] Feb 23 16:46:28.478 INFO O| Feb 23 16:46:28.478 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
102142026-02-23T16:46:29.140Z[ host-image] Feb 23 16:46:28.478 INFO O| Feb 23 16:46:28.478 INFO STEP 140 (ensure_dir) COMPLETE
102152026-02-23T16:46:29.140Z[ host-image] Feb 23 16:46:28.478 INFO O| Feb 23 16:46:28.478 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-02-23T16:46:29.190Z[ host-image] Feb 23 16:46:28.496 INFO O| Feb 23 16:46:28.496 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
102172026-02-23T16:46:29.190Z[ host-image] Feb 23 16:46:28.496 INFO O| Feb 23 16:46:28.496 INFO STEP 141 (ensure_dir) COMPLETE
102182026-02-23T16:46:29.190Z[ host-image] Feb 23 16:46:28.496 INFO O| Feb 23 16:46:28.496 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192026-02-23T16:46:29.190Z[ host-image] Feb 23 16:46:28.510 INFO O| Feb 23 16:46:28.509 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
102202026-02-23T16:46:29.190Z[ host-image] Feb 23 16:46:28.510 INFO O| Feb 23 16:46:28.510 INFO STEP 142 (ensure_dir) COMPLETE
102212026-02-23T16:46:29.190Z[ host-image] Feb 23 16:46:28.510 INFO O| Feb 23 16:46:28.510 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102222026-02-23T16:46:29.190Z[ host-image] Feb 23 16:46:28.527 INFO O| Feb 23 16:46:28.527 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102232026-02-23T16:46:29.190Z[ host-image] Feb 23 16:46:28.527 INFO O| Feb 23 16:46:28.527 INFO STEP 143 (ensure_dir) COMPLETE
102242026-02-23T16:46:29.190Z[ host-image] Feb 23 16:46:28.527 INFO O| Feb 23 16:46:28.527 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-02-23T16:46:29.215Z[ host-image] Feb 23 16:46:28.546 INFO O| Feb 23 16:46:28.546 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102262026-02-23T16:46:29.215Z[ host-image] Feb 23 16:46:28.547 INFO O| Feb 23 16:46:28.546 INFO copying /tmp/.tmpgSSCxU/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 ...
102272026-02-23T16:46:29.215Z[ host-image] Feb 23 16:46:28.547 INFO O| Feb 23 16:46:28.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102282026-02-23T16:46:29.215Z[ host-image] Feb 23 16:46:28.547 INFO O| Feb 23 16:46:28.547 INFO ok!
102292026-02-23T16:46:29.215Z[ host-image] Feb 23 16:46:28.547 INFO O| Feb 23 16:46:28.547 INFO STEP 144 (ensure_file) COMPLETE
102302026-02-23T16:46:29.215Z[ host-image] Feb 23 16:46:28.547 INFO O| Feb 23 16:46:28.547 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-02-23T16:46:29.239Z[ host-image] Feb 23 16:46:28.565 INFO O| Feb 23 16:46:28.565 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102322026-02-23T16:46:29.239Z[ host-image] Feb 23 16:46:28.565 INFO O| Feb 23 16:46:28.565 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102332026-02-23T16:46:29.239Z[ host-image] Feb 23 16:46:28.565 INFO O| Feb 23 16:46:28.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102342026-02-23T16:46:29.239Z[ host-image] Feb 23 16:46:28.565 INFO O| Feb 23 16:46:28.565 INFO STEP 145 (ensure_dir) COMPLETE
102352026-02-23T16:46:29.239Z[ host-image] Feb 23 16:46:28.565 INFO O| Feb 23 16:46:28.565 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362026-02-23T16:46:29.239Z[ host-image] Feb 23 16:46:28.582 INFO O| Feb 23 16:46:28.581 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102372026-02-23T16:46:29.239Z[ host-image] Feb 23 16:46:28.582 INFO O| Feb 23 16:46:28.582 INFO copying /tmp/.tmpgSSCxU/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102382026-02-23T16:46:29.240Z[ host-image] Feb 23 16:46:28.582 INFO O| Feb 23 16:46:28.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102392026-02-23T16:46:29.240Z[ host-image] Feb 23 16:46:28.582 INFO O| Feb 23 16:46:28.582 INFO ok!
102402026-02-23T16:46:29.240Z[ host-image] Feb 23 16:46:28.582 INFO O| Feb 23 16:46:28.582 INFO STEP 146 (ensure_file) COMPLETE
102412026-02-23T16:46:29.240Z[ host-image] Feb 23 16:46:28.582 INFO O| Feb 23 16:46:28.582 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102422026-02-23T16:46:29.265Z[ host-image] Feb 23 16:46:28.599 INFO O| Feb 23 16:46:28.599 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102432026-02-23T16:46:29.265Z[ host-image] Feb 23 16:46:28.600 INFO O| Feb 23 16:46:28.600 INFO STEP 147 (remove_files) COMPLETE
102442026-02-23T16:46:29.265Z[ host-image] Feb 23 16:46:28.600 INFO O| Feb 23 16:46:28.600 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102452026-02-23T16:46:29.394Z[ host-image] Feb 23 16:46:28.618 INFO O| Feb 23 16:46:28.618 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102462026-02-23T16:46:29.394Z[ host-image] Feb 23 16:46:28.618 INFO O| Feb 23 16:46:28.618 INFO STEP 148 (remove_files) COMPLETE
102472026-02-23T16:46:29.394Z[ host-image] Feb 23 16:46:28.618 INFO O| Feb 23 16:46:28.618 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102482026-02-23T16:46:29.394Z[ host-image] Feb 23 16:46:28.635 INFO O| Feb 23 16:46:28.635 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102492026-02-23T16:46:29.394Z[ host-image] Feb 23 16:46:28.635 INFO O| Feb 23 16:46:28.635 INFO STEP 149 (remove_files) COMPLETE
102502026-02-23T16:46:29.394Z[ host-image] Feb 23 16:46:28.635 INFO O| Feb 23 16:46:28.635 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102512026-02-23T16:46:29.394Z[ host-image] Feb 23 16:46:28.651 INFO O| Feb 23 16:46:28.651 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102522026-02-23T16:46:29.394Z[ host-image] Feb 23 16:46:28.651 INFO O| Feb 23 16:46:28.651 INFO STEP 150 (remove_files) COMPLETE
102532026-02-23T16:46:29.394Z[ host-image] Feb 23 16:46:28.651 INFO O| Feb 23 16:46:28.651 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102542026-02-23T16:46:29.395Z[ host-image] Feb 23 16:46:28.669 INFO O| Feb 23 16:46:28.668 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
102552026-02-23T16:46:29.395Z[ host-image] Feb 23 16:46:28.669 INFO O| Feb 23 16:46:28.669 INFO STEP 151 (remove_files) COMPLETE
102562026-02-23T16:46:29.395Z[ host-image] Feb 23 16:46:28.669 INFO O| Feb 23 16:46:28.669 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102572026-02-23T16:46:29.395Z[ host-image] Feb 23 16:46:28.686 INFO O| Feb 23 16:46:28.686 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
102582026-02-23T16:46:29.395Z[ host-image] Feb 23 16:46:28.686 INFO O| Feb 23 16:46:28.686 INFO STEP 152 (remove_files) COMPLETE
102592026-02-23T16:46:29.396Z[ host-image] Feb 23 16:46:28.686 INFO O| Feb 23 16:46:28.686 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102602026-02-23T16:46:29.396Z[ host-image] Feb 23 16:46:28.705 INFO O| Feb 23 16:46:28.705 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
102612026-02-23T16:46:29.396Z[ host-image] Feb 23 16:46:28.705 INFO O| Feb 23 16:46:28.705 INFO STEP 153 (remove_files) COMPLETE
102622026-02-23T16:46:29.396Z[ host-image] Feb 23 16:46:28.705 INFO O| Feb 23 16:46:28.705 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102632026-02-23T16:46:29.396Z[ host-image] Feb 23 16:46:28.723 INFO O| Feb 23 16:46:28.723 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
102642026-02-23T16:46:29.396Z[ host-image] Feb 23 16:46:28.724 INFO O| Feb 23 16:46:28.724 INFO STEP 154 (remove_files) COMPLETE
102652026-02-23T16:46:29.396Z[ host-image] Feb 23 16:46:28.724 INFO O| Feb 23 16:46:28.724 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102662026-02-23T16:46:29.422Z[ host-image] Feb 23 16:46:28.739 INFO O| Feb 23 16:46:28.739 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
102672026-02-23T16:46:29.422Z[ host-image] Feb 23 16:46:28.739 INFO O| Feb 23 16:46:28.739 INFO STEP 155 (remove_files) COMPLETE
102682026-02-23T16:46:29.422Z[ host-image] Feb 23 16:46:28.739 INFO O| Feb 23 16:46:28.739 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102692026-02-23T16:46:29.422Z[ host-image] Feb 23 16:46:28.754 INFO O| Feb 23 16:46:28.754 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
102702026-02-23T16:46:29.422Z[ host-image] Feb 23 16:46:28.754 INFO O| Feb 23 16:46:28.754 INFO STEP 156 (remove_files) COMPLETE
102712026-02-23T16:46:29.422Z[ host-image] Feb 23 16:46:28.754 INFO O| Feb 23 16:46:28.754 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102722026-02-23T16:46:29.447Z[ host-image] Feb 23 16:46:28.773 INFO O| Feb 23 16:46:28.773 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
102732026-02-23T16:46:29.447Z[ host-image] Feb 23 16:46:28.773 INFO O| Feb 23 16:46:28.773 INFO STEP 157 (remove_files) COMPLETE
102742026-02-23T16:46:29.447Z[ host-image] Feb 23 16:46:28.773 INFO O| Feb 23 16:46:28.773 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102752026-02-23T16:46:29.472Z[ host-image] Feb 23 16:46:28.793 INFO O| Feb 23 16:46:28.793 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102762026-02-23T16:46:29.472Z[ host-image] Feb 23 16:46:28.793 INFO O| Feb 23 16:46:28.793 INFO STEP 158 (remove_files) COMPLETE
102772026-02-23T16:46:29.472Z[ host-image] Feb 23 16:46:28.793 INFO O| Feb 23 16:46:28.793 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102782026-02-23T16:46:29.472Z[ host-image] Feb 23 16:46:28.810 INFO O| Feb 23 16:46:28.810 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102792026-02-23T16:46:29.472Z[ host-image] Feb 23 16:46:28.810 INFO O| Feb 23 16:46:28.810 INFO STEP 159 (remove_files) COMPLETE
102802026-02-23T16:46:29.472Z[ host-image] Feb 23 16:46:28.810 INFO O| Feb 23 16:46:28.810 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102812026-02-23T16:46:29.496Z[ host-image] Feb 23 16:46:28.825 INFO O| Feb 23 16:46:28.825 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
102822026-02-23T16:46:29.496Z[ host-image] Feb 23 16:46:28.825 INFO O| Feb 23 16:46:28.825 INFO STEP 160 (remove_files) COMPLETE
102832026-02-23T16:46:29.496Z[ host-image] Feb 23 16:46:28.825 INFO O| Feb 23 16:46:28.825 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102842026-02-23T16:46:29.521Z[ host-image] Feb 23 16:46:28.849 INFO O| Feb 23 16:46:28.849 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
102852026-02-23T16:46:29.521Z[ host-image] Feb 23 16:46:28.849 INFO O| Feb 23 16:46:28.849 INFO STEP 161 (remove_files) COMPLETE
102862026-02-23T16:46:29.521Z[ host-image] Feb 23 16:46:28.849 INFO O| Feb 23 16:46:28.849 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102872026-02-23T16:46:29.545Z[ host-image] Feb 23 16:46:28.866 INFO O| Feb 23 16:46:28.866 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
102882026-02-23T16:46:29.545Z[ host-image] Feb 23 16:46:28.866 INFO O| Feb 23 16:46:28.866 INFO STEP 162 (remove_files) COMPLETE
102892026-02-23T16:46:29.545Z[ host-image] Feb 23 16:46:28.866 INFO O| Feb 23 16:46:28.866 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102902026-02-23T16:46:29.545Z[ host-image] Feb 23 16:46:28.884 INFO O| Feb 23 16:46:28.884 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
102912026-02-23T16:46:29.546Z[ host-image] Feb 23 16:46:28.885 INFO O| Feb 23 16:46:28.885 INFO STEP 163 (remove_files) COMPLETE
102922026-02-23T16:46:29.546Z[ host-image] Feb 23 16:46:28.885 INFO O| Feb 23 16:46:28.885 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102932026-02-23T16:46:29.570Z[ host-image] Feb 23 16:46:28.899 INFO O| Feb 23 16:46:28.899 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
102942026-02-23T16:46:29.570Z[ host-image] Feb 23 16:46:28.899 INFO O| Feb 23 16:46:28.899 INFO STEP 164 (remove_files) COMPLETE
102952026-02-23T16:46:29.570Z[ host-image] Feb 23 16:46:28.899 INFO O| Feb 23 16:46:28.899 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102962026-02-23T16:46:29.594Z[ host-image] Feb 23 16:46:28.918 INFO O| Feb 23 16:46:28.918 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
102972026-02-23T16:46:29.595Z[ host-image] Feb 23 16:46:28.919 INFO O| Feb 23 16:46:28.919 INFO STEP 165 (remove_files) COMPLETE
102982026-02-23T16:46:29.595Z[ host-image] Feb 23 16:46:28.919 INFO O| Feb 23 16:46:28.919 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102992026-02-23T16:46:29.595Z[ host-image] Feb 23 16:46:28.935 INFO O| Feb 23 16:46:28.935 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
103002026-02-23T16:46:29.595Z[ host-image] Feb 23 16:46:28.935 INFO O| Feb 23 16:46:28.935 INFO STEP 166 (remove_files) COMPLETE
103012026-02-23T16:46:29.595Z[ host-image] Feb 23 16:46:28.935 INFO O| Feb 23 16:46:28.935 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103022026-02-23T16:46:29.620Z[ host-image] Feb 23 16:46:28.951 INFO O| Feb 23 16:46:28.951 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
103032026-02-23T16:46:29.620Z[ host-image] Feb 23 16:46:28.951 INFO O| Feb 23 16:46:28.951 INFO STEP 167 (remove_files) COMPLETE
103042026-02-23T16:46:29.620Z[ host-image] Feb 23 16:46:28.951 INFO O| Feb 23 16:46:28.951 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103052026-02-23T16:46:29.645Z[ host-image] Feb 23 16:46:28.965 INFO O| Feb 23 16:46:28.965 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
103062026-02-23T16:46:29.645Z[ host-image] Feb 23 16:46:28.965 INFO O| Feb 23 16:46:28.965 INFO STEP 168 (remove_files) COMPLETE
103072026-02-23T16:46:29.645Z[ host-image] Feb 23 16:46:28.965 INFO O| Feb 23 16:46:28.965 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103082026-02-23T16:46:29.645Z[ host-image] Feb 23 16:46:28.983 INFO O| Feb 23 16:46:28.982 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
103092026-02-23T16:46:29.645Z[ host-image] Feb 23 16:46:28.983 INFO O| Feb 23 16:46:28.983 INFO STEP 169 (remove_files) COMPLETE
103102026-02-23T16:46:29.645Z[ host-image] Feb 23 16:46:28.983 INFO O| Feb 23 16:46:28.983 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103112026-02-23T16:46:29.669Z[ host-image] Feb 23 16:46:29.004 INFO O| Feb 23 16:46:29.004 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
103122026-02-23T16:46:29.669Z[ host-image] Feb 23 16:46:29.004 INFO O| Feb 23 16:46:29.004 INFO STEP 170 (remove_files) COMPLETE
103132026-02-23T16:46:29.669Z[ host-image] Feb 23 16:46:29.005 INFO O| Feb 23 16:46:29.004 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103142026-02-23T16:46:29.695Z[ host-image] Feb 23 16:46:29.022 INFO O| Feb 23 16:46:29.022 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
103152026-02-23T16:46:29.695Z[ host-image] Feb 23 16:46:29.022 INFO O| Feb 23 16:46:29.022 INFO STEP 171 (remove_files) COMPLETE
103162026-02-23T16:46:29.695Z[ host-image] Feb 23 16:46:29.022 INFO O| Feb 23 16:46:29.022 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103172026-02-23T16:46:29.720Z[ host-image] Feb 23 16:46:29.039 INFO O| Feb 23 16:46:29.039 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
103182026-02-23T16:46:29.720Z[ host-image] Feb 23 16:46:29.039 INFO O| Feb 23 16:46:29.039 INFO STEP 172 (remove_files) COMPLETE
103192026-02-23T16:46:29.720Z[ host-image] Feb 23 16:46:29.039 INFO O| Feb 23 16:46:29.039 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103202026-02-23T16:46:29.720Z[ host-image] Feb 23 16:46:29.054 INFO O| Feb 23 16:46:29.054 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103212026-02-23T16:46:29.720Z[ host-image] Feb 23 16:46:29.054 INFO O| Feb 23 16:46:29.054 INFO STEP 173 (remove_files) COMPLETE
103222026-02-23T16:46:29.720Z[ host-image] Feb 23 16:46:29.054 INFO O| Feb 23 16:46:29.054 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103232026-02-23T16:46:29.744Z[ host-image] Feb 23 16:46:29.072 INFO O| Feb 23 16:46:29.071 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103242026-02-23T16:46:29.744Z[ host-image] Feb 23 16:46:29.072 INFO O| Feb 23 16:46:29.072 INFO STEP 174 (remove_files) COMPLETE
103252026-02-23T16:46:29.744Z[ host-image] Feb 23 16:46:29.072 INFO O| Feb 23 16:46:29.072 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103262026-02-23T16:46:29.769Z[ host-image] Feb 23 16:46:29.091 INFO O| Feb 23 16:46:29.091 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103272026-02-23T16:46:29.770Z[ host-image] Feb 23 16:46:29.091 INFO O| Feb 23 16:46:29.091 INFO STEP 175 (remove_files) COMPLETE
103282026-02-23T16:46:29.770Z[ host-image] Feb 23 16:46:29.091 INFO O| Feb 23 16:46:29.091 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103292026-02-23T16:46:29.794Z[ host-image] Feb 23 16:46:29.117 INFO O| Feb 23 16:46:29.117 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103302026-02-23T16:46:29.794Z[ host-image] Feb 23 16:46:29.117 INFO O| Feb 23 16:46:29.117 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
103312026-02-23T16:46:32.058Z[ recovery-image] Feb 23 16:46:31.401 INFO E| Compiling scroll_derive v0.13.1
103322026-02-23T16:46:34.982Z[ recovery-image] Feb 23 16:46:34.325 INFO E| Compiling bitstruct_derive v0.1.0
103332026-02-23T16:46:37.747Z[ host-image] Feb 23 16:46:37.091 INFO O| Feb 23 16:46:37.090 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
103342026-02-23T16:46:37.747Z[ host-image] Feb 23 16:46:37.091 INFO O| Feb 23 16:46:37.090 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103352026-02-23T16:46:37.771Z[ host-image] Feb 23 16:46:37.112 INFO O| Feb 23 16:46:37.112 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103362026-02-23T16:46:37.982Z[ host-image] Feb 23 16:46:37.325 INFO O| Feb 23 16:46:37.325 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
103372026-02-23T16:46:38.102Z[ host-image] Feb 23 16:46:37.445 INFO O| Feb 23 16:46:37.445 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103382026-02-23T16:46:38.266Z[ host-image] Feb 23 16:46:37.609 INFO O| Feb 23 16:46:37.609 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103392026-02-23T16:46:38.266Z[ host-image] Feb 23 16:46:37.609 INFO O| Feb 23 16:46:37.609 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103402026-02-23T16:46:38.290Z[ host-image] Feb 23 16:46:37.613 INFO O| Feb 23 16:46:37.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103412026-02-23T16:46:38.290Z[ host-image] Feb 23 16:46:37.613 INFO O| Feb 23 16:46:37.612 INFO ok!
103422026-02-23T16:46:38.291Z[ host-image] Feb 23 16:46:37.613 INFO O| Feb 23 16:46:37.613 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
103432026-02-23T16:46:38.291Z[ host-image] Feb 23 16:46:37.613 INFO O| Feb 23 16:46:37.613 INFO STEP 176 (seed_smf) COMPLETE
103442026-02-23T16:46:38.291Z[ host-image] Feb 23 16:46:37.613 INFO O| Feb 23 16:46:37.613 INFO steps complete; finalising image!
103452026-02-23T16:46:38.291Z[ host-image] Feb 23 16:46:37.613 INFO O| Feb 23 16:46:37.613 INFO TRIM POOL: TEMPORARY-sled-zfs
103462026-02-23T16:46:38.457Z[ host-image] Feb 23 16:46:37.800 INFO O| Feb 23 16:46:37.800 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Mon Feb 23 16:46:37 2026)
103472026-02-23T16:46:38.686Z[ host-image] Feb 23 16:46:38.029 INFO O| Feb 23 16:46:38.029 INFO temporary pool has 809M used, 87.1M avail, 1.80x compressratio
103482026-02-23T16:46:38.686Z[ host-image] Feb 23 16:46:38.029 INFO O| Feb 23 16:46:38.029 INFO EXPORT POOL: TEMPORARY-sled-zfs
103492026-02-23T16:46:39.083Z[ host-image] Feb 23 16:46:38.426 INFO O| Feb 23 16:46:38.426 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
103502026-02-23T16:46:39.083Z[ host-image] Feb 23 16:46:38.426 INFO O| Feb 23 16:46:38.426 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
103512026-02-23T16:46:40.723Z[ host-image] Feb 23 16:46:40.066 INFO O| Feb 23 16:46:40.066 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
103522026-02-23T16:46:40.747Z[ host-image] Feb 23 16:46:40.066 INFO O| Feb 23 16:46:40.066 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
103532026-02-23T16:46:40.747Z[ host-image] Feb 23 16:46:40.066 INFO O| Feb 23 16:46:40.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
103542026-02-23T16:46:40.747Z[ host-image] Feb 23 16:46:40.066 INFO O| Feb 23 16:46:40.066 INFO completed processing sled/zfs
103552026-02-23T16:46:40.747Z[ host-image] Feb 23 16:46:40.066 INFO O| Feb 23 16:46:40.066 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
103562026-02-23T16:46:41.546Z[ host-image] Feb 23 16:46:40.890 INFO O| Feb 23 16:46:40.889 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
103572026-02-23T16:46:41.608Z[ host-image] Feb 23 16:46:40.952 INFO BUILD STRING "heads/stlouis-0-g877900aeb7\n"
103582026-02-23T16:46:41.609Z[ host-image] Feb 23 16:46:40.952 INFO expanded image name: "ci 3dafdc6/${os_short_commit} 2026-02-23 15:48" -> "ci 3dafdc6/877900a 2026-02-23 15:48"
103592026-02-23T16:46:41.635Z[ host-image] Feb 23 16:46:40.952 INFO output artefacts stored in: "/work/os-host"
103602026-02-23T16:46:41.635Z[ host-image] Feb 23 16:46:40.952 INFO collecting git info from project "chelsio-t6-roms"...
103612026-02-23T16:46:41.635Z[ host-image] Feb 23 16:46:40.964 INFO collecting git info from project "phbl"...
103622026-02-23T16:46:41.635Z[ host-image] Feb 23 16:46:40.977 INFO collecting git info from project "dmar-report"...
103632026-02-23T16:46:41.659Z[ host-image] Feb 23 16:46:40.989 INFO collecting git info from project "bootserver"...
103642026-02-23T16:46:41.659Z[ host-image] Feb 23 16:46:40.998 INFO collecting git info from project "amd-firmware"...
103652026-02-23T16:46:41.683Z[ host-image] Feb 23 16:46:41.021 INFO collecting git info from project "amd-host-image-builder"...
103662026-02-23T16:46:41.707Z[ host-image] Feb 23 16:46:41.035 INFO collecting git info from project "image-builder"...
103672026-02-23T16:46:41.707Z[ host-image] Feb 23 16:46:41.045 INFO collecting git info from project "pinprick"...
103682026-02-23T16:46:41.731Z[ host-image] Feb 23 16:46:41.054 INFO collecting git info from project "pilot"...
103692026-02-23T16:46:41.731Z[ host-image] Feb 23 16:46:41.063 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
103702026-02-23T16:46:42.376Z[ host-image] Feb 23 16:46:41.719 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
103712026-02-23T16:46:43.005Z[ host-image] Feb 23 16:46:42.349 INFO creating Oxide boot image...
103722026-02-23T16:46:43.006Z[ host-image] Feb 23 16:46:42.349 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 3dafdc6/877900a 2026-02-23 15:48", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
103732026-02-23T16:46:44.588Z[ host-image] Feb 23 16:46:43.931 INFO O| ok, image written!
103742026-02-23T16:46:44.588Z[ host-image] Feb 23 16:46:43.931 INFO O| ok, boot_image_csum file written!
103752026-02-23T16:46:44.612Z[ host-image] Feb 23 16:46:43.936 INFO creating boot archive (CPIO)...
103762026-02-23T16:46:44.612Z[ host-image] Feb 23 16:46:43.936 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
103772026-02-23T16:46:44.613Z[ host-image] Feb 23 16:46:43.944 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
103782026-02-23T16:46:44.613Z[ host-image] Feb 23 16:46:43.944 INFO E| + outfile=/work/os-host/cpio
103792026-02-23T16:46:44.613Z[ host-image] Feb 23 16:46:43.944 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
103802026-02-23T16:46:44.613Z[ host-image] Feb 23 16:46:43.946 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
103812026-02-23T16:46:44.613Z[ host-image] Feb 23 16:46:43.947 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
103822026-02-23T16:46:44.663Z[ host-image] Feb 23 16:46:44.007 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
103832026-02-23T16:46:44.664Z[ host-image] Feb 23 16:46:44.007 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
103842026-02-23T16:46:44.688Z[ host-image] Feb 23 16:46:44.023 INFO creating compressed cpio/unix for dev loaders...
103852026-02-23T16:46:44.688Z[ host-image] Feb 23 16:46:44.023 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
103862026-02-23T16:46:45.073Z[ host-image] Feb 23 16:46:44.416 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
103872026-02-23T16:46:50.802Z[ host-image] Feb 23 16:46:50.145 INFO creating reset image...
103882026-02-23T16:46:50.802Z[ host-image] Feb 23 16:46:50.146 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
103892026-02-23T16:46:50.900Z[ host-image] Feb 23 16:46:50.243 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')"
103902026-02-23T16:46:50.900Z[ host-image] Feb 23 16:46:50.244 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")
103912026-02-23T16:46:51.076Z[ host-image] Feb 23 16:46:50.419 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
103922026-02-23T16:46:51.100Z[ host-image] Feb 23 16:46:50.423 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
103932026-02-23T16:46:51.706Z[ host-image] Feb 23 16:46:51.049 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)
103942026-02-23T16:46:51.706Z[ host-image] Feb 23 16:46:51.050 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)
103952026-02-23T16:46:51.731Z[ host-image] Feb 23 16:46:51.050 INFO E| Compiling proc-macro2 v1.0.106
103962026-02-23T16:46:51.731Z[ host-image] Feb 23 16:46:51.050 INFO E| Compiling quote v1.0.44
103972026-02-23T16:46:51.731Z[ host-image] Feb 23 16:46:51.050 INFO E| Compiling unicode-ident v1.0.23
103982026-02-23T16:46:51.731Z[ host-image] Feb 23 16:46:51.056 INFO E| Compiling syn v1.0.109
103992026-02-23T16:46:51.731Z[ host-image] Feb 23 16:46:51.057 INFO E| Compiling x86 v0.52.0
104002026-02-23T16:46:51.731Z[ host-image] Feb 23 16:46:51.057 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104012026-02-23T16:46:52.115Z[ host-image] Feb 23 16:46:51.459 INFO E| Compiling seq-macro v0.3.6
104022026-02-23T16:46:54.372Z[ host-image] Feb 23 16:46:53.715 INFO E| Compiling syn v2.0.114
104032026-02-23T16:46:58.055Z[ host-image] Feb 23 16:46:57.399 INFO E| Compiling scroll_derive v0.13.1
104042026-02-23T16:47:01.943Z[ host-image] Feb 23 16:47:01.287 INFO E| Compiling bitstruct_derive v0.1.0
104052026-02-23T16:47:03.130Z[ recovery-image] Feb 23 16:47:02.474 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)
104062026-02-23T16:47:10.720Z[ recovery-image] Feb 23 16:47:10.064 INFO E| Compiling bitflags v1.3.2
104072026-02-23T16:47:10.744Z[ recovery-image] Feb 23 16:47:10.064 INFO E| Compiling bit_field v0.10.3
104082026-02-23T16:47:10.744Z[ recovery-image] Feb 23 16:47:10.064 INFO E| Compiling log v0.4.29
104092026-02-23T16:47:10.744Z[ recovery-image] Feb 23 16:47:10.064 INFO E| Compiling adler2 v2.0.1
104102026-02-23T16:47:10.744Z[ recovery-image] Feb 23 16:47:10.064 INFO E| Compiling scroll v0.13.0
104112026-02-23T16:47:10.745Z[ recovery-image] Feb 23 16:47:10.064 INFO E| Compiling plain v0.2.3
104122026-02-23T16:47:10.745Z[ recovery-image] Feb 23 16:47:10.064 INFO E| Compiling bitflags v2.10.0
104132026-02-23T16:47:10.949Z[ recovery-image] Feb 23 16:47:10.292 INFO E| Compiling raw-cpuid v10.7.0
104142026-02-23T16:47:11.019Z[ recovery-image] Feb 23 16:47:10.363 INFO E| Compiling miniz_oxide v0.9.0
104152026-02-23T16:47:11.148Z[ recovery-image] Feb 23 16:47:10.491 INFO E| Compiling static_assertions v1.1.0
104162026-02-23T16:47:11.332Z[ recovery-image] Feb 23 16:47:10.675 INFO E| Compiling bitstruct v0.1.1
104172026-02-23T16:47:11.490Z[ recovery-image] Feb 23 16:47:10.834 INFO E| Compiling goblin v0.10.4
104182026-02-23T16:47:11.579Z[ recovery-image] Feb 23 16:47:10.922 INFO E| Compiling cpio_reader v0.1.2
104192026-02-23T16:47:22.265Z[ recovery-image] Feb 23 16:47:21.609 INFO E| Finished `release` profile [optimized] target(s) in 58.62s
104202026-02-23T16:47:22.296Z[ recovery-image] Feb 23 16:47:21.638 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
104212026-02-23T16:47:22.525Z[ recovery-image] Feb 23 16:47:21.869 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')"
104222026-02-23T16:47:22.525Z[ recovery-image] Feb 23 16:47:21.869 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
104232026-02-23T16:47:22.550Z[ recovery-image] Feb 23 16:47:21.869 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
104242026-02-23T16:47:22.550Z[ recovery-image] Feb 23 16:47:21.869 INFO building ROM for gimlet
104252026-02-23T16:47:22.550Z[ recovery-image] Feb 23 16:47:21.869 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")
104262026-02-23T16:47:25.489Z[ recovery-image] Feb 23 16:47:24.833 INFO E| Downloading crates ...
104272026-02-23T16:47:26.280Z[ recovery-image] Feb 23 16:47:25.624 INFO E| Downloaded anstyle v1.0.10
104282026-02-23T16:47:26.319Z[ recovery-image] Feb 23 16:47:25.663 INFO E| Downloaded toml_write v0.1.1
104292026-02-23T16:47:26.342Z[ recovery-image] Feb 23 16:47:25.674 INFO E| Downloaded shared_child v1.0.1
104302026-02-23T16:47:26.343Z[ recovery-image] Feb 23 16:47:25.677 INFO E| Downloaded duct v0.13.7
104312026-02-23T16:47:26.343Z[ recovery-image] Feb 23 16:47:25.680 INFO E| Downloaded clap v4.5.37
104322026-02-23T16:47:26.366Z[ recovery-image] Feb 23 16:47:25.696 INFO E| Downloaded winnow v0.7.7
104332026-02-23T16:47:26.366Z[ recovery-image] Feb 23 16:47:25.710 INFO E| Downloaded toml_edit v0.22.26
104342026-02-23T16:47:26.424Z[ recovery-image] Feb 23 16:47:25.768 INFO E| Downloaded toml v0.8.22
104352026-02-23T16:47:26.468Z[ recovery-image] Feb 23 16:47:25.812 INFO E| Downloaded cc v1.2.20
104362026-02-23T16:47:26.491Z[ recovery-image] Feb 23 16:47:25.817 INFO E| Downloaded anstyle-parse v0.2.6
104372026-02-23T16:47:26.491Z[ recovery-image] Feb 23 16:47:25.820 INFO E| Downloaded anstyle-query v1.1.2
104382026-02-23T16:47:26.491Z[ recovery-image] Feb 23 16:47:25.823 INFO E| Downloaded toml_datetime v0.6.9
104392026-02-23T16:47:26.491Z[ recovery-image] Feb 23 16:47:25.825 INFO E| Downloaded serde_spanned v0.6.8
104402026-02-23T16:47:26.491Z[ recovery-image] Feb 23 16:47:25.828 INFO E| Downloaded clap_builder v4.5.37
104412026-02-23T16:47:26.515Z[ recovery-image] Feb 23 16:47:25.838 INFO E| Downloaded os_pipe v1.2.1
104422026-02-23T16:47:26.515Z[ recovery-image] Feb 23 16:47:25.840 INFO E| Downloaded colorchoice v1.0.3
104432026-02-23T16:47:26.515Z[ recovery-image] Feb 23 16:47:25.841 INFO E| Downloaded clap_derive v4.5.32
104442026-02-23T16:47:27.367Z[ recovery-image] Feb 23 16:47:26.710 INFO E| Compiling libc v0.2.172
104452026-02-23T16:47:27.367Z[ recovery-image] Feb 23 16:47:26.710 INFO E| Compiling utf8parse v0.2.2
104462026-02-23T16:47:27.391Z[ recovery-image] Feb 23 16:47:26.710 INFO E| Compiling hashbrown v0.15.2
104472026-02-23T16:47:27.391Z[ recovery-image] Feb 23 16:47:26.711 INFO E| Compiling equivalent v1.0.2
104482026-02-23T16:47:27.391Z[ recovery-image] Feb 23 16:47:26.711 INFO E| Compiling anstyle-query v1.1.2
104492026-02-23T16:47:27.391Z[ recovery-image] Feb 23 16:47:26.731 INFO E| Compiling shlex v1.3.0
104502026-02-23T16:47:27.416Z[ recovery-image] Feb 23 16:47:26.738 INFO E| Compiling anstyle v1.0.10
104512026-02-23T16:47:27.416Z[ recovery-image] Feb 23 16:47:26.756 INFO E| Compiling syn v2.0.101
104522026-02-23T16:47:28.225Z[ recovery-image] Feb 23 16:47:27.569 INFO E| Compiling anstyle-parse v0.2.6
104532026-02-23T16:47:28.248Z[ recovery-image] Feb 23 16:47:27.583 INFO E| Compiling once_cell v1.21.3
104542026-02-23T16:47:28.300Z[ recovery-image] Feb 23 16:47:27.644 INFO E| Compiling colorchoice v1.0.3
104552026-02-23T16:47:28.382Z[ recovery-image] Feb 23 16:47:27.726 INFO E| Compiling is_terminal_polyfill v1.70.1
104562026-02-23T16:47:28.656Z[ recovery-image] Feb 23 16:47:27.999 INFO E| Compiling cc v1.2.20
104572026-02-23T16:47:28.752Z[ recovery-image] Feb 23 16:47:28.095 INFO E| Compiling strsim v0.11.1
104582026-02-23T16:47:28.776Z[ recovery-image] Feb 23 16:47:28.115 INFO E| Compiling anyhow v1.0.98
104592026-02-23T16:47:29.366Z[ recovery-image] Feb 23 16:47:28.709 INFO E| Compiling anstream v0.6.18
104602026-02-23T16:47:29.568Z[ recovery-image] Feb 23 16:47:28.911 INFO E| Compiling toml_write v0.1.1
104612026-02-23T16:47:30.031Z[ recovery-image] Feb 23 16:47:29.374 INFO E| Compiling winnow v0.7.7
104622026-02-23T16:47:30.528Z[ recovery-image] Feb 23 16:47:29.871 INFO E| Compiling indexmap v2.9.0
104632026-02-23T16:47:30.609Z[ recovery-image] Feb 23 16:47:29.953 INFO E| Compiling clap_lex v0.7.4
104642026-02-23T16:47:31.413Z[ recovery-image] Feb 23 16:47:30.757 INFO E| Compiling os_pipe v1.2.1
104652026-02-23T16:47:31.437Z[ recovery-image] Feb 23 16:47:30.776 INFO E| Compiling shared_child v1.0.1
104662026-02-23T16:47:31.811Z[ recovery-image] Feb 23 16:47:31.154 INFO E| Compiling clap_builder v4.5.37
104672026-02-23T16:47:32.305Z[ recovery-image] Feb 23 16:47:31.648 INFO E| Compiling duct v0.13.7
104682026-02-23T16:47:35.510Z[ recovery-image] Feb 23 16:47:34.854 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
104692026-02-23T16:47:41.054Z[ recovery-image] Feb 23 16:47:40.397 INFO E| Compiling serde_derive v1.0.219
104702026-02-23T16:47:41.054Z[ recovery-image] Feb 23 16:47:40.397 INFO E| Compiling clap_derive v4.5.32
104712026-02-23T16:47:45.340Z[ host-image] Feb 23 16:47:44.684 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)
104722026-02-23T16:47:48.844Z[ recovery-image] Feb 23 16:47:48.187 INFO E| Compiling clap v4.5.37
104732026-02-23T16:47:51.600Z[ recovery-image] Feb 23 16:47:50.942 INFO E| Compiling serde v1.0.219
104742026-02-23T16:47:54.592Z[ host-image] Feb 23 16:47:53.936 INFO E| Compiling bitflags v1.3.2
104752026-02-23T16:47:54.592Z[ host-image] Feb 23 16:47:53.936 INFO E| Compiling adler2 v2.0.1
104762026-02-23T16:47:54.592Z[ host-image] Feb 23 16:47:53.936 INFO E| Compiling log v0.4.29
104772026-02-23T16:47:54.617Z[ host-image] Feb 23 16:47:53.936 INFO E| Compiling bit_field v0.10.3
104782026-02-23T16:47:54.617Z[ host-image] Feb 23 16:47:53.936 INFO E| Compiling scroll v0.13.0
104792026-02-23T16:47:54.617Z[ host-image] Feb 23 16:47:53.936 INFO E| Compiling bitflags v2.10.0
104802026-02-23T16:47:54.617Z[ host-image] Feb 23 16:47:53.936 INFO E| Compiling plain v0.2.3
104812026-02-23T16:47:55.034Z[ host-image] Feb 23 16:47:54.375 INFO E| Compiling raw-cpuid v10.7.0
104822026-02-23T16:47:55.163Z[ host-image] Feb 23 16:47:54.507 INFO E| Compiling miniz_oxide v0.9.0
104832026-02-23T16:47:55.381Z[ host-image] Feb 23 16:47:54.725 INFO E| Compiling cpio_reader v0.1.2
104842026-02-23T16:47:55.482Z[ host-image] Feb 23 16:47:54.826 INFO E| Compiling static_assertions v1.1.0
104852026-02-23T16:47:55.591Z[ host-image] Feb 23 16:47:54.935 INFO E| Compiling bitstruct v0.1.1
104862026-02-23T16:47:55.875Z[ host-image] Feb 23 16:47:55.218 INFO E| Compiling goblin v0.10.4
104872026-02-23T16:48:01.972Z[ recovery-image] Feb 23 16:48:01.315 INFO E| Compiling serde_spanned v0.6.8
104882026-02-23T16:48:01.972Z[ recovery-image] Feb 23 16:48:01.315 INFO E| Compiling toml_datetime v0.6.9
104892026-02-23T16:48:02.746Z[ recovery-image] Feb 23 16:48:02.087 INFO E| Compiling toml_edit v0.22.26
104902026-02-23T16:48:07.730Z[ host-image] Feb 23 16:48:07.074 INFO E| Finished `release` profile [optimized] target(s) in 1m 16s
104912026-02-23T16:48:07.762Z[ host-image] Feb 23 16:48:07.100 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
104922026-02-23T16:48:07.859Z[ recovery-image] Feb 23 16:48:07.203 INFO E| Compiling toml v0.8.22
104932026-02-23T16:48:07.898Z[ host-image] Feb 23 16:48:07.242 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')"
104942026-02-23T16:48:07.898Z[ host-image] Feb 23 16:48:07.242 INFO building ROM for cosmo
104952026-02-23T16:48:07.925Z[ host-image] Feb 23 16:48:07.242 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")
104962026-02-23T16:48:08.188Z[ host-image] Feb 23 16:48:07.532 INFO E| Blocking waiting for file lock on build directory
104972026-02-23T16:48:17.371Z[ recovery-image] Feb 23 16:48:16.715 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.05s
104982026-02-23T16:48:17.395Z[ host-image] Feb 23 16:48:16.731 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s
104992026-02-23T16:48:17.395Z[ recovery-image] Feb 23 16:48:16.732 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`
105002026-02-23T16:48:17.395Z[ host-image] Feb 23 16:48:16.739 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`
105012026-02-23T16:48:17.426Z[ recovery-image] Feb 23 16:48:16.770 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105022026-02-23T16:48:17.454Z[ host-image] Feb 23 16:48:16.782 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
105032026-02-23T16:48:17.530Z[ host-image] Feb 23 16:48:16.870 INFO E| Blocking waiting for file lock on package cache
105042026-02-23T16:48:17.600Z[ recovery-image] Feb 23 16:48:16.944 INFO E| Blocking waiting for file lock on package cache
105052026-02-23T16:48:17.673Z[ host-image] Feb 23 16:48:17.016 INFO E| Blocking waiting for file lock on package cache
105062026-02-23T16:48:17.701Z[ recovery-image] Feb 23 16:48:17.020 INFO E| Blocking waiting for file lock on package cache
105072026-02-23T16:48:17.701Z[ host-image] Feb 23 16:48:17.031 INFO E| Blocking waiting for file lock on package cache
105082026-02-23T16:48:19.934Z[ recovery-image] Feb 23 16:48:17.757 INFO E| Blocking waiting for file lock on package cache
105092026-02-23T16:48:19.964Z[ host-image] Feb 23 16:48:17.794 INFO E| Blocking waiting for file lock on build directory
105102026-02-23T16:48:20.023Z[ recovery-image] Feb 23 16:48:18.722 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
105112026-02-23T16:48:20.023Z[ recovery-image] Feb 23 16:48:18.729 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`
105122026-02-23T16:48:20.023Z[ host-image] Feb 23 16:48:18.738 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
105132026-02-23T16:48:20.023Z[ host-image] Feb 23 16:48:18.745 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`
105142026-02-23T16:48:21.378Z[ recovery-image] Feb 23 16:48:20.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105152026-02-23T16:48:21.378Z[ recovery-image] Feb 23 16:48:20.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105162026-02-23T16:48:21.378Z[ recovery-image] Feb 23 16:48:20.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105172026-02-23T16:48:21.427Z[ recovery-image] Feb 23 16:48:20.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105182026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105192026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105202026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105212026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105222026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105232026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105242026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105252026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105262026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105272026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105282026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105292026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.724 INFO O| Info: ABL version: 0x100f5010
105302026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.724 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105312026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105322026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105332026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105342026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105352026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105362026-02-23T16:48:21.428Z[ recovery-image] Feb 23 16:48:20.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105372026-02-23T16:48:21.429Z[ recovery-image] Feb 23 16:48:20.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105382026-02-23T16:48:21.429Z[ recovery-image] Feb 23 16:48:20.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105392026-02-23T16:48:21.429Z[ recovery-image] Feb 23 16:48:20.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105402026-02-23T16:48:21.429Z[ recovery-image] Feb 23 16:48:20.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105412026-02-23T16:48:21.429Z[ recovery-image] Feb 23 16:48:20.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105422026-02-23T16:48:21.429Z[ recovery-image] Feb 23 16:48:20.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105432026-02-23T16:48:21.429Z[ recovery-image] Feb 23 16:48:20.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105442026-02-23T16:48:21.429Z[ recovery-image] Feb 23 16:48:20.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105452026-02-23T16:48:21.429Z[ recovery-image] Feb 23 16:48:20.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105462026-02-23T16:48:21.429Z[ recovery-image] Feb 23 16:48:20.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105472026-02-23T16:48:21.429Z[ recovery-image] Feb 23 16:48:20.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105482026-02-23T16:48:21.430Z[ recovery-image] Feb 23 16:48:20.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105492026-02-23T16:48:21.537Z[ host-image] Feb 23 16:48:20.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
105502026-02-23T16:48:21.537Z[ host-image] Feb 23 16:48:20.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
105512026-02-23T16:48:21.537Z[ host-image] Feb 23 16:48:20.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
105522026-02-23T16:48:21.537Z[ host-image] Feb 23 16:48:20.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
105532026-02-23T16:48:21.537Z[ host-image] Feb 23 16:48:20.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105542026-02-23T16:48:21.537Z[ host-image] Feb 23 16:48:20.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105552026-02-23T16:48:21.537Z[ host-image] Feb 23 16:48:20.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105562026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
105572026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
105582026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
105592026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
105602026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.757 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105612026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105622026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105632026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105642026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105652026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
105662026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.758 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105672026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
105682026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
105692026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105702026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.759 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105712026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
105722026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105732026-02-23T16:48:21.538Z[ host-image] Feb 23 16:48:20.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
105742026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
105752026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
105762026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.760 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105772026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
105782026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105792026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
105802026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
105812026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
105822026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105832026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.761 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
105842026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
105852026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
105862026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
105872026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
105882026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
105892026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.762 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
105902026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
105912026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
105922026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
105932026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
105942026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105952026-02-23T16:48:21.539Z[ host-image] Feb 23 16:48:20.763 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
105962026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
105972026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
105982026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
105992026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
106002026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
106012026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.764 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
106022026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.765 INFO O| Info: ABL version: 0x1007f011
106032026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.765 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
106042026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.765 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
106052026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.766 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
106062026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.767 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106072026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.767 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106082026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.767 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106092026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.767 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106102026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.767 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106112026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106122026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106132026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106142026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106152026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106162026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106172026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.768 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106182026-02-23T16:48:21.540Z[ host-image] Feb 23 16:48:20.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106192026-02-23T16:48:21.546Z[ host-image] Feb 23 16:48:20.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106202026-02-23T16:48:21.547Z[ host-image] Feb 23 16:48:20.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106212026-02-23T16:48:21.547Z[ host-image] Feb 23 16:48:20.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106222026-02-23T16:48:21.547Z[ host-image] Feb 23 16:48:20.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106232026-02-23T16:48:21.547Z[ host-image] Feb 23 16:48:20.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106242026-02-23T16:48:21.547Z[ host-image] Feb 23 16:48:20.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106252026-02-23T16:48:21.614Z[ host-image] Feb 23 16:48:20.843 INFO building ROM for gimlet
106262026-02-23T16:48:21.614Z[ host-image] Feb 23 16:48:20.843 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")
106272026-02-23T16:48:21.614Z[ recovery-image] Feb 23 16:48:20.877 INFO building ROM for cosmo
106282026-02-23T16:48:21.614Z[ recovery-image] Feb 23 16:48:20.877 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")
106292026-02-23T16:48:21.790Z[ host-image] Feb 23 16:48:21.128 INFO E| Blocking waiting for file lock on package cache
106302026-02-23T16:48:21.856Z[ recovery-image] Feb 23 16:48:21.200 INFO E| Blocking waiting for file lock on package cache
106312026-02-23T16:48:21.919Z[ host-image] Feb 23 16:48:21.262 INFO E| Blocking waiting for file lock on package cache
106322026-02-23T16:48:21.947Z[ recovery-image] Feb 23 16:48:21.279 INFO E| Blocking waiting for file lock on package cache
106332026-02-23T16:48:21.947Z[ host-image] Feb 23 16:48:21.289 INFO E| Blocking waiting for file lock on package cache
106342026-02-23T16:48:21.989Z[ recovery-image] Feb 23 16:48:21.313 INFO E| Blocking waiting for file lock on package cache
106352026-02-23T16:48:22.022Z[ host-image] Feb 23 16:48:21.341 INFO E| Blocking waiting for file lock on package cache
106362026-02-23T16:48:22.022Z[ recovery-image] Feb 23 16:48:21.361 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
106372026-02-23T16:48:22.053Z[ host-image] Feb 23 16:48:21.372 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
106382026-02-23T16:48:22.086Z[ recovery-image] Feb 23 16:48:21.386 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`
106392026-02-23T16:48:22.086Z[ host-image] Feb 23 16:48:21.378 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`
106402026-02-23T16:48:22.086Z[ host-image] Feb 23 16:48:21.416 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106412026-02-23T16:48:22.117Z[ recovery-image] Feb 23 16:48:21.430 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106422026-02-23T16:48:22.157Z[ recovery-image] Feb 23 16:48:21.473 INFO E| Blocking waiting for file lock on package cache
106432026-02-23T16:48:22.188Z[ host-image] Feb 23 16:48:21.529 INFO E| Blocking waiting for file lock on package cache
106442026-02-23T16:48:22.247Z[ recovery-image] Feb 23 16:48:21.591 INFO E| Blocking waiting for file lock on package cache
106452026-02-23T16:48:22.277Z[ host-image] Feb 23 16:48:21.602 INFO E| Blocking waiting for file lock on package cache
106462026-02-23T16:48:22.277Z[ recovery-image] Feb 23 16:48:21.615 INFO E| Blocking waiting for file lock on package cache
106472026-02-23T16:48:22.315Z[ host-image] Feb 23 16:48:21.658 INFO E| Blocking waiting for file lock on package cache
106482026-02-23T16:48:22.377Z[ recovery-image] Feb 23 16:48:21.721 INFO E| Blocking waiting for file lock on build directory
106492026-02-23T16:48:22.405Z[ host-image] Feb 23 16:48:21.733 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
106502026-02-23T16:48:22.406Z[ host-image] Feb 23 16:48:21.740 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`
106512026-02-23T16:48:22.406Z[ recovery-image] Feb 23 16:48:21.746 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
106522026-02-23T16:48:22.435Z[ recovery-image] Feb 23 16:48:21.753 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`
106532026-02-23T16:48:22.903Z[ host-image] Feb 23 16:48:22.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106542026-02-23T16:48:22.903Z[ host-image] Feb 23 16:48:22.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106552026-02-23T16:48:22.952Z[ host-image] Feb 23 16:48:22.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106562026-02-23T16:48:22.952Z[ host-image] Feb 23 16:48:22.247 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106572026-02-23T16:48:22.953Z[ host-image] Feb 23 16:48:22.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106582026-02-23T16:48:22.953Z[ host-image] Feb 23 16:48:22.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106592026-02-23T16:48:22.953Z[ host-image] Feb 23 16:48:22.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106602026-02-23T16:48:22.953Z[ host-image] Feb 23 16:48:22.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106612026-02-23T16:48:22.953Z[ host-image] Feb 23 16:48:22.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106622026-02-23T16:48:22.953Z[ host-image] Feb 23 16:48:22.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106632026-02-23T16:48:22.953Z[ host-image] Feb 23 16:48:22.248 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106642026-02-23T16:48:22.953Z[ host-image] Feb 23 16:48:22.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106652026-02-23T16:48:22.953Z[ host-image] Feb 23 16:48:22.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106662026-02-23T16:48:22.953Z[ host-image] Feb 23 16:48:22.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106672026-02-23T16:48:22.958Z[ host-image] Feb 23 16:48:22.249 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106682026-02-23T16:48:22.958Z[ host-image] Feb 23 16:48:22.250 INFO O| Info: ABL version: 0x100f5010
106692026-02-23T16:48:22.958Z[ host-image] Feb 23 16:48:22.250 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106702026-02-23T16:48:22.958Z[ host-image] Feb 23 16:48:22.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106712026-02-23T16:48:22.958Z[ host-image] Feb 23 16:48:22.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106722026-02-23T16:48:22.958Z[ host-image] Feb 23 16:48:22.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106732026-02-23T16:48:22.958Z[ host-image] Feb 23 16:48:22.250 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106742026-02-23T16:48:22.958Z[ host-image] Feb 23 16:48:22.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106752026-02-23T16:48:22.958Z[ host-image] Feb 23 16:48:22.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106762026-02-23T16:48:22.958Z[ host-image] Feb 23 16:48:22.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106772026-02-23T16:48:22.958Z[ host-image] Feb 23 16:48:22.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106782026-02-23T16:48:22.958Z[ host-image] Feb 23 16:48:22.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106792026-02-23T16:48:22.959Z[ host-image] Feb 23 16:48:22.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106802026-02-23T16:48:22.959Z[ host-image] Feb 23 16:48:22.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106812026-02-23T16:48:22.959Z[ host-image] Feb 23 16:48:22.251 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106822026-02-23T16:48:22.959Z[ host-image] Feb 23 16:48:22.252 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106832026-02-23T16:48:22.959Z[ host-image] Feb 23 16:48:22.261 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106842026-02-23T16:48:22.959Z[ host-image] Feb 23 16:48:22.261 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106852026-02-23T16:48:22.959Z[ host-image] Feb 23 16:48:22.261 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106862026-02-23T16:48:22.959Z[ host-image] Feb 23 16:48:22.261 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106872026-02-23T16:48:22.959Z[ host-image] Feb 23 16:48:22.261 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106882026-02-23T16:48:23.078Z[ host-image] Feb 23 16:48:22.408 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106892026-02-23T16:48:23.078Z[ host-image] Feb 23 16:48:22.408 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106902026-02-23T16:48:23.116Z[ host-image] Feb 23 16:48:22.408 INFO finishing image archive at "/work/os-host/os.tar.gz"...
106912026-02-23T16:48:23.350Z[ recovery-image] Feb 23 16:48:22.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106922026-02-23T16:48:23.350Z[ recovery-image] Feb 23 16:48:22.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106932026-02-23T16:48:23.399Z[ recovery-image] Feb 23 16:48:22.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106942026-02-23T16:48:23.399Z[ recovery-image] Feb 23 16:48:22.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106952026-02-23T16:48:23.400Z[ recovery-image] Feb 23 16:48:22.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106962026-02-23T16:48:23.400Z[ recovery-image] Feb 23 16:48:22.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106972026-02-23T16:48:23.400Z[ recovery-image] Feb 23 16:48:22.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106982026-02-23T16:48:23.400Z[ recovery-image] Feb 23 16:48:22.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106992026-02-23T16:48:23.400Z[ recovery-image] Feb 23 16:48:22.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
107002026-02-23T16:48:23.400Z[ recovery-image] Feb 23 16:48:22.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
107012026-02-23T16:48:23.400Z[ recovery-image] Feb 23 16:48:22.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
107022026-02-23T16:48:23.400Z[ recovery-image] Feb 23 16:48:22.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
107032026-02-23T16:48:23.400Z[ recovery-image] Feb 23 16:48:22.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
107042026-02-23T16:48:23.400Z[ recovery-image] Feb 23 16:48:22.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
107052026-02-23T16:48:23.400Z[ recovery-image] Feb 23 16:48:22.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
107062026-02-23T16:48:23.409Z[ recovery-image] Feb 23 16:48:22.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
107072026-02-23T16:48:23.409Z[ recovery-image] Feb 23 16:48:22.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
107082026-02-23T16:48:23.409Z[ recovery-image] Feb 23 16:48:22.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
107092026-02-23T16:48:23.409Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
107102026-02-23T16:48:23.409Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
107112026-02-23T16:48:23.409Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
107122026-02-23T16:48:23.409Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
107132026-02-23T16:48:23.409Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
107142026-02-23T16:48:23.409Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
107152026-02-23T16:48:23.409Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
107162026-02-23T16:48:23.409Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
107172026-02-23T16:48:23.409Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107182026-02-23T16:48:23.409Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107192026-02-23T16:48:23.409Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107202026-02-23T16:48:23.420Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107212026-02-23T16:48:23.421Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107222026-02-23T16:48:23.421Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107232026-02-23T16:48:23.421Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107242026-02-23T16:48:23.421Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107252026-02-23T16:48:23.421Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107262026-02-23T16:48:23.421Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107272026-02-23T16:48:23.421Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107282026-02-23T16:48:23.421Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107292026-02-23T16:48:23.421Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107302026-02-23T16:48:23.421Z[ recovery-image] Feb 23 16:48:22.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107312026-02-23T16:48:23.421Z[ recovery-image] Feb 23 16:48:22.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107322026-02-23T16:48:23.421Z[ recovery-image] Feb 23 16:48:22.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107332026-02-23T16:48:23.421Z[ recovery-image] Feb 23 16:48:22.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107342026-02-23T16:48:23.421Z[ recovery-image] Feb 23 16:48:22.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107352026-02-23T16:48:23.439Z[ recovery-image] Feb 23 16:48:22.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107362026-02-23T16:48:23.439Z[ recovery-image] Feb 23 16:48:22.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107372026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107382026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107392026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107402026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107412026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107422026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107432026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107442026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.697 INFO O| Info: ABL version: 0x1007f011
107452026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.697 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107462026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.697 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107472026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.712 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107482026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107492026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107502026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107512026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107522026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107532026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107542026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107552026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107562026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107572026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107582026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107592026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107602026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107612026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107622026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107632026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107642026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107652026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107662026-02-23T16:48:23.440Z[ recovery-image] Feb 23 16:48:22.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107672026-02-23T16:48:23.476Z[ recovery-image] Feb 23 16:48:22.820 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
107682026-02-23T16:48:30.570Z[ recovery-image] Feb 23 16:48:28.676 INFO image complete! materials are in "/work/os-recovery"
107692026-02-23T16:48:30.571Z[ recovery-image]
107702026-02-23T16:48:30.571Z[ recovery-image] real 30:28.807595757
107712026-02-23T16:48:30.571Z[ recovery-image] user 21:49.760452611
107722026-02-23T16:48:30.571Z[ recovery-image] sys 1:56.334982712
107732026-02-23T16:48:30.571Z[ recovery-image] trap 1.404911318
107742026-02-23T16:48:30.571Z[ recovery-image] tflt 1.057563514
107752026-02-23T16:48:30.571Z[ recovery-image] dflt 5.187347701
107762026-02-23T16:48:30.571Z[ recovery-image] kflt 0.060018978
107772026-02-23T16:48:30.571Z[ recovery-image] lock 44:11.105141751
107782026-02-23T16:48:30.571Z[ recovery-image] slp 2:58:50.109570882
107792026-02-23T16:48:30.571Z[ recovery-image] lat 10:29.145775613
107802026-02-23T16:48:30.571Z[ recovery-image] stop 15.095842921
107812026-02-23T16:48:31.659ZFeb 23 16:48:31.001 INFO [recovery-image] process exited with exit status: 0 (1830.158726871s)
107822026-02-23T16:48:40.976Z[verify-libraries] Finished `release` profile [optimized] target(s) in 30m 34s
107832026-02-23T16:48:42.689ZFeb 23 16:48:42.034 INFO [verify-libraries] process exited with exit status: 0 (1842.77159585s)
107842026-02-23T16:48:55.231Z[ host-image] Feb 23 16:48:54.575 INFO image complete! materials are in "/work/os-host"
107852026-02-23T16:48:55.658Z[ host-image]
107862026-02-23T16:48:55.658Z[ host-image] real 31:48.410619032
107872026-02-23T16:48:55.682Z[ host-image] user 22:35.050661465
107882026-02-23T16:48:55.682Z[ host-image] sys 1:56.903051425
107892026-02-23T16:48:55.683Z[ host-image] trap 1.353048881
107902026-02-23T16:48:55.683Z[ host-image] tflt 0.540083288
107912026-02-23T16:48:55.684ZFeb 23 16:48:55.002 INFO [host-image] process exited with exit status: 0 (1908.840420018s)
107922026-02-23T16:48:55.684Z[ host-image] dflt 1.557187677
107932026-02-23T16:48:55.684Z[ host-image] kflt 0.030775958
107942026-02-23T16:48:55.684Z[ host-image] lock 43:50.302710745
107952026-02-23T16:48:55.684Z[ host-image] slp 3:02:53.301342295
107962026-02-23T16:48:55.684Z[ host-image] lat 7:59.862103330
107972026-02-23T16:48:55.684Z[ host-image] stop 5.231250808
107982026-02-23T16:48:55.684ZFeb 23 16:48:55.004 INFO [tuf-repo] running task
107992026-02-23T16:49:30.094ZFeb 23 16:49:29.438 INFO assembling repository in `/tmp/tufaceousdV7MQo`, component: OmicronRepoAssembler
108002026-02-23T16:49:40.187ZFeb 23 16:49:39.532 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
108012026-02-23T16:49:40.700ZFeb 23 16:49:40.045 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
108022026-02-23T16:50:23.331ZFeb 23 16:50:22.676 INFO extracting uploaded archive to /tmp/.tmp7epsPy
108032026-02-23T16:50:27.858ZFeb 23 16:50:27.203 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.oRFN3o
108042026-02-23T16:50:27.999ZFeb 23 16:50:27.344 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108052026-02-23T16:50:28.273ZFeb 23 16:50:27.618 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108062026-02-23T16:50:28.528ZFeb 23 16:50:27.873 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108072026-02-23T16:50:28.755ZFeb 23 16:50:28.100 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108082026-02-23T16:50:29.010ZFeb 23 16:50:28.356 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108092026-02-23T16:50:29.245ZFeb 23 16:50:28.590 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108102026-02-23T16:50:29.465ZFeb 23 16:50:28.810 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108112026-02-23T16:50:29.735ZFeb 23 16:50:29.080 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108122026-02-23T16:50:29.735ZFeb 23 16:50:29.080 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108132026-02-23T16:50:29.886ZFeb 23 16:50:29.231 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108142026-02-23T16:50:29.886ZFeb 23 16:50:29.231 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108152026-02-23T16:50:30.039ZFeb 23 16:50:29.385 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108162026-02-23T16:50:30.039ZFeb 23 16:50:29.385 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108172026-02-23T16:50:30.192ZFeb 23 16:50:29.538 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108182026-02-23T16:50:30.192ZFeb 23 16:50:29.538 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108192026-02-23T16:50:30.345ZFeb 23 16:50:29.690 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108202026-02-23T16:50:30.345ZFeb 23 16:50:29.691 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108212026-02-23T16:50:30.501ZFeb 23 16:50:29.846 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108222026-02-23T16:50:30.501ZFeb 23 16:50:29.847 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108232026-02-23T16:50:30.668ZFeb 23 16:50:30.013 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108242026-02-23T16:50:30.668ZFeb 23 16:50:30.014 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108252026-02-23T16:50:30.692ZFeb 23 16:50:30.016 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108262026-02-23T16:50:30.692ZFeb 23 16:50:30.018 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108272026-02-23T16:50:30.692ZFeb 23 16:50:30.021 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108282026-02-23T16:50:30.692ZFeb 23 16:50:30.023 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108292026-02-23T16:50:30.692ZFeb 23 16:50:30.025 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108302026-02-23T16:50:45.916ZFeb 23 16:50:45.262 INFO added artifact, length: 33554432, hash: 2af607b014d1bca10761114fc3c0c599f0c13aa7af80efde81813bb4a78ecb62, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: gimlet_host_phase_1, name: host
108312026-02-23T16:50:45.916ZFeb 23 16:50:45.262 INFO added artifact, length: 33554432, hash: e1c42243d3aa064d64fb9b22ec60b5c00afa2c26708ffc6d7b323635121321fd, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: cosmo_host_phase_1, name: host
108322026-02-23T16:50:45.916ZFeb 23 16:50:45.262 INFO added artifact, length: 1101008896, hash: e4a235ed17853c84f60e3fc71647a19975ed64074eedcb44874e8e01a20dbc04, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: host_phase_2, name: host
108332026-02-23T16:50:48.905ZFeb 23 16:50:48.251 INFO added artifact, length: 33554432, hash: 1c6c85cdeb56d0133af1b558cc0a783e5813c5dcfcdd079dd322475fd2725c8c, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: gimlet_trampoline_phase_1, name: trampoline
108342026-02-23T16:50:48.905ZFeb 23 16:50:48.251 INFO added artifact, length: 33554432, hash: 708782bf473653a35abbe1f0f251a1c2cbca282eba0e5b8b27d6ab5c0005a41c, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: cosmo_trampoline_phase_1, name: trampoline
108352026-02-23T16:50:48.905ZFeb 23 16:50:48.251 INFO added artifact, length: 147602604, hash: 4e672995d948ce221b7db8a9a93d9b9557340dcefe81d0c201a6925dd60764ae, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: trampoline_phase_2, name: trampoline
108362026-02-23T16:50:54.519ZFeb 23 16:50:53.865 INFO added artifact, length: 309887318, hash: ca5617a05b54bd1f0433a3f42a4745ae72a0c3710245e38e2a762954a7d08ba9, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: zone, name: clickhouse_keeper
108372026-02-23T16:51:00.647ZFeb 23 16:50:59.993 INFO added artifact, length: 327331736, hash: 108d0377b4e376cce81ef6879c112855975920fbe542b16a0f6e97b56d1b0fd7, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: zone, name: clickhouse_server
108382026-02-23T16:51:06.749ZFeb 23 16:51:06.094 INFO added artifact, length: 327332797, hash: 59648bb6a407dc1bcd4db24dd068393f7251089d1548fb331b50c13a7eb04973, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: zone, name: clickhouse
108392026-02-23T16:51:09.660ZFeb 23 16:51:09.004 INFO added artifact, length: 169154624, hash: df86c816367953079ef5266ddce8abc1b9aff8fc18aefe4491a0449b01d342ae, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: zone, name: cockroachdb
108402026-02-23T16:51:10.433ZFeb 23 16:51:09.774 INFO added artifact, length: 42562126, hash: 53c3dda5ff04157c7f65b8b4833e08b171bda8ee0537ca955c7fd9cdedffdf72, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: zone, name: crucible-pantry-zone
108412026-02-23T16:51:11.575ZFeb 23 16:51:10.920 INFO added artifact, length: 57039543, hash: 1cc17068ce43e413d5405e77bd375541c3b19189f760aba0761c6ad435f3a289, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: zone, name: crucible-zone
108422026-02-23T16:51:12.499ZFeb 23 16:51:11.838 INFO added artifact, length: 50021378, hash: e27a1a0aeee59ff07a1efcf21b64bb6725d07acaa3c753de52f022e507db58a3, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: zone, name: external-dns
108432026-02-23T16:51:13.409ZFeb 23 16:51:12.754 INFO added artifact, length: 50020976, hash: eaf93e8258e8cc0a0fad0fc7a11a604229a79b0f71a1b7bc10615446911eb3d2, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: zone, name: internal-dns
108442026-02-23T16:51:17.675ZFeb 23 16:51:17.021 INFO added artifact, length: 217392780, hash: afb098a251a0fdd8aff8f2031e20ab0015aab698b09d026358713ba99b83e666, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: zone, name: nexus
108452026-02-23T16:51:18.254ZFeb 23 16:51:17.600 INFO added artifact, length: 30414060, hash: cfd97e409a7b397f7569271e6de699f43835ecbe3b776ea90a54c2903cb1b9f7, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: zone, name: ntp
108462026-02-23T16:51:19.520ZFeb 23 16:51:18.865 INFO added artifact, length: 66084375, hash: e01366a9ef09a7b5377c4a3eb9533cf55055402e6822d1125a732c987715ee77, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: zone, name: oximeter
108472026-02-23T16:51:19.573ZFeb 23 16:51:18.919 INFO added artifact, length: 3109590, hash: 41dd1501234a82e7811ab9f758363ea97b309f30de3e7c58e352e4b2d5ee4adb, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: zone, name: probe
108482026-02-23T16:51:19.597ZFeb 23 16:51:18.920 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
108492026-02-23T16:51:19.597ZFeb 23 16:51:18.921 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108502026-02-23T16:51:19.597ZFeb 23 16:51:18.921 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108512026-02-23T16:51:19.664ZFeb 23 16:51:19.010 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
108522026-02-23T16:51:19.751ZFeb 23 16:51:19.096 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
108532026-02-23T16:51:19.911ZFeb 23 16:51:19.257 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108542026-02-23T16:51:19.911ZFeb 23 16:51:19.257 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108552026-02-23T16:51:20.072ZFeb 23 16:51:19.418 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108562026-02-23T16:51:20.072ZFeb 23 16:51:19.418 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108572026-02-23T16:51:20.311ZFeb 23 16:51:19.603 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108582026-02-23T16:51:20.311ZFeb 23 16:51:19.603 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108592026-02-23T16:51:20.426ZFeb 23 16:51:19.771 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108602026-02-23T16:51:20.426ZFeb 23 16:51:19.771 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108612026-02-23T16:51:20.451ZFeb 23 16:51:19.774 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108622026-02-23T16:51:20.451ZFeb 23 16:51:19.776 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108632026-02-23T16:51:20.451ZFeb 23 16:51:19.778 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108642026-02-23T16:51:20.602ZFeb 23 16:51:19.947 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
108652026-02-23T16:51:20.930ZFeb 23 16:51:20.276 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
108662026-02-23T16:51:21.239ZFeb 23 16:51:20.585 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
108672026-02-23T16:51:21.556ZFeb 23 16:51:20.901 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108682026-02-23T16:51:21.556ZFeb 23 16:51:20.901 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108692026-02-23T16:51:21.729ZFeb 23 16:51:21.071 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108702026-02-23T16:51:21.729ZFeb 23 16:51:21.072 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108712026-02-23T16:51:21.884ZFeb 23 16:51:21.229 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108722026-02-23T16:51:21.885ZFeb 23 16:51:21.230 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108732026-02-23T16:51:22.034ZFeb 23 16:51:21.380 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108742026-02-23T16:51:22.035ZFeb 23 16:51:21.380 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108752026-02-23T16:51:22.060ZFeb 23 16:51:21.382 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108762026-02-23T16:51:22.060ZFeb 23 16:51:21.385 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108772026-02-23T16:51:22.060ZFeb 23 16:51:21.387 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108782026-02-23T16:51:22.060ZFeb 23 16:51:21.388 INFO added artifact, length: 924, hash: fede747c3e39c8b667a572f194dae2270905bed527fc59b24dbff963bea0ecb1, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: installinator_document, name: installinator_document
108792026-02-23T16:51:22.902ZFeb 23 16:51:22.246 INFO extracting uploaded archive to /tmp/.tmp09OckC
108802026-02-23T16:51:27.394ZFeb 23 16:51:26.740 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.eZvgXk
108812026-02-23T16:51:27.538ZFeb 23 16:51:26.883 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108822026-02-23T16:51:27.804ZFeb 23 16:51:27.150 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108832026-02-23T16:51:28.050ZFeb 23 16:51:27.396 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108842026-02-23T16:51:28.277ZFeb 23 16:51:27.623 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108852026-02-23T16:51:28.501ZFeb 23 16:51:27.847 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108862026-02-23T16:51:28.728ZFeb 23 16:51:28.074 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108872026-02-23T16:51:28.955ZFeb 23 16:51:28.301 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108882026-02-23T16:51:29.207ZFeb 23 16:51:28.553 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108892026-02-23T16:51:29.207ZFeb 23 16:51:28.553 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108902026-02-23T16:51:29.363ZFeb 23 16:51:28.708 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108912026-02-23T16:51:29.363ZFeb 23 16:51:28.709 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108922026-02-23T16:51:29.523ZFeb 23 16:51:28.869 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108932026-02-23T16:51:29.523ZFeb 23 16:51:28.869 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108942026-02-23T16:51:29.674ZFeb 23 16:51:29.019 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108952026-02-23T16:51:29.674ZFeb 23 16:51:29.019 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108962026-02-23T16:51:29.836ZFeb 23 16:51:29.182 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108972026-02-23T16:51:29.836ZFeb 23 16:51:29.182 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108982026-02-23T16:51:29.982ZFeb 23 16:51:29.328 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108992026-02-23T16:51:29.983ZFeb 23 16:51:29.329 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109002026-02-23T16:51:30.132ZFeb 23 16:51:29.477 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109012026-02-23T16:51:30.132ZFeb 23 16:51:29.477 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109022026-02-23T16:51:30.156ZFeb 23 16:51:29.480 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109032026-02-23T16:51:30.156ZFeb 23 16:51:29.482 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109042026-02-23T16:51:30.156ZFeb 23 16:51:29.483 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109052026-02-23T16:51:30.156ZFeb 23 16:51:29.485 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109062026-02-23T16:51:30.156ZFeb 23 16:51:29.487 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109072026-02-23T16:51:45.353ZFeb 23 16:51:44.699 INFO added artifact, length: 33554432, hash: 2af607b014d1bca10761114fc3c0c599f0c13aa7af80efde81813bb4a78ecb62, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: gimlet_host_phase_1, name: host
109082026-02-23T16:51:45.353ZFeb 23 16:51:44.699 INFO added artifact, length: 33554432, hash: e1c42243d3aa064d64fb9b22ec60b5c00afa2c26708ffc6d7b323635121321fd, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: cosmo_host_phase_1, name: host
109092026-02-23T16:51:45.353ZFeb 23 16:51:44.699 INFO added artifact, length: 1101008896, hash: e4a235ed17853c84f60e3fc71647a19975ed64074eedcb44874e8e01a20dbc04, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: host_phase_2, name: host
109102026-02-23T16:51:48.623ZFeb 23 16:51:47.969 INFO added artifact, length: 33554432, hash: 1c6c85cdeb56d0133af1b558cc0a783e5813c5dcfcdd079dd322475fd2725c8c, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: gimlet_trampoline_phase_1, name: trampoline
109112026-02-23T16:51:48.623ZFeb 23 16:51:47.969 INFO added artifact, length: 33554432, hash: 708782bf473653a35abbe1f0f251a1c2cbca282eba0e5b8b27d6ab5c0005a41c, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: cosmo_trampoline_phase_1, name: trampoline
109122026-02-23T16:51:48.623ZFeb 23 16:51:47.969 INFO added artifact, length: 147602604, hash: 4e672995d948ce221b7db8a9a93d9b9557340dcefe81d0c201a6925dd60764ae, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: trampoline_phase_2, name: trampoline
109132026-02-23T16:52:17.027ZFeb 23 16:52:16.374 INFO added artifact, length: 1707753567, hash: a353978c208f9826dbafdc3acd4818eacee691b1d0d1b318038b1f2f38e5fd30, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: control_plane, name: control-plane
109142026-02-23T16:52:17.052ZFeb 23 16:52:16.374 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
109152026-02-23T16:52:17.052ZFeb 23 16:52:16.375 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109162026-02-23T16:52:17.052ZFeb 23 16:52:16.376 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109172026-02-23T16:52:17.130ZFeb 23 16:52:16.476 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
109182026-02-23T16:52:17.229ZFeb 23 16:52:16.575 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
109192026-02-23T16:52:17.410ZFeb 23 16:52:16.757 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109202026-02-23T16:52:17.410ZFeb 23 16:52:16.757 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109212026-02-23T16:52:17.597ZFeb 23 16:52:16.943 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109222026-02-23T16:52:17.597ZFeb 23 16:52:16.943 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109232026-02-23T16:52:17.774ZFeb 23 16:52:17.120 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109242026-02-23T16:52:17.774ZFeb 23 16:52:17.121 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109252026-02-23T16:52:17.943ZFeb 23 16:52:17.288 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109262026-02-23T16:52:17.943ZFeb 23 16:52:17.288 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109272026-02-23T16:52:17.967ZFeb 23 16:52:17.291 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109282026-02-23T16:52:17.967ZFeb 23 16:52:17.293 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109292026-02-23T16:52:17.967ZFeb 23 16:52:17.295 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109302026-02-23T16:52:18.103ZFeb 23 16:52:17.450 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
109312026-02-23T16:52:18.442ZFeb 23 16:52:17.789 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
109322026-02-23T16:52:18.775ZFeb 23 16:52:18.121 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
109332026-02-23T16:52:19.135ZFeb 23 16:52:18.481 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109342026-02-23T16:52:19.183ZFeb 23 16:52:18.481 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109352026-02-23T16:52:19.302ZFeb 23 16:52:18.648 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109362026-02-23T16:52:19.302ZFeb 23 16:52:18.649 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109372026-02-23T16:52:19.473ZFeb 23 16:52:18.820 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109382026-02-23T16:52:19.473ZFeb 23 16:52:18.820 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109392026-02-23T16:52:19.644ZFeb 23 16:52:18.990 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109402026-02-23T16:52:19.644ZFeb 23 16:52:18.991 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109412026-02-23T16:52:19.669ZFeb 23 16:52:18.993 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109422026-02-23T16:52:19.669ZFeb 23 16:52:18.995 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109432026-02-23T16:52:19.669ZFeb 23 16:52:18.997 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109442026-02-23T16:52:19.669ZFeb 23 16:52:18.998 INFO added artifact, length: 924, hash: fede747c3e39c8b667a572f194dae2270905bed527fc59b24dbff963bea0ecb1, version: 19.0.0-0.ci+git3dafdc6b8b3, kind: installinator_document, name: installinator_document
109452026-02-23T16:52:20.444ZFeb 23 16:52:19.791 INFO [tuf-repo] task succeeded (204.786700369s)
109462026-02-23T16:52:20.444ZFeb 23 16:52:19.791 INFO all jobs completed in 3856.166682926s
109472026-02-23T16:52:24.654Zprocess exited: duration 4659169 ms, exit code 0
 
109482026-02-23T16:52:24.717Zfound 41 output files
109492026-02-23T16:52:24.717Zuploading: /work/manifest.toml (17174 bytes)
109502026-02-23T16:52:25.868Zuploaded: /work/manifest.toml
109512026-02-23T16:52:25.868Zuploading: /work/repo.zip (2947629624 bytes)
109522026-02-23T16:55:59.123Zuploaded: /work/repo.zip
109532026-02-23T16:55:59.150Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109542026-02-23T16:56:00.254Zuploaded: /work/repo.zip.sha256.txt
109552026-02-23T16:56:00.254Zuploading: /work/helios.json (647 bytes)
109562026-02-23T16:56:01.350Zuploaded: /work/helios.json
109572026-02-23T16:56:01.350Zuploading: /work/incorporation.p5m (100410 bytes)
109582026-02-23T16:56:02.559Zuploaded: /work/incorporation.p5m
109592026-02-23T16:56:02.559Zuploading: /work/incorporation.p5p (122880 bytes)
109602026-02-23T16:56:03.765Zuploaded: /work/incorporation.p5p
109612026-02-23T16:56:03.765Zuploading: /work/helios-incorp.log (526 bytes)
109622026-02-23T16:56:04.871Zuploaded: /work/helios-incorp.log
109632026-02-23T16:56:04.871Zuploading: /work/helios-setup.log (57811 bytes)
109642026-02-23T16:56:06.058Zuploaded: /work/helios-setup.log
109652026-02-23T16:56:06.058Zuploading: /work/host-image.log (234949 bytes)
109662026-02-23T16:56:07.306Zuploaded: /work/host-image.log
109672026-02-23T16:56:07.306Zuploading: /work/host-package.log (33405 bytes)
109682026-02-23T16:56:08.469Zuploaded: /work/host-package.log
109692026-02-23T16:56:08.469Zuploading: /work/host-target.log (101 bytes)
109702026-02-23T16:56:09.566Zuploaded: /work/host-target.log
109712026-02-23T16:56:09.566Zuploading: /work/incorp-create.log (0 bytes)
109722026-02-23T16:56:10.636Zuploaded: /work/incorp-create.log
109732026-02-23T16:56:10.637Zuploading: /work/incorp-fmt.log (0 bytes)
109742026-02-23T16:56:11.708Zuploaded: /work/incorp-fmt.log
109752026-02-23T16:56:11.708Zuploading: /work/incorp-pkgsend.log (108 bytes)
109762026-02-23T16:56:12.804Zuploaded: /work/incorp-pkgsend.log
109772026-02-23T16:56:12.805Zuploading: /work/incorp-publisher.log (0 bytes)
109782026-02-23T16:56:13.875Zuploaded: /work/incorp-publisher.log
109792026-02-23T16:56:13.875Zuploading: /work/omicron-package.log (6790 bytes)
109802026-02-23T16:56:14.993Zuploaded: /work/omicron-package.log
109812026-02-23T16:56:14.993Zuploading: /work/recovery-image.log (604455 bytes)
109822026-02-23T16:56:16.250Zuploaded: /work/recovery-image.log
109832026-02-23T16:56:16.250Zuploading: /work/recovery-package.log (1870 bytes)
109842026-02-23T16:56:17.347Zuploaded: /work/recovery-package.log
109852026-02-23T16:56:17.347Zuploading: /work/recovery-target.log (98 bytes)
109862026-02-23T16:56:18.443Zuploaded: /work/recovery-target.log
109872026-02-23T16:56:18.443Zuploading: /work/stamp-clickhouse.log (117 bytes)
109882026-02-23T16:56:19.538Zuploaded: /work/stamp-clickhouse.log
109892026-02-23T16:56:19.538Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109902026-02-23T16:56:20.635Zuploaded: /work/stamp-clickhouse_keeper.log
109912026-02-23T16:56:20.635Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109922026-02-23T16:56:21.730Zuploaded: /work/stamp-clickhouse_server.log
109932026-02-23T16:56:21.731Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109942026-02-23T16:56:22.826Zuploaded: /work/stamp-cockroachdb.log
109952026-02-23T16:56:22.826Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109962026-02-23T16:56:23.922Zuploaded: /work/stamp-crucible-pantry-zone.log
109972026-02-23T16:56:23.922Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109982026-02-23T16:56:25.018Zuploaded: /work/stamp-crucible-utils.log
109992026-02-23T16:56:25.018Zuploading: /work/stamp-crucible-zone.log (120 bytes)
110002026-02-23T16:56:26.113Zuploaded: /work/stamp-crucible-zone.log
110012026-02-23T16:56:26.113Zuploading: /work/stamp-external-dns.log (119 bytes)
110022026-02-23T16:56:27.210Zuploaded: /work/stamp-external-dns.log
110032026-02-23T16:56:27.210Zuploading: /work/stamp-installinator.log (103 bytes)
110042026-02-23T16:56:28.308Zuploaded: /work/stamp-installinator.log
110052026-02-23T16:56:28.308Zuploading: /work/stamp-internal-dns.log (119 bytes)
110062026-02-23T16:56:29.408Zuploaded: /work/stamp-internal-dns.log
110072026-02-23T16:56:29.408Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
110082026-02-23T16:56:30.503Zuploaded: /work/stamp-mg-ddm-gz.log
110092026-02-23T16:56:30.503Zuploading: /work/stamp-nexus.log (112 bytes)
110102026-02-23T16:56:31.599Zuploaded: /work/stamp-nexus.log
110112026-02-23T16:56:31.599Zuploading: /work/stamp-ntp.log (110 bytes)
110122026-02-23T16:56:32.697Zuploaded: /work/stamp-ntp.log
110132026-02-23T16:56:32.697Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110142026-02-23T16:56:33.791Zuploaded: /work/stamp-omicron-sled-agent.log
110152026-02-23T16:56:33.791Zuploading: /work/stamp-overlay.log (114 bytes)
110162026-02-23T16:56:34.886Zuploaded: /work/stamp-overlay.log
110172026-02-23T16:56:34.886Zuploading: /work/stamp-oximeter.log (115 bytes)
110182026-02-23T16:56:35.982Zuploaded: /work/stamp-oximeter.log
110192026-02-23T16:56:35.982Zuploading: /work/stamp-oxlog.log (109 bytes)
110202026-02-23T16:56:37.078Zuploaded: /work/stamp-oxlog.log
110212026-02-23T16:56:37.103Zuploading: /work/stamp-probe.log (112 bytes)
110222026-02-23T16:56:38.174Zuploaded: /work/stamp-probe.log
110232026-02-23T16:56:38.174Zuploading: /work/stamp-propolis-server.log (122 bytes)
110242026-02-23T16:56:39.269Zuploaded: /work/stamp-propolis-server.log
110252026-02-23T16:56:39.269Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110262026-02-23T16:56:40.365Zuploaded: /work/stamp-pumpkind-gz.log
110272026-02-23T16:56:40.365Zuploading: /work/stamp-switch-asic.log (118 bytes)
110282026-02-23T16:56:41.462Zuploaded: /work/stamp-switch-asic.log
110292026-02-23T16:56:41.486Zuploading: /work/verify-libraries.log (11451 bytes)
110302026-02-23T16:56:42.602Zuploaded: /work/verify-libraries.log