01KK9YTP803ABWRYKA45T9QDCS: 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: 01KK9YVR90WC2E6XVBT5ME0HV9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-09T18:49:29.536Zjob assigned to worker 01KK9YW27KVAW9MDHVX5TE2C0R [factory aws, i-095bd5c0e4e9f5010] (queued for 1 m 1 s)
 
22026-03-09T18:49:38.305Zstarting task 0: "setup"
32026-03-09T18:49:38.310Z++ uname -s
42026-03-09T18:49:38.313Z+ kern=SunOS
52026-03-09T18:49:38.313Z+ build_user=build
62026-03-09T18:49:38.313Z+ build_uid=12345
72026-03-09T18:49:38.313Z+ work_dir=/work
82026-03-09T18:49:38.313Z+ input_dir=/input
92026-03-09T18:49:38.313Z+ [[ 0 == 12345 ]]
102026-03-09T18:49:38.313Z+ case "$kern" in
112026-03-09T18:49:38.313Z+ groupadd -g 12345 build
122026-03-09T18:49:38.317Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-09T18:49:40.323Z+ zfs create -o mountpoint=/work rpool/work
142026-03-09T18:49:40.439Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-09T18:49:40.445Z+ home_fs=zfs
162026-03-09T18:49:40.445Z+ [[ zfs == autofs ]]
172026-03-09T18:49:40.445Z+ mkdir -p /home/build
182026-03-09T18:49:40.445Z+ chown build:build /home/build /work
192026-03-09T18:49:42.447Z+ chmod 0700 /home/build /work
202026-03-09T18:49:42.450Zprocess exited: duration 4145 ms, exit code 0
 
212026-03-09T18:49:42.459Zstarting task 1: "rust-toolchain"
222026-03-09T18:49:42.463Z * rust toolchain channel = "1.91.1"
232026-03-09T18:49:42.463Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
242026-03-09T18:49:42.463Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-09T18:49:42.464Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-09T18:49:42.464Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-09T18:49:42.464Z * rust toolchain profile = "default"
282026-03-09T18:49:42.467Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-09T18:49:42.467Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-09T18:49:42.603Zinfo: downloading installer
312026-03-09T18:49:44.419Zwarn: It looks like you have an existing installation of Rust at:
322026-03-09T18:49:44.419Zwarn: /opt/ooce/bin
332026-03-09T18:49:44.419Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-09T18:49:44.419Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-09T18:49:44.419Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-09T18:49:44.419Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-09T18:49:44.419Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-09T18:49:44.419Zerror: cannot install while Rust is installed
392026-03-09T18:49:44.420Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-09T18:49:44.446Zinfo: profile set to 'default'
412026-03-09T18:49:44.446Zinfo: default host triple is x86_64-unknown-illumos
422026-03-09T18:49:44.449Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-09T18:49:44.673Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-09T18:49:44.673Zinfo: downloading component 'cargo'
452026-03-09T18:49:45.998Zinfo: downloading component 'clippy'
462026-03-09T18:49:46.527Zinfo: downloading component 'rust-docs'
472026-03-09T18:49:48.706Zinfo: downloading component 'rust-std'
482026-03-09T18:49:50.646Zinfo: downloading component 'rustc'
492026-03-09T18:50:01.427Zinfo: downloading component 'rustfmt'
502026-03-09T18:50:01.706Zinfo: installing component 'cargo'
512026-03-09T18:50:02.599Zinfo: installing component 'clippy'
522026-03-09T18:50:02.991Zinfo: installing component 'rust-docs'
532026-03-09T18:50:04.927Zinfo: installing component 'rust-std'
542026-03-09T18:50:06.744Zinfo: installing component 'rustc'
552026-03-09T18:50:13.456Zinfo: installing component 'rustfmt'
562026-03-09T18:50:13.798Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-09T18:50:13.798Z
582026-03-09T18:50:14.287Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-09T18:50:14.287Z
602026-03-09T18:50:14.290Z
612026-03-09T18:50:14.290ZRust is installed now. Great!
622026-03-09T18:50:14.290Z
632026-03-09T18:50:14.290ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-09T18:50:14.290Zenvironment variable. This has not been done automatically.
652026-03-09T18:50:14.290Z
662026-03-09T18:50:14.290ZTo configure your current shell, you need to source
672026-03-09T18:50:14.290Zthe corresponding env file under $HOME/.cargo.
682026-03-09T18:50:14.290Z
692026-03-09T18:50:14.290ZThis is usually done by running one of the following (note the leading DOT):
702026-03-09T18:50:14.290Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-09T18:50:14.290Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-09T18:50:14.291Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-09T18:50:14.436Z+ rustup --version
742026-03-09T18:50:14.447Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-09T18:50:14.447Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-09T18:50:14.536Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-09T18:50:14.540Z+ cargo --version
782026-03-09T18:50:14.612Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-09T18:50:14.615Z+ rustc --version
802026-03-09T18:50:14.691Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-09T18:50:14.695Zprocess exited: duration 32228 ms, exit code 0
 
822026-03-09T18:50:14.703Zstarting task 2: "authentication"
832026-03-09T18:50:14.727Zprocess exited: duration 23 ms, exit code 0
 
842026-03-09T18:50:14.734Zstarting task 3: "clone repository"
852026-03-09T18:50:14.739Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-09T18:50:14.741Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-09T18:50:14.865ZCloning into '/work/oxidecomputer/omicron'...
882026-03-09T18:51:09.093Z+ cd /work/oxidecomputer/omicron
892026-03-09T18:51:09.093Z+ git fetch origin 44a114028cc75ea7ee969474a71cf0a33394f58e
902026-03-09T18:51:10.139ZFrom https://github.com/oxidecomputer/omicron
912026-03-09T18:51:10.147Z * branch 44a114028cc75ea7ee969474a71cf0a33394f58e -> FETCH_HEAD
922026-03-09T18:51:10.147Z+ [[ -n '' ]]
932026-03-09T18:51:10.147Z+ git reset --hard 44a114028cc75ea7ee969474a71cf0a33394f58e
942026-03-09T18:51:10.147ZHEAD is now at 44a114028 feedback
952026-03-09T18:51:10.147Zprocess exited: duration 55186 ms, exit code 0
 
962026-03-09T18:51:10.161Zstarting task 4: "build"
972026-03-09T18:51:10.167Z+ source .github/buildomat/ci-env.sh
982026-03-09T18:51:10.171Z++ export CARGO_TERM_COLOR=always
992026-03-09T18:51:10.171Z++ CARGO_TERM_COLOR=always
1002026-03-09T18:51:10.171Z+ cargo --version
1012026-03-09T18:51:10.229Zcargo 1.91.1 (ea2d97820 2025-10-10)
1022026-03-09T18:51:10.233Z+ rustc --version
1032026-03-09T18:51:10.306Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1042026-03-09T18:51:10.310Z+ cargo tree --locked
1052026-03-09T18:51:10.605Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1062026-03-09T18:51:11.222Z Updating crates.io index
1072026-03-09T18:51:11.339Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1082026-03-09T18:51:11.795Z Updating git repository `https://github.com/oxidecomputer/lldp`
1092026-03-09T18:51:13.291Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1102026-03-09T18:51:13.648Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1112026-03-09T18:51:14.489Z Updating git repository `https://github.com/oxidecomputer/propolis`
1122026-03-09T18:51:18.693Z Updating git repository `https://github.com/oxidecomputer/crucible`
1132026-03-09T18:51:25.265Z Updating git repository `https://github.com/oxidecomputer/opte`
1142026-03-09T18:51:27.901Z Updating git repository `https://github.com/oxidecomputer/tofino`
1152026-03-09T18:51:29.763Z Updating git repository `https://github.com/oxidecomputer/falcon`
1162026-03-09T18:51:33.995Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1172026-03-09T18:51:35.320Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1182026-03-09T18:51:37.813Z Updating git repository `https://github.com/oxidecomputer/clickward`
1192026-03-09T18:51:38.542Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1202026-03-09T18:51:39.622Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212026-03-09T18:51:40.352Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1222026-03-09T18:51:42.819Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1232026-03-09T18:51:43.923Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1242026-03-09T18:51:44.631Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1252026-03-09T18:51:45.542Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1262026-03-09T18:51:46.331Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272026-03-09T18:51:46.821Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282026-03-09T18:51:47.317Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292026-03-09T18:51:47.871Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1302026-03-09T18:51:48.727Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1312026-03-09T18:51:49.628Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1322026-03-09T18:51:50.902Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1332026-03-09T18:51:51.464Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-03-09T18:51:52.530Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-03-09T18:51:53.797Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-03-09T18:51:55.094Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372026-03-09T18:51:55.792Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1382026-03-09T18:51:56.717Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-03-09T18:51:57.297Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-03-09T18:51:58.456Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-03-09T18:51:59.029Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-03-09T18:51:59.638Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-03-09T18:52:00.217Z Updating git repository `https://github.com/illumos/smf-rs`
1442026-03-09T18:52:01.037Z Updating git repository `https://github.com/oxidecomputer/omicron`
1452026-03-09T18:52:48.181Z Downloading crates ...
1462026-03-09T18:52:48.286Z Downloaded assert-json-diff v2.0.2
1472026-03-09T18:52:48.292Z Downloaded cargo-platform v0.2.0
1482026-03-09T18:52:48.297Z Downloaded bit-set v0.8.0
1492026-03-09T18:52:48.301Z Downloaded cast v0.3.0
1502026-03-09T18:52:48.306Z Downloaded ciborium-ll v0.2.2
1512026-03-09T18:52:48.310Z Downloaded crc v3.4.0
1522026-03-09T18:52:48.315Z Downloaded crossbeam-epoch v0.9.18
1532026-03-09T18:52:48.320Z Downloaded cargo_metadata v0.23.1
1542026-03-09T18:52:48.325Z Downloaded colored v3.1.1
1552026-03-09T18:52:48.331Z Downloaded const-oid v0.9.6
1562026-03-09T18:52:48.337Z Downloaded ciborium-io v0.2.2
1572026-03-09T18:52:48.341Z Downloaded block-buffer v0.10.4
1582026-03-09T18:52:48.345Z Downloaded derive_more-impl v2.1.1
1592026-03-09T18:52:48.356Z Downloaded constant_time_eq v0.3.1
1602026-03-09T18:52:48.359Z Downloaded criterion v0.7.0
1612026-03-09T18:52:48.367Z Downloaded const_format_proc_macros v0.2.34
1622026-03-09T18:52:48.372Z Downloaded clang-sys v1.8.1
1632026-03-09T18:52:48.378Z Downloaded cobs v0.3.0
1642026-03-09T18:52:48.384Z Downloaded defmt-parser v1.0.0
1652026-03-09T18:52:48.388Z Downloaded dof v0.3.0
1662026-03-09T18:52:48.393Z Downloaded darling_macro v0.21.3
1672026-03-09T18:52:48.396Z Downloaded dsl_auto_type v0.1.3
1682026-03-09T18:52:48.401Z Downloaded defmt v0.3.100
1692026-03-09T18:52:48.405Z Downloaded dtrace-parser v0.3.0
1702026-03-09T18:52:48.409Z Downloaded diesel_table_macro_syntax v0.2.0
1712026-03-09T18:52:48.413Z Downloaded dunce v1.0.5
1722026-03-09T18:52:48.417Z Downloaded crypto-common v0.1.7
1732026-03-09T18:52:48.421Z Downloaded endian-type v0.1.2
1742026-03-09T18:52:48.425Z Downloaded embedded-io v0.4.0
1752026-03-09T18:52:48.430Z Downloaded event-listener-strategy v0.5.4
1762026-03-09T18:52:48.434Z Downloaded cpufeatures v0.2.17
1772026-03-09T18:52:48.438Z Downloaded display-error-chain v0.2.2
1782026-03-09T18:52:48.443Z Downloaded chacha20 v0.9.1
1792026-03-09T18:52:48.448Z Downloaded equivalent v1.0.2
1802026-03-09T18:52:48.451Z Downloaded fd-lock v4.0.4
1812026-03-09T18:52:48.457Z Downloaded fastrand v2.3.0
1822026-03-09T18:52:48.462Z Downloaded drift v0.1.3
1832026-03-09T18:52:48.469Z Downloaded cfg-if v1.0.4
1842026-03-09T18:52:48.473Z Downloaded float-ord v0.3.2
1852026-03-09T18:52:48.477Z Downloaded foreign-types v0.3.2
1862026-03-09T18:52:48.481Z Downloaded futures-sink v0.3.32
1872026-03-09T18:52:48.484Z Downloaded futures-macro v0.3.32
1882026-03-09T18:52:48.489Z Downloaded erased-serde v0.4.9
1892026-03-09T18:52:48.493Z Downloaded deranged v0.5.8
1902026-03-09T18:52:48.500Z Downloaded generic-array v0.14.7
1912026-03-09T18:52:48.503Z Downloaded gethostname v0.5.0
1922026-03-09T18:52:48.507Z Downloaded filetime v0.2.27
1932026-03-09T18:52:48.511Z Downloaded ghash v0.5.1
1942026-03-09T18:52:48.515Z Downloaded ed25519 v2.2.3
1952026-03-09T18:52:48.519Z Downloaded hash32 v0.2.1
1962026-03-09T18:52:48.525Z Downloaded fs_extra v1.3.0
1972026-03-09T18:52:48.528Z Downloaded hash32 v0.3.1
1982026-03-09T18:52:48.532Z Downloaded hex-literal v0.4.1
1992026-03-09T18:52:48.536Z Downloaded http-body v1.0.1
2002026-03-09T18:52:48.539Z Downloaded heck v0.4.1
2012026-03-09T18:52:48.543Z Downloaded hostname v0.3.1
2022026-03-09T18:52:48.547Z Downloaded event-listener v5.4.1
2032026-03-09T18:52:48.552Z Downloaded git-stub-vcs v0.1.0
2042026-03-09T18:52:48.556Z Downloaded http-range v0.1.5
2052026-03-09T18:52:48.559Z Downloaded crc32fast v1.5.0
2062026-03-09T18:52:48.564Z Downloaded dropshot_endpoint v0.16.7
2072026-03-09T18:52:48.570Z Downloaded globwalk v0.9.1
2082026-03-09T18:52:48.573Z Downloaded ident_case v1.0.1
2092026-03-09T18:52:48.576Z Downloaded hubpack v0.1.2
2102026-03-09T18:52:48.580Z Downloaded httpdate v1.0.3
2112026-03-09T18:52:48.584Z Downloaded globset v0.4.18
2122026-03-09T18:52:48.588Z Downloaded group v0.13.0
2132026-03-09T18:52:48.592Z Downloaded hyper-tls v0.6.0
2142026-03-09T18:52:48.596Z Downloaded inout v0.1.4
2152026-03-09T18:52:48.599Z Downloaded idna_adapter v1.2.1
2162026-03-09T18:52:48.602Z Downloaded is-terminal v0.4.17
2172026-03-09T18:52:48.606Z Downloaded indoc v1.0.9
2182026-03-09T18:52:48.611Z Downloaded is_terminal_polyfill v1.70.2
2192026-03-09T18:52:48.614Z Downloaded is_ci v1.2.0
2202026-03-09T18:52:48.618Z Downloaded libscf-sys v1.1.0
2212026-03-09T18:52:48.621Z Downloaded highway v1.3.0
2222026-03-09T18:52:48.626Z Downloaded instability v0.3.11
2232026-03-09T18:52:48.629Z Downloaded derive_builder v0.20.2
2242026-03-09T18:52:48.636Z Downloaded elliptic-curve v0.13.8
2252026-03-09T18:52:48.642Z Downloaded lazy_static v1.5.0
2262026-03-09T18:52:48.645Z Downloaded keccak v0.1.6
2272026-03-09T18:52:48.649Z Downloaded linkme-impl v0.3.35
2282026-03-09T18:52:48.653Z Downloaded lalrpop-util v0.19.12
2292026-03-09T18:52:48.656Z Downloaded maplit v1.0.2
2302026-03-09T18:52:48.660Z Downloaded match_cfg v0.1.0
2312026-03-09T18:52:48.663Z Downloaded md5 v0.7.0
2322026-03-09T18:52:48.666Z Downloaded humantime v2.3.0
2332026-03-09T18:52:48.670Z Downloaded indoc v2.0.7
2342026-03-09T18:52:48.674Z Downloaded miette-derive v5.10.0
2352026-03-09T18:52:48.678Z Downloaded multimap v0.10.1
2362026-03-09T18:52:48.681Z Downloaded hmac v0.12.1
2372026-03-09T18:52:48.686Z Downloaded lzss v0.8.2
2382026-03-09T18:52:48.689Z Downloaded libtest-mimic v0.8.1
2392026-03-09T18:52:48.694Z Downloaded newtype_derive v0.1.6
2402026-03-09T18:52:48.697Z Downloaded libsw-core v0.3.2
2412026-03-09T18:52:48.701Z Downloaded memmap v0.7.0
2422026-03-09T18:52:48.705Z Downloaded httparse v1.10.1
2432026-03-09T18:52:48.709Z Downloaded itoa v1.0.17
2442026-03-09T18:52:48.713Z Downloaded normalize-line-endings v0.3.0
2452026-03-09T18:52:48.716Z Downloaded nodrop v0.1.14
2462026-03-09T18:52:48.719Z Downloaded linkme v0.3.35
2472026-03-09T18:52:48.724Z Downloaded derive_more v2.1.1
2482026-03-09T18:52:48.736Z Downloaded num-derive v0.4.2
2492026-03-09T18:52:48.739Z Downloaded hyper-rustls v0.27.7
2502026-03-09T18:52:48.744Z Downloaded num_enum_derive v0.5.11
2512026-03-09T18:52:48.747Z Downloaded iana-time-zone v0.1.65
2522026-03-09T18:52:48.751Z Downloaded multer v3.1.0
2532026-03-09T18:52:48.755Z Downloaded num-iter v0.1.45
2542026-03-09T18:52:48.759Z Downloaded openssl-probe v0.2.1
2552026-03-09T18:52:48.762Z Downloaded olpc-cjson v0.1.4
2562026-03-09T18:52:48.765Z Downloaded ed25519-dalek v2.2.0
2572026-03-09T18:52:48.770Z Downloaded mime_guess v2.0.5
2582026-03-09T18:52:48.773Z Downloaded oso-derive v0.27.3
2592026-03-09T18:52:48.776Z Downloaded icu_provider v2.1.1
2602026-03-09T18:52:48.780Z Downloaded ordered-float v2.10.1
2612026-03-09T18:52:48.784Z Downloaded aes v0.8.4
2622026-03-09T18:52:48.788Z Downloaded newtype-uuid v1.3.2
2632026-03-09T18:52:48.791Z Downloaded native-tls v0.2.18
2642026-03-09T18:52:48.795Z Downloaded knuffel-derive v3.2.0
2652026-03-09T18:52:48.798Z Downloaded num_enum v0.5.11
2662026-03-09T18:52:48.804Z Downloaded pathdiff v0.2.3
2672026-03-09T18:52:48.807Z Downloaded pbkdf2 v0.12.2
2682026-03-09T18:52:48.811Z Downloaded heapless v0.8.0
2692026-03-09T18:52:48.816Z Downloaded icu_properties v2.1.2
2702026-03-09T18:52:48.820Z Downloaded oorandom v11.1.5
2712026-03-09T18:52:48.823Z Downloaded percent-encoding v2.3.2
2722026-03-09T18:52:48.826Z Downloaded phf_shared v0.13.1
2732026-03-09T18:52:48.828Z Downloaded phf_shared v0.12.1
2742026-03-09T18:52:48.831Z Downloaded crossbeam-channel v0.5.15
2752026-03-09T18:52:48.837Z Downloaded peg-runtime v0.8.5
2762026-03-09T18:52:48.840Z Downloaded packed_struct_codegen v0.10.1
2772026-03-09T18:52:48.843Z Downloaded indexmap v1.9.3
2782026-03-09T18:52:48.847Z Downloaded plotters-backend v0.3.7
2792026-03-09T18:52:48.852Z Downloaded num_enum_derive v0.7.5
2802026-03-09T18:52:48.857Z Downloaded plain v0.2.3
2812026-03-09T18:52:48.861Z Downloaded parking v2.2.1
2822026-03-09T18:52:48.861Z Downloaded num-complex v0.4.6
2832026-03-09T18:52:48.865Z Downloaded predicates-tree v1.0.13
2842026-03-09T18:52:48.868Z Downloaded libbz2-rs-sys v0.2.2
2852026-03-09T18:52:48.871Z Downloaded parse-display-derive v0.10.0
2862026-03-09T18:52:48.871Z Downloaded pin-utils v0.1.0
2872026-03-09T18:52:48.874Z Downloaded predicates-core v1.0.10
2882026-03-09T18:52:48.878Z Downloaded proc-macro-crate v1.3.1
2892026-03-09T18:52:48.881Z Downloaded pretty-hex v0.4.1
2902026-03-09T18:52:48.884Z Downloaded oxide-tokio-rt v0.1.2
2912026-03-09T18:52:48.887Z Downloaded phf_shared v0.11.3
2922026-03-09T18:52:48.890Z Downloaded once_cell v1.21.3
2932026-03-09T18:52:48.892Z Downloaded proc-macro-crate v3.4.0
2942026-03-09T18:52:48.896Z Downloaded phf v0.13.1
2952026-03-09T18:52:48.898Z Downloaded litrs v1.0.0
2962026-03-09T18:52:48.901Z Downloaded paste v1.0.15
2972026-03-09T18:52:48.906Z Downloaded plotters-svg v0.3.7
2982026-03-09T18:52:48.909Z Downloaded pkg-config v0.3.32
2992026-03-09T18:52:48.911Z Downloaded partial-io v0.5.4
3002026-03-09T18:52:48.915Z Downloaded quick-error v1.2.3
3012026-03-09T18:52:48.917Z Downloaded proc-macro-error-attr v1.0.4
3022026-03-09T18:52:48.920Z Downloaded hickory-resolver v0.25.2
3032026-03-09T18:52:48.925Z Downloaded phf v0.12.1
3042026-03-09T18:52:48.928Z Downloaded progenitor-client v0.10.0
3052026-03-09T18:52:48.931Z Downloaded progenitor-macro v0.10.0
3062026-03-09T18:52:48.935Z Downloaded progenitor-client v0.11.2
3072026-03-09T18:52:48.938Z Downloaded knuffel v3.2.0
3082026-03-09T18:52:48.941Z Downloaded radium v0.7.0
3092026-03-09T18:52:48.944Z Downloaded rand_chacha v0.3.1
3102026-03-09T18:52:48.947Z Downloaded pkcs8 v0.10.2
3112026-03-09T18:52:48.950Z Downloaded polyval v0.6.2
3122026-03-09T18:52:48.952Z Downloaded progenitor v0.11.2
3132026-03-09T18:52:48.955Z Downloaded pest_derive v2.8.6
3142026-03-09T18:52:48.959Z Downloaded rand_xorshift v0.4.0
3152026-03-09T18:52:48.961Z Downloaded progenitor-extras v0.1.0
3162026-03-09T18:52:48.964Z Downloaded indicatif v0.18.4
3172026-03-09T18:52:48.969Z Downloaded pem-rfc7468 v0.7.0
3182026-03-09T18:52:48.972Z Downloaded p256 v0.13.2
3192026-03-09T18:52:48.977Z Downloaded progenitor-macro v0.11.2
3202026-03-09T18:52:48.980Z Downloaded pem v3.0.6
3212026-03-09T18:52:48.983Z Downloaded recursive-proc-macro-impl v0.1.1
3222026-03-09T18:52:48.987Z Downloaded hickory-resolver v0.24.4
3232026-03-09T18:52:48.990Z Downloaded recursive v0.1.1
3242026-03-09T18:52:48.993Z Downloaded papergrid v0.17.0
3252026-03-09T18:52:48.998Z Downloaded progenitor v0.13.0
3262026-03-09T18:52:49.001Z Downloaded ref-cast-impl v1.0.25
3272026-03-09T18:52:49.004Z Downloaded rfc6979 v0.4.0
3282026-03-09T18:52:49.007Z Downloaded ref-cast v1.0.25
3292026-03-09T18:52:49.014Z Downloaded r2d2 v0.8.10
3302026-03-09T18:52:49.017Z Downloaded primeorder v0.13.6
3312026-03-09T18:52:49.017Z Downloaded pkcs5 v0.7.1
3322026-03-09T18:52:49.020Z Downloaded postcard v1.1.3
3332026-03-09T18:52:49.023Z Downloaded poly1305 v0.8.0
3342026-03-09T18:52:49.026Z Downloaded rustc-hash v2.1.1
3352026-03-09T18:52:49.030Z Downloaded postgres-types v0.2.12
3362026-03-09T18:52:49.033Z Downloaded rustc_version v0.4.1
3372026-03-09T18:52:49.036Z Downloaded hashbrown v0.12.3
3382026-03-09T18:52:49.040Z Downloaded rand_core v0.6.4
3392026-03-09T18:52:49.043Z Downloaded hashbrown v0.13.2
3402026-03-09T18:52:49.048Z Downloaded rand_seeder v0.4.0
3412026-03-09T18:52:49.051Z Downloaded crossterm v0.28.1
3422026-03-09T18:52:49.057Z Downloaded salsa20 v0.10.2
3432026-03-09T18:52:49.064Z Downloaded rustc_version v0.1.7
3442026-03-09T18:52:49.064Z Downloaded scheduled-thread-pool v0.2.7
3452026-03-09T18:52:49.069Z Downloaded progenitor v0.10.0
3462026-03-09T18:52:49.069Z Downloaded aho-corasick v1.1.4
3472026-03-09T18:52:49.072Z Downloaded quinn-udp v0.5.14
3482026-03-09T18:52:49.076Z Downloaded same-file v1.0.6
3492026-03-09T18:52:49.078Z Downloaded sapling-renderdag v0.1.0
3502026-03-09T18:52:49.081Z Downloaded miette v5.10.0
3512026-03-09T18:52:49.085Z Downloaded pin-project v1.1.11
3522026-03-09T18:52:49.096Z Downloaded secrecy v0.10.3
3532026-03-09T18:52:49.099Z Downloaded scrypt v0.11.0
3542026-03-09T18:52:49.103Z Downloaded scopeguard v1.2.0
3552026-03-09T18:52:49.106Z Downloaded http v1.4.0
3562026-03-09T18:52:49.108Z Downloaded prefix-trie v0.7.0
3572026-03-09T18:52:49.112Z Downloaded scroll_derive v0.13.1
3582026-03-09T18:52:49.114Z Downloaded serde-big-array v0.5.1
3592026-03-09T18:52:49.117Z Downloaded seq-macro v0.3.6
3602026-03-09T18:52:49.120Z Downloaded rustls-native-certs v0.8.3
3612026-03-09T18:52:49.123Z Downloaded crossterm v0.29.0
3622026-03-09T18:52:49.129Z Downloaded progenitor-impl v0.11.2
3632026-03-09T18:52:49.132Z Downloaded serde_bytes v0.11.19
3642026-03-09T18:52:49.135Z Downloaded serde_plain v1.0.2
3652026-03-09T18:52:49.138Z Downloaded rusty-fork v0.3.1
3662026-03-09T18:52:49.141Z Downloaded serde_regex v1.1.0
3672026-03-09T18:52:49.143Z Downloaded rustls-pemfile v1.0.4
3682026-03-09T18:52:49.146Z Downloaded pest_meta v2.8.6
3692026-03-09T18:52:49.149Z Downloaded serde_urlencoded v0.7.1
3702026-03-09T18:52:49.152Z Downloaded serde_repr v0.1.20
3712026-03-09T18:52:49.154Z Downloaded proc-macro2 v1.0.106
3722026-03-09T18:52:49.158Z Downloaded relative-path v1.9.3
3732026-03-09T18:52:49.160Z Downloaded signal-hook-mio v0.2.5
3742026-03-09T18:52:49.163Z Downloaded chrono v0.4.44
3752026-03-09T18:52:49.169Z Downloaded signature v2.2.0
3762026-03-09T18:52:49.172Z Downloaded serde_spanned v1.0.4
3772026-03-09T18:52:49.175Z Downloaded sigpipe v0.1.3
3782026-03-09T18:52:49.178Z Downloaded sec1 v0.7.3
3792026-03-09T18:52:49.181Z Downloaded mio v1.1.1
3802026-03-09T18:52:49.184Z Downloaded semver v1.0.27
3812026-03-09T18:52:49.187Z Downloaded siphasher v1.0.2
3822026-03-09T18:52:49.190Z Downloaded slog-bunyan v2.5.0
3832026-03-09T18:52:49.194Z Downloaded similar-asserts v1.7.0
3842026-03-09T18:52:49.198Z Downloaded prettyplease v0.2.37
3852026-03-09T18:52:49.201Z Downloaded libxml v0.3.3
3862026-03-09T18:52:49.204Z Downloaded serde_derive_internals v0.29.1
3872026-03-09T18:52:49.207Z Downloaded rcgen v0.12.1
3882026-03-09T18:52:49.210Z Downloaded progenitor-impl v0.13.0
3892026-03-09T18:52:49.230Z Downloaded slog-envlogger v2.2.0
3902026-03-09T18:52:49.236Z Downloaded serde_spanned v0.6.9
3912026-03-09T18:52:49.236Z Downloaded rustversion v1.0.22
3922026-03-09T18:52:49.236Z Downloaded shlex v1.3.0
3932026-03-09T18:52:49.239Z Downloaded smawk v0.3.2
3942026-03-09T18:52:49.242Z Downloaded ssh-cipher v0.2.0
3952026-03-09T18:52:49.246Z Downloaded signal-hook-registry v1.4.8
3962026-03-09T18:52:49.246Z Downloaded strip-ansi-escapes v0.2.1
3972026-03-09T18:52:49.249Z Downloaded simd-adler32 v0.3.8
3982026-03-09T18:52:49.252Z Downloaded hashbrown v0.16.1
3992026-03-09T18:52:49.258Z Downloaded rand_distr v0.5.1
4002026-03-09T18:52:49.262Z Downloaded ssh-encoding v0.2.0
4012026-03-09T18:52:49.266Z Downloaded strum v0.26.3
4022026-03-09T18:52:49.285Z Downloaded slog-dtrace v0.3.0
4032026-03-09T18:52:49.285Z Downloaded futures-util v0.3.32
4042026-03-09T18:52:49.288Z Downloaded swrite v0.1.0
4052026-03-09T18:52:49.288Z Downloaded supports-unicode v2.1.0
4062026-03-09T18:52:49.288Z Downloaded serde_with_macros v3.17.0
4072026-03-09T18:52:49.291Z Downloaded slog-json v2.6.1
4082026-03-09T18:52:49.295Z Downloaded slog-term v2.9.2
4092026-03-09T18:52:49.298Z Downloaded ryu v1.0.23
4102026-03-09T18:52:49.301Z Downloaded subtle v2.6.1
4112026-03-09T18:52:49.305Z Downloaded smallvec v0.6.14
4122026-03-09T18:52:49.308Z Downloaded tabwriter v1.4.1
4132026-03-09T18:52:49.308Z Downloaded tagptr v0.2.0
4142026-03-09T18:52:49.311Z Downloaded tabled_derive v0.11.0
4152026-03-09T18:52:49.311Z Downloaded sqlparser_derive v0.5.0
4162026-03-09T18:52:49.314Z Downloaded tabled_derive v0.7.0
4172026-03-09T18:52:49.314Z Downloaded sync_wrapper v1.0.2
4182026-03-09T18:52:49.317Z Downloaded schemars v0.8.22
4192026-03-09T18:52:49.327Z Downloaded terminal_size v0.4.3
4202026-03-09T18:52:49.330Z Downloaded tap v1.0.1
4212026-03-09T18:52:49.334Z Downloaded take_mut v0.2.2
4222026-03-09T18:52:49.334Z Downloaded string_cache v0.8.9
4232026-03-09T18:52:49.337Z Downloaded stacker v0.1.23
4242026-03-09T18:52:49.337Z Downloaded target-triple v1.0.0
4252026-03-09T18:52:49.340Z Downloaded static_assertions v1.1.0
4262026-03-09T18:52:49.340Z Downloaded testing_table v0.3.0
4272026-03-09T18:52:49.343Z Downloaded strum_macros v0.24.3
4282026-03-09T18:52:49.346Z Downloaded serde_derive v1.0.228
4292026-03-09T18:52:49.349Z Downloaded stringprep v0.1.5
4302026-03-09T18:52:49.353Z Downloaded rustls-platform-verifier v0.6.2
4312026-03-09T18:52:49.356Z Downloaded slog-scope v4.4.1
4322026-03-09T18:52:49.360Z Downloaded time-core v0.1.8
4332026-03-09T18:52:49.360Z Downloaded h2 v0.4.13
4342026-03-09T18:52:49.365Z Downloaded thread-id v5.1.0
4352026-03-09T18:52:49.368Z Downloaded strum_macros v0.26.4
4362026-03-09T18:52:49.373Z Downloaded qorb v0.4.1
4372026-03-09T18:52:49.378Z Downloaded synstructure v0.13.2
4382026-03-09T18:52:49.381Z Downloaded spin v0.9.8
4392026-03-09T18:52:49.381Z Downloaded stringmetrics v2.2.2
4402026-03-09T18:52:49.384Z Downloaded target-lexicon v0.13.3
4412026-03-09T18:52:49.384Z Downloaded snafu-derive v0.8.9
4422026-03-09T18:52:49.387Z Downloaded signal-hook v0.3.18
4432026-03-09T18:52:49.390Z Downloaded aws-lc-rs v1.16.0
4442026-03-09T18:52:49.399Z Downloaded tinyvec_macros v0.1.1
4452026-03-09T18:52:49.402Z Downloaded slog v2.8.2
4462026-03-09T18:52:49.405Z Downloaded toml_datetime v0.6.11
4472026-03-09T18:52:49.407Z Downloaded rustls-webpki v0.103.9
4482026-03-09T18:52:49.410Z Downloaded target-spec v3.5.7
4492026-03-09T18:52:49.413Z Downloaded thiserror-no-std v2.0.2
4502026-03-09T18:52:49.417Z Downloaded termios v0.3.3
4512026-03-09T18:52:49.420Z Downloaded thiserror-impl v2.0.18
4522026-03-09T18:52:49.423Z Downloaded smallvec v1.15.1
4532026-03-09T18:52:49.423Z Downloaded schemars v0.9.0
4542026-03-09T18:52:49.436Z Downloaded trait-variant v0.1.2
4552026-03-09T18:52:49.439Z Downloaded thiserror-impl v1.0.69
4562026-03-09T18:52:49.439Z Downloaded topological-sort v0.2.2
4572026-03-09T18:52:49.442Z Downloaded toml_write v0.1.2
4582026-03-09T18:52:49.442Z Downloaded typeid v1.0.3
4592026-03-09T18:52:49.445Z Downloaded try-lock v0.2.5
4602026-03-09T18:52:49.448Z Downloaded tower-service v0.3.3
4612026-03-09T18:52:49.448Z Downloaded tower-layer v0.3.3
4622026-03-09T18:52:49.451Z Downloaded thread_local v1.1.9
4632026-03-09T18:52:49.451Z Downloaded tls_codec_derive v0.4.2
4642026-03-09T18:52:49.454Z Downloaded tokio-native-tls v0.3.1
4652026-03-09T18:52:49.457Z Downloaded tokio-macros v2.6.0
4662026-03-09T18:52:49.457Z Downloaded tokio-rustls v0.25.0
4672026-03-09T18:52:49.460Z Downloaded tiny-keccak v2.0.2
4682026-03-09T18:52:49.463Z Downloaded russh v0.45.0
4692026-03-09T18:52:49.467Z Downloaded typify-macro v0.6.1
4702026-03-09T18:52:49.470Z Downloaded typify-macro v0.4.3
4712026-03-09T18:52:49.470Z Downloaded samael v0.0.19
4722026-03-09T18:52:49.477Z Downloaded unicode-truncate v1.1.0
4732026-03-09T18:52:49.480Z Downloaded strum_macros v0.27.2
4742026-03-09T18:52:49.483Z Downloaded toml_writer v1.0.6+spec-1.1.0
4752026-03-09T18:52:49.483Z Downloaded subprocess v0.2.15
4762026-03-09T18:52:49.487Z Downloaded unicode-linebreak v0.1.5
4772026-03-09T18:52:49.490Z Downloaded usdt-attr-macro v0.6.0
4782026-03-09T18:52:49.490Z Downloaded toml_datetime v1.0.0+spec-1.1.0
4792026-03-09T18:52:49.493Z Downloaded tokio-tungstenite v0.21.0
4802026-03-09T18:52:49.496Z Downloaded usdt-attr-macro v0.5.0
4812026-03-09T18:52:49.496Z Downloaded usdt v0.5.0
4822026-03-09T18:52:49.496Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4832026-03-09T18:52:49.499Z Downloaded bindgen v0.71.1
4842026-03-09T18:52:49.504Z Downloaded tui-tree-widget v0.23.1
4852026-03-09T18:52:49.507Z Downloaded term v1.2.1
4862026-03-09T18:52:49.511Z Downloaded usdt-macro v0.5.0
4872026-03-09T18:52:49.514Z Downloaded utf-8 v0.7.6
4882026-03-09T18:52:49.514Z Downloaded utf8parse v0.2.2
4892026-03-09T18:52:49.514Z Downloaded usdt v0.6.0
4902026-03-09T18:52:49.517Z Downloaded untrusted v0.9.0
4912026-03-09T18:52:49.517Z Downloaded unit-prefix v0.5.2
4922026-03-09T18:52:49.519Z Downloaded unicode-xid v0.2.6
4932026-03-09T18:52:49.522Z Downloaded plotters v0.3.7
4942026-03-09T18:52:49.529Z Downloaded usdt-macro v0.6.0
4952026-03-09T18:52:49.532Z Downloaded socket2 v0.6.2
4962026-03-09T18:52:49.534Z Downloaded utf8_iter v1.0.4
4972026-03-09T18:52:49.534Z Downloaded test-strategy v0.4.5
4982026-03-09T18:52:49.541Z Downloaded toml_parser v1.0.9+spec-1.1.0
4992026-03-09T18:52:49.544Z Downloaded unicase v2.9.0
5002026-03-09T18:52:49.544Z Downloaded void v1.0.2
5012026-03-09T18:52:49.544Z Downloaded version_check v0.9.5
5022026-03-09T18:52:49.548Z Downloaded tar v0.4.44
5032026-03-09T18:52:49.551Z Downloaded term v0.7.0
5042026-03-09T18:52:49.553Z Downloaded schemars v1.2.1
5052026-03-09T18:52:49.566Z Downloaded xshell-macros v0.2.7
5062026-03-09T18:52:49.569Z Downloaded want v0.3.1
5072026-03-09T18:52:49.569Z Downloaded waitgroup v0.1.2
5082026-03-09T18:52:49.569Z Downloaded wait-timeout v0.2.1
5092026-03-09T18:52:49.573Z Downloaded usdt-impl v0.5.0
5102026-03-09T18:52:49.573Z Downloaded tracing-attributes v0.1.31
5112026-03-09T18:52:49.576Z Downloaded xattr v1.6.1
5122026-03-09T18:52:49.579Z Downloaded twox-hash v2.1.2
5132026-03-09T18:52:49.582Z Downloaded tokio-rustls v0.26.4
5142026-03-09T18:52:49.584Z Downloaded yoke-derive v0.8.1
5152026-03-09T18:52:49.585Z Downloaded textwrap v0.16.2
5162026-03-09T18:52:49.588Z Downloaded textwrap v0.15.2
5172026-03-09T18:52:49.588Z Downloaded toml v0.8.23
5182026-03-09T18:52:49.591Z Downloaded tokio-rustls v0.24.1
5192026-03-09T18:52:49.595Z Downloaded rustyline v14.0.0
5202026-03-09T18:52:49.599Z Downloaded zeroize_derive v1.4.3
5212026-03-09T18:52:49.601Z Downloaded zerofrom-derive v0.1.6
5222026-03-09T18:52:49.602Z Downloaded zerofrom v0.1.6
5232026-03-09T18:52:49.605Z Downloaded ucd-trie v0.1.7
5242026-03-09T18:52:49.607Z Downloaded vergen-gitcl v1.0.8
5252026-03-09T18:52:49.608Z Downloaded vergen-git2 v1.0.7
5262026-03-09T18:52:49.610Z Downloaded uzers v0.12.2
5272026-03-09T18:52:49.610Z Downloaded zone_cfg_derive v0.3.1
5282026-03-09T18:52:49.614Z Downloaded tinyvec v1.10.0
5292026-03-09T18:52:49.617Z Downloaded rpassword v7.4.0
5302026-03-09T18:52:49.617Z Downloaded zone v0.3.1
5312026-03-09T18:52:49.621Z Downloaded steno v0.4.1
5322026-03-09T18:52:49.624Z Downloaded wyz v0.5.1
5332026-03-09T18:52:49.624Z Downloaded vergen-lib v0.1.6
5342026-03-09T18:52:49.627Z Downloaded ron v0.12.0
5352026-03-09T18:52:49.634Z Downloaded writeable v0.6.2
5362026-03-09T18:52:49.637Z Downloaded xz2 v0.1.7
5372026-03-09T18:52:49.640Z Downloaded whoami v2.1.0
5382026-03-09T18:52:49.640Z Downloaded xshell v0.2.7
5392026-03-09T18:52:49.643Z Downloaded tungstenite v0.21.0
5402026-03-09T18:52:49.646Z Downloaded usdt-impl v0.6.0
5412026-03-09T18:52:49.649Z Downloaded tokio-stream v0.1.18
5422026-03-09T18:52:49.651Z Downloaded yoke v0.8.1
5432026-03-09T18:52:49.654Z Downloaded p384 v0.13.1
5442026-03-09T18:52:49.658Z Downloaded unicode-bidi v0.3.18
5452026-03-09T18:52:49.661Z Downloaded unicode-ident v1.0.24
5462026-03-09T18:52:49.665Z Downloaded reqwest v0.12.28
5472026-03-09T18:52:49.669Z Downloaded toml_edit v0.23.10+spec-1.0.0
5482026-03-09T18:52:49.673Z Downloaded vergen v9.0.6
5492026-03-09T18:52:49.676Z Downloaded typify v0.6.1
5502026-03-09T18:52:49.679Z Downloaded zmij v1.0.21
5512026-03-09T18:52:49.682Z Downloaded zerovec-derive v0.11.2
5522026-03-09T18:52:49.682Z Downloaded zeroize v1.8.2
5532026-03-09T18:52:49.686Z Downloaded tracing-core v0.1.36
5542026-03-09T18:52:49.686Z Downloaded typify v0.4.3
5552026-03-09T18:52:49.690Z Downloaded lalrpop v0.19.12
5562026-03-09T18:52:49.701Z Downloaded zerocopy v0.6.6
5572026-03-09T18:52:49.704Z Downloaded zerocopy-derive v0.7.35
5582026-03-09T18:52:49.708Z Downloaded walkdir v2.5.0
5592026-03-09T18:52:49.712Z Downloaded unsafe-libyaml v0.2.11
5602026-03-09T18:52:49.715Z Downloaded uuid v1.21.0
5612026-03-09T18:52:49.719Z Downloaded tokio-postgres v0.7.16
5622026-03-09T18:52:49.722Z Downloaded regex v1.12.3
5632026-03-09T18:52:49.728Z Downloaded yasna v0.5.2
5642026-03-09T18:52:49.731Z Downloaded toml_edit v0.19.15
5652026-03-09T18:52:49.747Z Downloaded zstd-safe v7.2.4
5662026-03-09T18:52:49.749Z Downloaded toml_edit v0.22.27
5672026-03-09T18:52:49.753Z Downloaded quick-xml v0.37.5
5682026-03-09T18:52:49.757Z Downloaded typenum v1.19.0
5692026-03-09T18:52:49.760Z Downloaded reqwest v0.13.2
5702026-03-09T18:52:49.765Z Downloaded reedline v0.40.0
5712026-03-09T18:52:49.772Z Downloaded moka v0.12.13
5722026-03-09T18:52:49.780Z Downloaded portable-atomic v1.13.1
5732026-03-09T18:52:49.787Z Downloaded zstd v0.13.3
5742026-03-09T18:52:49.791Z Downloaded url v2.5.8
5752026-03-09T18:52:49.794Z Downloaded serde_json v1.0.149
5762026-03-09T18:52:49.801Z Downloaded tower v0.5.3
5772026-03-09T18:52:49.810Z Downloaded zerotrie v0.2.3
5782026-03-09T18:52:49.813Z Downloaded zip v0.6.6
5792026-03-09T18:52:49.817Z Downloaded yansi v1.0.1
5802026-03-09T18:52:49.820Z Downloaded unicode-segmentation v1.12.0
5812026-03-09T18:52:49.823Z Downloaded rustls-webpki v0.101.7
5822026-03-09T18:52:49.837Z Downloaded typed-path v0.9.3
5832026-03-09T18:52:49.843Z Downloaded rustls-webpki v0.102.8
5842026-03-09T18:52:49.860Z Downloaded petname v2.0.2
5852026-03-09T18:52:49.864Z Downloaded curve25519-dalek v4.1.3
5862026-03-09T18:52:49.873Z Downloaded nix v0.27.1
5872026-03-09T18:52:49.883Z Downloaded bstr v1.12.1
5882026-03-09T18:52:49.890Z Downloaded x509-cert v0.2.5
5892026-03-09T18:52:49.896Z Downloaded unicode-normalization v0.1.25
5902026-03-09T18:52:49.900Z Downloaded zip v4.6.1
5912026-03-09T18:52:49.904Z Downloaded serde_with v3.17.0
5922026-03-09T18:52:49.916Z Downloaded tokio-util v0.7.18
5932026-03-09T18:52:49.923Z Downloaded zerovec v0.11.5
5942026-03-09T18:52:49.928Z Downloaded zerocopy-derive v0.8.40
5952026-03-09T18:52:49.937Z Downloaded quinn-proto v0.11.13
5962026-03-09T18:52:49.945Z Downloaded openssl v0.10.75
5972026-03-09T18:52:49.955Z Downloaded nix v0.29.0
5982026-03-09T18:52:49.966Z Downloaded tower-http v0.6.8
5992026-03-09T18:52:49.974Z Downloaded nix v0.30.1
6002026-03-09T18:52:49.985Z Downloaded diesel v2.2.12
6012026-03-09T18:52:50.002Z Downloaded smoltcp v0.9.1
6022026-03-09T18:52:50.011Z Downloaded polar-core v0.27.3
6032026-03-09T18:52:50.019Z Downloaded nix v0.28.0
6042026-03-09T18:52:50.030Z Downloaded winnow v0.6.26
6052026-03-09T18:52:50.038Z Downloaded winnow v0.5.40
6062026-03-09T18:52:50.046Z Downloaded zlib-rs v0.6.2
6072026-03-09T18:52:50.051Z Downloaded zerocopy v0.7.35
6082026-03-09T18:52:50.068Z Downloaded rustls v0.21.12
6092026-03-09T18:52:50.076Z Downloaded tabled v0.15.0
6102026-03-09T18:52:50.092Z Downloaded webpki-roots v1.0.6
6112026-03-09T18:52:50.095Z Downloaded rustix v0.38.44
6122026-03-09T18:52:50.116Z Downloaded zerocopy v0.8.40
6132026-03-09T18:52:50.124Z Downloaded winnow v0.7.14
6142026-03-09T18:52:50.134Z Downloaded openapiv3 v2.2.0
6152026-03-09T18:52:50.145Z Downloaded unicode-width v0.1.14
6162026-03-09T18:52:50.149Z Downloaded time v0.3.47
6172026-03-09T18:52:50.160Z Downloaded syn v1.0.109
6182026-03-09T18:52:50.169Z Downloaded unicode-width v0.2.0
6192026-03-09T18:52:50.176Z Downloaded tabled v0.20.0
6202026-03-09T18:52:50.191Z Downloaded sqlparser v0.61.0
6212026-03-09T18:52:50.199Z Downloaded rustls v0.22.4
6222026-03-09T18:52:50.211Z Downloaded regress v0.10.5
6232026-03-09T18:52:50.219Z Downloaded regex-syntax v0.8.10
6242026-03-09T18:52:50.227Z Downloaded syn v2.0.117
6252026-03-09T18:52:50.238Z Downloaded typify-impl v0.4.3
6262026-03-09T18:52:50.254Z Downloaded bzip2-sys v0.1.13+1.0.8
6272026-03-09T18:52:50.266Z Downloaded rustix v1.1.3
6282026-03-09T18:52:50.288Z Downloaded rustls v0.23.37
6292026-03-09T18:52:50.299Z Downloaded regex-syntax v0.6.29
6302026-03-09T18:52:50.305Z Downloaded smoltcp v0.11.0
6312026-03-09T18:52:50.315Z Downloaded hickory-proto v0.24.4
6322026-03-09T18:52:50.329Z Downloaded lzma-sys v0.1.20
6332026-03-09T18:52:50.356Z Downloaded nix v0.31.1
6342026-03-09T18:52:50.366Z Downloaded hickory-proto v0.25.2
6352026-03-09T18:52:50.380Z Downloaded chrono-tz v0.10.4
6362026-03-09T18:52:50.394Z Downloaded tracing v0.1.44
6372026-03-09T18:52:50.414Z Downloaded sled v0.34.7
6382026-03-09T18:52:50.423Z Downloaded typify-impl v0.6.1
6392026-03-09T18:52:50.434Z Downloaded libz-sys v1.1.24
6402026-03-09T18:52:50.453Z Downloaded ratatui v0.29.0
6412026-03-09T18:52:50.470Z Downloaded vcpkg v0.2.15
6422026-03-09T18:52:50.505Z Downloaded object v0.37.3
6432026-03-09T18:52:50.515Z Downloaded tough v0.20.0
6442026-03-09T18:52:50.523Z Downloaded dropshot v0.16.7
6452026-03-09T18:52:50.544Z Downloaded regex-automata v0.4.14
6462026-03-09T18:52:50.558Z Downloaded tokio v1.49.0
6472026-03-09T18:52:50.593Z Downloaded zerocopy-derive v0.6.6
6482026-03-09T18:52:50.602Z Downloaded petgraph v0.6.5
6492026-03-09T18:52:50.618Z Downloaded radix_trie v0.2.1
6502026-03-09T18:52:50.622Z Downloaded object v0.30.4
6512026-03-09T18:52:50.631Z Downloaded jiff v0.2.21
6522026-03-09T18:52:50.648Z Downloaded ssh-key v0.6.7
6532026-03-09T18:52:50.654Z Downloaded unicode_categories v0.1.1
6542026-03-09T18:52:50.657Z Downloaded libc v0.2.180
6552026-03-09T18:52:50.685Z Downloaded petgraph v0.8.3
6562026-03-09T18:52:50.703Z Downloaded csv v1.4.0
6572026-03-09T18:52:50.721Z Downloaded rayon v1.11.0
6582026-03-09T18:52:50.729Z Downloaded zopfli v0.8.3
6592026-03-09T18:52:50.732Z Downloaded vte v0.14.1
6602026-03-09T18:52:50.735Z Downloaded salty v0.3.0
6612026-03-09T18:52:50.739Z Downloaded proptest v1.10.0
6622026-03-09T18:52:50.747Z Downloaded gimli v0.32.3
6632026-03-09T18:52:50.755Z Downloaded goblin v0.10.5
6642026-03-09T18:52:50.761Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
6652026-03-09T18:52:50.777Z Downloaded sha3 v0.10.8
6662026-03-09T18:52:50.781Z Downloaded tungstenite v0.23.0
6672026-03-09T18:52:50.784Z Downloaded git2 v0.20.4
6682026-03-09T18:52:50.791Z Downloaded trybuild v1.0.116
6692026-03-09T18:52:50.795Z Downloaded whoami v1.6.1
6702026-03-09T18:52:50.798Z Downloaded vsss-rs v3.3.4
6712026-03-09T18:52:50.801Z Downloaded unicode-properties v0.1.4
6722026-03-09T18:52:50.801Z Downloaded toml v0.9.12+spec-1.1.0
6732026-03-09T18:52:50.804Z Downloaded toml v0.7.8
6742026-03-09T18:52:50.807Z Downloaded bitvec v1.0.1
6752026-03-09T18:52:50.820Z Downloaded toml v1.0.3+spec-1.1.0
6762026-03-09T18:52:50.827Z Downloaded universal-hash v0.5.1
6772026-03-09T18:52:50.830Z Downloaded snafu v0.8.9
6782026-03-09T18:52:50.830Z Downloaded untrusted v0.7.1
6792026-03-09T18:52:50.835Z Downloaded tokio-tungstenite v0.23.1
6802026-03-09T18:52:50.835Z Downloaded tempfile v3.25.0
6812026-03-09T18:52:50.841Z Downloaded unarray v0.1.4
6822026-03-09T18:52:50.841Z Downloaded tokio-dtrace v0.1.1
6832026-03-09T18:52:50.841Z Downloaded tls_codec v0.4.2
6842026-03-09T18:52:50.844Z Downloaded tinytemplate v1.2.1
6852026-03-09T18:52:50.844Z Downloaded serde v1.0.228
6862026-03-09T18:52:50.847Z Downloaded tinystr v0.8.2
6872026-03-09T18:52:50.847Z Downloaded time-macros v0.2.27
6882026-03-09T18:52:50.850Z Downloaded thiserror v2.0.18
6892026-03-09T18:52:50.856Z Downloaded ring v0.17.14
6902026-03-09T18:52:50.890Z Downloaded thiserror v1.0.69
6912026-03-09T18:52:50.895Z Downloaded encoding_rs v0.8.35
6922026-03-09T18:52:50.912Z Downloaded termcolor v1.4.1
6932026-03-09T18:52:50.916Z Downloaded socket2 v0.5.10
6942026-03-09T18:52:50.916Z Downloaded p521 v0.13.3
6952026-03-09T18:52:50.919Z Downloaded httpmock v0.8.3
6962026-03-09T18:52:50.936Z Downloaded libm v0.2.16
6972026-03-09T18:52:50.944Z Downloaded serde_core v1.0.228
6982026-03-09T18:52:50.947Z Downloaded similar v2.7.0
6992026-03-09T18:52:50.951Z Downloaded rsa v0.9.10
7002026-03-09T18:52:50.955Z Downloaded pest v2.8.6
7012026-03-09T18:52:50.959Z Downloaded rand v0.9.2
7022026-03-09T18:52:50.963Z Downloaded serde_yaml v0.9.34+deprecated
7032026-03-09T18:52:50.966Z Downloaded rand v0.10.0
7042026-03-09T18:52:50.969Z Downloaded hyper v1.8.1
7052026-03-09T18:52:50.975Z Downloaded itertools v0.14.0
7062026-03-09T18:52:50.981Z Downloaded goblin v0.8.2
7072026-03-09T18:52:50.986Z Downloaded thread-id v4.2.2
7082026-03-09T18:52:50.990Z Downloaded thiserror-impl-no-std v2.0.2
7092026-03-09T18:52:50.990Z Downloaded termtree v0.5.1
7102026-03-09T18:52:50.990Z Downloaded support-bundle-viewer v0.1.2
7112026-03-09T18:52:50.994Z Downloaded terminal_size v0.1.17
7122026-03-09T18:52:50.994Z Downloaded spki v0.7.3
7132026-03-09T18:52:50.994Z Downloaded smf v0.2.3
7142026-03-09T18:52:50.997Z Downloaded rand v0.8.5
7152026-03-09T18:52:50.997Z Downloaded libgit2-sys v0.18.3+1.9.2
7162026-03-09T18:52:51.047Z Downloaded hkdf v0.12.4
7172026-03-09T18:52:51.051Z Downloaded hashbrown v0.14.5
7182026-03-09T18:52:51.054Z Downloaded icu_properties_data v2.1.2
7192026-03-09T18:52:51.063Z Downloaded sqlformat v0.3.5
7202026-03-09T18:52:51.067Z Downloaded sync-ptr v0.1.4
7212026-03-09T18:52:51.067Z Downloaded rstest_macros v0.25.0
7222026-03-09T18:52:51.070Z Downloaded quinn v0.11.9
7232026-03-09T18:52:51.070Z Downloaded itertools v0.13.0
7242026-03-09T18:52:51.076Z Downloaded slog-stdlog v4.1.1
7252026-03-09T18:52:51.080Z Downloaded publicsuffix v2.3.0
7262026-03-09T18:52:51.080Z Downloaded num-bigint-dig v0.8.6
7272026-03-09T18:52:51.084Z Downloaded supports-hyperlinks v2.1.0
7282026-03-09T18:52:51.087Z Downloaded supports-color v3.0.2
7292026-03-09T18:52:51.087Z Downloaded supports-color v2.1.0
7302026-03-09T18:52:51.087Z Downloaded strum v0.27.2
7312026-03-09T18:52:51.090Z Downloaded structmeta-derive v0.3.0
7322026-03-09T18:52:51.090Z Downloaded structmeta v0.3.0
7332026-03-09T18:52:51.090Z Downloaded strsim v0.11.1
7342026-03-09T18:52:51.090Z Downloaded stable_deref_trait v1.2.1
7352026-03-09T18:52:51.100Z Downloaded slog-async v2.8.0
7362026-03-09T18:52:51.100Z Downloaded slab v0.4.12
7372026-03-09T18:52:51.100Z Downloaded rayon-core v1.13.0
7382026-03-09T18:52:51.100Z Downloaded blake3 v1.8.3
7392026-03-09T18:52:51.104Z Downloaded serde_cbor v0.11.2
7402026-03-09T18:52:51.107Z Downloaded rustls-pki-types v1.14.0
7412026-03-09T18:52:51.107Z Downloaded hashbrown v0.15.5
7422026-03-09T18:52:51.112Z Downloaded sha2 v0.10.9
7432026-03-09T18:52:51.115Z Downloaded sha1 v0.10.6
7442026-03-09T18:52:51.115Z Downloaded rstest v0.25.0
7452026-03-09T18:52:51.120Z Downloaded sct v0.7.1
7462026-03-09T18:52:51.123Z Downloaded ron v0.8.1
7472026-03-09T18:52:51.127Z Downloaded iri-string v0.7.10
7482026-03-09T18:52:51.133Z Downloaded iddqd v0.3.17
7492026-03-09T18:52:51.139Z Downloaded serde_tokenstream v0.2.3
7502026-03-09T18:52:51.142Z Downloaded itertools v0.12.1
7512026-03-09T18:52:51.146Z Downloaded hickory-server v0.25.2
7522026-03-09T18:52:51.150Z Downloaded num-bigint v0.4.6
7532026-03-09T18:52:51.153Z Downloaded nom v7.1.3
7542026-03-09T18:52:51.158Z Downloaded clap_builder v4.5.60
7552026-03-09T18:52:51.163Z Downloaded idna v1.1.0
7562026-03-09T18:52:51.166Z Downloaded serde_path_to_error v0.1.20
7572026-03-09T18:52:51.169Z Downloaded serde-untagged v0.1.9
7582026-03-09T18:52:51.169Z Downloaded serde-hex v0.1.0
7592026-03-09T18:52:51.172Z Downloaded russh-keys v0.45.0
7602026-03-09T18:52:51.172Z Downloaded signal-hook-tokio v0.3.1
7612026-03-09T18:52:51.175Z Downloaded semver v0.1.20
7622026-03-09T18:52:51.175Z Downloaded scroll v0.13.0
7632026-03-09T18:52:51.175Z Downloaded scroll v0.12.0
7642026-03-09T18:52:51.178Z Downloaded schemars_derive v0.8.22
7652026-03-09T18:52:51.178Z Downloaded pretty_assertions v1.4.1
7662026-03-09T18:52:51.181Z Downloaded minimal-lexical v0.2.1
7672026-03-09T18:52:51.184Z Downloaded guppy v0.17.25
7682026-03-09T18:52:51.188Z Downloaded shell-words v1.1.1
7692026-03-09T18:52:51.191Z Downloaded serde-value v0.7.0
7702026-03-09T18:52:51.191Z Downloaded rustls-pemfile v2.2.0
7712026-03-09T18:52:51.193Z Downloaded openssl-sys v0.9.111
7722026-03-09T18:52:51.196Z Downloaded progenitor-impl v0.10.0
7732026-03-09T18:52:51.199Z Downloaded memchr v2.8.0
7742026-03-09T18:52:51.202Z Downloaded secrecy v0.8.0
7752026-03-09T18:52:51.205Z Downloaded scroll_derive v0.12.1
7762026-03-09T18:52:51.205Z Downloaded rustc-demangle v0.1.27
7772026-03-09T18:52:51.205Z Downloaded rust-argon2 v2.1.0
7782026-03-09T18:52:51.208Z Downloaded hyper-util v0.1.20
7792026-03-09T18:52:51.211Z Downloaded itertools v0.10.5
7802026-03-09T18:52:51.217Z Downloaded resolv-conf v0.7.6
7812026-03-09T18:52:51.220Z Downloaded progenitor-client v0.13.0
7822026-03-09T18:52:51.220Z Downloaded russh-cryptovec v0.7.3
7832026-03-09T18:52:51.220Z Downloaded rand_core v0.10.0
7842026-03-09T18:52:51.223Z Downloaded rand_core v0.9.5
7852026-03-09T18:52:51.223Z Downloaded indexmap v2.13.0
7862026-03-09T18:52:51.226Z Downloaded rtoolbox v0.0.3
7872026-03-09T18:52:51.229Z Downloaded rand_chacha v0.9.0
7882026-03-09T18:52:51.229Z Downloaded jiff-static v0.2.21
7892026-03-09T18:52:51.232Z Downloaded pkcs1 v0.7.5
7902026-03-09T18:52:51.236Z Downloaded quote v1.0.44
7912026-03-09T18:52:51.236Z Downloaded proc-macro-error2 v2.0.1
7922026-03-09T18:52:51.239Z Downloaded predicates v3.1.4
7932026-03-09T18:52:51.242Z Downloaded pest_generator v2.8.6
7942026-03-09T18:52:51.242Z Downloaded papergrid v0.11.0
7952026-03-09T18:52:51.245Z Downloaded psm v0.1.30
7962026-03-09T18:52:51.248Z Downloaded proc-macro-error v1.0.4
7972026-03-09T18:52:51.251Z Downloaded parking_lot v0.12.5
7982026-03-09T18:52:51.252Z Downloaded oso v0.27.3
7992026-03-09T18:52:51.255Z Downloaded num-traits v0.2.19
8002026-03-09T18:52:51.258Z Downloaded icu_locale_core v2.1.1
8012026-03-09T18:52:51.262Z Downloaded icu_collections v2.1.1
8022026-03-09T18:52:51.268Z Downloaded parking_lot_core v0.9.12
8032026-03-09T18:52:51.270Z Downloaded parking_lot v0.11.2
8042026-03-09T18:52:51.273Z Downloaded pin-project-internal v1.1.11
8052026-03-09T18:52:51.273Z Downloaded pin-project-lite v0.2.17
8062026-03-09T18:52:51.277Z Downloaded ppv-lite86 v0.2.21
8072026-03-09T18:52:51.280Z Downloaded miniz_oxide v0.8.9
8082026-03-09T18:52:51.283Z Downloaded proc-macro-error-attr2 v2.0.0
8092026-03-09T18:52:51.283Z Downloaded postgres-protocol v0.6.10
8102026-03-09T18:52:51.283Z Downloaded psl-types v2.0.11
8112026-03-09T18:52:51.286Z Downloaded progenitor-macro v0.13.0
8122026-03-09T18:52:51.286Z Downloaded peg-macros v0.8.5
8132026-03-09T18:52:51.286Z Downloaded parking_lot_core v0.8.6
8142026-03-09T18:52:51.289Z Downloaded owo-colors v4.3.0
8152026-03-09T18:52:51.289Z Downloaded icu_normalizer_data v2.1.1
8162026-03-09T18:52:51.292Z Downloaded icu_normalizer v2.1.1
8172026-03-09T18:52:51.295Z Downloaded omicron-zone-package v0.12.2
8182026-03-09T18:52:51.298Z Downloaded num_enum v0.7.5
8192026-03-09T18:52:51.301Z Downloaded powerfmt v0.2.0
8202026-03-09T18:52:51.304Z Downloaded potential_utf v0.1.4
8212026-03-09T18:52:51.304Z Downloaded peg v0.8.5
8222026-03-09T18:52:51.309Z Downloaded path-tree v0.8.3
8232026-03-09T18:52:51.312Z Downloaded pbkdf2 v0.11.0
8242026-03-09T18:52:51.312Z Downloaded password-hash v0.5.0
8252026-03-09T18:52:51.312Z Downloaded password-hash v0.4.2
8262026-03-09T18:52:51.316Z Downloaded oxnet v0.1.4
8272026-03-09T18:52:51.316Z Downloaded ignore v0.4.25
8282026-03-09T18:52:51.319Z Downloaded precomputed-hash v0.1.1
8292026-03-09T18:52:51.319Z Downloaded log v0.4.29
8302026-03-09T18:52:51.319Z Downloaded packed_struct v0.10.1
8312026-03-09T18:52:51.323Z Downloaded owo-colors v3.5.0
8322026-03-09T18:52:51.325Z Downloaded memmap2 v0.9.10
8332026-03-09T18:52:51.326Z Downloaded fancy-regex v0.14.0
8342026-03-09T18:52:51.328Z Downloaded expectorate v1.2.0
8352026-03-09T18:52:51.331Z Downloaded diesel_derives v2.2.7
8362026-03-09T18:52:51.334Z Downloaded num-rational v0.4.2
8372026-03-09T18:52:51.334Z Downloaded num-integer v0.1.46
8382026-03-09T18:52:51.337Z Downloaded headers v0.4.1
8392026-03-09T18:52:51.340Z Downloaded heapless v0.7.17
8402026-03-09T18:52:51.343Z Downloaded flate2 v1.1.9
8412026-03-09T18:52:51.346Z Downloaded path-slash v0.1.5
8422026-03-09T18:52:51.349Z Downloaded aes-gcm v0.10.3
8432026-03-09T18:52:51.352Z Downloaded parse-size v1.1.0
8442026-03-09T18:52:51.352Z Downloaded parse-display v0.10.0
8452026-03-09T18:52:51.352Z Downloaded openssl-probe v0.1.6
8462026-03-09T18:52:51.355Z Downloaded num_threads v0.1.7
8472026-03-09T18:52:51.355Z Downloaded nu-ansi-term v0.50.3
8482026-03-09T18:52:51.358Z Downloaded mime v0.3.17
8492026-03-09T18:52:51.358Z Downloaded cc v1.2.56
8502026-03-09T18:52:51.361Z Downloaded backtrace v0.3.76
8512026-03-09T18:52:51.364Z Downloaded der v0.7.10
8522026-03-09T18:52:51.368Z Downloaded darling_core v0.23.0
8532026-03-09T18:52:51.372Z Downloaded openssl-macros v0.1.1
8542026-03-09T18:52:51.375Z Downloaded opaque-debug v0.3.1
8552026-03-09T18:52:51.375Z Downloaded nanorand v0.7.0
8562026-03-09T18:52:51.378Z Downloaded litemap v0.8.1
8572026-03-09T18:52:51.378Z Downloaded crypto-bigint v0.5.5
8582026-03-09T18:52:51.383Z Downloaded num-conv v0.2.0
8592026-03-09T18:52:51.386Z Downloaded flume v0.11.1
8602026-03-09T18:52:51.391Z Downloaded num-derive v0.3.3
8612026-03-09T18:52:51.392Z Downloaded num v0.4.3
8622026-03-09T18:52:51.395Z Downloaded nonempty v0.12.0
8632026-03-09T18:52:51.395Z Downloaded nibble_vec v0.1.0
8642026-03-09T18:52:51.395Z Downloaded maybe-uninit v2.0.0
8652026-03-09T18:52:51.395Z Downloaded lock_api v0.4.14
8662026-03-09T18:52:51.395Z Downloaded linear-map v1.2.0
8672026-03-09T18:52:51.398Z Downloaded libefi-sys v0.1.0
8682026-03-09T18:52:51.398Z Downloaded jobserver v0.1.34
8692026-03-09T18:52:51.398Z Downloaded ingot-macros v0.1.1
8702026-03-09T18:52:51.402Z Downloaded half v2.7.1
8712026-03-09T18:52:51.404Z Downloaded half v1.8.3
8722026-03-09T18:52:51.405Z Downloaded newtype-uuid-macros v0.1.0
8732026-03-09T18:52:51.405Z Downloaded httptest v0.16.4
8742026-03-09T18:52:51.408Z Downloaded getrandom v0.4.1
8752026-03-09T18:52:51.411Z Downloaded getrandom v0.3.4
8762026-03-09T18:52:51.414Z Downloaded base64 v0.21.7
8772026-03-09T18:52:51.418Z Downloaded clap v4.5.60
8782026-03-09T18:52:51.424Z Downloaded md-5 v0.10.6
8792026-03-09T18:52:51.427Z Downloaded ipnetwork v0.21.1
8802026-03-09T18:52:51.427Z Downloaded futures v0.3.32
8812026-03-09T18:52:51.432Z Downloaded dropshot-api-manager v0.5.2
8822026-03-09T18:52:51.435Z Downloaded libsw v3.5.0
8832026-03-09T18:52:51.438Z Downloaded newline-converter v0.3.0
8842026-03-09T18:52:51.438Z Downloaded new_debug_unreachable v1.0.6
8852026-03-09T18:52:51.438Z Downloaded nested v0.1.1
8862026-03-09T18:52:51.438Z Downloaded arc-swap v1.8.2
8872026-03-09T18:52:51.441Z Downloaded libloading v0.8.9
8882026-03-09T18:52:51.444Z Downloaded ipnet v2.11.0
8892026-03-09T18:52:51.449Z Downloaded lru-cache v0.1.2
8902026-03-09T18:52:51.449Z Downloaded lru v0.12.5
8912026-03-09T18:52:51.449Z Downloaded ingot-types v0.1.2
8922026-03-09T18:52:51.453Z Downloaded ingot v0.1.1
8932026-03-09T18:52:51.453Z Downloaded hickory-client v0.25.2
8942026-03-09T18:52:51.453Z Downloaded futures-channel v0.3.32
8952026-03-09T18:52:51.453Z Downloaded memoffset v0.9.1
8962026-03-09T18:52:51.456Z Downloaded indent_write v2.2.0
8972026-03-09T18:52:51.456Z Downloaded derive_more v0.99.20
8982026-03-09T18:52:51.459Z Downloaded base64 v0.22.1
8992026-03-09T18:52:51.462Z Downloaded managed v0.8.0
9002026-03-09T18:52:51.462Z Downloaded macaddr v1.0.1
9012026-03-09T18:52:51.465Z Downloaded lru-slab v0.1.2
9022026-03-09T18:52:51.465Z Downloaded linked-hash-map v0.5.6
9032026-03-09T18:52:51.465Z Downloaded fatfs v0.3.6
9042026-03-09T18:52:51.469Z Downloaded impl-trait-for-tuples v0.2.3
9052026-03-09T18:52:51.472Z Downloaded defmt-macros v1.0.1
9062026-03-09T18:52:51.474Z Downloaded darling_core v0.21.3
9072026-03-09T18:52:51.478Z Downloaded darling_core v0.20.11
9082026-03-09T18:52:51.482Z Downloaded internet-checksum v0.2.1
9092026-03-09T18:52:51.484Z Downloaded instant v0.1.13
9102026-03-09T18:52:51.484Z Downloaded hyper-staticfile v0.10.1
9112026-03-09T18:52:51.488Z Downloaded ciborium v0.2.2
9122026-03-09T18:52:51.488Z Downloaded bumpalo v3.20.2
9132026-03-09T18:52:51.491Z Downloaded crc-any v2.5.0
9142026-03-09T18:52:51.494Z Downloaded getrandom v0.2.17
9152026-03-09T18:52:51.497Z Downloaded futures-timer v3.0.3
9162026-03-09T18:52:51.497Z Downloaded kstat-rs v0.2.4
9172026-03-09T18:52:51.497Z Downloaded fs-err v3.3.0
9182026-03-09T18:52:51.500Z Downloaded http-body-util v0.1.3
9192026-03-09T18:52:51.500Z Downloaded bytes v1.11.1
9202026-03-09T18:52:51.503Z Downloaded find-msvc-tools v0.1.9
9212026-03-09T18:52:51.506Z Downloaded hubpack_derive v0.1.1
9222026-03-09T18:52:51.506Z Downloaded diff v0.1.13
9232026-03-09T18:52:51.509Z Downloaded glob v0.3.3
9242026-03-09T18:52:51.514Z Downloaded futures-executor v0.3.32
9252026-03-09T18:52:51.514Z Downloaded ar_archive_writer v0.5.1
9262026-03-09T18:52:51.517Z Downloaded derive-where v1.6.0
9272026-03-09T18:52:51.520Z Downloaded darling v0.20.11
9282026-03-09T18:52:51.523Z Downloaded displaydoc v0.2.5
9292026-03-09T18:52:51.526Z Downloaded cookie v0.18.1
9302026-03-09T18:52:51.528Z Downloaded hostname v0.4.2
9312026-03-09T18:52:51.529Z Downloaded crossbeam-utils v0.8.21
9322026-03-09T18:52:51.531Z Downloaded corncobs v0.1.4
9332026-03-09T18:52:51.532Z Downloaded fs-err v2.11.0
9342026-03-09T18:52:51.534Z Downloaded erased-serde v0.3.31
9352026-03-09T18:52:51.534Z Downloaded derive-ex v0.1.8
9362026-03-09T18:52:51.538Z Downloaded darling v0.23.0
9372026-03-09T18:52:51.541Z Downloaded console v0.15.11
9382026-03-09T18:52:51.544Z Downloaded datatest-stable v0.3.3
9392026-03-09T18:52:51.546Z Downloaded home v0.5.12
9402026-03-09T18:52:51.547Z Downloaded foldhash v0.2.0
9412026-03-09T18:52:51.549Z Downloaded foldhash v0.1.5
9422026-03-09T18:52:51.549Z Downloaded hex v0.4.3
9432026-03-09T18:52:51.549Z Downloaded heck v0.5.0
9442026-03-09T18:52:51.552Z Downloaded headers-core v0.3.0
9452026-03-09T18:52:51.552Z Downloaded guppy-workspace-hack v0.1.0
9462026-03-09T18:52:51.552Z Downloaded git-stub v1.0.0
9472026-03-09T18:52:51.552Z Downloaded des v0.8.1
9482026-03-09T18:52:51.555Z Downloaded criterion-plot v0.6.0
9492026-03-09T18:52:51.555Z Downloaded cookie_store v0.22.1
9502026-03-09T18:52:51.559Z Downloaded console v0.16.2
9512026-03-09T18:52:51.562Z Downloaded fallible-iterator v0.2.0
9522026-03-09T18:52:51.562Z Downloaded diesel-dtrace v0.4.2
9532026-03-09T18:52:51.562Z Downloaded derive_builder_core v0.20.2
9542026-03-09T18:52:51.565Z Downloaded darling v0.21.3
9552026-03-09T18:52:51.568Z Downloaded colored v2.2.0
9562026-03-09T18:52:51.571Z Downloaded clap_derive v4.5.55
9572026-03-09T18:52:51.574Z Downloaded blake2b_simd v1.0.4
9582026-03-09T18:52:51.574Z Downloaded ff v0.13.1
9592026-03-09T18:52:51.577Z Downloaded ctr v0.9.2
9602026-03-09T18:52:51.577Z Downloaded cargo_toml v0.22.3
9612026-03-09T18:52:51.580Z Downloaded fxhash v0.2.1
9622026-03-09T18:52:51.580Z Downloaded futures-task v0.3.32
9632026-03-09T18:52:51.580Z Downloaded futures-core v0.3.32
9642026-03-09T18:52:51.583Z Downloaded digest v0.10.7
9652026-03-09T18:52:51.583Z Downloaded defmt v1.0.1
9662026-03-09T18:52:51.586Z Downloaded futures-io v0.3.32
9672026-03-09T18:52:51.586Z Downloaded fixedbitset v0.5.7
9682026-03-09T18:52:51.589Z Downloaded env_logger v0.11.9
9692026-03-09T18:52:51.592Z Downloaded der_derive v0.7.3
9702026-03-09T18:52:51.592Z Downloaded daft-derive v0.1.5
9712026-03-09T18:52:51.595Z Downloaded crossbeam-deque v0.8.6
9722026-03-09T18:52:51.598Z Downloaded critical-section v1.2.0
9732026-03-09T18:52:51.598Z Downloaded daft v0.1.5
9742026-03-09T18:52:51.601Z Downloaded constant_time_eq v0.4.2
9752026-03-09T18:52:51.601Z Downloaded bzip2 v0.6.1
9762026-03-09T18:52:51.604Z Downloaded bzip2 v0.4.4
9772026-03-09T18:52:51.604Z Downloaded bitflags v2.11.0
9782026-03-09T18:52:51.607Z Downloaded bitflags v1.3.2
9792026-03-09T18:52:51.610Z Downloaded funty v2.0.0
9802026-03-09T18:52:51.613Z Downloaded form_urlencoded v1.2.2
9812026-03-09T18:52:51.613Z Downloaded foreign-types-shared v0.3.1
9822026-03-09T18:52:51.613Z Downloaded foreign-types-shared v0.1.1
9832026-03-09T18:52:51.613Z Downloaded foreign-types-macros v0.2.3
9842026-03-09T18:52:51.616Z Downloaded foreign-types v0.5.0
9852026-03-09T18:52:51.616Z Downloaded ena v0.14.4
9862026-03-09T18:52:51.616Z Downloaded fnv v1.0.7
9872026-03-09T18:52:51.616Z Downloaded float-cmp v0.10.0
9882026-03-09T18:52:51.619Z Downloaded flagset v0.4.7
9892026-03-09T18:52:51.619Z Downloaded fixedbitset v0.4.2
9902026-03-09T18:52:51.622Z Downloaded embedded-io v0.6.1
9912026-03-09T18:52:51.622Z Downloaded either v1.15.0
9922026-03-09T18:52:51.622Z Downloaded ecdsa v0.16.9
9932026-03-09T18:52:51.625Z Downloaded dtrace-parser v0.2.0
9942026-03-09T18:52:51.625Z Downloaded data-encoding v2.10.0
9952026-03-09T18:52:51.628Z Downloaded csv-core v0.1.13
9962026-03-09T18:52:51.628Z Downloaded convert_case v0.10.0
9972026-03-09T18:52:51.631Z Downloaded compact_str v0.8.1
9982026-03-09T18:52:51.633Z Downloaded cargo-util-schemas v0.8.2
9992026-03-09T18:52:51.633Z Downloaded anstyle v1.0.13
10002026-03-09T18:52:51.636Z Downloaded const_format v0.2.35
10012026-03-09T18:52:51.639Z Downloaded cancel-safe-futures v0.1.5
10022026-03-09T18:52:51.642Z Downloaded bitfield v0.19.4
10032026-03-09T18:52:51.642Z Downloaded arrayvec v0.7.6
10042026-03-09T18:52:51.645Z Downloaded allocator-api2 v0.2.21
10052026-03-09T18:52:51.648Z Downloaded escape8259 v0.5.3
10062026-03-09T18:52:51.648Z Downloaded errno v0.3.14
10072026-03-09T18:52:51.651Z Downloaded concurrent-queue v2.5.0
10082026-03-09T18:52:51.651Z Downloaded base64ct v1.8.3
10092026-03-09T18:52:51.654Z Downloaded cassowary v0.3.0
10102026-03-09T18:52:51.654Z Downloaded dirs-sys-next v0.1.2
10112026-03-09T18:52:51.654Z Downloaded difflib v0.4.0
10122026-03-09T18:52:51.659Z Downloaded cexpr v0.6.0
10132026-03-09T18:52:51.659Z Downloaded bytecount v0.6.9
10142026-03-09T18:52:51.662Z Downloaded bit-vec v0.8.0
10152026-03-09T18:52:51.662Z Downloaded bcs v0.1.6
10162026-03-09T18:52:51.662Z Downloaded approx v0.5.1
10172026-03-09T18:52:51.665Z Downloaded anstream v0.6.21
10182026-03-09T18:52:51.665Z Downloaded cargo_metadata v0.21.0
10192026-03-09T18:52:51.668Z Downloaded env_filter v1.0.0
10202026-03-09T18:52:51.668Z Downloaded enum-as-inner v0.6.1
10212026-03-09T18:52:51.670Z Downloaded dropshot-api-manager-types v0.5.2
10222026-03-09T18:52:51.671Z Downloaded debug-ignore v1.0.5
10232026-03-09T18:52:51.674Z Downloaded curve25519-dalek-derive v0.1.1
10242026-03-09T18:52:51.674Z Downloaded crunchy v0.2.4
10252026-03-09T18:52:51.674Z Downloaded dyn-clone v1.0.20
10262026-03-09T18:52:51.676Z Downloaded dirs-next v2.0.0
10272026-03-09T18:52:51.676Z Downloaded cargo_metadata v0.19.2
10282026-03-09T18:52:51.676Z Downloaded backoff v0.4.0
10292026-03-09T18:52:51.681Z Downloaded bit-vec v0.6.3
10302026-03-09T18:52:51.681Z Downloaded crc8 v0.1.1
10312026-03-09T18:52:51.685Z Downloaded clap_lex v1.0.0
10322026-03-09T18:52:51.685Z Downloaded bit-set v0.5.3
10332026-03-09T18:52:51.685Z Downloaded cstr-argument v0.1.2
10342026-03-09T18:52:51.685Z Downloaded cpufeatures v0.3.0
10352026-03-09T18:52:51.686Z Downloaded block-padding v0.3.3
10362026-03-09T18:52:51.690Z Downloaded dof v0.4.0
10372026-03-09T18:52:51.690Z Downloaded derive_builder_macro v0.20.2
10382026-03-09T18:52:51.690Z Downloaded crucible-workspace-hack v0.1.0
10392026-03-09T18:52:51.690Z Downloaded convert_case v0.4.0
10402026-03-09T18:52:51.690Z Downloaded chacha20poly1305 v0.10.1
10412026-03-09T18:52:51.693Z Downloaded bcrypt-pbkdf v0.10.0
10422026-03-09T18:52:51.693Z Downloaded document-features v0.2.12
10432026-03-09T18:52:51.693Z Downloaded darling_macro v0.23.0
10442026-03-09T18:52:51.693Z Downloaded cbc v0.1.2
10452026-03-09T18:52:51.696Z Downloaded buf-list v1.1.2
10462026-03-09T18:52:51.696Z Downloaded backtrace-ext v0.2.1
10472026-03-09T18:52:51.699Z Downloaded assert_cmd v2.1.2
10482026-03-09T18:52:51.699Z Downloaded argon2 v0.5.3
10492026-03-09T18:52:51.702Z Downloaded anstyle-parse v0.2.7
10502026-03-09T18:52:51.702Z Downloaded crc-catalog v2.4.0
10512026-03-09T18:52:51.705Z Downloaded camino-tempfile v1.4.1
10522026-03-09T18:52:51.705Z Downloaded ascii-canvas v3.0.0
10532026-03-09T18:52:51.708Z Downloaded darling_macro v0.20.11
10542026-03-09T18:52:51.708Z Downloaded cfg_aliases v0.2.1
10552026-03-09T18:52:51.708Z Downloaded cfg_aliases v0.1.1
10562026-03-09T18:52:51.708Z Downloaded arrayref v0.3.9
10572026-03-09T18:52:51.711Z Downloaded anstyle-query v1.1.5
10582026-03-09T18:52:51.711Z Downloaded bitfield-struct v0.6.2
10592026-03-09T18:52:51.711Z Downloaded chumsky v0.9.3
10602026-03-09T18:52:51.714Z Downloaded base16ct v1.0.0
10612026-03-09T18:52:51.717Z Downloaded colorchoice v1.0.4
10622026-03-09T18:52:51.717Z Downloaded cmake v0.1.57
10632026-03-09T18:52:51.717Z Downloaded cipher v0.4.4
10642026-03-09T18:52:51.720Z Downloaded camino-tempfile-ext v0.3.3
10652026-03-09T18:52:51.720Z Downloaded async-bb8-diesel v0.2.1
10662026-03-09T18:52:51.723Z Downloaded castaway v0.2.4
10672026-03-09T18:52:51.723Z Downloaded cargo-platform v0.3.2
10682026-03-09T18:52:51.726Z Downloaded base16ct v0.2.0
10692026-03-09T18:52:51.726Z Downloaded cargo-platform v0.1.9
10702026-03-09T18:52:51.726Z Downloaded assert_matches v1.5.0
10712026-03-09T18:52:51.729Z Downloaded camino v1.2.2
10722026-03-09T18:52:51.729Z Downloaded anyhow v1.0.102
10732026-03-09T18:52:51.732Z Downloaded chacha20 v0.10.0
10742026-03-09T18:52:51.735Z Downloaded cfg-expr v0.20.6
10752026-03-09T18:52:51.738Z Downloaded backon v1.6.0
10762026-03-09T18:52:51.741Z Downloaded atomic-waker v1.1.2
10772026-03-09T18:52:51.741Z Downloaded async-stream v0.3.6
10782026-03-09T18:52:51.744Z Downloaded ahash v0.8.12
10792026-03-09T18:52:51.744Z Downloaded aead v0.5.2
10802026-03-09T18:52:51.747Z Downloaded blake2 v0.10.6
10812026-03-09T18:52:51.747Z Downloaded autocfg v1.5.0
10822026-03-09T18:52:51.750Z Downloaded anes v0.1.6
10832026-03-09T18:52:51.753Z Downloaded byteorder v1.5.0
10842026-03-09T18:52:51.753Z Downloaded blowfish v0.9.1
10852026-03-09T18:52:51.756Z Downloaded atomicwrites v0.4.4
10862026-03-09T18:52:51.756Z Downloaded async-trait v0.1.89
10872026-03-09T18:52:51.758Z Downloaded async-recursion v1.1.1
10882026-03-09T18:52:51.761Z Downloaded bb8 v0.8.6
10892026-03-09T18:52:51.761Z Downloaded atty v0.2.14
10902026-03-09T18:52:51.765Z Downloaded async-stream-impl v0.3.6
10912026-03-09T18:52:51.765Z Downloaded array-init v0.0.4
10922026-03-09T18:52:51.765Z Downloaded adler2 v2.0.1
10932026-03-09T18:52:51.768Z Downloaded bitfield-macros v0.19.4
10942026-03-09T18:52:51.768Z Downloaded async-object-pool v0.2.0
10952026-03-09T18:52:51.768Z Downloaded async-lock v3.4.2
10962026-03-09T18:52:51.771Z Downloaded addr2line v0.25.1
10972026-03-09T18:52:51.876Z Downloaded aws-lc-sys v0.37.1
10982026-03-09T18:52:52.399Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10992026-03-09T18:53:05.854Z Startup: Refreshing catalog 'helios-dev' ... Done
11002026-03-09T18:53:16.594Z Startup: Caching catalogs ... Done
11012026-03-09T18:53:41.362ZPlanning: Solver setup ... Done (23.132s)
11022026-03-09T18:53:41.531ZPlanning: Running solver ... Done (0.169s)
11032026-03-09T18:53:41.707ZPlanning: Finding local manifests ... Done (0.002s)
11042026-03-09T18:53:41.722ZPlanning: Fetching manifests: 0/4 0% complete
11052026-03-09T18:53:41.864ZPlanning: Fetching manifests: 4/4 100% complete
11062026-03-09T18:53:41.911ZPlanning: Package planning ... Done (0.048s)
11072026-03-09T18:53:41.962ZPlanning: Merging actions ... Done (0.049s)
11082026-03-09T18:53:42.264ZPlanning: Checking for conflicting actions ... Done (0.301s)
11092026-03-09T18:53:42.274ZPlanning: Consolidating action changes ... Done (0.011s)
11102026-03-09T18:53:43.265ZPlanning: Evaluating mediators ... Done (0.990s)
11112026-03-09T18:53:43.274ZPlanning: Planning completed in 26.52 seconds
11122026-03-09T18:53:43.365Z Packages to install: 4
11132026-03-09T18:53:43.365Z Mediators to change: 2
11142026-03-09T18:53:43.371Z Services to change: 1
11152026-03-09T18:53:43.371Z Estimated space available: 155.07 GB
11162026-03-09T18:53:43.371ZEstimated space to be consumed: 1.82 GB
11172026-03-09T18:53:43.371Z Create boot environment: No
11182026-03-09T18:53:43.371ZCreate backup boot environment: No
11192026-03-09T18:53:43.371Z Rebuild boot archive: No
11202026-03-09T18:53:43.371Z
11212026-03-09T18:53:43.371ZChanged mediators:
11222026-03-09T18:53:43.372Z mediator clang:
11232026-03-09T18:53:43.372Z version: None -> 15 (system default)
11242026-03-09T18:53:43.372Z
11252026-03-09T18:53:43.372Z mediator llvm:
11262026-03-09T18:53:43.372Z version: 14 (system default) -> 15 (system default)
11272026-03-09T18:53:43.372Z
11282026-03-09T18:53:43.372ZChanged packages:
11292026-03-09T18:53:43.372Zhelios-dev
11302026-03-09T18:53:43.372Z developer/build-essential
11312026-03-09T18:53:43.372Z None -> 11-2.0
11322026-03-09T18:53:43.372Z library/libxmlsec1
11332026-03-09T18:53:43.372Z None -> 1.2.35-2.0
11342026-03-09T18:53:43.372Z ooce/developer/clang-15
11352026-03-09T18:53:43.372Z None -> 15.0.7-2.0
11362026-03-09T18:53:43.372Z ooce/developer/llvm-15
11372026-03-09T18:53:43.372Z None -> 15.0.7-2.0
11382026-03-09T18:53:43.372Z
11392026-03-09T18:53:43.372ZServices:
11402026-03-09T18:53:43.372Z restart_fmri:
11412026-03-09T18:53:43.372Z svc:/system/update-man-index:default
11422026-03-09T18:53:43.418Z
11432026-03-09T18:53:43.418ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11442026-03-09T18:53:48.420ZDownload: 2061/3290 items 116.5/212.6MB 54% complete (23.5M/s)
11452026-03-09T18:53:53.492ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (20.4M/s)
11462026-03-09T18:53:54.787ZDownload: Completed 212.60 MB in 11.36 seconds (18.7M/s)
11472026-03-09T18:53:55.650Z Actions: 1/3689 actions (Installing new actions)
11482026-03-09T18:54:00.377Z Actions: Completed 3689 actions in 4.72 seconds.
11492026-03-09T18:54:00.933Z Done (0.434s)
11502026-03-09T18:54:00.933Z Done (0.000s)
11512026-03-09T18:54:01.940Z Done (1.125s)
11522026-03-09T18:54:06.718Z Done (4.390s)
11532026-03-09T18:54:06.786Z Done (0.018s)
11542026-03-09T18:54:06.790Z Done (0.000s)
11552026-03-09T18:54:06.955Z Done (0.000s)
11562026-03-09T18:54:07.946ZPlanning: Evaluating mediator changes ... Done
11572026-03-09T18:54:08.109ZPlanning: Checking for conflicting actions ... Done
11582026-03-09T18:54:08.115ZPlanning: Consolidating action changes ... Done
11592026-03-09T18:54:08.389ZPlanning: Evaluating mediators ... Done
11602026-03-09T18:54:08.397ZPlanning: Planning completed in 0.44 seconds
11612026-03-09T18:54:08.419Z Mediators to change: 2
11622026-03-09T18:54:08.419Z Create boot environment: No
11632026-03-09T18:54:08.422ZCreate backup boot environment: No
11642026-03-09T18:54:08.510Z Done
11652026-03-09T18:54:08.510Z Done
11662026-03-09T18:54:09.299Z Done
11672026-03-09T18:54:12.932Z Done
11682026-03-09T18:54:13.027Z Done
11692026-03-09T18:54:13.032Z Done
11702026-03-09T18:54:13.196Z Done
11712026-03-09T18:54:13.814ZPlanning: Evaluating mediator changes ... Done
11722026-03-09T18:54:13.817ZPlanning: Merging actions ... Done
11732026-03-09T18:54:14.004ZPlanning: Checking for conflicting actions ... Done
11742026-03-09T18:54:14.007ZPlanning: Consolidating action changes ... Done
11752026-03-09T18:54:14.309ZPlanning: Evaluating mediators ... Done
11762026-03-09T18:54:14.333ZPlanning: Planning completed in 0.76 seconds
11772026-03-09T18:54:14.368Z Packages to change: 1
11782026-03-09T18:54:14.368Z Mediators to change: 1
11792026-03-09T18:54:14.372Z Services to change: 1
11802026-03-09T18:54:14.372Z Create boot environment: No
11812026-03-09T18:54:14.372ZCreate backup boot environment: Yes
11822026-03-09T18:54:16.934Z Actions: 1/6 actions (Updating modified actions)
11832026-03-09T18:54:16.959Z Actions: Completed 6 actions in 0.00 seconds.
11842026-03-09T18:54:16.960Z Done
11852026-03-09T18:54:16.960Z Done
11862026-03-09T18:54:17.094Z Done
11872026-03-09T18:54:20.670Z Done
11882026-03-09T18:54:20.755Z Done
11892026-03-09T18:54:20.777Z Done
11902026-03-09T18:54:21.005Z Done
11912026-03-09T18:54:21.448ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11922026-03-09T18:54:21.448Zclang system 15 system
11932026-03-09T18:54:21.448Zcsh system system illumos
11942026-03-09T18:54:21.448Zctags system system illumos
11952026-03-09T18:54:21.448Zfile system system illumos
11962026-03-09T18:54:21.448Zgcc vendor 12 vendor
11972026-03-09T18:54:21.448Zgcc system 10 system
11982026-03-09T18:54:21.448Zgcc system 7 system
11992026-03-09T18:54:21.448Zgo system 1.20 system
12002026-03-09T18:54:21.448Zgo system 1.19 system
12012026-03-09T18:54:21.449Zllvm system 15 system
12022026-03-09T18:54:21.449Zllvm system 14 system
12032026-03-09T18:54:21.449Zmariadb system 10.6 system
12042026-03-09T18:54:21.449Zmta vendor vendor dma
12052026-03-09T18:54:21.449Zopenjdk system 17 system
12062026-03-09T18:54:21.449Zopenjdk system 11 system
12072026-03-09T18:54:21.449Zopenjdk system 1.8 system
12082026-03-09T18:54:21.449Zopenssl vendor 3 vendor
12092026-03-09T18:54:21.449Zperl system 5.36 system
12102026-03-09T18:54:21.449Zpostgresql system 15 system
12112026-03-09T18:54:21.449Zpostgresql system 13 system
12122026-03-09T18:54:21.449Zpython vendor 3 vendor
12132026-03-09T18:54:21.449Zpython system 2 system
12142026-03-09T18:54:21.449Zpython3 system 3.11 system
12152026-03-09T18:54:21.449Zruby system 3.0 system
12162026-03-09T18:54:21.449Zwords vendor vendor american-english
12172026-03-09T18:54:21.449Zwords system system australian-english
12182026-03-09T18:54:21.449Zwords system system british-english
12192026-03-09T18:54:21.450Zwords system system canadian-english
12202026-03-09T18:54:21.450Zwords system system french
12212026-03-09T18:54:21.450Zwords system system italian
12222026-03-09T18:54:21.450Zwords system system ngerman
12232026-03-09T18:54:21.450Zwords system system ogerman
12242026-03-09T18:54:21.450Zwords system system spanish
12252026-03-09T18:54:21.778ZPUBLISHER TYPE STATUS P LOCATION
12262026-03-09T18:54:21.778Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12272026-03-09T18:54:28.532ZFMRI IFO
12282026-03-09T18:54:28.532Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12292026-03-09T18:54:28.532Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12302026-03-09T18:54:28.532Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12312026-03-09T18:54:28.532Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12322026-03-09T18:54:28.532Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12332026-03-09T18:54:28.532Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12342026-03-09T18:54:28.532Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12352026-03-09T18:54:28.532Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12362026-03-09T18:54:28.532Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12372026-03-09T18:54:28.532Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12382026-03-09T18:54:28.532Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12392026-03-09T18:54:28.532Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12402026-03-09T18:54:28.532Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12412026-03-09T18:54:28.532Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12422026-03-09T18:54:28.532Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12432026-03-09T18:54:28.532Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12442026-03-09T18:54:30.289Z Downloading crates ...
12452026-03-09T18:54:30.371Z Downloaded cargo_toml v0.21.0
12462026-03-09T18:54:30.432Z Compiling proc-macro2 v1.0.106
12472026-03-09T18:54:30.432Z Compiling unicode-ident v1.0.24
12482026-03-09T18:54:30.435Z Compiling quote v1.0.44
12492026-03-09T18:54:30.436Z Compiling serde_core v1.0.228
12502026-03-09T18:54:30.436Z Compiling libc v0.2.180
12512026-03-09T18:54:30.436Z Compiling version_check v0.9.5
12522026-03-09T18:54:30.538Z Compiling serde v1.0.228
12532026-03-09T18:54:30.541Z Compiling memchr v2.8.0
12542026-03-09T18:54:30.807Z Compiling stable_deref_trait v1.2.1
12552026-03-09T18:54:30.949Z Compiling zmij v1.0.21
12562026-03-09T18:54:31.602Z Compiling thiserror v1.0.69
12572026-03-09T18:54:31.631Z Compiling autocfg v1.5.0
12582026-03-09T18:54:31.662Z Compiling ucd-trie v0.1.7
12592026-03-09T18:54:31.881Z Compiling itoa v1.0.17
12602026-03-09T18:54:32.093Z Compiling pest v2.8.6
12612026-03-09T18:54:32.207Z Compiling writeable v0.6.2
12622026-03-09T18:54:32.244Z Compiling litemap v0.8.1
12632026-03-09T18:54:32.536Z Compiling rustix v1.1.3
12642026-03-09T18:54:32.568Z Compiling icu_normalizer_data v2.1.1
12652026-03-09T18:54:32.594Z Compiling icu_properties_data v2.1.2
12662026-03-09T18:54:32.920Z Compiling byteorder v1.5.0
12672026-03-09T18:54:33.194Z Compiling errno v0.3.14
12682026-03-09T18:54:33.395Z Compiling syn v2.0.117
12692026-03-09T18:54:33.434Z Compiling serde_json v1.0.149
12702026-03-09T18:54:33.502Z Compiling bitflags v2.11.0
12712026-03-09T18:54:33.639Z Compiling num-traits v0.2.19
12722026-03-09T18:54:33.761Z Compiling typeid v1.0.3
12732026-03-09T18:54:33.912Z Compiling smallvec v1.15.1
12742026-03-09T18:54:33.981Z Compiling hashbrown v0.16.1
12752026-03-09T18:54:34.263Z Compiling equivalent v1.0.2
12762026-03-09T18:54:34.694Z Compiling pest_meta v2.8.6
12772026-03-09T18:54:34.747Z Compiling thread-id v4.2.2
12782026-03-09T18:54:34.876Z Compiling usdt-impl v0.5.0
12792026-03-09T18:54:35.055Z Compiling indexmap v2.13.0
12802026-03-09T18:54:35.114Z Compiling proc-macro-error-attr v1.0.4
12812026-03-09T18:54:35.256Z Compiling syn v1.0.109
12822026-03-09T18:54:35.456Z Compiling toml_write v0.1.2
12832026-03-09T18:54:35.825Z Compiling winnow v0.7.14
12842026-03-09T18:54:35.901Z Compiling erased-serde v0.4.9
12852026-03-09T18:54:36.691Z Compiling proc-macro-error v1.0.4
12862026-03-09T18:54:36.834Z Compiling utf8parse v0.2.2
12872026-03-09T18:54:37.016Z Compiling plain v0.2.3
12882026-03-09T18:54:37.195Z Compiling camino v1.2.2
12892026-03-09T18:54:37.199Z Compiling log v0.4.29
12902026-03-09T18:54:37.538Z Compiling getrandom v0.4.1
12912026-03-09T18:54:37.834Z Compiling utf8_iter v1.0.4
12922026-03-09T18:54:38.101Z Compiling percent-encoding v2.3.2
12932026-03-09T18:54:38.276Z Compiling thiserror v2.0.18
12942026-03-09T18:54:38.314Z Compiling ordered-float v2.10.1
12952026-03-09T18:54:38.447Z Compiling form_urlencoded v1.2.2
12962026-03-09T18:54:38.773Z Compiling anstyle-parse v0.2.7
12972026-03-09T18:54:39.110Z Compiling terminal_size v0.4.3
12982026-03-09T18:54:39.347Z Compiling is_terminal_polyfill v1.70.2
12992026-03-09T18:54:39.401Z Compiling anstyle-query v1.1.5
13002026-03-09T18:54:39.452Z Compiling pretty-hex v0.4.1
13012026-03-09T18:54:39.467Z Compiling cfg-if v1.0.4
13022026-03-09T18:54:39.566Z Compiling colorchoice v1.0.4
13032026-03-09T18:54:39.582Z Compiling anstyle v1.0.13
13042026-03-09T18:54:39.728Z Compiling serde-untagged v0.1.9
13052026-03-09T18:54:39.857Z Compiling semver v1.0.27
13062026-03-09T18:54:39.956Z Compiling anstream v0.6.21
13072026-03-09T18:54:40.007Z Compiling fs-err v3.3.0
13082026-03-09T18:54:40.218Z Compiling synstructure v0.13.2
13092026-03-09T18:54:40.343Z Compiling pest_generator v2.8.6
13102026-03-09T18:54:40.495Z Compiling heck v0.5.0
13112026-03-09T18:54:40.530Z Compiling bytecount v0.6.9
13122026-03-09T18:54:40.546Z Compiling strsim v0.11.1
13132026-03-09T18:54:40.749Z Compiling fastrand v2.3.0
13142026-03-09T18:54:40.996Z Compiling unicode-width v0.1.14
13152026-03-09T18:54:41.251Z Compiling unicode-xid v0.2.6
13162026-03-09T18:54:41.290Z Compiling clap_lex v1.0.0
13172026-03-09T18:54:41.472Z Compiling anyhow v1.0.102
13182026-03-09T18:54:41.557Z Compiling heck v0.4.1
13192026-03-09T18:54:41.631Z Compiling once_cell v1.21.3
13202026-03-09T18:54:41.965Z Compiling fnv v1.0.7
13212026-03-09T18:54:42.032Z Compiling tempfile v3.25.0
13222026-03-09T18:54:42.049Z Compiling clap_builder v4.5.60
13232026-03-09T18:54:42.115Z Compiling papergrid v0.11.0
13242026-03-09T18:54:42.437Z Compiling memmap v0.7.0
13252026-03-09T18:54:42.485Z Compiling smawk v0.3.2
13262026-03-09T18:54:42.724Z Compiling unicode-width v0.2.0
13272026-03-09T18:54:42.775Z Compiling unicode-linebreak v0.1.5
13282026-03-09T18:54:43.266Z Compiling textwrap v0.16.2
13292026-03-09T18:54:43.285Z Compiling camino-tempfile v1.4.1
13302026-03-09T18:54:43.749Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13312026-03-09T18:54:44.159Z Compiling tabled_derive v0.7.0
13322026-03-09T18:54:44.195Z Compiling swrite v0.1.0
13332026-03-09T18:54:44.627Z Compiling serde_derive v1.0.228
13342026-03-09T18:54:44.627Z Compiling zerofrom-derive v0.1.6
13352026-03-09T18:54:44.658Z Compiling yoke-derive v0.8.1
13362026-03-09T18:54:44.671Z Compiling zerovec-derive v0.11.2
13372026-03-09T18:54:44.756Z Compiling displaydoc v0.2.5
13382026-03-09T18:54:46.203Z Compiling thiserror-impl v1.0.69
13392026-03-09T18:54:46.389Z Compiling zerocopy-derive v0.7.35
13402026-03-09T18:54:47.226Z Compiling pest_derive v2.8.6
13412026-03-09T18:54:47.390Z Compiling scroll_derive v0.12.1
13422026-03-09T18:54:47.894Z Compiling zerofrom v0.1.6
13432026-03-09T18:54:48.014Z Compiling thiserror-impl v2.0.18
13442026-03-09T18:54:48.139Z Compiling yoke v0.8.1
13452026-03-09T18:54:48.203Z Compiling zerocopy v0.7.35
13462026-03-09T18:54:48.501Z Compiling zerovec v0.11.5
13472026-03-09T18:54:48.861Z Compiling zerotrie v0.2.3
13482026-03-09T18:54:49.203Z Compiling dtrace-parser v0.2.0
13492026-03-09T18:54:49.488Z Compiling scroll v0.12.0
13502026-03-09T18:54:49.540Z Compiling tinystr v0.8.2
13512026-03-09T18:54:49.621Z Compiling potential_utf v0.1.4
13522026-03-09T18:54:49.726Z Compiling clap_derive v4.5.55
13532026-03-09T18:54:49.902Z Compiling icu_locale_core v2.1.1
13542026-03-09T18:54:49.929Z Compiling icu_collections v2.1.1
13552026-03-09T18:54:50.030Z Compiling goblin v0.8.2
13562026-03-09T18:54:50.314Z Compiling tabled v0.15.0
13572026-03-09T18:54:51.359Z Compiling icu_provider v2.1.1
13582026-03-09T18:54:51.954Z Compiling icu_properties v2.1.2
13592026-03-09T18:54:51.957Z Compiling icu_normalizer v2.1.1
13602026-03-09T18:54:52.862Z Compiling toml_datetime v0.6.11
13612026-03-09T18:54:52.920Z Compiling serde_spanned v0.6.9
13622026-03-09T18:54:52.948Z Compiling dof v0.3.0
13632026-03-09T18:54:52.998Z Compiling serde_tokenstream v0.2.3
13642026-03-09T18:54:53.034Z Compiling serde-value v0.7.0
13652026-03-09T18:54:53.151Z Compiling cargo-platform v0.2.0
13662026-03-09T18:54:53.380Z Compiling toml_edit v0.22.27
13672026-03-09T18:54:53.686Z Compiling clap v4.5.60
13682026-03-09T18:54:53.784Z Compiling macaddr v1.0.1
13692026-03-09T18:54:54.112Z Compiling idna_adapter v1.2.1
13702026-03-09T18:54:54.324Z Compiling idna v1.1.0
13712026-03-09T18:54:54.734Z Compiling usdt-macro v0.5.0
13722026-03-09T18:54:54.734Z Compiling usdt-attr-macro v0.5.0
13732026-03-09T18:54:54.831Z Compiling url v2.5.8
13742026-03-09T18:54:56.512Z Compiling toml v0.8.23
13752026-03-09T18:54:56.910Z Compiling usdt v0.5.0
13762026-03-09T18:54:57.289Z Compiling cargo-util-schemas v0.8.2
13772026-03-09T18:54:57.289Z Compiling cargo_toml v0.21.0
13782026-03-09T18:54:58.675Z Compiling cargo_metadata v0.21.0
13792026-03-09T18:55:00.469Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13802026-03-09T18:55:03.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.32s
13812026-03-09T18:55:03.926Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13822026-03-09T18:55:05.049Z Compiling libc v0.2.180
13832026-03-09T18:55:05.049Z Compiling serde v1.0.228
13842026-03-09T18:55:05.052Z Compiling log v0.4.29
13852026-03-09T18:55:05.052Z Compiling find-msvc-tools v0.1.9
13862026-03-09T18:55:05.227Z Compiling shlex v1.3.0
13872026-03-09T18:55:05.230Z Compiling smallvec v1.15.1
13882026-03-09T18:55:05.243Z Compiling syn v2.0.117
13892026-03-09T18:55:05.263Z Compiling typenum v1.19.0
13902026-03-09T18:55:05.579Z Compiling generic-array v0.14.7
13912026-03-09T18:55:05.582Z Compiling subtle v2.6.1
13922026-03-09T18:55:05.618Z Compiling scopeguard v1.2.0
13932026-03-09T18:55:05.711Z Compiling portable-atomic v1.13.1
13942026-03-09T18:55:05.778Z Compiling lock_api v0.4.14
13952026-03-09T18:55:05.867Z Compiling const-oid v0.9.6
13962026-03-09T18:55:05.969Z Compiling critical-section v1.2.0
13972026-03-09T18:55:06.029Z Compiling zerocopy v0.8.40
13982026-03-09T18:55:06.140Z Compiling parking_lot_core v0.9.12
13992026-03-09T18:55:06.218Z Compiling pin-project-lite v0.2.17
14002026-03-09T18:55:06.374Z Compiling serde_json v1.0.149
14012026-03-09T18:55:06.625Z Compiling pkg-config v0.3.32
14022026-03-09T18:55:06.942Z Compiling libm v0.2.16
14032026-03-09T18:55:07.281Z Compiling getrandom v0.2.17
14042026-03-09T18:55:07.303Z Compiling jobserver v0.1.34
14052026-03-09T18:55:07.548Z Compiling rand_core v0.6.4
14062026-03-09T18:55:07.698Z Compiling cc v1.2.56
14072026-03-09T18:55:07.839Z Compiling errno v0.3.14
14082026-03-09T18:55:07.859Z Compiling once_cell v1.21.3
14092026-03-09T18:55:08.052Z Compiling signal-hook-registry v1.4.8
14102026-03-09T18:55:08.074Z Compiling mio v1.1.1
14112026-03-09T18:55:08.129Z Compiling num-traits v0.2.19
14122026-03-09T18:55:08.234Z Compiling bitflags v2.11.0
14132026-03-09T18:55:08.472Z Compiling parking_lot v0.12.5
14142026-03-09T18:55:08.476Z Compiling futures-core v0.3.32
14152026-03-09T18:55:08.730Z Compiling socket2 v0.6.2
14162026-03-09T18:55:08.837Z Compiling percent-encoding v2.3.2
14172026-03-09T18:55:09.145Z Compiling allocator-api2 v0.2.21
14182026-03-09T18:55:09.167Z Compiling foldhash v0.2.0
14192026-03-09T18:55:09.271Z Compiling futures-sink v0.3.32
14202026-03-09T18:55:09.441Z Compiling cpufeatures v0.2.17
14212026-03-09T18:55:09.461Z Compiling futures-channel v0.3.32
14222026-03-09T18:55:09.564Z Compiling futures-io v0.3.32
14232026-03-09T18:55:09.584Z Compiling slab v0.4.12
14242026-03-09T18:55:09.617Z Compiling getrandom v0.4.1
14252026-03-09T18:55:09.813Z Compiling hashbrown v0.16.1
14262026-03-09T18:55:09.837Z Compiling futures-task v0.3.32
14272026-03-09T18:55:09.892Z Compiling getrandom v0.3.4
14282026-03-09T18:55:09.896Z Compiling rustversion v1.0.22
14292026-03-09T18:55:10.132Z Compiling rand_core v0.10.0
14302026-03-09T18:55:10.355Z Compiling cmake v0.1.57
14312026-03-09T18:55:11.151Z Compiling indexmap v2.13.0
14322026-03-09T18:55:11.199Z Compiling form_urlencoded v1.2.2
14332026-03-09T18:55:11.326Z Compiling ident_case v1.0.1
14342026-03-09T18:55:11.445Z Compiling fs_extra v1.3.0
14352026-03-09T18:55:11.511Z Compiling base64ct v1.8.3
14362026-03-09T18:55:11.532Z Compiling dunce v1.0.5
14372026-03-09T18:55:11.684Z Compiling flagset v0.4.7
14382026-03-09T18:55:11.763Z Compiling rand_core v0.9.5
14392026-03-09T18:55:11.920Z Compiling rustix v1.1.3
14402026-03-09T18:55:11.947Z Compiling aws-lc-sys v0.37.1
14412026-03-09T18:55:12.126Z Compiling pem-rfc7468 v0.7.0
14422026-03-09T18:55:12.225Z Compiling iana-time-zone v0.1.65
14432026-03-09T18:55:12.302Z Compiling ring v0.17.14
14442026-03-09T18:55:12.355Z Compiling uuid v1.21.0
14452026-03-09T18:55:12.593Z Compiling synstructure v0.13.2
14462026-03-09T18:55:12.619Z Compiling rustc_version v0.4.1
14472026-03-09T18:55:12.746Z Compiling vcpkg v0.2.15
14482026-03-09T18:55:12.983Z Compiling aws-lc-rs v1.16.0
14492026-03-09T18:55:13.254Z Compiling regex-syntax v0.8.10
14502026-03-09T18:55:13.832Z Compiling tracing-core v0.1.36
14512026-03-09T18:55:13.946Z Compiling crossbeam-utils v0.8.21
14522026-03-09T18:55:14.384Z Compiling openssl-sys v0.9.111
14532026-03-09T18:55:14.480Z Compiling pest_generator v2.8.6
14542026-03-09T18:55:15.046Z Compiling serde_derive_internals v0.29.1
14552026-03-09T18:55:15.566Z Compiling untrusted v0.9.0
14562026-03-09T18:55:15.759Z Compiling schemars v0.8.22
14572026-03-09T18:55:16.096Z Compiling syn v1.0.109
14582026-03-09T18:55:16.170Z Compiling untrusted v0.7.1
14592026-03-09T18:55:16.294Z Compiling openssl-probe v0.2.1
14602026-03-09T18:55:16.373Z Compiling httparse v1.10.1
14612026-03-09T18:55:16.613Z Compiling base64 v0.22.1
14622026-03-09T18:55:16.981Z Compiling serde_derive v1.0.228
14632026-03-09T18:55:17.046Z Compiling zeroize_derive v1.4.3
14642026-03-09T18:55:17.123Z Compiling zerofrom-derive v0.1.6
14652026-03-09T18:55:17.258Z Compiling yoke-derive v0.8.1
14662026-03-09T18:55:17.838Z Compiling zerocopy-derive v0.8.40
14672026-03-09T18:55:18.329Z Compiling zeroize v1.8.2
14682026-03-09T18:55:18.721Z Compiling zerovec-derive v0.11.2
14692026-03-09T18:55:19.518Z Compiling displaydoc v0.2.5
14702026-03-09T18:55:19.973Z Compiling tokio-macros v2.6.0
14712026-03-09T18:55:20.145Z Compiling crypto-common v0.1.7
14722026-03-09T18:55:20.357Z Compiling zerofrom v0.1.6
14732026-03-09T18:55:20.392Z Compiling block-buffer v0.10.4
14742026-03-09T18:55:20.601Z Compiling yoke v0.8.1
14752026-03-09T18:55:20.686Z Compiling digest v0.10.7
14762026-03-09T18:55:20.976Z Compiling futures-macro v0.3.32
14772026-03-09T18:55:21.046Z Compiling zerotrie v0.2.3
14782026-03-09T18:55:21.224Z Compiling hmac v0.12.1
14792026-03-09T18:55:21.251Z Compiling zerovec v0.11.5
14802026-03-09T18:55:21.495Z Compiling block-padding v0.3.3
14812026-03-09T18:55:21.599Z Compiling sha2 v0.10.9
14822026-03-09T18:55:21.675Z Compiling der_derive v0.7.3
14832026-03-09T18:55:21.780Z Compiling inout v0.1.4
14842026-03-09T18:55:22.081Z Compiling cipher v0.4.4
14852026-03-09T18:55:22.420Z Compiling tinystr v0.8.2
14862026-03-09T18:55:22.605Z Compiling potential_utf v0.1.4
14872026-03-09T18:55:22.817Z Compiling icu_locale_core v2.1.1
14882026-03-09T18:55:22.838Z Compiling icu_collections v2.1.1
14892026-03-09T18:55:22.897Z Compiling futures-util v0.3.32
14902026-03-09T18:55:23.823Z Compiling salsa20 v0.10.2
14912026-03-09T18:55:23.847Z Compiling der v0.7.10
14922026-03-09T18:55:24.057Z Compiling pbkdf2 v0.12.2
14932026-03-09T18:55:24.245Z Compiling thiserror-impl v2.0.18
14942026-03-09T18:55:24.874Z Compiling icu_provider v2.1.1
14952026-03-09T18:55:24.979Z Compiling bytes v1.11.1
14962026-03-09T18:55:25.052Z Compiling chrono v0.4.44
14972026-03-09T18:55:25.451Z Compiling icu_normalizer v2.1.1
14982026-03-09T18:55:26.398Z Compiling tokio v1.49.0
14992026-03-09T18:55:26.627Z Compiling icu_properties v2.1.2
15002026-03-09T18:55:26.665Z Compiling http v1.4.0
15012026-03-09T18:55:27.279Z Compiling spki v0.7.3
15022026-03-09T18:55:27.680Z Compiling thiserror v2.0.18
15032026-03-09T18:55:27.833Z Compiling scrypt v0.11.0
15042026-03-09T18:55:28.018Z Compiling aes v0.8.4
15052026-03-09T18:55:28.339Z Compiling cbc v0.1.2
15062026-03-09T18:55:28.360Z Compiling rustls-pki-types v1.14.0
15072026-03-09T18:55:28.587Z Compiling tracing-attributes v0.1.31
15082026-03-09T18:55:28.639Z Compiling idna_adapter v1.2.1
15092026-03-09T18:55:28.874Z Compiling idna v1.1.0
15102026-03-09T18:55:29.145Z Compiling ppv-lite86 v0.2.21
15112026-03-09T18:55:29.201Z Compiling pkcs5 v0.7.1
15122026-03-09T18:55:29.302Z Compiling http-body v1.0.1
15132026-03-09T18:55:29.540Z Compiling url v2.5.8
15142026-03-09T18:55:29.907Z Compiling rand_chacha v0.9.0
15152026-03-09T18:55:30.221Z Compiling pkcs8 v0.10.2
15162026-03-09T18:55:30.341Z Compiling rand v0.9.2
15172026-03-09T18:55:30.872Z Compiling schemars_derive v0.8.22
15182026-03-09T18:55:31.409Z Compiling scroll_derive v0.13.1
15192026-03-09T18:55:31.460Z Compiling pest_derive v2.8.6
15202026-03-09T18:55:31.759Z Compiling tracing v0.1.44
15212026-03-09T18:55:32.103Z Compiling darling_core v0.20.11
15222026-03-09T18:55:32.232Z Compiling try-lock v0.2.5
15232026-03-09T18:55:32.265Z Compiling rustls v0.23.37
15242026-03-09T18:55:32.446Z Compiling tinyvec_macros v0.1.1
15252026-03-09T18:55:32.547Z Compiling tower-layer v0.3.3
15262026-03-09T18:55:32.582Z Compiling dyn-clone v1.0.20
15272026-03-09T18:55:32.821Z Compiling tower-service v0.3.3
15282026-03-09T18:55:32.842Z Compiling atomic-waker v1.1.2
15292026-03-09T18:55:32.977Z Compiling tinyvec v1.10.0
15302026-03-09T18:55:33.044Z Compiling want v0.3.1
15312026-03-09T18:55:33.105Z Compiling scroll v0.13.0
15322026-03-09T18:55:33.647Z Compiling ipnet v2.11.0
15332026-03-09T18:55:33.894Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15342026-03-09T18:55:34.627Z Compiling spin v0.9.8
15352026-03-09T18:55:34.681Z Compiling aho-corasick v1.1.4
15362026-03-09T18:55:34.741Z Compiling foreign-types-shared v0.1.1
15372026-03-09T18:55:34.885Z Compiling tokio-util v0.7.18
15382026-03-09T18:55:34.971Z Compiling crc32fast v1.5.0
15392026-03-09T18:55:35.505Z Compiling powerfmt v0.2.0
15402026-03-09T18:55:35.920Z Compiling num-conv v0.2.0
15412026-03-09T18:55:36.175Z Compiling time-core v0.1.8
15422026-03-09T18:55:36.526Z Compiling h2 v0.4.13
15432026-03-09T18:55:36.944Z Compiling pin-utils v0.1.0
15442026-03-09T18:55:37.078Z Compiling httpdate v1.0.3
15452026-03-09T18:55:37.361Z Compiling openssl v0.10.75
15462026-03-09T18:55:37.464Z Compiling regex-automata v0.4.14
15472026-03-09T18:55:37.785Z Compiling darling_macro v0.20.11
15482026-03-09T18:55:37.854Z Compiling time-macros v0.2.27
15492026-03-09T18:55:38.624Z Compiling darling v0.20.11
15502026-03-09T18:55:38.767Z Compiling tempfile v3.25.0
15512026-03-09T18:55:38.789Z Compiling deranged v0.5.8
15522026-03-09T18:55:39.656Z Compiling foreign-types v0.3.2
15532026-03-09T18:55:39.817Z Compiling goblin v0.10.5
15542026-03-09T18:55:40.325Z Compiling openssl-macros v0.1.1
15552026-03-09T18:55:41.067Z Compiling thiserror-impl v1.0.69
15562026-03-09T18:55:42.588Z Compiling wait-timeout v0.2.1
15572026-03-09T18:55:43.092Z Compiling hyper v1.8.1
15582026-03-09T18:55:43.863Z Compiling quick-error v1.2.3
15592026-03-09T18:55:43.969Z Compiling bit-vec v0.8.0
15602026-03-09T18:55:44.031Z Compiling either v1.15.0
15612026-03-09T18:55:44.406Z Compiling siphasher v1.0.2
15622026-03-09T18:55:44.438Z Compiling simd-adler32 v0.3.8
15632026-03-09T18:55:44.799Z Compiling usdt-impl v0.6.0
15642026-03-09T18:55:44.964Z Compiling native-tls v0.2.18
15652026-03-09T18:55:45.175Z Compiling num_threads v0.1.7
15662026-03-09T18:55:45.300Z Compiling time v0.3.47
15672026-03-09T18:55:45.323Z Compiling hyper-util v0.1.20
15682026-03-09T18:55:45.406Z Compiling bit-set v0.8.0
15692026-03-09T18:55:45.712Z Compiling rusty-fork v0.3.1
15702026-03-09T18:55:46.401Z Compiling thiserror v1.0.69
15712026-03-09T18:55:46.544Z Compiling dof v0.4.0
15722026-03-09T18:55:47.724Z Compiling derive_builder_core v0.20.2
15732026-03-09T18:55:49.113Z Compiling unicode-normalization v0.1.25
15742026-03-09T18:55:49.168Z Compiling dtrace-parser v0.3.0
15752026-03-09T18:55:49.376Z Compiling rustls-native-certs v0.8.3
15762026-03-09T18:55:49.649Z Compiling signature v2.2.0
15772026-03-09T18:55:49.933Z Compiling crossbeam-epoch v0.9.18
15782026-03-09T18:55:49.954Z Compiling scroll_derive v0.12.1
15792026-03-09T18:55:50.097Z Compiling heapless v0.7.17
15802026-03-09T18:55:50.276Z Compiling darling_core v0.21.3
15812026-03-09T18:55:50.547Z Compiling slog v2.8.2
15822026-03-09T18:55:50.612Z Compiling rand_xorshift v0.4.0
15832026-03-09T18:55:50.873Z Compiling bzip2-sys v0.1.13+1.0.8
15842026-03-09T18:55:50.899Z Compiling sync_wrapper v1.0.2
15852026-03-09T18:55:50.902Z Compiling thread-id v5.1.0
15862026-03-09T18:55:51.023Z Compiling cookie v0.18.1
15872026-03-09T18:55:51.060Z Compiling unicode-properties v0.1.4
15882026-03-09T18:55:51.337Z Compiling unicode-bidi v0.3.18
15892026-03-09T18:55:51.365Z Compiling adler2 v2.0.1
15902026-03-09T18:55:51.395Z Compiling anyhow v1.0.102
15912026-03-09T18:55:51.443Z Compiling signal-hook v0.3.18
15922026-03-09T18:55:51.563Z Compiling rayon-core v1.13.0
15932026-03-09T18:55:51.753Z Compiling unicode-segmentation v1.12.0
15942026-03-09T18:55:51.897Z Compiling paste v1.0.15
15952026-03-09T18:55:51.941Z Compiling zstd-safe v7.2.4
15962026-03-09T18:55:52.302Z Compiling unarray v0.1.4
15972026-03-09T18:55:52.454Z Compiling proptest v1.10.0
15982026-03-09T18:55:52.478Z Compiling stringprep v0.1.5
15992026-03-09T18:55:52.815Z Compiling miniz_oxide v0.8.9
16002026-03-09T18:55:53.434Z Compiling scroll v0.12.0
16012026-03-09T18:55:53.658Z Compiling tower v0.5.3
16022026-03-09T18:55:54.028Z Compiling crossbeam-deque v0.8.6
16032026-03-09T18:55:54.187Z Compiling derive_builder_macro v0.20.2
16042026-03-09T18:55:54.401Z Compiling ipnetwork v0.21.1
16052026-03-09T18:55:54.540Z Compiling rand_chacha v0.3.1
16062026-03-09T18:55:54.627Z Compiling http-body-util v0.1.3
16072026-03-09T18:55:54.965Z Compiling webpki-roots v1.0.6
16082026-03-09T18:55:55.078Z Compiling serde_spanned v0.6.9
16092026-03-09T18:55:55.101Z Compiling erased-serde v0.3.31
16102026-03-09T18:55:55.165Z Compiling serde_tokenstream v0.2.3
16112026-03-09T18:55:55.188Z Compiling toml_datetime v0.6.11
16122026-03-09T18:55:55.323Z Compiling md-5 v0.10.6
16132026-03-09T18:55:55.559Z Compiling zerocopy-derive v0.7.35
16142026-03-09T18:55:55.715Z Compiling curve25519-dalek v4.1.3
16152026-03-09T18:55:55.765Z Compiling vergen-lib v0.1.6
16162026-03-09T18:55:56.161Z Compiling num-integer v0.1.46
16172026-03-09T18:55:56.354Z Compiling hash32 v0.2.1
16182026-03-09T18:55:56.416Z Compiling ff v0.13.1
16192026-03-09T18:55:56.504Z Compiling litrs v1.0.0
16202026-03-09T18:55:56.621Z Compiling darling_macro v0.21.3
16212026-03-09T18:55:56.651Z Compiling smoltcp v0.9.1
16222026-03-09T18:55:56.720Z Compiling rustix v0.38.44
16232026-03-09T18:55:56.874Z Compiling fallible-iterator v0.2.0
16242026-03-09T18:55:57.288Z Compiling num-bigint-dig v0.8.6
16252026-03-09T18:55:57.444Z Compiling base16ct v0.2.0
16262026-03-09T18:55:57.500Z Compiling zlib-rs v0.6.2
16272026-03-09T18:55:57.544Z Compiling ryu v1.0.23
16282026-03-09T18:55:57.550Z Compiling psl-types v2.0.11
16292026-03-09T18:55:57.614Z Compiling iri-string v0.7.10
16302026-03-09T18:55:57.637Z Compiling ref-cast v1.0.25
16312026-03-09T18:55:57.716Z Compiling publicsuffix v2.3.0
16322026-03-09T18:55:57.752Z Compiling sec1 v0.7.3
16332026-03-09T18:55:57.854Z Compiling serde_urlencoded v0.7.1
16342026-03-09T18:55:58.019Z Compiling newtype-uuid v1.3.2
16352026-03-09T18:55:58.288Z Compiling document-features v0.2.12
16362026-03-09T18:55:58.310Z Compiling zerocopy v0.7.35
16372026-03-09T18:55:58.373Z Compiling darling v0.21.3
16382026-03-09T18:55:58.514Z Compiling postgres-protocol v0.6.10
16392026-03-09T18:55:58.825Z Compiling num-iter v0.1.45
16402026-03-09T18:55:59.553Z Compiling group v0.13.0
16412026-03-09T18:55:59.769Z Compiling derive_builder v0.20.2
16422026-03-09T18:55:59.887Z Compiling rand v0.8.5
16432026-03-09T18:55:59.962Z Compiling oxnet v0.1.4
16442026-03-09T18:56:00.189Z Compiling proc-macro-error v1.0.4
16452026-03-09T18:56:00.500Z Compiling tower-http v0.6.8
16462026-03-09T18:56:00.779Z Compiling goblin v0.8.2
16472026-03-09T18:56:01.696Z Compiling tokio-native-tls v0.3.1
16482026-03-09T18:56:02.425Z Compiling heck v0.4.1
16492026-03-09T18:56:02.453Z Compiling phf_shared v0.13.1
16502026-03-09T18:56:02.684Z Compiling hubpack_derive v0.1.1
16512026-03-09T18:56:02.850Z Compiling regex v1.12.3
16522026-03-09T18:56:02.977Z Compiling lazy_static v1.5.0
16532026-03-09T18:56:03.113Z Compiling cargo-platform v0.1.9
16542026-03-09T18:56:03.178Z Compiling hkdf v0.12.4
16552026-03-09T18:56:03.444Z Compiling crypto-bigint v0.5.5
16562026-03-09T18:56:03.542Z Compiling strum_macros v0.27.2
16572026-03-09T18:56:03.621Z Compiling flate2 v1.1.9
16582026-03-09T18:56:03.745Z Compiling ref-cast-impl v1.0.25
16592026-03-09T18:56:04.518Z Compiling curve25519-dalek-derive v0.1.1
16602026-03-09T18:56:04.540Z Compiling daft-derive v0.1.5
16612026-03-09T18:56:04.867Z Compiling async-trait v0.1.89
16622026-03-09T18:56:05.859Z Compiling terminal_size v0.4.3
16632026-03-09T18:56:06.048Z Compiling vergen v9.0.6
16642026-03-09T18:56:06.089Z Compiling fs-err v3.3.0
16652026-03-09T18:56:06.390Z Compiling ahash v0.8.12
16662026-03-09T18:56:06.439Z Compiling bitflags v1.3.2
16672026-03-09T18:56:06.537Z Compiling bumpalo v3.20.2
16682026-03-09T18:56:06.765Z Compiling winnow v0.5.40
16692026-03-09T18:56:07.032Z Compiling managed v0.8.0
16702026-03-09T18:56:07.295Z Compiling object v0.37.3
16712026-03-09T18:56:07.444Z Compiling libbz2-rs-sys v0.2.2
16722026-03-09T18:56:07.790Z Compiling foldhash v0.1.5
16732026-03-09T18:56:08.117Z Compiling hashbrown v0.15.5
16742026-03-09T18:56:08.409Z Compiling strum v0.27.2
16752026-03-09T18:56:08.624Z Compiling bzip2 v0.6.1
16762026-03-09T18:56:09.007Z Compiling console v0.16.2
16772026-03-09T18:56:09.031Z Compiling clap_builder v4.5.60
16782026-03-09T18:56:09.351Z Compiling zopfli v0.8.3
16792026-03-09T18:56:09.788Z Compiling elliptic-curve v0.13.8
16802026-03-09T18:56:10.197Z Compiling toml_edit v0.19.15
16812026-03-09T18:56:10.230Z Compiling dof v0.3.0
16822026-03-09T18:56:10.670Z Compiling daft v0.1.5
16832026-03-09T18:56:11.269Z Compiling hubpack v0.1.2
16842026-03-09T18:56:11.362Z Compiling cargo_metadata v0.19.2
16852026-03-09T18:56:12.035Z Compiling phf v0.13.1
16862026-03-09T18:56:12.338Z Compiling zone_cfg_derive v0.3.1
16872026-03-09T18:56:14.513Z Compiling signal-hook-mio v0.2.5
16882026-03-09T18:56:14.647Z Compiling hyper-tls v0.6.0
16892026-03-09T18:56:14.693Z Compiling cookie_store v0.22.1
16902026-03-09T18:56:15.071Z Compiling zstd v0.13.3
16912026-03-09T18:56:15.612Z Compiling rayon v1.11.0
16922026-03-09T18:56:16.174Z Compiling bzip2 v0.4.4
16932026-03-09T18:56:16.578Z Compiling postgres-types v0.2.12
16942026-03-09T18:56:16.971Z Compiling serde_with_macros v3.17.0
16952026-03-09T18:56:17.825Z Compiling usdt-attr-macro v0.6.0
16962026-03-09T18:56:18.022Z Compiling usdt-macro v0.6.0
16972026-03-09T18:56:18.675Z Compiling ed25519 v2.2.3
16982026-03-09T18:56:19.432Z Compiling dtrace-parser v0.2.0
16992026-03-09T18:56:19.511Z Compiling phf_shared v0.11.3
17002026-03-09T18:56:19.533Z Compiling itertools v0.12.1
17012026-03-09T18:56:19.584Z Compiling bstr v1.12.1
17022026-03-09T18:56:19.826Z Compiling pkcs1 v0.7.5
17032026-03-09T18:56:19.908Z Compiling hex v0.4.3
17042026-03-09T18:56:20.522Z Compiling serde-big-array v0.5.1
17052026-03-09T18:56:20.745Z Compiling rfc6979 v0.4.0
17062026-03-09T18:56:20.767Z Compiling enum-as-inner v0.6.1
17072026-03-09T18:56:20.787Z Compiling serde_repr v0.1.20
17082026-03-09T18:56:20.982Z Compiling clap_derive v4.5.55
17092026-03-09T18:56:21.098Z Compiling strum_macros v0.26.4
17102026-03-09T18:56:21.298Z Compiling float-cmp v0.10.0
17112026-03-09T18:56:21.545Z Compiling memmap2 v0.9.10
17122026-03-09T18:56:21.877Z Compiling thread-id v4.2.2
17132026-03-09T18:56:21.899Z Compiling env_filter v1.0.0
17142026-03-09T18:56:21.927Z Compiling encoding_rs v0.8.35
17152026-03-09T18:56:22.014Z Compiling mime v0.3.17
17162026-03-09T18:56:22.426Z Compiling new_debug_unreachable v1.0.6
17172026-03-09T18:56:22.499Z Compiling fixedbitset v0.5.7
17182026-03-09T18:56:22.533Z Compiling normalize-line-endings v0.3.0
17192026-03-09T18:56:22.552Z Compiling fixedbitset v0.4.2
17202026-03-09T18:56:22.685Z Compiling data-encoding v2.10.0
17212026-03-09T18:56:22.992Z Compiling rustc-hash v2.1.1
17222026-03-09T18:56:23.106Z Compiling predicates-core v1.0.10
17232026-03-09T18:56:23.196Z Compiling whoami v2.1.0
17242026-03-09T18:56:23.439Z Compiling static_assertions v1.1.0
17252026-03-09T18:56:23.562Z Compiling difflib v0.4.0
17262026-03-09T18:56:24.001Z Compiling jiff v0.2.21
17272026-03-09T18:56:24.388Z Compiling precomputed-hash v0.1.1
17282026-03-09T18:56:24.533Z Compiling unit-prefix v0.5.2
17292026-03-09T18:56:24.773Z Compiling keccak v0.1.6
17302026-03-09T18:56:24.865Z Compiling indicatif v0.18.4
17312026-03-09T18:56:24.890Z Compiling string_cache v0.8.9
17322026-03-09T18:56:25.223Z Compiling clap v4.5.60
17332026-03-09T18:56:25.286Z Compiling strum v0.26.3
17342026-03-09T18:56:25.315Z Compiling sha3 v0.10.8
17352026-03-09T18:56:25.364Z Compiling predicates v3.1.4
17362026-03-09T18:56:25.487Z Compiling toml_edit v0.22.27
17372026-03-09T18:56:25.541Z Compiling tokio-postgres v0.7.16
17382026-03-09T18:56:26.446Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17392026-03-09T18:56:26.784Z Compiling hickory-proto v0.25.2
17402026-03-09T18:56:26.862Z Compiling iddqd v0.3.17
17412026-03-09T18:56:27.103Z Compiling petgraph v0.8.3
17422026-03-09T18:56:29.475Z Compiling petgraph v0.6.5
17432026-03-09T18:56:30.877Z Compiling zip v4.6.1
17442026-03-09T18:56:31.819Z Compiling zone v0.3.1
17452026-03-09T18:56:32.425Z Compiling env_logger v0.11.9
17462026-03-09T18:56:32.959Z Compiling usdt-impl v0.5.0
17472026-03-09T18:56:32.985Z Compiling usdt v0.6.0
17482026-03-09T18:56:33.050Z Compiling ecdsa v0.16.9
17492026-03-09T18:56:33.146Z Compiling similar v2.7.0
17502026-03-09T18:56:33.381Z Compiling serde_with v3.17.0
17512026-03-09T18:56:33.473Z Compiling rsa v0.9.10
17522026-03-09T18:56:33.872Z Compiling ed25519-dalek v2.2.0
17532026-03-09T18:56:34.237Z Compiling crossterm v0.28.1
17542026-03-09T18:56:34.462Z Compiling zip v0.6.6
17552026-03-09T18:56:35.391Z Compiling toml v0.7.8
17562026-03-09T18:56:36.627Z Compiling toml_parser v1.0.9+spec-1.1.0
17572026-03-09T18:56:36.780Z Compiling itertools v0.13.0
17582026-03-09T18:56:37.390Z Compiling tokio-stream v0.1.18
17592026-03-09T18:56:37.748Z Compiling buf-list v1.1.2
17602026-03-09T18:56:38.107Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17612026-03-09T18:56:38.151Z Compiling x509-cert v0.2.5
17622026-03-09T18:56:38.288Z Compiling openapiv3 v2.2.0
17632026-03-09T18:56:38.367Z Compiling sha1 v0.10.6
17642026-03-09T18:56:38.793Z Compiling toml_datetime v0.7.5+spec-1.1.0
17652026-03-09T18:56:38.810Z Compiling peg-runtime v0.8.5
17662026-03-09T18:56:39.370Z Compiling lalrpop-util v0.19.12
17672026-03-09T18:56:39.389Z Compiling thread_local v1.1.9
17682026-03-09T18:56:39.696Z Compiling slog-async v2.8.0
17692026-03-09T18:56:39.720Z Compiling futures-executor v0.3.32
17702026-03-09T18:56:39.830Z Compiling crossbeam-channel v0.5.15
17712026-03-09T18:56:40.132Z Compiling is-terminal v0.4.17
17722026-03-09T18:56:40.228Z Compiling filetime v0.2.27
17732026-03-09T18:56:40.258Z Compiling take_mut v0.2.2
17742026-03-09T18:56:40.425Z Compiling term v1.2.1
17752026-03-09T18:56:40.523Z Compiling xattr v1.6.1
17762026-03-09T18:56:40.754Z Compiling tar v0.4.44
17772026-03-09T18:56:41.145Z Compiling slog-term v2.9.2
17782026-03-09T18:56:41.787Z Compiling futures v0.3.32
17792026-03-09T18:56:50.413Z Compiling rustls-webpki v0.103.9
17802026-03-09T18:56:55.250Z Compiling tokio-rustls v0.26.4
17812026-03-09T18:56:55.250Z Compiling rustls-platform-verifier v0.6.2
17822026-03-09T18:56:55.624Z Compiling hyper-rustls v0.27.7
17832026-03-09T18:56:55.978Z Compiling reqwest v0.13.2
17842026-03-09T18:56:55.979Z Compiling reqwest v0.12.28
17852026-03-09T18:57:00.214Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-03-09T18:57:00.504Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-03-09T18:57:04.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
17882026-03-09T18:57:05.056Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17892026-03-09T18:57:05.106ZMar 09 18:57:04.021 INFO Starting download, target: Cockroach
17902026-03-09T18:57:05.106ZMar 09 18:57:04.022 INFO Starting download, target: Console
17912026-03-09T18:57:05.106ZMar 09 18:57:04.022 INFO Starting download, target: Clickhouse
17922026-03-09T18:57:05.106ZMar 09 18:57:04.022 INFO Starting download, target: DendriteStub
17932026-03-09T18:57:05.106ZMar 09 18:57:04.022 INFO Starting download, target: MaghemiteMgd
17942026-03-09T18:57:05.109ZMar 09 18:57:04.022 INFO Starting download, target: TransceiverControl
17952026-03-09T18:57:05.109ZMar 09 18:57:04.022 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962026-03-09T18:57:05.109ZMar 09 18:57:04.022 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17972026-03-09T18:57:05.110ZMar 09 18:57:04.022 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17982026-03-09T18:57:05.110ZMar 09 18:57:04.022 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17992026-03-09T18:57:05.110ZMar 09 18:57:04.022 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18002026-03-09T18:57:05.110ZMar 09 18:57:04.022 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-03-09T18:57:05.891ZMar 09 18:57:04.805 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18022026-03-09T18:57:06.221ZMar 09 18:57:05.122 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18032026-03-09T18:57:06.491ZMar 09 18:57:05.401 INFO Download complete, target: TransceiverControl
18042026-03-09T18:57:06.597ZMar 09 18:57:05.512 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18052026-03-09T18:57:06.810ZMar 09 18:57:05.725 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062026-03-09T18:57:06.916ZMar 09 18:57:05.830 INFO Download complete, target: Console
18072026-03-09T18:57:07.333ZMar 09 18:57:06.249 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18082026-03-09T18:57:07.464ZMar 09 18:57:06.379 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18092026-03-09T18:57:07.464ZMar 09 18:57:06.380 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18102026-03-09T18:57:11.554ZMar 09 18:57:10.468 INFO Download complete, target: MaghemiteMgd
18112026-03-09T18:57:11.606ZMar 09 18:57:10.521 INFO Download complete, target: DendriteStub
18122026-03-09T18:57:17.027ZMar 09 18:57:15.939 INFO Checking that binary works, target: Cockroach
18132026-03-09T18:57:17.159ZMar 09 18:57:16.071 INFO Download complete, target: Cockroach
18142026-03-09T18:57:21.260ZMar 09 18:57:20.172 INFO Checking that binary works, target: Clickhouse
18152026-03-09T18:57:21.424ZMar 09 18:57:20.336 INFO Download complete, target: Clickhouse
18162026-03-09T18:57:21.430ZAll prerequisites installed successfully
18172026-03-09T18:57:21.434Z
18182026-03-09T18:57:21.434Zreal 4:28.957896619
18192026-03-09T18:57:21.434Zuser 16:37.590795989
18202026-03-09T18:57:21.434Zsys 2:19.374717202
18212026-03-09T18:57:21.434Ztrap 0.580183612
18222026-03-09T18:57:21.434Ztflt 1.403522707
18232026-03-09T18:57:21.434Zdflt 1.697216217
18242026-03-09T18:57:21.434Zkflt 0.025469592
18252026-03-09T18:57:21.434Zlock 40:43.966312308
18262026-03-09T18:57:21.434Zslp 1:01:02.703635905
18272026-03-09T18:57:21.434Zlat 1:05.463958402
18282026-03-09T18:57:21.434Zstop 2:54.884591626
18292026-03-09T18:57:21.434Z+ source ./tools/include/force-git-over-https.sh
18302026-03-09T18:57:21.434Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18312026-03-09T18:57:21.434Z++ (( i = 0 ))
18322026-03-09T18:57:21.434Z++ (( i < 5 ))
18332026-03-09T18:57:21.434Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18342026-03-09T18:57:21.438Z++ (( i++ ))
18352026-03-09T18:57:21.438Z++ (( i < 5 ))
18362026-03-09T18:57:21.438Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18372026-03-09T18:57:21.441Z++ (( i++ ))
18382026-03-09T18:57:21.441Z++ (( i < 5 ))
18392026-03-09T18:57:21.441Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18402026-03-09T18:57:21.445Z++ (( i++ ))
18412026-03-09T18:57:21.445Z++ (( i < 5 ))
18422026-03-09T18:57:21.445Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18432026-03-09T18:57:21.445Z++ (( i++ ))
18442026-03-09T18:57:21.445Z++ (( i < 5 ))
18452026-03-09T18:57:21.445Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18462026-03-09T18:57:21.448Z++ (( i++ ))
18472026-03-09T18:57:21.448Z++ (( i < 5 ))
18482026-03-09T18:57:21.448Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18492026-03-09T18:57:21.448Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18502026-03-09T18:57:21.448Z+ rc=0
18512026-03-09T18:57:21.448Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18522026-03-09T18:58:06.655Z+ case $rc in
18532026-03-09T18:58:06.655Z+ pfexec zfs create -p rpool/images/build/host
18542026-03-09T18:58:06.939Z+ pfexec zfs create -p rpool/images/build/recovery
18552026-03-09T18:58:07.020Z+ cargo xtask releng --output-dir /work --mkincorp
18562026-03-09T18:58:07.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18572026-03-09T18:58:07.820Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18582026-03-09T18:58:09.052Z Compiling proc-macro2 v1.0.106
18592026-03-09T18:58:09.052Z Compiling quote v1.0.44
18602026-03-09T18:58:09.052Z Compiling unicode-ident v1.0.24
18612026-03-09T18:58:09.055Z Compiling libc v0.2.180
18622026-03-09T18:58:09.055Z Compiling serde_core v1.0.228
18632026-03-09T18:58:09.056Z Compiling serde v1.0.228
18642026-03-09T18:58:09.056Z Compiling cfg-if v1.0.4
18652026-03-09T18:58:09.056Z Compiling version_check v0.9.5
18662026-03-09T18:58:09.446Z Compiling shlex v1.3.0
18672026-03-09T18:58:09.510Z Compiling find-msvc-tools v0.1.9
18682026-03-09T18:58:09.757Z Compiling typenum v1.19.0
18692026-03-09T18:58:09.780Z Compiling portable-atomic v1.13.1
18702026-03-09T18:58:09.783Z Compiling generic-array v0.14.7
18712026-03-09T18:58:10.260Z Compiling autocfg v1.5.0
18722026-03-09T18:58:10.405Z Compiling zerocopy v0.8.40
18732026-03-09T18:58:10.644Z Compiling memchr v2.8.0
18742026-03-09T18:58:11.044Z Compiling zmij v1.0.21
18752026-03-09T18:58:11.375Z Compiling jobserver v0.1.34
18762026-03-09T18:58:11.566Z Compiling serde_json v1.0.149
18772026-03-09T18:58:11.676Z Compiling libm v0.2.16
18782026-03-09T18:58:11.946Z Compiling syn v2.0.117
18792026-03-09T18:58:12.017Z Compiling cc v1.2.56
18802026-03-09T18:58:12.164Z Compiling parking_lot_core v0.9.12
18812026-03-09T18:58:12.296Z Compiling num-traits v0.2.19
18822026-03-09T18:58:12.617Z Compiling getrandom v0.2.17
18832026-03-09T18:58:12.701Z Compiling smallvec v1.15.1
18842026-03-09T18:58:13.010Z Compiling icu_normalizer_data v2.1.1
18852026-03-09T18:58:13.087Z Compiling icu_properties_data v2.1.2
18862026-03-09T18:58:13.233Z Compiling pkg-config v0.3.32
18872026-03-09T18:58:13.436Z Compiling errno v0.3.14
18882026-03-09T18:58:13.488Z Compiling log v0.4.29
18892026-03-09T18:58:13.763Z Compiling itoa v1.0.17
18902026-03-09T18:58:13.861Z Compiling getrandom v0.4.1
18912026-03-09T18:58:14.312Z Compiling subtle v2.6.1
18922026-03-09T18:58:14.359Z Compiling getrandom v0.3.4
18932026-03-09T18:58:14.449Z Compiling rand_core v0.6.4
18942026-03-09T18:58:14.852Z Compiling scopeguard v1.2.0
18952026-03-09T18:58:14.988Z Compiling stable_deref_trait v1.2.1
18962026-03-09T18:58:15.047Z Compiling lock_api v0.4.14
18972026-03-09T18:58:15.293Z Compiling critical-section v1.2.0
18982026-03-09T18:58:15.530Z Compiling rustix v1.1.3
18992026-03-09T18:58:15.659Z Compiling bitflags v2.11.0
19002026-03-09T18:58:15.910Z Compiling ring v0.17.14
19012026-03-09T18:58:16.164Z Compiling once_cell v1.21.3
19022026-03-09T18:58:16.529Z Compiling cmake v0.1.57
19032026-03-09T18:58:16.747Z Compiling dunce v1.0.5
19042026-03-09T18:58:16.807Z Compiling fs_extra v1.3.0
19052026-03-09T18:58:16.930Z Compiling pin-project-lite v0.2.17
19062026-03-09T18:58:17.024Z Compiling semver v1.0.27
19072026-03-09T18:58:17.170Z Compiling const-oid v0.9.6
19082026-03-09T18:58:17.340Z Compiling thiserror v2.0.18
19092026-03-09T18:58:17.384Z Compiling aws-lc-sys v0.37.1
19102026-03-09T18:58:18.077Z Compiling writeable v0.6.2
19112026-03-09T18:58:18.599Z Compiling percent-encoding v2.3.2
19122026-03-09T18:58:19.177Z Compiling rustversion v1.0.22
19132026-03-09T18:58:19.247Z Compiling litemap v0.8.1
19142026-03-09T18:58:19.553Z Compiling fnv v1.0.7
19152026-03-09T18:58:19.732Z Compiling synstructure v0.13.2
19162026-03-09T18:58:20.178Z Compiling heck v0.5.0
19172026-03-09T18:58:20.712Z Compiling signal-hook-registry v1.4.8
19182026-03-09T18:58:21.015Z Compiling futures-core v0.3.32
19192026-03-09T18:58:21.073Z Compiling aws-lc-rs v1.16.0
19202026-03-09T18:58:21.284Z Compiling allocator-api2 v0.2.21
19212026-03-09T18:58:21.362Z Compiling equivalent v1.0.2
19222026-03-09T18:58:21.718Z Compiling parking_lot v0.12.5
19232026-03-09T18:58:21.721Z Compiling mio v1.1.1
19242026-03-09T18:58:21.821Z Compiling foldhash v0.2.0
19252026-03-09T18:58:22.067Z Compiling vcpkg v0.2.15
19262026-03-09T18:58:22.268Z Compiling hashbrown v0.16.1
19272026-03-09T18:58:22.439Z Compiling httparse v1.10.1
19282026-03-09T18:58:23.096Z Compiling schemars v0.8.22
19292026-03-09T18:58:23.532Z Compiling openssl-sys v0.9.111
19302026-03-09T18:58:23.599Z Compiling serde_derive v1.0.228
19312026-03-09T18:58:23.666Z Compiling zeroize_derive v1.4.3
19322026-03-09T18:58:23.912Z Compiling zerofrom-derive v0.1.6
19332026-03-09T18:58:24.016Z Compiling yoke-derive v0.8.1
19342026-03-09T18:58:24.080Z Compiling zerocopy-derive v0.8.40
19352026-03-09T18:58:24.173Z Compiling zerovec-derive v0.11.2
19362026-03-09T18:58:24.453Z Compiling displaydoc v0.2.5
19372026-03-09T18:58:24.640Z Compiling tokio-macros v2.6.0
19382026-03-09T18:58:25.003Z Compiling zeroize v1.8.2
19392026-03-09T18:58:25.903Z Compiling futures-macro v0.3.32
19402026-03-09T18:58:26.401Z Compiling der_derive v0.7.3
19412026-03-09T18:58:26.789Z Compiling zerofrom v0.1.6
19422026-03-09T18:58:26.964Z Compiling thiserror-impl v2.0.18
19432026-03-09T18:58:27.093Z Compiling yoke v0.8.1
19442026-03-09T18:58:27.464Z Compiling crypto-common v0.1.7
19452026-03-09T18:58:27.562Z Compiling zerovec v0.11.5
19462026-03-09T18:58:27.784Z Compiling zerotrie v0.2.3
19472026-03-09T18:58:27.996Z Compiling block-buffer v0.10.4
19482026-03-09T18:58:28.621Z Compiling digest v0.10.7
19492026-03-09T18:58:28.968Z Compiling tinystr v0.8.2
19502026-03-09T18:58:29.099Z Compiling potential_utf v0.1.4
19512026-03-09T18:58:29.282Z Compiling tracing-attributes v0.1.31
19522026-03-09T18:58:29.437Z Compiling icu_locale_core v2.1.1
19532026-03-09T18:58:29.481Z Compiling icu_collections v2.1.1
19542026-03-09T18:58:30.106Z Compiling serde_derive_internals v0.29.1
19552026-03-09T18:58:31.617Z Compiling icu_provider v2.1.1
19562026-03-09T18:58:32.064Z Compiling bytes v1.11.1
19572026-03-09T18:58:32.135Z Compiling socket2 v0.6.2
19582026-03-09T18:58:32.476Z Compiling icu_properties v2.1.2
19592026-03-09T18:58:32.633Z Compiling icu_normalizer v2.1.1
19602026-03-09T18:58:33.973Z Compiling utf8_iter v1.0.4
19612026-03-09T18:58:34.278Z Compiling tokio v1.49.0
19622026-03-09T18:58:34.305Z Compiling schemars_derive v0.8.22
19632026-03-09T18:58:35.435Z Compiling idna_adapter v1.2.1
19642026-03-09T18:58:35.575Z Compiling form_urlencoded v1.2.2
19652026-03-09T18:58:35.677Z Compiling idna v1.1.0
19662026-03-09T18:58:36.204Z Compiling indexmap v2.13.0
19672026-03-09T18:58:36.809Z Compiling rand_core v0.10.0
19682026-03-09T18:58:37.036Z Compiling url v2.5.8
19692026-03-09T18:58:37.366Z Compiling crossbeam-utils v0.8.21
19702026-03-09T18:58:37.624Z Compiling cpufeatures v0.2.17
19712026-03-09T18:58:37.792Z Compiling futures-sink v0.3.32
19722026-03-09T18:58:38.060Z Compiling rustls v0.23.37
19732026-03-09T18:58:38.281Z Compiling futures-channel v0.3.32
19742026-03-09T18:58:39.464Z Compiling syn v1.0.109
19752026-03-09T18:58:39.564Z Compiling futures-io v0.3.32
19762026-03-09T18:58:40.033Z Compiling futures-task v0.3.32
19772026-03-09T18:58:40.465Z Compiling slab v0.4.12
19782026-03-09T18:58:41.055Z Compiling futures-util v0.3.32
19792026-03-09T18:58:41.394Z Compiling ppv-lite86 v0.2.21
19802026-03-09T18:58:41.636Z Compiling rustc_version v0.4.1
19812026-03-09T18:58:42.466Z Compiling crc32fast v1.5.0
19822026-03-09T18:58:42.503Z Compiling strsim v0.11.1
19832026-03-09T18:58:42.545Z Compiling thiserror v1.0.69
19842026-03-09T18:58:42.573Z Compiling ucd-trie v0.1.7
19852026-03-09T18:58:43.139Z Compiling byteorder v1.5.0
19862026-03-09T18:58:43.149Z Compiling pest v2.8.6
19872026-03-09T18:58:44.059Z Compiling hmac v0.12.1
19882026-03-09T18:58:44.365Z Compiling openssl v0.10.75
19892026-03-09T18:58:46.253Z Compiling pest_meta v2.8.6
19902026-03-09T18:58:46.890Z Compiling block-padding v0.3.3
19912026-03-09T18:58:47.175Z Compiling thiserror-impl v1.0.69
19922026-03-09T18:58:47.677Z Compiling iana-time-zone v0.1.65
19932026-03-09T18:58:48.419Z Compiling ident_case v1.0.1
19942026-03-09T18:58:48.673Z Compiling chrono v0.4.44
19952026-03-09T18:58:49.229Z Compiling pest_generator v2.8.6
19962026-03-09T18:58:49.348Z Compiling inout v0.1.4
19972026-03-09T18:58:50.445Z Compiling rustls-pki-types v1.14.0
19982026-03-09T18:58:50.691Z Compiling openssl-macros v0.1.1
19992026-03-09T18:58:51.796Z Compiling num-conv v0.2.0
20002026-03-09T18:58:52.056Z Compiling native-tls v0.2.18
20012026-03-09T18:58:52.093Z Compiling time-core v0.1.8
20022026-03-09T18:58:52.457Z Compiling time-macros v0.2.27
20032026-03-09T18:58:53.039Z Compiling pest_derive v2.8.6
20042026-03-09T18:58:57.741Z Compiling cipher v0.4.4
20052026-03-09T18:58:57.741Z Compiling sha2 v0.10.9
20062026-03-09T18:58:57.741Z Compiling scroll_derive v0.13.1
20072026-03-09T18:58:57.742Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20082026-03-09T18:58:57.743Z Compiling base64ct v1.8.3
20092026-03-09T18:58:57.743Z Compiling base64 v0.22.1
20102026-03-09T18:58:57.743Z Compiling pem-rfc7468 v0.7.0
20112026-03-09T18:58:57.743Z Compiling uuid v1.21.0
20122026-03-09T18:58:57.743Z Compiling http v1.4.0
20132026-03-09T18:58:57.743Z Compiling slog v2.8.2
20142026-03-09T18:58:58.130Z Compiling regex-syntax v0.8.10
20152026-03-09T18:58:58.245Z Compiling flagset v0.4.7
20162026-03-09T18:58:58.499Z Compiling untrusted v0.9.0
20172026-03-09T18:58:58.784Z Compiling der v0.7.10
20182026-03-09T18:59:00.316Z Compiling rand_core v0.9.5
20192026-03-09T18:59:01.259Z Compiling bzip2-sys v0.1.13+1.0.8
20202026-03-09T18:59:01.540Z Compiling plain v0.2.3
20212026-03-09T18:59:01.737Z Compiling paste v1.0.15
20222026-03-09T18:59:01.764Z Compiling camino v1.2.2
20232026-03-09T18:59:02.331Z Compiling rayon-core v1.13.0
20242026-03-09T18:59:02.997Z Compiling spki v0.7.3
20252026-03-09T18:59:03.073Z Compiling salsa20 v0.10.2
20262026-03-09T18:59:03.319Z Compiling tokio-util v0.7.18
20272026-03-09T18:59:03.360Z Compiling pbkdf2 v0.12.2
20282026-03-09T18:59:04.027Z Compiling tracing-core v0.1.36
20292026-03-09T18:59:06.232Z Compiling num-bigint-dig v0.8.6
20302026-03-09T18:59:06.607Z Compiling dyn-clone v1.0.20
20312026-03-09T18:59:08.027Z Compiling tracing v0.1.44
20322026-03-09T18:59:09.226Z Compiling scrypt v0.11.0
20332026-03-09T18:59:09.682Z Compiling rand_chacha v0.9.0
20342026-03-09T18:59:09.773Z Compiling http-body v1.0.1
20352026-03-09T18:59:10.355Z Compiling aes v0.8.4
20362026-03-09T18:59:10.410Z Compiling cbc v0.1.2
20372026-03-09T18:59:11.594Z Compiling ahash v0.8.12
20382026-03-09T18:59:11.921Z Compiling cookie v0.18.1
20392026-03-09T18:59:12.037Z Compiling unicode-segmentation v1.12.0
20402026-03-09T18:59:12.168Z Compiling fastrand v2.3.0
20412026-03-09T18:59:12.263Z Compiling pretty-hex v0.4.1
20422026-03-09T18:59:12.533Z Compiling anyhow v1.0.102
20432026-03-09T18:59:12.823Z Compiling atomic-waker v1.1.2
20442026-03-09T18:59:12.861Z Compiling usdt-impl v0.6.0
20452026-03-09T18:59:13.016Z Compiling zstd-safe v7.2.4
20462026-03-09T18:59:13.220Z Compiling pkcs5 v0.7.1
20472026-03-09T18:59:14.201Z Compiling rand v0.9.2
20482026-03-09T18:59:14.668Z Compiling scroll v0.13.0
20492026-03-09T18:59:15.720Z Compiling heapless v0.7.17
20502026-03-09T18:59:15.887Z Compiling serde_tokenstream v0.2.3
20512026-03-09T18:59:16.236Z Compiling daft-derive v0.1.5
20522026-03-09T18:59:16.417Z Compiling clap_derive v4.5.55
20532026-03-09T18:59:16.503Z Compiling scroll_derive v0.12.1
20542026-03-09T18:59:17.053Z Compiling async-trait v0.1.89
20552026-03-09T18:59:17.626Z Compiling aho-corasick v1.1.4
20562026-03-09T18:59:17.810Z Compiling openssl-probe v0.2.1
20572026-03-09T18:59:17.934Z Compiling tower-layer v0.3.3
20582026-03-09T18:59:18.448Z Compiling untrusted v0.7.1
20592026-03-09T18:59:18.692Z Compiling signal-hook v0.3.18
20602026-03-09T18:59:19.014Z Compiling try-lock v0.2.5
20612026-03-09T18:59:19.147Z Compiling tower-service v0.3.3
20622026-03-09T18:59:19.344Z Compiling want v0.3.1
20632026-03-09T18:59:19.668Z Compiling regex-automata v0.4.14
20642026-03-09T18:59:20.442Z Compiling goblin v0.10.5
20652026-03-09T18:59:22.931Z Compiling pkcs8 v0.10.2
20662026-03-09T18:59:23.137Z Compiling h2 v0.4.13
20672026-03-09T18:59:23.194Z Compiling heck v0.4.1
20682026-03-09T18:59:23.451Z Compiling tempfile v3.25.0
20692026-03-09T18:59:23.616Z Compiling darling_core v0.20.11
20702026-03-09T18:59:23.659Z Compiling ipnet v2.11.0
20712026-03-09T18:59:25.464Z Compiling spin v0.9.8
20722026-03-09T18:59:26.338Z Compiling pin-utils v0.1.0
20732026-03-09T18:59:26.829Z Compiling httpdate v1.0.3
20742026-03-09T18:59:26.929Z Compiling tinyvec_macros v0.1.1
20752026-03-09T18:59:27.333Z Compiling tinyvec v1.10.0
20762026-03-09T18:59:27.634Z Compiling dof v0.4.0
20772026-03-09T18:59:29.095Z Compiling darling_macro v0.20.11
20782026-03-09T18:59:30.538Z Compiling dtrace-parser v0.3.0
20792026-03-09T18:59:30.966Z Compiling hyper v1.8.1
20802026-03-09T18:59:31.021Z Compiling darling_core v0.21.3
20812026-03-09T18:59:32.059Z Compiling curve25519-dalek v4.1.3
20822026-03-09T18:59:33.103Z Compiling hex v0.4.3
20832026-03-09T18:59:33.819Z Compiling strum_macros v0.26.4
20842026-03-09T18:59:33.855Z Compiling zerocopy-derive v0.7.35
20852026-03-09T18:59:36.258Z Compiling thread-id v5.1.0
20862026-03-09T18:59:36.440Z Compiling proc-macro-error-attr v1.0.4
20872026-03-09T18:59:36.905Z Compiling utf8parse v0.2.2
20882026-03-09T18:59:37.148Z Compiling ref-cast v1.0.25
20892026-03-09T18:59:37.499Z Compiling rustix v0.38.44
20902026-03-09T18:59:37.765Z Compiling foreign-types-shared v0.1.1
20912026-03-09T18:59:37.955Z Compiling smoltcp v0.9.1
20922026-03-09T18:59:37.990Z Compiling anstyle v1.0.13
20932026-03-09T18:59:38.171Z Compiling litrs v1.0.0
20942026-03-09T18:59:38.518Z Compiling foreign-types v0.3.2
20952026-03-09T18:59:38.625Z Compiling anstyle-parse v0.2.7
20962026-03-09T18:59:39.186Z Compiling darling_macro v0.21.3
20972026-03-09T18:59:39.222Z Compiling document-features v0.2.12
20982026-03-09T18:59:40.139Z Compiling hyper-util v0.1.20
20992026-03-09T18:59:40.791Z Compiling darling v0.20.11
21002026-03-09T18:59:42.010Z Compiling serde_spanned v0.6.9
21012026-03-09T18:59:42.042Z Compiling toml_datetime v0.6.11
21022026-03-09T18:59:42.073Z Compiling wait-timeout v0.2.1
21032026-03-09T18:59:42.297Z Compiling proc-macro-error v1.0.4
21042026-03-09T18:59:42.410Z Compiling is_terminal_polyfill v1.70.2
21052026-03-09T18:59:42.580Z Compiling powerfmt v0.2.0
21062026-03-09T18:59:42.699Z Compiling bit-vec v0.8.0
21072026-03-09T18:59:42.797Z Compiling colorchoice v1.0.4
21082026-03-09T18:59:42.909Z Compiling quick-error v1.2.3
21092026-03-09T18:59:43.089Z Compiling simd-adler32 v0.3.8
21102026-03-09T18:59:43.139Z Compiling either v1.15.0
21112026-03-09T18:59:43.472Z Compiling anstyle-query v1.1.5
21122026-03-09T18:59:43.600Z Compiling siphasher v1.0.2
21132026-03-09T18:59:43.624Z Compiling deranged v0.5.8
21142026-03-09T18:59:43.689Z Compiling anstream v0.6.21
21152026-03-09T18:59:44.000Z Compiling bit-set v0.8.0
21162026-03-09T18:59:44.185Z Compiling rusty-fork v0.3.1
21172026-03-09T18:59:46.695Z Compiling crossbeam-epoch v0.9.18
21182026-03-09T18:59:46.721Z Compiling derive_builder_core v0.20.2
21192026-03-09T18:59:47.178Z Compiling darling v0.21.3
21202026-03-09T18:59:47.384Z Compiling unicode-normalization v0.1.25
21212026-03-09T18:59:48.425Z Compiling regex v1.12.3
21222026-03-09T18:59:48.849Z Compiling rustls-native-certs v0.8.3
21232026-03-09T18:59:49.422Z Compiling http-body-util v0.1.3
21242026-03-09T18:59:49.640Z Compiling rand_xorshift v0.4.0
21252026-03-09T18:59:49.953Z Compiling hubpack_derive v0.1.1
21262026-03-09T18:59:50.042Z Compiling sync_wrapper v1.0.2
21272026-03-09T18:59:50.234Z Compiling erased-serde v0.3.31
21282026-03-09T18:59:50.799Z Compiling signature v2.2.0
21292026-03-09T18:59:50.834Z Compiling strum_macros v0.27.2
21302026-03-09T18:59:50.960Z Compiling curve25519-dalek-derive v0.1.1
21312026-03-09T18:59:51.062Z Compiling ref-cast-impl v1.0.25
21322026-03-09T18:59:52.337Z Compiling fs-err v3.3.0
21332026-03-09T18:59:52.659Z Compiling usdt-impl v0.5.0
21342026-03-09T18:59:52.728Z Compiling object v0.37.3
21352026-03-09T18:59:53.259Z Compiling unicode-properties v0.1.4
21362026-03-09T18:59:53.721Z Compiling unicode-bidi v0.3.18
21372026-03-09T18:59:54.171Z Compiling unarray v0.1.4
21382026-03-09T18:59:54.371Z Compiling adler2 v2.0.1
21392026-03-09T18:59:54.421Z Compiling ryu v1.0.23
21402026-03-09T18:59:54.811Z Compiling num_threads v0.1.7
21412026-03-09T18:59:55.006Z Compiling time v0.3.47
21422026-03-09T18:59:55.987Z Compiling serde_urlencoded v0.7.1
21432026-03-09T18:59:56.043Z Compiling miniz_oxide v0.8.9
21442026-03-09T18:59:56.600Z Compiling stringprep v0.1.5
21452026-03-09T18:59:57.331Z Compiling proptest v1.10.0
21462026-03-09T18:59:57.521Z Compiling tower v0.5.3
21472026-03-09T19:00:00.780Z Compiling derive_builder_macro v0.20.2
21482026-03-09T19:00:02.511Z Compiling serde_with_macros v3.17.0
21492026-03-09T19:00:02.705Z Compiling crossbeam-deque v0.8.6
21502026-03-09T19:00:03.145Z Compiling usdt-attr-macro v0.6.0
21512026-03-09T19:00:04.791Z Compiling usdt-macro v0.6.0
21522026-03-09T19:00:04.976Z Compiling ipnetwork v0.21.1
21532026-03-09T19:00:05.124Z Compiling scroll v0.12.0
21542026-03-09T19:00:05.803Z Compiling webpki-roots v1.0.6
21552026-03-09T19:00:06.175Z Compiling rand_chacha v0.3.1
21562026-03-09T19:00:06.315Z Compiling terminal_size v0.4.3
21572026-03-09T19:00:06.382Z Compiling hash32 v0.2.1
21582026-03-09T19:00:06.585Z Compiling num-integer v0.1.46
21592026-03-09T19:00:07.589Z Compiling md-5 v0.10.6
21602026-03-09T19:00:07.721Z Compiling vergen-lib v0.1.6
21612026-03-09T19:00:07.844Z Compiling ff v0.13.1
21622026-03-09T19:00:07.924Z Compiling psl-types v2.0.11
21632026-03-09T19:00:08.103Z Compiling base16ct v0.2.0
21642026-03-09T19:00:08.200Z Compiling winnow v0.7.14
21652026-03-09T19:00:08.454Z Compiling zlib-rs v0.6.2
21662026-03-09T19:00:08.697Z Compiling iri-string v0.7.10
21672026-03-09T19:00:12.119Z Compiling clap_lex v1.0.0
21682026-03-09T19:00:12.900Z Compiling fallible-iterator v0.2.0
21692026-03-09T19:00:13.510Z Compiling flate2 v1.1.9
21702026-03-09T19:00:13.601Z Compiling postgres-protocol v0.6.10
21712026-03-09T19:00:13.653Z Compiling clap_builder v4.5.60
21722026-03-09T19:00:14.499Z Compiling tower-http v0.6.8
21732026-03-09T19:00:16.386Z Compiling sec1 v0.7.3
21742026-03-09T19:00:16.798Z Compiling publicsuffix v2.3.0
21752026-03-09T19:00:16.958Z Compiling group v0.13.0
21762026-03-09T19:00:17.290Z Compiling rand v0.8.5
21772026-03-09T19:00:17.313Z Compiling num-iter v0.1.45
21782026-03-09T19:00:20.824Z Compiling goblin v0.8.2
21792026-03-09T19:00:21.249Z Compiling oxnet v0.1.4
21802026-03-09T19:00:22.239Z Compiling zone_cfg_derive v0.3.1
21812026-03-09T19:00:22.291Z Compiling newtype-uuid v1.3.2
21822026-03-09T19:00:22.919Z Compiling derive_builder v0.20.2
21832026-03-09T19:00:23.161Z Compiling tokio-native-tls v0.3.1
21842026-03-09T19:00:23.939Z Compiling phf_shared v0.13.1
21852026-03-09T19:00:24.533Z Compiling rustls-webpki v0.103.9
21862026-03-09T19:00:25.473Z Compiling lazy_static v1.5.0
21872026-03-09T19:00:25.535Z Compiling zerocopy v0.7.35
21882026-03-09T19:00:27.329Z Compiling hkdf v0.12.4
21892026-03-09T19:00:27.630Z Compiling cargo-platform v0.1.9
21902026-03-09T19:00:28.137Z Compiling crypto-bigint v0.5.5
21912026-03-09T19:00:29.608Z Compiling serde_repr v0.1.20
21922026-03-09T19:00:30.606Z Compiling enum-as-inner v0.6.1
21932026-03-09T19:00:30.843Z Compiling vergen v9.0.6
21942026-03-09T19:00:31.854Z Compiling encoding_rs v0.8.35
21952026-03-09T19:00:33.846Z Compiling tokio-rustls v0.26.4
21962026-03-09T19:00:34.398Z Compiling hyper-rustls v0.27.7
21972026-03-09T19:00:35.786Z Compiling foldhash v0.1.5
21982026-03-09T19:00:36.097Z Compiling bumpalo v3.20.2
21992026-03-09T19:00:36.507Z Compiling mime v0.3.17
22002026-03-09T19:00:36.612Z Compiling winnow v0.5.40
22012026-03-09T19:00:38.068Z Compiling libbz2-rs-sys v0.2.2
22022026-03-09T19:00:38.428Z Compiling managed v0.8.0
22032026-03-09T19:00:38.945Z Compiling unicode-width v0.2.0
22042026-03-09T19:00:39.171Z Compiling bitflags v1.3.2
22052026-03-09T19:00:39.299Z Compiling bzip2 v0.6.1
22062026-03-09T19:00:39.551Z Compiling console v0.16.2
22072026-03-09T19:00:40.138Z Compiling toml_edit v0.19.15
22082026-03-09T19:00:40.815Z Compiling zopfli v0.8.3
22092026-03-09T19:00:41.086Z Compiling hashbrown v0.15.5
22102026-03-09T19:00:41.291Z Compiling rustls-platform-verifier v0.6.2
22112026-03-09T19:00:42.645Z Compiling elliptic-curve v0.13.8
22122026-03-09T19:00:42.983Z Compiling cargo_metadata v0.19.2
22132026-03-09T19:00:45.998Z Compiling dof v0.3.0
22142026-03-09T19:00:46.431Z Compiling phf v0.13.1
22152026-03-09T19:00:46.577Z Compiling zstd v0.13.3
22162026-03-09T19:00:46.754Z Compiling hyper-tls v0.6.0
22172026-03-09T19:00:47.173Z Compiling daft v0.1.5
22182026-03-09T19:00:47.250Z Compiling signal-hook-mio v0.2.5
22192026-03-09T19:00:47.517Z Compiling cookie_store v0.22.1
22202026-03-09T19:00:47.570Z Compiling rayon v1.11.0
22212026-03-09T19:00:47.756Z Compiling clap v4.5.60
22222026-03-09T19:00:47.928Z Compiling bzip2 v0.4.4
22232026-03-09T19:00:48.223Z Compiling postgres-types v0.2.12
22242026-03-09T19:00:48.311Z Compiling strum v0.27.2
22252026-03-09T19:00:48.823Z Compiling ed25519 v2.2.3
22262026-03-09T19:00:48.945Z Compiling hubpack v0.1.2
22272026-03-09T19:00:49.013Z Compiling dtrace-parser v0.2.0
22282026-03-09T19:00:49.261Z Compiling phf_shared v0.11.3
22292026-03-09T19:00:49.307Z Compiling itertools v0.12.1
22302026-03-09T19:00:49.652Z Compiling bstr v1.12.1
22312026-03-09T19:00:49.702Z Compiling pkcs1 v0.7.5
22322026-03-09T19:00:50.625Z Compiling rfc6979 v0.4.0
22332026-03-09T19:00:50.692Z Compiling float-cmp v0.10.0
22342026-03-09T19:00:50.882Z Compiling serde-big-array v0.5.1
22352026-03-09T19:00:51.137Z Compiling structmeta-derive v0.3.0
22362026-03-09T19:00:51.667Z Compiling env_filter v1.0.0
22372026-03-09T19:00:51.931Z Compiling memmap2 v0.9.10
22382026-03-09T19:00:52.229Z Compiling thread-id v4.2.2
22392026-03-09T19:00:52.358Z Compiling rustc-hash v2.1.1
22402026-03-09T19:00:52.417Z Compiling fixedbitset v0.5.7
22412026-03-09T19:00:52.466Z Compiling keccak v0.1.6
22422026-03-09T19:00:52.562Z Compiling data-encoding v2.10.0
22432026-03-09T19:00:52.861Z Compiling toml_write v0.1.2
22442026-03-09T19:00:52.995Z Compiling jiff v0.2.21
22452026-03-09T19:00:53.247Z Compiling radium v0.7.0
22462026-03-09T19:00:53.371Z Compiling difflib v0.4.0
22472026-03-09T19:00:53.844Z Compiling unit-prefix v0.5.2
22482026-03-09T19:00:54.093Z Compiling predicates-core v1.0.10
22492026-03-09T19:00:54.371Z Compiling precomputed-hash v0.1.1
22502026-03-09T19:00:54.395Z Compiling fixedbitset v0.4.2
22512026-03-09T19:00:54.538Z Compiling static_assertions v1.1.0
22522026-03-09T19:00:54.812Z Compiling whoami v2.1.0
22532026-03-09T19:00:55.167Z Compiling normalize-line-endings v0.3.0
22542026-03-09T19:00:55.361Z Compiling new_debug_unreachable v1.0.6
22552026-03-09T19:00:55.476Z Compiling string_cache v0.8.9
22562026-03-09T19:00:55.501Z Compiling predicates v3.1.4
22572026-03-09T19:00:55.620Z Compiling tokio-postgres v0.7.16
22582026-03-09T19:00:55.848Z Compiling reqwest v0.12.28
22592026-03-09T19:00:56.834Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22602026-03-09T19:00:56.920Z Compiling petgraph v0.6.5
22612026-03-09T19:01:00.682Z Compiling zip v4.6.1
22622026-03-09T19:01:00.733Z Compiling indicatif v0.18.4
22632026-03-09T19:01:02.546Z Compiling structmeta v0.3.0
22642026-03-09T19:01:02.654Z Compiling hickory-proto v0.25.2
22652026-03-09T19:01:02.915Z Compiling toml_edit v0.22.27
22662026-03-09T19:01:02.982Z Compiling petgraph v0.8.3
22672026-03-09T19:01:03.717Z Compiling sha3 v0.10.8
22682026-03-09T19:01:04.332Z Compiling iddqd v0.3.17
22692026-03-09T19:01:09.283Z Compiling usdt v0.6.0
22702026-03-09T19:01:09.875Z Compiling zone v0.3.1
22712026-03-09T19:01:10.362Z Compiling env_logger v0.11.9
22722026-03-09T19:01:10.758Z Compiling serde_with v3.17.0
22732026-03-09T19:01:10.801Z Compiling ecdsa v0.16.9
22742026-03-09T19:01:11.090Z Compiling similar v2.7.0
22752026-03-09T19:01:11.421Z Compiling rsa v0.9.10
22762026-03-09T19:01:14.217Z Compiling ed25519-dalek v2.2.0
22772026-03-09T19:01:14.452Z Compiling crossterm v0.28.1
22782026-03-09T19:01:15.202Z Compiling reqwest v0.13.2
22792026-03-09T19:01:15.373Z Compiling zip v0.6.6
22802026-03-09T19:01:19.488Z Compiling toml v0.7.8
22812026-03-09T19:01:20.211Z Compiling toml_parser v1.0.9+spec-1.1.0
22822026-03-09T19:01:20.878Z Compiling itertools v0.13.0
22832026-03-09T19:01:21.140Z Compiling strum v0.26.3
22842026-03-09T19:01:21.675Z Compiling tokio-stream v0.1.18
22852026-03-09T19:01:22.734Z Compiling x509-cert v0.2.5
22862026-03-09T19:01:24.078Z Compiling openapiv3 v2.2.0
22872026-03-09T19:01:24.109Z Compiling buf-list v1.1.2
22882026-03-09T19:01:24.159Z Compiling sha1 v0.10.6
22892026-03-09T19:01:24.632Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22902026-03-09T19:01:24.727Z Compiling toml_datetime v0.7.5+spec-1.1.0
22912026-03-09T19:01:25.427Z Compiling maybe-uninit v2.0.0
22922026-03-09T19:01:25.823Z Compiling lalrpop-util v0.19.12
22932026-03-09T19:01:25.849Z Compiling tap v1.0.1
22942026-03-09T19:01:25.924Z Compiling peg-runtime v0.8.5
22952026-03-09T19:01:26.116Z Compiling wyz v0.5.1
22962026-03-09T19:01:28.411Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22972026-03-09T19:01:37.837Z Compiling funty v2.0.0
22982026-03-09T19:01:38.087Z Compiling packed_struct v0.10.1
22992026-03-09T19:01:41.945Z Compiling bitvec v1.0.1
23002026-03-09T19:01:51.174Z Compiling packed_struct_codegen v0.10.1
23012026-03-09T19:01:51.270Z Compiling futures-executor v0.3.32
23022026-03-09T19:01:53.322Z Compiling zerocopy-derive v0.6.6
23032026-03-09T19:01:53.727Z Compiling bitfield-macros v0.19.4
23042026-03-09T19:01:55.545Z Compiling indexmap v1.9.3
23052026-03-09T19:01:56.036Z Compiling typeid v1.0.3
23062026-03-09T19:01:56.465Z Compiling nodrop v0.1.14
23072026-03-09T19:01:56.658Z Compiling crc-catalog v2.4.0
23082026-03-09T19:01:56.846Z Compiling crc v3.4.0
23092026-03-09T19:01:56.997Z Compiling array-init v0.0.4
23102026-03-09T19:01:58.620Z Compiling zerocopy v0.6.6
23112026-03-09T19:01:59.127Z Compiling bitfield v0.19.4
23122026-03-09T19:01:59.988Z Compiling futures v0.3.32
23132026-03-09T19:02:01.526Z Compiling smallvec v0.6.14
23142026-03-09T19:02:03.400Z Compiling derive-ex v0.1.8
23152026-03-09T19:02:07.452Z Compiling hashbrown v0.12.3
23162026-03-09T19:02:08.341Z Compiling base64 v0.21.7
23172026-03-09T19:02:08.614Z Compiling erased-serde v0.4.9
23182026-03-09T19:02:08.892Z Compiling rustls v0.22.4
23192026-03-09T19:02:09.597Z Compiling ron v0.8.1
23202026-03-09T19:02:13.569Z Compiling test-strategy v0.4.5
23212026-03-09T19:02:15.394Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23222026-03-09T19:02:19.793Z Compiling serde-hex v0.1.0
23232026-03-09T19:02:21.003Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23242026-03-09T19:02:23.308Z Compiling toml v0.8.23
23252026-03-09T19:02:25.158Z Compiling hashbrown v0.13.2
23262026-03-09T19:02:31.101Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23272026-03-09T19:02:31.298Z Compiling rustls-webpki v0.102.8
23282026-03-09T19:02:33.079Z Compiling pin-project-internal v1.1.11
23292026-03-09T19:02:33.457Z Compiling filetime v0.2.27
23302026-03-09T19:02:34.141Z Compiling multer v3.1.0
23312026-03-09T19:02:34.667Z Compiling thread_local v1.1.9
23322026-03-09T19:02:35.703Z Compiling crc-any v2.5.0
23332026-03-09T19:02:35.916Z Compiling xattr v1.6.1
23342026-03-09T19:02:36.255Z Compiling match_cfg v0.1.0
23352026-03-09T19:02:36.620Z Compiling slog-async v2.8.0
23362026-03-09T19:02:38.214Z Compiling same-file v1.0.6
23372026-03-09T19:02:39.070Z Compiling walkdir v2.5.0
23382026-03-09T19:02:45.926Z Compiling hostname v0.3.1
23392026-03-09T19:02:46.390Z Compiling tar v0.4.44
23402026-03-09T19:02:46.488Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23412026-03-09T19:02:48.412Z Compiling pin-project v1.1.11
23422026-03-09T19:02:55.023Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23432026-03-09T19:02:58.811Z Compiling object v0.30.4
23442026-03-09T19:03:00.838Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23452026-03-09T19:03:01.543Z Compiling slog-json v2.6.1
23462026-03-09T19:03:01.574Z Compiling crossbeam-channel v0.5.15
23472026-03-09T19:03:02.006Z Compiling snafu-derive v0.8.9
23482026-03-09T19:03:03.479Z Compiling async-stream-impl v0.3.6
23492026-03-09T19:03:03.872Z Compiling ordered-float v2.10.1
23502026-03-09T19:03:04.536Z Compiling serde_path_to_error v0.1.20
23512026-03-09T19:03:04.681Z Compiling serde_spanned v1.0.4
23522026-03-09T19:03:04.962Z Compiling is-terminal v0.4.17
23532026-03-09T19:03:05.142Z Compiling fs-err v2.11.0
23542026-03-09T19:03:05.545Z Compiling dropshot v0.16.7
23552026-03-09T19:03:05.926Z Compiling term v1.2.1
23562026-03-09T19:03:06.041Z Compiling path-slash v0.1.5
23572026-03-09T19:03:06.182Z Compiling take_mut v0.2.2
23582026-03-09T19:03:06.408Z Compiling toml_writer v1.0.6+spec-1.1.0
23592026-03-09T19:03:06.973Z Compiling debug-ignore v1.0.5
23602026-03-09T19:03:07.003Z Compiling toml v0.9.12+spec-1.1.0
23612026-03-09T19:03:07.349Z Compiling slog-term v2.9.2
23622026-03-09T19:03:08.653Z Compiling snafu v0.8.9
23632026-03-09T19:03:10.082Z Compiling async-stream v0.3.6
23642026-03-09T19:03:10.155Z Compiling serde-value v0.7.0
23652026-03-09T19:03:10.214Z Compiling slog-bunyan v2.5.0
23662026-03-09T19:03:10.427Z Compiling serde-untagged v0.1.9
23672026-03-09T19:03:10.469Z Compiling tokio-rustls v0.25.0
23682026-03-09T19:03:10.550Z Compiling globset v0.4.18
23692026-03-09T19:03:10.950Z Compiling camino-tempfile v1.4.1
23702026-03-09T19:03:11.172Z Compiling parse-display-derive v0.10.0
23712026-03-09T19:03:11.711Z Compiling olpc-cjson v0.1.4
23722026-03-09T19:03:11.782Z Compiling newtype-uuid-macros v0.1.0
23732026-03-09T19:03:12.103Z Compiling dropshot_endpoint v0.16.7
23742026-03-09T19:03:13.058Z Compiling waitgroup v0.1.2
23752026-03-09T19:03:13.327Z Compiling pem v3.0.6
23762026-03-09T19:03:13.352Z Compiling rustls-pemfile v2.2.0
23772026-03-09T19:03:13.896Z Compiling half v2.7.1
23782026-03-09T19:03:14.538Z Compiling serde_plain v1.0.2
23792026-03-09T19:03:14.736Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23802026-03-09T19:03:14.789Z Compiling async-recursion v1.1.1
23812026-03-09T19:03:15.093Z Compiling blake3 v1.8.3
23822026-03-09T19:03:15.298Z Compiling hostname v0.4.2
23832026-03-09T19:03:15.491Z Compiling instant v0.1.13
23842026-03-09T19:03:15.609Z Compiling unicode-xid v0.2.6
23852026-03-09T19:03:15.689Z Compiling ciborium-io v0.2.2
23862026-03-09T19:03:15.771Z Compiling typed-path v0.9.3
23872026-03-09T19:03:15.855Z Compiling ciborium-ll v0.2.2
23882026-03-09T19:03:15.859Z Compiling cargo-util-schemas v0.8.2
23892026-03-09T19:03:16.245Z Compiling backoff v0.4.0
23902026-03-09T19:03:16.418Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23912026-03-09T19:03:16.637Z Compiling parse-display v0.10.0
23922026-03-09T19:03:16.666Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23932026-03-09T19:03:16.671Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23942026-03-09T19:03:17.430Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23952026-03-09T19:03:17.485Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23962026-03-09T19:03:18.025Z Compiling progenitor-client v0.13.0
23972026-03-09T19:03:18.628Z Compiling tough v0.20.0
23982026-03-09T19:03:19.011Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23992026-03-09T19:03:20.502Z Compiling progenitor-client v0.10.0
24002026-03-09T19:03:21.254Z Compiling itertools v0.14.0
24012026-03-09T19:03:21.457Z Compiling backon v1.6.0
24022026-03-09T19:03:21.461Z Compiling macaddr v1.0.1
24032026-03-09T19:03:21.956Z Compiling cargo-platform v0.2.0
24042026-03-09T19:03:22.064Z Compiling regress v0.10.5
24052026-03-09T19:03:22.419Z Compiling arrayvec v0.7.6
24062026-03-09T19:03:22.934Z Compiling indent_write v2.2.0
24072026-03-09T19:03:23.143Z Compiling parse-size v1.1.0
24082026-03-09T19:03:23.216Z Compiling arrayref v0.3.9
24092026-03-09T19:03:23.361Z Compiling constant_time_eq v0.4.2
24102026-03-09T19:03:23.482Z Compiling cargo_metadata v0.21.0
24112026-03-09T19:03:24.803Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24122026-03-09T19:03:26.272Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24132026-03-09T19:03:26.485Z Compiling ciborium v0.2.2
24142026-03-09T19:03:28.525Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24152026-03-09T19:03:33.369Z Compiling display-error-chain v0.2.2
24162026-03-09T19:03:33.435Z Compiling topological-sort v0.2.2
24172026-03-09T19:03:33.435Z Compiling omicron-zone-package v0.12.2
24182026-03-09T19:03:33.454Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24192026-03-09T19:03:34.455Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24202026-03-09T19:03:38.402Z Compiling shell-words v1.1.1
24212026-03-09T19:03:40.908Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24222026-03-09T19:03:57.043Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24232026-03-09T19:04:16.070Z Finished `release` profile [optimized] target(s) in 6m 08s
24242026-03-09T19:04:16.259Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24252026-03-09T19:04:16.315ZMar 09 19:04:15.119 DEBG changing working directory to /work/oxidecomputer/omicron
24262026-03-09T19:04:16.449ZMar 09 19:04:15.254 DEBG running: git rev-parse HEAD
24272026-03-09T19:04:16.452ZMar 09 19:04:15.257 DEBG process exited with exit status: 0 (3.169899ms)
24282026-03-09T19:04:16.452ZMar 09 19:04:15.257 INFO version: 19.0.0-0.ci+git44a114028cc
24292026-03-09T19:04:16.463ZMar 09 19:04:15.268 INFO cloning helios to /work/oxidecomputer/helios
24302026-03-09T19:04:16.463ZMar 09 19:04:15.268 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24312026-03-09T19:04:16.466ZCloning into '/work/oxidecomputer/helios'...
24322026-03-09T19:04:17.344ZMar 09 19:04:16.148 DEBG process exited with exit status: 0 (880.521695ms)
24332026-03-09T19:04:17.344ZMar 09 19:04:16.148 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24342026-03-09T19:04:17.347ZMar 09 19:04:16.152 DEBG process exited with exit status: 0 (3.413772ms)
24352026-03-09T19:04:17.347ZMar 09 19:04:16.152 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24362026-03-09T19:04:18.693ZMar 09 19:04:17.497 DEBG process exited with exit status: 0 (1.345122388s)
24372026-03-09T19:04:18.693ZMar 09 19:04:17.497 DEBG running: zfs list rpool/images/build/host
24382026-03-09T19:04:18.698ZNAME USED AVAIL REFER MOUNTPOINT
24392026-03-09T19:04:18.698Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24402026-03-09T19:04:18.701ZMar 09 19:04:17.503 DEBG process exited with exit status: 0 (5.683742ms)
24412026-03-09T19:04:18.701ZMar 09 19:04:17.503 DEBG running: zfs list rpool/images/build/recovery
24422026-03-09T19:04:18.704ZNAME USED AVAIL REFER MOUNTPOINT
24432026-03-09T19:04:18.704Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24442026-03-09T19:04:18.704ZMar 09 19:04:17.508 DEBG process exited with exit status: 0 (4.975777ms)
24452026-03-09T19:04:18.704ZMar 09 19:04:17.508 INFO [hubris-staging] running task
24462026-03-09T19:04:18.704ZMar 09 19:04:17.508 INFO [hubris-production] running task
24472026-03-09T19:04:18.704ZMar 09 19:04:17.508 INFO [incorp-manifest] running task
24482026-03-09T19:04:18.707ZMar 09 19:04:17.509 INFO [incorp-create] running: pkgrepo create /work/incorporation
24492026-03-09T19:04:18.707ZMar 09 19:04:17.510 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24502026-03-09T19:04:18.707ZMar 09 19:04:17.510 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24512026-03-09T19:04:18.707ZMar 09 19:04:17.510 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
24522026-03-09T19:04:18.797Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24532026-03-09T19:04:19.129ZMar 09 19:04:17.933 INFO [incorp-create] process exited with exit status: 0 (424.061241ms)
24542026-03-09T19:04:19.132ZMar 09 19:04:17.933 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24552026-03-09T19:04:19.484ZMar 09 19:04:18.288 INFO [incorp-publisher] process exited with exit status: 0 (355.018073ms)
24562026-03-09T19:04:19.627Z[ omicron-package] Blocking waiting for file lock on package cache
24572026-03-09T19:04:20.233ZMar 09 19:04:19.036 INFO [hubris-production] task succeeded (1.527686252s)
24582026-03-09T19:04:20.318Z[ omicron-package] Blocking waiting for file lock on package cache
24592026-03-09T19:04:21.525Z[ omicron-package] Compiling ring v0.17.14
24602026-03-09T19:04:21.876Z[ omicron-package] Compiling itertools v0.14.0
24612026-03-09T19:04:21.880Z[ omicron-package] Compiling heapless v0.8.0
24622026-03-09T19:04:21.880Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24632026-03-09T19:04:21.880Z[ omicron-package] Compiling hash32 v0.3.1
24642026-03-09T19:04:21.880Z[ omicron-package] Compiling smoltcp v0.11.0
24652026-03-09T19:04:21.880Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24662026-03-09T19:04:23.585Z[ omicron-package] Compiling cobs v0.3.0
24672026-03-09T19:04:24.300Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24682026-03-09T19:04:24.980Z[ omicron-package] Compiling postcard v1.1.3
24692026-03-09T19:04:25.027Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24702026-03-09T19:04:25.987Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24712026-03-09T19:04:26.876Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24722026-03-09T19:04:26.942Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24732026-03-09T19:04:27.854Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24742026-03-09T19:04:27.935Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24752026-03-09T19:04:28.090Z[ omicron-package] Compiling cpufeatures v0.3.0
24762026-03-09T19:04:28.480Z[ omicron-package] Compiling rustls v0.23.37
24772026-03-09T19:04:28.783Z[ omicron-package] Compiling chacha20 v0.10.0
24782026-03-09T19:04:28.822Z[ omicron-package] Compiling ingot-macros v0.1.1
24792026-03-09T19:04:28.888Z[ omicron-package] Compiling num_enum_derive v0.7.5
24802026-03-09T19:04:29.158Z[ omicron-package] Compiling num_enum_derive v0.5.11
24812026-03-09T19:04:30.691Z[ omicron-package] Compiling foreign-types v0.5.0
24822026-03-09T19:04:31.517Z[ omicron-package] Compiling tabwriter v1.4.1
24832026-03-09T19:04:31.542Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24842026-03-09T19:04:32.961Z[ omicron-package] Compiling cstr-argument v0.1.2
24852026-03-09T19:04:33.457Z[ omicron-package] Compiling memoffset v0.9.1
24862026-03-09T19:04:33.567Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24872026-03-09T19:04:33.567Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24882026-03-09T19:04:33.969Z[ omicron-package] Compiling num_enum v0.7.5
24892026-03-09T19:04:34.386Z[ omicron-package] Compiling rustls-webpki v0.103.9
24902026-03-09T19:04:34.673Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24912026-03-09T19:04:35.064Z[ omicron-package] Compiling cfg_aliases v0.2.1
24922026-03-09T19:04:35.344Z[ omicron-package] Compiling nix v0.30.1
24932026-03-09T19:04:35.676Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24942026-03-09T19:04:35.940Z[ omicron-package] Compiling num_enum v0.5.11
24952026-03-09T19:04:36.707Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24962026-03-09T19:04:36.708Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24972026-03-09T19:04:36.776Z[ omicron-package] Compiling rand v0.10.0
24982026-03-09T19:04:36.840Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24992026-03-09T19:04:37.268Z[ omicron-package] Compiling colored v3.1.1
25002026-03-09T19:04:38.014Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25012026-03-09T19:04:39.269Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25022026-03-09T19:04:39.536Z[ omicron-package] Compiling secrecy v0.10.3
25032026-03-09T19:04:39.653Z[ omicron-package] Compiling sigpipe v0.1.3
25042026-03-09T19:04:39.762Z[ omicron-package] Compiling ingot-types v0.1.2
25052026-03-09T19:04:40.045Z[ omicron-package] Compiling num-derive v0.4.2
25062026-03-09T19:04:40.102Z[ omicron-package] Compiling glob v0.3.3
25072026-03-09T19:04:40.417Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25082026-03-09T19:04:40.731Z[ omicron-package] Compiling libefi-sys v0.1.0
25092026-03-09T19:04:40.915Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25102026-03-09T19:04:41.409Z[ omicron-package] Compiling ingot v0.1.1
25112026-03-09T19:04:43.157Z[ omicron-package] Compiling rustls v0.22.4
25122026-03-09T19:04:43.217Z[ omicron-package] Compiling usdt-macro v0.5.0
25132026-03-09T19:04:43.639Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25142026-03-09T19:04:43.657ZMar 09 19:04:42.452 INFO [hubris-staging] task succeeded (24.943500486s)
25152026-03-09T19:04:43.756Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25162026-03-09T19:04:45.567Z[ omicron-package] Compiling smf v0.2.3
25172026-03-09T19:04:45.676Z[ omicron-package] Compiling memmap v0.7.0
25182026-03-09T19:04:45.831Z[ omicron-package] Compiling bitfield-struct v0.6.2
25192026-03-09T19:04:46.252Z[ omicron-package] Compiling whoami v1.6.1
25202026-03-09T19:04:47.709Z[ omicron-package] Compiling tokio-rustls v0.26.4
25212026-03-09T19:04:48.445Z[ omicron-package] Compiling hyper-rustls v0.27.7
25222026-03-09T19:04:48.929Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25232026-03-09T19:04:49.061Z[ omicron-package] Compiling reqwest v0.12.28
25242026-03-09T19:04:49.385Z[ omicron-package] Compiling reqwest v0.13.2
25252026-03-09T19:04:49.500Z[ omicron-package] Compiling rustls-webpki v0.102.8
25262026-03-09T19:04:53.636Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25272026-03-09T19:04:57.103Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25282026-03-09T19:04:57.163Z[ omicron-package] Compiling usdt v0.5.0
25292026-03-09T19:04:57.163Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25302026-03-09T19:04:57.163Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25312026-03-09T19:04:57.490Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25322026-03-09T19:04:57.490Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25332026-03-09T19:04:58.555Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25342026-03-09T19:04:59.155Z[ omicron-package] Compiling tokio-rustls v0.25.0
25352026-03-09T19:04:59.302Z[ omicron-package] Compiling gethostname v0.5.0
25362026-03-09T19:04:59.395Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25372026-03-09T19:04:59.657Z[ omicron-package] Compiling dropshot v0.16.7
25382026-03-09T19:04:59.690Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25392026-03-09T19:05:01.194Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25402026-03-09T19:05:01.194Z[ helios-setup] --> src/main.rs:79:10
25412026-03-09T19:05:01.200Z[ helios-setup] |
25422026-03-09T19:05:01.200Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25432026-03-09T19:05:01.200Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25442026-03-09T19:05:01.200Z[ helios-setup] | |
25452026-03-09T19:05:01.200Z[ helios-setup] | the lifetime is elided here
25462026-03-09T19:05:01.200Z[ helios-setup] |
25472026-03-09T19:05:01.200Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25482026-03-09T19:05:01.200Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25492026-03-09T19:05:01.200Z[ helios-setup] help: use `'_` for type paths
25502026-03-09T19:05:01.200Z[ helios-setup] |
25512026-03-09T19:05:01.200Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25522026-03-09T19:05:01.200Z[ helios-setup] | ++++
25532026-03-09T19:05:01.200Z[ helios-setup]
25542026-03-09T19:05:01.219Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25552026-03-09T19:05:04.420Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25562026-03-09T19:05:05.364Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25572026-03-09T19:05:07.895Z[ helios-setup] Mar 09 19:05:06.684 INFO helios repository root is: /work/oxidecomputer/helios
25582026-03-09T19:05:07.900Z[ helios-setup] Mar 09 19:05:06.687 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25592026-03-09T19:05:07.900Z[ helios-setup] Mar 09 19:05:06.687 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
25602026-03-09T19:05:07.900Z[ helios-setup] Mar 09 19:05:06.687 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
25612026-03-09T19:05:07.900Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25622026-03-09T19:05:09.899Z[ helios-setup] Mar 09 19:05:08.688 INFO clone ok!, project: amd-host-image-builder
25632026-03-09T19:05:09.902Z[ helios-setup] Mar 09 19:05:08.688 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
25642026-03-09T19:05:09.902Z[ helios-setup] Mar 09 19:05:08.688 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25652026-03-09T19:05:09.903Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25662026-03-09T19:05:10.843Z[ helios-setup] Mar 09 19:05:09.634 INFO clone ok!, project: phbl
25672026-03-09T19:05:10.847Z[ helios-setup] Mar 09 19:05:09.634 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
25682026-03-09T19:05:10.847Z[ helios-setup] Mar 09 19:05:09.634 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25692026-03-09T19:05:10.847Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25702026-03-09T19:05:11.670Z[ helios-setup] Mar 09 19:05:10.460 INFO clone ok!, project: bootserver
25712026-03-09T19:05:11.675Z[ helios-setup] Mar 09 19:05:10.460 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
25722026-03-09T19:05:11.675Z[ helios-setup] Mar 09 19:05:10.460 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25732026-03-09T19:05:11.675Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25742026-03-09T19:05:12.950Z[ helios-setup] Mar 09 19:05:11.740 INFO clone ok!, project: dmar-report
25752026-03-09T19:05:12.953Z[ helios-setup] Mar 09 19:05:11.740 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25762026-03-09T19:05:12.953Z[ helios-setup] Mar 09 19:05:11.740 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
25772026-03-09T19:05:12.953Z[ helios-setup] Mar 09 19:05:11.740 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25782026-03-09T19:05:12.953Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25792026-03-09T19:05:12.978Z[ omicron-package] Compiling progenitor-client v0.13.0
25802026-03-09T19:05:13.139Z[ omicron-package] Compiling progenitor-client v0.10.0
25812026-03-09T19:05:14.002Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25822026-03-09T19:05:14.153Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25832026-03-09T19:05:14.380Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25842026-03-09T19:05:14.521Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25852026-03-09T19:05:14.741Z[ helios-setup] Mar 09 19:05:13.529 INFO clone ok!, project: chelsio-t6-roms
25862026-03-09T19:05:14.745Z[ helios-setup] Mar 09 19:05:13.529 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
25872026-03-09T19:05:14.745Z[ helios-setup] Mar 09 19:05:13.529 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25882026-03-09T19:05:14.745Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25892026-03-09T19:05:16.740Z[ helios-setup] Mar 09 19:05:15.528 INFO clone ok!, project: pilot
25902026-03-09T19:05:16.745Z[ helios-setup] Mar 09 19:05:15.529 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
25912026-03-09T19:05:16.746Z[ helios-setup] Mar 09 19:05:15.529 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25922026-03-09T19:05:16.746Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25932026-03-09T19:05:27.213ZMar 09 19:05:25.993 DEBG process exited with exit status: 0 (68.483237561s)
25942026-03-09T19:05:27.221ZMar 09 19:05:25.995 INFO [incorp-manifest] task succeeded (68.48632121s)
25952026-03-09T19:05:27.221ZMar 09 19:05:25.995 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25962026-03-09T19:05:27.639ZMar 09 19:05:26.425 INFO [incorp-fmt] process exited with exit status: 0 (429.651823ms)
25972026-03-09T19:05:27.645ZMar 09 19:05:26.425 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25982026-03-09T19:05:32.037Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260309T190527Z
25992026-03-09T19:05:32.201Z[ incorp-pkgsend] PUBLISHED
26002026-03-09T19:05:32.201ZMar 09 19:05:27.225 INFO [incorp-pkgsend] process exited with exit status: 0 (799.682666ms)
26012026-03-09T19:05:32.202ZMar 09 19:05:27.225 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26022026-03-09T19:05:32.402Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26032026-03-09T19:05:32.402Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26042026-03-09T19:05:32.402Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26052026-03-09T19:05:32.402Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26062026-03-09T19:05:32.402Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26072026-03-09T19:05:32.404Z[ helios-incorp]
26082026-03-09T19:05:32.404Z[ helios-incorp] Archiving packages ...
26092026-03-09T19:05:32.404Z[ helios-incorp] Packages to add: 1
26102026-03-09T19:05:32.404Z[ helios-incorp] Files to retrieve: 0
26112026-03-09T19:05:32.404Z[ helios-incorp] Estimated transfer size: 0.00 B
26122026-03-09T19:05:32.404Z[ helios-incorp]
26132026-03-09T19:05:32.404Z[ helios-incorp] Packages to archive:
26142026-03-09T19:05:32.404Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260309T190527Z
26152026-03-09T19:05:32.404Z[ helios-incorp]
26162026-03-09T19:05:32.404Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26172026-03-09T19:05:32.404Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26182026-03-09T19:05:32.404ZMar 09 19:05:27.900 INFO [helios-incorp] process exited with exit status: 0 (675.329061ms)
26192026-03-09T19:05:36.433Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26202026-03-09T19:05:37.682Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26212026-03-09T19:05:40.727Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26222026-03-09T19:05:57.884Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 39s
26232026-03-09T19:05:58.147Z[ omicron-package]
26242026-03-09T19:05:58.147Z[ omicron-package] real 1:39.363830329
26252026-03-09T19:05:58.151Z[ omicron-package] user 8:50.459519837
26262026-03-09T19:05:58.151Z[ omicron-package] sys 33.137419644
26272026-03-09T19:05:58.151Z[ omicron-package] trap 0.910144216
26282026-03-09T19:05:58.151Z[ omicron-package] tflt 1.216137941
26292026-03-09T19:05:58.151Z[ omicron-package] dflt 0.790286511
26302026-03-09T19:05:58.151Z[ omicron-package] kflt 0.000039989
26312026-03-09T19:05:58.151Z[ omicron-package] lock 27:40.804864220
26322026-03-09T19:05:58.151Z[ omicron-package] slp 32:42.694146946
26332026-03-09T19:05:58.152Z[ omicron-package] lat 3:07.228170972
26342026-03-09T19:05:58.152Z[ omicron-package] stop 1:35.296501609
26352026-03-09T19:05:58.152ZMar 09 19:05:56.926 INFO [omicron-package] process exited with exit status: 0 (99.415543358s)
26362026-03-09T19:05:58.152ZMar 09 19:05:56.926 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26372026-03-09T19:05:58.152ZMar 09 19:05:56.926 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26382026-03-09T19:05:58.163Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26392026-03-09T19:05:58.163Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26402026-03-09T19:05:58.167Z[ host-target] Created new build target 'host' and set it as active
26412026-03-09T19:05:58.167Z[ recovery-target] Created new build target 'recovery' and set it as active
26422026-03-09T19:05:58.167ZMar 09 19:05:56.944 INFO [recovery-target] process exited with exit status: 0 (17.433804ms)
26432026-03-09T19:05:58.167ZMar 09 19:05:56.944 INFO [host-target] process exited with exit status: 0 (17.110119ms)
26442026-03-09T19:05:58.167ZMar 09 19:05:56.944 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26452026-03-09T19:05:58.173Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26462026-03-09T19:06:00.176Z[ host-package] Compiling ring v0.17.14
26472026-03-09T19:06:00.460Z[ host-package] Compiling regress v0.10.5
26482026-03-09T19:06:00.464Z[ host-package] Compiling heck v0.5.0
26492026-03-09T19:06:00.483Z[ host-package] Compiling unsafe-libyaml v0.2.11
26502026-03-09T19:06:00.542Z[ host-package] Compiling convert_case v0.4.0
26512026-03-09T19:06:00.572Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26522026-03-09T19:06:00.576Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26532026-03-09T19:06:01.168Z[ host-package] Compiling derive_more v0.99.20
26542026-03-09T19:06:01.686Z[ host-package] Compiling typify-impl v0.6.1
26552026-03-09T19:06:02.027Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
26562026-03-09T19:06:03.026Z[ host-package] Compiling prettyplease v0.2.37
26572026-03-09T19:06:03.456Z[ helios-setup] Mar 09 19:06:02.229 INFO clone ok!, project: amd-firmware
26582026-03-09T19:06:03.457Z[ helios-setup] Mar 09 19:06:02.229 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
26592026-03-09T19:06:03.462Z[ helios-setup] Mar 09 19:06:02.229 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26602026-03-09T19:06:03.463Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26612026-03-09T19:06:03.527Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26622026-03-09T19:06:04.459Z[ helios-setup] Mar 09 19:06:03.236 INFO clone ok!, project: image-builder
26632026-03-09T19:06:04.464Z[ helios-setup] Mar 09 19:06:03.236 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
26642026-03-09T19:06:04.464Z[ helios-setup] Mar 09 19:06:03.236 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26652026-03-09T19:06:04.464Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26662026-03-09T19:06:05.125Z[ helios-setup] Mar 09 19:06:03.902 INFO clone ok!, project: pinprick
26672026-03-09T19:06:05.129Z[ helios-setup] Mar 09 19:06:03.902 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26682026-03-09T19:06:05.129Z[ helios-setup] Mar 09 19:06:03.902 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26692026-03-09T19:06:05.264Z[ host-package] Compiling universal-hash v0.5.1
26702026-03-09T19:06:05.550Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26712026-03-09T19:06:05.610Z[ helios-setup] Mar 09 19:06:04.386 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26722026-03-09T19:06:05.630Z[ host-package] Compiling rustls v0.23.37
26732026-03-09T19:06:05.731Z[ host-package] Compiling unicode-width v0.1.14
26742026-03-09T19:06:06.098Z[ helios-setup] Mar 09 19:06:04.873 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26752026-03-09T19:06:06.098Z[ helios-setup] Mar 09 19:06:04.873 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26762026-03-09T19:06:06.427Z[ host-package] Compiling opaque-debug v0.3.1
26772026-03-09T19:06:06.605Z[ host-package] Compiling poly1305 v0.8.0
26782026-03-09T19:06:06.620Z[ helios-setup] Mar 09 19:06:05.396 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26792026-03-09T19:06:06.794Z[ host-package] Compiling chacha20 v0.9.1
26802026-03-09T19:06:07.228Z[ helios-setup] Mar 09 19:06:06.003 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26812026-03-09T19:06:07.228Z[ helios-setup] Mar 09 19:06:06.003 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26822026-03-09T19:06:07.447Z[ host-package] Compiling password-hash v0.5.0
26832026-03-09T19:06:07.754Z[ helios-setup] Mar 09 19:06:06.530 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26842026-03-09T19:06:07.915Z[ host-package] Compiling thiserror-no-std v2.0.2
26852026-03-09T19:06:08.125Z[ host-package] Compiling blake2 v0.10.6
26862026-03-09T19:06:08.175Z[ host-package] Compiling aead v0.5.2
26872026-03-09T19:06:08.325Z[ helios-setup] Mar 09 19:06:07.101 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26882026-03-09T19:06:08.326Z[ helios-setup] Mar 09 19:06:07.101 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26892026-03-09T19:06:08.329Z[ helios-setup] Mar 09 19:06:07.101 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26902026-03-09T19:06:08.329Z[ helios-setup] Mar 09 19:06:07.101 INFO ok!
26912026-03-09T19:06:08.329Z[ helios-setup] Mar 09 19:06:07.101 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26922026-03-09T19:06:08.330Z[ helios-setup] Mar 09 19:06:07.101 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26932026-03-09T19:06:08.330Z[ helios-setup] Mar 09 19:06:07.101 INFO ok!
26942026-03-09T19:06:08.330Z[ helios-setup] Mar 09 19:06:07.101 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26952026-03-09T19:06:08.330Z[ helios-setup] Mar 09 19:06:07.101 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26962026-03-09T19:06:08.330Z[ helios-setup] Mar 09 19:06:07.101 INFO ok!
26972026-03-09T19:06:08.330Z[ helios-setup] Mar 09 19:06:07.101 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26982026-03-09T19:06:08.460Z[ helios-setup] Mar 09 19:06:07.235 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')"
26992026-03-09T19:06:08.461Z[ helios-setup] Mar 09 19:06:07.235 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27002026-03-09T19:06:08.461Z[ helios-setup] Mar 09 19:06:07.235 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27012026-03-09T19:06:08.665Z[ host-package] Compiling rustls-webpki v0.103.9
27022026-03-09T19:06:08.771Z[ helios-setup] Mar 09 19:06:07.547 INFO E| Updating crates.io index
27032026-03-09T19:06:08.887Z[ helios-setup] Mar 09 19:06:07.663 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27042026-03-09T19:06:09.421Z[ host-package] Compiling is-terminal v0.4.17
27052026-03-09T19:06:09.611Z[ host-package] Compiling swrite v0.1.0
27062026-03-09T19:06:09.686Z[ host-package] Compiling argon2 v0.5.3
27072026-03-09T19:06:09.725Z[ host-package] Compiling chacha20poly1305 v0.10.1
27082026-03-09T19:06:09.819Z[ helios-setup] Mar 09 19:06:08.595 INFO E| From https://github.com/oxidecomputer/amd-apcb
27092026-03-09T19:06:09.819Z[ helios-setup] Mar 09 19:06:08.595 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
27102026-03-09T19:06:09.848Z[ helios-setup] Mar 09 19:06:08.621 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
27112026-03-09T19:06:10.012Z[ host-package] Compiling vsss-rs v3.3.4
27122026-03-09T19:06:10.621Z[ host-package] Compiling typify-impl v0.4.3
27132026-03-09T19:06:10.657Z[ helios-setup] Mar 09 19:06:09.424 INFO E| From https://github.com/oxidecomputer/amd-efs
27142026-03-09T19:06:10.657Z[ helios-setup] Mar 09 19:06:09.424 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
27152026-03-09T19:06:11.080Z[ helios-setup] Mar 09 19:06:09.855 INFO E| Downloading crates ...
27162026-03-09T19:06:11.167Z[ helios-setup] Mar 09 19:06:09.942 INFO E| Downloaded structopt-derive v0.4.18
27172026-03-09T19:06:11.176Z[ helios-setup] Mar 09 19:06:09.951 INFO E| Downloaded pest_meta v2.8.0
27182026-03-09T19:06:11.180Z[ helios-setup] Mar 09 19:06:09.955 INFO E| Downloaded unic-char-property v0.9.0
27192026-03-09T19:06:11.190Z[ helios-setup] Mar 09 19:06:09.965 INFO E| Downloaded ansi_term v0.12.1
27202026-03-09T19:06:11.193Z[ helios-setup] Mar 09 19:06:09.969 INFO E| Downloaded dyn-clone v1.0.19
27212026-03-09T19:06:11.197Z[ helios-setup] Mar 09 19:06:09.971 INFO E| Downloaded rustversion v1.0.20
27222026-03-09T19:06:11.201Z[ helios-setup] Mar 09 19:06:09.975 INFO E| Downloaded autocfg v1.4.0
27232026-03-09T19:06:11.205Z[ helios-setup] Mar 09 19:06:09.978 INFO E| Downloaded heck v0.3.3
27242026-03-09T19:06:11.208Z[ helios-setup] Mar 09 19:06:09.981 INFO E| Downloaded unic-ucd-ident v0.9.0
27252026-03-09T19:06:11.212Z[ helios-setup] Mar 09 19:06:09.984 INFO E| Downloaded unic-common v0.9.0
27262026-03-09T19:06:11.212Z[ helios-setup] Mar 09 19:06:09.985 INFO E| Downloaded parse_int v0.9.0
27272026-03-09T19:06:11.216Z[ helios-setup] Mar 09 19:06:09.990 INFO E| Downloaded four-cc v0.4.0
27282026-03-09T19:06:11.220Z[ helios-setup] Mar 09 19:06:09.994 INFO E| Downloaded strum v0.27.1
27292026-03-09T19:06:11.222Z[ helios-setup] Mar 09 19:06:09.997 INFO E| Downloaded itoa v1.0.15
27302026-03-09T19:06:11.229Z[ helios-setup] Mar 09 19:06:10.004 INFO E| Downloaded vec_map v0.8.2
27312026-03-09T19:06:11.229Z[ helios-setup] Mar 09 19:06:10.004 INFO E| Downloaded unic-char-range v0.9.0
27322026-03-09T19:06:11.232Z[ helios-setup] Mar 09 19:06:10.004 INFO E| Downloaded unic-ucd-version v0.9.0
27332026-03-09T19:06:11.232Z[ helios-setup] Mar 09 19:06:10.005 INFO E| Downloaded fletcher v1.0.0
27342026-03-09T19:06:11.246Z[ helios-setup] Mar 09 19:06:10.021 INFO E| Downloaded strsim v0.8.0
27352026-03-09T19:06:11.255Z[ helios-setup] Mar 09 19:06:10.030 INFO E| Downloaded strum_macros v0.27.1
27362026-03-09T19:06:11.259Z[ helios-setup] Mar 09 19:06:10.033 INFO E| Downloaded thiserror-impl v2.0.12
27372026-03-09T19:06:11.262Z[ helios-setup] Mar 09 19:06:10.035 INFO E| Downloaded textwrap v0.11.0
27382026-03-09T19:06:11.265Z[ helios-setup] Mar 09 19:06:10.038 INFO E| Downloaded modular-bitfield-impl v0.13.1
27392026-03-09T19:06:11.265Z[ helios-setup] Mar 09 19:06:10.040 INFO E| Downloaded pest_generator v2.8.0
27402026-03-09T19:06:11.268Z[ helios-setup] Mar 09 19:06:10.041 INFO E| Downloaded bytesize v2.0.1
27412026-03-09T19:06:11.280Z[ helios-setup] Mar 09 19:06:10.056 INFO E| Downloaded serde_derive v1.0.219
27422026-03-09T19:06:11.289Z[ helios-setup] Mar 09 19:06:10.064 INFO E| Downloaded thiserror v2.0.12
27432026-03-09T19:06:11.298Z[ helios-setup] Mar 09 19:06:10.073 INFO E| Downloaded quote v1.0.40
27442026-03-09T19:06:11.302Z[ helios-setup] Mar 09 19:06:10.077 INFO E| Downloaded pest_derive v2.8.0
27452026-03-09T19:06:11.306Z[ helios-setup] Mar 09 19:06:10.081 INFO E| Downloaded unicode-ident v1.0.18
27462026-03-09T19:06:11.310Z[ helios-setup] Mar 09 19:06:10.085 INFO E| Downloaded typenum v1.18.0
27472026-03-09T19:06:11.324Z[ helios-setup] Mar 09 19:06:10.099 INFO E| Downloaded structopt v0.3.26
27482026-03-09T19:06:11.335Z[ helios-setup] Mar 09 19:06:10.110 INFO E| Downloaded serde v1.0.219
27492026-03-09T19:06:11.339Z[ helios-setup] Mar 09 19:06:10.114 INFO E| Downloaded ryu v1.0.20
27502026-03-09T19:06:11.343Z[ helios-setup] Mar 09 19:06:10.119 INFO E| Downloaded zerocopy-derive v0.8.25
27512026-03-09T19:06:11.353Z[ helios-setup] Mar 09 19:06:10.128 INFO E| Downloaded proc-macro2 v1.0.95
27522026-03-09T19:06:11.357Z[ helios-setup] Mar 09 19:06:10.132 INFO E| Downloaded memchr v2.7.4
27532026-03-09T19:06:11.363Z[ helios-setup] Mar 09 19:06:10.138 INFO E| Downloaded log v0.4.27
27542026-03-09T19:06:11.366Z[ helios-setup] Mar 09 19:06:10.141 INFO E| Downloaded modular-bitfield v0.11.2
27552026-03-09T19:06:11.384Z[ helios-setup] Mar 09 19:06:10.158 INFO E| Downloaded pest v2.8.0
27562026-03-09T19:06:11.390Z[ helios-setup] Mar 09 19:06:10.165 INFO E| Downloaded clap v2.34.0
27572026-03-09T19:06:11.399Z[ helios-setup] Mar 09 19:06:10.174 INFO E| Downloaded serde_json v1.0.140
27582026-03-09T19:06:11.410Z[ helios-setup] Mar 09 19:06:10.185 INFO E| Downloaded goblin v0.9.3
27592026-03-09T19:06:11.422Z[ helios-setup] Mar 09 19:06:10.197 INFO E| Downloaded modular-bitfield-impl v0.11.2
27602026-03-09T19:06:11.426Z[ helios-setup] Mar 09 19:06:10.199 INFO E| Downloaded modular-bitfield v0.13.1
27612026-03-09T19:06:11.442Z[ helios-setup] Mar 09 19:06:10.217 INFO E| Downloaded zerocopy v0.8.25
27622026-03-09T19:06:11.480Z[ helios-setup] Mar 09 19:06:10.255 INFO E| Downloaded syn v2.0.101
27632026-03-09T19:06:11.561Z[ helios-setup] Mar 09 19:06:10.336 INFO E| Downloaded libc v0.2.172
27642026-03-09T19:06:11.726Z[ helios-setup] Mar 09 19:06:10.500 INFO E| Compiling proc-macro2 v1.0.95
27652026-03-09T19:06:11.780Z[ helios-setup] Mar 09 19:06:10.555 INFO E| Compiling unicode-ident v1.0.18
27662026-03-09T19:06:11.780Z[ helios-setup] Mar 09 19:06:10.555 INFO E| Compiling memchr v2.7.4
27672026-03-09T19:06:11.780Z[ helios-setup] Mar 09 19:06:10.555 INFO E| Compiling thiserror v2.0.12
27682026-03-09T19:06:11.783Z[ helios-setup] Mar 09 19:06:10.555 INFO E| Compiling autocfg v1.4.0
27692026-03-09T19:06:11.783Z[ helios-setup] Mar 09 19:06:10.555 INFO E| Compiling serde v1.0.219
27702026-03-09T19:06:11.783Z[ helios-setup] Mar 09 19:06:10.555 INFO E| Compiling syn v1.0.109
27712026-03-09T19:06:11.783Z[ helios-setup] Mar 09 19:06:10.555 INFO E| Compiling version_check v0.9.5
27722026-03-09T19:06:12.255Z[ host-package] Compiling serde_spanned v1.0.4
27732026-03-09T19:06:12.387Z[ helios-setup] Mar 09 19:06:11.161 INFO E| Compiling serde_json v1.0.140
27742026-03-09T19:06:12.824Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
27752026-03-09T19:06:13.391Z[ helios-setup] Mar 09 19:06:12.165 INFO E| Compiling itoa v1.0.15
27762026-03-09T19:06:13.418Z[ helios-setup] Mar 09 19:06:12.192 INFO E| Compiling schemars v0.8.22
27772026-03-09T19:06:13.642Z[ helios-setup] Mar 09 19:06:12.417 INFO E| Compiling num-traits v0.2.19
27782026-03-09T19:06:13.674Z[ helios-setup] Mar 09 19:06:12.449 INFO E| Compiling ryu v1.0.20
27792026-03-09T19:06:13.689Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
27802026-03-09T19:06:13.935Z[ helios-setup] Mar 09 19:06:12.710 INFO E| Compiling memoffset v0.9.1
27812026-03-09T19:06:14.239Z[ helios-setup] Mar 09 19:06:13.013 INFO E| Compiling proc-macro-error-attr v1.0.4
27822026-03-09T19:06:14.246Z[ helios-setup] Mar 09 19:06:13.020 INFO E| Compiling dyn-clone v1.0.19
27832026-03-09T19:06:14.403Z[ helios-setup] Mar 09 19:06:13.178 INFO E| Compiling paste v1.0.15
27842026-03-09T19:06:14.437Z[ helios-setup] Mar 09 19:06:13.211 INFO E| Compiling static_assertions v1.1.0
27852026-03-09T19:06:14.594Z[ helios-setup] Mar 09 19:06:13.368 INFO E| Compiling zerocopy v0.8.25
27862026-03-09T19:06:14.890Z[ helios-setup] Mar 09 19:06:13.664 INFO E| Compiling libc v0.2.172
27872026-03-09T19:06:14.890Z[ helios-setup] Mar 09 19:06:13.664 INFO E| Compiling rustversion v1.0.20
27882026-03-09T19:06:14.987Z[ helios-setup] Mar 09 19:06:13.761 INFO E| Compiling ucd-trie v0.1.7
27892026-03-09T19:06:15.182Z[ helios-setup] Mar 09 19:06:13.955 INFO E| Compiling quote v1.0.40
27902026-03-09T19:06:15.465Z[ host-package] Compiling rustls v0.22.4
27912026-03-09T19:06:15.568Z[ host-package] Compiling typify-macro v0.6.1
27922026-03-09T19:06:15.894Z[ helios-setup] Mar 09 19:06:14.667 INFO E| Compiling proc-macro-error v1.0.4
27932026-03-09T19:06:15.897Z[ helios-setup] Mar 09 19:06:14.668 INFO E| Compiling once_cell v1.21.3
27942026-03-09T19:06:16.359Z[ helios-setup] Mar 09 19:06:15.133 INFO E| Compiling syn v2.0.101
27952026-03-09T19:06:16.485Z[ host-package] Compiling bytecount v0.6.9
27962026-03-09T19:06:17.035Z[ helios-setup] Mar 09 19:06:15.807 INFO E| Compiling unicode-width v0.1.14
27972026-03-09T19:06:17.396Z[ host-package] Compiling rustls-webpki v0.102.8
27982026-03-09T19:06:18.056Z[ helios-setup] Mar 09 19:06:16.829 INFO E| Compiling heck v0.5.0
27992026-03-09T19:06:18.226Z[ helios-setup] Mar 09 19:06:16.999 INFO E| Compiling unicode-segmentation v1.12.0
28002026-03-09T19:06:18.342Z[ helios-setup] Mar 09 19:06:17.115 INFO E| Compiling parse_int v0.9.0
28012026-03-09T19:06:18.494Z[ helios-setup] Mar 09 19:06:17.267 INFO E| Compiling textwrap v0.11.0
28022026-03-09T19:06:18.528Z[ helios-setup] Mar 09 19:06:17.301 INFO E| Compiling atty v0.2.14
28032026-03-09T19:06:18.822Z[ helios-setup] Mar 09 19:06:17.595 INFO E| Compiling strum v0.27.1
28042026-03-09T19:06:18.943Z[ helios-setup] Mar 09 19:06:17.716 INFO E| Compiling unic-char-range v0.9.0
28052026-03-09T19:06:19.109Z[ helios-setup] Mar 09 19:06:17.882 INFO E| Compiling bitflags v1.3.2
28062026-03-09T19:06:19.172Z[ helios-setup] Mar 09 19:06:17.945 INFO E| Compiling unic-common v0.9.0
28072026-03-09T19:06:19.302Z[ helios-setup] Mar 09 19:06:18.075 INFO E| Compiling ansi_term v0.12.1
28082026-03-09T19:06:19.377Z[ helios-setup] Mar 09 19:06:18.150 INFO E| Compiling vec_map v0.8.2
28092026-03-09T19:06:19.395Z[ helios-setup] Mar 09 19:06:18.168 INFO E| Compiling fletcher v1.0.0
28102026-03-09T19:06:19.547Z[ helios-setup] Mar 09 19:06:18.315 INFO E| Compiling heck v0.3.3
28112026-03-09T19:06:19.596Z[ helios-setup] Mar 09 19:06:18.369 INFO E| Compiling byteorder v1.5.0
28122026-03-09T19:06:20.096Z[ helios-setup] Mar 09 19:06:18.869 INFO E| Compiling strsim v0.8.0
28132026-03-09T19:06:20.168Z[ helios-setup] Mar 09 19:06:18.940 INFO E| Compiling unic-ucd-version v0.9.0
28142026-03-09T19:06:20.168Z[ helios-setup] Mar 09 19:06:18.940 INFO E| Compiling unic-char-property v0.9.0
28152026-03-09T19:06:20.383Z[ helios-setup] Mar 09 19:06:19.154 INFO E| Compiling lazy_static v1.5.0
28162026-03-09T19:06:20.424Z[ helios-setup] Mar 09 19:06:19.197 INFO E| Compiling plain v0.2.3
28172026-03-09T19:06:20.502Z[ helios-setup] Mar 09 19:06:19.274 INFO E| Compiling clap v2.34.0
28182026-03-09T19:06:20.518Z[ helios-setup] Mar 09 19:06:19.290 INFO E| Compiling log v0.4.27
28192026-03-09T19:06:20.651Z[ helios-setup] Mar 09 19:06:19.423 INFO E| Compiling unic-ucd-ident v0.9.0
28202026-03-09T19:06:20.730Z[ helios-setup] Mar 09 19:06:19.503 INFO E| Compiling bytesize v2.0.1
28212026-03-09T19:06:21.614Z[ host-package] Compiling typify v0.6.1
28222026-03-09T19:06:21.909Z[ host-package] Compiling tokio-rustls v0.26.4
28232026-03-09T19:06:22.836Z[ host-package] Compiling hyper-rustls v0.27.7
28242026-03-09T19:06:23.759Z[ host-package] Compiling rustls-platform-verifier v0.6.2
28252026-03-09T19:06:24.482Z[ host-package] Compiling reqwest v0.13.2
28262026-03-09T19:06:25.047Z[ host-package] Compiling reqwest v0.12.28
28272026-03-09T19:06:25.529Z[ helios-setup] Mar 09 19:06:24.300 INFO E| Compiling modular-bitfield-impl v0.11.2
28282026-03-09T19:06:25.529Z[ helios-setup] Mar 09 19:06:24.300 INFO E| Compiling structopt-derive v0.4.18
28292026-03-09T19:06:27.036Z[ helios-setup] Mar 09 19:06:25.763 INFO E| Compiling serde_derive_internals v0.29.1
28302026-03-09T19:06:28.295Z[ host-package] Compiling progenitor-impl v0.13.0
28312026-03-09T19:06:29.389Z[ helios-setup] Mar 09 19:06:28.159 INFO E| Compiling modular-bitfield v0.11.2
28322026-03-09T19:06:29.632Z[ helios-setup] Mar 09 19:06:28.402 INFO E| Compiling structopt v0.3.26
28332026-03-09T19:06:29.943Z[ host-package] Compiling typify-macro v0.4.3
28342026-03-09T19:06:30.634Z[ helios-setup] Mar 09 19:06:29.403 INFO E| Compiling thiserror-impl v2.0.12
28352026-03-09T19:06:30.634Z[ helios-setup] Mar 09 19:06:29.403 INFO E| Compiling serde_derive v1.0.219
28362026-03-09T19:06:31.053Z[ helios-setup] Mar 09 19:06:29.823 INFO E| Compiling schemars_derive v0.8.22
28372026-03-09T19:06:31.096Z[ helios-setup] Mar 09 19:06:29.865 INFO E| Compiling zerocopy-derive v0.8.25
28382026-03-09T19:06:31.191Z[ helios-setup] Mar 09 19:06:29.960 INFO E| Compiling num-derive v0.4.2
28392026-03-09T19:06:31.242Z[ helios-setup] Mar 09 19:06:30.009 INFO E| Compiling modular-bitfield-impl v0.13.1
28402026-03-09T19:06:31.246Z[ helios-setup] Mar 09 19:06:30.010 INFO E| Compiling scroll_derive v0.12.1
28412026-03-09T19:06:31.733Z[ helios-setup] Mar 09 19:06:30.503 INFO E| Compiling strum_macros v0.27.1
28422026-03-09T19:06:34.682Z[ helios-setup] Mar 09 19:06:33.444 INFO E| Compiling scroll v0.12.0
28432026-03-09T19:06:35.517Z[ helios-setup] Mar 09 19:06:34.274 INFO E| Compiling goblin v0.9.3
28442026-03-09T19:06:35.667Z[ host-package] Compiling derive-where v1.6.0
28452026-03-09T19:06:36.344Z[ helios-setup] Mar 09 19:06:35.112 INFO E| Compiling pest v2.8.0
28462026-03-09T19:06:36.759Z[ helios-setup] Mar 09 19:06:35.528 INFO E| Compiling modular-bitfield v0.13.1
28472026-03-09T19:06:38.625Z[ host-package] Compiling tokio-rustls v0.25.0
28482026-03-09T19:06:39.473Z[ host-package] Compiling dropshot v0.16.7
28492026-03-09T19:06:39.540Z[ host-package] Compiling progenitor-macro v0.13.0
28502026-03-09T19:06:40.420Z[ host-package] Compiling thread_local v1.1.9
28512026-03-09T19:06:40.801Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28522026-03-09T19:06:41.158Z[ helios-setup] Mar 09 19:06:39.925 INFO E| Compiling pest_meta v2.8.0
28532026-03-09T19:06:41.387Z[ host-package] Compiling match_cfg v0.1.0
28542026-03-09T19:06:43.138Z[ helios-setup] Mar 09 19:06:41.905 INFO E| Compiling pest_generator v2.8.0
28552026-03-09T19:06:45.454Z[ helios-setup] Mar 09 19:06:44.219 INFO E| Compiling pest_derive v2.8.0
28562026-03-09T19:06:48.764Z[ helios-setup] Mar 09 19:06:47.528 INFO E| Compiling json5 v0.4.1
28572026-03-09T19:06:53.438Z[ helios-setup] Mar 09 19:06:52.202 INFO E| Compiling four-cc v0.4.0
28582026-03-09T19:06:53.438Z[ helios-setup] Mar 09 19:06:52.202 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
28592026-03-09T19:06:53.753Z[ helios-setup] Mar 09 19:06:52.518 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
28602026-03-09T19:06:55.313Z[ host-package] Compiling progenitor-client v0.13.0
28612026-03-09T19:06:56.701Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28622026-03-09T19:06:57.631Z[ host-package] Compiling progenitor-client v0.10.0
28632026-03-09T19:06:58.966Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28642026-03-09T19:07:07.879Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28652026-03-09T19:07:12.903Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
28662026-03-09T19:07:13.219Z[ host-package] Compiling progenitor v0.13.0
28672026-03-09T19:07:13.571Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28682026-03-09T19:07:19.639Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28692026-03-09T19:07:22.951Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28702026-03-09T19:07:25.966Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28712026-03-09T19:07:27.512Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28722026-03-09T19:07:27.847Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28732026-03-09T19:07:28.038Z[ host-package] Compiling hostname v0.3.1
28742026-03-09T19:07:31.293Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28752026-03-09T19:07:35.755Z[ host-package] Compiling multer v3.1.0
28762026-03-09T19:07:35.793Z[ host-package] Compiling slog-async v2.8.0
28772026-03-09T19:07:35.868Z[ host-package] Compiling slog-json v2.6.1
28782026-03-09T19:07:35.943Z[ host-package] Compiling crossbeam-channel v0.5.15
28792026-03-09T19:07:36.391Z[ host-package] Compiling futures-executor v0.3.32
28802026-03-09T19:07:36.824Z[ host-package] Compiling take_mut v0.2.2
28812026-03-09T19:07:37.071Z[ host-package] Compiling term v1.2.1
28822026-03-09T19:07:37.142Z[ helios-setup] Mar 09 19:07:35.895 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
28832026-03-09T19:07:37.193Z[ host-package] Compiling futures v0.3.32
28842026-03-09T19:07:37.263Z[ host-package] Compiling slog-bunyan v2.5.0
28852026-03-09T19:07:37.855Z[ host-package] Compiling slog-term v2.9.2
28862026-03-09T19:07:38.438Z[ host-package] Compiling typify v0.4.3
28872026-03-09T19:07:38.538Z[ host-package] Compiling async-stream v0.3.6
28882026-03-09T19:07:38.933Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28892026-03-09T19:07:38.987Z[ host-package] Compiling waitgroup v0.1.2
28902026-03-09T19:07:39.093Z[ host-package] Compiling rustls-pemfile v2.2.0
28912026-03-09T19:07:39.356Z[ host-package] Compiling serde_path_to_error v0.1.20
28922026-03-09T19:07:39.454Z[ host-package] Compiling instant v0.1.13
28932026-03-09T19:07:39.536Z[ host-package] Compiling hostname v0.4.2
28942026-03-09T19:07:39.741Z[ host-package] Compiling debug-ignore v1.0.5
28952026-03-09T19:07:39.838Z[ host-package] Compiling backoff v0.4.0
28962026-03-09T19:07:39.960Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28972026-03-09T19:07:41.166Z[ host-package] Compiling parse-display v0.10.0
28982026-03-09T19:07:41.304Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28992026-03-09T19:07:41.852Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29002026-03-09T19:07:41.932Z[ host-package] Compiling backon v1.6.0
29012026-03-09T19:07:42.454Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
29022026-03-09T19:07:43.515Z[ host-package] Compiling macaddr v1.0.1
29032026-03-09T19:07:44.391Z[ host-package] Compiling console v0.15.11
29042026-03-09T19:07:45.335Z[ host-package] Compiling newline-converter v0.3.0
29052026-03-09T19:07:45.673Z[ host-package] Compiling atomicwrites v0.4.4
29062026-03-09T19:07:45.887Z[ host-package] Compiling num-rational v0.4.2
29072026-03-09T19:07:46.389Z[ helios-setup] Mar 09 19:07:45.137 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29082026-03-09T19:07:48.107Z[ host-package] Compiling num-complex v0.4.6
29092026-03-09T19:07:49.346Z[ host-package] Compiling slog-dtrace v0.3.0
29102026-03-09T19:07:49.427Z[ host-package] Compiling num v0.4.3
29112026-03-09T19:07:49.855Z[ host-package] Compiling expectorate v1.2.0
29122026-03-09T19:07:49.945Z[ host-package] Compiling owo-colors v4.3.0
29132026-03-09T19:07:50.321Z[ host-package] Compiling float-ord v0.3.2
29142026-03-09T19:07:50.633Z[ host-package] Compiling cancel-safe-futures v0.1.5
29152026-03-09T19:07:51.351Z[ host-package] Compiling libsw-core v0.3.2
29162026-03-09T19:07:51.959Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29172026-03-09T19:07:53.099Z[ host-package] Compiling resolv-conf v0.7.6
29182026-03-09T19:07:53.755Z[ host-package] Compiling libsw v3.5.0
29192026-03-09T19:07:54.691Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29202026-03-09T19:07:54.938Z[ host-package] Compiling toml v0.8.23
29212026-03-09T19:07:55.070Z[ host-package] Compiling linear-map v1.2.0
29222026-03-09T19:07:55.707Z[ host-package] Compiling minimal-lexical v0.2.1
29232026-03-09T19:07:55.760Z[ host-package] Compiling linked-hash-map v0.5.6
29242026-03-09T19:07:56.310Z[ host-package] Compiling lru-cache v0.1.2
29252026-03-09T19:07:56.371Z[ host-package] Compiling nom v7.1.3
29262026-03-09T19:07:56.603Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29272026-03-09T19:07:57.237Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29282026-03-09T19:08:00.370Z[ host-package] Compiling unicode-xid v0.2.6
29292026-03-09T19:08:00.728Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29302026-03-09T19:08:01.512Z[ host-package] Compiling hickory-proto v0.24.4
29312026-03-09T19:08:08.512Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29322026-03-09T19:08:09.542Z[ host-package] Compiling progenitor-impl v0.11.2
29332026-03-09T19:08:14.101Z[ helios-setup] Mar 09 19:08:12.844 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
29342026-03-09T19:08:14.151Z[ helios-setup] Mar 09 19:08:12.894 INFO building project "amd-host-image-builder" ok (125 seconds)
29352026-03-09T19:08:14.155Z[ helios-setup] Mar 09 19:08:12.895 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
29362026-03-09T19:08:14.271Z[ helios-setup] Mar 09 19:08:13.014 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
29372026-03-09T19:08:14.271Z[ helios-setup] Mar 09 19:08:13.014 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
29382026-03-09T19:08:14.271Z[ helios-setup] Mar 09 19:08:13.014 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
29392026-03-09T19:08:14.591Z[ helios-setup] Mar 09 19:08:13.334 INFO E| Downloading crates ...
29402026-03-09T19:08:14.723Z[ helios-setup] Mar 09 19:08:13.465 INFO E| Downloaded generic-array v0.14.6
29412026-03-09T19:08:14.753Z[ helios-setup] Mar 09 19:08:13.497 INFO E| Downloaded unicode-width v0.1.10
29422026-03-09T19:08:14.757Z[ helios-setup] Mar 09 19:08:13.499 INFO E| Downloaded typenum v1.15.0
29432026-03-09T19:08:14.760Z[ helios-setup] Mar 09 19:08:13.503 INFO E| Downloaded digest v0.10.3
29442026-03-09T19:08:14.763Z[ helios-setup] Mar 09 19:08:13.506 INFO E| Downloaded block-buffer v0.10.3
29452026-03-09T19:08:14.766Z[ helios-setup] Mar 09 19:08:13.508 INFO E| Downloaded anyhow v1.0.62
29462026-03-09T19:08:14.770Z[ helios-setup] Mar 09 19:08:13.514 INFO E| Downloaded sha2 v0.10.5
29472026-03-09T19:08:14.773Z[ helios-setup] Mar 09 19:08:13.517 INFO E| Downloaded flate2 v1.0.25
29482026-03-09T19:08:14.780Z[ helios-setup] Mar 09 19:08:13.524 INFO E| Downloaded cpufeatures v0.2.5
29492026-03-09T19:08:14.783Z[ helios-setup] Mar 09 19:08:13.526 INFO E| Downloaded bytes v1.2.1
29502026-03-09T19:08:14.788Z[ helios-setup] Mar 09 19:08:13.531 INFO E| Downloaded miniz_oxide v0.6.2
29512026-03-09T19:08:14.854Z[ helios-setup] Mar 09 19:08:13.597 INFO E| Compiling typenum v1.15.0
29522026-03-09T19:08:14.854Z[ helios-setup] Mar 09 19:08:13.597 INFO E| Compiling version_check v0.9.4
29532026-03-09T19:08:14.857Z[ helios-setup] Mar 09 19:08:13.597 INFO E| Compiling cfg-if v1.0.0
29542026-03-09T19:08:14.857Z[ helios-setup] Mar 09 19:08:13.597 INFO E| Compiling crc32fast v1.3.2
29552026-03-09T19:08:14.857Z[ helios-setup] Mar 09 19:08:13.597 INFO E| Compiling anyhow v1.0.62
29562026-03-09T19:08:14.857Z[ helios-setup] Mar 09 19:08:13.597 INFO E| Compiling adler v1.0.2
29572026-03-09T19:08:14.857Z[ helios-setup] Mar 09 19:08:13.597 INFO E| Compiling unicode-width v0.1.10
29582026-03-09T19:08:14.857Z[ helios-setup] Mar 09 19:08:13.597 INFO E| Compiling cpufeatures v0.2.5
29592026-03-09T19:08:15.387Z[ helios-setup] Mar 09 19:08:14.130 INFO E| Compiling getopts v0.2.21
29602026-03-09T19:08:15.575Z[ helios-setup] Mar 09 19:08:14.318 INFO E| Compiling generic-array v0.14.6
29612026-03-09T19:08:15.665Z[ helios-setup] Mar 09 19:08:14.408 INFO E| Compiling miniz_oxide v0.6.2
29622026-03-09T19:08:15.843Z[ helios-setup] Mar 09 19:08:14.572 INFO E| Compiling bytes v1.2.1
29632026-03-09T19:08:15.865Z[ host-package] Compiling hickory-resolver v0.24.4
29642026-03-09T19:08:15.955Z[ helios-setup] Mar 09 19:08:14.689 INFO E| Compiling bitflags v1.3.2
29652026-03-09T19:08:17.452Z[ helios-setup] Mar 09 19:08:16.194 INFO E| Compiling flate2 v1.0.25
29662026-03-09T19:08:20.737Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29672026-03-09T19:08:21.223Z[ helios-setup] Mar 09 19:08:19.964 INFO E| Compiling crypto-common v0.1.6
29682026-03-09T19:08:21.223Z[ helios-setup] Mar 09 19:08:19.965 INFO E| Compiling block-buffer v0.10.3
29692026-03-09T19:08:21.475Z[ helios-setup] Mar 09 19:08:20.216 INFO E| Compiling digest v0.10.3
29702026-03-09T19:08:21.840Z[ helios-setup] Mar 09 19:08:20.581 INFO E| Compiling sha2 v0.10.5
29712026-03-09T19:08:22.516Z[ helios-setup] Mar 09 19:08:21.257 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29722026-03-09T19:08:25.249Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
29732026-03-09T19:08:27.488Z[ host-package] Compiling convert_case v0.10.0
29742026-03-09T19:08:27.737Z[ helios-setup] Mar 09 19:08:26.476 INFO E| Finished `release` profile [optimized] target(s) in 13.34s
29752026-03-09T19:08:27.754Z[ helios-setup] Mar 09 19:08:26.492 INFO building project "bootserver" ok (13 seconds)
29762026-03-09T19:08:27.754Z[ helios-setup] Mar 09 19:08:26.492 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
29772026-03-09T19:08:27.872Z[ helios-setup] Mar 09 19:08:26.612 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
29782026-03-09T19:08:27.872Z[ helios-setup] Mar 09 19:08:26.612 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
29792026-03-09T19:08:27.876Z[ helios-setup] Mar 09 19:08:26.612 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
29802026-03-09T19:08:28.180Z[ host-package] Compiling derive_more-impl v2.1.1
29812026-03-09T19:08:28.525Z[ helios-setup] Mar 09 19:08:27.264 INFO E| Downloading crates ...
29822026-03-09T19:08:28.619Z[ host-package] Compiling qorb v0.4.1
29832026-03-09T19:08:28.684Z[ helios-setup] Mar 09 19:08:27.423 INFO E| Downloaded time-core v0.1.4
29842026-03-09T19:08:28.688Z[ helios-setup] Mar 09 19:08:27.426 INFO E| Downloaded errno v0.3.12
29852026-03-09T19:08:28.691Z[ helios-setup] Mar 09 19:08:27.428 INFO E| Downloaded anyhow v1.0.98
29862026-03-09T19:08:28.695Z[ helios-setup] Mar 09 19:08:27.435 INFO E| Downloaded deranged v0.4.0
29872026-03-09T19:08:28.698Z[ helios-setup] Mar 09 19:08:27.438 INFO E| Downloaded serde_with_macros v3.12.0
29882026-03-09T19:08:28.701Z[ helios-setup] Mar 09 19:08:27.441 INFO E| Downloaded bitflags v2.9.1
29892026-03-09T19:08:28.708Z[ helios-setup] Mar 09 19:08:27.448 INFO E| Downloaded time-macros v0.2.22
29902026-03-09T19:08:28.712Z[ helios-setup] Mar 09 19:08:27.452 INFO E| Downloaded tempfile v3.20.0
29912026-03-09T19:08:28.748Z[ helios-setup] Mar 09 19:08:27.487 INFO E| Downloaded iana-time-zone v0.1.63
29922026-03-09T19:08:28.752Z[ helios-setup] Mar 09 19:08:27.492 INFO E| Downloaded getrandom v0.3.3
29932026-03-09T19:08:28.765Z[ helios-setup] Mar 09 19:08:27.505 INFO E| Downloaded indexmap v2.9.0
29942026-03-09T19:08:28.787Z[ helios-setup] Mar 09 19:08:27.527 INFO E| Downloaded time v0.3.41
29952026-03-09T19:08:28.799Z[ helios-setup] Mar 09 19:08:27.538 INFO E| Downloaded serde_with v3.12.0
29962026-03-09T19:08:28.811Z[ helios-setup] Mar 09 19:08:27.551 INFO E| Downloaded hashbrown v0.15.3
29972026-03-09T19:08:28.819Z[ helios-setup] Mar 09 19:08:27.559 INFO E| Downloaded chrono v0.4.41
29982026-03-09T19:08:28.831Z[ helios-setup] Mar 09 19:08:27.570 INFO E| Downloaded rustix v1.0.7
29992026-03-09T19:08:28.951Z[ helios-setup] Mar 09 19:08:27.690 INFO E| Compiling proc-macro2 v1.0.95
30002026-03-09T19:08:28.951Z[ helios-setup] Mar 09 19:08:27.690 INFO E| Compiling unicode-ident v1.0.18
30012026-03-09T19:08:28.954Z[ helios-setup] Mar 09 19:08:27.690 INFO E| Compiling libc v0.2.172
30022026-03-09T19:08:28.954Z[ helios-setup] Mar 09 19:08:27.690 INFO E| Compiling ident_case v1.0.1
30032026-03-09T19:08:28.954Z[ helios-setup] Mar 09 19:08:27.690 INFO E| Compiling strsim v0.11.1
30042026-03-09T19:08:28.954Z[ helios-setup] Mar 09 19:08:27.691 INFO E| Compiling fnv v1.0.7
30052026-03-09T19:08:28.954Z[ helios-setup] Mar 09 19:08:27.691 INFO E| Compiling serde v1.0.219
30062026-03-09T19:08:28.954Z[ helios-setup] Mar 09 19:08:27.691 INFO E| Compiling rustix v1.0.7
30072026-03-09T19:08:29.462Z[ helios-setup] Mar 09 19:08:28.202 INFO E| Compiling getrandom v0.3.3
30082026-03-09T19:08:29.826Z[ helios-setup] Mar 09 19:08:28.565 INFO E| Compiling bitflags v2.9.1
30092026-03-09T19:08:29.986Z[ helios-setup] Mar 09 19:08:28.725 INFO E| Compiling cfg-if v1.0.0
30102026-03-09T19:08:30.261Z[ helios-setup] Mar 09 19:08:29.000 INFO E| Compiling serde_json v1.0.140
30112026-03-09T19:08:30.495Z[ helios-setup] Mar 09 19:08:29.234 INFO E| Compiling anyhow v1.0.98
30122026-03-09T19:08:30.645Z[ helios-setup] Mar 09 19:08:29.384 INFO E| Compiling thiserror v2.0.12
30132026-03-09T19:08:30.692Z[ helios-setup] Mar 09 19:08:29.431 INFO E| Compiling memchr v2.7.4
30142026-03-09T19:08:30.721Z[ host-package] Compiling progenitor-macro v0.11.2
30152026-03-09T19:08:31.048Z[ helios-setup] Mar 09 19:08:29.787 INFO E| Compiling fastrand v2.3.0
30162026-03-09T19:08:31.333Z[ helios-setup] Mar 09 19:08:30.071 INFO E| Compiling ryu v1.0.20
30172026-03-09T19:08:31.448Z[ helios-setup] Mar 09 19:08:30.187 INFO E| Compiling once_cell v1.21.3
30182026-03-09T19:08:32.406Z[ helios-setup] Mar 09 19:08:31.145 INFO E| Compiling itoa v1.0.15
30192026-03-09T19:08:32.432Z[ helios-setup] Mar 09 19:08:31.170 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
30202026-03-09T19:08:32.554Z[ helios-setup] Mar 09 19:08:31.292 INFO E| Compiling errno v0.3.12
30212026-03-09T19:08:32.749Z[ helios-setup] Mar 09 19:08:31.488 INFO E| Compiling quote v1.0.40
30222026-03-09T19:08:33.450Z[ helios-setup] Mar 09 19:08:32.188 INFO E| Compiling syn v2.0.101
30232026-03-09T19:08:35.627Z[ helios-setup] Mar 09 19:08:34.365 INFO E| Compiling tempfile v3.20.0
30242026-03-09T19:08:40.853Z[ helios-setup] Mar 09 19:08:39.589 INFO E| Compiling darling_core v0.20.11
30252026-03-09T19:08:42.428Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30262026-03-09T19:08:43.315Z[ helios-setup] Mar 09 19:08:42.051 INFO E| Compiling serde_derive v1.0.219
30272026-03-09T19:08:43.316Z[ helios-setup] Mar 09 19:08:42.051 INFO E| Compiling thiserror-impl v2.0.12
30282026-03-09T19:08:45.413Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30292026-03-09T19:08:45.673Z[ host-package] Compiling progenitor-client v0.11.2
30302026-03-09T19:08:45.979Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30312026-03-09T19:08:46.541Z[ helios-setup] Mar 09 19:08:45.276 INFO E| Compiling darling_macro v0.20.11
30322026-03-09T19:08:46.613Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30332026-03-09T19:08:47.463Z[ host-package] Compiling derive_more v2.1.1
30342026-03-09T19:08:47.614Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30352026-03-09T19:08:47.696Z[ helios-setup] Mar 09 19:08:46.430 INFO E| Compiling darling v0.20.11
30362026-03-09T19:08:47.768Z[ host-package] Compiling termtree v0.5.1
30372026-03-09T19:08:47.879Z[ helios-setup] Mar 09 19:08:46.614 INFO E| Compiling serde_with_macros v3.12.0
30382026-03-09T19:08:48.106Z[ host-package] Compiling progenitor v0.11.2
30392026-03-09T19:08:48.437Z[ host-package] Compiling crossterm v0.29.0
30402026-03-09T19:08:48.508Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30412026-03-09T19:08:49.670Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30422026-03-09T19:08:52.495Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30432026-03-09T19:08:56.071Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30442026-03-09T19:08:56.433Z[ host-package] Compiling phf_shared v0.12.1
30452026-03-09T19:08:57.071Z[ host-package] Compiling vte v0.14.1
30462026-03-09T19:08:57.300Z[ host-package] Compiling csv-core v0.1.13
30472026-03-09T19:08:57.643Z[ host-package] Compiling highway v1.3.0
30482026-03-09T19:08:58.125Z[ helios-setup] Mar 09 19:08:56.856 INFO E| Compiling serde_with v3.12.0
30492026-03-09T19:08:58.541Z[ host-package] Compiling chrono-tz v0.10.4
30502026-03-09T19:08:59.295Z[ host-package] Compiling tough v0.20.0
30512026-03-09T19:08:59.490Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30522026-03-09T19:08:59.977Z[ host-package] Compiling csv v1.4.0
30532026-03-09T19:09:03.141Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30542026-03-09T19:09:03.234Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30552026-03-09T19:09:03.713Z[ host-package] Compiling phf v0.12.1
30562026-03-09T19:09:04.185Z[ host-package] Compiling const_format_proc_macros v0.2.34
30572026-03-09T19:09:04.605Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30582026-03-09T19:09:05.833Z[ host-package] Compiling papergrid v0.11.0
30592026-03-09T19:09:06.509Z[ host-package] Compiling fd-lock v4.0.4
30602026-03-09T19:09:06.936Z[ host-package] Compiling peg-macros v0.8.5
30612026-03-09T19:09:08.052Z[ host-package] Compiling tabled_derive v0.7.0
30622026-03-09T19:09:09.041Z[ helios-setup] Mar 09 19:09:07.771 INFO E| Finished `release` profile [optimized] target(s) in 40.99s
30632026-03-09T19:09:09.073Z[ helios-setup] Mar 09 19:09:07.802 INFO building project "dmar-report" ok (41 seconds)
30642026-03-09T19:09:09.073Z[ helios-setup] Mar 09 19:09:07.803 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30652026-03-09T19:09:09.204Z[ helios-setup] Mar 09 19:09:07.933 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
30662026-03-09T19:09:09.204Z[ helios-setup] Mar 09 19:09:07.933 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30672026-03-09T19:09:09.207Z[ helios-setup] Mar 09 19:09:07.933 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30682026-03-09T19:09:09.428Z[ host-package] Compiling nu-ansi-term v0.50.3
30692026-03-09T19:09:09.487Z[ helios-setup] Mar 09 19:09:08.216 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30702026-03-09T19:09:10.059Z[ helios-setup] Mar 09 19:09:08.787 INFO E| From https://github.com/jclulow/hiercmd
30712026-03-09T19:09:10.059Z[ helios-setup] Mar 09 19:09:08.787 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
30722026-03-09T19:09:10.129Z[ helios-setup] Mar 09 19:09:08.858 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30732026-03-09T19:09:10.246Z[ host-package] Compiling tabled v0.15.0
30742026-03-09T19:09:10.692Z[ helios-setup] Mar 09 19:09:09.420 INFO E| From https://github.com/oxidecomputer/network-interface
30752026-03-09T19:09:10.692Z[ helios-setup] Mar 09 19:09:09.420 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
30762026-03-09T19:09:10.712Z[ helios-setup] Mar 09 19:09:09.441 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30772026-03-09T19:09:10.720Z[ host-package] Compiling reedline v0.40.0
30782026-03-09T19:09:11.002Z[ host-package] Compiling peg v0.8.5
30792026-03-09T19:09:11.198Z[ host-package] Compiling const_format v0.2.35
30802026-03-09T19:09:11.284Z[ helios-setup] Mar 09 19:09:10.013 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30812026-03-09T19:09:11.285Z[ helios-setup] Mar 09 19:09:10.013 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30822026-03-09T19:09:11.315Z[ helios-setup] Mar 09 19:09:10.044 INFO E| Updating crates.io index
30832026-03-09T19:09:11.696Z[ helios-setup] Mar 09 19:09:10.424 INFO E| Downloading crates ...
30842026-03-09T19:09:11.873Z[ helios-setup] Mar 09 19:09:10.602 INFO E| Downloaded anyhow v1.0.100
30852026-03-09T19:09:11.880Z[ helios-setup] Mar 09 19:09:10.609 INFO E| Downloaded anstyle-query v1.1.4
30862026-03-09T19:09:11.902Z[ helios-setup] Mar 09 19:09:10.631 INFO E| Downloaded bytes v1.10.1
30872026-03-09T19:09:11.908Z[ helios-setup] Mar 09 19:09:10.637 INFO E| Downloaded futures-task v0.3.31
30882026-03-09T19:09:11.911Z[ helios-setup] Mar 09 19:09:10.639 INFO E| Downloaded env_filter v0.1.4
30892026-03-09T19:09:11.914Z[ helios-setup] Mar 09 19:09:10.641 INFO E| Downloaded simd-adler32 v0.3.7
30902026-03-09T19:09:11.917Z[ helios-setup] Mar 09 19:09:10.644 INFO E| Downloaded devinfo v0.1.0
30912026-03-09T19:09:11.920Z[ helios-setup] Mar 09 19:09:10.647 INFO E| Downloaded crc v3.3.0
30922026-03-09T19:09:11.920Z[ helios-setup] Mar 09 19:09:10.649 INFO E| Downloaded generic-array v0.14.9
30932026-03-09T19:09:11.924Z[ helios-setup] Mar 09 19:09:10.652 INFO E| Downloaded zeroize_derive v1.4.2
30942026-03-09T19:09:11.926Z[ helios-setup] Mar 09 19:09:10.653 INFO E| Downloaded clap_lex v0.7.6
30952026-03-09T19:09:11.930Z[ helios-setup] Mar 09 19:09:10.659 INFO E| Downloaded bitfield v0.19.3
30962026-03-09T19:09:11.930Z[ helios-setup] Mar 09 19:09:10.659 INFO E| Downloaded futures-core v0.3.31
30972026-03-09T19:09:11.933Z[ helios-setup] Mar 09 19:09:10.659 INFO E| Downloaded futures-sink v0.3.31
30982026-03-09T19:09:11.933Z[ helios-setup] Mar 09 19:09:10.660 INFO E| Downloaded serde_spanned v1.0.3
30992026-03-09T19:09:11.933Z[ helios-setup] Mar 09 19:09:10.662 INFO E| Downloaded bitfield-macros v0.19.3
31002026-03-09T19:09:11.936Z[ helios-setup] Mar 09 19:09:10.663 INFO E| Downloaded base64ct v1.8.0
31012026-03-09T19:09:11.963Z[ helios-setup] Mar 09 19:09:10.691 INFO E| Downloaded futures-macro v0.3.31
31022026-03-09T19:09:11.985Z[ helios-setup] Mar 09 19:09:10.714 INFO E| Downloaded time-core v0.1.6
31032026-03-09T19:09:11.989Z[ helios-setup] Mar 09 19:09:10.717 INFO E| Downloaded slab v0.4.11
31042026-03-09T19:09:11.991Z[ helios-setup] Mar 09 19:09:10.719 INFO E| Downloaded libdevinfo-sys v1.1.0
31052026-03-09T19:09:11.995Z[ helios-setup] Mar 09 19:09:10.721 INFO E| Downloaded pin-project-lite v0.2.16
31062026-03-09T19:09:12.001Z[ helios-setup] Mar 09 19:09:10.729 INFO E| Downloaded toml_parser v1.0.4
31072026-03-09T19:09:12.005Z[ helios-setup] Mar 09 19:09:10.734 INFO E| Downloaded thiserror-impl v2.0.17
31082026-03-09T19:09:12.010Z[ helios-setup] Mar 09 19:09:10.736 INFO E| Downloaded time-macros v0.2.24
31092026-03-09T19:09:12.085Z[ helios-setup] Mar 09 19:09:10.814 INFO E| Downloaded toml_writer v1.0.4
31102026-03-09T19:09:12.088Z[ helios-setup] Mar 09 19:09:10.816 INFO E| Downloaded find-msvc-tools v0.1.4
31112026-03-09T19:09:12.091Z[ helios-setup] Mar 09 19:09:10.818 INFO E| Downloaded thiserror v2.0.17
31122026-03-09T19:09:12.099Z[ helios-setup] Mar 09 19:09:10.828 INFO E| Downloaded futures-channel v0.3.31
31132026-03-09T19:09:12.102Z[ helios-setup] Mar 09 19:09:10.831 INFO E| Downloaded getopts v0.2.24
31142026-03-09T19:09:12.105Z[ helios-setup] Mar 09 19:09:10.834 INFO E| Downloaded deranged v0.5.5
31152026-03-09T19:09:12.108Z[ helios-setup] Mar 09 19:09:10.836 INFO E| Downloaded bitflags v2.10.0
31162026-03-09T19:09:12.114Z[ helios-setup] Mar 09 19:09:10.843 INFO E| Downloaded clap_derive v4.5.49
31172026-03-09T19:09:12.118Z[ helios-setup] Mar 09 19:09:10.847 INFO E| Downloaded signal-hook-registry v1.4.6
31182026-03-09T19:09:12.121Z[ helios-setup] Mar 09 19:09:10.849 INFO E| Downloaded iana-time-zone v0.1.64
31192026-03-09T19:09:12.125Z[ helios-setup] Mar 09 19:09:10.853 INFO E| Downloaded quote v1.0.41
31202026-03-09T19:09:12.128Z[ helios-setup] Mar 09 19:09:10.857 INFO E| Downloaded futures-io v0.3.31
31212026-03-09T19:09:12.131Z[ helios-setup] Mar 09 19:09:10.859 INFO E| Downloaded futures-executor v0.3.31
31222026-03-09T19:09:12.134Z[ helios-setup] Mar 09 19:09:10.861 INFO E| Downloaded toml_datetime v0.7.3
31232026-03-09T19:09:12.135Z[ helios-setup] Mar 09 19:09:10.863 INFO E| Downloaded env_logger v0.11.8
31242026-03-09T19:09:12.138Z[ helios-setup] Mar 09 19:09:10.867 INFO E| Downloaded term v1.2.0
31252026-03-09T19:09:12.143Z[ helios-setup] Mar 09 19:09:10.872 INFO E| Downloaded getrandom v0.2.16
31262026-03-09T19:09:12.182Z[ helios-setup] Mar 09 19:09:10.911 INFO E| Downloaded unicode-ident v1.0.22
31272026-03-09T19:09:12.186Z[ helios-setup] Mar 09 19:09:10.915 INFO E| Downloaded futures v0.3.31
31282026-03-09T19:09:12.194Z[ helios-setup] Mar 09 19:09:10.923 INFO E| Downloaded toml v0.9.8
31292026-03-09T19:09:12.201Z[ helios-setup] Mar 09 19:09:10.930 INFO E| Downloaded proc-macro2 v1.0.103
31302026-03-09T19:09:12.206Z[ helios-setup] Mar 09 19:09:10.934 INFO E| Downloaded log v0.4.28
31312026-03-09T19:09:12.222Z[ helios-setup] Mar 09 19:09:10.951 INFO E| Downloaded uuid v1.18.1
31322026-03-09T19:09:12.227Z[ helios-setup] Mar 09 19:09:10.956 INFO E| Downloaded cc v1.2.44
31332026-03-09T19:09:12.231Z[ helios-setup] Mar 09 19:09:10.960 INFO E| Downloaded toml_edit v0.23.7
31342026-03-09T19:09:12.238Z[ helios-setup] Mar 09 19:09:10.966 INFO E| Downloaded socket2 v0.6.1
31352026-03-09T19:09:12.241Z[ helios-setup] Mar 09 19:09:10.969 INFO E| Downloaded clap v4.5.51
31362026-03-09T19:09:12.255Z[ helios-setup] Mar 09 19:09:10.984 INFO E| Downloaded memchr v2.7.6
31372026-03-09T19:09:12.263Z[ helios-setup] Mar 09 19:09:10.991 INFO E| Downloaded flate2 v1.1.5
31382026-03-09T19:09:12.286Z[ helios-setup] Mar 09 19:09:11.014 INFO E| Downloaded zerocopy-derive v0.8.27
31392026-03-09T19:09:12.297Z[ helios-setup] Mar 09 19:09:11.026 INFO E| Downloaded rsa v0.9.8
31402026-03-09T19:09:12.306Z[ helios-setup] Mar 09 19:09:11.034 INFO E| Downloaded iddqd v0.3.14
31412026-03-09T19:09:12.315Z[ helios-setup] Mar 09 19:09:11.043 INFO E| Downloaded indexmap v2.12.0
31422026-03-09T19:09:12.321Z[ helios-setup] Mar 09 19:09:11.050 INFO E| Downloaded num-bigint-dig v0.8.4
31432026-03-09T19:09:12.328Z[ helios-setup] Mar 09 19:09:11.056 INFO E| Downloaded mio v1.1.0
31442026-03-09T19:09:12.337Z[ helios-setup] Mar 09 19:09:11.066 INFO E| Downloaded hashbrown v0.16.0
31452026-03-09T19:09:12.345Z[ helios-setup] Mar 09 19:09:11.074 INFO E| Downloaded futures-util v0.3.31
31462026-03-09T19:09:12.363Z[ helios-setup] Mar 09 19:09:11.092 INFO E| Downloaded time v0.3.44
31472026-03-09T19:09:12.375Z[ helios-setup] Mar 09 19:09:11.104 INFO E| Downloaded serde_json v1.0.145
31482026-03-09T19:09:12.386Z[ helios-setup] Mar 09 19:09:11.114 INFO E| Downloaded winnow v0.7.13
31492026-03-09T19:09:12.398Z[ helios-setup] Mar 09 19:09:11.127 INFO E| Downloaded libm v0.2.15
31502026-03-09T19:09:12.415Z[ helios-setup] Mar 09 19:09:11.143 INFO E| Downloaded clap_builder v4.5.51
31512026-03-09T19:09:12.424Z[ helios-setup] Mar 09 19:09:11.153 INFO E| Downloaded zerocopy v0.8.27
31522026-03-09T19:09:12.463Z[ helios-setup] Mar 09 19:09:11.191 INFO E| Downloaded chrono v0.4.42
31532026-03-09T19:09:12.472Z[ helios-setup] Mar 09 19:09:11.201 INFO E| Downloaded unicode-width v0.2.2
31542026-03-09T19:09:12.480Z[ helios-setup] Mar 09 19:09:11.209 INFO E| Downloaded syn v2.0.108
31552026-03-09T19:09:12.535Z[ helios-setup] Mar 09 19:09:11.263 INFO E| Downloaded rustix v1.1.2
31562026-03-09T19:09:12.690Z[ helios-setup] Mar 09 19:09:11.418 INFO E| Downloaded tokio v1.48.0
31572026-03-09T19:09:12.738Z[ helios-setup] Mar 09 19:09:11.466 INFO E| Downloaded libc v0.2.177
31582026-03-09T19:09:12.920Z[ helios-setup] Mar 09 19:09:11.648 INFO E| Compiling proc-macro2 v1.0.103
31592026-03-09T19:09:12.923Z[ helios-setup] Mar 09 19:09:11.648 INFO E| Compiling quote v1.0.41
31602026-03-09T19:09:12.923Z[ helios-setup] Mar 09 19:09:11.648 INFO E| Compiling unicode-ident v1.0.22
31612026-03-09T19:09:12.923Z[ helios-setup] Mar 09 19:09:11.649 INFO E| Compiling libc v0.2.177
31622026-03-09T19:09:12.923Z[ helios-setup] Mar 09 19:09:11.649 INFO E| Compiling serde_core v1.0.228
31632026-03-09T19:09:12.923Z[ helios-setup] Mar 09 19:09:11.649 INFO E| Compiling cfg-if v1.0.4
31642026-03-09T19:09:12.923Z[ helios-setup] Mar 09 19:09:11.649 INFO E| Compiling serde v1.0.228
31652026-03-09T19:09:12.923Z[ helios-setup] Mar 09 19:09:11.649 INFO E| Compiling version_check v0.9.5
31662026-03-09T19:09:13.444Z[ helios-setup] Mar 09 19:09:12.172 INFO E| Compiling autocfg v1.5.0
31672026-03-09T19:09:13.595Z[ helios-setup] Mar 09 19:09:12.323 INFO E| Compiling const-oid v0.9.6
31682026-03-09T19:09:14.677Z[ helios-setup] Mar 09 19:09:13.399 INFO E| Compiling typenum v1.19.0
31692026-03-09T19:09:14.783Z[ helios-setup] Mar 09 19:09:13.510 INFO E| Compiling generic-array v0.14.9
31702026-03-09T19:09:14.987Z[ helios-setup] Mar 09 19:09:13.715 INFO E| Compiling libm v0.2.15
31712026-03-09T19:09:15.039Z[ helios-setup] Mar 09 19:09:13.767 INFO E| Compiling num-traits v0.2.19
31722026-03-09T19:09:16.107Z[ helios-setup] Mar 09 19:09:14.834 INFO E| Compiling zerocopy v0.8.27
31732026-03-09T19:09:16.902Z[ helios-setup] Mar 09 19:09:15.629 INFO E| Compiling rustversion v1.0.22
31742026-03-09T19:09:17.176Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31752026-03-09T19:09:17.454Z[ helios-setup] Mar 09 19:09:16.181 INFO E| Compiling base64ct v1.8.0
31762026-03-09T19:09:18.473Z[ helios-setup] Mar 09 19:09:17.199 INFO E| Compiling smallvec v1.15.1
31772026-03-09T19:09:18.670Z[ helios-setup] Mar 09 19:09:17.397 INFO E| Compiling zeroize v1.8.2
31782026-03-09T19:09:18.932Z[ helios-setup] Mar 09 19:09:17.659 INFO E| Compiling syn v2.0.108
31792026-03-09T19:09:19.395Z[ helios-setup] Mar 09 19:09:18.121 INFO E| Compiling pem-rfc7468 v0.7.0
31802026-03-09T19:09:19.473Z[ helios-setup] Mar 09 19:09:18.200 INFO E| Compiling getrandom v0.2.16
31812026-03-09T19:09:19.536Z[ helios-setup] Mar 09 19:09:18.263 INFO E| Compiling flagset v0.4.7
31822026-03-09T19:09:19.947Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31832026-03-09T19:09:20.474Z[ helios-setup] Mar 09 19:09:19.201 INFO E| Compiling crc32fast v1.5.0
31842026-03-09T19:09:20.666Z[ helios-setup] Mar 09 19:09:19.391 INFO E| Compiling memchr v2.7.6
31852026-03-09T19:09:21.802Z[ helios-setup] Mar 09 19:09:20.528 INFO E| Compiling block-buffer v0.10.4
31862026-03-09T19:09:21.861Z[ helios-setup] Mar 09 19:09:20.587 INFO E| Compiling crypto-common v0.1.6
31872026-03-09T19:09:22.233Z[ helios-setup] Mar 09 19:09:20.958 INFO E| Compiling utf8parse v0.2.2
31882026-03-09T19:09:22.439Z[ helios-setup] Mar 09 19:09:21.165 INFO E| Compiling digest v0.10.7
31892026-03-09T19:09:22.442Z[ helios-setup] Mar 09 19:09:21.165 INFO E| Compiling hashbrown v0.16.0
31902026-03-09T19:09:22.550Z[ helios-setup] Mar 09 19:09:21.276 INFO E| Compiling rustix v1.1.2
31912026-03-09T19:09:22.919Z[ helios-setup] Mar 09 19:09:21.645 INFO E| Compiling equivalent v1.0.2
31922026-03-09T19:09:23.439Z[ helios-setup] Mar 09 19:09:22.164 INFO E| Compiling byteorder v1.5.0
31932026-03-09T19:09:23.480Z[ helios-setup] Mar 09 19:09:22.206 INFO E| Compiling winnow v0.7.13
31942026-03-09T19:09:24.206Z[ helios-setup] Mar 09 19:09:22.931 INFO E| Compiling anyhow v1.0.100
31952026-03-09T19:09:25.296Z[ helios-setup] Mar 09 19:09:24.021 INFO E| Compiling bitflags v2.10.0
31962026-03-09T19:09:25.524Z[ helios-setup] Mar 09 19:09:24.249 INFO E| Compiling indexmap v2.12.0
31972026-03-09T19:09:25.668Z[ helios-setup] Mar 09 19:09:24.393 INFO E| Compiling anstyle-parse v0.2.7
31982026-03-09T19:09:25.945Z[ helios-setup] Mar 09 19:09:24.670 INFO E| Compiling rand_core v0.6.4
31992026-03-09T19:09:26.066Z[ helios-setup] Mar 09 19:09:24.791 INFO E| Compiling errno v0.3.14
32002026-03-09T19:09:26.143Z[ host-package] Compiling bcs v0.1.6
32012026-03-09T19:09:26.587Z[ helios-setup] Mar 09 19:09:25.312 INFO E| Compiling anstyle-query v1.1.4
32022026-03-09T19:09:26.815Z[ helios-setup] Mar 09 19:09:25.540 INFO E| Compiling colorchoice v1.0.4
32032026-03-09T19:09:27.052Z[ helios-setup] Mar 09 19:09:25.777 INFO E| Compiling find-msvc-tools v0.1.4
32042026-03-09T19:09:27.180Z[ helios-setup] Mar 09 19:09:25.905 INFO E| Compiling is_terminal_polyfill v1.70.2
32052026-03-09T19:09:27.180Z[ helios-setup] Mar 09 19:09:25.905 INFO E| Compiling radium v0.7.0
32062026-03-09T19:09:27.267Z[ helios-setup] Mar 09 19:09:25.991 INFO E| Compiling allocator-api2 v0.2.21
32072026-03-09T19:09:27.358Z[ helios-setup] Mar 09 19:09:26.082 INFO E| Compiling shlex v1.3.0
32082026-03-09T19:09:27.468Z[ helios-setup] Mar 09 19:09:26.193 INFO E| Compiling cpufeatures v0.2.17
32092026-03-09T19:09:27.584Z[ helios-setup] Mar 09 19:09:26.309 INFO E| Compiling anstyle v1.0.13
32102026-03-09T19:09:27.798Z[ host-package] Compiling semver v0.1.20
32112026-03-09T19:09:28.241Z[ helios-setup] Mar 09 19:09:26.965 INFO E| Compiling syn v1.0.109
32122026-03-09T19:09:28.388Z[ helios-setup] Mar 09 19:09:27.112 INFO E| Compiling toml_datetime v0.7.3
32132026-03-09T19:09:28.512Z[ helios-setup] Mar 09 19:09:27.236 INFO E| Compiling anstream v0.6.21
32142026-03-09T19:09:28.532Z[ helios-setup] Mar 09 19:09:27.256 INFO E| Compiling cc v1.2.44
32152026-03-09T19:09:28.814Z[ helios-setup] Mar 09 19:09:27.538 INFO E| Compiling sha2 v0.10.9
32162026-03-09T19:09:29.060Z[ host-package] Compiling rustc_version v0.1.7
32172026-03-09T19:09:30.111Z[ host-package] Compiling newtype_derive v0.1.6
32182026-03-09T19:09:30.727Z[ helios-setup] Mar 09 19:09:29.450 INFO E| Compiling toml_parser v1.0.4
32192026-03-09T19:09:30.943Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32202026-03-09T19:09:31.092Z[ host-package] Compiling smawk v0.3.2
32212026-03-09T19:09:31.802Z[ host-package] Compiling unicode-linebreak v0.1.5
32222026-03-09T19:09:32.057Z[ helios-setup] Mar 09 19:09:30.781 INFO E| Compiling slog v2.8.2
32232026-03-09T19:09:32.441Z[ helios-setup] Mar 09 19:09:31.163 INFO E| Compiling toml_edit v0.23.7
32242026-03-09T19:09:32.474Z[ host-package] Compiling humantime v2.3.0
32252026-03-09T19:09:32.564Z[ helios-setup] Mar 09 19:09:31.288 INFO E| Compiling tap v1.0.1
32262026-03-09T19:09:32.873Z[ helios-setup] Mar 09 19:09:31.597 INFO E| Compiling pin-project-lite v0.2.16
32272026-03-09T19:09:33.086Z[ helios-setup] Mar 09 19:09:31.809 INFO E| Compiling unicode-width v0.2.2
32282026-03-09T19:09:33.263Z[ helios-setup] Mar 09 19:09:31.986 INFO E| Compiling parking_lot_core v0.9.12
32292026-03-09T19:09:33.311Z[ host-package] Compiling textwrap v0.16.2
32302026-03-09T19:09:33.314Z[ helios-setup] Mar 09 19:09:32.038 INFO E| Compiling futures-sink v0.3.31
32312026-03-09T19:09:33.631Z[ helios-setup] Mar 09 19:09:32.354 INFO E| Compiling maybe-uninit v2.0.0
32322026-03-09T19:09:33.753Z[ helios-setup] Mar 09 19:09:32.476 INFO E| Compiling pkg-config v0.3.32
32332026-03-09T19:09:34.390Z[ helios-setup] Mar 09 19:09:33.113 INFO E| Compiling futures-core v0.3.31
32342026-03-09T19:09:34.543Z[ helios-setup] Mar 09 19:09:33.266 INFO E| Compiling getopts v0.2.24
32352026-03-09T19:09:34.903Z[ helios-setup] Mar 09 19:09:33.625 INFO E| Compiling proc-macro-crate v3.4.0
32362026-03-09T19:09:35.035Z[ helios-setup] Mar 09 19:09:33.757 INFO E| Compiling futures-channel v0.3.31
32372026-03-09T19:09:35.081Z[ helios-setup] Mar 09 19:09:33.803 INFO E| Compiling wyz v0.5.1
32382026-03-09T19:09:35.147Z[ helios-setup] Mar 09 19:09:33.870 INFO E| Compiling terminal_size v0.4.3
32392026-03-09T19:09:35.224Z[ host-package] Compiling dropshot-api-manager-types v0.5.2
32402026-03-09T19:09:35.892Z[ helios-setup] Mar 09 19:09:34.614 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
32412026-03-09T19:09:36.462Z[ helios-setup] Mar 09 19:09:35.167 INFO E| Compiling num-integer v0.1.46
32422026-03-09T19:09:36.975Z[ helios-setup] Mar 09 19:09:35.697 INFO E| Compiling ahash v0.8.12
32432026-03-09T19:09:37.230Z[ helios-setup] Mar 09 19:09:35.951 INFO E| Compiling spin v0.9.8
32442026-03-09T19:09:37.325Z[ helios-setup] Mar 09 19:09:36.045 INFO E| Compiling getrandom v0.3.4
32452026-03-09T19:09:37.658Z[ helios-setup] Mar 09 19:09:36.380 INFO E| Compiling packed_struct v0.10.1
32462026-03-09T19:09:37.726Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32472026-03-09T19:09:37.789Z[ helios-setup] Mar 09 19:09:36.511 INFO E| Compiling clap_lex v0.7.6
32482026-03-09T19:09:38.236Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32492026-03-09T19:09:38.339Z[ helios-setup] Mar 09 19:09:37.060 INFO E| Compiling num-conv v0.1.0
32502026-03-09T19:09:38.671Z[ helios-setup] Mar 09 19:09:37.392 INFO E| Compiling pin-utils v0.1.0
32512026-03-09T19:09:38.803Z[ helios-setup] Mar 09 19:09:37.524 INFO E| Compiling bytes v1.10.1
32522026-03-09T19:09:38.991Z[ helios-setup] Mar 09 19:09:37.712 INFO E| Compiling heck v0.5.0
32532026-03-09T19:09:39.076Z[ helios-setup] Mar 09 19:09:37.796 INFO E| Compiling time-core v0.1.6
32542026-03-09T19:09:39.086Z[ helios-setup] Mar 09 19:09:37.807 INFO E| Compiling futures-task v0.3.31
32552026-03-09T19:09:39.120Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32562026-03-09T19:09:39.120Z[ host-package] Compiling steno v0.4.1
32572026-03-09T19:09:39.150Z[ helios-setup] Mar 09 19:09:37.871 INFO E| Compiling serde_derive v1.0.228
32582026-03-09T19:09:39.215Z[ helios-setup] Mar 09 19:09:37.930 INFO E| Compiling zerocopy-derive v0.8.27
32592026-03-09T19:09:39.299Z[ helios-setup] Mar 09 19:09:38.020 INFO E| Compiling der_derive v0.7.3
32602026-03-09T19:09:39.721Z[ helios-setup] Mar 09 19:09:38.442 INFO E| Compiling futures-macro v0.3.31
32612026-03-09T19:09:39.761Z[ helios-setup] Mar 09 19:09:38.482 INFO E| Compiling num-bigint-dig v0.8.4
32622026-03-09T19:09:39.836Z[ helios-setup] Mar 09 19:09:38.557 INFO E| Compiling thiserror v1.0.69
32632026-03-09T19:09:40.427Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32642026-03-09T19:09:40.842Z[ helios-setup] Mar 09 19:09:39.563 INFO E| Compiling strsim v0.11.1
32652026-03-09T19:09:41.322Z[ helios-setup] Mar 09 19:09:40.043 INFO E| Compiling funty v2.0.0
32662026-03-09T19:09:42.656Z[ host-package] Compiling utf-8 v0.7.6
32672026-03-09T19:09:42.665Z[ helios-setup] Mar 09 19:09:41.385 INFO E| Compiling slab v0.4.11
32682026-03-09T19:09:43.441Z[ helios-setup] Mar 09 19:09:42.161 INFO E| Compiling powerfmt v0.2.0
32692026-03-09T19:09:43.485Z[ host-package] Compiling progenitor-impl v0.10.0
32702026-03-09T19:09:43.488Z[ helios-setup] Mar 09 19:09:42.205 INFO E| Compiling itoa v1.0.15
32712026-03-09T19:09:43.944Z[ helios-setup] Mar 09 19:09:42.664 INFO E| Compiling scopeguard v1.2.0
32722026-03-09T19:09:43.974Z[ helios-setup] Mar 09 19:09:42.694 INFO E| Compiling der v0.7.10
32732026-03-09T19:09:44.279Z[ helios-setup] Mar 09 19:09:42.999 INFO E| Compiling futures-io v0.3.31
32742026-03-09T19:09:44.438Z[ helios-setup] Mar 09 19:09:43.158 INFO E| Compiling lock_api v0.4.14
32752026-03-09T19:09:44.631Z[ helios-setup] Mar 09 19:09:43.349 INFO E| Compiling futures-util v0.3.31
32762026-03-09T19:09:44.865Z[ host-package] Compiling tagptr v0.2.0
32772026-03-09T19:09:44.957Z[ helios-setup] Mar 09 19:09:43.677 INFO E| Compiling deranged v0.5.5
32782026-03-09T19:09:45.450Z[ helios-setup] Mar 09 19:09:44.169 INFO E| Compiling bitvec v1.0.1
32792026-03-09T19:09:45.547Z[ host-package] Compiling moka v0.12.13
32802026-03-09T19:09:46.608Z[ helios-setup] Mar 09 19:09:45.327 INFO E| Compiling clap_builder v4.5.51
32812026-03-09T19:09:50.156Z[ helios-setup] Mar 09 19:09:48.874 INFO E| Compiling spki v0.7.3
32822026-03-09T19:09:51.135Z[ helios-setup] Mar 09 19:09:49.853 INFO E| Compiling pkcs8 v0.10.2
32832026-03-09T19:09:51.592Z[ helios-setup] Mar 09 19:09:50.309 INFO E| Compiling packed_struct_codegen v0.10.1
32842026-03-09T19:09:54.194Z[ host-package] Compiling progenitor-macro v0.10.0
32852026-03-09T19:09:54.227Z[ helios-setup] Mar 09 19:09:52.945 INFO E| Compiling ppv-lite86 v0.2.21
32862026-03-09T19:09:54.765Z[ helios-setup] Mar 09 19:09:53.482 INFO E| Compiling erased-serde v0.3.31
32872026-03-09T19:09:54.847Z[ host-package] Compiling hickory-resolver v0.25.2
32882026-03-09T19:09:55.325Z[ helios-setup] Mar 09 19:09:54.042 INFO E| Compiling clap_derive v4.5.49
32892026-03-09T19:09:55.438Z[ helios-setup] Mar 09 19:09:54.156 INFO E| Compiling time-macros v0.2.24
32902026-03-09T19:09:56.353Z[ helios-setup] Mar 09 19:09:55.070 INFO E| Compiling rand_chacha v0.3.1
32912026-03-09T19:09:56.690Z[ helios-setup] Mar 09 19:09:55.407 INFO E| Compiling bitfield-macros v0.19.3
32922026-03-09T19:09:57.139Z[ helios-setup] Mar 09 19:09:55.856 INFO E| Compiling rand v0.8.5
32932026-03-09T19:09:57.461Z[ host-package] Compiling tungstenite v0.21.0
32942026-03-09T19:09:58.050Z[ helios-setup] Mar 09 19:09:56.766 INFO E| Compiling num_enum_derive v0.7.5
32952026-03-09T19:09:58.206Z[ helios-setup] Mar 09 19:09:56.923 INFO E| Compiling thiserror-impl v1.0.69
32962026-03-09T19:09:59.470Z[ helios-setup] Mar 09 19:09:58.186 INFO E| Compiling zerocopy-derive v0.6.6
32972026-03-09T19:10:00.421Z[ helios-setup] Mar 09 19:09:59.137 INFO E| Compiling lazy_static v1.5.0
32982026-03-09T19:10:00.521Z[ helios-setup] Mar 09 19:09:59.237 INFO E| Compiling num-iter v0.1.45
32992026-03-09T19:10:01.374Z[ helios-setup] Mar 09 19:10:00.089 INFO E| Compiling indexmap v1.9.3
33002026-03-09T19:10:02.262Z[ helios-setup] Mar 09 19:10:00.978 INFO E| Compiling nodrop v0.1.14
33012026-03-09T19:10:02.464Z[ helios-setup] Mar 09 19:10:01.180 INFO E| Compiling thiserror v2.0.17
33022026-03-09T19:10:02.495Z[ helios-setup] Mar 09 19:10:01.211 INFO E| Compiling crc-catalog v2.4.0
33032026-03-09T19:10:02.787Z[ helios-setup] Mar 09 19:10:01.502 INFO E| Compiling iana-time-zone v0.1.64
33042026-03-09T19:10:03.423Z[ helios-setup] Mar 09 19:10:02.138 INFO E| Compiling serde_json v1.0.145
33052026-03-09T19:10:03.560Z[ helios-setup] Mar 09 19:10:02.275 INFO E| Compiling adler2 v2.0.1
33062026-03-09T19:10:04.082Z[ helios-setup] Mar 09 19:10:02.797 INFO E| Compiling simd-adler32 v0.3.7
33072026-03-09T19:10:04.111Z[ helios-setup] Mar 09 19:10:02.826 INFO E| Compiling once_cell v1.21.3
33082026-03-09T19:10:04.358Z[ helios-setup] Mar 09 19:10:03.073 INFO E| Compiling log v0.4.28
33092026-03-09T19:10:04.771Z[ helios-setup] Mar 09 19:10:03.486 INFO E| Compiling miniz_oxide v0.8.9
33102026-03-09T19:10:05.272Z[ helios-setup] Mar 09 19:10:03.986 INFO E| Compiling env_filter v0.1.4
33112026-03-09T19:10:05.443Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-03-09T19:10:05.477Z[ helios-setup] Mar 09 19:10:04.176 INFO E| Compiling time v0.3.44
33132026-03-09T19:10:05.686Z[ helios-setup] Mar 09 19:10:04.400 INFO E| Compiling zerocopy v0.6.6
33142026-03-09T19:10:07.596Z[ helios-setup] Mar 09 19:10:06.310 INFO E| Compiling clap v4.5.51
33152026-03-09T19:10:07.877Z[ helios-setup] Mar 09 19:10:06.591 INFO E| Compiling chrono v0.4.42
33162026-03-09T19:10:08.231Z[ helios-setup] Mar 09 19:10:06.944 INFO E| Compiling crc v3.3.0
33172026-03-09T19:10:08.592Z[ helios-setup] Mar 09 19:10:07.306 INFO E| Compiling array-init v0.0.4
33182026-03-09T19:10:09.061Z[ helios-setup] Mar 09 19:10:07.775 INFO E| Compiling num_enum v0.7.5
33192026-03-09T19:10:09.573Z[ helios-setup] Mar 09 19:10:08.287 INFO E| Compiling parking_lot v0.12.5
33202026-03-09T19:10:11.812Z[ helios-setup] Mar 09 19:10:10.525 INFO E| Compiling smallvec v0.6.14
33212026-03-09T19:10:13.011Z[ helios-setup] Mar 09 19:10:11.722 INFO E| Compiling bitfield v0.19.3
33222026-03-09T19:10:13.037Z[ helios-setup] Mar 09 19:10:11.750 INFO E| Compiling futures-executor v0.3.31
33232026-03-09T19:10:14.746Z[ helios-setup] Mar 09 19:10:13.458 INFO E| Compiling serde_spanned v0.6.9
33242026-03-09T19:10:14.923Z[ host-package] Compiling progenitor v0.10.0
33252026-03-09T19:10:15.157Z[ helios-setup] Mar 09 19:10:13.868 INFO E| Compiling toml_datetime v0.6.11
33262026-03-09T19:10:15.200Z[ helios-setup] Mar 09 19:10:13.911 INFO E| Compiling pkcs1 v0.7.5
33272026-03-09T19:10:15.522Z[ helios-setup] Mar 09 19:10:14.234 INFO E| Compiling tokio-macros v2.6.0
33282026-03-09T19:10:15.523Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33292026-03-09T19:10:16.073Z[ host-package] Compiling tokio-tungstenite v0.21.0
33302026-03-09T19:10:16.507Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33312026-03-09T19:10:16.742Z[ helios-setup] Mar 09 19:10:15.453 INFO E| Compiling thiserror-impl v2.0.17
33322026-03-09T19:10:17.505Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33332026-03-09T19:10:18.774Z[ helios-setup] Mar 09 19:10:17.484 INFO E| Compiling signature v2.2.0
33342026-03-09T19:10:19.554Z[ helios-setup] Mar 09 19:10:18.265 INFO E| Compiling serde_spanned v1.0.3
33352026-03-09T19:10:21.633Z[ helios-setup] Mar 09 19:10:20.342 INFO E| Compiling signal-hook-registry v1.4.6
33362026-03-09T19:10:21.678Z[ helios-setup] Mar 09 19:10:20.387 INFO E| Compiling is-terminal v0.4.17
33372026-03-09T19:10:21.999Z[ helios-setup] Mar 09 19:10:20.707 INFO E| Compiling mio v1.1.0
33382026-03-09T19:10:22.160Z[ helios-setup] Mar 09 19:10:20.869 INFO E| Compiling socket2 v0.6.1
33392026-03-09T19:10:22.569Z[ helios-setup] Mar 09 19:10:21.279 INFO E| Compiling thread_local v1.1.9
33402026-03-09T19:10:22.737Z[ helios-setup] Mar 09 19:10:21.447 INFO E| Compiling subtle v2.6.1
33412026-03-09T19:10:23.466Z[ helios-setup] Mar 09 19:10:22.176 INFO E| Compiling libdevinfo-sys v1.1.0
33422026-03-09T19:10:23.794Z[ helios-setup] Mar 09 19:10:22.502 INFO E| Compiling toml_writer v1.0.4
33432026-03-09T19:10:24.122Z[ helios-setup] Mar 09 19:10:22.831 INFO E| Compiling hashbrown v0.12.3
33442026-03-09T19:10:24.127Z[ helios-setup] Mar 09 19:10:22.831 INFO E| Compiling ryu v1.0.20
33452026-03-09T19:10:24.274Z[ helios-setup] Mar 09 19:10:22.984 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33462026-03-09T19:10:24.473Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33472026-03-09T19:10:25.053Z[ helios-setup] Mar 09 19:10:23.763 INFO E| Compiling winnow v0.5.40
33482026-03-09T19:10:25.171Z[ helios-setup] Mar 09 19:10:23.880 INFO E| Compiling base64 v0.21.7
33492026-03-09T19:10:25.274Z[ helios-setup] Mar 09 19:10:23.984 INFO E| Compiling term v1.2.0
33502026-03-09T19:10:25.378Z[ host-package] Compiling num-derive v0.3.3
33512026-03-09T19:10:25.600Z[ helios-setup] Mar 09 19:10:24.310 INFO E| Compiling toml v0.9.8
33522026-03-09T19:10:27.337Z[ helios-setup] Mar 09 19:10:26.046 INFO E| Compiling slog-term v2.9.2
33532026-03-09T19:10:29.473Z[ helios-setup] Mar 09 19:10:28.181 INFO E| Compiling ron v0.8.1
33542026-03-09T19:10:29.891Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33552026-03-09T19:10:32.850Z[ helios-setup] Mar 09 19:10:31.558 INFO E| Compiling devinfo v0.1.0
33562026-03-09T19:10:34.134Z[ helios-setup] Mar 09 19:10:32.841 INFO E| Compiling toml_edit v0.19.15
33572026-03-09T19:10:34.426Z[ helios-setup] Mar 09 19:10:33.131 INFO E| Compiling tokio v1.48.0
33582026-03-09T19:10:34.700Z[ helios-setup] Mar 09 19:10:33.407 INFO E| Compiling rsa v0.9.8
33592026-03-09T19:10:35.897Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33602026-03-09T19:10:36.521Z[ helios-setup] Mar 09 19:10:35.227 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33612026-03-09T19:10:37.064Z[ host-package] Compiling libscf-sys v1.1.0
33622026-03-09T19:10:37.556Z[ helios-setup] Mar 09 19:10:36.263 INFO E| Compiling futures v0.3.31
33632026-03-09T19:10:37.564Z[ host-package] Compiling proc-macro-error2 v2.0.1
33642026-03-09T19:10:37.676Z[ host-package] Compiling nix v0.31.1
33652026-03-09T19:10:38.053Z[ helios-setup] Mar 09 19:10:36.759 INFO E| Compiling uuid v1.18.1
33662026-03-09T19:10:38.562Z[ host-package] Compiling vergen-gitcl v1.0.8
33672026-03-09T19:10:39.344Z[ host-package] Compiling dirs-sys-next v0.1.2
33682026-03-09T19:10:39.419Z[ host-package] Compiling glob v0.3.3
33692026-03-09T19:10:40.245Z[ helios-setup] Mar 09 19:10:38.951 INFO E| Compiling serde-hex v0.1.0
33702026-03-09T19:10:40.370Z[ helios-setup] Mar 09 19:10:39.076 INFO E| Compiling bzip2 v0.4.4
33712026-03-09T19:10:40.490Z[ host-package] Compiling maplit v1.0.2
33722026-03-09T19:10:40.545Z[ host-package] Compiling crunchy v0.2.4
33732026-03-09T19:10:40.821Z[ host-package] Compiling clang-sys v1.8.1
33742026-03-09T19:10:41.053Z[ helios-setup] Mar 09 19:10:39.758 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33752026-03-09T19:10:41.090Z[ host-package] Compiling dirs-next v2.0.0
33762026-03-09T19:10:41.583Z[ helios-setup] Mar 09 19:10:40.288 INFO E| Compiling flate2 v1.1.5
33772026-03-09T19:10:41.583Z[ helios-setup] Mar 09 19:10:40.288 INFO E| Compiling env_logger v0.11.8
33782026-03-09T19:10:41.837Z[ host-package] Compiling tabled_derive v0.11.0
33792026-03-09T19:10:41.895Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33802026-03-09T19:10:42.650Z[ host-package] Compiling papergrid v0.17.0
33812026-03-09T19:10:44.176Z[ helios-setup] Mar 09 19:10:42.880 INFO E| Compiling hashbrown v0.13.2
33822026-03-09T19:10:44.688Z[ host-package] Compiling testing_table v0.3.0
33832026-03-09T19:10:45.389Z[ helios-setup] Mar 09 19:10:44.093 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33842026-03-09T19:10:45.553Z[ helios-setup] Mar 09 19:10:44.257 INFO E| Compiling x509-cert v0.2.5
33852026-03-09T19:10:45.604Z[ helios-setup] Mar 09 19:10:44.308 INFO E| Compiling rustc-hash v2.1.1
33862026-03-09T19:10:46.102Z[ helios-setup] Mar 09 19:10:44.806 INFO E| Compiling hex v0.4.3
33872026-03-09T19:10:46.402Z[ host-package] Compiling dsl_auto_type v0.1.3
33882026-03-09T19:10:46.651Z[ helios-setup] Mar 09 19:10:45.355 INFO E| Compiling bitflags v1.3.2
33892026-03-09T19:10:47.047Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33902026-03-09T19:10:47.390Z[ helios-setup] Mar 09 19:10:46.094 INFO E| Compiling crc-any v2.5.0
33912026-03-09T19:10:47.579Z[ helios-setup] Mar 09 19:10:46.282 INFO E| Compiling foldhash v0.2.0
33922026-03-09T19:10:48.955Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
33932026-03-09T19:10:49.262Z[ host-package] Compiling tiny-keccak v2.0.2
33942026-03-09T19:10:49.443Z[ helios-setup] Mar 09 19:10:48.146 INFO E| Compiling iddqd v0.3.14
33952026-03-09T19:10:49.559Z[ helios-setup] Mar 09 19:10:48.262 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33962026-03-09T19:10:49.866Z[ host-package] Compiling diesel_derives v2.2.7
33972026-03-09T19:10:50.513Z[ host-package] Compiling tabled v0.20.0
33982026-03-09T19:10:50.942Z[ helios-setup] Mar 09 19:10:49.643 INFO E| Compiling object v0.30.4
33992026-03-09T19:10:51.586Z[ helios-setup] Mar 09 19:10:50.289 INFO E| Compiling toml v0.7.8
34002026-03-09T19:10:51.726Z[ host-package] Compiling r2d2 v0.8.10
34012026-03-09T19:10:52.671Z[ helios-setup] Mar 09 19:10:51.372 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34022026-03-09T19:10:55.490Z[ helios-setup] Mar 09 19:10:54.192 INFO E| Compiling zip v0.6.6
34032026-03-09T19:10:57.788Z[ helios-setup] Mar 09 19:10:56.489 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34042026-03-09T19:10:58.061Z[ helios-setup] Mar 09 19:10:56.762 INFO E| Compiling path-slash v0.1.5
34052026-03-09T19:10:58.617Z[ helios-setup] Mar 09 19:10:57.318 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34062026-03-09T19:10:59.579Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34072026-03-09T19:11:00.102Z[ helios-setup] Mar 09 19:10:58.802 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
34082026-03-09T19:11:00.430Z[ helios-setup] Mar 09 19:10:59.130 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
34092026-03-09T19:11:07.550Z[ helios-setup] Mar 09 19:11:06.248 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
34102026-03-09T19:11:08.723Z[ host-package] Compiling term v0.7.0
34112026-03-09T19:11:09.246Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
34122026-03-09T19:11:10.732Z[ host-package] Compiling arc-swap v1.8.2
34132026-03-09T19:11:11.086Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
34142026-03-09T19:11:12.135Z[ host-package] Compiling bit-vec v0.6.3
34152026-03-09T19:11:12.334Z[ host-package] Compiling xshell-macros v0.2.7
34162026-03-09T19:11:13.365Z[ host-package] Compiling bit-set v0.5.3
34172026-03-09T19:11:14.259Z[ host-package] Compiling xshell v0.2.7
34182026-03-09T19:11:14.575Z[ host-package] Compiling slog-scope v4.4.1
34192026-03-09T19:11:16.043Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
34202026-03-09T19:11:16.822Z[ host-package] Compiling diesel v2.2.12
34212026-03-09T19:11:18.778Z[ host-package] Compiling ascii-canvas v3.0.0
34222026-03-09T19:11:21.113Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34232026-03-09T19:11:26.574Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34242026-03-09T19:11:28.304Z[ host-package] Compiling itertools v0.10.5
34252026-03-09T19:11:29.739Z[ helios-setup] Mar 09 19:11:28.432 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34262026-03-09T19:11:31.101Z[ host-package] Compiling ena v0.14.4
34272026-03-09T19:11:31.626Z[ host-package] Compiling libloading v0.8.9
34282026-03-09T19:11:32.095Z[ host-package] Compiling unicase v2.9.0
34292026-03-09T19:11:32.856Z[ host-package] Compiling diff v0.1.13
34302026-03-09T19:11:32.893Z[ host-package] Compiling regex-syntax v0.6.29
34312026-03-09T19:11:33.407Z[ host-package] Compiling bindgen v0.71.1
34322026-03-09T19:11:34.720Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34332026-03-09T19:11:37.405Z[ host-package] Compiling lalrpop v0.19.12
34342026-03-09T19:11:38.289Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34352026-03-09T19:11:55.379Z[ host-package] Compiling slog-stdlog v4.1.1
34362026-03-09T19:11:56.897Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34372026-03-09T19:11:57.515Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34382026-03-09T19:11:58.985Z[ host-package] Compiling cexpr v0.6.0
34392026-03-09T19:12:00.032Z[ helios-setup] Mar 09 19:11:58.716 INFO E| Finished `release` profile [optimized] target(s) in 2m 50s
34402026-03-09T19:12:00.032Z[ helios-setup] Mar 09 19:11:58.717 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
34412026-03-09T19:12:00.039Z[ helios-setup] Mar 09 19:11:58.717 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34422026-03-09T19:12:00.109Z[ helios-setup] Mar 09 19:11:58.794 INFO building project "pilot" ok (170 seconds)
34432026-03-09T19:12:00.110Z[ helios-setup] Mar 09 19:11:58.794 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
34442026-03-09T19:12:00.208Z[ helios-setup] Mar 09 19:11:58.893 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
34452026-03-09T19:12:00.208Z[ helios-setup] Mar 09 19:11:58.893 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34462026-03-09T19:12:00.208Z[ helios-setup] Mar 09 19:11:58.893 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34472026-03-09T19:12:00.255Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34482026-03-09T19:12:00.426Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34492026-03-09T19:12:00.506Z[ helios-setup] Mar 09 19:11:59.190 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34502026-03-09T19:12:00.512Z[ host-package] Compiling crc8 v0.1.1
34512026-03-09T19:12:00.815Z[ host-package] Compiling slog-envlogger v2.2.0
34522026-03-09T19:12:00.883Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34532026-03-09T19:12:00.950Z[ helios-setup] Mar 09 19:11:59.632 INFO E| From https://github.com/jclulow/rust-jmclib
34542026-03-09T19:12:00.950Z[ helios-setup] Mar 09 19:11:59.632 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34552026-03-09T19:12:00.987Z[ helios-setup] Mar 09 19:11:59.671 INFO E| Updating crates.io index
34562026-03-09T19:12:01.085Z[ helios-setup] Mar 09 19:11:59.770 INFO E| Downloading crates ...
34572026-03-09T19:12:01.254Z[ helios-setup] Mar 09 19:11:59.938 INFO E| Downloaded toml v0.5.11
34582026-03-09T19:12:01.258Z[ helios-setup] Mar 09 19:11:59.943 INFO E| Downloaded itoa v1.0.9
34592026-03-09T19:12:01.261Z[ helios-setup] Mar 09 19:11:59.945 INFO E| Downloaded block-buffer v0.9.0
34602026-03-09T19:12:01.265Z[ helios-setup] Mar 09 19:11:59.946 INFO E| Downloaded opaque-debug v0.3.0
34612026-03-09T19:12:01.265Z[ helios-setup] Mar 09 19:11:59.949 INFO E| Downloaded md-5 v0.9.1
34622026-03-09T19:12:01.268Z[ helios-setup] Mar 09 19:11:59.952 INFO E| Downloaded libdevinfo-sys v1.0.0
34632026-03-09T19:12:01.268Z[ helios-setup] Mar 09 19:11:59.953 INFO E| Downloaded cpufeatures v0.2.9
34642026-03-09T19:12:01.272Z[ helios-setup] Mar 09 19:11:59.955 INFO E| Downloaded sha-1 v0.9.8
34652026-03-09T19:12:01.276Z[ helios-setup] Mar 09 19:11:59.959 INFO E| Downloaded fastrand v2.0.0
34662026-03-09T19:12:01.296Z[ helios-setup] Mar 09 19:11:59.981 INFO E| Downloaded getrandom v0.2.10
34672026-03-09T19:12:01.301Z[ helios-setup] Mar 09 19:11:59.986 INFO E| Downloaded quote v1.0.31
34682026-03-09T19:12:01.306Z[ helios-setup] Mar 09 19:11:59.991 INFO E| Downloaded glob v0.3.1
34692026-03-09T19:12:01.309Z[ helios-setup] Mar 09 19:11:59.994 INFO E| Downloaded digest v0.9.0
34702026-03-09T19:12:01.312Z[ helios-setup] Mar 09 19:11:59.996 INFO E| Downloaded proc-macro2 v1.0.66
34712026-03-09T19:12:01.316Z[ helios-setup] Mar 09 19:12:00.001 INFO E| Downloaded unicode-ident v1.0.11
34722026-03-09T19:12:01.322Z[ helios-setup] Mar 09 19:12:00.007 INFO E| Downloaded walkdir v2.3.3
34732026-03-09T19:12:01.325Z[ helios-setup] Mar 09 19:12:00.010 INFO E| Downloaded serde_derive v1.0.193
34742026-03-09T19:12:01.330Z[ helios-setup] Mar 09 19:12:00.015 INFO E| Downloaded ryu v1.0.15
34752026-03-09T19:12:01.336Z[ helios-setup] Mar 09 19:12:00.021 INFO E| Downloaded serde v1.0.193
34762026-03-09T19:12:01.342Z[ helios-setup] Mar 09 19:12:00.027 INFO E| Downloaded uuid v0.8.2
34772026-03-09T19:12:01.354Z[ helios-setup] Mar 09 19:12:00.038 INFO E| Downloaded typenum v1.16.0
34782026-03-09T19:12:01.358Z[ helios-setup] Mar 09 19:12:00.043 INFO E| Downloaded bitflags v2.3.3
34792026-03-09T19:12:01.363Z[ helios-setup] Mar 09 19:12:00.047 INFO E| Downloaded serde_json v1.0.103
34802026-03-09T19:12:01.380Z[ helios-setup] Mar 09 19:12:00.064 INFO E| Downloaded tempfile v3.7.0
34812026-03-09T19:12:01.384Z[ helios-setup] Mar 09 19:12:00.069 INFO E| Downloaded once_cell v1.18.0
34822026-03-09T19:12:01.388Z[ helios-setup] Mar 09 19:12:00.073 INFO E| Downloaded anyhow v1.0.72
34832026-03-09T19:12:01.394Z[ helios-setup] Mar 09 19:12:00.079 INFO E| Downloaded errno v0.3.1
34842026-03-09T19:12:01.415Z[ helios-setup] Mar 09 19:12:00.100 INFO E| Downloaded syn v2.0.32
34852026-03-09T19:12:01.431Z[ helios-setup] Mar 09 19:12:00.116 INFO E| Downloaded rustix v0.38.4
34862026-03-09T19:12:01.477Z[ helios-setup] Mar 09 19:12:00.161 INFO E| Downloaded libc v0.2.147
34872026-03-09T19:12:01.617Z[ helios-setup] Mar 09 19:12:00.302 INFO E| Compiling libc v0.2.147
34882026-03-09T19:12:01.617Z[ helios-setup] Mar 09 19:12:00.302 INFO E| Compiling proc-macro2 v1.0.66
34892026-03-09T19:12:01.617Z[ helios-setup] Mar 09 19:12:00.302 INFO E| Compiling cfg-if v1.0.0
34902026-03-09T19:12:01.621Z[ helios-setup] Mar 09 19:12:00.302 INFO E| Compiling unicode-ident v1.0.11
34912026-03-09T19:12:01.621Z[ helios-setup] Mar 09 19:12:00.302 INFO E| Compiling version_check v0.9.4
34922026-03-09T19:12:01.621Z[ helios-setup] Mar 09 19:12:00.302 INFO E| Compiling typenum v1.16.0
34932026-03-09T19:12:01.621Z[ helios-setup] Mar 09 19:12:00.302 INFO E| Compiling serde v1.0.193
34942026-03-09T19:12:01.621Z[ helios-setup] Mar 09 19:12:00.302 INFO E| Compiling time-core v0.1.2
34952026-03-09T19:12:02.087Z[ host-package] Compiling headers-core v0.3.0
34962026-03-09T19:12:02.504Z[ host-package] Compiling libxml v0.3.3
34972026-03-09T19:12:02.548Z[ helios-setup] Mar 09 19:12:01.213 INFO E| Compiling powerfmt v0.2.0
34982026-03-09T19:12:02.654Z[ helios-setup] Mar 09 19:12:01.338 INFO E| Compiling itoa v1.0.9
34992026-03-09T19:12:03.061Z[ helios-setup] Mar 09 19:12:01.745 INFO E| Compiling slog v2.7.0
35002026-03-09T19:12:03.073Z[ helios-setup] Mar 09 19:12:01.751 INFO E| Compiling generic-array v0.14.7
35012026-03-09T19:12:03.158Z[ helios-setup] Mar 09 19:12:01.842 INFO E| Compiling rustix v0.38.4
35022026-03-09T19:12:03.391Z[ helios-setup] Mar 09 19:12:02.075 INFO E| Compiling num-conv v0.1.0
35032026-03-09T19:12:03.671Z[ host-package] Compiling headers v0.4.1
35042026-03-09T19:12:03.937Z[ helios-setup] Mar 09 19:12:02.621 INFO E| Compiling deranged v0.3.11
35052026-03-09T19:12:04.064Z[ helios-setup] Mar 09 19:12:02.746 INFO E| Compiling time-macros v0.2.18
35062026-03-09T19:12:04.342Z[ helios-setup] Mar 09 19:12:03.026 INFO E| Compiling bitflags v2.3.3
35072026-03-09T19:12:04.426Z[ helios-setup] Mar 09 19:12:03.110 INFO E| Compiling num_threads v0.1.6
35082026-03-09T19:12:04.844Z[ helios-setup] Mar 09 19:12:03.528 INFO E| Compiling quote v1.0.31
35092026-03-09T19:12:04.971Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35102026-03-09T19:12:05.074Z[ helios-setup] Mar 09 19:12:03.758 INFO E| Compiling once_cell v1.18.0
35112026-03-09T19:12:05.679Z[ helios-setup] Mar 09 19:12:04.362 INFO E| Compiling syn v2.0.32
35122026-03-09T19:12:05.872Z[ helios-setup] Mar 09 19:12:04.556 INFO E| Compiling thread_local v1.1.7
35132026-03-09T19:12:05.895Z[ helios-setup] Mar 09 19:12:04.579 INFO E| Compiling serde_json v1.0.103
35142026-03-09T19:12:06.501Z[ helios-setup] Mar 09 19:12:05.184 INFO E| Compiling dirs-sys-next v0.1.2
35152026-03-09T19:12:06.899Z[ helios-setup] Mar 09 19:12:05.582 INFO E| Compiling errno v0.3.1
35162026-03-09T19:12:06.921Z[ helios-setup] Mar 09 19:12:05.604 INFO E| Compiling atty v0.2.14
35172026-03-09T19:12:07.008Z[ helios-setup] Mar 09 19:12:05.691 INFO E| Compiling fastrand v2.0.0
35182026-03-09T19:12:07.107Z[ helios-setup] Mar 09 19:12:05.790 INFO E| Compiling dirs-next v2.0.0
35192026-03-09T19:12:07.438Z[ helios-setup] Mar 09 19:12:06.121 INFO E| Compiling term v0.7.0
35202026-03-09T19:12:07.518Z[ helios-setup] Mar 09 19:12:06.201 INFO E| Compiling opaque-debug v0.3.0
35212026-03-09T19:12:07.914Z[ helios-setup] Mar 09 19:12:06.597 INFO E| Compiling anyhow v1.0.72
35222026-03-09T19:12:08.026Z[ helios-setup] Mar 09 19:12:06.708 INFO E| Compiling getrandom v0.2.10
35232026-03-09T19:12:08.149Z[ helios-setup] Mar 09 19:12:06.832 INFO E| Compiling same-file v1.0.6
35242026-03-09T19:12:08.489Z[ helios-setup] Mar 09 19:12:07.171 INFO E| Compiling digest v0.9.0
35252026-03-09T19:12:08.569Z[ helios-setup] Mar 09 19:12:07.252 INFO E| Compiling block-buffer v0.9.0
35262026-03-09T19:12:08.781Z[ helios-setup] Mar 09 19:12:07.464 INFO E| Compiling time v0.3.36
35272026-03-09T19:12:08.803Z[ helios-setup] Mar 09 19:12:07.486 INFO E| Compiling ryu v1.0.15
35282026-03-09T19:12:09.053Z[ helios-setup] Mar 09 19:12:07.736 INFO E| Compiling unicode-width v0.1.10
35292026-03-09T19:12:09.271Z[ helios-setup] Mar 09 19:12:07.950 INFO E| Compiling cpufeatures v0.2.9
35302026-03-09T19:12:09.318Z[ helios-setup] Mar 09 19:12:08.000 INFO E| Compiling getopts v0.2.21
35312026-03-09T19:12:09.483Z[ helios-setup] Mar 09 19:12:08.165 INFO E| Compiling sha-1 v0.9.8
35322026-03-09T19:12:09.501Z[ helios-setup] Mar 09 19:12:08.183 INFO E| Compiling md-5 v0.9.1
35332026-03-09T19:12:10.237Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35342026-03-09T19:12:10.486Z[ helios-setup] Mar 09 19:12:09.169 INFO E| Compiling tempfile v3.7.0
35352026-03-09T19:12:10.490Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35362026-03-09T19:12:10.635Z[ helios-setup] Mar 09 19:12:09.317 INFO E| Compiling walkdir v2.3.3
35372026-03-09T19:12:10.635Z[ helios-setup] Mar 09 19:12:09.317 INFO E| Compiling libdevinfo-sys v1.0.0
35382026-03-09T19:12:10.925Z[ helios-setup] Mar 09 19:12:09.607 INFO E| Compiling glob v0.3.1
35392026-03-09T19:12:11.064Z[ host-package] Compiling polar-core v0.27.3
35402026-03-09T19:12:11.158Z[ host-package] Compiling strum_macros v0.24.3
35412026-03-09T19:12:12.606Z[ host-package] Compiling indoc v1.0.9
35422026-03-09T19:12:12.687Z[ helios-setup] Mar 09 19:12:11.369 INFO E| Compiling slog-term v2.9.0
35432026-03-09T19:12:13.453Z[ helios-setup] Mar 09 19:12:12.134 INFO E| Compiling serde_derive v1.0.193
35442026-03-09T19:12:13.941Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35452026-03-09T19:12:14.324Z[ host-package] Compiling derive_builder v0.20.2
35462026-03-09T19:12:14.649Z[ host-package] Compiling oso-derive v0.27.3
35472026-03-09T19:12:14.699Z[ host-package] Compiling quick-xml v0.37.5
35482026-03-09T19:12:15.200Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35492026-03-09T19:12:15.763Z[ host-package] Compiling openssl-probe v0.1.6
35502026-03-09T19:12:16.489Z[ host-package] Compiling half v1.8.3
35512026-03-09T19:12:18.556Z[ host-package] Compiling serde_cbor v0.11.2
35522026-03-09T19:12:18.927Z[ host-package] Compiling samael v0.0.19
35532026-03-09T19:12:19.042Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35542026-03-09T19:12:20.740Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35552026-03-09T19:12:20.997Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35562026-03-09T19:12:21.646Z[ host-package] Compiling diesel-dtrace v0.4.2
35572026-03-09T19:12:22.176Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35582026-03-09T19:12:22.731Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35592026-03-09T19:12:24.896Z[ helios-setup] Mar 09 19:12:23.574 INFO E| Compiling toml v0.5.11
35602026-03-09T19:12:24.896Z[ helios-setup] Mar 09 19:12:23.574 INFO E| Compiling uuid v0.8.2
35612026-03-09T19:12:25.499Z[ host-package] Compiling bb8 v0.8.6
35622026-03-09T19:12:25.575Z[ host-package] Compiling trait-variant v0.1.2
35632026-03-09T19:12:26.200Z[ host-package] Compiling async-bb8-diesel v0.2.1
35642026-03-09T19:12:26.955Z[ helios-setup] Mar 09 19:12:25.633 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35652026-03-09T19:12:26.975Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
35662026-03-09T19:12:27.240Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35672026-03-09T19:12:27.314Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35682026-03-09T19:12:28.586Z[ helios-setup] Mar 09 19:12:27.264 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35692026-03-09T19:12:31.013Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35702026-03-09T19:12:31.461Z[ host-package] Compiling fxhash v0.2.1
35712026-03-09T19:12:31.800Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35722026-03-09T19:12:32.543Z[ host-package] Compiling kstat-rs v0.2.4
35732026-03-09T19:12:32.590Z[ host-package] Compiling libz-sys v1.1.24
35742026-03-09T19:12:33.482Z[ host-package] Compiling salty v0.3.0
35752026-03-09T19:12:33.545Z[ host-package] Compiling nonempty v0.12.0
35762026-03-09T19:12:34.278Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35772026-03-09T19:12:35.064Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35782026-03-09T19:12:37.990Z[ helios-setup] Mar 09 19:12:36.665 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.63s
35792026-03-09T19:12:38.025Z[ helios-setup] Mar 09 19:12:36.699 INFO building project "image-builder" ok (37 seconds)
35802026-03-09T19:12:38.025Z[ helios-setup] Mar 09 19:12:36.699 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
35812026-03-09T19:12:38.147Z[ helios-setup] Mar 09 19:12:36.822 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
35822026-03-09T19:12:38.148Z[ helios-setup] Mar 09 19:12:36.822 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35832026-03-09T19:12:38.151Z[ helios-setup] Mar 09 19:12:36.822 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35842026-03-09T19:12:38.585Z[ helios-setup] Mar 09 19:12:37.260 INFO E| Downloading crates ...
35852026-03-09T19:12:38.643Z[ helios-setup] Mar 09 19:12:37.318 INFO E| Downloaded adler2 v2.0.0
35862026-03-09T19:12:38.655Z[ helios-setup] Mar 09 19:12:37.330 INFO E| Downloaded miniz_oxide v0.8.8
35872026-03-09T19:12:38.716Z[ helios-setup] Mar 09 19:12:37.391 INFO E| Compiling adler2 v2.0.0
35882026-03-09T19:12:38.904Z[ helios-setup] Mar 09 19:12:37.579 INFO E| Compiling miniz_oxide v0.8.8
35892026-03-09T19:12:41.663Z[ helios-setup] Mar 09 19:12:40.338 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35902026-03-09T19:12:42.374Z[ host-package] Compiling oso v0.27.3
35912026-03-09T19:12:42.702Z[ helios-setup] Mar 09 19:12:41.376 INFO E| Finished `release` profile [optimized] target(s) in 4.40s
35922026-03-09T19:12:42.716Z[ helios-setup] Mar 09 19:12:41.390 INFO building project "pinprick" ok (4 seconds)
35932026-03-09T19:12:42.721Z[ helios-setup] rm -f helios-build
35942026-03-09T19:12:42.724Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35952026-03-09T19:12:42.724Z[ helios-setup]
35962026-03-09T19:12:42.728Z[ helios-setup] Setup complete! ./helios-build is now available.
35972026-03-09T19:12:42.728Z[ helios-setup]
35982026-03-09T19:12:42.728Z[ helios-setup]
35992026-03-09T19:12:42.728Z[ helios-setup] real 8:23.889670567
36002026-03-09T19:12:42.728Z[ helios-setup] user 16:51.966655549
36012026-03-09T19:12:42.728Z[ helios-setup] sys 1:55.224134023
36022026-03-09T19:12:42.728Z[ helios-setup] trap 1.094968812
36032026-03-09T19:12:42.728Z[ helios-setup] tflt 4.536902713
36042026-03-09T19:12:42.728Z[ helios-setup] dflt 11.823447696
36052026-03-09T19:12:42.728Z[ helios-setup] kflt 0.000339326
36062026-03-09T19:12:42.728Z[ helios-setup] lock 1:27:27.601484799
36072026-03-09T19:12:42.732Z[ helios-setup] slp 2:16:27.206926692
36082026-03-09T19:12:42.732Z[ helios-setup] lat 18:40.196216832
36092026-03-09T19:12:42.732Z[ helios-setup] stop 2:51.301844094
36102026-03-09T19:12:42.732ZMar 09 19:12:41.403 INFO [helios-setup] process exited with exit status: 0 (503.893087558s)
36112026-03-09T19:12:42.732ZMar 09 19:12:41.403 INFO [helios-record] running task
36122026-03-09T19:12:42.732ZMar 09 19:12:41.403 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36132026-03-09T19:12:42.735ZMar 09 19:12:41.409 DEBG process exited with exit status: 0 (5.660546ms)
36142026-03-09T19:12:42.735ZMar 09 19:12:41.409 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36152026-03-09T19:12:42.742ZMar 09 19:12:41.415 DEBG process exited with exit status: 0 (5.827097ms)
36162026-03-09T19:12:42.742ZMar 09 19:12:41.415 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36172026-03-09T19:12:42.746ZMar 09 19:12:41.420 DEBG process exited with exit status: 0 (5.610268ms)
36182026-03-09T19:12:42.746ZMar 09 19:12:41.420 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36192026-03-09T19:12:42.753ZMar 09 19:12:41.426 DEBG process exited with exit status: 0 (5.583915ms)
36202026-03-09T19:12:42.753ZMar 09 19:12:41.426 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36212026-03-09T19:12:42.757ZMar 09 19:12:41.431 DEBG process exited with exit status: 0 (5.534416ms)
36222026-03-09T19:12:42.757ZMar 09 19:12:41.431 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36232026-03-09T19:12:42.763ZMar 09 19:12:41.437 DEBG process exited with exit status: 0 (5.620786ms)
36242026-03-09T19:12:42.763ZMar 09 19:12:41.437 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36252026-03-09T19:12:42.769ZMar 09 19:12:41.443 DEBG process exited with exit status: 0 (5.563249ms)
36262026-03-09T19:12:42.769ZMar 09 19:12:41.443 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36272026-03-09T19:12:42.774ZMar 09 19:12:41.448 DEBG process exited with exit status: 0 (5.716893ms)
36282026-03-09T19:12:42.774ZMar 09 19:12:41.448 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36292026-03-09T19:12:42.780ZMar 09 19:12:41.454 DEBG process exited with exit status: 0 (5.747497ms)
36302026-03-09T19:12:42.783ZMar 09 19:12:41.455 INFO [helios-record] task succeeded (51.675498ms)
36312026-03-09T19:12:43.511Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36322026-03-09T19:12:56.584Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36332026-03-09T19:12:57.606Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
36342026-03-09T19:12:58.327Z[ host-package] Compiling darling_core v0.23.0
36352026-03-09T19:13:01.526Z[ host-package] Compiling nanorand v0.7.0
36362026-03-09T19:13:02.247Z[ host-package] Compiling parking_lot_core v0.8.6
36372026-03-09T19:13:03.191Z[ host-package] Compiling mime_guess v2.0.5
36382026-03-09T19:13:04.129Z[ host-package] Compiling darling_macro v0.23.0
36392026-03-09T19:13:04.298Z[ host-package] Compiling flume v0.11.1
36402026-03-09T19:13:05.061Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
36412026-03-09T19:13:05.111Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36422026-03-09T19:13:12.758Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-03-09T19:13:13.908Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36442026-03-09T19:13:15.243Z[ host-package] Compiling git-stub v1.0.0
36452026-03-09T19:13:15.737Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36462026-03-09T19:13:16.564Z[ host-package] Compiling instability v0.3.11
36472026-03-09T19:13:17.017Z[ host-package] Compiling git-stub-vcs v0.1.0
36482026-03-09T19:13:17.791Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-03-09T19:13:23.619Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36502026-03-09T19:13:30.988Z[ host-package] Compiling darling v0.23.0
36512026-03-09T19:13:32.197Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36522026-03-09T19:13:35.018Z[ host-package] Compiling ignore v0.4.25
36532026-03-09T19:13:41.604Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36542026-03-09T19:13:42.124Z[ host-package] Compiling primeorder v0.13.6
36552026-03-09T19:13:42.752Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36562026-03-09T19:13:44.201Z[ host-package] Compiling castaway v0.2.4
36572026-03-09T19:13:44.464Z[ host-package] Compiling nibble_vec v0.1.0
36582026-03-09T19:13:44.776Z[ host-package] Compiling atty v0.2.14
36592026-03-09T19:13:44.999Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36602026-03-09T19:13:45.427Z[ host-package] Compiling indoc v2.0.7
36612026-03-09T19:13:45.868Z[ host-package] Compiling endian-type v0.1.2
36622026-03-09T19:13:46.178Z[ host-package] Compiling http-range v0.1.5
36632026-03-09T19:13:46.213Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36642026-03-09T19:13:46.682Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36652026-03-09T19:13:46.809Z[ host-package] Compiling radix_trie v0.2.1
36662026-03-09T19:13:47.129Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36672026-03-09T19:13:47.181Z[ host-package] Compiling compact_str v0.8.1
36682026-03-09T19:13:47.644Z[ host-package] Compiling p384 v0.13.1
36692026-03-09T19:13:49.679Z[ host-package] Compiling globwalk v0.9.1
36702026-03-09T19:13:52.542Z[ host-package] Compiling parking_lot v0.11.2
36712026-03-09T19:13:52.853Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36722026-03-09T19:13:54.490Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36732026-03-09T19:13:55.273Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36742026-03-09T19:13:55.704Z[ host-package] Compiling predicates-tree v1.0.13
36752026-03-09T19:13:56.616Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36762026-03-09T19:13:57.088Z[ host-package] Compiling unicode-truncate v1.1.0
36772026-03-09T19:13:57.491Z[ host-package] Compiling lru v0.12.5
36782026-03-09T19:13:57.894Z[ host-package] Compiling prefix-trie v0.7.0
36792026-03-09T19:13:58.899Z[ host-package] Compiling vergen-git2 v1.0.7
36802026-03-09T19:13:59.085Z[ host-package] Compiling cassowary v0.3.0
36812026-03-09T19:13:59.344Z[ host-package] Compiling hickory-server v0.25.2
36822026-03-09T19:13:59.525Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36832026-03-09T19:14:00.873Z[ host-package] Compiling ratatui v0.29.0
36842026-03-09T19:14:02.482Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-03-09T19:14:03.698Z[ host-package] Compiling sled v0.34.7
36862026-03-09T19:14:07.269Z[ host-package] Compiling git2 v0.20.4
36872026-03-09T19:14:07.381Z[ host-package] Compiling hyper-staticfile v0.10.1
36882026-03-09T19:14:10.740Z[ host-package] Compiling hickory-client v0.25.2
36892026-03-09T19:14:13.148Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36902026-03-09T19:14:15.256Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36912026-03-09T19:14:16.150Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36922026-03-09T19:14:17.750Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36932026-03-09T19:14:19.900Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36942026-03-09T19:14:21.475Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36952026-03-09T19:14:21.652Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36962026-03-09T19:14:22.810Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
36972026-03-09T19:14:24.127Z[ host-package] Compiling rand_seeder v0.4.0
36982026-03-09T19:14:24.590Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36992026-03-09T19:14:24.823Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37002026-03-09T19:14:25.040Z[ host-package] Compiling lzma-sys v0.1.20
37012026-03-09T19:14:25.774Z[ host-package] Compiling rustls v0.21.12
37022026-03-09T19:14:25.839Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37032026-03-09T19:14:26.177Z[ host-package] Compiling corncobs v0.1.4
37042026-03-09T19:14:26.701Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37052026-03-09T19:14:26.701Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37062026-03-09T19:14:26.999Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37072026-03-09T19:14:27.516Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37082026-03-09T19:14:27.937Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37092026-03-09T19:14:29.159Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37102026-03-09T19:14:38.328Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37112026-03-09T19:14:41.315Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37122026-03-09T19:14:41.612Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37132026-03-09T19:14:44.494Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37142026-03-09T19:14:48.391Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37152026-03-09T19:14:48.563Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37162026-03-09T19:14:48.780Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37172026-03-09T19:14:48.990Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37182026-03-09T19:14:49.233Z[ host-package] Compiling rustls-webpki v0.101.7
37192026-03-09T19:14:52.906Z[ host-package] Compiling sct v0.7.1
37202026-03-09T19:14:53.491Z[ host-package] Compiling cargo_toml v0.22.3
37212026-03-09T19:14:56.913Z[ host-package] Compiling nix v0.29.0
37222026-03-09T19:14:57.599Z[ host-package] Compiling secrecy v0.8.0
37232026-03-09T19:14:57.791Z[ host-package] Compiling void v1.0.2
37242026-03-09T19:14:58.020Z[ host-package] Compiling lzss v0.8.2
37252026-03-09T19:14:58.673Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37262026-03-09T19:14:59.776Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
37272026-03-09T19:15:01.441Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37282026-03-09T19:15:07.718Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37292026-03-09T19:15:09.029Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37302026-03-09T19:15:10.309Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37312026-03-09T19:15:14.114Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37322026-03-09T19:15:15.651Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37332026-03-09T19:15:16.906Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37342026-03-09T19:15:17.320Z[ host-package] Compiling tungstenite v0.23.0
37352026-03-09T19:15:21.545Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37362026-03-09T19:15:21.945Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37372026-03-09T19:15:22.354Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37382026-03-09T19:15:22.670Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37392026-03-09T19:15:22.748Z[ host-package] Compiling nix v0.27.1
37402026-03-09T19:15:23.067Z[ host-package] Compiling serde_bytes v0.11.19
37412026-03-09T19:15:23.857Z[ host-package] Compiling tokio-tungstenite v0.23.1
37422026-03-09T19:15:23.891Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37432026-03-09T19:15:24.520Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37442026-03-09T19:15:24.857Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37452026-03-09T19:15:25.386Z[ host-package] Compiling xz2 v0.1.7
37462026-03-09T19:15:26.035Z[ host-package] Compiling ron v0.12.0
37472026-03-09T19:15:31.210Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37482026-03-09T19:15:32.615Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37492026-03-09T19:15:37.014Z[ host-package] Compiling tokio-rustls v0.24.1
37502026-03-09T19:15:38.572Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37512026-03-09T19:15:52.802Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37522026-03-09T19:15:57.460Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37532026-03-09T19:16:01.245Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37542026-03-09T19:16:05.146Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37552026-03-09T19:16:08.564Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37562026-03-09T19:16:10.390Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37572026-03-09T19:16:13.814Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37582026-03-09T19:16:15.734Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37592026-03-09T19:16:19.758Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37602026-03-09T19:16:24.616Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37612026-03-09T19:16:25.256Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37622026-03-09T19:16:26.981Z[ host-package] Compiling rustls-pemfile v1.0.4
37632026-03-09T19:16:27.741Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37642026-03-09T19:16:30.842Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37652026-03-09T19:16:31.260Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37662026-03-09T19:16:33.782Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37672026-03-09T19:16:35.451Z[ host-package] Compiling signal-hook-tokio v0.3.1
37682026-03-09T19:16:35.756Z[ host-package] Compiling yasna v0.5.2
37692026-03-09T19:16:37.857Z[ host-package] Compiling twox-hash v2.1.2
37702026-03-09T19:16:38.904Z[ host-package] Compiling base16ct v1.0.0
37712026-03-09T19:16:39.112Z[ host-package] Compiling is_ci v1.2.0
37722026-03-09T19:16:39.393Z[ host-package] Compiling supports-color v3.0.2
37732026-03-09T19:16:39.864Z[ host-package] Compiling rcgen v0.12.1
37742026-03-09T19:16:46.020Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37752026-03-09T19:16:49.989Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37762026-03-09T19:16:51.195Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37772026-03-09T19:17:07.343Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37782026-03-09T19:17:24.295Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37792026-03-09T19:17:27.467Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37802026-03-09T19:17:32.705Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37812026-03-09T19:17:35.583Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37822026-03-09T19:17:45.241Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37832026-03-09T19:17:50.265Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37842026-03-09T19:17:50.672Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37852026-03-09T19:17:51.071Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37862026-03-09T19:17:54.044Z[ host-package] Compiling progenitor-extras v0.1.0
37872026-03-09T19:17:54.162Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37882026-03-09T19:17:54.503Z[ host-package] Compiling fatfs v0.3.6
37892026-03-09T19:17:54.539Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37902026-03-09T19:17:57.238Z[ host-package] Compiling subprocess v0.2.15
37912026-03-09T19:18:01.922Z[ host-package] Compiling rtoolbox v0.0.3
37922026-03-09T19:18:02.395Z[ host-package] Compiling seq-macro v0.3.6
37932026-03-09T19:18:03.422Z[ host-package] Compiling assert_matches v1.5.0
37942026-03-09T19:18:03.488Z[ host-package] Compiling rpassword v7.4.0
37952026-03-09T19:18:04.015Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37962026-03-09T19:18:11.384Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37972026-03-09T19:18:15.653Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37982026-03-09T19:18:33.286Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37992026-03-09T19:18:38.553Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38002026-03-09T19:18:38.775Z[ host-package] Compiling tui-tree-widget v0.23.1
38012026-03-09T19:18:39.307Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38022026-03-09T19:18:47.427Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38032026-03-09T19:18:48.389Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38042026-03-09T19:18:49.824Z[ host-package] Compiling uzers v0.12.2
38052026-03-09T19:18:52.929Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38062026-03-09T19:18:54.287Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38072026-03-09T19:19:06.929Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38082026-03-09T19:19:19.045Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38092026-03-09T19:19:34.094Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38102026-03-09T19:19:38.726Z[ host-package] Compiling support-bundle-viewer v0.1.2
38112026-03-09T19:19:40.534Z[ host-package] Compiling multimap v0.10.1
38122026-03-09T19:21:43.370Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38132026-03-09T19:32:37.605Z[ host-package] Finished `release` profile [optimized] target(s) in 26m 38s
38142026-03-09T19:33:38.423ZMar 09 19:33:36.773 INFO [host-package] process exited with exit status: 0 (1659.829690934s)
38152026-03-09T19:33:38.423ZMar 09 19:33:36.773 INFO [host-stamp] running task
38162026-03-09T19:33:38.426ZMar 09 19:33:36.774 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+git44a114028cc
38172026-03-09T19:33:38.426ZMar 09 19:33:36.774 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38182026-03-09T19:33:38.426ZMar 09 19:33:36.774 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+git44a114028cc
38192026-03-09T19:33:38.427ZMar 09 19:33:36.775 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+git44a114028cc
38202026-03-09T19:33:38.427ZMar 09 19:33:36.775 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+git44a114028cc
38212026-03-09T19:33:38.427ZMar 09 19:33:36.775 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+git44a114028cc
38222026-03-09T19:33:38.427ZMar 09 19:33:36.776 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+git44a114028cc
38232026-03-09T19:33:38.427ZMar 09 19:33:36.776 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+git44a114028cc
38242026-03-09T19:33:38.427ZMar 09 19:33:36.776 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+git44a114028cc
38252026-03-09T19:33:38.439Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38262026-03-09T19:33:38.439Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38272026-03-09T19:33:38.440Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38282026-03-09T19:33:38.443Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38292026-03-09T19:33:38.443Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38302026-03-09T19:33:38.443Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38312026-03-09T19:33:38.443Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38322026-03-09T19:33:38.443Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38332026-03-09T19:33:38.447Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38342026-03-09T19:33:38.454Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38352026-03-09T19:33:38.460ZMar 09 19:33:36.811 INFO [stamp-overlay] process exited with exit status: 0 (36.662438ms)
38362026-03-09T19:33:38.466Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38372026-03-09T19:33:38.470ZMar 09 19:33:36.821 INFO [stamp-oxlog] process exited with exit status: 0 (45.58892ms)
38382026-03-09T19:33:38.514Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38392026-03-09T19:33:38.518ZMar 09 19:33:36.869 INFO [stamp-crucible-utils] process exited with exit status: 0 (93.425616ms)
38402026-03-09T19:33:38.550Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38412026-03-09T19:33:38.554ZMar 09 19:33:36.904 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (128.226599ms)
38422026-03-09T19:33:38.782Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38432026-03-09T19:33:38.785ZMar 09 19:33:37.135 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (359.998349ms)
38442026-03-09T19:33:39.064Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38452026-03-09T19:33:39.067ZMar 09 19:33:37.418 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (643.00206ms)
38462026-03-09T19:33:39.906Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38472026-03-09T19:33:39.909ZMar 09 19:33:38.259 INFO [stamp-propolis-server] process exited with exit status: 0 (1.485635614s)
38482026-03-09T19:33:40.030Z[recovery-package] Compiling newtype-uuid v1.3.2
38492026-03-09T19:33:40.330Z[recovery-package] Compiling daft v0.1.5
38502026-03-09T19:33:40.683Z[recovery-package] Compiling iddqd v0.3.17
38512026-03-09T19:33:42.283Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38522026-03-09T19:33:42.639Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38532026-03-09T19:33:42.639Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38542026-03-09T19:33:42.644Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38552026-03-09T19:33:42.644Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38562026-03-09T19:33:42.715Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38572026-03-09T19:33:43.428Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38582026-03-09T19:33:47.073Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38592026-03-09T19:33:47.077ZMar 09 19:33:45.425 INFO [stamp-switch-asic] process exited with exit status: 0 (8.650387895s)
38602026-03-09T19:33:47.077ZMar 09 19:33:45.425 INFO [host-stamp] task succeeded (8.651662087s)
38612026-03-09T19:33:47.077ZMar 09 19:33:45.425 INFO [host-proto] running task
38622026-03-09T19:33:47.648ZMar 09 19:33:45.996 INFO [host-proto] task succeeded (570.827055ms)
38632026-03-09T19:33:47.648ZMar 09 19:33:45.996 INFO [host-profile] running task
38642026-03-09T19:33:47.651ZMar 09 19:33:45.996 INFO [host-profile] task succeeded (231.446µs)
38652026-03-09T19:33:47.651ZMar 09 19:33:45.996 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/.tmpQLipMI/proto/host/root -N 'ci 44a1140/${os_short_commit} 2026-03-09 19:04' -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/'
38662026-03-09T19:33:47.657Z[ host-image] Mar 09 19:33:46.005 INFO Checking files for board 'gimlet'
38672026-03-09T19:33:47.657Z[ host-image] Mar 09 19:33:46.005 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38682026-03-09T19:33:47.661Z[ host-image] Mar 09 19:33:46.005 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38692026-03-09T19:33:47.661Z[ host-image] Mar 09 19:33:46.005 INFO Checking files for board 'cosmo'
38702026-03-09T19:33:47.661Z[ host-image] Mar 09 19:33:46.005 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38712026-03-09T19:33:47.661Z[ host-image] Mar 09 19:33:46.006 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
38722026-03-09T19:33:47.661Z[ host-image] Mar 09 19:33:46.006 INFO Checking files for board 'cosmo-mbist'
38732026-03-09T19:33:47.661Z[ host-image] Mar 09 19:33:46.006 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
38742026-03-09T19:33:47.661Z[ host-image] Mar 09 19:33:46.006 INFO Checking files for board 'cosmo-mbist-noaggr'
38752026-03-09T19:33:47.661Z[ host-image] Mar 09 19:33:46.006 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
38762026-03-09T19:33:47.668Z[ host-image] Mar 09 19:33:46.017 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpQLipMI/proto/host/root"
38772026-03-09T19:33:47.672Z[ host-image] Mar 09 19:33:46.017 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
38782026-03-09T19:33:47.672Z[ host-image] Mar 09 19:33:46.017 INFO image builder template: ramdisk-01-os...
38792026-03-09T19:33:47.672Z[ host-image] Mar 09 19:33:46.017 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/.tmpQLipMI/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38802026-03-09T19:33:47.686Z[ host-image] Mar 09 19:33:46.033 INFO O| Mar 09 19:33:46.033 INFO CREATE DATASET: rpool/images/build/host/output
38812026-03-09T19:33:48.109Z[ host-image] Mar 09 19:33:46.457 INFO O| Mar 09 19:33:46.457 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38822026-03-09T19:33:48.113Z[ host-image] Mar 09 19:33:46.461 INFO O| Mar 09 19:33:46.461 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38832026-03-09T19:33:48.366Z[ host-image] Mar 09 19:33:46.714 INFO O| Mar 09 19:33:46.714 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38842026-03-09T19:33:48.435Z[ host-image] Mar 09 19:33:46.783 INFO O| Mar 09 19:33:46.783 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38852026-03-09T19:33:48.436Z[ host-image] Mar 09 19:33:46.783 INFO O| Mar 09 19:33:46.783 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38862026-03-09T19:33:48.439Z[ host-image] Mar 09 19:33:46.784 INFO O| Mar 09 19:33:46.784 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38872026-03-09T19:33:48.439Z[ host-image] Mar 09 19:33:46.784 INFO O| Mar 09 19:33:46.784 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38882026-03-09T19:33:48.442Z[ host-image] Mar 09 19:33:46.790 INFO O| Mar 09 19:33:46.790 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38892026-03-09T19:33:48.669Z[ host-image] Mar 09 19:33:47.017 INFO O| Mar 09 19:33:47.017 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38902026-03-09T19:33:48.677Z[ host-image] Mar 09 19:33:47.025 INFO O| Mar 09 19:33:47.025 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38912026-03-09T19:33:49.038Z[ host-image] Mar 09 19:33:47.386 INFO O| Mar 09 19:33:47.386 INFO O| Caching catalogs ... Done
38922026-03-09T19:33:49.119Z[ host-image] Mar 09 19:33:47.465 INFO O| Mar 09 19:33:47.465 INFO STEP 0 (pkg_image_create) COMPLETE
38932026-03-09T19:33:49.119Z[ host-image] Mar 09 19:33:47.465 INFO O| Mar 09 19:33:47.465 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38942026-03-09T19:33:49.127Z[ host-image] Mar 09 19:33:47.475 INFO O| Mar 09 19:33:47.475 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"]
38952026-03-09T19:33:49.466Z[ host-image] Mar 09 19:33:47.814 INFO O| Mar 09 19:33:47.814 INFO STEP 1 (pkg_set_publisher) COMPLETE
38962026-03-09T19:33:49.466Z[ host-image] Mar 09 19:33:47.814 INFO O| Mar 09 19:33:47.814 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38972026-03-09T19:33:49.470Z[ host-image] Mar 09 19:33:47.814 INFO O| Mar 09 19:33:47.814 INFO skip step because feature "publisher_1_name" is not enabled
38982026-03-09T19:33:49.470Z[ host-image] Mar 09 19:33:47.814 INFO O| Mar 09 19:33:47.814 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38992026-03-09T19:33:49.470Z[ host-image] Mar 09 19:33:47.814 INFO O| Mar 09 19:33:47.814 INFO skip step because feature "publisher_2_name" is not enabled
39002026-03-09T19:33:49.470Z[ host-image] Mar 09 19:33:47.814 INFO O| Mar 09 19:33:47.814 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39012026-03-09T19:33:49.470Z[ host-image] Mar 09 19:33:47.814 INFO O| Mar 09 19:33:47.814 INFO skip step because feature "publisher_3_name" is not enabled
39022026-03-09T19:33:49.470Z[ host-image] Mar 09 19:33:47.814 INFO O| Mar 09 19:33:47.814 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39032026-03-09T19:33:49.805Z[ host-image] Mar 09 19:33:48.152 INFO O| Mar 09 19:33:48.152 INFO variant opensolaris.zone is already global
39042026-03-09T19:33:49.805Z[ host-image] Mar 09 19:33:48.152 INFO O| Mar 09 19:33:48.152 INFO STEP 5 (pkg_change_variant) COMPLETE
39052026-03-09T19:33:49.805Z[ host-image] Mar 09 19:33:48.152 INFO O| Mar 09 19:33:48.152 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39062026-03-09T19:33:50.140Z[ host-image] Mar 09 19:33:48.487 INFO O| Mar 09 19:33:48.487 INFO variant opensolaris.imagetype is full; changing to partial
39072026-03-09T19:33:50.140Z[ host-image] Mar 09 19:33:48.487 INFO O| Mar 09 19:33:48.487 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39082026-03-09T19:33:52.416Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39092026-03-09T19:33:52.416Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39102026-03-09T19:33:52.420Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39112026-03-09T19:33:52.420Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39122026-03-09T19:33:58.701Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39132026-03-09T19:33:58.757Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39142026-03-09T19:34:00.999Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39152026-03-09T19:34:01.280Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39162026-03-09T19:34:03.608Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39172026-03-09T19:34:05.172Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39182026-03-09T19:34:26.362Z[ host-image] Mar 09 19:34:24.700 INFO O| Mar 09 19:34:24.700 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39192026-03-09T19:34:29.976Z[recovery-package] Finished `release` profile [optimized] target(s) in 51.23s
39202026-03-09T19:34:31.892ZMar 09 19:34:30.228 INFO [recovery-package] process exited with exit status: 0 (53.454549618s)
39212026-03-09T19:34:31.892ZMar 09 19:34:30.228 INFO [recovery-stamp] running task
39222026-03-09T19:34:31.895ZMar 09 19:34:30.229 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39232026-03-09T19:34:31.895ZMar 09 19:34:30.229 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+git44a114028cc
39242026-03-09T19:34:31.895ZMar 09 19:34:30.229 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git44a114028cc
39252026-03-09T19:34:31.903Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39262026-03-09T19:34:31.906Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39272026-03-09T19:34:32.023Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39282026-03-09T19:34:32.028ZMar 09 19:34:30.364 INFO [stamp-installinator] process exited with exit status: 0 (134.746565ms)
39292026-03-09T19:34:32.074Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39302026-03-09T19:34:32.077ZMar 09 19:34:30.414 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (185.353452ms)
39312026-03-09T19:34:32.078ZMar 09 19:34:30.414 INFO [recovery-stamp] task succeeded (185.868133ms)
39322026-03-09T19:34:32.078ZMar 09 19:34:30.414 INFO [recovery-proto] running task
39332026-03-09T19:34:32.078ZMar 09 19:34:30.414 INFO [tuf-stamp] running task
39342026-03-09T19:34:32.081ZMar 09 19:34:30.415 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+git44a114028cc
39352026-03-09T19:34:32.081ZMar 09 19:34:30.415 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+git44a114028cc
39362026-03-09T19:34:32.081ZMar 09 19:34:30.416 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+git44a114028cc
39372026-03-09T19:34:32.081ZMar 09 19:34:30.416 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+git44a114028cc
39382026-03-09T19:34:32.081ZMar 09 19:34:30.416 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+git44a114028cc
39392026-03-09T19:34:32.081ZMar 09 19:34:30.417 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+git44a114028cc
39402026-03-09T19:34:32.084ZMar 09 19:34:30.419 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+git44a114028cc
39412026-03-09T19:34:32.085ZMar 09 19:34:30.419 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+git44a114028cc
39422026-03-09T19:34:32.085ZMar 09 19:34:30.421 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+git44a114028cc
39432026-03-09T19:34:32.085ZMar 09 19:34:30.421 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+git44a114028cc
39442026-03-09T19:34:32.088ZMar 09 19:34:30.423 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+git44a114028cc
39452026-03-09T19:34:32.088ZMar 09 19:34:30.425 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+git44a114028cc
39462026-03-09T19:34:32.096Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39472026-03-09T19:34:32.096Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39482026-03-09T19:34:32.096Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39492026-03-09T19:34:32.099Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39502026-03-09T19:34:32.103Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39512026-03-09T19:34:32.106Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39522026-03-09T19:34:32.106Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39532026-03-09T19:34:32.106Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39542026-03-09T19:34:32.110Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39552026-03-09T19:34:32.114Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39562026-03-09T19:34:32.118Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39572026-03-09T19:34:32.126Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39582026-03-09T19:34:32.249Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39592026-03-09T19:34:32.277ZMar 09 19:34:30.613 INFO [recovery-proto] task succeeded (199.088732ms)
39602026-03-09T19:34:32.281ZMar 09 19:34:30.614 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/.tmpQLipMI/proto/recovery/root -N 'recovery 44a1140/${os_short_commit} 2026-03-09 19:04' -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/'
39612026-03-09T19:34:32.287Z[ recovery-image] Mar 09 19:34:30.623 INFO Checking files for board 'gimlet'
39622026-03-09T19:34:32.287Z[ recovery-image] Mar 09 19:34:30.624 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39632026-03-09T19:34:32.287Z[ recovery-image] Mar 09 19:34:30.624 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39642026-03-09T19:34:32.291Z[ recovery-image] Mar 09 19:34:30.624 INFO Checking files for board 'cosmo'
39652026-03-09T19:34:32.291Z[ recovery-image] Mar 09 19:34:30.624 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39662026-03-09T19:34:32.291Z[ recovery-image] Mar 09 19:34:30.624 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39672026-03-09T19:34:32.291Z[ recovery-image] Mar 09 19:34:30.624 INFO Checking files for board 'cosmo-mbist'
39682026-03-09T19:34:32.291Z[ recovery-image] Mar 09 19:34:30.624 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39692026-03-09T19:34:32.291Z[ recovery-image] Mar 09 19:34:30.624 INFO Checking files for board 'cosmo-mbist-noaggr'
39702026-03-09T19:34:32.291Z[ recovery-image] Mar 09 19:34:30.624 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39712026-03-09T19:34:32.302Z[ recovery-image] Mar 09 19:34:30.638 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpQLipMI/proto/recovery/root"
39722026-03-09T19:34:32.302Z[ recovery-image] Mar 09 19:34:30.638 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39732026-03-09T19:34:32.302Z[ recovery-image] Mar 09 19:34:30.639 INFO image builder template: ramdisk-01-os...
39742026-03-09T19:34:32.305Z[ recovery-image] Mar 09 19:34:30.639 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/.tmpQLipMI/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
39752026-03-09T19:34:32.319ZMar 09 19:34:30.655 INFO [stamp-probe] process exited with exit status: 0 (238.752737ms)
39762026-03-09T19:34:32.327Z[ recovery-image] Mar 09 19:34:30.664 INFO O| Mar 09 19:34:30.663 INFO CREATE DATASET: rpool/images/build/recovery/output
39772026-03-09T19:34:32.934Z[ recovery-image] Mar 09 19:34:31.271 INFO O| Mar 09 19:34:31.271 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39782026-03-09T19:34:32.940Z[ recovery-image] Mar 09 19:34:31.277 INFO O| Mar 09 19:34:31.277 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39792026-03-09T19:34:33.157Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
39802026-03-09T19:34:33.240ZMar 09 19:34:31.576 INFO [stamp-ntp] process exited with exit status: 0 (1.157231138s)
39812026-03-09T19:34:33.530Z[ recovery-image] Mar 09 19:34:31.865 INFO O| Mar 09 19:34:31.865 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
39822026-03-09T19:34:33.608Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
39832026-03-09T19:34:33.664Z[ recovery-image] Mar 09 19:34:32.001 INFO O| Mar 09 19:34:32.000 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39842026-03-09T19:34:33.664Z[ recovery-image] Mar 09 19:34:32.001 INFO O| Mar 09 19:34:32.001 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
39852026-03-09T19:34:33.668Z[ recovery-image] Mar 09 19:34:32.001 INFO O| Mar 09 19:34:32.001 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
39862026-03-09T19:34:33.668Z[ recovery-image] Mar 09 19:34:32.001 INFO O| Mar 09 19:34:32.001 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
39872026-03-09T19:34:33.675Z[ recovery-image] Mar 09 19:34:32.011 INFO O| Mar 09 19:34:32.011 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
39882026-03-09T19:34:33.692Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
39892026-03-09T19:34:33.702Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
39902026-03-09T19:34:33.795ZMar 09 19:34:32.132 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.706709065s)
39912026-03-09T19:34:33.924Z[ recovery-image] Mar 09 19:34:32.260 INFO O| Mar 09 19:34:32.260 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39922026-03-09T19:34:33.937Z[ recovery-image] Mar 09 19:34:32.273 INFO O| Mar 09 19:34:32.272 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
39932026-03-09T19:34:34.043Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
39942026-03-09T19:34:34.110ZMar 09 19:34:32.445 INFO [stamp-external-dns] process exited with exit status: 0 (2.029013157s)
39952026-03-09T19:34:34.135Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
39962026-03-09T19:34:34.147ZMar 09 19:34:32.483 INFO [stamp-internal-dns] process exited with exit status: 0 (2.062631977s)
39972026-03-09T19:34:34.262Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
39982026-03-09T19:34:34.280ZMar 09 19:34:32.617 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.201035806s)
39992026-03-09T19:34:34.425Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40002026-03-09T19:34:34.459ZMar 09 19:34:32.795 INFO [stamp-oximeter] process exited with exit status: 0 (2.37876643s)
40012026-03-09T19:34:34.532Z[ recovery-image] Mar 09 19:34:32.868 INFO O| Mar 09 19:34:32.868 INFO O| Caching catalogs ... Done
40022026-03-09T19:34:34.670Z[ recovery-image] Mar 09 19:34:33.006 INFO O| Mar 09 19:34:33.006 INFO STEP 0 (pkg_image_create) COMPLETE
40032026-03-09T19:34:34.670Z[ recovery-image] Mar 09 19:34:33.006 INFO O| Mar 09 19:34:33.006 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40042026-03-09T19:34:34.684Z[ recovery-image] Mar 09 19:34:33.020 INFO O| Mar 09 19:34:33.020 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"]
40052026-03-09T19:34:35.203Z[ recovery-image] Mar 09 19:34:33.539 INFO O| Mar 09 19:34:33.539 INFO STEP 1 (pkg_set_publisher) COMPLETE
40062026-03-09T19:34:35.203Z[ recovery-image] Mar 09 19:34:33.539 INFO O| Mar 09 19:34:33.539 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40072026-03-09T19:34:35.207Z[ recovery-image] Mar 09 19:34:33.539 INFO O| Mar 09 19:34:33.539 INFO skip step because feature "publisher_1_name" is not enabled
40082026-03-09T19:34:35.207Z[ recovery-image] Mar 09 19:34:33.539 INFO O| Mar 09 19:34:33.539 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40092026-03-09T19:34:35.207Z[ recovery-image] Mar 09 19:34:33.539 INFO O| Mar 09 19:34:33.539 INFO skip step because feature "publisher_2_name" is not enabled
40102026-03-09T19:34:35.207Z[ recovery-image] Mar 09 19:34:33.539 INFO O| Mar 09 19:34:33.539 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40112026-03-09T19:34:35.207Z[ recovery-image] Mar 09 19:34:33.539 INFO O| Mar 09 19:34:33.539 INFO skip step because feature "publisher_3_name" is not enabled
40122026-03-09T19:34:35.207Z[ recovery-image] Mar 09 19:34:33.539 INFO O| Mar 09 19:34:33.539 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40132026-03-09T19:34:35.696Z[ recovery-image] Mar 09 19:34:34.032 INFO O| Mar 09 19:34:34.032 INFO variant opensolaris.zone is already global
40142026-03-09T19:34:35.696Z[ recovery-image] Mar 09 19:34:34.032 INFO O| Mar 09 19:34:34.032 INFO STEP 5 (pkg_change_variant) COMPLETE
40152026-03-09T19:34:35.700Z[ recovery-image] Mar 09 19:34:34.032 INFO O| Mar 09 19:34:34.032 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40162026-03-09T19:34:36.217Z[ recovery-image] Mar 09 19:34:34.553 INFO O| Mar 09 19:34:34.553 INFO variant opensolaris.imagetype is full; changing to partial
40172026-03-09T19:34:36.217Z[ recovery-image] Mar 09 19:34:34.553 INFO O| Mar 09 19:34:34.553 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40182026-03-09T19:34:37.719Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40192026-03-09T19:34:37.725ZMar 09 19:34:36.061 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.645723414s)
40202026-03-09T19:34:39.099Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40212026-03-09T19:34:39.105ZMar 09 19:34:37.439 INFO [stamp-nexus] process exited with exit status: 0 (7.016103226s)
40222026-03-09T19:34:40.664Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40232026-03-09T19:34:40.668ZMar 09 19:34:39.003 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.587048663s)
40242026-03-09T19:34:41.078Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40252026-03-09T19:34:41.082ZMar 09 19:34:39.417 INFO [stamp-clickhouse] process exited with exit status: 0 (8.997329796s)
40262026-03-09T19:34:41.120Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40272026-03-09T19:34:41.124ZMar 09 19:34:39.459 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.040290381s)
40282026-03-09T19:34:41.124ZMar 09 19:34:39.459 INFO [tuf-stamp] task succeeded (9.04465859s)
40292026-03-09T19:34:41.383Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40302026-03-09T19:34:41.621Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40312026-03-09T19:34:41.648Z[verify-libraries] Compiling stacker v0.1.23
40322026-03-09T19:34:41.651Z[verify-libraries] Compiling cfg_aliases v0.1.1
40332026-03-09T19:34:41.671Z[verify-libraries] Compiling home v0.5.12
40342026-03-09T19:34:41.730Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40352026-03-09T19:34:41.733Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40362026-03-09T19:34:41.864Z[verify-libraries] Compiling nix v0.28.0
40372026-03-09T19:34:41.867Z[verify-libraries] Compiling winnow v0.6.26
40382026-03-09T19:34:41.987Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40392026-03-09T19:34:42.289Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40402026-03-09T19:34:42.980Z[verify-libraries] Compiling unicode_categories v0.1.1
40412026-03-09T19:34:43.124Z[ host-image] Mar 09 19:34:41.457 INFO O| Mar 09 19:34:41.457 INFO O| Startup: Caching catalogs ... Done
40422026-03-09T19:34:43.154Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40432026-03-09T19:34:43.369Z[ host-image] Mar 09 19:34:41.703 INFO O| Mar 09 19:34:41.703 INFO O| Planning: Planning completed in 0.00 seconds
40442026-03-09T19:34:43.373Z[ host-image] Mar 09 19:34:41.704 INFO O| Mar 09 19:34:41.704 INFO O| Planning: Consolidating action changes ... Done
40452026-03-09T19:34:43.373Z[ host-image] Mar 09 19:34:41.704 INFO O| Mar 09 19:34:41.704 INFO O| Planning: Evaluating mediators ... Done
40462026-03-09T19:34:43.373Z[ host-image] Mar 09 19:34:41.704 INFO O| Mar 09 19:34:41.704 INFO O| Planning: Planning completed in 0.00 seconds
40472026-03-09T19:34:43.373Z[ host-image] Mar 09 19:34:41.704 INFO O| Mar 09 19:34:41.704 INFO O| Variants/Facets to change: 1
40482026-03-09T19:34:43.752Z[verify-libraries] Compiling psm v0.1.30
40492026-03-09T19:34:43.791Z[verify-libraries] Compiling polyval v0.6.2
40502026-03-09T19:34:43.826Z[verify-libraries] Compiling ctr v0.9.2
40512026-03-09T19:34:43.836Z[verify-libraries] Compiling colored v2.2.0
40522026-03-09T19:34:44.300Z[ host-image] Mar 09 19:34:42.633 INFO O| Mar 09 19:34:42.633 INFO O| Done
40532026-03-09T19:34:44.300Z[ host-image] Mar 09 19:34:42.633 INFO O| Mar 09 19:34:42.633 INFO O| Done
40542026-03-09T19:34:44.434Z[verify-libraries] Compiling ghash v0.5.1
40552026-03-09T19:34:44.509Z[verify-libraries] Compiling blowfish v0.9.1
40562026-03-09T19:34:44.916Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
40572026-03-09T19:34:45.022Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
40582026-03-09T19:34:45.231Z[verify-libraries] Compiling aes-gcm v0.10.3
40592026-03-09T19:34:45.703Z[verify-libraries] Compiling ssh-encoding v0.2.0
40602026-03-09T19:34:45.740Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40612026-03-09T19:34:45.792Z[verify-libraries] Compiling password-hash v0.4.2
40622026-03-09T19:34:46.435Z[ host-image] Mar 09 19:34:44.768 INFO O| Mar 09 19:34:44.768 INFO O| Done
40632026-03-09T19:34:46.528Z[verify-libraries] Compiling recursive v0.1.1
40642026-03-09T19:34:46.646Z[ host-image] Mar 09 19:34:44.973 INFO O| Mar 09 19:34:44.973 INFO O| Done
40652026-03-09T19:34:46.646Z[ host-image] Mar 09 19:34:44.975 INFO O| Mar 09 19:34:44.975 INFO O| Done
40662026-03-09T19:34:46.646Z[ host-image] Mar 09 19:34:44.975 INFO O| Mar 09 19:34:44.975 INFO O| Done
40672026-03-09T19:34:46.646Z[ host-image] Mar 09 19:34:44.977 INFO O| Mar 09 19:34:44.977 INFO O| Done
40682026-03-09T19:34:46.680Z[verify-libraries] Compiling rustyline v14.0.0
40692026-03-09T19:34:46.855Z[verify-libraries] Compiling sqlparser v0.61.0
40702026-03-09T19:34:47.139Z[verify-libraries] Compiling sqlformat v0.3.5
40712026-03-09T19:34:47.218Z[verify-libraries] Compiling ssh-cipher v0.2.0
40722026-03-09T19:34:48.088Z[verify-libraries] Compiling petname v2.0.2
40732026-03-09T19:34:49.082Z[verify-libraries] Compiling ssh-key v0.6.7
40742026-03-09T19:34:49.127Z[ host-image] Mar 09 19:34:47.459 INFO O| Mar 09 19:34:47.459 INFO STEP 6 (pkg_change_variant) COMPLETE
40752026-03-09T19:34:49.127Z[ host-image] Mar 09 19:34:47.459 INFO O| Mar 09 19:34:47.459 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40762026-03-09T19:34:49.131Z[ host-image] Mar 09 19:34:47.459 INFO O| Mar 09 19:34:47.459 INFO skip step because feature "debug_variant" is not enabled
40772026-03-09T19:34:49.131Z[ host-image] Mar 09 19:34:47.459 INFO O| Mar 09 19:34:47.459 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40782026-03-09T19:34:49.686Z[verify-libraries] Compiling pbkdf2 v0.11.0
40792026-03-09T19:34:49.919Z[ host-image] Mar 09 19:34:48.251 INFO O| Mar 09 19:34:48.251 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40802026-03-09T19:34:50.750Z[verify-libraries] Compiling p521 v0.13.3
40812026-03-09T19:34:51.771Z[verify-libraries] Compiling p256 v0.13.2
40822026-03-09T19:34:53.725Z[verify-libraries] Compiling russh-cryptovec v0.7.3
40832026-03-09T19:34:54.219Z[verify-libraries] Compiling md5 v0.7.0
40842026-03-09T19:34:54.761Z[verify-libraries] Compiling russh-keys v0.45.0
40852026-03-09T19:34:57.743Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40862026-03-09T19:34:58.185Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40872026-03-09T19:34:58.857Z[verify-libraries] Compiling num-bigint v0.4.6
40882026-03-09T19:35:00.893Z[verify-libraries] Compiling des v0.8.1
40892026-03-09T19:35:01.611Z[verify-libraries] Compiling sapling-renderdag v0.1.0
40902026-03-09T19:35:01.685Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40912026-03-09T19:35:02.082Z[verify-libraries] Compiling sync-ptr v0.1.4
40922026-03-09T19:35:02.520Z[verify-libraries] Compiling hex-literal v0.4.1
40932026-03-09T19:35:02.835Z[verify-libraries] Compiling russh v0.45.0
40942026-03-09T19:35:02.892Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40952026-03-09T19:35:03.073Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
40962026-03-09T19:35:09.171Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40972026-03-09T19:35:09.390Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40982026-03-09T19:35:10.609Z[verify-libraries] Compiling socket2 v0.5.10
40992026-03-09T19:35:12.845Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41002026-03-09T19:35:13.554Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
41012026-03-09T19:35:19.205Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41022026-03-09T19:35:22.561Z[ recovery-image] Mar 09 19:35:20.885 INFO O| Mar 09 19:35:20.884 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41032026-03-09T19:35:29.949Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41042026-03-09T19:35:45.255Z[ host-image] Mar 09 19:35:43.572 INFO O| Mar 09 19:35:43.572 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41052026-03-09T19:35:48.126Z[ recovery-image] Mar 09 19:35:46.443 INFO O| Mar 09 19:35:46.442 INFO O| Startup: Caching catalogs ... Done
41062026-03-09T19:35:48.315Z[ recovery-image] Mar 09 19:35:46.601 INFO O| Mar 09 19:35:46.601 INFO O| Planning: Planning completed in 0.00 seconds
41072026-03-09T19:35:48.376Z[ recovery-image] Mar 09 19:35:46.602 INFO O| Mar 09 19:35:46.602 INFO O| Planning: Consolidating action changes ... Done
41082026-03-09T19:35:48.376Z[ recovery-image] Mar 09 19:35:46.602 INFO O| Mar 09 19:35:46.602 INFO O| Planning: Evaluating mediators ... Done
41092026-03-09T19:35:48.376Z[ recovery-image] Mar 09 19:35:46.602 INFO O| Mar 09 19:35:46.602 INFO O| Planning: Planning completed in 0.00 seconds
41102026-03-09T19:35:48.376Z[ recovery-image] Mar 09 19:35:46.603 INFO O| Mar 09 19:35:46.603 INFO O| Variants/Facets to change: 1
41112026-03-09T19:35:48.413Z[ recovery-image] Mar 09 19:35:46.667 INFO O| Mar 09 19:35:46.667 INFO O| Done
41122026-03-09T19:35:48.413Z[ recovery-image] Mar 09 19:35:46.667 INFO O| Mar 09 19:35:46.667 INFO O| Done
41132026-03-09T19:35:51.090Z[ recovery-image] Mar 09 19:35:49.406 INFO O| Mar 09 19:35:49.406 INFO O| Done
41142026-03-09T19:35:51.534Z[ recovery-image] Mar 09 19:35:49.850 INFO O| Mar 09 19:35:49.850 INFO O| Done
41152026-03-09T19:35:51.543Z[ recovery-image] Mar 09 19:35:49.853 INFO O| Mar 09 19:35:49.852 INFO O| Done
41162026-03-09T19:35:51.543Z[ recovery-image] Mar 09 19:35:49.853 INFO O| Mar 09 19:35:49.853 INFO O| Done
41172026-03-09T19:35:51.543Z[ recovery-image] Mar 09 19:35:49.855 INFO O| Mar 09 19:35:49.855 INFO O| Done
41182026-03-09T19:35:57.452Z[ recovery-image] Mar 09 19:35:53.150 INFO O| Mar 09 19:35:53.150 INFO STEP 6 (pkg_change_variant) COMPLETE
41192026-03-09T19:35:57.452Z[ recovery-image] Mar 09 19:35:53.150 INFO O| Mar 09 19:35:53.150 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41202026-03-09T19:35:57.498Z[ recovery-image] Mar 09 19:35:53.150 INFO O| Mar 09 19:35:53.150 INFO skip step because feature "debug_variant" is not enabled
41212026-03-09T19:35:57.498Z[ recovery-image] Mar 09 19:35:53.150 INFO O| Mar 09 19:35:53.150 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41222026-03-09T19:35:57.498Z[ recovery-image] Mar 09 19:35:54.099 INFO O| Mar 09 19:35:54.099 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41232026-03-09T19:36:00.664Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41242026-03-09T19:36:05.084Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41252026-03-09T19:36:12.553Z[ host-image] Mar 09 19:36:10.864 INFO O| Mar 09 19:36:10.864 INFO O| Startup: Caching catalogs ... Done
41262026-03-09T19:36:12.732Z[ host-image] Mar 09 19:36:11.042 INFO O| Mar 09 19:36:11.042 INFO O| Planning: Planning completed in 0.00 seconds
41272026-03-09T19:36:12.736Z[ host-image] Mar 09 19:36:11.043 INFO O| Mar 09 19:36:11.043 INFO O| Planning: Consolidating action changes ... Done
41282026-03-09T19:36:12.736Z[ host-image] Mar 09 19:36:11.043 INFO O| Mar 09 19:36:11.043 INFO O| Planning: Evaluating mediators ... Done
41292026-03-09T19:36:12.736Z[ host-image] Mar 09 19:36:11.044 INFO O| Mar 09 19:36:11.044 INFO O| Planning: Planning completed in 0.00 seconds
41302026-03-09T19:36:12.736Z[ host-image] Mar 09 19:36:11.044 INFO O| Mar 09 19:36:11.044 INFO O| Variants/Facets to change: 1
41312026-03-09T19:36:12.829Z[ host-image] Mar 09 19:36:11.140 INFO O| Mar 09 19:36:11.140 INFO O| Done
41322026-03-09T19:36:12.829Z[ host-image] Mar 09 19:36:11.140 INFO O| Mar 09 19:36:11.140 INFO O| Done
41332026-03-09T19:36:15.473Z[ host-image] Mar 09 19:36:13.782 INFO O| Mar 09 19:36:13.782 INFO O| Done
41342026-03-09T19:36:15.742Z[ host-image] Mar 09 19:36:14.051 INFO O| Mar 09 19:36:14.051 INFO O| Done
41352026-03-09T19:36:15.746Z[ host-image] Mar 09 19:36:14.052 INFO O| Mar 09 19:36:14.052 INFO O| Done
41362026-03-09T19:36:15.746Z[ host-image] Mar 09 19:36:14.052 INFO O| Mar 09 19:36:14.052 INFO O| Done
41372026-03-09T19:36:15.746Z[ host-image] Mar 09 19:36:14.054 INFO O| Mar 09 19:36:14.054 INFO O| Done
41382026-03-09T19:36:17.863Z[ host-image] Mar 09 19:36:16.170 INFO O| Mar 09 19:36:16.170 INFO STEP 8 (pkg_change_facet) COMPLETE
41392026-03-09T19:36:17.863Z[ host-image] Mar 09 19:36:16.170 INFO O| Mar 09 19:36:16.170 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41402026-03-09T19:36:17.866Z[ host-image] Mar 09 19:36:16.170 INFO O| Mar 09 19:36:16.170 INFO skip step because feature "recovery" is not enabled
41412026-03-09T19:36:17.866Z[ host-image] Mar 09 19:36:16.170 INFO O| Mar 09 19:36:16.170 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41422026-03-09T19:36:17.866Z[ host-image] Mar 09 19:36:16.170 INFO O| Mar 09 19:36:16.170 INFO skip step because feature "recovery" is not enabled
41432026-03-09T19:36:17.866Z[ host-image] Mar 09 19:36:16.170 INFO O| Mar 09 19:36:16.170 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41442026-03-09T19:36:17.878Z[ host-image] Mar 09 19:36:16.187 INFO O| Mar 09 19:36:16.187 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"]
41452026-03-09T19:36:22.511Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41462026-03-09T19:36:22.582Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41472026-03-09T19:36:30.995Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41482026-03-09T19:36:40.065Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41492026-03-09T19:36:43.711Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41502026-03-09T19:36:44.139Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41512026-03-09T19:36:50.338Z[ recovery-image] Mar 09 19:36:48.638 INFO O| Mar 09 19:36:48.638 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41522026-03-09T19:36:54.933Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41532026-03-09T19:37:02.741Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41542026-03-09T19:37:06.583Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41552026-03-09T19:37:14.284Z[ host-image] Mar 09 19:37:12.578 INFO O| Mar 09 19:37:12.578 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41562026-03-09T19:37:15.211Z[ recovery-image] Mar 09 19:37:13.505 INFO O| Mar 09 19:37:13.505 INFO O| Startup: Caching catalogs ... Done
41572026-03-09T19:37:15.392Z[ recovery-image] Mar 09 19:37:13.686 INFO O| Mar 09 19:37:13.686 INFO O| Planning: Planning completed in 0.00 seconds
41582026-03-09T19:37:15.399Z[ recovery-image] Mar 09 19:37:13.687 INFO O| Mar 09 19:37:13.687 INFO O| Planning: Consolidating action changes ... Done
41592026-03-09T19:37:15.400Z[ recovery-image] Mar 09 19:37:13.687 INFO O| Mar 09 19:37:13.687 INFO O| Planning: Evaluating mediators ... Done
41602026-03-09T19:37:15.400Z[ recovery-image] Mar 09 19:37:13.687 INFO O| Mar 09 19:37:13.687 INFO O| Planning: Planning completed in 0.00 seconds
41612026-03-09T19:37:15.400Z[ recovery-image] Mar 09 19:37:13.688 INFO O| Mar 09 19:37:13.688 INFO O| Variants/Facets to change: 1
41622026-03-09T19:37:15.430Z[ recovery-image] Mar 09 19:37:13.714 INFO O| Mar 09 19:37:13.714 INFO O| Done
41632026-03-09T19:37:15.440Z[ recovery-image] Mar 09 19:37:13.714 INFO O| Mar 09 19:37:13.714 INFO O| Done
41642026-03-09T19:37:17.714Z[ recovery-image] Mar 09 19:37:16.007 INFO O| Mar 09 19:37:16.007 INFO O| Done
41652026-03-09T19:37:17.956Z[ recovery-image] Mar 09 19:37:16.247 INFO O| Mar 09 19:37:16.246 INFO O| Done
41662026-03-09T19:37:17.965Z[ recovery-image] Mar 09 19:37:16.248 INFO O| Mar 09 19:37:16.248 INFO O| Done
41672026-03-09T19:37:17.965Z[ recovery-image] Mar 09 19:37:16.248 INFO O| Mar 09 19:37:16.248 INFO O| Done
41682026-03-09T19:37:17.965Z[ recovery-image] Mar 09 19:37:16.250 INFO O| Mar 09 19:37:16.250 INFO O| Done
41692026-03-09T19:37:23.123Z[ recovery-image] Mar 09 19:37:18.579 INFO O| Mar 09 19:37:18.579 INFO STEP 8 (pkg_change_facet) COMPLETE
41702026-03-09T19:37:23.123Z[ recovery-image] Mar 09 19:37:18.579 INFO O| Mar 09 19:37:18.579 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41712026-03-09T19:37:23.142Z[ recovery-image] Mar 09 19:37:19.205 INFO O| Mar 09 19:37:19.205 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41722026-03-09T19:37:23.142Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41732026-03-09T19:37:27.625Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41742026-03-09T19:37:37.528Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41752026-03-09T19:37:38.997Z[ host-image] Mar 09 19:37:37.286 INFO O| Mar 09 19:37:37.286 INFO O| Startup: Caching catalogs ... Done
41762026-03-09T19:37:48.948Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41772026-03-09T19:38:04.104Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41782026-03-09T19:38:13.938Z[ recovery-image] Mar 09 19:38:12.217 INFO O| Mar 09 19:38:12.217 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41792026-03-09T19:38:17.004Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41802026-03-09T19:38:22.142Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41812026-03-09T19:38:24.377Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41822026-03-09T19:38:27.875Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41832026-03-09T19:38:39.123Z[ recovery-image] Mar 09 19:38:37.396 INFO O| Mar 09 19:38:37.396 INFO O| Startup: Caching catalogs ... Done
41842026-03-09T19:38:39.578Z[ recovery-image] Mar 09 19:38:37.539 INFO O| Mar 09 19:38:37.539 INFO O| Planning: Planning completed in 0.00 seconds
41852026-03-09T19:38:39.588Z[ recovery-image] Mar 09 19:38:37.540 INFO O| Mar 09 19:38:37.540 INFO O| Planning: Consolidating action changes ... Done
41862026-03-09T19:38:39.588Z[ recovery-image] Mar 09 19:38:37.540 INFO O| Mar 09 19:38:37.540 INFO O| Planning: Evaluating mediators ... Done
41872026-03-09T19:38:39.588Z[ recovery-image] Mar 09 19:38:37.541 INFO O| Mar 09 19:38:37.541 INFO O| Planning: Planning completed in 0.00 seconds
41882026-03-09T19:38:39.588Z[ recovery-image] Mar 09 19:38:37.541 INFO O| Mar 09 19:38:37.541 INFO O| Variants/Facets to change: 1
41892026-03-09T19:38:39.588Z[ recovery-image] Mar 09 19:38:37.611 INFO O| Mar 09 19:38:37.611 INFO O| Done
41902026-03-09T19:38:39.588Z[ recovery-image] Mar 09 19:38:37.611 INFO O| Mar 09 19:38:37.611 INFO O| Done
41912026-03-09T19:38:41.681Z[ recovery-image] Mar 09 19:38:39.954 INFO O| Mar 09 19:38:39.954 INFO O| Done
41922026-03-09T19:38:41.931Z[ recovery-image] Mar 09 19:38:40.204 INFO O| Mar 09 19:38:40.204 INFO O| Done
41932026-03-09T19:38:41.934Z[ recovery-image] Mar 09 19:38:40.205 INFO O| Mar 09 19:38:40.205 INFO O| Done
41942026-03-09T19:38:41.934Z[ recovery-image] Mar 09 19:38:40.205 INFO O| Mar 09 19:38:40.205 INFO O| Done
41952026-03-09T19:38:41.937Z[ recovery-image] Mar 09 19:38:40.207 INFO O| Mar 09 19:38:40.207 INFO O| Done
41962026-03-09T19:38:43.284Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41972026-03-09T19:38:44.270Z[ recovery-image] Mar 09 19:38:42.542 INFO O| Mar 09 19:38:42.542 INFO STEP 9 (pkg_change_facet) COMPLETE
41982026-03-09T19:38:44.270Z[ recovery-image] Mar 09 19:38:42.542 INFO O| Mar 09 19:38:42.542 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41992026-03-09T19:38:44.983Z[ recovery-image] Mar 09 19:38:43.254 INFO O| Mar 09 19:38:43.254 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42002026-03-09T19:38:45.159Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42012026-03-09T19:38:58.876Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42022026-03-09T19:39:01.413Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42032026-03-09T19:39:04.974Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42042026-03-09T19:39:17.262Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42052026-03-09T19:39:31.253Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42062026-03-09T19:39:37.897Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42072026-03-09T19:39:42.202Z[ recovery-image] Mar 09 19:39:40.459 INFO O| Mar 09 19:39:40.459 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42082026-03-09T19:39:53.902Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42092026-03-09T19:40:05.980Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42102026-03-09T19:40:06.612Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42112026-03-09T19:40:07.707Z[ recovery-image] Mar 09 19:40:05.957 INFO O| Mar 09 19:40:05.957 INFO O| Startup: Caching catalogs ... Done
42122026-03-09T19:40:07.857Z[ recovery-image] Mar 09 19:40:06.107 INFO O| Mar 09 19:40:06.107 INFO O| Planning: Planning completed in 0.00 seconds
42132026-03-09T19:40:07.860Z[ recovery-image] Mar 09 19:40:06.108 INFO O| Mar 09 19:40:06.108 INFO O| Planning: Consolidating action changes ... Done
42142026-03-09T19:40:07.860Z[ recovery-image] Mar 09 19:40:06.108 INFO O| Mar 09 19:40:06.108 INFO O| Planning: Evaluating mediators ... Done
42152026-03-09T19:40:07.860Z[ recovery-image] Mar 09 19:40:06.108 INFO O| Mar 09 19:40:06.108 INFO O| Planning: Planning completed in 0.00 seconds
42162026-03-09T19:40:07.860Z[ recovery-image] Mar 09 19:40:06.109 INFO O| Mar 09 19:40:06.109 INFO O| Variants/Facets to change: 1
42172026-03-09T19:40:07.893Z[ recovery-image] Mar 09 19:40:06.143 INFO O| Mar 09 19:40:06.143 INFO O| Done
42182026-03-09T19:40:07.893Z[ recovery-image] Mar 09 19:40:06.143 INFO O| Mar 09 19:40:06.143 INFO O| Done
42192026-03-09T19:40:10.544Z[ recovery-image] Mar 09 19:40:08.793 INFO O| Mar 09 19:40:08.793 INFO O| Done
42202026-03-09T19:40:10.802Z[ recovery-image] Mar 09 19:40:09.052 INFO O| Mar 09 19:40:09.052 INFO O| Done
42212026-03-09T19:40:10.805Z[ recovery-image] Mar 09 19:40:09.053 INFO O| Mar 09 19:40:09.053 INFO O| Done
42222026-03-09T19:40:10.805Z[ recovery-image] Mar 09 19:40:09.053 INFO O| Mar 09 19:40:09.053 INFO O| Done
42232026-03-09T19:40:10.805Z[ recovery-image] Mar 09 19:40:09.055 INFO O| Mar 09 19:40:09.055 INFO O| Done
42242026-03-09T19:40:12.913Z[ recovery-image] Mar 09 19:40:11.162 INFO O| Mar 09 19:40:11.162 INFO STEP 10 (pkg_change_facet) COMPLETE
42252026-03-09T19:40:12.913Z[ recovery-image] Mar 09 19:40:11.162 INFO O| Mar 09 19:40:11.162 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42262026-03-09T19:40:12.930Z[ recovery-image] Mar 09 19:40:11.178 INFO O| Mar 09 19:40:11.178 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"]
42272026-03-09T19:40:16.874Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42282026-03-09T19:40:27.578Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42292026-03-09T19:40:59.680Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42302026-03-09T19:41:01.278Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42312026-03-09T19:41:04.061Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42322026-03-09T19:41:11.038Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42332026-03-09T19:41:12.849Z[ recovery-image] Mar 09 19:41:11.083 INFO O| Mar 09 19:41:11.083 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42342026-03-09T19:41:35.774Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42352026-03-09T19:41:40.169Z[ host-image] Mar 09 19:41:38.395 INFO O| Mar 09 19:41:38.395 INFO O| Planning: Solver setup ... Done
42362026-03-09T19:41:40.242Z[ recovery-image] Mar 09 19:41:38.466 INFO O| Mar 09 19:41:38.465 INFO O| Startup: Caching catalogs ... Done
42372026-03-09T19:42:11.131Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42382026-03-09T19:42:23.488Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42392026-03-09T19:42:27.896Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42402026-03-09T19:42:28.566Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42412026-03-09T19:42:36.254Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42422026-03-09T19:43:01.842Z[verify-libraries] Compiling internet-checksum v0.2.1
42432026-03-09T19:43:02.600Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42442026-03-09T19:43:04.690Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42452026-03-09T19:43:08.096Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42462026-03-09T19:43:27.688Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42472026-03-09T19:43:43.989Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42482026-03-09T19:43:54.877Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42492026-03-09T19:43:57.143Z[verify-libraries] Compiling git-stub v1.0.0
42502026-03-09T19:43:58.487Z[verify-libraries] Compiling yansi v1.0.1
42512026-03-09T19:43:59.909Z[verify-libraries] Compiling diff v0.1.13
42522026-03-09T19:44:01.480Z[verify-libraries] Compiling pretty_assertions v1.4.1
42532026-03-09T19:44:02.603Z[verify-libraries] Compiling git-stub-vcs v0.1.0
42542026-03-09T19:44:04.900Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42552026-03-09T19:44:17.598Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42562026-03-09T19:44:18.290Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42572026-03-09T19:44:18.975Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42582026-03-09T19:44:19.647Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42592026-03-09T19:44:20.135Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42602026-03-09T19:44:20.822Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42612026-03-09T19:44:23.576Z[verify-libraries] Compiling drift v0.1.3
42622026-03-09T19:44:29.677Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42632026-03-09T19:44:47.274Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42642026-03-09T19:44:49.851Z[verify-libraries] Compiling dropshot-api-manager v0.5.2
42652026-03-09T19:44:51.856Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42662026-03-09T19:45:37.244Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42672026-03-09T19:45:41.154Z[ recovery-image] Mar 09 19:45:39.318 INFO O| Mar 09 19:45:39.318 INFO O| Planning: Solver setup ... Done
42682026-03-09T19:45:42.591Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42692026-03-09T19:45:54.948Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42702026-03-09T19:45:55.592Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42712026-03-09T19:46:37.760Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42722026-03-09T19:46:43.087Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42732026-03-09T19:46:47.562Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42742026-03-09T19:46:49.121Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42752026-03-09T19:46:58.476Z[verify-libraries] Compiling termios v0.3.3
42762026-03-09T19:46:59.067Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42772026-03-09T19:47:01.052Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42782026-03-09T19:47:22.647Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42792026-03-09T19:47:25.022Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42802026-03-09T19:47:26.352Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42812026-03-09T19:47:43.352Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42822026-03-09T19:51:13.999Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42832026-03-09T19:51:39.338Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42842026-03-09T19:52:27.084Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42852026-03-09T19:52:55.471Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42862026-03-09T19:53:02.639Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42872026-03-09T19:53:08.681Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42882026-03-09T19:53:12.449Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42892026-03-09T19:56:48.508Z[ host-image] Mar 09 19:56:46.499 INFO O| Mar 09 19:56:46.499 INFO O| Planning: Running solver ... Done
42902026-03-09T19:56:50.713Z[ host-image] Mar 09 19:56:48.704 INFO O| Mar 09 19:56:48.704 INFO O| Planning: Finding local manifests ... Done
42912026-03-09T19:56:50.907Z[ host-image] Mar 09 19:56:48.898 INFO O| Mar 09 19:56:48.898 INFO O| Planning: Fetching manifests: 0/126 0% complete
42922026-03-09T19:56:55.923Z[ host-image] Mar 09 19:56:53.913 INFO O| Mar 09 19:56:53.913 INFO O| Planning: Fetching manifests: 99/126 78% complete
42932026-03-09T19:56:57.938Z[ host-image] Mar 09 19:56:55.928 INFO O| Mar 09 19:56:55.928 INFO O| Planning: Fetching manifests: 126/126 100% complete
42942026-03-09T19:56:59.294Z[ host-image] Mar 09 19:56:57.284 INFO O| Mar 09 19:56:57.284 INFO O| Planning: Package planning ... Done
42952026-03-09T19:57:00.717Z[ host-image] Mar 09 19:56:58.705 INFO O| Mar 09 19:56:58.705 INFO O| Planning: Merging actions ... Done
42962026-03-09T19:57:01.134Z[ host-image] Mar 09 19:56:59.075 INFO O| Mar 09 19:56:59.075 INFO O| Planning: Checking for conflicting actions ... Done
42972026-03-09T19:57:01.420Z[ host-image] Mar 09 19:56:59.408 INFO O| Mar 09 19:56:59.408 INFO O| Planning: Consolidating action changes ... Done
42982026-03-09T19:57:01.998Z[ host-image] Mar 09 19:56:59.987 INFO O| Mar 09 19:56:59.987 INFO O| Planning: Evaluating mediators ... Done
42992026-03-09T19:57:08.625Z[ host-image] Mar 09 19:57:06.612 INFO O| Mar 09 19:57:06.612 INFO O| Planning: Planning completed in 1169.15 seconds
43002026-03-09T19:57:08.630Z[ host-image] Mar 09 19:57:06.618 INFO O| Mar 09 19:57:06.617 INFO O| Packages to install: 126
43012026-03-09T19:57:08.630Z[ host-image] Mar 09 19:57:06.618 INFO O| Mar 09 19:57:06.617 INFO O| Mediators to change: 5
43022026-03-09T19:57:08.633Z[ host-image] Mar 09 19:57:06.618 INFO O| Mar 09 19:57:06.618 INFO O| Services to change: 6
43032026-03-09T19:57:08.778Z[ host-image] Mar 09 19:57:06.766 INFO O| Mar 09 19:57:06.765 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43042026-03-09T19:57:13.780Z[ host-image] Mar 09 19:57:11.766 INFO O| Mar 09 19:57:11.766 INFO O| Download: 1027/22925 items 5.8/210.6MB 2% complete (1.3M/s)
43052026-03-09T19:57:18.786Z[ host-image] Mar 09 19:57:16.771 INFO O| Mar 09 19:57:16.771 INFO O| Download: 1621/22925 items 9.7/210.6MB 4% complete (1.1M/s)
43062026-03-09T19:57:24.608Z[ host-image] Mar 09 19:57:22.591 INFO O| Mar 09 19:57:22.591 INFO O| Download: 1773/22925 items 11.8/210.6MB 5% complete (611k/s)
43072026-03-09T19:57:29.678Z[ host-image] Mar 09 19:57:27.660 INFO O| Mar 09 19:57:27.660 INFO O| Download: 2100/22925 items 23.5/210.6MB 11% complete (1.4M/s)
43082026-03-09T19:57:34.823Z[ host-image] Mar 09 19:57:32.799 INFO O| Mar 09 19:57:32.799 INFO O| Download: 2458/22925 items 28.4/210.6MB 13% complete (1.7M/s)
43092026-03-09T19:57:39.825Z[ host-image] Mar 09 19:57:37.804 INFO O| Mar 09 19:57:37.804 INFO O| Download: 3606/22925 items 36.1/210.6MB 17% complete (1.3M/s)
43102026-03-09T19:57:45.932Z[ host-image] Mar 09 19:57:43.909 INFO O| Mar 09 19:57:43.909 INFO O| Download: 4616/22925 items 42.7/210.6MB 20% complete (1.4M/s)
43112026-03-09T19:57:50.945Z[ host-image] Mar 09 19:57:48.921 INFO O| Mar 09 19:57:48.921 INFO O| Download: 4920/22925 items 46.0/210.6MB 21% complete (594k/s)
43122026-03-09T19:57:55.952Z[ host-image] Mar 09 19:57:53.926 INFO O| Mar 09 19:57:53.926 INFO O| Download: 6206/22925 items 46.9/210.6MB 22% complete (430k/s)
43132026-03-09T19:58:01.327Z[ host-image] Mar 09 19:57:59.301 INFO O| Mar 09 19:57:59.301 INFO O| Download: 7051/22925 items 50.4/210.6MB 23% complete (482k/s)
43142026-03-09T19:58:06.334Z[ host-image] Mar 09 19:58:04.306 INFO O| Mar 09 19:58:04.306 INFO O| Download: 7898/22925 items 59.5/210.6MB 28% complete (1.2M/s)
43152026-03-09T19:58:11.478Z[ host-image] Mar 09 19:58:09.449 INFO O| Mar 09 19:58:09.449 INFO O| Download: 8213/22925 items 61.3/210.6MB 29% complete (1.1M/s)
43162026-03-09T19:58:16.499Z[ host-image] Mar 09 19:58:14.469 INFO O| Mar 09 19:58:14.468 INFO O| Download: 8654/22925 items 75.0/210.6MB 35% complete (1.5M/s)
43172026-03-09T19:58:21.502Z[ host-image] Mar 09 19:58:19.471 INFO O| Mar 09 19:58:19.470 INFO O| Download: 9713/22925 items 88.1/210.6MB 41% complete (2.7M/s)
43182026-03-09T19:58:26.511Z[ host-image] Mar 09 19:58:24.479 INFO O| Mar 09 19:58:24.478 INFO O| Download: 10790/22925 items 94.2/210.6MB 44% complete (1.9M/s)
43192026-03-09T19:58:31.764Z[ host-image] Mar 09 19:58:29.730 INFO O| Mar 09 19:58:29.729 INFO O| Download: 11212/22925 items 97.9/210.6MB 46% complete (1.1M/s)
43202026-03-09T19:58:36.767Z[ host-image] Mar 09 19:58:34.731 INFO O| Mar 09 19:58:34.731 INFO O| Download: 11407/22925 items 100.8/210.6MB 47% complete (645k/s)
43212026-03-09T19:58:41.972Z[ host-image] Mar 09 19:58:39.935 INFO O| Mar 09 19:58:39.935 INFO O| Download: 12183/22925 items 105.7/210.6MB 50% complete (781k/s)
43222026-03-09T19:58:46.993Z[ host-image] Mar 09 19:58:44.954 INFO O| Mar 09 19:58:44.954 INFO O| Download: 12485/22925 items 114.3/210.6MB 54% complete (1.3M/s)
43232026-03-09T19:58:52.017Z[ host-image] Mar 09 19:58:49.978 INFO O| Mar 09 19:58:49.978 INFO O| Download: 13833/22925 items 115.0/210.6MB 54% complete (968k/s)
43242026-03-09T19:58:57.096Z[ host-image] Mar 09 19:58:55.055 INFO O| Mar 09 19:58:55.054 INFO O| Download: 14495/22925 items 116.6/210.6MB 55% complete (215k/s)
43252026-03-09T19:59:02.097Z[ host-image] Mar 09 19:59:00.055 INFO O| Mar 09 19:59:00.054 INFO O| Download: 15016/22925 items 124.7/210.6MB 59% complete (981k/s)
43262026-03-09T19:59:08.099Z[ host-image] Mar 09 19:59:06.055 INFO O| Mar 09 19:59:06.055 INFO O| Download: 15837/22925 items 131.1/210.6MB 62% complete (1.4M/s)
43272026-03-09T19:59:13.325Z[ host-image] Mar 09 19:59:11.280 INFO O| Mar 09 19:59:11.280 INFO O| Download: 16965/22925 items 144.1/210.6MB 68% complete (1.7M/s)
43282026-03-09T19:59:18.326Z[ host-image] Mar 09 19:59:16.280 INFO O| Mar 09 19:59:16.280 INFO O| Download: 17668/22925 items 153.6/210.6MB 72% complete (2.2M/s)
43292026-03-09T19:59:23.329Z[ host-image] Mar 09 19:59:21.282 INFO O| Mar 09 19:59:21.282 INFO O| Download: 18051/22925 items 167.2/210.6MB 79% complete (2.4M/s)
43302026-03-09T19:59:29.154Z[ host-image] Mar 09 19:59:27.105 INFO O| Mar 09 19:59:27.105 INFO O| Download: 20090/22925 items 175.7/210.6MB 83% complete (2.3M/s)
43312026-03-09T19:59:34.184Z[ host-image] Mar 09 19:59:32.133 INFO O| Mar 09 19:59:32.133 INFO O| Download: 20891/22925 items 179.3/210.6MB 85% complete (1.1M/s)
43322026-03-09T19:59:39.186Z[ host-image] Mar 09 19:59:37.134 INFO O| Mar 09 19:59:37.134 INFO O| Download: 21243/22925 items 184.9/210.6MB 87% complete (937k/s)
43332026-03-09T19:59:43.580Z[ recovery-image] Mar 09 19:59:41.527 INFO O| Mar 09 19:59:41.526 INFO O| Planning: Running solver ... Done
43342026-03-09T19:59:44.617Z[ recovery-image] Mar 09 19:59:42.564 INFO O| Mar 09 19:59:42.564 INFO O| Planning: Finding local manifests ... Done
43352026-03-09T19:59:44.649Z[ recovery-image] Mar 09 19:59:42.596 INFO O| Mar 09 19:59:42.595 INFO O| Planning: Fetching manifests: 0/126 0% complete
43362026-03-09T19:59:45.197Z[ host-image] Mar 09 19:59:43.144 INFO O| Mar 09 19:59:43.144 INFO O| Download: 22093/22925 items 203.8/210.6MB 96% complete (2.5M/s)
43372026-03-09T19:59:48.864Z[ recovery-image] Mar 09 19:59:46.810 INFO O| Mar 09 19:59:46.810 INFO O| Planning: Fetching manifests: 126/126 100% complete
43382026-03-09T19:59:49.416Z[ recovery-image] Mar 09 19:59:47.361 INFO O| Mar 09 19:59:47.361 INFO O| Planning: Package planning ... Done
43392026-03-09T19:59:49.746Z[ recovery-image] Mar 09 19:59:47.691 INFO O| Mar 09 19:59:47.691 INFO O| Planning: Merging actions ... Done
43402026-03-09T19:59:49.837Z[ recovery-image] Mar 09 19:59:47.783 INFO O| Mar 09 19:59:47.782 INFO O| Planning: Checking for conflicting actions ... Done
43412026-03-09T19:59:49.911Z[ recovery-image] Mar 09 19:59:47.857 INFO O| Mar 09 19:59:47.857 INFO O| Planning: Consolidating action changes ... Done
43422026-03-09T19:59:50.158Z[ recovery-image] Mar 09 19:59:48.103 INFO O| Mar 09 19:59:48.103 INFO O| Planning: Evaluating mediators ... Done
43432026-03-09T19:59:50.199Z[ host-image] Mar 09 19:59:48.144 INFO O| Mar 09 19:59:48.144 INFO O| Download: 22490/22925 items 210.1/210.6MB 99% complete (2.1M/s)
43442026-03-09T19:59:51.605Z[ host-image] Mar 09 19:59:49.550 INFO O| Mar 09 19:59:49.550 INFO O| Download: Completed 210.64 MB in 162.78 seconds (1.3M/s)
43452026-03-09T19:59:52.244Z[ host-image] Mar 09 19:59:50.189 INFO O| Mar 09 19:59:50.188 INFO O| Actions: 1/50885 actions (Installing new actions)
43462026-03-09T19:59:52.995Z[ recovery-image] Mar 09 19:59:50.940 INFO O| Mar 09 19:59:50.940 INFO O| Planning: Planning completed in 1092.30 seconds
43472026-03-09T19:59:52.998Z[ recovery-image] Mar 09 19:59:50.943 INFO O| Mar 09 19:59:50.943 INFO O| Packages to install: 126
43482026-03-09T19:59:52.998Z[ recovery-image] Mar 09 19:59:50.943 INFO O| Mar 09 19:59:50.943 INFO O| Mediators to change: 5
43492026-03-09T19:59:52.998Z[ recovery-image] Mar 09 19:59:50.943 INFO O| Mar 09 19:59:50.943 INFO O| Services to change: 5
43502026-03-09T19:59:53.049Z[ recovery-image] Mar 09 19:59:50.994 INFO O| Mar 09 19:59:50.994 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
43512026-03-09T19:59:57.245Z[ host-image] Mar 09 19:59:55.189 INFO O| Mar 09 19:59:55.189 INFO O| Actions: 14733/50885 actions (Installing new actions)
43522026-03-09T19:59:58.052Z[ recovery-image] Mar 09 19:59:55.995 INFO O| Mar 09 19:59:55.995 INFO O| Download: 1112/15969 items 9.6/187.3MB 5% complete (2.4M/s)
43532026-03-09T20:00:02.247Z[ host-image] Mar 09 20:00:00.189 INFO O| Mar 09 20:00:00.189 INFO O| Actions: 25059/50885 actions (Installing new actions)
43542026-03-09T20:00:04.102Z[ recovery-image] Mar 09 20:00:02.044 INFO O| Mar 09 20:00:02.044 INFO O| Download: 1503/15969 items 21.9/187.3MB 11% complete (2.2M/s)
43552026-03-09T20:00:05.576Z[ host-image] Mar 09 20:00:03.517 INFO O| Mar 09 20:00:03.517 INFO O| Actions: Completed 50885 actions in 13.32 seconds.
43562026-03-09T20:00:06.089Z[ host-image] Mar 09 20:00:04.031 INFO O| Mar 09 20:00:04.030 INFO O| Done
43572026-03-09T20:00:06.089Z[ host-image] Mar 09 20:00:04.031 INFO O| Mar 09 20:00:04.030 INFO O| Done
43582026-03-09T20:00:07.705Z[ host-image] Mar 09 20:00:05.646 INFO O| Mar 09 20:00:05.646 INFO O| Done
43592026-03-09T20:00:09.667Z[ host-image] Mar 09 20:00:07.607 INFO O| Mar 09 20:00:07.607 INFO O| Done
43602026-03-09T20:00:09.730Z[ host-image] Mar 09 20:00:07.671 INFO O| Mar 09 20:00:07.671 INFO O| Done
43612026-03-09T20:00:10.122Z[ recovery-image] Mar 09 20:00:08.062 INFO O| Mar 09 20:00:08.062 INFO O| Download: 2687/15969 items 33.3/187.3MB 17% complete (2.4M/s)
43622026-03-09T20:00:15.860Z[ host-image] Mar 09 20:00:13.799 INFO O| Mar 09 20:00:13.799 INFO O| Done
43632026-03-09T20:00:15.914Z[ recovery-image] Mar 09 20:00:13.853 INFO O| Mar 09 20:00:13.853 INFO O| Download: 3759/15969 items 40.5/187.3MB 21% complete (1.9M/s)
43642026-03-09T20:00:16.815Z[ host-image] Mar 09 20:00:14.754 INFO O| Mar 09 20:00:14.754 INFO O| Done
43652026-03-09T20:00:20.916Z[ recovery-image] Mar 09 20:00:18.853 INFO O| Mar 09 20:00:18.853 INFO O| Download: 4743/15969 items 43.3/187.3MB 23% complete (651k/s)
43662026-03-09T20:00:21.336Z[ host-image] Mar 09 20:00:19.274 INFO O| Mar 09 20:00:19.274 INFO STEP 11 (pkg_install) COMPLETE
43672026-03-09T20:00:21.336Z[ host-image] Mar 09 20:00:19.274 INFO O| Mar 09 20:00:19.274 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43682026-03-09T20:00:21.363Z[ host-image] Mar 09 20:00:19.301 INFO O| Mar 09 20:00:19.301 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"]
43692026-03-09T20:00:26.968Z[ recovery-image] Mar 09 20:00:24.904 INFO O| Mar 09 20:00:24.904 INFO O| Download: 5806/15969 items 46.5/187.3MB 24% complete (572k/s)
43702026-03-09T20:00:33.049Z[ recovery-image] Mar 09 20:00:30.984 INFO O| Mar 09 20:00:30.984 INFO O| Download: 6176/15969 items 56.8/187.3MB 30% complete (1.3M/s)
43712026-03-09T20:00:38.078Z[ recovery-image] Mar 09 20:00:36.011 INFO O| Mar 09 20:00:36.010 INFO O| Download: 7287/15969 items 78.0/187.3MB 41% complete (3.2M/s)
43722026-03-09T20:00:43.118Z[ recovery-image] Mar 09 20:00:41.050 INFO O| Mar 09 20:00:41.050 INFO O| Download: 7939/15969 items 80.4/187.3MB 42% complete (2.5M/s)
43732026-03-09T20:00:48.136Z[ recovery-image] Mar 09 20:00:46.066 INFO O| Mar 09 20:00:46.066 INFO O| Download: 8372/15969 items 84.5/187.3MB 45% complete (663k/s)
43742026-03-09T20:00:53.503Z[ recovery-image] Mar 09 20:00:51.433 INFO O| Mar 09 20:00:51.433 INFO O| Download: 8857/15969 items 94.4/187.3MB 50% complete (1.3M/s)
43752026-03-09T20:00:58.505Z[ recovery-image] Mar 09 20:00:56.433 INFO O| Mar 09 20:00:56.433 INFO O| Download: 9410/15969 items 97.6/187.3MB 52% complete (1.3M/s)
43762026-03-09T20:01:03.633Z[ recovery-image] Mar 09 20:01:01.560 INFO O| Mar 09 20:01:01.560 INFO O| Download: 10618/15969 items 98.3/187.3MB 52% complete (401k/s)
43772026-03-09T20:01:08.877Z[ recovery-image] Mar 09 20:01:06.802 INFO O| Mar 09 20:01:06.802 INFO O| Download: 11118/15969 items 100.2/187.3MB 53% complete (251k/s)
43782026-03-09T20:01:13.897Z[ recovery-image] Mar 09 20:01:11.820 INFO O| Mar 09 20:01:11.820 INFO O| Download: 11474/15969 items 112.0/187.3MB 59% complete (1.4M/s)
43792026-03-09T20:01:17.430Z[ host-image] Mar 09 20:01:15.344 INFO O| Mar 09 20:01:15.344 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43802026-03-09T20:01:18.898Z[ recovery-image] Mar 09 20:01:16.821 INFO O| Mar 09 20:01:16.821 INFO O| Download: 12016/15969 items 139.0/187.3MB 74% complete (3.5M/s)
43812026-03-09T20:01:23.917Z[ recovery-image] Mar 09 20:01:21.838 INFO O| Mar 09 20:01:21.838 INFO O| Download: 13094/15969 items 149.9/187.3MB 80% complete (3.8M/s)
43822026-03-09T20:01:28.918Z[ recovery-image] Mar 09 20:01:26.838 INFO O| Mar 09 20:01:26.838 INFO O| Download: 14122/15969 items 153.8/187.3MB 82% complete (1.5M/s)
43832026-03-09T20:01:34.234Z[ recovery-image] Mar 09 20:01:32.151 INFO O| Mar 09 20:01:32.151 INFO O| Download: 14819/15969 items 160.7/187.3MB 85% complete (1017k/s)
43842026-03-09T20:01:39.261Z[ recovery-image] Mar 09 20:01:37.179 INFO O| Mar 09 20:01:37.179 INFO O| Download: 15402/15969 items 166.6/187.3MB 88% complete (1.3M/s)
43852026-03-09T20:01:40.282Z[ host-image] Mar 09 20:01:38.195 INFO O| Mar 09 20:01:38.195 INFO O| Startup: Caching catalogs ... Done
43862026-03-09T20:01:44.289Z[ recovery-image] Mar 09 20:01:42.206 INFO O| Mar 09 20:01:42.206 INFO O| Download: 15708/15969 items 181.5/187.3MB 96% complete (2.3M/s)
43872026-03-09T20:01:49.203Z[ recovery-image] Mar 09 20:01:47.117 INFO O| Mar 09 20:01:47.117 INFO O| Download: Completed 187.25 MB in 116.12 seconds (1.6M/s)
43882026-03-09T20:01:50.331Z[ recovery-image] Mar 09 20:01:48.245 INFO O| Mar 09 20:01:48.245 INFO O| Actions: 1/26357 actions (Installing new actions)
43892026-03-09T20:01:53.312Z[ host-image] Mar 09 20:01:51.226 INFO O| Mar 09 20:01:51.226 INFO O| Planning: Solver setup ... Done
43902026-03-09T20:01:53.326Z[ host-image] Mar 09 20:01:51.240 INFO O| Mar 09 20:01:51.240 INFO O| Planning: Running solver ... Done
43912026-03-09T20:01:53.551Z[ host-image] Mar 09 20:01:51.464 INFO O| Mar 09 20:01:51.464 INFO O| Planning: Finding local manifests ... Done
43922026-03-09T20:01:53.667Z[ host-image] Mar 09 20:01:51.580 INFO O| Mar 09 20:01:51.580 INFO O| Planning: Fetching manifests: 0/6 0% complete
43932026-03-09T20:01:53.940Z[ host-image] Mar 09 20:01:51.854 INFO O| Mar 09 20:01:51.854 INFO O| Planning: Fetching manifests: 6/6 100% complete
43942026-03-09T20:01:54.004Z[ host-image] Mar 09 20:01:51.917 INFO O| Mar 09 20:01:51.917 INFO O| Planning: Package planning ... Done
43952026-03-09T20:01:54.012Z[ host-image] Mar 09 20:01:51.926 INFO O| Mar 09 20:01:51.926 INFO O| Planning: Merging actions ... Done
43962026-03-09T20:01:54.185Z[ host-image] Mar 09 20:01:52.099 INFO O| Mar 09 20:01:52.099 INFO O| Planning: Checking for conflicting actions ... Done
43972026-03-09T20:01:54.188Z[ host-image] Mar 09 20:01:52.102 INFO O| Mar 09 20:01:52.102 INFO O| Planning: Consolidating action changes ... Done
43982026-03-09T20:01:54.751Z[ host-image] Mar 09 20:01:52.664 INFO O| Mar 09 20:01:52.664 INFO O| Planning: Evaluating mediators ... Done
43992026-03-09T20:01:54.754Z[ host-image] Mar 09 20:01:52.667 INFO O| Mar 09 20:01:52.667 INFO O| Planning: Planning completed in 14.33 seconds
44002026-03-09T20:01:54.757Z[ host-image] Mar 09 20:01:52.668 INFO O| Mar 09 20:01:52.668 INFO O| Packages to install: 6
44012026-03-09T20:01:54.757Z[ host-image] Mar 09 20:01:52.668 INFO O| Mar 09 20:01:52.668 INFO O| Services to change: 2
44022026-03-09T20:01:54.786Z[ host-image] Mar 09 20:01:52.699 INFO O| Mar 09 20:01:52.699 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44032026-03-09T20:01:55.333Z[ recovery-image] Mar 09 20:01:53.246 INFO O| Mar 09 20:01:53.246 INFO O| Actions: 9872/26357 actions (Installing new actions)
44042026-03-09T20:01:59.674Z[ host-image] Mar 09 20:01:57.586 INFO O| Mar 09 20:01:57.586 INFO O| Download: Completed 1.75 MB in 4.89 seconds (365k/s)
44052026-03-09T20:01:59.730Z[ host-image] Mar 09 20:01:57.642 INFO O| Mar 09 20:01:57.642 INFO O| Actions: 1/390 actions (Installing new actions)
44062026-03-09T20:02:00.239Z[ host-image] Mar 09 20:01:58.151 INFO O| Mar 09 20:01:58.151 INFO O| Actions: Completed 390 actions in 0.51 seconds.
44072026-03-09T20:02:00.334Z[ recovery-image] Mar 09 20:01:58.246 INFO O| Mar 09 20:01:58.246 INFO O| Actions: 16176/26357 actions (Installing new actions)
44082026-03-09T20:02:01.039Z[ host-image] Mar 09 20:01:58.949 INFO O| Mar 09 20:01:58.949 INFO O| Done
44092026-03-09T20:02:01.039Z[ host-image] Mar 09 20:01:58.949 INFO O| Mar 09 20:01:58.949 INFO O| Done
44102026-03-09T20:02:03.945Z[ host-image] Mar 09 20:02:01.856 INFO O| Mar 09 20:02:01.856 INFO O| Done
44112026-03-09T20:02:05.339Z[ recovery-image] Mar 09 20:02:03.249 INFO O| Mar 09 20:02:03.249 INFO O| Actions: 25883/26357 actions (Installing new actions)
44122026-03-09T20:02:06.147Z[ recovery-image] Mar 09 20:02:04.057 INFO O| Mar 09 20:02:04.057 INFO O| Actions: Completed 26357 actions in 15.81 seconds.
44132026-03-09T20:02:06.820Z[ host-image] Mar 09 20:02:04.730 INFO O| Mar 09 20:02:04.730 INFO O| Done
44142026-03-09T20:02:06.885Z[ host-image] Mar 09 20:02:04.795 INFO O| Mar 09 20:02:04.795 INFO O| Done
44152026-03-09T20:02:06.888Z[ host-image] Mar 09 20:02:04.795 INFO O| Mar 09 20:02:04.795 INFO O| Done
44162026-03-09T20:02:06.944Z[ host-image] Mar 09 20:02:04.854 INFO O| Mar 09 20:02:04.854 INFO O| Done
44172026-03-09T20:02:07.115Z[ recovery-image] Mar 09 20:02:05.025 INFO O| Mar 09 20:02:05.025 INFO O| Done
44182026-03-09T20:02:07.115Z[ recovery-image] Mar 09 20:02:05.025 INFO O| Mar 09 20:02:05.025 INFO O| Done
44192026-03-09T20:02:09.335Z[ host-image] Mar 09 20:02:07.245 INFO O| Mar 09 20:02:07.245 INFO STEP 12 (pkg_install) COMPLETE
44202026-03-09T20:02:09.335Z[ host-image] Mar 09 20:02:07.245 INFO O| Mar 09 20:02:07.245 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44212026-03-09T20:02:09.351Z[ host-image] Mar 09 20:02:07.261 INFO O| Mar 09 20:02:07.260 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44222026-03-09T20:02:10.644Z[ recovery-image] Mar 09 20:02:08.553 INFO O| Mar 09 20:02:08.553 INFO O| Done
44232026-03-09T20:02:13.630Z[ recovery-image] Mar 09 20:02:11.538 INFO O| Mar 09 20:02:11.538 INFO O| Done
44242026-03-09T20:02:13.656Z[ recovery-image] Mar 09 20:02:11.564 INFO O| Mar 09 20:02:11.564 INFO O| Done
44252026-03-09T20:02:18.524Z[ recovery-image] Mar 09 20:02:16.431 INFO O| Mar 09 20:02:16.431 INFO O| Done
44262026-03-09T20:02:19.252Z[ recovery-image] Mar 09 20:02:17.159 INFO O| Mar 09 20:02:17.159 INFO O| Done
44272026-03-09T20:02:23.282Z[ recovery-image] Mar 09 20:02:21.188 INFO O| Mar 09 20:02:21.188 INFO STEP 11 (pkg_install) COMPLETE
44282026-03-09T20:02:23.282Z[ recovery-image] Mar 09 20:02:21.188 INFO O| Mar 09 20:02:21.188 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44292026-03-09T20:02:23.285Z[ recovery-image] Mar 09 20:02:21.188 INFO O| Mar 09 20:02:21.188 INFO skip step because feature "recovery" is enabled
44302026-03-09T20:02:23.285Z[ recovery-image] Mar 09 20:02:21.188 INFO O| Mar 09 20:02:21.188 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44312026-03-09T20:02:23.285Z[ recovery-image] Mar 09 20:02:21.188 INFO O| Mar 09 20:02:21.188 INFO skip step because feature "omicron1" is not enabled
44322026-03-09T20:02:23.285Z[ recovery-image] Mar 09 20:02:21.188 INFO O| Mar 09 20:02:21.188 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44332026-03-09T20:02:23.296Z[ recovery-image] Mar 09 20:02:21.203 INFO O| Mar 09 20:02:21.202 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44342026-03-09T20:03:03.428Z[ host-image] Mar 09 20:03:01.323 INFO O| Mar 09 20:03:01.323 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44352026-03-09T20:03:16.865Z[ recovery-image] Mar 09 20:03:14.757 INFO O| Mar 09 20:03:14.757 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44362026-03-09T20:03:25.449Z[ host-image] Mar 09 20:03:23.339 INFO O| Mar 09 20:03:23.339 INFO O| Startup: Caching catalogs ... Done
44372026-03-09T20:03:34.970Z[ host-image] Mar 09 20:03:32.857 INFO O| Mar 09 20:03:32.857 INFO O| Planning: Solver setup ... Done
44382026-03-09T20:03:34.984Z[ host-image] Mar 09 20:03:32.871 INFO O| Mar 09 20:03:32.871 INFO O| Planning: Running solver ... Done
44392026-03-09T20:03:35.168Z[ host-image] Mar 09 20:03:33.055 INFO O| Mar 09 20:03:33.055 INFO O| Planning: Finding local manifests ... Done
44402026-03-09T20:03:35.187Z[ host-image] Mar 09 20:03:33.075 INFO O| Mar 09 20:03:33.075 INFO O| Planning: Fetching manifests: 0/6 0% complete
44412026-03-09T20:03:35.303Z[ host-image] Mar 09 20:03:33.191 INFO O| Mar 09 20:03:33.190 INFO O| Planning: Fetching manifests: 6/6 100% complete
44422026-03-09T20:03:35.356Z[ host-image] Mar 09 20:03:33.244 INFO O| Mar 09 20:03:33.243 INFO O| Planning: Package planning ... Done
44432026-03-09T20:03:35.393Z[ host-image] Mar 09 20:03:33.281 INFO O| Mar 09 20:03:33.281 INFO O| Planning: Merging actions ... Done
44442026-03-09T20:03:35.515Z[ host-image] Mar 09 20:03:33.402 INFO O| Mar 09 20:03:33.402 INFO O| Planning: Checking for conflicting actions ... Done
44452026-03-09T20:03:35.522Z[ host-image] Mar 09 20:03:33.409 INFO O| Mar 09 20:03:33.409 INFO O| Planning: Consolidating action changes ... Done
44462026-03-09T20:03:35.862Z[ host-image] Mar 09 20:03:33.749 INFO O| Mar 09 20:03:33.749 INFO O| Planning: Evaluating mediators ... Done
44472026-03-09T20:03:35.868Z[ host-image] Mar 09 20:03:33.756 INFO O| Mar 09 20:03:33.756 INFO O| Planning: Planning completed in 10.27 seconds
44482026-03-09T20:03:35.872Z[ host-image] Mar 09 20:03:33.757 INFO O| Mar 09 20:03:33.757 INFO O| Packages to install: 6
44492026-03-09T20:03:35.872Z[ host-image] Mar 09 20:03:33.757 INFO O| Mar 09 20:03:33.757 INFO O| Mediators to change: 1
44502026-03-09T20:03:35.872Z[ host-image] Mar 09 20:03:33.757 INFO O| Mar 09 20:03:33.757 INFO O| Services to change: 1
44512026-03-09T20:03:35.905Z[ host-image] Mar 09 20:03:33.792 INFO O| Mar 09 20:03:33.792 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44522026-03-09T20:03:37.121Z[ recovery-image] Mar 09 20:03:35.008 INFO O| Mar 09 20:03:35.008 INFO O| Startup: Caching catalogs ... Done
44532026-03-09T20:03:39.850Z[ host-image] Mar 09 20:03:37.736 INFO O| Mar 09 20:03:37.736 INFO O| Download: Completed 7.71 MB in 3.94 seconds (2.0M/s)
44542026-03-09T20:03:39.950Z[ host-image] Mar 09 20:03:37.836 INFO O| Mar 09 20:03:37.836 INFO O| Actions: 1/1361 actions (Installing new actions)
44552026-03-09T20:03:40.580Z[ host-image] Mar 09 20:03:38.466 INFO O| Mar 09 20:03:38.466 INFO O| Actions: Completed 1361 actions in 0.63 seconds.
44562026-03-09T20:03:41.311Z[ host-image] Mar 09 20:03:39.197 INFO O| Mar 09 20:03:39.197 INFO O| Done
44572026-03-09T20:03:41.311Z[ host-image] Mar 09 20:03:39.197 INFO O| Mar 09 20:03:39.197 INFO O| Done
44582026-03-09T20:03:43.262Z[ host-image] Mar 09 20:03:41.148 INFO O| Mar 09 20:03:41.148 INFO O| Done
44592026-03-09T20:03:44.845Z[ host-image] Mar 09 20:03:42.730 INFO O| Mar 09 20:03:42.730 INFO O| Done
44602026-03-09T20:03:44.880Z[ host-image] Mar 09 20:03:42.766 INFO O| Mar 09 20:03:42.766 INFO O| Done
44612026-03-09T20:03:44.881Z[ host-image] Mar 09 20:03:42.766 INFO O| Mar 09 20:03:42.766 INFO O| Done
44622026-03-09T20:03:44.946Z[ host-image] Mar 09 20:03:42.831 INFO O| Mar 09 20:03:42.831 INFO O| Done
44632026-03-09T20:03:45.472Z[ recovery-image] Mar 09 20:03:43.357 INFO O| Mar 09 20:03:43.357 INFO O| Planning: Solver setup ... Done
44642026-03-09T20:03:45.487Z[ recovery-image] Mar 09 20:03:43.371 INFO O| Mar 09 20:03:43.371 INFO O| Planning: Running solver ... Done
44652026-03-09T20:03:45.677Z[ recovery-image] Mar 09 20:03:43.562 INFO O| Mar 09 20:03:43.562 INFO O| Planning: Finding local manifests ... Done
44662026-03-09T20:03:45.697Z[ recovery-image] Mar 09 20:03:43.581 INFO O| Mar 09 20:03:43.581 INFO O| Planning: Fetching manifests: 0/1 0% complete
44672026-03-09T20:03:45.705Z[ recovery-image] Mar 09 20:03:43.590 INFO O| Mar 09 20:03:43.590 INFO O| Planning: Fetching manifests: 1/1 100% complete
44682026-03-09T20:03:45.740Z[ recovery-image] Mar 09 20:03:43.624 INFO O| Mar 09 20:03:43.624 INFO O| Planning: Package planning ... Done
44692026-03-09T20:03:45.743Z[ recovery-image] Mar 09 20:03:43.625 INFO O| Mar 09 20:03:43.625 INFO O| Planning: Merging actions ... Done
44702026-03-09T20:03:45.803Z[ recovery-image] Mar 09 20:03:43.687 INFO O| Mar 09 20:03:43.687 INFO O| Planning: Checking for conflicting actions ... Done
44712026-03-09T20:03:45.806Z[ recovery-image] Mar 09 20:03:43.688 INFO O| Mar 09 20:03:43.688 INFO O| Planning: Consolidating action changes ... Done
44722026-03-09T20:03:46.060Z[ recovery-image] Mar 09 20:03:43.945 INFO O| Mar 09 20:03:43.945 INFO O| Planning: Evaluating mediators ... Done
44732026-03-09T20:03:46.063Z[ recovery-image] Mar 09 20:03:43.946 INFO O| Mar 09 20:03:43.946 INFO O| Planning: Planning completed in 8.81 seconds
44742026-03-09T20:03:46.063Z[ recovery-image] Mar 09 20:03:43.946 INFO O| Mar 09 20:03:43.946 INFO O| Packages to install: 1
44752026-03-09T20:03:46.091Z[ recovery-image] Mar 09 20:03:43.975 INFO O| Mar 09 20:03:43.975 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
44762026-03-09T20:03:46.229Z[ recovery-image] Mar 09 20:03:44.113 INFO O| Mar 09 20:03:44.113 INFO O| Download: Completed 12.26 MB in 0.14 seconds (88.9M/s)
44772026-03-09T20:03:46.268Z[ recovery-image] Mar 09 20:03:44.152 INFO O| Mar 09 20:03:44.152 INFO O| Actions: 1/22 actions (Installing new actions)
44782026-03-09T20:03:46.634Z[ recovery-image] Mar 09 20:03:44.519 INFO O| Mar 09 20:03:44.519 INFO O| Actions: Completed 22 actions in 0.37 seconds.
44792026-03-09T20:03:46.659Z[ host-image] Mar 09 20:03:44.544 INFO O| Mar 09 20:03:44.543 INFO STEP 13 (pkg_install) COMPLETE
44802026-03-09T20:03:46.659Z[ host-image] Mar 09 20:03:44.544 INFO O| Mar 09 20:03:44.544 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44812026-03-09T20:03:46.673Z[ host-image] Mar 09 20:03:44.557 INFO O| Mar 09 20:03:44.557 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44822026-03-09T20:03:47.084Z[ recovery-image] Mar 09 20:03:44.968 INFO O| Mar 09 20:03:44.968 INFO O| Done
44832026-03-09T20:03:47.084Z[ recovery-image] Mar 09 20:03:44.968 INFO O| Mar 09 20:03:44.968 INFO O| Done
44842026-03-09T20:03:48.415Z[ recovery-image] Mar 09 20:03:46.299 INFO O| Mar 09 20:03:46.299 INFO O| Done
44852026-03-09T20:03:49.686Z[ recovery-image] Mar 09 20:03:47.570 INFO O| Mar 09 20:03:47.570 INFO O| Done
44862026-03-09T20:03:49.708Z[ recovery-image] Mar 09 20:03:47.592 INFO O| Mar 09 20:03:47.592 INFO O| Done
44872026-03-09T20:03:49.711Z[ recovery-image] Mar 09 20:03:47.592 INFO O| Mar 09 20:03:47.592 INFO O| Done
44882026-03-09T20:03:49.728Z[ recovery-image] Mar 09 20:03:47.612 INFO O| Mar 09 20:03:47.612 INFO O| Done
44892026-03-09T20:03:51.228Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO STEP 14 (pkg_install) COMPLETE
44902026-03-09T20:03:51.232Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44912026-03-09T20:03:51.232Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO skip step because feature "mbist" is not enabled
44922026-03-09T20:03:51.232Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44932026-03-09T20:03:51.232Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO skip step because feature "mfg" is not enabled
44942026-03-09T20:03:51.232Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952026-03-09T20:03:51.232Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO skip step because feature "compliance" is not enabled
44962026-03-09T20:03:51.232Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44972026-03-09T20:03:51.232Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO skip step because feature "stress" is not enabled
44982026-03-09T20:03:51.232Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44992026-03-09T20:03:51.232Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO skip step because feature "compliance" is not enabled
45002026-03-09T20:03:51.232Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45012026-03-09T20:03:51.232Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO skip step because feature "nfs" is not enabled
45022026-03-09T20:03:51.232Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45032026-03-09T20:03:51.232Z[ recovery-image] Mar 09 20:03:49.111 INFO O| Mar 09 20:03:49.111 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45042026-03-09T20:03:51.416Z[ recovery-image] Mar 09 20:03:49.299 INFO O| Mar 09 20:03:49.299 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45052026-03-09T20:03:51.515Z[ recovery-image] Mar 09 20:03:49.398 INFO O| Mar 09 20:03:49.398 INFO completed processing sled/ramdisk-01-os
45062026-03-09T20:03:51.532Z[ recovery-image] Mar 09 20:03:49.415 INFO image builder template: ramdisk-02-trim...
45072026-03-09T20:03:51.532Z[ recovery-image] Mar 09 20:03:49.415 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/.tmpQLipMI/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
45082026-03-09T20:03:51.569Z[ recovery-image] Mar 09 20:03:49.452 INFO O| Mar 09 20:03:49.452 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45092026-03-09T20:03:51.573Z[ recovery-image] Mar 09 20:03:49.456 INFO O| Mar 09 20:03:49.456 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45102026-03-09T20:03:51.661Z[ recovery-image] Mar 09 20:03:49.545 INFO O| Mar 09 20:03:49.545 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45112026-03-09T20:03:51.729Z[ recovery-image] Mar 09 20:03:49.612 INFO O| Mar 09 20:03:49.612 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45122026-03-09T20:03:51.729Z[ recovery-image] Mar 09 20:03:49.612 INFO O| Mar 09 20:03:49.612 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45132026-03-09T20:03:51.736Z[ recovery-image] Mar 09 20:03:49.619 INFO O| Mar 09 20:03:49.619 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45142026-03-09T20:03:51.739Z[ recovery-image] Mar 09 20:03:49.622 INFO O| Mar 09 20:03:49.622 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45152026-03-09T20:03:51.743Z[ recovery-image] Mar 09 20:03:49.627 INFO O| Mar 09 20:03:49.626 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45162026-03-09T20:03:51.927Z[ recovery-image] Mar 09 20:03:49.810 INFO O| Mar 09 20:03:49.810 INFO rolled back to input snapshot; work may begin
45172026-03-09T20:03:51.927Z[ recovery-image] Mar 09 20:03:49.810 INFO O| Mar 09 20:03:49.810 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45182026-03-09T20:03:51.933Z[ recovery-image] Mar 09 20:03:49.817 INFO O| Mar 09 20:03:49.817 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45192026-03-09T20:03:51.948Z[ recovery-image] Mar 09 20:03:49.832 INFO O| Mar 09 20:03:49.832 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45202026-03-09T20:03:52.004Z[ recovery-image] Mar 09 20:03:49.887 INFO O| Mar 09 20:03:49.887 INFO STEP 0 (remove_files) COMPLETE
45212026-03-09T20:03:52.004Z[ recovery-image] Mar 09 20:03:49.887 INFO O| Mar 09 20:03:49.887 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45222026-03-09T20:03:52.013Z[ recovery-image] Mar 09 20:03:49.896 INFO O| Mar 09 20:03:49.896 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45232026-03-09T20:03:52.016Z[ recovery-image] Mar 09 20:03:49.899 INFO O| Mar 09 20:03:49.899 INFO STEP 1 (remove_files) COMPLETE
45242026-03-09T20:03:52.016Z[ recovery-image] Mar 09 20:03:49.899 INFO O| Mar 09 20:03:49.899 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45252026-03-09T20:03:52.024Z[ recovery-image] Mar 09 20:03:49.908 INFO O| Mar 09 20:03:49.907 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45262026-03-09T20:03:52.038Z[ recovery-image] Mar 09 20:03:49.921 INFO O| Mar 09 20:03:49.921 INFO STEP 2 (remove_files) COMPLETE
45272026-03-09T20:03:52.038Z[ recovery-image] Mar 09 20:03:49.921 INFO O| Mar 09 20:03:49.921 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45282026-03-09T20:03:52.047Z[ recovery-image] Mar 09 20:03:49.930 INFO O| Mar 09 20:03:49.930 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45292026-03-09T20:03:52.050Z[ recovery-image] Mar 09 20:03:49.932 INFO O| Mar 09 20:03:49.932 INFO STEP 3 (remove_files) COMPLETE
45302026-03-09T20:03:52.050Z[ recovery-image] Mar 09 20:03:49.932 INFO O| Mar 09 20:03:49.932 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45312026-03-09T20:03:52.057Z[ recovery-image] Mar 09 20:03:49.940 INFO O| Mar 09 20:03:49.940 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45322026-03-09T20:03:52.060Z[ recovery-image] Mar 09 20:03:49.944 INFO O| Mar 09 20:03:49.944 INFO STEP 4 (remove_files) COMPLETE
45332026-03-09T20:03:52.063Z[ recovery-image] Mar 09 20:03:49.944 INFO O| Mar 09 20:03:49.944 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45342026-03-09T20:03:52.071Z[ recovery-image] Mar 09 20:03:49.954 INFO O| Mar 09 20:03:49.954 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45352026-03-09T20:03:52.074Z[ recovery-image] Mar 09 20:03:49.954 INFO O| Mar 09 20:03:49.954 INFO STEP 5 (remove_files) COMPLETE
45362026-03-09T20:03:52.074Z[ recovery-image] Mar 09 20:03:49.954 INFO O| Mar 09 20:03:49.954 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45372026-03-09T20:03:52.079Z[ recovery-image] Mar 09 20:03:49.963 INFO O| Mar 09 20:03:49.963 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45382026-03-09T20:03:52.094Z[ recovery-image] Mar 09 20:03:49.978 INFO O| Mar 09 20:03:49.978 INFO STEP 6 (remove_files) COMPLETE
45392026-03-09T20:03:52.095Z[ recovery-image] Mar 09 20:03:49.978 INFO O| Mar 09 20:03:49.978 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45402026-03-09T20:03:52.097Z[ recovery-image] Mar 09 20:03:49.978 INFO O| Mar 09 20:03:49.978 INFO skip step because feature "recovery" is enabled
45412026-03-09T20:03:52.097Z[ recovery-image] Mar 09 20:03:49.978 INFO O| Mar 09 20:03:49.978 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45422026-03-09T20:03:52.097Z[ recovery-image] Mar 09 20:03:49.978 INFO O| Mar 09 20:03:49.978 INFO skip step because feature "recovery" is enabled
45432026-03-09T20:03:52.098Z[ recovery-image] Mar 09 20:03:49.978 INFO O| Mar 09 20:03:49.978 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45442026-03-09T20:03:52.098Z[ recovery-image] Mar 09 20:03:49.978 INFO O| Mar 09 20:03:49.978 INFO skip step because feature "recovery" is enabled
45452026-03-09T20:03:52.098Z[ recovery-image] Mar 09 20:03:49.978 INFO O| Mar 09 20:03:49.978 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45462026-03-09T20:03:52.106Z[ recovery-image] Mar 09 20:03:49.989 INFO O| Mar 09 20:03:49.989 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45472026-03-09T20:03:52.110Z[ recovery-image] Mar 09 20:03:49.994 INFO O| Mar 09 20:03:49.994 INFO STEP 10 (remove_files) COMPLETE
45482026-03-09T20:03:52.111Z[ recovery-image] Mar 09 20:03:49.994 INFO O| Mar 09 20:03:49.994 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45492026-03-09T20:03:52.120Z[ recovery-image] Mar 09 20:03:50.004 INFO O| Mar 09 20:03:50.004 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45502026-03-09T20:03:52.123Z[ recovery-image] Mar 09 20:03:50.005 INFO O| Mar 09 20:03:50.005 INFO STEP 11 (remove_files) COMPLETE
45512026-03-09T20:03:52.123Z[ recovery-image] Mar 09 20:03:50.005 INFO O| Mar 09 20:03:50.005 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45522026-03-09T20:03:52.132Z[ recovery-image] Mar 09 20:03:50.016 INFO O| Mar 09 20:03:50.015 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45532026-03-09T20:03:52.135Z[ recovery-image] Mar 09 20:03:50.017 INFO O| Mar 09 20:03:50.017 INFO STEP 12 (remove_files) COMPLETE
45542026-03-09T20:03:52.135Z[ recovery-image] Mar 09 20:03:50.017 INFO O| Mar 09 20:03:50.017 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45552026-03-09T20:03:52.285Z[ recovery-image] Mar 09 20:03:50.168 INFO O| Mar 09 20:03:50.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45562026-03-09T20:03:52.288Z[ recovery-image] Mar 09 20:03:50.169 INFO O| Mar 09 20:03:50.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45572026-03-09T20:03:52.298Z[ recovery-image] Mar 09 20:03:50.181 INFO O| Mar 09 20:03:50.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45582026-03-09T20:03:52.302Z[ recovery-image] Mar 09 20:03:50.182 INFO O| Mar 09 20:03:50.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45592026-03-09T20:03:52.348Z[ recovery-image] Mar 09 20:03:50.232 INFO O| Mar 09 20:03:50.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45602026-03-09T20:03:52.352Z[ recovery-image] Mar 09 20:03:50.232 INFO O| Mar 09 20:03:50.232 INFO STEP 13 (remove_files) COMPLETE
45612026-03-09T20:03:52.352Z[ recovery-image] Mar 09 20:03:50.232 INFO O| Mar 09 20:03:50.232 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45622026-03-09T20:03:52.362Z[ recovery-image] Mar 09 20:03:50.245 INFO O| Mar 09 20:03:50.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45632026-03-09T20:03:52.365Z[ recovery-image] Mar 09 20:03:50.247 INFO O| Mar 09 20:03:50.247 INFO STEP 14 (remove_files) COMPLETE
45642026-03-09T20:03:52.365Z[ recovery-image] Mar 09 20:03:50.247 INFO O| Mar 09 20:03:50.247 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45652026-03-09T20:03:52.373Z[ recovery-image] Mar 09 20:03:50.256 INFO O| Mar 09 20:03:50.256 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45662026-03-09T20:03:52.383Z[ recovery-image] Mar 09 20:03:50.267 INFO O| Mar 09 20:03:50.267 INFO STEP 15 (remove_files) COMPLETE
45672026-03-09T20:03:52.383Z[ recovery-image] Mar 09 20:03:50.267 INFO O| Mar 09 20:03:50.267 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45682026-03-09T20:03:52.393Z[ recovery-image] Mar 09 20:03:50.276 INFO O| Mar 09 20:03:50.276 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45692026-03-09T20:03:52.396Z[ recovery-image] Mar 09 20:03:50.277 INFO O| Mar 09 20:03:50.277 INFO STEP 16 (remove_files) COMPLETE
45702026-03-09T20:03:52.396Z[ recovery-image] Mar 09 20:03:50.277 INFO O| Mar 09 20:03:50.277 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45712026-03-09T20:03:52.406Z[ recovery-image] Mar 09 20:03:50.289 INFO O| Mar 09 20:03:50.289 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45722026-03-09T20:03:52.409Z[ recovery-image] Mar 09 20:03:50.290 INFO O| Mar 09 20:03:50.290 INFO STEP 17 (remove_files) COMPLETE
45732026-03-09T20:03:52.409Z[ recovery-image] Mar 09 20:03:50.290 INFO O| Mar 09 20:03:50.290 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45742026-03-09T20:03:52.417Z[ recovery-image] Mar 09 20:03:50.300 INFO O| Mar 09 20:03:50.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45752026-03-09T20:03:52.417Z[ recovery-image] Mar 09 20:03:50.300 INFO O| Mar 09 20:03:50.300 INFO STEP 18 (remove_files) COMPLETE
45762026-03-09T20:03:52.420Z[ recovery-image] Mar 09 20:03:50.300 INFO O| Mar 09 20:03:50.300 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45772026-03-09T20:03:52.427Z[ recovery-image] Mar 09 20:03:50.310 INFO O| Mar 09 20:03:50.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45782026-03-09T20:03:52.427Z[ recovery-image] Mar 09 20:03:50.310 INFO O| Mar 09 20:03:50.310 INFO STEP 19 (remove_files) COMPLETE
45792026-03-09T20:03:52.429Z[ recovery-image] Mar 09 20:03:50.310 INFO O| Mar 09 20:03:50.310 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802026-03-09T20:03:52.436Z[ recovery-image] Mar 09 20:03:50.320 INFO O| Mar 09 20:03:50.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
45812026-03-09T20:03:52.437Z[ recovery-image] Mar 09 20:03:50.320 INFO O| Mar 09 20:03:50.320 INFO STEP 20 (remove_files) COMPLETE
45822026-03-09T20:03:52.439Z[ recovery-image] Mar 09 20:03:50.320 INFO O| Mar 09 20:03:50.320 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45832026-03-09T20:03:52.445Z[ recovery-image] Mar 09 20:03:50.328 INFO O| Mar 09 20:03:50.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
45842026-03-09T20:03:52.445Z[ recovery-image] Mar 09 20:03:50.328 INFO O| Mar 09 20:03:50.328 INFO STEP 21 (remove_files) COMPLETE
45852026-03-09T20:03:52.448Z[ recovery-image] Mar 09 20:03:50.328 INFO O| Mar 09 20:03:50.328 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862026-03-09T20:03:52.456Z[ recovery-image] Mar 09 20:03:50.339 INFO O| Mar 09 20:03:50.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
45872026-03-09T20:03:52.459Z[ recovery-image] Mar 09 20:03:50.339 INFO O| Mar 09 20:03:50.339 INFO STEP 22 (remove_files) COMPLETE
45882026-03-09T20:03:52.459Z[ recovery-image] Mar 09 20:03:50.339 INFO O| Mar 09 20:03:50.339 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892026-03-09T20:03:52.464Z[ recovery-image] Mar 09 20:03:50.348 INFO O| Mar 09 20:03:50.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
45902026-03-09T20:03:52.467Z[ recovery-image] Mar 09 20:03:50.348 INFO O| Mar 09 20:03:50.348 INFO STEP 23 (remove_files) COMPLETE
45912026-03-09T20:03:52.467Z[ recovery-image] Mar 09 20:03:50.348 INFO O| Mar 09 20:03:50.348 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45922026-03-09T20:03:52.474Z[ recovery-image] Mar 09 20:03:50.358 INFO O| Mar 09 20:03:50.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
45932026-03-09T20:03:52.475Z[ recovery-image] Mar 09 20:03:50.358 INFO O| Mar 09 20:03:50.358 INFO STEP 24 (remove_files) COMPLETE
45942026-03-09T20:03:52.477Z[ recovery-image] Mar 09 20:03:50.358 INFO O| Mar 09 20:03:50.358 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45952026-03-09T20:03:52.487Z[ recovery-image] Mar 09 20:03:50.370 INFO O| Mar 09 20:03:50.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
45962026-03-09T20:03:52.487Z[ recovery-image] Mar 09 20:03:50.370 INFO O| Mar 09 20:03:50.370 INFO STEP 25 (remove_files) COMPLETE
45972026-03-09T20:03:52.490Z[ recovery-image] Mar 09 20:03:50.370 INFO O| Mar 09 20:03:50.370 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982026-03-09T20:03:52.499Z[ recovery-image] Mar 09 20:03:50.382 INFO O| Mar 09 20:03:50.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
45992026-03-09T20:03:52.499Z[ recovery-image] Mar 09 20:03:50.382 INFO O| Mar 09 20:03:50.382 INFO STEP 26 (remove_files) COMPLETE
46002026-03-09T20:03:52.502Z[ recovery-image] Mar 09 20:03:50.382 INFO O| Mar 09 20:03:50.382 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46012026-03-09T20:03:52.508Z[ recovery-image] Mar 09 20:03:50.391 INFO O| Mar 09 20:03:50.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46022026-03-09T20:03:52.508Z[ recovery-image] Mar 09 20:03:50.391 INFO O| Mar 09 20:03:50.391 INFO STEP 27 (remove_files) COMPLETE
46032026-03-09T20:03:52.511Z[ recovery-image] Mar 09 20:03:50.391 INFO O| Mar 09 20:03:50.391 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46042026-03-09T20:03:52.516Z[ recovery-image] Mar 09 20:03:50.399 INFO O| Mar 09 20:03:50.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46052026-03-09T20:03:52.516Z[ recovery-image] Mar 09 20:03:50.400 INFO O| Mar 09 20:03:50.399 INFO STEP 28 (remove_files) COMPLETE
46062026-03-09T20:03:52.516Z[ recovery-image] Mar 09 20:03:50.400 INFO O| Mar 09 20:03:50.400 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46072026-03-09T20:03:52.525Z[ recovery-image] Mar 09 20:03:50.408 INFO O| Mar 09 20:03:50.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46082026-03-09T20:03:52.525Z[ recovery-image] Mar 09 20:03:50.408 INFO O| Mar 09 20:03:50.408 INFO STEP 29 (remove_files) COMPLETE
46092026-03-09T20:03:52.528Z[ recovery-image] Mar 09 20:03:50.408 INFO O| Mar 09 20:03:50.408 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46102026-03-09T20:03:52.532Z[ recovery-image] Mar 09 20:03:50.416 INFO O| Mar 09 20:03:50.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46112026-03-09T20:03:52.533Z[ recovery-image] Mar 09 20:03:50.416 INFO O| Mar 09 20:03:50.416 INFO STEP 30 (remove_files) COMPLETE
46122026-03-09T20:03:52.536Z[ recovery-image] Mar 09 20:03:50.416 INFO O| Mar 09 20:03:50.416 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46132026-03-09T20:03:52.545Z[ recovery-image] Mar 09 20:03:50.428 INFO O| Mar 09 20:03:50.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46142026-03-09T20:03:52.548Z[ recovery-image] Mar 09 20:03:50.428 INFO O| Mar 09 20:03:50.428 INFO STEP 31 (remove_files) COMPLETE
46152026-03-09T20:03:52.548Z[ recovery-image] Mar 09 20:03:50.428 INFO O| Mar 09 20:03:50.428 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46162026-03-09T20:03:52.555Z[ recovery-image] Mar 09 20:03:50.439 INFO O| Mar 09 20:03:50.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46172026-03-09T20:03:52.555Z[ recovery-image] Mar 09 20:03:50.439 INFO O| Mar 09 20:03:50.439 INFO STEP 32 (remove_files) COMPLETE
46182026-03-09T20:03:52.555Z[ recovery-image] Mar 09 20:03:50.439 INFO O| Mar 09 20:03:50.439 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192026-03-09T20:03:52.567Z[ recovery-image] Mar 09 20:03:50.450 INFO O| Mar 09 20:03:50.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46202026-03-09T20:03:52.567Z[ recovery-image] Mar 09 20:03:50.450 INFO O| Mar 09 20:03:50.450 INFO STEP 33 (remove_files) COMPLETE
46212026-03-09T20:03:52.570Z[ recovery-image] Mar 09 20:03:50.450 INFO O| Mar 09 20:03:50.450 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222026-03-09T20:03:52.577Z[ recovery-image] Mar 09 20:03:50.460 INFO O| Mar 09 20:03:50.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46232026-03-09T20:03:52.577Z[ recovery-image] Mar 09 20:03:50.460 INFO O| Mar 09 20:03:50.460 INFO STEP 34 (remove_files) COMPLETE
46242026-03-09T20:03:52.580Z[ recovery-image] Mar 09 20:03:50.460 INFO O| Mar 09 20:03:50.460 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46252026-03-09T20:03:52.590Z[ recovery-image] Mar 09 20:03:50.473 INFO O| Mar 09 20:03:50.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46262026-03-09T20:03:52.590Z[ recovery-image] Mar 09 20:03:50.473 INFO O| Mar 09 20:03:50.473 INFO STEP 35 (remove_files) COMPLETE
46272026-03-09T20:03:52.593Z[ recovery-image] Mar 09 20:03:50.473 INFO O| Mar 09 20:03:50.473 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46282026-03-09T20:03:52.600Z[ recovery-image] Mar 09 20:03:50.483 INFO O| Mar 09 20:03:50.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46292026-03-09T20:03:52.600Z[ recovery-image] Mar 09 20:03:50.483 INFO O| Mar 09 20:03:50.483 INFO STEP 36 (remove_files) COMPLETE
46302026-03-09T20:03:52.603Z[ recovery-image] Mar 09 20:03:50.483 INFO O| Mar 09 20:03:50.483 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312026-03-09T20:03:52.609Z[ recovery-image] Mar 09 20:03:50.492 INFO O| Mar 09 20:03:50.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46322026-03-09T20:03:52.612Z[ recovery-image] Mar 09 20:03:50.492 INFO O| Mar 09 20:03:50.492 INFO STEP 37 (remove_files) COMPLETE
46332026-03-09T20:03:52.612Z[ recovery-image] Mar 09 20:03:50.492 INFO O| Mar 09 20:03:50.492 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342026-03-09T20:03:52.617Z[ recovery-image] Mar 09 20:03:50.501 INFO O| Mar 09 20:03:50.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46352026-03-09T20:03:52.617Z[ recovery-image] Mar 09 20:03:50.501 INFO O| Mar 09 20:03:50.501 INFO STEP 38 (remove_files) COMPLETE
46362026-03-09T20:03:52.617Z[ recovery-image] Mar 09 20:03:50.501 INFO O| Mar 09 20:03:50.501 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372026-03-09T20:03:52.626Z[ recovery-image] Mar 09 20:03:50.509 INFO O| Mar 09 20:03:50.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46382026-03-09T20:03:52.626Z[ recovery-image] Mar 09 20:03:50.509 INFO O| Mar 09 20:03:50.509 INFO STEP 39 (remove_files) COMPLETE
46392026-03-09T20:03:52.626Z[ recovery-image] Mar 09 20:03:50.509 INFO O| Mar 09 20:03:50.509 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402026-03-09T20:03:52.634Z[ recovery-image] Mar 09 20:03:50.517 INFO O| Mar 09 20:03:50.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46412026-03-09T20:03:52.634Z[ recovery-image] Mar 09 20:03:50.517 INFO O| Mar 09 20:03:50.517 INFO STEP 40 (remove_files) COMPLETE
46422026-03-09T20:03:52.637Z[ recovery-image] Mar 09 20:03:50.517 INFO O| Mar 09 20:03:50.517 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432026-03-09T20:03:52.644Z[ recovery-image] Mar 09 20:03:50.527 INFO O| Mar 09 20:03:50.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46442026-03-09T20:03:52.644Z[ recovery-image] Mar 09 20:03:50.527 INFO O| Mar 09 20:03:50.527 INFO STEP 41 (remove_files) COMPLETE
46452026-03-09T20:03:52.647Z[ recovery-image] Mar 09 20:03:50.527 INFO O| Mar 09 20:03:50.527 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-03-09T20:03:52.656Z[ recovery-image] Mar 09 20:03:50.539 INFO O| Mar 09 20:03:50.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46472026-03-09T20:03:52.656Z[ recovery-image] Mar 09 20:03:50.539 INFO O| Mar 09 20:03:50.539 INFO STEP 42 (remove_files) COMPLETE
46482026-03-09T20:03:52.659Z[ recovery-image] Mar 09 20:03:50.539 INFO O| Mar 09 20:03:50.539 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-03-09T20:03:52.665Z[ recovery-image] Mar 09 20:03:50.548 INFO O| Mar 09 20:03:50.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46502026-03-09T20:03:52.665Z[ recovery-image] Mar 09 20:03:50.548 INFO O| Mar 09 20:03:50.548 INFO STEP 43 (remove_files) COMPLETE
46512026-03-09T20:03:52.668Z[ recovery-image] Mar 09 20:03:50.548 INFO O| Mar 09 20:03:50.548 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-03-09T20:03:52.677Z[ recovery-image] Mar 09 20:03:50.560 INFO O| Mar 09 20:03:50.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46532026-03-09T20:03:52.677Z[ recovery-image] Mar 09 20:03:50.560 INFO O| Mar 09 20:03:50.560 INFO STEP 44 (remove_files) COMPLETE
46542026-03-09T20:03:52.680Z[ recovery-image] Mar 09 20:03:50.560 INFO O| Mar 09 20:03:50.560 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-03-09T20:03:52.689Z[ recovery-image] Mar 09 20:03:50.572 INFO O| Mar 09 20:03:50.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46562026-03-09T20:03:52.689Z[ recovery-image] Mar 09 20:03:50.572 INFO O| Mar 09 20:03:50.572 INFO STEP 45 (remove_files) COMPLETE
46572026-03-09T20:03:52.692Z[ recovery-image] Mar 09 20:03:50.572 INFO O| Mar 09 20:03:50.572 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-03-09T20:03:52.697Z[ recovery-image] Mar 09 20:03:50.580 INFO O| Mar 09 20:03:50.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46592026-03-09T20:03:52.697Z[ recovery-image] Mar 09 20:03:50.580 INFO O| Mar 09 20:03:50.580 INFO STEP 46 (remove_files) COMPLETE
46602026-03-09T20:03:52.700Z[ recovery-image] Mar 09 20:03:50.580 INFO O| Mar 09 20:03:50.580 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-03-09T20:03:52.705Z[ recovery-image] Mar 09 20:03:50.589 INFO O| Mar 09 20:03:50.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46622026-03-09T20:03:52.705Z[ recovery-image] Mar 09 20:03:50.589 INFO O| Mar 09 20:03:50.589 INFO STEP 47 (remove_files) COMPLETE
46632026-03-09T20:03:52.708Z[ recovery-image] Mar 09 20:03:50.589 INFO O| Mar 09 20:03:50.589 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-03-09T20:03:52.716Z[ recovery-image] Mar 09 20:03:50.599 INFO O| Mar 09 20:03:50.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46652026-03-09T20:03:52.716Z[ recovery-image] Mar 09 20:03:50.599 INFO O| Mar 09 20:03:50.599 INFO STEP 48 (remove_files) COMPLETE
46662026-03-09T20:03:52.719Z[ recovery-image] Mar 09 20:03:50.599 INFO O| Mar 09 20:03:50.599 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-03-09T20:03:52.728Z[ recovery-image] Mar 09 20:03:50.611 INFO O| Mar 09 20:03:50.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46682026-03-09T20:03:52.731Z[ recovery-image] Mar 09 20:03:50.611 INFO O| Mar 09 20:03:50.611 INFO STEP 49 (remove_files) COMPLETE
46692026-03-09T20:03:52.731Z[ recovery-image] Mar 09 20:03:50.611 INFO O| Mar 09 20:03:50.611 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-03-09T20:03:52.740Z[ recovery-image] Mar 09 20:03:50.623 INFO O| Mar 09 20:03:50.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46712026-03-09T20:03:52.740Z[ recovery-image] Mar 09 20:03:50.623 INFO O| Mar 09 20:03:50.623 INFO STEP 50 (remove_files) COMPLETE
46722026-03-09T20:03:52.742Z[ recovery-image] Mar 09 20:03:50.623 INFO O| Mar 09 20:03:50.623 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-03-09T20:03:52.752Z[ recovery-image] Mar 09 20:03:50.635 INFO O| Mar 09 20:03:50.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46742026-03-09T20:03:52.752Z[ recovery-image] Mar 09 20:03:50.635 INFO O| Mar 09 20:03:50.635 INFO STEP 51 (remove_files) COMPLETE
46752026-03-09T20:03:52.755Z[ recovery-image] Mar 09 20:03:50.635 INFO O| Mar 09 20:03:50.635 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-03-09T20:03:52.764Z[ recovery-image] Mar 09 20:03:50.647 INFO O| Mar 09 20:03:50.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
46772026-03-09T20:03:52.764Z[ recovery-image] Mar 09 20:03:50.647 INFO O| Mar 09 20:03:50.647 INFO STEP 52 (remove_files) COMPLETE
46782026-03-09T20:03:52.768Z[ recovery-image] Mar 09 20:03:50.647 INFO O| Mar 09 20:03:50.647 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-03-09T20:03:52.776Z[ recovery-image] Mar 09 20:03:50.659 INFO O| Mar 09 20:03:50.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
46802026-03-09T20:03:52.776Z[ recovery-image] Mar 09 20:03:50.659 INFO O| Mar 09 20:03:50.659 INFO STEP 53 (remove_files) COMPLETE
46812026-03-09T20:03:52.779Z[ recovery-image] Mar 09 20:03:50.659 INFO O| Mar 09 20:03:50.659 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-03-09T20:03:52.785Z[ recovery-image] Mar 09 20:03:50.668 INFO O| Mar 09 20:03:50.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
46832026-03-09T20:03:52.785Z[ recovery-image] Mar 09 20:03:50.668 INFO O| Mar 09 20:03:50.668 INFO STEP 54 (remove_files) COMPLETE
46842026-03-09T20:03:52.788Z[ recovery-image] Mar 09 20:03:50.668 INFO O| Mar 09 20:03:50.668 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-03-09T20:03:52.796Z[ recovery-image] Mar 09 20:03:50.679 INFO O| Mar 09 20:03:50.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
46862026-03-09T20:03:52.796Z[ recovery-image] Mar 09 20:03:50.679 INFO O| Mar 09 20:03:50.679 INFO STEP 55 (remove_files) COMPLETE
46872026-03-09T20:03:52.796Z[ recovery-image] Mar 09 20:03:50.679 INFO O| Mar 09 20:03:50.679 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-03-09T20:03:52.808Z[ recovery-image] Mar 09 20:03:50.691 INFO O| Mar 09 20:03:50.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
46892026-03-09T20:03:52.808Z[ recovery-image] Mar 09 20:03:50.691 INFO O| Mar 09 20:03:50.691 INFO STEP 56 (remove_files) COMPLETE
46902026-03-09T20:03:52.808Z[ recovery-image] Mar 09 20:03:50.691 INFO O| Mar 09 20:03:50.691 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-03-09T20:03:52.816Z[ recovery-image] Mar 09 20:03:50.700 INFO O| Mar 09 20:03:50.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
46922026-03-09T20:03:52.816Z[ recovery-image] Mar 09 20:03:50.700 INFO O| Mar 09 20:03:50.700 INFO STEP 57 (remove_files) COMPLETE
46932026-03-09T20:03:52.817Z[ recovery-image] Mar 09 20:03:50.700 INFO O| Mar 09 20:03:50.700 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-03-09T20:03:52.839Z[ recovery-image] Mar 09 20:03:50.723 INFO O| Mar 09 20:03:50.722 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
46952026-03-09T20:03:52.840Z[ recovery-image] Mar 09 20:03:50.723 INFO O| Mar 09 20:03:50.723 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
46962026-03-09T20:03:52.843Z[ recovery-image] Mar 09 20:03:50.724 INFO O| Mar 09 20:03:50.723 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46972026-03-09T20:03:52.843Z[ recovery-image] Mar 09 20:03:50.724 INFO O| Mar 09 20:03:50.724 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46982026-03-09T20:03:52.843Z[ recovery-image] Mar 09 20:03:50.725 INFO O| Mar 09 20:03:50.724 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46992026-03-09T20:03:52.843Z[ recovery-image] Mar 09 20:03:50.726 INFO O| Mar 09 20:03:50.726 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47002026-03-09T20:03:52.843Z[ recovery-image] Mar 09 20:03:50.726 INFO O| Mar 09 20:03:50.726 INFO ok!
47012026-03-09T20:03:52.843Z[ recovery-image] Mar 09 20:03:50.726 INFO O| Mar 09 20:03:50.726 INFO STEP 58 (ensure_file) COMPLETE
47022026-03-09T20:03:52.843Z[ recovery-image] Mar 09 20:03:50.726 INFO O| Mar 09 20:03:50.726 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032026-03-09T20:03:52.855Z[ recovery-image] Mar 09 20:03:50.738 INFO O| Mar 09 20:03:50.738 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47042026-03-09T20:03:52.855Z[ recovery-image] Mar 09 20:03:50.738 INFO O| Mar 09 20:03:50.738 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47052026-03-09T20:03:52.858Z[ recovery-image] Mar 09 20:03:50.738 INFO O| Mar 09 20:03:50.738 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47062026-03-09T20:03:52.858Z[ recovery-image] Mar 09 20:03:50.738 INFO O| Mar 09 20:03:50.738 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47072026-03-09T20:03:52.858Z[ recovery-image] Mar 09 20:03:50.738 INFO O| Mar 09 20:03:50.738 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47082026-03-09T20:03:52.858Z[ recovery-image] Mar 09 20:03:50.738 INFO O| Mar 09 20:03:50.738 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47092026-03-09T20:03:52.859Z[ recovery-image] Mar 09 20:03:50.738 INFO O| Mar 09 20:03:50.738 INFO ok!
47102026-03-09T20:03:52.859Z[ recovery-image] Mar 09 20:03:50.738 INFO O| Mar 09 20:03:50.738 INFO STEP 59 (ensure_file) COMPLETE
47112026-03-09T20:03:52.859Z[ recovery-image] Mar 09 20:03:50.738 INFO O| Mar 09 20:03:50.738 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122026-03-09T20:03:52.867Z[ recovery-image] Mar 09 20:03:50.749 INFO O| Mar 09 20:03:50.748 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47132026-03-09T20:03:52.867Z[ recovery-image] Mar 09 20:03:50.749 INFO O| Mar 09 20:03:50.749 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47142026-03-09T20:03:52.870Z[ recovery-image] Mar 09 20:03:50.749 INFO O| Mar 09 20:03:50.749 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47152026-03-09T20:03:52.870Z[ recovery-image] Mar 09 20:03:50.749 INFO O| Mar 09 20:03:50.749 INFO ok!
47162026-03-09T20:03:52.870Z[ recovery-image] Mar 09 20:03:50.749 INFO O| Mar 09 20:03:50.749 INFO STEP 60 (ensure_file) COMPLETE
47172026-03-09T20:03:52.870Z[ recovery-image] Mar 09 20:03:50.749 INFO O| Mar 09 20:03:50.749 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182026-03-09T20:03:52.877Z[ recovery-image] Mar 09 20:03:50.760 INFO O| Mar 09 20:03:50.760 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47192026-03-09T20:03:52.877Z[ recovery-image] Mar 09 20:03:50.760 INFO O| Mar 09 20:03:50.760 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47202026-03-09T20:03:52.883Z[ recovery-image] Mar 09 20:03:50.761 INFO O| Mar 09 20:03:50.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47212026-03-09T20:03:52.883Z[ recovery-image] Mar 09 20:03:50.761 INFO O| Mar 09 20:03:50.761 INFO ok!
47222026-03-09T20:03:52.883Z[ recovery-image] Mar 09 20:03:50.761 INFO O| Mar 09 20:03:50.761 INFO STEP 61 (ensure_file) COMPLETE
47232026-03-09T20:03:52.884Z[ recovery-image] Mar 09 20:03:50.761 INFO O| Mar 09 20:03:50.761 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242026-03-09T20:03:52.892Z[ recovery-image] Mar 09 20:03:50.775 INFO O| Mar 09 20:03:50.774 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47252026-03-09T20:03:52.892Z[ recovery-image] Mar 09 20:03:50.775 INFO O| Mar 09 20:03:50.775 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47262026-03-09T20:03:52.895Z[ recovery-image] Mar 09 20:03:50.775 INFO O| Mar 09 20:03:50.775 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47272026-03-09T20:03:52.895Z[ recovery-image] Mar 09 20:03:50.775 INFO O| Mar 09 20:03:50.775 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47282026-03-09T20:03:52.895Z[ recovery-image] Mar 09 20:03:50.775 INFO O| Mar 09 20:03:50.775 INFO ok!
47292026-03-09T20:03:52.895Z[ recovery-image] Mar 09 20:03:50.775 INFO O| Mar 09 20:03:50.775 INFO STEP 62 (ensure_file) COMPLETE
47302026-03-09T20:03:52.895Z[ recovery-image] Mar 09 20:03:50.775 INFO O| Mar 09 20:03:50.775 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47312026-03-09T20:03:52.906Z[ recovery-image] Mar 09 20:03:50.789 INFO O| Mar 09 20:03:50.788 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47322026-03-09T20:03:52.906Z[ recovery-image] Mar 09 20:03:50.789 INFO O| Mar 09 20:03:50.789 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47332026-03-09T20:03:52.909Z[ recovery-image] Mar 09 20:03:50.789 INFO O| Mar 09 20:03:50.789 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47342026-03-09T20:03:52.909Z[ recovery-image] Mar 09 20:03:50.789 INFO O| Mar 09 20:03:50.789 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47352026-03-09T20:03:52.909Z[ recovery-image] Mar 09 20:03:50.789 INFO O| Mar 09 20:03:50.789 INFO ok!
47362026-03-09T20:03:52.909Z[ recovery-image] Mar 09 20:03:50.789 INFO O| Mar 09 20:03:50.789 INFO STEP 63 (ensure_file) COMPLETE
47372026-03-09T20:03:52.909Z[ recovery-image] Mar 09 20:03:50.789 INFO O| Mar 09 20:03:50.789 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47382026-03-09T20:03:52.919Z[ recovery-image] Mar 09 20:03:50.802 INFO O| Mar 09 20:03:50.802 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47392026-03-09T20:03:52.919Z[ recovery-image] Mar 09 20:03:50.802 INFO O| Mar 09 20:03:50.802 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47402026-03-09T20:03:52.922Z[ recovery-image] Mar 09 20:03:50.803 INFO O| Mar 09 20:03:50.803 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47412026-03-09T20:03:52.922Z[ recovery-image] Mar 09 20:03:50.803 INFO O| Mar 09 20:03:50.803 INFO ok!
47422026-03-09T20:03:52.922Z[ recovery-image] Mar 09 20:03:50.803 INFO O| Mar 09 20:03:50.803 INFO STEP 64 (assemble_files) COMPLETE
47432026-03-09T20:03:52.922Z[ recovery-image] Mar 09 20:03:50.803 INFO O| Mar 09 20:03:50.803 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47442026-03-09T20:03:52.932Z[ recovery-image] Mar 09 20:03:50.815 INFO O| Mar 09 20:03:50.815 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47452026-03-09T20:03:52.932Z[ recovery-image] Mar 09 20:03:50.815 INFO O| Mar 09 20:03:50.815 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47462026-03-09T20:03:52.935Z[ recovery-image] Mar 09 20:03:50.816 INFO O| Mar 09 20:03:50.816 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47472026-03-09T20:03:52.935Z[ recovery-image] Mar 09 20:03:50.816 INFO O| Mar 09 20:03:50.816 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47482026-03-09T20:03:52.935Z[ recovery-image] Mar 09 20:03:50.816 INFO O| Mar 09 20:03:50.816 INFO ok!
47492026-03-09T20:03:52.935Z[ recovery-image] Mar 09 20:03:50.816 INFO O| Mar 09 20:03:50.816 INFO STEP 65 (ensure_file) COMPLETE
47502026-03-09T20:03:52.935Z[ recovery-image] Mar 09 20:03:50.816 INFO O| Mar 09 20:03:50.816 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47512026-03-09T20:03:52.935Z[ recovery-image] Mar 09 20:03:50.816 INFO O| Mar 09 20:03:50.816 INFO skip step because feature "omicron1" is not enabled
47522026-03-09T20:03:52.935Z[ recovery-image] Mar 09 20:03:50.816 INFO O| Mar 09 20:03:50.816 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47532026-03-09T20:03:52.935Z[ recovery-image] Mar 09 20:03:50.816 INFO O| Mar 09 20:03:50.816 INFO skip step because feature "omicron1" is not enabled
47542026-03-09T20:03:52.935Z[ recovery-image] Mar 09 20:03:50.816 INFO O| Mar 09 20:03:50.816 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47552026-03-09T20:03:52.935Z[ recovery-image] Mar 09 20:03:50.816 INFO O| Mar 09 20:03:50.816 INFO skip step because feature "omicron1" is not enabled
47562026-03-09T20:03:52.935Z[ recovery-image] Mar 09 20:03:50.816 INFO O| Mar 09 20:03:50.816 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47572026-03-09T20:03:52.951Z[ recovery-image] Mar 09 20:03:50.834 INFO O| Mar 09 20:03:50.834 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47582026-03-09T20:03:52.951Z[ recovery-image] Mar 09 20:03:50.834 INFO O| Mar 09 20:03:50.834 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47592026-03-09T20:03:54.543Z[ recovery-image] Mar 09 20:03:52.425 INFO O| Mar 09 20:03:52.425 INFO STEP 69 (pack_tar) COMPLETE
47602026-03-09T20:03:54.543Z[ recovery-image] Mar 09 20:03:52.425 INFO O| Mar 09 20:03:52.425 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47612026-03-09T20:03:54.546Z[ recovery-image] Mar 09 20:03:52.425 INFO O| Mar 09 20:03:52.425 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47622026-03-09T20:03:55.113Z[ recovery-image] Mar 09 20:03:52.995 INFO O| Mar 09 20:03:52.995 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47632026-03-09T20:03:55.208Z[ recovery-image] Mar 09 20:03:53.090 INFO O| Mar 09 20:03:53.090 INFO completed processing sled/ramdisk-02-trim
47642026-03-09T20:03:55.211Z[ recovery-image] Mar 09 20:03:53.092 INFO image builder template: ramdisk-03-recovery-trim...
47652026-03-09T20:03:55.211Z[ recovery-image] Mar 09 20:03:53.093 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/.tmpQLipMI/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
47662026-03-09T20:03:55.318Z[ recovery-image] Mar 09 20:03:53.200 INFO O| Mar 09 20:03:53.200 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47672026-03-09T20:03:55.322Z[ recovery-image] Mar 09 20:03:53.204 INFO O| Mar 09 20:03:53.204 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47682026-03-09T20:03:55.403Z[ recovery-image] Mar 09 20:03:53.285 INFO O| Mar 09 20:03:53.285 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47692026-03-09T20:03:55.472Z[ recovery-image] Mar 09 20:03:53.354 INFO O| Mar 09 20:03:53.354 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47702026-03-09T20:03:55.472Z[ recovery-image] Mar 09 20:03:53.354 INFO O| Mar 09 20:03:53.354 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47712026-03-09T20:03:55.479Z[ recovery-image] Mar 09 20:03:53.361 INFO O| Mar 09 20:03:53.361 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47722026-03-09T20:03:55.483Z[ recovery-image] Mar 09 20:03:53.365 INFO O| Mar 09 20:03:53.365 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47732026-03-09T20:03:55.487Z[ recovery-image] Mar 09 20:03:53.369 INFO O| Mar 09 20:03:53.369 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47742026-03-09T20:03:55.815Z[ recovery-image] Mar 09 20:03:53.697 INFO O| Mar 09 20:03:53.697 INFO rolled back to input snapshot; work may begin
47752026-03-09T20:03:55.815Z[ recovery-image] Mar 09 20:03:53.697 INFO O| Mar 09 20:03:53.697 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47762026-03-09T20:03:55.822Z[ recovery-image] Mar 09 20:03:53.705 INFO O| Mar 09 20:03:53.705 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772026-03-09T20:03:55.836Z[ recovery-image] Mar 09 20:03:53.718 INFO O| Mar 09 20:03:53.718 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
47782026-03-09T20:03:55.840Z[ recovery-image] Mar 09 20:03:53.722 INFO O| Mar 09 20:03:53.722 INFO STEP 0 (remove_files) COMPLETE
47792026-03-09T20:03:55.840Z[ recovery-image] Mar 09 20:03:53.722 INFO O| Mar 09 20:03:53.722 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802026-03-09T20:03:55.880Z[ recovery-image] Mar 09 20:03:53.734 INFO O| Mar 09 20:03:53.734 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
47812026-03-09T20:03:55.922Z[ recovery-image] Mar 09 20:03:53.804 INFO O| Mar 09 20:03:53.804 INFO STEP 1 (remove_files) COMPLETE
47822026-03-09T20:03:55.922Z[ recovery-image] Mar 09 20:03:53.804 INFO O| Mar 09 20:03:53.804 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832026-03-09T20:03:55.935Z[ recovery-image] Mar 09 20:03:53.817 INFO O| Mar 09 20:03:53.817 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
47842026-03-09T20:03:55.938Z[ recovery-image] Mar 09 20:03:53.821 INFO O| Mar 09 20:03:53.821 INFO STEP 2 (remove_files) COMPLETE
47852026-03-09T20:03:55.941Z[ recovery-image] Mar 09 20:03:53.821 INFO O| Mar 09 20:03:53.821 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862026-03-09T20:03:55.948Z[ recovery-image] Mar 09 20:03:53.831 INFO O| Mar 09 20:03:53.831 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
47872026-03-09T20:03:55.990Z[ recovery-image] Mar 09 20:03:53.872 INFO O| Mar 09 20:03:53.872 INFO STEP 3 (remove_files) COMPLETE
47882026-03-09T20:03:55.990Z[ recovery-image] Mar 09 20:03:53.872 INFO O| Mar 09 20:03:53.872 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892026-03-09T20:03:56.005Z[ recovery-image] Mar 09 20:03:53.887 INFO O| Mar 09 20:03:53.887 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
47902026-03-09T20:03:56.024Z[ recovery-image] Mar 09 20:03:53.907 INFO O| Mar 09 20:03:53.906 INFO STEP 4 (remove_files) COMPLETE
47912026-03-09T20:03:56.024Z[ recovery-image] Mar 09 20:03:53.907 INFO O| Mar 09 20:03:53.907 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922026-03-09T20:03:56.041Z[ recovery-image] Mar 09 20:03:53.923 INFO O| Mar 09 20:03:53.923 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
47932026-03-09T20:03:56.044Z[ recovery-image] Mar 09 20:03:53.926 INFO O| Mar 09 20:03:53.926 INFO STEP 5 (remove_files) COMPLETE
47942026-03-09T20:03:56.044Z[ recovery-image] Mar 09 20:03:53.926 INFO O| Mar 09 20:03:53.926 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952026-03-09T20:03:56.057Z[ recovery-image] Mar 09 20:03:53.940 INFO O| Mar 09 20:03:53.939 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
47962026-03-09T20:03:56.061Z[ recovery-image] Mar 09 20:03:53.942 INFO O| Mar 09 20:03:53.941 INFO STEP 6 (remove_files) COMPLETE
47972026-03-09T20:03:56.061Z[ recovery-image] Mar 09 20:03:53.942 INFO O| Mar 09 20:03:53.942 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982026-03-09T20:03:56.074Z[ recovery-image] Mar 09 20:03:53.956 INFO O| Mar 09 20:03:53.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
47992026-03-09T20:03:56.078Z[ recovery-image] Mar 09 20:03:53.960 INFO O| Mar 09 20:03:53.960 INFO STEP 7 (remove_files) COMPLETE
48002026-03-09T20:03:56.081Z[ recovery-image] Mar 09 20:03:53.960 INFO O| Mar 09 20:03:53.960 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012026-03-09T20:03:56.090Z[ recovery-image] Mar 09 20:03:53.972 INFO O| Mar 09 20:03:53.972 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48022026-03-09T20:03:56.093Z[ recovery-image] Mar 09 20:03:53.972 INFO O| Mar 09 20:03:53.972 INFO STEP 8 (remove_files) COMPLETE
48032026-03-09T20:03:56.093Z[ recovery-image] Mar 09 20:03:53.972 INFO O| Mar 09 20:03:53.972 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042026-03-09T20:03:56.100Z[ recovery-image] Mar 09 20:03:53.982 INFO O| Mar 09 20:03:53.982 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48052026-03-09T20:03:56.103Z[ recovery-image] Mar 09 20:03:53.984 INFO O| Mar 09 20:03:53.983 INFO STEP 9 (remove_files) COMPLETE
48062026-03-09T20:03:56.103Z[ recovery-image] Mar 09 20:03:53.984 INFO O| Mar 09 20:03:53.984 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072026-03-09T20:03:56.113Z[ recovery-image] Mar 09 20:03:53.996 INFO O| Mar 09 20:03:53.996 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48082026-03-09T20:03:56.170Z[ recovery-image] Mar 09 20:03:54.052 INFO O| Mar 09 20:03:54.052 INFO STEP 10 (remove_files) COMPLETE
48092026-03-09T20:03:56.173Z[ recovery-image] Mar 09 20:03:54.052 INFO O| Mar 09 20:03:54.052 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102026-03-09T20:03:56.184Z[ recovery-image] Mar 09 20:03:54.066 INFO O| Mar 09 20:03:54.066 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48112026-03-09T20:03:56.187Z[ recovery-image] Mar 09 20:03:54.069 INFO O| Mar 09 20:03:54.069 INFO STEP 11 (remove_files) COMPLETE
48122026-03-09T20:03:56.187Z[ recovery-image] Mar 09 20:03:54.069 INFO O| Mar 09 20:03:54.069 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132026-03-09T20:03:56.196Z[ recovery-image] Mar 09 20:03:54.078 INFO O| Mar 09 20:03:54.078 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48142026-03-09T20:03:56.200Z[ recovery-image] Mar 09 20:03:54.082 INFO O| Mar 09 20:03:54.082 INFO STEP 12 (remove_files) COMPLETE
48152026-03-09T20:03:56.203Z[ recovery-image] Mar 09 20:03:54.082 INFO O| Mar 09 20:03:54.082 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162026-03-09T20:03:56.212Z[ recovery-image] Mar 09 20:03:54.094 INFO O| Mar 09 20:03:54.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48172026-03-09T20:03:56.214Z[ recovery-image] Mar 09 20:03:54.095 INFO O| Mar 09 20:03:54.095 INFO STEP 13 (remove_files) COMPLETE
48182026-03-09T20:03:56.214Z[ recovery-image] Mar 09 20:03:54.095 INFO O| Mar 09 20:03:54.095 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192026-03-09T20:03:56.222Z[ recovery-image] Mar 09 20:03:54.104 INFO O| Mar 09 20:03:54.104 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48202026-03-09T20:03:56.225Z[ recovery-image] Mar 09 20:03:54.104 INFO O| Mar 09 20:03:54.104 INFO STEP 14 (remove_files) COMPLETE
48212026-03-09T20:03:56.225Z[ recovery-image] Mar 09 20:03:54.105 INFO O| Mar 09 20:03:54.104 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222026-03-09T20:03:56.230Z[ recovery-image] Mar 09 20:03:54.112 INFO O| Mar 09 20:03:54.112 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48232026-03-09T20:03:56.237Z[ recovery-image] Mar 09 20:03:54.119 INFO O| Mar 09 20:03:54.119 INFO STEP 15 (remove_files) COMPLETE
48242026-03-09T20:03:56.237Z[ recovery-image] Mar 09 20:03:54.120 INFO O| Mar 09 20:03:54.119 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252026-03-09T20:03:56.247Z[ recovery-image] Mar 09 20:03:54.129 INFO O| Mar 09 20:03:54.129 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48262026-03-09T20:03:56.250Z[ recovery-image] Mar 09 20:03:54.130 INFO O| Mar 09 20:03:54.130 INFO STEP 16 (remove_files) COMPLETE
48272026-03-09T20:03:56.250Z[ recovery-image] Mar 09 20:03:54.130 INFO O| Mar 09 20:03:54.130 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282026-03-09T20:03:56.258Z[ recovery-image] Mar 09 20:03:54.141 INFO O| Mar 09 20:03:54.141 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48292026-03-09T20:03:56.262Z[ recovery-image] Mar 09 20:03:54.142 INFO O| Mar 09 20:03:54.142 INFO STEP 17 (remove_files) COMPLETE
48302026-03-09T20:03:56.262Z[ recovery-image] Mar 09 20:03:54.142 INFO O| Mar 09 20:03:54.142 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312026-03-09T20:03:56.268Z[ recovery-image] Mar 09 20:03:54.150 INFO O| Mar 09 20:03:54.150 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48322026-03-09T20:03:56.315Z[ recovery-image] Mar 09 20:03:54.197 INFO O| Mar 09 20:03:54.197 INFO STEP 18 (remove_files) COMPLETE
48332026-03-09T20:03:56.315Z[ recovery-image] Mar 09 20:03:54.197 INFO O| Mar 09 20:03:54.197 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342026-03-09T20:03:56.325Z[ recovery-image] Mar 09 20:03:54.207 INFO O| Mar 09 20:03:54.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48352026-03-09T20:03:56.329Z[ recovery-image] Mar 09 20:03:54.208 INFO O| Mar 09 20:03:54.208 INFO STEP 19 (remove_files) COMPLETE
48362026-03-09T20:03:56.329Z[ recovery-image] Mar 09 20:03:54.208 INFO O| Mar 09 20:03:54.208 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372026-03-09T20:03:56.339Z[ recovery-image] Mar 09 20:03:54.221 INFO O| Mar 09 20:03:54.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48382026-03-09T20:03:56.342Z[ recovery-image] Mar 09 20:03:54.222 INFO O| Mar 09 20:03:54.222 INFO STEP 20 (remove_files) COMPLETE
48392026-03-09T20:03:56.342Z[ recovery-image] Mar 09 20:03:54.222 INFO O| Mar 09 20:03:54.222 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402026-03-09T20:03:56.349Z[ recovery-image] Mar 09 20:03:54.231 INFO O| Mar 09 20:03:54.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48412026-03-09T20:03:56.352Z[ recovery-image] Mar 09 20:03:54.232 INFO O| Mar 09 20:03:54.232 INFO STEP 21 (remove_files) COMPLETE
48422026-03-09T20:03:56.352Z[ recovery-image] Mar 09 20:03:54.232 INFO O| Mar 09 20:03:54.232 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432026-03-09T20:03:56.363Z[ recovery-image] Mar 09 20:03:54.245 INFO O| Mar 09 20:03:54.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48442026-03-09T20:03:56.366Z[ recovery-image] Mar 09 20:03:54.246 INFO O| Mar 09 20:03:54.246 INFO STEP 22 (remove_files) COMPLETE
48452026-03-09T20:03:56.366Z[ recovery-image] Mar 09 20:03:54.246 INFO O| Mar 09 20:03:54.246 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462026-03-09T20:03:56.376Z[ recovery-image] Mar 09 20:03:54.258 INFO O| Mar 09 20:03:54.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48472026-03-09T20:03:56.379Z[ recovery-image] Mar 09 20:03:54.259 INFO O| Mar 09 20:03:54.259 INFO STEP 23 (remove_files) COMPLETE
48482026-03-09T20:03:56.379Z[ recovery-image] Mar 09 20:03:54.259 INFO O| Mar 09 20:03:54.259 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492026-03-09T20:03:56.388Z[ recovery-image] Mar 09 20:03:54.270 INFO O| Mar 09 20:03:54.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48502026-03-09T20:03:56.391Z[ recovery-image] Mar 09 20:03:54.271 INFO O| Mar 09 20:03:54.271 INFO STEP 24 (remove_files) COMPLETE
48512026-03-09T20:03:56.391Z[ recovery-image] Mar 09 20:03:54.271 INFO O| Mar 09 20:03:54.271 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522026-03-09T20:03:56.400Z[ recovery-image] Mar 09 20:03:54.282 INFO O| Mar 09 20:03:54.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48532026-03-09T20:03:56.403Z[ recovery-image] Mar 09 20:03:54.283 INFO O| Mar 09 20:03:54.283 INFO STEP 25 (remove_files) COMPLETE
48542026-03-09T20:03:56.403Z[ recovery-image] Mar 09 20:03:54.283 INFO O| Mar 09 20:03:54.283 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552026-03-09T20:03:56.414Z[ recovery-image] Mar 09 20:03:54.296 INFO O| Mar 09 20:03:54.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48562026-03-09T20:03:56.414Z[ recovery-image] Mar 09 20:03:54.296 INFO O| Mar 09 20:03:54.296 INFO STEP 26 (remove_files) COMPLETE
48572026-03-09T20:03:56.417Z[ recovery-image] Mar 09 20:03:54.296 INFO O| Mar 09 20:03:54.296 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582026-03-09T20:03:56.427Z[ recovery-image] Mar 09 20:03:54.309 INFO O| Mar 09 20:03:54.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48592026-03-09T20:03:56.427Z[ recovery-image] Mar 09 20:03:54.309 INFO O| Mar 09 20:03:54.309 INFO STEP 27 (remove_files) COMPLETE
48602026-03-09T20:03:56.431Z[ recovery-image] Mar 09 20:03:54.309 INFO O| Mar 09 20:03:54.309 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612026-03-09T20:03:56.439Z[ recovery-image] Mar 09 20:03:54.321 INFO O| Mar 09 20:03:54.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48622026-03-09T20:03:56.439Z[ recovery-image] Mar 09 20:03:54.321 INFO O| Mar 09 20:03:54.321 INFO STEP 28 (remove_files) COMPLETE
48632026-03-09T20:03:56.442Z[ recovery-image] Mar 09 20:03:54.321 INFO O| Mar 09 20:03:54.321 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642026-03-09T20:03:56.448Z[ recovery-image] Mar 09 20:03:54.331 INFO O| Mar 09 20:03:54.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48652026-03-09T20:03:56.452Z[ recovery-image] Mar 09 20:03:54.331 INFO O| Mar 09 20:03:54.331 INFO STEP 29 (remove_files) COMPLETE
48662026-03-09T20:03:56.452Z[ recovery-image] Mar 09 20:03:54.331 INFO O| Mar 09 20:03:54.331 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672026-03-09T20:03:56.460Z[ recovery-image] Mar 09 20:03:54.342 INFO O| Mar 09 20:03:54.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48682026-03-09T20:03:56.460Z[ recovery-image] Mar 09 20:03:54.342 INFO O| Mar 09 20:03:54.342 INFO STEP 30 (remove_files) COMPLETE
48692026-03-09T20:03:56.460Z[ recovery-image] Mar 09 20:03:54.342 INFO O| Mar 09 20:03:54.342 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702026-03-09T20:03:56.470Z[ recovery-image] Mar 09 20:03:54.351 INFO O| Mar 09 20:03:54.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48712026-03-09T20:03:56.473Z[ recovery-image] Mar 09 20:03:54.352 INFO O| Mar 09 20:03:54.352 INFO STEP 31 (remove_files) COMPLETE
48722026-03-09T20:03:56.473Z[ recovery-image] Mar 09 20:03:54.352 INFO O| Mar 09 20:03:54.352 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732026-03-09T20:03:56.480Z[ recovery-image] Mar 09 20:03:54.363 INFO O| Mar 09 20:03:54.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48742026-03-09T20:03:56.480Z[ recovery-image] Mar 09 20:03:54.363 INFO O| Mar 09 20:03:54.363 INFO STEP 32 (remove_files) COMPLETE
48752026-03-09T20:03:56.480Z[ recovery-image] Mar 09 20:03:54.363 INFO O| Mar 09 20:03:54.363 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762026-03-09T20:03:56.494Z[ recovery-image] Mar 09 20:03:54.376 INFO O| Mar 09 20:03:54.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48772026-03-09T20:03:56.494Z[ recovery-image] Mar 09 20:03:54.376 INFO O| Mar 09 20:03:54.376 INFO STEP 33 (remove_files) COMPLETE
48782026-03-09T20:03:56.497Z[ recovery-image] Mar 09 20:03:54.376 INFO O| Mar 09 20:03:54.376 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792026-03-09T20:03:56.506Z[ recovery-image] Mar 09 20:03:54.388 INFO O| Mar 09 20:03:54.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
48802026-03-09T20:03:56.506Z[ recovery-image] Mar 09 20:03:54.388 INFO O| Mar 09 20:03:54.388 INFO STEP 34 (remove_files) COMPLETE
48812026-03-09T20:03:56.509Z[ recovery-image] Mar 09 20:03:54.388 INFO O| Mar 09 20:03:54.388 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822026-03-09T20:03:56.517Z[ recovery-image] Mar 09 20:03:54.399 INFO O| Mar 09 20:03:54.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
48832026-03-09T20:03:56.517Z[ recovery-image] Mar 09 20:03:54.400 INFO O| Mar 09 20:03:54.399 INFO STEP 35 (remove_files) COMPLETE
48842026-03-09T20:03:56.520Z[ recovery-image] Mar 09 20:03:54.400 INFO O| Mar 09 20:03:54.399 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852026-03-09T20:03:56.529Z[ recovery-image] Mar 09 20:03:54.411 INFO O| Mar 09 20:03:54.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
48862026-03-09T20:03:56.529Z[ recovery-image] Mar 09 20:03:54.411 INFO O| Mar 09 20:03:54.411 INFO STEP 36 (remove_files) COMPLETE
48872026-03-09T20:03:56.532Z[ recovery-image] Mar 09 20:03:54.411 INFO O| Mar 09 20:03:54.411 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882026-03-09T20:03:56.540Z[ recovery-image] Mar 09 20:03:54.422 INFO O| Mar 09 20:03:54.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
48892026-03-09T20:03:56.540Z[ recovery-image] Mar 09 20:03:54.422 INFO O| Mar 09 20:03:54.422 INFO STEP 37 (remove_files) COMPLETE
48902026-03-09T20:03:56.543Z[ recovery-image] Mar 09 20:03:54.422 INFO O| Mar 09 20:03:54.422 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912026-03-09T20:03:56.548Z[ recovery-image] Mar 09 20:03:54.430 INFO O| Mar 09 20:03:54.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
48922026-03-09T20:03:56.548Z[ recovery-image] Mar 09 20:03:54.430 INFO O| Mar 09 20:03:54.430 INFO STEP 38 (remove_files) COMPLETE
48932026-03-09T20:03:56.548Z[ recovery-image] Mar 09 20:03:54.430 INFO O| Mar 09 20:03:54.430 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942026-03-09T20:03:56.560Z[ recovery-image] Mar 09 20:03:54.443 INFO O| Mar 09 20:03:54.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
48952026-03-09T20:03:56.561Z[ recovery-image] Mar 09 20:03:54.443 INFO O| Mar 09 20:03:54.443 INFO STEP 39 (remove_files) COMPLETE
48962026-03-09T20:03:56.564Z[ recovery-image] Mar 09 20:03:54.443 INFO O| Mar 09 20:03:54.443 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972026-03-09T20:03:56.570Z[ recovery-image] Mar 09 20:03:54.452 INFO O| Mar 09 20:03:54.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
48982026-03-09T20:03:56.573Z[ recovery-image] Mar 09 20:03:54.453 INFO O| Mar 09 20:03:54.453 INFO STEP 40 (remove_files) COMPLETE
48992026-03-09T20:03:56.573Z[ recovery-image] Mar 09 20:03:54.453 INFO O| Mar 09 20:03:54.453 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002026-03-09T20:03:56.582Z[ recovery-image] Mar 09 20:03:54.465 INFO O| Mar 09 20:03:54.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49012026-03-09T20:03:56.582Z[ recovery-image] Mar 09 20:03:54.465 INFO O| Mar 09 20:03:54.465 INFO STEP 41 (remove_files) COMPLETE
49022026-03-09T20:03:56.585Z[ recovery-image] Mar 09 20:03:54.465 INFO O| Mar 09 20:03:54.465 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032026-03-09T20:03:56.592Z[ recovery-image] Mar 09 20:03:54.475 INFO O| Mar 09 20:03:54.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49042026-03-09T20:03:56.592Z[ recovery-image] Mar 09 20:03:54.475 INFO O| Mar 09 20:03:54.475 INFO STEP 42 (remove_files) COMPLETE
49052026-03-09T20:03:56.596Z[ recovery-image] Mar 09 20:03:54.475 INFO O| Mar 09 20:03:54.475 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062026-03-09T20:03:56.603Z[ recovery-image] Mar 09 20:03:54.485 INFO O| Mar 09 20:03:54.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49072026-03-09T20:03:56.606Z[ recovery-image] Mar 09 20:03:54.486 INFO O| Mar 09 20:03:54.486 INFO STEP 43 (remove_files) COMPLETE
49082026-03-09T20:03:56.606Z[ recovery-image] Mar 09 20:03:54.486 INFO O| Mar 09 20:03:54.486 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092026-03-09T20:03:56.613Z[ recovery-image] Mar 09 20:03:54.495 INFO O| Mar 09 20:03:54.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49102026-03-09T20:03:56.613Z[ recovery-image] Mar 09 20:03:54.495 INFO O| Mar 09 20:03:54.495 INFO STEP 44 (remove_files) COMPLETE
49112026-03-09T20:03:56.613Z[ recovery-image] Mar 09 20:03:54.495 INFO O| Mar 09 20:03:54.495 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122026-03-09T20:03:56.623Z[ recovery-image] Mar 09 20:03:54.505 INFO O| Mar 09 20:03:54.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49132026-03-09T20:03:56.623Z[ recovery-image] Mar 09 20:03:54.505 INFO O| Mar 09 20:03:54.505 INFO STEP 45 (remove_files) COMPLETE
49142026-03-09T20:03:56.626Z[ recovery-image] Mar 09 20:03:54.505 INFO O| Mar 09 20:03:54.505 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152026-03-09T20:03:56.635Z[ recovery-image] Mar 09 20:03:54.518 INFO O| Mar 09 20:03:54.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49162026-03-09T20:03:56.638Z[ recovery-image] Mar 09 20:03:54.518 INFO O| Mar 09 20:03:54.518 INFO STEP 46 (remove_files) COMPLETE
49172026-03-09T20:03:56.638Z[ recovery-image] Mar 09 20:03:54.518 INFO O| Mar 09 20:03:54.518 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182026-03-09T20:03:56.645Z[ recovery-image] Mar 09 20:03:54.527 INFO O| Mar 09 20:03:54.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49192026-03-09T20:03:56.648Z[ recovery-image] Mar 09 20:03:54.527 INFO O| Mar 09 20:03:54.527 INFO STEP 47 (remove_files) COMPLETE
49202026-03-09T20:03:56.648Z[ recovery-image] Mar 09 20:03:54.527 INFO O| Mar 09 20:03:54.527 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212026-03-09T20:03:56.658Z[ recovery-image] Mar 09 20:03:54.539 INFO O| Mar 09 20:03:54.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49222026-03-09T20:03:56.658Z[ recovery-image] Mar 09 20:03:54.539 INFO O| Mar 09 20:03:54.539 INFO STEP 48 (remove_files) COMPLETE
49232026-03-09T20:03:56.661Z[ recovery-image] Mar 09 20:03:54.539 INFO O| Mar 09 20:03:54.539 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242026-03-09T20:03:56.668Z[ recovery-image] Mar 09 20:03:54.550 INFO O| Mar 09 20:03:54.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49252026-03-09T20:03:56.668Z[ recovery-image] Mar 09 20:03:54.551 INFO O| Mar 09 20:03:54.551 INFO STEP 49 (remove_files) COMPLETE
49262026-03-09T20:03:56.672Z[ recovery-image] Mar 09 20:03:54.551 INFO O| Mar 09 20:03:54.551 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272026-03-09T20:03:56.680Z[ recovery-image] Mar 09 20:03:54.562 INFO O| Mar 09 20:03:54.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49282026-03-09T20:03:56.683Z[ recovery-image] Mar 09 20:03:54.563 INFO O| Mar 09 20:03:54.563 INFO STEP 50 (remove_files) COMPLETE
49292026-03-09T20:03:56.683Z[ recovery-image] Mar 09 20:03:54.563 INFO O| Mar 09 20:03:54.563 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302026-03-09T20:03:56.691Z[ recovery-image] Mar 09 20:03:54.573 INFO O| Mar 09 20:03:54.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49312026-03-09T20:03:56.691Z[ recovery-image] Mar 09 20:03:54.573 INFO O| Mar 09 20:03:54.573 INFO STEP 51 (remove_files) COMPLETE
49322026-03-09T20:03:56.695Z[ recovery-image] Mar 09 20:03:54.573 INFO O| Mar 09 20:03:54.573 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332026-03-09T20:03:56.703Z[ recovery-image] Mar 09 20:03:54.585 INFO O| Mar 09 20:03:54.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49342026-03-09T20:03:56.706Z[ recovery-image] Mar 09 20:03:54.586 INFO O| Mar 09 20:03:54.586 INFO STEP 52 (remove_files) COMPLETE
49352026-03-09T20:03:56.706Z[ recovery-image] Mar 09 20:03:54.586 INFO O| Mar 09 20:03:54.586 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362026-03-09T20:03:56.714Z[ recovery-image] Mar 09 20:03:54.596 INFO O| Mar 09 20:03:54.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49372026-03-09T20:03:56.717Z[ recovery-image] Mar 09 20:03:54.597 INFO O| Mar 09 20:03:54.597 INFO STEP 53 (remove_files) COMPLETE
49382026-03-09T20:03:56.717Z[ recovery-image] Mar 09 20:03:54.597 INFO O| Mar 09 20:03:54.597 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392026-03-09T20:03:56.724Z[ recovery-image] Mar 09 20:03:54.606 INFO O| Mar 09 20:03:54.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49402026-03-09T20:03:56.727Z[ recovery-image] Mar 09 20:03:54.607 INFO O| Mar 09 20:03:54.607 INFO STEP 54 (remove_files) COMPLETE
49412026-03-09T20:03:56.727Z[ recovery-image] Mar 09 20:03:54.607 INFO O| Mar 09 20:03:54.607 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422026-03-09T20:03:56.734Z[ recovery-image] Mar 09 20:03:54.616 INFO O| Mar 09 20:03:54.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49432026-03-09T20:03:56.734Z[ recovery-image] Mar 09 20:03:54.616 INFO O| Mar 09 20:03:54.616 INFO STEP 55 (remove_files) COMPLETE
49442026-03-09T20:03:56.737Z[ recovery-image] Mar 09 20:03:54.616 INFO O| Mar 09 20:03:54.616 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452026-03-09T20:03:56.742Z[ recovery-image] Mar 09 20:03:54.625 INFO O| Mar 09 20:03:54.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49462026-03-09T20:03:56.742Z[ recovery-image] Mar 09 20:03:54.625 INFO O| Mar 09 20:03:54.625 INFO STEP 56 (remove_files) COMPLETE
49472026-03-09T20:03:56.746Z[ recovery-image] Mar 09 20:03:54.625 INFO O| Mar 09 20:03:54.625 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482026-03-09T20:03:56.751Z[ recovery-image] Mar 09 20:03:54.633 INFO O| Mar 09 20:03:54.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49492026-03-09T20:03:56.754Z[ recovery-image] Mar 09 20:03:54.634 INFO O| Mar 09 20:03:54.634 INFO STEP 57 (remove_files) COMPLETE
49502026-03-09T20:03:56.754Z[ recovery-image] Mar 09 20:03:54.634 INFO O| Mar 09 20:03:54.634 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512026-03-09T20:03:56.760Z[ recovery-image] Mar 09 20:03:54.643 INFO O| Mar 09 20:03:54.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49522026-03-09T20:03:56.763Z[ recovery-image] Mar 09 20:03:54.643 INFO O| Mar 09 20:03:54.643 INFO STEP 58 (remove_files) COMPLETE
49532026-03-09T20:03:56.763Z[ recovery-image] Mar 09 20:03:54.643 INFO O| Mar 09 20:03:54.643 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542026-03-09T20:03:56.772Z[ recovery-image] Mar 09 20:03:54.654 INFO O| Mar 09 20:03:54.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49552026-03-09T20:03:56.772Z[ recovery-image] Mar 09 20:03:54.654 INFO O| Mar 09 20:03:54.654 INFO STEP 59 (remove_files) COMPLETE
49562026-03-09T20:03:56.772Z[ recovery-image] Mar 09 20:03:54.654 INFO O| Mar 09 20:03:54.654 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572026-03-09T20:03:56.782Z[ recovery-image] Mar 09 20:03:54.664 INFO O| Mar 09 20:03:54.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49582026-03-09T20:03:56.782Z[ recovery-image] Mar 09 20:03:54.664 INFO O| Mar 09 20:03:54.664 INFO STEP 60 (remove_files) COMPLETE
49592026-03-09T20:03:56.786Z[ recovery-image] Mar 09 20:03:54.664 INFO O| Mar 09 20:03:54.664 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602026-03-09T20:03:56.792Z[ recovery-image] Mar 09 20:03:54.674 INFO O| Mar 09 20:03:54.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49612026-03-09T20:03:56.792Z[ recovery-image] Mar 09 20:03:54.674 INFO O| Mar 09 20:03:54.674 INFO STEP 61 (remove_files) COMPLETE
49622026-03-09T20:03:56.795Z[ recovery-image] Mar 09 20:03:54.674 INFO O| Mar 09 20:03:54.674 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632026-03-09T20:03:56.801Z[ recovery-image] Mar 09 20:03:54.683 INFO O| Mar 09 20:03:54.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49642026-03-09T20:03:56.804Z[ recovery-image] Mar 09 20:03:54.684 INFO O| Mar 09 20:03:54.684 INFO STEP 62 (remove_files) COMPLETE
49652026-03-09T20:03:56.804Z[ recovery-image] Mar 09 20:03:54.684 INFO O| Mar 09 20:03:54.684 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662026-03-09T20:03:56.811Z[ recovery-image] Mar 09 20:03:54.694 INFO O| Mar 09 20:03:54.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49672026-03-09T20:03:56.811Z[ recovery-image] Mar 09 20:03:54.694 INFO O| Mar 09 20:03:54.694 INFO STEP 63 (remove_files) COMPLETE
49682026-03-09T20:03:56.811Z[ recovery-image] Mar 09 20:03:54.694 INFO O| Mar 09 20:03:54.694 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692026-03-09T20:03:56.823Z[ recovery-image] Mar 09 20:03:54.705 INFO O| Mar 09 20:03:54.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49702026-03-09T20:03:56.823Z[ recovery-image] Mar 09 20:03:54.705 INFO O| Mar 09 20:03:54.705 INFO STEP 64 (remove_files) COMPLETE
49712026-03-09T20:03:56.826Z[ recovery-image] Mar 09 20:03:54.705 INFO O| Mar 09 20:03:54.705 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722026-03-09T20:03:56.834Z[ recovery-image] Mar 09 20:03:54.717 INFO O| Mar 09 20:03:54.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49732026-03-09T20:03:56.835Z[ recovery-image] Mar 09 20:03:54.717 INFO O| Mar 09 20:03:54.717 INFO STEP 65 (remove_files) COMPLETE
49742026-03-09T20:03:56.838Z[ recovery-image] Mar 09 20:03:54.717 INFO O| Mar 09 20:03:54.717 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752026-03-09T20:03:56.847Z[ recovery-image] Mar 09 20:03:54.729 INFO O| Mar 09 20:03:54.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49762026-03-09T20:03:56.847Z[ recovery-image] Mar 09 20:03:54.729 INFO O| Mar 09 20:03:54.729 INFO STEP 66 (remove_files) COMPLETE
49772026-03-09T20:03:56.850Z[ recovery-image] Mar 09 20:03:54.729 INFO O| Mar 09 20:03:54.729 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782026-03-09T20:03:56.858Z[ recovery-image] Mar 09 20:03:54.740 INFO O| Mar 09 20:03:54.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
49792026-03-09T20:03:56.858Z[ recovery-image] Mar 09 20:03:54.740 INFO O| Mar 09 20:03:54.740 INFO STEP 67 (remove_files) COMPLETE
49802026-03-09T20:03:56.861Z[ recovery-image] Mar 09 20:03:54.740 INFO O| Mar 09 20:03:54.740 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812026-03-09T20:03:56.869Z[ recovery-image] Mar 09 20:03:54.751 INFO O| Mar 09 20:03:54.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
49822026-03-09T20:03:56.869Z[ recovery-image] Mar 09 20:03:54.751 INFO O| Mar 09 20:03:54.751 INFO STEP 68 (remove_files) COMPLETE
49832026-03-09T20:03:56.872Z[ recovery-image] Mar 09 20:03:54.751 INFO O| Mar 09 20:03:54.751 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842026-03-09T20:03:56.877Z[ recovery-image] Mar 09 20:03:54.760 INFO O| Mar 09 20:03:54.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
49852026-03-09T20:03:56.877Z[ recovery-image] Mar 09 20:03:54.760 INFO O| Mar 09 20:03:54.760 INFO STEP 69 (remove_files) COMPLETE
49862026-03-09T20:03:56.880Z[ recovery-image] Mar 09 20:03:54.760 INFO O| Mar 09 20:03:54.760 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872026-03-09T20:03:56.889Z[ recovery-image] Mar 09 20:03:54.771 INFO O| Mar 09 20:03:54.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
49882026-03-09T20:03:56.889Z[ recovery-image] Mar 09 20:03:54.772 INFO O| Mar 09 20:03:54.772 INFO STEP 70 (remove_files) COMPLETE
49892026-03-09T20:03:56.892Z[ recovery-image] Mar 09 20:03:54.772 INFO O| Mar 09 20:03:54.772 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902026-03-09T20:03:56.901Z[ recovery-image] Mar 09 20:03:54.783 INFO O| Mar 09 20:03:54.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
49912026-03-09T20:03:56.901Z[ recovery-image] Mar 09 20:03:54.783 INFO O| Mar 09 20:03:54.783 INFO STEP 71 (remove_files) COMPLETE
49922026-03-09T20:03:56.904Z[ recovery-image] Mar 09 20:03:54.784 INFO O| Mar 09 20:03:54.783 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932026-03-09T20:03:56.913Z[ recovery-image] Mar 09 20:03:54.795 INFO O| Mar 09 20:03:54.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
49942026-03-09T20:03:56.913Z[ recovery-image] Mar 09 20:03:54.795 INFO O| Mar 09 20:03:54.795 INFO STEP 72 (remove_files) COMPLETE
49952026-03-09T20:03:56.916Z[ recovery-image] Mar 09 20:03:54.795 INFO O| Mar 09 20:03:54.795 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962026-03-09T20:03:56.924Z[ recovery-image] Mar 09 20:03:54.806 INFO O| Mar 09 20:03:54.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
49972026-03-09T20:03:56.924Z[ recovery-image] Mar 09 20:03:54.806 INFO O| Mar 09 20:03:54.806 INFO STEP 73 (remove_files) COMPLETE
49982026-03-09T20:03:56.927Z[ recovery-image] Mar 09 20:03:54.806 INFO O| Mar 09 20:03:54.806 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992026-03-09T20:03:56.963Z[ recovery-image] Mar 09 20:03:54.816 INFO O| Mar 09 20:03:54.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50002026-03-09T20:03:56.963Z[ recovery-image] Mar 09 20:03:54.816 INFO O| Mar 09 20:03:54.816 INFO STEP 74 (remove_files) COMPLETE
50012026-03-09T20:03:56.963Z[ recovery-image] Mar 09 20:03:54.816 INFO O| Mar 09 20:03:54.816 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022026-03-09T20:03:56.966Z[ recovery-image] Mar 09 20:03:54.826 INFO O| Mar 09 20:03:54.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50032026-03-09T20:03:56.966Z[ recovery-image] Mar 09 20:03:54.826 INFO O| Mar 09 20:03:54.826 INFO STEP 75 (remove_files) COMPLETE
50042026-03-09T20:03:56.966Z[ recovery-image] Mar 09 20:03:54.826 INFO O| Mar 09 20:03:54.826 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052026-03-09T20:03:56.966Z[ recovery-image] Mar 09 20:03:54.836 INFO O| Mar 09 20:03:54.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50062026-03-09T20:03:56.966Z[ recovery-image] Mar 09 20:03:54.836 INFO O| Mar 09 20:03:54.836 INFO STEP 76 (remove_files) COMPLETE
50072026-03-09T20:03:56.966Z[ recovery-image] Mar 09 20:03:54.836 INFO O| Mar 09 20:03:54.836 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082026-03-09T20:03:56.969Z[ recovery-image] Mar 09 20:03:54.849 INFO O| Mar 09 20:03:54.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50092026-03-09T20:03:56.969Z[ recovery-image] Mar 09 20:03:54.849 INFO O| Mar 09 20:03:54.849 INFO STEP 77 (remove_files) COMPLETE
50102026-03-09T20:03:56.969Z[ recovery-image] Mar 09 20:03:54.849 INFO O| Mar 09 20:03:54.849 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112026-03-09T20:03:56.979Z[ recovery-image] Mar 09 20:03:54.861 INFO O| Mar 09 20:03:54.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50122026-03-09T20:03:56.980Z[ recovery-image] Mar 09 20:03:54.861 INFO O| Mar 09 20:03:54.861 INFO STEP 78 (remove_files) COMPLETE
50132026-03-09T20:03:56.982Z[ recovery-image] Mar 09 20:03:54.861 INFO O| Mar 09 20:03:54.861 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142026-03-09T20:03:56.989Z[ recovery-image] Mar 09 20:03:54.871 INFO O| Mar 09 20:03:54.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50152026-03-09T20:03:56.989Z[ recovery-image] Mar 09 20:03:54.871 INFO O| Mar 09 20:03:54.871 INFO STEP 79 (remove_files) COMPLETE
50162026-03-09T20:03:56.989Z[ recovery-image] Mar 09 20:03:54.871 INFO O| Mar 09 20:03:54.871 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172026-03-09T20:03:56.998Z[ recovery-image] Mar 09 20:03:54.880 INFO O| Mar 09 20:03:54.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50182026-03-09T20:03:56.998Z[ recovery-image] Mar 09 20:03:54.880 INFO O| Mar 09 20:03:54.880 INFO STEP 80 (remove_files) COMPLETE
50192026-03-09T20:03:57.001Z[ recovery-image] Mar 09 20:03:54.880 INFO O| Mar 09 20:03:54.880 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202026-03-09T20:03:57.010Z[ recovery-image] Mar 09 20:03:54.892 INFO O| Mar 09 20:03:54.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50212026-03-09T20:03:57.010Z[ recovery-image] Mar 09 20:03:54.892 INFO O| Mar 09 20:03:54.892 INFO STEP 81 (remove_files) COMPLETE
50222026-03-09T20:03:57.010Z[ recovery-image] Mar 09 20:03:54.892 INFO O| Mar 09 20:03:54.892 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232026-03-09T20:03:57.021Z[ recovery-image] Mar 09 20:03:54.902 INFO O| Mar 09 20:03:54.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50242026-03-09T20:03:57.021Z[ recovery-image] Mar 09 20:03:54.903 INFO O| Mar 09 20:03:54.902 INFO STEP 82 (remove_files) COMPLETE
50252026-03-09T20:03:57.021Z[ recovery-image] Mar 09 20:03:54.903 INFO O| Mar 09 20:03:54.902 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262026-03-09T20:03:57.030Z[ recovery-image] Mar 09 20:03:54.912 INFO O| Mar 09 20:03:54.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50272026-03-09T20:03:57.033Z[ recovery-image] Mar 09 20:03:54.913 INFO O| Mar 09 20:03:54.913 INFO STEP 83 (remove_files) COMPLETE
50282026-03-09T20:03:57.033Z[ recovery-image] Mar 09 20:03:54.913 INFO O| Mar 09 20:03:54.913 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292026-03-09T20:03:57.040Z[ recovery-image] Mar 09 20:03:54.922 INFO O| Mar 09 20:03:54.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50302026-03-09T20:03:57.040Z[ recovery-image] Mar 09 20:03:54.922 INFO O| Mar 09 20:03:54.922 INFO STEP 84 (remove_files) COMPLETE
50312026-03-09T20:03:57.043Z[ recovery-image] Mar 09 20:03:54.922 INFO O| Mar 09 20:03:54.922 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322026-03-09T20:03:57.052Z[ recovery-image] Mar 09 20:03:54.934 INFO O| Mar 09 20:03:54.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50332026-03-09T20:03:57.052Z[ recovery-image] Mar 09 20:03:54.934 INFO O| Mar 09 20:03:54.934 INFO STEP 85 (remove_files) COMPLETE
50342026-03-09T20:03:57.055Z[ recovery-image] Mar 09 20:03:54.934 INFO O| Mar 09 20:03:54.934 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352026-03-09T20:03:57.065Z[ recovery-image] Mar 09 20:03:54.946 INFO O| Mar 09 20:03:54.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50362026-03-09T20:03:57.065Z[ recovery-image] Mar 09 20:03:54.947 INFO O| Mar 09 20:03:54.947 INFO STEP 86 (remove_files) COMPLETE
50372026-03-09T20:03:57.065Z[ recovery-image] Mar 09 20:03:54.947 INFO O| Mar 09 20:03:54.947 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382026-03-09T20:03:57.079Z[ recovery-image] Mar 09 20:03:54.960 INFO O| Mar 09 20:03:54.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50392026-03-09T20:03:57.079Z[ recovery-image] Mar 09 20:03:54.960 INFO O| Mar 09 20:03:54.960 INFO STEP 87 (remove_files) COMPLETE
50402026-03-09T20:03:57.082Z[ recovery-image] Mar 09 20:03:54.961 INFO O| Mar 09 20:03:54.960 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412026-03-09T20:03:57.092Z[ recovery-image] Mar 09 20:03:54.973 INFO O| Mar 09 20:03:54.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50422026-03-09T20:03:57.092Z[ recovery-image] Mar 09 20:03:54.973 INFO O| Mar 09 20:03:54.973 INFO STEP 88 (remove_files) COMPLETE
50432026-03-09T20:03:57.095Z[ recovery-image] Mar 09 20:03:54.973 INFO O| Mar 09 20:03:54.973 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442026-03-09T20:03:57.102Z[ recovery-image] Mar 09 20:03:54.984 INFO O| Mar 09 20:03:54.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50452026-03-09T20:03:57.102Z[ recovery-image] Mar 09 20:03:54.984 INFO O| Mar 09 20:03:54.984 INFO STEP 89 (remove_files) COMPLETE
50462026-03-09T20:03:57.105Z[ recovery-image] Mar 09 20:03:54.984 INFO O| Mar 09 20:03:54.984 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472026-03-09T20:03:57.117Z[ recovery-image] Mar 09 20:03:54.998 INFO O| Mar 09 20:03:54.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50482026-03-09T20:03:57.117Z[ recovery-image] Mar 09 20:03:54.998 INFO O| Mar 09 20:03:54.998 INFO STEP 90 (remove_files) COMPLETE
50492026-03-09T20:03:57.120Z[ recovery-image] Mar 09 20:03:54.998 INFO O| Mar 09 20:03:54.998 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502026-03-09T20:03:57.133Z[ recovery-image] Mar 09 20:03:55.015 INFO O| Mar 09 20:03:55.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50512026-03-09T20:03:57.136Z[ recovery-image] Mar 09 20:03:55.016 INFO O| Mar 09 20:03:55.016 INFO STEP 91 (remove_files) COMPLETE
50522026-03-09T20:03:57.136Z[ recovery-image] Mar 09 20:03:55.016 INFO O| Mar 09 20:03:55.016 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532026-03-09T20:03:57.148Z[ recovery-image] Mar 09 20:03:55.030 INFO O| Mar 09 20:03:55.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50542026-03-09T20:03:57.148Z[ recovery-image] Mar 09 20:03:55.030 INFO O| Mar 09 20:03:55.030 INFO STEP 92 (remove_files) COMPLETE
50552026-03-09T20:03:57.148Z[ recovery-image] Mar 09 20:03:55.030 INFO O| Mar 09 20:03:55.030 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562026-03-09T20:03:57.160Z[ recovery-image] Mar 09 20:03:55.042 INFO O| Mar 09 20:03:55.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50572026-03-09T20:03:57.160Z[ recovery-image] Mar 09 20:03:55.042 INFO O| Mar 09 20:03:55.042 INFO STEP 93 (remove_files) COMPLETE
50582026-03-09T20:03:57.160Z[ recovery-image] Mar 09 20:03:55.042 INFO O| Mar 09 20:03:55.042 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592026-03-09T20:03:57.172Z[ recovery-image] Mar 09 20:03:55.054 INFO O| Mar 09 20:03:55.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50602026-03-09T20:03:57.172Z[ recovery-image] Mar 09 20:03:55.054 INFO O| Mar 09 20:03:55.054 INFO STEP 94 (remove_files) COMPLETE
50612026-03-09T20:03:57.175Z[ recovery-image] Mar 09 20:03:55.054 INFO O| Mar 09 20:03:55.054 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622026-03-09T20:03:57.182Z[ recovery-image] Mar 09 20:03:55.064 INFO O| Mar 09 20:03:55.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50632026-03-09T20:03:57.182Z[ recovery-image] Mar 09 20:03:55.064 INFO O| Mar 09 20:03:55.064 INFO STEP 95 (remove_files) COMPLETE
50642026-03-09T20:03:57.185Z[ recovery-image] Mar 09 20:03:55.064 INFO O| Mar 09 20:03:55.064 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652026-03-09T20:03:57.191Z[ recovery-image] Mar 09 20:03:55.073 INFO O| Mar 09 20:03:55.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50662026-03-09T20:03:57.194Z[ recovery-image] Mar 09 20:03:55.074 INFO O| Mar 09 20:03:55.074 INFO STEP 96 (remove_files) COMPLETE
50672026-03-09T20:03:57.194Z[ recovery-image] Mar 09 20:03:55.074 INFO O| Mar 09 20:03:55.074 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682026-03-09T20:03:57.203Z[ recovery-image] Mar 09 20:03:55.085 INFO O| Mar 09 20:03:55.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50692026-03-09T20:03:57.203Z[ recovery-image] Mar 09 20:03:55.085 INFO O| Mar 09 20:03:55.085 INFO STEP 97 (remove_files) COMPLETE
50702026-03-09T20:03:57.206Z[ recovery-image] Mar 09 20:03:55.085 INFO O| Mar 09 20:03:55.085 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712026-03-09T20:03:57.213Z[ recovery-image] Mar 09 20:03:55.095 INFO O| Mar 09 20:03:55.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50722026-03-09T20:03:57.213Z[ recovery-image] Mar 09 20:03:55.095 INFO O| Mar 09 20:03:55.095 INFO STEP 98 (remove_files) COMPLETE
50732026-03-09T20:03:57.216Z[ recovery-image] Mar 09 20:03:55.095 INFO O| Mar 09 20:03:55.095 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742026-03-09T20:03:57.225Z[ recovery-image] Mar 09 20:03:55.107 INFO O| Mar 09 20:03:55.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50752026-03-09T20:03:57.229Z[ recovery-image] Mar 09 20:03:55.108 INFO O| Mar 09 20:03:55.108 INFO STEP 99 (remove_files) COMPLETE
50762026-03-09T20:03:57.229Z[ recovery-image] Mar 09 20:03:55.108 INFO O| Mar 09 20:03:55.108 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772026-03-09T20:03:57.237Z[ recovery-image] Mar 09 20:03:55.119 INFO O| Mar 09 20:03:55.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50782026-03-09T20:03:57.240Z[ recovery-image] Mar 09 20:03:55.120 INFO O| Mar 09 20:03:55.120 INFO STEP 100 (remove_files) COMPLETE
50792026-03-09T20:03:57.240Z[ recovery-image] Mar 09 20:03:55.120 INFO O| Mar 09 20:03:55.120 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802026-03-09T20:03:57.248Z[ recovery-image] Mar 09 20:03:55.130 INFO O| Mar 09 20:03:55.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50812026-03-09T20:03:57.248Z[ recovery-image] Mar 09 20:03:55.130 INFO O| Mar 09 20:03:55.130 INFO STEP 101 (remove_files) COMPLETE
50822026-03-09T20:03:57.252Z[ recovery-image] Mar 09 20:03:55.130 INFO O| Mar 09 20:03:55.130 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832026-03-09T20:03:57.260Z[ recovery-image] Mar 09 20:03:55.142 INFO O| Mar 09 20:03:55.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
50842026-03-09T20:03:57.263Z[ recovery-image] Mar 09 20:03:55.142 INFO O| Mar 09 20:03:55.142 INFO STEP 102 (remove_files) COMPLETE
50852026-03-09T20:03:57.263Z[ recovery-image] Mar 09 20:03:55.142 INFO O| Mar 09 20:03:55.142 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862026-03-09T20:03:57.270Z[ recovery-image] Mar 09 20:03:55.152 INFO O| Mar 09 20:03:55.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
50872026-03-09T20:03:57.270Z[ recovery-image] Mar 09 20:03:55.152 INFO O| Mar 09 20:03:55.152 INFO STEP 103 (remove_files) COMPLETE
50882026-03-09T20:03:57.273Z[ recovery-image] Mar 09 20:03:55.152 INFO O| Mar 09 20:03:55.152 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892026-03-09T20:03:57.280Z[ recovery-image] Mar 09 20:03:55.162 INFO O| Mar 09 20:03:55.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
50902026-03-09T20:03:57.283Z[ recovery-image] Mar 09 20:03:55.162 INFO O| Mar 09 20:03:55.162 INFO STEP 104 (remove_files) COMPLETE
50912026-03-09T20:03:57.283Z[ recovery-image] Mar 09 20:03:55.162 INFO O| Mar 09 20:03:55.162 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922026-03-09T20:03:57.290Z[ recovery-image] Mar 09 20:03:55.172 INFO O| Mar 09 20:03:55.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
50932026-03-09T20:03:57.290Z[ recovery-image] Mar 09 20:03:55.172 INFO O| Mar 09 20:03:55.172 INFO STEP 105 (remove_files) COMPLETE
50942026-03-09T20:03:57.294Z[ recovery-image] Mar 09 20:03:55.172 INFO O| Mar 09 20:03:55.172 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952026-03-09T20:03:57.302Z[ recovery-image] Mar 09 20:03:55.184 INFO O| Mar 09 20:03:55.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
50962026-03-09T20:03:57.302Z[ recovery-image] Mar 09 20:03:55.184 INFO O| Mar 09 20:03:55.184 INFO STEP 106 (remove_files) COMPLETE
50972026-03-09T20:03:57.305Z[ recovery-image] Mar 09 20:03:55.184 INFO O| Mar 09 20:03:55.184 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982026-03-09T20:03:57.314Z[ recovery-image] Mar 09 20:03:55.196 INFO O| Mar 09 20:03:55.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
50992026-03-09T20:03:57.314Z[ recovery-image] Mar 09 20:03:55.196 INFO O| Mar 09 20:03:55.196 INFO STEP 107 (remove_files) COMPLETE
51002026-03-09T20:03:57.314Z[ recovery-image] Mar 09 20:03:55.196 INFO O| Mar 09 20:03:55.196 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012026-03-09T20:03:57.322Z[ recovery-image] Mar 09 20:03:55.204 INFO O| Mar 09 20:03:55.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51022026-03-09T20:03:57.323Z[ recovery-image] Mar 09 20:03:55.205 INFO O| Mar 09 20:03:55.205 INFO STEP 108 (remove_files) COMPLETE
51032026-03-09T20:03:57.323Z[ recovery-image] Mar 09 20:03:55.205 INFO O| Mar 09 20:03:55.205 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042026-03-09T20:03:57.332Z[ recovery-image] Mar 09 20:03:55.213 INFO O| Mar 09 20:03:55.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51052026-03-09T20:03:57.332Z[ recovery-image] Mar 09 20:03:55.213 INFO O| Mar 09 20:03:55.213 INFO STEP 109 (remove_files) COMPLETE
51062026-03-09T20:03:57.335Z[ recovery-image] Mar 09 20:03:55.214 INFO O| Mar 09 20:03:55.213 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072026-03-09T20:03:57.343Z[ recovery-image] Mar 09 20:03:55.225 INFO O| Mar 09 20:03:55.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51082026-03-09T20:03:57.343Z[ recovery-image] Mar 09 20:03:55.225 INFO O| Mar 09 20:03:55.225 INFO STEP 110 (remove_files) COMPLETE
51092026-03-09T20:03:57.346Z[ recovery-image] Mar 09 20:03:55.225 INFO O| Mar 09 20:03:55.225 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102026-03-09T20:03:57.355Z[ recovery-image] Mar 09 20:03:55.237 INFO O| Mar 09 20:03:55.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51112026-03-09T20:03:57.355Z[ recovery-image] Mar 09 20:03:55.237 INFO O| Mar 09 20:03:55.237 INFO STEP 111 (remove_files) COMPLETE
51122026-03-09T20:03:57.358Z[ recovery-image] Mar 09 20:03:55.237 INFO O| Mar 09 20:03:55.237 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132026-03-09T20:03:57.367Z[ recovery-image] Mar 09 20:03:55.249 INFO O| Mar 09 20:03:55.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51142026-03-09T20:03:57.367Z[ recovery-image] Mar 09 20:03:55.249 INFO O| Mar 09 20:03:55.249 INFO STEP 112 (remove_files) COMPLETE
51152026-03-09T20:03:57.370Z[ recovery-image] Mar 09 20:03:55.249 INFO O| Mar 09 20:03:55.249 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162026-03-09T20:03:57.377Z[ recovery-image] Mar 09 20:03:55.259 INFO O| Mar 09 20:03:55.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51172026-03-09T20:03:57.377Z[ recovery-image] Mar 09 20:03:55.259 INFO O| Mar 09 20:03:55.259 INFO STEP 113 (remove_files) COMPLETE
51182026-03-09T20:03:57.380Z[ recovery-image] Mar 09 20:03:55.259 INFO O| Mar 09 20:03:55.259 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192026-03-09T20:03:57.391Z[ recovery-image] Mar 09 20:03:55.273 INFO O| Mar 09 20:03:55.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51202026-03-09T20:03:57.394Z[ recovery-image] Mar 09 20:03:55.273 INFO O| Mar 09 20:03:55.273 INFO STEP 114 (remove_files) COMPLETE
51212026-03-09T20:03:57.394Z[ recovery-image] Mar 09 20:03:55.273 INFO O| Mar 09 20:03:55.273 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222026-03-09T20:03:57.403Z[ recovery-image] Mar 09 20:03:55.285 INFO O| Mar 09 20:03:55.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51232026-03-09T20:03:57.403Z[ recovery-image] Mar 09 20:03:55.285 INFO O| Mar 09 20:03:55.285 INFO STEP 115 (remove_files) COMPLETE
51242026-03-09T20:03:57.406Z[ recovery-image] Mar 09 20:03:55.285 INFO O| Mar 09 20:03:55.285 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252026-03-09T20:03:57.416Z[ recovery-image] Mar 09 20:03:55.298 INFO O| Mar 09 20:03:55.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51262026-03-09T20:03:57.416Z[ recovery-image] Mar 09 20:03:55.298 INFO O| Mar 09 20:03:55.298 INFO STEP 116 (remove_files) COMPLETE
51272026-03-09T20:03:57.419Z[ recovery-image] Mar 09 20:03:55.298 INFO O| Mar 09 20:03:55.298 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282026-03-09T20:03:57.428Z[ recovery-image] Mar 09 20:03:55.310 INFO O| Mar 09 20:03:55.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51292026-03-09T20:03:57.428Z[ recovery-image] Mar 09 20:03:55.310 INFO O| Mar 09 20:03:55.310 INFO STEP 117 (remove_files) COMPLETE
51302026-03-09T20:03:57.428Z[ recovery-image] Mar 09 20:03:55.310 INFO O| Mar 09 20:03:55.310 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312026-03-09T20:03:57.439Z[ recovery-image] Mar 09 20:03:55.321 INFO O| Mar 09 20:03:55.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51322026-03-09T20:03:57.442Z[ recovery-image] Mar 09 20:03:55.322 INFO O| Mar 09 20:03:55.322 INFO STEP 118 (remove_files) COMPLETE
51332026-03-09T20:03:57.442Z[ recovery-image] Mar 09 20:03:55.322 INFO O| Mar 09 20:03:55.322 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342026-03-09T20:03:57.449Z[ recovery-image] Mar 09 20:03:55.331 INFO O| Mar 09 20:03:55.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51352026-03-09T20:03:57.450Z[ recovery-image] Mar 09 20:03:55.331 INFO O| Mar 09 20:03:55.331 INFO STEP 119 (remove_files) COMPLETE
51362026-03-09T20:03:57.453Z[ recovery-image] Mar 09 20:03:55.331 INFO O| Mar 09 20:03:55.331 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372026-03-09T20:03:57.459Z[ recovery-image] Mar 09 20:03:55.341 INFO O| Mar 09 20:03:55.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51382026-03-09T20:03:57.459Z[ recovery-image] Mar 09 20:03:55.341 INFO O| Mar 09 20:03:55.341 INFO STEP 120 (remove_files) COMPLETE
51392026-03-09T20:03:57.462Z[ recovery-image] Mar 09 20:03:55.341 INFO O| Mar 09 20:03:55.341 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402026-03-09T20:03:57.472Z[ recovery-image] Mar 09 20:03:55.354 INFO O| Mar 09 20:03:55.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51412026-03-09T20:03:57.472Z[ recovery-image] Mar 09 20:03:55.354 INFO O| Mar 09 20:03:55.354 INFO STEP 121 (remove_files) COMPLETE
51422026-03-09T20:03:57.475Z[ recovery-image] Mar 09 20:03:55.354 INFO O| Mar 09 20:03:55.354 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432026-03-09T20:03:57.482Z[ recovery-image] Mar 09 20:03:55.364 INFO O| Mar 09 20:03:55.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51442026-03-09T20:03:57.482Z[ recovery-image] Mar 09 20:03:55.364 INFO O| Mar 09 20:03:55.364 INFO STEP 122 (remove_files) COMPLETE
51452026-03-09T20:03:57.482Z[ recovery-image] Mar 09 20:03:55.364 INFO O| Mar 09 20:03:55.364 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462026-03-09T20:03:57.493Z[ recovery-image] Mar 09 20:03:55.374 INFO O| Mar 09 20:03:55.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51472026-03-09T20:03:57.493Z[ recovery-image] Mar 09 20:03:55.375 INFO O| Mar 09 20:03:55.375 INFO STEP 123 (remove_files) COMPLETE
51482026-03-09T20:03:57.496Z[ recovery-image] Mar 09 20:03:55.375 INFO O| Mar 09 20:03:55.375 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492026-03-09T20:03:57.504Z[ recovery-image] Mar 09 20:03:55.385 INFO O| Mar 09 20:03:55.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51502026-03-09T20:03:57.504Z[ recovery-image] Mar 09 20:03:55.386 INFO O| Mar 09 20:03:55.385 INFO STEP 124 (remove_files) COMPLETE
51512026-03-09T20:03:57.507Z[ recovery-image] Mar 09 20:03:55.386 INFO O| Mar 09 20:03:55.385 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522026-03-09T20:03:57.517Z[ recovery-image] Mar 09 20:03:55.399 INFO O| Mar 09 20:03:55.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51532026-03-09T20:03:57.518Z[ recovery-image] Mar 09 20:03:55.399 INFO O| Mar 09 20:03:55.399 INFO STEP 125 (remove_files) COMPLETE
51542026-03-09T20:03:57.521Z[ recovery-image] Mar 09 20:03:55.399 INFO O| Mar 09 20:03:55.399 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552026-03-09T20:03:57.531Z[ recovery-image] Mar 09 20:03:55.413 INFO O| Mar 09 20:03:55.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51562026-03-09T20:03:57.535Z[ recovery-image] Mar 09 20:03:55.413 INFO O| Mar 09 20:03:55.413 INFO STEP 126 (remove_files) COMPLETE
51572026-03-09T20:03:57.535Z[ recovery-image] Mar 09 20:03:55.413 INFO O| Mar 09 20:03:55.413 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582026-03-09T20:03:57.544Z[ recovery-image] Mar 09 20:03:55.426 INFO O| Mar 09 20:03:55.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51592026-03-09T20:03:57.544Z[ recovery-image] Mar 09 20:03:55.426 INFO O| Mar 09 20:03:55.426 INFO STEP 127 (remove_files) COMPLETE
51602026-03-09T20:03:57.547Z[ recovery-image] Mar 09 20:03:55.426 INFO O| Mar 09 20:03:55.426 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612026-03-09T20:03:57.555Z[ recovery-image] Mar 09 20:03:55.437 INFO O| Mar 09 20:03:55.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51622026-03-09T20:03:57.558Z[ recovery-image] Mar 09 20:03:55.438 INFO O| Mar 09 20:03:55.438 INFO STEP 128 (remove_files) COMPLETE
51632026-03-09T20:03:57.558Z[ recovery-image] Mar 09 20:03:55.438 INFO O| Mar 09 20:03:55.438 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642026-03-09T20:03:57.569Z[ recovery-image] Mar 09 20:03:55.450 INFO O| Mar 09 20:03:55.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51652026-03-09T20:03:57.569Z[ recovery-image] Mar 09 20:03:55.451 INFO O| Mar 09 20:03:55.451 INFO STEP 129 (remove_files) COMPLETE
51662026-03-09T20:03:57.569Z[ recovery-image] Mar 09 20:03:55.451 INFO O| Mar 09 20:03:55.451 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672026-03-09T20:03:57.582Z[ recovery-image] Mar 09 20:03:55.463 INFO O| Mar 09 20:03:55.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51682026-03-09T20:03:57.582Z[ recovery-image] Mar 09 20:03:55.463 INFO O| Mar 09 20:03:55.463 INFO STEP 130 (remove_files) COMPLETE
51692026-03-09T20:03:57.585Z[ recovery-image] Mar 09 20:03:55.463 INFO O| Mar 09 20:03:55.463 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702026-03-09T20:03:57.594Z[ recovery-image] Mar 09 20:03:55.476 INFO O| Mar 09 20:03:55.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51712026-03-09T20:03:57.594Z[ recovery-image] Mar 09 20:03:55.476 INFO O| Mar 09 20:03:55.476 INFO STEP 131 (remove_files) COMPLETE
51722026-03-09T20:03:57.597Z[ recovery-image] Mar 09 20:03:55.476 INFO O| Mar 09 20:03:55.476 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732026-03-09T20:03:57.606Z[ recovery-image] Mar 09 20:03:55.487 INFO O| Mar 09 20:03:55.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51742026-03-09T20:03:57.606Z[ recovery-image] Mar 09 20:03:55.487 INFO O| Mar 09 20:03:55.487 INFO STEP 132 (remove_files) COMPLETE
51752026-03-09T20:03:57.606Z[ recovery-image] Mar 09 20:03:55.487 INFO O| Mar 09 20:03:55.487 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762026-03-09T20:03:57.617Z[ recovery-image] Mar 09 20:03:55.499 INFO O| Mar 09 20:03:55.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51772026-03-09T20:03:57.617Z[ recovery-image] Mar 09 20:03:55.499 INFO O| Mar 09 20:03:55.499 INFO STEP 133 (remove_files) COMPLETE
51782026-03-09T20:03:57.620Z[ recovery-image] Mar 09 20:03:55.499 INFO O| Mar 09 20:03:55.499 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792026-03-09T20:03:57.628Z[ recovery-image] Mar 09 20:03:55.510 INFO O| Mar 09 20:03:55.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51802026-03-09T20:03:57.628Z[ recovery-image] Mar 09 20:03:55.510 INFO O| Mar 09 20:03:55.510 INFO STEP 134 (remove_files) COMPLETE
51812026-03-09T20:03:57.631Z[ recovery-image] Mar 09 20:03:55.510 INFO O| Mar 09 20:03:55.510 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822026-03-09T20:03:57.639Z[ recovery-image] Mar 09 20:03:55.520 INFO O| Mar 09 20:03:55.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
51832026-03-09T20:03:57.639Z[ recovery-image] Mar 09 20:03:55.520 INFO O| Mar 09 20:03:55.520 INFO STEP 135 (remove_files) COMPLETE
51842026-03-09T20:03:57.639Z[ recovery-image] Mar 09 20:03:55.520 INFO O| Mar 09 20:03:55.520 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852026-03-09T20:03:57.649Z[ recovery-image] Mar 09 20:03:55.531 INFO O| Mar 09 20:03:55.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
51862026-03-09T20:03:57.649Z[ recovery-image] Mar 09 20:03:55.531 INFO O| Mar 09 20:03:55.531 INFO STEP 136 (remove_files) COMPLETE
51872026-03-09T20:03:57.649Z[ recovery-image] Mar 09 20:03:55.531 INFO O| Mar 09 20:03:55.531 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882026-03-09T20:03:57.659Z[ recovery-image] Mar 09 20:03:55.541 INFO O| Mar 09 20:03:55.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
51892026-03-09T20:03:57.659Z[ recovery-image] Mar 09 20:03:55.541 INFO O| Mar 09 20:03:55.541 INFO STEP 137 (remove_files) COMPLETE
51902026-03-09T20:03:57.662Z[ recovery-image] Mar 09 20:03:55.541 INFO O| Mar 09 20:03:55.541 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912026-03-09T20:03:57.668Z[ recovery-image] Mar 09 20:03:55.550 INFO O| Mar 09 20:03:55.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
51922026-03-09T20:03:57.668Z[ recovery-image] Mar 09 20:03:55.550 INFO O| Mar 09 20:03:55.550 INFO STEP 138 (remove_files) COMPLETE
51932026-03-09T20:03:57.668Z[ recovery-image] Mar 09 20:03:55.550 INFO O| Mar 09 20:03:55.550 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942026-03-09T20:03:57.677Z[ recovery-image] Mar 09 20:03:55.559 INFO O| Mar 09 20:03:55.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
51952026-03-09T20:03:57.677Z[ recovery-image] Mar 09 20:03:55.559 INFO O| Mar 09 20:03:55.559 INFO STEP 139 (remove_files) COMPLETE
51962026-03-09T20:03:57.677Z[ recovery-image] Mar 09 20:03:55.559 INFO O| Mar 09 20:03:55.559 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972026-03-09T20:03:57.689Z[ recovery-image] Mar 09 20:03:55.571 INFO O| Mar 09 20:03:55.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
51982026-03-09T20:03:57.689Z[ recovery-image] Mar 09 20:03:55.571 INFO O| Mar 09 20:03:55.571 INFO STEP 140 (remove_files) COMPLETE
51992026-03-09T20:03:57.692Z[ recovery-image] Mar 09 20:03:55.571 INFO O| Mar 09 20:03:55.571 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002026-03-09T20:03:57.699Z[ recovery-image] Mar 09 20:03:55.581 INFO O| Mar 09 20:03:55.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52012026-03-09T20:03:57.699Z[ recovery-image] Mar 09 20:03:55.581 INFO O| Mar 09 20:03:55.581 INFO STEP 141 (remove_files) COMPLETE
52022026-03-09T20:03:57.702Z[ recovery-image] Mar 09 20:03:55.581 INFO O| Mar 09 20:03:55.581 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032026-03-09T20:03:57.711Z[ recovery-image] Mar 09 20:03:55.592 INFO O| Mar 09 20:03:55.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52042026-03-09T20:03:57.711Z[ recovery-image] Mar 09 20:03:55.593 INFO O| Mar 09 20:03:55.593 INFO STEP 142 (remove_files) COMPLETE
52052026-03-09T20:03:57.714Z[ recovery-image] Mar 09 20:03:55.593 INFO O| Mar 09 20:03:55.593 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062026-03-09T20:03:57.719Z[ recovery-image] Mar 09 20:03:55.601 INFO O| Mar 09 20:03:55.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52072026-03-09T20:03:57.719Z[ recovery-image] Mar 09 20:03:55.601 INFO O| Mar 09 20:03:55.601 INFO STEP 143 (remove_files) COMPLETE
52082026-03-09T20:03:57.722Z[ recovery-image] Mar 09 20:03:55.601 INFO O| Mar 09 20:03:55.601 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092026-03-09T20:03:57.732Z[ recovery-image] Mar 09 20:03:55.613 INFO O| Mar 09 20:03:55.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52102026-03-09T20:03:57.732Z[ recovery-image] Mar 09 20:03:55.613 INFO O| Mar 09 20:03:55.613 INFO STEP 144 (remove_files) COMPLETE
52112026-03-09T20:03:57.735Z[ recovery-image] Mar 09 20:03:55.614 INFO O| Mar 09 20:03:55.613 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122026-03-09T20:03:57.741Z[ recovery-image] Mar 09 20:03:55.622 INFO O| Mar 09 20:03:55.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52132026-03-09T20:03:57.743Z[ recovery-image] Mar 09 20:03:55.623 INFO O| Mar 09 20:03:55.622 INFO STEP 145 (remove_files) COMPLETE
52142026-03-09T20:03:57.744Z[ recovery-image] Mar 09 20:03:55.623 INFO O| Mar 09 20:03:55.622 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152026-03-09T20:03:57.750Z[ recovery-image] Mar 09 20:03:55.632 INFO O| Mar 09 20:03:55.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52162026-03-09T20:03:57.750Z[ recovery-image] Mar 09 20:03:55.632 INFO O| Mar 09 20:03:55.632 INFO STEP 146 (remove_files) COMPLETE
52172026-03-09T20:03:57.750Z[ recovery-image] Mar 09 20:03:55.632 INFO O| Mar 09 20:03:55.632 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182026-03-09T20:03:57.760Z[ recovery-image] Mar 09 20:03:55.641 INFO O| Mar 09 20:03:55.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52192026-03-09T20:03:57.760Z[ recovery-image] Mar 09 20:03:55.642 INFO O| Mar 09 20:03:55.641 INFO STEP 147 (remove_files) COMPLETE
52202026-03-09T20:03:57.763Z[ recovery-image] Mar 09 20:03:55.642 INFO O| Mar 09 20:03:55.642 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212026-03-09T20:03:57.769Z[ recovery-image] Mar 09 20:03:55.651 INFO O| Mar 09 20:03:55.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52222026-03-09T20:03:57.772Z[ recovery-image] Mar 09 20:03:55.651 INFO O| Mar 09 20:03:55.651 INFO STEP 148 (remove_files) COMPLETE
52232026-03-09T20:03:57.772Z[ recovery-image] Mar 09 20:03:55.651 INFO O| Mar 09 20:03:55.651 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242026-03-09T20:03:57.778Z[ recovery-image] Mar 09 20:03:55.660 INFO O| Mar 09 20:03:55.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52252026-03-09T20:03:57.779Z[ recovery-image] Mar 09 20:03:55.660 INFO O| Mar 09 20:03:55.660 INFO STEP 149 (remove_files) COMPLETE
52262026-03-09T20:03:57.782Z[ recovery-image] Mar 09 20:03:55.660 INFO O| Mar 09 20:03:55.660 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272026-03-09T20:03:57.787Z[ recovery-image] Mar 09 20:03:55.669 INFO O| Mar 09 20:03:55.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52282026-03-09T20:03:57.787Z[ recovery-image] Mar 09 20:03:55.669 INFO O| Mar 09 20:03:55.669 INFO STEP 150 (remove_files) COMPLETE
52292026-03-09T20:03:57.790Z[ recovery-image] Mar 09 20:03:55.669 INFO O| Mar 09 20:03:55.669 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302026-03-09T20:03:57.797Z[ recovery-image] Mar 09 20:03:55.679 INFO O| Mar 09 20:03:55.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52312026-03-09T20:03:57.797Z[ recovery-image] Mar 09 20:03:55.679 INFO O| Mar 09 20:03:55.679 INFO STEP 151 (remove_files) COMPLETE
52322026-03-09T20:03:57.800Z[ recovery-image] Mar 09 20:03:55.679 INFO O| Mar 09 20:03:55.679 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332026-03-09T20:03:57.807Z[ recovery-image] Mar 09 20:03:55.689 INFO O| Mar 09 20:03:55.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52342026-03-09T20:03:57.807Z[ recovery-image] Mar 09 20:03:55.689 INFO O| Mar 09 20:03:55.689 INFO STEP 152 (remove_files) COMPLETE
52352026-03-09T20:03:57.810Z[ recovery-image] Mar 09 20:03:55.689 INFO O| Mar 09 20:03:55.689 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362026-03-09T20:03:57.819Z[ recovery-image] Mar 09 20:03:55.701 INFO O| Mar 09 20:03:55.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52372026-03-09T20:03:57.819Z[ recovery-image] Mar 09 20:03:55.701 INFO O| Mar 09 20:03:55.701 INFO STEP 153 (remove_files) COMPLETE
52382026-03-09T20:03:57.819Z[ recovery-image] Mar 09 20:03:55.701 INFO O| Mar 09 20:03:55.701 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392026-03-09T20:03:57.830Z[ recovery-image] Mar 09 20:03:55.712 INFO O| Mar 09 20:03:55.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52402026-03-09T20:03:57.831Z[ recovery-image] Mar 09 20:03:55.712 INFO O| Mar 09 20:03:55.712 INFO STEP 154 (remove_files) COMPLETE
52412026-03-09T20:03:57.831Z[ recovery-image] Mar 09 20:03:55.712 INFO O| Mar 09 20:03:55.712 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422026-03-09T20:03:57.839Z[ recovery-image] Mar 09 20:03:55.721 INFO O| Mar 09 20:03:55.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52432026-03-09T20:03:57.839Z[ recovery-image] Mar 09 20:03:55.721 INFO O| Mar 09 20:03:55.721 INFO STEP 155 (remove_files) COMPLETE
52442026-03-09T20:03:57.842Z[ recovery-image] Mar 09 20:03:55.721 INFO O| Mar 09 20:03:55.721 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452026-03-09T20:03:57.849Z[ recovery-image] Mar 09 20:03:55.730 INFO O| Mar 09 20:03:55.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52462026-03-09T20:03:57.849Z[ recovery-image] Mar 09 20:03:55.730 INFO O| Mar 09 20:03:55.730 INFO STEP 156 (remove_files) COMPLETE
52472026-03-09T20:03:57.851Z[ recovery-image] Mar 09 20:03:55.730 INFO O| Mar 09 20:03:55.730 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482026-03-09T20:03:57.859Z[ recovery-image] Mar 09 20:03:55.741 INFO O| Mar 09 20:03:55.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52492026-03-09T20:03:57.859Z[ recovery-image] Mar 09 20:03:55.741 INFO O| Mar 09 20:03:55.741 INFO STEP 157 (remove_files) COMPLETE
52502026-03-09T20:03:57.862Z[ recovery-image] Mar 09 20:03:55.741 INFO O| Mar 09 20:03:55.741 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512026-03-09T20:03:57.870Z[ recovery-image] Mar 09 20:03:55.752 INFO O| Mar 09 20:03:55.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52522026-03-09T20:03:57.870Z[ recovery-image] Mar 09 20:03:55.752 INFO O| Mar 09 20:03:55.752 INFO STEP 158 (remove_files) COMPLETE
52532026-03-09T20:03:57.873Z[ recovery-image] Mar 09 20:03:55.752 INFO O| Mar 09 20:03:55.752 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542026-03-09T20:03:57.882Z[ recovery-image] Mar 09 20:03:55.763 INFO O| Mar 09 20:03:55.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52552026-03-09T20:03:57.885Z[ recovery-image] Mar 09 20:03:55.764 INFO O| Mar 09 20:03:55.764 INFO STEP 159 (remove_files) COMPLETE
52562026-03-09T20:03:57.885Z[ recovery-image] Mar 09 20:03:55.764 INFO O| Mar 09 20:03:55.764 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572026-03-09T20:03:57.892Z[ recovery-image] Mar 09 20:03:55.774 INFO O| Mar 09 20:03:55.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52582026-03-09T20:03:57.893Z[ recovery-image] Mar 09 20:03:55.774 INFO O| Mar 09 20:03:55.774 INFO STEP 160 (remove_files) COMPLETE
52592026-03-09T20:03:57.895Z[ recovery-image] Mar 09 20:03:55.774 INFO O| Mar 09 20:03:55.774 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602026-03-09T20:03:57.903Z[ recovery-image] Mar 09 20:03:55.785 INFO O| Mar 09 20:03:55.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52612026-03-09T20:03:57.906Z[ recovery-image] Mar 09 20:03:55.785 INFO O| Mar 09 20:03:55.785 INFO STEP 161 (remove_files) COMPLETE
52622026-03-09T20:03:57.908Z[ recovery-image] Mar 09 20:03:55.785 INFO O| Mar 09 20:03:55.785 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632026-03-09T20:03:57.911Z[ recovery-image] Mar 09 20:03:55.793 INFO O| Mar 09 20:03:55.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52642026-03-09T20:03:57.914Z[ recovery-image] Mar 09 20:03:55.794 INFO O| Mar 09 20:03:55.794 INFO STEP 162 (remove_files) COMPLETE
52652026-03-09T20:03:57.914Z[ recovery-image] Mar 09 20:03:55.794 INFO O| Mar 09 20:03:55.794 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662026-03-09T20:03:57.921Z[ recovery-image] Mar 09 20:03:55.803 INFO O| Mar 09 20:03:55.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52672026-03-09T20:03:57.921Z[ recovery-image] Mar 09 20:03:55.803 INFO O| Mar 09 20:03:55.803 INFO STEP 163 (remove_files) COMPLETE
52682026-03-09T20:03:57.924Z[ recovery-image] Mar 09 20:03:55.803 INFO O| Mar 09 20:03:55.803 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692026-03-09T20:03:57.929Z[ recovery-image] Mar 09 20:03:55.811 INFO O| Mar 09 20:03:55.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52702026-03-09T20:03:57.932Z[ recovery-image] Mar 09 20:03:55.811 INFO O| Mar 09 20:03:55.811 INFO STEP 164 (remove_files) COMPLETE
52712026-03-09T20:03:57.933Z[ recovery-image] Mar 09 20:03:55.811 INFO O| Mar 09 20:03:55.811 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722026-03-09T20:03:57.940Z[ recovery-image] Mar 09 20:03:55.822 INFO O| Mar 09 20:03:55.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52732026-03-09T20:03:57.940Z[ recovery-image] Mar 09 20:03:55.822 INFO O| Mar 09 20:03:55.822 INFO STEP 165 (remove_files) COMPLETE
52742026-03-09T20:03:57.940Z[ recovery-image] Mar 09 20:03:55.822 INFO O| Mar 09 20:03:55.822 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752026-03-09T20:03:57.949Z[ recovery-image] Mar 09 20:03:55.830 INFO O| Mar 09 20:03:55.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52762026-03-09T20:03:57.949Z[ recovery-image] Mar 09 20:03:55.830 INFO O| Mar 09 20:03:55.830 INFO STEP 166 (remove_files) COMPLETE
52772026-03-09T20:03:57.952Z[ recovery-image] Mar 09 20:03:55.831 INFO O| Mar 09 20:03:55.830 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782026-03-09T20:03:57.959Z[ recovery-image] Mar 09 20:03:55.841 INFO O| Mar 09 20:03:55.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52792026-03-09T20:03:57.959Z[ recovery-image] Mar 09 20:03:55.841 INFO O| Mar 09 20:03:55.841 INFO STEP 167 (remove_files) COMPLETE
52802026-03-09T20:03:57.962Z[ recovery-image] Mar 09 20:03:55.841 INFO O| Mar 09 20:03:55.841 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812026-03-09T20:03:57.968Z[ recovery-image] Mar 09 20:03:55.850 INFO O| Mar 09 20:03:55.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
52822026-03-09T20:03:57.968Z[ recovery-image] Mar 09 20:03:55.850 INFO O| Mar 09 20:03:55.850 INFO STEP 168 (remove_files) COMPLETE
52832026-03-09T20:03:57.971Z[ recovery-image] Mar 09 20:03:55.850 INFO O| Mar 09 20:03:55.850 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842026-03-09T20:03:57.978Z[ recovery-image] Mar 09 20:03:55.860 INFO O| Mar 09 20:03:55.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
52852026-03-09T20:03:57.981Z[ recovery-image] Mar 09 20:03:55.860 INFO O| Mar 09 20:03:55.860 INFO STEP 169 (remove_files) COMPLETE
52862026-03-09T20:03:57.981Z[ recovery-image] Mar 09 20:03:55.860 INFO O| Mar 09 20:03:55.860 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872026-03-09T20:03:57.991Z[ recovery-image] Mar 09 20:03:55.872 INFO O| Mar 09 20:03:55.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
52882026-03-09T20:03:57.991Z[ recovery-image] Mar 09 20:03:55.872 INFO O| Mar 09 20:03:55.872 INFO STEP 170 (remove_files) COMPLETE
52892026-03-09T20:03:57.994Z[ recovery-image] Mar 09 20:03:55.872 INFO O| Mar 09 20:03:55.872 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902026-03-09T20:03:58.003Z[ recovery-image] Mar 09 20:03:55.884 INFO O| Mar 09 20:03:55.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
52912026-03-09T20:03:58.003Z[ recovery-image] Mar 09 20:03:55.884 INFO O| Mar 09 20:03:55.884 INFO STEP 171 (remove_files) COMPLETE
52922026-03-09T20:03:58.006Z[ recovery-image] Mar 09 20:03:55.884 INFO O| Mar 09 20:03:55.884 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932026-03-09T20:03:58.014Z[ recovery-image] Mar 09 20:03:55.895 INFO O| Mar 09 20:03:55.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
52942026-03-09T20:03:58.014Z[ recovery-image] Mar 09 20:03:55.895 INFO O| Mar 09 20:03:55.895 INFO STEP 172 (remove_files) COMPLETE
52952026-03-09T20:03:58.017Z[ recovery-image] Mar 09 20:03:55.895 INFO O| Mar 09 20:03:55.895 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962026-03-09T20:03:58.025Z[ recovery-image] Mar 09 20:03:55.907 INFO O| Mar 09 20:03:55.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
52972026-03-09T20:03:58.025Z[ recovery-image] Mar 09 20:03:55.907 INFO O| Mar 09 20:03:55.907 INFO STEP 173 (remove_files) COMPLETE
52982026-03-09T20:03:58.028Z[ recovery-image] Mar 09 20:03:55.907 INFO O| Mar 09 20:03:55.907 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992026-03-09T20:03:58.036Z[ recovery-image] Mar 09 20:03:55.917 INFO O| Mar 09 20:03:55.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53002026-03-09T20:03:58.036Z[ recovery-image] Mar 09 20:03:55.917 INFO O| Mar 09 20:03:55.917 INFO STEP 174 (remove_files) COMPLETE
53012026-03-09T20:03:58.036Z[ recovery-image] Mar 09 20:03:55.917 INFO O| Mar 09 20:03:55.917 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022026-03-09T20:03:58.045Z[ recovery-image] Mar 09 20:03:55.926 INFO O| Mar 09 20:03:55.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53032026-03-09T20:03:58.045Z[ recovery-image] Mar 09 20:03:55.926 INFO O| Mar 09 20:03:55.926 INFO STEP 175 (remove_files) COMPLETE
53042026-03-09T20:03:58.048Z[ recovery-image] Mar 09 20:03:55.926 INFO O| Mar 09 20:03:55.926 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052026-03-09T20:03:58.054Z[ recovery-image] Mar 09 20:03:55.935 INFO O| Mar 09 20:03:55.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53062026-03-09T20:03:58.057Z[ recovery-image] Mar 09 20:03:55.936 INFO O| Mar 09 20:03:55.936 INFO STEP 176 (remove_files) COMPLETE
53072026-03-09T20:03:58.057Z[ recovery-image] Mar 09 20:03:55.936 INFO O| Mar 09 20:03:55.936 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082026-03-09T20:03:58.065Z[ recovery-image] Mar 09 20:03:55.947 INFO O| Mar 09 20:03:55.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53092026-03-09T20:03:58.065Z[ recovery-image] Mar 09 20:03:55.947 INFO O| Mar 09 20:03:55.947 INFO STEP 177 (remove_files) COMPLETE
53102026-03-09T20:03:58.068Z[ recovery-image] Mar 09 20:03:55.947 INFO O| Mar 09 20:03:55.947 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112026-03-09T20:03:58.076Z[ recovery-image] Mar 09 20:03:55.958 INFO O| Mar 09 20:03:55.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53122026-03-09T20:03:58.077Z[ recovery-image] Mar 09 20:03:55.958 INFO O| Mar 09 20:03:55.958 INFO STEP 178 (remove_files) COMPLETE
53132026-03-09T20:03:58.077Z[ recovery-image] Mar 09 20:03:55.958 INFO O| Mar 09 20:03:55.958 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142026-03-09T20:03:58.087Z[ recovery-image] Mar 09 20:03:55.969 INFO O| Mar 09 20:03:55.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53152026-03-09T20:03:58.087Z[ recovery-image] Mar 09 20:03:55.969 INFO O| Mar 09 20:03:55.969 INFO STEP 179 (remove_files) COMPLETE
53162026-03-09T20:03:58.090Z[ recovery-image] Mar 09 20:03:55.969 INFO O| Mar 09 20:03:55.969 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172026-03-09T20:03:58.132Z[ recovery-image] Mar 09 20:03:55.978 INFO O| Mar 09 20:03:55.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53182026-03-09T20:03:58.133Z[ recovery-image] Mar 09 20:03:55.979 INFO O| Mar 09 20:03:55.979 INFO STEP 180 (remove_files) COMPLETE
53192026-03-09T20:03:58.133Z[ recovery-image] Mar 09 20:03:55.979 INFO O| Mar 09 20:03:55.979 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202026-03-09T20:03:58.133Z[ recovery-image] Mar 09 20:03:55.989 INFO O| Mar 09 20:03:55.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53212026-03-09T20:03:58.133Z[ recovery-image] Mar 09 20:03:55.989 INFO O| Mar 09 20:03:55.989 INFO STEP 181 (remove_files) COMPLETE
53222026-03-09T20:03:58.133Z[ recovery-image] Mar 09 20:03:55.989 INFO O| Mar 09 20:03:55.989 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232026-03-09T20:03:58.133Z[ recovery-image] Mar 09 20:03:55.996 INFO O| Mar 09 20:03:55.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53242026-03-09T20:03:58.133Z[ recovery-image] Mar 09 20:03:55.997 INFO O| Mar 09 20:03:55.996 INFO STEP 182 (remove_files) COMPLETE
53252026-03-09T20:03:58.133Z[ recovery-image] Mar 09 20:03:55.997 INFO O| Mar 09 20:03:55.997 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262026-03-09T20:03:58.133Z[ recovery-image] Mar 09 20:03:56.006 INFO O| Mar 09 20:03:56.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53272026-03-09T20:03:58.133Z[ recovery-image] Mar 09 20:03:56.006 INFO O| Mar 09 20:03:56.006 INFO STEP 183 (remove_files) COMPLETE
53282026-03-09T20:03:58.133Z[ recovery-image] Mar 09 20:03:56.006 INFO O| Mar 09 20:03:56.006 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292026-03-09T20:03:58.137Z[ recovery-image] Mar 09 20:03:56.017 INFO O| Mar 09 20:03:56.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53302026-03-09T20:03:58.137Z[ recovery-image] Mar 09 20:03:56.017 INFO O| Mar 09 20:03:56.017 INFO STEP 184 (remove_files) COMPLETE
53312026-03-09T20:03:58.137Z[ recovery-image] Mar 09 20:03:56.017 INFO O| Mar 09 20:03:56.017 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322026-03-09T20:03:58.144Z[ recovery-image] Mar 09 20:03:56.025 INFO O| Mar 09 20:03:56.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53332026-03-09T20:03:58.149Z[ recovery-image] Mar 09 20:03:56.025 INFO O| Mar 09 20:03:56.025 INFO STEP 185 (remove_files) COMPLETE
53342026-03-09T20:03:58.149Z[ recovery-image] Mar 09 20:03:56.025 INFO O| Mar 09 20:03:56.025 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352026-03-09T20:03:58.154Z[ recovery-image] Mar 09 20:03:56.036 INFO O| Mar 09 20:03:56.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53362026-03-09T20:03:58.154Z[ recovery-image] Mar 09 20:03:56.036 INFO O| Mar 09 20:03:56.036 INFO STEP 186 (remove_files) COMPLETE
53372026-03-09T20:03:58.154Z[ recovery-image] Mar 09 20:03:56.036 INFO O| Mar 09 20:03:56.036 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382026-03-09T20:03:58.164Z[ recovery-image] Mar 09 20:03:56.045 INFO O| Mar 09 20:03:56.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53392026-03-09T20:03:58.164Z[ recovery-image] Mar 09 20:03:56.046 INFO O| Mar 09 20:03:56.046 INFO STEP 187 (remove_files) COMPLETE
53402026-03-09T20:03:58.167Z[ recovery-image] Mar 09 20:03:56.046 INFO O| Mar 09 20:03:56.046 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412026-03-09T20:03:58.175Z[ recovery-image] Mar 09 20:03:56.056 INFO O| Mar 09 20:03:56.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53422026-03-09T20:03:58.178Z[ recovery-image] Mar 09 20:03:56.056 INFO O| Mar 09 20:03:56.056 INFO STEP 188 (remove_files) COMPLETE
53432026-03-09T20:03:58.178Z[ recovery-image] Mar 09 20:03:56.057 INFO O| Mar 09 20:03:56.056 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442026-03-09T20:03:58.183Z[ recovery-image] Mar 09 20:03:56.065 INFO O| Mar 09 20:03:56.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53452026-03-09T20:03:58.183Z[ recovery-image] Mar 09 20:03:56.065 INFO O| Mar 09 20:03:56.065 INFO STEP 189 (remove_files) COMPLETE
53462026-03-09T20:03:58.186Z[ recovery-image] Mar 09 20:03:56.065 INFO O| Mar 09 20:03:56.065 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472026-03-09T20:03:58.193Z[ recovery-image] Mar 09 20:03:56.074 INFO O| Mar 09 20:03:56.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53482026-03-09T20:03:58.196Z[ recovery-image] Mar 09 20:03:56.075 INFO O| Mar 09 20:03:56.075 INFO STEP 190 (remove_files) COMPLETE
53492026-03-09T20:03:58.196Z[ recovery-image] Mar 09 20:03:56.075 INFO O| Mar 09 20:03:56.075 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502026-03-09T20:03:58.203Z[ recovery-image] Mar 09 20:03:56.085 INFO O| Mar 09 20:03:56.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53512026-03-09T20:03:58.203Z[ recovery-image] Mar 09 20:03:56.085 INFO O| Mar 09 20:03:56.085 INFO STEP 191 (remove_files) COMPLETE
53522026-03-09T20:03:58.206Z[ recovery-image] Mar 09 20:03:56.085 INFO O| Mar 09 20:03:56.085 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532026-03-09T20:03:58.214Z[ recovery-image] Mar 09 20:03:56.095 INFO O| Mar 09 20:03:56.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53542026-03-09T20:03:58.214Z[ recovery-image] Mar 09 20:03:56.095 INFO O| Mar 09 20:03:56.095 INFO STEP 192 (remove_files) COMPLETE
53552026-03-09T20:03:58.217Z[ recovery-image] Mar 09 20:03:56.095 INFO O| Mar 09 20:03:56.095 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562026-03-09T20:03:58.223Z[ recovery-image] Mar 09 20:03:56.105 INFO O| Mar 09 20:03:56.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53572026-03-09T20:03:58.226Z[ recovery-image] Mar 09 20:03:56.105 INFO O| Mar 09 20:03:56.105 INFO STEP 193 (remove_files) COMPLETE
53582026-03-09T20:03:58.226Z[ recovery-image] Mar 09 20:03:56.105 INFO O| Mar 09 20:03:56.105 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592026-03-09T20:03:58.232Z[ recovery-image] Mar 09 20:03:56.113 INFO O| Mar 09 20:03:56.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53602026-03-09T20:03:58.232Z[ recovery-image] Mar 09 20:03:56.113 INFO O| Mar 09 20:03:56.113 INFO STEP 194 (remove_files) COMPLETE
53612026-03-09T20:03:58.235Z[ recovery-image] Mar 09 20:03:56.113 INFO O| Mar 09 20:03:56.113 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622026-03-09T20:03:58.240Z[ recovery-image] Mar 09 20:03:56.122 INFO O| Mar 09 20:03:56.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53632026-03-09T20:03:58.240Z[ recovery-image] Mar 09 20:03:56.122 INFO O| Mar 09 20:03:56.122 INFO STEP 195 (remove_files) COMPLETE
53642026-03-09T20:03:58.244Z[ recovery-image] Mar 09 20:03:56.122 INFO O| Mar 09 20:03:56.122 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652026-03-09T20:03:58.248Z[ recovery-image] Mar 09 20:03:56.130 INFO O| Mar 09 20:03:56.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53662026-03-09T20:03:58.248Z[ recovery-image] Mar 09 20:03:56.130 INFO O| Mar 09 20:03:56.130 INFO STEP 196 (remove_files) COMPLETE
53672026-03-09T20:03:58.251Z[ recovery-image] Mar 09 20:03:56.130 INFO O| Mar 09 20:03:56.130 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682026-03-09T20:03:58.257Z[ recovery-image] Mar 09 20:03:56.139 INFO O| Mar 09 20:03:56.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53692026-03-09T20:03:58.260Z[ recovery-image] Mar 09 20:03:56.139 INFO O| Mar 09 20:03:56.139 INFO STEP 197 (remove_files) COMPLETE
53702026-03-09T20:03:58.260Z[ recovery-image] Mar 09 20:03:56.139 INFO O| Mar 09 20:03:56.139 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712026-03-09T20:03:58.265Z[ recovery-image] Mar 09 20:03:56.147 INFO O| Mar 09 20:03:56.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53722026-03-09T20:03:58.268Z[ recovery-image] Mar 09 20:03:56.147 INFO O| Mar 09 20:03:56.147 INFO STEP 198 (remove_files) COMPLETE
53732026-03-09T20:03:58.268Z[ recovery-image] Mar 09 20:03:56.147 INFO O| Mar 09 20:03:56.147 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742026-03-09T20:03:58.275Z[ recovery-image] Mar 09 20:03:56.157 INFO O| Mar 09 20:03:56.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53752026-03-09T20:03:58.275Z[ recovery-image] Mar 09 20:03:56.157 INFO O| Mar 09 20:03:56.157 INFO STEP 199 (remove_files) COMPLETE
53762026-03-09T20:03:58.278Z[ recovery-image] Mar 09 20:03:56.157 INFO O| Mar 09 20:03:56.157 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772026-03-09T20:03:58.283Z[ recovery-image] Mar 09 20:03:56.165 INFO O| Mar 09 20:03:56.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53782026-03-09T20:03:58.283Z[ recovery-image] Mar 09 20:03:56.165 INFO O| Mar 09 20:03:56.165 INFO STEP 200 (remove_files) COMPLETE
53792026-03-09T20:03:58.286Z[ recovery-image] Mar 09 20:03:56.165 INFO O| Mar 09 20:03:56.165 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802026-03-09T20:03:58.292Z[ recovery-image] Mar 09 20:03:56.174 INFO O| Mar 09 20:03:56.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53812026-03-09T20:03:58.295Z[ recovery-image] Mar 09 20:03:56.174 INFO O| Mar 09 20:03:56.174 INFO STEP 201 (remove_files) COMPLETE
53822026-03-09T20:03:58.295Z[ recovery-image] Mar 09 20:03:56.174 INFO O| Mar 09 20:03:56.174 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832026-03-09T20:03:58.300Z[ recovery-image] Mar 09 20:03:56.182 INFO O| Mar 09 20:03:56.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
53842026-03-09T20:03:58.303Z[ recovery-image] Mar 09 20:03:56.182 INFO O| Mar 09 20:03:56.182 INFO STEP 202 (remove_files) COMPLETE
53852026-03-09T20:03:58.303Z[ recovery-image] Mar 09 20:03:56.182 INFO O| Mar 09 20:03:56.182 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862026-03-09T20:03:58.309Z[ recovery-image] Mar 09 20:03:56.191 INFO O| Mar 09 20:03:56.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
53872026-03-09T20:03:58.309Z[ recovery-image] Mar 09 20:03:56.191 INFO O| Mar 09 20:03:56.191 INFO STEP 203 (remove_files) COMPLETE
53882026-03-09T20:03:58.310Z[ recovery-image] Mar 09 20:03:56.191 INFO O| Mar 09 20:03:56.191 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892026-03-09T20:03:58.318Z[ recovery-image] Mar 09 20:03:56.200 INFO O| Mar 09 20:03:56.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
53902026-03-09T20:03:58.318Z[ recovery-image] Mar 09 20:03:56.200 INFO O| Mar 09 20:03:56.200 INFO STEP 204 (remove_files) COMPLETE
53912026-03-09T20:03:58.322Z[ recovery-image] Mar 09 20:03:56.200 INFO O| Mar 09 20:03:56.200 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922026-03-09T20:03:58.328Z[ recovery-image] Mar 09 20:03:56.209 INFO O| Mar 09 20:03:56.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
53932026-03-09T20:03:58.331Z[ recovery-image] Mar 09 20:03:56.209 INFO O| Mar 09 20:03:56.209 INFO STEP 205 (remove_files) COMPLETE
53942026-03-09T20:03:58.331Z[ recovery-image] Mar 09 20:03:56.209 INFO O| Mar 09 20:03:56.209 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952026-03-09T20:03:58.337Z[ recovery-image] Mar 09 20:03:56.219 INFO O| Mar 09 20:03:56.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
53962026-03-09T20:03:58.337Z[ recovery-image] Mar 09 20:03:56.219 INFO O| Mar 09 20:03:56.219 INFO STEP 206 (remove_files) COMPLETE
53972026-03-09T20:03:58.337Z[ recovery-image] Mar 09 20:03:56.219 INFO O| Mar 09 20:03:56.219 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982026-03-09T20:03:58.345Z[ recovery-image] Mar 09 20:03:56.227 INFO O| Mar 09 20:03:56.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
53992026-03-09T20:03:58.345Z[ recovery-image] Mar 09 20:03:56.227 INFO O| Mar 09 20:03:56.227 INFO STEP 207 (remove_files) COMPLETE
54002026-03-09T20:03:58.349Z[ recovery-image] Mar 09 20:03:56.227 INFO O| Mar 09 20:03:56.227 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012026-03-09T20:03:58.353Z[ recovery-image] Mar 09 20:03:56.235 INFO O| Mar 09 20:03:56.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54022026-03-09T20:03:58.354Z[ recovery-image] Mar 09 20:03:56.235 INFO O| Mar 09 20:03:56.235 INFO STEP 208 (remove_files) COMPLETE
54032026-03-09T20:03:58.356Z[ recovery-image] Mar 09 20:03:56.235 INFO O| Mar 09 20:03:56.235 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042026-03-09T20:03:58.363Z[ recovery-image] Mar 09 20:03:56.245 INFO O| Mar 09 20:03:56.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54052026-03-09T20:03:58.367Z[ recovery-image] Mar 09 20:03:56.245 INFO O| Mar 09 20:03:56.245 INFO STEP 209 (remove_files) COMPLETE
54062026-03-09T20:03:58.367Z[ recovery-image] Mar 09 20:03:56.245 INFO O| Mar 09 20:03:56.245 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072026-03-09T20:03:58.373Z[ recovery-image] Mar 09 20:03:56.255 INFO O| Mar 09 20:03:56.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54082026-03-09T20:03:58.376Z[ recovery-image] Mar 09 20:03:56.255 INFO O| Mar 09 20:03:56.255 INFO STEP 210 (remove_files) COMPLETE
54092026-03-09T20:03:58.376Z[ recovery-image] Mar 09 20:03:56.255 INFO O| Mar 09 20:03:56.255 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102026-03-09T20:03:58.383Z[ recovery-image] Mar 09 20:03:56.265 INFO O| Mar 09 20:03:56.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54112026-03-09T20:03:58.383Z[ recovery-image] Mar 09 20:03:56.265 INFO O| Mar 09 20:03:56.265 INFO STEP 211 (remove_files) COMPLETE
54122026-03-09T20:03:58.383Z[ recovery-image] Mar 09 20:03:56.265 INFO O| Mar 09 20:03:56.265 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132026-03-09T20:03:58.393Z[ recovery-image] Mar 09 20:03:56.275 INFO O| Mar 09 20:03:56.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54142026-03-09T20:03:58.393Z[ recovery-image] Mar 09 20:03:56.275 INFO O| Mar 09 20:03:56.275 INFO STEP 212 (remove_files) COMPLETE
54152026-03-09T20:03:58.396Z[ recovery-image] Mar 09 20:03:56.275 INFO O| Mar 09 20:03:56.275 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162026-03-09T20:03:58.402Z[ recovery-image] Mar 09 20:03:56.283 INFO O| Mar 09 20:03:56.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54172026-03-09T20:03:58.405Z[ recovery-image] Mar 09 20:03:56.284 INFO O| Mar 09 20:03:56.284 INFO STEP 213 (remove_files) COMPLETE
54182026-03-09T20:03:58.405Z[ recovery-image] Mar 09 20:03:56.284 INFO O| Mar 09 20:03:56.284 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192026-03-09T20:03:58.410Z[ recovery-image] Mar 09 20:03:56.292 INFO O| Mar 09 20:03:56.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54202026-03-09T20:03:58.413Z[ recovery-image] Mar 09 20:03:56.292 INFO O| Mar 09 20:03:56.292 INFO STEP 214 (remove_files) COMPLETE
54212026-03-09T20:03:58.413Z[ recovery-image] Mar 09 20:03:56.292 INFO O| Mar 09 20:03:56.292 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222026-03-09T20:03:58.418Z[ recovery-image] Mar 09 20:03:56.300 INFO O| Mar 09 20:03:56.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54232026-03-09T20:03:58.418Z[ recovery-image] Mar 09 20:03:56.300 INFO O| Mar 09 20:03:56.300 INFO STEP 215 (remove_files) COMPLETE
54242026-03-09T20:03:58.422Z[ recovery-image] Mar 09 20:03:56.300 INFO O| Mar 09 20:03:56.300 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252026-03-09T20:03:58.427Z[ recovery-image] Mar 09 20:03:56.309 INFO O| Mar 09 20:03:56.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54262026-03-09T20:03:58.427Z[ recovery-image] Mar 09 20:03:56.309 INFO O| Mar 09 20:03:56.309 INFO STEP 216 (remove_files) COMPLETE
54272026-03-09T20:03:58.430Z[ recovery-image] Mar 09 20:03:56.309 INFO O| Mar 09 20:03:56.309 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282026-03-09T20:03:58.436Z[ recovery-image] Mar 09 20:03:56.318 INFO O| Mar 09 20:03:56.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54292026-03-09T20:03:58.436Z[ recovery-image] Mar 09 20:03:56.318 INFO O| Mar 09 20:03:56.318 INFO STEP 217 (remove_files) COMPLETE
54302026-03-09T20:03:58.440Z[ recovery-image] Mar 09 20:03:56.318 INFO O| Mar 09 20:03:56.318 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312026-03-09T20:03:58.444Z[ recovery-image] Mar 09 20:03:56.326 INFO O| Mar 09 20:03:56.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54322026-03-09T20:03:58.447Z[ recovery-image] Mar 09 20:03:56.326 INFO O| Mar 09 20:03:56.326 INFO STEP 218 (remove_files) COMPLETE
54332026-03-09T20:03:58.447Z[ recovery-image] Mar 09 20:03:56.326 INFO O| Mar 09 20:03:56.326 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342026-03-09T20:03:58.452Z[ recovery-image] Mar 09 20:03:56.333 INFO O| Mar 09 20:03:56.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54352026-03-09T20:03:58.452Z[ recovery-image] Mar 09 20:03:56.333 INFO O| Mar 09 20:03:56.333 INFO STEP 219 (remove_files) COMPLETE
54362026-03-09T20:03:58.455Z[ recovery-image] Mar 09 20:03:56.333 INFO O| Mar 09 20:03:56.333 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372026-03-09T20:03:58.460Z[ recovery-image] Mar 09 20:03:56.341 INFO O| Mar 09 20:03:56.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54382026-03-09T20:03:58.463Z[ recovery-image] Mar 09 20:03:56.342 INFO O| Mar 09 20:03:56.342 INFO STEP 220 (remove_files) COMPLETE
54392026-03-09T20:03:58.463Z[ recovery-image] Mar 09 20:03:56.342 INFO O| Mar 09 20:03:56.342 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402026-03-09T20:03:58.469Z[ recovery-image] Mar 09 20:03:56.351 INFO O| Mar 09 20:03:56.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54412026-03-09T20:03:58.470Z[ recovery-image] Mar 09 20:03:56.351 INFO O| Mar 09 20:03:56.351 INFO STEP 221 (remove_files) COMPLETE
54422026-03-09T20:03:58.473Z[ recovery-image] Mar 09 20:03:56.351 INFO O| Mar 09 20:03:56.351 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432026-03-09T20:03:58.480Z[ recovery-image] Mar 09 20:03:56.361 INFO O| Mar 09 20:03:56.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54442026-03-09T20:03:58.480Z[ recovery-image] Mar 09 20:03:56.361 INFO O| Mar 09 20:03:56.361 INFO STEP 222 (remove_files) COMPLETE
54452026-03-09T20:03:58.483Z[ recovery-image] Mar 09 20:03:56.361 INFO O| Mar 09 20:03:56.361 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462026-03-09T20:03:58.491Z[ recovery-image] Mar 09 20:03:56.372 INFO O| Mar 09 20:03:56.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54472026-03-09T20:03:58.494Z[ recovery-image] Mar 09 20:03:56.373 INFO O| Mar 09 20:03:56.372 INFO STEP 223 (remove_files) COMPLETE
54482026-03-09T20:03:58.494Z[ recovery-image] Mar 09 20:03:56.373 INFO O| Mar 09 20:03:56.373 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492026-03-09T20:03:58.499Z[ recovery-image] Mar 09 20:03:56.381 INFO O| Mar 09 20:03:56.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54502026-03-09T20:03:58.502Z[ recovery-image] Mar 09 20:03:56.381 INFO O| Mar 09 20:03:56.381 INFO STEP 224 (remove_files) COMPLETE
54512026-03-09T20:03:58.502Z[ recovery-image] Mar 09 20:03:56.381 INFO O| Mar 09 20:03:56.381 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522026-03-09T20:03:58.509Z[ recovery-image] Mar 09 20:03:56.391 INFO O| Mar 09 20:03:56.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54532026-03-09T20:03:58.509Z[ recovery-image] Mar 09 20:03:56.391 INFO O| Mar 09 20:03:56.391 INFO STEP 225 (remove_files) COMPLETE
54542026-03-09T20:03:58.512Z[ recovery-image] Mar 09 20:03:56.391 INFO O| Mar 09 20:03:56.391 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552026-03-09T20:03:58.519Z[ recovery-image] Mar 09 20:03:56.401 INFO O| Mar 09 20:03:56.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54562026-03-09T20:03:58.522Z[ recovery-image] Mar 09 20:03:56.401 INFO O| Mar 09 20:03:56.401 INFO STEP 226 (remove_files) COMPLETE
54572026-03-09T20:03:58.522Z[ recovery-image] Mar 09 20:03:56.401 INFO O| Mar 09 20:03:56.401 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582026-03-09T20:03:58.528Z[ recovery-image] Mar 09 20:03:56.410 INFO O| Mar 09 20:03:56.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54592026-03-09T20:03:58.528Z[ recovery-image] Mar 09 20:03:56.410 INFO O| Mar 09 20:03:56.410 INFO STEP 227 (remove_files) COMPLETE
54602026-03-09T20:03:58.531Z[ recovery-image] Mar 09 20:03:56.410 INFO O| Mar 09 20:03:56.410 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612026-03-09T20:03:58.536Z[ recovery-image] Mar 09 20:03:56.418 INFO O| Mar 09 20:03:56.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54622026-03-09T20:03:58.536Z[ recovery-image] Mar 09 20:03:56.418 INFO O| Mar 09 20:03:56.418 INFO STEP 228 (remove_files) COMPLETE
54632026-03-09T20:03:58.539Z[ recovery-image] Mar 09 20:03:56.418 INFO O| Mar 09 20:03:56.418 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642026-03-09T20:03:58.544Z[ recovery-image] Mar 09 20:03:56.425 INFO O| Mar 09 20:03:56.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54652026-03-09T20:03:58.544Z[ recovery-image] Mar 09 20:03:56.426 INFO O| Mar 09 20:03:56.426 INFO STEP 229 (remove_files) COMPLETE
54662026-03-09T20:03:58.547Z[ recovery-image] Mar 09 20:03:56.426 INFO O| Mar 09 20:03:56.426 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672026-03-09T20:03:58.551Z[ recovery-image] Mar 09 20:03:56.433 INFO O| Mar 09 20:03:56.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54682026-03-09T20:03:58.554Z[ recovery-image] Mar 09 20:03:56.434 INFO O| Mar 09 20:03:56.434 INFO STEP 230 (remove_files) COMPLETE
54692026-03-09T20:03:58.554Z[ recovery-image] Mar 09 20:03:56.434 INFO O| Mar 09 20:03:56.434 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702026-03-09T20:03:58.560Z[ recovery-image] Mar 09 20:03:56.441 INFO O| Mar 09 20:03:56.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54712026-03-09T20:03:58.560Z[ recovery-image] Mar 09 20:03:56.441 INFO O| Mar 09 20:03:56.441 INFO STEP 231 (remove_files) COMPLETE
54722026-03-09T20:03:58.563Z[ recovery-image] Mar 09 20:03:56.441 INFO O| Mar 09 20:03:56.441 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732026-03-09T20:03:58.568Z[ recovery-image] Mar 09 20:03:56.450 INFO O| Mar 09 20:03:56.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54742026-03-09T20:03:58.568Z[ recovery-image] Mar 09 20:03:56.450 INFO O| Mar 09 20:03:56.450 INFO STEP 232 (remove_files) COMPLETE
54752026-03-09T20:03:58.571Z[ recovery-image] Mar 09 20:03:56.450 INFO O| Mar 09 20:03:56.450 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762026-03-09T20:03:58.578Z[ recovery-image] Mar 09 20:03:56.460 INFO O| Mar 09 20:03:56.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54772026-03-09T20:03:58.581Z[ recovery-image] Mar 09 20:03:56.460 INFO O| Mar 09 20:03:56.460 INFO STEP 233 (remove_files) COMPLETE
54782026-03-09T20:03:58.581Z[ recovery-image] Mar 09 20:03:56.460 INFO O| Mar 09 20:03:56.460 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792026-03-09T20:03:58.589Z[ recovery-image] Mar 09 20:03:56.470 INFO O| Mar 09 20:03:56.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
54802026-03-09T20:03:58.592Z[ recovery-image] Mar 09 20:03:56.471 INFO O| Mar 09 20:03:56.470 INFO STEP 234 (remove_files) COMPLETE
54812026-03-09T20:03:58.592Z[ recovery-image] Mar 09 20:03:56.471 INFO O| Mar 09 20:03:56.471 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822026-03-09T20:03:58.599Z[ recovery-image] Mar 09 20:03:56.481 INFO O| Mar 09 20:03:56.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
54832026-03-09T20:03:58.602Z[ recovery-image] Mar 09 20:03:56.481 INFO O| Mar 09 20:03:56.481 INFO STEP 235 (remove_files) COMPLETE
54842026-03-09T20:03:58.602Z[ recovery-image] Mar 09 20:03:56.481 INFO O| Mar 09 20:03:56.481 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852026-03-09T20:03:58.610Z[ recovery-image] Mar 09 20:03:56.491 INFO O| Mar 09 20:03:56.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
54862026-03-09T20:03:58.610Z[ recovery-image] Mar 09 20:03:56.491 INFO O| Mar 09 20:03:56.491 INFO STEP 236 (remove_files) COMPLETE
54872026-03-09T20:03:58.613Z[ recovery-image] Mar 09 20:03:56.491 INFO O| Mar 09 20:03:56.491 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882026-03-09T20:03:58.618Z[ recovery-image] Mar 09 20:03:56.499 INFO O| Mar 09 20:03:56.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
54892026-03-09T20:03:58.618Z[ recovery-image] Mar 09 20:03:56.499 INFO O| Mar 09 20:03:56.499 INFO STEP 237 (remove_files) COMPLETE
54902026-03-09T20:03:58.621Z[ recovery-image] Mar 09 20:03:56.499 INFO O| Mar 09 20:03:56.499 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912026-03-09T20:03:58.627Z[ recovery-image] Mar 09 20:03:56.508 INFO O| Mar 09 20:03:56.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
54922026-03-09T20:03:58.627Z[ recovery-image] Mar 09 20:03:56.508 INFO O| Mar 09 20:03:56.508 INFO STEP 238 (remove_files) COMPLETE
54932026-03-09T20:03:58.630Z[ recovery-image] Mar 09 20:03:56.508 INFO O| Mar 09 20:03:56.508 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942026-03-09T20:03:58.635Z[ recovery-image] Mar 09 20:03:56.517 INFO O| Mar 09 20:03:56.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
54952026-03-09T20:03:58.636Z[ recovery-image] Mar 09 20:03:56.517 INFO O| Mar 09 20:03:56.517 INFO STEP 239 (remove_files) COMPLETE
54962026-03-09T20:03:58.639Z[ recovery-image] Mar 09 20:03:56.517 INFO O| Mar 09 20:03:56.517 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972026-03-09T20:03:58.647Z[ recovery-image] Mar 09 20:03:56.528 INFO O| Mar 09 20:03:56.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
54982026-03-09T20:03:58.647Z[ recovery-image] Mar 09 20:03:56.528 INFO O| Mar 09 20:03:56.528 INFO STEP 240 (remove_files) COMPLETE
54992026-03-09T20:03:58.650Z[ recovery-image] Mar 09 20:03:56.528 INFO O| Mar 09 20:03:56.528 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002026-03-09T20:03:58.663Z[ recovery-image] Mar 09 20:03:56.544 INFO O| Mar 09 20:03:56.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55012026-03-09T20:03:58.663Z[ recovery-image] Mar 09 20:03:56.544 INFO O| Mar 09 20:03:56.544 INFO STEP 241 (remove_files) COMPLETE
55022026-03-09T20:03:58.666Z[ recovery-image] Mar 09 20:03:56.544 INFO O| Mar 09 20:03:56.544 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032026-03-09T20:03:58.672Z[ recovery-image] Mar 09 20:03:56.554 INFO O| Mar 09 20:03:56.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55042026-03-09T20:03:58.675Z[ recovery-image] Mar 09 20:03:56.554 INFO O| Mar 09 20:03:56.554 INFO STEP 242 (remove_files) COMPLETE
55052026-03-09T20:03:58.675Z[ recovery-image] Mar 09 20:03:56.554 INFO O| Mar 09 20:03:56.554 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062026-03-09T20:03:58.681Z[ recovery-image] Mar 09 20:03:56.562 INFO O| Mar 09 20:03:56.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55072026-03-09T20:03:58.681Z[ recovery-image] Mar 09 20:03:56.562 INFO O| Mar 09 20:03:56.562 INFO STEP 243 (remove_files) COMPLETE
55082026-03-09T20:03:58.684Z[ recovery-image] Mar 09 20:03:56.562 INFO O| Mar 09 20:03:56.562 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092026-03-09T20:03:58.691Z[ recovery-image] Mar 09 20:03:56.573 INFO O| Mar 09 20:03:56.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55102026-03-09T20:03:58.691Z[ recovery-image] Mar 09 20:03:56.573 INFO O| Mar 09 20:03:56.573 INFO STEP 244 (remove_files) COMPLETE
55112026-03-09T20:03:58.694Z[ recovery-image] Mar 09 20:03:56.573 INFO O| Mar 09 20:03:56.573 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122026-03-09T20:03:58.701Z[ recovery-image] Mar 09 20:03:56.582 INFO O| Mar 09 20:03:56.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55132026-03-09T20:03:58.704Z[ recovery-image] Mar 09 20:03:56.583 INFO O| Mar 09 20:03:56.583 INFO STEP 245 (remove_files) COMPLETE
55142026-03-09T20:03:58.704Z[ recovery-image] Mar 09 20:03:56.583 INFO O| Mar 09 20:03:56.583 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152026-03-09T20:03:58.710Z[ recovery-image] Mar 09 20:03:56.591 INFO O| Mar 09 20:03:56.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55162026-03-09T20:03:58.710Z[ recovery-image] Mar 09 20:03:56.592 INFO O| Mar 09 20:03:56.592 INFO STEP 246 (remove_files) COMPLETE
55172026-03-09T20:03:58.710Z[ recovery-image] Mar 09 20:03:56.592 INFO O| Mar 09 20:03:56.592 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182026-03-09T20:03:58.719Z[ recovery-image] Mar 09 20:03:56.601 INFO O| Mar 09 20:03:56.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55192026-03-09T20:03:58.719Z[ recovery-image] Mar 09 20:03:56.601 INFO O| Mar 09 20:03:56.601 INFO STEP 247 (remove_files) COMPLETE
55202026-03-09T20:03:58.719Z[ recovery-image] Mar 09 20:03:56.601 INFO O| Mar 09 20:03:56.601 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212026-03-09T20:03:58.728Z[ recovery-image] Mar 09 20:03:56.610 INFO O| Mar 09 20:03:56.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55222026-03-09T20:03:58.732Z[ recovery-image] Mar 09 20:03:56.610 INFO O| Mar 09 20:03:56.610 INFO STEP 248 (remove_files) COMPLETE
55232026-03-09T20:03:58.732Z[ recovery-image] Mar 09 20:03:56.610 INFO O| Mar 09 20:03:56.610 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242026-03-09T20:03:58.737Z[ recovery-image] Mar 09 20:03:56.618 INFO O| Mar 09 20:03:56.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55252026-03-09T20:03:58.740Z[ recovery-image] Mar 09 20:03:56.619 INFO O| Mar 09 20:03:56.619 INFO STEP 249 (remove_files) COMPLETE
55262026-03-09T20:03:58.740Z[ recovery-image] Mar 09 20:03:56.619 INFO O| Mar 09 20:03:56.619 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272026-03-09T20:03:58.746Z[ recovery-image] Mar 09 20:03:56.628 INFO O| Mar 09 20:03:56.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55282026-03-09T20:03:58.746Z[ recovery-image] Mar 09 20:03:56.628 INFO O| Mar 09 20:03:56.628 INFO STEP 250 (remove_files) COMPLETE
55292026-03-09T20:03:58.746Z[ recovery-image] Mar 09 20:03:56.628 INFO O| Mar 09 20:03:56.628 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302026-03-09T20:03:58.755Z[ recovery-image] Mar 09 20:03:56.636 INFO O| Mar 09 20:03:56.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55312026-03-09T20:03:58.755Z[ recovery-image] Mar 09 20:03:56.636 INFO O| Mar 09 20:03:56.636 INFO STEP 251 (remove_files) COMPLETE
55322026-03-09T20:03:58.758Z[ recovery-image] Mar 09 20:03:56.636 INFO O| Mar 09 20:03:56.636 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332026-03-09T20:03:58.763Z[ recovery-image] Mar 09 20:03:56.645 INFO O| Mar 09 20:03:56.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55342026-03-09T20:03:58.764Z[ recovery-image] Mar 09 20:03:56.645 INFO O| Mar 09 20:03:56.645 INFO STEP 252 (remove_files) COMPLETE
55352026-03-09T20:03:58.764Z[ recovery-image] Mar 09 20:03:56.645 INFO O| Mar 09 20:03:56.645 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362026-03-09T20:03:58.772Z[ recovery-image] Mar 09 20:03:56.653 INFO O| Mar 09 20:03:56.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55372026-03-09T20:03:58.775Z[ recovery-image] Mar 09 20:03:56.654 INFO O| Mar 09 20:03:56.654 INFO STEP 253 (remove_files) COMPLETE
55382026-03-09T20:03:58.775Z[ recovery-image] Mar 09 20:03:56.654 INFO O| Mar 09 20:03:56.654 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392026-03-09T20:03:58.779Z[ recovery-image] Mar 09 20:03:56.661 INFO O| Mar 09 20:03:56.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55402026-03-09T20:03:58.783Z[ recovery-image] Mar 09 20:03:56.661 INFO O| Mar 09 20:03:56.661 INFO STEP 254 (remove_files) COMPLETE
55412026-03-09T20:03:58.783Z[ recovery-image] Mar 09 20:03:56.661 INFO O| Mar 09 20:03:56.661 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422026-03-09T20:03:58.788Z[ recovery-image] Mar 09 20:03:56.669 INFO O| Mar 09 20:03:56.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55432026-03-09T20:03:58.788Z[ recovery-image] Mar 09 20:03:56.669 INFO O| Mar 09 20:03:56.669 INFO STEP 255 (remove_files) COMPLETE
55442026-03-09T20:03:58.791Z[ recovery-image] Mar 09 20:03:56.669 INFO O| Mar 09 20:03:56.669 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452026-03-09T20:03:58.796Z[ recovery-image] Mar 09 20:03:56.677 INFO O| Mar 09 20:03:56.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55462026-03-09T20:03:58.799Z[ recovery-image] Mar 09 20:03:56.677 INFO O| Mar 09 20:03:56.677 INFO STEP 256 (remove_files) COMPLETE
55472026-03-09T20:03:58.799Z[ recovery-image] Mar 09 20:03:56.677 INFO O| Mar 09 20:03:56.677 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482026-03-09T20:03:58.804Z[ recovery-image] Mar 09 20:03:56.685 INFO O| Mar 09 20:03:56.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55492026-03-09T20:03:58.807Z[ recovery-image] Mar 09 20:03:56.685 INFO O| Mar 09 20:03:56.685 INFO STEP 257 (remove_files) COMPLETE
55502026-03-09T20:03:58.807Z[ recovery-image] Mar 09 20:03:56.685 INFO O| Mar 09 20:03:56.685 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512026-03-09T20:03:58.812Z[ recovery-image] Mar 09 20:03:56.694 INFO O| Mar 09 20:03:56.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55522026-03-09T20:03:58.812Z[ recovery-image] Mar 09 20:03:56.694 INFO O| Mar 09 20:03:56.694 INFO STEP 258 (remove_files) COMPLETE
55532026-03-09T20:03:58.815Z[ recovery-image] Mar 09 20:03:56.694 INFO O| Mar 09 20:03:56.694 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542026-03-09T20:03:58.821Z[ recovery-image] Mar 09 20:03:56.702 INFO O| Mar 09 20:03:56.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55552026-03-09T20:03:58.824Z[ recovery-image] Mar 09 20:03:56.702 INFO O| Mar 09 20:03:56.702 INFO STEP 259 (remove_files) COMPLETE
55562026-03-09T20:03:58.824Z[ recovery-image] Mar 09 20:03:56.702 INFO O| Mar 09 20:03:56.702 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572026-03-09T20:03:58.829Z[ recovery-image] Mar 09 20:03:56.710 INFO O| Mar 09 20:03:56.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55582026-03-09T20:03:58.829Z[ recovery-image] Mar 09 20:03:56.710 INFO O| Mar 09 20:03:56.710 INFO STEP 260 (remove_files) COMPLETE
55592026-03-09T20:03:58.829Z[ recovery-image] Mar 09 20:03:56.710 INFO O| Mar 09 20:03:56.710 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602026-03-09T20:03:58.838Z[ recovery-image] Mar 09 20:03:56.719 INFO O| Mar 09 20:03:56.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55612026-03-09T20:03:58.841Z[ recovery-image] Mar 09 20:03:56.720 INFO O| Mar 09 20:03:56.720 INFO STEP 261 (remove_files) COMPLETE
55622026-03-09T20:03:58.841Z[ recovery-image] Mar 09 20:03:56.720 INFO O| Mar 09 20:03:56.720 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632026-03-09T20:03:58.845Z[ recovery-image] Mar 09 20:03:56.727 INFO O| Mar 09 20:03:56.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55642026-03-09T20:03:58.846Z[ recovery-image] Mar 09 20:03:56.727 INFO O| Mar 09 20:03:56.727 INFO STEP 262 (remove_files) COMPLETE
55652026-03-09T20:03:58.849Z[ recovery-image] Mar 09 20:03:56.727 INFO O| Mar 09 20:03:56.727 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662026-03-09T20:03:58.853Z[ recovery-image] Mar 09 20:03:56.735 INFO O| Mar 09 20:03:56.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55672026-03-09T20:03:58.856Z[ recovery-image] Mar 09 20:03:56.735 INFO O| Mar 09 20:03:56.735 INFO STEP 263 (remove_files) COMPLETE
55682026-03-09T20:03:58.856Z[ recovery-image] Mar 09 20:03:56.735 INFO O| Mar 09 20:03:56.735 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692026-03-09T20:03:58.862Z[ recovery-image] Mar 09 20:03:56.743 INFO O| Mar 09 20:03:56.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55702026-03-09T20:03:58.865Z[ recovery-image] Mar 09 20:03:56.743 INFO O| Mar 09 20:03:56.743 INFO STEP 264 (remove_files) COMPLETE
55712026-03-09T20:03:58.865Z[ recovery-image] Mar 09 20:03:56.743 INFO O| Mar 09 20:03:56.743 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722026-03-09T20:03:58.872Z[ recovery-image] Mar 09 20:03:56.754 INFO O| Mar 09 20:03:56.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
55732026-03-09T20:03:58.872Z[ recovery-image] Mar 09 20:03:56.754 INFO O| Mar 09 20:03:56.754 INFO STEP 265 (remove_files) COMPLETE
55742026-03-09T20:03:58.875Z[ recovery-image] Mar 09 20:03:56.754 INFO O| Mar 09 20:03:56.754 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752026-03-09T20:03:58.884Z[ recovery-image] Mar 09 20:03:56.766 INFO O| Mar 09 20:03:56.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55762026-03-09T20:03:58.884Z[ recovery-image] Mar 09 20:03:56.766 INFO O| Mar 09 20:03:56.766 INFO STEP 266 (remove_files) COMPLETE
55772026-03-09T20:03:58.888Z[ recovery-image] Mar 09 20:03:56.766 INFO O| Mar 09 20:03:56.766 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782026-03-09T20:03:58.895Z[ recovery-image] Mar 09 20:03:56.776 INFO O| Mar 09 20:03:56.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55792026-03-09T20:03:58.895Z[ recovery-image] Mar 09 20:03:56.776 INFO O| Mar 09 20:03:56.776 INFO STEP 267 (remove_files) COMPLETE
55802026-03-09T20:03:58.895Z[ recovery-image] Mar 09 20:03:56.776 INFO O| Mar 09 20:03:56.776 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812026-03-09T20:03:58.904Z[ recovery-image] Mar 09 20:03:56.785 INFO O| Mar 09 20:03:56.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
55822026-03-09T20:03:58.907Z[ recovery-image] Mar 09 20:03:56.786 INFO O| Mar 09 20:03:56.785 INFO STEP 268 (remove_files) COMPLETE
55832026-03-09T20:03:58.907Z[ recovery-image] Mar 09 20:03:56.786 INFO O| Mar 09 20:03:56.786 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842026-03-09T20:03:58.913Z[ recovery-image] Mar 09 20:03:56.795 INFO O| Mar 09 20:03:56.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
55852026-03-09T20:03:58.913Z[ recovery-image] Mar 09 20:03:56.795 INFO O| Mar 09 20:03:56.795 INFO STEP 269 (remove_files) COMPLETE
55862026-03-09T20:03:58.913Z[ recovery-image] Mar 09 20:03:56.795 INFO O| Mar 09 20:03:56.795 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872026-03-09T20:03:58.922Z[ recovery-image] Mar 09 20:03:56.803 INFO O| Mar 09 20:03:56.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
55882026-03-09T20:03:58.925Z[ recovery-image] Mar 09 20:03:56.804 INFO O| Mar 09 20:03:56.803 INFO STEP 270 (remove_files) COMPLETE
55892026-03-09T20:03:58.925Z[ recovery-image] Mar 09 20:03:56.804 INFO O| Mar 09 20:03:56.803 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902026-03-09T20:03:58.933Z[ recovery-image] Mar 09 20:03:56.814 INFO O| Mar 09 20:03:56.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
55912026-03-09T20:03:58.935Z[ recovery-image] Mar 09 20:03:56.814 INFO O| Mar 09 20:03:56.814 INFO STEP 271 (remove_files) COMPLETE
55922026-03-09T20:03:58.936Z[ recovery-image] Mar 09 20:03:56.814 INFO O| Mar 09 20:03:56.814 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932026-03-09T20:03:58.941Z[ recovery-image] Mar 09 20:03:56.823 INFO O| Mar 09 20:03:56.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
55942026-03-09T20:03:58.941Z[ recovery-image] Mar 09 20:03:56.823 INFO O| Mar 09 20:03:56.823 INFO STEP 272 (remove_files) COMPLETE
55952026-03-09T20:03:58.945Z[ recovery-image] Mar 09 20:03:56.823 INFO O| Mar 09 20:03:56.823 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962026-03-09T20:03:58.949Z[ recovery-image] Mar 09 20:03:56.830 INFO O| Mar 09 20:03:56.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
55972026-03-09T20:03:58.949Z[ recovery-image] Mar 09 20:03:56.831 INFO O| Mar 09 20:03:56.830 INFO STEP 273 (remove_files) COMPLETE
55982026-03-09T20:03:58.952Z[ recovery-image] Mar 09 20:03:56.831 INFO O| Mar 09 20:03:56.831 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992026-03-09T20:03:58.957Z[ recovery-image] Mar 09 20:03:56.839 INFO O| Mar 09 20:03:56.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56002026-03-09T20:03:58.957Z[ recovery-image] Mar 09 20:03:56.839 INFO O| Mar 09 20:03:56.839 INFO STEP 274 (remove_files) COMPLETE
56012026-03-09T20:03:58.957Z[ recovery-image] Mar 09 20:03:56.839 INFO O| Mar 09 20:03:56.839 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022026-03-09T20:03:58.969Z[ recovery-image] Mar 09 20:03:56.850 INFO O| Mar 09 20:03:56.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56032026-03-09T20:03:58.969Z[ recovery-image] Mar 09 20:03:56.850 INFO O| Mar 09 20:03:56.850 INFO STEP 275 (remove_files) COMPLETE
56042026-03-09T20:03:58.969Z[ recovery-image] Mar 09 20:03:56.850 INFO O| Mar 09 20:03:56.850 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052026-03-09T20:03:58.979Z[ recovery-image] Mar 09 20:03:56.861 INFO O| Mar 09 20:03:56.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56062026-03-09T20:03:58.979Z[ recovery-image] Mar 09 20:03:56.861 INFO O| Mar 09 20:03:56.861 INFO STEP 276 (remove_files) COMPLETE
56072026-03-09T20:03:58.983Z[ recovery-image] Mar 09 20:03:56.861 INFO O| Mar 09 20:03:56.861 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082026-03-09T20:03:58.990Z[ recovery-image] Mar 09 20:03:56.871 INFO O| Mar 09 20:03:56.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56092026-03-09T20:03:58.990Z[ recovery-image] Mar 09 20:03:56.871 INFO O| Mar 09 20:03:56.871 INFO STEP 277 (remove_files) COMPLETE
56102026-03-09T20:03:58.990Z[ recovery-image] Mar 09 20:03:56.871 INFO O| Mar 09 20:03:56.871 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112026-03-09T20:03:59.000Z[ recovery-image] Mar 09 20:03:56.881 INFO O| Mar 09 20:03:56.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56122026-03-09T20:03:59.000Z[ recovery-image] Mar 09 20:03:56.882 INFO O| Mar 09 20:03:56.881 INFO STEP 278 (remove_files) COMPLETE
56132026-03-09T20:03:59.004Z[ recovery-image] Mar 09 20:03:56.882 INFO O| Mar 09 20:03:56.881 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142026-03-09T20:03:59.010Z[ recovery-image] Mar 09 20:03:56.892 INFO O| Mar 09 20:03:56.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56152026-03-09T20:03:59.010Z[ recovery-image] Mar 09 20:03:56.892 INFO O| Mar 09 20:03:56.892 INFO STEP 279 (remove_files) COMPLETE
56162026-03-09T20:03:59.013Z[ recovery-image] Mar 09 20:03:56.892 INFO O| Mar 09 20:03:56.892 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172026-03-09T20:03:59.018Z[ recovery-image] Mar 09 20:03:56.900 INFO O| Mar 09 20:03:56.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56182026-03-09T20:03:59.018Z[ recovery-image] Mar 09 20:03:56.900 INFO O| Mar 09 20:03:56.900 INFO STEP 280 (remove_files) COMPLETE
56192026-03-09T20:03:59.018Z[ recovery-image] Mar 09 20:03:56.900 INFO O| Mar 09 20:03:56.900 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202026-03-09T20:03:59.029Z[ recovery-image] Mar 09 20:03:56.910 INFO O| Mar 09 20:03:56.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56212026-03-09T20:03:59.032Z[ recovery-image] Mar 09 20:03:56.910 INFO O| Mar 09 20:03:56.910 INFO STEP 281 (remove_files) COMPLETE
56222026-03-09T20:03:59.032Z[ recovery-image] Mar 09 20:03:56.910 INFO O| Mar 09 20:03:56.910 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232026-03-09T20:03:59.037Z[ recovery-image] Mar 09 20:03:56.918 INFO O| Mar 09 20:03:56.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56242026-03-09T20:03:59.037Z[ recovery-image] Mar 09 20:03:56.918 INFO O| Mar 09 20:03:56.918 INFO STEP 282 (remove_files) COMPLETE
56252026-03-09T20:03:59.037Z[ recovery-image] Mar 09 20:03:56.918 INFO O| Mar 09 20:03:56.918 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262026-03-09T20:03:59.045Z[ recovery-image] Mar 09 20:03:56.926 INFO O| Mar 09 20:03:56.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56272026-03-09T20:03:59.048Z[ recovery-image] Mar 09 20:03:56.927 INFO O| Mar 09 20:03:56.927 INFO STEP 283 (remove_files) COMPLETE
56282026-03-09T20:03:59.048Z[ recovery-image] Mar 09 20:03:56.927 INFO O| Mar 09 20:03:56.927 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292026-03-09T20:03:59.053Z[ recovery-image] Mar 09 20:03:56.935 INFO O| Mar 09 20:03:56.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56302026-03-09T20:03:59.056Z[ recovery-image] Mar 09 20:03:56.935 INFO O| Mar 09 20:03:56.935 INFO STEP 284 (remove_files) COMPLETE
56312026-03-09T20:03:59.056Z[ recovery-image] Mar 09 20:03:56.935 INFO O| Mar 09 20:03:56.935 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322026-03-09T20:03:59.062Z[ recovery-image] Mar 09 20:03:56.944 INFO O| Mar 09 20:03:56.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56332026-03-09T20:03:59.062Z[ recovery-image] Mar 09 20:03:56.944 INFO O| Mar 09 20:03:56.944 INFO STEP 285 (remove_files) COMPLETE
56342026-03-09T20:03:59.062Z[ recovery-image] Mar 09 20:03:56.944 INFO O| Mar 09 20:03:56.944 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352026-03-09T20:03:59.071Z[ recovery-image] Mar 09 20:03:56.952 INFO O| Mar 09 20:03:56.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56362026-03-09T20:03:59.071Z[ recovery-image] Mar 09 20:03:56.952 INFO O| Mar 09 20:03:56.952 INFO STEP 286 (remove_files) COMPLETE
56372026-03-09T20:03:59.074Z[ recovery-image] Mar 09 20:03:56.952 INFO O| Mar 09 20:03:56.952 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382026-03-09T20:03:59.079Z[ recovery-image] Mar 09 20:03:56.960 INFO O| Mar 09 20:03:56.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56392026-03-09T20:03:59.079Z[ recovery-image] Mar 09 20:03:56.960 INFO O| Mar 09 20:03:56.960 INFO STEP 287 (remove_files) COMPLETE
56402026-03-09T20:03:59.082Z[ recovery-image] Mar 09 20:03:56.960 INFO O| Mar 09 20:03:56.960 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412026-03-09T20:03:59.087Z[ recovery-image] Mar 09 20:03:56.969 INFO O| Mar 09 20:03:56.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56422026-03-09T20:03:59.090Z[ recovery-image] Mar 09 20:03:56.970 INFO O| Mar 09 20:03:56.969 INFO STEP 288 (remove_files) COMPLETE
56432026-03-09T20:03:59.090Z[ recovery-image] Mar 09 20:03:56.970 INFO O| Mar 09 20:03:56.970 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442026-03-09T20:03:59.097Z[ recovery-image] Mar 09 20:03:56.978 INFO O| Mar 09 20:03:56.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56452026-03-09T20:03:59.097Z[ recovery-image] Mar 09 20:03:56.978 INFO O| Mar 09 20:03:56.978 INFO STEP 289 (remove_files) COMPLETE
56462026-03-09T20:03:59.097Z[ recovery-image] Mar 09 20:03:56.978 INFO O| Mar 09 20:03:56.978 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472026-03-09T20:03:59.107Z[ recovery-image] Mar 09 20:03:56.988 INFO O| Mar 09 20:03:56.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56482026-03-09T20:03:59.107Z[ recovery-image] Mar 09 20:03:56.988 INFO O| Mar 09 20:03:56.988 INFO STEP 290 (remove_files) COMPLETE
56492026-03-09T20:03:59.110Z[ recovery-image] Mar 09 20:03:56.988 INFO O| Mar 09 20:03:56.988 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502026-03-09T20:03:59.117Z[ recovery-image] Mar 09 20:03:56.998 INFO O| Mar 09 20:03:56.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56512026-03-09T20:03:59.117Z[ recovery-image] Mar 09 20:03:56.998 INFO O| Mar 09 20:03:56.998 INFO STEP 291 (remove_files) COMPLETE
56522026-03-09T20:03:59.120Z[ recovery-image] Mar 09 20:03:56.999 INFO O| Mar 09 20:03:56.998 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532026-03-09T20:03:59.125Z[ recovery-image] Mar 09 20:03:57.007 INFO O| Mar 09 20:03:57.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56542026-03-09T20:03:59.129Z[ recovery-image] Mar 09 20:03:57.007 INFO O| Mar 09 20:03:57.007 INFO STEP 292 (remove_files) COMPLETE
56552026-03-09T20:03:59.129Z[ recovery-image] Mar 09 20:03:57.007 INFO O| Mar 09 20:03:57.007 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562026-03-09T20:03:59.133Z[ recovery-image] Mar 09 20:03:57.015 INFO O| Mar 09 20:03:57.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56572026-03-09T20:03:59.133Z[ recovery-image] Mar 09 20:03:57.015 INFO O| Mar 09 20:03:57.015 INFO STEP 293 (remove_files) COMPLETE
56582026-03-09T20:03:59.133Z[ recovery-image] Mar 09 20:03:57.015 INFO O| Mar 09 20:03:57.015 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592026-03-09T20:03:59.142Z[ recovery-image] Mar 09 20:03:57.024 INFO O| Mar 09 20:03:57.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56602026-03-09T20:03:59.143Z[ recovery-image] Mar 09 20:03:57.024 INFO O| Mar 09 20:03:57.024 INFO STEP 294 (remove_files) COMPLETE
56612026-03-09T20:03:59.146Z[ recovery-image] Mar 09 20:03:57.024 INFO O| Mar 09 20:03:57.024 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622026-03-09T20:03:59.152Z[ recovery-image] Mar 09 20:03:57.034 INFO O| Mar 09 20:03:57.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56632026-03-09T20:03:59.155Z[ recovery-image] Mar 09 20:03:57.034 INFO O| Mar 09 20:03:57.034 INFO STEP 295 (remove_files) COMPLETE
56642026-03-09T20:03:59.155Z[ recovery-image] Mar 09 20:03:57.034 INFO O| Mar 09 20:03:57.034 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652026-03-09T20:03:59.161Z[ recovery-image] Mar 09 20:03:57.043 INFO O| Mar 09 20:03:57.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56662026-03-09T20:03:59.164Z[ recovery-image] Mar 09 20:03:57.043 INFO O| Mar 09 20:03:57.043 INFO STEP 296 (remove_files) COMPLETE
56672026-03-09T20:03:59.164Z[ recovery-image] Mar 09 20:03:57.043 INFO O| Mar 09 20:03:57.043 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682026-03-09T20:03:59.173Z[ recovery-image] Mar 09 20:03:57.055 INFO O| Mar 09 20:03:57.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56692026-03-09T20:03:59.173Z[ recovery-image] Mar 09 20:03:57.055 INFO O| Mar 09 20:03:57.055 INFO STEP 297 (remove_files) COMPLETE
56702026-03-09T20:03:59.176Z[ recovery-image] Mar 09 20:03:57.055 INFO O| Mar 09 20:03:57.055 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712026-03-09T20:03:59.186Z[ recovery-image] Mar 09 20:03:57.067 INFO O| Mar 09 20:03:57.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56722026-03-09T20:03:59.186Z[ recovery-image] Mar 09 20:03:57.067 INFO O| Mar 09 20:03:57.067 INFO STEP 298 (remove_files) COMPLETE
56732026-03-09T20:03:59.189Z[ recovery-image] Mar 09 20:03:57.067 INFO O| Mar 09 20:03:57.067 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742026-03-09T20:03:59.197Z[ recovery-image] Mar 09 20:03:57.078 INFO O| Mar 09 20:03:57.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56752026-03-09T20:03:59.200Z[ recovery-image] Mar 09 20:03:57.078 INFO O| Mar 09 20:03:57.078 INFO STEP 299 (remove_files) COMPLETE
56762026-03-09T20:03:59.200Z[ recovery-image] Mar 09 20:03:57.078 INFO O| Mar 09 20:03:57.078 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772026-03-09T20:03:59.208Z[ recovery-image] Mar 09 20:03:57.089 INFO O| Mar 09 20:03:57.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56782026-03-09T20:03:59.208Z[ recovery-image] Mar 09 20:03:57.089 INFO O| Mar 09 20:03:57.089 INFO STEP 300 (remove_files) COMPLETE
56792026-03-09T20:03:59.211Z[ recovery-image] Mar 09 20:03:57.089 INFO O| Mar 09 20:03:57.089 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802026-03-09T20:03:59.217Z[ recovery-image] Mar 09 20:03:57.099 INFO O| Mar 09 20:03:57.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56812026-03-09T20:03:59.220Z[ recovery-image] Mar 09 20:03:57.099 INFO O| Mar 09 20:03:57.099 INFO STEP 301 (remove_files) COMPLETE
56822026-03-09T20:03:59.220Z[ recovery-image] Mar 09 20:03:57.099 INFO O| Mar 09 20:03:57.099 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832026-03-09T20:03:59.226Z[ recovery-image] Mar 09 20:03:57.107 INFO O| Mar 09 20:03:57.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
56842026-03-09T20:03:59.226Z[ recovery-image] Mar 09 20:03:57.108 INFO O| Mar 09 20:03:57.108 INFO STEP 302 (remove_files) COMPLETE
56852026-03-09T20:03:59.226Z[ recovery-image] Mar 09 20:03:57.108 INFO O| Mar 09 20:03:57.108 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862026-03-09T20:03:59.234Z[ recovery-image] Mar 09 20:03:57.116 INFO O| Mar 09 20:03:57.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
56872026-03-09T20:03:59.237Z[ recovery-image] Mar 09 20:03:57.116 INFO O| Mar 09 20:03:57.116 INFO STEP 303 (remove_files) COMPLETE
56882026-03-09T20:03:59.238Z[ recovery-image] Mar 09 20:03:57.116 INFO O| Mar 09 20:03:57.116 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892026-03-09T20:03:59.246Z[ recovery-image] Mar 09 20:03:57.127 INFO O| Mar 09 20:03:57.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
56902026-03-09T20:03:59.249Z[ recovery-image] Mar 09 20:03:57.127 INFO O| Mar 09 20:03:57.127 INFO STEP 304 (remove_files) COMPLETE
56912026-03-09T20:03:59.249Z[ recovery-image] Mar 09 20:03:57.127 INFO O| Mar 09 20:03:57.127 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922026-03-09T20:03:59.255Z[ recovery-image] Mar 09 20:03:57.137 INFO O| Mar 09 20:03:57.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
56932026-03-09T20:03:59.255Z[ recovery-image] Mar 09 20:03:57.137 INFO O| Mar 09 20:03:57.137 INFO STEP 305 (remove_files) COMPLETE
56942026-03-09T20:03:59.258Z[ recovery-image] Mar 09 20:03:57.137 INFO O| Mar 09 20:03:57.137 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952026-03-09T20:03:59.266Z[ recovery-image] Mar 09 20:03:57.147 INFO O| Mar 09 20:03:57.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
56962026-03-09T20:03:59.269Z[ recovery-image] Mar 09 20:03:57.148 INFO O| Mar 09 20:03:57.147 INFO STEP 306 (remove_files) COMPLETE
56972026-03-09T20:03:59.269Z[ recovery-image] Mar 09 20:03:57.148 INFO O| Mar 09 20:03:57.148 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982026-03-09T20:03:59.274Z[ recovery-image] Mar 09 20:03:57.156 INFO O| Mar 09 20:03:57.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
56992026-03-09T20:03:59.277Z[ recovery-image] Mar 09 20:03:57.156 INFO O| Mar 09 20:03:57.156 INFO STEP 307 (remove_files) COMPLETE
57002026-03-09T20:03:59.277Z[ recovery-image] Mar 09 20:03:57.156 INFO O| Mar 09 20:03:57.156 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012026-03-09T20:03:59.283Z[ recovery-image] Mar 09 20:03:57.165 INFO O| Mar 09 20:03:57.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57022026-03-09T20:03:59.283Z[ recovery-image] Mar 09 20:03:57.165 INFO O| Mar 09 20:03:57.165 INFO STEP 308 (remove_files) COMPLETE
57032026-03-09T20:03:59.286Z[ recovery-image] Mar 09 20:03:57.165 INFO O| Mar 09 20:03:57.165 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042026-03-09T20:03:59.292Z[ recovery-image] Mar 09 20:03:57.173 INFO O| Mar 09 20:03:57.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57052026-03-09T20:03:59.292Z[ recovery-image] Mar 09 20:03:57.173 INFO O| Mar 09 20:03:57.173 INFO STEP 309 (remove_files) COMPLETE
57062026-03-09T20:03:59.295Z[ recovery-image] Mar 09 20:03:57.173 INFO O| Mar 09 20:03:57.173 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072026-03-09T20:03:59.300Z[ recovery-image] Mar 09 20:03:57.181 INFO O| Mar 09 20:03:57.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57082026-03-09T20:03:59.303Z[ recovery-image] Mar 09 20:03:57.181 INFO O| Mar 09 20:03:57.181 INFO STEP 310 (remove_files) COMPLETE
57092026-03-09T20:03:59.303Z[ recovery-image] Mar 09 20:03:57.181 INFO O| Mar 09 20:03:57.181 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102026-03-09T20:03:59.308Z[ recovery-image] Mar 09 20:03:57.190 INFO O| Mar 09 20:03:57.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57112026-03-09T20:03:59.308Z[ recovery-image] Mar 09 20:03:57.190 INFO O| Mar 09 20:03:57.190 INFO STEP 311 (remove_files) COMPLETE
57122026-03-09T20:03:59.308Z[ recovery-image] Mar 09 20:03:57.190 INFO O| Mar 09 20:03:57.190 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132026-03-09T20:03:59.316Z[ recovery-image] Mar 09 20:03:57.197 INFO O| Mar 09 20:03:57.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57142026-03-09T20:03:59.316Z[ recovery-image] Mar 09 20:03:57.197 INFO O| Mar 09 20:03:57.197 INFO STEP 312 (remove_files) COMPLETE
57152026-03-09T20:03:59.319Z[ recovery-image] Mar 09 20:03:57.197 INFO O| Mar 09 20:03:57.197 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162026-03-09T20:03:59.325Z[ recovery-image] Mar 09 20:03:57.207 INFO O| Mar 09 20:03:57.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57172026-03-09T20:03:59.325Z[ recovery-image] Mar 09 20:03:57.207 INFO O| Mar 09 20:03:57.207 INFO STEP 313 (remove_files) COMPLETE
57182026-03-09T20:03:59.328Z[ recovery-image] Mar 09 20:03:57.207 INFO O| Mar 09 20:03:57.207 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192026-03-09T20:03:59.334Z[ recovery-image] Mar 09 20:03:57.216 INFO O| Mar 09 20:03:57.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57202026-03-09T20:03:59.334Z[ recovery-image] Mar 09 20:03:57.216 INFO O| Mar 09 20:03:57.216 INFO STEP 314 (remove_files) COMPLETE
57212026-03-09T20:03:59.334Z[ recovery-image] Mar 09 20:03:57.216 INFO O| Mar 09 20:03:57.216 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222026-03-09T20:03:59.345Z[ recovery-image] Mar 09 20:03:57.226 INFO O| Mar 09 20:03:57.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57232026-03-09T20:03:59.345Z[ recovery-image] Mar 09 20:03:57.226 INFO O| Mar 09 20:03:57.226 INFO STEP 315 (remove_files) COMPLETE
57242026-03-09T20:03:59.348Z[ recovery-image] Mar 09 20:03:57.226 INFO O| Mar 09 20:03:57.226 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252026-03-09T20:03:59.354Z[ recovery-image] Mar 09 20:03:57.236 INFO O| Mar 09 20:03:57.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57262026-03-09T20:03:59.354Z[ recovery-image] Mar 09 20:03:57.236 INFO O| Mar 09 20:03:57.236 INFO STEP 316 (remove_files) COMPLETE
57272026-03-09T20:03:59.358Z[ recovery-image] Mar 09 20:03:57.236 INFO O| Mar 09 20:03:57.236 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282026-03-09T20:03:59.363Z[ recovery-image] Mar 09 20:03:57.244 INFO O| Mar 09 20:03:57.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57292026-03-09T20:03:59.363Z[ recovery-image] Mar 09 20:03:57.244 INFO O| Mar 09 20:03:57.244 INFO STEP 317 (remove_files) COMPLETE
57302026-03-09T20:03:59.366Z[ recovery-image] Mar 09 20:03:57.244 INFO O| Mar 09 20:03:57.244 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312026-03-09T20:03:59.373Z[ recovery-image] Mar 09 20:03:57.254 INFO O| Mar 09 20:03:57.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57322026-03-09T20:03:59.373Z[ recovery-image] Mar 09 20:03:57.254 INFO O| Mar 09 20:03:57.254 INFO STEP 318 (remove_files) COMPLETE
57332026-03-09T20:03:59.373Z[ recovery-image] Mar 09 20:03:57.254 INFO O| Mar 09 20:03:57.254 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342026-03-09T20:03:59.381Z[ recovery-image] Mar 09 20:03:57.262 INFO O| Mar 09 20:03:57.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57352026-03-09T20:03:59.384Z[ recovery-image] Mar 09 20:03:57.263 INFO O| Mar 09 20:03:57.263 INFO STEP 319 (remove_files) COMPLETE
57362026-03-09T20:03:59.384Z[ recovery-image] Mar 09 20:03:57.263 INFO O| Mar 09 20:03:57.263 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372026-03-09T20:03:59.389Z[ recovery-image] Mar 09 20:03:57.270 INFO O| Mar 09 20:03:57.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57382026-03-09T20:03:59.389Z[ recovery-image] Mar 09 20:03:57.271 INFO O| Mar 09 20:03:57.270 INFO STEP 320 (remove_files) COMPLETE
57392026-03-09T20:03:59.389Z[ recovery-image] Mar 09 20:03:57.271 INFO O| Mar 09 20:03:57.271 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402026-03-09T20:03:59.398Z[ recovery-image] Mar 09 20:03:57.279 INFO O| Mar 09 20:03:57.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57412026-03-09T20:03:59.398Z[ recovery-image] Mar 09 20:03:57.279 INFO O| Mar 09 20:03:57.279 INFO STEP 321 (remove_files) COMPLETE
57422026-03-09T20:03:59.401Z[ recovery-image] Mar 09 20:03:57.279 INFO O| Mar 09 20:03:57.279 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432026-03-09T20:03:59.407Z[ recovery-image] Mar 09 20:03:57.288 INFO O| Mar 09 20:03:57.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57442026-03-09T20:03:59.407Z[ recovery-image] Mar 09 20:03:57.288 INFO O| Mar 09 20:03:57.288 INFO STEP 322 (remove_files) COMPLETE
57452026-03-09T20:03:59.410Z[ recovery-image] Mar 09 20:03:57.288 INFO O| Mar 09 20:03:57.288 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462026-03-09T20:03:59.416Z[ recovery-image] Mar 09 20:03:57.297 INFO O| Mar 09 20:03:57.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57472026-03-09T20:03:59.416Z[ recovery-image] Mar 09 20:03:57.298 INFO O| Mar 09 20:03:57.298 INFO STEP 323 (remove_files) COMPLETE
57482026-03-09T20:03:59.419Z[ recovery-image] Mar 09 20:03:57.298 INFO O| Mar 09 20:03:57.298 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492026-03-09T20:03:59.425Z[ recovery-image] Mar 09 20:03:57.307 INFO O| Mar 09 20:03:57.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57502026-03-09T20:03:59.425Z[ recovery-image] Mar 09 20:03:57.307 INFO O| Mar 09 20:03:57.307 INFO STEP 324 (remove_files) COMPLETE
57512026-03-09T20:03:59.428Z[ recovery-image] Mar 09 20:03:57.307 INFO O| Mar 09 20:03:57.307 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522026-03-09T20:03:59.434Z[ recovery-image] Mar 09 20:03:57.315 INFO O| Mar 09 20:03:57.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57532026-03-09T20:03:59.434Z[ recovery-image] Mar 09 20:03:57.315 INFO O| Mar 09 20:03:57.315 INFO STEP 325 (remove_files) COMPLETE
57542026-03-09T20:03:59.437Z[ recovery-image] Mar 09 20:03:57.315 INFO O| Mar 09 20:03:57.315 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552026-03-09T20:03:59.442Z[ recovery-image] Mar 09 20:03:57.323 INFO O| Mar 09 20:03:57.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57562026-03-09T20:03:59.442Z[ recovery-image] Mar 09 20:03:57.324 INFO O| Mar 09 20:03:57.324 INFO STEP 326 (remove_files) COMPLETE
57572026-03-09T20:03:59.445Z[ recovery-image] Mar 09 20:03:57.324 INFO O| Mar 09 20:03:57.324 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582026-03-09T20:03:59.452Z[ recovery-image] Mar 09 20:03:57.333 INFO O| Mar 09 20:03:57.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57592026-03-09T20:03:59.462Z[ recovery-image] Mar 09 20:03:57.333 INFO O| Mar 09 20:03:57.333 INFO STEP 327 (remove_files) COMPLETE
57602026-03-09T20:03:59.462Z[ recovery-image] Mar 09 20:03:57.333 INFO O| Mar 09 20:03:57.333 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612026-03-09T20:03:59.465Z[ recovery-image] Mar 09 20:03:57.345 INFO O| Mar 09 20:03:57.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57622026-03-09T20:03:59.465Z[ recovery-image] Mar 09 20:03:57.345 INFO O| Mar 09 20:03:57.345 INFO STEP 328 (remove_files) COMPLETE
57632026-03-09T20:03:59.465Z[ recovery-image] Mar 09 20:03:57.345 INFO O| Mar 09 20:03:57.345 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642026-03-09T20:03:59.475Z[ recovery-image] Mar 09 20:03:57.356 INFO O| Mar 09 20:03:57.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57652026-03-09T20:03:59.478Z[ recovery-image] Mar 09 20:03:57.356 INFO O| Mar 09 20:03:57.356 INFO STEP 329 (remove_files) COMPLETE
57662026-03-09T20:03:59.478Z[ recovery-image] Mar 09 20:03:57.356 INFO O| Mar 09 20:03:57.356 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672026-03-09T20:03:59.485Z[ recovery-image] Mar 09 20:03:57.366 INFO O| Mar 09 20:03:57.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57682026-03-09T20:03:59.485Z[ recovery-image] Mar 09 20:03:57.366 INFO O| Mar 09 20:03:57.366 INFO STEP 330 (remove_files) COMPLETE
57692026-03-09T20:03:59.488Z[ recovery-image] Mar 09 20:03:57.366 INFO O| Mar 09 20:03:57.366 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702026-03-09T20:03:59.495Z[ recovery-image] Mar 09 20:03:57.376 INFO O| Mar 09 20:03:57.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57712026-03-09T20:03:59.495Z[ recovery-image] Mar 09 20:03:57.376 INFO O| Mar 09 20:03:57.376 INFO STEP 331 (remove_files) COMPLETE
57722026-03-09T20:03:59.498Z[ recovery-image] Mar 09 20:03:57.376 INFO O| Mar 09 20:03:57.376 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732026-03-09T20:03:59.504Z[ recovery-image] Mar 09 20:03:57.385 INFO O| Mar 09 20:03:57.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57742026-03-09T20:03:59.504Z[ recovery-image] Mar 09 20:03:57.385 INFO O| Mar 09 20:03:57.385 INFO STEP 332 (remove_files) COMPLETE
57752026-03-09T20:03:59.507Z[ recovery-image] Mar 09 20:03:57.385 INFO O| Mar 09 20:03:57.385 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762026-03-09T20:03:59.513Z[ recovery-image] Mar 09 20:03:57.394 INFO O| Mar 09 20:03:57.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57772026-03-09T20:03:59.516Z[ recovery-image] Mar 09 20:03:57.394 INFO O| Mar 09 20:03:57.394 INFO STEP 333 (remove_files) COMPLETE
57782026-03-09T20:03:59.516Z[ recovery-image] Mar 09 20:03:57.394 INFO O| Mar 09 20:03:57.394 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792026-03-09T20:03:59.523Z[ recovery-image] Mar 09 20:03:57.404 INFO O| Mar 09 20:03:57.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
57802026-03-09T20:03:59.526Z[ recovery-image] Mar 09 20:03:57.404 INFO O| Mar 09 20:03:57.404 INFO STEP 334 (remove_files) COMPLETE
57812026-03-09T20:03:59.526Z[ recovery-image] Mar 09 20:03:57.404 INFO O| Mar 09 20:03:57.404 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822026-03-09T20:03:59.533Z[ recovery-image] Mar 09 20:03:57.414 INFO O| Mar 09 20:03:57.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
57832026-03-09T20:03:59.537Z[ recovery-image] Mar 09 20:03:57.414 INFO O| Mar 09 20:03:57.414 INFO STEP 335 (remove_files) COMPLETE
57842026-03-09T20:03:59.537Z[ recovery-image] Mar 09 20:03:57.414 INFO O| Mar 09 20:03:57.414 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852026-03-09T20:03:59.544Z[ recovery-image] Mar 09 20:03:57.425 INFO O| Mar 09 20:03:57.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
57862026-03-09T20:03:59.544Z[ recovery-image] Mar 09 20:03:57.425 INFO O| Mar 09 20:03:57.425 INFO STEP 336 (remove_files) COMPLETE
57872026-03-09T20:03:59.547Z[ recovery-image] Mar 09 20:03:57.425 INFO O| Mar 09 20:03:57.425 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882026-03-09T20:03:59.553Z[ recovery-image] Mar 09 20:03:57.434 INFO O| Mar 09 20:03:57.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
57892026-03-09T20:03:59.553Z[ recovery-image] Mar 09 20:03:57.434 INFO O| Mar 09 20:03:57.434 INFO STEP 337 (remove_files) COMPLETE
57902026-03-09T20:03:59.556Z[ recovery-image] Mar 09 20:03:57.434 INFO O| Mar 09 20:03:57.434 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912026-03-09T20:03:59.563Z[ recovery-image] Mar 09 20:03:57.444 INFO O| Mar 09 20:03:57.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
57922026-03-09T20:03:59.563Z[ recovery-image] Mar 09 20:03:57.445 INFO O| Mar 09 20:03:57.445 INFO STEP 338 (remove_files) COMPLETE
57932026-03-09T20:03:59.567Z[ recovery-image] Mar 09 20:03:57.445 INFO O| Mar 09 20:03:57.445 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942026-03-09T20:03:59.572Z[ recovery-image] Mar 09 20:03:57.454 INFO O| Mar 09 20:03:57.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
57952026-03-09T20:03:59.572Z[ recovery-image] Mar 09 20:03:57.454 INFO O| Mar 09 20:03:57.454 INFO STEP 339 (remove_files) COMPLETE
57962026-03-09T20:03:59.572Z[ recovery-image] Mar 09 20:03:57.454 INFO O| Mar 09 20:03:57.454 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972026-03-09T20:03:59.583Z[ recovery-image] Mar 09 20:03:57.464 INFO O| Mar 09 20:03:57.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
57982026-03-09T20:03:59.583Z[ recovery-image] Mar 09 20:03:57.464 INFO O| Mar 09 20:03:57.464 INFO STEP 340 (remove_files) COMPLETE
57992026-03-09T20:03:59.586Z[ recovery-image] Mar 09 20:03:57.464 INFO O| Mar 09 20:03:57.464 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002026-03-09T20:03:59.593Z[ recovery-image] Mar 09 20:03:57.474 INFO O| Mar 09 20:03:57.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58012026-03-09T20:03:59.596Z[ recovery-image] Mar 09 20:03:57.474 INFO O| Mar 09 20:03:57.474 INFO STEP 341 (remove_files) COMPLETE
58022026-03-09T20:03:59.596Z[ recovery-image] Mar 09 20:03:57.474 INFO O| Mar 09 20:03:57.474 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032026-03-09T20:03:59.603Z[ recovery-image] Mar 09 20:03:57.484 INFO O| Mar 09 20:03:57.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58042026-03-09T20:03:59.606Z[ recovery-image] Mar 09 20:03:57.484 INFO O| Mar 09 20:03:57.484 INFO STEP 342 (remove_files) COMPLETE
58052026-03-09T20:03:59.607Z[ recovery-image] Mar 09 20:03:57.484 INFO O| Mar 09 20:03:57.484 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062026-03-09T20:03:59.611Z[ recovery-image] Mar 09 20:03:57.493 INFO O| Mar 09 20:03:57.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58072026-03-09T20:03:59.615Z[ recovery-image] Mar 09 20:03:57.493 INFO O| Mar 09 20:03:57.493 INFO STEP 343 (remove_files) COMPLETE
58082026-03-09T20:03:59.615Z[ recovery-image] Mar 09 20:03:57.493 INFO O| Mar 09 20:03:57.493 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092026-03-09T20:03:59.620Z[ recovery-image] Mar 09 20:03:57.501 INFO O| Mar 09 20:03:57.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58102026-03-09T20:03:59.620Z[ recovery-image] Mar 09 20:03:57.501 INFO O| Mar 09 20:03:57.501 INFO STEP 344 (remove_files) COMPLETE
58112026-03-09T20:03:59.623Z[ recovery-image] Mar 09 20:03:57.501 INFO O| Mar 09 20:03:57.501 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122026-03-09T20:03:59.631Z[ recovery-image] Mar 09 20:03:57.513 INFO O| Mar 09 20:03:57.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58132026-03-09T20:03:59.635Z[ recovery-image] Mar 09 20:03:57.513 INFO O| Mar 09 20:03:57.513 INFO STEP 345 (remove_files) COMPLETE
58142026-03-09T20:03:59.635Z[ recovery-image] Mar 09 20:03:57.513 INFO O| Mar 09 20:03:57.513 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152026-03-09T20:03:59.640Z[ recovery-image] Mar 09 20:03:57.521 INFO O| Mar 09 20:03:57.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58162026-03-09T20:03:59.640Z[ recovery-image] Mar 09 20:03:57.521 INFO O| Mar 09 20:03:57.521 INFO STEP 346 (remove_files) COMPLETE
58172026-03-09T20:03:59.643Z[ recovery-image] Mar 09 20:03:57.521 INFO O| Mar 09 20:03:57.521 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182026-03-09T20:03:59.650Z[ recovery-image] Mar 09 20:03:57.531 INFO O| Mar 09 20:03:57.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58192026-03-09T20:03:59.653Z[ recovery-image] Mar 09 20:03:57.531 INFO O| Mar 09 20:03:57.531 INFO STEP 347 (remove_files) COMPLETE
58202026-03-09T20:03:59.653Z[ recovery-image] Mar 09 20:03:57.531 INFO O| Mar 09 20:03:57.531 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212026-03-09T20:03:59.660Z[ recovery-image] Mar 09 20:03:57.541 INFO O| Mar 09 20:03:57.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58222026-03-09T20:03:59.660Z[ recovery-image] Mar 09 20:03:57.541 INFO O| Mar 09 20:03:57.541 INFO STEP 348 (remove_files) COMPLETE
58232026-03-09T20:03:59.660Z[ recovery-image] Mar 09 20:03:57.541 INFO O| Mar 09 20:03:57.541 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242026-03-09T20:03:59.669Z[ recovery-image] Mar 09 20:03:57.551 INFO O| Mar 09 20:03:57.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58252026-03-09T20:03:59.673Z[ recovery-image] Mar 09 20:03:57.551 INFO O| Mar 09 20:03:57.551 INFO STEP 349 (remove_files) COMPLETE
58262026-03-09T20:03:59.673Z[ recovery-image] Mar 09 20:03:57.551 INFO O| Mar 09 20:03:57.551 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272026-03-09T20:03:59.677Z[ recovery-image] Mar 09 20:03:57.559 INFO O| Mar 09 20:03:57.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58282026-03-09T20:03:59.680Z[ recovery-image] Mar 09 20:03:57.559 INFO O| Mar 09 20:03:57.559 INFO STEP 350 (remove_files) COMPLETE
58292026-03-09T20:03:59.680Z[ recovery-image] Mar 09 20:03:57.559 INFO O| Mar 09 20:03:57.559 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302026-03-09T20:03:59.687Z[ recovery-image] Mar 09 20:03:57.568 INFO O| Mar 09 20:03:57.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58312026-03-09T20:03:59.687Z[ recovery-image] Mar 09 20:03:57.568 INFO O| Mar 09 20:03:57.568 INFO STEP 351 (remove_files) COMPLETE
58322026-03-09T20:03:59.690Z[ recovery-image] Mar 09 20:03:57.568 INFO O| Mar 09 20:03:57.568 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332026-03-09T20:03:59.696Z[ recovery-image] Mar 09 20:03:57.578 INFO O| Mar 09 20:03:57.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58342026-03-09T20:03:59.696Z[ recovery-image] Mar 09 20:03:57.578 INFO O| Mar 09 20:03:57.578 INFO STEP 352 (remove_files) COMPLETE
58352026-03-09T20:03:59.699Z[ recovery-image] Mar 09 20:03:57.578 INFO O| Mar 09 20:03:57.578 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362026-03-09T20:03:59.704Z[ recovery-image] Mar 09 20:03:57.586 INFO O| Mar 09 20:03:57.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58372026-03-09T20:03:59.705Z[ recovery-image] Mar 09 20:03:57.586 INFO O| Mar 09 20:03:57.586 INFO STEP 353 (remove_files) COMPLETE
58382026-03-09T20:03:59.707Z[ recovery-image] Mar 09 20:03:57.586 INFO O| Mar 09 20:03:57.586 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392026-03-09T20:03:59.713Z[ recovery-image] Mar 09 20:03:57.594 INFO O| Mar 09 20:03:57.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58402026-03-09T20:03:59.716Z[ recovery-image] Mar 09 20:03:57.594 INFO O| Mar 09 20:03:57.594 INFO STEP 354 (remove_files) COMPLETE
58412026-03-09T20:03:59.716Z[ recovery-image] Mar 09 20:03:57.594 INFO O| Mar 09 20:03:57.594 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422026-03-09T20:03:59.722Z[ recovery-image] Mar 09 20:03:57.602 INFO O| Mar 09 20:03:57.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58432026-03-09T20:03:59.725Z[ recovery-image] Mar 09 20:03:57.602 INFO O| Mar 09 20:03:57.602 INFO STEP 355 (remove_files) COMPLETE
58442026-03-09T20:03:59.725Z[ recovery-image] Mar 09 20:03:57.602 INFO O| Mar 09 20:03:57.602 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452026-03-09T20:03:59.730Z[ recovery-image] Mar 09 20:03:57.612 INFO O| Mar 09 20:03:57.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58462026-03-09T20:03:59.730Z[ recovery-image] Mar 09 20:03:57.612 INFO O| Mar 09 20:03:57.612 INFO STEP 356 (remove_files) COMPLETE
58472026-03-09T20:03:59.773Z[ recovery-image] Mar 09 20:03:57.612 INFO O| Mar 09 20:03:57.612 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482026-03-09T20:03:59.773Z[ recovery-image] Mar 09 20:03:57.622 INFO O| Mar 09 20:03:57.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58492026-03-09T20:03:59.773Z[ recovery-image] Mar 09 20:03:57.623 INFO O| Mar 09 20:03:57.623 INFO STEP 357 (remove_files) COMPLETE
58502026-03-09T20:03:59.773Z[ recovery-image] Mar 09 20:03:57.623 INFO O| Mar 09 20:03:57.623 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512026-03-09T20:03:59.773Z[ recovery-image] Mar 09 20:03:57.630 INFO O| Mar 09 20:03:57.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58522026-03-09T20:03:59.773Z[ recovery-image] Mar 09 20:03:57.631 INFO O| Mar 09 20:03:57.630 INFO STEP 358 (remove_files) COMPLETE
58532026-03-09T20:03:59.773Z[ recovery-image] Mar 09 20:03:57.631 INFO O| Mar 09 20:03:57.631 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542026-03-09T20:03:59.773Z[ recovery-image] Mar 09 20:03:57.638 INFO O| Mar 09 20:03:57.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58552026-03-09T20:03:59.773Z[ recovery-image] Mar 09 20:03:57.638 INFO O| Mar 09 20:03:57.638 INFO STEP 359 (remove_files) COMPLETE
58562026-03-09T20:03:59.773Z[ recovery-image] Mar 09 20:03:57.638 INFO O| Mar 09 20:03:57.638 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572026-03-09T20:03:59.773Z[ recovery-image] Mar 09 20:03:57.645 INFO O| Mar 09 20:03:57.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58582026-03-09T20:03:59.773Z[ recovery-image] Mar 09 20:03:57.645 INFO O| Mar 09 20:03:57.645 INFO STEP 360 (remove_files) COMPLETE
58592026-03-09T20:03:59.773Z[ recovery-image] Mar 09 20:03:57.645 INFO O| Mar 09 20:03:57.645 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602026-03-09T20:03:59.777Z[ recovery-image] Mar 09 20:03:57.655 INFO O| Mar 09 20:03:57.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58612026-03-09T20:03:59.777Z[ recovery-image] Mar 09 20:03:57.656 INFO O| Mar 09 20:03:57.656 INFO STEP 361 (remove_files) COMPLETE
58622026-03-09T20:03:59.777Z[ recovery-image] Mar 09 20:03:57.656 INFO O| Mar 09 20:03:57.656 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632026-03-09T20:03:59.784Z[ recovery-image] Mar 09 20:03:57.665 INFO O| Mar 09 20:03:57.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58642026-03-09T20:03:59.784Z[ recovery-image] Mar 09 20:03:57.665 INFO O| Mar 09 20:03:57.665 INFO STEP 362 (remove_files) COMPLETE
58652026-03-09T20:03:59.787Z[ recovery-image] Mar 09 20:03:57.665 INFO O| Mar 09 20:03:57.665 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662026-03-09T20:03:59.792Z[ recovery-image] Mar 09 20:03:57.673 INFO O| Mar 09 20:03:57.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58672026-03-09T20:03:59.796Z[ recovery-image] Mar 09 20:03:57.674 INFO O| Mar 09 20:03:57.673 INFO STEP 363 (remove_files) COMPLETE
58682026-03-09T20:03:59.796Z[ recovery-image] Mar 09 20:03:57.674 INFO O| Mar 09 20:03:57.673 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692026-03-09T20:03:59.802Z[ recovery-image] Mar 09 20:03:57.683 INFO O| Mar 09 20:03:57.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58702026-03-09T20:03:59.805Z[ recovery-image] Mar 09 20:03:57.683 INFO O| Mar 09 20:03:57.683 INFO STEP 364 (remove_files) COMPLETE
58712026-03-09T20:03:59.805Z[ recovery-image] Mar 09 20:03:57.683 INFO O| Mar 09 20:03:57.683 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722026-03-09T20:03:59.812Z[ recovery-image] Mar 09 20:03:57.693 INFO O| Mar 09 20:03:57.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58732026-03-09T20:03:59.815Z[ recovery-image] Mar 09 20:03:57.693 INFO O| Mar 09 20:03:57.693 INFO STEP 365 (remove_files) COMPLETE
58742026-03-09T20:03:59.815Z[ recovery-image] Mar 09 20:03:57.693 INFO O| Mar 09 20:03:57.693 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752026-03-09T20:03:59.821Z[ recovery-image] Mar 09 20:03:57.701 INFO O| Mar 09 20:03:57.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58762026-03-09T20:03:59.824Z[ recovery-image] Mar 09 20:03:57.702 INFO O| Mar 09 20:03:57.702 INFO STEP 366 (remove_files) COMPLETE
58772026-03-09T20:03:59.824Z[ recovery-image] Mar 09 20:03:57.702 INFO O| Mar 09 20:03:57.702 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782026-03-09T20:03:59.828Z[ recovery-image] Mar 09 20:03:57.710 INFO O| Mar 09 20:03:57.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
58792026-03-09T20:03:59.831Z[ recovery-image] Mar 09 20:03:57.710 INFO O| Mar 09 20:03:57.710 INFO STEP 367 (remove_files) COMPLETE
58802026-03-09T20:03:59.831Z[ recovery-image] Mar 09 20:03:57.710 INFO O| Mar 09 20:03:57.710 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812026-03-09T20:03:59.838Z[ recovery-image] Mar 09 20:03:57.719 INFO O| Mar 09 20:03:57.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
58822026-03-09T20:03:59.838Z[ recovery-image] Mar 09 20:03:57.719 INFO O| Mar 09 20:03:57.719 INFO STEP 368 (remove_files) COMPLETE
58832026-03-09T20:03:59.841Z[ recovery-image] Mar 09 20:03:57.719 INFO O| Mar 09 20:03:57.719 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842026-03-09T20:03:59.846Z[ recovery-image] Mar 09 20:03:57.727 INFO O| Mar 09 20:03:57.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
58852026-03-09T20:03:59.849Z[ recovery-image] Mar 09 20:03:57.728 INFO O| Mar 09 20:03:57.728 INFO STEP 369 (remove_files) COMPLETE
58862026-03-09T20:03:59.849Z[ recovery-image] Mar 09 20:03:57.728 INFO O| Mar 09 20:03:57.728 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872026-03-09T20:03:59.854Z[ recovery-image] Mar 09 20:03:57.736 INFO O| Mar 09 20:03:57.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
58882026-03-09T20:03:59.854Z[ recovery-image] Mar 09 20:03:57.736 INFO O| Mar 09 20:03:57.736 INFO STEP 370 (remove_files) COMPLETE
58892026-03-09T20:03:59.854Z[ recovery-image] Mar 09 20:03:57.736 INFO O| Mar 09 20:03:57.736 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902026-03-09T20:03:59.865Z[ recovery-image] Mar 09 20:03:57.746 INFO O| Mar 09 20:03:57.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
58912026-03-09T20:03:59.868Z[ recovery-image] Mar 09 20:03:57.746 INFO O| Mar 09 20:03:57.746 INFO STEP 371 (remove_files) COMPLETE
58922026-03-09T20:03:59.868Z[ recovery-image] Mar 09 20:03:57.746 INFO O| Mar 09 20:03:57.746 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932026-03-09T20:03:59.874Z[ recovery-image] Mar 09 20:03:57.756 INFO O| Mar 09 20:03:57.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
58942026-03-09T20:03:59.874Z[ recovery-image] Mar 09 20:03:57.756 INFO O| Mar 09 20:03:57.756 INFO STEP 372 (remove_files) COMPLETE
58952026-03-09T20:03:59.874Z[ recovery-image] Mar 09 20:03:57.756 INFO O| Mar 09 20:03:57.756 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962026-03-09T20:03:59.884Z[ recovery-image] Mar 09 20:03:57.765 INFO O| Mar 09 20:03:57.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
58972026-03-09T20:03:59.887Z[ recovery-image] Mar 09 20:03:57.765 INFO O| Mar 09 20:03:57.765 INFO STEP 373 (remove_files) COMPLETE
58982026-03-09T20:03:59.887Z[ recovery-image] Mar 09 20:03:57.765 INFO O| Mar 09 20:03:57.765 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992026-03-09T20:03:59.893Z[ recovery-image] Mar 09 20:03:57.774 INFO O| Mar 09 20:03:57.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59002026-03-09T20:03:59.896Z[ recovery-image] Mar 09 20:03:57.774 INFO O| Mar 09 20:03:57.774 INFO STEP 374 (remove_files) COMPLETE
59012026-03-09T20:03:59.896Z[ recovery-image] Mar 09 20:03:57.774 INFO O| Mar 09 20:03:57.774 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022026-03-09T20:03:59.903Z[ recovery-image] Mar 09 20:03:57.784 INFO O| Mar 09 20:03:57.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59032026-03-09T20:03:59.907Z[ recovery-image] Mar 09 20:03:57.784 INFO O| Mar 09 20:03:57.784 INFO STEP 375 (remove_files) COMPLETE
59042026-03-09T20:03:59.907Z[ recovery-image] Mar 09 20:03:57.784 INFO O| Mar 09 20:03:57.784 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052026-03-09T20:03:59.913Z[ recovery-image] Mar 09 20:03:57.794 INFO O| Mar 09 20:03:57.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59062026-03-09T20:03:59.913Z[ recovery-image] Mar 09 20:03:57.794 INFO O| Mar 09 20:03:57.794 INFO STEP 376 (remove_files) COMPLETE
59072026-03-09T20:03:59.916Z[ recovery-image] Mar 09 20:03:57.794 INFO O| Mar 09 20:03:57.794 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082026-03-09T20:03:59.922Z[ recovery-image] Mar 09 20:03:57.804 INFO O| Mar 09 20:03:57.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59092026-03-09T20:03:59.922Z[ recovery-image] Mar 09 20:03:57.804 INFO O| Mar 09 20:03:57.804 INFO STEP 377 (remove_files) COMPLETE
59102026-03-09T20:03:59.922Z[ recovery-image] Mar 09 20:03:57.804 INFO O| Mar 09 20:03:57.804 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112026-03-09T20:03:59.931Z[ recovery-image] Mar 09 20:03:57.812 INFO O| Mar 09 20:03:57.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59122026-03-09T20:03:59.934Z[ recovery-image] Mar 09 20:03:57.813 INFO O| Mar 09 20:03:57.813 INFO STEP 378 (remove_files) COMPLETE
59132026-03-09T20:03:59.934Z[ recovery-image] Mar 09 20:03:57.813 INFO O| Mar 09 20:03:57.813 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142026-03-09T20:03:59.942Z[ recovery-image] Mar 09 20:03:57.823 INFO O| Mar 09 20:03:57.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59152026-03-09T20:03:59.942Z[ recovery-image] Mar 09 20:03:57.824 INFO O| Mar 09 20:03:57.823 INFO STEP 379 (remove_files) COMPLETE
59162026-03-09T20:03:59.945Z[ recovery-image] Mar 09 20:03:57.824 INFO O| Mar 09 20:03:57.823 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172026-03-09T20:03:59.952Z[ recovery-image] Mar 09 20:03:57.833 INFO O| Mar 09 20:03:57.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59182026-03-09T20:03:59.955Z[ recovery-image] Mar 09 20:03:57.833 INFO O| Mar 09 20:03:57.833 INFO STEP 380 (remove_files) COMPLETE
59192026-03-09T20:03:59.955Z[ recovery-image] Mar 09 20:03:57.833 INFO O| Mar 09 20:03:57.833 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202026-03-09T20:03:59.962Z[ recovery-image] Mar 09 20:03:57.843 INFO O| Mar 09 20:03:57.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59212026-03-09T20:03:59.962Z[ recovery-image] Mar 09 20:03:57.843 INFO O| Mar 09 20:03:57.843 INFO STEP 381 (remove_files) COMPLETE
59222026-03-09T20:03:59.962Z[ recovery-image] Mar 09 20:03:57.843 INFO O| Mar 09 20:03:57.843 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232026-03-09T20:03:59.973Z[ recovery-image] Mar 09 20:03:57.854 INFO O| Mar 09 20:03:57.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59242026-03-09T20:03:59.973Z[ recovery-image] Mar 09 20:03:57.855 INFO O| Mar 09 20:03:57.854 INFO STEP 382 (remove_files) COMPLETE
59252026-03-09T20:03:59.973Z[ recovery-image] Mar 09 20:03:57.855 INFO O| Mar 09 20:03:57.855 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262026-03-09T20:03:59.983Z[ recovery-image] Mar 09 20:03:57.864 INFO O| Mar 09 20:03:57.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59272026-03-09T20:03:59.983Z[ recovery-image] Mar 09 20:03:57.864 INFO O| Mar 09 20:03:57.864 INFO STEP 383 (remove_files) COMPLETE
59282026-03-09T20:03:59.986Z[ recovery-image] Mar 09 20:03:57.864 INFO O| Mar 09 20:03:57.864 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292026-03-09T20:03:59.992Z[ recovery-image] Mar 09 20:03:57.874 INFO O| Mar 09 20:03:57.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59302026-03-09T20:03:59.996Z[ recovery-image] Mar 09 20:03:57.874 INFO O| Mar 09 20:03:57.874 INFO STEP 384 (remove_files) COMPLETE
59312026-03-09T20:03:59.996Z[ recovery-image] Mar 09 20:03:57.874 INFO O| Mar 09 20:03:57.874 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322026-03-09T20:04:00.002Z[ recovery-image] Mar 09 20:03:57.884 INFO O| Mar 09 20:03:57.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59332026-03-09T20:04:00.003Z[ recovery-image] Mar 09 20:03:57.884 INFO O| Mar 09 20:03:57.884 INFO STEP 385 (remove_files) COMPLETE
59342026-03-09T20:04:00.006Z[ recovery-image] Mar 09 20:03:57.884 INFO O| Mar 09 20:03:57.884 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352026-03-09T20:04:00.014Z[ recovery-image] Mar 09 20:03:57.895 INFO O| Mar 09 20:03:57.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59362026-03-09T20:04:00.014Z[ recovery-image] Mar 09 20:03:57.895 INFO O| Mar 09 20:03:57.895 INFO STEP 386 (remove_files) COMPLETE
59372026-03-09T20:04:00.014Z[ recovery-image] Mar 09 20:03:57.895 INFO O| Mar 09 20:03:57.895 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382026-03-09T20:04:00.025Z[ recovery-image] Mar 09 20:03:57.906 INFO O| Mar 09 20:03:57.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59392026-03-09T20:04:00.025Z[ recovery-image] Mar 09 20:03:57.906 INFO O| Mar 09 20:03:57.906 INFO STEP 387 (remove_files) COMPLETE
59402026-03-09T20:04:00.028Z[ recovery-image] Mar 09 20:03:57.906 INFO O| Mar 09 20:03:57.906 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412026-03-09T20:04:00.034Z[ recovery-image] Mar 09 20:03:57.915 INFO O| Mar 09 20:03:57.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59422026-03-09T20:04:00.034Z[ recovery-image] Mar 09 20:03:57.915 INFO O| Mar 09 20:03:57.915 INFO STEP 388 (remove_files) COMPLETE
59432026-03-09T20:04:00.034Z[ recovery-image] Mar 09 20:03:57.915 INFO O| Mar 09 20:03:57.915 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442026-03-09T20:04:00.043Z[ recovery-image] Mar 09 20:03:57.924 INFO O| Mar 09 20:03:57.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59452026-03-09T20:04:00.043Z[ recovery-image] Mar 09 20:03:57.924 INFO O| Mar 09 20:03:57.924 INFO STEP 389 (remove_files) COMPLETE
59462026-03-09T20:04:00.046Z[ recovery-image] Mar 09 20:03:57.924 INFO O| Mar 09 20:03:57.924 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472026-03-09T20:04:00.053Z[ recovery-image] Mar 09 20:03:57.934 INFO O| Mar 09 20:03:57.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59482026-03-09T20:04:00.056Z[ recovery-image] Mar 09 20:03:57.934 INFO O| Mar 09 20:03:57.934 INFO STEP 390 (remove_files) COMPLETE
59492026-03-09T20:04:00.056Z[ recovery-image] Mar 09 20:03:57.934 INFO O| Mar 09 20:03:57.934 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502026-03-09T20:04:00.061Z[ recovery-image] Mar 09 20:03:57.942 INFO O| Mar 09 20:03:57.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59512026-03-09T20:04:00.064Z[ recovery-image] Mar 09 20:03:57.943 INFO O| Mar 09 20:03:57.943 INFO STEP 391 (remove_files) COMPLETE
59522026-03-09T20:04:00.064Z[ recovery-image] Mar 09 20:03:57.943 INFO O| Mar 09 20:03:57.943 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532026-03-09T20:04:00.070Z[ recovery-image] Mar 09 20:03:57.951 INFO O| Mar 09 20:03:57.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59542026-03-09T20:04:00.073Z[ recovery-image] Mar 09 20:03:57.951 INFO O| Mar 09 20:03:57.951 INFO STEP 392 (remove_files) COMPLETE
59552026-03-09T20:04:00.073Z[ recovery-image] Mar 09 20:03:57.951 INFO O| Mar 09 20:03:57.951 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562026-03-09T20:04:00.080Z[ recovery-image] Mar 09 20:03:57.961 INFO O| Mar 09 20:03:57.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59572026-03-09T20:04:00.083Z[ recovery-image] Mar 09 20:03:57.961 INFO O| Mar 09 20:03:57.961 INFO STEP 393 (remove_files) COMPLETE
59582026-03-09T20:04:00.083Z[ recovery-image] Mar 09 20:03:57.961 INFO O| Mar 09 20:03:57.961 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592026-03-09T20:04:00.088Z[ recovery-image] Mar 09 20:03:57.969 INFO O| Mar 09 20:03:57.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59602026-03-09T20:04:00.091Z[ recovery-image] Mar 09 20:03:57.969 INFO O| Mar 09 20:03:57.969 INFO STEP 394 (remove_files) COMPLETE
59612026-03-09T20:04:00.091Z[ recovery-image] Mar 09 20:03:57.969 INFO O| Mar 09 20:03:57.969 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622026-03-09T20:04:00.096Z[ recovery-image] Mar 09 20:03:57.978 INFO O| Mar 09 20:03:57.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59632026-03-09T20:04:00.099Z[ recovery-image] Mar 09 20:03:57.978 INFO O| Mar 09 20:03:57.978 INFO STEP 395 (remove_files) COMPLETE
59642026-03-09T20:04:00.100Z[ recovery-image] Mar 09 20:03:57.978 INFO O| Mar 09 20:03:57.978 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652026-03-09T20:04:00.105Z[ recovery-image] Mar 09 20:03:57.986 INFO O| Mar 09 20:03:57.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59662026-03-09T20:04:00.108Z[ recovery-image] Mar 09 20:03:57.986 INFO O| Mar 09 20:03:57.986 INFO STEP 396 (remove_files) COMPLETE
59672026-03-09T20:04:00.108Z[ recovery-image] Mar 09 20:03:57.986 INFO O| Mar 09 20:03:57.986 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682026-03-09T20:04:00.113Z[ recovery-image] Mar 09 20:03:57.994 INFO O| Mar 09 20:03:57.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59692026-03-09T20:04:00.117Z[ recovery-image] Mar 09 20:03:57.994 INFO O| Mar 09 20:03:57.994 INFO STEP 397 (remove_files) COMPLETE
59702026-03-09T20:04:00.117Z[ recovery-image] Mar 09 20:03:57.994 INFO O| Mar 09 20:03:57.994 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712026-03-09T20:04:00.123Z[ recovery-image] Mar 09 20:03:58.004 INFO O| Mar 09 20:03:58.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59722026-03-09T20:04:00.123Z[ recovery-image] Mar 09 20:03:58.004 INFO O| Mar 09 20:03:58.004 INFO STEP 398 (remove_files) COMPLETE
59732026-03-09T20:04:00.127Z[ recovery-image] Mar 09 20:03:58.004 INFO O| Mar 09 20:03:58.004 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742026-03-09T20:04:00.133Z[ recovery-image] Mar 09 20:03:58.014 INFO O| Mar 09 20:03:58.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59752026-03-09T20:04:00.133Z[ recovery-image] Mar 09 20:03:58.014 INFO O| Mar 09 20:03:58.014 INFO STEP 399 (remove_files) COMPLETE
59762026-03-09T20:04:00.137Z[ recovery-image] Mar 09 20:03:58.014 INFO O| Mar 09 20:03:58.014 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772026-03-09T20:04:00.143Z[ recovery-image] Mar 09 20:03:58.023 INFO O| Mar 09 20:03:58.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59782026-03-09T20:04:00.147Z[ recovery-image] Mar 09 20:03:58.024 INFO O| Mar 09 20:03:58.024 INFO STEP 400 (remove_files) COMPLETE
59792026-03-09T20:04:00.147Z[ recovery-image] Mar 09 20:03:58.024 INFO O| Mar 09 20:03:58.024 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802026-03-09T20:04:00.153Z[ recovery-image] Mar 09 20:03:58.034 INFO O| Mar 09 20:03:58.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59812026-03-09T20:04:00.153Z[ recovery-image] Mar 09 20:03:58.034 INFO O| Mar 09 20:03:58.034 INFO STEP 401 (remove_files) COMPLETE
59822026-03-09T20:04:00.157Z[ recovery-image] Mar 09 20:03:58.034 INFO O| Mar 09 20:03:58.034 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832026-03-09T20:04:00.165Z[ recovery-image] Mar 09 20:03:58.046 INFO O| Mar 09 20:03:58.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
59842026-03-09T20:04:00.166Z[ recovery-image] Mar 09 20:03:58.046 INFO O| Mar 09 20:03:58.046 INFO STEP 402 (remove_files) COMPLETE
59852026-03-09T20:04:00.169Z[ recovery-image] Mar 09 20:03:58.046 INFO O| Mar 09 20:03:58.046 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862026-03-09T20:04:00.175Z[ recovery-image] Mar 09 20:03:58.056 INFO O| Mar 09 20:03:58.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
59872026-03-09T20:04:00.175Z[ recovery-image] Mar 09 20:03:58.056 INFO O| Mar 09 20:03:58.056 INFO STEP 403 (remove_files) COMPLETE
59882026-03-09T20:04:00.175Z[ recovery-image] Mar 09 20:03:58.056 INFO O| Mar 09 20:03:58.056 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892026-03-09T20:04:00.186Z[ recovery-image] Mar 09 20:03:58.067 INFO O| Mar 09 20:03:58.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
59902026-03-09T20:04:00.189Z[ recovery-image] Mar 09 20:03:58.068 INFO O| Mar 09 20:03:58.068 INFO STEP 404 (remove_files) COMPLETE
59912026-03-09T20:04:00.189Z[ recovery-image] Mar 09 20:03:58.068 INFO O| Mar 09 20:03:58.068 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922026-03-09T20:04:00.196Z[ recovery-image] Mar 09 20:03:58.077 INFO O| Mar 09 20:03:58.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
59932026-03-09T20:04:00.199Z[ recovery-image] Mar 09 20:03:58.077 INFO O| Mar 09 20:03:58.077 INFO STEP 405 (remove_files) COMPLETE
59942026-03-09T20:04:00.199Z[ recovery-image] Mar 09 20:03:58.077 INFO O| Mar 09 20:03:58.077 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952026-03-09T20:04:00.206Z[ recovery-image] Mar 09 20:03:58.087 INFO O| Mar 09 20:03:58.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
59962026-03-09T20:04:00.206Z[ recovery-image] Mar 09 20:03:58.087 INFO O| Mar 09 20:03:58.087 INFO STEP 406 (remove_files) COMPLETE
59972026-03-09T20:04:00.206Z[ recovery-image] Mar 09 20:03:58.087 INFO O| Mar 09 20:03:58.087 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982026-03-09T20:04:00.216Z[ recovery-image] Mar 09 20:03:58.097 INFO O| Mar 09 20:03:58.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
59992026-03-09T20:04:00.219Z[ recovery-image] Mar 09 20:03:58.097 INFO O| Mar 09 20:03:58.097 INFO STEP 407 (remove_files) COMPLETE
60002026-03-09T20:04:00.219Z[ recovery-image] Mar 09 20:03:58.097 INFO O| Mar 09 20:03:58.097 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012026-03-09T20:04:00.225Z[ recovery-image] Mar 09 20:03:58.106 INFO O| Mar 09 20:03:58.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60022026-03-09T20:04:00.225Z[ recovery-image] Mar 09 20:03:58.106 INFO O| Mar 09 20:03:58.106 INFO STEP 408 (remove_files) COMPLETE
60032026-03-09T20:04:00.228Z[ recovery-image] Mar 09 20:03:58.106 INFO O| Mar 09 20:03:58.106 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042026-03-09T20:04:00.237Z[ recovery-image] Mar 09 20:03:58.118 INFO O| Mar 09 20:03:58.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60052026-03-09T20:04:00.237Z[ recovery-image] Mar 09 20:03:58.118 INFO O| Mar 09 20:03:58.118 INFO STEP 409 (remove_files) COMPLETE
60062026-03-09T20:04:00.240Z[ recovery-image] Mar 09 20:03:58.118 INFO O| Mar 09 20:03:58.118 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072026-03-09T20:04:00.248Z[ recovery-image] Mar 09 20:03:58.129 INFO O| Mar 09 20:03:58.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60082026-03-09T20:04:00.248Z[ recovery-image] Mar 09 20:03:58.129 INFO O| Mar 09 20:03:58.129 INFO STEP 410 (remove_files) COMPLETE
60092026-03-09T20:04:00.251Z[ recovery-image] Mar 09 20:03:58.129 INFO O| Mar 09 20:03:58.129 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102026-03-09T20:04:00.257Z[ recovery-image] Mar 09 20:03:58.138 INFO O| Mar 09 20:03:58.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60112026-03-09T20:04:00.257Z[ recovery-image] Mar 09 20:03:58.138 INFO O| Mar 09 20:03:58.138 INFO STEP 411 (remove_files) COMPLETE
60122026-03-09T20:04:00.260Z[ recovery-image] Mar 09 20:03:58.138 INFO O| Mar 09 20:03:58.138 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132026-03-09T20:04:00.266Z[ recovery-image] Mar 09 20:03:58.147 INFO O| Mar 09 20:03:58.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60142026-03-09T20:04:00.266Z[ recovery-image] Mar 09 20:03:58.147 INFO O| Mar 09 20:03:58.147 INFO STEP 412 (remove_files) COMPLETE
60152026-03-09T20:04:00.266Z[ recovery-image] Mar 09 20:03:58.147 INFO O| Mar 09 20:03:58.147 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162026-03-09T20:04:00.274Z[ recovery-image] Mar 09 20:03:58.156 INFO O| Mar 09 20:03:58.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60172026-03-09T20:04:00.274Z[ recovery-image] Mar 09 20:03:58.156 INFO O| Mar 09 20:03:58.156 INFO STEP 413 (remove_files) COMPLETE
60182026-03-09T20:04:00.274Z[ recovery-image] Mar 09 20:03:58.156 INFO O| Mar 09 20:03:58.156 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192026-03-09T20:04:00.285Z[ recovery-image] Mar 09 20:03:58.167 INFO O| Mar 09 20:03:58.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60202026-03-09T20:04:00.288Z[ recovery-image] Mar 09 20:03:58.167 INFO O| Mar 09 20:03:58.167 INFO STEP 414 (remove_files) COMPLETE
60212026-03-09T20:04:00.289Z[ recovery-image] Mar 09 20:03:58.167 INFO O| Mar 09 20:03:58.167 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222026-03-09T20:04:00.294Z[ recovery-image] Mar 09 20:03:58.175 INFO O| Mar 09 20:03:58.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60232026-03-09T20:04:00.294Z[ recovery-image] Mar 09 20:03:58.176 INFO O| Mar 09 20:03:58.175 INFO STEP 415 (remove_files) COMPLETE
60242026-03-09T20:04:00.297Z[ recovery-image] Mar 09 20:03:58.176 INFO O| Mar 09 20:03:58.176 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252026-03-09T20:04:00.306Z[ recovery-image] Mar 09 20:03:58.187 INFO O| Mar 09 20:03:58.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60262026-03-09T20:04:00.306Z[ recovery-image] Mar 09 20:03:58.187 INFO O| Mar 09 20:03:58.187 INFO STEP 416 (remove_files) COMPLETE
60272026-03-09T20:04:00.306Z[ recovery-image] Mar 09 20:03:58.187 INFO O| Mar 09 20:03:58.187 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282026-03-09T20:04:00.316Z[ recovery-image] Mar 09 20:03:58.197 INFO O| Mar 09 20:03:58.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60292026-03-09T20:04:00.316Z[ recovery-image] Mar 09 20:03:58.197 INFO O| Mar 09 20:03:58.197 INFO STEP 417 (remove_files) COMPLETE
60302026-03-09T20:04:00.319Z[ recovery-image] Mar 09 20:03:58.197 INFO O| Mar 09 20:03:58.197 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312026-03-09T20:04:00.324Z[ recovery-image] Mar 09 20:03:58.205 INFO O| Mar 09 20:03:58.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60322026-03-09T20:04:00.327Z[ recovery-image] Mar 09 20:03:58.205 INFO O| Mar 09 20:03:58.205 INFO STEP 418 (remove_files) COMPLETE
60332026-03-09T20:04:00.327Z[ recovery-image] Mar 09 20:03:58.205 INFO O| Mar 09 20:03:58.205 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342026-03-09T20:04:00.332Z[ recovery-image] Mar 09 20:03:58.213 INFO O| Mar 09 20:03:58.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60352026-03-09T20:04:00.335Z[ recovery-image] Mar 09 20:03:58.213 INFO O| Mar 09 20:03:58.213 INFO STEP 419 (remove_files) COMPLETE
60362026-03-09T20:04:00.335Z[ recovery-image] Mar 09 20:03:58.213 INFO O| Mar 09 20:03:58.213 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372026-03-09T20:04:00.340Z[ recovery-image] Mar 09 20:03:58.221 INFO O| Mar 09 20:03:58.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60382026-03-09T20:04:00.340Z[ recovery-image] Mar 09 20:03:58.221 INFO O| Mar 09 20:03:58.221 INFO STEP 420 (remove_files) COMPLETE
60392026-03-09T20:04:00.343Z[ recovery-image] Mar 09 20:03:58.221 INFO O| Mar 09 20:03:58.221 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402026-03-09T20:04:00.350Z[ recovery-image] Mar 09 20:03:58.231 INFO O| Mar 09 20:03:58.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60412026-03-09T20:04:00.350Z[ recovery-image] Mar 09 20:03:58.231 INFO O| Mar 09 20:03:58.231 INFO STEP 421 (remove_files) COMPLETE
60422026-03-09T20:04:00.353Z[ recovery-image] Mar 09 20:03:58.231 INFO O| Mar 09 20:03:58.231 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432026-03-09T20:04:00.359Z[ recovery-image] Mar 09 20:03:58.240 INFO O| Mar 09 20:03:58.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60442026-03-09T20:04:00.359Z[ recovery-image] Mar 09 20:03:58.240 INFO O| Mar 09 20:03:58.240 INFO STEP 422 (remove_files) COMPLETE
60452026-03-09T20:04:00.362Z[ recovery-image] Mar 09 20:03:58.240 INFO O| Mar 09 20:03:58.240 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462026-03-09T20:04:00.369Z[ recovery-image] Mar 09 20:03:58.250 INFO O| Mar 09 20:03:58.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60472026-03-09T20:04:00.372Z[ recovery-image] Mar 09 20:03:58.250 INFO O| Mar 09 20:03:58.250 INFO STEP 423 (remove_files) COMPLETE
60482026-03-09T20:04:00.372Z[ recovery-image] Mar 09 20:03:58.250 INFO O| Mar 09 20:03:58.250 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492026-03-09T20:04:00.377Z[ recovery-image] Mar 09 20:03:58.259 INFO O| Mar 09 20:03:58.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60502026-03-09T20:04:00.380Z[ recovery-image] Mar 09 20:03:58.259 INFO O| Mar 09 20:03:58.259 INFO STEP 424 (remove_files) COMPLETE
60512026-03-09T20:04:00.381Z[ recovery-image] Mar 09 20:03:58.259 INFO O| Mar 09 20:03:58.259 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522026-03-09T20:04:00.386Z[ recovery-image] Mar 09 20:03:58.267 INFO O| Mar 09 20:03:58.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60532026-03-09T20:04:00.389Z[ recovery-image] Mar 09 20:03:58.267 INFO O| Mar 09 20:03:58.267 INFO STEP 425 (remove_files) COMPLETE
60542026-03-09T20:04:00.389Z[ recovery-image] Mar 09 20:03:58.267 INFO O| Mar 09 20:03:58.267 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552026-03-09T20:04:00.394Z[ recovery-image] Mar 09 20:03:58.276 INFO O| Mar 09 20:03:58.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60562026-03-09T20:04:00.394Z[ recovery-image] Mar 09 20:03:58.276 INFO O| Mar 09 20:03:58.276 INFO STEP 426 (remove_files) COMPLETE
60572026-03-09T20:04:00.394Z[ recovery-image] Mar 09 20:03:58.276 INFO O| Mar 09 20:03:58.276 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582026-03-09T20:04:00.403Z[ recovery-image] Mar 09 20:03:58.284 INFO O| Mar 09 20:03:58.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60592026-03-09T20:04:00.403Z[ recovery-image] Mar 09 20:03:58.284 INFO O| Mar 09 20:03:58.284 INFO STEP 427 (remove_files) COMPLETE
60602026-03-09T20:04:00.403Z[ recovery-image] Mar 09 20:03:58.284 INFO O| Mar 09 20:03:58.284 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612026-03-09T20:04:00.411Z[ recovery-image] Mar 09 20:03:58.292 INFO O| Mar 09 20:03:58.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60622026-03-09T20:04:00.414Z[ recovery-image] Mar 09 20:03:58.293 INFO O| Mar 09 20:03:58.293 INFO STEP 428 (remove_files) COMPLETE
60632026-03-09T20:04:00.414Z[ recovery-image] Mar 09 20:03:58.293 INFO O| Mar 09 20:03:58.293 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642026-03-09T20:04:00.420Z[ recovery-image] Mar 09 20:03:58.301 INFO O| Mar 09 20:03:58.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60652026-03-09T20:04:00.420Z[ recovery-image] Mar 09 20:03:58.301 INFO O| Mar 09 20:03:58.301 INFO STEP 429 (remove_files) COMPLETE
60662026-03-09T20:04:00.420Z[ recovery-image] Mar 09 20:03:58.301 INFO O| Mar 09 20:03:58.301 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672026-03-09T20:04:00.430Z[ recovery-image] Mar 09 20:03:58.311 INFO O| Mar 09 20:03:58.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60682026-03-09T20:04:00.430Z[ recovery-image] Mar 09 20:03:58.311 INFO O| Mar 09 20:03:58.311 INFO STEP 430 (remove_files) COMPLETE
60692026-03-09T20:04:00.430Z[ recovery-image] Mar 09 20:03:58.311 INFO O| Mar 09 20:03:58.311 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702026-03-09T20:04:00.438Z[ recovery-image] Mar 09 20:03:58.319 INFO O| Mar 09 20:03:58.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60712026-03-09T20:04:00.438Z[ recovery-image] Mar 09 20:03:58.320 INFO O| Mar 09 20:03:58.320 INFO STEP 431 (remove_files) COMPLETE
60722026-03-09T20:04:00.442Z[ recovery-image] Mar 09 20:03:58.320 INFO O| Mar 09 20:03:58.320 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732026-03-09T20:04:00.446Z[ recovery-image] Mar 09 20:03:58.328 INFO O| Mar 09 20:03:58.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60742026-03-09T20:04:00.446Z[ recovery-image] Mar 09 20:03:58.328 INFO O| Mar 09 20:03:58.328 INFO STEP 432 (remove_files) COMPLETE
60752026-03-09T20:04:01.456Z[ recovery-image] Mar 09 20:03:58.328 INFO O| Mar 09 20:03:58.328 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.336 INFO O| Mar 09 20:03:58.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60772026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.336 INFO O| Mar 09 20:03:58.336 INFO STEP 433 (remove_files) COMPLETE
60782026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.336 INFO O| Mar 09 20:03:58.336 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.346 INFO O| Mar 09 20:03:58.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
60802026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.346 INFO O| Mar 09 20:03:58.346 INFO STEP 434 (remove_files) COMPLETE
60812026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.346 INFO O| Mar 09 20:03:58.346 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.359 INFO O| Mar 09 20:03:58.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
60832026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.359 INFO O| Mar 09 20:03:58.359 INFO STEP 435 (remove_files) COMPLETE
60842026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.359 INFO O| Mar 09 20:03:58.359 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.371 INFO O| Mar 09 20:03:58.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
60862026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.371 INFO O| Mar 09 20:03:58.371 INFO STEP 436 (remove_files) COMPLETE
60872026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.371 INFO O| Mar 09 20:03:58.371 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.383 INFO O| Mar 09 20:03:58.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
60892026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.383 INFO O| Mar 09 20:03:58.383 INFO STEP 437 (remove_files) COMPLETE
60902026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.383 INFO O| Mar 09 20:03:58.383 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.394 INFO O| Mar 09 20:03:58.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
60922026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.394 INFO O| Mar 09 20:03:58.394 INFO STEP 438 (remove_files) COMPLETE
60932026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.394 INFO O| Mar 09 20:03:58.394 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.407 INFO O| Mar 09 20:03:58.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
60952026-03-09T20:04:01.463Z[ recovery-image] Mar 09 20:03:58.407 INFO O| Mar 09 20:03:58.407 INFO STEP 439 (remove_files) COMPLETE
60962026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.407 INFO O| Mar 09 20:03:58.407 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.418 INFO O| Mar 09 20:03:58.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
60982026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.418 INFO O| Mar 09 20:03:58.418 INFO STEP 440 (remove_files) COMPLETE
60992026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.418 INFO O| Mar 09 20:03:58.418 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.427 INFO O| Mar 09 20:03:58.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61012026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.427 INFO O| Mar 09 20:03:58.427 INFO STEP 441 (remove_files) COMPLETE
61022026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.427 INFO O| Mar 09 20:03:58.427 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.437 INFO O| Mar 09 20:03:58.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61042026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.437 INFO O| Mar 09 20:03:58.437 INFO STEP 442 (remove_files) COMPLETE
61052026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.437 INFO O| Mar 09 20:03:58.437 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.447 INFO O| Mar 09 20:03:58.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61072026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.447 INFO O| Mar 09 20:03:58.447 INFO STEP 443 (remove_files) COMPLETE
61082026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.447 INFO O| Mar 09 20:03:58.447 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.456 INFO O| Mar 09 20:03:58.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61102026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.456 INFO O| Mar 09 20:03:58.456 INFO STEP 444 (remove_files) COMPLETE
61112026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.456 INFO O| Mar 09 20:03:58.456 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.465 INFO O| Mar 09 20:03:58.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61132026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.465 INFO O| Mar 09 20:03:58.465 INFO STEP 445 (remove_files) COMPLETE
61142026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.465 INFO O| Mar 09 20:03:58.465 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.473 INFO O| Mar 09 20:03:58.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61162026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.473 INFO O| Mar 09 20:03:58.473 INFO STEP 446 (remove_files) COMPLETE
61172026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.473 INFO O| Mar 09 20:03:58.473 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182026-03-09T20:04:01.464Z[ recovery-image] Mar 09 20:03:58.482 INFO O| Mar 09 20:03:58.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61192026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.482 INFO O| Mar 09 20:03:58.482 INFO STEP 447 (remove_files) COMPLETE
61202026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.482 INFO O| Mar 09 20:03:58.482 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.490 INFO O| Mar 09 20:03:58.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61222026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.490 INFO O| Mar 09 20:03:58.490 INFO STEP 448 (remove_files) COMPLETE
61232026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.490 INFO O| Mar 09 20:03:58.490 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.498 INFO O| Mar 09 20:03:58.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61252026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.498 INFO O| Mar 09 20:03:58.498 INFO STEP 449 (remove_files) COMPLETE
61262026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.498 INFO O| Mar 09 20:03:58.498 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.507 INFO O| Mar 09 20:03:58.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61282026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.507 INFO O| Mar 09 20:03:58.507 INFO STEP 450 (remove_files) COMPLETE
61292026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.507 INFO O| Mar 09 20:03:58.507 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.516 INFO O| Mar 09 20:03:58.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61312026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.516 INFO O| Mar 09 20:03:58.516 INFO STEP 451 (remove_files) COMPLETE
61322026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.516 INFO O| Mar 09 20:03:58.516 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.526 INFO O| Mar 09 20:03:58.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61342026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.526 INFO O| Mar 09 20:03:58.526 INFO STEP 452 (remove_files) COMPLETE
61352026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.526 INFO O| Mar 09 20:03:58.526 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.535 INFO O| Mar 09 20:03:58.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61372026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.535 INFO O| Mar 09 20:03:58.535 INFO STEP 453 (remove_files) COMPLETE
61382026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.535 INFO O| Mar 09 20:03:58.535 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.547 INFO O| Mar 09 20:03:58.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61402026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.547 INFO O| Mar 09 20:03:58.547 INFO STEP 454 (remove_files) COMPLETE
61412026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.547 INFO O| Mar 09 20:03:58.547 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.555 INFO O| Mar 09 20:03:58.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61432026-03-09T20:04:01.465Z[ recovery-image] Mar 09 20:03:58.555 INFO O| Mar 09 20:03:58.555 INFO STEP 455 (remove_files) COMPLETE
61442026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.555 INFO O| Mar 09 20:03:58.555 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.566 INFO O| Mar 09 20:03:58.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61462026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.566 INFO O| Mar 09 20:03:58.566 INFO STEP 456 (remove_files) COMPLETE
61472026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.566 INFO O| Mar 09 20:03:58.566 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.574 INFO O| Mar 09 20:03:58.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61492026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.574 INFO O| Mar 09 20:03:58.574 INFO STEP 457 (remove_files) COMPLETE
61502026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.574 INFO O| Mar 09 20:03:58.574 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.584 INFO O| Mar 09 20:03:58.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61522026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.584 INFO O| Mar 09 20:03:58.584 INFO STEP 458 (remove_files) COMPLETE
61532026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.584 INFO O| Mar 09 20:03:58.584 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.594 INFO O| Mar 09 20:03:58.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61552026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.594 INFO O| Mar 09 20:03:58.594 INFO STEP 459 (remove_files) COMPLETE
61562026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.594 INFO O| Mar 09 20:03:58.594 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.602 INFO O| Mar 09 20:03:58.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61582026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.602 INFO O| Mar 09 20:03:58.602 INFO STEP 460 (remove_files) COMPLETE
61592026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.602 INFO O| Mar 09 20:03:58.602 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.612 INFO O| Mar 09 20:03:58.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61612026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.612 INFO O| Mar 09 20:03:58.612 INFO STEP 461 (remove_files) COMPLETE
61622026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.612 INFO O| Mar 09 20:03:58.612 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.621 INFO O| Mar 09 20:03:58.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61642026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.621 INFO O| Mar 09 20:03:58.621 INFO STEP 462 (remove_files) COMPLETE
61652026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.621 INFO O| Mar 09 20:03:58.621 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.635 INFO O| Mar 09 20:03:58.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61672026-03-09T20:04:01.466Z[ recovery-image] Mar 09 20:03:58.635 INFO O| Mar 09 20:03:58.635 INFO STEP 463 (remove_files) COMPLETE
61682026-03-09T20:04:01.467Z[ recovery-image] Mar 09 20:03:58.635 INFO O| Mar 09 20:03:58.635 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692026-03-09T20:04:01.467Z[ recovery-image] Mar 09 20:03:58.647 INFO O| Mar 09 20:03:58.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61702026-03-09T20:04:01.467Z[ recovery-image] Mar 09 20:03:58.648 INFO O| Mar 09 20:03:58.648 INFO STEP 464 (remove_files) COMPLETE
61712026-03-09T20:04:01.467Z[ recovery-image] Mar 09 20:03:58.648 INFO O| Mar 09 20:03:58.648 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722026-03-09T20:04:01.467Z[ recovery-image] Mar 09 20:03:58.659 INFO O| Mar 09 20:03:58.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61732026-03-09T20:04:01.467Z[ recovery-image] Mar 09 20:03:58.659 INFO O| Mar 09 20:03:58.659 INFO STEP 465 (remove_files) COMPLETE
61742026-03-09T20:04:01.467Z[ recovery-image] Mar 09 20:03:58.659 INFO O| Mar 09 20:03:58.659 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752026-03-09T20:04:01.467Z[ recovery-image] Mar 09 20:03:58.670 INFO O| Mar 09 20:03:58.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61762026-03-09T20:04:01.472Z[ recovery-image] Mar 09 20:03:58.670 INFO O| Mar 09 20:03:58.670 INFO STEP 466 (remove_files) COMPLETE
61772026-03-09T20:04:01.472Z[ recovery-image] Mar 09 20:03:58.670 INFO O| Mar 09 20:03:58.670 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782026-03-09T20:04:01.472Z[ recovery-image] Mar 09 20:03:58.679 INFO O| Mar 09 20:03:58.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
61792026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.680 INFO O| Mar 09 20:03:58.680 INFO STEP 467 (remove_files) COMPLETE
61802026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.680 INFO O| Mar 09 20:03:58.680 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.688 INFO O| Mar 09 20:03:58.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
61822026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.688 INFO O| Mar 09 20:03:58.688 INFO STEP 468 (remove_files) COMPLETE
61832026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.688 INFO O| Mar 09 20:03:58.688 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.697 INFO O| Mar 09 20:03:58.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
61852026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.697 INFO O| Mar 09 20:03:58.697 INFO STEP 469 (remove_files) COMPLETE
61862026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.697 INFO O| Mar 09 20:03:58.697 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.707 INFO O| Mar 09 20:03:58.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
61882026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.707 INFO O| Mar 09 20:03:58.707 INFO STEP 470 (remove_files) COMPLETE
61892026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.707 INFO O| Mar 09 20:03:58.707 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.719 INFO O| Mar 09 20:03:58.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
61912026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.719 INFO O| Mar 09 20:03:58.719 INFO STEP 471 (remove_files) COMPLETE
61922026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.719 INFO O| Mar 09 20:03:58.719 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.728 INFO O| Mar 09 20:03:58.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
61942026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.728 INFO O| Mar 09 20:03:58.728 INFO STEP 472 (remove_files) COMPLETE
61952026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.728 INFO O| Mar 09 20:03:58.728 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.737 INFO O| Mar 09 20:03:58.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
61972026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.737 INFO O| Mar 09 20:03:58.737 INFO STEP 473 (remove_files) COMPLETE
61982026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.737 INFO O| Mar 09 20:03:58.737 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.746 INFO O| Mar 09 20:03:58.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62002026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.746 INFO O| Mar 09 20:03:58.746 INFO STEP 474 (remove_files) COMPLETE
62012026-03-09T20:04:01.473Z[ recovery-image] Mar 09 20:03:58.746 INFO O| Mar 09 20:03:58.746 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.756 INFO O| Mar 09 20:03:58.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62032026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.756 INFO O| Mar 09 20:03:58.756 INFO STEP 475 (remove_files) COMPLETE
62042026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.756 INFO O| Mar 09 20:03:58.756 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.765 INFO O| Mar 09 20:03:58.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62062026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.765 INFO O| Mar 09 20:03:58.765 INFO STEP 476 (remove_files) COMPLETE
62072026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.765 INFO O| Mar 09 20:03:58.765 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.775 INFO O| Mar 09 20:03:58.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62092026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.775 INFO O| Mar 09 20:03:58.775 INFO STEP 477 (remove_files) COMPLETE
62102026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.775 INFO O| Mar 09 20:03:58.775 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.786 INFO O| Mar 09 20:03:58.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62122026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.786 INFO O| Mar 09 20:03:58.786 INFO STEP 478 (remove_files) COMPLETE
62132026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.786 INFO O| Mar 09 20:03:58.786 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.794 INFO O| Mar 09 20:03:58.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62152026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.795 INFO O| Mar 09 20:03:58.794 INFO STEP 479 (remove_files) COMPLETE
62162026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.795 INFO O| Mar 09 20:03:58.795 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.804 INFO O| Mar 09 20:03:58.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62182026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.804 INFO O| Mar 09 20:03:58.804 INFO STEP 480 (remove_files) COMPLETE
62192026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.804 INFO O| Mar 09 20:03:58.804 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.813 INFO O| Mar 09 20:03:58.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62212026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.814 INFO O| Mar 09 20:03:58.814 INFO STEP 481 (remove_files) COMPLETE
62222026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.814 INFO O| Mar 09 20:03:58.814 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.823 INFO O| Mar 09 20:03:58.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62242026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.823 INFO O| Mar 09 20:03:58.823 INFO STEP 482 (remove_files) COMPLETE
62252026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.823 INFO O| Mar 09 20:03:58.823 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.831 INFO O| Mar 09 20:03:58.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62272026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.831 INFO O| Mar 09 20:03:58.831 INFO STEP 483 (remove_files) COMPLETE
62282026-03-09T20:04:01.474Z[ recovery-image] Mar 09 20:03:58.831 INFO O| Mar 09 20:03:58.831 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.841 INFO O| Mar 09 20:03:58.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62302026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.841 INFO O| Mar 09 20:03:58.841 INFO STEP 484 (remove_files) COMPLETE
62312026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.841 INFO O| Mar 09 20:03:58.841 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.849 INFO O| Mar 09 20:03:58.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62332026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.849 INFO O| Mar 09 20:03:58.849 INFO STEP 485 (remove_files) COMPLETE
62342026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.849 INFO O| Mar 09 20:03:58.849 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.857 INFO O| Mar 09 20:03:58.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62362026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.857 INFO O| Mar 09 20:03:58.857 INFO STEP 486 (remove_files) COMPLETE
62372026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.857 INFO O| Mar 09 20:03:58.857 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.865 INFO O| Mar 09 20:03:58.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62392026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.866 INFO O| Mar 09 20:03:58.865 INFO STEP 487 (remove_files) COMPLETE
62402026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.866 INFO O| Mar 09 20:03:58.865 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.874 INFO O| Mar 09 20:03:58.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62422026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.874 INFO O| Mar 09 20:03:58.874 INFO STEP 488 (remove_files) COMPLETE
62432026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.874 INFO O| Mar 09 20:03:58.874 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.882 INFO O| Mar 09 20:03:58.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62452026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.882 INFO O| Mar 09 20:03:58.882 INFO STEP 489 (remove_files) COMPLETE
62462026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.882 INFO O| Mar 09 20:03:58.882 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.890 INFO O| Mar 09 20:03:58.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62482026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.890 INFO O| Mar 09 20:03:58.890 INFO STEP 490 (remove_files) COMPLETE
62492026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.890 INFO O| Mar 09 20:03:58.890 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.898 INFO O| Mar 09 20:03:58.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62512026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.898 INFO O| Mar 09 20:03:58.898 INFO STEP 491 (remove_files) COMPLETE
62522026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.899 INFO O| Mar 09 20:03:58.898 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.908 INFO O| Mar 09 20:03:58.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62542026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.908 INFO O| Mar 09 20:03:58.908 INFO STEP 492 (remove_files) COMPLETE
62552026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.908 INFO O| Mar 09 20:03:58.908 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.916 INFO O| Mar 09 20:03:58.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62572026-03-09T20:04:01.475Z[ recovery-image] Mar 09 20:03:58.916 INFO O| Mar 09 20:03:58.916 INFO STEP 493 (remove_files) COMPLETE
62582026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.916 INFO O| Mar 09 20:03:58.916 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.924 INFO O| Mar 09 20:03:58.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62602026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.924 INFO O| Mar 09 20:03:58.924 INFO STEP 494 (remove_files) COMPLETE
62612026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.924 INFO O| Mar 09 20:03:58.924 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.933 INFO O| Mar 09 20:03:58.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62632026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.933 INFO O| Mar 09 20:03:58.933 INFO STEP 495 (remove_files) COMPLETE
62642026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.933 INFO O| Mar 09 20:03:58.933 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.944 INFO O| Mar 09 20:03:58.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62662026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.944 INFO O| Mar 09 20:03:58.944 INFO STEP 496 (remove_files) COMPLETE
62672026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.944 INFO O| Mar 09 20:03:58.944 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.955 INFO O| Mar 09 20:03:58.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62692026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.955 INFO O| Mar 09 20:03:58.955 INFO STEP 497 (remove_files) COMPLETE
62702026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.955 INFO O| Mar 09 20:03:58.955 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.964 INFO O| Mar 09 20:03:58.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62722026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.964 INFO O| Mar 09 20:03:58.964 INFO STEP 498 (remove_files) COMPLETE
62732026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.964 INFO O| Mar 09 20:03:58.964 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.974 INFO O| Mar 09 20:03:58.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62752026-03-09T20:04:01.476Z[ recovery-image] Mar 09 20:03:58.974 INFO O| Mar 09 20:03:58.974 INFO STEP 499 (remove_files) COMPLETE
62762026-03-09T20:04:01.481Z[ recovery-image] Mar 09 20:03:58.975 INFO O| Mar 09 20:03:58.974 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:58.984 INFO O| Mar 09 20:03:58.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62782026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:58.984 INFO O| Mar 09 20:03:58.984 INFO STEP 500 (remove_files) COMPLETE
62792026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:58.984 INFO O| Mar 09 20:03:58.984 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:58.993 INFO O| Mar 09 20:03:58.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
62812026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:58.993 INFO O| Mar 09 20:03:58.993 INFO STEP 501 (remove_files) COMPLETE
62822026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:58.993 INFO O| Mar 09 20:03:58.993 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.002 INFO O| Mar 09 20:03:59.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
62842026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.002 INFO O| Mar 09 20:03:59.002 INFO STEP 502 (remove_files) COMPLETE
62852026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.002 INFO O| Mar 09 20:03:59.002 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.012 INFO O| Mar 09 20:03:59.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
62872026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.013 INFO O| Mar 09 20:03:59.013 INFO STEP 503 (remove_files) COMPLETE
62882026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.013 INFO O| Mar 09 20:03:59.013 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.024 INFO O| Mar 09 20:03:59.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
62902026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.024 INFO O| Mar 09 20:03:59.024 INFO STEP 504 (remove_files) COMPLETE
62912026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.024 INFO O| Mar 09 20:03:59.024 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.033 INFO O| Mar 09 20:03:59.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
62932026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.034 INFO O| Mar 09 20:03:59.033 INFO STEP 505 (remove_files) COMPLETE
62942026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.034 INFO O| Mar 09 20:03:59.033 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.043 INFO O| Mar 09 20:03:59.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
62962026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.043 INFO O| Mar 09 20:03:59.043 INFO STEP 506 (remove_files) COMPLETE
62972026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.043 INFO O| Mar 09 20:03:59.043 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.054 INFO O| Mar 09 20:03:59.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
62992026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.054 INFO O| Mar 09 20:03:59.054 INFO STEP 507 (remove_files) COMPLETE
63002026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.054 INFO O| Mar 09 20:03:59.054 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012026-03-09T20:04:01.482Z[ recovery-image] Mar 09 20:03:59.063 INFO O| Mar 09 20:03:59.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63022026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.063 INFO O| Mar 09 20:03:59.063 INFO STEP 508 (remove_files) COMPLETE
63032026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.063 INFO O| Mar 09 20:03:59.063 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.072 INFO O| Mar 09 20:03:59.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63052026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.072 INFO O| Mar 09 20:03:59.072 INFO STEP 509 (remove_files) COMPLETE
63062026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.072 INFO O| Mar 09 20:03:59.072 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.084 INFO O| Mar 09 20:03:59.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63082026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.084 INFO O| Mar 09 20:03:59.084 INFO STEP 510 (remove_files) COMPLETE
63092026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.084 INFO O| Mar 09 20:03:59.084 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.094 INFO O| Mar 09 20:03:59.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63112026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.094 INFO O| Mar 09 20:03:59.094 INFO STEP 511 (remove_files) COMPLETE
63122026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.094 INFO O| Mar 09 20:03:59.094 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.103 INFO O| Mar 09 20:03:59.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63142026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.104 INFO O| Mar 09 20:03:59.104 INFO STEP 512 (remove_files) COMPLETE
63152026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.104 INFO O| Mar 09 20:03:59.104 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.114 INFO O| Mar 09 20:03:59.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63172026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.114 INFO O| Mar 09 20:03:59.114 INFO STEP 513 (remove_files) COMPLETE
63182026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.114 INFO O| Mar 09 20:03:59.114 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.123 INFO O| Mar 09 20:03:59.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63202026-03-09T20:04:01.483Z[ recovery-image] Mar 09 20:03:59.123 INFO O| Mar 09 20:03:59.123 INFO STEP 514 (remove_files) COMPLETE
63212026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.123 INFO O| Mar 09 20:03:59.123 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.131 INFO O| Mar 09 20:03:59.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63232026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.131 INFO O| Mar 09 20:03:59.131 INFO STEP 515 (remove_files) COMPLETE
63242026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.131 INFO O| Mar 09 20:03:59.131 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.142 INFO O| Mar 09 20:03:59.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63262026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.142 INFO O| Mar 09 20:03:59.142 INFO STEP 516 (remove_files) COMPLETE
63272026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.142 INFO O| Mar 09 20:03:59.142 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.153 INFO O| Mar 09 20:03:59.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63292026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.153 INFO O| Mar 09 20:03:59.153 INFO STEP 517 (remove_files) COMPLETE
63302026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.153 INFO O| Mar 09 20:03:59.153 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.162 INFO O| Mar 09 20:03:59.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63322026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.162 INFO O| Mar 09 20:03:59.162 INFO STEP 518 (remove_files) COMPLETE
63332026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.162 INFO O| Mar 09 20:03:59.162 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.170 INFO O| Mar 09 20:03:59.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63352026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.170 INFO O| Mar 09 20:03:59.170 INFO STEP 519 (remove_files) COMPLETE
63362026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.170 INFO O| Mar 09 20:03:59.170 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.179 INFO O| Mar 09 20:03:59.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63382026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.180 INFO O| Mar 09 20:03:59.179 INFO STEP 520 (remove_files) COMPLETE
63392026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.180 INFO O| Mar 09 20:03:59.179 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.189 INFO O| Mar 09 20:03:59.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63412026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.189 INFO O| Mar 09 20:03:59.189 INFO STEP 521 (remove_files) COMPLETE
63422026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.189 INFO O| Mar 09 20:03:59.189 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.197 INFO O| Mar 09 20:03:59.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63442026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.197 INFO O| Mar 09 20:03:59.197 INFO STEP 522 (remove_files) COMPLETE
63452026-03-09T20:04:01.484Z[ recovery-image] Mar 09 20:03:59.197 INFO O| Mar 09 20:03:59.197 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.205 INFO O| Mar 09 20:03:59.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63472026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.205 INFO O| Mar 09 20:03:59.205 INFO STEP 523 (remove_files) COMPLETE
63482026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.205 INFO O| Mar 09 20:03:59.205 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.213 INFO O| Mar 09 20:03:59.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63502026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.213 INFO O| Mar 09 20:03:59.213 INFO STEP 524 (remove_files) COMPLETE
63512026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.213 INFO O| Mar 09 20:03:59.213 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.222 INFO O| Mar 09 20:03:59.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63532026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.222 INFO O| Mar 09 20:03:59.222 INFO STEP 525 (remove_files) COMPLETE
63542026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.222 INFO O| Mar 09 20:03:59.222 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.233 INFO O| Mar 09 20:03:59.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
63562026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.233 INFO O| Mar 09 20:03:59.233 INFO STEP 526 (remove_files) COMPLETE
63572026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.233 INFO O| Mar 09 20:03:59.233 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.245 INFO O| Mar 09 20:03:59.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
63592026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.245 INFO O| Mar 09 20:03:59.245 INFO STEP 527 (remove_files) COMPLETE
63602026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.245 INFO O| Mar 09 20:03:59.245 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.256 INFO O| Mar 09 20:03:59.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
63622026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.256 INFO O| Mar 09 20:03:59.256 INFO STEP 528 (remove_files) COMPLETE
63632026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.256 INFO O| Mar 09 20:03:59.256 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.265 INFO O| Mar 09 20:03:59.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
63652026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.265 INFO O| Mar 09 20:03:59.265 INFO STEP 529 (remove_files) COMPLETE
63662026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.265 INFO O| Mar 09 20:03:59.265 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.275 INFO O| Mar 09 20:03:59.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
63682026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.275 INFO O| Mar 09 20:03:59.275 INFO STEP 530 (remove_files) COMPLETE
63692026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.276 INFO O| Mar 09 20:03:59.275 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.284 INFO O| Mar 09 20:03:59.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
63712026-03-09T20:04:01.485Z[ recovery-image] Mar 09 20:03:59.284 INFO O| Mar 09 20:03:59.284 INFO STEP 531 (remove_files) COMPLETE
63722026-03-09T20:04:01.486Z[ recovery-image] Mar 09 20:03:59.284 INFO O| Mar 09 20:03:59.284 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732026-03-09T20:04:01.486Z[ recovery-image] Mar 09 20:03:59.292 INFO O| Mar 09 20:03:59.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
63742026-03-09T20:04:01.486Z[ recovery-image] Mar 09 20:03:59.292 INFO O| Mar 09 20:03:59.292 INFO STEP 532 (remove_files) COMPLETE
63752026-03-09T20:04:01.486Z[ recovery-image] Mar 09 20:03:59.292 INFO O| Mar 09 20:03:59.292 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.301 INFO O| Mar 09 20:03:59.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
63772026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.301 INFO O| Mar 09 20:03:59.301 INFO STEP 533 (remove_files) COMPLETE
63782026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.301 INFO O| Mar 09 20:03:59.301 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.310 INFO O| Mar 09 20:03:59.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
63802026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.310 INFO O| Mar 09 20:03:59.310 INFO STEP 534 (remove_files) COMPLETE
63812026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.310 INFO O| Mar 09 20:03:59.310 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.320 INFO O| Mar 09 20:03:59.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
63832026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.320 INFO O| Mar 09 20:03:59.320 INFO STEP 535 (remove_files) COMPLETE
63842026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.320 INFO O| Mar 09 20:03:59.320 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.328 INFO O| Mar 09 20:03:59.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
63862026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.328 INFO O| Mar 09 20:03:59.328 INFO STEP 536 (remove_files) COMPLETE
63872026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.328 INFO O| Mar 09 20:03:59.328 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.337 INFO O| Mar 09 20:03:59.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
63892026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.337 INFO O| Mar 09 20:03:59.337 INFO STEP 537 (remove_files) COMPLETE
63902026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.337 INFO O| Mar 09 20:03:59.337 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.347 INFO O| Mar 09 20:03:59.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
63922026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.347 INFO O| Mar 09 20:03:59.347 INFO STEP 538 (remove_files) COMPLETE
63932026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.347 INFO O| Mar 09 20:03:59.347 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.355 INFO O| Mar 09 20:03:59.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
63952026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.355 INFO O| Mar 09 20:03:59.355 INFO STEP 539 (remove_files) COMPLETE
63962026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.355 INFO O| Mar 09 20:03:59.355 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972026-03-09T20:04:01.491Z[ recovery-image] Mar 09 20:03:59.363 INFO O| Mar 09 20:03:59.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
63982026-03-09T20:04:01.492Z[ recovery-image] Mar 09 20:03:59.363 INFO O| Mar 09 20:03:59.363 INFO STEP 540 (remove_files) COMPLETE
63992026-03-09T20:04:01.492Z[ recovery-image] Mar 09 20:03:59.363 INFO O| Mar 09 20:03:59.363 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002026-03-09T20:04:01.492Z[ recovery-image] Mar 09 20:03:59.371 INFO O| Mar 09 20:03:59.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64012026-03-09T20:04:01.497Z[ recovery-image] Mar 09 20:03:59.371 INFO O| Mar 09 20:03:59.371 INFO STEP 541 (remove_files) COMPLETE
64022026-03-09T20:04:01.497Z[ recovery-image] Mar 09 20:03:59.371 INFO O| Mar 09 20:03:59.371 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032026-03-09T20:04:01.502Z[ recovery-image] Mar 09 20:03:59.383 INFO O| Mar 09 20:03:59.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64042026-03-09T20:04:01.503Z[ recovery-image] Mar 09 20:03:59.383 INFO O| Mar 09 20:03:59.383 INFO STEP 542 (remove_files) COMPLETE
64052026-03-09T20:04:01.503Z[ recovery-image] Mar 09 20:03:59.383 INFO O| Mar 09 20:03:59.383 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062026-03-09T20:04:01.511Z[ recovery-image] Mar 09 20:03:59.391 INFO O| Mar 09 20:03:59.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64072026-03-09T20:04:01.511Z[ recovery-image] Mar 09 20:03:59.391 INFO O| Mar 09 20:03:59.391 INFO STEP 543 (remove_files) COMPLETE
64082026-03-09T20:04:01.511Z[ recovery-image] Mar 09 20:03:59.391 INFO O| Mar 09 20:03:59.391 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092026-03-09T20:04:01.519Z[ recovery-image] Mar 09 20:03:59.400 INFO O| Mar 09 20:03:59.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64102026-03-09T20:04:01.522Z[ recovery-image] Mar 09 20:03:59.400 INFO O| Mar 09 20:03:59.400 INFO STEP 544 (remove_files) COMPLETE
64112026-03-09T20:04:01.522Z[ recovery-image] Mar 09 20:03:59.400 INFO O| Mar 09 20:03:59.400 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122026-03-09T20:04:01.529Z[ recovery-image] Mar 09 20:03:59.409 INFO O| Mar 09 20:03:59.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64132026-03-09T20:04:01.529Z[ recovery-image] Mar 09 20:03:59.409 INFO O| Mar 09 20:03:59.409 INFO STEP 545 (remove_files) COMPLETE
64142026-03-09T20:04:01.531Z[ recovery-image] Mar 09 20:03:59.409 INFO O| Mar 09 20:03:59.409 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152026-03-09T20:04:01.537Z[ recovery-image] Mar 09 20:03:59.418 INFO O| Mar 09 20:03:59.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64162026-03-09T20:04:01.540Z[ recovery-image] Mar 09 20:03:59.418 INFO O| Mar 09 20:03:59.418 INFO STEP 546 (remove_files) COMPLETE
64172026-03-09T20:04:01.540Z[ recovery-image] Mar 09 20:03:59.418 INFO O| Mar 09 20:03:59.418 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182026-03-09T20:04:01.546Z[ recovery-image] Mar 09 20:03:59.426 INFO O| Mar 09 20:03:59.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64192026-03-09T20:04:01.546Z[ recovery-image] Mar 09 20:03:59.426 INFO O| Mar 09 20:03:59.426 INFO STEP 547 (remove_files) COMPLETE
64202026-03-09T20:04:01.550Z[ recovery-image] Mar 09 20:03:59.426 INFO O| Mar 09 20:03:59.426 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212026-03-09T20:04:01.553Z[ recovery-image] Mar 09 20:03:59.434 INFO O| Mar 09 20:03:59.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64222026-03-09T20:04:01.556Z[ recovery-image] Mar 09 20:03:59.435 INFO O| Mar 09 20:03:59.435 INFO STEP 548 (remove_files) COMPLETE
64232026-03-09T20:04:01.556Z[ recovery-image] Mar 09 20:03:59.435 INFO O| Mar 09 20:03:59.435 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242026-03-09T20:04:01.563Z[ recovery-image] Mar 09 20:03:59.443 INFO O| Mar 09 20:03:59.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64252026-03-09T20:04:01.566Z[ recovery-image] Mar 09 20:03:59.444 INFO O| Mar 09 20:03:59.443 INFO STEP 549 (remove_files) COMPLETE
64262026-03-09T20:04:01.566Z[ recovery-image] Mar 09 20:03:59.444 INFO O| Mar 09 20:03:59.444 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272026-03-09T20:04:01.571Z[ recovery-image] Mar 09 20:03:59.452 INFO O| Mar 09 20:03:59.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64282026-03-09T20:04:01.576Z[ recovery-image] Mar 09 20:03:59.452 INFO O| Mar 09 20:03:59.452 INFO STEP 550 (remove_files) COMPLETE
64292026-03-09T20:04:01.576Z[ recovery-image] Mar 09 20:03:59.452 INFO O| Mar 09 20:03:59.452 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302026-03-09T20:04:01.581Z[ recovery-image] Mar 09 20:03:59.462 INFO O| Mar 09 20:03:59.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64312026-03-09T20:04:01.584Z[ recovery-image] Mar 09 20:03:59.462 INFO O| Mar 09 20:03:59.462 INFO STEP 551 (remove_files) COMPLETE
64322026-03-09T20:04:01.584Z[ recovery-image] Mar 09 20:03:59.462 INFO O| Mar 09 20:03:59.462 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332026-03-09T20:04:01.589Z[ recovery-image] Mar 09 20:03:59.470 INFO O| Mar 09 20:03:59.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64342026-03-09T20:04:01.589Z[ recovery-image] Mar 09 20:03:59.470 INFO O| Mar 09 20:03:59.470 INFO STEP 552 (remove_files) COMPLETE
64352026-03-09T20:04:01.593Z[ recovery-image] Mar 09 20:03:59.470 INFO O| Mar 09 20:03:59.470 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362026-03-09T20:04:01.599Z[ recovery-image] Mar 09 20:03:59.480 INFO O| Mar 09 20:03:59.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64372026-03-09T20:04:01.599Z[ recovery-image] Mar 09 20:03:59.480 INFO O| Mar 09 20:03:59.480 INFO STEP 553 (remove_files) COMPLETE
64382026-03-09T20:04:01.602Z[ recovery-image] Mar 09 20:03:59.480 INFO O| Mar 09 20:03:59.480 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392026-03-09T20:04:01.609Z[ recovery-image] Mar 09 20:03:59.490 INFO O| Mar 09 20:03:59.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64402026-03-09T20:04:01.612Z[ recovery-image] Mar 09 20:03:59.490 INFO O| Mar 09 20:03:59.490 INFO STEP 554 (remove_files) COMPLETE
64412026-03-09T20:04:01.612Z[ recovery-image] Mar 09 20:03:59.490 INFO O| Mar 09 20:03:59.490 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422026-03-09T20:04:01.617Z[ recovery-image] Mar 09 20:03:59.498 INFO O| Mar 09 20:03:59.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64432026-03-09T20:04:01.620Z[ recovery-image] Mar 09 20:03:59.498 INFO O| Mar 09 20:03:59.498 INFO STEP 555 (remove_files) COMPLETE
64442026-03-09T20:04:01.620Z[ recovery-image] Mar 09 20:03:59.498 INFO O| Mar 09 20:03:59.498 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452026-03-09T20:04:01.625Z[ recovery-image] Mar 09 20:03:59.506 INFO O| Mar 09 20:03:59.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64462026-03-09T20:04:01.628Z[ recovery-image] Mar 09 20:03:59.506 INFO O| Mar 09 20:03:59.506 INFO STEP 556 (remove_files) COMPLETE
64472026-03-09T20:04:01.628Z[ recovery-image] Mar 09 20:03:59.506 INFO O| Mar 09 20:03:59.506 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482026-03-09T20:04:01.634Z[ recovery-image] Mar 09 20:03:59.515 INFO O| Mar 09 20:03:59.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64492026-03-09T20:04:01.637Z[ recovery-image] Mar 09 20:03:59.515 INFO O| Mar 09 20:03:59.515 INFO STEP 557 (remove_files) COMPLETE
64502026-03-09T20:04:01.637Z[ recovery-image] Mar 09 20:03:59.515 INFO O| Mar 09 20:03:59.515 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512026-03-09T20:04:01.641Z[ recovery-image] Mar 09 20:03:59.522 INFO O| Mar 09 20:03:59.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64522026-03-09T20:04:01.645Z[ recovery-image] Mar 09 20:03:59.523 INFO O| Mar 09 20:03:59.522 INFO STEP 558 (remove_files) COMPLETE
64532026-03-09T20:04:01.645Z[ recovery-image] Mar 09 20:03:59.523 INFO O| Mar 09 20:03:59.523 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542026-03-09T20:04:01.649Z[ recovery-image] Mar 09 20:03:59.530 INFO O| Mar 09 20:03:59.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64552026-03-09T20:04:01.649Z[ recovery-image] Mar 09 20:03:59.530 INFO O| Mar 09 20:03:59.530 INFO STEP 559 (remove_files) COMPLETE
64562026-03-09T20:04:01.652Z[ recovery-image] Mar 09 20:03:59.530 INFO O| Mar 09 20:03:59.530 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572026-03-09T20:04:01.657Z[ recovery-image] Mar 09 20:03:59.538 INFO O| Mar 09 20:03:59.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64582026-03-09T20:04:01.660Z[ recovery-image] Mar 09 20:03:59.539 INFO O| Mar 09 20:03:59.539 INFO STEP 560 (remove_files) COMPLETE
64592026-03-09T20:04:01.660Z[ recovery-image] Mar 09 20:03:59.539 INFO O| Mar 09 20:03:59.539 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602026-03-09T20:04:01.665Z[ recovery-image] Mar 09 20:03:59.546 INFO O| Mar 09 20:03:59.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64612026-03-09T20:04:01.668Z[ recovery-image] Mar 09 20:03:59.547 INFO O| Mar 09 20:03:59.547 INFO STEP 561 (remove_files) COMPLETE
64622026-03-09T20:04:01.668Z[ recovery-image] Mar 09 20:03:59.547 INFO O| Mar 09 20:03:59.547 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632026-03-09T20:04:01.679Z[ recovery-image] Mar 09 20:03:59.559 INFO O| Mar 09 20:03:59.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64642026-03-09T20:04:01.682Z[ recovery-image] Mar 09 20:03:59.560 INFO O| Mar 09 20:03:59.560 INFO STEP 562 (remove_files) COMPLETE
64652026-03-09T20:04:01.682Z[ recovery-image] Mar 09 20:03:59.560 INFO O| Mar 09 20:03:59.560 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662026-03-09T20:04:01.690Z[ recovery-image] Mar 09 20:03:59.571 INFO O| Mar 09 20:03:59.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64672026-03-09T20:04:01.690Z[ recovery-image] Mar 09 20:03:59.571 INFO O| Mar 09 20:03:59.571 INFO STEP 563 (remove_files) COMPLETE
64682026-03-09T20:04:01.690Z[ recovery-image] Mar 09 20:03:59.571 INFO O| Mar 09 20:03:59.571 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692026-03-09T20:04:01.703Z[ recovery-image] Mar 09 20:03:59.584 INFO O| Mar 09 20:03:59.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64702026-03-09T20:04:01.703Z[ recovery-image] Mar 09 20:03:59.584 INFO O| Mar 09 20:03:59.584 INFO STEP 564 (remove_files) COMPLETE
64712026-03-09T20:04:01.707Z[ recovery-image] Mar 09 20:03:59.584 INFO O| Mar 09 20:03:59.584 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722026-03-09T20:04:01.713Z[ recovery-image] Mar 09 20:03:59.594 INFO O| Mar 09 20:03:59.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64732026-03-09T20:04:01.717Z[ recovery-image] Mar 09 20:03:59.594 INFO O| Mar 09 20:03:59.594 INFO STEP 565 (remove_files) COMPLETE
64742026-03-09T20:04:01.717Z[ recovery-image] Mar 09 20:03:59.594 INFO O| Mar 09 20:03:59.594 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752026-03-09T20:04:01.723Z[ recovery-image] Mar 09 20:03:59.604 INFO O| Mar 09 20:03:59.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64762026-03-09T20:04:01.730Z[ recovery-image] Mar 09 20:03:59.604 INFO O| Mar 09 20:03:59.604 INFO STEP 566 (remove_files) COMPLETE
64772026-03-09T20:04:01.730Z[ recovery-image] Mar 09 20:03:59.604 INFO O| Mar 09 20:03:59.604 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782026-03-09T20:04:01.738Z[ recovery-image] Mar 09 20:03:59.619 INFO O| Mar 09 20:03:59.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64792026-03-09T20:04:01.741Z[ recovery-image] Mar 09 20:03:59.619 INFO O| Mar 09 20:03:59.619 INFO STEP 567 (remove_files) COMPLETE
64802026-03-09T20:04:01.742Z[ recovery-image] Mar 09 20:03:59.619 INFO O| Mar 09 20:03:59.619 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812026-03-09T20:04:01.749Z[ recovery-image] Mar 09 20:03:59.630 INFO O| Mar 09 20:03:59.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64822026-03-09T20:04:01.753Z[ recovery-image] Mar 09 20:03:59.630 INFO O| Mar 09 20:03:59.630 INFO STEP 568 (remove_files) COMPLETE
64832026-03-09T20:04:01.753Z[ recovery-image] Mar 09 20:03:59.630 INFO O| Mar 09 20:03:59.630 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842026-03-09T20:04:01.763Z[ recovery-image] Mar 09 20:03:59.644 INFO O| Mar 09 20:03:59.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64852026-03-09T20:04:01.763Z[ recovery-image] Mar 09 20:03:59.644 INFO O| Mar 09 20:03:59.644 INFO STEP 569 (remove_files) COMPLETE
64862026-03-09T20:04:01.766Z[ recovery-image] Mar 09 20:03:59.644 INFO O| Mar 09 20:03:59.644 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872026-03-09T20:04:01.774Z[ recovery-image] Mar 09 20:03:59.655 INFO O| Mar 09 20:03:59.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
64882026-03-09T20:04:01.777Z[ recovery-image] Mar 09 20:03:59.655 INFO O| Mar 09 20:03:59.655 INFO STEP 570 (remove_files) COMPLETE
64892026-03-09T20:04:01.778Z[ recovery-image] Mar 09 20:03:59.655 INFO O| Mar 09 20:03:59.655 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902026-03-09T20:04:01.786Z[ recovery-image] Mar 09 20:03:59.667 INFO O| Mar 09 20:03:59.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
64912026-03-09T20:04:01.786Z[ recovery-image] Mar 09 20:03:59.667 INFO O| Mar 09 20:03:59.667 INFO STEP 571 (remove_files) COMPLETE
64922026-03-09T20:04:01.790Z[ recovery-image] Mar 09 20:03:59.667 INFO O| Mar 09 20:03:59.667 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932026-03-09T20:04:01.804Z[ recovery-image] Mar 09 20:03:59.684 INFO O| Mar 09 20:03:59.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
64942026-03-09T20:04:01.807Z[ recovery-image] Mar 09 20:03:59.685 INFO O| Mar 09 20:03:59.684 INFO STEP 572 (remove_files) COMPLETE
64952026-03-09T20:04:01.807Z[ recovery-image] Mar 09 20:03:59.685 INFO O| Mar 09 20:03:59.685 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962026-03-09T20:04:01.816Z[ recovery-image] Mar 09 20:03:59.697 INFO O| Mar 09 20:03:59.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64972026-03-09T20:04:01.820Z[ recovery-image] Mar 09 20:03:59.697 INFO O| Mar 09 20:03:59.697 INFO STEP 573 (remove_files) COMPLETE
64982026-03-09T20:04:01.820Z[ recovery-image] Mar 09 20:03:59.697 INFO O| Mar 09 20:03:59.697 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992026-03-09T20:04:01.835Z[ recovery-image] Mar 09 20:03:59.715 INFO O| Mar 09 20:03:59.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65002026-03-09T20:04:01.835Z[ recovery-image] Mar 09 20:03:59.716 INFO O| Mar 09 20:03:59.715 INFO STEP 574 (remove_files) COMPLETE
65012026-03-09T20:04:01.835Z[ recovery-image] Mar 09 20:03:59.716 INFO O| Mar 09 20:03:59.716 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022026-03-09T20:04:01.848Z[ recovery-image] Mar 09 20:03:59.729 INFO O| Mar 09 20:03:59.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65032026-03-09T20:04:01.852Z[ recovery-image] Mar 09 20:03:59.729 INFO O| Mar 09 20:03:59.729 INFO STEP 575 (remove_files) COMPLETE
65042026-03-09T20:04:01.852Z[ recovery-image] Mar 09 20:03:59.729 INFO O| Mar 09 20:03:59.729 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052026-03-09T20:04:01.862Z[ recovery-image] Mar 09 20:03:59.743 INFO O| Mar 09 20:03:59.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65062026-03-09T20:04:01.866Z[ recovery-image] Mar 09 20:03:59.743 INFO O| Mar 09 20:03:59.743 INFO STEP 576 (remove_files) COMPLETE
65072026-03-09T20:04:01.866Z[ recovery-image] Mar 09 20:03:59.743 INFO O| Mar 09 20:03:59.743 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082026-03-09T20:04:01.876Z[ recovery-image] Mar 09 20:03:59.756 INFO O| Mar 09 20:03:59.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65092026-03-09T20:04:01.876Z[ recovery-image] Mar 09 20:03:59.757 INFO O| Mar 09 20:03:59.757 INFO STEP 577 (remove_files) COMPLETE
65102026-03-09T20:04:01.879Z[ recovery-image] Mar 09 20:03:59.757 INFO O| Mar 09 20:03:59.757 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112026-03-09T20:04:01.898Z[ recovery-image] Mar 09 20:03:59.779 INFO O| Mar 09 20:03:59.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65122026-03-09T20:04:01.898Z[ recovery-image] Mar 09 20:03:59.779 INFO O| Mar 09 20:03:59.779 INFO STEP 578 (remove_files) COMPLETE
65132026-03-09T20:04:01.902Z[ recovery-image] Mar 09 20:03:59.779 INFO O| Mar 09 20:03:59.779 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142026-03-09T20:04:01.914Z[ recovery-image] Mar 09 20:03:59.794 INFO O| Mar 09 20:03:59.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65152026-03-09T20:04:01.914Z[ recovery-image] Mar 09 20:03:59.795 INFO O| Mar 09 20:03:59.794 INFO STEP 579 (remove_files) COMPLETE
65162026-03-09T20:04:01.917Z[ recovery-image] Mar 09 20:03:59.795 INFO O| Mar 09 20:03:59.795 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172026-03-09T20:04:01.932Z[ recovery-image] Mar 09 20:03:59.813 INFO O| Mar 09 20:03:59.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65182026-03-09T20:04:01.936Z[ recovery-image] Mar 09 20:03:59.813 INFO O| Mar 09 20:03:59.813 INFO STEP 580 (remove_files) COMPLETE
65192026-03-09T20:04:01.936Z[ recovery-image] Mar 09 20:03:59.813 INFO O| Mar 09 20:03:59.813 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202026-03-09T20:04:01.946Z[ recovery-image] Mar 09 20:03:59.827 INFO O| Mar 09 20:03:59.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65212026-03-09T20:04:01.946Z[ recovery-image] Mar 09 20:03:59.827 INFO O| Mar 09 20:03:59.827 INFO STEP 581 (remove_files) COMPLETE
65222026-03-09T20:04:01.949Z[ recovery-image] Mar 09 20:03:59.827 INFO O| Mar 09 20:03:59.827 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232026-03-09T20:04:01.961Z[ recovery-image] Mar 09 20:03:59.842 INFO O| Mar 09 20:03:59.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65242026-03-09T20:04:01.964Z[ recovery-image] Mar 09 20:03:59.842 INFO O| Mar 09 20:03:59.842 INFO STEP 582 (remove_files) COMPLETE
65252026-03-09T20:04:01.964Z[ recovery-image] Mar 09 20:03:59.842 INFO O| Mar 09 20:03:59.842 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262026-03-09T20:04:01.978Z[ recovery-image] Mar 09 20:03:59.859 INFO O| Mar 09 20:03:59.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65272026-03-09T20:04:01.982Z[ recovery-image] Mar 09 20:03:59.859 INFO O| Mar 09 20:03:59.859 INFO STEP 583 (remove_files) COMPLETE
65282026-03-09T20:04:01.982Z[ recovery-image] Mar 09 20:03:59.859 INFO O| Mar 09 20:03:59.859 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292026-03-09T20:04:01.994Z[ recovery-image] Mar 09 20:03:59.875 INFO O| Mar 09 20:03:59.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65302026-03-09T20:04:01.994Z[ recovery-image] Mar 09 20:03:59.875 INFO O| Mar 09 20:03:59.875 INFO STEP 584 (remove_files) COMPLETE
65312026-03-09T20:04:01.997Z[ recovery-image] Mar 09 20:03:59.875 INFO O| Mar 09 20:03:59.875 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322026-03-09T20:04:02.007Z[ recovery-image] Mar 09 20:03:59.887 INFO O| Mar 09 20:03:59.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65332026-03-09T20:04:02.010Z[ recovery-image] Mar 09 20:03:59.887 INFO O| Mar 09 20:03:59.887 INFO STEP 585 (remove_files) COMPLETE
65342026-03-09T20:04:02.010Z[ recovery-image] Mar 09 20:03:59.887 INFO O| Mar 09 20:03:59.887 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352026-03-09T20:04:02.018Z[ recovery-image] Mar 09 20:03:59.899 INFO O| Mar 09 20:03:59.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65362026-03-09T20:04:02.022Z[ recovery-image] Mar 09 20:03:59.899 INFO O| Mar 09 20:03:59.899 INFO STEP 586 (remove_files) COMPLETE
65372026-03-09T20:04:02.022Z[ recovery-image] Mar 09 20:03:59.899 INFO O| Mar 09 20:03:59.899 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382026-03-09T20:04:02.030Z[ recovery-image] Mar 09 20:03:59.911 INFO O| Mar 09 20:03:59.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65392026-03-09T20:04:02.030Z[ recovery-image] Mar 09 20:03:59.911 INFO O| Mar 09 20:03:59.911 INFO STEP 587 (remove_files) COMPLETE
65402026-03-09T20:04:02.033Z[ recovery-image] Mar 09 20:03:59.911 INFO O| Mar 09 20:03:59.911 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412026-03-09T20:04:02.042Z[ recovery-image] Mar 09 20:03:59.923 INFO O| Mar 09 20:03:59.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65422026-03-09T20:04:02.046Z[ recovery-image] Mar 09 20:03:59.923 INFO O| Mar 09 20:03:59.923 INFO STEP 588 (remove_files) COMPLETE
65432026-03-09T20:04:02.046Z[ recovery-image] Mar 09 20:03:59.923 INFO O| Mar 09 20:03:59.923 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442026-03-09T20:04:02.055Z[ recovery-image] Mar 09 20:03:59.935 INFO O| Mar 09 20:03:59.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65452026-03-09T20:04:02.055Z[ recovery-image] Mar 09 20:03:59.935 INFO O| Mar 09 20:03:59.935 INFO STEP 589 (remove_files) COMPLETE
65462026-03-09T20:04:02.058Z[ recovery-image] Mar 09 20:03:59.935 INFO O| Mar 09 20:03:59.935 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472026-03-09T20:04:02.067Z[ recovery-image] Mar 09 20:03:59.948 INFO O| Mar 09 20:03:59.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65482026-03-09T20:04:02.070Z[ recovery-image] Mar 09 20:03:59.948 INFO O| Mar 09 20:03:59.948 INFO STEP 590 (remove_files) COMPLETE
65492026-03-09T20:04:02.070Z[ recovery-image] Mar 09 20:03:59.948 INFO O| Mar 09 20:03:59.948 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502026-03-09T20:04:02.079Z[ recovery-image] Mar 09 20:03:59.960 INFO O| Mar 09 20:03:59.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65512026-03-09T20:04:02.082Z[ recovery-image] Mar 09 20:03:59.960 INFO O| Mar 09 20:03:59.960 INFO STEP 591 (remove_files) COMPLETE
65522026-03-09T20:04:02.082Z[ recovery-image] Mar 09 20:03:59.960 INFO O| Mar 09 20:03:59.960 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532026-03-09T20:04:02.092Z[ recovery-image] Mar 09 20:03:59.972 INFO O| Mar 09 20:03:59.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65542026-03-09T20:04:02.095Z[ recovery-image] Mar 09 20:03:59.973 INFO O| Mar 09 20:03:59.973 INFO STEP 592 (remove_files) COMPLETE
65552026-03-09T20:04:02.095Z[ recovery-image] Mar 09 20:03:59.973 INFO O| Mar 09 20:03:59.973 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562026-03-09T20:04:02.103Z[ recovery-image] Mar 09 20:03:59.983 INFO O| Mar 09 20:03:59.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65572026-03-09T20:04:02.103Z[ recovery-image] Mar 09 20:03:59.983 INFO O| Mar 09 20:03:59.983 INFO STEP 593 (remove_files) COMPLETE
65582026-03-09T20:04:02.103Z[ recovery-image] Mar 09 20:03:59.983 INFO O| Mar 09 20:03:59.983 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592026-03-09T20:04:02.113Z[ recovery-image] Mar 09 20:03:59.994 INFO O| Mar 09 20:03:59.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65602026-03-09T20:04:02.113Z[ recovery-image] Mar 09 20:03:59.994 INFO O| Mar 09 20:03:59.994 INFO STEP 594 (remove_files) COMPLETE
65612026-03-09T20:04:02.113Z[ recovery-image] Mar 09 20:03:59.994 INFO O| Mar 09 20:03:59.994 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622026-03-09T20:04:02.125Z[ recovery-image] Mar 09 20:04:00.006 INFO O| Mar 09 20:04:00.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65632026-03-09T20:04:02.126Z[ recovery-image] Mar 09 20:04:00.006 INFO O| Mar 09 20:04:00.006 INFO STEP 595 (remove_files) COMPLETE
65642026-03-09T20:04:02.126Z[ recovery-image] Mar 09 20:04:00.006 INFO O| Mar 09 20:04:00.006 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652026-03-09T20:04:02.136Z[ recovery-image] Mar 09 20:04:00.017 INFO O| Mar 09 20:04:00.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65662026-03-09T20:04:02.136Z[ recovery-image] Mar 09 20:04:00.017 INFO O| Mar 09 20:04:00.017 INFO STEP 596 (remove_files) COMPLETE
65672026-03-09T20:04:02.136Z[ recovery-image] Mar 09 20:04:00.017 INFO O| Mar 09 20:04:00.017 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682026-03-09T20:04:02.147Z[ recovery-image] Mar 09 20:04:00.028 INFO O| Mar 09 20:04:00.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65692026-03-09T20:04:02.147Z[ recovery-image] Mar 09 20:04:00.028 INFO O| Mar 09 20:04:00.028 INFO STEP 597 (remove_files) COMPLETE
65702026-03-09T20:04:02.147Z[ recovery-image] Mar 09 20:04:00.028 INFO O| Mar 09 20:04:00.028 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712026-03-09T20:04:02.157Z[ recovery-image] Mar 09 20:04:00.038 INFO O| Mar 09 20:04:00.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65722026-03-09T20:04:02.160Z[ recovery-image] Mar 09 20:04:00.039 INFO O| Mar 09 20:04:00.039 INFO STEP 598 (remove_files) COMPLETE
65732026-03-09T20:04:02.160Z[ recovery-image] Mar 09 20:04:00.039 INFO O| Mar 09 20:04:00.039 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742026-03-09T20:04:02.169Z[ recovery-image] Mar 09 20:04:00.050 INFO O| Mar 09 20:04:00.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65752026-03-09T20:04:02.172Z[ recovery-image] Mar 09 20:04:00.050 INFO O| Mar 09 20:04:00.050 INFO STEP 599 (remove_files) COMPLETE
65762026-03-09T20:04:02.172Z[ recovery-image] Mar 09 20:04:00.050 INFO O| Mar 09 20:04:00.050 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772026-03-09T20:04:02.178Z[ recovery-image] Mar 09 20:04:00.059 INFO O| Mar 09 20:04:00.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65782026-03-09T20:04:02.181Z[ recovery-image] Mar 09 20:04:00.059 INFO O| Mar 09 20:04:00.059 INFO STEP 600 (remove_files) COMPLETE
65792026-03-09T20:04:02.181Z[ recovery-image] Mar 09 20:04:00.059 INFO O| Mar 09 20:04:00.059 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802026-03-09T20:04:02.189Z[ recovery-image] Mar 09 20:04:00.070 INFO O| Mar 09 20:04:00.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65812026-03-09T20:04:02.192Z[ recovery-image] Mar 09 20:04:00.070 INFO O| Mar 09 20:04:00.070 INFO STEP 601 (remove_files) COMPLETE
65822026-03-09T20:04:02.192Z[ recovery-image] Mar 09 20:04:00.071 INFO O| Mar 09 20:04:00.070 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832026-03-09T20:04:02.199Z[ recovery-image] Mar 09 20:04:00.080 INFO O| Mar 09 20:04:00.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65842026-03-09T20:04:02.202Z[ recovery-image] Mar 09 20:04:00.080 INFO O| Mar 09 20:04:00.080 INFO STEP 602 (remove_files) COMPLETE
65852026-03-09T20:04:02.202Z[ recovery-image] Mar 09 20:04:00.080 INFO O| Mar 09 20:04:00.080 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862026-03-09T20:04:02.208Z[ recovery-image] Mar 09 20:04:00.089 INFO O| Mar 09 20:04:00.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65872026-03-09T20:04:02.211Z[ recovery-image] Mar 09 20:04:00.089 INFO O| Mar 09 20:04:00.089 INFO STEP 603 (remove_files) COMPLETE
65882026-03-09T20:04:02.211Z[ recovery-image] Mar 09 20:04:00.089 INFO O| Mar 09 20:04:00.089 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892026-03-09T20:04:02.216Z[ recovery-image] Mar 09 20:04:00.097 INFO O| Mar 09 20:04:00.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65902026-03-09T20:04:02.216Z[ recovery-image] Mar 09 20:04:00.097 INFO O| Mar 09 20:04:00.097 INFO STEP 604 (remove_files) COMPLETE
65912026-03-09T20:04:02.216Z[ recovery-image] Mar 09 20:04:00.097 INFO O| Mar 09 20:04:00.097 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922026-03-09T20:04:02.224Z[ recovery-image] Mar 09 20:04:00.105 INFO O| Mar 09 20:04:00.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65932026-03-09T20:04:02.227Z[ recovery-image] Mar 09 20:04:00.105 INFO O| Mar 09 20:04:00.105 INFO STEP 605 (remove_files) COMPLETE
65942026-03-09T20:04:02.227Z[ recovery-image] Mar 09 20:04:00.105 INFO O| Mar 09 20:04:00.105 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952026-03-09T20:04:02.233Z[ recovery-image] Mar 09 20:04:00.114 INFO O| Mar 09 20:04:00.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65962026-03-09T20:04:02.236Z[ recovery-image] Mar 09 20:04:00.114 INFO O| Mar 09 20:04:00.114 INFO STEP 606 (remove_files) COMPLETE
65972026-03-09T20:04:02.236Z[ recovery-image] Mar 09 20:04:00.114 INFO O| Mar 09 20:04:00.114 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982026-03-09T20:04:02.242Z[ recovery-image] Mar 09 20:04:00.123 INFO O| Mar 09 20:04:00.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
65992026-03-09T20:04:02.242Z[ recovery-image] Mar 09 20:04:00.123 INFO O| Mar 09 20:04:00.123 INFO STEP 607 (remove_files) COMPLETE
66002026-03-09T20:04:02.242Z[ recovery-image] Mar 09 20:04:00.123 INFO O| Mar 09 20:04:00.123 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012026-03-09T20:04:02.250Z[ recovery-image] Mar 09 20:04:00.131 INFO O| Mar 09 20:04:00.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66022026-03-09T20:04:02.250Z[ recovery-image] Mar 09 20:04:00.131 INFO O| Mar 09 20:04:00.131 INFO STEP 608 (remove_files) COMPLETE
66032026-03-09T20:04:02.254Z[ recovery-image] Mar 09 20:04:00.131 INFO O| Mar 09 20:04:00.131 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042026-03-09T20:04:02.260Z[ recovery-image] Mar 09 20:04:00.140 INFO O| Mar 09 20:04:00.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66052026-03-09T20:04:02.263Z[ recovery-image] Mar 09 20:04:00.140 INFO O| Mar 09 20:04:00.140 INFO STEP 609 (remove_files) COMPLETE
66062026-03-09T20:04:02.263Z[ recovery-image] Mar 09 20:04:00.141 INFO O| Mar 09 20:04:00.140 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072026-03-09T20:04:02.268Z[ recovery-image] Mar 09 20:04:00.149 INFO O| Mar 09 20:04:00.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66082026-03-09T20:04:02.271Z[ recovery-image] Mar 09 20:04:00.149 INFO O| Mar 09 20:04:00.149 INFO STEP 610 (remove_files) COMPLETE
66092026-03-09T20:04:02.271Z[ recovery-image] Mar 09 20:04:00.149 INFO O| Mar 09 20:04:00.149 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102026-03-09T20:04:02.278Z[ recovery-image] Mar 09 20:04:00.159 INFO O| Mar 09 20:04:00.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66112026-03-09T20:04:02.282Z[ recovery-image] Mar 09 20:04:00.159 INFO O| Mar 09 20:04:00.159 INFO STEP 611 (remove_files) COMPLETE
66122026-03-09T20:04:02.282Z[ recovery-image] Mar 09 20:04:00.159 INFO O| Mar 09 20:04:00.159 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132026-03-09T20:04:02.288Z[ recovery-image] Mar 09 20:04:00.168 INFO O| Mar 09 20:04:00.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66142026-03-09T20:04:02.291Z[ recovery-image] Mar 09 20:04:00.168 INFO O| Mar 09 20:04:00.168 INFO STEP 612 (remove_files) COMPLETE
66152026-03-09T20:04:02.291Z[ recovery-image] Mar 09 20:04:00.168 INFO O| Mar 09 20:04:00.168 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162026-03-09T20:04:02.297Z[ recovery-image] Mar 09 20:04:00.178 INFO O| Mar 09 20:04:00.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66172026-03-09T20:04:02.297Z[ recovery-image] Mar 09 20:04:00.178 INFO O| Mar 09 20:04:00.178 INFO STEP 613 (remove_files) COMPLETE
66182026-03-09T20:04:02.300Z[ recovery-image] Mar 09 20:04:00.178 INFO O| Mar 09 20:04:00.178 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192026-03-09T20:04:02.307Z[ recovery-image] Mar 09 20:04:00.188 INFO O| Mar 09 20:04:00.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66202026-03-09T20:04:02.307Z[ recovery-image] Mar 09 20:04:00.188 INFO O| Mar 09 20:04:00.188 INFO STEP 614 (remove_files) COMPLETE
66212026-03-09T20:04:02.310Z[ recovery-image] Mar 09 20:04:00.188 INFO O| Mar 09 20:04:00.188 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222026-03-09T20:04:02.317Z[ recovery-image] Mar 09 20:04:00.198 INFO O| Mar 09 20:04:00.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66232026-03-09T20:04:02.320Z[ recovery-image] Mar 09 20:04:00.198 INFO O| Mar 09 20:04:00.198 INFO STEP 615 (remove_files) COMPLETE
66242026-03-09T20:04:02.320Z[ recovery-image] Mar 09 20:04:00.198 INFO O| Mar 09 20:04:00.198 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252026-03-09T20:04:02.325Z[ recovery-image] Mar 09 20:04:00.205 INFO O| Mar 09 20:04:00.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66262026-03-09T20:04:02.328Z[ recovery-image] Mar 09 20:04:00.206 INFO O| Mar 09 20:04:00.205 INFO STEP 616 (remove_files) COMPLETE
66272026-03-09T20:04:02.328Z[ recovery-image] Mar 09 20:04:00.206 INFO O| Mar 09 20:04:00.206 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282026-03-09T20:04:02.333Z[ recovery-image] Mar 09 20:04:00.214 INFO O| Mar 09 20:04:00.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66292026-03-09T20:04:02.336Z[ recovery-image] Mar 09 20:04:00.214 INFO O| Mar 09 20:04:00.214 INFO STEP 617 (remove_files) COMPLETE
66302026-03-09T20:04:02.336Z[ recovery-image] Mar 09 20:04:00.214 INFO O| Mar 09 20:04:00.214 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312026-03-09T20:04:02.341Z[ recovery-image] Mar 09 20:04:00.222 INFO O| Mar 09 20:04:00.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66322026-03-09T20:04:02.344Z[ recovery-image] Mar 09 20:04:00.222 INFO O| Mar 09 20:04:00.222 INFO STEP 618 (remove_files) COMPLETE
66332026-03-09T20:04:02.344Z[ recovery-image] Mar 09 20:04:00.222 INFO O| Mar 09 20:04:00.222 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342026-03-09T20:04:02.349Z[ recovery-image] Mar 09 20:04:00.230 INFO O| Mar 09 20:04:00.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66352026-03-09T20:04:02.352Z[ recovery-image] Mar 09 20:04:00.230 INFO O| Mar 09 20:04:00.230 INFO STEP 619 (remove_files) COMPLETE
66362026-03-09T20:04:02.352Z[ recovery-image] Mar 09 20:04:00.230 INFO O| Mar 09 20:04:00.230 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372026-03-09T20:04:02.358Z[ recovery-image] Mar 09 20:04:00.239 INFO O| Mar 09 20:04:00.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66382026-03-09T20:04:02.361Z[ recovery-image] Mar 09 20:04:00.239 INFO O| Mar 09 20:04:00.239 INFO STEP 620 (remove_files) COMPLETE
66392026-03-09T20:04:02.361Z[ recovery-image] Mar 09 20:04:00.239 INFO O| Mar 09 20:04:00.239 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402026-03-09T20:04:02.368Z[ recovery-image] Mar 09 20:04:00.249 INFO O| Mar 09 20:04:00.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66412026-03-09T20:04:02.372Z[ recovery-image] Mar 09 20:04:00.249 INFO O| Mar 09 20:04:00.249 INFO STEP 621 (remove_files) COMPLETE
66422026-03-09T20:04:02.372Z[ recovery-image] Mar 09 20:04:00.249 INFO O| Mar 09 20:04:00.249 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432026-03-09T20:04:02.379Z[ recovery-image] Mar 09 20:04:00.259 INFO O| Mar 09 20:04:00.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66442026-03-09T20:04:02.379Z[ recovery-image] Mar 09 20:04:00.259 INFO O| Mar 09 20:04:00.259 INFO STEP 622 (remove_files) COMPLETE
66452026-03-09T20:04:02.379Z[ recovery-image] Mar 09 20:04:00.259 INFO O| Mar 09 20:04:00.259 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462026-03-09T20:04:02.388Z[ recovery-image] Mar 09 20:04:00.268 INFO O| Mar 09 20:04:00.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66472026-03-09T20:04:02.391Z[ recovery-image] Mar 09 20:04:00.268 INFO O| Mar 09 20:04:00.268 INFO STEP 623 (remove_files) COMPLETE
66482026-03-09T20:04:02.391Z[ recovery-image] Mar 09 20:04:00.268 INFO O| Mar 09 20:04:00.268 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492026-03-09T20:04:02.398Z[ recovery-image] Mar 09 20:04:00.278 INFO O| Mar 09 20:04:00.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66502026-03-09T20:04:02.401Z[ recovery-image] Mar 09 20:04:00.278 INFO O| Mar 09 20:04:00.278 INFO STEP 624 (remove_files) COMPLETE
66512026-03-09T20:04:02.401Z[ recovery-image] Mar 09 20:04:00.278 INFO O| Mar 09 20:04:00.278 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522026-03-09T20:04:02.408Z[ recovery-image] Mar 09 20:04:00.287 INFO O| Mar 09 20:04:00.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66532026-03-09T20:04:02.408Z[ recovery-image] Mar 09 20:04:00.287 INFO O| Mar 09 20:04:00.287 INFO STEP 625 (remove_files) COMPLETE
66542026-03-09T20:04:02.411Z[ recovery-image] Mar 09 20:04:00.287 INFO O| Mar 09 20:04:00.287 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552026-03-09T20:04:02.415Z[ recovery-image] Mar 09 20:04:00.294 INFO O| Mar 09 20:04:00.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66562026-03-09T20:04:02.415Z[ recovery-image] Mar 09 20:04:00.294 INFO O| Mar 09 20:04:00.294 INFO STEP 626 (remove_files) COMPLETE
66572026-03-09T20:04:02.415Z[ recovery-image] Mar 09 20:04:00.294 INFO O| Mar 09 20:04:00.294 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582026-03-09T20:04:02.421Z[ recovery-image] Mar 09 20:04:00.302 INFO O| Mar 09 20:04:00.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66592026-03-09T20:04:02.425Z[ recovery-image] Mar 09 20:04:00.303 INFO O| Mar 09 20:04:00.303 INFO STEP 627 (remove_files) COMPLETE
66602026-03-09T20:04:02.425Z[ recovery-image] Mar 09 20:04:00.303 INFO O| Mar 09 20:04:00.303 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612026-03-09T20:04:02.431Z[ recovery-image] Mar 09 20:04:00.311 INFO O| Mar 09 20:04:00.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66622026-03-09T20:04:02.431Z[ recovery-image] Mar 09 20:04:00.311 INFO O| Mar 09 20:04:00.311 INFO STEP 628 (remove_files) COMPLETE
66632026-03-09T20:04:02.434Z[ recovery-image] Mar 09 20:04:00.311 INFO O| Mar 09 20:04:00.311 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642026-03-09T20:04:02.441Z[ recovery-image] Mar 09 20:04:00.321 INFO O| Mar 09 20:04:00.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66652026-03-09T20:04:02.444Z[ recovery-image] Mar 09 20:04:00.321 INFO O| Mar 09 20:04:00.321 INFO STEP 629 (remove_files) COMPLETE
66662026-03-09T20:04:02.444Z[ recovery-image] Mar 09 20:04:00.321 INFO O| Mar 09 20:04:00.321 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672026-03-09T20:04:02.448Z[ recovery-image] Mar 09 20:04:00.329 INFO O| Mar 09 20:04:00.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66682026-03-09T20:04:02.449Z[ recovery-image] Mar 09 20:04:00.329 INFO O| Mar 09 20:04:00.329 INFO STEP 630 (remove_files) COMPLETE
66692026-03-09T20:04:02.452Z[ recovery-image] Mar 09 20:04:00.329 INFO O| Mar 09 20:04:00.329 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702026-03-09T20:04:02.457Z[ recovery-image] Mar 09 20:04:00.337 INFO O| Mar 09 20:04:00.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66712026-03-09T20:04:02.457Z[ recovery-image] Mar 09 20:04:00.337 INFO O| Mar 09 20:04:00.337 INFO STEP 631 (remove_files) COMPLETE
66722026-03-09T20:04:02.457Z[ recovery-image] Mar 09 20:04:00.337 INFO O| Mar 09 20:04:00.337 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732026-03-09T20:04:02.468Z[ recovery-image] Mar 09 20:04:00.347 INFO O| Mar 09 20:04:00.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66742026-03-09T20:04:02.471Z[ recovery-image] Mar 09 20:04:00.347 INFO O| Mar 09 20:04:00.347 INFO STEP 632 (remove_files) COMPLETE
66752026-03-09T20:04:02.471Z[ recovery-image] Mar 09 20:04:00.347 INFO O| Mar 09 20:04:00.347 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762026-03-09T20:04:02.475Z[ recovery-image] Mar 09 20:04:00.356 INFO O| Mar 09 20:04:00.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66772026-03-09T20:04:02.479Z[ recovery-image] Mar 09 20:04:00.356 INFO O| Mar 09 20:04:00.356 INFO STEP 633 (remove_files) COMPLETE
66782026-03-09T20:04:02.479Z[ recovery-image] Mar 09 20:04:00.356 INFO O| Mar 09 20:04:00.356 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792026-03-09T20:04:02.484Z[ recovery-image] Mar 09 20:04:00.364 INFO O| Mar 09 20:04:00.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66802026-03-09T20:04:02.484Z[ recovery-image] Mar 09 20:04:00.364 INFO O| Mar 09 20:04:00.364 INFO STEP 634 (remove_files) COMPLETE
66812026-03-09T20:04:02.487Z[ recovery-image] Mar 09 20:04:00.364 INFO O| Mar 09 20:04:00.364 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822026-03-09T20:04:02.492Z[ recovery-image] Mar 09 20:04:00.373 INFO O| Mar 09 20:04:00.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66832026-03-09T20:04:02.496Z[ recovery-image] Mar 09 20:04:00.374 INFO O| Mar 09 20:04:00.374 INFO STEP 635 (remove_files) COMPLETE
66842026-03-09T20:04:02.496Z[ recovery-image] Mar 09 20:04:00.374 INFO O| Mar 09 20:04:00.374 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852026-03-09T20:04:02.565Z[ recovery-image] Mar 09 20:04:00.383 INFO O| Mar 09 20:04:00.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66862026-03-09T20:04:02.565Z[ recovery-image] Mar 09 20:04:00.383 INFO O| Mar 09 20:04:00.383 INFO STEP 636 (remove_files) COMPLETE
66872026-03-09T20:04:02.565Z[ recovery-image] Mar 09 20:04:00.383 INFO O| Mar 09 20:04:00.383 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882026-03-09T20:04:02.565Z[ recovery-image] Mar 09 20:04:00.393 INFO O| Mar 09 20:04:00.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66892026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.393 INFO O| Mar 09 20:04:00.393 INFO STEP 637 (remove_files) COMPLETE
66902026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.393 INFO O| Mar 09 20:04:00.393 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.401 INFO O| Mar 09 20:04:00.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
66922026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.401 INFO O| Mar 09 20:04:00.401 INFO STEP 638 (remove_files) COMPLETE
66932026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.401 INFO O| Mar 09 20:04:00.401 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.409 INFO O| Mar 09 20:04:00.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66952026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.409 INFO O| Mar 09 20:04:00.409 INFO STEP 639 (remove_files) COMPLETE
66962026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.409 INFO O| Mar 09 20:04:00.409 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.418 INFO O| Mar 09 20:04:00.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66982026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.418 INFO O| Mar 09 20:04:00.418 INFO STEP 640 (remove_files) COMPLETE
66992026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.418 INFO O| Mar 09 20:04:00.418 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.426 INFO O| Mar 09 20:04:00.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67012026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.426 INFO O| Mar 09 20:04:00.426 INFO STEP 641 (remove_files) COMPLETE
67022026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.426 INFO O| Mar 09 20:04:00.426 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.436 INFO O| Mar 09 20:04:00.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67042026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.436 INFO O| Mar 09 20:04:00.436 INFO STEP 642 (remove_files) COMPLETE
67052026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.436 INFO O| Mar 09 20:04:00.436 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062026-03-09T20:04:02.566Z[ recovery-image] Mar 09 20:04:00.445 INFO O| Mar 09 20:04:00.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67072026-03-09T20:04:02.570Z[ recovery-image] Mar 09 20:04:00.445 INFO O| Mar 09 20:04:00.445 INFO STEP 643 (remove_files) COMPLETE
67082026-03-09T20:04:02.570Z[ recovery-image] Mar 09 20:04:00.445 INFO O| Mar 09 20:04:00.445 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092026-03-09T20:04:02.573Z[ recovery-image] Mar 09 20:04:00.454 INFO O| Mar 09 20:04:00.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67102026-03-09T20:04:02.576Z[ recovery-image] Mar 09 20:04:00.454 INFO O| Mar 09 20:04:00.454 INFO STEP 644 (remove_files) COMPLETE
67112026-03-09T20:04:02.576Z[ recovery-image] Mar 09 20:04:00.454 INFO O| Mar 09 20:04:00.454 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122026-03-09T20:04:02.581Z[ recovery-image] Mar 09 20:04:00.461 INFO O| Mar 09 20:04:00.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67132026-03-09T20:04:02.581Z[ recovery-image] Mar 09 20:04:00.461 INFO O| Mar 09 20:04:00.461 INFO STEP 645 (remove_files) COMPLETE
67142026-03-09T20:04:02.585Z[ recovery-image] Mar 09 20:04:00.461 INFO O| Mar 09 20:04:00.461 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152026-03-09T20:04:02.590Z[ recovery-image] Mar 09 20:04:00.471 INFO O| Mar 09 20:04:00.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67162026-03-09T20:04:02.594Z[ recovery-image] Mar 09 20:04:00.471 INFO O| Mar 09 20:04:00.471 INFO STEP 646 (remove_files) COMPLETE
67172026-03-09T20:04:02.594Z[ recovery-image] Mar 09 20:04:00.471 INFO O| Mar 09 20:04:00.471 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182026-03-09T20:04:02.600Z[ recovery-image] Mar 09 20:04:00.480 INFO O| Mar 09 20:04:00.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67192026-03-09T20:04:02.603Z[ recovery-image] Mar 09 20:04:00.481 INFO O| Mar 09 20:04:00.481 INFO STEP 647 (remove_files) COMPLETE
67202026-03-09T20:04:02.603Z[ recovery-image] Mar 09 20:04:00.481 INFO O| Mar 09 20:04:00.481 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212026-03-09T20:04:02.609Z[ recovery-image] Mar 09 20:04:00.490 INFO O| Mar 09 20:04:00.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67222026-03-09T20:04:02.612Z[ recovery-image] Mar 09 20:04:00.490 INFO O| Mar 09 20:04:00.490 INFO STEP 648 (remove_files) COMPLETE
67232026-03-09T20:04:02.613Z[ recovery-image] Mar 09 20:04:00.490 INFO O| Mar 09 20:04:00.490 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242026-03-09T20:04:02.620Z[ recovery-image] Mar 09 20:04:00.500 INFO O| Mar 09 20:04:00.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67252026-03-09T20:04:02.623Z[ recovery-image] Mar 09 20:04:00.501 INFO O| Mar 09 20:04:00.501 INFO STEP 649 (remove_files) COMPLETE
67262026-03-09T20:04:02.623Z[ recovery-image] Mar 09 20:04:00.501 INFO O| Mar 09 20:04:00.501 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272026-03-09T20:04:02.630Z[ recovery-image] Mar 09 20:04:00.511 INFO O| Mar 09 20:04:00.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67282026-03-09T20:04:02.633Z[ recovery-image] Mar 09 20:04:00.511 INFO O| Mar 09 20:04:00.511 INFO STEP 650 (remove_files) COMPLETE
67292026-03-09T20:04:02.633Z[ recovery-image] Mar 09 20:04:00.511 INFO O| Mar 09 20:04:00.511 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302026-03-09T20:04:02.638Z[ recovery-image] Mar 09 20:04:00.518 INFO O| Mar 09 20:04:00.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67312026-03-09T20:04:02.641Z[ recovery-image] Mar 09 20:04:00.519 INFO O| Mar 09 20:04:00.518 INFO STEP 651 (remove_files) COMPLETE
67322026-03-09T20:04:02.641Z[ recovery-image] Mar 09 20:04:00.519 INFO O| Mar 09 20:04:00.518 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332026-03-09T20:04:02.646Z[ recovery-image] Mar 09 20:04:00.526 INFO O| Mar 09 20:04:00.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67342026-03-09T20:04:02.646Z[ recovery-image] Mar 09 20:04:00.527 INFO O| Mar 09 20:04:00.527 INFO STEP 652 (remove_files) COMPLETE
67352026-03-09T20:04:02.646Z[ recovery-image] Mar 09 20:04:00.527 INFO O| Mar 09 20:04:00.527 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362026-03-09T20:04:02.654Z[ recovery-image] Mar 09 20:04:00.535 INFO O| Mar 09 20:04:00.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67372026-03-09T20:04:02.657Z[ recovery-image] Mar 09 20:04:00.535 INFO O| Mar 09 20:04:00.535 INFO STEP 653 (remove_files) COMPLETE
67382026-03-09T20:04:02.657Z[ recovery-image] Mar 09 20:04:00.535 INFO O| Mar 09 20:04:00.535 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392026-03-09T20:04:02.662Z[ recovery-image] Mar 09 20:04:00.542 INFO O| Mar 09 20:04:00.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67402026-03-09T20:04:02.662Z[ recovery-image] Mar 09 20:04:00.542 INFO O| Mar 09 20:04:00.542 INFO STEP 654 (remove_files) COMPLETE
67412026-03-09T20:04:02.665Z[ recovery-image] Mar 09 20:04:00.542 INFO O| Mar 09 20:04:00.542 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422026-03-09T20:04:02.670Z[ recovery-image] Mar 09 20:04:00.550 INFO O| Mar 09 20:04:00.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67432026-03-09T20:04:02.670Z[ recovery-image] Mar 09 20:04:00.550 INFO O| Mar 09 20:04:00.550 INFO STEP 655 (remove_files) COMPLETE
67442026-03-09T20:04:02.670Z[ recovery-image] Mar 09 20:04:00.551 INFO O| Mar 09 20:04:00.550 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452026-03-09T20:04:02.679Z[ recovery-image] Mar 09 20:04:00.560 INFO O| Mar 09 20:04:00.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67462026-03-09T20:04:02.679Z[ recovery-image] Mar 09 20:04:00.560 INFO O| Mar 09 20:04:00.560 INFO STEP 656 (remove_files) COMPLETE
67472026-03-09T20:04:02.682Z[ recovery-image] Mar 09 20:04:00.560 INFO O| Mar 09 20:04:00.560 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482026-03-09T20:04:02.689Z[ recovery-image] Mar 09 20:04:00.570 INFO O| Mar 09 20:04:00.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67492026-03-09T20:04:02.693Z[ recovery-image] Mar 09 20:04:00.570 INFO O| Mar 09 20:04:00.570 INFO STEP 657 (remove_files) COMPLETE
67502026-03-09T20:04:02.693Z[ recovery-image] Mar 09 20:04:00.570 INFO O| Mar 09 20:04:00.570 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512026-03-09T20:04:02.698Z[ recovery-image] Mar 09 20:04:00.578 INFO O| Mar 09 20:04:00.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67522026-03-09T20:04:02.701Z[ recovery-image] Mar 09 20:04:00.578 INFO O| Mar 09 20:04:00.578 INFO STEP 658 (remove_files) COMPLETE
67532026-03-09T20:04:02.701Z[ recovery-image] Mar 09 20:04:00.578 INFO O| Mar 09 20:04:00.578 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542026-03-09T20:04:02.708Z[ recovery-image] Mar 09 20:04:00.588 INFO O| Mar 09 20:04:00.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67552026-03-09T20:04:02.708Z[ recovery-image] Mar 09 20:04:00.588 INFO O| Mar 09 20:04:00.588 INFO STEP 659 (remove_files) COMPLETE
67562026-03-09T20:04:02.708Z[ recovery-image] Mar 09 20:04:00.588 INFO O| Mar 09 20:04:00.588 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572026-03-09T20:04:02.718Z[ recovery-image] Mar 09 20:04:00.598 INFO O| Mar 09 20:04:00.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67582026-03-09T20:04:02.718Z[ recovery-image] Mar 09 20:04:00.598 INFO O| Mar 09 20:04:00.598 INFO STEP 660 (remove_files) COMPLETE
67592026-03-09T20:04:02.721Z[ recovery-image] Mar 09 20:04:00.598 INFO O| Mar 09 20:04:00.598 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602026-03-09T20:04:02.727Z[ recovery-image] Mar 09 20:04:00.607 INFO O| Mar 09 20:04:00.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67612026-03-09T20:04:02.727Z[ recovery-image] Mar 09 20:04:00.607 INFO O| Mar 09 20:04:00.607 INFO STEP 661 (remove_files) COMPLETE
67622026-03-09T20:04:02.730Z[ recovery-image] Mar 09 20:04:00.607 INFO O| Mar 09 20:04:00.607 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632026-03-09T20:04:02.734Z[ recovery-image] Mar 09 20:04:00.615 INFO O| Mar 09 20:04:00.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67642026-03-09T20:04:02.734Z[ recovery-image] Mar 09 20:04:00.615 INFO O| Mar 09 20:04:00.615 INFO STEP 662 (remove_files) COMPLETE
67652026-03-09T20:04:02.734Z[ recovery-image] Mar 09 20:04:00.615 INFO O| Mar 09 20:04:00.615 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662026-03-09T20:04:02.743Z[ recovery-image] Mar 09 20:04:00.624 INFO O| Mar 09 20:04:00.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67672026-03-09T20:04:02.743Z[ recovery-image] Mar 09 20:04:00.624 INFO O| Mar 09 20:04:00.624 INFO STEP 663 (remove_files) COMPLETE
67682026-03-09T20:04:02.747Z[ recovery-image] Mar 09 20:04:00.624 INFO O| Mar 09 20:04:00.624 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692026-03-09T20:04:02.751Z[ recovery-image] Mar 09 20:04:00.631 INFO O| Mar 09 20:04:00.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67702026-03-09T20:04:02.751Z[ recovery-image] Mar 09 20:04:00.631 INFO O| Mar 09 20:04:00.631 INFO STEP 664 (remove_files) COMPLETE
67712026-03-09T20:04:02.751Z[ recovery-image] Mar 09 20:04:00.632 INFO O| Mar 09 20:04:00.631 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722026-03-09T20:04:02.759Z[ recovery-image] Mar 09 20:04:00.640 INFO O| Mar 09 20:04:00.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67732026-03-09T20:04:02.759Z[ recovery-image] Mar 09 20:04:00.640 INFO O| Mar 09 20:04:00.640 INFO STEP 665 (remove_files) COMPLETE
67742026-03-09T20:04:02.759Z[ recovery-image] Mar 09 20:04:00.640 INFO O| Mar 09 20:04:00.640 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752026-03-09T20:04:02.768Z[ recovery-image] Mar 09 20:04:00.649 INFO O| Mar 09 20:04:00.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67762026-03-09T20:04:02.771Z[ recovery-image] Mar 09 20:04:00.649 INFO O| Mar 09 20:04:00.649 INFO STEP 666 (remove_files) COMPLETE
67772026-03-09T20:04:02.771Z[ recovery-image] Mar 09 20:04:00.649 INFO O| Mar 09 20:04:00.649 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782026-03-09T20:04:02.777Z[ recovery-image] Mar 09 20:04:00.658 INFO O| Mar 09 20:04:00.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67792026-03-09T20:04:02.780Z[ recovery-image] Mar 09 20:04:00.658 INFO O| Mar 09 20:04:00.658 INFO STEP 667 (remove_files) COMPLETE
67802026-03-09T20:04:02.780Z[ recovery-image] Mar 09 20:04:00.658 INFO O| Mar 09 20:04:00.658 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812026-03-09T20:04:02.788Z[ recovery-image] Mar 09 20:04:00.668 INFO O| Mar 09 20:04:00.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67822026-03-09T20:04:02.788Z[ recovery-image] Mar 09 20:04:00.668 INFO O| Mar 09 20:04:00.668 INFO STEP 668 (remove_files) COMPLETE
67832026-03-09T20:04:02.791Z[ recovery-image] Mar 09 20:04:00.668 INFO O| Mar 09 20:04:00.668 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842026-03-09T20:04:02.797Z[ recovery-image] Mar 09 20:04:00.678 INFO O| Mar 09 20:04:00.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67852026-03-09T20:04:02.797Z[ recovery-image] Mar 09 20:04:00.678 INFO O| Mar 09 20:04:00.678 INFO STEP 669 (remove_files) COMPLETE
67862026-03-09T20:04:02.800Z[ recovery-image] Mar 09 20:04:00.678 INFO O| Mar 09 20:04:00.678 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872026-03-09T20:04:02.805Z[ recovery-image] Mar 09 20:04:00.686 INFO O| Mar 09 20:04:00.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67882026-03-09T20:04:02.809Z[ recovery-image] Mar 09 20:04:00.686 INFO O| Mar 09 20:04:00.686 INFO STEP 670 (remove_files) COMPLETE
67892026-03-09T20:04:02.809Z[ recovery-image] Mar 09 20:04:00.686 INFO O| Mar 09 20:04:00.686 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902026-03-09T20:04:02.813Z[ recovery-image] Mar 09 20:04:00.694 INFO O| Mar 09 20:04:00.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67912026-03-09T20:04:02.816Z[ recovery-image] Mar 09 20:04:00.695 INFO O| Mar 09 20:04:00.695 INFO STEP 671 (remove_files) COMPLETE
67922026-03-09T20:04:02.816Z[ recovery-image] Mar 09 20:04:00.695 INFO O| Mar 09 20:04:00.695 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932026-03-09T20:04:02.824Z[ recovery-image] Mar 09 20:04:00.704 INFO O| Mar 09 20:04:00.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67942026-03-09T20:04:02.824Z[ recovery-image] Mar 09 20:04:00.705 INFO O| Mar 09 20:04:00.704 INFO STEP 672 (remove_files) COMPLETE
67952026-03-09T20:04:02.827Z[ recovery-image] Mar 09 20:04:00.705 INFO O| Mar 09 20:04:00.705 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962026-03-09T20:04:02.833Z[ recovery-image] Mar 09 20:04:00.714 INFO O| Mar 09 20:04:00.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67972026-03-09T20:04:02.833Z[ recovery-image] Mar 09 20:04:00.714 INFO O| Mar 09 20:04:00.714 INFO STEP 673 (remove_files) COMPLETE
67982026-03-09T20:04:02.833Z[ recovery-image] Mar 09 20:04:00.714 INFO O| Mar 09 20:04:00.714 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992026-03-09T20:04:02.841Z[ recovery-image] Mar 09 20:04:00.722 INFO O| Mar 09 20:04:00.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68002026-03-09T20:04:02.844Z[ recovery-image] Mar 09 20:04:00.722 INFO O| Mar 09 20:04:00.722 INFO STEP 674 (remove_files) COMPLETE
68012026-03-09T20:04:02.844Z[ recovery-image] Mar 09 20:04:00.722 INFO O| Mar 09 20:04:00.722 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022026-03-09T20:04:02.851Z[ recovery-image] Mar 09 20:04:00.731 INFO O| Mar 09 20:04:00.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68032026-03-09T20:04:02.851Z[ recovery-image] Mar 09 20:04:00.731 INFO O| Mar 09 20:04:00.731 INFO STEP 675 (remove_files) COMPLETE
68042026-03-09T20:04:02.854Z[ recovery-image] Mar 09 20:04:00.731 INFO O| Mar 09 20:04:00.731 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052026-03-09T20:04:02.859Z[ recovery-image] Mar 09 20:04:00.740 INFO O| Mar 09 20:04:00.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68062026-03-09T20:04:02.863Z[ recovery-image] Mar 09 20:04:00.740 INFO O| Mar 09 20:04:00.740 INFO STEP 676 (remove_files) COMPLETE
68072026-03-09T20:04:02.863Z[ recovery-image] Mar 09 20:04:00.740 INFO O| Mar 09 20:04:00.740 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082026-03-09T20:04:02.869Z[ recovery-image] Mar 09 20:04:00.749 INFO O| Mar 09 20:04:00.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68092026-03-09T20:04:02.872Z[ recovery-image] Mar 09 20:04:00.750 INFO O| Mar 09 20:04:00.750 INFO STEP 677 (remove_files) COMPLETE
68102026-03-09T20:04:02.872Z[ recovery-image] Mar 09 20:04:00.750 INFO O| Mar 09 20:04:00.750 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112026-03-09T20:04:02.878Z[ recovery-image] Mar 09 20:04:00.759 INFO O| Mar 09 20:04:00.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68122026-03-09T20:04:02.881Z[ recovery-image] Mar 09 20:04:00.759 INFO O| Mar 09 20:04:00.759 INFO STEP 678 (remove_files) COMPLETE
68132026-03-09T20:04:02.881Z[ recovery-image] Mar 09 20:04:00.759 INFO O| Mar 09 20:04:00.759 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142026-03-09T20:04:02.886Z[ recovery-image] Mar 09 20:04:00.766 INFO O| Mar 09 20:04:00.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68152026-03-09T20:04:02.889Z[ recovery-image] Mar 09 20:04:00.767 INFO O| Mar 09 20:04:00.767 INFO STEP 679 (remove_files) COMPLETE
68162026-03-09T20:04:02.889Z[ recovery-image] Mar 09 20:04:00.767 INFO O| Mar 09 20:04:00.767 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172026-03-09T20:04:02.896Z[ recovery-image] Mar 09 20:04:00.776 INFO O| Mar 09 20:04:00.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68182026-03-09T20:04:02.896Z[ recovery-image] Mar 09 20:04:00.777 INFO O| Mar 09 20:04:00.776 INFO STEP 680 (remove_files) COMPLETE
68192026-03-09T20:04:02.899Z[ recovery-image] Mar 09 20:04:00.777 INFO O| Mar 09 20:04:00.776 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202026-03-09T20:04:02.904Z[ recovery-image] Mar 09 20:04:00.785 INFO O| Mar 09 20:04:00.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68212026-03-09T20:04:02.907Z[ recovery-image] Mar 09 20:04:00.785 INFO O| Mar 09 20:04:00.785 INFO STEP 681 (remove_files) COMPLETE
68222026-03-09T20:04:02.907Z[ recovery-image] Mar 09 20:04:00.785 INFO O| Mar 09 20:04:00.785 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232026-03-09T20:04:02.913Z[ recovery-image] Mar 09 20:04:00.793 INFO O| Mar 09 20:04:00.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68242026-03-09T20:04:02.918Z[ recovery-image] Mar 09 20:04:00.793 INFO O| Mar 09 20:04:00.793 INFO STEP 682 (remove_files) COMPLETE
68252026-03-09T20:04:02.918Z[ recovery-image] Mar 09 20:04:00.793 INFO O| Mar 09 20:04:00.793 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262026-03-09T20:04:02.921Z[ recovery-image] Mar 09 20:04:00.801 INFO O| Mar 09 20:04:00.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68272026-03-09T20:04:02.922Z[ recovery-image] Mar 09 20:04:00.801 INFO O| Mar 09 20:04:00.801 INFO STEP 683 (remove_files) COMPLETE
68282026-03-09T20:04:02.922Z[ recovery-image] Mar 09 20:04:00.801 INFO O| Mar 09 20:04:00.801 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292026-03-09T20:04:02.931Z[ recovery-image] Mar 09 20:04:00.812 INFO O| Mar 09 20:04:00.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68302026-03-09T20:04:02.935Z[ recovery-image] Mar 09 20:04:00.812 INFO O| Mar 09 20:04:00.812 INFO STEP 684 (remove_files) COMPLETE
68312026-03-09T20:04:02.935Z[ recovery-image] Mar 09 20:04:00.812 INFO O| Mar 09 20:04:00.812 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322026-03-09T20:04:02.941Z[ recovery-image] Mar 09 20:04:00.822 INFO O| Mar 09 20:04:00.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68332026-03-09T20:04:02.944Z[ recovery-image] Mar 09 20:04:00.822 INFO O| Mar 09 20:04:00.822 INFO STEP 685 (remove_files) COMPLETE
68342026-03-09T20:04:02.944Z[ recovery-image] Mar 09 20:04:00.822 INFO O| Mar 09 20:04:00.822 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352026-03-09T20:04:02.951Z[ recovery-image] Mar 09 20:04:00.831 INFO O| Mar 09 20:04:00.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68362026-03-09T20:04:02.951Z[ recovery-image] Mar 09 20:04:00.832 INFO O| Mar 09 20:04:00.831 INFO STEP 686 (remove_files) COMPLETE
68372026-03-09T20:04:02.954Z[ recovery-image] Mar 09 20:04:00.832 INFO O| Mar 09 20:04:00.831 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382026-03-09T20:04:02.960Z[ recovery-image] Mar 09 20:04:00.841 INFO O| Mar 09 20:04:00.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68392026-03-09T20:04:02.963Z[ recovery-image] Mar 09 20:04:00.841 INFO O| Mar 09 20:04:00.841 INFO STEP 687 (remove_files) COMPLETE
68402026-03-09T20:04:02.963Z[ recovery-image] Mar 09 20:04:00.841 INFO O| Mar 09 20:04:00.841 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412026-03-09T20:04:02.970Z[ recovery-image] Mar 09 20:04:00.850 INFO O| Mar 09 20:04:00.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68422026-03-09T20:04:02.973Z[ recovery-image] Mar 09 20:04:00.851 INFO O| Mar 09 20:04:00.850 INFO STEP 688 (remove_files) COMPLETE
68432026-03-09T20:04:02.973Z[ recovery-image] Mar 09 20:04:00.851 INFO O| Mar 09 20:04:00.850 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442026-03-09T20:04:02.979Z[ recovery-image] Mar 09 20:04:00.860 INFO O| Mar 09 20:04:00.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68452026-03-09T20:04:02.982Z[ recovery-image] Mar 09 20:04:00.860 INFO O| Mar 09 20:04:00.860 INFO STEP 689 (remove_files) COMPLETE
68462026-03-09T20:04:02.982Z[ recovery-image] Mar 09 20:04:00.860 INFO O| Mar 09 20:04:00.860 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472026-03-09T20:04:02.988Z[ recovery-image] Mar 09 20:04:00.869 INFO O| Mar 09 20:04:00.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68482026-03-09T20:04:02.988Z[ recovery-image] Mar 09 20:04:00.869 INFO O| Mar 09 20:04:00.869 INFO STEP 690 (remove_files) COMPLETE
68492026-03-09T20:04:02.988Z[ recovery-image] Mar 09 20:04:00.869 INFO O| Mar 09 20:04:00.869 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502026-03-09T20:04:02.997Z[ recovery-image] Mar 09 20:04:00.877 INFO O| Mar 09 20:04:00.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68512026-03-09T20:04:03.001Z[ recovery-image] Mar 09 20:04:00.878 INFO O| Mar 09 20:04:00.878 INFO STEP 691 (remove_files) COMPLETE
68522026-03-09T20:04:03.001Z[ recovery-image] Mar 09 20:04:00.878 INFO O| Mar 09 20:04:00.878 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532026-03-09T20:04:03.009Z[ recovery-image] Mar 09 20:04:00.889 INFO O| Mar 09 20:04:00.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68542026-03-09T20:04:03.009Z[ recovery-image] Mar 09 20:04:00.889 INFO O| Mar 09 20:04:00.889 INFO STEP 692 (remove_files) COMPLETE
68552026-03-09T20:04:03.012Z[ recovery-image] Mar 09 20:04:00.889 INFO O| Mar 09 20:04:00.889 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562026-03-09T20:04:03.017Z[ recovery-image] Mar 09 20:04:00.898 INFO O| Mar 09 20:04:00.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68572026-03-09T20:04:03.017Z[ recovery-image] Mar 09 20:04:00.898 INFO O| Mar 09 20:04:00.898 INFO STEP 693 (remove_files) COMPLETE
68582026-03-09T20:04:03.020Z[ recovery-image] Mar 09 20:04:00.898 INFO O| Mar 09 20:04:00.898 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592026-03-09T20:04:03.027Z[ recovery-image] Mar 09 20:04:00.907 INFO O| Mar 09 20:04:00.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68602026-03-09T20:04:03.030Z[ recovery-image] Mar 09 20:04:00.908 INFO O| Mar 09 20:04:00.908 INFO STEP 694 (remove_files) COMPLETE
68612026-03-09T20:04:03.030Z[ recovery-image] Mar 09 20:04:00.908 INFO O| Mar 09 20:04:00.908 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622026-03-09T20:04:03.037Z[ recovery-image] Mar 09 20:04:00.917 INFO O| Mar 09 20:04:00.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68632026-03-09T20:04:03.040Z[ recovery-image] Mar 09 20:04:00.917 INFO O| Mar 09 20:04:00.917 INFO STEP 695 (remove_files) COMPLETE
68642026-03-09T20:04:03.040Z[ recovery-image] Mar 09 20:04:00.917 INFO O| Mar 09 20:04:00.917 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652026-03-09T20:04:03.045Z[ recovery-image] Mar 09 20:04:00.925 INFO O| Mar 09 20:04:00.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68662026-03-09T20:04:03.048Z[ recovery-image] Mar 09 20:04:00.926 INFO O| Mar 09 20:04:00.926 INFO STEP 696 (remove_files) COMPLETE
68672026-03-09T20:04:03.048Z[ recovery-image] Mar 09 20:04:00.926 INFO O| Mar 09 20:04:00.926 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682026-03-09T20:04:03.054Z[ recovery-image] Mar 09 20:04:00.934 INFO O| Mar 09 20:04:00.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68692026-03-09T20:04:03.057Z[ recovery-image] Mar 09 20:04:00.935 INFO O| Mar 09 20:04:00.934 INFO STEP 697 (remove_files) COMPLETE
68702026-03-09T20:04:03.057Z[ recovery-image] Mar 09 20:04:00.935 INFO O| Mar 09 20:04:00.934 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712026-03-09T20:04:03.064Z[ recovery-image] Mar 09 20:04:00.945 INFO O| Mar 09 20:04:00.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68722026-03-09T20:04:03.064Z[ recovery-image] Mar 09 20:04:00.945 INFO O| Mar 09 20:04:00.945 INFO STEP 698 (remove_files) COMPLETE
68732026-03-09T20:04:03.064Z[ recovery-image] Mar 09 20:04:00.945 INFO O| Mar 09 20:04:00.945 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742026-03-09T20:04:03.074Z[ recovery-image] Mar 09 20:04:00.955 INFO O| Mar 09 20:04:00.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68752026-03-09T20:04:03.077Z[ recovery-image] Mar 09 20:04:00.955 INFO O| Mar 09 20:04:00.955 INFO STEP 699 (remove_files) COMPLETE
68762026-03-09T20:04:03.077Z[ recovery-image] Mar 09 20:04:00.955 INFO O| Mar 09 20:04:00.955 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772026-03-09T20:04:03.085Z[ recovery-image] Mar 09 20:04:00.965 INFO O| Mar 09 20:04:00.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68782026-03-09T20:04:03.085Z[ recovery-image] Mar 09 20:04:00.965 INFO O| Mar 09 20:04:00.965 INFO STEP 700 (remove_files) COMPLETE
68792026-03-09T20:04:03.088Z[ recovery-image] Mar 09 20:04:00.965 INFO O| Mar 09 20:04:00.965 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802026-03-09T20:04:03.094Z[ recovery-image] Mar 09 20:04:00.975 INFO O| Mar 09 20:04:00.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68812026-03-09T20:04:03.098Z[ recovery-image] Mar 09 20:04:00.975 INFO O| Mar 09 20:04:00.975 INFO STEP 701 (remove_files) COMPLETE
68822026-03-09T20:04:03.098Z[ recovery-image] Mar 09 20:04:00.975 INFO O| Mar 09 20:04:00.975 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832026-03-09T20:04:03.103Z[ recovery-image] Mar 09 20:04:00.984 INFO O| Mar 09 20:04:00.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68842026-03-09T20:04:03.103Z[ recovery-image] Mar 09 20:04:00.984 INFO O| Mar 09 20:04:00.984 INFO STEP 702 (remove_files) COMPLETE
68852026-03-09T20:04:03.103Z[ recovery-image] Mar 09 20:04:00.984 INFO O| Mar 09 20:04:00.984 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862026-03-09T20:04:03.111Z[ recovery-image] Mar 09 20:04:00.992 INFO O| Mar 09 20:04:00.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68872026-03-09T20:04:03.115Z[ recovery-image] Mar 09 20:04:00.992 INFO O| Mar 09 20:04:00.992 INFO STEP 703 (remove_files) COMPLETE
68882026-03-09T20:04:03.115Z[ recovery-image] Mar 09 20:04:00.992 INFO O| Mar 09 20:04:00.992 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892026-03-09T20:04:03.122Z[ recovery-image] Mar 09 20:04:01.002 INFO O| Mar 09 20:04:01.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68902026-03-09T20:04:03.125Z[ recovery-image] Mar 09 20:04:01.003 INFO O| Mar 09 20:04:01.003 INFO STEP 704 (remove_files) COMPLETE
68912026-03-09T20:04:03.125Z[ recovery-image] Mar 09 20:04:01.003 INFO O| Mar 09 20:04:01.003 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922026-03-09T20:04:03.133Z[ recovery-image] Mar 09 20:04:01.014 INFO O| Mar 09 20:04:01.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68932026-03-09T20:04:03.133Z[ recovery-image] Mar 09 20:04:01.014 INFO O| Mar 09 20:04:01.014 INFO STEP 705 (remove_files) COMPLETE
68942026-03-09T20:04:03.137Z[ recovery-image] Mar 09 20:04:01.014 INFO O| Mar 09 20:04:01.014 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952026-03-09T20:04:03.142Z[ recovery-image] Mar 09 20:04:01.022 INFO O| Mar 09 20:04:01.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68962026-03-09T20:04:03.145Z[ recovery-image] Mar 09 20:04:01.022 INFO O| Mar 09 20:04:01.022 INFO STEP 706 (remove_files) COMPLETE
68972026-03-09T20:04:03.145Z[ recovery-image] Mar 09 20:04:01.022 INFO O| Mar 09 20:04:01.022 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982026-03-09T20:04:03.153Z[ recovery-image] Mar 09 20:04:01.034 INFO O| Mar 09 20:04:01.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68992026-03-09T20:04:03.153Z[ recovery-image] Mar 09 20:04:01.034 INFO O| Mar 09 20:04:01.034 INFO STEP 707 (remove_files) COMPLETE
69002026-03-09T20:04:03.153Z[ recovery-image] Mar 09 20:04:01.034 INFO O| Mar 09 20:04:01.034 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012026-03-09T20:04:03.161Z[ recovery-image] Mar 09 20:04:01.042 INFO O| Mar 09 20:04:01.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69022026-03-09T20:04:03.161Z[ recovery-image] Mar 09 20:04:01.042 INFO O| Mar 09 20:04:01.042 INFO STEP 708 (remove_files) COMPLETE
69032026-03-09T20:04:03.164Z[ recovery-image] Mar 09 20:04:01.042 INFO O| Mar 09 20:04:01.042 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042026-03-09T20:04:03.169Z[ recovery-image] Mar 09 20:04:01.050 INFO O| Mar 09 20:04:01.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69052026-03-09T20:04:03.172Z[ recovery-image] Mar 09 20:04:01.050 INFO O| Mar 09 20:04:01.050 INFO STEP 709 (remove_files) COMPLETE
69062026-03-09T20:04:03.172Z[ recovery-image] Mar 09 20:04:01.050 INFO O| Mar 09 20:04:01.050 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072026-03-09T20:04:03.177Z[ recovery-image] Mar 09 20:04:01.058 INFO O| Mar 09 20:04:01.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69082026-03-09T20:04:03.177Z[ recovery-image] Mar 09 20:04:01.058 INFO O| Mar 09 20:04:01.058 INFO STEP 710 (remove_files) COMPLETE
69092026-03-09T20:04:03.177Z[ recovery-image] Mar 09 20:04:01.058 INFO O| Mar 09 20:04:01.058 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102026-03-09T20:04:03.187Z[ recovery-image] Mar 09 20:04:01.067 INFO O| Mar 09 20:04:01.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69112026-03-09T20:04:03.187Z[ recovery-image] Mar 09 20:04:01.067 INFO O| Mar 09 20:04:01.067 INFO STEP 711 (remove_files) COMPLETE
69122026-03-09T20:04:03.187Z[ recovery-image] Mar 09 20:04:01.067 INFO O| Mar 09 20:04:01.067 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132026-03-09T20:04:03.196Z[ recovery-image] Mar 09 20:04:01.076 INFO O| Mar 09 20:04:01.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69142026-03-09T20:04:03.196Z[ recovery-image] Mar 09 20:04:01.076 INFO O| Mar 09 20:04:01.076 INFO STEP 712 (remove_files) COMPLETE
69152026-03-09T20:04:03.199Z[ recovery-image] Mar 09 20:04:01.076 INFO O| Mar 09 20:04:01.076 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162026-03-09T20:04:03.204Z[ recovery-image] Mar 09 20:04:01.084 INFO O| Mar 09 20:04:01.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69172026-03-09T20:04:03.206Z[ recovery-image] Mar 09 20:04:01.084 INFO O| Mar 09 20:04:01.084 INFO STEP 713 (remove_files) COMPLETE
69182026-03-09T20:04:03.207Z[ recovery-image] Mar 09 20:04:01.084 INFO O| Mar 09 20:04:01.084 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192026-03-09T20:04:03.212Z[ recovery-image] Mar 09 20:04:01.092 INFO O| Mar 09 20:04:01.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69202026-03-09T20:04:03.216Z[ recovery-image] Mar 09 20:04:01.092 INFO O| Mar 09 20:04:01.092 INFO STEP 714 (remove_files) COMPLETE
69212026-03-09T20:04:03.216Z[ recovery-image] Mar 09 20:04:01.092 INFO O| Mar 09 20:04:01.092 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222026-03-09T20:04:03.220Z[ recovery-image] Mar 09 20:04:01.101 INFO O| Mar 09 20:04:01.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69232026-03-09T20:04:03.223Z[ recovery-image] Mar 09 20:04:01.101 INFO O| Mar 09 20:04:01.101 INFO STEP 715 (remove_files) COMPLETE
69242026-03-09T20:04:03.223Z[ recovery-image] Mar 09 20:04:01.101 INFO O| Mar 09 20:04:01.101 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252026-03-09T20:04:03.228Z[ recovery-image] Mar 09 20:04:01.109 INFO O| Mar 09 20:04:01.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69262026-03-09T20:04:03.228Z[ recovery-image] Mar 09 20:04:01.109 INFO O| Mar 09 20:04:01.109 INFO STEP 716 (remove_files) COMPLETE
69272026-03-09T20:04:03.231Z[ recovery-image] Mar 09 20:04:01.109 INFO O| Mar 09 20:04:01.109 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282026-03-09T20:04:03.236Z[ recovery-image] Mar 09 20:04:01.116 INFO O| Mar 09 20:04:01.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69292026-03-09T20:04:03.236Z[ recovery-image] Mar 09 20:04:01.116 INFO O| Mar 09 20:04:01.116 INFO STEP 717 (remove_files) COMPLETE
69302026-03-09T20:04:03.239Z[ recovery-image] Mar 09 20:04:01.116 INFO O| Mar 09 20:04:01.116 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312026-03-09T20:04:03.243Z[ recovery-image] Mar 09 20:04:01.124 INFO O| Mar 09 20:04:01.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69322026-03-09T20:04:03.243Z[ recovery-image] Mar 09 20:04:01.124 INFO O| Mar 09 20:04:01.124 INFO STEP 718 (remove_files) COMPLETE
69332026-03-09T20:04:03.246Z[ recovery-image] Mar 09 20:04:01.124 INFO O| Mar 09 20:04:01.124 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342026-03-09T20:04:03.251Z[ recovery-image] Mar 09 20:04:01.132 INFO O| Mar 09 20:04:01.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69352026-03-09T20:04:03.254Z[ recovery-image] Mar 09 20:04:01.132 INFO O| Mar 09 20:04:01.132 INFO STEP 719 (remove_files) COMPLETE
69362026-03-09T20:04:03.254Z[ recovery-image] Mar 09 20:04:01.132 INFO O| Mar 09 20:04:01.132 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372026-03-09T20:04:03.259Z[ recovery-image] Mar 09 20:04:01.140 INFO O| Mar 09 20:04:01.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69382026-03-09T20:04:03.259Z[ recovery-image] Mar 09 20:04:01.140 INFO O| Mar 09 20:04:01.140 INFO STEP 720 (remove_files) COMPLETE
69392026-03-09T20:04:03.262Z[ recovery-image] Mar 09 20:04:01.140 INFO O| Mar 09 20:04:01.140 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402026-03-09T20:04:03.267Z[ recovery-image] Mar 09 20:04:01.147 INFO O| Mar 09 20:04:01.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69412026-03-09T20:04:03.270Z[ recovery-image] Mar 09 20:04:01.148 INFO O| Mar 09 20:04:01.147 INFO STEP 721 (remove_files) COMPLETE
69422026-03-09T20:04:03.270Z[ recovery-image] Mar 09 20:04:01.148 INFO O| Mar 09 20:04:01.148 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432026-03-09T20:04:03.276Z[ recovery-image] Mar 09 20:04:01.157 INFO O| Mar 09 20:04:01.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69442026-03-09T20:04:03.279Z[ recovery-image] Mar 09 20:04:01.157 INFO O| Mar 09 20:04:01.157 INFO STEP 722 (remove_files) COMPLETE
69452026-03-09T20:04:03.279Z[ recovery-image] Mar 09 20:04:01.157 INFO O| Mar 09 20:04:01.157 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462026-03-09T20:04:03.285Z[ recovery-image] Mar 09 20:04:01.165 INFO O| Mar 09 20:04:01.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69472026-03-09T20:04:03.285Z[ recovery-image] Mar 09 20:04:01.165 INFO O| Mar 09 20:04:01.165 INFO STEP 723 (remove_files) COMPLETE
69482026-03-09T20:04:03.288Z[ recovery-image] Mar 09 20:04:01.165 INFO O| Mar 09 20:04:01.165 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492026-03-09T20:04:03.295Z[ recovery-image] Mar 09 20:04:01.176 INFO O| Mar 09 20:04:01.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69502026-03-09T20:04:03.298Z[ recovery-image] Mar 09 20:04:01.176 INFO O| Mar 09 20:04:01.176 INFO STEP 724 (remove_files) COMPLETE
69512026-03-09T20:04:03.298Z[ recovery-image] Mar 09 20:04:01.176 INFO O| Mar 09 20:04:01.176 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522026-03-09T20:04:03.305Z[ recovery-image] Mar 09 20:04:01.185 INFO O| Mar 09 20:04:01.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69532026-03-09T20:04:03.307Z[ recovery-image] Mar 09 20:04:01.185 INFO O| Mar 09 20:04:01.185 INFO STEP 725 (remove_files) COMPLETE
69542026-03-09T20:04:03.307Z[ recovery-image] Mar 09 20:04:01.185 INFO O| Mar 09 20:04:01.185 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552026-03-09T20:04:03.313Z[ recovery-image] Mar 09 20:04:01.193 INFO O| Mar 09 20:04:01.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69562026-03-09T20:04:03.313Z[ recovery-image] Mar 09 20:04:01.193 INFO O| Mar 09 20:04:01.193 INFO STEP 726 (remove_files) COMPLETE
69572026-03-09T20:04:03.316Z[ recovery-image] Mar 09 20:04:01.193 INFO O| Mar 09 20:04:01.193 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582026-03-09T20:04:03.323Z[ recovery-image] Mar 09 20:04:01.204 INFO O| Mar 09 20:04:01.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69592026-03-09T20:04:03.324Z[ recovery-image] Mar 09 20:04:01.204 INFO O| Mar 09 20:04:01.204 INFO STEP 727 (remove_files) COMPLETE
69602026-03-09T20:04:03.327Z[ recovery-image] Mar 09 20:04:01.204 INFO O| Mar 09 20:04:01.204 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612026-03-09T20:04:03.334Z[ recovery-image] Mar 09 20:04:01.215 INFO O| Mar 09 20:04:01.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69622026-03-09T20:04:03.337Z[ recovery-image] Mar 09 20:04:01.215 INFO O| Mar 09 20:04:01.215 INFO STEP 728 (remove_files) COMPLETE
69632026-03-09T20:04:03.337Z[ recovery-image] Mar 09 20:04:01.215 INFO O| Mar 09 20:04:01.215 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642026-03-09T20:04:03.343Z[ recovery-image] Mar 09 20:04:01.224 INFO O| Mar 09 20:04:01.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69652026-03-09T20:04:03.346Z[ recovery-image] Mar 09 20:04:01.224 INFO O| Mar 09 20:04:01.224 INFO STEP 729 (remove_files) COMPLETE
69662026-03-09T20:04:03.346Z[ recovery-image] Mar 09 20:04:01.224 INFO O| Mar 09 20:04:01.224 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672026-03-09T20:04:03.351Z[ recovery-image] Mar 09 20:04:01.232 INFO O| Mar 09 20:04:01.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69682026-03-09T20:04:03.354Z[ recovery-image] Mar 09 20:04:01.232 INFO O| Mar 09 20:04:01.232 INFO STEP 730 (remove_files) COMPLETE
69692026-03-09T20:04:03.354Z[ recovery-image] Mar 09 20:04:01.232 INFO O| Mar 09 20:04:01.232 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702026-03-09T20:04:03.359Z[ recovery-image] Mar 09 20:04:01.240 INFO O| Mar 09 20:04:01.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69712026-03-09T20:04:03.359Z[ recovery-image] Mar 09 20:04:01.240 INFO O| Mar 09 20:04:01.240 INFO STEP 731 (remove_files) COMPLETE
69722026-03-09T20:04:03.362Z[ recovery-image] Mar 09 20:04:01.240 INFO O| Mar 09 20:04:01.240 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732026-03-09T20:04:03.367Z[ recovery-image] Mar 09 20:04:01.248 INFO O| Mar 09 20:04:01.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69742026-03-09T20:04:03.370Z[ recovery-image] Mar 09 20:04:01.248 INFO O| Mar 09 20:04:01.248 INFO STEP 732 (remove_files) COMPLETE
69752026-03-09T20:04:03.370Z[ recovery-image] Mar 09 20:04:01.248 INFO O| Mar 09 20:04:01.248 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762026-03-09T20:04:03.378Z[ recovery-image] Mar 09 20:04:01.258 INFO O| Mar 09 20:04:01.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69772026-03-09T20:04:03.381Z[ recovery-image] Mar 09 20:04:01.258 INFO O| Mar 09 20:04:01.258 INFO STEP 733 (remove_files) COMPLETE
69782026-03-09T20:04:03.381Z[ recovery-image] Mar 09 20:04:01.258 INFO O| Mar 09 20:04:01.258 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792026-03-09T20:04:03.386Z[ recovery-image] Mar 09 20:04:01.267 INFO O| Mar 09 20:04:01.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69802026-03-09T20:04:03.389Z[ recovery-image] Mar 09 20:04:01.267 INFO O| Mar 09 20:04:01.267 INFO STEP 734 (remove_files) COMPLETE
69812026-03-09T20:04:03.389Z[ recovery-image] Mar 09 20:04:01.267 INFO O| Mar 09 20:04:01.267 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822026-03-09T20:04:03.395Z[ recovery-image] Mar 09 20:04:01.275 INFO O| Mar 09 20:04:01.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69832026-03-09T20:04:03.395Z[ recovery-image] Mar 09 20:04:01.275 INFO O| Mar 09 20:04:01.275 INFO STEP 735 (remove_files) COMPLETE
69842026-03-09T20:04:03.395Z[ recovery-image] Mar 09 20:04:01.275 INFO O| Mar 09 20:04:01.275 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852026-03-09T20:04:03.402Z[ recovery-image] Mar 09 20:04:01.283 INFO O| Mar 09 20:04:01.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69862026-03-09T20:04:03.405Z[ recovery-image] Mar 09 20:04:01.283 INFO O| Mar 09 20:04:01.283 INFO STEP 736 (remove_files) COMPLETE
69872026-03-09T20:04:03.405Z[ recovery-image] Mar 09 20:04:01.283 INFO O| Mar 09 20:04:01.283 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882026-03-09T20:04:03.410Z[ recovery-image] Mar 09 20:04:01.291 INFO O| Mar 09 20:04:01.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69892026-03-09T20:04:03.410Z[ recovery-image] Mar 09 20:04:01.291 INFO O| Mar 09 20:04:01.291 INFO STEP 737 (remove_files) COMPLETE
69902026-03-09T20:04:03.413Z[ recovery-image] Mar 09 20:04:01.291 INFO O| Mar 09 20:04:01.291 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912026-03-09T20:04:03.420Z[ recovery-image] Mar 09 20:04:01.300 INFO O| Mar 09 20:04:01.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69922026-03-09T20:04:03.423Z[ recovery-image] Mar 09 20:04:01.300 INFO O| Mar 09 20:04:01.300 INFO STEP 738 (remove_files) COMPLETE
69932026-03-09T20:04:03.423Z[ recovery-image] Mar 09 20:04:01.300 INFO O| Mar 09 20:04:01.300 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942026-03-09T20:04:03.429Z[ recovery-image] Mar 09 20:04:01.310 INFO O| Mar 09 20:04:01.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69952026-03-09T20:04:03.429Z[ recovery-image] Mar 09 20:04:01.310 INFO O| Mar 09 20:04:01.310 INFO STEP 739 (remove_files) COMPLETE
69962026-03-09T20:04:03.433Z[ recovery-image] Mar 09 20:04:01.310 INFO O| Mar 09 20:04:01.310 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972026-03-09T20:04:03.439Z[ recovery-image] Mar 09 20:04:01.319 INFO O| Mar 09 20:04:01.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69982026-03-09T20:04:03.442Z[ recovery-image] Mar 09 20:04:01.319 INFO O| Mar 09 20:04:01.319 INFO STEP 740 (remove_files) COMPLETE
69992026-03-09T20:04:03.442Z[ recovery-image] Mar 09 20:04:01.319 INFO O| Mar 09 20:04:01.319 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002026-03-09T20:04:03.447Z[ recovery-image] Mar 09 20:04:01.327 INFO O| Mar 09 20:04:01.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70012026-03-09T20:04:03.447Z[ recovery-image] Mar 09 20:04:01.327 INFO O| Mar 09 20:04:01.327 INFO STEP 741 (remove_files) COMPLETE
70022026-03-09T20:04:03.447Z[ recovery-image] Mar 09 20:04:01.328 INFO O| Mar 09 20:04:01.327 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032026-03-09T20:04:03.456Z[ recovery-image] Mar 09 20:04:01.337 INFO O| Mar 09 20:04:01.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70042026-03-09T20:04:03.456Z[ recovery-image] Mar 09 20:04:01.337 INFO O| Mar 09 20:04:01.337 INFO STEP 742 (remove_files) COMPLETE
70052026-03-09T20:04:03.460Z[ recovery-image] Mar 09 20:04:01.337 INFO O| Mar 09 20:04:01.337 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062026-03-09T20:04:03.466Z[ recovery-image] Mar 09 20:04:01.346 INFO O| Mar 09 20:04:01.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70072026-03-09T20:04:03.466Z[ recovery-image] Mar 09 20:04:01.346 INFO O| Mar 09 20:04:01.346 INFO STEP 743 (remove_files) COMPLETE
70082026-03-09T20:04:03.469Z[ recovery-image] Mar 09 20:04:01.346 INFO O| Mar 09 20:04:01.346 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092026-03-09T20:04:03.474Z[ recovery-image] Mar 09 20:04:01.354 INFO O| Mar 09 20:04:01.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70102026-03-09T20:04:03.474Z[ recovery-image] Mar 09 20:04:01.355 INFO O| Mar 09 20:04:01.355 INFO STEP 744 (remove_files) COMPLETE
70112026-03-09T20:04:03.474Z[ recovery-image] Mar 09 20:04:01.355 INFO O| Mar 09 20:04:01.355 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122026-03-09T20:04:03.482Z[ recovery-image] Mar 09 20:04:01.362 INFO O| Mar 09 20:04:01.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70132026-03-09T20:04:03.482Z[ recovery-image] Mar 09 20:04:01.362 INFO O| Mar 09 20:04:01.362 INFO STEP 745 (remove_files) COMPLETE
70142026-03-09T20:04:03.485Z[ recovery-image] Mar 09 20:04:01.362 INFO O| Mar 09 20:04:01.362 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152026-03-09T20:04:03.490Z[ recovery-image] Mar 09 20:04:01.370 INFO O| Mar 09 20:04:01.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70162026-03-09T20:04:03.490Z[ recovery-image] Mar 09 20:04:01.370 INFO O| Mar 09 20:04:01.370 INFO STEP 746 (remove_files) COMPLETE
70172026-03-09T20:04:03.494Z[ recovery-image] Mar 09 20:04:01.370 INFO O| Mar 09 20:04:01.370 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182026-03-09T20:04:03.499Z[ recovery-image] Mar 09 20:04:01.380 INFO O| Mar 09 20:04:01.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70192026-03-09T20:04:03.499Z[ recovery-image] Mar 09 20:04:01.380 INFO O| Mar 09 20:04:01.380 INFO STEP 747 (remove_files) COMPLETE
70202026-03-09T20:04:03.503Z[ recovery-image] Mar 09 20:04:01.380 INFO O| Mar 09 20:04:01.380 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212026-03-09T20:04:03.508Z[ recovery-image] Mar 09 20:04:01.389 INFO O| Mar 09 20:04:01.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70222026-03-09T20:04:03.508Z[ recovery-image] Mar 09 20:04:01.389 INFO O| Mar 09 20:04:01.389 INFO STEP 748 (remove_files) COMPLETE
70232026-03-09T20:04:03.511Z[ recovery-image] Mar 09 20:04:01.389 INFO O| Mar 09 20:04:01.389 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242026-03-09T20:04:03.518Z[ recovery-image] Mar 09 20:04:01.398 INFO O| Mar 09 20:04:01.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70252026-03-09T20:04:03.518Z[ recovery-image] Mar 09 20:04:01.398 INFO O| Mar 09 20:04:01.398 INFO STEP 749 (remove_files) COMPLETE
70262026-03-09T20:04:03.518Z[ recovery-image] Mar 09 20:04:01.398 INFO O| Mar 09 20:04:01.398 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272026-03-09T20:04:03.527Z[ recovery-image] Mar 09 20:04:01.407 INFO O| Mar 09 20:04:01.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70282026-03-09T20:04:03.530Z[ recovery-image] Mar 09 20:04:01.407 INFO O| Mar 09 20:04:01.407 INFO STEP 750 (remove_files) COMPLETE
70292026-03-09T20:04:03.530Z[ recovery-image] Mar 09 20:04:01.407 INFO O| Mar 09 20:04:01.407 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302026-03-09T20:04:03.536Z[ recovery-image] Mar 09 20:04:01.416 INFO O| Mar 09 20:04:01.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70312026-03-09T20:04:03.539Z[ recovery-image] Mar 09 20:04:01.416 INFO O| Mar 09 20:04:01.416 INFO STEP 751 (remove_files) COMPLETE
70322026-03-09T20:04:03.539Z[ recovery-image] Mar 09 20:04:01.416 INFO O| Mar 09 20:04:01.416 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332026-03-09T20:04:03.543Z[ recovery-image] Mar 09 20:04:01.424 INFO O| Mar 09 20:04:01.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70342026-03-09T20:04:03.547Z[ recovery-image] Mar 09 20:04:01.424 INFO O| Mar 09 20:04:01.424 INFO STEP 752 (remove_files) COMPLETE
70352026-03-09T20:04:03.547Z[ recovery-image] Mar 09 20:04:01.424 INFO O| Mar 09 20:04:01.424 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362026-03-09T20:04:03.554Z[ recovery-image] Mar 09 20:04:01.434 INFO O| Mar 09 20:04:01.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70372026-03-09T20:04:03.554Z[ recovery-image] Mar 09 20:04:01.435 INFO O| Mar 09 20:04:01.435 INFO STEP 753 (remove_files) COMPLETE
70382026-03-09T20:04:03.554Z[ recovery-image] Mar 09 20:04:01.435 INFO O| Mar 09 20:04:01.435 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392026-03-09T20:04:03.562Z[ recovery-image] Mar 09 20:04:01.442 INFO O| Mar 09 20:04:01.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70402026-03-09T20:04:03.562Z[ recovery-image] Mar 09 20:04:01.442 INFO O| Mar 09 20:04:01.442 INFO STEP 754 (remove_files) COMPLETE
70412026-03-09T20:04:03.565Z[ recovery-image] Mar 09 20:04:01.442 INFO O| Mar 09 20:04:01.442 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422026-03-09T20:04:03.571Z[ recovery-image] Mar 09 20:04:01.452 INFO O| Mar 09 20:04:01.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70432026-03-09T20:04:03.571Z[ recovery-image] Mar 09 20:04:01.452 INFO O| Mar 09 20:04:01.452 INFO STEP 755 (remove_files) COMPLETE
70442026-03-09T20:04:03.574Z[ recovery-image] Mar 09 20:04:01.452 INFO O| Mar 09 20:04:01.452 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452026-03-09T20:04:03.580Z[ recovery-image] Mar 09 20:04:01.461 INFO O| Mar 09 20:04:01.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70462026-03-09T20:04:03.583Z[ recovery-image] Mar 09 20:04:01.461 INFO O| Mar 09 20:04:01.461 INFO STEP 756 (remove_files) COMPLETE
70472026-03-09T20:04:03.584Z[ recovery-image] Mar 09 20:04:01.461 INFO O| Mar 09 20:04:01.461 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482026-03-09T20:04:03.590Z[ recovery-image] Mar 09 20:04:01.470 INFO O| Mar 09 20:04:01.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70492026-03-09T20:04:03.590Z[ recovery-image] Mar 09 20:04:01.470 INFO O| Mar 09 20:04:01.470 INFO STEP 757 (remove_files) COMPLETE
70502026-03-09T20:04:03.590Z[ recovery-image] Mar 09 20:04:01.470 INFO O| Mar 09 20:04:01.470 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512026-03-09T20:04:03.599Z[ recovery-image] Mar 09 20:04:01.479 INFO O| Mar 09 20:04:01.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70522026-03-09T20:04:03.602Z[ recovery-image] Mar 09 20:04:01.480 INFO O| Mar 09 20:04:01.480 INFO STEP 758 (remove_files) COMPLETE
70532026-03-09T20:04:03.602Z[ recovery-image] Mar 09 20:04:01.480 INFO O| Mar 09 20:04:01.480 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542026-03-09T20:04:03.608Z[ recovery-image] Mar 09 20:04:01.489 INFO O| Mar 09 20:04:01.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70552026-03-09T20:04:03.608Z[ recovery-image] Mar 09 20:04:01.489 INFO O| Mar 09 20:04:01.489 INFO STEP 759 (remove_files) COMPLETE
70562026-03-09T20:04:03.608Z[ recovery-image] Mar 09 20:04:01.489 INFO O| Mar 09 20:04:01.489 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572026-03-09T20:04:03.616Z[ recovery-image] Mar 09 20:04:01.497 INFO O| Mar 09 20:04:01.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70582026-03-09T20:04:03.616Z[ recovery-image] Mar 09 20:04:01.497 INFO O| Mar 09 20:04:01.497 INFO STEP 760 (remove_files) COMPLETE
70592026-03-09T20:04:03.616Z[ recovery-image] Mar 09 20:04:01.497 INFO O| Mar 09 20:04:01.497 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602026-03-09T20:04:03.624Z[ recovery-image] Mar 09 20:04:01.505 INFO O| Mar 09 20:04:01.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70612026-03-09T20:04:03.624Z[ recovery-image] Mar 09 20:04:01.505 INFO O| Mar 09 20:04:01.505 INFO STEP 761 (remove_files) COMPLETE
70622026-03-09T20:04:03.627Z[ recovery-image] Mar 09 20:04:01.505 INFO O| Mar 09 20:04:01.505 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632026-03-09T20:04:03.632Z[ recovery-image] Mar 09 20:04:01.513 INFO O| Mar 09 20:04:01.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70642026-03-09T20:04:03.635Z[ recovery-image] Mar 09 20:04:01.513 INFO O| Mar 09 20:04:01.513 INFO STEP 762 (remove_files) COMPLETE
70652026-03-09T20:04:03.635Z[ recovery-image] Mar 09 20:04:01.513 INFO O| Mar 09 20:04:01.513 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662026-03-09T20:04:03.640Z[ recovery-image] Mar 09 20:04:01.521 INFO O| Mar 09 20:04:01.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70672026-03-09T20:04:03.643Z[ recovery-image] Mar 09 20:04:01.522 INFO O| Mar 09 20:04:01.522 INFO STEP 763 (remove_files) COMPLETE
70682026-03-09T20:04:03.643Z[ recovery-image] Mar 09 20:04:01.522 INFO O| Mar 09 20:04:01.522 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692026-03-09T20:04:03.649Z[ recovery-image] Mar 09 20:04:01.530 INFO O| Mar 09 20:04:01.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70702026-03-09T20:04:03.649Z[ recovery-image] Mar 09 20:04:01.530 INFO O| Mar 09 20:04:01.530 INFO STEP 764 (remove_files) COMPLETE
70712026-03-09T20:04:03.652Z[ recovery-image] Mar 09 20:04:01.530 INFO O| Mar 09 20:04:01.530 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722026-03-09T20:04:03.658Z[ recovery-image] Mar 09 20:04:01.538 INFO O| Mar 09 20:04:01.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70732026-03-09T20:04:03.658Z[ recovery-image] Mar 09 20:04:01.538 INFO O| Mar 09 20:04:01.538 INFO STEP 765 (remove_files) COMPLETE
70742026-03-09T20:04:03.661Z[ recovery-image] Mar 09 20:04:01.538 INFO O| Mar 09 20:04:01.538 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752026-03-09T20:04:03.668Z[ recovery-image] Mar 09 20:04:01.549 INFO O| Mar 09 20:04:01.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70762026-03-09T20:04:03.668Z[ recovery-image] Mar 09 20:04:01.549 INFO O| Mar 09 20:04:01.549 INFO STEP 766 (remove_files) COMPLETE
70772026-03-09T20:04:03.668Z[ recovery-image] Mar 09 20:04:01.549 INFO O| Mar 09 20:04:01.549 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782026-03-09T20:04:03.678Z[ recovery-image] Mar 09 20:04:01.559 INFO O| Mar 09 20:04:01.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70792026-03-09T20:04:03.681Z[ recovery-image] Mar 09 20:04:01.559 INFO O| Mar 09 20:04:01.559 INFO STEP 767 (remove_files) COMPLETE
70802026-03-09T20:04:03.682Z[ recovery-image] Mar 09 20:04:01.559 INFO O| Mar 09 20:04:01.559 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812026-03-09T20:04:03.686Z[ recovery-image] Mar 09 20:04:01.567 INFO O| Mar 09 20:04:01.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70822026-03-09T20:04:03.689Z[ recovery-image] Mar 09 20:04:01.567 INFO O| Mar 09 20:04:01.567 INFO STEP 768 (remove_files) COMPLETE
70832026-03-09T20:04:03.689Z[ recovery-image] Mar 09 20:04:01.567 INFO O| Mar 09 20:04:01.567 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842026-03-09T20:04:03.694Z[ recovery-image] Mar 09 20:04:01.575 INFO O| Mar 09 20:04:01.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70852026-03-09T20:04:03.694Z[ recovery-image] Mar 09 20:04:01.575 INFO O| Mar 09 20:04:01.575 INFO STEP 769 (remove_files) COMPLETE
70862026-03-09T20:04:03.698Z[ recovery-image] Mar 09 20:04:01.575 INFO O| Mar 09 20:04:01.575 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872026-03-09T20:04:03.704Z[ recovery-image] Mar 09 20:04:01.584 INFO O| Mar 09 20:04:01.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70882026-03-09T20:04:03.704Z[ recovery-image] Mar 09 20:04:01.584 INFO O| Mar 09 20:04:01.584 INFO STEP 770 (remove_files) COMPLETE
70892026-03-09T20:04:03.707Z[ recovery-image] Mar 09 20:04:01.584 INFO O| Mar 09 20:04:01.584 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902026-03-09T20:04:03.714Z[ recovery-image] Mar 09 20:04:01.594 INFO O| Mar 09 20:04:01.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70912026-03-09T20:04:03.717Z[ recovery-image] Mar 09 20:04:01.595 INFO O| Mar 09 20:04:01.595 INFO STEP 771 (remove_files) COMPLETE
70922026-03-09T20:04:03.717Z[ recovery-image] Mar 09 20:04:01.595 INFO O| Mar 09 20:04:01.595 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932026-03-09T20:04:03.725Z[ recovery-image] Mar 09 20:04:01.605 INFO O| Mar 09 20:04:01.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70942026-03-09T20:04:03.725Z[ recovery-image] Mar 09 20:04:01.605 INFO O| Mar 09 20:04:01.605 INFO STEP 772 (remove_files) COMPLETE
70952026-03-09T20:04:03.728Z[ recovery-image] Mar 09 20:04:01.605 INFO O| Mar 09 20:04:01.605 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962026-03-09T20:04:03.733Z[ recovery-image] Mar 09 20:04:01.613 INFO O| Mar 09 20:04:01.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70972026-03-09T20:04:03.733Z[ recovery-image] Mar 09 20:04:01.614 INFO O| Mar 09 20:04:01.613 INFO STEP 773 (remove_files) COMPLETE
70982026-03-09T20:04:03.736Z[ recovery-image] Mar 09 20:04:01.614 INFO O| Mar 09 20:04:01.613 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992026-03-09T20:04:03.742Z[ recovery-image] Mar 09 20:04:01.622 INFO O| Mar 09 20:04:01.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71002026-03-09T20:04:03.745Z[ recovery-image] Mar 09 20:04:01.622 INFO O| Mar 09 20:04:01.622 INFO STEP 774 (remove_files) COMPLETE
71012026-03-09T20:04:03.745Z[ recovery-image] Mar 09 20:04:01.622 INFO O| Mar 09 20:04:01.622 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022026-03-09T20:04:03.750Z[ recovery-image] Mar 09 20:04:01.631 INFO O| Mar 09 20:04:01.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71032026-03-09T20:04:03.753Z[ recovery-image] Mar 09 20:04:01.631 INFO O| Mar 09 20:04:01.631 INFO STEP 775 (remove_files) COMPLETE
71042026-03-09T20:04:03.753Z[ recovery-image] Mar 09 20:04:01.631 INFO O| Mar 09 20:04:01.631 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052026-03-09T20:04:03.758Z[ recovery-image] Mar 09 20:04:01.638 INFO O| Mar 09 20:04:01.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71062026-03-09T20:04:03.761Z[ recovery-image] Mar 09 20:04:01.639 INFO O| Mar 09 20:04:01.639 INFO STEP 776 (remove_files) COMPLETE
71072026-03-09T20:04:03.761Z[ recovery-image] Mar 09 20:04:01.639 INFO O| Mar 09 20:04:01.639 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082026-03-09T20:04:03.769Z[ recovery-image] Mar 09 20:04:01.649 INFO O| Mar 09 20:04:01.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71092026-03-09T20:04:03.772Z[ recovery-image] Mar 09 20:04:01.649 INFO O| Mar 09 20:04:01.649 INFO STEP 777 (remove_files) COMPLETE
71102026-03-09T20:04:03.772Z[ recovery-image] Mar 09 20:04:01.649 INFO O| Mar 09 20:04:01.649 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112026-03-09T20:04:03.777Z[ recovery-image] Mar 09 20:04:01.658 INFO O| Mar 09 20:04:01.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71122026-03-09T20:04:03.777Z[ recovery-image] Mar 09 20:04:01.658 INFO O| Mar 09 20:04:01.658 INFO STEP 778 (remove_files) COMPLETE
71132026-03-09T20:04:03.777Z[ recovery-image] Mar 09 20:04:01.658 INFO O| Mar 09 20:04:01.658 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142026-03-09T20:04:03.787Z[ recovery-image] Mar 09 20:04:01.668 INFO O| Mar 09 20:04:01.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71152026-03-09T20:04:03.790Z[ recovery-image] Mar 09 20:04:01.668 INFO O| Mar 09 20:04:01.668 INFO STEP 779 (remove_files) COMPLETE
71162026-03-09T20:04:03.790Z[ recovery-image] Mar 09 20:04:01.668 INFO O| Mar 09 20:04:01.668 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172026-03-09T20:04:03.796Z[ recovery-image] Mar 09 20:04:01.676 INFO O| Mar 09 20:04:01.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71182026-03-09T20:04:03.796Z[ recovery-image] Mar 09 20:04:01.676 INFO O| Mar 09 20:04:01.676 INFO STEP 780 (remove_files) COMPLETE
71192026-03-09T20:04:03.796Z[ recovery-image] Mar 09 20:04:01.676 INFO O| Mar 09 20:04:01.676 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202026-03-09T20:04:03.805Z[ recovery-image] Mar 09 20:04:01.685 INFO O| Mar 09 20:04:01.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71212026-03-09T20:04:03.808Z[ recovery-image] Mar 09 20:04:01.685 INFO O| Mar 09 20:04:01.685 INFO STEP 781 (remove_files) COMPLETE
71222026-03-09T20:04:03.808Z[ recovery-image] Mar 09 20:04:01.686 INFO O| Mar 09 20:04:01.685 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232026-03-09T20:04:03.814Z[ recovery-image] Mar 09 20:04:01.694 INFO O| Mar 09 20:04:01.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71242026-03-09T20:04:03.814Z[ recovery-image] Mar 09 20:04:01.695 INFO O| Mar 09 20:04:01.695 INFO STEP 782 (remove_files) COMPLETE
71252026-03-09T20:04:03.817Z[ recovery-image] Mar 09 20:04:01.695 INFO O| Mar 09 20:04:01.695 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262026-03-09T20:04:03.822Z[ recovery-image] Mar 09 20:04:01.703 INFO O| Mar 09 20:04:01.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71272026-03-09T20:04:03.825Z[ recovery-image] Mar 09 20:04:01.703 INFO O| Mar 09 20:04:01.703 INFO STEP 783 (remove_files) COMPLETE
71282026-03-09T20:04:03.826Z[ recovery-image] Mar 09 20:04:01.703 INFO O| Mar 09 20:04:01.703 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292026-03-09T20:04:03.832Z[ recovery-image] Mar 09 20:04:01.713 INFO O| Mar 09 20:04:01.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71302026-03-09T20:04:03.832Z[ recovery-image] Mar 09 20:04:01.713 INFO O| Mar 09 20:04:01.713 INFO STEP 784 (remove_files) COMPLETE
71312026-03-09T20:04:03.835Z[ recovery-image] Mar 09 20:04:01.713 INFO O| Mar 09 20:04:01.713 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322026-03-09T20:04:03.842Z[ recovery-image] Mar 09 20:04:01.722 INFO O| Mar 09 20:04:01.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71332026-03-09T20:04:03.842Z[ recovery-image] Mar 09 20:04:01.722 INFO O| Mar 09 20:04:01.722 INFO STEP 785 (remove_files) COMPLETE
71342026-03-09T20:04:03.842Z[ recovery-image] Mar 09 20:04:01.722 INFO O| Mar 09 20:04:01.722 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352026-03-09T20:04:03.850Z[ recovery-image] Mar 09 20:04:01.730 INFO O| Mar 09 20:04:01.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71362026-03-09T20:04:03.850Z[ recovery-image] Mar 09 20:04:01.730 INFO O| Mar 09 20:04:01.730 INFO STEP 786 (remove_files) COMPLETE
71372026-03-09T20:04:03.853Z[ recovery-image] Mar 09 20:04:01.730 INFO O| Mar 09 20:04:01.730 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382026-03-09T20:04:03.857Z[ recovery-image] Mar 09 20:04:01.738 INFO O| Mar 09 20:04:01.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71392026-03-09T20:04:03.857Z[ recovery-image] Mar 09 20:04:01.738 INFO O| Mar 09 20:04:01.738 INFO STEP 787 (remove_files) COMPLETE
71402026-03-09T20:04:03.860Z[ recovery-image] Mar 09 20:04:01.738 INFO O| Mar 09 20:04:01.738 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412026-03-09T20:04:03.867Z[ recovery-image] Mar 09 20:04:01.747 INFO O| Mar 09 20:04:01.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71422026-03-09T20:04:03.870Z[ recovery-image] Mar 09 20:04:01.748 INFO O| Mar 09 20:04:01.748 INFO STEP 788 (remove_files) COMPLETE
71432026-03-09T20:04:03.870Z[ recovery-image] Mar 09 20:04:01.748 INFO O| Mar 09 20:04:01.748 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442026-03-09T20:04:03.875Z[ recovery-image] Mar 09 20:04:01.756 INFO O| Mar 09 20:04:01.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71452026-03-09T20:04:03.878Z[ recovery-image] Mar 09 20:04:01.756 INFO O| Mar 09 20:04:01.756 INFO STEP 789 (remove_files) COMPLETE
71462026-03-09T20:04:03.878Z[ recovery-image] Mar 09 20:04:01.756 INFO O| Mar 09 20:04:01.756 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472026-03-09T20:04:03.886Z[ recovery-image] Mar 09 20:04:01.766 INFO O| Mar 09 20:04:01.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71482026-03-09T20:04:03.886Z[ recovery-image] Mar 09 20:04:01.766 INFO O| Mar 09 20:04:01.766 INFO STEP 790 (remove_files) COMPLETE
71492026-03-09T20:04:03.886Z[ recovery-image] Mar 09 20:04:01.766 INFO O| Mar 09 20:04:01.766 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502026-03-09T20:04:03.894Z[ recovery-image] Mar 09 20:04:01.774 INFO O| Mar 09 20:04:01.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71512026-03-09T20:04:03.894Z[ recovery-image] Mar 09 20:04:01.774 INFO O| Mar 09 20:04:01.774 INFO STEP 791 (remove_files) COMPLETE
71522026-03-09T20:04:03.897Z[ recovery-image] Mar 09 20:04:01.774 INFO O| Mar 09 20:04:01.774 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532026-03-09T20:04:03.902Z[ recovery-image] Mar 09 20:04:01.783 INFO O| Mar 09 20:04:01.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71542026-03-09T20:04:03.902Z[ recovery-image] Mar 09 20:04:01.783 INFO O| Mar 09 20:04:01.783 INFO STEP 792 (remove_files) COMPLETE
71552026-03-09T20:04:03.905Z[ recovery-image] Mar 09 20:04:01.783 INFO O| Mar 09 20:04:01.783 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562026-03-09T20:04:03.911Z[ recovery-image] Mar 09 20:04:01.792 INFO O| Mar 09 20:04:01.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71572026-03-09T20:04:03.911Z[ recovery-image] Mar 09 20:04:01.792 INFO O| Mar 09 20:04:01.792 INFO STEP 793 (remove_files) COMPLETE
71582026-03-09T20:04:03.915Z[ recovery-image] Mar 09 20:04:01.792 INFO O| Mar 09 20:04:01.792 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592026-03-09T20:04:03.923Z[ recovery-image] Mar 09 20:04:01.801 INFO O| Mar 09 20:04:01.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71602026-03-09T20:04:03.923Z[ recovery-image] Mar 09 20:04:01.801 INFO O| Mar 09 20:04:01.801 INFO STEP 794 (remove_files) COMPLETE
71612026-03-09T20:04:03.926Z[ recovery-image] Mar 09 20:04:01.801 INFO O| Mar 09 20:04:01.801 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622026-03-09T20:04:03.930Z[ recovery-image] Mar 09 20:04:01.810 INFO O| Mar 09 20:04:01.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71632026-03-09T20:04:03.930Z[ recovery-image] Mar 09 20:04:01.810 INFO O| Mar 09 20:04:01.810 INFO STEP 795 (remove_files) COMPLETE
71642026-03-09T20:04:03.933Z[ recovery-image] Mar 09 20:04:01.810 INFO O| Mar 09 20:04:01.810 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652026-03-09T20:04:03.938Z[ recovery-image] Mar 09 20:04:01.818 INFO O| Mar 09 20:04:01.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71662026-03-09T20:04:03.941Z[ recovery-image] Mar 09 20:04:01.818 INFO O| Mar 09 20:04:01.818 INFO STEP 796 (remove_files) COMPLETE
71672026-03-09T20:04:03.941Z[ recovery-image] Mar 09 20:04:01.818 INFO O| Mar 09 20:04:01.818 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682026-03-09T20:04:03.947Z[ recovery-image] Mar 09 20:04:01.828 INFO O| Mar 09 20:04:01.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71692026-03-09T20:04:03.950Z[ recovery-image] Mar 09 20:04:01.828 INFO O| Mar 09 20:04:01.828 INFO STEP 797 (remove_files) COMPLETE
71702026-03-09T20:04:03.950Z[ recovery-image] Mar 09 20:04:01.828 INFO O| Mar 09 20:04:01.828 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712026-03-09T20:04:03.958Z[ recovery-image] Mar 09 20:04:01.838 INFO O| Mar 09 20:04:01.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71722026-03-09T20:04:03.961Z[ recovery-image] Mar 09 20:04:01.838 INFO O| Mar 09 20:04:01.838 INFO STEP 798 (remove_files) COMPLETE
71732026-03-09T20:04:03.961Z[ recovery-image] Mar 09 20:04:01.839 INFO O| Mar 09 20:04:01.838 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742026-03-09T20:04:03.966Z[ recovery-image] Mar 09 20:04:01.847 INFO O| Mar 09 20:04:01.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71752026-03-09T20:04:03.966Z[ recovery-image] Mar 09 20:04:01.847 INFO O| Mar 09 20:04:01.847 INFO STEP 799 (remove_files) COMPLETE
71762026-03-09T20:04:03.969Z[ recovery-image] Mar 09 20:04:01.847 INFO O| Mar 09 20:04:01.847 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772026-03-09T20:04:03.974Z[ recovery-image] Mar 09 20:04:01.854 INFO O| Mar 09 20:04:01.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71782026-03-09T20:04:03.977Z[ recovery-image] Mar 09 20:04:01.854 INFO O| Mar 09 20:04:01.854 INFO STEP 800 (remove_files) COMPLETE
71792026-03-09T20:04:03.977Z[ recovery-image] Mar 09 20:04:01.854 INFO O| Mar 09 20:04:01.854 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802026-03-09T20:04:03.981Z[ recovery-image] Mar 09 20:04:01.862 INFO O| Mar 09 20:04:01.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71812026-03-09T20:04:03.984Z[ recovery-image] Mar 09 20:04:01.862 INFO O| Mar 09 20:04:01.862 INFO STEP 801 (remove_files) COMPLETE
71822026-03-09T20:04:03.984Z[ recovery-image] Mar 09 20:04:01.862 INFO O| Mar 09 20:04:01.862 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832026-03-09T20:04:03.990Z[ recovery-image] Mar 09 20:04:01.870 INFO O| Mar 09 20:04:01.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71842026-03-09T20:04:03.990Z[ recovery-image] Mar 09 20:04:01.870 INFO O| Mar 09 20:04:01.870 INFO STEP 802 (remove_files) COMPLETE
71852026-03-09T20:04:03.990Z[ recovery-image] Mar 09 20:04:01.870 INFO O| Mar 09 20:04:01.870 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862026-03-09T20:04:03.999Z[ recovery-image] Mar 09 20:04:01.878 INFO O| Mar 09 20:04:01.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71872026-03-09T20:04:03.999Z[ recovery-image] Mar 09 20:04:01.878 INFO O| Mar 09 20:04:01.878 INFO STEP 803 (remove_files) COMPLETE
71882026-03-09T20:04:04.002Z[ recovery-image] Mar 09 20:04:01.878 INFO O| Mar 09 20:04:01.878 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892026-03-09T20:04:04.006Z[ recovery-image] Mar 09 20:04:01.887 INFO O| Mar 09 20:04:01.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71902026-03-09T20:04:04.010Z[ recovery-image] Mar 09 20:04:01.888 INFO O| Mar 09 20:04:01.887 INFO STEP 804 (remove_files) COMPLETE
71912026-03-09T20:04:04.010Z[ recovery-image] Mar 09 20:04:01.888 INFO O| Mar 09 20:04:01.888 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922026-03-09T20:04:04.017Z[ recovery-image] Mar 09 20:04:01.897 INFO O| Mar 09 20:04:01.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71932026-03-09T20:04:04.017Z[ recovery-image] Mar 09 20:04:01.898 INFO O| Mar 09 20:04:01.898 INFO STEP 805 (remove_files) COMPLETE
71942026-03-09T20:04:04.020Z[ recovery-image] Mar 09 20:04:01.898 INFO O| Mar 09 20:04:01.898 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952026-03-09T20:04:04.025Z[ recovery-image] Mar 09 20:04:01.906 INFO O| Mar 09 20:04:01.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71962026-03-09T20:04:04.025Z[ recovery-image] Mar 09 20:04:01.906 INFO O| Mar 09 20:04:01.906 INFO STEP 806 (remove_files) COMPLETE
71972026-03-09T20:04:04.029Z[ recovery-image] Mar 09 20:04:01.906 INFO O| Mar 09 20:04:01.906 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982026-03-09T20:04:04.037Z[ recovery-image] Mar 09 20:04:01.917 INFO O| Mar 09 20:04:01.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71992026-03-09T20:04:04.040Z[ recovery-image] Mar 09 20:04:01.917 INFO O| Mar 09 20:04:01.917 INFO STEP 807 (remove_files) COMPLETE
72002026-03-09T20:04:04.040Z[ recovery-image] Mar 09 20:04:01.917 INFO O| Mar 09 20:04:01.917 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012026-03-09T20:04:04.046Z[ recovery-image] Mar 09 20:04:01.927 INFO O| Mar 09 20:04:01.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72022026-03-09T20:04:04.046Z[ recovery-image] Mar 09 20:04:01.927 INFO O| Mar 09 20:04:01.927 INFO STEP 808 (remove_files) COMPLETE
72032026-03-09T20:04:04.049Z[ recovery-image] Mar 09 20:04:01.927 INFO O| Mar 09 20:04:01.927 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042026-03-09T20:04:04.057Z[ recovery-image] Mar 09 20:04:01.937 INFO O| Mar 09 20:04:01.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72052026-03-09T20:04:04.060Z[ recovery-image] Mar 09 20:04:01.937 INFO O| Mar 09 20:04:01.937 INFO STEP 809 (remove_files) COMPLETE
72062026-03-09T20:04:04.060Z[ recovery-image] Mar 09 20:04:01.937 INFO O| Mar 09 20:04:01.937 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072026-03-09T20:04:04.097Z[ recovery-image] Mar 09 20:04:01.946 INFO O| Mar 09 20:04:01.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72082026-03-09T20:04:04.097Z[ recovery-image] Mar 09 20:04:01.946 INFO O| Mar 09 20:04:01.946 INFO STEP 810 (remove_files) COMPLETE
72092026-03-09T20:04:04.097Z[ recovery-image] Mar 09 20:04:01.946 INFO O| Mar 09 20:04:01.946 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102026-03-09T20:04:04.097Z[ recovery-image] Mar 09 20:04:01.954 INFO O| Mar 09 20:04:01.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72112026-03-09T20:04:04.097Z[ recovery-image] Mar 09 20:04:01.954 INFO O| Mar 09 20:04:01.954 INFO STEP 811 (remove_files) COMPLETE
72122026-03-09T20:04:04.097Z[ recovery-image] Mar 09 20:04:01.954 INFO O| Mar 09 20:04:01.954 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132026-03-09T20:04:04.097Z[ recovery-image] Mar 09 20:04:01.963 INFO O| Mar 09 20:04:01.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72142026-03-09T20:04:04.097Z[ recovery-image] Mar 09 20:04:01.963 INFO O| Mar 09 20:04:01.963 INFO STEP 812 (remove_files) COMPLETE
72152026-03-09T20:04:04.097Z[ recovery-image] Mar 09 20:04:01.963 INFO O| Mar 09 20:04:01.963 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162026-03-09T20:04:04.097Z[ recovery-image] Mar 09 20:04:01.971 INFO O| Mar 09 20:04:01.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72172026-03-09T20:04:04.097Z[ recovery-image] Mar 09 20:04:01.971 INFO O| Mar 09 20:04:01.971 INFO STEP 813 (remove_files) COMPLETE
72182026-03-09T20:04:04.097Z[ recovery-image] Mar 09 20:04:01.971 INFO O| Mar 09 20:04:01.971 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192026-03-09T20:04:04.102Z[ recovery-image] Mar 09 20:04:01.982 INFO O| Mar 09 20:04:01.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72202026-03-09T20:04:04.105Z[ recovery-image] Mar 09 20:04:01.983 INFO O| Mar 09 20:04:01.983 INFO STEP 814 (remove_files) COMPLETE
72212026-03-09T20:04:04.105Z[ recovery-image] Mar 09 20:04:01.983 INFO O| Mar 09 20:04:01.983 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222026-03-09T20:04:04.113Z[ recovery-image] Mar 09 20:04:01.993 INFO O| Mar 09 20:04:01.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72232026-03-09T20:04:04.113Z[ recovery-image] Mar 09 20:04:01.994 INFO O| Mar 09 20:04:01.993 INFO STEP 815 (remove_files) COMPLETE
72242026-03-09T20:04:04.116Z[ recovery-image] Mar 09 20:04:01.994 INFO O| Mar 09 20:04:01.994 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252026-03-09T20:04:04.126Z[ recovery-image] Mar 09 20:04:02.006 INFO O| Mar 09 20:04:02.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72262026-03-09T20:04:04.129Z[ recovery-image] Mar 09 20:04:02.006 INFO O| Mar 09 20:04:02.006 INFO STEP 816 (remove_files) COMPLETE
72272026-03-09T20:04:04.129Z[ recovery-image] Mar 09 20:04:02.007 INFO O| Mar 09 20:04:02.006 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282026-03-09T20:04:04.138Z[ recovery-image] Mar 09 20:04:02.018 INFO O| Mar 09 20:04:02.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72292026-03-09T20:04:04.141Z[ recovery-image] Mar 09 20:04:02.018 INFO O| Mar 09 20:04:02.018 INFO STEP 817 (remove_files) COMPLETE
72302026-03-09T20:04:04.141Z[ recovery-image] Mar 09 20:04:02.018 INFO O| Mar 09 20:04:02.018 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312026-03-09T20:04:04.149Z[ recovery-image] Mar 09 20:04:02.030 INFO O| Mar 09 20:04:02.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72322026-03-09T20:04:04.153Z[ recovery-image] Mar 09 20:04:02.030 INFO O| Mar 09 20:04:02.030 INFO STEP 818 (remove_files) COMPLETE
72332026-03-09T20:04:04.153Z[ recovery-image] Mar 09 20:04:02.030 INFO O| Mar 09 20:04:02.030 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342026-03-09T20:04:04.161Z[ recovery-image] Mar 09 20:04:02.041 INFO O| Mar 09 20:04:02.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72352026-03-09T20:04:04.161Z[ recovery-image] Mar 09 20:04:02.041 INFO O| Mar 09 20:04:02.041 INFO STEP 819 (remove_files) COMPLETE
72362026-03-09T20:04:04.164Z[ recovery-image] Mar 09 20:04:02.041 INFO O| Mar 09 20:04:02.041 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372026-03-09T20:04:04.172Z[ recovery-image] Mar 09 20:04:02.052 INFO O| Mar 09 20:04:02.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72382026-03-09T20:04:04.172Z[ recovery-image] Mar 09 20:04:02.052 INFO O| Mar 09 20:04:02.052 INFO STEP 820 (remove_files) COMPLETE
72392026-03-09T20:04:04.175Z[ recovery-image] Mar 09 20:04:02.052 INFO O| Mar 09 20:04:02.052 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402026-03-09T20:04:04.183Z[ recovery-image] Mar 09 20:04:02.063 INFO O| Mar 09 20:04:02.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72412026-03-09T20:04:04.183Z[ recovery-image] Mar 09 20:04:02.063 INFO O| Mar 09 20:04:02.063 INFO STEP 821 (remove_files) COMPLETE
72422026-03-09T20:04:04.186Z[ recovery-image] Mar 09 20:04:02.063 INFO O| Mar 09 20:04:02.063 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432026-03-09T20:04:04.193Z[ recovery-image] Mar 09 20:04:02.074 INFO O| Mar 09 20:04:02.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72442026-03-09T20:04:04.197Z[ recovery-image] Mar 09 20:04:02.074 INFO O| Mar 09 20:04:02.074 INFO STEP 822 (remove_files) COMPLETE
72452026-03-09T20:04:04.197Z[ recovery-image] Mar 09 20:04:02.074 INFO O| Mar 09 20:04:02.074 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462026-03-09T20:04:04.204Z[ recovery-image] Mar 09 20:04:02.084 INFO O| Mar 09 20:04:02.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72472026-03-09T20:04:04.207Z[ recovery-image] Mar 09 20:04:02.084 INFO O| Mar 09 20:04:02.084 INFO STEP 823 (remove_files) COMPLETE
72482026-03-09T20:04:04.207Z[ recovery-image] Mar 09 20:04:02.084 INFO O| Mar 09 20:04:02.084 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492026-03-09T20:04:04.216Z[ recovery-image] Mar 09 20:04:02.096 INFO O| Mar 09 20:04:02.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72502026-03-09T20:04:04.219Z[ recovery-image] Mar 09 20:04:02.096 INFO O| Mar 09 20:04:02.096 INFO STEP 824 (remove_files) COMPLETE
72512026-03-09T20:04:04.219Z[ recovery-image] Mar 09 20:04:02.096 INFO O| Mar 09 20:04:02.096 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522026-03-09T20:04:04.226Z[ recovery-image] Mar 09 20:04:02.106 INFO O| Mar 09 20:04:02.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72532026-03-09T20:04:04.229Z[ recovery-image] Mar 09 20:04:02.106 INFO O| Mar 09 20:04:02.106 INFO STEP 825 (remove_files) COMPLETE
72542026-03-09T20:04:04.229Z[ recovery-image] Mar 09 20:04:02.106 INFO O| Mar 09 20:04:02.106 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552026-03-09T20:04:04.236Z[ recovery-image] Mar 09 20:04:02.116 INFO O| Mar 09 20:04:02.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72562026-03-09T20:04:04.239Z[ recovery-image] Mar 09 20:04:02.116 INFO O| Mar 09 20:04:02.116 INFO STEP 826 (remove_files) COMPLETE
72572026-03-09T20:04:04.239Z[ recovery-image] Mar 09 20:04:02.116 INFO O| Mar 09 20:04:02.116 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582026-03-09T20:04:04.246Z[ recovery-image] Mar 09 20:04:02.125 INFO O| Mar 09 20:04:02.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72592026-03-09T20:04:04.249Z[ recovery-image] Mar 09 20:04:02.126 INFO O| Mar 09 20:04:02.126 INFO STEP 827 (remove_files) COMPLETE
72602026-03-09T20:04:04.250Z[ recovery-image] Mar 09 20:04:02.126 INFO O| Mar 09 20:04:02.126 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612026-03-09T20:04:04.258Z[ recovery-image] Mar 09 20:04:02.138 INFO O| Mar 09 20:04:02.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72622026-03-09T20:04:04.261Z[ recovery-image] Mar 09 20:04:02.138 INFO O| Mar 09 20:04:02.138 INFO STEP 828 (remove_files) COMPLETE
72632026-03-09T20:04:04.261Z[ recovery-image] Mar 09 20:04:02.138 INFO O| Mar 09 20:04:02.138 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642026-03-09T20:04:04.267Z[ recovery-image] Mar 09 20:04:02.147 INFO O| Mar 09 20:04:02.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72652026-03-09T20:04:04.267Z[ recovery-image] Mar 09 20:04:02.148 INFO O| Mar 09 20:04:02.148 INFO STEP 829 (remove_files) COMPLETE
72662026-03-09T20:04:04.267Z[ recovery-image] Mar 09 20:04:02.148 INFO O| Mar 09 20:04:02.148 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672026-03-09T20:04:04.277Z[ recovery-image] Mar 09 20:04:02.157 INFO O| Mar 09 20:04:02.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72682026-03-09T20:04:04.280Z[ recovery-image] Mar 09 20:04:02.157 INFO O| Mar 09 20:04:02.157 INFO STEP 830 (remove_files) COMPLETE
72692026-03-09T20:04:04.280Z[ recovery-image] Mar 09 20:04:02.157 INFO O| Mar 09 20:04:02.157 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702026-03-09T20:04:04.288Z[ recovery-image] Mar 09 20:04:02.168 INFO O| Mar 09 20:04:02.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72712026-03-09T20:04:04.288Z[ recovery-image] Mar 09 20:04:02.168 INFO O| Mar 09 20:04:02.168 INFO STEP 831 (remove_files) COMPLETE
72722026-03-09T20:04:04.291Z[ recovery-image] Mar 09 20:04:02.168 INFO O| Mar 09 20:04:02.168 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732026-03-09T20:04:04.297Z[ recovery-image] Mar 09 20:04:02.177 INFO O| Mar 09 20:04:02.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72742026-03-09T20:04:04.300Z[ recovery-image] Mar 09 20:04:02.177 INFO O| Mar 09 20:04:02.177 INFO STEP 832 (remove_files) COMPLETE
72752026-03-09T20:04:04.300Z[ recovery-image] Mar 09 20:04:02.177 INFO O| Mar 09 20:04:02.177 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762026-03-09T20:04:04.306Z[ recovery-image] Mar 09 20:04:02.187 INFO O| Mar 09 20:04:02.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72772026-03-09T20:04:04.309Z[ recovery-image] Mar 09 20:04:02.187 INFO O| Mar 09 20:04:02.187 INFO STEP 833 (remove_files) COMPLETE
72782026-03-09T20:04:04.309Z[ recovery-image] Mar 09 20:04:02.187 INFO O| Mar 09 20:04:02.187 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792026-03-09T20:04:04.316Z[ recovery-image] Mar 09 20:04:02.196 INFO O| Mar 09 20:04:02.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72802026-03-09T20:04:04.319Z[ recovery-image] Mar 09 20:04:02.196 INFO O| Mar 09 20:04:02.196 INFO STEP 834 (remove_files) COMPLETE
72812026-03-09T20:04:04.319Z[ recovery-image] Mar 09 20:04:02.196 INFO O| Mar 09 20:04:02.196 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822026-03-09T20:04:04.326Z[ recovery-image] Mar 09 20:04:02.207 INFO O| Mar 09 20:04:02.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72832026-03-09T20:04:04.329Z[ recovery-image] Mar 09 20:04:02.207 INFO O| Mar 09 20:04:02.207 INFO STEP 835 (remove_files) COMPLETE
72842026-03-09T20:04:04.329Z[ recovery-image] Mar 09 20:04:02.207 INFO O| Mar 09 20:04:02.207 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852026-03-09T20:04:04.336Z[ recovery-image] Mar 09 20:04:02.216 INFO O| Mar 09 20:04:02.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72862026-03-09T20:04:04.339Z[ recovery-image] Mar 09 20:04:02.216 INFO O| Mar 09 20:04:02.216 INFO STEP 836 (remove_files) COMPLETE
72872026-03-09T20:04:04.339Z[ recovery-image] Mar 09 20:04:02.216 INFO O| Mar 09 20:04:02.216 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882026-03-09T20:04:04.345Z[ recovery-image] Mar 09 20:04:02.225 INFO O| Mar 09 20:04:02.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72892026-03-09T20:04:04.348Z[ recovery-image] Mar 09 20:04:02.225 INFO O| Mar 09 20:04:02.225 INFO STEP 837 (remove_files) COMPLETE
72902026-03-09T20:04:04.348Z[ recovery-image] Mar 09 20:04:02.225 INFO O| Mar 09 20:04:02.225 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912026-03-09T20:04:04.353Z[ recovery-image] Mar 09 20:04:02.234 INFO O| Mar 09 20:04:02.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72922026-03-09T20:04:04.356Z[ recovery-image] Mar 09 20:04:02.234 INFO O| Mar 09 20:04:02.234 INFO STEP 838 (remove_files) COMPLETE
72932026-03-09T20:04:04.357Z[ recovery-image] Mar 09 20:04:02.234 INFO O| Mar 09 20:04:02.234 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942026-03-09T20:04:04.363Z[ recovery-image] Mar 09 20:04:02.243 INFO O| Mar 09 20:04:02.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72952026-03-09T20:04:04.366Z[ recovery-image] Mar 09 20:04:02.244 INFO O| Mar 09 20:04:02.244 INFO STEP 839 (remove_files) COMPLETE
72962026-03-09T20:04:04.366Z[ recovery-image] Mar 09 20:04:02.244 INFO O| Mar 09 20:04:02.244 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972026-03-09T20:04:04.373Z[ recovery-image] Mar 09 20:04:02.253 INFO O| Mar 09 20:04:02.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72982026-03-09T20:04:04.376Z[ recovery-image] Mar 09 20:04:02.254 INFO O| Mar 09 20:04:02.253 INFO STEP 840 (remove_files) COMPLETE
72992026-03-09T20:04:04.376Z[ recovery-image] Mar 09 20:04:02.254 INFO O| Mar 09 20:04:02.254 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002026-03-09T20:04:04.382Z[ recovery-image] Mar 09 20:04:02.263 INFO O| Mar 09 20:04:02.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73012026-03-09T20:04:04.385Z[ recovery-image] Mar 09 20:04:02.263 INFO O| Mar 09 20:04:02.263 INFO STEP 841 (remove_files) COMPLETE
73022026-03-09T20:04:04.385Z[ recovery-image] Mar 09 20:04:02.263 INFO O| Mar 09 20:04:02.263 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032026-03-09T20:04:04.391Z[ recovery-image] Mar 09 20:04:02.271 INFO O| Mar 09 20:04:02.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73042026-03-09T20:04:04.394Z[ recovery-image] Mar 09 20:04:02.271 INFO O| Mar 09 20:04:02.271 INFO STEP 842 (remove_files) COMPLETE
73052026-03-09T20:04:04.394Z[ recovery-image] Mar 09 20:04:02.271 INFO O| Mar 09 20:04:02.271 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062026-03-09T20:04:04.400Z[ recovery-image] Mar 09 20:04:02.281 INFO O| Mar 09 20:04:02.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73072026-03-09T20:04:04.400Z[ recovery-image] Mar 09 20:04:02.281 INFO O| Mar 09 20:04:02.281 INFO STEP 843 (remove_files) COMPLETE
73082026-03-09T20:04:04.404Z[ recovery-image] Mar 09 20:04:02.281 INFO O| Mar 09 20:04:02.281 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092026-03-09T20:04:04.408Z[ recovery-image] Mar 09 20:04:02.289 INFO O| Mar 09 20:04:02.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73102026-03-09T20:04:04.411Z[ recovery-image] Mar 09 20:04:02.289 INFO O| Mar 09 20:04:02.289 INFO STEP 844 (remove_files) COMPLETE
73112026-03-09T20:04:04.411Z[ recovery-image] Mar 09 20:04:02.289 INFO O| Mar 09 20:04:02.289 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122026-03-09T20:04:04.418Z[ recovery-image] Mar 09 20:04:02.298 INFO O| Mar 09 20:04:02.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73132026-03-09T20:04:04.421Z[ recovery-image] Mar 09 20:04:02.298 INFO O| Mar 09 20:04:02.298 INFO STEP 845 (remove_files) COMPLETE
73142026-03-09T20:04:04.421Z[ recovery-image] Mar 09 20:04:02.298 INFO O| Mar 09 20:04:02.298 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152026-03-09T20:04:04.428Z[ recovery-image] Mar 09 20:04:02.308 INFO O| Mar 09 20:04:02.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73162026-03-09T20:04:04.432Z[ recovery-image] Mar 09 20:04:02.309 INFO O| Mar 09 20:04:02.309 INFO STEP 846 (remove_files) COMPLETE
73172026-03-09T20:04:04.432Z[ recovery-image] Mar 09 20:04:02.309 INFO O| Mar 09 20:04:02.309 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182026-03-09T20:04:04.436Z[ recovery-image] Mar 09 20:04:02.316 INFO O| Mar 09 20:04:02.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73192026-03-09T20:04:04.436Z[ recovery-image] Mar 09 20:04:02.317 INFO O| Mar 09 20:04:02.316 INFO STEP 847 (remove_files) COMPLETE
73202026-03-09T20:04:04.436Z[ recovery-image] Mar 09 20:04:02.317 INFO O| Mar 09 20:04:02.317 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212026-03-09T20:04:04.446Z[ recovery-image] Mar 09 20:04:02.326 INFO O| Mar 09 20:04:02.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73222026-03-09T20:04:04.446Z[ recovery-image] Mar 09 20:04:02.326 INFO O| Mar 09 20:04:02.326 INFO STEP 848 (remove_files) COMPLETE
73232026-03-09T20:04:04.446Z[ recovery-image] Mar 09 20:04:02.326 INFO O| Mar 09 20:04:02.326 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242026-03-09T20:04:04.456Z[ recovery-image] Mar 09 20:04:02.334 INFO O| Mar 09 20:04:02.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73252026-03-09T20:04:04.459Z[ recovery-image] Mar 09 20:04:02.334 INFO O| Mar 09 20:04:02.334 INFO STEP 849 (remove_files) COMPLETE
73262026-03-09T20:04:04.459Z[ recovery-image] Mar 09 20:04:02.334 INFO O| Mar 09 20:04:02.334 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272026-03-09T20:04:04.463Z[ recovery-image] Mar 09 20:04:02.343 INFO O| Mar 09 20:04:02.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73282026-03-09T20:04:04.463Z[ recovery-image] Mar 09 20:04:02.343 INFO O| Mar 09 20:04:02.343 INFO STEP 850 (remove_files) COMPLETE
73292026-03-09T20:04:04.466Z[ recovery-image] Mar 09 20:04:02.343 INFO O| Mar 09 20:04:02.343 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302026-03-09T20:04:04.473Z[ recovery-image] Mar 09 20:04:02.353 INFO O| Mar 09 20:04:02.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73312026-03-09T20:04:04.473Z[ recovery-image] Mar 09 20:04:02.353 INFO O| Mar 09 20:04:02.353 INFO STEP 851 (remove_files) COMPLETE
73322026-03-09T20:04:04.473Z[ recovery-image] Mar 09 20:04:02.353 INFO O| Mar 09 20:04:02.353 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332026-03-09T20:04:04.481Z[ recovery-image] Mar 09 20:04:02.361 INFO O| Mar 09 20:04:02.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73342026-03-09T20:04:04.482Z[ recovery-image] Mar 09 20:04:02.362 INFO O| Mar 09 20:04:02.361 INFO STEP 852 (remove_files) COMPLETE
73352026-03-09T20:04:04.485Z[ recovery-image] Mar 09 20:04:02.362 INFO O| Mar 09 20:04:02.362 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362026-03-09T20:04:04.490Z[ recovery-image] Mar 09 20:04:02.370 INFO O| Mar 09 20:04:02.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73372026-03-09T20:04:04.493Z[ recovery-image] Mar 09 20:04:02.371 INFO O| Mar 09 20:04:02.371 INFO STEP 853 (remove_files) COMPLETE
73382026-03-09T20:04:04.493Z[ recovery-image] Mar 09 20:04:02.371 INFO O| Mar 09 20:04:02.371 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392026-03-09T20:04:04.501Z[ recovery-image] Mar 09 20:04:02.381 INFO O| Mar 09 20:04:02.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73402026-03-09T20:04:04.504Z[ recovery-image] Mar 09 20:04:02.381 INFO O| Mar 09 20:04:02.381 INFO STEP 854 (remove_files) COMPLETE
73412026-03-09T20:04:04.505Z[ recovery-image] Mar 09 20:04:02.381 INFO O| Mar 09 20:04:02.381 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422026-03-09T20:04:04.511Z[ recovery-image] Mar 09 20:04:02.391 INFO O| Mar 09 20:04:02.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73432026-03-09T20:04:04.514Z[ recovery-image] Mar 09 20:04:02.391 INFO O| Mar 09 20:04:02.391 INFO STEP 855 (remove_files) COMPLETE
73442026-03-09T20:04:04.514Z[ recovery-image] Mar 09 20:04:02.391 INFO O| Mar 09 20:04:02.391 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452026-03-09T20:04:04.521Z[ recovery-image] Mar 09 20:04:02.401 INFO O| Mar 09 20:04:02.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73462026-03-09T20:04:04.524Z[ recovery-image] Mar 09 20:04:02.402 INFO O| Mar 09 20:04:02.401 INFO STEP 856 (remove_files) COMPLETE
73472026-03-09T20:04:04.524Z[ recovery-image] Mar 09 20:04:02.402 INFO O| Mar 09 20:04:02.401 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482026-03-09T20:04:04.529Z[ recovery-image] Mar 09 20:04:02.409 INFO O| Mar 09 20:04:02.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73492026-03-09T20:04:04.532Z[ recovery-image] Mar 09 20:04:02.409 INFO O| Mar 09 20:04:02.409 INFO STEP 857 (remove_files) COMPLETE
73502026-03-09T20:04:04.532Z[ recovery-image] Mar 09 20:04:02.409 INFO O| Mar 09 20:04:02.409 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512026-03-09T20:04:04.538Z[ recovery-image] Mar 09 20:04:02.418 INFO O| Mar 09 20:04:02.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73522026-03-09T20:04:04.538Z[ recovery-image] Mar 09 20:04:02.418 INFO O| Mar 09 20:04:02.418 INFO STEP 858 (remove_files) COMPLETE
73532026-03-09T20:04:04.538Z[ recovery-image] Mar 09 20:04:02.418 INFO O| Mar 09 20:04:02.418 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542026-03-09T20:04:04.546Z[ recovery-image] Mar 09 20:04:02.426 INFO O| Mar 09 20:04:02.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73552026-03-09T20:04:04.548Z[ recovery-image] Mar 09 20:04:02.426 INFO O| Mar 09 20:04:02.426 INFO STEP 859 (remove_files) COMPLETE
73562026-03-09T20:04:04.549Z[ recovery-image] Mar 09 20:04:02.426 INFO O| Mar 09 20:04:02.426 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572026-03-09T20:04:04.554Z[ recovery-image] Mar 09 20:04:02.434 INFO O| Mar 09 20:04:02.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73582026-03-09T20:04:04.554Z[ recovery-image] Mar 09 20:04:02.434 INFO O| Mar 09 20:04:02.434 INFO STEP 860 (remove_files) COMPLETE
73592026-03-09T20:04:04.557Z[ recovery-image] Mar 09 20:04:02.434 INFO O| Mar 09 20:04:02.434 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602026-03-09T20:04:04.562Z[ recovery-image] Mar 09 20:04:02.442 INFO O| Mar 09 20:04:02.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73612026-03-09T20:04:04.562Z[ recovery-image] Mar 09 20:04:02.442 INFO O| Mar 09 20:04:02.442 INFO STEP 861 (remove_files) COMPLETE
73622026-03-09T20:04:04.565Z[ recovery-image] Mar 09 20:04:02.442 INFO O| Mar 09 20:04:02.442 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632026-03-09T20:04:04.570Z[ recovery-image] Mar 09 20:04:02.450 INFO O| Mar 09 20:04:02.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73642026-03-09T20:04:04.570Z[ recovery-image] Mar 09 20:04:02.450 INFO O| Mar 09 20:04:02.450 INFO STEP 862 (remove_files) COMPLETE
73652026-03-09T20:04:04.573Z[ recovery-image] Mar 09 20:04:02.450 INFO O| Mar 09 20:04:02.450 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662026-03-09T20:04:04.579Z[ recovery-image] Mar 09 20:04:02.459 INFO O| Mar 09 20:04:02.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73672026-03-09T20:04:04.579Z[ recovery-image] Mar 09 20:04:02.459 INFO O| Mar 09 20:04:02.459 INFO STEP 863 (remove_files) COMPLETE
73682026-03-09T20:04:04.582Z[ recovery-image] Mar 09 20:04:02.459 INFO O| Mar 09 20:04:02.459 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692026-03-09T20:04:04.589Z[ recovery-image] Mar 09 20:04:02.469 INFO O| Mar 09 20:04:02.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73702026-03-09T20:04:04.589Z[ recovery-image] Mar 09 20:04:02.469 INFO O| Mar 09 20:04:02.469 INFO STEP 864 (remove_files) COMPLETE
73712026-03-09T20:04:04.592Z[ recovery-image] Mar 09 20:04:02.469 INFO O| Mar 09 20:04:02.469 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722026-03-09T20:04:04.598Z[ recovery-image] Mar 09 20:04:02.478 INFO O| Mar 09 20:04:02.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73732026-03-09T20:04:04.601Z[ recovery-image] Mar 09 20:04:02.478 INFO O| Mar 09 20:04:02.478 INFO STEP 865 (remove_files) COMPLETE
73742026-03-09T20:04:04.601Z[ recovery-image] Mar 09 20:04:02.478 INFO O| Mar 09 20:04:02.478 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752026-03-09T20:04:04.608Z[ recovery-image] Mar 09 20:04:02.488 INFO O| Mar 09 20:04:02.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73762026-03-09T20:04:04.608Z[ recovery-image] Mar 09 20:04:02.488 INFO O| Mar 09 20:04:02.488 INFO STEP 866 (remove_files) COMPLETE
73772026-03-09T20:04:04.608Z[ recovery-image] Mar 09 20:04:02.488 INFO O| Mar 09 20:04:02.488 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782026-03-09T20:04:04.619Z[ recovery-image] Mar 09 20:04:02.499 INFO O| Mar 09 20:04:02.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73792026-03-09T20:04:04.619Z[ recovery-image] Mar 09 20:04:02.499 INFO O| Mar 09 20:04:02.499 INFO STEP 867 (remove_files) COMPLETE
73802026-03-09T20:04:04.622Z[ recovery-image] Mar 09 20:04:02.499 INFO O| Mar 09 20:04:02.499 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812026-03-09T20:04:04.629Z[ recovery-image] Mar 09 20:04:02.509 INFO O| Mar 09 20:04:02.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73822026-03-09T20:04:04.631Z[ recovery-image] Mar 09 20:04:02.509 INFO O| Mar 09 20:04:02.509 INFO STEP 868 (remove_files) COMPLETE
73832026-03-09T20:04:04.632Z[ recovery-image] Mar 09 20:04:02.509 INFO O| Mar 09 20:04:02.509 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842026-03-09T20:04:04.638Z[ recovery-image] Mar 09 20:04:02.518 INFO O| Mar 09 20:04:02.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73852026-03-09T20:04:04.641Z[ recovery-image] Mar 09 20:04:02.518 INFO O| Mar 09 20:04:02.518 INFO STEP 869 (remove_files) COMPLETE
73862026-03-09T20:04:04.641Z[ recovery-image] Mar 09 20:04:02.518 INFO O| Mar 09 20:04:02.518 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872026-03-09T20:04:04.647Z[ recovery-image] Mar 09 20:04:02.527 INFO O| Mar 09 20:04:02.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73882026-03-09T20:04:04.647Z[ recovery-image] Mar 09 20:04:02.527 INFO O| Mar 09 20:04:02.527 INFO STEP 870 (remove_files) COMPLETE
73892026-03-09T20:04:04.650Z[ recovery-image] Mar 09 20:04:02.527 INFO O| Mar 09 20:04:02.527 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902026-03-09T20:04:04.657Z[ recovery-image] Mar 09 20:04:02.537 INFO O| Mar 09 20:04:02.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73912026-03-09T20:04:04.657Z[ recovery-image] Mar 09 20:04:02.537 INFO O| Mar 09 20:04:02.537 INFO STEP 871 (remove_files) COMPLETE
73922026-03-09T20:04:04.660Z[ recovery-image] Mar 09 20:04:02.537 INFO O| Mar 09 20:04:02.537 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932026-03-09T20:04:04.664Z[ recovery-image] Mar 09 20:04:02.545 INFO O| Mar 09 20:04:02.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73942026-03-09T20:04:04.667Z[ recovery-image] Mar 09 20:04:02.545 INFO O| Mar 09 20:04:02.545 INFO STEP 872 (remove_files) COMPLETE
73952026-03-09T20:04:04.668Z[ recovery-image] Mar 09 20:04:02.545 INFO O| Mar 09 20:04:02.545 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962026-03-09T20:04:04.673Z[ recovery-image] Mar 09 20:04:02.553 INFO O| Mar 09 20:04:02.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73972026-03-09T20:04:04.676Z[ recovery-image] Mar 09 20:04:02.553 INFO O| Mar 09 20:04:02.553 INFO STEP 873 (remove_files) COMPLETE
73982026-03-09T20:04:04.676Z[ recovery-image] Mar 09 20:04:02.553 INFO O| Mar 09 20:04:02.553 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992026-03-09T20:04:04.682Z[ recovery-image] Mar 09 20:04:02.562 INFO O| Mar 09 20:04:02.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74002026-03-09T20:04:04.686Z[ recovery-image] Mar 09 20:04:02.563 INFO O| Mar 09 20:04:02.563 INFO STEP 874 (remove_files) COMPLETE
74012026-03-09T20:04:04.686Z[ recovery-image] Mar 09 20:04:02.563 INFO O| Mar 09 20:04:02.563 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022026-03-09T20:04:04.693Z[ recovery-image] Mar 09 20:04:02.573 INFO O| Mar 09 20:04:02.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74032026-03-09T20:04:04.693Z[ recovery-image] Mar 09 20:04:02.573 INFO O| Mar 09 20:04:02.573 INFO STEP 875 (remove_files) COMPLETE
74042026-03-09T20:04:04.693Z[ recovery-image] Mar 09 20:04:02.573 INFO O| Mar 09 20:04:02.573 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052026-03-09T20:04:04.701Z[ recovery-image] Mar 09 20:04:02.581 INFO O| Mar 09 20:04:02.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74062026-03-09T20:04:04.701Z[ recovery-image] Mar 09 20:04:02.581 INFO O| Mar 09 20:04:02.581 INFO STEP 876 (remove_files) COMPLETE
74072026-03-09T20:04:04.704Z[ recovery-image] Mar 09 20:04:02.581 INFO O| Mar 09 20:04:02.581 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082026-03-09T20:04:04.710Z[ recovery-image] Mar 09 20:04:02.590 INFO O| Mar 09 20:04:02.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74092026-03-09T20:04:04.710Z[ recovery-image] Mar 09 20:04:02.590 INFO O| Mar 09 20:04:02.590 INFO STEP 877 (remove_files) COMPLETE
74102026-03-09T20:04:04.713Z[ recovery-image] Mar 09 20:04:02.591 INFO O| Mar 09 20:04:02.590 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112026-03-09T20:04:04.720Z[ recovery-image] Mar 09 20:04:02.600 INFO O| Mar 09 20:04:02.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74122026-03-09T20:04:04.723Z[ recovery-image] Mar 09 20:04:02.600 INFO O| Mar 09 20:04:02.600 INFO STEP 878 (remove_files) COMPLETE
74132026-03-09T20:04:04.723Z[ recovery-image] Mar 09 20:04:02.600 INFO O| Mar 09 20:04:02.600 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142026-03-09T20:04:04.729Z[ recovery-image] Mar 09 20:04:02.609 INFO O| Mar 09 20:04:02.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74152026-03-09T20:04:04.729Z[ recovery-image] Mar 09 20:04:02.609 INFO O| Mar 09 20:04:02.609 INFO STEP 879 (remove_files) COMPLETE
74162026-03-09T20:04:04.734Z[ recovery-image] Mar 09 20:04:02.609 INFO O| Mar 09 20:04:02.609 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172026-03-09T20:04:04.737Z[ recovery-image] Mar 09 20:04:02.617 INFO O| Mar 09 20:04:02.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74182026-03-09T20:04:04.737Z[ recovery-image] Mar 09 20:04:02.617 INFO O| Mar 09 20:04:02.617 INFO STEP 880 (remove_files) COMPLETE
74192026-03-09T20:04:04.737Z[ recovery-image] Mar 09 20:04:02.617 INFO O| Mar 09 20:04:02.617 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202026-03-09T20:04:04.746Z[ recovery-image] Mar 09 20:04:02.626 INFO O| Mar 09 20:04:02.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74212026-03-09T20:04:04.746Z[ recovery-image] Mar 09 20:04:02.626 INFO O| Mar 09 20:04:02.626 INFO STEP 881 (remove_files) COMPLETE
74222026-03-09T20:04:04.746Z[ recovery-image] Mar 09 20:04:02.626 INFO O| Mar 09 20:04:02.626 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232026-03-09T20:04:04.755Z[ recovery-image] Mar 09 20:04:02.635 INFO O| Mar 09 20:04:02.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74242026-03-09T20:04:04.755Z[ recovery-image] Mar 09 20:04:02.635 INFO O| Mar 09 20:04:02.635 INFO STEP 882 (remove_files) COMPLETE
74252026-03-09T20:04:04.758Z[ recovery-image] Mar 09 20:04:02.635 INFO O| Mar 09 20:04:02.635 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262026-03-09T20:04:04.765Z[ recovery-image] Mar 09 20:04:02.645 INFO O| Mar 09 20:04:02.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74272026-03-09T20:04:04.768Z[ recovery-image] Mar 09 20:04:02.646 INFO O| Mar 09 20:04:02.646 INFO STEP 883 (remove_files) COMPLETE
74282026-03-09T20:04:04.768Z[ recovery-image] Mar 09 20:04:02.646 INFO O| Mar 09 20:04:02.646 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292026-03-09T20:04:04.774Z[ recovery-image] Mar 09 20:04:02.654 INFO O| Mar 09 20:04:02.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74302026-03-09T20:04:04.777Z[ recovery-image] Mar 09 20:04:02.654 INFO O| Mar 09 20:04:02.654 INFO STEP 884 (remove_files) COMPLETE
74312026-03-09T20:04:04.777Z[ recovery-image] Mar 09 20:04:02.654 INFO O| Mar 09 20:04:02.654 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322026-03-09T20:04:04.782Z[ recovery-image] Mar 09 20:04:02.662 INFO O| Mar 09 20:04:02.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74332026-03-09T20:04:04.782Z[ recovery-image] Mar 09 20:04:02.662 INFO O| Mar 09 20:04:02.662 INFO STEP 885 (remove_files) COMPLETE
74342026-03-09T20:04:04.784Z[ recovery-image] Mar 09 20:04:02.662 INFO O| Mar 09 20:04:02.662 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352026-03-09T20:04:04.789Z[ recovery-image] Mar 09 20:04:02.669 INFO O| Mar 09 20:04:02.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74362026-03-09T20:04:04.789Z[ recovery-image] Mar 09 20:04:02.669 INFO O| Mar 09 20:04:02.669 INFO STEP 886 (remove_files) COMPLETE
74372026-03-09T20:04:04.792Z[ recovery-image] Mar 09 20:04:02.669 INFO O| Mar 09 20:04:02.669 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382026-03-09T20:04:04.798Z[ recovery-image] Mar 09 20:04:02.678 INFO O| Mar 09 20:04:02.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74392026-03-09T20:04:04.801Z[ recovery-image] Mar 09 20:04:02.678 INFO O| Mar 09 20:04:02.678 INFO STEP 887 (remove_files) COMPLETE
74402026-03-09T20:04:04.801Z[ recovery-image] Mar 09 20:04:02.678 INFO O| Mar 09 20:04:02.678 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412026-03-09T20:04:04.809Z[ recovery-image] Mar 09 20:04:02.689 INFO O| Mar 09 20:04:02.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74422026-03-09T20:04:04.812Z[ recovery-image] Mar 09 20:04:02.689 INFO O| Mar 09 20:04:02.689 INFO STEP 888 (remove_files) COMPLETE
74432026-03-09T20:04:04.812Z[ recovery-image] Mar 09 20:04:02.689 INFO O| Mar 09 20:04:02.689 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442026-03-09T20:04:04.816Z[ recovery-image] Mar 09 20:04:02.696 INFO O| Mar 09 20:04:02.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74452026-03-09T20:04:04.819Z[ recovery-image] Mar 09 20:04:02.697 INFO O| Mar 09 20:04:02.696 INFO STEP 889 (remove_files) COMPLETE
74462026-03-09T20:04:04.819Z[ recovery-image] Mar 09 20:04:02.697 INFO O| Mar 09 20:04:02.697 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472026-03-09T20:04:04.824Z[ recovery-image] Mar 09 20:04:02.704 INFO O| Mar 09 20:04:02.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74482026-03-09T20:04:04.824Z[ recovery-image] Mar 09 20:04:02.704 INFO O| Mar 09 20:04:02.704 INFO STEP 890 (remove_files) COMPLETE
74492026-03-09T20:04:04.824Z[ recovery-image] Mar 09 20:04:02.704 INFO O| Mar 09 20:04:02.704 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502026-03-09T20:04:04.833Z[ recovery-image] Mar 09 20:04:02.713 INFO O| Mar 09 20:04:02.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74512026-03-09T20:04:04.833Z[ recovery-image] Mar 09 20:04:02.713 INFO O| Mar 09 20:04:02.713 INFO STEP 891 (remove_files) COMPLETE
74522026-03-09T20:04:04.833Z[ recovery-image] Mar 09 20:04:02.713 INFO O| Mar 09 20:04:02.713 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532026-03-09T20:04:04.841Z[ recovery-image] Mar 09 20:04:02.721 INFO O| Mar 09 20:04:02.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74542026-03-09T20:04:04.844Z[ recovery-image] Mar 09 20:04:02.721 INFO O| Mar 09 20:04:02.721 INFO STEP 892 (remove_files) COMPLETE
74552026-03-09T20:04:04.844Z[ recovery-image] Mar 09 20:04:02.721 INFO O| Mar 09 20:04:02.721 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562026-03-09T20:04:04.850Z[ recovery-image] Mar 09 20:04:02.730 INFO O| Mar 09 20:04:02.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74572026-03-09T20:04:04.853Z[ recovery-image] Mar 09 20:04:02.730 INFO O| Mar 09 20:04:02.730 INFO STEP 893 (remove_files) COMPLETE
74582026-03-09T20:04:04.853Z[ recovery-image] Mar 09 20:04:02.730 INFO O| Mar 09 20:04:02.730 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592026-03-09T20:04:04.858Z[ recovery-image] Mar 09 20:04:02.738 INFO O| Mar 09 20:04:02.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74602026-03-09T20:04:04.861Z[ recovery-image] Mar 09 20:04:02.738 INFO O| Mar 09 20:04:02.738 INFO STEP 894 (remove_files) COMPLETE
74612026-03-09T20:04:04.861Z[ recovery-image] Mar 09 20:04:02.738 INFO O| Mar 09 20:04:02.738 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622026-03-09T20:04:04.866Z[ recovery-image] Mar 09 20:04:02.746 INFO O| Mar 09 20:04:02.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74632026-03-09T20:04:04.869Z[ recovery-image] Mar 09 20:04:02.746 INFO O| Mar 09 20:04:02.746 INFO STEP 895 (remove_files) COMPLETE
74642026-03-09T20:04:04.869Z[ recovery-image] Mar 09 20:04:02.746 INFO O| Mar 09 20:04:02.746 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652026-03-09T20:04:04.874Z[ recovery-image] Mar 09 20:04:02.754 INFO O| Mar 09 20:04:02.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74662026-03-09T20:04:04.877Z[ recovery-image] Mar 09 20:04:02.754 INFO O| Mar 09 20:04:02.754 INFO STEP 896 (remove_files) COMPLETE
74672026-03-09T20:04:04.877Z[ recovery-image] Mar 09 20:04:02.754 INFO O| Mar 09 20:04:02.754 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682026-03-09T20:04:04.881Z[ recovery-image] Mar 09 20:04:02.761 INFO O| Mar 09 20:04:02.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74692026-03-09T20:04:04.884Z[ recovery-image] Mar 09 20:04:02.761 INFO O| Mar 09 20:04:02.761 INFO STEP 897 (remove_files) COMPLETE
74702026-03-09T20:04:04.884Z[ recovery-image] Mar 09 20:04:02.761 INFO O| Mar 09 20:04:02.761 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712026-03-09T20:04:04.890Z[ recovery-image] Mar 09 20:04:02.770 INFO O| Mar 09 20:04:02.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74722026-03-09T20:04:04.893Z[ recovery-image] Mar 09 20:04:02.770 INFO O| Mar 09 20:04:02.770 INFO STEP 898 (remove_files) COMPLETE
74732026-03-09T20:04:04.893Z[ recovery-image] Mar 09 20:04:02.770 INFO O| Mar 09 20:04:02.770 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742026-03-09T20:04:04.900Z[ recovery-image] Mar 09 20:04:02.780 INFO O| Mar 09 20:04:02.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74752026-03-09T20:04:04.903Z[ recovery-image] Mar 09 20:04:02.780 INFO O| Mar 09 20:04:02.780 INFO STEP 899 (remove_files) COMPLETE
74762026-03-09T20:04:04.903Z[ recovery-image] Mar 09 20:04:02.780 INFO O| Mar 09 20:04:02.780 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772026-03-09T20:04:04.908Z[ recovery-image] Mar 09 20:04:02.788 INFO O| Mar 09 20:04:02.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74782026-03-09T20:04:04.911Z[ recovery-image] Mar 09 20:04:02.789 INFO O| Mar 09 20:04:02.789 INFO STEP 900 (remove_files) COMPLETE
74792026-03-09T20:04:04.912Z[ recovery-image] Mar 09 20:04:02.789 INFO O| Mar 09 20:04:02.789 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802026-03-09T20:04:04.917Z[ recovery-image] Mar 09 20:04:02.797 INFO O| Mar 09 20:04:02.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74812026-03-09T20:04:04.917Z[ recovery-image] Mar 09 20:04:02.797 INFO O| Mar 09 20:04:02.797 INFO STEP 901 (remove_files) COMPLETE
74822026-03-09T20:04:04.921Z[ recovery-image] Mar 09 20:04:02.797 INFO O| Mar 09 20:04:02.797 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832026-03-09T20:04:04.928Z[ recovery-image] Mar 09 20:04:02.807 INFO O| Mar 09 20:04:02.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74842026-03-09T20:04:04.931Z[ recovery-image] Mar 09 20:04:02.807 INFO O| Mar 09 20:04:02.807 INFO STEP 902 (remove_files) COMPLETE
74852026-03-09T20:04:04.931Z[ recovery-image] Mar 09 20:04:02.807 INFO O| Mar 09 20:04:02.807 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862026-03-09T20:04:04.936Z[ recovery-image] Mar 09 20:04:02.816 INFO O| Mar 09 20:04:02.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74872026-03-09T20:04:04.936Z[ recovery-image] Mar 09 20:04:02.816 INFO O| Mar 09 20:04:02.816 INFO STEP 903 (remove_files) COMPLETE
74882026-03-09T20:04:04.938Z[ recovery-image] Mar 09 20:04:02.816 INFO O| Mar 09 20:04:02.816 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892026-03-09T20:04:04.944Z[ recovery-image] Mar 09 20:04:02.824 INFO O| Mar 09 20:04:02.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74902026-03-09T20:04:04.944Z[ recovery-image] Mar 09 20:04:02.824 INFO O| Mar 09 20:04:02.824 INFO STEP 904 (remove_files) COMPLETE
74912026-03-09T20:04:04.947Z[ recovery-image] Mar 09 20:04:02.824 INFO O| Mar 09 20:04:02.824 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922026-03-09T20:04:04.955Z[ recovery-image] Mar 09 20:04:02.835 INFO O| Mar 09 20:04:02.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74932026-03-09T20:04:04.955Z[ recovery-image] Mar 09 20:04:02.835 INFO O| Mar 09 20:04:02.835 INFO STEP 905 (remove_files) COMPLETE
74942026-03-09T20:04:04.958Z[ recovery-image] Mar 09 20:04:02.835 INFO O| Mar 09 20:04:02.835 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952026-03-09T20:04:04.963Z[ recovery-image] Mar 09 20:04:02.843 INFO O| Mar 09 20:04:02.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74962026-03-09T20:04:04.966Z[ recovery-image] Mar 09 20:04:02.844 INFO O| Mar 09 20:04:02.844 INFO STEP 906 (remove_files) COMPLETE
74972026-03-09T20:04:04.966Z[ recovery-image] Mar 09 20:04:02.844 INFO O| Mar 09 20:04:02.844 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982026-03-09T20:04:04.972Z[ recovery-image] Mar 09 20:04:02.852 INFO O| Mar 09 20:04:02.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74992026-03-09T20:04:04.972Z[ recovery-image] Mar 09 20:04:02.852 INFO O| Mar 09 20:04:02.852 INFO STEP 907 (remove_files) COMPLETE
75002026-03-09T20:04:04.972Z[ recovery-image] Mar 09 20:04:02.852 INFO O| Mar 09 20:04:02.852 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012026-03-09T20:04:04.982Z[ recovery-image] Mar 09 20:04:02.862 INFO O| Mar 09 20:04:02.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75022026-03-09T20:04:04.982Z[ recovery-image] Mar 09 20:04:02.862 INFO O| Mar 09 20:04:02.862 INFO STEP 908 (remove_files) COMPLETE
75032026-03-09T20:04:04.985Z[ recovery-image] Mar 09 20:04:02.862 INFO O| Mar 09 20:04:02.862 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042026-03-09T20:04:04.990Z[ recovery-image] Mar 09 20:04:02.870 INFO O| Mar 09 20:04:02.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75052026-03-09T20:04:04.990Z[ recovery-image] Mar 09 20:04:02.870 INFO O| Mar 09 20:04:02.870 INFO STEP 909 (remove_files) COMPLETE
75062026-03-09T20:04:04.993Z[ recovery-image] Mar 09 20:04:02.870 INFO O| Mar 09 20:04:02.870 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072026-03-09T20:04:04.999Z[ recovery-image] Mar 09 20:04:02.879 INFO O| Mar 09 20:04:02.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75082026-03-09T20:04:04.999Z[ recovery-image] Mar 09 20:04:02.879 INFO O| Mar 09 20:04:02.879 INFO STEP 910 (remove_files) COMPLETE
75092026-03-09T20:04:05.004Z[ recovery-image] Mar 09 20:04:02.879 INFO O| Mar 09 20:04:02.879 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102026-03-09T20:04:05.009Z[ recovery-image] Mar 09 20:04:02.889 INFO O| Mar 09 20:04:02.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75112026-03-09T20:04:05.012Z[ recovery-image] Mar 09 20:04:02.889 INFO O| Mar 09 20:04:02.889 INFO STEP 911 (remove_files) COMPLETE
75122026-03-09T20:04:05.012Z[ recovery-image] Mar 09 20:04:02.889 INFO O| Mar 09 20:04:02.889 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132026-03-09T20:04:05.018Z[ recovery-image] Mar 09 20:04:02.898 INFO O| Mar 09 20:04:02.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75142026-03-09T20:04:05.018Z[ recovery-image] Mar 09 20:04:02.898 INFO O| Mar 09 20:04:02.898 INFO STEP 912 (remove_files) COMPLETE
75152026-03-09T20:04:05.018Z[ recovery-image] Mar 09 20:04:02.898 INFO O| Mar 09 20:04:02.898 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162026-03-09T20:04:05.026Z[ recovery-image] Mar 09 20:04:02.906 INFO O| Mar 09 20:04:02.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75172026-03-09T20:04:05.029Z[ recovery-image] Mar 09 20:04:02.906 INFO O| Mar 09 20:04:02.906 INFO STEP 913 (remove_files) COMPLETE
75182026-03-09T20:04:05.029Z[ recovery-image] Mar 09 20:04:02.906 INFO O| Mar 09 20:04:02.906 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192026-03-09T20:04:05.034Z[ recovery-image] Mar 09 20:04:02.914 INFO O| Mar 09 20:04:02.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75202026-03-09T20:04:05.034Z[ recovery-image] Mar 09 20:04:02.914 INFO O| Mar 09 20:04:02.914 INFO STEP 914 (remove_files) COMPLETE
75212026-03-09T20:04:05.038Z[ recovery-image] Mar 09 20:04:02.915 INFO O| Mar 09 20:04:02.914 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222026-03-09T20:04:05.043Z[ recovery-image] Mar 09 20:04:02.923 INFO O| Mar 09 20:04:02.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75232026-03-09T20:04:05.047Z[ recovery-image] Mar 09 20:04:02.923 INFO O| Mar 09 20:04:02.923 INFO STEP 915 (remove_files) COMPLETE
75242026-03-09T20:04:05.047Z[ recovery-image] Mar 09 20:04:02.924 INFO O| Mar 09 20:04:02.923 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252026-03-09T20:04:05.052Z[ recovery-image] Mar 09 20:04:02.932 INFO O| Mar 09 20:04:02.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75262026-03-09T20:04:05.052Z[ recovery-image] Mar 09 20:04:02.932 INFO O| Mar 09 20:04:02.932 INFO STEP 916 (remove_files) COMPLETE
75272026-03-09T20:04:05.055Z[ recovery-image] Mar 09 20:04:02.932 INFO O| Mar 09 20:04:02.932 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282026-03-09T20:04:05.059Z[ recovery-image] Mar 09 20:04:02.939 INFO O| Mar 09 20:04:02.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75292026-03-09T20:04:05.063Z[ recovery-image] Mar 09 20:04:02.940 INFO O| Mar 09 20:04:02.940 INFO STEP 917 (remove_files) COMPLETE
75302026-03-09T20:04:05.063Z[ recovery-image] Mar 09 20:04:02.940 INFO O| Mar 09 20:04:02.940 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312026-03-09T20:04:05.070Z[ recovery-image] Mar 09 20:04:02.950 INFO O| Mar 09 20:04:02.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75322026-03-09T20:04:05.070Z[ recovery-image] Mar 09 20:04:02.950 INFO O| Mar 09 20:04:02.950 INFO STEP 918 (remove_files) COMPLETE
75332026-03-09T20:04:05.073Z[ recovery-image] Mar 09 20:04:02.950 INFO O| Mar 09 20:04:02.950 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342026-03-09T20:04:05.078Z[ recovery-image] Mar 09 20:04:02.958 INFO O| Mar 09 20:04:02.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75352026-03-09T20:04:05.081Z[ recovery-image] Mar 09 20:04:02.958 INFO O| Mar 09 20:04:02.958 INFO STEP 919 (remove_files) COMPLETE
75362026-03-09T20:04:05.081Z[ recovery-image] Mar 09 20:04:02.958 INFO O| Mar 09 20:04:02.958 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372026-03-09T20:04:05.088Z[ recovery-image] Mar 09 20:04:02.968 INFO O| Mar 09 20:04:02.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75382026-03-09T20:04:05.089Z[ recovery-image] Mar 09 20:04:02.969 INFO O| Mar 09 20:04:02.969 INFO STEP 920 (remove_files) COMPLETE
75392026-03-09T20:04:05.092Z[ recovery-image] Mar 09 20:04:02.969 INFO O| Mar 09 20:04:02.969 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402026-03-09T20:04:05.099Z[ recovery-image] Mar 09 20:04:02.979 INFO O| Mar 09 20:04:02.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75412026-03-09T20:04:05.102Z[ recovery-image] Mar 09 20:04:02.979 INFO O| Mar 09 20:04:02.979 INFO STEP 921 (remove_files) COMPLETE
75422026-03-09T20:04:05.102Z[ recovery-image] Mar 09 20:04:02.979 INFO O| Mar 09 20:04:02.979 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432026-03-09T20:04:05.109Z[ recovery-image] Mar 09 20:04:02.989 INFO O| Mar 09 20:04:02.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75442026-03-09T20:04:05.112Z[ recovery-image] Mar 09 20:04:02.989 INFO O| Mar 09 20:04:02.989 INFO STEP 922 (remove_files) COMPLETE
75452026-03-09T20:04:05.112Z[ recovery-image] Mar 09 20:04:02.989 INFO O| Mar 09 20:04:02.989 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462026-03-09T20:04:05.117Z[ recovery-image] Mar 09 20:04:02.997 INFO O| Mar 09 20:04:02.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75472026-03-09T20:04:05.120Z[ recovery-image] Mar 09 20:04:02.997 INFO O| Mar 09 20:04:02.997 INFO STEP 923 (remove_files) COMPLETE
75482026-03-09T20:04:05.120Z[ recovery-image] Mar 09 20:04:02.997 INFO O| Mar 09 20:04:02.997 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492026-03-09T20:04:05.127Z[ recovery-image] Mar 09 20:04:03.007 INFO O| Mar 09 20:04:03.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75502026-03-09T20:04:05.127Z[ recovery-image] Mar 09 20:04:03.007 INFO O| Mar 09 20:04:03.007 INFO STEP 924 (remove_files) COMPLETE
75512026-03-09T20:04:05.130Z[ recovery-image] Mar 09 20:04:03.007 INFO O| Mar 09 20:04:03.007 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522026-03-09T20:04:05.137Z[ recovery-image] Mar 09 20:04:03.017 INFO O| Mar 09 20:04:03.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75532026-03-09T20:04:05.140Z[ recovery-image] Mar 09 20:04:03.017 INFO O| Mar 09 20:04:03.017 INFO STEP 925 (remove_files) COMPLETE
75542026-03-09T20:04:05.140Z[ recovery-image] Mar 09 20:04:03.017 INFO O| Mar 09 20:04:03.017 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552026-03-09T20:04:05.147Z[ recovery-image] Mar 09 20:04:03.027 INFO O| Mar 09 20:04:03.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75562026-03-09T20:04:05.150Z[ recovery-image] Mar 09 20:04:03.027 INFO O| Mar 09 20:04:03.027 INFO STEP 926 (remove_files) COMPLETE
75572026-03-09T20:04:05.150Z[ recovery-image] Mar 09 20:04:03.027 INFO O| Mar 09 20:04:03.027 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582026-03-09T20:04:05.157Z[ recovery-image] Mar 09 20:04:03.037 INFO O| Mar 09 20:04:03.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75592026-03-09T20:04:05.157Z[ recovery-image] Mar 09 20:04:03.037 INFO O| Mar 09 20:04:03.037 INFO STEP 927 (remove_files) COMPLETE
75602026-03-09T20:04:05.160Z[ recovery-image] Mar 09 20:04:03.037 INFO O| Mar 09 20:04:03.037 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612026-03-09T20:04:05.165Z[ recovery-image] Mar 09 20:04:03.045 INFO O| Mar 09 20:04:03.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75622026-03-09T20:04:05.165Z[ recovery-image] Mar 09 20:04:03.045 INFO O| Mar 09 20:04:03.045 INFO STEP 928 (remove_files) COMPLETE
75632026-03-09T20:04:05.165Z[ recovery-image] Mar 09 20:04:03.045 INFO O| Mar 09 20:04:03.045 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642026-03-09T20:04:05.173Z[ recovery-image] Mar 09 20:04:03.053 INFO O| Mar 09 20:04:03.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75652026-03-09T20:04:05.173Z[ recovery-image] Mar 09 20:04:03.053 INFO O| Mar 09 20:04:03.053 INFO STEP 929 (remove_files) COMPLETE
75662026-03-09T20:04:05.176Z[ recovery-image] Mar 09 20:04:03.053 INFO O| Mar 09 20:04:03.053 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672026-03-09T20:04:05.181Z[ recovery-image] Mar 09 20:04:03.061 INFO O| Mar 09 20:04:03.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75682026-03-09T20:04:05.184Z[ recovery-image] Mar 09 20:04:03.062 INFO O| Mar 09 20:04:03.062 INFO STEP 930 (remove_files) COMPLETE
75692026-03-09T20:04:05.184Z[ recovery-image] Mar 09 20:04:03.062 INFO O| Mar 09 20:04:03.062 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702026-03-09T20:04:05.192Z[ recovery-image] Mar 09 20:04:03.072 INFO O| Mar 09 20:04:03.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75712026-03-09T20:04:05.195Z[ recovery-image] Mar 09 20:04:03.072 INFO O| Mar 09 20:04:03.072 INFO STEP 931 (remove_files) COMPLETE
75722026-03-09T20:04:05.195Z[ recovery-image] Mar 09 20:04:03.072 INFO O| Mar 09 20:04:03.072 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732026-03-09T20:04:05.200Z[ recovery-image] Mar 09 20:04:03.080 INFO O| Mar 09 20:04:03.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75742026-03-09T20:04:05.203Z[ recovery-image] Mar 09 20:04:03.080 INFO O| Mar 09 20:04:03.080 INFO STEP 932 (remove_files) COMPLETE
75752026-03-09T20:04:05.204Z[ recovery-image] Mar 09 20:04:03.080 INFO O| Mar 09 20:04:03.080 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762026-03-09T20:04:05.209Z[ recovery-image] Mar 09 20:04:03.089 INFO O| Mar 09 20:04:03.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75772026-03-09T20:04:05.212Z[ recovery-image] Mar 09 20:04:03.089 INFO O| Mar 09 20:04:03.089 INFO STEP 933 (remove_files) COMPLETE
75782026-03-09T20:04:05.212Z[ recovery-image] Mar 09 20:04:03.089 INFO O| Mar 09 20:04:03.089 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792026-03-09T20:04:05.219Z[ recovery-image] Mar 09 20:04:03.099 INFO O| Mar 09 20:04:03.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75802026-03-09T20:04:05.222Z[ recovery-image] Mar 09 20:04:03.099 INFO O| Mar 09 20:04:03.099 INFO STEP 934 (remove_files) COMPLETE
75812026-03-09T20:04:05.222Z[ recovery-image] Mar 09 20:04:03.099 INFO O| Mar 09 20:04:03.099 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822026-03-09T20:04:05.228Z[ recovery-image] Mar 09 20:04:03.108 INFO O| Mar 09 20:04:03.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75832026-03-09T20:04:05.228Z[ recovery-image] Mar 09 20:04:03.108 INFO O| Mar 09 20:04:03.108 INFO STEP 935 (remove_files) COMPLETE
75842026-03-09T20:04:05.231Z[ recovery-image] Mar 09 20:04:03.108 INFO O| Mar 09 20:04:03.108 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852026-03-09T20:04:05.239Z[ recovery-image] Mar 09 20:04:03.119 INFO O| Mar 09 20:04:03.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75862026-03-09T20:04:05.243Z[ recovery-image] Mar 09 20:04:03.120 INFO O| Mar 09 20:04:03.120 INFO STEP 936 (remove_files) COMPLETE
75872026-03-09T20:04:05.243Z[ recovery-image] Mar 09 20:04:03.120 INFO O| Mar 09 20:04:03.120 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882026-03-09T20:04:05.250Z[ recovery-image] Mar 09 20:04:03.130 INFO O| Mar 09 20:04:03.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75892026-03-09T20:04:05.253Z[ recovery-image] Mar 09 20:04:03.130 INFO O| Mar 09 20:04:03.130 INFO STEP 937 (remove_files) COMPLETE
75902026-03-09T20:04:05.253Z[ recovery-image] Mar 09 20:04:03.130 INFO O| Mar 09 20:04:03.130 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912026-03-09T20:04:05.259Z[ recovery-image] Mar 09 20:04:03.139 INFO O| Mar 09 20:04:03.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75922026-03-09T20:04:05.262Z[ recovery-image] Mar 09 20:04:03.139 INFO O| Mar 09 20:04:03.139 INFO STEP 938 (remove_files) COMPLETE
75932026-03-09T20:04:05.262Z[ recovery-image] Mar 09 20:04:03.139 INFO O| Mar 09 20:04:03.139 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942026-03-09T20:04:05.268Z[ recovery-image] Mar 09 20:04:03.148 INFO O| Mar 09 20:04:03.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75952026-03-09T20:04:05.271Z[ recovery-image] Mar 09 20:04:03.148 INFO O| Mar 09 20:04:03.148 INFO STEP 939 (remove_files) COMPLETE
75962026-03-09T20:04:05.271Z[ recovery-image] Mar 09 20:04:03.148 INFO O| Mar 09 20:04:03.148 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972026-03-09T20:04:05.277Z[ recovery-image] Mar 09 20:04:03.157 INFO O| Mar 09 20:04:03.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75982026-03-09T20:04:05.277Z[ recovery-image] Mar 09 20:04:03.157 INFO O| Mar 09 20:04:03.157 INFO STEP 940 (remove_files) COMPLETE
75992026-03-09T20:04:05.280Z[ recovery-image] Mar 09 20:04:03.157 INFO O| Mar 09 20:04:03.157 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002026-03-09T20:04:05.286Z[ recovery-image] Mar 09 20:04:03.166 INFO O| Mar 09 20:04:03.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76012026-03-09T20:04:05.289Z[ recovery-image] Mar 09 20:04:03.166 INFO O| Mar 09 20:04:03.166 INFO STEP 941 (remove_files) COMPLETE
76022026-03-09T20:04:05.289Z[ recovery-image] Mar 09 20:04:03.166 INFO O| Mar 09 20:04:03.166 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032026-03-09T20:04:05.295Z[ recovery-image] Mar 09 20:04:03.175 INFO O| Mar 09 20:04:03.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76042026-03-09T20:04:05.295Z[ recovery-image] Mar 09 20:04:03.175 INFO O| Mar 09 20:04:03.175 INFO STEP 942 (remove_files) COMPLETE
76052026-03-09T20:04:05.298Z[ recovery-image] Mar 09 20:04:03.175 INFO O| Mar 09 20:04:03.175 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062026-03-09T20:04:05.303Z[ recovery-image] Mar 09 20:04:03.183 INFO O| Mar 09 20:04:03.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76072026-03-09T20:04:05.306Z[ recovery-image] Mar 09 20:04:03.184 INFO O| Mar 09 20:04:03.183 INFO STEP 943 (remove_files) COMPLETE
76082026-03-09T20:04:05.306Z[ recovery-image] Mar 09 20:04:03.184 INFO O| Mar 09 20:04:03.184 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092026-03-09T20:04:05.312Z[ recovery-image] Mar 09 20:04:03.191 INFO O| Mar 09 20:04:03.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76102026-03-09T20:04:05.312Z[ recovery-image] Mar 09 20:04:03.192 INFO O| Mar 09 20:04:03.192 INFO STEP 944 (remove_files) COMPLETE
76112026-03-09T20:04:05.312Z[ recovery-image] Mar 09 20:04:03.192 INFO O| Mar 09 20:04:03.192 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122026-03-09T20:04:05.321Z[ recovery-image] Mar 09 20:04:03.201 INFO O| Mar 09 20:04:03.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76132026-03-09T20:04:05.324Z[ recovery-image] Mar 09 20:04:03.201 INFO O| Mar 09 20:04:03.201 INFO STEP 945 (remove_files) COMPLETE
76142026-03-09T20:04:05.324Z[ recovery-image] Mar 09 20:04:03.201 INFO O| Mar 09 20:04:03.201 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152026-03-09T20:04:05.330Z[ recovery-image] Mar 09 20:04:03.210 INFO O| Mar 09 20:04:03.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76162026-03-09T20:04:05.330Z[ recovery-image] Mar 09 20:04:03.210 INFO O| Mar 09 20:04:03.210 INFO STEP 946 (remove_files) COMPLETE
76172026-03-09T20:04:05.330Z[ recovery-image] Mar 09 20:04:03.210 INFO O| Mar 09 20:04:03.210 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182026-03-09T20:04:05.339Z[ recovery-image] Mar 09 20:04:03.219 INFO O| Mar 09 20:04:03.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76192026-03-09T20:04:05.339Z[ recovery-image] Mar 09 20:04:03.219 INFO O| Mar 09 20:04:03.219 INFO STEP 947 (remove_files) COMPLETE
76202026-03-09T20:04:05.342Z[ recovery-image] Mar 09 20:04:03.219 INFO O| Mar 09 20:04:03.219 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212026-03-09T20:04:05.347Z[ recovery-image] Mar 09 20:04:03.227 INFO O| Mar 09 20:04:03.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76222026-03-09T20:04:05.347Z[ recovery-image] Mar 09 20:04:03.227 INFO O| Mar 09 20:04:03.227 INFO STEP 948 (remove_files) COMPLETE
76232026-03-09T20:04:05.350Z[ recovery-image] Mar 09 20:04:03.227 INFO O| Mar 09 20:04:03.227 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242026-03-09T20:04:05.356Z[ recovery-image] Mar 09 20:04:03.236 INFO O| Mar 09 20:04:03.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76252026-03-09T20:04:05.356Z[ recovery-image] Mar 09 20:04:03.236 INFO O| Mar 09 20:04:03.236 INFO STEP 949 (remove_files) COMPLETE
76262026-03-09T20:04:05.359Z[ recovery-image] Mar 09 20:04:03.236 INFO O| Mar 09 20:04:03.236 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272026-03-09T20:04:05.364Z[ recovery-image] Mar 09 20:04:03.244 INFO O| Mar 09 20:04:03.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76282026-03-09T20:04:05.364Z[ recovery-image] Mar 09 20:04:03.244 INFO O| Mar 09 20:04:03.244 INFO STEP 950 (remove_files) COMPLETE
76292026-03-09T20:04:05.364Z[ recovery-image] Mar 09 20:04:03.244 INFO O| Mar 09 20:04:03.244 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302026-03-09T20:04:05.373Z[ recovery-image] Mar 09 20:04:03.253 INFO O| Mar 09 20:04:03.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76312026-03-09T20:04:05.373Z[ recovery-image] Mar 09 20:04:03.253 INFO O| Mar 09 20:04:03.253 INFO STEP 951 (remove_files) COMPLETE
76322026-03-09T20:04:05.377Z[ recovery-image] Mar 09 20:04:03.253 INFO O| Mar 09 20:04:03.253 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332026-03-09T20:04:05.383Z[ recovery-image] Mar 09 20:04:03.263 INFO O| Mar 09 20:04:03.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76342026-03-09T20:04:05.383Z[ recovery-image] Mar 09 20:04:03.263 INFO O| Mar 09 20:04:03.263 INFO STEP 952 (remove_files) COMPLETE
76352026-03-09T20:04:05.386Z[ recovery-image] Mar 09 20:04:03.263 INFO O| Mar 09 20:04:03.263 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362026-03-09T20:04:05.393Z[ recovery-image] Mar 09 20:04:03.273 INFO O| Mar 09 20:04:03.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76372026-03-09T20:04:05.393Z[ recovery-image] Mar 09 20:04:03.273 INFO O| Mar 09 20:04:03.273 INFO STEP 953 (remove_files) COMPLETE
76382026-03-09T20:04:05.396Z[ recovery-image] Mar 09 20:04:03.273 INFO O| Mar 09 20:04:03.273 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392026-03-09T20:04:05.403Z[ recovery-image] Mar 09 20:04:03.283 INFO O| Mar 09 20:04:03.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76402026-03-09T20:04:05.403Z[ recovery-image] Mar 09 20:04:03.283 INFO O| Mar 09 20:04:03.283 INFO STEP 954 (remove_files) COMPLETE
76412026-03-09T20:04:05.406Z[ recovery-image] Mar 09 20:04:03.283 INFO O| Mar 09 20:04:03.283 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422026-03-09T20:04:05.415Z[ recovery-image] Mar 09 20:04:03.295 INFO O| Mar 09 20:04:03.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76432026-03-09T20:04:05.415Z[ recovery-image] Mar 09 20:04:03.295 INFO O| Mar 09 20:04:03.295 INFO STEP 955 (remove_files) COMPLETE
76442026-03-09T20:04:05.415Z[ recovery-image] Mar 09 20:04:03.295 INFO O| Mar 09 20:04:03.295 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452026-03-09T20:04:05.423Z[ recovery-image] Mar 09 20:04:03.303 INFO O| Mar 09 20:04:03.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76462026-03-09T20:04:05.423Z[ recovery-image] Mar 09 20:04:03.303 INFO O| Mar 09 20:04:03.303 INFO STEP 956 (remove_files) COMPLETE
76472026-03-09T20:04:05.423Z[ recovery-image] Mar 09 20:04:03.303 INFO O| Mar 09 20:04:03.303 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482026-03-09T20:04:05.432Z[ recovery-image] Mar 09 20:04:03.312 INFO O| Mar 09 20:04:03.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76492026-03-09T20:04:05.432Z[ recovery-image] Mar 09 20:04:03.312 INFO O| Mar 09 20:04:03.312 INFO STEP 957 (remove_files) COMPLETE
76502026-03-09T20:04:05.432Z[ recovery-image] Mar 09 20:04:03.312 INFO O| Mar 09 20:04:03.312 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512026-03-09T20:04:05.440Z[ recovery-image] Mar 09 20:04:03.320 INFO O| Mar 09 20:04:03.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76522026-03-09T20:04:05.440Z[ recovery-image] Mar 09 20:04:03.320 INFO O| Mar 09 20:04:03.320 INFO STEP 958 (remove_files) COMPLETE
76532026-03-09T20:04:05.444Z[ recovery-image] Mar 09 20:04:03.320 INFO O| Mar 09 20:04:03.320 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542026-03-09T20:04:05.449Z[ recovery-image] Mar 09 20:04:03.329 INFO O| Mar 09 20:04:03.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76552026-03-09T20:04:05.449Z[ recovery-image] Mar 09 20:04:03.329 INFO O| Mar 09 20:04:03.329 INFO STEP 959 (remove_files) COMPLETE
76562026-03-09T20:04:05.452Z[ recovery-image] Mar 09 20:04:03.329 INFO O| Mar 09 20:04:03.329 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572026-03-09T20:04:05.458Z[ recovery-image] Mar 09 20:04:03.338 INFO O| Mar 09 20:04:03.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76582026-03-09T20:04:05.458Z[ recovery-image] Mar 09 20:04:03.338 INFO O| Mar 09 20:04:03.338 INFO STEP 960 (remove_files) COMPLETE
76592026-03-09T20:04:05.461Z[ recovery-image] Mar 09 20:04:03.338 INFO O| Mar 09 20:04:03.338 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602026-03-09T20:04:05.467Z[ recovery-image] Mar 09 20:04:03.347 INFO O| Mar 09 20:04:03.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76612026-03-09T20:04:05.470Z[ recovery-image] Mar 09 20:04:03.347 INFO O| Mar 09 20:04:03.347 INFO STEP 961 (remove_files) COMPLETE
76622026-03-09T20:04:05.470Z[ recovery-image] Mar 09 20:04:03.347 INFO O| Mar 09 20:04:03.347 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632026-03-09T20:04:05.476Z[ recovery-image] Mar 09 20:04:03.356 INFO O| Mar 09 20:04:03.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76642026-03-09T20:04:05.476Z[ recovery-image] Mar 09 20:04:03.356 INFO O| Mar 09 20:04:03.356 INFO STEP 962 (remove_files) COMPLETE
76652026-03-09T20:04:05.479Z[ recovery-image] Mar 09 20:04:03.356 INFO O| Mar 09 20:04:03.356 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662026-03-09T20:04:05.485Z[ recovery-image] Mar 09 20:04:03.365 INFO O| Mar 09 20:04:03.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76672026-03-09T20:04:05.488Z[ recovery-image] Mar 09 20:04:03.365 INFO O| Mar 09 20:04:03.365 INFO STEP 963 (remove_files) COMPLETE
76682026-03-09T20:04:05.488Z[ recovery-image] Mar 09 20:04:03.365 INFO O| Mar 09 20:04:03.365 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692026-03-09T20:04:05.495Z[ recovery-image] Mar 09 20:04:03.375 INFO O| Mar 09 20:04:03.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76702026-03-09T20:04:05.498Z[ recovery-image] Mar 09 20:04:03.375 INFO O| Mar 09 20:04:03.375 INFO STEP 964 (remove_files) COMPLETE
76712026-03-09T20:04:05.498Z[ recovery-image] Mar 09 20:04:03.375 INFO O| Mar 09 20:04:03.375 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722026-03-09T20:04:05.503Z[ recovery-image] Mar 09 20:04:03.383 INFO O| Mar 09 20:04:03.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76732026-03-09T20:04:05.507Z[ recovery-image] Mar 09 20:04:03.383 INFO O| Mar 09 20:04:03.383 INFO STEP 965 (remove_files) COMPLETE
76742026-03-09T20:04:05.507Z[ recovery-image] Mar 09 20:04:03.383 INFO O| Mar 09 20:04:03.383 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752026-03-09T20:04:05.511Z[ recovery-image] Mar 09 20:04:03.391 INFO O| Mar 09 20:04:03.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76762026-03-09T20:04:05.511Z[ recovery-image] Mar 09 20:04:03.391 INFO O| Mar 09 20:04:03.391 INFO STEP 966 (remove_files) COMPLETE
76772026-03-09T20:04:05.514Z[ recovery-image] Mar 09 20:04:03.391 INFO O| Mar 09 20:04:03.391 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782026-03-09T20:04:05.519Z[ recovery-image] Mar 09 20:04:03.399 INFO O| Mar 09 20:04:03.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76792026-03-09T20:04:05.519Z[ recovery-image] Mar 09 20:04:03.399 INFO O| Mar 09 20:04:03.399 INFO STEP 967 (remove_files) COMPLETE
76802026-03-09T20:04:05.519Z[ recovery-image] Mar 09 20:04:03.399 INFO O| Mar 09 20:04:03.399 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812026-03-09T20:04:05.527Z[ recovery-image] Mar 09 20:04:03.407 INFO O| Mar 09 20:04:03.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76822026-03-09T20:04:05.527Z[ recovery-image] Mar 09 20:04:03.407 INFO O| Mar 09 20:04:03.407 INFO STEP 968 (remove_files) COMPLETE
76832026-03-09T20:04:05.528Z[ recovery-image] Mar 09 20:04:03.407 INFO O| Mar 09 20:04:03.407 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842026-03-09T20:04:05.537Z[ recovery-image] Mar 09 20:04:03.416 INFO O| Mar 09 20:04:03.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76852026-03-09T20:04:05.540Z[ recovery-image] Mar 09 20:04:03.417 INFO O| Mar 09 20:04:03.417 INFO STEP 969 (remove_files) COMPLETE
76862026-03-09T20:04:05.540Z[ recovery-image] Mar 09 20:04:03.417 INFO O| Mar 09 20:04:03.417 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872026-03-09T20:04:05.547Z[ recovery-image] Mar 09 20:04:03.426 INFO O| Mar 09 20:04:03.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76882026-03-09T20:04:05.547Z[ recovery-image] Mar 09 20:04:03.427 INFO O| Mar 09 20:04:03.426 INFO STEP 970 (remove_files) COMPLETE
76892026-03-09T20:04:05.549Z[ recovery-image] Mar 09 20:04:03.427 INFO O| Mar 09 20:04:03.426 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902026-03-09T20:04:05.557Z[ recovery-image] Mar 09 20:04:03.437 INFO O| Mar 09 20:04:03.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76912026-03-09T20:04:05.561Z[ recovery-image] Mar 09 20:04:03.437 INFO O| Mar 09 20:04:03.437 INFO STEP 971 (remove_files) COMPLETE
76922026-03-09T20:04:05.561Z[ recovery-image] Mar 09 20:04:03.437 INFO O| Mar 09 20:04:03.437 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932026-03-09T20:04:05.567Z[ recovery-image] Mar 09 20:04:03.447 INFO O| Mar 09 20:04:03.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76942026-03-09T20:04:05.567Z[ recovery-image] Mar 09 20:04:03.447 INFO O| Mar 09 20:04:03.447 INFO STEP 972 (remove_files) COMPLETE
76952026-03-09T20:04:05.570Z[ recovery-image] Mar 09 20:04:03.447 INFO O| Mar 09 20:04:03.447 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962026-03-09T20:04:05.575Z[ recovery-image] Mar 09 20:04:03.455 INFO O| Mar 09 20:04:03.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76972026-03-09T20:04:05.575Z[ recovery-image] Mar 09 20:04:03.455 INFO O| Mar 09 20:04:03.455 INFO STEP 973 (remove_files) COMPLETE
76982026-03-09T20:04:05.578Z[ recovery-image] Mar 09 20:04:03.455 INFO O| Mar 09 20:04:03.455 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992026-03-09T20:04:05.585Z[ recovery-image] Mar 09 20:04:03.465 INFO O| Mar 09 20:04:03.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77002026-03-09T20:04:05.585Z[ recovery-image] Mar 09 20:04:03.465 INFO O| Mar 09 20:04:03.465 INFO STEP 974 (remove_files) COMPLETE
77012026-03-09T20:04:05.588Z[ recovery-image] Mar 09 20:04:03.465 INFO O| Mar 09 20:04:03.465 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022026-03-09T20:04:05.593Z[ recovery-image] Mar 09 20:04:03.473 INFO O| Mar 09 20:04:03.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77032026-03-09T20:04:05.596Z[ recovery-image] Mar 09 20:04:03.473 INFO O| Mar 09 20:04:03.473 INFO STEP 975 (remove_files) COMPLETE
77042026-03-09T20:04:05.596Z[ recovery-image] Mar 09 20:04:03.473 INFO O| Mar 09 20:04:03.473 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052026-03-09T20:04:05.603Z[ recovery-image] Mar 09 20:04:03.483 INFO O| Mar 09 20:04:03.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77062026-03-09T20:04:05.606Z[ recovery-image] Mar 09 20:04:03.483 INFO O| Mar 09 20:04:03.483 INFO STEP 976 (remove_files) COMPLETE
77072026-03-09T20:04:05.606Z[ recovery-image] Mar 09 20:04:03.483 INFO O| Mar 09 20:04:03.483 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082026-03-09T20:04:05.611Z[ recovery-image] Mar 09 20:04:03.491 INFO O| Mar 09 20:04:03.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77092026-03-09T20:04:05.614Z[ recovery-image] Mar 09 20:04:03.491 INFO O| Mar 09 20:04:03.491 INFO STEP 977 (remove_files) COMPLETE
77102026-03-09T20:04:05.614Z[ recovery-image] Mar 09 20:04:03.491 INFO O| Mar 09 20:04:03.491 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112026-03-09T20:04:05.619Z[ recovery-image] Mar 09 20:04:03.499 INFO O| Mar 09 20:04:03.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77122026-03-09T20:04:05.619Z[ recovery-image] Mar 09 20:04:03.499 INFO O| Mar 09 20:04:03.499 INFO STEP 978 (remove_files) COMPLETE
77132026-03-09T20:04:05.623Z[ recovery-image] Mar 09 20:04:03.499 INFO O| Mar 09 20:04:03.499 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142026-03-09T20:04:05.628Z[ recovery-image] Mar 09 20:04:03.508 INFO O| Mar 09 20:04:03.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77152026-03-09T20:04:05.631Z[ recovery-image] Mar 09 20:04:03.508 INFO O| Mar 09 20:04:03.508 INFO STEP 979 (remove_files) COMPLETE
77162026-03-09T20:04:05.631Z[ recovery-image] Mar 09 20:04:03.508 INFO O| Mar 09 20:04:03.508 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172026-03-09T20:04:05.638Z[ recovery-image] Mar 09 20:04:03.518 INFO O| Mar 09 20:04:03.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77182026-03-09T20:04:05.641Z[ recovery-image] Mar 09 20:04:03.518 INFO O| Mar 09 20:04:03.518 INFO STEP 980 (remove_files) COMPLETE
77192026-03-09T20:04:05.642Z[ recovery-image] Mar 09 20:04:03.518 INFO O| Mar 09 20:04:03.518 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202026-03-09T20:04:05.646Z[ recovery-image] Mar 09 20:04:03.526 INFO O| Mar 09 20:04:03.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77212026-03-09T20:04:05.646Z[ recovery-image] Mar 09 20:04:03.526 INFO O| Mar 09 20:04:03.526 INFO STEP 981 (remove_files) COMPLETE
77222026-03-09T20:04:05.649Z[ recovery-image] Mar 09 20:04:03.526 INFO O| Mar 09 20:04:03.526 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232026-03-09T20:04:05.656Z[ recovery-image] Mar 09 20:04:03.536 INFO O| Mar 09 20:04:03.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77242026-03-09T20:04:05.659Z[ recovery-image] Mar 09 20:04:03.537 INFO O| Mar 09 20:04:03.537 INFO STEP 982 (remove_files) COMPLETE
77252026-03-09T20:04:05.659Z[ recovery-image] Mar 09 20:04:03.537 INFO O| Mar 09 20:04:03.537 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262026-03-09T20:04:05.666Z[ recovery-image] Mar 09 20:04:03.546 INFO O| Mar 09 20:04:03.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77272026-03-09T20:04:05.669Z[ recovery-image] Mar 09 20:04:03.547 INFO O| Mar 09 20:04:03.547 INFO STEP 983 (remove_files) COMPLETE
77282026-03-09T20:04:05.669Z[ recovery-image] Mar 09 20:04:03.547 INFO O| Mar 09 20:04:03.547 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292026-03-09T20:04:05.676Z[ recovery-image] Mar 09 20:04:03.556 INFO O| Mar 09 20:04:03.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77302026-03-09T20:04:05.676Z[ recovery-image] Mar 09 20:04:03.556 INFO O| Mar 09 20:04:03.556 INFO STEP 984 (remove_files) COMPLETE
77312026-03-09T20:04:05.680Z[ recovery-image] Mar 09 20:04:03.556 INFO O| Mar 09 20:04:03.556 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322026-03-09T20:04:05.685Z[ recovery-image] Mar 09 20:04:03.565 INFO O| Mar 09 20:04:03.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77332026-03-09T20:04:05.689Z[ recovery-image] Mar 09 20:04:03.565 INFO O| Mar 09 20:04:03.565 INFO STEP 985 (remove_files) COMPLETE
77342026-03-09T20:04:05.689Z[ recovery-image] Mar 09 20:04:03.565 INFO O| Mar 09 20:04:03.565 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352026-03-09T20:04:05.693Z[ recovery-image] Mar 09 20:04:03.573 INFO O| Mar 09 20:04:03.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77362026-03-09T20:04:05.696Z[ recovery-image] Mar 09 20:04:03.573 INFO O| Mar 09 20:04:03.573 INFO STEP 986 (remove_files) COMPLETE
77372026-03-09T20:04:05.696Z[ recovery-image] Mar 09 20:04:03.573 INFO O| Mar 09 20:04:03.573 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382026-03-09T20:04:05.702Z[ recovery-image] Mar 09 20:04:03.582 INFO O| Mar 09 20:04:03.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77392026-03-09T20:04:05.702Z[ recovery-image] Mar 09 20:04:03.582 INFO O| Mar 09 20:04:03.582 INFO STEP 987 (remove_files) COMPLETE
77402026-03-09T20:04:05.705Z[ recovery-image] Mar 09 20:04:03.582 INFO O| Mar 09 20:04:03.582 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412026-03-09T20:04:05.711Z[ recovery-image] Mar 09 20:04:03.591 INFO O| Mar 09 20:04:03.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77422026-03-09T20:04:05.757Z[ recovery-image] Mar 09 20:04:03.591 INFO O| Mar 09 20:04:03.591 INFO STEP 988 (remove_files) COMPLETE
77432026-03-09T20:04:05.757Z[ recovery-image] Mar 09 20:04:03.591 INFO O| Mar 09 20:04:03.591 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.599 INFO O| Mar 09 20:04:03.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77452026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.599 INFO O| Mar 09 20:04:03.599 INFO STEP 989 (remove_files) COMPLETE
77462026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.599 INFO O| Mar 09 20:04:03.599 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.608 INFO O| Mar 09 20:04:03.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77482026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.608 INFO O| Mar 09 20:04:03.608 INFO STEP 990 (remove_files) COMPLETE
77492026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.608 INFO O| Mar 09 20:04:03.608 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.616 INFO O| Mar 09 20:04:03.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77512026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.616 INFO O| Mar 09 20:04:03.616 INFO STEP 991 (remove_files) COMPLETE
77522026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.616 INFO O| Mar 09 20:04:03.616 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.625 INFO O| Mar 09 20:04:03.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77542026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.625 INFO O| Mar 09 20:04:03.625 INFO STEP 992 (remove_files) COMPLETE
77552026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.625 INFO O| Mar 09 20:04:03.625 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.635 INFO O| Mar 09 20:04:03.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77572026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.635 INFO O| Mar 09 20:04:03.635 INFO STEP 993 (remove_files) COMPLETE
77582026-03-09T20:04:05.758Z[ recovery-image] Mar 09 20:04:03.635 INFO O| Mar 09 20:04:03.635 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592026-03-09T20:04:05.765Z[ recovery-image] Mar 09 20:04:03.645 INFO O| Mar 09 20:04:03.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77602026-03-09T20:04:05.765Z[ recovery-image] Mar 09 20:04:03.645 INFO O| Mar 09 20:04:03.645 INFO STEP 994 (remove_files) COMPLETE
77612026-03-09T20:04:05.765Z[ recovery-image] Mar 09 20:04:03.645 INFO O| Mar 09 20:04:03.645 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622026-03-09T20:04:05.774Z[ recovery-image] Mar 09 20:04:03.654 INFO O| Mar 09 20:04:03.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77632026-03-09T20:04:05.777Z[ recovery-image] Mar 09 20:04:03.654 INFO O| Mar 09 20:04:03.654 INFO STEP 995 (remove_files) COMPLETE
77642026-03-09T20:04:05.777Z[ recovery-image] Mar 09 20:04:03.654 INFO O| Mar 09 20:04:03.654 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652026-03-09T20:04:05.783Z[ recovery-image] Mar 09 20:04:03.663 INFO O| Mar 09 20:04:03.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77662026-03-09T20:04:05.786Z[ recovery-image] Mar 09 20:04:03.663 INFO O| Mar 09 20:04:03.663 INFO STEP 996 (remove_files) COMPLETE
77672026-03-09T20:04:05.786Z[ recovery-image] Mar 09 20:04:03.663 INFO O| Mar 09 20:04:03.663 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682026-03-09T20:04:05.791Z[ recovery-image] Mar 09 20:04:03.671 INFO O| Mar 09 20:04:03.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77692026-03-09T20:04:05.791Z[ recovery-image] Mar 09 20:04:03.671 INFO O| Mar 09 20:04:03.671 INFO STEP 997 (remove_files) COMPLETE
77702026-03-09T20:04:05.791Z[ recovery-image] Mar 09 20:04:03.671 INFO O| Mar 09 20:04:03.671 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712026-03-09T20:04:05.801Z[ recovery-image] Mar 09 20:04:03.681 INFO O| Mar 09 20:04:03.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77722026-03-09T20:04:05.804Z[ recovery-image] Mar 09 20:04:03.681 INFO O| Mar 09 20:04:03.681 INFO STEP 998 (remove_files) COMPLETE
77732026-03-09T20:04:05.804Z[ recovery-image] Mar 09 20:04:03.681 INFO O| Mar 09 20:04:03.681 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742026-03-09T20:04:05.812Z[ recovery-image] Mar 09 20:04:03.691 INFO O| Mar 09 20:04:03.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77752026-03-09T20:04:05.815Z[ recovery-image] Mar 09 20:04:03.691 INFO O| Mar 09 20:04:03.691 INFO STEP 999 (remove_files) COMPLETE
77762026-03-09T20:04:05.815Z[ recovery-image] Mar 09 20:04:03.692 INFO O| Mar 09 20:04:03.691 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772026-03-09T20:04:05.820Z[ recovery-image] Mar 09 20:04:03.700 INFO O| Mar 09 20:04:03.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77782026-03-09T20:04:05.823Z[ recovery-image] Mar 09 20:04:03.700 INFO O| Mar 09 20:04:03.700 INFO STEP 1000 (remove_files) COMPLETE
77792026-03-09T20:04:05.823Z[ recovery-image] Mar 09 20:04:03.700 INFO O| Mar 09 20:04:03.700 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802026-03-09T20:04:05.830Z[ recovery-image] Mar 09 20:04:03.710 INFO O| Mar 09 20:04:03.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77812026-03-09T20:04:05.831Z[ recovery-image] Mar 09 20:04:03.710 INFO O| Mar 09 20:04:03.710 INFO STEP 1001 (remove_files) COMPLETE
77822026-03-09T20:04:05.831Z[ recovery-image] Mar 09 20:04:03.710 INFO O| Mar 09 20:04:03.710 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832026-03-09T20:04:05.841Z[ recovery-image] Mar 09 20:04:03.721 INFO O| Mar 09 20:04:03.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77842026-03-09T20:04:05.841Z[ recovery-image] Mar 09 20:04:03.721 INFO O| Mar 09 20:04:03.721 INFO STEP 1002 (remove_files) COMPLETE
77852026-03-09T20:04:05.844Z[ recovery-image] Mar 09 20:04:03.721 INFO O| Mar 09 20:04:03.721 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862026-03-09T20:04:05.850Z[ recovery-image] Mar 09 20:04:03.729 INFO O| Mar 09 20:04:03.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77872026-03-09T20:04:05.850Z[ recovery-image] Mar 09 20:04:03.730 INFO O| Mar 09 20:04:03.730 INFO STEP 1003 (remove_files) COMPLETE
77882026-03-09T20:04:05.853Z[ recovery-image] Mar 09 20:04:03.730 INFO O| Mar 09 20:04:03.730 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892026-03-09T20:04:05.858Z[ recovery-image] Mar 09 20:04:03.738 INFO O| Mar 09 20:04:03.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77902026-03-09T20:04:05.861Z[ recovery-image] Mar 09 20:04:03.738 INFO O| Mar 09 20:04:03.738 INFO STEP 1004 (remove_files) COMPLETE
77912026-03-09T20:04:05.861Z[ recovery-image] Mar 09 20:04:03.738 INFO O| Mar 09 20:04:03.738 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922026-03-09T20:04:05.866Z[ recovery-image] Mar 09 20:04:03.746 INFO O| Mar 09 20:04:03.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77932026-03-09T20:04:05.866Z[ recovery-image] Mar 09 20:04:03.746 INFO O| Mar 09 20:04:03.746 INFO STEP 1005 (remove_files) COMPLETE
77942026-03-09T20:04:05.869Z[ recovery-image] Mar 09 20:04:03.746 INFO O| Mar 09 20:04:03.746 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952026-03-09T20:04:05.874Z[ recovery-image] Mar 09 20:04:03.754 INFO O| Mar 09 20:04:03.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77962026-03-09T20:04:05.877Z[ recovery-image] Mar 09 20:04:03.754 INFO O| Mar 09 20:04:03.754 INFO STEP 1006 (remove_files) COMPLETE
77972026-03-09T20:04:05.877Z[ recovery-image] Mar 09 20:04:03.754 INFO O| Mar 09 20:04:03.754 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982026-03-09T20:04:05.883Z[ recovery-image] Mar 09 20:04:03.763 INFO O| Mar 09 20:04:03.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77992026-03-09T20:04:05.883Z[ recovery-image] Mar 09 20:04:03.763 INFO O| Mar 09 20:04:03.763 INFO STEP 1007 (remove_files) COMPLETE
78002026-03-09T20:04:05.886Z[ recovery-image] Mar 09 20:04:03.763 INFO O| Mar 09 20:04:03.763 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012026-03-09T20:04:05.890Z[ recovery-image] Mar 09 20:04:03.770 INFO O| Mar 09 20:04:03.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78022026-03-09T20:04:05.893Z[ recovery-image] Mar 09 20:04:03.770 INFO O| Mar 09 20:04:03.770 INFO STEP 1008 (remove_files) COMPLETE
78032026-03-09T20:04:05.894Z[ recovery-image] Mar 09 20:04:03.770 INFO O| Mar 09 20:04:03.770 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042026-03-09T20:04:05.898Z[ recovery-image] Mar 09 20:04:03.778 INFO O| Mar 09 20:04:03.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78052026-03-09T20:04:05.901Z[ recovery-image] Mar 09 20:04:03.778 INFO O| Mar 09 20:04:03.778 INFO STEP 1009 (remove_files) COMPLETE
78062026-03-09T20:04:05.901Z[ recovery-image] Mar 09 20:04:03.778 INFO O| Mar 09 20:04:03.778 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072026-03-09T20:04:05.905Z[ recovery-image] Mar 09 20:04:03.785 INFO O| Mar 09 20:04:03.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78082026-03-09T20:04:05.908Z[ recovery-image] Mar 09 20:04:03.785 INFO O| Mar 09 20:04:03.785 INFO STEP 1010 (remove_files) COMPLETE
78092026-03-09T20:04:05.908Z[ recovery-image] Mar 09 20:04:03.785 INFO O| Mar 09 20:04:03.785 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102026-03-09T20:04:05.914Z[ recovery-image] Mar 09 20:04:03.793 INFO O| Mar 09 20:04:03.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78112026-03-09T20:04:05.914Z[ recovery-image] Mar 09 20:04:03.793 INFO O| Mar 09 20:04:03.793 INFO STEP 1011 (remove_files) COMPLETE
78122026-03-09T20:04:05.917Z[ recovery-image] Mar 09 20:04:03.793 INFO O| Mar 09 20:04:03.793 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132026-03-09T20:04:05.922Z[ recovery-image] Mar 09 20:04:03.802 INFO O| Mar 09 20:04:03.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78142026-03-09T20:04:05.922Z[ recovery-image] Mar 09 20:04:03.802 INFO O| Mar 09 20:04:03.802 INFO STEP 1012 (remove_files) COMPLETE
78152026-03-09T20:04:05.922Z[ recovery-image] Mar 09 20:04:03.802 INFO O| Mar 09 20:04:03.802 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162026-03-09T20:04:05.930Z[ recovery-image] Mar 09 20:04:03.810 INFO O| Mar 09 20:04:03.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78172026-03-09T20:04:05.930Z[ recovery-image] Mar 09 20:04:03.810 INFO O| Mar 09 20:04:03.810 INFO STEP 1013 (remove_files) COMPLETE
78182026-03-09T20:04:05.930Z[ recovery-image] Mar 09 20:04:03.810 INFO O| Mar 09 20:04:03.810 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192026-03-09T20:04:05.938Z[ recovery-image] Mar 09 20:04:03.818 INFO O| Mar 09 20:04:03.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78202026-03-09T20:04:05.938Z[ recovery-image] Mar 09 20:04:03.818 INFO O| Mar 09 20:04:03.818 INFO STEP 1014 (remove_files) COMPLETE
78212026-03-09T20:04:05.941Z[ recovery-image] Mar 09 20:04:03.818 INFO O| Mar 09 20:04:03.818 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222026-03-09T20:04:05.947Z[ recovery-image] Mar 09 20:04:03.827 INFO O| Mar 09 20:04:03.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78232026-03-09T20:04:05.947Z[ recovery-image] Mar 09 20:04:03.827 INFO O| Mar 09 20:04:03.827 INFO STEP 1015 (remove_files) COMPLETE
78242026-03-09T20:04:05.947Z[ recovery-image] Mar 09 20:04:03.827 INFO O| Mar 09 20:04:03.827 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252026-03-09T20:04:05.957Z[ recovery-image] Mar 09 20:04:03.837 INFO O| Mar 09 20:04:03.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78262026-03-09T20:04:05.957Z[ recovery-image] Mar 09 20:04:03.837 INFO O| Mar 09 20:04:03.837 INFO STEP 1016 (remove_files) COMPLETE
78272026-03-09T20:04:05.961Z[ recovery-image] Mar 09 20:04:03.837 INFO O| Mar 09 20:04:03.837 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282026-03-09T20:04:05.967Z[ recovery-image] Mar 09 20:04:03.846 INFO O| Mar 09 20:04:03.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78292026-03-09T20:04:05.967Z[ recovery-image] Mar 09 20:04:03.846 INFO O| Mar 09 20:04:03.846 INFO STEP 1017 (remove_files) COMPLETE
78302026-03-09T20:04:05.967Z[ recovery-image] Mar 09 20:04:03.846 INFO O| Mar 09 20:04:03.846 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312026-03-09T20:04:05.975Z[ recovery-image] Mar 09 20:04:03.854 INFO O| Mar 09 20:04:03.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78322026-03-09T20:04:05.975Z[ recovery-image] Mar 09 20:04:03.854 INFO O| Mar 09 20:04:03.854 INFO STEP 1018 (remove_files) COMPLETE
78332026-03-09T20:04:05.978Z[ recovery-image] Mar 09 20:04:03.854 INFO O| Mar 09 20:04:03.854 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342026-03-09T20:04:05.984Z[ recovery-image] Mar 09 20:04:03.863 INFO O| Mar 09 20:04:03.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78352026-03-09T20:04:05.984Z[ recovery-image] Mar 09 20:04:03.864 INFO O| Mar 09 20:04:03.863 INFO STEP 1019 (remove_files) COMPLETE
78362026-03-09T20:04:05.987Z[ recovery-image] Mar 09 20:04:03.864 INFO O| Mar 09 20:04:03.864 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372026-03-09T20:04:05.992Z[ recovery-image] Mar 09 20:04:03.872 INFO O| Mar 09 20:04:03.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78382026-03-09T20:04:05.992Z[ recovery-image] Mar 09 20:04:03.872 INFO O| Mar 09 20:04:03.872 INFO STEP 1020 (remove_files) COMPLETE
78392026-03-09T20:04:05.995Z[ recovery-image] Mar 09 20:04:03.872 INFO O| Mar 09 20:04:03.872 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402026-03-09T20:04:06.002Z[ recovery-image] Mar 09 20:04:03.881 INFO O| Mar 09 20:04:03.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78412026-03-09T20:04:06.006Z[ recovery-image] Mar 09 20:04:03.881 INFO O| Mar 09 20:04:03.881 INFO STEP 1021 (remove_files) COMPLETE
78422026-03-09T20:04:06.006Z[ recovery-image] Mar 09 20:04:03.882 INFO O| Mar 09 20:04:03.881 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432026-03-09T20:04:06.011Z[ recovery-image] Mar 09 20:04:03.891 INFO O| Mar 09 20:04:03.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78442026-03-09T20:04:06.011Z[ recovery-image] Mar 09 20:04:03.891 INFO O| Mar 09 20:04:03.891 INFO STEP 1022 (remove_files) COMPLETE
78452026-03-09T20:04:06.014Z[ recovery-image] Mar 09 20:04:03.891 INFO O| Mar 09 20:04:03.891 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462026-03-09T20:04:06.021Z[ recovery-image] Mar 09 20:04:03.900 INFO O| Mar 09 20:04:03.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78472026-03-09T20:04:06.021Z[ recovery-image] Mar 09 20:04:03.901 INFO O| Mar 09 20:04:03.900 INFO STEP 1023 (remove_files) COMPLETE
78482026-03-09T20:04:06.024Z[ recovery-image] Mar 09 20:04:03.901 INFO O| Mar 09 20:04:03.901 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492026-03-09T20:04:06.029Z[ recovery-image] Mar 09 20:04:03.909 INFO O| Mar 09 20:04:03.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78502026-03-09T20:04:06.029Z[ recovery-image] Mar 09 20:04:03.909 INFO O| Mar 09 20:04:03.909 INFO STEP 1024 (remove_files) COMPLETE
78512026-03-09T20:04:06.029Z[ recovery-image] Mar 09 20:04:03.909 INFO O| Mar 09 20:04:03.909 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522026-03-09T20:04:06.038Z[ recovery-image] Mar 09 20:04:03.917 INFO O| Mar 09 20:04:03.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78532026-03-09T20:04:06.041Z[ recovery-image] Mar 09 20:04:03.918 INFO O| Mar 09 20:04:03.917 INFO STEP 1025 (remove_files) COMPLETE
78542026-03-09T20:04:06.041Z[ recovery-image] Mar 09 20:04:03.918 INFO O| Mar 09 20:04:03.917 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552026-03-09T20:04:06.045Z[ recovery-image] Mar 09 20:04:03.925 INFO O| Mar 09 20:04:03.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78562026-03-09T20:04:06.048Z[ recovery-image] Mar 09 20:04:03.925 INFO O| Mar 09 20:04:03.925 INFO STEP 1026 (remove_files) COMPLETE
78572026-03-09T20:04:06.048Z[ recovery-image] Mar 09 20:04:03.925 INFO O| Mar 09 20:04:03.925 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582026-03-09T20:04:06.053Z[ recovery-image] Mar 09 20:04:03.933 INFO O| Mar 09 20:04:03.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78592026-03-09T20:04:06.056Z[ recovery-image] Mar 09 20:04:03.933 INFO O| Mar 09 20:04:03.933 INFO STEP 1027 (remove_files) COMPLETE
78602026-03-09T20:04:06.056Z[ recovery-image] Mar 09 20:04:03.933 INFO O| Mar 09 20:04:03.933 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612026-03-09T20:04:06.063Z[ recovery-image] Mar 09 20:04:03.943 INFO O| Mar 09 20:04:03.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78622026-03-09T20:04:06.063Z[ recovery-image] Mar 09 20:04:03.943 INFO O| Mar 09 20:04:03.943 INFO STEP 1028 (remove_files) COMPLETE
78632026-03-09T20:04:06.063Z[ recovery-image] Mar 09 20:04:03.943 INFO O| Mar 09 20:04:03.943 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642026-03-09T20:04:06.073Z[ recovery-image] Mar 09 20:04:03.953 INFO O| Mar 09 20:04:03.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78652026-03-09T20:04:06.073Z[ recovery-image] Mar 09 20:04:03.953 INFO O| Mar 09 20:04:03.953 INFO STEP 1029 (remove_files) COMPLETE
78662026-03-09T20:04:06.076Z[ recovery-image] Mar 09 20:04:03.953 INFO O| Mar 09 20:04:03.953 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672026-03-09T20:04:06.085Z[ recovery-image] Mar 09 20:04:03.964 INFO O| Mar 09 20:04:03.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78682026-03-09T20:04:06.085Z[ recovery-image] Mar 09 20:04:03.964 INFO O| Mar 09 20:04:03.964 INFO STEP 1030 (remove_files) COMPLETE
78692026-03-09T20:04:06.088Z[ recovery-image] Mar 09 20:04:03.964 INFO O| Mar 09 20:04:03.964 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702026-03-09T20:04:06.093Z[ recovery-image] Mar 09 20:04:03.973 INFO O| Mar 09 20:04:03.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78712026-03-09T20:04:06.093Z[ recovery-image] Mar 09 20:04:03.973 INFO O| Mar 09 20:04:03.973 INFO STEP 1031 (remove_files) COMPLETE
78722026-03-09T20:04:06.096Z[ recovery-image] Mar 09 20:04:03.973 INFO O| Mar 09 20:04:03.973 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732026-03-09T20:04:06.103Z[ recovery-image] Mar 09 20:04:03.982 INFO O| Mar 09 20:04:03.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78742026-03-09T20:04:06.103Z[ recovery-image] Mar 09 20:04:03.982 INFO O| Mar 09 20:04:03.982 INFO STEP 1032 (remove_files) COMPLETE
78752026-03-09T20:04:06.106Z[ recovery-image] Mar 09 20:04:03.982 INFO O| Mar 09 20:04:03.982 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762026-03-09T20:04:06.113Z[ recovery-image] Mar 09 20:04:03.992 INFO O| Mar 09 20:04:03.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78772026-03-09T20:04:06.113Z[ recovery-image] Mar 09 20:04:03.993 INFO O| Mar 09 20:04:03.993 INFO STEP 1033 (remove_files) COMPLETE
78782026-03-09T20:04:06.116Z[ recovery-image] Mar 09 20:04:03.993 INFO O| Mar 09 20:04:03.993 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792026-03-09T20:04:06.123Z[ recovery-image] Mar 09 20:04:04.002 INFO O| Mar 09 20:04:04.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78802026-03-09T20:04:06.123Z[ recovery-image] Mar 09 20:04:04.002 INFO O| Mar 09 20:04:04.002 INFO STEP 1034 (remove_files) COMPLETE
78812026-03-09T20:04:06.126Z[ recovery-image] Mar 09 20:04:04.003 INFO O| Mar 09 20:04:04.002 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822026-03-09T20:04:06.134Z[ recovery-image] Mar 09 20:04:04.014 INFO O| Mar 09 20:04:04.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78832026-03-09T20:04:06.134Z[ recovery-image] Mar 09 20:04:04.014 INFO O| Mar 09 20:04:04.014 INFO STEP 1035 (remove_files) COMPLETE
78842026-03-09T20:04:06.134Z[ recovery-image] Mar 09 20:04:04.014 INFO O| Mar 09 20:04:04.014 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852026-03-09T20:04:06.146Z[ recovery-image] Mar 09 20:04:04.025 INFO O| Mar 09 20:04:04.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78862026-03-09T20:04:06.146Z[ recovery-image] Mar 09 20:04:04.026 INFO O| Mar 09 20:04:04.026 INFO STEP 1036 (remove_files) COMPLETE
78872026-03-09T20:04:06.150Z[ recovery-image] Mar 09 20:04:04.026 INFO O| Mar 09 20:04:04.026 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882026-03-09T20:04:06.156Z[ recovery-image] Mar 09 20:04:04.036 INFO O| Mar 09 20:04:04.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78892026-03-09T20:04:06.169Z[ recovery-image] Mar 09 20:04:04.036 INFO O| Mar 09 20:04:04.036 INFO STEP 1037 (remove_files) COMPLETE
78902026-03-09T20:04:06.169Z[ recovery-image] Mar 09 20:04:04.036 INFO O| Mar 09 20:04:04.036 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912026-03-09T20:04:06.169Z[ recovery-image] Mar 09 20:04:04.046 INFO O| Mar 09 20:04:04.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78922026-03-09T20:04:06.169Z[ recovery-image] Mar 09 20:04:04.046 INFO O| Mar 09 20:04:04.046 INFO STEP 1038 (remove_files) COMPLETE
78932026-03-09T20:04:06.169Z[ recovery-image] Mar 09 20:04:04.046 INFO O| Mar 09 20:04:04.046 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942026-03-09T20:04:06.176Z[ recovery-image] Mar 09 20:04:04.056 INFO O| Mar 09 20:04:04.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78952026-03-09T20:04:06.179Z[ recovery-image] Mar 09 20:04:04.056 INFO O| Mar 09 20:04:04.056 INFO STEP 1039 (remove_files) COMPLETE
78962026-03-09T20:04:06.179Z[ recovery-image] Mar 09 20:04:04.056 INFO O| Mar 09 20:04:04.056 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972026-03-09T20:04:06.186Z[ recovery-image] Mar 09 20:04:04.065 INFO O| Mar 09 20:04:04.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78982026-03-09T20:04:06.186Z[ recovery-image] Mar 09 20:04:04.065 INFO O| Mar 09 20:04:04.065 INFO STEP 1040 (remove_files) COMPLETE
78992026-03-09T20:04:06.186Z[ recovery-image] Mar 09 20:04:04.065 INFO O| Mar 09 20:04:04.065 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002026-03-09T20:04:06.197Z[ recovery-image] Mar 09 20:04:04.077 INFO O| Mar 09 20:04:04.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79012026-03-09T20:04:06.197Z[ recovery-image] Mar 09 20:04:04.077 INFO O| Mar 09 20:04:04.077 INFO STEP 1041 (remove_files) COMPLETE
79022026-03-09T20:04:06.197Z[ recovery-image] Mar 09 20:04:04.077 INFO O| Mar 09 20:04:04.077 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032026-03-09T20:04:06.207Z[ recovery-image] Mar 09 20:04:04.086 INFO O| Mar 09 20:04:04.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79042026-03-09T20:04:06.207Z[ recovery-image] Mar 09 20:04:04.087 INFO O| Mar 09 20:04:04.087 INFO STEP 1042 (remove_files) COMPLETE
79052026-03-09T20:04:06.215Z[ recovery-image] Mar 09 20:04:04.087 INFO O| Mar 09 20:04:04.087 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062026-03-09T20:04:06.218Z[ recovery-image] Mar 09 20:04:04.096 INFO O| Mar 09 20:04:04.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79072026-03-09T20:04:06.218Z[ recovery-image] Mar 09 20:04:04.096 INFO O| Mar 09 20:04:04.096 INFO STEP 1043 (remove_files) COMPLETE
79082026-03-09T20:04:06.218Z[ recovery-image] Mar 09 20:04:04.096 INFO O| Mar 09 20:04:04.096 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092026-03-09T20:04:06.225Z[ recovery-image] Mar 09 20:04:04.105 INFO O| Mar 09 20:04:04.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79102026-03-09T20:04:06.228Z[ recovery-image] Mar 09 20:04:04.105 INFO O| Mar 09 20:04:04.105 INFO STEP 1044 (remove_files) COMPLETE
79112026-03-09T20:04:06.228Z[ recovery-image] Mar 09 20:04:04.105 INFO O| Mar 09 20:04:04.105 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122026-03-09T20:04:06.235Z[ recovery-image] Mar 09 20:04:04.114 INFO O| Mar 09 20:04:04.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79132026-03-09T20:04:06.238Z[ recovery-image] Mar 09 20:04:04.115 INFO O| Mar 09 20:04:04.115 INFO STEP 1045 (remove_files) COMPLETE
79142026-03-09T20:04:06.238Z[ recovery-image] Mar 09 20:04:04.115 INFO O| Mar 09 20:04:04.115 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152026-03-09T20:04:06.246Z[ recovery-image] Mar 09 20:04:04.125 INFO O| Mar 09 20:04:04.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79162026-03-09T20:04:06.249Z[ recovery-image] Mar 09 20:04:04.125 INFO O| Mar 09 20:04:04.125 INFO STEP 1046 (remove_files) COMPLETE
79172026-03-09T20:04:06.249Z[ recovery-image] Mar 09 20:04:04.125 INFO O| Mar 09 20:04:04.125 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182026-03-09T20:04:06.256Z[ recovery-image] Mar 09 20:04:04.135 INFO O| Mar 09 20:04:04.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79192026-03-09T20:04:06.256Z[ recovery-image] Mar 09 20:04:04.135 INFO O| Mar 09 20:04:04.135 INFO STEP 1047 (remove_files) COMPLETE
79202026-03-09T20:04:06.259Z[ recovery-image] Mar 09 20:04:04.135 INFO O| Mar 09 20:04:04.135 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212026-03-09T20:04:06.264Z[ recovery-image] Mar 09 20:04:04.144 INFO O| Mar 09 20:04:04.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79222026-03-09T20:04:06.268Z[ recovery-image] Mar 09 20:04:04.144 INFO O| Mar 09 20:04:04.144 INFO STEP 1048 (remove_files) COMPLETE
79232026-03-09T20:04:06.268Z[ recovery-image] Mar 09 20:04:04.144 INFO O| Mar 09 20:04:04.144 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242026-03-09T20:04:06.276Z[ recovery-image] Mar 09 20:04:04.155 INFO O| Mar 09 20:04:04.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79252026-03-09T20:04:06.279Z[ recovery-image] Mar 09 20:04:04.155 INFO O| Mar 09 20:04:04.155 INFO STEP 1049 (remove_files) COMPLETE
79262026-03-09T20:04:06.279Z[ recovery-image] Mar 09 20:04:04.155 INFO O| Mar 09 20:04:04.155 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272026-03-09T20:04:06.286Z[ recovery-image] Mar 09 20:04:04.166 INFO O| Mar 09 20:04:04.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79282026-03-09T20:04:06.286Z[ recovery-image] Mar 09 20:04:04.166 INFO O| Mar 09 20:04:04.166 INFO STEP 1050 (remove_files) COMPLETE
79292026-03-09T20:04:06.290Z[ recovery-image] Mar 09 20:04:04.166 INFO O| Mar 09 20:04:04.166 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302026-03-09T20:04:06.297Z[ recovery-image] Mar 09 20:04:04.176 INFO O| Mar 09 20:04:04.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79312026-03-09T20:04:06.300Z[ recovery-image] Mar 09 20:04:04.176 INFO O| Mar 09 20:04:04.176 INFO STEP 1051 (remove_files) COMPLETE
79322026-03-09T20:04:06.300Z[ recovery-image] Mar 09 20:04:04.176 INFO O| Mar 09 20:04:04.176 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332026-03-09T20:04:06.307Z[ recovery-image] Mar 09 20:04:04.187 INFO O| Mar 09 20:04:04.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79342026-03-09T20:04:06.310Z[ recovery-image] Mar 09 20:04:04.187 INFO O| Mar 09 20:04:04.187 INFO STEP 1052 (remove_files) COMPLETE
79352026-03-09T20:04:06.310Z[ recovery-image] Mar 09 20:04:04.187 INFO O| Mar 09 20:04:04.187 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362026-03-09T20:04:06.317Z[ recovery-image] Mar 09 20:04:04.196 INFO O| Mar 09 20:04:04.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79372026-03-09T20:04:06.317Z[ recovery-image] Mar 09 20:04:04.196 INFO O| Mar 09 20:04:04.196 INFO STEP 1053 (remove_files) COMPLETE
79382026-03-09T20:04:06.319Z[ recovery-image] Mar 09 20:04:04.196 INFO O| Mar 09 20:04:04.196 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392026-03-09T20:04:06.327Z[ recovery-image] Mar 09 20:04:04.206 INFO O| Mar 09 20:04:04.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79402026-03-09T20:04:06.327Z[ recovery-image] Mar 09 20:04:04.206 INFO O| Mar 09 20:04:04.206 INFO STEP 1054 (remove_files) COMPLETE
79412026-03-09T20:04:06.330Z[ recovery-image] Mar 09 20:04:04.206 INFO O| Mar 09 20:04:04.206 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422026-03-09T20:04:06.339Z[ recovery-image] Mar 09 20:04:04.218 INFO O| Mar 09 20:04:04.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79432026-03-09T20:04:06.339Z[ recovery-image] Mar 09 20:04:04.219 INFO O| Mar 09 20:04:04.219 INFO STEP 1055 (remove_files) COMPLETE
79442026-03-09T20:04:06.339Z[ recovery-image] Mar 09 20:04:04.219 INFO O| Mar 09 20:04:04.219 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452026-03-09T20:04:06.349Z[ recovery-image] Mar 09 20:04:04.229 INFO O| Mar 09 20:04:04.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79462026-03-09T20:04:06.350Z[ recovery-image] Mar 09 20:04:04.229 INFO O| Mar 09 20:04:04.229 INFO STEP 1056 (remove_files) COMPLETE
79472026-03-09T20:04:06.353Z[ recovery-image] Mar 09 20:04:04.229 INFO O| Mar 09 20:04:04.229 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482026-03-09T20:04:06.359Z[ recovery-image] Mar 09 20:04:04.239 INFO O| Mar 09 20:04:04.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79492026-03-09T20:04:06.359Z[ recovery-image] Mar 09 20:04:04.239 INFO O| Mar 09 20:04:04.239 INFO STEP 1057 (remove_files) COMPLETE
79502026-03-09T20:04:06.359Z[ recovery-image] Mar 09 20:04:04.239 INFO O| Mar 09 20:04:04.239 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512026-03-09T20:04:06.371Z[ recovery-image] Mar 09 20:04:04.250 INFO O| Mar 09 20:04:04.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79522026-03-09T20:04:06.371Z[ recovery-image] Mar 09 20:04:04.250 INFO O| Mar 09 20:04:04.250 INFO STEP 1058 (remove_files) COMPLETE
79532026-03-09T20:04:06.371Z[ recovery-image] Mar 09 20:04:04.250 INFO O| Mar 09 20:04:04.250 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542026-03-09T20:04:06.381Z[ recovery-image] Mar 09 20:04:04.261 INFO O| Mar 09 20:04:04.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79552026-03-09T20:04:06.385Z[ recovery-image] Mar 09 20:04:04.261 INFO O| Mar 09 20:04:04.261 INFO STEP 1059 (remove_files) COMPLETE
79562026-03-09T20:04:06.385Z[ recovery-image] Mar 09 20:04:04.261 INFO O| Mar 09 20:04:04.261 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572026-03-09T20:04:06.390Z[ recovery-image] Mar 09 20:04:04.270 INFO O| Mar 09 20:04:04.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79582026-03-09T20:04:06.391Z[ recovery-image] Mar 09 20:04:04.270 INFO O| Mar 09 20:04:04.270 INFO STEP 1060 (remove_files) COMPLETE
79592026-03-09T20:04:06.394Z[ recovery-image] Mar 09 20:04:04.270 INFO O| Mar 09 20:04:04.270 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602026-03-09T20:04:06.401Z[ recovery-image] Mar 09 20:04:04.280 INFO O| Mar 09 20:04:04.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79612026-03-09T20:04:06.401Z[ recovery-image] Mar 09 20:04:04.280 INFO O| Mar 09 20:04:04.280 INFO STEP 1061 (remove_files) COMPLETE
79622026-03-09T20:04:06.404Z[ recovery-image] Mar 09 20:04:04.280 INFO O| Mar 09 20:04:04.280 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632026-03-09T20:04:06.410Z[ recovery-image] Mar 09 20:04:04.290 INFO O| Mar 09 20:04:04.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79642026-03-09T20:04:06.413Z[ recovery-image] Mar 09 20:04:04.291 INFO O| Mar 09 20:04:04.291 INFO STEP 1062 (remove_files) COMPLETE
79652026-03-09T20:04:06.414Z[ recovery-image] Mar 09 20:04:04.291 INFO O| Mar 09 20:04:04.291 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662026-03-09T20:04:06.421Z[ recovery-image] Mar 09 20:04:04.301 INFO O| Mar 09 20:04:04.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79672026-03-09T20:04:06.421Z[ recovery-image] Mar 09 20:04:04.301 INFO O| Mar 09 20:04:04.301 INFO STEP 1063 (remove_files) COMPLETE
79682026-03-09T20:04:06.421Z[ recovery-image] Mar 09 20:04:04.301 INFO O| Mar 09 20:04:04.301 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692026-03-09T20:04:06.433Z[ recovery-image] Mar 09 20:04:04.313 INFO O| Mar 09 20:04:04.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79702026-03-09T20:04:06.433Z[ recovery-image] Mar 09 20:04:04.313 INFO O| Mar 09 20:04:04.313 INFO STEP 1064 (remove_files) COMPLETE
79712026-03-09T20:04:06.433Z[ recovery-image] Mar 09 20:04:04.313 INFO O| Mar 09 20:04:04.313 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722026-03-09T20:04:06.444Z[ recovery-image] Mar 09 20:04:04.324 INFO O| Mar 09 20:04:04.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79732026-03-09T20:04:06.444Z[ recovery-image] Mar 09 20:04:04.324 INFO O| Mar 09 20:04:04.324 INFO STEP 1065 (remove_files) COMPLETE
79742026-03-09T20:04:06.448Z[ recovery-image] Mar 09 20:04:04.324 INFO O| Mar 09 20:04:04.324 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752026-03-09T20:04:06.455Z[ recovery-image] Mar 09 20:04:04.334 INFO O| Mar 09 20:04:04.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79762026-03-09T20:04:06.455Z[ recovery-image] Mar 09 20:04:04.335 INFO O| Mar 09 20:04:04.335 INFO STEP 1066 (remove_files) COMPLETE
79772026-03-09T20:04:06.455Z[ recovery-image] Mar 09 20:04:04.335 INFO O| Mar 09 20:04:04.335 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782026-03-09T20:04:06.463Z[ recovery-image] Mar 09 20:04:04.342 INFO O| Mar 09 20:04:04.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79792026-03-09T20:04:06.463Z[ recovery-image] Mar 09 20:04:04.343 INFO O| Mar 09 20:04:04.343 INFO STEP 1067 (remove_files) COMPLETE
79802026-03-09T20:04:06.466Z[ recovery-image] Mar 09 20:04:04.343 INFO O| Mar 09 20:04:04.343 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812026-03-09T20:04:06.472Z[ recovery-image] Mar 09 20:04:04.351 INFO O| Mar 09 20:04:04.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79822026-03-09T20:04:06.475Z[ recovery-image] Mar 09 20:04:04.351 INFO O| Mar 09 20:04:04.351 INFO STEP 1068 (remove_files) COMPLETE
79832026-03-09T20:04:06.475Z[ recovery-image] Mar 09 20:04:04.351 INFO O| Mar 09 20:04:04.351 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842026-03-09T20:04:06.481Z[ recovery-image] Mar 09 20:04:04.360 INFO O| Mar 09 20:04:04.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79852026-03-09T20:04:06.481Z[ recovery-image] Mar 09 20:04:04.361 INFO O| Mar 09 20:04:04.360 INFO STEP 1069 (remove_files) COMPLETE
79862026-03-09T20:04:06.484Z[ recovery-image] Mar 09 20:04:04.361 INFO O| Mar 09 20:04:04.361 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872026-03-09T20:04:06.489Z[ recovery-image] Mar 09 20:04:04.369 INFO O| Mar 09 20:04:04.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79882026-03-09T20:04:06.489Z[ recovery-image] Mar 09 20:04:04.369 INFO O| Mar 09 20:04:04.369 INFO STEP 1070 (remove_files) COMPLETE
79892026-03-09T20:04:06.492Z[ recovery-image] Mar 09 20:04:04.369 INFO O| Mar 09 20:04:04.369 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902026-03-09T20:04:06.499Z[ recovery-image] Mar 09 20:04:04.378 INFO O| Mar 09 20:04:04.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79912026-03-09T20:04:06.501Z[ recovery-image] Mar 09 20:04:04.379 INFO O| Mar 09 20:04:04.379 INFO STEP 1071 (remove_files) COMPLETE
79922026-03-09T20:04:06.502Z[ recovery-image] Mar 09 20:04:04.379 INFO O| Mar 09 20:04:04.379 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932026-03-09T20:04:06.508Z[ recovery-image] Mar 09 20:04:04.388 INFO O| Mar 09 20:04:04.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79942026-03-09T20:04:06.508Z[ recovery-image] Mar 09 20:04:04.388 INFO O| Mar 09 20:04:04.388 INFO STEP 1072 (remove_files) COMPLETE
79952026-03-09T20:04:06.508Z[ recovery-image] Mar 09 20:04:04.388 INFO O| Mar 09 20:04:04.388 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962026-03-09T20:04:06.518Z[ recovery-image] Mar 09 20:04:04.398 INFO O| Mar 09 20:04:04.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79972026-03-09T20:04:06.519Z[ recovery-image] Mar 09 20:04:04.398 INFO O| Mar 09 20:04:04.398 INFO STEP 1073 (remove_files) COMPLETE
79982026-03-09T20:04:06.522Z[ recovery-image] Mar 09 20:04:04.398 INFO O| Mar 09 20:04:04.398 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992026-03-09T20:04:06.528Z[ recovery-image] Mar 09 20:04:04.408 INFO O| Mar 09 20:04:04.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80002026-03-09T20:04:06.528Z[ recovery-image] Mar 09 20:04:04.408 INFO O| Mar 09 20:04:04.408 INFO STEP 1074 (remove_files) COMPLETE
80012026-03-09T20:04:06.531Z[ recovery-image] Mar 09 20:04:04.408 INFO O| Mar 09 20:04:04.408 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022026-03-09T20:04:06.537Z[ recovery-image] Mar 09 20:04:04.417 INFO O| Mar 09 20:04:04.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80032026-03-09T20:04:06.537Z[ recovery-image] Mar 09 20:04:04.417 INFO O| Mar 09 20:04:04.417 INFO STEP 1075 (remove_files) COMPLETE
80042026-03-09T20:04:06.540Z[ recovery-image] Mar 09 20:04:04.417 INFO O| Mar 09 20:04:04.417 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052026-03-09T20:04:06.547Z[ recovery-image] Mar 09 20:04:04.426 INFO O| Mar 09 20:04:04.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80062026-03-09T20:04:06.547Z[ recovery-image] Mar 09 20:04:04.426 INFO O| Mar 09 20:04:04.426 INFO STEP 1076 (remove_files) COMPLETE
80072026-03-09T20:04:06.547Z[ recovery-image] Mar 09 20:04:04.426 INFO O| Mar 09 20:04:04.426 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082026-03-09T20:04:06.555Z[ recovery-image] Mar 09 20:04:04.434 INFO O| Mar 09 20:04:04.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80092026-03-09T20:04:06.558Z[ recovery-image] Mar 09 20:04:04.435 INFO O| Mar 09 20:04:04.434 INFO STEP 1077 (remove_files) COMPLETE
80102026-03-09T20:04:06.558Z[ recovery-image] Mar 09 20:04:04.435 INFO O| Mar 09 20:04:04.434 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112026-03-09T20:04:06.564Z[ recovery-image] Mar 09 20:04:04.444 INFO O| Mar 09 20:04:04.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80122026-03-09T20:04:06.567Z[ recovery-image] Mar 09 20:04:04.444 INFO O| Mar 09 20:04:04.444 INFO STEP 1078 (remove_files) COMPLETE
80132026-03-09T20:04:06.567Z[ recovery-image] Mar 09 20:04:04.444 INFO O| Mar 09 20:04:04.444 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142026-03-09T20:04:06.573Z[ recovery-image] Mar 09 20:04:04.453 INFO O| Mar 09 20:04:04.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80152026-03-09T20:04:06.574Z[ recovery-image] Mar 09 20:04:04.453 INFO O| Mar 09 20:04:04.453 INFO STEP 1079 (remove_files) COMPLETE
80162026-03-09T20:04:06.577Z[ recovery-image] Mar 09 20:04:04.453 INFO O| Mar 09 20:04:04.453 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172026-03-09T20:04:06.581Z[ recovery-image] Mar 09 20:04:04.461 INFO O| Mar 09 20:04:04.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80182026-03-09T20:04:06.584Z[ recovery-image] Mar 09 20:04:04.461 INFO O| Mar 09 20:04:04.461 INFO STEP 1080 (remove_files) COMPLETE
80192026-03-09T20:04:06.585Z[ recovery-image] Mar 09 20:04:04.461 INFO O| Mar 09 20:04:04.461 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202026-03-09T20:04:06.591Z[ recovery-image] Mar 09 20:04:04.470 INFO O| Mar 09 20:04:04.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80212026-03-09T20:04:06.594Z[ recovery-image] Mar 09 20:04:04.470 INFO O| Mar 09 20:04:04.470 INFO STEP 1081 (remove_files) COMPLETE
80222026-03-09T20:04:06.594Z[ recovery-image] Mar 09 20:04:04.470 INFO O| Mar 09 20:04:04.470 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232026-03-09T20:04:06.598Z[ recovery-image] Mar 09 20:04:04.478 INFO O| Mar 09 20:04:04.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80242026-03-09T20:04:06.601Z[ recovery-image] Mar 09 20:04:04.478 INFO O| Mar 09 20:04:04.478 INFO STEP 1082 (remove_files) COMPLETE
80252026-03-09T20:04:06.601Z[ recovery-image] Mar 09 20:04:04.478 INFO O| Mar 09 20:04:04.478 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262026-03-09T20:04:06.607Z[ recovery-image] Mar 09 20:04:04.487 INFO O| Mar 09 20:04:04.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80272026-03-09T20:04:06.607Z[ recovery-image] Mar 09 20:04:04.487 INFO O| Mar 09 20:04:04.487 INFO STEP 1083 (remove_files) COMPLETE
80282026-03-09T20:04:06.611Z[ recovery-image] Mar 09 20:04:04.487 INFO O| Mar 09 20:04:04.487 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292026-03-09T20:04:06.616Z[ recovery-image] Mar 09 20:04:04.496 INFO O| Mar 09 20:04:04.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80302026-03-09T20:04:06.616Z[ recovery-image] Mar 09 20:04:04.496 INFO O| Mar 09 20:04:04.496 INFO STEP 1084 (remove_files) COMPLETE
80312026-03-09T20:04:06.617Z[ recovery-image] Mar 09 20:04:04.496 INFO O| Mar 09 20:04:04.496 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322026-03-09T20:04:06.625Z[ recovery-image] Mar 09 20:04:04.504 INFO O| Mar 09 20:04:04.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80332026-03-09T20:04:06.625Z[ recovery-image] Mar 09 20:04:04.504 INFO O| Mar 09 20:04:04.504 INFO STEP 1085 (remove_files) COMPLETE
80342026-03-09T20:04:06.628Z[ recovery-image] Mar 09 20:04:04.504 INFO O| Mar 09 20:04:04.504 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352026-03-09T20:04:06.633Z[ recovery-image] Mar 09 20:04:04.512 INFO O| Mar 09 20:04:04.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80362026-03-09T20:04:06.636Z[ recovery-image] Mar 09 20:04:04.512 INFO O| Mar 09 20:04:04.512 INFO STEP 1086 (remove_files) COMPLETE
80372026-03-09T20:04:06.636Z[ recovery-image] Mar 09 20:04:04.512 INFO O| Mar 09 20:04:04.512 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382026-03-09T20:04:06.641Z[ recovery-image] Mar 09 20:04:04.521 INFO O| Mar 09 20:04:04.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80392026-03-09T20:04:06.641Z[ recovery-image] Mar 09 20:04:04.521 INFO O| Mar 09 20:04:04.521 INFO STEP 1087 (remove_files) COMPLETE
80402026-03-09T20:04:06.644Z[ recovery-image] Mar 09 20:04:04.521 INFO O| Mar 09 20:04:04.521 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412026-03-09T20:04:06.649Z[ recovery-image] Mar 09 20:04:04.529 INFO O| Mar 09 20:04:04.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80422026-03-09T20:04:06.649Z[ recovery-image] Mar 09 20:04:04.529 INFO O| Mar 09 20:04:04.529 INFO STEP 1088 (remove_files) COMPLETE
80432026-03-09T20:04:06.653Z[ recovery-image] Mar 09 20:04:04.529 INFO O| Mar 09 20:04:04.529 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442026-03-09T20:04:06.658Z[ recovery-image] Mar 09 20:04:04.538 INFO O| Mar 09 20:04:04.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80452026-03-09T20:04:06.658Z[ recovery-image] Mar 09 20:04:04.538 INFO O| Mar 09 20:04:04.538 INFO STEP 1089 (remove_files) COMPLETE
80462026-03-09T20:04:06.661Z[ recovery-image] Mar 09 20:04:04.538 INFO O| Mar 09 20:04:04.538 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472026-03-09T20:04:06.667Z[ recovery-image] Mar 09 20:04:04.546 INFO O| Mar 09 20:04:04.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80482026-03-09T20:04:06.670Z[ recovery-image] Mar 09 20:04:04.547 INFO O| Mar 09 20:04:04.547 INFO STEP 1090 (remove_files) COMPLETE
80492026-03-09T20:04:06.670Z[ recovery-image] Mar 09 20:04:04.547 INFO O| Mar 09 20:04:04.547 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502026-03-09T20:04:06.677Z[ recovery-image] Mar 09 20:04:04.557 INFO O| Mar 09 20:04:04.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80512026-03-09T20:04:06.677Z[ recovery-image] Mar 09 20:04:04.557 INFO O| Mar 09 20:04:04.557 INFO STEP 1091 (remove_files) COMPLETE
80522026-03-09T20:04:06.677Z[ recovery-image] Mar 09 20:04:04.557 INFO O| Mar 09 20:04:04.557 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532026-03-09T20:04:06.686Z[ recovery-image] Mar 09 20:04:04.565 INFO O| Mar 09 20:04:04.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80542026-03-09T20:04:06.686Z[ recovery-image] Mar 09 20:04:04.565 INFO O| Mar 09 20:04:04.565 INFO STEP 1092 (remove_files) COMPLETE
80552026-03-09T20:04:06.689Z[ recovery-image] Mar 09 20:04:04.565 INFO O| Mar 09 20:04:04.565 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562026-03-09T20:04:06.695Z[ recovery-image] Mar 09 20:04:04.575 INFO O| Mar 09 20:04:04.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80572026-03-09T20:04:06.698Z[ recovery-image] Mar 09 20:04:04.575 INFO O| Mar 09 20:04:04.575 INFO STEP 1093 (remove_files) COMPLETE
80582026-03-09T20:04:06.698Z[ recovery-image] Mar 09 20:04:04.575 INFO O| Mar 09 20:04:04.575 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592026-03-09T20:04:06.703Z[ recovery-image] Mar 09 20:04:04.582 INFO O| Mar 09 20:04:04.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80602026-03-09T20:04:06.703Z[ recovery-image] Mar 09 20:04:04.582 INFO O| Mar 09 20:04:04.582 INFO STEP 1094 (remove_files) COMPLETE
80612026-03-09T20:04:06.706Z[ recovery-image] Mar 09 20:04:04.582 INFO O| Mar 09 20:04:04.582 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622026-03-09T20:04:06.711Z[ recovery-image] Mar 09 20:04:04.591 INFO O| Mar 09 20:04:04.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80632026-03-09T20:04:06.711Z[ recovery-image] Mar 09 20:04:04.591 INFO O| Mar 09 20:04:04.591 INFO STEP 1095 (remove_files) COMPLETE
80642026-03-09T20:04:06.711Z[ recovery-image] Mar 09 20:04:04.591 INFO O| Mar 09 20:04:04.591 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652026-03-09T20:04:06.719Z[ recovery-image] Mar 09 20:04:04.599 INFO O| Mar 09 20:04:04.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80662026-03-09T20:04:06.719Z[ recovery-image] Mar 09 20:04:04.599 INFO O| Mar 09 20:04:04.599 INFO STEP 1096 (remove_files) COMPLETE
80672026-03-09T20:04:06.722Z[ recovery-image] Mar 09 20:04:04.599 INFO O| Mar 09 20:04:04.599 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682026-03-09T20:04:06.726Z[ recovery-image] Mar 09 20:04:04.606 INFO O| Mar 09 20:04:04.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80692026-03-09T20:04:06.726Z[ recovery-image] Mar 09 20:04:04.606 INFO O| Mar 09 20:04:04.606 INFO STEP 1097 (remove_files) COMPLETE
80702026-03-09T20:04:06.729Z[ recovery-image] Mar 09 20:04:04.606 INFO O| Mar 09 20:04:04.606 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80712026-03-09T20:04:06.734Z[ recovery-image] Mar 09 20:04:04.613 INFO O| Mar 09 20:04:04.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80722026-03-09T20:04:06.734Z[ recovery-image] Mar 09 20:04:04.614 INFO O| Mar 09 20:04:04.614 INFO STEP 1098 (remove_files) COMPLETE
80732026-03-09T20:04:06.734Z[ recovery-image] Mar 09 20:04:04.614 INFO O| Mar 09 20:04:04.614 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80742026-03-09T20:04:06.743Z[ recovery-image] Mar 09 20:04:04.623 INFO O| Mar 09 20:04:04.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80752026-03-09T20:04:06.743Z[ recovery-image] Mar 09 20:04:04.623 INFO O| Mar 09 20:04:04.623 INFO STEP 1099 (remove_files) COMPLETE
80762026-03-09T20:04:06.744Z[ recovery-image] Mar 09 20:04:04.623 INFO O| Mar 09 20:04:04.623 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80772026-03-09T20:04:06.753Z[ recovery-image] Mar 09 20:04:04.632 INFO O| Mar 09 20:04:04.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80782026-03-09T20:04:06.753Z[ recovery-image] Mar 09 20:04:04.632 INFO O| Mar 09 20:04:04.632 INFO STEP 1100 (remove_files) COMPLETE
80792026-03-09T20:04:06.756Z[ recovery-image] Mar 09 20:04:04.632 INFO O| Mar 09 20:04:04.632 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80802026-03-09T20:04:06.762Z[ recovery-image] Mar 09 20:04:04.641 INFO O| Mar 09 20:04:04.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80812026-03-09T20:04:06.765Z[ recovery-image] Mar 09 20:04:04.641 INFO O| Mar 09 20:04:04.641 INFO STEP 1101 (remove_files) COMPLETE
80822026-03-09T20:04:06.765Z[ recovery-image] Mar 09 20:04:04.641 INFO O| Mar 09 20:04:04.641 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80832026-03-09T20:04:06.771Z[ recovery-image] Mar 09 20:04:04.650 INFO O| Mar 09 20:04:04.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80842026-03-09T20:04:06.771Z[ recovery-image] Mar 09 20:04:04.650 INFO O| Mar 09 20:04:04.650 INFO STEP 1102 (remove_files) COMPLETE
80852026-03-09T20:04:06.771Z[ recovery-image] Mar 09 20:04:04.650 INFO O| Mar 09 20:04:04.650 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80862026-03-09T20:04:06.779Z[ recovery-image] Mar 09 20:04:04.659 INFO O| Mar 09 20:04:04.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80872026-03-09T20:04:06.779Z[ recovery-image] Mar 09 20:04:04.659 INFO O| Mar 09 20:04:04.659 INFO STEP 1103 (remove_files) COMPLETE
80882026-03-09T20:04:06.782Z[ recovery-image] Mar 09 20:04:04.659 INFO O| Mar 09 20:04:04.659 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80892026-03-09T20:04:06.788Z[ recovery-image] Mar 09 20:04:04.667 INFO O| Mar 09 20:04:04.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80902026-03-09T20:04:06.788Z[ recovery-image] Mar 09 20:04:04.668 INFO O| Mar 09 20:04:04.667 INFO STEP 1104 (remove_files) COMPLETE
80912026-03-09T20:04:06.791Z[ recovery-image] Mar 09 20:04:04.668 INFO O| Mar 09 20:04:04.668 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80922026-03-09T20:04:06.797Z[ recovery-image] Mar 09 20:04:04.677 INFO O| Mar 09 20:04:04.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80932026-03-09T20:04:06.800Z[ recovery-image] Mar 09 20:04:04.677 INFO O| Mar 09 20:04:04.677 INFO STEP 1105 (remove_files) COMPLETE
80942026-03-09T20:04:06.800Z[ recovery-image] Mar 09 20:04:04.677 INFO O| Mar 09 20:04:04.677 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80952026-03-09T20:04:06.805Z[ recovery-image] Mar 09 20:04:04.685 INFO O| Mar 09 20:04:04.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80962026-03-09T20:04:06.808Z[ recovery-image] Mar 09 20:04:04.685 INFO O| Mar 09 20:04:04.685 INFO STEP 1106 (remove_files) COMPLETE
80972026-03-09T20:04:06.808Z[ recovery-image] Mar 09 20:04:04.685 INFO O| Mar 09 20:04:04.685 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80982026-03-09T20:04:06.814Z[ recovery-image] Mar 09 20:04:04.693 INFO O| Mar 09 20:04:04.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80992026-03-09T20:04:06.814Z[ recovery-image] Mar 09 20:04:04.693 INFO O| Mar 09 20:04:04.693 INFO STEP 1107 (remove_files) COMPLETE
81002026-03-09T20:04:06.817Z[ recovery-image] Mar 09 20:04:04.693 INFO O| Mar 09 20:04:04.693 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81012026-03-09T20:04:06.822Z[ recovery-image] Mar 09 20:04:04.702 INFO O| Mar 09 20:04:04.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81022026-03-09T20:04:06.825Z[ recovery-image] Mar 09 20:04:04.702 INFO O| Mar 09 20:04:04.702 INFO STEP 1108 (remove_files) COMPLETE
81032026-03-09T20:04:06.825Z[ recovery-image] Mar 09 20:04:04.702 INFO O| Mar 09 20:04:04.702 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81042026-03-09T20:04:06.830Z[ recovery-image] Mar 09 20:04:04.709 INFO O| Mar 09 20:04:04.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81052026-03-09T20:04:06.830Z[ recovery-image] Mar 09 20:04:04.709 INFO O| Mar 09 20:04:04.709 INFO STEP 1109 (remove_files) COMPLETE
81062026-03-09T20:04:06.830Z[ recovery-image] Mar 09 20:04:04.710 INFO O| Mar 09 20:04:04.709 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81072026-03-09T20:04:06.839Z[ recovery-image] Mar 09 20:04:04.719 INFO O| Mar 09 20:04:04.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81082026-03-09T20:04:06.842Z[ recovery-image] Mar 09 20:04:04.719 INFO O| Mar 09 20:04:04.719 INFO STEP 1110 (remove_files) COMPLETE
81092026-03-09T20:04:06.842Z[ recovery-image] Mar 09 20:04:04.719 INFO O| Mar 09 20:04:04.719 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81102026-03-09T20:04:06.847Z[ recovery-image] Mar 09 20:04:04.727 INFO O| Mar 09 20:04:04.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81112026-03-09T20:04:06.850Z[ recovery-image] Mar 09 20:04:04.727 INFO O| Mar 09 20:04:04.727 INFO STEP 1111 (remove_files) COMPLETE
81122026-03-09T20:04:06.850Z[ recovery-image] Mar 09 20:04:04.727 INFO O| Mar 09 20:04:04.727 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81132026-03-09T20:04:06.858Z[ recovery-image] Mar 09 20:04:04.738 INFO O| Mar 09 20:04:04.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81142026-03-09T20:04:06.858Z[ recovery-image] Mar 09 20:04:04.738 INFO O| Mar 09 20:04:04.738 INFO STEP 1112 (remove_files) COMPLETE
81152026-03-09T20:04:06.858Z[ recovery-image] Mar 09 20:04:04.738 INFO O| Mar 09 20:04:04.738 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81162026-03-09T20:04:06.868Z[ recovery-image] Mar 09 20:04:04.747 INFO O| Mar 09 20:04:04.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81172026-03-09T20:04:06.871Z[ recovery-image] Mar 09 20:04:04.747 INFO O| Mar 09 20:04:04.747 INFO STEP 1113 (remove_files) COMPLETE
81182026-03-09T20:04:06.871Z[ recovery-image] Mar 09 20:04:04.747 INFO O| Mar 09 20:04:04.747 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81192026-03-09T20:04:06.878Z[ recovery-image] Mar 09 20:04:04.757 INFO O| Mar 09 20:04:04.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81202026-03-09T20:04:06.878Z[ recovery-image] Mar 09 20:04:04.757 INFO O| Mar 09 20:04:04.757 INFO STEP 1114 (remove_files) COMPLETE
81212026-03-09T20:04:06.878Z[ recovery-image] Mar 09 20:04:04.757 INFO O| Mar 09 20:04:04.757 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81222026-03-09T20:04:06.888Z[ recovery-image] Mar 09 20:04:04.768 INFO O| Mar 09 20:04:04.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81232026-03-09T20:04:06.888Z[ recovery-image] Mar 09 20:04:04.768 INFO O| Mar 09 20:04:04.768 INFO STEP 1115 (remove_files) COMPLETE
81242026-03-09T20:04:06.891Z[ recovery-image] Mar 09 20:04:04.768 INFO O| Mar 09 20:04:04.768 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81252026-03-09T20:04:06.898Z[ recovery-image] Mar 09 20:04:04.777 INFO O| Mar 09 20:04:04.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81262026-03-09T20:04:06.901Z[ recovery-image] Mar 09 20:04:04.777 INFO O| Mar 09 20:04:04.777 INFO STEP 1116 (remove_files) COMPLETE
81272026-03-09T20:04:06.901Z[ recovery-image] Mar 09 20:04:04.777 INFO O| Mar 09 20:04:04.777 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81282026-03-09T20:04:06.907Z[ recovery-image] Mar 09 20:04:04.787 INFO O| Mar 09 20:04:04.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81292026-03-09T20:04:06.907Z[ recovery-image] Mar 09 20:04:04.787 INFO O| Mar 09 20:04:04.787 INFO STEP 1117 (remove_files) COMPLETE
81302026-03-09T20:04:06.911Z[ recovery-image] Mar 09 20:04:04.787 INFO O| Mar 09 20:04:04.787 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81312026-03-09T20:04:06.916Z[ recovery-image] Mar 09 20:04:04.796 INFO O| Mar 09 20:04:04.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81322026-03-09T20:04:06.916Z[ recovery-image] Mar 09 20:04:04.796 INFO O| Mar 09 20:04:04.796 INFO STEP 1118 (remove_files) COMPLETE
81332026-03-09T20:04:06.919Z[ recovery-image] Mar 09 20:04:04.796 INFO O| Mar 09 20:04:04.796 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81342026-03-09T20:04:06.924Z[ recovery-image] Mar 09 20:04:04.804 INFO O| Mar 09 20:04:04.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81352026-03-09T20:04:06.927Z[ recovery-image] Mar 09 20:04:04.805 INFO O| Mar 09 20:04:04.805 INFO STEP 1119 (remove_files) COMPLETE
81362026-03-09T20:04:06.927Z[ recovery-image] Mar 09 20:04:04.805 INFO O| Mar 09 20:04:04.805 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81372026-03-09T20:04:06.935Z[ recovery-image] Mar 09 20:04:04.815 INFO O| Mar 09 20:04:04.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81382026-03-09T20:04:06.935Z[ recovery-image] Mar 09 20:04:04.815 INFO O| Mar 09 20:04:04.815 INFO STEP 1120 (remove_files) COMPLETE
81392026-03-09T20:04:06.935Z[ recovery-image] Mar 09 20:04:04.815 INFO O| Mar 09 20:04:04.815 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81402026-03-09T20:04:06.943Z[ recovery-image] Mar 09 20:04:04.823 INFO O| Mar 09 20:04:04.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81412026-03-09T20:04:06.943Z[ recovery-image] Mar 09 20:04:04.823 INFO O| Mar 09 20:04:04.823 INFO STEP 1121 (remove_files) COMPLETE
81422026-03-09T20:04:06.943Z[ recovery-image] Mar 09 20:04:04.823 INFO O| Mar 09 20:04:04.823 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81432026-03-09T20:04:06.951Z[ recovery-image] Mar 09 20:04:04.830 INFO O| Mar 09 20:04:04.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81442026-03-09T20:04:06.951Z[ recovery-image] Mar 09 20:04:04.830 INFO O| Mar 09 20:04:04.830 INFO STEP 1122 (remove_files) COMPLETE
81452026-03-09T20:04:06.954Z[ recovery-image] Mar 09 20:04:04.831 INFO O| Mar 09 20:04:04.830 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81462026-03-09T20:04:06.959Z[ recovery-image] Mar 09 20:04:04.838 INFO O| Mar 09 20:04:04.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81472026-03-09T20:04:06.959Z[ recovery-image] Mar 09 20:04:04.838 INFO O| Mar 09 20:04:04.838 INFO STEP 1123 (remove_files) COMPLETE
81482026-03-09T20:04:06.959Z[ recovery-image] Mar 09 20:04:04.838 INFO O| Mar 09 20:04:04.838 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81492026-03-09T20:04:06.968Z[ recovery-image] Mar 09 20:04:04.848 INFO O| Mar 09 20:04:04.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81502026-03-09T20:04:06.971Z[ recovery-image] Mar 09 20:04:04.848 INFO O| Mar 09 20:04:04.848 INFO STEP 1124 (remove_files) COMPLETE
81512026-03-09T20:04:06.971Z[ recovery-image] Mar 09 20:04:04.848 INFO O| Mar 09 20:04:04.848 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81522026-03-09T20:04:06.977Z[ recovery-image] Mar 09 20:04:04.856 INFO O| Mar 09 20:04:04.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81532026-03-09T20:04:06.977Z[ recovery-image] Mar 09 20:04:04.856 INFO O| Mar 09 20:04:04.856 INFO STEP 1125 (remove_files) COMPLETE
81542026-03-09T20:04:06.980Z[ recovery-image] Mar 09 20:04:04.857 INFO O| Mar 09 20:04:04.856 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81552026-03-09T20:04:06.985Z[ recovery-image] Mar 09 20:04:04.865 INFO O| Mar 09 20:04:04.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81562026-03-09T20:04:06.985Z[ recovery-image] Mar 09 20:04:04.865 INFO O| Mar 09 20:04:04.865 INFO STEP 1126 (remove_files) COMPLETE
81572026-03-09T20:04:06.988Z[ recovery-image] Mar 09 20:04:04.865 INFO O| Mar 09 20:04:04.865 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81582026-03-09T20:04:06.993Z[ recovery-image] Mar 09 20:04:04.873 INFO O| Mar 09 20:04:04.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81592026-03-09T20:04:06.996Z[ recovery-image] Mar 09 20:04:04.873 INFO O| Mar 09 20:04:04.873 INFO STEP 1127 (remove_files) COMPLETE
81602026-03-09T20:04:06.996Z[ recovery-image] Mar 09 20:04:04.873 INFO O| Mar 09 20:04:04.873 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81612026-03-09T20:04:07.001Z[ recovery-image] Mar 09 20:04:04.881 INFO O| Mar 09 20:04:04.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81622026-03-09T20:04:07.004Z[ recovery-image] Mar 09 20:04:04.881 INFO O| Mar 09 20:04:04.881 INFO STEP 1128 (remove_files) COMPLETE
81632026-03-09T20:04:07.004Z[ recovery-image] Mar 09 20:04:04.881 INFO O| Mar 09 20:04:04.881 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81642026-03-09T20:04:07.009Z[ recovery-image] Mar 09 20:04:04.889 INFO O| Mar 09 20:04:04.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81652026-03-09T20:04:07.012Z[ recovery-image] Mar 09 20:04:04.889 INFO O| Mar 09 20:04:04.889 INFO STEP 1129 (remove_files) COMPLETE
81662026-03-09T20:04:07.012Z[ recovery-image] Mar 09 20:04:04.889 INFO O| Mar 09 20:04:04.889 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81672026-03-09T20:04:07.018Z[ recovery-image] Mar 09 20:04:04.897 INFO O| Mar 09 20:04:04.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81682026-03-09T20:04:07.021Z[ recovery-image] Mar 09 20:04:04.897 INFO O| Mar 09 20:04:04.897 INFO STEP 1130 (remove_files) COMPLETE
81692026-03-09T20:04:07.021Z[ recovery-image] Mar 09 20:04:04.897 INFO O| Mar 09 20:04:04.897 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81702026-03-09T20:04:07.026Z[ recovery-image] Mar 09 20:04:04.905 INFO O| Mar 09 20:04:04.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81712026-03-09T20:04:07.026Z[ recovery-image] Mar 09 20:04:04.905 INFO O| Mar 09 20:04:04.905 INFO STEP 1131 (remove_files) COMPLETE
81722026-03-09T20:04:07.026Z[ recovery-image] Mar 09 20:04:04.905 INFO O| Mar 09 20:04:04.905 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81732026-03-09T20:04:07.036Z[ recovery-image] Mar 09 20:04:04.915 INFO O| Mar 09 20:04:04.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81742026-03-09T20:04:07.036Z[ recovery-image] Mar 09 20:04:04.915 INFO O| Mar 09 20:04:04.915 INFO STEP 1132 (remove_files) COMPLETE
81752026-03-09T20:04:07.039Z[ recovery-image] Mar 09 20:04:04.915 INFO O| Mar 09 20:04:04.915 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81762026-03-09T20:04:07.043Z[ recovery-image] Mar 09 20:04:04.923 INFO O| Mar 09 20:04:04.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81772026-03-09T20:04:07.046Z[ recovery-image] Mar 09 20:04:04.923 INFO O| Mar 09 20:04:04.923 INFO STEP 1133 (remove_files) COMPLETE
81782026-03-09T20:04:07.046Z[ recovery-image] Mar 09 20:04:04.923 INFO O| Mar 09 20:04:04.923 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81792026-03-09T20:04:07.051Z[ recovery-image] Mar 09 20:04:04.931 INFO O| Mar 09 20:04:04.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81802026-03-09T20:04:07.055Z[ recovery-image] Mar 09 20:04:04.931 INFO O| Mar 09 20:04:04.931 INFO STEP 1134 (remove_files) COMPLETE
81812026-03-09T20:04:07.055Z[ recovery-image] Mar 09 20:04:04.931 INFO O| Mar 09 20:04:04.931 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81822026-03-09T20:04:07.059Z[ recovery-image] Mar 09 20:04:04.939 INFO O| Mar 09 20:04:04.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81832026-03-09T20:04:07.059Z[ recovery-image] Mar 09 20:04:04.939 INFO O| Mar 09 20:04:04.939 INFO STEP 1135 (remove_files) COMPLETE
81842026-03-09T20:04:07.062Z[ recovery-image] Mar 09 20:04:04.939 INFO O| Mar 09 20:04:04.939 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81852026-03-09T20:04:07.068Z[ recovery-image] Mar 09 20:04:04.947 INFO O| Mar 09 20:04:04.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81862026-03-09T20:04:07.071Z[ recovery-image] Mar 09 20:04:04.947 INFO O| Mar 09 20:04:04.947 INFO STEP 1136 (remove_files) COMPLETE
81872026-03-09T20:04:07.071Z[ recovery-image] Mar 09 20:04:04.947 INFO O| Mar 09 20:04:04.947 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81882026-03-09T20:04:07.077Z[ recovery-image] Mar 09 20:04:04.957 INFO O| Mar 09 20:04:04.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81892026-03-09T20:04:07.077Z[ recovery-image] Mar 09 20:04:04.957 INFO O| Mar 09 20:04:04.957 INFO STEP 1137 (remove_files) COMPLETE
81902026-03-09T20:04:07.081Z[ recovery-image] Mar 09 20:04:04.957 INFO O| Mar 09 20:04:04.957 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81912026-03-09T20:04:07.086Z[ recovery-image] Mar 09 20:04:04.966 INFO O| Mar 09 20:04:04.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81922026-03-09T20:04:07.089Z[ recovery-image] Mar 09 20:04:04.966 INFO O| Mar 09 20:04:04.966 INFO STEP 1138 (remove_files) COMPLETE
81932026-03-09T20:04:07.089Z[ recovery-image] Mar 09 20:04:04.966 INFO O| Mar 09 20:04:04.966 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81942026-03-09T20:04:07.094Z[ recovery-image] Mar 09 20:04:04.974 INFO O| Mar 09 20:04:04.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81952026-03-09T20:04:07.094Z[ recovery-image] Mar 09 20:04:04.974 INFO O| Mar 09 20:04:04.974 INFO STEP 1139 (remove_files) COMPLETE
81962026-03-09T20:04:07.098Z[ recovery-image] Mar 09 20:04:04.974 INFO O| Mar 09 20:04:04.974 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81972026-03-09T20:04:07.102Z[ recovery-image] Mar 09 20:04:04.982 INFO O| Mar 09 20:04:04.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81982026-03-09T20:04:07.105Z[ recovery-image] Mar 09 20:04:04.982 INFO O| Mar 09 20:04:04.982 INFO STEP 1140 (remove_files) COMPLETE
81992026-03-09T20:04:07.105Z[ recovery-image] Mar 09 20:04:04.982 INFO O| Mar 09 20:04:04.982 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82002026-03-09T20:04:07.110Z[ recovery-image] Mar 09 20:04:04.990 INFO O| Mar 09 20:04:04.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82012026-03-09T20:04:07.110Z[ recovery-image] Mar 09 20:04:04.990 INFO O| Mar 09 20:04:04.990 INFO STEP 1141 (remove_files) COMPLETE
82022026-03-09T20:04:07.113Z[ recovery-image] Mar 09 20:04:04.990 INFO O| Mar 09 20:04:04.990 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82032026-03-09T20:04:07.118Z[ recovery-image] Mar 09 20:04:04.997 INFO O| Mar 09 20:04:04.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82042026-03-09T20:04:07.121Z[ recovery-image] Mar 09 20:04:04.997 INFO O| Mar 09 20:04:04.997 INFO STEP 1142 (remove_files) COMPLETE
82052026-03-09T20:04:07.121Z[ recovery-image] Mar 09 20:04:04.997 INFO O| Mar 09 20:04:04.997 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82062026-03-09T20:04:07.126Z[ recovery-image] Mar 09 20:04:05.006 INFO O| Mar 09 20:04:05.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82072026-03-09T20:04:07.126Z[ recovery-image] Mar 09 20:04:05.006 INFO O| Mar 09 20:04:05.006 INFO STEP 1143 (remove_files) COMPLETE
82082026-03-09T20:04:07.129Z[ recovery-image] Mar 09 20:04:05.006 INFO O| Mar 09 20:04:05.006 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82092026-03-09T20:04:07.134Z[ recovery-image] Mar 09 20:04:05.014 INFO O| Mar 09 20:04:05.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82102026-03-09T20:04:07.134Z[ recovery-image] Mar 09 20:04:05.014 INFO O| Mar 09 20:04:05.014 INFO STEP 1144 (remove_files) COMPLETE
82112026-03-09T20:04:07.137Z[ recovery-image] Mar 09 20:04:05.014 INFO O| Mar 09 20:04:05.014 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82122026-03-09T20:04:07.143Z[ recovery-image] Mar 09 20:04:05.022 INFO O| Mar 09 20:04:05.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82132026-03-09T20:04:07.147Z[ recovery-image] Mar 09 20:04:05.022 INFO O| Mar 09 20:04:05.022 INFO STEP 1145 (remove_files) COMPLETE
82142026-03-09T20:04:07.147Z[ recovery-image] Mar 09 20:04:05.022 INFO O| Mar 09 20:04:05.022 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82152026-03-09T20:04:07.150Z[ recovery-image] Mar 09 20:04:05.030 INFO O| Mar 09 20:04:05.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82162026-03-09T20:04:07.153Z[ recovery-image] Mar 09 20:04:05.030 INFO O| Mar 09 20:04:05.030 INFO STEP 1146 (remove_files) COMPLETE
82172026-03-09T20:04:07.153Z[ recovery-image] Mar 09 20:04:05.030 INFO O| Mar 09 20:04:05.030 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82182026-03-09T20:04:07.158Z[ recovery-image] Mar 09 20:04:05.038 INFO O| Mar 09 20:04:05.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82192026-03-09T20:04:07.161Z[ recovery-image] Mar 09 20:04:05.038 INFO O| Mar 09 20:04:05.038 INFO STEP 1147 (remove_files) COMPLETE
82202026-03-09T20:04:07.161Z[ recovery-image] Mar 09 20:04:05.038 INFO O| Mar 09 20:04:05.038 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82212026-03-09T20:04:07.166Z[ recovery-image] Mar 09 20:04:05.046 INFO O| Mar 09 20:04:05.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82222026-03-09T20:04:07.166Z[ recovery-image] Mar 09 20:04:05.046 INFO O| Mar 09 20:04:05.046 INFO STEP 1148 (remove_files) COMPLETE
82232026-03-09T20:04:07.169Z[ recovery-image] Mar 09 20:04:05.046 INFO O| Mar 09 20:04:05.046 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82242026-03-09T20:04:07.176Z[ recovery-image] Mar 09 20:04:05.056 INFO O| Mar 09 20:04:05.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82252026-03-09T20:04:07.176Z[ recovery-image] Mar 09 20:04:05.056 INFO O| Mar 09 20:04:05.056 INFO STEP 1149 (remove_files) COMPLETE
82262026-03-09T20:04:07.176Z[ recovery-image] Mar 09 20:04:05.056 INFO O| Mar 09 20:04:05.056 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82272026-03-09T20:04:07.185Z[ recovery-image] Mar 09 20:04:05.064 INFO O| Mar 09 20:04:05.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82282026-03-09T20:04:07.185Z[ recovery-image] Mar 09 20:04:05.064 INFO O| Mar 09 20:04:05.064 INFO STEP 1150 (remove_files) COMPLETE
82292026-03-09T20:04:07.188Z[ recovery-image] Mar 09 20:04:05.064 INFO O| Mar 09 20:04:05.064 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82302026-03-09T20:04:07.193Z[ recovery-image] Mar 09 20:04:05.072 INFO O| Mar 09 20:04:05.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82312026-03-09T20:04:07.196Z[ recovery-image] Mar 09 20:04:05.072 INFO O| Mar 09 20:04:05.072 INFO STEP 1151 (remove_files) COMPLETE
82322026-03-09T20:04:07.196Z[ recovery-image] Mar 09 20:04:05.072 INFO O| Mar 09 20:04:05.072 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82332026-03-09T20:04:07.201Z[ recovery-image] Mar 09 20:04:05.080 INFO O| Mar 09 20:04:05.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82342026-03-09T20:04:07.201Z[ recovery-image] Mar 09 20:04:05.080 INFO O| Mar 09 20:04:05.080 INFO STEP 1152 (remove_files) COMPLETE
82352026-03-09T20:04:07.204Z[ recovery-image] Mar 09 20:04:05.080 INFO O| Mar 09 20:04:05.080 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82362026-03-09T20:04:07.209Z[ recovery-image] Mar 09 20:04:05.088 INFO O| Mar 09 20:04:05.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82372026-03-09T20:04:07.212Z[ recovery-image] Mar 09 20:04:05.088 INFO O| Mar 09 20:04:05.088 INFO STEP 1153 (remove_files) COMPLETE
82382026-03-09T20:04:07.212Z[ recovery-image] Mar 09 20:04:05.088 INFO O| Mar 09 20:04:05.088 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82392026-03-09T20:04:07.217Z[ recovery-image] Mar 09 20:04:05.096 INFO O| Mar 09 20:04:05.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82402026-03-09T20:04:07.220Z[ recovery-image] Mar 09 20:04:05.096 INFO O| Mar 09 20:04:05.096 INFO STEP 1154 (remove_files) COMPLETE
82412026-03-09T20:04:07.220Z[ recovery-image] Mar 09 20:04:05.096 INFO O| Mar 09 20:04:05.096 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82422026-03-09T20:04:07.225Z[ recovery-image] Mar 09 20:04:05.104 INFO O| Mar 09 20:04:05.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82432026-03-09T20:04:07.225Z[ recovery-image] Mar 09 20:04:05.104 INFO O| Mar 09 20:04:05.104 INFO STEP 1155 (remove_files) COMPLETE
82442026-03-09T20:04:07.228Z[ recovery-image] Mar 09 20:04:05.104 INFO O| Mar 09 20:04:05.104 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82452026-03-09T20:04:07.233Z[ recovery-image] Mar 09 20:04:05.112 INFO O| Mar 09 20:04:05.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82462026-03-09T20:04:07.233Z[ recovery-image] Mar 09 20:04:05.112 INFO O| Mar 09 20:04:05.112 INFO STEP 1156 (remove_files) COMPLETE
82472026-03-09T20:04:07.233Z[ recovery-image] Mar 09 20:04:05.112 INFO O| Mar 09 20:04:05.112 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82482026-03-09T20:04:07.240Z[ recovery-image] Mar 09 20:04:05.120 INFO O| Mar 09 20:04:05.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82492026-03-09T20:04:07.240Z[ recovery-image] Mar 09 20:04:05.120 INFO O| Mar 09 20:04:05.120 INFO STEP 1157 (remove_files) COMPLETE
82502026-03-09T20:04:07.240Z[ recovery-image] Mar 09 20:04:05.120 INFO O| Mar 09 20:04:05.120 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82512026-03-09T20:04:07.248Z[ recovery-image] Mar 09 20:04:05.128 INFO O| Mar 09 20:04:05.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82522026-03-09T20:04:07.248Z[ recovery-image] Mar 09 20:04:05.128 INFO O| Mar 09 20:04:05.128 INFO STEP 1158 (remove_files) COMPLETE
82532026-03-09T20:04:07.252Z[ recovery-image] Mar 09 20:04:05.128 INFO O| Mar 09 20:04:05.128 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82542026-03-09T20:04:07.257Z[ recovery-image] Mar 09 20:04:05.137 INFO O| Mar 09 20:04:05.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82552026-03-09T20:04:07.260Z[ recovery-image] Mar 09 20:04:05.137 INFO O| Mar 09 20:04:05.137 INFO STEP 1159 (remove_files) COMPLETE
82562026-03-09T20:04:07.260Z[ recovery-image] Mar 09 20:04:05.137 INFO O| Mar 09 20:04:05.137 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82572026-03-09T20:04:07.266Z[ recovery-image] Mar 09 20:04:05.145 INFO O| Mar 09 20:04:05.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82582026-03-09T20:04:07.266Z[ recovery-image] Mar 09 20:04:05.145 INFO O| Mar 09 20:04:05.145 INFO STEP 1160 (remove_files) COMPLETE
82592026-03-09T20:04:07.269Z[ recovery-image] Mar 09 20:04:05.145 INFO O| Mar 09 20:04:05.145 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82602026-03-09T20:04:07.275Z[ recovery-image] Mar 09 20:04:05.154 INFO O| Mar 09 20:04:05.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82612026-03-09T20:04:07.275Z[ recovery-image] Mar 09 20:04:05.154 INFO O| Mar 09 20:04:05.154 INFO STEP 1161 (remove_files) COMPLETE
82622026-03-09T20:04:07.278Z[ recovery-image] Mar 09 20:04:05.154 INFO O| Mar 09 20:04:05.154 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82632026-03-09T20:04:07.283Z[ recovery-image] Mar 09 20:04:05.162 INFO O| Mar 09 20:04:05.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82642026-03-09T20:04:07.286Z[ recovery-image] Mar 09 20:04:05.163 INFO O| Mar 09 20:04:05.162 INFO STEP 1162 (remove_files) COMPLETE
82652026-03-09T20:04:07.286Z[ recovery-image] Mar 09 20:04:05.163 INFO O| Mar 09 20:04:05.162 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82662026-03-09T20:04:07.292Z[ recovery-image] Mar 09 20:04:05.172 INFO O| Mar 09 20:04:05.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82672026-03-09T20:04:07.292Z[ recovery-image] Mar 09 20:04:05.172 INFO O| Mar 09 20:04:05.172 INFO STEP 1163 (remove_files) COMPLETE
82682026-03-09T20:04:07.292Z[ recovery-image] Mar 09 20:04:05.172 INFO O| Mar 09 20:04:05.172 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82692026-03-09T20:04:07.301Z[ recovery-image] Mar 09 20:04:05.181 INFO O| Mar 09 20:04:05.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82702026-03-09T20:04:07.304Z[ recovery-image] Mar 09 20:04:05.181 INFO O| Mar 09 20:04:05.181 INFO STEP 1164 (remove_files) COMPLETE
82712026-03-09T20:04:07.304Z[ recovery-image] Mar 09 20:04:05.181 INFO O| Mar 09 20:04:05.181 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82722026-03-09T20:04:07.310Z[ recovery-image] Mar 09 20:04:05.189 INFO O| Mar 09 20:04:05.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82732026-03-09T20:04:07.313Z[ recovery-image] Mar 09 20:04:05.189 INFO O| Mar 09 20:04:05.189 INFO STEP 1165 (remove_files) COMPLETE
82742026-03-09T20:04:07.313Z[ recovery-image] Mar 09 20:04:05.189 INFO O| Mar 09 20:04:05.189 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82752026-03-09T20:04:07.323Z[ recovery-image] Mar 09 20:04:05.203 INFO O| Mar 09 20:04:05.202 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82762026-03-09T20:04:07.323Z[ recovery-image] Mar 09 20:04:05.203 INFO O| Mar 09 20:04:05.203 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82772026-03-09T20:04:08.095Z[ recovery-image] Mar 09 20:04:05.974 INFO O| Mar 09 20:04:05.974 INFO STEP 1166 (pack_tar) COMPLETE
82782026-03-09T20:04:08.095Z[ recovery-image] Mar 09 20:04:05.974 INFO O| Mar 09 20:04:05.974 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82792026-03-09T20:04:08.098Z[ recovery-image] Mar 09 20:04:05.974 INFO O| Mar 09 20:04:05.974 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82802026-03-09T20:04:08.481Z[ recovery-image] Mar 09 20:04:06.360 INFO O| Mar 09 20:04:06.360 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82812026-03-09T20:04:08.633Z[ recovery-image] Mar 09 20:04:06.505 INFO O| Mar 09 20:04:06.505 INFO completed processing sled/ramdisk-03-recovery-trim
82822026-03-09T20:04:08.637Z[ recovery-image] Mar 09 20:04:06.509 INFO image builder template: zfs-recovery...
82832026-03-09T20:04:08.638Z[ recovery-image] Mar 09 20:04:06.509 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/.tmpQLipMI/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
82842026-03-09T20:04:08.667Z[ recovery-image] Mar 09 20:04:06.546 INFO O| Mar 09 20:04:06.546 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82852026-03-09T20:04:08.670Z[ recovery-image] Mar 09 20:04:06.549 INFO O| Mar 09 20:04:06.549 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82862026-03-09T20:04:08.765Z[ recovery-image] Mar 09 20:04:06.644 INFO O| Mar 09 20:04:06.644 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82872026-03-09T20:04:08.836Z[ recovery-image] Mar 09 20:04:06.715 INFO O| Mar 09 20:04:06.715 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82882026-03-09T20:04:08.836Z[ recovery-image] Mar 09 20:04:06.715 INFO O| Mar 09 20:04:06.715 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82892026-03-09T20:04:08.839Z[ recovery-image] Mar 09 20:04:06.718 INFO O| Mar 09 20:04:06.718 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82902026-03-09T20:04:08.925Z[ recovery-image] Mar 09 20:04:06.803 INFO O| Mar 09 20:04:06.803 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82912026-03-09T20:04:08.994Z[ recovery-image] Mar 09 20:04:06.873 INFO O| Mar 09 20:04:06.873 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82922026-03-09T20:04:09.006Z[ recovery-image] Mar 09 20:04:06.884 INFO O| Mar 09 20:04:06.884 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82932026-03-09T20:04:09.010Z[ recovery-image] Mar 09 20:04:06.889 INFO O| Mar 09 20:04:06.889 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82942026-03-09T20:04:09.021Z[ recovery-image] Mar 09 20:04:06.900 INFO O| Mar 09 20:04:06.900 INFO no lofi found
82952026-03-09T20:04:09.021Z[ recovery-image] Mar 09 20:04:06.900 INFO O| Mar 09 20:04:06.900 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82962026-03-09T20:04:09.024Z[ recovery-image] Mar 09 20:04:06.900 INFO O| Mar 09 20:04:06.900 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82972026-03-09T20:04:11.126Z[ recovery-image] Mar 09 20:04:09.004 INFO O| Mar 09 20:04:09.004 INFO lofi device = /dev/dsk/c2t1d0p0
82982026-03-09T20:04:11.126Z[ recovery-image] Mar 09 20:04:09.004 INFO O| Mar 09 20:04:09.004 INFO pool device = /dev/dsk/c2t1d0p0
82992026-03-09T20:04:11.129Z[ recovery-image] Mar 09 20:04:09.004 INFO O| Mar 09 20:04:09.004 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
83002026-03-09T20:04:11.404Z[ recovery-image] Mar 09 20:04:09.282 INFO O| Mar 09 20:04:09.282 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83012026-03-09T20:04:11.404Z[ recovery-image] Mar 09 20:04:09.282 INFO O| Mar 09 20:04:09.282 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83022026-03-09T20:04:11.433Z[ recovery-image] Mar 09 20:04:09.311 INFO O| Mar 09 20:04:09.311 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83032026-03-09T20:04:11.836Z[ recovery-image] Mar 09 20:04:09.714 INFO O| Mar 09 20:04:09.714 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83042026-03-09T20:04:11.891Z[ recovery-image] Mar 09 20:04:09.769 INFO O| Mar 09 20:04:09.769 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83052026-03-09T20:04:11.916Z[ recovery-image] Mar 09 20:04:09.794 INFO O| Mar 09 20:04:09.794 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83062026-03-09T20:04:11.935Z[ recovery-image] Mar 09 20:04:09.813 INFO O| Mar 09 20:04:09.813 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83072026-03-09T20:04:12.007Z[ recovery-image] Mar 09 20:04:09.885 INFO O| Mar 09 20:04:09.885 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83082026-03-09T20:04:12.011Z[ recovery-image] Mar 09 20:04:09.885 INFO O| Mar 09 20:04:09.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83092026-03-09T20:04:12.011Z[ recovery-image] Mar 09 20:04:09.885 INFO O| Mar 09 20:04:09.885 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83102026-03-09T20:04:12.032Z[ recovery-image] Mar 09 20:04:09.909 INFO O| Mar 09 20:04:09.909 INFO boot environment UUID: 1df39a7c-2b58-4309-8edd-755bb009870c
83112026-03-09T20:04:12.032Z[ recovery-image] Mar 09 20:04:09.909 INFO O| Mar 09 20:04:09.909 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1df39a7c-2b58-4309-8edd-755bb009870c
83122026-03-09T20:04:12.053Z[ recovery-image] Mar 09 20:04:09.931 INFO O| Mar 09 20:04:09.931 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83132026-03-09T20:04:12.072Z[ recovery-image] Mar 09 20:04:09.950 INFO O| Mar 09 20:04:09.950 INFO STEP 0 (create_be) COMPLETE
83142026-03-09T20:04:12.072Z[ recovery-image] Mar 09 20:04:09.950 INFO O| Mar 09 20:04:09.950 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83152026-03-09T20:04:12.093Z[ recovery-image] Mar 09 20:04:09.971 INFO O| Mar 09 20:04:09.971 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"]
83162026-03-09T20:04:18.118Z[ recovery-image] Mar 09 20:04:15.994 INFO O| Mar 09 20:04:15.994 INFO STEP 1 (unpack_tar) COMPLETE
83172026-03-09T20:04:18.118Z[ recovery-image] Mar 09 20:04:15.994 INFO O| Mar 09 20:04:15.994 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83182026-03-09T20:04:18.131Z[ recovery-image] Mar 09 20:04:16.007 INFO O| Mar 09 20:04:16.007 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83192026-03-09T20:04:19.621Z[ recovery-image] Mar 09 20:04:17.497 INFO O| Mar 09 20:04:17.497 INFO STEP 2 (devfsadm) COMPLETE
83202026-03-09T20:04:19.621Z[ recovery-image] Mar 09 20:04:17.497 INFO O| Mar 09 20:04:17.497 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83212026-03-09T20:04:19.635Z[ recovery-image] Mar 09 20:04:17.511 INFO O| Mar 09 20:04:17.511 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83222026-03-09T20:04:19.635Z[ recovery-image] Mar 09 20:04:17.511 INFO O| Mar 09 20:04:17.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83232026-03-09T20:04:19.635Z[ recovery-image] Mar 09 20:04:17.511 INFO O| Mar 09 20:04:17.511 INFO STEP 3 (ensure_dir) COMPLETE
83242026-03-09T20:04:19.638Z[ recovery-image] Mar 09 20:04:17.511 INFO O| Mar 09 20:04:17.511 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83252026-03-09T20:04:19.648Z[ recovery-image] Mar 09 20:04:17.524 INFO O| Mar 09 20:04:17.524 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83262026-03-09T20:04:19.648Z[ recovery-image] Mar 09 20:04:17.524 INFO O| Mar 09 20:04:17.524 INFO STEP 4 (ensure_dir) COMPLETE
83272026-03-09T20:04:19.651Z[ recovery-image] Mar 09 20:04:17.524 INFO O| Mar 09 20:04:17.524 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83282026-03-09T20:04:19.661Z[ recovery-image] Mar 09 20:04:17.538 INFO O| Mar 09 20:04:17.537 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83292026-03-09T20:04:19.661Z[ recovery-image] Mar 09 20:04:17.538 INFO O| Mar 09 20:04:17.538 INFO STEP 5 (ensure_dir) COMPLETE
83302026-03-09T20:04:19.665Z[ recovery-image] Mar 09 20:04:17.538 INFO O| Mar 09 20:04:17.538 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83312026-03-09T20:04:19.676Z[ recovery-image] Mar 09 20:04:17.552 INFO O| Mar 09 20:04:17.552 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83322026-03-09T20:04:19.676Z[ recovery-image] Mar 09 20:04:17.552 INFO O| Mar 09 20:04:17.552 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83332026-03-09T20:04:19.679Z[ recovery-image] Mar 09 20:04:17.552 INFO O| Mar 09 20:04:17.552 INFO STEP 6 (ensure_dir) COMPLETE
83342026-03-09T20:04:19.679Z[ recovery-image] Mar 09 20:04:17.552 INFO O| Mar 09 20:04:17.552 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83352026-03-09T20:04:19.691Z[ recovery-image] Mar 09 20:04:17.567 INFO O| Mar 09 20:04:17.566 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83362026-03-09T20:04:19.691Z[ recovery-image] Mar 09 20:04:17.567 INFO O| Mar 09 20:04:17.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83372026-03-09T20:04:19.694Z[ recovery-image] Mar 09 20:04:17.567 INFO O| Mar 09 20:04:17.567 INFO STEP 7 (ensure_dir) COMPLETE
83382026-03-09T20:04:19.694Z[ recovery-image] Mar 09 20:04:17.567 INFO O| Mar 09 20:04:17.567 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83392026-03-09T20:04:19.706Z[ recovery-image] Mar 09 20:04:17.582 INFO O| Mar 09 20:04:17.582 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83402026-03-09T20:04:19.706Z[ recovery-image] Mar 09 20:04:17.582 INFO O| Mar 09 20:04:17.582 INFO STEP 8 (remove_files) COMPLETE
83412026-03-09T20:04:19.709Z[ recovery-image] Mar 09 20:04:17.582 INFO O| Mar 09 20:04:17.582 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83422026-03-09T20:04:19.722Z[ recovery-image] Mar 09 20:04:17.598 INFO O| Mar 09 20:04:17.598 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83432026-03-09T20:04:19.725Z[ recovery-image] Mar 09 20:04:17.599 INFO O| Mar 09 20:04:17.599 INFO STEP 9 (remove_files) COMPLETE
83442026-03-09T20:04:19.725Z[ recovery-image] Mar 09 20:04:17.599 INFO O| Mar 09 20:04:17.599 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83452026-03-09T20:04:19.739Z[ recovery-image] Mar 09 20:04:17.615 INFO O| Mar 09 20:04:17.615 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83462026-03-09T20:04:19.742Z[ recovery-image] Mar 09 20:04:17.616 INFO O| Mar 09 20:04:17.616 INFO STEP 10 (remove_files) COMPLETE
83472026-03-09T20:04:19.742Z[ recovery-image] Mar 09 20:04:17.616 INFO O| Mar 09 20:04:17.616 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83482026-03-09T20:04:19.755Z[ recovery-image] Mar 09 20:04:17.631 INFO O| Mar 09 20:04:17.631 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83492026-03-09T20:04:19.755Z[ recovery-image] Mar 09 20:04:17.631 INFO O| Mar 09 20:04:17.631 INFO STEP 11 (remove_files) COMPLETE
83502026-03-09T20:04:19.755Z[ recovery-image] Mar 09 20:04:17.631 INFO O| Mar 09 20:04:17.631 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83512026-03-09T20:04:19.769Z[ recovery-image] Mar 09 20:04:17.645 INFO O| Mar 09 20:04:17.644 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83522026-03-09T20:04:19.769Z[ recovery-image] Mar 09 20:04:17.645 INFO O| Mar 09 20:04:17.645 INFO STEP 12 (remove_files) COMPLETE
83532026-03-09T20:04:19.769Z[ recovery-image] Mar 09 20:04:17.645 INFO O| Mar 09 20:04:17.645 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83542026-03-09T20:04:19.783Z[ recovery-image] Mar 09 20:04:17.658 INFO O| Mar 09 20:04:17.658 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83552026-03-09T20:04:19.783Z[ recovery-image] Mar 09 20:04:17.659 INFO O| Mar 09 20:04:17.658 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83562026-03-09T20:04:19.786Z[ recovery-image] Mar 09 20:04:17.659 INFO O| Mar 09 20:04:17.659 INFO STEP 13 (ensure_dir) COMPLETE
83572026-03-09T20:04:19.786Z[ recovery-image] Mar 09 20:04:17.659 INFO O| Mar 09 20:04:17.659 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83582026-03-09T20:04:19.796Z[ recovery-image] Mar 09 20:04:17.672 INFO O| Mar 09 20:04:17.672 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83592026-03-09T20:04:19.796Z[ recovery-image] Mar 09 20:04:17.672 INFO O| Mar 09 20:04:17.672 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83602026-03-09T20:04:19.797Z[ recovery-image] Mar 09 20:04:17.672 INFO O| Mar 09 20:04:17.672 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83612026-03-09T20:04:19.797Z[ recovery-image] Mar 09 20:04:17.672 INFO O| Mar 09 20:04:17.672 INFO STEP 14 (ensure_dir) COMPLETE
83622026-03-09T20:04:19.800Z[ recovery-image] Mar 09 20:04:17.672 INFO O| Mar 09 20:04:17.672 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83632026-03-09T20:04:19.810Z[ recovery-image] Mar 09 20:04:17.686 INFO O| Mar 09 20:04:17.686 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83642026-03-09T20:04:19.810Z[ recovery-image] Mar 09 20:04:17.686 INFO O| Mar 09 20:04:17.686 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83652026-03-09T20:04:19.813Z[ recovery-image] Mar 09 20:04:17.686 INFO O| Mar 09 20:04:17.686 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83662026-03-09T20:04:19.813Z[ recovery-image] Mar 09 20:04:17.686 INFO O| Mar 09 20:04:17.686 INFO STEP 15 (ensure_dir) COMPLETE
83672026-03-09T20:04:19.814Z[ recovery-image] Mar 09 20:04:17.686 INFO O| Mar 09 20:04:17.686 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83682026-03-09T20:04:19.824Z[ recovery-image] Mar 09 20:04:17.700 INFO O| Mar 09 20:04:17.700 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83692026-03-09T20:04:19.824Z[ recovery-image] Mar 09 20:04:17.700 INFO O| Mar 09 20:04:17.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83702026-03-09T20:04:19.828Z[ recovery-image] Mar 09 20:04:17.700 INFO O| Mar 09 20:04:17.700 INFO STEP 16 (ensure_dir) COMPLETE
83712026-03-09T20:04:19.828Z[ recovery-image] Mar 09 20:04:17.700 INFO O| Mar 09 20:04:17.700 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83722026-03-09T20:04:19.839Z[ recovery-image] Mar 09 20:04:17.713 INFO O| Mar 09 20:04:17.713 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83732026-03-09T20:04:19.839Z[ recovery-image] Mar 09 20:04:17.713 INFO O| Mar 09 20:04:17.713 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83742026-03-09T20:04:19.842Z[ recovery-image] Mar 09 20:04:17.713 INFO O| Mar 09 20:04:17.713 INFO STEP 17 (ensure_dir) COMPLETE
83752026-03-09T20:04:19.842Z[ recovery-image] Mar 09 20:04:17.713 INFO O| Mar 09 20:04:17.713 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83762026-03-09T20:04:19.853Z[ recovery-image] Mar 09 20:04:17.729 INFO O| Mar 09 20:04:17.729 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83772026-03-09T20:04:19.853Z[ recovery-image] Mar 09 20:04:17.729 INFO O| Mar 09 20:04:17.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83782026-03-09T20:04:19.853Z[ recovery-image] Mar 09 20:04:17.729 INFO O| Mar 09 20:04:17.729 INFO ok!
83792026-03-09T20:04:19.856Z[ recovery-image] Mar 09 20:04:17.729 INFO O| Mar 09 20:04:17.729 INFO STEP 18 (ensure_symlink) COMPLETE
83802026-03-09T20:04:19.856Z[ recovery-image] Mar 09 20:04:17.729 INFO O| Mar 09 20:04:17.729 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83812026-03-09T20:04:19.870Z[ recovery-image] Mar 09 20:04:17.746 INFO O| Mar 09 20:04:17.746 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83822026-03-09T20:04:19.873Z[ recovery-image] Mar 09 20:04:17.746 INFO O| Mar 09 20:04:17.746 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83832026-03-09T20:04:19.873Z[ recovery-image] Mar 09 20:04:17.746 INFO O| Mar 09 20:04:17.746 INFO ok!
83842026-03-09T20:04:19.873Z[ recovery-image] Mar 09 20:04:17.746 INFO O| Mar 09 20:04:17.746 INFO STEP 19 (ensure_file) COMPLETE
83852026-03-09T20:04:19.873Z[ recovery-image] Mar 09 20:04:17.746 INFO O| Mar 09 20:04:17.746 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83862026-03-09T20:04:19.886Z[ recovery-image] Mar 09 20:04:17.761 INFO O| Mar 09 20:04:17.761 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83872026-03-09T20:04:19.886Z[ recovery-image] Mar 09 20:04:17.762 INFO O| Mar 09 20:04:17.761 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83882026-03-09T20:04:19.886Z[ recovery-image] Mar 09 20:04:17.762 INFO O| Mar 09 20:04:17.762 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83892026-03-09T20:04:19.886Z[ recovery-image] Mar 09 20:04:17.762 INFO O| Mar 09 20:04:17.762 INFO ok!
83902026-03-09T20:04:19.886Z[ recovery-image] Mar 09 20:04:17.762 INFO O| Mar 09 20:04:17.762 INFO STEP 20 (ensure_symlink) COMPLETE
83912026-03-09T20:04:19.886Z[ recovery-image] Mar 09 20:04:17.762 INFO O| Mar 09 20:04:17.762 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83922026-03-09T20:04:19.902Z[ recovery-image] Mar 09 20:04:17.777 INFO O| Mar 09 20:04:17.777 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83932026-03-09T20:04:19.902Z[ recovery-image] Mar 09 20:04:17.777 INFO O| Mar 09 20:04:17.777 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83942026-03-09T20:04:19.902Z[ recovery-image] Mar 09 20:04:17.777 INFO O| Mar 09 20:04:17.777 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83952026-03-09T20:04:19.902Z[ recovery-image] Mar 09 20:04:17.777 INFO O| Mar 09 20:04:17.777 INFO ok!
83962026-03-09T20:04:19.905Z[ recovery-image] Mar 09 20:04:17.777 INFO O| Mar 09 20:04:17.777 INFO STEP 21 (ensure_symlink) COMPLETE
83972026-03-09T20:04:19.905Z[ recovery-image] Mar 09 20:04:17.777 INFO O| Mar 09 20:04:17.777 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83982026-03-09T20:04:19.916Z[ recovery-image] Mar 09 20:04:17.792 INFO O| Mar 09 20:04:17.792 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83992026-03-09T20:04:19.916Z[ recovery-image] Mar 09 20:04:17.792 INFO O| Mar 09 20:04:17.792 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84002026-03-09T20:04:19.916Z[ recovery-image] Mar 09 20:04:17.792 INFO O| Mar 09 20:04:17.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84012026-03-09T20:04:19.916Z[ recovery-image] Mar 09 20:04:17.792 INFO O| Mar 09 20:04:17.792 INFO ok!
84022026-03-09T20:04:19.920Z[ recovery-image] Mar 09 20:04:17.792 INFO O| Mar 09 20:04:17.792 INFO STEP 22 (ensure_symlink) COMPLETE
84032026-03-09T20:04:19.920Z[ recovery-image] Mar 09 20:04:17.792 INFO O| Mar 09 20:04:17.792 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84042026-03-09T20:04:19.932Z[ recovery-image] Mar 09 20:04:17.808 INFO O| Mar 09 20:04:17.808 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84052026-03-09T20:04:19.932Z[ recovery-image] Mar 09 20:04:17.808 INFO O| Mar 09 20:04:17.808 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84062026-03-09T20:04:19.932Z[ recovery-image] Mar 09 20:04:17.808 INFO O| Mar 09 20:04:17.808 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84072026-03-09T20:04:19.936Z[ recovery-image] Mar 09 20:04:17.808 INFO O| Mar 09 20:04:17.808 INFO ok!
84082026-03-09T20:04:19.936Z[ recovery-image] Mar 09 20:04:17.808 INFO O| Mar 09 20:04:17.808 INFO STEP 23 (ensure_symlink) COMPLETE
84092026-03-09T20:04:19.936Z[ recovery-image] Mar 09 20:04:17.808 INFO O| Mar 09 20:04:17.808 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84102026-03-09T20:04:19.946Z[ recovery-image] Mar 09 20:04:17.822 INFO O| Mar 09 20:04:17.822 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84112026-03-09T20:04:19.946Z[ recovery-image] Mar 09 20:04:17.823 INFO O| Mar 09 20:04:17.822 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 ...
84122026-03-09T20:04:19.950Z[ recovery-image] Mar 09 20:04:17.823 INFO O| Mar 09 20:04:17.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84132026-03-09T20:04:19.950Z[ recovery-image] Mar 09 20:04:17.823 INFO O| Mar 09 20:04:17.823 INFO ok!
84142026-03-09T20:04:19.950Z[ recovery-image] Mar 09 20:04:17.823 INFO O| Mar 09 20:04:17.823 INFO STEP 24 (ensure_file) COMPLETE
84152026-03-09T20:04:19.950Z[ recovery-image] Mar 09 20:04:17.823 INFO O| Mar 09 20:04:17.823 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84162026-03-09T20:04:19.964Z[ recovery-image] Mar 09 20:04:17.839 INFO O| Mar 09 20:04:17.839 INFO updating shadow file
84172026-03-09T20:04:19.966Z[ recovery-image] Mar 09 20:04:17.840 INFO O| Mar 09 20:04:17.840 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84182026-03-09T20:04:19.967Z[ recovery-image] Mar 09 20:04:17.840 INFO O| Mar 09 20:04:17.840 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84192026-03-09T20:04:19.967Z[ recovery-image] Mar 09 20:04:17.840 INFO O| Mar 09 20:04:17.840 INFO STEP 25 (shadow) COMPLETE
84202026-03-09T20:04:19.967Z[ recovery-image] Mar 09 20:04:17.840 INFO O| Mar 09 20:04:17.840 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84212026-03-09T20:04:19.980Z[ recovery-image] Mar 09 20:04:17.856 INFO O| Mar 09 20:04:17.856 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84222026-03-09T20:04:19.980Z[ recovery-image] Mar 09 20:04:17.856 INFO O| Mar 09 20:04:17.856 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84232026-03-09T20:04:19.984Z[ recovery-image] Mar 09 20:04:17.856 INFO O| Mar 09 20:04:17.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84242026-03-09T20:04:19.984Z[ recovery-image] Mar 09 20:04:17.856 INFO O| Mar 09 20:04:17.856 INFO ok!
84252026-03-09T20:04:19.984Z[ recovery-image] Mar 09 20:04:17.856 INFO O| Mar 09 20:04:17.856 INFO STEP 26 (ensure_file) COMPLETE
84262026-03-09T20:04:19.984Z[ recovery-image] Mar 09 20:04:17.856 INFO O| Mar 09 20:04:17.856 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84272026-03-09T20:04:19.995Z[ recovery-image] Mar 09 20:04:17.871 INFO O| Mar 09 20:04:17.871 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84282026-03-09T20:04:19.995Z[ recovery-image] Mar 09 20:04:17.871 INFO O| Mar 09 20:04:17.871 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84292026-03-09T20:04:19.998Z[ recovery-image] Mar 09 20:04:17.871 INFO O| Mar 09 20:04:17.871 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84302026-03-09T20:04:19.998Z[ recovery-image] Mar 09 20:04:17.871 INFO O| Mar 09 20:04:17.871 INFO ok!
84312026-03-09T20:04:19.998Z[ recovery-image] Mar 09 20:04:17.871 INFO O| Mar 09 20:04:17.871 INFO STEP 27 (ensure_file) COMPLETE
84322026-03-09T20:04:19.998Z[ recovery-image] Mar 09 20:04:17.871 INFO O| Mar 09 20:04:17.871 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84332026-03-09T20:04:20.010Z[ recovery-image] Mar 09 20:04:17.886 INFO O| Mar 09 20:04:17.886 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84342026-03-09T20:04:20.010Z[ recovery-image] Mar 09 20:04:17.886 INFO O| Mar 09 20:04:17.886 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84352026-03-09T20:04:20.010Z[ recovery-image] Mar 09 20:04:17.886 INFO O| Mar 09 20:04:17.886 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84362026-03-09T20:04:20.014Z[ recovery-image] Mar 09 20:04:17.887 INFO O| Mar 09 20:04:17.886 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84372026-03-09T20:04:20.014Z[ recovery-image] Mar 09 20:04:17.887 INFO O| Mar 09 20:04:17.887 INFO ok!
84382026-03-09T20:04:20.014Z[ recovery-image] Mar 09 20:04:17.887 INFO O| Mar 09 20:04:17.887 INFO STEP 28 (ensure_file) COMPLETE
84392026-03-09T20:04:20.014Z[ recovery-image] Mar 09 20:04:17.887 INFO O| Mar 09 20:04:17.887 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84402026-03-09T20:04:20.025Z[ recovery-image] Mar 09 20:04:17.901 INFO O| Mar 09 20:04:17.901 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84412026-03-09T20:04:20.025Z[ recovery-image] Mar 09 20:04:17.901 INFO O| Mar 09 20:04:17.901 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84422026-03-09T20:04:20.028Z[ recovery-image] Mar 09 20:04:17.901 INFO O| Mar 09 20:04:17.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84432026-03-09T20:04:20.028Z[ recovery-image] Mar 09 20:04:17.901 INFO O| Mar 09 20:04:17.901 INFO ok!
84442026-03-09T20:04:20.028Z[ recovery-image] Mar 09 20:04:17.901 INFO O| Mar 09 20:04:17.901 INFO STEP 29 (ensure_file) COMPLETE
84452026-03-09T20:04:20.028Z[ recovery-image] Mar 09 20:04:17.901 INFO O| Mar 09 20:04:17.901 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84462026-03-09T20:04:20.039Z[ recovery-image] Mar 09 20:04:17.916 INFO O| Mar 09 20:04:17.915 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84472026-03-09T20:04:20.040Z[ recovery-image] Mar 09 20:04:17.916 INFO O| Mar 09 20:04:17.916 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84482026-03-09T20:04:20.043Z[ recovery-image] Mar 09 20:04:17.916 INFO O| Mar 09 20:04:17.916 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84492026-03-09T20:04:20.043Z[ recovery-image] Mar 09 20:04:17.916 INFO O| Mar 09 20:04:17.916 INFO STEP 30 (ensure_dir) COMPLETE
84502026-03-09T20:04:20.043Z[ recovery-image] Mar 09 20:04:17.916 INFO O| Mar 09 20:04:17.916 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84512026-03-09T20:04:20.053Z[ recovery-image] Mar 09 20:04:17.929 INFO O| Mar 09 20:04:17.929 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84522026-03-09T20:04:20.053Z[ recovery-image] Mar 09 20:04:17.929 INFO O| Mar 09 20:04:17.929 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 ...
84532026-03-09T20:04:20.056Z[ recovery-image] Mar 09 20:04:17.930 INFO O| Mar 09 20:04:17.930 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
84542026-03-09T20:04:20.056Z[ recovery-image] Mar 09 20:04:17.930 INFO O| Mar 09 20:04:17.930 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84552026-03-09T20:04:20.056Z[ recovery-image] Mar 09 20:04:17.930 INFO O| Mar 09 20:04:17.930 INFO ok!
84562026-03-09T20:04:20.056Z[ recovery-image] Mar 09 20:04:17.930 INFO O| Mar 09 20:04:17.930 INFO STEP 31 (ensure_file) COMPLETE
84572026-03-09T20:04:20.056Z[ recovery-image] Mar 09 20:04:17.930 INFO O| Mar 09 20:04:17.930 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84582026-03-09T20:04:20.069Z[ recovery-image] Mar 09 20:04:17.945 INFO O| Mar 09 20:04:17.945 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84592026-03-09T20:04:20.072Z[ recovery-image] Mar 09 20:04:17.945 INFO O| Mar 09 20:04:17.945 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84602026-03-09T20:04:20.072Z[ recovery-image] Mar 09 20:04:17.945 INFO O| Mar 09 20:04:17.945 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84612026-03-09T20:04:20.072Z[ recovery-image] Mar 09 20:04:17.945 INFO O| Mar 09 20:04:17.945 INFO STEP 32 (ensure_dir) COMPLETE
84622026-03-09T20:04:20.072Z[ recovery-image] Mar 09 20:04:17.945 INFO O| Mar 09 20:04:17.945 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84632026-03-09T20:04:20.083Z[ recovery-image] Mar 09 20:04:17.959 INFO O| Mar 09 20:04:17.959 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84642026-03-09T20:04:20.083Z[ recovery-image] Mar 09 20:04:17.960 INFO O| Mar 09 20:04:17.959 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 ...
84652026-03-09T20:04:20.087Z[ recovery-image] Mar 09 20:04:17.960 INFO O| Mar 09 20:04:17.960 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
84662026-03-09T20:04:20.087Z[ recovery-image] Mar 09 20:04:17.960 INFO O| Mar 09 20:04:17.960 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84672026-03-09T20:04:20.087Z[ recovery-image] Mar 09 20:04:17.960 INFO O| Mar 09 20:04:17.960 INFO ok!
84682026-03-09T20:04:20.087Z[ recovery-image] Mar 09 20:04:17.960 INFO O| Mar 09 20:04:17.960 INFO STEP 33 (ensure_file) COMPLETE
84692026-03-09T20:04:20.087Z[ recovery-image] Mar 09 20:04:17.960 INFO O| Mar 09 20:04:17.960 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84702026-03-09T20:04:20.098Z[ recovery-image] Mar 09 20:04:17.974 INFO O| Mar 09 20:04:17.974 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84712026-03-09T20:04:20.098Z[ recovery-image] Mar 09 20:04:17.974 INFO O| Mar 09 20:04:17.974 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84722026-03-09T20:04:20.102Z[ recovery-image] Mar 09 20:04:17.974 INFO O| Mar 09 20:04:17.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84732026-03-09T20:04:20.102Z[ recovery-image] Mar 09 20:04:17.974 INFO O| Mar 09 20:04:17.974 INFO ok!
84742026-03-09T20:04:20.102Z[ recovery-image] Mar 09 20:04:17.974 INFO O| Mar 09 20:04:17.974 INFO STEP 34 (ensure_file) COMPLETE
84752026-03-09T20:04:20.102Z[ recovery-image] Mar 09 20:04:17.974 INFO O| Mar 09 20:04:17.974 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84762026-03-09T20:04:20.114Z[ recovery-image] Mar 09 20:04:17.989 INFO O| Mar 09 20:04:17.989 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84772026-03-09T20:04:20.117Z[ recovery-image] Mar 09 20:04:17.989 INFO O| Mar 09 20:04:17.989 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84782026-03-09T20:04:20.117Z[ recovery-image] Mar 09 20:04:17.990 INFO O| Mar 09 20:04:17.990 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84792026-03-09T20:04:20.117Z[ recovery-image] Mar 09 20:04:17.990 INFO O| Mar 09 20:04:17.990 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84802026-03-09T20:04:20.117Z[ recovery-image] Mar 09 20:04:17.990 INFO O| Mar 09 20:04:17.990 INFO ok!
84812026-03-09T20:04:20.117Z[ recovery-image] Mar 09 20:04:17.990 INFO O| Mar 09 20:04:17.990 INFO STEP 35 (ensure_file) COMPLETE
84822026-03-09T20:04:20.117Z[ recovery-image] Mar 09 20:04:17.990 INFO O| Mar 09 20:04:17.990 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84832026-03-09T20:04:20.154Z[ recovery-image] Mar 09 20:04:18.030 INFO O| Mar 09 20:04:18.030 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84842026-03-09T20:04:20.154Z[ recovery-image] Mar 09 20:04:18.030 INFO O| Mar 09 20:04:18.030 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84852026-03-09T20:04:20.157Z[ recovery-image] Mar 09 20:04:18.030 INFO O| Mar 09 20:04:18.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84862026-03-09T20:04:20.158Z[ recovery-image] Mar 09 20:04:18.030 INFO O| Mar 09 20:04:18.030 INFO ok!
84872026-03-09T20:04:20.158Z[ recovery-image] Mar 09 20:04:18.030 INFO O| Mar 09 20:04:18.030 INFO STEP 36 (ensure_file) COMPLETE
84882026-03-09T20:04:20.158Z[ recovery-image] Mar 09 20:04:18.030 INFO O| Mar 09 20:04:18.030 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84892026-03-09T20:04:20.171Z[ recovery-image] Mar 09 20:04:18.047 INFO O| Mar 09 20:04:18.047 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84902026-03-09T20:04:20.171Z[ recovery-image] Mar 09 20:04:18.047 INFO O| Mar 09 20:04:18.047 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84912026-03-09T20:04:20.175Z[ recovery-image] Mar 09 20:04:18.047 INFO O| Mar 09 20:04:18.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84922026-03-09T20:04:20.175Z[ recovery-image] Mar 09 20:04:18.047 INFO O| Mar 09 20:04:18.047 INFO ok!
84932026-03-09T20:04:20.175Z[ recovery-image] Mar 09 20:04:18.047 INFO O| Mar 09 20:04:18.047 INFO STEP 37 (ensure_file) COMPLETE
84942026-03-09T20:04:20.175Z[ recovery-image] Mar 09 20:04:18.047 INFO O| Mar 09 20:04:18.047 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84952026-03-09T20:04:20.186Z[ recovery-image] Mar 09 20:04:18.062 INFO O| Mar 09 20:04:18.062 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84962026-03-09T20:04:20.186Z[ recovery-image] Mar 09 20:04:18.063 INFO O| Mar 09 20:04:18.062 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84972026-03-09T20:04:20.190Z[ recovery-image] Mar 09 20:04:18.064 INFO O| Mar 09 20:04:18.064 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84982026-03-09T20:04:20.190Z[ recovery-image] Mar 09 20:04:18.064 INFO O| Mar 09 20:04:18.064 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84992026-03-09T20:04:20.190Z[ recovery-image] Mar 09 20:04:18.064 INFO O| Mar 09 20:04:18.064 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85002026-03-09T20:04:20.190Z[ recovery-image] Mar 09 20:04:18.064 INFO O| Mar 09 20:04:18.064 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85012026-03-09T20:04:20.190Z[ recovery-image] Mar 09 20:04:18.064 INFO O| Mar 09 20:04:18.064 INFO ok!
85022026-03-09T20:04:20.190Z[ recovery-image] Mar 09 20:04:18.064 INFO O| Mar 09 20:04:18.064 INFO STEP 38 (ensure_file) COMPLETE
85032026-03-09T20:04:20.190Z[ recovery-image] Mar 09 20:04:18.064 INFO O| Mar 09 20:04:18.064 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85042026-03-09T20:04:20.202Z[ recovery-image] Mar 09 20:04:18.078 INFO O| Mar 09 20:04:18.078 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85052026-03-09T20:04:20.202Z[ recovery-image] Mar 09 20:04:18.078 INFO O| Mar 09 20:04:18.078 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85062026-03-09T20:04:20.202Z[ recovery-image] Mar 09 20:04:18.078 INFO O| Mar 09 20:04:18.078 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85072026-03-09T20:04:20.206Z[ recovery-image] Mar 09 20:04:18.078 INFO O| Mar 09 20:04:18.078 INFO STEP 39 (ensure_dir) COMPLETE
85082026-03-09T20:04:20.206Z[ recovery-image] Mar 09 20:04:18.078 INFO O| Mar 09 20:04:18.078 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85092026-03-09T20:04:20.221Z[ recovery-image] Mar 09 20:04:18.097 INFO O| Mar 09 20:04:18.097 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
85102026-03-09T20:04:20.221Z[ recovery-image] Mar 09 20:04:18.097 INFO O| Mar 09 20:04:18.097 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 ...
85112026-03-09T20:04:20.224Z[ recovery-image] Mar 09 20:04:18.098 INFO O| Mar 09 20:04:18.098 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
85122026-03-09T20:04:20.224Z[ recovery-image] Mar 09 20:04:18.098 INFO O| Mar 09 20:04:18.098 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
85132026-03-09T20:04:20.224Z[ recovery-image] Mar 09 20:04:18.098 INFO O| Mar 09 20:04:18.098 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
85142026-03-09T20:04:20.224Z[ recovery-image] Mar 09 20:04:18.098 INFO O| Mar 09 20:04:18.098 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
85152026-03-09T20:04:20.224Z[ recovery-image] Mar 09 20:04:18.098 INFO O| Mar 09 20:04:18.098 INFO ok!
85162026-03-09T20:04:20.225Z[ recovery-image] Mar 09 20:04:18.098 INFO O| Mar 09 20:04:18.098 INFO STEP 40 (ensure_file) COMPLETE
85172026-03-09T20:04:20.225Z[ recovery-image] Mar 09 20:04:18.098 INFO O| Mar 09 20:04:18.098 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85182026-03-09T20:04:20.236Z[ recovery-image] Mar 09 20:04:18.112 INFO O| Mar 09 20:04:18.111 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85192026-03-09T20:04:20.236Z[ recovery-image] Mar 09 20:04:18.112 INFO O| Mar 09 20:04:18.111 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 ...
85202026-03-09T20:04:20.239Z[ recovery-image] Mar 09 20:04:18.112 INFO O| Mar 09 20:04:18.111 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85212026-03-09T20:04:20.239Z[ recovery-image] Mar 09 20:04:18.112 INFO O| Mar 09 20:04:18.111 INFO ok!
85222026-03-09T20:04:20.239Z[ recovery-image] Mar 09 20:04:18.112 INFO O| Mar 09 20:04:18.112 INFO STEP 41 (ensure_symlink) COMPLETE
85232026-03-09T20:04:20.239Z[ recovery-image] Mar 09 20:04:18.112 INFO O| Mar 09 20:04:18.112 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85242026-03-09T20:04:20.250Z[ recovery-image] Mar 09 20:04:18.126 INFO O| Mar 09 20:04:18.125 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85252026-03-09T20:04:20.250Z[ recovery-image] Mar 09 20:04:18.126 INFO O| Mar 09 20:04:18.125 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85262026-03-09T20:04:20.250Z[ recovery-image] Mar 09 20:04:18.126 INFO O| Mar 09 20:04:18.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85272026-03-09T20:04:20.250Z[ recovery-image] Mar 09 20:04:18.126 INFO O| Mar 09 20:04:18.125 INFO ok!
85282026-03-09T20:04:20.253Z[ recovery-image] Mar 09 20:04:18.126 INFO O| Mar 09 20:04:18.125 INFO STEP 42 (ensure_symlink) COMPLETE
85292026-03-09T20:04:20.253Z[ recovery-image] Mar 09 20:04:18.126 INFO O| Mar 09 20:04:18.125 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85302026-03-09T20:04:20.269Z[ recovery-image] Mar 09 20:04:18.145 INFO O| Mar 09 20:04:18.145 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85312026-03-09T20:04:20.269Z[ recovery-image] Mar 09 20:04:18.145 INFO O| Mar 09 20:04:18.145 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85322026-03-09T20:04:20.272Z[ recovery-image] Mar 09 20:04:18.145 INFO O| Mar 09 20:04:18.145 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85332026-03-09T20:04:20.272Z[ recovery-image] Mar 09 20:04:18.145 INFO O| Mar 09 20:04:18.145 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85342026-03-09T20:04:20.272Z[ recovery-image] Mar 09 20:04:18.145 INFO O| Mar 09 20:04:18.145 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85352026-03-09T20:04:20.272Z[ recovery-image] Mar 09 20:04:18.145 INFO O| Mar 09 20:04:18.145 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85362026-03-09T20:04:20.272Z[ recovery-image] Mar 09 20:04:18.145 INFO O| Mar 09 20:04:18.145 INFO ok!
85372026-03-09T20:04:20.272Z[ recovery-image] Mar 09 20:04:18.145 INFO O| Mar 09 20:04:18.145 INFO STEP 43 (ensure_file) COMPLETE
85382026-03-09T20:04:20.272Z[ recovery-image] Mar 09 20:04:18.146 INFO O| Mar 09 20:04:18.145 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85392026-03-09T20:04:20.283Z[ recovery-image] Mar 09 20:04:18.159 INFO O| Mar 09 20:04:18.159 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85402026-03-09T20:04:20.283Z[ recovery-image] Mar 09 20:04:18.159 INFO O| Mar 09 20:04:18.159 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 ...
85412026-03-09T20:04:20.286Z[ recovery-image] Mar 09 20:04:18.160 INFO O| Mar 09 20:04:18.160 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
85422026-03-09T20:04:20.286Z[ recovery-image] Mar 09 20:04:18.160 INFO O| Mar 09 20:04:18.160 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85432026-03-09T20:04:20.287Z[ recovery-image] Mar 09 20:04:18.160 INFO O| Mar 09 20:04:18.160 INFO ok!
85442026-03-09T20:04:20.287Z[ recovery-image] Mar 09 20:04:18.160 INFO O| Mar 09 20:04:18.160 INFO STEP 44 (ensure_file) COMPLETE
85452026-03-09T20:04:20.287Z[ recovery-image] Mar 09 20:04:18.160 INFO O| Mar 09 20:04:18.160 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85462026-03-09T20:04:20.290Z[ host-image] Mar 09 20:04:18.166 INFO O| Mar 09 20:04:18.166 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
85472026-03-09T20:04:20.298Z[ recovery-image] Mar 09 20:04:18.174 INFO O| Mar 09 20:04:18.174 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85482026-03-09T20:04:20.298Z[ recovery-image] Mar 09 20:04:18.174 INFO O| Mar 09 20:04:18.174 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85492026-03-09T20:04:20.301Z[ recovery-image] Mar 09 20:04:18.175 INFO O| Mar 09 20:04:18.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85502026-03-09T20:04:20.301Z[ recovery-image] Mar 09 20:04:18.175 INFO O| Mar 09 20:04:18.175 INFO ok!
85512026-03-09T20:04:20.301Z[ recovery-image] Mar 09 20:04:18.175 INFO O| Mar 09 20:04:18.175 INFO STEP 45 (ensure_file) COMPLETE
85522026-03-09T20:04:20.301Z[ recovery-image] Mar 09 20:04:18.175 INFO O| Mar 09 20:04:18.175 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85532026-03-09T20:04:21.024Z[ recovery-image] Mar 09 20:04:18.899 INFO O| Mar 09 20:04:18.899 INFO updating shadow file
85542026-03-09T20:04:21.024Z[ recovery-image] Mar 09 20:04:18.899 INFO O| Mar 09 20:04:18.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85552026-03-09T20:04:21.024Z[ recovery-image] Mar 09 20:04:18.899 INFO O| Mar 09 20:04:18.899 INFO STEP 46 (shadow) COMPLETE
85562026-03-09T20:04:21.024Z[ recovery-image] Mar 09 20:04:18.899 INFO O| Mar 09 20:04:18.899 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85572026-03-09T20:04:21.039Z[ recovery-image] Mar 09 20:04:18.915 INFO O| Mar 09 20:04:18.914 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85582026-03-09T20:04:21.039Z[ recovery-image] Mar 09 20:04:18.915 INFO O| Mar 09 20:04:18.915 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85592026-03-09T20:04:21.039Z[ recovery-image] Mar 09 20:04:18.915 INFO O| Mar 09 20:04:18.915 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85602026-03-09T20:04:21.042Z[ recovery-image] Mar 09 20:04:18.915 INFO O| Mar 09 20:04:18.915 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85612026-03-09T20:04:21.042Z[ recovery-image] Mar 09 20:04:18.915 INFO O| Mar 09 20:04:18.915 INFO ok!
85622026-03-09T20:04:21.042Z[ recovery-image] Mar 09 20:04:18.915 INFO O| Mar 09 20:04:18.915 INFO STEP 47 (ensure_file) COMPLETE
85632026-03-09T20:04:21.042Z[ recovery-image] Mar 09 20:04:18.915 INFO O| Mar 09 20:04:18.915 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85642026-03-09T20:04:21.052Z[ recovery-image] Mar 09 20:04:18.927 INFO O| Mar 09 20:04:18.927 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85652026-03-09T20:04:21.052Z[ recovery-image] Mar 09 20:04:18.927 INFO O| Mar 09 20:04:18.927 INFO STEP 48 (ensure_dir) COMPLETE
85662026-03-09T20:04:21.055Z[ recovery-image] Mar 09 20:04:18.927 INFO O| Mar 09 20:04:18.927 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85672026-03-09T20:04:21.063Z[ recovery-image] Mar 09 20:04:18.938 INFO O| Mar 09 20:04:18.938 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85682026-03-09T20:04:21.063Z[ recovery-image] Mar 09 20:04:18.938 INFO O| Mar 09 20:04:18.938 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85692026-03-09T20:04:21.063Z[ recovery-image] Mar 09 20:04:18.938 INFO O| Mar 09 20:04:18.938 INFO STEP 49 (ensure_dir) COMPLETE
85702026-03-09T20:04:21.063Z[ recovery-image] Mar 09 20:04:18.938 INFO O| Mar 09 20:04:18.938 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85712026-03-09T20:04:21.074Z[ recovery-image] Mar 09 20:04:18.949 INFO O| Mar 09 20:04:18.949 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85722026-03-09T20:04:21.074Z[ recovery-image] Mar 09 20:04:18.949 INFO O| Mar 09 20:04:18.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85732026-03-09T20:04:21.077Z[ recovery-image] Mar 09 20:04:18.949 INFO O| Mar 09 20:04:18.949 INFO STEP 50 (ensure_dir) COMPLETE
85742026-03-09T20:04:21.077Z[ recovery-image] Mar 09 20:04:18.949 INFO O| Mar 09 20:04:18.949 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85752026-03-09T20:04:21.087Z[ recovery-image] Mar 09 20:04:18.962 INFO O| Mar 09 20:04:18.962 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85762026-03-09T20:04:21.087Z[ recovery-image] Mar 09 20:04:18.962 INFO O| Mar 09 20:04:18.962 INFO copying /tmp/.tmpQLipMI/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85772026-03-09T20:04:21.156Z[ recovery-image] Mar 09 20:04:19.031 INFO O| Mar 09 20:04:19.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85782026-03-09T20:04:21.156Z[ recovery-image] Mar 09 20:04:19.031 INFO O| Mar 09 20:04:19.031 INFO ok!
85792026-03-09T20:04:21.156Z[ recovery-image] Mar 09 20:04:19.031 INFO O| Mar 09 20:04:19.031 INFO STEP 51 (ensure_file) COMPLETE
85802026-03-09T20:04:21.159Z[ recovery-image] Mar 09 20:04:19.031 INFO O| Mar 09 20:04:19.031 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85812026-03-09T20:04:21.168Z[ recovery-image] Mar 09 20:04:19.044 INFO O| Mar 09 20:04:19.044 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85822026-03-09T20:04:21.168Z[ recovery-image] Mar 09 20:04:19.044 INFO O| Mar 09 20:04:19.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85832026-03-09T20:04:21.168Z[ recovery-image] Mar 09 20:04:19.044 INFO O| Mar 09 20:04:19.044 INFO STEP 52 (ensure_dir) COMPLETE
85842026-03-09T20:04:21.171Z[ recovery-image] Mar 09 20:04:19.044 INFO O| Mar 09 20:04:19.044 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85852026-03-09T20:04:21.181Z[ recovery-image] Mar 09 20:04:19.057 INFO O| Mar 09 20:04:19.057 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85862026-03-09T20:04:21.181Z[ recovery-image] Mar 09 20:04:19.057 INFO O| Mar 09 20:04:19.057 INFO copying /tmp/.tmpQLipMI/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85872026-03-09T20:04:21.181Z[ recovery-image] Mar 09 20:04:19.057 INFO O| Mar 09 20:04:19.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85882026-03-09T20:04:21.184Z[ recovery-image] Mar 09 20:04:19.057 INFO O| Mar 09 20:04:19.057 INFO ok!
85892026-03-09T20:04:21.184Z[ recovery-image] Mar 09 20:04:19.057 INFO O| Mar 09 20:04:19.057 INFO STEP 53 (ensure_file) COMPLETE
85902026-03-09T20:04:21.185Z[ recovery-image] Mar 09 20:04:19.057 INFO O| Mar 09 20:04:19.057 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85912026-03-09T20:04:21.194Z[ recovery-image] Mar 09 20:04:19.070 INFO O| Mar 09 20:04:19.070 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85922026-03-09T20:04:21.194Z[ recovery-image] Mar 09 20:04:19.070 INFO O| Mar 09 20:04:19.070 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85932026-03-09T20:04:21.195Z[ recovery-image] Mar 09 20:04:19.070 INFO O| Mar 09 20:04:19.070 INFO STEP 54 (ensure_dir) COMPLETE
85942026-03-09T20:04:21.198Z[ recovery-image] Mar 09 20:04:19.070 INFO O| Mar 09 20:04:19.070 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85952026-03-09T20:04:21.244Z[ recovery-image] Mar 09 20:04:19.120 INFO O| Mar 09 20:04:19.120 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85962026-03-09T20:04:21.245Z[ recovery-image] Mar 09 20:04:19.120 INFO O| Mar 09 20:04:19.120 INFO copying /tmp/.tmpQLipMI/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85972026-03-09T20:04:21.751Z[ recovery-image] Mar 09 20:04:19.626 INFO O| Mar 09 20:04:19.626 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85982026-03-09T20:04:21.755Z[ recovery-image] Mar 09 20:04:19.626 INFO O| Mar 09 20:04:19.626 INFO ok!
85992026-03-09T20:04:21.755Z[ recovery-image] Mar 09 20:04:19.626 INFO O| Mar 09 20:04:19.626 INFO STEP 55 (ensure_file) COMPLETE
86002026-03-09T20:04:21.755Z[ recovery-image] Mar 09 20:04:19.626 INFO O| Mar 09 20:04:19.626 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86012026-03-09T20:04:21.767Z[ recovery-image] Mar 09 20:04:19.642 INFO O| Mar 09 20:04:19.642 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86022026-03-09T20:04:21.767Z[ recovery-image] Mar 09 20:04:19.642 INFO O| Mar 09 20:04:19.642 INFO copying /tmp/.tmpQLipMI/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86032026-03-09T20:04:23.634Z[ recovery-image] Mar 09 20:04:21.509 INFO O| Mar 09 20:04:21.509 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86042026-03-09T20:04:23.634Z[ recovery-image] Mar 09 20:04:21.509 INFO O| Mar 09 20:04:21.509 INFO ok!
86052026-03-09T20:04:23.638Z[ recovery-image] Mar 09 20:04:21.509 INFO O| Mar 09 20:04:21.509 INFO STEP 56 (ensure_file) COMPLETE
86062026-03-09T20:04:23.638Z[ recovery-image] Mar 09 20:04:21.509 INFO O| Mar 09 20:04:21.509 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86072026-03-09T20:04:23.649Z[ recovery-image] Mar 09 20:04:21.524 INFO O| Mar 09 20:04:21.524 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86082026-03-09T20:04:23.649Z[ recovery-image] Mar 09 20:04:21.524 INFO O| Mar 09 20:04:21.524 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86092026-03-09T20:04:23.652Z[ recovery-image] Mar 09 20:04:21.524 INFO O| Mar 09 20:04:21.524 INFO STEP 57 (ensure_dir) COMPLETE
86102026-03-09T20:04:23.652Z[ recovery-image] Mar 09 20:04:21.524 INFO O| Mar 09 20:04:21.524 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86112026-03-09T20:04:23.689Z[ recovery-image] Mar 09 20:04:21.538 INFO O| Mar 09 20:04:21.538 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86122026-03-09T20:04:23.689Z[ recovery-image] Mar 09 20:04:21.538 INFO O| Mar 09 20:04:21.538 INFO copying /tmp/.tmpQLipMI/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 ...
86132026-03-09T20:04:23.689Z[ recovery-image] Mar 09 20:04:21.538 INFO O| Mar 09 20:04:21.538 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
86142026-03-09T20:04:23.689Z[ recovery-image] Mar 09 20:04:21.538 INFO O| Mar 09 20:04:21.538 INFO ok!
86152026-03-09T20:04:23.689Z[ recovery-image] Mar 09 20:04:21.538 INFO O| Mar 09 20:04:21.538 INFO STEP 58 (ensure_file) COMPLETE
86162026-03-09T20:04:23.689Z[ recovery-image] Mar 09 20:04:21.538 INFO O| Mar 09 20:04:21.538 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86172026-03-09T20:04:23.689Z[ recovery-image] Mar 09 20:04:21.552 INFO O| Mar 09 20:04:21.552 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86182026-03-09T20:04:23.689Z[ recovery-image] Mar 09 20:04:21.552 INFO O| Mar 09 20:04:21.552 INFO copying /tmp/.tmpQLipMI/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 ...
86192026-03-09T20:04:23.689Z[ recovery-image] Mar 09 20:04:21.552 INFO O| Mar 09 20:04:21.552 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
86202026-03-09T20:04:23.689Z[ recovery-image] Mar 09 20:04:21.552 INFO O| Mar 09 20:04:21.552 INFO ok!
86212026-03-09T20:04:23.689Z[ recovery-image] Mar 09 20:04:21.552 INFO O| Mar 09 20:04:21.552 INFO STEP 59 (ensure_file) COMPLETE
86222026-03-09T20:04:23.689Z[ recovery-image] Mar 09 20:04:21.552 INFO O| Mar 09 20:04:21.552 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86232026-03-09T20:04:23.693Z[ recovery-image] Mar 09 20:04:21.565 INFO O| Mar 09 20:04:21.565 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86242026-03-09T20:04:23.693Z[ recovery-image] Mar 09 20:04:21.565 INFO O| Mar 09 20:04:21.565 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86252026-03-09T20:04:23.693Z[ recovery-image] Mar 09 20:04:21.565 INFO O| Mar 09 20:04:21.565 INFO STEP 60 (ensure_dir) COMPLETE
86262026-03-09T20:04:23.693Z[ recovery-image] Mar 09 20:04:21.565 INFO O| Mar 09 20:04:21.565 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86272026-03-09T20:04:23.704Z[ recovery-image] Mar 09 20:04:21.579 INFO O| Mar 09 20:04:21.579 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86282026-03-09T20:04:23.705Z[ recovery-image] Mar 09 20:04:21.580 INFO O| Mar 09 20:04:21.579 INFO copying /tmp/.tmpQLipMI/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 ...
86292026-03-09T20:04:23.705Z[ recovery-image] Mar 09 20:04:21.580 INFO O| Mar 09 20:04:21.580 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86302026-03-09T20:04:23.705Z[ recovery-image] Mar 09 20:04:21.580 INFO O| Mar 09 20:04:21.580 INFO ok!
86312026-03-09T20:04:23.708Z[ recovery-image] Mar 09 20:04:21.580 INFO O| Mar 09 20:04:21.580 INFO STEP 61 (ensure_file) COMPLETE
86322026-03-09T20:04:23.708Z[ recovery-image] Mar 09 20:04:21.580 INFO O| Mar 09 20:04:21.580 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86332026-03-09T20:04:23.719Z[ recovery-image] Mar 09 20:04:21.594 INFO O| Mar 09 20:04:21.593 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86342026-03-09T20:04:23.719Z[ recovery-image] Mar 09 20:04:21.594 INFO O| Mar 09 20:04:21.593 INFO copying /tmp/.tmpQLipMI/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 ...
86352026-03-09T20:04:23.719Z[ recovery-image] Mar 09 20:04:21.594 INFO O| Mar 09 20:04:21.594 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
86362026-03-09T20:04:23.719Z[ recovery-image] Mar 09 20:04:21.594 INFO O| Mar 09 20:04:21.594 INFO ok!
86372026-03-09T20:04:23.722Z[ recovery-image] Mar 09 20:04:21.594 INFO O| Mar 09 20:04:21.594 INFO STEP 62 (ensure_file) COMPLETE
86382026-03-09T20:04:23.722Z[ recovery-image] Mar 09 20:04:21.594 INFO O| Mar 09 20:04:21.594 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86392026-03-09T20:04:23.732Z[ recovery-image] Mar 09 20:04:21.607 INFO O| Mar 09 20:04:21.607 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86402026-03-09T20:04:23.732Z[ recovery-image] Mar 09 20:04:21.607 INFO O| Mar 09 20:04:21.607 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86412026-03-09T20:04:23.732Z[ recovery-image] Mar 09 20:04:21.607 INFO O| Mar 09 20:04:21.607 INFO STEP 63 (ensure_dir) COMPLETE
86422026-03-09T20:04:23.735Z[ recovery-image] Mar 09 20:04:21.607 INFO O| Mar 09 20:04:21.607 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86432026-03-09T20:04:23.745Z[ recovery-image] Mar 09 20:04:21.620 INFO O| Mar 09 20:04:21.620 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86442026-03-09T20:04:23.748Z[ recovery-image] Mar 09 20:04:21.620 INFO O| Mar 09 20:04:21.620 INFO copying /tmp/.tmpQLipMI/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 ...
86452026-03-09T20:04:23.748Z[ recovery-image] Mar 09 20:04:21.620 INFO O| Mar 09 20:04:21.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86462026-03-09T20:04:23.748Z[ recovery-image] Mar 09 20:04:21.620 INFO O| Mar 09 20:04:21.620 INFO ok!
86472026-03-09T20:04:23.748Z[ recovery-image] Mar 09 20:04:21.620 INFO O| Mar 09 20:04:21.620 INFO STEP 64 (ensure_file) COMPLETE
86482026-03-09T20:04:23.748Z[ recovery-image] Mar 09 20:04:21.620 INFO O| Mar 09 20:04:21.620 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86492026-03-09T20:04:23.758Z[ recovery-image] Mar 09 20:04:21.633 INFO O| Mar 09 20:04:21.633 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86502026-03-09T20:04:23.758Z[ recovery-image] Mar 09 20:04:21.633 INFO O| Mar 09 20:04:21.633 INFO copying /tmp/.tmpQLipMI/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86512026-03-09T20:04:23.761Z[ recovery-image] Mar 09 20:04:21.633 INFO O| Mar 09 20:04:21.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86522026-03-09T20:04:23.761Z[ recovery-image] Mar 09 20:04:21.633 INFO O| Mar 09 20:04:21.633 INFO ok!
86532026-03-09T20:04:23.761Z[ recovery-image] Mar 09 20:04:21.633 INFO O| Mar 09 20:04:21.633 INFO STEP 65 (ensure_file) COMPLETE
86542026-03-09T20:04:23.761Z[ recovery-image] Mar 09 20:04:21.633 INFO O| Mar 09 20:04:21.633 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86552026-03-09T20:04:23.771Z[ recovery-image] Mar 09 20:04:21.646 INFO O| Mar 09 20:04:21.646 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86562026-03-09T20:04:23.771Z[ recovery-image] Mar 09 20:04:21.646 INFO O| Mar 09 20:04:21.646 INFO STEP 66 (ensure_dir) COMPLETE
86572026-03-09T20:04:23.774Z[ recovery-image] Mar 09 20:04:21.646 INFO O| Mar 09 20:04:21.646 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86582026-03-09T20:04:23.784Z[ recovery-image] Mar 09 20:04:21.659 INFO O| Mar 09 20:04:21.659 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86592026-03-09T20:04:23.784Z[ recovery-image] Mar 09 20:04:21.659 INFO O| Mar 09 20:04:21.659 INFO STEP 67 (ensure_dir) COMPLETE
86602026-03-09T20:04:23.787Z[ recovery-image] Mar 09 20:04:21.659 INFO O| Mar 09 20:04:21.659 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86612026-03-09T20:04:23.798Z[ recovery-image] Mar 09 20:04:21.673 INFO O| Mar 09 20:04:21.673 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86622026-03-09T20:04:23.798Z[ recovery-image] Mar 09 20:04:21.673 INFO O| Mar 09 20:04:21.673 INFO STEP 68 (ensure_dir) COMPLETE
86632026-03-09T20:04:23.801Z[ recovery-image] Mar 09 20:04:21.673 INFO O| Mar 09 20:04:21.673 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86642026-03-09T20:04:23.812Z[ recovery-image] Mar 09 20:04:21.687 INFO O| Mar 09 20:04:21.687 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86652026-03-09T20:04:23.812Z[ recovery-image] Mar 09 20:04:21.687 INFO O| Mar 09 20:04:21.687 INFO STEP 69 (ensure_dir) COMPLETE
86662026-03-09T20:04:23.815Z[ recovery-image] Mar 09 20:04:21.687 INFO O| Mar 09 20:04:21.687 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86672026-03-09T20:04:23.826Z[ recovery-image] Mar 09 20:04:21.701 INFO O| Mar 09 20:04:21.701 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86682026-03-09T20:04:23.826Z[ recovery-image] Mar 09 20:04:21.701 INFO O| Mar 09 20:04:21.701 INFO copying /tmp/.tmpQLipMI/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86692026-03-09T20:04:23.826Z[ recovery-image] Mar 09 20:04:21.701 INFO O| Mar 09 20:04:21.701 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86702026-03-09T20:04:23.826Z[ recovery-image] Mar 09 20:04:21.701 INFO O| Mar 09 20:04:21.701 INFO ok!
86712026-03-09T20:04:23.826Z[ recovery-image] Mar 09 20:04:21.701 INFO O| Mar 09 20:04:21.701 INFO STEP 70 (ensure_file) COMPLETE
86722026-03-09T20:04:23.829Z[ recovery-image] Mar 09 20:04:21.701 INFO O| Mar 09 20:04:21.701 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86732026-03-09T20:04:23.840Z[ recovery-image] Mar 09 20:04:21.715 INFO O| Mar 09 20:04:21.715 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86742026-03-09T20:04:23.844Z[ recovery-image] Mar 09 20:04:21.716 INFO O| Mar 09 20:04:21.716 INFO STEP 71 (remove_files) COMPLETE
86752026-03-09T20:04:23.844Z[ recovery-image] Mar 09 20:04:21.716 INFO O| Mar 09 20:04:21.716 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86762026-03-09T20:04:23.854Z[ recovery-image] Mar 09 20:04:21.729 INFO O| Mar 09 20:04:21.729 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86772026-03-09T20:04:23.854Z[ recovery-image] Mar 09 20:04:21.730 INFO O| Mar 09 20:04:21.729 INFO STEP 72 (remove_files) COMPLETE
86782026-03-09T20:04:23.858Z[ recovery-image] Mar 09 20:04:21.730 INFO O| Mar 09 20:04:21.730 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86792026-03-09T20:04:23.868Z[ recovery-image] Mar 09 20:04:21.743 INFO O| Mar 09 20:04:21.743 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86802026-03-09T20:04:23.871Z[ recovery-image] Mar 09 20:04:21.743 INFO O| Mar 09 20:04:21.743 INFO STEP 73 (remove_files) COMPLETE
86812026-03-09T20:04:23.871Z[ recovery-image] Mar 09 20:04:21.743 INFO O| Mar 09 20:04:21.743 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86822026-03-09T20:04:23.883Z[ recovery-image] Mar 09 20:04:21.758 INFO O| Mar 09 20:04:21.758 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86832026-03-09T20:04:23.886Z[ recovery-image] Mar 09 20:04:21.758 INFO O| Mar 09 20:04:21.758 INFO STEP 74 (remove_files) COMPLETE
86842026-03-09T20:04:23.886Z[ recovery-image] Mar 09 20:04:21.758 INFO O| Mar 09 20:04:21.758 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86852026-03-09T20:04:23.898Z[ recovery-image] Mar 09 20:04:21.773 INFO O| Mar 09 20:04:21.773 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86862026-03-09T20:04:23.898Z[ recovery-image] Mar 09 20:04:21.773 INFO O| Mar 09 20:04:21.773 INFO STEP 75 (remove_files) COMPLETE
86872026-03-09T20:04:23.901Z[ recovery-image] Mar 09 20:04:21.773 INFO O| Mar 09 20:04:21.773 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86882026-03-09T20:04:23.911Z[ recovery-image] Mar 09 20:04:21.786 INFO O| Mar 09 20:04:21.786 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86892026-03-09T20:04:23.914Z[ recovery-image] Mar 09 20:04:21.786 INFO O| Mar 09 20:04:21.786 INFO STEP 76 (remove_files) COMPLETE
86902026-03-09T20:04:23.914Z[ recovery-image] Mar 09 20:04:21.786 INFO O| Mar 09 20:04:21.786 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86912026-03-09T20:04:23.926Z[ recovery-image] Mar 09 20:04:21.800 INFO O| Mar 09 20:04:21.799 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86922026-03-09T20:04:23.926Z[ recovery-image] Mar 09 20:04:21.800 INFO O| Mar 09 20:04:21.800 INFO STEP 77 (remove_files) COMPLETE
86932026-03-09T20:04:23.929Z[ recovery-image] Mar 09 20:04:21.800 INFO O| Mar 09 20:04:21.800 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86942026-03-09T20:04:23.939Z[ recovery-image] Mar 09 20:04:21.814 INFO O| Mar 09 20:04:21.814 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86952026-03-09T20:04:23.939Z[ recovery-image] Mar 09 20:04:21.814 INFO O| Mar 09 20:04:21.814 INFO STEP 78 (remove_files) COMPLETE
86962026-03-09T20:04:23.939Z[ recovery-image] Mar 09 20:04:21.814 INFO O| Mar 09 20:04:21.814 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86972026-03-09T20:04:23.955Z[ recovery-image] Mar 09 20:04:21.830 INFO O| Mar 09 20:04:21.830 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86982026-03-09T20:04:23.955Z[ recovery-image] Mar 09 20:04:21.830 INFO O| Mar 09 20:04:21.830 INFO STEP 79 (remove_files) COMPLETE
86992026-03-09T20:04:23.958Z[ recovery-image] Mar 09 20:04:21.830 INFO O| Mar 09 20:04:21.830 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87002026-03-09T20:04:23.972Z[ recovery-image] Mar 09 20:04:21.846 INFO O| Mar 09 20:04:21.846 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87012026-03-09T20:04:23.972Z[ recovery-image] Mar 09 20:04:21.847 INFO O| Mar 09 20:04:21.847 INFO STEP 80 (remove_files) COMPLETE
87022026-03-09T20:04:23.972Z[ recovery-image] Mar 09 20:04:21.847 INFO O| Mar 09 20:04:21.847 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87032026-03-09T20:04:23.987Z[ recovery-image] Mar 09 20:04:21.862 INFO O| Mar 09 20:04:21.861 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87042026-03-09T20:04:23.987Z[ recovery-image] Mar 09 20:04:21.862 INFO O| Mar 09 20:04:21.862 INFO STEP 81 (remove_files) COMPLETE
87052026-03-09T20:04:23.987Z[ recovery-image] Mar 09 20:04:21.862 INFO O| Mar 09 20:04:21.862 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87062026-03-09T20:04:24.002Z[ recovery-image] Mar 09 20:04:21.877 INFO O| Mar 09 20:04:21.877 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87072026-03-09T20:04:24.002Z[ recovery-image] Mar 09 20:04:21.877 INFO O| Mar 09 20:04:21.877 INFO STEP 82 (remove_files) COMPLETE
87082026-03-09T20:04:24.005Z[ recovery-image] Mar 09 20:04:21.877 INFO O| Mar 09 20:04:21.877 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87092026-03-09T20:04:24.018Z[ recovery-image] Mar 09 20:04:21.893 INFO O| Mar 09 20:04:21.893 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87102026-03-09T20:04:24.018Z[ recovery-image] Mar 09 20:04:21.893 INFO O| Mar 09 20:04:21.893 INFO STEP 83 (remove_files) COMPLETE
87112026-03-09T20:04:24.018Z[ recovery-image] Mar 09 20:04:21.893 INFO O| Mar 09 20:04:21.893 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87122026-03-09T20:04:24.034Z[ recovery-image] Mar 09 20:04:21.909 INFO O| Mar 09 20:04:21.909 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87132026-03-09T20:04:24.034Z[ recovery-image] Mar 09 20:04:21.909 INFO O| Mar 09 20:04:21.909 INFO STEP 84 (remove_files) COMPLETE
87142026-03-09T20:04:24.034Z[ recovery-image] Mar 09 20:04:21.909 INFO O| Mar 09 20:04:21.909 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87152026-03-09T20:04:24.048Z[ recovery-image] Mar 09 20:04:21.923 INFO O| Mar 09 20:04:21.923 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87162026-03-09T20:04:24.048Z[ recovery-image] Mar 09 20:04:21.923 INFO O| Mar 09 20:04:21.923 INFO STEP 85 (remove_files) COMPLETE
87172026-03-09T20:04:24.048Z[ recovery-image] Mar 09 20:04:21.923 INFO O| Mar 09 20:04:21.923 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87182026-03-09T20:04:24.062Z[ recovery-image] Mar 09 20:04:21.937 INFO O| Mar 09 20:04:21.936 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87192026-03-09T20:04:24.062Z[ recovery-image] Mar 09 20:04:21.937 INFO O| Mar 09 20:04:21.937 INFO STEP 86 (remove_files) COMPLETE
87202026-03-09T20:04:24.062Z[ recovery-image] Mar 09 20:04:21.937 INFO O| Mar 09 20:04:21.937 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87212026-03-09T20:04:24.077Z[ recovery-image] Mar 09 20:04:21.951 INFO O| Mar 09 20:04:21.951 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87222026-03-09T20:04:24.080Z[ recovery-image] Mar 09 20:04:21.951 INFO O| Mar 09 20:04:21.951 INFO STEP 87 (remove_files) COMPLETE
87232026-03-09T20:04:24.080Z[ recovery-image] Mar 09 20:04:21.951 INFO O| Mar 09 20:04:21.951 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87242026-03-09T20:04:24.092Z[ recovery-image] Mar 09 20:04:21.967 INFO O| Mar 09 20:04:21.967 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87252026-03-09T20:04:24.092Z[ recovery-image] Mar 09 20:04:21.967 INFO O| Mar 09 20:04:21.967 INFO STEP 88 (remove_files) COMPLETE
87262026-03-09T20:04:24.092Z[ recovery-image] Mar 09 20:04:21.967 INFO O| Mar 09 20:04:21.967 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87272026-03-09T20:04:24.108Z[ recovery-image] Mar 09 20:04:21.983 INFO O| Mar 09 20:04:21.982 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87282026-03-09T20:04:24.108Z[ recovery-image] Mar 09 20:04:21.983 INFO O| Mar 09 20:04:21.983 INFO STEP 89 (remove_files) COMPLETE
87292026-03-09T20:04:24.108Z[ recovery-image] Mar 09 20:04:21.983 INFO O| Mar 09 20:04:21.983 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87302026-03-09T20:04:24.124Z[ recovery-image] Mar 09 20:04:21.997 INFO O| Mar 09 20:04:21.996 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87312026-03-09T20:04:24.124Z[ recovery-image] Mar 09 20:04:21.997 INFO O| Mar 09 20:04:21.997 INFO STEP 90 (remove_files) COMPLETE
87322026-03-09T20:04:24.124Z[ recovery-image] Mar 09 20:04:21.997 INFO O| Mar 09 20:04:21.997 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87332026-03-09T20:04:24.138Z[ recovery-image] Mar 09 20:04:22.013 INFO O| Mar 09 20:04:22.013 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87342026-03-09T20:04:24.138Z[ recovery-image] Mar 09 20:04:22.013 INFO O| Mar 09 20:04:22.013 INFO STEP 91 (remove_files) COMPLETE
87352026-03-09T20:04:24.138Z[ recovery-image] Mar 09 20:04:22.013 INFO O| Mar 09 20:04:22.013 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87362026-03-09T20:04:24.154Z[ recovery-image] Mar 09 20:04:22.029 INFO O| Mar 09 20:04:22.029 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87372026-03-09T20:04:24.154Z[ recovery-image] Mar 09 20:04:22.029 INFO O| Mar 09 20:04:22.029 INFO STEP 92 (remove_files) COMPLETE
87382026-03-09T20:04:24.154Z[ recovery-image] Mar 09 20:04:22.029 INFO O| Mar 09 20:04:22.029 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87392026-03-09T20:04:24.168Z[ recovery-image] Mar 09 20:04:22.043 INFO O| Mar 09 20:04:22.043 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87402026-03-09T20:04:24.168Z[ recovery-image] Mar 09 20:04:22.043 INFO O| Mar 09 20:04:22.043 INFO STEP 93 (remove_files) COMPLETE
87412026-03-09T20:04:24.172Z[ recovery-image] Mar 09 20:04:22.043 INFO O| Mar 09 20:04:22.043 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87422026-03-09T20:04:24.183Z[ recovery-image] Mar 09 20:04:22.058 INFO O| Mar 09 20:04:22.058 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87432026-03-09T20:04:24.183Z[ recovery-image] Mar 09 20:04:22.058 INFO O| Mar 09 20:04:22.058 INFO STEP 94 (remove_files) COMPLETE
87442026-03-09T20:04:24.183Z[ recovery-image] Mar 09 20:04:22.058 INFO O| Mar 09 20:04:22.058 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87452026-03-09T20:04:24.197Z[ recovery-image] Mar 09 20:04:22.072 INFO O| Mar 09 20:04:22.072 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87462026-03-09T20:04:24.200Z[ recovery-image] Mar 09 20:04:22.072 INFO O| Mar 09 20:04:22.072 INFO STEP 95 (remove_files) COMPLETE
87472026-03-09T20:04:24.200Z[ recovery-image] Mar 09 20:04:22.072 INFO O| Mar 09 20:04:22.072 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87482026-03-09T20:04:24.211Z[ recovery-image] Mar 09 20:04:22.085 INFO O| Mar 09 20:04:22.085 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87492026-03-09T20:04:24.211Z[ recovery-image] Mar 09 20:04:22.086 INFO O| Mar 09 20:04:22.085 INFO STEP 96 (remove_files) COMPLETE
87502026-03-09T20:04:24.211Z[ recovery-image] Mar 09 20:04:22.086 INFO O| Mar 09 20:04:22.086 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87512026-03-09T20:04:24.225Z[ recovery-image] Mar 09 20:04:22.100 INFO O| Mar 09 20:04:22.100 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87522026-03-09T20:04:24.225Z[ recovery-image] Mar 09 20:04:22.100 INFO O| Mar 09 20:04:22.100 INFO STEP 97 (remove_files) COMPLETE
87532026-03-09T20:04:24.225Z[ recovery-image] Mar 09 20:04:22.100 INFO O| Mar 09 20:04:22.100 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87542026-03-09T20:04:24.239Z[ recovery-image] Mar 09 20:04:22.114 INFO O| Mar 09 20:04:22.114 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87552026-03-09T20:04:24.243Z[ recovery-image] Mar 09 20:04:22.114 INFO O| Mar 09 20:04:22.114 INFO STEP 98 (remove_files) COMPLETE
87562026-03-09T20:04:24.243Z[ recovery-image] Mar 09 20:04:22.114 INFO O| Mar 09 20:04:22.114 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87572026-03-09T20:04:24.251Z[ recovery-image] Mar 09 20:04:22.126 INFO O| Mar 09 20:04:22.126 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87582026-03-09T20:04:24.251Z[ recovery-image] Mar 09 20:04:22.126 INFO O| Mar 09 20:04:22.126 INFO STEP 99 (remove_files) COMPLETE
87592026-03-09T20:04:24.254Z[ recovery-image] Mar 09 20:04:22.126 INFO O| Mar 09 20:04:22.126 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87602026-03-09T20:04:24.272Z[ recovery-image] Mar 09 20:04:22.146 INFO O| Mar 09 20:04:22.146 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87612026-03-09T20:04:24.275Z[ recovery-image] Mar 09 20:04:22.149 INFO O| Mar 09 20:04:22.148 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], 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"}
87622026-03-09T20:04:34.564Z[ recovery-image] Mar 09 20:04:32.435 INFO O| Mar 09 20:04:32.435 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
87632026-03-09T20:04:34.568Z[ recovery-image] Mar 09 20:04:32.435 INFO O| Mar 09 20:04:32.435 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87642026-03-09T20:04:34.597Z[ recovery-image] Mar 09 20:04:32.469 INFO O| Mar 09 20:04:32.469 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
87652026-03-09T20:04:34.852Z[ recovery-image] Mar 09 20:04:32.724 INFO O| Mar 09 20:04:32.724 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87662026-03-09T20:04:34.972Z[ recovery-image] Mar 09 20:04:32.841 INFO O| Mar 09 20:04:32.841 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.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"}
87672026-03-09T20:04:35.122Z[ recovery-image] Mar 09 20:04:32.991 INFO O| Mar 09 20:04:32.991 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87682026-03-09T20:04:35.125Z[ recovery-image] Mar 09 20:04:32.991 INFO O| Mar 09 20:04:32.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 ...
87692026-03-09T20:04:35.125Z[ recovery-image] Mar 09 20:04:32.994 INFO O| Mar 09 20:04:32.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87702026-03-09T20:04:35.125Z[ recovery-image] Mar 09 20:04:32.994 INFO O| Mar 09 20:04:32.994 INFO ok!
87712026-03-09T20:04:35.125Z[ recovery-image] Mar 09 20:04:32.994 INFO O| Mar 09 20:04:32.994 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87722026-03-09T20:04:35.125Z[ recovery-image] Mar 09 20:04:32.994 INFO O| Mar 09 20:04:32.994 INFO STEP 100 (seed_smf) COMPLETE
87732026-03-09T20:04:35.125Z[ recovery-image] Mar 09 20:04:32.994 INFO O| Mar 09 20:04:32.994 INFO steps complete; finalising image!
87742026-03-09T20:04:35.126Z[ recovery-image] Mar 09 20:04:32.994 INFO O| Mar 09 20:04:32.994 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87752026-03-09T20:04:35.231Z[ recovery-image] Mar 09 20:04:33.070 INFO O| Mar 09 20:04:33.070 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Mon Mar 9 20:04:33 2026)
87762026-03-09T20:04:35.407Z[ recovery-image] Mar 09 20:04:33.278 INFO O| Mar 09 20:04:33.278 INFO trim TEMPORARY-sled-zfs-recovery: (69% trimmed, started at Mon Mar 9 20:04:33 2026)
87772026-03-09T20:04:35.619Z[ recovery-image] Mar 09 20:04:33.490 INFO O| Mar 09 20:04:33.490 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Mon Mar 9 20:04:33 2026)
87782026-03-09T20:04:35.848Z[ recovery-image] Mar 09 20:04:33.717 INFO O| Mar 09 20:04:33.717 INFO temporary pool has 435M used, 1.33G avail, 1.00x compressratio
87792026-03-09T20:04:35.848Z[ recovery-image] Mar 09 20:04:33.717 INFO O| Mar 09 20:04:33.717 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87802026-03-09T20:04:36.410Z[ recovery-image] Mar 09 20:04:34.280 INFO O| Mar 09 20:04:34.280 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
87812026-03-09T20:04:36.410Z[ recovery-image] Mar 09 20:04:34.280 INFO O| Mar 09 20:04:34.280 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87822026-03-09T20:04:41.951Z[ recovery-image] Mar 09 20:04:39.819 INFO O| Mar 09 20:04:39.819 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87832026-03-09T20:04:41.957Z[ recovery-image] Mar 09 20:04:39.819 INFO O| Mar 09 20:04:39.819 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87842026-03-09T20:04:41.957Z[ recovery-image] Mar 09 20:04:39.819 INFO O| Mar 09 20:04:39.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87852026-03-09T20:04:41.957Z[ recovery-image] Mar 09 20:04:39.819 INFO O| Mar 09 20:04:39.819 INFO completed processing sled/zfs-recovery
87862026-03-09T20:04:41.957Z[ recovery-image] Mar 09 20:04:39.819 INFO O| Mar 09 20:04:39.819 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87872026-03-09T20:04:42.622Z[ recovery-image] Mar 09 20:04:40.491 INFO O| Mar 09 20:04:40.491 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87882026-03-09T20:04:42.768Z[ recovery-image] Mar 09 20:04:40.638 INFO BUILD STRING "heads/stlouis-0-ga064bad193\n"
87892026-03-09T20:04:42.775Z[ recovery-image] Mar 09 20:04:40.640 INFO expanded image name: "recovery 44a1140/${os_short_commit} 2026-03-09 19:04" -> "recovery 44a1140/a064bad 2026-03-09 19:04"
87902026-03-09T20:04:42.775Z[ recovery-image] Mar 09 20:04:40.642 INFO output artefacts stored in: "/work/os-recovery"
87912026-03-09T20:04:42.775Z[ recovery-image] Mar 09 20:04:40.643 INFO collecting git info from project "pinprick"...
87922026-03-09T20:04:42.831Z[ recovery-image] Mar 09 20:04:40.701 INFO collecting git info from project "bootserver"...
87932026-03-09T20:04:42.858Z[ recovery-image] Mar 09 20:04:40.725 INFO collecting git info from project "image-builder"...
87942026-03-09T20:04:42.885Z[ recovery-image] Mar 09 20:04:40.753 INFO collecting git info from project "amd-firmware"...
87952026-03-09T20:04:43.273Z[ recovery-image] Mar 09 20:04:41.143 INFO collecting git info from project "amd-host-image-builder"...
87962026-03-09T20:04:43.909Z[ recovery-image] Mar 09 20:04:41.779 INFO collecting git info from project "phbl"...
87972026-03-09T20:04:43.950Z[ recovery-image] Mar 09 20:04:41.819 INFO collecting git info from project "dmar-report"...
87982026-03-09T20:04:44.002Z[ recovery-image] Mar 09 20:04:41.868 INFO collecting git info from project "pilot"...
87992026-03-09T20:04:44.067Z[ recovery-image] Mar 09 20:04:41.936 INFO collecting git info from project "chelsio-t6-roms"...
88002026-03-09T20:04:44.155Z[ recovery-image] Mar 09 20:04:42.021 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88012026-03-09T20:04:45.365Z[ recovery-image] Mar 09 20:04:43.233 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88022026-03-09T20:04:45.920Z[ host-image] Mar 09 20:04:43.789 INFO O| Mar 09 20:04:43.789 INFO O| Startup: Caching catalogs ... Done
88032026-03-09T20:04:46.091Z[ recovery-image] Mar 09 20:04:43.960 INFO creating Oxide boot image...
88042026-03-09T20:04:46.097Z[ recovery-image] Mar 09 20:04:43.961 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 44a1140/a064bad 2026-03-09 19:04", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88052026-03-09T20:04:56.917Z[ host-image] Mar 09 20:04:54.783 INFO O| Mar 09 20:04:54.783 INFO O| Planning: Solver setup ... Done
88062026-03-09T20:04:56.931Z[ host-image] Mar 09 20:04:54.796 INFO O| Mar 09 20:04:54.796 INFO O| Planning: Running solver ... Done
88072026-03-09T20:04:57.151Z[ host-image] Mar 09 20:04:55.017 INFO O| Mar 09 20:04:55.017 INFO O| Planning: Finding local manifests ... Done
88082026-03-09T20:04:57.224Z[ host-image] Mar 09 20:04:55.090 INFO O| Mar 09 20:04:55.090 INFO O| Planning: Fetching manifests: 0/1 0% complete
88092026-03-09T20:04:57.249Z[ host-image] Mar 09 20:04:55.115 INFO O| Mar 09 20:04:55.114 INFO O| Planning: Fetching manifests: 1/1 100% complete
88102026-03-09T20:04:57.284Z[ host-image] Mar 09 20:04:55.150 INFO O| Mar 09 20:04:55.149 INFO O| Planning: Package planning ... Done
88112026-03-09T20:04:57.291Z[ host-image] Mar 09 20:04:55.150 INFO O| Mar 09 20:04:55.150 INFO O| Planning: Merging actions ... Done
88122026-03-09T20:04:57.408Z[ host-image] Mar 09 20:04:55.274 INFO O| Mar 09 20:04:55.273 INFO O| Planning: Checking for conflicting actions ... Done
88132026-03-09T20:04:57.416Z[ host-image] Mar 09 20:04:55.274 INFO O| Mar 09 20:04:55.274 INFO O| Planning: Consolidating action changes ... Done
88142026-03-09T20:04:57.842Z[ host-image] Mar 09 20:04:55.708 INFO O| Mar 09 20:04:55.708 INFO O| Planning: Evaluating mediators ... Done
88152026-03-09T20:04:57.846Z[ host-image] Mar 09 20:04:55.709 INFO O| Mar 09 20:04:55.709 INFO O| Planning: Planning completed in 11.75 seconds
88162026-03-09T20:04:57.847Z[ host-image] Mar 09 20:04:55.709 INFO O| Mar 09 20:04:55.709 INFO O| Packages to install: 1
88172026-03-09T20:04:57.877Z[ host-image] Mar 09 20:04:55.743 INFO O| Mar 09 20:04:55.743 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
88182026-03-09T20:04:58.390Z[ host-image] Mar 09 20:04:56.256 INFO O| Mar 09 20:04:56.256 INFO O| Download: Completed 12.26 MB in 0.51 seconds (23.9M/s)
88192026-03-09T20:04:58.495Z[ host-image] Mar 09 20:04:56.361 INFO O| Mar 09 20:04:56.360 INFO O| Actions: 1/22 actions (Installing new actions)
88202026-03-09T20:04:58.977Z[ host-image] Mar 09 20:04:56.843 INFO O| Mar 09 20:04:56.843 INFO O| Actions: Completed 22 actions in 0.48 seconds.
88212026-03-09T20:04:59.808Z[ host-image] Mar 09 20:04:57.672 INFO O| Mar 09 20:04:57.671 INFO O| Done
88222026-03-09T20:04:59.812Z[ host-image] Mar 09 20:04:57.672 INFO O| Mar 09 20:04:57.672 INFO O| Done
88232026-03-09T20:05:03.973Z[ host-image] Mar 09 20:05:00.401 INFO O| Mar 09 20:05:00.401 INFO O| Done
88242026-03-09T20:05:05.412Z[ host-image] Mar 09 20:05:03.276 INFO O| Mar 09 20:05:03.275 INFO O| Done
88252026-03-09T20:05:05.463Z[ host-image] Mar 09 20:05:03.327 INFO O| Mar 09 20:05:03.327 INFO O| Done
88262026-03-09T20:05:05.467Z[ host-image] Mar 09 20:05:03.328 INFO O| Mar 09 20:05:03.327 INFO O| Done
88272026-03-09T20:05:05.491Z[ host-image] Mar 09 20:05:03.355 INFO O| Mar 09 20:05:03.355 INFO O| Done
88282026-03-09T20:05:07.383Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO STEP 14 (pkg_install) COMPLETE
88292026-03-09T20:05:07.383Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88302026-03-09T20:05:07.387Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO skip step because feature "mbist" is not enabled
88312026-03-09T20:05:07.387Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88322026-03-09T20:05:07.387Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO skip step because feature "mfg" is not enabled
88332026-03-09T20:05:07.387Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88342026-03-09T20:05:07.387Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO skip step because feature "compliance" is not enabled
88352026-03-09T20:05:07.387Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88362026-03-09T20:05:07.387Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO skip step because feature "stress" is not enabled
88372026-03-09T20:05:07.387Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88382026-03-09T20:05:07.387Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO skip step because feature "compliance" is not enabled
88392026-03-09T20:05:07.387Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88402026-03-09T20:05:07.387Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO skip step because feature "nfs" is not enabled
88412026-03-09T20:05:07.387Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
88422026-03-09T20:05:07.387Z[ host-image] Mar 09 20:05:05.247 INFO O| Mar 09 20:05:05.247 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
88432026-03-09T20:05:07.440Z[ host-image] Mar 09 20:05:05.304 INFO O| Mar 09 20:05:05.304 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
88442026-03-09T20:05:07.553Z[ host-image] Mar 09 20:05:05.417 INFO O| Mar 09 20:05:05.417 INFO completed processing sled/ramdisk-01-os
88452026-03-09T20:05:07.556Z[ host-image] Mar 09 20:05:05.419 INFO omicron1 baseline generation...
88462026-03-09T20:05:07.557Z[ host-image] Mar 09 20:05:05.420 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
88472026-03-09T20:05:08.392Z[ host-image] Mar 09 20:05:06.255 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23814:20260306T205621Z
88482026-03-09T20:05:24.688Z[verify-libraries] Finished `release` profile [optimized] target(s) in 30m 45s
88492026-03-09T20:05:25.271ZMar 09 20:05:23.130 INFO [verify-libraries] process exited with exit status: 0 (1852.901431935s)
88502026-03-09T20:05:54.271Z[ recovery-image] Mar 09 20:05:52.123 INFO O| ok, image written!
88512026-03-09T20:05:54.271Z[ recovery-image] Mar 09 20:05:52.123 INFO O| ok, boot_image_csum file written!
88522026-03-09T20:05:54.284Z[ recovery-image] Mar 09 20:05:52.135 INFO creating boot archive (CPIO)...
88532026-03-09T20:05:54.287Z[ recovery-image] Mar 09 20:05:52.135 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
88542026-03-09T20:05:54.294Z[ recovery-image] Mar 09 20:05:52.146 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
88552026-03-09T20:05:54.298Z[ recovery-image] Mar 09 20:05:52.146 INFO E| + outfile=/work/os-recovery/cpio
88562026-03-09T20:05:54.298Z[ recovery-image] Mar 09 20:05:52.146 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
88572026-03-09T20:05:54.301Z[ recovery-image] Mar 09 20:05:52.149 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
88582026-03-09T20:05:54.301Z[ recovery-image] Mar 09 20:05:52.150 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
88592026-03-09T20:05:54.332Z[ recovery-image] Mar 09 20:05:52.184 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
88602026-03-09T20:05:54.332Z[ recovery-image] Mar 09 20:05:52.184 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
88612026-03-09T20:05:54.341Z[ recovery-image] Mar 09 20:05:52.192 INFO creating compressed cpio/unix for dev loaders...
88622026-03-09T20:05:54.341Z[ recovery-image] Mar 09 20:05:52.192 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
88632026-03-09T20:05:54.644Z[ recovery-image] Mar 09 20:05:52.495 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
88642026-03-09T20:05:59.049Z[ recovery-image] Mar 09 20:05:56.899 INFO creating reset image...
88652026-03-09T20:05:59.049Z[ recovery-image] Mar 09 20:05:56.899 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
88662026-03-09T20:06:00.322Z[ host-image] Mar 09 20:05:58.172 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23814:20260306T205654Z
88672026-03-09T20:06:00.322Z[ host-image] Mar 09 20:05:58.172 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23814:20260306T205654Z
88682026-03-09T20:06:00.325Z[ host-image] Mar 09 20:05:58.172 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88692026-03-09T20:06:00.325Z[ host-image] Mar 09 20:05:58.173 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88702026-03-09T20:06:00.325Z[ host-image] Mar 09 20:05:58.173 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88712026-03-09T20:06:00.326Z[ host-image] Mar 09 20:05:58.173 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88722026-03-09T20:06:00.326Z[ host-image] Mar 09 20:05:58.173 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88732026-03-09T20:06:00.326Z[ host-image] Mar 09 20:05:58.173 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88742026-03-09T20:06:00.326Z[ host-image] Mar 09 20:05:58.174 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260309T190527Z
88752026-03-09T20:06:00.326Z[ host-image] Mar 09 20:05:58.174 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88762026-03-09T20:06:00.326Z[ host-image] Mar 09 20:05:58.174 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88772026-03-09T20:06:00.326Z[ host-image] Mar 09 20:05:58.174 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23814:20260306T205655Z
88782026-03-09T20:06:00.326Z[ host-image] Mar 09 20:05:58.175 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23814:20260306T205655Z
88792026-03-09T20:06:00.326Z[ host-image] Mar 09 20:05:58.175 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23814:20260306T205655Z
88802026-03-09T20:06:00.326Z[ host-image] Mar 09 20:05:58.175 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23814:20260306T205656Z
88812026-03-09T20:06:00.326Z[ host-image] Mar 09 20:05:58.175 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88822026-03-09T20:06:00.326Z[ host-image] Mar 09 20:05:58.175 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23814:20260306T205656Z
88832026-03-09T20:06:00.329Z[ host-image] Mar 09 20:05:58.176 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23814:20260306T205656Z
88842026-03-09T20:06:00.329Z[ host-image] Mar 09 20:05:58.176 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23814:20260306T205656Z
88852026-03-09T20:06:00.329Z[ host-image] Mar 09 20:05:58.176 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23814:20260306T205656Z
88862026-03-09T20:06:00.329Z[ host-image] Mar 09 20:05:58.176 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23814:20260306T205657Z
88872026-03-09T20:06:00.329Z[ host-image] Mar 09 20:05:58.176 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23814:20260306T205657Z
88882026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.176 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23814:20260306T205657Z
88892026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.176 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23814:20260306T205658Z
88902026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.176 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23814:20260306T205659Z
88912026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.176 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23814:20260306T205659Z
88922026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.177 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23814:20260306T205700Z
88932026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.177 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23814:20260306T205700Z
88942026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.177 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23814:20260306T205701Z
88952026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.177 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23814:20260306T205702Z
88962026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.177 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
88972026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.177 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23814:20260306T205703Z
88982026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.177 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23814:20260306T205705Z
88992026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.177 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23814:20260306T205706Z
89002026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.177 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23814:20260306T205707Z
89012026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.178 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23814:20260306T205708Z
89022026-03-09T20:06:00.330Z[ host-image] Mar 09 20:05:58.178 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23814:20260306T205708Z
89032026-03-09T20:06:00.333Z[ host-image] Mar 09 20:05:58.181 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
89042026-03-09T20:06:00.333Z[ host-image] Mar 09 20:05:58.181 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23814:20260306T205709Z
89052026-03-09T20:06:00.333Z[ host-image] Mar 09 20:05:58.181 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
89062026-03-09T20:06:00.333Z[ host-image] Mar 09 20:05:58.181 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
89072026-03-09T20:06:00.333Z[ host-image] Mar 09 20:05:58.182 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89082026-03-09T20:06:00.333Z[ host-image] Mar 09 20:05:58.182 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23814:20260306T205709Z
89092026-03-09T20:06:00.334Z[ host-image] Mar 09 20:05:58.182 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89102026-03-09T20:06:00.334Z[ host-image] Mar 09 20:05:58.182 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89112026-03-09T20:06:00.334Z[ host-image] Mar 09 20:05:58.182 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89122026-03-09T20:06:00.334Z[ host-image] Mar 09 20:05:58.182 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89132026-03-09T20:06:00.337Z[ host-image] Mar 09 20:05:58.187 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89142026-03-09T20:06:00.337Z[ host-image] Mar 09 20:05:58.187 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89152026-03-09T20:06:00.340Z[ host-image] Mar 09 20:05:58.187 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89162026-03-09T20:06:00.340Z[ host-image] Mar 09 20:05:58.187 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89172026-03-09T20:06:00.340Z[ host-image] Mar 09 20:05:58.188 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89182026-03-09T20:06:00.340Z[ host-image] Mar 09 20:05:58.188 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89192026-03-09T20:06:00.350Z[ host-image] Mar 09 20:05:58.201 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
89202026-03-09T20:06:00.353Z[ host-image] Mar 09 20:05:58.201 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89212026-03-09T20:06:00.353Z[ host-image] Mar 09 20:05:58.201 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89222026-03-09T20:06:00.353Z[ host-image] Mar 09 20:05:58.201 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23814:20260306T205711Z
89232026-03-09T20:06:00.353Z[ host-image] Mar 09 20:05:58.201 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23814:20260306T205716Z
89242026-03-09T20:06:00.353Z[ host-image] Mar 09 20:05:58.202 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89252026-03-09T20:06:00.353Z[ host-image] Mar 09 20:05:58.202 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23814:20260306T205717Z
89262026-03-09T20:06:00.353Z[ host-image] Mar 09 20:05:58.202 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89272026-03-09T20:06:00.353Z[ host-image] Mar 09 20:05:58.202 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89282026-03-09T20:06:00.353Z[ host-image] Mar 09 20:05:58.202 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
89292026-03-09T20:06:00.353Z[ host-image] Mar 09 20:05:58.202 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89302026-03-09T20:06:00.353Z[ host-image] Mar 09 20:05:58.202 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23814:20260306T205717Z
89312026-03-09T20:06:00.353Z[ host-image] Mar 09 20:05:58.202 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89322026-03-09T20:06:00.357Z[ host-image] Mar 09 20:05:58.203 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89332026-03-09T20:06:00.357Z[ host-image] Mar 09 20:05:58.203 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89342026-03-09T20:06:00.357Z[ host-image] Mar 09 20:05:58.204 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89352026-03-09T20:06:00.357Z[ host-image] Mar 09 20:05:58.204 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23814:20260306T205717Z
89362026-03-09T20:06:00.357Z[ host-image] Mar 09 20:05:58.204 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89372026-03-09T20:06:00.360Z[ host-image] Mar 09 20:05:58.209 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89382026-03-09T20:06:00.360Z[ host-image] Mar 09 20:05:58.209 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23814:20260306T205718Z
89392026-03-09T20:06:00.360Z[ host-image] Mar 09 20:05:58.210 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23814:20260306T205718Z
89402026-03-09T20:06:00.360Z[ host-image] Mar 09 20:05:58.210 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23814:20260306T205718Z
89412026-03-09T20:06:00.360Z[ host-image] Mar 09 20:05:58.210 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89422026-03-09T20:06:00.360Z[ host-image] Mar 09 20:05:58.210 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23814:20260306T205719Z
89432026-03-09T20:06:00.360Z[ host-image] Mar 09 20:05:58.210 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23814:20260306T205720Z
89442026-03-09T20:06:00.360Z[ host-image] Mar 09 20:05:58.210 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23814:20260306T205720Z
89452026-03-09T20:06:00.360Z[ host-image] Mar 09 20:05:58.210 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23814:20260306T205720Z
89462026-03-09T20:06:00.364Z[ host-image] Mar 09 20:05:58.212 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89472026-03-09T20:06:00.364Z[ host-image] Mar 09 20:05:58.212 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23814:20260306T205720Z
89482026-03-09T20:06:00.364Z[ host-image] Mar 09 20:05:58.212 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23814:20260306T205722Z
89492026-03-09T20:06:00.364Z[ host-image] Mar 09 20:05:58.212 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89502026-03-09T20:06:00.364Z[ host-image] Mar 09 20:05:58.212 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23814:20260306T205722Z
89512026-03-09T20:06:00.364Z[ host-image] Mar 09 20:05:58.212 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23814:20260306T205722Z
89522026-03-09T20:06:00.364Z[ host-image] Mar 09 20:05:58.212 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23814:20260306T205722Z
89532026-03-09T20:06:00.364Z[ host-image] Mar 09 20:05:58.213 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23814:20260306T205722Z
89542026-03-09T20:06:00.367Z[ host-image] Mar 09 20:05:58.216 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23814:20260306T205722Z
89552026-03-09T20:06:00.367Z[ host-image] Mar 09 20:05:58.216 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89562026-03-09T20:06:00.367Z[ host-image] Mar 09 20:05:58.216 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23814:20260306T205722Z
89572026-03-09T20:06:00.367Z[ host-image] Mar 09 20:05:58.217 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23814:20260306T205722Z
89582026-03-09T20:06:00.367Z[ host-image] Mar 09 20:05:58.217 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23814:20260306T205723Z
89592026-03-09T20:06:00.367Z[ host-image] Mar 09 20:05:58.217 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23814:20260306T205723Z
89602026-03-09T20:06:00.367Z[ host-image] Mar 09 20:05:58.217 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23814:20260306T205723Z
89612026-03-09T20:06:00.367Z[ host-image] Mar 09 20:05:58.217 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23814:20260306T205723Z
89622026-03-09T20:06:00.368Z[ host-image] Mar 09 20:05:58.218 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23814:20260306T205724Z
89632026-03-09T20:06:00.371Z[ host-image] Mar 09 20:05:58.222 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23814:20260306T205725Z
89642026-03-09T20:06:00.374Z[ host-image] Mar 09 20:05:58.222 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23814:20260306T205724Z
89652026-03-09T20:06:00.374Z[ host-image] Mar 09 20:05:58.222 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23814:20260306T205724Z
89662026-03-09T20:06:00.374Z[ host-image] Mar 09 20:05:58.222 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23814:20260306T205724Z
89672026-03-09T20:06:00.374Z[ host-image] Mar 09 20:05:58.222 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23814:20260306T205725Z
89682026-03-09T20:06:00.380Z[ host-image] Mar 09 20:05:58.230 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23814:20260306T205728Z
89692026-03-09T20:06:00.380Z[ host-image] Mar 09 20:05:58.230 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23814:20260306T205725Z
89702026-03-09T20:06:00.384Z[ host-image] Mar 09 20:05:58.231 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23814:20260306T205725Z
89712026-03-09T20:06:00.384Z[ host-image] Mar 09 20:05:58.231 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89722026-03-09T20:06:00.384Z[ host-image] Mar 09 20:05:58.231 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89732026-03-09T20:06:00.392Z[ host-image] Mar 09 20:05:58.242 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23814:20260306T205725Z
89742026-03-09T20:06:00.392Z[ host-image] Mar 09 20:05:58.243 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89752026-03-09T20:06:00.396Z[ host-image] Mar 09 20:05:58.243 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23814:20260306T205726Z
89762026-03-09T20:06:00.396Z[ host-image] Mar 09 20:05:58.243 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23814:20260306T205726Z
89772026-03-09T20:06:00.396Z[ host-image] Mar 09 20:05:58.243 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23814:20260306T205726Z
89782026-03-09T20:06:00.396Z[ host-image] Mar 09 20:05:58.243 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89792026-03-09T20:06:00.396Z[ host-image] Mar 09 20:05:58.244 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89802026-03-09T20:06:00.396Z[ host-image] Mar 09 20:05:58.244 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23814:20260306T205727Z
89812026-03-09T20:06:00.396Z[ host-image] Mar 09 20:05:58.244 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23814:20260306T205727Z
89822026-03-09T20:06:00.396Z[ host-image] Mar 09 20:05:58.244 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23814:20260306T205727Z
89832026-03-09T20:06:00.396Z[ host-image] Mar 09 20:05:58.244 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23814:20260306T205727Z
89842026-03-09T20:06:00.396Z[ host-image] Mar 09 20:05:58.244 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23814:20260306T205727Z
89852026-03-09T20:06:00.396Z[ host-image] Mar 09 20:05:58.244 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23814:20260306T205728Z
89862026-03-09T20:06:00.396Z[ host-image] Mar 09 20:05:58.245 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89872026-03-09T20:06:00.396Z[ host-image] Mar 09 20:05:58.246 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23814:20260306T205728Z
89882026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.246 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23814:20260306T205728Z
89892026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.246 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23814:20260306T205728Z
89902026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.246 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23814:20260306T205729Z
89912026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.246 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23814:20260306T205729Z
89922026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.247 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23814:20260306T205729Z
89932026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.247 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89942026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.247 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89952026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.247 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23814:20260306T205731Z
89962026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.247 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23814:20260306T205732Z
89972026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.247 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
89982026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.247 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
89992026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.247 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
90002026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.247 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
90012026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.247 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
90022026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.248 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
90032026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.249 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
90042026-03-09T20:06:00.399Z[ host-image] Mar 09 20:05:58.249 INFO O| tempdir @ "/tmp/.tmpJCtHCn/tmp"
90052026-03-09T20:06:00.400Z[ host-image] Mar 09 20:05:58.249 INFO O| image root @ "/tmp/.tmpJCtHCn/tmp/root"
90062026-03-09T20:06:00.400Z[ host-image] Mar 09 20:05:58.249 INFO O| creating image...
90072026-03-09T20:06:00.833Z[ host-image] Mar 09 20:05:58.683 INFO O| copying publishers...
90082026-03-09T20:06:38.469Z[ host-image] Mar 09 20:06:36.309 INFO O| adding properties...
90092026-03-09T20:06:38.717Z[ recovery-image] Mar 09 20:06:36.557 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')"
90102026-03-09T20:06:38.720Z[ recovery-image] Mar 09 20:06:36.557 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")
90112026-03-09T20:06:39.045Z[ recovery-image] Mar 09 20:06:36.885 INFO E| Updating crates.io index
90122026-03-09T20:06:39.434Z[ recovery-image] Mar 09 20:06:37.274 INFO E| Downloading crates ...
90132026-03-09T20:06:39.505Z[ recovery-image] Mar 09 20:06:37.345 INFO E| Downloaded sigchld v0.2.4
90142026-03-09T20:06:39.508Z[ recovery-image] Mar 09 20:06:37.348 INFO E| Downloaded os_pipe v1.2.3
90152026-03-09T20:06:39.512Z[ recovery-image] Mar 09 20:06:37.350 INFO E| Downloaded shared_child v1.1.1
90162026-03-09T20:06:39.515Z[ recovery-image] Mar 09 20:06:37.352 INFO E| Downloaded clap_lex v0.7.7
90172026-03-09T20:06:39.520Z[ recovery-image] Mar 09 20:06:37.360 INFO E| Downloaded shared_thread v0.2.0
90182026-03-09T20:06:39.527Z[ recovery-image] Mar 09 20:06:37.367 INFO E| Downloaded duct v1.1.1
90192026-03-09T20:06:39.535Z[ recovery-image] Mar 09 20:06:37.375 INFO E| Downloaded unicode-ident v1.0.23
90202026-03-09T20:06:39.538Z[ recovery-image] Mar 09 20:06:37.377 INFO E| Downloaded clap v4.5.57
90212026-03-09T20:06:39.552Z[ recovery-image] Mar 09 20:06:37.393 INFO E| Downloaded syn v2.0.114
90222026-03-09T20:06:39.561Z[ recovery-image] Mar 09 20:06:37.402 INFO E| Downloaded clap_builder v4.5.57
90232026-03-09T20:06:39.608Z[ recovery-image] Mar 09 20:06:37.448 INFO E| Compiling libc v0.2.180
90242026-03-09T20:06:39.612Z[ recovery-image] Mar 09 20:06:37.448 INFO E| Compiling proc-macro2 v1.0.106
90252026-03-09T20:06:39.612Z[ recovery-image] Mar 09 20:06:37.448 INFO E| Compiling signal-hook v0.3.18
90262026-03-09T20:06:39.612Z[ recovery-image] Mar 09 20:06:37.448 INFO E| Compiling quote v1.0.44
90272026-03-09T20:06:39.612Z[ recovery-image] Mar 09 20:06:37.449 INFO E| Compiling unicode-ident v1.0.23
90282026-03-09T20:06:39.612Z[ recovery-image] Mar 09 20:06:37.449 INFO E| Compiling utf8parse v0.2.2
90292026-03-09T20:06:39.612Z[ recovery-image] Mar 09 20:06:37.449 INFO E| Compiling is_terminal_polyfill v1.70.2
90302026-03-09T20:06:39.612Z[ recovery-image] Mar 09 20:06:37.449 INFO E| Compiling colorchoice v1.0.4
90312026-03-09T20:06:39.634Z[ host-image] Mar 09 20:06:37.474 INFO O| installing packages...
90322026-03-09T20:06:39.801Z[ recovery-image] Mar 09 20:06:37.640 INFO E| Compiling anstyle-parse v0.2.7
90332026-03-09T20:06:39.807Z[ recovery-image] Mar 09 20:06:37.646 INFO E| Compiling anstyle-query v1.1.5
90342026-03-09T20:06:39.840Z[ recovery-image] Mar 09 20:06:37.680 INFO E| Compiling anstyle v1.0.13
90352026-03-09T20:06:39.861Z[ recovery-image] Mar 09 20:06:37.701 INFO E| Compiling clap_lex v0.7.7
90362026-03-09T20:06:39.975Z[ recovery-image] Mar 09 20:06:37.815 INFO E| Compiling heck v0.5.0
90372026-03-09T20:06:40.156Z[ recovery-image] Mar 09 20:06:37.995 INFO E| Compiling strsim v0.11.1
90382026-03-09T20:06:40.200Z[ recovery-image] Mar 09 20:06:38.040 INFO E| Compiling shared_thread v0.2.0
90392026-03-09T20:06:40.327Z[ recovery-image] Mar 09 20:06:38.166 INFO E| Compiling anstream v0.6.21
90402026-03-09T20:06:40.683Z[ recovery-image] Mar 09 20:06:38.522 INFO E| Compiling clap_builder v4.5.57
90412026-03-09T20:06:41.001Z[ recovery-image] Mar 09 20:06:38.840 INFO E| Compiling errno v0.3.14
90422026-03-09T20:06:41.001Z[ recovery-image] Mar 09 20:06:38.840 INFO E| Compiling os_pipe v1.2.3
90432026-03-09T20:06:41.183Z[ recovery-image] Mar 09 20:06:39.022 INFO E| Compiling signal-hook-registry v1.4.8
90442026-03-09T20:06:41.401Z[ recovery-image] Mar 09 20:06:39.240 INFO E| Compiling syn v2.0.114
90452026-03-09T20:06:41.618Z[ recovery-image] Mar 09 20:06:39.457 INFO E| Compiling sigchld v0.2.4
90462026-03-09T20:06:41.756Z[ recovery-image] Mar 09 20:06:39.595 INFO E| Compiling shared_child v1.1.1
90472026-03-09T20:06:41.930Z[ recovery-image] Mar 09 20:06:39.769 INFO E| Compiling duct v1.1.1
90482026-03-09T20:06:45.199Z[ recovery-image] Mar 09 20:06:43.038 INFO E| Compiling clap_derive v4.5.55
90492026-03-09T20:06:47.105Z[ recovery-image] Mar 09 20:06:44.943 INFO E| Compiling clap v4.5.57
90502026-03-09T20:06:47.172Z[ recovery-image] Mar 09 20:06:45.010 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
90512026-03-09T20:06:48.267Z[ recovery-image] Mar 09 20:06:46.105 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.48s
90522026-03-09T20:06:48.280Z[ recovery-image] Mar 09 20:06:46.118 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
90532026-03-09T20:06:48.554Z[ recovery-image] Mar 09 20:06:46.372 INFO E| Downloading crates ...
90542026-03-09T20:06:48.614Z[ recovery-image] Mar 09 20:06:46.451 INFO E| Downloaded bitstruct v0.1.1
90552026-03-09T20:06:48.617Z[ recovery-image] Mar 09 20:06:46.453 INFO E| Downloaded cpio_reader v0.1.2
90562026-03-09T20:06:48.617Z[ recovery-image] Mar 09 20:06:46.454 INFO E| Downloaded bit_field v0.10.3
90572026-03-09T20:06:48.620Z[ recovery-image] Mar 09 20:06:46.457 INFO E| Downloaded bitstruct_derive v0.1.0
90582026-03-09T20:06:48.631Z[ recovery-image] Mar 09 20:06:46.469 INFO E| Downloaded raw-cpuid v10.7.0
90592026-03-09T20:06:48.634Z[ recovery-image] Mar 09 20:06:46.472 INFO E| Downloaded miniz_oxide v0.9.0
90602026-03-09T20:06:48.643Z[ recovery-image] Mar 09 20:06:46.481 INFO E| Downloaded goblin v0.10.4
90612026-03-09T20:06:48.777Z[ recovery-image] Mar 09 20:06:46.615 INFO E| Downloaded x86 v0.52.0
90622026-03-09T20:06:48.831Z[ recovery-image] Mar 09 20:06:46.668 INFO E| Updating crates.io index
90632026-03-09T20:06:48.913Z[ recovery-image] Mar 09 20:06:46.750 INFO E| Downloading crates ...
90642026-03-09T20:06:48.964Z[ recovery-image] Mar 09 20:06:46.801 INFO E| Downloaded rustc-literal-escaper v0.0.7
90652026-03-09T20:06:49.033Z[ recovery-image] Mar 09 20:06:46.871 INFO E| Downloaded libc v0.2.178
90662026-03-09T20:06:49.110Z[ recovery-image] Mar 09 20:06:46.948 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)
90672026-03-09T20:06:49.110Z[ recovery-image] Mar 09 20:06:46.948 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)
90682026-03-09T20:06:49.114Z[ recovery-image] Mar 09 20:06:46.948 INFO E| Compiling proc-macro2 v1.0.106
90692026-03-09T20:06:49.114Z[ recovery-image] Mar 09 20:06:46.948 INFO E| Compiling quote v1.0.44
90702026-03-09T20:06:49.114Z[ recovery-image] Mar 09 20:06:46.948 INFO E| Compiling unicode-ident v1.0.23
90712026-03-09T20:06:49.114Z[ recovery-image] Mar 09 20:06:46.948 INFO E| Compiling syn v1.0.109
90722026-03-09T20:06:49.114Z[ recovery-image] Mar 09 20:06:46.948 INFO E| Compiling x86 v0.52.0
90732026-03-09T20:06:49.114Z[ recovery-image] Mar 09 20:06:46.948 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
90742026-03-09T20:06:49.300Z[ recovery-image] Mar 09 20:06:47.138 INFO E| Compiling seq-macro v0.3.6
90752026-03-09T20:06:50.694Z[ recovery-image] Mar 09 20:06:48.531 INFO E| Compiling syn v2.0.114
90762026-03-09T20:06:53.073Z[ recovery-image] Mar 09 20:06:50.909 INFO E| Compiling scroll_derive v0.13.1
90772026-03-09T20:06:55.250Z[ recovery-image] Mar 09 20:06:53.086 INFO E| Compiling bitstruct_derive v0.1.0
90782026-03-09T20:07:07.762Z[ host-image] Mar 09 20:07:05.595 INFO O| seeding SMF database...
90792026-03-09T20:07:11.147Z[ recovery-image] Mar 09 20:07:08.979 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)
90802026-03-09T20:07:15.069Z[ recovery-image] Mar 09 20:07:12.899 INFO E| Compiling bitflags v1.3.2
90812026-03-09T20:07:15.072Z[ recovery-image] Mar 09 20:07:12.899 INFO E| Compiling plain v0.2.3
90822026-03-09T20:07:15.072Z[ recovery-image] Mar 09 20:07:12.899 INFO E| Compiling bit_field v0.10.3
90832026-03-09T20:07:15.073Z[ recovery-image] Mar 09 20:07:12.899 INFO E| Compiling adler2 v2.0.1
90842026-03-09T20:07:15.073Z[ recovery-image] Mar 09 20:07:12.899 INFO E| Compiling log v0.4.29
90852026-03-09T20:07:15.073Z[ recovery-image] Mar 09 20:07:12.900 INFO E| Compiling scroll v0.13.0
90862026-03-09T20:07:15.073Z[ recovery-image] Mar 09 20:07:12.900 INFO E| Compiling bitflags v2.10.0
90872026-03-09T20:07:15.175Z[ recovery-image] Mar 09 20:07:13.005 INFO E| Compiling raw-cpuid v10.7.0
90882026-03-09T20:07:15.260Z[ recovery-image] Mar 09 20:07:13.091 INFO E| Compiling miniz_oxide v0.9.0
90892026-03-09T20:07:15.361Z[ recovery-image] Mar 09 20:07:13.192 INFO E| Compiling cpio_reader v0.1.2
90902026-03-09T20:07:15.370Z[ recovery-image] Mar 09 20:07:13.200 INFO E| Compiling bitstruct v0.1.1
90912026-03-09T20:07:15.532Z[ recovery-image] Mar 09 20:07:13.363 INFO E| Compiling static_assertions v1.1.0
90922026-03-09T20:07:15.598Z[ recovery-image] Mar 09 20:07:13.428 INFO E| Compiling goblin v0.10.4
90932026-03-09T20:07:16.172Z[ host-image] Mar 09 20:07:14.002 INFO O| configuring SMF profile...
90942026-03-09T20:07:16.172Z[ host-image] Mar 09 20:07:14.002 INFO O| modifying shadow(5)...
90952026-03-09T20:07:16.175Z[ host-image] Mar 09 20:07:14.002 INFO O| loading user and group database...
90962026-03-09T20:07:16.175Z[ host-image] Mar 09 20:07:14.002 INFO O| loading facet selections...
90972026-03-09T20:07:16.689Z[ host-image] Mar 09 20:07:14.519 INFO O| devel -> true
90982026-03-09T20:07:16.689Z[ host-image] Mar 09 20:07:14.519 INFO O| doc.man -> true
90992026-03-09T20:07:16.692Z[ host-image] Mar 09 20:07:14.519 INFO O| version-lock.shell/ksh93 -> true
91002026-03-09T20:07:16.692Z[ host-image] Mar 09 20:07:14.519 INFO O| version-lock.system/data/hardware-registry -> true
91012026-03-09T20:07:16.692Z[ host-image] Mar 09 20:07:14.519 INFO O| version-lock.system/data/zoneinfo -> true
91022026-03-09T20:07:16.692Z[ host-image] Mar 09 20:07:14.519 INFO O| version-lock.system/microcode/amd -> true
91032026-03-09T20:07:16.692Z[ host-image] Mar 09 20:07:14.519 INFO O| version-lock.system/microcode/intel -> true
91042026-03-09T20:07:16.692Z[ host-image] Mar 09 20:07:14.519 INFO O| version-lock.system/microcode/oxide -> true
91052026-03-09T20:07:16.692Z[ host-image] Mar 09 20:07:14.519 INFO O| assessing packaged files...
91062026-03-09T20:07:19.449Z[ host-image] Mar 09 20:07:17.279 INFO O| creating archive...
91072026-03-09T20:07:19.477Z[ host-image] Mar 09 20:07:17.306 INFO O| missing from packaging:
91082026-03-09T20:07:19.477Z[ host-image] Mar 09 20:07:17.306 INFO O| "etc/.pwd.lock"
91092026-03-09T20:07:19.480Z[ host-image] Mar 09 20:07:17.306 INFO O| "etc/bash"
91102026-03-09T20:07:19.483Z[ host-image] Mar 09 20:07:17.311 INFO O| "etc/svc/profile/generic.xml"
91112026-03-09T20:07:19.483Z[ host-image] Mar 09 20:07:17.311 INFO O| "etc/svc/profile/inetd_services.xml"
91122026-03-09T20:07:19.483Z[ host-image] Mar 09 20:07:17.311 INFO O| "etc/svc/profile/name_service.xml"
91132026-03-09T20:07:19.483Z[ host-image] Mar 09 20:07:17.311 INFO O| "etc/svc/profile/platform.xml"
91142026-03-09T20:07:19.483Z[ host-image] Mar 09 20:07:17.311 INFO O| "etc/svc/profile/platform_omicron1.xml"
91152026-03-09T20:07:19.483Z[ host-image] Mar 09 20:07:17.311 INFO O| "etc/svc/repository.db"
91162026-03-09T20:07:19.490Z[ host-image] Mar 09 20:07:17.320 INFO O| "opt/ooce/share"
91172026-03-09T20:07:19.490Z[ host-image] Mar 09 20:07:17.320 INFO O| "opt/ooce/share/man"
91182026-03-09T20:07:19.493Z[ host-image] Mar 09 20:07:17.320 INFO O| "opt/ooce/share/man/man1"
91192026-03-09T20:07:19.525Z[ host-image] Mar 09 20:07:17.330 INFO O| finishing archive...
91202026-03-09T20:07:20.932Z[ recovery-image] Mar 09 20:07:18.762 INFO E| Finished `release` profile [optimized] target(s) in 32.62s
91212026-03-09T20:07:20.951Z[ recovery-image] Mar 09 20:07:18.780 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
91222026-03-09T20:07:21.017Z[ recovery-image] Mar 09 20:07:18.846 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')"
91232026-03-09T20:07:21.017Z[ recovery-image] Mar 09 20:07:18.846 INFO building ROM for gimlet
91242026-03-09T20:07:21.017Z[ recovery-image] Mar 09 20:07:18.846 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")
91252026-03-09T20:07:21.322Z[ recovery-image] Mar 09 20:07:19.151 INFO E| Downloading crates ...
91262026-03-09T20:07:21.443Z[ recovery-image] Mar 09 20:07:19.272 INFO E| Downloaded anstream v0.6.18
91272026-03-09T20:07:21.454Z[ recovery-image] Mar 09 20:07:19.283 INFO E| Downloaded anstyle-query v1.1.2
91282026-03-09T20:07:21.458Z[ recovery-image] Mar 09 20:07:19.287 INFO E| Downloaded clap v4.5.37
91292026-03-09T20:07:21.465Z[ recovery-image] Mar 09 20:07:19.295 INFO E| Downloaded toml_datetime v0.6.9
91302026-03-09T20:07:21.469Z[ recovery-image] Mar 09 20:07:19.296 INFO E| Downloaded colorchoice v1.0.3
91312026-03-09T20:07:21.469Z[ recovery-image] Mar 09 20:07:19.297 INFO E| Downloaded anstyle v1.0.10
91322026-03-09T20:07:21.472Z[ recovery-image] Mar 09 20:07:19.298 INFO E| Downloaded os_pipe v1.2.1
91332026-03-09T20:07:21.472Z[ recovery-image] Mar 09 20:07:19.300 INFO E| Downloaded shared_child v1.0.1
91342026-03-09T20:07:21.472Z[ recovery-image] Mar 09 20:07:19.301 INFO E| Downloaded is_terminal_polyfill v1.70.1
91352026-03-09T20:07:21.472Z[ recovery-image] Mar 09 20:07:19.301 INFO E| Downloaded anstyle-parse v0.2.6
91362026-03-09T20:07:21.476Z[ recovery-image] Mar 09 20:07:19.303 INFO E| Downloaded serde_spanned v0.6.8
91372026-03-09T20:07:21.476Z[ recovery-image] Mar 09 20:07:19.304 INFO E| Downloaded toml_write v0.1.1
91382026-03-09T20:07:21.479Z[ recovery-image] Mar 09 20:07:19.306 INFO E| Downloaded duct v0.13.7
91392026-03-09T20:07:21.479Z[ recovery-image] Mar 09 20:07:19.308 INFO E| Downloaded clap_derive v4.5.32
91402026-03-09T20:07:21.497Z[ recovery-image] Mar 09 20:07:19.327 INFO E| Downloaded clap_builder v4.5.37
91412026-03-09T20:07:21.503Z[ recovery-image] Mar 09 20:07:19.333 INFO E| Downloaded toml v0.8.22
91422026-03-09T20:07:21.533Z[ recovery-image] Mar 09 20:07:19.362 INFO E| Downloaded toml_edit v0.22.26
91432026-03-09T20:07:21.563Z[ recovery-image] Mar 09 20:07:19.392 INFO E| Downloaded cc v1.2.20
91442026-03-09T20:07:21.566Z[ recovery-image] Mar 09 20:07:19.395 INFO E| Downloaded winnow v0.7.7
91452026-03-09T20:07:21.602Z[ recovery-image] Mar 09 20:07:19.431 INFO E| Compiling libc v0.2.172
91462026-03-09T20:07:21.602Z[ recovery-image] Mar 09 20:07:19.431 INFO E| Compiling utf8parse v0.2.2
91472026-03-09T20:07:21.605Z[ recovery-image] Mar 09 20:07:19.431 INFO E| Compiling once_cell v1.21.3
91482026-03-09T20:07:21.605Z[ recovery-image] Mar 09 20:07:19.431 INFO E| Compiling colorchoice v1.0.3
91492026-03-09T20:07:21.605Z[ recovery-image] Mar 09 20:07:19.431 INFO E| Compiling equivalent v1.0.2
91502026-03-09T20:07:21.605Z[ recovery-image] Mar 09 20:07:19.431 INFO E| Compiling anstyle v1.0.10
91512026-03-09T20:07:21.623Z[ recovery-image] Mar 09 20:07:19.452 INFO E| Compiling is_terminal_polyfill v1.70.1
91522026-03-09T20:07:21.626Z[ recovery-image] Mar 09 20:07:19.456 INFO E| Compiling syn v2.0.101
91532026-03-09T20:07:21.765Z[ recovery-image] Mar 09 20:07:19.594 INFO E| Compiling anstyle-parse v0.2.6
91542026-03-09T20:07:21.797Z[ recovery-image] Mar 09 20:07:19.625 INFO E| Compiling shlex v1.3.0
91552026-03-09T20:07:21.803Z[ recovery-image] Mar 09 20:07:19.632 INFO E| Compiling anstyle-query v1.1.2
91562026-03-09T20:07:21.830Z[ recovery-image] Mar 09 20:07:19.659 INFO E| Compiling hashbrown v0.15.2
91572026-03-09T20:07:21.968Z[ recovery-image] Mar 09 20:07:19.797 INFO E| Compiling winnow v0.7.7
91582026-03-09T20:07:22.062Z[ recovery-image] Mar 09 20:07:19.891 INFO E| Compiling cc v1.2.20
91592026-03-09T20:07:22.085Z[ recovery-image] Mar 09 20:07:19.914 INFO E| Compiling anstream v0.6.18
91602026-03-09T20:07:22.123Z[ recovery-image] Mar 09 20:07:19.951 INFO E| Compiling clap_lex v0.7.4
91612026-03-09T20:07:22.138Z[ recovery-image] Mar 09 20:07:19.967 INFO E| Compiling strsim v0.11.1
91622026-03-09T20:07:22.701Z[ host-image] Mar 09 20:07:20.530 INFO O| creating gzonly manifest...
91632026-03-09T20:07:22.712Z[ host-image] Mar 09 20:07:20.541 INFO O| ok
91642026-03-09T20:07:22.794Z[ recovery-image] Mar 09 20:07:20.620 INFO E| Compiling toml_write v0.1.1
91652026-03-09T20:07:22.839Z[ recovery-image] Mar 09 20:07:20.668 INFO E| Compiling anyhow v1.0.98
91662026-03-09T20:07:22.944Z[ host-image] Mar 09 20:07:20.772 INFO image builder template: ramdisk-02-trim...
91672026-03-09T20:07:22.944Z[ host-image] Mar 09 20:07:20.772 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/.tmpQLipMI/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
91682026-03-09T20:07:22.976Z[ host-image] Mar 09 20:07:20.805 INFO O| Mar 09 20:07:20.805 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91692026-03-09T20:07:22.981Z[ host-image] Mar 09 20:07:20.810 INFO O| Mar 09 20:07:20.810 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91702026-03-09T20:07:23.136Z[ recovery-image] Mar 09 20:07:20.965 INFO E| Compiling indexmap v2.9.0
91712026-03-09T20:07:23.174Z[ recovery-image] Mar 09 20:07:21.002 INFO E| Compiling shared_child v1.0.1
91722026-03-09T20:07:23.194Z[ host-image] Mar 09 20:07:21.022 INFO O| Mar 09 20:07:21.022 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91732026-03-09T20:07:23.245Z[ recovery-image] Mar 09 20:07:21.074 INFO E| Compiling os_pipe v1.2.1
91742026-03-09T20:07:23.269Z[ recovery-image] Mar 09 20:07:21.097 INFO E| Compiling clap_builder v4.5.37
91752026-03-09T20:07:23.351Z[ host-image] Mar 09 20:07:21.180 INFO O| Mar 09 20:07:21.180 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91762026-03-09T20:07:23.351Z[ host-image] Mar 09 20:07:21.180 INFO O| Mar 09 20:07:21.180 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91772026-03-09T20:07:23.358Z[ host-image] Mar 09 20:07:21.187 INFO O| Mar 09 20:07:21.187 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91782026-03-09T20:07:23.364Z[ host-image] Mar 09 20:07:21.192 INFO O| Mar 09 20:07:21.192 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91792026-03-09T20:07:23.370Z[ host-image] Mar 09 20:07:21.199 INFO O| Mar 09 20:07:21.199 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91802026-03-09T20:07:23.560Z[ recovery-image] Mar 09 20:07:21.389 INFO E| Compiling duct v0.13.7
91812026-03-09T20:07:23.779Z[ host-image] Mar 09 20:07:21.608 INFO O| Mar 09 20:07:21.608 INFO rolled back to input snapshot; work may begin
91822026-03-09T20:07:23.779Z[ host-image] Mar 09 20:07:21.608 INFO O| Mar 09 20:07:21.608 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91832026-03-09T20:07:23.787Z[ host-image] Mar 09 20:07:21.615 INFO O| Mar 09 20:07:21.615 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91842026-03-09T20:07:23.802Z[ host-image] Mar 09 20:07:21.630 INFO O| Mar 09 20:07:21.630 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91852026-03-09T20:07:23.888Z[ host-image] Mar 09 20:07:21.716 INFO O| Mar 09 20:07:21.716 INFO STEP 0 (remove_files) COMPLETE
91862026-03-09T20:07:23.888Z[ host-image] Mar 09 20:07:21.716 INFO O| Mar 09 20:07:21.716 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91872026-03-09T20:07:23.901Z[ host-image] Mar 09 20:07:21.729 INFO O| Mar 09 20:07:21.729 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91882026-03-09T20:07:23.905Z[ host-image] Mar 09 20:07:21.734 INFO O| Mar 09 20:07:21.734 INFO STEP 1 (remove_files) COMPLETE
91892026-03-09T20:07:23.905Z[ host-image] Mar 09 20:07:21.734 INFO O| Mar 09 20:07:21.734 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91902026-03-09T20:07:23.918Z[ host-image] Mar 09 20:07:21.747 INFO O| Mar 09 20:07:21.747 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91912026-03-09T20:07:23.941Z[ host-image] Mar 09 20:07:21.770 INFO O| Mar 09 20:07:21.770 INFO STEP 2 (remove_files) COMPLETE
91922026-03-09T20:07:23.942Z[ host-image] Mar 09 20:07:21.770 INFO O| Mar 09 20:07:21.770 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91932026-03-09T20:07:23.955Z[ host-image] Mar 09 20:07:21.783 INFO O| Mar 09 20:07:21.783 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91942026-03-09T20:07:23.958Z[ host-image] Mar 09 20:07:21.786 INFO O| Mar 09 20:07:21.786 INFO STEP 3 (remove_files) COMPLETE
91952026-03-09T20:07:23.958Z[ host-image] Mar 09 20:07:21.786 INFO O| Mar 09 20:07:21.786 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91962026-03-09T20:07:23.971Z[ host-image] Mar 09 20:07:21.799 INFO O| Mar 09 20:07:21.799 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91972026-03-09T20:07:23.977Z[ host-image] Mar 09 20:07:21.806 INFO O| Mar 09 20:07:21.806 INFO STEP 4 (remove_files) COMPLETE
91982026-03-09T20:07:23.977Z[ host-image] Mar 09 20:07:21.806 INFO O| Mar 09 20:07:21.806 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91992026-03-09T20:07:23.991Z[ host-image] Mar 09 20:07:21.819 INFO O| Mar 09 20:07:21.819 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
92002026-03-09T20:07:23.994Z[ host-image] Mar 09 20:07:21.823 INFO O| Mar 09 20:07:21.823 INFO STEP 5 (remove_files) COMPLETE
92012026-03-09T20:07:23.994Z[ host-image] Mar 09 20:07:21.823 INFO O| Mar 09 20:07:21.823 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92022026-03-09T20:07:24.007Z[ host-image] Mar 09 20:07:21.836 INFO O| Mar 09 20:07:21.835 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
92032026-03-09T20:07:24.026Z[ host-image] Mar 09 20:07:21.855 INFO O| Mar 09 20:07:21.855 INFO STEP 6 (remove_files) COMPLETE
92042026-03-09T20:07:24.027Z[ host-image] Mar 09 20:07:21.855 INFO O| Mar 09 20:07:21.855 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92052026-03-09T20:07:24.039Z[ host-image] Mar 09 20:07:21.868 INFO O| Mar 09 20:07:21.868 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
92062026-03-09T20:07:24.068Z[ host-image] Mar 09 20:07:21.896 INFO O| Mar 09 20:07:21.896 INFO STEP 7 (remove_files) COMPLETE
92072026-03-09T20:07:24.068Z[ host-image] Mar 09 20:07:21.896 INFO O| Mar 09 20:07:21.896 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92082026-03-09T20:07:24.085Z[ host-image] Mar 09 20:07:21.911 INFO O| Mar 09 20:07:21.911 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
92092026-03-09T20:07:24.236Z[ host-image] Mar 09 20:07:22.065 INFO O| Mar 09 20:07:22.064 INFO STEP 8 (remove_files) COMPLETE
92102026-03-09T20:07:24.236Z[ host-image] Mar 09 20:07:22.065 INFO O| Mar 09 20:07:22.064 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92112026-03-09T20:07:24.252Z[ host-image] Mar 09 20:07:22.080 INFO O| Mar 09 20:07:22.080 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
92122026-03-09T20:07:24.447Z[ host-image] Mar 09 20:07:22.275 INFO O| Mar 09 20:07:22.275 INFO STEP 9 (remove_files) COMPLETE
92132026-03-09T20:07:24.447Z[ host-image] Mar 09 20:07:22.275 INFO O| Mar 09 20:07:22.275 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92142026-03-09T20:07:24.462Z[ host-image] Mar 09 20:07:22.290 INFO O| Mar 09 20:07:22.290 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
92152026-03-09T20:07:24.470Z[ host-image] Mar 09 20:07:22.296 INFO O| Mar 09 20:07:22.296 INFO STEP 10 (remove_files) COMPLETE
92162026-03-09T20:07:24.470Z[ host-image] Mar 09 20:07:22.296 INFO O| Mar 09 20:07:22.296 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92172026-03-09T20:07:24.482Z[ host-image] Mar 09 20:07:22.310 INFO O| Mar 09 20:07:22.310 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
92182026-03-09T20:07:24.485Z[ host-image] Mar 09 20:07:22.311 INFO O| Mar 09 20:07:22.311 INFO STEP 11 (remove_files) COMPLETE
92192026-03-09T20:07:24.485Z[ host-image] Mar 09 20:07:22.311 INFO O| Mar 09 20:07:22.311 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92202026-03-09T20:07:24.497Z[ host-image] Mar 09 20:07:22.325 INFO O| Mar 09 20:07:22.325 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
92212026-03-09T20:07:24.500Z[ host-image] Mar 09 20:07:22.328 INFO O| Mar 09 20:07:22.328 INFO STEP 12 (remove_files) COMPLETE
92222026-03-09T20:07:24.500Z[ host-image] Mar 09 20:07:22.328 INFO O| Mar 09 20:07:22.328 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92232026-03-09T20:07:24.527Z[ host-image] Mar 09 20:07:22.355 INFO O| Mar 09 20:07:22.355 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
92242026-03-09T20:07:24.530Z[ host-image] Mar 09 20:07:22.358 INFO O| Mar 09 20:07:22.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
92252026-03-09T20:07:24.530Z[ host-image] Mar 09 20:07:22.358 INFO O| Mar 09 20:07:22.358 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
92262026-03-09T20:07:24.530Z[ host-image] Mar 09 20:07:22.359 INFO O| Mar 09 20:07:22.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
92272026-03-09T20:07:24.534Z[ host-image] Mar 09 20:07:22.359 INFO O| Mar 09 20:07:22.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
92282026-03-09T20:07:24.534Z[ host-image] Mar 09 20:07:22.359 INFO O| Mar 09 20:07:22.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
92292026-03-09T20:07:24.534Z[ host-image] Mar 09 20:07:22.360 INFO O| Mar 09 20:07:22.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
92302026-03-09T20:07:24.534Z[ host-image] Mar 09 20:07:22.360 INFO O| Mar 09 20:07:22.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
92312026-03-09T20:07:24.534Z[ host-image] Mar 09 20:07:22.361 INFO O| Mar 09 20:07:22.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
92322026-03-09T20:07:24.534Z[ host-image] Mar 09 20:07:22.361 INFO O| Mar 09 20:07:22.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
92332026-03-09T20:07:24.534Z[ host-image] Mar 09 20:07:22.362 INFO O| Mar 09 20:07:22.362 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
92342026-03-09T20:07:24.534Z[ host-image] Mar 09 20:07:22.362 INFO O| Mar 09 20:07:22.362 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92352026-03-09T20:07:24.534Z[ host-image] Mar 09 20:07:22.362 INFO O| Mar 09 20:07:22.362 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
92362026-03-09T20:07:24.534Z[ host-image] Mar 09 20:07:22.362 INFO O| Mar 09 20:07:22.362 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
92372026-03-09T20:07:24.537Z[ host-image] Mar 09 20:07:22.363 INFO O| Mar 09 20:07:22.363 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
92382026-03-09T20:07:24.538Z[ host-image] Mar 09 20:07:22.363 INFO O| Mar 09 20:07:22.363 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
92392026-03-09T20:07:24.538Z[ host-image] Mar 09 20:07:22.363 INFO O| Mar 09 20:07:22.363 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92402026-03-09T20:07:24.737Z[ recovery-image] Mar 09 20:07:22.565 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
92412026-03-09T20:07:24.925Z[ host-image] Mar 09 20:07:22.753 INFO O| Mar 09 20:07:22.753 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
92422026-03-09T20:07:24.952Z[ host-image] Mar 09 20:07:22.780 INFO O| Mar 09 20:07:22.780 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
92432026-03-09T20:07:24.955Z[ host-image] Mar 09 20:07:22.783 INFO O| Mar 09 20:07:22.783 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
92442026-03-09T20:07:24.959Z[ host-image] Mar 09 20:07:22.787 INFO O| Mar 09 20:07:22.787 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92452026-03-09T20:07:24.984Z[ host-image] Mar 09 20:07:22.812 INFO O| Mar 09 20:07:22.812 INFO STEP 13 (remove_files) COMPLETE
92462026-03-09T20:07:24.984Z[ host-image] Mar 09 20:07:22.812 INFO O| Mar 09 20:07:22.812 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92472026-03-09T20:07:24.997Z[ host-image] Mar 09 20:07:22.826 INFO O| Mar 09 20:07:22.826 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92482026-03-09T20:07:25.001Z[ host-image] Mar 09 20:07:22.828 INFO O| Mar 09 20:07:22.828 INFO STEP 14 (remove_files) COMPLETE
92492026-03-09T20:07:25.001Z[ host-image] Mar 09 20:07:22.828 INFO O| Mar 09 20:07:22.828 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92502026-03-09T20:07:25.013Z[ host-image] Mar 09 20:07:22.841 INFO O| Mar 09 20:07:22.841 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92512026-03-09T20:07:25.025Z[ host-image] Mar 09 20:07:22.854 INFO O| Mar 09 20:07:22.853 INFO STEP 15 (remove_files) COMPLETE
92522026-03-09T20:07:25.025Z[ host-image] Mar 09 20:07:22.854 INFO O| Mar 09 20:07:22.853 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92532026-03-09T20:07:25.040Z[ host-image] Mar 09 20:07:22.868 INFO O| Mar 09 20:07:22.868 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92542026-03-09T20:07:25.043Z[ host-image] Mar 09 20:07:22.868 INFO O| Mar 09 20:07:22.868 INFO STEP 16 (remove_files) COMPLETE
92552026-03-09T20:07:25.043Z[ host-image] Mar 09 20:07:22.868 INFO O| Mar 09 20:07:22.868 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92562026-03-09T20:07:25.054Z[ host-image] Mar 09 20:07:22.882 INFO O| Mar 09 20:07:22.882 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92572026-03-09T20:07:25.057Z[ host-image] Mar 09 20:07:22.885 INFO O| Mar 09 20:07:22.885 INFO STEP 17 (remove_files) COMPLETE
92582026-03-09T20:07:25.057Z[ host-image] Mar 09 20:07:22.885 INFO O| Mar 09 20:07:22.885 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92592026-03-09T20:07:25.078Z[ host-image] Mar 09 20:07:22.906 INFO O| Mar 09 20:07:22.906 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92602026-03-09T20:07:25.078Z[ host-image] Mar 09 20:07:22.906 INFO O| Mar 09 20:07:22.906 INFO STEP 18 (remove_files) COMPLETE
92612026-03-09T20:07:25.078Z[ host-image] Mar 09 20:07:22.906 INFO O| Mar 09 20:07:22.906 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92622026-03-09T20:07:25.095Z[ host-image] Mar 09 20:07:22.923 INFO O| Mar 09 20:07:22.923 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92632026-03-09T20:07:25.098Z[ host-image] Mar 09 20:07:22.923 INFO O| Mar 09 20:07:22.923 INFO STEP 19 (remove_files) COMPLETE
92642026-03-09T20:07:25.098Z[ host-image] Mar 09 20:07:22.923 INFO O| Mar 09 20:07:22.923 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92652026-03-09T20:07:25.111Z[ host-image] Mar 09 20:07:22.939 INFO O| Mar 09 20:07:22.939 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92662026-03-09T20:07:25.111Z[ host-image] Mar 09 20:07:22.939 INFO O| Mar 09 20:07:22.939 INFO STEP 20 (remove_files) COMPLETE
92672026-03-09T20:07:25.111Z[ host-image] Mar 09 20:07:22.939 INFO O| Mar 09 20:07:22.939 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92682026-03-09T20:07:25.124Z[ host-image] Mar 09 20:07:22.952 INFO O| Mar 09 20:07:22.952 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92692026-03-09T20:07:25.124Z[ host-image] Mar 09 20:07:22.952 INFO O| Mar 09 20:07:22.952 INFO STEP 21 (remove_files) COMPLETE
92702026-03-09T20:07:25.124Z[ host-image] Mar 09 20:07:22.952 INFO O| Mar 09 20:07:22.952 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92712026-03-09T20:07:25.134Z[ host-image] Mar 09 20:07:22.961 INFO O| Mar 09 20:07:22.961 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92722026-03-09T20:07:25.134Z[ host-image] Mar 09 20:07:22.961 INFO O| Mar 09 20:07:22.961 INFO STEP 22 (remove_files) COMPLETE
92732026-03-09T20:07:25.137Z[ host-image] Mar 09 20:07:22.961 INFO O| Mar 09 20:07:22.961 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92742026-03-09T20:07:25.146Z[ host-image] Mar 09 20:07:22.974 INFO O| Mar 09 20:07:22.974 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92752026-03-09T20:07:25.146Z[ host-image] Mar 09 20:07:22.974 INFO O| Mar 09 20:07:22.974 INFO STEP 23 (remove_files) COMPLETE
92762026-03-09T20:07:25.149Z[ host-image] Mar 09 20:07:22.974 INFO O| Mar 09 20:07:22.974 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92772026-03-09T20:07:25.158Z[ host-image] Mar 09 20:07:22.986 INFO O| Mar 09 20:07:22.986 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92782026-03-09T20:07:25.158Z[ host-image] Mar 09 20:07:22.986 INFO O| Mar 09 20:07:22.986 INFO STEP 24 (remove_files) COMPLETE
92792026-03-09T20:07:25.161Z[ host-image] Mar 09 20:07:22.986 INFO O| Mar 09 20:07:22.986 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92802026-03-09T20:07:25.166Z[ host-image] Mar 09 20:07:22.995 INFO O| Mar 09 20:07:22.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92812026-03-09T20:07:25.166Z[ host-image] Mar 09 20:07:22.995 INFO O| Mar 09 20:07:22.995 INFO STEP 25 (remove_files) COMPLETE
92822026-03-09T20:07:25.166Z[ host-image] Mar 09 20:07:22.995 INFO O| Mar 09 20:07:22.995 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92832026-03-09T20:07:25.177Z[ host-image] Mar 09 20:07:23.005 INFO O| Mar 09 20:07:23.005 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92842026-03-09T20:07:25.177Z[ host-image] Mar 09 20:07:23.005 INFO O| Mar 09 20:07:23.005 INFO STEP 26 (remove_files) COMPLETE
92852026-03-09T20:07:25.180Z[ host-image] Mar 09 20:07:23.005 INFO O| Mar 09 20:07:23.005 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92862026-03-09T20:07:25.189Z[ host-image] Mar 09 20:07:23.017 INFO O| Mar 09 20:07:23.017 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92872026-03-09T20:07:25.189Z[ host-image] Mar 09 20:07:23.017 INFO O| Mar 09 20:07:23.017 INFO STEP 27 (remove_files) COMPLETE
92882026-03-09T20:07:25.192Z[ host-image] Mar 09 20:07:23.017 INFO O| Mar 09 20:07:23.017 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92892026-03-09T20:07:25.201Z[ host-image] Mar 09 20:07:23.030 INFO O| Mar 09 20:07:23.030 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92902026-03-09T20:07:25.201Z[ host-image] Mar 09 20:07:23.030 INFO O| Mar 09 20:07:23.030 INFO STEP 28 (remove_files) COMPLETE
92912026-03-09T20:07:25.201Z[ host-image] Mar 09 20:07:23.030 INFO O| Mar 09 20:07:23.030 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92922026-03-09T20:07:25.214Z[ host-image] Mar 09 20:07:23.042 INFO O| Mar 09 20:07:23.042 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92932026-03-09T20:07:25.214Z[ host-image] Mar 09 20:07:23.042 INFO O| Mar 09 20:07:23.042 INFO STEP 29 (remove_files) COMPLETE
92942026-03-09T20:07:25.214Z[ host-image] Mar 09 20:07:23.042 INFO O| Mar 09 20:07:23.042 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92952026-03-09T20:07:25.226Z[ host-image] Mar 09 20:07:23.054 INFO O| Mar 09 20:07:23.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92962026-03-09T20:07:25.226Z[ host-image] Mar 09 20:07:23.054 INFO O| Mar 09 20:07:23.054 INFO STEP 30 (remove_files) COMPLETE
92972026-03-09T20:07:25.230Z[ host-image] Mar 09 20:07:23.054 INFO O| Mar 09 20:07:23.054 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92982026-03-09T20:07:25.239Z[ host-image] Mar 09 20:07:23.067 INFO O| Mar 09 20:07:23.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92992026-03-09T20:07:25.239Z[ host-image] Mar 09 20:07:23.067 INFO O| Mar 09 20:07:23.067 INFO STEP 31 (remove_files) COMPLETE
93002026-03-09T20:07:25.242Z[ host-image] Mar 09 20:07:23.067 INFO O| Mar 09 20:07:23.067 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93012026-03-09T20:07:25.252Z[ host-image] Mar 09 20:07:23.080 INFO O| Mar 09 20:07:23.080 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
93022026-03-09T20:07:25.252Z[ host-image] Mar 09 20:07:23.080 INFO O| Mar 09 20:07:23.080 INFO STEP 32 (remove_files) COMPLETE
93032026-03-09T20:07:25.252Z[ host-image] Mar 09 20:07:23.080 INFO O| Mar 09 20:07:23.080 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93042026-03-09T20:07:25.264Z[ host-image] Mar 09 20:07:23.092 INFO O| Mar 09 20:07:23.092 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
93052026-03-09T20:07:25.264Z[ host-image] Mar 09 20:07:23.093 INFO O| Mar 09 20:07:23.093 INFO STEP 33 (remove_files) COMPLETE
93062026-03-09T20:07:25.268Z[ host-image] Mar 09 20:07:23.093 INFO O| Mar 09 20:07:23.093 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93072026-03-09T20:07:25.278Z[ host-image] Mar 09 20:07:23.106 INFO O| Mar 09 20:07:23.106 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
93082026-03-09T20:07:25.281Z[ host-image] Mar 09 20:07:23.106 INFO O| Mar 09 20:07:23.106 INFO STEP 34 (remove_files) COMPLETE
93092026-03-09T20:07:25.281Z[ host-image] Mar 09 20:07:23.106 INFO O| Mar 09 20:07:23.106 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93102026-03-09T20:07:25.290Z[ host-image] Mar 09 20:07:23.119 INFO O| Mar 09 20:07:23.119 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
93112026-03-09T20:07:25.290Z[ host-image] Mar 09 20:07:23.119 INFO O| Mar 09 20:07:23.119 INFO STEP 35 (remove_files) COMPLETE
93122026-03-09T20:07:25.294Z[ host-image] Mar 09 20:07:23.119 INFO O| Mar 09 20:07:23.119 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93132026-03-09T20:07:25.302Z[ host-image] Mar 09 20:07:23.130 INFO O| Mar 09 20:07:23.130 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
93142026-03-09T20:07:25.302Z[ host-image] Mar 09 20:07:23.130 INFO O| Mar 09 20:07:23.130 INFO STEP 36 (remove_files) COMPLETE
93152026-03-09T20:07:25.305Z[ host-image] Mar 09 20:07:23.130 INFO O| Mar 09 20:07:23.130 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93162026-03-09T20:07:25.313Z[ host-image] Mar 09 20:07:23.142 INFO O| Mar 09 20:07:23.141 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
93172026-03-09T20:07:25.313Z[ host-image] Mar 09 20:07:23.142 INFO O| Mar 09 20:07:23.142 INFO STEP 37 (remove_files) COMPLETE
93182026-03-09T20:07:25.317Z[ host-image] Mar 09 20:07:23.142 INFO O| Mar 09 20:07:23.142 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93192026-03-09T20:07:25.326Z[ host-image] Mar 09 20:07:23.154 INFO O| Mar 09 20:07:23.154 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
93202026-03-09T20:07:25.326Z[ host-image] Mar 09 20:07:23.154 INFO O| Mar 09 20:07:23.154 INFO STEP 38 (remove_files) COMPLETE
93212026-03-09T20:07:25.326Z[ host-image] Mar 09 20:07:23.154 INFO O| Mar 09 20:07:23.154 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93222026-03-09T20:07:25.336Z[ host-image] Mar 09 20:07:23.164 INFO O| Mar 09 20:07:23.164 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
93232026-03-09T20:07:25.336Z[ host-image] Mar 09 20:07:23.164 INFO O| Mar 09 20:07:23.164 INFO STEP 39 (remove_files) COMPLETE
93242026-03-09T20:07:25.339Z[ host-image] Mar 09 20:07:23.164 INFO O| Mar 09 20:07:23.164 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93252026-03-09T20:07:25.348Z[ host-image] Mar 09 20:07:23.177 INFO O| Mar 09 20:07:23.177 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
93262026-03-09T20:07:25.348Z[ host-image] Mar 09 20:07:23.177 INFO O| Mar 09 20:07:23.177 INFO STEP 40 (remove_files) COMPLETE
93272026-03-09T20:07:25.348Z[ host-image] Mar 09 20:07:23.177 INFO O| Mar 09 20:07:23.177 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93282026-03-09T20:07:25.361Z[ host-image] Mar 09 20:07:23.189 INFO O| Mar 09 20:07:23.189 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
93292026-03-09T20:07:25.361Z[ host-image] Mar 09 20:07:23.189 INFO O| Mar 09 20:07:23.189 INFO STEP 41 (remove_files) COMPLETE
93302026-03-09T20:07:25.365Z[ host-image] Mar 09 20:07:23.190 INFO O| Mar 09 20:07:23.189 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93312026-03-09T20:07:25.373Z[ host-image] Mar 09 20:07:23.201 INFO O| Mar 09 20:07:23.201 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
93322026-03-09T20:07:25.376Z[ host-image] Mar 09 20:07:23.201 INFO O| Mar 09 20:07:23.201 INFO STEP 42 (remove_files) COMPLETE
93332026-03-09T20:07:25.376Z[ host-image] Mar 09 20:07:23.201 INFO O| Mar 09 20:07:23.201 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93342026-03-09T20:07:25.382Z[ host-image] Mar 09 20:07:23.211 INFO O| Mar 09 20:07:23.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93352026-03-09T20:07:25.382Z[ host-image] Mar 09 20:07:23.211 INFO O| Mar 09 20:07:23.211 INFO STEP 43 (remove_files) COMPLETE
93362026-03-09T20:07:25.386Z[ host-image] Mar 09 20:07:23.211 INFO O| Mar 09 20:07:23.211 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93372026-03-09T20:07:25.394Z[ host-image] Mar 09 20:07:23.222 INFO O| Mar 09 20:07:23.222 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93382026-03-09T20:07:25.394Z[ host-image] Mar 09 20:07:23.222 INFO O| Mar 09 20:07:23.222 INFO STEP 44 (remove_files) COMPLETE
93392026-03-09T20:07:25.397Z[ host-image] Mar 09 20:07:23.222 INFO O| Mar 09 20:07:23.222 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93402026-03-09T20:07:25.403Z[ host-image] Mar 09 20:07:23.232 INFO O| Mar 09 20:07:23.232 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93412026-03-09T20:07:25.407Z[ host-image] Mar 09 20:07:23.232 INFO O| Mar 09 20:07:23.232 INFO STEP 45 (remove_files) COMPLETE
93422026-03-09T20:07:25.407Z[ host-image] Mar 09 20:07:23.232 INFO O| Mar 09 20:07:23.232 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93432026-03-09T20:07:25.414Z[ host-image] Mar 09 20:07:23.242 INFO O| Mar 09 20:07:23.242 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93442026-03-09T20:07:25.414Z[ host-image] Mar 09 20:07:23.242 INFO O| Mar 09 20:07:23.242 INFO STEP 46 (remove_files) COMPLETE
93452026-03-09T20:07:25.417Z[ host-image] Mar 09 20:07:23.242 INFO O| Mar 09 20:07:23.242 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93462026-03-09T20:07:25.423Z[ host-image] Mar 09 20:07:23.251 INFO O| Mar 09 20:07:23.251 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93472026-03-09T20:07:25.423Z[ host-image] Mar 09 20:07:23.252 INFO O| Mar 09 20:07:23.252 INFO STEP 47 (remove_files) COMPLETE
93482026-03-09T20:07:25.426Z[ host-image] Mar 09 20:07:23.252 INFO O| Mar 09 20:07:23.252 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93492026-03-09T20:07:25.433Z[ host-image] Mar 09 20:07:23.261 INFO O| Mar 09 20:07:23.261 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93502026-03-09T20:07:25.433Z[ host-image] Mar 09 20:07:23.261 INFO O| Mar 09 20:07:23.261 INFO STEP 48 (remove_files) COMPLETE
93512026-03-09T20:07:25.436Z[ host-image] Mar 09 20:07:23.261 INFO O| Mar 09 20:07:23.261 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93522026-03-09T20:07:25.444Z[ host-image] Mar 09 20:07:23.272 INFO O| Mar 09 20:07:23.272 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93532026-03-09T20:07:25.444Z[ host-image] Mar 09 20:07:23.272 INFO O| Mar 09 20:07:23.272 INFO STEP 49 (remove_files) COMPLETE
93542026-03-09T20:07:25.447Z[ host-image] Mar 09 20:07:23.272 INFO O| Mar 09 20:07:23.272 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93552026-03-09T20:07:25.453Z[ host-image] Mar 09 20:07:23.282 INFO O| Mar 09 20:07:23.282 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93562026-03-09T20:07:25.456Z[ host-image] Mar 09 20:07:23.282 INFO O| Mar 09 20:07:23.282 INFO STEP 50 (remove_files) COMPLETE
93572026-03-09T20:07:25.456Z[ host-image] Mar 09 20:07:23.282 INFO O| Mar 09 20:07:23.282 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93582026-03-09T20:07:25.464Z[ host-image] Mar 09 20:07:23.293 INFO O| Mar 09 20:07:23.293 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93592026-03-09T20:07:25.465Z[ host-image] Mar 09 20:07:23.293 INFO O| Mar 09 20:07:23.293 INFO STEP 51 (remove_files) COMPLETE
93602026-03-09T20:07:25.465Z[ host-image] Mar 09 20:07:23.293 INFO O| Mar 09 20:07:23.293 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93612026-03-09T20:07:25.473Z[ host-image] Mar 09 20:07:23.301 INFO O| Mar 09 20:07:23.301 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93622026-03-09T20:07:25.473Z[ host-image] Mar 09 20:07:23.301 INFO O| Mar 09 20:07:23.301 INFO STEP 52 (remove_files) COMPLETE
93632026-03-09T20:07:25.476Z[ host-image] Mar 09 20:07:23.301 INFO O| Mar 09 20:07:23.301 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93642026-03-09T20:07:25.482Z[ host-image] Mar 09 20:07:23.311 INFO O| Mar 09 20:07:23.311 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93652026-03-09T20:07:25.483Z[ host-image] Mar 09 20:07:23.311 INFO O| Mar 09 20:07:23.311 INFO STEP 53 (remove_files) COMPLETE
93662026-03-09T20:07:25.483Z[ host-image] Mar 09 20:07:23.311 INFO O| Mar 09 20:07:23.311 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93672026-03-09T20:07:25.492Z[ host-image] Mar 09 20:07:23.320 INFO O| Mar 09 20:07:23.320 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93682026-03-09T20:07:25.492Z[ host-image] Mar 09 20:07:23.320 INFO O| Mar 09 20:07:23.320 INFO STEP 54 (remove_files) COMPLETE
93692026-03-09T20:07:25.495Z[ host-image] Mar 09 20:07:23.320 INFO O| Mar 09 20:07:23.320 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93702026-03-09T20:07:25.502Z[ host-image] Mar 09 20:07:23.330 INFO O| Mar 09 20:07:23.330 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93712026-03-09T20:07:25.502Z[ host-image] Mar 09 20:07:23.330 INFO O| Mar 09 20:07:23.330 INFO STEP 55 (remove_files) COMPLETE
93722026-03-09T20:07:25.505Z[ host-image] Mar 09 20:07:23.330 INFO O| Mar 09 20:07:23.330 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93732026-03-09T20:07:25.510Z[ host-image] Mar 09 20:07:23.338 INFO O| Mar 09 20:07:23.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93742026-03-09T20:07:25.512Z[ host-image] Mar 09 20:07:23.338 INFO O| Mar 09 20:07:23.338 INFO STEP 56 (remove_files) COMPLETE
93752026-03-09T20:07:25.512Z[ host-image] Mar 09 20:07:23.338 INFO O| Mar 09 20:07:23.338 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93762026-03-09T20:07:25.517Z[ host-image] Mar 09 20:07:23.345 INFO O| Mar 09 20:07:23.345 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93772026-03-09T20:07:25.520Z[ host-image] Mar 09 20:07:23.345 INFO O| Mar 09 20:07:23.345 INFO STEP 57 (remove_files) COMPLETE
93782026-03-09T20:07:25.520Z[ host-image] Mar 09 20:07:23.346 INFO O| Mar 09 20:07:23.345 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93792026-03-09T20:07:25.529Z[ host-image] Mar 09 20:07:23.357 INFO O| Mar 09 20:07:23.357 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93802026-03-09T20:07:25.529Z[ host-image] Mar 09 20:07:23.357 INFO O| Mar 09 20:07:23.357 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93812026-03-09T20:07:25.532Z[ host-image] Mar 09 20:07:23.357 INFO O| Mar 09 20:07:23.357 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93822026-03-09T20:07:25.532Z[ host-image] Mar 09 20:07:23.358 INFO O| Mar 09 20:07:23.357 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93832026-03-09T20:07:25.532Z[ host-image] Mar 09 20:07:23.358 INFO O| Mar 09 20:07:23.357 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93842026-03-09T20:07:25.532Z[ host-image] Mar 09 20:07:23.358 INFO O| Mar 09 20:07:23.358 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93852026-03-09T20:07:25.532Z[ host-image] Mar 09 20:07:23.358 INFO O| Mar 09 20:07:23.358 INFO ok!
93862026-03-09T20:07:25.532Z[ host-image] Mar 09 20:07:23.358 INFO O| Mar 09 20:07:23.358 INFO STEP 58 (ensure_file) COMPLETE
93872026-03-09T20:07:25.532Z[ host-image] Mar 09 20:07:23.358 INFO O| Mar 09 20:07:23.358 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93882026-03-09T20:07:25.537Z[ host-image] Mar 09 20:07:23.366 INFO O| Mar 09 20:07:23.366 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93892026-03-09T20:07:25.541Z[ host-image] Mar 09 20:07:23.366 INFO O| Mar 09 20:07:23.366 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93902026-03-09T20:07:25.541Z[ host-image] Mar 09 20:07:23.366 INFO O| Mar 09 20:07:23.366 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93912026-03-09T20:07:25.541Z[ host-image] Mar 09 20:07:23.366 INFO O| Mar 09 20:07:23.366 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93922026-03-09T20:07:25.541Z[ host-image] Mar 09 20:07:23.366 INFO O| Mar 09 20:07:23.366 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93932026-03-09T20:07:25.541Z[ host-image] Mar 09 20:07:23.366 INFO O| Mar 09 20:07:23.366 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93942026-03-09T20:07:25.541Z[ host-image] Mar 09 20:07:23.366 INFO O| Mar 09 20:07:23.366 INFO ok!
93952026-03-09T20:07:25.541Z[ host-image] Mar 09 20:07:23.366 INFO O| Mar 09 20:07:23.366 INFO STEP 59 (ensure_file) COMPLETE
93962026-03-09T20:07:25.541Z[ host-image] Mar 09 20:07:23.366 INFO O| Mar 09 20:07:23.366 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93972026-03-09T20:07:25.546Z[ host-image] Mar 09 20:07:23.375 INFO O| Mar 09 20:07:23.375 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93982026-03-09T20:07:25.549Z[ host-image] Mar 09 20:07:23.375 INFO O| Mar 09 20:07:23.375 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93992026-03-09T20:07:25.549Z[ host-image] Mar 09 20:07:23.375 INFO O| Mar 09 20:07:23.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
94002026-03-09T20:07:25.549Z[ host-image] Mar 09 20:07:23.375 INFO O| Mar 09 20:07:23.375 INFO ok!
94012026-03-09T20:07:25.549Z[ host-image] Mar 09 20:07:23.375 INFO O| Mar 09 20:07:23.375 INFO STEP 60 (ensure_file) COMPLETE
94022026-03-09T20:07:25.549Z[ host-image] Mar 09 20:07:23.375 INFO O| Mar 09 20:07:23.375 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94032026-03-09T20:07:25.555Z[ host-image] Mar 09 20:07:23.383 INFO O| Mar 09 20:07:23.383 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
94042026-03-09T20:07:25.558Z[ host-image] Mar 09 20:07:23.384 INFO O| Mar 09 20:07:23.383 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
94052026-03-09T20:07:25.558Z[ host-image] Mar 09 20:07:23.384 INFO O| Mar 09 20:07:23.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
94062026-03-09T20:07:25.558Z[ host-image] Mar 09 20:07:23.384 INFO O| Mar 09 20:07:23.384 INFO ok!
94072026-03-09T20:07:25.558Z[ host-image] Mar 09 20:07:23.384 INFO O| Mar 09 20:07:23.384 INFO STEP 61 (ensure_file) COMPLETE
94082026-03-09T20:07:25.558Z[ host-image] Mar 09 20:07:23.384 INFO O| Mar 09 20:07:23.384 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94092026-03-09T20:07:25.563Z[ host-image] Mar 09 20:07:23.392 INFO O| Mar 09 20:07:23.392 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
94102026-03-09T20:07:25.563Z[ host-image] Mar 09 20:07:23.392 INFO O| Mar 09 20:07:23.392 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
94112026-03-09T20:07:25.567Z[ host-image] Mar 09 20:07:23.392 INFO O| Mar 09 20:07:23.392 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94122026-03-09T20:07:25.567Z[ host-image] Mar 09 20:07:23.392 INFO O| Mar 09 20:07:23.392 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94132026-03-09T20:07:25.567Z[ host-image] Mar 09 20:07:23.392 INFO O| Mar 09 20:07:23.392 INFO ok!
94142026-03-09T20:07:25.567Z[ host-image] Mar 09 20:07:23.392 INFO O| Mar 09 20:07:23.392 INFO STEP 62 (ensure_file) COMPLETE
94152026-03-09T20:07:25.567Z[ host-image] Mar 09 20:07:23.392 INFO O| Mar 09 20:07:23.392 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94162026-03-09T20:07:25.572Z[ host-image] Mar 09 20:07:23.400 INFO O| Mar 09 20:07:23.400 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
94172026-03-09T20:07:25.572Z[ host-image] Mar 09 20:07:23.400 INFO O| Mar 09 20:07:23.400 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
94182026-03-09T20:07:25.575Z[ host-image] Mar 09 20:07:23.400 INFO O| Mar 09 20:07:23.400 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94192026-03-09T20:07:25.575Z[ host-image] Mar 09 20:07:23.400 INFO O| Mar 09 20:07:23.400 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94202026-03-09T20:07:25.575Z[ host-image] Mar 09 20:07:23.400 INFO O| Mar 09 20:07:23.400 INFO ok!
94212026-03-09T20:07:25.575Z[ host-image] Mar 09 20:07:23.400 INFO O| Mar 09 20:07:23.400 INFO STEP 63 (ensure_file) COMPLETE
94222026-03-09T20:07:25.575Z[ host-image] Mar 09 20:07:23.400 INFO O| Mar 09 20:07:23.400 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94232026-03-09T20:07:25.581Z[ host-image] Mar 09 20:07:23.410 INFO O| Mar 09 20:07:23.410 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
94242026-03-09T20:07:25.581Z[ host-image] Mar 09 20:07:23.410 INFO O| Mar 09 20:07:23.410 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
94252026-03-09T20:07:25.585Z[ host-image] Mar 09 20:07:23.410 INFO O| Mar 09 20:07:23.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
94262026-03-09T20:07:25.585Z[ host-image] Mar 09 20:07:23.410 INFO O| Mar 09 20:07:23.410 INFO ok!
94272026-03-09T20:07:25.585Z[ host-image] Mar 09 20:07:23.410 INFO O| Mar 09 20:07:23.410 INFO STEP 64 (assemble_files) COMPLETE
94282026-03-09T20:07:25.585Z[ host-image] Mar 09 20:07:23.410 INFO O| Mar 09 20:07:23.410 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94292026-03-09T20:07:25.591Z[ host-image] Mar 09 20:07:23.420 INFO O| Mar 09 20:07:23.420 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
94302026-03-09T20:07:25.595Z[ host-image] Mar 09 20:07:23.420 INFO O| Mar 09 20:07:23.420 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
94312026-03-09T20:07:25.595Z[ host-image] Mar 09 20:07:23.420 INFO O| Mar 09 20:07:23.420 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94322026-03-09T20:07:25.595Z[ host-image] Mar 09 20:07:23.420 INFO O| Mar 09 20:07:23.420 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94332026-03-09T20:07:25.597Z[ host-image] Mar 09 20:07:23.420 INFO O| Mar 09 20:07:23.420 INFO ok!
94342026-03-09T20:07:25.597Z[ host-image] Mar 09 20:07:23.420 INFO O| Mar 09 20:07:23.420 INFO STEP 65 (ensure_file) COMPLETE
94352026-03-09T20:07:25.597Z[ host-image] Mar 09 20:07:23.420 INFO O| Mar 09 20:07:23.420 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362026-03-09T20:07:25.601Z[ host-image] Mar 09 20:07:23.429 INFO O| Mar 09 20:07:23.429 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94372026-03-09T20:07:25.604Z[ host-image] Mar 09 20:07:23.430 INFO O| Mar 09 20:07:23.430 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94382026-03-09T20:07:25.604Z[ host-image] Mar 09 20:07:23.430 INFO O| Mar 09 20:07:23.430 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94392026-03-09T20:07:25.604Z[ host-image] Mar 09 20:07:23.430 INFO O| Mar 09 20:07:23.430 INFO STEP 66 (ensure_dir) COMPLETE
94402026-03-09T20:07:25.604Z[ host-image] Mar 09 20:07:23.430 INFO O| Mar 09 20:07:23.430 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94412026-03-09T20:07:25.612Z[ host-image] Mar 09 20:07:23.439 INFO O| Mar 09 20:07:23.439 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94422026-03-09T20:07:25.612Z[ host-image] Mar 09 20:07:23.439 INFO O| Mar 09 20:07:23.439 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 ...
94432026-03-09T20:07:25.618Z[ host-image] Mar 09 20:07:23.446 INFO O| Mar 09 20:07:23.446 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
94442026-03-09T20:07:25.618Z[ host-image] Mar 09 20:07:23.446 INFO O| Mar 09 20:07:23.446 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94452026-03-09T20:07:25.621Z[ host-image] Mar 09 20:07:23.446 INFO O| Mar 09 20:07:23.446 INFO ok!
94462026-03-09T20:07:25.621Z[ host-image] Mar 09 20:07:23.446 INFO O| Mar 09 20:07:23.446 INFO STEP 67 (ensure_file) COMPLETE
94472026-03-09T20:07:25.621Z[ host-image] Mar 09 20:07:23.446 INFO O| Mar 09 20:07:23.446 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-03-09T20:07:25.629Z[ host-image] Mar 09 20:07:23.457 INFO O| Mar 09 20:07:23.457 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94492026-03-09T20:07:25.629Z[ host-image] Mar 09 20:07:23.457 INFO O| Mar 09 20:07:23.457 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 ...
94502026-03-09T20:07:25.632Z[ host-image] Mar 09 20:07:23.457 INFO O| Mar 09 20:07:23.457 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
94512026-03-09T20:07:25.632Z[ host-image] Mar 09 20:07:23.457 INFO O| Mar 09 20:07:23.457 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94522026-03-09T20:07:25.632Z[ host-image] Mar 09 20:07:23.457 INFO O| Mar 09 20:07:23.457 INFO ok!
94532026-03-09T20:07:25.632Z[ host-image] Mar 09 20:07:23.457 INFO O| Mar 09 20:07:23.457 INFO STEP 68 (ensure_file) COMPLETE
94542026-03-09T20:07:25.632Z[ host-image] Mar 09 20:07:23.457 INFO O| Mar 09 20:07:23.457 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94552026-03-09T20:07:25.645Z[ host-image] Mar 09 20:07:23.473 INFO O| Mar 09 20:07:23.473 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94562026-03-09T20:07:25.645Z[ host-image] Mar 09 20:07:23.474 INFO O| Mar 09 20:07:23.473 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94572026-03-09T20:07:26.746Z[ recovery-image] Mar 09 20:07:24.574 INFO E| Compiling serde_derive v1.0.219
94582026-03-09T20:07:26.746Z[ recovery-image] Mar 09 20:07:24.574 INFO E| Compiling clap_derive v4.5.32
94592026-03-09T20:07:28.325Z[ host-image] Mar 09 20:07:26.153 INFO O| Mar 09 20:07:26.153 INFO STEP 69 (pack_tar) COMPLETE
94602026-03-09T20:07:28.325Z[ host-image] Mar 09 20:07:26.153 INFO O| Mar 09 20:07:26.153 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94612026-03-09T20:07:28.329Z[ host-image] Mar 09 20:07:26.153 INFO O| Mar 09 20:07:26.153 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94622026-03-09T20:07:28.556Z[ host-image] Mar 09 20:07:26.383 INFO O| Mar 09 20:07:26.383 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94632026-03-09T20:07:28.673Z[ host-image] Mar 09 20:07:26.500 INFO O| Mar 09 20:07:26.500 INFO completed processing sled/ramdisk-02-trim
94642026-03-09T20:07:28.676Z[ host-image] Mar 09 20:07:26.502 INFO image builder template: zfs...
94652026-03-09T20:07:28.676Z[ host-image] Mar 09 20:07:26.502 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/.tmpQLipMI/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "zfs"], pwd: None
94662026-03-09T20:07:28.688Z[ host-image] Mar 09 20:07:26.516 INFO O| Mar 09 20:07:26.515 INFO skip include "stress" because feature "stress" is not enabled
94672026-03-09T20:07:28.688Z[ host-image] Mar 09 20:07:26.516 INFO O| Mar 09 20:07:26.516 INFO skip include "stress" because feature "compliance" is not enabled
94682026-03-09T20:07:28.721Z[ host-image] Mar 09 20:07:26.549 INFO O| Mar 09 20:07:26.549 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94692026-03-09T20:07:28.725Z[ host-image] Mar 09 20:07:26.552 INFO O| Mar 09 20:07:26.552 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94702026-03-09T20:07:28.875Z[ host-image] Mar 09 20:07:26.701 INFO O| Mar 09 20:07:26.701 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94712026-03-09T20:07:29.001Z[ host-image] Mar 09 20:07:26.828 INFO O| Mar 09 20:07:26.828 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94722026-03-09T20:07:29.001Z[ host-image] Mar 09 20:07:26.828 INFO O| Mar 09 20:07:26.828 INFO work dataset: rpool/images/build/host/work/sled/zfs
94732026-03-09T20:07:29.005Z[ host-image] Mar 09 20:07:26.832 INFO O| Mar 09 20:07:26.832 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94742026-03-09T20:07:29.095Z[ host-image] Mar 09 20:07:26.922 INFO O| Mar 09 20:07:26.922 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94752026-03-09T20:07:29.220Z[ host-image] Mar 09 20:07:27.047 INFO O| Mar 09 20:07:27.047 INFO DESTROY POOL: TEMPORARY-sled-zfs
94762026-03-09T20:07:29.229Z[ host-image] Mar 09 20:07:27.056 INFO O| Mar 09 20:07:27.056 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94772026-03-09T20:07:29.234Z[ host-image] Mar 09 20:07:27.061 INFO O| Mar 09 20:07:27.061 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94782026-03-09T20:07:29.237Z[ host-image] Mar 09 20:07:27.061 INFO O| Mar 09 20:07:27.061 INFO no lofi found
94792026-03-09T20:07:29.238Z[ host-image] Mar 09 20:07:27.062 INFO O| Mar 09 20:07:27.062 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94802026-03-09T20:07:29.238Z[ host-image] Mar 09 20:07:27.062 INFO O| Mar 09 20:07:27.062 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94812026-03-09T20:07:29.575Z[ recovery-image] Mar 09 20:07:27.402 INFO E| Compiling clap v4.5.37
94822026-03-09T20:07:30.474Z[ recovery-image] Mar 09 20:07:28.301 INFO E| Compiling serde v1.0.219
94832026-03-09T20:07:31.176Z[ host-image] Mar 09 20:07:29.002 INFO O| Mar 09 20:07:29.002 INFO lofi device = /dev/dsk/c2t1d0p0
94842026-03-09T20:07:31.176Z[ host-image] Mar 09 20:07:29.002 INFO O| Mar 09 20:07:29.002 INFO pool device = /dev/dsk/c2t1d0p0
94852026-03-09T20:07:31.179Z[ host-image] Mar 09 20:07:29.003 INFO O| Mar 09 20:07:29.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
94862026-03-09T20:07:31.290Z[ host-image] Mar 09 20:07:29.116 INFO O| Mar 09 20:07:29.116 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94872026-03-09T20:07:31.290Z[ host-image] Mar 09 20:07:29.116 INFO O| Mar 09 20:07:29.116 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94882026-03-09T20:07:31.310Z[ host-image] Mar 09 20:07:29.137 INFO O| Mar 09 20:07:29.137 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94892026-03-09T20:07:31.375Z[ host-image] Mar 09 20:07:29.201 INFO O| Mar 09 20:07:29.201 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94902026-03-09T20:07:31.407Z[ host-image] Mar 09 20:07:29.233 INFO O| Mar 09 20:07:29.233 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94912026-03-09T20:07:31.417Z[ host-image] Mar 09 20:07:29.244 INFO O| Mar 09 20:07:29.244 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94922026-03-09T20:07:31.425Z[ host-image] Mar 09 20:07:29.252 INFO O| Mar 09 20:07:29.252 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94932026-03-09T20:07:31.464Z[ host-image] Mar 09 20:07:29.291 INFO O| Mar 09 20:07:29.290 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94942026-03-09T20:07:31.467Z[ host-image] Mar 09 20:07:29.291 INFO O| Mar 09 20:07:29.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94952026-03-09T20:07:31.467Z[ host-image] Mar 09 20:07:29.291 INFO O| Mar 09 20:07:29.291 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94962026-03-09T20:07:31.475Z[ host-image] Mar 09 20:07:29.302 INFO O| Mar 09 20:07:29.302 INFO boot environment UUID: ed97bfb1-c434-4f38-bd28-6d54ad9912e5
94972026-03-09T20:07:31.475Z[ host-image] Mar 09 20:07:29.302 INFO O| Mar 09 20:07:29.302 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ed97bfb1-c434-4f38-bd28-6d54ad9912e5
94982026-03-09T20:07:31.483Z[ host-image] Mar 09 20:07:29.310 INFO O| Mar 09 20:07:29.310 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94992026-03-09T20:07:31.491Z[ host-image] Mar 09 20:07:29.318 INFO O| Mar 09 20:07:29.318 INFO STEP 0 (create_be) COMPLETE
95002026-03-09T20:07:31.491Z[ host-image] Mar 09 20:07:29.318 INFO O| Mar 09 20:07:29.318 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95012026-03-09T20:07:31.504Z[ host-image] Mar 09 20:07:29.330 INFO O| Mar 09 20:07:29.330 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
95022026-03-09T20:07:34.287Z[ recovery-image] Mar 09 20:07:32.113 INFO E| Compiling toml_datetime v0.6.9
95032026-03-09T20:07:34.290Z[ recovery-image] Mar 09 20:07:32.113 INFO E| Compiling serde_spanned v0.6.8
95042026-03-09T20:07:34.656Z[ recovery-image] Mar 09 20:07:32.481 INFO E| Compiling toml_edit v0.22.26
95052026-03-09T20:07:37.294Z[ recovery-image] Mar 09 20:07:35.119 INFO E| Compiling toml v0.8.22
95062026-03-09T20:07:42.015Z[ recovery-image] Mar 09 20:07:39.838 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.92s
95072026-03-09T20:07:42.034Z[ recovery-image] Mar 09 20:07:39.858 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`
95082026-03-09T20:07:42.049Z[ recovery-image] Mar 09 20:07:39.873 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
95092026-03-09T20:07:42.398Z[ recovery-image] Mar 09 20:07:40.222 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
95102026-03-09T20:07:42.406Z[ recovery-image] Mar 09 20:07:40.230 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`
95112026-03-09T20:07:42.825Z[ recovery-image] Mar 09 20:07:40.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
95122026-03-09T20:07:42.828Z[ recovery-image] Mar 09 20:07:40.649 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
95132026-03-09T20:07:42.828Z[ recovery-image] Mar 09 20:07:40.650 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
95142026-03-09T20:07:42.828Z[ recovery-image] Mar 09 20:07:40.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
95152026-03-09T20:07:42.828Z[ recovery-image] Mar 09 20:07:40.652 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
95162026-03-09T20:07:42.832Z[ recovery-image] Mar 09 20:07:40.653 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
95172026-03-09T20:07:42.832Z[ recovery-image] Mar 09 20:07:40.653 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
95182026-03-09T20:07:42.832Z[ recovery-image] Mar 09 20:07:40.654 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
95192026-03-09T20:07:42.832Z[ recovery-image] Mar 09 20:07:40.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
95202026-03-09T20:07:42.832Z[ recovery-image] Mar 09 20:07:40.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
95212026-03-09T20:07:42.832Z[ recovery-image] Mar 09 20:07:40.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
95222026-03-09T20:07:42.833Z[ recovery-image] Mar 09 20:07:40.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
95232026-03-09T20:07:42.836Z[ recovery-image] Mar 09 20:07:40.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
95242026-03-09T20:07:42.836Z[ recovery-image] Mar 09 20:07:40.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
95252026-03-09T20:07:42.836Z[ recovery-image] Mar 09 20:07:40.660 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
95262026-03-09T20:07:42.839Z[ recovery-image] Mar 09 20:07:40.662 INFO O| Info: ABL version: 0x100f5010
95272026-03-09T20:07:42.839Z[ recovery-image] Mar 09 20:07:40.662 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
95282026-03-09T20:07:42.839Z[ recovery-image] Mar 09 20:07:40.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
95292026-03-09T20:07:42.839Z[ recovery-image] Mar 09 20:07:40.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
95302026-03-09T20:07:42.839Z[ recovery-image] Mar 09 20:07:40.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
95312026-03-09T20:07:42.843Z[ recovery-image] Mar 09 20:07:40.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
95322026-03-09T20:07:42.843Z[ recovery-image] Mar 09 20:07:40.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
95332026-03-09T20:07:42.843Z[ recovery-image] Mar 09 20:07:40.665 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
95342026-03-09T20:07:42.843Z[ recovery-image] Mar 09 20:07:40.666 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
95352026-03-09T20:07:42.847Z[ recovery-image] Mar 09 20:07:40.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
95362026-03-09T20:07:42.847Z[ recovery-image] Mar 09 20:07:40.668 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
95372026-03-09T20:07:42.847Z[ recovery-image] Mar 09 20:07:40.668 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
95382026-03-09T20:07:42.847Z[ recovery-image] Mar 09 20:07:40.669 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
95392026-03-09T20:07:42.847Z[ recovery-image] Mar 09 20:07:40.670 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
95402026-03-09T20:07:42.847Z[ recovery-image] Mar 09 20:07:40.670 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
95412026-03-09T20:07:42.850Z[ recovery-image] Mar 09 20:07:40.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
95422026-03-09T20:07:42.850Z[ recovery-image] Mar 09 20:07:40.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
95432026-03-09T20:07:42.850Z[ recovery-image] Mar 09 20:07:40.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
95442026-03-09T20:07:42.850Z[ recovery-image] Mar 09 20:07:40.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
95452026-03-09T20:07:42.850Z[ recovery-image] Mar 09 20:07:40.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
95462026-03-09T20:07:42.910Z[ recovery-image] Mar 09 20:07:40.732 INFO building ROM for cosmo
95472026-03-09T20:07:42.910Z[ recovery-image] Mar 09 20:07:40.732 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")
95482026-03-09T20:07:43.105Z[ recovery-image] Mar 09 20:07:40.926 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
95492026-03-09T20:07:43.109Z[ recovery-image] Mar 09 20:07:40.931 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`
95502026-03-09T20:07:43.124Z[ recovery-image] Mar 09 20:07:40.945 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
95512026-03-09T20:07:43.288Z[ recovery-image] Mar 09 20:07:41.108 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s
95522026-03-09T20:07:43.295Z[ recovery-image] Mar 09 20:07:41.116 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`
95532026-03-09T20:07:43.824Z[ recovery-image] Mar 09 20:07:41.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
95542026-03-09T20:07:43.824Z[ recovery-image] Mar 09 20:07:41.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
95552026-03-09T20:07:43.824Z[ recovery-image] Mar 09 20:07:41.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
95562026-03-09T20:07:43.828Z[ recovery-image] Mar 09 20:07:41.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
95572026-03-09T20:07:43.828Z[ recovery-image] Mar 09 20:07:41.649 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
95582026-03-09T20:07:43.828Z[ recovery-image] Mar 09 20:07:41.651 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
95592026-03-09T20:07:43.831Z[ recovery-image] Mar 09 20:07:41.653 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
95602026-03-09T20:07:43.831Z[ recovery-image] Mar 09 20:07:41.654 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
95612026-03-09T20:07:43.835Z[ recovery-image] Mar 09 20:07:41.655 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
95622026-03-09T20:07:43.835Z[ recovery-image] Mar 09 20:07:41.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
95632026-03-09T20:07:43.835Z[ recovery-image] Mar 09 20:07:41.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
95642026-03-09T20:07:43.835Z[ recovery-image] Mar 09 20:07:41.656 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
95652026-03-09T20:07:43.835Z[ recovery-image] Mar 09 20:07:41.657 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
95662026-03-09T20:07:43.835Z[ recovery-image] Mar 09 20:07:41.658 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
95672026-03-09T20:07:43.838Z[ recovery-image] Mar 09 20:07:41.659 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
95682026-03-09T20:07:43.838Z[ recovery-image] Mar 09 20:07:41.660 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
95692026-03-09T20:07:43.838Z[ recovery-image] Mar 09 20:07:41.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
95702026-03-09T20:07:43.842Z[ recovery-image] Mar 09 20:07:41.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
95712026-03-09T20:07:43.845Z[ recovery-image] Mar 09 20:07:41.666 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
95722026-03-09T20:07:43.845Z[ recovery-image] Mar 09 20:07:41.667 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
95732026-03-09T20:07:43.848Z[ recovery-image] Mar 09 20:07:41.669 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
95742026-03-09T20:07:43.848Z[ recovery-image] Mar 09 20:07:41.670 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
95752026-03-09T20:07:43.848Z[ recovery-image] Mar 09 20:07:41.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
95762026-03-09T20:07:43.848Z[ recovery-image] Mar 09 20:07:41.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
95772026-03-09T20:07:43.851Z[ recovery-image] Mar 09 20:07:41.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
95782026-03-09T20:07:43.851Z[ recovery-image] Mar 09 20:07:41.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
95792026-03-09T20:07:43.851Z[ recovery-image] Mar 09 20:07:41.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
95802026-03-09T20:07:43.856Z[ recovery-image] Mar 09 20:07:41.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
95812026-03-09T20:07:43.856Z[ recovery-image] Mar 09 20:07:41.676 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
95822026-03-09T20:07:43.860Z[ recovery-image] Mar 09 20:07:41.680 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
95832026-03-09T20:07:43.860Z[ recovery-image] Mar 09 20:07:41.681 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
95842026-03-09T20:07:43.860Z[ recovery-image] Mar 09 20:07:41.683 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
95852026-03-09T20:07:43.864Z[ recovery-image] Mar 09 20:07:41.684 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
95862026-03-09T20:07:43.868Z[ recovery-image] Mar 09 20:07:41.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
95872026-03-09T20:07:43.868Z[ recovery-image] Mar 09 20:07:41.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
95882026-03-09T20:07:43.868Z[ recovery-image] Mar 09 20:07:41.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
95892026-03-09T20:07:43.868Z[ recovery-image] Mar 09 20:07:41.690 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
95902026-03-09T20:07:43.868Z[ recovery-image] Mar 09 20:07:41.691 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
95912026-03-09T20:07:43.872Z[ recovery-image] Mar 09 20:07:41.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
95922026-03-09T20:07:43.872Z[ recovery-image] Mar 09 20:07:41.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
95932026-03-09T20:07:43.875Z[ recovery-image] Mar 09 20:07:41.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
95942026-03-09T20:07:43.875Z[ recovery-image] Mar 09 20:07:41.697 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
95952026-03-09T20:07:43.875Z[ recovery-image] Mar 09 20:07:41.698 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
95962026-03-09T20:07:43.879Z[ recovery-image] Mar 09 20:07:41.699 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
95972026-03-09T20:07:43.879Z[ recovery-image] Mar 09 20:07:41.700 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
95982026-03-09T20:07:43.879Z[ recovery-image] Mar 09 20:07:41.701 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
95992026-03-09T20:07:43.879Z[ recovery-image] Mar 09 20:07:41.702 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
96002026-03-09T20:07:43.882Z[ recovery-image] Mar 09 20:07:41.704 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
96012026-03-09T20:07:43.882Z[ recovery-image] Mar 09 20:07:41.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
96022026-03-09T20:07:43.882Z[ recovery-image] Mar 09 20:07:41.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
96032026-03-09T20:07:43.886Z[ recovery-image] Mar 09 20:07:41.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
96042026-03-09T20:07:43.886Z[ recovery-image] Mar 09 20:07:41.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
96052026-03-09T20:07:43.886Z[ recovery-image] Mar 09 20:07:41.709 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
96062026-03-09T20:07:43.889Z[ recovery-image] Mar 09 20:07:41.711 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
96072026-03-09T20:07:43.889Z[ recovery-image] Mar 09 20:07:41.711 INFO O| Info: ABL version: 0x1007f011
96082026-03-09T20:07:43.889Z[ recovery-image] Mar 09 20:07:41.711 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
96092026-03-09T20:07:43.889Z[ recovery-image] Mar 09 20:07:41.711 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
96102026-03-09T20:07:43.893Z[ recovery-image] Mar 09 20:07:41.713 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
96112026-03-09T20:07:43.893Z[ recovery-image] Mar 09 20:07:41.714 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
96122026-03-09T20:07:43.893Z[ recovery-image] Mar 09 20:07:41.716 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
96132026-03-09T20:07:43.897Z[ recovery-image] Mar 09 20:07:41.717 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
96142026-03-09T20:07:43.897Z[ recovery-image] Mar 09 20:07:41.718 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
96152026-03-09T20:07:43.897Z[ recovery-image] Mar 09 20:07:41.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
96162026-03-09T20:07:43.900Z[ recovery-image] Mar 09 20:07:41.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
96172026-03-09T20:07:43.900Z[ recovery-image] Mar 09 20:07:41.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
96182026-03-09T20:07:43.900Z[ recovery-image] Mar 09 20:07:41.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
96192026-03-09T20:07:43.900Z[ recovery-image] Mar 09 20:07:41.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
96202026-03-09T20:07:43.905Z[ recovery-image] Mar 09 20:07:41.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
96212026-03-09T20:07:43.905Z[ recovery-image] Mar 09 20:07:41.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
96222026-03-09T20:07:43.905Z[ recovery-image] Mar 09 20:07:41.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
96232026-03-09T20:07:43.905Z[ recovery-image] Mar 09 20:07:41.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
96242026-03-09T20:07:43.908Z[ recovery-image] Mar 09 20:07:41.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
96252026-03-09T20:07:43.912Z[ recovery-image] Mar 09 20:07:41.732 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
96262026-03-09T20:07:43.912Z[ recovery-image] Mar 09 20:07:41.733 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
96272026-03-09T20:07:43.912Z[ recovery-image] Mar 09 20:07:41.734 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
96282026-03-09T20:07:43.912Z[ recovery-image] Mar 09 20:07:41.734 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
96292026-03-09T20:07:43.964Z[ recovery-image] Mar 09 20:07:41.787 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
96302026-03-09T20:07:43.964Z[ recovery-image] Mar 09 20:07:41.787 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
96312026-03-09T20:07:43.964Z[ recovery-image] Mar 09 20:07:41.787 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
96322026-03-09T20:07:47.991Z[ recovery-image] Mar 09 20:07:45.813 INFO image complete! materials are in "/work/os-recovery"
96332026-03-09T20:07:47.995Z[ recovery-image]
96342026-03-09T20:07:47.995Z[ recovery-image] real 33:15.198498362
96352026-03-09T20:07:47.998Z[ recovery-image] user 25:28.484587069
96362026-03-09T20:07:47.998Z[ recovery-image] sys 1:35.047693502
96372026-03-09T20:07:47.998Z[ recovery-image] trap 1.223777205
96382026-03-09T20:07:47.999Z[ recovery-image] tflt 0.893201484
96392026-03-09T20:07:47.999Z[ recovery-image] dflt 4.048245379
96402026-03-09T20:07:47.999Z[ recovery-image] kflt 0.019107994
96412026-03-09T20:07:47.999Z[ recovery-image] lock 20:36.419900540
96422026-03-09T20:07:47.999Z[ recovery-image] slp 3:16:30.038623346
96432026-03-09T20:07:47.999Z[ recovery-image] lat 6:28.341148990
96442026-03-09T20:07:47.999Z[ recovery-image] stop 8.753533751
96452026-03-09T20:07:47.999ZMar 09 20:07:45.819 INFO [recovery-image] process exited with exit status: 0 (1995.204997152s)
96462026-03-09T20:07:50.165Z[ host-image] Mar 09 20:07:47.987 INFO O| Mar 09 20:07:47.987 INFO STEP 1 (unpack_tar) COMPLETE
96472026-03-09T20:07:50.165Z[ host-image] Mar 09 20:07:47.987 INFO O| Mar 09 20:07:47.987 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96482026-03-09T20:07:50.174Z[ host-image] Mar 09 20:07:47.996 INFO O| Mar 09 20:07:47.996 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
96492026-03-09T20:07:50.536Z[ host-image] Mar 09 20:07:48.358 INFO O| Mar 09 20:07:48.358 INFO STEP 2 (devfsadm) COMPLETE
96502026-03-09T20:07:50.536Z[ host-image] Mar 09 20:07:48.358 INFO O| Mar 09 20:07:48.358 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96512026-03-09T20:07:50.545Z[ host-image] Mar 09 20:07:48.367 INFO O| Mar 09 20:07:48.367 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96522026-03-09T20:07:50.545Z[ host-image] Mar 09 20:07:48.367 INFO O| Mar 09 20:07:48.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96532026-03-09T20:07:50.548Z[ host-image] Mar 09 20:07:48.367 INFO O| Mar 09 20:07:48.367 INFO STEP 3 (ensure_dir) COMPLETE
96542026-03-09T20:07:50.548Z[ host-image] Mar 09 20:07:48.367 INFO O| Mar 09 20:07:48.367 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96552026-03-09T20:07:50.553Z[ host-image] Mar 09 20:07:48.374 INFO O| Mar 09 20:07:48.374 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96562026-03-09T20:07:50.553Z[ host-image] Mar 09 20:07:48.374 INFO O| Mar 09 20:07:48.374 INFO STEP 4 (ensure_dir) COMPLETE
96572026-03-09T20:07:50.556Z[ host-image] Mar 09 20:07:48.374 INFO O| Mar 09 20:07:48.374 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96582026-03-09T20:07:50.560Z[ host-image] Mar 09 20:07:48.382 INFO O| Mar 09 20:07:48.382 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96592026-03-09T20:07:50.560Z[ host-image] Mar 09 20:07:48.382 INFO O| Mar 09 20:07:48.382 INFO STEP 5 (ensure_dir) COMPLETE
96602026-03-09T20:07:50.560Z[ host-image] Mar 09 20:07:48.382 INFO O| Mar 09 20:07:48.382 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96612026-03-09T20:07:50.567Z[ host-image] Mar 09 20:07:48.389 INFO O| Mar 09 20:07:48.389 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96622026-03-09T20:07:50.568Z[ host-image] Mar 09 20:07:48.390 INFO O| Mar 09 20:07:48.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96632026-03-09T20:07:50.571Z[ host-image] Mar 09 20:07:48.390 INFO O| Mar 09 20:07:48.390 INFO STEP 6 (ensure_dir) COMPLETE
96642026-03-09T20:07:50.571Z[ host-image] Mar 09 20:07:48.390 INFO O| Mar 09 20:07:48.390 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96652026-03-09T20:07:50.575Z[ host-image] Mar 09 20:07:48.397 INFO O| Mar 09 20:07:48.397 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96662026-03-09T20:07:50.575Z[ host-image] Mar 09 20:07:48.397 INFO O| Mar 09 20:07:48.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96672026-03-09T20:07:50.579Z[ host-image] Mar 09 20:07:48.397 INFO O| Mar 09 20:07:48.397 INFO STEP 7 (ensure_dir) COMPLETE
96682026-03-09T20:07:50.579Z[ host-image] Mar 09 20:07:48.397 INFO O| Mar 09 20:07:48.397 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96692026-03-09T20:07:50.583Z[ host-image] Mar 09 20:07:48.405 INFO O| Mar 09 20:07:48.405 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
96702026-03-09T20:07:50.586Z[ host-image] Mar 09 20:07:48.405 INFO O| Mar 09 20:07:48.405 INFO STEP 8 (remove_files) COMPLETE
96712026-03-09T20:07:50.586Z[ host-image] Mar 09 20:07:48.405 INFO O| Mar 09 20:07:48.405 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96722026-03-09T20:07:50.591Z[ host-image] Mar 09 20:07:48.412 INFO O| Mar 09 20:07:48.412 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
96732026-03-09T20:07:50.594Z[ host-image] Mar 09 20:07:48.413 INFO O| Mar 09 20:07:48.413 INFO STEP 9 (remove_files) COMPLETE
96742026-03-09T20:07:50.594Z[ host-image] Mar 09 20:07:48.413 INFO O| Mar 09 20:07:48.413 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96752026-03-09T20:07:50.599Z[ host-image] Mar 09 20:07:48.421 INFO O| Mar 09 20:07:48.421 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
96762026-03-09T20:07:50.602Z[ host-image] Mar 09 20:07:48.422 INFO O| Mar 09 20:07:48.422 INFO STEP 10 (remove_files) COMPLETE
96772026-03-09T20:07:50.602Z[ host-image] Mar 09 20:07:48.422 INFO O| Mar 09 20:07:48.422 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96782026-03-09T20:07:50.607Z[ host-image] Mar 09 20:07:48.429 INFO O| Mar 09 20:07:48.429 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
96792026-03-09T20:07:50.607Z[ host-image] Mar 09 20:07:48.429 INFO O| Mar 09 20:07:48.429 INFO STEP 11 (remove_files) COMPLETE
96802026-03-09T20:07:50.610Z[ host-image] Mar 09 20:07:48.429 INFO O| Mar 09 20:07:48.429 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96812026-03-09T20:07:50.615Z[ host-image] Mar 09 20:07:48.437 INFO O| Mar 09 20:07:48.437 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
96822026-03-09T20:07:50.615Z[ host-image] Mar 09 20:07:48.437 INFO O| Mar 09 20:07:48.437 INFO STEP 12 (remove_files) COMPLETE
96832026-03-09T20:07:50.618Z[ host-image] Mar 09 20:07:48.437 INFO O| Mar 09 20:07:48.437 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96842026-03-09T20:07:50.622Z[ host-image] Mar 09 20:07:48.444 INFO O| Mar 09 20:07:48.444 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96852026-03-09T20:07:50.622Z[ host-image] Mar 09 20:07:48.444 INFO O| Mar 09 20:07:48.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96862026-03-09T20:07:50.625Z[ host-image] Mar 09 20:07:48.444 INFO O| Mar 09 20:07:48.444 INFO STEP 13 (ensure_dir) COMPLETE
96872026-03-09T20:07:50.625Z[ host-image] Mar 09 20:07:48.444 INFO O| Mar 09 20:07:48.444 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96882026-03-09T20:07:50.630Z[ host-image] Mar 09 20:07:48.452 INFO O| Mar 09 20:07:48.452 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96892026-03-09T20:07:50.630Z[ host-image] Mar 09 20:07:48.452 INFO O| Mar 09 20:07:48.452 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96902026-03-09T20:07:50.630Z[ host-image] Mar 09 20:07:48.452 INFO O| Mar 09 20:07:48.452 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96912026-03-09T20:07:50.634Z[ host-image] Mar 09 20:07:48.452 INFO O| Mar 09 20:07:48.452 INFO STEP 14 (ensure_dir) COMPLETE
96922026-03-09T20:07:50.634Z[ host-image] Mar 09 20:07:48.452 INFO O| Mar 09 20:07:48.452 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96932026-03-09T20:07:50.638Z[ host-image] Mar 09 20:07:48.460 INFO O| Mar 09 20:07:48.460 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96942026-03-09T20:07:50.641Z[ host-image] Mar 09 20:07:48.460 INFO O| Mar 09 20:07:48.460 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96952026-03-09T20:07:50.641Z[ host-image] Mar 09 20:07:48.460 INFO O| Mar 09 20:07:48.460 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96962026-03-09T20:07:50.641Z[ host-image] Mar 09 20:07:48.460 INFO O| Mar 09 20:07:48.460 INFO STEP 15 (ensure_dir) COMPLETE
96972026-03-09T20:07:50.641Z[ host-image] Mar 09 20:07:48.460 INFO O| Mar 09 20:07:48.460 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96982026-03-09T20:07:50.646Z[ host-image] Mar 09 20:07:48.468 INFO O| Mar 09 20:07:48.468 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96992026-03-09T20:07:50.648Z[ host-image] Mar 09 20:07:48.468 INFO O| Mar 09 20:07:48.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97002026-03-09T20:07:50.652Z[ host-image] Mar 09 20:07:48.468 INFO O| Mar 09 20:07:48.468 INFO STEP 16 (ensure_dir) COMPLETE
97012026-03-09T20:07:50.652Z[ host-image] Mar 09 20:07:48.468 INFO O| Mar 09 20:07:48.468 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97022026-03-09T20:07:50.655Z[ host-image] Mar 09 20:07:48.476 INFO O| Mar 09 20:07:48.476 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97032026-03-09T20:07:50.655Z[ host-image] Mar 09 20:07:48.476 INFO O| Mar 09 20:07:48.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97042026-03-09T20:07:50.655Z[ host-image] Mar 09 20:07:48.476 INFO O| Mar 09 20:07:48.476 INFO STEP 17 (ensure_dir) COMPLETE
97052026-03-09T20:07:50.655Z[ host-image] Mar 09 20:07:48.476 INFO O| Mar 09 20:07:48.476 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97062026-03-09T20:07:50.661Z[ host-image] Mar 09 20:07:48.483 INFO O| Mar 09 20:07:48.483 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97072026-03-09T20:07:50.662Z[ host-image] Mar 09 20:07:48.483 INFO O| Mar 09 20:07:48.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97082026-03-09T20:07:50.665Z[ host-image] Mar 09 20:07:48.483 INFO O| Mar 09 20:07:48.483 INFO ok!
97092026-03-09T20:07:50.665Z[ host-image] Mar 09 20:07:48.483 INFO O| Mar 09 20:07:48.483 INFO STEP 18 (ensure_symlink) COMPLETE
97102026-03-09T20:07:50.665Z[ host-image] Mar 09 20:07:48.483 INFO O| Mar 09 20:07:48.483 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97112026-03-09T20:07:50.669Z[ host-image] Mar 09 20:07:48.491 INFO O| Mar 09 20:07:48.491 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97122026-03-09T20:07:50.669Z[ host-image] Mar 09 20:07:48.491 INFO O| Mar 09 20:07:48.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97132026-03-09T20:07:50.672Z[ host-image] Mar 09 20:07:48.491 INFO O| Mar 09 20:07:48.491 INFO ok!
97142026-03-09T20:07:50.672Z[ host-image] Mar 09 20:07:48.491 INFO O| Mar 09 20:07:48.491 INFO STEP 19 (ensure_file) COMPLETE
97152026-03-09T20:07:50.672Z[ host-image] Mar 09 20:07:48.491 INFO O| Mar 09 20:07:48.491 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97162026-03-09T20:07:50.676Z[ host-image] Mar 09 20:07:48.498 INFO O| Mar 09 20:07:48.498 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97172026-03-09T20:07:50.679Z[ host-image] Mar 09 20:07:48.498 INFO O| Mar 09 20:07:48.498 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97182026-03-09T20:07:50.679Z[ host-image] Mar 09 20:07:48.498 INFO O| Mar 09 20:07:48.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97192026-03-09T20:07:50.679Z[ host-image] Mar 09 20:07:48.498 INFO O| Mar 09 20:07:48.498 INFO ok!
97202026-03-09T20:07:50.679Z[ host-image] Mar 09 20:07:48.498 INFO O| Mar 09 20:07:48.498 INFO STEP 20 (ensure_symlink) COMPLETE
97212026-03-09T20:07:50.679Z[ host-image] Mar 09 20:07:48.498 INFO O| Mar 09 20:07:48.498 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97222026-03-09T20:07:50.683Z[ host-image] Mar 09 20:07:48.505 INFO O| Mar 09 20:07:48.505 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
97232026-03-09T20:07:50.684Z[ host-image] Mar 09 20:07:48.505 INFO O| Mar 09 20:07:48.505 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
97242026-03-09T20:07:50.687Z[ host-image] Mar 09 20:07:48.506 INFO O| Mar 09 20:07:48.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
97252026-03-09T20:07:50.687Z[ host-image] Mar 09 20:07:48.506 INFO O| Mar 09 20:07:48.505 INFO ok!
97262026-03-09T20:07:50.687Z[ host-image] Mar 09 20:07:48.506 INFO O| Mar 09 20:07:48.506 INFO STEP 21 (ensure_symlink) COMPLETE
97272026-03-09T20:07:50.687Z[ host-image] Mar 09 20:07:48.506 INFO O| Mar 09 20:07:48.506 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97282026-03-09T20:07:50.691Z[ host-image] Mar 09 20:07:48.513 INFO O| Mar 09 20:07:48.513 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
97292026-03-09T20:07:50.695Z[ host-image] Mar 09 20:07:48.513 INFO O| Mar 09 20:07:48.513 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
97302026-03-09T20:07:50.695Z[ host-image] Mar 09 20:07:48.513 INFO O| Mar 09 20:07:48.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
97312026-03-09T20:07:50.695Z[ host-image] Mar 09 20:07:48.513 INFO O| Mar 09 20:07:48.513 INFO ok!
97322026-03-09T20:07:50.695Z[ host-image] Mar 09 20:07:48.513 INFO O| Mar 09 20:07:48.513 INFO STEP 22 (ensure_symlink) COMPLETE
97332026-03-09T20:07:50.695Z[ host-image] Mar 09 20:07:48.513 INFO O| Mar 09 20:07:48.513 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97342026-03-09T20:07:50.699Z[ host-image] Mar 09 20:07:48.521 INFO O| Mar 09 20:07:48.521 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
97352026-03-09T20:07:50.702Z[ host-image] Mar 09 20:07:48.521 INFO O| Mar 09 20:07:48.521 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
97362026-03-09T20:07:50.702Z[ host-image] Mar 09 20:07:48.521 INFO O| Mar 09 20:07:48.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
97372026-03-09T20:07:50.702Z[ host-image] Mar 09 20:07:48.521 INFO O| Mar 09 20:07:48.521 INFO ok!
97382026-03-09T20:07:50.702Z[ host-image] Mar 09 20:07:48.521 INFO O| Mar 09 20:07:48.521 INFO STEP 23 (ensure_symlink) COMPLETE
97392026-03-09T20:07:50.702Z[ host-image] Mar 09 20:07:48.521 INFO O| Mar 09 20:07:48.521 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97402026-03-09T20:07:50.707Z[ host-image] Mar 09 20:07:48.529 INFO O| Mar 09 20:07:48.529 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
97412026-03-09T20:07:50.711Z[ host-image] Mar 09 20:07:48.529 INFO O| Mar 09 20:07:48.529 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
97422026-03-09T20:07:50.712Z[ host-image] Mar 09 20:07:48.529 INFO O| Mar 09 20:07:48.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
97432026-03-09T20:07:50.712Z[ host-image] Mar 09 20:07:48.529 INFO O| Mar 09 20:07:48.529 INFO ok!
97442026-03-09T20:07:50.712Z[ host-image] Mar 09 20:07:48.529 INFO O| Mar 09 20:07:48.529 INFO STEP 24 (ensure_file) COMPLETE
97452026-03-09T20:07:50.712Z[ host-image] Mar 09 20:07:48.529 INFO O| Mar 09 20:07:48.529 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
97462026-03-09T20:07:50.716Z[ host-image] Mar 09 20:07:48.537 INFO O| Mar 09 20:07:48.537 INFO updating shadow file
97472026-03-09T20:07:50.716Z[ host-image] Mar 09 20:07:48.537 INFO O| Mar 09 20:07:48.537 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97482026-03-09T20:07:50.716Z[ host-image] Mar 09 20:07:48.537 INFO O| Mar 09 20:07:48.537 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97492026-03-09T20:07:50.716Z[ host-image] Mar 09 20:07:48.537 INFO O| Mar 09 20:07:48.537 INFO STEP 25 (shadow) COMPLETE
97502026-03-09T20:07:50.716Z[ host-image] Mar 09 20:07:48.537 INFO O| Mar 09 20:07:48.537 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97512026-03-09T20:07:50.723Z[ host-image] Mar 09 20:07:48.545 INFO O| Mar 09 20:07:48.545 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
97522026-03-09T20:07:50.723Z[ host-image] Mar 09 20:07:48.545 INFO O| Mar 09 20:07:48.545 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
97532026-03-09T20:07:50.728Z[ host-image] Mar 09 20:07:48.545 INFO O| Mar 09 20:07:48.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
97542026-03-09T20:07:50.728Z[ host-image] Mar 09 20:07:48.545 INFO O| Mar 09 20:07:48.545 INFO ok!
97552026-03-09T20:07:50.728Z[ host-image] Mar 09 20:07:48.545 INFO O| Mar 09 20:07:48.545 INFO STEP 26 (ensure_file) COMPLETE
97562026-03-09T20:07:50.728Z[ host-image] Mar 09 20:07:48.545 INFO O| Mar 09 20:07:48.545 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97572026-03-09T20:07:50.732Z[ host-image] Mar 09 20:07:48.552 INFO O| Mar 09 20:07:48.552 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
97582026-03-09T20:07:50.732Z[ host-image] Mar 09 20:07:48.552 INFO O| Mar 09 20:07:48.552 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
97592026-03-09T20:07:50.732Z[ host-image] Mar 09 20:07:48.552 INFO O| Mar 09 20:07:48.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
97602026-03-09T20:07:50.732Z[ host-image] Mar 09 20:07:48.552 INFO O| Mar 09 20:07:48.552 INFO ok!
97612026-03-09T20:07:50.732Z[ host-image] Mar 09 20:07:48.553 INFO O| Mar 09 20:07:48.552 INFO STEP 27 (ensure_file) COMPLETE
97622026-03-09T20:07:50.732Z[ host-image] Mar 09 20:07:48.553 INFO O| Mar 09 20:07:48.552 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97632026-03-09T20:07:50.738Z[ host-image] Mar 09 20:07:48.560 INFO O| Mar 09 20:07:48.560 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
97642026-03-09T20:07:50.738Z[ host-image] Mar 09 20:07:48.560 INFO O| Mar 09 20:07:48.560 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
97652026-03-09T20:07:50.742Z[ host-image] Mar 09 20:07:48.560 INFO O| Mar 09 20:07:48.560 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
97662026-03-09T20:07:50.742Z[ host-image] Mar 09 20:07:48.560 INFO O| Mar 09 20:07:48.560 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
97672026-03-09T20:07:50.742Z[ host-image] Mar 09 20:07:48.560 INFO O| Mar 09 20:07:48.560 INFO ok!
97682026-03-09T20:07:50.742Z[ host-image] Mar 09 20:07:48.560 INFO O| Mar 09 20:07:48.560 INFO STEP 28 (ensure_file) COMPLETE
97692026-03-09T20:07:50.742Z[ host-image] Mar 09 20:07:48.560 INFO O| Mar 09 20:07:48.560 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97702026-03-09T20:07:50.746Z[ host-image] Mar 09 20:07:48.568 INFO O| Mar 09 20:07:48.568 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
97712026-03-09T20:07:50.746Z[ host-image] Mar 09 20:07:48.568 INFO O| Mar 09 20:07:48.568 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
97722026-03-09T20:07:50.749Z[ host-image] Mar 09 20:07:48.568 INFO O| Mar 09 20:07:48.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
97732026-03-09T20:07:50.749Z[ host-image] Mar 09 20:07:48.568 INFO O| Mar 09 20:07:48.568 INFO ok!
97742026-03-09T20:07:50.749Z[ host-image] Mar 09 20:07:48.568 INFO O| Mar 09 20:07:48.568 INFO STEP 29 (ensure_file) COMPLETE
97752026-03-09T20:07:50.749Z[ host-image] Mar 09 20:07:48.568 INFO O| Mar 09 20:07:48.568 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
97762026-03-09T20:07:50.753Z[ host-image] Mar 09 20:07:48.575 INFO O| Mar 09 20:07:48.575 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97772026-03-09T20:07:50.756Z[ host-image] Mar 09 20:07:48.575 INFO O| Mar 09 20:07:48.575 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97782026-03-09T20:07:50.756Z[ host-image] Mar 09 20:07:48.575 INFO O| Mar 09 20:07:48.575 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97792026-03-09T20:07:50.756Z[ host-image] Mar 09 20:07:48.575 INFO O| Mar 09 20:07:48.575 INFO STEP 30 (ensure_dir) COMPLETE
97802026-03-09T20:07:50.756Z[ host-image] Mar 09 20:07:48.575 INFO O| Mar 09 20:07:48.575 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97812026-03-09T20:07:50.761Z[ host-image] Mar 09 20:07:48.583 INFO O| Mar 09 20:07:48.583 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
97822026-03-09T20:07:50.761Z[ host-image] Mar 09 20:07:48.583 INFO O| Mar 09 20:07:48.583 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
97832026-03-09T20:07:50.764Z[ host-image] Mar 09 20:07:48.583 INFO O| Mar 09 20:07:48.583 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
97842026-03-09T20:07:50.764Z[ host-image] Mar 09 20:07:48.583 INFO O| Mar 09 20:07:48.583 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
97852026-03-09T20:07:50.764Z[ host-image] Mar 09 20:07:48.583 INFO O| Mar 09 20:07:48.583 INFO ok!
97862026-03-09T20:07:50.764Z[ host-image] Mar 09 20:07:48.583 INFO O| Mar 09 20:07:48.583 INFO STEP 31 (ensure_file) COMPLETE
97872026-03-09T20:07:50.764Z[ host-image] Mar 09 20:07:48.583 INFO O| Mar 09 20:07:48.583 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
97882026-03-09T20:07:50.768Z[ host-image] Mar 09 20:07:48.590 INFO O| Mar 09 20:07:48.590 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97892026-03-09T20:07:50.768Z[ host-image] Mar 09 20:07:48.590 INFO O| Mar 09 20:07:48.590 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97902026-03-09T20:07:50.768Z[ host-image] Mar 09 20:07:48.590 INFO O| Mar 09 20:07:48.590 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97912026-03-09T20:07:50.768Z[ host-image] Mar 09 20:07:48.590 INFO O| Mar 09 20:07:48.590 INFO STEP 32 (ensure_dir) COMPLETE
97922026-03-09T20:07:50.771Z[ host-image] Mar 09 20:07:48.590 INFO O| Mar 09 20:07:48.590 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97932026-03-09T20:07:50.776Z[ host-image] Mar 09 20:07:48.598 INFO O| Mar 09 20:07:48.598 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
97942026-03-09T20:07:50.776Z[ host-image] Mar 09 20:07:48.598 INFO O| Mar 09 20:07:48.598 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 ...
97952026-03-09T20:07:50.779Z[ host-image] Mar 09 20:07:48.598 INFO O| Mar 09 20:07:48.598 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
97962026-03-09T20:07:50.779Z[ host-image] Mar 09 20:07:48.598 INFO O| Mar 09 20:07:48.598 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
97972026-03-09T20:07:50.780Z[ host-image] Mar 09 20:07:48.598 INFO O| Mar 09 20:07:48.598 INFO ok!
97982026-03-09T20:07:50.780Z[ host-image] Mar 09 20:07:48.598 INFO O| Mar 09 20:07:48.598 INFO STEP 33 (ensure_file) COMPLETE
97992026-03-09T20:07:50.780Z[ host-image] Mar 09 20:07:48.598 INFO O| Mar 09 20:07:48.598 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98002026-03-09T20:07:50.783Z[ host-image] Mar 09 20:07:48.605 INFO O| Mar 09 20:07:48.605 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98012026-03-09T20:07:50.786Z[ host-image] Mar 09 20:07:48.605 INFO O| Mar 09 20:07:48.605 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98022026-03-09T20:07:50.786Z[ host-image] Mar 09 20:07:48.605 INFO O| Mar 09 20:07:48.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98032026-03-09T20:07:50.787Z[ host-image] Mar 09 20:07:48.605 INFO O| Mar 09 20:07:48.605 INFO ok!
98042026-03-09T20:07:50.787Z[ host-image] Mar 09 20:07:48.605 INFO O| Mar 09 20:07:48.605 INFO STEP 34 (ensure_file) COMPLETE
98052026-03-09T20:07:50.787Z[ host-image] Mar 09 20:07:48.605 INFO O| Mar 09 20:07:48.605 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98062026-03-09T20:07:50.791Z[ host-image] Mar 09 20:07:48.613 INFO O| Mar 09 20:07:48.613 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98072026-03-09T20:07:50.791Z[ host-image] Mar 09 20:07:48.613 INFO O| Mar 09 20:07:48.613 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98082026-03-09T20:07:50.795Z[ host-image] Mar 09 20:07:48.613 INFO O| Mar 09 20:07:48.613 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98092026-03-09T20:07:50.795Z[ host-image] Mar 09 20:07:48.613 INFO O| Mar 09 20:07:48.613 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98102026-03-09T20:07:50.795Z[ host-image] Mar 09 20:07:48.613 INFO O| Mar 09 20:07:48.613 INFO ok!
98112026-03-09T20:07:50.795Z[ host-image] Mar 09 20:07:48.613 INFO O| Mar 09 20:07:48.613 INFO STEP 35 (ensure_file) COMPLETE
98122026-03-09T20:07:50.795Z[ host-image] Mar 09 20:07:48.613 INFO O| Mar 09 20:07:48.613 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98132026-03-09T20:07:50.799Z[ host-image] Mar 09 20:07:48.621 INFO O| Mar 09 20:07:48.621 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98142026-03-09T20:07:50.799Z[ host-image] Mar 09 20:07:48.621 INFO O| Mar 09 20:07:48.621 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98152026-03-09T20:07:50.802Z[ host-image] Mar 09 20:07:48.621 INFO O| Mar 09 20:07:48.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98162026-03-09T20:07:50.802Z[ host-image] Mar 09 20:07:48.621 INFO O| Mar 09 20:07:48.621 INFO ok!
98172026-03-09T20:07:50.802Z[ host-image] Mar 09 20:07:48.621 INFO O| Mar 09 20:07:48.621 INFO STEP 36 (ensure_file) COMPLETE
98182026-03-09T20:07:50.802Z[ host-image] Mar 09 20:07:48.621 INFO O| Mar 09 20:07:48.621 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98192026-03-09T20:07:50.806Z[ host-image] Mar 09 20:07:48.628 INFO O| Mar 09 20:07:48.628 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98202026-03-09T20:07:50.809Z[ host-image] Mar 09 20:07:48.628 INFO O| Mar 09 20:07:48.628 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98212026-03-09T20:07:50.809Z[ host-image] Mar 09 20:07:48.628 INFO O| Mar 09 20:07:48.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
98222026-03-09T20:07:50.809Z[ host-image] Mar 09 20:07:48.628 INFO O| Mar 09 20:07:48.628 INFO ok!
98232026-03-09T20:07:50.809Z[ host-image] Mar 09 20:07:48.628 INFO O| Mar 09 20:07:48.628 INFO STEP 37 (ensure_file) COMPLETE
98242026-03-09T20:07:50.809Z[ host-image] Mar 09 20:07:48.628 INFO O| Mar 09 20:07:48.628 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98252026-03-09T20:07:50.814Z[ host-image] Mar 09 20:07:48.636 INFO O| Mar 09 20:07:48.636 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
98262026-03-09T20:07:50.814Z[ host-image] Mar 09 20:07:48.636 INFO O| Mar 09 20:07:48.636 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
98272026-03-09T20:07:50.817Z[ host-image] Mar 09 20:07:48.636 INFO O| Mar 09 20:07:48.636 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98282026-03-09T20:07:50.817Z[ host-image] Mar 09 20:07:48.636 INFO O| Mar 09 20:07:48.636 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98292026-03-09T20:07:50.817Z[ host-image] Mar 09 20:07:48.636 INFO O| Mar 09 20:07:48.636 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98302026-03-09T20:07:50.817Z[ host-image] Mar 09 20:07:48.636 INFO O| Mar 09 20:07:48.636 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98312026-03-09T20:07:50.817Z[ host-image] Mar 09 20:07:48.636 INFO O| Mar 09 20:07:48.636 INFO ok!
98322026-03-09T20:07:50.817Z[ host-image] Mar 09 20:07:48.636 INFO O| Mar 09 20:07:48.636 INFO STEP 38 (ensure_file) COMPLETE
98332026-03-09T20:07:50.817Z[ host-image] Mar 09 20:07:48.636 INFO O| Mar 09 20:07:48.636 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98342026-03-09T20:07:50.821Z[ host-image] Mar 09 20:07:48.643 INFO O| Mar 09 20:07:48.643 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98352026-03-09T20:07:50.822Z[ host-image] Mar 09 20:07:48.643 INFO O| Mar 09 20:07:48.643 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98362026-03-09T20:07:50.825Z[ host-image] Mar 09 20:07:48.643 INFO O| Mar 09 20:07:48.643 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98372026-03-09T20:07:50.825Z[ host-image] Mar 09 20:07:48.643 INFO O| Mar 09 20:07:48.643 INFO STEP 39 (ensure_dir) COMPLETE
98382026-03-09T20:07:50.825Z[ host-image] Mar 09 20:07:48.644 INFO O| Mar 09 20:07:48.643 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98392026-03-09T20:07:50.829Z[ host-image] Mar 09 20:07:48.651 INFO O| Mar 09 20:07:48.651 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
98402026-03-09T20:07:50.833Z[ host-image] Mar 09 20:07:48.651 INFO O| Mar 09 20:07:48.651 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 ...
98412026-03-09T20:07:50.833Z[ host-image] Mar 09 20:07:48.651 INFO O| Mar 09 20:07:48.651 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
98422026-03-09T20:07:50.833Z[ host-image] Mar 09 20:07:48.651 INFO O| Mar 09 20:07:48.651 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
98432026-03-09T20:07:50.833Z[ host-image] Mar 09 20:07:48.651 INFO O| Mar 09 20:07:48.651 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
98442026-03-09T20:07:50.833Z[ host-image] Mar 09 20:07:48.652 INFO O| Mar 09 20:07:48.651 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
98452026-03-09T20:07:50.833Z[ host-image] Mar 09 20:07:48.652 INFO O| Mar 09 20:07:48.652 INFO ok!
98462026-03-09T20:07:50.833Z[ host-image] Mar 09 20:07:48.652 INFO O| Mar 09 20:07:48.652 INFO STEP 40 (ensure_file) COMPLETE
98472026-03-09T20:07:50.833Z[ host-image] Mar 09 20:07:48.652 INFO O| Mar 09 20:07:48.652 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98482026-03-09T20:07:50.837Z[ host-image] Mar 09 20:07:48.659 INFO O| Mar 09 20:07:48.659 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
98492026-03-09T20:07:50.837Z[ host-image] Mar 09 20:07:48.659 INFO O| Mar 09 20:07:48.659 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 ...
98502026-03-09T20:07:50.840Z[ host-image] Mar 09 20:07:48.659 INFO O| Mar 09 20:07:48.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
98512026-03-09T20:07:50.840Z[ host-image] Mar 09 20:07:48.659 INFO O| Mar 09 20:07:48.659 INFO ok!
98522026-03-09T20:07:50.840Z[ host-image] Mar 09 20:07:48.659 INFO O| Mar 09 20:07:48.659 INFO STEP 41 (ensure_symlink) COMPLETE
98532026-03-09T20:07:50.840Z[ host-image] Mar 09 20:07:48.659 INFO O| Mar 09 20:07:48.659 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98542026-03-09T20:07:50.844Z[ host-image] Mar 09 20:07:48.666 INFO O| Mar 09 20:07:48.666 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
98552026-03-09T20:07:50.844Z[ host-image] Mar 09 20:07:48.666 INFO O| Mar 09 20:07:48.666 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
98562026-03-09T20:07:50.848Z[ host-image] Mar 09 20:07:48.666 INFO O| Mar 09 20:07:48.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
98572026-03-09T20:07:50.848Z[ host-image] Mar 09 20:07:48.666 INFO O| Mar 09 20:07:48.666 INFO ok!
98582026-03-09T20:07:50.848Z[ host-image] Mar 09 20:07:48.666 INFO O| Mar 09 20:07:48.666 INFO STEP 42 (ensure_symlink) COMPLETE
98592026-03-09T20:07:50.848Z[ host-image] Mar 09 20:07:48.666 INFO O| Mar 09 20:07:48.666 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98602026-03-09T20:07:50.851Z[ host-image] Mar 09 20:07:48.673 INFO O| Mar 09 20:07:48.673 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
98612026-03-09T20:07:50.851Z[ host-image] Mar 09 20:07:48.673 INFO O| Mar 09 20:07:48.673 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
98622026-03-09T20:07:50.855Z[ host-image] Mar 09 20:07:48.674 INFO O| Mar 09 20:07:48.674 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98632026-03-09T20:07:50.855Z[ host-image] Mar 09 20:07:48.674 INFO O| Mar 09 20:07:48.674 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98642026-03-09T20:07:50.855Z[ host-image] Mar 09 20:07:48.674 INFO O| Mar 09 20:07:48.674 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98652026-03-09T20:07:50.855Z[ host-image] Mar 09 20:07:48.674 INFO O| Mar 09 20:07:48.674 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98662026-03-09T20:07:50.855Z[ host-image] Mar 09 20:07:48.674 INFO O| Mar 09 20:07:48.674 INFO ok!
98672026-03-09T20:07:50.855Z[ host-image] Mar 09 20:07:48.674 INFO O| Mar 09 20:07:48.674 INFO STEP 43 (ensure_file) COMPLETE
98682026-03-09T20:07:50.855Z[ host-image] Mar 09 20:07:48.674 INFO O| Mar 09 20:07:48.674 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98692026-03-09T20:07:50.860Z[ host-image] Mar 09 20:07:48.682 INFO O| Mar 09 20:07:48.682 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
98702026-03-09T20:07:50.863Z[ host-image] Mar 09 20:07:48.682 INFO O| Mar 09 20:07:48.682 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 ...
98712026-03-09T20:07:50.863Z[ host-image] Mar 09 20:07:48.683 INFO O| Mar 09 20:07:48.683 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
98722026-03-09T20:07:50.863Z[ host-image] Mar 09 20:07:48.683 INFO O| Mar 09 20:07:48.683 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
98732026-03-09T20:07:50.863Z[ host-image] Mar 09 20:07:48.683 INFO O| Mar 09 20:07:48.683 INFO ok!
98742026-03-09T20:07:50.863Z[ host-image] Mar 09 20:07:48.683 INFO O| Mar 09 20:07:48.683 INFO STEP 44 (ensure_file) COMPLETE
98752026-03-09T20:07:50.863Z[ host-image] Mar 09 20:07:48.683 INFO O| Mar 09 20:07:48.683 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98762026-03-09T20:07:50.868Z[ host-image] Mar 09 20:07:48.690 INFO O| Mar 09 20:07:48.690 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
98772026-03-09T20:07:50.868Z[ host-image] Mar 09 20:07:48.690 INFO O| Mar 09 20:07:48.690 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
98782026-03-09T20:07:50.871Z[ host-image] Mar 09 20:07:48.690 INFO O| Mar 09 20:07:48.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
98792026-03-09T20:07:50.871Z[ host-image] Mar 09 20:07:48.690 INFO O| Mar 09 20:07:48.690 INFO ok!
98802026-03-09T20:07:50.871Z[ host-image] Mar 09 20:07:48.690 INFO O| Mar 09 20:07:48.690 INFO STEP 45 (ensure_file) COMPLETE
98812026-03-09T20:07:50.871Z[ host-image] Mar 09 20:07:48.690 INFO O| Mar 09 20:07:48.690 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
98822026-03-09T20:07:50.876Z[ host-image] Mar 09 20:07:48.697 INFO O| Mar 09 20:07:48.697 INFO updating shadow file
98832026-03-09T20:07:50.880Z[ host-image] Mar 09 20:07:48.697 INFO O| Mar 09 20:07:48.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98842026-03-09T20:07:50.880Z[ host-image] Mar 09 20:07:48.697 INFO O| Mar 09 20:07:48.697 INFO STEP 46 (shadow) COMPLETE
98852026-03-09T20:07:50.880Z[ host-image] Mar 09 20:07:48.697 INFO O| Mar 09 20:07:48.697 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
98862026-03-09T20:07:50.883Z[ host-image] Mar 09 20:07:48.705 INFO O| Mar 09 20:07:48.705 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
98872026-03-09T20:07:50.883Z[ host-image] Mar 09 20:07:48.705 INFO O| Mar 09 20:07:48.705 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
98882026-03-09T20:07:50.883Z[ host-image] Mar 09 20:07:48.705 INFO O| Mar 09 20:07:48.705 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
98892026-03-09T20:07:50.883Z[ host-image] Mar 09 20:07:48.705 INFO O| Mar 09 20:07:48.705 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
98902026-03-09T20:07:50.883Z[ host-image] Mar 09 20:07:48.705 INFO O| Mar 09 20:07:48.705 INFO ok!
98912026-03-09T20:07:50.883Z[ host-image] Mar 09 20:07:48.705 INFO O| Mar 09 20:07:48.705 INFO STEP 47 (ensure_file) COMPLETE
98922026-03-09T20:07:50.886Z[ host-image] Mar 09 20:07:48.705 INFO O| Mar 09 20:07:48.705 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98932026-03-09T20:07:50.886Z[ host-image] Mar 09 20:07:48.705 INFO O| Mar 09 20:07:48.705 INFO skip step because feature "mfg" is not enabled
98942026-03-09T20:07:50.887Z[ host-image] Mar 09 20:07:48.705 INFO O| Mar 09 20:07:48.705 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98952026-03-09T20:07:50.887Z[ host-image] Mar 09 20:07:48.705 INFO O| Mar 09 20:07:48.705 INFO skip step because feature "mfg" is not enabled
98962026-03-09T20:07:50.887Z[ host-image] Mar 09 20:07:48.705 INFO O| Mar 09 20:07:48.705 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98972026-03-09T20:07:50.892Z[ host-image] Mar 09 20:07:48.714 INFO O| Mar 09 20:07:48.714 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
98982026-03-09T20:07:50.892Z[ host-image] Mar 09 20:07:48.714 INFO O| Mar 09 20:07:48.714 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
98992026-03-09T20:07:50.924Z[ host-image] Mar 09 20:07:48.745 INFO O| Mar 09 20:07:48.745 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99002026-03-09T20:07:50.924Z[ host-image] Mar 09 20:07:48.745 INFO O| Mar 09 20:07:48.745 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99012026-03-09T20:07:50.924Z[ host-image] Mar 09 20:07:48.745 INFO O| Mar 09 20:07:48.745 INFO ok!
99022026-03-09T20:07:50.927Z[ host-image] Mar 09 20:07:48.745 INFO O| Mar 09 20:07:48.745 INFO STEP 50 (ensure_file) COMPLETE
99032026-03-09T20:07:50.927Z[ host-image] Mar 09 20:07:48.745 INFO O| Mar 09 20:07:48.745 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99042026-03-09T20:07:50.928Z[ host-image] Mar 09 20:07:48.745 INFO O| Mar 09 20:07:48.745 INFO skip step because feature "compliance" is not enabled
99052026-03-09T20:07:50.928Z[ host-image] Mar 09 20:07:48.745 INFO O| Mar 09 20:07:48.745 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99062026-03-09T20:07:50.933Z[ host-image] Mar 09 20:07:48.754 INFO O| Mar 09 20:07:48.754 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99072026-03-09T20:07:50.933Z[ host-image] Mar 09 20:07:48.754 INFO O| Mar 09 20:07:48.754 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99082026-03-09T20:07:50.936Z[ host-image] Mar 09 20:07:48.755 INFO O| Mar 09 20:07:48.755 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99092026-03-09T20:07:50.936Z[ host-image] Mar 09 20:07:48.755 INFO O| Mar 09 20:07:48.755 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99102026-03-09T20:07:50.936Z[ host-image] Mar 09 20:07:48.755 INFO O| Mar 09 20:07:48.755 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99112026-03-09T20:07:50.936Z[ host-image] Mar 09 20:07:48.755 INFO O| Mar 09 20:07:48.755 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99122026-03-09T20:07:50.936Z[ host-image] Mar 09 20:07:48.755 INFO O| Mar 09 20:07:48.755 INFO ok!
99132026-03-09T20:07:50.936Z[ host-image] Mar 09 20:07:48.755 INFO O| Mar 09 20:07:48.755 INFO STEP 52 (ensure_file) COMPLETE
99142026-03-09T20:07:50.936Z[ host-image] Mar 09 20:07:48.755 INFO O| Mar 09 20:07:48.755 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99152026-03-09T20:07:50.941Z[ host-image] Mar 09 20:07:48.763 INFO O| Mar 09 20:07:48.763 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99162026-03-09T20:07:50.941Z[ host-image] Mar 09 20:07:48.763 INFO O| Mar 09 20:07:48.763 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 ...
99172026-03-09T20:07:50.945Z[ host-image] Mar 09 20:07:48.764 INFO O| Mar 09 20:07:48.764 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
99182026-03-09T20:07:50.945Z[ host-image] Mar 09 20:07:48.764 INFO O| Mar 09 20:07:48.764 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99192026-03-09T20:07:50.945Z[ host-image] Mar 09 20:07:48.764 INFO O| Mar 09 20:07:48.764 INFO ok!
99202026-03-09T20:07:50.945Z[ host-image] Mar 09 20:07:48.764 INFO O| Mar 09 20:07:48.764 INFO STEP 53 (ensure_file) COMPLETE
99212026-03-09T20:07:50.945Z[ host-image] Mar 09 20:07:48.764 INFO O| Mar 09 20:07:48.764 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99222026-03-09T20:07:50.950Z[ host-image] Mar 09 20:07:48.772 INFO O| Mar 09 20:07:48.772 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99232026-03-09T20:07:50.950Z[ host-image] Mar 09 20:07:48.772 INFO O| Mar 09 20:07:48.772 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 ...
99242026-03-09T20:07:50.953Z[ host-image] Mar 09 20:07:48.773 INFO O| Mar 09 20:07:48.773 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99252026-03-09T20:07:50.953Z[ host-image] Mar 09 20:07:48.773 INFO O| Mar 09 20:07:48.773 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99262026-03-09T20:07:50.953Z[ host-image] Mar 09 20:07:48.773 INFO O| Mar 09 20:07:48.773 INFO ok!
99272026-03-09T20:07:50.953Z[ host-image] Mar 09 20:07:48.773 INFO O| Mar 09 20:07:48.773 INFO STEP 54 (ensure_file) COMPLETE
99282026-03-09T20:07:50.953Z[ host-image] Mar 09 20:07:48.773 INFO O| Mar 09 20:07:48.773 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99292026-03-09T20:07:50.959Z[ host-image] Mar 09 20:07:48.781 INFO O| Mar 09 20:07:48.780 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
99302026-03-09T20:07:50.959Z[ host-image] Mar 09 20:07:48.781 INFO O| Mar 09 20:07:48.780 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 ...
99312026-03-09T20:07:50.962Z[ host-image] Mar 09 20:07:48.781 INFO O| Mar 09 20:07:48.781 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
99322026-03-09T20:07:50.962Z[ host-image] Mar 09 20:07:48.781 INFO O| Mar 09 20:07:48.781 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
99332026-03-09T20:07:50.962Z[ host-image] Mar 09 20:07:48.781 INFO O| Mar 09 20:07:48.781 INFO ok!
99342026-03-09T20:07:50.962Z[ host-image] Mar 09 20:07:48.781 INFO O| Mar 09 20:07:48.781 INFO STEP 55 (ensure_file) COMPLETE
99352026-03-09T20:07:50.962Z[ host-image] Mar 09 20:07:48.781 INFO O| Mar 09 20:07:48.781 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99362026-03-09T20:07:50.967Z[ host-image] Mar 09 20:07:48.789 INFO O| Mar 09 20:07:48.789 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
99372026-03-09T20:07:50.970Z[ host-image] Mar 09 20:07:48.789 INFO O| Mar 09 20:07:48.789 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 ...
99382026-03-09T20:07:50.970Z[ host-image] Mar 09 20:07:48.790 INFO O| Mar 09 20:07:48.790 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99392026-03-09T20:07:50.970Z[ host-image] Mar 09 20:07:48.790 INFO O| Mar 09 20:07:48.790 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99402026-03-09T20:07:50.970Z[ host-image] Mar 09 20:07:48.790 INFO O| Mar 09 20:07:48.790 INFO ok!
99412026-03-09T20:07:50.970Z[ host-image] Mar 09 20:07:48.790 INFO O| Mar 09 20:07:48.790 INFO STEP 56 (ensure_file) COMPLETE
99422026-03-09T20:07:50.971Z[ host-image] Mar 09 20:07:48.790 INFO O| Mar 09 20:07:48.790 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99432026-03-09T20:07:50.977Z[ host-image] Mar 09 20:07:48.797 INFO O| Mar 09 20:07:48.797 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
99442026-03-09T20:07:50.977Z[ host-image] Mar 09 20:07:48.797 INFO O| Mar 09 20:07:48.797 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 ...
99452026-03-09T20:07:50.977Z[ host-image] Mar 09 20:07:48.797 INFO O| Mar 09 20:07:48.797 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
99462026-03-09T20:07:50.977Z[ host-image] Mar 09 20:07:48.797 INFO O| Mar 09 20:07:48.797 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
99472026-03-09T20:07:50.977Z[ host-image] Mar 09 20:07:48.797 INFO O| Mar 09 20:07:48.797 INFO ok!
99482026-03-09T20:07:50.977Z[ host-image] Mar 09 20:07:48.797 INFO O| Mar 09 20:07:48.797 INFO STEP 57 (ensure_file) COMPLETE
99492026-03-09T20:07:50.977Z[ host-image] Mar 09 20:07:48.797 INFO O| Mar 09 20:07:48.797 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99502026-03-09T20:07:50.983Z[ host-image] Mar 09 20:07:48.804 INFO O| Mar 09 20:07:48.804 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
99512026-03-09T20:07:50.983Z[ host-image] Mar 09 20:07:48.805 INFO O| Mar 09 20:07:48.804 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 ...
99522026-03-09T20:07:50.986Z[ host-image] Mar 09 20:07:48.805 INFO O| Mar 09 20:07:48.805 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99532026-03-09T20:07:50.986Z[ host-image] Mar 09 20:07:48.805 INFO O| Mar 09 20:07:48.805 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99542026-03-09T20:07:50.986Z[ host-image] Mar 09 20:07:48.805 INFO O| Mar 09 20:07:48.805 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99552026-03-09T20:07:50.986Z[ host-image] Mar 09 20:07:48.805 INFO O| Mar 09 20:07:48.805 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99562026-03-09T20:07:50.986Z[ host-image] Mar 09 20:07:48.805 INFO O| Mar 09 20:07:48.805 INFO ok!
99572026-03-09T20:07:50.986Z[ host-image] Mar 09 20:07:48.805 INFO O| Mar 09 20:07:48.805 INFO STEP 58 (ensure_file) COMPLETE
99582026-03-09T20:07:50.986Z[ host-image] Mar 09 20:07:48.805 INFO O| Mar 09 20:07:48.805 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99592026-03-09T20:07:50.991Z[ host-image] Mar 09 20:07:48.813 INFO O| Mar 09 20:07:48.813 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
99602026-03-09T20:07:50.994Z[ host-image] Mar 09 20:07:48.813 INFO O| Mar 09 20:07:48.813 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 ...
99612026-03-09T20:07:50.994Z[ host-image] Mar 09 20:07:48.814 INFO O| Mar 09 20:07:48.814 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
99622026-03-09T20:07:50.994Z[ host-image] Mar 09 20:07:48.814 INFO O| Mar 09 20:07:48.814 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
99632026-03-09T20:07:50.994Z[ host-image] Mar 09 20:07:48.814 INFO O| Mar 09 20:07:48.814 INFO ok!
99642026-03-09T20:07:50.994Z[ host-image] Mar 09 20:07:48.814 INFO O| Mar 09 20:07:48.814 INFO STEP 59 (ensure_file) COMPLETE
99652026-03-09T20:07:50.994Z[ host-image] Mar 09 20:07:48.814 INFO O| Mar 09 20:07:48.814 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99662026-03-09T20:07:50.999Z[ host-image] Mar 09 20:07:48.821 INFO O| Mar 09 20:07:48.821 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
99672026-03-09T20:07:51.003Z[ host-image] Mar 09 20:07:48.821 INFO O| Mar 09 20:07:48.821 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
99682026-03-09T20:07:51.003Z[ host-image] Mar 09 20:07:48.821 INFO O| Mar 09 20:07:48.821 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
99692026-03-09T20:07:51.003Z[ host-image] Mar 09 20:07:48.821 INFO O| Mar 09 20:07:48.821 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
99702026-03-09T20:07:51.003Z[ host-image] Mar 09 20:07:48.821 INFO O| Mar 09 20:07:48.821 INFO ok!
99712026-03-09T20:07:51.003Z[ host-image] Mar 09 20:07:48.821 INFO O| Mar 09 20:07:48.821 INFO STEP 60 (ensure_file) COMPLETE
99722026-03-09T20:07:51.003Z[ host-image] Mar 09 20:07:48.821 INFO O| Mar 09 20:07:48.821 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99732026-03-09T20:07:51.007Z[ host-image] Mar 09 20:07:48.829 INFO O| Mar 09 20:07:48.829 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
99742026-03-09T20:07:51.007Z[ host-image] Mar 09 20:07:48.829 INFO O| Mar 09 20:07:48.829 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 ...
99752026-03-09T20:07:51.010Z[ host-image] Mar 09 20:07:48.830 INFO O| Mar 09 20:07:48.830 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
99762026-03-09T20:07:51.010Z[ host-image] Mar 09 20:07:48.830 INFO O| Mar 09 20:07:48.830 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
99772026-03-09T20:07:51.010Z[ host-image] Mar 09 20:07:48.830 INFO O| Mar 09 20:07:48.830 INFO ok!
99782026-03-09T20:07:51.010Z[ host-image] Mar 09 20:07:48.830 INFO O| Mar 09 20:07:48.830 INFO STEP 61 (ensure_file) COMPLETE
99792026-03-09T20:07:51.010Z[ host-image] Mar 09 20:07:48.830 INFO O| Mar 09 20:07:48.830 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99802026-03-09T20:07:51.015Z[ host-image] Mar 09 20:07:48.837 INFO O| Mar 09 20:07:48.837 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
99812026-03-09T20:07:51.018Z[ host-image] Mar 09 20:07:48.837 INFO O| Mar 09 20:07:48.837 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
99822026-03-09T20:07:51.018Z[ host-image] Mar 09 20:07:48.838 INFO O| Mar 09 20:07:48.838 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99832026-03-09T20:07:51.018Z[ host-image] Mar 09 20:07:48.838 INFO O| Mar 09 20:07:48.838 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99842026-03-09T20:07:51.018Z[ host-image] Mar 09 20:07:48.838 INFO O| Mar 09 20:07:48.838 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99852026-03-09T20:07:51.018Z[ host-image] Mar 09 20:07:48.838 INFO O| Mar 09 20:07:48.838 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99862026-03-09T20:07:51.018Z[ host-image] Mar 09 20:07:48.838 INFO O| Mar 09 20:07:48.838 INFO ok!
99872026-03-09T20:07:51.018Z[ host-image] Mar 09 20:07:48.838 INFO O| Mar 09 20:07:48.838 INFO STEP 62 (ensure_file) COMPLETE
99882026-03-09T20:07:51.018Z[ host-image] Mar 09 20:07:48.838 INFO O| Mar 09 20:07:48.838 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99892026-03-09T20:07:51.023Z[ host-image] Mar 09 20:07:48.845 INFO O| Mar 09 20:07:48.845 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
99902026-03-09T20:07:51.027Z[ host-image] Mar 09 20:07:48.845 INFO O| Mar 09 20:07:48.845 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 ...
99912026-03-09T20:07:51.027Z[ host-image] Mar 09 20:07:48.846 INFO O| Mar 09 20:07:48.846 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
99922026-03-09T20:07:51.027Z[ host-image] Mar 09 20:07:48.846 INFO O| Mar 09 20:07:48.846 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
99932026-03-09T20:07:51.027Z[ host-image] Mar 09 20:07:48.846 INFO O| Mar 09 20:07:48.846 INFO ok!
99942026-03-09T20:07:51.027Z[ host-image] Mar 09 20:07:48.846 INFO O| Mar 09 20:07:48.846 INFO STEP 63 (ensure_file) COMPLETE
99952026-03-09T20:07:51.027Z[ host-image] Mar 09 20:07:48.846 INFO O| Mar 09 20:07:48.846 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99962026-03-09T20:07:51.032Z[ host-image] Mar 09 20:07:48.853 INFO O| Mar 09 20:07:48.853 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
99972026-03-09T20:07:51.032Z[ host-image] Mar 09 20:07:48.853 INFO O| Mar 09 20:07:48.853 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 ...
99982026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.854 INFO O| Mar 09 20:07:48.854 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
99992026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.854 INFO O| Mar 09 20:07:48.854 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100002026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.854 INFO O| Mar 09 20:07:48.854 INFO ok!
100012026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.854 INFO O| Mar 09 20:07:48.854 INFO STEP 64 (ensure_file) COMPLETE
100022026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.854 INFO O| Mar 09 20:07:48.854 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100032026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.862 INFO O| Mar 09 20:07:48.862 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100042026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.862 INFO O| Mar 09 20:07:48.862 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 ...
100052026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.863 INFO O| Mar 09 20:07:48.863 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
100062026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.863 INFO O| Mar 09 20:07:48.863 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100072026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.863 INFO O| Mar 09 20:07:48.863 INFO ok!
100082026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.863 INFO O| Mar 09 20:07:48.863 INFO STEP 65 (ensure_file) COMPLETE
100092026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.863 INFO O| Mar 09 20:07:48.863 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100102026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.863 INFO O| Mar 09 20:07:48.863 INFO skip step because feature "mbist" is not enabled
100112026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.863 INFO O| Mar 09 20:07:48.863 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100122026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.870 INFO O| Mar 09 20:07:48.870 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100132026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.870 INFO O| Mar 09 20:07:48.870 INFO STEP 67 (ensure_dir) COMPLETE
100142026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.870 INFO O| Mar 09 20:07:48.870 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100152026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.877 INFO O| Mar 09 20:07:48.877 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100162026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.877 INFO O| Mar 09 20:07:48.877 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100172026-03-09T20:07:51.074Z[ host-image] Mar 09 20:07:48.877 INFO O| Mar 09 20:07:48.877 INFO STEP 68 (ensure_dir) COMPLETE
100182026-03-09T20:07:51.075Z[ host-image] Mar 09 20:07:48.877 INFO O| Mar 09 20:07:48.877 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100192026-03-09T20:07:51.075Z[ host-image] Mar 09 20:07:48.884 INFO O| Mar 09 20:07:48.884 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100202026-03-09T20:07:51.075Z[ host-image] Mar 09 20:07:48.884 INFO O| Mar 09 20:07:48.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100212026-03-09T20:07:51.075Z[ host-image] Mar 09 20:07:48.884 INFO O| Mar 09 20:07:48.884 INFO STEP 69 (ensure_dir) COMPLETE
100222026-03-09T20:07:51.075Z[ host-image] Mar 09 20:07:48.884 INFO O| Mar 09 20:07:48.884 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100232026-03-09T20:07:51.075Z[ host-image] Mar 09 20:07:48.892 INFO O| Mar 09 20:07:48.891 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100242026-03-09T20:07:51.075Z[ host-image] Mar 09 20:07:48.892 INFO O| Mar 09 20:07:48.892 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100252026-03-09T20:07:51.753Z[ host-image] Mar 09 20:07:49.574 INFO O| Mar 09 20:07:49.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
100262026-03-09T20:07:51.753Z[ host-image] Mar 09 20:07:49.574 INFO O| Mar 09 20:07:49.574 INFO ok!
100272026-03-09T20:07:51.757Z[ host-image] Mar 09 20:07:49.574 INFO O| Mar 09 20:07:49.574 INFO STEP 70 (ensure_file) COMPLETE
100282026-03-09T20:07:51.757Z[ host-image] Mar 09 20:07:49.574 INFO O| Mar 09 20:07:49.574 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100292026-03-09T20:07:51.761Z[ host-image] Mar 09 20:07:49.583 INFO O| Mar 09 20:07:49.583 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
100302026-03-09T20:07:51.765Z[ host-image] Mar 09 20:07:49.583 INFO O| Mar 09 20:07:49.583 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
100312026-03-09T20:07:52.880Z[ host-image] Mar 09 20:07:50.701 INFO O| Mar 09 20:07:50.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
100322026-03-09T20:07:52.880Z[ host-image] Mar 09 20:07:50.701 INFO O| Mar 09 20:07:50.701 INFO ok!
100332026-03-09T20:07:52.884Z[ host-image] Mar 09 20:07:50.701 INFO O| Mar 09 20:07:50.701 INFO STEP 71 (ensure_file) COMPLETE
100342026-03-09T20:07:52.884Z[ host-image] Mar 09 20:07:50.701 INFO O| Mar 09 20:07:50.701 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100352026-03-09T20:07:52.889Z[ host-image] Mar 09 20:07:50.711 INFO O| Mar 09 20:07:50.711 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100362026-03-09T20:07:52.893Z[ host-image] Mar 09 20:07:50.711 INFO O| Mar 09 20:07:50.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100372026-03-09T20:07:52.893Z[ host-image] Mar 09 20:07:50.711 INFO O| Mar 09 20:07:50.711 INFO STEP 72 (ensure_dir) COMPLETE
100382026-03-09T20:07:52.893Z[ host-image] Mar 09 20:07:50.711 INFO O| Mar 09 20:07:50.711 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100392026-03-09T20:07:52.897Z[ host-image] Mar 09 20:07:50.718 INFO O| Mar 09 20:07:50.718 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
100402026-03-09T20:07:52.897Z[ host-image] Mar 09 20:07:50.718 INFO O| Mar 09 20:07:50.718 INFO copying /tmp/.tmpQLipMI/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 ...
100412026-03-09T20:07:52.900Z[ host-image] Mar 09 20:07:50.718 INFO O| Mar 09 20:07:50.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
100422026-03-09T20:07:52.900Z[ host-image] Mar 09 20:07:50.718 INFO O| Mar 09 20:07:50.718 INFO ok!
100432026-03-09T20:07:52.900Z[ host-image] Mar 09 20:07:50.718 INFO O| Mar 09 20:07:50.718 INFO STEP 73 (ensure_file) COMPLETE
100442026-03-09T20:07:52.900Z[ host-image] Mar 09 20:07:50.719 INFO O| Mar 09 20:07:50.718 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100452026-03-09T20:07:52.905Z[ host-image] Mar 09 20:07:50.726 INFO O| Mar 09 20:07:50.726 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
100462026-03-09T20:07:52.905Z[ host-image] Mar 09 20:07:50.726 INFO O| Mar 09 20:07:50.726 INFO copying /tmp/.tmpQLipMI/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 ...
100472026-03-09T20:07:52.908Z[ host-image] Mar 09 20:07:50.726 INFO O| Mar 09 20:07:50.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
100482026-03-09T20:07:52.908Z[ host-image] Mar 09 20:07:50.726 INFO O| Mar 09 20:07:50.726 INFO ok!
100492026-03-09T20:07:52.908Z[ host-image] Mar 09 20:07:50.726 INFO O| Mar 09 20:07:50.726 INFO STEP 74 (ensure_file) COMPLETE
100502026-03-09T20:07:52.908Z[ host-image] Mar 09 20:07:50.726 INFO O| Mar 09 20:07:50.726 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100512026-03-09T20:07:52.913Z[ host-image] Mar 09 20:07:50.734 INFO O| Mar 09 20:07:50.734 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
100522026-03-09T20:07:52.916Z[ host-image] Mar 09 20:07:50.734 INFO O| Mar 09 20:07:50.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
100532026-03-09T20:07:52.916Z[ host-image] Mar 09 20:07:50.734 INFO O| Mar 09 20:07:50.734 INFO STEP 75 (ensure_dir) COMPLETE
100542026-03-09T20:07:52.916Z[ host-image] Mar 09 20:07:50.734 INFO O| Mar 09 20:07:50.734 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100552026-03-09T20:07:52.920Z[ host-image] Mar 09 20:07:50.741 INFO O| Mar 09 20:07:50.741 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
100562026-03-09T20:07:52.920Z[ host-image] Mar 09 20:07:50.741 INFO O| Mar 09 20:07:50.741 INFO copying /tmp/.tmpQLipMI/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 ...
100572026-03-09T20:07:52.923Z[ host-image] Mar 09 20:07:50.741 INFO O| Mar 09 20:07:50.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
100582026-03-09T20:07:52.923Z[ host-image] Mar 09 20:07:50.741 INFO O| Mar 09 20:07:50.741 INFO ok!
100592026-03-09T20:07:52.923Z[ host-image] Mar 09 20:07:50.741 INFO O| Mar 09 20:07:50.741 INFO STEP 76 (ensure_file) COMPLETE
100602026-03-09T20:07:52.923Z[ host-image] Mar 09 20:07:50.741 INFO O| Mar 09 20:07:50.741 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100612026-03-09T20:07:52.928Z[ host-image] Mar 09 20:07:50.749 INFO O| Mar 09 20:07:50.749 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
100622026-03-09T20:07:52.928Z[ host-image] Mar 09 20:07:50.749 INFO O| Mar 09 20:07:50.749 INFO copying /tmp/.tmpQLipMI/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 ...
100632026-03-09T20:07:52.928Z[ host-image] Mar 09 20:07:50.749 INFO O| Mar 09 20:07:50.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
100642026-03-09T20:07:52.931Z[ host-image] Mar 09 20:07:50.749 INFO O| Mar 09 20:07:50.749 INFO ok!
100652026-03-09T20:07:52.931Z[ host-image] Mar 09 20:07:50.749 INFO O| Mar 09 20:07:50.749 INFO STEP 77 (ensure_file) COMPLETE
100662026-03-09T20:07:52.931Z[ host-image] Mar 09 20:07:50.749 INFO O| Mar 09 20:07:50.749 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100672026-03-09T20:07:52.935Z[ host-image] Mar 09 20:07:50.757 INFO O| Mar 09 20:07:50.757 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
100682026-03-09T20:07:52.935Z[ host-image] Mar 09 20:07:50.757 INFO O| Mar 09 20:07:50.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
100692026-03-09T20:07:52.939Z[ host-image] Mar 09 20:07:50.757 INFO O| Mar 09 20:07:50.757 INFO STEP 78 (ensure_dir) COMPLETE
100702026-03-09T20:07:52.939Z[ host-image] Mar 09 20:07:50.757 INFO O| Mar 09 20:07:50.757 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100712026-03-09T20:07:52.943Z[ host-image] Mar 09 20:07:50.764 INFO O| Mar 09 20:07:50.764 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
100722026-03-09T20:07:52.943Z[ host-image] Mar 09 20:07:50.764 INFO O| Mar 09 20:07:50.764 INFO copying /tmp/.tmpQLipMI/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 ...
100732026-03-09T20:07:52.946Z[ host-image] Mar 09 20:07:50.764 INFO O| Mar 09 20:07:50.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
100742026-03-09T20:07:52.946Z[ host-image] Mar 09 20:07:50.764 INFO O| Mar 09 20:07:50.764 INFO ok!
100752026-03-09T20:07:52.946Z[ host-image] Mar 09 20:07:50.764 INFO O| Mar 09 20:07:50.764 INFO STEP 79 (ensure_file) COMPLETE
100762026-03-09T20:07:52.946Z[ host-image] Mar 09 20:07:50.764 INFO O| Mar 09 20:07:50.764 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100772026-03-09T20:07:52.950Z[ host-image] Mar 09 20:07:50.771 INFO O| Mar 09 20:07:50.771 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
100782026-03-09T20:07:52.950Z[ host-image] Mar 09 20:07:50.771 INFO O| Mar 09 20:07:50.771 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
100792026-03-09T20:07:52.953Z[ host-image] Mar 09 20:07:50.772 INFO O| Mar 09 20:07:50.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
100802026-03-09T20:07:52.953Z[ host-image] Mar 09 20:07:50.772 INFO O| Mar 09 20:07:50.772 INFO ok!
100812026-03-09T20:07:52.953Z[ host-image] Mar 09 20:07:50.772 INFO O| Mar 09 20:07:50.772 INFO STEP 80 (ensure_file) COMPLETE
100822026-03-09T20:07:52.953Z[ host-image] Mar 09 20:07:50.772 INFO O| Mar 09 20:07:50.772 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832026-03-09T20:07:52.958Z[ host-image] Mar 09 20:07:50.779 INFO O| Mar 09 20:07:50.779 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
100842026-03-09T20:07:52.961Z[ host-image] Mar 09 20:07:50.779 INFO O| Mar 09 20:07:50.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
100852026-03-09T20:07:52.961Z[ host-image] Mar 09 20:07:50.779 INFO O| Mar 09 20:07:50.779 INFO STEP 81 (ensure_dir) COMPLETE
100862026-03-09T20:07:52.961Z[ host-image] Mar 09 20:07:50.779 INFO O| Mar 09 20:07:50.779 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100872026-03-09T20:07:52.965Z[ host-image] Mar 09 20:07:50.786 INFO O| Mar 09 20:07:50.786 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
100882026-03-09T20:07:52.965Z[ host-image] Mar 09 20:07:50.786 INFO O| Mar 09 20:07:50.786 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
100892026-03-09T20:07:54.141Z[ host-image] Mar 09 20:07:51.962 INFO O| Mar 09 20:07:51.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
100902026-03-09T20:07:54.141Z[ host-image] Mar 09 20:07:51.962 INFO O| Mar 09 20:07:51.962 INFO ok!
100912026-03-09T20:07:54.142Z[ host-image] Mar 09 20:07:51.962 INFO O| Mar 09 20:07:51.962 INFO STEP 82 (ensure_file) COMPLETE
100922026-03-09T20:07:54.142Z[ host-image] Mar 09 20:07:51.962 INFO O| Mar 09 20:07:51.962 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100932026-03-09T20:07:54.150Z[ host-image] Mar 09 20:07:51.971 INFO O| Mar 09 20:07:51.971 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
100942026-03-09T20:07:54.150Z[ host-image] Mar 09 20:07:51.971 INFO O| Mar 09 20:07:51.971 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
100952026-03-09T20:07:54.736Z[ host-image] Mar 09 20:07:52.556 INFO O| Mar 09 20:07:52.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
100962026-03-09T20:07:54.736Z[ host-image] Mar 09 20:07:52.556 INFO O| Mar 09 20:07:52.556 INFO ok!
100972026-03-09T20:07:54.739Z[ host-image] Mar 09 20:07:52.556 INFO O| Mar 09 20:07:52.556 INFO STEP 83 (ensure_file) COMPLETE
100982026-03-09T20:07:54.739Z[ host-image] Mar 09 20:07:52.556 INFO O| Mar 09 20:07:52.556 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100992026-03-09T20:07:54.745Z[ host-image] Mar 09 20:07:52.566 INFO O| Mar 09 20:07:52.566 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101002026-03-09T20:07:54.745Z[ host-image] Mar 09 20:07:52.566 INFO O| Mar 09 20:07:52.566 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101012026-03-09T20:07:56.823Z[ host-image] Mar 09 20:07:54.643 INFO O| Mar 09 20:07:54.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101022026-03-09T20:07:56.823Z[ host-image] Mar 09 20:07:54.643 INFO O| Mar 09 20:07:54.643 INFO ok!
101032026-03-09T20:07:56.826Z[ host-image] Mar 09 20:07:54.643 INFO O| Mar 09 20:07:54.643 INFO STEP 84 (ensure_file) COMPLETE
101042026-03-09T20:07:56.826Z[ host-image] Mar 09 20:07:54.643 INFO O| Mar 09 20:07:54.643 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101052026-03-09T20:07:56.832Z[ host-image] Mar 09 20:07:54.652 INFO O| Mar 09 20:07:54.652 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101062026-03-09T20:07:56.835Z[ host-image] Mar 09 20:07:54.652 INFO O| Mar 09 20:07:54.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101072026-03-09T20:07:56.835Z[ host-image] Mar 09 20:07:54.652 INFO O| Mar 09 20:07:54.652 INFO STEP 85 (ensure_dir) COMPLETE
101082026-03-09T20:07:56.835Z[ host-image] Mar 09 20:07:54.652 INFO O| Mar 09 20:07:54.652 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092026-03-09T20:07:56.839Z[ host-image] Mar 09 20:07:54.660 INFO O| Mar 09 20:07:54.660 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101102026-03-09T20:07:56.843Z[ host-image] Mar 09 20:07:54.660 INFO O| Mar 09 20:07:54.660 INFO copying /tmp/.tmpQLipMI/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 ...
101112026-03-09T20:07:56.843Z[ host-image] Mar 09 20:07:54.660 INFO O| Mar 09 20:07:54.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101122026-03-09T20:07:56.843Z[ host-image] Mar 09 20:07:54.660 INFO O| Mar 09 20:07:54.660 INFO ok!
101132026-03-09T20:07:56.843Z[ host-image] Mar 09 20:07:54.660 INFO O| Mar 09 20:07:54.660 INFO STEP 86 (ensure_file) COMPLETE
101142026-03-09T20:07:56.843Z[ host-image] Mar 09 20:07:54.660 INFO O| Mar 09 20:07:54.660 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101152026-03-09T20:07:56.847Z[ host-image] Mar 09 20:07:54.668 INFO O| Mar 09 20:07:54.667 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101162026-03-09T20:07:56.847Z[ host-image] Mar 09 20:07:54.668 INFO O| Mar 09 20:07:54.667 INFO copying /tmp/.tmpQLipMI/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 ...
101172026-03-09T20:07:56.851Z[ host-image] Mar 09 20:07:54.668 INFO O| Mar 09 20:07:54.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101182026-03-09T20:07:56.851Z[ host-image] Mar 09 20:07:54.668 INFO O| Mar 09 20:07:54.668 INFO ok!
101192026-03-09T20:07:56.851Z[ host-image] Mar 09 20:07:54.668 INFO O| Mar 09 20:07:54.668 INFO STEP 87 (ensure_file) COMPLETE
101202026-03-09T20:07:56.851Z[ host-image] Mar 09 20:07:54.668 INFO O| Mar 09 20:07:54.668 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101212026-03-09T20:07:56.855Z[ host-image] Mar 09 20:07:54.675 INFO O| Mar 09 20:07:54.675 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
101222026-03-09T20:07:56.855Z[ host-image] Mar 09 20:07:54.675 INFO O| Mar 09 20:07:54.675 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
101232026-03-09T20:07:56.858Z[ host-image] Mar 09 20:07:54.675 INFO O| Mar 09 20:07:54.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
101242026-03-09T20:07:56.858Z[ host-image] Mar 09 20:07:54.675 INFO O| Mar 09 20:07:54.675 INFO ok!
101252026-03-09T20:07:56.858Z[ host-image] Mar 09 20:07:54.675 INFO O| Mar 09 20:07:54.675 INFO STEP 88 (ensure_file) COMPLETE
101262026-03-09T20:07:56.858Z[ host-image] Mar 09 20:07:54.675 INFO O| Mar 09 20:07:54.675 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101272026-03-09T20:07:56.863Z[ host-image] Mar 09 20:07:54.683 INFO O| Mar 09 20:07:54.683 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
101282026-03-09T20:07:56.866Z[ host-image] Mar 09 20:07:54.683 INFO O| Mar 09 20:07:54.683 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
101292026-03-09T20:07:56.866Z[ host-image] Mar 09 20:07:54.683 INFO O| Mar 09 20:07:54.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
101302026-03-09T20:07:56.866Z[ host-image] Mar 09 20:07:54.683 INFO O| Mar 09 20:07:54.683 INFO ok!
101312026-03-09T20:07:56.866Z[ host-image] Mar 09 20:07:54.683 INFO O| Mar 09 20:07:54.683 INFO STEP 89 (ensure_file) COMPLETE
101322026-03-09T20:07:56.866Z[ host-image] Mar 09 20:07:54.683 INFO O| Mar 09 20:07:54.683 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101332026-03-09T20:07:56.870Z[ host-image] Mar 09 20:07:54.690 INFO O| Mar 09 20:07:54.690 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101342026-03-09T20:07:56.870Z[ host-image] Mar 09 20:07:54.690 INFO O| Mar 09 20:07:54.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101352026-03-09T20:07:56.873Z[ host-image] Mar 09 20:07:54.690 INFO O| Mar 09 20:07:54.690 INFO STEP 90 (ensure_dir) COMPLETE
101362026-03-09T20:07:56.873Z[ host-image] Mar 09 20:07:54.690 INFO O| Mar 09 20:07:54.690 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101372026-03-09T20:07:56.877Z[ host-image] Mar 09 20:07:54.698 INFO O| Mar 09 20:07:54.698 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
101382026-03-09T20:07:56.878Z[ host-image] Mar 09 20:07:54.698 INFO O| Mar 09 20:07:54.698 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
101392026-03-09T20:07:57.213Z[ host-image] Mar 09 20:07:55.033 INFO O| Mar 09 20:07:55.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
101402026-03-09T20:07:57.213Z[ host-image] Mar 09 20:07:55.033 INFO O| Mar 09 20:07:55.033 INFO ok!
101412026-03-09T20:07:57.213Z[ host-image] Mar 09 20:07:55.033 INFO O| Mar 09 20:07:55.033 INFO STEP 91 (ensure_file) COMPLETE
101422026-03-09T20:07:57.216Z[ host-image] Mar 09 20:07:55.033 INFO O| Mar 09 20:07:55.033 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101432026-03-09T20:07:57.221Z[ host-image] Mar 09 20:07:55.042 INFO O| Mar 09 20:07:55.042 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
101442026-03-09T20:07:57.221Z[ host-image] Mar 09 20:07:55.042 INFO O| Mar 09 20:07:55.042 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
101452026-03-09T20:07:57.225Z[ host-image] Mar 09 20:07:55.042 INFO O| Mar 09 20:07:55.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
101462026-03-09T20:07:57.225Z[ host-image] Mar 09 20:07:55.042 INFO O| Mar 09 20:07:55.042 INFO ok!
101472026-03-09T20:07:57.225Z[ host-image] Mar 09 20:07:55.042 INFO O| Mar 09 20:07:55.042 INFO STEP 92 (ensure_file) COMPLETE
101482026-03-09T20:07:57.225Z[ host-image] Mar 09 20:07:55.042 INFO O| Mar 09 20:07:55.042 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492026-03-09T20:07:57.229Z[ host-image] Mar 09 20:07:55.049 INFO O| Mar 09 20:07:55.049 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
101502026-03-09T20:07:57.232Z[ host-image] Mar 09 20:07:55.049 INFO O| Mar 09 20:07:55.049 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
101512026-03-09T20:07:57.971Z[ host-image] Mar 09 20:07:55.790 INFO O| Mar 09 20:07:55.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
101522026-03-09T20:07:57.971Z[ host-image] Mar 09 20:07:55.790 INFO O| Mar 09 20:07:55.790 INFO ok!
101532026-03-09T20:07:57.971Z[ host-image] Mar 09 20:07:55.790 INFO O| Mar 09 20:07:55.790 INFO STEP 93 (ensure_file) COMPLETE
101542026-03-09T20:07:57.974Z[ host-image] Mar 09 20:07:55.790 INFO O| Mar 09 20:07:55.790 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101552026-03-09T20:07:57.980Z[ host-image] Mar 09 20:07:55.800 INFO O| Mar 09 20:07:55.800 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
101562026-03-09T20:07:57.980Z[ host-image] Mar 09 20:07:55.800 INFO O| Mar 09 20:07:55.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
101572026-03-09T20:07:57.983Z[ host-image] Mar 09 20:07:55.800 INFO O| Mar 09 20:07:55.800 INFO STEP 94 (ensure_dir) COMPLETE
101582026-03-09T20:07:57.983Z[ host-image] Mar 09 20:07:55.800 INFO O| Mar 09 20:07:55.800 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101592026-03-09T20:07:57.988Z[ host-image] Mar 09 20:07:55.808 INFO O| Mar 09 20:07:55.808 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
101602026-03-09T20:07:57.988Z[ host-image] Mar 09 20:07:55.808 INFO O| Mar 09 20:07:55.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
101612026-03-09T20:07:57.991Z[ host-image] Mar 09 20:07:55.808 INFO O| Mar 09 20:07:55.808 INFO STEP 95 (ensure_dir) COMPLETE
101622026-03-09T20:07:57.991Z[ host-image] Mar 09 20:07:55.808 INFO O| Mar 09 20:07:55.808 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-03-09T20:07:57.995Z[ host-image] Mar 09 20:07:55.815 INFO O| Mar 09 20:07:55.815 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
101642026-03-09T20:07:57.999Z[ host-image] Mar 09 20:07:55.815 INFO O| Mar 09 20:07:55.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
101652026-03-09T20:07:57.999Z[ host-image] Mar 09 20:07:55.815 INFO O| Mar 09 20:07:55.815 INFO STEP 96 (ensure_dir) COMPLETE
101662026-03-09T20:07:57.999Z[ host-image] Mar 09 20:07:55.815 INFO O| Mar 09 20:07:55.815 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672026-03-09T20:07:58.003Z[ host-image] Mar 09 20:07:55.822 INFO O| Mar 09 20:07:55.822 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
101682026-03-09T20:07:58.003Z[ host-image] Mar 09 20:07:55.822 INFO O| Mar 09 20:07:55.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
101692026-03-09T20:07:58.003Z[ host-image] Mar 09 20:07:55.822 INFO O| Mar 09 20:07:55.822 INFO STEP 97 (ensure_dir) COMPLETE
101702026-03-09T20:07:58.003Z[ host-image] Mar 09 20:07:55.822 INFO O| Mar 09 20:07:55.822 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712026-03-09T20:07:58.010Z[ host-image] Mar 09 20:07:55.830 INFO O| Mar 09 20:07:55.830 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
101722026-03-09T20:07:58.010Z[ host-image] Mar 09 20:07:55.830 INFO O| Mar 09 20:07:55.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
101732026-03-09T20:07:58.010Z[ host-image] Mar 09 20:07:55.830 INFO O| Mar 09 20:07:55.830 INFO STEP 98 (ensure_dir) COMPLETE
101742026-03-09T20:07:58.013Z[ host-image] Mar 09 20:07:55.830 INFO O| Mar 09 20:07:55.830 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-03-09T20:07:58.017Z[ host-image] Mar 09 20:07:55.837 INFO O| Mar 09 20:07:55.837 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
101762026-03-09T20:07:58.017Z[ host-image] Mar 09 20:07:55.837 INFO O| Mar 09 20:07:55.837 INFO copying /tmp/.tmpQLipMI/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 ...
101772026-03-09T20:07:58.020Z[ host-image] Mar 09 20:07:55.837 INFO O| Mar 09 20:07:55.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
101782026-03-09T20:07:58.020Z[ host-image] Mar 09 20:07:55.837 INFO O| Mar 09 20:07:55.837 INFO ok!
101792026-03-09T20:07:58.020Z[ host-image] Mar 09 20:07:55.837 INFO O| Mar 09 20:07:55.837 INFO STEP 99 (ensure_file) COMPLETE
101802026-03-09T20:07:58.020Z[ host-image] Mar 09 20:07:55.837 INFO O| Mar 09 20:07:55.837 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-03-09T20:07:58.024Z[ host-image] Mar 09 20:07:55.844 INFO O| Mar 09 20:07:55.844 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
101822026-03-09T20:07:58.028Z[ host-image] Mar 09 20:07:55.844 INFO O| Mar 09 20:07:55.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
101832026-03-09T20:07:58.028Z[ host-image] Mar 09 20:07:55.844 INFO O| Mar 09 20:07:55.844 INFO STEP 100 (ensure_dir) COMPLETE
101842026-03-09T20:07:58.028Z[ host-image] Mar 09 20:07:55.844 INFO O| Mar 09 20:07:55.844 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-03-09T20:07:58.032Z[ host-image] Mar 09 20:07:55.852 INFO O| Mar 09 20:07:55.852 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
101862026-03-09T20:07:58.035Z[ host-image] Mar 09 20:07:55.852 INFO O| Mar 09 20:07:55.852 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
101872026-03-09T20:07:58.347Z[ host-image] Mar 09 20:07:56.167 INFO O| Mar 09 20:07:56.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
101882026-03-09T20:07:58.347Z[ host-image] Mar 09 20:07:56.167 INFO O| Mar 09 20:07:56.167 INFO ok!
101892026-03-09T20:07:58.351Z[ host-image] Mar 09 20:07:56.167 INFO O| Mar 09 20:07:56.167 INFO STEP 101 (ensure_file) COMPLETE
101902026-03-09T20:07:58.351Z[ host-image] Mar 09 20:07:56.167 INFO O| Mar 09 20:07:56.167 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-03-09T20:07:58.356Z[ host-image] Mar 09 20:07:56.176 INFO O| Mar 09 20:07:56.176 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
101922026-03-09T20:07:58.356Z[ host-image] Mar 09 20:07:56.176 INFO O| Mar 09 20:07:56.176 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
101932026-03-09T20:07:58.359Z[ host-image] Mar 09 20:07:56.176 INFO O| Mar 09 20:07:56.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
101942026-03-09T20:07:58.359Z[ host-image] Mar 09 20:07:56.176 INFO O| Mar 09 20:07:56.176 INFO ok!
101952026-03-09T20:07:58.359Z[ host-image] Mar 09 20:07:56.176 INFO O| Mar 09 20:07:56.176 INFO STEP 102 (ensure_file) COMPLETE
101962026-03-09T20:07:58.359Z[ host-image] Mar 09 20:07:56.176 INFO O| Mar 09 20:07:56.176 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-03-09T20:07:58.363Z[ host-image] Mar 09 20:07:56.183 INFO O| Mar 09 20:07:56.183 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
101982026-03-09T20:07:58.364Z[ host-image] Mar 09 20:07:56.183 INFO O| Mar 09 20:07:56.183 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
101992026-03-09T20:07:58.375Z[ host-image] Mar 09 20:07:56.195 INFO O| Mar 09 20:07:56.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102002026-03-09T20:07:58.375Z[ host-image] Mar 09 20:07:56.195 INFO O| Mar 09 20:07:56.195 INFO ok!
102012026-03-09T20:07:58.379Z[ host-image] Mar 09 20:07:56.195 INFO O| Mar 09 20:07:56.195 INFO STEP 103 (ensure_file) COMPLETE
102022026-03-09T20:07:58.379Z[ host-image] Mar 09 20:07:56.195 INFO O| Mar 09 20:07:56.195 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102032026-03-09T20:07:58.383Z[ host-image] Mar 09 20:07:56.203 INFO O| Mar 09 20:07:56.203 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102042026-03-09T20:07:58.383Z[ host-image] Mar 09 20:07:56.203 INFO O| Mar 09 20:07:56.203 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102052026-03-09T20:07:58.386Z[ host-image] Mar 09 20:07:56.203 INFO O| Mar 09 20:07:56.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102062026-03-09T20:07:58.386Z[ host-image] Mar 09 20:07:56.203 INFO O| Mar 09 20:07:56.203 INFO ok!
102072026-03-09T20:07:58.387Z[ host-image] Mar 09 20:07:56.203 INFO O| Mar 09 20:07:56.203 INFO STEP 104 (ensure_file) COMPLETE
102082026-03-09T20:07:58.387Z[ host-image] Mar 09 20:07:56.203 INFO O| Mar 09 20:07:56.203 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-03-09T20:07:58.391Z[ host-image] Mar 09 20:07:56.211 INFO O| Mar 09 20:07:56.211 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102102026-03-09T20:07:58.394Z[ host-image] Mar 09 20:07:56.211 INFO O| Mar 09 20:07:56.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102112026-03-09T20:07:58.394Z[ host-image] Mar 09 20:07:56.211 INFO O| Mar 09 20:07:56.211 INFO STEP 105 (ensure_dir) COMPLETE
102122026-03-09T20:07:58.394Z[ host-image] Mar 09 20:07:56.211 INFO O| Mar 09 20:07:56.211 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-03-09T20:07:58.398Z[ host-image] Mar 09 20:07:56.218 INFO O| Mar 09 20:07:56.218 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102142026-03-09T20:07:58.398Z[ host-image] Mar 09 20:07:56.218 INFO O| Mar 09 20:07:56.218 INFO copying /tmp/.tmpQLipMI/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 ...
102152026-03-09T20:07:58.938Z[ host-image] Mar 09 20:07:56.757 INFO O| Mar 09 20:07:56.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102162026-03-09T20:07:58.938Z[ host-image] Mar 09 20:07:56.757 INFO O| Mar 09 20:07:56.757 INFO ok!
102172026-03-09T20:07:58.941Z[ host-image] Mar 09 20:07:56.757 INFO O| Mar 09 20:07:56.757 INFO STEP 106 (ensure_file) COMPLETE
102182026-03-09T20:07:58.941Z[ host-image] Mar 09 20:07:56.757 INFO O| Mar 09 20:07:56.757 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192026-03-09T20:07:58.947Z[ host-image] Mar 09 20:07:56.766 INFO O| Mar 09 20:07:56.766 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
102202026-03-09T20:07:58.947Z[ host-image] Mar 09 20:07:56.766 INFO O| Mar 09 20:07:56.766 INFO copying /tmp/.tmpQLipMI/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 ...
102212026-03-09T20:07:58.950Z[ host-image] Mar 09 20:07:56.766 INFO O| Mar 09 20:07:56.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
102222026-03-09T20:07:58.950Z[ host-image] Mar 09 20:07:56.766 INFO O| Mar 09 20:07:56.766 INFO ok!
102232026-03-09T20:07:58.950Z[ host-image] Mar 09 20:07:56.766 INFO O| Mar 09 20:07:56.766 INFO STEP 107 (ensure_file) COMPLETE
102242026-03-09T20:07:58.950Z[ host-image] Mar 09 20:07:56.766 INFO O| Mar 09 20:07:56.766 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-03-09T20:07:58.954Z[ host-image] Mar 09 20:07:56.773 INFO O| Mar 09 20:07:56.773 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
102262026-03-09T20:07:58.954Z[ host-image] Mar 09 20:07:56.773 INFO O| Mar 09 20:07:56.773 INFO copying /tmp/.tmpQLipMI/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 ...
102272026-03-09T20:07:58.957Z[ host-image] Mar 09 20:07:56.774 INFO O| Mar 09 20:07:56.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
102282026-03-09T20:07:58.957Z[ host-image] Mar 09 20:07:56.774 INFO O| Mar 09 20:07:56.774 INFO ok!
102292026-03-09T20:07:58.957Z[ host-image] Mar 09 20:07:56.774 INFO O| Mar 09 20:07:56.774 INFO STEP 108 (ensure_file) COMPLETE
102302026-03-09T20:07:58.957Z[ host-image] Mar 09 20:07:56.774 INFO O| Mar 09 20:07:56.774 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102312026-03-09T20:07:58.961Z[ host-image] Mar 09 20:07:56.781 INFO O| Mar 09 20:07:56.781 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
102322026-03-09T20:07:58.961Z[ host-image] Mar 09 20:07:56.781 INFO O| Mar 09 20:07:56.781 INFO copying /tmp/.tmpQLipMI/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 ...
102332026-03-09T20:07:58.965Z[ host-image] Mar 09 20:07:56.781 INFO O| Mar 09 20:07:56.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
102342026-03-09T20:07:58.965Z[ host-image] Mar 09 20:07:56.781 INFO O| Mar 09 20:07:56.781 INFO ok!
102352026-03-09T20:07:58.965Z[ host-image] Mar 09 20:07:56.781 INFO O| Mar 09 20:07:56.781 INFO STEP 109 (ensure_file) COMPLETE
102362026-03-09T20:07:58.965Z[ host-image] Mar 09 20:07:56.781 INFO O| Mar 09 20:07:56.781 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102372026-03-09T20:07:58.968Z[ host-image] Mar 09 20:07:56.788 INFO O| Mar 09 20:07:56.788 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
102382026-03-09T20:07:58.973Z[ host-image] Mar 09 20:07:56.788 INFO O| Mar 09 20:07:56.788 INFO copying /tmp/.tmpQLipMI/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 ...
102392026-03-09T20:07:58.973Z[ host-image] Mar 09 20:07:56.788 INFO O| Mar 09 20:07:56.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
102402026-03-09T20:07:58.973Z[ host-image] Mar 09 20:07:56.788 INFO O| Mar 09 20:07:56.788 INFO ok!
102412026-03-09T20:07:58.973Z[ host-image] Mar 09 20:07:56.788 INFO O| Mar 09 20:07:56.788 INFO STEP 110 (ensure_file) COMPLETE
102422026-03-09T20:07:58.973Z[ host-image] Mar 09 20:07:56.788 INFO O| Mar 09 20:07:56.788 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-03-09T20:07:58.976Z[ host-image] Mar 09 20:07:56.795 INFO O| Mar 09 20:07:56.795 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
102442026-03-09T20:07:58.976Z[ host-image] Mar 09 20:07:56.795 INFO O| Mar 09 20:07:56.795 INFO copying /tmp/.tmpQLipMI/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 ...
102452026-03-09T20:07:58.976Z[ host-image] Mar 09 20:07:56.795 INFO O| Mar 09 20:07:56.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
102462026-03-09T20:07:58.976Z[ host-image] Mar 09 20:07:56.795 INFO O| Mar 09 20:07:56.795 INFO ok!
102472026-03-09T20:07:58.976Z[ host-image] Mar 09 20:07:56.795 INFO O| Mar 09 20:07:56.795 INFO STEP 111 (ensure_file) COMPLETE
102482026-03-09T20:07:58.976Z[ host-image] Mar 09 20:07:56.795 INFO O| Mar 09 20:07:56.795 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-03-09T20:07:58.984Z[ host-image] Mar 09 20:07:56.803 INFO O| Mar 09 20:07:56.803 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
102502026-03-09T20:07:58.984Z[ host-image] Mar 09 20:07:56.803 INFO O| Mar 09 20:07:56.803 INFO copying /tmp/.tmpQLipMI/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 ...
102512026-03-09T20:07:58.988Z[ host-image] Mar 09 20:07:56.803 INFO O| Mar 09 20:07:56.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
102522026-03-09T20:07:58.988Z[ host-image] Mar 09 20:07:56.803 INFO O| Mar 09 20:07:56.803 INFO ok!
102532026-03-09T20:07:58.988Z[ host-image] Mar 09 20:07:56.803 INFO O| Mar 09 20:07:56.803 INFO STEP 112 (ensure_file) COMPLETE
102542026-03-09T20:07:58.988Z[ host-image] Mar 09 20:07:56.803 INFO O| Mar 09 20:07:56.803 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102552026-03-09T20:07:58.992Z[ host-image] Mar 09 20:07:56.811 INFO O| Mar 09 20:07:56.811 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
102562026-03-09T20:07:58.992Z[ host-image] Mar 09 20:07:56.811 INFO O| Mar 09 20:07:56.811 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
102572026-03-09T20:07:58.992Z[ host-image] Mar 09 20:07:56.811 INFO O| Mar 09 20:07:56.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
102582026-03-09T20:07:58.992Z[ host-image] Mar 09 20:07:56.811 INFO O| Mar 09 20:07:56.811 INFO ok!
102592026-03-09T20:07:58.992Z[ host-image] Mar 09 20:07:56.811 INFO O| Mar 09 20:07:56.811 INFO STEP 113 (ensure_file) COMPLETE
102602026-03-09T20:07:58.992Z[ host-image] Mar 09 20:07:56.811 INFO O| Mar 09 20:07:56.811 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-03-09T20:07:58.999Z[ host-image] Mar 09 20:07:56.818 INFO O| Mar 09 20:07:56.818 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
102622026-03-09T20:07:58.999Z[ host-image] Mar 09 20:07:56.818 INFO O| Mar 09 20:07:56.818 INFO copying /tmp/.tmpQLipMI/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 ...
102632026-03-09T20:07:59.003Z[ host-image] Mar 09 20:07:56.818 INFO O| Mar 09 20:07:56.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
102642026-03-09T20:07:59.003Z[ host-image] Mar 09 20:07:56.818 INFO O| Mar 09 20:07:56.818 INFO ok!
102652026-03-09T20:07:59.003Z[ host-image] Mar 09 20:07:56.818 INFO O| Mar 09 20:07:56.818 INFO STEP 114 (ensure_file) COMPLETE
102662026-03-09T20:07:59.003Z[ host-image] Mar 09 20:07:56.818 INFO O| Mar 09 20:07:56.818 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-03-09T20:07:59.006Z[ host-image] Mar 09 20:07:56.826 INFO O| Mar 09 20:07:56.826 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
102682026-03-09T20:07:59.006Z[ host-image] Mar 09 20:07:56.826 INFO O| Mar 09 20:07:56.826 INFO copying /tmp/.tmpQLipMI/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 ...
102692026-03-09T20:07:59.006Z[ host-image] Mar 09 20:07:56.826 INFO O| Mar 09 20:07:56.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
102702026-03-09T20:07:59.006Z[ host-image] Mar 09 20:07:56.826 INFO O| Mar 09 20:07:56.826 INFO ok!
102712026-03-09T20:07:59.007Z[ host-image] Mar 09 20:07:56.826 INFO O| Mar 09 20:07:56.826 INFO STEP 115 (ensure_file) COMPLETE
102722026-03-09T20:07:59.007Z[ host-image] Mar 09 20:07:56.826 INFO O| Mar 09 20:07:56.826 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-03-09T20:07:59.014Z[ host-image] Mar 09 20:07:56.833 INFO O| Mar 09 20:07:56.833 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
102742026-03-09T20:07:59.014Z[ host-image] Mar 09 20:07:56.833 INFO O| Mar 09 20:07:56.833 INFO copying /tmp/.tmpQLipMI/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 ...
102752026-03-09T20:07:59.018Z[ host-image] Mar 09 20:07:56.833 INFO O| Mar 09 20:07:56.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
102762026-03-09T20:07:59.018Z[ host-image] Mar 09 20:07:56.833 INFO O| Mar 09 20:07:56.833 INFO ok!
102772026-03-09T20:07:59.018Z[ host-image] Mar 09 20:07:56.833 INFO O| Mar 09 20:07:56.833 INFO STEP 116 (ensure_file) COMPLETE
102782026-03-09T20:07:59.018Z[ host-image] Mar 09 20:07:56.833 INFO O| Mar 09 20:07:56.833 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102792026-03-09T20:07:59.021Z[ host-image] Mar 09 20:07:56.841 INFO O| Mar 09 20:07:56.841 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
102802026-03-09T20:07:59.021Z[ host-image] Mar 09 20:07:56.841 INFO O| Mar 09 20:07:56.841 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
102812026-03-09T20:07:59.021Z[ host-image] Mar 09 20:07:56.841 INFO O| Mar 09 20:07:56.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
102822026-03-09T20:07:59.022Z[ host-image] Mar 09 20:07:56.841 INFO O| Mar 09 20:07:56.841 INFO ok!
102832026-03-09T20:07:59.022Z[ host-image] Mar 09 20:07:56.841 INFO O| Mar 09 20:07:56.841 INFO STEP 117 (ensure_file) COMPLETE
102842026-03-09T20:07:59.022Z[ host-image] Mar 09 20:07:56.841 INFO O| Mar 09 20:07:56.841 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-03-09T20:07:59.029Z[ host-image] Mar 09 20:07:56.848 INFO O| Mar 09 20:07:56.848 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
102862026-03-09T20:07:59.029Z[ host-image] Mar 09 20:07:56.848 INFO O| Mar 09 20:07:56.848 INFO copying /tmp/.tmpQLipMI/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 ...
102872026-03-09T20:07:59.032Z[ host-image] Mar 09 20:07:56.848 INFO O| Mar 09 20:07:56.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
102882026-03-09T20:07:59.032Z[ host-image] Mar 09 20:07:56.849 INFO O| Mar 09 20:07:56.848 INFO ok!
102892026-03-09T20:07:59.032Z[ host-image] Mar 09 20:07:56.849 INFO O| Mar 09 20:07:56.848 INFO STEP 118 (ensure_file) COMPLETE
102902026-03-09T20:07:59.032Z[ host-image] Mar 09 20:07:56.849 INFO O| Mar 09 20:07:56.848 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-03-09T20:07:59.036Z[ host-image] Mar 09 20:07:56.856 INFO O| Mar 09 20:07:56.855 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
102922026-03-09T20:07:59.036Z[ host-image] Mar 09 20:07:56.856 INFO O| Mar 09 20:07:56.856 INFO copying /tmp/.tmpQLipMI/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 ...
102932026-03-09T20:07:59.039Z[ host-image] Mar 09 20:07:56.856 INFO O| Mar 09 20:07:56.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
102942026-03-09T20:07:59.039Z[ host-image] Mar 09 20:07:56.856 INFO O| Mar 09 20:07:56.856 INFO ok!
102952026-03-09T20:07:59.039Z[ host-image] Mar 09 20:07:56.856 INFO O| Mar 09 20:07:56.856 INFO STEP 119 (ensure_file) COMPLETE
102962026-03-09T20:07:59.039Z[ host-image] Mar 09 20:07:56.856 INFO O| Mar 09 20:07:56.856 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-03-09T20:07:59.044Z[ host-image] Mar 09 20:07:56.863 INFO O| Mar 09 20:07:56.863 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
102982026-03-09T20:07:59.044Z[ host-image] Mar 09 20:07:56.863 INFO O| Mar 09 20:07:56.863 INFO copying /tmp/.tmpQLipMI/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 ...
102992026-03-09T20:07:59.047Z[ host-image] Mar 09 20:07:56.863 INFO O| Mar 09 20:07:56.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103002026-03-09T20:07:59.047Z[ host-image] Mar 09 20:07:56.863 INFO O| Mar 09 20:07:56.863 INFO ok!
103012026-03-09T20:07:59.047Z[ host-image] Mar 09 20:07:56.863 INFO O| Mar 09 20:07:56.863 INFO STEP 120 (ensure_file) COMPLETE
103022026-03-09T20:07:59.047Z[ host-image] Mar 09 20:07:56.863 INFO O| Mar 09 20:07:56.863 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-03-09T20:07:59.051Z[ host-image] Mar 09 20:07:56.871 INFO O| Mar 09 20:07:56.871 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103042026-03-09T20:07:59.051Z[ host-image] Mar 09 20:07:56.871 INFO O| Mar 09 20:07:56.871 INFO copying /tmp/.tmpQLipMI/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 ...
103052026-03-09T20:07:59.054Z[ host-image] Mar 09 20:07:56.871 INFO O| Mar 09 20:07:56.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103062026-03-09T20:07:59.054Z[ host-image] Mar 09 20:07:56.871 INFO O| Mar 09 20:07:56.871 INFO ok!
103072026-03-09T20:07:59.054Z[ host-image] Mar 09 20:07:56.871 INFO O| Mar 09 20:07:56.871 INFO STEP 121 (ensure_file) COMPLETE
103082026-03-09T20:07:59.054Z[ host-image] Mar 09 20:07:56.871 INFO O| Mar 09 20:07:56.871 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-03-09T20:07:59.058Z[ host-image] Mar 09 20:07:56.878 INFO O| Mar 09 20:07:56.878 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103102026-03-09T20:07:59.058Z[ host-image] Mar 09 20:07:56.878 INFO O| Mar 09 20:07:56.878 INFO copying /tmp/.tmpQLipMI/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 ...
103112026-03-09T20:07:59.062Z[ host-image] Mar 09 20:07:56.878 INFO O| Mar 09 20:07:56.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103122026-03-09T20:07:59.062Z[ host-image] Mar 09 20:07:56.878 INFO O| Mar 09 20:07:56.878 INFO ok!
103132026-03-09T20:07:59.062Z[ host-image] Mar 09 20:07:56.878 INFO O| Mar 09 20:07:56.878 INFO STEP 122 (ensure_file) COMPLETE
103142026-03-09T20:07:59.062Z[ host-image] Mar 09 20:07:56.878 INFO O| Mar 09 20:07:56.878 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-03-09T20:07:59.066Z[ host-image] Mar 09 20:07:56.885 INFO O| Mar 09 20:07:56.885 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103162026-03-09T20:07:59.066Z[ host-image] Mar 09 20:07:56.885 INFO O| Mar 09 20:07:56.885 INFO copying /tmp/.tmpQLipMI/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 ...
103172026-03-09T20:07:59.069Z[ host-image] Mar 09 20:07:56.885 INFO O| Mar 09 20:07:56.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103182026-03-09T20:07:59.069Z[ host-image] Mar 09 20:07:56.886 INFO O| Mar 09 20:07:56.885 INFO ok!
103192026-03-09T20:07:59.069Z[ host-image] Mar 09 20:07:56.886 INFO O| Mar 09 20:07:56.885 INFO STEP 123 (ensure_file) COMPLETE
103202026-03-09T20:07:59.069Z[ host-image] Mar 09 20:07:56.886 INFO O| Mar 09 20:07:56.885 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103212026-03-09T20:07:59.073Z[ host-image] Mar 09 20:07:56.893 INFO O| Mar 09 20:07:56.893 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
103222026-03-09T20:07:59.076Z[ host-image] Mar 09 20:07:56.893 INFO O| Mar 09 20:07:56.893 INFO copying /tmp/.tmpQLipMI/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 ...
103232026-03-09T20:07:59.076Z[ host-image] Mar 09 20:07:56.893 INFO O| Mar 09 20:07:56.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
103242026-03-09T20:07:59.076Z[ host-image] Mar 09 20:07:56.893 INFO O| Mar 09 20:07:56.893 INFO ok!
103252026-03-09T20:07:59.076Z[ host-image] Mar 09 20:07:56.893 INFO O| Mar 09 20:07:56.893 INFO STEP 124 (ensure_file) COMPLETE
103262026-03-09T20:07:59.076Z[ host-image] Mar 09 20:07:56.893 INFO O| Mar 09 20:07:56.893 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-03-09T20:07:59.081Z[ host-image] Mar 09 20:07:56.900 INFO O| Mar 09 20:07:56.900 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
103282026-03-09T20:07:59.084Z[ host-image] Mar 09 20:07:56.900 INFO O| Mar 09 20:07:56.900 INFO copying /tmp/.tmpQLipMI/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 ...
103292026-03-09T20:07:59.084Z[ host-image] Mar 09 20:07:56.901 INFO O| Mar 09 20:07:56.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
103302026-03-09T20:07:59.084Z[ host-image] Mar 09 20:07:56.901 INFO O| Mar 09 20:07:56.901 INFO ok!
103312026-03-09T20:07:59.084Z[ host-image] Mar 09 20:07:56.901 INFO O| Mar 09 20:07:56.901 INFO STEP 125 (ensure_file) COMPLETE
103322026-03-09T20:07:59.084Z[ host-image] Mar 09 20:07:56.901 INFO O| Mar 09 20:07:56.901 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-03-09T20:07:59.089Z[ host-image] Mar 09 20:07:56.908 INFO O| Mar 09 20:07:56.908 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
103342026-03-09T20:07:59.089Z[ host-image] Mar 09 20:07:56.908 INFO O| Mar 09 20:07:56.908 INFO copying /tmp/.tmpQLipMI/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 ...
103352026-03-09T20:07:59.092Z[ host-image] Mar 09 20:07:56.908 INFO O| Mar 09 20:07:56.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
103362026-03-09T20:07:59.092Z[ host-image] Mar 09 20:07:56.908 INFO O| Mar 09 20:07:56.908 INFO ok!
103372026-03-09T20:07:59.092Z[ host-image] Mar 09 20:07:56.908 INFO O| Mar 09 20:07:56.908 INFO STEP 126 (ensure_file) COMPLETE
103382026-03-09T20:07:59.092Z[ host-image] Mar 09 20:07:56.908 INFO O| Mar 09 20:07:56.908 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-03-09T20:07:59.096Z[ host-image] Mar 09 20:07:56.916 INFO O| Mar 09 20:07:56.915 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
103402026-03-09T20:07:59.096Z[ host-image] Mar 09 20:07:56.916 INFO O| Mar 09 20:07:56.916 INFO copying /tmp/.tmpQLipMI/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 ...
103412026-03-09T20:07:59.099Z[ host-image] Mar 09 20:07:56.916 INFO O| Mar 09 20:07:56.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
103422026-03-09T20:07:59.099Z[ host-image] Mar 09 20:07:56.916 INFO O| Mar 09 20:07:56.916 INFO ok!
103432026-03-09T20:07:59.099Z[ host-image] Mar 09 20:07:56.916 INFO O| Mar 09 20:07:56.916 INFO STEP 127 (ensure_file) COMPLETE
103442026-03-09T20:07:59.099Z[ host-image] Mar 09 20:07:56.916 INFO O| Mar 09 20:07:56.916 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103452026-03-09T20:07:59.104Z[ host-image] Mar 09 20:07:56.923 INFO O| Mar 09 20:07:56.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
103462026-03-09T20:07:59.104Z[ host-image] Mar 09 20:07:56.923 INFO O| Mar 09 20:07:56.923 INFO copying /tmp/.tmpQLipMI/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 ...
103472026-03-09T20:07:59.107Z[ host-image] Mar 09 20:07:56.923 INFO O| Mar 09 20:07:56.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
103482026-03-09T20:07:59.107Z[ host-image] Mar 09 20:07:56.923 INFO O| Mar 09 20:07:56.923 INFO ok!
103492026-03-09T20:07:59.107Z[ host-image] Mar 09 20:07:56.923 INFO O| Mar 09 20:07:56.923 INFO STEP 128 (ensure_file) COMPLETE
103502026-03-09T20:07:59.107Z[ host-image] Mar 09 20:07:56.923 INFO O| Mar 09 20:07:56.923 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103512026-03-09T20:07:59.112Z[ host-image] Mar 09 20:07:56.931 INFO O| Mar 09 20:07:56.931 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
103522026-03-09T20:07:59.112Z[ host-image] Mar 09 20:07:56.931 INFO O| Mar 09 20:07:56.931 INFO copying /tmp/.tmpQLipMI/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 ...
103532026-03-09T20:07:59.115Z[ host-image] Mar 09 20:07:56.932 INFO O| Mar 09 20:07:56.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
103542026-03-09T20:07:59.115Z[ host-image] Mar 09 20:07:56.932 INFO O| Mar 09 20:07:56.932 INFO ok!
103552026-03-09T20:07:59.115Z[ host-image] Mar 09 20:07:56.932 INFO O| Mar 09 20:07:56.932 INFO STEP 129 (ensure_file) COMPLETE
103562026-03-09T20:07:59.115Z[ host-image] Mar 09 20:07:56.932 INFO O| Mar 09 20:07:56.932 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103572026-03-09T20:07:59.120Z[ host-image] Mar 09 20:07:56.939 INFO O| Mar 09 20:07:56.939 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
103582026-03-09T20:07:59.120Z[ host-image] Mar 09 20:07:56.940 INFO O| Mar 09 20:07:56.939 INFO copying /tmp/.tmpQLipMI/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 ...
103592026-03-09T20:07:59.123Z[ host-image] Mar 09 20:07:56.940 INFO O| Mar 09 20:07:56.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
103602026-03-09T20:07:59.123Z[ host-image] Mar 09 20:07:56.940 INFO O| Mar 09 20:07:56.940 INFO ok!
103612026-03-09T20:07:59.123Z[ host-image] Mar 09 20:07:56.940 INFO O| Mar 09 20:07:56.940 INFO STEP 130 (ensure_file) COMPLETE
103622026-03-09T20:07:59.123Z[ host-image] Mar 09 20:07:56.940 INFO O| Mar 09 20:07:56.940 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103632026-03-09T20:07:59.127Z[ host-image] Mar 09 20:07:56.947 INFO O| Mar 09 20:07:56.947 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
103642026-03-09T20:07:59.130Z[ host-image] Mar 09 20:07:56.947 INFO O| Mar 09 20:07:56.947 INFO copying /tmp/.tmpQLipMI/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 ...
103652026-03-09T20:07:59.131Z[ host-image] Mar 09 20:07:56.947 INFO O| Mar 09 20:07:56.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
103662026-03-09T20:07:59.131Z[ host-image] Mar 09 20:07:56.947 INFO O| Mar 09 20:07:56.947 INFO ok!
103672026-03-09T20:07:59.131Z[ host-image] Mar 09 20:07:56.947 INFO O| Mar 09 20:07:56.947 INFO STEP 131 (ensure_file) COMPLETE
103682026-03-09T20:07:59.131Z[ host-image] Mar 09 20:07:56.947 INFO O| Mar 09 20:07:56.947 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103692026-03-09T20:07:59.135Z[ host-image] Mar 09 20:07:56.955 INFO O| Mar 09 20:07:56.955 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
103702026-03-09T20:07:59.135Z[ host-image] Mar 09 20:07:56.955 INFO O| Mar 09 20:07:56.955 INFO copying /tmp/.tmpQLipMI/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 ...
103712026-03-09T20:07:59.138Z[ host-image] Mar 09 20:07:56.955 INFO O| Mar 09 20:07:56.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
103722026-03-09T20:07:59.138Z[ host-image] Mar 09 20:07:56.955 INFO O| Mar 09 20:07:56.955 INFO ok!
103732026-03-09T20:07:59.138Z[ host-image] Mar 09 20:07:56.955 INFO O| Mar 09 20:07:56.955 INFO STEP 132 (ensure_file) COMPLETE
103742026-03-09T20:07:59.138Z[ host-image] Mar 09 20:07:56.955 INFO O| Mar 09 20:07:56.955 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103752026-03-09T20:07:59.143Z[ host-image] Mar 09 20:07:56.962 INFO O| Mar 09 20:07:56.962 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
103762026-03-09T20:07:59.146Z[ host-image] Mar 09 20:07:56.962 INFO O| Mar 09 20:07:56.962 INFO copying /tmp/.tmpQLipMI/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 ...
103772026-03-09T20:07:59.146Z[ host-image] Mar 09 20:07:56.962 INFO O| Mar 09 20:07:56.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
103782026-03-09T20:07:59.146Z[ host-image] Mar 09 20:07:56.962 INFO O| Mar 09 20:07:56.962 INFO ok!
103792026-03-09T20:07:59.146Z[ host-image] Mar 09 20:07:56.962 INFO O| Mar 09 20:07:56.962 INFO STEP 133 (ensure_file) COMPLETE
103802026-03-09T20:07:59.147Z[ host-image] Mar 09 20:07:56.962 INFO O| Mar 09 20:07:56.962 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103812026-03-09T20:07:59.150Z[ host-image] Mar 09 20:07:56.970 INFO O| Mar 09 20:07:56.970 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
103822026-03-09T20:07:59.150Z[ host-image] Mar 09 20:07:56.970 INFO O| Mar 09 20:07:56.970 INFO copying /tmp/.tmpQLipMI/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 ...
103832026-03-09T20:07:59.150Z[ host-image] Mar 09 20:07:56.970 INFO O| Mar 09 20:07:56.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
103842026-03-09T20:07:59.153Z[ host-image] Mar 09 20:07:56.970 INFO O| Mar 09 20:07:56.970 INFO ok!
103852026-03-09T20:07:59.153Z[ host-image] Mar 09 20:07:56.970 INFO O| Mar 09 20:07:56.970 INFO STEP 134 (ensure_file) COMPLETE
103862026-03-09T20:07:59.153Z[ host-image] Mar 09 20:07:56.970 INFO O| Mar 09 20:07:56.970 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103872026-03-09T20:07:59.158Z[ host-image] Mar 09 20:07:56.978 INFO O| Mar 09 20:07:56.978 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
103882026-03-09T20:07:59.158Z[ host-image] Mar 09 20:07:56.978 INFO O| Mar 09 20:07:56.978 INFO copying /tmp/.tmpQLipMI/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 ...
103892026-03-09T20:07:59.161Z[ host-image] Mar 09 20:07:56.978 INFO O| Mar 09 20:07:56.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
103902026-03-09T20:07:59.161Z[ host-image] Mar 09 20:07:56.978 INFO O| Mar 09 20:07:56.978 INFO ok!
103912026-03-09T20:07:59.161Z[ host-image] Mar 09 20:07:56.978 INFO O| Mar 09 20:07:56.978 INFO STEP 135 (ensure_file) COMPLETE
103922026-03-09T20:07:59.161Z[ host-image] Mar 09 20:07:56.978 INFO O| Mar 09 20:07:56.978 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103932026-03-09T20:07:59.166Z[ host-image] Mar 09 20:07:56.985 INFO O| Mar 09 20:07:56.985 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
103942026-03-09T20:07:59.169Z[ host-image] Mar 09 20:07:56.985 INFO O| Mar 09 20:07:56.985 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
103952026-03-09T20:07:59.169Z[ host-image] Mar 09 20:07:56.985 INFO O| Mar 09 20:07:56.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
103962026-03-09T20:07:59.169Z[ host-image] Mar 09 20:07:56.985 INFO O| Mar 09 20:07:56.985 INFO ok!
103972026-03-09T20:07:59.169Z[ host-image] Mar 09 20:07:56.986 INFO O| Mar 09 20:07:56.985 INFO STEP 136 (ensure_file) COMPLETE
103982026-03-09T20:07:59.169Z[ host-image] Mar 09 20:07:56.986 INFO O| Mar 09 20:07:56.985 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103992026-03-09T20:07:59.173Z[ host-image] Mar 09 20:07:56.993 INFO O| Mar 09 20:07:56.993 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104002026-03-09T20:07:59.173Z[ host-image] Mar 09 20:07:56.993 INFO O| Mar 09 20:07:56.993 INFO copying /tmp/.tmpQLipMI/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 ...
104012026-03-09T20:07:59.176Z[ host-image] Mar 09 20:07:56.993 INFO O| Mar 09 20:07:56.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104022026-03-09T20:07:59.176Z[ host-image] Mar 09 20:07:56.993 INFO O| Mar 09 20:07:56.993 INFO ok!
104032026-03-09T20:07:59.176Z[ host-image] Mar 09 20:07:56.993 INFO O| Mar 09 20:07:56.993 INFO STEP 137 (ensure_file) COMPLETE
104042026-03-09T20:07:59.176Z[ host-image] Mar 09 20:07:56.993 INFO O| Mar 09 20:07:56.993 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104052026-03-09T20:07:59.181Z[ host-image] Mar 09 20:07:57.000 INFO O| Mar 09 20:07:57.000 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104062026-03-09T20:07:59.184Z[ host-image] Mar 09 20:07:57.000 INFO O| Mar 09 20:07:57.000 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104072026-03-09T20:07:59.184Z[ host-image] Mar 09 20:07:57.001 INFO O| Mar 09 20:07:57.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104082026-03-09T20:07:59.184Z[ host-image] Mar 09 20:07:57.001 INFO O| Mar 09 20:07:57.001 INFO ok!
104092026-03-09T20:07:59.184Z[ host-image] Mar 09 20:07:57.001 INFO O| Mar 09 20:07:57.001 INFO STEP 138 (ensure_file) COMPLETE
104102026-03-09T20:07:59.184Z[ host-image] Mar 09 20:07:57.001 INFO O| Mar 09 20:07:57.001 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104112026-03-09T20:07:59.188Z[ host-image] Mar 09 20:07:57.008 INFO O| Mar 09 20:07:57.008 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
104122026-03-09T20:07:59.188Z[ host-image] Mar 09 20:07:57.008 INFO O| Mar 09 20:07:57.008 INFO copying /tmp/.tmpQLipMI/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
104132026-03-09T20:08:03.825Z[ host-image] Mar 09 20:08:01.643 INFO O| Mar 09 20:08:01.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
104142026-03-09T20:08:03.825Z[ host-image] Mar 09 20:08:01.643 INFO O| Mar 09 20:08:01.643 INFO ok!
104152026-03-09T20:08:03.828Z[ host-image] Mar 09 20:08:01.643 INFO O| Mar 09 20:08:01.643 INFO STEP 139 (ensure_file) COMPLETE
104162026-03-09T20:08:03.828Z[ host-image] Mar 09 20:08:01.643 INFO O| Mar 09 20:08:01.643 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104172026-03-09T20:08:03.834Z[ host-image] Mar 09 20:08:01.652 INFO O| Mar 09 20:08:01.652 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
104182026-03-09T20:08:03.834Z[ host-image] Mar 09 20:08:01.652 INFO O| Mar 09 20:08:01.652 INFO STEP 140 (ensure_dir) COMPLETE
104192026-03-09T20:08:03.837Z[ host-image] Mar 09 20:08:01.652 INFO O| Mar 09 20:08:01.652 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-03-09T20:08:03.842Z[ host-image] Mar 09 20:08:01.660 INFO O| Mar 09 20:08:01.660 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
104212026-03-09T20:08:03.842Z[ host-image] Mar 09 20:08:01.660 INFO O| Mar 09 20:08:01.660 INFO STEP 141 (ensure_dir) COMPLETE
104222026-03-09T20:08:03.842Z[ host-image] Mar 09 20:08:01.660 INFO O| Mar 09 20:08:01.660 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104232026-03-09T20:08:03.849Z[ host-image] Mar 09 20:08:01.667 INFO O| Mar 09 20:08:01.667 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
104242026-03-09T20:08:03.854Z[ host-image] Mar 09 20:08:01.667 INFO O| Mar 09 20:08:01.667 INFO STEP 142 (ensure_dir) COMPLETE
104252026-03-09T20:08:03.854Z[ host-image] Mar 09 20:08:01.667 INFO O| Mar 09 20:08:01.667 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-03-09T20:08:03.857Z[ host-image] Mar 09 20:08:01.675 INFO O| Mar 09 20:08:01.675 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
104272026-03-09T20:08:03.857Z[ host-image] Mar 09 20:08:01.675 INFO O| Mar 09 20:08:01.675 INFO STEP 143 (ensure_dir) COMPLETE
104282026-03-09T20:08:03.857Z[ host-image] Mar 09 20:08:01.675 INFO O| Mar 09 20:08:01.675 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104292026-03-09T20:08:03.863Z[ host-image] Mar 09 20:08:01.682 INFO O| Mar 09 20:08:01.682 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
104302026-03-09T20:08:03.867Z[ host-image] Mar 09 20:08:01.682 INFO O| Mar 09 20:08:01.682 INFO copying /tmp/.tmpQLipMI/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 ...
104312026-03-09T20:08:03.867Z[ host-image] Mar 09 20:08:01.682 INFO O| Mar 09 20:08:01.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
104322026-03-09T20:08:03.867Z[ host-image] Mar 09 20:08:01.682 INFO O| Mar 09 20:08:01.682 INFO ok!
104332026-03-09T20:08:03.867Z[ host-image] Mar 09 20:08:01.682 INFO O| Mar 09 20:08:01.682 INFO STEP 144 (ensure_file) COMPLETE
104342026-03-09T20:08:03.867Z[ host-image] Mar 09 20:08:01.682 INFO O| Mar 09 20:08:01.682 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104352026-03-09T20:08:03.871Z[ host-image] Mar 09 20:08:01.690 INFO O| Mar 09 20:08:01.690 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
104362026-03-09T20:08:03.874Z[ host-image] Mar 09 20:08:01.690 INFO O| Mar 09 20:08:01.690 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
104372026-03-09T20:08:03.874Z[ host-image] Mar 09 20:08:01.690 INFO O| Mar 09 20:08:01.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
104382026-03-09T20:08:03.874Z[ host-image] Mar 09 20:08:01.690 INFO O| Mar 09 20:08:01.690 INFO STEP 145 (ensure_dir) COMPLETE
104392026-03-09T20:08:03.874Z[ host-image] Mar 09 20:08:01.690 INFO O| Mar 09 20:08:01.690 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-03-09T20:08:03.879Z[ host-image] Mar 09 20:08:01.698 INFO O| Mar 09 20:08:01.697 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
104412026-03-09T20:08:03.879Z[ host-image] Mar 09 20:08:01.698 INFO O| Mar 09 20:08:01.698 INFO copying /tmp/.tmpQLipMI/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
104422026-03-09T20:08:03.882Z[ host-image] Mar 09 20:08:01.698 INFO O| Mar 09 20:08:01.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
104432026-03-09T20:08:03.882Z[ host-image] Mar 09 20:08:01.698 INFO O| Mar 09 20:08:01.698 INFO ok!
104442026-03-09T20:08:03.882Z[ host-image] Mar 09 20:08:01.698 INFO O| Mar 09 20:08:01.698 INFO STEP 146 (ensure_file) COMPLETE
104452026-03-09T20:08:03.882Z[ host-image] Mar 09 20:08:01.698 INFO O| Mar 09 20:08:01.698 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104462026-03-09T20:08:03.887Z[ host-image] Mar 09 20:08:01.705 INFO O| Mar 09 20:08:01.705 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
104472026-03-09T20:08:03.890Z[ host-image] Mar 09 20:08:01.706 INFO O| Mar 09 20:08:01.706 INFO STEP 147 (remove_files) COMPLETE
104482026-03-09T20:08:03.890Z[ host-image] Mar 09 20:08:01.706 INFO O| Mar 09 20:08:01.706 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104492026-03-09T20:08:03.894Z[ host-image] Mar 09 20:08:01.713 INFO O| Mar 09 20:08:01.713 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
104502026-03-09T20:08:03.897Z[ host-image] Mar 09 20:08:01.713 INFO O| Mar 09 20:08:01.713 INFO STEP 148 (remove_files) COMPLETE
104512026-03-09T20:08:03.897Z[ host-image] Mar 09 20:08:01.713 INFO O| Mar 09 20:08:01.713 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104522026-03-09T20:08:03.902Z[ host-image] Mar 09 20:08:01.721 INFO O| Mar 09 20:08:01.721 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
104532026-03-09T20:08:03.905Z[ host-image] Mar 09 20:08:01.721 INFO O| Mar 09 20:08:01.721 INFO STEP 149 (remove_files) COMPLETE
104542026-03-09T20:08:03.905Z[ host-image] Mar 09 20:08:01.721 INFO O| Mar 09 20:08:01.721 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104552026-03-09T20:08:03.909Z[ host-image] Mar 09 20:08:01.728 INFO O| Mar 09 20:08:01.728 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
104562026-03-09T20:08:03.913Z[ host-image] Mar 09 20:08:01.728 INFO O| Mar 09 20:08:01.728 INFO STEP 150 (remove_files) COMPLETE
104572026-03-09T20:08:03.913Z[ host-image] Mar 09 20:08:01.728 INFO O| Mar 09 20:08:01.728 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104582026-03-09T20:08:03.917Z[ host-image] Mar 09 20:08:01.735 INFO O| Mar 09 20:08:01.735 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
104592026-03-09T20:08:03.920Z[ host-image] Mar 09 20:08:01.735 INFO O| Mar 09 20:08:01.735 INFO STEP 151 (remove_files) COMPLETE
104602026-03-09T20:08:03.920Z[ host-image] Mar 09 20:08:01.735 INFO O| Mar 09 20:08:01.735 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104612026-03-09T20:08:03.924Z[ host-image] Mar 09 20:08:01.743 INFO O| Mar 09 20:08:01.743 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
104622026-03-09T20:08:03.928Z[ host-image] Mar 09 20:08:01.743 INFO O| Mar 09 20:08:01.743 INFO STEP 152 (remove_files) COMPLETE
104632026-03-09T20:08:03.928Z[ host-image] Mar 09 20:08:01.743 INFO O| Mar 09 20:08:01.743 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104642026-03-09T20:08:03.932Z[ host-image] Mar 09 20:08:01.751 INFO O| Mar 09 20:08:01.751 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
104652026-03-09T20:08:03.932Z[ host-image] Mar 09 20:08:01.751 INFO O| Mar 09 20:08:01.751 INFO STEP 153 (remove_files) COMPLETE
104662026-03-09T20:08:03.936Z[ host-image] Mar 09 20:08:01.751 INFO O| Mar 09 20:08:01.751 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104672026-03-09T20:08:03.940Z[ host-image] Mar 09 20:08:01.758 INFO O| Mar 09 20:08:01.758 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
104682026-03-09T20:08:03.940Z[ host-image] Mar 09 20:08:01.758 INFO O| Mar 09 20:08:01.758 INFO STEP 154 (remove_files) COMPLETE
104692026-03-09T20:08:03.940Z[ host-image] Mar 09 20:08:01.758 INFO O| Mar 09 20:08:01.758 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104702026-03-09T20:08:03.947Z[ host-image] Mar 09 20:08:01.765 INFO O| Mar 09 20:08:01.765 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
104712026-03-09T20:08:03.950Z[ host-image] Mar 09 20:08:01.766 INFO O| Mar 09 20:08:01.765 INFO STEP 155 (remove_files) COMPLETE
104722026-03-09T20:08:03.950Z[ host-image] Mar 09 20:08:01.766 INFO O| Mar 09 20:08:01.766 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104732026-03-09T20:08:03.955Z[ host-image] Mar 09 20:08:01.773 INFO O| Mar 09 20:08:01.773 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
104742026-03-09T20:08:03.955Z[ host-image] Mar 09 20:08:01.773 INFO O| Mar 09 20:08:01.773 INFO STEP 156 (remove_files) COMPLETE
104752026-03-09T20:08:03.958Z[ host-image] Mar 09 20:08:01.773 INFO O| Mar 09 20:08:01.773 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104762026-03-09T20:08:03.962Z[ host-image] Mar 09 20:08:01.781 INFO O| Mar 09 20:08:01.781 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
104772026-03-09T20:08:03.966Z[ host-image] Mar 09 20:08:01.781 INFO O| Mar 09 20:08:01.781 INFO STEP 157 (remove_files) COMPLETE
104782026-03-09T20:08:03.966Z[ host-image] Mar 09 20:08:01.781 INFO O| Mar 09 20:08:01.781 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104792026-03-09T20:08:03.970Z[ host-image] Mar 09 20:08:01.789 INFO O| Mar 09 20:08:01.789 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
104802026-03-09T20:08:03.973Z[ host-image] Mar 09 20:08:01.789 INFO O| Mar 09 20:08:01.789 INFO STEP 158 (remove_files) COMPLETE
104812026-03-09T20:08:03.973Z[ host-image] Mar 09 20:08:01.789 INFO O| Mar 09 20:08:01.789 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104822026-03-09T20:08:03.978Z[ host-image] Mar 09 20:08:01.796 INFO O| Mar 09 20:08:01.796 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
104832026-03-09T20:08:03.978Z[ host-image] Mar 09 20:08:01.796 INFO O| Mar 09 20:08:01.796 INFO STEP 159 (remove_files) COMPLETE
104842026-03-09T20:08:03.978Z[ host-image] Mar 09 20:08:01.796 INFO O| Mar 09 20:08:01.796 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104852026-03-09T20:08:03.985Z[ host-image] Mar 09 20:08:01.804 INFO O| Mar 09 20:08:01.804 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
104862026-03-09T20:08:03.985Z[ host-image] Mar 09 20:08:01.804 INFO O| Mar 09 20:08:01.804 INFO STEP 160 (remove_files) COMPLETE
104872026-03-09T20:08:03.988Z[ host-image] Mar 09 20:08:01.804 INFO O| Mar 09 20:08:01.804 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104882026-03-09T20:08:03.993Z[ host-image] Mar 09 20:08:01.811 INFO O| Mar 09 20:08:01.811 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
104892026-03-09T20:08:03.993Z[ host-image] Mar 09 20:08:01.811 INFO O| Mar 09 20:08:01.811 INFO STEP 161 (remove_files) COMPLETE
104902026-03-09T20:08:03.997Z[ host-image] Mar 09 20:08:01.811 INFO O| Mar 09 20:08:01.811 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104912026-03-09T20:08:04.000Z[ host-image] Mar 09 20:08:01.819 INFO O| Mar 09 20:08:01.819 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
104922026-03-09T20:08:04.004Z[ host-image] Mar 09 20:08:01.819 INFO O| Mar 09 20:08:01.819 INFO STEP 162 (remove_files) COMPLETE
104932026-03-09T20:08:04.004Z[ host-image] Mar 09 20:08:01.819 INFO O| Mar 09 20:08:01.819 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104942026-03-09T20:08:04.007Z[ host-image] Mar 09 20:08:01.826 INFO O| Mar 09 20:08:01.826 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
104952026-03-09T20:08:04.007Z[ host-image] Mar 09 20:08:01.826 INFO O| Mar 09 20:08:01.826 INFO STEP 163 (remove_files) COMPLETE
104962026-03-09T20:08:04.010Z[ host-image] Mar 09 20:08:01.826 INFO O| Mar 09 20:08:01.826 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104972026-03-09T20:08:04.014Z[ host-image] Mar 09 20:08:01.833 INFO O| Mar 09 20:08:01.833 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
104982026-03-09T20:08:04.017Z[ host-image] Mar 09 20:08:01.833 INFO O| Mar 09 20:08:01.833 INFO STEP 164 (remove_files) COMPLETE
104992026-03-09T20:08:04.017Z[ host-image] Mar 09 20:08:01.833 INFO O| Mar 09 20:08:01.833 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105002026-03-09T20:08:04.021Z[ host-image] Mar 09 20:08:01.840 INFO O| Mar 09 20:08:01.840 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
105012026-03-09T20:08:04.021Z[ host-image] Mar 09 20:08:01.840 INFO O| Mar 09 20:08:01.840 INFO STEP 165 (remove_files) COMPLETE
105022026-03-09T20:08:04.024Z[ host-image] Mar 09 20:08:01.840 INFO O| Mar 09 20:08:01.840 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105032026-03-09T20:08:04.029Z[ host-image] Mar 09 20:08:01.847 INFO O| Mar 09 20:08:01.847 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
105042026-03-09T20:08:04.029Z[ host-image] Mar 09 20:08:01.847 INFO O| Mar 09 20:08:01.847 INFO STEP 166 (remove_files) COMPLETE
105052026-03-09T20:08:04.029Z[ host-image] Mar 09 20:08:01.847 INFO O| Mar 09 20:08:01.847 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105062026-03-09T20:08:04.036Z[ host-image] Mar 09 20:08:01.854 INFO O| Mar 09 20:08:01.854 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
105072026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.854 INFO O| Mar 09 20:08:01.854 INFO STEP 167 (remove_files) COMPLETE
105082026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.854 INFO O| Mar 09 20:08:01.854 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105092026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.861 INFO O| Mar 09 20:08:01.861 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
105102026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.862 INFO O| Mar 09 20:08:01.862 INFO STEP 168 (remove_files) COMPLETE
105112026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.862 INFO O| Mar 09 20:08:01.862 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105122026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.869 INFO O| Mar 09 20:08:01.869 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
105132026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.869 INFO O| Mar 09 20:08:01.869 INFO STEP 169 (remove_files) COMPLETE
105142026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.869 INFO O| Mar 09 20:08:01.869 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105152026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.877 INFO O| Mar 09 20:08:01.877 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
105162026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.877 INFO O| Mar 09 20:08:01.877 INFO STEP 170 (remove_files) COMPLETE
105172026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.877 INFO O| Mar 09 20:08:01.877 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105182026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.884 INFO O| Mar 09 20:08:01.884 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
105192026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.884 INFO O| Mar 09 20:08:01.884 INFO STEP 171 (remove_files) COMPLETE
105202026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.884 INFO O| Mar 09 20:08:01.884 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105212026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.891 INFO O| Mar 09 20:08:01.891 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
105222026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.891 INFO O| Mar 09 20:08:01.891 INFO STEP 172 (remove_files) COMPLETE
105232026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.891 INFO O| Mar 09 20:08:01.891 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105242026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.899 INFO O| Mar 09 20:08:01.899 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
105252026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.899 INFO O| Mar 09 20:08:01.899 INFO STEP 173 (remove_files) COMPLETE
105262026-03-09T20:08:04.083Z[ host-image] Mar 09 20:08:01.899 INFO O| Mar 09 20:08:01.899 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105272026-03-09T20:08:04.088Z[ host-image] Mar 09 20:08:01.907 INFO O| Mar 09 20:08:01.907 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
105282026-03-09T20:08:04.089Z[ host-image] Mar 09 20:08:01.907 INFO O| Mar 09 20:08:01.907 INFO STEP 174 (remove_files) COMPLETE
105292026-03-09T20:08:04.092Z[ host-image] Mar 09 20:08:01.907 INFO O| Mar 09 20:08:01.907 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105302026-03-09T20:08:04.096Z[ host-image] Mar 09 20:08:01.915 INFO O| Mar 09 20:08:01.915 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
105312026-03-09T20:08:04.096Z[ host-image] Mar 09 20:08:01.915 INFO O| Mar 09 20:08:01.915 INFO STEP 175 (remove_files) COMPLETE
105322026-03-09T20:08:04.100Z[ host-image] Mar 09 20:08:01.915 INFO O| Mar 09 20:08:01.915 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105332026-03-09T20:08:04.108Z[ host-image] Mar 09 20:08:01.926 INFO O| Mar 09 20:08:01.926 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
105342026-03-09T20:08:04.111Z[ host-image] Mar 09 20:08:01.927 INFO O| Mar 09 20:08:01.926 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
105352026-03-09T20:08:13.078Z[ host-image] Mar 09 20:08:10.894 INFO O| Mar 09 20:08:10.894 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
105362026-03-09T20:08:13.079Z[ host-image] Mar 09 20:08:10.894 INFO O| Mar 09 20:08:10.894 INFO E| svccfg: Loaded 79 smf(7) service descriptions
105372026-03-09T20:08:13.093Z[ host-image] Mar 09 20:08:10.909 INFO O| Mar 09 20:08:10.909 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
105382026-03-09T20:08:13.239Z[ host-image] Mar 09 20:08:11.055 INFO O| Mar 09 20:08:11.055 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
105392026-03-09T20:08:13.316Z[ host-image] Mar 09 20:08:11.132 INFO O| Mar 09 20:08:11.132 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
105402026-03-09T20:08:13.408Z[ host-image] Mar 09 20:08:11.224 INFO O| Mar 09 20:08:11.223 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105412026-03-09T20:08:13.408Z[ host-image] Mar 09 20:08:11.224 INFO O| Mar 09 20:08:11.224 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
105422026-03-09T20:08:13.411Z[ host-image] Mar 09 20:08:11.226 INFO O| Mar 09 20:08:11.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
105432026-03-09T20:08:13.411Z[ host-image] Mar 09 20:08:11.226 INFO O| Mar 09 20:08:11.226 INFO ok!
105442026-03-09T20:08:13.411Z[ host-image] Mar 09 20:08:11.226 INFO O| Mar 09 20:08:11.226 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
105452026-03-09T20:08:13.411Z[ host-image] Mar 09 20:08:11.227 INFO O| Mar 09 20:08:11.227 INFO STEP 176 (seed_smf) COMPLETE
105462026-03-09T20:08:13.411Z[ host-image] Mar 09 20:08:11.227 INFO O| Mar 09 20:08:11.227 INFO steps complete; finalising image!
105472026-03-09T20:08:13.411Z[ host-image] Mar 09 20:08:11.227 INFO O| Mar 09 20:08:11.227 INFO TRIM POOL: TEMPORARY-sled-zfs
105482026-03-09T20:08:13.552Z[ host-image] Mar 09 20:08:11.367 INFO O| Mar 09 20:08:11.367 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Mon Mar 9 20:08:11 2026)
105492026-03-09T20:08:13.768Z[ host-image] Mar 09 20:08:11.584 INFO O| Mar 09 20:08:11.584 INFO temporary pool has 800M used, 95.9M avail, 1.80x compressratio
105502026-03-09T20:08:13.768Z[ host-image] Mar 09 20:08:11.584 INFO O| Mar 09 20:08:11.584 INFO EXPORT POOL: TEMPORARY-sled-zfs
105512026-03-09T20:08:14.008Z[ host-image] Mar 09 20:08:11.824 INFO O| Mar 09 20:08:11.824 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
105522026-03-09T20:08:14.008Z[ host-image] Mar 09 20:08:11.824 INFO O| Mar 09 20:08:11.824 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
105532026-03-09T20:08:14.977Z[ host-image] Mar 09 20:08:12.793 INFO O| Mar 09 20:08:12.793 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
105542026-03-09T20:08:14.977Z[ host-image] Mar 09 20:08:12.793 INFO O| Mar 09 20:08:12.793 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
105552026-03-09T20:08:14.981Z[ host-image] Mar 09 20:08:12.793 INFO O| Mar 09 20:08:12.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
105562026-03-09T20:08:14.981Z[ host-image] Mar 09 20:08:12.793 INFO O| Mar 09 20:08:12.793 INFO completed processing sled/zfs
105572026-03-09T20:08:14.981Z[ host-image] Mar 09 20:08:12.793 INFO O| Mar 09 20:08:12.793 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
105582026-03-09T20:08:24.860Z[ host-image] Mar 09 20:08:22.673 INFO O| Mar 09 20:08:22.673 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
105592026-03-09T20:08:24.950Z[ host-image] Mar 09 20:08:22.763 INFO BUILD STRING "heads/stlouis-0-ga064bad193\n"
105602026-03-09T20:08:24.950Z[ host-image] Mar 09 20:08:22.763 INFO expanded image name: "ci 44a1140/${os_short_commit} 2026-03-09 19:04" -> "ci 44a1140/a064bad 2026-03-09 19:04"
105612026-03-09T20:08:24.953Z[ host-image] Mar 09 20:08:22.763 INFO output artefacts stored in: "/work/os-host"
105622026-03-09T20:08:24.954Z[ host-image] Mar 09 20:08:22.763 INFO collecting git info from project "pinprick"...
105632026-03-09T20:08:24.957Z[ host-image] Mar 09 20:08:22.769 INFO collecting git info from project "bootserver"...
105642026-03-09T20:08:24.961Z[ host-image] Mar 09 20:08:22.774 INFO collecting git info from project "image-builder"...
105652026-03-09T20:08:24.965Z[ host-image] Mar 09 20:08:22.778 INFO collecting git info from project "amd-firmware"...
105662026-03-09T20:08:24.977Z[ host-image] Mar 09 20:08:22.790 INFO collecting git info from project "amd-host-image-builder"...
105672026-03-09T20:08:24.982Z[ host-image] Mar 09 20:08:22.795 INFO collecting git info from project "phbl"...
105682026-03-09T20:08:24.986Z[ host-image] Mar 09 20:08:22.799 INFO collecting git info from project "dmar-report"...
105692026-03-09T20:08:24.990Z[ host-image] Mar 09 20:08:22.803 INFO collecting git info from project "pilot"...
105702026-03-09T20:08:24.995Z[ host-image] Mar 09 20:08:22.808 INFO collecting git info from project "chelsio-t6-roms"...
105712026-03-09T20:08:25.000Z[ host-image] Mar 09 20:08:22.813 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
105722026-03-09T20:08:25.381Z[ host-image] Mar 09 20:08:23.193 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
105732026-03-09T20:08:25.738Z[ host-image] Mar 09 20:08:23.550 INFO creating Oxide boot image...
105742026-03-09T20:08:25.738Z[ host-image] Mar 09 20:08:23.550 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 44a1140/a064bad 2026-03-09 19:04", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
105752026-03-09T20:08:26.799Z[ host-image] Mar 09 20:08:24.611 INFO O| ok, image written!
105762026-03-09T20:08:26.799Z[ host-image] Mar 09 20:08:24.611 INFO O| ok, boot_image_csum file written!
105772026-03-09T20:08:26.802Z[ host-image] Mar 09 20:08:24.614 INFO creating boot archive (CPIO)...
105782026-03-09T20:08:26.802Z[ host-image] Mar 09 20:08:24.614 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
105792026-03-09T20:08:26.806Z[ host-image] Mar 09 20:08:24.618 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
105802026-03-09T20:08:26.806Z[ host-image] Mar 09 20:08:24.618 INFO E| + outfile=/work/os-host/cpio
105812026-03-09T20:08:26.809Z[ host-image] Mar 09 20:08:24.619 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
105822026-03-09T20:08:26.809Z[ host-image] Mar 09 20:08:24.620 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
105832026-03-09T20:08:26.809Z[ host-image] Mar 09 20:08:24.621 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
105842026-03-09T20:08:26.841Z[ host-image] Mar 09 20:08:24.653 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
105852026-03-09T20:08:26.841Z[ host-image] Mar 09 20:08:24.654 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
105862026-03-09T20:08:26.849Z[ host-image] Mar 09 20:08:24.661 INFO creating compressed cpio/unix for dev loaders...
105872026-03-09T20:08:26.849Z[ host-image] Mar 09 20:08:24.661 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
105882026-03-09T20:08:27.150Z[ host-image] Mar 09 20:08:24.962 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
105892026-03-09T20:08:31.530Z[ host-image] Mar 09 20:08:29.341 INFO creating reset image...
105902026-03-09T20:08:31.530Z[ host-image] Mar 09 20:08:29.341 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
105912026-03-09T20:08:31.582Z[ host-image] Mar 09 20:08:29.392 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')"
105922026-03-09T20:08:31.582Z[ host-image] Mar 09 20:08:29.393 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")
105932026-03-09T20:08:31.682Z[ host-image] Mar 09 20:08:29.493 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
105942026-03-09T20:08:31.685Z[ host-image] Mar 09 20:08:29.494 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
105952026-03-09T20:08:31.994Z[ host-image] Mar 09 20:08:29.804 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)
105962026-03-09T20:08:31.994Z[ host-image] Mar 09 20:08:29.804 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)
105972026-03-09T20:08:31.994Z[ host-image] Mar 09 20:08:29.804 INFO E| Compiling proc-macro2 v1.0.106
105982026-03-09T20:08:31.994Z[ host-image] Mar 09 20:08:29.804 INFO E| Compiling unicode-ident v1.0.23
105992026-03-09T20:08:31.998Z[ host-image] Mar 09 20:08:29.805 INFO E| Compiling quote v1.0.44
106002026-03-09T20:08:31.998Z[ host-image] Mar 09 20:08:29.805 INFO E| Compiling syn v1.0.109
106012026-03-09T20:08:31.998Z[ host-image] Mar 09 20:08:29.805 INFO E| Compiling x86 v0.52.0
106022026-03-09T20:08:31.998Z[ host-image] Mar 09 20:08:29.805 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106032026-03-09T20:08:32.240Z[ host-image] Mar 09 20:08:30.051 INFO E| Compiling seq-macro v0.3.6
106042026-03-09T20:08:33.567Z[ host-image] Mar 09 20:08:31.378 INFO E| Compiling syn v2.0.114
106052026-03-09T20:08:36.234Z[ host-image] Mar 09 20:08:34.043 INFO E| Compiling scroll_derive v0.13.1
106062026-03-09T20:08:38.472Z[ host-image] Mar 09 20:08:36.282 INFO E| Compiling bitstruct_derive v0.1.0
106072026-03-09T20:08:54.720Z[ host-image] Mar 09 20:08:52.525 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)
106082026-03-09T20:08:58.597Z[ host-image] Mar 09 20:08:56.402 INFO E| Compiling bitflags v1.3.2
106092026-03-09T20:08:58.598Z[ host-image] Mar 09 20:08:56.402 INFO E| Compiling adler2 v2.0.1
106102026-03-09T20:08:58.601Z[ host-image] Mar 09 20:08:56.402 INFO E| Compiling bit_field v0.10.3
106112026-03-09T20:08:58.601Z[ host-image] Mar 09 20:08:56.402 INFO E| Compiling plain v0.2.3
106122026-03-09T20:08:58.601Z[ host-image] Mar 09 20:08:56.402 INFO E| Compiling bitflags v2.10.0
106132026-03-09T20:08:58.601Z[ host-image] Mar 09 20:08:56.402 INFO E| Compiling scroll v0.13.0
106142026-03-09T20:08:58.601Z[ host-image] Mar 09 20:08:56.402 INFO E| Compiling log v0.4.29
106152026-03-09T20:08:58.710Z[ host-image] Mar 09 20:08:56.514 INFO E| Compiling raw-cpuid v10.7.0
106162026-03-09T20:08:58.797Z[ host-image] Mar 09 20:08:56.601 INFO E| Compiling miniz_oxide v0.9.0
106172026-03-09T20:08:58.886Z[ host-image] Mar 09 20:08:56.690 INFO E| Compiling cpio_reader v0.1.2
106182026-03-09T20:08:58.896Z[ host-image] Mar 09 20:08:56.700 INFO E| Compiling static_assertions v1.1.0
106192026-03-09T20:08:59.011Z[ host-image] Mar 09 20:08:56.814 INFO E| Compiling bitstruct v0.1.1
106202026-03-09T20:08:59.140Z[ host-image] Mar 09 20:08:56.943 INFO E| Compiling goblin v0.10.4
106212026-03-09T20:09:04.415Z[ host-image] Mar 09 20:09:02.218 INFO E| Finished `release` profile [optimized] target(s) in 32.71s
106222026-03-09T20:09:04.429Z[ host-image] Mar 09 20:09:02.231 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106232026-03-09T20:09:04.489Z[ host-image] Mar 09 20:09:02.292 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')"
106242026-03-09T20:09:04.489Z[ host-image] Mar 09 20:09:02.292 INFO building ROM for gimlet
106252026-03-09T20:09:04.489Z[ host-image] Mar 09 20:09:02.292 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")
106262026-03-09T20:09:04.627Z[ host-image] Mar 09 20:09:02.430 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106272026-03-09T20:09:04.631Z[ host-image] Mar 09 20:09:02.433 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`
106282026-03-09T20:09:04.641Z[ host-image] Mar 09 20:09:02.444 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106292026-03-09T20:09:04.730Z[ host-image] Mar 09 20:09:02.533 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106302026-03-09T20:09:04.734Z[ host-image] Mar 09 20:09:02.536 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`
106312026-03-09T20:09:04.922Z[ host-image] Mar 09 20:09:02.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106322026-03-09T20:09:04.922Z[ host-image] Mar 09 20:09:02.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106332026-03-09T20:09:04.922Z[ host-image] Mar 09 20:09:02.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106342026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106352026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106362026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106372026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106382026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106392026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106402026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106412026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106422026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106432026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106442026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106452026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106462026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.725 INFO O| Info: ABL version: 0x100f5010
106472026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.725 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106482026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106492026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.725 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106502026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106512026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106522026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106532026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106542026-03-09T20:09:04.926Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106552026-03-09T20:09:04.927Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106562026-03-09T20:09:04.927Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106572026-03-09T20:09:04.927Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106582026-03-09T20:09:04.927Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106592026-03-09T20:09:04.927Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106602026-03-09T20:09:04.927Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106612026-03-09T20:09:04.927Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106622026-03-09T20:09:04.927Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106632026-03-09T20:09:04.927Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106642026-03-09T20:09:04.927Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106652026-03-09T20:09:04.927Z[ host-image] Mar 09 20:09:02.726 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106662026-03-09T20:09:04.964Z[ host-image] Mar 09 20:09:02.767 INFO building ROM for cosmo
106672026-03-09T20:09:04.964Z[ host-image] Mar 09 20:09:02.767 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")
106682026-03-09T20:09:05.100Z[ host-image] Mar 09 20:09:02.902 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106692026-03-09T20:09:05.103Z[ host-image] Mar 09 20:09:02.905 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`
106702026-03-09T20:09:05.115Z[ host-image] Mar 09 20:09:02.917 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106712026-03-09T20:09:05.203Z[ host-image] Mar 09 20:09:03.005 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106722026-03-09T20:09:05.207Z[ host-image] Mar 09 20:09:03.010 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`
106732026-03-09T20:09:05.548Z[ host-image] Mar 09 20:09:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106742026-03-09T20:09:05.548Z[ host-image] Mar 09 20:09:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106752026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106762026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106772026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.350 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106782026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106792026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106802026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106812026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106822026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106832026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106842026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106852026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106862026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106872026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106882026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106892026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
106902026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.351 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106912026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
106922026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
106932026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106942026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106952026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
106962026-03-09T20:09:05.552Z[ host-image] Mar 09 20:09:03.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106972026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
106982026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
106992026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107002026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107012026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107022026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.352 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107032026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107042026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107052026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107062026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107072026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107082026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107092026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107102026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107112026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107122026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107132026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107142026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107152026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107162026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107172026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107182026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107192026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107202026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107212026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107222026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107232026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107242026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.353 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107252026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107262026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.354 INFO O| Info: ABL version: 0x1007f011
107272026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.354 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107282026-03-09T20:09:05.553Z[ host-image] Mar 09 20:09:03.354 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107292026-03-09T20:09:05.557Z[ host-image] Mar 09 20:09:03.354 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107302026-03-09T20:09:05.557Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107312026-03-09T20:09:05.557Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107322026-03-09T20:09:05.557Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107332026-03-09T20:09:05.557Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107342026-03-09T20:09:05.557Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107352026-03-09T20:09:05.557Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107362026-03-09T20:09:05.557Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107372026-03-09T20:09:05.557Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107382026-03-09T20:09:05.557Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107392026-03-09T20:09:05.558Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107402026-03-09T20:09:05.558Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107412026-03-09T20:09:05.558Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107422026-03-09T20:09:05.558Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107432026-03-09T20:09:05.558Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107442026-03-09T20:09:05.558Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107452026-03-09T20:09:05.558Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107462026-03-09T20:09:05.558Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107472026-03-09T20:09:05.558Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107482026-03-09T20:09:05.558Z[ host-image] Mar 09 20:09:03.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107492026-03-09T20:09:05.589Z[ host-image] Mar 09 20:09:03.391 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107502026-03-09T20:09:05.589Z[ host-image] Mar 09 20:09:03.392 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107512026-03-09T20:09:05.589Z[ host-image] Mar 09 20:09:03.392 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107522026-03-09T20:09:28.440Z[ host-image] Mar 09 20:09:26.237 INFO image complete! materials are in "/work/os-host"
107532026-03-09T20:09:28.444Z[ host-image]
107542026-03-09T20:09:28.444Z[ host-image] real 35:40.238197789
107552026-03-09T20:09:28.444Z[ host-image] user 26:04.534541285
107562026-03-09T20:09:28.444Z[ host-image] sys 1:31.826661641
107572026-03-09T20:09:28.444Z[ host-image] trap 1.201419719
107582026-03-09T20:09:28.444Z[ host-image] tflt 0.237716814
107592026-03-09T20:09:28.444Z[ host-image] dflt 2.633427711
107602026-03-09T20:09:28.444Z[ host-image] kflt 0.133146603
107612026-03-09T20:09:28.444Z[ host-image] lock 37:01.485399949
107622026-03-09T20:09:28.444Z[ host-image] slp 3:30:50.502655559
107632026-03-09T20:09:28.444Z[ host-image] lat 6:36.630303810
107642026-03-09T20:09:28.444Z[ host-image] stop 3.315664523
107652026-03-09T20:09:28.444ZMar 09 20:09:26.240 INFO [host-image] process exited with exit status: 0 (2140.24405034s)
107662026-03-09T20:09:28.444ZMar 09 20:09:26.241 INFO [tuf-repo] running task
107672026-03-09T20:09:54.255ZMar 09 20:09:52.045 INFO assembling repository in `/tmp/tufaceousSOawsK`, component: OmicronRepoAssembler
107682026-03-09T20:10:01.355ZMar 09 20:09:59.143 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107692026-03-09T20:10:01.634ZMar 09 20:09:59.421 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107702026-03-09T20:10:19.171ZMar 09 20:10:16.953 INFO extracting uploaded archive to /tmp/.tmpkwiLzz
107712026-03-09T20:10:22.285ZMar 09 20:10:20.067 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.ZmRY3C
107722026-03-09T20:10:22.361ZMar 09 20:10:20.143 INFO added artifact, length: 6614811, hash: beb0fc993c9b12d4afe9fc02290743c425b61ac48b159b1e2ff8dc27088f02a2, version: 1.0.63, kind: gimlet_sp, name: cosmo-a
107732026-03-09T20:10:22.500ZMar 09 20:10:20.283 INFO added artifact, length: 6614777, hash: 8878caffc2d35598018e25e0f823e2a626bfb025bfaf9d45f5c71b12ce0bd9fc, version: 1.0.63, kind: gimlet_sp, name: cosmo-b
107742026-03-09T20:10:22.635ZMar 09 20:10:20.418 INFO added artifact, length: 5467211, hash: a49324a7613553cb4a9e336cecb5e16c3c1bba6a3e90554af958d1cb867f78cf, version: 1.0.63, kind: gimlet_sp, name: gimlet-b
107752026-03-09T20:10:22.764ZMar 09 20:10:20.545 INFO added artifact, length: 5469217, hash: 3d7ab2a9a444ec467d0cef32d7b42696d6d1aa098265689a14fc1893e1e2dff7, version: 1.0.63, kind: gimlet_sp, name: gimlet-c
107762026-03-09T20:10:22.888ZMar 09 20:10:20.671 INFO added artifact, length: 5469122, hash: 01501078f7d3da784e0a97bdd8319caae2d9797ba4b6017cd786e71768464327, version: 1.0.63, kind: gimlet_sp, name: gimlet-d
107772026-03-09T20:10:23.014ZMar 09 20:10:20.797 INFO added artifact, length: 5469124, hash: 1c56b19b417e12dcb2c39ad2f8267a403601e4d673da2cfcfdddf9339c253b4e, version: 1.0.63, kind: gimlet_sp, name: gimlet-e
107782026-03-09T20:10:23.140ZMar 09 20:10:20.923 INFO added artifact, length: 5469215, hash: cf437bbdadb94b89f903bd1401d134cf93ce8b6f7fab912f6a91cd8711bcb6c0, version: 1.0.63, kind: gimlet_sp, name: gimlet-f
107792026-03-09T20:10:23.280ZMar 09 20:10:21.062 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107802026-03-09T20:10:23.280ZMar 09 20:10:21.062 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107812026-03-09T20:10:23.359ZMar 09 20:10:21.141 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107822026-03-09T20:10:23.359ZMar 09 20:10:21.141 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107832026-03-09T20:10:23.441ZMar 09 20:10:21.224 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107842026-03-09T20:10:23.444ZMar 09 20:10:21.224 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107852026-03-09T20:10:23.523ZMar 09 20:10:21.305 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107862026-03-09T20:10:23.523ZMar 09 20:10:21.305 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107872026-03-09T20:10:23.605ZMar 09 20:10:21.387 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107882026-03-09T20:10:23.605ZMar 09 20:10:21.387 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107892026-03-09T20:10:23.684ZMar 09 20:10:21.466 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107902026-03-09T20:10:23.684ZMar 09 20:10:21.467 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107912026-03-09T20:10:23.763ZMar 09 20:10:21.546 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107922026-03-09T20:10:23.763ZMar 09 20:10:21.546 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107932026-03-09T20:10:23.767ZMar 09 20:10:21.547 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107942026-03-09T20:10:23.767ZMar 09 20:10:21.548 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107952026-03-09T20:10:23.767ZMar 09 20:10:21.549 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107962026-03-09T20:10:23.770ZMar 09 20:10:21.549 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107972026-03-09T20:10:23.770ZMar 09 20:10:21.550 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107982026-03-09T20:10:32.274ZMar 09 20:10:30.054 INFO added artifact, length: 33554432, hash: 9adbe5330a6c590967f3b41e1320756e9c5c37f4412c116dcd5b050522b0152d, version: 19.0.0-0.ci+git44a114028cc, kind: gimlet_host_phase_1, name: host
107992026-03-09T20:10:32.274ZMar 09 20:10:30.054 INFO added artifact, length: 33554432, hash: c4d1c9098908b20e19fc97bfe2f022959ce64a1af84af0e18780dd946349b2d7, version: 19.0.0-0.ci+git44a114028cc, kind: cosmo_host_phase_1, name: host
108002026-03-09T20:10:32.274ZMar 09 20:10:30.054 INFO added artifact, length: 1101008896, hash: 9589ebba2152128cd7ec8055123f62d2db62e70e072f832a0e05d94b7e689bc2, version: 19.0.0-0.ci+git44a114028cc, kind: host_phase_2, name: host
108012026-03-09T20:10:33.837ZMar 09 20:10:31.617 INFO added artifact, length: 33554432, hash: 5d261eafb8d5fce6868921aa6960956019afa5d475dc1aceac5df8693bdcd95e, version: 19.0.0-0.ci+git44a114028cc, kind: gimlet_trampoline_phase_1, name: trampoline
108022026-03-09T20:10:33.837ZMar 09 20:10:31.617 INFO added artifact, length: 33554432, hash: 6789642119bce9c2e8a6ab64478fb27b067f44a691f427fda525c5cb4530e5f8, version: 19.0.0-0.ci+git44a114028cc, kind: cosmo_trampoline_phase_1, name: trampoline
108032026-03-09T20:10:33.837ZMar 09 20:10:31.617 INFO added artifact, length: 148537665, hash: a2c6a64c51633844b6479b0ae54aa5f49d2ddf5f43973826f3144489e1d889aa, version: 19.0.0-0.ci+git44a114028cc, kind: trampoline_phase_2, name: trampoline
108042026-03-09T20:10:36.724ZMar 09 20:10:34.502 INFO added artifact, length: 294778321, hash: 9c30b2b74bd809d70ed0254b3f6ead85d6d24449063ae1b8ed6f51437a831340, version: 19.0.0-0.ci+git44a114028cc, kind: zone, name: clickhouse_keeper
108052026-03-09T20:10:39.760ZMar 09 20:10:37.539 INFO added artifact, length: 309836151, hash: 860f66af5dd91112eda23d76a29a8b16d657204130bb1ea8b5183143b3d79bb9, version: 19.0.0-0.ci+git44a114028cc, kind: zone, name: clickhouse_server
108062026-03-09T20:10:42.812ZMar 09 20:10:40.589 INFO added artifact, length: 309837312, hash: 094b846f6ea9168739d89898f3386e086dfa24f6ed09d9627b4c58d6f622094f, version: 19.0.0-0.ci+git44a114028cc, kind: zone, name: clickhouse
108072026-03-09T20:10:44.357ZMar 09 20:10:42.133 INFO added artifact, length: 159861899, hash: 2a6d7d22cf74a93728ecbdba5f4ae9063696fe351adb069f3a394f3a9688085c, version: 19.0.0-0.ci+git44a114028cc, kind: zone, name: cockroachdb
108082026-03-09T20:10:44.779ZMar 09 20:10:42.556 INFO added artifact, length: 39238066, hash: 9de8c73c480d94e7e667f74404be668546afca8abdcf7a88bf3bf390a91eb0a2, version: 19.0.0-0.ci+git44a114028cc, kind: zone, name: crucible-pantry-zone
108092026-03-09T20:10:45.482ZMar 09 20:10:43.257 INFO added artifact, length: 53715479, hash: 5872fd900382a24b1ea7e0c87737817f56b9302355aabd4b45961bfa5da1253f, version: 19.0.0-0.ci+git44a114028cc, kind: zone, name: crucible-zone
108102026-03-09T20:10:45.983ZMar 09 20:10:43.759 INFO added artifact, length: 42546922, hash: 39bea96d867574016ebf8316311e9c67b3fecceba8f0e67b47b86edc888febc0, version: 19.0.0-0.ci+git44a114028cc, kind: zone, name: external-dns
108112026-03-09T20:10:46.478ZMar 09 20:10:44.254 INFO added artifact, length: 42546517, hash: f0ad2d2cc6de1a2741cdff9452e5ab5052ad8080168d833914931a1e4c87eb14, version: 19.0.0-0.ci+git44a114028cc, kind: zone, name: internal-dns
108122026-03-09T20:10:48.563ZMar 09 20:10:46.339 INFO added artifact, length: 215852325, hash: a5d393a884333f16cbb2e30db62accfb9d48e77cb0b5ae20e8690226ebcb8c94, version: 19.0.0-0.ci+git44a114028cc, kind: zone, name: nexus
108132026-03-09T20:10:48.783ZMar 09 20:10:46.559 INFO added artifact, length: 23106773, hash: f99147f74882f84f150ab50b2caafdc7498d97f57036f41dcac3af501ec9f537, version: 19.0.0-0.ci+git44a114028cc, kind: zone, name: ntp
108142026-03-09T20:10:49.343ZMar 09 20:10:47.118 INFO added artifact, length: 58135543, hash: e2306faa9eaa79ab0663327cc26651868415513245eeb3c1435f9a74db84e50e, version: 19.0.0-0.ci+git44a114028cc, kind: zone, name: oximeter
108152026-03-09T20:10:49.373ZMar 09 20:10:47.148 INFO added artifact, length: 3109590, hash: a40ff14ef39bd308d3a52c3db80fe20fbd168acb60e9278a8e7562d5a1f8ca66, version: 19.0.0-0.ci+git44a114028cc, kind: zone, name: probe
108162026-03-09T20:10:49.376ZMar 09 20:10:47.149 INFO added artifact, length: 829, hash: f412b8445d45c274559a20cd78a4d852c45176767f3aa80d4a3c174e8fc4928b, version: 1.0.63, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.63
108172026-03-09T20:10:49.376ZMar 09 20:10:47.149 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108182026-03-09T20:10:49.376ZMar 09 20:10:47.149 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108192026-03-09T20:10:49.422ZMar 09 20:10:47.198 INFO added artifact, length: 4131795, hash: 02d6546eade792c54406d3d70b662a067d48af2fcf9c2aef47555e26a2944877, version: 1.0.63, kind: psc_sp, name: psc-b
108202026-03-09T20:10:49.471ZMar 09 20:10:47.246 INFO added artifact, length: 4135211, hash: 1a7d17a6a697455640644499242febf68045cf367e1cb3a9193af0189b2d5351, version: 1.0.63, kind: psc_sp, name: psc-c
108212026-03-09T20:10:49.550ZMar 09 20:10:47.326 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108222026-03-09T20:10:49.551ZMar 09 20:10:47.326 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108232026-03-09T20:10:49.632ZMar 09 20:10:47.408 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108242026-03-09T20:10:49.633ZMar 09 20:10:47.408 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108252026-03-09T20:10:49.714ZMar 09 20:10:47.490 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108262026-03-09T20:10:49.714ZMar 09 20:10:47.490 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108272026-03-09T20:10:49.793ZMar 09 20:10:47.568 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108282026-03-09T20:10:49.793ZMar 09 20:10:47.568 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108292026-03-09T20:10:49.796ZMar 09 20:10:47.569 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108302026-03-09T20:10:49.796ZMar 09 20:10:47.570 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108312026-03-09T20:10:49.796ZMar 09 20:10:47.571 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108322026-03-09T20:10:49.872ZMar 09 20:10:47.648 INFO added artifact, length: 6945000, hash: 392630f2288a2b272fe29ba5a91abeb650f58589cd332cff8907831d76217825, version: 1.0.63, kind: switch_sp, name: sidecar-b
108332026-03-09T20:10:50.022ZMar 09 20:10:47.797 INFO added artifact, length: 6961802, hash: 7b7fbfe80d0e3c326e40d6bc6915b9c2fe503be0e1f9bb9f9a0bad890e1a1012, version: 1.0.63, kind: switch_sp, name: sidecar-c
108342026-03-09T20:10:50.171ZMar 09 20:10:47.947 INFO added artifact, length: 6961879, hash: 6af6218ea8b79ab773bbac8296301e50e2142342d8610bea1607e12b0053c20b, version: 1.0.63, kind: switch_sp, name: sidecar-d
108352026-03-09T20:10:50.325ZMar 09 20:10:48.100 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108362026-03-09T20:10:50.325ZMar 09 20:10:48.100 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108372026-03-09T20:10:50.406ZMar 09 20:10:48.182 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108382026-03-09T20:10:50.407ZMar 09 20:10:48.182 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108392026-03-09T20:10:50.488ZMar 09 20:10:48.263 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108402026-03-09T20:10:50.488ZMar 09 20:10:48.263 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108412026-03-09T20:10:50.566ZMar 09 20:10:48.341 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108422026-03-09T20:10:50.566ZMar 09 20:10:48.341 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108432026-03-09T20:10:50.569ZMar 09 20:10:48.342 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108442026-03-09T20:10:50.569ZMar 09 20:10:48.343 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108452026-03-09T20:10:50.569ZMar 09 20:10:48.344 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108462026-03-09T20:10:50.569ZMar 09 20:10:48.344 INFO added artifact, length: 924, hash: 8ec0d225a1c8af4e009caa5b6563fd5af4f6e0c561636e2359ff082d5ddb6654, version: 19.0.0-0.ci+git44a114028cc, kind: installinator_document, name: installinator_document
108472026-03-09T20:10:51.134ZMar 09 20:10:48.910 INFO extracting uploaded archive to /tmp/.tmpqlinjp
108482026-03-09T20:10:54.166ZMar 09 20:10:51.940 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.325bHD
108492026-03-09T20:10:54.239ZMar 09 20:10:52.013 INFO added artifact, length: 6614811, hash: beb0fc993c9b12d4afe9fc02290743c425b61ac48b159b1e2ff8dc27088f02a2, version: 1.0.63, kind: gimlet_sp, name: cosmo-a
108502026-03-09T20:10:54.381ZMar 09 20:10:52.155 INFO added artifact, length: 6614777, hash: 8878caffc2d35598018e25e0f823e2a626bfb025bfaf9d45f5c71b12ce0bd9fc, version: 1.0.63, kind: gimlet_sp, name: cosmo-b
108512026-03-09T20:10:54.515ZMar 09 20:10:52.289 INFO added artifact, length: 5467211, hash: a49324a7613553cb4a9e336cecb5e16c3c1bba6a3e90554af958d1cb867f78cf, version: 1.0.63, kind: gimlet_sp, name: gimlet-b
108522026-03-09T20:10:54.638ZMar 09 20:10:52.413 INFO added artifact, length: 5469217, hash: 3d7ab2a9a444ec467d0cef32d7b42696d6d1aa098265689a14fc1893e1e2dff7, version: 1.0.63, kind: gimlet_sp, name: gimlet-c
108532026-03-09T20:10:54.762ZMar 09 20:10:52.537 INFO added artifact, length: 5469122, hash: 01501078f7d3da784e0a97bdd8319caae2d9797ba4b6017cd786e71768464327, version: 1.0.63, kind: gimlet_sp, name: gimlet-d
108542026-03-09T20:10:54.887ZMar 09 20:10:52.661 INFO added artifact, length: 5469124, hash: 1c56b19b417e12dcb2c39ad2f8267a403601e4d673da2cfcfdddf9339c253b4e, version: 1.0.63, kind: gimlet_sp, name: gimlet-e
108552026-03-09T20:10:55.012ZMar 09 20:10:52.786 INFO added artifact, length: 5469215, hash: cf437bbdadb94b89f903bd1401d134cf93ce8b6f7fab912f6a91cd8711bcb6c0, version: 1.0.63, kind: gimlet_sp, name: gimlet-f
108562026-03-09T20:10:55.151ZMar 09 20:10:52.926 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108572026-03-09T20:10:55.151ZMar 09 20:10:52.926 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108582026-03-09T20:10:55.230ZMar 09 20:10:53.004 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108592026-03-09T20:10:55.230ZMar 09 20:10:53.004 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108602026-03-09T20:10:55.312ZMar 09 20:10:53.086 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108612026-03-09T20:10:55.312ZMar 09 20:10:53.086 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108622026-03-09T20:10:55.392ZMar 09 20:10:53.166 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108632026-03-09T20:10:55.392ZMar 09 20:10:53.166 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108642026-03-09T20:10:55.474ZMar 09 20:10:53.248 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108652026-03-09T20:10:55.474ZMar 09 20:10:53.248 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108662026-03-09T20:10:55.553ZMar 09 20:10:53.327 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108672026-03-09T20:10:55.553ZMar 09 20:10:53.327 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108682026-03-09T20:10:55.631ZMar 09 20:10:53.405 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108692026-03-09T20:10:55.631ZMar 09 20:10:53.405 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108702026-03-09T20:10:55.635ZMar 09 20:10:53.406 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108712026-03-09T20:10:55.635ZMar 09 20:10:53.407 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108722026-03-09T20:10:55.636ZMar 09 20:10:53.408 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108732026-03-09T20:10:55.639ZMar 09 20:10:53.409 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108742026-03-09T20:10:55.639ZMar 09 20:10:53.410 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108752026-03-09T20:11:04.042ZMar 09 20:11:01.814 INFO added artifact, length: 33554432, hash: 9adbe5330a6c590967f3b41e1320756e9c5c37f4412c116dcd5b050522b0152d, version: 19.0.0-0.ci+git44a114028cc, kind: gimlet_host_phase_1, name: host
108762026-03-09T20:11:04.043ZMar 09 20:11:01.814 INFO added artifact, length: 33554432, hash: c4d1c9098908b20e19fc97bfe2f022959ce64a1af84af0e18780dd946349b2d7, version: 19.0.0-0.ci+git44a114028cc, kind: cosmo_host_phase_1, name: host
108772026-03-09T20:11:04.046ZMar 09 20:11:01.814 INFO added artifact, length: 1101008896, hash: 9589ebba2152128cd7ec8055123f62d2db62e70e072f832a0e05d94b7e689bc2, version: 19.0.0-0.ci+git44a114028cc, kind: host_phase_2, name: host
108782026-03-09T20:11:05.550ZMar 09 20:11:03.322 INFO added artifact, length: 33554432, hash: 5d261eafb8d5fce6868921aa6960956019afa5d475dc1aceac5df8693bdcd95e, version: 19.0.0-0.ci+git44a114028cc, kind: gimlet_trampoline_phase_1, name: trampoline
108792026-03-09T20:11:05.550ZMar 09 20:11:03.322 INFO added artifact, length: 33554432, hash: 6789642119bce9c2e8a6ab64478fb27b067f44a691f427fda525c5cb4530e5f8, version: 19.0.0-0.ci+git44a114028cc, kind: cosmo_trampoline_phase_1, name: trampoline
108802026-03-09T20:11:05.554ZMar 09 20:11:03.322 INFO added artifact, length: 148537665, hash: a2c6a64c51633844b6479b0ae54aa5f49d2ddf5f43973826f3144489e1d889aa, version: 19.0.0-0.ci+git44a114028cc, kind: trampoline_phase_2, name: trampoline
108812026-03-09T20:11:16.003ZMar 09 20:11:13.772 INFO added artifact, length: 1605910408, hash: 8c822c5d61d0c1d8136ecf962f74c6e420aed62be3ff2a24788f4a67f444f6bb, version: 19.0.0-0.ci+git44a114028cc, kind: control_plane, name: control-plane
108822026-03-09T20:11:16.007ZMar 09 20:11:13.772 INFO added artifact, length: 829, hash: f412b8445d45c274559a20cd78a4d852c45176767f3aa80d4a3c174e8fc4928b, version: 1.0.63, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.63
108832026-03-09T20:11:16.007ZMar 09 20:11:13.773 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108842026-03-09T20:11:16.007ZMar 09 20:11:13.773 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108852026-03-09T20:11:16.052ZMar 09 20:11:13.821 INFO added artifact, length: 4131795, hash: 02d6546eade792c54406d3d70b662a067d48af2fcf9c2aef47555e26a2944877, version: 1.0.63, kind: psc_sp, name: psc-b
108862026-03-09T20:11:16.100ZMar 09 20:11:13.869 INFO added artifact, length: 4135211, hash: 1a7d17a6a697455640644499242febf68045cf367e1cb3a9193af0189b2d5351, version: 1.0.63, kind: psc_sp, name: psc-c
108872026-03-09T20:11:16.180ZMar 09 20:11:13.949 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108882026-03-09T20:11:16.180ZMar 09 20:11:13.949 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108892026-03-09T20:11:16.263ZMar 09 20:11:14.032 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108902026-03-09T20:11:16.263ZMar 09 20:11:14.032 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108912026-03-09T20:11:16.349ZMar 09 20:11:14.117 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108922026-03-09T20:11:16.349ZMar 09 20:11:14.117 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108932026-03-09T20:11:16.431ZMar 09 20:11:14.199 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108942026-03-09T20:11:16.431ZMar 09 20:11:14.199 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108952026-03-09T20:11:16.434ZMar 09 20:11:14.200 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108962026-03-09T20:11:16.434ZMar 09 20:11:14.201 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108972026-03-09T20:11:16.434ZMar 09 20:11:14.202 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108982026-03-09T20:11:16.510ZMar 09 20:11:14.278 INFO added artifact, length: 6945000, hash: 392630f2288a2b272fe29ba5a91abeb650f58589cd332cff8907831d76217825, version: 1.0.63, kind: switch_sp, name: sidecar-b
108992026-03-09T20:11:16.663ZMar 09 20:11:14.432 INFO added artifact, length: 6961802, hash: 7b7fbfe80d0e3c326e40d6bc6915b9c2fe503be0e1f9bb9f9a0bad890e1a1012, version: 1.0.63, kind: switch_sp, name: sidecar-c
109002026-03-09T20:11:16.815ZMar 09 20:11:14.583 INFO added artifact, length: 6961879, hash: 6af6218ea8b79ab773bbac8296301e50e2142342d8610bea1607e12b0053c20b, version: 1.0.63, kind: switch_sp, name: sidecar-d
109012026-03-09T20:11:16.969ZMar 09 20:11:14.737 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109022026-03-09T20:11:16.969ZMar 09 20:11:14.738 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109032026-03-09T20:11:17.053ZMar 09 20:11:14.822 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109042026-03-09T20:11:17.053ZMar 09 20:11:14.822 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109052026-03-09T20:11:17.139ZMar 09 20:11:14.907 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109062026-03-09T20:11:17.139ZMar 09 20:11:14.907 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109072026-03-09T20:11:17.221ZMar 09 20:11:14.989 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109082026-03-09T20:11:17.221ZMar 09 20:11:14.989 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109092026-03-09T20:11:17.224ZMar 09 20:11:14.991 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109102026-03-09T20:11:17.224ZMar 09 20:11:14.991 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109112026-03-09T20:11:17.224ZMar 09 20:11:14.992 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109122026-03-09T20:11:17.224ZMar 09 20:11:14.993 INFO added artifact, length: 924, hash: 8ec0d225a1c8af4e009caa5b6563fd5af4f6e0c561636e2359ff082d5ddb6654, version: 19.0.0-0.ci+git44a114028cc, kind: installinator_document, name: installinator_document
109132026-03-09T20:11:17.799ZMar 09 20:11:15.567 INFO [tuf-repo] task succeeded (109.326823588s)
109142026-03-09T20:11:17.799ZMar 09 20:11:15.567 INFO all jobs completed in 4018.059024296s
109152026-03-09T20:11:18.911Zprocess exited: duration 4807510 ms, exit code 0
 
109162026-03-09T20:11:18.930Zfound 41 output files
109172026-03-09T20:11:18.930Zuploading: /work/manifest.toml (17174 bytes)
109182026-03-09T20:11:19.944Zuploaded: /work/manifest.toml
109192026-03-09T20:11:19.944Zuploading: /work/repo.zip (2842008832 bytes)
109202026-03-09T20:12:02.195Zuploaded: /work/repo.zip
109212026-03-09T20:12:02.195Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109222026-03-09T20:12:03.206Zuploaded: /work/repo.zip.sha256.txt
109232026-03-09T20:12:03.206Zuploading: /work/helios.json (647 bytes)
109242026-03-09T20:12:04.218Zuploaded: /work/helios.json
109252026-03-09T20:12:04.222Zuploading: /work/incorporation.p5m (100410 bytes)
109262026-03-09T20:12:05.238Zuploaded: /work/incorporation.p5m
109272026-03-09T20:12:05.238Zuploading: /work/incorporation.p5p (122880 bytes)
109282026-03-09T20:12:06.258Zuploaded: /work/incorporation.p5p
109292026-03-09T20:12:06.258Zuploading: /work/helios-incorp.log (526 bytes)
109302026-03-09T20:12:07.271Zuploaded: /work/helios-incorp.log
109312026-03-09T20:12:07.271Zuploading: /work/helios-setup.log (57282 bytes)
109322026-03-09T20:12:08.285Zuploaded: /work/helios-setup.log
109332026-03-09T20:12:08.288Zuploading: /work/host-image.log (234587 bytes)
109342026-03-09T20:12:09.304Zuploaded: /work/host-image.log
109352026-03-09T20:12:09.304Zuploading: /work/host-package.log (33775 bytes)
109362026-03-09T20:12:10.318Zuploaded: /work/host-package.log
109372026-03-09T20:12:10.318Zuploading: /work/host-target.log (101 bytes)
109382026-03-09T20:12:11.328Zuploaded: /work/host-target.log
109392026-03-09T20:12:11.328Zuploading: /work/incorp-create.log (0 bytes)
109402026-03-09T20:12:12.336Zuploaded: /work/incorp-create.log
109412026-03-09T20:12:12.336Zuploading: /work/incorp-fmt.log (0 bytes)
109422026-03-09T20:12:13.343Zuploaded: /work/incorp-fmt.log
109432026-03-09T20:12:13.344Zuploading: /work/incorp-pkgsend.log (108 bytes)
109442026-03-09T20:12:14.354Zuploaded: /work/incorp-pkgsend.log
109452026-03-09T20:12:14.354Zuploading: /work/incorp-publisher.log (0 bytes)
109462026-03-09T20:12:15.363Zuploaded: /work/incorp-publisher.log
109472026-03-09T20:12:15.363Zuploading: /work/omicron-package.log (6786 bytes)
109482026-03-09T20:12:16.374Zuploaded: /work/omicron-package.log
109492026-03-09T20:12:16.374Zuploading: /work/recovery-image.log (603785 bytes)
109502026-03-09T20:12:17.400Zuploaded: /work/recovery-image.log
109512026-03-09T20:12:17.400Zuploading: /work/recovery-package.log (1870 bytes)
109522026-03-09T20:12:18.410Zuploaded: /work/recovery-package.log
109532026-03-09T20:12:18.413Zuploading: /work/recovery-target.log (98 bytes)
109542026-03-09T20:12:19.419Zuploaded: /work/recovery-target.log
109552026-03-09T20:12:19.419Zuploading: /work/stamp-clickhouse.log (117 bytes)
109562026-03-09T20:12:20.429Zuploaded: /work/stamp-clickhouse.log
109572026-03-09T20:12:20.429Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109582026-03-09T20:12:21.441Zuploaded: /work/stamp-clickhouse_keeper.log
109592026-03-09T20:12:21.441Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109602026-03-09T20:12:22.451Zuploaded: /work/stamp-clickhouse_server.log
109612026-03-09T20:12:22.451Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109622026-03-09T20:12:23.461Zuploaded: /work/stamp-cockroachdb.log
109632026-03-09T20:12:23.461Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109642026-03-09T20:12:24.472Zuploaded: /work/stamp-crucible-pantry-zone.log
109652026-03-09T20:12:24.472Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109662026-03-09T20:12:25.483Zuploaded: /work/stamp-crucible-utils.log
109672026-03-09T20:12:25.483Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109682026-03-09T20:12:26.493Zuploaded: /work/stamp-crucible-zone.log
109692026-03-09T20:12:26.493Zuploading: /work/stamp-external-dns.log (119 bytes)
109702026-03-09T20:12:27.503Zuploaded: /work/stamp-external-dns.log
109712026-03-09T20:12:27.503Zuploading: /work/stamp-installinator.log (103 bytes)
109722026-03-09T20:12:28.514Zuploaded: /work/stamp-installinator.log
109732026-03-09T20:12:28.514Zuploading: /work/stamp-internal-dns.log (119 bytes)
109742026-03-09T20:12:29.524Zuploaded: /work/stamp-internal-dns.log
109752026-03-09T20:12:29.524Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109762026-03-09T20:12:30.536Zuploaded: /work/stamp-mg-ddm-gz.log
109772026-03-09T20:12:30.536Zuploading: /work/stamp-nexus.log (112 bytes)
109782026-03-09T20:12:31.547Zuploaded: /work/stamp-nexus.log
109792026-03-09T20:12:31.547Zuploading: /work/stamp-ntp.log (110 bytes)
109802026-03-09T20:12:32.557Zuploaded: /work/stamp-ntp.log
109812026-03-09T20:12:32.557Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109822026-03-09T20:12:33.567Zuploaded: /work/stamp-omicron-sled-agent.log
109832026-03-09T20:12:33.567Zuploading: /work/stamp-overlay.log (114 bytes)
109842026-03-09T20:12:34.577Zuploaded: /work/stamp-overlay.log
109852026-03-09T20:12:34.577Zuploading: /work/stamp-oximeter.log (115 bytes)
109862026-03-09T20:12:35.587Zuploaded: /work/stamp-oximeter.log
109872026-03-09T20:12:35.587Zuploading: /work/stamp-oxlog.log (109 bytes)
109882026-03-09T20:12:36.598Zuploaded: /work/stamp-oxlog.log
109892026-03-09T20:12:36.598Zuploading: /work/stamp-probe.log (112 bytes)
109902026-03-09T20:12:37.609Zuploaded: /work/stamp-probe.log
109912026-03-09T20:12:37.609Zuploading: /work/stamp-propolis-server.log (122 bytes)
109922026-03-09T20:12:38.619Zuploaded: /work/stamp-propolis-server.log
109932026-03-09T20:12:38.619Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109942026-03-09T20:12:39.630Zuploaded: /work/stamp-pumpkind-gz.log
109952026-03-09T20:12:39.630Zuploading: /work/stamp-switch-asic.log (118 bytes)
109962026-03-09T20:12:40.640Zuploaded: /work/stamp-switch-asic.log
109972026-03-09T20:12:40.640Zuploading: /work/verify-libraries.log (12315 bytes)
109982026-03-09T20:12:41.652Zuploaded: /work/verify-libraries.log