01KJDBGRPACA0E4NWP5NV6Q45E: 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: 01KJDBH69ER4MM0N4SKVTF1DQ6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-26T16:12:22.892Zjob assigned to worker 01KJDBH8766GGBHFYQRGQWKRK5 [factory gimlet-EVT22200007-propolis, EVT22200007/59486] (queued for 27 s)
 
22026-02-26T16:12:31.867Zstarting task 0: "setup"
32026-02-26T16:12:31.893Z++ uname -s
42026-02-26T16:12:31.893Z+ kern=SunOS
52026-02-26T16:12:31.893Z+ build_user=build
62026-02-26T16:12:31.893Z+ build_uid=12345
72026-02-26T16:12:31.893Z+ work_dir=/work
82026-02-26T16:12:31.893Z+ input_dir=/input
92026-02-26T16:12:31.893Z+ [[ 0 == 12345 ]]
102026-02-26T16:12:31.893Z+ case "$kern" in
112026-02-26T16:12:31.893Z+ groupadd -g 12345 build
122026-02-26T16:12:31.893Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-26T16:12:33.887Z+ zfs create -o mountpoint=/work rpool/work
142026-02-26T16:12:33.923Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-26T16:12:33.948Z+ home_fs=zfs
162026-02-26T16:12:33.948Z+ [[ zfs == autofs ]]
172026-02-26T16:12:33.948Z+ mkdir -p /home/build
182026-02-26T16:12:33.949Z+ chown build:build /home/build /work
192026-02-26T16:12:35.933Z+ chmod 0700 /home/build /work
202026-02-26T16:12:35.958Zprocess exited: duration 4072 ms, exit code 0
 
212026-02-26T16:12:36.010Zstarting task 1: "rust-toolchain"
222026-02-26T16:12:36.035Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-26T16:12:36.035Z * rust toolchain channel = "1.91.1"
242026-02-26T16:12:36.035Z * rust toolchain profile = "default"
252026-02-26T16:12:36.035Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-26T16:12:36.035Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-26T16:12:36.035Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-26T16:12:36.035Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-26T16:12:36.036Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-26T16:12:36.156Zinfo: downloading installer
312026-02-26T16:12:37.200Zwarn: It looks like you have an existing installation of Rust at:
322026-02-26T16:12:37.200Zwarn: /opt/ooce/bin
332026-02-26T16:12:37.200Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-26T16:12:37.200Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-26T16:12:37.200Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-26T16:12:37.200Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-26T16:12:37.200Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-26T16:12:37.200Zerror: cannot install while Rust is installed
392026-02-26T16:12:37.200Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-26T16:12:37.225Zinfo: profile set to 'default'
412026-02-26T16:12:37.225Zinfo: default host triple is x86_64-unknown-illumos
422026-02-26T16:12:37.225Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-26T16:12:37.338Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-26T16:12:37.338Zinfo: downloading component 'cargo'
452026-02-26T16:12:37.586Zinfo: downloading component 'clippy'
462026-02-26T16:12:37.740Zinfo: downloading component 'rust-docs'
472026-02-26T16:12:38.150Zinfo: downloading component 'rust-std'
482026-02-26T16:12:38.913Zinfo: downloading component 'rustc'
492026-02-26T16:12:40.734Zinfo: downloading component 'rustfmt'
502026-02-26T16:12:40.792Zinfo: installing component 'cargo'
512026-02-26T16:12:42.029Zinfo: installing component 'clippy'
522026-02-26T16:12:42.492Zinfo: installing component 'rust-docs'
532026-02-26T16:12:45.786Zinfo: installing component 'rust-std'
542026-02-26T16:12:47.872Zinfo: installing component 'rustc'
552026-02-26T16:12:56.132Zinfo: installing component 'rustfmt'
562026-02-26T16:12:56.530Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-26T16:12:56.530Z
582026-02-26T16:12:56.706Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-26T16:12:56.706Z
602026-02-26T16:12:56.706Z
612026-02-26T16:12:56.706ZRust is installed now. Great!
622026-02-26T16:12:56.706Z
632026-02-26T16:12:56.706ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-26T16:12:56.731Zenvironment variable. This has not been done automatically.
652026-02-26T16:12:56.731Z
662026-02-26T16:12:56.731ZTo configure your current shell, you need to source
672026-02-26T16:12:56.731Zthe corresponding env file under $HOME/.cargo.
682026-02-26T16:12:56.731Z
692026-02-26T16:12:56.731ZThis is usually done by running one of the following (note the leading DOT):
702026-02-26T16:12:56.731Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-26T16:12:56.731Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-26T16:12:56.731Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-26T16:12:56.817Z+ rustup --version
742026-02-26T16:12:56.842Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-26T16:12:56.842Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-26T16:12:56.963Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-26T16:12:56.987Z+ cargo --version
782026-02-26T16:12:57.091Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-26T16:12:57.116Z+ rustc --version
802026-02-26T16:12:57.222Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-26T16:12:57.246Zprocess exited: duration 21218 ms, exit code 0
 
822026-02-26T16:12:57.295Zstarting task 2: "authentication"
832026-02-26T16:12:57.353Zprocess exited: duration 57 ms, exit code 0
 
842026-02-26T16:12:57.401Zstarting task 3: "clone repository"
852026-02-26T16:12:57.426Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-26T16:12:57.426Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-26T16:12:57.450ZCloning into '/work/oxidecomputer/omicron'...
882026-02-26T16:13:20.391Z+ cd /work/oxidecomputer/omicron
892026-02-26T16:13:20.391Z+ git fetch origin 889deabbf7d820f01adc6593ba2b00d7da64710f
902026-02-26T16:13:21.213ZFrom https://github.com/oxidecomputer/omicron
912026-02-26T16:13:21.213Z * branch 889deabbf7d820f01adc6593ba2b00d7da64710f -> FETCH_HEAD
922026-02-26T16:13:21.237Z+ [[ -n '' ]]
932026-02-26T16:13:21.237Z+ git reset --hard 889deabbf7d820f01adc6593ba2b00d7da64710f
942026-02-26T16:13:21.839ZHEAD is now at 889deabbf EarlyNetworkSetupError: stop duplicate log output on DnsResolver variant
952026-02-26T16:13:21.863Zprocess exited: duration 24440 ms, exit code 0
 
962026-02-26T16:13:21.912Zstarting task 4: "build"
972026-02-26T16:13:21.941Z+ source .github/buildomat/ci-env.sh
982026-02-26T16:13:21.941Z++ export CARGO_TERM_COLOR=always
992026-02-26T16:13:21.941Z++ CARGO_TERM_COLOR=always
1002026-02-26T16:13:21.941Z+ cargo --version
1012026-02-26T16:13:21.997Zcargo 1.91.1 (ea2d97820 2025-10-10)
1022026-02-26T16:13:22.022Z+ rustc --version
1032026-02-26T16:13:22.103Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1042026-02-26T16:13:22.128Z+ cargo tree --locked
1052026-02-26T16:13:22.454Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1062026-02-26T16:13:23.072Z Updating crates.io index
1072026-02-26T16:13:23.116Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1082026-02-26T16:13:23.696Z Updating git repository `https://github.com/oxidecomputer/lldp`
1092026-02-26T16:13:24.505Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1102026-02-26T16:13:26.153Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1112026-02-26T16:13:26.741Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1122026-02-26T16:13:27.443Z Updating git repository `https://github.com/oxidecomputer/propolis`
1132026-02-26T16:13:38.978Z Updating git repository `https://github.com/oxidecomputer/crucible`
1142026-02-26T16:13:42.387Z Updating git repository `https://github.com/oxidecomputer/opte`
1152026-02-26T16:13:43.894Z Updating git repository `https://github.com/oxidecomputer/tofino`
1162026-02-26T16:13:44.572Z Updating git repository `https://github.com/oxidecomputer/falcon`
1172026-02-26T16:13:46.128Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1182026-02-26T16:13:47.274Z Updating git repository `https://github.com/oxidecomputer/clickward`
1192026-02-26T16:13:47.928Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1202026-02-26T16:13:48.812Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212026-02-26T16:13:49.459Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1222026-02-26T16:13:50.837Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1232026-02-26T16:13:51.888Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1242026-02-26T16:13:52.468Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1252026-02-26T16:13:53.142Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1262026-02-26T16:13:53.973Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-02-26T16:13:54.485Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-02-26T16:13:55.027Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-02-26T16:13:55.653Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1302026-02-26T16:13:56.492Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1312026-02-26T16:13:57.263Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1322026-02-26T16:13:58.235Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1332026-02-26T16:13:58.898Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-02-26T16:13:59.629Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-02-26T16:14:00.286Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-02-26T16:14:01.254Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1372026-02-26T16:14:02.062Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382026-02-26T16:14:02.603Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1392026-02-26T16:14:03.338Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-02-26T16:14:03.928Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-02-26T16:14:04.689Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-02-26T16:14:05.233Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-02-26T16:14:05.894Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-02-26T16:14:06.446Z Updating git repository `https://github.com/illumos/smf-rs`
1452026-02-26T16:14:07.131Z Updating git repository `https://github.com/oxidecomputer/omicron`
1462026-02-26T16:14:25.760Z Downloading crates ...
1472026-02-26T16:14:25.873Z Downloaded async-task v4.7.1
1482026-02-26T16:14:25.898Z Downloaded adler2 v2.0.0
1492026-02-26T16:14:25.898Z Downloaded allocator-api2 v0.2.21
1502026-02-26T16:14:25.924Z Downloaded async-process v2.3.0
1512026-02-26T16:14:25.924Z Downloaded defmt-macros v0.3.9
1522026-02-26T16:14:25.924Z Downloaded dsl_auto_type v0.1.2
1532026-02-26T16:14:26.493Z Downloaded cargo-platform v0.2.0
1542026-02-26T16:14:26.493Z Downloaded cbc v0.1.2
1552026-02-26T16:14:26.493Z Downloaded cargo_metadata v0.19.2
1562026-02-26T16:14:26.493Z Downloaded dof v0.3.0
1572026-02-26T16:14:26.493Z Downloaded fatfs v0.3.6
1582026-02-26T16:14:26.493Z Downloaded dropshot_endpoint v0.16.7
1592026-02-26T16:14:26.493Z Downloaded glob v0.3.2
1602026-02-26T16:14:26.493Z Downloaded elliptic-curve v0.13.8
1612026-02-26T16:14:26.493Z Downloaded hostname v0.3.1
1622026-02-26T16:14:26.493Z Downloaded http-range v0.1.5
1632026-02-26T16:14:26.493Z Downloaded icu_provider_macros v1.5.0
1642026-02-26T16:14:26.493Z Downloaded http-body-util v0.1.3
1652026-02-26T16:14:26.493Z Downloaded inout v0.1.3
1662026-02-26T16:14:26.493Z Downloaded internet-checksum v0.2.1
1672026-02-26T16:14:26.493Z Downloaded keccak v0.1.5
1682026-02-26T16:14:26.493Z Downloaded managed v0.8.0
1692026-02-26T16:14:26.493Z Downloaded new_debug_unreachable v1.0.6
1702026-02-26T16:14:26.493Z Downloaded number_prefix v0.4.0
1712026-02-26T16:14:26.493Z Downloaded md5 v0.7.0
1722026-02-26T16:14:26.493Z Downloaded oorandom v11.1.4
1732026-02-26T16:14:26.493Z Downloaded mime v0.3.17
1742026-02-26T16:14:26.493Z Downloaded parking v2.2.1
1752026-02-26T16:14:26.493Z Downloaded opaque-debug v0.3.1
1762026-02-26T16:14:26.493Z Downloaded peg-runtime v0.8.5
1772026-02-26T16:14:26.493Z Downloaded plain v0.2.3
1782026-02-26T16:14:26.493Z Downloaded plotters-svg v0.3.7
1792026-02-26T16:14:26.493Z Downloaded is-terminal v0.4.13
1802026-02-26T16:14:26.493Z Downloaded proc-macro-error-attr2 v2.0.0
1812026-02-26T16:14:26.493Z Downloaded pkg-config v0.3.31
1822026-02-26T16:14:26.493Z Downloaded quick-error v1.2.3
1832026-02-26T16:14:26.493Z Downloaded progenitor-macro v0.10.0
1842026-02-26T16:14:26.493Z Downloaded rand_chacha v0.3.1
1852026-02-26T16:14:26.494Z Downloaded progenitor v0.8.0
1862026-02-26T16:14:26.494Z Downloaded recursive v0.1.1
1872026-02-26T16:14:26.494Z Downloaded rand_xorshift v0.4.0
1882026-02-26T16:14:26.494Z Downloaded ref-cast-impl v1.0.25
1892026-02-26T16:14:26.494Z Downloaded progenitor-extras v0.1.0
1902026-02-26T16:14:26.494Z Downloaded rfc6979 v0.4.0
1912026-02-26T16:14:26.494Z Downloaded rand_seeder v0.4.0
1922026-02-26T16:14:26.494Z Downloaded serde-big-array v0.5.1
1932026-02-26T16:14:26.494Z Downloaded serde-value v0.7.0
1942026-02-26T16:14:26.494Z Downloaded serde_spanned v1.0.4
1952026-02-26T16:14:26.494Z Downloaded simd-adler32 v0.3.7
1962026-02-26T16:14:26.494Z Downloaded sigpipe v0.1.3
1972026-02-26T16:14:26.494Z Downloaded siphasher v0.3.11
1982026-02-26T16:14:26.494Z Downloaded slab v0.4.9
1992026-02-26T16:14:26.494Z Downloaded slog-envlogger v2.2.0
2002026-02-26T16:14:26.494Z Downloaded sqlparser_derive v0.5.0
2012026-02-26T16:14:26.494Z Downloaded stable_deref_trait v1.2.0
2022026-02-26T16:14:26.494Z Downloaded structmeta v0.3.0
2032026-02-26T16:14:26.494Z Downloaded strum v0.27.2
2042026-02-26T16:14:26.494Z Downloaded swrite v0.1.0
2052026-02-26T16:14:26.494Z Downloaded tagptr v0.2.0
2062026-02-26T16:14:26.494Z Downloaded target-triple v0.1.3
2072026-02-26T16:14:26.494Z Downloaded termtree v0.5.1
2082026-02-26T16:14:26.494Z Downloaded thread-id v5.0.0
2092026-02-26T16:14:26.494Z Downloaded thread_local v1.1.8
2102026-02-26T16:14:26.494Z Downloaded tinyvec_macros v0.1.1
2112026-02-26T16:14:26.494Z Downloaded thiserror-impl v1.0.69
2122026-02-26T16:14:26.494Z Downloaded progenitor-impl v0.13.0
2132026-02-26T16:14:26.494Z Downloaded toml_datetime v0.6.11
2142026-02-26T16:14:26.494Z Downloaded tower-service v0.3.3
2152026-02-26T16:14:26.494Z Downloaded typify-macro v0.6.1
2162026-02-26T16:14:26.494Z Downloaded try-lock v0.2.5
2172026-02-26T16:14:26.494Z Downloaded termcolor v1.4.1
2182026-02-26T16:14:26.494Z Downloaded typeid v1.0.3
2192026-02-26T16:14:26.494Z Downloaded unit-prefix v0.5.1
2202026-02-26T16:14:26.494Z Downloaded typify-macro v0.4.3
2212026-02-26T16:14:26.494Z Downloaded universal-hash v0.5.1
2222026-02-26T16:14:26.494Z Downloaded usdt v0.5.0
2232026-02-26T16:14:26.495Z Downloaded utf8parse v0.2.2
2242026-02-26T16:14:26.495Z Downloaded utf-8 v0.7.6
2252026-02-26T16:14:26.495Z Downloaded usdt-macro v0.6.0
2262026-02-26T16:14:26.495Z Downloaded usdt-macro v0.5.0
2272026-02-26T16:14:26.495Z Downloaded utf16_iter v1.0.5
2282026-02-26T16:14:26.495Z Downloaded usdt v0.6.0
2292026-02-26T16:14:26.495Z Downloaded utf8_iter v1.0.4
2302026-02-26T16:14:26.495Z Downloaded vergen-git2 v1.0.7
2312026-02-26T16:14:26.495Z Downloaded vte_generate_state_changes v0.1.2
2322026-02-26T16:14:26.495Z Downloaded yoke-derive v0.7.4
2332026-02-26T16:14:26.495Z Downloaded want v0.3.1
2342026-02-26T16:14:26.495Z Downloaded zeroize_derive v1.4.2
2352026-02-26T16:14:26.495Z Downloaded waitgroup v0.1.2
2362026-02-26T16:14:26.495Z Downloaded xshell-macros v0.2.7
2372026-02-26T16:14:26.495Z Downloaded zone v0.1.8
2382026-02-26T16:14:26.495Z Downloaded usdt-impl v0.6.0
2392026-02-26T16:14:26.495Z Downloaded zone_cfg_derive v0.1.2
2402026-02-26T16:14:26.495Z Downloaded tokio-stream v0.1.17
2412026-02-26T16:14:26.495Z Downloaded zone_cfg_derive v0.3.0
2422026-02-26T16:14:26.495Z Downloaded zstd v0.13.3
2432026-02-26T16:14:26.495Z Downloaded zstd-safe v7.2.3
2442026-02-26T16:14:26.495Z Downloaded nix v0.28.0
2452026-02-26T16:14:26.495Z Downloaded zeroize v1.8.1
2462026-02-26T16:14:26.495Z Downloaded zopfli v0.8.1
2472026-02-26T16:14:26.495Z Downloaded typed-path v0.9.3
2482026-02-26T16:14:26.495Z Downloaded zerovec-derive v0.10.3
2492026-02-26T16:14:26.495Z Downloaded unsafe-libyaml v0.2.11
2502026-02-26T16:14:26.495Z Downloaded zerocopy v0.6.6
2512026-02-26T16:14:26.520Z Downloaded zerovec v0.10.4
2522026-02-26T16:14:26.520Z Downloaded ssh-key v0.6.6
2532026-02-26T16:14:26.520Z Downloaded zlib-rs v0.5.1
2542026-02-26T16:14:26.520Z Downloaded syn v2.0.117
2552026-02-26T16:14:26.520Z Downloaded x509-cert v0.2.5
2562026-02-26T16:14:26.520Z Downloaded zip v4.2.0
2572026-02-26T16:14:26.520Z Downloaded zerocopy v0.8.27
2582026-02-26T16:14:26.520Z Downloaded zerocopy v0.7.35
2592026-02-26T16:14:26.520Z Downloaded tabled v0.15.0
2602026-02-26T16:14:26.545Z Downloaded sqlparser v0.61.0
2612026-02-26T16:14:26.545Z Downloaded tabled v0.20.0
2622026-02-26T16:14:26.570Z Downloaded time v0.3.47
2632026-02-26T16:14:26.595Z Downloaded regex-syntax v0.6.29
2642026-02-26T16:14:26.595Z Downloaded object v0.37.3
2652026-02-26T16:14:26.621Z Downloaded webpki-roots v1.0.1
2662026-02-26T16:14:26.621Z Downloaded rustix v0.38.37
2672026-02-26T16:14:26.646Z Downloaded typify-impl v0.6.1
2682026-02-26T16:14:26.670Z Downloaded typify-impl v0.2.0
2692026-02-26T16:14:26.670Z Downloaded libc v0.2.180
2702026-02-26T16:14:26.708Z Downloaded regex-syntax v0.8.5
2712026-02-26T16:14:26.733Z Downloaded regress v0.10.5
2722026-02-26T16:14:26.758Z Downloaded rustix v1.1.3
2732026-02-26T16:14:26.783Z Downloaded unicode-width v0.2.0
2742026-02-26T16:14:26.783Z Downloaded unicode-width v0.1.14
2752026-02-26T16:14:26.809Z Downloaded sled v0.34.7
2762026-02-26T16:14:26.809Z Downloaded rustls v0.21.12
2772026-02-26T16:14:26.842Z Downloaded typify-impl v0.4.3
2782026-02-26T16:14:26.869Z Downloaded ratatui v0.29.0
2792026-02-26T16:14:26.893Z Downloaded tabled v0.18.0
2802026-02-26T16:14:26.893Z Downloaded regex-automata v0.4.14
2812026-02-26T16:14:26.918Z Downloaded zerocopy-derive v0.6.6
2822026-02-26T16:14:26.918Z Downloaded sha3 v0.10.8
2832026-02-26T16:14:26.943Z Downloaded jiff v0.2.15
2842026-02-26T16:14:26.970Z Downloaded quinn-proto v0.11.13
2852026-02-26T16:14:26.970Z Downloaded petgraph v0.6.5
2862026-02-26T16:14:26.995Z Downloaded lzma-sys v0.1.20
2872026-02-26T16:14:27.021Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
2882026-02-26T16:14:27.048Z Downloaded petgraph v0.8.2
2892026-02-26T16:14:27.076Z Downloaded libz-sys v1.1.20
2902026-02-26T16:14:27.107Z Downloaded csv v1.3.1
2912026-02-26T16:14:27.143Z Downloaded chrono-tz v0.10.4
2922026-02-26T16:14:27.144Z Downloaded encoding_rs v0.8.34
2932026-02-26T16:14:27.181Z Downloaded winnow v0.5.40
2942026-02-26T16:14:27.181Z Downloaded serde_with v3.16.1
2952026-02-26T16:14:27.181Z Downloaded diesel v2.2.12
2962026-02-26T16:14:27.209Z Downloaded tokio-util v0.7.15
2972026-02-26T16:14:27.209Z Downloaded rustls-webpki v0.102.8
2982026-02-26T16:14:27.236Z Downloaded tokio v1.49.0
2992026-02-26T16:14:27.271Z Downloaded salty v0.3.0
3002026-02-26T16:14:27.306Z Downloaded rayon v1.10.0
3012026-02-26T16:14:27.306Z Downloaded petname v2.0.2
3022026-02-26T16:14:27.306Z Downloaded httpmock v0.8.0-alpha.1
3032026-02-26T16:14:27.342Z Downloaded vcpkg v0.2.15
3042026-02-26T16:14:27.376Z Downloaded smoltcp v0.11.0
3052026-02-26T16:14:27.402Z Downloaded serde_json v1.0.149
3062026-02-26T16:14:27.402Z Downloaded rustls-webpki v0.101.7
3072026-02-26T16:14:27.428Z Downloaded rustls v0.23.37
3082026-02-26T16:14:27.428Z Downloaded quick-xml v0.37.2
3092026-02-26T16:14:27.428Z Downloaded moka v0.12.10
3102026-02-26T16:14:27.455Z Downloaded reqwest v0.12.28
3112026-02-26T16:14:27.455Z Downloaded zip v0.6.6
3122026-02-26T16:14:27.455Z Downloaded winnow v0.7.14
3132026-02-26T16:14:27.488Z Downloaded winnow v0.6.26
3142026-02-26T16:14:27.488Z Downloaded tokio-postgres v0.7.13
3152026-02-26T16:14:27.488Z Downloaded lalrpop v0.19.12
3162026-02-26T16:14:27.518Z Downloaded curve25519-dalek v4.1.3
3172026-02-26T16:14:27.518Z Downloaded smoltcp v0.9.1
3182026-02-26T16:14:27.518Z Downloaded rustls v0.22.4
3192026-02-26T16:14:27.549Z Downloaded icu_properties_data v1.5.0
3202026-02-26T16:14:27.549Z Downloaded uuid v1.19.0
3212026-02-26T16:14:27.549Z Downloaded syn v1.0.109
3222026-02-26T16:14:27.581Z Downloaded openapiv3 v2.2.0
3232026-02-26T16:14:27.582Z Downloaded unicode-bidi v0.3.17
3242026-02-26T16:14:27.582Z Downloaded tracing-core v0.1.32
3252026-02-26T16:14:27.582Z Downloaded tracing v0.1.40
3262026-02-26T16:14:27.582Z Downloaded zerocopy-derive v0.8.27
3272026-02-26T16:14:27.642Z Downloaded zerocopy-derive v0.7.35
3282026-02-26T16:14:27.642Z Downloaded libgit2-sys v0.18.2+1.9.1
3292026-02-26T16:14:27.682Z Downloaded unicode-segmentation v1.12.0
3302026-02-26T16:14:27.682Z Downloaded unicode-normalization v0.1.24
3312026-02-26T16:14:27.682Z Downloaded ring v0.17.14
3322026-02-26T16:14:27.720Z Downloaded p384 v0.13.1
3332026-02-26T16:14:27.757Z Downloaded tower-http v0.6.8
3342026-02-26T16:14:27.757Z Downloaded tough v0.20.0
3352026-02-26T16:14:27.757Z Downloaded radix_trie v0.2.1
3362026-02-26T16:14:27.796Z Downloaded object v0.36.5
3372026-02-26T16:14:27.797Z Downloaded yansi v1.0.1
3382026-02-26T16:14:27.797Z Downloaded toml v0.7.8
3392026-02-26T16:14:27.797Z Downloaded steno v0.4.1
3402026-02-26T16:14:27.797Z Downloaded russh v0.45.0
3412026-02-26T16:14:27.797Z Downloaded polar-core v0.27.3
3422026-02-26T16:14:27.797Z Downloaded nix v0.30.1
3432026-02-26T16:14:27.828Z Downloaded xshell v0.2.7
3442026-02-26T16:14:27.828Z Downloaded whoami v1.5.2
3452026-02-26T16:14:27.828Z Downloaded url v2.5.4
3462026-02-26T16:14:27.829Z Downloaded unicode_categories v0.1.1
3472026-02-26T16:14:27.829Z Downloaded tower v0.5.2
3482026-02-26T16:14:27.829Z Downloaded toml v0.8.23
3492026-02-26T16:14:27.829Z Downloaded tokio-tungstenite v0.21.0
3502026-02-26T16:14:27.858Z Downloaded tokio-rustls v0.24.1
3512026-02-26T16:14:27.859Z Downloaded tls_codec_derive v0.4.1
3522026-02-26T16:14:27.859Z Downloaded yasna v0.5.2
3532026-02-26T16:14:27.859Z Downloaded walkdir v2.5.0
3542026-02-26T16:14:27.859Z Downloaded value-bag v1.12.0
3552026-02-26T16:14:27.859Z Downloaded hickory-proto v0.25.2
3562026-02-26T16:14:27.888Z Downloaded openssl v0.10.73
3572026-02-26T16:14:27.888Z Downloaded nix v0.29.0
3582026-02-26T16:14:27.888Z Downloaded zone v0.3.1
3592026-02-26T16:14:27.888Z Downloaded zmij v1.0.15
3602026-02-26T16:14:27.889Z Downloaded vte v0.11.1
3612026-02-26T16:14:27.915Z Downloaded version_check v0.9.5
3622026-02-26T16:14:27.916Z Downloaded vergen v9.0.6
3632026-02-26T16:14:27.916Z Downloaded usdt-impl v0.5.0
3642026-02-26T16:14:27.916Z Downloaded unicase v2.8.1
3652026-02-26T16:14:27.916Z Downloaded tracing-attributes v0.1.27
3662026-02-26T16:14:27.916Z Downloaded plotters v0.3.7
3672026-02-26T16:14:27.916Z Downloaded textwrap v0.15.2
3682026-02-26T16:14:27.916Z Downloaded rand v0.9.2
3692026-02-26T16:14:27.916Z Downloaded yoke v0.7.4
3702026-02-26T16:14:27.950Z Downloaded xz2 v0.1.7
3712026-02-26T16:14:27.950Z Downloaded wyz v0.5.1
3722026-02-26T16:14:27.950Z Downloaded writeable v0.5.5
3732026-02-26T16:14:27.951Z Downloaded vsss-rs v3.3.4
3742026-02-26T16:14:27.951Z Downloaded tokio-tungstenite v0.23.1
3752026-02-26T16:14:27.951Z Downloaded toml_edit v0.19.15
3762026-02-26T16:14:27.951Z Downloaded proptest v1.7.0
3772026-02-26T16:14:27.999Z Downloaded unicode-ident v1.0.24
3782026-02-26T16:14:27.999Z Downloaded typify v0.6.1
3792026-02-26T16:14:27.999Z Downloaded typify v0.4.3
3802026-02-26T16:14:28.000Z Downloaded xattr v1.3.1
3812026-02-26T16:14:28.000Z Downloaded tokio-native-tls v0.3.1
3822026-02-26T16:14:28.000Z Downloaded tungstenite v0.21.0
3832026-02-26T16:14:28.027Z Downloaded zerofrom-derive v0.1.4
3842026-02-26T16:14:28.028Z Downloaded zerofrom v0.1.4
3852026-02-26T16:14:28.028Z Downloaded vergen-lib v0.1.6
3862026-02-26T16:14:28.028Z Downloaded vergen-gitcl v1.0.8
3872026-02-26T16:14:28.028Z Downloaded uzers v0.12.1
3882026-02-26T16:14:28.028Z Downloaded samael v0.0.19
3892026-02-26T16:14:28.028Z Downloaded unicode-properties v0.1.3
3902026-02-26T16:14:28.028Z Downloaded typenum v1.17.0
3912026-02-26T16:14:28.028Z Downloaded tungstenite v0.23.0
3922026-02-26T16:14:28.028Z Downloaded toml_edit v0.22.27
3932026-02-26T16:14:28.028Z Downloaded thiserror-impl v2.0.18
3942026-02-26T16:14:28.028Z Downloaded write16 v1.0.0
3952026-02-26T16:14:28.028Z Downloaded wait-timeout v0.2.0
3962026-02-26T16:14:28.028Z Downloaded nix v0.27.1
3972026-02-26T16:14:28.028Z Downloaded itertools v0.14.0
3982026-02-26T16:14:28.056Z Downloaded void v1.0.2
3992026-02-26T16:14:28.056Z Downloaded ucd-trie v0.1.7
4002026-02-26T16:14:28.056Z Downloaded rustls-webpki v0.103.9
4012026-02-26T16:14:28.056Z Downloaded hickory-proto v0.24.4
4022026-02-26T16:14:28.081Z Downloaded trybuild v1.0.106
4032026-02-26T16:14:28.081Z Downloaded toml v0.9.11+spec-1.1.0
4042026-02-26T16:14:28.081Z Downloaded twox-hash v2.1.0
4052026-02-26T16:14:28.081Z Downloaded tokio-macros v2.6.0
4062026-02-26T16:14:28.082Z Downloaded tokio-dtrace v0.1.0
4072026-02-26T16:14:28.082Z Downloaded rstest_macros v0.25.0
4082026-02-26T16:14:28.082Z Downloaded term v1.1.0
4092026-02-26T16:14:28.082Z Downloaded rand v0.8.5
4102026-02-26T16:14:28.108Z Downloaded p521 v0.13.3
4112026-02-26T16:14:28.108Z Downloaded object v0.30.4
4122026-02-26T16:14:28.108Z Downloaded usdt-attr-macro v0.5.0
4132026-02-26T16:14:28.108Z Downloaded typify-macro v0.2.0
4142026-02-26T16:14:28.108Z Downloaded typify v0.2.0
4152026-02-26T16:14:28.108Z Downloaded time-macros v0.2.27
4162026-02-26T16:14:28.109Z Downloaded usdt-attr-macro v0.6.0
4172026-02-26T16:14:28.134Z Downloaded untrusted v0.7.1
4182026-02-26T16:14:28.134Z Downloaded unicode-xid v0.2.6
4192026-02-26T16:14:28.135Z Downloaded tar v0.4.44
4202026-02-26T16:14:28.135Z Downloaded untrusted v0.9.0
4212026-02-26T16:14:28.135Z Downloaded tokio-rustls v0.26.0
4222026-02-26T16:14:28.135Z Downloaded thiserror-no-std v2.0.2
4232026-02-26T16:14:28.135Z Downloaded similar v2.7.0
4242026-02-26T16:14:28.135Z Downloaded unicode-truncate v1.1.0
4252026-02-26T16:14:28.135Z Downloaded unicode-linebreak v0.1.5
4262026-02-26T16:14:28.135Z Downloaded tui-tree-widget v0.23.1
4272026-02-26T16:14:28.135Z Downloaded toml_parser v1.0.6+spec-1.1.0
4282026-02-26T16:14:28.160Z Downloaded portable-atomic v1.11.0
4292026-02-26T16:14:28.161Z Downloaded unarray v0.1.4
4302026-02-26T16:14:28.161Z Downloaded trait-variant v0.1.2
4312026-02-26T16:14:28.161Z Downloaded toml_writer v1.0.6+spec-1.1.0
4322026-02-26T16:14:28.161Z Downloaded toml_write v0.1.2
4332026-02-26T16:14:28.161Z Downloaded tinyvec v1.8.0
4342026-02-26T16:14:28.161Z Downloaded textwrap v0.16.2
4352026-02-26T16:14:28.161Z Downloaded rustls-platform-verifier v0.6.2
4362026-02-26T16:14:28.161Z Downloaded serde_derive v1.0.228
4372026-02-26T16:14:28.187Z Downloaded reedline v0.40.0
4382026-02-26T16:14:28.188Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4392026-02-26T16:14:28.188Z Downloaded test-strategy v0.4.3
4402026-02-26T16:14:28.188Z Downloaded static_assertions v1.1.0
4412026-02-26T16:14:28.188Z Downloaded reqwest v0.13.2
4422026-02-26T16:14:28.188Z Downloaded regex v1.12.3
4432026-02-26T16:14:28.214Z Downloaded quinn v0.11.9
4442026-02-26T16:14:28.214Z Downloaded tokio-rustls v0.25.0
4452026-02-26T16:14:28.214Z Downloaded tls_codec v0.4.1
4462026-02-26T16:14:28.214Z Downloaded tiny-keccak v2.0.2
4472026-02-26T16:14:28.214Z Downloaded time-core v0.1.8
4482026-02-26T16:14:28.214Z Downloaded thiserror-impl-no-std v2.0.2
4492026-02-26T16:14:28.214Z Downloaded synstructure v0.13.1
4502026-02-26T16:14:28.214Z Downloaded rpassword v7.4.0
4512026-02-26T16:14:28.214Z Downloaded qorb v0.4.1
4522026-02-26T16:14:28.240Z Downloaded tower-layer v0.3.3
4532026-02-26T16:14:28.240Z Downloaded topological-sort v0.2.2
4542026-02-26T16:14:28.240Z Downloaded tinytemplate v1.2.1
4552026-02-26T16:14:28.240Z Downloaded tinystr v0.7.6
4562026-02-26T16:14:28.240Z Downloaded thread-id v4.2.2
4572026-02-26T16:14:28.240Z Downloaded smallvec v1.15.1
4582026-02-26T16:14:28.240Z Downloaded schemars v0.8.22
4592026-02-26T16:14:28.240Z Downloaded rayon-core v1.12.1
4602026-02-26T16:14:28.265Z Downloaded iri-string v0.7.8
4612026-02-26T16:14:28.265Z Downloaded h2 v0.4.6
4622026-02-26T16:14:28.265Z Downloaded termios v0.3.3
4632026-02-26T16:14:28.266Z Downloaded term v0.7.0
4642026-02-26T16:14:28.266Z Downloaded tempfile v3.24.0
4652026-02-26T16:14:28.291Z Downloaded target-spec v3.5.0
4662026-02-26T16:14:28.291Z Downloaded supports-hyperlinks v2.1.0
4672026-02-26T16:14:28.291Z Downloaded subprocess v0.2.9
4682026-02-26T16:14:28.291Z Downloaded snafu v0.8.5
4692026-02-26T16:14:28.292Z Downloaded thiserror v2.0.18
4702026-02-26T16:14:28.292Z Downloaded thiserror v1.0.69
4712026-02-26T16:14:28.317Z Downloaded socket2 v0.6.1
4722026-02-26T16:14:28.317Z Downloaded socket2 v0.5.10
4732026-02-26T16:14:28.317Z Downloaded signal-hook v0.3.18
4742026-02-26T16:14:28.318Z Downloaded testing_table v0.3.0
4752026-02-26T16:14:28.318Z Downloaded stacker v0.1.23
4762026-02-26T16:14:28.318Z Downloaded spin v0.9.8
4772026-02-26T16:14:28.318Z Downloaded slog v2.8.2
4782026-02-26T16:14:28.318Z Downloaded rustyline v14.0.0
4792026-02-26T16:14:28.318Z Downloaded serde v1.0.228
4802026-02-26T16:14:28.343Z Downloaded tap v1.0.1
4812026-02-26T16:14:28.343Z Downloaded support-bundle-viewer v0.1.2
4822026-02-26T16:14:28.343Z Downloaded num-bigint-dig v0.8.6
4832026-02-26T16:14:28.343Z Downloaded hkdf v0.12.4
4842026-02-26T16:14:28.344Z Downloaded terminal_size v0.4.0
4852026-02-26T16:14:28.344Z Downloaded terminal_size v0.1.17
4862026-02-26T16:14:28.344Z Downloaded target-lexicon v0.13.2
4872026-02-26T16:14:28.344Z Downloaded take_mut v0.2.2
4882026-02-26T16:14:28.344Z Downloaded strum_macros v0.27.2
4892026-02-26T16:14:28.344Z Downloaded strum_macros v0.26.4
4902026-02-26T16:14:28.371Z Downloaded smallvec v0.6.14
4912026-02-26T16:14:28.371Z Downloaded slog-term v2.9.2
4922026-02-26T16:14:28.371Z Downloaded sync_wrapper v1.0.1
4932026-02-26T16:14:28.371Z Downloaded stringmetrics v2.2.2
4942026-02-26T16:14:28.371Z Downloaded rsa v0.9.8
4952026-02-26T16:14:28.371Z Downloaded rcgen v0.12.1
4962026-02-26T16:14:28.371Z Downloaded publicsuffix v2.3.0
4972026-02-26T16:14:28.372Z Downloaded progenitor-impl v0.11.2
4982026-02-26T16:14:28.372Z Downloaded pest v2.8.2
4992026-02-26T16:14:28.398Z Downloaded tabwriter v1.4.0
5002026-02-26T16:14:28.398Z Downloaded tabled_derive v0.11.0
5012026-02-26T16:14:28.398Z Downloaded tabled_derive v0.10.0
5022026-02-26T16:14:28.398Z Downloaded tabled_derive v0.7.0
5032026-02-26T16:14:28.398Z Downloaded sync-ptr v0.1.4
5042026-02-26T16:14:28.399Z Downloaded strum_macros v0.24.3
5052026-02-26T16:14:28.399Z Downloaded structmeta-derive v0.3.0
5062026-02-26T16:14:28.399Z Downloaded stringprep v0.1.5
5072026-02-26T16:14:28.399Z Downloaded string_cache v0.8.9
5082026-02-26T16:14:28.399Z Downloaded spki v0.7.3
5092026-02-26T16:14:28.399Z Downloaded serde_yaml v0.9.34+deprecated
5102026-02-26T16:14:28.399Z Downloaded schemars v1.0.4
5112026-02-26T16:14:28.425Z Downloaded oso v0.27.3
5122026-02-26T16:14:28.425Z Downloaded supports-unicode v2.1.0
5132026-02-26T16:14:28.425Z Downloaded supports-color v3.0.2
5142026-02-26T16:14:28.425Z Downloaded supports-color v2.1.0
5152026-02-26T16:14:28.425Z Downloaded subtle v2.6.1
5162026-02-26T16:14:28.425Z Downloaded strum v0.26.3
5172026-02-26T16:14:28.425Z Downloaded sqlformat v0.3.5
5182026-02-26T16:14:28.425Z Downloaded snafu-derive v0.8.5
5192026-02-26T16:14:28.425Z Downloaded shlex v1.3.0
5202026-02-26T16:14:28.425Z Downloaded serde_tokenstream v0.2.3
5212026-02-26T16:14:28.453Z Downloaded russh-keys v0.45.0
5222026-02-26T16:14:28.453Z Downloaded strsim v0.11.1
5232026-02-26T16:14:28.453Z Downloaded smf v0.2.3
5242026-02-26T16:14:28.453Z Downloaded slog-scope v4.4.0
5252026-02-26T16:14:28.453Z Downloaded slog-json v2.6.1
5262026-02-26T16:14:28.453Z Downloaded serde_core v1.0.228
5272026-02-26T16:14:28.453Z Downloaded mio v1.0.2
5282026-02-26T16:14:28.453Z Downloaded strip-ansi-escapes v0.2.0
5292026-02-26T16:14:28.453Z Downloaded ssh-cipher v0.2.0
5302026-02-26T16:14:28.454Z Downloaded serde_path_to_error v0.1.20
5312026-02-26T16:14:28.454Z Downloaded serde_derive_internals v0.29.1
5322026-02-26T16:14:28.480Z Downloaded serde-hex v0.1.0
5332026-02-26T16:14:28.480Z Downloaded prettyplease v0.2.36
5342026-02-26T16:14:28.481Z Downloaded pretty_assertions v1.4.1
5352026-02-26T16:14:28.481Z Downloaded ssh-encoding v0.2.0
5362026-02-26T16:14:28.481Z Downloaded slog-stdlog v4.1.1
5372026-02-26T16:14:28.481Z Downloaded slog-dtrace v0.3.0
5382026-02-26T16:14:28.481Z Downloaded slog-async v2.8.0
5392026-02-26T16:14:28.481Z Downloaded serde_with_macros v3.16.1
5402026-02-26T16:14:28.481Z Downloaded sec1 v0.7.3
5412026-02-26T16:14:28.481Z Downloaded sct v0.7.1
5422026-02-26T16:14:28.481Z Downloaded scroll_derive v0.13.1
5432026-02-26T16:14:28.481Z Downloaded schemars v0.9.0
5442026-02-26T16:14:28.508Z Downloaded rustc-demangle v0.1.24
5452026-02-26T16:14:28.508Z Downloaded prefix-trie v0.7.0
5462026-02-26T16:14:28.508Z Downloaded gimli v0.31.1
5472026-02-26T16:14:28.535Z Downloaded smawk v0.3.2
5482026-02-26T16:14:28.535Z Downloaded serde_cbor v0.11.2
5492026-02-26T16:14:28.535Z Downloaded sapling-renderdag v0.1.0
5502026-02-26T16:14:28.536Z Downloaded chrono v0.4.43
5512026-02-26T16:14:28.536Z Downloaded slog-bunyan v2.5.0
5522026-02-26T16:14:28.536Z Downloaded signal-hook-registry v1.4.2
5532026-02-26T16:14:28.536Z Downloaded ron v0.8.1
5542026-02-26T16:14:28.562Z Downloaded progenitor-impl v0.10.0
5552026-02-26T16:14:28.562Z Downloaded pest_meta v2.8.2
5562026-02-26T16:14:28.562Z Downloaded num-bigint v0.4.6
5572026-02-26T16:14:28.562Z Downloaded idna v1.0.3
5582026-02-26T16:14:28.562Z Downloaded siphasher v1.0.1
5592026-02-26T16:14:28.562Z Downloaded sha2 v0.10.9
5602026-02-26T16:14:28.562Z Downloaded serde_plain v1.0.2
5612026-02-26T16:14:28.562Z Downloaded rustls-native-certs v0.8.1
5622026-02-26T16:14:28.563Z Downloaded rust-argon2 v2.1.0
5632026-02-26T16:14:28.650Z Downloaded rand_distr v0.5.1
5642026-02-26T16:14:28.650Z Downloaded similar-asserts v1.7.0
5652026-02-26T16:14:28.650Z Downloaded signal-hook-tokio v0.3.1
5662026-02-26T16:14:28.650Z Downloaded serde_urlencoded v0.7.1
5672026-02-26T16:14:28.650Z Downloaded serde_repr v0.1.19
5682026-02-26T16:14:28.650Z Downloaded rstest v0.25.0
5692026-02-26T16:14:28.650Z Downloaded ron v0.7.1
5702026-02-26T16:14:28.650Z Downloaded iddqd v0.3.16
5712026-02-26T16:14:28.678Z Downloaded goblin v0.10.2
5722026-02-26T16:14:28.702Z Downloaded signature v2.2.0
5732026-02-26T16:14:28.727Z Downloaded signal-hook-mio v0.2.4
5742026-02-26T16:14:28.727Z Downloaded sha1 v0.10.6
5752026-02-26T16:14:28.727Z Downloaded serde-untagged v0.1.7
5762026-02-26T16:14:28.727Z Downloaded resolv-conf v0.7.0
5772026-02-26T16:14:28.727Z Downloaded shell-words v1.1.0
5782026-02-26T16:14:28.727Z Downloaded semver v1.0.27
5792026-02-26T16:14:28.727Z Downloaded scrypt v0.11.0
5802026-02-26T16:14:28.727Z Downloaded scheduled-thread-pool v0.2.7
5812026-02-26T16:14:28.727Z Downloaded same-file v1.0.6
5822026-02-26T16:14:28.727Z Downloaded ryu v1.0.18
5832026-02-26T16:14:28.759Z Downloaded rustls-pki-types v1.14.0
5842026-02-26T16:14:28.759Z Downloaded rustc_version v0.1.7
5852026-02-26T16:14:28.759Z Downloaded relative-path v1.9.3
5862026-02-26T16:14:28.759Z Downloaded serde_spanned v0.6.9
5872026-02-26T16:14:28.759Z Downloaded serde_regex v1.1.0
5882026-02-26T16:14:28.759Z Downloaded serde_bytes v0.11.19
5892026-02-26T16:14:28.760Z Downloaded scroll v0.13.0
5902026-02-26T16:14:28.760Z Downloaded scroll v0.12.0
5912026-02-26T16:14:28.760Z Downloaded scopeguard v1.2.0
5922026-02-26T16:14:28.760Z Downloaded schemars_derive v0.8.22
5932026-02-26T16:14:28.785Z Downloaded salsa20 v0.10.2
5942026-02-26T16:14:28.785Z Downloaded indexmap v2.13.0
5952026-02-26T16:14:28.785Z Downloaded git2 v0.20.2
5962026-02-26T16:14:28.785Z Downloaded rusty-fork v0.3.0
5972026-02-26T16:14:28.785Z Downloaded rustversion v1.0.22
5982026-02-26T16:14:28.785Z Downloaded russh-cryptovec v0.7.3
5992026-02-26T16:14:28.785Z Downloaded rand_core v0.9.3
6002026-02-26T16:14:28.785Z Downloaded proc-macro2 v1.0.106
6012026-02-26T16:14:28.811Z Downloaded omicron-zone-package v0.12.2
6022026-02-26T16:14:28.811Z Downloaded seq-macro v0.3.6
6032026-02-26T16:14:28.811Z Downloaded semver v0.1.20
6042026-02-26T16:14:28.811Z Downloaded secrecy v0.10.3
6052026-02-26T16:14:28.811Z Downloaded secrecy v0.8.0
6062026-02-26T16:14:28.811Z Downloaded scroll_derive v0.12.0
6072026-02-26T16:14:28.811Z Downloaded rustls-pemfile v2.2.0
6082026-02-26T16:14:28.811Z Downloaded rustls-pemfile v1.0.4
6092026-02-26T16:14:28.836Z Downloaded rustc_version v0.4.1
6102026-02-26T16:14:28.836Z Downloaded rustc-hash v2.1.1
6112026-02-26T16:14:28.836Z Downloaded rtoolbox v0.0.2
6122026-02-26T16:14:28.836Z Downloaded progenitor v0.11.2
6132026-02-26T16:14:28.862Z Downloaded pkcs5 v0.7.1
6142026-02-26T16:14:28.862Z Downloaded minimal-lexical v0.2.1
6152026-02-26T16:14:28.862Z Downloaded itertools v0.13.0
6162026-02-26T16:14:28.888Z Downloaded progenitor-impl v0.8.0
6172026-02-26T16:14:28.888Z Downloaded polling v3.7.3
6182026-02-26T16:14:28.888Z Downloaded pin-project v1.1.6
6192026-02-26T16:14:28.915Z Downloaded rand_core v0.6.4
6202026-02-26T16:14:28.915Z Downloaded rand_chacha v0.9.0
6212026-02-26T16:14:28.915Z Downloaded r2d2 v0.8.10
6222026-02-26T16:14:28.915Z Downloaded quote v1.0.44
6232026-02-26T16:14:28.915Z Downloaded quinn-udp v0.5.5
6242026-02-26T16:14:28.915Z Downloaded psm v0.1.30
6252026-02-26T16:14:28.940Z Downloaded proc-macro-error v1.0.4
6262026-02-26T16:14:28.941Z Downloaded postgres-types v0.2.9
6272026-02-26T16:14:28.941Z Downloaded polyval v0.6.2
6282026-02-26T16:14:28.941Z Downloaded papergrid v0.11.0
6292026-02-26T16:14:28.941Z Downloaded openssl-sys v0.9.109
6302026-02-26T16:14:28.967Z Downloaded progenitor-client v0.13.0
6312026-02-26T16:14:28.967Z Downloaded ppv-lite86 v0.2.20
6322026-02-26T16:14:28.967Z Downloaded pin-project-lite v0.2.14
6332026-02-26T16:14:28.967Z Downloaded papergrid v0.14.0
6342026-02-26T16:14:28.997Z Downloaded ref-cast v1.0.25
6352026-02-26T16:14:28.997Z Downloaded recursive-proc-macro-impl v0.1.1
6362026-02-26T16:14:28.997Z Downloaded predicates v3.1.3
6372026-02-26T16:14:28.998Z Downloaded postcard v1.0.10
6382026-02-26T16:14:28.998Z Downloaded pkcs1 v0.7.5
6392026-02-26T16:14:28.998Z Downloaded pest_derive v2.8.2
6402026-02-26T16:14:29.023Z Downloaded libxml v0.3.3
6412026-02-26T16:14:29.024Z Downloaded radium v0.7.0
6422026-02-26T16:14:29.024Z Downloaded progenitor-macro v0.13.0
6432026-02-26T16:14:29.024Z Downloaded progenitor-macro v0.11.2
6442026-02-26T16:14:29.024Z Downloaded progenitor-client v0.10.0
6452026-02-26T16:14:29.024Z Downloaded papergrid v0.17.0
6462026-02-26T16:14:29.024Z Downloaded nom v7.1.3
6472026-02-26T16:14:29.050Z Downloaded progenitor-client v0.11.2
6482026-02-26T16:14:29.050Z Downloaded progenitor-client v0.8.0
6492026-02-26T16:14:29.050Z Downloaded progenitor v0.13.0
6502026-02-26T16:14:29.050Z Downloaded progenitor v0.10.0
6512026-02-26T16:14:29.050Z Downloaded pin-project-internal v1.1.6
6522026-02-26T16:14:29.050Z Downloaded partial-io v0.5.4
6532026-02-26T16:14:29.050Z Downloaded proc-macro-error2 v2.0.1
6542026-02-26T16:14:29.050Z Downloaded primeorder v0.13.6
6552026-02-26T16:14:29.075Z Downloaded predicates-core v1.0.8
6562026-02-26T16:14:29.075Z Downloaded precomputed-hash v0.1.1
6572026-02-26T16:14:29.075Z Downloaded poly1305 v0.8.0
6582026-02-26T16:14:29.075Z Downloaded phf_shared v0.12.1
6592026-02-26T16:14:29.075Z Downloaded miniz_oxide v0.8.5
6602026-02-26T16:14:29.075Z Downloaded indicatif v0.17.11
6612026-02-26T16:14:29.075Z Downloaded hyper-util v0.1.19
6622026-02-26T16:14:29.075Z Downloaded predicates-tree v1.0.12
6632026-02-26T16:14:29.075Z Downloaded powerfmt v0.2.0
6642026-02-26T16:14:29.100Z Downloaded paste v1.0.15
6652026-02-26T16:14:29.100Z Downloaded password-hash v0.5.0
6662026-02-26T16:14:29.100Z Downloaded parse-display-derive v0.10.0
6672026-02-26T16:14:29.100Z Downloaded num-traits v0.2.19
6682026-02-26T16:14:29.100Z Downloaded miette v5.10.0
6692026-02-26T16:14:29.100Z Downloaded postgres-protocol v0.6.8
6702026-02-26T16:14:29.100Z Downloaded piper v0.2.4
6712026-02-26T16:14:29.100Z Downloaded phf_shared v0.11.2
6722026-02-26T16:14:29.100Z Downloaded password-hash v0.4.2
6732026-02-26T16:14:29.100Z Downloaded p256 v0.13.2
6742026-02-26T16:14:29.125Z Downloaded owo-colors v4.2.3
6752026-02-26T16:14:29.126Z Downloaded log v0.4.29
6762026-02-26T16:14:29.126Z Downloaded itertools v0.12.1
6772026-02-26T16:14:29.126Z Downloaded itertools v0.10.5
6782026-02-26T16:14:29.152Z Downloaded hashbrown v0.16.1
6792026-02-26T16:14:29.153Z Downloaded psl-types v2.0.11
6802026-02-26T16:14:29.153Z Downloaded progenitor-macro v0.8.0
6812026-02-26T16:14:29.153Z Downloaded phf v0.11.2
6822026-02-26T16:14:29.153Z Downloaded percent-encoding v2.3.2
6832026-02-26T16:14:29.153Z Downloaded path-slash v0.1.5
6842026-02-26T16:14:29.153Z Downloaded parse-display v0.10.0
6852026-02-26T16:14:29.153Z Downloaded parking_lot v0.12.3
6862026-02-26T16:14:29.153Z Downloaded parking_lot v0.11.2
6872026-02-26T16:14:29.153Z Downloaded knuffel v3.2.0
6882026-02-26T16:14:29.153Z Downloaded jiff-static v0.2.15
6892026-02-26T16:14:29.189Z Downloaded pkcs8 v0.10.2
6902026-02-26T16:14:29.189Z Downloaded phf v0.12.1
6912026-02-26T16:14:29.189Z Downloaded peg-macros v0.8.5
6922026-02-26T16:14:29.189Z Downloaded parse-size v1.1.0
6932026-02-26T16:14:29.189Z Downloaded oxide-tokio-rt v0.1.2
6942026-02-26T16:14:29.189Z Downloaded num-rational v0.4.2
6952026-02-26T16:14:29.189Z Downloaded aws-lc-sys v0.37.1
6962026-02-26T16:14:29.469Z Downloaded hyper v1.8.1
6972026-02-26T16:14:29.494Z Downloaded hashbrown v0.15.4
6982026-02-26T16:14:29.494Z Downloaded goblin v0.8.2
6992026-02-26T16:14:29.494Z Downloaded proc-macro-error-attr v1.0.4
7002026-02-26T16:14:29.494Z Downloaded proc-macro-crate v3.2.0
7012026-02-26T16:14:29.494Z Downloaded proc-macro-crate v1.3.1
7022026-02-26T16:14:29.520Z Downloaded pretty-hex v0.4.1
7032026-02-26T16:14:29.520Z Downloaded pretty-hex v0.2.1
7042026-02-26T16:14:29.520Z Downloaded pest_generator v2.8.2
7052026-02-26T16:14:29.520Z Downloaded pem-rfc7468 v0.7.0
7062026-02-26T16:14:29.520Z Downloaded pem v3.0.5
7072026-02-26T16:14:29.520Z Downloaded peg v0.8.5
7082026-02-26T16:14:29.520Z Downloaded pbkdf2 v0.11.0
7092026-02-26T16:14:29.520Z Downloaded path-tree v0.8.1
7102026-02-26T16:14:29.520Z Downloaded owo-colors v3.5.0
7112026-02-26T16:14:29.520Z Downloaded ordered-float v2.10.1
7122026-02-26T16:14:29.520Z Downloaded num_enum v0.5.11
7132026-02-26T16:14:29.547Z Downloaded memchr v2.7.4
7142026-02-26T16:14:29.547Z Downloaded litemap v0.7.3
7152026-02-26T16:14:29.547Z Downloaded libm v0.2.8
7162026-02-26T16:14:29.547Z Downloaded icu_collections v1.5.0
7172026-02-26T16:14:29.573Z Downloaded futures-util v0.3.31
7182026-02-26T16:14:29.573Z Downloaded crossterm v0.29.0
7192026-02-26T16:14:29.573Z Downloaded plotters-backend v0.3.7
7202026-02-26T16:14:29.599Z Downloaded oso-derive v0.27.3
7212026-02-26T16:14:29.599Z Downloaded openssl-probe v0.1.5
7222026-02-26T16:14:29.599Z Downloaded once_cell v1.21.3
7232026-02-26T16:14:29.599Z Downloaded num-integer v0.1.46
7242026-02-26T16:14:29.599Z Downloaded native-tls v0.2.12
7252026-02-26T16:14:29.599Z Downloaded indicatif v0.18.0
7262026-02-26T16:14:29.599Z Downloaded hickory-server v0.25.2
7272026-02-26T16:14:29.599Z Downloaded hashbrown v0.14.5
7282026-02-26T16:14:29.630Z Downloaded guppy v0.17.20
7292026-02-26T16:14:29.631Z Downloaded pin-utils v0.1.0
7302026-02-26T16:14:29.631Z Downloaded parking_lot_core v0.9.10
7312026-02-26T16:14:29.631Z Downloaded parking_lot_core v0.8.6
7322026-02-26T16:14:29.631Z Downloaded packed_struct v0.10.1
7332026-02-26T16:14:29.631Z Downloaded oxnet v0.1.4
7342026-02-26T16:14:29.632Z Downloaded openssl-macros v0.1.1
7352026-02-26T16:14:29.632Z Downloaded litrs v0.4.1
7362026-02-26T16:14:29.632Z Downloaded hashbrown v0.13.2
7372026-02-26T16:14:29.632Z Downloaded pbkdf2 v0.12.2
7382026-02-26T16:14:29.666Z Downloaded pathdiff v0.2.3
7392026-02-26T16:14:29.666Z Downloaded num_threads v0.1.7
7402026-02-26T16:14:29.666Z Downloaded num_enum_derive v0.5.11
7412026-02-26T16:14:29.666Z Downloaded newtype-uuid v1.3.2
7422026-02-26T16:14:29.666Z Downloaded nanorand v0.7.0
7432026-02-26T16:14:29.666Z Downloaded multimap v0.10.1
7442026-02-26T16:14:29.666Z Downloaded http v1.4.0
7452026-02-26T16:14:29.666Z Downloaded clap_builder v4.5.48
7462026-02-26T16:14:29.666Z Downloaded nu-ansi-term v0.50.1
7472026-02-26T16:14:29.666Z Downloaded nonempty v0.12.0
7482026-02-26T16:14:29.667Z Downloaded nodrop v0.1.14
7492026-02-26T16:14:29.667Z Downloaded nibble_vec v0.1.0
7502026-02-26T16:14:29.667Z Downloaded nested v0.1.1
7512026-02-26T16:14:29.667Z Downloaded memmap2 v0.9.8
7522026-02-26T16:14:29.667Z Downloaded knuffel-derive v3.2.0
7532026-02-26T16:14:29.667Z Downloaded indexmap v1.9.3
7542026-02-26T16:14:29.723Z Downloaded hickory-resolver v0.25.2
7552026-02-26T16:14:29.723Z Downloaded hickory-resolver v0.24.4
7562026-02-26T16:14:29.723Z Downloaded packed_struct_codegen v0.10.1
7572026-02-26T16:14:29.723Z Downloaded num-complex v0.4.6
7582026-02-26T16:14:29.723Z Downloaded normalize-line-endings v0.3.0
7592026-02-26T16:14:29.723Z Downloaded newtype_derive v0.1.6
7602026-02-26T16:14:29.723Z Downloaded newtype-uuid-macros v0.1.0
7612026-02-26T16:14:29.723Z Downloaded newline-converter v0.3.0
7622026-02-26T16:14:29.723Z Downloaded multer v3.1.0
7632026-02-26T16:14:29.724Z Downloaded mime_guess v2.0.5
7642026-02-26T16:14:29.724Z Downloaded icu_provider v1.5.0
7652026-02-26T16:14:29.724Z Downloaded hashbrown v0.12.3
7662026-02-26T16:14:29.724Z Downloaded lock_api v0.4.12
7672026-02-26T16:14:29.724Z Downloaded ingot-macros v0.1.1
7682026-02-26T16:14:29.724Z Downloaded headers v0.4.1
7692026-02-26T16:14:29.724Z Downloaded crossterm v0.28.1
7702026-02-26T16:14:29.757Z Downloaded olpc-cjson v0.1.4
7712026-02-26T16:14:29.757Z Downloaded miette-derive v5.10.0
7722026-02-26T16:14:29.758Z Downloaded memoffset v0.9.1
7732026-02-26T16:14:29.758Z Downloaded memmap v0.7.0
7742026-02-26T16:14:29.758Z Downloaded md-5 v0.10.6
7752026-02-26T16:14:29.758Z Downloaded linear-map v1.2.0
7762026-02-26T16:14:29.758Z Downloaded libz-rs-sys v0.5.1
7772026-02-26T16:14:29.758Z Downloaded libtest-mimic v0.8.1
7782026-02-26T16:14:29.758Z Downloaded libsw v3.5.0
7792026-02-26T16:14:29.758Z Downloaded lazy_static v1.5.0
7802026-02-26T16:14:29.758Z Downloaded kv-log-macro v1.0.7
7812026-02-26T16:14:29.758Z Downloaded jobserver v0.1.32
7822026-02-26T16:14:29.759Z Downloaded indoc v2.0.6
7832026-02-26T16:14:29.759Z Downloaded icu_normalizer_data v1.5.0
7842026-02-26T16:14:29.759Z Downloaded icu_locid v1.5.0
7852026-02-26T16:14:29.759Z Downloaded iana-time-zone v0.1.63
7862026-02-26T16:14:29.786Z Downloaded der v0.7.10
7872026-02-26T16:14:29.786Z Downloaded chacha20poly1305 v0.10.1
7882026-02-26T16:14:29.786Z Downloaded maplit v1.0.2
7892026-02-26T16:14:29.786Z Downloaded libsw-core v0.3.1
7902026-02-26T16:14:29.786Z Downloaded libloading v0.8.5
7912026-02-26T16:14:29.786Z Downloaded libefi-sys v0.1.0
7922026-02-26T16:14:29.786Z Downloaded itoa v1.0.11
7932026-02-26T16:14:29.786Z Downloaded icu_normalizer v1.5.0
7942026-02-26T16:14:29.786Z Downloaded num-iter v0.1.45
7952026-02-26T16:14:29.787Z Downloaded num-derive v0.4.2
7962026-02-26T16:14:29.787Z Downloaded num-derive v0.3.3
7972026-02-26T16:14:29.787Z Downloaded num-conv v0.2.0
7982026-02-26T16:14:29.787Z Downloaded num v0.4.3
7992026-02-26T16:14:29.819Z Downloaded maybe-uninit v2.0.0
8002026-02-26T16:14:29.819Z Downloaded match_cfg v0.1.0
8012026-02-26T16:14:29.820Z Downloaded libscf-sys v1.1.0
8022026-02-26T16:14:29.820Z Downloaded ipnetwork v0.21.1
8032026-02-26T16:14:29.820Z Downloaded ingot-types v0.1.2
8042026-02-26T16:14:29.820Z Downloaded ignore v0.4.23
8052026-02-26T16:14:29.820Z Downloaded hyper-rustls v0.27.7
8062026-02-26T16:14:29.820Z Downloaded httparse v1.9.5
8072026-02-26T16:14:29.820Z Downloaded flume v0.11.1
8082026-02-26T16:14:29.820Z Downloaded macaddr v1.0.1
8092026-02-26T16:14:29.820Z Downloaded lzss v0.8.2
8102026-02-26T16:14:29.820Z Downloaded lru-slab v0.1.2
8112026-02-26T16:14:29.820Z Downloaded lru v0.12.5
8122026-02-26T16:14:29.820Z Downloaded lalrpop-util v0.19.12
8132026-02-26T16:14:29.820Z Downloaded ingot v0.1.1
8142026-02-26T16:14:29.861Z Downloaded icu_properties v1.5.1
8152026-02-26T16:14:29.861Z Downloaded icu_locid_transform_data v1.5.0
8162026-02-26T16:14:29.861Z Downloaded heapless v0.8.0
8172026-02-26T16:14:29.862Z Downloaded lru-cache v0.1.2
8182026-02-26T16:14:29.862Z Downloaded lockfree-object-pool v0.1.6
8192026-02-26T16:14:29.862Z Downloaded linked-hash-map v0.5.6
8202026-02-26T16:14:29.862Z Downloaded kstat-rs v0.2.4
8212026-02-26T16:14:29.862Z Downloaded is_terminal_polyfill v1.70.1
8222026-02-26T16:14:29.862Z Downloaded is_ci v1.2.0
8232026-02-26T16:14:29.863Z Downloaded ipnet v2.11.0
8242026-02-26T16:14:29.863Z Downloaded indent_write v2.2.0
8252026-02-26T16:14:29.863Z Downloaded humantime v2.2.0
8262026-02-26T16:14:29.863Z Downloaded hickory-client v0.25.2
8272026-02-26T16:14:29.863Z Downloaded heapless v0.7.17
8282026-02-26T16:14:29.863Z Downloaded getrandom v0.2.15
8292026-02-26T16:14:29.864Z Downloaded flate2 v1.1.2
8302026-02-26T16:14:29.898Z Downloaded diesel_derives v2.2.3
8312026-02-26T16:14:29.898Z Downloaded daft-derive v0.1.4
8322026-02-26T16:14:29.898Z Downloaded clap v4.5.48
8332026-02-26T16:14:29.898Z Downloaded instability v0.3.2
8342026-02-26T16:14:29.899Z Downloaded indoc v1.0.9
8352026-02-26T16:14:29.899Z Downloaded idna_adapter v1.2.0
8362026-02-26T16:14:29.899Z Downloaded half v2.4.1
8372026-02-26T16:14:29.899Z Downloaded globset v0.4.15
8382026-02-26T16:14:29.899Z Downloaded expectorate v1.2.0
8392026-02-26T16:14:29.899Z Downloaded darling_core v0.21.0
8402026-02-26T16:14:29.899Z Downloaded instant v0.1.13
8412026-02-26T16:14:29.963Z Downloaded impl-trait-for-tuples v0.2.2
8422026-02-26T16:14:29.963Z Downloaded icu_locid_transform v1.5.0
8432026-02-26T16:14:29.963Z Downloaded hyper-staticfile v0.10.1
8442026-02-26T16:14:29.963Z Downloaded hubpack_derive v0.1.1
8452026-02-26T16:14:29.963Z Downloaded hubpack v0.1.2
8462026-02-26T16:14:29.963Z Downloaded httptest v0.16.3
8472026-02-26T16:14:29.963Z Downloaded hmac v0.12.1
8482026-02-26T16:14:29.963Z Downloaded hex v0.4.3
8492026-02-26T16:14:29.963Z Downloaded heck v0.4.1
8502026-02-26T16:14:29.963Z Downloaded guppy-workspace-hack v0.1.0
8512026-02-26T16:14:29.964Z Downloaded group v0.13.0
8522026-02-26T16:14:29.964Z Downloaded globwalk v0.9.1
8532026-02-26T16:14:29.964Z Downloaded futures-task v0.3.31
8542026-02-26T16:14:29.964Z Downloaded fancy-regex v0.14.0
8552026-02-26T16:14:29.964Z Downloaded crossbeam-epoch v0.9.18
8562026-02-26T16:14:29.964Z Downloaded ident_case v1.0.1
8572026-02-26T16:14:29.964Z Downloaded httpdate v1.0.3
8582026-02-26T16:14:29.964Z Downloaded heck v0.5.0
8592026-02-26T16:14:29.964Z Downloaded heck v0.3.3
8602026-02-26T16:14:29.964Z Downloaded headers-core v0.3.0
8612026-02-26T16:14:29.964Z Downloaded futures-lite v2.3.0
8622026-02-26T16:14:29.965Z Downloaded fs_extra v1.3.0
8632026-02-26T16:14:29.965Z Downloaded fs-err v2.11.0
8642026-02-26T16:14:29.965Z Downloaded foreign-types v0.5.0
8652026-02-26T16:14:29.965Z Downloaded derive_more-impl v2.0.1
8662026-02-26T16:14:29.965Z Downloaded derive_more v0.99.20
8672026-02-26T16:14:29.965Z Downloaded crossbeam-utils v0.8.21
8682026-02-26T16:14:29.965Z Downloaded colored v3.0.0
8692026-02-26T16:14:29.965Z Downloaded highway v1.3.0
8702026-02-26T16:14:29.965Z Downloaded half v1.8.3
8712026-02-26T16:14:29.965Z Downloaded ghash v0.5.1
8722026-02-26T16:14:29.965Z Downloaded getrandom v0.3.4
8732026-02-26T16:14:30.002Z Downloaded gethostname v0.5.0
8742026-02-26T16:14:30.002Z Downloaded generic-array v0.14.7
8752026-02-26T16:14:30.002Z Downloaded fxhash v0.2.1
8762026-02-26T16:14:30.002Z Downloaded futures-timer v3.0.3
8772026-02-26T16:14:30.002Z Downloaded futures-macro v0.3.31
8782026-02-26T16:14:30.002Z Downloaded futures-executor v0.3.31
8792026-02-26T16:14:30.002Z Downloaded futures-core v0.3.32
8802026-02-26T16:14:30.003Z Downloaded futures-channel v0.3.31
8812026-02-26T16:14:30.003Z Downloaded fs-err v3.1.1
8822026-02-26T16:14:30.003Z Downloaded foreign-types-shared v0.1.1
8832026-02-26T16:14:30.003Z Downloaded foreign-types-macros v0.2.3
8842026-02-26T16:14:30.003Z Downloaded foreign-types v0.3.2
8852026-02-26T16:14:30.003Z Downloaded float-ord v0.3.2
8862026-02-26T16:14:30.003Z Downloaded fixedbitset v0.4.2
8872026-02-26T16:14:30.003Z Downloaded filetime v0.2.26
8882026-02-26T16:14:30.003Z Downloaded fastrand v2.1.1
8892026-02-26T16:14:30.003Z Downloaded event-listener-strategy v0.5.2
8902026-02-26T16:14:30.003Z Downloaded ed25519 v2.2.3
8912026-02-26T16:14:30.003Z Downloaded diff v0.1.13
8922026-02-26T16:14:30.003Z Downloaded des v0.8.1
8932026-02-26T16:14:30.003Z Downloaded crypto-bigint v0.5.5
8942026-02-26T16:14:30.062Z Downloaded crc-any v2.5.0
8952026-02-26T16:14:30.062Z Downloaded clap_derive v4.5.47
8962026-02-26T16:14:30.062Z Downloaded hyper-tls v0.6.0
8972026-02-26T16:14:30.062Z Downloaded futures-sink v0.3.31
8982026-02-26T16:14:30.062Z Downloaded futures-io v0.3.31
8992026-02-26T16:14:30.062Z Downloaded futures v0.3.31
9002026-02-26T16:14:30.062Z Downloaded funty v2.0.0
9012026-02-26T16:14:30.063Z Downloaded form_urlencoded v1.2.2
9022026-02-26T16:14:30.063Z Downloaded foldhash v0.2.0
9032026-02-26T16:14:30.063Z Downloaded foldhash v0.1.5
9042026-02-26T16:14:30.063Z Downloaded fnv v1.0.7
9052026-02-26T16:14:30.063Z Downloaded float-cmp v0.10.0
9062026-02-26T16:14:30.063Z Downloaded flagset v0.4.6
9072026-02-26T16:14:30.063Z Downloaded fallible-iterator v0.2.0
9082026-02-26T16:14:30.064Z Downloaded erased-serde v0.4.6
9092026-02-26T16:14:30.064Z Downloaded dropshot v0.16.7
9102026-02-26T16:14:30.091Z Downloaded digest v0.10.7
9112026-02-26T16:14:30.092Z Downloaded defmt v0.3.8
9122026-02-26T16:14:30.092Z Downloaded crossbeam-deque v0.8.5
9132026-02-26T16:14:30.092Z Downloaded http-body v1.0.1
9142026-02-26T16:14:30.092Z Downloaded hostname v0.4.2
9152026-02-26T16:14:30.092Z Downloaded home v0.5.9
9162026-02-26T16:14:30.092Z Downloaded hash32 v0.3.1
9172026-02-26T16:14:30.092Z Downloaded foreign-types-shared v0.3.1
9182026-02-26T16:14:30.092Z Downloaded fixedbitset v0.5.7
9192026-02-26T16:14:30.092Z Downloaded find-msvc-tools v0.1.9
9202026-02-26T16:14:30.093Z Downloaded ff v0.13.0
9212026-02-26T16:14:30.093Z Downloaded fd-lock v4.0.2
9222026-02-26T16:14:30.093Z Downloaded event-listener v5.3.1
9232026-02-26T16:14:30.093Z Downloaded event-listener v2.5.3
9242026-02-26T16:14:30.093Z Downloaded escape8259 v0.5.3
9252026-02-26T16:14:30.093Z Downloaded errno v0.3.12
9262026-02-26T16:14:30.093Z Downloaded erased-serde v0.3.31
9272026-02-26T16:14:30.093Z Downloaded equivalent v1.0.2
9282026-02-26T16:14:30.093Z Downloaded document-features v0.2.11
9292026-02-26T16:14:30.093Z Downloaded derive_builder_core v0.20.2
9302026-02-26T16:14:30.094Z Downloaded derive-ex v0.1.8
9312026-02-26T16:14:30.094Z Downloaded datatest-stable v0.3.2
9322026-02-26T16:14:30.127Z Downloaded data-encoding v2.9.0
9332026-02-26T16:14:30.127Z Downloaded darling v0.20.10
9342026-02-26T16:14:30.127Z Downloaded crossbeam-channel v0.5.15
9352026-02-26T16:14:30.128Z Downloaded crc8 v0.1.1
9362026-02-26T16:14:30.128Z Downloaded concurrent-queue v2.5.0
9372026-02-26T16:14:30.128Z Downloaded cobs v0.2.3
9382026-02-26T16:14:30.128Z Downloaded ciborium-io v0.2.2
9392026-02-26T16:14:30.128Z Downloaded bzip2-sys v0.1.13+1.0.8
9402026-02-26T16:14:30.193Z Downloaded hex-literal v0.4.1
9412026-02-26T16:14:30.193Z Downloaded hash32 v0.2.1
9422026-02-26T16:14:30.193Z Downloaded enum-as-inner v0.6.1
9432026-02-26T16:14:30.193Z Downloaded embedded-io v0.6.1
9442026-02-26T16:14:30.193Z Downloaded embedded-io v0.4.0
9452026-02-26T16:14:30.194Z Downloaded ed25519-dalek v2.1.1
9462026-02-26T16:14:30.194Z Downloaded ecdsa v0.16.9
9472026-02-26T16:14:30.194Z Downloaded dtrace-parser v0.2.0
9482026-02-26T16:14:30.194Z Downloaded doc-comment v0.3.3
9492026-02-26T16:14:30.194Z Downloaded defmt-parser v0.3.4
9502026-02-26T16:14:30.194Z Downloaded daft v0.1.4
9512026-02-26T16:14:30.194Z Downloaded crunchy v0.2.2
9522026-02-26T16:14:30.194Z Downloaded convert_case v0.4.0
9532026-02-26T16:14:30.194Z Downloaded constant_time_eq v0.3.1
9542026-02-26T16:14:30.194Z Downloaded clap_lex v0.7.4
9552026-02-26T16:14:30.195Z Downloaded dyn-clone v1.0.20
9562026-02-26T16:14:30.195Z Downloaded displaydoc v0.2.5
9572026-02-26T16:14:30.195Z Downloaded dirs-sys-next v0.1.2
9582026-02-26T16:14:30.195Z Downloaded difflib v0.4.0
9592026-02-26T16:14:30.195Z Downloaded derive_more v2.0.1
9602026-02-26T16:14:30.245Z Downloaded derive_builder_macro v0.20.2
9612026-02-26T16:14:30.246Z Downloaded derive-where v1.5.0
9622026-02-26T16:14:30.246Z Downloaded darling_macro v0.21.0
9632026-02-26T16:14:30.246Z Downloaded darling_macro v0.20.10
9642026-02-26T16:14:30.246Z Downloaded cstr-argument v0.1.2
9652026-02-26T16:14:30.246Z Downloaded criterion v0.7.0
9662026-02-26T16:14:30.246Z Downloaded convert_case v0.7.1
9672026-02-26T16:14:30.246Z Downloaded console v0.15.10
9682026-02-26T16:14:30.246Z Downloaded compact_str v0.8.0
9692026-02-26T16:14:30.246Z Downloaded colored v2.2.0
9702026-02-26T16:14:30.246Z Downloaded colorchoice v1.0.2
9712026-02-26T16:14:30.247Z Downloaded cipher v0.4.4
9722026-02-26T16:14:30.247Z Downloaded bumpalo v3.16.0
9732026-02-26T16:14:30.247Z Downloaded bstr v1.10.0
9742026-02-26T16:14:30.247Z Downloaded bindgen v0.71.1
9752026-02-26T16:14:30.247Z Downloaded env_logger v0.11.8
9762026-02-26T16:14:30.247Z Downloaded env_filter v0.1.2
9772026-02-26T16:14:30.247Z Downloaded endian-type v0.1.2
9782026-02-26T16:14:30.247Z Downloaded ena v0.14.3
9792026-02-26T16:14:30.247Z Downloaded either v1.15.0
9802026-02-26T16:14:30.247Z Downloaded dtrace-parser v0.3.0
9812026-02-26T16:14:30.247Z Downloaded dropshot-api-manager v0.3.0
9822026-02-26T16:14:30.247Z Downloaded dof v0.4.0
9832026-02-26T16:14:30.247Z Downloaded diesel_table_macro_syntax v0.2.0
9842026-02-26T16:14:30.247Z Downloaded diesel-dtrace v0.4.2
9852026-02-26T16:14:30.248Z Downloaded derive_builder v0.20.2
9862026-02-26T16:14:30.248Z Downloaded deranged v0.5.3
9872026-02-26T16:14:30.248Z Downloaded der_derive v0.7.3
9882026-02-26T16:14:30.248Z Downloaded debug-ignore v1.0.5
9892026-02-26T16:14:30.285Z Downloaded darling v0.21.0
9902026-02-26T16:14:30.285Z Downloaded curve25519-dalek-derive v0.1.1
9912026-02-26T16:14:30.286Z Downloaded ctr v0.9.2
9922026-02-26T16:14:30.286Z Downloaded csv-core v0.1.11
9932026-02-26T16:14:30.286Z Downloaded crucible-workspace-hack v0.1.0
9942026-02-26T16:14:30.286Z Downloaded critical-section v1.1.3
9952026-02-26T16:14:30.286Z Downloaded clang-sys v1.8.1
9962026-02-26T16:14:30.286Z Downloaded ciborium-ll v0.2.2
9972026-02-26T16:14:30.286Z Downloaded chumsky v0.9.3
9982026-02-26T16:14:30.286Z Downloaded cfg_aliases v0.2.1
9992026-02-26T16:14:30.286Z Downloaded cfg_aliases v0.1.1
10002026-02-26T16:14:30.286Z Downloaded dropshot-api-manager-types v0.3.0
10012026-02-26T16:14:30.286Z Downloaded display-error-chain v0.2.2
10022026-02-26T16:14:30.286Z Downloaded dirs-next v2.0.0
10032026-02-26T16:14:30.287Z Downloaded darling_core v0.20.10
10042026-02-26T16:14:30.287Z Downloaded crypto-common v0.1.6
10052026-02-26T16:14:30.287Z Downloaded criterion-plot v0.6.0
10062026-02-26T16:14:30.287Z Downloaded crc32fast v1.4.2
10072026-02-26T16:14:30.287Z Downloaded crc-catalog v2.4.0
10082026-02-26T16:14:30.323Z Downloaded crc v3.2.1
10092026-02-26T16:14:30.324Z Downloaded cpufeatures v0.2.14
10102026-02-26T16:14:30.325Z Downloaded cookie v0.18.1
10112026-02-26T16:14:30.325Z Downloaded const_format_proc_macros v0.2.34
10122026-02-26T16:14:30.326Z Downloaded const_format v0.2.34
10132026-02-26T16:14:30.326Z Downloaded const-oid v0.9.6
10142026-02-26T16:14:30.326Z Downloaded cancel-safe-futures v0.1.5
10152026-02-26T16:14:30.326Z Downloaded dunce v1.0.5
10162026-02-26T16:14:30.326Z Downloaded drift v0.1.3
10172026-02-26T16:14:30.326Z Downloaded ciborium v0.2.2
10182026-02-26T16:14:30.326Z Downloaded cfg-expr v0.20.1
10192026-02-26T16:14:30.326Z Downloaded cargo_metadata v0.21.0
10202026-02-26T16:14:30.374Z Downloaded bzip2 v0.4.4
10212026-02-26T16:14:30.374Z Downloaded block-padding v0.3.3
10222026-02-26T16:14:30.374Z Downloaded blake2 v0.10.6
10232026-02-26T16:14:30.374Z Downloaded bitfield v0.19.2
10242026-02-26T16:14:30.374Z Downloaded base64ct v1.6.0
10252026-02-26T16:14:30.374Z Downloaded backoff v0.4.0
10262026-02-26T16:14:30.374Z Downloaded aws-lc-rs v1.16.0
10272026-02-26T16:14:30.374Z Downloaded async-stream v0.3.6
10282026-02-26T16:14:30.374Z Downloaded corncobs v0.1.4
10292026-02-26T16:14:30.375Z Downloaded console v0.16.0
10302026-02-26T16:14:30.375Z Downloaded cmake v0.1.57
10312026-02-26T16:14:30.375Z Downloaded cfg-if v1.0.4
10322026-02-26T16:14:30.375Z Downloaded cexpr v0.6.0
10332026-02-26T16:14:30.375Z Downloaded cc v1.2.56
10342026-02-26T16:14:30.375Z Downloaded cargo-platform v0.1.8
10352026-02-26T16:14:30.375Z Downloaded bytes v1.11.1
10362026-02-26T16:14:30.376Z Downloaded blake3 v1.5.4
10372026-02-26T16:14:30.437Z Downloaded bitvec v1.0.1
10382026-02-26T16:14:30.437Z Downloaded backtrace v0.3.74
10392026-02-26T16:14:30.437Z Downloaded atomic-waker v1.1.2
10402026-02-26T16:14:30.437Z Downloaded async-std v1.13.0
10412026-02-26T16:14:30.513Z Downloaded aho-corasick v1.1.3
10422026-02-26T16:14:30.514Z Downloaded cargo-util-schemas v0.8.2
10432026-02-26T16:14:30.514Z Downloaded camino v1.2.2
10442026-02-26T16:14:30.514Z Downloaded bzip2 v0.5.2
10452026-02-26T16:14:30.514Z Downloaded blake2b_simd v1.0.2
10462026-02-26T16:14:30.514Z Downloaded bitflags v2.9.4
10472026-02-26T16:14:30.515Z Downloaded bitflags v1.3.2
10482026-02-26T16:14:30.515Z Downloaded bit-vec v0.6.3
10492026-02-26T16:14:30.515Z Downloaded base64 v0.13.1
10502026-02-26T16:14:30.515Z Downloaded backon v1.6.0
10512026-02-26T16:14:30.515Z Downloaded async-trait v0.1.89
10522026-02-26T16:14:30.516Z Downloaded castaway v0.2.3
10532026-02-26T16:14:30.516Z Downloaded cast v0.3.0
10542026-02-26T16:14:30.516Z Downloaded cassowary v0.3.0
10552026-02-26T16:14:30.516Z Downloaded camino-tempfile-ext v0.3.2
10562026-02-26T16:14:30.516Z Downloaded camino-tempfile v1.4.1
10572026-02-26T16:14:30.516Z Downloaded byteorder v1.5.0
10582026-02-26T16:14:30.516Z Downloaded buf-list v1.0.3
10592026-02-26T16:14:30.563Z Downloaded blowfish v0.9.1
10602026-02-26T16:14:30.563Z Downloaded blocking v1.6.1
10612026-02-26T16:14:30.563Z Downloaded bitfield-macros v0.19.2
10622026-02-26T16:14:30.563Z Downloaded bit-vec v0.8.0
10632026-02-26T16:14:30.564Z Downloaded bit-set v0.8.0
10642026-02-26T16:14:30.564Z Downloaded bb8 v0.8.5
10652026-02-26T16:14:30.564Z Downloaded base64 v0.22.1
10662026-02-26T16:14:30.564Z Downloaded base64 v0.21.7
10672026-02-26T16:14:30.565Z Downloaded base16ct v0.2.0
10682026-02-26T16:14:30.565Z Downloaded backtrace-ext v0.2.1
10692026-02-26T16:14:30.565Z Downloaded autocfg v1.4.0
10702026-02-26T16:14:30.565Z Downloaded async-stream-impl v0.3.6
10712026-02-26T16:14:30.565Z Downloaded ar_archive_writer v0.5.1
10722026-02-26T16:14:30.565Z Downloaded anstyle v1.0.11
10732026-02-26T16:14:30.565Z Downloaded aes v0.8.4
10742026-02-26T16:14:30.565Z Downloaded bytecount v0.6.8
10752026-02-26T16:14:30.566Z Downloaded block-buffer v0.10.4
10762026-02-26T16:14:30.566Z Downloaded bitfield-struct v0.6.2
10772026-02-26T16:14:30.566Z Downloaded bcs v0.1.6
10782026-02-26T16:14:30.566Z Downloaded bcrypt-pbkdf v0.10.0
10792026-02-26T16:14:30.566Z Downloaded atty v0.2.14
10802026-02-26T16:14:30.566Z Downloaded atomicwrites v0.4.4
10812026-02-26T16:14:30.566Z Downloaded async-signal v0.2.10
10822026-02-26T16:14:30.567Z Downloaded async-object-pool v0.1.5
10832026-02-26T16:14:30.567Z Downloaded async-lock v3.4.0
10842026-02-26T16:14:30.567Z Downloaded async-channel v2.3.1
10852026-02-26T16:14:30.567Z Downloaded async-attributes v1.1.2
10862026-02-26T16:14:30.567Z Downloaded argon2 v0.5.3
10872026-02-26T16:14:30.567Z Downloaded anstyle-query v1.1.1
10882026-02-26T16:14:30.567Z Downloaded anstyle-parse v0.2.5
10892026-02-26T16:14:30.567Z Downloaded anstream v0.6.18
10902026-02-26T16:14:30.567Z Downloaded ahash v0.8.12
10912026-02-26T16:14:30.567Z Downloaded aes-gcm v0.10.3
10922026-02-26T16:14:30.567Z Downloaded aead v0.5.2
10932026-02-26T16:14:30.568Z Downloaded bit-set v0.5.3
10942026-02-26T16:14:30.568Z Downloaded async-executor v1.13.1
10952026-02-26T16:14:30.568Z Downloaded async-channel v1.9.0
10962026-02-26T16:14:30.568Z Downloaded async-bb8-diesel v0.2.1
10972026-02-26T16:14:30.568Z Downloaded assert_cmd v2.0.17
10982026-02-26T16:14:30.568Z Downloaded assert-json-diff v2.0.2
10992026-02-26T16:14:30.568Z Downloaded ascii-canvas v3.0.0
11002026-02-26T16:14:30.568Z Downloaded arrayref v0.3.9
11012026-02-26T16:14:30.568Z Downloaded array-init v0.0.4
11022026-02-26T16:14:30.569Z Downloaded arc-swap v1.7.1
11032026-02-26T16:14:30.569Z Downloaded cookie_store v0.22.1
11042026-02-26T16:14:30.569Z Downloaded chacha20 v0.9.1
11052026-02-26T16:14:30.569Z Downloaded async-recursion v1.1.1
11062026-02-26T16:14:30.607Z Downloaded arrayvec v0.7.6
11072026-02-26T16:14:30.607Z Downloaded anes v0.1.6
11082026-02-26T16:14:30.607Z Downloaded async-io v2.3.4
11092026-02-26T16:14:30.607Z Downloaded async-global-executor v2.4.1
11102026-02-26T16:14:30.607Z Downloaded assert_matches v1.5.0
11112026-02-26T16:14:30.607Z Downloaded approx v0.5.1
11122026-02-26T16:14:30.608Z Downloaded anyhow v1.0.99
11132026-02-26T16:14:30.608Z Downloaded addr2line v0.24.2
11142026-02-26T16:14:30.979Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11152026-02-26T16:14:47.805Z Startup: Refreshing catalog 'helios-dev' ... Done
11162026-02-26T16:15:00.831Z Startup: Caching catalogs ... Done
11172026-02-26T16:15:29.529ZPlanning: Solver setup ... Done (26.416s)
11182026-02-26T16:15:29.720ZPlanning: Running solver ... Done (0.191s)
11192026-02-26T16:15:29.866ZPlanning: Finding local manifests ... Done (0.002s)
11202026-02-26T16:15:29.944ZPlanning: Fetching manifests: 0/4 0% complete
11212026-02-26T16:15:30.377ZPlanning: Fetching manifests: 4/4 100% complete
11222026-02-26T16:15:30.435ZPlanning: Package planning ... Done (0.057s)
11232026-02-26T16:15:30.494ZPlanning: Merging actions ... Done (0.059s)
11242026-02-26T16:15:30.845ZPlanning: Checking for conflicting actions ... Done (0.351s)
11252026-02-26T16:15:30.869ZPlanning: Consolidating action changes ... Done (0.014s)
11262026-02-26T16:15:31.526ZPlanning: Evaluating mediators ... Done (0.666s)
11272026-02-26T16:15:31.550ZPlanning: Planning completed in 30.58 seconds
11282026-02-26T16:15:31.575Z Packages to install: 4
11292026-02-26T16:15:31.575Z Mediators to change: 2
11302026-02-26T16:15:31.575Z Services to change: 1
11312026-02-26T16:15:31.575Z Estimated space available: 154.45 GB
11322026-02-26T16:15:31.575ZEstimated space to be consumed: 1.81 GB
11332026-02-26T16:15:31.575Z Create boot environment: No
11342026-02-26T16:15:31.575ZCreate backup boot environment: No
11352026-02-26T16:15:31.575Z Rebuild boot archive: No
11362026-02-26T16:15:31.575Z
11372026-02-26T16:15:31.575ZChanged mediators:
11382026-02-26T16:15:31.576Z mediator clang:
11392026-02-26T16:15:31.576Z version: None -> 15 (system default)
11402026-02-26T16:15:31.576Z
11412026-02-26T16:15:31.576Z mediator llvm:
11422026-02-26T16:15:31.576Z version: 14 (system default) -> 15 (system default)
11432026-02-26T16:15:31.576Z
11442026-02-26T16:15:31.576ZChanged packages:
11452026-02-26T16:15:31.576Zhelios-dev
11462026-02-26T16:15:31.576Z developer/build-essential
11472026-02-26T16:15:31.576Z None -> 11-2.0
11482026-02-26T16:15:31.576Z library/libxmlsec1
11492026-02-26T16:15:31.576Z None -> 1.2.35-2.0
11502026-02-26T16:15:31.576Z ooce/developer/clang-15
11512026-02-26T16:15:31.576Z None -> 15.0.7-2.0
11522026-02-26T16:15:31.576Z ooce/developer/llvm-15
11532026-02-26T16:15:31.576Z None -> 15.0.7-2.0
11542026-02-26T16:15:31.576Z
11552026-02-26T16:15:31.576ZServices:
11562026-02-26T16:15:31.576Z restart_fmri:
11572026-02-26T16:15:31.576Z svc:/system/update-man-index:default
11582026-02-26T16:15:31.608Z
11592026-02-26T16:15:31.608ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11602026-02-26T16:15:36.622ZDownload: 1198/3290 items 82.0/212.6MB 38% complete (16.8M/s)
11612026-02-26T16:15:41.623ZDownload: 3154/3290 items 136.1/212.6MB 64% complete (13.5M/s)
11622026-02-26T16:15:46.630ZDownload: 3283/3290 items 210.5/212.6MB 99% complete (12.8M/s)
11632026-02-26T16:15:47.572ZDownload: Completed 212.60 MB in 15.96 seconds (13.3M/s)
11642026-02-26T16:15:47.754Z Actions: 1/3689 actions (Installing new actions)
11652026-02-26T16:15:52.915Z Actions: 2837/3689 actions (Installing new actions)
11662026-02-26T16:15:53.328Z Actions: Completed 3689 actions in 5.57 seconds.
11672026-02-26T16:15:53.967Z Done (0.634s)
11682026-02-26T16:15:53.967Z Done (0.000s)
11692026-02-26T16:15:55.284Z Done (1.317s)
11702026-02-26T16:16:00.116Z Done (4.584s)
11712026-02-26T16:16:00.210Z Done (0.019s)
11722026-02-26T16:16:00.235Z Done (0.000s)
11732026-02-26T16:16:00.387Z Done (0.000s)
11742026-02-26T16:16:01.446ZPlanning: Evaluating mediator changes ... Done
11752026-02-26T16:16:01.700ZPlanning: Checking for conflicting actions ... Done
11762026-02-26T16:16:01.724ZPlanning: Consolidating action changes ... Done
11772026-02-26T16:16:02.035ZPlanning: Evaluating mediators ... Done
11782026-02-26T16:16:02.060ZPlanning: Planning completed in 0.59 seconds
11792026-02-26T16:16:02.085Z Mediators to change: 2
11802026-02-26T16:16:02.085Z Create boot environment: No
11812026-02-26T16:16:02.085ZCreate backup boot environment: No
11822026-02-26T16:16:02.131Z Done
11832026-02-26T16:16:02.131Z Done
11842026-02-26T16:16:03.203Z Done
11852026-02-26T16:16:07.698Z Done
11862026-02-26T16:16:07.794Z Done
11872026-02-26T16:16:07.794Z Done
11882026-02-26T16:16:07.851Z Done
11892026-02-26T16:16:08.592ZPlanning: Evaluating mediator changes ... Done
11902026-02-26T16:16:08.618ZPlanning: Merging actions ... Done
11912026-02-26T16:16:08.832ZPlanning: Checking for conflicting actions ... Done
11922026-02-26T16:16:08.858ZPlanning: Consolidating action changes ... Done
11932026-02-26T16:16:09.163ZPlanning: Evaluating mediators ... Done
11942026-02-26T16:16:09.230ZPlanning: Planning completed in 0.94 seconds
11952026-02-26T16:16:09.271Z Packages to change: 1
11962026-02-26T16:16:09.271Z Mediators to change: 1
11972026-02-26T16:16:09.271Z Services to change: 1
11982026-02-26T16:16:09.271Z Create boot environment: No
11992026-02-26T16:16:09.271ZCreate backup boot environment: Yes
12002026-02-26T16:16:11.270Z Actions: 1/6 actions (Updating modified actions)
12012026-02-26T16:16:11.295Z Actions: Completed 6 actions in 0.00 seconds.
12022026-02-26T16:16:11.295Z Done
12032026-02-26T16:16:11.295Z Done
12042026-02-26T16:16:11.541Z Done
12052026-02-26T16:16:15.868Z Done
12062026-02-26T16:16:15.967Z Done
12072026-02-26T16:16:15.992Z Done
12082026-02-26T16:16:16.093Z Done
12092026-02-26T16:16:16.661ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12102026-02-26T16:16:16.661Zclang system 15 system
12112026-02-26T16:16:16.661Zcsh system system illumos
12122026-02-26T16:16:16.661Zctags system system illumos
12132026-02-26T16:16:16.661Zfile system system illumos
12142026-02-26T16:16:16.661Zgcc vendor 12 vendor
12152026-02-26T16:16:16.661Zgcc system 10 system
12162026-02-26T16:16:16.661Zgcc system 7 system
12172026-02-26T16:16:16.661Zgo system 1.20 system
12182026-02-26T16:16:16.661Zgo system 1.19 system
12192026-02-26T16:16:16.661Zllvm system 15 system
12202026-02-26T16:16:16.661Zllvm system 14 system
12212026-02-26T16:16:16.661Zmariadb system 10.6 system
12222026-02-26T16:16:16.661Zmta vendor vendor dma
12232026-02-26T16:16:16.661Zopenjdk system 17 system
12242026-02-26T16:16:16.661Zopenjdk system 11 system
12252026-02-26T16:16:16.661Zopenjdk system 1.8 system
12262026-02-26T16:16:16.661Zopenssl vendor 3 vendor
12272026-02-26T16:16:16.661Zperl system 5.36 system
12282026-02-26T16:16:16.661Zpostgresql system 15 system
12292026-02-26T16:16:16.662Zpostgresql system 13 system
12302026-02-26T16:16:16.662Zpython vendor 3 vendor
12312026-02-26T16:16:16.662Zpython system 2 system
12322026-02-26T16:16:16.662Zpython3 system 3.11 system
12332026-02-26T16:16:16.662Zruby system 3.0 system
12342026-02-26T16:16:16.662Zwords vendor vendor american-english
12352026-02-26T16:16:16.662Zwords system system australian-english
12362026-02-26T16:16:16.662Zwords system system british-english
12372026-02-26T16:16:16.662Zwords system system canadian-english
12382026-02-26T16:16:16.662Zwords system system french
12392026-02-26T16:16:16.662Zwords system system italian
12402026-02-26T16:16:16.662Zwords system system ngerman
12412026-02-26T16:16:16.662Zwords system system ogerman
12422026-02-26T16:16:16.662Zwords system system spanish
12432026-02-26T16:16:17.047ZPUBLISHER TYPE STATUS P LOCATION
12442026-02-26T16:16:17.047Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12452026-02-26T16:16:24.960ZFMRI IFO
12462026-02-26T16:16:24.961Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12472026-02-26T16:16:24.961Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12482026-02-26T16:16:24.961Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12492026-02-26T16:16:24.961Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12502026-02-26T16:16:24.961Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12512026-02-26T16:16:24.961Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12522026-02-26T16:16:24.961Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12532026-02-26T16:16:24.961Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12542026-02-26T16:16:24.961Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12552026-02-26T16:16:24.961Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12562026-02-26T16:16:24.961Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12572026-02-26T16:16:24.961Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12582026-02-26T16:16:24.961Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12592026-02-26T16:16:24.961Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12602026-02-26T16:16:24.961Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12612026-02-26T16:16:24.961Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12622026-02-26T16:16:27.021Z Downloading crates ...
12632026-02-26T16:16:27.130Z Downloaded cargo_toml v0.21.0
12642026-02-26T16:16:27.220Z Compiling proc-macro2 v1.0.106
12652026-02-26T16:16:27.245Z Compiling quote v1.0.44
12662026-02-26T16:16:27.245Z Compiling unicode-ident v1.0.24
12672026-02-26T16:16:27.245Z Compiling serde_core v1.0.228
12682026-02-26T16:16:27.245Z Compiling version_check v0.9.5
12692026-02-26T16:16:27.245Z Compiling serde v1.0.228
12702026-02-26T16:16:27.245Z Compiling libc v0.2.180
12712026-02-26T16:16:27.245Z Compiling memchr v2.7.4
12722026-02-26T16:16:27.549Z Compiling stable_deref_trait v1.2.0
12732026-02-26T16:16:27.667Z Compiling thiserror v2.0.18
12742026-02-26T16:16:27.894Z Compiling zmij v1.0.15
12752026-02-26T16:16:27.919Z Compiling itoa v1.0.11
12762026-02-26T16:16:28.004Z Compiling ucd-trie v0.1.7
12772026-02-26T16:16:28.467Z Compiling litemap v0.7.3
12782026-02-26T16:16:28.584Z Compiling autocfg v1.4.0
12792026-02-26T16:16:28.635Z Compiling thiserror v1.0.69
12802026-02-26T16:16:28.758Z Compiling writeable v0.5.5
12812026-02-26T16:16:29.252Z Compiling errno v0.3.12
12822026-02-26T16:16:29.394Z Compiling bitflags v2.9.4
12832026-02-26T16:16:29.419Z Compiling byteorder v1.5.0
12842026-02-26T16:16:29.444Z Compiling icu_locid_transform_data v1.5.0
12852026-02-26T16:16:29.569Z Compiling icu_properties_data v1.5.0
12862026-02-26T16:16:29.738Z Compiling syn v2.0.117
12872026-02-26T16:16:29.764Z Compiling serde_json v1.0.149
12882026-02-26T16:16:29.789Z Compiling num-traits v0.2.19
12892026-02-26T16:16:29.816Z Compiling write16 v1.0.0
12902026-02-26T16:16:29.855Z Compiling icu_normalizer_data v1.5.0
12912026-02-26T16:16:29.946Z Compiling utf16_iter v1.0.5
12922026-02-26T16:16:29.970Z Compiling hashbrown v0.16.1
12932026-02-26T16:16:30.073Z Compiling utf8_iter v1.0.4
12942026-02-26T16:16:30.110Z Compiling equivalent v1.0.2
12952026-02-26T16:16:30.163Z Compiling rustix v0.38.37
12962026-02-26T16:16:30.240Z Compiling smallvec v1.15.1
12972026-02-26T16:16:30.273Z Compiling typeid v1.0.3
12982026-02-26T16:16:30.763Z Compiling proc-macro-error-attr v1.0.4
12992026-02-26T16:16:30.872Z Compiling usdt-impl v0.5.0
13002026-02-26T16:16:30.897Z Compiling toml_write v0.1.2
13012026-02-26T16:16:31.121Z Compiling indexmap v2.13.0
13022026-02-26T16:16:31.181Z Compiling syn v1.0.109
13032026-02-26T16:16:31.291Z Compiling winnow v0.7.14
13042026-02-26T16:16:31.494Z Compiling thread-id v4.2.2
13052026-02-26T16:16:32.202Z Compiling proc-macro-error v1.0.4
13062026-02-26T16:16:32.473Z Compiling rustix v1.1.3
13072026-02-26T16:16:32.524Z Compiling log v0.4.29
13082026-02-26T16:16:32.832Z Compiling percent-encoding v2.3.2
13092026-02-26T16:16:32.862Z Compiling plain v0.2.3
13102026-02-26T16:16:33.103Z Compiling utf8parse v0.2.2
13112026-02-26T16:16:33.128Z Compiling camino v1.2.2
13122026-02-26T16:16:33.153Z Compiling getrandom v0.3.4
13132026-02-26T16:16:33.284Z Compiling anstyle-parse v0.2.5
13142026-02-26T16:16:33.559Z Compiling form_urlencoded v1.2.2
13152026-02-26T16:16:33.614Z Compiling ordered-float v2.10.1
13162026-02-26T16:16:33.707Z Compiling terminal_size v0.4.0
13172026-02-26T16:16:34.191Z Compiling pretty-hex v0.4.1
13182026-02-26T16:16:34.367Z Compiling anstyle v1.0.11
13192026-02-26T16:16:34.401Z Compiling cfg-if v1.0.4
13202026-02-26T16:16:34.467Z Compiling is_terminal_polyfill v1.70.1
13212026-02-26T16:16:34.513Z Compiling anstyle-query v1.1.1
13222026-02-26T16:16:34.600Z Compiling colorchoice v1.0.2
13232026-02-26T16:16:34.794Z Compiling anstream v0.6.18
13242026-02-26T16:16:34.890Z Compiling semver v1.0.27
13252026-02-26T16:16:35.369Z Compiling fs-err v3.1.1
13262026-02-26T16:16:35.508Z Compiling unicode-xid v0.2.6
13272026-02-26T16:16:35.533Z Compiling clap_lex v0.7.4
13282026-02-26T16:16:35.533Z Compiling heck v0.5.0
13292026-02-26T16:16:35.668Z Compiling fnv v1.0.7
13302026-02-26T16:16:35.718Z Compiling once_cell v1.21.3
13312026-02-26T16:16:35.825Z Compiling heck v0.4.1
13322026-02-26T16:16:35.955Z Compiling synstructure v0.13.1
13332026-02-26T16:16:36.026Z Compiling fastrand v2.1.1
13342026-02-26T16:16:36.166Z Compiling unicode-width v0.1.14
13352026-02-26T16:16:36.286Z Compiling bytecount v0.6.8
13362026-02-26T16:16:36.590Z Compiling anyhow v1.0.99
13372026-02-26T16:16:36.678Z Compiling strsim v0.11.1
13382026-02-26T16:16:36.827Z Compiling papergrid v0.11.0
13392026-02-26T16:16:37.053Z Compiling clap_builder v4.5.48
13402026-02-26T16:16:37.319Z Compiling tempfile v3.24.0
13412026-02-26T16:16:37.491Z Compiling memmap v0.7.0
13422026-02-26T16:16:37.517Z Compiling unicode-linebreak v0.1.5
13432026-02-26T16:16:37.790Z Compiling unicode-width v0.2.0
13442026-02-26T16:16:37.967Z Compiling smawk v0.3.2
13452026-02-26T16:16:38.088Z Compiling camino-tempfile v1.4.1
13462026-02-26T16:16:38.289Z Compiling textwrap v0.16.2
13472026-02-26T16:16:38.715Z Compiling tabled_derive v0.7.0
13482026-02-26T16:16:38.878Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13492026-02-26T16:16:39.003Z Compiling swrite v0.1.0
13502026-02-26T16:16:39.685Z Compiling serde_derive v1.0.228
13512026-02-26T16:16:39.685Z Compiling zerofrom-derive v0.1.4
13522026-02-26T16:16:39.710Z Compiling yoke-derive v0.7.4
13532026-02-26T16:16:39.735Z Compiling thiserror-impl v2.0.18
13542026-02-26T16:16:39.735Z Compiling zerovec-derive v0.10.3
13552026-02-26T16:16:40.110Z Compiling displaydoc v0.2.5
13562026-02-26T16:16:41.694Z Compiling thiserror-impl v1.0.69
13572026-02-26T16:16:41.992Z Compiling icu_provider_macros v1.5.0
13582026-02-26T16:16:42.233Z Compiling zerocopy-derive v0.7.35
13592026-02-26T16:16:42.934Z Compiling pest v2.8.2
13602026-02-26T16:16:42.959Z Compiling zerofrom v0.1.4
13612026-02-26T16:16:43.028Z Compiling scroll_derive v0.12.0
13622026-02-26T16:16:43.212Z Compiling yoke v0.7.4
13632026-02-26T16:16:43.599Z Compiling zerovec v0.10.4
13642026-02-26T16:16:44.022Z Compiling zerocopy v0.7.35
13652026-02-26T16:16:44.166Z Compiling clap_derive v4.5.47
13662026-02-26T16:16:44.311Z Compiling scroll v0.12.0
13672026-02-26T16:16:44.521Z Compiling tabled v0.15.0
13682026-02-26T16:16:44.813Z Compiling goblin v0.8.2
13692026-02-26T16:16:45.196Z Compiling tinystr v0.7.6
13702026-02-26T16:16:45.252Z Compiling icu_collections v1.5.0
13712026-02-26T16:16:45.485Z Compiling pest_meta v2.8.2
13722026-02-26T16:16:45.563Z Compiling icu_locid v1.5.0
13732026-02-26T16:16:46.906Z Compiling icu_provider v1.5.0
13742026-02-26T16:16:47.094Z Compiling pest_generator v2.8.2
13752026-02-26T16:16:47.224Z Compiling serde_spanned v0.6.9
13762026-02-26T16:16:47.465Z Compiling toml_datetime v0.6.11
13772026-02-26T16:16:47.571Z Compiling icu_locid_transform v1.5.0
13782026-02-26T16:16:47.595Z Compiling dof v0.3.0
13792026-02-26T16:16:47.809Z Compiling toml_edit v0.22.27
13802026-02-26T16:16:47.954Z Compiling serde_tokenstream v0.2.3
13812026-02-26T16:16:48.379Z Compiling erased-serde v0.4.6
13822026-02-26T16:16:48.526Z Compiling serde-value v0.7.0
13832026-02-26T16:16:48.631Z Compiling cargo-platform v0.2.0
13842026-02-26T16:16:49.117Z Compiling icu_properties v1.5.1
13852026-02-26T16:16:49.232Z Compiling serde-untagged v0.1.7
13862026-02-26T16:16:49.373Z Compiling clap v4.5.48
13872026-02-26T16:16:49.406Z Compiling pest_derive v2.8.2
13882026-02-26T16:16:49.497Z Compiling macaddr v1.0.1
13892026-02-26T16:16:50.073Z Compiling dtrace-parser v0.2.0
13902026-02-26T16:16:51.022Z Compiling toml v0.8.23
13912026-02-26T16:16:51.851Z Compiling cargo_toml v0.21.0
13922026-02-26T16:16:51.928Z Compiling usdt-attr-macro v0.5.0
13932026-02-26T16:16:52.061Z Compiling usdt-macro v0.5.0
13942026-02-26T16:16:52.537Z Compiling icu_normalizer v1.5.0
13952026-02-26T16:16:53.052Z Compiling usdt v0.5.0
13962026-02-26T16:16:53.309Z Compiling idna_adapter v1.2.0
13972026-02-26T16:16:53.471Z Compiling idna v1.0.3
13982026-02-26T16:16:53.982Z Compiling url v2.5.4
13992026-02-26T16:16:54.723Z Compiling cargo-util-schemas v0.8.2
14002026-02-26T16:16:56.487Z Compiling cargo_metadata v0.21.0
14012026-02-26T16:16:58.523Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14022026-02-26T16:17:02.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.68s
14032026-02-26T16:17:02.708Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
14042026-02-26T16:17:04.185Z Compiling find-msvc-tools v0.1.9
14052026-02-26T16:17:04.185Z Compiling shlex v1.3.0
14062026-02-26T16:17:04.210Z Compiling value-bag v1.12.0
14072026-02-26T16:17:04.210Z Compiling smallvec v1.15.1
14082026-02-26T16:17:04.210Z Compiling typenum v1.17.0
14092026-02-26T16:17:04.210Z Compiling syn v2.0.117
14102026-02-26T16:17:04.210Z Compiling getrandom v0.2.15
14112026-02-26T16:17:04.235Z Compiling jobserver v0.1.32
14122026-02-26T16:17:04.661Z Compiling log v0.4.29
14132026-02-26T16:17:04.686Z Compiling cc v1.2.56
14142026-02-26T16:17:04.710Z Compiling rand_core v0.6.4
14152026-02-26T16:17:04.711Z Compiling generic-array v0.14.7
14162026-02-26T16:17:04.761Z Compiling lock_api v0.4.12
14172026-02-26T16:17:04.891Z Compiling scopeguard v1.2.0
14182026-02-26T16:17:05.066Z Compiling subtle v2.6.1
14192026-02-26T16:17:05.131Z Compiling portable-atomic v1.11.0
14202026-02-26T16:17:05.182Z Compiling critical-section v1.1.3
14212026-02-26T16:17:05.316Z Compiling const-oid v0.9.6
14222026-02-26T16:17:05.352Z Compiling serde_json v1.0.149
14232026-02-26T16:17:05.403Z Compiling getrandom v0.3.4
14242026-02-26T16:17:05.622Z Compiling pin-project-lite v0.2.14
14252026-02-26T16:17:05.682Z Compiling parking_lot_core v0.9.10
14262026-02-26T16:17:05.778Z Compiling pkg-config v0.3.31
14272026-02-26T16:17:06.889Z Compiling signal-hook-registry v1.4.2
14282026-02-26T16:17:06.932Z Compiling libm v0.2.8
14292026-02-26T16:17:06.993Z Compiling allocator-api2 v0.2.21
14302026-02-26T16:17:07.018Z Compiling parking_lot v0.12.3
14312026-02-26T16:17:07.260Z Compiling once_cell v1.21.3
14322026-02-26T16:17:07.307Z Compiling mio v1.0.2
14332026-02-26T16:17:07.504Z Compiling num-traits v0.2.19
14342026-02-26T16:17:07.632Z Compiling futures-core v0.3.32
14352026-02-26T16:17:07.746Z Compiling percent-encoding v2.3.2
14362026-02-26T16:17:07.890Z Compiling socket2 v0.6.1
14372026-02-26T16:17:08.028Z Compiling slab v0.4.9
14382026-02-26T16:17:08.063Z Compiling cpufeatures v0.2.14
14392026-02-26T16:17:08.091Z Compiling foldhash v0.2.0
14402026-02-26T16:17:08.179Z Compiling futures-sink v0.3.31
14412026-02-26T16:17:08.271Z Compiling futures-io v0.3.31
14422026-02-26T16:17:08.345Z Compiling hashbrown v0.16.1
14432026-02-26T16:17:08.525Z Compiling futures-channel v0.3.31
14442026-02-26T16:17:08.550Z Compiling pin-utils v0.1.0
14452026-02-26T16:17:08.665Z Compiling futures-task v0.3.31
14462026-02-26T16:17:08.711Z Compiling rustversion v1.0.22
14472026-02-26T16:17:08.735Z Compiling form_urlencoded v1.2.2
14482026-02-26T16:17:08.795Z Compiling cmake v0.1.57
14492026-02-26T16:17:08.920Z Compiling dunce v1.0.5
14502026-02-26T16:17:08.946Z Compiling fs_extra v1.3.0
14512026-02-26T16:17:09.029Z Compiling base64ct v1.6.0
14522026-02-26T16:17:09.070Z Compiling ident_case v1.0.1
14532026-02-26T16:17:09.265Z Compiling flagset v0.4.6
14542026-02-26T16:17:09.490Z Compiling indexmap v2.13.0
14552026-02-26T16:17:09.490Z Compiling pem-rfc7468 v0.7.0
14562026-02-26T16:17:09.542Z Compiling foldhash v0.1.5
14572026-02-26T16:17:09.614Z Compiling rand_core v0.9.3
14582026-02-26T16:17:09.646Z Compiling aws-lc-sys v0.37.1
14592026-02-26T16:17:09.874Z Compiling hashbrown v0.15.4
14602026-02-26T16:17:09.998Z Compiling iana-time-zone v0.1.63
14612026-02-26T16:17:10.103Z Compiling ring v0.17.14
14622026-02-26T16:17:10.158Z Compiling rustc_version v0.4.1
14632026-02-26T16:17:10.380Z Compiling uuid v1.19.0
14642026-02-26T16:17:10.507Z Compiling spin v0.9.8
14652026-02-26T16:17:10.779Z Compiling synstructure v0.13.1
14662026-02-26T16:17:10.878Z Compiling regex-syntax v0.8.5
14672026-02-26T16:17:10.932Z Compiling aws-lc-rs v1.16.0
14682026-02-26T16:17:10.972Z Compiling vcpkg v0.2.15
14692026-02-26T16:17:11.184Z Compiling zerocopy v0.8.27
14702026-02-26T16:17:11.830Z Compiling tracing-core v0.1.32
14712026-02-26T16:17:12.032Z Compiling serde_derive_internals v0.29.1
14722026-02-26T16:17:12.177Z Compiling rustix v1.1.3
14732026-02-26T16:17:12.657Z Compiling openssl-sys v0.9.109
14742026-02-26T16:17:12.826Z Compiling untrusted v0.7.1
14752026-02-26T16:17:12.947Z Compiling base64 v0.22.1
14762026-02-26T16:17:13.042Z Compiling schemars v0.8.22
14772026-02-26T16:17:13.359Z Compiling openssl-probe v0.1.5
14782026-02-26T16:17:13.555Z Compiling untrusted v0.9.0
14792026-02-26T16:17:13.671Z Compiling rustix v0.38.37
14802026-02-26T16:17:13.696Z Compiling httparse v1.9.5
14812026-02-26T16:17:13.777Z Compiling adler2 v2.0.0
14822026-02-26T16:17:14.001Z Compiling miniz_oxide v0.8.5
14832026-02-26T16:17:14.414Z Compiling darling_core v0.20.10
14842026-02-26T16:17:14.464Z Compiling tinyvec_macros v0.1.1
14852026-02-26T16:17:14.515Z Compiling tower-service v0.3.3
14862026-02-26T16:17:14.588Z Compiling try-lock v0.2.5
14872026-02-26T16:17:14.685Z Compiling rustls v0.23.37
14882026-02-26T16:17:14.771Z Compiling atomic-waker v1.1.2
14892026-02-26T16:17:14.920Z Compiling serde_derive v1.0.228
14902026-02-26T16:17:14.994Z Compiling zeroize_derive v1.4.2
14912026-02-26T16:17:15.018Z Compiling zerofrom-derive v0.1.4
14922026-02-26T16:17:15.381Z Compiling yoke-derive v0.7.4
14932026-02-26T16:17:16.281Z Compiling zerovec-derive v0.10.3
14942026-02-26T16:17:16.306Z Compiling zeroize v1.8.1
14952026-02-26T16:17:16.853Z Compiling displaydoc v0.2.5
14962026-02-26T16:17:17.846Z Compiling icu_provider_macros v1.5.0
14972026-02-26T16:17:18.027Z Compiling crypto-common v0.1.6
14982026-02-26T16:17:18.116Z Compiling zerofrom v0.1.4
14992026-02-26T16:17:18.273Z Compiling block-buffer v0.10.4
15002026-02-26T16:17:18.298Z Compiling tokio-macros v2.6.0
15012026-02-26T16:17:18.366Z Compiling yoke v0.7.4
15022026-02-26T16:17:18.443Z Compiling zerocopy-derive v0.7.35
15032026-02-26T16:17:18.570Z Compiling digest v0.10.7
15042026-02-26T16:17:18.739Z Compiling zerovec v0.10.4
15052026-02-26T16:17:18.787Z Compiling thiserror-impl v2.0.18
15062026-02-26T16:17:19.084Z Compiling hmac v0.12.1
15072026-02-26T16:17:19.350Z Compiling futures-macro v0.3.31
15082026-02-26T16:17:19.662Z Compiling block-padding v0.3.3
15092026-02-26T16:17:19.872Z Compiling sha2 v0.10.9
15102026-02-26T16:17:19.948Z Compiling inout v0.1.3
15112026-02-26T16:17:20.114Z Compiling der_derive v0.7.3
15122026-02-26T16:17:20.266Z Compiling cipher v0.4.4
15132026-02-26T16:17:20.292Z Compiling zerocopy v0.7.35
15142026-02-26T16:17:20.772Z Compiling tinystr v0.7.6
15152026-02-26T16:17:20.866Z Compiling icu_collections v1.5.0
15162026-02-26T16:17:21.024Z Compiling futures-util v0.3.31
15172026-02-26T16:17:21.238Z Compiling icu_locid v1.5.0
15182026-02-26T16:17:21.602Z Compiling serde v1.0.228
15192026-02-26T16:17:21.789Z Compiling thiserror v2.0.18
15202026-02-26T16:17:21.816Z Compiling ppv-lite86 v0.2.20
15212026-02-26T16:17:22.136Z Compiling pest v2.8.2
15222026-02-26T16:17:22.163Z Compiling der v0.7.10
15232026-02-26T16:17:22.525Z Compiling icu_provider v1.5.0
15242026-02-26T16:17:22.777Z Compiling bytes v1.11.1
15252026-02-26T16:17:23.004Z Compiling bitflags v2.9.4
15262026-02-26T16:17:23.108Z Compiling chrono v0.4.43
15272026-02-26T16:17:23.442Z Compiling icu_locid_transform v1.5.0
15282026-02-26T16:17:23.467Z Compiling salsa20 v0.10.2
15292026-02-26T16:17:23.710Z Compiling pbkdf2 v0.12.2
15302026-02-26T16:17:23.891Z Compiling tokio v1.49.0
15312026-02-26T16:17:24.129Z Compiling spki v0.7.3
15322026-02-26T16:17:24.519Z Compiling http v1.4.0
15332026-02-26T16:17:24.908Z Compiling icu_properties v1.5.1
15342026-02-26T16:17:25.129Z Compiling pest_meta v2.8.2
15352026-02-26T16:17:25.672Z Compiling scrypt v0.11.0
15362026-02-26T16:17:26.208Z Compiling rand_chacha v0.9.0
15372026-02-26T16:17:26.233Z Compiling aes v0.8.4
15382026-02-26T16:17:26.288Z Compiling cbc v0.1.2
15392026-02-26T16:17:26.544Z Compiling rustls-pki-types v1.14.0
15402026-02-26T16:17:26.725Z Compiling zerocopy-derive v0.8.27
15412026-02-26T16:17:27.502Z Compiling tracing-attributes v0.1.27
15422026-02-26T16:17:27.589Z Compiling pkcs5 v0.7.1
15432026-02-26T16:17:28.552Z Compiling icu_normalizer v1.5.0
15442026-02-26T16:17:28.577Z Compiling rand v0.9.2
15452026-02-26T16:17:29.056Z Compiling pest_generator v2.8.2
15462026-02-26T16:17:29.161Z Compiling http-body v1.0.1
15472026-02-26T16:17:29.433Z Compiling pkcs8 v0.10.2
15482026-02-26T16:17:30.066Z Compiling idna_adapter v1.2.0
15492026-02-26T16:17:30.229Z Compiling schemars_derive v0.8.22
15502026-02-26T16:17:30.335Z Compiling idna v1.0.3
15512026-02-26T16:17:30.412Z Compiling tracing v0.1.40
15522026-02-26T16:17:30.629Z Compiling pest_derive v2.8.2
15532026-02-26T16:17:30.898Z Compiling scroll_derive v0.13.1
15542026-02-26T16:17:31.362Z Compiling url v2.5.4
15552026-02-26T16:17:31.740Z Compiling tower-layer v0.3.3
15562026-02-26T16:17:32.026Z Compiling dyn-clone v1.0.20
15572026-02-26T16:17:32.636Z Compiling tokio-util v0.7.15
15582026-02-26T16:17:32.918Z Compiling scroll v0.13.0
15592026-02-26T16:17:33.486Z Compiling ipnet v2.11.0
15602026-02-26T16:17:34.321Z Compiling h2 v0.4.6
15612026-02-26T16:17:34.663Z Compiling darling_macro v0.20.10
15622026-02-26T16:17:34.948Z Compiling want v0.3.1
15632026-02-26T16:17:35.142Z Compiling tinyvec v1.8.0
15642026-02-26T16:17:35.552Z Compiling lazy_static v1.5.0
15652026-02-26T16:17:35.694Z Compiling bzip2-sys v0.1.13+1.0.8
15662026-02-26T16:17:35.866Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15672026-02-26T16:17:36.169Z Compiling aho-corasick v1.1.3
15682026-02-26T16:17:36.211Z Compiling num-conv v0.2.0
15692026-02-26T16:17:36.467Z Compiling foreign-types-shared v0.1.1
15702026-02-26T16:17:36.599Z Compiling powerfmt v0.2.0
15712026-02-26T16:17:36.625Z Compiling httpdate v1.0.3
15722026-02-26T16:17:36.650Z Compiling time-core v0.1.8
15732026-02-26T16:17:36.934Z Compiling openssl v0.10.73
15742026-02-26T16:17:36.970Z Compiling time-macros v0.2.27
15752026-02-26T16:17:37.058Z Compiling deranged v0.5.3
15762026-02-26T16:17:37.151Z Compiling tempfile v3.24.0
15772026-02-26T16:17:37.420Z Compiling foreign-types v0.3.2
15782026-02-26T16:17:37.888Z Compiling darling v0.20.10
15792026-02-26T16:17:38.022Z Compiling goblin v0.10.2
15802026-02-26T16:17:39.128Z Compiling regex-automata v0.4.14
15812026-02-26T16:17:39.248Z Compiling openssl-macros v0.1.1
15822026-02-26T16:17:39.917Z Compiling wait-timeout v0.2.0
15832026-02-26T16:17:40.260Z Compiling crossbeam-utils v0.8.21
15842026-02-26T16:17:40.442Z Compiling native-tls v0.2.12
15852026-02-26T16:17:40.624Z Compiling gimli v0.31.1
15862026-02-26T16:17:40.768Z Compiling syn v1.0.109
15872026-02-26T16:17:40.793Z Compiling quick-error v1.2.3
15882026-02-26T16:17:40.952Z Compiling bit-vec v0.8.0
15892026-02-26T16:17:41.387Z Compiling hyper v1.8.1
15902026-02-26T16:17:41.460Z Compiling num_threads v0.1.7
15912026-02-26T16:17:41.611Z Compiling usdt-impl v0.6.0
15922026-02-26T16:17:41.983Z Compiling time v0.3.47
15932026-02-26T16:17:43.371Z Compiling bit-set v0.8.0
15942026-02-26T16:17:43.653Z Compiling hyper-util v0.1.19
15952026-02-26T16:17:44.770Z Compiling dof v0.4.0
15962026-02-26T16:17:45.004Z Compiling addr2line v0.24.2
15972026-02-26T16:17:45.586Z Compiling rusty-fork v0.3.0
15982026-02-26T16:17:46.410Z Compiling derive_builder_core v0.20.2
15992026-02-26T16:17:46.881Z Compiling unicode-normalization v0.1.24
16002026-02-26T16:17:47.607Z Compiling dtrace-parser v0.3.0
16012026-02-26T16:17:47.804Z Compiling rustls-native-certs v0.8.1
16022026-02-26T16:17:48.124Z Compiling signature v2.2.0
16032026-02-26T16:17:48.319Z Compiling thiserror-impl v1.0.69
16042026-02-26T16:17:48.344Z Compiling scroll_derive v0.12.0
16052026-02-26T16:17:48.412Z Compiling heapless v0.7.17
16062026-02-26T16:17:48.741Z Compiling darling_core v0.21.0
16072026-02-26T16:17:48.825Z Compiling slog v2.8.2
16082026-02-26T16:17:49.149Z Compiling rand_xorshift v0.4.0
16092026-02-26T16:17:49.260Z Compiling sync_wrapper v1.0.1
16102026-02-26T16:17:49.435Z Compiling thread-id v5.0.0
16112026-02-26T16:17:49.459Z Compiling object v0.36.5
16122026-02-26T16:17:49.588Z Compiling cookie v0.18.1
16132026-02-26T16:17:49.613Z Compiling crc32fast v1.4.2
16142026-02-26T16:17:49.698Z Compiling signal-hook v0.3.18
16152026-02-26T16:17:49.899Z Compiling rustc-demangle v0.1.24
16162026-02-26T16:17:49.961Z Compiling siphasher v0.3.11
16172026-02-26T16:17:49.993Z Compiling unicode-bidi v0.3.17
16182026-02-26T16:17:50.321Z Compiling paste v1.0.15
16192026-02-26T16:17:50.749Z Compiling zlib-rs v0.5.1
16202026-02-26T16:17:50.789Z Compiling anyhow v1.0.99
16212026-02-26T16:17:51.025Z Compiling zstd-safe v7.2.3
16222026-02-26T16:17:51.243Z Compiling unicode-properties v0.1.3
16232026-02-26T16:17:51.388Z Compiling unarray v0.1.4
16242026-02-26T16:17:51.574Z Compiling stringprep v0.1.5
16252026-02-26T16:17:51.634Z Compiling proptest v1.7.0
16262026-02-26T16:17:51.851Z Compiling thiserror v1.0.69
16272026-02-26T16:17:52.525Z Compiling phf_shared v0.11.2
16282026-02-26T16:17:52.696Z Compiling scroll v0.12.0
16292026-02-26T16:17:52.886Z Compiling tower v0.5.2
16302026-02-26T16:17:53.313Z Compiling derive_builder_macro v0.20.2
16312026-02-26T16:17:54.068Z Compiling ipnetwork v0.21.1
16322026-02-26T16:17:54.295Z Compiling darling_macro v0.21.0
16332026-02-26T16:17:54.844Z Compiling http-body-util v0.1.3
16342026-02-26T16:17:54.913Z Compiling webpki-roots v1.0.1
16352026-02-26T16:17:55.121Z Compiling erased-serde v0.3.31
16362026-02-26T16:17:55.149Z Compiling toml_datetime v0.6.11
16372026-02-26T16:17:55.356Z Compiling serde_tokenstream v0.2.3
16382026-02-26T16:17:55.671Z Compiling serde_spanned v0.6.9
16392026-02-26T16:17:55.904Z Compiling backtrace v0.3.74
16402026-02-26T16:17:55.950Z Compiling rand_chacha v0.3.1
16412026-02-26T16:17:56.286Z Compiling md-5 v0.10.6
16422026-02-26T16:17:56.344Z Compiling curve25519-dalek v4.1.3
16432026-02-26T16:17:56.568Z Compiling vergen-lib v0.1.6
16442026-02-26T16:17:56.881Z Compiling num-integer v0.1.46
16452026-02-26T16:17:56.940Z Compiling ff v0.13.0
16462026-02-26T16:17:57.183Z Compiling libz-rs-sys v0.5.1
16472026-02-26T16:17:57.456Z Compiling hash32 v0.2.1
16482026-02-26T16:17:57.514Z Compiling memoffset v0.9.1
16492026-02-26T16:17:57.675Z Compiling fallible-iterator v0.2.0
16502026-02-26T16:17:57.828Z Compiling cfg_aliases v0.2.1
16512026-02-26T16:17:57.854Z Compiling ryu v1.0.18
16522026-02-26T16:17:57.933Z Compiling smoltcp v0.9.1
16532026-02-26T16:17:57.958Z Compiling base16ct v0.2.0
16542026-02-26T16:17:58.183Z Compiling num-bigint-dig v0.8.6
16552026-02-26T16:17:58.285Z Compiling ref-cast v1.0.25
16562026-02-26T16:17:58.309Z Compiling litrs v0.4.1
16572026-02-26T16:17:58.508Z Compiling iri-string v0.7.8
16582026-02-26T16:17:58.533Z Compiling psl-types v2.0.11
16592026-02-26T16:17:58.618Z Compiling postgres-protocol v0.6.8
16602026-02-26T16:17:58.746Z Compiling publicsuffix v2.3.0
16612026-02-26T16:17:58.885Z Compiling sec1 v0.7.3
16622026-02-26T16:17:59.043Z Compiling serde_urlencoded v0.7.1
16632026-02-26T16:17:59.357Z Compiling document-features v0.2.11
16642026-02-26T16:17:59.473Z Compiling nix v0.29.0
16652026-02-26T16:17:59.736Z Compiling flate2 v1.1.2
16662026-02-26T16:18:00.280Z Compiling num-iter v0.1.45
16672026-02-26T16:18:00.482Z Compiling group v0.13.0
16682026-02-26T16:18:00.559Z Compiling newtype-uuid v1.3.2
16692026-02-26T16:18:00.763Z Compiling rand v0.8.5
16702026-02-26T16:18:01.273Z Compiling tower-http v0.6.8
16712026-02-26T16:18:01.494Z Compiling darling v0.21.0
16722026-02-26T16:18:01.634Z Compiling oxnet v0.1.4
16732026-02-26T16:18:01.659Z Compiling derive_builder v0.20.2
16742026-02-26T16:18:01.852Z Compiling goblin v0.8.2
16752026-02-26T16:18:02.597Z Compiling tokio-native-tls v0.3.1
16762026-02-26T16:18:02.883Z Compiling regex v1.12.3
16772026-02-26T16:18:03.219Z Compiling terminal_size v0.4.0
16782026-02-26T16:18:03.244Z Compiling cargo-platform v0.1.8
16792026-02-26T16:18:03.443Z Compiling hkdf v0.12.4
16802026-02-26T16:18:03.468Z Compiling crypto-bigint v0.5.5
16812026-02-26T16:18:03.719Z Compiling strum_macros v0.27.2
16822026-02-26T16:18:03.743Z Compiling curve25519-dalek-derive v0.1.1
16832026-02-26T16:18:03.768Z Compiling daft-derive v0.1.4
16842026-02-26T16:18:04.729Z Compiling hubpack_derive v0.1.1
16852026-02-26T16:18:04.944Z Compiling ref-cast-impl v1.0.25
16862026-02-26T16:18:05.148Z Compiling async-trait v0.1.89
16872026-02-26T16:18:05.525Z Compiling vergen v9.0.6
16882026-02-26T16:18:05.810Z Compiling ahash v0.8.12
16892026-02-26T16:18:05.960Z Compiling fs-err v3.1.1
16902026-02-26T16:18:06.188Z Compiling lockfree-object-pool v0.1.6
16912026-02-26T16:18:06.331Z Compiling bumpalo v3.16.0
16922026-02-26T16:18:06.461Z Compiling winnow v0.5.40
16932026-02-26T16:18:06.792Z Compiling unicode-segmentation v1.12.0
16942026-02-26T16:18:07.348Z Compiling simd-adler32 v0.3.7
16952026-02-26T16:18:07.582Z Compiling managed v0.8.0
16962026-02-26T16:18:07.860Z Compiling buf-list v1.0.3
16972026-02-26T16:18:08.011Z Compiling either v1.15.0
16982026-02-26T16:18:08.043Z Compiling bitflags v1.3.2
16992026-02-26T16:18:08.408Z Compiling strum v0.27.2
17002026-02-26T16:18:08.510Z Compiling clap_builder v4.5.48
17012026-02-26T16:18:08.615Z Compiling zopfli v0.8.1
17022026-02-26T16:18:08.728Z Compiling dof v0.3.0
17032026-02-26T16:18:09.647Z Compiling toml_edit v0.19.15
17042026-02-26T16:18:09.967Z Compiling elliptic-curve v0.13.8
17052026-02-26T16:18:10.192Z Compiling hubpack v0.1.2
17062026-02-26T16:18:10.310Z Compiling daft v0.1.4
17072026-02-26T16:18:10.642Z Compiling cargo_metadata v0.19.2
17082026-02-26T16:18:10.818Z Compiling hyper-tls v0.6.0
17092026-02-26T16:18:10.843Z Compiling signal-hook-mio v0.2.4
17102026-02-26T16:18:11.050Z Compiling cookie_store v0.22.1
17112026-02-26T16:18:11.253Z Compiling zstd v0.13.3
17122026-02-26T16:18:13.101Z Compiling serde_with_macros v3.16.1
17132026-02-26T16:18:13.840Z Compiling postgres-types v0.2.9
17142026-02-26T16:18:15.105Z Compiling usdt-attr-macro v0.6.0
17152026-02-26T16:18:15.511Z Compiling usdt-macro v0.6.0
17162026-02-26T16:18:15.570Z Compiling phf v0.11.2
17172026-02-26T16:18:15.688Z Compiling dtrace-parser v0.2.0
17182026-02-26T16:18:15.893Z Compiling ed25519 v2.2.3
17192026-02-26T16:18:15.972Z Compiling bzip2 v0.4.4
17202026-02-26T16:18:16.425Z Compiling bzip2 v0.5.2
17212026-02-26T16:18:16.755Z Compiling bstr v1.10.0
17222026-02-26T16:18:16.819Z Compiling pkcs1 v0.7.5
17232026-02-26T16:18:16.946Z Compiling hex v0.4.3
17242026-02-26T16:18:17.328Z Compiling serde-big-array v0.5.1
17252026-02-26T16:18:17.440Z Compiling rfc6979 v0.4.0
17262026-02-26T16:18:17.509Z Compiling strum_macros v0.26.4
17272026-02-26T16:18:17.587Z Compiling clap_derive v4.5.47
17282026-02-26T16:18:17.651Z Compiling enum-as-inner v0.6.1
17292026-02-26T16:18:17.675Z Compiling serde_repr v0.1.19
17302026-02-26T16:18:17.858Z Compiling float-cmp v0.10.0
17312026-02-26T16:18:18.108Z Compiling env_filter v0.1.2
17322026-02-26T16:18:18.133Z Compiling memmap2 v0.9.8
17332026-02-26T16:18:18.537Z Compiling socket2 v0.5.10
17342026-02-26T16:18:18.561Z Compiling encoding_rs v0.8.34
17352026-02-26T16:18:18.611Z Compiling fixedbitset v0.5.7
17362026-02-26T16:18:18.685Z Compiling difflib v0.4.0
17372026-02-26T16:18:19.292Z Compiling static_assertions v1.1.0
17382026-02-26T16:18:19.402Z Compiling rustc-hash v2.1.1
17392026-02-26T16:18:19.436Z Compiling whoami v1.5.2
17402026-02-26T16:18:19.634Z Compiling keccak v0.1.5
17412026-02-26T16:18:19.929Z Compiling mime v0.3.17
17422026-02-26T16:18:19.968Z Compiling data-encoding v2.9.0
17432026-02-26T16:18:20.442Z Compiling jiff v0.2.15
17442026-02-26T16:18:21.330Z Compiling predicates-core v1.0.8
17452026-02-26T16:18:21.490Z Compiling normalize-line-endings v0.3.0
17462026-02-26T16:18:21.515Z Compiling fixedbitset v0.4.2
17472026-02-26T16:18:21.566Z Compiling new_debug_unreachable v1.0.6
17482026-02-26T16:18:21.637Z Compiling precomputed-hash v0.1.1
17492026-02-26T16:18:21.662Z Compiling toml_edit v0.22.27
17502026-02-26T16:18:21.691Z Compiling predicates v3.1.3
17512026-02-26T16:18:21.778Z Compiling string_cache v0.8.9
17522026-02-26T16:18:21.957Z Compiling petgraph v0.6.5
17532026-02-26T16:18:22.027Z Compiling clap v4.5.48
17542026-02-26T16:18:22.157Z Compiling strum v0.26.3
17552026-02-26T16:18:22.188Z Compiling hickory-proto v0.25.2
17562026-02-26T16:18:22.353Z Compiling sha3 v0.10.8
17572026-02-26T16:18:23.103Z Compiling tokio-postgres v0.7.13
17582026-02-26T16:18:23.270Z Compiling iddqd v0.3.16
17592026-02-26T16:18:23.397Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17602026-02-26T16:18:25.333Z Compiling petgraph v0.8.2
17612026-02-26T16:18:25.700Z Compiling usdt v0.6.0
17622026-02-26T16:18:26.184Z Compiling env_logger v0.11.8
17632026-02-26T16:18:26.880Z Compiling usdt-impl v0.5.0
17642026-02-26T16:18:27.669Z Compiling zip v4.2.0
17652026-02-26T16:18:27.822Z Compiling similar v2.7.0
17662026-02-26T16:18:28.001Z Compiling ecdsa v0.16.9
17672026-02-26T16:18:28.793Z Compiling serde_with v3.16.1
17682026-02-26T16:18:29.513Z Compiling rsa v0.9.8
17692026-02-26T16:18:29.540Z Compiling zip v0.6.6
17702026-02-26T16:18:29.671Z Compiling ed25519-dalek v2.1.1
17712026-02-26T16:18:30.764Z Compiling toml v0.7.8
17722026-02-26T16:18:30.905Z Compiling crossterm v0.28.1
17732026-02-26T16:18:32.132Z Compiling itertools v0.10.5
17742026-02-26T16:18:32.468Z Compiling itertools v0.13.0
17752026-02-26T16:18:32.492Z Compiling heck v0.4.1
17762026-02-26T16:18:32.896Z Compiling crossbeam-epoch v0.9.18
17772026-02-26T16:18:32.921Z Compiling tokio-stream v0.1.17
17782026-02-26T16:18:33.064Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17792026-02-26T16:18:33.474Z Compiling x509-cert v0.2.5
17802026-02-26T16:18:33.579Z Compiling openapiv3 v2.2.0
17812026-02-26T16:18:33.871Z Compiling sha1 v0.10.6
17822026-02-26T16:18:33.911Z Compiling winnow v0.6.26
17832026-02-26T16:18:34.290Z Compiling peg-runtime v0.8.5
17842026-02-26T16:18:34.331Z Compiling lalrpop-util v0.19.12
17852026-02-26T16:18:34.704Z Compiling thread_local v1.1.8
17862026-02-26T16:18:34.851Z Compiling slog-async v2.8.0
17872026-02-26T16:18:35.192Z Compiling crossbeam-channel v0.5.15
17882026-02-26T16:18:35.223Z Compiling xattr v1.3.1
17892026-02-26T16:18:35.402Z Compiling futures-executor v0.3.31
17902026-02-26T16:18:35.486Z Compiling is-terminal v0.4.13
17912026-02-26T16:18:35.630Z Compiling filetime v0.2.26
17922026-02-26T16:18:35.854Z Compiling term v1.1.0
17932026-02-26T16:18:35.914Z Compiling take_mut v0.2.2
17942026-02-26T16:18:36.165Z Compiling tar v0.4.44
17952026-02-26T16:18:36.526Z Compiling slog-term v2.9.2
17962026-02-26T16:18:37.134Z Compiling futures v0.3.31
17972026-02-26T16:18:46.814Z Compiling rustls-webpki v0.103.9
17982026-02-26T16:18:53.260Z Compiling tokio-rustls v0.26.0
17992026-02-26T16:18:53.260Z Compiling rustls-platform-verifier v0.6.2
18002026-02-26T16:18:53.585Z Compiling hyper-rustls v0.27.7
18012026-02-26T16:18:53.918Z Compiling reqwest v0.12.28
18022026-02-26T16:18:53.918Z Compiling reqwest v0.13.2
18032026-02-26T16:18:58.556Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18042026-02-26T16:18:58.937Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18052026-02-26T16:19:04.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
18062026-02-26T16:19:04.693Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18072026-02-26T16:19:04.754ZFeb 26 16:19:04.218 INFO Starting download, target: Clickhouse
18082026-02-26T16:19:04.754ZFeb 26 16:19:04.219 INFO Starting download, target: Cockroach
18092026-02-26T16:19:04.754ZFeb 26 16:19:04.219 INFO Starting download, target: Console
18102026-02-26T16:19:04.754ZFeb 26 16:19:04.219 INFO Starting download, target: DendriteStub
18112026-02-26T16:19:04.754ZFeb 26 16:19:04.219 INFO Starting download, target: TransceiverControl
18122026-02-26T16:19:04.754ZFeb 26 16:19:04.219 INFO Starting download, target: MaghemiteMgd
18132026-02-26T16:19:04.779ZFeb 26 16:19:04.220 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18142026-02-26T16:19:04.779ZFeb 26 16:19:04.220 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18152026-02-26T16:19:04.779ZFeb 26 16:19:04.220 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18162026-02-26T16:19:04.779ZFeb 26 16:19:04.220 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18172026-02-26T16:19:04.779ZFeb 26 16:19:04.220 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18182026-02-26T16:19:04.779ZFeb 26 16:19:04.220 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18192026-02-26T16:19:05.184ZFeb 26 16:19:04.644 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18202026-02-26T16:19:05.602ZFeb 26 16:19:05.059 INFO Download complete, target: Console
18212026-02-26T16:19:07.510ZFeb 26 16:19:06.945 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18222026-02-26T16:19:07.934ZFeb 26 16:19:07.349 INFO Download complete, target: TransceiverControl
18232026-02-26T16:19:08.353ZFeb 26 16:19:07.772 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18242026-02-26T16:19:12.513ZFeb 26 16:19:11.977 INFO Download complete, target: MaghemiteMgd
18252026-02-26T16:19:12.825ZFeb 26 16:19:12.288 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18262026-02-26T16:19:14.977ZFeb 26 16:19:14.425 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18272026-02-26T16:19:14.978ZFeb 26 16:19:14.425 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18282026-02-26T16:19:17.240ZFeb 26 16:19:16.705 INFO Download complete, target: DendriteStub
18292026-02-26T16:19:24.266ZFeb 26 16:19:23.731 INFO Checking that binary works, target: Cockroach
18302026-02-26T16:19:24.468ZFeb 26 16:19:23.933 INFO Download complete, target: Cockroach
18312026-02-26T16:19:31.757ZFeb 26 16:19:31.222 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18322026-02-26T16:19:43.910ZFeb 26 16:19:43.375 INFO Checking that binary works, target: Clickhouse
18332026-02-26T16:19:44.047ZFeb 26 16:19:43.512 INFO Download complete, target: Clickhouse
18342026-02-26T16:19:44.072ZAll prerequisites installed successfully
18352026-02-26T16:19:44.072Z
18362026-02-26T16:19:44.072Zreal 5:13.095746693
18372026-02-26T16:19:44.072Zuser 16:05.978231808
18382026-02-26T16:19:44.072Zsys 2:34.940867563
18392026-02-26T16:19:44.072Ztrap 0.594911273
18402026-02-26T16:19:44.072Ztflt 0.377203569
18412026-02-26T16:19:44.072Zdflt 0.809588473
18422026-02-26T16:19:44.072Zkflt 0.009307583
18432026-02-26T16:19:44.072Zlock 46:19.080357950
18442026-02-26T16:19:44.072Zslp 1:00:01.253460498
18452026-02-26T16:19:44.072Zlat 1:08.159481032
18462026-02-26T16:19:44.072Zstop 2:39.778084801
18472026-02-26T16:19:44.072Z+ source ./tools/include/force-git-over-https.sh
18482026-02-26T16:19:44.072Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18492026-02-26T16:19:44.072Z++ (( i = 0 ))
18502026-02-26T16:19:44.073Z++ (( i < 5 ))
18512026-02-26T16:19:44.073Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18522026-02-26T16:19:44.073Z++ (( i++ ))
18532026-02-26T16:19:44.073Z++ (( i < 5 ))
18542026-02-26T16:19:44.073Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18552026-02-26T16:19:44.073Z++ (( i++ ))
18562026-02-26T16:19:44.073Z++ (( i < 5 ))
18572026-02-26T16:19:44.073Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18582026-02-26T16:19:44.073Z++ (( i++ ))
18592026-02-26T16:19:44.073Z++ (( i < 5 ))
18602026-02-26T16:19:44.073Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18612026-02-26T16:19:44.098Z++ (( i++ ))
18622026-02-26T16:19:44.098Z++ (( i < 5 ))
18632026-02-26T16:19:44.098Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18642026-02-26T16:19:44.098Z++ (( i++ ))
18652026-02-26T16:19:44.098Z++ (( i < 5 ))
18662026-02-26T16:19:44.098Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18672026-02-26T16:19:44.098Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18682026-02-26T16:19:44.098Z+ rc=0
18692026-02-26T16:19:44.098Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18702026-02-26T16:20:39.816Z+ case $rc in
18712026-02-26T16:20:39.816Z+ pfexec zfs create -p rpool/images/build/host
18722026-02-26T16:20:39.893Z+ pfexec zfs create -p rpool/images/build/recovery
18732026-02-26T16:20:39.925Z+ cargo xtask releng --output-dir /work --mkincorp
18742026-02-26T16:20:41.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
18752026-02-26T16:20:41.245Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18762026-02-26T16:20:43.251Z Compiling proc-macro2 v1.0.106
18772026-02-26T16:20:43.251Z Compiling quote v1.0.44
18782026-02-26T16:20:43.276Z Compiling unicode-ident v1.0.24
18792026-02-26T16:20:43.276Z Compiling libc v0.2.180
18802026-02-26T16:20:43.276Z Compiling serde_core v1.0.228
18812026-02-26T16:20:43.276Z Compiling serde v1.0.228
18822026-02-26T16:20:43.276Z Compiling autocfg v1.4.0
18832026-02-26T16:20:43.276Z Compiling cfg-if v1.0.4
18842026-02-26T16:20:43.504Z Compiling version_check v0.9.5
18852026-02-26T16:20:43.717Z Compiling shlex v1.3.0
18862026-02-26T16:20:44.055Z Compiling find-msvc-tools v0.1.9
18872026-02-26T16:20:44.092Z Compiling typenum v1.17.0
18882026-02-26T16:20:44.143Z Compiling lock_api v0.4.12
18892026-02-26T16:20:44.545Z Compiling generic-array v0.14.7
18902026-02-26T16:20:44.629Z Compiling portable-atomic v1.11.0
18912026-02-26T16:20:44.881Z Compiling zmij v1.0.15
18922026-02-26T16:20:44.946Z Compiling serde_json v1.0.149
18932026-02-26T16:20:45.418Z Compiling memchr v2.7.4
18942026-02-26T16:20:45.483Z Compiling getrandom v0.3.4
18952026-02-26T16:20:45.651Z Compiling jobserver v0.1.32
18962026-02-26T16:20:45.923Z Compiling syn v2.0.117
18972026-02-26T16:20:45.959Z Compiling libm v0.2.8
18982026-02-26T16:20:46.027Z Compiling num-traits v0.2.19
18992026-02-26T16:20:46.316Z Compiling cc v1.2.56
19002026-02-26T16:20:46.386Z Compiling parking_lot_core v0.9.10
19012026-02-26T16:20:46.410Z Compiling smallvec v1.15.1
19022026-02-26T16:20:46.794Z Compiling getrandom v0.2.15
19032026-02-26T16:20:46.827Z Compiling pkg-config v0.3.31
19042026-02-26T16:20:46.973Z Compiling value-bag v1.12.0
19052026-02-26T16:20:47.727Z Compiling log v0.4.29
19062026-02-26T16:20:47.766Z Compiling itoa v1.0.11
19072026-02-26T16:20:48.167Z Compiling thiserror v2.0.18
19082026-02-26T16:20:48.426Z Compiling scopeguard v1.2.0
19092026-02-26T16:20:48.704Z Compiling slab v0.4.9
19102026-02-26T16:20:48.816Z Compiling stable_deref_trait v1.2.0
19112026-02-26T16:20:48.841Z Compiling subtle v2.6.1
19122026-02-26T16:20:48.947Z Compiling critical-section v1.1.3
19132026-02-26T16:20:49.033Z Compiling heck v0.5.0
19142026-02-26T16:20:49.138Z Compiling semver v1.0.27
19152026-02-26T16:20:49.187Z Compiling rand_core v0.6.4
19162026-02-26T16:20:50.188Z Compiling once_cell v1.21.3
19172026-02-26T16:20:50.242Z Compiling writeable v0.5.5
19182026-02-26T16:20:50.491Z Compiling litemap v0.7.3
19192026-02-26T16:20:51.333Z Compiling equivalent v1.0.2
19202026-02-26T16:20:51.366Z Compiling schemars v0.8.22
19212026-02-26T16:20:51.469Z Compiling allocator-api2 v0.2.21
19222026-02-26T16:20:51.514Z Compiling percent-encoding v2.3.2
19232026-02-26T16:20:51.874Z Compiling ring v0.17.14
19242026-02-26T16:20:52.001Z Compiling cmake v0.1.57
19252026-02-26T16:20:52.272Z Compiling icu_locid_transform_data v1.5.0
19262026-02-26T16:20:52.296Z Compiling dunce v1.0.5
19272026-02-26T16:20:52.403Z Compiling fs_extra v1.3.0
19282026-02-26T16:20:52.799Z Compiling byteorder v1.5.0
19292026-02-26T16:20:52.927Z Compiling aws-lc-sys v0.37.1
19302026-02-26T16:20:52.984Z Compiling synstructure v0.13.1
19312026-02-26T16:20:53.241Z Compiling serde_derive_internals v0.29.1
19322026-02-26T16:20:53.591Z Compiling icu_properties_data v1.5.0
19332026-02-26T16:20:53.975Z Compiling utf8_iter v1.0.4
19342026-02-26T16:20:54.146Z Compiling utf16_iter v1.0.5
19352026-02-26T16:20:54.180Z Compiling write16 v1.0.0
19362026-02-26T16:20:54.219Z Compiling pin-project-lite v0.2.14
19372026-02-26T16:20:54.362Z Compiling icu_normalizer_data v1.5.0
19382026-02-26T16:20:54.452Z Compiling foldhash v0.2.0
19392026-02-26T16:20:54.707Z Compiling form_urlencoded v1.2.2
19402026-02-26T16:20:54.864Z Compiling hashbrown v0.16.1
19412026-02-26T16:20:55.070Z Compiling aws-lc-rs v1.16.0
19422026-02-26T16:20:55.095Z Compiling futures-core v0.3.32
19432026-02-26T16:20:55.319Z Compiling rustversion v1.0.22
19442026-02-26T16:20:55.424Z Compiling const-oid v0.9.6
19452026-02-26T16:20:56.182Z Compiling serde_derive v1.0.228
19462026-02-26T16:20:56.265Z Compiling zeroize_derive v1.4.2
19472026-02-26T16:20:56.289Z Compiling zerofrom-derive v0.1.4
19482026-02-26T16:20:56.430Z Compiling yoke-derive v0.7.4
19492026-02-26T16:20:56.473Z Compiling zerovec-derive v0.10.3
19502026-02-26T16:20:56.770Z Compiling displaydoc v0.2.5
19512026-02-26T16:20:56.850Z Compiling icu_provider_macros v1.5.0
19522026-02-26T16:20:57.427Z Compiling zeroize v1.8.1
19532026-02-26T16:20:57.882Z Compiling tokio-macros v2.6.0
19542026-02-26T16:20:57.916Z Compiling thiserror-impl v2.0.18
19552026-02-26T16:20:57.957Z Compiling zerocopy-derive v0.7.35
19562026-02-26T16:20:58.209Z Compiling futures-macro v0.3.31
19572026-02-26T16:20:58.863Z Compiling zerofrom v0.1.4
19582026-02-26T16:20:59.233Z Compiling yoke v0.7.4
19592026-02-26T16:20:59.524Z Compiling schemars_derive v0.8.22
19602026-02-26T16:20:59.619Z Compiling zerovec v0.10.4
19612026-02-26T16:20:59.716Z Compiling der_derive v0.7.3
19622026-02-26T16:20:59.855Z Compiling crypto-common v0.1.6
19632026-02-26T16:21:00.204Z Compiling tracing-attributes v0.1.27
19642026-02-26T16:21:00.304Z Compiling signal-hook-registry v1.4.2
19652026-02-26T16:21:00.658Z Compiling fnv v1.0.7
19662026-02-26T16:21:01.684Z Compiling tinystr v0.7.6
19672026-02-26T16:21:01.875Z Compiling icu_collections v1.5.0
19682026-02-26T16:21:02.162Z Compiling icu_locid v1.5.0
19692026-02-26T16:21:03.342Z Compiling bytes v1.11.1
19702026-02-26T16:21:03.750Z Compiling bitflags v2.9.4
19712026-02-26T16:21:03.901Z Compiling icu_provider v1.5.0
19722026-02-26T16:21:04.430Z Compiling parking_lot v0.12.3
19732026-02-26T16:21:04.711Z Compiling mio v1.0.2
19742026-02-26T16:21:04.866Z Compiling icu_locid_transform v1.5.0
19752026-02-26T16:21:05.681Z Compiling httparse v1.9.5
19762026-02-26T16:21:05.723Z Compiling vcpkg v0.2.15
19772026-02-26T16:21:06.313Z Compiling block-buffer v0.10.4
19782026-02-26T16:21:06.457Z Compiling icu_properties v1.5.1
19792026-02-26T16:21:06.917Z Compiling zerocopy v0.8.27
19802026-02-26T16:21:07.129Z Compiling digest v0.10.7
19812026-02-26T16:21:07.153Z Compiling openssl-sys v0.9.109
19822026-02-26T16:21:07.494Z Compiling indexmap v2.13.0
19832026-02-26T16:21:07.583Z Compiling socket2 v0.6.1
19842026-02-26T16:21:08.116Z Compiling zerocopy-derive v0.8.27
19852026-02-26T16:21:08.260Z Compiling tokio v1.49.0
19862026-02-26T16:21:09.118Z Compiling rustix v1.1.3
19872026-02-26T16:21:09.585Z Compiling rustix v0.38.37
19882026-02-26T16:21:09.680Z Compiling rustls v0.23.37
19892026-02-26T16:21:09.910Z Compiling futures-sink v0.3.31
19902026-02-26T16:21:10.123Z Compiling futures-channel v0.3.31
19912026-02-26T16:21:10.341Z Compiling icu_normalizer v1.5.0
19922026-02-26T16:21:10.961Z Compiling errno v0.3.12
19932026-02-26T16:21:11.208Z Compiling iana-time-zone v0.1.63
19942026-02-26T16:21:11.321Z Compiling futures-task v0.3.31
19952026-02-26T16:21:11.484Z Compiling pin-utils v0.1.0
19962026-02-26T16:21:11.532Z Compiling idna_adapter v1.2.0
19972026-02-26T16:21:11.723Z Compiling futures-io v0.3.31
19982026-02-26T16:21:11.788Z Compiling idna v1.0.3
19992026-02-26T16:21:12.001Z Compiling futures-util v0.3.31
20002026-02-26T16:21:12.026Z Compiling chrono v0.4.43
20012026-02-26T16:21:12.467Z Compiling zerocopy v0.7.35
20022026-02-26T16:21:12.844Z Compiling url v2.5.4
20032026-02-26T16:21:14.812Z Compiling uuid v1.19.0
20042026-02-26T16:21:15.908Z Compiling openssl v0.10.73
20052026-02-26T16:21:17.532Z Compiling cpufeatures v0.2.14
20062026-02-26T16:21:17.842Z Compiling ppv-lite86 v0.2.20
20072026-02-26T16:21:17.998Z Compiling rustls-pki-types v1.14.0
20082026-02-26T16:21:18.207Z Compiling openssl-macros v0.1.1
20092026-02-26T16:21:18.967Z Compiling rustc_version v0.4.1
20102026-02-26T16:21:19.116Z Compiling ucd-trie v0.1.7
20112026-02-26T16:21:19.417Z Compiling native-tls v0.2.12
20122026-02-26T16:21:19.638Z Compiling strsim v0.11.1
20132026-02-26T16:21:19.668Z Compiling pest v2.8.2
20142026-02-26T16:21:19.712Z Compiling hmac v0.12.1
20152026-02-26T16:21:19.832Z Compiling http v1.4.0
20162026-02-26T16:21:19.910Z Compiling serde_tokenstream v0.2.3
20172026-02-26T16:21:20.146Z Compiling base64 v0.22.1
20182026-02-26T16:21:20.314Z Compiling regex-syntax v0.8.5
20192026-02-26T16:21:20.462Z Compiling foldhash v0.1.5
20202026-02-26T16:21:20.959Z Compiling dyn-clone v1.0.20
20212026-02-26T16:21:21.607Z Compiling hashbrown v0.15.4
20222026-02-26T16:21:22.574Z Compiling pest_meta v2.8.2
20232026-02-26T16:21:23.354Z Compiling block-padding v0.3.3
20242026-02-26T16:21:23.884Z Compiling bzip2-sys v0.1.13+1.0.8
20252026-02-26T16:21:24.335Z Compiling ident_case v1.0.1
20262026-02-26T16:21:24.359Z Compiling thiserror v1.0.69
20272026-02-26T16:21:24.539Z Compiling untrusted v0.9.0
20282026-02-26T16:21:25.157Z Compiling pest_generator v2.8.2
20292026-02-26T16:21:25.233Z Compiling inout v0.1.3
20302026-02-26T16:21:26.576Z Compiling spin v0.9.8
20312026-02-26T16:21:26.601Z Compiling time-core v0.1.8
20322026-02-26T16:21:27.273Z Compiling syn v1.0.109
20332026-02-26T16:21:27.532Z Compiling num-conv v0.2.0
20342026-02-26T16:21:27.905Z Compiling time-macros v0.2.27
20352026-02-26T16:21:29.695Z Compiling pest_derive v2.8.2
20362026-02-26T16:21:30.194Z Compiling cipher v0.4.4
20372026-02-26T16:21:30.586Z Compiling tokio-util v0.7.15
20382026-02-26T16:21:30.693Z Compiling sha2 v0.10.9
20392026-02-26T16:21:33.274Z Compiling slog v2.8.2
20402026-02-26T16:21:33.664Z Compiling thiserror-impl v1.0.69
20412026-02-26T16:21:33.832Z Compiling scroll_derive v0.13.1
20422026-02-26T16:21:33.875Z Compiling tracing-core v0.1.32
20432026-02-26T16:21:34.843Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20442026-02-26T16:21:35.332Z Compiling crossbeam-utils v0.8.21
20452026-02-26T16:21:35.524Z Compiling base64ct v1.6.0
20462026-02-26T16:21:35.780Z Compiling tracing v0.1.40
20472026-02-26T16:21:36.096Z Compiling pem-rfc7468 v0.7.0
20482026-02-26T16:21:36.132Z Compiling http-body v1.0.1
20492026-02-26T16:21:36.469Z Compiling aho-corasick v1.1.3
20502026-02-26T16:21:36.667Z Compiling atomic-waker v1.1.2
20512026-02-26T16:21:36.771Z Compiling flagset v0.4.6
20522026-02-26T16:21:37.057Z Compiling der v0.7.10
20532026-02-26T16:21:38.519Z Compiling regex-automata v0.4.14
20542026-02-26T16:21:38.820Z Compiling rand_core v0.9.3
20552026-02-26T16:21:39.530Z Compiling openssl-probe v0.1.5
20562026-02-26T16:21:39.646Z Compiling paste v1.0.15
20572026-02-26T16:21:39.816Z Compiling try-lock v0.2.5
20582026-02-26T16:21:40.046Z Compiling tower-service v0.3.3
20592026-02-26T16:21:40.071Z Compiling untrusted v0.7.1
20602026-02-26T16:21:40.120Z Compiling camino v1.2.2
20612026-02-26T16:21:40.256Z Compiling plain v0.2.3
20622026-02-26T16:21:40.468Z Compiling tower-layer v0.3.3
20632026-02-26T16:21:40.758Z Compiling want v0.3.1
20642026-02-26T16:21:40.917Z Compiling spki v0.7.3
20652026-02-26T16:21:41.365Z Compiling h2 v0.4.6
20662026-02-26T16:21:41.501Z Compiling salsa20 v0.10.2
20672026-02-26T16:21:41.758Z Compiling pbkdf2 v0.12.2
20682026-02-26T16:21:42.235Z Compiling ipnet v2.11.0
20692026-02-26T16:21:45.123Z Compiling num-bigint-dig v0.8.6
20702026-02-26T16:21:45.286Z Compiling httpdate v1.0.3
20712026-02-26T16:21:46.099Z Compiling scrypt v0.11.0
20722026-02-26T16:21:46.558Z Compiling rand_chacha v0.9.0
20732026-02-26T16:21:47.182Z Compiling aes v0.8.4
20742026-02-26T16:21:47.303Z Compiling cbc v0.1.2
20752026-02-26T16:21:48.845Z Compiling cookie v0.18.1
20762026-02-26T16:21:48.876Z Compiling ahash v0.8.12
20772026-02-26T16:21:49.063Z Compiling anyhow v1.0.99
20782026-02-26T16:21:49.196Z Compiling usdt-impl v0.6.0
20792026-02-26T16:21:49.245Z Compiling zstd-safe v7.2.3
20802026-02-26T16:21:49.552Z Compiling hyper v1.8.1
20812026-02-26T16:21:49.586Z Compiling pretty-hex v0.4.1
20822026-02-26T16:21:49.653Z Compiling fastrand v2.1.1
20832026-02-26T16:21:50.402Z Compiling pkcs5 v0.7.1
20842026-02-26T16:21:53.392Z Compiling hyper-util v0.1.19
20852026-02-26T16:21:53.430Z Compiling rand v0.9.2
20862026-02-26T16:21:54.707Z Compiling regex v1.12.3
20872026-02-26T16:21:55.931Z Compiling scroll v0.13.0
20882026-02-26T16:21:56.401Z Compiling lazy_static v1.5.0
20892026-02-26T16:21:56.526Z Compiling heapless v0.7.17
20902026-02-26T16:21:56.650Z Compiling async-trait v0.1.89
20912026-02-26T16:21:56.943Z Compiling scroll_derive v0.12.0
20922026-02-26T16:21:57.730Z Compiling clap_derive v4.5.47
20932026-02-26T16:21:58.163Z Compiling daft-derive v0.1.4
20942026-02-26T16:21:58.738Z Compiling adler2 v2.0.0
20952026-02-26T16:21:58.988Z Compiling foreign-types-shared v0.1.1
20962026-02-26T16:21:59.135Z Compiling signal-hook v0.3.18
20972026-02-26T16:21:59.447Z Compiling foreign-types v0.3.2
20982026-02-26T16:21:59.506Z Compiling miniz_oxide v0.8.5
20992026-02-26T16:21:59.598Z Compiling goblin v0.10.2
21002026-02-26T16:22:00.785Z Compiling tempfile v3.24.0
21012026-02-26T16:22:01.289Z Compiling pkcs8 v0.10.2
21022026-02-26T16:22:01.873Z Compiling rustls-native-certs v0.8.1
21032026-02-26T16:22:02.467Z Compiling http-body-util v0.1.3
21042026-02-26T16:22:02.789Z Compiling darling_core v0.20.10
21052026-02-26T16:22:03.258Z Compiling sync_wrapper v1.0.1
21062026-02-26T16:22:03.420Z Compiling ryu v1.0.18
21072026-02-26T16:22:03.947Z Compiling tinyvec_macros v0.1.1
21082026-02-26T16:22:04.480Z Compiling tinyvec v1.8.0
21092026-02-26T16:22:07.917Z Compiling darling_macro v0.20.10
21102026-02-26T16:22:08.800Z Compiling dof v0.4.0
21112026-02-26T16:22:08.870Z Compiling serde_urlencoded v0.7.1
21122026-02-26T16:22:09.421Z Compiling tower v0.5.2
21132026-02-26T16:22:12.891Z Compiling dtrace-parser v0.3.0
21142026-02-26T16:22:13.801Z Compiling darling_core v0.21.0
21152026-02-26T16:22:14.234Z Compiling curve25519-dalek v4.1.3
21162026-02-26T16:22:14.384Z Compiling webpki-roots v1.0.1
21172026-02-26T16:22:14.619Z Compiling strum_macros v0.26.4
21182026-02-26T16:22:14.643Z Compiling hex v0.4.3
21192026-02-26T16:22:15.280Z Compiling thread-id v5.0.0
21202026-02-26T16:22:15.424Z Compiling memoffset v0.9.1
21212026-02-26T16:22:15.878Z Compiling smoltcp v0.9.1
21222026-02-26T16:22:15.903Z Compiling anstyle v1.0.11
21232026-02-26T16:22:16.498Z Compiling utf8parse v0.2.2
21242026-02-26T16:22:16.793Z Compiling litrs v0.4.1
21252026-02-26T16:22:17.574Z Compiling ref-cast v1.0.25
21262026-02-26T16:22:17.829Z Compiling iri-string v0.7.8
21272026-02-26T16:22:18.348Z Compiling document-features v0.2.11
21282026-02-26T16:22:18.921Z Compiling darling_macro v0.21.0
21292026-02-26T16:22:20.577Z Compiling anstyle-parse v0.2.5
21302026-02-26T16:22:22.047Z Compiling tower-http v0.6.8
21312026-02-26T16:22:23.632Z Compiling darling v0.20.10
21322026-02-26T16:22:24.355Z Compiling erased-serde v0.3.31
21332026-02-26T16:22:25.047Z Compiling serde_spanned v0.6.9
21342026-02-26T16:22:25.280Z Compiling toml_datetime v0.6.11
21352026-02-26T16:22:25.340Z Compiling wait-timeout v0.2.0
21362026-02-26T16:22:25.498Z Compiling encoding_rs v0.8.34
21372026-02-26T16:22:25.752Z Compiling mime v0.3.17
21382026-02-26T16:22:25.853Z Compiling colorchoice v1.0.2
21392026-02-26T16:22:26.031Z Compiling is_terminal_polyfill v1.70.1
21402026-02-26T16:22:26.079Z Compiling anstyle-query v1.1.1
21412026-02-26T16:22:26.214Z Compiling quick-error v1.2.3
21422026-02-26T16:22:26.258Z Compiling buf-list v1.0.3
21432026-02-26T16:22:26.399Z Compiling powerfmt v0.2.0
21442026-02-26T16:22:26.824Z Compiling bit-vec v0.8.0
21452026-02-26T16:22:27.185Z Compiling cfg_aliases v0.2.1
21462026-02-26T16:22:27.357Z Compiling gimli v0.31.1
21472026-02-26T16:22:27.840Z Compiling nix v0.29.0
21482026-02-26T16:22:28.487Z Compiling bit-set v0.8.0
21492026-02-26T16:22:28.768Z Compiling deranged v0.5.3
21502026-02-26T16:22:31.391Z Compiling addr2line v0.24.2
21512026-02-26T16:22:31.500Z Compiling rusty-fork v0.3.0
21522026-02-26T16:22:31.539Z Compiling anstream v0.6.18
21532026-02-26T16:22:33.275Z Compiling derive_builder_core v0.20.2
21542026-02-26T16:22:35.911Z Compiling tokio-native-tls v0.3.1
21552026-02-26T16:22:36.229Z Compiling darling v0.21.0
21562026-02-26T16:22:36.367Z Compiling unicode-normalization v0.1.24
21572026-02-26T16:22:37.054Z Compiling hubpack_derive v0.1.1
21582026-02-26T16:22:37.356Z Compiling rand_xorshift v0.4.0
21592026-02-26T16:22:37.647Z Compiling ipnetwork v0.21.1
21602026-02-26T16:22:38.705Z Compiling openapiv3 v2.2.0
21612026-02-26T16:22:38.756Z Compiling signature v2.2.0
21622026-02-26T16:22:38.849Z Compiling strum_macros v0.27.2
21632026-02-26T16:22:39.017Z Compiling ref-cast-impl v1.0.25
21642026-02-26T16:22:39.995Z Compiling curve25519-dalek-derive v0.1.1
21652026-02-26T16:22:40.947Z Compiling object v0.36.5
21662026-02-26T16:22:41.243Z Compiling fs-err v3.1.1
21672026-02-26T16:22:41.632Z Compiling usdt-impl v0.5.0
21682026-02-26T16:22:42.015Z Compiling crc32fast v1.4.2
21692026-02-26T16:22:42.295Z Compiling unicode-properties v0.1.3
21702026-02-26T16:22:42.704Z Compiling siphasher v0.3.11
21712026-02-26T16:22:42.850Z Compiling unicode-bidi v0.3.17
21722026-02-26T16:22:43.034Z Compiling rustc-demangle v0.1.24
21732026-02-26T16:22:43.058Z Compiling num_threads v0.1.7
21742026-02-26T16:22:43.224Z Compiling unarray v0.1.4
21752026-02-26T16:22:43.379Z Compiling zlib-rs v0.5.1
21762026-02-26T16:22:43.891Z Compiling stringprep v0.1.5
21772026-02-26T16:22:43.979Z Compiling time v0.3.47
21782026-02-26T16:22:44.416Z Compiling proptest v1.7.0
21792026-02-26T16:22:47.419Z Compiling backtrace v0.3.74
21802026-02-26T16:22:47.567Z Compiling libz-rs-sys v0.5.1
21812026-02-26T16:22:48.065Z Compiling phf_shared v0.11.2
21822026-02-26T16:22:49.479Z Compiling oxnet v0.1.4
21832026-02-26T16:22:50.249Z Compiling serde_with_macros v3.16.1
21842026-02-26T16:22:50.974Z Compiling hyper-tls v0.6.0
21852026-02-26T16:22:51.530Z Compiling derive_builder_macro v0.20.2
21862026-02-26T16:22:51.769Z Compiling usdt-attr-macro v0.6.0
21872026-02-26T16:22:51.827Z Compiling usdt-macro v0.6.0
21882026-02-26T16:22:52.347Z Compiling scroll v0.12.0
21892026-02-26T16:22:52.881Z Compiling terminal_size v0.4.0
21902026-02-26T16:22:53.143Z Compiling rand_chacha v0.3.1
21912026-02-26T16:22:53.360Z Compiling md-5 v0.10.6
21922026-02-26T16:22:53.851Z Compiling vergen-lib v0.1.6
21932026-02-26T16:22:53.887Z Compiling num-integer v0.1.46
21942026-02-26T16:22:54.164Z Compiling hash32 v0.2.1
21952026-02-26T16:22:54.470Z Compiling ff v0.13.0
21962026-02-26T16:22:54.555Z Compiling fallible-iterator v0.2.0
21972026-02-26T16:22:54.583Z Compiling clap_lex v0.7.4
21982026-02-26T16:22:55.237Z Compiling psl-types v2.0.11
21992026-02-26T16:22:55.454Z Compiling base16ct v0.2.0
22002026-02-26T16:22:55.481Z Compiling winnow v0.7.14
22012026-02-26T16:22:57.686Z Compiling clap_builder v4.5.48
22022026-02-26T16:22:59.280Z Compiling rustls-webpki v0.103.9
22032026-02-26T16:22:59.823Z Compiling sec1 v0.7.3
22042026-02-26T16:23:00.167Z Compiling publicsuffix v2.3.0
22052026-02-26T16:23:00.610Z Compiling postgres-protocol v0.6.8
22062026-02-26T16:23:01.307Z Compiling group v0.13.0
22072026-02-26T16:23:01.695Z Compiling num-iter v0.1.45
22082026-02-26T16:23:02.123Z Compiling rand v0.8.5
22092026-02-26T16:23:04.567Z Compiling goblin v0.8.2
22102026-02-26T16:23:05.562Z Compiling derive_builder v0.20.2
22112026-02-26T16:23:06.198Z Compiling newtype-uuid v1.3.2
22122026-02-26T16:23:06.237Z Compiling flate2 v1.1.2
22132026-02-26T16:23:07.525Z Compiling tokio-rustls v0.26.0
22142026-02-26T16:23:07.996Z Compiling hyper-rustls v0.27.7
22152026-02-26T16:23:08.690Z Compiling hkdf v0.12.4
22162026-02-26T16:23:08.916Z Compiling vergen v9.0.6
22172026-02-26T16:23:08.942Z Compiling cargo-platform v0.1.8
22182026-02-26T16:23:09.247Z Compiling crypto-bigint v0.5.5
22192026-02-26T16:23:09.389Z Compiling regress v0.10.5
22202026-02-26T16:23:11.825Z Compiling serde_repr v0.1.19
22212026-02-26T16:23:12.251Z Compiling enum-as-inner v0.6.1
22222026-02-26T16:23:12.881Z Compiling simd-adler32 v0.3.7
22232026-02-26T16:23:13.279Z Compiling managed v0.8.0
22242026-02-26T16:23:13.484Z Compiling lockfree-object-pool v0.1.6
22252026-02-26T16:23:13.763Z Compiling unicode-segmentation v1.12.0
22262026-02-26T16:23:13.788Z Compiling bumpalo v3.16.0
22272026-02-26T16:23:13.951Z Compiling either v1.15.0
22282026-02-26T16:23:14.356Z Compiling bitflags v1.3.2
22292026-02-26T16:23:14.482Z Compiling winnow v0.5.40
22302026-02-26T16:23:14.585Z Compiling zopfli v0.8.1
22312026-02-26T16:23:16.616Z Compiling typify-impl v0.4.3
22322026-02-26T16:23:17.028Z Compiling elliptic-curve v0.13.8
22332026-02-26T16:23:17.703Z Compiling toml_edit v0.19.15
22342026-02-26T16:23:17.767Z Compiling dof v0.3.0
22352026-02-26T16:23:19.310Z Compiling cargo_metadata v0.19.2
22362026-02-26T16:23:22.678Z Compiling rustls-platform-verifier v0.6.2
22372026-02-26T16:23:23.265Z Compiling daft v0.1.4
22382026-02-26T16:23:23.447Z Compiling zstd v0.13.3
22392026-02-26T16:23:23.567Z Compiling signal-hook-mio v0.2.4
22402026-02-26T16:23:23.804Z Compiling cookie_store v0.22.1
22412026-02-26T16:23:23.940Z Compiling clap v4.5.48
22422026-02-26T16:23:24.049Z Compiling postgres-types v0.2.9
22432026-02-26T16:23:24.246Z Compiling dtrace-parser v0.2.0
22442026-02-26T16:23:25.280Z Compiling phf v0.11.2
22452026-02-26T16:23:25.316Z Compiling strum v0.27.2
22462026-02-26T16:23:25.645Z Compiling ed25519 v2.2.3
22472026-02-26T16:23:25.673Z Compiling hubpack v0.1.2
22482026-02-26T16:23:25.700Z Compiling bzip2 v0.4.4
22492026-02-26T16:23:25.725Z Compiling bzip2 v0.5.2
22502026-02-26T16:23:25.889Z Compiling pkcs1 v0.7.5
22512026-02-26T16:23:26.075Z Compiling bstr v1.10.0
22522026-02-26T16:23:26.177Z Compiling rfc6979 v0.4.0
22532026-02-26T16:23:26.177Z Compiling float-cmp v0.10.0
22542026-02-26T16:23:26.400Z Compiling serde-big-array v0.5.1
22552026-02-26T16:23:26.482Z Compiling structmeta-derive v0.3.0
22562026-02-26T16:23:26.652Z Compiling env_filter v0.1.2
22572026-02-26T16:23:26.785Z Compiling memmap2 v0.9.8
22582026-02-26T16:23:26.842Z Compiling thread-id v4.2.2
22592026-02-26T16:23:27.001Z Compiling socket2 v0.5.10
22602026-02-26T16:23:27.245Z Compiling fixedbitset v0.5.7
22612026-02-26T16:23:27.363Z Compiling static_assertions v1.1.0
22622026-02-26T16:23:27.502Z Compiling toml_write v0.1.2
22632026-02-26T16:23:27.924Z Compiling keccak v0.1.5
22642026-02-26T16:23:28.145Z Compiling radium v0.7.0
22652026-02-26T16:23:28.368Z Compiling normalize-line-endings v0.3.0
22662026-02-26T16:23:28.482Z Compiling data-encoding v2.9.0
22672026-02-26T16:23:28.556Z Compiling fixedbitset v0.4.2
22682026-02-26T16:23:28.613Z Compiling jiff v0.2.15
22692026-02-26T16:23:29.014Z Compiling precomputed-hash v0.1.1
22702026-02-26T16:23:29.207Z Compiling new_debug_unreachable v1.0.6
22712026-02-26T16:23:29.676Z Compiling difflib v0.4.0
22722026-02-26T16:23:30.632Z Compiling whoami v1.5.2
22732026-02-26T16:23:31.210Z Compiling rustc-hash v2.1.1
22742026-02-26T16:23:31.334Z Compiling predicates-core v1.0.8
22752026-02-26T16:23:31.530Z Compiling iddqd v0.3.16
22762026-02-26T16:23:31.687Z Compiling predicates v3.1.3
22772026-02-26T16:23:32.803Z Compiling reqwest v0.12.28
22782026-02-26T16:23:33.163Z Compiling toml_edit v0.22.27
22792026-02-26T16:23:34.087Z Compiling tokio-postgres v0.7.13
22802026-02-26T16:23:38.195Z Compiling zip v4.2.0
22812026-02-26T16:23:38.978Z Compiling string_cache v0.8.9
22822026-02-26T16:23:39.020Z Compiling hickory-proto v0.25.2
22832026-02-26T16:23:39.368Z Compiling petgraph v0.6.5
22842026-02-26T16:23:40.296Z Compiling structmeta v0.3.0
22852026-02-26T16:23:40.896Z Compiling sha3 v0.10.8
22862026-02-26T16:23:41.490Z Compiling petgraph v0.8.2
22872026-02-26T16:23:42.837Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22882026-02-26T16:23:43.874Z Compiling usdt v0.6.0
22892026-02-26T16:23:44.385Z Compiling similar v2.7.0
22902026-02-26T16:23:46.369Z Compiling env_logger v0.11.8
22912026-02-26T16:23:47.110Z Compiling serde_with v3.16.1
22922026-02-26T16:23:47.136Z Compiling rsa v0.9.8
22932026-02-26T16:23:48.705Z Compiling ecdsa v0.16.9
22942026-02-26T16:23:49.740Z Compiling zip v0.6.6
22952026-02-26T16:23:51.152Z Compiling ed25519-dalek v2.1.1
22962026-02-26T16:23:51.673Z Compiling typify-macro v0.4.3
22972026-02-26T16:23:52.234Z Compiling reqwest v0.13.2
22982026-02-26T16:23:54.025Z Compiling crossterm v0.28.1
22992026-02-26T16:23:54.543Z Compiling toml v0.7.8
23002026-02-26T16:23:54.728Z Compiling crossbeam-epoch v0.9.18
23012026-02-26T16:23:55.494Z Compiling heck v0.4.1
23022026-02-26T16:23:55.795Z Compiling itertools v0.13.0
23032026-02-26T16:23:56.174Z Compiling itertools v0.10.5
23042026-02-26T16:23:56.755Z Compiling strum v0.26.3
23052026-02-26T16:23:58.744Z Compiling tokio-stream v0.1.17
23062026-02-26T16:23:58.843Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23072026-02-26T16:23:59.292Z Compiling x509-cert v0.2.5
23082026-02-26T16:23:59.705Z Compiling sha1 v0.10.6
23092026-02-26T16:24:00.159Z Compiling winnow v0.6.26
23102026-02-26T16:24:01.746Z Compiling lalrpop-util v0.19.12
23112026-02-26T16:24:02.125Z Compiling peg-runtime v0.8.5
23122026-02-26T16:24:02.719Z Compiling maybe-uninit v2.0.0
23132026-02-26T16:24:02.826Z Compiling tap v1.0.1
23142026-02-26T16:24:03.040Z Compiling wyz v0.5.1
23152026-02-26T16:24:03.543Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-02-26T16:24:10.133Z Compiling packed_struct v0.10.1
23172026-02-26T16:24:11.424Z Compiling funty v2.0.0
23182026-02-26T16:24:13.928Z Compiling bitvec v1.0.1
23192026-02-26T16:24:18.923Z Compiling packed_struct_codegen v0.10.1
23202026-02-26T16:24:18.965Z Compiling futures-executor v0.3.31
23212026-02-26T16:24:20.019Z Compiling bitfield-macros v0.19.2
23222026-02-26T16:24:20.486Z Compiling zerocopy-derive v0.6.6
23232026-02-26T16:24:21.361Z Compiling indexmap v1.9.3
23242026-02-26T16:24:22.095Z Compiling typeid v1.0.3
23252026-02-26T16:24:22.318Z Compiling crc-catalog v2.4.0
23262026-02-26T16:24:22.654Z Compiling nodrop v0.1.14
23272026-02-26T16:24:22.808Z Compiling array-init v0.0.4
23282026-02-26T16:24:22.851Z Compiling crc v3.2.1
23292026-02-26T16:24:23.801Z Compiling zerocopy v0.6.6
23302026-02-26T16:24:24.439Z Compiling bitfield v0.19.2
23312026-02-26T16:24:25.878Z Compiling futures v0.3.31
23322026-02-26T16:24:27.592Z Compiling smallvec v0.6.14
23332026-02-26T16:24:29.297Z Compiling typify v0.4.3
23342026-02-26T16:24:29.408Z Compiling derive-ex v0.1.8
23352026-02-26T16:24:30.758Z Compiling base64 v0.21.7
23362026-02-26T16:24:30.944Z Compiling rustls v0.22.4
23372026-02-26T16:24:31.964Z Compiling unsafe-libyaml v0.2.11
23382026-02-26T16:24:32.249Z Compiling hashbrown v0.12.3
23392026-02-26T16:24:32.718Z Compiling test-strategy v0.4.3
23402026-02-26T16:24:33.128Z Compiling serde_yaml v0.9.34+deprecated
23412026-02-26T16:24:35.678Z Compiling ron v0.8.1
23422026-02-26T16:24:37.603Z Compiling progenitor-impl v0.11.2
23432026-02-26T16:24:39.633Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23442026-02-26T16:24:42.102Z Compiling serde-hex v0.1.0
23452026-02-26T16:24:43.635Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23462026-02-26T16:24:46.525Z Compiling toml v0.8.23
23472026-02-26T16:24:47.145Z Compiling hashbrown v0.13.2
23482026-02-26T16:24:51.095Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23492026-02-26T16:24:51.353Z Compiling xattr v1.3.1
23502026-02-26T16:24:51.406Z Compiling rustls-webpki v0.102.8
23512026-02-26T16:24:52.895Z Compiling pin-project-internal v1.1.6
23522026-02-26T16:24:53.223Z Compiling thread_local v1.1.8
23532026-02-26T16:24:53.803Z Compiling filetime v0.2.26
23542026-02-26T16:24:54.130Z Compiling multer v3.1.0
23552026-02-26T16:24:54.856Z Compiling rayon-core v1.12.1
23562026-02-26T16:24:54.967Z Compiling slog-async v2.8.0
23572026-02-26T16:24:56.037Z Compiling crc-any v2.5.0
23582026-02-26T16:24:56.113Z Compiling match_cfg v0.1.0
23592026-02-26T16:24:56.804Z Compiling same-file v1.0.6
23602026-02-26T16:24:57.142Z Compiling walkdir v2.5.0
23612026-02-26T16:24:58.434Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23622026-02-26T16:25:00.670Z Compiling hostname v0.3.1
23632026-02-26T16:25:06.396Z Compiling pin-project v1.1.6
23642026-02-26T16:25:06.732Z Compiling tar v0.4.44
23652026-02-26T16:25:12.749Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23662026-02-26T16:25:14.531Z Compiling object v0.30.4
23672026-02-26T16:25:15.041Z Compiling erased-serde v0.4.6
23682026-02-26T16:25:15.066Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23692026-02-26T16:25:16.347Z Compiling progenitor-macro v0.11.2
23702026-02-26T16:25:18.611Z Compiling progenitor-client v0.11.2
23712026-02-26T16:25:19.324Z Compiling toml_parser v1.0.6+spec-1.1.0
23722026-02-26T16:25:19.510Z Compiling crossbeam-channel v0.5.15
23732026-02-26T16:25:20.971Z Compiling slog-json v2.6.1
23742026-02-26T16:25:22.217Z Compiling async-stream-impl v0.3.6
23752026-02-26T16:25:22.853Z Compiling snafu-derive v0.8.5
23762026-02-26T16:25:23.010Z Compiling ordered-float v2.10.1
23772026-02-26T16:25:23.279Z Compiling serde_path_to_error v0.1.20
23782026-02-26T16:25:23.601Z Compiling serde_spanned v1.0.4
23792026-02-26T16:25:23.870Z Compiling toml_datetime v0.7.5+spec-1.1.0
23802026-02-26T16:25:24.636Z Compiling is-terminal v0.4.13
23812026-02-26T16:25:24.802Z Compiling fs-err v2.11.0
23822026-02-26T16:25:25.151Z Compiling dropshot v0.16.7
23832026-02-26T16:25:25.233Z Compiling toml_writer v1.0.6+spec-1.1.0
23842026-02-26T16:25:25.519Z Compiling path-slash v0.1.5
23852026-02-26T16:25:25.770Z Compiling debug-ignore v1.0.5
23862026-02-26T16:25:25.811Z Compiling term v1.1.0
23872026-02-26T16:25:25.882Z Compiling take_mut v0.2.2
23882026-02-26T16:25:25.977Z Compiling unicode-width v0.1.14
23892026-02-26T16:25:26.196Z Compiling snafu v0.8.5
23902026-02-26T16:25:26.515Z Compiling slog-term v2.9.2
23912026-02-26T16:25:26.540Z Compiling tabwriter v1.4.0
23922026-02-26T16:25:27.240Z Compiling toml v0.9.11+spec-1.1.0
23932026-02-26T16:25:27.431Z Compiling progenitor v0.11.2
23942026-02-26T16:25:27.837Z Compiling serde-value v0.7.0
23952026-02-26T16:25:27.873Z Compiling async-stream v0.3.6
23962026-02-26T16:25:28.235Z Compiling slog-bunyan v2.5.0
23972026-02-26T16:25:28.666Z Compiling serde-untagged v0.1.7
23982026-02-26T16:25:29.128Z Compiling tokio-rustls v0.25.0
23992026-02-26T16:25:29.272Z Compiling globset v0.4.15
24002026-02-26T16:25:29.347Z Compiling crossbeam-deque v0.8.5
24012026-02-26T16:25:29.530Z Compiling camino-tempfile v1.4.1
24022026-02-26T16:25:29.593Z Compiling parse-display-derive v0.10.0
24032026-02-26T16:25:29.745Z Compiling olpc-cjson v0.1.4
24042026-02-26T16:25:30.154Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24052026-02-26T16:25:30.298Z Compiling waitgroup v0.1.2
24062026-02-26T16:25:30.560Z Compiling pem v3.0.5
24072026-02-26T16:25:31.621Z Compiling newtype-uuid-macros v0.1.0
24082026-02-26T16:25:31.865Z Compiling dropshot_endpoint v0.16.7
24092026-02-26T16:25:32.458Z Compiling rustls-pemfile v2.2.0
24102026-02-26T16:25:32.528Z Compiling serde_plain v1.0.2
24112026-02-26T16:25:32.953Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24122026-02-26T16:25:32.978Z Compiling async-recursion v1.1.1
24132026-02-26T16:25:33.052Z Compiling blake3 v1.5.4
24142026-02-26T16:25:33.569Z Compiling hostname v0.4.2
24152026-02-26T16:25:33.631Z Compiling instant v0.1.13
24162026-02-26T16:25:33.836Z Compiling half v2.4.1
24172026-02-26T16:25:33.860Z Compiling unicode-xid v0.2.6
24182026-02-26T16:25:34.048Z Compiling ciborium-io v0.2.2
24192026-02-26T16:25:34.108Z Compiling typed-path v0.9.3
24202026-02-26T16:25:34.216Z Compiling colored v3.0.0
24212026-02-26T16:25:34.241Z Compiling cargo-util-schemas v0.8.2
24222026-02-26T16:25:34.452Z Compiling ciborium-ll v0.2.2
24232026-02-26T16:25:34.738Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24242026-02-26T16:25:34.944Z Compiling backoff v0.4.0
24252026-02-26T16:25:35.508Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24262026-02-26T16:25:35.663Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24272026-02-26T16:25:35.778Z Compiling parse-display v0.10.0
24282026-02-26T16:25:37.426Z Compiling tough v0.20.0
24292026-02-26T16:25:38.803Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24302026-02-26T16:25:38.992Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24312026-02-26T16:25:39.415Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24322026-02-26T16:25:39.624Z Compiling progenitor-client v0.13.0
24332026-02-26T16:25:39.920Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24342026-02-26T16:25:40.043Z Compiling itertools v0.14.0
24352026-02-26T16:25:40.536Z Compiling progenitor-client v0.10.0
24362026-02-26T16:25:41.376Z Compiling backon v1.6.0
24372026-02-26T16:25:41.793Z Compiling cargo-platform v0.2.0
24382026-02-26T16:25:42.808Z Compiling macaddr v1.0.1
24392026-02-26T16:25:43.165Z Compiling parse-size v1.1.0
24402026-02-26T16:25:43.328Z Compiling constant_time_eq v0.3.1
24412026-02-26T16:25:43.474Z Compiling arrayref v0.3.9
24422026-02-26T16:25:43.546Z Compiling indent_write v2.2.0
24432026-02-26T16:25:43.613Z Compiling arrayvec v0.7.6
24442026-02-26T16:25:43.803Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24452026-02-26T16:25:46.123Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24462026-02-26T16:25:46.259Z Compiling cargo_metadata v0.21.0
24472026-02-26T16:25:48.470Z Compiling ciborium v0.2.2
24482026-02-26T16:25:50.187Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24492026-02-26T16:25:51.195Z Compiling display-error-chain v0.2.2
24502026-02-26T16:25:51.465Z Compiling topological-sort v0.2.2
24512026-02-26T16:25:51.770Z Compiling omicron-zone-package v0.12.2
24522026-02-26T16:25:55.519Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24532026-02-26T16:25:58.690Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24542026-02-26T16:26:02.138Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24552026-02-26T16:26:02.603Z Compiling shell-words v1.1.0
24562026-02-26T16:26:18.769Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24572026-02-26T16:26:38.984Z Finished `release` profile [optimized] target(s) in 5m 57s
24582026-02-26T16:26:39.152Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24592026-02-26T16:26:39.234ZFeb 26 16:26:38.711 DEBG changing working directory to /work/oxidecomputer/omicron
24602026-02-26T16:26:39.430ZFeb 26 16:26:38.909 DEBG running: git rev-parse HEAD
24612026-02-26T16:26:39.454ZFeb 26 16:26:38.914 DEBG process exited with exit status: 0 (4.936234ms)
24622026-02-26T16:26:39.454ZFeb 26 16:26:38.914 INFO version: 19.0.0-0.ci+git889deabbf7d
24632026-02-26T16:26:39.454ZFeb 26 16:26:38.926 INFO cloning helios to /work/oxidecomputer/helios
24642026-02-26T16:26:39.454ZFeb 26 16:26:38.926 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24652026-02-26T16:26:39.454ZCloning into '/work/oxidecomputer/helios'...
24662026-02-26T16:26:40.321ZFeb 26 16:26:39.799 DEBG process exited with exit status: 0 (873.635296ms)
24672026-02-26T16:26:40.321ZFeb 26 16:26:39.799 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24682026-02-26T16:26:40.345ZFeb 26 16:26:39.807 DEBG process exited with exit status: 0 (7.487192ms)
24692026-02-26T16:26:40.345ZFeb 26 16:26:39.807 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24702026-02-26T16:26:42.241ZFeb 26 16:26:41.719 DEBG process exited with exit status: 0 (1.91231994s)
24712026-02-26T16:26:42.241ZFeb 26 16:26:41.719 DEBG running: zfs list rpool/images/build/host
24722026-02-26T16:26:42.265ZNAME USED AVAIL REFER MOUNTPOINT
24732026-02-26T16:26:42.265Zrpool/images/build/host 96K 150G 96K /rpool/images/build/host
24742026-02-26T16:26:42.265ZFeb 26 16:26:41.727 DEBG process exited with exit status: 0 (7.228815ms)
24752026-02-26T16:26:42.265ZFeb 26 16:26:41.727 DEBG running: zfs list rpool/images/build/recovery
24762026-02-26T16:26:42.265ZNAME USED AVAIL REFER MOUNTPOINT
24772026-02-26T16:26:42.265Zrpool/images/build/recovery 96K 150G 96K /rpool/images/build/recovery
24782026-02-26T16:26:42.265ZFeb 26 16:26:41.733 DEBG process exited with exit status: 0 (6.194363ms)
24792026-02-26T16:26:42.265ZFeb 26 16:26:41.734 INFO [hubris-production] running task
24802026-02-26T16:26:42.265ZFeb 26 16:26:41.734 INFO [incorp-manifest] running task
24812026-02-26T16:26:42.266ZFeb 26 16:26:41.734 INFO [hubris-staging] running task
24822026-02-26T16:26:42.266ZFeb 26 16:26:41.735 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24832026-02-26T16:26:42.266ZFeb 26 16:26:41.735 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24842026-02-26T16:26:42.266ZFeb 26 16:26:41.736 INFO [incorp-create] running: pkgrepo create /work/incorporation
24852026-02-26T16:26:42.266ZFeb 26 16:26:41.737 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
24862026-02-26T16:26:42.377Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24872026-02-26T16:26:42.687ZFeb 26 16:26:42.166 INFO [incorp-create] process exited with exit status: 0 (429.309483ms)
24882026-02-26T16:26:42.711ZFeb 26 16:26:42.166 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24892026-02-26T16:26:43.168ZFeb 26 16:26:42.647 INFO [incorp-publisher] process exited with exit status: 0 (480.832812ms)
24902026-02-26T16:26:43.202Z[ omicron-package] Blocking waiting for file lock on package cache
24912026-02-26T16:26:43.992Z[ omicron-package] Blocking waiting for file lock on package cache
24922026-02-26T16:26:45.294Z[ omicron-package] Compiling ring v0.17.14
24932026-02-26T16:26:45.411Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24942026-02-26T16:26:45.435Z[ omicron-package] Compiling itertools v0.14.0
24952026-02-26T16:26:45.436Z[ omicron-package] Compiling heapless v0.8.0
24962026-02-26T16:26:45.436Z[ omicron-package] Compiling hash32 v0.3.1
24972026-02-26T16:26:45.436Z[ omicron-package] Compiling smoltcp v0.11.0
24982026-02-26T16:26:45.436Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24992026-02-26T16:26:46.289Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25002026-02-26T16:26:47.238Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25012026-02-26T16:26:47.430Z[ omicron-package] Compiling num_enum_derive v0.5.11
25022026-02-26T16:26:47.725Z[ omicron-package] Compiling cobs v0.2.3
25032026-02-26T16:26:48.181Z[ omicron-package] Compiling postcard v1.0.10
25042026-02-26T16:26:48.668Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25052026-02-26T16:26:48.721Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25062026-02-26T16:26:50.092Z[ omicron-package] Compiling proc-macro-error v1.0.4
25072026-02-26T16:26:50.695Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25082026-02-26T16:26:51.066ZFeb 26 16:26:50.545 INFO [hubris-production] task succeeded (8.810619786s)
25092026-02-26T16:26:51.224Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25102026-02-26T16:26:51.385Z[ omicron-package] Compiling num_enum v0.5.11
25112026-02-26T16:26:51.694Z[ omicron-package] Compiling rustls v0.23.37
25122026-02-26T16:26:51.718Z[ omicron-package] Compiling ingot-macros v0.1.1
25132026-02-26T16:26:52.022Z[ omicron-package] Compiling foreign-types v0.5.0
25142026-02-26T16:26:52.784Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25152026-02-26T16:26:53.037Z[ omicron-package] Compiling cstr-argument v0.1.2
25162026-02-26T16:26:53.196Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25172026-02-26T16:26:53.770Z[ omicron-package] Compiling pretty-hex v0.2.1
25182026-02-26T16:26:54.035Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25192026-02-26T16:26:54.150Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25202026-02-26T16:26:54.334Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25212026-02-26T16:26:55.208Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25222026-02-26T16:26:55.982Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25232026-02-26T16:26:56.007Z[ omicron-package] Compiling rayon v1.10.0
25242026-02-26T16:26:56.194Z[ omicron-package] Compiling colored v2.2.0
25252026-02-26T16:26:56.903Z[ omicron-package] Compiling nix v0.30.1
25262026-02-26T16:26:57.672Z[ omicron-package] Compiling rustls-webpki v0.103.9
25272026-02-26T16:26:58.048Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25282026-02-26T16:26:58.903Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25292026-02-26T16:27:00.337Z[ omicron-package] Compiling ingot-types v0.1.2
25302026-02-26T16:27:00.631Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25312026-02-26T16:27:00.631Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25322026-02-26T16:27:01.211Z[ omicron-package] Compiling itertools v0.12.1
25332026-02-26T16:27:01.281Z[ omicron-package] Compiling secrecy v0.10.3
25342026-02-26T16:27:01.464Z[ omicron-package] Compiling ingot v0.1.1
25352026-02-26T16:27:02.161Z[ omicron-package] Compiling num-derive v0.4.2
25362026-02-26T16:27:02.385Z[ omicron-package] Compiling rustls v0.22.4
25372026-02-26T16:27:02.506Z[ omicron-package] Compiling sigpipe v0.1.3
25382026-02-26T16:27:03.090Z[ omicron-package] Compiling libefi-sys v0.1.0
25392026-02-26T16:27:03.371Z[ omicron-package] Compiling glob v0.3.2
25402026-02-26T16:27:04.355Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-02-26T16:27:04.802Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25422026-02-26T16:27:05.799Z[ omicron-package] Compiling zone v0.3.1
25432026-02-26T16:27:06.170Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25442026-02-26T16:27:07.070Z[ omicron-package] Compiling rustls-webpki v0.102.8
25452026-02-26T16:27:07.520Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25462026-02-26T16:27:09.973Z[ omicron-package] Compiling tokio-rustls v0.26.0
25472026-02-26T16:27:11.073Z[ omicron-package] Compiling hyper-rustls v0.27.7
25482026-02-26T16:27:11.792Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25492026-02-26T16:27:12.210Z[ omicron-package] Compiling reqwest v0.13.2
25502026-02-26T16:27:12.318Z[ omicron-package] Compiling reqwest v0.12.28
25512026-02-26T16:27:14.498Z[ omicron-package] Compiling usdt-macro v0.5.0
25522026-02-26T16:27:14.532Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25532026-02-26T16:27:14.897Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25542026-02-26T16:27:16.002Z[ omicron-package] Compiling smf v0.2.3
25552026-02-26T16:27:16.367Z[ omicron-package] Compiling bitfield-struct v0.6.2
25562026-02-26T16:27:16.467Z[ omicron-package] Compiling memmap v0.7.0
25572026-02-26T16:27:17.199Z[ omicron-package] Compiling usdt v0.5.0
25582026-02-26T16:27:18.440Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-02-26T16:27:18.895Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25602026-02-26T16:27:19.094Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25612026-02-26T16:27:19.294Z[ omicron-package] Compiling unicode-width v0.2.0
25622026-02-26T16:27:19.574Z[ omicron-package] Compiling tokio-rustls v0.25.0
25632026-02-26T16:27:20.233Z[ omicron-package] Compiling dropshot v0.16.7
25642026-02-26T16:27:20.257Z[ omicron-package] Compiling console v0.16.0
25652026-02-26T16:27:20.817Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25662026-02-26T16:27:20.817Z[ helios-setup] --> src/main.rs:79:10
25672026-02-26T16:27:20.842Z[ helios-setup] |
25682026-02-26T16:27:20.842Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25692026-02-26T16:27:20.842Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25702026-02-26T16:27:20.842Z[ helios-setup] | |
25712026-02-26T16:27:20.842Z[ helios-setup] | the lifetime is elided here
25722026-02-26T16:27:20.842Z[ helios-setup] |
25732026-02-26T16:27:20.842Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25742026-02-26T16:27:20.842Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25752026-02-26T16:27:20.842Z[ helios-setup] help: use `'_` for type paths
25762026-02-26T16:27:20.842Z[ helios-setup] |
25772026-02-26T16:27:20.842Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25782026-02-26T16:27:20.842Z[ helios-setup] | ++++
25792026-02-26T16:27:20.843Z[ helios-setup]
25802026-02-26T16:27:20.843Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25812026-02-26T16:27:23.571Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25822026-02-26T16:27:24.889Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25832026-02-26T16:27:25.196Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25842026-02-26T16:27:26.197Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25852026-02-26T16:27:26.769Z[ omicron-package] Compiling gethostname v0.5.0
25862026-02-26T16:27:27.098Z[ omicron-package] Compiling unit-prefix v0.5.1
25872026-02-26T16:27:27.208Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25882026-02-26T16:27:27.464Z[ omicron-package] Compiling indicatif v0.18.0
25892026-02-26T16:27:28.105Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25902026-02-26T16:27:29.469Z[ helios-setup] Feb 26 16:27:28.949 INFO helios repository root is: /work/oxidecomputer/helios
25912026-02-26T16:27:29.493Z[ helios-setup] Feb 26 16:27:28.951 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
25922026-02-26T16:27:29.493Z[ helios-setup] Feb 26 16:27:28.952 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25932026-02-26T16:27:29.493Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25942026-02-26T16:27:30.424Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25952026-02-26T16:27:30.424Z[ helios-setup] Feb 26 16:27:29.888 INFO clone ok!, project: bootserver
25962026-02-26T16:27:30.424Z[ helios-setup] Feb 26 16:27:29.888 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
25972026-02-26T16:27:30.473Z[ helios-setup] Feb 26 16:27:29.888 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25982026-02-26T16:27:31.814Z[ helios-setup] Feb 26 16:27:31.294 INFO clone ok!, project: pilot
25992026-02-26T16:27:31.863Z[ helios-setup] Feb 26 16:27:31.294 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
26002026-02-26T16:27:31.863Z[ helios-setup] Feb 26 16:27:31.295 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26012026-02-26T16:27:31.863Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26022026-02-26T16:27:32.718ZFeb 26 16:27:32.198 INFO [hubris-staging] task succeeded (50.46356188s)
26032026-02-26T16:27:32.847Z[ helios-setup] Feb 26 16:27:32.327 INFO clone ok!, project: image-builder
26042026-02-26T16:27:32.848Z[ helios-setup] Feb 26 16:27:32.328 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26052026-02-26T16:27:32.872Z[ helios-setup] Feb 26 16:27:32.328 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
26062026-02-26T16:27:32.872Z[ helios-setup] Feb 26 16:27:32.328 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
26072026-02-26T16:27:32.872Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26082026-02-26T16:27:34.012Z[ omicron-package] Compiling progenitor-client v0.11.2
26092026-02-26T16:27:34.350Z[ omicron-package] Compiling progenitor-client v0.13.0
26102026-02-26T16:27:34.592Z[ helios-setup] Feb 26 16:27:34.072 INFO clone ok!, project: amd-host-image-builder
26112026-02-26T16:27:34.592Z[ helios-setup] Feb 26 16:27:34.072 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
26122026-02-26T16:27:34.617Z[ helios-setup] Feb 26 16:27:34.072 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26132026-02-26T16:27:34.617Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26142026-02-26T16:27:35.356Z[ omicron-package] Compiling progenitor v0.11.2
26152026-02-26T16:27:35.399Z[ omicron-package] Compiling progenitor-client v0.10.0
26162026-02-26T16:27:35.423Z[ helios-setup] Feb 26 16:27:34.890 INFO clone ok!, project: pinprick
26172026-02-26T16:27:35.424Z[ helios-setup] Feb 26 16:27:34.890 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
26182026-02-26T16:27:35.424Z[ helios-setup] Feb 26 16:27:34.890 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26192026-02-26T16:27:35.424Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26202026-02-26T16:27:35.654Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26212026-02-26T16:27:36.506Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26222026-02-26T16:27:36.766Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26232026-02-26T16:27:41.563Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26242026-02-26T16:27:41.756ZFeb 26 16:27:41.236 DEBG process exited with exit status: 0 (59.500709506s)
26252026-02-26T16:27:41.780ZFeb 26 16:27:41.238 INFO [incorp-manifest] task succeeded (59.504449895s)
26262026-02-26T16:27:41.781ZFeb 26 16:27:41.239 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26272026-02-26T16:27:42.131ZFeb 26 16:27:41.611 INFO [incorp-fmt] process exited with exit status: 0 (372.481965ms)
26282026-02-26T16:27:42.155ZFeb 26 16:27:41.612 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26292026-02-26T16:27:42.638Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260226T162742Z
26302026-02-26T16:27:42.638Z[ incorp-pkgsend] PUBLISHED
26312026-02-26T16:27:42.717ZFeb 26 16:27:42.197 INFO [incorp-pkgsend] process exited with exit status: 0 (585.336968ms)
26322026-02-26T16:27:42.741ZFeb 26 16:27:42.197 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26332026-02-26T16:27:43.096Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26342026-02-26T16:27:43.120Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26352026-02-26T16:27:43.147Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26362026-02-26T16:27:43.147Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26372026-02-26T16:27:43.147Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26382026-02-26T16:27:43.172Z[ helios-incorp]
26392026-02-26T16:27:43.172Z[ helios-incorp] Archiving packages ...
26402026-02-26T16:27:43.172Z[ helios-incorp] Packages to add: 1
26412026-02-26T16:27:43.172Z[ helios-incorp] Files to retrieve: 0
26422026-02-26T16:27:43.172Z[ helios-incorp] Estimated transfer size: 0.00 B
26432026-02-26T16:27:43.172Z[ helios-incorp]
26442026-02-26T16:27:43.172Z[ helios-incorp] Packages to archive:
26452026-02-26T16:27:43.172Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260226T162742Z
26462026-02-26T16:27:43.172Z[ helios-incorp]
26472026-02-26T16:27:43.172Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26482026-02-26T16:27:43.172Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26492026-02-26T16:27:43.226ZFeb 26 16:27:42.707 INFO [helios-incorp] process exited with exit status: 0 (509.174342ms)
26502026-02-26T16:27:48.755Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26512026-02-26T16:27:48.907Z[ helios-setup] Feb 26 16:27:48.387 INFO clone ok!, project: amd-firmware
26522026-02-26T16:27:48.932Z[ helios-setup] Feb 26 16:27:48.387 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26532026-02-26T16:27:48.932Z[ helios-setup] Feb 26 16:27:48.387 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26542026-02-26T16:27:48.932Z[ helios-setup] Feb 26 16:27:48.387 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
26552026-02-26T16:27:48.932Z[ helios-setup] Feb 26 16:27:48.387 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26562026-02-26T16:27:48.932Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26572026-02-26T16:27:50.331Z[ helios-setup] Feb 26 16:27:49.811 INFO clone ok!, project: chelsio-t6-roms
26582026-02-26T16:27:50.331Z[ helios-setup] Feb 26 16:27:49.811 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
26592026-02-26T16:27:50.355Z[ helios-setup] Feb 26 16:27:49.811 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26602026-02-26T16:27:50.355Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26612026-02-26T16:27:51.341Z[ helios-setup] Feb 26 16:27:50.822 INFO clone ok!, project: phbl
26622026-02-26T16:27:51.366Z[ helios-setup] Feb 26 16:27:50.822 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
26632026-02-26T16:27:51.366Z[ helios-setup] Feb 26 16:27:50.822 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26642026-02-26T16:27:51.366Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26652026-02-26T16:27:52.489Z[ helios-setup] Feb 26 16:27:51.969 INFO clone ok!, project: dmar-report
26662026-02-26T16:27:52.513Z[ helios-setup] Feb 26 16:27:51.969 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26672026-02-26T16:27:52.928Z[ helios-setup] Feb 26 16:27:52.409 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26682026-02-26T16:27:53.458Z[ helios-setup] Feb 26 16:27:52.939 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26692026-02-26T16:27:53.459Z[ helios-setup] Feb 26 16:27:52.939 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26702026-02-26T16:27:53.954Z[ helios-setup] Feb 26 16:27:53.433 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26712026-02-26T16:27:54.424Z[ helios-setup] Feb 26 16:27:53.904 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26722026-02-26T16:27:54.424Z[ helios-setup] Feb 26 16:27:53.905 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26732026-02-26T16:27:54.899Z[ helios-setup] Feb 26 16:27:54.379 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26742026-02-26T16:27:55.450Z[ helios-setup] Feb 26 16:27:54.930 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26752026-02-26T16:27:55.450Z[ helios-setup] Feb 26 16:27:54.930 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26762026-02-26T16:27:55.474Z[ helios-setup] Feb 26 16:27:54.930 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26772026-02-26T16:27:55.475Z[ helios-setup] Feb 26 16:27:54.931 INFO ok!
26782026-02-26T16:27:55.475Z[ helios-setup] Feb 26 16:27:54.931 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26792026-02-26T16:27:55.475Z[ helios-setup] Feb 26 16:27:54.931 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26802026-02-26T16:27:55.475Z[ helios-setup] Feb 26 16:27:54.931 INFO ok!
26812026-02-26T16:27:55.475Z[ helios-setup] Feb 26 16:27:54.931 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26822026-02-26T16:27:55.475Z[ helios-setup] Feb 26 16:27:54.931 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26832026-02-26T16:27:55.475Z[ helios-setup] Feb 26 16:27:54.931 INFO ok!
26842026-02-26T16:27:55.475Z[ helios-setup] Feb 26 16:27:54.931 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
26852026-02-26T16:27:55.572Z[ helios-setup] Feb 26 16:27:55.052 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
26862026-02-26T16:27:55.572Z[ helios-setup] Feb 26 16:27:55.052 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26872026-02-26T16:27:55.596Z[ helios-setup] Feb 26 16:27:55.052 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26882026-02-26T16:27:55.859Z[ helios-setup] Feb 26 16:27:55.339 INFO E| Downloading crates ...
26892026-02-26T16:27:55.965Z[ helios-setup] Feb 26 16:27:55.446 INFO E| Downloaded generic-array v0.14.6
26902026-02-26T16:27:55.989Z[ helios-setup] Feb 26 16:27:55.449 INFO E| Downloaded unicode-width v0.1.10
26912026-02-26T16:27:55.990Z[ helios-setup] Feb 26 16:27:55.452 INFO E| Downloaded cpufeatures v0.2.5
26922026-02-26T16:27:55.990Z[ helios-setup] Feb 26 16:27:55.454 INFO E| Downloaded block-buffer v0.10.3
26932026-02-26T16:27:55.990Z[ helios-setup] Feb 26 16:27:55.459 INFO E| Downloaded miniz_oxide v0.6.2
26942026-02-26T16:27:55.990Z[ helios-setup] Feb 26 16:27:55.462 INFO E| Downloaded flate2 v1.0.25
26952026-02-26T16:27:55.990Z[ helios-setup] Feb 26 16:27:55.467 INFO E| Downloaded typenum v1.15.0
26962026-02-26T16:27:55.990Z[ helios-setup] Feb 26 16:27:55.470 INFO E| Downloaded sha2 v0.10.5
26972026-02-26T16:27:56.014Z[ helios-setup] Feb 26 16:27:55.473 INFO E| Downloaded bytes v1.2.1
26982026-02-26T16:27:56.014Z[ helios-setup] Feb 26 16:27:55.477 INFO E| Downloaded anyhow v1.0.62
26992026-02-26T16:27:56.014Z[ helios-setup] Feb 26 16:27:55.481 INFO E| Downloaded digest v0.10.3
27002026-02-26T16:27:56.062Z[ helios-setup] Feb 26 16:27:55.543 INFO E| Compiling version_check v0.9.4
27012026-02-26T16:27:56.087Z[ helios-setup] Feb 26 16:27:55.565 INFO E| Compiling typenum v1.15.0
27022026-02-26T16:27:56.087Z[ helios-setup] Feb 26 16:27:55.565 INFO E| Compiling crc32fast v1.3.2
27032026-02-26T16:27:56.087Z[ helios-setup] Feb 26 16:27:55.565 INFO E| Compiling cfg-if v1.0.0
27042026-02-26T16:27:56.087Z[ helios-setup] Feb 26 16:27:55.565 INFO E| Compiling adler v1.0.2
27052026-02-26T16:27:56.087Z[ helios-setup] Feb 26 16:27:55.565 INFO E| Compiling anyhow v1.0.62
27062026-02-26T16:27:56.087Z[ helios-setup] Feb 26 16:27:55.565 INFO E| Compiling cpufeatures v0.2.5
27072026-02-26T16:27:56.087Z[ helios-setup] Feb 26 16:27:55.565 INFO E| Compiling unicode-width v0.1.10
27082026-02-26T16:27:56.345Z[ helios-setup] Feb 26 16:27:55.826 INFO E| Compiling bytes v1.2.1
27092026-02-26T16:27:56.575Z[ helios-setup] Feb 26 16:27:56.056 INFO E| Compiling miniz_oxide v0.6.2
27102026-02-26T16:27:56.600Z[ helios-setup] Feb 26 16:27:56.061 INFO E| Compiling getopts v0.2.21
27112026-02-26T16:27:56.873Z[ helios-setup] Feb 26 16:27:56.354 INFO E| Compiling bitflags v1.3.2
27122026-02-26T16:27:57.222Z[ helios-setup] Feb 26 16:27:56.702 INFO E| Compiling generic-array v0.14.6
27132026-02-26T16:27:57.977Z[ helios-setup] Feb 26 16:27:57.458 INFO E| Compiling flate2 v1.0.25
27142026-02-26T16:28:00.153Z[ helios-setup] Feb 26 16:27:59.634 INFO E| Compiling block-buffer v0.10.3
27152026-02-26T16:28:00.153Z[ helios-setup] Feb 26 16:27:59.634 INFO E| Compiling crypto-common v0.1.6
27162026-02-26T16:28:00.338Z[ helios-setup] Feb 26 16:27:59.819 INFO E| Compiling digest v0.10.3
27172026-02-26T16:28:00.652Z[ helios-setup] Feb 26 16:28:00.133 INFO E| Compiling sha2 v0.10.5
27182026-02-26T16:28:01.089Z[ helios-setup] Feb 26 16:28:00.569 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27192026-02-26T16:28:03.594Z[ helios-setup] Feb 26 16:28:03.075 INFO E| Finished `release` profile [optimized] target(s) in 7.90s
27202026-02-26T16:28:03.618Z[ helios-setup] Feb 26 16:28:03.088 INFO building project "bootserver" ok (8 seconds)
27212026-02-26T16:28:03.619Z[ helios-setup] Feb 26 16:28:03.088 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
27222026-02-26T16:28:03.695Z[ helios-setup] Feb 26 16:28:03.176 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
27232026-02-26T16:28:03.695Z[ helios-setup] Feb 26 16:28:03.176 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27242026-02-26T16:28:03.720Z[ helios-setup] Feb 26 16:28:03.176 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27252026-02-26T16:28:03.930Z[ helios-setup] Feb 26 16:28:03.410 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27262026-02-26T16:28:04.420Z[ helios-setup] Feb 26 16:28:03.901 INFO E| From https://github.com/jclulow/hiercmd
27272026-02-26T16:28:04.421Z[ helios-setup] Feb 26 16:28:03.901 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
27282026-02-26T16:28:04.445Z[ helios-setup] Feb 26 16:28:03.920 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
27292026-02-26T16:28:04.957Z[ helios-setup] Feb 26 16:28:04.438 INFO E| From https://github.com/oxidecomputer/network-interface
27302026-02-26T16:28:04.957Z[ helios-setup] Feb 26 16:28:04.438 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
27312026-02-26T16:28:04.994Z[ helios-setup] Feb 26 16:28:04.475 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27322026-02-26T16:28:05.458Z[ helios-setup] Feb 26 16:28:04.939 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27332026-02-26T16:28:05.459Z[ helios-setup] Feb 26 16:28:04.939 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27342026-02-26T16:28:05.489Z[ helios-setup] Feb 26 16:28:04.970 INFO E| Updating crates.io index
27352026-02-26T16:28:05.784Z[ helios-setup] Feb 26 16:28:05.265 INFO E| Downloading crates ...
27362026-02-26T16:28:05.975Z[ helios-setup] Feb 26 16:28:05.456 INFO E| Downloaded cpufeatures v0.2.17
27372026-02-26T16:28:06.000Z[ helios-setup] Feb 26 16:28:05.459 INFO E| Downloaded bytes v1.10.1
27382026-02-26T16:28:06.000Z[ helios-setup] Feb 26 16:28:05.466 INFO E| Downloaded signal-hook-registry v1.4.6
27392026-02-26T16:28:06.000Z[ helios-setup] Feb 26 16:28:05.468 INFO E| Downloaded libdevinfo-sys v1.1.0
27402026-02-26T16:28:06.000Z[ helios-setup] Feb 26 16:28:05.469 INFO E| Downloaded crc v3.3.0
27412026-02-26T16:28:06.000Z[ helios-setup] Feb 26 16:28:05.472 INFO E| Downloaded proc-macro-crate v3.4.0
27422026-02-26T16:28:06.000Z[ helios-setup] Feb 26 16:28:05.475 INFO E| Downloaded hashbrown v0.16.0
27432026-02-26T16:28:06.025Z[ helios-setup] Feb 26 16:28:05.484 INFO E| Downloaded serde_spanned v1.0.3
27442026-02-26T16:28:06.050Z[ helios-setup] Feb 26 16:28:05.487 INFO E| Downloaded lock_api v0.4.14
27452026-02-26T16:28:06.050Z[ helios-setup] Feb 26 16:28:05.489 INFO E| Downloaded autocfg v1.5.0
27462026-02-26T16:28:06.074Z[ helios-setup] Feb 26 16:28:05.492 INFO E| Downloaded ppv-lite86 v0.2.21
27472026-02-26T16:28:06.074Z[ helios-setup] Feb 26 16:28:05.494 INFO E| Downloaded time-core v0.1.6
27482026-02-26T16:28:06.074Z[ helios-setup] Feb 26 16:28:05.496 INFO E| Downloaded toml_writer v1.0.4
27492026-02-26T16:28:06.074Z[ helios-setup] Feb 26 16:28:05.501 INFO E| Downloaded zeroize v1.8.2
27502026-02-26T16:28:06.074Z[ helios-setup] Feb 26 16:28:05.503 INFO E| Downloaded toml_parser v1.0.4
27512026-02-26T16:28:06.074Z[ helios-setup] Feb 26 16:28:05.508 INFO E| Downloaded uuid v1.18.1
27522026-02-26T16:28:06.074Z[ helios-setup] Feb 26 16:28:05.513 INFO E| Downloaded typenum v1.19.0
27532026-02-26T16:28:06.074Z[ helios-setup] Feb 26 16:28:05.516 INFO E| Downloaded toml_edit v0.23.7
27542026-02-26T16:28:06.075Z[ helios-setup] Feb 26 16:28:05.522 INFO E| Downloaded num-bigint-dig v0.8.4
27552026-02-26T16:28:06.075Z[ helios-setup] Feb 26 16:28:05.528 INFO E| Downloaded time v0.3.44
27562026-02-26T16:28:06.075Z[ helios-setup] Feb 26 16:28:05.536 INFO E| Downloaded winnow v0.7.13
27572026-02-26T16:28:06.075Z[ helios-setup] Feb 26 16:28:05.546 INFO E| Downloaded clap_builder v4.5.51
27582026-02-26T16:28:06.075Z[ helios-setup] Feb 26 16:28:05.553 INFO E| Downloaded serde_json v1.0.145
27592026-02-26T16:28:06.100Z[ helios-setup] Feb 26 16:28:05.561 INFO E| Downloaded libm v0.2.15
27602026-02-26T16:28:06.100Z[ helios-setup] Feb 26 16:28:05.572 INFO E| Downloaded toml v0.9.8
27612026-02-26T16:28:06.100Z[ helios-setup] Feb 26 16:28:05.578 INFO E| Downloaded term v1.2.0
27622026-02-26T16:28:06.125Z[ helios-setup] Feb 26 16:28:05.583 INFO E| Downloaded unicode-width v0.2.2
27632026-02-26T16:28:06.125Z[ helios-setup] Feb 26 16:28:05.589 INFO E| Downloaded mio v1.1.0
27642026-02-26T16:28:06.125Z[ helios-setup] Feb 26 16:28:05.596 INFO E| Downloaded syn v2.0.108
27652026-02-26T16:28:06.150Z[ helios-setup] Feb 26 16:28:05.607 INFO E| Downloaded miniz_oxide v0.8.9
27662026-02-26T16:28:06.150Z[ helios-setup] Feb 26 16:28:05.616 INFO E| Downloaded cc v1.2.44
27672026-02-26T16:28:06.150Z[ helios-setup] Feb 26 16:28:05.616 INFO E| Downloaded unicode-ident v1.0.22
27682026-02-26T16:28:06.150Z[ helios-setup] Feb 26 16:28:05.619 INFO E| Downloaded proc-macro2 v1.0.103
27692026-02-26T16:28:06.150Z[ helios-setup] Feb 26 16:28:05.623 INFO E| Downloaded log v0.4.28
27702026-02-26T16:28:06.150Z[ helios-setup] Feb 26 16:28:05.624 INFO E| Downloaded rustix v1.1.2
27712026-02-26T16:28:06.174Z[ helios-setup] Feb 26 16:28:05.650 INFO E| Downloaded getrandom v0.2.16
27722026-02-26T16:28:06.174Z[ helios-setup] Feb 26 16:28:05.653 INFO E| Downloaded thread_local v1.1.9
27732026-02-26T16:28:06.174Z[ helios-setup] Feb 26 16:28:05.655 INFO E| Downloaded slab v0.4.11
27742026-02-26T16:28:06.199Z[ helios-setup] Feb 26 16:28:05.656 INFO E| Downloaded pkg-config v0.3.32
27752026-02-26T16:28:06.199Z[ helios-setup] Feb 26 16:28:05.658 INFO E| Downloaded parking_lot_core v0.9.12
27762026-02-26T16:28:06.199Z[ helios-setup] Feb 26 16:28:05.660 INFO E| Downloaded indexmap v2.12.0
27772026-02-26T16:28:06.199Z[ helios-setup] Feb 26 16:28:05.665 INFO E| Downloaded clap v4.5.51
27782026-02-26T16:28:06.199Z[ helios-setup] Feb 26 16:28:05.675 INFO E| Downloaded toml_datetime v0.7.3
27792026-02-26T16:28:06.199Z[ helios-setup] Feb 26 16:28:05.677 INFO E| Downloaded tls_codec_derive v0.4.2
27802026-02-26T16:28:06.199Z[ helios-setup] Feb 26 16:28:05.679 INFO E| Downloaded tls_codec v0.4.2
27812026-02-26T16:28:06.224Z[ helios-setup] Feb 26 16:28:05.681 INFO E| Downloaded time-macros v0.2.24
27822026-02-26T16:28:06.224Z[ helios-setup] Feb 26 16:28:05.683 INFO E| Downloaded thiserror-impl v2.0.17
27832026-02-26T16:28:06.224Z[ helios-setup] Feb 26 16:28:05.685 INFO E| Downloaded thiserror v2.0.17
27842026-02-26T16:28:06.224Z[ helios-setup] Feb 26 16:28:05.691 INFO E| Downloaded ryu v1.0.20
27852026-02-26T16:28:06.224Z[ helios-setup] Feb 26 16:28:05.695 INFO E| Downloaded base64ct v1.8.0
27862026-02-26T16:28:06.224Z[ helios-setup] Feb 26 16:28:05.698 INFO E| Downloaded anstyle-parse v0.2.7
27872026-02-26T16:28:06.224Z[ helios-setup] Feb 26 16:28:05.700 INFO E| Downloaded quote v1.0.41
27882026-02-26T16:28:06.224Z[ helios-setup] Feb 26 16:28:05.703 INFO E| Downloaded terminal_size v0.4.3
27892026-02-26T16:28:06.224Z[ helios-setup] Feb 26 16:28:05.704 INFO E| Downloaded itoa v1.0.15
27902026-02-26T16:28:06.249Z[ helios-setup] Feb 26 16:28:05.706 INFO E| Downloaded iddqd v0.3.14
27912026-02-26T16:28:06.249Z[ helios-setup] Feb 26 16:28:05.713 INFO E| Downloaded clap_derive v4.5.49
27922026-02-26T16:28:06.249Z[ helios-setup] Feb 26 16:28:05.716 INFO E| Downloaded libc v0.2.177
27932026-02-26T16:28:06.273Z[ helios-setup] Feb 26 16:28:05.746 INFO E| Downloaded parking_lot v0.12.5
27942026-02-26T16:28:06.273Z[ helios-setup] Feb 26 16:28:05.749 INFO E| Downloaded tokio v1.48.0
27952026-02-26T16:28:06.313Z[ helios-setup] Feb 26 16:28:05.794 INFO E| Downloaded num_enum_derive v0.7.5
27962026-02-26T16:28:06.337Z[ helios-setup] Feb 26 16:28:05.795 INFO E| Downloaded num_enum v0.7.5
27972026-02-26T16:28:06.337Z[ helios-setup] Feb 26 16:28:05.801 INFO E| Downloaded iana-time-zone v0.1.64
27982026-02-26T16:28:06.337Z[ helios-setup] Feb 26 16:28:05.804 INFO E| Downloaded anyhow v1.0.100
27992026-02-26T16:28:06.337Z[ helios-setup] Feb 26 16:28:05.808 INFO E| Downloaded anstream v0.6.21
28002026-02-26T16:28:06.337Z[ helios-setup] Feb 26 16:28:05.810 INFO E| Downloaded pin-project-lite v0.2.16
28012026-02-26T16:28:06.337Z[ helios-setup] Feb 26 16:28:05.816 INFO E| Downloaded memchr v2.7.6
28022026-02-26T16:28:06.362Z[ helios-setup] Feb 26 16:28:05.821 INFO E| Downloaded anstyle-query v1.1.4
28032026-02-26T16:28:06.362Z[ helios-setup] Feb 26 16:28:05.823 INFO E| Downloaded anstyle v1.0.13
28042026-02-26T16:28:06.362Z[ helios-setup] Feb 26 16:28:05.824 INFO E| Downloaded futures-core v0.3.31
28052026-02-26T16:28:06.362Z[ helios-setup] Feb 26 16:28:05.825 INFO E| Downloaded getopts v0.2.24
28062026-02-26T16:28:06.362Z[ helios-setup] Feb 26 16:28:05.827 INFO E| Downloaded generic-array v0.14.9
28072026-02-26T16:28:06.362Z[ helios-setup] Feb 26 16:28:05.829 INFO E| Downloaded flagset v0.4.7
28082026-02-26T16:28:06.362Z[ helios-setup] Feb 26 16:28:05.830 INFO E| Downloaded is_terminal_polyfill v1.70.2
28092026-02-26T16:28:06.362Z[ helios-setup] Feb 26 16:28:05.831 INFO E| Downloaded is-terminal v0.4.17
28102026-02-26T16:28:06.362Z[ helios-setup] Feb 26 16:28:05.832 INFO E| Downloaded devinfo v0.1.0
28112026-02-26T16:28:06.362Z[ helios-setup] Feb 26 16:28:05.834 INFO E| Downloaded deranged v0.5.5
28122026-02-26T16:28:06.362Z[ helios-setup] Feb 26 16:28:05.835 INFO E| Downloaded crc32fast v1.5.0
28132026-02-26T16:28:06.362Z[ helios-setup] Feb 26 16:28:05.837 INFO E| Downloaded chrono v0.4.42
28142026-02-26T16:28:06.387Z[ helios-setup] Feb 26 16:28:05.845 INFO E| Downloaded flate2 v1.1.5
28152026-02-26T16:28:06.387Z[ helios-setup] Feb 26 16:28:05.850 INFO E| Downloaded find-msvc-tools v0.1.4
28162026-02-26T16:28:06.387Z[ helios-setup] Feb 26 16:28:05.852 INFO E| Downloaded errno v0.3.14
28172026-02-26T16:28:06.387Z[ helios-setup] Feb 26 16:28:05.854 INFO E| Downloaded env_filter v0.1.4
28182026-02-26T16:28:06.387Z[ helios-setup] Feb 26 16:28:05.855 INFO E| Downloaded bitflags v2.10.0
28192026-02-26T16:28:06.387Z[ helios-setup] Feb 26 16:28:05.860 INFO E| Downloaded colorchoice v1.0.4
28202026-02-26T16:28:06.387Z[ helios-setup] Feb 26 16:28:05.861 INFO E| Downloaded clap_lex v0.7.6
28212026-02-26T16:28:06.387Z[ helios-setup] Feb 26 16:28:05.862 INFO E| Downloaded bitfield-macros v0.19.3
28222026-02-26T16:28:06.387Z[ helios-setup] Feb 26 16:28:05.863 INFO E| Downloaded bitfield v0.19.3
28232026-02-26T16:28:06.387Z[ helios-setup] Feb 26 16:28:05.865 INFO E| Downloaded adler2 v2.0.1
28242026-02-26T16:28:06.499Z[ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling proc-macro2 v1.0.103
28252026-02-26T16:28:06.499Z[ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling quote v1.0.41
28262026-02-26T16:28:06.523Z[ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling unicode-ident v1.0.22
28272026-02-26T16:28:06.523Z[ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling libc v0.2.177
28282026-02-26T16:28:06.523Z[ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling serde_core v1.0.228
28292026-02-26T16:28:06.523Z[ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling cfg-if v1.0.4
28302026-02-26T16:28:06.523Z[ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling serde v1.0.228
28312026-02-26T16:28:06.524Z[ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling version_check v0.9.5
28322026-02-26T16:28:06.883Z[ helios-setup] Feb 26 16:28:06.364 INFO E| Compiling autocfg v1.5.0
28332026-02-26T16:28:07.114Z[ helios-setup] Feb 26 16:28:06.595 INFO E| Compiling typenum v1.19.0
28342026-02-26T16:28:07.170Z[ helios-setup] Feb 26 16:28:06.651 INFO E| Compiling const-oid v0.9.6
28352026-02-26T16:28:07.197Z[ helios-setup] Feb 26 16:28:06.678 INFO E| Compiling generic-array v0.14.9
28362026-02-26T16:28:07.430Z[ helios-setup] Feb 26 16:28:06.911 INFO E| Compiling libm v0.2.15
28372026-02-26T16:28:07.733Z[ helios-setup] Feb 26 16:28:07.213 INFO E| Compiling num-traits v0.2.19
28382026-02-26T16:28:07.995Z[ helios-setup] Feb 26 16:28:07.476 INFO E| Compiling zerocopy v0.8.27
28392026-02-26T16:28:09.203Z[ helios-setup] Feb 26 16:28:08.684 INFO E| Compiling rustversion v1.0.22
28402026-02-26T16:28:09.286Z[ helios-setup] Feb 26 16:28:08.767 INFO E| Compiling base64ct v1.8.0
28412026-02-26T16:28:10.588Z[ helios-setup] Feb 26 16:28:10.069 INFO E| Compiling smallvec v1.15.1
28422026-02-26T16:28:10.674Z[ helios-setup] Feb 26 16:28:10.155 INFO E| Compiling syn v2.0.108
28432026-02-26T16:28:10.739Z[ helios-setup] Feb 26 16:28:10.220 INFO E| Compiling zeroize v1.8.2
28442026-02-26T16:28:11.210Z[ helios-setup] Feb 26 16:28:10.691 INFO E| Compiling pem-rfc7468 v0.7.0
28452026-02-26T16:28:11.353Z[ helios-setup] Feb 26 16:28:10.834 INFO E| Compiling getrandom v0.2.16
28462026-02-26T16:28:11.600Z[ helios-setup] Feb 26 16:28:11.080 INFO E| Compiling byteorder v1.5.0
28472026-02-26T16:28:11.915Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28482026-02-26T16:28:12.735Z[ helios-setup] Feb 26 16:28:12.216 INFO E| Compiling block-buffer v0.10.4
28492026-02-26T16:28:12.796Z[ helios-setup] Feb 26 16:28:12.277 INFO E| Compiling crypto-common v0.1.6
28502026-02-26T16:28:13.083Z[ helios-setup] Feb 26 16:28:12.564 INFO E| Compiling digest v0.10.7
28512026-02-26T16:28:13.216Z[ helios-setup] Feb 26 16:28:12.696 INFO E| Compiling hashbrown v0.16.0
28522026-02-26T16:28:13.670Z[ helios-setup] Feb 26 16:28:13.151 INFO E| Compiling rustix v1.1.2
28532026-02-26T16:28:13.716Z[ helios-setup] Feb 26 16:28:13.198 INFO E| Compiling crc32fast v1.5.0
28542026-02-26T16:28:14.074Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28552026-02-26T16:28:14.098Z[ helios-setup] Feb 26 16:28:13.559 INFO E| Compiling equivalent v1.0.2
28562026-02-26T16:28:14.155Z[ helios-setup] Feb 26 16:28:13.636 INFO E| Compiling flagset v0.4.7
28572026-02-26T16:28:14.430Z[ helios-setup] Feb 26 16:28:13.911 INFO E| Compiling anyhow v1.0.100
28582026-02-26T16:28:14.676Z[ helios-setup] Feb 26 16:28:14.157 INFO E| Compiling winnow v0.7.13
28592026-02-26T16:28:14.947Z[ helios-setup] Feb 26 16:28:14.428 INFO E| Compiling utf8parse v0.2.2
28602026-02-26T16:28:15.067Z[ helios-setup] Feb 26 16:28:14.548 INFO E| Compiling memchr v2.7.6
28612026-02-26T16:28:15.241Z[ helios-setup] Feb 26 16:28:14.722 INFO E| Compiling bitflags v2.10.0
28622026-02-26T16:28:15.785Z[ helios-setup] Feb 26 16:28:15.266 INFO E| Compiling indexmap v2.12.0
28632026-02-26T16:28:15.828Z[ helios-setup] Feb 26 16:28:15.309 INFO E| Compiling anstyle-parse v0.2.7
28642026-02-26T16:28:16.320Z[ helios-setup] Feb 26 16:28:15.801 INFO E| Compiling rand_core v0.6.4
28652026-02-26T16:28:16.573Z[ helios-setup] Feb 26 16:28:16.054 INFO E| Compiling errno v0.3.14
28662026-02-26T16:28:16.707Z[ helios-setup] Feb 26 16:28:16.188 INFO E| Compiling allocator-api2 v0.2.21
28672026-02-26T16:28:16.964Z[ helios-setup] Feb 26 16:28:16.445 INFO E| Compiling shlex v1.3.0
28682026-02-26T16:28:17.145Z[ helios-setup] Feb 26 16:28:16.626 INFO E| Compiling find-msvc-tools v0.1.4
28692026-02-26T16:28:17.314Z[ helios-setup] Feb 26 16:28:16.795 INFO E| Compiling radium v0.7.0
28702026-02-26T16:28:17.599Z[ helios-setup] Feb 26 16:28:17.080 INFO E| Compiling anstyle v1.0.13
28712026-02-26T16:28:18.176Z[ helios-setup] Feb 26 16:28:17.657 INFO E| Compiling toml_datetime v0.7.3
28722026-02-26T16:28:18.496Z[ helios-setup] Feb 26 16:28:17.977 INFO E| Compiling colorchoice v1.0.4
28732026-02-26T16:28:18.627Z[ helios-setup] Feb 26 16:28:18.108 INFO E| Compiling anstyle-query v1.1.4
28742026-02-26T16:28:18.688Z[ helios-setup] Feb 26 16:28:18.169 INFO E| Compiling cpufeatures v0.2.17
28752026-02-26T16:28:18.763Z[ helios-setup] Feb 26 16:28:18.243 INFO E| Compiling syn v1.0.109
28762026-02-26T16:28:18.905Z[ helios-setup] Feb 26 16:28:18.386 INFO E| Compiling is_terminal_polyfill v1.70.2
28772026-02-26T16:28:19.002Z[ helios-setup] Feb 26 16:28:18.483 INFO E| Compiling sha2 v0.10.9
28782026-02-26T16:28:19.236Z[ helios-setup] Feb 26 16:28:18.717 INFO E| Compiling anstream v0.6.21
28792026-02-26T16:28:19.260Z[ helios-setup] Feb 26 16:28:18.734 INFO E| Compiling cc v1.2.44
28802026-02-26T16:28:19.712Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28812026-02-26T16:28:20.874Z[ helios-setup] Feb 26 16:28:20.355 INFO E| Compiling toml_parser v1.0.4
28822026-02-26T16:28:21.289Z[ helios-setup] Feb 26 16:28:20.771 INFO E| Compiling slog v2.8.2
28832026-02-26T16:28:22.025Z[ helios-setup] Feb 26 16:28:21.506 INFO E| Compiling unicode-width v0.2.2
28842026-02-26T16:28:22.213Z[ helios-setup] Feb 26 16:28:21.695 INFO E| Compiling pin-project-lite v0.2.16
28852026-02-26T16:28:22.381Z[ helios-setup] Feb 26 16:28:21.862 INFO E| Compiling toml_edit v0.23.7
28862026-02-26T16:28:22.928Z[ helios-setup] Feb 26 16:28:22.410 INFO E| Compiling futures-core v0.3.31
28872026-02-26T16:28:23.100Z[ helios-setup] Feb 26 16:28:22.581 INFO E| Compiling pkg-config v0.3.32
28882026-02-26T16:28:23.183Z[ helios-setup] Feb 26 16:28:22.664 INFO E| Compiling futures-sink v0.3.31
28892026-02-26T16:28:23.284Z[ helios-setup] Feb 26 16:28:22.764 INFO E| Compiling parking_lot_core v0.9.12
28902026-02-26T16:28:23.284Z[ helios-setup] Feb 26 16:28:22.765 INFO E| Compiling tap v1.0.1
28912026-02-26T16:28:23.308Z[ helios-setup] Feb 26 16:28:22.765 INFO E| Compiling maybe-uninit v2.0.0
28922026-02-26T16:28:23.500Z[ helios-setup] Feb 26 16:28:22.981 INFO E| Compiling getopts v0.2.24
28932026-02-26T16:28:23.540Z[ helios-setup] Feb 26 16:28:23.020 INFO E| Compiling futures-channel v0.3.31
28942026-02-26T16:28:23.757Z[ helios-setup] Feb 26 16:28:23.238 INFO E| Compiling proc-macro-crate v3.4.0
28952026-02-26T16:28:24.205Z[ helios-setup] Feb 26 16:28:23.686 INFO E| Compiling wyz v0.5.1
28962026-02-26T16:28:24.402Z[ helios-setup] Feb 26 16:28:23.883 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
28972026-02-26T16:28:24.567Z[ helios-setup] Feb 26 16:28:24.048 INFO E| Compiling terminal_size v0.4.3
28982026-02-26T16:28:25.178Z[ helios-setup] Feb 26 16:28:24.659 INFO E| Compiling num-integer v0.1.46
28992026-02-26T16:28:25.269Z[ helios-setup] Feb 26 16:28:24.750 INFO E| Compiling ahash v0.8.12
29002026-02-26T16:28:25.515Z[ helios-setup] Feb 26 16:28:24.997 INFO E| Compiling thiserror v1.0.69
29012026-02-26T16:28:25.633Z[ helios-setup] Feb 26 16:28:25.114 INFO E| Compiling clap_lex v0.7.6
29022026-02-26T16:28:25.786Z[ helios-setup] Feb 26 16:28:25.267 INFO E| Compiling slab v0.4.11
29032026-02-26T16:28:25.877Z[ helios-setup] Feb 26 16:28:25.358 INFO E| Compiling funty v2.0.0
29042026-02-26T16:28:26.083Z[ helios-setup] Feb 26 16:28:25.564 INFO E| Compiling serde_derive v1.0.228
29052026-02-26T16:28:26.210Z[ helios-setup] Feb 26 16:28:25.691 INFO E| Compiling zerocopy-derive v0.8.27
29062026-02-26T16:28:26.234Z[ helios-setup] Feb 26 16:28:25.714 INFO E| Compiling der_derive v0.7.3
29072026-02-26T16:28:26.384Z[ helios-setup] Feb 26 16:28:25.866 INFO E| Compiling futures-macro v0.3.31
29082026-02-26T16:28:26.542Z[ helios-setup] Feb 26 16:28:26.023 INFO E| Compiling strsim v0.11.1
29092026-02-26T16:28:26.628Z[ helios-setup] Feb 26 16:28:26.109 INFO E| Compiling getrandom v0.3.4
29102026-02-26T16:28:27.815Z[ helios-setup] Feb 26 16:28:27.297 INFO E| Compiling heck v0.5.0
29112026-02-26T16:28:28.951Z[ helios-setup] Feb 26 16:28:28.432 INFO E| Compiling packed_struct v0.10.1
29122026-02-26T16:28:29.538Z[ helios-setup] Feb 26 16:28:29.019 INFO E| Compiling bytes v1.10.1
29132026-02-26T16:28:29.652Z[ helios-setup] Feb 26 16:28:29.133 INFO E| Compiling pin-utils v0.1.0
29142026-02-26T16:28:29.758Z[ helios-setup] Feb 26 16:28:29.239 INFO E| Compiling time-core v0.1.6
29152026-02-26T16:28:29.782Z[ helios-setup] Feb 26 16:28:29.262 INFO E| Compiling num-conv v0.1.0
29162026-02-26T16:28:29.813Z[ helios-setup] Feb 26 16:28:29.295 INFO E| Compiling num-bigint-dig v0.8.4
29172026-02-26T16:28:29.866Z[ helios-setup] Feb 26 16:28:29.347 INFO E| Compiling der v0.7.10
29182026-02-26T16:28:30.120Z[ helios-setup] Feb 26 16:28:29.601 INFO E| Compiling scopeguard v1.2.0
29192026-02-26T16:28:30.166Z[ helios-setup] Feb 26 16:28:29.648 INFO E| Compiling futures-io v0.3.31
29202026-02-26T16:28:30.295Z[ helios-setup] Feb 26 16:28:29.777 INFO E| Compiling powerfmt v0.2.0
29212026-02-26T16:28:30.321Z[ helios-setup] Feb 26 16:28:29.802 INFO E| Compiling futures-task v0.3.31
29222026-02-26T16:28:30.643Z[ helios-setup] Feb 26 16:28:30.122 INFO E| Compiling spin v0.9.8
29232026-02-26T16:28:30.732Z[ helios-setup] Feb 26 16:28:30.213 INFO E| Compiling itoa v1.0.15
29242026-02-26T16:28:30.810Z[ helios-setup] Feb 26 16:28:30.291 INFO E| Compiling futures-util v0.3.31
29252026-02-26T16:28:30.893Z[ helios-setup] Feb 26 16:28:30.374 INFO E| Compiling lazy_static v1.5.0
29262026-02-26T16:28:31.017Z[ helios-setup] Feb 26 16:28:30.498 INFO E| Compiling deranged v0.5.5
29272026-02-26T16:28:31.047Z[ helios-setup] Feb 26 16:28:30.529 INFO E| Compiling lock_api v0.4.14
29282026-02-26T16:28:31.515Z[ helios-setup] Feb 26 16:28:30.996 INFO E| Compiling time-macros v0.2.24
29292026-02-26T16:28:31.618Z[ helios-setup] Feb 26 16:28:31.099 INFO E| Compiling clap_derive v4.5.49
29302026-02-26T16:28:33.694Z[ helios-setup] Feb 26 16:28:33.175 INFO E| Compiling spki v0.7.3
29312026-02-26T16:28:33.901Z[ helios-setup] Feb 26 16:28:33.383 INFO E| Compiling packed_struct_codegen v0.10.1
29322026-02-26T16:28:34.225Z[ helios-setup] Feb 26 16:28:33.706 INFO E| Compiling pkcs8 v0.10.2
29332026-02-26T16:28:34.297Z[ helios-setup] Feb 26 16:28:33.778 INFO E| Compiling bitvec v1.0.1
29342026-02-26T16:28:35.109Z[ helios-setup] Feb 26 16:28:34.590 INFO E| Compiling ppv-lite86 v0.2.21
29352026-02-26T16:28:35.882Z[ helios-setup] Feb 26 16:28:35.364 INFO E| Compiling erased-serde v0.3.31
29362026-02-26T16:28:35.990Z[ helios-setup] Feb 26 16:28:35.472 INFO E| Compiling clap_builder v4.5.51
29372026-02-26T16:28:36.179Z[ helios-setup] Feb 26 16:28:35.660 INFO E| Compiling rand_chacha v0.3.1
29382026-02-26T16:28:36.558Z[ helios-setup] Feb 26 16:28:36.040 INFO E| Compiling thiserror-impl v1.0.69
29392026-02-26T16:28:36.666Z[ helios-setup] Feb 26 16:28:36.148 INFO E| Compiling rand v0.8.5
29402026-02-26T16:28:37.242Z[ helios-setup] Feb 26 16:28:36.723 INFO E| Compiling num_enum_derive v0.7.5
29412026-02-26T16:28:37.538Z[ helios-setup] Feb 26 16:28:37.020 INFO E| Compiling bitfield-macros v0.19.3
29422026-02-26T16:28:38.774Z[ helios-setup] Feb 26 16:28:38.256 INFO E| Compiling zerocopy-derive v0.6.6
29432026-02-26T16:28:38.853Z[ helios-setup] Feb 26 16:28:38.335 INFO E| Compiling num-iter v0.1.45
29442026-02-26T16:28:40.466Z[ helios-setup] Feb 26 16:28:39.948 INFO E| Compiling indexmap v1.9.3
29452026-02-26T16:28:40.814Z[ helios-setup] Feb 26 16:28:40.295 INFO E| Compiling iana-time-zone v0.1.64
29462026-02-26T16:28:41.295Z[ helios-setup] Feb 26 16:28:40.777 INFO E| Compiling serde_json v1.0.145
29472026-02-26T16:28:41.372Z[ helios-setup] Feb 26 16:28:40.854 INFO E| Compiling simd-adler32 v0.3.7
29482026-02-26T16:28:41.860Z[ helios-setup] Feb 26 16:28:41.336 INFO E| Compiling crc-catalog v2.4.0
29492026-02-26T16:28:42.140Z[ helios-setup] Feb 26 16:28:41.622 INFO E| Compiling nodrop v0.1.14
29502026-02-26T16:28:42.205Z[ helios-setup] Feb 26 16:28:41.687 INFO E| Compiling log v0.4.28
29512026-02-26T16:28:42.361Z[ helios-setup] Feb 26 16:28:41.843 INFO E| Compiling once_cell v1.21.3
29522026-02-26T16:28:42.498Z[ helios-setup] Feb 26 16:28:41.980 INFO E| Compiling thiserror v2.0.17
29532026-02-26T16:28:42.945Z[ helios-setup] Feb 26 16:28:42.427 INFO E| Compiling adler2 v2.0.1
29542026-02-26T16:28:43.009Z[ helios-setup] Feb 26 16:28:42.491 INFO E| Compiling env_filter v0.1.4
29552026-02-26T16:28:43.330Z[ helios-setup] Feb 26 16:28:42.812 INFO E| Compiling miniz_oxide v0.8.9
29562026-02-26T16:28:44.140Z[ helios-setup] Feb 26 16:28:43.621 INFO E| Compiling clap v4.5.51
29572026-02-26T16:28:44.451Z[ helios-setup] Feb 26 16:28:43.933 INFO E| Compiling time v0.3.44
29582026-02-26T16:28:44.675Z[ helios-setup] Feb 26 16:28:44.157 INFO E| Compiling array-init v0.0.4
29592026-02-26T16:28:44.859Z[ helios-setup] Feb 26 16:28:44.340 INFO E| Compiling crc v3.3.0
29602026-02-26T16:28:45.400Z[ helios-setup] Feb 26 16:28:44.881 INFO E| Compiling zerocopy v0.6.6
29612026-02-26T16:28:45.557Z[ helios-setup] Feb 26 16:28:45.039 INFO E| Compiling num_enum v0.7.5
29622026-02-26T16:28:45.798Z[ helios-setup] Feb 26 16:28:45.280 INFO E| Compiling chrono v0.4.42
29632026-02-26T16:28:45.973Z[ helios-setup] Feb 26 16:28:45.455 INFO E| Compiling parking_lot v0.12.5
29642026-02-26T16:28:46.342Z[ helios-setup] Feb 26 16:28:45.824 INFO E| Compiling smallvec v0.6.14
29652026-02-26T16:28:46.869Z[ helios-setup] Feb 26 16:28:46.351 INFO E| Compiling bitfield v0.19.3
29662026-02-26T16:28:47.581Z[ helios-setup] Feb 26 16:28:47.063 INFO E| Compiling futures-executor v0.3.31
29672026-02-26T16:28:47.879Z[ helios-setup] Feb 26 16:28:47.361 INFO E| Compiling toml_datetime v0.6.11
29682026-02-26T16:28:48.175Z[ omicron-package] Finished `release` profile [optimized] target(s) in 2m 05s
29692026-02-26T16:28:48.508Z[ omicron-package]
29702026-02-26T16:28:48.508Z[ omicron-package] real 2:06.170250243
29712026-02-26T16:28:48.509Z[ omicron-package] user 8:45.051033383
29722026-02-26T16:28:48.533Z[ omicron-package] sys 36.601354031
29732026-02-26T16:28:48.533Z[ omicron-package] trap 1.044386644
29742026-02-26T16:28:48.533Z[ omicron-package] tflt 0.753009993
29752026-02-26T16:28:48.533Z[ omicron-package] dflt 1.352815772
29762026-02-26T16:28:48.533Z[ omicron-package] kflt 0.004854328
29772026-02-26T16:28:48.533Z[ omicron-package] lock 30:47.961982886
29782026-02-26T16:28:48.533Z[ omicron-package] slp 33:44.199048719
29792026-02-26T16:28:48.533Z[ omicron-package] lat 5:01.843214285
29802026-02-26T16:28:48.533Z[ omicron-package] stop 1:37.544282192
29812026-02-26T16:28:48.533ZFeb 26 16:28:47.992 INFO [omicron-package] process exited with exit status: 0 (126.255027098s)
29822026-02-26T16:28:48.533ZFeb 26 16:28:47.993 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29832026-02-26T16:28:48.533ZFeb 26 16:28:47.993 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29842026-02-26T16:28:48.533Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29852026-02-26T16:28:48.533Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29862026-02-26T16:28:48.533Z[ host-target] Created new build target 'host' and set it as active
29872026-02-26T16:28:48.533Z[ recovery-target] Created new build target 'recovery' and set it as active
29882026-02-26T16:28:48.558ZFeb 26 16:28:48.024 INFO [host-target] process exited with exit status: 0 (31.225966ms)
29892026-02-26T16:28:48.558ZFeb 26 16:28:48.024 INFO [recovery-target] process exited with exit status: 0 (30.449902ms)
29902026-02-26T16:28:48.558ZFeb 26 16:28:48.024 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29912026-02-26T16:28:48.558Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29922026-02-26T16:28:48.633Z[ helios-setup] Feb 26 16:28:48.115 INFO E| Compiling serde_spanned v0.6.9
29932026-02-26T16:28:48.790Z[ helios-setup] Feb 26 16:28:48.271 INFO E| Compiling pkcs1 v0.7.5
29942026-02-26T16:28:49.118Z[ helios-setup] Feb 26 16:28:48.600 INFO E| Compiling tokio-macros v2.6.0
29952026-02-26T16:28:49.290Z[ helios-setup] Feb 26 16:28:48.772 INFO E| Compiling thiserror-impl v2.0.17
29962026-02-26T16:28:50.836Z[ helios-setup] Feb 26 16:28:50.318 INFO E| Compiling signature v2.2.0
29972026-02-26T16:28:50.938Z[ helios-setup] Feb 26 16:28:50.420 INFO E| Compiling serde_spanned v1.0.3
29982026-02-26T16:28:51.180Z[ helios-setup] Feb 26 16:28:50.662 INFO E| Compiling mio v1.1.0
29992026-02-26T16:28:51.278Z[ helios-setup] Feb 26 16:28:50.760 INFO E| Compiling socket2 v0.6.1
30002026-02-26T16:28:52.024Z[ helios-setup] Feb 26 16:28:51.507 INFO E| Compiling signal-hook-registry v1.4.6
30012026-02-26T16:28:52.123Z[ host-package] Compiling ring v0.17.14
30022026-02-26T16:28:52.327Z[ host-package] Compiling convert_case v0.4.0
30032026-02-26T16:28:52.327Z[ host-package] Compiling typify-impl v0.6.1
30042026-02-26T16:28:52.352Z[ host-package] Compiling is-terminal v0.4.13
30052026-02-26T16:28:52.352Z[ host-package] Compiling prettyplease v0.2.36
30062026-02-26T16:28:52.401Z[ helios-setup] Feb 26 16:28:51.884 INFO E| Compiling is-terminal v0.4.17
30072026-02-26T16:28:52.426Z[ helios-setup] Feb 26 16:28:51.903 INFO E| Compiling thread_local v1.1.9
30082026-02-26T16:28:52.789Z[ helios-setup] Feb 26 16:28:52.271 INFO E| Compiling ryu v1.0.20
30092026-02-26T16:28:52.928Z[ host-package] Compiling thread_local v1.1.8
30102026-02-26T16:28:52.953Z[ helios-setup] Feb 26 16:28:52.434 INFO E| Compiling hashbrown v0.12.3
30112026-02-26T16:28:53.251Z[ helios-setup] Feb 26 16:28:52.732 INFO E| Compiling base64 v0.21.7
30122026-02-26T16:28:53.275Z[ host-package] Compiling derive_more v0.99.20
30132026-02-26T16:28:53.275Z[ host-package] Compiling match_cfg v0.1.0
30142026-02-26T16:28:53.300Z[ helios-setup] Feb 26 16:28:52.777 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30152026-02-26T16:28:53.519Z[ host-package] Compiling bytecount v0.6.8
30162026-02-26T16:28:53.901Z[ helios-setup] Feb 26 16:28:53.384 INFO E| Compiling subtle v2.6.1
30172026-02-26T16:28:53.997Z[ host-package] Compiling hostname v0.3.1
30182026-02-26T16:28:54.119Z[ helios-setup] Feb 26 16:28:53.601 INFO E| Compiling toml_writer v1.0.4
30192026-02-26T16:28:54.158Z[ host-package] Compiling multer v3.1.0
30202026-02-26T16:28:54.237Z[ helios-setup] Feb 26 16:28:53.719 INFO E| Compiling winnow v0.5.40
30212026-02-26T16:28:54.340Z[ host-package] Compiling slog-async v2.8.0
30222026-02-26T16:28:54.453Z[ helios-setup] Feb 26 16:28:53.935 INFO E| Compiling libdevinfo-sys v1.1.0
30232026-02-26T16:28:54.514Z[ host-package] Compiling password-hash v0.5.0
30242026-02-26T16:28:54.609Z[ helios-setup] Feb 26 16:28:54.091 INFO E| Compiling term v1.2.0
30252026-02-26T16:28:54.635Z[ host-package] Compiling blake2 v0.10.6
30262026-02-26T16:28:54.794Z[ host-package] Compiling crossbeam-channel v0.5.15
30272026-02-26T16:28:54.847Z[ helios-setup] Feb 26 16:28:54.329 INFO E| Compiling devinfo v0.1.0
30282026-02-26T16:28:55.287Z[ helios-setup] Feb 26 16:28:54.768 INFO E| Compiling toml v0.9.8
30292026-02-26T16:28:55.318Z[ helios-setup] Feb 26 16:28:54.800 INFO E| Compiling rsa v0.9.8
30302026-02-26T16:28:56.758Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
30312026-02-26T16:28:56.927Z[ host-package] Compiling slog-json v2.6.1
30322026-02-26T16:28:57.225Z[ helios-setup] Feb 26 16:28:56.707 INFO E| Compiling slog-term v2.9.2
30332026-02-26T16:28:57.675Z[ helios-setup] Feb 26 16:28:57.157 INFO E| Compiling ron v0.8.1
30342026-02-26T16:28:57.821Z[ host-package] Compiling futures-executor v0.3.31
30352026-02-26T16:28:58.344Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
30362026-02-26T16:28:59.224Z[ host-package] Compiling rustls v0.23.37
30372026-02-26T16:28:59.327Z[ host-package] Compiling rustls v0.22.4
30382026-02-26T16:28:59.393Z[ host-package] Compiling serde_spanned v1.0.4
30392026-02-26T16:28:59.447Z[ host-package] Compiling unicode-width v0.1.14
30402026-02-26T16:28:59.865Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
30412026-02-26T16:28:59.972Z[ host-package] Compiling take_mut v0.2.2
30422026-02-26T16:29:00.713Z[ host-package] Compiling term v1.1.0
30432026-02-26T16:29:00.738Z[ host-package] Compiling swrite v0.1.0
30442026-02-26T16:29:01.074Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
30452026-02-26T16:29:01.947Z[ helios-setup] Feb 26 16:29:01.429 INFO E| Compiling toml_edit v0.19.15
30462026-02-26T16:29:02.299Z[ helios-setup] Feb 26 16:29:01.781 INFO E| Compiling tokio v1.48.0
30472026-02-26T16:29:02.360Z[ host-package] Compiling slog-term v2.9.2
30482026-02-26T16:29:03.046Z[ host-package] Compiling tabwriter v1.4.0
30492026-02-26T16:29:03.388Z[ host-package] Compiling futures v0.3.31
30502026-02-26T16:29:03.425Z[ helios-setup] Feb 26 16:29:02.907 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30512026-02-26T16:29:03.742Z[ host-package] Compiling slog-bunyan v2.5.0
30522026-02-26T16:29:04.137Z[ helios-setup] Feb 26 16:29:03.619 INFO E| Compiling uuid v1.18.1
30532026-02-26T16:29:04.203Z[ host-package] Compiling rustls-webpki v0.103.9
30542026-02-26T16:29:04.307Z[ host-package] Compiling rustls-webpki v0.102.8
30552026-02-26T16:29:04.457Z[ host-package] Compiling argon2 v0.5.3
30562026-02-26T16:29:06.337Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30572026-02-26T16:29:06.690Z[ helios-setup] Feb 26 16:29:06.173 INFO E| Compiling futures v0.3.31
30582026-02-26T16:29:06.983Z[ helios-setup] Feb 26 16:29:06.465 INFO E| Compiling serde-hex v0.1.0
30592026-02-26T16:29:07.185Z[ helios-setup] Feb 26 16:29:06.668 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30602026-02-26T16:29:07.749Z[ host-package] Compiling dropshot v0.16.7
30612026-02-26T16:29:08.035Z[ host-package] Compiling async-stream v0.3.6
30622026-02-26T16:29:08.077Z[ helios-setup] Feb 26 16:29:07.560 INFO E| Compiling bzip2 v0.4.4
30632026-02-26T16:29:08.479Z[ host-package] Compiling typify-macro v0.6.1
30642026-02-26T16:29:08.647Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30652026-02-26T16:29:08.975Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
30662026-02-26T16:29:09.050Z[ helios-setup] Feb 26 16:29:08.512 INFO E| Compiling flate2 v1.1.5
30672026-02-26T16:29:09.203Z[ host-package] Compiling universal-hash v0.5.1
30682026-02-26T16:29:10.022Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
30692026-02-26T16:29:10.646Z[ host-package] Compiling waitgroup v0.1.2
30702026-02-26T16:29:11.251Z[ host-package] Compiling rustls-pemfile v2.2.0
30712026-02-26T16:29:11.480Z[ helios-setup] Feb 26 16:29:10.963 INFO E| Compiling hashbrown v0.13.2
30722026-02-26T16:29:11.831Z[ helios-setup] Feb 26 16:29:11.313 INFO E| Compiling env_logger v0.11.8
30732026-02-26T16:29:11.989Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
30742026-02-26T16:29:12.699Z[ host-package] Compiling serde_path_to_error v0.1.20
30752026-02-26T16:29:13.329Z[ helios-setup] Feb 26 16:29:12.810 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30762026-02-26T16:29:13.975Z[ helios-setup] Feb 26 16:29:13.458 INFO E| Compiling x509-cert v0.2.5
30772026-02-26T16:29:14.220Z[ host-package] Compiling instant v0.1.13
30782026-02-26T16:29:14.314Z[ host-package] Compiling typify v0.6.1
30792026-02-26T16:29:14.724Z[ host-package] Compiling progenitor-impl v0.13.0
30802026-02-26T16:29:14.808Z[ host-package] Compiling hostname v0.4.2
30812026-02-26T16:29:14.929Z[ helios-setup] Feb 26 16:29:14.411 INFO E| Compiling rustc-hash v2.1.1
30822026-02-26T16:29:15.286Z[ helios-setup] Feb 26 16:29:14.769 INFO E| Compiling crc-any v2.5.0
30832026-02-26T16:29:15.404Z[ host-package] Compiling debug-ignore v1.0.5
30842026-02-26T16:29:16.965Z[ helios-setup] Feb 26 16:29:16.447 INFO E| Compiling hex v0.4.3
30852026-02-26T16:29:17.068Z[ helios-setup] Feb 26 16:29:16.551 INFO E| Compiling bitflags v1.3.2
30862026-02-26T16:29:17.310Z[ helios-setup] Feb 26 16:29:16.793 INFO E| Compiling foldhash v0.2.0
30872026-02-26T16:29:17.384Z[ helios-setup] Feb 26 16:29:16.867 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30882026-02-26T16:29:18.257Z[ helios-setup] Feb 26 16:29:17.740 INFO E| Compiling iddqd v0.3.14
30892026-02-26T16:29:18.374Z[ helios-setup] Feb 26 16:29:17.857 INFO E| Compiling object v0.30.4
30902026-02-26T16:29:18.471Z[ helios-setup] Feb 26 16:29:17.953 INFO E| Compiling toml v0.7.8
30912026-02-26T16:29:19.508Z[ helios-setup] Feb 26 16:29:18.991 INFO E| Compiling zip v0.6.6
30922026-02-26T16:29:22.537Z[ host-package] Compiling tokio-rustls v0.26.0
30932026-02-26T16:29:23.879Z[ host-package] Compiling hyper-rustls v0.27.7
30942026-02-26T16:29:24.311Z[ helios-setup] Feb 26 16:29:23.794 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30952026-02-26T16:29:24.624Z[ host-package] Compiling rustls-platform-verifier v0.6.2
30962026-02-26T16:29:25.124Z[ host-package] Compiling reqwest v0.12.28
30972026-02-26T16:29:25.262Z[ host-package] Compiling reqwest v0.13.2
30982026-02-26T16:29:25.528Z[ helios-setup] Feb 26 16:29:24.998 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30992026-02-26T16:29:26.008Z[ host-package] Compiling progenitor-macro v0.13.0
31002026-02-26T16:29:26.924Z[ helios-setup] Feb 26 16:29:26.407 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31012026-02-26T16:29:26.949Z[ helios-setup] Feb 26 16:29:26.425 INFO E| Compiling path-slash v0.1.5
31022026-02-26T16:29:27.654Z[ helios-setup] Feb 26 16:29:27.137 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31032026-02-26T16:29:28.843Z[ helios-setup] Feb 26 16:29:28.326 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
31042026-02-26T16:29:29.564Z[ host-package] Compiling tokio-rustls v0.25.0
31052026-02-26T16:29:30.734Z[ host-package] Compiling opaque-debug v0.3.1
31062026-02-26T16:29:31.195Z[ host-package] Compiling colored v3.0.0
31072026-02-26T16:29:32.687Z[ host-package] Compiling progenitor-client v0.11.2
31082026-02-26T16:29:33.696Z[ helios-setup] Feb 26 16:29:33.179 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31092026-02-26T16:29:34.209Z[ host-package] Compiling progenitor v0.11.2
31102026-02-26T16:29:34.761Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
31112026-02-26T16:29:41.123Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31122026-02-26T16:29:51.957Z[ helios-setup] Feb 26 16:29:51.441 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31132026-02-26T16:29:55.375Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31142026-02-26T16:29:56.182Z[ host-package] Compiling progenitor-client v0.13.0
31152026-02-26T16:29:57.333Z[ host-package] Compiling progenitor-client v0.10.0
31162026-02-26T16:30:09.108Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31172026-02-26T16:30:10.001Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31182026-02-26T16:30:12.814Z[ host-package] Compiling progenitor v0.13.0
31192026-02-26T16:30:13.261Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31202026-02-26T16:30:14.432Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31212026-02-26T16:30:16.886Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31222026-02-26T16:30:19.110Z[ host-package] Compiling poly1305 v0.8.0
31232026-02-26T16:30:19.963Z[ helios-setup] Feb 26 16:30:19.448 INFO E| Finished `release` profile [optimized] target(s) in 2m 16s
31242026-02-26T16:30:19.988Z[ helios-setup] Feb 26 16:30:19.448 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31252026-02-26T16:30:19.988Z[ helios-setup] Feb 26 16:30:19.451 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31262026-02-26T16:30:20.029Z[ helios-setup] Feb 26 16:30:19.514 INFO building project "pilot" ok (136 seconds)
31272026-02-26T16:30:20.029Z[ helios-setup] Feb 26 16:30:19.514 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
31282026-02-26T16:30:20.140Z[ helios-setup] Feb 26 16:30:19.625 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
31292026-02-26T16:30:20.140Z[ helios-setup] Feb 26 16:30:19.625 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31302026-02-26T16:30:20.165Z[ helios-setup] Feb 26 16:30:19.625 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31312026-02-26T16:30:20.407Z[ helios-setup] Feb 26 16:30:19.891 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31322026-02-26T16:30:20.912Z[ helios-setup] Feb 26 16:30:20.396 INFO E| From https://github.com/jclulow/rust-jmclib
31332026-02-26T16:30:20.912Z[ helios-setup] Feb 26 16:30:20.396 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31342026-02-26T16:30:20.965Z[ helios-setup] Feb 26 16:30:20.450 INFO E| Updating crates.io index
31352026-02-26T16:30:21.124Z[ helios-setup] Feb 26 16:30:20.609 INFO E| Downloading crates ...
31362026-02-26T16:30:21.197Z[ helios-setup] Feb 26 16:30:20.682 INFO E| Downloaded errno v0.3.1
31372026-02-26T16:30:21.222Z[ helios-setup] Feb 26 16:30:20.685 INFO E| Downloaded libdevinfo-sys v1.0.0
31382026-02-26T16:30:21.222Z[ helios-setup] Feb 26 16:30:20.686 INFO E| Downloaded cpufeatures v0.2.9
31392026-02-26T16:30:21.222Z[ helios-setup] Feb 26 16:30:20.688 INFO E| Downloaded fastrand v2.0.0
31402026-02-26T16:30:21.222Z[ helios-setup] Feb 26 16:30:20.691 INFO E| Downloaded toml v0.5.11
31412026-02-26T16:30:21.222Z[ helios-setup] Feb 26 16:30:20.694 INFO E| Downloaded uuid v0.8.2
31422026-02-26T16:30:21.222Z[ helios-setup] Feb 26 16:30:20.700 INFO E| Downloaded opaque-debug v0.3.0
31432026-02-26T16:30:21.222Z[ helios-setup] Feb 26 16:30:20.701 INFO E| Downloaded sha-1 v0.9.8
31442026-02-26T16:30:21.223Z[ helios-setup] Feb 26 16:30:20.704 INFO E| Downloaded digest v0.9.0
31452026-02-26T16:30:21.223Z[ helios-setup] Feb 26 16:30:20.707 INFO E| Downloaded glob v0.3.1
31462026-02-26T16:30:21.247Z[ helios-setup] Feb 26 16:30:20.709 INFO E| Downloaded itoa v1.0.9
31472026-02-26T16:30:21.247Z[ helios-setup] Feb 26 16:30:20.711 INFO E| Downloaded unicode-ident v1.0.11
31482026-02-26T16:30:21.247Z[ helios-setup] Feb 26 16:30:20.716 INFO E| Downloaded walkdir v2.3.3
31492026-02-26T16:30:21.247Z[ helios-setup] Feb 26 16:30:20.718 INFO E| Downloaded quote v1.0.31
31502026-02-26T16:30:21.247Z[ helios-setup] Feb 26 16:30:20.722 INFO E| Downloaded serde_derive v1.0.193
31512026-02-26T16:30:21.247Z[ helios-setup] Feb 26 16:30:20.725 INFO E| Downloaded proc-macro2 v1.0.66
31522026-02-26T16:30:21.247Z[ helios-setup] Feb 26 16:30:20.729 INFO E| Downloaded serde v1.0.193
31532026-02-26T16:30:21.276Z[ helios-setup] Feb 26 16:30:20.761 INFO E| Downloaded tempfile v3.7.0
31542026-02-26T16:30:21.301Z[ helios-setup] Feb 26 16:30:20.765 INFO E| Downloaded ryu v1.0.15
31552026-02-26T16:30:21.301Z[ helios-setup] Feb 26 16:30:20.768 INFO E| Downloaded serde_json v1.0.103
31562026-02-26T16:30:21.301Z[ helios-setup] Feb 26 16:30:20.777 INFO E| Downloaded once_cell v1.18.0
31572026-02-26T16:30:21.301Z[ helios-setup] Feb 26 16:30:20.780 INFO E| Downloaded typenum v1.16.0
31582026-02-26T16:30:21.301Z[ helios-setup] Feb 26 16:30:20.783 INFO E| Downloaded bitflags v2.3.3
31592026-02-26T16:30:21.326Z[ helios-setup] Feb 26 16:30:20.787 INFO E| Downloaded syn v2.0.32
31602026-02-26T16:30:21.326Z[ helios-setup] Feb 26 16:30:20.798 INFO E| Downloaded anyhow v1.0.72
31612026-02-26T16:30:21.326Z[ helios-setup] Feb 26 16:30:20.803 INFO E| Downloaded md-5 v0.9.1
31622026-02-26T16:30:21.326Z[ helios-setup] Feb 26 16:30:20.804 INFO E| Downloaded getrandom v0.2.10
31632026-02-26T16:30:21.326Z[ helios-setup] Feb 26 16:30:20.808 INFO E| Downloaded block-buffer v0.9.0
31642026-02-26T16:30:21.326Z[ helios-setup] Feb 26 16:30:20.809 INFO E| Downloaded rustix v0.38.4
31652026-02-26T16:30:21.350Z[ helios-setup] Feb 26 16:30:20.833 INFO E| Downloaded libc v0.2.147
31662026-02-26T16:30:21.442Z[ helios-setup] Feb 26 16:30:20.926 INFO E| Compiling libc v0.2.147
31672026-02-26T16:30:21.443Z[ helios-setup] Feb 26 16:30:20.926 INFO E| Compiling proc-macro2 v1.0.66
31682026-02-26T16:30:21.467Z[ helios-setup] Feb 26 16:30:20.926 INFO E| Compiling unicode-ident v1.0.11
31692026-02-26T16:30:21.467Z[ helios-setup] Feb 26 16:30:20.926 INFO E| Compiling cfg-if v1.0.0
31702026-02-26T16:30:21.467Z[ helios-setup] Feb 26 16:30:20.926 INFO E| Compiling version_check v0.9.4
31712026-02-26T16:30:21.467Z[ helios-setup] Feb 26 16:30:20.927 INFO E| Compiling typenum v1.16.0
31722026-02-26T16:30:21.467Z[ helios-setup] Feb 26 16:30:20.927 INFO E| Compiling serde v1.0.193
31732026-02-26T16:30:21.467Z[ helios-setup] Feb 26 16:30:20.927 INFO E| Compiling slog v2.7.0
31742026-02-26T16:30:22.210Z[ helios-setup] Feb 26 16:30:21.695 INFO E| Compiling num-conv v0.1.0
31752026-02-26T16:30:22.235Z[ helios-setup] Feb 26 16:30:21.696 INFO E| Compiling time-core v0.1.2
31762026-02-26T16:30:22.684Z[ helios-setup] Feb 26 16:30:22.167 INFO E| Compiling itoa v1.0.9
31772026-02-26T16:30:22.976Z[ helios-setup] Feb 26 16:30:22.461 INFO E| Compiling rustix v0.38.4
31782026-02-26T16:30:23.172Z[ helios-setup] Feb 26 16:30:22.657 INFO E| Compiling powerfmt v0.2.0
31792026-02-26T16:30:23.220Z[ helios-setup] Feb 26 16:30:22.705 INFO E| Compiling generic-array v0.14.7
31802026-02-26T16:30:23.275Z[ helios-setup] Feb 26 16:30:22.759 INFO E| Compiling time-macros v0.2.18
31812026-02-26T16:30:23.303Z[ helios-setup] Feb 26 16:30:22.788 INFO E| Compiling once_cell v1.18.0
31822026-02-26T16:30:23.835Z[ helios-setup] Feb 26 16:30:23.320 INFO E| Compiling deranged v0.3.11
31832026-02-26T16:30:23.930Z[ helios-setup] Feb 26 16:30:23.415 INFO E| Compiling num_threads v0.1.6
31842026-02-26T16:30:24.222Z[ helios-setup] Feb 26 16:30:23.707 INFO E| Compiling bitflags v2.3.3
31852026-02-26T16:30:24.379Z[ helios-setup] Feb 26 16:30:23.864 INFO E| Compiling dirs-sys-next v0.1.2
31862026-02-26T16:30:24.404Z[ helios-setup] Feb 26 16:30:23.878 INFO E| Compiling errno v0.3.1
31872026-02-26T16:30:25.073Z[ helios-setup] Feb 26 16:30:24.558 INFO E| Compiling quote v1.0.31
31882026-02-26T16:30:25.098Z[ helios-setup] Feb 26 16:30:24.565 INFO E| Compiling dirs-next v2.0.0
31892026-02-26T16:30:25.596Z[ helios-setup] Feb 26 16:30:25.081 INFO E| Compiling syn v2.0.32
31902026-02-26T16:30:25.620Z[ helios-setup] Feb 26 16:30:25.095 INFO E| Compiling term v0.7.0
31912026-02-26T16:30:25.855Z[ helios-setup] Feb 26 16:30:25.340 INFO E| Compiling atty v0.2.14
31922026-02-26T16:30:26.040Z[ helios-setup] Feb 26 16:30:25.524 INFO E| Compiling thread_local v1.1.7
31932026-02-26T16:30:26.828Z[ helios-setup] Feb 26 16:30:26.313 INFO E| Compiling anyhow v1.0.72
31942026-02-26T16:30:26.916Z[ helios-setup] Feb 26 16:30:26.401 INFO E| Compiling serde_json v1.0.103
31952026-02-26T16:30:27.485Z[ helios-setup] Feb 26 16:30:26.970 INFO E| Compiling digest v0.9.0
31962026-02-26T16:30:27.509Z[ helios-setup] Feb 26 16:30:26.978 INFO E| Compiling block-buffer v0.9.0
31972026-02-26T16:30:27.773Z[ helios-setup] Feb 26 16:30:27.258 INFO E| Compiling time v0.3.36
31982026-02-26T16:30:27.797Z[ helios-setup] Feb 26 16:30:27.264 INFO E| Compiling fastrand v2.0.0
31992026-02-26T16:30:27.821Z[ helios-setup] Feb 26 16:30:27.293 INFO E| Compiling opaque-debug v0.3.0
32002026-02-26T16:30:27.972Z[ helios-setup] Feb 26 16:30:27.457 INFO E| Compiling getrandom v0.2.10
32012026-02-26T16:30:28.116Z[ helios-setup] Feb 26 16:30:27.602 INFO E| Compiling unicode-width v0.1.10
32022026-02-26T16:30:28.141Z[ helios-setup] Feb 26 16:30:27.619 INFO E| Compiling cpufeatures v0.2.9
32032026-02-26T16:30:28.424Z[ helios-setup] Feb 26 16:30:27.909 INFO E| Compiling tempfile v3.7.0
32042026-02-26T16:30:28.448Z[ helios-setup] Feb 26 16:30:27.926 INFO E| Compiling ryu v1.0.15
32052026-02-26T16:30:28.473Z[ helios-setup] Feb 26 16:30:27.953 INFO E| Compiling same-file v1.0.6
32062026-02-26T16:30:28.907Z[ helios-setup] Feb 26 16:30:28.392 INFO E| Compiling walkdir v2.3.3
32072026-02-26T16:30:28.983Z[ helios-setup] Feb 26 16:30:28.469 INFO E| Compiling getopts v0.2.21
32082026-02-26T16:30:29.192Z[ helios-setup] Feb 26 16:30:28.678 INFO E| Compiling sha-1 v0.9.8
32092026-02-26T16:30:29.240Z[ helios-setup] Feb 26 16:30:28.726 INFO E| Compiling md-5 v0.9.1
32102026-02-26T16:30:29.929Z[ helios-setup] Feb 26 16:30:29.414 INFO E| Compiling glob v0.3.1
32112026-02-26T16:30:30.003Z[ helios-setup] Feb 26 16:30:29.488 INFO E| Compiling libdevinfo-sys v1.0.0
32122026-02-26T16:30:31.192Z[ helios-setup] Feb 26 16:30:30.677 INFO E| Compiling slog-term v2.9.0
32132026-02-26T16:30:31.858Z[ helios-setup] Feb 26 16:30:31.329 INFO E| Compiling serde_derive v1.0.193
32142026-02-26T16:30:33.252Z[ host-package] Compiling thiserror-no-std v2.0.2
32152026-02-26T16:30:33.456Z[ host-package] Compiling backoff v0.4.0
32162026-02-26T16:30:33.885Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
32172026-02-26T16:30:34.655Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
32182026-02-26T16:30:36.575Z[ host-package] Compiling parse-display v0.10.0
32192026-02-26T16:30:37.143Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32202026-02-26T16:30:37.404Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32212026-02-26T16:30:38.343Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32222026-02-26T16:30:38.751Z[ host-package] Compiling chacha20 v0.9.1
32232026-02-26T16:30:38.796Z[ host-package] Compiling aead v0.5.2
32242026-02-26T16:30:39.318Z[ host-package] Compiling backon v1.6.0
32252026-02-26T16:30:39.367Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
32262026-02-26T16:30:39.743Z[ host-package] Compiling macaddr v1.0.1
32272026-02-26T16:30:39.983Z[ host-package] Compiling derive-where v1.5.0
32282026-02-26T16:30:40.218Z[ host-package] Compiling chacha20poly1305 v0.10.1
32292026-02-26T16:30:40.571Z[ host-package] Compiling vsss-rs v3.3.4
32302026-02-26T16:30:42.276Z[ helios-setup] Feb 26 16:30:41.761 INFO E| Compiling toml v0.5.11
32312026-02-26T16:30:42.276Z[ helios-setup] Feb 26 16:30:41.761 INFO E| Compiling uuid v0.8.2
32322026-02-26T16:30:42.770Z[ host-package] Compiling num-rational v0.4.2
32332026-02-26T16:30:43.304Z[ host-package] Compiling num-complex v0.4.6
32342026-02-26T16:30:44.253Z[ helios-setup] Feb 26 16:30:43.738 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32352026-02-26T16:30:44.490Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32362026-02-26T16:30:45.168Z[ host-package] Compiling num v0.4.3
32372026-02-26T16:30:45.402Z[ host-package] Compiling console v0.15.10
32382026-02-26T16:30:45.512Z[ host-package] Compiling float-ord v0.3.2
32392026-02-26T16:30:45.940Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32402026-02-26T16:30:46.025Z[ helios-setup] Feb 26 16:30:45.511 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32412026-02-26T16:30:46.429Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32422026-02-26T16:30:47.615Z[ host-package] Compiling toml v0.8.23
32432026-02-26T16:30:48.450Z[ host-package] Compiling newline-converter v0.3.0
32442026-02-26T16:30:48.709Z[ host-package] Compiling atomicwrites v0.4.4
32452026-02-26T16:30:49.043Z[ host-package] Compiling slog-dtrace v0.3.0
32462026-02-26T16:30:49.097Z[ host-package] Compiling expectorate v1.2.0
32472026-02-26T16:30:49.612Z[ host-package] Compiling owo-colors v4.2.3
32482026-02-26T16:30:49.661Z[ host-package] Compiling cancel-safe-futures v0.1.5
32492026-02-26T16:30:50.115Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32502026-02-26T16:30:52.101Z[ host-package] Compiling resolv-conf v0.7.0
32512026-02-26T16:30:53.808Z[ host-package] Compiling libsw-core v0.3.1
32522026-02-26T16:30:54.189Z[ host-package] Compiling libsw v3.5.0
32532026-02-26T16:30:55.898Z[ helios-setup] Feb 26 16:30:55.384 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.64s
32542026-02-26T16:30:55.934Z[ helios-setup] Feb 26 16:30:55.420 INFO building project "image-builder" ok (35 seconds)
32552026-02-26T16:30:55.934Z[ helios-setup] Feb 26 16:30:55.420 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32562026-02-26T16:30:56.058Z[ helios-setup] Feb 26 16:30:55.544 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')"
32572026-02-26T16:30:56.058Z[ helios-setup] Feb 26 16:30:55.544 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32582026-02-26T16:30:56.082Z[ helios-setup] Feb 26 16:30:55.544 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32592026-02-26T16:30:56.114Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32602026-02-26T16:30:56.391Z[ helios-setup] Feb 26 16:30:55.877 INFO E| Updating crates.io index
32612026-02-26T16:30:56.460Z[ helios-setup] Feb 26 16:30:55.947 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32622026-02-26T16:30:56.485Z[ host-package] Compiling linear-map v1.2.0
32632026-02-26T16:30:56.963Z[ host-package] Compiling minimal-lexical v0.2.1
32642026-02-26T16:30:57.249Z[ helios-setup] Feb 26 16:30:56.735 INFO E| From https://github.com/oxidecomputer/amd-apcb
32652026-02-26T16:30:57.249Z[ helios-setup] Feb 26 16:30:56.735 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32662026-02-26T16:30:57.277Z[ helios-setup] Feb 26 16:30:56.760 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32672026-02-26T16:30:57.573Z[ host-package] Compiling linked-hash-map v0.5.6
32682026-02-26T16:30:58.039Z[ helios-setup] Feb 26 16:30:57.525 INFO E| From https://github.com/oxidecomputer/amd-efs
32692026-02-26T16:30:58.039Z[ helios-setup] Feb 26 16:30:57.525 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32702026-02-26T16:30:58.119Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32712026-02-26T16:30:58.191Z[ host-package] Compiling lru-cache v0.1.2
32722026-02-26T16:30:58.311Z[ helios-setup] Feb 26 16:30:57.797 INFO E| Downloading crates ...
32732026-02-26T16:30:58.418Z[ helios-setup] Feb 26 16:30:57.904 INFO E| Downloaded thiserror v2.0.12
32742026-02-26T16:30:58.442Z[ helios-setup] Feb 26 16:30:57.912 INFO E| Downloaded parse_int v0.9.0
32752026-02-26T16:30:58.443Z[ helios-setup] Feb 26 16:30:57.913 INFO E| Downloaded ansi_term v0.12.1
32762026-02-26T16:30:58.443Z[ helios-setup] Feb 26 16:30:57.916 INFO E| Downloaded strum v0.27.1
32772026-02-26T16:30:58.443Z[ helios-setup] Feb 26 16:30:57.917 INFO E| Downloaded unic-common v0.9.0
32782026-02-26T16:30:58.443Z[ helios-setup] Feb 26 16:30:57.919 INFO E| Downloaded unic-char-range v0.9.0
32792026-02-26T16:30:58.443Z[ helios-setup] Feb 26 16:30:57.921 INFO E| Downloaded unic-char-property v0.9.0
32802026-02-26T16:30:58.443Z[ helios-setup] Feb 26 16:30:57.923 INFO E| Downloaded unic-ucd-ident v0.9.0
32812026-02-26T16:30:58.443Z[ helios-setup] Feb 26 16:30:57.925 INFO E| Downloaded unic-ucd-version v0.9.0
32822026-02-26T16:30:58.443Z[ helios-setup] Feb 26 16:30:57.927 INFO E| Downloaded vec_map v0.8.2
32832026-02-26T16:30:58.443Z[ helios-setup] Feb 26 16:30:57.928 INFO E| Downloaded dyn-clone v1.0.19
32842026-02-26T16:30:58.469Z[ helios-setup] Feb 26 16:30:57.930 INFO E| Downloaded fletcher v1.0.0
32852026-02-26T16:30:58.469Z[ helios-setup] Feb 26 16:30:57.932 INFO E| Downloaded quote v1.0.40
32862026-02-26T16:30:58.469Z[ helios-setup] Feb 26 16:30:57.935 INFO E| Downloaded modular-bitfield-impl v0.11.2
32872026-02-26T16:30:58.469Z[ helios-setup] Feb 26 16:30:57.937 INFO E| Downloaded four-cc v0.4.0
32882026-02-26T16:30:58.469Z[ helios-setup] Feb 26 16:30:57.939 INFO E| Downloaded modular-bitfield-impl v0.13.1
32892026-02-26T16:30:58.469Z[ helios-setup] Feb 26 16:30:57.941 INFO E| Downloaded textwrap v0.11.0
32902026-02-26T16:30:58.469Z[ helios-setup] Feb 26 16:30:57.943 INFO E| Downloaded strsim v0.8.0
32912026-02-26T16:30:58.469Z[ helios-setup] Feb 26 16:30:57.945 INFO E| Downloaded structopt-derive v0.4.18
32922026-02-26T16:30:58.469Z[ helios-setup] Feb 26 16:30:57.947 INFO E| Downloaded pest_meta v2.8.0
32932026-02-26T16:30:58.469Z[ helios-setup] Feb 26 16:30:57.950 INFO E| Downloaded thiserror-impl v2.0.12
32942026-02-26T16:30:58.469Z[ helios-setup] Feb 26 16:30:57.952 INFO E| Downloaded typenum v1.18.0
32952026-02-26T16:30:58.496Z[ helios-setup] Feb 26 16:30:57.958 INFO E| Downloaded strum_macros v0.27.1
32962026-02-26T16:30:58.496Z[ helios-setup] Feb 26 16:30:57.961 INFO E| Downloaded zerocopy-derive v0.8.25
32972026-02-26T16:30:58.496Z[ helios-setup] Feb 26 16:30:57.969 INFO E| Downloaded unicode-ident v1.0.18
32982026-02-26T16:30:58.496Z[ helios-setup] Feb 26 16:30:57.973 INFO E| Downloaded structopt v0.3.26
32992026-02-26T16:30:58.520Z[ helios-setup] Feb 26 16:30:57.982 INFO E| Downloaded serde v1.0.219
33002026-02-26T16:30:58.521Z[ helios-setup] Feb 26 16:30:57.987 INFO E| Downloaded proc-macro2 v1.0.95
33012026-02-26T16:30:58.521Z[ helios-setup] Feb 26 16:30:57.990 INFO E| Downloaded serde_json v1.0.140
33022026-02-26T16:30:58.521Z[ helios-setup] Feb 26 16:30:57.999 INFO E| Downloaded clap v2.34.0
33032026-02-26T16:30:58.521Z[ helios-setup] Feb 26 16:30:58.006 INFO E| Downloaded goblin v0.9.3
33042026-02-26T16:30:58.545Z[ helios-setup] Feb 26 16:30:58.016 INFO E| Downloaded pest v2.8.0
33052026-02-26T16:30:58.545Z[ helios-setup] Feb 26 16:30:58.024 INFO E| Downloaded zerocopy v0.8.25
33062026-02-26T16:30:58.571Z[ helios-setup] Feb 26 16:30:58.057 INFO E| Downloaded syn v2.0.101
33072026-02-26T16:30:58.595Z[ helios-setup] Feb 26 16:30:58.071 INFO E| Downloaded log v0.4.27
33082026-02-26T16:30:58.595Z[ helios-setup] Feb 26 16:30:58.074 INFO E| Downloaded modular-bitfield v0.13.1
33092026-02-26T16:30:58.619Z[ helios-setup] Feb 26 16:30:58.084 INFO E| Downloaded pest_generator v2.8.0
33102026-02-26T16:30:58.619Z[ helios-setup] Feb 26 16:30:58.086 INFO E| Downloaded serde_derive v1.0.219
33112026-02-26T16:30:58.619Z[ helios-setup] Feb 26 16:30:58.090 INFO E| Downloaded rustversion v1.0.20
33122026-02-26T16:30:58.619Z[ helios-setup] Feb 26 16:30:58.093 INFO E| Downloaded pest_derive v2.8.0
33132026-02-26T16:30:58.619Z[ helios-setup] Feb 26 16:30:58.096 INFO E| Downloaded scroll_derive v0.12.1
33142026-02-26T16:30:58.643Z[ helios-setup] Feb 26 16:30:58.119 INFO E| Downloaded modular-bitfield v0.11.2
33152026-02-26T16:30:58.667Z[ helios-setup] Feb 26 16:30:58.132 INFO E| Downloaded bytesize v2.0.1
33162026-02-26T16:30:58.692Z[ helios-setup] Feb 26 16:30:58.171 INFO E| Downloaded libc v0.2.172
33172026-02-26T16:30:58.692Z[ host-package] Compiling nom v7.1.3
33182026-02-26T16:30:58.794Z[ helios-setup] Feb 26 16:30:58.280 INFO E| Compiling proc-macro2 v1.0.95
33192026-02-26T16:30:58.794Z[ helios-setup] Feb 26 16:30:58.280 INFO E| Compiling unicode-ident v1.0.18
33202026-02-26T16:30:58.818Z[ helios-setup] Feb 26 16:30:58.280 INFO E| Compiling memchr v2.7.4
33212026-02-26T16:30:58.819Z[ helios-setup] Feb 26 16:30:58.280 INFO E| Compiling autocfg v1.4.0
33222026-02-26T16:30:58.819Z[ helios-setup] Feb 26 16:30:58.280 INFO E| Compiling thiserror v2.0.12
33232026-02-26T16:30:58.819Z[ helios-setup] Feb 26 16:30:58.280 INFO E| Compiling syn v1.0.109
33242026-02-26T16:30:58.819Z[ helios-setup] Feb 26 16:30:58.280 INFO E| Compiling serde v1.0.219
33252026-02-26T16:30:58.819Z[ helios-setup] Feb 26 16:30:58.281 INFO E| Compiling version_check v0.9.5
33262026-02-26T16:30:59.409Z[ helios-setup] Feb 26 16:30:58.895 INFO E| Compiling serde_json v1.0.140
33272026-02-26T16:31:00.103Z[ helios-setup] Feb 26 16:30:59.590 INFO E| Compiling itoa v1.0.15
33282026-02-26T16:31:00.207Z[ helios-setup] Feb 26 16:30:59.693 INFO E| Compiling schemars v0.8.22
33292026-02-26T16:31:00.484Z[ helios-setup] Feb 26 16:30:59.970 INFO E| Compiling ryu v1.0.20
33302026-02-26T16:31:00.568Z[ helios-setup] Feb 26 16:31:00.054 INFO E| Compiling proc-macro-error-attr v1.0.4
33312026-02-26T16:31:00.769Z[ helios-setup] Feb 26 16:31:00.255 INFO E| Compiling zerocopy v0.8.25
33322026-02-26T16:31:00.866Z[ helios-setup] Feb 26 16:31:00.352 INFO E| Compiling rustversion v1.0.20
33332026-02-26T16:31:01.248Z[ helios-setup] Feb 26 16:31:00.735 INFO E| Compiling paste v1.0.15
33342026-02-26T16:31:01.273Z[ helios-setup] Feb 26 16:31:00.735 INFO E| Compiling libc v0.2.172
33352026-02-26T16:31:01.481Z[ helios-setup] Feb 26 16:31:00.967 INFO E| Compiling num-traits v0.2.19
33362026-02-26T16:31:01.511Z[ helios-setup] Feb 26 16:31:00.997 INFO E| Compiling memoffset v0.9.1
33372026-02-26T16:31:02.194Z[ helios-setup] Feb 26 16:31:01.681 INFO E| Compiling dyn-clone v1.0.19
33382026-02-26T16:31:02.291Z[ helios-setup] Feb 26 16:31:01.777 INFO E| Compiling static_assertions v1.1.0
33392026-02-26T16:31:02.381Z[ helios-setup] Feb 26 16:31:01.868 INFO E| Compiling quote v1.0.40
33402026-02-26T16:31:02.437Z[ helios-setup] Feb 26 16:31:01.923 INFO E| Compiling ucd-trie v0.1.7
33412026-02-26T16:31:02.983Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33422026-02-26T16:31:03.014Z[ helios-setup] Feb 26 16:31:02.500 INFO E| Compiling syn v2.0.101
33432026-02-26T16:31:03.185Z[ helios-setup] Feb 26 16:31:02.671 INFO E| Compiling proc-macro-error v1.0.4
33442026-02-26T16:31:03.209Z[ helios-setup] Feb 26 16:31:02.685 INFO E| Compiling once_cell v1.21.3
33452026-02-26T16:31:04.466Z[ helios-setup] Feb 26 16:31:03.952 INFO E| Compiling unicode-width v0.1.14
33462026-02-26T16:31:05.014Z[ host-package] Compiling unicode-xid v0.2.6
33472026-02-26T16:31:05.216Z[ helios-setup] Feb 26 16:31:04.702 INFO E| Compiling unicode-segmentation v1.12.0
33482026-02-26T16:31:05.251Z[ helios-setup] Feb 26 16:31:04.737 INFO E| Compiling heck v0.5.0
33492026-02-26T16:31:05.320Z[ helios-setup] Feb 26 16:31:04.806 INFO E| Compiling textwrap v0.11.0
33502026-02-26T16:31:05.581Z[ helios-setup] Feb 26 16:31:05.068 INFO E| Compiling atty v0.2.14
33512026-02-26T16:31:05.801Z[ helios-setup] Feb 26 16:31:05.287 INFO E| Compiling ansi_term v0.12.1
33522026-02-26T16:31:05.866Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33532026-02-26T16:31:06.024Z[ helios-setup] Feb 26 16:31:05.510 INFO E| Compiling parse_int v0.9.0
33542026-02-26T16:31:06.319Z[ helios-setup] Feb 26 16:31:05.806 INFO E| Compiling bitflags v1.3.2
33552026-02-26T16:31:06.355Z[ helios-setup] Feb 26 16:31:05.841 INFO E| Compiling unic-char-range v0.9.0
33562026-02-26T16:31:06.428Z[ helios-setup] Feb 26 16:31:05.914 INFO E| Compiling unic-common v0.9.0
33572026-02-26T16:31:06.491Z[ helios-setup] Feb 26 16:31:05.977 INFO E| Compiling strum v0.27.1
33582026-02-26T16:31:06.791Z[ helios-setup] Feb 26 16:31:06.278 INFO E| Compiling heck v0.3.3
33592026-02-26T16:31:06.856Z[ helios-setup] Feb 26 16:31:06.332 INFO E| Compiling strsim v0.8.0
33602026-02-26T16:31:06.914Z[ helios-setup] Feb 26 16:31:06.400 INFO E| Compiling vec_map v0.8.2
33612026-02-26T16:31:06.938Z[ helios-setup] Feb 26 16:31:06.412 INFO E| Compiling byteorder v1.5.0
33622026-02-26T16:31:06.972Z[ helios-setup] Feb 26 16:31:06.458 INFO E| Compiling fletcher v1.0.0
33632026-02-26T16:31:06.996Z[ helios-setup] Feb 26 16:31:06.459 INFO E| Compiling unic-ucd-version v0.9.0
33642026-02-26T16:31:07.201Z[ helios-setup] Feb 26 16:31:06.688 INFO E| Compiling unic-char-property v0.9.0
33652026-02-26T16:31:07.355Z[ helios-setup] Feb 26 16:31:06.841 INFO E| Compiling clap v2.34.0
33662026-02-26T16:31:07.385Z[ helios-setup] Feb 26 16:31:06.871 INFO E| Compiling lazy_static v1.5.0
33672026-02-26T16:31:07.424Z[ helios-setup] Feb 26 16:31:06.911 INFO E| Compiling log v0.4.27
33682026-02-26T16:31:07.719Z[ helios-setup] Feb 26 16:31:07.197 INFO E| Compiling plain v0.2.3
33692026-02-26T16:31:07.744Z[ helios-setup] Feb 26 16:31:07.205 INFO E| Compiling unic-ucd-ident v0.9.0
33702026-02-26T16:31:07.769Z[ helios-setup] Feb 26 16:31:07.233 INFO E| Compiling bytesize v2.0.1
33712026-02-26T16:31:08.508Z[ host-package] Compiling hickory-proto v0.24.4
33722026-02-26T16:31:09.101Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33732026-02-26T16:31:12.293Z[ helios-setup] Feb 26 16:31:11.780 INFO E| Compiling serde_derive_internals v0.29.1
33742026-02-26T16:31:12.589Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33752026-02-26T16:31:13.346Z[ helios-setup] Feb 26 16:31:12.832 INFO E| Compiling modular-bitfield-impl v0.11.2
33762026-02-26T16:31:13.544Z[ helios-setup] Feb 26 16:31:13.030 INFO E| Compiling structopt-derive v0.4.18
33772026-02-26T16:31:15.134Z[ helios-setup] Feb 26 16:31:14.621 INFO E| Compiling thiserror-impl v2.0.12
33782026-02-26T16:31:15.134Z[ helios-setup] Feb 26 16:31:14.621 INFO E| Compiling serde_derive v1.0.219
33792026-02-26T16:31:15.225Z[ helios-setup] Feb 26 16:31:14.712 INFO E| Compiling zerocopy-derive v0.8.25
33802026-02-26T16:31:15.259Z[ helios-setup] Feb 26 16:31:14.746 INFO E| Compiling schemars_derive v0.8.22
33812026-02-26T16:31:16.573Z[ helios-setup] Feb 26 16:31:16.060 INFO E| Compiling modular-bitfield-impl v0.13.1
33822026-02-26T16:31:17.229Z[ helios-setup] Feb 26 16:31:16.716 INFO E| Compiling num-derive v0.4.2
33832026-02-26T16:31:17.554Z[ helios-setup] Feb 26 16:31:17.041 INFO E| Compiling modular-bitfield v0.11.2
33842026-02-26T16:31:17.771Z[ helios-setup] Feb 26 16:31:17.258 INFO E| Compiling scroll_derive v0.12.1
33852026-02-26T16:31:17.911Z[ host-package] Compiling hickory-resolver v0.24.4
33862026-02-26T16:31:19.212Z[ helios-setup] Feb 26 16:31:18.699 INFO E| Compiling strum_macros v0.27.1
33872026-02-26T16:31:19.299Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33882026-02-26T16:31:20.336Z[ helios-setup] Feb 26 16:31:19.822 INFO E| Compiling scroll v0.12.0
33892026-02-26T16:31:20.710Z[ helios-setup] Feb 26 16:31:20.195 INFO E| Compiling pest v2.8.0
33902026-02-26T16:31:21.036Z[ helios-setup] Feb 26 16:31:20.523 INFO E| Compiling structopt v0.3.26
33912026-02-26T16:31:21.373Z[ helios-setup] Feb 26 16:31:20.860 INFO E| Compiling goblin v0.9.3
33922026-02-26T16:31:21.485Z[ helios-setup] Feb 26 16:31:20.972 INFO E| Compiling modular-bitfield v0.13.1
33932026-02-26T16:31:25.234Z[ helios-setup] Feb 26 16:31:24.721 INFO E| Compiling pest_meta v2.8.0
33942026-02-26T16:31:27.308Z[ helios-setup] Feb 26 16:31:26.795 INFO E| Compiling pest_generator v2.8.0
33952026-02-26T16:31:28.477Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33962026-02-26T16:31:28.873Z[ host-package] Compiling convert_case v0.7.1
33972026-02-26T16:31:29.667Z[ helios-setup] Feb 26 16:31:29.155 INFO E| Compiling pest_derive v2.8.0
33982026-02-26T16:31:30.054Z[ host-package] Compiling derive_more-impl v2.0.1
33992026-02-26T16:31:31.994Z[ helios-setup] Feb 26 16:31:31.481 INFO E| Compiling json5 v0.4.1
34002026-02-26T16:31:32.122Z[ host-package] Compiling qorb v0.4.1
34012026-02-26T16:31:36.562Z[ helios-setup] Feb 26 16:31:36.049 INFO E| Compiling four-cc v0.4.0
34022026-02-26T16:31:36.562Z[ helios-setup] Feb 26 16:31:36.049 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
34032026-02-26T16:31:36.799Z[ helios-setup] Feb 26 16:31:36.286 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
34042026-02-26T16:31:37.950Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34052026-02-26T16:31:38.583Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34062026-02-26T16:31:39.230Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34072026-02-26T16:31:40.995Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34082026-02-26T16:31:41.424Z[ host-package] Compiling derive_more v2.0.1
34092026-02-26T16:31:41.703Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34102026-02-26T16:31:42.257Z[ host-package] Compiling vte_generate_state_changes v0.1.2
34112026-02-26T16:31:42.569Z[ host-package] Compiling termtree v0.5.1
34122026-02-26T16:31:42.870Z[ host-package] Compiling siphasher v1.0.1
34132026-02-26T16:31:42.991Z[ host-package] Compiling vte v0.11.1
34142026-02-26T16:31:43.447Z[ host-package] Compiling phf_shared v0.12.1
34152026-02-26T16:31:44.049Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34162026-02-26T16:31:44.108Z[ host-package] Compiling crossterm v0.29.0
34172026-02-26T16:31:44.427Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34182026-02-26T16:31:44.870Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34192026-02-26T16:31:49.592Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34202026-02-26T16:31:49.966Z[ host-package] Compiling csv-core v0.1.11
34212026-02-26T16:31:50.928Z[ host-package] Compiling chrono-tz v0.10.4
34222026-02-26T16:31:50.975Z[ host-package] Compiling highway v1.3.0
34232026-02-26T16:31:51.432Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34242026-02-26T16:31:51.483Z[ host-package] Compiling tough v0.20.0
34252026-02-26T16:31:51.855Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34262026-02-26T16:31:51.947Z[ host-package] Compiling csv v1.3.1
34272026-02-26T16:31:52.666Z[ host-package] Compiling strip-ansi-escapes v0.2.0
34282026-02-26T16:31:53.443Z[ host-package] Compiling phf v0.12.1
34292026-02-26T16:31:53.919Z[ host-package] Compiling const_format_proc_macros v0.2.34
34302026-02-26T16:31:54.223Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34312026-02-26T16:31:54.820Z[ host-package] Compiling papergrid v0.11.0
34322026-02-26T16:31:55.264Z[ host-package] Compiling tabled_derive v0.7.0
34332026-02-26T16:31:55.965Z[ host-package] Compiling fd-lock v4.0.2
34342026-02-26T16:31:56.305Z[ host-package] Compiling peg-macros v0.8.5
34352026-02-26T16:31:57.045Z[ host-package] Compiling nu-ansi-term v0.50.1
34362026-02-26T16:31:58.287Z[ host-package] Compiling reedline v0.40.0
34372026-02-26T16:31:59.016Z[ host-package] Compiling peg v0.8.5
34382026-02-26T16:31:59.284Z[ host-package] Compiling tabled v0.15.0
34392026-02-26T16:32:00.146Z[ host-package] Compiling const_format v0.2.34
34402026-02-26T16:32:02.471Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34412026-02-26T16:32:05.867Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34422026-02-26T16:32:06.640Z[ host-package] Compiling bcs v0.1.6
34432026-02-26T16:32:07.573Z[ host-package] Compiling semver v0.1.20
34442026-02-26T16:32:08.226Z[ host-package] Compiling rustc_version v0.1.7
34452026-02-26T16:32:08.679Z[ host-package] Compiling newtype_derive v0.1.6
34462026-02-26T16:32:09.167Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34472026-02-26T16:32:09.654Z[ host-package] Compiling humantime v2.2.0
34482026-02-26T16:32:10.119Z[ host-package] Compiling unicode-linebreak v0.1.5
34492026-02-26T16:32:10.564Z[ host-package] Compiling smawk v0.3.2
34502026-02-26T16:32:10.962Z[ host-package] Compiling textwrap v0.16.2
34512026-02-26T16:32:11.151Z[ host-package] Compiling dropshot-api-manager-types v0.3.0
34522026-02-26T16:32:12.908Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34532026-02-26T16:32:14.357Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34542026-02-26T16:32:14.478Z[ host-package] Compiling steno v0.4.1
34552026-02-26T16:32:15.258Z[ helios-setup] Feb 26 16:32:14.746 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
34562026-02-26T16:32:16.342Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34572026-02-26T16:32:18.318Z[ host-package] Compiling utf-8 v0.7.6
34582026-02-26T16:32:18.918Z[ host-package] Compiling moka v0.12.10
34592026-02-26T16:32:19.460Z[ host-package] Compiling tagptr v0.2.0
34602026-02-26T16:32:23.383Z[ host-package] Compiling hickory-resolver v0.25.2
34612026-02-26T16:32:23.723Z[ host-package] Compiling tungstenite v0.21.0
34622026-02-26T16:32:24.257Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34632026-02-26T16:32:24.816Z[ host-package] Compiling progenitor-impl v0.10.0
34642026-02-26T16:32:24.856Z[ helios-setup] Feb 26 16:32:24.345 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34652026-02-26T16:32:26.003Z[ host-package] Compiling tokio-tungstenite v0.21.0
34662026-02-26T16:32:28.628Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34672026-02-26T16:32:30.202Z[ host-package] Compiling progenitor-macro v0.10.0
34682026-02-26T16:32:35.183Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34692026-02-26T16:32:36.190Z[ host-package] Compiling proc-macro-error2 v2.0.1
34702026-02-26T16:32:37.253Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34712026-02-26T16:32:38.444Z[ host-package] Compiling num-derive v0.3.3
34722026-02-26T16:32:38.742Z[ host-package] Compiling vergen-gitcl v1.0.8
34732026-02-26T16:32:39.410Z[ host-package] Compiling dirs-sys-next v0.1.2
34742026-02-26T16:32:39.954Z[ host-package] Compiling maplit v1.0.2
34752026-02-26T16:32:40.184Z[ host-package] Compiling crunchy v0.2.2
34762026-02-26T16:32:40.405Z[ host-package] Compiling libscf-sys v1.1.0
34772026-02-26T16:32:40.831Z[ host-package] Compiling progenitor v0.10.0
34782026-02-26T16:32:41.150Z[ host-package] Compiling glob v0.3.2
34792026-02-26T16:32:41.360Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34802026-02-26T16:32:41.459Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34812026-02-26T16:32:42.312Z[ host-package] Compiling clang-sys v1.8.1
34822026-02-26T16:32:43.582Z[ host-package] Compiling dirs-next v2.0.0
34832026-02-26T16:32:43.890Z[ host-package] Compiling dsl_auto_type v0.1.2
34842026-02-26T16:32:44.091Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34852026-02-26T16:32:44.955Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34862026-02-26T16:32:45.692Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
34872026-02-26T16:32:46.137Z[ host-package] Compiling tiny-keccak v2.0.2
34882026-02-26T16:32:46.218Z[ host-package] Compiling diesel_derives v2.2.3
34892026-02-26T16:32:46.652Z[ host-package] Compiling r2d2 v0.8.10
34902026-02-26T16:32:47.991Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34912026-02-26T16:32:48.391Z[ host-package] Compiling term v0.7.0
34922026-02-26T16:32:49.734Z[ host-package] Compiling tabled_derive v0.11.0
34932026-02-26T16:32:52.261Z[ host-package] Compiling papergrid v0.17.0
34942026-02-26T16:32:52.309Z[ host-package] Compiling testing_table v0.3.0
34952026-02-26T16:32:53.288Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34962026-02-26T16:32:53.693Z[ helios-setup] Feb 26 16:32:53.183 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34972026-02-26T16:32:53.735Z[ helios-setup] Feb 26 16:32:53.225 INFO building project "amd-host-image-builder" ok (117 seconds)
34982026-02-26T16:32:53.735Z[ helios-setup] Feb 26 16:32:53.225 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34992026-02-26T16:32:53.895Z[ helios-setup] Feb 26 16:32:53.384 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
35002026-02-26T16:32:53.895Z[ helios-setup] Feb 26 16:32:53.385 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35012026-02-26T16:32:53.895Z[ helios-setup] Feb 26 16:32:53.385 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35022026-02-26T16:32:54.357Z[ helios-setup] Feb 26 16:32:53.846 INFO E| Downloading crates ...
35032026-02-26T16:32:54.419Z[ helios-setup] Feb 26 16:32:53.909 INFO E| Downloaded miniz_oxide v0.8.8
35042026-02-26T16:32:54.486Z[ helios-setup] Feb 26 16:32:53.976 INFO E| Compiling adler2 v2.0.0
35052026-02-26T16:32:54.681Z[ helios-setup] Feb 26 16:32:54.171 INFO E| Compiling miniz_oxide v0.8.8
35062026-02-26T16:32:55.705Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35072026-02-26T16:32:56.128Z[ host-package] Compiling xshell-macros v0.2.7
35082026-02-26T16:32:56.624Z[ host-package] Compiling arc-swap v1.7.1
35092026-02-26T16:32:57.088Z[ host-package] Compiling bit-vec v0.6.3
35102026-02-26T16:32:57.210Z[ helios-setup] Feb 26 16:32:56.700 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35112026-02-26T16:32:57.598Z[ host-package] Compiling bit-set v0.5.3
35122026-02-26T16:32:57.672Z[ host-package] Compiling slog-scope v4.4.0
35132026-02-26T16:32:58.043Z[ host-package] Compiling xshell v0.2.7
35142026-02-26T16:32:58.084Z[ helios-setup] Feb 26 16:32:57.574 INFO E| Finished `release` profile [optimized] target(s) in 4.06s
35152026-02-26T16:32:58.127Z[ helios-setup] Feb 26 16:32:57.587 INFO building project "pinprick" ok (4 seconds)
35162026-02-26T16:32:58.127Z[ helios-setup] Feb 26 16:32:57.587 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35172026-02-26T16:32:58.203Z[ helios-setup] Feb 26 16:32:57.693 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
35182026-02-26T16:32:58.203Z[ helios-setup] Feb 26 16:32:57.693 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35192026-02-26T16:32:58.227Z[ helios-setup] Feb 26 16:32:57.693 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35202026-02-26T16:32:58.703Z[ helios-setup] Feb 26 16:32:58.183 INFO E| Downloading crates ...
35212026-02-26T16:32:58.727Z[ host-package] Compiling diesel v2.2.12
35222026-02-26T16:32:58.782Z[ helios-setup] Feb 26 16:32:58.272 INFO E| Downloaded time-macros v0.2.22
35232026-02-26T16:32:58.806Z[ helios-setup] Feb 26 16:32:58.277 INFO E| Downloaded fastrand v2.3.0
35242026-02-26T16:32:58.806Z[ helios-setup] Feb 26 16:32:58.280 INFO E| Downloaded tempfile v3.20.0
35252026-02-26T16:32:58.806Z[ helios-setup] Feb 26 16:32:58.284 INFO E| Downloaded serde_with_macros v3.12.0
35262026-02-26T16:32:58.806Z[ helios-setup] Feb 26 16:32:58.287 INFO E| Downloaded deranged v0.4.0
35272026-02-26T16:32:58.807Z[ helios-setup] Feb 26 16:32:58.290 INFO E| Downloaded serde_with v3.12.0
35282026-02-26T16:32:58.831Z[ helios-setup] Feb 26 16:32:58.302 INFO E| Downloaded indexmap v2.9.0
35292026-02-26T16:32:58.831Z[ helios-setup] Feb 26 16:32:58.307 INFO E| Downloaded getrandom v0.3.3
35302026-02-26T16:32:58.831Z[ helios-setup] Feb 26 16:32:58.310 INFO E| Downloaded darling_core v0.20.11
35312026-02-26T16:32:58.855Z[ helios-setup] Feb 26 16:32:58.323 INFO E| Downloaded darling_macro v0.20.11
35322026-02-26T16:32:58.855Z[ helios-setup] Feb 26 16:32:58.324 INFO E| Downloaded hashbrown v0.15.3
35332026-02-26T16:32:58.855Z[ helios-setup] Feb 26 16:32:58.330 INFO E| Downloaded chrono v0.4.41
35342026-02-26T16:32:58.855Z[ helios-setup] Feb 26 16:32:58.338 INFO E| Downloaded darling v0.20.11
35352026-02-26T16:32:58.855Z[ helios-setup] Feb 26 16:32:58.343 INFO E| Downloaded bitflags v2.9.1
35362026-02-26T16:32:58.880Z[ helios-setup] Feb 26 16:32:58.349 INFO E| Downloaded rustix v1.0.7
35372026-02-26T16:32:58.904Z[ helios-setup] Feb 26 16:32:58.376 INFO E| Downloaded anyhow v1.0.98
35382026-02-26T16:32:58.904Z[ helios-setup] Feb 26 16:32:58.382 INFO E| Downloaded time-core v0.1.4
35392026-02-26T16:32:58.904Z[ helios-setup] Feb 26 16:32:58.384 INFO E| Downloaded time v0.3.41
35402026-02-26T16:32:59.046Z[ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling proc-macro2 v1.0.95
35412026-02-26T16:32:59.046Z[ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling unicode-ident v1.0.18
35422026-02-26T16:32:59.071Z[ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling libc v0.2.172
35432026-02-26T16:32:59.071Z[ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling fnv v1.0.7
35442026-02-26T16:32:59.071Z[ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling strsim v0.11.1
35452026-02-26T16:32:59.071Z[ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling ident_case v1.0.1
35462026-02-26T16:32:59.071Z[ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling serde v1.0.219
35472026-02-26T16:32:59.071Z[ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling getrandom v0.3.3
35482026-02-26T16:32:59.465Z[ helios-setup] Feb 26 16:32:58.955 INFO E| Compiling rustix v1.0.7
35492026-02-26T16:32:59.528Z[ helios-setup] Feb 26 16:32:59.017 INFO E| Compiling thiserror v2.0.12
35502026-02-26T16:32:59.751Z[ helios-setup] Feb 26 16:32:59.241 INFO E| Compiling anyhow v1.0.98
35512026-02-26T16:33:00.372Z[ helios-setup] Feb 26 16:32:59.862 INFO E| Compiling bitflags v2.9.1
35522026-02-26T16:33:00.445Z[ helios-setup] Feb 26 16:32:59.935 INFO E| Compiling serde_json v1.0.140
35532026-02-26T16:33:00.706Z[ helios-setup] Feb 26 16:33:00.196 INFO E| Compiling cfg-if v1.0.0
35542026-02-26T16:33:00.826Z[ helios-setup] Feb 26 16:33:00.316 INFO E| Compiling memchr v2.7.4
35552026-02-26T16:33:01.401Z[ helios-setup] Feb 26 16:33:00.891 INFO E| Compiling itoa v1.0.15
35562026-02-26T16:33:01.483Z[ helios-setup] Feb 26 16:33:00.973 INFO E| Compiling once_cell v1.21.3
35572026-02-26T16:33:01.527Z[ helios-setup] Feb 26 16:33:01.017 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
35582026-02-26T16:33:01.577Z[ helios-setup] Feb 26 16:33:01.067 INFO E| Compiling fastrand v2.3.0
35592026-02-26T16:33:01.602Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
35602026-02-26T16:33:01.684Z[ helios-setup] Feb 26 16:33:01.174 INFO E| Compiling ryu v1.0.20
35612026-02-26T16:33:02.327Z[ helios-setup] Feb 26 16:33:01.816 INFO E| Compiling errno v0.3.12
35622026-02-26T16:33:02.862Z[ helios-setup] Feb 26 16:33:02.352 INFO E| Compiling quote v1.0.40
35632026-02-26T16:33:03.619Z[ helios-setup] Feb 26 16:33:03.109 INFO E| Compiling syn v2.0.101
35642026-02-26T16:33:05.267Z[ helios-setup] Feb 26 16:33:04.757 INFO E| Compiling tempfile v3.20.0
35652026-02-26T16:33:07.144Z[ host-package] Compiling tabled v0.20.0
35662026-02-26T16:33:08.525Z[ host-package] Compiling ascii-canvas v3.0.0
35672026-02-26T16:33:09.059Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35682026-02-26T16:33:10.166Z[ helios-setup] Feb 26 16:33:09.656 INFO E| Compiling darling_core v0.20.11
35692026-02-26T16:33:12.437Z[ helios-setup] Feb 26 16:33:11.927 INFO E| Compiling serde_derive v1.0.219
35702026-02-26T16:33:12.437Z[ helios-setup] Feb 26 16:33:11.927 INFO E| Compiling thiserror-impl v2.0.12
35712026-02-26T16:33:14.227Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35722026-02-26T16:33:14.969Z[ helios-setup] Feb 26 16:33:14.460 INFO E| Compiling darling_macro v0.20.11
35732026-02-26T16:33:16.439Z[ helios-setup] Feb 26 16:33:15.929 INFO E| Compiling darling v0.20.11
35742026-02-26T16:33:16.623Z[ helios-setup] Feb 26 16:33:16.114 INFO E| Compiling serde_with_macros v3.12.0
35752026-02-26T16:33:19.803Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35762026-02-26T16:33:21.048Z[ host-package] Compiling ena v0.14.3
35772026-02-26T16:33:21.587Z[ host-package] Compiling libloading v0.8.5
35782026-02-26T16:33:22.054Z[ host-package] Compiling diff v0.1.13
35792026-02-26T16:33:22.690Z[ host-package] Compiling bindgen v0.71.1
35802026-02-26T16:33:23.219Z[ host-package] Compiling unicase v2.8.1
35812026-02-26T16:33:23.903Z[ host-package] Compiling regex-syntax v0.6.29
35822026-02-26T16:33:24.552Z[ helios-setup] Feb 26 16:33:24.043 INFO E| Compiling serde_with v3.12.0
35832026-02-26T16:33:25.949Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35842026-02-26T16:33:28.816Z[ host-package] Compiling lalrpop v0.19.12
35852026-02-26T16:33:34.504Z[ helios-setup] Feb 26 16:33:33.995 INFO E| Finished `release` profile [optimized] target(s) in 36.14s
35862026-02-26T16:33:34.533Z[ helios-setup] Feb 26 16:33:34.024 INFO building project "dmar-report" ok (36 seconds)
35872026-02-26T16:33:34.557Z[ helios-setup] rm -f helios-build
35882026-02-26T16:33:34.557Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35892026-02-26T16:33:34.557Z[ helios-setup]
35902026-02-26T16:33:34.557Z[ helios-setup] Setup complete! ./helios-build is now available.
35912026-02-26T16:33:34.557Z[ helios-setup]
35922026-02-26T16:33:34.557Z[ helios-setup]
35932026-02-26T16:33:34.557Z[ helios-setup] real 6:52.299771455
35942026-02-26T16:33:34.557Z[ helios-setup] user 14:49.281963963
35952026-02-26T16:33:34.557Z[ helios-setup] sys 1:56.065696227
35962026-02-26T16:33:34.557Z[ helios-setup] trap 1.077256124
35972026-02-26T16:33:34.558Z[ helios-setup] tflt 2.903377968
35982026-02-26T16:33:34.558Z[ helios-setup] dflt 13.095854635
35992026-02-26T16:33:34.558Z[ helios-setup] kflt 0.001381347
36002026-02-26T16:33:34.558Z[ helios-setup] lock 1:13:14.266931522
36012026-02-26T16:33:34.558Z[ helios-setup] slp 1:51:40.692481891
36022026-02-26T16:33:34.558Z[ helios-setup] lat 14:56.686739452
36032026-02-26T16:33:34.558Z[ helios-setup] stop 2:14.410563579
36042026-02-26T16:33:34.558ZFeb 26 16:33:34.042 INFO [helios-setup] process exited with exit status: 0 (412.306164617s)
36052026-02-26T16:33:34.558ZFeb 26 16:33:34.042 INFO [helios-record] running task
36062026-02-26T16:33:34.558ZFeb 26 16:33:34.042 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36072026-02-26T16:33:34.582ZFeb 26 16:33:34.051 DEBG process exited with exit status: 0 (8.766033ms)
36082026-02-26T16:33:34.582ZFeb 26 16:33:34.051 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36092026-02-26T16:33:34.582ZFeb 26 16:33:34.060 DEBG process exited with exit status: 0 (8.938659ms)
36102026-02-26T16:33:34.582ZFeb 26 16:33:34.060 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36112026-02-26T16:33:34.582ZFeb 26 16:33:34.068 DEBG process exited with exit status: 0 (7.890299ms)
36122026-02-26T16:33:34.582ZFeb 26 16:33:34.068 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36132026-02-26T16:33:34.607ZFeb 26 16:33:34.075 DEBG process exited with exit status: 0 (7.753957ms)
36142026-02-26T16:33:34.607ZFeb 26 16:33:34.075 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36152026-02-26T16:33:34.607ZFeb 26 16:33:34.083 DEBG process exited with exit status: 0 (7.314797ms)
36162026-02-26T16:33:34.607ZFeb 26 16:33:34.083 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36172026-02-26T16:33:34.607ZFeb 26 16:33:34.089 DEBG process exited with exit status: 0 (6.545286ms)
36182026-02-26T16:33:34.607ZFeb 26 16:33:34.089 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36192026-02-26T16:33:34.607ZFeb 26 16:33:34.096 DEBG process exited with exit status: 0 (6.562441ms)
36202026-02-26T16:33:34.607ZFeb 26 16:33:34.096 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36212026-02-26T16:33:34.631ZFeb 26 16:33:34.102 DEBG process exited with exit status: 0 (6.4674ms)
36222026-02-26T16:33:34.631ZFeb 26 16:33:34.102 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36232026-02-26T16:33:34.631ZFeb 26 16:33:34.109 DEBG process exited with exit status: 0 (6.576639ms)
36242026-02-26T16:33:34.631ZFeb 26 16:33:34.110 INFO [helios-record] task succeeded (67.857695ms)
36252026-02-26T16:33:34.997Z[ host-package] Compiling slog-stdlog v4.1.1
36262026-02-26T16:33:35.484Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
36272026-02-26T16:33:35.556Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36282026-02-26T16:33:35.889Z[ host-package] Compiling cexpr v0.6.0
36292026-02-26T16:33:36.647Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
36302026-02-26T16:33:37.031Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36312026-02-26T16:33:37.225Z[ host-package] Compiling crc8 v0.1.1
36322026-02-26T16:33:37.563Z[ host-package] Compiling slog-envlogger v2.2.0
36332026-02-26T16:33:38.010Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36342026-02-26T16:33:38.935Z[ host-package] Compiling headers-core v0.3.0
36352026-02-26T16:33:39.172Z[ host-package] Compiling libxml v0.3.3
36362026-02-26T16:33:39.624Z[ host-package] Compiling headers v0.4.1
36372026-02-26T16:33:40.075Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36382026-02-26T16:33:42.795Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36392026-02-26T16:33:42.885Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36402026-02-26T16:33:43.141Z[ host-package] Compiling strum_macros v0.24.3
36412026-02-26T16:33:43.715Z[ host-package] Compiling indoc v1.0.9
36422026-02-26T16:33:45.856Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36432026-02-26T16:33:47.949Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36442026-02-26T16:33:48.288Z[ host-package] Compiling derive_builder v0.20.2
36452026-02-26T16:33:48.502Z[ host-package] Compiling polar-core v0.27.3
36462026-02-26T16:33:48.562Z[ host-package] Compiling samael v0.0.19
36472026-02-26T16:33:48.598Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
36482026-02-26T16:33:48.721Z[ host-package] Compiling oso-derive v0.27.3
36492026-02-26T16:33:49.346Z[ host-package] Compiling quick-xml v0.37.2
36502026-02-26T16:33:49.634Z[ host-package] Compiling half v1.8.3
36512026-02-26T16:33:50.563Z[ host-package] Compiling serde_cbor v0.11.2
36522026-02-26T16:33:51.471Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36532026-02-26T16:33:52.755Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36542026-02-26T16:33:52.845Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36552026-02-26T16:33:54.081Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36562026-02-26T16:33:54.120Z[ host-package] Compiling diesel-dtrace v0.4.2
36572026-02-26T16:33:54.589Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36582026-02-26T16:33:59.513Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36592026-02-26T16:33:59.835Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36602026-02-26T16:34:02.568Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36612026-02-26T16:34:03.454Z[ host-package] Compiling bb8 v0.8.5
36622026-02-26T16:34:04.047Z[ host-package] Compiling trait-variant v0.1.2
36632026-02-26T16:34:04.965Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
36642026-02-26T16:34:09.290Z[ host-package] Compiling oso v0.27.3
36652026-02-26T16:34:09.653Z[ host-package] Compiling async-bb8-diesel v0.2.1
36662026-02-26T16:34:10.472Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36672026-02-26T16:34:11.527Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36682026-02-26T16:34:11.920Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36692026-02-26T16:34:14.629Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36702026-02-26T16:34:14.977Z[ host-package] Compiling fxhash v0.2.1
36712026-02-26T16:34:15.253Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36722026-02-26T16:34:15.739Z[ host-package] Compiling typify-impl v0.2.0
36732026-02-26T16:34:15.809Z[ host-package] Compiling kstat-rs v0.2.4
36742026-02-26T16:34:16.607Z[ host-package] Compiling libz-sys v1.1.20
36752026-02-26T16:34:17.255Z[ host-package] Compiling salty v0.3.0
36762026-02-26T16:34:17.656Z[ host-package] Compiling nonempty v0.12.0
36772026-02-26T16:34:17.968Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36782026-02-26T16:34:18.568Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36792026-02-26T16:34:23.043Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36802026-02-26T16:34:23.369Z[ host-package] Compiling typify-macro v0.2.0
36812026-02-26T16:34:26.339Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36822026-02-26T16:34:30.566Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36832026-02-26T16:34:34.386Z[ host-package] Compiling nanorand v0.7.0
36842026-02-26T16:34:35.027Z[ host-package] Compiling parking_lot_core v0.8.6
36852026-02-26T16:34:35.815Z[ host-package] Compiling mime_guess v2.0.5
36862026-02-26T16:34:36.111Z[ host-package] Compiling flume v0.11.1
36872026-02-26T16:34:36.680Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36882026-02-26T16:34:36.746Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36892026-02-26T16:34:38.601Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36902026-02-26T16:34:42.773Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36912026-02-26T16:34:43.350Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36922026-02-26T16:34:58.329Z[ host-package] Compiling tabled_derive v0.10.0
36932026-02-26T16:34:58.754Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36942026-02-26T16:35:00.266Z[ host-package] Compiling ignore v0.4.23
36952026-02-26T16:35:01.760Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36962026-02-26T16:35:02.887Z[ host-package] Compiling papergrid v0.14.0
36972026-02-26T16:35:04.091Z[ host-package] Compiling primeorder v0.13.6
36982026-02-26T16:35:04.651Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36992026-02-26T16:35:04.719Z[ host-package] Compiling castaway v0.2.3
37002026-02-26T16:35:05.015Z[ host-package] Compiling nibble_vec v0.1.0
37012026-02-26T16:35:05.313Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37022026-02-26T16:35:05.673Z[ host-package] Compiling atty v0.2.14
37032026-02-26T16:35:05.898Z[ host-package] Compiling http-range v0.1.5
37042026-02-26T16:35:06.525Z[ host-package] Compiling endian-type v0.1.2
37052026-02-26T16:35:06.862Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37062026-02-26T16:35:07.270Z[ host-package] Compiling radix_trie v0.2.1
37072026-02-26T16:35:07.615Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37082026-02-26T16:35:08.080Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37092026-02-26T16:35:08.523Z[ host-package] Compiling compact_str v0.8.0
37102026-02-26T16:35:09.913Z[ host-package] Compiling tabled v0.18.0
37112026-02-26T16:35:10.733Z[ host-package] Compiling p384 v0.13.1
37122026-02-26T16:35:13.576Z[ host-package] Compiling globwalk v0.9.1
37132026-02-26T16:35:14.409Z[ host-package] Compiling parking_lot v0.11.2
37142026-02-26T16:35:14.810Z[ host-package] Compiling typify v0.2.0
37152026-02-26T16:35:15.054Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37162026-02-26T16:35:16.217Z[ host-package] Compiling predicates-tree v1.0.12
37172026-02-26T16:35:16.284Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37182026-02-26T16:35:16.484Z[ host-package] Compiling unicode-truncate v1.1.0
37192026-02-26T16:35:17.079Z[ host-package] Compiling prefix-trie v0.7.0
37202026-02-26T16:35:17.998Z[ host-package] Compiling lru v0.12.5
37212026-02-26T16:35:18.403Z[ host-package] Compiling vergen-git2 v1.0.7
37222026-02-26T16:35:18.745Z[ host-package] Compiling instability v0.3.2
37232026-02-26T16:35:18.950Z[ host-package] Compiling cassowary v0.3.0
37242026-02-26T16:35:19.560Z[ host-package] Compiling indoc v2.0.6
37252026-02-26T16:35:20.425Z[ host-package] Compiling ratatui v0.29.0
37262026-02-26T16:35:22.260Z[ host-package] Compiling hickory-server v0.25.2
37272026-02-26T16:35:22.697Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37282026-02-26T16:35:23.969Z[ host-package] Compiling hyper-staticfile v0.10.1
37292026-02-26T16:35:26.218Z[ host-package] Compiling progenitor-impl v0.8.0
37302026-02-26T16:35:26.902Z[ host-package] Compiling sled v0.34.7
37312026-02-26T16:35:31.929Z[ host-package] Compiling git2 v0.20.2
37322026-02-26T16:35:36.975Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37332026-02-26T16:35:37.490Z[ host-package] Compiling hickory-client v0.25.2
37342026-02-26T16:35:39.161Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37352026-02-26T16:35:39.547Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37362026-02-26T16:35:40.326Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37372026-02-26T16:35:41.808Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37382026-02-26T16:35:42.495Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37392026-02-26T16:35:47.056Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37402026-02-26T16:35:48.600Z[ host-package] Compiling rand_seeder v0.4.0
37412026-02-26T16:35:48.856Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37422026-02-26T16:35:49.024Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37432026-02-26T16:35:49.400Z[ host-package] Compiling lzma-sys v0.1.20
37442026-02-26T16:35:49.671Z[ host-package] Compiling rustls v0.21.12
37452026-02-26T16:35:50.037Z[ host-package] Compiling corncobs v0.1.4
37462026-02-26T16:35:50.074Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37472026-02-26T16:35:50.503Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37482026-02-26T16:35:50.817Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37492026-02-26T16:35:51.247Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37502026-02-26T16:35:51.941Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37512026-02-26T16:35:52.368Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37522026-02-26T16:35:55.855Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37532026-02-26T16:35:56.919Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37542026-02-26T16:36:04.162Z[ host-package] Compiling progenitor-macro v0.8.0
37552026-02-26T16:36:05.927Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37562026-02-26T16:36:12.122Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37572026-02-26T16:36:13.113Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37582026-02-26T16:36:13.239Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37592026-02-26T16:36:13.590Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37602026-02-26T16:36:13.937Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37612026-02-26T16:36:14.271Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37622026-02-26T16:36:18.209Z[ host-package] Compiling progenitor-client v0.8.0
37632026-02-26T16:36:19.050Z[ host-package] Compiling rustls-webpki v0.101.7
37642026-02-26T16:36:21.796Z[ host-package] Compiling sct v0.7.1
37652026-02-26T16:36:22.266Z[ host-package] Compiling heck v0.3.3
37662026-02-26T16:36:22.266Z[ host-package] Compiling secrecy v0.8.0
37672026-02-26T16:36:22.568Z[ host-package] Compiling void v1.0.2
37682026-02-26T16:36:22.661Z[ host-package] Compiling zone_cfg_derive v0.1.2
37692026-02-26T16:36:22.798Z[ host-package] Compiling lzss v0.8.2
37702026-02-26T16:36:25.512Z[ host-package] Compiling progenitor v0.8.0
37712026-02-26T16:36:25.787Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37722026-02-26T16:36:27.724Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37732026-02-26T16:36:30.061Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37742026-02-26T16:36:31.257Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37752026-02-26T16:36:34.406Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37762026-02-26T16:36:34.799Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37772026-02-26T16:36:34.863Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37782026-02-26T16:36:35.820Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37792026-02-26T16:36:36.202Z[ host-package] Compiling tungstenite v0.23.0
37802026-02-26T16:36:40.284Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37812026-02-26T16:36:40.683Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37822026-02-26T16:36:40.837Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37832026-02-26T16:36:41.031Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37842026-02-26T16:36:41.165Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37852026-02-26T16:36:41.374Z[ host-package] Compiling nix v0.27.1
37862026-02-26T16:36:41.852Z[ host-package] Compiling serde_bytes v0.11.19
37872026-02-26T16:36:42.353Z[ host-package] Compiling number_prefix v0.4.0
37882026-02-26T16:36:42.652Z[ host-package] Compiling base64 v0.13.1
37892026-02-26T16:36:43.359Z[ host-package] Compiling ron v0.7.1
37902026-02-26T16:36:43.791Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37912026-02-26T16:36:44.391Z[ host-package] Compiling indicatif v0.17.11
37922026-02-26T16:36:46.966Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37932026-02-26T16:36:47.814Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
37942026-02-26T16:36:47.868Z[ host-package] Compiling tokio-tungstenite v0.23.1
37952026-02-26T16:36:48.496Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37962026-02-26T16:36:54.856Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37972026-02-26T16:37:01.724Z[ host-package] Compiling xz2 v0.1.7
37982026-02-26T16:37:02.367Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37992026-02-26T16:37:05.689Z[ host-package] Compiling tokio-rustls v0.24.1
38002026-02-26T16:37:06.166Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38012026-02-26T16:37:13.269Z[ host-package] Compiling zone v0.1.8
38022026-02-26T16:37:15.607Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38032026-02-26T16:37:16.224Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38042026-02-26T16:37:20.378Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
38052026-02-26T16:37:20.640Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38062026-02-26T16:37:25.594Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38072026-02-26T16:37:27.520Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38082026-02-26T16:37:28.849Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38092026-02-26T16:37:29.188Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38102026-02-26T16:37:34.305Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38112026-02-26T16:37:40.669Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38122026-02-26T16:37:41.019Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38132026-02-26T16:37:46.657Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38142026-02-26T16:37:48.329Z[ host-package] Compiling rustls-pemfile v1.0.4
38152026-02-26T16:37:48.972Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38162026-02-26T16:37:49.007Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38172026-02-26T16:37:50.951Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38182026-02-26T16:37:51.287Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38192026-02-26T16:37:51.730Z[ host-package] Compiling signal-hook-tokio v0.3.1
38202026-02-26T16:37:51.982Z[ host-package] Compiling yasna v0.5.2
38212026-02-26T16:37:52.018Z[ host-package] Compiling twox-hash v2.1.0
38222026-02-26T16:37:52.725Z[ host-package] Compiling is_ci v1.2.0
38232026-02-26T16:37:52.957Z[ host-package] Compiling supports-color v3.0.2
38242026-02-26T16:37:53.054Z[ host-package] Compiling rcgen v0.12.1
38252026-02-26T16:37:54.830Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38262026-02-26T16:37:56.061Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38272026-02-26T16:38:02.031Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38282026-02-26T16:38:02.491Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38292026-02-26T16:38:10.270Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38302026-02-26T16:38:25.357Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
38312026-02-26T16:38:35.152Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38322026-02-26T16:38:36.385Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38332026-02-26T16:38:36.641Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38342026-02-26T16:38:49.272Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38352026-02-26T16:38:51.002Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38362026-02-26T16:38:51.343Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38372026-02-26T16:38:51.696Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38382026-02-26T16:38:52.037Z[ host-package] Compiling progenitor-extras v0.1.0
38392026-02-26T16:38:52.443Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38402026-02-26T16:38:52.824Z[ host-package] Compiling fatfs v0.3.6
38412026-02-26T16:38:55.049Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38422026-02-26T16:38:56.733Z[ host-package] Compiling rtoolbox v0.0.2
38432026-02-26T16:38:57.142Z[ host-package] Compiling subprocess v0.2.9
38442026-02-26T16:39:01.024Z[ host-package] Compiling assert_matches v1.5.0
38452026-02-26T16:39:01.219Z[ host-package] Compiling seq-macro v0.3.6
38462026-02-26T16:39:02.810Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38472026-02-26T16:39:08.891Z[ host-package] Compiling rpassword v7.4.0
38482026-02-26T16:39:09.339Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38492026-02-26T16:39:12.750Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38502026-02-26T16:39:28.344Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38512026-02-26T16:39:28.568Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38522026-02-26T16:39:33.177Z[ host-package] Compiling tui-tree-widget v0.23.1
38532026-02-26T16:39:33.653Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38542026-02-26T16:39:39.230Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38552026-02-26T16:39:40.029Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38562026-02-26T16:39:42.710Z[ host-package] Compiling uzers v0.12.1
38572026-02-26T16:39:45.130Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38582026-02-26T16:39:45.542Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38592026-02-26T16:39:54.148Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38602026-02-26T16:40:02.589Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38612026-02-26T16:40:17.069Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38622026-02-26T16:40:21.164Z[ host-package] Compiling support-bundle-viewer v0.1.2
38632026-02-26T16:40:21.724Z[ host-package] Compiling multimap v0.10.1
38642026-02-26T16:42:25.363Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38652026-02-26T16:52:33.486Z[ host-package] Finished `release` profile [optimized] target(s) in 23m 44s
38662026-02-26T16:54:07.456ZFeb 26 16:54:06.986 INFO [host-package] process exited with exit status: 0 (1518.961373052s)
38672026-02-26T16:54:07.456ZFeb 26 16:54:06.986 INFO [host-stamp] running task
38682026-02-26T16:54:07.481ZFeb 26 16:54:06.987 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38692026-02-26T16:54:07.481ZFeb 26 16:54:06.987 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+git889deabbf7d
38702026-02-26T16:54:07.481ZFeb 26 16:54:06.988 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+git889deabbf7d
38712026-02-26T16:54:07.481ZFeb 26 16:54:06.988 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+git889deabbf7d
38722026-02-26T16:54:07.481ZFeb 26 16:54:06.989 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+git889deabbf7d
38732026-02-26T16:54:07.481ZFeb 26 16:54:06.989 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+git889deabbf7d
38742026-02-26T16:54:07.481ZFeb 26 16:54:06.993 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+git889deabbf7d
38752026-02-26T16:54:07.481ZFeb 26 16:54:06.993 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+git889deabbf7d
38762026-02-26T16:54:07.481ZFeb 26 16:54:06.993 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+git889deabbf7d
38772026-02-26T16:54:07.506Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38782026-02-26T16:54:07.506Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38792026-02-26T16:54:07.506Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38802026-02-26T16:54:07.506Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38812026-02-26T16:54:07.506Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38822026-02-26T16:54:07.506Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38832026-02-26T16:54:07.506Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38842026-02-26T16:54:07.506Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38852026-02-26T16:54:07.506Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38862026-02-26T16:54:07.506ZFeb 26 16:54:07.026 INFO [stamp-overlay] process exited with exit status: 0 (38.426023ms)
38872026-02-26T16:54:07.506Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38882026-02-26T16:54:07.532Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38892026-02-26T16:54:07.532ZFeb 26 16:54:07.043 INFO [stamp-oxlog] process exited with exit status: 0 (54.034497ms)
38902026-02-26T16:54:07.582Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38912026-02-26T16:54:07.607ZFeb 26 16:54:07.118 INFO [stamp-crucible-utils] process exited with exit status: 0 (127.782487ms)
38922026-02-26T16:54:07.631Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38932026-02-26T16:54:07.631ZFeb 26 16:54:07.159 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (170.65861ms)
38942026-02-26T16:54:07.880Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38952026-02-26T16:54:07.905ZFeb 26 16:54:07.416 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (429.019153ms)
38962026-02-26T16:54:08.404Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38972026-02-26T16:54:08.429ZFeb 26 16:54:07.940 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (949.712781ms)
38982026-02-26T16:54:09.277Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38992026-02-26T16:54:09.301ZFeb 26 16:54:08.812 INFO [stamp-propolis-server] process exited with exit status: 0 (1.822678416s)
39002026-02-26T16:54:09.482Z[recovery-package] Compiling newtype-uuid v1.3.2
39012026-02-26T16:54:09.758Z[recovery-package] Compiling daft v0.1.4
39022026-02-26T16:54:10.197Z[recovery-package] Compiling iddqd v0.3.16
39032026-02-26T16:54:12.171Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39042026-02-26T16:54:12.764Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
39052026-02-26T16:54:12.764Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39062026-02-26T16:54:12.789Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39072026-02-26T16:54:12.789Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
39082026-02-26T16:54:12.865Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39092026-02-26T16:54:13.546Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39102026-02-26T16:54:17.578Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39112026-02-26T16:54:17.602ZFeb 26 16:54:17.114 INFO [stamp-switch-asic] process exited with exit status: 0 (10.123297434s)
39122026-02-26T16:54:17.602ZFeb 26 16:54:17.114 INFO [host-stamp] task succeeded (10.128632136s)
39132026-02-26T16:54:17.602ZFeb 26 16:54:17.114 INFO [host-proto] running task
39142026-02-26T16:54:18.467ZFeb 26 16:54:17.997 INFO [host-proto] task succeeded (882.334555ms)
39152026-02-26T16:54:18.467ZFeb 26 16:54:17.997 INFO [host-profile] running task
39162026-02-26T16:54:18.492ZFeb 26 16:54:17.997 INFO [host-profile] task succeeded (496.505µs)
39172026-02-26T16:54:18.492ZFeb 26 16:54:17.998 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/.tmpVgPXRo/proto/host/root -N 'ci 889deab/${os_short_commit} 2026-02-26 16:26' -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/'
39182026-02-26T16:54:18.492Z[ host-image] Feb 26 16:54:18.012 INFO Checking files for board 'cosmo-mbist-noaggr'
39192026-02-26T16:54:18.492Z[ host-image] Feb 26 16:54:18.012 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39202026-02-26T16:54:18.492Z[ host-image] Feb 26 16:54:18.012 INFO Checking files for board 'cosmo'
39212026-02-26T16:54:18.492Z[ host-image] Feb 26 16:54:18.012 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39222026-02-26T16:54:18.492Z[ host-image] Feb 26 16:54:18.012 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39232026-02-26T16:54:18.492Z[ host-image] Feb 26 16:54:18.012 INFO Checking files for board 'gimlet'
39242026-02-26T16:54:18.492Z[ host-image] Feb 26 16:54:18.012 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39252026-02-26T16:54:18.492Z[ host-image] Feb 26 16:54:18.012 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39262026-02-26T16:54:18.492Z[ host-image] Feb 26 16:54:18.012 INFO Checking files for board 'cosmo-mbist'
39272026-02-26T16:54:18.492Z[ host-image] Feb 26 16:54:18.012 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39282026-02-26T16:54:18.516Z[ host-image] Feb 26 16:54:18.035 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpVgPXRo/proto/host/root"
39292026-02-26T16:54:18.516Z[ host-image] Feb 26 16:54:18.035 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39302026-02-26T16:54:18.516Z[ host-image] Feb 26 16:54:18.035 INFO image builder template: ramdisk-01-os...
39312026-02-26T16:54:18.517Z[ host-image] Feb 26 16:54:18.035 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/.tmpVgPXRo/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
39322026-02-26T16:54:18.542Z[ host-image] Feb 26 16:54:18.062 INFO O| Feb 26 16:54:18.062 INFO CREATE DATASET: rpool/images/build/host/output
39332026-02-26T16:54:18.582Z[ host-image] Feb 26 16:54:18.111 INFO O| Feb 26 16:54:18.111 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39342026-02-26T16:54:18.606Z[ host-image] Feb 26 16:54:18.116 INFO O| Feb 26 16:54:18.116 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39352026-02-26T16:54:18.671Z[ host-image] Feb 26 16:54:18.201 INFO O| Feb 26 16:54:18.201 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39362026-02-26T16:54:18.696Z[ host-image] Feb 26 16:54:18.225 INFO O| Feb 26 16:54:18.225 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39372026-02-26T16:54:18.696Z[ host-image] Feb 26 16:54:18.225 INFO O| Feb 26 16:54:18.225 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39382026-02-26T16:54:18.696Z[ host-image] Feb 26 16:54:18.225 INFO O| Feb 26 16:54:18.225 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39392026-02-26T16:54:18.720Z[ host-image] Feb 26 16:54:18.225 INFO O| Feb 26 16:54:18.225 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39402026-02-26T16:54:18.720Z[ host-image] Feb 26 16:54:18.233 INFO O| Feb 26 16:54:18.233 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39412026-02-26T16:54:18.783Z[ host-image] Feb 26 16:54:18.313 INFO O| Feb 26 16:54:18.313 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-02-26T16:54:18.807Z[ host-image] Feb 26 16:54:18.326 INFO O| Feb 26 16:54:18.326 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39432026-02-26T16:54:19.274Z[ host-image] Feb 26 16:54:18.803 INFO O| Feb 26 16:54:18.803 INFO O| Caching catalogs ... Done
39442026-02-26T16:54:19.355Z[ host-image] Feb 26 16:54:18.885 INFO O| Feb 26 16:54:18.885 INFO STEP 0 (pkg_image_create) COMPLETE
39452026-02-26T16:54:19.356Z[ host-image] Feb 26 16:54:18.885 INFO O| Feb 26 16:54:18.885 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39462026-02-26T16:54:19.380Z[ host-image] Feb 26 16:54:18.896 INFO O| Feb 26 16:54:18.896 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"]
39472026-02-26T16:54:19.793Z[ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO STEP 1 (pkg_set_publisher) COMPLETE
39482026-02-26T16:54:19.793Z[ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39492026-02-26T16:54:19.818Z[ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO skip step because feature "publisher_1_name" is not enabled
39502026-02-26T16:54:19.818Z[ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39512026-02-26T16:54:19.818Z[ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO skip step because feature "publisher_2_name" is not enabled
39522026-02-26T16:54:19.818Z[ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39532026-02-26T16:54:19.818Z[ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO skip step because feature "publisher_3_name" is not enabled
39542026-02-26T16:54:19.818Z[ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39552026-02-26T16:54:20.249Z[ host-image] Feb 26 16:54:19.779 INFO O| Feb 26 16:54:19.779 INFO variant opensolaris.zone is already global
39562026-02-26T16:54:20.249Z[ host-image] Feb 26 16:54:19.779 INFO O| Feb 26 16:54:19.779 INFO STEP 5 (pkg_change_variant) COMPLETE
39572026-02-26T16:54:20.273Z[ host-image] Feb 26 16:54:19.779 INFO O| Feb 26 16:54:19.779 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39582026-02-26T16:54:20.680Z[ host-image] Feb 26 16:54:20.209 INFO O| Feb 26 16:54:20.209 INFO variant opensolaris.imagetype is full; changing to partial
39592026-02-26T16:54:20.680Z[ host-image] Feb 26 16:54:20.209 INFO O| Feb 26 16:54:20.209 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39602026-02-26T16:54:26.501Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39612026-02-26T16:54:26.526Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39622026-02-26T16:54:26.526Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39632026-02-26T16:54:26.526Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39642026-02-26T16:54:32.568Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39652026-02-26T16:54:32.601Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39662026-02-26T16:54:34.649Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39672026-02-26T16:54:34.709Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39682026-02-26T16:54:37.099Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39692026-02-26T16:54:38.775Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39702026-02-26T16:54:56.217Z[ host-image] Feb 26 16:54:55.748 INFO O| Feb 26 16:54:55.748 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39712026-02-26T16:55:04.417Z[recovery-package] Finished `release` profile [optimized] target(s) in 56.59s
39722026-02-26T16:55:09.184ZFeb 26 16:55:08.715 INFO [recovery-package] process exited with exit status: 0 (61.728043673s)
39732026-02-26T16:55:09.184ZFeb 26 16:55:08.715 INFO [recovery-stamp] running task
39742026-02-26T16:55:09.208ZFeb 26 16:55:08.715 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39752026-02-26T16:55:09.208ZFeb 26 16:55:08.716 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+git889deabbf7d
39762026-02-26T16:55:09.208ZFeb 26 16:55:08.716 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git889deabbf7d
39772026-02-26T16:55:09.208Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39782026-02-26T16:55:09.208Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39792026-02-26T16:55:09.344Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39802026-02-26T16:55:09.369ZFeb 26 16:55:08.882 INFO [stamp-installinator] process exited with exit status: 0 (165.531904ms)
39812026-02-26T16:55:09.452Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39822026-02-26T16:55:09.476ZFeb 26 16:55:08.989 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (273.870367ms)
39832026-02-26T16:55:09.477ZFeb 26 16:55:08.989 INFO [recovery-stamp] task succeeded (274.387303ms)
39842026-02-26T16:55:09.477ZFeb 26 16:55:08.989 INFO [recovery-proto] running task
39852026-02-26T16:55:09.477ZFeb 26 16:55:08.989 INFO [tuf-stamp] running task
39862026-02-26T16:55:09.477ZFeb 26 16:55:08.990 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+git889deabbf7d
39872026-02-26T16:55:09.477ZFeb 26 16:55:08.991 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+git889deabbf7d
39882026-02-26T16:55:09.477ZFeb 26 16:55:08.992 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+git889deabbf7d
39892026-02-26T16:55:09.477ZFeb 26 16:55:08.993 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+git889deabbf7d
39902026-02-26T16:55:09.477ZFeb 26 16:55:08.993 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+git889deabbf7d
39912026-02-26T16:55:09.477ZFeb 26 16:55:08.994 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+git889deabbf7d
39922026-02-26T16:55:09.477ZFeb 26 16:55:09.000 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+git889deabbf7d
39932026-02-26T16:55:09.477ZFeb 26 16:55:09.002 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+git889deabbf7d
39942026-02-26T16:55:09.477ZFeb 26 16:55:09.005 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+git889deabbf7d
39952026-02-26T16:55:09.477ZFeb 26 16:55:09.007 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+git889deabbf7d
39962026-02-26T16:55:09.501ZFeb 26 16:55:09.008 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+git889deabbf7d
39972026-02-26T16:55:09.501Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-02-26T16:55:09.501Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39992026-02-26T16:55:09.501ZFeb 26 16:55:09.013 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+git889deabbf7d
40002026-02-26T16:55:09.501Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40012026-02-26T16:55:09.501Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40022026-02-26T16:55:09.501Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40032026-02-26T16:55:09.502Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40042026-02-26T16:55:09.502Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40052026-02-26T16:55:09.502Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40062026-02-26T16:55:09.502Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-02-26T16:55:09.502Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-02-26T16:55:09.502Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40092026-02-26T16:55:09.526Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40102026-02-26T16:55:09.624Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40112026-02-26T16:55:09.656ZFeb 26 16:55:09.187 INFO [stamp-probe] process exited with exit status: 0 (180.518444ms)
40122026-02-26T16:55:09.770ZFeb 26 16:55:09.301 INFO [recovery-proto] task succeeded (311.780919ms)
40132026-02-26T16:55:09.794ZFeb 26 16:55:09.302 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/.tmpVgPXRo/proto/recovery/root -N 'recovery 889deab/${os_short_commit} 2026-02-26 16:26' -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/'
40142026-02-26T16:55:09.794Z[ recovery-image] Feb 26 16:55:09.313 INFO Checking files for board 'gimlet'
40152026-02-26T16:55:09.794Z[ recovery-image] Feb 26 16:55:09.313 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40162026-02-26T16:55:09.794Z[ recovery-image] Feb 26 16:55:09.313 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40172026-02-26T16:55:09.794Z[ recovery-image] Feb 26 16:55:09.313 INFO Checking files for board 'cosmo-mbist'
40182026-02-26T16:55:09.794Z[ recovery-image] Feb 26 16:55:09.313 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
40192026-02-26T16:55:09.794Z[ recovery-image] Feb 26 16:55:09.313 INFO Checking files for board 'cosmo'
40202026-02-26T16:55:09.795Z[ recovery-image] Feb 26 16:55:09.313 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40212026-02-26T16:55:09.795Z[ recovery-image] Feb 26 16:55:09.313 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
40222026-02-26T16:55:09.795Z[ recovery-image] Feb 26 16:55:09.313 INFO Checking files for board 'cosmo-mbist-noaggr'
40232026-02-26T16:55:09.795Z[ recovery-image] Feb 26 16:55:09.313 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
40242026-02-26T16:55:09.821Z[ recovery-image] Feb 26 16:55:09.329 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpVgPXRo/proto/recovery/root"
40252026-02-26T16:55:09.821Z[ recovery-image] Feb 26 16:55:09.329 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40262026-02-26T16:55:09.821Z[ recovery-image] Feb 26 16:55:09.329 INFO image builder template: ramdisk-01-os...
40272026-02-26T16:55:09.821Z[ recovery-image] Feb 26 16:55:09.329 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/.tmpVgPXRo/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
40282026-02-26T16:55:09.846Z[ recovery-image] Feb 26 16:55:09.355 INFO O| Feb 26 16:55:09.355 INFO CREATE DATASET: rpool/images/build/recovery/output
40292026-02-26T16:55:10.044Z[ recovery-image] Feb 26 16:55:09.575 INFO O| Feb 26 16:55:09.575 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40302026-02-26T16:55:10.069Z[ recovery-image] Feb 26 16:55:09.580 INFO O| Feb 26 16:55:09.580 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40312026-02-26T16:55:10.212Z[ recovery-image] Feb 26 16:55:09.743 INFO O| Feb 26 16:55:09.743 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40322026-02-26T16:55:10.248Z[ recovery-image] Feb 26 16:55:09.779 INFO O| Feb 26 16:55:09.779 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40332026-02-26T16:55:10.248Z[ recovery-image] Feb 26 16:55:09.779 INFO O| Feb 26 16:55:09.779 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40342026-02-26T16:55:10.273Z[ recovery-image] Feb 26 16:55:09.779 INFO O| Feb 26 16:55:09.779 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40352026-02-26T16:55:10.273Z[ recovery-image] Feb 26 16:55:09.779 INFO O| Feb 26 16:55:09.779 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40362026-02-26T16:55:10.273Z[ recovery-image] Feb 26 16:55:09.792 INFO O| Feb 26 16:55:09.792 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40372026-02-26T16:55:10.366Z[ recovery-image] Feb 26 16:55:09.897 INFO O| Feb 26 16:55:09.897 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40382026-02-26T16:55:10.390Z[ recovery-image] Feb 26 16:55:09.913 INFO O| Feb 26 16:55:09.912 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40392026-02-26T16:55:11.020Z[ recovery-image] Feb 26 16:55:10.551 INFO O| Feb 26 16:55:10.551 INFO O| Caching catalogs ... Done
40402026-02-26T16:55:11.109Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
40412026-02-26T16:55:11.142Z[ recovery-image] Feb 26 16:55:10.673 INFO O| Feb 26 16:55:10.673 INFO STEP 0 (pkg_image_create) COMPLETE
40422026-02-26T16:55:11.142Z[ recovery-image] Feb 26 16:55:10.673 INFO O| Feb 26 16:55:10.673 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40432026-02-26T16:55:11.167Z[ recovery-image] Feb 26 16:55:10.690 INFO O| Feb 26 16:55:10.690 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-26T16:55:11.191Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40452026-02-26T16:55:11.229Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40462026-02-26T16:55:11.253ZFeb 26 16:55:10.767 INFO [stamp-ntp] process exited with exit status: 0 (1.772714119s)
40472026-02-26T16:55:11.640Z[ host-image] Feb 26 16:55:11.171 INFO O| Feb 26 16:55:11.171 INFO O| Startup: Caching catalogs ... Done
40482026-02-26T16:55:11.777Z[ host-image] Feb 26 16:55:11.309 INFO O| Feb 26 16:55:11.308 INFO O| Planning: Planning completed in 0.00 seconds
40492026-02-26T16:55:11.826Z[ host-image] Feb 26 16:55:11.310 INFO O| Feb 26 16:55:11.309 INFO O| Planning: Consolidating action changes ... Done
40502026-02-26T16:55:11.826Z[ host-image] Feb 26 16:55:11.310 INFO O| Feb 26 16:55:11.310 INFO O| Planning: Evaluating mediators ... Done
40512026-02-26T16:55:11.826Z[ host-image] Feb 26 16:55:11.310 INFO O| Feb 26 16:55:11.310 INFO O| Planning: Planning completed in 0.00 seconds
40522026-02-26T16:55:11.826Z[ host-image] Feb 26 16:55:11.311 INFO O| Feb 26 16:55:11.311 INFO O| Variants/Facets to change: 1
40532026-02-26T16:55:11.851Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40542026-02-26T16:55:11.851Z[ host-image] Feb 26 16:55:11.332 INFO O| Feb 26 16:55:11.332 INFO O| Done
40552026-02-26T16:55:11.851Z[ host-image] Feb 26 16:55:11.333 INFO O| Feb 26 16:55:11.333 INFO O| Done
40562026-02-26T16:55:11.851ZFeb 26 16:55:11.360 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.367397883s)
40572026-02-26T16:55:11.889Z[ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO STEP 1 (pkg_set_publisher) COMPLETE
40582026-02-26T16:55:11.914Z[ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40592026-02-26T16:55:11.914Z[ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO skip step because feature "publisher_1_name" is not enabled
40602026-02-26T16:55:11.914Z[ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40612026-02-26T16:55:11.914Z[ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO skip step because feature "publisher_2_name" is not enabled
40622026-02-26T16:55:11.914Z[ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40632026-02-26T16:55:11.914Z[ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO skip step because feature "publisher_3_name" is not enabled
40642026-02-26T16:55:11.914Z[ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40652026-02-26T16:55:11.945Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40662026-02-26T16:55:12.023ZFeb 26 16:55:11.543 INFO [stamp-external-dns] process exited with exit status: 0 (2.530675564s)
40672026-02-26T16:55:12.103Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40682026-02-26T16:55:12.127ZFeb 26 16:55:11.652 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.645685185s)
40692026-02-26T16:55:12.151Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40702026-02-26T16:55:12.151ZFeb 26 16:55:11.679 INFO [stamp-internal-dns] process exited with exit status: 0 (2.687274011s)
40712026-02-26T16:55:12.373Z[ recovery-image] Feb 26 16:55:11.904 INFO O| Feb 26 16:55:11.904 INFO variant opensolaris.zone is already global
40722026-02-26T16:55:12.373Z[ recovery-image] Feb 26 16:55:11.904 INFO O| Feb 26 16:55:11.904 INFO STEP 5 (pkg_change_variant) COMPLETE
40732026-02-26T16:55:12.373Z[ recovery-image] Feb 26 16:55:11.904 INFO O| Feb 26 16:55:11.904 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40742026-02-26T16:55:12.458Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40752026-02-26T16:55:12.613ZFeb 26 16:55:12.143 INFO [stamp-oximeter] process exited with exit status: 0 (3.135336675s)
40762026-02-26T16:55:13.001Z[ recovery-image] Feb 26 16:55:12.532 INFO O| Feb 26 16:55:12.532 INFO variant opensolaris.imagetype is full; changing to partial
40772026-02-26T16:55:13.002Z[ recovery-image] Feb 26 16:55:12.532 INFO O| Feb 26 16:55:12.532 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40782026-02-26T16:55:14.227Z[ host-image] Feb 26 16:55:13.758 INFO O| Feb 26 16:55:13.758 INFO O| Done
40792026-02-26T16:55:14.386Z[ host-image] Feb 26 16:55:13.909 INFO O| Feb 26 16:55:13.909 INFO O| Done
40802026-02-26T16:55:14.423Z[ host-image] Feb 26 16:55:13.953 INFO O| Feb 26 16:55:13.953 INFO O| Done
40812026-02-26T16:55:14.467Z[ host-image] Feb 26 16:55:13.973 INFO O| Feb 26 16:55:13.973 INFO O| Done
40822026-02-26T16:55:14.493Z[ host-image] Feb 26 16:55:14.005 INFO O| Feb 26 16:55:14.005 INFO O| Done
40832026-02-26T16:55:15.949Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40842026-02-26T16:55:15.974ZFeb 26 16:55:15.487 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.486161657s)
40852026-02-26T16:55:16.508Z[ host-image] Feb 26 16:55:16.040 INFO O| Feb 26 16:55:16.040 INFO STEP 6 (pkg_change_variant) COMPLETE
40862026-02-26T16:55:16.533Z[ host-image] Feb 26 16:55:16.040 INFO O| Feb 26 16:55:16.040 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40872026-02-26T16:55:16.533Z[ host-image] Feb 26 16:55:16.040 INFO O| Feb 26 16:55:16.040 INFO skip step because feature "debug_variant" is not enabled
40882026-02-26T16:55:16.533Z[ host-image] Feb 26 16:55:16.040 INFO O| Feb 26 16:55:16.040 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40892026-02-26T16:55:16.985Z[ host-image] Feb 26 16:55:16.516 INFO O| Feb 26 16:55:16.516 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40902026-02-26T16:55:17.115Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40912026-02-26T16:55:17.139ZFeb 26 16:55:16.653 INFO [stamp-nexus] process exited with exit status: 0 (7.648200601s)
40922026-02-26T16:55:18.866Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40932026-02-26T16:55:18.932Z[verify-libraries] Compiling object v0.37.3
40942026-02-26T16:55:18.974Z[verify-libraries] Compiling stacker v0.1.23
40952026-02-26T16:55:18.974Z[verify-libraries] Compiling cfg_aliases v0.1.1
40962026-02-26T16:55:18.999Z[verify-libraries] Compiling home v0.5.9
40972026-02-26T16:55:18.999Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40982026-02-26T16:55:19.023Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40992026-02-26T16:55:19.069Z[verify-libraries] Compiling sqlparser_derive v0.5.0
41002026-02-26T16:55:19.526Z[verify-libraries] Compiling unicode_categories v0.1.1
41012026-02-26T16:55:19.636Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41022026-02-26T16:55:19.673Z[verify-libraries] Compiling nix v0.28.0
41032026-02-26T16:55:19.697ZFeb 26 16:55:19.220 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.227212742s)
41042026-02-26T16:55:19.773Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41052026-02-26T16:55:20.243Z[verify-libraries] Compiling sqlformat v0.3.5
41062026-02-26T16:55:20.528Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41072026-02-26T16:55:20.692Z[verify-libraries] Compiling polyval v0.6.2
41082026-02-26T16:55:20.869Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41092026-02-26T16:55:20.893ZFeb 26 16:55:20.408 INFO [stamp-clickhouse_server] process exited with exit status: 0 (11.414563018s)
41102026-02-26T16:55:21.078Z[verify-libraries] Compiling ghash v0.5.1
41112026-02-26T16:55:21.159Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41122026-02-26T16:55:21.183ZFeb 26 16:55:20.698 INFO [stamp-clickhouse] process exited with exit status: 0 (11.707088982s)
41132026-02-26T16:55:21.183ZFeb 26 16:55:20.698 INFO [tuf-stamp] task succeeded (11.708445178s)
41142026-02-26T16:55:21.229Z[verify-libraries] Compiling ctr v0.9.2
41152026-02-26T16:55:21.355Z[verify-libraries] Compiling ssh-encoding v0.2.0
41162026-02-26T16:55:21.610Z[verify-libraries] Compiling blowfish v0.9.1
41172026-02-26T16:55:21.767Z[verify-libraries] Compiling aes-gcm v0.10.3
41182026-02-26T16:55:22.166Z[verify-libraries] Compiling ssh-cipher v0.2.0
41192026-02-26T16:55:22.238Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41202026-02-26T16:55:22.581Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41212026-02-26T16:55:22.711Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41222026-02-26T16:55:22.826Z[verify-libraries] Compiling password-hash v0.4.2
41232026-02-26T16:55:23.257Z[verify-libraries] Compiling petname v2.0.2
41242026-02-26T16:55:24.589Z[verify-libraries] Compiling rustyline v14.0.0
41252026-02-26T16:55:25.318Z[verify-libraries] Compiling pbkdf2 v0.11.0
41262026-02-26T16:55:25.789Z[verify-libraries] Compiling ssh-key v0.6.6
41272026-02-26T16:55:25.877Z[verify-libraries] Compiling p521 v0.13.3
41282026-02-26T16:55:27.219Z[verify-libraries] Compiling p256 v0.13.2
41292026-02-26T16:55:28.455Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41302026-02-26T16:55:28.841Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41312026-02-26T16:55:29.362Z[verify-libraries] Compiling md5 v0.7.0
41322026-02-26T16:55:29.970Z[verify-libraries] Compiling russh-keys v0.45.0
41332026-02-26T16:55:30.384Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41342026-02-26T16:55:30.548Z[verify-libraries] Compiling psm v0.1.30
41352026-02-26T16:55:30.757Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41362026-02-26T16:55:31.385Z[verify-libraries] Compiling num-bigint v0.4.6
41372026-02-26T16:55:32.779Z[verify-libraries] Compiling recursive v0.1.1
41382026-02-26T16:55:33.163Z[verify-libraries] Compiling sqlparser v0.61.0
41392026-02-26T16:55:34.695Z[verify-libraries] Compiling des v0.8.1
41402026-02-26T16:55:35.217Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41412026-02-26T16:55:35.314Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41422026-02-26T16:55:36.430Z[verify-libraries] Compiling hex-literal v0.4.1
41432026-02-26T16:55:36.484Z[verify-libraries] Compiling sync-ptr v0.1.4
41442026-02-26T16:55:36.822Z[verify-libraries] Compiling russh v0.45.0
41452026-02-26T16:55:36.909Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41462026-02-26T16:55:37.394Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41472026-02-26T16:55:40.727Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41482026-02-26T16:55:43.264Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41492026-02-26T16:55:44.102Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41502026-02-26T16:55:46.242Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41512026-02-26T16:55:51.233Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41522026-02-26T16:55:59.798Z[ recovery-image] Feb 26 16:55:59.330 INFO O| Feb 26 16:55:59.330 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41532026-02-26T16:56:01.106Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41542026-02-26T16:56:03.656Z[ host-image] Feb 26 16:56:03.189 INFO O| Feb 26 16:56:03.189 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41552026-02-26T16:56:11.527Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41562026-02-26T16:56:15.484Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41572026-02-26T16:56:20.148Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41582026-02-26T16:56:24.116Z[ recovery-image] Feb 26 16:56:23.648 INFO O| Feb 26 16:56:23.648 INFO O| Startup: Caching catalogs ... Done
41592026-02-26T16:56:24.327Z[ recovery-image] Feb 26 16:56:23.860 INFO O| Feb 26 16:56:23.860 INFO O| Planning: Planning completed in 0.00 seconds
41602026-02-26T16:56:24.353Z[ recovery-image] Feb 26 16:56:23.862 INFO O| Feb 26 16:56:23.862 INFO O| Planning: Consolidating action changes ... Done
41612026-02-26T16:56:24.353Z[ recovery-image] Feb 26 16:56:23.862 INFO O| Feb 26 16:56:23.862 INFO O| Planning: Evaluating mediators ... Done
41622026-02-26T16:56:24.353Z[ recovery-image] Feb 26 16:56:23.863 INFO O| Feb 26 16:56:23.863 INFO O| Planning: Planning completed in 0.01 seconds
41632026-02-26T16:56:24.353Z[ recovery-image] Feb 26 16:56:23.864 INFO O| Feb 26 16:56:23.864 INFO O| Variants/Facets to change: 1
41642026-02-26T16:56:24.379Z[ recovery-image] Feb 26 16:56:23.913 INFO O| Feb 26 16:56:23.912 INFO O| Done
41652026-02-26T16:56:24.404Z[ recovery-image] Feb 26 16:56:23.913 INFO O| Feb 26 16:56:23.912 INFO O| Done
41662026-02-26T16:56:27.350Z[ host-image] Feb 26 16:56:26.884 INFO O| Feb 26 16:56:26.884 INFO O| Startup: Caching catalogs ... Done
41672026-02-26T16:56:27.464Z[ host-image] Feb 26 16:56:26.997 INFO O| Feb 26 16:56:26.997 INFO O| Planning: Planning completed in 0.00 seconds
41682026-02-26T16:56:27.489Z[ host-image] Feb 26 16:56:26.998 INFO O| Feb 26 16:56:26.998 INFO O| Planning: Consolidating action changes ... Done
41692026-02-26T16:56:27.489Z[ host-image] Feb 26 16:56:26.999 INFO O| Feb 26 16:56:26.998 INFO O| Planning: Evaluating mediators ... Done
41702026-02-26T16:56:27.489Z[ host-image] Feb 26 16:56:26.999 INFO O| Feb 26 16:56:26.999 INFO O| Planning: Planning completed in 0.00 seconds
41712026-02-26T16:56:27.489Z[ host-image] Feb 26 16:56:27.000 INFO O| Feb 26 16:56:27.000 INFO O| Variants/Facets to change: 1
41722026-02-26T16:56:27.589Z[ recovery-image] Feb 26 16:56:27.122 INFO O| Feb 26 16:56:27.122 INFO O| Done
41732026-02-26T16:56:27.614Z[ host-image] Feb 26 16:56:27.131 INFO O| Feb 26 16:56:27.131 INFO O| Done
41742026-02-26T16:56:27.614Z[ host-image] Feb 26 16:56:27.131 INFO O| Feb 26 16:56:27.131 INFO O| Done
41752026-02-26T16:56:27.773Z[ recovery-image] Feb 26 16:56:27.306 INFO O| Feb 26 16:56:27.306 INFO O| Done
41762026-02-26T16:56:27.798Z[ recovery-image] Feb 26 16:56:27.308 INFO O| Feb 26 16:56:27.308 INFO O| Done
41772026-02-26T16:56:27.798Z[ recovery-image] Feb 26 16:56:27.308 INFO O| Feb 26 16:56:27.308 INFO O| Done
41782026-02-26T16:56:27.798Z[ recovery-image] Feb 26 16:56:27.310 INFO O| Feb 26 16:56:27.310 INFO O| Done
41792026-02-26T16:56:28.496Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41802026-02-26T16:56:29.758Z[ recovery-image] Feb 26 16:56:29.291 INFO O| Feb 26 16:56:29.291 INFO STEP 6 (pkg_change_variant) COMPLETE
41812026-02-26T16:56:29.758Z[ recovery-image] Feb 26 16:56:29.291 INFO O| Feb 26 16:56:29.291 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41822026-02-26T16:56:29.758Z[ recovery-image] Feb 26 16:56:29.291 INFO O| Feb 26 16:56:29.291 INFO skip step because feature "debug_variant" is not enabled
41832026-02-26T16:56:29.783Z[ recovery-image] Feb 26 16:56:29.291 INFO O| Feb 26 16:56:29.291 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41842026-02-26T16:56:30.368Z[ host-image] Feb 26 16:56:29.902 INFO O| Feb 26 16:56:29.902 INFO O| Done
41852026-02-26T16:56:30.495Z[ recovery-image] Feb 26 16:56:30.028 INFO O| Feb 26 16:56:30.028 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41862026-02-26T16:56:30.519Z[ host-image] Feb 26 16:56:30.037 INFO O| Feb 26 16:56:30.037 INFO O| Done
41872026-02-26T16:56:30.519Z[ host-image] Feb 26 16:56:30.038 INFO O| Feb 26 16:56:30.038 INFO O| Done
41882026-02-26T16:56:30.519Z[ host-image] Feb 26 16:56:30.038 INFO O| Feb 26 16:56:30.038 INFO O| Done
41892026-02-26T16:56:30.519Z[ host-image] Feb 26 16:56:30.040 INFO O| Feb 26 16:56:30.040 INFO O| Done
41902026-02-26T16:56:31.590Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41912026-02-26T16:56:32.812Z[ host-image] Feb 26 16:56:32.346 INFO O| Feb 26 16:56:32.345 INFO STEP 8 (pkg_change_facet) COMPLETE
41922026-02-26T16:56:32.812Z[ host-image] Feb 26 16:56:32.346 INFO O| Feb 26 16:56:32.346 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41932026-02-26T16:56:32.839Z[ host-image] Feb 26 16:56:32.346 INFO O| Feb 26 16:56:32.346 INFO skip step because feature "recovery" is not enabled
41942026-02-26T16:56:32.839Z[ host-image] Feb 26 16:56:32.346 INFO O| Feb 26 16:56:32.346 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41952026-02-26T16:56:32.839Z[ host-image] Feb 26 16:56:32.346 INFO O| Feb 26 16:56:32.346 INFO skip step because feature "recovery" is not enabled
41962026-02-26T16:56:32.839Z[ host-image] Feb 26 16:56:32.346 INFO O| Feb 26 16:56:32.346 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41972026-02-26T16:56:32.839Z[ host-image] Feb 26 16:56:32.367 INFO O| Feb 26 16:56:32.366 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"]
41982026-02-26T16:56:37.370Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41992026-02-26T16:56:40.655Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42002026-02-26T16:56:52.803Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
42012026-02-26T16:56:53.565Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42022026-02-26T16:56:57.397Z[verify-libraries] Compiling internet-checksum v0.2.1
42032026-02-26T16:56:57.745Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42042026-02-26T16:57:13.538Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42052026-02-26T16:57:14.750Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42062026-02-26T16:57:18.990Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42072026-02-26T16:57:22.117Z[ recovery-image] Feb 26 16:57:21.650 INFO O| Feb 26 16:57:21.650 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42082026-02-26T16:57:25.491Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42092026-02-26T16:57:27.296Z[ host-image] Feb 26 16:57:26.832 INFO O| Feb 26 16:57:26.831 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42102026-02-26T16:57:32.028Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42112026-02-26T16:57:33.314Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42122026-02-26T16:57:36.660Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42132026-02-26T16:57:43.548Z[ recovery-image] Feb 26 16:57:43.084 INFO O| Feb 26 16:57:43.084 INFO O| Startup: Caching catalogs ... Done
42142026-02-26T16:57:43.707Z[ recovery-image] Feb 26 16:57:43.243 INFO O| Feb 26 16:57:43.243 INFO O| Planning: Planning completed in 0.00 seconds
42152026-02-26T16:57:43.731Z[ recovery-image] Feb 26 16:57:43.244 INFO O| Feb 26 16:57:43.244 INFO O| Planning: Consolidating action changes ... Done
42162026-02-26T16:57:43.731Z[ recovery-image] Feb 26 16:57:43.244 INFO O| Feb 26 16:57:43.244 INFO O| Planning: Evaluating mediators ... Done
42172026-02-26T16:57:43.732Z[ recovery-image] Feb 26 16:57:43.244 INFO O| Feb 26 16:57:43.244 INFO O| Planning: Planning completed in 0.00 seconds
42182026-02-26T16:57:43.732Z[ recovery-image] Feb 26 16:57:43.245 INFO O| Feb 26 16:57:43.245 INFO O| Variants/Facets to change: 1
42192026-02-26T16:57:43.772Z[ recovery-image] Feb 26 16:57:43.308 INFO O| Feb 26 16:57:43.308 INFO O| Done
42202026-02-26T16:57:43.797Z[ recovery-image] Feb 26 16:57:43.308 INFO O| Feb 26 16:57:43.308 INFO O| Done
42212026-02-26T16:57:46.647Z[ recovery-image] Feb 26 16:57:46.183 INFO O| Feb 26 16:57:46.183 INFO O| Done
42222026-02-26T16:57:46.806Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42232026-02-26T16:57:46.806Z[ recovery-image] Feb 26 16:57:46.329 INFO O| Feb 26 16:57:46.329 INFO O| Done
42242026-02-26T16:57:46.806Z[ recovery-image] Feb 26 16:57:46.330 INFO O| Feb 26 16:57:46.330 INFO O| Done
42252026-02-26T16:57:46.806Z[ recovery-image] Feb 26 16:57:46.330 INFO O| Feb 26 16:57:46.330 INFO O| Done
42262026-02-26T16:57:46.806Z[ recovery-image] Feb 26 16:57:46.331 INFO O| Feb 26 16:57:46.331 INFO O| Done
42272026-02-26T16:57:48.665Z[ recovery-image] Feb 26 16:57:48.201 INFO O| Feb 26 16:57:48.201 INFO STEP 8 (pkg_change_facet) COMPLETE
42282026-02-26T16:57:48.665Z[ recovery-image] Feb 26 16:57:48.201 INFO O| Feb 26 16:57:48.201 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42292026-02-26T16:57:48.725Z[ host-image] Feb 26 16:57:48.261 INFO O| Feb 26 16:57:48.261 INFO O| Startup: Caching catalogs ... Done
42302026-02-26T16:57:49.249Z[ recovery-image] Feb 26 16:57:48.785 INFO O| Feb 26 16:57:48.785 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42312026-02-26T16:58:21.224Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42322026-02-26T16:58:37.946Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42332026-02-26T16:58:41.722Z[ recovery-image] Feb 26 16:58:41.259 INFO O| Feb 26 16:58:41.259 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42342026-02-26T16:58:50.241Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42352026-02-26T16:58:54.199Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42362026-02-26T16:59:00.562Z[ recovery-image] Feb 26 16:59:00.101 INFO O| Feb 26 16:59:00.100 INFO O| Startup: Caching catalogs ... Done
42372026-02-26T16:59:00.705Z[ recovery-image] Feb 26 16:59:00.243 INFO O| Feb 26 16:59:00.243 INFO O| Planning: Planning completed in 0.00 seconds
42382026-02-26T16:59:00.729Z[ recovery-image] Feb 26 16:59:00.244 INFO O| Feb 26 16:59:00.244 INFO O| Planning: Consolidating action changes ... Done
42392026-02-26T16:59:00.729Z[ recovery-image] Feb 26 16:59:00.244 INFO O| Feb 26 16:59:00.244 INFO O| Planning: Evaluating mediators ... Done
42402026-02-26T16:59:00.729Z[ recovery-image] Feb 26 16:59:00.245 INFO O| Feb 26 16:59:00.245 INFO O| Planning: Planning completed in 0.00 seconds
42412026-02-26T16:59:00.729Z[ recovery-image] Feb 26 16:59:00.245 INFO O| Feb 26 16:59:00.245 INFO O| Variants/Facets to change: 1
42422026-02-26T16:59:00.774Z[ recovery-image] Feb 26 16:59:00.312 INFO O| Feb 26 16:59:00.312 INFO O| Done
42432026-02-26T16:59:00.774Z[ recovery-image] Feb 26 16:59:00.312 INFO O| Feb 26 16:59:00.312 INFO O| Done
42442026-02-26T16:59:02.536Z[ recovery-image] Feb 26 16:59:02.074 INFO O| Feb 26 16:59:02.074 INFO O| Done
42452026-02-26T16:59:02.679Z[ recovery-image] Feb 26 16:59:02.215 INFO O| Feb 26 16:59:02.215 INFO O| Done
42462026-02-26T16:59:02.704Z[ recovery-image] Feb 26 16:59:02.217 INFO O| Feb 26 16:59:02.216 INFO O| Done
42472026-02-26T16:59:02.704Z[ recovery-image] Feb 26 16:59:02.217 INFO O| Feb 26 16:59:02.217 INFO O| Done
42482026-02-26T16:59:02.704Z[ recovery-image] Feb 26 16:59:02.219 INFO O| Feb 26 16:59:02.219 INFO O| Done
42492026-02-26T16:59:04.525Z[ recovery-image] Feb 26 16:59:04.063 INFO O| Feb 26 16:59:04.063 INFO STEP 9 (pkg_change_facet) COMPLETE
42502026-02-26T16:59:04.525Z[ recovery-image] Feb 26 16:59:04.063 INFO O| Feb 26 16:59:04.063 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42512026-02-26T16:59:06.075Z[ recovery-image] Feb 26 16:59:05.613 INFO O| Feb 26 16:59:05.613 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42522026-02-26T16:59:18.931Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42532026-02-26T16:59:21.495Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42542026-02-26T16:59:23.611Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42552026-02-26T16:59:53.621Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42562026-02-26T16:59:53.653Z[ recovery-image] Feb 26 16:59:53.193 INFO O| Feb 26 16:59:53.170 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42572026-02-26T16:59:55.618Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42582026-02-26T16:59:57.266Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42592026-02-26T17:00:09.887Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42602026-02-26T17:00:12.136Z[ recovery-image] Feb 26 17:00:11.676 INFO O| Feb 26 17:00:11.676 INFO O| Startup: Caching catalogs ... Done
42612026-02-26T17:00:12.612Z[ recovery-image] Feb 26 17:00:12.152 INFO O| Feb 26 17:00:12.152 INFO O| Planning: Planning completed in 0.00 seconds
42622026-02-26T17:00:12.636Z[ recovery-image] Feb 26 17:00:12.154 INFO O| Feb 26 17:00:12.154 INFO O| Planning: Consolidating action changes ... Done
42632026-02-26T17:00:12.636Z[ recovery-image] Feb 26 17:00:12.154 INFO O| Feb 26 17:00:12.154 INFO O| Planning: Evaluating mediators ... Done
42642026-02-26T17:00:12.636Z[ recovery-image] Feb 26 17:00:12.155 INFO O| Feb 26 17:00:12.155 INFO O| Planning: Planning completed in 0.00 seconds
42652026-02-26T17:00:12.636Z[ recovery-image] Feb 26 17:00:12.156 INFO O| Feb 26 17:00:12.156 INFO O| Variants/Facets to change: 1
42662026-02-26T17:00:12.857Z[ recovery-image] Feb 26 17:00:12.397 INFO O| Feb 26 17:00:12.397 INFO O| Done
42672026-02-26T17:00:12.857Z[ recovery-image] Feb 26 17:00:12.397 INFO O| Feb 26 17:00:12.397 INFO O| Done
42682026-02-26T17:00:15.128Z[ recovery-image] Feb 26 17:00:14.668 INFO O| Feb 26 17:00:14.667 INFO O| Done
42692026-02-26T17:00:15.351Z[ recovery-image] Feb 26 17:00:14.891 INFO O| Feb 26 17:00:14.891 INFO O| Done
42702026-02-26T17:00:15.375Z[ recovery-image] Feb 26 17:00:14.893 INFO O| Feb 26 17:00:14.893 INFO O| Done
42712026-02-26T17:00:15.375Z[ recovery-image] Feb 26 17:00:14.893 INFO O| Feb 26 17:00:14.893 INFO O| Done
42722026-02-26T17:00:15.375Z[ recovery-image] Feb 26 17:00:14.895 INFO O| Feb 26 17:00:14.895 INFO O| Done
42732026-02-26T17:00:17.967Z[ recovery-image] Feb 26 17:00:17.507 INFO O| Feb 26 17:00:17.507 INFO STEP 10 (pkg_change_facet) COMPLETE
42742026-02-26T17:00:17.967Z[ recovery-image] Feb 26 17:00:17.507 INFO O| Feb 26 17:00:17.507 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42752026-02-26T17:00:18.007Z[ recovery-image] Feb 26 17:00:17.547 INFO O| Feb 26 17:00:17.547 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"]
42762026-02-26T17:00:18.580Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42772026-02-26T17:00:18.939Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42782026-02-26T17:00:20.711Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42792026-02-26T17:00:33.833Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42802026-02-26T17:00:55.707Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42812026-02-26T17:01:06.598Z[ host-image] Feb 26 17:01:06.140 INFO O| Feb 26 17:01:06.140 INFO O| Planning: Solver setup ... Done
42822026-02-26T17:01:22.457Z[ recovery-image] Feb 26 17:01:22.000 INFO O| Feb 26 17:01:21.000 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42832026-02-26T17:01:56.454Z[ recovery-image] Feb 26 17:01:55.997 INFO O| Feb 26 17:01:55.997 INFO O| Startup: Caching catalogs ... Done
42842026-02-26T17:01:58.459Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42852026-02-26T17:02:21.874Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42862026-02-26T17:02:40.765Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42872026-02-26T17:02:41.306Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42882026-02-26T17:02:51.071Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42892026-02-26T17:02:52.403Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42902026-02-26T17:02:53.782Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42912026-02-26T17:02:59.328Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42922026-02-26T17:03:06.424Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42932026-02-26T17:03:14.011Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42942026-02-26T17:04:38.831Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42952026-02-26T17:04:38.888Z[verify-libraries] Compiling diff v0.1.13
42962026-02-26T17:04:40.166Z[verify-libraries] Compiling yansi v1.0.1
42972026-02-26T17:04:40.942Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42982026-02-26T17:04:42.111Z[verify-libraries] Compiling pretty_assertions v1.4.1
42992026-02-26T17:04:43.422Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43002026-02-26T17:04:44.125Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
43012026-02-26T17:04:44.678Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43022026-02-26T17:04:45.266Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
43032026-02-26T17:04:45.954Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
43042026-02-26T17:04:46.553Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43052026-02-26T17:04:48.544Z[verify-libraries] Compiling drift v0.1.3
43062026-02-26T17:04:55.754Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43072026-02-26T17:05:02.774Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43082026-02-26T17:05:05.215Z[verify-libraries] Compiling dropshot-api-manager v0.3.0
43092026-02-26T17:05:23.838Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43102026-02-26T17:05:48.582Z[ recovery-image] Feb 26 17:05:48.131 INFO O| Feb 26 17:05:48.131 INFO O| Planning: Solver setup ... Done
43112026-02-26T17:06:03.160Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43122026-02-26T17:06:06.490Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43132026-02-26T17:06:17.466Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43142026-02-26T17:06:19.155Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43152026-02-26T17:06:26.010Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43162026-02-26T17:06:31.328Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43172026-02-26T17:06:53.250Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43182026-02-26T17:06:54.262Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43192026-02-26T17:06:59.337Z[verify-libraries] Compiling termios v0.3.3
43202026-02-26T17:07:00.216Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43212026-02-26T17:07:02.079Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43222026-02-26T17:07:03.566Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43232026-02-26T17:07:28.836Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43242026-02-26T17:07:31.892Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43252026-02-26T17:07:52.642Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43262026-02-26T17:11:47.212Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43272026-02-26T17:12:08.186Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43282026-02-26T17:12:46.168Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43292026-02-26T17:13:44.922Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43302026-02-26T17:13:48.937Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43312026-02-26T17:13:55.323Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43322026-02-26T17:14:01.839Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43332026-02-26T17:15:19.102Z[ host-image] Feb 26 17:15:18.670 INFO O| Feb 26 17:15:18.670 INFO O| Planning: Running solver ... Done
43342026-02-26T17:15:44.579Z[ host-image] Feb 26 17:15:44.148 INFO O| Feb 26 17:15:44.148 INFO O| Planning: Finding local manifests ... Done
43352026-02-26T17:15:45.356Z[ host-image] Feb 26 17:15:44.925 INFO O| Feb 26 17:15:44.925 INFO O| Planning: Fetching manifests: 0/126 0% complete
43362026-02-26T17:15:50.393Z[ host-image] Feb 26 17:15:49.960 INFO O| Feb 26 17:15:49.960 INFO O| Planning: Fetching manifests: 56/126 44% complete
43372026-02-26T17:15:55.146Z[ host-image] Feb 26 17:15:54.716 INFO O| Feb 26 17:15:54.715 INFO O| Planning: Fetching manifests: 126/126 100% complete
43382026-02-26T17:15:57.588Z[ host-image] Feb 26 17:15:57.158 INFO O| Feb 26 17:15:57.158 INFO O| Planning: Package planning ... Done
43392026-02-26T17:15:59.084Z[ host-image] Feb 26 17:15:58.653 INFO O| Feb 26 17:15:58.653 INFO O| Planning: Merging actions ... Done
43402026-02-26T17:15:59.545Z[ host-image] Feb 26 17:15:59.115 INFO O| Feb 26 17:15:59.115 INFO O| Planning: Checking for conflicting actions ... Done
43412026-02-26T17:15:59.894Z[ host-image] Feb 26 17:15:59.464 INFO O| Feb 26 17:15:59.464 INFO O| Planning: Consolidating action changes ... Done
43422026-02-26T17:16:00.455Z[ host-image] Feb 26 17:16:00.025 INFO O| Feb 26 17:16:00.025 INFO O| Planning: Evaluating mediators ... Done
43432026-02-26T17:16:06.642Z[ host-image] Feb 26 17:16:06.211 INFO O| Feb 26 17:16:06.211 INFO O| Planning: Planning completed in 1097.81 seconds
43442026-02-26T17:16:06.667Z[ host-image] Feb 26 17:16:06.217 INFO O| Feb 26 17:16:06.217 INFO O| Packages to install: 126
43452026-02-26T17:16:06.667Z[ host-image] Feb 26 17:16:06.217 INFO O| Feb 26 17:16:06.217 INFO O| Mediators to change: 5
43462026-02-26T17:16:06.667Z[ host-image] Feb 26 17:16:06.217 INFO O| Feb 26 17:16:06.217 INFO O| Services to change: 6
43472026-02-26T17:16:07.330Z[ host-image] Feb 26 17:16:06.900 INFO O| Feb 26 17:16:06.900 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43482026-02-26T17:16:12.340Z[ host-image] Feb 26 17:16:11.910 INFO O| Feb 26 17:16:11.910 INFO O| Download: 1130/22925 items 7.4/210.6MB 3% complete (1.5M/s)
43492026-02-26T17:16:17.844Z[ host-image] Feb 26 17:16:17.415 INFO O| Feb 26 17:16:17.414 INFO O| Download: 1641/22925 items 10.8/210.6MB 5% complete (1.1M/s)
43502026-02-26T17:16:22.855Z[ host-image] Feb 26 17:16:22.415 INFO O| Feb 26 17:16:22.415 INFO O| Download: 1782/22925 items 12.1/210.6MB 5% complete (565k/s)
43512026-02-26T17:16:28.050Z[ host-image] Feb 26 17:16:27.620 INFO O| Feb 26 17:16:27.620 INFO O| Download: 2096/22925 items 23.5/210.6MB 11% complete (1.3M/s)
43522026-02-26T17:16:33.064Z[ host-image] Feb 26 17:16:32.635 INFO O| Feb 26 17:16:32.634 INFO O| Download: 2351/22925 items 27.7/210.6MB 13% complete (1.5M/s)
43532026-02-26T17:16:38.239Z[ host-image] Feb 26 17:16:37.809 INFO O| Feb 26 17:16:37.809 INFO O| Download: 3492/22925 items 35.9/210.6MB 17% complete (1.2M/s)
43542026-02-26T17:16:43.240Z[ host-image] Feb 26 17:16:42.811 INFO O| Feb 26 17:16:42.811 INFO O| Download: 4544/22925 items 42.1/210.6MB 19% complete (1.4M/s)
43552026-02-26T17:16:48.671Z[ host-image] Feb 26 17:16:48.242 INFO O| Feb 26 17:16:48.242 INFO O| Download: 4731/22925 items 43.6/210.6MB 20% complete (929k/s)
43562026-02-26T17:16:53.801Z[ host-image] Feb 26 17:16:53.372 INFO O| Feb 26 17:16:53.372 INFO O| Download: 5823/22925 items 46.7/210.6MB 22% complete (460k/s)
43572026-02-26T17:16:59.644Z[ host-image] Feb 26 17:16:59.216 INFO O| Feb 26 17:16:59.216 INFO O| Download: 6934/22925 items 49.5/210.6MB 23% complete (582k/s)
43582026-02-26T17:17:04.647Z[ host-image] Feb 26 17:17:04.219 INFO O| Feb 26 17:17:04.218 INFO O| Download: 7673/22925 items 58.8/210.6MB 27% complete (1.2M/s)
43592026-02-26T17:17:09.652Z[ host-image] Feb 26 17:17:09.223 INFO O| Feb 26 17:17:09.223 INFO O| Download: 8300/22925 items 61.8/210.6MB 29% complete (1.2M/s)
43602026-02-26T17:17:14.674Z[ host-image] Feb 26 17:17:14.247 INFO O| Feb 26 17:17:14.246 INFO O| Download: 8764/22925 items 75.8/210.6MB 35% complete (1.7M/s)
43612026-02-26T17:17:19.682Z[ host-image] Feb 26 17:17:19.255 INFO O| Feb 26 17:17:19.255 INFO O| Download: 9553/22925 items 87.5/210.6MB 41% complete (2.6M/s)
43622026-02-26T17:17:24.708Z[ host-image] Feb 26 17:17:24.280 INFO O| Feb 26 17:17:24.280 INFO O| Download: 10493/22925 items 92.8/210.6MB 44% complete (1.9M/s)
43632026-02-26T17:17:29.841Z[ host-image] Feb 26 17:17:29.414 INFO O| Feb 26 17:17:29.413 INFO O| Download: 10943/22925 items 94.8/210.6MB 45% complete (876k/s)
43642026-02-26T17:17:34.900Z[ host-image] Feb 26 17:17:34.472 INFO O| Feb 26 17:17:34.472 INFO O| Download: 11291/22925 items 98.8/210.6MB 46% complete (614k/s)
43652026-02-26T17:17:39.920Z[ host-image] Feb 26 17:17:39.493 INFO O| Feb 26 17:17:39.493 INFO O| Download: 11931/22925 items 101.2/210.6MB 48% complete (659k/s)
43662026-02-26T17:17:44.933Z[ host-image] Feb 26 17:17:44.506 INFO O| Feb 26 17:17:44.506 INFO O| Download: 12259/22925 items 113.3/210.6MB 53% complete (1.4M/s)
43672026-02-26T17:17:49.937Z[ host-image] Feb 26 17:17:49.510 INFO O| Feb 26 17:17:49.509 INFO O| Download: 12709/22925 items 114.5/210.6MB 54% complete (1.3M/s)
43682026-02-26T17:17:54.945Z[ host-image] Feb 26 17:17:54.518 INFO O| Feb 26 17:17:54.518 INFO O| Download: 13530/22925 items 114.8/210.6MB 54% complete (175k/s)
43692026-02-26T17:17:59.963Z[ host-image] Feb 26 17:17:59.536 INFO O| Feb 26 17:17:59.536 INFO O| Download: 14433/22925 items 116.1/210.6MB 55% complete (150k/s)
43702026-02-26T17:18:05.039Z[ host-image] Feb 26 17:18:04.613 INFO O| Feb 26 17:18:04.613 INFO O| Download: 14589/22925 items 121.6/210.6MB 57% complete (654k/s)
43712026-02-26T17:18:10.045Z[ host-image] Feb 26 17:18:09.618 INFO O| Feb 26 17:18:09.618 INFO O| Download: 15617/22925 items 130.6/210.6MB 61% complete (1.5M/s)
43722026-02-26T17:18:15.064Z[ host-image] Feb 26 17:18:14.634 INFO O| Feb 26 17:18:14.634 INFO O| Download: 16138/22925 items 136.4/210.6MB 64% complete (1.5M/s)
43732026-02-26T17:18:20.066Z[ host-image] Feb 26 17:18:19.640 INFO O| Feb 26 17:18:19.640 INFO O| Download: 16984/22925 items 148.5/210.6MB 70% complete (1.8M/s)
43742026-02-26T17:18:25.200Z[ host-image] Feb 26 17:18:24.775 INFO O| Feb 26 17:18:24.774 INFO O| Download: 17979/22925 items 155.6/210.6MB 73% complete (2.0M/s)
43752026-02-26T17:18:30.211Z[ host-image] Feb 26 17:18:29.785 INFO O| Feb 26 17:18:29.785 INFO O| Download: 18712/22925 items 169.6/210.6MB 80% complete (2.1M/s)
43762026-02-26T17:18:35.214Z[ host-image] Feb 26 17:18:34.789 INFO O| Feb 26 17:18:34.788 INFO O| Download: 19574/22925 items 172.7/210.6MB 81% complete (1.7M/s)
43772026-02-26T17:18:40.216Z[ host-image] Feb 26 17:18:39.790 INFO O| Feb 26 17:18:39.790 INFO O| Download: 20496/22925 items 176.8/210.6MB 83% complete (744k/s)
43782026-02-26T17:18:46.202Z[ host-image] Feb 26 17:18:45.777 INFO O| Feb 26 17:18:45.777 INFO O| Download: 20927/22925 items 181.5/210.6MB 86% complete (839k/s)
43792026-02-26T17:18:51.608Z[ host-image] Feb 26 17:18:51.184 INFO O| Feb 26 17:18:51.183 INFO O| Download: 21017/22925 items 184.0/210.6MB 87% complete (689k/s)
43802026-02-26T17:18:56.992Z[ host-image] Feb 26 17:18:56.567 INFO O| Feb 26 17:18:56.567 INFO O| Download: 21672/22925 items 188.9/210.6MB 89% complete (963k/s)
43812026-02-26T17:19:02.820Z[ host-image] Feb 26 17:19:02.395 INFO O| Feb 26 17:19:02.395 INFO O| Download: 22093/22925 items 203.8/210.6MB 96% complete (2.0M/s)
43822026-02-26T17:19:08.243Z[ host-image] Feb 26 17:19:07.817 INFO O| Feb 26 17:19:07.817 INFO O| Download: 22368/22925 items 208.6/210.6MB 99% complete (1.9M/s)
43832026-02-26T17:19:12.228Z[ host-image] Feb 26 17:19:11.803 INFO O| Feb 26 17:19:11.803 INFO O| Download: Completed 210.65 MB in 184.90 seconds (1.1M/s)
43842026-02-26T17:19:13.787Z[ host-image] Feb 26 17:19:13.362 INFO O| Feb 26 17:19:13.362 INFO O| Actions: 1/50885 actions (Installing new actions)
43852026-02-26T17:19:18.787Z[ host-image] Feb 26 17:19:18.363 INFO O| Feb 26 17:19:18.363 INFO O| Actions: 9869/50885 actions (Installing new actions)
43862026-02-26T17:19:23.788Z[ host-image] Feb 26 17:19:23.363 INFO O| Feb 26 17:19:23.363 INFO O| Actions: 15818/50885 actions (Installing new actions)
43872026-02-26T17:19:28.787Z[ host-image] Feb 26 17:19:28.363 INFO O| Feb 26 17:19:28.363 INFO O| Actions: 23355/50885 actions (Installing new actions)
43882026-02-26T17:19:33.787Z[ host-image] Feb 26 17:19:33.364 INFO O| Feb 26 17:19:33.363 INFO O| Actions: 26497/50885 actions (Installing new actions)
43892026-02-26T17:19:38.558Z[ host-image] Feb 26 17:19:38.134 INFO O| Feb 26 17:19:38.134 INFO O| Actions: Completed 50885 actions in 24.77 seconds.
43902026-02-26T17:19:51.825Z[ recovery-image] Feb 26 17:19:51.402 INFO O| Feb 26 17:19:51.402 INFO O| Planning: Running solver ... Done
43912026-02-26T17:19:53.571Z[ recovery-image] Feb 26 17:19:53.147 INFO O| Feb 26 17:19:53.147 INFO O| Planning: Finding local manifests ... Done
43922026-02-26T17:19:53.769Z[ recovery-image] Feb 26 17:19:53.346 INFO O| Feb 26 17:19:53.346 INFO O| Planning: Fetching manifests: 0/126 0% complete
43932026-02-26T17:19:54.344Z[ host-image] Feb 26 17:19:53.922 INFO O| Feb 26 17:19:53.921 INFO O| Done
43942026-02-26T17:19:54.345Z[ host-image] Feb 26 17:19:53.922 INFO O| Feb 26 17:19:53.921 INFO O| Done
43952026-02-26T17:19:57.039Z[ host-image] Feb 26 17:19:56.616 INFO O| Feb 26 17:19:56.616 INFO O| Done
43962026-02-26T17:19:59.015Z[ recovery-image] Feb 26 17:19:58.591 INFO O| Feb 26 17:19:58.591 INFO O| Planning: Fetching manifests: 92/126 73% complete
43972026-02-26T17:20:00.278Z[ host-image] Feb 26 17:19:59.854 INFO O| Feb 26 17:19:59.853 INFO O| Done
43982026-02-26T17:20:00.355Z[ host-image] Feb 26 17:19:59.932 INFO O| Feb 26 17:19:59.932 INFO O| Done
43992026-02-26T17:20:02.158Z[ recovery-image] Feb 26 17:20:01.734 INFO O| Feb 26 17:20:01.733 INFO O| Planning: Fetching manifests: 126/126 100% complete
44002026-02-26T17:20:03.386Z[ recovery-image] Feb 26 17:20:02.964 INFO O| Feb 26 17:20:02.963 INFO O| Planning: Package planning ... Done
44012026-02-26T17:20:04.053Z[ recovery-image] Feb 26 17:20:03.631 INFO O| Feb 26 17:20:03.630 INFO O| Planning: Merging actions ... Done
44022026-02-26T17:20:05.171Z[ recovery-image] Feb 26 17:20:04.748 INFO O| Feb 26 17:20:04.748 INFO O| Planning: Checking for conflicting actions ... Done
44032026-02-26T17:20:05.339Z[ recovery-image] Feb 26 17:20:04.917 INFO O| Feb 26 17:20:04.917 INFO O| Planning: Consolidating action changes ... Done
44042026-02-26T17:20:05.685Z[ recovery-image] Feb 26 17:20:05.263 INFO O| Feb 26 17:20:05.262 INFO O| Planning: Evaluating mediators ... Done
44052026-02-26T17:20:06.724Z[ host-image] Feb 26 17:20:06.301 INFO O| Feb 26 17:20:06.301 INFO O| Done
44062026-02-26T17:20:07.714Z[ host-image] Feb 26 17:20:07.291 INFO O| Feb 26 17:20:07.291 INFO O| Done
44072026-02-26T17:20:10.515Z[ recovery-image] Feb 26 17:20:10.092 INFO O| Feb 26 17:20:10.092 INFO O| Planning: Planning completed in 1093.91 seconds
44082026-02-26T17:20:10.545Z[ recovery-image] Feb 26 17:20:10.097 INFO O| Feb 26 17:20:10.097 INFO O| Packages to install: 126
44092026-02-26T17:20:10.545Z[ recovery-image] Feb 26 17:20:10.097 INFO O| Feb 26 17:20:10.097 INFO O| Mediators to change: 5
44102026-02-26T17:20:10.545Z[ recovery-image] Feb 26 17:20:10.098 INFO O| Feb 26 17:20:10.098 INFO O| Services to change: 5
44112026-02-26T17:20:10.604Z[ recovery-image] Feb 26 17:20:10.182 INFO O| Feb 26 17:20:10.182 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
44122026-02-26T17:20:13.756Z[ host-image] Feb 26 17:20:13.334 INFO O| Feb 26 17:20:13.334 INFO STEP 11 (pkg_install) COMPLETE
44132026-02-26T17:20:13.757Z[ host-image] Feb 26 17:20:13.334 INFO O| Feb 26 17:20:13.334 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44142026-02-26T17:20:13.802Z[ host-image] Feb 26 17:20:13.380 INFO O| Feb 26 17:20:13.380 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"]
44152026-02-26T17:20:15.946Z[ recovery-image] Feb 26 17:20:15.524 INFO O| Feb 26 17:20:15.524 INFO O| Download: 1004/15969 items 7.9/187.3MB 4% complete (1.8M/s)
44162026-02-26T17:20:21.569Z[ recovery-image] Feb 26 17:20:21.147 INFO O| Feb 26 17:20:21.146 INFO O| Download: 1164/15969 items 10.2/187.3MB 5% complete (1.0M/s)
44172026-02-26T17:20:27.191Z[ recovery-image] Feb 26 17:20:26.769 INFO O| Feb 26 17:20:26.769 INFO O| Download: 1507/15969 items 21.9/187.3MB 11% complete (1.4M/s)
44182026-02-26T17:20:32.193Z[ recovery-image] Feb 26 17:20:31.771 INFO O| Feb 26 17:20:31.771 INFO O| Download: 1898/15969 items 28.8/187.3MB 15% complete (1.8M/s)
44192026-02-26T17:20:37.195Z[ recovery-image] Feb 26 17:20:36.774 INFO O| Feb 26 17:20:36.773 INFO O| Download: 2821/15969 items 35.0/187.3MB 18% complete (1.3M/s)
44202026-02-26T17:20:42.206Z[ recovery-image] Feb 26 17:20:41.785 INFO O| Feb 26 17:20:41.784 INFO O| Download: 3710/15969 items 39.8/187.3MB 21% complete (1.1M/s)
44212026-02-26T17:20:47.219Z[ recovery-image] Feb 26 17:20:46.797 INFO O| Feb 26 17:20:46.797 INFO O| Download: 4102/15969 items 43.0/187.3MB 22% complete (833k/s)
44222026-02-26T17:20:52.219Z[ recovery-image] Feb 26 17:20:51.798 INFO O| Feb 26 17:20:51.798 INFO O| Download: 5170/15969 items 43.6/187.3MB 23% complete (395k/s)
44232026-02-26T17:20:57.226Z[ recovery-image] Feb 26 17:20:56.805 INFO O| Feb 26 17:20:56.804 INFO O| Download: 5803/15969 items 46.4/187.3MB 24% complete (316k/s)
44242026-02-26T17:21:02.785Z[ recovery-image] Feb 26 17:21:02.364 INFO O| Feb 26 17:21:02.364 INFO O| Download: 6020/15969 items 53.8/187.3MB 28% complete (1020k/s)
44252026-02-26T17:21:07.786Z[ recovery-image] Feb 26 17:21:07.365 INFO O| Feb 26 17:21:07.365 INFO O| Download: 6596/15969 items 68.8/187.3MB 36% complete (2.3M/s)
44262026-02-26T17:21:10.792Z[ host-image] Feb 26 17:21:10.371 INFO O| Feb 26 17:21:10.371 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44272026-02-26T17:21:12.787Z[ recovery-image] Feb 26 17:21:12.366 INFO O| Feb 26 17:21:12.366 INFO O| Download: 7944/15969 items 80.4/187.3MB 42% complete (2.8M/s)
44282026-02-26T17:21:17.788Z[ recovery-image] Feb 26 17:21:17.368 INFO O| Feb 26 17:21:17.368 INFO O| Download: 8743/15969 items 86.4/187.3MB 46% complete (1.8M/s)
44292026-02-26T17:21:23.393Z[ recovery-image] Feb 26 17:21:22.972 INFO O| Feb 26 17:21:22.972 INFO O| Download: 8923/15969 items 96.7/187.3MB 51% complete (1.7M/s)
44302026-02-26T17:21:28.393Z[ recovery-image] Feb 26 17:21:27.973 INFO O| Feb 26 17:21:27.973 INFO O| Download: 10720/15969 items 98.3/187.3MB 52% complete (1.1M/s)
44312026-02-26T17:21:33.077Z[ host-image] Feb 26 17:21:32.656 INFO O| Feb 26 17:21:32.656 INFO O| Startup: Caching catalogs ... Done
44322026-02-26T17:21:33.413Z[ recovery-image] Feb 26 17:21:32.993 INFO O| Feb 26 17:21:32.993 INFO O| Download: 11153/15969 items 104.4/187.3MB 55% complete (744k/s)
44332026-02-26T17:21:38.425Z[ recovery-image] Feb 26 17:21:38.002 INFO O| Feb 26 17:21:38.001 INFO O| Download: 11586/15969 items 116.2/187.3MB 62% complete (1.7M/s)
44342026-02-26T17:21:43.423Z[ recovery-image] Feb 26 17:21:43.002 INFO O| Feb 26 17:21:43.001 INFO O| Download: 12693/15969 items 147.5/187.3MB 78% complete (4.3M/s)
44352026-02-26T17:21:44.918Z[ host-image] Feb 26 17:21:44.498 INFO O| Feb 26 17:21:44.498 INFO O| Planning: Solver setup ... Done
44362026-02-26T17:21:44.943Z[ host-image] Feb 26 17:21:44.511 INFO O| Feb 26 17:21:44.511 INFO O| Planning: Running solver ... Done
44372026-02-26T17:21:45.077Z[ host-image] Feb 26 17:21:44.657 INFO O| Feb 26 17:21:44.657 INFO O| Planning: Finding local manifests ... Done
44382026-02-26T17:21:45.162Z[ host-image] Feb 26 17:21:44.742 INFO O| Feb 26 17:21:44.742 INFO O| Planning: Fetching manifests: 0/6 0% complete
44392026-02-26T17:21:45.422Z[ host-image] Feb 26 17:21:45.002 INFO O| Feb 26 17:21:45.002 INFO O| Planning: Fetching manifests: 6/6 100% complete
44402026-02-26T17:21:45.466Z[ host-image] Feb 26 17:21:45.046 INFO O| Feb 26 17:21:45.046 INFO O| Planning: Package planning ... Done
44412026-02-26T17:21:45.491Z[ host-image] Feb 26 17:21:45.059 INFO O| Feb 26 17:21:45.059 INFO O| Planning: Merging actions ... Done
44422026-02-26T17:21:45.622Z[ host-image] Feb 26 17:21:45.202 INFO O| Feb 26 17:21:45.202 INFO O| Planning: Checking for conflicting actions ... Done
44432026-02-26T17:21:45.646Z[ host-image] Feb 26 17:21:45.205 INFO O| Feb 26 17:21:45.205 INFO O| Planning: Consolidating action changes ... Done
44442026-02-26T17:21:46.068Z[ host-image] Feb 26 17:21:45.648 INFO O| Feb 26 17:21:45.647 INFO O| Planning: Evaluating mediators ... Done
44452026-02-26T17:21:46.093Z[ host-image] Feb 26 17:21:45.652 INFO O| Feb 26 17:21:45.652 INFO O| Planning: Planning completed in 12.87 seconds
44462026-02-26T17:21:46.093Z[ host-image] Feb 26 17:21:45.654 INFO O| Feb 26 17:21:45.653 INFO O| Packages to install: 6
44472026-02-26T17:21:46.093Z[ host-image] Feb 26 17:21:45.654 INFO O| Feb 26 17:21:45.654 INFO O| Services to change: 2
44482026-02-26T17:21:46.119Z[ host-image] Feb 26 17:21:45.691 INFO O| Feb 26 17:21:45.691 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44492026-02-26T17:21:48.712Z[ recovery-image] Feb 26 17:21:48.292 INFO O| Feb 26 17:21:48.292 INFO O| Download: 14767/15969 items 156.3/187.3MB 83% complete (4.3M/s)
44502026-02-26T17:21:50.090Z[ host-image] Feb 26 17:21:49.669 INFO O| Feb 26 17:21:49.669 INFO O| Download: Completed 1.75 MB in 3.98 seconds (448k/s)
44512026-02-26T17:21:50.143Z[ host-image] Feb 26 17:21:49.723 INFO O| Feb 26 17:21:49.723 INFO O| Actions: 1/390 actions (Installing new actions)
44522026-02-26T17:21:50.555Z[ host-image] Feb 26 17:21:50.136 INFO O| Feb 26 17:21:50.135 INFO O| Actions: Completed 390 actions in 0.41 seconds.
44532026-02-26T17:21:51.483Z[ host-image] Feb 26 17:21:51.064 INFO O| Feb 26 17:21:51.064 INFO O| Done
44542026-02-26T17:21:51.483Z[ host-image] Feb 26 17:21:51.064 INFO O| Feb 26 17:21:51.064 INFO O| Done
44552026-02-26T17:21:53.258Z[ host-image] Feb 26 17:21:52.839 INFO O| Feb 26 17:21:52.838 INFO O| Done
44562026-02-26T17:21:53.788Z[ recovery-image] Feb 26 17:21:53.368 INFO O| Feb 26 17:21:53.368 INFO O| Download: 14836/15969 items 161.7/187.3MB 86% complete (1.6M/s)
44572026-02-26T17:21:55.355Z[ host-image] Feb 26 17:21:54.935 INFO O| Feb 26 17:21:54.935 INFO O| Done
44582026-02-26T17:21:55.404Z[ host-image] Feb 26 17:21:54.984 INFO O| Feb 26 17:21:54.984 INFO O| Done
44592026-02-26T17:21:55.404Z[ host-image] Feb 26 17:21:54.985 INFO O| Feb 26 17:21:54.985 INFO O| Done
44602026-02-26T17:21:55.441Z[ host-image] Feb 26 17:21:55.022 INFO O| Feb 26 17:21:55.022 INFO O| Done
44612026-02-26T17:21:57.251Z[ host-image] Feb 26 17:21:56.831 INFO O| Feb 26 17:21:56.831 INFO STEP 12 (pkg_install) COMPLETE
44622026-02-26T17:21:57.275Z[ host-image] Feb 26 17:21:56.831 INFO O| Feb 26 17:21:56.831 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44632026-02-26T17:21:57.300Z[ host-image] Feb 26 17:21:56.861 INFO O| Feb 26 17:21:56.861 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44642026-02-26T17:21:59.879Z[ recovery-image] Feb 26 17:21:59.460 INFO O| Feb 26 17:21:59.460 INFO O| Download: 14892/15969 items 162.4/187.3MB 86% complete (939k/s)
44652026-02-26T17:22:08.304Z[ recovery-image] Feb 26 17:22:07.885 INFO O| Feb 26 17:22:07.884 INFO O| Download: 15342/15969 items 166.3/187.3MB 88% complete (446k/s)
44662026-02-26T17:22:13.394Z[ recovery-image] Feb 26 17:22:12.975 INFO O| Feb 26 17:22:12.975 INFO O| Download: 15624/15969 items 180.3/187.3MB 96% complete (1.3M/s)
44672026-02-26T17:22:18.713Z[ recovery-image] Feb 26 17:22:18.295 INFO O| Feb 26 17:22:18.295 INFO O| Download: 15737/15969 items 181.9/187.3MB 97% complete (1.7M/s)
44682026-02-26T17:22:22.747Z[ recovery-image] Feb 26 17:22:22.329 INFO O| Feb 26 17:22:22.329 INFO O| Download: Completed 187.26 MB in 132.15 seconds (1.4M/s)
44692026-02-26T17:22:23.426Z[ recovery-image] Feb 26 17:22:23.007 INFO O| Feb 26 17:22:23.007 INFO O| Actions: 1/26357 actions (Installing new actions)
44702026-02-26T17:22:28.426Z[ recovery-image] Feb 26 17:22:28.008 INFO O| Feb 26 17:22:28.008 INFO O| Actions: 11421/26357 actions (Installing new actions)
44712026-02-26T17:22:33.428Z[ recovery-image] Feb 26 17:22:33.010 INFO O| Feb 26 17:22:33.010 INFO O| Actions: 19080/26357 actions (Installing new actions)
44722026-02-26T17:22:36.760Z[ recovery-image] Feb 26 17:22:36.332 INFO O| Feb 26 17:22:36.332 INFO O| Actions: Completed 26357 actions in 13.32 seconds.
44732026-02-26T17:22:37.729Z[ recovery-image] Feb 26 17:22:37.309 INFO O| Feb 26 17:22:37.309 INFO O| Done
44742026-02-26T17:22:37.729Z[ recovery-image] Feb 26 17:22:37.310 INFO O| Feb 26 17:22:37.309 INFO O| Done
44752026-02-26T17:22:40.398Z[ recovery-image] Feb 26 17:22:39.980 INFO O| Feb 26 17:22:39.979 INFO O| Done
44762026-02-26T17:22:42.394Z[ recovery-image] Feb 26 17:22:41.976 INFO O| Feb 26 17:22:41.976 INFO O| Done
44772026-02-26T17:22:42.423Z[ recovery-image] Feb 26 17:22:42.005 INFO O| Feb 26 17:22:42.005 INFO O| Done
44782026-02-26T17:22:42.653Z[ host-image] Feb 26 17:22:42.235 INFO O| Feb 26 17:22:42.235 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44792026-02-26T17:22:46.936Z[ recovery-image] Feb 26 17:22:46.518 INFO O| Feb 26 17:22:46.518 INFO O| Done
44802026-02-26T17:22:47.546Z[ recovery-image] Feb 26 17:22:47.129 INFO O| Feb 26 17:22:47.129 INFO O| Done
44812026-02-26T17:22:52.813Z[ recovery-image] Feb 26 17:22:52.395 INFO O| Feb 26 17:22:52.395 INFO STEP 11 (pkg_install) COMPLETE
44822026-02-26T17:22:52.813Z[ recovery-image] Feb 26 17:22:52.396 INFO O| Feb 26 17:22:52.395 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44832026-02-26T17:22:52.839Z[ recovery-image] Feb 26 17:22:52.396 INFO O| Feb 26 17:22:52.395 INFO skip step because feature "recovery" is enabled
44842026-02-26T17:22:52.839Z[ recovery-image] Feb 26 17:22:52.396 INFO O| Feb 26 17:22:52.395 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44852026-02-26T17:22:52.839Z[ recovery-image] Feb 26 17:22:52.396 INFO O| Feb 26 17:22:52.395 INFO skip step because feature "omicron1" is not enabled
44862026-02-26T17:22:52.839Z[ recovery-image] Feb 26 17:22:52.396 INFO O| Feb 26 17:22:52.395 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44872026-02-26T17:22:52.839Z[ recovery-image] Feb 26 17:22:52.415 INFO O| Feb 26 17:22:52.414 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44882026-02-26T17:23:10.575Z[ host-image] Feb 26 17:23:10.158 INFO O| Feb 26 17:23:10.158 INFO O| Startup: Caching catalogs ... Done
44892026-02-26T17:23:22.597Z[ host-image] Feb 26 17:23:22.180 INFO O| Feb 26 17:23:22.180 INFO O| Planning: Solver setup ... Done
44902026-02-26T17:23:22.622Z[ host-image] Feb 26 17:23:22.202 INFO O| Feb 26 17:23:22.202 INFO O| Planning: Running solver ... Done
44912026-02-26T17:23:22.796Z[ host-image] Feb 26 17:23:22.379 INFO O| Feb 26 17:23:22.379 INFO O| Planning: Finding local manifests ... Done
44922026-02-26T17:23:23.065Z[ host-image] Feb 26 17:23:22.649 INFO O| Feb 26 17:23:22.648 INFO O| Planning: Fetching manifests: 0/6 0% complete
44932026-02-26T17:23:23.482Z[ host-image] Feb 26 17:23:23.065 INFO O| Feb 26 17:23:23.065 INFO O| Planning: Fetching manifests: 6/6 100% complete
44942026-02-26T17:23:23.551Z[ host-image] Feb 26 17:23:23.134 INFO O| Feb 26 17:23:23.134 INFO O| Planning: Package planning ... Done
44952026-02-26T17:23:23.613Z[ host-image] Feb 26 17:23:23.196 INFO O| Feb 26 17:23:23.196 INFO O| Planning: Merging actions ... Done
44962026-02-26T17:23:23.742Z[ host-image] Feb 26 17:23:23.326 INFO O| Feb 26 17:23:23.326 INFO O| Planning: Checking for conflicting actions ... Done
44972026-02-26T17:23:23.767Z[ host-image] Feb 26 17:23:23.333 INFO O| Feb 26 17:23:23.333 INFO O| Planning: Consolidating action changes ... Done
44982026-02-26T17:23:24.164Z[ host-image] Feb 26 17:23:23.747 INFO O| Feb 26 17:23:23.747 INFO O| Planning: Evaluating mediators ... Done
44992026-02-26T17:23:24.189Z[ host-image] Feb 26 17:23:23.754 INFO O| Feb 26 17:23:23.754 INFO O| Planning: Planning completed in 13.44 seconds
45002026-02-26T17:23:24.189Z[ host-image] Feb 26 17:23:23.755 INFO O| Feb 26 17:23:23.755 INFO O| Packages to install: 6
45012026-02-26T17:23:24.189Z[ host-image] Feb 26 17:23:23.755 INFO O| Feb 26 17:23:23.755 INFO O| Mediators to change: 1
45022026-02-26T17:23:24.189Z[ host-image] Feb 26 17:23:23.755 INFO O| Feb 26 17:23:23.755 INFO O| Services to change: 1
45032026-02-26T17:23:24.214Z[ host-image] Feb 26 17:23:23.786 INFO O| Feb 26 17:23:23.786 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
45042026-02-26T17:23:29.214Z[ host-image] Feb 26 17:23:28.797 INFO O| Feb 26 17:23:28.797 INFO O| Download: 684/1140 items 2.9/7.7MB 37% complete (600k/s)
45052026-02-26T17:23:32.415Z[ host-image] Feb 26 17:23:31.997 INFO O| Feb 26 17:23:31.996 INFO O| Download: Completed 7.71 MB in 8.21 seconds (961k/s)
45062026-02-26T17:23:32.580Z[ host-image] Feb 26 17:23:32.164 INFO O| Feb 26 17:23:32.164 INFO O| Actions: 1/1361 actions (Installing new actions)
45072026-02-26T17:23:33.250Z[ host-image] Feb 26 17:23:32.833 INFO O| Feb 26 17:23:32.833 INFO O| Actions: Completed 1361 actions in 0.67 seconds.
45082026-02-26T17:23:34.158Z[ host-image] Feb 26 17:23:33.741 INFO O| Feb 26 17:23:33.741 INFO O| Done
45092026-02-26T17:23:34.158Z[ host-image] Feb 26 17:23:33.742 INFO O| Feb 26 17:23:33.741 INFO O| Done
45102026-02-26T17:23:36.482Z[ host-image] Feb 26 17:23:36.065 INFO O| Feb 26 17:23:36.065 INFO O| Done
45112026-02-26T17:23:39.182Z[ host-image] Feb 26 17:23:38.766 INFO O| Feb 26 17:23:38.766 INFO O| Done
45122026-02-26T17:23:39.251Z[ host-image] Feb 26 17:23:38.835 INFO O| Feb 26 17:23:38.835 INFO O| Done
45132026-02-26T17:23:39.251Z[ host-image] Feb 26 17:23:38.835 INFO O| Feb 26 17:23:38.835 INFO O| Done
45142026-02-26T17:23:39.325Z[ host-image] Feb 26 17:23:38.909 INFO O| Feb 26 17:23:38.909 INFO O| Done
45152026-02-26T17:23:41.500Z[ host-image] Feb 26 17:23:41.083 INFO O| Feb 26 17:23:41.083 INFO STEP 13 (pkg_install) COMPLETE
45162026-02-26T17:23:41.500Z[ host-image] Feb 26 17:23:41.083 INFO O| Feb 26 17:23:41.083 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45172026-02-26T17:23:41.524Z[ host-image] Feb 26 17:23:41.101 INFO O| Feb 26 17:23:41.101 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
45182026-02-26T17:23:49.894Z[ recovery-image] Feb 26 17:23:49.478 INFO O| Feb 26 17:23:49.478 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45192026-02-26T17:24:17.592Z[ recovery-image] Feb 26 17:24:17.176 INFO O| Feb 26 17:24:17.176 INFO O| Startup: Caching catalogs ... Done
45202026-02-26T17:24:29.012Z[ recovery-image] Feb 26 17:24:28.597 INFO O| Feb 26 17:24:28.597 INFO O| Planning: Solver setup ... Done
45212026-02-26T17:24:29.037Z[ recovery-image] Feb 26 17:24:28.610 INFO O| Feb 26 17:24:28.610 INFO O| Planning: Running solver ... Done
45222026-02-26T17:24:29.190Z[ recovery-image] Feb 26 17:24:28.774 INFO O| Feb 26 17:24:28.774 INFO O| Planning: Finding local manifests ... Done
45232026-02-26T17:24:29.323Z[ recovery-image] Feb 26 17:24:28.909 INFO O| Feb 26 17:24:28.909 INFO O| Planning: Fetching manifests: 0/1 0% complete
45242026-02-26T17:24:29.369Z[ recovery-image] Feb 26 17:24:28.954 INFO O| Feb 26 17:24:28.954 INFO O| Planning: Fetching manifests: 1/1 100% complete
45252026-02-26T17:24:29.398Z[ recovery-image] Feb 26 17:24:28.983 INFO O| Feb 26 17:24:28.983 INFO O| Planning: Package planning ... Done
45262026-02-26T17:24:29.423Z[ recovery-image] Feb 26 17:24:28.984 INFO O| Feb 26 17:24:28.984 INFO O| Planning: Merging actions ... Done
45272026-02-26T17:24:29.476Z[ recovery-image] Feb 26 17:24:29.061 INFO O| Feb 26 17:24:29.061 INFO O| Planning: Checking for conflicting actions ... Done
45282026-02-26T17:24:29.500Z[ recovery-image] Feb 26 17:24:29.062 INFO O| Feb 26 17:24:29.062 INFO O| Planning: Consolidating action changes ... Done
45292026-02-26T17:24:29.764Z[ recovery-image] Feb 26 17:24:29.349 INFO O| Feb 26 17:24:29.349 INFO O| Planning: Evaluating mediators ... Done
45302026-02-26T17:24:29.788Z[ recovery-image] Feb 26 17:24:29.350 INFO O| Feb 26 17:24:29.350 INFO O| Planning: Planning completed in 12.01 seconds
45312026-02-26T17:24:29.789Z[ recovery-image] Feb 26 17:24:29.350 INFO O| Feb 26 17:24:29.350 INFO O| Packages to install: 1
45322026-02-26T17:24:29.813Z[ recovery-image] Feb 26 17:24:29.391 INFO O| Feb 26 17:24:29.391 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45332026-02-26T17:24:39.709Z[ host-image] Feb 26 17:24:39.295 INFO O| Feb 26 17:24:39.294 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45342026-02-26T17:25:04.154Z[ host-image] Feb 26 17:25:03.740 INFO O| Feb 26 17:25:03.740 INFO O| Startup: Caching catalogs ... Done
45352026-02-26T17:25:14.789Z[ host-image] Feb 26 17:25:14.375 INFO O| Feb 26 17:25:14.374 INFO O| Planning: Solver setup ... Done
45362026-02-26T17:25:14.814Z[ host-image] Feb 26 17:25:14.388 INFO O| Feb 26 17:25:14.388 INFO O| Planning: Running solver ... Done
45372026-02-26T17:25:14.945Z[ host-image] Feb 26 17:25:14.532 INFO O| Feb 26 17:25:14.532 INFO O| Planning: Finding local manifests ... Done
45382026-02-26T17:25:15.059Z[ host-image] Feb 26 17:25:14.646 INFO O| Feb 26 17:25:14.645 INFO O| Planning: Fetching manifests: 0/1 0% complete
45392026-02-26T17:25:15.087Z[ host-image] Feb 26 17:25:14.674 INFO O| Feb 26 17:25:14.674 INFO O| Planning: Fetching manifests: 1/1 100% complete
45402026-02-26T17:25:15.119Z[ host-image] Feb 26 17:25:14.705 INFO O| Feb 26 17:25:14.705 INFO O| Planning: Package planning ... Done
45412026-02-26T17:25:15.144Z[ host-image] Feb 26 17:25:14.706 INFO O| Feb 26 17:25:14.706 INFO O| Planning: Merging actions ... Done
45422026-02-26T17:25:15.244Z[ host-image] Feb 26 17:25:14.831 INFO O| Feb 26 17:25:14.831 INFO O| Planning: Checking for conflicting actions ... Done
45432026-02-26T17:25:15.269Z[ host-image] Feb 26 17:25:14.832 INFO O| Feb 26 17:25:14.832 INFO O| Planning: Consolidating action changes ... Done
45442026-02-26T17:25:15.585Z[ host-image] Feb 26 17:25:15.172 INFO O| Feb 26 17:25:15.172 INFO O| Planning: Evaluating mediators ... Done
45452026-02-26T17:25:15.610Z[ host-image] Feb 26 17:25:15.173 INFO O| Feb 26 17:25:15.172 INFO O| Planning: Planning completed in 11.32 seconds
45462026-02-26T17:25:15.610Z[ host-image] Feb 26 17:25:15.173 INFO O| Feb 26 17:25:15.173 INFO O| Packages to install: 1
45472026-02-26T17:25:15.635Z[ host-image] Feb 26 17:25:15.217 INFO O| Feb 26 17:25:15.216 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45482026-02-26T17:25:16.268Z[ host-image] Feb 26 17:25:15.854 INFO O| Feb 26 17:25:15.854 INFO O| Download: Completed 12.26 MB in 0.64 seconds (19.2M/s)
45492026-02-26T17:25:16.356Z[ host-image] Feb 26 17:25:15.943 INFO O| Feb 26 17:25:15.943 INFO O| Actions: 1/22 actions (Installing new actions)
45502026-02-26T17:25:16.806Z[ host-image] Feb 26 17:25:16.392 INFO O| Feb 26 17:25:16.392 INFO O| Actions: Completed 22 actions in 0.45 seconds.
45512026-02-26T17:25:17.751Z[ host-image] Feb 26 17:25:17.338 INFO O| Feb 26 17:25:17.338 INFO O| Done
45522026-02-26T17:25:17.776Z[ host-image] Feb 26 17:25:17.338 INFO O| Feb 26 17:25:17.338 INFO O| Done
45532026-02-26T17:25:19.817Z[ host-image] Feb 26 17:25:19.404 INFO O| Feb 26 17:25:19.404 INFO O| Done
45542026-02-26T17:25:22.279Z[ host-image] Feb 26 17:25:21.866 INFO O| Feb 26 17:25:21.866 INFO O| Done
45552026-02-26T17:25:22.304Z[ recovery-image] Feb 26 17:25:21.869 INFO O| Feb 26 17:25:21.869 INFO O| Download: 3/4 items 12.2/12.3MB 99% complete
45562026-02-26T17:25:22.332Z[ host-image] Feb 26 17:25:21.919 INFO O| Feb 26 17:25:21.919 INFO O| Done
45572026-02-26T17:25:22.357Z[ host-image] Feb 26 17:25:21.920 INFO O| Feb 26 17:25:21.920 INFO O| Done
45582026-02-26T17:25:22.357Z[ recovery-image] Feb 26 17:25:21.932 INFO O| Feb 26 17:25:21.932 INFO O| Download: Completed 12.26 MB in 52.54 seconds (238k/s)
45592026-02-26T17:25:22.357Z[ host-image] Feb 26 17:25:21.942 INFO O| Feb 26 17:25:21.942 INFO O| Done
45602026-02-26T17:25:22.389Z[ recovery-image] Feb 26 17:25:21.975 INFO O| Feb 26 17:25:21.975 INFO O| Actions: 1/22 actions (Installing new actions)
45612026-02-26T17:25:22.810Z[ recovery-image] Feb 26 17:25:22.397 INFO O| Feb 26 17:25:22.397 INFO O| Actions: Completed 22 actions in 0.42 seconds.
45622026-02-26T17:25:23.695Z[ recovery-image] Feb 26 17:25:23.282 INFO O| Feb 26 17:25:23.282 INFO O| Done
45632026-02-26T17:25:23.695Z[ recovery-image] Feb 26 17:25:23.282 INFO O| Feb 26 17:25:23.282 INFO O| Done
45642026-02-26T17:25:24.542Z[ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO STEP 14 (pkg_install) COMPLETE
45652026-02-26T17:25:24.542Z[ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45662026-02-26T17:25:24.567Z[ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO skip step because feature "mbist" is not enabled
45672026-02-26T17:25:24.567Z[ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45682026-02-26T17:25:24.567Z[ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO skip step because feature "mfg" is not enabled
45692026-02-26T17:25:24.567Z[ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45702026-02-26T17:25:24.567Z[ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO skip step because feature "compliance" is not enabled
45712026-02-26T17:25:24.567Z[ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45722026-02-26T17:25:24.567Z[ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO skip step because feature "stress" is not enabled
45732026-02-26T17:25:24.567Z[ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45742026-02-26T17:25:24.567Z[ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO skip step because feature "compliance" is not enabled
45752026-02-26T17:25:24.567Z[ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45762026-02-26T17:25:24.567Z[ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO skip step because feature "nfs" is not enabled
45772026-02-26T17:25:24.567Z[ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45782026-02-26T17:25:24.567Z[ host-image] Feb 26 17:25:24.130 INFO O| Feb 26 17:25:24.130 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45792026-02-26T17:25:24.695Z[ host-image] Feb 26 17:25:24.282 INFO O| Feb 26 17:25:24.282 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45802026-02-26T17:25:24.776Z[ host-image] Feb 26 17:25:24.364 INFO O| Feb 26 17:25:24.363 INFO completed processing sled/ramdisk-01-os
45812026-02-26T17:25:25.414Z[ host-image] Feb 26 17:25:25.001 INFO omicron1 baseline generation...
45822026-02-26T17:25:25.439Z[ host-image] Feb 26 17:25:25.004 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45832026-02-26T17:25:26.097Z[ recovery-image] Feb 26 17:25:25.684 INFO O| Feb 26 17:25:25.684 INFO O| Done
45842026-02-26T17:25:26.414Z[ host-image] Feb 26 17:25:26.001 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23795:20260223T235442Z
45852026-02-26T17:25:28.043Z[ recovery-image] Feb 26 17:25:27.630 INFO O| Feb 26 17:25:27.630 INFO O| Done
45862026-02-26T17:25:28.068Z[ recovery-image] Feb 26 17:25:27.653 INFO O| Feb 26 17:25:27.653 INFO O| Done
45872026-02-26T17:25:28.068Z[ recovery-image] Feb 26 17:25:27.653 INFO O| Feb 26 17:25:27.653 INFO O| Done
45882026-02-26T17:25:28.094Z[ recovery-image] Feb 26 17:25:27.675 INFO O| Feb 26 17:25:27.675 INFO O| Done
45892026-02-26T17:25:30.223Z[ recovery-image] Feb 26 17:25:29.811 INFO O| Feb 26 17:25:29.810 INFO STEP 14 (pkg_install) COMPLETE
45902026-02-26T17:25:30.223Z[ recovery-image] Feb 26 17:25:29.811 INFO O| Feb 26 17:25:29.810 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45912026-02-26T17:25:30.249Z[ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO skip step because feature "mbist" is not enabled
45922026-02-26T17:25:30.250Z[ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45932026-02-26T17:25:30.250Z[ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO skip step because feature "mfg" is not enabled
45942026-02-26T17:25:30.250Z[ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45952026-02-26T17:25:30.250Z[ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO skip step because feature "compliance" is not enabled
45962026-02-26T17:25:30.250Z[ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45972026-02-26T17:25:30.250Z[ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO skip step because feature "stress" is not enabled
45982026-02-26T17:25:30.250Z[ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45992026-02-26T17:25:30.250Z[ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO skip step because feature "compliance" is not enabled
46002026-02-26T17:25:30.250Z[ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46012026-02-26T17:25:30.250Z[ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO skip step because feature "nfs" is not enabled
46022026-02-26T17:25:30.250Z[ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46032026-02-26T17:25:30.250Z[ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46042026-02-26T17:25:30.250Z[ recovery-image] Feb 26 17:25:29.835 INFO O| Feb 26 17:25:29.834 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
46052026-02-26T17:25:30.326Z[ recovery-image] Feb 26 17:25:29.913 INFO O| Feb 26 17:25:29.913 INFO completed processing sled/ramdisk-01-os
46062026-02-26T17:25:30.414Z[ recovery-image] Feb 26 17:25:30.001 INFO image builder template: ramdisk-02-trim...
46072026-02-26T17:25:30.439Z[ recovery-image] Feb 26 17:25:30.003 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/.tmpVgPXRo/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
46082026-02-26T17:25:30.464Z[ recovery-image] Feb 26 17:25:30.046 INFO O| Feb 26 17:25:30.046 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46092026-02-26T17:25:30.464Z[ recovery-image] Feb 26 17:25:30.051 INFO O| Feb 26 17:25:30.051 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46102026-02-26T17:25:30.503Z[ recovery-image] Feb 26 17:25:30.090 INFO O| Feb 26 17:25:30.090 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
46112026-02-26T17:25:30.532Z[ recovery-image] Feb 26 17:25:30.120 INFO O| Feb 26 17:25:30.120 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46122026-02-26T17:25:30.532Z[ recovery-image] Feb 26 17:25:30.120 INFO O| Feb 26 17:25:30.120 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
46132026-02-26T17:25:30.557Z[ recovery-image] Feb 26 17:25:30.128 INFO O| Feb 26 17:25:30.128 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46142026-02-26T17:25:30.557Z[ recovery-image] Feb 26 17:25:30.134 INFO O| Feb 26 17:25:30.134 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46152026-02-26T17:25:30.557Z[ recovery-image] Feb 26 17:25:30.140 INFO O| Feb 26 17:25:30.140 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46162026-02-26T17:25:30.877Z[ recovery-image] Feb 26 17:25:30.465 INFO O| Feb 26 17:25:30.464 INFO rolled back to input snapshot; work may begin
46172026-02-26T17:25:30.877Z[ recovery-image] Feb 26 17:25:30.465 INFO O| Feb 26 17:25:30.465 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
46182026-02-26T17:25:30.902Z[ recovery-image] Feb 26 17:25:30.473 INFO O| Feb 26 17:25:30.473 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192026-02-26T17:25:30.927Z[ recovery-image] Feb 26 17:25:30.492 INFO O| Feb 26 17:25:30.492 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
46202026-02-26T17:25:31.000Z[ recovery-image] Feb 26 17:25:30.587 INFO O| Feb 26 17:25:30.587 INFO STEP 0 (remove_files) COMPLETE
46212026-02-26T17:25:31.000Z[ recovery-image] Feb 26 17:25:30.587 INFO O| Feb 26 17:25:30.587 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222026-02-26T17:25:31.045Z[ recovery-image] Feb 26 17:25:30.632 INFO O| Feb 26 17:25:30.632 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
46232026-02-26T17:25:31.070Z[ recovery-image] Feb 26 17:25:30.635 INFO O| Feb 26 17:25:30.635 INFO STEP 1 (remove_files) COMPLETE
46242026-02-26T17:25:31.070Z[ recovery-image] Feb 26 17:25:30.635 INFO O| Feb 26 17:25:30.635 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46252026-02-26T17:25:31.095Z[ recovery-image] Feb 26 17:25:30.665 INFO O| Feb 26 17:25:30.664 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
46262026-02-26T17:25:31.119Z[ recovery-image] Feb 26 17:25:30.685 INFO O| Feb 26 17:25:30.685 INFO STEP 2 (remove_files) COMPLETE
46272026-02-26T17:25:31.119Z[ recovery-image] Feb 26 17:25:30.686 INFO O| Feb 26 17:25:30.685 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46282026-02-26T17:25:31.119Z[ recovery-image] Feb 26 17:25:30.704 INFO O| Feb 26 17:25:30.704 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
46292026-02-26T17:25:31.144Z[ recovery-image] Feb 26 17:25:30.709 INFO O| Feb 26 17:25:30.708 INFO STEP 3 (remove_files) COMPLETE
46302026-02-26T17:25:31.144Z[ recovery-image] Feb 26 17:25:30.709 INFO O| Feb 26 17:25:30.709 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312026-02-26T17:25:31.145Z[ recovery-image] Feb 26 17:25:30.724 INFO O| Feb 26 17:25:30.724 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
46322026-02-26T17:25:31.169Z[ recovery-image] Feb 26 17:25:30.734 INFO O| Feb 26 17:25:30.734 INFO STEP 4 (remove_files) COMPLETE
46332026-02-26T17:25:31.169Z[ recovery-image] Feb 26 17:25:30.734 INFO O| Feb 26 17:25:30.734 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342026-02-26T17:25:31.169Z[ recovery-image] Feb 26 17:25:30.754 INFO O| Feb 26 17:25:30.754 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
46352026-02-26T17:25:31.169Z[ recovery-image] Feb 26 17:25:30.755 INFO O| Feb 26 17:25:30.755 INFO STEP 5 (remove_files) COMPLETE
46362026-02-26T17:25:31.169Z[ recovery-image] Feb 26 17:25:30.755 INFO O| Feb 26 17:25:30.755 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372026-02-26T17:25:31.194Z[ recovery-image] Feb 26 17:25:30.773 INFO O| Feb 26 17:25:30.773 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
46382026-02-26T17:25:31.219Z[ recovery-image] Feb 26 17:25:30.790 INFO O| Feb 26 17:25:30.790 INFO STEP 6 (remove_files) COMPLETE
46392026-02-26T17:25:31.219Z[ recovery-image] Feb 26 17:25:30.791 INFO O| Feb 26 17:25:30.790 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402026-02-26T17:25:31.219Z[ recovery-image] Feb 26 17:25:30.791 INFO O| Feb 26 17:25:30.790 INFO skip step because feature "recovery" is enabled
46412026-02-26T17:25:31.219Z[ recovery-image] Feb 26 17:25:30.791 INFO O| Feb 26 17:25:30.790 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-02-26T17:25:31.219Z[ recovery-image] Feb 26 17:25:30.791 INFO O| Feb 26 17:25:30.790 INFO skip step because feature "recovery" is enabled
46432026-02-26T17:25:31.219Z[ recovery-image] Feb 26 17:25:30.791 INFO O| Feb 26 17:25:30.790 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46442026-02-26T17:25:31.219Z[ recovery-image] Feb 26 17:25:30.791 INFO O| Feb 26 17:25:30.790 INFO skip step because feature "recovery" is enabled
46452026-02-26T17:25:31.219Z[ recovery-image] Feb 26 17:25:30.791 INFO O| Feb 26 17:25:30.790 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-02-26T17:25:31.219Z[ recovery-image] Feb 26 17:25:30.806 INFO O| Feb 26 17:25:30.806 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46472026-02-26T17:25:31.244Z[ recovery-image] Feb 26 17:25:30.812 INFO O| Feb 26 17:25:30.812 INFO STEP 10 (remove_files) COMPLETE
46482026-02-26T17:25:31.244Z[ recovery-image] Feb 26 17:25:30.812 INFO O| Feb 26 17:25:30.812 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-02-26T17:25:31.269Z[ recovery-image] Feb 26 17:25:30.832 INFO O| Feb 26 17:25:30.832 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46502026-02-26T17:25:31.269Z[ recovery-image] Feb 26 17:25:30.834 INFO O| Feb 26 17:25:30.834 INFO STEP 11 (remove_files) COMPLETE
46512026-02-26T17:25:31.269Z[ recovery-image] Feb 26 17:25:30.834 INFO O| Feb 26 17:25:30.834 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-02-26T17:25:31.269Z[ recovery-image] Feb 26 17:25:30.849 INFO O| Feb 26 17:25:30.849 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46532026-02-26T17:25:31.294Z[ recovery-image] Feb 26 17:25:30.862 INFO O| Feb 26 17:25:30.862 INFO STEP 12 (remove_files) COMPLETE
46542026-02-26T17:25:31.294Z[ recovery-image] Feb 26 17:25:30.862 INFO O| Feb 26 17:25:30.862 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-02-26T17:25:31.556Z[ recovery-image] Feb 26 17:25:31.143 INFO O| Feb 26 17:25:31.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
46562026-02-26T17:25:31.581Z[ recovery-image] Feb 26 17:25:31.147 INFO O| Feb 26 17:25:31.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46572026-02-26T17:25:31.581Z[ recovery-image] Feb 26 17:25:31.150 INFO O| Feb 26 17:25:31.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46582026-02-26T17:25:31.581Z[ recovery-image] Feb 26 17:25:31.152 INFO O| Feb 26 17:25:31.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
46592026-02-26T17:25:31.631Z[ recovery-image] Feb 26 17:25:31.218 INFO O| Feb 26 17:25:31.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
46602026-02-26T17:25:31.656Z[ recovery-image] Feb 26 17:25:31.232 INFO O| Feb 26 17:25:31.232 INFO STEP 13 (remove_files) COMPLETE
46612026-02-26T17:25:31.656Z[ recovery-image] Feb 26 17:25:31.232 INFO O| Feb 26 17:25:31.232 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46622026-02-26T17:25:31.680Z[ recovery-image] Feb 26 17:25:31.245 INFO O| Feb 26 17:25:31.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46632026-02-26T17:25:31.680Z[ recovery-image] Feb 26 17:25:31.247 INFO O| Feb 26 17:25:31.247 INFO STEP 14 (remove_files) COMPLETE
46642026-02-26T17:25:31.680Z[ recovery-image] Feb 26 17:25:31.247 INFO O| Feb 26 17:25:31.247 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46652026-02-26T17:25:31.680Z[ recovery-image] Feb 26 17:25:31.259 INFO O| Feb 26 17:25:31.258 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46662026-02-26T17:25:31.705Z[ recovery-image] Feb 26 17:25:31.269 INFO O| Feb 26 17:25:31.269 INFO STEP 15 (remove_files) COMPLETE
46672026-02-26T17:25:31.705Z[ recovery-image] Feb 26 17:25:31.269 INFO O| Feb 26 17:25:31.269 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46682026-02-26T17:25:31.705Z[ recovery-image] Feb 26 17:25:31.281 INFO O| Feb 26 17:25:31.281 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46692026-02-26T17:25:31.705Z[ recovery-image] Feb 26 17:25:31.282 INFO O| Feb 26 17:25:31.282 INFO STEP 16 (remove_files) COMPLETE
46702026-02-26T17:25:31.706Z[ recovery-image] Feb 26 17:25:31.282 INFO O| Feb 26 17:25:31.282 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46712026-02-26T17:25:31.706Z[ recovery-image] Feb 26 17:25:31.293 INFO O| Feb 26 17:25:31.293 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46722026-02-26T17:25:31.756Z[ recovery-image] Feb 26 17:25:31.295 INFO O| Feb 26 17:25:31.295 INFO STEP 17 (remove_files) COMPLETE
46732026-02-26T17:25:31.756Z[ recovery-image] Feb 26 17:25:31.295 INFO O| Feb 26 17:25:31.295 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46742026-02-26T17:25:31.756Z[ recovery-image] Feb 26 17:25:31.306 INFO O| Feb 26 17:25:31.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46752026-02-26T17:25:31.756Z[ recovery-image] Feb 26 17:25:31.306 INFO O| Feb 26 17:25:31.306 INFO STEP 18 (remove_files) COMPLETE
46762026-02-26T17:25:31.756Z[ recovery-image] Feb 26 17:25:31.306 INFO O| Feb 26 17:25:31.306 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46772026-02-26T17:25:31.781Z[ recovery-image] Feb 26 17:25:31.318 INFO O| Feb 26 17:25:31.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46782026-02-26T17:25:31.781Z[ recovery-image] Feb 26 17:25:31.318 INFO O| Feb 26 17:25:31.318 INFO STEP 19 (remove_files) COMPLETE
46792026-02-26T17:25:31.781Z[ recovery-image] Feb 26 17:25:31.318 INFO O| Feb 26 17:25:31.318 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46802026-02-26T17:25:31.781Z[ recovery-image] Feb 26 17:25:31.331 INFO O| Feb 26 17:25:31.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46812026-02-26T17:25:31.781Z[ recovery-image] Feb 26 17:25:31.331 INFO O| Feb 26 17:25:31.331 INFO STEP 20 (remove_files) COMPLETE
46822026-02-26T17:25:31.781Z[ recovery-image] Feb 26 17:25:31.331 INFO O| Feb 26 17:25:31.331 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46832026-02-26T17:25:31.781Z[ recovery-image] Feb 26 17:25:31.344 INFO O| Feb 26 17:25:31.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46842026-02-26T17:25:31.781Z[ recovery-image] Feb 26 17:25:31.344 INFO O| Feb 26 17:25:31.344 INFO STEP 21 (remove_files) COMPLETE
46852026-02-26T17:25:31.781Z[ recovery-image] Feb 26 17:25:31.344 INFO O| Feb 26 17:25:31.344 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46862026-02-26T17:25:31.781Z[ recovery-image] Feb 26 17:25:31.366 INFO O| Feb 26 17:25:31.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46872026-02-26T17:25:31.781Z[ recovery-image] Feb 26 17:25:31.366 INFO O| Feb 26 17:25:31.366 INFO STEP 22 (remove_files) COMPLETE
46882026-02-26T17:25:31.781Z[ recovery-image] Feb 26 17:25:31.367 INFO O| Feb 26 17:25:31.366 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46892026-02-26T17:25:31.806Z[ recovery-image] Feb 26 17:25:31.383 INFO O| Feb 26 17:25:31.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46902026-02-26T17:25:31.806Z[ recovery-image] Feb 26 17:25:31.383 INFO O| Feb 26 17:25:31.383 INFO STEP 23 (remove_files) COMPLETE
46912026-02-26T17:25:31.806Z[ recovery-image] Feb 26 17:25:31.384 INFO O| Feb 26 17:25:31.384 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46922026-02-26T17:25:31.831Z[ recovery-image] Feb 26 17:25:31.399 INFO O| Feb 26 17:25:31.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46932026-02-26T17:25:31.831Z[ recovery-image] Feb 26 17:25:31.399 INFO O| Feb 26 17:25:31.399 INFO STEP 24 (remove_files) COMPLETE
46942026-02-26T17:25:31.831Z[ recovery-image] Feb 26 17:25:31.400 INFO O| Feb 26 17:25:31.399 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46952026-02-26T17:25:31.831Z[ recovery-image] Feb 26 17:25:31.414 INFO O| Feb 26 17:25:31.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46962026-02-26T17:25:31.831Z[ recovery-image] Feb 26 17:25:31.414 INFO O| Feb 26 17:25:31.414 INFO STEP 25 (remove_files) COMPLETE
46972026-02-26T17:25:31.831Z[ recovery-image] Feb 26 17:25:31.414 INFO O| Feb 26 17:25:31.414 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46982026-02-26T17:25:31.856Z[ recovery-image] Feb 26 17:25:31.430 INFO O| Feb 26 17:25:31.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46992026-02-26T17:25:31.856Z[ recovery-image] Feb 26 17:25:31.430 INFO O| Feb 26 17:25:31.430 INFO STEP 26 (remove_files) COMPLETE
47002026-02-26T17:25:31.856Z[ recovery-image] Feb 26 17:25:31.430 INFO O| Feb 26 17:25:31.430 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47012026-02-26T17:25:31.881Z[ recovery-image] Feb 26 17:25:31.445 INFO O| Feb 26 17:25:31.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
47022026-02-26T17:25:31.881Z[ recovery-image] Feb 26 17:25:31.445 INFO O| Feb 26 17:25:31.445 INFO STEP 27 (remove_files) COMPLETE
47032026-02-26T17:25:31.881Z[ recovery-image] Feb 26 17:25:31.445 INFO O| Feb 26 17:25:31.445 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47042026-02-26T17:25:31.881Z[ recovery-image] Feb 26 17:25:31.460 INFO O| Feb 26 17:25:31.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
47052026-02-26T17:25:31.881Z[ recovery-image] Feb 26 17:25:31.460 INFO O| Feb 26 17:25:31.460 INFO STEP 28 (remove_files) COMPLETE
47062026-02-26T17:25:31.881Z[ recovery-image] Feb 26 17:25:31.460 INFO O| Feb 26 17:25:31.460 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47072026-02-26T17:25:31.907Z[ recovery-image] Feb 26 17:25:31.475 INFO O| Feb 26 17:25:31.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
47082026-02-26T17:25:31.907Z[ recovery-image] Feb 26 17:25:31.475 INFO O| Feb 26 17:25:31.475 INFO STEP 29 (remove_files) COMPLETE
47092026-02-26T17:25:31.907Z[ recovery-image] Feb 26 17:25:31.476 INFO O| Feb 26 17:25:31.475 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47102026-02-26T17:25:31.907Z[ recovery-image] Feb 26 17:25:31.490 INFO O| Feb 26 17:25:31.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
47112026-02-26T17:25:31.907Z[ recovery-image] Feb 26 17:25:31.490 INFO O| Feb 26 17:25:31.490 INFO STEP 30 (remove_files) COMPLETE
47122026-02-26T17:25:31.907Z[ recovery-image] Feb 26 17:25:31.490 INFO O| Feb 26 17:25:31.490 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47132026-02-26T17:25:31.962Z[ recovery-image] Feb 26 17:25:31.549 INFO O| Feb 26 17:25:31.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
47142026-02-26T17:25:31.986Z[ recovery-image] Feb 26 17:25:31.549 INFO O| Feb 26 17:25:31.549 INFO STEP 31 (remove_files) COMPLETE
47152026-02-26T17:25:31.986Z[ recovery-image] Feb 26 17:25:31.549 INFO O| Feb 26 17:25:31.549 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47162026-02-26T17:25:31.986Z[ recovery-image] Feb 26 17:25:31.564 INFO O| Feb 26 17:25:31.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
47172026-02-26T17:25:31.987Z[ recovery-image] Feb 26 17:25:31.565 INFO O| Feb 26 17:25:31.565 INFO STEP 32 (remove_files) COMPLETE
47182026-02-26T17:25:31.987Z[ recovery-image] Feb 26 17:25:31.565 INFO O| Feb 26 17:25:31.565 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47192026-02-26T17:25:32.011Z[ recovery-image] Feb 26 17:25:31.578 INFO O| Feb 26 17:25:31.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
47202026-02-26T17:25:32.011Z[ recovery-image] Feb 26 17:25:31.578 INFO O| Feb 26 17:25:31.578 INFO STEP 33 (remove_files) COMPLETE
47212026-02-26T17:25:32.011Z[ recovery-image] Feb 26 17:25:31.578 INFO O| Feb 26 17:25:31.578 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47222026-02-26T17:25:32.011Z[ recovery-image] Feb 26 17:25:31.591 INFO O| Feb 26 17:25:31.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
47232026-02-26T17:25:32.011Z[ recovery-image] Feb 26 17:25:31.592 INFO O| Feb 26 17:25:31.592 INFO STEP 34 (remove_files) COMPLETE
47242026-02-26T17:25:32.011Z[ recovery-image] Feb 26 17:25:31.592 INFO O| Feb 26 17:25:31.592 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47252026-02-26T17:25:32.036Z[ recovery-image] Feb 26 17:25:31.605 INFO O| Feb 26 17:25:31.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
47262026-02-26T17:25:32.036Z[ recovery-image] Feb 26 17:25:31.606 INFO O| Feb 26 17:25:31.605 INFO STEP 35 (remove_files) COMPLETE
47272026-02-26T17:25:32.036Z[ recovery-image] Feb 26 17:25:31.606 INFO O| Feb 26 17:25:31.606 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47282026-02-26T17:25:32.036Z[ recovery-image] Feb 26 17:25:31.619 INFO O| Feb 26 17:25:31.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
47292026-02-26T17:25:32.037Z[ recovery-image] Feb 26 17:25:31.619 INFO O| Feb 26 17:25:31.619 INFO STEP 36 (remove_files) COMPLETE
47302026-02-26T17:25:32.037Z[ recovery-image] Feb 26 17:25:31.619 INFO O| Feb 26 17:25:31.619 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47312026-02-26T17:25:32.066Z[ recovery-image] Feb 26 17:25:31.653 INFO O| Feb 26 17:25:31.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
47322026-02-26T17:25:32.066Z[ recovery-image] Feb 26 17:25:31.653 INFO O| Feb 26 17:25:31.653 INFO STEP 37 (remove_files) COMPLETE
47332026-02-26T17:25:32.091Z[ recovery-image] Feb 26 17:25:31.653 INFO O| Feb 26 17:25:31.653 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47342026-02-26T17:25:32.091Z[ recovery-image] Feb 26 17:25:31.671 INFO O| Feb 26 17:25:31.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
47352026-02-26T17:25:32.091Z[ recovery-image] Feb 26 17:25:31.672 INFO O| Feb 26 17:25:31.671 INFO STEP 38 (remove_files) COMPLETE
47362026-02-26T17:25:32.091Z[ recovery-image] Feb 26 17:25:31.672 INFO O| Feb 26 17:25:31.671 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47372026-02-26T17:25:32.115Z[ recovery-image] Feb 26 17:25:31.689 INFO O| Feb 26 17:25:31.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
47382026-02-26T17:25:32.116Z[ recovery-image] Feb 26 17:25:31.689 INFO O| Feb 26 17:25:31.689 INFO STEP 39 (remove_files) COMPLETE
47392026-02-26T17:25:32.116Z[ recovery-image] Feb 26 17:25:31.689 INFO O| Feb 26 17:25:31.689 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47402026-02-26T17:25:32.141Z[ recovery-image] Feb 26 17:25:31.706 INFO O| Feb 26 17:25:31.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
47412026-02-26T17:25:32.141Z[ recovery-image] Feb 26 17:25:31.706 INFO O| Feb 26 17:25:31.706 INFO STEP 40 (remove_files) COMPLETE
47422026-02-26T17:25:32.141Z[ recovery-image] Feb 26 17:25:31.706 INFO O| Feb 26 17:25:31.706 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47432026-02-26T17:25:32.166Z[ recovery-image] Feb 26 17:25:31.750 INFO O| Feb 26 17:25:31.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47442026-02-26T17:25:32.166Z[ recovery-image] Feb 26 17:25:31.750 INFO O| Feb 26 17:25:31.750 INFO STEP 41 (remove_files) COMPLETE
47452026-02-26T17:25:32.166Z[ recovery-image] Feb 26 17:25:31.750 INFO O| Feb 26 17:25:31.750 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47462026-02-26T17:25:32.190Z[ recovery-image] Feb 26 17:25:31.773 INFO O| Feb 26 17:25:31.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47472026-02-26T17:25:32.190Z[ recovery-image] Feb 26 17:25:31.773 INFO O| Feb 26 17:25:31.773 INFO STEP 42 (remove_files) COMPLETE
47482026-02-26T17:25:32.191Z[ recovery-image] Feb 26 17:25:31.773 INFO O| Feb 26 17:25:31.773 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47492026-02-26T17:25:32.215Z[ recovery-image] Feb 26 17:25:31.794 INFO O| Feb 26 17:25:31.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47502026-02-26T17:25:32.215Z[ recovery-image] Feb 26 17:25:31.794 INFO O| Feb 26 17:25:31.794 INFO STEP 43 (remove_files) COMPLETE
47512026-02-26T17:25:32.215Z[ recovery-image] Feb 26 17:25:31.794 INFO O| Feb 26 17:25:31.794 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47522026-02-26T17:25:32.240Z[ recovery-image] Feb 26 17:25:31.809 INFO O| Feb 26 17:25:31.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47532026-02-26T17:25:32.241Z[ recovery-image] Feb 26 17:25:31.809 INFO O| Feb 26 17:25:31.809 INFO STEP 44 (remove_files) COMPLETE
47542026-02-26T17:25:32.241Z[ recovery-image] Feb 26 17:25:31.809 INFO O| Feb 26 17:25:31.809 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47552026-02-26T17:25:32.241Z[ recovery-image] Feb 26 17:25:31.825 INFO O| Feb 26 17:25:31.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47562026-02-26T17:25:32.241Z[ recovery-image] Feb 26 17:25:31.825 INFO O| Feb 26 17:25:31.825 INFO STEP 45 (remove_files) COMPLETE
47572026-02-26T17:25:32.241Z[ recovery-image] Feb 26 17:25:31.825 INFO O| Feb 26 17:25:31.825 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47582026-02-26T17:25:32.265Z[ recovery-image] Feb 26 17:25:31.842 INFO O| Feb 26 17:25:31.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47592026-02-26T17:25:32.265Z[ recovery-image] Feb 26 17:25:31.842 INFO O| Feb 26 17:25:31.842 INFO STEP 46 (remove_files) COMPLETE
47602026-02-26T17:25:32.266Z[ recovery-image] Feb 26 17:25:31.842 INFO O| Feb 26 17:25:31.842 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47612026-02-26T17:25:32.290Z[ recovery-image] Feb 26 17:25:31.859 INFO O| Feb 26 17:25:31.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47622026-02-26T17:25:32.290Z[ recovery-image] Feb 26 17:25:31.859 INFO O| Feb 26 17:25:31.859 INFO STEP 47 (remove_files) COMPLETE
47632026-02-26T17:25:32.290Z[ recovery-image] Feb 26 17:25:31.859 INFO O| Feb 26 17:25:31.859 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47642026-02-26T17:25:32.290Z[ recovery-image] Feb 26 17:25:31.874 INFO O| Feb 26 17:25:31.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47652026-02-26T17:25:32.290Z[ recovery-image] Feb 26 17:25:31.874 INFO O| Feb 26 17:25:31.874 INFO STEP 48 (remove_files) COMPLETE
47662026-02-26T17:25:32.290Z[ recovery-image] Feb 26 17:25:31.875 INFO O| Feb 26 17:25:31.874 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47672026-02-26T17:25:32.315Z[ recovery-image] Feb 26 17:25:31.890 INFO O| Feb 26 17:25:31.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47682026-02-26T17:25:32.315Z[ recovery-image] Feb 26 17:25:31.890 INFO O| Feb 26 17:25:31.890 INFO STEP 49 (remove_files) COMPLETE
47692026-02-26T17:25:32.315Z[ recovery-image] Feb 26 17:25:31.890 INFO O| Feb 26 17:25:31.890 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47702026-02-26T17:25:32.340Z[ recovery-image] Feb 26 17:25:31.908 INFO O| Feb 26 17:25:31.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47712026-02-26T17:25:32.340Z[ recovery-image] Feb 26 17:25:31.908 INFO O| Feb 26 17:25:31.908 INFO STEP 50 (remove_files) COMPLETE
47722026-02-26T17:25:32.340Z[ recovery-image] Feb 26 17:25:31.908 INFO O| Feb 26 17:25:31.908 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47732026-02-26T17:25:32.340Z[ recovery-image] Feb 26 17:25:31.924 INFO O| Feb 26 17:25:31.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47742026-02-26T17:25:32.340Z[ recovery-image] Feb 26 17:25:31.924 INFO O| Feb 26 17:25:31.924 INFO STEP 51 (remove_files) COMPLETE
47752026-02-26T17:25:32.340Z[ recovery-image] Feb 26 17:25:31.924 INFO O| Feb 26 17:25:31.924 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47762026-02-26T17:25:32.365Z[ recovery-image] Feb 26 17:25:31.943 INFO O| Feb 26 17:25:31.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47772026-02-26T17:25:32.365Z[ recovery-image] Feb 26 17:25:31.943 INFO O| Feb 26 17:25:31.943 INFO STEP 52 (remove_files) COMPLETE
47782026-02-26T17:25:32.366Z[ recovery-image] Feb 26 17:25:31.943 INFO O| Feb 26 17:25:31.943 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47792026-02-26T17:25:32.390Z[ recovery-image] Feb 26 17:25:31.964 INFO O| Feb 26 17:25:31.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47802026-02-26T17:25:32.390Z[ recovery-image] Feb 26 17:25:31.964 INFO O| Feb 26 17:25:31.964 INFO STEP 53 (remove_files) COMPLETE
47812026-02-26T17:25:32.390Z[ recovery-image] Feb 26 17:25:31.964 INFO O| Feb 26 17:25:31.964 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47822026-02-26T17:25:32.415Z[ recovery-image] Feb 26 17:25:31.987 INFO O| Feb 26 17:25:31.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47832026-02-26T17:25:32.415Z[ recovery-image] Feb 26 17:25:31.987 INFO O| Feb 26 17:25:31.987 INFO STEP 54 (remove_files) COMPLETE
47842026-02-26T17:25:32.415Z[ recovery-image] Feb 26 17:25:31.987 INFO O| Feb 26 17:25:31.987 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47852026-02-26T17:25:32.440Z[ recovery-image] Feb 26 17:25:32.010 INFO O| Feb 26 17:25:32.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47862026-02-26T17:25:32.440Z[ recovery-image] Feb 26 17:25:32.010 INFO O| Feb 26 17:25:32.010 INFO STEP 55 (remove_files) COMPLETE
47872026-02-26T17:25:32.440Z[ recovery-image] Feb 26 17:25:32.010 INFO O| Feb 26 17:25:32.010 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47882026-02-26T17:25:32.440Z[ recovery-image] Feb 26 17:25:32.026 INFO O| Feb 26 17:25:32.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47892026-02-26T17:25:32.440Z[ recovery-image] Feb 26 17:25:32.026 INFO O| Feb 26 17:25:32.026 INFO STEP 56 (remove_files) COMPLETE
47902026-02-26T17:25:32.440Z[ recovery-image] Feb 26 17:25:32.026 INFO O| Feb 26 17:25:32.026 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47912026-02-26T17:25:32.465Z[ recovery-image] Feb 26 17:25:32.040 INFO O| Feb 26 17:25:32.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47922026-02-26T17:25:32.465Z[ recovery-image] Feb 26 17:25:32.040 INFO O| Feb 26 17:25:32.040 INFO STEP 57 (remove_files) COMPLETE
47932026-02-26T17:25:32.465Z[ recovery-image] Feb 26 17:25:32.040 INFO O| Feb 26 17:25:32.040 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47942026-02-26T17:25:32.490Z[ recovery-image] Feb 26 17:25:32.055 INFO O| Feb 26 17:25:32.055 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47952026-02-26T17:25:32.490Z[ recovery-image] Feb 26 17:25:32.055 INFO O| Feb 26 17:25:32.055 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47962026-02-26T17:25:32.490Z[ recovery-image] Feb 26 17:25:32.055 INFO O| Feb 26 17:25:32.055 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47972026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.055 INFO O| Feb 26 17:25:32.055 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47982026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.055 INFO O| Feb 26 17:25:32.055 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47992026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.056 INFO O| Feb 26 17:25:32.056 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48002026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.056 INFO O| Feb 26 17:25:32.056 INFO ok!
48012026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.056 INFO O| Feb 26 17:25:32.056 INFO STEP 58 (ensure_file) COMPLETE
48022026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.056 INFO O| Feb 26 17:25:32.056 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48032026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
48042026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
48052026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48062026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48072026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48082026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48092026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO ok!
48102026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO STEP 59 (ensure_file) COMPLETE
48112026-02-26T17:25:32.491Z[ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48122026-02-26T17:25:32.516Z[ recovery-image] Feb 26 17:25:32.091 INFO O| Feb 26 17:25:32.090 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
48132026-02-26T17:25:32.516Z[ recovery-image] Feb 26 17:25:32.091 INFO O| Feb 26 17:25:32.091 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
48142026-02-26T17:25:32.516Z[ recovery-image] Feb 26 17:25:32.091 INFO O| Feb 26 17:25:32.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
48152026-02-26T17:25:32.516Z[ recovery-image] Feb 26 17:25:32.091 INFO O| Feb 26 17:25:32.091 INFO ok!
48162026-02-26T17:25:32.516Z[ recovery-image] Feb 26 17:25:32.091 INFO O| Feb 26 17:25:32.091 INFO STEP 60 (ensure_file) COMPLETE
48172026-02-26T17:25:32.516Z[ recovery-image] Feb 26 17:25:32.091 INFO O| Feb 26 17:25:32.091 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48182026-02-26T17:25:32.541Z[ recovery-image] Feb 26 17:25:32.105 INFO O| Feb 26 17:25:32.105 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
48192026-02-26T17:25:32.541Z[ recovery-image] Feb 26 17:25:32.105 INFO O| Feb 26 17:25:32.105 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
48202026-02-26T17:25:32.541Z[ recovery-image] Feb 26 17:25:32.105 INFO O| Feb 26 17:25:32.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
48212026-02-26T17:25:32.541Z[ recovery-image] Feb 26 17:25:32.105 INFO O| Feb 26 17:25:32.105 INFO ok!
48222026-02-26T17:25:32.541Z[ recovery-image] Feb 26 17:25:32.105 INFO O| Feb 26 17:25:32.105 INFO STEP 61 (ensure_file) COMPLETE
48232026-02-26T17:25:32.541Z[ recovery-image] Feb 26 17:25:32.105 INFO O| Feb 26 17:25:32.105 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48242026-02-26T17:25:32.541Z[ recovery-image] Feb 26 17:25:32.119 INFO O| Feb 26 17:25:32.119 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
48252026-02-26T17:25:32.541Z[ recovery-image] Feb 26 17:25:32.119 INFO O| Feb 26 17:25:32.119 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
48262026-02-26T17:25:32.541Z[ recovery-image] Feb 26 17:25:32.119 INFO O| Feb 26 17:25:32.119 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48272026-02-26T17:25:32.541Z[ recovery-image] Feb 26 17:25:32.119 INFO O| Feb 26 17:25:32.119 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48282026-02-26T17:25:32.541Z[ recovery-image] Feb 26 17:25:32.119 INFO O| Feb 26 17:25:32.119 INFO ok!
48292026-02-26T17:25:32.541Z[ recovery-image] Feb 26 17:25:32.119 INFO O| Feb 26 17:25:32.119 INFO STEP 62 (ensure_file) COMPLETE
48302026-02-26T17:25:32.541Z[ recovery-image] Feb 26 17:25:32.119 INFO O| Feb 26 17:25:32.119 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48312026-02-26T17:25:32.566Z[ recovery-image] Feb 26 17:25:32.133 INFO O| Feb 26 17:25:32.133 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
48322026-02-26T17:25:32.566Z[ recovery-image] Feb 26 17:25:32.134 INFO O| Feb 26 17:25:32.133 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
48332026-02-26T17:25:32.566Z[ recovery-image] Feb 26 17:25:32.134 INFO O| Feb 26 17:25:32.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48342026-02-26T17:25:32.566Z[ recovery-image] Feb 26 17:25:32.134 INFO O| Feb 26 17:25:32.134 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48352026-02-26T17:25:32.567Z[ recovery-image] Feb 26 17:25:32.134 INFO O| Feb 26 17:25:32.134 INFO ok!
48362026-02-26T17:25:32.567Z[ recovery-image] Feb 26 17:25:32.134 INFO O| Feb 26 17:25:32.134 INFO STEP 63 (ensure_file) COMPLETE
48372026-02-26T17:25:32.567Z[ recovery-image] Feb 26 17:25:32.134 INFO O| Feb 26 17:25:32.134 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48382026-02-26T17:25:32.567Z[ recovery-image] Feb 26 17:25:32.151 INFO O| Feb 26 17:25:32.151 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
48392026-02-26T17:25:32.567Z[ recovery-image] Feb 26 17:25:32.151 INFO O| Feb 26 17:25:32.151 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
48402026-02-26T17:25:32.567Z[ recovery-image] Feb 26 17:25:32.152 INFO O| Feb 26 17:25:32.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
48412026-02-26T17:25:32.567Z[ recovery-image] Feb 26 17:25:32.152 INFO O| Feb 26 17:25:32.152 INFO ok!
48422026-02-26T17:25:32.567Z[ recovery-image] Feb 26 17:25:32.152 INFO O| Feb 26 17:25:32.152 INFO STEP 64 (assemble_files) COMPLETE
48432026-02-26T17:25:32.567Z[ recovery-image] Feb 26 17:25:32.152 INFO O| Feb 26 17:25:32.152 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48442026-02-26T17:25:32.592Z[ recovery-image] Feb 26 17:25:32.166 INFO O| Feb 26 17:25:32.166 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48452026-02-26T17:25:32.592Z[ recovery-image] Feb 26 17:25:32.166 INFO O| Feb 26 17:25:32.166 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48462026-02-26T17:25:32.592Z[ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48472026-02-26T17:25:32.592Z[ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48482026-02-26T17:25:32.592Z[ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO ok!
48492026-02-26T17:25:32.592Z[ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO STEP 65 (ensure_file) COMPLETE
48502026-02-26T17:25:32.592Z[ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48512026-02-26T17:25:32.592Z[ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO skip step because feature "omicron1" is not enabled
48522026-02-26T17:25:32.592Z[ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48532026-02-26T17:25:32.592Z[ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO skip step because feature "omicron1" is not enabled
48542026-02-26T17:25:32.592Z[ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48552026-02-26T17:25:32.592Z[ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO skip step because feature "omicron1" is not enabled
48562026-02-26T17:25:32.592Z[ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48572026-02-26T17:25:32.617Z[ recovery-image] Feb 26 17:25:32.187 INFO O| Feb 26 17:25:32.187 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48582026-02-26T17:25:32.617Z[ recovery-image] Feb 26 17:25:32.187 INFO O| Feb 26 17:25:32.187 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48592026-02-26T17:25:35.262Z[ recovery-image] Feb 26 17:25:34.850 INFO O| Feb 26 17:25:34.850 INFO STEP 69 (pack_tar) COMPLETE
48602026-02-26T17:25:35.262Z[ recovery-image] Feb 26 17:25:34.850 INFO O| Feb 26 17:25:34.850 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48612026-02-26T17:25:35.287Z[ recovery-image] Feb 26 17:25:34.850 INFO O| Feb 26 17:25:34.850 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48622026-02-26T17:25:35.802Z[ recovery-image] Feb 26 17:25:35.389 INFO O| Feb 26 17:25:35.389 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48632026-02-26T17:25:35.890Z[ recovery-image] Feb 26 17:25:35.478 INFO O| Feb 26 17:25:35.478 INFO completed processing sled/ramdisk-02-trim
48642026-02-26T17:25:35.915Z[ recovery-image] Feb 26 17:25:35.482 INFO image builder template: ramdisk-03-recovery-trim...
48652026-02-26T17:25:35.915Z[ recovery-image] Feb 26 17:25:35.482 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/.tmpVgPXRo/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
48662026-02-26T17:25:36.094Z[ recovery-image] Feb 26 17:25:35.681 INFO O| Feb 26 17:25:35.681 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48672026-02-26T17:25:36.119Z[ recovery-image] Feb 26 17:25:35.690 INFO O| Feb 26 17:25:35.690 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48682026-02-26T17:25:36.159Z[ recovery-image] Feb 26 17:25:35.747 INFO O| Feb 26 17:25:35.747 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48692026-02-26T17:25:36.189Z[ recovery-image] Feb 26 17:25:35.776 INFO O| Feb 26 17:25:35.776 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48702026-02-26T17:25:36.189Z[ recovery-image] Feb 26 17:25:35.776 INFO O| Feb 26 17:25:35.776 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48712026-02-26T17:25:36.213Z[ recovery-image] Feb 26 17:25:35.789 INFO O| Feb 26 17:25:35.789 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48722026-02-26T17:25:36.213Z[ recovery-image] Feb 26 17:25:35.797 INFO O| Feb 26 17:25:35.797 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48732026-02-26T17:25:36.238Z[ recovery-image] Feb 26 17:25:35.804 INFO O| Feb 26 17:25:35.804 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48742026-02-26T17:25:36.619Z[ recovery-image] Feb 26 17:25:36.206 INFO O| Feb 26 17:25:36.206 INFO rolled back to input snapshot; work may begin
48752026-02-26T17:25:36.619Z[ recovery-image] Feb 26 17:25:36.206 INFO O| Feb 26 17:25:36.206 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48762026-02-26T17:25:36.644Z[ recovery-image] Feb 26 17:25:36.231 INFO O| Feb 26 17:25:36.213 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772026-02-26T17:25:36.644Z[ recovery-image] Feb 26 17:25:36.231 INFO O| Feb 26 17:25:36.228 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48782026-02-26T17:25:36.669Z[ recovery-image] Feb 26 17:25:36.232 INFO O| Feb 26 17:25:36.232 INFO STEP 0 (remove_files) COMPLETE
48792026-02-26T17:25:36.669Z[ recovery-image] Feb 26 17:25:36.232 INFO O| Feb 26 17:25:36.232 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802026-02-26T17:25:36.669Z[ recovery-image] Feb 26 17:25:36.247 INFO O| Feb 26 17:25:36.247 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48812026-02-26T17:25:36.791Z[ recovery-image] Feb 26 17:25:36.378 INFO O| Feb 26 17:25:36.378 INFO STEP 1 (remove_files) COMPLETE
48822026-02-26T17:25:36.791Z[ recovery-image] Feb 26 17:25:36.378 INFO O| Feb 26 17:25:36.378 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832026-02-26T17:25:36.816Z[ recovery-image] Feb 26 17:25:36.394 INFO O| Feb 26 17:25:36.394 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48842026-02-26T17:25:36.816Z[ recovery-image] Feb 26 17:25:36.395 INFO O| Feb 26 17:25:36.395 INFO STEP 2 (remove_files) COMPLETE
48852026-02-26T17:25:36.816Z[ recovery-image] Feb 26 17:25:36.395 INFO O| Feb 26 17:25:36.395 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862026-02-26T17:25:36.840Z[ recovery-image] Feb 26 17:25:36.410 INFO O| Feb 26 17:25:36.410 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48872026-02-26T17:25:36.924Z[ recovery-image] Feb 26 17:25:36.512 INFO O| Feb 26 17:25:36.512 INFO STEP 3 (remove_files) COMPLETE
48882026-02-26T17:25:36.925Z[ recovery-image] Feb 26 17:25:36.512 INFO O| Feb 26 17:25:36.512 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892026-02-26T17:25:36.983Z[ recovery-image] Feb 26 17:25:36.570 INFO O| Feb 26 17:25:36.570 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48902026-02-26T17:25:37.081Z[ recovery-image] Feb 26 17:25:36.669 INFO O| Feb 26 17:25:36.668 INFO STEP 4 (remove_files) COMPLETE
48912026-02-26T17:25:37.081Z[ recovery-image] Feb 26 17:25:36.669 INFO O| Feb 26 17:25:36.668 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922026-02-26T17:25:37.107Z[ recovery-image] Feb 26 17:25:36.688 INFO O| Feb 26 17:25:36.688 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48932026-02-26T17:25:37.107Z[ recovery-image] Feb 26 17:25:36.690 INFO O| Feb 26 17:25:36.690 INFO STEP 5 (remove_files) COMPLETE
48942026-02-26T17:25:37.107Z[ recovery-image] Feb 26 17:25:36.690 INFO O| Feb 26 17:25:36.690 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952026-02-26T17:25:37.132Z[ recovery-image] Feb 26 17:25:36.705 INFO O| Feb 26 17:25:36.705 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48962026-02-26T17:25:37.132Z[ recovery-image] Feb 26 17:25:36.707 INFO O| Feb 26 17:25:36.707 INFO STEP 6 (remove_files) COMPLETE
48972026-02-26T17:25:37.132Z[ recovery-image] Feb 26 17:25:36.707 INFO O| Feb 26 17:25:36.707 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982026-02-26T17:25:37.157Z[ recovery-image] Feb 26 17:25:36.732 INFO O| Feb 26 17:25:36.732 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48992026-02-26T17:25:37.157Z[ recovery-image] Feb 26 17:25:36.735 INFO O| Feb 26 17:25:36.735 INFO STEP 7 (remove_files) COMPLETE
49002026-02-26T17:25:37.157Z[ recovery-image] Feb 26 17:25:36.735 INFO O| Feb 26 17:25:36.735 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012026-02-26T17:25:37.182Z[ recovery-image] Feb 26 17:25:36.751 INFO O| Feb 26 17:25:36.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
49022026-02-26T17:25:37.182Z[ recovery-image] Feb 26 17:25:36.751 INFO O| Feb 26 17:25:36.751 INFO STEP 8 (remove_files) COMPLETE
49032026-02-26T17:25:37.182Z[ recovery-image] Feb 26 17:25:36.751 INFO O| Feb 26 17:25:36.751 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042026-02-26T17:25:37.182Z[ recovery-image] Feb 26 17:25:36.765 INFO O| Feb 26 17:25:36.765 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
49052026-02-26T17:25:37.182Z[ recovery-image] Feb 26 17:25:36.766 INFO O| Feb 26 17:25:36.766 INFO STEP 9 (remove_files) COMPLETE
49062026-02-26T17:25:37.182Z[ recovery-image] Feb 26 17:25:36.766 INFO O| Feb 26 17:25:36.766 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072026-02-26T17:25:37.207Z[ recovery-image] Feb 26 17:25:36.784 INFO O| Feb 26 17:25:36.784 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
49082026-02-26T17:25:37.267Z[ recovery-image] Feb 26 17:25:36.855 INFO O| Feb 26 17:25:36.855 INFO STEP 10 (remove_files) COMPLETE
49092026-02-26T17:25:37.268Z[ recovery-image] Feb 26 17:25:36.855 INFO O| Feb 26 17:25:36.855 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102026-02-26T17:25:37.305Z[ recovery-image] Feb 26 17:25:36.893 INFO O| Feb 26 17:25:36.892 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
49112026-02-26T17:25:37.349Z[ recovery-image] Feb 26 17:25:36.936 INFO O| Feb 26 17:25:36.936 INFO STEP 11 (remove_files) COMPLETE
49122026-02-26T17:25:37.349Z[ recovery-image] Feb 26 17:25:36.937 INFO O| Feb 26 17:25:36.936 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132026-02-26T17:25:37.374Z[ recovery-image] Feb 26 17:25:36.951 INFO O| Feb 26 17:25:36.951 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
49142026-02-26T17:25:37.374Z[ recovery-image] Feb 26 17:25:36.954 INFO O| Feb 26 17:25:36.954 INFO STEP 12 (remove_files) COMPLETE
49152026-02-26T17:25:37.374Z[ recovery-image] Feb 26 17:25:36.954 INFO O| Feb 26 17:25:36.954 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162026-02-26T17:25:37.398Z[ recovery-image] Feb 26 17:25:36.971 INFO O| Feb 26 17:25:36.971 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
49172026-02-26T17:25:37.398Z[ recovery-image] Feb 26 17:25:36.972 INFO O| Feb 26 17:25:36.972 INFO STEP 13 (remove_files) COMPLETE
49182026-02-26T17:25:37.398Z[ recovery-image] Feb 26 17:25:36.972 INFO O| Feb 26 17:25:36.972 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192026-02-26T17:25:37.423Z[ recovery-image] Feb 26 17:25:36.996 INFO O| Feb 26 17:25:36.996 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
49202026-02-26T17:25:37.424Z[ recovery-image] Feb 26 17:25:37.005 INFO O| Feb 26 17:25:37.005 INFO STEP 14 (remove_files) COMPLETE
49212026-02-26T17:25:37.424Z[ recovery-image] Feb 26 17:25:37.005 INFO O| Feb 26 17:25:37.005 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222026-02-26T17:25:37.448Z[ recovery-image] Feb 26 17:25:37.022 INFO O| Feb 26 17:25:37.022 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
49232026-02-26T17:25:37.486Z[ recovery-image] Feb 26 17:25:37.073 INFO O| Feb 26 17:25:37.073 INFO STEP 15 (remove_files) COMPLETE
49242026-02-26T17:25:37.486Z[ recovery-image] Feb 26 17:25:37.074 INFO O| Feb 26 17:25:37.074 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252026-02-26T17:25:37.545Z[ recovery-image] Feb 26 17:25:37.132 INFO O| Feb 26 17:25:37.132 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
49262026-02-26T17:25:37.570Z[ recovery-image] Feb 26 17:25:37.133 INFO O| Feb 26 17:25:37.132 INFO STEP 16 (remove_files) COMPLETE
49272026-02-26T17:25:37.570Z[ recovery-image] Feb 26 17:25:37.133 INFO O| Feb 26 17:25:37.133 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282026-02-26T17:25:37.570Z[ recovery-image] Feb 26 17:25:37.149 INFO O| Feb 26 17:25:37.149 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49292026-02-26T17:25:37.570Z[ recovery-image] Feb 26 17:25:37.149 INFO O| Feb 26 17:25:37.149 INFO STEP 17 (remove_files) COMPLETE
49302026-02-26T17:25:37.570Z[ recovery-image] Feb 26 17:25:37.150 INFO O| Feb 26 17:25:37.149 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312026-02-26T17:25:37.595Z[ recovery-image] Feb 26 17:25:37.165 INFO O| Feb 26 17:25:37.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49322026-02-26T17:25:37.651Z[ recovery-image] Feb 26 17:25:37.239 INFO O| Feb 26 17:25:37.239 INFO STEP 18 (remove_files) COMPLETE
49332026-02-26T17:25:37.651Z[ recovery-image] Feb 26 17:25:37.239 INFO O| Feb 26 17:25:37.239 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342026-02-26T17:25:37.676Z[ recovery-image] Feb 26 17:25:37.255 INFO O| Feb 26 17:25:37.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49352026-02-26T17:25:37.712Z[ recovery-image] Feb 26 17:25:37.299 INFO O| Feb 26 17:25:37.299 INFO STEP 19 (remove_files) COMPLETE
49362026-02-26T17:25:37.712Z[ recovery-image] Feb 26 17:25:37.299 INFO O| Feb 26 17:25:37.299 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372026-02-26T17:25:37.736Z[ recovery-image] Feb 26 17:25:37.319 INFO O| Feb 26 17:25:37.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49382026-02-26T17:25:37.736Z[ recovery-image] Feb 26 17:25:37.319 INFO O| Feb 26 17:25:37.319 INFO STEP 20 (remove_files) COMPLETE
49392026-02-26T17:25:37.737Z[ recovery-image] Feb 26 17:25:37.319 INFO O| Feb 26 17:25:37.319 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402026-02-26T17:25:37.762Z[ recovery-image] Feb 26 17:25:37.333 INFO O| Feb 26 17:25:37.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49412026-02-26T17:25:37.762Z[ recovery-image] Feb 26 17:25:37.334 INFO O| Feb 26 17:25:37.334 INFO STEP 21 (remove_files) COMPLETE
49422026-02-26T17:25:37.762Z[ recovery-image] Feb 26 17:25:37.334 INFO O| Feb 26 17:25:37.334 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432026-02-26T17:25:37.787Z[ recovery-image] Feb 26 17:25:37.365 INFO O| Feb 26 17:25:37.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49442026-02-26T17:25:37.787Z[ recovery-image] Feb 26 17:25:37.365 INFO O| Feb 26 17:25:37.365 INFO STEP 22 (remove_files) COMPLETE
49452026-02-26T17:25:37.787Z[ recovery-image] Feb 26 17:25:37.365 INFO O| Feb 26 17:25:37.365 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462026-02-26T17:25:37.811Z[ recovery-image] Feb 26 17:25:37.399 INFO O| Feb 26 17:25:37.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49472026-02-26T17:25:37.836Z[ recovery-image] Feb 26 17:25:37.399 INFO O| Feb 26 17:25:37.399 INFO STEP 23 (remove_files) COMPLETE
49482026-02-26T17:25:37.836Z[ recovery-image] Feb 26 17:25:37.399 INFO O| Feb 26 17:25:37.399 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492026-02-26T17:25:37.861Z[ recovery-image] Feb 26 17:25:37.445 INFO O| Feb 26 17:25:37.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49502026-02-26T17:25:37.861Z[ recovery-image] Feb 26 17:25:37.445 INFO O| Feb 26 17:25:37.445 INFO STEP 24 (remove_files) COMPLETE
49512026-02-26T17:25:37.861Z[ recovery-image] Feb 26 17:25:37.445 INFO O| Feb 26 17:25:37.445 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522026-02-26T17:25:37.886Z[ recovery-image] Feb 26 17:25:37.459 INFO O| Feb 26 17:25:37.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49532026-02-26T17:25:37.886Z[ recovery-image] Feb 26 17:25:37.459 INFO O| Feb 26 17:25:37.459 INFO STEP 25 (remove_files) COMPLETE
49542026-02-26T17:25:37.886Z[ recovery-image] Feb 26 17:25:37.459 INFO O| Feb 26 17:25:37.459 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552026-02-26T17:25:37.886Z[ recovery-image] Feb 26 17:25:37.474 INFO O| Feb 26 17:25:37.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49562026-02-26T17:25:37.911Z[ recovery-image] Feb 26 17:25:37.474 INFO O| Feb 26 17:25:37.474 INFO STEP 26 (remove_files) COMPLETE
49572026-02-26T17:25:37.911Z[ recovery-image] Feb 26 17:25:37.474 INFO O| Feb 26 17:25:37.474 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582026-02-26T17:25:37.911Z[ recovery-image] Feb 26 17:25:37.492 INFO O| Feb 26 17:25:37.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
49592026-02-26T17:25:37.936Z[ recovery-image] Feb 26 17:25:37.516 INFO O| Feb 26 17:25:37.516 INFO STEP 27 (remove_files) COMPLETE
49602026-02-26T17:25:37.936Z[ recovery-image] Feb 26 17:25:37.516 INFO O| Feb 26 17:25:37.516 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612026-02-26T17:25:37.961Z[ recovery-image] Feb 26 17:25:37.536 INFO O| Feb 26 17:25:37.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49622026-02-26T17:25:37.961Z[ recovery-image] Feb 26 17:25:37.537 INFO O| Feb 26 17:25:37.537 INFO STEP 28 (remove_files) COMPLETE
49632026-02-26T17:25:37.961Z[ recovery-image] Feb 26 17:25:37.537 INFO O| Feb 26 17:25:37.537 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642026-02-26T17:25:37.986Z[ recovery-image] Feb 26 17:25:37.550 INFO O| Feb 26 17:25:37.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49652026-02-26T17:25:37.986Z[ recovery-image] Feb 26 17:25:37.551 INFO O| Feb 26 17:25:37.551 INFO STEP 29 (remove_files) COMPLETE
49662026-02-26T17:25:37.986Z[ recovery-image] Feb 26 17:25:37.551 INFO O| Feb 26 17:25:37.551 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672026-02-26T17:25:38.011Z[ recovery-image] Feb 26 17:25:37.587 INFO O| Feb 26 17:25:37.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49682026-02-26T17:25:38.011Z[ recovery-image] Feb 26 17:25:37.588 INFO O| Feb 26 17:25:37.588 INFO STEP 30 (remove_files) COMPLETE
49692026-02-26T17:25:38.011Z[ recovery-image] Feb 26 17:25:37.588 INFO O| Feb 26 17:25:37.588 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702026-02-26T17:25:38.036Z[ recovery-image] Feb 26 17:25:37.603 INFO O| Feb 26 17:25:37.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49712026-02-26T17:25:38.036Z[ recovery-image] Feb 26 17:25:37.603 INFO O| Feb 26 17:25:37.603 INFO STEP 31 (remove_files) COMPLETE
49722026-02-26T17:25:38.036Z[ recovery-image] Feb 26 17:25:37.603 INFO O| Feb 26 17:25:37.603 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732026-02-26T17:25:38.036Z[ recovery-image] Feb 26 17:25:37.620 INFO O| Feb 26 17:25:37.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49742026-02-26T17:25:38.060Z[ recovery-image] Feb 26 17:25:37.621 INFO O| Feb 26 17:25:37.621 INFO STEP 32 (remove_files) COMPLETE
49752026-02-26T17:25:38.061Z[ recovery-image] Feb 26 17:25:37.621 INFO O| Feb 26 17:25:37.621 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762026-02-26T17:25:38.061Z[ recovery-image] Feb 26 17:25:37.645 INFO O| Feb 26 17:25:37.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49772026-02-26T17:25:38.061Z[ recovery-image] Feb 26 17:25:37.646 INFO O| Feb 26 17:25:37.646 INFO STEP 33 (remove_files) COMPLETE
49782026-02-26T17:25:38.061Z[ recovery-image] Feb 26 17:25:37.646 INFO O| Feb 26 17:25:37.646 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792026-02-26T17:25:38.087Z[ recovery-image] Feb 26 17:25:37.674 INFO O| Feb 26 17:25:37.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49802026-02-26T17:25:38.087Z[ recovery-image] Feb 26 17:25:37.674 INFO O| Feb 26 17:25:37.674 INFO STEP 34 (remove_files) COMPLETE
49812026-02-26T17:25:38.113Z[ recovery-image] Feb 26 17:25:37.674 INFO O| Feb 26 17:25:37.674 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822026-02-26T17:25:38.113Z[ recovery-image] Feb 26 17:25:37.695 INFO O| Feb 26 17:25:37.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49832026-02-26T17:25:38.113Z[ recovery-image] Feb 26 17:25:37.695 INFO O| Feb 26 17:25:37.695 INFO STEP 35 (remove_files) COMPLETE
49842026-02-26T17:25:38.113Z[ recovery-image] Feb 26 17:25:37.695 INFO O| Feb 26 17:25:37.695 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852026-02-26T17:25:38.139Z[ recovery-image] Feb 26 17:25:37.714 INFO O| Feb 26 17:25:37.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49862026-02-26T17:25:38.139Z[ recovery-image] Feb 26 17:25:37.714 INFO O| Feb 26 17:25:37.714 INFO STEP 36 (remove_files) COMPLETE
49872026-02-26T17:25:38.139Z[ recovery-image] Feb 26 17:25:37.714 INFO O| Feb 26 17:25:37.714 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882026-02-26T17:25:38.164Z[ recovery-image] Feb 26 17:25:37.733 INFO O| Feb 26 17:25:37.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49892026-02-26T17:25:38.164Z[ recovery-image] Feb 26 17:25:37.734 INFO O| Feb 26 17:25:37.734 INFO STEP 37 (remove_files) COMPLETE
49902026-02-26T17:25:38.164Z[ recovery-image] Feb 26 17:25:37.734 INFO O| Feb 26 17:25:37.734 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912026-02-26T17:25:38.164Z[ recovery-image] Feb 26 17:25:37.750 INFO O| Feb 26 17:25:37.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49922026-02-26T17:25:38.164Z[ recovery-image] Feb 26 17:25:37.750 INFO O| Feb 26 17:25:37.750 INFO STEP 38 (remove_files) COMPLETE
49932026-02-26T17:25:38.164Z[ recovery-image] Feb 26 17:25:37.750 INFO O| Feb 26 17:25:37.750 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942026-02-26T17:25:38.189Z[ recovery-image] Feb 26 17:25:37.767 INFO O| Feb 26 17:25:37.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49952026-02-26T17:25:38.189Z[ recovery-image] Feb 26 17:25:37.767 INFO O| Feb 26 17:25:37.767 INFO STEP 39 (remove_files) COMPLETE
49962026-02-26T17:25:38.189Z[ recovery-image] Feb 26 17:25:37.767 INFO O| Feb 26 17:25:37.767 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972026-02-26T17:25:38.214Z[ recovery-image] Feb 26 17:25:37.781 INFO O| Feb 26 17:25:37.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49982026-02-26T17:25:38.215Z[ recovery-image] Feb 26 17:25:37.781 INFO O| Feb 26 17:25:37.781 INFO STEP 40 (remove_files) COMPLETE
49992026-02-26T17:25:38.215Z[ recovery-image] Feb 26 17:25:37.781 INFO O| Feb 26 17:25:37.781 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002026-02-26T17:25:38.215Z[ recovery-image] Feb 26 17:25:37.794 INFO O| Feb 26 17:25:37.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
50012026-02-26T17:25:38.215Z[ recovery-image] Feb 26 17:25:37.794 INFO O| Feb 26 17:25:37.794 INFO STEP 41 (remove_files) COMPLETE
50022026-02-26T17:25:38.215Z[ recovery-image] Feb 26 17:25:37.794 INFO O| Feb 26 17:25:37.794 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032026-02-26T17:25:38.242Z[ recovery-image] Feb 26 17:25:37.807 INFO O| Feb 26 17:25:37.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
50042026-02-26T17:25:38.242Z[ recovery-image] Feb 26 17:25:37.807 INFO O| Feb 26 17:25:37.807 INFO STEP 42 (remove_files) COMPLETE
50052026-02-26T17:25:38.242Z[ recovery-image] Feb 26 17:25:37.807 INFO O| Feb 26 17:25:37.807 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062026-02-26T17:25:38.242Z[ recovery-image] Feb 26 17:25:37.823 INFO O| Feb 26 17:25:37.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
50072026-02-26T17:25:38.242Z[ recovery-image] Feb 26 17:25:37.824 INFO O| Feb 26 17:25:37.824 INFO STEP 43 (remove_files) COMPLETE
50082026-02-26T17:25:38.242Z[ recovery-image] Feb 26 17:25:37.824 INFO O| Feb 26 17:25:37.824 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092026-02-26T17:25:38.271Z[ recovery-image] Feb 26 17:25:37.840 INFO O| Feb 26 17:25:37.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
50102026-02-26T17:25:38.271Z[ recovery-image] Feb 26 17:25:37.840 INFO O| Feb 26 17:25:37.840 INFO STEP 44 (remove_files) COMPLETE
50112026-02-26T17:25:38.271Z[ recovery-image] Feb 26 17:25:37.840 INFO O| Feb 26 17:25:37.840 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122026-02-26T17:25:38.271Z[ recovery-image] Feb 26 17:25:37.852 INFO O| Feb 26 17:25:37.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
50132026-02-26T17:25:38.271Z[ recovery-image] Feb 26 17:25:37.852 INFO O| Feb 26 17:25:37.852 INFO STEP 45 (remove_files) COMPLETE
50142026-02-26T17:25:38.271Z[ recovery-image] Feb 26 17:25:37.852 INFO O| Feb 26 17:25:37.852 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152026-02-26T17:25:38.296Z[ recovery-image] Feb 26 17:25:37.864 INFO O| Feb 26 17:25:37.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
50162026-02-26T17:25:38.296Z[ recovery-image] Feb 26 17:25:37.864 INFO O| Feb 26 17:25:37.864 INFO STEP 46 (remove_files) COMPLETE
50172026-02-26T17:25:38.296Z[ recovery-image] Feb 26 17:25:37.864 INFO O| Feb 26 17:25:37.864 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182026-02-26T17:25:38.296Z[ recovery-image] Feb 26 17:25:37.876 INFO O| Feb 26 17:25:37.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
50192026-02-26T17:25:38.296Z[ recovery-image] Feb 26 17:25:37.876 INFO O| Feb 26 17:25:37.876 INFO STEP 47 (remove_files) COMPLETE
50202026-02-26T17:25:38.296Z[ recovery-image] Feb 26 17:25:37.876 INFO O| Feb 26 17:25:37.876 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212026-02-26T17:25:38.321Z[ recovery-image] Feb 26 17:25:37.887 INFO O| Feb 26 17:25:37.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
50222026-02-26T17:25:38.322Z[ recovery-image] Feb 26 17:25:37.887 INFO O| Feb 26 17:25:37.887 INFO STEP 48 (remove_files) COMPLETE
50232026-02-26T17:25:38.322Z[ recovery-image] Feb 26 17:25:37.887 INFO O| Feb 26 17:25:37.887 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242026-02-26T17:25:38.322Z[ recovery-image] Feb 26 17:25:37.899 INFO O| Feb 26 17:25:37.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
50252026-02-26T17:25:38.322Z[ recovery-image] Feb 26 17:25:37.899 INFO O| Feb 26 17:25:37.899 INFO STEP 49 (remove_files) COMPLETE
50262026-02-26T17:25:38.322Z[ recovery-image] Feb 26 17:25:37.899 INFO O| Feb 26 17:25:37.899 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272026-02-26T17:25:38.346Z[ recovery-image] Feb 26 17:25:37.911 INFO O| Feb 26 17:25:37.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50282026-02-26T17:25:38.346Z[ recovery-image] Feb 26 17:25:37.911 INFO O| Feb 26 17:25:37.911 INFO STEP 50 (remove_files) COMPLETE
50292026-02-26T17:25:38.346Z[ recovery-image] Feb 26 17:25:37.911 INFO O| Feb 26 17:25:37.911 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302026-02-26T17:25:38.346Z[ recovery-image] Feb 26 17:25:37.933 INFO O| Feb 26 17:25:37.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50312026-02-26T17:25:38.346Z[ recovery-image] Feb 26 17:25:37.933 INFO O| Feb 26 17:25:37.933 INFO STEP 51 (remove_files) COMPLETE
50322026-02-26T17:25:38.346Z[ recovery-image] Feb 26 17:25:37.933 INFO O| Feb 26 17:25:37.933 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332026-02-26T17:25:38.372Z[ recovery-image] Feb 26 17:25:37.949 INFO O| Feb 26 17:25:37.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50342026-02-26T17:25:38.372Z[ recovery-image] Feb 26 17:25:37.949 INFO O| Feb 26 17:25:37.949 INFO STEP 52 (remove_files) COMPLETE
50352026-02-26T17:25:38.372Z[ recovery-image] Feb 26 17:25:37.949 INFO O| Feb 26 17:25:37.949 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362026-02-26T17:25:38.397Z[ recovery-image] Feb 26 17:25:37.963 INFO O| Feb 26 17:25:37.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50372026-02-26T17:25:38.397Z[ recovery-image] Feb 26 17:25:37.963 INFO O| Feb 26 17:25:37.963 INFO STEP 53 (remove_files) COMPLETE
50382026-02-26T17:25:38.397Z[ recovery-image] Feb 26 17:25:37.963 INFO O| Feb 26 17:25:37.963 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392026-02-26T17:25:38.397Z[ recovery-image] Feb 26 17:25:37.977 INFO O| Feb 26 17:25:37.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50402026-02-26T17:25:38.397Z[ recovery-image] Feb 26 17:25:37.977 INFO O| Feb 26 17:25:37.977 INFO STEP 54 (remove_files) COMPLETE
50412026-02-26T17:25:38.397Z[ recovery-image] Feb 26 17:25:37.977 INFO O| Feb 26 17:25:37.977 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422026-02-26T17:25:38.423Z[ recovery-image] Feb 26 17:25:37.991 INFO O| Feb 26 17:25:37.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
50432026-02-26T17:25:38.423Z[ recovery-image] Feb 26 17:25:37.991 INFO O| Feb 26 17:25:37.991 INFO STEP 55 (remove_files) COMPLETE
50442026-02-26T17:25:38.423Z[ recovery-image] Feb 26 17:25:37.991 INFO O| Feb 26 17:25:37.991 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452026-02-26T17:25:38.423Z[ recovery-image] Feb 26 17:25:38.006 INFO O| Feb 26 17:25:38.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
50462026-02-26T17:25:38.423Z[ recovery-image] Feb 26 17:25:38.006 INFO O| Feb 26 17:25:38.006 INFO STEP 56 (remove_files) COMPLETE
50472026-02-26T17:25:38.423Z[ recovery-image] Feb 26 17:25:38.006 INFO O| Feb 26 17:25:38.006 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482026-02-26T17:25:38.447Z[ recovery-image] Feb 26 17:25:38.023 INFO O| Feb 26 17:25:38.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50492026-02-26T17:25:38.447Z[ recovery-image] Feb 26 17:25:38.024 INFO O| Feb 26 17:25:38.024 INFO STEP 57 (remove_files) COMPLETE
50502026-02-26T17:25:38.447Z[ recovery-image] Feb 26 17:25:38.024 INFO O| Feb 26 17:25:38.024 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512026-02-26T17:25:38.472Z[ recovery-image] Feb 26 17:25:38.040 INFO O| Feb 26 17:25:38.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50522026-02-26T17:25:38.472Z[ recovery-image] Feb 26 17:25:38.040 INFO O| Feb 26 17:25:38.040 INFO STEP 58 (remove_files) COMPLETE
50532026-02-26T17:25:38.472Z[ recovery-image] Feb 26 17:25:38.040 INFO O| Feb 26 17:25:38.040 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542026-02-26T17:25:38.472Z[ recovery-image] Feb 26 17:25:38.054 INFO O| Feb 26 17:25:38.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50552026-02-26T17:25:38.472Z[ recovery-image] Feb 26 17:25:38.054 INFO O| Feb 26 17:25:38.054 INFO STEP 59 (remove_files) COMPLETE
50562026-02-26T17:25:38.472Z[ recovery-image] Feb 26 17:25:38.054 INFO O| Feb 26 17:25:38.054 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572026-02-26T17:25:38.496Z[ recovery-image] Feb 26 17:25:38.068 INFO O| Feb 26 17:25:38.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50582026-02-26T17:25:38.496Z[ recovery-image] Feb 26 17:25:38.068 INFO O| Feb 26 17:25:38.068 INFO STEP 60 (remove_files) COMPLETE
50592026-02-26T17:25:38.496Z[ recovery-image] Feb 26 17:25:38.068 INFO O| Feb 26 17:25:38.068 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602026-02-26T17:25:38.496Z[ recovery-image] Feb 26 17:25:38.082 INFO O| Feb 26 17:25:38.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50612026-02-26T17:25:38.496Z[ recovery-image] Feb 26 17:25:38.082 INFO O| Feb 26 17:25:38.082 INFO STEP 61 (remove_files) COMPLETE
50622026-02-26T17:25:38.496Z[ recovery-image] Feb 26 17:25:38.082 INFO O| Feb 26 17:25:38.082 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632026-02-26T17:25:38.521Z[ recovery-image] Feb 26 17:25:38.095 INFO O| Feb 26 17:25:38.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50642026-02-26T17:25:38.521Z[ recovery-image] Feb 26 17:25:38.096 INFO O| Feb 26 17:25:38.096 INFO STEP 62 (remove_files) COMPLETE
50652026-02-26T17:25:38.521Z[ recovery-image] Feb 26 17:25:38.096 INFO O| Feb 26 17:25:38.096 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662026-02-26T17:25:38.546Z[ recovery-image] Feb 26 17:25:38.110 INFO O| Feb 26 17:25:38.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50672026-02-26T17:25:38.546Z[ recovery-image] Feb 26 17:25:38.110 INFO O| Feb 26 17:25:38.110 INFO STEP 63 (remove_files) COMPLETE
50682026-02-26T17:25:38.546Z[ recovery-image] Feb 26 17:25:38.110 INFO O| Feb 26 17:25:38.110 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692026-02-26T17:25:38.546Z[ recovery-image] Feb 26 17:25:38.125 INFO O| Feb 26 17:25:38.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50702026-02-26T17:25:38.546Z[ recovery-image] Feb 26 17:25:38.125 INFO O| Feb 26 17:25:38.125 INFO STEP 64 (remove_files) COMPLETE
50712026-02-26T17:25:38.546Z[ recovery-image] Feb 26 17:25:38.125 INFO O| Feb 26 17:25:38.125 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722026-02-26T17:25:38.571Z[ recovery-image] Feb 26 17:25:38.140 INFO O| Feb 26 17:25:38.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50732026-02-26T17:25:38.571Z[ recovery-image] Feb 26 17:25:38.140 INFO O| Feb 26 17:25:38.140 INFO STEP 65 (remove_files) COMPLETE
50742026-02-26T17:25:38.571Z[ recovery-image] Feb 26 17:25:38.140 INFO O| Feb 26 17:25:38.140 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752026-02-26T17:25:38.571Z[ recovery-image] Feb 26 17:25:38.155 INFO O| Feb 26 17:25:38.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50762026-02-26T17:25:38.571Z[ recovery-image] Feb 26 17:25:38.155 INFO O| Feb 26 17:25:38.155 INFO STEP 66 (remove_files) COMPLETE
50772026-02-26T17:25:38.572Z[ recovery-image] Feb 26 17:25:38.155 INFO O| Feb 26 17:25:38.155 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782026-02-26T17:25:38.597Z[ recovery-image] Feb 26 17:25:38.171 INFO O| Feb 26 17:25:38.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50792026-02-26T17:25:38.597Z[ recovery-image] Feb 26 17:25:38.171 INFO O| Feb 26 17:25:38.171 INFO STEP 67 (remove_files) COMPLETE
50802026-02-26T17:25:38.597Z[ recovery-image] Feb 26 17:25:38.171 INFO O| Feb 26 17:25:38.171 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812026-02-26T17:25:38.622Z[ recovery-image] Feb 26 17:25:38.186 INFO O| Feb 26 17:25:38.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50822026-02-26T17:25:38.622Z[ recovery-image] Feb 26 17:25:38.186 INFO O| Feb 26 17:25:38.186 INFO STEP 68 (remove_files) COMPLETE
50832026-02-26T17:25:38.622Z[ recovery-image] Feb 26 17:25:38.186 INFO O| Feb 26 17:25:38.186 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842026-02-26T17:25:38.622Z[ recovery-image] Feb 26 17:25:38.201 INFO O| Feb 26 17:25:38.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50852026-02-26T17:25:38.622Z[ recovery-image] Feb 26 17:25:38.202 INFO O| Feb 26 17:25:38.202 INFO STEP 69 (remove_files) COMPLETE
50862026-02-26T17:25:38.622Z[ recovery-image] Feb 26 17:25:38.202 INFO O| Feb 26 17:25:38.202 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872026-02-26T17:25:38.647Z[ recovery-image] Feb 26 17:25:38.216 INFO O| Feb 26 17:25:38.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50882026-02-26T17:25:38.647Z[ recovery-image] Feb 26 17:25:38.216 INFO O| Feb 26 17:25:38.216 INFO STEP 70 (remove_files) COMPLETE
50892026-02-26T17:25:38.647Z[ recovery-image] Feb 26 17:25:38.216 INFO O| Feb 26 17:25:38.216 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902026-02-26T17:25:38.647Z[ recovery-image] Feb 26 17:25:38.231 INFO O| Feb 26 17:25:38.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50912026-02-26T17:25:38.647Z[ recovery-image] Feb 26 17:25:38.232 INFO O| Feb 26 17:25:38.232 INFO STEP 71 (remove_files) COMPLETE
50922026-02-26T17:25:38.647Z[ recovery-image] Feb 26 17:25:38.232 INFO O| Feb 26 17:25:38.232 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932026-02-26T17:25:38.672Z[ recovery-image] Feb 26 17:25:38.247 INFO O| Feb 26 17:25:38.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50942026-02-26T17:25:38.697Z[ recovery-image] Feb 26 17:25:38.266 INFO O| Feb 26 17:25:38.266 INFO STEP 72 (remove_files) COMPLETE
50952026-02-26T17:25:38.697Z[ recovery-image] Feb 26 17:25:38.266 INFO O| Feb 26 17:25:38.266 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962026-02-26T17:25:38.697Z[ recovery-image] Feb 26 17:25:38.281 INFO O| Feb 26 17:25:38.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50972026-02-26T17:25:38.697Z[ recovery-image] Feb 26 17:25:38.282 INFO O| Feb 26 17:25:38.281 INFO STEP 73 (remove_files) COMPLETE
50982026-02-26T17:25:38.697Z[ recovery-image] Feb 26 17:25:38.282 INFO O| Feb 26 17:25:38.282 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992026-02-26T17:25:38.722Z[ recovery-image] Feb 26 17:25:38.297 INFO O| Feb 26 17:25:38.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
51002026-02-26T17:25:38.722Z[ recovery-image] Feb 26 17:25:38.297 INFO O| Feb 26 17:25:38.297 INFO STEP 74 (remove_files) COMPLETE
51012026-02-26T17:25:38.722Z[ recovery-image] Feb 26 17:25:38.297 INFO O| Feb 26 17:25:38.297 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022026-02-26T17:25:38.747Z[ recovery-image] Feb 26 17:25:38.312 INFO O| Feb 26 17:25:38.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
51032026-02-26T17:25:38.747Z[ recovery-image] Feb 26 17:25:38.312 INFO O| Feb 26 17:25:38.312 INFO STEP 75 (remove_files) COMPLETE
51042026-02-26T17:25:38.747Z[ recovery-image] Feb 26 17:25:38.312 INFO O| Feb 26 17:25:38.312 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052026-02-26T17:25:38.747Z[ recovery-image] Feb 26 17:25:38.326 INFO O| Feb 26 17:25:38.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
51062026-02-26T17:25:38.747Z[ recovery-image] Feb 26 17:25:38.326 INFO O| Feb 26 17:25:38.326 INFO STEP 76 (remove_files) COMPLETE
51072026-02-26T17:25:38.748Z[ recovery-image] Feb 26 17:25:38.326 INFO O| Feb 26 17:25:38.326 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082026-02-26T17:25:38.772Z[ recovery-image] Feb 26 17:25:38.341 INFO O| Feb 26 17:25:38.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
51092026-02-26T17:25:38.772Z[ recovery-image] Feb 26 17:25:38.341 INFO O| Feb 26 17:25:38.341 INFO STEP 77 (remove_files) COMPLETE
51102026-02-26T17:25:38.772Z[ recovery-image] Feb 26 17:25:38.341 INFO O| Feb 26 17:25:38.341 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112026-02-26T17:25:38.772Z[ recovery-image] Feb 26 17:25:38.357 INFO O| Feb 26 17:25:38.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
51122026-02-26T17:25:38.772Z[ recovery-image] Feb 26 17:25:38.357 INFO O| Feb 26 17:25:38.357 INFO STEP 78 (remove_files) COMPLETE
51132026-02-26T17:25:38.772Z[ recovery-image] Feb 26 17:25:38.357 INFO O| Feb 26 17:25:38.357 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142026-02-26T17:25:38.798Z[ recovery-image] Feb 26 17:25:38.373 INFO O| Feb 26 17:25:38.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
51152026-02-26T17:25:38.798Z[ recovery-image] Feb 26 17:25:38.374 INFO O| Feb 26 17:25:38.373 INFO STEP 79 (remove_files) COMPLETE
51162026-02-26T17:25:38.798Z[ recovery-image] Feb 26 17:25:38.374 INFO O| Feb 26 17:25:38.373 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172026-02-26T17:25:38.823Z[ recovery-image] Feb 26 17:25:38.389 INFO O| Feb 26 17:25:38.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
51182026-02-26T17:25:38.824Z[ recovery-image] Feb 26 17:25:38.389 INFO O| Feb 26 17:25:38.389 INFO STEP 80 (remove_files) COMPLETE
51192026-02-26T17:25:38.824Z[ recovery-image] Feb 26 17:25:38.389 INFO O| Feb 26 17:25:38.389 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202026-02-26T17:25:38.824Z[ recovery-image] Feb 26 17:25:38.404 INFO O| Feb 26 17:25:38.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
51212026-02-26T17:25:38.824Z[ recovery-image] Feb 26 17:25:38.404 INFO O| Feb 26 17:25:38.404 INFO STEP 81 (remove_files) COMPLETE
51222026-02-26T17:25:38.824Z[ recovery-image] Feb 26 17:25:38.404 INFO O| Feb 26 17:25:38.404 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232026-02-26T17:25:38.849Z[ recovery-image] Feb 26 17:25:38.420 INFO O| Feb 26 17:25:38.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
51242026-02-26T17:25:38.849Z[ recovery-image] Feb 26 17:25:38.420 INFO O| Feb 26 17:25:38.420 INFO STEP 82 (remove_files) COMPLETE
51252026-02-26T17:25:38.849Z[ recovery-image] Feb 26 17:25:38.420 INFO O| Feb 26 17:25:38.420 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262026-02-26T17:25:38.874Z[ recovery-image] Feb 26 17:25:38.441 INFO O| Feb 26 17:25:38.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
51272026-02-26T17:25:38.874Z[ recovery-image] Feb 26 17:25:38.441 INFO O| Feb 26 17:25:38.441 INFO STEP 83 (remove_files) COMPLETE
51282026-02-26T17:25:38.874Z[ recovery-image] Feb 26 17:25:38.441 INFO O| Feb 26 17:25:38.441 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292026-02-26T17:25:38.874Z[ recovery-image] Feb 26 17:25:38.456 INFO O| Feb 26 17:25:38.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
51302026-02-26T17:25:38.874Z[ recovery-image] Feb 26 17:25:38.457 INFO O| Feb 26 17:25:38.456 INFO STEP 84 (remove_files) COMPLETE
51312026-02-26T17:25:38.874Z[ recovery-image] Feb 26 17:25:38.457 INFO O| Feb 26 17:25:38.457 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322026-02-26T17:25:38.900Z[ recovery-image] Feb 26 17:25:38.472 INFO O| Feb 26 17:25:38.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51332026-02-26T17:25:38.900Z[ recovery-image] Feb 26 17:25:38.472 INFO O| Feb 26 17:25:38.472 INFO STEP 85 (remove_files) COMPLETE
51342026-02-26T17:25:38.900Z[ recovery-image] Feb 26 17:25:38.472 INFO O| Feb 26 17:25:38.472 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352026-02-26T17:25:38.925Z[ recovery-image] Feb 26 17:25:38.488 INFO O| Feb 26 17:25:38.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51362026-02-26T17:25:38.925Z[ recovery-image] Feb 26 17:25:38.488 INFO O| Feb 26 17:25:38.488 INFO STEP 86 (remove_files) COMPLETE
51372026-02-26T17:25:38.925Z[ recovery-image] Feb 26 17:25:38.488 INFO O| Feb 26 17:25:38.488 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382026-02-26T17:25:38.925Z[ recovery-image] Feb 26 17:25:38.504 INFO O| Feb 26 17:25:38.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51392026-02-26T17:25:38.925Z[ recovery-image] Feb 26 17:25:38.504 INFO O| Feb 26 17:25:38.504 INFO STEP 87 (remove_files) COMPLETE
51402026-02-26T17:25:38.925Z[ recovery-image] Feb 26 17:25:38.504 INFO O| Feb 26 17:25:38.504 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412026-02-26T17:25:38.949Z[ recovery-image] Feb 26 17:25:38.520 INFO O| Feb 26 17:25:38.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51422026-02-26T17:25:38.949Z[ recovery-image] Feb 26 17:25:38.520 INFO O| Feb 26 17:25:38.520 INFO STEP 88 (remove_files) COMPLETE
51432026-02-26T17:25:38.950Z[ recovery-image] Feb 26 17:25:38.520 INFO O| Feb 26 17:25:38.520 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442026-02-26T17:25:38.974Z[ recovery-image] Feb 26 17:25:38.537 INFO O| Feb 26 17:25:38.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51452026-02-26T17:25:38.975Z[ recovery-image] Feb 26 17:25:38.537 INFO O| Feb 26 17:25:38.537 INFO STEP 89 (remove_files) COMPLETE
51462026-02-26T17:25:38.975Z[ recovery-image] Feb 26 17:25:38.537 INFO O| Feb 26 17:25:38.537 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472026-02-26T17:25:38.975Z[ recovery-image] Feb 26 17:25:38.553 INFO O| Feb 26 17:25:38.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51482026-02-26T17:25:38.975Z[ recovery-image] Feb 26 17:25:38.553 INFO O| Feb 26 17:25:38.553 INFO STEP 90 (remove_files) COMPLETE
51492026-02-26T17:25:38.999Z[ recovery-image] Feb 26 17:25:38.553 INFO O| Feb 26 17:25:38.553 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502026-02-26T17:25:38.999Z[ recovery-image] Feb 26 17:25:38.570 INFO O| Feb 26 17:25:38.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51512026-02-26T17:25:39.000Z[ recovery-image] Feb 26 17:25:38.571 INFO O| Feb 26 17:25:38.571 INFO STEP 91 (remove_files) COMPLETE
51522026-02-26T17:25:39.000Z[ recovery-image] Feb 26 17:25:38.571 INFO O| Feb 26 17:25:38.571 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532026-02-26T17:25:39.024Z[ recovery-image] Feb 26 17:25:38.587 INFO O| Feb 26 17:25:38.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51542026-02-26T17:25:39.025Z[ recovery-image] Feb 26 17:25:38.588 INFO O| Feb 26 17:25:38.587 INFO STEP 92 (remove_files) COMPLETE
51552026-02-26T17:25:39.025Z[ recovery-image] Feb 26 17:25:38.588 INFO O| Feb 26 17:25:38.588 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562026-02-26T17:25:39.049Z[ recovery-image] Feb 26 17:25:38.622 INFO O| Feb 26 17:25:38.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51572026-02-26T17:25:39.049Z[ recovery-image] Feb 26 17:25:38.622 INFO O| Feb 26 17:25:38.622 INFO STEP 93 (remove_files) COMPLETE
51582026-02-26T17:25:39.049Z[ recovery-image] Feb 26 17:25:38.622 INFO O| Feb 26 17:25:38.622 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592026-02-26T17:25:39.074Z[ recovery-image] Feb 26 17:25:38.639 INFO O| Feb 26 17:25:38.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51602026-02-26T17:25:39.074Z[ recovery-image] Feb 26 17:25:38.639 INFO O| Feb 26 17:25:38.639 INFO STEP 94 (remove_files) COMPLETE
51612026-02-26T17:25:39.074Z[ recovery-image] Feb 26 17:25:38.639 INFO O| Feb 26 17:25:38.639 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622026-02-26T17:25:39.074Z[ recovery-image] Feb 26 17:25:38.655 INFO O| Feb 26 17:25:38.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51632026-02-26T17:25:39.075Z[ recovery-image] Feb 26 17:25:38.656 INFO O| Feb 26 17:25:38.655 INFO STEP 95 (remove_files) COMPLETE
51642026-02-26T17:25:39.075Z[ recovery-image] Feb 26 17:25:38.656 INFO O| Feb 26 17:25:38.655 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652026-02-26T17:25:39.099Z[ recovery-image] Feb 26 17:25:38.671 INFO O| Feb 26 17:25:38.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51662026-02-26T17:25:39.099Z[ recovery-image] Feb 26 17:25:38.671 INFO O| Feb 26 17:25:38.671 INFO STEP 96 (remove_files) COMPLETE
51672026-02-26T17:25:39.099Z[ recovery-image] Feb 26 17:25:38.671 INFO O| Feb 26 17:25:38.671 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682026-02-26T17:25:39.099Z[ recovery-image] Feb 26 17:25:38.686 INFO O| Feb 26 17:25:38.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51692026-02-26T17:25:39.099Z[ recovery-image] Feb 26 17:25:38.687 INFO O| Feb 26 17:25:38.687 INFO STEP 97 (remove_files) COMPLETE
51702026-02-26T17:25:39.099Z[ recovery-image] Feb 26 17:25:38.687 INFO O| Feb 26 17:25:38.687 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712026-02-26T17:25:39.124Z[ recovery-image] Feb 26 17:25:38.707 INFO O| Feb 26 17:25:38.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51722026-02-26T17:25:39.124Z[ recovery-image] Feb 26 17:25:38.707 INFO O| Feb 26 17:25:38.707 INFO STEP 98 (remove_files) COMPLETE
51732026-02-26T17:25:39.125Z[ recovery-image] Feb 26 17:25:38.707 INFO O| Feb 26 17:25:38.707 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742026-02-26T17:25:39.150Z[ recovery-image] Feb 26 17:25:38.724 INFO O| Feb 26 17:25:38.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51752026-02-26T17:25:39.150Z[ recovery-image] Feb 26 17:25:38.724 INFO O| Feb 26 17:25:38.724 INFO STEP 99 (remove_files) COMPLETE
51762026-02-26T17:25:39.150Z[ recovery-image] Feb 26 17:25:38.724 INFO O| Feb 26 17:25:38.724 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772026-02-26T17:25:39.174Z[ recovery-image] Feb 26 17:25:38.739 INFO O| Feb 26 17:25:38.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51782026-02-26T17:25:39.174Z[ recovery-image] Feb 26 17:25:38.740 INFO O| Feb 26 17:25:38.739 INFO STEP 100 (remove_files) COMPLETE
51792026-02-26T17:25:39.174Z[ recovery-image] Feb 26 17:25:38.740 INFO O| Feb 26 17:25:38.739 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802026-02-26T17:25:39.174Z[ recovery-image] Feb 26 17:25:38.759 INFO O| Feb 26 17:25:38.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51812026-02-26T17:25:39.174Z[ recovery-image] Feb 26 17:25:38.759 INFO O| Feb 26 17:25:38.759 INFO STEP 101 (remove_files) COMPLETE
51822026-02-26T17:25:39.174Z[ recovery-image] Feb 26 17:25:38.759 INFO O| Feb 26 17:25:38.759 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832026-02-26T17:25:39.199Z[ recovery-image] Feb 26 17:25:38.771 INFO O| Feb 26 17:25:38.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51842026-02-26T17:25:39.199Z[ recovery-image] Feb 26 17:25:38.772 INFO O| Feb 26 17:25:38.771 INFO STEP 102 (remove_files) COMPLETE
51852026-02-26T17:25:39.199Z[ recovery-image] Feb 26 17:25:38.772 INFO O| Feb 26 17:25:38.772 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862026-02-26T17:25:39.224Z[ recovery-image] Feb 26 17:25:38.790 INFO O| Feb 26 17:25:38.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51872026-02-26T17:25:39.224Z[ recovery-image] Feb 26 17:25:38.790 INFO O| Feb 26 17:25:38.790 INFO STEP 103 (remove_files) COMPLETE
51882026-02-26T17:25:39.224Z[ recovery-image] Feb 26 17:25:38.790 INFO O| Feb 26 17:25:38.790 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892026-02-26T17:25:39.224Z[ recovery-image] Feb 26 17:25:38.803 INFO O| Feb 26 17:25:38.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51902026-02-26T17:25:39.224Z[ recovery-image] Feb 26 17:25:38.803 INFO O| Feb 26 17:25:38.803 INFO STEP 104 (remove_files) COMPLETE
51912026-02-26T17:25:39.224Z[ recovery-image] Feb 26 17:25:38.804 INFO O| Feb 26 17:25:38.803 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922026-02-26T17:25:39.249Z[ recovery-image] Feb 26 17:25:38.816 INFO O| Feb 26 17:25:38.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51932026-02-26T17:25:39.249Z[ recovery-image] Feb 26 17:25:38.817 INFO O| Feb 26 17:25:38.816 INFO STEP 105 (remove_files) COMPLETE
51942026-02-26T17:25:39.250Z[ recovery-image] Feb 26 17:25:38.817 INFO O| Feb 26 17:25:38.817 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952026-02-26T17:25:39.250Z[ recovery-image] Feb 26 17:25:38.832 INFO O| Feb 26 17:25:38.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51962026-02-26T17:25:39.250Z[ recovery-image] Feb 26 17:25:38.832 INFO O| Feb 26 17:25:38.832 INFO STEP 106 (remove_files) COMPLETE
51972026-02-26T17:25:39.250Z[ recovery-image] Feb 26 17:25:38.832 INFO O| Feb 26 17:25:38.832 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982026-02-26T17:25:39.274Z[ recovery-image] Feb 26 17:25:38.849 INFO O| Feb 26 17:25:38.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51992026-02-26T17:25:39.274Z[ recovery-image] Feb 26 17:25:38.849 INFO O| Feb 26 17:25:38.849 INFO STEP 107 (remove_files) COMPLETE
52002026-02-26T17:25:39.275Z[ recovery-image] Feb 26 17:25:38.849 INFO O| Feb 26 17:25:38.849 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012026-02-26T17:25:39.300Z[ recovery-image] Feb 26 17:25:38.868 INFO O| Feb 26 17:25:38.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
52022026-02-26T17:25:39.300Z[ recovery-image] Feb 26 17:25:38.868 INFO O| Feb 26 17:25:38.868 INFO STEP 108 (remove_files) COMPLETE
52032026-02-26T17:25:39.300Z[ recovery-image] Feb 26 17:25:38.868 INFO O| Feb 26 17:25:38.868 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042026-02-26T17:25:39.300Z[ recovery-image] Feb 26 17:25:38.886 INFO O| Feb 26 17:25:38.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
52052026-02-26T17:25:39.300Z[ recovery-image] Feb 26 17:25:38.886 INFO O| Feb 26 17:25:38.886 INFO STEP 109 (remove_files) COMPLETE
52062026-02-26T17:25:39.300Z[ recovery-image] Feb 26 17:25:38.886 INFO O| Feb 26 17:25:38.886 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072026-02-26T17:25:39.325Z[ recovery-image] Feb 26 17:25:38.903 INFO O| Feb 26 17:25:38.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
52082026-02-26T17:25:39.325Z[ recovery-image] Feb 26 17:25:38.903 INFO O| Feb 26 17:25:38.903 INFO STEP 110 (remove_files) COMPLETE
52092026-02-26T17:25:39.325Z[ recovery-image] Feb 26 17:25:38.903 INFO O| Feb 26 17:25:38.903 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102026-02-26T17:25:39.350Z[ recovery-image] Feb 26 17:25:38.918 INFO O| Feb 26 17:25:38.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
52112026-02-26T17:25:39.350Z[ recovery-image] Feb 26 17:25:38.918 INFO O| Feb 26 17:25:38.918 INFO STEP 111 (remove_files) COMPLETE
52122026-02-26T17:25:39.350Z[ recovery-image] Feb 26 17:25:38.918 INFO O| Feb 26 17:25:38.918 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132026-02-26T17:25:39.350Z[ recovery-image] Feb 26 17:25:38.933 INFO O| Feb 26 17:25:38.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
52142026-02-26T17:25:39.350Z[ recovery-image] Feb 26 17:25:38.933 INFO O| Feb 26 17:25:38.933 INFO STEP 112 (remove_files) COMPLETE
52152026-02-26T17:25:39.350Z[ recovery-image] Feb 26 17:25:38.933 INFO O| Feb 26 17:25:38.933 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162026-02-26T17:25:39.375Z[ recovery-image] Feb 26 17:25:38.946 INFO O| Feb 26 17:25:38.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
52172026-02-26T17:25:39.375Z[ recovery-image] Feb 26 17:25:38.946 INFO O| Feb 26 17:25:38.946 INFO STEP 113 (remove_files) COMPLETE
52182026-02-26T17:25:39.375Z[ recovery-image] Feb 26 17:25:38.946 INFO O| Feb 26 17:25:38.946 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192026-02-26T17:25:39.375Z[ recovery-image] Feb 26 17:25:38.961 INFO O| Feb 26 17:25:38.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
52202026-02-26T17:25:39.375Z[ recovery-image] Feb 26 17:25:38.961 INFO O| Feb 26 17:25:38.961 INFO STEP 114 (remove_files) COMPLETE
52212026-02-26T17:25:39.375Z[ recovery-image] Feb 26 17:25:38.961 INFO O| Feb 26 17:25:38.961 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222026-02-26T17:25:39.400Z[ recovery-image] Feb 26 17:25:38.975 INFO O| Feb 26 17:25:38.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
52232026-02-26T17:25:39.400Z[ recovery-image] Feb 26 17:25:38.975 INFO O| Feb 26 17:25:38.975 INFO STEP 115 (remove_files) COMPLETE
52242026-02-26T17:25:39.400Z[ recovery-image] Feb 26 17:25:38.975 INFO O| Feb 26 17:25:38.975 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252026-02-26T17:25:39.424Z[ recovery-image] Feb 26 17:25:38.996 INFO O| Feb 26 17:25:38.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
52262026-02-26T17:25:39.424Z[ recovery-image] Feb 26 17:25:38.996 INFO O| Feb 26 17:25:38.996 INFO STEP 116 (remove_files) COMPLETE
52272026-02-26T17:25:39.424Z[ recovery-image] Feb 26 17:25:38.996 INFO O| Feb 26 17:25:38.996 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282026-02-26T17:25:39.449Z[ recovery-image] Feb 26 17:25:39.015 INFO O| Feb 26 17:25:39.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
52292026-02-26T17:25:39.449Z[ recovery-image] Feb 26 17:25:39.015 INFO O| Feb 26 17:25:39.015 INFO STEP 117 (remove_files) COMPLETE
52302026-02-26T17:25:39.449Z[ recovery-image] Feb 26 17:25:39.015 INFO O| Feb 26 17:25:39.015 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312026-02-26T17:25:39.449Z[ recovery-image] Feb 26 17:25:39.029 INFO O| Feb 26 17:25:39.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
52322026-02-26T17:25:39.449Z[ recovery-image] Feb 26 17:25:39.029 INFO O| Feb 26 17:25:39.029 INFO STEP 118 (remove_files) COMPLETE
52332026-02-26T17:25:39.449Z[ recovery-image] Feb 26 17:25:39.029 INFO O| Feb 26 17:25:39.029 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342026-02-26T17:25:39.474Z[ recovery-image] Feb 26 17:25:39.047 INFO O| Feb 26 17:25:39.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52352026-02-26T17:25:39.474Z[ recovery-image] Feb 26 17:25:39.047 INFO O| Feb 26 17:25:39.047 INFO STEP 119 (remove_files) COMPLETE
52362026-02-26T17:25:39.474Z[ recovery-image] Feb 26 17:25:39.047 INFO O| Feb 26 17:25:39.047 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372026-02-26T17:25:39.474Z[ recovery-image] Feb 26 17:25:39.060 INFO O| Feb 26 17:25:39.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52382026-02-26T17:25:39.474Z[ recovery-image] Feb 26 17:25:39.060 INFO O| Feb 26 17:25:39.060 INFO STEP 120 (remove_files) COMPLETE
52392026-02-26T17:25:39.474Z[ recovery-image] Feb 26 17:25:39.060 INFO O| Feb 26 17:25:39.060 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402026-02-26T17:25:39.500Z[ recovery-image] Feb 26 17:25:39.073 INFO O| Feb 26 17:25:39.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52412026-02-26T17:25:39.500Z[ recovery-image] Feb 26 17:25:39.073 INFO O| Feb 26 17:25:39.073 INFO STEP 121 (remove_files) COMPLETE
52422026-02-26T17:25:39.500Z[ recovery-image] Feb 26 17:25:39.073 INFO O| Feb 26 17:25:39.073 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432026-02-26T17:25:39.500Z[ recovery-image] Feb 26 17:25:39.086 INFO O| Feb 26 17:25:39.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52442026-02-26T17:25:39.500Z[ recovery-image] Feb 26 17:25:39.086 INFO O| Feb 26 17:25:39.086 INFO STEP 122 (remove_files) COMPLETE
52452026-02-26T17:25:39.500Z[ recovery-image] Feb 26 17:25:39.086 INFO O| Feb 26 17:25:39.086 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462026-02-26T17:25:39.525Z[ recovery-image] Feb 26 17:25:39.098 INFO O| Feb 26 17:25:39.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52472026-02-26T17:25:39.525Z[ recovery-image] Feb 26 17:25:39.099 INFO O| Feb 26 17:25:39.098 INFO STEP 123 (remove_files) COMPLETE
52482026-02-26T17:25:39.525Z[ recovery-image] Feb 26 17:25:39.099 INFO O| Feb 26 17:25:39.098 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492026-02-26T17:25:39.525Z[ recovery-image] Feb 26 17:25:39.112 INFO O| Feb 26 17:25:39.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52502026-02-26T17:25:39.525Z[ recovery-image] Feb 26 17:25:39.112 INFO O| Feb 26 17:25:39.112 INFO STEP 124 (remove_files) COMPLETE
52512026-02-26T17:25:39.525Z[ recovery-image] Feb 26 17:25:39.112 INFO O| Feb 26 17:25:39.112 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522026-02-26T17:25:39.550Z[ recovery-image] Feb 26 17:25:39.126 INFO O| Feb 26 17:25:39.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52532026-02-26T17:25:39.550Z[ recovery-image] Feb 26 17:25:39.126 INFO O| Feb 26 17:25:39.126 INFO STEP 125 (remove_files) COMPLETE
52542026-02-26T17:25:39.550Z[ recovery-image] Feb 26 17:25:39.126 INFO O| Feb 26 17:25:39.126 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552026-02-26T17:25:39.575Z[ recovery-image] Feb 26 17:25:39.141 INFO O| Feb 26 17:25:39.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52562026-02-26T17:25:39.575Z[ recovery-image] Feb 26 17:25:39.141 INFO O| Feb 26 17:25:39.141 INFO STEP 126 (remove_files) COMPLETE
52572026-02-26T17:25:39.575Z[ recovery-image] Feb 26 17:25:39.141 INFO O| Feb 26 17:25:39.141 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582026-02-26T17:25:39.575Z[ recovery-image] Feb 26 17:25:39.154 INFO O| Feb 26 17:25:39.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52592026-02-26T17:25:39.575Z[ recovery-image] Feb 26 17:25:39.154 INFO O| Feb 26 17:25:39.154 INFO STEP 127 (remove_files) COMPLETE
52602026-02-26T17:25:39.575Z[ recovery-image] Feb 26 17:25:39.154 INFO O| Feb 26 17:25:39.154 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612026-02-26T17:25:39.600Z[ recovery-image] Feb 26 17:25:39.168 INFO O| Feb 26 17:25:39.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52622026-02-26T17:25:39.600Z[ recovery-image] Feb 26 17:25:39.168 INFO O| Feb 26 17:25:39.168 INFO STEP 128 (remove_files) COMPLETE
52632026-02-26T17:25:39.600Z[ recovery-image] Feb 26 17:25:39.168 INFO O| Feb 26 17:25:39.168 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642026-02-26T17:25:39.625Z[ recovery-image] Feb 26 17:25:39.201 INFO O| Feb 26 17:25:39.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52652026-02-26T17:25:39.625Z[ recovery-image] Feb 26 17:25:39.201 INFO O| Feb 26 17:25:39.201 INFO STEP 129 (remove_files) COMPLETE
52662026-02-26T17:25:39.625Z[ recovery-image] Feb 26 17:25:39.201 INFO O| Feb 26 17:25:39.201 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672026-02-26T17:25:39.650Z[ recovery-image] Feb 26 17:25:39.218 INFO O| Feb 26 17:25:39.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52682026-02-26T17:25:39.650Z[ recovery-image] Feb 26 17:25:39.218 INFO O| Feb 26 17:25:39.218 INFO STEP 130 (remove_files) COMPLETE
52692026-02-26T17:25:39.650Z[ recovery-image] Feb 26 17:25:39.218 INFO O| Feb 26 17:25:39.218 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702026-02-26T17:25:39.650Z[ recovery-image] Feb 26 17:25:39.234 INFO O| Feb 26 17:25:39.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52712026-02-26T17:25:39.650Z[ recovery-image] Feb 26 17:25:39.234 INFO O| Feb 26 17:25:39.234 INFO STEP 131 (remove_files) COMPLETE
52722026-02-26T17:25:39.650Z[ recovery-image] Feb 26 17:25:39.234 INFO O| Feb 26 17:25:39.234 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732026-02-26T17:25:39.675Z[ recovery-image] Feb 26 17:25:39.254 INFO O| Feb 26 17:25:39.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52742026-02-26T17:25:39.675Z[ recovery-image] Feb 26 17:25:39.254 INFO O| Feb 26 17:25:39.254 INFO STEP 132 (remove_files) COMPLETE
52752026-02-26T17:25:39.675Z[ recovery-image] Feb 26 17:25:39.254 INFO O| Feb 26 17:25:39.254 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762026-02-26T17:25:39.700Z[ recovery-image] Feb 26 17:25:39.272 INFO O| Feb 26 17:25:39.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52772026-02-26T17:25:39.700Z[ recovery-image] Feb 26 17:25:39.272 INFO O| Feb 26 17:25:39.272 INFO STEP 133 (remove_files) COMPLETE
52782026-02-26T17:25:39.700Z[ recovery-image] Feb 26 17:25:39.272 INFO O| Feb 26 17:25:39.272 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792026-02-26T17:25:39.700Z[ recovery-image] Feb 26 17:25:39.287 INFO O| Feb 26 17:25:39.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52802026-02-26T17:25:39.700Z[ recovery-image] Feb 26 17:25:39.287 INFO O| Feb 26 17:25:39.287 INFO STEP 134 (remove_files) COMPLETE
52812026-02-26T17:25:39.700Z[ recovery-image] Feb 26 17:25:39.287 INFO O| Feb 26 17:25:39.287 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822026-02-26T17:25:39.737Z[ recovery-image] Feb 26 17:25:39.325 INFO O| Feb 26 17:25:39.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52832026-02-26T17:25:39.737Z[ recovery-image] Feb 26 17:25:39.325 INFO O| Feb 26 17:25:39.325 INFO STEP 135 (remove_files) COMPLETE
52842026-02-26T17:25:39.762Z[ recovery-image] Feb 26 17:25:39.325 INFO O| Feb 26 17:25:39.325 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852026-02-26T17:25:39.762Z[ recovery-image] Feb 26 17:25:39.343 INFO O| Feb 26 17:25:39.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52862026-02-26T17:25:39.762Z[ recovery-image] Feb 26 17:25:39.343 INFO O| Feb 26 17:25:39.343 INFO STEP 136 (remove_files) COMPLETE
52872026-02-26T17:25:39.762Z[ recovery-image] Feb 26 17:25:39.343 INFO O| Feb 26 17:25:39.343 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882026-02-26T17:25:39.787Z[ recovery-image] Feb 26 17:25:39.365 INFO O| Feb 26 17:25:39.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52892026-02-26T17:25:39.787Z[ recovery-image] Feb 26 17:25:39.365 INFO O| Feb 26 17:25:39.365 INFO STEP 137 (remove_files) COMPLETE
52902026-02-26T17:25:39.787Z[ recovery-image] Feb 26 17:25:39.365 INFO O| Feb 26 17:25:39.365 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912026-02-26T17:25:39.812Z[ recovery-image] Feb 26 17:25:39.387 INFO O| Feb 26 17:25:39.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52922026-02-26T17:25:39.812Z[ recovery-image] Feb 26 17:25:39.387 INFO O| Feb 26 17:25:39.387 INFO STEP 138 (remove_files) COMPLETE
52932026-02-26T17:25:39.812Z[ recovery-image] Feb 26 17:25:39.387 INFO O| Feb 26 17:25:39.387 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942026-02-26T17:25:39.837Z[ recovery-image] Feb 26 17:25:39.401 INFO O| Feb 26 17:25:39.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52952026-02-26T17:25:39.837Z[ recovery-image] Feb 26 17:25:39.401 INFO O| Feb 26 17:25:39.401 INFO STEP 139 (remove_files) COMPLETE
52962026-02-26T17:25:39.837Z[ recovery-image] Feb 26 17:25:39.401 INFO O| Feb 26 17:25:39.401 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972026-02-26T17:25:39.837Z[ recovery-image] Feb 26 17:25:39.416 INFO O| Feb 26 17:25:39.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52982026-02-26T17:25:39.837Z[ recovery-image] Feb 26 17:25:39.416 INFO O| Feb 26 17:25:39.416 INFO STEP 140 (remove_files) COMPLETE
52992026-02-26T17:25:39.837Z[ recovery-image] Feb 26 17:25:39.416 INFO O| Feb 26 17:25:39.416 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002026-02-26T17:25:39.863Z[ recovery-image] Feb 26 17:25:39.431 INFO O| Feb 26 17:25:39.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
53012026-02-26T17:25:39.863Z[ recovery-image] Feb 26 17:25:39.431 INFO O| Feb 26 17:25:39.431 INFO STEP 141 (remove_files) COMPLETE
53022026-02-26T17:25:39.863Z[ recovery-image] Feb 26 17:25:39.431 INFO O| Feb 26 17:25:39.431 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032026-02-26T17:25:39.863Z[ recovery-image] Feb 26 17:25:39.446 INFO O| Feb 26 17:25:39.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
53042026-02-26T17:25:39.863Z[ recovery-image] Feb 26 17:25:39.447 INFO O| Feb 26 17:25:39.446 INFO STEP 142 (remove_files) COMPLETE
53052026-02-26T17:25:39.863Z[ recovery-image] Feb 26 17:25:39.447 INFO O| Feb 26 17:25:39.447 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062026-02-26T17:25:39.888Z[ recovery-image] Feb 26 17:25:39.462 INFO O| Feb 26 17:25:39.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
53072026-02-26T17:25:39.888Z[ recovery-image] Feb 26 17:25:39.463 INFO O| Feb 26 17:25:39.463 INFO STEP 143 (remove_files) COMPLETE
53082026-02-26T17:25:39.888Z[ recovery-image] Feb 26 17:25:39.463 INFO O| Feb 26 17:25:39.463 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092026-02-26T17:25:39.916Z[ recovery-image] Feb 26 17:25:39.503 INFO O| Feb 26 17:25:39.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
53102026-02-26T17:25:39.916Z[ recovery-image] Feb 26 17:25:39.503 INFO O| Feb 26 17:25:39.503 INFO STEP 144 (remove_files) COMPLETE
53112026-02-26T17:25:39.940Z[ recovery-image] Feb 26 17:25:39.503 INFO O| Feb 26 17:25:39.503 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122026-02-26T17:25:39.940Z[ recovery-image] Feb 26 17:25:39.518 INFO O| Feb 26 17:25:39.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
53132026-02-26T17:25:39.940Z[ recovery-image] Feb 26 17:25:39.518 INFO O| Feb 26 17:25:39.518 INFO STEP 145 (remove_files) COMPLETE
53142026-02-26T17:25:39.941Z[ recovery-image] Feb 26 17:25:39.518 INFO O| Feb 26 17:25:39.518 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152026-02-26T17:25:39.966Z[ recovery-image] Feb 26 17:25:39.533 INFO O| Feb 26 17:25:39.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
53162026-02-26T17:25:39.991Z[ recovery-image] Feb 26 17:25:39.554 INFO O| Feb 26 17:25:39.554 INFO STEP 146 (remove_files) COMPLETE
53172026-02-26T17:25:39.992Z[ recovery-image] Feb 26 17:25:39.554 INFO O| Feb 26 17:25:39.554 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182026-02-26T17:25:39.992Z[ recovery-image] Feb 26 17:25:39.570 INFO O| Feb 26 17:25:39.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
53192026-02-26T17:25:40.016Z[ recovery-image] Feb 26 17:25:39.591 INFO O| Feb 26 17:25:39.591 INFO STEP 147 (remove_files) COMPLETE
53202026-02-26T17:25:40.016Z[ recovery-image] Feb 26 17:25:39.591 INFO O| Feb 26 17:25:39.591 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212026-02-26T17:25:40.041Z[ recovery-image] Feb 26 17:25:39.610 INFO O| Feb 26 17:25:39.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
53222026-02-26T17:25:40.041Z[ recovery-image] Feb 26 17:25:39.610 INFO O| Feb 26 17:25:39.610 INFO STEP 148 (remove_files) COMPLETE
53232026-02-26T17:25:40.041Z[ recovery-image] Feb 26 17:25:39.610 INFO O| Feb 26 17:25:39.610 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242026-02-26T17:25:40.072Z[ recovery-image] Feb 26 17:25:39.659 INFO O| Feb 26 17:25:39.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
53252026-02-26T17:25:40.072Z[ recovery-image] Feb 26 17:25:39.660 INFO O| Feb 26 17:25:39.659 INFO STEP 149 (remove_files) COMPLETE
53262026-02-26T17:25:40.097Z[ recovery-image] Feb 26 17:25:39.660 INFO O| Feb 26 17:25:39.660 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272026-02-26T17:25:40.097Z[ recovery-image] Feb 26 17:25:39.677 INFO O| Feb 26 17:25:39.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
53282026-02-26T17:25:40.097Z[ recovery-image] Feb 26 17:25:39.677 INFO O| Feb 26 17:25:39.677 INFO STEP 150 (remove_files) COMPLETE
53292026-02-26T17:25:40.097Z[ recovery-image] Feb 26 17:25:39.677 INFO O| Feb 26 17:25:39.677 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302026-02-26T17:25:40.122Z[ recovery-image] Feb 26 17:25:39.695 INFO O| Feb 26 17:25:39.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
53312026-02-26T17:25:40.122Z[ recovery-image] Feb 26 17:25:39.695 INFO O| Feb 26 17:25:39.695 INFO STEP 151 (remove_files) COMPLETE
53322026-02-26T17:25:40.122Z[ recovery-image] Feb 26 17:25:39.695 INFO O| Feb 26 17:25:39.695 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332026-02-26T17:25:40.147Z[ recovery-image] Feb 26 17:25:39.711 INFO O| Feb 26 17:25:39.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53342026-02-26T17:25:40.147Z[ recovery-image] Feb 26 17:25:39.712 INFO O| Feb 26 17:25:39.712 INFO STEP 152 (remove_files) COMPLETE
53352026-02-26T17:25:40.147Z[ recovery-image] Feb 26 17:25:39.712 INFO O| Feb 26 17:25:39.712 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362026-02-26T17:25:40.148Z[ recovery-image] Feb 26 17:25:39.727 INFO O| Feb 26 17:25:39.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53372026-02-26T17:25:40.148Z[ recovery-image] Feb 26 17:25:39.728 INFO O| Feb 26 17:25:39.727 INFO STEP 153 (remove_files) COMPLETE
53382026-02-26T17:25:40.148Z[ recovery-image] Feb 26 17:25:39.728 INFO O| Feb 26 17:25:39.727 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392026-02-26T17:25:40.173Z[ recovery-image] Feb 26 17:25:39.745 INFO O| Feb 26 17:25:39.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53402026-02-26T17:25:40.173Z[ recovery-image] Feb 26 17:25:39.745 INFO O| Feb 26 17:25:39.745 INFO STEP 154 (remove_files) COMPLETE
53412026-02-26T17:25:40.173Z[ recovery-image] Feb 26 17:25:39.745 INFO O| Feb 26 17:25:39.745 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422026-02-26T17:25:40.198Z[ recovery-image] Feb 26 17:25:39.760 INFO O| Feb 26 17:25:39.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53432026-02-26T17:25:40.198Z[ recovery-image] Feb 26 17:25:39.760 INFO O| Feb 26 17:25:39.760 INFO STEP 155 (remove_files) COMPLETE
53442026-02-26T17:25:40.198Z[ recovery-image] Feb 26 17:25:39.760 INFO O| Feb 26 17:25:39.760 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452026-02-26T17:25:40.198Z[ recovery-image] Feb 26 17:25:39.778 INFO O| Feb 26 17:25:39.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53462026-02-26T17:25:40.198Z[ recovery-image] Feb 26 17:25:39.778 INFO O| Feb 26 17:25:39.778 INFO STEP 156 (remove_files) COMPLETE
53472026-02-26T17:25:40.198Z[ recovery-image] Feb 26 17:25:39.778 INFO O| Feb 26 17:25:39.778 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482026-02-26T17:25:40.223Z[ recovery-image] Feb 26 17:25:39.793 INFO O| Feb 26 17:25:39.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53492026-02-26T17:25:40.223Z[ recovery-image] Feb 26 17:25:39.793 INFO O| Feb 26 17:25:39.793 INFO STEP 157 (remove_files) COMPLETE
53502026-02-26T17:25:40.223Z[ recovery-image] Feb 26 17:25:39.793 INFO O| Feb 26 17:25:39.793 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512026-02-26T17:25:40.223Z[ recovery-image] Feb 26 17:25:39.808 INFO O| Feb 26 17:25:39.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53522026-02-26T17:25:40.223Z[ recovery-image] Feb 26 17:25:39.808 INFO O| Feb 26 17:25:39.808 INFO STEP 158 (remove_files) COMPLETE
53532026-02-26T17:25:40.223Z[ recovery-image] Feb 26 17:25:39.808 INFO O| Feb 26 17:25:39.808 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542026-02-26T17:25:40.248Z[ recovery-image] Feb 26 17:25:39.822 INFO O| Feb 26 17:25:39.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53552026-02-26T17:25:40.248Z[ recovery-image] Feb 26 17:25:39.823 INFO O| Feb 26 17:25:39.823 INFO STEP 159 (remove_files) COMPLETE
53562026-02-26T17:25:40.248Z[ recovery-image] Feb 26 17:25:39.823 INFO O| Feb 26 17:25:39.823 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572026-02-26T17:25:40.273Z[ recovery-image] Feb 26 17:25:39.838 INFO O| Feb 26 17:25:39.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53582026-02-26T17:25:40.273Z[ recovery-image] Feb 26 17:25:39.838 INFO O| Feb 26 17:25:39.838 INFO STEP 160 (remove_files) COMPLETE
53592026-02-26T17:25:40.273Z[ recovery-image] Feb 26 17:25:39.838 INFO O| Feb 26 17:25:39.838 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602026-02-26T17:25:40.273Z[ recovery-image] Feb 26 17:25:39.854 INFO O| Feb 26 17:25:39.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53612026-02-26T17:25:40.273Z[ recovery-image] Feb 26 17:25:39.854 INFO O| Feb 26 17:25:39.854 INFO STEP 161 (remove_files) COMPLETE
53622026-02-26T17:25:40.273Z[ recovery-image] Feb 26 17:25:39.854 INFO O| Feb 26 17:25:39.854 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632026-02-26T17:25:40.339Z[ recovery-image] Feb 26 17:25:39.869 INFO O| Feb 26 17:25:39.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53642026-02-26T17:25:40.339Z[ recovery-image] Feb 26 17:25:39.870 INFO O| Feb 26 17:25:39.870 INFO STEP 162 (remove_files) COMPLETE
53652026-02-26T17:25:40.339Z[ recovery-image] Feb 26 17:25:39.870 INFO O| Feb 26 17:25:39.870 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662026-02-26T17:25:40.339Z[ recovery-image] Feb 26 17:25:39.885 INFO O| Feb 26 17:25:39.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53672026-02-26T17:25:40.339Z[ recovery-image] Feb 26 17:25:39.886 INFO O| Feb 26 17:25:39.885 INFO STEP 163 (remove_files) COMPLETE
53682026-02-26T17:25:40.339Z[ recovery-image] Feb 26 17:25:39.886 INFO O| Feb 26 17:25:39.886 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692026-02-26T17:25:40.339Z[ recovery-image] Feb 26 17:25:39.903 INFO O| Feb 26 17:25:39.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53702026-02-26T17:25:40.339Z[ recovery-image] Feb 26 17:25:39.903 INFO O| Feb 26 17:25:39.903 INFO STEP 164 (remove_files) COMPLETE
53712026-02-26T17:25:40.339Z[ recovery-image] Feb 26 17:25:39.903 INFO O| Feb 26 17:25:39.903 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722026-02-26T17:25:40.364Z[ recovery-image] Feb 26 17:25:39.921 INFO O| Feb 26 17:25:39.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53732026-02-26T17:25:40.364Z[ recovery-image] Feb 26 17:25:39.921 INFO O| Feb 26 17:25:39.921 INFO STEP 165 (remove_files) COMPLETE
53742026-02-26T17:25:40.364Z[ recovery-image] Feb 26 17:25:39.921 INFO O| Feb 26 17:25:39.921 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752026-02-26T17:25:40.364Z[ recovery-image] Feb 26 17:25:39.939 INFO O| Feb 26 17:25:39.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53762026-02-26T17:25:40.364Z[ recovery-image] Feb 26 17:25:39.939 INFO O| Feb 26 17:25:39.939 INFO STEP 166 (remove_files) COMPLETE
53772026-02-26T17:25:40.364Z[ recovery-image] Feb 26 17:25:39.939 INFO O| Feb 26 17:25:39.939 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782026-02-26T17:25:40.389Z[ recovery-image] Feb 26 17:25:39.958 INFO O| Feb 26 17:25:39.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53792026-02-26T17:25:40.389Z[ recovery-image] Feb 26 17:25:39.958 INFO O| Feb 26 17:25:39.958 INFO STEP 167 (remove_files) COMPLETE
53802026-02-26T17:25:40.389Z[ recovery-image] Feb 26 17:25:39.958 INFO O| Feb 26 17:25:39.958 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812026-02-26T17:25:40.413Z[ recovery-image] Feb 26 17:25:39.977 INFO O| Feb 26 17:25:39.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53822026-02-26T17:25:40.413Z[ recovery-image] Feb 26 17:25:39.977 INFO O| Feb 26 17:25:39.977 INFO STEP 168 (remove_files) COMPLETE
53832026-02-26T17:25:40.413Z[ recovery-image] Feb 26 17:25:39.977 INFO O| Feb 26 17:25:39.977 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842026-02-26T17:25:40.413Z[ recovery-image] Feb 26 17:25:39.995 INFO O| Feb 26 17:25:39.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53852026-02-26T17:25:40.414Z[ recovery-image] Feb 26 17:25:39.995 INFO O| Feb 26 17:25:39.995 INFO STEP 169 (remove_files) COMPLETE
53862026-02-26T17:25:40.414Z[ recovery-image] Feb 26 17:25:39.995 INFO O| Feb 26 17:25:39.995 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872026-02-26T17:25:40.439Z[ recovery-image] Feb 26 17:25:40.012 INFO O| Feb 26 17:25:40.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53882026-02-26T17:25:40.439Z[ recovery-image] Feb 26 17:25:40.012 INFO O| Feb 26 17:25:40.012 INFO STEP 170 (remove_files) COMPLETE
53892026-02-26T17:25:40.439Z[ recovery-image] Feb 26 17:25:40.012 INFO O| Feb 26 17:25:40.012 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902026-02-26T17:25:40.463Z[ recovery-image] Feb 26 17:25:40.029 INFO O| Feb 26 17:25:40.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53912026-02-26T17:25:40.463Z[ recovery-image] Feb 26 17:25:40.029 INFO O| Feb 26 17:25:40.029 INFO STEP 171 (remove_files) COMPLETE
53922026-02-26T17:25:40.463Z[ recovery-image] Feb 26 17:25:40.030 INFO O| Feb 26 17:25:40.029 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932026-02-26T17:25:40.463Z[ recovery-image] Feb 26 17:25:40.048 INFO O| Feb 26 17:25:40.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53942026-02-26T17:25:40.463Z[ recovery-image] Feb 26 17:25:40.048 INFO O| Feb 26 17:25:40.048 INFO STEP 172 (remove_files) COMPLETE
53952026-02-26T17:25:40.463Z[ recovery-image] Feb 26 17:25:40.048 INFO O| Feb 26 17:25:40.048 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962026-02-26T17:25:40.488Z[ recovery-image] Feb 26 17:25:40.066 INFO O| Feb 26 17:25:40.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53972026-02-26T17:25:40.488Z[ recovery-image] Feb 26 17:25:40.067 INFO O| Feb 26 17:25:40.066 INFO STEP 173 (remove_files) COMPLETE
53982026-02-26T17:25:40.488Z[ recovery-image] Feb 26 17:25:40.067 INFO O| Feb 26 17:25:40.067 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992026-02-26T17:25:40.513Z[ recovery-image] Feb 26 17:25:40.083 INFO O| Feb 26 17:25:40.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
54002026-02-26T17:25:40.514Z[ recovery-image] Feb 26 17:25:40.083 INFO O| Feb 26 17:25:40.083 INFO STEP 174 (remove_files) COMPLETE
54012026-02-26T17:25:40.514Z[ recovery-image] Feb 26 17:25:40.083 INFO O| Feb 26 17:25:40.083 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022026-02-26T17:25:40.539Z[ recovery-image] Feb 26 17:25:40.102 INFO O| Feb 26 17:25:40.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
54032026-02-26T17:25:40.539Z[ recovery-image] Feb 26 17:25:40.102 INFO O| Feb 26 17:25:40.102 INFO STEP 175 (remove_files) COMPLETE
54042026-02-26T17:25:40.539Z[ recovery-image] Feb 26 17:25:40.102 INFO O| Feb 26 17:25:40.102 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052026-02-26T17:25:40.539Z[ recovery-image] Feb 26 17:25:40.119 INFO O| Feb 26 17:25:40.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
54062026-02-26T17:25:40.539Z[ recovery-image] Feb 26 17:25:40.119 INFO O| Feb 26 17:25:40.119 INFO STEP 176 (remove_files) COMPLETE
54072026-02-26T17:25:40.539Z[ recovery-image] Feb 26 17:25:40.119 INFO O| Feb 26 17:25:40.119 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082026-02-26T17:25:40.564Z[ recovery-image] Feb 26 17:25:40.135 INFO O| Feb 26 17:25:40.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
54092026-02-26T17:25:40.564Z[ recovery-image] Feb 26 17:25:40.136 INFO O| Feb 26 17:25:40.136 INFO STEP 177 (remove_files) COMPLETE
54102026-02-26T17:25:40.564Z[ recovery-image] Feb 26 17:25:40.136 INFO O| Feb 26 17:25:40.136 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112026-02-26T17:25:40.589Z[ recovery-image] Feb 26 17:25:40.152 INFO O| Feb 26 17:25:40.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
54122026-02-26T17:25:40.589Z[ recovery-image] Feb 26 17:25:40.152 INFO O| Feb 26 17:25:40.152 INFO STEP 178 (remove_files) COMPLETE
54132026-02-26T17:25:40.589Z[ recovery-image] Feb 26 17:25:40.152 INFO O| Feb 26 17:25:40.152 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142026-02-26T17:25:40.589Z[ recovery-image] Feb 26 17:25:40.169 INFO O| Feb 26 17:25:40.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
54152026-02-26T17:25:40.589Z[ recovery-image] Feb 26 17:25:40.170 INFO O| Feb 26 17:25:40.169 INFO STEP 179 (remove_files) COMPLETE
54162026-02-26T17:25:40.589Z[ recovery-image] Feb 26 17:25:40.170 INFO O| Feb 26 17:25:40.170 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172026-02-26T17:25:40.617Z[ recovery-image] Feb 26 17:25:40.190 INFO O| Feb 26 17:25:40.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
54182026-02-26T17:25:40.617Z[ recovery-image] Feb 26 17:25:40.190 INFO O| Feb 26 17:25:40.190 INFO STEP 180 (remove_files) COMPLETE
54192026-02-26T17:25:40.617Z[ recovery-image] Feb 26 17:25:40.190 INFO O| Feb 26 17:25:40.190 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202026-02-26T17:25:40.642Z[ recovery-image] Feb 26 17:25:40.208 INFO O| Feb 26 17:25:40.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
54212026-02-26T17:25:40.642Z[ recovery-image] Feb 26 17:25:40.208 INFO O| Feb 26 17:25:40.208 INFO STEP 181 (remove_files) COMPLETE
54222026-02-26T17:25:40.642Z[ recovery-image] Feb 26 17:25:40.208 INFO O| Feb 26 17:25:40.208 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232026-02-26T17:25:40.642Z[ recovery-image] Feb 26 17:25:40.227 INFO O| Feb 26 17:25:40.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
54242026-02-26T17:25:40.642Z[ recovery-image] Feb 26 17:25:40.227 INFO O| Feb 26 17:25:40.227 INFO STEP 182 (remove_files) COMPLETE
54252026-02-26T17:25:40.642Z[ recovery-image] Feb 26 17:25:40.227 INFO O| Feb 26 17:25:40.227 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262026-02-26T17:25:40.667Z[ recovery-image] Feb 26 17:25:40.243 INFO O| Feb 26 17:25:40.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
54272026-02-26T17:25:40.667Z[ recovery-image] Feb 26 17:25:40.244 INFO O| Feb 26 17:25:40.244 INFO STEP 183 (remove_files) COMPLETE
54282026-02-26T17:25:40.667Z[ recovery-image] Feb 26 17:25:40.244 INFO O| Feb 26 17:25:40.244 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292026-02-26T17:25:40.692Z[ recovery-image] Feb 26 17:25:40.261 INFO O| Feb 26 17:25:40.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
54302026-02-26T17:25:40.692Z[ recovery-image] Feb 26 17:25:40.261 INFO O| Feb 26 17:25:40.261 INFO STEP 184 (remove_files) COMPLETE
54312026-02-26T17:25:40.692Z[ recovery-image] Feb 26 17:25:40.261 INFO O| Feb 26 17:25:40.261 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322026-02-26T17:25:40.692Z[ recovery-image] Feb 26 17:25:40.276 INFO O| Feb 26 17:25:40.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54332026-02-26T17:25:40.692Z[ recovery-image] Feb 26 17:25:40.277 INFO O| Feb 26 17:25:40.276 INFO STEP 185 (remove_files) COMPLETE
54342026-02-26T17:25:40.692Z[ recovery-image] Feb 26 17:25:40.277 INFO O| Feb 26 17:25:40.276 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352026-02-26T17:25:40.718Z[ recovery-image] Feb 26 17:25:40.291 INFO O| Feb 26 17:25:40.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54362026-02-26T17:25:40.718Z[ recovery-image] Feb 26 17:25:40.291 INFO O| Feb 26 17:25:40.291 INFO STEP 186 (remove_files) COMPLETE
54372026-02-26T17:25:40.718Z[ recovery-image] Feb 26 17:25:40.291 INFO O| Feb 26 17:25:40.291 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382026-02-26T17:25:40.742Z[ recovery-image] Feb 26 17:25:40.306 INFO O| Feb 26 17:25:40.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54392026-02-26T17:25:40.742Z[ recovery-image] Feb 26 17:25:40.306 INFO O| Feb 26 17:25:40.306 INFO STEP 187 (remove_files) COMPLETE
54402026-02-26T17:25:40.743Z[ recovery-image] Feb 26 17:25:40.306 INFO O| Feb 26 17:25:40.306 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412026-02-26T17:25:40.743Z[ recovery-image] Feb 26 17:25:40.324 INFO O| Feb 26 17:25:40.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54422026-02-26T17:25:40.743Z[ recovery-image] Feb 26 17:25:40.324 INFO O| Feb 26 17:25:40.324 INFO STEP 188 (remove_files) COMPLETE
54432026-02-26T17:25:40.743Z[ recovery-image] Feb 26 17:25:40.324 INFO O| Feb 26 17:25:40.324 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442026-02-26T17:25:40.767Z[ recovery-image] Feb 26 17:25:40.341 INFO O| Feb 26 17:25:40.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54452026-02-26T17:25:40.767Z[ recovery-image] Feb 26 17:25:40.342 INFO O| Feb 26 17:25:40.341 INFO STEP 189 (remove_files) COMPLETE
54462026-02-26T17:25:40.767Z[ recovery-image] Feb 26 17:25:40.342 INFO O| Feb 26 17:25:40.342 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472026-02-26T17:25:40.792Z[ recovery-image] Feb 26 17:25:40.358 INFO O| Feb 26 17:25:40.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54482026-02-26T17:25:40.792Z[ recovery-image] Feb 26 17:25:40.358 INFO O| Feb 26 17:25:40.358 INFO STEP 190 (remove_files) COMPLETE
54492026-02-26T17:25:40.793Z[ recovery-image] Feb 26 17:25:40.358 INFO O| Feb 26 17:25:40.358 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502026-02-26T17:25:40.793Z[ recovery-image] Feb 26 17:25:40.377 INFO O| Feb 26 17:25:40.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54512026-02-26T17:25:40.793Z[ recovery-image] Feb 26 17:25:40.377 INFO O| Feb 26 17:25:40.377 INFO STEP 191 (remove_files) COMPLETE
54522026-02-26T17:25:40.793Z[ recovery-image] Feb 26 17:25:40.377 INFO O| Feb 26 17:25:40.377 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532026-02-26T17:25:40.817Z[ recovery-image] Feb 26 17:25:40.392 INFO O| Feb 26 17:25:40.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54542026-02-26T17:25:40.817Z[ recovery-image] Feb 26 17:25:40.392 INFO O| Feb 26 17:25:40.392 INFO STEP 192 (remove_files) COMPLETE
54552026-02-26T17:25:40.817Z[ recovery-image] Feb 26 17:25:40.392 INFO O| Feb 26 17:25:40.392 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562026-02-26T17:25:40.842Z[ recovery-image] Feb 26 17:25:40.408 INFO O| Feb 26 17:25:40.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54572026-02-26T17:25:40.842Z[ recovery-image] Feb 26 17:25:40.408 INFO O| Feb 26 17:25:40.408 INFO STEP 193 (remove_files) COMPLETE
54582026-02-26T17:25:40.842Z[ recovery-image] Feb 26 17:25:40.408 INFO O| Feb 26 17:25:40.408 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592026-02-26T17:25:40.842Z[ recovery-image] Feb 26 17:25:40.424 INFO O| Feb 26 17:25:40.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54602026-02-26T17:25:40.842Z[ recovery-image] Feb 26 17:25:40.424 INFO O| Feb 26 17:25:40.424 INFO STEP 194 (remove_files) COMPLETE
54612026-02-26T17:25:40.842Z[ recovery-image] Feb 26 17:25:40.424 INFO O| Feb 26 17:25:40.424 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622026-02-26T17:25:40.868Z[ recovery-image] Feb 26 17:25:40.440 INFO O| Feb 26 17:25:40.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54632026-02-26T17:25:40.868Z[ recovery-image] Feb 26 17:25:40.440 INFO O| Feb 26 17:25:40.440 INFO STEP 195 (remove_files) COMPLETE
54642026-02-26T17:25:40.868Z[ recovery-image] Feb 26 17:25:40.440 INFO O| Feb 26 17:25:40.440 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652026-02-26T17:25:40.868Z[ recovery-image] Feb 26 17:25:40.454 INFO O| Feb 26 17:25:40.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54662026-02-26T17:25:40.868Z[ recovery-image] Feb 26 17:25:40.454 INFO O| Feb 26 17:25:40.454 INFO STEP 196 (remove_files) COMPLETE
54672026-02-26T17:25:40.868Z[ recovery-image] Feb 26 17:25:40.454 INFO O| Feb 26 17:25:40.454 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682026-02-26T17:25:40.892Z[ recovery-image] Feb 26 17:25:40.474 INFO O| Feb 26 17:25:40.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54692026-02-26T17:25:40.892Z[ recovery-image] Feb 26 17:25:40.475 INFO O| Feb 26 17:25:40.475 INFO STEP 197 (remove_files) COMPLETE
54702026-02-26T17:25:40.893Z[ recovery-image] Feb 26 17:25:40.475 INFO O| Feb 26 17:25:40.475 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712026-02-26T17:25:40.917Z[ recovery-image] Feb 26 17:25:40.492 INFO O| Feb 26 17:25:40.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54722026-02-26T17:25:40.917Z[ recovery-image] Feb 26 17:25:40.492 INFO O| Feb 26 17:25:40.492 INFO STEP 198 (remove_files) COMPLETE
54732026-02-26T17:25:40.917Z[ recovery-image] Feb 26 17:25:40.492 INFO O| Feb 26 17:25:40.492 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742026-02-26T17:25:40.943Z[ recovery-image] Feb 26 17:25:40.525 INFO O| Feb 26 17:25:40.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54752026-02-26T17:25:40.943Z[ recovery-image] Feb 26 17:25:40.525 INFO O| Feb 26 17:25:40.525 INFO STEP 199 (remove_files) COMPLETE
54762026-02-26T17:25:40.943Z[ recovery-image] Feb 26 17:25:40.525 INFO O| Feb 26 17:25:40.525 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772026-02-26T17:25:40.968Z[ recovery-image] Feb 26 17:25:40.541 INFO O| Feb 26 17:25:40.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54782026-02-26T17:25:40.968Z[ recovery-image] Feb 26 17:25:40.541 INFO O| Feb 26 17:25:40.541 INFO STEP 200 (remove_files) COMPLETE
54792026-02-26T17:25:40.968Z[ recovery-image] Feb 26 17:25:40.541 INFO O| Feb 26 17:25:40.541 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802026-02-26T17:25:40.993Z[ recovery-image] Feb 26 17:25:40.561 INFO O| Feb 26 17:25:40.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54812026-02-26T17:25:40.993Z[ recovery-image] Feb 26 17:25:40.561 INFO O| Feb 26 17:25:40.561 INFO STEP 201 (remove_files) COMPLETE
54822026-02-26T17:25:40.993Z[ recovery-image] Feb 26 17:25:40.561 INFO O| Feb 26 17:25:40.561 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832026-02-26T17:25:40.993Z[ recovery-image] Feb 26 17:25:40.580 INFO O| Feb 26 17:25:40.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54842026-02-26T17:25:40.993Z[ recovery-image] Feb 26 17:25:40.580 INFO O| Feb 26 17:25:40.580 INFO STEP 202 (remove_files) COMPLETE
54852026-02-26T17:25:40.993Z[ recovery-image] Feb 26 17:25:40.580 INFO O| Feb 26 17:25:40.580 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862026-02-26T17:25:41.018Z[ recovery-image] Feb 26 17:25:40.595 INFO O| Feb 26 17:25:40.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54872026-02-26T17:25:41.018Z[ recovery-image] Feb 26 17:25:40.596 INFO O| Feb 26 17:25:40.596 INFO STEP 203 (remove_files) COMPLETE
54882026-02-26T17:25:41.043Z[ recovery-image] Feb 26 17:25:40.596 INFO O| Feb 26 17:25:40.596 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892026-02-26T17:25:41.043Z[ recovery-image] Feb 26 17:25:40.613 INFO O| Feb 26 17:25:40.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54902026-02-26T17:25:41.043Z[ recovery-image] Feb 26 17:25:40.613 INFO O| Feb 26 17:25:40.613 INFO STEP 204 (remove_files) COMPLETE
54912026-02-26T17:25:41.043Z[ recovery-image] Feb 26 17:25:40.613 INFO O| Feb 26 17:25:40.613 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922026-02-26T17:25:41.043Z[ recovery-image] Feb 26 17:25:40.630 INFO O| Feb 26 17:25:40.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54932026-02-26T17:25:41.043Z[ recovery-image] Feb 26 17:25:40.630 INFO O| Feb 26 17:25:40.630 INFO STEP 205 (remove_files) COMPLETE
54942026-02-26T17:25:41.068Z[ recovery-image] Feb 26 17:25:40.631 INFO O| Feb 26 17:25:40.630 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952026-02-26T17:25:41.068Z[ recovery-image] Feb 26 17:25:40.649 INFO O| Feb 26 17:25:40.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54962026-02-26T17:25:41.068Z[ recovery-image] Feb 26 17:25:40.649 INFO O| Feb 26 17:25:40.649 INFO STEP 206 (remove_files) COMPLETE
54972026-02-26T17:25:41.068Z[ recovery-image] Feb 26 17:25:40.649 INFO O| Feb 26 17:25:40.649 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982026-02-26T17:25:41.093Z[ recovery-image] Feb 26 17:25:40.666 INFO O| Feb 26 17:25:40.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54992026-02-26T17:25:41.093Z[ recovery-image] Feb 26 17:25:40.666 INFO O| Feb 26 17:25:40.666 INFO STEP 207 (remove_files) COMPLETE
55002026-02-26T17:25:41.093Z[ recovery-image] Feb 26 17:25:40.666 INFO O| Feb 26 17:25:40.666 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012026-02-26T17:25:41.118Z[ recovery-image] Feb 26 17:25:40.683 INFO O| Feb 26 17:25:40.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
55022026-02-26T17:25:41.118Z[ recovery-image] Feb 26 17:25:40.683 INFO O| Feb 26 17:25:40.683 INFO STEP 208 (remove_files) COMPLETE
55032026-02-26T17:25:41.118Z[ recovery-image] Feb 26 17:25:40.683 INFO O| Feb 26 17:25:40.683 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042026-02-26T17:25:41.118Z[ recovery-image] Feb 26 17:25:40.699 INFO O| Feb 26 17:25:40.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
55052026-02-26T17:25:41.118Z[ recovery-image] Feb 26 17:25:40.699 INFO O| Feb 26 17:25:40.699 INFO STEP 209 (remove_files) COMPLETE
55062026-02-26T17:25:41.118Z[ recovery-image] Feb 26 17:25:40.699 INFO O| Feb 26 17:25:40.699 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072026-02-26T17:25:41.143Z[ recovery-image] Feb 26 17:25:40.717 INFO O| Feb 26 17:25:40.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
55082026-02-26T17:25:41.143Z[ recovery-image] Feb 26 17:25:40.717 INFO O| Feb 26 17:25:40.717 INFO STEP 210 (remove_files) COMPLETE
55092026-02-26T17:25:41.143Z[ recovery-image] Feb 26 17:25:40.717 INFO O| Feb 26 17:25:40.717 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102026-02-26T17:25:41.168Z[ recovery-image] Feb 26 17:25:40.733 INFO O| Feb 26 17:25:40.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
55112026-02-26T17:25:41.168Z[ recovery-image] Feb 26 17:25:40.734 INFO O| Feb 26 17:25:40.734 INFO STEP 211 (remove_files) COMPLETE
55122026-02-26T17:25:41.168Z[ recovery-image] Feb 26 17:25:40.734 INFO O| Feb 26 17:25:40.734 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132026-02-26T17:25:41.168Z[ recovery-image] Feb 26 17:25:40.749 INFO O| Feb 26 17:25:40.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
55142026-02-26T17:25:41.168Z[ recovery-image] Feb 26 17:25:40.749 INFO O| Feb 26 17:25:40.749 INFO STEP 212 (remove_files) COMPLETE
55152026-02-26T17:25:41.168Z[ recovery-image] Feb 26 17:25:40.749 INFO O| Feb 26 17:25:40.749 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162026-02-26T17:25:41.194Z[ recovery-image] Feb 26 17:25:40.767 INFO O| Feb 26 17:25:40.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
55172026-02-26T17:25:41.195Z[ recovery-image] Feb 26 17:25:40.767 INFO O| Feb 26 17:25:40.767 INFO STEP 213 (remove_files) COMPLETE
55182026-02-26T17:25:41.195Z[ recovery-image] Feb 26 17:25:40.767 INFO O| Feb 26 17:25:40.767 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192026-02-26T17:25:41.220Z[ recovery-image] Feb 26 17:25:40.785 INFO O| Feb 26 17:25:40.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
55202026-02-26T17:25:41.220Z[ recovery-image] Feb 26 17:25:40.785 INFO O| Feb 26 17:25:40.785 INFO STEP 214 (remove_files) COMPLETE
55212026-02-26T17:25:41.220Z[ recovery-image] Feb 26 17:25:40.785 INFO O| Feb 26 17:25:40.785 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222026-02-26T17:25:41.220Z[ recovery-image] Feb 26 17:25:40.803 INFO O| Feb 26 17:25:40.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
55232026-02-26T17:25:41.220Z[ recovery-image] Feb 26 17:25:40.803 INFO O| Feb 26 17:25:40.803 INFO STEP 215 (remove_files) COMPLETE
55242026-02-26T17:25:41.220Z[ recovery-image] Feb 26 17:25:40.803 INFO O| Feb 26 17:25:40.803 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252026-02-26T17:25:41.244Z[ recovery-image] Feb 26 17:25:40.820 INFO O| Feb 26 17:25:40.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
55262026-02-26T17:25:41.244Z[ recovery-image] Feb 26 17:25:40.821 INFO O| Feb 26 17:25:40.821 INFO STEP 216 (remove_files) COMPLETE
55272026-02-26T17:25:41.244Z[ recovery-image] Feb 26 17:25:40.821 INFO O| Feb 26 17:25:40.821 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282026-02-26T17:25:41.269Z[ recovery-image] Feb 26 17:25:40.839 INFO O| Feb 26 17:25:40.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
55292026-02-26T17:25:41.270Z[ recovery-image] Feb 26 17:25:40.839 INFO O| Feb 26 17:25:40.839 INFO STEP 217 (remove_files) COMPLETE
55302026-02-26T17:25:41.270Z[ recovery-image] Feb 26 17:25:40.839 INFO O| Feb 26 17:25:40.839 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312026-02-26T17:25:41.270Z[ recovery-image] Feb 26 17:25:40.855 INFO O| Feb 26 17:25:40.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
55322026-02-26T17:25:41.270Z[ recovery-image] Feb 26 17:25:40.855 INFO O| Feb 26 17:25:40.855 INFO STEP 218 (remove_files) COMPLETE
55332026-02-26T17:25:41.270Z[ recovery-image] Feb 26 17:25:40.855 INFO O| Feb 26 17:25:40.855 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342026-02-26T17:25:41.294Z[ recovery-image] Feb 26 17:25:40.871 INFO O| Feb 26 17:25:40.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55352026-02-26T17:25:41.294Z[ recovery-image] Feb 26 17:25:40.871 INFO O| Feb 26 17:25:40.871 INFO STEP 219 (remove_files) COMPLETE
55362026-02-26T17:25:41.294Z[ recovery-image] Feb 26 17:25:40.871 INFO O| Feb 26 17:25:40.871 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372026-02-26T17:25:41.319Z[ recovery-image] Feb 26 17:25:40.886 INFO O| Feb 26 17:25:40.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55382026-02-26T17:25:41.319Z[ recovery-image] Feb 26 17:25:40.886 INFO O| Feb 26 17:25:40.886 INFO STEP 220 (remove_files) COMPLETE
55392026-02-26T17:25:41.319Z[ recovery-image] Feb 26 17:25:40.886 INFO O| Feb 26 17:25:40.886 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402026-02-26T17:25:41.319Z[ recovery-image] Feb 26 17:25:40.904 INFO O| Feb 26 17:25:40.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55412026-02-26T17:25:41.319Z[ recovery-image] Feb 26 17:25:40.904 INFO O| Feb 26 17:25:40.904 INFO STEP 221 (remove_files) COMPLETE
55422026-02-26T17:25:41.320Z[ recovery-image] Feb 26 17:25:40.904 INFO O| Feb 26 17:25:40.904 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432026-02-26T17:25:41.345Z[ recovery-image] Feb 26 17:25:40.923 INFO O| Feb 26 17:25:40.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55442026-02-26T17:25:41.345Z[ recovery-image] Feb 26 17:25:40.923 INFO O| Feb 26 17:25:40.923 INFO STEP 222 (remove_files) COMPLETE
55452026-02-26T17:25:41.345Z[ recovery-image] Feb 26 17:25:40.924 INFO O| Feb 26 17:25:40.923 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462026-02-26T17:25:41.370Z[ recovery-image] Feb 26 17:25:40.939 INFO O| Feb 26 17:25:40.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55472026-02-26T17:25:41.370Z[ recovery-image] Feb 26 17:25:40.939 INFO O| Feb 26 17:25:40.939 INFO STEP 223 (remove_files) COMPLETE
55482026-02-26T17:25:41.370Z[ recovery-image] Feb 26 17:25:40.939 INFO O| Feb 26 17:25:40.939 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492026-02-26T17:25:41.370Z[ recovery-image] Feb 26 17:25:40.957 INFO O| Feb 26 17:25:40.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55502026-02-26T17:25:41.370Z[ recovery-image] Feb 26 17:25:40.957 INFO O| Feb 26 17:25:40.957 INFO STEP 224 (remove_files) COMPLETE
55512026-02-26T17:25:41.370Z[ recovery-image] Feb 26 17:25:40.957 INFO O| Feb 26 17:25:40.957 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522026-02-26T17:25:41.395Z[ recovery-image] Feb 26 17:25:40.975 INFO O| Feb 26 17:25:40.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55532026-02-26T17:25:41.395Z[ recovery-image] Feb 26 17:25:40.975 INFO O| Feb 26 17:25:40.975 INFO STEP 225 (remove_files) COMPLETE
55542026-02-26T17:25:41.395Z[ recovery-image] Feb 26 17:25:40.975 INFO O| Feb 26 17:25:40.975 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552026-02-26T17:25:41.419Z[ recovery-image] Feb 26 17:25:40.993 INFO O| Feb 26 17:25:40.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55562026-02-26T17:25:41.419Z[ recovery-image] Feb 26 17:25:40.993 INFO O| Feb 26 17:25:40.993 INFO STEP 226 (remove_files) COMPLETE
55572026-02-26T17:25:41.419Z[ recovery-image] Feb 26 17:25:40.993 INFO O| Feb 26 17:25:40.993 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582026-02-26T17:25:41.444Z[ recovery-image] Feb 26 17:25:41.011 INFO O| Feb 26 17:25:41.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55592026-02-26T17:25:41.444Z[ recovery-image] Feb 26 17:25:41.011 INFO O| Feb 26 17:25:41.011 INFO STEP 227 (remove_files) COMPLETE
55602026-02-26T17:25:41.444Z[ recovery-image] Feb 26 17:25:41.011 INFO O| Feb 26 17:25:41.011 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612026-02-26T17:25:41.444Z[ recovery-image] Feb 26 17:25:41.029 INFO O| Feb 26 17:25:41.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55622026-02-26T17:25:41.444Z[ recovery-image] Feb 26 17:25:41.029 INFO O| Feb 26 17:25:41.029 INFO STEP 228 (remove_files) COMPLETE
55632026-02-26T17:25:41.445Z[ recovery-image] Feb 26 17:25:41.029 INFO O| Feb 26 17:25:41.029 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642026-02-26T17:25:41.469Z[ recovery-image] Feb 26 17:25:41.047 INFO O| Feb 26 17:25:41.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55652026-02-26T17:25:41.469Z[ recovery-image] Feb 26 17:25:41.047 INFO O| Feb 26 17:25:41.047 INFO STEP 229 (remove_files) COMPLETE
55662026-02-26T17:25:41.469Z[ recovery-image] Feb 26 17:25:41.048 INFO O| Feb 26 17:25:41.047 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672026-02-26T17:25:41.494Z[ recovery-image] Feb 26 17:25:41.072 INFO O| Feb 26 17:25:41.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55682026-02-26T17:25:41.494Z[ recovery-image] Feb 26 17:25:41.073 INFO O| Feb 26 17:25:41.072 INFO STEP 230 (remove_files) COMPLETE
55692026-02-26T17:25:41.494Z[ recovery-image] Feb 26 17:25:41.073 INFO O| Feb 26 17:25:41.073 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702026-02-26T17:25:41.519Z[ recovery-image] Feb 26 17:25:41.095 INFO O| Feb 26 17:25:41.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55712026-02-26T17:25:41.519Z[ recovery-image] Feb 26 17:25:41.095 INFO O| Feb 26 17:25:41.095 INFO STEP 231 (remove_files) COMPLETE
55722026-02-26T17:25:41.519Z[ recovery-image] Feb 26 17:25:41.095 INFO O| Feb 26 17:25:41.095 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732026-02-26T17:25:41.544Z[ recovery-image] Feb 26 17:25:41.112 INFO O| Feb 26 17:25:41.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55742026-02-26T17:25:41.544Z[ recovery-image] Feb 26 17:25:41.113 INFO O| Feb 26 17:25:41.113 INFO STEP 232 (remove_files) COMPLETE
55752026-02-26T17:25:41.544Z[ recovery-image] Feb 26 17:25:41.113 INFO O| Feb 26 17:25:41.113 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762026-02-26T17:25:41.544Z[ recovery-image] Feb 26 17:25:41.130 INFO O| Feb 26 17:25:41.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55772026-02-26T17:25:41.544Z[ recovery-image] Feb 26 17:25:41.130 INFO O| Feb 26 17:25:41.130 INFO STEP 233 (remove_files) COMPLETE
55782026-02-26T17:25:41.544Z[ recovery-image] Feb 26 17:25:41.130 INFO O| Feb 26 17:25:41.130 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792026-02-26T17:25:41.568Z[ recovery-image] Feb 26 17:25:41.147 INFO O| Feb 26 17:25:41.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55802026-02-26T17:25:41.568Z[ recovery-image] Feb 26 17:25:41.147 INFO O| Feb 26 17:25:41.147 INFO STEP 234 (remove_files) COMPLETE
55812026-02-26T17:25:41.569Z[ recovery-image] Feb 26 17:25:41.147 INFO O| Feb 26 17:25:41.147 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822026-02-26T17:25:41.593Z[ recovery-image] Feb 26 17:25:41.164 INFO O| Feb 26 17:25:41.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55832026-02-26T17:25:41.593Z[ recovery-image] Feb 26 17:25:41.164 INFO O| Feb 26 17:25:41.164 INFO STEP 235 (remove_files) COMPLETE
55842026-02-26T17:25:41.593Z[ recovery-image] Feb 26 17:25:41.164 INFO O| Feb 26 17:25:41.164 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852026-02-26T17:25:41.594Z[ recovery-image] Feb 26 17:25:41.181 INFO O| Feb 26 17:25:41.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55862026-02-26T17:25:41.594Z[ recovery-image] Feb 26 17:25:41.181 INFO O| Feb 26 17:25:41.181 INFO STEP 236 (remove_files) COMPLETE
55872026-02-26T17:25:41.619Z[ recovery-image] Feb 26 17:25:41.181 INFO O| Feb 26 17:25:41.181 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882026-02-26T17:25:41.619Z[ recovery-image] Feb 26 17:25:41.202 INFO O| Feb 26 17:25:41.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55892026-02-26T17:25:41.619Z[ recovery-image] Feb 26 17:25:41.202 INFO O| Feb 26 17:25:41.202 INFO STEP 237 (remove_files) COMPLETE
55902026-02-26T17:25:41.619Z[ recovery-image] Feb 26 17:25:41.202 INFO O| Feb 26 17:25:41.202 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912026-02-26T17:25:41.644Z[ recovery-image] Feb 26 17:25:41.220 INFO O| Feb 26 17:25:41.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55922026-02-26T17:25:41.644Z[ recovery-image] Feb 26 17:25:41.220 INFO O| Feb 26 17:25:41.220 INFO STEP 238 (remove_files) COMPLETE
55932026-02-26T17:25:41.644Z[ recovery-image] Feb 26 17:25:41.220 INFO O| Feb 26 17:25:41.220 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942026-02-26T17:25:41.669Z[ recovery-image] Feb 26 17:25:41.236 INFO O| Feb 26 17:25:41.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55952026-02-26T17:25:41.669Z[ recovery-image] Feb 26 17:25:41.236 INFO O| Feb 26 17:25:41.236 INFO STEP 239 (remove_files) COMPLETE
55962026-02-26T17:25:41.669Z[ recovery-image] Feb 26 17:25:41.236 INFO O| Feb 26 17:25:41.236 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972026-02-26T17:25:41.669Z[ recovery-image] Feb 26 17:25:41.250 INFO O| Feb 26 17:25:41.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55982026-02-26T17:25:41.669Z[ recovery-image] Feb 26 17:25:41.250 INFO O| Feb 26 17:25:41.250 INFO STEP 240 (remove_files) COMPLETE
55992026-02-26T17:25:41.669Z[ recovery-image] Feb 26 17:25:41.250 INFO O| Feb 26 17:25:41.250 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002026-02-26T17:25:41.709Z[ recovery-image] Feb 26 17:25:41.264 INFO O| Feb 26 17:25:41.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
56012026-02-26T17:25:41.709Z[ recovery-image] Feb 26 17:25:41.264 INFO O| Feb 26 17:25:41.264 INFO STEP 241 (remove_files) COMPLETE
56022026-02-26T17:25:41.709Z[ recovery-image] Feb 26 17:25:41.264 INFO O| Feb 26 17:25:41.264 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032026-02-26T17:25:41.709Z[ recovery-image] Feb 26 17:25:41.279 INFO O| Feb 26 17:25:41.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
56042026-02-26T17:25:41.709Z[ recovery-image] Feb 26 17:25:41.279 INFO O| Feb 26 17:25:41.279 INFO STEP 242 (remove_files) COMPLETE
56052026-02-26T17:25:41.709Z[ recovery-image] Feb 26 17:25:41.279 INFO O| Feb 26 17:25:41.279 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062026-02-26T17:25:41.709Z[ recovery-image] Feb 26 17:25:41.295 INFO O| Feb 26 17:25:41.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
56072026-02-26T17:25:41.709Z[ recovery-image] Feb 26 17:25:41.295 INFO O| Feb 26 17:25:41.295 INFO STEP 243 (remove_files) COMPLETE
56082026-02-26T17:25:41.709Z[ recovery-image] Feb 26 17:25:41.295 INFO O| Feb 26 17:25:41.295 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092026-02-26T17:25:41.734Z[ recovery-image] Feb 26 17:25:41.311 INFO O| Feb 26 17:25:41.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
56102026-02-26T17:25:41.777Z[ recovery-image] Feb 26 17:25:41.331 INFO O| Feb 26 17:25:41.331 INFO STEP 244 (remove_files) COMPLETE
56112026-02-26T17:25:41.777Z[ recovery-image] Feb 26 17:25:41.331 INFO O| Feb 26 17:25:41.331 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122026-02-26T17:25:41.802Z[ recovery-image] Feb 26 17:25:41.385 INFO O| Feb 26 17:25:41.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
56132026-02-26T17:25:41.802Z[ recovery-image] Feb 26 17:25:41.385 INFO O| Feb 26 17:25:41.385 INFO STEP 245 (remove_files) COMPLETE
56142026-02-26T17:25:41.802Z[ recovery-image] Feb 26 17:25:41.385 INFO O| Feb 26 17:25:41.385 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152026-02-26T17:25:41.827Z[ recovery-image] Feb 26 17:25:41.401 INFO O| Feb 26 17:25:41.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
56162026-02-26T17:25:41.827Z[ recovery-image] Feb 26 17:25:41.401 INFO O| Feb 26 17:25:41.401 INFO STEP 246 (remove_files) COMPLETE
56172026-02-26T17:25:41.827Z[ recovery-image] Feb 26 17:25:41.401 INFO O| Feb 26 17:25:41.401 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182026-02-26T17:25:41.852Z[ recovery-image] Feb 26 17:25:41.417 INFO O| Feb 26 17:25:41.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
56192026-02-26T17:25:41.852Z[ recovery-image] Feb 26 17:25:41.417 INFO O| Feb 26 17:25:41.417 INFO STEP 247 (remove_files) COMPLETE
56202026-02-26T17:25:41.852Z[ recovery-image] Feb 26 17:25:41.417 INFO O| Feb 26 17:25:41.417 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212026-02-26T17:25:41.852Z[ recovery-image] Feb 26 17:25:41.433 INFO O| Feb 26 17:25:41.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
56222026-02-26T17:25:41.852Z[ recovery-image] Feb 26 17:25:41.434 INFO O| Feb 26 17:25:41.433 INFO STEP 248 (remove_files) COMPLETE
56232026-02-26T17:25:41.852Z[ recovery-image] Feb 26 17:25:41.434 INFO O| Feb 26 17:25:41.434 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242026-02-26T17:25:41.876Z[ recovery-image] Feb 26 17:25:41.449 INFO O| Feb 26 17:25:41.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
56252026-02-26T17:25:41.877Z[ recovery-image] Feb 26 17:25:41.449 INFO O| Feb 26 17:25:41.449 INFO STEP 249 (remove_files) COMPLETE
56262026-02-26T17:25:41.877Z[ recovery-image] Feb 26 17:25:41.449 INFO O| Feb 26 17:25:41.449 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272026-02-26T17:25:41.901Z[ recovery-image] Feb 26 17:25:41.465 INFO O| Feb 26 17:25:41.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
56282026-02-26T17:25:41.901Z[ recovery-image] Feb 26 17:25:41.465 INFO O| Feb 26 17:25:41.465 INFO STEP 250 (remove_files) COMPLETE
56292026-02-26T17:25:41.901Z[ recovery-image] Feb 26 17:25:41.465 INFO O| Feb 26 17:25:41.465 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302026-02-26T17:25:41.901Z[ recovery-image] Feb 26 17:25:41.480 INFO O| Feb 26 17:25:41.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
56312026-02-26T17:25:41.901Z[ recovery-image] Feb 26 17:25:41.481 INFO O| Feb 26 17:25:41.480 INFO STEP 251 (remove_files) COMPLETE
56322026-02-26T17:25:41.901Z[ recovery-image] Feb 26 17:25:41.481 INFO O| Feb 26 17:25:41.481 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332026-02-26T17:25:41.927Z[ recovery-image] Feb 26 17:25:41.496 INFO O| Feb 26 17:25:41.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56342026-02-26T17:25:41.927Z[ recovery-image] Feb 26 17:25:41.496 INFO O| Feb 26 17:25:41.496 INFO STEP 252 (remove_files) COMPLETE
56352026-02-26T17:25:41.927Z[ recovery-image] Feb 26 17:25:41.496 INFO O| Feb 26 17:25:41.496 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362026-02-26T17:25:41.927Z[ recovery-image] Feb 26 17:25:41.513 INFO O| Feb 26 17:25:41.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56372026-02-26T17:25:41.927Z[ recovery-image] Feb 26 17:25:41.513 INFO O| Feb 26 17:25:41.513 INFO STEP 253 (remove_files) COMPLETE
56382026-02-26T17:25:41.927Z[ recovery-image] Feb 26 17:25:41.513 INFO O| Feb 26 17:25:41.513 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392026-02-26T17:25:41.951Z[ recovery-image] Feb 26 17:25:41.530 INFO O| Feb 26 17:25:41.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56402026-02-26T17:25:41.951Z[ recovery-image] Feb 26 17:25:41.530 INFO O| Feb 26 17:25:41.530 INFO STEP 254 (remove_files) COMPLETE
56412026-02-26T17:25:41.951Z[ recovery-image] Feb 26 17:25:41.530 INFO O| Feb 26 17:25:41.530 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422026-02-26T17:25:41.976Z[ recovery-image] Feb 26 17:25:41.546 INFO O| Feb 26 17:25:41.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56432026-02-26T17:25:41.976Z[ recovery-image] Feb 26 17:25:41.547 INFO O| Feb 26 17:25:41.547 INFO STEP 255 (remove_files) COMPLETE
56442026-02-26T17:25:41.976Z[ recovery-image] Feb 26 17:25:41.547 INFO O| Feb 26 17:25:41.547 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452026-02-26T17:25:41.976Z[ recovery-image] Feb 26 17:25:41.564 INFO O| Feb 26 17:25:41.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56462026-02-26T17:25:41.976Z[ recovery-image] Feb 26 17:25:41.564 INFO O| Feb 26 17:25:41.564 INFO STEP 256 (remove_files) COMPLETE
56472026-02-26T17:25:41.976Z[ recovery-image] Feb 26 17:25:41.564 INFO O| Feb 26 17:25:41.564 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482026-02-26T17:25:42.002Z[ recovery-image] Feb 26 17:25:41.580 INFO O| Feb 26 17:25:41.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56492026-02-26T17:25:42.002Z[ recovery-image] Feb 26 17:25:41.580 INFO O| Feb 26 17:25:41.580 INFO STEP 257 (remove_files) COMPLETE
56502026-02-26T17:25:42.002Z[ recovery-image] Feb 26 17:25:41.580 INFO O| Feb 26 17:25:41.580 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512026-02-26T17:25:42.027Z[ recovery-image] Feb 26 17:25:41.597 INFO O| Feb 26 17:25:41.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56522026-02-26T17:25:42.052Z[ recovery-image] Feb 26 17:25:41.621 INFO O| Feb 26 17:25:41.621 INFO STEP 258 (remove_files) COMPLETE
56532026-02-26T17:25:42.052Z[ recovery-image] Feb 26 17:25:41.621 INFO O| Feb 26 17:25:41.621 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542026-02-26T17:25:42.052Z[ recovery-image] Feb 26 17:25:41.639 INFO O| Feb 26 17:25:41.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56552026-02-26T17:25:42.052Z[ recovery-image] Feb 26 17:25:41.639 INFO O| Feb 26 17:25:41.639 INFO STEP 259 (remove_files) COMPLETE
56562026-02-26T17:25:42.052Z[ recovery-image] Feb 26 17:25:41.639 INFO O| Feb 26 17:25:41.639 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572026-02-26T17:25:42.083Z[ recovery-image] Feb 26 17:25:41.671 INFO O| Feb 26 17:25:41.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56582026-02-26T17:25:42.083Z[ recovery-image] Feb 26 17:25:41.671 INFO O| Feb 26 17:25:41.671 INFO STEP 260 (remove_files) COMPLETE
56592026-02-26T17:25:42.108Z[ recovery-image] Feb 26 17:25:41.671 INFO O| Feb 26 17:25:41.671 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602026-02-26T17:25:42.108Z[ recovery-image] Feb 26 17:25:41.685 INFO O| Feb 26 17:25:41.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56612026-02-26T17:25:42.108Z[ recovery-image] Feb 26 17:25:41.685 INFO O| Feb 26 17:25:41.685 INFO STEP 261 (remove_files) COMPLETE
56622026-02-26T17:25:42.108Z[ recovery-image] Feb 26 17:25:41.685 INFO O| Feb 26 17:25:41.685 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632026-02-26T17:25:42.133Z[ recovery-image] Feb 26 17:25:41.705 INFO O| Feb 26 17:25:41.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56642026-02-26T17:25:42.133Z[ recovery-image] Feb 26 17:25:41.705 INFO O| Feb 26 17:25:41.705 INFO STEP 262 (remove_files) COMPLETE
56652026-02-26T17:25:42.133Z[ recovery-image] Feb 26 17:25:41.705 INFO O| Feb 26 17:25:41.705 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662026-02-26T17:25:42.158Z[ recovery-image] Feb 26 17:25:41.723 INFO O| Feb 26 17:25:41.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56672026-02-26T17:25:42.158Z[ recovery-image] Feb 26 17:25:41.723 INFO O| Feb 26 17:25:41.723 INFO STEP 263 (remove_files) COMPLETE
56682026-02-26T17:25:42.158Z[ recovery-image] Feb 26 17:25:41.723 INFO O| Feb 26 17:25:41.723 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692026-02-26T17:25:42.158Z[ recovery-image] Feb 26 17:25:41.742 INFO O| Feb 26 17:25:41.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56702026-02-26T17:25:42.158Z[ recovery-image] Feb 26 17:25:41.742 INFO O| Feb 26 17:25:41.742 INFO STEP 264 (remove_files) COMPLETE
56712026-02-26T17:25:42.158Z[ recovery-image] Feb 26 17:25:41.742 INFO O| Feb 26 17:25:41.742 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722026-02-26T17:25:42.182Z[ recovery-image] Feb 26 17:25:41.760 INFO O| Feb 26 17:25:41.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56732026-02-26T17:25:42.182Z[ recovery-image] Feb 26 17:25:41.760 INFO O| Feb 26 17:25:41.760 INFO STEP 265 (remove_files) COMPLETE
56742026-02-26T17:25:42.182Z[ recovery-image] Feb 26 17:25:41.760 INFO O| Feb 26 17:25:41.760 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752026-02-26T17:25:42.209Z[ recovery-image] Feb 26 17:25:41.778 INFO O| Feb 26 17:25:41.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56762026-02-26T17:25:42.209Z[ recovery-image] Feb 26 17:25:41.779 INFO O| Feb 26 17:25:41.778 INFO STEP 266 (remove_files) COMPLETE
56772026-02-26T17:25:42.209Z[ recovery-image] Feb 26 17:25:41.779 INFO O| Feb 26 17:25:41.778 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782026-02-26T17:25:42.234Z[ recovery-image] Feb 26 17:25:41.797 INFO O| Feb 26 17:25:41.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56792026-02-26T17:25:42.234Z[ recovery-image] Feb 26 17:25:41.797 INFO O| Feb 26 17:25:41.797 INFO STEP 267 (remove_files) COMPLETE
56802026-02-26T17:25:42.234Z[ recovery-image] Feb 26 17:25:41.797 INFO O| Feb 26 17:25:41.797 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812026-02-26T17:25:42.234Z[ recovery-image] Feb 26 17:25:41.813 INFO O| Feb 26 17:25:41.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56822026-02-26T17:25:42.234Z[ recovery-image] Feb 26 17:25:41.813 INFO O| Feb 26 17:25:41.813 INFO STEP 268 (remove_files) COMPLETE
56832026-02-26T17:25:42.234Z[ recovery-image] Feb 26 17:25:41.813 INFO O| Feb 26 17:25:41.813 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842026-02-26T17:25:42.258Z[ recovery-image] Feb 26 17:25:41.828 INFO O| Feb 26 17:25:41.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56852026-02-26T17:25:42.258Z[ recovery-image] Feb 26 17:25:41.828 INFO O| Feb 26 17:25:41.828 INFO STEP 269 (remove_files) COMPLETE
56862026-02-26T17:25:42.258Z[ recovery-image] Feb 26 17:25:41.828 INFO O| Feb 26 17:25:41.828 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872026-02-26T17:25:42.258Z[ recovery-image] Feb 26 17:25:41.845 INFO O| Feb 26 17:25:41.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56882026-02-26T17:25:42.258Z[ recovery-image] Feb 26 17:25:41.845 INFO O| Feb 26 17:25:41.845 INFO STEP 270 (remove_files) COMPLETE
56892026-02-26T17:25:42.258Z[ recovery-image] Feb 26 17:25:41.845 INFO O| Feb 26 17:25:41.845 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902026-02-26T17:25:42.285Z[ recovery-image] Feb 26 17:25:41.861 INFO O| Feb 26 17:25:41.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56912026-02-26T17:25:42.285Z[ recovery-image] Feb 26 17:25:41.861 INFO O| Feb 26 17:25:41.861 INFO STEP 271 (remove_files) COMPLETE
56922026-02-26T17:25:42.285Z[ recovery-image] Feb 26 17:25:41.861 INFO O| Feb 26 17:25:41.861 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932026-02-26T17:25:42.309Z[ recovery-image] Feb 26 17:25:41.877 INFO O| Feb 26 17:25:41.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56942026-02-26T17:25:42.310Z[ recovery-image] Feb 26 17:25:41.877 INFO O| Feb 26 17:25:41.877 INFO STEP 272 (remove_files) COMPLETE
56952026-02-26T17:25:42.310Z[ recovery-image] Feb 26 17:25:41.877 INFO O| Feb 26 17:25:41.877 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962026-02-26T17:25:42.310Z[ recovery-image] Feb 26 17:25:41.895 INFO O| Feb 26 17:25:41.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56972026-02-26T17:25:42.310Z[ recovery-image] Feb 26 17:25:41.895 INFO O| Feb 26 17:25:41.895 INFO STEP 273 (remove_files) COMPLETE
56982026-02-26T17:25:42.310Z[ recovery-image] Feb 26 17:25:41.895 INFO O| Feb 26 17:25:41.895 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992026-02-26T17:25:42.335Z[ recovery-image] Feb 26 17:25:41.911 INFO O| Feb 26 17:25:41.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
57002026-02-26T17:25:42.335Z[ recovery-image] Feb 26 17:25:41.911 INFO O| Feb 26 17:25:41.911 INFO STEP 274 (remove_files) COMPLETE
57012026-02-26T17:25:42.335Z[ recovery-image] Feb 26 17:25:41.911 INFO O| Feb 26 17:25:41.911 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022026-02-26T17:25:42.360Z[ recovery-image] Feb 26 17:25:41.929 INFO O| Feb 26 17:25:41.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
57032026-02-26T17:25:42.360Z[ recovery-image] Feb 26 17:25:41.930 INFO O| Feb 26 17:25:41.930 INFO STEP 275 (remove_files) COMPLETE
57042026-02-26T17:25:42.360Z[ recovery-image] Feb 26 17:25:41.930 INFO O| Feb 26 17:25:41.930 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052026-02-26T17:25:42.360Z[ recovery-image] Feb 26 17:25:41.947 INFO O| Feb 26 17:25:41.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
57062026-02-26T17:25:42.360Z[ recovery-image] Feb 26 17:25:41.947 INFO O| Feb 26 17:25:41.947 INFO STEP 276 (remove_files) COMPLETE
57072026-02-26T17:25:42.360Z[ recovery-image] Feb 26 17:25:41.947 INFO O| Feb 26 17:25:41.947 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082026-02-26T17:25:42.385Z[ recovery-image] Feb 26 17:25:41.963 INFO O| Feb 26 17:25:41.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
57092026-02-26T17:25:42.385Z[ recovery-image] Feb 26 17:25:41.963 INFO O| Feb 26 17:25:41.963 INFO STEP 277 (remove_files) COMPLETE
57102026-02-26T17:25:42.385Z[ recovery-image] Feb 26 17:25:41.963 INFO O| Feb 26 17:25:41.963 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112026-02-26T17:25:42.410Z[ recovery-image] Feb 26 17:25:41.979 INFO O| Feb 26 17:25:41.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
57122026-02-26T17:25:42.410Z[ recovery-image] Feb 26 17:25:41.980 INFO O| Feb 26 17:25:41.979 INFO STEP 278 (remove_files) COMPLETE
57132026-02-26T17:25:42.410Z[ recovery-image] Feb 26 17:25:41.980 INFO O| Feb 26 17:25:41.980 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142026-02-26T17:25:42.410Z[ recovery-image] Feb 26 17:25:41.997 INFO O| Feb 26 17:25:41.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
57152026-02-26T17:25:42.410Z[ recovery-image] Feb 26 17:25:41.997 INFO O| Feb 26 17:25:41.997 INFO STEP 279 (remove_files) COMPLETE
57162026-02-26T17:25:42.410Z[ recovery-image] Feb 26 17:25:41.997 INFO O| Feb 26 17:25:41.997 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172026-02-26T17:25:42.435Z[ recovery-image] Feb 26 17:25:42.014 INFO O| Feb 26 17:25:42.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
57182026-02-26T17:25:42.435Z[ recovery-image] Feb 26 17:25:42.014 INFO O| Feb 26 17:25:42.014 INFO STEP 280 (remove_files) COMPLETE
57192026-02-26T17:25:42.435Z[ recovery-image] Feb 26 17:25:42.014 INFO O| Feb 26 17:25:42.014 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202026-02-26T17:25:42.460Z[ recovery-image] Feb 26 17:25:42.030 INFO O| Feb 26 17:25:42.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
57212026-02-26T17:25:42.460Z[ recovery-image] Feb 26 17:25:42.030 INFO O| Feb 26 17:25:42.030 INFO STEP 281 (remove_files) COMPLETE
57222026-02-26T17:25:42.460Z[ recovery-image] Feb 26 17:25:42.030 INFO O| Feb 26 17:25:42.030 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232026-02-26T17:25:42.460Z[ recovery-image] Feb 26 17:25:42.046 INFO O| Feb 26 17:25:42.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
57242026-02-26T17:25:42.460Z[ recovery-image] Feb 26 17:25:42.047 INFO O| Feb 26 17:25:42.047 INFO STEP 282 (remove_files) COMPLETE
57252026-02-26T17:25:42.461Z[ recovery-image] Feb 26 17:25:42.047 INFO O| Feb 26 17:25:42.047 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262026-02-26T17:25:42.486Z[ recovery-image] Feb 26 17:25:42.063 INFO O| Feb 26 17:25:42.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
57272026-02-26T17:25:42.486Z[ recovery-image] Feb 26 17:25:42.063 INFO O| Feb 26 17:25:42.063 INFO STEP 283 (remove_files) COMPLETE
57282026-02-26T17:25:42.486Z[ recovery-image] Feb 26 17:25:42.063 INFO O| Feb 26 17:25:42.063 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292026-02-26T17:25:42.510Z[ recovery-image] Feb 26 17:25:42.079 INFO O| Feb 26 17:25:42.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
57302026-02-26T17:25:42.511Z[ recovery-image] Feb 26 17:25:42.079 INFO O| Feb 26 17:25:42.079 INFO STEP 284 (remove_files) COMPLETE
57312026-02-26T17:25:42.511Z[ recovery-image] Feb 26 17:25:42.079 INFO O| Feb 26 17:25:42.079 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322026-02-26T17:25:42.511Z[ recovery-image] Feb 26 17:25:42.094 INFO O| Feb 26 17:25:42.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
57332026-02-26T17:25:42.511Z[ recovery-image] Feb 26 17:25:42.094 INFO O| Feb 26 17:25:42.094 INFO STEP 285 (remove_files) COMPLETE
57342026-02-26T17:25:42.511Z[ recovery-image] Feb 26 17:25:42.094 INFO O| Feb 26 17:25:42.094 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352026-02-26T17:25:42.536Z[ recovery-image] Feb 26 17:25:42.111 INFO O| Feb 26 17:25:42.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57362026-02-26T17:25:42.536Z[ recovery-image] Feb 26 17:25:42.111 INFO O| Feb 26 17:25:42.111 INFO STEP 286 (remove_files) COMPLETE
57372026-02-26T17:25:42.536Z[ recovery-image] Feb 26 17:25:42.111 INFO O| Feb 26 17:25:42.111 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382026-02-26T17:25:42.561Z[ recovery-image] Feb 26 17:25:42.127 INFO O| Feb 26 17:25:42.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57392026-02-26T17:25:42.561Z[ recovery-image] Feb 26 17:25:42.128 INFO O| Feb 26 17:25:42.128 INFO STEP 287 (remove_files) COMPLETE
57402026-02-26T17:25:42.561Z[ recovery-image] Feb 26 17:25:42.128 INFO O| Feb 26 17:25:42.128 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412026-02-26T17:25:42.561Z[ recovery-image] Feb 26 17:25:42.145 INFO O| Feb 26 17:25:42.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57422026-02-26T17:25:42.561Z[ recovery-image] Feb 26 17:25:42.145 INFO O| Feb 26 17:25:42.145 INFO STEP 288 (remove_files) COMPLETE
57432026-02-26T17:25:42.561Z[ recovery-image] Feb 26 17:25:42.145 INFO O| Feb 26 17:25:42.145 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442026-02-26T17:25:42.585Z[ recovery-image] Feb 26 17:25:42.161 INFO O| Feb 26 17:25:42.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57452026-02-26T17:25:42.586Z[ recovery-image] Feb 26 17:25:42.161 INFO O| Feb 26 17:25:42.161 INFO STEP 289 (remove_files) COMPLETE
57462026-02-26T17:25:42.586Z[ recovery-image] Feb 26 17:25:42.161 INFO O| Feb 26 17:25:42.161 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472026-02-26T17:25:42.610Z[ recovery-image] Feb 26 17:25:42.177 INFO O| Feb 26 17:25:42.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57482026-02-26T17:25:42.611Z[ recovery-image] Feb 26 17:25:42.177 INFO O| Feb 26 17:25:42.177 INFO STEP 290 (remove_files) COMPLETE
57492026-02-26T17:25:42.611Z[ recovery-image] Feb 26 17:25:42.178 INFO O| Feb 26 17:25:42.177 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502026-02-26T17:25:42.611Z[ recovery-image] Feb 26 17:25:42.194 INFO O| Feb 26 17:25:42.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57512026-02-26T17:25:42.611Z[ recovery-image] Feb 26 17:25:42.194 INFO O| Feb 26 17:25:42.194 INFO STEP 291 (remove_files) COMPLETE
57522026-02-26T17:25:42.611Z[ recovery-image] Feb 26 17:25:42.194 INFO O| Feb 26 17:25:42.194 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532026-02-26T17:25:42.635Z[ recovery-image] Feb 26 17:25:42.210 INFO O| Feb 26 17:25:42.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57542026-02-26T17:25:42.635Z[ recovery-image] Feb 26 17:25:42.210 INFO O| Feb 26 17:25:42.210 INFO STEP 292 (remove_files) COMPLETE
57552026-02-26T17:25:42.635Z[ recovery-image] Feb 26 17:25:42.210 INFO O| Feb 26 17:25:42.210 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562026-02-26T17:25:42.660Z[ recovery-image] Feb 26 17:25:42.227 INFO O| Feb 26 17:25:42.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57572026-02-26T17:25:42.660Z[ recovery-image] Feb 26 17:25:42.227 INFO O| Feb 26 17:25:42.227 INFO STEP 293 (remove_files) COMPLETE
57582026-02-26T17:25:42.660Z[ recovery-image] Feb 26 17:25:42.227 INFO O| Feb 26 17:25:42.227 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592026-02-26T17:25:42.660Z[ recovery-image] Feb 26 17:25:42.243 INFO O| Feb 26 17:25:42.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57602026-02-26T17:25:42.660Z[ recovery-image] Feb 26 17:25:42.243 INFO O| Feb 26 17:25:42.243 INFO STEP 294 (remove_files) COMPLETE
57612026-02-26T17:25:42.660Z[ recovery-image] Feb 26 17:25:42.243 INFO O| Feb 26 17:25:42.243 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622026-02-26T17:25:42.685Z[ recovery-image] Feb 26 17:25:42.259 INFO O| Feb 26 17:25:42.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57632026-02-26T17:25:42.685Z[ recovery-image] Feb 26 17:25:42.259 INFO O| Feb 26 17:25:42.259 INFO STEP 295 (remove_files) COMPLETE
57642026-02-26T17:25:42.685Z[ recovery-image] Feb 26 17:25:42.259 INFO O| Feb 26 17:25:42.259 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652026-02-26T17:25:42.710Z[ recovery-image] Feb 26 17:25:42.275 INFO O| Feb 26 17:25:42.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57662026-02-26T17:25:42.710Z[ recovery-image] Feb 26 17:25:42.275 INFO O| Feb 26 17:25:42.275 INFO STEP 296 (remove_files) COMPLETE
57672026-02-26T17:25:42.710Z[ recovery-image] Feb 26 17:25:42.275 INFO O| Feb 26 17:25:42.275 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682026-02-26T17:25:42.735Z[ recovery-image] Feb 26 17:25:42.309 INFO O| Feb 26 17:25:42.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57692026-02-26T17:25:42.735Z[ recovery-image] Feb 26 17:25:42.310 INFO O| Feb 26 17:25:42.309 INFO STEP 297 (remove_files) COMPLETE
57702026-02-26T17:25:42.735Z[ recovery-image] Feb 26 17:25:42.310 INFO O| Feb 26 17:25:42.309 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712026-02-26T17:25:42.760Z[ recovery-image] Feb 26 17:25:42.325 INFO O| Feb 26 17:25:42.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57722026-02-26T17:25:42.760Z[ recovery-image] Feb 26 17:25:42.325 INFO O| Feb 26 17:25:42.325 INFO STEP 298 (remove_files) COMPLETE
57732026-02-26T17:25:42.760Z[ recovery-image] Feb 26 17:25:42.325 INFO O| Feb 26 17:25:42.325 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742026-02-26T17:25:42.760Z[ recovery-image] Feb 26 17:25:42.341 INFO O| Feb 26 17:25:42.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57752026-02-26T17:25:42.760Z[ recovery-image] Feb 26 17:25:42.341 INFO O| Feb 26 17:25:42.341 INFO STEP 299 (remove_files) COMPLETE
57762026-02-26T17:25:42.760Z[ recovery-image] Feb 26 17:25:42.341 INFO O| Feb 26 17:25:42.341 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772026-02-26T17:25:42.785Z[ recovery-image] Feb 26 17:25:42.357 INFO O| Feb 26 17:25:42.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57782026-02-26T17:25:42.785Z[ recovery-image] Feb 26 17:25:42.357 INFO O| Feb 26 17:25:42.357 INFO STEP 300 (remove_files) COMPLETE
57792026-02-26T17:25:42.785Z[ recovery-image] Feb 26 17:25:42.357 INFO O| Feb 26 17:25:42.357 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802026-02-26T17:25:42.785Z[ recovery-image] Feb 26 17:25:42.372 INFO O| Feb 26 17:25:42.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57812026-02-26T17:25:42.785Z[ recovery-image] Feb 26 17:25:42.372 INFO O| Feb 26 17:25:42.372 INFO STEP 301 (remove_files) COMPLETE
57822026-02-26T17:25:42.785Z[ recovery-image] Feb 26 17:25:42.372 INFO O| Feb 26 17:25:42.372 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832026-02-26T17:25:42.810Z[ recovery-image] Feb 26 17:25:42.389 INFO O| Feb 26 17:25:42.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57842026-02-26T17:25:42.810Z[ recovery-image] Feb 26 17:25:42.389 INFO O| Feb 26 17:25:42.389 INFO STEP 302 (remove_files) COMPLETE
57852026-02-26T17:25:42.810Z[ recovery-image] Feb 26 17:25:42.389 INFO O| Feb 26 17:25:42.389 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862026-02-26T17:25:42.835Z[ recovery-image] Feb 26 17:25:42.404 INFO O| Feb 26 17:25:42.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57872026-02-26T17:25:42.835Z[ recovery-image] Feb 26 17:25:42.404 INFO O| Feb 26 17:25:42.404 INFO STEP 303 (remove_files) COMPLETE
57882026-02-26T17:25:42.835Z[ recovery-image] Feb 26 17:25:42.404 INFO O| Feb 26 17:25:42.404 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892026-02-26T17:25:42.835Z[ recovery-image] Feb 26 17:25:42.420 INFO O| Feb 26 17:25:42.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57902026-02-26T17:25:42.835Z[ recovery-image] Feb 26 17:25:42.420 INFO O| Feb 26 17:25:42.420 INFO STEP 304 (remove_files) COMPLETE
57912026-02-26T17:25:42.835Z[ recovery-image] Feb 26 17:25:42.420 INFO O| Feb 26 17:25:42.420 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922026-02-26T17:25:42.860Z[ recovery-image] Feb 26 17:25:42.435 INFO O| Feb 26 17:25:42.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57932026-02-26T17:25:42.860Z[ recovery-image] Feb 26 17:25:42.435 INFO O| Feb 26 17:25:42.435 INFO STEP 305 (remove_files) COMPLETE
57942026-02-26T17:25:42.860Z[ recovery-image] Feb 26 17:25:42.435 INFO O| Feb 26 17:25:42.435 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952026-02-26T17:25:42.887Z[ recovery-image] Feb 26 17:25:42.475 INFO O| Feb 26 17:25:42.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57962026-02-26T17:25:42.887Z[ recovery-image] Feb 26 17:25:42.475 INFO O| Feb 26 17:25:42.475 INFO STEP 306 (remove_files) COMPLETE
57972026-02-26T17:25:42.888Z[ recovery-image] Feb 26 17:25:42.475 INFO O| Feb 26 17:25:42.475 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982026-02-26T17:25:42.912Z[ recovery-image] Feb 26 17:25:42.491 INFO O| Feb 26 17:25:42.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57992026-02-26T17:25:42.912Z[ recovery-image] Feb 26 17:25:42.492 INFO O| Feb 26 17:25:42.492 INFO STEP 307 (remove_files) COMPLETE
58002026-02-26T17:25:42.913Z[ recovery-image] Feb 26 17:25:42.492 INFO O| Feb 26 17:25:42.492 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012026-02-26T17:25:42.938Z[ recovery-image] Feb 26 17:25:42.509 INFO O| Feb 26 17:25:42.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
58022026-02-26T17:25:42.938Z[ recovery-image] Feb 26 17:25:42.509 INFO O| Feb 26 17:25:42.509 INFO STEP 308 (remove_files) COMPLETE
58032026-02-26T17:25:42.938Z[ recovery-image] Feb 26 17:25:42.509 INFO O| Feb 26 17:25:42.509 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042026-02-26T17:25:42.963Z[ recovery-image] Feb 26 17:25:42.526 INFO O| Feb 26 17:25:42.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
58052026-02-26T17:25:42.963Z[ recovery-image] Feb 26 17:25:42.527 INFO O| Feb 26 17:25:42.526 INFO STEP 309 (remove_files) COMPLETE
58062026-02-26T17:25:42.963Z[ recovery-image] Feb 26 17:25:42.527 INFO O| Feb 26 17:25:42.527 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072026-02-26T17:25:42.963Z[ recovery-image] Feb 26 17:25:42.542 INFO O| Feb 26 17:25:42.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
58082026-02-26T17:25:42.963Z[ recovery-image] Feb 26 17:25:42.543 INFO O| Feb 26 17:25:42.542 INFO STEP 310 (remove_files) COMPLETE
58092026-02-26T17:25:42.963Z[ recovery-image] Feb 26 17:25:42.543 INFO O| Feb 26 17:25:42.542 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102026-02-26T17:25:42.992Z[ recovery-image] Feb 26 17:25:42.580 INFO O| Feb 26 17:25:42.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
58112026-02-26T17:25:43.018Z[ recovery-image] Feb 26 17:25:42.580 INFO O| Feb 26 17:25:42.580 INFO STEP 311 (remove_files) COMPLETE
58122026-02-26T17:25:43.018Z[ recovery-image] Feb 26 17:25:42.580 INFO O| Feb 26 17:25:42.580 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132026-02-26T17:25:43.043Z[ recovery-image] Feb 26 17:25:42.596 INFO O| Feb 26 17:25:42.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
58142026-02-26T17:25:43.043Z[ recovery-image] Feb 26 17:25:42.596 INFO O| Feb 26 17:25:42.596 INFO STEP 312 (remove_files) COMPLETE
58152026-02-26T17:25:43.043Z[ recovery-image] Feb 26 17:25:42.596 INFO O| Feb 26 17:25:42.596 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162026-02-26T17:25:43.043Z[ recovery-image] Feb 26 17:25:42.610 INFO O| Feb 26 17:25:42.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
58172026-02-26T17:25:43.043Z[ recovery-image] Feb 26 17:25:42.610 INFO O| Feb 26 17:25:42.610 INFO STEP 313 (remove_files) COMPLETE
58182026-02-26T17:25:43.043Z[ recovery-image] Feb 26 17:25:42.610 INFO O| Feb 26 17:25:42.610 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192026-02-26T17:25:43.043Z[ recovery-image] Feb 26 17:25:42.625 INFO O| Feb 26 17:25:42.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
58202026-02-26T17:25:43.043Z[ recovery-image] Feb 26 17:25:42.625 INFO O| Feb 26 17:25:42.625 INFO STEP 314 (remove_files) COMPLETE
58212026-02-26T17:25:43.043Z[ recovery-image] Feb 26 17:25:42.626 INFO O| Feb 26 17:25:42.625 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222026-02-26T17:25:43.068Z[ recovery-image] Feb 26 17:25:42.642 INFO O| Feb 26 17:25:42.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
58232026-02-26T17:25:43.068Z[ recovery-image] Feb 26 17:25:42.642 INFO O| Feb 26 17:25:42.642 INFO STEP 315 (remove_files) COMPLETE
58242026-02-26T17:25:43.068Z[ recovery-image] Feb 26 17:25:42.642 INFO O| Feb 26 17:25:42.642 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252026-02-26T17:25:43.093Z[ recovery-image] Feb 26 17:25:42.657 INFO O| Feb 26 17:25:42.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
58262026-02-26T17:25:43.093Z[ recovery-image] Feb 26 17:25:42.657 INFO O| Feb 26 17:25:42.657 INFO STEP 316 (remove_files) COMPLETE
58272026-02-26T17:25:43.093Z[ recovery-image] Feb 26 17:25:42.657 INFO O| Feb 26 17:25:42.657 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282026-02-26T17:25:43.093Z[ recovery-image] Feb 26 17:25:42.673 INFO O| Feb 26 17:25:42.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
58292026-02-26T17:25:43.093Z[ recovery-image] Feb 26 17:25:42.673 INFO O| Feb 26 17:25:42.673 INFO STEP 317 (remove_files) COMPLETE
58302026-02-26T17:25:43.093Z[ recovery-image] Feb 26 17:25:42.673 INFO O| Feb 26 17:25:42.673 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312026-02-26T17:25:43.118Z[ recovery-image] Feb 26 17:25:42.688 INFO O| Feb 26 17:25:42.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
58322026-02-26T17:25:43.118Z[ recovery-image] Feb 26 17:25:42.688 INFO O| Feb 26 17:25:42.688 INFO STEP 318 (remove_files) COMPLETE
58332026-02-26T17:25:43.118Z[ recovery-image] Feb 26 17:25:42.688 INFO O| Feb 26 17:25:42.688 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342026-02-26T17:25:43.118Z[ recovery-image] Feb 26 17:25:42.704 INFO O| Feb 26 17:25:42.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58352026-02-26T17:25:43.118Z[ recovery-image] Feb 26 17:25:42.704 INFO O| Feb 26 17:25:42.704 INFO STEP 319 (remove_files) COMPLETE
58362026-02-26T17:25:43.118Z[ recovery-image] Feb 26 17:25:42.704 INFO O| Feb 26 17:25:42.704 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372026-02-26T17:25:43.143Z[ recovery-image] Feb 26 17:25:42.720 INFO O| Feb 26 17:25:42.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58382026-02-26T17:25:43.143Z[ recovery-image] Feb 26 17:25:42.720 INFO O| Feb 26 17:25:42.720 INFO STEP 320 (remove_files) COMPLETE
58392026-02-26T17:25:43.143Z[ recovery-image] Feb 26 17:25:42.720 INFO O| Feb 26 17:25:42.720 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402026-02-26T17:25:43.167Z[ recovery-image] Feb 26 17:25:42.738 INFO O| Feb 26 17:25:42.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58412026-02-26T17:25:43.168Z[ recovery-image] Feb 26 17:25:42.738 INFO O| Feb 26 17:25:42.738 INFO STEP 321 (remove_files) COMPLETE
58422026-02-26T17:25:43.168Z[ recovery-image] Feb 26 17:25:42.738 INFO O| Feb 26 17:25:42.738 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432026-02-26T17:25:43.168Z[ recovery-image] Feb 26 17:25:42.755 INFO O| Feb 26 17:25:42.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58442026-02-26T17:25:43.168Z[ recovery-image] Feb 26 17:25:42.756 INFO O| Feb 26 17:25:42.756 INFO STEP 322 (remove_files) COMPLETE
58452026-02-26T17:25:43.192Z[ recovery-image] Feb 26 17:25:42.756 INFO O| Feb 26 17:25:42.756 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462026-02-26T17:25:43.193Z[ recovery-image] Feb 26 17:25:42.773 INFO O| Feb 26 17:25:42.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58472026-02-26T17:25:43.193Z[ recovery-image] Feb 26 17:25:42.773 INFO O| Feb 26 17:25:42.773 INFO STEP 323 (remove_files) COMPLETE
58482026-02-26T17:25:43.193Z[ recovery-image] Feb 26 17:25:42.773 INFO O| Feb 26 17:25:42.773 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492026-02-26T17:25:43.217Z[ recovery-image] Feb 26 17:25:42.791 INFO O| Feb 26 17:25:42.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58502026-02-26T17:25:43.218Z[ recovery-image] Feb 26 17:25:42.791 INFO O| Feb 26 17:25:42.791 INFO STEP 324 (remove_files) COMPLETE
58512026-02-26T17:25:43.218Z[ recovery-image] Feb 26 17:25:42.791 INFO O| Feb 26 17:25:42.791 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522026-02-26T17:25:43.242Z[ recovery-image] Feb 26 17:25:42.808 INFO O| Feb 26 17:25:42.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58532026-02-26T17:25:43.242Z[ recovery-image] Feb 26 17:25:42.808 INFO O| Feb 26 17:25:42.808 INFO STEP 325 (remove_files) COMPLETE
58542026-02-26T17:25:43.242Z[ recovery-image] Feb 26 17:25:42.808 INFO O| Feb 26 17:25:42.808 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552026-02-26T17:25:43.242Z[ recovery-image] Feb 26 17:25:42.820 INFO O| Feb 26 17:25:42.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58562026-02-26T17:25:43.243Z[ recovery-image] Feb 26 17:25:42.820 INFO O| Feb 26 17:25:42.820 INFO STEP 326 (remove_files) COMPLETE
58572026-02-26T17:25:43.243Z[ recovery-image] Feb 26 17:25:42.820 INFO O| Feb 26 17:25:42.820 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582026-02-26T17:25:43.267Z[ recovery-image] Feb 26 17:25:42.832 INFO O| Feb 26 17:25:42.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58592026-02-26T17:25:43.267Z[ recovery-image] Feb 26 17:25:42.833 INFO O| Feb 26 17:25:42.832 INFO STEP 327 (remove_files) COMPLETE
58602026-02-26T17:25:43.267Z[ recovery-image] Feb 26 17:25:42.833 INFO O| Feb 26 17:25:42.832 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612026-02-26T17:25:43.267Z[ recovery-image] Feb 26 17:25:42.844 INFO O| Feb 26 17:25:42.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58622026-02-26T17:25:43.268Z[ recovery-image] Feb 26 17:25:42.844 INFO O| Feb 26 17:25:42.844 INFO STEP 328 (remove_files) COMPLETE
58632026-02-26T17:25:43.268Z[ recovery-image] Feb 26 17:25:42.844 INFO O| Feb 26 17:25:42.844 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642026-02-26T17:25:43.293Z[ recovery-image] Feb 26 17:25:42.855 INFO O| Feb 26 17:25:42.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58652026-02-26T17:25:43.293Z[ recovery-image] Feb 26 17:25:42.856 INFO O| Feb 26 17:25:42.856 INFO STEP 329 (remove_files) COMPLETE
58662026-02-26T17:25:43.293Z[ recovery-image] Feb 26 17:25:42.856 INFO O| Feb 26 17:25:42.856 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672026-02-26T17:25:43.293Z[ recovery-image] Feb 26 17:25:42.872 INFO O| Feb 26 17:25:42.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58682026-02-26T17:25:43.293Z[ recovery-image] Feb 26 17:25:42.872 INFO O| Feb 26 17:25:42.872 INFO STEP 330 (remove_files) COMPLETE
58692026-02-26T17:25:43.293Z[ recovery-image] Feb 26 17:25:42.872 INFO O| Feb 26 17:25:42.872 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702026-02-26T17:25:43.317Z[ recovery-image] Feb 26 17:25:42.884 INFO O| Feb 26 17:25:42.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58712026-02-26T17:25:43.318Z[ recovery-image] Feb 26 17:25:42.884 INFO O| Feb 26 17:25:42.884 INFO STEP 331 (remove_files) COMPLETE
58722026-02-26T17:25:43.318Z[ recovery-image] Feb 26 17:25:42.884 INFO O| Feb 26 17:25:42.884 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732026-02-26T17:25:43.318Z[ recovery-image] Feb 26 17:25:42.895 INFO O| Feb 26 17:25:42.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58742026-02-26T17:25:43.318Z[ recovery-image] Feb 26 17:25:42.895 INFO O| Feb 26 17:25:42.895 INFO STEP 332 (remove_files) COMPLETE
58752026-02-26T17:25:43.318Z[ recovery-image] Feb 26 17:25:42.895 INFO O| Feb 26 17:25:42.895 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762026-02-26T17:25:43.343Z[ recovery-image] Feb 26 17:25:42.911 INFO O| Feb 26 17:25:42.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58772026-02-26T17:25:43.343Z[ recovery-image] Feb 26 17:25:42.911 INFO O| Feb 26 17:25:42.911 INFO STEP 333 (remove_files) COMPLETE
58782026-02-26T17:25:43.343Z[ recovery-image] Feb 26 17:25:42.911 INFO O| Feb 26 17:25:42.911 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792026-02-26T17:25:43.343Z[ recovery-image] Feb 26 17:25:42.927 INFO O| Feb 26 17:25:42.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58802026-02-26T17:25:43.343Z[ recovery-image] Feb 26 17:25:42.927 INFO O| Feb 26 17:25:42.927 INFO STEP 334 (remove_files) COMPLETE
58812026-02-26T17:25:43.343Z[ recovery-image] Feb 26 17:25:42.927 INFO O| Feb 26 17:25:42.927 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822026-02-26T17:25:43.368Z[ recovery-image] Feb 26 17:25:42.949 INFO O| Feb 26 17:25:42.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58832026-02-26T17:25:43.368Z[ recovery-image] Feb 26 17:25:42.950 INFO O| Feb 26 17:25:42.949 INFO STEP 335 (remove_files) COMPLETE
58842026-02-26T17:25:43.368Z[ recovery-image] Feb 26 17:25:42.950 INFO O| Feb 26 17:25:42.949 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852026-02-26T17:25:43.393Z[ recovery-image] Feb 26 17:25:42.972 INFO O| Feb 26 17:25:42.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58862026-02-26T17:25:43.393Z[ recovery-image] Feb 26 17:25:42.972 INFO O| Feb 26 17:25:42.972 INFO STEP 336 (remove_files) COMPLETE
58872026-02-26T17:25:43.393Z[ recovery-image] Feb 26 17:25:42.972 INFO O| Feb 26 17:25:42.972 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882026-02-26T17:25:43.418Z[ recovery-image] Feb 26 17:25:42.995 INFO O| Feb 26 17:25:42.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58892026-02-26T17:25:43.418Z[ recovery-image] Feb 26 17:25:42.995 INFO O| Feb 26 17:25:42.995 INFO STEP 337 (remove_files) COMPLETE
58902026-02-26T17:25:43.418Z[ recovery-image] Feb 26 17:25:42.995 INFO O| Feb 26 17:25:42.995 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912026-02-26T17:25:43.443Z[ recovery-image] Feb 26 17:25:43.017 INFO O| Feb 26 17:25:43.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58922026-02-26T17:25:43.443Z[ recovery-image] Feb 26 17:25:43.017 INFO O| Feb 26 17:25:43.017 INFO STEP 338 (remove_files) COMPLETE
58932026-02-26T17:25:43.443Z[ recovery-image] Feb 26 17:25:43.017 INFO O| Feb 26 17:25:43.017 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942026-02-26T17:25:43.468Z[ recovery-image] Feb 26 17:25:43.042 INFO O| Feb 26 17:25:43.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58952026-02-26T17:25:43.468Z[ recovery-image] Feb 26 17:25:43.042 INFO O| Feb 26 17:25:43.042 INFO STEP 339 (remove_files) COMPLETE
58962026-02-26T17:25:43.468Z[ recovery-image] Feb 26 17:25:43.042 INFO O| Feb 26 17:25:43.042 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972026-02-26T17:25:43.493Z[ recovery-image] Feb 26 17:25:43.066 INFO O| Feb 26 17:25:43.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58982026-02-26T17:25:43.493Z[ recovery-image] Feb 26 17:25:43.066 INFO O| Feb 26 17:25:43.066 INFO STEP 340 (remove_files) COMPLETE
58992026-02-26T17:25:43.493Z[ recovery-image] Feb 26 17:25:43.066 INFO O| Feb 26 17:25:43.066 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002026-02-26T17:25:43.517Z[ recovery-image] Feb 26 17:25:43.090 INFO O| Feb 26 17:25:43.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
59012026-02-26T17:25:43.517Z[ recovery-image] Feb 26 17:25:43.091 INFO O| Feb 26 17:25:43.090 INFO STEP 341 (remove_files) COMPLETE
59022026-02-26T17:25:43.518Z[ recovery-image] Feb 26 17:25:43.091 INFO O| Feb 26 17:25:43.091 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032026-02-26T17:25:43.542Z[ recovery-image] Feb 26 17:25:43.115 INFO O| Feb 26 17:25:43.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
59042026-02-26T17:25:43.543Z[ recovery-image] Feb 26 17:25:43.115 INFO O| Feb 26 17:25:43.115 INFO STEP 342 (remove_files) COMPLETE
59052026-02-26T17:25:43.543Z[ recovery-image] Feb 26 17:25:43.115 INFO O| Feb 26 17:25:43.115 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062026-02-26T17:25:43.568Z[ recovery-image] Feb 26 17:25:43.137 INFO O| Feb 26 17:25:43.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
59072026-02-26T17:25:43.568Z[ recovery-image] Feb 26 17:25:43.138 INFO O| Feb 26 17:25:43.137 INFO STEP 343 (remove_files) COMPLETE
59082026-02-26T17:25:43.568Z[ recovery-image] Feb 26 17:25:43.138 INFO O| Feb 26 17:25:43.138 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092026-02-26T17:25:43.592Z[ recovery-image] Feb 26 17:25:43.160 INFO O| Feb 26 17:25:43.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
59102026-02-26T17:25:43.592Z[ recovery-image] Feb 26 17:25:43.160 INFO O| Feb 26 17:25:43.160 INFO STEP 344 (remove_files) COMPLETE
59112026-02-26T17:25:43.592Z[ recovery-image] Feb 26 17:25:43.160 INFO O| Feb 26 17:25:43.160 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122026-02-26T17:25:43.593Z[ recovery-image] Feb 26 17:25:43.179 INFO O| Feb 26 17:25:43.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
59132026-02-26T17:25:43.593Z[ recovery-image] Feb 26 17:25:43.180 INFO O| Feb 26 17:25:43.180 INFO STEP 345 (remove_files) COMPLETE
59142026-02-26T17:25:43.593Z[ recovery-image] Feb 26 17:25:43.180 INFO O| Feb 26 17:25:43.180 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152026-02-26T17:25:43.617Z[ recovery-image] Feb 26 17:25:43.200 INFO O| Feb 26 17:25:43.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
59162026-02-26T17:25:43.617Z[ recovery-image] Feb 26 17:25:43.200 INFO O| Feb 26 17:25:43.200 INFO STEP 346 (remove_files) COMPLETE
59172026-02-26T17:25:43.617Z[ recovery-image] Feb 26 17:25:43.200 INFO O| Feb 26 17:25:43.200 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182026-02-26T17:25:43.642Z[ recovery-image] Feb 26 17:25:43.219 INFO O| Feb 26 17:25:43.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
59192026-02-26T17:25:43.642Z[ recovery-image] Feb 26 17:25:43.219 INFO O| Feb 26 17:25:43.219 INFO STEP 347 (remove_files) COMPLETE
59202026-02-26T17:25:43.642Z[ recovery-image] Feb 26 17:25:43.219 INFO O| Feb 26 17:25:43.219 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212026-02-26T17:25:43.668Z[ recovery-image] Feb 26 17:25:43.236 INFO O| Feb 26 17:25:43.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
59222026-02-26T17:25:43.668Z[ recovery-image] Feb 26 17:25:43.237 INFO O| Feb 26 17:25:43.237 INFO STEP 348 (remove_files) COMPLETE
59232026-02-26T17:25:43.668Z[ recovery-image] Feb 26 17:25:43.237 INFO O| Feb 26 17:25:43.237 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242026-02-26T17:25:43.668Z[ recovery-image] Feb 26 17:25:43.255 INFO O| Feb 26 17:25:43.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
59252026-02-26T17:25:43.668Z[ recovery-image] Feb 26 17:25:43.255 INFO O| Feb 26 17:25:43.255 INFO STEP 349 (remove_files) COMPLETE
59262026-02-26T17:25:43.668Z[ recovery-image] Feb 26 17:25:43.255 INFO O| Feb 26 17:25:43.255 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272026-02-26T17:25:43.692Z[ recovery-image] Feb 26 17:25:43.272 INFO O| Feb 26 17:25:43.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
59282026-02-26T17:25:43.692Z[ recovery-image] Feb 26 17:25:43.272 INFO O| Feb 26 17:25:43.272 INFO STEP 350 (remove_files) COMPLETE
59292026-02-26T17:25:43.692Z[ recovery-image] Feb 26 17:25:43.272 INFO O| Feb 26 17:25:43.272 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302026-02-26T17:25:43.717Z[ recovery-image] Feb 26 17:25:43.289 INFO O| Feb 26 17:25:43.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
59312026-02-26T17:25:43.717Z[ recovery-image] Feb 26 17:25:43.289 INFO O| Feb 26 17:25:43.289 INFO STEP 351 (remove_files) COMPLETE
59322026-02-26T17:25:43.717Z[ recovery-image] Feb 26 17:25:43.289 INFO O| Feb 26 17:25:43.289 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332026-02-26T17:25:43.742Z[ recovery-image] Feb 26 17:25:43.306 INFO O| Feb 26 17:25:43.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59342026-02-26T17:25:43.742Z[ recovery-image] Feb 26 17:25:43.306 INFO O| Feb 26 17:25:43.306 INFO STEP 352 (remove_files) COMPLETE
59352026-02-26T17:25:43.742Z[ recovery-image] Feb 26 17:25:43.306 INFO O| Feb 26 17:25:43.306 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362026-02-26T17:25:43.742Z[ recovery-image] Feb 26 17:25:43.323 INFO O| Feb 26 17:25:43.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59372026-02-26T17:25:43.742Z[ recovery-image] Feb 26 17:25:43.323 INFO O| Feb 26 17:25:43.323 INFO STEP 353 (remove_files) COMPLETE
59382026-02-26T17:25:43.742Z[ recovery-image] Feb 26 17:25:43.323 INFO O| Feb 26 17:25:43.323 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392026-02-26T17:25:43.767Z[ recovery-image] Feb 26 17:25:43.339 INFO O| Feb 26 17:25:43.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59402026-02-26T17:25:43.767Z[ recovery-image] Feb 26 17:25:43.339 INFO O| Feb 26 17:25:43.339 INFO STEP 354 (remove_files) COMPLETE
59412026-02-26T17:25:43.767Z[ recovery-image] Feb 26 17:25:43.339 INFO O| Feb 26 17:25:43.339 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422026-02-26T17:25:43.792Z[ recovery-image] Feb 26 17:25:43.357 INFO O| Feb 26 17:25:43.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59432026-02-26T17:25:43.792Z[ recovery-image] Feb 26 17:25:43.357 INFO O| Feb 26 17:25:43.357 INFO STEP 355 (remove_files) COMPLETE
59442026-02-26T17:25:43.792Z[ recovery-image] Feb 26 17:25:43.357 INFO O| Feb 26 17:25:43.357 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452026-02-26T17:25:43.792Z[ recovery-image] Feb 26 17:25:43.373 INFO O| Feb 26 17:25:43.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59462026-02-26T17:25:43.792Z[ recovery-image] Feb 26 17:25:43.373 INFO O| Feb 26 17:25:43.373 INFO STEP 356 (remove_files) COMPLETE
59472026-02-26T17:25:43.792Z[ recovery-image] Feb 26 17:25:43.373 INFO O| Feb 26 17:25:43.373 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482026-02-26T17:25:43.817Z[ recovery-image] Feb 26 17:25:43.388 INFO O| Feb 26 17:25:43.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59492026-02-26T17:25:43.817Z[ recovery-image] Feb 26 17:25:43.388 INFO O| Feb 26 17:25:43.388 INFO STEP 357 (remove_files) COMPLETE
59502026-02-26T17:25:43.817Z[ recovery-image] Feb 26 17:25:43.389 INFO O| Feb 26 17:25:43.388 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512026-02-26T17:25:43.842Z[ recovery-image] Feb 26 17:25:43.407 INFO O| Feb 26 17:25:43.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59522026-02-26T17:25:43.842Z[ recovery-image] Feb 26 17:25:43.407 INFO O| Feb 26 17:25:43.407 INFO STEP 358 (remove_files) COMPLETE
59532026-02-26T17:25:43.842Z[ recovery-image] Feb 26 17:25:43.407 INFO O| Feb 26 17:25:43.407 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542026-02-26T17:25:43.842Z[ recovery-image] Feb 26 17:25:43.424 INFO O| Feb 26 17:25:43.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59552026-02-26T17:25:43.842Z[ recovery-image] Feb 26 17:25:43.424 INFO O| Feb 26 17:25:43.424 INFO STEP 359 (remove_files) COMPLETE
59562026-02-26T17:25:43.842Z[ recovery-image] Feb 26 17:25:43.424 INFO O| Feb 26 17:25:43.424 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572026-02-26T17:25:43.867Z[ recovery-image] Feb 26 17:25:43.439 INFO O| Feb 26 17:25:43.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59582026-02-26T17:25:43.867Z[ recovery-image] Feb 26 17:25:43.440 INFO O| Feb 26 17:25:43.440 INFO STEP 360 (remove_files) COMPLETE
59592026-02-26T17:25:43.867Z[ recovery-image] Feb 26 17:25:43.440 INFO O| Feb 26 17:25:43.440 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602026-02-26T17:25:43.867Z[ recovery-image] Feb 26 17:25:43.455 INFO O| Feb 26 17:25:43.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59612026-02-26T17:25:43.867Z[ recovery-image] Feb 26 17:25:43.455 INFO O| Feb 26 17:25:43.455 INFO STEP 361 (remove_files) COMPLETE
59622026-02-26T17:25:43.867Z[ recovery-image] Feb 26 17:25:43.455 INFO O| Feb 26 17:25:43.455 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632026-02-26T17:25:43.892Z[ recovery-image] Feb 26 17:25:43.475 INFO O| Feb 26 17:25:43.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59642026-02-26T17:25:43.892Z[ recovery-image] Feb 26 17:25:43.475 INFO O| Feb 26 17:25:43.475 INFO STEP 362 (remove_files) COMPLETE
59652026-02-26T17:25:43.892Z[ recovery-image] Feb 26 17:25:43.475 INFO O| Feb 26 17:25:43.475 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662026-02-26T17:25:43.918Z[ recovery-image] Feb 26 17:25:43.495 INFO O| Feb 26 17:25:43.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59672026-02-26T17:25:43.918Z[ recovery-image] Feb 26 17:25:43.495 INFO O| Feb 26 17:25:43.495 INFO STEP 363 (remove_files) COMPLETE
59682026-02-26T17:25:43.918Z[ recovery-image] Feb 26 17:25:43.495 INFO O| Feb 26 17:25:43.495 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692026-02-26T17:25:43.943Z[ recovery-image] Feb 26 17:25:43.517 INFO O| Feb 26 17:25:43.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59702026-02-26T17:25:43.943Z[ recovery-image] Feb 26 17:25:43.517 INFO O| Feb 26 17:25:43.517 INFO STEP 364 (remove_files) COMPLETE
59712026-02-26T17:25:43.943Z[ recovery-image] Feb 26 17:25:43.517 INFO O| Feb 26 17:25:43.517 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722026-02-26T17:25:43.971Z[ recovery-image] Feb 26 17:25:43.559 INFO O| Feb 26 17:25:43.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59732026-02-26T17:25:43.971Z[ recovery-image] Feb 26 17:25:43.559 INFO O| Feb 26 17:25:43.559 INFO STEP 365 (remove_files) COMPLETE
59742026-02-26T17:25:43.971Z[ recovery-image] Feb 26 17:25:43.559 INFO O| Feb 26 17:25:43.559 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752026-02-26T17:25:44.025Z[ recovery-image] Feb 26 17:25:43.613 INFO O| Feb 26 17:25:43.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59762026-02-26T17:25:44.025Z[ recovery-image] Feb 26 17:25:43.613 INFO O| Feb 26 17:25:43.613 INFO STEP 366 (remove_files) COMPLETE
59772026-02-26T17:25:44.025Z[ recovery-image] Feb 26 17:25:43.613 INFO O| Feb 26 17:25:43.613 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782026-02-26T17:25:44.050Z[ recovery-image] Feb 26 17:25:43.628 INFO O| Feb 26 17:25:43.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59792026-02-26T17:25:44.050Z[ recovery-image] Feb 26 17:25:43.628 INFO O| Feb 26 17:25:43.628 INFO STEP 367 (remove_files) COMPLETE
59802026-02-26T17:25:44.050Z[ recovery-image] Feb 26 17:25:43.628 INFO O| Feb 26 17:25:43.628 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812026-02-26T17:25:44.075Z[ recovery-image] Feb 26 17:25:43.654 INFO O| Feb 26 17:25:43.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59822026-02-26T17:25:44.075Z[ recovery-image] Feb 26 17:25:43.654 INFO O| Feb 26 17:25:43.654 INFO STEP 368 (remove_files) COMPLETE
59832026-02-26T17:25:44.075Z[ recovery-image] Feb 26 17:25:43.654 INFO O| Feb 26 17:25:43.654 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842026-02-26T17:25:44.099Z[ recovery-image] Feb 26 17:25:43.672 INFO O| Feb 26 17:25:43.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59852026-02-26T17:25:44.100Z[ recovery-image] Feb 26 17:25:43.672 INFO O| Feb 26 17:25:43.672 INFO STEP 369 (remove_files) COMPLETE
59862026-02-26T17:25:44.100Z[ recovery-image] Feb 26 17:25:43.672 INFO O| Feb 26 17:25:43.672 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872026-02-26T17:25:44.125Z[ recovery-image] Feb 26 17:25:43.695 INFO O| Feb 26 17:25:43.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59882026-02-26T17:25:44.125Z[ recovery-image] Feb 26 17:25:43.695 INFO O| Feb 26 17:25:43.695 INFO STEP 370 (remove_files) COMPLETE
59892026-02-26T17:25:44.125Z[ recovery-image] Feb 26 17:25:43.695 INFO O| Feb 26 17:25:43.695 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902026-02-26T17:25:44.149Z[ recovery-image] Feb 26 17:25:43.714 INFO O| Feb 26 17:25:43.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59912026-02-26T17:25:44.149Z[ recovery-image] Feb 26 17:25:43.714 INFO O| Feb 26 17:25:43.714 INFO STEP 371 (remove_files) COMPLETE
59922026-02-26T17:25:44.149Z[ recovery-image] Feb 26 17:25:43.714 INFO O| Feb 26 17:25:43.714 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932026-02-26T17:25:44.150Z[ recovery-image] Feb 26 17:25:43.732 INFO O| Feb 26 17:25:43.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59942026-02-26T17:25:44.150Z[ recovery-image] Feb 26 17:25:43.732 INFO O| Feb 26 17:25:43.732 INFO STEP 372 (remove_files) COMPLETE
59952026-02-26T17:25:44.150Z[ recovery-image] Feb 26 17:25:43.732 INFO O| Feb 26 17:25:43.732 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962026-02-26T17:25:44.175Z[ recovery-image] Feb 26 17:25:43.753 INFO O| Feb 26 17:25:43.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59972026-02-26T17:25:44.175Z[ recovery-image] Feb 26 17:25:43.753 INFO O| Feb 26 17:25:43.753 INFO STEP 373 (remove_files) COMPLETE
59982026-02-26T17:25:44.175Z[ recovery-image] Feb 26 17:25:43.753 INFO O| Feb 26 17:25:43.753 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992026-02-26T17:25:44.199Z[ recovery-image] Feb 26 17:25:43.770 INFO O| Feb 26 17:25:43.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
60002026-02-26T17:25:44.199Z[ recovery-image] Feb 26 17:25:43.770 INFO O| Feb 26 17:25:43.770 INFO STEP 374 (remove_files) COMPLETE
60012026-02-26T17:25:44.200Z[ recovery-image] Feb 26 17:25:43.770 INFO O| Feb 26 17:25:43.770 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022026-02-26T17:25:44.271Z[ recovery-image] Feb 26 17:25:43.789 INFO O| Feb 26 17:25:43.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
60032026-02-26T17:25:44.271Z[ recovery-image] Feb 26 17:25:43.789 INFO O| Feb 26 17:25:43.789 INFO STEP 375 (remove_files) COMPLETE
60042026-02-26T17:25:44.271Z[ recovery-image] Feb 26 17:25:43.789 INFO O| Feb 26 17:25:43.789 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052026-02-26T17:25:44.271Z[ recovery-image] Feb 26 17:25:43.807 INFO O| Feb 26 17:25:43.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
60062026-02-26T17:25:44.271Z[ recovery-image] Feb 26 17:25:43.807 INFO O| Feb 26 17:25:43.807 INFO STEP 376 (remove_files) COMPLETE
60072026-02-26T17:25:44.271Z[ recovery-image] Feb 26 17:25:43.807 INFO O| Feb 26 17:25:43.807 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082026-02-26T17:25:44.271Z[ recovery-image] Feb 26 17:25:43.821 INFO O| Feb 26 17:25:43.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
60092026-02-26T17:25:44.271Z[ recovery-image] Feb 26 17:25:43.822 INFO O| Feb 26 17:25:43.821 INFO STEP 377 (remove_files) COMPLETE
60102026-02-26T17:25:44.271Z[ recovery-image] Feb 26 17:25:43.822 INFO O| Feb 26 17:25:43.822 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112026-02-26T17:25:44.271Z[ recovery-image] Feb 26 17:25:43.840 INFO O| Feb 26 17:25:43.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
60122026-02-26T17:25:44.271Z[ recovery-image] Feb 26 17:25:43.840 INFO O| Feb 26 17:25:43.840 INFO STEP 378 (remove_files) COMPLETE
60132026-02-26T17:25:44.271Z[ recovery-image] Feb 26 17:25:43.840 INFO O| Feb 26 17:25:43.840 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142026-02-26T17:25:44.296Z[ recovery-image] Feb 26 17:25:43.859 INFO O| Feb 26 17:25:43.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
60152026-02-26T17:25:44.296Z[ recovery-image] Feb 26 17:25:43.859 INFO O| Feb 26 17:25:43.859 INFO STEP 379 (remove_files) COMPLETE
60162026-02-26T17:25:44.296Z[ recovery-image] Feb 26 17:25:43.859 INFO O| Feb 26 17:25:43.859 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172026-02-26T17:25:44.296Z[ recovery-image] Feb 26 17:25:43.880 INFO O| Feb 26 17:25:43.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
60182026-02-26T17:25:44.296Z[ recovery-image] Feb 26 17:25:43.880 INFO O| Feb 26 17:25:43.880 INFO STEP 380 (remove_files) COMPLETE
60192026-02-26T17:25:44.296Z[ recovery-image] Feb 26 17:25:43.880 INFO O| Feb 26 17:25:43.880 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202026-02-26T17:25:44.321Z[ recovery-image] Feb 26 17:25:43.900 INFO O| Feb 26 17:25:43.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
60212026-02-26T17:25:44.321Z[ recovery-image] Feb 26 17:25:43.900 INFO O| Feb 26 17:25:43.900 INFO STEP 381 (remove_files) COMPLETE
60222026-02-26T17:25:44.321Z[ recovery-image] Feb 26 17:25:43.900 INFO O| Feb 26 17:25:43.900 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232026-02-26T17:25:44.347Z[ recovery-image] Feb 26 17:25:43.917 INFO O| Feb 26 17:25:43.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
60242026-02-26T17:25:44.347Z[ recovery-image] Feb 26 17:25:43.917 INFO O| Feb 26 17:25:43.917 INFO STEP 382 (remove_files) COMPLETE
60252026-02-26T17:25:44.347Z[ recovery-image] Feb 26 17:25:43.917 INFO O| Feb 26 17:25:43.917 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262026-02-26T17:25:44.372Z[ recovery-image] Feb 26 17:25:43.939 INFO O| Feb 26 17:25:43.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
60272026-02-26T17:25:44.372Z[ recovery-image] Feb 26 17:25:43.939 INFO O| Feb 26 17:25:43.939 INFO STEP 383 (remove_files) COMPLETE
60282026-02-26T17:25:44.372Z[ recovery-image] Feb 26 17:25:43.939 INFO O| Feb 26 17:25:43.939 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292026-02-26T17:25:44.372Z[ recovery-image] Feb 26 17:25:43.957 INFO O| Feb 26 17:25:43.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
60302026-02-26T17:25:44.372Z[ recovery-image] Feb 26 17:25:43.957 INFO O| Feb 26 17:25:43.957 INFO STEP 384 (remove_files) COMPLETE
60312026-02-26T17:25:44.372Z[ recovery-image] Feb 26 17:25:43.958 INFO O| Feb 26 17:25:43.957 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322026-02-26T17:25:44.396Z[ recovery-image] Feb 26 17:25:43.975 INFO O| Feb 26 17:25:43.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60332026-02-26T17:25:44.396Z[ recovery-image] Feb 26 17:25:43.975 INFO O| Feb 26 17:25:43.975 INFO STEP 385 (remove_files) COMPLETE
60342026-02-26T17:25:44.396Z[ recovery-image] Feb 26 17:25:43.975 INFO O| Feb 26 17:25:43.975 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352026-02-26T17:25:44.421Z[ recovery-image] Feb 26 17:25:43.990 INFO O| Feb 26 17:25:43.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60362026-02-26T17:25:44.421Z[ recovery-image] Feb 26 17:25:43.991 INFO O| Feb 26 17:25:43.991 INFO STEP 386 (remove_files) COMPLETE
60372026-02-26T17:25:44.422Z[ recovery-image] Feb 26 17:25:43.991 INFO O| Feb 26 17:25:43.991 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382026-02-26T17:25:44.422Z[ recovery-image] Feb 26 17:25:44.006 INFO O| Feb 26 17:25:44.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60392026-02-26T17:25:44.422Z[ recovery-image] Feb 26 17:25:44.006 INFO O| Feb 26 17:25:44.006 INFO STEP 387 (remove_files) COMPLETE
60402026-02-26T17:25:44.422Z[ recovery-image] Feb 26 17:25:44.006 INFO O| Feb 26 17:25:44.006 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412026-02-26T17:25:44.447Z[ recovery-image] Feb 26 17:25:44.021 INFO O| Feb 26 17:25:44.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60422026-02-26T17:25:44.447Z[ recovery-image] Feb 26 17:25:44.021 INFO O| Feb 26 17:25:44.021 INFO STEP 388 (remove_files) COMPLETE
60432026-02-26T17:25:44.447Z[ recovery-image] Feb 26 17:25:44.021 INFO O| Feb 26 17:25:44.021 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442026-02-26T17:25:44.472Z[ recovery-image] Feb 26 17:25:44.036 INFO O| Feb 26 17:25:44.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60452026-02-26T17:25:44.472Z[ recovery-image] Feb 26 17:25:44.037 INFO O| Feb 26 17:25:44.037 INFO STEP 389 (remove_files) COMPLETE
60462026-02-26T17:25:44.472Z[ recovery-image] Feb 26 17:25:44.037 INFO O| Feb 26 17:25:44.037 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472026-02-26T17:25:44.472Z[ recovery-image] Feb 26 17:25:44.053 INFO O| Feb 26 17:25:44.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60482026-02-26T17:25:44.472Z[ recovery-image] Feb 26 17:25:44.053 INFO O| Feb 26 17:25:44.053 INFO STEP 390 (remove_files) COMPLETE
60492026-02-26T17:25:44.472Z[ recovery-image] Feb 26 17:25:44.053 INFO O| Feb 26 17:25:44.053 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502026-02-26T17:25:44.497Z[ recovery-image] Feb 26 17:25:44.073 INFO O| Feb 26 17:25:44.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60512026-02-26T17:25:44.497Z[ recovery-image] Feb 26 17:25:44.073 INFO O| Feb 26 17:25:44.073 INFO STEP 391 (remove_files) COMPLETE
60522026-02-26T17:25:44.497Z[ recovery-image] Feb 26 17:25:44.073 INFO O| Feb 26 17:25:44.073 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532026-02-26T17:25:44.522Z[ recovery-image] Feb 26 17:25:44.092 INFO O| Feb 26 17:25:44.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60542026-02-26T17:25:44.522Z[ recovery-image] Feb 26 17:25:44.092 INFO O| Feb 26 17:25:44.092 INFO STEP 392 (remove_files) COMPLETE
60552026-02-26T17:25:44.522Z[ recovery-image] Feb 26 17:25:44.092 INFO O| Feb 26 17:25:44.092 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562026-02-26T17:25:44.522Z[ recovery-image] Feb 26 17:25:44.109 INFO O| Feb 26 17:25:44.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60572026-02-26T17:25:44.522Z[ recovery-image] Feb 26 17:25:44.109 INFO O| Feb 26 17:25:44.109 INFO STEP 393 (remove_files) COMPLETE
60582026-02-26T17:25:44.522Z[ recovery-image] Feb 26 17:25:44.109 INFO O| Feb 26 17:25:44.109 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592026-02-26T17:25:44.547Z[ recovery-image] Feb 26 17:25:44.127 INFO O| Feb 26 17:25:44.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60602026-02-26T17:25:44.547Z[ recovery-image] Feb 26 17:25:44.128 INFO O| Feb 26 17:25:44.128 INFO STEP 394 (remove_files) COMPLETE
60612026-02-26T17:25:44.547Z[ recovery-image] Feb 26 17:25:44.128 INFO O| Feb 26 17:25:44.128 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622026-02-26T17:25:44.571Z[ recovery-image] Feb 26 17:25:44.144 INFO O| Feb 26 17:25:44.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60632026-02-26T17:25:44.571Z[ recovery-image] Feb 26 17:25:44.144 INFO O| Feb 26 17:25:44.144 INFO STEP 395 (remove_files) COMPLETE
60642026-02-26T17:25:44.571Z[ recovery-image] Feb 26 17:25:44.144 INFO O| Feb 26 17:25:44.144 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652026-02-26T17:25:44.596Z[ recovery-image] Feb 26 17:25:44.159 INFO O| Feb 26 17:25:44.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60662026-02-26T17:25:44.596Z[ recovery-image] Feb 26 17:25:44.160 INFO O| Feb 26 17:25:44.159 INFO STEP 396 (remove_files) COMPLETE
60672026-02-26T17:25:44.596Z[ recovery-image] Feb 26 17:25:44.160 INFO O| Feb 26 17:25:44.160 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682026-02-26T17:25:44.596Z[ recovery-image] Feb 26 17:25:44.177 INFO O| Feb 26 17:25:44.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60692026-02-26T17:25:44.597Z[ recovery-image] Feb 26 17:25:44.177 INFO O| Feb 26 17:25:44.177 INFO STEP 397 (remove_files) COMPLETE
60702026-02-26T17:25:44.597Z[ recovery-image] Feb 26 17:25:44.177 INFO O| Feb 26 17:25:44.177 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712026-02-26T17:25:44.621Z[ recovery-image] Feb 26 17:25:44.191 INFO O| Feb 26 17:25:44.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60722026-02-26T17:25:44.621Z[ recovery-image] Feb 26 17:25:44.191 INFO O| Feb 26 17:25:44.191 INFO STEP 398 (remove_files) COMPLETE
60732026-02-26T17:25:44.622Z[ recovery-image] Feb 26 17:25:44.191 INFO O| Feb 26 17:25:44.191 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742026-02-26T17:25:44.622Z[ recovery-image] Feb 26 17:25:44.204 INFO O| Feb 26 17:25:44.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60752026-02-26T17:25:44.622Z[ recovery-image] Feb 26 17:25:44.205 INFO O| Feb 26 17:25:44.205 INFO STEP 399 (remove_files) COMPLETE
60762026-02-26T17:25:44.622Z[ recovery-image] Feb 26 17:25:44.205 INFO O| Feb 26 17:25:44.205 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772026-02-26T17:25:44.646Z[ recovery-image] Feb 26 17:25:44.219 INFO O| Feb 26 17:25:44.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60782026-02-26T17:25:44.646Z[ recovery-image] Feb 26 17:25:44.219 INFO O| Feb 26 17:25:44.219 INFO STEP 400 (remove_files) COMPLETE
60792026-02-26T17:25:44.646Z[ recovery-image] Feb 26 17:25:44.219 INFO O| Feb 26 17:25:44.219 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802026-02-26T17:25:44.671Z[ recovery-image] Feb 26 17:25:44.234 INFO O| Feb 26 17:25:44.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60812026-02-26T17:25:44.671Z[ recovery-image] Feb 26 17:25:44.235 INFO O| Feb 26 17:25:44.235 INFO STEP 401 (remove_files) COMPLETE
60822026-02-26T17:25:44.671Z[ recovery-image] Feb 26 17:25:44.235 INFO O| Feb 26 17:25:44.235 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832026-02-26T17:25:44.671Z[ recovery-image] Feb 26 17:25:44.251 INFO O| Feb 26 17:25:44.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60842026-02-26T17:25:44.671Z[ recovery-image] Feb 26 17:25:44.251 INFO O| Feb 26 17:25:44.251 INFO STEP 402 (remove_files) COMPLETE
60852026-02-26T17:25:44.671Z[ recovery-image] Feb 26 17:25:44.251 INFO O| Feb 26 17:25:44.251 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862026-02-26T17:25:44.696Z[ recovery-image] Feb 26 17:25:44.267 INFO O| Feb 26 17:25:44.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60872026-02-26T17:25:44.696Z[ recovery-image] Feb 26 17:25:44.267 INFO O| Feb 26 17:25:44.267 INFO STEP 403 (remove_files) COMPLETE
60882026-02-26T17:25:44.696Z[ recovery-image] Feb 26 17:25:44.267 INFO O| Feb 26 17:25:44.267 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892026-02-26T17:25:44.696Z[ recovery-image] Feb 26 17:25:44.283 INFO O| Feb 26 17:25:44.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60902026-02-26T17:25:44.696Z[ recovery-image] Feb 26 17:25:44.283 INFO O| Feb 26 17:25:44.283 INFO STEP 404 (remove_files) COMPLETE
60912026-02-26T17:25:44.696Z[ recovery-image] Feb 26 17:25:44.283 INFO O| Feb 26 17:25:44.283 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922026-02-26T17:25:44.721Z[ recovery-image] Feb 26 17:25:44.300 INFO O| Feb 26 17:25:44.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60932026-02-26T17:25:44.721Z[ recovery-image] Feb 26 17:25:44.300 INFO O| Feb 26 17:25:44.300 INFO STEP 405 (remove_files) COMPLETE
60942026-02-26T17:25:44.721Z[ recovery-image] Feb 26 17:25:44.300 INFO O| Feb 26 17:25:44.300 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952026-02-26T17:25:44.746Z[ recovery-image] Feb 26 17:25:44.316 INFO O| Feb 26 17:25:44.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60962026-02-26T17:25:44.746Z[ recovery-image] Feb 26 17:25:44.316 INFO O| Feb 26 17:25:44.316 INFO STEP 406 (remove_files) COMPLETE
60972026-02-26T17:25:44.746Z[ recovery-image] Feb 26 17:25:44.316 INFO O| Feb 26 17:25:44.316 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982026-02-26T17:25:44.746Z[ recovery-image] Feb 26 17:25:44.331 INFO O| Feb 26 17:25:44.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60992026-02-26T17:25:44.746Z[ recovery-image] Feb 26 17:25:44.331 INFO O| Feb 26 17:25:44.331 INFO STEP 407 (remove_files) COMPLETE
61002026-02-26T17:25:44.746Z[ recovery-image] Feb 26 17:25:44.331 INFO O| Feb 26 17:25:44.331 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012026-02-26T17:25:44.771Z[ recovery-image] Feb 26 17:25:44.347 INFO O| Feb 26 17:25:44.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
61022026-02-26T17:25:44.771Z[ recovery-image] Feb 26 17:25:44.347 INFO O| Feb 26 17:25:44.347 INFO STEP 408 (remove_files) COMPLETE
61032026-02-26T17:25:44.771Z[ recovery-image] Feb 26 17:25:44.347 INFO O| Feb 26 17:25:44.347 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042026-02-26T17:25:44.796Z[ recovery-image] Feb 26 17:25:44.363 INFO O| Feb 26 17:25:44.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
61052026-02-26T17:25:44.796Z[ recovery-image] Feb 26 17:25:44.363 INFO O| Feb 26 17:25:44.363 INFO STEP 409 (remove_files) COMPLETE
61062026-02-26T17:25:44.796Z[ recovery-image] Feb 26 17:25:44.363 INFO O| Feb 26 17:25:44.363 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072026-02-26T17:25:44.821Z[ recovery-image] Feb 26 17:25:44.385 INFO O| Feb 26 17:25:44.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
61082026-02-26T17:25:44.821Z[ recovery-image] Feb 26 17:25:44.385 INFO O| Feb 26 17:25:44.385 INFO STEP 410 (remove_files) COMPLETE
61092026-02-26T17:25:44.821Z[ recovery-image] Feb 26 17:25:44.385 INFO O| Feb 26 17:25:44.385 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102026-02-26T17:25:44.821Z[ recovery-image] Feb 26 17:25:44.404 INFO O| Feb 26 17:25:44.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
61112026-02-26T17:25:44.821Z[ recovery-image] Feb 26 17:25:44.404 INFO O| Feb 26 17:25:44.404 INFO STEP 411 (remove_files) COMPLETE
61122026-02-26T17:25:44.821Z[ recovery-image] Feb 26 17:25:44.404 INFO O| Feb 26 17:25:44.404 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132026-02-26T17:25:44.846Z[ recovery-image] Feb 26 17:25:44.420 INFO O| Feb 26 17:25:44.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
61142026-02-26T17:25:44.847Z[ recovery-image] Feb 26 17:25:44.420 INFO O| Feb 26 17:25:44.420 INFO STEP 412 (remove_files) COMPLETE
61152026-02-26T17:25:44.847Z[ recovery-image] Feb 26 17:25:44.420 INFO O| Feb 26 17:25:44.420 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162026-02-26T17:25:44.871Z[ recovery-image] Feb 26 17:25:44.435 INFO O| Feb 26 17:25:44.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
61172026-02-26T17:25:44.871Z[ recovery-image] Feb 26 17:25:44.435 INFO O| Feb 26 17:25:44.435 INFO STEP 413 (remove_files) COMPLETE
61182026-02-26T17:25:44.871Z[ recovery-image] Feb 26 17:25:44.435 INFO O| Feb 26 17:25:44.435 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192026-02-26T17:25:44.872Z[ recovery-image] Feb 26 17:25:44.452 INFO O| Feb 26 17:25:44.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
61202026-02-26T17:25:44.872Z[ recovery-image] Feb 26 17:25:44.453 INFO O| Feb 26 17:25:44.453 INFO STEP 414 (remove_files) COMPLETE
61212026-02-26T17:25:44.872Z[ recovery-image] Feb 26 17:25:44.453 INFO O| Feb 26 17:25:44.453 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222026-02-26T17:25:44.896Z[ recovery-image] Feb 26 17:25:44.470 INFO O| Feb 26 17:25:44.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
61232026-02-26T17:25:44.896Z[ recovery-image] Feb 26 17:25:44.470 INFO O| Feb 26 17:25:44.470 INFO STEP 415 (remove_files) COMPLETE
61242026-02-26T17:25:44.896Z[ recovery-image] Feb 26 17:25:44.470 INFO O| Feb 26 17:25:44.470 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252026-02-26T17:25:44.921Z[ recovery-image] Feb 26 17:25:44.488 INFO O| Feb 26 17:25:44.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
61262026-02-26T17:25:44.921Z[ recovery-image] Feb 26 17:25:44.489 INFO O| Feb 26 17:25:44.489 INFO STEP 416 (remove_files) COMPLETE
61272026-02-26T17:25:44.922Z[ recovery-image] Feb 26 17:25:44.489 INFO O| Feb 26 17:25:44.489 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282026-02-26T17:25:44.922Z[ recovery-image] Feb 26 17:25:44.505 INFO O| Feb 26 17:25:44.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61292026-02-26T17:25:44.922Z[ recovery-image] Feb 26 17:25:44.505 INFO O| Feb 26 17:25:44.505 INFO STEP 417 (remove_files) COMPLETE
61302026-02-26T17:25:44.922Z[ recovery-image] Feb 26 17:25:44.505 INFO O| Feb 26 17:25:44.505 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312026-02-26T17:25:44.946Z[ recovery-image] Feb 26 17:25:44.520 INFO O| Feb 26 17:25:44.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61322026-02-26T17:25:44.946Z[ recovery-image] Feb 26 17:25:44.520 INFO O| Feb 26 17:25:44.520 INFO STEP 418 (remove_files) COMPLETE
61332026-02-26T17:25:44.946Z[ recovery-image] Feb 26 17:25:44.521 INFO O| Feb 26 17:25:44.520 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342026-02-26T17:25:44.972Z[ recovery-image] Feb 26 17:25:44.536 INFO O| Feb 26 17:25:44.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61352026-02-26T17:25:44.972Z[ recovery-image] Feb 26 17:25:44.536 INFO O| Feb 26 17:25:44.536 INFO STEP 419 (remove_files) COMPLETE
61362026-02-26T17:25:44.972Z[ recovery-image] Feb 26 17:25:44.536 INFO O| Feb 26 17:25:44.536 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372026-02-26T17:25:44.972Z[ recovery-image] Feb 26 17:25:44.553 INFO O| Feb 26 17:25:44.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61382026-02-26T17:25:44.972Z[ recovery-image] Feb 26 17:25:44.553 INFO O| Feb 26 17:25:44.553 INFO STEP 420 (remove_files) COMPLETE
61392026-02-26T17:25:44.972Z[ recovery-image] Feb 26 17:25:44.553 INFO O| Feb 26 17:25:44.553 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402026-02-26T17:25:45.009Z[ recovery-image] Feb 26 17:25:44.597 INFO O| Feb 26 17:25:44.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61412026-02-26T17:25:45.009Z[ recovery-image] Feb 26 17:25:44.597 INFO O| Feb 26 17:25:44.597 INFO STEP 421 (remove_files) COMPLETE
61422026-02-26T17:25:45.034Z[ recovery-image] Feb 26 17:25:44.597 INFO O| Feb 26 17:25:44.597 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432026-02-26T17:25:45.034Z[ recovery-image] Feb 26 17:25:44.611 INFO O| Feb 26 17:25:44.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61442026-02-26T17:25:45.034Z[ recovery-image] Feb 26 17:25:44.612 INFO O| Feb 26 17:25:44.611 INFO STEP 422 (remove_files) COMPLETE
61452026-02-26T17:25:45.034Z[ recovery-image] Feb 26 17:25:44.612 INFO O| Feb 26 17:25:44.611 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462026-02-26T17:25:45.059Z[ recovery-image] Feb 26 17:25:44.626 INFO O| Feb 26 17:25:44.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61472026-02-26T17:25:45.059Z[ recovery-image] Feb 26 17:25:44.626 INFO O| Feb 26 17:25:44.626 INFO STEP 423 (remove_files) COMPLETE
61482026-02-26T17:25:45.059Z[ recovery-image] Feb 26 17:25:44.626 INFO O| Feb 26 17:25:44.626 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492026-02-26T17:25:45.059Z[ recovery-image] Feb 26 17:25:44.640 INFO O| Feb 26 17:25:44.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61502026-02-26T17:25:45.059Z[ recovery-image] Feb 26 17:25:44.640 INFO O| Feb 26 17:25:44.640 INFO STEP 424 (remove_files) COMPLETE
61512026-02-26T17:25:45.059Z[ recovery-image] Feb 26 17:25:44.640 INFO O| Feb 26 17:25:44.640 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522026-02-26T17:25:45.084Z[ recovery-image] Feb 26 17:25:44.665 INFO O| Feb 26 17:25:44.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61532026-02-26T17:25:45.084Z[ recovery-image] Feb 26 17:25:44.666 INFO O| Feb 26 17:25:44.666 INFO STEP 425 (remove_files) COMPLETE
61542026-02-26T17:25:45.084Z[ recovery-image] Feb 26 17:25:44.666 INFO O| Feb 26 17:25:44.666 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552026-02-26T17:25:45.109Z[ recovery-image] Feb 26 17:25:44.688 INFO O| Feb 26 17:25:44.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61562026-02-26T17:25:45.109Z[ recovery-image] Feb 26 17:25:44.688 INFO O| Feb 26 17:25:44.688 INFO STEP 426 (remove_files) COMPLETE
61572026-02-26T17:25:45.109Z[ recovery-image] Feb 26 17:25:44.688 INFO O| Feb 26 17:25:44.688 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582026-02-26T17:25:45.134Z[ recovery-image] Feb 26 17:25:44.709 INFO O| Feb 26 17:25:44.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61592026-02-26T17:25:45.134Z[ recovery-image] Feb 26 17:25:44.709 INFO O| Feb 26 17:25:44.709 INFO STEP 427 (remove_files) COMPLETE
61602026-02-26T17:25:45.134Z[ recovery-image] Feb 26 17:25:44.709 INFO O| Feb 26 17:25:44.709 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612026-02-26T17:25:45.159Z[ recovery-image] Feb 26 17:25:44.728 INFO O| Feb 26 17:25:44.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61622026-02-26T17:25:45.159Z[ recovery-image] Feb 26 17:25:44.728 INFO O| Feb 26 17:25:44.728 INFO STEP 428 (remove_files) COMPLETE
61632026-02-26T17:25:45.159Z[ recovery-image] Feb 26 17:25:44.728 INFO O| Feb 26 17:25:44.728 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642026-02-26T17:25:45.159Z[ recovery-image] Feb 26 17:25:44.746 INFO O| Feb 26 17:25:44.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61652026-02-26T17:25:45.159Z[ recovery-image] Feb 26 17:25:44.746 INFO O| Feb 26 17:25:44.746 INFO STEP 429 (remove_files) COMPLETE
61662026-02-26T17:25:45.159Z[ recovery-image] Feb 26 17:25:44.746 INFO O| Feb 26 17:25:44.746 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672026-02-26T17:25:45.184Z[ recovery-image] Feb 26 17:25:44.764 INFO O| Feb 26 17:25:44.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61682026-02-26T17:25:45.184Z[ recovery-image] Feb 26 17:25:44.764 INFO O| Feb 26 17:25:44.764 INFO STEP 430 (remove_files) COMPLETE
61692026-02-26T17:25:45.184Z[ recovery-image] Feb 26 17:25:44.764 INFO O| Feb 26 17:25:44.764 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702026-02-26T17:25:45.209Z[ recovery-image] Feb 26 17:25:44.782 INFO O| Feb 26 17:25:44.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61712026-02-26T17:25:45.209Z[ recovery-image] Feb 26 17:25:44.782 INFO O| Feb 26 17:25:44.782 INFO STEP 431 (remove_files) COMPLETE
61722026-02-26T17:25:45.209Z[ recovery-image] Feb 26 17:25:44.782 INFO O| Feb 26 17:25:44.782 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732026-02-26T17:25:45.234Z[ recovery-image] Feb 26 17:25:44.804 INFO O| Feb 26 17:25:44.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61742026-02-26T17:25:45.234Z[ recovery-image] Feb 26 17:25:44.804 INFO O| Feb 26 17:25:44.804 INFO STEP 432 (remove_files) COMPLETE
61752026-02-26T17:25:45.234Z[ recovery-image] Feb 26 17:25:44.804 INFO O| Feb 26 17:25:44.804 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762026-02-26T17:25:45.234Z[ recovery-image] Feb 26 17:25:44.820 INFO O| Feb 26 17:25:44.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61772026-02-26T17:25:45.234Z[ recovery-image] Feb 26 17:25:44.821 INFO O| Feb 26 17:25:44.821 INFO STEP 433 (remove_files) COMPLETE
61782026-02-26T17:25:45.234Z[ recovery-image] Feb 26 17:25:44.821 INFO O| Feb 26 17:25:44.821 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792026-02-26T17:25:45.258Z[ recovery-image] Feb 26 17:25:44.839 INFO O| Feb 26 17:25:44.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61802026-02-26T17:25:45.259Z[ recovery-image] Feb 26 17:25:44.839 INFO O| Feb 26 17:25:44.839 INFO STEP 434 (remove_files) COMPLETE
61812026-02-26T17:25:45.259Z[ recovery-image] Feb 26 17:25:44.839 INFO O| Feb 26 17:25:44.839 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822026-02-26T17:25:45.283Z[ recovery-image] Feb 26 17:25:44.857 INFO O| Feb 26 17:25:44.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61832026-02-26T17:25:45.283Z[ recovery-image] Feb 26 17:25:44.857 INFO O| Feb 26 17:25:44.857 INFO STEP 435 (remove_files) COMPLETE
61842026-02-26T17:25:45.283Z[ recovery-image] Feb 26 17:25:44.857 INFO O| Feb 26 17:25:44.857 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852026-02-26T17:25:45.308Z[ recovery-image] Feb 26 17:25:44.874 INFO O| Feb 26 17:25:44.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61862026-02-26T17:25:45.308Z[ recovery-image] Feb 26 17:25:44.874 INFO O| Feb 26 17:25:44.874 INFO STEP 436 (remove_files) COMPLETE
61872026-02-26T17:25:45.308Z[ recovery-image] Feb 26 17:25:44.874 INFO O| Feb 26 17:25:44.874 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882026-02-26T17:25:45.308Z[ recovery-image] Feb 26 17:25:44.890 INFO O| Feb 26 17:25:44.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61892026-02-26T17:25:45.308Z[ recovery-image] Feb 26 17:25:44.890 INFO O| Feb 26 17:25:44.890 INFO STEP 437 (remove_files) COMPLETE
61902026-02-26T17:25:45.308Z[ recovery-image] Feb 26 17:25:44.890 INFO O| Feb 26 17:25:44.890 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912026-02-26T17:25:45.333Z[ recovery-image] Feb 26 17:25:44.907 INFO O| Feb 26 17:25:44.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61922026-02-26T17:25:45.333Z[ recovery-image] Feb 26 17:25:44.907 INFO O| Feb 26 17:25:44.907 INFO STEP 438 (remove_files) COMPLETE
61932026-02-26T17:25:45.333Z[ recovery-image] Feb 26 17:25:44.907 INFO O| Feb 26 17:25:44.907 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942026-02-26T17:25:45.358Z[ recovery-image] Feb 26 17:25:44.922 INFO O| Feb 26 17:25:44.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61952026-02-26T17:25:45.358Z[ recovery-image] Feb 26 17:25:44.922 INFO O| Feb 26 17:25:44.922 INFO STEP 439 (remove_files) COMPLETE
61962026-02-26T17:25:45.358Z[ recovery-image] Feb 26 17:25:44.922 INFO O| Feb 26 17:25:44.922 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972026-02-26T17:25:45.358Z[ recovery-image] Feb 26 17:25:44.938 INFO O| Feb 26 17:25:44.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61982026-02-26T17:25:45.358Z[ recovery-image] Feb 26 17:25:44.938 INFO O| Feb 26 17:25:44.938 INFO STEP 440 (remove_files) COMPLETE
61992026-02-26T17:25:45.358Z[ recovery-image] Feb 26 17:25:44.938 INFO O| Feb 26 17:25:44.938 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002026-02-26T17:25:45.383Z[ recovery-image] Feb 26 17:25:44.953 INFO O| Feb 26 17:25:44.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
62012026-02-26T17:25:45.383Z[ recovery-image] Feb 26 17:25:44.953 INFO O| Feb 26 17:25:44.953 INFO STEP 441 (remove_files) COMPLETE
62022026-02-26T17:25:45.383Z[ recovery-image] Feb 26 17:25:44.953 INFO O| Feb 26 17:25:44.953 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032026-02-26T17:25:45.383Z[ recovery-image] Feb 26 17:25:44.967 INFO O| Feb 26 17:25:44.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
62042026-02-26T17:25:45.383Z[ recovery-image] Feb 26 17:25:44.967 INFO O| Feb 26 17:25:44.967 INFO STEP 442 (remove_files) COMPLETE
62052026-02-26T17:25:45.383Z[ recovery-image] Feb 26 17:25:44.967 INFO O| Feb 26 17:25:44.967 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062026-02-26T17:25:45.408Z[ recovery-image] Feb 26 17:25:44.985 INFO O| Feb 26 17:25:44.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
62072026-02-26T17:25:45.408Z[ recovery-image] Feb 26 17:25:44.985 INFO O| Feb 26 17:25:44.985 INFO STEP 443 (remove_files) COMPLETE
62082026-02-26T17:25:45.408Z[ recovery-image] Feb 26 17:25:44.985 INFO O| Feb 26 17:25:44.985 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092026-02-26T17:25:45.433Z[ recovery-image] Feb 26 17:25:45.005 INFO O| Feb 26 17:25:45.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
62102026-02-26T17:25:45.433Z[ recovery-image] Feb 26 17:25:45.005 INFO O| Feb 26 17:25:45.005 INFO STEP 444 (remove_files) COMPLETE
62112026-02-26T17:25:45.433Z[ recovery-image] Feb 26 17:25:45.005 INFO O| Feb 26 17:25:45.005 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122026-02-26T17:25:45.457Z[ recovery-image] Feb 26 17:25:45.025 INFO O| Feb 26 17:25:45.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
62132026-02-26T17:25:45.457Z[ recovery-image] Feb 26 17:25:45.025 INFO O| Feb 26 17:25:45.025 INFO STEP 445 (remove_files) COMPLETE
62142026-02-26T17:25:45.458Z[ recovery-image] Feb 26 17:25:45.025 INFO O| Feb 26 17:25:45.025 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152026-02-26T17:25:45.458Z[ recovery-image] Feb 26 17:25:45.045 INFO O| Feb 26 17:25:45.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
62162026-02-26T17:25:45.458Z[ recovery-image] Feb 26 17:25:45.045 INFO O| Feb 26 17:25:45.045 INFO STEP 446 (remove_files) COMPLETE
62172026-02-26T17:25:45.458Z[ recovery-image] Feb 26 17:25:45.045 INFO O| Feb 26 17:25:45.045 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182026-02-26T17:25:45.482Z[ recovery-image] Feb 26 17:25:45.068 INFO O| Feb 26 17:25:45.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
62192026-02-26T17:25:45.482Z[ recovery-image] Feb 26 17:25:45.069 INFO O| Feb 26 17:25:45.068 INFO STEP 447 (remove_files) COMPLETE
62202026-02-26T17:25:45.482Z[ recovery-image] Feb 26 17:25:45.069 INFO O| Feb 26 17:25:45.069 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212026-02-26T17:25:45.507Z[ recovery-image] Feb 26 17:25:45.087 INFO O| Feb 26 17:25:45.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
62222026-02-26T17:25:45.507Z[ recovery-image] Feb 26 17:25:45.087 INFO O| Feb 26 17:25:45.087 INFO STEP 448 (remove_files) COMPLETE
62232026-02-26T17:25:45.507Z[ recovery-image] Feb 26 17:25:45.087 INFO O| Feb 26 17:25:45.087 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242026-02-26T17:25:45.532Z[ recovery-image] Feb 26 17:25:45.105 INFO O| Feb 26 17:25:45.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
62252026-02-26T17:25:45.532Z[ recovery-image] Feb 26 17:25:45.105 INFO O| Feb 26 17:25:45.105 INFO STEP 449 (remove_files) COMPLETE
62262026-02-26T17:25:45.532Z[ recovery-image] Feb 26 17:25:45.105 INFO O| Feb 26 17:25:45.105 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272026-02-26T17:25:45.557Z[ recovery-image] Feb 26 17:25:45.123 INFO O| Feb 26 17:25:45.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62282026-02-26T17:25:45.557Z[ recovery-image] Feb 26 17:25:45.123 INFO O| Feb 26 17:25:45.123 INFO STEP 450 (remove_files) COMPLETE
62292026-02-26T17:25:45.557Z[ recovery-image] Feb 26 17:25:45.123 INFO O| Feb 26 17:25:45.123 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302026-02-26T17:25:45.557Z[ recovery-image] Feb 26 17:25:45.141 INFO O| Feb 26 17:25:45.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62312026-02-26T17:25:45.557Z[ recovery-image] Feb 26 17:25:45.141 INFO O| Feb 26 17:25:45.141 INFO STEP 451 (remove_files) COMPLETE
62322026-02-26T17:25:45.557Z[ recovery-image] Feb 26 17:25:45.141 INFO O| Feb 26 17:25:45.141 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332026-02-26T17:25:45.582Z[ recovery-image] Feb 26 17:25:45.159 INFO O| Feb 26 17:25:45.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62342026-02-26T17:25:45.582Z[ recovery-image] Feb 26 17:25:45.159 INFO O| Feb 26 17:25:45.159 INFO STEP 452 (remove_files) COMPLETE
62352026-02-26T17:25:45.582Z[ recovery-image] Feb 26 17:25:45.159 INFO O| Feb 26 17:25:45.159 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362026-02-26T17:25:45.607Z[ recovery-image] Feb 26 17:25:45.177 INFO O| Feb 26 17:25:45.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62372026-02-26T17:25:45.607Z[ recovery-image] Feb 26 17:25:45.177 INFO O| Feb 26 17:25:45.177 INFO STEP 453 (remove_files) COMPLETE
62382026-02-26T17:25:45.607Z[ recovery-image] Feb 26 17:25:45.177 INFO O| Feb 26 17:25:45.177 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392026-02-26T17:25:45.607Z[ recovery-image] Feb 26 17:25:45.194 INFO O| Feb 26 17:25:45.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62402026-02-26T17:25:45.607Z[ recovery-image] Feb 26 17:25:45.194 INFO O| Feb 26 17:25:45.194 INFO STEP 454 (remove_files) COMPLETE
62412026-02-26T17:25:45.607Z[ recovery-image] Feb 26 17:25:45.194 INFO O| Feb 26 17:25:45.194 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422026-02-26T17:25:45.632Z[ recovery-image] Feb 26 17:25:45.212 INFO O| Feb 26 17:25:45.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62432026-02-26T17:25:45.632Z[ recovery-image] Feb 26 17:25:45.212 INFO O| Feb 26 17:25:45.212 INFO STEP 455 (remove_files) COMPLETE
62442026-02-26T17:25:45.632Z[ recovery-image] Feb 26 17:25:45.212 INFO O| Feb 26 17:25:45.212 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452026-02-26T17:25:45.656Z[ recovery-image] Feb 26 17:25:45.233 INFO O| Feb 26 17:25:45.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62462026-02-26T17:25:45.656Z[ recovery-image] Feb 26 17:25:45.233 INFO O| Feb 26 17:25:45.233 INFO STEP 456 (remove_files) COMPLETE
62472026-02-26T17:25:45.656Z[ recovery-image] Feb 26 17:25:45.234 INFO O| Feb 26 17:25:45.233 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482026-02-26T17:25:45.682Z[ recovery-image] Feb 26 17:25:45.248 INFO O| Feb 26 17:25:45.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62492026-02-26T17:25:45.682Z[ recovery-image] Feb 26 17:25:45.248 INFO O| Feb 26 17:25:45.248 INFO STEP 457 (remove_files) COMPLETE
62502026-02-26T17:25:45.682Z[ recovery-image] Feb 26 17:25:45.248 INFO O| Feb 26 17:25:45.248 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512026-02-26T17:25:45.682Z[ recovery-image] Feb 26 17:25:45.261 INFO O| Feb 26 17:25:45.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62522026-02-26T17:25:45.682Z[ recovery-image] Feb 26 17:25:45.261 INFO O| Feb 26 17:25:45.261 INFO STEP 458 (remove_files) COMPLETE
62532026-02-26T17:25:45.682Z[ recovery-image] Feb 26 17:25:45.261 INFO O| Feb 26 17:25:45.261 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542026-02-26T17:25:45.707Z[ recovery-image] Feb 26 17:25:45.279 INFO O| Feb 26 17:25:45.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62552026-02-26T17:25:45.707Z[ recovery-image] Feb 26 17:25:45.279 INFO O| Feb 26 17:25:45.279 INFO STEP 459 (remove_files) COMPLETE
62562026-02-26T17:25:45.707Z[ recovery-image] Feb 26 17:25:45.279 INFO O| Feb 26 17:25:45.279 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572026-02-26T17:25:45.739Z[ recovery-image] Feb 26 17:25:45.295 INFO O| Feb 26 17:25:45.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62582026-02-26T17:25:45.739Z[ recovery-image] Feb 26 17:25:45.296 INFO O| Feb 26 17:25:45.296 INFO STEP 460 (remove_files) COMPLETE
62592026-02-26T17:25:45.739Z[ recovery-image] Feb 26 17:25:45.296 INFO O| Feb 26 17:25:45.296 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602026-02-26T17:25:45.740Z[ recovery-image] Feb 26 17:25:45.312 INFO O| Feb 26 17:25:45.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62612026-02-26T17:25:45.740Z[ recovery-image] Feb 26 17:25:45.312 INFO O| Feb 26 17:25:45.312 INFO STEP 461 (remove_files) COMPLETE
62622026-02-26T17:25:45.740Z[ recovery-image] Feb 26 17:25:45.312 INFO O| Feb 26 17:25:45.312 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632026-02-26T17:25:45.764Z[ recovery-image] Feb 26 17:25:45.335 INFO O| Feb 26 17:25:45.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62642026-02-26T17:25:45.764Z[ recovery-image] Feb 26 17:25:45.335 INFO O| Feb 26 17:25:45.335 INFO STEP 462 (remove_files) COMPLETE
62652026-02-26T17:25:45.764Z[ recovery-image] Feb 26 17:25:45.335 INFO O| Feb 26 17:25:45.335 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662026-02-26T17:25:45.789Z[ recovery-image] Feb 26 17:25:45.360 INFO O| Feb 26 17:25:45.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62672026-02-26T17:25:45.789Z[ recovery-image] Feb 26 17:25:45.361 INFO O| Feb 26 17:25:45.360 INFO STEP 463 (remove_files) COMPLETE
62682026-02-26T17:25:45.789Z[ recovery-image] Feb 26 17:25:45.361 INFO O| Feb 26 17:25:45.361 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692026-02-26T17:25:45.814Z[ recovery-image] Feb 26 17:25:45.384 INFO O| Feb 26 17:25:45.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62702026-02-26T17:25:45.814Z[ recovery-image] Feb 26 17:25:45.384 INFO O| Feb 26 17:25:45.384 INFO STEP 464 (remove_files) COMPLETE
62712026-02-26T17:25:45.814Z[ recovery-image] Feb 26 17:25:45.384 INFO O| Feb 26 17:25:45.384 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722026-02-26T17:25:45.838Z[ recovery-image] Feb 26 17:25:45.408 INFO O| Feb 26 17:25:45.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62732026-02-26T17:25:45.838Z[ recovery-image] Feb 26 17:25:45.408 INFO O| Feb 26 17:25:45.408 INFO STEP 465 (remove_files) COMPLETE
62742026-02-26T17:25:45.838Z[ recovery-image] Feb 26 17:25:45.408 INFO O| Feb 26 17:25:45.408 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752026-02-26T17:25:45.863Z[ recovery-image] Feb 26 17:25:45.427 INFO O| Feb 26 17:25:45.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62762026-02-26T17:25:45.863Z[ recovery-image] Feb 26 17:25:45.427 INFO O| Feb 26 17:25:45.427 INFO STEP 466 (remove_files) COMPLETE
62772026-02-26T17:25:45.863Z[ recovery-image] Feb 26 17:25:45.427 INFO O| Feb 26 17:25:45.427 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782026-02-26T17:25:45.863Z[ recovery-image] Feb 26 17:25:45.445 INFO O| Feb 26 17:25:45.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62792026-02-26T17:25:45.863Z[ recovery-image] Feb 26 17:25:45.445 INFO O| Feb 26 17:25:45.445 INFO STEP 467 (remove_files) COMPLETE
62802026-02-26T17:25:45.863Z[ recovery-image] Feb 26 17:25:45.445 INFO O| Feb 26 17:25:45.445 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812026-02-26T17:25:45.888Z[ recovery-image] Feb 26 17:25:45.463 INFO O| Feb 26 17:25:45.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62822026-02-26T17:25:45.888Z[ recovery-image] Feb 26 17:25:45.463 INFO O| Feb 26 17:25:45.463 INFO STEP 468 (remove_files) COMPLETE
62832026-02-26T17:25:45.888Z[ recovery-image] Feb 26 17:25:45.463 INFO O| Feb 26 17:25:45.463 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842026-02-26T17:25:45.913Z[ recovery-image] Feb 26 17:25:45.482 INFO O| Feb 26 17:25:45.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62852026-02-26T17:25:45.913Z[ recovery-image] Feb 26 17:25:45.482 INFO O| Feb 26 17:25:45.482 INFO STEP 469 (remove_files) COMPLETE
62862026-02-26T17:25:45.913Z[ recovery-image] Feb 26 17:25:45.482 INFO O| Feb 26 17:25:45.482 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872026-02-26T17:25:45.913Z[ recovery-image] Feb 26 17:25:45.500 INFO O| Feb 26 17:25:45.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62882026-02-26T17:25:45.913Z[ recovery-image] Feb 26 17:25:45.500 INFO O| Feb 26 17:25:45.500 INFO STEP 470 (remove_files) COMPLETE
62892026-02-26T17:25:45.913Z[ recovery-image] Feb 26 17:25:45.500 INFO O| Feb 26 17:25:45.500 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902026-02-26T17:25:45.937Z[ recovery-image] Feb 26 17:25:45.518 INFO O| Feb 26 17:25:45.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62912026-02-26T17:25:45.938Z[ recovery-image] Feb 26 17:25:45.518 INFO O| Feb 26 17:25:45.518 INFO STEP 471 (remove_files) COMPLETE
62922026-02-26T17:25:45.938Z[ recovery-image] Feb 26 17:25:45.518 INFO O| Feb 26 17:25:45.518 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932026-02-26T17:25:45.962Z[ recovery-image] Feb 26 17:25:45.535 INFO O| Feb 26 17:25:45.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62942026-02-26T17:25:45.962Z[ recovery-image] Feb 26 17:25:45.535 INFO O| Feb 26 17:25:45.535 INFO STEP 472 (remove_files) COMPLETE
62952026-02-26T17:25:45.962Z[ recovery-image] Feb 26 17:25:45.535 INFO O| Feb 26 17:25:45.535 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962026-02-26T17:25:45.987Z[ recovery-image] Feb 26 17:25:45.552 INFO O| Feb 26 17:25:45.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62972026-02-26T17:25:45.987Z[ recovery-image] Feb 26 17:25:45.552 INFO O| Feb 26 17:25:45.552 INFO STEP 473 (remove_files) COMPLETE
62982026-02-26T17:25:45.987Z[ recovery-image] Feb 26 17:25:45.552 INFO O| Feb 26 17:25:45.552 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992026-02-26T17:25:45.987Z[ recovery-image] Feb 26 17:25:45.568 INFO O| Feb 26 17:25:45.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
63002026-02-26T17:25:45.987Z[ recovery-image] Feb 26 17:25:45.568 INFO O| Feb 26 17:25:45.568 INFO STEP 474 (remove_files) COMPLETE
63012026-02-26T17:25:45.987Z[ recovery-image] Feb 26 17:25:45.568 INFO O| Feb 26 17:25:45.568 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022026-02-26T17:25:46.012Z[ recovery-image] Feb 26 17:25:45.584 INFO O| Feb 26 17:25:45.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
63032026-02-26T17:25:46.012Z[ recovery-image] Feb 26 17:25:45.584 INFO O| Feb 26 17:25:45.584 INFO STEP 475 (remove_files) COMPLETE
63042026-02-26T17:25:46.012Z[ recovery-image] Feb 26 17:25:45.584 INFO O| Feb 26 17:25:45.584 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052026-02-26T17:25:46.012Z[ recovery-image] Feb 26 17:25:45.598 INFO O| Feb 26 17:25:45.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
63062026-02-26T17:25:46.012Z[ recovery-image] Feb 26 17:25:45.598 INFO O| Feb 26 17:25:45.598 INFO STEP 476 (remove_files) COMPLETE
63072026-02-26T17:25:46.012Z[ recovery-image] Feb 26 17:25:45.598 INFO O| Feb 26 17:25:45.598 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082026-02-26T17:25:46.037Z[ recovery-image] Feb 26 17:25:45.612 INFO O| Feb 26 17:25:45.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
63092026-02-26T17:25:46.037Z[ recovery-image] Feb 26 17:25:45.612 INFO O| Feb 26 17:25:45.612 INFO STEP 477 (remove_files) COMPLETE
63102026-02-26T17:25:46.037Z[ recovery-image] Feb 26 17:25:45.612 INFO O| Feb 26 17:25:45.612 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112026-02-26T17:25:46.062Z[ recovery-image] Feb 26 17:25:45.629 INFO O| Feb 26 17:25:45.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
63122026-02-26T17:25:46.062Z[ recovery-image] Feb 26 17:25:45.629 INFO O| Feb 26 17:25:45.629 INFO STEP 478 (remove_files) COMPLETE
63132026-02-26T17:25:46.062Z[ recovery-image] Feb 26 17:25:45.629 INFO O| Feb 26 17:25:45.629 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142026-02-26T17:25:46.062Z[ recovery-image] Feb 26 17:25:45.648 INFO O| Feb 26 17:25:45.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
63152026-02-26T17:25:46.062Z[ recovery-image] Feb 26 17:25:45.649 INFO O| Feb 26 17:25:45.649 INFO STEP 479 (remove_files) COMPLETE
63162026-02-26T17:25:46.062Z[ recovery-image] Feb 26 17:25:45.649 INFO O| Feb 26 17:25:45.649 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172026-02-26T17:25:46.087Z[ recovery-image] Feb 26 17:25:45.666 INFO O| Feb 26 17:25:45.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
63182026-02-26T17:25:46.087Z[ recovery-image] Feb 26 17:25:45.666 INFO O| Feb 26 17:25:45.666 INFO STEP 480 (remove_files) COMPLETE
63192026-02-26T17:25:46.087Z[ recovery-image] Feb 26 17:25:45.666 INFO O| Feb 26 17:25:45.666 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202026-02-26T17:25:46.111Z[ recovery-image] Feb 26 17:25:45.685 INFO O| Feb 26 17:25:45.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
63212026-02-26T17:25:46.111Z[ recovery-image] Feb 26 17:25:45.685 INFO O| Feb 26 17:25:45.685 INFO STEP 481 (remove_files) COMPLETE
63222026-02-26T17:25:46.111Z[ recovery-image] Feb 26 17:25:45.686 INFO O| Feb 26 17:25:45.685 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232026-02-26T17:25:46.136Z[ recovery-image] Feb 26 17:25:45.705 INFO O| Feb 26 17:25:45.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
63242026-02-26T17:25:46.136Z[ recovery-image] Feb 26 17:25:45.705 INFO O| Feb 26 17:25:45.705 INFO STEP 482 (remove_files) COMPLETE
63252026-02-26T17:25:46.136Z[ recovery-image] Feb 26 17:25:45.705 INFO O| Feb 26 17:25:45.705 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262026-02-26T17:25:46.136Z[ recovery-image] Feb 26 17:25:45.723 INFO O| Feb 26 17:25:45.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63272026-02-26T17:25:46.136Z[ recovery-image] Feb 26 17:25:45.723 INFO O| Feb 26 17:25:45.723 INFO STEP 483 (remove_files) COMPLETE
63282026-02-26T17:25:46.136Z[ recovery-image] Feb 26 17:25:45.723 INFO O| Feb 26 17:25:45.723 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292026-02-26T17:25:46.161Z[ recovery-image] Feb 26 17:25:45.742 INFO O| Feb 26 17:25:45.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63302026-02-26T17:25:46.161Z[ recovery-image] Feb 26 17:25:45.742 INFO O| Feb 26 17:25:45.742 INFO STEP 484 (remove_files) COMPLETE
63312026-02-26T17:25:46.161Z[ recovery-image] Feb 26 17:25:45.742 INFO O| Feb 26 17:25:45.742 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322026-02-26T17:25:46.186Z[ recovery-image] Feb 26 17:25:45.761 INFO O| Feb 26 17:25:45.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63332026-02-26T17:25:46.186Z[ recovery-image] Feb 26 17:25:45.761 INFO O| Feb 26 17:25:45.761 INFO STEP 485 (remove_files) COMPLETE
63342026-02-26T17:25:46.186Z[ recovery-image] Feb 26 17:25:45.761 INFO O| Feb 26 17:25:45.761 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352026-02-26T17:25:46.211Z[ recovery-image] Feb 26 17:25:45.782 INFO O| Feb 26 17:25:45.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63362026-02-26T17:25:46.211Z[ recovery-image] Feb 26 17:25:45.782 INFO O| Feb 26 17:25:45.782 INFO STEP 486 (remove_files) COMPLETE
63372026-02-26T17:25:46.211Z[ recovery-image] Feb 26 17:25:45.782 INFO O| Feb 26 17:25:45.782 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382026-02-26T17:25:46.211Z[ recovery-image] Feb 26 17:25:45.799 INFO O| Feb 26 17:25:45.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63392026-02-26T17:25:46.211Z[ recovery-image] Feb 26 17:25:45.799 INFO O| Feb 26 17:25:45.799 INFO STEP 487 (remove_files) COMPLETE
63402026-02-26T17:25:46.236Z[ recovery-image] Feb 26 17:25:45.799 INFO O| Feb 26 17:25:45.799 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412026-02-26T17:25:46.236Z[ recovery-image] Feb 26 17:25:45.819 INFO O| Feb 26 17:25:45.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63422026-02-26T17:25:46.236Z[ recovery-image] Feb 26 17:25:45.819 INFO O| Feb 26 17:25:45.819 INFO STEP 488 (remove_files) COMPLETE
63432026-02-26T17:25:46.236Z[ recovery-image] Feb 26 17:25:45.819 INFO O| Feb 26 17:25:45.819 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442026-02-26T17:25:46.261Z[ recovery-image] Feb 26 17:25:45.837 INFO O| Feb 26 17:25:45.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63452026-02-26T17:25:46.261Z[ recovery-image] Feb 26 17:25:45.838 INFO O| Feb 26 17:25:45.838 INFO STEP 489 (remove_files) COMPLETE
63462026-02-26T17:25:46.261Z[ recovery-image] Feb 26 17:25:45.838 INFO O| Feb 26 17:25:45.838 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472026-02-26T17:25:46.288Z[ recovery-image] Feb 26 17:25:45.861 INFO O| Feb 26 17:25:45.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63482026-02-26T17:25:46.288Z[ recovery-image] Feb 26 17:25:45.861 INFO O| Feb 26 17:25:45.861 INFO STEP 490 (remove_files) COMPLETE
63492026-02-26T17:25:46.288Z[ recovery-image] Feb 26 17:25:45.861 INFO O| Feb 26 17:25:45.861 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502026-02-26T17:25:46.313Z[ recovery-image] Feb 26 17:25:45.878 INFO O| Feb 26 17:25:45.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63512026-02-26T17:25:46.313Z[ recovery-image] Feb 26 17:25:45.878 INFO O| Feb 26 17:25:45.878 INFO STEP 491 (remove_files) COMPLETE
63522026-02-26T17:25:46.313Z[ recovery-image] Feb 26 17:25:45.878 INFO O| Feb 26 17:25:45.878 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532026-02-26T17:25:46.313Z[ recovery-image] Feb 26 17:25:45.898 INFO O| Feb 26 17:25:45.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63542026-02-26T17:25:46.313Z[ recovery-image] Feb 26 17:25:45.899 INFO O| Feb 26 17:25:45.899 INFO STEP 492 (remove_files) COMPLETE
63552026-02-26T17:25:46.314Z[ recovery-image] Feb 26 17:25:45.899 INFO O| Feb 26 17:25:45.899 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562026-02-26T17:25:46.338Z[ recovery-image] Feb 26 17:25:45.923 INFO O| Feb 26 17:25:45.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63572026-02-26T17:25:46.339Z[ recovery-image] Feb 26 17:25:45.924 INFO O| Feb 26 17:25:45.924 INFO STEP 493 (remove_files) COMPLETE
63582026-02-26T17:25:46.339Z[ recovery-image] Feb 26 17:25:45.924 INFO O| Feb 26 17:25:45.924 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592026-02-26T17:25:46.375Z[ recovery-image] Feb 26 17:25:45.963 INFO O| Feb 26 17:25:45.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63602026-02-26T17:25:46.375Z[ recovery-image] Feb 26 17:25:45.963 INFO O| Feb 26 17:25:45.946 INFO STEP 494 (remove_files) COMPLETE
63612026-02-26T17:25:46.400Z[ recovery-image] Feb 26 17:25:45.963 INFO O| Feb 26 17:25:45.946 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622026-02-26T17:25:46.400Z[ recovery-image] Feb 26 17:25:45.972 INFO O| Feb 26 17:25:45.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63632026-02-26T17:25:46.400Z[ recovery-image] Feb 26 17:25:45.972 INFO O| Feb 26 17:25:45.964 INFO STEP 495 (remove_files) COMPLETE
63642026-02-26T17:25:46.401Z[ recovery-image] Feb 26 17:25:45.972 INFO O| Feb 26 17:25:45.964 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652026-02-26T17:25:46.401Z[ recovery-image] Feb 26 17:25:45.980 INFO O| Feb 26 17:25:45.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63662026-02-26T17:25:46.401Z[ recovery-image] Feb 26 17:25:45.980 INFO O| Feb 26 17:25:45.980 INFO STEP 496 (remove_files) COMPLETE
63672026-02-26T17:25:46.401Z[ recovery-image] Feb 26 17:25:45.980 INFO O| Feb 26 17:25:45.980 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682026-02-26T17:25:46.425Z[ recovery-image] Feb 26 17:25:45.998 INFO O| Feb 26 17:25:45.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63692026-02-26T17:25:46.425Z[ recovery-image] Feb 26 17:25:45.998 INFO O| Feb 26 17:25:45.998 INFO STEP 497 (remove_files) COMPLETE
63702026-02-26T17:25:46.425Z[ recovery-image] Feb 26 17:25:45.998 INFO O| Feb 26 17:25:45.998 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712026-02-26T17:25:46.450Z[ recovery-image] Feb 26 17:25:46.016 INFO O| Feb 26 17:25:46.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63722026-02-26T17:25:46.450Z[ recovery-image] Feb 26 17:25:46.017 INFO O| Feb 26 17:25:46.016 INFO STEP 498 (remove_files) COMPLETE
63732026-02-26T17:25:46.450Z[ recovery-image] Feb 26 17:25:46.017 INFO O| Feb 26 17:25:46.017 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742026-02-26T17:25:46.450Z[ recovery-image] Feb 26 17:25:46.035 INFO O| Feb 26 17:25:46.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63752026-02-26T17:25:46.450Z[ recovery-image] Feb 26 17:25:46.035 INFO O| Feb 26 17:25:46.035 INFO STEP 499 (remove_files) COMPLETE
63762026-02-26T17:25:46.450Z[ recovery-image] Feb 26 17:25:46.035 INFO O| Feb 26 17:25:46.035 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772026-02-26T17:25:46.475Z[ recovery-image] Feb 26 17:25:46.056 INFO O| Feb 26 17:25:46.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63782026-02-26T17:25:46.475Z[ recovery-image] Feb 26 17:25:46.056 INFO O| Feb 26 17:25:46.056 INFO STEP 500 (remove_files) COMPLETE
63792026-02-26T17:25:46.475Z[ recovery-image] Feb 26 17:25:46.056 INFO O| Feb 26 17:25:46.056 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802026-02-26T17:25:46.499Z[ recovery-image] Feb 26 17:25:46.078 INFO O| Feb 26 17:25:46.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63812026-02-26T17:25:46.500Z[ recovery-image] Feb 26 17:25:46.085 INFO O| Feb 26 17:25:46.085 INFO STEP 501 (remove_files) COMPLETE
63822026-02-26T17:25:46.500Z[ recovery-image] Feb 26 17:25:46.085 INFO O| Feb 26 17:25:46.085 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832026-02-26T17:25:46.524Z[ recovery-image] Feb 26 17:25:46.099 INFO O| Feb 26 17:25:46.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63842026-02-26T17:25:46.524Z[ recovery-image] Feb 26 17:25:46.099 INFO O| Feb 26 17:25:46.099 INFO STEP 502 (remove_files) COMPLETE
63852026-02-26T17:25:46.524Z[ recovery-image] Feb 26 17:25:46.099 INFO O| Feb 26 17:25:46.099 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862026-02-26T17:25:46.525Z[ recovery-image] Feb 26 17:25:46.112 INFO O| Feb 26 17:25:46.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63872026-02-26T17:25:46.525Z[ recovery-image] Feb 26 17:25:46.112 INFO O| Feb 26 17:25:46.112 INFO STEP 503 (remove_files) COMPLETE
63882026-02-26T17:25:46.525Z[ recovery-image] Feb 26 17:25:46.112 INFO O| Feb 26 17:25:46.112 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892026-02-26T17:25:46.549Z[ recovery-image] Feb 26 17:25:46.124 INFO O| Feb 26 17:25:46.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63902026-02-26T17:25:46.549Z[ recovery-image] Feb 26 17:25:46.124 INFO O| Feb 26 17:25:46.124 INFO STEP 504 (remove_files) COMPLETE
63912026-02-26T17:25:46.549Z[ recovery-image] Feb 26 17:25:46.124 INFO O| Feb 26 17:25:46.124 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922026-02-26T17:25:46.574Z[ recovery-image] Feb 26 17:25:46.138 INFO O| Feb 26 17:25:46.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63932026-02-26T17:25:46.574Z[ recovery-image] Feb 26 17:25:46.138 INFO O| Feb 26 17:25:46.138 INFO STEP 505 (remove_files) COMPLETE
63942026-02-26T17:25:46.574Z[ recovery-image] Feb 26 17:25:46.138 INFO O| Feb 26 17:25:46.138 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952026-02-26T17:25:46.574Z[ recovery-image] Feb 26 17:25:46.151 INFO O| Feb 26 17:25:46.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63962026-02-26T17:25:46.574Z[ recovery-image] Feb 26 17:25:46.151 INFO O| Feb 26 17:25:46.151 INFO STEP 506 (remove_files) COMPLETE
63972026-02-26T17:25:46.574Z[ recovery-image] Feb 26 17:25:46.151 INFO O| Feb 26 17:25:46.151 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982026-02-26T17:25:46.599Z[ recovery-image] Feb 26 17:25:46.164 INFO O| Feb 26 17:25:46.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63992026-02-26T17:25:46.599Z[ recovery-image] Feb 26 17:25:46.164 INFO O| Feb 26 17:25:46.164 INFO STEP 507 (remove_files) COMPLETE
64002026-02-26T17:25:46.599Z[ recovery-image] Feb 26 17:25:46.164 INFO O| Feb 26 17:25:46.164 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012026-02-26T17:25:46.599Z[ recovery-image] Feb 26 17:25:46.177 INFO O| Feb 26 17:25:46.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
64022026-02-26T17:25:46.599Z[ recovery-image] Feb 26 17:25:46.177 INFO O| Feb 26 17:25:46.177 INFO STEP 508 (remove_files) COMPLETE
64032026-02-26T17:25:46.599Z[ recovery-image] Feb 26 17:25:46.177 INFO O| Feb 26 17:25:46.177 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042026-02-26T17:25:46.624Z[ recovery-image] Feb 26 17:25:46.191 INFO O| Feb 26 17:25:46.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
64052026-02-26T17:25:46.624Z[ recovery-image] Feb 26 17:25:46.191 INFO O| Feb 26 17:25:46.191 INFO STEP 509 (remove_files) COMPLETE
64062026-02-26T17:25:46.624Z[ recovery-image] Feb 26 17:25:46.191 INFO O| Feb 26 17:25:46.191 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072026-02-26T17:25:46.624Z[ recovery-image] Feb 26 17:25:46.206 INFO O| Feb 26 17:25:46.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
64082026-02-26T17:25:46.624Z[ recovery-image] Feb 26 17:25:46.206 INFO O| Feb 26 17:25:46.206 INFO STEP 510 (remove_files) COMPLETE
64092026-02-26T17:25:46.624Z[ recovery-image] Feb 26 17:25:46.206 INFO O| Feb 26 17:25:46.206 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102026-02-26T17:25:46.649Z[ recovery-image] Feb 26 17:25:46.220 INFO O| Feb 26 17:25:46.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
64112026-02-26T17:25:46.649Z[ recovery-image] Feb 26 17:25:46.220 INFO O| Feb 26 17:25:46.220 INFO STEP 511 (remove_files) COMPLETE
64122026-02-26T17:25:46.649Z[ recovery-image] Feb 26 17:25:46.220 INFO O| Feb 26 17:25:46.220 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132026-02-26T17:25:46.649Z[ recovery-image] Feb 26 17:25:46.234 INFO O| Feb 26 17:25:46.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
64142026-02-26T17:25:46.649Z[ recovery-image] Feb 26 17:25:46.234 INFO O| Feb 26 17:25:46.234 INFO STEP 512 (remove_files) COMPLETE
64152026-02-26T17:25:46.649Z[ recovery-image] Feb 26 17:25:46.234 INFO O| Feb 26 17:25:46.234 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162026-02-26T17:25:46.674Z[ recovery-image] Feb 26 17:25:46.248 INFO O| Feb 26 17:25:46.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
64172026-02-26T17:25:46.674Z[ recovery-image] Feb 26 17:25:46.249 INFO O| Feb 26 17:25:46.249 INFO STEP 513 (remove_files) COMPLETE
64182026-02-26T17:25:46.674Z[ recovery-image] Feb 26 17:25:46.249 INFO O| Feb 26 17:25:46.249 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192026-02-26T17:25:46.699Z[ recovery-image] Feb 26 17:25:46.282 INFO O| Feb 26 17:25:46.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
64202026-02-26T17:25:46.699Z[ recovery-image] Feb 26 17:25:46.282 INFO O| Feb 26 17:25:46.282 INFO STEP 514 (remove_files) COMPLETE
64212026-02-26T17:25:46.699Z[ recovery-image] Feb 26 17:25:46.282 INFO O| Feb 26 17:25:46.282 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222026-02-26T17:25:46.724Z[ recovery-image] Feb 26 17:25:46.303 INFO O| Feb 26 17:25:46.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
64232026-02-26T17:25:46.724Z[ recovery-image] Feb 26 17:25:46.303 INFO O| Feb 26 17:25:46.303 INFO STEP 515 (remove_files) COMPLETE
64242026-02-26T17:25:46.724Z[ recovery-image] Feb 26 17:25:46.303 INFO O| Feb 26 17:25:46.303 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252026-02-26T17:25:46.755Z[ recovery-image] Feb 26 17:25:46.322 INFO O| Feb 26 17:25:46.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
64262026-02-26T17:25:46.755Z[ recovery-image] Feb 26 17:25:46.323 INFO O| Feb 26 17:25:46.323 INFO STEP 516 (remove_files) COMPLETE
64272026-02-26T17:25:46.755Z[ recovery-image] Feb 26 17:25:46.323 INFO O| Feb 26 17:25:46.323 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282026-02-26T17:25:46.755Z[ recovery-image] Feb 26 17:25:46.338 INFO O| Feb 26 17:25:46.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64292026-02-26T17:25:46.755Z[ recovery-image] Feb 26 17:25:46.338 INFO O| Feb 26 17:25:46.338 INFO STEP 517 (remove_files) COMPLETE
64302026-02-26T17:25:46.755Z[ recovery-image] Feb 26 17:25:46.338 INFO O| Feb 26 17:25:46.338 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312026-02-26T17:25:46.780Z[ recovery-image] Feb 26 17:25:46.354 INFO O| Feb 26 17:25:46.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64322026-02-26T17:25:46.780Z[ recovery-image] Feb 26 17:25:46.354 INFO O| Feb 26 17:25:46.354 INFO STEP 518 (remove_files) COMPLETE
64332026-02-26T17:25:46.780Z[ recovery-image] Feb 26 17:25:46.354 INFO O| Feb 26 17:25:46.354 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342026-02-26T17:25:46.805Z[ recovery-image] Feb 26 17:25:46.370 INFO O| Feb 26 17:25:46.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64352026-02-26T17:25:46.805Z[ recovery-image] Feb 26 17:25:46.371 INFO O| Feb 26 17:25:46.371 INFO STEP 519 (remove_files) COMPLETE
64362026-02-26T17:25:46.805Z[ recovery-image] Feb 26 17:25:46.371 INFO O| Feb 26 17:25:46.371 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372026-02-26T17:25:46.805Z[ recovery-image] Feb 26 17:25:46.387 INFO O| Feb 26 17:25:46.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64382026-02-26T17:25:46.805Z[ recovery-image] Feb 26 17:25:46.387 INFO O| Feb 26 17:25:46.387 INFO STEP 520 (remove_files) COMPLETE
64392026-02-26T17:25:46.805Z[ recovery-image] Feb 26 17:25:46.387 INFO O| Feb 26 17:25:46.387 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402026-02-26T17:25:46.830Z[ recovery-image] Feb 26 17:25:46.404 INFO O| Feb 26 17:25:46.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64412026-02-26T17:25:46.830Z[ recovery-image] Feb 26 17:25:46.405 INFO O| Feb 26 17:25:46.405 INFO STEP 521 (remove_files) COMPLETE
64422026-02-26T17:25:46.830Z[ recovery-image] Feb 26 17:25:46.405 INFO O| Feb 26 17:25:46.405 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432026-02-26T17:25:46.855Z[ recovery-image] Feb 26 17:25:46.421 INFO O| Feb 26 17:25:46.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
64442026-02-26T17:25:46.855Z[ recovery-image] Feb 26 17:25:46.422 INFO O| Feb 26 17:25:46.422 INFO STEP 522 (remove_files) COMPLETE
64452026-02-26T17:25:46.855Z[ recovery-image] Feb 26 17:25:46.422 INFO O| Feb 26 17:25:46.422 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462026-02-26T17:25:46.855Z[ recovery-image] Feb 26 17:25:46.437 INFO O| Feb 26 17:25:46.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
64472026-02-26T17:25:46.855Z[ recovery-image] Feb 26 17:25:46.438 INFO O| Feb 26 17:25:46.437 INFO STEP 523 (remove_files) COMPLETE
64482026-02-26T17:25:46.855Z[ recovery-image] Feb 26 17:25:46.438 INFO O| Feb 26 17:25:46.438 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492026-02-26T17:25:46.880Z[ recovery-image] Feb 26 17:25:46.453 INFO O| Feb 26 17:25:46.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
64502026-02-26T17:25:46.880Z[ recovery-image] Feb 26 17:25:46.453 INFO O| Feb 26 17:25:46.453 INFO STEP 524 (remove_files) COMPLETE
64512026-02-26T17:25:46.880Z[ recovery-image] Feb 26 17:25:46.453 INFO O| Feb 26 17:25:46.453 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522026-02-26T17:25:46.905Z[ recovery-image] Feb 26 17:25:46.469 INFO O| Feb 26 17:25:46.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
64532026-02-26T17:25:46.905Z[ recovery-image] Feb 26 17:25:46.469 INFO O| Feb 26 17:25:46.469 INFO STEP 525 (remove_files) COMPLETE
64542026-02-26T17:25:46.905Z[ recovery-image] Feb 26 17:25:46.469 INFO O| Feb 26 17:25:46.469 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552026-02-26T17:25:46.905Z[ recovery-image] Feb 26 17:25:46.484 INFO O| Feb 26 17:25:46.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64562026-02-26T17:25:46.905Z[ recovery-image] Feb 26 17:25:46.484 INFO O| Feb 26 17:25:46.484 INFO STEP 526 (remove_files) COMPLETE
64572026-02-26T17:25:46.905Z[ recovery-image] Feb 26 17:25:46.484 INFO O| Feb 26 17:25:46.484 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582026-02-26T17:25:46.930Z[ recovery-image] Feb 26 17:25:46.499 INFO O| Feb 26 17:25:46.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64592026-02-26T17:25:46.930Z[ recovery-image] Feb 26 17:25:46.499 INFO O| Feb 26 17:25:46.499 INFO STEP 527 (remove_files) COMPLETE
64602026-02-26T17:25:46.931Z[ recovery-image] Feb 26 17:25:46.499 INFO O| Feb 26 17:25:46.499 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612026-02-26T17:25:46.931Z[ recovery-image] Feb 26 17:25:46.513 INFO O| Feb 26 17:25:46.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64622026-02-26T17:25:46.931Z[ recovery-image] Feb 26 17:25:46.514 INFO O| Feb 26 17:25:46.513 INFO STEP 528 (remove_files) COMPLETE
64632026-02-26T17:25:46.931Z[ recovery-image] Feb 26 17:25:46.514 INFO O| Feb 26 17:25:46.514 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642026-02-26T17:25:46.955Z[ recovery-image] Feb 26 17:25:46.528 INFO O| Feb 26 17:25:46.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64652026-02-26T17:25:46.955Z[ recovery-image] Feb 26 17:25:46.528 INFO O| Feb 26 17:25:46.528 INFO STEP 529 (remove_files) COMPLETE
64662026-02-26T17:25:46.955Z[ recovery-image] Feb 26 17:25:46.528 INFO O| Feb 26 17:25:46.528 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672026-02-26T17:25:46.955Z[ recovery-image] Feb 26 17:25:46.543 INFO O| Feb 26 17:25:46.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64682026-02-26T17:25:46.980Z[ recovery-image] Feb 26 17:25:46.544 INFO O| Feb 26 17:25:46.543 INFO STEP 530 (remove_files) COMPLETE
64692026-02-26T17:25:46.980Z[ recovery-image] Feb 26 17:25:46.544 INFO O| Feb 26 17:25:46.543 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702026-02-26T17:25:46.980Z[ recovery-image] Feb 26 17:25:46.558 INFO O| Feb 26 17:25:46.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64712026-02-26T17:25:46.980Z[ recovery-image] Feb 26 17:25:46.558 INFO O| Feb 26 17:25:46.558 INFO STEP 531 (remove_files) COMPLETE
64722026-02-26T17:25:46.980Z[ recovery-image] Feb 26 17:25:46.558 INFO O| Feb 26 17:25:46.558 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732026-02-26T17:25:47.006Z[ recovery-image] Feb 26 17:25:46.572 INFO O| Feb 26 17:25:46.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64742026-02-26T17:25:47.006Z[ recovery-image] Feb 26 17:25:46.572 INFO O| Feb 26 17:25:46.572 INFO STEP 532 (remove_files) COMPLETE
64752026-02-26T17:25:47.006Z[ recovery-image] Feb 26 17:25:46.572 INFO O| Feb 26 17:25:46.572 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762026-02-26T17:25:47.006Z[ recovery-image] Feb 26 17:25:46.587 INFO O| Feb 26 17:25:46.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64772026-02-26T17:25:47.006Z[ recovery-image] Feb 26 17:25:46.587 INFO O| Feb 26 17:25:46.587 INFO STEP 533 (remove_files) COMPLETE
64782026-02-26T17:25:47.006Z[ recovery-image] Feb 26 17:25:46.587 INFO O| Feb 26 17:25:46.587 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792026-02-26T17:25:47.031Z[ recovery-image] Feb 26 17:25:46.602 INFO O| Feb 26 17:25:46.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64802026-02-26T17:25:47.031Z[ recovery-image] Feb 26 17:25:46.602 INFO O| Feb 26 17:25:46.602 INFO STEP 534 (remove_files) COMPLETE
64812026-02-26T17:25:47.031Z[ recovery-image] Feb 26 17:25:46.602 INFO O| Feb 26 17:25:46.602 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822026-02-26T17:25:47.056Z[ recovery-image] Feb 26 17:25:46.620 INFO O| Feb 26 17:25:46.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64832026-02-26T17:25:47.056Z[ recovery-image] Feb 26 17:25:46.620 INFO O| Feb 26 17:25:46.620 INFO STEP 535 (remove_files) COMPLETE
64842026-02-26T17:25:47.056Z[ recovery-image] Feb 26 17:25:46.620 INFO O| Feb 26 17:25:46.620 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852026-02-26T17:25:47.056Z[ recovery-image] Feb 26 17:25:46.640 INFO O| Feb 26 17:25:46.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64862026-02-26T17:25:47.056Z[ recovery-image] Feb 26 17:25:46.640 INFO O| Feb 26 17:25:46.640 INFO STEP 536 (remove_files) COMPLETE
64872026-02-26T17:25:47.056Z[ recovery-image] Feb 26 17:25:46.640 INFO O| Feb 26 17:25:46.640 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882026-02-26T17:25:47.081Z[ recovery-image] Feb 26 17:25:46.658 INFO O| Feb 26 17:25:46.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64892026-02-26T17:25:47.081Z[ recovery-image] Feb 26 17:25:46.658 INFO O| Feb 26 17:25:46.658 INFO STEP 537 (remove_files) COMPLETE
64902026-02-26T17:25:47.081Z[ recovery-image] Feb 26 17:25:46.658 INFO O| Feb 26 17:25:46.658 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912026-02-26T17:25:47.107Z[ recovery-image] Feb 26 17:25:46.674 INFO O| Feb 26 17:25:46.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64922026-02-26T17:25:47.107Z[ recovery-image] Feb 26 17:25:46.674 INFO O| Feb 26 17:25:46.674 INFO STEP 538 (remove_files) COMPLETE
64932026-02-26T17:25:47.107Z[ recovery-image] Feb 26 17:25:46.674 INFO O| Feb 26 17:25:46.674 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942026-02-26T17:25:47.107Z[ recovery-image] Feb 26 17:25:46.694 INFO O| Feb 26 17:25:46.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64952026-02-26T17:25:47.107Z[ recovery-image] Feb 26 17:25:46.694 INFO O| Feb 26 17:25:46.694 INFO STEP 539 (remove_files) COMPLETE
64962026-02-26T17:25:47.107Z[ recovery-image] Feb 26 17:25:46.694 INFO O| Feb 26 17:25:46.694 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972026-02-26T17:25:47.131Z[ recovery-image] Feb 26 17:25:46.715 INFO O| Feb 26 17:25:46.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64982026-02-26T17:25:47.131Z[ recovery-image] Feb 26 17:25:46.715 INFO O| Feb 26 17:25:46.715 INFO STEP 540 (remove_files) COMPLETE
64992026-02-26T17:25:47.131Z[ recovery-image] Feb 26 17:25:46.715 INFO O| Feb 26 17:25:46.715 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002026-02-26T17:25:47.156Z[ recovery-image] Feb 26 17:25:46.735 INFO O| Feb 26 17:25:46.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
65012026-02-26T17:25:47.156Z[ recovery-image] Feb 26 17:25:46.735 INFO O| Feb 26 17:25:46.735 INFO STEP 541 (remove_files) COMPLETE
65022026-02-26T17:25:47.156Z[ recovery-image] Feb 26 17:25:46.735 INFO O| Feb 26 17:25:46.735 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032026-02-26T17:25:47.181Z[ recovery-image] Feb 26 17:25:46.752 INFO O| Feb 26 17:25:46.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
65042026-02-26T17:25:47.181Z[ recovery-image] Feb 26 17:25:46.752 INFO O| Feb 26 17:25:46.752 INFO STEP 542 (remove_files) COMPLETE
65052026-02-26T17:25:47.181Z[ recovery-image] Feb 26 17:25:46.752 INFO O| Feb 26 17:25:46.752 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062026-02-26T17:25:47.206Z[ recovery-image] Feb 26 17:25:46.771 INFO O| Feb 26 17:25:46.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
65072026-02-26T17:25:47.206Z[ recovery-image] Feb 26 17:25:46.771 INFO O| Feb 26 17:25:46.771 INFO STEP 543 (remove_files) COMPLETE
65082026-02-26T17:25:47.206Z[ recovery-image] Feb 26 17:25:46.771 INFO O| Feb 26 17:25:46.771 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092026-02-26T17:25:47.206Z[ recovery-image] Feb 26 17:25:46.787 INFO O| Feb 26 17:25:46.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
65102026-02-26T17:25:47.206Z[ recovery-image] Feb 26 17:25:46.787 INFO O| Feb 26 17:25:46.787 INFO STEP 544 (remove_files) COMPLETE
65112026-02-26T17:25:47.206Z[ recovery-image] Feb 26 17:25:46.787 INFO O| Feb 26 17:25:46.787 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122026-02-26T17:25:47.231Z[ recovery-image] Feb 26 17:25:46.802 INFO O| Feb 26 17:25:46.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
65132026-02-26T17:25:47.231Z[ recovery-image] Feb 26 17:25:46.802 INFO O| Feb 26 17:25:46.802 INFO STEP 545 (remove_files) COMPLETE
65142026-02-26T17:25:47.231Z[ recovery-image] Feb 26 17:25:46.802 INFO O| Feb 26 17:25:46.802 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152026-02-26T17:25:47.231Z[ recovery-image] Feb 26 17:25:46.816 INFO O| Feb 26 17:25:46.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
65162026-02-26T17:25:47.231Z[ recovery-image] Feb 26 17:25:46.816 INFO O| Feb 26 17:25:46.816 INFO STEP 546 (remove_files) COMPLETE
65172026-02-26T17:25:47.231Z[ recovery-image] Feb 26 17:25:46.816 INFO O| Feb 26 17:25:46.816 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182026-02-26T17:25:47.256Z[ recovery-image] Feb 26 17:25:46.830 INFO O| Feb 26 17:25:46.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
65192026-02-26T17:25:47.256Z[ recovery-image] Feb 26 17:25:46.830 INFO O| Feb 26 17:25:46.830 INFO STEP 547 (remove_files) COMPLETE
65202026-02-26T17:25:47.256Z[ recovery-image] Feb 26 17:25:46.830 INFO O| Feb 26 17:25:46.830 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212026-02-26T17:25:47.256Z[ recovery-image] Feb 26 17:25:46.844 INFO O| Feb 26 17:25:46.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
65222026-02-26T17:25:47.256Z[ recovery-image] Feb 26 17:25:46.844 INFO O| Feb 26 17:25:46.844 INFO STEP 548 (remove_files) COMPLETE
65232026-02-26T17:25:47.256Z[ recovery-image] Feb 26 17:25:46.844 INFO O| Feb 26 17:25:46.844 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242026-02-26T17:25:47.281Z[ recovery-image] Feb 26 17:25:46.858 INFO O| Feb 26 17:25:46.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
65252026-02-26T17:25:47.281Z[ recovery-image] Feb 26 17:25:46.859 INFO O| Feb 26 17:25:46.859 INFO STEP 549 (remove_files) COMPLETE
65262026-02-26T17:25:47.281Z[ recovery-image] Feb 26 17:25:46.859 INFO O| Feb 26 17:25:46.859 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272026-02-26T17:25:47.306Z[ recovery-image] Feb 26 17:25:46.881 INFO O| Feb 26 17:25:46.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
65282026-02-26T17:25:47.306Z[ recovery-image] Feb 26 17:25:46.881 INFO O| Feb 26 17:25:46.881 INFO STEP 550 (remove_files) COMPLETE
65292026-02-26T17:25:47.306Z[ recovery-image] Feb 26 17:25:46.881 INFO O| Feb 26 17:25:46.881 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302026-02-26T17:25:47.330Z[ recovery-image] Feb 26 17:25:46.898 INFO O| Feb 26 17:25:46.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
65312026-02-26T17:25:47.331Z[ recovery-image] Feb 26 17:25:46.898 INFO O| Feb 26 17:25:46.898 INFO STEP 551 (remove_files) COMPLETE
65322026-02-26T17:25:47.331Z[ recovery-image] Feb 26 17:25:46.899 INFO O| Feb 26 17:25:46.898 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332026-02-26T17:25:47.331Z[ recovery-image] Feb 26 17:25:46.916 INFO O| Feb 26 17:25:46.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
65342026-02-26T17:25:47.331Z[ recovery-image] Feb 26 17:25:46.916 INFO O| Feb 26 17:25:46.916 INFO STEP 552 (remove_files) COMPLETE
65352026-02-26T17:25:47.331Z[ recovery-image] Feb 26 17:25:46.916 INFO O| Feb 26 17:25:46.916 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362026-02-26T17:25:47.355Z[ recovery-image] Feb 26 17:25:46.932 INFO O| Feb 26 17:25:46.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
65372026-02-26T17:25:47.355Z[ recovery-image] Feb 26 17:25:46.933 INFO O| Feb 26 17:25:46.933 INFO STEP 553 (remove_files) COMPLETE
65382026-02-26T17:25:47.355Z[ recovery-image] Feb 26 17:25:46.933 INFO O| Feb 26 17:25:46.933 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392026-02-26T17:25:47.381Z[ recovery-image] Feb 26 17:25:46.949 INFO O| Feb 26 17:25:46.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
65402026-02-26T17:25:47.381Z[ recovery-image] Feb 26 17:25:46.949 INFO O| Feb 26 17:25:46.949 INFO STEP 554 (remove_files) COMPLETE
65412026-02-26T17:25:47.381Z[ recovery-image] Feb 26 17:25:46.949 INFO O| Feb 26 17:25:46.949 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422026-02-26T17:25:47.381Z[ recovery-image] Feb 26 17:25:46.967 INFO O| Feb 26 17:25:46.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
65432026-02-26T17:25:47.381Z[ recovery-image] Feb 26 17:25:46.968 INFO O| Feb 26 17:25:46.968 INFO STEP 555 (remove_files) COMPLETE
65442026-02-26T17:25:47.381Z[ recovery-image] Feb 26 17:25:46.968 INFO O| Feb 26 17:25:46.968 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452026-02-26T17:25:47.405Z[ recovery-image] Feb 26 17:25:46.985 INFO O| Feb 26 17:25:46.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
65462026-02-26T17:25:47.405Z[ recovery-image] Feb 26 17:25:46.985 INFO O| Feb 26 17:25:46.985 INFO STEP 556 (remove_files) COMPLETE
65472026-02-26T17:25:47.405Z[ recovery-image] Feb 26 17:25:46.985 INFO O| Feb 26 17:25:46.985 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482026-02-26T17:25:47.430Z[ recovery-image] Feb 26 17:25:47.003 INFO O| Feb 26 17:25:47.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
65492026-02-26T17:25:47.430Z[ recovery-image] Feb 26 17:25:47.003 INFO O| Feb 26 17:25:47.003 INFO STEP 557 (remove_files) COMPLETE
65502026-02-26T17:25:47.430Z[ recovery-image] Feb 26 17:25:47.003 INFO O| Feb 26 17:25:47.003 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512026-02-26T17:25:47.456Z[ recovery-image] Feb 26 17:25:47.019 INFO O| Feb 26 17:25:47.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
65522026-02-26T17:25:47.456Z[ recovery-image] Feb 26 17:25:47.020 INFO O| Feb 26 17:25:47.020 INFO STEP 558 (remove_files) COMPLETE
65532026-02-26T17:25:47.456Z[ recovery-image] Feb 26 17:25:47.020 INFO O| Feb 26 17:25:47.020 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542026-02-26T17:25:47.456Z[ recovery-image] Feb 26 17:25:47.036 INFO O| Feb 26 17:25:47.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
65552026-02-26T17:25:47.456Z[ recovery-image] Feb 26 17:25:47.036 INFO O| Feb 26 17:25:47.036 INFO STEP 559 (remove_files) COMPLETE
65562026-02-26T17:25:47.456Z[ recovery-image] Feb 26 17:25:47.036 INFO O| Feb 26 17:25:47.036 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572026-02-26T17:25:47.481Z[ recovery-image] Feb 26 17:25:47.053 INFO O| Feb 26 17:25:47.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65582026-02-26T17:25:47.481Z[ recovery-image] Feb 26 17:25:47.054 INFO O| Feb 26 17:25:47.054 INFO STEP 560 (remove_files) COMPLETE
65592026-02-26T17:25:47.481Z[ recovery-image] Feb 26 17:25:47.054 INFO O| Feb 26 17:25:47.054 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602026-02-26T17:25:47.506Z[ recovery-image] Feb 26 17:25:47.073 INFO O| Feb 26 17:25:47.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65612026-02-26T17:25:47.506Z[ recovery-image] Feb 26 17:25:47.073 INFO O| Feb 26 17:25:47.073 INFO STEP 561 (remove_files) COMPLETE
65622026-02-26T17:25:47.506Z[ recovery-image] Feb 26 17:25:47.073 INFO O| Feb 26 17:25:47.073 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632026-02-26T17:25:47.506Z[ recovery-image] Feb 26 17:25:47.090 INFO O| Feb 26 17:25:47.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65642026-02-26T17:25:47.506Z[ recovery-image] Feb 26 17:25:47.090 INFO O| Feb 26 17:25:47.090 INFO STEP 562 (remove_files) COMPLETE
65652026-02-26T17:25:47.506Z[ recovery-image] Feb 26 17:25:47.090 INFO O| Feb 26 17:25:47.090 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662026-02-26T17:25:47.531Z[ recovery-image] Feb 26 17:25:47.106 INFO O| Feb 26 17:25:47.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65672026-02-26T17:25:47.531Z[ recovery-image] Feb 26 17:25:47.107 INFO O| Feb 26 17:25:47.107 INFO STEP 563 (remove_files) COMPLETE
65682026-02-26T17:25:47.531Z[ recovery-image] Feb 26 17:25:47.107 INFO O| Feb 26 17:25:47.107 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692026-02-26T17:25:47.556Z[ recovery-image] Feb 26 17:25:47.122 INFO O| Feb 26 17:25:47.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65702026-02-26T17:25:47.556Z[ recovery-image] Feb 26 17:25:47.123 INFO O| Feb 26 17:25:47.123 INFO STEP 564 (remove_files) COMPLETE
65712026-02-26T17:25:47.556Z[ recovery-image] Feb 26 17:25:47.123 INFO O| Feb 26 17:25:47.123 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722026-02-26T17:25:47.556Z[ recovery-image] Feb 26 17:25:47.143 INFO O| Feb 26 17:25:47.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65732026-02-26T17:25:47.556Z[ recovery-image] Feb 26 17:25:47.143 INFO O| Feb 26 17:25:47.143 INFO STEP 565 (remove_files) COMPLETE
65742026-02-26T17:25:47.556Z[ recovery-image] Feb 26 17:25:47.143 INFO O| Feb 26 17:25:47.143 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752026-02-26T17:25:47.599Z[ recovery-image] Feb 26 17:25:47.186 INFO O| Feb 26 17:25:47.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65762026-02-26T17:25:47.599Z[ recovery-image] Feb 26 17:25:47.186 INFO O| Feb 26 17:25:47.166 INFO STEP 566 (remove_files) COMPLETE
65772026-02-26T17:25:47.599Z[ recovery-image] Feb 26 17:25:47.186 INFO O| Feb 26 17:25:47.166 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782026-02-26T17:25:47.624Z[ recovery-image] Feb 26 17:25:47.186 INFO O| Feb 26 17:25:47.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65792026-02-26T17:25:47.624Z[ recovery-image] Feb 26 17:25:47.186 INFO O| Feb 26 17:25:47.183 INFO STEP 567 (remove_files) COMPLETE
65802026-02-26T17:25:47.624Z[ recovery-image] Feb 26 17:25:47.186 INFO O| Feb 26 17:25:47.183 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812026-02-26T17:25:47.624Z[ recovery-image] Feb 26 17:25:47.201 INFO O| Feb 26 17:25:47.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65822026-02-26T17:25:47.624Z[ recovery-image] Feb 26 17:25:47.201 INFO O| Feb 26 17:25:47.201 INFO STEP 568 (remove_files) COMPLETE
65832026-02-26T17:25:47.624Z[ recovery-image] Feb 26 17:25:47.201 INFO O| Feb 26 17:25:47.201 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842026-02-26T17:25:47.649Z[ recovery-image] Feb 26 17:25:47.216 INFO O| Feb 26 17:25:47.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65852026-02-26T17:25:47.649Z[ recovery-image] Feb 26 17:25:47.217 INFO O| Feb 26 17:25:47.216 INFO STEP 569 (remove_files) COMPLETE
65862026-02-26T17:25:47.649Z[ recovery-image] Feb 26 17:25:47.217 INFO O| Feb 26 17:25:47.216 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872026-02-26T17:25:47.674Z[ recovery-image] Feb 26 17:25:47.240 INFO O| Feb 26 17:25:47.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65882026-02-26T17:25:47.674Z[ recovery-image] Feb 26 17:25:47.240 INFO O| Feb 26 17:25:47.240 INFO STEP 570 (remove_files) COMPLETE
65892026-02-26T17:25:47.674Z[ recovery-image] Feb 26 17:25:47.240 INFO O| Feb 26 17:25:47.240 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902026-02-26T17:25:47.674Z[ recovery-image] Feb 26 17:25:47.253 INFO O| Feb 26 17:25:47.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65912026-02-26T17:25:47.674Z[ recovery-image] Feb 26 17:25:47.254 INFO O| Feb 26 17:25:47.253 INFO STEP 571 (remove_files) COMPLETE
65922026-02-26T17:25:47.674Z[ recovery-image] Feb 26 17:25:47.254 INFO O| Feb 26 17:25:47.253 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932026-02-26T17:25:47.699Z[ recovery-image] Feb 26 17:25:47.266 INFO O| Feb 26 17:25:47.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65942026-02-26T17:25:47.699Z[ recovery-image] Feb 26 17:25:47.266 INFO O| Feb 26 17:25:47.266 INFO STEP 572 (remove_files) COMPLETE
65952026-02-26T17:25:47.699Z[ recovery-image] Feb 26 17:25:47.266 INFO O| Feb 26 17:25:47.266 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962026-02-26T17:25:47.699Z[ recovery-image] Feb 26 17:25:47.279 INFO O| Feb 26 17:25:47.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65972026-02-26T17:25:47.699Z[ recovery-image] Feb 26 17:25:47.279 INFO O| Feb 26 17:25:47.279 INFO STEP 573 (remove_files) COMPLETE
65982026-02-26T17:25:47.699Z[ recovery-image] Feb 26 17:25:47.279 INFO O| Feb 26 17:25:47.279 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992026-02-26T17:25:47.724Z[ recovery-image] Feb 26 17:25:47.290 INFO O| Feb 26 17:25:47.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
66002026-02-26T17:25:47.724Z[ recovery-image] Feb 26 17:25:47.291 INFO O| Feb 26 17:25:47.290 INFO STEP 574 (remove_files) COMPLETE
66012026-02-26T17:25:47.724Z[ recovery-image] Feb 26 17:25:47.291 INFO O| Feb 26 17:25:47.290 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022026-02-26T17:25:47.724Z[ recovery-image] Feb 26 17:25:47.302 INFO O| Feb 26 17:25:47.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
66032026-02-26T17:25:47.724Z[ recovery-image] Feb 26 17:25:47.302 INFO O| Feb 26 17:25:47.302 INFO STEP 575 (remove_files) COMPLETE
66042026-02-26T17:25:47.724Z[ recovery-image] Feb 26 17:25:47.302 INFO O| Feb 26 17:25:47.302 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052026-02-26T17:25:47.749Z[ recovery-image] Feb 26 17:25:47.314 INFO O| Feb 26 17:25:47.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
66062026-02-26T17:25:47.750Z[ recovery-image] Feb 26 17:25:47.314 INFO O| Feb 26 17:25:47.314 INFO STEP 576 (remove_files) COMPLETE
66072026-02-26T17:25:47.750Z[ recovery-image] Feb 26 17:25:47.314 INFO O| Feb 26 17:25:47.314 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082026-02-26T17:25:47.750Z[ recovery-image] Feb 26 17:25:47.326 INFO O| Feb 26 17:25:47.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
66092026-02-26T17:25:47.750Z[ recovery-image] Feb 26 17:25:47.326 INFO O| Feb 26 17:25:47.326 INFO STEP 577 (remove_files) COMPLETE
66102026-02-26T17:25:47.750Z[ recovery-image] Feb 26 17:25:47.326 INFO O| Feb 26 17:25:47.326 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112026-02-26T17:25:47.775Z[ recovery-image] Feb 26 17:25:47.338 INFO O| Feb 26 17:25:47.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
66122026-02-26T17:25:47.775Z[ recovery-image] Feb 26 17:25:47.339 INFO O| Feb 26 17:25:47.338 INFO STEP 578 (remove_files) COMPLETE
66132026-02-26T17:25:47.775Z[ recovery-image] Feb 26 17:25:47.339 INFO O| Feb 26 17:25:47.338 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142026-02-26T17:25:47.775Z[ recovery-image] Feb 26 17:25:47.350 INFO O| Feb 26 17:25:47.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
66152026-02-26T17:25:47.775Z[ recovery-image] Feb 26 17:25:47.350 INFO O| Feb 26 17:25:47.350 INFO STEP 579 (remove_files) COMPLETE
66162026-02-26T17:25:47.775Z[ recovery-image] Feb 26 17:25:47.350 INFO O| Feb 26 17:25:47.350 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172026-02-26T17:25:47.775Z[ recovery-image] Feb 26 17:25:47.362 INFO O| Feb 26 17:25:47.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
66182026-02-26T17:25:47.775Z[ recovery-image] Feb 26 17:25:47.363 INFO O| Feb 26 17:25:47.363 INFO STEP 580 (remove_files) COMPLETE
66192026-02-26T17:25:47.775Z[ recovery-image] Feb 26 17:25:47.363 INFO O| Feb 26 17:25:47.363 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202026-02-26T17:25:47.800Z[ recovery-image] Feb 26 17:25:47.375 INFO O| Feb 26 17:25:47.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
66212026-02-26T17:25:47.801Z[ recovery-image] Feb 26 17:25:47.375 INFO O| Feb 26 17:25:47.375 INFO STEP 581 (remove_files) COMPLETE
66222026-02-26T17:25:47.801Z[ recovery-image] Feb 26 17:25:47.375 INFO O| Feb 26 17:25:47.375 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232026-02-26T17:25:47.825Z[ recovery-image] Feb 26 17:25:47.388 INFO O| Feb 26 17:25:47.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
66242026-02-26T17:25:47.826Z[ recovery-image] Feb 26 17:25:47.399 INFO O| Feb 26 17:25:47.399 INFO STEP 582 (remove_files) COMPLETE
66252026-02-26T17:25:47.826Z[ recovery-image] Feb 26 17:25:47.399 INFO O| Feb 26 17:25:47.399 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262026-02-26T17:25:47.905Z[ recovery-image] Feb 26 17:25:47.415 INFO O| Feb 26 17:25:47.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
66272026-02-26T17:25:47.905Z[ recovery-image] Feb 26 17:25:47.415 INFO O| Feb 26 17:25:47.415 INFO STEP 583 (remove_files) COMPLETE
66282026-02-26T17:25:47.905Z[ recovery-image] Feb 26 17:25:47.415 INFO O| Feb 26 17:25:47.415 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292026-02-26T17:25:47.905Z[ recovery-image] Feb 26 17:25:47.430 INFO O| Feb 26 17:25:47.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
66302026-02-26T17:25:47.905Z[ recovery-image] Feb 26 17:25:47.430 INFO O| Feb 26 17:25:47.430 INFO STEP 584 (remove_files) COMPLETE
66312026-02-26T17:25:47.906Z[ recovery-image] Feb 26 17:25:47.430 INFO O| Feb 26 17:25:47.430 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322026-02-26T17:25:47.906Z[ recovery-image] Feb 26 17:25:47.444 INFO O| Feb 26 17:25:47.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
66332026-02-26T17:25:47.906Z[ recovery-image] Feb 26 17:25:47.444 INFO O| Feb 26 17:25:47.444 INFO STEP 585 (remove_files) COMPLETE
66342026-02-26T17:25:47.906Z[ recovery-image] Feb 26 17:25:47.444 INFO O| Feb 26 17:25:47.444 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352026-02-26T17:25:47.906Z[ recovery-image] Feb 26 17:25:47.459 INFO O| Feb 26 17:25:47.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
66362026-02-26T17:25:47.906Z[ recovery-image] Feb 26 17:25:47.460 INFO O| Feb 26 17:25:47.460 INFO STEP 586 (remove_files) COMPLETE
66372026-02-26T17:25:47.906Z[ recovery-image] Feb 26 17:25:47.460 INFO O| Feb 26 17:25:47.460 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382026-02-26T17:25:47.906Z[ recovery-image] Feb 26 17:25:47.473 INFO O| Feb 26 17:25:47.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
66392026-02-26T17:25:47.906Z[ recovery-image] Feb 26 17:25:47.473 INFO O| Feb 26 17:25:47.473 INFO STEP 587 (remove_files) COMPLETE
66402026-02-26T17:25:47.906Z[ recovery-image] Feb 26 17:25:47.473 INFO O| Feb 26 17:25:47.473 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412026-02-26T17:25:47.906Z[ recovery-image] Feb 26 17:25:47.487 INFO O| Feb 26 17:25:47.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
66422026-02-26T17:25:47.906Z[ recovery-image] Feb 26 17:25:47.487 INFO O| Feb 26 17:25:47.487 INFO STEP 588 (remove_files) COMPLETE
66432026-02-26T17:25:47.906Z[ recovery-image] Feb 26 17:25:47.487 INFO O| Feb 26 17:25:47.487 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442026-02-26T17:25:47.931Z[ recovery-image] Feb 26 17:25:47.501 INFO O| Feb 26 17:25:47.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
66452026-02-26T17:25:47.931Z[ recovery-image] Feb 26 17:25:47.501 INFO O| Feb 26 17:25:47.501 INFO STEP 589 (remove_files) COMPLETE
66462026-02-26T17:25:47.931Z[ recovery-image] Feb 26 17:25:47.501 INFO O| Feb 26 17:25:47.501 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472026-02-26T17:25:47.931Z[ recovery-image] Feb 26 17:25:47.515 INFO O| Feb 26 17:25:47.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
66482026-02-26T17:25:47.931Z[ recovery-image] Feb 26 17:25:47.515 INFO O| Feb 26 17:25:47.515 INFO STEP 590 (remove_files) COMPLETE
66492026-02-26T17:25:47.931Z[ recovery-image] Feb 26 17:25:47.515 INFO O| Feb 26 17:25:47.515 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502026-02-26T17:25:47.957Z[ recovery-image] Feb 26 17:25:47.528 INFO O| Feb 26 17:25:47.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
66512026-02-26T17:25:47.957Z[ recovery-image] Feb 26 17:25:47.529 INFO O| Feb 26 17:25:47.529 INFO STEP 591 (remove_files) COMPLETE
66522026-02-26T17:25:47.957Z[ recovery-image] Feb 26 17:25:47.529 INFO O| Feb 26 17:25:47.529 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532026-02-26T17:25:47.957Z[ recovery-image] Feb 26 17:25:47.544 INFO O| Feb 26 17:25:47.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
66542026-02-26T17:25:47.957Z[ recovery-image] Feb 26 17:25:47.544 INFO O| Feb 26 17:25:47.544 INFO STEP 592 (remove_files) COMPLETE
66552026-02-26T17:25:47.957Z[ recovery-image] Feb 26 17:25:47.544 INFO O| Feb 26 17:25:47.544 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562026-02-26T17:25:47.982Z[ recovery-image] Feb 26 17:25:47.558 INFO O| Feb 26 17:25:47.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66572026-02-26T17:25:47.982Z[ recovery-image] Feb 26 17:25:47.558 INFO O| Feb 26 17:25:47.558 INFO STEP 593 (remove_files) COMPLETE
66582026-02-26T17:25:47.982Z[ recovery-image] Feb 26 17:25:47.558 INFO O| Feb 26 17:25:47.558 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592026-02-26T17:25:48.008Z[ recovery-image] Feb 26 17:25:47.573 INFO O| Feb 26 17:25:47.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66602026-02-26T17:25:48.008Z[ recovery-image] Feb 26 17:25:47.573 INFO O| Feb 26 17:25:47.573 INFO STEP 594 (remove_files) COMPLETE
66612026-02-26T17:25:48.008Z[ recovery-image] Feb 26 17:25:47.573 INFO O| Feb 26 17:25:47.573 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622026-02-26T17:25:48.008Z[ recovery-image] Feb 26 17:25:47.588 INFO O| Feb 26 17:25:47.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66632026-02-26T17:25:48.008Z[ recovery-image] Feb 26 17:25:47.588 INFO O| Feb 26 17:25:47.588 INFO STEP 595 (remove_files) COMPLETE
66642026-02-26T17:25:48.008Z[ recovery-image] Feb 26 17:25:47.588 INFO O| Feb 26 17:25:47.588 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652026-02-26T17:25:48.033Z[ recovery-image] Feb 26 17:25:47.603 INFO O| Feb 26 17:25:47.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66662026-02-26T17:25:48.033Z[ recovery-image] Feb 26 17:25:47.604 INFO O| Feb 26 17:25:47.603 INFO STEP 596 (remove_files) COMPLETE
66672026-02-26T17:25:48.033Z[ recovery-image] Feb 26 17:25:47.604 INFO O| Feb 26 17:25:47.603 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682026-02-26T17:25:48.033Z[ recovery-image] Feb 26 17:25:47.618 INFO O| Feb 26 17:25:47.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66692026-02-26T17:25:48.033Z[ recovery-image] Feb 26 17:25:47.618 INFO O| Feb 26 17:25:47.618 INFO STEP 597 (remove_files) COMPLETE
66702026-02-26T17:25:48.033Z[ recovery-image] Feb 26 17:25:47.618 INFO O| Feb 26 17:25:47.618 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712026-02-26T17:25:48.058Z[ recovery-image] Feb 26 17:25:47.632 INFO O| Feb 26 17:25:47.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66722026-02-26T17:25:48.058Z[ recovery-image] Feb 26 17:25:47.632 INFO O| Feb 26 17:25:47.632 INFO STEP 598 (remove_files) COMPLETE
66732026-02-26T17:25:48.058Z[ recovery-image] Feb 26 17:25:47.632 INFO O| Feb 26 17:25:47.632 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742026-02-26T17:25:48.083Z[ recovery-image] Feb 26 17:25:47.658 INFO O| Feb 26 17:25:47.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66752026-02-26T17:25:48.083Z[ recovery-image] Feb 26 17:25:47.658 INFO O| Feb 26 17:25:47.658 INFO STEP 599 (remove_files) COMPLETE
66762026-02-26T17:25:48.083Z[ recovery-image] Feb 26 17:25:47.658 INFO O| Feb 26 17:25:47.658 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772026-02-26T17:25:48.108Z[ recovery-image] Feb 26 17:25:47.681 INFO O| Feb 26 17:25:47.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66782026-02-26T17:25:48.108Z[ recovery-image] Feb 26 17:25:47.682 INFO O| Feb 26 17:25:47.682 INFO STEP 600 (remove_files) COMPLETE
66792026-02-26T17:25:48.108Z[ recovery-image] Feb 26 17:25:47.682 INFO O| Feb 26 17:25:47.682 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802026-02-26T17:25:48.134Z[ recovery-image] Feb 26 17:25:47.699 INFO O| Feb 26 17:25:47.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66812026-02-26T17:25:48.134Z[ recovery-image] Feb 26 17:25:47.699 INFO O| Feb 26 17:25:47.699 INFO STEP 601 (remove_files) COMPLETE
66822026-02-26T17:25:48.134Z[ recovery-image] Feb 26 17:25:47.699 INFO O| Feb 26 17:25:47.699 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832026-02-26T17:25:48.134Z[ recovery-image] Feb 26 17:25:47.717 INFO O| Feb 26 17:25:47.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66842026-02-26T17:25:48.134Z[ recovery-image] Feb 26 17:25:47.717 INFO O| Feb 26 17:25:47.717 INFO STEP 602 (remove_files) COMPLETE
66852026-02-26T17:25:48.134Z[ recovery-image] Feb 26 17:25:47.717 INFO O| Feb 26 17:25:47.717 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862026-02-26T17:25:48.160Z[ recovery-image] Feb 26 17:25:47.734 INFO O| Feb 26 17:25:47.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66872026-02-26T17:25:48.160Z[ recovery-image] Feb 26 17:25:47.734 INFO O| Feb 26 17:25:47.734 INFO STEP 603 (remove_files) COMPLETE
66882026-02-26T17:25:48.160Z[ recovery-image] Feb 26 17:25:47.734 INFO O| Feb 26 17:25:47.734 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892026-02-26T17:25:48.185Z[ recovery-image] Feb 26 17:25:47.750 INFO O| Feb 26 17:25:47.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66902026-02-26T17:25:48.185Z[ recovery-image] Feb 26 17:25:47.750 INFO O| Feb 26 17:25:47.750 INFO STEP 604 (remove_files) COMPLETE
66912026-02-26T17:25:48.185Z[ recovery-image] Feb 26 17:25:47.750 INFO O| Feb 26 17:25:47.750 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922026-02-26T17:25:48.185Z[ recovery-image] Feb 26 17:25:47.768 INFO O| Feb 26 17:25:47.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66932026-02-26T17:25:48.185Z[ recovery-image] Feb 26 17:25:47.768 INFO O| Feb 26 17:25:47.768 INFO STEP 605 (remove_files) COMPLETE
66942026-02-26T17:25:48.185Z[ recovery-image] Feb 26 17:25:47.768 INFO O| Feb 26 17:25:47.768 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952026-02-26T17:25:48.210Z[ recovery-image] Feb 26 17:25:47.786 INFO O| Feb 26 17:25:47.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66962026-02-26T17:25:48.210Z[ recovery-image] Feb 26 17:25:47.786 INFO O| Feb 26 17:25:47.786 INFO STEP 606 (remove_files) COMPLETE
66972026-02-26T17:25:48.210Z[ recovery-image] Feb 26 17:25:47.786 INFO O| Feb 26 17:25:47.786 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982026-02-26T17:25:48.235Z[ recovery-image] Feb 26 17:25:47.804 INFO O| Feb 26 17:25:47.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66992026-02-26T17:25:48.235Z[ recovery-image] Feb 26 17:25:47.804 INFO O| Feb 26 17:25:47.804 INFO STEP 607 (remove_files) COMPLETE
67002026-02-26T17:25:48.235Z[ recovery-image] Feb 26 17:25:47.804 INFO O| Feb 26 17:25:47.804 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012026-02-26T17:25:48.235Z[ recovery-image] Feb 26 17:25:47.820 INFO O| Feb 26 17:25:47.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
67022026-02-26T17:25:48.235Z[ recovery-image] Feb 26 17:25:47.820 INFO O| Feb 26 17:25:47.820 INFO STEP 608 (remove_files) COMPLETE
67032026-02-26T17:25:48.236Z[ recovery-image] Feb 26 17:25:47.820 INFO O| Feb 26 17:25:47.820 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042026-02-26T17:25:48.261Z[ recovery-image] Feb 26 17:25:47.837 INFO O| Feb 26 17:25:47.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
67052026-02-26T17:25:48.261Z[ recovery-image] Feb 26 17:25:47.837 INFO O| Feb 26 17:25:47.837 INFO STEP 609 (remove_files) COMPLETE
67062026-02-26T17:25:48.261Z[ recovery-image] Feb 26 17:25:47.837 INFO O| Feb 26 17:25:47.837 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072026-02-26T17:25:48.286Z[ recovery-image] Feb 26 17:25:47.854 INFO O| Feb 26 17:25:47.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
67082026-02-26T17:25:48.286Z[ recovery-image] Feb 26 17:25:47.854 INFO O| Feb 26 17:25:47.854 INFO STEP 610 (remove_files) COMPLETE
67092026-02-26T17:25:48.286Z[ recovery-image] Feb 26 17:25:47.854 INFO O| Feb 26 17:25:47.854 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102026-02-26T17:25:48.287Z[ recovery-image] Feb 26 17:25:47.871 INFO O| Feb 26 17:25:47.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
67112026-02-26T17:25:48.287Z[ recovery-image] Feb 26 17:25:47.871 INFO O| Feb 26 17:25:47.871 INFO STEP 611 (remove_files) COMPLETE
67122026-02-26T17:25:48.287Z[ recovery-image] Feb 26 17:25:47.871 INFO O| Feb 26 17:25:47.871 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132026-02-26T17:25:48.313Z[ recovery-image] Feb 26 17:25:47.889 INFO O| Feb 26 17:25:47.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
67142026-02-26T17:25:48.313Z[ recovery-image] Feb 26 17:25:47.890 INFO O| Feb 26 17:25:47.889 INFO STEP 612 (remove_files) COMPLETE
67152026-02-26T17:25:48.313Z[ recovery-image] Feb 26 17:25:47.890 INFO O| Feb 26 17:25:47.890 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162026-02-26T17:25:48.338Z[ recovery-image] Feb 26 17:25:47.907 INFO O| Feb 26 17:25:47.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
67172026-02-26T17:25:48.338Z[ recovery-image] Feb 26 17:25:47.907 INFO O| Feb 26 17:25:47.907 INFO STEP 613 (remove_files) COMPLETE
67182026-02-26T17:25:48.338Z[ recovery-image] Feb 26 17:25:47.907 INFO O| Feb 26 17:25:47.907 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192026-02-26T17:25:48.338Z[ recovery-image] Feb 26 17:25:47.925 INFO O| Feb 26 17:25:47.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
67202026-02-26T17:25:48.338Z[ recovery-image] Feb 26 17:25:47.925 INFO O| Feb 26 17:25:47.925 INFO STEP 614 (remove_files) COMPLETE
67212026-02-26T17:25:48.338Z[ recovery-image] Feb 26 17:25:47.925 INFO O| Feb 26 17:25:47.925 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222026-02-26T17:25:48.363Z[ recovery-image] Feb 26 17:25:47.943 INFO O| Feb 26 17:25:47.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
67232026-02-26T17:25:48.364Z[ recovery-image] Feb 26 17:25:47.943 INFO O| Feb 26 17:25:47.943 INFO STEP 615 (remove_files) COMPLETE
67242026-02-26T17:25:48.364Z[ recovery-image] Feb 26 17:25:47.943 INFO O| Feb 26 17:25:47.943 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252026-02-26T17:25:48.388Z[ recovery-image] Feb 26 17:25:47.959 INFO O| Feb 26 17:25:47.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
67262026-02-26T17:25:48.388Z[ recovery-image] Feb 26 17:25:47.959 INFO O| Feb 26 17:25:47.959 INFO STEP 616 (remove_files) COMPLETE
67272026-02-26T17:25:48.388Z[ recovery-image] Feb 26 17:25:47.959 INFO O| Feb 26 17:25:47.959 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282026-02-26T17:25:48.413Z[ recovery-image] Feb 26 17:25:47.977 INFO O| Feb 26 17:25:47.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
67292026-02-26T17:25:48.413Z[ recovery-image] Feb 26 17:25:47.977 INFO O| Feb 26 17:25:47.977 INFO STEP 617 (remove_files) COMPLETE
67302026-02-26T17:25:48.413Z[ recovery-image] Feb 26 17:25:47.977 INFO O| Feb 26 17:25:47.977 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312026-02-26T17:25:48.439Z[ recovery-image] Feb 26 17:25:47.998 INFO O| Feb 26 17:25:47.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
67322026-02-26T17:25:48.439Z[ recovery-image] Feb 26 17:25:47.998 INFO O| Feb 26 17:25:47.998 INFO STEP 618 (remove_files) COMPLETE
67332026-02-26T17:25:48.439Z[ recovery-image] Feb 26 17:25:47.998 INFO O| Feb 26 17:25:47.998 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342026-02-26T17:25:48.439Z[ recovery-image] Feb 26 17:25:48.016 INFO O| Feb 26 17:25:48.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
67352026-02-26T17:25:48.439Z[ recovery-image] Feb 26 17:25:48.016 INFO O| Feb 26 17:25:48.016 INFO STEP 619 (remove_files) COMPLETE
67362026-02-26T17:25:48.439Z[ recovery-image] Feb 26 17:25:48.016 INFO O| Feb 26 17:25:48.016 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372026-02-26T17:25:48.465Z[ recovery-image] Feb 26 17:25:48.034 INFO O| Feb 26 17:25:48.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
67382026-02-26T17:25:48.465Z[ recovery-image] Feb 26 17:25:48.034 INFO O| Feb 26 17:25:48.034 INFO STEP 620 (remove_files) COMPLETE
67392026-02-26T17:25:48.465Z[ recovery-image] Feb 26 17:25:48.034 INFO O| Feb 26 17:25:48.034 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402026-02-26T17:25:48.465Z[ recovery-image] Feb 26 17:25:48.051 INFO O| Feb 26 17:25:48.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
67412026-02-26T17:25:48.465Z[ recovery-image] Feb 26 17:25:48.051 INFO O| Feb 26 17:25:48.051 INFO STEP 621 (remove_files) COMPLETE
67422026-02-26T17:25:48.465Z[ recovery-image] Feb 26 17:25:48.051 INFO O| Feb 26 17:25:48.051 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432026-02-26T17:25:48.490Z[ recovery-image] Feb 26 17:25:48.068 INFO O| Feb 26 17:25:48.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
67442026-02-26T17:25:48.490Z[ recovery-image] Feb 26 17:25:48.069 INFO O| Feb 26 17:25:48.069 INFO STEP 622 (remove_files) COMPLETE
67452026-02-26T17:25:48.490Z[ recovery-image] Feb 26 17:25:48.069 INFO O| Feb 26 17:25:48.069 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462026-02-26T17:25:48.517Z[ recovery-image] Feb 26 17:25:48.085 INFO O| Feb 26 17:25:48.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
67472026-02-26T17:25:48.517Z[ recovery-image] Feb 26 17:25:48.085 INFO O| Feb 26 17:25:48.085 INFO STEP 623 (remove_files) COMPLETE
67482026-02-26T17:25:48.517Z[ recovery-image] Feb 26 17:25:48.085 INFO O| Feb 26 17:25:48.085 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492026-02-26T17:25:48.517Z[ recovery-image] Feb 26 17:25:48.103 INFO O| Feb 26 17:25:48.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
67502026-02-26T17:25:48.517Z[ recovery-image] Feb 26 17:25:48.103 INFO O| Feb 26 17:25:48.103 INFO STEP 624 (remove_files) COMPLETE
67512026-02-26T17:25:48.517Z[ recovery-image] Feb 26 17:25:48.103 INFO O| Feb 26 17:25:48.103 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522026-02-26T17:25:48.544Z[ recovery-image] Feb 26 17:25:48.121 INFO O| Feb 26 17:25:48.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
67532026-02-26T17:25:48.544Z[ recovery-image] Feb 26 17:25:48.121 INFO O| Feb 26 17:25:48.121 INFO STEP 625 (remove_files) COMPLETE
67542026-02-26T17:25:48.544Z[ recovery-image] Feb 26 17:25:48.121 INFO O| Feb 26 17:25:48.121 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552026-02-26T17:25:48.569Z[ recovery-image] Feb 26 17:25:48.138 INFO O| Feb 26 17:25:48.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67562026-02-26T17:25:48.569Z[ recovery-image] Feb 26 17:25:48.138 INFO O| Feb 26 17:25:48.138 INFO STEP 626 (remove_files) COMPLETE
67572026-02-26T17:25:48.569Z[ recovery-image] Feb 26 17:25:48.138 INFO O| Feb 26 17:25:48.138 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582026-02-26T17:25:48.569Z[ recovery-image] Feb 26 17:25:48.153 INFO O| Feb 26 17:25:48.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67592026-02-26T17:25:48.569Z[ recovery-image] Feb 26 17:25:48.154 INFO O| Feb 26 17:25:48.154 INFO STEP 627 (remove_files) COMPLETE
67602026-02-26T17:25:48.569Z[ recovery-image] Feb 26 17:25:48.154 INFO O| Feb 26 17:25:48.154 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612026-02-26T17:25:48.594Z[ recovery-image] Feb 26 17:25:48.170 INFO O| Feb 26 17:25:48.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67622026-02-26T17:25:48.594Z[ recovery-image] Feb 26 17:25:48.170 INFO O| Feb 26 17:25:48.170 INFO STEP 628 (remove_files) COMPLETE
67632026-02-26T17:25:48.594Z[ recovery-image] Feb 26 17:25:48.170 INFO O| Feb 26 17:25:48.170 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642026-02-26T17:25:48.619Z[ recovery-image] Feb 26 17:25:48.186 INFO O| Feb 26 17:25:48.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67652026-02-26T17:25:48.619Z[ recovery-image] Feb 26 17:25:48.187 INFO O| Feb 26 17:25:48.186 INFO STEP 629 (remove_files) COMPLETE
67662026-02-26T17:25:48.619Z[ recovery-image] Feb 26 17:25:48.187 INFO O| Feb 26 17:25:48.187 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672026-02-26T17:25:48.619Z[ recovery-image] Feb 26 17:25:48.202 INFO O| Feb 26 17:25:48.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67682026-02-26T17:25:48.619Z[ recovery-image] Feb 26 17:25:48.202 INFO O| Feb 26 17:25:48.202 INFO STEP 630 (remove_files) COMPLETE
67692026-02-26T17:25:48.619Z[ recovery-image] Feb 26 17:25:48.202 INFO O| Feb 26 17:25:48.202 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702026-02-26T17:25:48.644Z[ recovery-image] Feb 26 17:25:48.218 INFO O| Feb 26 17:25:48.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67712026-02-26T17:25:48.644Z[ recovery-image] Feb 26 17:25:48.218 INFO O| Feb 26 17:25:48.218 INFO STEP 631 (remove_files) COMPLETE
67722026-02-26T17:25:48.644Z[ recovery-image] Feb 26 17:25:48.218 INFO O| Feb 26 17:25:48.218 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732026-02-26T17:25:48.669Z[ recovery-image] Feb 26 17:25:48.234 INFO O| Feb 26 17:25:48.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67742026-02-26T17:25:48.669Z[ recovery-image] Feb 26 17:25:48.234 INFO O| Feb 26 17:25:48.234 INFO STEP 632 (remove_files) COMPLETE
67752026-02-26T17:25:48.669Z[ recovery-image] Feb 26 17:25:48.234 INFO O| Feb 26 17:25:48.234 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762026-02-26T17:25:48.694Z[ recovery-image] Feb 26 17:25:48.250 INFO O| Feb 26 17:25:48.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67772026-02-26T17:25:48.694Z[ recovery-image] Feb 26 17:25:48.250 INFO O| Feb 26 17:25:48.250 INFO STEP 633 (remove_files) COMPLETE
67782026-02-26T17:25:48.695Z[ recovery-image] Feb 26 17:25:48.250 INFO O| Feb 26 17:25:48.250 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792026-02-26T17:25:48.720Z[ recovery-image] Feb 26 17:25:48.265 INFO O| Feb 26 17:25:48.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67802026-02-26T17:25:48.720Z[ recovery-image] Feb 26 17:25:48.265 INFO O| Feb 26 17:25:48.265 INFO STEP 634 (remove_files) COMPLETE
67812026-02-26T17:25:48.720Z[ recovery-image] Feb 26 17:25:48.265 INFO O| Feb 26 17:25:48.265 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822026-02-26T17:25:48.720Z[ recovery-image] Feb 26 17:25:48.280 INFO O| Feb 26 17:25:48.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67832026-02-26T17:25:48.720Z[ recovery-image] Feb 26 17:25:48.280 INFO O| Feb 26 17:25:48.280 INFO STEP 635 (remove_files) COMPLETE
67842026-02-26T17:25:48.720Z[ recovery-image] Feb 26 17:25:48.280 INFO O| Feb 26 17:25:48.280 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852026-02-26T17:25:48.745Z[ recovery-image] Feb 26 17:25:48.295 INFO O| Feb 26 17:25:48.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67862026-02-26T17:25:48.745Z[ recovery-image] Feb 26 17:25:48.295 INFO O| Feb 26 17:25:48.295 INFO STEP 636 (remove_files) COMPLETE
67872026-02-26T17:25:48.745Z[ recovery-image] Feb 26 17:25:48.295 INFO O| Feb 26 17:25:48.295 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882026-02-26T17:25:48.745Z[ recovery-image] Feb 26 17:25:48.310 INFO O| Feb 26 17:25:48.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67892026-02-26T17:25:48.745Z[ recovery-image] Feb 26 17:25:48.310 INFO O| Feb 26 17:25:48.310 INFO STEP 637 (remove_files) COMPLETE
67902026-02-26T17:25:48.745Z[ recovery-image] Feb 26 17:25:48.310 INFO O| Feb 26 17:25:48.310 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912026-02-26T17:25:48.772Z[ recovery-image] Feb 26 17:25:48.325 INFO O| Feb 26 17:25:48.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67922026-02-26T17:25:48.772Z[ recovery-image] Feb 26 17:25:48.325 INFO O| Feb 26 17:25:48.325 INFO STEP 638 (remove_files) COMPLETE
67932026-02-26T17:25:48.772Z[ recovery-image] Feb 26 17:25:48.325 INFO O| Feb 26 17:25:48.325 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942026-02-26T17:25:48.772Z[ recovery-image] Feb 26 17:25:48.340 INFO O| Feb 26 17:25:48.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67952026-02-26T17:25:48.772Z[ recovery-image] Feb 26 17:25:48.340 INFO O| Feb 26 17:25:48.340 INFO STEP 639 (remove_files) COMPLETE
67962026-02-26T17:25:48.772Z[ recovery-image] Feb 26 17:25:48.340 INFO O| Feb 26 17:25:48.340 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972026-02-26T17:25:48.797Z[ recovery-image] Feb 26 17:25:48.355 INFO O| Feb 26 17:25:48.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67982026-02-26T17:25:48.797Z[ recovery-image] Feb 26 17:25:48.355 INFO O| Feb 26 17:25:48.355 INFO STEP 640 (remove_files) COMPLETE
67992026-02-26T17:25:48.797Z[ recovery-image] Feb 26 17:25:48.355 INFO O| Feb 26 17:25:48.355 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002026-02-26T17:25:48.822Z[ recovery-image] Feb 26 17:25:48.370 INFO O| Feb 26 17:25:48.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
68012026-02-26T17:25:48.822Z[ recovery-image] Feb 26 17:25:48.370 INFO O| Feb 26 17:25:48.370 INFO STEP 641 (remove_files) COMPLETE
68022026-02-26T17:25:48.822Z[ recovery-image] Feb 26 17:25:48.370 INFO O| Feb 26 17:25:48.370 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032026-02-26T17:25:48.823Z[ recovery-image] Feb 26 17:25:48.385 INFO O| Feb 26 17:25:48.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
68042026-02-26T17:25:48.823Z[ recovery-image] Feb 26 17:25:48.385 INFO O| Feb 26 17:25:48.385 INFO STEP 642 (remove_files) COMPLETE
68052026-02-26T17:25:48.823Z[ recovery-image] Feb 26 17:25:48.385 INFO O| Feb 26 17:25:48.385 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062026-02-26T17:25:48.851Z[ recovery-image] Feb 26 17:25:48.402 INFO O| Feb 26 17:25:48.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
68072026-02-26T17:25:48.851Z[ recovery-image] Feb 26 17:25:48.402 INFO O| Feb 26 17:25:48.402 INFO STEP 643 (remove_files) COMPLETE
68082026-02-26T17:25:48.851Z[ recovery-image] Feb 26 17:25:48.402 INFO O| Feb 26 17:25:48.402 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092026-02-26T17:25:48.878Z[ recovery-image] Feb 26 17:25:48.427 INFO O| Feb 26 17:25:48.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
68102026-02-26T17:25:48.878Z[ recovery-image] Feb 26 17:25:48.427 INFO O| Feb 26 17:25:48.427 INFO STEP 644 (remove_files) COMPLETE
68112026-02-26T17:25:48.878Z[ recovery-image] Feb 26 17:25:48.427 INFO O| Feb 26 17:25:48.427 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122026-02-26T17:25:48.878Z[ recovery-image] Feb 26 17:25:48.446 INFO O| Feb 26 17:25:48.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
68132026-02-26T17:25:48.878Z[ recovery-image] Feb 26 17:25:48.446 INFO O| Feb 26 17:25:48.446 INFO STEP 645 (remove_files) COMPLETE
68142026-02-26T17:25:48.878Z[ recovery-image] Feb 26 17:25:48.446 INFO O| Feb 26 17:25:48.446 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152026-02-26T17:25:48.878Z[ recovery-image] Feb 26 17:25:48.461 INFO O| Feb 26 17:25:48.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
68162026-02-26T17:25:48.878Z[ recovery-image] Feb 26 17:25:48.461 INFO O| Feb 26 17:25:48.461 INFO STEP 646 (remove_files) COMPLETE
68172026-02-26T17:25:48.878Z[ recovery-image] Feb 26 17:25:48.461 INFO O| Feb 26 17:25:48.461 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182026-02-26T17:25:48.906Z[ recovery-image] Feb 26 17:25:48.476 INFO O| Feb 26 17:25:48.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
68192026-02-26T17:25:48.906Z[ recovery-image] Feb 26 17:25:48.476 INFO O| Feb 26 17:25:48.476 INFO STEP 647 (remove_files) COMPLETE
68202026-02-26T17:25:48.906Z[ recovery-image] Feb 26 17:25:48.476 INFO O| Feb 26 17:25:48.476 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212026-02-26T17:25:48.906Z[ recovery-image] Feb 26 17:25:48.491 INFO O| Feb 26 17:25:48.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
68222026-02-26T17:25:48.906Z[ recovery-image] Feb 26 17:25:48.491 INFO O| Feb 26 17:25:48.491 INFO STEP 648 (remove_files) COMPLETE
68232026-02-26T17:25:48.906Z[ recovery-image] Feb 26 17:25:48.491 INFO O| Feb 26 17:25:48.491 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242026-02-26T17:25:48.941Z[ recovery-image] Feb 26 17:25:48.509 INFO O| Feb 26 17:25:48.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
68252026-02-26T17:25:48.942Z[ recovery-image] Feb 26 17:25:48.509 INFO O| Feb 26 17:25:48.509 INFO STEP 649 (remove_files) COMPLETE
68262026-02-26T17:25:48.942Z[ recovery-image] Feb 26 17:25:48.509 INFO O| Feb 26 17:25:48.509 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272026-02-26T17:25:48.942Z[ recovery-image] Feb 26 17:25:48.526 INFO O| Feb 26 17:25:48.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
68282026-02-26T17:25:48.942Z[ recovery-image] Feb 26 17:25:48.526 INFO O| Feb 26 17:25:48.526 INFO STEP 650 (remove_files) COMPLETE
68292026-02-26T17:25:48.942Z[ recovery-image] Feb 26 17:25:48.526 INFO O| Feb 26 17:25:48.526 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302026-02-26T17:25:48.973Z[ recovery-image] Feb 26 17:25:48.542 INFO O| Feb 26 17:25:48.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
68312026-02-26T17:25:48.973Z[ recovery-image] Feb 26 17:25:48.542 INFO O| Feb 26 17:25:48.542 INFO STEP 651 (remove_files) COMPLETE
68322026-02-26T17:25:48.973Z[ recovery-image] Feb 26 17:25:48.542 INFO O| Feb 26 17:25:48.542 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332026-02-26T17:25:48.973Z[ recovery-image] Feb 26 17:25:48.557 INFO O| Feb 26 17:25:48.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
68342026-02-26T17:25:48.973Z[ recovery-image] Feb 26 17:25:48.557 INFO O| Feb 26 17:25:48.557 INFO STEP 652 (remove_files) COMPLETE
68352026-02-26T17:25:48.973Z[ recovery-image] Feb 26 17:25:48.557 INFO O| Feb 26 17:25:48.557 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362026-02-26T17:25:49.001Z[ recovery-image] Feb 26 17:25:48.571 INFO O| Feb 26 17:25:48.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
68372026-02-26T17:25:49.028Z[ recovery-image] Feb 26 17:25:48.572 INFO O| Feb 26 17:25:48.572 INFO STEP 653 (remove_files) COMPLETE
68382026-02-26T17:25:49.028Z[ recovery-image] Feb 26 17:25:48.572 INFO O| Feb 26 17:25:48.572 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392026-02-26T17:25:49.028Z[ recovery-image] Feb 26 17:25:48.585 INFO O| Feb 26 17:25:48.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
68402026-02-26T17:25:49.028Z[ recovery-image] Feb 26 17:25:48.585 INFO O| Feb 26 17:25:48.585 INFO STEP 654 (remove_files) COMPLETE
68412026-02-26T17:25:49.028Z[ recovery-image] Feb 26 17:25:48.585 INFO O| Feb 26 17:25:48.585 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422026-02-26T17:25:49.053Z[ recovery-image] Feb 26 17:25:48.626 INFO O| Feb 26 17:25:48.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
68432026-02-26T17:25:49.053Z[ recovery-image] Feb 26 17:25:48.627 INFO O| Feb 26 17:25:48.627 INFO STEP 655 (remove_files) COMPLETE
68442026-02-26T17:25:49.053Z[ recovery-image] Feb 26 17:25:48.627 INFO O| Feb 26 17:25:48.627 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452026-02-26T17:25:49.078Z[ recovery-image] Feb 26 17:25:48.639 INFO O| Feb 26 17:25:48.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
68462026-02-26T17:25:49.078Z[ recovery-image] Feb 26 17:25:48.639 INFO O| Feb 26 17:25:48.639 INFO STEP 656 (remove_files) COMPLETE
68472026-02-26T17:25:49.078Z[ recovery-image] Feb 26 17:25:48.639 INFO O| Feb 26 17:25:48.639 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482026-02-26T17:25:49.078Z[ recovery-image] Feb 26 17:25:48.654 INFO O| Feb 26 17:25:48.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
68492026-02-26T17:25:49.078Z[ recovery-image] Feb 26 17:25:48.655 INFO O| Feb 26 17:25:48.655 INFO STEP 657 (remove_files) COMPLETE
68502026-02-26T17:25:49.078Z[ recovery-image] Feb 26 17:25:48.655 INFO O| Feb 26 17:25:48.655 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512026-02-26T17:25:49.103Z[ recovery-image] Feb 26 17:25:48.672 INFO O| Feb 26 17:25:48.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
68522026-02-26T17:25:49.103Z[ recovery-image] Feb 26 17:25:48.672 INFO O| Feb 26 17:25:48.672 INFO STEP 658 (remove_files) COMPLETE
68532026-02-26T17:25:49.103Z[ recovery-image] Feb 26 17:25:48.672 INFO O| Feb 26 17:25:48.672 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542026-02-26T17:25:49.103Z[ recovery-image] Feb 26 17:25:48.689 INFO O| Feb 26 17:25:48.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
68552026-02-26T17:25:49.103Z[ recovery-image] Feb 26 17:25:48.689 INFO O| Feb 26 17:25:48.689 INFO STEP 659 (remove_files) COMPLETE
68562026-02-26T17:25:49.103Z[ recovery-image] Feb 26 17:25:48.689 INFO O| Feb 26 17:25:48.689 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572026-02-26T17:25:49.131Z[ recovery-image] Feb 26 17:25:48.706 INFO O| Feb 26 17:25:48.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68582026-02-26T17:25:49.131Z[ recovery-image] Feb 26 17:25:48.706 INFO O| Feb 26 17:25:48.706 INFO STEP 660 (remove_files) COMPLETE
68592026-02-26T17:25:49.131Z[ recovery-image] Feb 26 17:25:48.706 INFO O| Feb 26 17:25:48.706 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602026-02-26T17:25:49.156Z[ recovery-image] Feb 26 17:25:48.722 INFO O| Feb 26 17:25:48.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68612026-02-26T17:25:49.156Z[ recovery-image] Feb 26 17:25:48.722 INFO O| Feb 26 17:25:48.722 INFO STEP 661 (remove_files) COMPLETE
68622026-02-26T17:25:49.157Z[ recovery-image] Feb 26 17:25:48.722 INFO O| Feb 26 17:25:48.722 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632026-02-26T17:25:49.157Z[ recovery-image] Feb 26 17:25:48.737 INFO O| Feb 26 17:25:48.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68642026-02-26T17:25:49.157Z[ recovery-image] Feb 26 17:25:48.738 INFO O| Feb 26 17:25:48.737 INFO STEP 662 (remove_files) COMPLETE
68652026-02-26T17:25:49.157Z[ recovery-image] Feb 26 17:25:48.738 INFO O| Feb 26 17:25:48.738 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662026-02-26T17:25:49.181Z[ recovery-image] Feb 26 17:25:48.753 INFO O| Feb 26 17:25:48.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68672026-02-26T17:25:49.181Z[ recovery-image] Feb 26 17:25:48.753 INFO O| Feb 26 17:25:48.753 INFO STEP 663 (remove_files) COMPLETE
68682026-02-26T17:25:49.181Z[ recovery-image] Feb 26 17:25:48.753 INFO O| Feb 26 17:25:48.753 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692026-02-26T17:25:49.181Z[ recovery-image] Feb 26 17:25:48.769 INFO O| Feb 26 17:25:48.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68702026-02-26T17:25:49.181Z[ recovery-image] Feb 26 17:25:48.769 INFO O| Feb 26 17:25:48.769 INFO STEP 664 (remove_files) COMPLETE
68712026-02-26T17:25:49.181Z[ recovery-image] Feb 26 17:25:48.769 INFO O| Feb 26 17:25:48.769 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722026-02-26T17:25:49.208Z[ recovery-image] Feb 26 17:25:48.784 INFO O| Feb 26 17:25:48.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68732026-02-26T17:25:49.208Z[ recovery-image] Feb 26 17:25:48.784 INFO O| Feb 26 17:25:48.784 INFO STEP 665 (remove_files) COMPLETE
68742026-02-26T17:25:49.208Z[ recovery-image] Feb 26 17:25:48.784 INFO O| Feb 26 17:25:48.784 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752026-02-26T17:25:49.233Z[ recovery-image] Feb 26 17:25:48.798 INFO O| Feb 26 17:25:48.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68762026-02-26T17:25:49.233Z[ recovery-image] Feb 26 17:25:48.798 INFO O| Feb 26 17:25:48.798 INFO STEP 666 (remove_files) COMPLETE
68772026-02-26T17:25:49.234Z[ recovery-image] Feb 26 17:25:48.798 INFO O| Feb 26 17:25:48.798 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782026-02-26T17:25:49.234Z[ recovery-image] Feb 26 17:25:48.811 INFO O| Feb 26 17:25:48.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68792026-02-26T17:25:49.234Z[ recovery-image] Feb 26 17:25:48.811 INFO O| Feb 26 17:25:48.811 INFO STEP 667 (remove_files) COMPLETE
68802026-02-26T17:25:49.234Z[ recovery-image] Feb 26 17:25:48.811 INFO O| Feb 26 17:25:48.811 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812026-02-26T17:25:49.258Z[ recovery-image] Feb 26 17:25:48.825 INFO O| Feb 26 17:25:48.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68822026-02-26T17:25:49.258Z[ recovery-image] Feb 26 17:25:48.825 INFO O| Feb 26 17:25:48.825 INFO STEP 668 (remove_files) COMPLETE
68832026-02-26T17:25:49.259Z[ recovery-image] Feb 26 17:25:48.825 INFO O| Feb 26 17:25:48.825 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842026-02-26T17:25:49.259Z[ recovery-image] Feb 26 17:25:48.837 INFO O| Feb 26 17:25:48.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68852026-02-26T17:25:49.259Z[ recovery-image] Feb 26 17:25:48.837 INFO O| Feb 26 17:25:48.837 INFO STEP 669 (remove_files) COMPLETE
68862026-02-26T17:25:49.259Z[ recovery-image] Feb 26 17:25:48.837 INFO O| Feb 26 17:25:48.837 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872026-02-26T17:25:49.284Z[ recovery-image] Feb 26 17:25:48.850 INFO O| Feb 26 17:25:48.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68882026-02-26T17:25:49.284Z[ recovery-image] Feb 26 17:25:48.850 INFO O| Feb 26 17:25:48.850 INFO STEP 670 (remove_files) COMPLETE
68892026-02-26T17:25:49.284Z[ recovery-image] Feb 26 17:25:48.850 INFO O| Feb 26 17:25:48.850 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902026-02-26T17:25:49.284Z[ recovery-image] Feb 26 17:25:48.863 INFO O| Feb 26 17:25:48.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68912026-02-26T17:25:49.284Z[ recovery-image] Feb 26 17:25:48.863 INFO O| Feb 26 17:25:48.863 INFO STEP 671 (remove_files) COMPLETE
68922026-02-26T17:25:49.284Z[ recovery-image] Feb 26 17:25:48.863 INFO O| Feb 26 17:25:48.863 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932026-02-26T17:25:49.309Z[ recovery-image] Feb 26 17:25:48.876 INFO O| Feb 26 17:25:48.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68942026-02-26T17:25:49.309Z[ recovery-image] Feb 26 17:25:48.876 INFO O| Feb 26 17:25:48.876 INFO STEP 672 (remove_files) COMPLETE
68952026-02-26T17:25:49.310Z[ recovery-image] Feb 26 17:25:48.876 INFO O| Feb 26 17:25:48.876 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962026-02-26T17:25:49.310Z[ recovery-image] Feb 26 17:25:48.889 INFO O| Feb 26 17:25:48.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68972026-02-26T17:25:49.310Z[ recovery-image] Feb 26 17:25:48.889 INFO O| Feb 26 17:25:48.889 INFO STEP 673 (remove_files) COMPLETE
68982026-02-26T17:25:49.310Z[ recovery-image] Feb 26 17:25:48.889 INFO O| Feb 26 17:25:48.889 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992026-02-26T17:25:49.335Z[ recovery-image] Feb 26 17:25:48.902 INFO O| Feb 26 17:25:48.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
69002026-02-26T17:25:49.335Z[ recovery-image] Feb 26 17:25:48.902 INFO O| Feb 26 17:25:48.902 INFO STEP 674 (remove_files) COMPLETE
69012026-02-26T17:25:49.335Z[ recovery-image] Feb 26 17:25:48.902 INFO O| Feb 26 17:25:48.902 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022026-02-26T17:25:49.335Z[ recovery-image] Feb 26 17:25:48.916 INFO O| Feb 26 17:25:48.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
69032026-02-26T17:25:49.335Z[ recovery-image] Feb 26 17:25:48.916 INFO O| Feb 26 17:25:48.916 INFO STEP 675 (remove_files) COMPLETE
69042026-02-26T17:25:49.335Z[ recovery-image] Feb 26 17:25:48.916 INFO O| Feb 26 17:25:48.916 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052026-02-26T17:25:49.360Z[ recovery-image] Feb 26 17:25:48.928 INFO O| Feb 26 17:25:48.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
69062026-02-26T17:25:49.360Z[ recovery-image] Feb 26 17:25:48.929 INFO O| Feb 26 17:25:48.929 INFO STEP 676 (remove_files) COMPLETE
69072026-02-26T17:25:49.360Z[ recovery-image] Feb 26 17:25:48.929 INFO O| Feb 26 17:25:48.929 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082026-02-26T17:25:49.360Z[ recovery-image] Feb 26 17:25:48.942 INFO O| Feb 26 17:25:48.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
69092026-02-26T17:25:49.360Z[ recovery-image] Feb 26 17:25:48.942 INFO O| Feb 26 17:25:48.942 INFO STEP 677 (remove_files) COMPLETE
69102026-02-26T17:25:49.360Z[ recovery-image] Feb 26 17:25:48.942 INFO O| Feb 26 17:25:48.942 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112026-02-26T17:25:49.386Z[ recovery-image] Feb 26 17:25:48.955 INFO O| Feb 26 17:25:48.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
69122026-02-26T17:25:49.386Z[ recovery-image] Feb 26 17:25:48.955 INFO O| Feb 26 17:25:48.955 INFO STEP 678 (remove_files) COMPLETE
69132026-02-26T17:25:49.386Z[ recovery-image] Feb 26 17:25:48.955 INFO O| Feb 26 17:25:48.955 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142026-02-26T17:25:49.386Z[ recovery-image] Feb 26 17:25:48.968 INFO O| Feb 26 17:25:48.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
69152026-02-26T17:25:49.386Z[ recovery-image] Feb 26 17:25:48.968 INFO O| Feb 26 17:25:48.968 INFO STEP 679 (remove_files) COMPLETE
69162026-02-26T17:25:49.386Z[ recovery-image] Feb 26 17:25:48.968 INFO O| Feb 26 17:25:48.968 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172026-02-26T17:25:49.412Z[ recovery-image] Feb 26 17:25:48.981 INFO O| Feb 26 17:25:48.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
69182026-02-26T17:25:49.412Z[ recovery-image] Feb 26 17:25:48.981 INFO O| Feb 26 17:25:48.981 INFO STEP 680 (remove_files) COMPLETE
69192026-02-26T17:25:49.412Z[ recovery-image] Feb 26 17:25:48.982 INFO O| Feb 26 17:25:48.981 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202026-02-26T17:25:49.412Z[ recovery-image] Feb 26 17:25:48.996 INFO O| Feb 26 17:25:48.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
69212026-02-26T17:25:49.412Z[ recovery-image] Feb 26 17:25:48.996 INFO O| Feb 26 17:25:48.996 INFO STEP 681 (remove_files) COMPLETE
69222026-02-26T17:25:49.412Z[ recovery-image] Feb 26 17:25:48.996 INFO O| Feb 26 17:25:48.996 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232026-02-26T17:25:49.439Z[ recovery-image] Feb 26 17:25:49.011 INFO O| Feb 26 17:25:49.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
69242026-02-26T17:25:49.440Z[ recovery-image] Feb 26 17:25:49.011 INFO O| Feb 26 17:25:49.011 INFO STEP 682 (remove_files) COMPLETE
69252026-02-26T17:25:49.440Z[ recovery-image] Feb 26 17:25:49.011 INFO O| Feb 26 17:25:49.011 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262026-02-26T17:25:49.465Z[ recovery-image] Feb 26 17:25:49.027 INFO O| Feb 26 17:25:49.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
69272026-02-26T17:25:49.465Z[ recovery-image] Feb 26 17:25:49.027 INFO O| Feb 26 17:25:49.027 INFO STEP 683 (remove_files) COMPLETE
69282026-02-26T17:25:49.465Z[ recovery-image] Feb 26 17:25:49.027 INFO O| Feb 26 17:25:49.027 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292026-02-26T17:25:49.465Z[ recovery-image] Feb 26 17:25:49.042 INFO O| Feb 26 17:25:49.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
69302026-02-26T17:25:49.465Z[ recovery-image] Feb 26 17:25:49.042 INFO O| Feb 26 17:25:49.042 INFO STEP 684 (remove_files) COMPLETE
69312026-02-26T17:25:49.465Z[ recovery-image] Feb 26 17:25:49.042 INFO O| Feb 26 17:25:49.042 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322026-02-26T17:25:49.490Z[ recovery-image] Feb 26 17:25:49.056 INFO O| Feb 26 17:25:49.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
69332026-02-26T17:25:49.490Z[ recovery-image] Feb 26 17:25:49.057 INFO O| Feb 26 17:25:49.057 INFO STEP 685 (remove_files) COMPLETE
69342026-02-26T17:25:49.490Z[ recovery-image] Feb 26 17:25:49.057 INFO O| Feb 26 17:25:49.057 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352026-02-26T17:25:49.490Z[ recovery-image] Feb 26 17:25:49.071 INFO O| Feb 26 17:25:49.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
69362026-02-26T17:25:49.491Z[ recovery-image] Feb 26 17:25:49.071 INFO O| Feb 26 17:25:49.071 INFO STEP 686 (remove_files) COMPLETE
69372026-02-26T17:25:49.491Z[ recovery-image] Feb 26 17:25:49.071 INFO O| Feb 26 17:25:49.071 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382026-02-26T17:25:49.515Z[ recovery-image] Feb 26 17:25:49.086 INFO O| Feb 26 17:25:49.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
69392026-02-26T17:25:49.515Z[ recovery-image] Feb 26 17:25:49.086 INFO O| Feb 26 17:25:49.086 INFO STEP 687 (remove_files) COMPLETE
69402026-02-26T17:25:49.515Z[ recovery-image] Feb 26 17:25:49.086 INFO O| Feb 26 17:25:49.086 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412026-02-26T17:25:49.516Z[ recovery-image] Feb 26 17:25:49.100 INFO O| Feb 26 17:25:49.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
69422026-02-26T17:25:49.516Z[ recovery-image] Feb 26 17:25:49.101 INFO O| Feb 26 17:25:49.101 INFO STEP 688 (remove_files) COMPLETE
69432026-02-26T17:25:49.516Z[ recovery-image] Feb 26 17:25:49.101 INFO O| Feb 26 17:25:49.101 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442026-02-26T17:25:49.540Z[ recovery-image] Feb 26 17:25:49.116 INFO O| Feb 26 17:25:49.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
69452026-02-26T17:25:49.541Z[ recovery-image] Feb 26 17:25:49.116 INFO O| Feb 26 17:25:49.116 INFO STEP 689 (remove_files) COMPLETE
69462026-02-26T17:25:49.541Z[ recovery-image] Feb 26 17:25:49.116 INFO O| Feb 26 17:25:49.116 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472026-02-26T17:25:49.566Z[ recovery-image] Feb 26 17:25:49.135 INFO O| Feb 26 17:25:49.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
69482026-02-26T17:25:49.566Z[ recovery-image] Feb 26 17:25:49.135 INFO O| Feb 26 17:25:49.135 INFO STEP 690 (remove_files) COMPLETE
69492026-02-26T17:25:49.566Z[ recovery-image] Feb 26 17:25:49.135 INFO O| Feb 26 17:25:49.135 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502026-02-26T17:25:49.566Z[ recovery-image] Feb 26 17:25:49.153 INFO O| Feb 26 17:25:49.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
69512026-02-26T17:25:49.566Z[ recovery-image] Feb 26 17:25:49.153 INFO O| Feb 26 17:25:49.153 INFO STEP 691 (remove_files) COMPLETE
69522026-02-26T17:25:49.566Z[ recovery-image] Feb 26 17:25:49.153 INFO O| Feb 26 17:25:49.153 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532026-02-26T17:25:49.597Z[ recovery-image] Feb 26 17:25:49.169 INFO O| Feb 26 17:25:49.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
69542026-02-26T17:25:49.597Z[ recovery-image] Feb 26 17:25:49.169 INFO O| Feb 26 17:25:49.169 INFO STEP 692 (remove_files) COMPLETE
69552026-02-26T17:25:49.597Z[ recovery-image] Feb 26 17:25:49.170 INFO O| Feb 26 17:25:49.169 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562026-02-26T17:25:49.626Z[ recovery-image] Feb 26 17:25:49.186 INFO O| Feb 26 17:25:49.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69572026-02-26T17:25:49.626Z[ recovery-image] Feb 26 17:25:49.186 INFO O| Feb 26 17:25:49.186 INFO STEP 693 (remove_files) COMPLETE
69582026-02-26T17:25:49.626Z[ recovery-image] Feb 26 17:25:49.186 INFO O| Feb 26 17:25:49.186 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592026-02-26T17:25:49.626Z[ recovery-image] Feb 26 17:25:49.202 INFO O| Feb 26 17:25:49.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69602026-02-26T17:25:49.626Z[ recovery-image] Feb 26 17:25:49.202 INFO O| Feb 26 17:25:49.202 INFO STEP 694 (remove_files) COMPLETE
69612026-02-26T17:25:49.626Z[ recovery-image] Feb 26 17:25:49.202 INFO O| Feb 26 17:25:49.202 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622026-02-26T17:25:49.651Z[ recovery-image] Feb 26 17:25:49.218 INFO O| Feb 26 17:25:49.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69632026-02-26T17:25:49.651Z[ recovery-image] Feb 26 17:25:49.218 INFO O| Feb 26 17:25:49.218 INFO STEP 695 (remove_files) COMPLETE
69642026-02-26T17:25:49.651Z[ recovery-image] Feb 26 17:25:49.218 INFO O| Feb 26 17:25:49.218 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652026-02-26T17:25:49.651Z[ recovery-image] Feb 26 17:25:49.234 INFO O| Feb 26 17:25:49.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69662026-02-26T17:25:49.651Z[ recovery-image] Feb 26 17:25:49.234 INFO O| Feb 26 17:25:49.234 INFO STEP 696 (remove_files) COMPLETE
69672026-02-26T17:25:49.651Z[ recovery-image] Feb 26 17:25:49.234 INFO O| Feb 26 17:25:49.234 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682026-02-26T17:25:49.677Z[ recovery-image] Feb 26 17:25:49.249 INFO O| Feb 26 17:25:49.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69692026-02-26T17:25:49.677Z[ recovery-image] Feb 26 17:25:49.250 INFO O| Feb 26 17:25:49.250 INFO STEP 697 (remove_files) COMPLETE
69702026-02-26T17:25:49.677Z[ recovery-image] Feb 26 17:25:49.250 INFO O| Feb 26 17:25:49.250 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712026-02-26T17:25:49.701Z[ recovery-image] Feb 26 17:25:49.267 INFO O| Feb 26 17:25:49.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69722026-02-26T17:25:49.702Z[ recovery-image] Feb 26 17:25:49.267 INFO O| Feb 26 17:25:49.267 INFO STEP 698 (remove_files) COMPLETE
69732026-02-26T17:25:49.702Z[ recovery-image] Feb 26 17:25:49.267 INFO O| Feb 26 17:25:49.267 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742026-02-26T17:25:49.702Z[ recovery-image] Feb 26 17:25:49.285 INFO O| Feb 26 17:25:49.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69752026-02-26T17:25:49.702Z[ recovery-image] Feb 26 17:25:49.285 INFO O| Feb 26 17:25:49.285 INFO STEP 699 (remove_files) COMPLETE
69762026-02-26T17:25:49.702Z[ recovery-image] Feb 26 17:25:49.285 INFO O| Feb 26 17:25:49.285 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772026-02-26T17:25:49.727Z[ recovery-image] Feb 26 17:25:49.302 INFO O| Feb 26 17:25:49.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69782026-02-26T17:25:49.727Z[ recovery-image] Feb 26 17:25:49.302 INFO O| Feb 26 17:25:49.302 INFO STEP 700 (remove_files) COMPLETE
69792026-02-26T17:25:49.727Z[ recovery-image] Feb 26 17:25:49.302 INFO O| Feb 26 17:25:49.302 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802026-02-26T17:25:49.751Z[ recovery-image] Feb 26 17:25:49.319 INFO O| Feb 26 17:25:49.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69812026-02-26T17:25:49.752Z[ recovery-image] Feb 26 17:25:49.319 INFO O| Feb 26 17:25:49.319 INFO STEP 701 (remove_files) COMPLETE
69822026-02-26T17:25:49.752Z[ recovery-image] Feb 26 17:25:49.319 INFO O| Feb 26 17:25:49.319 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832026-02-26T17:25:49.752Z[ recovery-image] Feb 26 17:25:49.335 INFO O| Feb 26 17:25:49.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69842026-02-26T17:25:49.752Z[ recovery-image] Feb 26 17:25:49.335 INFO O| Feb 26 17:25:49.335 INFO STEP 702 (remove_files) COMPLETE
69852026-02-26T17:25:49.752Z[ recovery-image] Feb 26 17:25:49.335 INFO O| Feb 26 17:25:49.335 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862026-02-26T17:25:49.776Z[ recovery-image] Feb 26 17:25:49.351 INFO O| Feb 26 17:25:49.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69872026-02-26T17:25:49.776Z[ recovery-image] Feb 26 17:25:49.351 INFO O| Feb 26 17:25:49.351 INFO STEP 703 (remove_files) COMPLETE
69882026-02-26T17:25:49.776Z[ recovery-image] Feb 26 17:25:49.351 INFO O| Feb 26 17:25:49.351 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892026-02-26T17:25:49.802Z[ recovery-image] Feb 26 17:25:49.390 INFO O| Feb 26 17:25:49.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69902026-02-26T17:25:49.802Z[ recovery-image] Feb 26 17:25:49.390 INFO O| Feb 26 17:25:49.390 INFO STEP 704 (remove_files) COMPLETE
69912026-02-26T17:25:49.802Z[ recovery-image] Feb 26 17:25:49.390 INFO O| Feb 26 17:25:49.390 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922026-02-26T17:25:49.828Z[ recovery-image] Feb 26 17:25:49.409 INFO O| Feb 26 17:25:49.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69932026-02-26T17:25:49.828Z[ recovery-image] Feb 26 17:25:49.409 INFO O| Feb 26 17:25:49.409 INFO STEP 705 (remove_files) COMPLETE
69942026-02-26T17:25:49.828Z[ recovery-image] Feb 26 17:25:49.409 INFO O| Feb 26 17:25:49.409 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952026-02-26T17:25:49.853Z[ recovery-image] Feb 26 17:25:49.428 INFO O| Feb 26 17:25:49.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69962026-02-26T17:25:49.853Z[ recovery-image] Feb 26 17:25:49.428 INFO O| Feb 26 17:25:49.428 INFO STEP 706 (remove_files) COMPLETE
69972026-02-26T17:25:49.853Z[ recovery-image] Feb 26 17:25:49.428 INFO O| Feb 26 17:25:49.428 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982026-02-26T17:25:49.882Z[ recovery-image] Feb 26 17:25:49.446 INFO O| Feb 26 17:25:49.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69992026-02-26T17:25:49.882Z[ recovery-image] Feb 26 17:25:49.447 INFO O| Feb 26 17:25:49.447 INFO STEP 707 (remove_files) COMPLETE
70002026-02-26T17:25:49.882Z[ recovery-image] Feb 26 17:25:49.447 INFO O| Feb 26 17:25:49.447 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012026-02-26T17:25:49.882Z[ recovery-image] Feb 26 17:25:49.463 INFO O| Feb 26 17:25:49.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
70022026-02-26T17:25:49.882Z[ recovery-image] Feb 26 17:25:49.463 INFO O| Feb 26 17:25:49.463 INFO STEP 708 (remove_files) COMPLETE
70032026-02-26T17:25:49.882Z[ recovery-image] Feb 26 17:25:49.463 INFO O| Feb 26 17:25:49.463 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042026-02-26T17:25:49.908Z[ recovery-image] Feb 26 17:25:49.481 INFO O| Feb 26 17:25:49.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
70052026-02-26T17:25:49.908Z[ recovery-image] Feb 26 17:25:49.481 INFO O| Feb 26 17:25:49.481 INFO STEP 709 (remove_files) COMPLETE
70062026-02-26T17:25:49.908Z[ recovery-image] Feb 26 17:25:49.481 INFO O| Feb 26 17:25:49.481 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072026-02-26T17:25:49.935Z[ recovery-image] Feb 26 17:25:49.499 INFO O| Feb 26 17:25:49.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
70082026-02-26T17:25:49.935Z[ recovery-image] Feb 26 17:25:49.499 INFO O| Feb 26 17:25:49.499 INFO STEP 710 (remove_files) COMPLETE
70092026-02-26T17:25:49.935Z[ recovery-image] Feb 26 17:25:49.499 INFO O| Feb 26 17:25:49.499 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102026-02-26T17:25:49.935Z[ recovery-image] Feb 26 17:25:49.519 INFO O| Feb 26 17:25:49.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
70112026-02-26T17:25:49.935Z[ recovery-image] Feb 26 17:25:49.520 INFO O| Feb 26 17:25:49.519 INFO STEP 711 (remove_files) COMPLETE
70122026-02-26T17:25:49.935Z[ recovery-image] Feb 26 17:25:49.520 INFO O| Feb 26 17:25:49.520 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132026-02-26T17:25:49.960Z[ recovery-image] Feb 26 17:25:49.543 INFO O| Feb 26 17:25:49.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
70142026-02-26T17:25:49.960Z[ recovery-image] Feb 26 17:25:49.543 INFO O| Feb 26 17:25:49.543 INFO STEP 712 (remove_files) COMPLETE
70152026-02-26T17:25:49.960Z[ recovery-image] Feb 26 17:25:49.543 INFO O| Feb 26 17:25:49.543 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162026-02-26T17:25:49.985Z[ recovery-image] Feb 26 17:25:49.565 INFO O| Feb 26 17:25:49.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
70172026-02-26T17:25:49.985Z[ recovery-image] Feb 26 17:25:49.565 INFO O| Feb 26 17:25:49.565 INFO STEP 713 (remove_files) COMPLETE
70182026-02-26T17:25:49.985Z[ recovery-image] Feb 26 17:25:49.565 INFO O| Feb 26 17:25:49.565 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192026-02-26T17:25:50.011Z[ recovery-image] Feb 26 17:25:49.587 INFO O| Feb 26 17:25:49.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
70202026-02-26T17:25:50.012Z[ recovery-image] Feb 26 17:25:49.587 INFO O| Feb 26 17:25:49.587 INFO STEP 714 (remove_files) COMPLETE
70212026-02-26T17:25:50.012Z[ recovery-image] Feb 26 17:25:49.588 INFO O| Feb 26 17:25:49.587 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222026-02-26T17:25:50.037Z[ recovery-image] Feb 26 17:25:49.608 INFO O| Feb 26 17:25:49.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
70232026-02-26T17:25:50.037Z[ recovery-image] Feb 26 17:25:49.609 INFO O| Feb 26 17:25:49.609 INFO STEP 715 (remove_files) COMPLETE
70242026-02-26T17:25:50.037Z[ recovery-image] Feb 26 17:25:49.609 INFO O| Feb 26 17:25:49.609 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252026-02-26T17:25:50.067Z[ recovery-image] Feb 26 17:25:49.627 INFO O| Feb 26 17:25:49.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
70262026-02-26T17:25:50.067Z[ recovery-image] Feb 26 17:25:49.627 INFO O| Feb 26 17:25:49.627 INFO STEP 716 (remove_files) COMPLETE
70272026-02-26T17:25:50.067Z[ recovery-image] Feb 26 17:25:49.627 INFO O| Feb 26 17:25:49.627 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282026-02-26T17:25:50.067Z[ recovery-image] Feb 26 17:25:49.647 INFO O| Feb 26 17:25:49.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
70292026-02-26T17:25:50.067Z[ recovery-image] Feb 26 17:25:49.647 INFO O| Feb 26 17:25:49.647 INFO STEP 717 (remove_files) COMPLETE
70302026-02-26T17:25:50.067Z[ recovery-image] Feb 26 17:25:49.647 INFO O| Feb 26 17:25:49.647 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312026-02-26T17:25:50.092Z[ recovery-image] Feb 26 17:25:49.667 INFO O| Feb 26 17:25:49.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
70322026-02-26T17:25:50.092Z[ recovery-image] Feb 26 17:25:49.667 INFO O| Feb 26 17:25:49.667 INFO STEP 718 (remove_files) COMPLETE
70332026-02-26T17:25:50.092Z[ recovery-image] Feb 26 17:25:49.667 INFO O| Feb 26 17:25:49.667 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342026-02-26T17:25:50.117Z[ recovery-image] Feb 26 17:25:49.687 INFO O| Feb 26 17:25:49.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
70352026-02-26T17:25:50.117Z[ recovery-image] Feb 26 17:25:49.688 INFO O| Feb 26 17:25:49.688 INFO STEP 719 (remove_files) COMPLETE
70362026-02-26T17:25:50.117Z[ recovery-image] Feb 26 17:25:49.688 INFO O| Feb 26 17:25:49.688 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372026-02-26T17:25:50.142Z[ recovery-image] Feb 26 17:25:49.705 INFO O| Feb 26 17:25:49.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
70382026-02-26T17:25:50.142Z[ recovery-image] Feb 26 17:25:49.705 INFO O| Feb 26 17:25:49.705 INFO STEP 720 (remove_files) COMPLETE
70392026-02-26T17:25:50.142Z[ recovery-image] Feb 26 17:25:49.705 INFO O| Feb 26 17:25:49.705 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402026-02-26T17:25:50.142Z[ recovery-image] Feb 26 17:25:49.724 INFO O| Feb 26 17:25:49.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
70412026-02-26T17:25:50.142Z[ recovery-image] Feb 26 17:25:49.724 INFO O| Feb 26 17:25:49.724 INFO STEP 721 (remove_files) COMPLETE
70422026-02-26T17:25:50.142Z[ recovery-image] Feb 26 17:25:49.724 INFO O| Feb 26 17:25:49.724 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432026-02-26T17:25:50.167Z[ recovery-image] Feb 26 17:25:49.743 INFO O| Feb 26 17:25:49.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
70442026-02-26T17:25:50.167Z[ recovery-image] Feb 26 17:25:49.743 INFO O| Feb 26 17:25:49.743 INFO STEP 722 (remove_files) COMPLETE
70452026-02-26T17:25:50.167Z[ recovery-image] Feb 26 17:25:49.743 INFO O| Feb 26 17:25:49.743 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462026-02-26T17:25:50.193Z[ recovery-image] Feb 26 17:25:49.759 INFO O| Feb 26 17:25:49.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
70472026-02-26T17:25:50.193Z[ recovery-image] Feb 26 17:25:49.759 INFO O| Feb 26 17:25:49.759 INFO STEP 723 (remove_files) COMPLETE
70482026-02-26T17:25:50.193Z[ recovery-image] Feb 26 17:25:49.759 INFO O| Feb 26 17:25:49.759 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492026-02-26T17:25:50.193Z[ recovery-image] Feb 26 17:25:49.776 INFO O| Feb 26 17:25:49.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
70502026-02-26T17:25:50.193Z[ recovery-image] Feb 26 17:25:49.776 INFO O| Feb 26 17:25:49.776 INFO STEP 724 (remove_files) COMPLETE
70512026-02-26T17:25:50.193Z[ recovery-image] Feb 26 17:25:49.776 INFO O| Feb 26 17:25:49.776 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522026-02-26T17:25:50.218Z[ recovery-image] Feb 26 17:25:49.792 INFO O| Feb 26 17:25:49.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
70532026-02-26T17:25:50.218Z[ recovery-image] Feb 26 17:25:49.793 INFO O| Feb 26 17:25:49.793 INFO STEP 725 (remove_files) COMPLETE
70542026-02-26T17:25:50.218Z[ recovery-image] Feb 26 17:25:49.793 INFO O| Feb 26 17:25:49.793 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552026-02-26T17:25:50.245Z[ recovery-image] Feb 26 17:25:49.810 INFO O| Feb 26 17:25:49.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70562026-02-26T17:25:50.245Z[ recovery-image] Feb 26 17:25:49.810 INFO O| Feb 26 17:25:49.810 INFO STEP 726 (remove_files) COMPLETE
70572026-02-26T17:25:50.245Z[ recovery-image] Feb 26 17:25:49.810 INFO O| Feb 26 17:25:49.810 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582026-02-26T17:25:50.245Z[ recovery-image] Feb 26 17:25:49.828 INFO O| Feb 26 17:25:49.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70592026-02-26T17:25:50.245Z[ recovery-image] Feb 26 17:25:49.829 INFO O| Feb 26 17:25:49.829 INFO STEP 727 (remove_files) COMPLETE
70602026-02-26T17:25:50.245Z[ recovery-image] Feb 26 17:25:49.829 INFO O| Feb 26 17:25:49.829 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612026-02-26T17:25:50.272Z[ recovery-image] Feb 26 17:25:49.842 INFO O| Feb 26 17:25:49.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70622026-02-26T17:25:50.272Z[ recovery-image] Feb 26 17:25:49.842 INFO O| Feb 26 17:25:49.842 INFO STEP 728 (remove_files) COMPLETE
70632026-02-26T17:25:50.272Z[ recovery-image] Feb 26 17:25:49.842 INFO O| Feb 26 17:25:49.842 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642026-02-26T17:25:50.272Z[ recovery-image] Feb 26 17:25:49.860 INFO O| Feb 26 17:25:49.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70652026-02-26T17:25:50.272Z[ recovery-image] Feb 26 17:25:49.860 INFO O| Feb 26 17:25:49.860 INFO STEP 729 (remove_files) COMPLETE
70662026-02-26T17:25:50.272Z[ recovery-image] Feb 26 17:25:49.860 INFO O| Feb 26 17:25:49.860 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672026-02-26T17:25:50.296Z[ recovery-image] Feb 26 17:25:49.876 INFO O| Feb 26 17:25:49.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70682026-02-26T17:25:50.296Z[ recovery-image] Feb 26 17:25:49.876 INFO O| Feb 26 17:25:49.876 INFO STEP 730 (remove_files) COMPLETE
70692026-02-26T17:25:50.296Z[ recovery-image] Feb 26 17:25:49.876 INFO O| Feb 26 17:25:49.876 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702026-02-26T17:25:50.321Z[ recovery-image] Feb 26 17:25:49.891 INFO O| Feb 26 17:25:49.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70712026-02-26T17:25:50.321Z[ recovery-image] Feb 26 17:25:49.891 INFO O| Feb 26 17:25:49.891 INFO STEP 731 (remove_files) COMPLETE
70722026-02-26T17:25:50.321Z[ recovery-image] Feb 26 17:25:49.891 INFO O| Feb 26 17:25:49.891 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732026-02-26T17:25:50.321Z[ recovery-image] Feb 26 17:25:49.907 INFO O| Feb 26 17:25:49.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70742026-02-26T17:25:50.321Z[ recovery-image] Feb 26 17:25:49.907 INFO O| Feb 26 17:25:49.907 INFO STEP 732 (remove_files) COMPLETE
70752026-02-26T17:25:50.321Z[ recovery-image] Feb 26 17:25:49.907 INFO O| Feb 26 17:25:49.907 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762026-02-26T17:25:50.347Z[ recovery-image] Feb 26 17:25:49.921 INFO O| Feb 26 17:25:49.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70772026-02-26T17:25:50.347Z[ recovery-image] Feb 26 17:25:49.921 INFO O| Feb 26 17:25:49.921 INFO STEP 733 (remove_files) COMPLETE
70782026-02-26T17:25:50.347Z[ recovery-image] Feb 26 17:25:49.921 INFO O| Feb 26 17:25:49.921 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792026-02-26T17:25:50.347Z[ recovery-image] Feb 26 17:25:49.934 INFO O| Feb 26 17:25:49.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70802026-02-26T17:25:50.347Z[ recovery-image] Feb 26 17:25:49.934 INFO O| Feb 26 17:25:49.934 INFO STEP 734 (remove_files) COMPLETE
70812026-02-26T17:25:50.347Z[ recovery-image] Feb 26 17:25:49.934 INFO O| Feb 26 17:25:49.934 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822026-02-26T17:25:50.372Z[ recovery-image] Feb 26 17:25:49.947 INFO O| Feb 26 17:25:49.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70832026-02-26T17:25:50.372Z[ recovery-image] Feb 26 17:25:49.947 INFO O| Feb 26 17:25:49.947 INFO STEP 735 (remove_files) COMPLETE
70842026-02-26T17:25:50.372Z[ recovery-image] Feb 26 17:25:49.947 INFO O| Feb 26 17:25:49.947 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852026-02-26T17:25:50.397Z[ recovery-image] Feb 26 17:25:49.963 INFO O| Feb 26 17:25:49.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70862026-02-26T17:25:50.397Z[ recovery-image] Feb 26 17:25:49.963 INFO O| Feb 26 17:25:49.963 INFO STEP 736 (remove_files) COMPLETE
70872026-02-26T17:25:50.397Z[ recovery-image] Feb 26 17:25:49.963 INFO O| Feb 26 17:25:49.963 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882026-02-26T17:25:50.397Z[ recovery-image] Feb 26 17:25:49.977 INFO O| Feb 26 17:25:49.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70892026-02-26T17:25:50.397Z[ recovery-image] Feb 26 17:25:49.977 INFO O| Feb 26 17:25:49.977 INFO STEP 737 (remove_files) COMPLETE
70902026-02-26T17:25:50.397Z[ recovery-image] Feb 26 17:25:49.977 INFO O| Feb 26 17:25:49.977 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912026-02-26T17:25:50.424Z[ recovery-image] Feb 26 17:25:49.992 INFO O| Feb 26 17:25:49.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70922026-02-26T17:25:50.424Z[ recovery-image] Feb 26 17:25:49.992 INFO O| Feb 26 17:25:49.992 INFO STEP 738 (remove_files) COMPLETE
70932026-02-26T17:25:50.424Z[ recovery-image] Feb 26 17:25:49.992 INFO O| Feb 26 17:25:49.992 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942026-02-26T17:25:50.449Z[ recovery-image] Feb 26 17:25:50.011 INFO O| Feb 26 17:25:50.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70952026-02-26T17:25:50.449Z[ recovery-image] Feb 26 17:25:50.011 INFO O| Feb 26 17:25:50.011 INFO STEP 739 (remove_files) COMPLETE
70962026-02-26T17:25:50.449Z[ recovery-image] Feb 26 17:25:50.011 INFO O| Feb 26 17:25:50.011 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972026-02-26T17:25:50.449Z[ recovery-image] Feb 26 17:25:50.027 INFO O| Feb 26 17:25:50.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70982026-02-26T17:25:50.449Z[ recovery-image] Feb 26 17:25:50.027 INFO O| Feb 26 17:25:50.027 INFO STEP 740 (remove_files) COMPLETE
70992026-02-26T17:25:50.449Z[ recovery-image] Feb 26 17:25:50.027 INFO O| Feb 26 17:25:50.027 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002026-02-26T17:25:50.475Z[ recovery-image] Feb 26 17:25:50.039 INFO O| Feb 26 17:25:50.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
71012026-02-26T17:25:50.475Z[ recovery-image] Feb 26 17:25:50.040 INFO O| Feb 26 17:25:50.040 INFO STEP 741 (remove_files) COMPLETE
71022026-02-26T17:25:50.475Z[ recovery-image] Feb 26 17:25:50.040 INFO O| Feb 26 17:25:50.040 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032026-02-26T17:25:50.475Z[ recovery-image] Feb 26 17:25:50.053 INFO O| Feb 26 17:25:50.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
71042026-02-26T17:25:50.475Z[ recovery-image] Feb 26 17:25:50.053 INFO O| Feb 26 17:25:50.053 INFO STEP 742 (remove_files) COMPLETE
71052026-02-26T17:25:50.475Z[ recovery-image] Feb 26 17:25:50.053 INFO O| Feb 26 17:25:50.053 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062026-02-26T17:25:50.500Z[ recovery-image] Feb 26 17:25:50.074 INFO O| Feb 26 17:25:50.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
71072026-02-26T17:25:50.500Z[ recovery-image] Feb 26 17:25:50.074 INFO O| Feb 26 17:25:50.074 INFO STEP 743 (remove_files) COMPLETE
71082026-02-26T17:25:50.500Z[ recovery-image] Feb 26 17:25:50.074 INFO O| Feb 26 17:25:50.074 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092026-02-26T17:25:50.525Z[ recovery-image] Feb 26 17:25:50.092 INFO O| Feb 26 17:25:50.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
71102026-02-26T17:25:50.525Z[ recovery-image] Feb 26 17:25:50.092 INFO O| Feb 26 17:25:50.092 INFO STEP 744 (remove_files) COMPLETE
71112026-02-26T17:25:50.525Z[ recovery-image] Feb 26 17:25:50.092 INFO O| Feb 26 17:25:50.092 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122026-02-26T17:25:50.525Z[ recovery-image] Feb 26 17:25:50.108 INFO O| Feb 26 17:25:50.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
71132026-02-26T17:25:50.525Z[ recovery-image] Feb 26 17:25:50.108 INFO O| Feb 26 17:25:50.108 INFO STEP 745 (remove_files) COMPLETE
71142026-02-26T17:25:50.525Z[ recovery-image] Feb 26 17:25:50.108 INFO O| Feb 26 17:25:50.108 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152026-02-26T17:25:50.550Z[ recovery-image] Feb 26 17:25:50.123 INFO O| Feb 26 17:25:50.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
71162026-02-26T17:25:50.550Z[ recovery-image] Feb 26 17:25:50.124 INFO O| Feb 26 17:25:50.124 INFO STEP 746 (remove_files) COMPLETE
71172026-02-26T17:25:50.550Z[ recovery-image] Feb 26 17:25:50.124 INFO O| Feb 26 17:25:50.124 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182026-02-26T17:25:50.575Z[ recovery-image] Feb 26 17:25:50.141 INFO O| Feb 26 17:25:50.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
71192026-02-26T17:25:50.576Z[ recovery-image] Feb 26 17:25:50.141 INFO O| Feb 26 17:25:50.141 INFO STEP 747 (remove_files) COMPLETE
71202026-02-26T17:25:50.576Z[ recovery-image] Feb 26 17:25:50.141 INFO O| Feb 26 17:25:50.141 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212026-02-26T17:25:50.576Z[ recovery-image] Feb 26 17:25:50.158 INFO O| Feb 26 17:25:50.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
71222026-02-26T17:25:50.576Z[ recovery-image] Feb 26 17:25:50.159 INFO O| Feb 26 17:25:50.159 INFO STEP 748 (remove_files) COMPLETE
71232026-02-26T17:25:50.576Z[ recovery-image] Feb 26 17:25:50.159 INFO O| Feb 26 17:25:50.159 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242026-02-26T17:25:50.600Z[ recovery-image] Feb 26 17:25:50.181 INFO O| Feb 26 17:25:50.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
71252026-02-26T17:25:50.600Z[ recovery-image] Feb 26 17:25:50.181 INFO O| Feb 26 17:25:50.181 INFO STEP 749 (remove_files) COMPLETE
71262026-02-26T17:25:50.600Z[ recovery-image] Feb 26 17:25:50.181 INFO O| Feb 26 17:25:50.181 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272026-02-26T17:25:50.626Z[ recovery-image] Feb 26 17:25:50.206 INFO O| Feb 26 17:25:50.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
71282026-02-26T17:25:50.626Z[ recovery-image] Feb 26 17:25:50.206 INFO O| Feb 26 17:25:50.206 INFO STEP 750 (remove_files) COMPLETE
71292026-02-26T17:25:50.626Z[ recovery-image] Feb 26 17:25:50.206 INFO O| Feb 26 17:25:50.206 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302026-02-26T17:25:50.652Z[ recovery-image] Feb 26 17:25:50.224 INFO O| Feb 26 17:25:50.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
71312026-02-26T17:25:50.652Z[ recovery-image] Feb 26 17:25:50.224 INFO O| Feb 26 17:25:50.224 INFO STEP 751 (remove_files) COMPLETE
71322026-02-26T17:25:50.652Z[ recovery-image] Feb 26 17:25:50.224 INFO O| Feb 26 17:25:50.224 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332026-02-26T17:25:50.678Z[ recovery-image] Feb 26 17:25:50.240 INFO O| Feb 26 17:25:50.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
71342026-02-26T17:25:50.678Z[ recovery-image] Feb 26 17:25:50.240 INFO O| Feb 26 17:25:50.240 INFO STEP 752 (remove_files) COMPLETE
71352026-02-26T17:25:50.678Z[ recovery-image] Feb 26 17:25:50.240 INFO O| Feb 26 17:25:50.240 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362026-02-26T17:25:50.678Z[ recovery-image] Feb 26 17:25:50.257 INFO O| Feb 26 17:25:50.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
71372026-02-26T17:25:50.678Z[ recovery-image] Feb 26 17:25:50.257 INFO O| Feb 26 17:25:50.257 INFO STEP 753 (remove_files) COMPLETE
71382026-02-26T17:25:50.678Z[ recovery-image] Feb 26 17:25:50.257 INFO O| Feb 26 17:25:50.257 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392026-02-26T17:25:50.702Z[ recovery-image] Feb 26 17:25:50.273 INFO O| Feb 26 17:25:50.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
71402026-02-26T17:25:50.702Z[ recovery-image] Feb 26 17:25:50.273 INFO O| Feb 26 17:25:50.273 INFO STEP 754 (remove_files) COMPLETE
71412026-02-26T17:25:50.702Z[ recovery-image] Feb 26 17:25:50.273 INFO O| Feb 26 17:25:50.273 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422026-02-26T17:25:50.728Z[ recovery-image] Feb 26 17:25:50.292 INFO O| Feb 26 17:25:50.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
71432026-02-26T17:25:50.728Z[ recovery-image] Feb 26 17:25:50.293 INFO O| Feb 26 17:25:50.292 INFO STEP 755 (remove_files) COMPLETE
71442026-02-26T17:25:50.728Z[ recovery-image] Feb 26 17:25:50.293 INFO O| Feb 26 17:25:50.293 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452026-02-26T17:25:50.728Z[ recovery-image] Feb 26 17:25:50.311 INFO O| Feb 26 17:25:50.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
71462026-02-26T17:25:50.728Z[ recovery-image] Feb 26 17:25:50.311 INFO O| Feb 26 17:25:50.311 INFO STEP 756 (remove_files) COMPLETE
71472026-02-26T17:25:50.728Z[ recovery-image] Feb 26 17:25:50.311 INFO O| Feb 26 17:25:50.311 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482026-02-26T17:25:50.753Z[ recovery-image] Feb 26 17:25:50.328 INFO O| Feb 26 17:25:50.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
71492026-02-26T17:25:50.753Z[ recovery-image] Feb 26 17:25:50.329 INFO O| Feb 26 17:25:50.328 INFO STEP 757 (remove_files) COMPLETE
71502026-02-26T17:25:50.753Z[ recovery-image] Feb 26 17:25:50.329 INFO O| Feb 26 17:25:50.329 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512026-02-26T17:25:50.781Z[ recovery-image] Feb 26 17:25:50.345 INFO O| Feb 26 17:25:50.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
71522026-02-26T17:25:50.781Z[ recovery-image] Feb 26 17:25:50.345 INFO O| Feb 26 17:25:50.345 INFO STEP 758 (remove_files) COMPLETE
71532026-02-26T17:25:50.781Z[ recovery-image] Feb 26 17:25:50.345 INFO O| Feb 26 17:25:50.345 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542026-02-26T17:25:50.781Z[ recovery-image] Feb 26 17:25:50.363 INFO O| Feb 26 17:25:50.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
71552026-02-26T17:25:50.781Z[ recovery-image] Feb 26 17:25:50.363 INFO O| Feb 26 17:25:50.363 INFO STEP 759 (remove_files) COMPLETE
71562026-02-26T17:25:50.781Z[ recovery-image] Feb 26 17:25:50.363 INFO O| Feb 26 17:25:50.363 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572026-02-26T17:25:50.806Z[ recovery-image] Feb 26 17:25:50.379 INFO O| Feb 26 17:25:50.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71582026-02-26T17:25:50.806Z[ recovery-image] Feb 26 17:25:50.379 INFO O| Feb 26 17:25:50.379 INFO STEP 760 (remove_files) COMPLETE
71592026-02-26T17:25:50.806Z[ recovery-image] Feb 26 17:25:50.379 INFO O| Feb 26 17:25:50.379 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602026-02-26T17:25:50.806Z[ recovery-image] Feb 26 17:25:50.393 INFO O| Feb 26 17:25:50.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71612026-02-26T17:25:50.806Z[ recovery-image] Feb 26 17:25:50.393 INFO O| Feb 26 17:25:50.393 INFO STEP 761 (remove_files) COMPLETE
71622026-02-26T17:25:50.806Z[ recovery-image] Feb 26 17:25:50.393 INFO O| Feb 26 17:25:50.393 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632026-02-26T17:25:50.835Z[ recovery-image] Feb 26 17:25:50.408 INFO O| Feb 26 17:25:50.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71642026-02-26T17:25:50.835Z[ recovery-image] Feb 26 17:25:50.408 INFO O| Feb 26 17:25:50.408 INFO STEP 762 (remove_files) COMPLETE
71652026-02-26T17:25:50.835Z[ recovery-image] Feb 26 17:25:50.408 INFO O| Feb 26 17:25:50.408 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662026-02-26T17:25:50.861Z[ recovery-image] Feb 26 17:25:50.425 INFO O| Feb 26 17:25:50.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71672026-02-26T17:25:50.861Z[ recovery-image] Feb 26 17:25:50.425 INFO O| Feb 26 17:25:50.425 INFO STEP 763 (remove_files) COMPLETE
71682026-02-26T17:25:50.861Z[ recovery-image] Feb 26 17:25:50.426 INFO O| Feb 26 17:25:50.425 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692026-02-26T17:25:50.861Z[ recovery-image] Feb 26 17:25:50.441 INFO O| Feb 26 17:25:50.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71702026-02-26T17:25:50.861Z[ recovery-image] Feb 26 17:25:50.441 INFO O| Feb 26 17:25:50.441 INFO STEP 764 (remove_files) COMPLETE
71712026-02-26T17:25:50.861Z[ recovery-image] Feb 26 17:25:50.441 INFO O| Feb 26 17:25:50.441 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722026-02-26T17:25:50.886Z[ recovery-image] Feb 26 17:25:50.458 INFO O| Feb 26 17:25:50.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71732026-02-26T17:25:50.886Z[ recovery-image] Feb 26 17:25:50.458 INFO O| Feb 26 17:25:50.458 INFO STEP 765 (remove_files) COMPLETE
71742026-02-26T17:25:50.886Z[ recovery-image] Feb 26 17:25:50.458 INFO O| Feb 26 17:25:50.458 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752026-02-26T17:25:50.911Z[ recovery-image] Feb 26 17:25:50.475 INFO O| Feb 26 17:25:50.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71762026-02-26T17:25:50.911Z[ recovery-image] Feb 26 17:25:50.475 INFO O| Feb 26 17:25:50.475 INFO STEP 766 (remove_files) COMPLETE
71772026-02-26T17:25:50.911Z[ recovery-image] Feb 26 17:25:50.475 INFO O| Feb 26 17:25:50.475 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782026-02-26T17:25:50.911Z[ recovery-image] Feb 26 17:25:50.493 INFO O| Feb 26 17:25:50.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71792026-02-26T17:25:50.912Z[ recovery-image] Feb 26 17:25:50.493 INFO O| Feb 26 17:25:50.493 INFO STEP 767 (remove_files) COMPLETE
71802026-02-26T17:25:50.912Z[ recovery-image] Feb 26 17:25:50.493 INFO O| Feb 26 17:25:50.493 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812026-02-26T17:25:50.937Z[ recovery-image] Feb 26 17:25:50.512 INFO O| Feb 26 17:25:50.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71822026-02-26T17:25:50.938Z[ recovery-image] Feb 26 17:25:50.513 INFO O| Feb 26 17:25:50.513 INFO STEP 768 (remove_files) COMPLETE
71832026-02-26T17:25:50.938Z[ recovery-image] Feb 26 17:25:50.513 INFO O| Feb 26 17:25:50.513 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842026-02-26T17:25:50.963Z[ recovery-image] Feb 26 17:25:50.533 INFO O| Feb 26 17:25:50.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71852026-02-26T17:25:50.963Z[ recovery-image] Feb 26 17:25:50.533 INFO O| Feb 26 17:25:50.533 INFO STEP 769 (remove_files) COMPLETE
71862026-02-26T17:25:50.963Z[ recovery-image] Feb 26 17:25:50.533 INFO O| Feb 26 17:25:50.533 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872026-02-26T17:25:50.963Z[ recovery-image] Feb 26 17:25:50.550 INFO O| Feb 26 17:25:50.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71882026-02-26T17:25:50.963Z[ recovery-image] Feb 26 17:25:50.550 INFO O| Feb 26 17:25:50.550 INFO STEP 770 (remove_files) COMPLETE
71892026-02-26T17:25:50.963Z[ recovery-image] Feb 26 17:25:50.550 INFO O| Feb 26 17:25:50.550 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902026-02-26T17:25:50.988Z[ recovery-image] Feb 26 17:25:50.568 INFO O| Feb 26 17:25:50.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71912026-02-26T17:25:50.988Z[ recovery-image] Feb 26 17:25:50.568 INFO O| Feb 26 17:25:50.568 INFO STEP 771 (remove_files) COMPLETE
71922026-02-26T17:25:50.988Z[ recovery-image] Feb 26 17:25:50.568 INFO O| Feb 26 17:25:50.568 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932026-02-26T17:25:51.013Z[ recovery-image] Feb 26 17:25:50.586 INFO O| Feb 26 17:25:50.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71942026-02-26T17:25:51.013Z[ recovery-image] Feb 26 17:25:50.586 INFO O| Feb 26 17:25:50.586 INFO STEP 772 (remove_files) COMPLETE
71952026-02-26T17:25:51.014Z[ recovery-image] Feb 26 17:25:50.586 INFO O| Feb 26 17:25:50.586 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962026-02-26T17:25:51.038Z[ recovery-image] Feb 26 17:25:50.606 INFO O| Feb 26 17:25:50.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71972026-02-26T17:25:51.038Z[ recovery-image] Feb 26 17:25:50.606 INFO O| Feb 26 17:25:50.606 INFO STEP 773 (remove_files) COMPLETE
71982026-02-26T17:25:51.039Z[ recovery-image] Feb 26 17:25:50.606 INFO O| Feb 26 17:25:50.606 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992026-02-26T17:25:51.064Z[ recovery-image] Feb 26 17:25:50.628 INFO O| Feb 26 17:25:50.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
72002026-02-26T17:25:51.064Z[ recovery-image] Feb 26 17:25:50.628 INFO O| Feb 26 17:25:50.628 INFO STEP 774 (remove_files) COMPLETE
72012026-02-26T17:25:51.064Z[ recovery-image] Feb 26 17:25:50.628 INFO O| Feb 26 17:25:50.628 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022026-02-26T17:25:51.064Z[ recovery-image] Feb 26 17:25:50.650 INFO O| Feb 26 17:25:50.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
72032026-02-26T17:25:51.064Z[ recovery-image] Feb 26 17:25:50.651 INFO O| Feb 26 17:25:50.651 INFO STEP 775 (remove_files) COMPLETE
72042026-02-26T17:25:51.064Z[ recovery-image] Feb 26 17:25:50.651 INFO O| Feb 26 17:25:50.651 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052026-02-26T17:25:51.089Z[ recovery-image] Feb 26 17:25:50.677 INFO O| Feb 26 17:25:50.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
72062026-02-26T17:25:51.116Z[ recovery-image] Feb 26 17:25:50.677 INFO O| Feb 26 17:25:50.677 INFO STEP 776 (remove_files) COMPLETE
72072026-02-26T17:25:51.116Z[ recovery-image] Feb 26 17:25:50.677 INFO O| Feb 26 17:25:50.677 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082026-02-26T17:25:51.116Z[ recovery-image] Feb 26 17:25:50.697 INFO O| Feb 26 17:25:50.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
72092026-02-26T17:25:51.116Z[ recovery-image] Feb 26 17:25:50.698 INFO O| Feb 26 17:25:50.698 INFO STEP 777 (remove_files) COMPLETE
72102026-02-26T17:25:51.116Z[ recovery-image] Feb 26 17:25:50.698 INFO O| Feb 26 17:25:50.698 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112026-02-26T17:25:51.143Z[ recovery-image] Feb 26 17:25:50.715 INFO O| Feb 26 17:25:50.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
72122026-02-26T17:25:51.143Z[ recovery-image] Feb 26 17:25:50.716 INFO O| Feb 26 17:25:50.715 INFO STEP 778 (remove_files) COMPLETE
72132026-02-26T17:25:51.143Z[ recovery-image] Feb 26 17:25:50.716 INFO O| Feb 26 17:25:50.716 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142026-02-26T17:25:51.169Z[ recovery-image] Feb 26 17:25:50.733 INFO O| Feb 26 17:25:50.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
72152026-02-26T17:25:51.169Z[ recovery-image] Feb 26 17:25:50.733 INFO O| Feb 26 17:25:50.733 INFO STEP 779 (remove_files) COMPLETE
72162026-02-26T17:25:51.169Z[ recovery-image] Feb 26 17:25:50.733 INFO O| Feb 26 17:25:50.733 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172026-02-26T17:25:51.169Z[ recovery-image] Feb 26 17:25:50.753 INFO O| Feb 26 17:25:50.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
72182026-02-26T17:25:51.169Z[ recovery-image] Feb 26 17:25:50.753 INFO O| Feb 26 17:25:50.753 INFO STEP 780 (remove_files) COMPLETE
72192026-02-26T17:25:51.169Z[ recovery-image] Feb 26 17:25:50.753 INFO O| Feb 26 17:25:50.753 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202026-02-26T17:25:51.194Z[ recovery-image] Feb 26 17:25:50.774 INFO O| Feb 26 17:25:50.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
72212026-02-26T17:25:51.194Z[ recovery-image] Feb 26 17:25:50.774 INFO O| Feb 26 17:25:50.774 INFO STEP 781 (remove_files) COMPLETE
72222026-02-26T17:25:51.194Z[ recovery-image] Feb 26 17:25:50.774 INFO O| Feb 26 17:25:50.774 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232026-02-26T17:25:51.221Z[ recovery-image] Feb 26 17:25:50.789 INFO O| Feb 26 17:25:50.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
72242026-02-26T17:25:51.221Z[ recovery-image] Feb 26 17:25:50.790 INFO O| Feb 26 17:25:50.789 INFO STEP 782 (remove_files) COMPLETE
72252026-02-26T17:25:51.221Z[ recovery-image] Feb 26 17:25:50.790 INFO O| Feb 26 17:25:50.789 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262026-02-26T17:25:51.221Z[ recovery-image] Feb 26 17:25:50.804 INFO O| Feb 26 17:25:50.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
72272026-02-26T17:25:51.221Z[ recovery-image] Feb 26 17:25:50.804 INFO O| Feb 26 17:25:50.804 INFO STEP 783 (remove_files) COMPLETE
72282026-02-26T17:25:51.221Z[ recovery-image] Feb 26 17:25:50.804 INFO O| Feb 26 17:25:50.804 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292026-02-26T17:25:51.248Z[ recovery-image] Feb 26 17:25:50.817 INFO O| Feb 26 17:25:50.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
72302026-02-26T17:25:51.248Z[ recovery-image] Feb 26 17:25:50.818 INFO O| Feb 26 17:25:50.818 INFO STEP 784 (remove_files) COMPLETE
72312026-02-26T17:25:51.248Z[ recovery-image] Feb 26 17:25:50.818 INFO O| Feb 26 17:25:50.818 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322026-02-26T17:25:51.273Z[ recovery-image] Feb 26 17:25:50.838 INFO O| Feb 26 17:25:50.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
72332026-02-26T17:25:51.273Z[ recovery-image] Feb 26 17:25:50.838 INFO O| Feb 26 17:25:50.838 INFO STEP 785 (remove_files) COMPLETE
72342026-02-26T17:25:51.273Z[ recovery-image] Feb 26 17:25:50.838 INFO O| Feb 26 17:25:50.838 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352026-02-26T17:25:51.273Z[ recovery-image] Feb 26 17:25:50.852 INFO O| Feb 26 17:25:50.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
72362026-02-26T17:25:51.273Z[ recovery-image] Feb 26 17:25:50.852 INFO O| Feb 26 17:25:50.852 INFO STEP 786 (remove_files) COMPLETE
72372026-02-26T17:25:51.273Z[ recovery-image] Feb 26 17:25:50.852 INFO O| Feb 26 17:25:50.852 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382026-02-26T17:25:51.302Z[ recovery-image] Feb 26 17:25:50.871 INFO O| Feb 26 17:25:50.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
72392026-02-26T17:25:51.302Z[ recovery-image] Feb 26 17:25:50.872 INFO O| Feb 26 17:25:50.871 INFO STEP 787 (remove_files) COMPLETE
72402026-02-26T17:25:51.302Z[ recovery-image] Feb 26 17:25:50.872 INFO O| Feb 26 17:25:50.872 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412026-02-26T17:25:51.302Z[ recovery-image] Feb 26 17:25:50.889 INFO O| Feb 26 17:25:50.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
72422026-02-26T17:25:51.302Z[ recovery-image] Feb 26 17:25:50.889 INFO O| Feb 26 17:25:50.889 INFO STEP 788 (remove_files) COMPLETE
72432026-02-26T17:25:51.302Z[ recovery-image] Feb 26 17:25:50.889 INFO O| Feb 26 17:25:50.889 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442026-02-26T17:25:51.326Z[ recovery-image] Feb 26 17:25:50.907 INFO O| Feb 26 17:25:50.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
72452026-02-26T17:25:51.326Z[ recovery-image] Feb 26 17:25:50.908 INFO O| Feb 26 17:25:50.908 INFO STEP 789 (remove_files) COMPLETE
72462026-02-26T17:25:51.326Z[ recovery-image] Feb 26 17:25:50.908 INFO O| Feb 26 17:25:50.908 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472026-02-26T17:25:51.352Z[ recovery-image] Feb 26 17:25:50.927 INFO O| Feb 26 17:25:50.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
72482026-02-26T17:25:51.352Z[ recovery-image] Feb 26 17:25:50.927 INFO O| Feb 26 17:25:50.927 INFO STEP 790 (remove_files) COMPLETE
72492026-02-26T17:25:51.352Z[ recovery-image] Feb 26 17:25:50.927 INFO O| Feb 26 17:25:50.927 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502026-02-26T17:25:51.377Z[ recovery-image] Feb 26 17:25:50.947 INFO O| Feb 26 17:25:50.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
72512026-02-26T17:25:51.377Z[ recovery-image] Feb 26 17:25:50.947 INFO O| Feb 26 17:25:50.947 INFO STEP 791 (remove_files) COMPLETE
72522026-02-26T17:25:51.377Z[ recovery-image] Feb 26 17:25:50.947 INFO O| Feb 26 17:25:50.947 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532026-02-26T17:25:51.401Z[ recovery-image] Feb 26 17:25:50.968 INFO O| Feb 26 17:25:50.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
72542026-02-26T17:25:51.402Z[ recovery-image] Feb 26 17:25:50.968 INFO O| Feb 26 17:25:50.968 INFO STEP 792 (remove_files) COMPLETE
72552026-02-26T17:25:51.402Z[ recovery-image] Feb 26 17:25:50.968 INFO O| Feb 26 17:25:50.968 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562026-02-26T17:25:51.402Z[ recovery-image] Feb 26 17:25:50.986 INFO O| Feb 26 17:25:50.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72572026-02-26T17:25:51.402Z[ recovery-image] Feb 26 17:25:50.986 INFO O| Feb 26 17:25:50.986 INFO STEP 793 (remove_files) COMPLETE
72582026-02-26T17:25:51.402Z[ recovery-image] Feb 26 17:25:50.986 INFO O| Feb 26 17:25:50.986 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592026-02-26T17:25:51.426Z[ recovery-image] Feb 26 17:25:51.007 INFO O| Feb 26 17:25:51.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72602026-02-26T17:25:51.427Z[ recovery-image] Feb 26 17:25:51.007 INFO O| Feb 26 17:25:51.007 INFO STEP 794 (remove_files) COMPLETE
72612026-02-26T17:25:51.427Z[ recovery-image] Feb 26 17:25:51.007 INFO O| Feb 26 17:25:51.007 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622026-02-26T17:25:51.452Z[ recovery-image] Feb 26 17:25:51.025 INFO O| Feb 26 17:25:51.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72632026-02-26T17:25:51.452Z[ recovery-image] Feb 26 17:25:51.025 INFO O| Feb 26 17:25:51.025 INFO STEP 795 (remove_files) COMPLETE
72642026-02-26T17:25:51.452Z[ recovery-image] Feb 26 17:25:51.025 INFO O| Feb 26 17:25:51.025 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652026-02-26T17:25:51.478Z[ recovery-image] Feb 26 17:25:51.043 INFO O| Feb 26 17:25:51.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72662026-02-26T17:25:51.478Z[ recovery-image] Feb 26 17:25:51.044 INFO O| Feb 26 17:25:51.044 INFO STEP 796 (remove_files) COMPLETE
72672026-02-26T17:25:51.478Z[ recovery-image] Feb 26 17:25:51.044 INFO O| Feb 26 17:25:51.044 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682026-02-26T17:25:51.505Z[ recovery-image] Feb 26 17:25:51.067 INFO O| Feb 26 17:25:51.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72692026-02-26T17:25:51.505Z[ recovery-image] Feb 26 17:25:51.068 INFO O| Feb 26 17:25:51.068 INFO STEP 797 (remove_files) COMPLETE
72702026-02-26T17:25:51.505Z[ recovery-image] Feb 26 17:25:51.068 INFO O| Feb 26 17:25:51.068 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712026-02-26T17:25:51.505Z[ recovery-image] Feb 26 17:25:51.087 INFO O| Feb 26 17:25:51.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72722026-02-26T17:25:51.505Z[ recovery-image] Feb 26 17:25:51.087 INFO O| Feb 26 17:25:51.087 INFO STEP 798 (remove_files) COMPLETE
72732026-02-26T17:25:51.505Z[ recovery-image] Feb 26 17:25:51.087 INFO O| Feb 26 17:25:51.087 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742026-02-26T17:25:51.531Z[ recovery-image] Feb 26 17:25:51.105 INFO O| Feb 26 17:25:51.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72752026-02-26T17:25:51.531Z[ recovery-image] Feb 26 17:25:51.105 INFO O| Feb 26 17:25:51.105 INFO STEP 799 (remove_files) COMPLETE
72762026-02-26T17:25:51.531Z[ recovery-image] Feb 26 17:25:51.105 INFO O| Feb 26 17:25:51.105 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772026-02-26T17:25:51.556Z[ recovery-image] Feb 26 17:25:51.121 INFO O| Feb 26 17:25:51.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72782026-02-26T17:25:51.556Z[ recovery-image] Feb 26 17:25:51.121 INFO O| Feb 26 17:25:51.121 INFO STEP 800 (remove_files) COMPLETE
72792026-02-26T17:25:51.556Z[ recovery-image] Feb 26 17:25:51.121 INFO O| Feb 26 17:25:51.121 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802026-02-26T17:25:51.556Z[ recovery-image] Feb 26 17:25:51.137 INFO O| Feb 26 17:25:51.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72812026-02-26T17:25:51.557Z[ recovery-image] Feb 26 17:25:51.138 INFO O| Feb 26 17:25:51.138 INFO STEP 801 (remove_files) COMPLETE
72822026-02-26T17:25:51.557Z[ recovery-image] Feb 26 17:25:51.138 INFO O| Feb 26 17:25:51.138 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832026-02-26T17:25:51.582Z[ recovery-image] Feb 26 17:25:51.153 INFO O| Feb 26 17:25:51.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72842026-02-26T17:25:51.582Z[ recovery-image] Feb 26 17:25:51.153 INFO O| Feb 26 17:25:51.153 INFO STEP 802 (remove_files) COMPLETE
72852026-02-26T17:25:51.582Z[ recovery-image] Feb 26 17:25:51.153 INFO O| Feb 26 17:25:51.153 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862026-02-26T17:25:51.609Z[ recovery-image] Feb 26 17:25:51.172 INFO O| Feb 26 17:25:51.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72872026-02-26T17:25:51.609Z[ recovery-image] Feb 26 17:25:51.172 INFO O| Feb 26 17:25:51.172 INFO STEP 803 (remove_files) COMPLETE
72882026-02-26T17:25:51.609Z[ recovery-image] Feb 26 17:25:51.172 INFO O| Feb 26 17:25:51.172 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892026-02-26T17:25:51.609Z[ recovery-image] Feb 26 17:25:51.189 INFO O| Feb 26 17:25:51.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72902026-02-26T17:25:51.609Z[ recovery-image] Feb 26 17:25:51.189 INFO O| Feb 26 17:25:51.189 INFO STEP 804 (remove_files) COMPLETE
72912026-02-26T17:25:51.609Z[ recovery-image] Feb 26 17:25:51.189 INFO O| Feb 26 17:25:51.189 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922026-02-26T17:25:51.634Z[ recovery-image] Feb 26 17:25:51.205 INFO O| Feb 26 17:25:51.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72932026-02-26T17:25:51.634Z[ recovery-image] Feb 26 17:25:51.205 INFO O| Feb 26 17:25:51.205 INFO STEP 805 (remove_files) COMPLETE
72942026-02-26T17:25:51.634Z[ recovery-image] Feb 26 17:25:51.205 INFO O| Feb 26 17:25:51.205 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952026-02-26T17:25:51.661Z[ recovery-image] Feb 26 17:25:51.223 INFO O| Feb 26 17:25:51.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72962026-02-26T17:25:51.661Z[ recovery-image] Feb 26 17:25:51.223 INFO O| Feb 26 17:25:51.223 INFO STEP 806 (remove_files) COMPLETE
72972026-02-26T17:25:51.661Z[ recovery-image] Feb 26 17:25:51.223 INFO O| Feb 26 17:25:51.223 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982026-02-26T17:25:51.661Z[ recovery-image] Feb 26 17:25:51.240 INFO O| Feb 26 17:25:51.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72992026-02-26T17:25:51.661Z[ recovery-image] Feb 26 17:25:51.241 INFO O| Feb 26 17:25:51.240 INFO STEP 807 (remove_files) COMPLETE
73002026-02-26T17:25:51.661Z[ recovery-image] Feb 26 17:25:51.241 INFO O| Feb 26 17:25:51.240 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012026-02-26T17:25:51.686Z[ recovery-image] Feb 26 17:25:51.258 INFO O| Feb 26 17:25:51.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
73022026-02-26T17:25:51.686Z[ recovery-image] Feb 26 17:25:51.258 INFO O| Feb 26 17:25:51.258 INFO STEP 808 (remove_files) COMPLETE
73032026-02-26T17:25:51.686Z[ recovery-image] Feb 26 17:25:51.258 INFO O| Feb 26 17:25:51.258 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042026-02-26T17:25:51.711Z[ recovery-image] Feb 26 17:25:51.276 INFO O| Feb 26 17:25:51.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
73052026-02-26T17:25:51.711Z[ recovery-image] Feb 26 17:25:51.276 INFO O| Feb 26 17:25:51.276 INFO STEP 809 (remove_files) COMPLETE
73062026-02-26T17:25:51.711Z[ recovery-image] Feb 26 17:25:51.276 INFO O| Feb 26 17:25:51.276 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072026-02-26T17:25:51.711Z[ recovery-image] Feb 26 17:25:51.290 INFO O| Feb 26 17:25:51.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
73082026-02-26T17:25:51.711Z[ recovery-image] Feb 26 17:25:51.290 INFO O| Feb 26 17:25:51.290 INFO STEP 810 (remove_files) COMPLETE
73092026-02-26T17:25:51.712Z[ recovery-image] Feb 26 17:25:51.290 INFO O| Feb 26 17:25:51.290 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102026-02-26T17:25:51.737Z[ recovery-image] Feb 26 17:25:51.308 INFO O| Feb 26 17:25:51.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
73112026-02-26T17:25:51.737Z[ recovery-image] Feb 26 17:25:51.308 INFO O| Feb 26 17:25:51.308 INFO STEP 811 (remove_files) COMPLETE
73122026-02-26T17:25:51.737Z[ recovery-image] Feb 26 17:25:51.308 INFO O| Feb 26 17:25:51.308 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132026-02-26T17:25:51.762Z[ recovery-image] Feb 26 17:25:51.326 INFO O| Feb 26 17:25:51.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
73142026-02-26T17:25:51.762Z[ recovery-image] Feb 26 17:25:51.326 INFO O| Feb 26 17:25:51.326 INFO STEP 812 (remove_files) COMPLETE
73152026-02-26T17:25:51.762Z[ recovery-image] Feb 26 17:25:51.326 INFO O| Feb 26 17:25:51.326 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162026-02-26T17:25:51.762Z[ recovery-image] Feb 26 17:25:51.345 INFO O| Feb 26 17:25:51.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
73172026-02-26T17:25:51.762Z[ recovery-image] Feb 26 17:25:51.345 INFO O| Feb 26 17:25:51.345 INFO STEP 813 (remove_files) COMPLETE
73182026-02-26T17:25:51.762Z[ recovery-image] Feb 26 17:25:51.345 INFO O| Feb 26 17:25:51.345 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192026-02-26T17:25:51.787Z[ recovery-image] Feb 26 17:25:51.360 INFO O| Feb 26 17:25:51.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
73202026-02-26T17:25:51.787Z[ recovery-image] Feb 26 17:25:51.360 INFO O| Feb 26 17:25:51.360 INFO STEP 814 (remove_files) COMPLETE
73212026-02-26T17:25:51.787Z[ recovery-image] Feb 26 17:25:51.360 INFO O| Feb 26 17:25:51.360 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222026-02-26T17:25:51.814Z[ recovery-image] Feb 26 17:25:51.378 INFO O| Feb 26 17:25:51.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
73232026-02-26T17:25:51.814Z[ recovery-image] Feb 26 17:25:51.378 INFO O| Feb 26 17:25:51.378 INFO STEP 815 (remove_files) COMPLETE
73242026-02-26T17:25:51.814Z[ recovery-image] Feb 26 17:25:51.378 INFO O| Feb 26 17:25:51.378 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252026-02-26T17:25:51.814Z[ recovery-image] Feb 26 17:25:51.392 INFO O| Feb 26 17:25:51.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
73262026-02-26T17:25:51.814Z[ recovery-image] Feb 26 17:25:51.393 INFO O| Feb 26 17:25:51.393 INFO STEP 816 (remove_files) COMPLETE
73272026-02-26T17:25:51.814Z[ recovery-image] Feb 26 17:25:51.393 INFO O| Feb 26 17:25:51.393 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282026-02-26T17:25:51.840Z[ recovery-image] Feb 26 17:25:51.407 INFO O| Feb 26 17:25:51.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
73292026-02-26T17:25:51.840Z[ recovery-image] Feb 26 17:25:51.407 INFO O| Feb 26 17:25:51.407 INFO STEP 817 (remove_files) COMPLETE
73302026-02-26T17:25:51.840Z[ recovery-image] Feb 26 17:25:51.407 INFO O| Feb 26 17:25:51.407 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312026-02-26T17:25:51.840Z[ recovery-image] Feb 26 17:25:51.420 INFO O| Feb 26 17:25:51.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
73322026-02-26T17:25:51.840Z[ recovery-image] Feb 26 17:25:51.420 INFO O| Feb 26 17:25:51.420 INFO STEP 818 (remove_files) COMPLETE
73332026-02-26T17:25:51.840Z[ recovery-image] Feb 26 17:25:51.420 INFO O| Feb 26 17:25:51.420 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342026-02-26T17:25:51.913Z[ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
73352026-02-26T17:25:51.913Z[ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.437 INFO STEP 819 (remove_files) COMPLETE
73362026-02-26T17:25:51.913Z[ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.437 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372026-02-26T17:25:51.913Z[ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
73382026-02-26T17:25:51.913Z[ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.453 INFO STEP 820 (remove_files) COMPLETE
73392026-02-26T17:25:51.913Z[ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.453 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402026-02-26T17:25:51.913Z[ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
73412026-02-26T17:25:51.913Z[ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.468 INFO STEP 821 (remove_files) COMPLETE
73422026-02-26T17:25:51.913Z[ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.468 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432026-02-26T17:25:51.913Z[ recovery-image] Feb 26 17:25:51.484 INFO O| Feb 26 17:25:51.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
73442026-02-26T17:25:51.913Z[ recovery-image] Feb 26 17:25:51.484 INFO O| Feb 26 17:25:51.484 INFO STEP 822 (remove_files) COMPLETE
73452026-02-26T17:25:51.913Z[ recovery-image] Feb 26 17:25:51.484 INFO O| Feb 26 17:25:51.484 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462026-02-26T17:25:51.939Z[ recovery-image] Feb 26 17:25:51.505 INFO O| Feb 26 17:25:51.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
73472026-02-26T17:25:51.939Z[ recovery-image] Feb 26 17:25:51.505 INFO O| Feb 26 17:25:51.505 INFO STEP 823 (remove_files) COMPLETE
73482026-02-26T17:25:51.939Z[ recovery-image] Feb 26 17:25:51.505 INFO O| Feb 26 17:25:51.505 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492026-02-26T17:25:51.939Z[ recovery-image] Feb 26 17:25:51.526 INFO O| Feb 26 17:25:51.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
73502026-02-26T17:25:51.939Z[ recovery-image] Feb 26 17:25:51.526 INFO O| Feb 26 17:25:51.526 INFO STEP 824 (remove_files) COMPLETE
73512026-02-26T17:25:51.939Z[ recovery-image] Feb 26 17:25:51.526 INFO O| Feb 26 17:25:51.526 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522026-02-26T17:25:51.964Z[ recovery-image] Feb 26 17:25:51.546 INFO O| Feb 26 17:25:51.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
73532026-02-26T17:25:51.964Z[ recovery-image] Feb 26 17:25:51.547 INFO O| Feb 26 17:25:51.547 INFO STEP 825 (remove_files) COMPLETE
73542026-02-26T17:25:51.964Z[ recovery-image] Feb 26 17:25:51.547 INFO O| Feb 26 17:25:51.547 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552026-02-26T17:25:51.990Z[ recovery-image] Feb 26 17:25:51.561 INFO O| Feb 26 17:25:51.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73562026-02-26T17:25:51.990Z[ recovery-image] Feb 26 17:25:51.561 INFO O| Feb 26 17:25:51.561 INFO STEP 826 (remove_files) COMPLETE
73572026-02-26T17:25:51.990Z[ recovery-image] Feb 26 17:25:51.561 INFO O| Feb 26 17:25:51.561 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582026-02-26T17:25:52.015Z[ recovery-image] Feb 26 17:25:51.579 INFO O| Feb 26 17:25:51.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73592026-02-26T17:25:52.015Z[ recovery-image] Feb 26 17:25:51.579 INFO O| Feb 26 17:25:51.579 INFO STEP 827 (remove_files) COMPLETE
73602026-02-26T17:25:52.015Z[ recovery-image] Feb 26 17:25:51.579 INFO O| Feb 26 17:25:51.579 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612026-02-26T17:25:52.015Z[ recovery-image] Feb 26 17:25:51.597 INFO O| Feb 26 17:25:51.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73622026-02-26T17:25:52.015Z[ recovery-image] Feb 26 17:25:51.597 INFO O| Feb 26 17:25:51.597 INFO STEP 828 (remove_files) COMPLETE
73632026-02-26T17:25:52.015Z[ recovery-image] Feb 26 17:25:51.597 INFO O| Feb 26 17:25:51.597 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642026-02-26T17:25:52.041Z[ recovery-image] Feb 26 17:25:51.613 INFO O| Feb 26 17:25:51.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73652026-02-26T17:25:52.041Z[ recovery-image] Feb 26 17:25:51.614 INFO O| Feb 26 17:25:51.614 INFO STEP 829 (remove_files) COMPLETE
73662026-02-26T17:25:52.041Z[ recovery-image] Feb 26 17:25:51.614 INFO O| Feb 26 17:25:51.614 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672026-02-26T17:25:52.041Z[ recovery-image] Feb 26 17:25:51.628 INFO O| Feb 26 17:25:51.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73682026-02-26T17:25:52.041Z[ recovery-image] Feb 26 17:25:51.628 INFO O| Feb 26 17:25:51.628 INFO STEP 830 (remove_files) COMPLETE
73692026-02-26T17:25:52.041Z[ recovery-image] Feb 26 17:25:51.628 INFO O| Feb 26 17:25:51.628 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702026-02-26T17:25:52.069Z[ recovery-image] Feb 26 17:25:51.657 INFO O| Feb 26 17:25:51.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73712026-02-26T17:25:52.069Z[ recovery-image] Feb 26 17:25:51.657 INFO O| Feb 26 17:25:51.657 INFO STEP 831 (remove_files) COMPLETE
73722026-02-26T17:25:52.094Z[ recovery-image] Feb 26 17:25:51.657 INFO O| Feb 26 17:25:51.657 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732026-02-26T17:25:52.094Z[ recovery-image] Feb 26 17:25:51.677 INFO O| Feb 26 17:25:51.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73742026-02-26T17:25:52.094Z[ recovery-image] Feb 26 17:25:51.678 INFO O| Feb 26 17:25:51.678 INFO STEP 832 (remove_files) COMPLETE
73752026-02-26T17:25:52.094Z[ recovery-image] Feb 26 17:25:51.678 INFO O| Feb 26 17:25:51.678 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762026-02-26T17:25:52.119Z[ recovery-image] Feb 26 17:25:51.693 INFO O| Feb 26 17:25:51.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73772026-02-26T17:25:52.119Z[ recovery-image] Feb 26 17:25:51.694 INFO O| Feb 26 17:25:51.694 INFO STEP 833 (remove_files) COMPLETE
73782026-02-26T17:25:52.119Z[ recovery-image] Feb 26 17:25:51.694 INFO O| Feb 26 17:25:51.694 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792026-02-26T17:25:52.145Z[ recovery-image] Feb 26 17:25:51.711 INFO O| Feb 26 17:25:51.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73802026-02-26T17:25:52.145Z[ recovery-image] Feb 26 17:25:51.711 INFO O| Feb 26 17:25:51.711 INFO STEP 834 (remove_files) COMPLETE
73812026-02-26T17:25:52.145Z[ recovery-image] Feb 26 17:25:51.711 INFO O| Feb 26 17:25:51.711 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822026-02-26T17:25:52.145Z[ recovery-image] Feb 26 17:25:51.727 INFO O| Feb 26 17:25:51.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73832026-02-26T17:25:52.145Z[ recovery-image] Feb 26 17:25:51.727 INFO O| Feb 26 17:25:51.727 INFO STEP 835 (remove_files) COMPLETE
73842026-02-26T17:25:52.145Z[ recovery-image] Feb 26 17:25:51.727 INFO O| Feb 26 17:25:51.727 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852026-02-26T17:25:52.170Z[ recovery-image] Feb 26 17:25:51.744 INFO O| Feb 26 17:25:51.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73862026-02-26T17:25:52.170Z[ recovery-image] Feb 26 17:25:51.744 INFO O| Feb 26 17:25:51.744 INFO STEP 836 (remove_files) COMPLETE
73872026-02-26T17:25:52.170Z[ recovery-image] Feb 26 17:25:51.744 INFO O| Feb 26 17:25:51.744 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882026-02-26T17:25:52.195Z[ recovery-image] Feb 26 17:25:51.761 INFO O| Feb 26 17:25:51.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73892026-02-26T17:25:52.195Z[ recovery-image] Feb 26 17:25:51.761 INFO O| Feb 26 17:25:51.761 INFO STEP 837 (remove_files) COMPLETE
73902026-02-26T17:25:52.195Z[ recovery-image] Feb 26 17:25:51.761 INFO O| Feb 26 17:25:51.761 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912026-02-26T17:25:52.195Z[ recovery-image] Feb 26 17:25:51.779 INFO O| Feb 26 17:25:51.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73922026-02-26T17:25:52.195Z[ recovery-image] Feb 26 17:25:51.780 INFO O| Feb 26 17:25:51.780 INFO STEP 838 (remove_files) COMPLETE
73932026-02-26T17:25:52.220Z[ recovery-image] Feb 26 17:25:51.780 INFO O| Feb 26 17:25:51.780 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942026-02-26T17:25:52.220Z[ recovery-image] Feb 26 17:25:51.793 INFO O| Feb 26 17:25:51.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73952026-02-26T17:25:52.220Z[ recovery-image] Feb 26 17:25:51.793 INFO O| Feb 26 17:25:51.793 INFO STEP 839 (remove_files) COMPLETE
73962026-02-26T17:25:52.220Z[ recovery-image] Feb 26 17:25:51.793 INFO O| Feb 26 17:25:51.793 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972026-02-26T17:25:52.247Z[ recovery-image] Feb 26 17:25:51.809 INFO O| Feb 26 17:25:51.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73982026-02-26T17:25:52.247Z[ recovery-image] Feb 26 17:25:51.809 INFO O| Feb 26 17:25:51.809 INFO STEP 840 (remove_files) COMPLETE
73992026-02-26T17:25:52.247Z[ recovery-image] Feb 26 17:25:51.809 INFO O| Feb 26 17:25:51.809 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002026-02-26T17:25:52.247Z[ recovery-image] Feb 26 17:25:51.825 INFO O| Feb 26 17:25:51.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
74012026-02-26T17:25:52.247Z[ recovery-image] Feb 26 17:25:51.825 INFO O| Feb 26 17:25:51.825 INFO STEP 841 (remove_files) COMPLETE
74022026-02-26T17:25:52.247Z[ recovery-image] Feb 26 17:25:51.825 INFO O| Feb 26 17:25:51.825 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032026-02-26T17:25:52.273Z[ recovery-image] Feb 26 17:25:51.839 INFO O| Feb 26 17:25:51.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
74042026-02-26T17:25:52.273Z[ recovery-image] Feb 26 17:25:51.839 INFO O| Feb 26 17:25:51.839 INFO STEP 842 (remove_files) COMPLETE
74052026-02-26T17:25:52.273Z[ recovery-image] Feb 26 17:25:51.839 INFO O| Feb 26 17:25:51.839 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062026-02-26T17:25:52.273Z[ recovery-image] Feb 26 17:25:51.854 INFO O| Feb 26 17:25:51.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
74072026-02-26T17:25:52.273Z[ recovery-image] Feb 26 17:25:51.854 INFO O| Feb 26 17:25:51.854 INFO STEP 843 (remove_files) COMPLETE
74082026-02-26T17:25:52.273Z[ recovery-image] Feb 26 17:25:51.855 INFO O| Feb 26 17:25:51.854 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092026-02-26T17:25:52.299Z[ recovery-image] Feb 26 17:25:51.868 INFO O| Feb 26 17:25:51.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
74102026-02-26T17:25:52.299Z[ recovery-image] Feb 26 17:25:51.869 INFO O| Feb 26 17:25:51.869 INFO STEP 844 (remove_files) COMPLETE
74112026-02-26T17:25:52.299Z[ recovery-image] Feb 26 17:25:51.869 INFO O| Feb 26 17:25:51.869 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122026-02-26T17:25:52.299Z[ recovery-image] Feb 26 17:25:51.880 INFO O| Feb 26 17:25:51.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
74132026-02-26T17:25:52.299Z[ recovery-image] Feb 26 17:25:51.880 INFO O| Feb 26 17:25:51.880 INFO STEP 845 (remove_files) COMPLETE
74142026-02-26T17:25:52.299Z[ recovery-image] Feb 26 17:25:51.880 INFO O| Feb 26 17:25:51.880 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152026-02-26T17:25:52.326Z[ recovery-image] Feb 26 17:25:51.892 INFO O| Feb 26 17:25:51.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
74162026-02-26T17:25:52.326Z[ recovery-image] Feb 26 17:25:51.892 INFO O| Feb 26 17:25:51.892 INFO STEP 846 (remove_files) COMPLETE
74172026-02-26T17:25:52.326Z[ recovery-image] Feb 26 17:25:51.892 INFO O| Feb 26 17:25:51.892 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182026-02-26T17:25:52.326Z[ recovery-image] Feb 26 17:25:51.903 INFO O| Feb 26 17:25:51.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
74192026-02-26T17:25:52.326Z[ recovery-image] Feb 26 17:25:51.904 INFO O| Feb 26 17:25:51.904 INFO STEP 847 (remove_files) COMPLETE
74202026-02-26T17:25:52.326Z[ recovery-image] Feb 26 17:25:51.904 INFO O| Feb 26 17:25:51.904 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212026-02-26T17:25:52.352Z[ recovery-image] Feb 26 17:25:51.920 INFO O| Feb 26 17:25:51.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
74222026-02-26T17:25:52.352Z[ recovery-image] Feb 26 17:25:51.920 INFO O| Feb 26 17:25:51.920 INFO STEP 848 (remove_files) COMPLETE
74232026-02-26T17:25:52.352Z[ recovery-image] Feb 26 17:25:51.920 INFO O| Feb 26 17:25:51.920 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242026-02-26T17:25:52.352Z[ recovery-image] Feb 26 17:25:51.938 INFO O| Feb 26 17:25:51.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
74252026-02-26T17:25:52.352Z[ recovery-image] Feb 26 17:25:51.938 INFO O| Feb 26 17:25:51.938 INFO STEP 849 (remove_files) COMPLETE
74262026-02-26T17:25:52.352Z[ recovery-image] Feb 26 17:25:51.938 INFO O| Feb 26 17:25:51.938 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272026-02-26T17:25:52.380Z[ recovery-image] Feb 26 17:25:51.955 INFO O| Feb 26 17:25:51.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
74282026-02-26T17:25:52.380Z[ recovery-image] Feb 26 17:25:51.955 INFO O| Feb 26 17:25:51.955 INFO STEP 850 (remove_files) COMPLETE
74292026-02-26T17:25:52.380Z[ recovery-image] Feb 26 17:25:51.955 INFO O| Feb 26 17:25:51.955 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302026-02-26T17:25:52.406Z[ recovery-image] Feb 26 17:25:51.971 INFO O| Feb 26 17:25:51.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
74312026-02-26T17:25:52.406Z[ recovery-image] Feb 26 17:25:51.971 INFO O| Feb 26 17:25:51.971 INFO STEP 851 (remove_files) COMPLETE
74322026-02-26T17:25:52.406Z[ recovery-image] Feb 26 17:25:51.971 INFO O| Feb 26 17:25:51.971 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332026-02-26T17:25:52.406Z[ recovery-image] Feb 26 17:25:51.986 INFO O| Feb 26 17:25:51.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
74342026-02-26T17:25:52.406Z[ recovery-image] Feb 26 17:25:51.987 INFO O| Feb 26 17:25:51.987 INFO STEP 852 (remove_files) COMPLETE
74352026-02-26T17:25:52.406Z[ recovery-image] Feb 26 17:25:51.987 INFO O| Feb 26 17:25:51.987 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362026-02-26T17:25:52.431Z[ recovery-image] Feb 26 17:25:52.000 INFO O| Feb 26 17:25:52.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
74372026-02-26T17:25:52.431Z[ recovery-image] Feb 26 17:25:52.000 INFO O| Feb 26 17:25:52.000 INFO STEP 853 (remove_files) COMPLETE
74382026-02-26T17:25:52.431Z[ recovery-image] Feb 26 17:25:52.000 INFO O| Feb 26 17:25:52.000 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392026-02-26T17:25:52.431Z[ recovery-image] Feb 26 17:25:52.016 INFO O| Feb 26 17:25:52.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
74402026-02-26T17:25:52.431Z[ recovery-image] Feb 26 17:25:52.016 INFO O| Feb 26 17:25:52.016 INFO STEP 854 (remove_files) COMPLETE
74412026-02-26T17:25:52.431Z[ recovery-image] Feb 26 17:25:52.017 INFO O| Feb 26 17:25:52.016 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422026-02-26T17:25:52.456Z[ recovery-image] Feb 26 17:25:52.033 INFO O| Feb 26 17:25:52.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
74432026-02-26T17:25:52.456Z[ recovery-image] Feb 26 17:25:52.033 INFO O| Feb 26 17:25:52.033 INFO STEP 855 (remove_files) COMPLETE
74442026-02-26T17:25:52.456Z[ recovery-image] Feb 26 17:25:52.033 INFO O| Feb 26 17:25:52.033 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452026-02-26T17:25:52.481Z[ recovery-image] Feb 26 17:25:52.053 INFO O| Feb 26 17:25:52.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
74462026-02-26T17:25:52.482Z[ recovery-image] Feb 26 17:25:52.053 INFO O| Feb 26 17:25:52.053 INFO STEP 856 (remove_files) COMPLETE
74472026-02-26T17:25:52.482Z[ recovery-image] Feb 26 17:25:52.053 INFO O| Feb 26 17:25:52.053 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482026-02-26T17:25:52.514Z[ recovery-image] Feb 26 17:25:52.071 INFO O| Feb 26 17:25:52.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
74492026-02-26T17:25:52.514Z[ recovery-image] Feb 26 17:25:52.071 INFO O| Feb 26 17:25:52.071 INFO STEP 857 (remove_files) COMPLETE
74502026-02-26T17:25:52.514Z[ recovery-image] Feb 26 17:25:52.071 INFO O| Feb 26 17:25:52.071 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512026-02-26T17:25:52.514Z[ recovery-image] Feb 26 17:25:52.086 INFO O| Feb 26 17:25:52.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
74522026-02-26T17:25:52.514Z[ recovery-image] Feb 26 17:25:52.086 INFO O| Feb 26 17:25:52.086 INFO STEP 858 (remove_files) COMPLETE
74532026-02-26T17:25:52.514Z[ recovery-image] Feb 26 17:25:52.086 INFO O| Feb 26 17:25:52.086 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542026-02-26T17:25:52.563Z[ recovery-image] Feb 26 17:25:52.102 INFO O| Feb 26 17:25:52.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
74552026-02-26T17:25:52.563Z[ recovery-image] Feb 26 17:25:52.102 INFO O| Feb 26 17:25:52.102 INFO STEP 859 (remove_files) COMPLETE
74562026-02-26T17:25:52.563Z[ recovery-image] Feb 26 17:25:52.102 INFO O| Feb 26 17:25:52.102 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572026-02-26T17:25:52.563Z[ recovery-image] Feb 26 17:25:52.118 INFO O| Feb 26 17:25:52.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74582026-02-26T17:25:52.563Z[ recovery-image] Feb 26 17:25:52.118 INFO O| Feb 26 17:25:52.118 INFO STEP 860 (remove_files) COMPLETE
74592026-02-26T17:25:52.563Z[ recovery-image] Feb 26 17:25:52.118 INFO O| Feb 26 17:25:52.118 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602026-02-26T17:25:52.563Z[ recovery-image] Feb 26 17:25:52.134 INFO O| Feb 26 17:25:52.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74612026-02-26T17:25:52.563Z[ recovery-image] Feb 26 17:25:52.134 INFO O| Feb 26 17:25:52.134 INFO STEP 861 (remove_files) COMPLETE
74622026-02-26T17:25:52.563Z[ recovery-image] Feb 26 17:25:52.134 INFO O| Feb 26 17:25:52.134 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632026-02-26T17:25:52.769Z[ recovery-image] Feb 26 17:25:52.150 INFO O| Feb 26 17:25:52.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74642026-02-26T17:25:52.769Z[ recovery-image] Feb 26 17:25:52.150 INFO O| Feb 26 17:25:52.150 INFO STEP 862 (remove_files) COMPLETE
74652026-02-26T17:25:52.769Z[ recovery-image] Feb 26 17:25:52.150 INFO O| Feb 26 17:25:52.150 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662026-02-26T17:25:52.769Z[ recovery-image] Feb 26 17:25:52.165 INFO O| Feb 26 17:25:52.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74672026-02-26T17:25:52.769Z[ recovery-image] Feb 26 17:25:52.165 INFO O| Feb 26 17:25:52.165 INFO STEP 863 (remove_files) COMPLETE
74682026-02-26T17:25:52.769Z[ recovery-image] Feb 26 17:25:52.165 INFO O| Feb 26 17:25:52.165 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692026-02-26T17:25:52.769Z[ recovery-image] Feb 26 17:25:52.179 INFO O| Feb 26 17:25:52.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74702026-02-26T17:25:52.769Z[ recovery-image] Feb 26 17:25:52.179 INFO O| Feb 26 17:25:52.179 INFO STEP 864 (remove_files) COMPLETE
74712026-02-26T17:25:52.769Z[ recovery-image] Feb 26 17:25:52.179 INFO O| Feb 26 17:25:52.179 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.192 INFO O| Feb 26 17:25:52.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74732026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.193 INFO O| Feb 26 17:25:52.192 INFO STEP 865 (remove_files) COMPLETE
74742026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.193 INFO O| Feb 26 17:25:52.193 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.212 INFO O| Feb 26 17:25:52.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74762026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.212 INFO O| Feb 26 17:25:52.212 INFO STEP 866 (remove_files) COMPLETE
74772026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.212 INFO O| Feb 26 17:25:52.212 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.228 INFO O| Feb 26 17:25:52.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74792026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.229 INFO O| Feb 26 17:25:52.229 INFO STEP 867 (remove_files) COMPLETE
74802026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.229 INFO O| Feb 26 17:25:52.229 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.243 INFO O| Feb 26 17:25:52.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74822026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.243 INFO O| Feb 26 17:25:52.243 INFO STEP 868 (remove_files) COMPLETE
74832026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.243 INFO O| Feb 26 17:25:52.243 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.261 INFO O| Feb 26 17:25:52.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74852026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.261 INFO O| Feb 26 17:25:52.261 INFO STEP 869 (remove_files) COMPLETE
74862026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.261 INFO O| Feb 26 17:25:52.261 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.275 INFO O| Feb 26 17:25:52.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74882026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.275 INFO O| Feb 26 17:25:52.275 INFO STEP 870 (remove_files) COMPLETE
74892026-02-26T17:25:52.795Z[ recovery-image] Feb 26 17:25:52.275 INFO O| Feb 26 17:25:52.275 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.287 INFO O| Feb 26 17:25:52.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74912026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.288 INFO O| Feb 26 17:25:52.288 INFO STEP 871 (remove_files) COMPLETE
74922026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.288 INFO O| Feb 26 17:25:52.288 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.301 INFO O| Feb 26 17:25:52.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74942026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.301 INFO O| Feb 26 17:25:52.301 INFO STEP 872 (remove_files) COMPLETE
74952026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.301 INFO O| Feb 26 17:25:52.301 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.315 INFO O| Feb 26 17:25:52.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74972026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.315 INFO O| Feb 26 17:25:52.315 INFO STEP 873 (remove_files) COMPLETE
74982026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.315 INFO O| Feb 26 17:25:52.315 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.331 INFO O| Feb 26 17:25:52.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
75002026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.331 INFO O| Feb 26 17:25:52.331 INFO STEP 874 (remove_files) COMPLETE
75012026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.331 INFO O| Feb 26 17:25:52.331 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.345 INFO O| Feb 26 17:25:52.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
75032026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.346 INFO O| Feb 26 17:25:52.346 INFO STEP 875 (remove_files) COMPLETE
75042026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.346 INFO O| Feb 26 17:25:52.346 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.364 INFO O| Feb 26 17:25:52.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
75062026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.365 INFO O| Feb 26 17:25:52.365 INFO STEP 876 (remove_files) COMPLETE
75072026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.365 INFO O| Feb 26 17:25:52.365 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.378 INFO O| Feb 26 17:25:52.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
75092026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.378 INFO O| Feb 26 17:25:52.378 INFO STEP 877 (remove_files) COMPLETE
75102026-02-26T17:25:52.796Z[ recovery-image] Feb 26 17:25:52.378 INFO O| Feb 26 17:25:52.378 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112026-02-26T17:25:52.821Z[ recovery-image] Feb 26 17:25:52.392 INFO O| Feb 26 17:25:52.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
75122026-02-26T17:25:52.821Z[ recovery-image] Feb 26 17:25:52.392 INFO O| Feb 26 17:25:52.392 INFO STEP 878 (remove_files) COMPLETE
75132026-02-26T17:25:52.822Z[ recovery-image] Feb 26 17:25:52.392 INFO O| Feb 26 17:25:52.392 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142026-02-26T17:25:53.873Z[ recovery-image] Feb 26 17:25:52.431 INFO O| Feb 26 17:25:52.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
75152026-02-26T17:25:53.873Z[ recovery-image] Feb 26 17:25:52.431 INFO O| Feb 26 17:25:52.431 INFO STEP 879 (remove_files) COMPLETE
75162026-02-26T17:25:53.873Z[ recovery-image] Feb 26 17:25:52.432 INFO O| Feb 26 17:25:52.431 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.465 INFO O| Feb 26 17:25:52.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
75182026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.465 INFO O| Feb 26 17:25:52.465 INFO STEP 880 (remove_files) COMPLETE
75192026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.465 INFO O| Feb 26 17:25:52.465 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.481 INFO O| Feb 26 17:25:52.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
75212026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.481 INFO O| Feb 26 17:25:52.481 INFO STEP 881 (remove_files) COMPLETE
75222026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.481 INFO O| Feb 26 17:25:52.481 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.518 INFO O| Feb 26 17:25:52.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
75242026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.518 INFO O| Feb 26 17:25:52.518 INFO STEP 882 (remove_files) COMPLETE
75252026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.518 INFO O| Feb 26 17:25:52.518 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.531 INFO O| Feb 26 17:25:52.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
75272026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.532 INFO O| Feb 26 17:25:52.532 INFO STEP 883 (remove_files) COMPLETE
75282026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.532 INFO O| Feb 26 17:25:52.532 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.545 INFO O| Feb 26 17:25:52.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
75302026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.545 INFO O| Feb 26 17:25:52.545 INFO STEP 884 (remove_files) COMPLETE
75312026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.545 INFO O| Feb 26 17:25:52.545 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.560 INFO O| Feb 26 17:25:52.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
75332026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.560 INFO O| Feb 26 17:25:52.560 INFO STEP 885 (remove_files) COMPLETE
75342026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.560 INFO O| Feb 26 17:25:52.560 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.573 INFO O| Feb 26 17:25:52.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
75362026-02-26T17:25:53.969Z[ recovery-image] Feb 26 17:25:52.573 INFO O| Feb 26 17:25:52.573 INFO STEP 886 (remove_files) COMPLETE
75372026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.573 INFO O| Feb 26 17:25:52.573 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.587 INFO O| Feb 26 17:25:52.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
75392026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.587 INFO O| Feb 26 17:25:52.587 INFO STEP 887 (remove_files) COMPLETE
75402026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.587 INFO O| Feb 26 17:25:52.587 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.600 INFO O| Feb 26 17:25:52.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
75422026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.601 INFO O| Feb 26 17:25:52.600 INFO STEP 888 (remove_files) COMPLETE
75432026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.601 INFO O| Feb 26 17:25:52.600 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.614 INFO O| Feb 26 17:25:52.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
75452026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.615 INFO O| Feb 26 17:25:52.615 INFO STEP 889 (remove_files) COMPLETE
75462026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.615 INFO O| Feb 26 17:25:52.615 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.627 INFO O| Feb 26 17:25:52.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
75482026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.628 INFO O| Feb 26 17:25:52.628 INFO STEP 890 (remove_files) COMPLETE
75492026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.628 INFO O| Feb 26 17:25:52.628 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.641 INFO O| Feb 26 17:25:52.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
75512026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.641 INFO O| Feb 26 17:25:52.641 INFO STEP 891 (remove_files) COMPLETE
75522026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.641 INFO O| Feb 26 17:25:52.641 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.655 INFO O| Feb 26 17:25:52.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
75542026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.655 INFO O| Feb 26 17:25:52.655 INFO STEP 892 (remove_files) COMPLETE
75552026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.655 INFO O| Feb 26 17:25:52.655 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.670 INFO O| Feb 26 17:25:52.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75572026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.670 INFO O| Feb 26 17:25:52.670 INFO STEP 893 (remove_files) COMPLETE
75582026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.670 INFO O| Feb 26 17:25:52.670 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.689 INFO O| Feb 26 17:25:52.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75602026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.689 INFO O| Feb 26 17:25:52.689 INFO STEP 894 (remove_files) COMPLETE
75612026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.689 INFO O| Feb 26 17:25:52.689 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.707 INFO O| Feb 26 17:25:52.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75632026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.707 INFO O| Feb 26 17:25:52.707 INFO STEP 895 (remove_files) COMPLETE
75642026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.707 INFO O| Feb 26 17:25:52.707 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.724 INFO O| Feb 26 17:25:52.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75662026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.724 INFO O| Feb 26 17:25:52.724 INFO STEP 896 (remove_files) COMPLETE
75672026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.724 INFO O| Feb 26 17:25:52.724 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.739 INFO O| Feb 26 17:25:52.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75692026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.740 INFO O| Feb 26 17:25:52.740 INFO STEP 897 (remove_files) COMPLETE
75702026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.740 INFO O| Feb 26 17:25:52.740 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.754 INFO O| Feb 26 17:25:52.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75722026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.754 INFO O| Feb 26 17:25:52.754 INFO STEP 898 (remove_files) COMPLETE
75732026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.754 INFO O| Feb 26 17:25:52.754 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.767 INFO O| Feb 26 17:25:52.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75752026-02-26T17:25:53.970Z[ recovery-image] Feb 26 17:25:52.767 INFO O| Feb 26 17:25:52.767 INFO STEP 899 (remove_files) COMPLETE
75762026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.767 INFO O| Feb 26 17:25:52.767 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.781 INFO O| Feb 26 17:25:52.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75782026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.781 INFO O| Feb 26 17:25:52.781 INFO STEP 900 (remove_files) COMPLETE
75792026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.781 INFO O| Feb 26 17:25:52.781 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.796 INFO O| Feb 26 17:25:52.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75812026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.796 INFO O| Feb 26 17:25:52.796 INFO STEP 901 (remove_files) COMPLETE
75822026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.796 INFO O| Feb 26 17:25:52.796 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.811 INFO O| Feb 26 17:25:52.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75842026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.812 INFO O| Feb 26 17:25:52.812 INFO STEP 902 (remove_files) COMPLETE
75852026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.812 INFO O| Feb 26 17:25:52.812 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.826 INFO O| Feb 26 17:25:52.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75872026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.827 INFO O| Feb 26 17:25:52.827 INFO STEP 903 (remove_files) COMPLETE
75882026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.827 INFO O| Feb 26 17:25:52.827 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.841 INFO O| Feb 26 17:25:52.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75902026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.841 INFO O| Feb 26 17:25:52.841 INFO STEP 904 (remove_files) COMPLETE
75912026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.841 INFO O| Feb 26 17:25:52.841 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.856 INFO O| Feb 26 17:25:52.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75932026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.856 INFO O| Feb 26 17:25:52.856 INFO STEP 905 (remove_files) COMPLETE
75942026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.856 INFO O| Feb 26 17:25:52.856 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.871 INFO O| Feb 26 17:25:52.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75962026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.871 INFO O| Feb 26 17:25:52.871 INFO STEP 906 (remove_files) COMPLETE
75972026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.871 INFO O| Feb 26 17:25:52.871 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.890 INFO O| Feb 26 17:25:52.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75992026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.890 INFO O| Feb 26 17:25:52.890 INFO STEP 907 (remove_files) COMPLETE
76002026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.890 INFO O| Feb 26 17:25:52.890 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.906 INFO O| Feb 26 17:25:52.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
76022026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.907 INFO O| Feb 26 17:25:52.906 INFO STEP 908 (remove_files) COMPLETE
76032026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.907 INFO O| Feb 26 17:25:52.906 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.925 INFO O| Feb 26 17:25:52.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
76052026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.925 INFO O| Feb 26 17:25:52.925 INFO STEP 909 (remove_files) COMPLETE
76062026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.925 INFO O| Feb 26 17:25:52.925 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.944 INFO O| Feb 26 17:25:52.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
76082026-02-26T17:25:53.971Z[ recovery-image] Feb 26 17:25:52.944 INFO O| Feb 26 17:25:52.944 INFO STEP 910 (remove_files) COMPLETE
76092026-02-26T17:25:53.972Z[ recovery-image] Feb 26 17:25:52.944 INFO O| Feb 26 17:25:52.944 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102026-02-26T17:25:53.972Z[ recovery-image] Feb 26 17:25:52.961 INFO O| Feb 26 17:25:52.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
76112026-02-26T17:25:53.972Z[ recovery-image] Feb 26 17:25:52.961 INFO O| Feb 26 17:25:52.961 INFO STEP 911 (remove_files) COMPLETE
76122026-02-26T17:25:53.972Z[ recovery-image] Feb 26 17:25:52.961 INFO O| Feb 26 17:25:52.961 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132026-02-26T17:25:53.972Z[ recovery-image] Feb 26 17:25:52.976 INFO O| Feb 26 17:25:52.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
76142026-02-26T17:25:53.972Z[ recovery-image] Feb 26 17:25:52.977 INFO O| Feb 26 17:25:52.977 INFO STEP 912 (remove_files) COMPLETE
76152026-02-26T17:25:53.972Z[ recovery-image] Feb 26 17:25:52.977 INFO O| Feb 26 17:25:52.977 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162026-02-26T17:25:53.972Z[ recovery-image] Feb 26 17:25:52.993 INFO O| Feb 26 17:25:52.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
76172026-02-26T17:25:53.998Z[ recovery-image] Feb 26 17:25:52.993 INFO O| Feb 26 17:25:52.993 INFO STEP 913 (remove_files) COMPLETE
76182026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:52.993 INFO O| Feb 26 17:25:52.993 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.008 INFO O| Feb 26 17:25:53.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
76202026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.008 INFO O| Feb 26 17:25:53.008 INFO STEP 914 (remove_files) COMPLETE
76212026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.008 INFO O| Feb 26 17:25:53.008 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.023 INFO O| Feb 26 17:25:53.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
76232026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.024 INFO O| Feb 26 17:25:53.023 INFO STEP 915 (remove_files) COMPLETE
76242026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.024 INFO O| Feb 26 17:25:53.023 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.038 INFO O| Feb 26 17:25:53.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
76262026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.038 INFO O| Feb 26 17:25:53.038 INFO STEP 916 (remove_files) COMPLETE
76272026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.038 INFO O| Feb 26 17:25:53.038 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.052 INFO O| Feb 26 17:25:53.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
76292026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.052 INFO O| Feb 26 17:25:53.052 INFO STEP 917 (remove_files) COMPLETE
76302026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.052 INFO O| Feb 26 17:25:53.052 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.071 INFO O| Feb 26 17:25:53.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
76322026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.071 INFO O| Feb 26 17:25:53.071 INFO STEP 918 (remove_files) COMPLETE
76332026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.071 INFO O| Feb 26 17:25:53.071 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.087 INFO O| Feb 26 17:25:53.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
76352026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.087 INFO O| Feb 26 17:25:53.087 INFO STEP 919 (remove_files) COMPLETE
76362026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.087 INFO O| Feb 26 17:25:53.087 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.103 INFO O| Feb 26 17:25:53.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
76382026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.103 INFO O| Feb 26 17:25:53.103 INFO STEP 920 (remove_files) COMPLETE
76392026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.103 INFO O| Feb 26 17:25:53.103 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.119 INFO O| Feb 26 17:25:53.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
76412026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.119 INFO O| Feb 26 17:25:53.119 INFO STEP 921 (remove_files) COMPLETE
76422026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.119 INFO O| Feb 26 17:25:53.119 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.134 INFO O| Feb 26 17:25:53.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
76442026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.134 INFO O| Feb 26 17:25:53.134 INFO STEP 922 (remove_files) COMPLETE
76452026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.134 INFO O| Feb 26 17:25:53.134 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.148 INFO O| Feb 26 17:25:53.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
76472026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.149 INFO O| Feb 26 17:25:53.149 INFO STEP 923 (remove_files) COMPLETE
76482026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.149 INFO O| Feb 26 17:25:53.149 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.163 INFO O| Feb 26 17:25:53.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
76502026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.164 INFO O| Feb 26 17:25:53.163 INFO STEP 924 (remove_files) COMPLETE
76512026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.164 INFO O| Feb 26 17:25:53.164 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.178 INFO O| Feb 26 17:25:53.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
76532026-02-26T17:25:53.999Z[ recovery-image] Feb 26 17:25:53.179 INFO O| Feb 26 17:25:53.178 INFO STEP 925 (remove_files) COMPLETE
76542026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.179 INFO O| Feb 26 17:25:53.179 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.193 INFO O| Feb 26 17:25:53.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76562026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.193 INFO O| Feb 26 17:25:53.193 INFO STEP 926 (remove_files) COMPLETE
76572026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.193 INFO O| Feb 26 17:25:53.193 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.207 INFO O| Feb 26 17:25:53.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76592026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.207 INFO O| Feb 26 17:25:53.207 INFO STEP 927 (remove_files) COMPLETE
76602026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.207 INFO O| Feb 26 17:25:53.207 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.221 INFO O| Feb 26 17:25:53.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76622026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.221 INFO O| Feb 26 17:25:53.221 INFO STEP 928 (remove_files) COMPLETE
76632026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.221 INFO O| Feb 26 17:25:53.221 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.234 INFO O| Feb 26 17:25:53.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76652026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.234 INFO O| Feb 26 17:25:53.234 INFO STEP 929 (remove_files) COMPLETE
76662026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.234 INFO O| Feb 26 17:25:53.234 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.248 INFO O| Feb 26 17:25:53.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76682026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.248 INFO O| Feb 26 17:25:53.248 INFO STEP 930 (remove_files) COMPLETE
76692026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.248 INFO O| Feb 26 17:25:53.248 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.266 INFO O| Feb 26 17:25:53.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76712026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.266 INFO O| Feb 26 17:25:53.266 INFO STEP 931 (remove_files) COMPLETE
76722026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.266 INFO O| Feb 26 17:25:53.266 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.283 INFO O| Feb 26 17:25:53.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76742026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.284 INFO O| Feb 26 17:25:53.283 INFO STEP 932 (remove_files) COMPLETE
76752026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.284 INFO O| Feb 26 17:25:53.284 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.299 INFO O| Feb 26 17:25:53.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76772026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.299 INFO O| Feb 26 17:25:53.299 INFO STEP 933 (remove_files) COMPLETE
76782026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.299 INFO O| Feb 26 17:25:53.299 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.314 INFO O| Feb 26 17:25:53.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76802026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.314 INFO O| Feb 26 17:25:53.314 INFO STEP 934 (remove_files) COMPLETE
76812026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.314 INFO O| Feb 26 17:25:53.314 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.329 INFO O| Feb 26 17:25:53.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76832026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.329 INFO O| Feb 26 17:25:53.329 INFO STEP 935 (remove_files) COMPLETE
76842026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.329 INFO O| Feb 26 17:25:53.329 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.350 INFO O| Feb 26 17:25:53.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76862026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.350 INFO O| Feb 26 17:25:53.350 INFO STEP 936 (remove_files) COMPLETE
76872026-02-26T17:25:54.000Z[ recovery-image] Feb 26 17:25:53.350 INFO O| Feb 26 17:25:53.350 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.364 INFO O| Feb 26 17:25:53.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76892026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.364 INFO O| Feb 26 17:25:53.364 INFO STEP 937 (remove_files) COMPLETE
76902026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.364 INFO O| Feb 26 17:25:53.364 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.378 INFO O| Feb 26 17:25:53.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76922026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.378 INFO O| Feb 26 17:25:53.378 INFO STEP 938 (remove_files) COMPLETE
76932026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.378 INFO O| Feb 26 17:25:53.378 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.392 INFO O| Feb 26 17:25:53.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76952026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.392 INFO O| Feb 26 17:25:53.392 INFO STEP 939 (remove_files) COMPLETE
76962026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.392 INFO O| Feb 26 17:25:53.392 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.405 INFO O| Feb 26 17:25:53.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76982026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.405 INFO O| Feb 26 17:25:53.405 INFO STEP 940 (remove_files) COMPLETE
76992026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.405 INFO O| Feb 26 17:25:53.405 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.418 INFO O| Feb 26 17:25:53.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
77012026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.418 INFO O| Feb 26 17:25:53.418 INFO STEP 941 (remove_files) COMPLETE
77022026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.418 INFO O| Feb 26 17:25:53.418 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.430 INFO O| Feb 26 17:25:53.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
77042026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.430 INFO O| Feb 26 17:25:53.430 INFO STEP 942 (remove_files) COMPLETE
77052026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.430 INFO O| Feb 26 17:25:53.430 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.442 INFO O| Feb 26 17:25:53.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
77072026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.442 INFO O| Feb 26 17:25:53.442 INFO STEP 943 (remove_files) COMPLETE
77082026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.442 INFO O| Feb 26 17:25:53.442 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.455 INFO O| Feb 26 17:25:53.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
77102026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.455 INFO O| Feb 26 17:25:53.455 INFO STEP 944 (remove_files) COMPLETE
77112026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.455 INFO O| Feb 26 17:25:53.455 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.467 INFO O| Feb 26 17:25:53.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
77132026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.467 INFO O| Feb 26 17:25:53.467 INFO STEP 945 (remove_files) COMPLETE
77142026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.467 INFO O| Feb 26 17:25:53.467 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.479 INFO O| Feb 26 17:25:53.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
77162026-02-26T17:25:54.001Z[ recovery-image] Feb 26 17:25:53.479 INFO O| Feb 26 17:25:53.479 INFO STEP 946 (remove_files) COMPLETE
77172026-02-26T17:25:54.028Z[ recovery-image] Feb 26 17:25:53.479 INFO O| Feb 26 17:25:53.479 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182026-02-26T17:25:54.028Z[ recovery-image] Feb 26 17:25:53.490 INFO O| Feb 26 17:25:53.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
77192026-02-26T17:25:54.028Z[ recovery-image] Feb 26 17:25:53.491 INFO O| Feb 26 17:25:53.490 INFO STEP 947 (remove_files) COMPLETE
77202026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.491 INFO O| Feb 26 17:25:53.491 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.546 INFO O| Feb 26 17:25:53.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
77222026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.547 INFO O| Feb 26 17:25:53.546 INFO STEP 948 (remove_files) COMPLETE
77232026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.547 INFO O| Feb 26 17:25:53.546 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.559 INFO O| Feb 26 17:25:53.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
77252026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.559 INFO O| Feb 26 17:25:53.559 INFO STEP 949 (remove_files) COMPLETE
77262026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.559 INFO O| Feb 26 17:25:53.559 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.571 INFO O| Feb 26 17:25:53.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
77282026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.571 INFO O| Feb 26 17:25:53.571 INFO STEP 950 (remove_files) COMPLETE
77292026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.571 INFO O| Feb 26 17:25:53.571 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.583 INFO O| Feb 26 17:25:53.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
77312026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.583 INFO O| Feb 26 17:25:53.583 INFO STEP 951 (remove_files) COMPLETE
77322026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.583 INFO O| Feb 26 17:25:53.583 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.596 INFO O| Feb 26 17:25:53.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
77342026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.596 INFO O| Feb 26 17:25:53.596 INFO STEP 952 (remove_files) COMPLETE
77352026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.596 INFO O| Feb 26 17:25:53.596 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.609 INFO O| Feb 26 17:25:53.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
77372026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.609 INFO O| Feb 26 17:25:53.609 INFO STEP 953 (remove_files) COMPLETE
77382026-02-26T17:25:54.029Z[ recovery-image] Feb 26 17:25:53.609 INFO O| Feb 26 17:25:53.609 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392026-02-26T17:25:54.054Z[ recovery-image] Feb 26 17:25:53.624 INFO O| Feb 26 17:25:53.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
77402026-02-26T17:25:54.054Z[ recovery-image] Feb 26 17:25:53.624 INFO O| Feb 26 17:25:53.624 INFO STEP 954 (remove_files) COMPLETE
77412026-02-26T17:25:54.054Z[ recovery-image] Feb 26 17:25:53.624 INFO O| Feb 26 17:25:53.624 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422026-02-26T17:25:54.054Z[ recovery-image] Feb 26 17:25:53.640 INFO O| Feb 26 17:25:53.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
77432026-02-26T17:25:54.054Z[ recovery-image] Feb 26 17:25:53.641 INFO O| Feb 26 17:25:53.641 INFO STEP 955 (remove_files) COMPLETE
77442026-02-26T17:25:54.054Z[ recovery-image] Feb 26 17:25:53.641 INFO O| Feb 26 17:25:53.641 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452026-02-26T17:25:54.079Z[ recovery-image] Feb 26 17:25:53.663 INFO O| Feb 26 17:25:53.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
77462026-02-26T17:25:54.079Z[ recovery-image] Feb 26 17:25:53.663 INFO O| Feb 26 17:25:53.663 INFO STEP 956 (remove_files) COMPLETE
77472026-02-26T17:25:54.079Z[ recovery-image] Feb 26 17:25:53.663 INFO O| Feb 26 17:25:53.663 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482026-02-26T17:25:54.104Z[ recovery-image] Feb 26 17:25:53.682 INFO O| Feb 26 17:25:53.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
77492026-02-26T17:25:54.104Z[ recovery-image] Feb 26 17:25:53.682 INFO O| Feb 26 17:25:53.682 INFO STEP 957 (remove_files) COMPLETE
77502026-02-26T17:25:54.104Z[ recovery-image] Feb 26 17:25:53.682 INFO O| Feb 26 17:25:53.682 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512026-02-26T17:25:54.131Z[ recovery-image] Feb 26 17:25:53.698 INFO O| Feb 26 17:25:53.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
77522026-02-26T17:25:54.131Z[ recovery-image] Feb 26 17:25:53.698 INFO O| Feb 26 17:25:53.698 INFO STEP 958 (remove_files) COMPLETE
77532026-02-26T17:25:54.131Z[ recovery-image] Feb 26 17:25:53.698 INFO O| Feb 26 17:25:53.698 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542026-02-26T17:25:54.131Z[ recovery-image] Feb 26 17:25:53.714 INFO O| Feb 26 17:25:53.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
77552026-02-26T17:25:54.131Z[ recovery-image] Feb 26 17:25:53.714 INFO O| Feb 26 17:25:53.714 INFO STEP 959 (remove_files) COMPLETE
77562026-02-26T17:25:54.131Z[ recovery-image] Feb 26 17:25:53.714 INFO O| Feb 26 17:25:53.714 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572026-02-26T17:25:54.156Z[ recovery-image] Feb 26 17:25:53.728 INFO O| Feb 26 17:25:53.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77582026-02-26T17:25:54.156Z[ recovery-image] Feb 26 17:25:53.728 INFO O| Feb 26 17:25:53.728 INFO STEP 960 (remove_files) COMPLETE
77592026-02-26T17:25:54.156Z[ recovery-image] Feb 26 17:25:53.728 INFO O| Feb 26 17:25:53.728 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602026-02-26T17:25:54.156Z[ recovery-image] Feb 26 17:25:53.741 INFO O| Feb 26 17:25:53.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77612026-02-26T17:25:54.156Z[ recovery-image] Feb 26 17:25:53.741 INFO O| Feb 26 17:25:53.741 INFO STEP 961 (remove_files) COMPLETE
77622026-02-26T17:25:54.156Z[ recovery-image] Feb 26 17:25:53.741 INFO O| Feb 26 17:25:53.741 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632026-02-26T17:25:54.181Z[ recovery-image] Feb 26 17:25:53.755 INFO O| Feb 26 17:25:53.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77642026-02-26T17:25:54.181Z[ recovery-image] Feb 26 17:25:53.755 INFO O| Feb 26 17:25:53.755 INFO STEP 962 (remove_files) COMPLETE
77652026-02-26T17:25:54.182Z[ recovery-image] Feb 26 17:25:53.755 INFO O| Feb 26 17:25:53.755 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662026-02-26T17:25:54.182Z[ recovery-image] Feb 26 17:25:53.769 INFO O| Feb 26 17:25:53.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77672026-02-26T17:25:54.182Z[ recovery-image] Feb 26 17:25:53.769 INFO O| Feb 26 17:25:53.769 INFO STEP 963 (remove_files) COMPLETE
77682026-02-26T17:25:54.182Z[ recovery-image] Feb 26 17:25:53.769 INFO O| Feb 26 17:25:53.769 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692026-02-26T17:25:54.207Z[ recovery-image] Feb 26 17:25:53.783 INFO O| Feb 26 17:25:53.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77702026-02-26T17:25:54.207Z[ recovery-image] Feb 26 17:25:53.783 INFO O| Feb 26 17:25:53.783 INFO STEP 964 (remove_files) COMPLETE
77712026-02-26T17:25:54.207Z[ recovery-image] Feb 26 17:25:53.783 INFO O| Feb 26 17:25:53.783 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722026-02-26T17:25:54.231Z[ recovery-image] Feb 26 17:25:53.797 INFO O| Feb 26 17:25:53.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77732026-02-26T17:25:54.231Z[ recovery-image] Feb 26 17:25:53.797 INFO O| Feb 26 17:25:53.797 INFO STEP 965 (remove_files) COMPLETE
77742026-02-26T17:25:54.231Z[ recovery-image] Feb 26 17:25:53.797 INFO O| Feb 26 17:25:53.797 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752026-02-26T17:25:54.231Z[ recovery-image] Feb 26 17:25:53.809 INFO O| Feb 26 17:25:53.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77762026-02-26T17:25:54.231Z[ recovery-image] Feb 26 17:25:53.810 INFO O| Feb 26 17:25:53.809 INFO STEP 966 (remove_files) COMPLETE
77772026-02-26T17:25:54.231Z[ recovery-image] Feb 26 17:25:53.810 INFO O| Feb 26 17:25:53.810 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782026-02-26T17:25:54.256Z[ recovery-image] Feb 26 17:25:53.822 INFO O| Feb 26 17:25:53.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77792026-02-26T17:25:54.256Z[ recovery-image] Feb 26 17:25:53.822 INFO O| Feb 26 17:25:53.822 INFO STEP 967 (remove_files) COMPLETE
77802026-02-26T17:25:54.256Z[ recovery-image] Feb 26 17:25:53.822 INFO O| Feb 26 17:25:53.822 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812026-02-26T17:25:54.256Z[ recovery-image] Feb 26 17:25:53.835 INFO O| Feb 26 17:25:53.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77822026-02-26T17:25:54.256Z[ recovery-image] Feb 26 17:25:53.835 INFO O| Feb 26 17:25:53.835 INFO STEP 968 (remove_files) COMPLETE
77832026-02-26T17:25:54.256Z[ recovery-image] Feb 26 17:25:53.835 INFO O| Feb 26 17:25:53.835 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842026-02-26T17:25:54.281Z[ recovery-image] Feb 26 17:25:53.847 INFO O| Feb 26 17:25:53.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77852026-02-26T17:25:54.281Z[ recovery-image] Feb 26 17:25:53.847 INFO O| Feb 26 17:25:53.847 INFO STEP 969 (remove_files) COMPLETE
77862026-02-26T17:25:54.281Z[ recovery-image] Feb 26 17:25:53.847 INFO O| Feb 26 17:25:53.847 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872026-02-26T17:25:54.281Z[ recovery-image] Feb 26 17:25:53.865 INFO O| Feb 26 17:25:53.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77882026-02-26T17:25:54.281Z[ recovery-image] Feb 26 17:25:53.865 INFO O| Feb 26 17:25:53.865 INFO STEP 970 (remove_files) COMPLETE
77892026-02-26T17:25:54.281Z[ recovery-image] Feb 26 17:25:53.865 INFO O| Feb 26 17:25:53.865 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902026-02-26T17:25:54.306Z[ recovery-image] Feb 26 17:25:53.884 INFO O| Feb 26 17:25:53.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77912026-02-26T17:25:54.306Z[ recovery-image] Feb 26 17:25:53.884 INFO O| Feb 26 17:25:53.884 INFO STEP 971 (remove_files) COMPLETE
77922026-02-26T17:25:54.306Z[ recovery-image] Feb 26 17:25:53.884 INFO O| Feb 26 17:25:53.884 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932026-02-26T17:25:54.330Z[ recovery-image] Feb 26 17:25:53.902 INFO O| Feb 26 17:25:53.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77942026-02-26T17:25:54.331Z[ recovery-image] Feb 26 17:25:53.902 INFO O| Feb 26 17:25:53.902 INFO STEP 972 (remove_files) COMPLETE
77952026-02-26T17:25:54.331Z[ recovery-image] Feb 26 17:25:53.902 INFO O| Feb 26 17:25:53.902 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962026-02-26T17:25:54.356Z[ recovery-image] Feb 26 17:25:53.920 INFO O| Feb 26 17:25:53.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77972026-02-26T17:25:54.356Z[ recovery-image] Feb 26 17:25:53.920 INFO O| Feb 26 17:25:53.920 INFO STEP 973 (remove_files) COMPLETE
77982026-02-26T17:25:54.356Z[ recovery-image] Feb 26 17:25:53.920 INFO O| Feb 26 17:25:53.920 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992026-02-26T17:25:54.356Z[ recovery-image] Feb 26 17:25:53.936 INFO O| Feb 26 17:25:53.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
78002026-02-26T17:25:54.356Z[ recovery-image] Feb 26 17:25:53.936 INFO O| Feb 26 17:25:53.936 INFO STEP 974 (remove_files) COMPLETE
78012026-02-26T17:25:54.356Z[ recovery-image] Feb 26 17:25:53.936 INFO O| Feb 26 17:25:53.936 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022026-02-26T17:25:54.380Z[ recovery-image] Feb 26 17:25:53.954 INFO O| Feb 26 17:25:53.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
78032026-02-26T17:25:54.380Z[ recovery-image] Feb 26 17:25:53.955 INFO O| Feb 26 17:25:53.955 INFO STEP 975 (remove_files) COMPLETE
78042026-02-26T17:25:54.380Z[ recovery-image] Feb 26 17:25:53.955 INFO O| Feb 26 17:25:53.955 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052026-02-26T17:25:54.406Z[ recovery-image] Feb 26 17:25:53.994 INFO O| Feb 26 17:25:53.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
78062026-02-26T17:25:54.406Z[ recovery-image] Feb 26 17:25:53.994 INFO O| Feb 26 17:25:53.994 INFO STEP 976 (remove_files) COMPLETE
78072026-02-26T17:25:54.431Z[ recovery-image] Feb 26 17:25:53.994 INFO O| Feb 26 17:25:53.994 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082026-02-26T17:25:54.431Z[ recovery-image] Feb 26 17:25:54.010 INFO O| Feb 26 17:25:54.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
78092026-02-26T17:25:54.431Z[ recovery-image] Feb 26 17:25:54.010 INFO O| Feb 26 17:25:54.010 INFO STEP 977 (remove_files) COMPLETE
78102026-02-26T17:25:54.431Z[ recovery-image] Feb 26 17:25:54.010 INFO O| Feb 26 17:25:54.010 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112026-02-26T17:25:54.456Z[ recovery-image] Feb 26 17:25:54.029 INFO O| Feb 26 17:25:54.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
78122026-02-26T17:25:54.456Z[ recovery-image] Feb 26 17:25:54.029 INFO O| Feb 26 17:25:54.029 INFO STEP 978 (remove_files) COMPLETE
78132026-02-26T17:25:54.456Z[ recovery-image] Feb 26 17:25:54.029 INFO O| Feb 26 17:25:54.029 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142026-02-26T17:25:54.481Z[ recovery-image] Feb 26 17:25:54.045 INFO O| Feb 26 17:25:54.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
78152026-02-26T17:25:54.481Z[ recovery-image] Feb 26 17:25:54.045 INFO O| Feb 26 17:25:54.045 INFO STEP 979 (remove_files) COMPLETE
78162026-02-26T17:25:54.481Z[ recovery-image] Feb 26 17:25:54.045 INFO O| Feb 26 17:25:54.045 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172026-02-26T17:25:54.481Z[ recovery-image] Feb 26 17:25:54.064 INFO O| Feb 26 17:25:54.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
78182026-02-26T17:25:54.481Z[ recovery-image] Feb 26 17:25:54.064 INFO O| Feb 26 17:25:54.064 INFO STEP 980 (remove_files) COMPLETE
78192026-02-26T17:25:54.481Z[ recovery-image] Feb 26 17:25:54.064 INFO O| Feb 26 17:25:54.064 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202026-02-26T17:25:54.506Z[ recovery-image] Feb 26 17:25:54.079 INFO O| Feb 26 17:25:54.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
78212026-02-26T17:25:54.506Z[ recovery-image] Feb 26 17:25:54.080 INFO O| Feb 26 17:25:54.080 INFO STEP 981 (remove_files) COMPLETE
78222026-02-26T17:25:54.506Z[ recovery-image] Feb 26 17:25:54.080 INFO O| Feb 26 17:25:54.080 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232026-02-26T17:25:54.531Z[ recovery-image] Feb 26 17:25:54.094 INFO O| Feb 26 17:25:54.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
78242026-02-26T17:25:54.531Z[ recovery-image] Feb 26 17:25:54.095 INFO O| Feb 26 17:25:54.095 INFO STEP 982 (remove_files) COMPLETE
78252026-02-26T17:25:54.531Z[ recovery-image] Feb 26 17:25:54.095 INFO O| Feb 26 17:25:54.095 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262026-02-26T17:25:54.531Z[ recovery-image] Feb 26 17:25:54.110 INFO O| Feb 26 17:25:54.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
78272026-02-26T17:25:54.531Z[ recovery-image] Feb 26 17:25:54.110 INFO O| Feb 26 17:25:54.110 INFO STEP 983 (remove_files) COMPLETE
78282026-02-26T17:25:54.531Z[ recovery-image] Feb 26 17:25:54.110 INFO O| Feb 26 17:25:54.110 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292026-02-26T17:25:54.557Z[ recovery-image] Feb 26 17:25:54.129 INFO O| Feb 26 17:25:54.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
78302026-02-26T17:25:54.557Z[ recovery-image] Feb 26 17:25:54.129 INFO O| Feb 26 17:25:54.129 INFO STEP 984 (remove_files) COMPLETE
78312026-02-26T17:25:54.557Z[ recovery-image] Feb 26 17:25:54.129 INFO O| Feb 26 17:25:54.129 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322026-02-26T17:25:54.582Z[ recovery-image] Feb 26 17:25:54.147 INFO O| Feb 26 17:25:54.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
78332026-02-26T17:25:54.582Z[ recovery-image] Feb 26 17:25:54.147 INFO O| Feb 26 17:25:54.147 INFO STEP 985 (remove_files) COMPLETE
78342026-02-26T17:25:54.582Z[ recovery-image] Feb 26 17:25:54.147 INFO O| Feb 26 17:25:54.147 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352026-02-26T17:25:54.582Z[ recovery-image] Feb 26 17:25:54.163 INFO O| Feb 26 17:25:54.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
78362026-02-26T17:25:54.582Z[ recovery-image] Feb 26 17:25:54.163 INFO O| Feb 26 17:25:54.163 INFO STEP 986 (remove_files) COMPLETE
78372026-02-26T17:25:54.582Z[ recovery-image] Feb 26 17:25:54.163 INFO O| Feb 26 17:25:54.163 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382026-02-26T17:25:54.607Z[ recovery-image] Feb 26 17:25:54.177 INFO O| Feb 26 17:25:54.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
78392026-02-26T17:25:54.607Z[ recovery-image] Feb 26 17:25:54.177 INFO O| Feb 26 17:25:54.177 INFO STEP 987 (remove_files) COMPLETE
78402026-02-26T17:25:54.607Z[ recovery-image] Feb 26 17:25:54.177 INFO O| Feb 26 17:25:54.177 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412026-02-26T17:25:54.607Z[ recovery-image] Feb 26 17:25:54.191 INFO O| Feb 26 17:25:54.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
78422026-02-26T17:25:54.607Z[ recovery-image] Feb 26 17:25:54.191 INFO O| Feb 26 17:25:54.191 INFO STEP 988 (remove_files) COMPLETE
78432026-02-26T17:25:54.607Z[ recovery-image] Feb 26 17:25:54.191 INFO O| Feb 26 17:25:54.191 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442026-02-26T17:25:54.632Z[ recovery-image] Feb 26 17:25:54.220 INFO O| Feb 26 17:25:54.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
78452026-02-26T17:25:54.657Z[ recovery-image] Feb 26 17:25:54.221 INFO O| Feb 26 17:25:54.221 INFO STEP 989 (remove_files) COMPLETE
78462026-02-26T17:25:54.658Z[ recovery-image] Feb 26 17:25:54.221 INFO O| Feb 26 17:25:54.221 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472026-02-26T17:25:54.658Z[ recovery-image] Feb 26 17:25:54.236 INFO O| Feb 26 17:25:54.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
78482026-02-26T17:25:54.658Z[ recovery-image] Feb 26 17:25:54.236 INFO O| Feb 26 17:25:54.236 INFO STEP 990 (remove_files) COMPLETE
78492026-02-26T17:25:54.658Z[ recovery-image] Feb 26 17:25:54.236 INFO O| Feb 26 17:25:54.236 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502026-02-26T17:25:54.683Z[ recovery-image] Feb 26 17:25:54.249 INFO O| Feb 26 17:25:54.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
78512026-02-26T17:25:54.683Z[ recovery-image] Feb 26 17:25:54.249 INFO O| Feb 26 17:25:54.249 INFO STEP 991 (remove_files) COMPLETE
78522026-02-26T17:25:54.683Z[ recovery-image] Feb 26 17:25:54.249 INFO O| Feb 26 17:25:54.249 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532026-02-26T17:25:54.683Z[ recovery-image] Feb 26 17:25:54.262 INFO O| Feb 26 17:25:54.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
78542026-02-26T17:25:54.683Z[ recovery-image] Feb 26 17:25:54.262 INFO O| Feb 26 17:25:54.262 INFO STEP 992 (remove_files) COMPLETE
78552026-02-26T17:25:54.683Z[ recovery-image] Feb 26 17:25:54.262 INFO O| Feb 26 17:25:54.262 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562026-02-26T17:25:54.708Z[ recovery-image] Feb 26 17:25:54.275 INFO O| Feb 26 17:25:54.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78572026-02-26T17:25:54.708Z[ recovery-image] Feb 26 17:25:54.275 INFO O| Feb 26 17:25:54.275 INFO STEP 993 (remove_files) COMPLETE
78582026-02-26T17:25:54.708Z[ recovery-image] Feb 26 17:25:54.275 INFO O| Feb 26 17:25:54.275 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592026-02-26T17:25:54.708Z[ recovery-image] Feb 26 17:25:54.288 INFO O| Feb 26 17:25:54.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78602026-02-26T17:25:54.708Z[ recovery-image] Feb 26 17:25:54.288 INFO O| Feb 26 17:25:54.288 INFO STEP 994 (remove_files) COMPLETE
78612026-02-26T17:25:54.708Z[ recovery-image] Feb 26 17:25:54.289 INFO O| Feb 26 17:25:54.288 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622026-02-26T17:25:54.733Z[ recovery-image] Feb 26 17:25:54.302 INFO O| Feb 26 17:25:54.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78632026-02-26T17:25:54.733Z[ recovery-image] Feb 26 17:25:54.302 INFO O| Feb 26 17:25:54.302 INFO STEP 995 (remove_files) COMPLETE
78642026-02-26T17:25:54.733Z[ recovery-image] Feb 26 17:25:54.302 INFO O| Feb 26 17:25:54.302 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652026-02-26T17:25:54.733Z[ recovery-image] Feb 26 17:25:54.315 INFO O| Feb 26 17:25:54.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78662026-02-26T17:25:54.733Z[ recovery-image] Feb 26 17:25:54.315 INFO O| Feb 26 17:25:54.315 INFO STEP 996 (remove_files) COMPLETE
78672026-02-26T17:25:54.734Z[ recovery-image] Feb 26 17:25:54.316 INFO O| Feb 26 17:25:54.315 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682026-02-26T17:25:54.759Z[ recovery-image] Feb 26 17:25:54.329 INFO O| Feb 26 17:25:54.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78692026-02-26T17:25:54.759Z[ recovery-image] Feb 26 17:25:54.329 INFO O| Feb 26 17:25:54.329 INFO STEP 997 (remove_files) COMPLETE
78702026-02-26T17:25:54.759Z[ recovery-image] Feb 26 17:25:54.329 INFO O| Feb 26 17:25:54.329 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712026-02-26T17:25:54.759Z[ recovery-image] Feb 26 17:25:54.343 INFO O| Feb 26 17:25:54.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78722026-02-26T17:25:54.759Z[ recovery-image] Feb 26 17:25:54.343 INFO O| Feb 26 17:25:54.343 INFO STEP 998 (remove_files) COMPLETE
78732026-02-26T17:25:54.759Z[ recovery-image] Feb 26 17:25:54.344 INFO O| Feb 26 17:25:54.344 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742026-02-26T17:25:54.808Z[ recovery-image] Feb 26 17:25:54.393 INFO O| Feb 26 17:25:54.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78752026-02-26T17:25:54.808Z[ recovery-image] Feb 26 17:25:54.393 INFO O| Feb 26 17:25:54.393 INFO STEP 999 (remove_files) COMPLETE
78762026-02-26T17:25:54.834Z[ recovery-image] Feb 26 17:25:54.393 INFO O| Feb 26 17:25:54.393 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772026-02-26T17:25:54.834Z[ recovery-image] Feb 26 17:25:54.410 INFO O| Feb 26 17:25:54.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78782026-02-26T17:25:54.834Z[ recovery-image] Feb 26 17:25:54.411 INFO O| Feb 26 17:25:54.411 INFO STEP 1000 (remove_files) COMPLETE
78792026-02-26T17:25:54.834Z[ recovery-image] Feb 26 17:25:54.411 INFO O| Feb 26 17:25:54.411 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802026-02-26T17:25:54.868Z[ recovery-image] Feb 26 17:25:54.426 INFO O| Feb 26 17:25:54.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78812026-02-26T17:25:54.868Z[ recovery-image] Feb 26 17:25:54.427 INFO O| Feb 26 17:25:54.427 INFO STEP 1001 (remove_files) COMPLETE
78822026-02-26T17:25:54.868Z[ recovery-image] Feb 26 17:25:54.427 INFO O| Feb 26 17:25:54.427 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832026-02-26T17:25:54.868Z[ recovery-image] Feb 26 17:25:54.444 INFO O| Feb 26 17:25:54.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78842026-02-26T17:25:54.868Z[ recovery-image] Feb 26 17:25:54.444 INFO O| Feb 26 17:25:54.444 INFO STEP 1002 (remove_files) COMPLETE
78852026-02-26T17:25:54.868Z[ recovery-image] Feb 26 17:25:54.444 INFO O| Feb 26 17:25:54.444 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862026-02-26T17:25:54.894Z[ recovery-image] Feb 26 17:25:54.461 INFO O| Feb 26 17:25:54.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78872026-02-26T17:25:54.894Z[ recovery-image] Feb 26 17:25:54.461 INFO O| Feb 26 17:25:54.461 INFO STEP 1003 (remove_files) COMPLETE
78882026-02-26T17:25:54.894Z[ recovery-image] Feb 26 17:25:54.461 INFO O| Feb 26 17:25:54.461 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892026-02-26T17:25:54.894Z[ recovery-image] Feb 26 17:25:54.477 INFO O| Feb 26 17:25:54.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78902026-02-26T17:25:54.894Z[ recovery-image] Feb 26 17:25:54.477 INFO O| Feb 26 17:25:54.477 INFO STEP 1004 (remove_files) COMPLETE
78912026-02-26T17:25:54.894Z[ recovery-image] Feb 26 17:25:54.477 INFO O| Feb 26 17:25:54.477 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922026-02-26T17:25:54.919Z[ recovery-image] Feb 26 17:25:54.493 INFO O| Feb 26 17:25:54.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78932026-02-26T17:25:54.919Z[ recovery-image] Feb 26 17:25:54.493 INFO O| Feb 26 17:25:54.493 INFO STEP 1005 (remove_files) COMPLETE
78942026-02-26T17:25:54.919Z[ recovery-image] Feb 26 17:25:54.494 INFO O| Feb 26 17:25:54.493 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952026-02-26T17:25:54.944Z[ recovery-image] Feb 26 17:25:54.508 INFO O| Feb 26 17:25:54.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78962026-02-26T17:25:54.944Z[ recovery-image] Feb 26 17:25:54.508 INFO O| Feb 26 17:25:54.508 INFO STEP 1006 (remove_files) COMPLETE
78972026-02-26T17:25:54.944Z[ recovery-image] Feb 26 17:25:54.508 INFO O| Feb 26 17:25:54.508 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982026-02-26T17:25:54.944Z[ recovery-image] Feb 26 17:25:54.522 INFO O| Feb 26 17:25:54.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78992026-02-26T17:25:54.944Z[ recovery-image] Feb 26 17:25:54.522 INFO O| Feb 26 17:25:54.522 INFO STEP 1007 (remove_files) COMPLETE
79002026-02-26T17:25:54.944Z[ recovery-image] Feb 26 17:25:54.522 INFO O| Feb 26 17:25:54.522 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012026-02-26T17:25:54.969Z[ recovery-image] Feb 26 17:25:54.536 INFO O| Feb 26 17:25:54.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
79022026-02-26T17:25:54.969Z[ recovery-image] Feb 26 17:25:54.537 INFO O| Feb 26 17:25:54.536 INFO STEP 1008 (remove_files) COMPLETE
79032026-02-26T17:25:54.969Z[ recovery-image] Feb 26 17:25:54.537 INFO O| Feb 26 17:25:54.537 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042026-02-26T17:25:54.969Z[ recovery-image] Feb 26 17:25:54.553 INFO O| Feb 26 17:25:54.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
79052026-02-26T17:25:54.969Z[ recovery-image] Feb 26 17:25:54.553 INFO O| Feb 26 17:25:54.553 INFO STEP 1009 (remove_files) COMPLETE
79062026-02-26T17:25:54.970Z[ recovery-image] Feb 26 17:25:54.553 INFO O| Feb 26 17:25:54.553 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072026-02-26T17:25:54.995Z[ recovery-image] Feb 26 17:25:54.567 INFO O| Feb 26 17:25:54.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
79082026-02-26T17:25:54.995Z[ recovery-image] Feb 26 17:25:54.567 INFO O| Feb 26 17:25:54.567 INFO STEP 1010 (remove_files) COMPLETE
79092026-02-26T17:25:54.995Z[ recovery-image] Feb 26 17:25:54.567 INFO O| Feb 26 17:25:54.567 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102026-02-26T17:25:54.995Z[ recovery-image] Feb 26 17:25:54.580 INFO O| Feb 26 17:25:54.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
79112026-02-26T17:25:54.995Z[ recovery-image] Feb 26 17:25:54.580 INFO O| Feb 26 17:25:54.580 INFO STEP 1011 (remove_files) COMPLETE
79122026-02-26T17:25:54.995Z[ recovery-image] Feb 26 17:25:54.580 INFO O| Feb 26 17:25:54.580 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132026-02-26T17:25:55.021Z[ recovery-image] Feb 26 17:25:54.593 INFO O| Feb 26 17:25:54.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
79142026-02-26T17:25:55.021Z[ recovery-image] Feb 26 17:25:54.593 INFO O| Feb 26 17:25:54.593 INFO STEP 1012 (remove_files) COMPLETE
79152026-02-26T17:25:55.021Z[ recovery-image] Feb 26 17:25:54.594 INFO O| Feb 26 17:25:54.593 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162026-02-26T17:25:55.021Z[ recovery-image] Feb 26 17:25:54.606 INFO O| Feb 26 17:25:54.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
79172026-02-26T17:25:55.021Z[ recovery-image] Feb 26 17:25:54.606 INFO O| Feb 26 17:25:54.606 INFO STEP 1013 (remove_files) COMPLETE
79182026-02-26T17:25:55.021Z[ recovery-image] Feb 26 17:25:54.606 INFO O| Feb 26 17:25:54.606 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192026-02-26T17:25:55.047Z[ recovery-image] Feb 26 17:25:54.618 INFO O| Feb 26 17:25:54.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
79202026-02-26T17:25:55.047Z[ recovery-image] Feb 26 17:25:54.618 INFO O| Feb 26 17:25:54.618 INFO STEP 1014 (remove_files) COMPLETE
79212026-02-26T17:25:55.047Z[ recovery-image] Feb 26 17:25:54.618 INFO O| Feb 26 17:25:54.618 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222026-02-26T17:25:55.047Z[ recovery-image] Feb 26 17:25:54.630 INFO O| Feb 26 17:25:54.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
79232026-02-26T17:25:55.047Z[ recovery-image] Feb 26 17:25:54.630 INFO O| Feb 26 17:25:54.630 INFO STEP 1015 (remove_files) COMPLETE
79242026-02-26T17:25:55.047Z[ recovery-image] Feb 26 17:25:54.630 INFO O| Feb 26 17:25:54.630 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252026-02-26T17:25:55.073Z[ recovery-image] Feb 26 17:25:54.643 INFO O| Feb 26 17:25:54.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
79262026-02-26T17:25:55.073Z[ recovery-image] Feb 26 17:25:54.643 INFO O| Feb 26 17:25:54.643 INFO STEP 1016 (remove_files) COMPLETE
79272026-02-26T17:25:55.073Z[ recovery-image] Feb 26 17:25:54.643 INFO O| Feb 26 17:25:54.643 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282026-02-26T17:25:55.073Z[ recovery-image] Feb 26 17:25:54.655 INFO O| Feb 26 17:25:54.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
79292026-02-26T17:25:55.073Z[ recovery-image] Feb 26 17:25:54.655 INFO O| Feb 26 17:25:54.655 INFO STEP 1017 (remove_files) COMPLETE
79302026-02-26T17:25:55.073Z[ recovery-image] Feb 26 17:25:54.655 INFO O| Feb 26 17:25:54.655 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312026-02-26T17:25:55.098Z[ recovery-image] Feb 26 17:25:54.668 INFO O| Feb 26 17:25:54.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
79322026-02-26T17:25:55.098Z[ recovery-image] Feb 26 17:25:54.668 INFO O| Feb 26 17:25:54.668 INFO STEP 1018 (remove_files) COMPLETE
79332026-02-26T17:25:55.098Z[ recovery-image] Feb 26 17:25:54.668 INFO O| Feb 26 17:25:54.668 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342026-02-26T17:25:55.098Z[ recovery-image] Feb 26 17:25:54.680 INFO O| Feb 26 17:25:54.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
79352026-02-26T17:25:55.098Z[ recovery-image] Feb 26 17:25:54.680 INFO O| Feb 26 17:25:54.680 INFO STEP 1019 (remove_files) COMPLETE
79362026-02-26T17:25:55.098Z[ recovery-image] Feb 26 17:25:54.680 INFO O| Feb 26 17:25:54.680 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372026-02-26T17:25:55.123Z[ recovery-image] Feb 26 17:25:54.692 INFO O| Feb 26 17:25:54.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
79382026-02-26T17:25:55.123Z[ recovery-image] Feb 26 17:25:54.692 INFO O| Feb 26 17:25:54.692 INFO STEP 1020 (remove_files) COMPLETE
79392026-02-26T17:25:55.123Z[ recovery-image] Feb 26 17:25:54.692 INFO O| Feb 26 17:25:54.692 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402026-02-26T17:25:55.123Z[ recovery-image] Feb 26 17:25:54.706 INFO O| Feb 26 17:25:54.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
79412026-02-26T17:25:55.123Z[ recovery-image] Feb 26 17:25:54.706 INFO O| Feb 26 17:25:54.706 INFO STEP 1021 (remove_files) COMPLETE
79422026-02-26T17:25:55.123Z[ recovery-image] Feb 26 17:25:54.706 INFO O| Feb 26 17:25:54.706 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432026-02-26T17:25:55.149Z[ recovery-image] Feb 26 17:25:54.720 INFO O| Feb 26 17:25:54.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
79442026-02-26T17:25:55.149Z[ recovery-image] Feb 26 17:25:54.721 INFO O| Feb 26 17:25:54.721 INFO STEP 1022 (remove_files) COMPLETE
79452026-02-26T17:25:55.149Z[ recovery-image] Feb 26 17:25:54.721 INFO O| Feb 26 17:25:54.721 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462026-02-26T17:25:55.174Z[ recovery-image] Feb 26 17:25:54.739 INFO O| Feb 26 17:25:54.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
79472026-02-26T17:25:55.174Z[ recovery-image] Feb 26 17:25:54.740 INFO O| Feb 26 17:25:54.739 INFO STEP 1023 (remove_files) COMPLETE
79482026-02-26T17:25:55.174Z[ recovery-image] Feb 26 17:25:54.740 INFO O| Feb 26 17:25:54.739 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492026-02-26T17:25:55.174Z[ recovery-image] Feb 26 17:25:54.757 INFO O| Feb 26 17:25:54.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
79502026-02-26T17:25:55.174Z[ recovery-image] Feb 26 17:25:54.758 INFO O| Feb 26 17:25:54.757 INFO STEP 1024 (remove_files) COMPLETE
79512026-02-26T17:25:55.174Z[ recovery-image] Feb 26 17:25:54.758 INFO O| Feb 26 17:25:54.758 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522026-02-26T17:25:55.199Z[ recovery-image] Feb 26 17:25:54.774 INFO O| Feb 26 17:25:54.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
79532026-02-26T17:25:55.199Z[ recovery-image] Feb 26 17:25:54.774 INFO O| Feb 26 17:25:54.774 INFO STEP 1025 (remove_files) COMPLETE
79542026-02-26T17:25:55.199Z[ recovery-image] Feb 26 17:25:54.774 INFO O| Feb 26 17:25:54.774 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552026-02-26T17:25:55.225Z[ recovery-image] Feb 26 17:25:54.788 INFO O| Feb 26 17:25:54.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79562026-02-26T17:25:55.225Z[ recovery-image] Feb 26 17:25:54.788 INFO O| Feb 26 17:25:54.788 INFO STEP 1026 (remove_files) COMPLETE
79572026-02-26T17:25:55.225Z[ recovery-image] Feb 26 17:25:54.788 INFO O| Feb 26 17:25:54.788 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582026-02-26T17:25:55.225Z[ recovery-image] Feb 26 17:25:54.802 INFO O| Feb 26 17:25:54.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79592026-02-26T17:25:55.225Z[ recovery-image] Feb 26 17:25:54.803 INFO O| Feb 26 17:25:54.802 INFO STEP 1027 (remove_files) COMPLETE
79602026-02-26T17:25:55.225Z[ recovery-image] Feb 26 17:25:54.803 INFO O| Feb 26 17:25:54.802 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612026-02-26T17:25:55.251Z[ recovery-image] Feb 26 17:25:54.815 INFO O| Feb 26 17:25:54.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79622026-02-26T17:25:55.251Z[ recovery-image] Feb 26 17:25:54.815 INFO O| Feb 26 17:25:54.815 INFO STEP 1028 (remove_files) COMPLETE
79632026-02-26T17:25:55.251Z[ recovery-image] Feb 26 17:25:54.815 INFO O| Feb 26 17:25:54.815 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642026-02-26T17:25:55.251Z[ recovery-image] Feb 26 17:25:54.832 INFO O| Feb 26 17:25:54.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79652026-02-26T17:25:55.251Z[ recovery-image] Feb 26 17:25:54.832 INFO O| Feb 26 17:25:54.832 INFO STEP 1029 (remove_files) COMPLETE
79662026-02-26T17:25:55.251Z[ recovery-image] Feb 26 17:25:54.832 INFO O| Feb 26 17:25:54.832 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672026-02-26T17:25:55.276Z[ recovery-image] Feb 26 17:25:54.845 INFO O| Feb 26 17:25:54.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79682026-02-26T17:25:55.276Z[ recovery-image] Feb 26 17:25:54.845 INFO O| Feb 26 17:25:54.845 INFO STEP 1030 (remove_files) COMPLETE
79692026-02-26T17:25:55.276Z[ recovery-image] Feb 26 17:25:54.845 INFO O| Feb 26 17:25:54.845 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702026-02-26T17:25:55.276Z[ recovery-image] Feb 26 17:25:54.857 INFO O| Feb 26 17:25:54.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79712026-02-26T17:25:55.276Z[ recovery-image] Feb 26 17:25:54.857 INFO O| Feb 26 17:25:54.857 INFO STEP 1031 (remove_files) COMPLETE
79722026-02-26T17:25:55.276Z[ recovery-image] Feb 26 17:25:54.857 INFO O| Feb 26 17:25:54.857 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732026-02-26T17:25:55.301Z[ recovery-image] Feb 26 17:25:54.868 INFO O| Feb 26 17:25:54.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79742026-02-26T17:25:55.301Z[ recovery-image] Feb 26 17:25:54.868 INFO O| Feb 26 17:25:54.868 INFO STEP 1032 (remove_files) COMPLETE
79752026-02-26T17:25:55.302Z[ recovery-image] Feb 26 17:25:54.868 INFO O| Feb 26 17:25:54.868 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762026-02-26T17:25:55.302Z[ recovery-image] Feb 26 17:25:54.878 INFO O| Feb 26 17:25:54.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79772026-02-26T17:25:55.302Z[ recovery-image] Feb 26 17:25:54.879 INFO O| Feb 26 17:25:54.879 INFO STEP 1033 (remove_files) COMPLETE
79782026-02-26T17:25:55.302Z[ recovery-image] Feb 26 17:25:54.879 INFO O| Feb 26 17:25:54.879 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792026-02-26T17:25:55.327Z[ recovery-image] Feb 26 17:25:54.890 INFO O| Feb 26 17:25:54.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79802026-02-26T17:25:55.327Z[ recovery-image] Feb 26 17:25:54.890 INFO O| Feb 26 17:25:54.890 INFO STEP 1034 (remove_files) COMPLETE
79812026-02-26T17:25:55.327Z[ recovery-image] Feb 26 17:25:54.890 INFO O| Feb 26 17:25:54.890 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822026-02-26T17:25:55.327Z[ recovery-image] Feb 26 17:25:54.906 INFO O| Feb 26 17:25:54.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79832026-02-26T17:25:55.327Z[ recovery-image] Feb 26 17:25:54.907 INFO O| Feb 26 17:25:54.906 INFO STEP 1035 (remove_files) COMPLETE
79842026-02-26T17:25:55.327Z[ recovery-image] Feb 26 17:25:54.907 INFO O| Feb 26 17:25:54.906 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852026-02-26T17:25:55.355Z[ recovery-image] Feb 26 17:25:54.919 INFO O| Feb 26 17:25:54.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79862026-02-26T17:25:55.355Z[ recovery-image] Feb 26 17:25:54.919 INFO O| Feb 26 17:25:54.919 INFO STEP 1036 (remove_files) COMPLETE
79872026-02-26T17:25:55.355Z[ recovery-image] Feb 26 17:25:54.919 INFO O| Feb 26 17:25:54.919 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882026-02-26T17:25:55.355Z[ recovery-image] Feb 26 17:25:54.935 INFO O| Feb 26 17:25:54.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79892026-02-26T17:25:55.355Z[ recovery-image] Feb 26 17:25:54.935 INFO O| Feb 26 17:25:54.935 INFO STEP 1037 (remove_files) COMPLETE
79902026-02-26T17:25:55.355Z[ recovery-image] Feb 26 17:25:54.935 INFO O| Feb 26 17:25:54.935 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912026-02-26T17:25:55.381Z[ recovery-image] Feb 26 17:25:54.948 INFO O| Feb 26 17:25:54.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79922026-02-26T17:25:55.381Z[ recovery-image] Feb 26 17:25:54.948 INFO O| Feb 26 17:25:54.948 INFO STEP 1038 (remove_files) COMPLETE
79932026-02-26T17:25:55.381Z[ recovery-image] Feb 26 17:25:54.948 INFO O| Feb 26 17:25:54.948 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942026-02-26T17:25:55.381Z[ recovery-image] Feb 26 17:25:54.964 INFO O| Feb 26 17:25:54.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79952026-02-26T17:25:55.381Z[ recovery-image] Feb 26 17:25:54.964 INFO O| Feb 26 17:25:54.964 INFO STEP 1039 (remove_files) COMPLETE
79962026-02-26T17:25:55.381Z[ recovery-image] Feb 26 17:25:54.964 INFO O| Feb 26 17:25:54.964 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972026-02-26T17:25:55.416Z[ recovery-image] Feb 26 17:25:54.981 INFO O| Feb 26 17:25:54.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79982026-02-26T17:25:55.416Z[ recovery-image] Feb 26 17:25:54.981 INFO O| Feb 26 17:25:54.981 INFO STEP 1040 (remove_files) COMPLETE
79992026-02-26T17:25:55.416Z[ recovery-image] Feb 26 17:25:54.981 INFO O| Feb 26 17:25:54.981 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002026-02-26T17:25:55.416Z[ recovery-image] Feb 26 17:25:54.995 INFO O| Feb 26 17:25:54.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
80012026-02-26T17:25:55.416Z[ recovery-image] Feb 26 17:25:54.996 INFO O| Feb 26 17:25:54.995 INFO STEP 1041 (remove_files) COMPLETE
80022026-02-26T17:25:55.416Z[ recovery-image] Feb 26 17:25:54.996 INFO O| Feb 26 17:25:54.995 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032026-02-26T17:25:55.443Z[ recovery-image] Feb 26 17:25:55.009 INFO O| Feb 26 17:25:55.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
80042026-02-26T17:25:55.443Z[ recovery-image] Feb 26 17:25:55.009 INFO O| Feb 26 17:25:55.009 INFO STEP 1042 (remove_files) COMPLETE
80052026-02-26T17:25:55.443Z[ recovery-image] Feb 26 17:25:55.009 INFO O| Feb 26 17:25:55.009 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062026-02-26T17:25:55.443Z[ recovery-image] Feb 26 17:25:55.027 INFO O| Feb 26 17:25:55.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
80072026-02-26T17:25:55.443Z[ recovery-image] Feb 26 17:25:55.027 INFO O| Feb 26 17:25:55.027 INFO STEP 1043 (remove_files) COMPLETE
80082026-02-26T17:25:55.443Z[ recovery-image] Feb 26 17:25:55.027 INFO O| Feb 26 17:25:55.027 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092026-02-26T17:25:55.468Z[ recovery-image] Feb 26 17:25:55.045 INFO O| Feb 26 17:25:55.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
80102026-02-26T17:25:55.468Z[ recovery-image] Feb 26 17:25:55.045 INFO O| Feb 26 17:25:55.045 INFO STEP 1044 (remove_files) COMPLETE
80112026-02-26T17:25:55.468Z[ recovery-image] Feb 26 17:25:55.045 INFO O| Feb 26 17:25:55.045 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122026-02-26T17:25:55.493Z[ recovery-image] Feb 26 17:25:55.062 INFO O| Feb 26 17:25:55.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
80132026-02-26T17:25:55.493Z[ recovery-image] Feb 26 17:25:55.062 INFO O| Feb 26 17:25:55.062 INFO STEP 1045 (remove_files) COMPLETE
80142026-02-26T17:25:55.493Z[ recovery-image] Feb 26 17:25:55.062 INFO O| Feb 26 17:25:55.062 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152026-02-26T17:25:55.493Z[ recovery-image] Feb 26 17:25:55.078 INFO O| Feb 26 17:25:55.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
80162026-02-26T17:25:55.493Z[ recovery-image] Feb 26 17:25:55.079 INFO O| Feb 26 17:25:55.079 INFO STEP 1046 (remove_files) COMPLETE
80172026-02-26T17:25:55.493Z[ recovery-image] Feb 26 17:25:55.079 INFO O| Feb 26 17:25:55.079 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182026-02-26T17:25:55.519Z[ recovery-image] Feb 26 17:25:55.093 INFO O| Feb 26 17:25:55.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
80192026-02-26T17:25:55.519Z[ recovery-image] Feb 26 17:25:55.094 INFO O| Feb 26 17:25:55.094 INFO STEP 1047 (remove_files) COMPLETE
80202026-02-26T17:25:55.519Z[ recovery-image] Feb 26 17:25:55.094 INFO O| Feb 26 17:25:55.094 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212026-02-26T17:25:55.545Z[ recovery-image] Feb 26 17:25:55.107 INFO O| Feb 26 17:25:55.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
80222026-02-26T17:25:55.545Z[ recovery-image] Feb 26 17:25:55.107 INFO O| Feb 26 17:25:55.107 INFO STEP 1048 (remove_files) COMPLETE
80232026-02-26T17:25:55.545Z[ recovery-image] Feb 26 17:25:55.107 INFO O| Feb 26 17:25:55.107 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242026-02-26T17:25:55.545Z[ recovery-image] Feb 26 17:25:55.126 INFO O| Feb 26 17:25:55.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
80252026-02-26T17:25:55.545Z[ recovery-image] Feb 26 17:25:55.126 INFO O| Feb 26 17:25:55.126 INFO STEP 1049 (remove_files) COMPLETE
80262026-02-26T17:25:55.545Z[ recovery-image] Feb 26 17:25:55.126 INFO O| Feb 26 17:25:55.126 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272026-02-26T17:25:55.571Z[ recovery-image] Feb 26 17:25:55.145 INFO O| Feb 26 17:25:55.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
80282026-02-26T17:25:55.571Z[ recovery-image] Feb 26 17:25:55.145 INFO O| Feb 26 17:25:55.145 INFO STEP 1050 (remove_files) COMPLETE
80292026-02-26T17:25:55.571Z[ recovery-image] Feb 26 17:25:55.145 INFO O| Feb 26 17:25:55.145 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302026-02-26T17:25:55.596Z[ recovery-image] Feb 26 17:25:55.164 INFO O| Feb 26 17:25:55.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
80312026-02-26T17:25:55.596Z[ recovery-image] Feb 26 17:25:55.165 INFO O| Feb 26 17:25:55.165 INFO STEP 1051 (remove_files) COMPLETE
80322026-02-26T17:25:55.596Z[ recovery-image] Feb 26 17:25:55.165 INFO O| Feb 26 17:25:55.165 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332026-02-26T17:25:55.596Z[ recovery-image] Feb 26 17:25:55.184 INFO O| Feb 26 17:25:55.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
80342026-02-26T17:25:55.596Z[ recovery-image] Feb 26 17:25:55.184 INFO O| Feb 26 17:25:55.184 INFO STEP 1052 (remove_files) COMPLETE
80352026-02-26T17:25:55.596Z[ recovery-image] Feb 26 17:25:55.184 INFO O| Feb 26 17:25:55.184 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362026-02-26T17:25:55.627Z[ recovery-image] Feb 26 17:25:55.203 INFO O| Feb 26 17:25:55.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
80372026-02-26T17:25:55.627Z[ recovery-image] Feb 26 17:25:55.203 INFO O| Feb 26 17:25:55.203 INFO STEP 1053 (remove_files) COMPLETE
80382026-02-26T17:25:55.627Z[ recovery-image] Feb 26 17:25:55.203 INFO O| Feb 26 17:25:55.203 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392026-02-26T17:25:55.655Z[ recovery-image] Feb 26 17:25:55.226 INFO O| Feb 26 17:25:55.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
80402026-02-26T17:25:55.655Z[ recovery-image] Feb 26 17:25:55.226 INFO O| Feb 26 17:25:55.226 INFO STEP 1054 (remove_files) COMPLETE
80412026-02-26T17:25:55.655Z[ recovery-image] Feb 26 17:25:55.226 INFO O| Feb 26 17:25:55.226 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422026-02-26T17:25:55.680Z[ recovery-image] Feb 26 17:25:55.247 INFO O| Feb 26 17:25:55.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
80432026-02-26T17:25:55.680Z[ recovery-image] Feb 26 17:25:55.248 INFO O| Feb 26 17:25:55.247 INFO STEP 1055 (remove_files) COMPLETE
80442026-02-26T17:25:55.680Z[ recovery-image] Feb 26 17:25:55.248 INFO O| Feb 26 17:25:55.247 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452026-02-26T17:25:55.680Z[ recovery-image] Feb 26 17:25:55.267 INFO O| Feb 26 17:25:55.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
80462026-02-26T17:25:55.680Z[ recovery-image] Feb 26 17:25:55.267 INFO O| Feb 26 17:25:55.267 INFO STEP 1056 (remove_files) COMPLETE
80472026-02-26T17:25:55.680Z[ recovery-image] Feb 26 17:25:55.267 INFO O| Feb 26 17:25:55.267 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482026-02-26T17:25:55.705Z[ recovery-image] Feb 26 17:25:55.284 INFO O| Feb 26 17:25:55.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
80492026-02-26T17:25:55.706Z[ recovery-image] Feb 26 17:25:55.292 INFO O| Feb 26 17:25:55.292 INFO STEP 1057 (remove_files) COMPLETE
80502026-02-26T17:25:55.706Z[ recovery-image] Feb 26 17:25:55.292 INFO O| Feb 26 17:25:55.292 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512026-02-26T17:25:55.731Z[ recovery-image] Feb 26 17:25:55.310 INFO O| Feb 26 17:25:55.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
80522026-02-26T17:25:55.731Z[ recovery-image] Feb 26 17:25:55.310 INFO O| Feb 26 17:25:55.310 INFO STEP 1058 (remove_files) COMPLETE
80532026-02-26T17:25:55.731Z[ recovery-image] Feb 26 17:25:55.310 INFO O| Feb 26 17:25:55.310 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542026-02-26T17:25:55.756Z[ recovery-image] Feb 26 17:25:55.326 INFO O| Feb 26 17:25:55.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
80552026-02-26T17:25:55.756Z[ recovery-image] Feb 26 17:25:55.326 INFO O| Feb 26 17:25:55.326 INFO STEP 1059 (remove_files) COMPLETE
80562026-02-26T17:25:55.756Z[ recovery-image] Feb 26 17:25:55.326 INFO O| Feb 26 17:25:55.326 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572026-02-26T17:25:55.780Z[ recovery-image] Feb 26 17:25:55.342 INFO O| Feb 26 17:25:55.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80582026-02-26T17:25:55.780Z[ recovery-image] Feb 26 17:25:55.342 INFO O| Feb 26 17:25:55.342 INFO STEP 1060 (remove_files) COMPLETE
80592026-02-26T17:25:55.781Z[ recovery-image] Feb 26 17:25:55.342 INFO O| Feb 26 17:25:55.342 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602026-02-26T17:25:55.781Z[ recovery-image] Feb 26 17:25:55.358 INFO O| Feb 26 17:25:55.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80612026-02-26T17:25:55.781Z[ recovery-image] Feb 26 17:25:55.358 INFO O| Feb 26 17:25:55.358 INFO STEP 1061 (remove_files) COMPLETE
80622026-02-26T17:25:55.781Z[ recovery-image] Feb 26 17:25:55.358 INFO O| Feb 26 17:25:55.358 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632026-02-26T17:25:55.806Z[ recovery-image] Feb 26 17:25:55.375 INFO O| Feb 26 17:25:55.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80642026-02-26T17:25:55.806Z[ recovery-image] Feb 26 17:25:55.375 INFO O| Feb 26 17:25:55.375 INFO STEP 1062 (remove_files) COMPLETE
80652026-02-26T17:25:55.806Z[ recovery-image] Feb 26 17:25:55.375 INFO O| Feb 26 17:25:55.375 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662026-02-26T17:25:55.806Z[ recovery-image] Feb 26 17:25:55.392 INFO O| Feb 26 17:25:55.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80672026-02-26T17:25:55.806Z[ recovery-image] Feb 26 17:25:55.392 INFO O| Feb 26 17:25:55.392 INFO STEP 1063 (remove_files) COMPLETE
80682026-02-26T17:25:55.806Z[ recovery-image] Feb 26 17:25:55.392 INFO O| Feb 26 17:25:55.392 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692026-02-26T17:25:55.831Z[ recovery-image] Feb 26 17:25:55.408 INFO O| Feb 26 17:25:55.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80702026-02-26T17:25:55.831Z[ recovery-image] Feb 26 17:25:55.408 INFO O| Feb 26 17:25:55.408 INFO STEP 1064 (remove_files) COMPLETE
80712026-02-26T17:25:55.831Z[ recovery-image] Feb 26 17:25:55.408 INFO O| Feb 26 17:25:55.408 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722026-02-26T17:25:55.858Z[ recovery-image] Feb 26 17:25:55.422 INFO O| Feb 26 17:25:55.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80732026-02-26T17:25:55.858Z[ recovery-image] Feb 26 17:25:55.422 INFO O| Feb 26 17:25:55.422 INFO STEP 1065 (remove_files) COMPLETE
80742026-02-26T17:25:55.858Z[ recovery-image] Feb 26 17:25:55.422 INFO O| Feb 26 17:25:55.422 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752026-02-26T17:25:55.858Z[ recovery-image] Feb 26 17:25:55.436 INFO O| Feb 26 17:25:55.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80762026-02-26T17:25:55.858Z[ recovery-image] Feb 26 17:25:55.436 INFO O| Feb 26 17:25:55.436 INFO STEP 1066 (remove_files) COMPLETE
80772026-02-26T17:25:55.858Z[ recovery-image] Feb 26 17:25:55.436 INFO O| Feb 26 17:25:55.436 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782026-02-26T17:25:55.884Z[ recovery-image] Feb 26 17:25:55.451 INFO O| Feb 26 17:25:55.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80792026-02-26T17:25:55.884Z[ recovery-image] Feb 26 17:25:55.451 INFO O| Feb 26 17:25:55.451 INFO STEP 1067 (remove_files) COMPLETE
80802026-02-26T17:25:55.884Z[ recovery-image] Feb 26 17:25:55.451 INFO O| Feb 26 17:25:55.451 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812026-02-26T17:25:55.884Z[ recovery-image] Feb 26 17:25:55.466 INFO O| Feb 26 17:25:55.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80822026-02-26T17:25:55.884Z[ recovery-image] Feb 26 17:25:55.466 INFO O| Feb 26 17:25:55.466 INFO STEP 1068 (remove_files) COMPLETE
80832026-02-26T17:25:55.884Z[ recovery-image] Feb 26 17:25:55.466 INFO O| Feb 26 17:25:55.466 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842026-02-26T17:25:55.909Z[ recovery-image] Feb 26 17:25:55.480 INFO O| Feb 26 17:25:55.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80852026-02-26T17:25:55.909Z[ recovery-image] Feb 26 17:25:55.480 INFO O| Feb 26 17:25:55.480 INFO STEP 1069 (remove_files) COMPLETE
80862026-02-26T17:25:55.909Z[ recovery-image] Feb 26 17:25:55.480 INFO O| Feb 26 17:25:55.480 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872026-02-26T17:25:55.909Z[ recovery-image] Feb 26 17:25:55.492 INFO O| Feb 26 17:25:55.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80882026-02-26T17:25:55.909Z[ recovery-image] Feb 26 17:25:55.493 INFO O| Feb 26 17:25:55.493 INFO STEP 1070 (remove_files) COMPLETE
80892026-02-26T17:25:55.909Z[ recovery-image] Feb 26 17:25:55.493 INFO O| Feb 26 17:25:55.493 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902026-02-26T17:25:55.935Z[ recovery-image] Feb 26 17:25:55.505 INFO O| Feb 26 17:25:55.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80912026-02-26T17:25:55.935Z[ recovery-image] Feb 26 17:25:55.505 INFO O| Feb 26 17:25:55.505 INFO STEP 1071 (remove_files) COMPLETE
80922026-02-26T17:25:55.935Z[ recovery-image] Feb 26 17:25:55.505 INFO O| Feb 26 17:25:55.505 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932026-02-26T17:25:55.935Z[ recovery-image] Feb 26 17:25:55.519 INFO O| Feb 26 17:25:55.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80942026-02-26T17:25:55.936Z[ recovery-image] Feb 26 17:25:55.519 INFO O| Feb 26 17:25:55.519 INFO STEP 1072 (remove_files) COMPLETE
80952026-02-26T17:25:55.936Z[ recovery-image] Feb 26 17:25:55.519 INFO O| Feb 26 17:25:55.519 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962026-02-26T17:25:55.961Z[ recovery-image] Feb 26 17:25:55.533 INFO O| Feb 26 17:25:55.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80972026-02-26T17:25:55.961Z[ recovery-image] Feb 26 17:25:55.533 INFO O| Feb 26 17:25:55.533 INFO STEP 1073 (remove_files) COMPLETE
80982026-02-26T17:25:55.962Z[ recovery-image] Feb 26 17:25:55.533 INFO O| Feb 26 17:25:55.533 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992026-02-26T17:25:55.962Z[ recovery-image] Feb 26 17:25:55.546 INFO O| Feb 26 17:25:55.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
81002026-02-26T17:25:55.962Z[ recovery-image] Feb 26 17:25:55.546 INFO O| Feb 26 17:25:55.546 INFO STEP 1074 (remove_files) COMPLETE
81012026-02-26T17:25:55.962Z[ recovery-image] Feb 26 17:25:55.546 INFO O| Feb 26 17:25:55.546 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022026-02-26T17:25:55.987Z[ recovery-image] Feb 26 17:25:55.558 INFO O| Feb 26 17:25:55.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
81032026-02-26T17:25:55.987Z[ recovery-image] Feb 26 17:25:55.559 INFO O| Feb 26 17:25:55.558 INFO STEP 1075 (remove_files) COMPLETE
81042026-02-26T17:25:55.987Z[ recovery-image] Feb 26 17:25:55.559 INFO O| Feb 26 17:25:55.558 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052026-02-26T17:25:55.987Z[ recovery-image] Feb 26 17:25:55.571 INFO O| Feb 26 17:25:55.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
81062026-02-26T17:25:55.987Z[ recovery-image] Feb 26 17:25:55.571 INFO O| Feb 26 17:25:55.571 INFO STEP 1076 (remove_files) COMPLETE
81072026-02-26T17:25:55.987Z[ recovery-image] Feb 26 17:25:55.571 INFO O| Feb 26 17:25:55.571 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082026-02-26T17:25:56.012Z[ recovery-image] Feb 26 17:25:55.584 INFO O| Feb 26 17:25:55.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
81092026-02-26T17:25:56.012Z[ recovery-image] Feb 26 17:25:55.584 INFO O| Feb 26 17:25:55.584 INFO STEP 1077 (remove_files) COMPLETE
81102026-02-26T17:25:56.012Z[ recovery-image] Feb 26 17:25:55.584 INFO O| Feb 26 17:25:55.584 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112026-02-26T17:25:56.013Z[ recovery-image] Feb 26 17:25:55.597 INFO O| Feb 26 17:25:55.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
81122026-02-26T17:25:56.013Z[ recovery-image] Feb 26 17:25:55.597 INFO O| Feb 26 17:25:55.597 INFO STEP 1078 (remove_files) COMPLETE
81132026-02-26T17:25:56.013Z[ recovery-image] Feb 26 17:25:55.597 INFO O| Feb 26 17:25:55.597 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142026-02-26T17:25:56.038Z[ recovery-image] Feb 26 17:25:55.610 INFO O| Feb 26 17:25:55.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
81152026-02-26T17:25:56.038Z[ recovery-image] Feb 26 17:25:55.610 INFO O| Feb 26 17:25:55.610 INFO STEP 1079 (remove_files) COMPLETE
81162026-02-26T17:25:56.038Z[ recovery-image] Feb 26 17:25:55.610 INFO O| Feb 26 17:25:55.610 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172026-02-26T17:25:56.038Z[ recovery-image] Feb 26 17:25:55.624 INFO O| Feb 26 17:25:55.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
81182026-02-26T17:25:56.038Z[ recovery-image] Feb 26 17:25:55.624 INFO O| Feb 26 17:25:55.624 INFO STEP 1080 (remove_files) COMPLETE
81192026-02-26T17:25:56.038Z[ recovery-image] Feb 26 17:25:55.624 INFO O| Feb 26 17:25:55.624 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202026-02-26T17:25:56.063Z[ recovery-image] Feb 26 17:25:55.638 INFO O| Feb 26 17:25:55.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
81212026-02-26T17:25:56.063Z[ recovery-image] Feb 26 17:25:55.638 INFO O| Feb 26 17:25:55.638 INFO STEP 1081 (remove_files) COMPLETE
81222026-02-26T17:25:56.063Z[ recovery-image] Feb 26 17:25:55.638 INFO O| Feb 26 17:25:55.638 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232026-02-26T17:25:56.088Z[ recovery-image] Feb 26 17:25:55.654 INFO O| Feb 26 17:25:55.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
81242026-02-26T17:25:56.088Z[ recovery-image] Feb 26 17:25:55.654 INFO O| Feb 26 17:25:55.654 INFO STEP 1082 (remove_files) COMPLETE
81252026-02-26T17:25:56.088Z[ recovery-image] Feb 26 17:25:55.654 INFO O| Feb 26 17:25:55.654 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262026-02-26T17:25:56.088Z[ recovery-image] Feb 26 17:25:55.670 INFO O| Feb 26 17:25:55.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
81272026-02-26T17:25:56.088Z[ recovery-image] Feb 26 17:25:55.670 INFO O| Feb 26 17:25:55.670 INFO STEP 1083 (remove_files) COMPLETE
81282026-02-26T17:25:56.088Z[ recovery-image] Feb 26 17:25:55.670 INFO O| Feb 26 17:25:55.670 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292026-02-26T17:25:56.113Z[ recovery-image] Feb 26 17:25:55.690 INFO O| Feb 26 17:25:55.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
81302026-02-26T17:25:56.113Z[ recovery-image] Feb 26 17:25:55.690 INFO O| Feb 26 17:25:55.690 INFO STEP 1084 (remove_files) COMPLETE
81312026-02-26T17:25:56.113Z[ recovery-image] Feb 26 17:25:55.690 INFO O| Feb 26 17:25:55.690 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322026-02-26T17:25:56.138Z[ recovery-image] Feb 26 17:25:55.709 INFO O| Feb 26 17:25:55.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
81332026-02-26T17:25:56.138Z[ recovery-image] Feb 26 17:25:55.709 INFO O| Feb 26 17:25:55.709 INFO STEP 1085 (remove_files) COMPLETE
81342026-02-26T17:25:56.138Z[ recovery-image] Feb 26 17:25:55.709 INFO O| Feb 26 17:25:55.709 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352026-02-26T17:25:56.138Z[ recovery-image] Feb 26 17:25:55.724 INFO O| Feb 26 17:25:55.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
81362026-02-26T17:25:56.138Z[ recovery-image] Feb 26 17:25:55.724 INFO O| Feb 26 17:25:55.724 INFO STEP 1086 (remove_files) COMPLETE
81372026-02-26T17:25:56.138Z[ recovery-image] Feb 26 17:25:55.724 INFO O| Feb 26 17:25:55.724 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382026-02-26T17:25:56.164Z[ recovery-image] Feb 26 17:25:55.742 INFO O| Feb 26 17:25:55.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
81392026-02-26T17:25:56.165Z[ recovery-image] Feb 26 17:25:55.742 INFO O| Feb 26 17:25:55.742 INFO STEP 1087 (remove_files) COMPLETE
81402026-02-26T17:25:56.165Z[ recovery-image] Feb 26 17:25:55.742 INFO O| Feb 26 17:25:55.742 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412026-02-26T17:25:56.190Z[ recovery-image] Feb 26 17:25:55.761 INFO O| Feb 26 17:25:55.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
81422026-02-26T17:25:56.190Z[ recovery-image] Feb 26 17:25:55.761 INFO O| Feb 26 17:25:55.761 INFO STEP 1088 (remove_files) COMPLETE
81432026-02-26T17:25:56.190Z[ recovery-image] Feb 26 17:25:55.761 INFO O| Feb 26 17:25:55.761 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442026-02-26T17:25:56.215Z[ recovery-image] Feb 26 17:25:55.779 INFO O| Feb 26 17:25:55.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
81452026-02-26T17:25:56.215Z[ recovery-image] Feb 26 17:25:55.779 INFO O| Feb 26 17:25:55.779 INFO STEP 1089 (remove_files) COMPLETE
81462026-02-26T17:25:56.215Z[ recovery-image] Feb 26 17:25:55.779 INFO O| Feb 26 17:25:55.779 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472026-02-26T17:25:56.215Z[ recovery-image] Feb 26 17:25:55.797 INFO O| Feb 26 17:25:55.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
81482026-02-26T17:25:56.215Z[ recovery-image] Feb 26 17:25:55.798 INFO O| Feb 26 17:25:55.797 INFO STEP 1090 (remove_files) COMPLETE
81492026-02-26T17:25:56.215Z[ recovery-image] Feb 26 17:25:55.798 INFO O| Feb 26 17:25:55.797 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502026-02-26T17:25:56.240Z[ recovery-image] Feb 26 17:25:55.816 INFO O| Feb 26 17:25:55.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
81512026-02-26T17:25:56.240Z[ recovery-image] Feb 26 17:25:55.816 INFO O| Feb 26 17:25:55.816 INFO STEP 1091 (remove_files) COMPLETE
81522026-02-26T17:25:56.240Z[ recovery-image] Feb 26 17:25:55.816 INFO O| Feb 26 17:25:55.816 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532026-02-26T17:25:56.265Z[ recovery-image] Feb 26 17:25:55.832 INFO O| Feb 26 17:25:55.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
81542026-02-26T17:25:56.265Z[ recovery-image] Feb 26 17:25:55.832 INFO O| Feb 26 17:25:55.832 INFO STEP 1092 (remove_files) COMPLETE
81552026-02-26T17:25:56.265Z[ recovery-image] Feb 26 17:25:55.832 INFO O| Feb 26 17:25:55.832 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562026-02-26T17:25:56.265Z[ recovery-image] Feb 26 17:25:55.846 INFO O| Feb 26 17:25:55.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81572026-02-26T17:25:56.265Z[ recovery-image] Feb 26 17:25:55.846 INFO O| Feb 26 17:25:55.846 INFO STEP 1093 (remove_files) COMPLETE
81582026-02-26T17:25:56.265Z[ recovery-image] Feb 26 17:25:55.846 INFO O| Feb 26 17:25:55.846 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592026-02-26T17:25:56.291Z[ recovery-image] Feb 26 17:25:55.860 INFO O| Feb 26 17:25:55.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81602026-02-26T17:25:56.291Z[ recovery-image] Feb 26 17:25:55.860 INFO O| Feb 26 17:25:55.860 INFO STEP 1094 (remove_files) COMPLETE
81612026-02-26T17:25:56.291Z[ recovery-image] Feb 26 17:25:55.860 INFO O| Feb 26 17:25:55.860 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622026-02-26T17:25:56.291Z[ recovery-image] Feb 26 17:25:55.873 INFO O| Feb 26 17:25:55.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81632026-02-26T17:25:56.291Z[ recovery-image] Feb 26 17:25:55.873 INFO O| Feb 26 17:25:55.873 INFO STEP 1095 (remove_files) COMPLETE
81642026-02-26T17:25:56.291Z[ recovery-image] Feb 26 17:25:55.873 INFO O| Feb 26 17:25:55.873 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652026-02-26T17:25:56.316Z[ recovery-image] Feb 26 17:25:55.887 INFO O| Feb 26 17:25:55.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81662026-02-26T17:25:56.316Z[ recovery-image] Feb 26 17:25:55.887 INFO O| Feb 26 17:25:55.887 INFO STEP 1096 (remove_files) COMPLETE
81672026-02-26T17:25:56.316Z[ recovery-image] Feb 26 17:25:55.887 INFO O| Feb 26 17:25:55.887 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682026-02-26T17:25:56.316Z[ recovery-image] Feb 26 17:25:55.900 INFO O| Feb 26 17:25:55.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81692026-02-26T17:25:56.316Z[ recovery-image] Feb 26 17:25:55.900 INFO O| Feb 26 17:25:55.900 INFO STEP 1097 (remove_files) COMPLETE
81702026-02-26T17:25:56.316Z[ recovery-image] Feb 26 17:25:55.900 INFO O| Feb 26 17:25:55.900 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712026-02-26T17:25:56.343Z[ recovery-image] Feb 26 17:25:55.912 INFO O| Feb 26 17:25:55.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81722026-02-26T17:25:56.343Z[ recovery-image] Feb 26 17:25:55.912 INFO O| Feb 26 17:25:55.912 INFO STEP 1098 (remove_files) COMPLETE
81732026-02-26T17:25:56.344Z[ recovery-image] Feb 26 17:25:55.912 INFO O| Feb 26 17:25:55.912 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742026-02-26T17:25:56.344Z[ recovery-image] Feb 26 17:25:55.924 INFO O| Feb 26 17:25:55.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81752026-02-26T17:25:56.344Z[ recovery-image] Feb 26 17:25:55.924 INFO O| Feb 26 17:25:55.924 INFO STEP 1099 (remove_files) COMPLETE
81762026-02-26T17:25:56.344Z[ recovery-image] Feb 26 17:25:55.924 INFO O| Feb 26 17:25:55.924 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772026-02-26T17:25:56.369Z[ recovery-image] Feb 26 17:25:55.935 INFO O| Feb 26 17:25:55.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81782026-02-26T17:25:56.369Z[ recovery-image] Feb 26 17:25:55.936 INFO O| Feb 26 17:25:55.936 INFO STEP 1100 (remove_files) COMPLETE
81792026-02-26T17:25:56.369Z[ recovery-image] Feb 26 17:25:55.936 INFO O| Feb 26 17:25:55.936 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802026-02-26T17:25:56.369Z[ recovery-image] Feb 26 17:25:55.947 INFO O| Feb 26 17:25:55.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81812026-02-26T17:25:56.369Z[ recovery-image] Feb 26 17:25:55.947 INFO O| Feb 26 17:25:55.947 INFO STEP 1101 (remove_files) COMPLETE
81822026-02-26T17:25:56.369Z[ recovery-image] Feb 26 17:25:55.947 INFO O| Feb 26 17:25:55.947 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832026-02-26T17:25:56.394Z[ recovery-image] Feb 26 17:25:55.959 INFO O| Feb 26 17:25:55.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81842026-02-26T17:25:56.394Z[ recovery-image] Feb 26 17:25:55.959 INFO O| Feb 26 17:25:55.959 INFO STEP 1102 (remove_files) COMPLETE
81852026-02-26T17:25:56.394Z[ recovery-image] Feb 26 17:25:55.959 INFO O| Feb 26 17:25:55.959 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862026-02-26T17:25:56.394Z[ recovery-image] Feb 26 17:25:55.971 INFO O| Feb 26 17:25:55.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81872026-02-26T17:25:56.394Z[ recovery-image] Feb 26 17:25:55.971 INFO O| Feb 26 17:25:55.971 INFO STEP 1103 (remove_files) COMPLETE
81882026-02-26T17:25:56.394Z[ recovery-image] Feb 26 17:25:55.971 INFO O| Feb 26 17:25:55.971 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892026-02-26T17:25:56.420Z[ recovery-image] Feb 26 17:25:55.989 INFO O| Feb 26 17:25:55.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81902026-02-26T17:25:56.420Z[ recovery-image] Feb 26 17:25:55.989 INFO O| Feb 26 17:25:55.989 INFO STEP 1104 (remove_files) COMPLETE
81912026-02-26T17:25:56.420Z[ recovery-image] Feb 26 17:25:55.989 INFO O| Feb 26 17:25:55.989 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922026-02-26T17:25:56.420Z[ recovery-image] Feb 26 17:25:56.005 INFO O| Feb 26 17:25:56.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81932026-02-26T17:25:56.420Z[ recovery-image] Feb 26 17:25:56.006 INFO O| Feb 26 17:25:56.005 INFO STEP 1105 (remove_files) COMPLETE
81942026-02-26T17:25:56.420Z[ recovery-image] Feb 26 17:25:56.006 INFO O| Feb 26 17:25:56.006 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952026-02-26T17:25:56.445Z[ recovery-image] Feb 26 17:25:56.022 INFO O| Feb 26 17:25:56.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81962026-02-26T17:25:56.445Z[ recovery-image] Feb 26 17:25:56.022 INFO O| Feb 26 17:25:56.022 INFO STEP 1106 (remove_files) COMPLETE
81972026-02-26T17:25:56.445Z[ recovery-image] Feb 26 17:25:56.022 INFO O| Feb 26 17:25:56.022 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982026-02-26T17:25:56.472Z[ recovery-image] Feb 26 17:25:56.041 INFO O| Feb 26 17:25:56.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81992026-02-26T17:25:56.472Z[ recovery-image] Feb 26 17:25:56.042 INFO O| Feb 26 17:25:56.042 INFO STEP 1107 (remove_files) COMPLETE
82002026-02-26T17:25:56.472Z[ recovery-image] Feb 26 17:25:56.042 INFO O| Feb 26 17:25:56.042 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012026-02-26T17:25:56.498Z[ recovery-image] Feb 26 17:25:56.061 INFO O| Feb 26 17:25:56.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
82022026-02-26T17:25:56.498Z[ recovery-image] Feb 26 17:25:56.061 INFO O| Feb 26 17:25:56.061 INFO STEP 1108 (remove_files) COMPLETE
82032026-02-26T17:25:56.498Z[ recovery-image] Feb 26 17:25:56.061 INFO O| Feb 26 17:25:56.061 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042026-02-26T17:25:56.498Z[ recovery-image] Feb 26 17:25:56.080 INFO O| Feb 26 17:25:56.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
82052026-02-26T17:25:56.498Z[ recovery-image] Feb 26 17:25:56.080 INFO O| Feb 26 17:25:56.080 INFO STEP 1109 (remove_files) COMPLETE
82062026-02-26T17:25:56.498Z[ recovery-image] Feb 26 17:25:56.080 INFO O| Feb 26 17:25:56.080 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072026-02-26T17:25:56.523Z[ recovery-image] Feb 26 17:25:56.098 INFO O| Feb 26 17:25:56.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
82082026-02-26T17:25:56.523Z[ recovery-image] Feb 26 17:25:56.098 INFO O| Feb 26 17:25:56.098 INFO STEP 1110 (remove_files) COMPLETE
82092026-02-26T17:25:56.523Z[ recovery-image] Feb 26 17:25:56.098 INFO O| Feb 26 17:25:56.098 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102026-02-26T17:25:56.549Z[ recovery-image] Feb 26 17:25:56.115 INFO O| Feb 26 17:25:56.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
82112026-02-26T17:25:56.549Z[ recovery-image] Feb 26 17:25:56.116 INFO O| Feb 26 17:25:56.115 INFO STEP 1111 (remove_files) COMPLETE
82122026-02-26T17:25:56.549Z[ recovery-image] Feb 26 17:25:56.116 INFO O| Feb 26 17:25:56.116 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132026-02-26T17:25:56.549Z[ recovery-image] Feb 26 17:25:56.134 INFO O| Feb 26 17:25:56.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
82142026-02-26T17:25:56.549Z[ recovery-image] Feb 26 17:25:56.134 INFO O| Feb 26 17:25:56.134 INFO STEP 1112 (remove_files) COMPLETE
82152026-02-26T17:25:56.549Z[ recovery-image] Feb 26 17:25:56.135 INFO O| Feb 26 17:25:56.134 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162026-02-26T17:25:56.576Z[ recovery-image] Feb 26 17:25:56.153 INFO O| Feb 26 17:25:56.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
82172026-02-26T17:25:56.576Z[ recovery-image] Feb 26 17:25:56.153 INFO O| Feb 26 17:25:56.153 INFO STEP 1113 (remove_files) COMPLETE
82182026-02-26T17:25:56.576Z[ recovery-image] Feb 26 17:25:56.153 INFO O| Feb 26 17:25:56.153 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192026-02-26T17:25:56.602Z[ recovery-image] Feb 26 17:25:56.169 INFO O| Feb 26 17:25:56.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
82202026-02-26T17:25:56.602Z[ recovery-image] Feb 26 17:25:56.170 INFO O| Feb 26 17:25:56.169 INFO STEP 1114 (remove_files) COMPLETE
82212026-02-26T17:25:56.602Z[ recovery-image] Feb 26 17:25:56.170 INFO O| Feb 26 17:25:56.169 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222026-02-26T17:25:56.602Z[ recovery-image] Feb 26 17:25:56.187 INFO O| Feb 26 17:25:56.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
82232026-02-26T17:25:56.602Z[ recovery-image] Feb 26 17:25:56.187 INFO O| Feb 26 17:25:56.187 INFO STEP 1115 (remove_files) COMPLETE
82242026-02-26T17:25:56.602Z[ recovery-image] Feb 26 17:25:56.187 INFO O| Feb 26 17:25:56.187 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252026-02-26T17:25:56.671Z[ recovery-image] Feb 26 17:25:56.205 INFO O| Feb 26 17:25:56.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
82262026-02-26T17:25:56.671Z[ recovery-image] Feb 26 17:25:56.205 INFO O| Feb 26 17:25:56.205 INFO STEP 1116 (remove_files) COMPLETE
82272026-02-26T17:25:56.671Z[ recovery-image] Feb 26 17:25:56.205 INFO O| Feb 26 17:25:56.205 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282026-02-26T17:25:56.671Z[ recovery-image] Feb 26 17:25:56.224 INFO O| Feb 26 17:25:56.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
82292026-02-26T17:25:56.671Z[ recovery-image] Feb 26 17:25:56.224 INFO O| Feb 26 17:25:56.224 INFO STEP 1117 (remove_files) COMPLETE
82302026-02-26T17:25:56.671Z[ recovery-image] Feb 26 17:25:56.224 INFO O| Feb 26 17:25:56.224 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312026-02-26T17:25:56.698Z[ recovery-image] Feb 26 17:25:56.243 INFO O| Feb 26 17:25:56.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
82322026-02-26T17:25:56.698Z[ recovery-image] Feb 26 17:25:56.243 INFO O| Feb 26 17:25:56.243 INFO STEP 1118 (remove_files) COMPLETE
82332026-02-26T17:25:56.698Z[ recovery-image] Feb 26 17:25:56.243 INFO O| Feb 26 17:25:56.243 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342026-02-26T17:25:56.698Z[ recovery-image] Feb 26 17:25:56.262 INFO O| Feb 26 17:25:56.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
82352026-02-26T17:25:56.698Z[ recovery-image] Feb 26 17:25:56.262 INFO O| Feb 26 17:25:56.262 INFO STEP 1119 (remove_files) COMPLETE
82362026-02-26T17:25:56.698Z[ recovery-image] Feb 26 17:25:56.262 INFO O| Feb 26 17:25:56.262 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372026-02-26T17:25:56.698Z[ recovery-image] Feb 26 17:25:56.280 INFO O| Feb 26 17:25:56.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
82382026-02-26T17:25:56.698Z[ recovery-image] Feb 26 17:25:56.281 INFO O| Feb 26 17:25:56.281 INFO STEP 1120 (remove_files) COMPLETE
82392026-02-26T17:25:56.698Z[ recovery-image] Feb 26 17:25:56.281 INFO O| Feb 26 17:25:56.281 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402026-02-26T17:25:56.726Z[ recovery-image] Feb 26 17:25:56.306 INFO O| Feb 26 17:25:56.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
82412026-02-26T17:25:56.726Z[ recovery-image] Feb 26 17:25:56.306 INFO O| Feb 26 17:25:56.306 INFO STEP 1121 (remove_files) COMPLETE
82422026-02-26T17:25:56.726Z[ recovery-image] Feb 26 17:25:56.306 INFO O| Feb 26 17:25:56.306 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432026-02-26T17:25:56.771Z[ recovery-image] Feb 26 17:25:56.359 INFO O| Feb 26 17:25:56.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
82442026-02-26T17:25:56.772Z[ recovery-image] Feb 26 17:25:56.359 INFO O| Feb 26 17:25:56.359 INFO STEP 1122 (remove_files) COMPLETE
82452026-02-26T17:25:56.797Z[ recovery-image] Feb 26 17:25:56.360 INFO O| Feb 26 17:25:56.360 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462026-02-26T17:25:56.797Z[ recovery-image] Feb 26 17:25:56.374 INFO O| Feb 26 17:25:56.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
82472026-02-26T17:25:56.797Z[ recovery-image] Feb 26 17:25:56.374 INFO O| Feb 26 17:25:56.374 INFO STEP 1123 (remove_files) COMPLETE
82482026-02-26T17:25:56.797Z[ recovery-image] Feb 26 17:25:56.374 INFO O| Feb 26 17:25:56.374 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492026-02-26T17:25:56.822Z[ recovery-image] Feb 26 17:25:56.386 INFO O| Feb 26 17:25:56.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
82502026-02-26T17:25:56.823Z[ recovery-image] Feb 26 17:25:56.387 INFO O| Feb 26 17:25:56.387 INFO STEP 1124 (remove_files) COMPLETE
82512026-02-26T17:25:56.823Z[ recovery-image] Feb 26 17:25:56.387 INFO O| Feb 26 17:25:56.387 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522026-02-26T17:25:56.823Z[ recovery-image] Feb 26 17:25:56.406 INFO O| Feb 26 17:25:56.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
82532026-02-26T17:25:56.823Z[ recovery-image] Feb 26 17:25:56.406 INFO O| Feb 26 17:25:56.406 INFO STEP 1125 (remove_files) COMPLETE
82542026-02-26T17:25:56.823Z[ recovery-image] Feb 26 17:25:56.406 INFO O| Feb 26 17:25:56.406 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552026-02-26T17:25:56.848Z[ recovery-image] Feb 26 17:25:56.429 INFO O| Feb 26 17:25:56.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82562026-02-26T17:25:56.848Z[ recovery-image] Feb 26 17:25:56.429 INFO O| Feb 26 17:25:56.429 INFO STEP 1126 (remove_files) COMPLETE
82572026-02-26T17:25:56.848Z[ recovery-image] Feb 26 17:25:56.430 INFO O| Feb 26 17:25:56.429 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582026-02-26T17:25:56.873Z[ recovery-image] Feb 26 17:25:56.445 INFO O| Feb 26 17:25:56.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82592026-02-26T17:25:56.874Z[ recovery-image] Feb 26 17:25:56.445 INFO O| Feb 26 17:25:56.445 INFO STEP 1127 (remove_files) COMPLETE
82602026-02-26T17:25:56.874Z[ recovery-image] Feb 26 17:25:56.445 INFO O| Feb 26 17:25:56.445 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612026-02-26T17:25:56.899Z[ recovery-image] Feb 26 17:25:56.479 INFO O| Feb 26 17:25:56.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82622026-02-26T17:25:56.899Z[ recovery-image] Feb 26 17:25:56.479 INFO O| Feb 26 17:25:56.479 INFO STEP 1128 (remove_files) COMPLETE
82632026-02-26T17:25:56.899Z[ recovery-image] Feb 26 17:25:56.479 INFO O| Feb 26 17:25:56.479 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642026-02-26T17:25:56.925Z[ recovery-image] Feb 26 17:25:56.494 INFO O| Feb 26 17:25:56.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82652026-02-26T17:25:56.925Z[ recovery-image] Feb 26 17:25:56.494 INFO O| Feb 26 17:25:56.494 INFO STEP 1129 (remove_files) COMPLETE
82662026-02-26T17:25:56.925Z[ recovery-image] Feb 26 17:25:56.494 INFO O| Feb 26 17:25:56.494 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672026-02-26T17:25:56.925Z[ recovery-image] Feb 26 17:25:56.508 INFO O| Feb 26 17:25:56.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82682026-02-26T17:25:56.925Z[ recovery-image] Feb 26 17:25:56.508 INFO O| Feb 26 17:25:56.508 INFO STEP 1130 (remove_files) COMPLETE
82692026-02-26T17:25:56.925Z[ recovery-image] Feb 26 17:25:56.508 INFO O| Feb 26 17:25:56.508 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702026-02-26T17:25:56.950Z[ recovery-image] Feb 26 17:25:56.522 INFO O| Feb 26 17:25:56.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82712026-02-26T17:25:56.950Z[ recovery-image] Feb 26 17:25:56.522 INFO O| Feb 26 17:25:56.522 INFO STEP 1131 (remove_files) COMPLETE
82722026-02-26T17:25:56.950Z[ recovery-image] Feb 26 17:25:56.522 INFO O| Feb 26 17:25:56.522 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732026-02-26T17:25:56.950Z[ recovery-image] Feb 26 17:25:56.535 INFO O| Feb 26 17:25:56.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82742026-02-26T17:25:56.950Z[ recovery-image] Feb 26 17:25:56.535 INFO O| Feb 26 17:25:56.535 INFO STEP 1132 (remove_files) COMPLETE
82752026-02-26T17:25:56.950Z[ recovery-image] Feb 26 17:25:56.535 INFO O| Feb 26 17:25:56.535 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762026-02-26T17:25:56.975Z[ recovery-image] Feb 26 17:25:56.547 INFO O| Feb 26 17:25:56.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82772026-02-26T17:25:56.975Z[ recovery-image] Feb 26 17:25:56.547 INFO O| Feb 26 17:25:56.547 INFO STEP 1133 (remove_files) COMPLETE
82782026-02-26T17:25:56.975Z[ recovery-image] Feb 26 17:25:56.547 INFO O| Feb 26 17:25:56.547 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792026-02-26T17:25:56.975Z[ recovery-image] Feb 26 17:25:56.560 INFO O| Feb 26 17:25:56.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82802026-02-26T17:25:56.975Z[ recovery-image] Feb 26 17:25:56.560 INFO O| Feb 26 17:25:56.560 INFO STEP 1134 (remove_files) COMPLETE
82812026-02-26T17:25:56.975Z[ recovery-image] Feb 26 17:25:56.560 INFO O| Feb 26 17:25:56.560 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822026-02-26T17:25:57.004Z[ recovery-image] Feb 26 17:25:56.574 INFO O| Feb 26 17:25:56.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82832026-02-26T17:25:57.004Z[ recovery-image] Feb 26 17:25:56.574 INFO O| Feb 26 17:25:56.574 INFO STEP 1135 (remove_files) COMPLETE
82842026-02-26T17:25:57.004Z[ recovery-image] Feb 26 17:25:56.574 INFO O| Feb 26 17:25:56.574 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852026-02-26T17:25:57.004Z[ recovery-image] Feb 26 17:25:56.589 INFO O| Feb 26 17:25:56.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82862026-02-26T17:25:57.004Z[ recovery-image] Feb 26 17:25:56.589 INFO O| Feb 26 17:25:56.589 INFO STEP 1136 (remove_files) COMPLETE
82872026-02-26T17:25:57.004Z[ recovery-image] Feb 26 17:25:56.589 INFO O| Feb 26 17:25:56.589 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882026-02-26T17:25:57.029Z[ recovery-image] Feb 26 17:25:56.605 INFO O| Feb 26 17:25:56.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82892026-02-26T17:25:57.029Z[ recovery-image] Feb 26 17:25:56.605 INFO O| Feb 26 17:25:56.605 INFO STEP 1137 (remove_files) COMPLETE
82902026-02-26T17:25:57.029Z[ recovery-image] Feb 26 17:25:56.605 INFO O| Feb 26 17:25:56.605 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912026-02-26T17:25:57.062Z[ recovery-image] Feb 26 17:25:56.649 INFO O| Feb 26 17:25:56.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82922026-02-26T17:25:57.062Z[ recovery-image] Feb 26 17:25:56.649 INFO O| Feb 26 17:25:56.649 INFO STEP 1138 (remove_files) COMPLETE
82932026-02-26T17:25:57.088Z[ recovery-image] Feb 26 17:25:56.649 INFO O| Feb 26 17:25:56.649 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942026-02-26T17:25:57.088Z[ recovery-image] Feb 26 17:25:56.668 INFO O| Feb 26 17:25:56.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82952026-02-26T17:25:57.088Z[ recovery-image] Feb 26 17:25:56.668 INFO O| Feb 26 17:25:56.668 INFO STEP 1139 (remove_files) COMPLETE
82962026-02-26T17:25:57.088Z[ recovery-image] Feb 26 17:25:56.668 INFO O| Feb 26 17:25:56.668 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972026-02-26T17:25:57.114Z[ recovery-image] Feb 26 17:25:56.687 INFO O| Feb 26 17:25:56.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82982026-02-26T17:25:57.114Z[ recovery-image] Feb 26 17:25:56.687 INFO O| Feb 26 17:25:56.687 INFO STEP 1140 (remove_files) COMPLETE
82992026-02-26T17:25:57.114Z[ recovery-image] Feb 26 17:25:56.687 INFO O| Feb 26 17:25:56.687 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002026-02-26T17:25:57.141Z[ recovery-image] Feb 26 17:25:56.705 INFO O| Feb 26 17:25:56.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
83012026-02-26T17:25:57.141Z[ recovery-image] Feb 26 17:25:56.706 INFO O| Feb 26 17:25:56.706 INFO STEP 1141 (remove_files) COMPLETE
83022026-02-26T17:25:57.141Z[ recovery-image] Feb 26 17:25:56.706 INFO O| Feb 26 17:25:56.706 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032026-02-26T17:25:57.141Z[ recovery-image] Feb 26 17:25:56.723 INFO O| Feb 26 17:25:56.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
83042026-02-26T17:25:57.141Z[ recovery-image] Feb 26 17:25:56.723 INFO O| Feb 26 17:25:56.723 INFO STEP 1142 (remove_files) COMPLETE
83052026-02-26T17:25:57.141Z[ recovery-image] Feb 26 17:25:56.723 INFO O| Feb 26 17:25:56.723 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83062026-02-26T17:25:57.166Z[ recovery-image] Feb 26 17:25:56.740 INFO O| Feb 26 17:25:56.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
83072026-02-26T17:25:57.166Z[ recovery-image] Feb 26 17:25:56.740 INFO O| Feb 26 17:25:56.740 INFO STEP 1143 (remove_files) COMPLETE
83082026-02-26T17:25:57.166Z[ recovery-image] Feb 26 17:25:56.740 INFO O| Feb 26 17:25:56.740 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83092026-02-26T17:25:57.191Z[ recovery-image] Feb 26 17:25:56.757 INFO O| Feb 26 17:25:56.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
83102026-02-26T17:25:57.191Z[ recovery-image] Feb 26 17:25:56.757 INFO O| Feb 26 17:25:56.757 INFO STEP 1144 (remove_files) COMPLETE
83112026-02-26T17:25:57.191Z[ recovery-image] Feb 26 17:25:56.757 INFO O| Feb 26 17:25:56.757 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83122026-02-26T17:25:57.191Z[ recovery-image] Feb 26 17:25:56.774 INFO O| Feb 26 17:25:56.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
83132026-02-26T17:25:57.191Z[ recovery-image] Feb 26 17:25:56.774 INFO O| Feb 26 17:25:56.774 INFO STEP 1145 (remove_files) COMPLETE
83142026-02-26T17:25:57.191Z[ recovery-image] Feb 26 17:25:56.774 INFO O| Feb 26 17:25:56.774 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83152026-02-26T17:25:57.219Z[ recovery-image] Feb 26 17:25:56.791 INFO O| Feb 26 17:25:56.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
83162026-02-26T17:25:57.219Z[ recovery-image] Feb 26 17:25:56.791 INFO O| Feb 26 17:25:56.791 INFO STEP 1146 (remove_files) COMPLETE
83172026-02-26T17:25:57.219Z[ recovery-image] Feb 26 17:25:56.791 INFO O| Feb 26 17:25:56.791 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83182026-02-26T17:25:57.244Z[ recovery-image] Feb 26 17:25:56.808 INFO O| Feb 26 17:25:56.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
83192026-02-26T17:25:57.244Z[ recovery-image] Feb 26 17:25:56.808 INFO O| Feb 26 17:25:56.808 INFO STEP 1147 (remove_files) COMPLETE
83202026-02-26T17:25:57.244Z[ recovery-image] Feb 26 17:25:56.809 INFO O| Feb 26 17:25:56.808 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83212026-02-26T17:25:57.244Z[ recovery-image] Feb 26 17:25:56.827 INFO O| Feb 26 17:25:56.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
83222026-02-26T17:25:57.244Z[ recovery-image] Feb 26 17:25:56.827 INFO O| Feb 26 17:25:56.827 INFO STEP 1148 (remove_files) COMPLETE
83232026-02-26T17:25:57.244Z[ recovery-image] Feb 26 17:25:56.827 INFO O| Feb 26 17:25:56.827 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83242026-02-26T17:25:57.269Z[ recovery-image] Feb 26 17:25:56.850 INFO O| Feb 26 17:25:56.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
83252026-02-26T17:25:57.269Z[ recovery-image] Feb 26 17:25:56.850 INFO O| Feb 26 17:25:56.850 INFO STEP 1149 (remove_files) COMPLETE
83262026-02-26T17:25:57.269Z[ recovery-image] Feb 26 17:25:56.850 INFO O| Feb 26 17:25:56.850 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83272026-02-26T17:25:57.294Z[ recovery-image] Feb 26 17:25:56.874 INFO O| Feb 26 17:25:56.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
83282026-02-26T17:25:57.294Z[ recovery-image] Feb 26 17:25:56.874 INFO O| Feb 26 17:25:56.874 INFO STEP 1150 (remove_files) COMPLETE
83292026-02-26T17:25:57.294Z[ recovery-image] Feb 26 17:25:56.874 INFO O| Feb 26 17:25:56.874 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83302026-02-26T17:25:57.325Z[ recovery-image] Feb 26 17:25:56.913 INFO O| Feb 26 17:25:56.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
83312026-02-26T17:25:57.325Z[ recovery-image] Feb 26 17:25:56.913 INFO O| Feb 26 17:25:56.913 INFO STEP 1151 (remove_files) COMPLETE
83322026-02-26T17:25:57.351Z[ recovery-image] Feb 26 17:25:56.913 INFO O| Feb 26 17:25:56.913 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83332026-02-26T17:25:57.351Z[ recovery-image] Feb 26 17:25:56.927 INFO O| Feb 26 17:25:56.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
83342026-02-26T17:25:57.351Z[ recovery-image] Feb 26 17:25:56.927 INFO O| Feb 26 17:25:56.927 INFO STEP 1152 (remove_files) COMPLETE
83352026-02-26T17:25:57.351Z[ recovery-image] Feb 26 17:25:56.927 INFO O| Feb 26 17:25:56.927 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83362026-02-26T17:25:57.377Z[ recovery-image] Feb 26 17:25:56.941 INFO O| Feb 26 17:25:56.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
83372026-02-26T17:25:57.377Z[ recovery-image] Feb 26 17:25:56.941 INFO O| Feb 26 17:25:56.941 INFO STEP 1153 (remove_files) COMPLETE
83382026-02-26T17:25:57.377Z[ recovery-image] Feb 26 17:25:56.941 INFO O| Feb 26 17:25:56.941 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83392026-02-26T17:25:57.377Z[ recovery-image] Feb 26 17:25:56.954 INFO O| Feb 26 17:25:56.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
83402026-02-26T17:25:57.377Z[ recovery-image] Feb 26 17:25:56.955 INFO O| Feb 26 17:25:56.954 INFO STEP 1154 (remove_files) COMPLETE
83412026-02-26T17:25:57.377Z[ recovery-image] Feb 26 17:25:56.955 INFO O| Feb 26 17:25:56.955 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83422026-02-26T17:25:57.402Z[ recovery-image] Feb 26 17:25:56.969 INFO O| Feb 26 17:25:56.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
83432026-02-26T17:25:57.402Z[ recovery-image] Feb 26 17:25:56.969 INFO O| Feb 26 17:25:56.969 INFO STEP 1155 (remove_files) COMPLETE
83442026-02-26T17:25:57.402Z[ recovery-image] Feb 26 17:25:56.969 INFO O| Feb 26 17:25:56.969 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83452026-02-26T17:25:57.402Z[ recovery-image] Feb 26 17:25:56.982 INFO O| Feb 26 17:25:56.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
83462026-02-26T17:25:57.402Z[ recovery-image] Feb 26 17:25:56.983 INFO O| Feb 26 17:25:56.982 INFO STEP 1156 (remove_files) COMPLETE
83472026-02-26T17:25:57.402Z[ recovery-image] Feb 26 17:25:56.983 INFO O| Feb 26 17:25:56.983 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83482026-02-26T17:25:57.427Z[ recovery-image] Feb 26 17:25:56.997 INFO O| Feb 26 17:25:56.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
83492026-02-26T17:25:57.427Z[ recovery-image] Feb 26 17:25:56.997 INFO O| Feb 26 17:25:56.997 INFO STEP 1157 (remove_files) COMPLETE
83502026-02-26T17:25:57.427Z[ recovery-image] Feb 26 17:25:56.997 INFO O| Feb 26 17:25:56.997 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83512026-02-26T17:25:57.427Z[ recovery-image] Feb 26 17:25:57.014 INFO O| Feb 26 17:25:57.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
83522026-02-26T17:25:57.427Z[ recovery-image] Feb 26 17:25:57.014 INFO O| Feb 26 17:25:57.014 INFO STEP 1158 (remove_files) COMPLETE
83532026-02-26T17:25:57.427Z[ recovery-image] Feb 26 17:25:57.014 INFO O| Feb 26 17:25:57.014 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83542026-02-26T17:25:57.452Z[ recovery-image] Feb 26 17:25:57.029 INFO O| Feb 26 17:25:57.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83552026-02-26T17:25:57.452Z[ recovery-image] Feb 26 17:25:57.029 INFO O| Feb 26 17:25:57.029 INFO STEP 1159 (remove_files) COMPLETE
83562026-02-26T17:25:57.452Z[ recovery-image] Feb 26 17:25:57.029 INFO O| Feb 26 17:25:57.029 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83572026-02-26T17:25:57.477Z[ recovery-image] Feb 26 17:25:57.044 INFO O| Feb 26 17:25:57.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83582026-02-26T17:25:57.477Z[ recovery-image] Feb 26 17:25:57.044 INFO O| Feb 26 17:25:57.044 INFO STEP 1160 (remove_files) COMPLETE
83592026-02-26T17:25:57.477Z[ recovery-image] Feb 26 17:25:57.044 INFO O| Feb 26 17:25:57.044 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83602026-02-26T17:25:57.477Z[ recovery-image] Feb 26 17:25:57.059 INFO O| Feb 26 17:25:57.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83612026-02-26T17:25:57.477Z[ recovery-image] Feb 26 17:25:57.059 INFO O| Feb 26 17:25:57.059 INFO STEP 1161 (remove_files) COMPLETE
83622026-02-26T17:25:57.477Z[ recovery-image] Feb 26 17:25:57.059 INFO O| Feb 26 17:25:57.059 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83632026-02-26T17:25:57.502Z[ recovery-image] Feb 26 17:25:57.074 INFO O| Feb 26 17:25:57.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83642026-02-26T17:25:57.502Z[ recovery-image] Feb 26 17:25:57.074 INFO O| Feb 26 17:25:57.074 INFO STEP 1162 (remove_files) COMPLETE
83652026-02-26T17:25:57.502Z[ recovery-image] Feb 26 17:25:57.074 INFO O| Feb 26 17:25:57.074 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83662026-02-26T17:25:57.528Z[ recovery-image] Feb 26 17:25:57.091 INFO O| Feb 26 17:25:57.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83672026-02-26T17:25:57.528Z[ recovery-image] Feb 26 17:25:57.091 INFO O| Feb 26 17:25:57.091 INFO STEP 1163 (remove_files) COMPLETE
83682026-02-26T17:25:57.528Z[ recovery-image] Feb 26 17:25:57.091 INFO O| Feb 26 17:25:57.091 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83692026-02-26T17:25:57.528Z[ recovery-image] Feb 26 17:25:57.110 INFO O| Feb 26 17:25:57.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83702026-02-26T17:25:57.528Z[ recovery-image] Feb 26 17:25:57.110 INFO O| Feb 26 17:25:57.110 INFO STEP 1164 (remove_files) COMPLETE
83712026-02-26T17:25:57.528Z[ recovery-image] Feb 26 17:25:57.110 INFO O| Feb 26 17:25:57.110 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83722026-02-26T17:25:57.553Z[ recovery-image] Feb 26 17:25:57.127 INFO O| Feb 26 17:25:57.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83732026-02-26T17:25:57.553Z[ recovery-image] Feb 26 17:25:57.127 INFO O| Feb 26 17:25:57.127 INFO STEP 1165 (remove_files) COMPLETE
83742026-02-26T17:25:57.553Z[ recovery-image] Feb 26 17:25:57.127 INFO O| Feb 26 17:25:57.127 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83752026-02-26T17:25:57.578Z[ recovery-image] Feb 26 17:25:57.152 INFO O| Feb 26 17:25:57.152 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83762026-02-26T17:25:57.578Z[ recovery-image] Feb 26 17:25:57.152 INFO O| Feb 26 17:25:57.152 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83772026-02-26T17:25:58.824Z[ recovery-image] Feb 26 17:25:58.412 INFO O| Feb 26 17:25:58.412 INFO STEP 1166 (pack_tar) COMPLETE
83782026-02-26T17:25:58.824Z[ recovery-image] Feb 26 17:25:58.412 INFO O| Feb 26 17:25:58.412 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83792026-02-26T17:25:58.861Z[ recovery-image] Feb 26 17:25:58.412 INFO O| Feb 26 17:25:58.412 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83802026-02-26T17:25:59.100Z[ recovery-image] Feb 26 17:25:58.688 INFO O| Feb 26 17:25:58.688 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83812026-02-26T17:25:59.185Z[ recovery-image] Feb 26 17:25:58.773 INFO O| Feb 26 17:25:58.772 INFO completed processing sled/ramdisk-03-recovery-trim
83822026-02-26T17:25:59.210Z[ recovery-image] Feb 26 17:25:58.781 INFO image builder template: zfs-recovery...
83832026-02-26T17:25:59.210Z[ recovery-image] Feb 26 17:25:58.781 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/.tmpVgPXRo/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
83842026-02-26T17:25:59.242Z[ recovery-image] Feb 26 17:25:58.830 INFO O| Feb 26 17:25:58.830 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83852026-02-26T17:25:59.267Z[ recovery-image] Feb 26 17:25:58.838 INFO O| Feb 26 17:25:58.838 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83862026-02-26T17:25:59.292Z[ recovery-image] Feb 26 17:25:58.874 INFO O| Feb 26 17:25:58.874 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83872026-02-26T17:25:59.318Z[ recovery-image] Feb 26 17:25:58.906 INFO O| Feb 26 17:25:58.906 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83882026-02-26T17:25:59.318Z[ recovery-image] Feb 26 17:25:58.906 INFO O| Feb 26 17:25:58.906 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83892026-02-26T17:25:59.343Z[ recovery-image] Feb 26 17:25:58.914 INFO O| Feb 26 17:25:58.914 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83902026-02-26T17:25:59.419Z[ recovery-image] Feb 26 17:25:58.992 INFO O| Feb 26 17:25:58.991 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83912026-02-26T17:25:59.444Z[ recovery-image] Feb 26 17:25:59.014 INFO O| Feb 26 17:25:59.014 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83922026-02-26T17:25:59.469Z[ recovery-image] Feb 26 17:25:59.032 INFO O| Feb 26 17:25:59.032 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83932026-02-26T17:25:59.469Z[ recovery-image] Feb 26 17:25:59.042 INFO O| Feb 26 17:25:59.042 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83942026-02-26T17:25:59.469Z[ recovery-image] Feb 26 17:25:59.053 INFO O| Feb 26 17:25:59.053 INFO no lofi found
83952026-02-26T17:25:59.469Z[ recovery-image] Feb 26 17:25:59.053 INFO O| Feb 26 17:25:59.053 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83962026-02-26T17:25:59.469Z[ recovery-image] Feb 26 17:25:59.053 INFO O| Feb 26 17:25:59.053 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83972026-02-26T17:26:03.418Z[ recovery-image] Feb 26 17:26:03.006 INFO O| Feb 26 17:26:03.006 INFO lofi device = /dev/dsk/c3t1d0p0
83982026-02-26T17:26:03.418Z[ recovery-image] Feb 26 17:26:03.006 INFO O| Feb 26 17:26:03.006 INFO pool device = /dev/dsk/c3t1d0p0
83992026-02-26T17:26:03.443Z[ recovery-image] Feb 26 17:26:03.006 INFO O| Feb 26 17:26:03.006 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"]
84002026-02-26T17:26:03.671Z[ recovery-image] Feb 26 17:26:03.259 INFO O| Feb 26 17:26:03.259 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84012026-02-26T17:26:03.697Z[ recovery-image] Feb 26 17:26:03.259 INFO O| Feb 26 17:26:03.259 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
84022026-02-26T17:26:03.723Z[ recovery-image] Feb 26 17:26:03.298 INFO O| Feb 26 17:26:03.298 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
84032026-02-26T17:26:04.097Z[ recovery-image] Feb 26 17:26:03.685 INFO O| Feb 26 17:26:03.685 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
84042026-02-26T17:26:04.154Z[ recovery-image] Feb 26 17:26:03.741 INFO O| Feb 26 17:26:03.741 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
84052026-02-26T17:26:04.189Z[ recovery-image] Feb 26 17:26:03.778 INFO O| Feb 26 17:26:03.778 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
84062026-02-26T17:26:04.214Z[ recovery-image] Feb 26 17:26:03.803 INFO O| Feb 26 17:26:03.803 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
84072026-02-26T17:26:04.283Z[ recovery-image] Feb 26 17:26:03.872 INFO O| Feb 26 17:26:03.872 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
84082026-02-26T17:26:04.283Z[ recovery-image] Feb 26 17:26:03.872 INFO O| Feb 26 17:26:03.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
84092026-02-26T17:26:04.308Z[ recovery-image] Feb 26 17:26:03.872 INFO O| Feb 26 17:26:03.872 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
84102026-02-26T17:26:04.309Z[ recovery-image] Feb 26 17:26:03.886 INFO O| Feb 26 17:26:03.886 INFO boot environment UUID: 338a52a1-d21b-43e8-a39e-ff747d667c09
84112026-02-26T17:26:04.309Z[ recovery-image] Feb 26 17:26:03.886 INFO O| Feb 26 17:26:03.886 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 338a52a1-d21b-43e8-a39e-ff747d667c09
84122026-02-26T17:26:04.333Z[ recovery-image] Feb 26 17:26:03.920 INFO O| Feb 26 17:26:03.920 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
84132026-02-26T17:26:04.361Z[ recovery-image] Feb 26 17:26:03.950 INFO O| Feb 26 17:26:03.949 INFO STEP 0 (create_be) COMPLETE
84142026-02-26T17:26:04.361Z[ recovery-image] Feb 26 17:26:03.950 INFO O| Feb 26 17:26:03.950 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84152026-02-26T17:26:04.394Z[ recovery-image] Feb 26 17:26:03.982 INFO O| Feb 26 17:26:03.982 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"]
84162026-02-26T17:26:14.274Z[ recovery-image] Feb 26 17:26:13.863 INFO O| Feb 26 17:26:13.863 INFO STEP 1 (unpack_tar) COMPLETE
84172026-02-26T17:26:14.274Z[ recovery-image] Feb 26 17:26:13.863 INFO O| Feb 26 17:26:13.863 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84182026-02-26T17:26:14.299Z[ recovery-image] Feb 26 17:26:13.881 INFO O| Feb 26 17:26:13.881 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
84192026-02-26T17:26:16.595Z[ recovery-image] Feb 26 17:26:16.184 INFO O| Feb 26 17:26:16.184 INFO STEP 2 (devfsadm) COMPLETE
84202026-02-26T17:26:16.595Z[ recovery-image] Feb 26 17:26:16.184 INFO O| Feb 26 17:26:16.184 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84212026-02-26T17:26:16.620Z[ recovery-image] Feb 26 17:26:16.200 INFO O| Feb 26 17:26:16.200 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84222026-02-26T17:26:16.620Z[ recovery-image] Feb 26 17:26:16.200 INFO O| Feb 26 17:26:16.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84232026-02-26T17:26:16.620Z[ recovery-image] Feb 26 17:26:16.200 INFO O| Feb 26 17:26:16.200 INFO STEP 3 (ensure_dir) COMPLETE
84242026-02-26T17:26:16.620Z[ recovery-image] Feb 26 17:26:16.200 INFO O| Feb 26 17:26:16.200 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84252026-02-26T17:26:16.645Z[ recovery-image] Feb 26 17:26:16.216 INFO O| Feb 26 17:26:16.216 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84262026-02-26T17:26:16.645Z[ recovery-image] Feb 26 17:26:16.216 INFO O| Feb 26 17:26:16.216 INFO STEP 4 (ensure_dir) COMPLETE
84272026-02-26T17:26:16.645Z[ recovery-image] Feb 26 17:26:16.216 INFO O| Feb 26 17:26:16.216 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84282026-02-26T17:26:16.645Z[ recovery-image] Feb 26 17:26:16.228 INFO O| Feb 26 17:26:16.228 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84292026-02-26T17:26:16.645Z[ recovery-image] Feb 26 17:26:16.228 INFO O| Feb 26 17:26:16.228 INFO STEP 5 (ensure_dir) COMPLETE
84302026-02-26T17:26:16.645Z[ recovery-image] Feb 26 17:26:16.228 INFO O| Feb 26 17:26:16.228 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84312026-02-26T17:26:16.695Z[ recovery-image] Feb 26 17:26:16.245 INFO O| Feb 26 17:26:16.245 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84322026-02-26T17:26:16.695Z[ recovery-image] Feb 26 17:26:16.245 INFO O| Feb 26 17:26:16.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84332026-02-26T17:26:16.695Z[ recovery-image] Feb 26 17:26:16.245 INFO O| Feb 26 17:26:16.245 INFO STEP 6 (ensure_dir) COMPLETE
84342026-02-26T17:26:16.695Z[ recovery-image] Feb 26 17:26:16.245 INFO O| Feb 26 17:26:16.245 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84352026-02-26T17:26:16.695Z[ recovery-image] Feb 26 17:26:16.259 INFO O| Feb 26 17:26:16.259 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84362026-02-26T17:26:16.695Z[ recovery-image] Feb 26 17:26:16.259 INFO O| Feb 26 17:26:16.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84372026-02-26T17:26:16.695Z[ recovery-image] Feb 26 17:26:16.259 INFO O| Feb 26 17:26:16.259 INFO STEP 7 (ensure_dir) COMPLETE
84382026-02-26T17:26:16.695Z[ recovery-image] Feb 26 17:26:16.259 INFO O| Feb 26 17:26:16.259 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84392026-02-26T17:26:16.695Z[ recovery-image] Feb 26 17:26:16.276 INFO O| Feb 26 17:26:16.276 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
84402026-02-26T17:26:16.695Z[ recovery-image] Feb 26 17:26:16.276 INFO O| Feb 26 17:26:16.276 INFO STEP 8 (remove_files) COMPLETE
84412026-02-26T17:26:16.695Z[ recovery-image] Feb 26 17:26:16.276 INFO O| Feb 26 17:26:16.276 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84422026-02-26T17:26:16.720Z[ recovery-image] Feb 26 17:26:16.293 INFO O| Feb 26 17:26:16.293 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
84432026-02-26T17:26:16.720Z[ recovery-image] Feb 26 17:26:16.294 INFO O| Feb 26 17:26:16.294 INFO STEP 9 (remove_files) COMPLETE
84442026-02-26T17:26:16.720Z[ recovery-image] Feb 26 17:26:16.294 INFO O| Feb 26 17:26:16.294 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84452026-02-26T17:26:16.745Z[ recovery-image] Feb 26 17:26:16.309 INFO O| Feb 26 17:26:16.309 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
84462026-02-26T17:26:16.745Z[ recovery-image] Feb 26 17:26:16.311 INFO O| Feb 26 17:26:16.311 INFO STEP 10 (remove_files) COMPLETE
84472026-02-26T17:26:16.745Z[ recovery-image] Feb 26 17:26:16.311 INFO O| Feb 26 17:26:16.311 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84482026-02-26T17:26:16.770Z[ recovery-image] Feb 26 17:26:16.328 INFO O| Feb 26 17:26:16.328 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84492026-02-26T17:26:16.770Z[ recovery-image] Feb 26 17:26:16.328 INFO O| Feb 26 17:26:16.328 INFO STEP 11 (remove_files) COMPLETE
84502026-02-26T17:26:16.770Z[ recovery-image] Feb 26 17:26:16.328 INFO O| Feb 26 17:26:16.328 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84512026-02-26T17:26:16.770Z[ recovery-image] Feb 26 17:26:16.342 INFO O| Feb 26 17:26:16.342 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84522026-02-26T17:26:16.770Z[ recovery-image] Feb 26 17:26:16.342 INFO O| Feb 26 17:26:16.342 INFO STEP 12 (remove_files) COMPLETE
84532026-02-26T17:26:16.770Z[ recovery-image] Feb 26 17:26:16.342 INFO O| Feb 26 17:26:16.342 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84542026-02-26T17:26:16.770Z[ recovery-image] Feb 26 17:26:16.356 INFO O| Feb 26 17:26:16.356 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84552026-02-26T17:26:16.770Z[ recovery-image] Feb 26 17:26:16.356 INFO O| Feb 26 17:26:16.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84562026-02-26T17:26:16.770Z[ recovery-image] Feb 26 17:26:16.356 INFO O| Feb 26 17:26:16.356 INFO STEP 13 (ensure_dir) COMPLETE
84572026-02-26T17:26:16.770Z[ recovery-image] Feb 26 17:26:16.356 INFO O| Feb 26 17:26:16.356 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84582026-02-26T17:26:16.795Z[ recovery-image] Feb 26 17:26:16.370 INFO O| Feb 26 17:26:16.370 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84592026-02-26T17:26:16.796Z[ recovery-image] Feb 26 17:26:16.370 INFO O| Feb 26 17:26:16.370 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84602026-02-26T17:26:16.796Z[ recovery-image] Feb 26 17:26:16.370 INFO O| Feb 26 17:26:16.370 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84612026-02-26T17:26:16.796Z[ recovery-image] Feb 26 17:26:16.370 INFO O| Feb 26 17:26:16.370 INFO STEP 14 (ensure_dir) COMPLETE
84622026-02-26T17:26:16.796Z[ recovery-image] Feb 26 17:26:16.370 INFO O| Feb 26 17:26:16.370 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84632026-02-26T17:26:16.820Z[ recovery-image] Feb 26 17:26:16.385 INFO O| Feb 26 17:26:16.385 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84642026-02-26T17:26:16.821Z[ recovery-image] Feb 26 17:26:16.385 INFO O| Feb 26 17:26:16.385 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84652026-02-26T17:26:16.821Z[ recovery-image] Feb 26 17:26:16.386 INFO O| Feb 26 17:26:16.385 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84662026-02-26T17:26:16.821Z[ recovery-image] Feb 26 17:26:16.386 INFO O| Feb 26 17:26:16.386 INFO STEP 15 (ensure_dir) COMPLETE
84672026-02-26T17:26:16.821Z[ recovery-image] Feb 26 17:26:16.386 INFO O| Feb 26 17:26:16.386 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84682026-02-26T17:26:16.821Z[ recovery-image] Feb 26 17:26:16.400 INFO O| Feb 26 17:26:16.400 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84692026-02-26T17:26:16.821Z[ recovery-image] Feb 26 17:26:16.400 INFO O| Feb 26 17:26:16.400 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84702026-02-26T17:26:16.821Z[ recovery-image] Feb 26 17:26:16.400 INFO O| Feb 26 17:26:16.400 INFO STEP 16 (ensure_dir) COMPLETE
84712026-02-26T17:26:16.821Z[ recovery-image] Feb 26 17:26:16.400 INFO O| Feb 26 17:26:16.400 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84722026-02-26T17:26:16.846Z[ recovery-image] Feb 26 17:26:16.414 INFO O| Feb 26 17:26:16.414 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84732026-02-26T17:26:16.846Z[ recovery-image] Feb 26 17:26:16.414 INFO O| Feb 26 17:26:16.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84742026-02-26T17:26:16.846Z[ recovery-image] Feb 26 17:26:16.414 INFO O| Feb 26 17:26:16.414 INFO STEP 17 (ensure_dir) COMPLETE
84752026-02-26T17:26:16.846Z[ recovery-image] Feb 26 17:26:16.414 INFO O| Feb 26 17:26:16.414 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84762026-02-26T17:26:16.846Z[ recovery-image] Feb 26 17:26:16.431 INFO O| Feb 26 17:26:16.431 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84772026-02-26T17:26:16.846Z[ recovery-image] Feb 26 17:26:16.431 INFO O| Feb 26 17:26:16.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84782026-02-26T17:26:16.846Z[ recovery-image] Feb 26 17:26:16.431 INFO O| Feb 26 17:26:16.431 INFO ok!
84792026-02-26T17:26:16.846Z[ recovery-image] Feb 26 17:26:16.431 INFO O| Feb 26 17:26:16.431 INFO STEP 18 (ensure_symlink) COMPLETE
84802026-02-26T17:26:16.846Z[ recovery-image] Feb 26 17:26:16.431 INFO O| Feb 26 17:26:16.431 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84812026-02-26T17:26:16.872Z[ recovery-image] Feb 26 17:26:16.446 INFO O| Feb 26 17:26:16.446 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84822026-02-26T17:26:16.872Z[ recovery-image] Feb 26 17:26:16.446 INFO O| Feb 26 17:26:16.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84832026-02-26T17:26:16.872Z[ recovery-image] Feb 26 17:26:16.446 INFO O| Feb 26 17:26:16.446 INFO ok!
84842026-02-26T17:26:16.872Z[ recovery-image] Feb 26 17:26:16.446 INFO O| Feb 26 17:26:16.446 INFO STEP 19 (ensure_file) COMPLETE
84852026-02-26T17:26:16.872Z[ recovery-image] Feb 26 17:26:16.446 INFO O| Feb 26 17:26:16.446 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84862026-02-26T17:26:16.872Z[ recovery-image] Feb 26 17:26:16.460 INFO O| Feb 26 17:26:16.460 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84872026-02-26T17:26:16.872Z[ recovery-image] Feb 26 17:26:16.460 INFO O| Feb 26 17:26:16.460 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84882026-02-26T17:26:16.897Z[ recovery-image] Feb 26 17:26:16.460 INFO O| Feb 26 17:26:16.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84892026-02-26T17:26:16.897Z[ recovery-image] Feb 26 17:26:16.460 INFO O| Feb 26 17:26:16.460 INFO ok!
84902026-02-26T17:26:16.897Z[ recovery-image] Feb 26 17:26:16.460 INFO O| Feb 26 17:26:16.460 INFO STEP 20 (ensure_symlink) COMPLETE
84912026-02-26T17:26:16.897Z[ recovery-image] Feb 26 17:26:16.460 INFO O| Feb 26 17:26:16.460 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84922026-02-26T17:26:16.897Z[ recovery-image] Feb 26 17:26:16.477 INFO O| Feb 26 17:26:16.477 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84932026-02-26T17:26:16.897Z[ recovery-image] Feb 26 17:26:16.478 INFO O| Feb 26 17:26:16.477 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84942026-02-26T17:26:16.897Z[ recovery-image] Feb 26 17:26:16.478 INFO O| Feb 26 17:26:16.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84952026-02-26T17:26:16.897Z[ recovery-image] Feb 26 17:26:16.478 INFO O| Feb 26 17:26:16.478 INFO ok!
84962026-02-26T17:26:16.897Z[ recovery-image] Feb 26 17:26:16.478 INFO O| Feb 26 17:26:16.478 INFO STEP 21 (ensure_symlink) COMPLETE
84972026-02-26T17:26:16.897Z[ recovery-image] Feb 26 17:26:16.478 INFO O| Feb 26 17:26:16.478 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84982026-02-26T17:26:16.922Z[ recovery-image] Feb 26 17:26:16.493 INFO O| Feb 26 17:26:16.492 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84992026-02-26T17:26:16.922Z[ recovery-image] Feb 26 17:26:16.493 INFO O| Feb 26 17:26:16.492 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
85002026-02-26T17:26:16.922Z[ recovery-image] Feb 26 17:26:16.493 INFO O| Feb 26 17:26:16.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
85012026-02-26T17:26:16.922Z[ recovery-image] Feb 26 17:26:16.493 INFO O| Feb 26 17:26:16.493 INFO ok!
85022026-02-26T17:26:16.922Z[ recovery-image] Feb 26 17:26:16.493 INFO O| Feb 26 17:26:16.493 INFO STEP 22 (ensure_symlink) COMPLETE
85032026-02-26T17:26:16.922Z[ recovery-image] Feb 26 17:26:16.493 INFO O| Feb 26 17:26:16.493 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85042026-02-26T17:26:16.922Z[ recovery-image] Feb 26 17:26:16.506 INFO O| Feb 26 17:26:16.506 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
85052026-02-26T17:26:16.922Z[ recovery-image] Feb 26 17:26:16.506 INFO O| Feb 26 17:26:16.506 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
85062026-02-26T17:26:16.922Z[ recovery-image] Feb 26 17:26:16.506 INFO O| Feb 26 17:26:16.506 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
85072026-02-26T17:26:16.923Z[ recovery-image] Feb 26 17:26:16.506 INFO O| Feb 26 17:26:16.506 INFO ok!
85082026-02-26T17:26:16.923Z[ recovery-image] Feb 26 17:26:16.506 INFO O| Feb 26 17:26:16.506 INFO STEP 23 (ensure_symlink) COMPLETE
85092026-02-26T17:26:16.923Z[ recovery-image] Feb 26 17:26:16.506 INFO O| Feb 26 17:26:16.506 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85102026-02-26T17:26:16.948Z[ recovery-image] Feb 26 17:26:16.520 INFO O| Feb 26 17:26:16.519 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
85112026-02-26T17:26:16.948Z[ recovery-image] Feb 26 17:26:16.520 INFO O| Feb 26 17:26:16.520 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 ...
85122026-02-26T17:26:16.948Z[ recovery-image] Feb 26 17:26:16.520 INFO O| Feb 26 17:26:16.520 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
85132026-02-26T17:26:16.948Z[ recovery-image] Feb 26 17:26:16.520 INFO O| Feb 26 17:26:16.520 INFO ok!
85142026-02-26T17:26:16.948Z[ recovery-image] Feb 26 17:26:16.520 INFO O| Feb 26 17:26:16.520 INFO STEP 24 (ensure_file) COMPLETE
85152026-02-26T17:26:16.948Z[ recovery-image] Feb 26 17:26:16.520 INFO O| Feb 26 17:26:16.520 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
85162026-02-26T17:26:16.973Z[ recovery-image] Feb 26 17:26:16.538 INFO O| Feb 26 17:26:16.538 INFO updating shadow file
85172026-02-26T17:26:16.973Z[ recovery-image] Feb 26 17:26:16.539 INFO O| Feb 26 17:26:16.539 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85182026-02-26T17:26:16.973Z[ recovery-image] Feb 26 17:26:16.539 INFO O| Feb 26 17:26:16.539 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85192026-02-26T17:26:16.973Z[ recovery-image] Feb 26 17:26:16.539 INFO O| Feb 26 17:26:16.539 INFO STEP 25 (shadow) COMPLETE
85202026-02-26T17:26:16.973Z[ recovery-image] Feb 26 17:26:16.539 INFO O| Feb 26 17:26:16.539 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85212026-02-26T17:26:16.973Z[ recovery-image] Feb 26 17:26:16.554 INFO O| Feb 26 17:26:16.554 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
85222026-02-26T17:26:16.973Z[ recovery-image] Feb 26 17:26:16.554 INFO O| Feb 26 17:26:16.554 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
85232026-02-26T17:26:16.973Z[ recovery-image] Feb 26 17:26:16.555 INFO O| Feb 26 17:26:16.554 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
85242026-02-26T17:26:16.973Z[ recovery-image] Feb 26 17:26:16.555 INFO O| Feb 26 17:26:16.555 INFO ok!
85252026-02-26T17:26:16.973Z[ recovery-image] Feb 26 17:26:16.555 INFO O| Feb 26 17:26:16.555 INFO STEP 26 (ensure_file) COMPLETE
85262026-02-26T17:26:16.973Z[ recovery-image] Feb 26 17:26:16.555 INFO O| Feb 26 17:26:16.555 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85272026-02-26T17:26:16.999Z[ recovery-image] Feb 26 17:26:16.569 INFO O| Feb 26 17:26:16.569 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
85282026-02-26T17:26:16.999Z[ recovery-image] Feb 26 17:26:16.569 INFO O| Feb 26 17:26:16.569 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
85292026-02-26T17:26:16.999Z[ recovery-image] Feb 26 17:26:16.569 INFO O| Feb 26 17:26:16.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
85302026-02-26T17:26:16.999Z[ recovery-image] Feb 26 17:26:16.569 INFO O| Feb 26 17:26:16.569 INFO ok!
85312026-02-26T17:26:16.999Z[ recovery-image] Feb 26 17:26:16.569 INFO O| Feb 26 17:26:16.569 INFO STEP 27 (ensure_file) COMPLETE
85322026-02-26T17:26:16.999Z[ recovery-image] Feb 26 17:26:16.569 INFO O| Feb 26 17:26:16.569 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85332026-02-26T17:26:17.025Z[ recovery-image] Feb 26 17:26:16.587 INFO O| Feb 26 17:26:16.587 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
85342026-02-26T17:26:17.025Z[ recovery-image] Feb 26 17:26:16.587 INFO O| Feb 26 17:26:16.587 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
85352026-02-26T17:26:17.025Z[ recovery-image] Feb 26 17:26:16.588 INFO O| Feb 26 17:26:16.588 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85362026-02-26T17:26:17.025Z[ recovery-image] Feb 26 17:26:16.588 INFO O| Feb 26 17:26:16.588 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85372026-02-26T17:26:17.025Z[ recovery-image] Feb 26 17:26:16.588 INFO O| Feb 26 17:26:16.588 INFO ok!
85382026-02-26T17:26:17.025Z[ recovery-image] Feb 26 17:26:16.588 INFO O| Feb 26 17:26:16.588 INFO STEP 28 (ensure_file) COMPLETE
85392026-02-26T17:26:17.025Z[ recovery-image] Feb 26 17:26:16.588 INFO O| Feb 26 17:26:16.588 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85402026-02-26T17:26:17.025Z[ recovery-image] Feb 26 17:26:16.605 INFO O| Feb 26 17:26:16.604 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
85412026-02-26T17:26:17.025Z[ recovery-image] Feb 26 17:26:16.605 INFO O| Feb 26 17:26:16.604 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
85422026-02-26T17:26:17.026Z[ recovery-image] Feb 26 17:26:16.605 INFO O| Feb 26 17:26:16.605 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
85432026-02-26T17:26:17.026Z[ recovery-image] Feb 26 17:26:16.605 INFO O| Feb 26 17:26:16.605 INFO ok!
85442026-02-26T17:26:17.026Z[ recovery-image] Feb 26 17:26:16.605 INFO O| Feb 26 17:26:16.605 INFO STEP 29 (ensure_file) COMPLETE
85452026-02-26T17:26:17.026Z[ recovery-image] Feb 26 17:26:16.605 INFO O| Feb 26 17:26:16.605 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85462026-02-26T17:26:17.051Z[ recovery-image] Feb 26 17:26:16.622 INFO O| Feb 26 17:26:16.621 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85472026-02-26T17:26:17.051Z[ recovery-image] Feb 26 17:26:16.622 INFO O| Feb 26 17:26:16.622 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85482026-02-26T17:26:17.051Z[ recovery-image] Feb 26 17:26:16.622 INFO O| Feb 26 17:26:16.622 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85492026-02-26T17:26:17.051Z[ recovery-image] Feb 26 17:26:16.622 INFO O| Feb 26 17:26:16.622 INFO STEP 30 (ensure_dir) COMPLETE
85502026-02-26T17:26:17.051Z[ recovery-image] Feb 26 17:26:16.622 INFO O| Feb 26 17:26:16.622 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85512026-02-26T17:26:17.051Z[ recovery-image] Feb 26 17:26:16.639 INFO O| Feb 26 17:26:16.639 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85522026-02-26T17:26:17.051Z[ recovery-image] Feb 26 17:26:16.639 INFO O| Feb 26 17:26:16.639 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 ...
85532026-02-26T17:26:17.076Z[ recovery-image] Feb 26 17:26:16.640 INFO O| Feb 26 17:26:16.640 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
85542026-02-26T17:26:17.077Z[ recovery-image] Feb 26 17:26:16.640 INFO O| Feb 26 17:26:16.640 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85552026-02-26T17:26:17.077Z[ recovery-image] Feb 26 17:26:16.640 INFO O| Feb 26 17:26:16.640 INFO ok!
85562026-02-26T17:26:17.077Z[ recovery-image] Feb 26 17:26:16.640 INFO O| Feb 26 17:26:16.640 INFO STEP 31 (ensure_file) COMPLETE
85572026-02-26T17:26:17.077Z[ recovery-image] Feb 26 17:26:16.640 INFO O| Feb 26 17:26:16.640 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85582026-02-26T17:26:17.077Z[ recovery-image] Feb 26 17:26:16.662 INFO O| Feb 26 17:26:16.662 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85592026-02-26T17:26:17.077Z[ recovery-image] Feb 26 17:26:16.662 INFO O| Feb 26 17:26:16.662 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85602026-02-26T17:26:17.077Z[ recovery-image] Feb 26 17:26:16.662 INFO O| Feb 26 17:26:16.662 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85612026-02-26T17:26:17.077Z[ recovery-image] Feb 26 17:26:16.662 INFO O| Feb 26 17:26:16.662 INFO STEP 32 (ensure_dir) COMPLETE
85622026-02-26T17:26:17.077Z[ recovery-image] Feb 26 17:26:16.662 INFO O| Feb 26 17:26:16.662 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85632026-02-26T17:26:17.119Z[ recovery-image] Feb 26 17:26:16.682 INFO O| Feb 26 17:26:16.682 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85642026-02-26T17:26:17.119Z[ recovery-image] Feb 26 17:26:16.682 INFO O| Feb 26 17:26:16.682 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 ...
85652026-02-26T17:26:17.119Z[ recovery-image] Feb 26 17:26:16.683 INFO O| Feb 26 17:26:16.683 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
85662026-02-26T17:26:17.119Z[ recovery-image] Feb 26 17:26:16.683 INFO O| Feb 26 17:26:16.683 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85672026-02-26T17:26:17.119Z[ recovery-image] Feb 26 17:26:16.683 INFO O| Feb 26 17:26:16.683 INFO ok!
85682026-02-26T17:26:17.119Z[ recovery-image] Feb 26 17:26:16.683 INFO O| Feb 26 17:26:16.683 INFO STEP 33 (ensure_file) COMPLETE
85692026-02-26T17:26:17.119Z[ recovery-image] Feb 26 17:26:16.683 INFO O| Feb 26 17:26:16.683 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85702026-02-26T17:26:17.119Z[ recovery-image] Feb 26 17:26:16.700 INFO O| Feb 26 17:26:16.700 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85712026-02-26T17:26:17.119Z[ recovery-image] Feb 26 17:26:16.700 INFO O| Feb 26 17:26:16.700 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85722026-02-26T17:26:17.119Z[ recovery-image] Feb 26 17:26:16.700 INFO O| Feb 26 17:26:16.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85732026-02-26T17:26:17.119Z[ recovery-image] Feb 26 17:26:16.700 INFO O| Feb 26 17:26:16.700 INFO ok!
85742026-02-26T17:26:17.119Z[ recovery-image] Feb 26 17:26:16.700 INFO O| Feb 26 17:26:16.700 INFO STEP 34 (ensure_file) COMPLETE
85752026-02-26T17:26:17.119Z[ recovery-image] Feb 26 17:26:16.700 INFO O| Feb 26 17:26:16.700 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85762026-02-26T17:26:17.145Z[ recovery-image] Feb 26 17:26:16.720 INFO O| Feb 26 17:26:16.720 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85772026-02-26T17:26:17.145Z[ recovery-image] Feb 26 17:26:16.720 INFO O| Feb 26 17:26:16.720 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85782026-02-26T17:26:17.145Z[ recovery-image] Feb 26 17:26:16.720 INFO O| Feb 26 17:26:16.720 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85792026-02-26T17:26:17.145Z[ recovery-image] Feb 26 17:26:16.720 INFO O| Feb 26 17:26:16.720 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85802026-02-26T17:26:17.145Z[ recovery-image] Feb 26 17:26:16.720 INFO O| Feb 26 17:26:16.720 INFO ok!
85812026-02-26T17:26:17.145Z[ recovery-image] Feb 26 17:26:16.720 INFO O| Feb 26 17:26:16.720 INFO STEP 35 (ensure_file) COMPLETE
85822026-02-26T17:26:17.145Z[ recovery-image] Feb 26 17:26:16.720 INFO O| Feb 26 17:26:16.720 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85832026-02-26T17:26:17.170Z[ recovery-image] Feb 26 17:26:16.736 INFO O| Feb 26 17:26:16.736 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85842026-02-26T17:26:17.170Z[ recovery-image] Feb 26 17:26:16.736 INFO O| Feb 26 17:26:16.736 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85852026-02-26T17:26:17.170Z[ recovery-image] Feb 26 17:26:16.736 INFO O| Feb 26 17:26:16.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85862026-02-26T17:26:17.170Z[ recovery-image] Feb 26 17:26:16.736 INFO O| Feb 26 17:26:16.736 INFO ok!
85872026-02-26T17:26:17.170Z[ recovery-image] Feb 26 17:26:16.736 INFO O| Feb 26 17:26:16.736 INFO STEP 36 (ensure_file) COMPLETE
85882026-02-26T17:26:17.170Z[ recovery-image] Feb 26 17:26:16.736 INFO O| Feb 26 17:26:16.736 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85892026-02-26T17:26:17.170Z[ recovery-image] Feb 26 17:26:16.755 INFO O| Feb 26 17:26:16.754 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85902026-02-26T17:26:17.170Z[ recovery-image] Feb 26 17:26:16.755 INFO O| Feb 26 17:26:16.755 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85912026-02-26T17:26:17.170Z[ recovery-image] Feb 26 17:26:16.755 INFO O| Feb 26 17:26:16.755 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85922026-02-26T17:26:17.170Z[ recovery-image] Feb 26 17:26:16.755 INFO O| Feb 26 17:26:16.755 INFO ok!
85932026-02-26T17:26:17.170Z[ recovery-image] Feb 26 17:26:16.755 INFO O| Feb 26 17:26:16.755 INFO STEP 37 (ensure_file) COMPLETE
85942026-02-26T17:26:17.170Z[ recovery-image] Feb 26 17:26:16.755 INFO O| Feb 26 17:26:16.755 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85952026-02-26T17:26:17.195Z[ recovery-image] Feb 26 17:26:16.773 INFO O| Feb 26 17:26:16.773 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85962026-02-26T17:26:17.195Z[ recovery-image] Feb 26 17:26:16.773 INFO O| Feb 26 17:26:16.773 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85972026-02-26T17:26:17.195Z[ recovery-image] Feb 26 17:26:16.774 INFO O| Feb 26 17:26:16.774 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85982026-02-26T17:26:17.195Z[ recovery-image] Feb 26 17:26:16.774 INFO O| Feb 26 17:26:16.774 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85992026-02-26T17:26:17.195Z[ recovery-image] Feb 26 17:26:16.774 INFO O| Feb 26 17:26:16.774 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86002026-02-26T17:26:17.195Z[ recovery-image] Feb 26 17:26:16.774 INFO O| Feb 26 17:26:16.774 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86012026-02-26T17:26:17.195Z[ recovery-image] Feb 26 17:26:16.774 INFO O| Feb 26 17:26:16.774 INFO ok!
86022026-02-26T17:26:17.195Z[ recovery-image] Feb 26 17:26:16.774 INFO O| Feb 26 17:26:16.774 INFO STEP 38 (ensure_file) COMPLETE
86032026-02-26T17:26:17.195Z[ recovery-image] Feb 26 17:26:16.774 INFO O| Feb 26 17:26:16.774 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86042026-02-26T17:26:17.221Z[ recovery-image] Feb 26 17:26:16.791 INFO O| Feb 26 17:26:16.790 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86052026-02-26T17:26:17.221Z[ recovery-image] Feb 26 17:26:16.791 INFO O| Feb 26 17:26:16.791 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86062026-02-26T17:26:17.221Z[ recovery-image] Feb 26 17:26:16.791 INFO O| Feb 26 17:26:16.791 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86072026-02-26T17:26:17.221Z[ recovery-image] Feb 26 17:26:16.791 INFO O| Feb 26 17:26:16.791 INFO STEP 39 (ensure_dir) COMPLETE
86082026-02-26T17:26:17.221Z[ recovery-image] Feb 26 17:26:16.791 INFO O| Feb 26 17:26:16.791 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86092026-02-26T17:26:17.221Z[ recovery-image] Feb 26 17:26:16.809 INFO O| Feb 26 17:26:16.809 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
86102026-02-26T17:26:17.246Z[ recovery-image] Feb 26 17:26:16.809 INFO O| Feb 26 17:26:16.809 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 ...
86112026-02-26T17:26:17.246Z[ recovery-image] Feb 26 17:26:16.810 INFO O| Feb 26 17:26:16.810 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
86122026-02-26T17:26:17.246Z[ recovery-image] Feb 26 17:26:16.810 INFO O| Feb 26 17:26:16.810 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
86132026-02-26T17:26:17.246Z[ recovery-image] Feb 26 17:26:16.811 INFO O| Feb 26 17:26:16.810 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
86142026-02-26T17:26:17.246Z[ recovery-image] Feb 26 17:26:16.811 INFO O| Feb 26 17:26:16.810 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
86152026-02-26T17:26:17.246Z[ recovery-image] Feb 26 17:26:16.811 INFO O| Feb 26 17:26:16.810 INFO ok!
86162026-02-26T17:26:17.247Z[ recovery-image] Feb 26 17:26:16.811 INFO O| Feb 26 17:26:16.811 INFO STEP 40 (ensure_file) COMPLETE
86172026-02-26T17:26:17.247Z[ recovery-image] Feb 26 17:26:16.811 INFO O| Feb 26 17:26:16.811 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86182026-02-26T17:26:17.247Z[ recovery-image] Feb 26 17:26:16.827 INFO O| Feb 26 17:26:16.827 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
86192026-02-26T17:26:17.247Z[ recovery-image] Feb 26 17:26:16.827 INFO O| Feb 26 17:26:16.827 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 ...
86202026-02-26T17:26:17.247Z[ recovery-image] Feb 26 17:26:16.827 INFO O| Feb 26 17:26:16.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
86212026-02-26T17:26:17.247Z[ recovery-image] Feb 26 17:26:16.827 INFO O| Feb 26 17:26:16.827 INFO ok!
86222026-02-26T17:26:17.247Z[ recovery-image] Feb 26 17:26:16.827 INFO O| Feb 26 17:26:16.827 INFO STEP 41 (ensure_symlink) COMPLETE
86232026-02-26T17:26:17.247Z[ recovery-image] Feb 26 17:26:16.827 INFO O| Feb 26 17:26:16.827 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86242026-02-26T17:26:17.272Z[ recovery-image] Feb 26 17:26:16.842 INFO O| Feb 26 17:26:16.841 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
86252026-02-26T17:26:17.272Z[ recovery-image] Feb 26 17:26:16.842 INFO O| Feb 26 17:26:16.842 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
86262026-02-26T17:26:17.272Z[ recovery-image] Feb 26 17:26:16.842 INFO O| Feb 26 17:26:16.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
86272026-02-26T17:26:17.272Z[ recovery-image] Feb 26 17:26:16.842 INFO O| Feb 26 17:26:16.842 INFO ok!
86282026-02-26T17:26:17.272Z[ recovery-image] Feb 26 17:26:16.842 INFO O| Feb 26 17:26:16.842 INFO STEP 42 (ensure_symlink) COMPLETE
86292026-02-26T17:26:17.272Z[ recovery-image] Feb 26 17:26:16.842 INFO O| Feb 26 17:26:16.842 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86302026-02-26T17:26:17.272Z[ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.858 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
86312026-02-26T17:26:17.272Z[ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.858 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
86322026-02-26T17:26:17.272Z[ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.859 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86332026-02-26T17:26:17.272Z[ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.859 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86342026-02-26T17:26:17.297Z[ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.859 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86352026-02-26T17:26:17.297Z[ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.859 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86362026-02-26T17:26:17.297Z[ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.859 INFO ok!
86372026-02-26T17:26:17.297Z[ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.859 INFO STEP 43 (ensure_file) COMPLETE
86382026-02-26T17:26:17.297Z[ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.859 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86392026-02-26T17:26:17.297Z[ recovery-image] Feb 26 17:26:16.875 INFO O| Feb 26 17:26:16.875 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
86402026-02-26T17:26:17.297Z[ recovery-image] Feb 26 17:26:16.875 INFO O| Feb 26 17:26:16.875 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 ...
86412026-02-26T17:26:17.297Z[ recovery-image] Feb 26 17:26:16.875 INFO O| Feb 26 17:26:16.875 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
86422026-02-26T17:26:17.297Z[ recovery-image] Feb 26 17:26:16.875 INFO O| Feb 26 17:26:16.875 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86432026-02-26T17:26:17.297Z[ recovery-image] Feb 26 17:26:16.875 INFO O| Feb 26 17:26:16.875 INFO ok!
86442026-02-26T17:26:17.297Z[ recovery-image] Feb 26 17:26:16.875 INFO O| Feb 26 17:26:16.875 INFO STEP 44 (ensure_file) COMPLETE
86452026-02-26T17:26:17.297Z[ recovery-image] Feb 26 17:26:16.876 INFO O| Feb 26 17:26:16.875 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86462026-02-26T17:26:17.322Z[ recovery-image] Feb 26 17:26:16.890 INFO O| Feb 26 17:26:16.890 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
86472026-02-26T17:26:17.322Z[ recovery-image] Feb 26 17:26:16.890 INFO O| Feb 26 17:26:16.890 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86482026-02-26T17:26:17.322Z[ recovery-image] Feb 26 17:26:16.891 INFO O| Feb 26 17:26:16.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86492026-02-26T17:26:17.322Z[ recovery-image] Feb 26 17:26:16.891 INFO O| Feb 26 17:26:16.891 INFO ok!
86502026-02-26T17:26:17.322Z[ recovery-image] Feb 26 17:26:16.891 INFO O| Feb 26 17:26:16.891 INFO STEP 45 (ensure_file) COMPLETE
86512026-02-26T17:26:17.322Z[ recovery-image] Feb 26 17:26:16.891 INFO O| Feb 26 17:26:16.891 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86522026-02-26T17:26:17.323Z[ recovery-image] Feb 26 17:26:16.906 INFO O| Feb 26 17:26:16.906 INFO updating shadow file
86532026-02-26T17:26:17.323Z[ recovery-image] Feb 26 17:26:16.906 INFO O| Feb 26 17:26:16.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86542026-02-26T17:26:17.323Z[ recovery-image] Feb 26 17:26:16.906 INFO O| Feb 26 17:26:16.906 INFO STEP 46 (shadow) COMPLETE
86552026-02-26T17:26:17.323Z[ recovery-image] Feb 26 17:26:16.906 INFO O| Feb 26 17:26:16.906 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86562026-02-26T17:26:17.347Z[ recovery-image] Feb 26 17:26:16.922 INFO O| Feb 26 17:26:16.922 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86572026-02-26T17:26:17.348Z[ recovery-image] Feb 26 17:26:16.922 INFO O| Feb 26 17:26:16.922 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86582026-02-26T17:26:17.348Z[ recovery-image] Feb 26 17:26:16.922 INFO O| Feb 26 17:26:16.922 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86592026-02-26T17:26:17.348Z[ recovery-image] Feb 26 17:26:16.922 INFO O| Feb 26 17:26:16.922 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86602026-02-26T17:26:17.348Z[ recovery-image] Feb 26 17:26:16.922 INFO O| Feb 26 17:26:16.922 INFO ok!
86612026-02-26T17:26:17.348Z[ recovery-image] Feb 26 17:26:16.922 INFO O| Feb 26 17:26:16.922 INFO STEP 47 (ensure_file) COMPLETE
86622026-02-26T17:26:17.348Z[ recovery-image] Feb 26 17:26:16.922 INFO O| Feb 26 17:26:16.922 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86632026-02-26T17:26:17.348Z[ recovery-image] Feb 26 17:26:16.936 INFO O| Feb 26 17:26:16.936 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86642026-02-26T17:26:17.348Z[ recovery-image] Feb 26 17:26:16.936 INFO O| Feb 26 17:26:16.936 INFO STEP 48 (ensure_dir) COMPLETE
86652026-02-26T17:26:17.348Z[ recovery-image] Feb 26 17:26:16.936 INFO O| Feb 26 17:26:16.936 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86662026-02-26T17:26:17.373Z[ recovery-image] Feb 26 17:26:16.949 INFO O| Feb 26 17:26:16.948 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86672026-02-26T17:26:17.373Z[ recovery-image] Feb 26 17:26:16.949 INFO O| Feb 26 17:26:16.949 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86682026-02-26T17:26:17.373Z[ recovery-image] Feb 26 17:26:16.949 INFO O| Feb 26 17:26:16.949 INFO STEP 49 (ensure_dir) COMPLETE
86692026-02-26T17:26:17.373Z[ recovery-image] Feb 26 17:26:16.949 INFO O| Feb 26 17:26:16.949 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86702026-02-26T17:26:17.399Z[ recovery-image] Feb 26 17:26:16.963 INFO O| Feb 26 17:26:16.962 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86712026-02-26T17:26:17.399Z[ recovery-image] Feb 26 17:26:16.963 INFO O| Feb 26 17:26:16.963 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86722026-02-26T17:26:17.399Z[ recovery-image] Feb 26 17:26:16.963 INFO O| Feb 26 17:26:16.963 INFO STEP 50 (ensure_dir) COMPLETE
86732026-02-26T17:26:17.399Z[ recovery-image] Feb 26 17:26:16.963 INFO O| Feb 26 17:26:16.963 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86742026-02-26T17:26:17.399Z[ recovery-image] Feb 26 17:26:16.978 INFO O| Feb 26 17:26:16.978 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86752026-02-26T17:26:17.399Z[ recovery-image] Feb 26 17:26:16.978 INFO O| Feb 26 17:26:16.978 INFO copying /tmp/.tmpVgPXRo/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86762026-02-26T17:26:19.415Z[ recovery-image] Feb 26 17:26:19.004 INFO O| Feb 26 17:26:19.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86772026-02-26T17:26:19.415Z[ recovery-image] Feb 26 17:26:19.004 INFO O| Feb 26 17:26:19.004 INFO ok!
86782026-02-26T17:26:19.440Z[ recovery-image] Feb 26 17:26:19.004 INFO O| Feb 26 17:26:19.004 INFO STEP 51 (ensure_file) COMPLETE
86792026-02-26T17:26:19.440Z[ recovery-image] Feb 26 17:26:19.004 INFO O| Feb 26 17:26:19.004 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86802026-02-26T17:26:19.493Z[ recovery-image] Feb 26 17:26:19.082 INFO O| Feb 26 17:26:19.082 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86812026-02-26T17:26:19.518Z[ recovery-image] Feb 26 17:26:19.082 INFO O| Feb 26 17:26:19.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86822026-02-26T17:26:19.518Z[ recovery-image] Feb 26 17:26:19.082 INFO O| Feb 26 17:26:19.082 INFO STEP 52 (ensure_dir) COMPLETE
86832026-02-26T17:26:19.518Z[ recovery-image] Feb 26 17:26:19.083 INFO O| Feb 26 17:26:19.082 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86842026-02-26T17:26:19.577Z[ recovery-image] Feb 26 17:26:19.165 INFO O| Feb 26 17:26:19.165 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86852026-02-26T17:26:19.577Z[ recovery-image] Feb 26 17:26:19.166 INFO O| Feb 26 17:26:19.165 INFO copying /tmp/.tmpVgPXRo/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86862026-02-26T17:26:19.602Z[ recovery-image] Feb 26 17:26:19.166 INFO O| Feb 26 17:26:19.166 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86872026-02-26T17:26:19.602Z[ recovery-image] Feb 26 17:26:19.166 INFO O| Feb 26 17:26:19.166 INFO ok!
86882026-02-26T17:26:19.602Z[ recovery-image] Feb 26 17:26:19.166 INFO O| Feb 26 17:26:19.166 INFO STEP 53 (ensure_file) COMPLETE
86892026-02-26T17:26:19.602Z[ recovery-image] Feb 26 17:26:19.166 INFO O| Feb 26 17:26:19.166 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86902026-02-26T17:26:19.664Z[ recovery-image] Feb 26 17:26:19.253 INFO O| Feb 26 17:26:19.253 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86912026-02-26T17:26:19.689Z[ recovery-image] Feb 26 17:26:19.254 INFO O| Feb 26 17:26:19.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86922026-02-26T17:26:19.689Z[ recovery-image] Feb 26 17:26:19.254 INFO O| Feb 26 17:26:19.253 INFO STEP 54 (ensure_dir) COMPLETE
86932026-02-26T17:26:19.689Z[ recovery-image] Feb 26 17:26:19.254 INFO O| Feb 26 17:26:19.254 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86942026-02-26T17:26:19.746Z[ recovery-image] Feb 26 17:26:19.335 INFO O| Feb 26 17:26:19.335 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86952026-02-26T17:26:19.746Z[ recovery-image] Feb 26 17:26:19.335 INFO O| Feb 26 17:26:19.335 INFO copying /tmp/.tmpVgPXRo/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86962026-02-26T17:26:21.723Z[ recovery-image] Feb 26 17:26:21.312 INFO O| Feb 26 17:26:21.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86972026-02-26T17:26:21.723Z[ recovery-image] Feb 26 17:26:21.312 INFO O| Feb 26 17:26:21.312 INFO ok!
86982026-02-26T17:26:21.748Z[ recovery-image] Feb 26 17:26:21.312 INFO O| Feb 26 17:26:21.312 INFO STEP 55 (ensure_file) COMPLETE
86992026-02-26T17:26:21.748Z[ recovery-image] Feb 26 17:26:21.312 INFO O| Feb 26 17:26:21.312 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87002026-02-26T17:26:21.773Z[ recovery-image] Feb 26 17:26:21.327 INFO O| Feb 26 17:26:21.327 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
87012026-02-26T17:26:21.773Z[ recovery-image] Feb 26 17:26:21.327 INFO O| Feb 26 17:26:21.327 INFO copying /tmp/.tmpVgPXRo/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
87022026-02-26T17:26:24.386Z[ recovery-image] Feb 26 17:26:23.975 INFO O| Feb 26 17:26:23.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
87032026-02-26T17:26:24.386Z[ recovery-image] Feb 26 17:26:23.975 INFO O| Feb 26 17:26:23.975 INFO ok!
87042026-02-26T17:26:24.411Z[ recovery-image] Feb 26 17:26:23.975 INFO O| Feb 26 17:26:23.975 INFO STEP 56 (ensure_file) COMPLETE
87052026-02-26T17:26:24.411Z[ recovery-image] Feb 26 17:26:23.975 INFO O| Feb 26 17:26:23.975 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87062026-02-26T17:26:24.412Z[ recovery-image] Feb 26 17:26:23.993 INFO O| Feb 26 17:26:23.993 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
87072026-02-26T17:26:24.412Z[ recovery-image] Feb 26 17:26:23.994 INFO O| Feb 26 17:26:23.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
87082026-02-26T17:26:24.412Z[ recovery-image] Feb 26 17:26:23.994 INFO O| Feb 26 17:26:23.994 INFO STEP 57 (ensure_dir) COMPLETE
87092026-02-26T17:26:24.412Z[ recovery-image] Feb 26 17:26:23.994 INFO O| Feb 26 17:26:23.994 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87102026-02-26T17:26:24.437Z[ recovery-image] Feb 26 17:26:24.011 INFO O| Feb 26 17:26:24.011 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
87112026-02-26T17:26:24.437Z[ recovery-image] Feb 26 17:26:24.011 INFO O| Feb 26 17:26:24.011 INFO copying /tmp/.tmpVgPXRo/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 ...
87122026-02-26T17:26:24.437Z[ recovery-image] Feb 26 17:26:24.011 INFO O| Feb 26 17:26:24.011 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
87132026-02-26T17:26:24.437Z[ recovery-image] Feb 26 17:26:24.011 INFO O| Feb 26 17:26:24.011 INFO ok!
87142026-02-26T17:26:24.437Z[ recovery-image] Feb 26 17:26:24.011 INFO O| Feb 26 17:26:24.011 INFO STEP 58 (ensure_file) COMPLETE
87152026-02-26T17:26:24.437Z[ recovery-image] Feb 26 17:26:24.011 INFO O| Feb 26 17:26:24.011 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87162026-02-26T17:26:24.462Z[ recovery-image] Feb 26 17:26:24.029 INFO O| Feb 26 17:26:24.029 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
87172026-02-26T17:26:24.462Z[ recovery-image] Feb 26 17:26:24.029 INFO O| Feb 26 17:26:24.029 INFO copying /tmp/.tmpVgPXRo/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 ...
87182026-02-26T17:26:24.462Z[ recovery-image] Feb 26 17:26:24.029 INFO O| Feb 26 17:26:24.029 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
87192026-02-26T17:26:24.462Z[ recovery-image] Feb 26 17:26:24.029 INFO O| Feb 26 17:26:24.029 INFO ok!
87202026-02-26T17:26:24.462Z[ recovery-image] Feb 26 17:26:24.029 INFO O| Feb 26 17:26:24.029 INFO STEP 59 (ensure_file) COMPLETE
87212026-02-26T17:26:24.462Z[ recovery-image] Feb 26 17:26:24.029 INFO O| Feb 26 17:26:24.029 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87222026-02-26T17:26:24.462Z[ recovery-image] Feb 26 17:26:24.043 INFO O| Feb 26 17:26:24.043 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
87232026-02-26T17:26:24.462Z[ recovery-image] Feb 26 17:26:24.043 INFO O| Feb 26 17:26:24.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
87242026-02-26T17:26:24.462Z[ recovery-image] Feb 26 17:26:24.044 INFO O| Feb 26 17:26:24.043 INFO STEP 60 (ensure_dir) COMPLETE
87252026-02-26T17:26:24.463Z[ recovery-image] Feb 26 17:26:24.044 INFO O| Feb 26 17:26:24.043 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87262026-02-26T17:26:24.488Z[ recovery-image] Feb 26 17:26:24.057 INFO O| Feb 26 17:26:24.057 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
87272026-02-26T17:26:24.488Z[ recovery-image] Feb 26 17:26:24.057 INFO O| Feb 26 17:26:24.057 INFO copying /tmp/.tmpVgPXRo/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 ...
87282026-02-26T17:26:24.488Z[ recovery-image] Feb 26 17:26:24.057 INFO O| Feb 26 17:26:24.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
87292026-02-26T17:26:24.488Z[ recovery-image] Feb 26 17:26:24.057 INFO O| Feb 26 17:26:24.057 INFO ok!
87302026-02-26T17:26:24.488Z[ recovery-image] Feb 26 17:26:24.057 INFO O| Feb 26 17:26:24.057 INFO STEP 61 (ensure_file) COMPLETE
87312026-02-26T17:26:24.488Z[ recovery-image] Feb 26 17:26:24.057 INFO O| Feb 26 17:26:24.057 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87322026-02-26T17:26:24.488Z[ recovery-image] Feb 26 17:26:24.074 INFO O| Feb 26 17:26:24.074 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
87332026-02-26T17:26:24.488Z[ recovery-image] Feb 26 17:26:24.074 INFO O| Feb 26 17:26:24.074 INFO copying /tmp/.tmpVgPXRo/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 ...
87342026-02-26T17:26:24.488Z[ recovery-image] Feb 26 17:26:24.074 INFO O| Feb 26 17:26:24.074 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
87352026-02-26T17:26:24.488Z[ recovery-image] Feb 26 17:26:24.074 INFO O| Feb 26 17:26:24.074 INFO ok!
87362026-02-26T17:26:24.488Z[ recovery-image] Feb 26 17:26:24.074 INFO O| Feb 26 17:26:24.074 INFO STEP 62 (ensure_file) COMPLETE
87372026-02-26T17:26:24.488Z[ recovery-image] Feb 26 17:26:24.074 INFO O| Feb 26 17:26:24.074 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87382026-02-26T17:26:24.513Z[ recovery-image] Feb 26 17:26:24.092 INFO O| Feb 26 17:26:24.092 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87392026-02-26T17:26:24.513Z[ recovery-image] Feb 26 17:26:24.092 INFO O| Feb 26 17:26:24.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87402026-02-26T17:26:24.513Z[ recovery-image] Feb 26 17:26:24.092 INFO O| Feb 26 17:26:24.092 INFO STEP 63 (ensure_dir) COMPLETE
87412026-02-26T17:26:24.513Z[ recovery-image] Feb 26 17:26:24.092 INFO O| Feb 26 17:26:24.092 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87422026-02-26T17:26:24.538Z[ recovery-image] Feb 26 17:26:24.109 INFO O| Feb 26 17:26:24.108 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87432026-02-26T17:26:24.538Z[ recovery-image] Feb 26 17:26:24.109 INFO O| Feb 26 17:26:24.108 INFO copying /tmp/.tmpVgPXRo/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 ...
87442026-02-26T17:26:24.538Z[ recovery-image] Feb 26 17:26:24.109 INFO O| Feb 26 17:26:24.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87452026-02-26T17:26:24.538Z[ recovery-image] Feb 26 17:26:24.109 INFO O| Feb 26 17:26:24.109 INFO ok!
87462026-02-26T17:26:24.538Z[ recovery-image] Feb 26 17:26:24.109 INFO O| Feb 26 17:26:24.109 INFO STEP 64 (ensure_file) COMPLETE
87472026-02-26T17:26:24.538Z[ recovery-image] Feb 26 17:26:24.109 INFO O| Feb 26 17:26:24.109 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87482026-02-26T17:26:24.538Z[ recovery-image] Feb 26 17:26:24.126 INFO O| Feb 26 17:26:24.126 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87492026-02-26T17:26:24.538Z[ recovery-image] Feb 26 17:26:24.126 INFO O| Feb 26 17:26:24.126 INFO copying /tmp/.tmpVgPXRo/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87502026-02-26T17:26:24.538Z[ recovery-image] Feb 26 17:26:24.126 INFO O| Feb 26 17:26:24.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87512026-02-26T17:26:24.538Z[ recovery-image] Feb 26 17:26:24.126 INFO O| Feb 26 17:26:24.126 INFO ok!
87522026-02-26T17:26:24.538Z[ recovery-image] Feb 26 17:26:24.126 INFO O| Feb 26 17:26:24.126 INFO STEP 65 (ensure_file) COMPLETE
87532026-02-26T17:26:24.539Z[ recovery-image] Feb 26 17:26:24.126 INFO O| Feb 26 17:26:24.126 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87542026-02-26T17:26:24.564Z[ recovery-image] Feb 26 17:26:24.145 INFO O| Feb 26 17:26:24.144 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87552026-02-26T17:26:24.564Z[ recovery-image] Feb 26 17:26:24.145 INFO O| Feb 26 17:26:24.144 INFO STEP 66 (ensure_dir) COMPLETE
87562026-02-26T17:26:24.564Z[ recovery-image] Feb 26 17:26:24.145 INFO O| Feb 26 17:26:24.145 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87572026-02-26T17:26:24.589Z[ recovery-image] Feb 26 17:26:24.162 INFO O| Feb 26 17:26:24.162 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87582026-02-26T17:26:24.589Z[ recovery-image] Feb 26 17:26:24.162 INFO O| Feb 26 17:26:24.162 INFO STEP 67 (ensure_dir) COMPLETE
87592026-02-26T17:26:24.589Z[ recovery-image] Feb 26 17:26:24.162 INFO O| Feb 26 17:26:24.162 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87602026-02-26T17:26:24.589Z[ recovery-image] Feb 26 17:26:24.177 INFO O| Feb 26 17:26:24.177 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87612026-02-26T17:26:24.589Z[ recovery-image] Feb 26 17:26:24.177 INFO O| Feb 26 17:26:24.177 INFO STEP 68 (ensure_dir) COMPLETE
87622026-02-26T17:26:24.590Z[ recovery-image] Feb 26 17:26:24.177 INFO O| Feb 26 17:26:24.177 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87632026-02-26T17:26:24.615Z[ recovery-image] Feb 26 17:26:24.192 INFO O| Feb 26 17:26:24.192 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87642026-02-26T17:26:24.615Z[ recovery-image] Feb 26 17:26:24.192 INFO O| Feb 26 17:26:24.192 INFO STEP 69 (ensure_dir) COMPLETE
87652026-02-26T17:26:24.615Z[ recovery-image] Feb 26 17:26:24.192 INFO O| Feb 26 17:26:24.192 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87662026-02-26T17:26:24.640Z[ recovery-image] Feb 26 17:26:24.208 INFO O| Feb 26 17:26:24.207 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87672026-02-26T17:26:24.640Z[ recovery-image] Feb 26 17:26:24.208 INFO O| Feb 26 17:26:24.208 INFO copying /tmp/.tmpVgPXRo/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87682026-02-26T17:26:24.640Z[ recovery-image] Feb 26 17:26:24.208 INFO O| Feb 26 17:26:24.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87692026-02-26T17:26:24.640Z[ recovery-image] Feb 26 17:26:24.208 INFO O| Feb 26 17:26:24.208 INFO ok!
87702026-02-26T17:26:24.640Z[ recovery-image] Feb 26 17:26:24.208 INFO O| Feb 26 17:26:24.208 INFO STEP 70 (ensure_file) COMPLETE
87712026-02-26T17:26:24.640Z[ recovery-image] Feb 26 17:26:24.208 INFO O| Feb 26 17:26:24.208 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87722026-02-26T17:26:24.640Z[ recovery-image] Feb 26 17:26:24.227 INFO O| Feb 26 17:26:24.227 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87732026-02-26T17:26:24.640Z[ recovery-image] Feb 26 17:26:24.227 INFO O| Feb 26 17:26:24.227 INFO STEP 71 (remove_files) COMPLETE
87742026-02-26T17:26:24.640Z[ recovery-image] Feb 26 17:26:24.227 INFO O| Feb 26 17:26:24.227 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87752026-02-26T17:26:24.665Z[ recovery-image] Feb 26 17:26:24.244 INFO O| Feb 26 17:26:24.244 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87762026-02-26T17:26:24.665Z[ recovery-image] Feb 26 17:26:24.245 INFO O| Feb 26 17:26:24.245 INFO STEP 72 (remove_files) COMPLETE
87772026-02-26T17:26:24.665Z[ recovery-image] Feb 26 17:26:24.245 INFO O| Feb 26 17:26:24.245 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87782026-02-26T17:26:24.690Z[ recovery-image] Feb 26 17:26:24.263 INFO O| Feb 26 17:26:24.263 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87792026-02-26T17:26:24.690Z[ recovery-image] Feb 26 17:26:24.263 INFO O| Feb 26 17:26:24.263 INFO STEP 73 (remove_files) COMPLETE
87802026-02-26T17:26:24.690Z[ recovery-image] Feb 26 17:26:24.263 INFO O| Feb 26 17:26:24.263 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87812026-02-26T17:26:24.715Z[ recovery-image] Feb 26 17:26:24.280 INFO O| Feb 26 17:26:24.279 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87822026-02-26T17:26:24.715Z[ recovery-image] Feb 26 17:26:24.280 INFO O| Feb 26 17:26:24.280 INFO STEP 74 (remove_files) COMPLETE
87832026-02-26T17:26:24.715Z[ recovery-image] Feb 26 17:26:24.280 INFO O| Feb 26 17:26:24.280 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87842026-02-26T17:26:24.715Z[ recovery-image] Feb 26 17:26:24.299 INFO O| Feb 26 17:26:24.298 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87852026-02-26T17:26:24.715Z[ recovery-image] Feb 26 17:26:24.299 INFO O| Feb 26 17:26:24.299 INFO STEP 75 (remove_files) COMPLETE
87862026-02-26T17:26:24.715Z[ recovery-image] Feb 26 17:26:24.299 INFO O| Feb 26 17:26:24.299 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87872026-02-26T17:26:24.740Z[ recovery-image] Feb 26 17:26:24.317 INFO O| Feb 26 17:26:24.317 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87882026-02-26T17:26:24.740Z[ recovery-image] Feb 26 17:26:24.317 INFO O| Feb 26 17:26:24.317 INFO STEP 76 (remove_files) COMPLETE
87892026-02-26T17:26:24.740Z[ recovery-image] Feb 26 17:26:24.317 INFO O| Feb 26 17:26:24.317 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87902026-02-26T17:26:24.765Z[ recovery-image] Feb 26 17:26:24.333 INFO O| Feb 26 17:26:24.333 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87912026-02-26T17:26:24.765Z[ recovery-image] Feb 26 17:26:24.333 INFO O| Feb 26 17:26:24.333 INFO STEP 77 (remove_files) COMPLETE
87922026-02-26T17:26:24.765Z[ recovery-image] Feb 26 17:26:24.333 INFO O| Feb 26 17:26:24.333 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87932026-02-26T17:26:24.765Z[ recovery-image] Feb 26 17:26:24.352 INFO O| Feb 26 17:26:24.352 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87942026-02-26T17:26:24.765Z[ recovery-image] Feb 26 17:26:24.353 INFO O| Feb 26 17:26:24.353 INFO STEP 78 (remove_files) COMPLETE
87952026-02-26T17:26:24.765Z[ recovery-image] Feb 26 17:26:24.353 INFO O| Feb 26 17:26:24.353 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87962026-02-26T17:26:24.791Z[ recovery-image] Feb 26 17:26:24.371 INFO O| Feb 26 17:26:24.370 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87972026-02-26T17:26:24.791Z[ recovery-image] Feb 26 17:26:24.371 INFO O| Feb 26 17:26:24.371 INFO STEP 79 (remove_files) COMPLETE
87982026-02-26T17:26:24.791Z[ recovery-image] Feb 26 17:26:24.371 INFO O| Feb 26 17:26:24.371 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87992026-02-26T17:26:24.816Z[ recovery-image] Feb 26 17:26:24.388 INFO O| Feb 26 17:26:24.388 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
88002026-02-26T17:26:24.816Z[ recovery-image] Feb 26 17:26:24.388 INFO O| Feb 26 17:26:24.388 INFO STEP 80 (remove_files) COMPLETE
88012026-02-26T17:26:24.816Z[ recovery-image] Feb 26 17:26:24.388 INFO O| Feb 26 17:26:24.388 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88022026-02-26T17:26:24.816Z[ recovery-image] Feb 26 17:26:24.405 INFO O| Feb 26 17:26:24.405 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
88032026-02-26T17:26:24.816Z[ recovery-image] Feb 26 17:26:24.405 INFO O| Feb 26 17:26:24.405 INFO STEP 81 (remove_files) COMPLETE
88042026-02-26T17:26:24.816Z[ recovery-image] Feb 26 17:26:24.405 INFO O| Feb 26 17:26:24.405 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88052026-02-26T17:26:24.841Z[ recovery-image] Feb 26 17:26:24.417 INFO O| Feb 26 17:26:24.417 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
88062026-02-26T17:26:24.841Z[ recovery-image] Feb 26 17:26:24.417 INFO O| Feb 26 17:26:24.417 INFO STEP 82 (remove_files) COMPLETE
88072026-02-26T17:26:24.842Z[ recovery-image] Feb 26 17:26:24.417 INFO O| Feb 26 17:26:24.417 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88082026-02-26T17:26:24.867Z[ recovery-image] Feb 26 17:26:24.434 INFO O| Feb 26 17:26:24.434 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
88092026-02-26T17:26:24.867Z[ recovery-image] Feb 26 17:26:24.434 INFO O| Feb 26 17:26:24.434 INFO STEP 83 (remove_files) COMPLETE
88102026-02-26T17:26:24.867Z[ recovery-image] Feb 26 17:26:24.434 INFO O| Feb 26 17:26:24.434 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88112026-02-26T17:26:24.867Z[ recovery-image] Feb 26 17:26:24.452 INFO O| Feb 26 17:26:24.452 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
88122026-02-26T17:26:24.867Z[ recovery-image] Feb 26 17:26:24.452 INFO O| Feb 26 17:26:24.452 INFO STEP 84 (remove_files) COMPLETE
88132026-02-26T17:26:24.867Z[ recovery-image] Feb 26 17:26:24.453 INFO O| Feb 26 17:26:24.452 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88142026-02-26T17:26:24.892Z[ recovery-image] Feb 26 17:26:24.468 INFO O| Feb 26 17:26:24.468 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
88152026-02-26T17:26:24.893Z[ recovery-image] Feb 26 17:26:24.468 INFO O| Feb 26 17:26:24.468 INFO STEP 85 (remove_files) COMPLETE
88162026-02-26T17:26:24.893Z[ recovery-image] Feb 26 17:26:24.468 INFO O| Feb 26 17:26:24.468 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88172026-02-26T17:26:24.956Z[ recovery-image] Feb 26 17:26:24.487 INFO O| Feb 26 17:26:24.486 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
88182026-02-26T17:26:24.956Z[ recovery-image] Feb 26 17:26:24.487 INFO O| Feb 26 17:26:24.487 INFO STEP 86 (remove_files) COMPLETE
88192026-02-26T17:26:24.956Z[ recovery-image] Feb 26 17:26:24.487 INFO O| Feb 26 17:26:24.487 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88202026-02-26T17:26:24.956Z[ recovery-image] Feb 26 17:26:24.507 INFO O| Feb 26 17:26:24.507 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
88212026-02-26T17:26:24.956Z[ recovery-image] Feb 26 17:26:24.507 INFO O| Feb 26 17:26:24.507 INFO STEP 87 (remove_files) COMPLETE
88222026-02-26T17:26:24.956Z[ recovery-image] Feb 26 17:26:24.507 INFO O| Feb 26 17:26:24.507 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88232026-02-26T17:26:24.956Z[ recovery-image] Feb 26 17:26:24.526 INFO O| Feb 26 17:26:24.526 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
88242026-02-26T17:26:24.956Z[ recovery-image] Feb 26 17:26:24.526 INFO O| Feb 26 17:26:24.526 INFO STEP 88 (remove_files) COMPLETE
88252026-02-26T17:26:24.956Z[ recovery-image] Feb 26 17:26:24.526 INFO O| Feb 26 17:26:24.526 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88262026-02-26T17:26:24.956Z[ recovery-image] Feb 26 17:26:24.542 INFO O| Feb 26 17:26:24.541 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
88272026-02-26T17:26:24.956Z[ recovery-image] Feb 26 17:26:24.542 INFO O| Feb 26 17:26:24.542 INFO STEP 89 (remove_files) COMPLETE
88282026-02-26T17:26:24.956Z[ recovery-image] Feb 26 17:26:24.542 INFO O| Feb 26 17:26:24.542 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88292026-02-26T17:26:24.981Z[ recovery-image] Feb 26 17:26:24.556 INFO O| Feb 26 17:26:24.556 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
88302026-02-26T17:26:24.981Z[ recovery-image] Feb 26 17:26:24.556 INFO O| Feb 26 17:26:24.556 INFO STEP 90 (remove_files) COMPLETE
88312026-02-26T17:26:24.981Z[ recovery-image] Feb 26 17:26:24.556 INFO O| Feb 26 17:26:24.556 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88322026-02-26T17:26:25.006Z[ recovery-image] Feb 26 17:26:24.573 INFO O| Feb 26 17:26:24.573 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
88332026-02-26T17:26:25.006Z[ recovery-image] Feb 26 17:26:24.573 INFO O| Feb 26 17:26:24.573 INFO STEP 91 (remove_files) COMPLETE
88342026-02-26T17:26:25.006Z[ recovery-image] Feb 26 17:26:24.573 INFO O| Feb 26 17:26:24.573 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88352026-02-26T17:26:25.007Z[ recovery-image] Feb 26 17:26:24.589 INFO O| Feb 26 17:26:24.588 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
88362026-02-26T17:26:25.007Z[ recovery-image] Feb 26 17:26:24.589 INFO O| Feb 26 17:26:24.589 INFO STEP 92 (remove_files) COMPLETE
88372026-02-26T17:26:25.007Z[ recovery-image] Feb 26 17:26:24.589 INFO O| Feb 26 17:26:24.589 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88382026-02-26T17:26:25.032Z[ recovery-image] Feb 26 17:26:24.605 INFO O| Feb 26 17:26:24.605 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
88392026-02-26T17:26:25.032Z[ recovery-image] Feb 26 17:26:24.605 INFO O| Feb 26 17:26:24.605 INFO STEP 93 (remove_files) COMPLETE
88402026-02-26T17:26:25.032Z[ recovery-image] Feb 26 17:26:24.605 INFO O| Feb 26 17:26:24.605 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88412026-02-26T17:26:25.057Z[ recovery-image] Feb 26 17:26:24.638 INFO O| Feb 26 17:26:24.638 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
88422026-02-26T17:26:25.057Z[ recovery-image] Feb 26 17:26:24.638 INFO O| Feb 26 17:26:24.638 INFO STEP 94 (remove_files) COMPLETE
88432026-02-26T17:26:25.057Z[ recovery-image] Feb 26 17:26:24.638 INFO O| Feb 26 17:26:24.638 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88442026-02-26T17:26:25.081Z[ recovery-image] Feb 26 17:26:24.664 INFO O| Feb 26 17:26:24.664 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
88452026-02-26T17:26:25.081Z[ recovery-image] Feb 26 17:26:24.664 INFO O| Feb 26 17:26:24.664 INFO STEP 95 (remove_files) COMPLETE
88462026-02-26T17:26:25.082Z[ recovery-image] Feb 26 17:26:24.664 INFO O| Feb 26 17:26:24.664 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88472026-02-26T17:26:25.108Z[ recovery-image] Feb 26 17:26:24.680 INFO O| Feb 26 17:26:24.680 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88482026-02-26T17:26:25.108Z[ recovery-image] Feb 26 17:26:24.681 INFO O| Feb 26 17:26:24.681 INFO STEP 96 (remove_files) COMPLETE
88492026-02-26T17:26:25.108Z[ recovery-image] Feb 26 17:26:24.681 INFO O| Feb 26 17:26:24.681 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88502026-02-26T17:26:25.133Z[ recovery-image] Feb 26 17:26:24.700 INFO O| Feb 26 17:26:24.700 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88512026-02-26T17:26:25.133Z[ recovery-image] Feb 26 17:26:24.700 INFO O| Feb 26 17:26:24.700 INFO STEP 97 (remove_files) COMPLETE
88522026-02-26T17:26:25.133Z[ recovery-image] Feb 26 17:26:24.700 INFO O| Feb 26 17:26:24.700 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88532026-02-26T17:26:25.133Z[ recovery-image] Feb 26 17:26:24.716 INFO O| Feb 26 17:26:24.716 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88542026-02-26T17:26:25.133Z[ recovery-image] Feb 26 17:26:24.716 INFO O| Feb 26 17:26:24.716 INFO STEP 98 (remove_files) COMPLETE
88552026-02-26T17:26:25.133Z[ recovery-image] Feb 26 17:26:24.716 INFO O| Feb 26 17:26:24.716 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88562026-02-26T17:26:25.158Z[ recovery-image] Feb 26 17:26:24.731 INFO O| Feb 26 17:26:24.730 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88572026-02-26T17:26:25.158Z[ recovery-image] Feb 26 17:26:24.731 INFO O| Feb 26 17:26:24.731 INFO STEP 99 (remove_files) COMPLETE
88582026-02-26T17:26:25.158Z[ recovery-image] Feb 26 17:26:24.731 INFO O| Feb 26 17:26:24.731 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88592026-02-26T17:26:25.183Z[ recovery-image] Feb 26 17:26:24.756 INFO O| Feb 26 17:26:24.756 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88602026-02-26T17:26:25.183Z[ recovery-image] Feb 26 17:26:24.756 INFO O| Feb 26 17:26:24.756 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_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"}
88612026-02-26T17:26:34.761Z[ recovery-image] Feb 26 17:26:34.351 INFO O| Feb 26 17:26:34.351 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
88622026-02-26T17:26:34.761Z[ recovery-image] Feb 26 17:26:34.351 INFO O| Feb 26 17:26:34.351 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88632026-02-26T17:26:34.803Z[ recovery-image] Feb 26 17:26:34.392 INFO O| Feb 26 17:26:34.392 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
88642026-02-26T17:26:35.049Z[ recovery-image] Feb 26 17:26:34.638 INFO O| Feb 26 17:26:34.638 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88652026-02-26T17:26:35.224Z[ recovery-image] Feb 26 17:26:34.812 INFO O| Feb 26 17:26:34.812 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88662026-02-26T17:26:35.402Z[ recovery-image] Feb 26 17:26:34.991 INFO O| Feb 26 17:26:34.991 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88672026-02-26T17:26:35.402Z[ recovery-image] Feb 26 17:26:34.991 INFO O| Feb 26 17:26:34.991 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 ...
88682026-02-26T17:26:35.427Z[ recovery-image] Feb 26 17:26:34.994 INFO O| Feb 26 17:26:34.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88692026-02-26T17:26:35.427Z[ recovery-image] Feb 26 17:26:34.994 INFO O| Feb 26 17:26:34.994 INFO ok!
88702026-02-26T17:26:35.427Z[ recovery-image] Feb 26 17:26:34.994 INFO O| Feb 26 17:26:34.994 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88712026-02-26T17:26:35.427Z[ recovery-image] Feb 26 17:26:34.994 INFO O| Feb 26 17:26:34.994 INFO STEP 100 (seed_smf) COMPLETE
88722026-02-26T17:26:35.427Z[ recovery-image] Feb 26 17:26:34.994 INFO O| Feb 26 17:26:34.994 INFO steps complete; finalising image!
88732026-02-26T17:26:35.427Z[ recovery-image] Feb 26 17:26:34.994 INFO O| Feb 26 17:26:34.994 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88742026-02-26T17:26:35.515Z[ recovery-image] Feb 26 17:26:35.104 INFO O| Feb 26 17:26:35.104 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu Feb 26 17:26:35 2026)
88752026-02-26T17:26:35.727Z[ recovery-image] Feb 26 17:26:35.315 INFO O| Feb 26 17:26:35.315 INFO trim TEMPORARY-sled-zfs-recovery: (51% trimmed, started at Thu Feb 26 17:26:35 2026)
88762026-02-26T17:26:35.968Z[ recovery-image] Feb 26 17:26:35.556 INFO O| Feb 26 17:26:35.555 INFO temporary pool has 434M used, 1.33G avail, 1.00x compressratio
88772026-02-26T17:26:35.968Z[ recovery-image] Feb 26 17:26:35.556 INFO O| Feb 26 17:26:35.556 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88782026-02-26T17:26:36.832Z[ recovery-image] Feb 26 17:26:36.422 INFO O| Feb 26 17:26:36.422 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
88792026-02-26T17:26:36.832Z[ recovery-image] Feb 26 17:26:36.422 INFO O| Feb 26 17:26:36.422 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88802026-02-26T17:26:42.003Z[ recovery-image] Feb 26 17:26:41.592 INFO O| Feb 26 17:26:41.592 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88812026-02-26T17:26:42.028Z[ recovery-image] Feb 26 17:26:41.593 INFO O| Feb 26 17:26:41.592 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88822026-02-26T17:26:42.028Z[ recovery-image] Feb 26 17:26:41.593 INFO O| Feb 26 17:26:41.592 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88832026-02-26T17:26:42.028Z[ recovery-image] Feb 26 17:26:41.593 INFO O| Feb 26 17:26:41.592 INFO completed processing sled/zfs-recovery
88842026-02-26T17:26:42.028Z[ recovery-image] Feb 26 17:26:41.593 INFO O| Feb 26 17:26:41.592 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88852026-02-26T17:26:42.154Z[ recovery-image] Feb 26 17:26:41.743 INFO O| Feb 26 17:26:41.743 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88862026-02-26T17:26:42.224Z[ recovery-image] Feb 26 17:26:41.812 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
88872026-02-26T17:26:42.249Z[ recovery-image] Feb 26 17:26:41.815 INFO expanded image name: "recovery 889deab/${os_short_commit} 2026-02-26 16:26" -> "recovery 889deab/3e08689 2026-02-26 16:26"
88882026-02-26T17:26:42.249Z[ recovery-image] Feb 26 17:26:41.816 INFO output artefacts stored in: "/work/os-recovery"
88892026-02-26T17:26:42.249Z[ recovery-image] Feb 26 17:26:41.819 INFO collecting git info from project "amd-host-image-builder"...
88902026-02-26T17:26:42.409Z[ recovery-image] Feb 26 17:26:41.999 INFO collecting git info from project "pinprick"...
88912026-02-26T17:26:42.434Z[ recovery-image] Feb 26 17:26:42.018 INFO collecting git info from project "chelsio-t6-roms"...
88922026-02-26T17:26:42.496Z[ recovery-image] Feb 26 17:26:42.086 INFO collecting git info from project "pilot"...
88932026-02-26T17:26:42.540Z[ recovery-image] Feb 26 17:26:42.129 INFO collecting git info from project "dmar-report"...
88942026-02-26T17:26:42.577Z[ recovery-image] Feb 26 17:26:42.166 INFO collecting git info from project "amd-firmware"...
88952026-02-26T17:26:43.374Z[ recovery-image] Feb 26 17:26:42.964 INFO collecting git info from project "bootserver"...
88962026-02-26T17:26:43.400Z[ recovery-image] Feb 26 17:26:42.986 INFO collecting git info from project "image-builder"...
88972026-02-26T17:26:43.425Z[ recovery-image] Feb 26 17:26:43.011 INFO collecting git info from project "phbl"...
88982026-02-26T17:26:43.450Z[ recovery-image] Feb 26 17:26:43.034 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88992026-02-26T17:26:44.041Z[ recovery-image] Feb 26 17:26:43.630 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
89002026-02-26T17:26:44.624Z[ recovery-image] Feb 26 17:26:44.214 INFO creating Oxide boot image...
89012026-02-26T17:26:44.649Z[ recovery-image] Feb 26 17:26:44.215 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 889deab/3e08689 2026-02-26 16:26", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
89022026-02-26T17:27:01.818Z[ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23795:20260223T235515Z
89032026-02-26T17:27:01.890Z[ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23795:20260223T235515Z
89042026-02-26T17:27:01.890Z[ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
89052026-02-26T17:27:01.890Z[ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
89062026-02-26T17:27:01.890Z[ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
89072026-02-26T17:27:01.890Z[ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
89082026-02-26T17:27:01.890Z[ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
89092026-02-26T17:27:01.890Z[ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
89102026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.410 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260226T162742Z
89112026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.410 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
89122026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.410 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
89132026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.410 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23795:20260223T235516Z
89142026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.411 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23795:20260223T235516Z
89152026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.411 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23795:20260223T235517Z
89162026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.412 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23795:20260223T235517Z
89172026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.412 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
89182026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.412 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23795:20260223T235517Z
89192026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23795:20260223T235517Z
89202026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23795:20260223T235517Z
89212026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23795:20260223T235517Z
89222026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23795:20260223T235518Z
89232026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23795:20260223T235518Z
89242026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23795:20260223T235518Z
89252026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23795:20260223T235519Z
89262026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23795:20260223T235520Z
89272026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23795:20260223T235520Z
89282026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23795:20260223T235521Z
89292026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23795:20260223T235521Z
89302026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23795:20260223T235522Z
89312026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23795:20260223T235523Z
89322026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
89332026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23795:20260223T235524Z
89342026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23795:20260223T235527Z
89352026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23795:20260223T235527Z
89362026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23795:20260223T235528Z
89372026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.415 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23795:20260223T235529Z
89382026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.415 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23795:20260223T235529Z
89392026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.421 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
89402026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.421 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23795:20260223T235530Z
89412026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.421 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
89422026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.421 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
89432026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.422 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89442026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.422 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23795:20260223T235530Z
89452026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.422 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89462026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.422 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89472026-02-26T17:27:01.891Z[ host-image] Feb 26 17:27:01.423 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89482026-02-26T17:27:01.892Z[ host-image] Feb 26 17:27:01.423 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89492026-02-26T17:27:01.892Z[ host-image] Feb 26 17:27:01.430 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89502026-02-26T17:27:01.892Z[ host-image] Feb 26 17:27:01.430 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89512026-02-26T17:27:01.892Z[ host-image] Feb 26 17:27:01.430 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89522026-02-26T17:27:01.892Z[ host-image] Feb 26 17:27:01.431 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89532026-02-26T17:27:01.892Z[ host-image] Feb 26 17:27:01.431 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89542026-02-26T17:27:01.892Z[ host-image] Feb 26 17:27:01.431 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89552026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.452 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
89562026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.453 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89572026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.453 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89582026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.453 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23795:20260223T235532Z
89592026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.453 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23795:20260223T235537Z
89602026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.453 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89612026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.453 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23795:20260223T235538Z
89622026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.453 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89632026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.454 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89642026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.454 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
89652026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.454 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89662026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.454 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23795:20260223T235538Z
89672026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.454 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89682026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.456 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89692026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.456 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89702026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.456 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89712026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.457 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23795:20260223T235538Z
89722026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.457 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89732026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.465 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89742026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.465 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23795:20260223T235539Z
89752026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.466 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23795:20260223T235539Z
89762026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.466 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23795:20260223T235539Z
89772026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.467 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89782026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.467 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23795:20260223T235541Z
89792026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.467 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23795:20260223T235541Z
89802026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.467 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23795:20260223T235541Z
89812026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.468 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23795:20260223T235541Z
89822026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.470 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89832026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.470 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23795:20260223T235541Z
89842026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.470 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23795:20260223T235543Z
89852026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.470 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89862026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.471 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23795:20260223T235543Z
89872026-02-26T17:27:01.920Z[ host-image] Feb 26 17:27:01.471 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23795:20260223T235543Z
89882026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.471 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23795:20260223T235543Z
89892026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.471 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23795:20260223T235543Z
89902026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.476 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23795:20260223T235543Z
89912026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.476 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89922026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.477 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23795:20260223T235543Z
89932026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.478 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23795:20260223T235544Z
89942026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.478 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23795:20260223T235544Z
89952026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.478 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23795:20260223T235544Z
89962026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.479 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23795:20260223T235544Z
89972026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.479 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23795:20260223T235544Z
89982026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.479 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23795:20260223T235545Z
89992026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.485 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23795:20260223T235546Z
90002026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.485 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23795:20260223T235545Z
90012026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.486 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23795:20260223T235545Z
90022026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.487 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23795:20260223T235545Z
90032026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.487 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23795:20260223T235546Z
90042026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.500 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23795:20260223T235549Z
90052026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.500 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23795:20260223T235546Z
90062026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.500 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23795:20260223T235546Z
90072026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.500 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
90082026-02-26T17:27:01.921Z[ host-image] Feb 26 17:27:01.500 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
90092026-02-26T17:27:01.952Z[ host-image] Feb 26 17:27:01.519 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23795:20260223T235546Z
90102026-02-26T17:27:01.952Z[ host-image] Feb 26 17:27:01.519 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
90112026-02-26T17:27:01.952Z[ host-image] Feb 26 17:27:01.519 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23795:20260223T235547Z
90122026-02-26T17:27:01.952Z[ host-image] Feb 26 17:27:01.519 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23795:20260223T235547Z
90132026-02-26T17:27:01.952Z[ host-image] Feb 26 17:27:01.519 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23795:20260223T235547Z
90142026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.520 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
90152026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.520 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
90162026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.520 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23795:20260223T235548Z
90172026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.520 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23795:20260223T235548Z
90182026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.520 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23795:20260223T235548Z
90192026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.521 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23795:20260223T235548Z
90202026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.521 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23795:20260223T235549Z
90212026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.521 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23795:20260223T235549Z
90222026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.523 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
90232026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.523 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23795:20260223T235549Z
90242026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.524 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23795:20260223T235550Z
90252026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.524 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23795:20260223T235550Z
90262026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.524 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23795:20260223T235551Z
90272026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.524 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23795:20260223T235550Z
90282026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.524 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23795:20260223T235550Z
90292026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.524 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
90302026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.524 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
90312026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.525 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23795:20260223T235553Z
90322026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.525 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23795:20260223T235553Z
90332026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.525 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
90342026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.525 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
90352026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.525 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
90362026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.525 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
90372026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.525 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
90382026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.526 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
90392026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.528 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
90402026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.528 INFO O| tempdir @ "/tmp/.tmps2mtRg/tmp"
90412026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.528 INFO O| image root @ "/tmp/.tmps2mtRg/tmp/root"
90422026-02-26T17:27:01.953Z[ host-image] Feb 26 17:27:01.528 INFO O| creating image...
90432026-02-26T17:27:02.658Z[ host-image] Feb 26 17:27:02.248 INFO O| copying publishers...
90442026-02-26T17:27:54.977Z[ recovery-image] Feb 26 17:27:54.568 INFO O| ok, image written!
90452026-02-26T17:27:54.977Z[ recovery-image] Feb 26 17:27:54.568 INFO O| ok, boot_image_csum file written!
90462026-02-26T17:27:55.002Z[ recovery-image] Feb 26 17:27:54.578 INFO creating boot archive (CPIO)...
90472026-02-26T17:27:55.002Z[ recovery-image] Feb 26 17:27:54.579 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
90482026-02-26T17:27:55.027Z[ recovery-image] Feb 26 17:27:54.609 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90492026-02-26T17:27:55.027Z[ recovery-image] Feb 26 17:27:54.609 INFO E| + outfile=/work/os-recovery/cpio
90502026-02-26T17:27:55.027Z[ recovery-image] Feb 26 17:27:54.609 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90512026-02-26T17:27:55.027Z[ recovery-image] Feb 26 17:27:54.612 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90522026-02-26T17:27:55.027Z[ recovery-image] Feb 26 17:27:54.613 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90532026-02-26T17:27:55.075Z[ recovery-image] Feb 26 17:27:54.666 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90542026-02-26T17:27:55.100Z[ recovery-image] Feb 26 17:27:54.667 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90552026-02-26T17:27:55.100Z[ recovery-image] Feb 26 17:27:54.680 INFO creating compressed cpio/unix for dev loaders...
90562026-02-26T17:27:55.100Z[ recovery-image] Feb 26 17:27:54.681 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
90572026-02-26T17:27:55.552Z[ recovery-image] Feb 26 17:27:55.144 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90582026-02-26T17:28:02.825Z[ recovery-image] Feb 26 17:28:02.417 INFO creating reset image...
90592026-02-26T17:28:02.825Z[ recovery-image] Feb 26 17:28:02.417 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90602026-02-26T17:28:20.406Z[ host-image] Feb 26 17:28:19.999 INFO O| adding properties...
90612026-02-26T17:28:22.379Z[ host-image] Feb 26 17:28:21.972 INFO O| installing packages...
90622026-02-26T17:28:51.719Z[verify-libraries] Finished `release` profile [optimized] target(s) in 33m 35s
90632026-02-26T17:28:55.410ZFeb 26 17:28:55.000 INFO [verify-libraries] process exited with exit status: 0 (2025.287533987s)
90642026-02-26T17:28:57.075Z[ recovery-image] Feb 26 17:28:56.668 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')"
90652026-02-26T17:28:57.099Z[ recovery-image] Feb 26 17:28:56.669 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")
90662026-02-26T17:28:57.438Z[ recovery-image] Feb 26 17:28:57.032 INFO E| Updating crates.io index
90672026-02-26T17:28:57.670Z[ recovery-image] Feb 26 17:28:57.264 INFO E| Downloading crates ...
90682026-02-26T17:28:57.748Z[ recovery-image] Feb 26 17:28:57.342 INFO E| Downloaded anstyle-query v1.1.5
90692026-02-26T17:28:57.772Z[ recovery-image] Feb 26 17:28:57.345 INFO E| Downloaded shared_child v1.1.1
90702026-02-26T17:28:57.772Z[ recovery-image] Feb 26 17:28:57.348 INFO E| Downloaded clap_lex v0.7.7
90712026-02-26T17:28:57.772Z[ recovery-image] Feb 26 17:28:57.351 INFO E| Downloaded shared_thread v0.2.0
90722026-02-26T17:28:57.772Z[ recovery-image] Feb 26 17:28:57.353 INFO E| Downloaded unicode-ident v1.0.23
90732026-02-26T17:28:57.772Z[ recovery-image] Feb 26 17:28:57.356 INFO E| Downloaded signal-hook-registry v1.4.8
90742026-02-26T17:28:57.772Z[ recovery-image] Feb 26 17:28:57.358 INFO E| Downloaded clap_derive v4.5.55
90752026-02-26T17:28:57.772Z[ recovery-image] Feb 26 17:28:57.361 INFO E| Downloaded clap v4.5.57
90762026-02-26T17:28:57.797Z[ recovery-image] Feb 26 17:28:57.374 INFO E| Downloaded duct v1.1.1
90772026-02-26T17:28:57.797Z[ recovery-image] Feb 26 17:28:57.376 INFO E| Downloaded sigchld v0.2.4
90782026-02-26T17:28:57.797Z[ recovery-image] Feb 26 17:28:57.378 INFO E| Downloaded os_pipe v1.2.3
90792026-02-26T17:28:57.797Z[ recovery-image] Feb 26 17:28:57.380 INFO E| Downloaded syn v2.0.114
90802026-02-26T17:28:57.821Z[ recovery-image] Feb 26 17:28:57.394 INFO E| Downloaded clap_builder v4.5.57
90812026-02-26T17:28:57.887Z[ recovery-image] Feb 26 17:28:57.480 INFO E| Compiling libc v0.2.180
90822026-02-26T17:28:57.887Z[ recovery-image] Feb 26 17:28:57.480 INFO E| Compiling proc-macro2 v1.0.106
90832026-02-26T17:28:57.911Z[ recovery-image] Feb 26 17:28:57.480 INFO E| Compiling quote v1.0.44
90842026-02-26T17:28:57.911Z[ recovery-image] Feb 26 17:28:57.480 INFO E| Compiling signal-hook v0.3.18
90852026-02-26T17:28:57.911Z[ recovery-image] Feb 26 17:28:57.480 INFO E| Compiling unicode-ident v1.0.23
90862026-02-26T17:28:57.911Z[ recovery-image] Feb 26 17:28:57.480 INFO E| Compiling utf8parse v0.2.2
90872026-02-26T17:28:57.911Z[ recovery-image] Feb 26 17:28:57.481 INFO E| Compiling is_terminal_polyfill v1.70.2
90882026-02-26T17:28:57.911Z[ recovery-image] Feb 26 17:28:57.481 INFO E| Compiling colorchoice v1.0.4
90892026-02-26T17:28:58.096Z[ recovery-image] Feb 26 17:28:57.690 INFO E| Compiling anstyle-parse v0.2.7
90902026-02-26T17:28:58.144Z[ recovery-image] Feb 26 17:28:57.738 INFO E| Compiling anstyle v1.0.13
90912026-02-26T17:28:58.168Z[ recovery-image] Feb 26 17:28:57.761 INFO E| Compiling anstyle-query v1.1.5
90922026-02-26T17:28:58.193Z[ recovery-image] Feb 26 17:28:57.772 INFO E| Compiling clap_lex v0.7.7
90932026-02-26T17:28:58.396Z[ recovery-image] Feb 26 17:28:57.990 INFO E| Compiling strsim v0.11.1
90942026-02-26T17:28:58.478Z[ recovery-image] Feb 26 17:28:58.070 INFO E| Compiling heck v0.5.0
90952026-02-26T17:28:58.503Z[ recovery-image] Feb 26 17:28:58.091 INFO E| Compiling shared_thread v0.2.0
90962026-02-26T17:28:58.616Z[ recovery-image] Feb 26 17:28:58.210 INFO E| Compiling anstream v0.6.21
90972026-02-26T17:28:59.351Z[ recovery-image] Feb 26 17:28:58.945 INFO E| Compiling clap_builder v4.5.57
90982026-02-26T17:28:59.778Z[ recovery-image] Feb 26 17:28:59.372 INFO E| Compiling errno v0.3.14
90992026-02-26T17:28:59.778Z[ recovery-image] Feb 26 17:28:59.372 INFO E| Compiling os_pipe v1.2.3
91002026-02-26T17:28:59.983Z[ recovery-image] Feb 26 17:28:59.577 INFO E| Compiling signal-hook-registry v1.4.8
91012026-02-26T17:29:00.431Z[ recovery-image] Feb 26 17:29:00.024 INFO E| Compiling syn v2.0.114
91022026-02-26T17:29:00.533Z[ recovery-image] Feb 26 17:29:00.125 INFO E| Compiling sigchld v0.2.4
91032026-02-26T17:29:00.743Z[ recovery-image] Feb 26 17:29:00.337 INFO E| Compiling shared_child v1.1.1
91042026-02-26T17:29:00.962Z[ recovery-image] Feb 26 17:29:00.556 INFO E| Compiling duct v1.1.1
91052026-02-26T17:29:05.683Z[ recovery-image] Feb 26 17:29:05.277 INFO E| Compiling clap_derive v4.5.55
91062026-02-26T17:29:06.924Z[ host-image] Feb 26 17:29:06.518 INFO O| seeding SMF database...
91072026-02-26T17:29:08.326Z[ recovery-image] Feb 26 17:29:07.920 INFO E| Compiling clap v4.5.57
91082026-02-26T17:29:08.437Z[ recovery-image] Feb 26 17:29:08.029 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
91092026-02-26T17:29:10.100Z[ recovery-image] Feb 26 17:29:09.694 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s
91102026-02-26T17:29:10.124Z[ recovery-image] Feb 26 17:29:09.712 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
91112026-02-26T17:29:10.552Z[ recovery-image] Feb 26 17:29:10.145 INFO E| Downloading crates ...
91122026-02-26T17:29:10.633Z[ recovery-image] Feb 26 17:29:10.227 INFO E| Downloaded bitstruct_derive v0.1.0
91132026-02-26T17:29:10.658Z[ recovery-image] Feb 26 17:29:10.229 INFO E| Downloaded bitstruct v0.1.1
91142026-02-26T17:29:10.658Z[ recovery-image] Feb 26 17:29:10.233 INFO E| Downloaded bit_field v0.10.3
91152026-02-26T17:29:10.658Z[ recovery-image] Feb 26 17:29:10.236 INFO E| Downloaded raw-cpuid v10.7.0
91162026-02-26T17:29:10.658Z[ recovery-image] Feb 26 17:29:10.242 INFO E| Downloaded cpio_reader v0.1.2
91172026-02-26T17:29:10.658Z[ recovery-image] Feb 26 17:29:10.246 INFO E| Downloaded miniz_oxide v0.9.0
91182026-02-26T17:29:10.683Z[ recovery-image] Feb 26 17:29:10.253 INFO E| Downloaded goblin v0.10.4
91192026-02-26T17:29:10.707Z[ recovery-image] Feb 26 17:29:10.280 INFO E| Downloaded x86 v0.52.0
91202026-02-26T17:29:10.760Z[ recovery-image] Feb 26 17:29:10.353 INFO E| Updating crates.io index
91212026-02-26T17:29:10.814Z[ recovery-image] Feb 26 17:29:10.408 INFO E| Downloading crates ...
91222026-02-26T17:29:10.844Z[ recovery-image] Feb 26 17:29:10.438 INFO E| Downloaded rustc-literal-escaper v0.0.7
91232026-02-26T17:29:10.868Z[ recovery-image] Feb 26 17:29:10.442 INFO E| Downloaded rustc-demangle v0.1.27
91242026-02-26T17:29:10.893Z[ recovery-image] Feb 26 17:29:10.464 INFO E| Downloaded libc v0.2.178
91252026-02-26T17:29:10.989Z[ recovery-image] Feb 26 17:29:10.583 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)
91262026-02-26T17:29:11.014Z[ recovery-image] Feb 26 17:29:10.583 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)
91272026-02-26T17:29:11.014Z[ recovery-image] Feb 26 17:29:10.583 INFO E| Compiling proc-macro2 v1.0.106
91282026-02-26T17:29:11.014Z[ recovery-image] Feb 26 17:29:10.583 INFO E| Compiling quote v1.0.44
91292026-02-26T17:29:11.014Z[ recovery-image] Feb 26 17:29:10.583 INFO E| Compiling unicode-ident v1.0.23
91302026-02-26T17:29:11.014Z[ recovery-image] Feb 26 17:29:10.584 INFO E| Compiling syn v1.0.109
91312026-02-26T17:29:11.014Z[ recovery-image] Feb 26 17:29:10.584 INFO E| Compiling x86 v0.52.0
91322026-02-26T17:29:11.014Z[ recovery-image] Feb 26 17:29:10.592 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
91332026-02-26T17:29:11.237Z[ recovery-image] Feb 26 17:29:10.832 INFO E| Compiling seq-macro v0.3.6
91342026-02-26T17:29:13.057Z[ recovery-image] Feb 26 17:29:12.651 INFO E| Compiling syn v2.0.114
91352026-02-26T17:29:15.620Z[ host-image] Feb 26 17:29:15.215 INFO O| configuring SMF profile...
91362026-02-26T17:29:15.645Z[ host-image] Feb 26 17:29:15.215 INFO O| modifying shadow(5)...
91372026-02-26T17:29:15.645Z[ host-image] Feb 26 17:29:15.215 INFO O| loading user and group database...
91382026-02-26T17:29:15.645Z[ host-image] Feb 26 17:29:15.215 INFO O| loading facet selections...
91392026-02-26T17:29:16.229Z[ host-image] Feb 26 17:29:15.823 INFO O| devel -> true
91402026-02-26T17:29:16.229Z[ host-image] Feb 26 17:29:15.823 INFO O| doc.man -> true
91412026-02-26T17:29:16.229Z[ host-image] Feb 26 17:29:15.823 INFO O| version-lock.shell/ksh93 -> true
91422026-02-26T17:29:16.253Z[ host-image] Feb 26 17:29:15.823 INFO O| version-lock.system/data/hardware-registry -> true
91432026-02-26T17:29:16.253Z[ host-image] Feb 26 17:29:15.823 INFO O| version-lock.system/data/zoneinfo -> true
91442026-02-26T17:29:16.253Z[ host-image] Feb 26 17:29:15.824 INFO O| version-lock.system/microcode/amd -> true
91452026-02-26T17:29:16.253Z[ host-image] Feb 26 17:29:15.824 INFO O| version-lock.system/microcode/intel -> true
91462026-02-26T17:29:16.253Z[ host-image] Feb 26 17:29:15.824 INFO O| version-lock.system/microcode/oxide -> true
91472026-02-26T17:29:16.253Z[ host-image] Feb 26 17:29:15.824 INFO O| assessing packaged files...
91482026-02-26T17:29:16.569Z[ recovery-image] Feb 26 17:29:16.163 INFO E| Compiling scroll_derive v0.13.1
91492026-02-26T17:29:19.968Z[ recovery-image] Feb 26 17:29:19.561 INFO E| Compiling bitstruct_derive v0.1.0
91502026-02-26T17:29:19.993Z[ host-image] Feb 26 17:29:19.577 INFO O| creating archive...
91512026-02-26T17:29:20.024Z[ host-image] Feb 26 17:29:19.618 INFO O| missing from packaging:
91522026-02-26T17:29:20.024Z[ host-image] Feb 26 17:29:19.618 INFO O| "etc/.pwd.lock"
91532026-02-26T17:29:20.048Z[ host-image] Feb 26 17:29:19.618 INFO O| "etc/bash"
91542026-02-26T17:29:20.048Z[ host-image] Feb 26 17:29:19.626 INFO O| "etc/svc/profile/generic.xml"
91552026-02-26T17:29:20.048Z[ host-image] Feb 26 17:29:19.626 INFO O| "etc/svc/profile/inetd_services.xml"
91562026-02-26T17:29:20.048Z[ host-image] Feb 26 17:29:19.626 INFO O| "etc/svc/profile/name_service.xml"
91572026-02-26T17:29:20.048Z[ host-image] Feb 26 17:29:19.626 INFO O| "etc/svc/profile/platform.xml"
91582026-02-26T17:29:20.048Z[ host-image] Feb 26 17:29:19.626 INFO O| "etc/svc/profile/platform_omicron1.xml"
91592026-02-26T17:29:20.048Z[ host-image] Feb 26 17:29:19.626 INFO O| "etc/svc/repository.db"
91602026-02-26T17:29:20.048Z[ host-image] Feb 26 17:29:19.639 INFO O| "opt/ooce/share"
91612026-02-26T17:29:20.048Z[ host-image] Feb 26 17:29:19.639 INFO O| "opt/ooce/share/man"
91622026-02-26T17:29:20.048Z[ host-image] Feb 26 17:29:19.639 INFO O| "opt/ooce/share/man/man1"
91632026-02-26T17:29:20.073Z[ host-image] Feb 26 17:29:19.653 INFO O| finishing archive...
91642026-02-26T17:29:23.730Z[ host-image] Feb 26 17:29:23.324 INFO O| creating gzonly manifest...
91652026-02-26T17:29:23.754Z[ host-image] Feb 26 17:29:23.334 INFO O| ok
91662026-02-26T17:29:23.990Z[ host-image] Feb 26 17:29:23.583 INFO image builder template: ramdisk-02-trim...
91672026-02-26T17:29:23.990Z[ host-image] Feb 26 17:29:23.583 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/.tmpVgPXRo/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
91682026-02-26T17:29:24.022Z[ host-image] Feb 26 17:29:23.616 INFO O| Feb 26 17:29:23.616 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91692026-02-26T17:29:24.046Z[ host-image] Feb 26 17:29:23.621 INFO O| Feb 26 17:29:23.621 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91702026-02-26T17:29:24.070Z[ host-image] Feb 26 17:29:23.662 INFO O| Feb 26 17:29:23.662 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91712026-02-26T17:29:24.102Z[ host-image] Feb 26 17:29:23.696 INFO O| Feb 26 17:29:23.696 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91722026-02-26T17:29:24.102Z[ host-image] Feb 26 17:29:23.696 INFO O| Feb 26 17:29:23.696 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91732026-02-26T17:29:24.126Z[ host-image] Feb 26 17:29:23.704 INFO O| Feb 26 17:29:23.703 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91742026-02-26T17:29:24.126Z[ host-image] Feb 26 17:29:23.709 INFO O| Feb 26 17:29:23.709 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91752026-02-26T17:29:24.126Z[ host-image] Feb 26 17:29:23.717 INFO O| Feb 26 17:29:23.716 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91762026-02-26T17:29:24.281Z[ host-image] Feb 26 17:29:23.876 INFO O| Feb 26 17:29:23.876 INFO rolled back to input snapshot; work may begin
91772026-02-26T17:29:24.281Z[ host-image] Feb 26 17:29:23.876 INFO O| Feb 26 17:29:23.876 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91782026-02-26T17:29:24.306Z[ host-image] Feb 26 17:29:23.887 INFO O| Feb 26 17:29:23.886 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91792026-02-26T17:29:24.330Z[ host-image] Feb 26 17:29:23.904 INFO O| Feb 26 17:29:23.904 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91802026-02-26T17:29:24.379Z[ host-image] Feb 26 17:29:23.973 INFO O| Feb 26 17:29:23.973 INFO STEP 0 (remove_files) COMPLETE
91812026-02-26T17:29:24.379Z[ host-image] Feb 26 17:29:23.973 INFO O| Feb 26 17:29:23.973 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91822026-02-26T17:29:24.403Z[ host-image] Feb 26 17:29:23.988 INFO O| Feb 26 17:29:23.988 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91832026-02-26T17:29:24.403Z[ host-image] Feb 26 17:29:23.991 INFO O| Feb 26 17:29:23.991 INFO STEP 1 (remove_files) COMPLETE
91842026-02-26T17:29:24.404Z[ host-image] Feb 26 17:29:23.991 INFO O| Feb 26 17:29:23.991 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91852026-02-26T17:29:24.428Z[ host-image] Feb 26 17:29:24.012 INFO O| Feb 26 17:29:24.011 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91862026-02-26T17:29:24.453Z[ host-image] Feb 26 17:29:24.033 INFO O| Feb 26 17:29:24.033 INFO STEP 2 (remove_files) COMPLETE
91872026-02-26T17:29:24.453Z[ host-image] Feb 26 17:29:24.033 INFO O| Feb 26 17:29:24.033 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91882026-02-26T17:29:24.453Z[ host-image] Feb 26 17:29:24.047 INFO O| Feb 26 17:29:24.047 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91892026-02-26T17:29:24.477Z[ host-image] Feb 26 17:29:24.050 INFO O| Feb 26 17:29:24.050 INFO STEP 3 (remove_files) COMPLETE
91902026-02-26T17:29:24.477Z[ host-image] Feb 26 17:29:24.050 INFO O| Feb 26 17:29:24.050 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91912026-02-26T17:29:24.477Z[ host-image] Feb 26 17:29:24.070 INFO O| Feb 26 17:29:24.069 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91922026-02-26T17:29:24.501Z[ host-image] Feb 26 17:29:24.075 INFO O| Feb 26 17:29:24.075 INFO STEP 4 (remove_files) COMPLETE
91932026-02-26T17:29:24.501Z[ host-image] Feb 26 17:29:24.075 INFO O| Feb 26 17:29:24.075 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91942026-02-26T17:29:24.501Z[ host-image] Feb 26 17:29:24.089 INFO O| Feb 26 17:29:24.089 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91952026-02-26T17:29:24.501Z[ host-image] Feb 26 17:29:24.093 INFO O| Feb 26 17:29:24.093 INFO STEP 5 (remove_files) COMPLETE
91962026-02-26T17:29:24.501Z[ host-image] Feb 26 17:29:24.093 INFO O| Feb 26 17:29:24.093 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91972026-02-26T17:29:24.526Z[ host-image] Feb 26 17:29:24.107 INFO O| Feb 26 17:29:24.107 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91982026-02-26T17:29:24.550Z[ host-image] Feb 26 17:29:24.124 INFO O| Feb 26 17:29:24.124 INFO STEP 6 (remove_files) COMPLETE
91992026-02-26T17:29:24.550Z[ host-image] Feb 26 17:29:24.124 INFO O| Feb 26 17:29:24.124 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92002026-02-26T17:29:24.550Z[ host-image] Feb 26 17:29:24.139 INFO O| Feb 26 17:29:24.139 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
92012026-02-26T17:29:24.575Z[ host-image] Feb 26 17:29:24.169 INFO O| Feb 26 17:29:24.169 INFO STEP 7 (remove_files) COMPLETE
92022026-02-26T17:29:24.575Z[ host-image] Feb 26 17:29:24.169 INFO O| Feb 26 17:29:24.169 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92032026-02-26T17:29:24.599Z[ host-image] Feb 26 17:29:24.184 INFO O| Feb 26 17:29:24.184 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
92042026-02-26T17:29:24.693Z[ host-image] Feb 26 17:29:24.287 INFO O| Feb 26 17:29:24.287 INFO STEP 8 (remove_files) COMPLETE
92052026-02-26T17:29:24.693Z[ host-image] Feb 26 17:29:24.288 INFO O| Feb 26 17:29:24.287 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92062026-02-26T17:29:24.717Z[ host-image] Feb 26 17:29:24.303 INFO O| Feb 26 17:29:24.302 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
92072026-02-26T17:29:24.839Z[ host-image] Feb 26 17:29:24.433 INFO O| Feb 26 17:29:24.433 INFO STEP 9 (remove_files) COMPLETE
92082026-02-26T17:29:24.839Z[ host-image] Feb 26 17:29:24.433 INFO O| Feb 26 17:29:24.433 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92092026-02-26T17:29:24.865Z[ host-image] Feb 26 17:29:24.453 INFO O| Feb 26 17:29:24.453 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
92102026-02-26T17:29:24.890Z[ host-image] Feb 26 17:29:24.459 INFO O| Feb 26 17:29:24.459 INFO STEP 10 (remove_files) COMPLETE
92112026-02-26T17:29:24.890Z[ host-image] Feb 26 17:29:24.459 INFO O| Feb 26 17:29:24.459 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92122026-02-26T17:29:24.890Z[ host-image] Feb 26 17:29:24.476 INFO O| Feb 26 17:29:24.476 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
92132026-02-26T17:29:24.890Z[ host-image] Feb 26 17:29:24.478 INFO O| Feb 26 17:29:24.478 INFO STEP 11 (remove_files) COMPLETE
92142026-02-26T17:29:24.890Z[ host-image] Feb 26 17:29:24.478 INFO O| Feb 26 17:29:24.478 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92152026-02-26T17:29:24.914Z[ host-image] Feb 26 17:29:24.496 INFO O| Feb 26 17:29:24.496 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
92162026-02-26T17:29:24.914Z[ host-image] Feb 26 17:29:24.501 INFO O| Feb 26 17:29:24.501 INFO STEP 12 (remove_files) COMPLETE
92172026-02-26T17:29:24.914Z[ host-image] Feb 26 17:29:24.501 INFO O| Feb 26 17:29:24.501 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92182026-02-26T17:29:25.060Z[ host-image] Feb 26 17:29:24.655 INFO O| Feb 26 17:29:24.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
92192026-02-26T17:29:25.061Z[ host-image] Feb 26 17:29:24.655 INFO O| Feb 26 17:29:24.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92202026-02-26T17:29:25.085Z[ host-image] Feb 26 17:29:24.663 INFO O| Feb 26 17:29:24.663 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
92212026-02-26T17:29:25.085Z[ host-image] Feb 26 17:29:24.678 INFO O| Feb 26 17:29:24.678 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
92222026-02-26T17:29:25.460Z[ host-image] Feb 26 17:29:25.055 INFO O| Feb 26 17:29:25.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
92232026-02-26T17:29:25.460Z[ host-image] Feb 26 17:29:25.055 INFO O| Feb 26 17:29:25.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
92242026-02-26T17:29:25.485Z[ host-image] Feb 26 17:29:25.055 INFO O| Feb 26 17:29:25.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
92252026-02-26T17:29:25.485Z[ host-image] Feb 26 17:29:25.055 INFO O| Feb 26 17:29:25.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
92262026-02-26T17:29:25.485Z[ host-image] Feb 26 17:29:25.055 INFO O| Feb 26 17:29:25.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
92272026-02-26T17:29:25.485Z[ host-image] Feb 26 17:29:25.056 INFO O| Feb 26 17:29:25.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
92282026-02-26T17:29:25.485Z[ host-image] Feb 26 17:29:25.056 INFO O| Feb 26 17:29:25.056 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92292026-02-26T17:29:25.485Z[ host-image] Feb 26 17:29:25.056 INFO O| Feb 26 17:29:25.056 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
92302026-02-26T17:29:25.485Z[ host-image] Feb 26 17:29:25.056 INFO O| Feb 26 17:29:25.056 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
92312026-02-26T17:29:25.485Z[ host-image] Feb 26 17:29:25.057 INFO O| Feb 26 17:29:25.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
92322026-02-26T17:29:25.485Z[ host-image] Feb 26 17:29:25.057 INFO O| Feb 26 17:29:25.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
92332026-02-26T17:29:25.485Z[ host-image] Feb 26 17:29:25.057 INFO O| Feb 26 17:29:25.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
92342026-02-26T17:29:25.485Z[ host-image] Feb 26 17:29:25.058 INFO O| Feb 26 17:29:25.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
92352026-02-26T17:29:25.485Z[ host-image] Feb 26 17:29:25.058 INFO O| Feb 26 17:29:25.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
92362026-02-26T17:29:25.486Z[ host-image] Feb 26 17:29:25.058 INFO O| Feb 26 17:29:25.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
92372026-02-26T17:29:25.486Z[ host-image] Feb 26 17:29:25.058 INFO O| Feb 26 17:29:25.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92382026-02-26T17:29:25.486Z[ host-image] Feb 26 17:29:25.059 INFO O| Feb 26 17:29:25.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
92392026-02-26T17:29:25.486Z[ host-image] Feb 26 17:29:25.059 INFO O| Feb 26 17:29:25.059 INFO STEP 13 (remove_files) COMPLETE
92402026-02-26T17:29:25.486Z[ host-image] Feb 26 17:29:25.059 INFO O| Feb 26 17:29:25.059 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92412026-02-26T17:29:25.486Z[ host-image] Feb 26 17:29:25.076 INFO O| Feb 26 17:29:25.076 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92422026-02-26T17:29:25.486Z[ host-image] Feb 26 17:29:25.079 INFO O| Feb 26 17:29:25.078 INFO STEP 14 (remove_files) COMPLETE
92432026-02-26T17:29:25.486Z[ host-image] Feb 26 17:29:25.079 INFO O| Feb 26 17:29:25.079 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92442026-02-26T17:29:25.511Z[ host-image] Feb 26 17:29:25.094 INFO O| Feb 26 17:29:25.094 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92452026-02-26T17:29:25.535Z[ host-image] Feb 26 17:29:25.105 INFO O| Feb 26 17:29:25.105 INFO STEP 15 (remove_files) COMPLETE
92462026-02-26T17:29:25.535Z[ host-image] Feb 26 17:29:25.106 INFO O| Feb 26 17:29:25.105 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92472026-02-26T17:29:25.535Z[ host-image] Feb 26 17:29:25.122 INFO O| Feb 26 17:29:25.121 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92482026-02-26T17:29:25.535Z[ host-image] Feb 26 17:29:25.122 INFO O| Feb 26 17:29:25.122 INFO STEP 16 (remove_files) COMPLETE
92492026-02-26T17:29:25.535Z[ host-image] Feb 26 17:29:25.122 INFO O| Feb 26 17:29:25.122 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92502026-02-26T17:29:25.559Z[ host-image] Feb 26 17:29:25.140 INFO O| Feb 26 17:29:25.140 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92512026-02-26T17:29:25.559Z[ host-image] Feb 26 17:29:25.142 INFO O| Feb 26 17:29:25.142 INFO STEP 17 (remove_files) COMPLETE
92522026-02-26T17:29:25.559Z[ host-image] Feb 26 17:29:25.142 INFO O| Feb 26 17:29:25.142 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92532026-02-26T17:29:25.583Z[ host-image] Feb 26 17:29:25.157 INFO O| Feb 26 17:29:25.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92542026-02-26T17:29:25.583Z[ host-image] Feb 26 17:29:25.157 INFO O| Feb 26 17:29:25.157 INFO STEP 18 (remove_files) COMPLETE
92552026-02-26T17:29:25.584Z[ host-image] Feb 26 17:29:25.157 INFO O| Feb 26 17:29:25.157 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92562026-02-26T17:29:25.584Z[ host-image] Feb 26 17:29:25.170 INFO O| Feb 26 17:29:25.170 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92572026-02-26T17:29:25.584Z[ host-image] Feb 26 17:29:25.170 INFO O| Feb 26 17:29:25.170 INFO STEP 19 (remove_files) COMPLETE
92582026-02-26T17:29:25.584Z[ host-image] Feb 26 17:29:25.170 INFO O| Feb 26 17:29:25.170 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92592026-02-26T17:29:25.608Z[ host-image] Feb 26 17:29:25.190 INFO O| Feb 26 17:29:25.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92602026-02-26T17:29:25.608Z[ host-image] Feb 26 17:29:25.190 INFO O| Feb 26 17:29:25.190 INFO STEP 20 (remove_files) COMPLETE
92612026-02-26T17:29:25.608Z[ host-image] Feb 26 17:29:25.190 INFO O| Feb 26 17:29:25.190 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92622026-02-26T17:29:25.633Z[ host-image] Feb 26 17:29:25.211 INFO O| Feb 26 17:29:25.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92632026-02-26T17:29:25.633Z[ host-image] Feb 26 17:29:25.211 INFO O| Feb 26 17:29:25.211 INFO STEP 21 (remove_files) COMPLETE
92642026-02-26T17:29:25.633Z[ host-image] Feb 26 17:29:25.211 INFO O| Feb 26 17:29:25.211 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92652026-02-26T17:29:25.633Z[ host-image] Feb 26 17:29:25.227 INFO O| Feb 26 17:29:25.227 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92662026-02-26T17:29:25.633Z[ host-image] Feb 26 17:29:25.227 INFO O| Feb 26 17:29:25.227 INFO STEP 22 (remove_files) COMPLETE
92672026-02-26T17:29:25.633Z[ host-image] Feb 26 17:29:25.227 INFO O| Feb 26 17:29:25.227 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92682026-02-26T17:29:25.658Z[ host-image] Feb 26 17:29:25.248 INFO O| Feb 26 17:29:25.248 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92692026-02-26T17:29:25.658Z[ host-image] Feb 26 17:29:25.248 INFO O| Feb 26 17:29:25.248 INFO STEP 23 (remove_files) COMPLETE
92702026-02-26T17:29:25.659Z[ host-image] Feb 26 17:29:25.248 INFO O| Feb 26 17:29:25.248 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92712026-02-26T17:29:25.683Z[ host-image] Feb 26 17:29:25.265 INFO O| Feb 26 17:29:25.265 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92722026-02-26T17:29:25.683Z[ host-image] Feb 26 17:29:25.266 INFO O| Feb 26 17:29:25.266 INFO STEP 24 (remove_files) COMPLETE
92732026-02-26T17:29:25.683Z[ host-image] Feb 26 17:29:25.266 INFO O| Feb 26 17:29:25.266 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92742026-02-26T17:29:25.707Z[ host-image] Feb 26 17:29:25.283 INFO O| Feb 26 17:29:25.283 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92752026-02-26T17:29:25.707Z[ host-image] Feb 26 17:29:25.283 INFO O| Feb 26 17:29:25.283 INFO STEP 25 (remove_files) COMPLETE
92762026-02-26T17:29:25.708Z[ host-image] Feb 26 17:29:25.283 INFO O| Feb 26 17:29:25.283 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92772026-02-26T17:29:25.708Z[ host-image] Feb 26 17:29:25.299 INFO O| Feb 26 17:29:25.299 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92782026-02-26T17:29:25.708Z[ host-image] Feb 26 17:29:25.299 INFO O| Feb 26 17:29:25.299 INFO STEP 26 (remove_files) COMPLETE
92792026-02-26T17:29:25.708Z[ host-image] Feb 26 17:29:25.299 INFO O| Feb 26 17:29:25.299 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92802026-02-26T17:29:25.732Z[ host-image] Feb 26 17:29:25.316 INFO O| Feb 26 17:29:25.316 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92812026-02-26T17:29:25.732Z[ host-image] Feb 26 17:29:25.316 INFO O| Feb 26 17:29:25.316 INFO STEP 27 (remove_files) COMPLETE
92822026-02-26T17:29:25.732Z[ host-image] Feb 26 17:29:25.316 INFO O| Feb 26 17:29:25.316 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92832026-02-26T17:29:25.756Z[ host-image] Feb 26 17:29:25.335 INFO O| Feb 26 17:29:25.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92842026-02-26T17:29:25.757Z[ host-image] Feb 26 17:29:25.335 INFO O| Feb 26 17:29:25.335 INFO STEP 28 (remove_files) COMPLETE
92852026-02-26T17:29:25.757Z[ host-image] Feb 26 17:29:25.335 INFO O| Feb 26 17:29:25.335 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92862026-02-26T17:29:25.781Z[ host-image] Feb 26 17:29:25.353 INFO O| Feb 26 17:29:25.353 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92872026-02-26T17:29:25.781Z[ host-image] Feb 26 17:29:25.354 INFO O| Feb 26 17:29:25.353 INFO STEP 29 (remove_files) COMPLETE
92882026-02-26T17:29:25.781Z[ host-image] Feb 26 17:29:25.354 INFO O| Feb 26 17:29:25.353 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92892026-02-26T17:29:25.781Z[ host-image] Feb 26 17:29:25.374 INFO O| Feb 26 17:29:25.374 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92902026-02-26T17:29:25.781Z[ host-image] Feb 26 17:29:25.374 INFO O| Feb 26 17:29:25.374 INFO STEP 30 (remove_files) COMPLETE
92912026-02-26T17:29:25.781Z[ host-image] Feb 26 17:29:25.374 INFO O| Feb 26 17:29:25.374 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92922026-02-26T17:29:25.805Z[ host-image] Feb 26 17:29:25.393 INFO O| Feb 26 17:29:25.393 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92932026-02-26T17:29:25.805Z[ host-image] Feb 26 17:29:25.393 INFO O| Feb 26 17:29:25.393 INFO STEP 31 (remove_files) COMPLETE
92942026-02-26T17:29:25.805Z[ host-image] Feb 26 17:29:25.393 INFO O| Feb 26 17:29:25.393 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92952026-02-26T17:29:25.830Z[ host-image] Feb 26 17:29:25.411 INFO O| Feb 26 17:29:25.411 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92962026-02-26T17:29:25.830Z[ host-image] Feb 26 17:29:25.411 INFO O| Feb 26 17:29:25.411 INFO STEP 32 (remove_files) COMPLETE
92972026-02-26T17:29:25.830Z[ host-image] Feb 26 17:29:25.411 INFO O| Feb 26 17:29:25.411 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92982026-02-26T17:29:25.855Z[ host-image] Feb 26 17:29:25.429 INFO O| Feb 26 17:29:25.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92992026-02-26T17:29:25.855Z[ host-image] Feb 26 17:29:25.429 INFO O| Feb 26 17:29:25.429 INFO STEP 33 (remove_files) COMPLETE
93002026-02-26T17:29:25.855Z[ host-image] Feb 26 17:29:25.429 INFO O| Feb 26 17:29:25.429 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93012026-02-26T17:29:25.855Z[ host-image] Feb 26 17:29:25.445 INFO O| Feb 26 17:29:25.445 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
93022026-02-26T17:29:25.855Z[ host-image] Feb 26 17:29:25.445 INFO O| Feb 26 17:29:25.445 INFO STEP 34 (remove_files) COMPLETE
93032026-02-26T17:29:25.855Z[ host-image] Feb 26 17:29:25.445 INFO O| Feb 26 17:29:25.445 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93042026-02-26T17:29:25.879Z[ host-image] Feb 26 17:29:25.462 INFO O| Feb 26 17:29:25.462 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
93052026-02-26T17:29:25.879Z[ host-image] Feb 26 17:29:25.462 INFO O| Feb 26 17:29:25.462 INFO STEP 35 (remove_files) COMPLETE
93062026-02-26T17:29:25.879Z[ host-image] Feb 26 17:29:25.462 INFO O| Feb 26 17:29:25.462 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93072026-02-26T17:29:25.903Z[ host-image] Feb 26 17:29:25.475 INFO O| Feb 26 17:29:25.475 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
93082026-02-26T17:29:25.903Z[ host-image] Feb 26 17:29:25.476 INFO O| Feb 26 17:29:25.475 INFO STEP 36 (remove_files) COMPLETE
93092026-02-26T17:29:25.903Z[ host-image] Feb 26 17:29:25.476 INFO O| Feb 26 17:29:25.476 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93102026-02-26T17:29:25.904Z[ host-image] Feb 26 17:29:25.493 INFO O| Feb 26 17:29:25.493 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
93112026-02-26T17:29:25.904Z[ host-image] Feb 26 17:29:25.493 INFO O| Feb 26 17:29:25.493 INFO STEP 37 (remove_files) COMPLETE
93122026-02-26T17:29:25.904Z[ host-image] Feb 26 17:29:25.493 INFO O| Feb 26 17:29:25.493 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93132026-02-26T17:29:25.928Z[ host-image] Feb 26 17:29:25.512 INFO O| Feb 26 17:29:25.511 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
93142026-02-26T17:29:25.928Z[ host-image] Feb 26 17:29:25.512 INFO O| Feb 26 17:29:25.512 INFO STEP 38 (remove_files) COMPLETE
93152026-02-26T17:29:25.928Z[ host-image] Feb 26 17:29:25.512 INFO O| Feb 26 17:29:25.512 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93162026-02-26T17:29:25.953Z[ host-image] Feb 26 17:29:25.526 INFO O| Feb 26 17:29:25.526 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
93172026-02-26T17:29:25.953Z[ host-image] Feb 26 17:29:25.527 INFO O| Feb 26 17:29:25.526 INFO STEP 39 (remove_files) COMPLETE
93182026-02-26T17:29:25.953Z[ host-image] Feb 26 17:29:25.527 INFO O| Feb 26 17:29:25.527 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93192026-02-26T17:29:25.953Z[ host-image] Feb 26 17:29:25.541 INFO O| Feb 26 17:29:25.540 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
93202026-02-26T17:29:25.953Z[ host-image] Feb 26 17:29:25.541 INFO O| Feb 26 17:29:25.541 INFO STEP 40 (remove_files) COMPLETE
93212026-02-26T17:29:25.953Z[ host-image] Feb 26 17:29:25.541 INFO O| Feb 26 17:29:25.541 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93222026-02-26T17:29:25.979Z[ host-image] Feb 26 17:29:25.555 INFO O| Feb 26 17:29:25.554 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
93232026-02-26T17:29:25.979Z[ host-image] Feb 26 17:29:25.555 INFO O| Feb 26 17:29:25.555 INFO STEP 41 (remove_files) COMPLETE
93242026-02-26T17:29:25.979Z[ host-image] Feb 26 17:29:25.555 INFO O| Feb 26 17:29:25.555 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93252026-02-26T17:29:25.979Z[ host-image] Feb 26 17:29:25.568 INFO O| Feb 26 17:29:25.568 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
93262026-02-26T17:29:25.979Z[ host-image] Feb 26 17:29:25.569 INFO O| Feb 26 17:29:25.568 INFO STEP 42 (remove_files) COMPLETE
93272026-02-26T17:29:25.979Z[ host-image] Feb 26 17:29:25.569 INFO O| Feb 26 17:29:25.569 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93282026-02-26T17:29:26.004Z[ host-image] Feb 26 17:29:25.583 INFO O| Feb 26 17:29:25.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93292026-02-26T17:29:26.004Z[ host-image] Feb 26 17:29:25.583 INFO O| Feb 26 17:29:25.583 INFO STEP 43 (remove_files) COMPLETE
93302026-02-26T17:29:26.004Z[ host-image] Feb 26 17:29:25.583 INFO O| Feb 26 17:29:25.583 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93312026-02-26T17:29:26.004Z[ host-image] Feb 26 17:29:25.598 INFO O| Feb 26 17:29:25.597 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93322026-02-26T17:29:26.004Z[ host-image] Feb 26 17:29:25.598 INFO O| Feb 26 17:29:25.598 INFO STEP 44 (remove_files) COMPLETE
93332026-02-26T17:29:26.004Z[ host-image] Feb 26 17:29:25.598 INFO O| Feb 26 17:29:25.598 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93342026-02-26T17:29:26.028Z[ host-image] Feb 26 17:29:25.613 INFO O| Feb 26 17:29:25.613 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93352026-02-26T17:29:26.028Z[ host-image] Feb 26 17:29:25.613 INFO O| Feb 26 17:29:25.613 INFO STEP 45 (remove_files) COMPLETE
93362026-02-26T17:29:26.028Z[ host-image] Feb 26 17:29:25.613 INFO O| Feb 26 17:29:25.613 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93372026-02-26T17:29:26.053Z[ host-image] Feb 26 17:29:25.629 INFO O| Feb 26 17:29:25.629 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93382026-02-26T17:29:26.053Z[ host-image] Feb 26 17:29:25.629 INFO O| Feb 26 17:29:25.629 INFO STEP 46 (remove_files) COMPLETE
93392026-02-26T17:29:26.053Z[ host-image] Feb 26 17:29:25.629 INFO O| Feb 26 17:29:25.629 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93402026-02-26T17:29:26.053Z[ host-image] Feb 26 17:29:25.643 INFO O| Feb 26 17:29:25.643 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93412026-02-26T17:29:26.053Z[ host-image] Feb 26 17:29:25.643 INFO O| Feb 26 17:29:25.643 INFO STEP 47 (remove_files) COMPLETE
93422026-02-26T17:29:26.053Z[ host-image] Feb 26 17:29:25.643 INFO O| Feb 26 17:29:25.643 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93432026-02-26T17:29:26.142Z[ host-image] Feb 26 17:29:25.658 INFO O| Feb 26 17:29:25.657 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93442026-02-26T17:29:26.142Z[ host-image] Feb 26 17:29:25.658 INFO O| Feb 26 17:29:25.658 INFO STEP 48 (remove_files) COMPLETE
93452026-02-26T17:29:26.142Z[ host-image] Feb 26 17:29:25.658 INFO O| Feb 26 17:29:25.658 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93462026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.678 INFO O| Feb 26 17:29:25.678 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93472026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.678 INFO O| Feb 26 17:29:25.678 INFO STEP 49 (remove_files) COMPLETE
93482026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.678 INFO O| Feb 26 17:29:25.678 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93492026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.693 INFO O| Feb 26 17:29:25.693 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93502026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.693 INFO O| Feb 26 17:29:25.693 INFO STEP 50 (remove_files) COMPLETE
93512026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.693 INFO O| Feb 26 17:29:25.693 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93522026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.715 INFO O| Feb 26 17:29:25.715 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93532026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.715 INFO O| Feb 26 17:29:25.715 INFO STEP 51 (remove_files) COMPLETE
93542026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.715 INFO O| Feb 26 17:29:25.715 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93552026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.731 INFO O| Feb 26 17:29:25.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93562026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.731 INFO O| Feb 26 17:29:25.731 INFO STEP 52 (remove_files) COMPLETE
93572026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.731 INFO O| Feb 26 17:29:25.731 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93582026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.744 INFO O| Feb 26 17:29:25.744 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93592026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.744 INFO O| Feb 26 17:29:25.744 INFO STEP 53 (remove_files) COMPLETE
93602026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.744 INFO O| Feb 26 17:29:25.744 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93612026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.761 INFO O| Feb 26 17:29:25.761 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93622026-02-26T17:29:26.167Z[ host-image] Feb 26 17:29:25.761 INFO O| Feb 26 17:29:25.761 INFO STEP 54 (remove_files) COMPLETE
93632026-02-26T17:29:26.192Z[ host-image] Feb 26 17:29:25.761 INFO O| Feb 26 17:29:25.761 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93642026-02-26T17:29:26.192Z[ host-image] Feb 26 17:29:25.775 INFO O| Feb 26 17:29:25.775 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93652026-02-26T17:29:26.192Z[ host-image] Feb 26 17:29:25.775 INFO O| Feb 26 17:29:25.775 INFO STEP 55 (remove_files) COMPLETE
93662026-02-26T17:29:26.192Z[ host-image] Feb 26 17:29:25.775 INFO O| Feb 26 17:29:25.775 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93672026-02-26T17:29:26.217Z[ host-image] Feb 26 17:29:25.788 INFO O| Feb 26 17:29:25.788 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93682026-02-26T17:29:26.217Z[ host-image] Feb 26 17:29:25.789 INFO O| Feb 26 17:29:25.788 INFO STEP 56 (remove_files) COMPLETE
93692026-02-26T17:29:26.217Z[ host-image] Feb 26 17:29:25.789 INFO O| Feb 26 17:29:25.789 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93702026-02-26T17:29:26.217Z[ host-image] Feb 26 17:29:25.802 INFO O| Feb 26 17:29:25.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93712026-02-26T17:29:26.217Z[ host-image] Feb 26 17:29:25.802 INFO O| Feb 26 17:29:25.802 INFO STEP 57 (remove_files) COMPLETE
93722026-02-26T17:29:26.217Z[ host-image] Feb 26 17:29:25.802 INFO O| Feb 26 17:29:25.802 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93732026-02-26T17:29:26.241Z[ host-image] Feb 26 17:29:25.822 INFO O| Feb 26 17:29:25.822 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93742026-02-26T17:29:26.242Z[ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93752026-02-26T17:29:26.242Z[ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93762026-02-26T17:29:26.242Z[ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93772026-02-26T17:29:26.242Z[ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93782026-02-26T17:29:26.242Z[ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93792026-02-26T17:29:26.242Z[ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO ok!
93802026-02-26T17:29:26.242Z[ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO STEP 58 (ensure_file) COMPLETE
93812026-02-26T17:29:26.242Z[ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93822026-02-26T17:29:26.266Z[ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93832026-02-26T17:29:26.266Z[ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93842026-02-26T17:29:26.266Z[ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93852026-02-26T17:29:26.266Z[ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93862026-02-26T17:29:26.266Z[ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93872026-02-26T17:29:26.266Z[ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93882026-02-26T17:29:26.266Z[ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO ok!
93892026-02-26T17:29:26.266Z[ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO STEP 59 (ensure_file) COMPLETE
93902026-02-26T17:29:26.266Z[ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93912026-02-26T17:29:26.266Z[ host-image] Feb 26 17:29:25.858 INFO O| Feb 26 17:29:25.858 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93922026-02-26T17:29:26.266Z[ host-image] Feb 26 17:29:25.859 INFO O| Feb 26 17:29:25.858 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93932026-02-26T17:29:26.267Z[ host-image] Feb 26 17:29:25.859 INFO O| Feb 26 17:29:25.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93942026-02-26T17:29:26.267Z[ host-image] Feb 26 17:29:25.859 INFO O| Feb 26 17:29:25.859 INFO ok!
93952026-02-26T17:29:26.267Z[ host-image] Feb 26 17:29:25.859 INFO O| Feb 26 17:29:25.859 INFO STEP 60 (ensure_file) COMPLETE
93962026-02-26T17:29:26.267Z[ host-image] Feb 26 17:29:25.859 INFO O| Feb 26 17:29:25.859 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93972026-02-26T17:29:26.291Z[ host-image] Feb 26 17:29:25.879 INFO O| Feb 26 17:29:25.879 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93982026-02-26T17:29:26.291Z[ host-image] Feb 26 17:29:25.879 INFO O| Feb 26 17:29:25.879 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93992026-02-26T17:29:26.291Z[ host-image] Feb 26 17:29:25.879 INFO O| Feb 26 17:29:25.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
94002026-02-26T17:29:26.291Z[ host-image] Feb 26 17:29:25.879 INFO O| Feb 26 17:29:25.879 INFO ok!
94012026-02-26T17:29:26.291Z[ host-image] Feb 26 17:29:25.879 INFO O| Feb 26 17:29:25.879 INFO STEP 61 (ensure_file) COMPLETE
94022026-02-26T17:29:26.291Z[ host-image] Feb 26 17:29:25.879 INFO O| Feb 26 17:29:25.879 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94032026-02-26T17:29:26.316Z[ host-image] Feb 26 17:29:25.897 INFO O| Feb 26 17:29:25.897 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
94042026-02-26T17:29:26.316Z[ host-image] Feb 26 17:29:25.897 INFO O| Feb 26 17:29:25.897 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
94052026-02-26T17:29:26.316Z[ host-image] Feb 26 17:29:25.898 INFO O| Feb 26 17:29:25.897 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94062026-02-26T17:29:26.316Z[ host-image] Feb 26 17:29:25.898 INFO O| Feb 26 17:29:25.897 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94072026-02-26T17:29:26.316Z[ host-image] Feb 26 17:29:25.898 INFO O| Feb 26 17:29:25.898 INFO ok!
94082026-02-26T17:29:26.316Z[ host-image] Feb 26 17:29:25.898 INFO O| Feb 26 17:29:25.898 INFO STEP 62 (ensure_file) COMPLETE
94092026-02-26T17:29:26.316Z[ host-image] Feb 26 17:29:25.898 INFO O| Feb 26 17:29:25.898 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94102026-02-26T17:29:26.340Z[ host-image] Feb 26 17:29:25.913 INFO O| Feb 26 17:29:25.913 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
94112026-02-26T17:29:26.340Z[ host-image] Feb 26 17:29:25.913 INFO O| Feb 26 17:29:25.913 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
94122026-02-26T17:29:26.340Z[ host-image] Feb 26 17:29:25.913 INFO O| Feb 26 17:29:25.913 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94132026-02-26T17:29:26.341Z[ host-image] Feb 26 17:29:25.913 INFO O| Feb 26 17:29:25.913 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94142026-02-26T17:29:26.341Z[ host-image] Feb 26 17:29:25.913 INFO O| Feb 26 17:29:25.913 INFO ok!
94152026-02-26T17:29:26.341Z[ host-image] Feb 26 17:29:25.913 INFO O| Feb 26 17:29:25.913 INFO STEP 63 (ensure_file) COMPLETE
94162026-02-26T17:29:26.341Z[ host-image] Feb 26 17:29:25.914 INFO O| Feb 26 17:29:25.913 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94172026-02-26T17:29:26.341Z[ host-image] Feb 26 17:29:25.932 INFO O| Feb 26 17:29:25.931 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
94182026-02-26T17:29:26.341Z[ host-image] Feb 26 17:29:25.932 INFO O| Feb 26 17:29:25.931 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
94192026-02-26T17:29:26.341Z[ host-image] Feb 26 17:29:25.932 INFO O| Feb 26 17:29:25.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
94202026-02-26T17:29:26.341Z[ host-image] Feb 26 17:29:25.932 INFO O| Feb 26 17:29:25.932 INFO ok!
94212026-02-26T17:29:26.341Z[ host-image] Feb 26 17:29:25.932 INFO O| Feb 26 17:29:25.932 INFO STEP 64 (assemble_files) COMPLETE
94222026-02-26T17:29:26.341Z[ host-image] Feb 26 17:29:25.932 INFO O| Feb 26 17:29:25.932 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94232026-02-26T17:29:26.367Z[ host-image] Feb 26 17:29:25.947 INFO O| Feb 26 17:29:25.947 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
94242026-02-26T17:29:26.367Z[ host-image] Feb 26 17:29:25.947 INFO O| Feb 26 17:29:25.947 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
94252026-02-26T17:29:26.367Z[ host-image] Feb 26 17:29:25.947 INFO O| Feb 26 17:29:25.947 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94262026-02-26T17:29:26.367Z[ host-image] Feb 26 17:29:25.947 INFO O| Feb 26 17:29:25.947 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94272026-02-26T17:29:26.367Z[ host-image] Feb 26 17:29:25.947 INFO O| Feb 26 17:29:25.947 INFO ok!
94282026-02-26T17:29:26.367Z[ host-image] Feb 26 17:29:25.947 INFO O| Feb 26 17:29:25.947 INFO STEP 65 (ensure_file) COMPLETE
94292026-02-26T17:29:26.367Z[ host-image] Feb 26 17:29:25.947 INFO O| Feb 26 17:29:25.947 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94302026-02-26T17:29:26.392Z[ host-image] Feb 26 17:29:25.966 INFO O| Feb 26 17:29:25.966 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94312026-02-26T17:29:26.392Z[ host-image] Feb 26 17:29:25.966 INFO O| Feb 26 17:29:25.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94322026-02-26T17:29:26.392Z[ host-image] Feb 26 17:29:25.966 INFO O| Feb 26 17:29:25.966 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94332026-02-26T17:29:26.392Z[ host-image] Feb 26 17:29:25.966 INFO O| Feb 26 17:29:25.966 INFO STEP 66 (ensure_dir) COMPLETE
94342026-02-26T17:29:26.392Z[ host-image] Feb 26 17:29:25.967 INFO O| Feb 26 17:29:25.966 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94352026-02-26T17:29:26.417Z[ host-image] Feb 26 17:29:25.988 INFO O| Feb 26 17:29:25.987 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94362026-02-26T17:29:26.417Z[ host-image] Feb 26 17:29:25.988 INFO O| Feb 26 17:29:25.988 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 ...
94372026-02-26T17:29:26.417Z[ host-image] Feb 26 17:29:25.997 INFO O| Feb 26 17:29:25.997 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
94382026-02-26T17:29:26.417Z[ host-image] Feb 26 17:29:25.998 INFO O| Feb 26 17:29:25.997 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94392026-02-26T17:29:26.417Z[ host-image] Feb 26 17:29:25.998 INFO O| Feb 26 17:29:25.997 INFO ok!
94402026-02-26T17:29:26.417Z[ host-image] Feb 26 17:29:25.998 INFO O| Feb 26 17:29:25.997 INFO STEP 67 (ensure_file) COMPLETE
94412026-02-26T17:29:26.417Z[ host-image] Feb 26 17:29:25.998 INFO O| Feb 26 17:29:25.997 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94422026-02-26T17:29:26.442Z[ host-image] Feb 26 17:29:26.016 INFO O| Feb 26 17:29:26.016 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94432026-02-26T17:29:26.442Z[ host-image] Feb 26 17:29:26.016 INFO O| Feb 26 17:29:26.016 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 ...
94442026-02-26T17:29:26.442Z[ host-image] Feb 26 17:29:26.017 INFO O| Feb 26 17:29:26.017 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
94452026-02-26T17:29:26.442Z[ host-image] Feb 26 17:29:26.017 INFO O| Feb 26 17:29:26.017 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94462026-02-26T17:29:26.442Z[ host-image] Feb 26 17:29:26.017 INFO O| Feb 26 17:29:26.017 INFO ok!
94472026-02-26T17:29:26.442Z[ host-image] Feb 26 17:29:26.017 INFO O| Feb 26 17:29:26.017 INFO STEP 68 (ensure_file) COMPLETE
94482026-02-26T17:29:26.442Z[ host-image] Feb 26 17:29:26.017 INFO O| Feb 26 17:29:26.017 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94492026-02-26T17:29:26.466Z[ host-image] Feb 26 17:29:26.044 INFO O| Feb 26 17:29:26.044 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94502026-02-26T17:29:26.466Z[ host-image] Feb 26 17:29:26.044 INFO O| Feb 26 17:29:26.044 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94512026-02-26T17:29:29.398Z[ host-image] Feb 26 17:29:28.990 INFO O| Feb 26 17:29:28.990 INFO STEP 69 (pack_tar) COMPLETE
94522026-02-26T17:29:29.422Z[ host-image] Feb 26 17:29:28.990 INFO O| Feb 26 17:29:28.990 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94532026-02-26T17:29:29.422Z[ host-image] Feb 26 17:29:28.990 INFO O| Feb 26 17:29:28.990 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94542026-02-26T17:29:29.630Z[ host-image] Feb 26 17:29:29.224 INFO O| Feb 26 17:29:29.224 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94552026-02-26T17:29:29.713Z[ host-image] Feb 26 17:29:29.307 INFO O| Feb 26 17:29:29.307 INFO completed processing sled/ramdisk-02-trim
94562026-02-26T17:29:29.737Z[ host-image] Feb 26 17:29:29.311 INFO image builder template: zfs...
94572026-02-26T17:29:29.737Z[ host-image] Feb 26 17:29:29.311 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/.tmpVgPXRo/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
94582026-02-26T17:29:29.761Z[ host-image] Feb 26 17:29:29.336 INFO O| Feb 26 17:29:29.336 INFO skip include "stress" because feature "stress" is not enabled
94592026-02-26T17:29:29.761Z[ host-image] Feb 26 17:29:29.337 INFO O| Feb 26 17:29:29.336 INFO skip include "stress" because feature "compliance" is not enabled
94602026-02-26T17:29:29.809Z[ host-image] Feb 26 17:29:29.404 INFO O| Feb 26 17:29:29.403 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94612026-02-26T17:29:29.833Z[ host-image] Feb 26 17:29:29.413 INFO O| Feb 26 17:29:29.413 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94622026-02-26T17:29:29.866Z[ host-image] Feb 26 17:29:29.461 INFO O| Feb 26 17:29:29.461 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94632026-02-26T17:29:29.901Z[ host-image] Feb 26 17:29:29.496 INFO O| Feb 26 17:29:29.496 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94642026-02-26T17:29:29.901Z[ host-image] Feb 26 17:29:29.496 INFO O| Feb 26 17:29:29.496 INFO work dataset: rpool/images/build/host/work/sled/zfs
94652026-02-26T17:29:29.925Z[ host-image] Feb 26 17:29:29.501 INFO O| Feb 26 17:29:29.501 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94662026-02-26T17:29:29.949Z[ host-image] Feb 26 17:29:29.539 INFO O| Feb 26 17:29:29.539 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94672026-02-26T17:29:29.974Z[ host-image] Feb 26 17:29:29.563 INFO O| Feb 26 17:29:29.563 INFO DESTROY POOL: TEMPORARY-sled-zfs
94682026-02-26T17:29:29.998Z[ host-image] Feb 26 17:29:29.575 INFO O| Feb 26 17:29:29.575 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94692026-02-26T17:29:29.998Z[ host-image] Feb 26 17:29:29.581 INFO O| Feb 26 17:29:29.581 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94702026-02-26T17:29:29.998Z[ host-image] Feb 26 17:29:29.581 INFO O| Feb 26 17:29:29.581 INFO no lofi found
94712026-02-26T17:29:29.998Z[ host-image] Feb 26 17:29:29.582 INFO O| Feb 26 17:29:29.582 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94722026-02-26T17:29:29.998Z[ host-image] Feb 26 17:29:29.582 INFO O| Feb 26 17:29:29.582 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94732026-02-26T17:29:31.408Z[ host-image] Feb 26 17:29:31.002 INFO O| Feb 26 17:29:31.002 INFO lofi device = /dev/dsk/c3t1d0p0
94742026-02-26T17:29:31.408Z[ host-image] Feb 26 17:29:31.003 INFO O| Feb 26 17:29:31.002 INFO pool device = /dev/dsk/c3t1d0p0
94752026-02-26T17:29:31.432Z[ host-image] Feb 26 17:29:31.003 INFO O| Feb 26 17:29:31.003 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"]
94762026-02-26T17:29:31.536Z[ host-image] Feb 26 17:29:31.131 INFO O| Feb 26 17:29:31.131 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94772026-02-26T17:29:31.537Z[ host-image] Feb 26 17:29:31.131 INFO O| Feb 26 17:29:31.131 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94782026-02-26T17:29:31.569Z[ host-image] Feb 26 17:29:31.164 INFO O| Feb 26 17:29:31.163 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94792026-02-26T17:29:31.668Z[ host-image] Feb 26 17:29:31.263 INFO O| Feb 26 17:29:31.263 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94802026-02-26T17:29:31.715Z[ host-image] Feb 26 17:29:31.310 INFO O| Feb 26 17:29:31.309 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94812026-02-26T17:29:31.748Z[ host-image] Feb 26 17:29:31.332 INFO O| Feb 26 17:29:31.332 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94822026-02-26T17:29:31.773Z[ host-image] Feb 26 17:29:31.350 INFO O| Feb 26 17:29:31.350 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94832026-02-26T17:29:31.815Z[ host-image] Feb 26 17:29:31.409 INFO O| Feb 26 17:29:31.409 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94842026-02-26T17:29:31.815Z[ host-image] Feb 26 17:29:31.409 INFO O| Feb 26 17:29:31.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94852026-02-26T17:29:31.815Z[ host-image] Feb 26 17:29:31.410 INFO O| Feb 26 17:29:31.409 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94862026-02-26T17:29:31.839Z[ host-image] Feb 26 17:29:31.423 INFO O| Feb 26 17:29:31.423 INFO boot environment UUID: c7b35879-e7d4-4f87-bf06-e89c37b2b50f
94872026-02-26T17:29:31.839Z[ host-image] Feb 26 17:29:31.423 INFO O| Feb 26 17:29:31.423 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = c7b35879-e7d4-4f87-bf06-e89c37b2b50f
94882026-02-26T17:29:31.864Z[ host-image] Feb 26 17:29:31.440 INFO O| Feb 26 17:29:31.440 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94892026-02-26T17:29:31.888Z[ host-image] Feb 26 17:29:31.459 INFO O| Feb 26 17:29:31.459 INFO STEP 0 (create_be) COMPLETE
94902026-02-26T17:29:31.888Z[ host-image] Feb 26 17:29:31.459 INFO O| Feb 26 17:29:31.459 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94912026-02-26T17:29:31.912Z[ host-image] Feb 26 17:29:31.483 INFO O| Feb 26 17:29:31.483 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94922026-02-26T17:29:46.881Z[ recovery-image] Feb 26 17:29:46.476 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)
94932026-02-26T17:29:53.800Z[ recovery-image] Feb 26 17:29:53.393 INFO E| Compiling bitflags v1.3.2
94942026-02-26T17:29:53.800Z[ recovery-image] Feb 26 17:29:53.394 INFO E| Compiling plain v0.2.3
94952026-02-26T17:29:53.800Z[ recovery-image] Feb 26 17:29:53.395 INFO E| Compiling adler2 v2.0.1
94962026-02-26T17:29:53.800Z[ recovery-image] Feb 26 17:29:53.395 INFO E| Compiling bitflags v2.10.0
94972026-02-26T17:29:53.800Z[ recovery-image] Feb 26 17:29:53.395 INFO E| Compiling scroll v0.13.0
94982026-02-26T17:29:53.800Z[ recovery-image] Feb 26 17:29:53.395 INFO E| Compiling bit_field v0.10.3
94992026-02-26T17:29:53.800Z[ recovery-image] Feb 26 17:29:53.395 INFO E| Compiling log v0.4.29
95002026-02-26T17:29:54.083Z[ recovery-image] Feb 26 17:29:53.678 INFO E| Compiling raw-cpuid v10.7.0
95012026-02-26T17:29:54.305Z[ recovery-image] Feb 26 17:29:53.901 INFO E| Compiling miniz_oxide v0.9.0
95022026-02-26T17:29:54.745Z[ recovery-image] Feb 26 17:29:54.340 INFO E| Compiling cpio_reader v0.1.2
95032026-02-26T17:29:54.769Z[ host-image] Feb 26 17:29:54.365 INFO O| Feb 26 17:29:54.365 INFO STEP 1 (unpack_tar) COMPLETE
95042026-02-26T17:29:54.769Z[ host-image] Feb 26 17:29:54.365 INFO O| Feb 26 17:29:54.365 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95052026-02-26T17:29:54.795Z[ recovery-image] Feb 26 17:29:54.369 INFO E| Compiling bitstruct v0.1.1
95062026-02-26T17:29:54.796Z[ host-image] Feb 26 17:29:54.383 INFO O| Feb 26 17:29:54.383 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
95072026-02-26T17:29:55.092Z[ recovery-image] Feb 26 17:29:54.686 INFO E| Compiling static_assertions v1.1.0
95082026-02-26T17:29:55.416Z[ recovery-image] Feb 26 17:29:55.012 INFO E| Compiling goblin v0.10.4
95092026-02-26T17:29:55.505Z[ host-image] Feb 26 17:29:55.101 INFO O| Feb 26 17:29:55.101 INFO STEP 2 (devfsadm) COMPLETE
95102026-02-26T17:29:55.506Z[ host-image] Feb 26 17:29:55.101 INFO O| Feb 26 17:29:55.101 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95112026-02-26T17:29:55.530Z[ host-image] Feb 26 17:29:55.119 INFO O| Feb 26 17:29:55.119 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95122026-02-26T17:29:55.530Z[ host-image] Feb 26 17:29:55.119 INFO O| Feb 26 17:29:55.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95132026-02-26T17:29:55.530Z[ host-image] Feb 26 17:29:55.119 INFO O| Feb 26 17:29:55.119 INFO STEP 3 (ensure_dir) COMPLETE
95142026-02-26T17:29:55.530Z[ host-image] Feb 26 17:29:55.119 INFO O| Feb 26 17:29:55.119 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95152026-02-26T17:29:55.555Z[ host-image] Feb 26 17:29:55.135 INFO O| Feb 26 17:29:55.135 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95162026-02-26T17:29:55.555Z[ host-image] Feb 26 17:29:55.136 INFO O| Feb 26 17:29:55.135 INFO STEP 4 (ensure_dir) COMPLETE
95172026-02-26T17:29:55.555Z[ host-image] Feb 26 17:29:55.136 INFO O| Feb 26 17:29:55.135 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95182026-02-26T17:29:55.579Z[ host-image] Feb 26 17:29:55.153 INFO O| Feb 26 17:29:55.153 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95192026-02-26T17:29:55.579Z[ host-image] Feb 26 17:29:55.153 INFO O| Feb 26 17:29:55.153 INFO STEP 5 (ensure_dir) COMPLETE
95202026-02-26T17:29:55.579Z[ host-image] Feb 26 17:29:55.153 INFO O| Feb 26 17:29:55.153 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95212026-02-26T17:29:55.579Z[ host-image] Feb 26 17:29:55.170 INFO O| Feb 26 17:29:55.169 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95222026-02-26T17:29:55.579Z[ host-image] Feb 26 17:29:55.170 INFO O| Feb 26 17:29:55.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95232026-02-26T17:29:55.579Z[ host-image] Feb 26 17:29:55.170 INFO O| Feb 26 17:29:55.170 INFO STEP 6 (ensure_dir) COMPLETE
95242026-02-26T17:29:55.579Z[ host-image] Feb 26 17:29:55.170 INFO O| Feb 26 17:29:55.170 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95252026-02-26T17:29:55.604Z[ host-image] Feb 26 17:29:55.193 INFO O| Feb 26 17:29:55.193 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95262026-02-26T17:29:55.604Z[ host-image] Feb 26 17:29:55.193 INFO O| Feb 26 17:29:55.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95272026-02-26T17:29:55.604Z[ host-image] Feb 26 17:29:55.193 INFO O| Feb 26 17:29:55.193 INFO STEP 7 (ensure_dir) COMPLETE
95282026-02-26T17:29:55.604Z[ host-image] Feb 26 17:29:55.193 INFO O| Feb 26 17:29:55.193 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95292026-02-26T17:29:55.628Z[ host-image] Feb 26 17:29:55.215 INFO O| Feb 26 17:29:55.215 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
95302026-02-26T17:29:55.628Z[ host-image] Feb 26 17:29:55.215 INFO O| Feb 26 17:29:55.215 INFO STEP 8 (remove_files) COMPLETE
95312026-02-26T17:29:55.628Z[ host-image] Feb 26 17:29:55.215 INFO O| Feb 26 17:29:55.215 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95322026-02-26T17:29:55.653Z[ host-image] Feb 26 17:29:55.232 INFO O| Feb 26 17:29:55.232 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
95332026-02-26T17:29:55.653Z[ host-image] Feb 26 17:29:55.234 INFO O| Feb 26 17:29:55.234 INFO STEP 9 (remove_files) COMPLETE
95342026-02-26T17:29:55.653Z[ host-image] Feb 26 17:29:55.234 INFO O| Feb 26 17:29:55.234 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95352026-02-26T17:29:55.678Z[ host-image] Feb 26 17:29:55.250 INFO O| Feb 26 17:29:55.250 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
95362026-02-26T17:29:55.678Z[ host-image] Feb 26 17:29:55.252 INFO O| Feb 26 17:29:55.252 INFO STEP 10 (remove_files) COMPLETE
95372026-02-26T17:29:55.678Z[ host-image] Feb 26 17:29:55.253 INFO O| Feb 26 17:29:55.252 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95382026-02-26T17:29:55.678Z[ host-image] Feb 26 17:29:55.268 INFO O| Feb 26 17:29:55.268 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
95392026-02-26T17:29:55.678Z[ host-image] Feb 26 17:29:55.268 INFO O| Feb 26 17:29:55.268 INFO STEP 11 (remove_files) COMPLETE
95402026-02-26T17:29:55.678Z[ host-image] Feb 26 17:29:55.269 INFO O| Feb 26 17:29:55.268 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95412026-02-26T17:29:55.703Z[ host-image] Feb 26 17:29:55.287 INFO O| Feb 26 17:29:55.287 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
95422026-02-26T17:29:55.703Z[ host-image] Feb 26 17:29:55.287 INFO O| Feb 26 17:29:55.287 INFO STEP 12 (remove_files) COMPLETE
95432026-02-26T17:29:55.703Z[ host-image] Feb 26 17:29:55.287 INFO O| Feb 26 17:29:55.287 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95442026-02-26T17:29:55.728Z[ host-image] Feb 26 17:29:55.304 INFO O| Feb 26 17:29:55.304 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95452026-02-26T17:29:55.728Z[ host-image] Feb 26 17:29:55.304 INFO O| Feb 26 17:29:55.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95462026-02-26T17:29:55.728Z[ host-image] Feb 26 17:29:55.304 INFO O| Feb 26 17:29:55.304 INFO STEP 13 (ensure_dir) COMPLETE
95472026-02-26T17:29:55.728Z[ host-image] Feb 26 17:29:55.304 INFO O| Feb 26 17:29:55.304 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95482026-02-26T17:29:55.728Z[ host-image] Feb 26 17:29:55.320 INFO O| Feb 26 17:29:55.320 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95492026-02-26T17:29:55.728Z[ host-image] Feb 26 17:29:55.320 INFO O| Feb 26 17:29:55.320 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95502026-02-26T17:29:55.728Z[ host-image] Feb 26 17:29:55.320 INFO O| Feb 26 17:29:55.320 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95512026-02-26T17:29:55.728Z[ host-image] Feb 26 17:29:55.321 INFO O| Feb 26 17:29:55.320 INFO STEP 14 (ensure_dir) COMPLETE
95522026-02-26T17:29:55.728Z[ host-image] Feb 26 17:29:55.321 INFO O| Feb 26 17:29:55.320 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95532026-02-26T17:29:55.752Z[ host-image] Feb 26 17:29:55.339 INFO O| Feb 26 17:29:55.339 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95542026-02-26T17:29:55.752Z[ host-image] Feb 26 17:29:55.339 INFO O| Feb 26 17:29:55.339 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95552026-02-26T17:29:55.752Z[ host-image] Feb 26 17:29:55.339 INFO O| Feb 26 17:29:55.339 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95562026-02-26T17:29:55.752Z[ host-image] Feb 26 17:29:55.339 INFO O| Feb 26 17:29:55.339 INFO STEP 15 (ensure_dir) COMPLETE
95572026-02-26T17:29:55.752Z[ host-image] Feb 26 17:29:55.339 INFO O| Feb 26 17:29:55.339 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95582026-02-26T17:29:55.777Z[ host-image] Feb 26 17:29:55.361 INFO O| Feb 26 17:29:55.360 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95592026-02-26T17:29:55.777Z[ host-image] Feb 26 17:29:55.361 INFO O| Feb 26 17:29:55.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95602026-02-26T17:29:55.777Z[ host-image] Feb 26 17:29:55.361 INFO O| Feb 26 17:29:55.361 INFO STEP 16 (ensure_dir) COMPLETE
95612026-02-26T17:29:55.777Z[ host-image] Feb 26 17:29:55.361 INFO O| Feb 26 17:29:55.361 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95622026-02-26T17:29:55.801Z[ host-image] Feb 26 17:29:55.379 INFO O| Feb 26 17:29:55.379 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95632026-02-26T17:29:55.801Z[ host-image] Feb 26 17:29:55.379 INFO O| Feb 26 17:29:55.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95642026-02-26T17:29:55.801Z[ host-image] Feb 26 17:29:55.379 INFO O| Feb 26 17:29:55.379 INFO STEP 17 (ensure_dir) COMPLETE
95652026-02-26T17:29:55.801Z[ host-image] Feb 26 17:29:55.379 INFO O| Feb 26 17:29:55.379 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95662026-02-26T17:29:55.801Z[ host-image] Feb 26 17:29:55.396 INFO O| Feb 26 17:29:55.396 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
95672026-02-26T17:29:55.802Z[ host-image] Feb 26 17:29:55.396 INFO O| Feb 26 17:29:55.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95682026-02-26T17:29:55.802Z[ host-image] Feb 26 17:29:55.396 INFO O| Feb 26 17:29:55.396 INFO ok!
95692026-02-26T17:29:55.802Z[ host-image] Feb 26 17:29:55.396 INFO O| Feb 26 17:29:55.396 INFO STEP 18 (ensure_symlink) COMPLETE
95702026-02-26T17:29:55.802Z[ host-image] Feb 26 17:29:55.396 INFO O| Feb 26 17:29:55.396 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95712026-02-26T17:29:55.826Z[ host-image] Feb 26 17:29:55.414 INFO O| Feb 26 17:29:55.414 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95722026-02-26T17:29:55.826Z[ host-image] Feb 26 17:29:55.414 INFO O| Feb 26 17:29:55.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95732026-02-26T17:29:55.826Z[ host-image] Feb 26 17:29:55.414 INFO O| Feb 26 17:29:55.414 INFO ok!
95742026-02-26T17:29:55.826Z[ host-image] Feb 26 17:29:55.414 INFO O| Feb 26 17:29:55.414 INFO STEP 19 (ensure_file) COMPLETE
95752026-02-26T17:29:55.826Z[ host-image] Feb 26 17:29:55.414 INFO O| Feb 26 17:29:55.414 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95762026-02-26T17:29:55.851Z[ host-image] Feb 26 17:29:55.429 INFO O| Feb 26 17:29:55.429 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95772026-02-26T17:29:55.851Z[ host-image] Feb 26 17:29:55.430 INFO O| Feb 26 17:29:55.429 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95782026-02-26T17:29:55.851Z[ host-image] Feb 26 17:29:55.430 INFO O| Feb 26 17:29:55.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95792026-02-26T17:29:55.851Z[ host-image] Feb 26 17:29:55.430 INFO O| Feb 26 17:29:55.430 INFO ok!
95802026-02-26T17:29:55.851Z[ host-image] Feb 26 17:29:55.430 INFO O| Feb 26 17:29:55.430 INFO STEP 20 (ensure_symlink) COMPLETE
95812026-02-26T17:29:55.851Z[ host-image] Feb 26 17:29:55.430 INFO O| Feb 26 17:29:55.430 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95822026-02-26T17:29:55.851Z[ host-image] Feb 26 17:29:55.444 INFO O| Feb 26 17:29:55.444 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95832026-02-26T17:29:55.851Z[ host-image] Feb 26 17:29:55.444 INFO O| Feb 26 17:29:55.444 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95842026-02-26T17:29:55.851Z[ host-image] Feb 26 17:29:55.444 INFO O| Feb 26 17:29:55.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95852026-02-26T17:29:55.851Z[ host-image] Feb 26 17:29:55.445 INFO O| Feb 26 17:29:55.444 INFO ok!
95862026-02-26T17:29:55.851Z[ host-image] Feb 26 17:29:55.445 INFO O| Feb 26 17:29:55.444 INFO STEP 21 (ensure_symlink) COMPLETE
95872026-02-26T17:29:55.851Z[ host-image] Feb 26 17:29:55.445 INFO O| Feb 26 17:29:55.444 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95882026-02-26T17:29:55.876Z[ host-image] Feb 26 17:29:55.462 INFO O| Feb 26 17:29:55.462 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95892026-02-26T17:29:55.876Z[ host-image] Feb 26 17:29:55.462 INFO O| Feb 26 17:29:55.462 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95902026-02-26T17:29:55.876Z[ host-image] Feb 26 17:29:55.462 INFO O| Feb 26 17:29:55.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95912026-02-26T17:29:55.876Z[ host-image] Feb 26 17:29:55.462 INFO O| Feb 26 17:29:55.462 INFO ok!
95922026-02-26T17:29:55.876Z[ host-image] Feb 26 17:29:55.462 INFO O| Feb 26 17:29:55.462 INFO STEP 22 (ensure_symlink) COMPLETE
95932026-02-26T17:29:55.876Z[ host-image] Feb 26 17:29:55.462 INFO O| Feb 26 17:29:55.462 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95942026-02-26T17:29:55.901Z[ host-image] Feb 26 17:29:55.483 INFO O| Feb 26 17:29:55.483 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95952026-02-26T17:29:55.901Z[ host-image] Feb 26 17:29:55.483 INFO O| Feb 26 17:29:55.483 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95962026-02-26T17:29:55.901Z[ host-image] Feb 26 17:29:55.483 INFO O| Feb 26 17:29:55.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95972026-02-26T17:29:55.901Z[ host-image] Feb 26 17:29:55.483 INFO O| Feb 26 17:29:55.483 INFO ok!
95982026-02-26T17:29:55.901Z[ host-image] Feb 26 17:29:55.483 INFO O| Feb 26 17:29:55.483 INFO STEP 23 (ensure_symlink) COMPLETE
95992026-02-26T17:29:55.901Z[ host-image] Feb 26 17:29:55.483 INFO O| Feb 26 17:29:55.483 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96002026-02-26T17:29:55.925Z[ host-image] Feb 26 17:29:55.500 INFO O| Feb 26 17:29:55.500 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
96012026-02-26T17:29:55.925Z[ host-image] Feb 26 17:29:55.500 INFO O| Feb 26 17:29:55.500 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
96022026-02-26T17:29:55.925Z[ host-image] Feb 26 17:29:55.500 INFO O| Feb 26 17:29:55.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
96032026-02-26T17:29:55.925Z[ host-image] Feb 26 17:29:55.500 INFO O| Feb 26 17:29:55.500 INFO ok!
96042026-02-26T17:29:55.926Z[ host-image] Feb 26 17:29:55.500 INFO O| Feb 26 17:29:55.500 INFO STEP 24 (ensure_file) COMPLETE
96052026-02-26T17:29:55.926Z[ host-image] Feb 26 17:29:55.500 INFO O| Feb 26 17:29:55.500 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
96062026-02-26T17:29:55.926Z[ host-image] Feb 26 17:29:55.517 INFO O| Feb 26 17:29:55.517 INFO updating shadow file
96072026-02-26T17:29:55.926Z[ host-image] Feb 26 17:29:55.518 INFO O| Feb 26 17:29:55.518 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96082026-02-26T17:29:55.926Z[ host-image] Feb 26 17:29:55.518 INFO O| Feb 26 17:29:55.518 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96092026-02-26T17:29:55.926Z[ host-image] Feb 26 17:29:55.518 INFO O| Feb 26 17:29:55.518 INFO STEP 25 (shadow) COMPLETE
96102026-02-26T17:29:55.926Z[ host-image] Feb 26 17:29:55.518 INFO O| Feb 26 17:29:55.518 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96112026-02-26T17:29:55.950Z[ host-image] Feb 26 17:29:55.543 INFO O| Feb 26 17:29:55.543 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
96122026-02-26T17:29:55.950Z[ host-image] Feb 26 17:29:55.543 INFO O| Feb 26 17:29:55.543 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
96132026-02-26T17:29:55.950Z[ host-image] Feb 26 17:29:55.543 INFO O| Feb 26 17:29:55.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
96142026-02-26T17:29:55.950Z[ host-image] Feb 26 17:29:55.543 INFO O| Feb 26 17:29:55.543 INFO ok!
96152026-02-26T17:29:55.950Z[ host-image] Feb 26 17:29:55.543 INFO O| Feb 26 17:29:55.543 INFO STEP 26 (ensure_file) COMPLETE
96162026-02-26T17:29:55.950Z[ host-image] Feb 26 17:29:55.543 INFO O| Feb 26 17:29:55.543 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96172026-02-26T17:29:55.975Z[ host-image] Feb 26 17:29:55.560 INFO O| Feb 26 17:29:55.560 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
96182026-02-26T17:29:55.975Z[ host-image] Feb 26 17:29:55.560 INFO O| Feb 26 17:29:55.560 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
96192026-02-26T17:29:55.975Z[ host-image] Feb 26 17:29:55.560 INFO O| Feb 26 17:29:55.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
96202026-02-26T17:29:55.975Z[ host-image] Feb 26 17:29:55.560 INFO O| Feb 26 17:29:55.560 INFO ok!
96212026-02-26T17:29:55.975Z[ host-image] Feb 26 17:29:55.560 INFO O| Feb 26 17:29:55.560 INFO STEP 27 (ensure_file) COMPLETE
96222026-02-26T17:29:55.975Z[ host-image] Feb 26 17:29:55.560 INFO O| Feb 26 17:29:55.560 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96232026-02-26T17:29:56.000Z[ host-image] Feb 26 17:29:55.577 INFO O| Feb 26 17:29:55.577 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
96242026-02-26T17:29:56.000Z[ host-image] Feb 26 17:29:55.577 INFO O| Feb 26 17:29:55.577 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
96252026-02-26T17:29:56.000Z[ host-image] Feb 26 17:29:55.577 INFO O| Feb 26 17:29:55.577 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96262026-02-26T17:29:56.000Z[ host-image] Feb 26 17:29:55.577 INFO O| Feb 26 17:29:55.577 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96272026-02-26T17:29:56.000Z[ host-image] Feb 26 17:29:55.577 INFO O| Feb 26 17:29:55.577 INFO ok!
96282026-02-26T17:29:56.000Z[ host-image] Feb 26 17:29:55.577 INFO O| Feb 26 17:29:55.577 INFO STEP 28 (ensure_file) COMPLETE
96292026-02-26T17:29:56.000Z[ host-image] Feb 26 17:29:55.577 INFO O| Feb 26 17:29:55.577 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96302026-02-26T17:29:56.025Z[ host-image] Feb 26 17:29:55.595 INFO O| Feb 26 17:29:55.595 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
96312026-02-26T17:29:56.025Z[ host-image] Feb 26 17:29:55.595 INFO O| Feb 26 17:29:55.595 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
96322026-02-26T17:29:56.025Z[ host-image] Feb 26 17:29:55.595 INFO O| Feb 26 17:29:55.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
96332026-02-26T17:29:56.025Z[ host-image] Feb 26 17:29:55.595 INFO O| Feb 26 17:29:55.595 INFO ok!
96342026-02-26T17:29:56.025Z[ host-image] Feb 26 17:29:55.595 INFO O| Feb 26 17:29:55.595 INFO STEP 29 (ensure_file) COMPLETE
96352026-02-26T17:29:56.025Z[ host-image] Feb 26 17:29:55.595 INFO O| Feb 26 17:29:55.595 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96362026-02-26T17:29:56.025Z[ host-image] Feb 26 17:29:55.612 INFO O| Feb 26 17:29:55.612 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96372026-02-26T17:29:56.025Z[ host-image] Feb 26 17:29:55.613 INFO O| Feb 26 17:29:55.612 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96382026-02-26T17:29:56.025Z[ host-image] Feb 26 17:29:55.613 INFO O| Feb 26 17:29:55.613 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96392026-02-26T17:29:56.025Z[ host-image] Feb 26 17:29:55.613 INFO O| Feb 26 17:29:55.613 INFO STEP 30 (ensure_dir) COMPLETE
96402026-02-26T17:29:56.025Z[ host-image] Feb 26 17:29:55.613 INFO O| Feb 26 17:29:55.613 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96412026-02-26T17:29:56.050Z[ host-image] Feb 26 17:29:55.629 INFO O| Feb 26 17:29:55.629 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
96422026-02-26T17:29:56.050Z[ host-image] Feb 26 17:29:55.629 INFO O| Feb 26 17:29:55.629 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
96432026-02-26T17:29:56.051Z[ host-image] Feb 26 17:29:55.629 INFO O| Feb 26 17:29:55.629 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96442026-02-26T17:29:56.051Z[ host-image] Feb 26 17:29:55.629 INFO O| Feb 26 17:29:55.629 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96452026-02-26T17:29:56.051Z[ host-image] Feb 26 17:29:55.629 INFO O| Feb 26 17:29:55.629 INFO ok!
96462026-02-26T17:29:56.051Z[ host-image] Feb 26 17:29:55.629 INFO O| Feb 26 17:29:55.629 INFO STEP 31 (ensure_file) COMPLETE
96472026-02-26T17:29:56.051Z[ host-image] Feb 26 17:29:55.629 INFO O| Feb 26 17:29:55.629 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96482026-02-26T17:29:56.051Z[ host-image] Feb 26 17:29:55.643 INFO O| Feb 26 17:29:55.643 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96492026-02-26T17:29:56.051Z[ host-image] Feb 26 17:29:55.643 INFO O| Feb 26 17:29:55.643 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96502026-02-26T17:29:56.051Z[ host-image] Feb 26 17:29:55.643 INFO O| Feb 26 17:29:55.643 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96512026-02-26T17:29:56.051Z[ host-image] Feb 26 17:29:55.643 INFO O| Feb 26 17:29:55.643 INFO STEP 32 (ensure_dir) COMPLETE
96522026-02-26T17:29:56.052Z[ host-image] Feb 26 17:29:55.643 INFO O| Feb 26 17:29:55.643 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96532026-02-26T17:29:56.077Z[ host-image] Feb 26 17:29:55.659 INFO O| Feb 26 17:29:55.659 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
96542026-02-26T17:29:56.077Z[ host-image] Feb 26 17:29:55.659 INFO O| Feb 26 17:29:55.659 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 ...
96552026-02-26T17:29:56.077Z[ host-image] Feb 26 17:29:55.659 INFO O| Feb 26 17:29:55.659 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
96562026-02-26T17:29:56.077Z[ host-image] Feb 26 17:29:55.659 INFO O| Feb 26 17:29:55.659 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
96572026-02-26T17:29:56.077Z[ host-image] Feb 26 17:29:55.659 INFO O| Feb 26 17:29:55.659 INFO ok!
96582026-02-26T17:29:56.077Z[ host-image] Feb 26 17:29:55.659 INFO O| Feb 26 17:29:55.659 INFO STEP 33 (ensure_file) COMPLETE
96592026-02-26T17:29:56.077Z[ host-image] Feb 26 17:29:55.659 INFO O| Feb 26 17:29:55.659 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96602026-02-26T17:29:56.102Z[ host-image] Feb 26 17:29:55.679 INFO O| Feb 26 17:29:55.679 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
96612026-02-26T17:29:56.103Z[ host-image] Feb 26 17:29:55.679 INFO O| Feb 26 17:29:55.679 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
96622026-02-26T17:29:56.103Z[ host-image] Feb 26 17:29:55.679 INFO O| Feb 26 17:29:55.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
96632026-02-26T17:29:56.103Z[ host-image] Feb 26 17:29:55.679 INFO O| Feb 26 17:29:55.679 INFO ok!
96642026-02-26T17:29:56.103Z[ host-image] Feb 26 17:29:55.679 INFO O| Feb 26 17:29:55.679 INFO STEP 34 (ensure_file) COMPLETE
96652026-02-26T17:29:56.103Z[ host-image] Feb 26 17:29:55.679 INFO O| Feb 26 17:29:55.679 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96662026-02-26T17:29:56.127Z[ host-image] Feb 26 17:29:55.701 INFO O| Feb 26 17:29:55.701 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
96672026-02-26T17:29:56.127Z[ host-image] Feb 26 17:29:55.701 INFO O| Feb 26 17:29:55.701 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96682026-02-26T17:29:56.127Z[ host-image] Feb 26 17:29:55.701 INFO O| Feb 26 17:29:55.701 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96692026-02-26T17:29:56.127Z[ host-image] Feb 26 17:29:55.701 INFO O| Feb 26 17:29:55.701 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96702026-02-26T17:29:56.127Z[ host-image] Feb 26 17:29:55.701 INFO O| Feb 26 17:29:55.701 INFO ok!
96712026-02-26T17:29:56.127Z[ host-image] Feb 26 17:29:55.701 INFO O| Feb 26 17:29:55.701 INFO STEP 35 (ensure_file) COMPLETE
96722026-02-26T17:29:56.128Z[ host-image] Feb 26 17:29:55.701 INFO O| Feb 26 17:29:55.701 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96732026-02-26T17:29:56.128Z[ host-image] Feb 26 17:29:55.717 INFO O| Feb 26 17:29:55.716 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96742026-02-26T17:29:56.128Z[ host-image] Feb 26 17:29:55.717 INFO O| Feb 26 17:29:55.717 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96752026-02-26T17:29:56.128Z[ host-image] Feb 26 17:29:55.717 INFO O| Feb 26 17:29:55.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96762026-02-26T17:29:56.128Z[ host-image] Feb 26 17:29:55.717 INFO O| Feb 26 17:29:55.717 INFO ok!
96772026-02-26T17:29:56.128Z[ host-image] Feb 26 17:29:55.717 INFO O| Feb 26 17:29:55.717 INFO STEP 36 (ensure_file) COMPLETE
96782026-02-26T17:29:56.128Z[ host-image] Feb 26 17:29:55.717 INFO O| Feb 26 17:29:55.717 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96792026-02-26T17:29:56.153Z[ host-image] Feb 26 17:29:55.737 INFO O| Feb 26 17:29:55.737 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96802026-02-26T17:29:56.153Z[ host-image] Feb 26 17:29:55.737 INFO O| Feb 26 17:29:55.737 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96812026-02-26T17:29:56.153Z[ host-image] Feb 26 17:29:55.737 INFO O| Feb 26 17:29:55.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96822026-02-26T17:29:56.153Z[ host-image] Feb 26 17:29:55.737 INFO O| Feb 26 17:29:55.737 INFO ok!
96832026-02-26T17:29:56.153Z[ host-image] Feb 26 17:29:55.737 INFO O| Feb 26 17:29:55.737 INFO STEP 37 (ensure_file) COMPLETE
96842026-02-26T17:29:56.153Z[ host-image] Feb 26 17:29:55.737 INFO O| Feb 26 17:29:55.737 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96852026-02-26T17:29:56.178Z[ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.750 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96862026-02-26T17:29:56.178Z[ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.750 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96872026-02-26T17:29:56.178Z[ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.751 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96882026-02-26T17:29:56.178Z[ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.751 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96892026-02-26T17:29:56.178Z[ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.751 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96902026-02-26T17:29:56.178Z[ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.751 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96912026-02-26T17:29:56.178Z[ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.751 INFO ok!
96922026-02-26T17:29:56.178Z[ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.751 INFO STEP 38 (ensure_file) COMPLETE
96932026-02-26T17:29:56.178Z[ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.751 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96942026-02-26T17:29:56.178Z[ host-image] Feb 26 17:29:55.769 INFO O| Feb 26 17:29:55.769 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96952026-02-26T17:29:56.178Z[ host-image] Feb 26 17:29:55.769 INFO O| Feb 26 17:29:55.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96962026-02-26T17:29:56.178Z[ host-image] Feb 26 17:29:55.769 INFO O| Feb 26 17:29:55.769 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96972026-02-26T17:29:56.178Z[ host-image] Feb 26 17:29:55.769 INFO O| Feb 26 17:29:55.769 INFO STEP 39 (ensure_dir) COMPLETE
96982026-02-26T17:29:56.178Z[ host-image] Feb 26 17:29:55.769 INFO O| Feb 26 17:29:55.769 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96992026-02-26T17:29:56.203Z[ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 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
97002026-02-26T17:29:56.203Z[ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 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 ...
97012026-02-26T17:29:56.203Z[ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 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
97022026-02-26T17:29:56.203Z[ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 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
97032026-02-26T17:29:56.203Z[ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 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
97042026-02-26T17:29:56.203Z[ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 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
97052026-02-26T17:29:56.203Z[ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 INFO ok!
97062026-02-26T17:29:56.203Z[ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 INFO STEP 40 (ensure_file) COMPLETE
97072026-02-26T17:29:56.203Z[ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
97082026-02-26T17:29:56.228Z[ host-image] Feb 26 17:29:55.806 INFO O| Feb 26 17:29:55.805 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
97092026-02-26T17:29:56.228Z[ host-image] Feb 26 17:29:55.806 INFO O| Feb 26 17:29:55.806 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 ...
97102026-02-26T17:29:56.228Z[ host-image] Feb 26 17:29:55.806 INFO O| Feb 26 17:29:55.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
97112026-02-26T17:29:56.228Z[ host-image] Feb 26 17:29:55.806 INFO O| Feb 26 17:29:55.806 INFO ok!
97122026-02-26T17:29:56.228Z[ host-image] Feb 26 17:29:55.806 INFO O| Feb 26 17:29:55.806 INFO STEP 41 (ensure_symlink) COMPLETE
97132026-02-26T17:29:56.228Z[ host-image] Feb 26 17:29:55.806 INFO O| Feb 26 17:29:55.806 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
97142026-02-26T17:29:56.228Z[ host-image] Feb 26 17:29:55.820 INFO O| Feb 26 17:29:55.820 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
97152026-02-26T17:29:56.228Z[ host-image] Feb 26 17:29:55.820 INFO O| Feb 26 17:29:55.820 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
97162026-02-26T17:29:56.229Z[ host-image] Feb 26 17:29:55.820 INFO O| Feb 26 17:29:55.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
97172026-02-26T17:29:56.229Z[ host-image] Feb 26 17:29:55.820 INFO O| Feb 26 17:29:55.820 INFO ok!
97182026-02-26T17:29:56.229Z[ host-image] Feb 26 17:29:55.820 INFO O| Feb 26 17:29:55.820 INFO STEP 42 (ensure_symlink) COMPLETE
97192026-02-26T17:29:56.229Z[ host-image] Feb 26 17:29:55.820 INFO O| Feb 26 17:29:55.820 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97202026-02-26T17:29:56.254Z[ host-image] Feb 26 17:29:55.835 INFO O| Feb 26 17:29:55.834 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
97212026-02-26T17:29:56.254Z[ host-image] Feb 26 17:29:55.835 INFO O| Feb 26 17:29:55.834 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
97222026-02-26T17:29:56.254Z[ host-image] Feb 26 17:29:55.835 INFO O| Feb 26 17:29:55.835 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97232026-02-26T17:29:56.254Z[ host-image] Feb 26 17:29:55.835 INFO O| Feb 26 17:29:55.835 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97242026-02-26T17:29:56.254Z[ host-image] Feb 26 17:29:55.835 INFO O| Feb 26 17:29:55.835 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97252026-02-26T17:29:56.254Z[ host-image] Feb 26 17:29:55.835 INFO O| Feb 26 17:29:55.835 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97262026-02-26T17:29:56.254Z[ host-image] Feb 26 17:29:55.836 INFO O| Feb 26 17:29:55.835 INFO ok!
97272026-02-26T17:29:56.254Z[ host-image] Feb 26 17:29:55.836 INFO O| Feb 26 17:29:55.836 INFO STEP 43 (ensure_file) COMPLETE
97282026-02-26T17:29:56.254Z[ host-image] Feb 26 17:29:55.836 INFO O| Feb 26 17:29:55.836 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97292026-02-26T17:29:56.278Z[ host-image] Feb 26 17:29:55.850 INFO O| Feb 26 17:29:55.850 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
97302026-02-26T17:29:56.279Z[ host-image] Feb 26 17:29:55.851 INFO O| Feb 26 17:29:55.850 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 ...
97312026-02-26T17:29:56.279Z[ host-image] Feb 26 17:29:55.851 INFO O| Feb 26 17:29:55.851 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
97322026-02-26T17:29:56.279Z[ host-image] Feb 26 17:29:55.851 INFO O| Feb 26 17:29:55.851 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
97332026-02-26T17:29:56.279Z[ host-image] Feb 26 17:29:55.851 INFO O| Feb 26 17:29:55.851 INFO ok!
97342026-02-26T17:29:56.279Z[ host-image] Feb 26 17:29:55.851 INFO O| Feb 26 17:29:55.851 INFO STEP 44 (ensure_file) COMPLETE
97352026-02-26T17:29:56.279Z[ host-image] Feb 26 17:29:55.851 INFO O| Feb 26 17:29:55.851 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97362026-02-26T17:29:56.279Z[ host-image] Feb 26 17:29:55.865 INFO O| Feb 26 17:29:55.864 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
97372026-02-26T17:29:56.279Z[ host-image] Feb 26 17:29:55.865 INFO O| Feb 26 17:29:55.864 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
97382026-02-26T17:29:56.279Z[ host-image] Feb 26 17:29:55.865 INFO O| Feb 26 17:29:55.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
97392026-02-26T17:29:56.279Z[ host-image] Feb 26 17:29:55.865 INFO O| Feb 26 17:29:55.865 INFO ok!
97402026-02-26T17:29:56.279Z[ host-image] Feb 26 17:29:55.865 INFO O| Feb 26 17:29:55.865 INFO STEP 45 (ensure_file) COMPLETE
97412026-02-26T17:29:56.279Z[ host-image] Feb 26 17:29:55.865 INFO O| Feb 26 17:29:55.865 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97422026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.880 INFO O| Feb 26 17:29:55.879 INFO updating shadow file
97432026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.880 INFO O| Feb 26 17:29:55.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97442026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.880 INFO O| Feb 26 17:29:55.880 INFO STEP 46 (shadow) COMPLETE
97452026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.880 INFO O| Feb 26 17:29:55.880 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97462026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
97472026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
97482026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97492026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97502026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO ok!
97512026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO STEP 47 (ensure_file) COMPLETE
97522026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97532026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO skip step because feature "mfg" is not enabled
97542026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97552026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO skip step because feature "mfg" is not enabled
97562026-02-26T17:29:56.304Z[ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97572026-02-26T17:29:56.329Z[ host-image] Feb 26 17:29:55.919 INFO O| Feb 26 17:29:55.919 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
97582026-02-26T17:29:56.329Z[ host-image] Feb 26 17:29:55.919 INFO O| Feb 26 17:29:55.919 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
97592026-02-26T17:29:56.361Z[ host-image] Feb 26 17:29:55.956 INFO O| Feb 26 17:29:55.956 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97602026-02-26T17:29:56.361Z[ host-image] Feb 26 17:29:55.956 INFO O| Feb 26 17:29:55.956 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97612026-02-26T17:29:56.361Z[ host-image] Feb 26 17:29:55.956 INFO O| Feb 26 17:29:55.956 INFO ok!
97622026-02-26T17:29:56.386Z[ host-image] Feb 26 17:29:55.956 INFO O| Feb 26 17:29:55.956 INFO STEP 50 (ensure_file) COMPLETE
97632026-02-26T17:29:56.386Z[ host-image] Feb 26 17:29:55.956 INFO O| Feb 26 17:29:55.956 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97642026-02-26T17:29:56.386Z[ host-image] Feb 26 17:29:55.956 INFO O| Feb 26 17:29:55.956 INFO skip step because feature "compliance" is not enabled
97652026-02-26T17:29:56.386Z[ host-image] Feb 26 17:29:55.956 INFO O| Feb 26 17:29:55.956 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97662026-02-26T17:29:56.386Z[ host-image] Feb 26 17:29:55.974 INFO O| Feb 26 17:29:55.973 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97672026-02-26T17:29:56.386Z[ host-image] Feb 26 17:29:55.974 INFO O| Feb 26 17:29:55.973 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97682026-02-26T17:29:56.386Z[ host-image] Feb 26 17:29:55.974 INFO O| Feb 26 17:29:55.974 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97692026-02-26T17:29:56.386Z[ host-image] Feb 26 17:29:55.975 INFO O| Feb 26 17:29:55.974 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97702026-02-26T17:29:56.386Z[ host-image] Feb 26 17:29:55.975 INFO O| Feb 26 17:29:55.974 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97712026-02-26T17:29:56.386Z[ host-image] Feb 26 17:29:55.975 INFO O| Feb 26 17:29:55.975 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97722026-02-26T17:29:56.386Z[ host-image] Feb 26 17:29:55.975 INFO O| Feb 26 17:29:55.975 INFO ok!
97732026-02-26T17:29:56.386Z[ host-image] Feb 26 17:29:55.975 INFO O| Feb 26 17:29:55.975 INFO STEP 52 (ensure_file) COMPLETE
97742026-02-26T17:29:56.386Z[ host-image] Feb 26 17:29:55.975 INFO O| Feb 26 17:29:55.975 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97752026-02-26T17:29:56.411Z[ host-image] Feb 26 17:29:55.994 INFO O| Feb 26 17:29:55.994 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97762026-02-26T17:29:56.411Z[ host-image] Feb 26 17:29:55.994 INFO O| Feb 26 17:29:55.994 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 ...
97772026-02-26T17:29:56.411Z[ host-image] Feb 26 17:29:55.994 INFO O| Feb 26 17:29:55.994 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
97782026-02-26T17:29:56.411Z[ host-image] Feb 26 17:29:55.994 INFO O| Feb 26 17:29:55.994 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97792026-02-26T17:29:56.411Z[ host-image] Feb 26 17:29:55.994 INFO O| Feb 26 17:29:55.994 INFO ok!
97802026-02-26T17:29:56.411Z[ host-image] Feb 26 17:29:55.994 INFO O| Feb 26 17:29:55.994 INFO STEP 53 (ensure_file) COMPLETE
97812026-02-26T17:29:56.411Z[ host-image] Feb 26 17:29:55.994 INFO O| Feb 26 17:29:55.994 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97822026-02-26T17:29:56.435Z[ host-image] Feb 26 17:29:56.014 INFO O| Feb 26 17:29:56.014 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97832026-02-26T17:29:56.435Z[ host-image] Feb 26 17:29:56.014 INFO O| Feb 26 17:29:56.014 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 ...
97842026-02-26T17:29:56.435Z[ host-image] Feb 26 17:29:56.015 INFO O| Feb 26 17:29:56.015 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97852026-02-26T17:29:56.435Z[ host-image] Feb 26 17:29:56.016 INFO O| Feb 26 17:29:56.016 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97862026-02-26T17:29:56.435Z[ host-image] Feb 26 17:29:56.016 INFO O| Feb 26 17:29:56.016 INFO ok!
97872026-02-26T17:29:56.436Z[ host-image] Feb 26 17:29:56.016 INFO O| Feb 26 17:29:56.016 INFO STEP 54 (ensure_file) COMPLETE
97882026-02-26T17:29:56.436Z[ host-image] Feb 26 17:29:56.016 INFO O| Feb 26 17:29:56.016 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97892026-02-26T17:29:56.460Z[ host-image] Feb 26 17:29:56.033 INFO O| Feb 26 17:29:56.033 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97902026-02-26T17:29:56.460Z[ host-image] Feb 26 17:29:56.033 INFO O| Feb 26 17:29:56.033 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 ...
97912026-02-26T17:29:56.460Z[ host-image] Feb 26 17:29:56.034 INFO O| Feb 26 17:29:56.034 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
97922026-02-26T17:29:56.460Z[ host-image] Feb 26 17:29:56.034 INFO O| Feb 26 17:29:56.034 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97932026-02-26T17:29:56.460Z[ host-image] Feb 26 17:29:56.034 INFO O| Feb 26 17:29:56.034 INFO ok!
97942026-02-26T17:29:56.460Z[ host-image] Feb 26 17:29:56.034 INFO O| Feb 26 17:29:56.034 INFO STEP 55 (ensure_file) COMPLETE
97952026-02-26T17:29:56.460Z[ host-image] Feb 26 17:29:56.034 INFO O| Feb 26 17:29:56.034 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97962026-02-26T17:29:56.460Z[ host-image] Feb 26 17:29:56.050 INFO O| Feb 26 17:29:56.050 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97972026-02-26T17:29:56.461Z[ host-image] Feb 26 17:29:56.050 INFO O| Feb 26 17:29:56.050 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 ...
97982026-02-26T17:29:56.461Z[ host-image] Feb 26 17:29:56.051 INFO O| Feb 26 17:29:56.050 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97992026-02-26T17:29:56.461Z[ host-image] Feb 26 17:29:56.051 INFO O| Feb 26 17:29:56.050 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
98002026-02-26T17:29:56.461Z[ host-image] Feb 26 17:29:56.051 INFO O| Feb 26 17:29:56.051 INFO ok!
98012026-02-26T17:29:56.461Z[ host-image] Feb 26 17:29:56.051 INFO O| Feb 26 17:29:56.051 INFO STEP 56 (ensure_file) COMPLETE
98022026-02-26T17:29:56.461Z[ host-image] Feb 26 17:29:56.051 INFO O| Feb 26 17:29:56.051 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98032026-02-26T17:29:56.485Z[ host-image] Feb 26 17:29:56.068 INFO O| Feb 26 17:29:56.068 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
98042026-02-26T17:29:56.485Z[ host-image] Feb 26 17:29:56.068 INFO O| Feb 26 17:29:56.068 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 ...
98052026-02-26T17:29:56.485Z[ host-image] Feb 26 17:29:56.069 INFO O| Feb 26 17:29:56.069 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
98062026-02-26T17:29:56.486Z[ host-image] Feb 26 17:29:56.069 INFO O| Feb 26 17:29:56.069 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
98072026-02-26T17:29:56.486Z[ host-image] Feb 26 17:29:56.069 INFO O| Feb 26 17:29:56.069 INFO ok!
98082026-02-26T17:29:56.486Z[ host-image] Feb 26 17:29:56.069 INFO O| Feb 26 17:29:56.069 INFO STEP 57 (ensure_file) COMPLETE
98092026-02-26T17:29:56.486Z[ host-image] Feb 26 17:29:56.069 INFO O| Feb 26 17:29:56.069 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98102026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.085 INFO O| Feb 26 17:29:56.085 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
98112026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.086 INFO O| Feb 26 17:29:56.085 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 ...
98122026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.086 INFO O| Feb 26 17:29:56.086 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98132026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.086 INFO O| Feb 26 17:29:56.086 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98142026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.086 INFO O| Feb 26 17:29:56.086 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98152026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.086 INFO O| Feb 26 17:29:56.086 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98162026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.086 INFO O| Feb 26 17:29:56.086 INFO ok!
98172026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.087 INFO O| Feb 26 17:29:56.087 INFO STEP 58 (ensure_file) COMPLETE
98182026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.087 INFO O| Feb 26 17:29:56.087 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98192026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.102 INFO O| Feb 26 17:29:56.102 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
98202026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.102 INFO O| Feb 26 17:29:56.102 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 ...
98212026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.103 INFO O| Feb 26 17:29:56.103 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
98222026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.103 INFO O| Feb 26 17:29:56.103 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
98232026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.103 INFO O| Feb 26 17:29:56.103 INFO ok!
98242026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.103 INFO O| Feb 26 17:29:56.103 INFO STEP 59 (ensure_file) COMPLETE
98252026-02-26T17:29:56.510Z[ host-image] Feb 26 17:29:56.103 INFO O| Feb 26 17:29:56.103 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98262026-02-26T17:29:56.535Z[ host-image] Feb 26 17:29:56.117 INFO O| Feb 26 17:29:56.117 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
98272026-02-26T17:29:56.535Z[ host-image] Feb 26 17:29:56.117 INFO O| Feb 26 17:29:56.117 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
98282026-02-26T17:29:56.535Z[ host-image] Feb 26 17:29:56.117 INFO O| Feb 26 17:29:56.117 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98292026-02-26T17:29:56.535Z[ host-image] Feb 26 17:29:56.117 INFO O| Feb 26 17:29:56.117 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98302026-02-26T17:29:56.535Z[ host-image] Feb 26 17:29:56.117 INFO O| Feb 26 17:29:56.117 INFO ok!
98312026-02-26T17:29:56.535Z[ host-image] Feb 26 17:29:56.117 INFO O| Feb 26 17:29:56.117 INFO STEP 60 (ensure_file) COMPLETE
98322026-02-26T17:29:56.535Z[ host-image] Feb 26 17:29:56.118 INFO O| Feb 26 17:29:56.117 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98332026-02-26T17:29:56.560Z[ host-image] Feb 26 17:29:56.137 INFO O| Feb 26 17:29:56.137 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
98342026-02-26T17:29:56.560Z[ host-image] Feb 26 17:29:56.137 INFO O| Feb 26 17:29:56.137 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 ...
98352026-02-26T17:29:56.560Z[ host-image] Feb 26 17:29:56.137 INFO O| Feb 26 17:29:56.137 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
98362026-02-26T17:29:56.560Z[ host-image] Feb 26 17:29:56.137 INFO O| Feb 26 17:29:56.137 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
98372026-02-26T17:29:56.560Z[ host-image] Feb 26 17:29:56.137 INFO O| Feb 26 17:29:56.137 INFO ok!
98382026-02-26T17:29:56.560Z[ host-image] Feb 26 17:29:56.137 INFO O| Feb 26 17:29:56.137 INFO STEP 61 (ensure_file) COMPLETE
98392026-02-26T17:29:56.560Z[ host-image] Feb 26 17:29:56.137 INFO O| Feb 26 17:29:56.137 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98402026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.157 INFO O| Feb 26 17:29:56.157 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
98412026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.157 INFO O| Feb 26 17:29:56.157 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
98422026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.158 INFO O| Feb 26 17:29:56.157 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98432026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.158 INFO O| Feb 26 17:29:56.158 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98442026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.158 INFO O| Feb 26 17:29:56.158 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98452026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.158 INFO O| Feb 26 17:29:56.158 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98462026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.158 INFO O| Feb 26 17:29:56.158 INFO ok!
98472026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.159 INFO O| Feb 26 17:29:56.158 INFO STEP 62 (ensure_file) COMPLETE
98482026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.159 INFO O| Feb 26 17:29:56.158 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98492026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.175 INFO O| Feb 26 17:29:56.175 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
98502026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.175 INFO O| Feb 26 17:29:56.175 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 ...
98512026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.176 INFO O| Feb 26 17:29:56.176 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
98522026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.176 INFO O| Feb 26 17:29:56.176 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98532026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.176 INFO O| Feb 26 17:29:56.176 INFO ok!
98542026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.176 INFO O| Feb 26 17:29:56.176 INFO STEP 63 (ensure_file) COMPLETE
98552026-02-26T17:29:56.585Z[ host-image] Feb 26 17:29:56.176 INFO O| Feb 26 17:29:56.176 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98562026-02-26T17:29:56.610Z[ host-image] Feb 26 17:29:56.194 INFO O| Feb 26 17:29:56.194 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
98572026-02-26T17:29:56.610Z[ host-image] Feb 26 17:29:56.194 INFO O| Feb 26 17:29:56.194 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 ...
98582026-02-26T17:29:56.610Z[ host-image] Feb 26 17:29:56.195 INFO O| Feb 26 17:29:56.195 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
98592026-02-26T17:29:56.610Z[ host-image] Feb 26 17:29:56.195 INFO O| Feb 26 17:29:56.195 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98602026-02-26T17:29:56.610Z[ host-image] Feb 26 17:29:56.195 INFO O| Feb 26 17:29:56.195 INFO ok!
98612026-02-26T17:29:56.610Z[ host-image] Feb 26 17:29:56.195 INFO O| Feb 26 17:29:56.195 INFO STEP 64 (ensure_file) COMPLETE
98622026-02-26T17:29:56.610Z[ host-image] Feb 26 17:29:56.195 INFO O| Feb 26 17:29:56.195 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98632026-02-26T17:29:56.635Z[ host-image] Feb 26 17:29:56.210 INFO O| Feb 26 17:29:56.210 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98642026-02-26T17:29:56.635Z[ host-image] Feb 26 17:29:56.210 INFO O| Feb 26 17:29:56.210 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 ...
98652026-02-26T17:29:56.635Z[ host-image] Feb 26 17:29:56.211 INFO O| Feb 26 17:29:56.211 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98662026-02-26T17:29:56.635Z[ host-image] Feb 26 17:29:56.211 INFO O| Feb 26 17:29:56.211 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98672026-02-26T17:29:56.635Z[ host-image] Feb 26 17:29:56.211 INFO O| Feb 26 17:29:56.211 INFO ok!
98682026-02-26T17:29:56.635Z[ host-image] Feb 26 17:29:56.211 INFO O| Feb 26 17:29:56.211 INFO STEP 65 (ensure_file) COMPLETE
98692026-02-26T17:29:56.635Z[ host-image] Feb 26 17:29:56.211 INFO O| Feb 26 17:29:56.211 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98702026-02-26T17:29:56.635Z[ host-image] Feb 26 17:29:56.211 INFO O| Feb 26 17:29:56.211 INFO skip step because feature "mbist" is not enabled
98712026-02-26T17:29:56.635Z[ host-image] Feb 26 17:29:56.211 INFO O| Feb 26 17:29:56.211 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98722026-02-26T17:29:56.635Z[ host-image] Feb 26 17:29:56.226 INFO O| Feb 26 17:29:56.226 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98732026-02-26T17:29:56.635Z[ host-image] Feb 26 17:29:56.226 INFO O| Feb 26 17:29:56.226 INFO STEP 67 (ensure_dir) COMPLETE
98742026-02-26T17:29:56.635Z[ host-image] Feb 26 17:29:56.226 INFO O| Feb 26 17:29:56.226 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98752026-02-26T17:29:56.660Z[ host-image] Feb 26 17:29:56.241 INFO O| Feb 26 17:29:56.241 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98762026-02-26T17:29:56.660Z[ host-image] Feb 26 17:29:56.241 INFO O| Feb 26 17:29:56.241 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98772026-02-26T17:29:56.660Z[ host-image] Feb 26 17:29:56.241 INFO O| Feb 26 17:29:56.241 INFO STEP 68 (ensure_dir) COMPLETE
98782026-02-26T17:29:56.660Z[ host-image] Feb 26 17:29:56.242 INFO O| Feb 26 17:29:56.241 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792026-02-26T17:29:56.684Z[ host-image] Feb 26 17:29:56.256 INFO O| Feb 26 17:29:56.256 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98802026-02-26T17:29:56.684Z[ host-image] Feb 26 17:29:56.256 INFO O| Feb 26 17:29:56.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98812026-02-26T17:29:56.684Z[ host-image] Feb 26 17:29:56.256 INFO O| Feb 26 17:29:56.256 INFO STEP 69 (ensure_dir) COMPLETE
98822026-02-26T17:29:56.684Z[ host-image] Feb 26 17:29:56.256 INFO O| Feb 26 17:29:56.256 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832026-02-26T17:29:56.684Z[ host-image] Feb 26 17:29:56.274 INFO O| Feb 26 17:29:56.274 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98842026-02-26T17:29:56.684Z[ host-image] Feb 26 17:29:56.274 INFO O| Feb 26 17:29:56.274 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98852026-02-26T17:29:57.708Z[ host-image] Feb 26 17:29:57.303 INFO O| Feb 26 17:29:57.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98862026-02-26T17:29:57.708Z[ host-image] Feb 26 17:29:57.304 INFO O| Feb 26 17:29:57.303 INFO ok!
98872026-02-26T17:29:57.732Z[ host-image] Feb 26 17:29:57.304 INFO O| Feb 26 17:29:57.303 INFO STEP 70 (ensure_file) COMPLETE
98882026-02-26T17:29:57.732Z[ host-image] Feb 26 17:29:57.304 INFO O| Feb 26 17:29:57.303 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98892026-02-26T17:29:57.733Z[ host-image] Feb 26 17:29:57.319 INFO O| Feb 26 17:29:57.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98902026-02-26T17:29:57.733Z[ host-image] Feb 26 17:29:57.319 INFO O| Feb 26 17:29:57.319 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98912026-02-26T17:29:59.472Z[ host-image] Feb 26 17:29:59.067 INFO O| Feb 26 17:29:59.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98922026-02-26T17:29:59.472Z[ host-image] Feb 26 17:29:59.067 INFO O| Feb 26 17:29:59.067 INFO ok!
98932026-02-26T17:29:59.496Z[ host-image] Feb 26 17:29:59.067 INFO O| Feb 26 17:29:59.067 INFO STEP 71 (ensure_file) COMPLETE
98942026-02-26T17:29:59.496Z[ host-image] Feb 26 17:29:59.067 INFO O| Feb 26 17:29:59.067 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952026-02-26T17:29:59.496Z[ host-image] Feb 26 17:29:59.084 INFO O| Feb 26 17:29:59.083 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98962026-02-26T17:29:59.496Z[ host-image] Feb 26 17:29:59.084 INFO O| Feb 26 17:29:59.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98972026-02-26T17:29:59.496Z[ host-image] Feb 26 17:29:59.084 INFO O| Feb 26 17:29:59.084 INFO STEP 72 (ensure_dir) COMPLETE
98982026-02-26T17:29:59.496Z[ host-image] Feb 26 17:29:59.084 INFO O| Feb 26 17:29:59.084 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98992026-02-26T17:29:59.521Z[ host-image] Feb 26 17:29:59.100 INFO O| Feb 26 17:29:59.100 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
99002026-02-26T17:29:59.521Z[ host-image] Feb 26 17:29:59.101 INFO O| Feb 26 17:29:59.100 INFO copying /tmp/.tmpVgPXRo/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 ...
99012026-02-26T17:29:59.521Z[ host-image] Feb 26 17:29:59.101 INFO O| Feb 26 17:29:59.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
99022026-02-26T17:29:59.521Z[ host-image] Feb 26 17:29:59.101 INFO O| Feb 26 17:29:59.101 INFO ok!
99032026-02-26T17:29:59.521Z[ host-image] Feb 26 17:29:59.101 INFO O| Feb 26 17:29:59.101 INFO STEP 73 (ensure_file) COMPLETE
99042026-02-26T17:29:59.521Z[ host-image] Feb 26 17:29:59.101 INFO O| Feb 26 17:29:59.101 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99052026-02-26T17:29:59.545Z[ host-image] Feb 26 17:29:59.117 INFO O| Feb 26 17:29:59.117 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
99062026-02-26T17:29:59.546Z[ host-image] Feb 26 17:29:59.117 INFO O| Feb 26 17:29:59.117 INFO copying /tmp/.tmpVgPXRo/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 ...
99072026-02-26T17:29:59.546Z[ host-image] Feb 26 17:29:59.118 INFO O| Feb 26 17:29:59.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
99082026-02-26T17:29:59.546Z[ host-image] Feb 26 17:29:59.118 INFO O| Feb 26 17:29:59.117 INFO ok!
99092026-02-26T17:29:59.546Z[ host-image] Feb 26 17:29:59.118 INFO O| Feb 26 17:29:59.117 INFO STEP 74 (ensure_file) COMPLETE
99102026-02-26T17:29:59.546Z[ host-image] Feb 26 17:29:59.118 INFO O| Feb 26 17:29:59.117 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99112026-02-26T17:29:59.546Z[ host-image] Feb 26 17:29:59.134 INFO O| Feb 26 17:29:59.133 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
99122026-02-26T17:29:59.546Z[ host-image] Feb 26 17:29:59.134 INFO O| Feb 26 17:29:59.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
99132026-02-26T17:29:59.546Z[ host-image] Feb 26 17:29:59.134 INFO O| Feb 26 17:29:59.134 INFO STEP 75 (ensure_dir) COMPLETE
99142026-02-26T17:29:59.546Z[ host-image] Feb 26 17:29:59.134 INFO O| Feb 26 17:29:59.134 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99152026-02-26T17:29:59.570Z[ host-image] Feb 26 17:29:59.150 INFO O| Feb 26 17:29:59.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
99162026-02-26T17:29:59.570Z[ host-image] Feb 26 17:29:59.150 INFO O| Feb 26 17:29:59.150 INFO copying /tmp/.tmpVgPXRo/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 ...
99172026-02-26T17:29:59.570Z[ host-image] Feb 26 17:29:59.150 INFO O| Feb 26 17:29:59.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
99182026-02-26T17:29:59.570Z[ host-image] Feb 26 17:29:59.150 INFO O| Feb 26 17:29:59.150 INFO ok!
99192026-02-26T17:29:59.570Z[ host-image] Feb 26 17:29:59.150 INFO O| Feb 26 17:29:59.150 INFO STEP 76 (ensure_file) COMPLETE
99202026-02-26T17:29:59.570Z[ host-image] Feb 26 17:29:59.150 INFO O| Feb 26 17:29:59.150 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99212026-02-26T17:29:59.595Z[ host-image] Feb 26 17:29:59.171 INFO O| Feb 26 17:29:59.171 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
99222026-02-26T17:29:59.595Z[ host-image] Feb 26 17:29:59.171 INFO O| Feb 26 17:29:59.171 INFO copying /tmp/.tmpVgPXRo/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 ...
99232026-02-26T17:29:59.595Z[ host-image] Feb 26 17:29:59.171 INFO O| Feb 26 17:29:59.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
99242026-02-26T17:29:59.595Z[ host-image] Feb 26 17:29:59.171 INFO O| Feb 26 17:29:59.171 INFO ok!
99252026-02-26T17:29:59.595Z[ host-image] Feb 26 17:29:59.171 INFO O| Feb 26 17:29:59.171 INFO STEP 77 (ensure_file) COMPLETE
99262026-02-26T17:29:59.595Z[ host-image] Feb 26 17:29:59.171 INFO O| Feb 26 17:29:59.171 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272026-02-26T17:29:59.595Z[ host-image] Feb 26 17:29:59.190 INFO O| Feb 26 17:29:59.190 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99282026-02-26T17:29:59.595Z[ host-image] Feb 26 17:29:59.190 INFO O| Feb 26 17:29:59.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99292026-02-26T17:29:59.595Z[ host-image] Feb 26 17:29:59.190 INFO O| Feb 26 17:29:59.190 INFO STEP 78 (ensure_dir) COMPLETE
99302026-02-26T17:29:59.595Z[ host-image] Feb 26 17:29:59.190 INFO O| Feb 26 17:29:59.190 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99312026-02-26T17:29:59.620Z[ host-image] Feb 26 17:29:59.205 INFO O| Feb 26 17:29:59.205 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
99322026-02-26T17:29:59.620Z[ host-image] Feb 26 17:29:59.205 INFO O| Feb 26 17:29:59.205 INFO copying /tmp/.tmpVgPXRo/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 ...
99332026-02-26T17:29:59.620Z[ host-image] Feb 26 17:29:59.205 INFO O| Feb 26 17:29:59.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
99342026-02-26T17:29:59.620Z[ host-image] Feb 26 17:29:59.205 INFO O| Feb 26 17:29:59.205 INFO ok!
99352026-02-26T17:29:59.620Z[ host-image] Feb 26 17:29:59.205 INFO O| Feb 26 17:29:59.205 INFO STEP 79 (ensure_file) COMPLETE
99362026-02-26T17:29:59.620Z[ host-image] Feb 26 17:29:59.205 INFO O| Feb 26 17:29:59.205 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99372026-02-26T17:29:59.644Z[ host-image] Feb 26 17:29:59.219 INFO O| Feb 26 17:29:59.219 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
99382026-02-26T17:29:59.644Z[ host-image] Feb 26 17:29:59.219 INFO O| Feb 26 17:29:59.219 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
99392026-02-26T17:29:59.644Z[ host-image] Feb 26 17:29:59.220 INFO O| Feb 26 17:29:59.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
99402026-02-26T17:29:59.645Z[ host-image] Feb 26 17:29:59.220 INFO O| Feb 26 17:29:59.220 INFO ok!
99412026-02-26T17:29:59.645Z[ host-image] Feb 26 17:29:59.220 INFO O| Feb 26 17:29:59.220 INFO STEP 80 (ensure_file) COMPLETE
99422026-02-26T17:29:59.645Z[ host-image] Feb 26 17:29:59.220 INFO O| Feb 26 17:29:59.220 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99432026-02-26T17:29:59.645Z[ host-image] Feb 26 17:29:59.233 INFO O| Feb 26 17:29:59.233 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99442026-02-26T17:29:59.645Z[ host-image] Feb 26 17:29:59.233 INFO O| Feb 26 17:29:59.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99452026-02-26T17:29:59.645Z[ host-image] Feb 26 17:29:59.233 INFO O| Feb 26 17:29:59.233 INFO STEP 81 (ensure_dir) COMPLETE
99462026-02-26T17:29:59.645Z[ host-image] Feb 26 17:29:59.233 INFO O| Feb 26 17:29:59.233 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99472026-02-26T17:29:59.670Z[ host-image] Feb 26 17:29:59.252 INFO O| Feb 26 17:29:59.252 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
99482026-02-26T17:29:59.670Z[ host-image] Feb 26 17:29:59.252 INFO O| Feb 26 17:29:59.252 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
99492026-02-26T17:30:01.031Z[ host-image] Feb 26 17:30:00.627 INFO O| Feb 26 17:30:00.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
99502026-02-26T17:30:01.031Z[ host-image] Feb 26 17:30:00.627 INFO O| Feb 26 17:30:00.627 INFO ok!
99512026-02-26T17:30:01.056Z[ host-image] Feb 26 17:30:00.627 INFO O| Feb 26 17:30:00.627 INFO STEP 82 (ensure_file) COMPLETE
99522026-02-26T17:30:01.056Z[ host-image] Feb 26 17:30:00.627 INFO O| Feb 26 17:30:00.627 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99532026-02-26T17:30:01.056Z[ host-image] Feb 26 17:30:00.641 INFO O| Feb 26 17:30:00.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
99542026-02-26T17:30:01.056Z[ host-image] Feb 26 17:30:00.642 INFO O| Feb 26 17:30:00.641 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
99552026-02-26T17:30:01.845Z[ host-image] Feb 26 17:30:01.441 INFO O| Feb 26 17:30:01.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
99562026-02-26T17:30:01.845Z[ host-image] Feb 26 17:30:01.441 INFO O| Feb 26 17:30:01.441 INFO ok!
99572026-02-26T17:30:01.870Z[ host-image] Feb 26 17:30:01.441 INFO O| Feb 26 17:30:01.441 INFO STEP 83 (ensure_file) COMPLETE
99582026-02-26T17:30:01.870Z[ host-image] Feb 26 17:30:01.441 INFO O| Feb 26 17:30:01.441 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99592026-02-26T17:30:01.870Z[ host-image] Feb 26 17:30:01.455 INFO O| Feb 26 17:30:01.455 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
99602026-02-26T17:30:01.870Z[ host-image] Feb 26 17:30:01.455 INFO O| Feb 26 17:30:01.455 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
99612026-02-26T17:30:03.987Z[ recovery-image] Feb 26 17:30:03.578 INFO E| Finished `release` profile [optimized] target(s) in 53.84s
99622026-02-26T17:30:04.012Z[ recovery-image] Feb 26 17:30:03.605 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
99632026-02-26T17:30:04.135Z[ recovery-image] Feb 26 17:30:03.728 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')"
99642026-02-26T17:30:04.161Z[ recovery-image] Feb 26 17:30:03.728 INFO building ROM for gimlet
99652026-02-26T17:30:04.161Z[ recovery-image] Feb 26 17:30:03.728 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")
99662026-02-26T17:30:04.590Z[ recovery-image] Feb 26 17:30:04.185 INFO E| Downloading crates ...
99672026-02-26T17:30:04.681Z[ recovery-image] Feb 26 17:30:04.277 INFO E| Downloaded anstyle-query v1.1.2
99682026-02-26T17:30:04.705Z[ recovery-image] Feb 26 17:30:04.285 INFO E| Downloaded toml_datetime v0.6.9
99692026-02-26T17:30:04.706Z[ recovery-image] Feb 26 17:30:04.288 INFO E| Downloaded shared_child v1.0.1
99702026-02-26T17:30:04.706Z[ recovery-image] Feb 26 17:30:04.289 INFO E| Downloaded serde_spanned v0.6.8
99712026-02-26T17:30:04.706Z[ recovery-image] Feb 26 17:30:04.292 INFO E| Downloaded toml_write v0.1.1
99722026-02-26T17:30:04.706Z[ recovery-image] Feb 26 17:30:04.297 INFO E| Downloaded anstyle v1.0.10
99732026-02-26T17:30:04.706Z[ recovery-image] Feb 26 17:30:04.302 INFO E| Downloaded colorchoice v1.0.3
99742026-02-26T17:30:04.730Z[ recovery-image] Feb 26 17:30:04.303 INFO E| Downloaded clap_derive v4.5.32
99752026-02-26T17:30:04.730Z[ recovery-image] Feb 26 17:30:04.307 INFO E| Downloaded cc v1.2.20
99762026-02-26T17:30:04.730Z[ recovery-image] Feb 26 17:30:04.312 INFO E| Downloaded winnow v0.7.7
99772026-02-26T17:30:04.730Z[ recovery-image] Feb 26 17:30:04.325 INFO E| Downloaded clap_builder v4.5.37
99782026-02-26T17:30:04.755Z[ recovery-image] Feb 26 17:30:04.334 INFO E| Downloaded toml v0.8.22
99792026-02-26T17:30:04.781Z[ recovery-image] Feb 26 17:30:04.377 INFO E| Downloaded toml_edit v0.22.26
99802026-02-26T17:30:04.827Z[ recovery-image] Feb 26 17:30:04.423 INFO E| Downloaded clap v4.5.37
99812026-02-26T17:30:04.852Z[ recovery-image] Feb 26 17:30:04.436 INFO E| Downloaded anstyle-parse v0.2.6
99822026-02-26T17:30:04.852Z[ recovery-image] Feb 26 17:30:04.439 INFO E| Downloaded os_pipe v1.2.1
99832026-02-26T17:30:04.852Z[ recovery-image] Feb 26 17:30:04.441 INFO E| Downloaded duct v0.13.7
99842026-02-26T17:30:04.911Z[ recovery-image] Feb 26 17:30:04.506 INFO E| Compiling libc v0.2.172
99852026-02-26T17:30:04.911Z[ recovery-image] Feb 26 17:30:04.506 INFO E| Compiling utf8parse v0.2.2
99862026-02-26T17:30:04.911Z[ recovery-image] Feb 26 17:30:04.506 INFO E| Compiling anstyle-query v1.1.2
99872026-02-26T17:30:04.911Z[ recovery-image] Feb 26 17:30:04.506 INFO E| Compiling anstyle v1.0.10
99882026-02-26T17:30:04.911Z[ recovery-image] Feb 26 17:30:04.506 INFO E| Compiling is_terminal_polyfill v1.70.1
99892026-02-26T17:30:04.936Z[ recovery-image] Feb 26 17:30:04.507 INFO E| Compiling equivalent v1.0.2
99902026-02-26T17:30:04.936Z[ recovery-image] Feb 26 17:30:04.507 INFO E| Compiling shlex v1.3.0
99912026-02-26T17:30:04.936Z[ recovery-image] Feb 26 17:30:04.507 INFO E| Compiling syn v2.0.101
99922026-02-26T17:30:05.129Z[ host-image] Feb 26 17:30:04.724 INFO O| Feb 26 17:30:04.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99932026-02-26T17:30:05.129Z[ host-image] Feb 26 17:30:04.724 INFO O| Feb 26 17:30:04.724 INFO ok!
99942026-02-26T17:30:05.129Z[ host-image] Feb 26 17:30:04.724 INFO O| Feb 26 17:30:04.724 INFO STEP 84 (ensure_file) COMPLETE
99952026-02-26T17:30:05.153Z[ host-image] Feb 26 17:30:04.724 INFO O| Feb 26 17:30:04.724 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99962026-02-26T17:30:05.153Z[ host-image] Feb 26 17:30:04.740 INFO O| Feb 26 17:30:04.740 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99972026-02-26T17:30:05.154Z[ host-image] Feb 26 17:30:04.740 INFO O| Feb 26 17:30:04.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99982026-02-26T17:30:05.154Z[ host-image] Feb 26 17:30:04.740 INFO O| Feb 26 17:30:04.740 INFO STEP 85 (ensure_dir) COMPLETE
99992026-02-26T17:30:05.154Z[ host-image] Feb 26 17:30:04.740 INFO O| Feb 26 17:30:04.740 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100002026-02-26T17:30:05.178Z[ host-image] Feb 26 17:30:04.757 INFO O| Feb 26 17:30:04.757 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
100012026-02-26T17:30:05.178Z[ host-image] Feb 26 17:30:04.757 INFO O| Feb 26 17:30:04.757 INFO copying /tmp/.tmpVgPXRo/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 ...
100022026-02-26T17:30:05.178Z[ host-image] Feb 26 17:30:04.758 INFO O| Feb 26 17:30:04.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
100032026-02-26T17:30:05.178Z[ host-image] Feb 26 17:30:04.758 INFO O| Feb 26 17:30:04.757 INFO ok!
100042026-02-26T17:30:05.178Z[ host-image] Feb 26 17:30:04.758 INFO O| Feb 26 17:30:04.757 INFO STEP 86 (ensure_file) COMPLETE
100052026-02-26T17:30:05.178Z[ host-image] Feb 26 17:30:04.758 INFO O| Feb 26 17:30:04.758 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100062026-02-26T17:30:05.178Z[ recovery-image] Feb 26 17:30:04.764 INFO E| Compiling colorchoice v1.0.3
100072026-02-26T17:30:05.178Z[ recovery-image] Feb 26 17:30:04.772 INFO E| Compiling once_cell v1.21.3
100082026-02-26T17:30:05.203Z[ host-image] Feb 26 17:30:04.776 INFO O| Feb 26 17:30:04.776 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
100092026-02-26T17:30:05.203Z[ host-image] Feb 26 17:30:04.776 INFO O| Feb 26 17:30:04.776 INFO copying /tmp/.tmpVgPXRo/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 ...
100102026-02-26T17:30:05.203Z[ host-image] Feb 26 17:30:04.776 INFO O| Feb 26 17:30:04.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
100112026-02-26T17:30:05.203Z[ host-image] Feb 26 17:30:04.776 INFO O| Feb 26 17:30:04.776 INFO ok!
100122026-02-26T17:30:05.203Z[ host-image] Feb 26 17:30:04.776 INFO O| Feb 26 17:30:04.776 INFO STEP 87 (ensure_file) COMPLETE
100132026-02-26T17:30:05.203Z[ host-image] Feb 26 17:30:04.776 INFO O| Feb 26 17:30:04.776 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100142026-02-26T17:30:05.203Z[ recovery-image] Feb 26 17:30:04.787 INFO E| Compiling hashbrown v0.15.2
100152026-02-26T17:30:05.203Z[ host-image] Feb 26 17:30:04.794 INFO O| Feb 26 17:30:04.794 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
100162026-02-26T17:30:05.203Z[ host-image] Feb 26 17:30:04.794 INFO O| Feb 26 17:30:04.794 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
100172026-02-26T17:30:05.203Z[ host-image] Feb 26 17:30:04.795 INFO O| Feb 26 17:30:04.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
100182026-02-26T17:30:05.203Z[ host-image] Feb 26 17:30:04.795 INFO O| Feb 26 17:30:04.795 INFO ok!
100192026-02-26T17:30:05.203Z[ host-image] Feb 26 17:30:04.795 INFO O| Feb 26 17:30:04.795 INFO STEP 88 (ensure_file) COMPLETE
100202026-02-26T17:30:05.203Z[ host-image] Feb 26 17:30:04.795 INFO O| Feb 26 17:30:04.795 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100212026-02-26T17:30:05.228Z[ host-image] Feb 26 17:30:04.813 INFO O| Feb 26 17:30:04.813 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
100222026-02-26T17:30:05.228Z[ host-image] Feb 26 17:30:04.813 INFO O| Feb 26 17:30:04.813 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
100232026-02-26T17:30:05.228Z[ host-image] Feb 26 17:30:04.813 INFO O| Feb 26 17:30:04.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
100242026-02-26T17:30:05.228Z[ host-image] Feb 26 17:30:04.813 INFO O| Feb 26 17:30:04.813 INFO ok!
100252026-02-26T17:30:05.228Z[ host-image] Feb 26 17:30:04.813 INFO O| Feb 26 17:30:04.813 INFO STEP 89 (ensure_file) COMPLETE
100262026-02-26T17:30:05.228Z[ host-image] Feb 26 17:30:04.813 INFO O| Feb 26 17:30:04.813 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100272026-02-26T17:30:05.253Z[ host-image] Feb 26 17:30:04.830 INFO O| Feb 26 17:30:04.830 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
100282026-02-26T17:30:05.253Z[ host-image] Feb 26 17:30:04.830 INFO O| Feb 26 17:30:04.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
100292026-02-26T17:30:05.253Z[ host-image] Feb 26 17:30:04.830 INFO O| Feb 26 17:30:04.830 INFO STEP 90 (ensure_dir) COMPLETE
100302026-02-26T17:30:05.253Z[ host-image] Feb 26 17:30:04.830 INFO O| Feb 26 17:30:04.830 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100312026-02-26T17:30:05.253Z[ host-image] Feb 26 17:30:04.846 INFO O| Feb 26 17:30:04.846 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
100322026-02-26T17:30:05.253Z[ host-image] Feb 26 17:30:04.846 INFO O| Feb 26 17:30:04.846 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
100332026-02-26T17:30:05.316Z[ recovery-image] Feb 26 17:30:04.912 INFO E| Compiling anstyle-parse v0.2.6
100342026-02-26T17:30:05.666Z[ host-image] Feb 26 17:30:05.261 INFO O| Feb 26 17:30:05.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
100352026-02-26T17:30:05.666Z[ host-image] Feb 26 17:30:05.261 INFO O| Feb 26 17:30:05.261 INFO ok!
100362026-02-26T17:30:05.691Z[ host-image] Feb 26 17:30:05.261 INFO O| Feb 26 17:30:05.261 INFO STEP 91 (ensure_file) COMPLETE
100372026-02-26T17:30:05.691Z[ host-image] Feb 26 17:30:05.261 INFO O| Feb 26 17:30:05.261 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100382026-02-26T17:30:05.691Z[ host-image] Feb 26 17:30:05.277 INFO O| Feb 26 17:30:05.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
100392026-02-26T17:30:05.691Z[ host-image] Feb 26 17:30:05.278 INFO O| Feb 26 17:30:05.277 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
100402026-02-26T17:30:05.691Z[ host-image] Feb 26 17:30:05.278 INFO O| Feb 26 17:30:05.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
100412026-02-26T17:30:05.691Z[ host-image] Feb 26 17:30:05.278 INFO O| Feb 26 17:30:05.278 INFO ok!
100422026-02-26T17:30:05.691Z[ host-image] Feb 26 17:30:05.278 INFO O| Feb 26 17:30:05.278 INFO STEP 92 (ensure_file) COMPLETE
100432026-02-26T17:30:05.691Z[ host-image] Feb 26 17:30:05.278 INFO O| Feb 26 17:30:05.278 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100442026-02-26T17:30:05.717Z[ host-image] Feb 26 17:30:05.297 INFO O| Feb 26 17:30:05.297 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
100452026-02-26T17:30:05.717Z[ host-image] Feb 26 17:30:05.297 INFO O| Feb 26 17:30:05.297 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
100462026-02-26T17:30:05.717Z[ recovery-image] Feb 26 17:30:05.298 INFO E| Compiling cc v1.2.20
100472026-02-26T17:30:05.743Z[ recovery-image] Feb 26 17:30:05.317 INFO E| Compiling strsim v0.11.1
100482026-02-26T17:30:05.930Z[ recovery-image] Feb 26 17:30:05.523 INFO E| Compiling anyhow v1.0.98
100492026-02-26T17:30:06.153Z[ recovery-image] Feb 26 17:30:05.748 INFO E| Compiling anstream v0.6.18
100502026-02-26T17:30:06.317Z[ recovery-image] Feb 26 17:30:05.912 INFO E| Compiling clap_lex v0.7.4
100512026-02-26T17:30:06.694Z[ recovery-image] Feb 26 17:30:06.290 INFO E| Compiling winnow v0.7.7
100522026-02-26T17:30:07.164Z[ recovery-image] Feb 26 17:30:06.759 INFO E| Compiling toml_write v0.1.1
100532026-02-26T17:30:07.188Z[ recovery-image] Feb 26 17:30:06.783 INFO E| Compiling clap_builder v4.5.37
100542026-02-26T17:30:07.551Z[ recovery-image] Feb 26 17:30:07.124 INFO E| Compiling shared_child v1.0.1
100552026-02-26T17:30:07.592Z[ recovery-image] Feb 26 17:30:07.187 INFO E| Compiling os_pipe v1.2.1
100562026-02-26T17:30:07.712Z[ recovery-image] Feb 26 17:30:07.306 INFO E| Compiling indexmap v2.9.0
100572026-02-26T17:30:08.015Z[ recovery-image] Feb 26 17:30:07.611 INFO E| Compiling duct v0.13.7
100582026-02-26T17:30:08.857Z[ host-image] Feb 26 17:30:08.453 INFO O| Feb 26 17:30:08.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
100592026-02-26T17:30:08.857Z[ host-image] Feb 26 17:30:08.453 INFO O| Feb 26 17:30:08.453 INFO ok!
100602026-02-26T17:30:08.857Z[ host-image] Feb 26 17:30:08.453 INFO O| Feb 26 17:30:08.453 INFO STEP 93 (ensure_file) COMPLETE
100612026-02-26T17:30:08.883Z[ host-image] Feb 26 17:30:08.453 INFO O| Feb 26 17:30:08.453 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100622026-02-26T17:30:08.883Z[ host-image] Feb 26 17:30:08.469 INFO O| Feb 26 17:30:08.469 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100632026-02-26T17:30:08.883Z[ host-image] Feb 26 17:30:08.469 INFO O| Feb 26 17:30:08.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100642026-02-26T17:30:08.883Z[ host-image] Feb 26 17:30:08.469 INFO O| Feb 26 17:30:08.469 INFO STEP 94 (ensure_dir) COMPLETE
100652026-02-26T17:30:08.883Z[ host-image] Feb 26 17:30:08.469 INFO O| Feb 26 17:30:08.469 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100662026-02-26T17:30:08.909Z[ host-image] Feb 26 17:30:08.490 INFO O| Feb 26 17:30:08.489 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100672026-02-26T17:30:08.909Z[ host-image] Feb 26 17:30:08.490 INFO O| Feb 26 17:30:08.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100682026-02-26T17:30:08.909Z[ host-image] Feb 26 17:30:08.490 INFO O| Feb 26 17:30:08.490 INFO STEP 95 (ensure_dir) COMPLETE
100692026-02-26T17:30:08.909Z[ host-image] Feb 26 17:30:08.490 INFO O| Feb 26 17:30:08.490 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100702026-02-26T17:30:08.935Z[ host-image] Feb 26 17:30:08.505 INFO O| Feb 26 17:30:08.505 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100712026-02-26T17:30:08.935Z[ host-image] Feb 26 17:30:08.505 INFO O| Feb 26 17:30:08.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100722026-02-26T17:30:08.935Z[ host-image] Feb 26 17:30:08.505 INFO O| Feb 26 17:30:08.505 INFO STEP 96 (ensure_dir) COMPLETE
100732026-02-26T17:30:08.935Z[ host-image] Feb 26 17:30:08.505 INFO O| Feb 26 17:30:08.505 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100742026-02-26T17:30:08.935Z[ host-image] Feb 26 17:30:08.519 INFO O| Feb 26 17:30:08.519 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100752026-02-26T17:30:08.935Z[ host-image] Feb 26 17:30:08.519 INFO O| Feb 26 17:30:08.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100762026-02-26T17:30:08.935Z[ host-image] Feb 26 17:30:08.519 INFO O| Feb 26 17:30:08.519 INFO STEP 97 (ensure_dir) COMPLETE
100772026-02-26T17:30:08.935Z[ host-image] Feb 26 17:30:08.519 INFO O| Feb 26 17:30:08.519 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100782026-02-26T17:30:08.961Z[ host-image] Feb 26 17:30:08.532 INFO O| Feb 26 17:30:08.532 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100792026-02-26T17:30:08.961Z[ host-image] Feb 26 17:30:08.532 INFO O| Feb 26 17:30:08.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100802026-02-26T17:30:08.961Z[ host-image] Feb 26 17:30:08.532 INFO O| Feb 26 17:30:08.532 INFO STEP 98 (ensure_dir) COMPLETE
100812026-02-26T17:30:08.961Z[ host-image] Feb 26 17:30:08.532 INFO O| Feb 26 17:30:08.532 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100822026-02-26T17:30:08.961Z[ host-image] Feb 26 17:30:08.552 INFO O| Feb 26 17:30:08.552 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
100832026-02-26T17:30:08.961Z[ host-image] Feb 26 17:30:08.552 INFO O| Feb 26 17:30:08.552 INFO copying /tmp/.tmpVgPXRo/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 ...
100842026-02-26T17:30:08.961Z[ host-image] Feb 26 17:30:08.552 INFO O| Feb 26 17:30:08.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
100852026-02-26T17:30:08.961Z[ host-image] Feb 26 17:30:08.552 INFO O| Feb 26 17:30:08.552 INFO ok!
100862026-02-26T17:30:08.961Z[ host-image] Feb 26 17:30:08.552 INFO O| Feb 26 17:30:08.552 INFO STEP 99 (ensure_file) COMPLETE
100872026-02-26T17:30:08.961Z[ host-image] Feb 26 17:30:08.552 INFO O| Feb 26 17:30:08.552 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100882026-02-26T17:30:08.989Z[ host-image] Feb 26 17:30:08.566 INFO O| Feb 26 17:30:08.566 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100892026-02-26T17:30:08.989Z[ host-image] Feb 26 17:30:08.566 INFO O| Feb 26 17:30:08.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100902026-02-26T17:30:08.990Z[ host-image] Feb 26 17:30:08.566 INFO O| Feb 26 17:30:08.566 INFO STEP 100 (ensure_dir) COMPLETE
100912026-02-26T17:30:08.990Z[ host-image] Feb 26 17:30:08.566 INFO O| Feb 26 17:30:08.566 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100922026-02-26T17:30:08.990Z[ host-image] Feb 26 17:30:08.580 INFO O| Feb 26 17:30:08.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
100932026-02-26T17:30:08.990Z[ host-image] Feb 26 17:30:08.580 INFO O| Feb 26 17:30:08.580 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
100942026-02-26T17:30:09.578Z[ host-image] Feb 26 17:30:09.174 INFO O| Feb 26 17:30:09.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
100952026-02-26T17:30:09.578Z[ host-image] Feb 26 17:30:09.174 INFO O| Feb 26 17:30:09.174 INFO ok!
100962026-02-26T17:30:09.605Z[ host-image] Feb 26 17:30:09.174 INFO O| Feb 26 17:30:09.174 INFO STEP 101 (ensure_file) COMPLETE
100972026-02-26T17:30:09.605Z[ host-image] Feb 26 17:30:09.174 INFO O| Feb 26 17:30:09.174 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100982026-02-26T17:30:09.605Z[ host-image] Feb 26 17:30:09.189 INFO O| Feb 26 17:30:09.189 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
100992026-02-26T17:30:09.605Z[ host-image] Feb 26 17:30:09.189 INFO O| Feb 26 17:30:09.189 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
101002026-02-26T17:30:09.605Z[ host-image] Feb 26 17:30:09.189 INFO O| Feb 26 17:30:09.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
101012026-02-26T17:30:09.605Z[ host-image] Feb 26 17:30:09.189 INFO O| Feb 26 17:30:09.189 INFO ok!
101022026-02-26T17:30:09.605Z[ host-image] Feb 26 17:30:09.189 INFO O| Feb 26 17:30:09.189 INFO STEP 102 (ensure_file) COMPLETE
101032026-02-26T17:30:09.605Z[ host-image] Feb 26 17:30:09.189 INFO O| Feb 26 17:30:09.189 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101042026-02-26T17:30:09.631Z[ host-image] Feb 26 17:30:09.206 INFO O| Feb 26 17:30:09.206 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
101052026-02-26T17:30:09.631Z[ host-image] Feb 26 17:30:09.206 INFO O| Feb 26 17:30:09.206 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
101062026-02-26T17:30:09.657Z[ host-image] Feb 26 17:30:09.226 INFO O| Feb 26 17:30:09.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
101072026-02-26T17:30:09.657Z[ host-image] Feb 26 17:30:09.226 INFO O| Feb 26 17:30:09.226 INFO ok!
101082026-02-26T17:30:09.657Z[ host-image] Feb 26 17:30:09.226 INFO O| Feb 26 17:30:09.226 INFO STEP 103 (ensure_file) COMPLETE
101092026-02-26T17:30:09.657Z[ host-image] Feb 26 17:30:09.226 INFO O| Feb 26 17:30:09.226 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101102026-02-26T17:30:09.657Z[ host-image] Feb 26 17:30:09.243 INFO O| Feb 26 17:30:09.243 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
101112026-02-26T17:30:09.657Z[ host-image] Feb 26 17:30:09.243 INFO O| Feb 26 17:30:09.243 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
101122026-02-26T17:30:09.657Z[ host-image] Feb 26 17:30:09.243 INFO O| Feb 26 17:30:09.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
101132026-02-26T17:30:09.657Z[ host-image] Feb 26 17:30:09.243 INFO O| Feb 26 17:30:09.243 INFO ok!
101142026-02-26T17:30:09.657Z[ host-image] Feb 26 17:30:09.243 INFO O| Feb 26 17:30:09.243 INFO STEP 104 (ensure_file) COMPLETE
101152026-02-26T17:30:09.657Z[ host-image] Feb 26 17:30:09.243 INFO O| Feb 26 17:30:09.243 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101162026-02-26T17:30:09.682Z[ host-image] Feb 26 17:30:09.260 INFO O| Feb 26 17:30:09.260 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
101172026-02-26T17:30:09.682Z[ host-image] Feb 26 17:30:09.260 INFO O| Feb 26 17:30:09.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
101182026-02-26T17:30:09.682Z[ host-image] Feb 26 17:30:09.260 INFO O| Feb 26 17:30:09.260 INFO STEP 105 (ensure_dir) COMPLETE
101192026-02-26T17:30:09.682Z[ host-image] Feb 26 17:30:09.260 INFO O| Feb 26 17:30:09.260 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101202026-02-26T17:30:09.708Z[ host-image] Feb 26 17:30:09.278 INFO O| Feb 26 17:30:09.278 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
101212026-02-26T17:30:09.708Z[ host-image] Feb 26 17:30:09.278 INFO O| Feb 26 17:30:09.278 INFO copying /tmp/.tmpVgPXRo/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 ...
101222026-02-26T17:30:10.163Z[ recovery-image] Feb 26 17:30:09.757 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
101232026-02-26T17:30:10.454Z[ host-image] Feb 26 17:30:10.050 INFO O| Feb 26 17:30:10.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
101242026-02-26T17:30:10.479Z[ host-image] Feb 26 17:30:10.050 INFO O| Feb 26 17:30:10.050 INFO ok!
101252026-02-26T17:30:10.479Z[ host-image] Feb 26 17:30:10.050 INFO O| Feb 26 17:30:10.050 INFO STEP 106 (ensure_file) COMPLETE
101262026-02-26T17:30:10.480Z[ host-image] Feb 26 17:30:10.050 INFO O| Feb 26 17:30:10.050 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101272026-02-26T17:30:10.480Z[ host-image] Feb 26 17:30:10.074 INFO O| Feb 26 17:30:10.073 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
101282026-02-26T17:30:10.480Z[ host-image] Feb 26 17:30:10.074 INFO O| Feb 26 17:30:10.073 INFO copying /tmp/.tmpVgPXRo/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 ...
101292026-02-26T17:30:10.480Z[ host-image] Feb 26 17:30:10.074 INFO O| Feb 26 17:30:10.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
101302026-02-26T17:30:10.480Z[ host-image] Feb 26 17:30:10.074 INFO O| Feb 26 17:30:10.074 INFO ok!
101312026-02-26T17:30:10.480Z[ host-image] Feb 26 17:30:10.074 INFO O| Feb 26 17:30:10.074 INFO STEP 107 (ensure_file) COMPLETE
101322026-02-26T17:30:10.480Z[ host-image] Feb 26 17:30:10.074 INFO O| Feb 26 17:30:10.074 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101332026-02-26T17:30:10.505Z[ host-image] Feb 26 17:30:10.089 INFO O| Feb 26 17:30:10.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
101342026-02-26T17:30:10.505Z[ host-image] Feb 26 17:30:10.089 INFO O| Feb 26 17:30:10.089 INFO copying /tmp/.tmpVgPXRo/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 ...
101352026-02-26T17:30:10.505Z[ host-image] Feb 26 17:30:10.089 INFO O| Feb 26 17:30:10.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
101362026-02-26T17:30:10.505Z[ host-image] Feb 26 17:30:10.089 INFO O| Feb 26 17:30:10.089 INFO ok!
101372026-02-26T17:30:10.505Z[ host-image] Feb 26 17:30:10.089 INFO O| Feb 26 17:30:10.089 INFO STEP 108 (ensure_file) COMPLETE
101382026-02-26T17:30:10.505Z[ host-image] Feb 26 17:30:10.089 INFO O| Feb 26 17:30:10.089 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101392026-02-26T17:30:10.530Z[ host-image] Feb 26 17:30:10.106 INFO O| Feb 26 17:30:10.105 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
101402026-02-26T17:30:10.530Z[ host-image] Feb 26 17:30:10.106 INFO O| Feb 26 17:30:10.105 INFO copying /tmp/.tmpVgPXRo/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 ...
101412026-02-26T17:30:10.530Z[ host-image] Feb 26 17:30:10.106 INFO O| Feb 26 17:30:10.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
101422026-02-26T17:30:10.530Z[ host-image] Feb 26 17:30:10.106 INFO O| Feb 26 17:30:10.106 INFO ok!
101432026-02-26T17:30:10.530Z[ host-image] Feb 26 17:30:10.106 INFO O| Feb 26 17:30:10.106 INFO STEP 109 (ensure_file) COMPLETE
101442026-02-26T17:30:10.530Z[ host-image] Feb 26 17:30:10.106 INFO O| Feb 26 17:30:10.106 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452026-02-26T17:30:10.530Z[ host-image] Feb 26 17:30:10.125 INFO O| Feb 26 17:30:10.125 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
101462026-02-26T17:30:10.530Z[ host-image] Feb 26 17:30:10.125 INFO O| Feb 26 17:30:10.125 INFO copying /tmp/.tmpVgPXRo/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 ...
101472026-02-26T17:30:10.531Z[ host-image] Feb 26 17:30:10.125 INFO O| Feb 26 17:30:10.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
101482026-02-26T17:30:10.531Z[ host-image] Feb 26 17:30:10.125 INFO O| Feb 26 17:30:10.125 INFO ok!
101492026-02-26T17:30:10.531Z[ host-image] Feb 26 17:30:10.125 INFO O| Feb 26 17:30:10.125 INFO STEP 110 (ensure_file) COMPLETE
101502026-02-26T17:30:10.531Z[ host-image] Feb 26 17:30:10.125 INFO O| Feb 26 17:30:10.125 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-02-26T17:30:10.555Z[ host-image] Feb 26 17:30:10.144 INFO O| Feb 26 17:30:10.144 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
101522026-02-26T17:30:10.555Z[ host-image] Feb 26 17:30:10.144 INFO O| Feb 26 17:30:10.144 INFO copying /tmp/.tmpVgPXRo/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 ...
101532026-02-26T17:30:10.555Z[ host-image] Feb 26 17:30:10.145 INFO O| Feb 26 17:30:10.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
101542026-02-26T17:30:10.555Z[ host-image] Feb 26 17:30:10.145 INFO O| Feb 26 17:30:10.144 INFO ok!
101552026-02-26T17:30:10.556Z[ host-image] Feb 26 17:30:10.145 INFO O| Feb 26 17:30:10.145 INFO STEP 111 (ensure_file) COMPLETE
101562026-02-26T17:30:10.556Z[ host-image] Feb 26 17:30:10.145 INFO O| Feb 26 17:30:10.145 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-02-26T17:30:10.583Z[ host-image] Feb 26 17:30:10.164 INFO O| Feb 26 17:30:10.164 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
101582026-02-26T17:30:10.583Z[ host-image] Feb 26 17:30:10.164 INFO O| Feb 26 17:30:10.164 INFO copying /tmp/.tmpVgPXRo/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 ...
101592026-02-26T17:30:10.583Z[ host-image] Feb 26 17:30:10.165 INFO O| Feb 26 17:30:10.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
101602026-02-26T17:30:10.583Z[ host-image] Feb 26 17:30:10.165 INFO O| Feb 26 17:30:10.165 INFO ok!
101612026-02-26T17:30:10.583Z[ host-image] Feb 26 17:30:10.165 INFO O| Feb 26 17:30:10.165 INFO STEP 112 (ensure_file) COMPLETE
101622026-02-26T17:30:10.583Z[ host-image] Feb 26 17:30:10.165 INFO O| Feb 26 17:30:10.165 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-02-26T17:30:10.633Z[ host-image] Feb 26 17:30:10.180 INFO O| Feb 26 17:30:10.179 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
101642026-02-26T17:30:10.633Z[ host-image] Feb 26 17:30:10.180 INFO O| Feb 26 17:30:10.180 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
101652026-02-26T17:30:10.633Z[ host-image] Feb 26 17:30:10.180 INFO O| Feb 26 17:30:10.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
101662026-02-26T17:30:10.633Z[ host-image] Feb 26 17:30:10.180 INFO O| Feb 26 17:30:10.180 INFO ok!
101672026-02-26T17:30:10.633Z[ host-image] Feb 26 17:30:10.180 INFO O| Feb 26 17:30:10.180 INFO STEP 113 (ensure_file) COMPLETE
101682026-02-26T17:30:10.633Z[ host-image] Feb 26 17:30:10.180 INFO O| Feb 26 17:30:10.180 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-02-26T17:30:10.633Z[ host-image] Feb 26 17:30:10.199 INFO O| Feb 26 17:30:10.199 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
101702026-02-26T17:30:10.633Z[ host-image] Feb 26 17:30:10.199 INFO O| Feb 26 17:30:10.199 INFO copying /tmp/.tmpVgPXRo/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 ...
101712026-02-26T17:30:10.633Z[ host-image] Feb 26 17:30:10.199 INFO O| Feb 26 17:30:10.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
101722026-02-26T17:30:10.633Z[ host-image] Feb 26 17:30:10.199 INFO O| Feb 26 17:30:10.199 INFO ok!
101732026-02-26T17:30:10.633Z[ host-image] Feb 26 17:30:10.199 INFO O| Feb 26 17:30:10.199 INFO STEP 114 (ensure_file) COMPLETE
101742026-02-26T17:30:10.633Z[ host-image] Feb 26 17:30:10.199 INFO O| Feb 26 17:30:10.199 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-02-26T17:30:10.661Z[ host-image] Feb 26 17:30:10.216 INFO O| Feb 26 17:30:10.216 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
101762026-02-26T17:30:10.661Z[ host-image] Feb 26 17:30:10.217 INFO O| Feb 26 17:30:10.216 INFO copying /tmp/.tmpVgPXRo/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 ...
101772026-02-26T17:30:10.661Z[ host-image] Feb 26 17:30:10.217 INFO O| Feb 26 17:30:10.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
101782026-02-26T17:30:10.661Z[ host-image] Feb 26 17:30:10.217 INFO O| Feb 26 17:30:10.217 INFO ok!
101792026-02-26T17:30:10.662Z[ host-image] Feb 26 17:30:10.217 INFO O| Feb 26 17:30:10.217 INFO STEP 115 (ensure_file) COMPLETE
101802026-02-26T17:30:10.662Z[ host-image] Feb 26 17:30:10.217 INFO O| Feb 26 17:30:10.217 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-02-26T17:30:10.662Z[ host-image] Feb 26 17:30:10.233 INFO O| Feb 26 17:30:10.233 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
101822026-02-26T17:30:10.662Z[ host-image] Feb 26 17:30:10.233 INFO O| Feb 26 17:30:10.233 INFO copying /tmp/.tmpVgPXRo/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 ...
101832026-02-26T17:30:10.662Z[ host-image] Feb 26 17:30:10.233 INFO O| Feb 26 17:30:10.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
101842026-02-26T17:30:10.662Z[ host-image] Feb 26 17:30:10.233 INFO O| Feb 26 17:30:10.233 INFO ok!
101852026-02-26T17:30:10.662Z[ host-image] Feb 26 17:30:10.233 INFO O| Feb 26 17:30:10.233 INFO STEP 116 (ensure_file) COMPLETE
101862026-02-26T17:30:10.662Z[ host-image] Feb 26 17:30:10.233 INFO O| Feb 26 17:30:10.233 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-02-26T17:30:10.662Z[ host-image] Feb 26 17:30:10.252 INFO O| Feb 26 17:30:10.252 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
101882026-02-26T17:30:10.662Z[ host-image] Feb 26 17:30:10.252 INFO O| Feb 26 17:30:10.252 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
101892026-02-26T17:30:10.662Z[ host-image] Feb 26 17:30:10.252 INFO O| Feb 26 17:30:10.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
101902026-02-26T17:30:10.662Z[ host-image] Feb 26 17:30:10.252 INFO O| Feb 26 17:30:10.252 INFO ok!
101912026-02-26T17:30:10.662Z[ host-image] Feb 26 17:30:10.252 INFO O| Feb 26 17:30:10.252 INFO STEP 117 (ensure_file) COMPLETE
101922026-02-26T17:30:10.662Z[ host-image] Feb 26 17:30:10.252 INFO O| Feb 26 17:30:10.252 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-02-26T17:30:10.687Z[ host-image] Feb 26 17:30:10.268 INFO O| Feb 26 17:30:10.268 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
101942026-02-26T17:30:10.687Z[ host-image] Feb 26 17:30:10.269 INFO O| Feb 26 17:30:10.268 INFO copying /tmp/.tmpVgPXRo/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 ...
101952026-02-26T17:30:10.688Z[ host-image] Feb 26 17:30:10.269 INFO O| Feb 26 17:30:10.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
101962026-02-26T17:30:10.688Z[ host-image] Feb 26 17:30:10.269 INFO O| Feb 26 17:30:10.269 INFO ok!
101972026-02-26T17:30:10.688Z[ host-image] Feb 26 17:30:10.269 INFO O| Feb 26 17:30:10.269 INFO STEP 118 (ensure_file) COMPLETE
101982026-02-26T17:30:10.688Z[ host-image] Feb 26 17:30:10.269 INFO O| Feb 26 17:30:10.269 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992026-02-26T17:30:10.716Z[ host-image] Feb 26 17:30:10.287 INFO O| Feb 26 17:30:10.287 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
102002026-02-26T17:30:10.716Z[ host-image] Feb 26 17:30:10.287 INFO O| Feb 26 17:30:10.287 INFO copying /tmp/.tmpVgPXRo/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 ...
102012026-02-26T17:30:10.716Z[ host-image] Feb 26 17:30:10.287 INFO O| Feb 26 17:30:10.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
102022026-02-26T17:30:10.716Z[ host-image] Feb 26 17:30:10.287 INFO O| Feb 26 17:30:10.287 INFO ok!
102032026-02-26T17:30:10.716Z[ host-image] Feb 26 17:30:10.287 INFO O| Feb 26 17:30:10.287 INFO STEP 119 (ensure_file) COMPLETE
102042026-02-26T17:30:10.716Z[ host-image] Feb 26 17:30:10.287 INFO O| Feb 26 17:30:10.287 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-02-26T17:30:10.716Z[ host-image] Feb 26 17:30:10.306 INFO O| Feb 26 17:30:10.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
102062026-02-26T17:30:10.716Z[ host-image] Feb 26 17:30:10.307 INFO O| Feb 26 17:30:10.306 INFO copying /tmp/.tmpVgPXRo/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 ...
102072026-02-26T17:30:10.716Z[ host-image] Feb 26 17:30:10.307 INFO O| Feb 26 17:30:10.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
102082026-02-26T17:30:10.716Z[ host-image] Feb 26 17:30:10.307 INFO O| Feb 26 17:30:10.307 INFO ok!
102092026-02-26T17:30:10.716Z[ host-image] Feb 26 17:30:10.307 INFO O| Feb 26 17:30:10.307 INFO STEP 120 (ensure_file) COMPLETE
102102026-02-26T17:30:10.716Z[ host-image] Feb 26 17:30:10.307 INFO O| Feb 26 17:30:10.307 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-02-26T17:30:10.747Z[ host-image] Feb 26 17:30:10.322 INFO O| Feb 26 17:30:10.322 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
102122026-02-26T17:30:10.747Z[ host-image] Feb 26 17:30:10.322 INFO O| Feb 26 17:30:10.322 INFO copying /tmp/.tmpVgPXRo/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 ...
102132026-02-26T17:30:10.748Z[ host-image] Feb 26 17:30:10.322 INFO O| Feb 26 17:30:10.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
102142026-02-26T17:30:10.748Z[ host-image] Feb 26 17:30:10.322 INFO O| Feb 26 17:30:10.322 INFO ok!
102152026-02-26T17:30:10.748Z[ host-image] Feb 26 17:30:10.322 INFO O| Feb 26 17:30:10.322 INFO STEP 121 (ensure_file) COMPLETE
102162026-02-26T17:30:10.748Z[ host-image] Feb 26 17:30:10.322 INFO O| Feb 26 17:30:10.322 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-02-26T17:30:10.748Z[ host-image] Feb 26 17:30:10.336 INFO O| Feb 26 17:30:10.336 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
102182026-02-26T17:30:10.748Z[ host-image] Feb 26 17:30:10.336 INFO O| Feb 26 17:30:10.336 INFO copying /tmp/.tmpVgPXRo/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 ...
102192026-02-26T17:30:10.748Z[ host-image] Feb 26 17:30:10.336 INFO O| Feb 26 17:30:10.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
102202026-02-26T17:30:10.748Z[ host-image] Feb 26 17:30:10.336 INFO O| Feb 26 17:30:10.336 INFO ok!
102212026-02-26T17:30:10.748Z[ host-image] Feb 26 17:30:10.336 INFO O| Feb 26 17:30:10.336 INFO STEP 122 (ensure_file) COMPLETE
102222026-02-26T17:30:10.748Z[ host-image] Feb 26 17:30:10.336 INFO O| Feb 26 17:30:10.336 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-02-26T17:30:10.775Z[ host-image] Feb 26 17:30:10.353 INFO O| Feb 26 17:30:10.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
102242026-02-26T17:30:10.775Z[ host-image] Feb 26 17:30:10.353 INFO O| Feb 26 17:30:10.353 INFO copying /tmp/.tmpVgPXRo/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 ...
102252026-02-26T17:30:10.775Z[ host-image] Feb 26 17:30:10.353 INFO O| Feb 26 17:30:10.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
102262026-02-26T17:30:10.776Z[ host-image] Feb 26 17:30:10.353 INFO O| Feb 26 17:30:10.353 INFO ok!
102272026-02-26T17:30:10.776Z[ host-image] Feb 26 17:30:10.353 INFO O| Feb 26 17:30:10.353 INFO STEP 123 (ensure_file) COMPLETE
102282026-02-26T17:30:10.776Z[ host-image] Feb 26 17:30:10.353 INFO O| Feb 26 17:30:10.353 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-02-26T17:30:10.776Z[ host-image] Feb 26 17:30:10.371 INFO O| Feb 26 17:30:10.371 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
102302026-02-26T17:30:10.776Z[ host-image] Feb 26 17:30:10.371 INFO O| Feb 26 17:30:10.371 INFO copying /tmp/.tmpVgPXRo/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 ...
102312026-02-26T17:30:10.776Z[ host-image] Feb 26 17:30:10.371 INFO O| Feb 26 17:30:10.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
102322026-02-26T17:30:10.776Z[ host-image] Feb 26 17:30:10.371 INFO O| Feb 26 17:30:10.371 INFO ok!
102332026-02-26T17:30:10.776Z[ host-image] Feb 26 17:30:10.371 INFO O| Feb 26 17:30:10.371 INFO STEP 124 (ensure_file) COMPLETE
102342026-02-26T17:30:10.801Z[ host-image] Feb 26 17:30:10.371 INFO O| Feb 26 17:30:10.371 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352026-02-26T17:30:10.801Z[ host-image] Feb 26 17:30:10.388 INFO O| Feb 26 17:30:10.388 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
102362026-02-26T17:30:10.801Z[ host-image] Feb 26 17:30:10.388 INFO O| Feb 26 17:30:10.388 INFO copying /tmp/.tmpVgPXRo/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 ...
102372026-02-26T17:30:10.801Z[ host-image] Feb 26 17:30:10.388 INFO O| Feb 26 17:30:10.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
102382026-02-26T17:30:10.801Z[ host-image] Feb 26 17:30:10.388 INFO O| Feb 26 17:30:10.388 INFO ok!
102392026-02-26T17:30:10.801Z[ host-image] Feb 26 17:30:10.388 INFO O| Feb 26 17:30:10.388 INFO STEP 125 (ensure_file) COMPLETE
102402026-02-26T17:30:10.801Z[ host-image] Feb 26 17:30:10.388 INFO O| Feb 26 17:30:10.388 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-02-26T17:30:10.826Z[ host-image] Feb 26 17:30:10.404 INFO O| Feb 26 17:30:10.404 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
102422026-02-26T17:30:10.826Z[ host-image] Feb 26 17:30:10.404 INFO O| Feb 26 17:30:10.404 INFO copying /tmp/.tmpVgPXRo/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 ...
102432026-02-26T17:30:10.826Z[ host-image] Feb 26 17:30:10.404 INFO O| Feb 26 17:30:10.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
102442026-02-26T17:30:10.826Z[ host-image] Feb 26 17:30:10.404 INFO O| Feb 26 17:30:10.404 INFO ok!
102452026-02-26T17:30:10.826Z[ host-image] Feb 26 17:30:10.404 INFO O| Feb 26 17:30:10.404 INFO STEP 126 (ensure_file) COMPLETE
102462026-02-26T17:30:10.826Z[ host-image] Feb 26 17:30:10.404 INFO O| Feb 26 17:30:10.404 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-02-26T17:30:10.826Z[ host-image] Feb 26 17:30:10.419 INFO O| Feb 26 17:30:10.419 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
102482026-02-26T17:30:10.826Z[ host-image] Feb 26 17:30:10.419 INFO O| Feb 26 17:30:10.419 INFO copying /tmp/.tmpVgPXRo/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 ...
102492026-02-26T17:30:10.827Z[ host-image] Feb 26 17:30:10.419 INFO O| Feb 26 17:30:10.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
102502026-02-26T17:30:10.827Z[ host-image] Feb 26 17:30:10.419 INFO O| Feb 26 17:30:10.419 INFO ok!
102512026-02-26T17:30:10.827Z[ host-image] Feb 26 17:30:10.419 INFO O| Feb 26 17:30:10.419 INFO STEP 127 (ensure_file) COMPLETE
102522026-02-26T17:30:10.827Z[ host-image] Feb 26 17:30:10.419 INFO O| Feb 26 17:30:10.419 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-02-26T17:30:10.852Z[ host-image] Feb 26 17:30:10.440 INFO O| Feb 26 17:30:10.440 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
102542026-02-26T17:30:10.852Z[ host-image] Feb 26 17:30:10.440 INFO O| Feb 26 17:30:10.440 INFO copying /tmp/.tmpVgPXRo/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 ...
102552026-02-26T17:30:10.852Z[ host-image] Feb 26 17:30:10.440 INFO O| Feb 26 17:30:10.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
102562026-02-26T17:30:10.852Z[ host-image] Feb 26 17:30:10.440 INFO O| Feb 26 17:30:10.440 INFO ok!
102572026-02-26T17:30:10.852Z[ host-image] Feb 26 17:30:10.440 INFO O| Feb 26 17:30:10.440 INFO STEP 128 (ensure_file) COMPLETE
102582026-02-26T17:30:10.852Z[ host-image] Feb 26 17:30:10.440 INFO O| Feb 26 17:30:10.440 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-02-26T17:30:10.877Z[ host-image] Feb 26 17:30:10.463 INFO O| Feb 26 17:30:10.463 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
102602026-02-26T17:30:10.878Z[ host-image] Feb 26 17:30:10.463 INFO O| Feb 26 17:30:10.463 INFO copying /tmp/.tmpVgPXRo/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 ...
102612026-02-26T17:30:10.878Z[ host-image] Feb 26 17:30:10.463 INFO O| Feb 26 17:30:10.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
102622026-02-26T17:30:10.878Z[ host-image] Feb 26 17:30:10.463 INFO O| Feb 26 17:30:10.463 INFO ok!
102632026-02-26T17:30:10.878Z[ host-image] Feb 26 17:30:10.463 INFO O| Feb 26 17:30:10.463 INFO STEP 129 (ensure_file) COMPLETE
102642026-02-26T17:30:10.878Z[ host-image] Feb 26 17:30:10.463 INFO O| Feb 26 17:30:10.463 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102652026-02-26T17:30:10.907Z[ host-image] Feb 26 17:30:10.482 INFO O| Feb 26 17:30:10.482 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
102662026-02-26T17:30:10.907Z[ host-image] Feb 26 17:30:10.482 INFO O| Feb 26 17:30:10.482 INFO copying /tmp/.tmpVgPXRo/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 ...
102672026-02-26T17:30:10.907Z[ host-image] Feb 26 17:30:10.482 INFO O| Feb 26 17:30:10.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
102682026-02-26T17:30:10.908Z[ host-image] Feb 26 17:30:10.482 INFO O| Feb 26 17:30:10.482 INFO ok!
102692026-02-26T17:30:10.908Z[ host-image] Feb 26 17:30:10.482 INFO O| Feb 26 17:30:10.482 INFO STEP 130 (ensure_file) COMPLETE
102702026-02-26T17:30:10.908Z[ host-image] Feb 26 17:30:10.482 INFO O| Feb 26 17:30:10.482 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-02-26T17:30:10.932Z[ host-image] Feb 26 17:30:10.501 INFO O| Feb 26 17:30:10.501 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
102722026-02-26T17:30:10.933Z[ host-image] Feb 26 17:30:10.501 INFO O| Feb 26 17:30:10.501 INFO copying /tmp/.tmpVgPXRo/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 ...
102732026-02-26T17:30:10.933Z[ host-image] Feb 26 17:30:10.501 INFO O| Feb 26 17:30:10.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
102742026-02-26T17:30:10.933Z[ host-image] Feb 26 17:30:10.501 INFO O| Feb 26 17:30:10.501 INFO ok!
102752026-02-26T17:30:10.933Z[ host-image] Feb 26 17:30:10.501 INFO O| Feb 26 17:30:10.501 INFO STEP 131 (ensure_file) COMPLETE
102762026-02-26T17:30:10.933Z[ host-image] Feb 26 17:30:10.501 INFO O| Feb 26 17:30:10.501 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-02-26T17:30:10.933Z[ host-image] Feb 26 17:30:10.517 INFO O| Feb 26 17:30:10.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
102782026-02-26T17:30:10.933Z[ host-image] Feb 26 17:30:10.517 INFO O| Feb 26 17:30:10.517 INFO copying /tmp/.tmpVgPXRo/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 ...
102792026-02-26T17:30:10.933Z[ host-image] Feb 26 17:30:10.517 INFO O| Feb 26 17:30:10.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
102802026-02-26T17:30:10.933Z[ host-image] Feb 26 17:30:10.517 INFO O| Feb 26 17:30:10.517 INFO ok!
102812026-02-26T17:30:10.933Z[ host-image] Feb 26 17:30:10.517 INFO O| Feb 26 17:30:10.517 INFO STEP 132 (ensure_file) COMPLETE
102822026-02-26T17:30:10.933Z[ host-image] Feb 26 17:30:10.517 INFO O| Feb 26 17:30:10.517 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-02-26T17:30:10.959Z[ host-image] Feb 26 17:30:10.534 INFO O| Feb 26 17:30:10.534 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
102842026-02-26T17:30:10.959Z[ host-image] Feb 26 17:30:10.534 INFO O| Feb 26 17:30:10.534 INFO copying /tmp/.tmpVgPXRo/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 ...
102852026-02-26T17:30:10.959Z[ host-image] Feb 26 17:30:10.534 INFO O| Feb 26 17:30:10.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
102862026-02-26T17:30:10.959Z[ host-image] Feb 26 17:30:10.534 INFO O| Feb 26 17:30:10.534 INFO ok!
102872026-02-26T17:30:10.959Z[ host-image] Feb 26 17:30:10.534 INFO O| Feb 26 17:30:10.534 INFO STEP 133 (ensure_file) COMPLETE
102882026-02-26T17:30:10.959Z[ host-image] Feb 26 17:30:10.534 INFO O| Feb 26 17:30:10.534 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-02-26T17:30:10.959Z[ host-image] Feb 26 17:30:10.550 INFO O| Feb 26 17:30:10.550 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
102902026-02-26T17:30:10.959Z[ host-image] Feb 26 17:30:10.550 INFO O| Feb 26 17:30:10.550 INFO copying /tmp/.tmpVgPXRo/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 ...
102912026-02-26T17:30:10.959Z[ host-image] Feb 26 17:30:10.550 INFO O| Feb 26 17:30:10.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
102922026-02-26T17:30:10.959Z[ host-image] Feb 26 17:30:10.550 INFO O| Feb 26 17:30:10.550 INFO ok!
102932026-02-26T17:30:10.959Z[ host-image] Feb 26 17:30:10.550 INFO O| Feb 26 17:30:10.550 INFO STEP 134 (ensure_file) COMPLETE
102942026-02-26T17:30:10.959Z[ host-image] Feb 26 17:30:10.550 INFO O| Feb 26 17:30:10.550 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-02-26T17:30:10.985Z[ host-image] Feb 26 17:30:10.567 INFO O| Feb 26 17:30:10.567 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
102962026-02-26T17:30:10.985Z[ host-image] Feb 26 17:30:10.567 INFO O| Feb 26 17:30:10.567 INFO copying /tmp/.tmpVgPXRo/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 ...
102972026-02-26T17:30:10.985Z[ host-image] Feb 26 17:30:10.567 INFO O| Feb 26 17:30:10.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
102982026-02-26T17:30:10.985Z[ host-image] Feb 26 17:30:10.567 INFO O| Feb 26 17:30:10.567 INFO ok!
102992026-02-26T17:30:10.985Z[ host-image] Feb 26 17:30:10.567 INFO O| Feb 26 17:30:10.567 INFO STEP 135 (ensure_file) COMPLETE
103002026-02-26T17:30:10.985Z[ host-image] Feb 26 17:30:10.567 INFO O| Feb 26 17:30:10.567 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-02-26T17:30:11.011Z[ host-image] Feb 26 17:30:10.581 INFO O| Feb 26 17:30:10.581 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
103022026-02-26T17:30:11.011Z[ host-image] Feb 26 17:30:10.581 INFO O| Feb 26 17:30:10.581 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
103032026-02-26T17:30:11.011Z[ host-image] Feb 26 17:30:10.581 INFO O| Feb 26 17:30:10.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
103042026-02-26T17:30:11.011Z[ host-image] Feb 26 17:30:10.581 INFO O| Feb 26 17:30:10.581 INFO ok!
103052026-02-26T17:30:11.011Z[ host-image] Feb 26 17:30:10.581 INFO O| Feb 26 17:30:10.581 INFO STEP 136 (ensure_file) COMPLETE
103062026-02-26T17:30:11.011Z[ host-image] Feb 26 17:30:10.581 INFO O| Feb 26 17:30:10.581 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-02-26T17:30:11.011Z[ host-image] Feb 26 17:30:10.598 INFO O| Feb 26 17:30:10.597 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
103082026-02-26T17:30:11.011Z[ host-image] Feb 26 17:30:10.598 INFO O| Feb 26 17:30:10.598 INFO copying /tmp/.tmpVgPXRo/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 ...
103092026-02-26T17:30:11.011Z[ host-image] Feb 26 17:30:10.598 INFO O| Feb 26 17:30:10.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
103102026-02-26T17:30:11.011Z[ host-image] Feb 26 17:30:10.598 INFO O| Feb 26 17:30:10.598 INFO ok!
103112026-02-26T17:30:11.011Z[ host-image] Feb 26 17:30:10.598 INFO O| Feb 26 17:30:10.598 INFO STEP 137 (ensure_file) COMPLETE
103122026-02-26T17:30:11.011Z[ host-image] Feb 26 17:30:10.598 INFO O| Feb 26 17:30:10.598 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-02-26T17:30:11.036Z[ host-image] Feb 26 17:30:10.618 INFO O| Feb 26 17:30:10.618 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
103142026-02-26T17:30:11.036Z[ host-image] Feb 26 17:30:10.618 INFO O| Feb 26 17:30:10.618 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
103152026-02-26T17:30:11.036Z[ host-image] Feb 26 17:30:10.618 INFO O| Feb 26 17:30:10.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
103162026-02-26T17:30:11.036Z[ host-image] Feb 26 17:30:10.618 INFO O| Feb 26 17:30:10.618 INFO ok!
103172026-02-26T17:30:11.037Z[ host-image] Feb 26 17:30:10.618 INFO O| Feb 26 17:30:10.618 INFO STEP 138 (ensure_file) COMPLETE
103182026-02-26T17:30:11.037Z[ host-image] Feb 26 17:30:10.618 INFO O| Feb 26 17:30:10.618 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-02-26T17:30:11.064Z[ host-image] Feb 26 17:30:10.641 INFO O| Feb 26 17:30:10.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
103202026-02-26T17:30:11.064Z[ host-image] Feb 26 17:30:10.641 INFO O| Feb 26 17:30:10.641 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
103212026-02-26T17:30:13.470Z[ recovery-image] Feb 26 17:30:13.066 INFO E| Compiling serde_derive v1.0.219
103222026-02-26T17:30:13.470Z[ recovery-image] Feb 26 17:30:13.066 INFO E| Compiling clap_derive v4.5.32
103232026-02-26T17:30:17.703Z[ recovery-image] Feb 26 17:30:17.299 INFO E| Compiling clap v4.5.37
103242026-02-26T17:30:19.921Z[ recovery-image] Feb 26 17:30:19.518 INFO E| Compiling serde v1.0.219
103252026-02-26T17:30:23.559Z[ host-image] Feb 26 17:30:23.155 INFO O| Feb 26 17:30:23.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
103262026-02-26T17:30:23.559Z[ host-image] Feb 26 17:30:23.155 INFO O| Feb 26 17:30:23.155 INFO ok!
103272026-02-26T17:30:23.583Z[ host-image] Feb 26 17:30:23.155 INFO O| Feb 26 17:30:23.155 INFO STEP 139 (ensure_file) COMPLETE
103282026-02-26T17:30:23.583Z[ host-image] Feb 26 17:30:23.155 INFO O| Feb 26 17:30:23.155 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103292026-02-26T17:30:23.583Z[ host-image] Feb 26 17:30:23.175 INFO O| Feb 26 17:30:23.175 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
103302026-02-26T17:30:23.583Z[ host-image] Feb 26 17:30:23.175 INFO O| Feb 26 17:30:23.175 INFO STEP 140 (ensure_dir) COMPLETE
103312026-02-26T17:30:23.583Z[ host-image] Feb 26 17:30:23.175 INFO O| Feb 26 17:30:23.175 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103322026-02-26T17:30:23.608Z[ host-image] Feb 26 17:30:23.194 INFO O| Feb 26 17:30:23.194 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
103332026-02-26T17:30:23.608Z[ host-image] Feb 26 17:30:23.194 INFO O| Feb 26 17:30:23.194 INFO STEP 141 (ensure_dir) COMPLETE
103342026-02-26T17:30:23.608Z[ host-image] Feb 26 17:30:23.194 INFO O| Feb 26 17:30:23.194 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103352026-02-26T17:30:23.633Z[ host-image] Feb 26 17:30:23.210 INFO O| Feb 26 17:30:23.210 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
103362026-02-26T17:30:23.633Z[ host-image] Feb 26 17:30:23.210 INFO O| Feb 26 17:30:23.210 INFO STEP 142 (ensure_dir) COMPLETE
103372026-02-26T17:30:23.633Z[ host-image] Feb 26 17:30:23.210 INFO O| Feb 26 17:30:23.210 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-02-26T17:30:23.633Z[ host-image] Feb 26 17:30:23.228 INFO O| Feb 26 17:30:23.228 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
103392026-02-26T17:30:23.633Z[ host-image] Feb 26 17:30:23.228 INFO O| Feb 26 17:30:23.228 INFO STEP 143 (ensure_dir) COMPLETE
103402026-02-26T17:30:23.633Z[ host-image] Feb 26 17:30:23.228 INFO O| Feb 26 17:30:23.228 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-02-26T17:30:23.658Z[ host-image] Feb 26 17:30:23.241 INFO O| Feb 26 17:30:23.241 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
103422026-02-26T17:30:23.658Z[ host-image] Feb 26 17:30:23.241 INFO O| Feb 26 17:30:23.241 INFO copying /tmp/.tmpVgPXRo/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 ...
103432026-02-26T17:30:23.658Z[ host-image] Feb 26 17:30:23.242 INFO O| Feb 26 17:30:23.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
103442026-02-26T17:30:23.658Z[ host-image] Feb 26 17:30:23.242 INFO O| Feb 26 17:30:23.242 INFO ok!
103452026-02-26T17:30:23.658Z[ host-image] Feb 26 17:30:23.242 INFO O| Feb 26 17:30:23.242 INFO STEP 144 (ensure_file) COMPLETE
103462026-02-26T17:30:23.658Z[ host-image] Feb 26 17:30:23.242 INFO O| Feb 26 17:30:23.242 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472026-02-26T17:30:23.682Z[ host-image] Feb 26 17:30:23.262 INFO O| Feb 26 17:30:23.262 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
103482026-02-26T17:30:23.682Z[ host-image] Feb 26 17:30:23.263 INFO O| Feb 26 17:30:23.262 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
103492026-02-26T17:30:23.682Z[ host-image] Feb 26 17:30:23.263 INFO O| Feb 26 17:30:23.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
103502026-02-26T17:30:23.682Z[ host-image] Feb 26 17:30:23.263 INFO O| Feb 26 17:30:23.262 INFO STEP 145 (ensure_dir) COMPLETE
103512026-02-26T17:30:23.683Z[ host-image] Feb 26 17:30:23.263 INFO O| Feb 26 17:30:23.262 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-02-26T17:30:23.683Z[ host-image] Feb 26 17:30:23.275 INFO O| Feb 26 17:30:23.275 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
103532026-02-26T17:30:23.683Z[ host-image] Feb 26 17:30:23.275 INFO O| Feb 26 17:30:23.275 INFO copying /tmp/.tmpVgPXRo/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
103542026-02-26T17:30:23.683Z[ host-image] Feb 26 17:30:23.276 INFO O| Feb 26 17:30:23.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
103552026-02-26T17:30:23.683Z[ host-image] Feb 26 17:30:23.276 INFO O| Feb 26 17:30:23.276 INFO ok!
103562026-02-26T17:30:23.683Z[ host-image] Feb 26 17:30:23.276 INFO O| Feb 26 17:30:23.276 INFO STEP 146 (ensure_file) COMPLETE
103572026-02-26T17:30:23.683Z[ host-image] Feb 26 17:30:23.276 INFO O| Feb 26 17:30:23.276 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103582026-02-26T17:30:23.707Z[ host-image] Feb 26 17:30:23.293 INFO O| Feb 26 17:30:23.293 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
103592026-02-26T17:30:23.708Z[ host-image] Feb 26 17:30:23.293 INFO O| Feb 26 17:30:23.293 INFO STEP 147 (remove_files) COMPLETE
103602026-02-26T17:30:23.708Z[ host-image] Feb 26 17:30:23.293 INFO O| Feb 26 17:30:23.293 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103612026-02-26T17:30:23.732Z[ host-image] Feb 26 17:30:23.314 INFO O| Feb 26 17:30:23.314 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
103622026-02-26T17:30:23.732Z[ host-image] Feb 26 17:30:23.315 INFO O| Feb 26 17:30:23.314 INFO STEP 148 (remove_files) COMPLETE
103632026-02-26T17:30:23.732Z[ host-image] Feb 26 17:30:23.315 INFO O| Feb 26 17:30:23.315 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103642026-02-26T17:30:23.757Z[ host-image] Feb 26 17:30:23.330 INFO O| Feb 26 17:30:23.330 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
103652026-02-26T17:30:23.757Z[ host-image] Feb 26 17:30:23.330 INFO O| Feb 26 17:30:23.330 INFO STEP 149 (remove_files) COMPLETE
103662026-02-26T17:30:23.757Z[ host-image] Feb 26 17:30:23.330 INFO O| Feb 26 17:30:23.330 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103672026-02-26T17:30:23.757Z[ host-image] Feb 26 17:30:23.348 INFO O| Feb 26 17:30:23.347 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
103682026-02-26T17:30:23.757Z[ host-image] Feb 26 17:30:23.348 INFO O| Feb 26 17:30:23.348 INFO STEP 150 (remove_files) COMPLETE
103692026-02-26T17:30:23.757Z[ host-image] Feb 26 17:30:23.348 INFO O| Feb 26 17:30:23.348 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103702026-02-26T17:30:23.781Z[ host-image] Feb 26 17:30:23.367 INFO O| Feb 26 17:30:23.367 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
103712026-02-26T17:30:23.781Z[ host-image] Feb 26 17:30:23.368 INFO O| Feb 26 17:30:23.367 INFO STEP 151 (remove_files) COMPLETE
103722026-02-26T17:30:23.781Z[ host-image] Feb 26 17:30:23.368 INFO O| Feb 26 17:30:23.367 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103732026-02-26T17:30:23.805Z[ host-image] Feb 26 17:30:23.385 INFO O| Feb 26 17:30:23.385 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
103742026-02-26T17:30:23.806Z[ host-image] Feb 26 17:30:23.385 INFO O| Feb 26 17:30:23.385 INFO STEP 152 (remove_files) COMPLETE
103752026-02-26T17:30:23.806Z[ host-image] Feb 26 17:30:23.385 INFO O| Feb 26 17:30:23.385 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103762026-02-26T17:30:23.830Z[ host-image] Feb 26 17:30:23.404 INFO O| Feb 26 17:30:23.404 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
103772026-02-26T17:30:23.830Z[ host-image] Feb 26 17:30:23.404 INFO O| Feb 26 17:30:23.404 INFO STEP 153 (remove_files) COMPLETE
103782026-02-26T17:30:23.830Z[ host-image] Feb 26 17:30:23.404 INFO O| Feb 26 17:30:23.404 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103792026-02-26T17:30:23.830Z[ host-image] Feb 26 17:30:23.421 INFO O| Feb 26 17:30:23.421 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
103802026-02-26T17:30:23.830Z[ host-image] Feb 26 17:30:23.421 INFO O| Feb 26 17:30:23.421 INFO STEP 154 (remove_files) COMPLETE
103812026-02-26T17:30:23.830Z[ host-image] Feb 26 17:30:23.421 INFO O| Feb 26 17:30:23.421 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103822026-02-26T17:30:23.855Z[ host-image] Feb 26 17:30:23.438 INFO O| Feb 26 17:30:23.438 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
103832026-02-26T17:30:23.855Z[ host-image] Feb 26 17:30:23.438 INFO O| Feb 26 17:30:23.438 INFO STEP 155 (remove_files) COMPLETE
103842026-02-26T17:30:23.855Z[ host-image] Feb 26 17:30:23.438 INFO O| Feb 26 17:30:23.438 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103852026-02-26T17:30:23.880Z[ host-image] Feb 26 17:30:23.457 INFO O| Feb 26 17:30:23.457 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
103862026-02-26T17:30:23.880Z[ host-image] Feb 26 17:30:23.457 INFO O| Feb 26 17:30:23.457 INFO STEP 156 (remove_files) COMPLETE
103872026-02-26T17:30:23.880Z[ host-image] Feb 26 17:30:23.457 INFO O| Feb 26 17:30:23.457 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103882026-02-26T17:30:23.880Z[ host-image] Feb 26 17:30:23.474 INFO O| Feb 26 17:30:23.474 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
103892026-02-26T17:30:23.880Z[ host-image] Feb 26 17:30:23.474 INFO O| Feb 26 17:30:23.474 INFO STEP 157 (remove_files) COMPLETE
103902026-02-26T17:30:23.880Z[ host-image] Feb 26 17:30:23.474 INFO O| Feb 26 17:30:23.474 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103912026-02-26T17:30:23.904Z[ host-image] Feb 26 17:30:23.486 INFO O| Feb 26 17:30:23.486 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
103922026-02-26T17:30:23.904Z[ host-image] Feb 26 17:30:23.486 INFO O| Feb 26 17:30:23.486 INFO STEP 158 (remove_files) COMPLETE
103932026-02-26T17:30:23.904Z[ host-image] Feb 26 17:30:23.486 INFO O| Feb 26 17:30:23.486 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103942026-02-26T17:30:23.905Z[ host-image] Feb 26 17:30:23.498 INFO O| Feb 26 17:30:23.498 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
103952026-02-26T17:30:23.905Z[ host-image] Feb 26 17:30:23.498 INFO O| Feb 26 17:30:23.498 INFO STEP 159 (remove_files) COMPLETE
103962026-02-26T17:30:23.905Z[ host-image] Feb 26 17:30:23.498 INFO O| Feb 26 17:30:23.498 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103972026-02-26T17:30:23.930Z[ host-image] Feb 26 17:30:23.516 INFO O| Feb 26 17:30:23.516 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
103982026-02-26T17:30:23.930Z[ host-image] Feb 26 17:30:23.516 INFO O| Feb 26 17:30:23.516 INFO STEP 160 (remove_files) COMPLETE
103992026-02-26T17:30:23.930Z[ host-image] Feb 26 17:30:23.516 INFO O| Feb 26 17:30:23.516 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104002026-02-26T17:30:23.954Z[ host-image] Feb 26 17:30:23.537 INFO O| Feb 26 17:30:23.537 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
104012026-02-26T17:30:23.954Z[ host-image] Feb 26 17:30:23.537 INFO O| Feb 26 17:30:23.537 INFO STEP 161 (remove_files) COMPLETE
104022026-02-26T17:30:23.954Z[ host-image] Feb 26 17:30:23.537 INFO O| Feb 26 17:30:23.537 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104032026-02-26T17:30:23.979Z[ host-image] Feb 26 17:30:23.554 INFO O| Feb 26 17:30:23.553 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
104042026-02-26T17:30:23.979Z[ host-image] Feb 26 17:30:23.554 INFO O| Feb 26 17:30:23.554 INFO STEP 162 (remove_files) COMPLETE
104052026-02-26T17:30:23.979Z[ host-image] Feb 26 17:30:23.554 INFO O| Feb 26 17:30:23.554 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104062026-02-26T17:30:23.979Z[ host-image] Feb 26 17:30:23.566 INFO O| Feb 26 17:30:23.566 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
104072026-02-26T17:30:23.979Z[ host-image] Feb 26 17:30:23.566 INFO O| Feb 26 17:30:23.566 INFO STEP 163 (remove_files) COMPLETE
104082026-02-26T17:30:23.979Z[ host-image] Feb 26 17:30:23.566 INFO O| Feb 26 17:30:23.566 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104092026-02-26T17:30:24.004Z[ host-image] Feb 26 17:30:23.578 INFO O| Feb 26 17:30:23.578 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
104102026-02-26T17:30:24.004Z[ host-image] Feb 26 17:30:23.578 INFO O| Feb 26 17:30:23.578 INFO STEP 164 (remove_files) COMPLETE
104112026-02-26T17:30:24.004Z[ host-image] Feb 26 17:30:23.578 INFO O| Feb 26 17:30:23.578 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104122026-02-26T17:30:24.004Z[ host-image] Feb 26 17:30:23.597 INFO O| Feb 26 17:30:23.597 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
104132026-02-26T17:30:24.004Z[ host-image] Feb 26 17:30:23.598 INFO O| Feb 26 17:30:23.598 INFO STEP 165 (remove_files) COMPLETE
104142026-02-26T17:30:24.004Z[ host-image] Feb 26 17:30:23.598 INFO O| Feb 26 17:30:23.598 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104152026-02-26T17:30:24.028Z[ host-image] Feb 26 17:30:23.621 INFO O| Feb 26 17:30:23.620 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
104162026-02-26T17:30:24.028Z[ host-image] Feb 26 17:30:23.621 INFO O| Feb 26 17:30:23.621 INFO STEP 166 (remove_files) COMPLETE
104172026-02-26T17:30:24.029Z[ host-image] Feb 26 17:30:23.621 INFO O| Feb 26 17:30:23.621 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104182026-02-26T17:30:24.053Z[ host-image] Feb 26 17:30:23.642 INFO O| Feb 26 17:30:23.642 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
104192026-02-26T17:30:24.053Z[ host-image] Feb 26 17:30:23.642 INFO O| Feb 26 17:30:23.642 INFO STEP 167 (remove_files) COMPLETE
104202026-02-26T17:30:24.053Z[ host-image] Feb 26 17:30:23.642 INFO O| Feb 26 17:30:23.642 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104212026-02-26T17:30:24.078Z[ host-image] Feb 26 17:30:23.661 INFO O| Feb 26 17:30:23.661 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
104222026-02-26T17:30:24.078Z[ host-image] Feb 26 17:30:23.661 INFO O| Feb 26 17:30:23.661 INFO STEP 168 (remove_files) COMPLETE
104232026-02-26T17:30:24.078Z[ host-image] Feb 26 17:30:23.661 INFO O| Feb 26 17:30:23.661 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104242026-02-26T17:30:24.102Z[ host-image] Feb 26 17:30:23.678 INFO O| Feb 26 17:30:23.678 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
104252026-02-26T17:30:24.103Z[ host-image] Feb 26 17:30:23.678 INFO O| Feb 26 17:30:23.678 INFO STEP 169 (remove_files) COMPLETE
104262026-02-26T17:30:24.103Z[ host-image] Feb 26 17:30:23.678 INFO O| Feb 26 17:30:23.678 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104272026-02-26T17:30:24.103Z[ host-image] Feb 26 17:30:23.693 INFO O| Feb 26 17:30:23.693 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
104282026-02-26T17:30:24.103Z[ host-image] Feb 26 17:30:23.694 INFO O| Feb 26 17:30:23.693 INFO STEP 170 (remove_files) COMPLETE
104292026-02-26T17:30:24.103Z[ host-image] Feb 26 17:30:23.694 INFO O| Feb 26 17:30:23.694 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104302026-02-26T17:30:24.127Z[ host-image] Feb 26 17:30:23.706 INFO O| Feb 26 17:30:23.706 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
104312026-02-26T17:30:24.127Z[ host-image] Feb 26 17:30:23.706 INFO O| Feb 26 17:30:23.706 INFO STEP 171 (remove_files) COMPLETE
104322026-02-26T17:30:24.127Z[ host-image] Feb 26 17:30:23.706 INFO O| Feb 26 17:30:23.706 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104332026-02-26T17:30:24.127Z[ host-image] Feb 26 17:30:23.723 INFO O| Feb 26 17:30:23.723 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
104342026-02-26T17:30:24.128Z[ host-image] Feb 26 17:30:23.724 INFO O| Feb 26 17:30:23.724 INFO STEP 172 (remove_files) COMPLETE
104352026-02-26T17:30:24.128Z[ host-image] Feb 26 17:30:23.724 INFO O| Feb 26 17:30:23.724 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104362026-02-26T17:30:24.152Z[ host-image] Feb 26 17:30:23.742 INFO O| Feb 26 17:30:23.742 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
104372026-02-26T17:30:24.152Z[ host-image] Feb 26 17:30:23.742 INFO O| Feb 26 17:30:23.742 INFO STEP 173 (remove_files) COMPLETE
104382026-02-26T17:30:24.152Z[ host-image] Feb 26 17:30:23.742 INFO O| Feb 26 17:30:23.742 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104392026-02-26T17:30:24.176Z[ host-image] Feb 26 17:30:23.763 INFO O| Feb 26 17:30:23.763 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
104402026-02-26T17:30:24.176Z[ host-image] Feb 26 17:30:23.763 INFO O| Feb 26 17:30:23.763 INFO STEP 174 (remove_files) COMPLETE
104412026-02-26T17:30:24.177Z[ host-image] Feb 26 17:30:23.763 INFO O| Feb 26 17:30:23.763 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104422026-02-26T17:30:24.201Z[ host-image] Feb 26 17:30:23.783 INFO O| Feb 26 17:30:23.783 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
104432026-02-26T17:30:24.201Z[ host-image] Feb 26 17:30:23.784 INFO O| Feb 26 17:30:23.783 INFO STEP 175 (remove_files) COMPLETE
104442026-02-26T17:30:24.201Z[ host-image] Feb 26 17:30:23.784 INFO O| Feb 26 17:30:23.783 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104452026-02-26T17:30:24.225Z[ host-image] Feb 26 17:30:23.809 INFO O| Feb 26 17:30:23.809 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
104462026-02-26T17:30:24.226Z[ host-image] Feb 26 17:30:23.809 INFO O| Feb 26 17:30:23.809 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
104472026-02-26T17:30:26.133Z[ recovery-image] Feb 26 17:30:25.729 INFO E| Compiling serde_spanned v0.6.8
104482026-02-26T17:30:26.133Z[ recovery-image] Feb 26 17:30:25.729 INFO E| Compiling toml_datetime v0.6.9
104492026-02-26T17:30:26.470Z[ recovery-image] Feb 26 17:30:26.066 INFO E| Compiling toml_edit v0.22.26
104502026-02-26T17:30:29.691Z[ recovery-image] Feb 26 17:30:29.288 INFO E| Compiling toml v0.8.22
104512026-02-26T17:30:34.128Z[ recovery-image] Feb 26 17:30:33.725 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.85s
104522026-02-26T17:30:34.153Z[ recovery-image] Feb 26 17:30:33.739 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`
104532026-02-26T17:30:34.177Z[ recovery-image] Feb 26 17:30:33.764 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104542026-02-26T17:30:34.438Z[ recovery-image] Feb 26 17:30:34.034 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s
104552026-02-26T17:30:34.462Z[ recovery-image] Feb 26 17:30:34.042 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`
104562026-02-26T17:30:34.701Z[ host-image] Feb 26 17:30:34.298 INFO O| Feb 26 17:30:34.298 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
104572026-02-26T17:30:34.701Z[ host-image] Feb 26 17:30:34.298 INFO O| Feb 26 17:30:34.298 INFO E| svccfg: Loaded 79 smf(7) service descriptions
104582026-02-26T17:30:34.726Z[ host-image] Feb 26 17:30:34.319 INFO O| Feb 26 17:30:34.319 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
104592026-02-26T17:30:34.845Z[ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104602026-02-26T17:30:34.845Z[ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104612026-02-26T17:30:34.870Z[ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104622026-02-26T17:30:34.870Z[ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104632026-02-26T17:30:34.870Z[ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104642026-02-26T17:30:34.870Z[ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104652026-02-26T17:30:34.870Z[ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104662026-02-26T17:30:34.870Z[ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104672026-02-26T17:30:34.870Z[ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104682026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104692026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104702026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104712026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104722026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104732026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
104742026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.443 INFO O| Info: ABL version: 0x100f5010
104752026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.443 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
104762026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104772026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104782026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104792026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104802026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104812026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104822026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104832026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104842026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104852026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104862026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104872026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104882026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104892026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104902026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104912026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104922026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104932026-02-26T17:30:34.871Z[ recovery-image] Feb 26 17:30:34.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104942026-02-26T17:30:34.911Z[ recovery-image] Feb 26 17:30:34.508 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
104952026-02-26T17:30:34.911Z[ recovery-image] Feb 26 17:30:34.508 INFO building ROM for cosmo
104962026-02-26T17:30:34.911Z[ recovery-image] Feb 26 17:30:34.508 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")
104972026-02-26T17:30:34.962Z[ host-image] Feb 26 17:30:34.558 INFO O| Feb 26 17:30:34.558 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
104982026-02-26T17:30:35.103Z[ host-image] Feb 26 17:30:34.700 INFO O| Feb 26 17:30:34.700 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
104992026-02-26T17:30:35.134Z[ recovery-image] Feb 26 17:30:34.731 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
105002026-02-26T17:30:35.159Z[ recovery-image] Feb 26 17:30:34.737 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`
105012026-02-26T17:30:35.159Z[ recovery-image] Feb 26 17:30:34.755 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
105022026-02-26T17:30:35.252Z[ host-image] Feb 26 17:30:34.849 INFO O| Feb 26 17:30:34.849 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105032026-02-26T17:30:35.252Z[ host-image] Feb 26 17:30:34.849 INFO O| Feb 26 17:30:34.849 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
105042026-02-26T17:30:35.336Z[ recovery-image] Feb 26 17:30:34.932 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s
105052026-02-26T17:30:35.361Z[ recovery-image] Feb 26 17:30:34.943 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`
105062026-02-26T17:30:35.495Z[ host-image] Feb 26 17:30:35.092 INFO O| Feb 26 17:30:35.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
105072026-02-26T17:30:35.495Z[ host-image] Feb 26 17:30:35.092 INFO O| Feb 26 17:30:35.092 INFO ok!
105082026-02-26T17:30:35.495Z[ host-image] Feb 26 17:30:35.092 INFO O| Feb 26 17:30:35.092 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
105092026-02-26T17:30:35.519Z[ host-image] Feb 26 17:30:35.092 INFO O| Feb 26 17:30:35.092 INFO STEP 176 (seed_smf) COMPLETE
105102026-02-26T17:30:35.520Z[ host-image] Feb 26 17:30:35.092 INFO O| Feb 26 17:30:35.092 INFO steps complete; finalising image!
105112026-02-26T17:30:35.520Z[ host-image] Feb 26 17:30:35.092 INFO O| Feb 26 17:30:35.092 INFO TRIM POOL: TEMPORARY-sled-zfs
105122026-02-26T17:30:35.557Z[ host-image] Feb 26 17:30:35.153 INFO O| Feb 26 17:30:35.153 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Thu Feb 26 17:30:35 2026)
105132026-02-26T17:30:35.784Z[ host-image] Feb 26 17:30:35.380 INFO O| Feb 26 17:30:35.380 INFO temporary pool has 820M used, 75.7M avail, 1.80x compressratio
105142026-02-26T17:30:35.784Z[ host-image] Feb 26 17:30:35.380 INFO O| Feb 26 17:30:35.380 INFO EXPORT POOL: TEMPORARY-sled-zfs
105152026-02-26T17:30:35.994Z[ recovery-image] Feb 26 17:30:35.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
105162026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
105172026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
105182026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
105192026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105202026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105212026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105222026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
105232026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
105242026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
105252026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
105262026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105272026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105282026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105292026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105302026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105312026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
105322026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.604 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105332026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
105342026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
105352026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105362026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105372026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
105382026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105392026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
105402026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
105412026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
105422026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105432026-02-26T17:30:36.019Z[ recovery-image] Feb 26 17:30:35.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
105442026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105452026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
105462026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
105472026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
105482026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105492026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
105502026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
105512026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
105522026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
105532026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
105542026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
105552026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
105562026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
105572026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
105582026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
105592026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
105602026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105612026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
105622026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
105632026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
105642026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
105652026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
105662026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
105672026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
105682026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.630 INFO O| Info: ABL version: 0x1007f011
105692026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.630 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
105702026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.630 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
105712026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
105722026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.633 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105732026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105742026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105752026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105762026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.636 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105772026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.637 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105782026-02-26T17:30:36.045Z[ recovery-image] Feb 26 17:30:35.638 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105792026-02-26T17:30:36.046Z[ recovery-image] Feb 26 17:30:35.638 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105802026-02-26T17:30:36.046Z[ recovery-image] Feb 26 17:30:35.639 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105812026-02-26T17:30:36.046Z[ recovery-image] Feb 26 17:30:35.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105822026-02-26T17:30:36.046Z[ recovery-image] Feb 26 17:30:35.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105832026-02-26T17:30:36.046Z[ recovery-image] Feb 26 17:30:35.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105842026-02-26T17:30:36.070Z[ recovery-image] Feb 26 17:30:35.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105852026-02-26T17:30:36.070Z[ recovery-image] Feb 26 17:30:35.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105862026-02-26T17:30:36.070Z[ recovery-image] Feb 26 17:30:35.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105872026-02-26T17:30:36.070Z[ recovery-image] Feb 26 17:30:35.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105882026-02-26T17:30:36.070Z[ recovery-image] Feb 26 17:30:35.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105892026-02-26T17:30:36.071Z[ recovery-image] Feb 26 17:30:35.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105902026-02-26T17:30:36.071Z[ recovery-image] Feb 26 17:30:35.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105912026-02-26T17:30:36.121Z[ recovery-image] Feb 26 17:30:35.718 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105922026-02-26T17:30:36.145Z[ recovery-image] Feb 26 17:30:35.718 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
105932026-02-26T17:30:36.245Z[ host-image] Feb 26 17:30:35.842 INFO O| Feb 26 17:30:35.841 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
105942026-02-26T17:30:36.245Z[ host-image] Feb 26 17:30:35.842 INFO O| Feb 26 17:30:35.842 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
105952026-02-26T17:30:37.765Z[ host-image] Feb 26 17:30:37.361 INFO O| Feb 26 17:30:37.361 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
105962026-02-26T17:30:37.765Z[ host-image] Feb 26 17:30:37.361 INFO O| Feb 26 17:30:37.361 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
105972026-02-26T17:30:37.765Z[ host-image] Feb 26 17:30:37.361 INFO O| Feb 26 17:30:37.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
105982026-02-26T17:30:37.789Z[ host-image] Feb 26 17:30:37.361 INFO O| Feb 26 17:30:37.361 INFO completed processing sled/zfs
105992026-02-26T17:30:37.789Z[ host-image] Feb 26 17:30:37.361 INFO O| Feb 26 17:30:37.361 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
106002026-02-26T17:30:38.701Z[ host-image] Feb 26 17:30:38.298 INFO O| Feb 26 17:30:38.298 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
106012026-02-26T17:30:38.768Z[ host-image] Feb 26 17:30:38.365 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n"
106022026-02-26T17:30:38.768Z[ host-image] Feb 26 17:30:38.365 INFO expanded image name: "ci 889deab/${os_short_commit} 2026-02-26 16:26" -> "ci 889deab/3e08689 2026-02-26 16:26"
106032026-02-26T17:30:38.768Z[ host-image] Feb 26 17:30:38.365 INFO output artefacts stored in: "/work/os-host"
106042026-02-26T17:30:38.792Z[ host-image] Feb 26 17:30:38.365 INFO collecting git info from project "amd-host-image-builder"...
106052026-02-26T17:30:38.792Z[ host-image] Feb 26 17:30:38.381 INFO collecting git info from project "pinprick"...
106062026-02-26T17:30:38.817Z[ host-image] Feb 26 17:30:38.392 INFO collecting git info from project "chelsio-t6-roms"...
106072026-02-26T17:30:38.817Z[ host-image] Feb 26 17:30:38.402 INFO collecting git info from project "pilot"...
106082026-02-26T17:30:38.817Z[ host-image] Feb 26 17:30:38.411 INFO collecting git info from project "dmar-report"...
106092026-02-26T17:30:38.841Z[ host-image] Feb 26 17:30:38.419 INFO collecting git info from project "amd-firmware"...
106102026-02-26T17:30:38.865Z[ host-image] Feb 26 17:30:38.440 INFO collecting git info from project "bootserver"...
106112026-02-26T17:30:38.865Z[ host-image] Feb 26 17:30:38.448 INFO collecting git info from project "image-builder"...
106122026-02-26T17:30:38.865Z[ host-image] Feb 26 17:30:38.455 INFO collecting git info from project "phbl"...
106132026-02-26T17:30:38.865Z[ host-image] Feb 26 17:30:38.462 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
106142026-02-26T17:30:39.467Z[ host-image] Feb 26 17:30:39.064 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
106152026-02-26T17:30:40.004Z[ host-image] Feb 26 17:30:39.601 INFO creating Oxide boot image...
106162026-02-26T17:30:40.004Z[ host-image] Feb 26 17:30:39.601 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 889deab/3e08689 2026-02-26 16:26", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
106172026-02-26T17:30:41.632Z[ host-image] Feb 26 17:30:41.229 INFO O| ok, image written!
106182026-02-26T17:30:41.632Z[ host-image] Feb 26 17:30:41.229 INFO O| ok, boot_image_csum file written!
106192026-02-26T17:30:41.657Z[ host-image] Feb 26 17:30:41.233 INFO creating boot archive (CPIO)...
106202026-02-26T17:30:41.657Z[ host-image] Feb 26 17:30:41.233 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
106212026-02-26T17:30:41.657Z[ host-image] Feb 26 17:30:41.244 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
106222026-02-26T17:30:41.657Z[ host-image] Feb 26 17:30:41.244 INFO E| + outfile=/work/os-host/cpio
106232026-02-26T17:30:41.657Z[ host-image] Feb 26 17:30:41.244 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
106242026-02-26T17:30:41.657Z[ host-image] Feb 26 17:30:41.247 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
106252026-02-26T17:30:41.657Z[ host-image] Feb 26 17:30:41.247 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
106262026-02-26T17:30:41.713Z[ host-image] Feb 26 17:30:41.310 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
106272026-02-26T17:30:41.713Z[ host-image] Feb 26 17:30:41.310 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
106282026-02-26T17:30:41.789Z[ host-image] Feb 26 17:30:41.323 INFO creating compressed cpio/unix for dev loaders...
106292026-02-26T17:30:41.789Z[ host-image] Feb 26 17:30:41.323 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
106302026-02-26T17:30:41.935Z[ recovery-image] Feb 26 17:30:41.532 INFO image complete! materials are in "/work/os-recovery"
106312026-02-26T17:30:42.106Z[ host-image] Feb 26 17:30:41.702 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
106322026-02-26T17:30:42.408Z[ recovery-image]
106332026-02-26T17:30:42.408Z[ recovery-image] real 35:32.230137770
106342026-02-26T17:30:42.432Z[ recovery-image] user 25:53.088916180
106352026-02-26T17:30:42.432Z[ recovery-image] sys 2:02.434777931
106362026-02-26T17:30:42.432Z[ recovery-image] trap 1.574461952
106372026-02-26T17:30:42.432Z[ recovery-image] tflt 0.898513925
106382026-02-26T17:30:42.432Z[ recovery-image] dflt 2.107742425
106392026-02-26T17:30:42.432Z[ recovery-image] kflt 0.044718179
106402026-02-26T17:30:42.433Z[ recovery-image] lock 1:02:41.338277852
106412026-02-26T17:30:42.433Z[ recovery-image] slp 3:31:41.547551865
106422026-02-26T17:30:42.433Z[ recovery-image] lat 7:49.881783663
106432026-02-26T17:30:42.433ZFeb 26 17:30:42.006 INFO [recovery-image] process exited with exit status: 0 (2132.704318043s)
106442026-02-26T17:30:42.433Z[ recovery-image] stop 7.641117842
106452026-02-26T17:30:47.430Z[ host-image] Feb 26 17:30:47.027 INFO creating reset image...
106462026-02-26T17:30:47.430Z[ host-image] Feb 26 17:30:47.027 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
106472026-02-26T17:30:47.506Z[ host-image] Feb 26 17:30:47.103 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')"
106482026-02-26T17:30:47.506Z[ host-image] Feb 26 17:30:47.103 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")
106492026-02-26T17:30:47.695Z[ host-image] Feb 26 17:30:47.250 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
106502026-02-26T17:30:47.720Z[ host-image] Feb 26 17:30:47.253 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
106512026-02-26T17:30:48.178Z[ host-image] Feb 26 17:30:47.775 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)
106522026-02-26T17:30:48.178Z[ host-image] Feb 26 17:30:47.775 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)
106532026-02-26T17:30:48.203Z[ host-image] Feb 26 17:30:47.775 INFO E| Compiling proc-macro2 v1.0.106
106542026-02-26T17:30:48.203Z[ host-image] Feb 26 17:30:47.775 INFO E| Compiling quote v1.0.44
106552026-02-26T17:30:48.203Z[ host-image] Feb 26 17:30:47.775 INFO E| Compiling unicode-ident v1.0.23
106562026-02-26T17:30:48.203Z[ host-image] Feb 26 17:30:47.776 INFO E| Compiling syn v1.0.109
106572026-02-26T17:30:48.203Z[ host-image] Feb 26 17:30:47.776 INFO E| Compiling x86 v0.52.0
106582026-02-26T17:30:48.203Z[ host-image] Feb 26 17:30:47.776 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106592026-02-26T17:30:48.451Z[ host-image] Feb 26 17:30:48.044 INFO E| Compiling seq-macro v0.3.6
106602026-02-26T17:30:50.259Z[ host-image] Feb 26 17:30:49.856 INFO E| Compiling syn v2.0.114
106612026-02-26T17:30:53.502Z[ host-image] Feb 26 17:30:53.099 INFO E| Compiling scroll_derive v0.13.1
106622026-02-26T17:30:56.410Z[ host-image] Feb 26 17:30:56.006 INFO E| Compiling bitstruct_derive v0.1.0
106632026-02-26T17:31:20.322Z[ host-image] Feb 26 17:31:19.920 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)
106642026-02-26T17:31:25.695Z[ host-image] Feb 26 17:31:25.293 INFO E| Compiling bitflags v1.3.2
106652026-02-26T17:31:25.720Z[ host-image] Feb 26 17:31:25.293 INFO E| Compiling bitflags v2.10.0
106662026-02-26T17:31:25.720Z[ host-image] Feb 26 17:31:25.293 INFO E| Compiling adler2 v2.0.1
106672026-02-26T17:31:25.720Z[ host-image] Feb 26 17:31:25.293 INFO E| Compiling bit_field v0.10.3
106682026-02-26T17:31:25.720Z[ host-image] Feb 26 17:31:25.294 INFO E| Compiling scroll v0.13.0
106692026-02-26T17:31:25.721Z[ host-image] Feb 26 17:31:25.294 INFO E| Compiling log v0.4.29
106702026-02-26T17:31:25.721Z[ host-image] Feb 26 17:31:25.294 INFO E| Compiling plain v0.2.3
106712026-02-26T17:31:25.829Z[ host-image] Feb 26 17:31:25.427 INFO E| Compiling raw-cpuid v10.7.0
106722026-02-26T17:31:25.945Z[ host-image] Feb 26 17:31:25.542 INFO E| Compiling miniz_oxide v0.9.0
106732026-02-26T17:31:26.059Z[ host-image] Feb 26 17:31:25.656 INFO E| Compiling cpio_reader v0.1.2
106742026-02-26T17:31:26.092Z[ host-image] Feb 26 17:31:25.691 INFO E| Compiling bitstruct v0.1.1
106752026-02-26T17:31:26.267Z[ host-image] Feb 26 17:31:25.863 INFO E| Compiling goblin v0.10.4
106762026-02-26T17:31:26.306Z[ host-image] Feb 26 17:31:25.905 INFO E| Compiling static_assertions v1.1.0
106772026-02-26T17:31:32.777Z[ host-image] Feb 26 17:31:32.376 INFO E| Finished `release` profile [optimized] target(s) in 45.10s
106782026-02-26T17:31:32.802Z[ host-image] Feb 26 17:31:32.397 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106792026-02-26T17:31:32.896Z[ host-image] Feb 26 17:31:32.494 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')"
106802026-02-26T17:31:32.896Z[ host-image] Feb 26 17:31:32.494 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106812026-02-26T17:31:32.896Z[ host-image] Feb 26 17:31:32.495 INFO building ROM for cosmo
106822026-02-26T17:31:32.921Z[ host-image] Feb 26 17:31:32.495 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")
106832026-02-26T17:31:33.134Z[ host-image] Feb 26 17:31:32.732 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
106842026-02-26T17:31:33.158Z[ host-image] Feb 26 17:31:32.738 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`
106852026-02-26T17:31:33.158Z[ host-image] Feb 26 17:31:32.755 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106862026-02-26T17:31:33.312Z[ host-image] Feb 26 17:31:32.910 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
106872026-02-26T17:31:33.337Z[ host-image] Feb 26 17:31:32.917 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`
106882026-02-26T17:31:33.890Z[ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106892026-02-26T17:31:33.891Z[ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106902026-02-26T17:31:33.960Z[ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106912026-02-26T17:31:33.961Z[ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106922026-02-26T17:31:33.961Z[ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106932026-02-26T17:31:33.961Z[ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106942026-02-26T17:31:33.961Z[ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106952026-02-26T17:31:33.961Z[ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106962026-02-26T17:31:33.961Z[ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106972026-02-26T17:31:33.961Z[ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106982026-02-26T17:31:33.961Z[ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106992026-02-26T17:31:33.961Z[ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
107002026-02-26T17:31:33.961Z[ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
107012026-02-26T17:31:33.961Z[ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
107022026-02-26T17:31:33.961Z[ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
107032026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
107042026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
107052026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
107062026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
107072026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
107082026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
107092026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
107102026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
107112026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
107122026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
107132026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
107142026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107152026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107162026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107172026-02-26T17:31:33.962Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107182026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107192026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107202026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107212026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107222026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107232026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107242026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107252026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107262026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107272026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107282026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107292026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107302026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107312026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107322026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107332026-02-26T17:31:33.963Z[ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107342026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107352026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107362026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107372026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107382026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107392026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107402026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107412026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.492 INFO O| Info: ABL version: 0x1007f011
107422026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.492 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107432026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.492 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107442026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107452026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107462026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107472026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107482026-02-26T17:31:33.964Z[ host-image] Feb 26 17:31:33.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107492026-02-26T17:31:33.965Z[ host-image] Feb 26 17:31:33.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107502026-02-26T17:31:33.965Z[ host-image] Feb 26 17:31:33.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107512026-02-26T17:31:33.965Z[ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107522026-02-26T17:31:33.965Z[ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107532026-02-26T17:31:33.965Z[ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107542026-02-26T17:31:33.965Z[ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107552026-02-26T17:31:33.965Z[ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107562026-02-26T17:31:33.965Z[ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107572026-02-26T17:31:33.965Z[ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107582026-02-26T17:31:33.965Z[ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107592026-02-26T17:31:33.965Z[ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107602026-02-26T17:31:33.965Z[ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107612026-02-26T17:31:33.965Z[ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107622026-02-26T17:31:33.965Z[ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107632026-02-26T17:31:33.966Z[ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107642026-02-26T17:31:33.991Z[ host-image] Feb 26 17:31:33.559 INFO building ROM for gimlet
107652026-02-26T17:31:33.991Z[ host-image] Feb 26 17:31:33.560 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")
107662026-02-26T17:31:34.207Z[ host-image] Feb 26 17:31:33.805 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
107672026-02-26T17:31:34.249Z[ host-image] Feb 26 17:31:33.810 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`
107682026-02-26T17:31:34.249Z[ host-image] Feb 26 17:31:33.827 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
107692026-02-26T17:31:34.376Z[ host-image] Feb 26 17:31:33.974 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
107702026-02-26T17:31:34.401Z[ host-image] Feb 26 17:31:33.980 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`
107712026-02-26T17:31:34.686Z[ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
107722026-02-26T17:31:34.686Z[ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
107732026-02-26T17:31:34.712Z[ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
107742026-02-26T17:31:34.712Z[ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
107752026-02-26T17:31:34.712Z[ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
107762026-02-26T17:31:34.712Z[ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
107772026-02-26T17:31:34.712Z[ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
107782026-02-26T17:31:34.712Z[ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
107792026-02-26T17:31:34.712Z[ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
107802026-02-26T17:31:34.712Z[ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
107812026-02-26T17:31:34.712Z[ host-image] Feb 26 17:31:34.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
107822026-02-26T17:31:34.712Z[ host-image] Feb 26 17:31:34.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
107832026-02-26T17:31:34.712Z[ host-image] Feb 26 17:31:34.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
107842026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
107852026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
107862026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.286 INFO O| Info: ABL version: 0x100f5010
107872026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.286 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
107882026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107892026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107902026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107912026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107922026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107932026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107942026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107952026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107962026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107972026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107982026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107992026-02-26T17:31:34.713Z[ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108002026-02-26T17:31:34.714Z[ host-image] Feb 26 17:31:34.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108012026-02-26T17:31:34.714Z[ host-image] Feb 26 17:31:34.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108022026-02-26T17:31:34.714Z[ host-image] Feb 26 17:31:34.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108032026-02-26T17:31:34.714Z[ host-image] Feb 26 17:31:34.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108042026-02-26T17:31:34.714Z[ host-image] Feb 26 17:31:34.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108052026-02-26T17:31:34.714Z[ host-image] Feb 26 17:31:34.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108062026-02-26T17:31:34.757Z[ host-image] Feb 26 17:31:34.354 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108072026-02-26T17:31:34.782Z[ host-image] Feb 26 17:31:34.354 INFO finishing image archive at "/work/os-host/os.tar.gz"...
108082026-02-26T17:32:16.395Z[ host-image] Feb 26 17:32:15.995 INFO image complete! materials are in "/work/os-host"
108092026-02-26T17:32:16.420Z[ host-image]
108102026-02-26T17:32:16.420Z[ host-image] real 37:57.993171301
108112026-02-26T17:32:16.421Z[ host-image] user 26:40.269026537
108122026-02-26T17:32:16.421Z[ host-image] sys 2:05.270626140
108132026-02-26T17:32:16.421ZFeb 26 17:32:16.002 INFO [host-image] process exited with exit status: 0 (2278.004449474s)
108142026-02-26T17:32:17.400Z[ host-image] trap 1.461316043
108152026-02-26T17:32:17.426Z[ host-image] tflt 0.241923654
108162026-02-26T17:32:17.426Z[ host-image] dflt 6.961030372
108172026-02-26T17:32:17.426Z[ host-image] kflt 0.060714478
108182026-02-26T17:32:17.426Z[ host-image] lock 39:07.051731544
108192026-02-26T17:32:17.426Z[ host-image] slp 3:40:17.135430388
108202026-02-26T17:32:17.426Z[ host-image] lat 7:20.772692606
108212026-02-26T17:32:17.426Z[ host-image] stop 3.432317407
108222026-02-26T17:32:17.426ZFeb 26 17:32:17.002 INFO [tuf-repo] running task
108232026-02-26T17:32:56.397ZFeb 26 17:32:55.997 INFO assembling repository in `/tmp/tufaceousMOGUNF`, component: OmicronRepoAssembler
108242026-02-26T17:33:07.053ZFeb 26 17:33:06.654 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
108252026-02-26T17:33:07.655ZFeb 26 17:33:07.256 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
108262026-02-26T17:33:54.358ZFeb 26 17:33:53.961 INFO extracting uploaded archive to /tmp/.tmpGQ4mA5
108272026-02-26T17:33:59.445ZFeb 26 17:33:59.048 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Lmi5n2
108282026-02-26T17:33:59.617ZFeb 26 17:33:59.220 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108292026-02-26T17:33:59.894ZFeb 26 17:33:59.497 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108302026-02-26T17:34:00.147ZFeb 26 17:33:59.750 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108312026-02-26T17:34:00.390ZFeb 26 17:33:59.993 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108322026-02-26T17:34:00.633ZFeb 26 17:34:00.236 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108332026-02-26T17:34:00.906ZFeb 26 17:34:00.510 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108342026-02-26T17:34:01.176ZFeb 26 17:34:00.779 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108352026-02-26T17:34:01.486ZFeb 26 17:34:01.089 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108362026-02-26T17:34:01.511ZFeb 26 17:34:01.089 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108372026-02-26T17:34:01.677ZFeb 26 17:34:01.279 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108382026-02-26T17:34:01.677ZFeb 26 17:34:01.280 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108392026-02-26T17:34:01.875ZFeb 26 17:34:01.478 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108402026-02-26T17:34:01.875ZFeb 26 17:34:01.478 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108412026-02-26T17:34:02.064ZFeb 26 17:34:01.667 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108422026-02-26T17:34:02.064ZFeb 26 17:34:01.667 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108432026-02-26T17:34:02.236ZFeb 26 17:34:01.839 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108442026-02-26T17:34:02.236ZFeb 26 17:34:01.839 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108452026-02-26T17:34:02.397ZFeb 26 17:34:02.000 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108462026-02-26T17:34:02.397ZFeb 26 17:34:02.001 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108472026-02-26T17:34:02.562ZFeb 26 17:34:02.165 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108482026-02-26T17:34:02.562ZFeb 26 17:34:02.165 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108492026-02-26T17:34:02.587ZFeb 26 17:34:02.168 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108502026-02-26T17:34:02.587ZFeb 26 17:34:02.170 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108512026-02-26T17:34:02.587ZFeb 26 17:34:02.172 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108522026-02-26T17:34:02.587ZFeb 26 17:34:02.176 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108532026-02-26T17:34:02.587ZFeb 26 17:34:02.177 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108542026-02-26T17:34:19.088ZFeb 26 17:34:18.692 INFO added artifact, length: 33554432, hash: fb104ccc950123869bf58ea0d266f26a26621c3ee18fcb6a8f2e4d04441a4531, version: 19.0.0-0.ci+git889deabbf7d, kind: gimlet_host_phase_1, name: host
108552026-02-26T17:34:19.088ZFeb 26 17:34:18.692 INFO added artifact, length: 33554432, hash: d8a0cb3f6f7f185779d3f87151b1c290b64bd9fd8ec2938857ebd1a8c5e5c78b, version: 19.0.0-0.ci+git889deabbf7d, kind: cosmo_host_phase_1, name: host
108562026-02-26T17:34:19.113ZFeb 26 17:34:18.692 INFO added artifact, length: 1101008896, hash: e39f5c714385763579fb12cee67c83a0d3654350132657c61a86d3fdb8ccde18, version: 19.0.0-0.ci+git889deabbf7d, kind: host_phase_2, name: host
108572026-02-26T17:34:22.318ZFeb 26 17:34:21.922 INFO added artifact, length: 33554432, hash: 9b2ff12f0f48020c30309342066e5b48d913a4d4d0e0a364e1b02fdb4a9e578e, version: 19.0.0-0.ci+git889deabbf7d, kind: gimlet_trampoline_phase_1, name: trampoline
108582026-02-26T17:34:22.318ZFeb 26 17:34:21.922 INFO added artifact, length: 33554432, hash: 2d6ced26da13dfefd90fdfde8de8c76ab522e4f6fd22c129328a988c4afbd58c, version: 19.0.0-0.ci+git889deabbf7d, kind: cosmo_trampoline_phase_1, name: trampoline
108592026-02-26T17:34:22.318ZFeb 26 17:34:21.922 INFO added artifact, length: 148874199, hash: 596f4fbf2a3947cedfe373ae5fd3e13bd58d8364906c80ea5d22823b7df66434, version: 19.0.0-0.ci+git889deabbf7d, kind: trampoline_phase_2, name: trampoline
108602026-02-26T17:34:28.357ZFeb 26 17:34:27.961 INFO added artifact, length: 313873046, hash: 430541c9fc346ad74f18fd68b88fd94cd18d1a90a10919f7d33c06120c82cfff, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: clickhouse_keeper
108612026-02-26T17:34:34.789ZFeb 26 17:34:34.393 INFO added artifact, length: 332204149, hash: c2ebaf5661a38186502db1019144d43af09bf04c573ae9e6766300dd9261bcfb, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: clickhouse_server
108622026-02-26T17:34:41.276ZFeb 26 17:34:40.881 INFO added artifact, length: 332205249, hash: f87c874e6c9ae4e2272f346f8534606d5e738f195d6085f9a61cd29fd46c93a8, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: clickhouse
108632026-02-26T17:34:44.594ZFeb 26 17:34:44.198 INFO added artifact, length: 171477546, hash: b0a63b801a6e2f04206f55fcc20aa3efb6650d50a361085448b527aef7425078, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: cockroachdb
108642026-02-26T17:34:45.490ZFeb 26 17:34:45.094 INFO added artifact, length: 45659887, hash: 2cd8163c4fc7a2adc79cbfcf7264c8428e44d89b00faa19b019283c761bb7ae8, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: crucible-pantry-zone
108652026-02-26T17:34:46.654ZFeb 26 17:34:46.259 INFO added artifact, length: 60137297, hash: 379ffe32ff8c18693275a04d0f152f5c288cbf6fd91aa12f9ffb97155082c316, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: crucible-zone
108662026-02-26T17:34:47.751ZFeb 26 17:34:47.355 INFO added artifact, length: 57879708, hash: fd20396b204c6b7a33b89010a9c164705f532666773df4157ef0f6e0c4f3470e, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: external-dns
108672026-02-26T17:34:48.859ZFeb 26 17:34:48.464 INFO added artifact, length: 57879307, hash: 39020c6858d3696b98ba8c23cd9fd3126b80d982fc2e93b844b53fccbf36ad33, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: internal-dns
108682026-02-26T17:34:53.192ZFeb 26 17:34:52.796 INFO added artifact, length: 222898143, hash: 853d7204fea6a61ee79af3ae59d180bdeb8f0d0275eb75134c9fcb6e9169c6da, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: nexus
108692026-02-26T17:34:53.876ZFeb 26 17:34:53.481 INFO added artifact, length: 35749835, hash: 0572dc7983b30ef724608933c11dee9d74b215fc193929ec92b7b045f09cc03e, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: ntp
108702026-02-26T17:34:55.231ZFeb 26 17:34:54.836 INFO added artifact, length: 71727710, hash: a88fa6dea05887b288ce923afc1c6f274bceb64918db1d2e2e227331967a53e4, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: oximeter
108712026-02-26T17:34:55.287ZFeb 26 17:34:54.892 INFO added artifact, length: 3109590, hash: 37cba2ee0ab39398e6bfa358ad925fc10f77a1e82ba52ce55a0a3134bdc22553, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: probe
108722026-02-26T17:34:55.312ZFeb 26 17:34:54.893 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
108732026-02-26T17:34:55.312ZFeb 26 17:34:54.894 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108742026-02-26T17:34:55.312ZFeb 26 17:34:54.894 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108752026-02-26T17:34:55.381ZFeb 26 17:34:54.986 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
108762026-02-26T17:34:55.478ZFeb 26 17:34:55.083 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
108772026-02-26T17:34:55.640ZFeb 26 17:34:55.245 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108782026-02-26T17:34:55.641ZFeb 26 17:34:55.245 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108792026-02-26T17:34:55.829ZFeb 26 17:34:55.434 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108802026-02-26T17:34:55.829ZFeb 26 17:34:55.434 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108812026-02-26T17:34:56.004ZFeb 26 17:34:55.608 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108822026-02-26T17:34:56.004ZFeb 26 17:34:55.608 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108832026-02-26T17:34:56.177ZFeb 26 17:34:55.782 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108842026-02-26T17:34:56.177ZFeb 26 17:34:55.782 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108852026-02-26T17:34:56.202ZFeb 26 17:34:55.785 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108862026-02-26T17:34:56.202ZFeb 26 17:34:55.787 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108872026-02-26T17:34:56.202ZFeb 26 17:34:55.789 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108882026-02-26T17:34:56.338ZFeb 26 17:34:55.943 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
108892026-02-26T17:34:56.634ZFeb 26 17:34:56.239 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
108902026-02-26T17:34:56.939ZFeb 26 17:34:56.544 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
108912026-02-26T17:34:57.260ZFeb 26 17:34:56.864 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108922026-02-26T17:34:57.260ZFeb 26 17:34:56.865 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108932026-02-26T17:34:57.435ZFeb 26 17:34:57.040 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108942026-02-26T17:34:57.435ZFeb 26 17:34:57.040 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108952026-02-26T17:34:57.607ZFeb 26 17:34:57.212 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108962026-02-26T17:34:57.607ZFeb 26 17:34:57.212 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108972026-02-26T17:34:57.781ZFeb 26 17:34:57.386 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108982026-02-26T17:34:57.781ZFeb 26 17:34:57.386 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108992026-02-26T17:34:57.806ZFeb 26 17:34:57.389 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109002026-02-26T17:34:57.806ZFeb 26 17:34:57.391 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109012026-02-26T17:34:57.806ZFeb 26 17:34:57.394 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109022026-02-26T17:34:57.806ZFeb 26 17:34:57.394 INFO added artifact, length: 924, hash: c0f0c90f9d8ece2c78ae791bd5c45226161da80645b5cbd059579cf562b1c4d4, version: 19.0.0-0.ci+git889deabbf7d, kind: installinator_document, name: installinator_document
109032026-02-26T17:34:58.640ZFeb 26 17:34:58.244 INFO extracting uploaded archive to /tmp/.tmpfUoT5U
109042026-02-26T17:35:03.324ZFeb 26 17:35:02.929 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.TpFs4r
109052026-02-26T17:35:03.481ZFeb 26 17:35:03.086 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
109062026-02-26T17:35:03.750ZFeb 26 17:35:03.355 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
109072026-02-26T17:35:03.997ZFeb 26 17:35:03.602 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
109082026-02-26T17:35:04.216ZFeb 26 17:35:03.821 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
109092026-02-26T17:35:04.453ZFeb 26 17:35:04.058 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
109102026-02-26T17:35:04.686ZFeb 26 17:35:04.291 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
109112026-02-26T17:35:04.909ZFeb 26 17:35:04.504 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
109122026-02-26T17:35:05.172ZFeb 26 17:35:04.777 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
109132026-02-26T17:35:05.172ZFeb 26 17:35:04.777 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
109142026-02-26T17:35:05.322ZFeb 26 17:35:04.927 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
109152026-02-26T17:35:05.322ZFeb 26 17:35:04.927 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
109162026-02-26T17:35:05.488ZFeb 26 17:35:05.093 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109172026-02-26T17:35:05.488ZFeb 26 17:35:05.093 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109182026-02-26T17:35:05.662ZFeb 26 17:35:05.268 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
109192026-02-26T17:35:05.662ZFeb 26 17:35:05.268 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
109202026-02-26T17:35:05.829ZFeb 26 17:35:05.434 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109212026-02-26T17:35:05.829ZFeb 26 17:35:05.434 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109222026-02-26T17:35:05.990ZFeb 26 17:35:05.595 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109232026-02-26T17:35:05.990ZFeb 26 17:35:05.595 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109242026-02-26T17:35:06.147ZFeb 26 17:35:05.751 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109252026-02-26T17:35:06.147ZFeb 26 17:35:05.752 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109262026-02-26T17:35:06.172ZFeb 26 17:35:05.755 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109272026-02-26T17:35:06.172ZFeb 26 17:35:05.757 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109282026-02-26T17:35:06.172ZFeb 26 17:35:05.758 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109292026-02-26T17:35:06.172ZFeb 26 17:35:05.761 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109302026-02-26T17:35:06.172ZFeb 26 17:35:05.763 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109312026-02-26T17:35:21.772ZFeb 26 17:35:21.378 INFO added artifact, length: 33554432, hash: fb104ccc950123869bf58ea0d266f26a26621c3ee18fcb6a8f2e4d04441a4531, version: 19.0.0-0.ci+git889deabbf7d, kind: gimlet_host_phase_1, name: host
109322026-02-26T17:35:21.772ZFeb 26 17:35:21.378 INFO added artifact, length: 33554432, hash: d8a0cb3f6f7f185779d3f87151b1c290b64bd9fd8ec2938857ebd1a8c5e5c78b, version: 19.0.0-0.ci+git889deabbf7d, kind: cosmo_host_phase_1, name: host
109332026-02-26T17:35:21.772ZFeb 26 17:35:21.378 INFO added artifact, length: 1101008896, hash: e39f5c714385763579fb12cee67c83a0d3654350132657c61a86d3fdb8ccde18, version: 19.0.0-0.ci+git889deabbf7d, kind: host_phase_2, name: host
109342026-02-26T17:35:24.711ZFeb 26 17:35:24.316 INFO added artifact, length: 33554432, hash: 9b2ff12f0f48020c30309342066e5b48d913a4d4d0e0a364e1b02fdb4a9e578e, version: 19.0.0-0.ci+git889deabbf7d, kind: gimlet_trampoline_phase_1, name: trampoline
109352026-02-26T17:35:24.711ZFeb 26 17:35:24.316 INFO added artifact, length: 33554432, hash: 2d6ced26da13dfefd90fdfde8de8c76ab522e4f6fd22c129328a988c4afbd58c, version: 19.0.0-0.ci+git889deabbf7d, kind: cosmo_trampoline_phase_1, name: trampoline
109362026-02-26T17:35:24.735ZFeb 26 17:35:24.316 INFO added artifact, length: 148874199, hash: 596f4fbf2a3947cedfe373ae5fd3e13bd58d8364906c80ea5d22823b7df66434, version: 19.0.0-0.ci+git889deabbf7d, kind: trampoline_phase_2, name: trampoline
109372026-02-26T17:35:51.553ZFeb 26 17:35:51.158 INFO added artifact, length: 1764678328, hash: d475d4d320e67f97444cf497982b65f8d8900701f3536f4cb497efa681c2b523, version: 19.0.0-0.ci+git889deabbf7d, kind: control_plane, name: control-plane
109382026-02-26T17:35:51.577ZFeb 26 17:35:51.159 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
109392026-02-26T17:35:51.577ZFeb 26 17:35:51.160 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109402026-02-26T17:35:51.578ZFeb 26 17:35:51.161 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109412026-02-26T17:35:51.635ZFeb 26 17:35:51.241 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
109422026-02-26T17:35:51.735ZFeb 26 17:35:51.323 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
109432026-02-26T17:35:51.869ZFeb 26 17:35:51.476 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109442026-02-26T17:35:51.869ZFeb 26 17:35:51.476 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109452026-02-26T17:35:52.015ZFeb 26 17:35:51.622 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109462026-02-26T17:35:52.015ZFeb 26 17:35:51.622 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109472026-02-26T17:35:52.182ZFeb 26 17:35:51.788 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109482026-02-26T17:35:52.182ZFeb 26 17:35:51.788 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109492026-02-26T17:35:52.342ZFeb 26 17:35:51.949 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109502026-02-26T17:35:52.342ZFeb 26 17:35:51.949 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109512026-02-26T17:35:52.367ZFeb 26 17:35:51.952 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109522026-02-26T17:35:52.367ZFeb 26 17:35:51.955 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109532026-02-26T17:35:52.367ZFeb 26 17:35:51.957 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109542026-02-26T17:35:52.497ZFeb 26 17:35:52.104 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
109552026-02-26T17:35:52.759ZFeb 26 17:35:52.366 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
109562026-02-26T17:35:53.028ZFeb 26 17:35:52.635 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
109572026-02-26T17:35:53.316ZFeb 26 17:35:52.922 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109582026-02-26T17:35:53.316ZFeb 26 17:35:52.922 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109592026-02-26T17:35:53.480ZFeb 26 17:35:53.087 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109602026-02-26T17:35:53.480ZFeb 26 17:35:53.087 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109612026-02-26T17:35:53.647ZFeb 26 17:35:53.253 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109622026-02-26T17:35:53.647ZFeb 26 17:35:53.254 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109632026-02-26T17:35:53.793ZFeb 26 17:35:53.400 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109642026-02-26T17:35:53.793ZFeb 26 17:35:53.400 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109652026-02-26T17:35:53.818ZFeb 26 17:35:53.402 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109662026-02-26T17:35:53.818ZFeb 26 17:35:53.404 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109672026-02-26T17:35:53.818ZFeb 26 17:35:53.406 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109682026-02-26T17:35:53.818ZFeb 26 17:35:53.407 INFO added artifact, length: 924, hash: c0f0c90f9d8ece2c78ae791bd5c45226161da80645b5cbd059579cf562b1c4d4, version: 19.0.0-0.ci+git889deabbf7d, kind: installinator_document, name: installinator_document
109692026-02-26T17:35:54.695ZFeb 26 17:35:54.302 INFO [tuf-repo] task succeeded (217.299824069s)
109702026-02-26T17:35:54.696ZFeb 26 17:35:54.302 INFO all jobs completed in 4152.568072298s
109712026-02-26T17:35:58.393Zprocess exited: duration 4956634 ms, exit code 0
 
109722026-02-26T17:35:58.479Zfound 41 output files
109732026-02-26T17:35:58.479Zuploading: /work/manifest.toml (17174 bytes)
109742026-02-26T17:35:59.623Zuploaded: /work/manifest.toml
109752026-02-26T17:35:59.623Zuploading: /work/repo.zip (3022164161 bytes)
109762026-02-26T17:39:18.162Zuploaded: /work/repo.zip
109772026-02-26T17:39:18.162Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109782026-02-26T17:39:19.221Zuploaded: /work/repo.zip.sha256.txt
109792026-02-26T17:39:19.221Zuploading: /work/helios.json (647 bytes)
109802026-02-26T17:39:20.321Zuploaded: /work/helios.json
109812026-02-26T17:39:20.321Zuploading: /work/incorporation.p5m (100410 bytes)
109822026-02-26T17:39:21.422Zuploaded: /work/incorporation.p5m
109832026-02-26T17:39:21.422Zuploading: /work/incorporation.p5p (122880 bytes)
109842026-02-26T17:39:22.544Zuploaded: /work/incorporation.p5p
109852026-02-26T17:39:22.544Zuploading: /work/helios-incorp.log (526 bytes)
109862026-02-26T17:39:23.644Zuploaded: /work/helios-incorp.log
109872026-02-26T17:39:23.644Zuploading: /work/helios-setup.log (58097 bytes)
109882026-02-26T17:39:24.744Zuploaded: /work/helios-setup.log
109892026-02-26T17:39:24.744Zuploading: /work/host-image.log (235411 bytes)
109902026-02-26T17:39:25.888Zuploaded: /work/host-image.log
109912026-02-26T17:39:25.888Zuploading: /work/host-package.log (34224 bytes)
109922026-02-26T17:39:26.987Zuploaded: /work/host-package.log
109932026-02-26T17:39:27.012Zuploading: /work/host-target.log (101 bytes)
109942026-02-26T17:39:28.088Zuploaded: /work/host-target.log
109952026-02-26T17:39:28.088Zuploading: /work/incorp-create.log (0 bytes)
109962026-02-26T17:39:29.162Zuploaded: /work/incorp-create.log
109972026-02-26T17:39:29.186Zuploading: /work/incorp-fmt.log (0 bytes)
109982026-02-26T17:39:30.234Zuploaded: /work/incorp-fmt.log
109992026-02-26T17:39:30.259Zuploading: /work/incorp-pkgsend.log (108 bytes)
110002026-02-26T17:39:31.329Zuploaded: /work/incorp-pkgsend.log
110012026-02-26T17:39:31.329Zuploading: /work/incorp-publisher.log (0 bytes)
110022026-02-26T17:39:32.401Zuploaded: /work/incorp-publisher.log
110032026-02-26T17:39:32.426Zuploading: /work/omicron-package.log (7035 bytes)
110042026-02-26T17:39:33.518Zuploaded: /work/omicron-package.log
110052026-02-26T17:39:33.518Zuploading: /work/recovery-image.log (604269 bytes)
110062026-02-26T17:39:34.775Zuploaded: /work/recovery-image.log
110072026-02-26T17:39:34.775Zuploading: /work/recovery-package.log (1870 bytes)
110082026-02-26T17:39:35.871Zuploaded: /work/recovery-package.log
110092026-02-26T17:39:35.871Zuploading: /work/recovery-target.log (98 bytes)
110102026-02-26T17:39:36.966Zuploaded: /work/recovery-target.log
110112026-02-26T17:39:36.991Zuploading: /work/stamp-clickhouse.log (117 bytes)
110122026-02-26T17:39:38.063Zuploaded: /work/stamp-clickhouse.log
110132026-02-26T17:39:38.063Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
110142026-02-26T17:39:39.157Zuploaded: /work/stamp-clickhouse_keeper.log
110152026-02-26T17:39:39.157Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
110162026-02-26T17:39:40.252Zuploaded: /work/stamp-clickhouse_server.log
110172026-02-26T17:39:40.276Zuploading: /work/stamp-cockroachdb.log (118 bytes)
110182026-02-26T17:39:41.347Zuploaded: /work/stamp-cockroachdb.log
110192026-02-26T17:39:41.373Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
110202026-02-26T17:39:42.444Zuploaded: /work/stamp-crucible-pantry-zone.log
110212026-02-26T17:39:42.469Zuploading: /work/stamp-crucible-utils.log (118 bytes)
110222026-02-26T17:39:43.539Zuploaded: /work/stamp-crucible-utils.log
110232026-02-26T17:39:43.564Zuploading: /work/stamp-crucible-zone.log (120 bytes)
110242026-02-26T17:39:44.634Zuploaded: /work/stamp-crucible-zone.log
110252026-02-26T17:39:44.634Zuploading: /work/stamp-external-dns.log (119 bytes)
110262026-02-26T17:39:45.732Zuploaded: /work/stamp-external-dns.log
110272026-02-26T17:39:45.758Zuploading: /work/stamp-installinator.log (103 bytes)
110282026-02-26T17:39:46.830Zuploaded: /work/stamp-installinator.log
110292026-02-26T17:39:46.830Zuploading: /work/stamp-internal-dns.log (119 bytes)
110302026-02-26T17:39:47.927Zuploaded: /work/stamp-internal-dns.log
110312026-02-26T17:39:47.927Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
110322026-02-26T17:39:49.022Zuploaded: /work/stamp-mg-ddm-gz.log
110332026-02-26T17:39:49.047Zuploading: /work/stamp-nexus.log (112 bytes)
110342026-02-26T17:39:50.117Zuploaded: /work/stamp-nexus.log
110352026-02-26T17:39:50.117Zuploading: /work/stamp-ntp.log (110 bytes)
110362026-02-26T17:39:51.212Zuploaded: /work/stamp-ntp.log
110372026-02-26T17:39:51.237Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110382026-02-26T17:39:52.308Zuploaded: /work/stamp-omicron-sled-agent.log
110392026-02-26T17:39:52.308Zuploading: /work/stamp-overlay.log (114 bytes)
110402026-02-26T17:39:53.405Zuploaded: /work/stamp-overlay.log
110412026-02-26T17:39:53.405Zuploading: /work/stamp-oximeter.log (115 bytes)
110422026-02-26T17:39:54.499Zuploaded: /work/stamp-oximeter.log
110432026-02-26T17:39:54.524Zuploading: /work/stamp-oxlog.log (109 bytes)
110442026-02-26T17:39:55.594Zuploaded: /work/stamp-oxlog.log
110452026-02-26T17:39:55.620Zuploading: /work/stamp-probe.log (112 bytes)
110462026-02-26T17:39:56.689Zuploaded: /work/stamp-probe.log
110472026-02-26T17:39:56.689Zuploading: /work/stamp-propolis-server.log (122 bytes)
110482026-02-26T17:39:57.787Zuploaded: /work/stamp-propolis-server.log
110492026-02-26T17:39:57.812Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110502026-02-26T17:39:58.884Zuploaded: /work/stamp-pumpkind-gz.log
110512026-02-26T17:39:58.884Zuploading: /work/stamp-switch-asic.log (118 bytes)
110522026-02-26T17:39:59.980Zuploaded: /work/stamp-switch-asic.log
110532026-02-26T17:40:00.005Zuploading: /work/verify-libraries.log (11725 bytes)
110542026-02-26T17:40:01.124Zuploaded: /work/verify-libraries.log