01KS5QFZXSS3PS63PB1SBW30XV: 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-3.0-16c128gb",
    ),
    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: 01KS5QGEEBCJVKTQ7EFV2JWYA8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T16:58:01.488Zjob assigned to worker 01KS5QGKDWVX1Q39DW2K5CZNY8 [factory aws, i-01de92c905a09cb9a] (queued for 50 s)
 
22026-05-21T16:58:08.614Zstarting task 0: "setup"
32026-05-21T16:58:08.617Z++ uname -s
42026-05-21T16:58:08.619Z+ kern=SunOS
52026-05-21T16:58:08.619Z+ build_user=build
62026-05-21T16:58:08.619Z+ build_uid=12345
72026-05-21T16:58:08.619Z+ work_dir=/work
82026-05-21T16:58:08.619Z+ input_dir=/input
92026-05-21T16:58:08.619Z+ [[ 0 == 12345 ]]
102026-05-21T16:58:08.619Z+ case "$kern" in
112026-05-21T16:58:08.619Z+ groupadd -g 12345 build
122026-05-21T16:58:08.623Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T16:58:10.627Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T16:58:10.772Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T16:58:10.775Z+ home_fs=zfs
162026-05-21T16:58:10.775Z+ [[ zfs == autofs ]]
172026-05-21T16:58:10.775Z+ mkdir -p /home/build
182026-05-21T16:58:10.778Z+ chown build:build /home/build /work
192026-05-21T16:58:12.777Z+ chmod 0700 /home/build /work
202026-05-21T16:58:12.780Zprocess exited: duration 4169 ms, exit code 0
 
212026-05-21T16:58:12.786Zstarting task 1: "rust-toolchain"
222026-05-21T16:58:12.791Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T16:58:12.791Z * rust toolchain channel = "1.94.0"
242026-05-21T16:58:12.791Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-21T16:58:12.791Z * rust toolchain profile = "default"
262026-05-21T16:58:12.791Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T16:58:12.791Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T16:58:12.794Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T16:58:12.794Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T16:58:12.900Zinfo: downloading installer
312026-05-21T16:58:14.471Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T16:58:14.471Zwarn: /home/build/.rustup/settings.toml
332026-05-21T16:58:14.471Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T16:58:14.471Zwarn: instead of the one inferred from the default host triple.
352026-05-21T16:58:14.483Zinfo: profile set to default
362026-05-21T16:58:14.483Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T16:58:14.486Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T16:58:14.614Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T16:58:14.617Zinfo: downloading 6 components
402026-05-21T16:58:28.796Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T16:58:28.797Z
422026-05-21T16:58:28.827Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T16:58:28.828Z
442026-05-21T16:58:28.828Z
452026-05-21T16:58:28.828ZRust is installed now. Great!
462026-05-21T16:58:28.828Z
472026-05-21T16:58:28.828ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T16:58:28.828Zenvironment variable. This has not been done automatically.
492026-05-21T16:58:28.831Z
502026-05-21T16:58:28.831ZTo configure your current shell, you need to source
512026-05-21T16:58:28.831Zthe corresponding env file under $HOME/.cargo.
522026-05-21T16:58:28.831Z
532026-05-21T16:58:28.831ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T16:58:28.831Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T16:58:28.831Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T16:58:28.831Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T16:58:28.831Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T16:58:28.831Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T16:58:28.831Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T16:58:28.831Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T16:58:28.831Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T16:58:28.928Z+ rustup --version
632026-05-21T16:58:28.933Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T16:58:28.937Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T16:58:28.955Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T16:58:28.958Z+ cargo --version
672026-05-21T16:58:28.966Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T16:58:28.969Z+ rustc --version
692026-05-21T16:58:28.989Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T16:58:28.992Zprocess exited: duration 16206 ms, exit code 0
 
712026-05-21T16:58:28.998Zstarting task 2: "authentication"
722026-05-21T16:58:29.016Zprocess exited: duration 17 ms, exit code 0
 
732026-05-21T16:58:29.022Zstarting task 3: "clone repository"
742026-05-21T16:58:29.027Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T16:58:29.030Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T16:58:29.070ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T16:58:39.116Z+ cd /work/oxidecomputer/omicron
782026-05-21T16:58:39.116Z+ git fetch origin 65955161ff50c28401d504383396d7812ad40e33
792026-05-21T16:58:39.591ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T16:58:39.591Z * branch 65955161ff50c28401d504383396d7812ad40e33 -> FETCH_HEAD
812026-05-21T16:58:39.603Z+ [[ -n '' ]]
822026-05-21T16:58:39.603Z+ git reset --hard 65955161ff50c28401d504383396d7812ad40e33
832026-05-21T16:58:39.676ZHEAD is now at 65955161f Block multiple sled reservations with the same gen
842026-05-21T16:58:39.679Zprocess exited: duration 10653 ms, exit code 0
 
852026-05-21T16:58:39.684Zstarting task 4: "build"
862026-05-21T16:58:39.689Z+ source .github/buildomat/ci-env.sh
872026-05-21T16:58:39.689Z++ export CARGO_TERM_COLOR=always
882026-05-21T16:58:39.689Z++ CARGO_TERM_COLOR=always
892026-05-21T16:58:39.689Z+ cargo --version
902026-05-21T16:58:39.699Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-21T16:58:39.702Z+ rustc --version
922026-05-21T16:58:39.722Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-21T16:58:39.725Z+ cargo tree --locked
942026-05-21T16:58:39.897Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
952026-05-21T16:58:40.156Z Updating crates.io index
962026-05-21T16:58:40.186Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
972026-05-21T16:58:40.931Z Updating git repository `https://github.com/oxidecomputer/lldp`
982026-05-21T16:58:41.380Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
992026-05-21T16:58:41.934Z Updating git repository `https://github.com/oxidecomputer/propolis`
1002026-05-21T16:58:42.748Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1012026-05-21T16:58:43.297Z Updating git repository `https://github.com/oxidecomputer/crucible`
1022026-05-21T16:58:44.686Z Updating git repository `https://github.com/oxidecomputer/opte`
1032026-05-21T16:58:45.456Z Updating git repository `https://github.com/oxidecomputer/tofino`
1042026-05-21T16:58:45.959Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1052026-05-21T16:58:47.208Z Updating git repository `https://github.com/oxidecomputer/clickward`
1062026-05-21T16:58:47.890Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1072026-05-21T16:58:48.401Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1082026-05-21T16:58:48.790Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1092026-05-21T16:58:49.697Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1102026-05-21T16:58:50.179Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1112026-05-21T16:58:50.514Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1122026-05-21T16:58:50.902Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1132026-05-21T16:58:51.325Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1142026-05-21T16:58:51.771Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1152026-05-21T16:58:52.015Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1162026-05-21T16:58:52.299Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1172026-05-21T16:58:52.620Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1182026-05-21T16:58:53.230Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1192026-05-21T16:58:53.810Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1202026-05-21T16:58:54.371Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1212026-05-21T16:58:54.653Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1222026-05-21T16:58:55.055Z Updating git repository `https://github.com/oxidecomputer/ispf`
1232026-05-21T16:58:56.286Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1242026-05-21T16:58:56.987Z Updating git repository `https://github.com/oxidecomputer/crucible`
1252026-05-21T16:58:57.582Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1262026-05-21T16:58:58.127Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1272026-05-21T16:58:58.491Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1282026-05-21T16:58:58.927Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1292026-05-21T16:58:59.257Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1302026-05-21T16:59:00.150Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1312026-05-21T16:59:00.452Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1322026-05-21T16:59:00.748Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1332026-05-21T16:59:01.107Z Updating git repository `https://github.com/illumos/smf-rs`
1342026-05-21T16:59:01.645Z Updating git repository `https://github.com/oxidecomputer/omicron`
1352026-05-21T16:59:14.558Z Downloading crates ...
1362026-05-21T16:59:14.633Z Downloaded atomic-waker v1.1.2
1372026-05-21T16:59:14.639Z Downloaded cargo-platform v0.3.2
1382026-05-21T16:59:14.642Z Downloaded assert-json-diff v2.0.2
1392026-05-21T16:59:14.647Z Downloaded arrayref v0.3.9
1402026-05-21T16:59:14.650Z Downloaded block-padding v0.3.3
1412026-05-21T16:59:14.650Z Downloaded backtrace-ext v0.2.1
1422026-05-21T16:59:14.650Z Downloaded adler2 v2.0.1
1432026-05-21T16:59:14.653Z Downloaded bit-vec v0.6.3
1442026-05-21T16:59:14.653Z Downloaded aead v0.5.2
1452026-05-21T16:59:14.653Z Downloaded cmake v0.1.57
1462026-05-21T16:59:14.656Z Downloaded anstyle-query v1.1.5
1472026-05-21T16:59:14.656Z Downloaded approx v0.5.1
1482026-05-21T16:59:14.659Z Downloaded curve25519-dalek-derive v0.1.1
1492026-05-21T16:59:14.661Z Downloaded backoff v0.4.0
1502026-05-21T16:59:14.661Z Downloaded anes v0.1.6
1512026-05-21T16:59:14.666Z Downloaded crc v3.4.0
1522026-05-21T16:59:14.669Z Downloaded chacha20 v0.9.1
1532026-05-21T16:59:14.669Z Downloaded anyhow v1.0.102
1542026-05-21T16:59:14.671Z Downloaded crc32fast v1.5.0
1552026-05-21T16:59:14.674Z Downloaded async-stream-impl v0.3.6
1562026-05-21T16:59:14.674Z Downloaded async-recursion v1.1.1
1572026-05-21T16:59:14.677Z Downloaded anstream v0.6.21
1582026-05-21T16:59:14.677Z Downloaded anstyle-parse v0.2.7
1592026-05-21T16:59:14.680Z Downloaded dirs-next v2.0.0
1602026-05-21T16:59:14.680Z Downloaded crossbeam-deque v0.8.6
1612026-05-21T16:59:14.680Z Downloaded addr2line v0.25.1
1622026-05-21T16:59:14.683Z Downloaded bitfield-macros v0.19.4
1632026-05-21T16:59:14.683Z Downloaded block-buffer v0.10.4
1642026-05-21T16:59:14.683Z Downloaded der_derive v0.7.3
1652026-05-21T16:59:14.686Z Downloaded ascii-canvas v3.0.0
1662026-05-21T16:59:14.686Z Downloaded allocator-api2 v0.2.21
1672026-05-21T16:59:14.689Z Downloaded autocfg v1.5.0
1682026-05-21T16:59:14.689Z Downloaded cfg_aliases v0.2.1
1692026-05-21T16:59:14.689Z Downloaded anstyle v1.0.13
1702026-05-21T16:59:14.694Z Downloaded assert_cmd v2.1.2
1712026-05-21T16:59:14.697Z Downloaded diff v0.1.13
1722026-05-21T16:59:14.700Z Downloaded diesel-dtrace v0.5.0
1732026-05-21T16:59:14.703Z Downloaded bcrypt-pbkdf v0.10.0
1742026-05-21T16:59:14.703Z Downloaded castaway v0.2.4
1752026-05-21T16:59:14.703Z Downloaded async-stream v0.3.6
1762026-05-21T16:59:14.705Z Downloaded crunchy v0.2.4
1772026-05-21T16:59:14.710Z Downloaded cfg_aliases v0.1.1
1782026-05-21T16:59:14.713Z Downloaded async-object-pool v0.2.0
1792026-05-21T16:59:14.713Z Downloaded cargo-platform v0.1.9
1802026-05-21T16:59:14.713Z Downloaded darling_core v0.20.11
1812026-05-21T16:59:14.716Z Downloaded const_format v0.2.35
1822026-05-21T16:59:14.719Z Downloaded derive_builder_macro v0.20.2
1832026-05-21T16:59:14.719Z Downloaded darling_macro v0.20.11
1842026-05-21T16:59:14.719Z Downloaded ciborium-io v0.2.2
1852026-05-21T16:59:14.719Z Downloaded bit-vec v0.8.0
1862026-05-21T16:59:14.722Z Downloaded async-trait v0.1.89
1872026-05-21T16:59:14.722Z Downloaded argon2 v0.5.3
1882026-05-21T16:59:14.725Z Downloaded darling_core v0.23.0
1892026-05-21T16:59:14.728Z Downloaded cfg-if v1.0.4
1902026-05-21T16:59:14.728Z Downloaded array-init v0.0.4
1912026-05-21T16:59:14.731Z Downloaded bb8 v0.8.6
1922026-05-21T16:59:14.731Z Downloaded derive_more v2.1.1
1932026-05-21T16:59:14.737Z Downloaded cpufeatures v0.2.17
1942026-05-21T16:59:14.740Z Downloaded cstr-argument v0.1.2
1952026-05-21T16:59:14.740Z Downloaded colorchoice v1.0.4
1962026-05-21T16:59:14.740Z Downloaded defmt-parser v1.0.0
1972026-05-21T16:59:14.743Z Downloaded crc8 v0.1.1
1982026-05-21T16:59:14.743Z Downloaded convert_case v0.4.0
1992026-05-21T16:59:14.743Z Downloaded cast v0.3.0
2002026-05-21T16:59:14.743Z Downloaded base16ct v0.2.0
2012026-05-21T16:59:14.745Z Downloaded assert_matches v1.5.0
2022026-05-21T16:59:14.746Z Downloaded compression-core v0.4.31
2032026-05-21T16:59:14.746Z Downloaded cargo-platform v0.2.0
2042026-05-21T16:59:14.748Z Downloaded bit-set v0.5.3
2052026-05-21T16:59:14.749Z Downloaded atomicwrites v0.4.4
2062026-05-21T16:59:14.749Z Downloaded atty v0.2.14
2072026-05-21T16:59:14.749Z Downloaded bit-set v0.8.0
2082026-05-21T16:59:14.755Z Downloaded dof v0.4.0
2092026-05-21T16:59:14.758Z Downloaded document-features v0.2.12
2102026-05-21T16:59:14.758Z Downloaded dof v0.3.0
2112026-05-21T16:59:14.758Z Downloaded data-encoding v2.10.0
2122026-05-21T16:59:14.760Z Downloaded camino-tempfile-ext v0.3.3
2132026-05-21T16:59:14.760Z Downloaded camino-tempfile v1.4.1
2142026-05-21T16:59:14.763Z Downloaded bytecount v0.6.9
2152026-05-21T16:59:14.763Z Downloaded cargo_metadata v0.21.0
2162026-05-21T16:59:14.766Z Downloaded cargo_metadata v0.19.2
2172026-05-21T16:59:14.766Z Downloaded byteorder v1.5.0
2182026-05-21T16:59:14.769Z Downloaded defmt v0.3.100
2192026-05-21T16:59:14.769Z Downloaded downcast-rs v2.0.2
2202026-05-21T16:59:14.769Z Downloaded diesel_table_macro_syntax v0.3.0
2212026-05-21T16:59:14.772Z Downloaded ciborium-ll v0.2.2
2222026-05-21T16:59:14.772Z Downloaded embedded-io v0.4.0
2232026-05-21T16:59:14.775Z Downloaded dyn-clone v1.0.20
2242026-05-21T16:59:14.775Z Downloaded dtrace-parser v0.3.0
2252026-05-21T16:59:14.775Z Downloaded darling_macro v0.23.0
2262026-05-21T16:59:14.775Z Downloaded bitfield v0.19.4
2272026-05-21T16:59:14.778Z Downloaded crucible-workspace-hack v0.1.0
2282026-05-21T16:59:14.778Z Downloaded darling_macro v0.21.3
2292026-05-21T16:59:14.778Z Downloaded cexpr v0.6.0
2302026-05-21T16:59:14.780Z Downloaded dtrace-parser v0.2.0
2312026-05-21T16:59:14.781Z Downloaded dirs-sys-next v0.1.2
2322026-05-21T16:59:14.781Z Downloaded display-error-chain v0.2.2
2332026-05-21T16:59:14.781Z Downloaded crypto-common v0.1.7
2342026-05-21T16:59:14.783Z Downloaded endian-type v0.1.2
2352026-05-21T16:59:14.783Z Downloaded embedded-io v0.6.1
2362026-05-21T16:59:14.786Z Downloaded enum-as-inner v0.6.1
2372026-05-21T16:59:14.789Z Downloaded env_filter v1.0.0
2382026-05-21T16:59:14.789Z Downloaded errno v0.3.14
2392026-05-21T16:59:14.792Z Downloaded cookie v0.18.1
2402026-05-21T16:59:14.792Z Downloaded escape8259 v0.5.3
2412026-05-21T16:59:14.795Z Downloaded compression-codecs v0.4.37
2422026-05-21T16:59:14.797Z Downloaded cpufeatures v0.3.0
2432026-05-21T16:59:14.797Z Downloaded cobs v0.3.0
2442026-05-21T16:59:14.800Z Downloaded arrayvec v0.7.6
2452026-05-21T16:59:14.804Z Downloaded buf-list v1.1.2
2462026-05-21T16:59:14.804Z Downloaded clap_lex v1.0.0
2472026-05-21T16:59:14.807Z Downloaded difflib v0.4.0
2482026-05-21T16:59:14.807Z Downloaded debug-ignore v1.0.5
2492026-05-21T16:59:14.807Z Downloaded equivalent v1.0.2
2502026-05-21T16:59:14.810Z Downloaded byte-wrapper v0.1.0
2512026-05-21T16:59:14.810Z Downloaded dsl_auto_type v0.2.0
2522026-05-21T16:59:14.810Z Downloaded dunce v1.0.5
2532026-05-21T16:59:14.814Z Downloaded displaydoc v0.2.5
2542026-05-21T16:59:14.816Z Downloaded crc-catalog v2.4.0
2552026-05-21T16:59:14.816Z Downloaded constant_time_eq v0.3.1
2562026-05-21T16:59:14.821Z Downloaded bcs v0.1.6
2572026-05-21T16:59:14.821Z Downloaded event-listener-strategy v0.5.4
2582026-05-21T16:59:14.825Z Downloaded flagset v0.4.7
2592026-05-21T16:59:14.825Z Downloaded fixedbitset v0.4.2
2602026-05-21T16:59:14.825Z Downloaded derive_builder_core v0.20.2
2612026-05-21T16:59:14.833Z Downloaded defmt v1.0.1
2622026-05-21T16:59:14.834Z Downloaded critical-section v1.2.0
2632026-05-21T16:59:14.841Z Downloaded convert_case v0.10.0
2642026-05-21T16:59:14.841Z Downloaded cargo-util-schemas v0.8.2
2652026-05-21T16:59:14.841Z Downloaded fnv v1.0.7
2662026-05-21T16:59:14.841Z Downloaded dropshot-api-manager-types v0.7.1
2672026-05-21T16:59:14.841Z Downloaded daft v0.1.7
2682026-05-21T16:59:14.841Z Downloaded ctr v0.9.2
2692026-05-21T16:59:14.841Z Downloaded const_format_proc_macros v0.2.34
2702026-05-21T16:59:14.841Z Downloaded concurrent-queue v2.5.0
2712026-05-21T16:59:14.846Z Downloaded base64ct v1.8.3
2722026-05-21T16:59:14.846Z Downloaded defmt-macros v1.0.1
2732026-05-21T16:59:14.847Z Downloaded float-ord v0.3.2
2742026-05-21T16:59:14.847Z Downloaded bitfield-struct v0.6.2
2752026-05-21T16:59:14.847Z Downloaded backon v1.6.0
2762026-05-21T16:59:14.851Z Downloaded foreign-types-shared v0.3.1
2772026-05-21T16:59:14.851Z Downloaded aes v0.8.4
2782026-05-21T16:59:14.851Z Downloaded float-cmp v0.10.0
2792026-05-21T16:59:14.851Z Downloaded foreign-types v0.5.0
2802026-05-21T16:59:14.851Z Downloaded futures-core v0.3.32
2812026-05-21T16:59:14.854Z Downloaded futures-io v0.3.32
2822026-05-21T16:59:14.854Z Downloaded generic-array v0.14.7
2832026-05-21T16:59:14.854Z Downloaded futures-sink v0.3.32
2842026-05-21T16:59:14.854Z Downloaded foreign-types-macros v0.2.3
2852026-05-21T16:59:14.854Z Downloaded foreign-types-shared v0.1.1
2862026-05-21T16:59:14.854Z Downloaded fallible-iterator v0.2.0
2872026-05-21T16:59:14.862Z Downloaded env_logger v0.11.9
2882026-05-21T16:59:14.862Z Downloaded fxhash v0.2.1
2892026-05-21T16:59:14.862Z Downloaded gethostname v0.5.0
2902026-05-21T16:59:14.872Z Downloaded globwalk v0.9.1
2912026-05-21T16:59:14.872Z Downloaded erased-serde v0.3.31
2922026-05-21T16:59:14.872Z Downloaded corncobs v0.1.4
2932026-05-21T16:59:14.872Z Downloaded futures-task v0.3.32
2942026-05-21T16:59:14.872Z Downloaded daft-derive v0.1.7
2952026-05-21T16:59:14.872Z Downloaded foreign-types v0.3.2
2962026-05-21T16:59:14.872Z Downloaded chacha20 v0.10.0
2972026-05-21T16:59:14.879Z Downloaded derive_more v0.99.20
2982026-05-21T16:59:14.879Z Downloaded derive-ex v0.1.8
2992026-05-21T16:59:14.879Z Downloaded csv-core v0.1.13
3002026-05-21T16:59:14.879Z Downloaded cfg-expr v0.20.6
3012026-05-21T16:59:14.879Z Downloaded ciborium v0.2.2
3022026-05-21T16:59:14.879Z Downloaded form_urlencoded v1.2.2
3032026-05-21T16:59:14.886Z Downloaded cbc v0.1.2
3042026-05-21T16:59:14.886Z Downloaded cancel-safe-futures v0.1.5
3052026-05-21T16:59:14.886Z Downloaded fixedbitset v0.5.7
3062026-05-21T16:59:14.886Z Downloaded ff v0.13.1
3072026-05-21T16:59:14.886Z Downloaded cargo_metadata v0.23.1
3082026-05-21T16:59:14.886Z Downloaded constant_time_eq v0.4.2
3092026-05-21T16:59:14.891Z Downloaded cipher v0.4.4
3102026-05-21T16:59:14.891Z Downloaded bitflags v1.3.2
3112026-05-21T16:59:14.891Z Downloaded hash32 v0.2.1
3122026-05-21T16:59:14.891Z Downloaded foldhash v0.1.5
3132026-05-21T16:59:14.892Z Downloaded foldhash v0.2.0
3142026-05-21T16:59:14.892Z Downloaded drift v0.1.4
3152026-05-21T16:59:14.896Z Downloaded ena v0.14.4
3162026-05-21T16:59:14.897Z Downloaded hash32 v0.3.1
3172026-05-21T16:59:14.902Z Downloaded cassowary v0.3.0
3182026-05-21T16:59:14.902Z Downloaded camino v1.2.2
3192026-05-21T16:59:14.902Z Downloaded guppy-workspace-hack v0.1.0
3202026-05-21T16:59:14.902Z Downloaded git-stub v1.0.0
3212026-05-21T16:59:14.902Z Downloaded ghash v0.5.1
3222026-05-21T16:59:14.908Z Downloaded async-lock v3.4.2
3232026-05-21T16:59:14.908Z Downloaded clang-sys v1.8.1
3242026-05-21T16:59:14.908Z Downloaded ecdsa v0.16.9
3252026-05-21T16:59:14.908Z Downloaded futures-timer v3.0.3
3262026-05-21T16:59:14.914Z Downloaded futures-macro v0.3.32
3272026-05-21T16:59:14.914Z Downloaded bzip2 v0.6.1
3282026-05-21T16:59:14.914Z Downloaded bzip2 v0.4.4
3292026-05-21T16:59:14.914Z Downloaded blake2b_simd v1.0.4
3302026-05-21T16:59:14.914Z Downloaded fastrand v2.3.0
3312026-05-21T16:59:14.914Z Downloaded digest v0.10.7
3322026-05-21T16:59:14.918Z Downloaded bitflags v2.11.0
3332026-05-21T16:59:14.918Z Downloaded find-msvc-tools v0.1.9
3342026-05-21T16:59:14.918Z Downloaded filetime v0.2.27
3352026-05-21T16:59:14.918Z Downloaded datatest-stable v0.3.3
3362026-05-21T16:59:14.922Z Downloaded darling v0.20.11
3372026-05-21T16:59:14.927Z Downloaded hex v0.4.3
3382026-05-21T16:59:14.927Z Downloaded des v0.8.1
3392026-05-21T16:59:14.927Z Downloaded crossbeam-utils v0.8.21
3402026-05-21T16:59:14.932Z Downloaded blake2 v0.10.6
3412026-05-21T16:59:14.932Z Downloaded cookie_store v0.22.1
3422026-05-21T16:59:14.932Z Downloaded group v0.13.0
3432026-05-21T16:59:14.935Z Downloaded globset v0.4.18
3442026-05-21T16:59:14.935Z Downloaded dropshot_endpoint v0.16.7
3452026-05-21T16:59:14.935Z Downloaded home v0.5.12
3462026-05-21T16:59:14.935Z Downloaded derive_builder v0.20.2
3472026-05-21T16:59:14.938Z Downloaded http-range v0.1.5
3482026-05-21T16:59:14.938Z Downloaded hex-literal v0.4.1
3492026-05-21T16:59:14.941Z Downloaded hostname v0.3.1
3502026-05-21T16:59:14.941Z Downloaded heck v0.5.0
3512026-05-21T16:59:14.941Z Downloaded heck v0.4.1
3522026-05-21T16:59:14.944Z Downloaded headers-core v0.3.0
3532026-05-21T16:59:14.944Z Downloaded crossbeam-epoch v0.9.18
3542026-05-21T16:59:14.944Z Downloaded http-body v1.0.1
3552026-05-21T16:59:14.944Z Downloaded darling v0.23.0
3562026-05-21T16:59:14.947Z Downloaded clap_builder v4.5.60
3572026-05-21T16:59:14.951Z Downloaded fs-err v3.3.0
3582026-05-21T16:59:14.954Z Downloaded futures-executor v0.3.32
3592026-05-21T16:59:14.954Z Downloaded hubpack_derive v0.1.1
3602026-05-21T16:59:14.957Z Downloaded hostname v0.4.2
3612026-05-21T16:59:14.957Z Downloaded funty v2.0.0
3622026-05-21T16:59:14.957Z Downloaded fs-err v2.11.0
3632026-05-21T16:59:14.960Z Downloaded bytes v1.11.1
3642026-05-21T16:59:14.960Z Downloaded chacha20poly1305 v0.10.1
3652026-05-21T16:59:14.963Z Downloaded hubpack v0.1.2
3662026-05-21T16:59:14.963Z Downloaded ident_case v1.0.1
3672026-05-21T16:59:14.963Z Downloaded console v0.15.11
3682026-05-21T16:59:14.966Z Downloaded illumos-nvpair-sys v0.2.0
3692026-05-21T16:59:14.966Z Downloaded indent_write v2.2.0
3702026-05-21T16:59:14.966Z Downloaded idna_adapter v1.2.1
3712026-05-21T16:59:14.970Z Downloaded colored v3.1.1
3722026-05-21T16:59:14.970Z Downloaded clap_derive v4.5.55
3732026-05-21T16:59:14.973Z Downloaded indoc v1.0.9
3742026-05-21T16:59:14.973Z Downloaded instant v0.1.13
3752026-05-21T16:59:14.973Z Downloaded inout v0.1.4
3762026-05-21T16:59:14.976Z Downloaded futures-channel v0.3.32
3772026-05-21T16:59:14.976Z Downloaded getrandom v0.2.17
3782026-05-21T16:59:14.979Z Downloaded async-compression v0.4.41
3792026-05-21T16:59:14.982Z Downloaded httpdate v1.0.3
3802026-05-21T16:59:14.982Z Downloaded is_ci v1.2.0
3812026-05-21T16:59:14.982Z Downloaded instability v0.3.11
3822026-05-21T16:59:14.985Z Downloaded const-oid v0.9.6
3832026-05-21T16:59:14.985Z Downloaded glob v0.3.3
3842026-05-21T16:59:14.988Z Downloaded deranged v0.5.8
3852026-05-21T16:59:14.989Z Downloaded crc-any v2.5.0
3862026-05-21T16:59:14.989Z Downloaded lazy_static v1.5.0
3872026-05-21T16:59:14.992Z Downloaded lalrpop-util v0.19.12
3882026-05-21T16:59:14.992Z Downloaded colored v2.2.0
3892026-05-21T16:59:14.992Z Downloaded criterion-plot v0.6.0
3902026-05-21T16:59:14.995Z Downloaded internet-checksum v0.2.1
3912026-05-21T16:59:14.995Z Downloaded erased-serde v0.4.9
3922026-05-21T16:59:14.995Z Downloaded either v1.15.0
3932026-05-21T16:59:14.998Z Downloaded itoa v1.0.17
3942026-05-21T16:59:14.998Z Downloaded is-terminal v0.4.17
3952026-05-21T16:59:14.998Z Downloaded ed25519 v2.2.3
3962026-05-21T16:59:15.001Z Downloaded ahash v0.8.12
3972026-05-21T16:59:15.001Z Downloaded derive-where v1.6.0
3982026-05-21T16:59:15.004Z Downloaded blowfish v0.9.1
3992026-05-21T16:59:15.004Z Downloaded kstat-rs v0.2.4
4002026-05-21T16:59:15.007Z Downloaded fatfs v0.3.6
4012026-05-21T16:59:15.007Z Downloaded fd-lock v4.0.4
4022026-05-21T16:59:15.010Z Downloaded hyper-staticfile v0.10.1
4032026-05-21T16:59:15.013Z Downloaded highway v1.3.0
4042026-05-21T16:59:15.017Z Downloaded libscf-sys v1.1.0
4052026-05-21T16:59:15.017Z Downloaded async-bb8-diesel v0.2.1
4062026-05-21T16:59:15.020Z Downloaded http-body-util v0.1.3
4072026-05-21T16:59:15.023Z Downloaded fs_extra v1.3.0
4082026-05-21T16:59:15.026Z Downloaded hyper-tls v0.6.0
4092026-05-21T16:59:15.028Z Downloaded humantime v2.3.0
4102026-05-21T16:59:15.036Z Downloaded linked-hash-map v0.5.6
4112026-05-21T16:59:15.039Z Downloaded impl-trait-for-tuples v0.2.3
4122026-05-21T16:59:15.039Z Downloaded managed v0.8.0
4132026-05-21T16:59:15.042Z Downloaded linkme-impl v0.3.35
4142026-05-21T16:59:15.042Z Downloaded md5 v0.7.0
4152026-05-21T16:59:15.042Z Downloaded ingot-types v0.1.2
4162026-05-21T16:59:15.042Z Downloaded elliptic-curve v0.13.8
4172026-05-21T16:59:15.046Z Downloaded hmac v0.12.1
4182026-05-21T16:59:15.046Z Downloaded getrandom v0.4.1
4192026-05-21T16:59:15.049Z Downloaded getrandom v0.3.4
4202026-05-21T16:59:15.052Z Downloaded dropshot_endpoint v0.17.0
4212026-05-21T16:59:15.055Z Downloaded memmap v0.7.0
4222026-05-21T16:59:15.055Z Downloaded match_cfg v0.1.0
4232026-05-21T16:59:15.055Z Downloaded maplit v1.0.2
4242026-05-21T16:59:15.055Z Downloaded illumos-nvpair v0.3.0
4252026-05-21T16:59:15.055Z Downloaded indoc v2.0.7
4262026-05-21T16:59:15.058Z Downloaded arc-swap v1.8.2
4272026-05-21T16:59:15.061Z Downloaded event-listener v5.4.1
4282026-05-21T16:59:15.061Z Downloaded md-5 v0.10.6
4292026-05-21T16:59:15.064Z Downloaded clap v4.5.60
4302026-05-21T16:59:15.067Z Downloaded newtype_derive v0.1.6
4312026-05-21T16:59:15.070Z Downloaded half v1.8.3
4322026-05-21T16:59:15.070Z Downloaded is_terminal_polyfill v1.70.2
4332026-05-21T16:59:15.072Z Downloaded ingot v0.1.1
4342026-05-21T16:59:15.072Z Downloaded keccak v0.1.6
4352026-05-21T16:59:15.073Z Downloaded iana-time-zone v0.1.65
4362026-05-21T16:59:15.077Z Downloaded libsw-core v0.3.2
4372026-05-21T16:59:15.077Z Downloaded libsw v3.5.0
4382026-05-21T16:59:15.079Z Downloaded memoffset v0.9.1
4392026-05-21T16:59:15.079Z Downloaded macaddr v1.0.1
4402026-05-21T16:59:15.079Z Downloaded lzss v0.8.2
4412026-05-21T16:59:15.079Z Downloaded nibble_vec v0.1.0
4422026-05-21T16:59:15.082Z Downloaded multimap v0.10.1
4432026-05-21T16:59:15.083Z Downloaded mime v0.3.17
4442026-05-21T16:59:15.083Z Downloaded newtype-uuid-macros v0.1.0
4452026-05-21T16:59:15.086Z Downloaded nodrop v0.1.14
4462026-05-21T16:59:15.086Z Downloaded lru-cache v0.1.2
4472026-05-21T16:59:15.086Z Downloaded ipnetwork v0.21.1
4482026-05-21T16:59:15.089Z Downloaded num-conv v0.2.0
4492026-05-21T16:59:15.089Z Downloaded num v0.4.3
4502026-05-21T16:59:15.089Z Downloaded libefi-sys v0.1.0
4512026-05-21T16:59:15.089Z Downloaded nonempty v0.12.0
4522026-05-21T16:59:15.092Z Downloaded console v0.16.2
4532026-05-21T16:59:15.092Z Downloaded darling_core v0.21.3
4542026-05-21T16:59:15.095Z Downloaded hickory-client v0.25.2
4552026-05-21T16:59:15.098Z Downloaded knuffel-derive v3.2.0
4562026-05-21T16:59:15.098Z Downloaded ipnet v2.11.0
4572026-05-21T16:59:15.098Z Downloaded hyper-rustls v0.27.7
4582026-05-21T16:59:15.101Z Downloaded jobserver v0.1.34
4592026-05-21T16:59:15.101Z Downloaded bumpalo v3.20.2
4602026-05-21T16:59:15.105Z Downloaded newline-converter v0.3.0
4612026-05-21T16:59:15.105Z Downloaded new_debug_unreachable v1.0.6
4622026-05-21T16:59:15.105Z Downloaded normalize-line-endings v0.3.0
4632026-05-21T16:59:15.105Z Downloaded miette-derive v5.10.0
4642026-05-21T16:59:15.109Z Downloaded base64 v0.21.7
4652026-05-21T16:59:15.109Z Downloaded lru v0.12.5
4662026-05-21T16:59:15.112Z Downloaded git-stub-vcs v0.1.0
4672026-05-21T16:59:15.112Z Downloaded compact_str v0.8.1
4682026-05-21T16:59:15.112Z Downloaded httptest v0.16.4
4692026-05-21T16:59:15.115Z Downloaded futures v0.3.32
4702026-05-21T16:59:15.117Z Downloaded crossbeam-channel v0.5.15
4712026-05-21T16:59:15.120Z Downloaded maybe-uninit v2.0.0
4722026-05-21T16:59:15.120Z Downloaded darling v0.21.3
4732026-05-21T16:59:15.124Z Downloaded mime_guess v2.0.5
4742026-05-21T16:59:15.124Z Downloaded linkme v0.3.35
4752026-05-21T16:59:15.126Z Downloaded num-iter v0.1.45
4762026-05-21T16:59:15.127Z Downloaded base64 v0.22.1
4772026-05-21T16:59:15.129Z Downloaded cc v1.2.56
4782026-05-21T16:59:15.134Z Downloaded chumsky v0.9.3
4792026-05-21T16:59:15.134Z Downloaded lock_api v0.4.14
4802026-05-21T16:59:15.137Z Downloaded openssl-probe v0.1.6
4812026-05-21T16:59:15.137Z Downloaded opaque-debug v0.3.1
4822026-05-21T16:59:15.137Z Downloaded num_enum_derive v0.5.11
4832026-05-21T16:59:15.137Z Downloaded httparse v1.10.1
4842026-05-21T16:59:15.140Z Downloaded num-derive v0.3.3
4852026-05-21T16:59:15.140Z Downloaded fancy-regex v0.14.0
4862026-05-21T16:59:15.143Z Downloaded newtype-uuid v1.3.2
4872026-05-21T16:59:15.143Z Downloaded native-tls v0.2.18
4882026-05-21T16:59:15.146Z Downloaded libtest-mimic v0.8.1
4892026-05-21T16:59:15.146Z Downloaded num_threads v0.1.7
4902026-05-21T16:59:15.146Z Downloaded backtrace v0.3.76
4912026-05-21T16:59:15.148Z Downloaded ordered-float v2.10.1
4922026-05-21T16:59:15.151Z Downloaded openssl-probe v0.2.1
4932026-05-21T16:59:15.154Z Downloaded half v2.7.1
4942026-05-21T16:59:15.154Z Downloaded oso-derive v0.27.3
4952026-05-21T16:59:15.157Z Downloaded ingot-macros v0.1.1
4962026-05-21T16:59:15.157Z Downloaded icu_properties v2.1.2
4972026-05-21T16:59:15.160Z Downloaded lru-slab v0.1.2
4982026-05-21T16:59:15.160Z Downloaded dropshot-api-manager v0.7.1
4992026-05-21T16:59:15.163Z Downloaded olpc-cjson v0.1.4
5002026-05-21T16:59:15.167Z Downloaded heapless v0.8.0
5012026-05-21T16:59:15.170Z Downloaded ignore v0.4.25
5022026-05-21T16:59:15.173Z Downloaded flume v0.11.1
5032026-05-21T16:59:15.175Z Downloaded num-complex v0.4.6
5042026-05-21T16:59:15.178Z Downloaded nested v0.1.1
5052026-05-21T16:59:15.182Z Downloaded parking v2.2.1
5062026-05-21T16:59:15.185Z Downloaded packed_struct_codegen v0.10.1
5072026-05-21T16:59:15.188Z Downloaded parse-size v1.1.0
5082026-05-21T16:59:15.191Z Downloaded crypto-bigint v0.5.5
5092026-05-21T16:59:15.193Z Downloaded nanorand v0.7.0
5102026-05-21T16:59:15.196Z Downloaded peg-runtime v0.8.5
5112026-05-21T16:59:15.196Z Downloaded path-slash v0.1.5
5122026-05-21T16:59:15.196Z Downloaded num_enum v0.5.11
5132026-05-21T16:59:15.198Z Downloaded litrs v1.0.0
5142026-05-21T16:59:15.201Z Downloaded num_enum_derive v0.7.5
5152026-05-21T16:59:15.201Z Downloaded nu-ansi-term v0.50.3
5162026-05-21T16:59:15.204Z Downloaded linear-map v1.2.0
5172026-05-21T16:59:15.204Z Downloaded pbkdf2 v0.11.0
5182026-05-21T16:59:15.206Z Downloaded pathdiff v0.2.3
5192026-05-21T16:59:15.206Z Downloaded openssl-macros v0.1.1
5202026-05-21T16:59:15.206Z Downloaded pbkdf2 v0.12.2
5212026-05-21T16:59:15.209Z Downloaded expectorate v1.2.0
5222026-05-21T16:59:15.209Z Downloaded percent-encoding v2.3.2
5232026-05-21T16:59:15.212Z Downloaded ar_archive_writer v0.5.1
5242026-05-21T16:59:15.212Z Downloaded litemap v0.8.1
5252026-05-21T16:59:15.215Z Downloaded libbz2-rs-sys v0.2.2
5262026-05-21T16:59:15.215Z Downloaded num-rational v0.4.2
5272026-05-21T16:59:15.218Z Downloaded libloading v0.8.9
5282026-05-21T16:59:15.220Z Downloaded icu_provider v2.1.1
5292026-05-21T16:59:15.223Z Downloaded oorandom v11.1.5
5302026-05-21T16:59:15.223Z Downloaded owo-colors v3.5.0
5312026-05-21T16:59:15.225Z Downloaded num-integer v0.1.46
5322026-05-21T16:59:15.228Z Downloaded num-derive v0.4.2
5332026-05-21T16:59:15.228Z Downloaded owo-colors v4.3.0
5342026-05-21T16:59:15.231Z Downloaded plotters-svg v0.3.7
5352026-05-21T16:59:15.231Z Downloaded plain v0.2.3
5362026-05-21T16:59:15.231Z Downloaded num_enum v0.7.5
5372026-05-21T16:59:15.235Z Downloaded memmap2 v0.9.10
5382026-05-21T16:59:15.238Z Downloaded oxnet v0.1.4
5392026-05-21T16:59:15.238Z Downloaded headers v0.4.1
5402026-05-21T16:59:15.241Z Downloaded heapless v0.7.17
5412026-05-21T16:59:15.243Z Downloaded phf_shared v0.13.1
5422026-05-21T16:59:15.246Z Downloaded aho-corasick v1.1.4
5432026-05-21T16:59:15.249Z Downloaded phf_shared v0.12.1
5442026-05-21T16:59:15.249Z Downloaded icu_normalizer_data v2.1.1
5452026-05-21T16:59:15.252Z Downloaded pin-utils v0.1.0
5462026-05-21T16:59:15.252Z Downloaded parse-display v0.10.0
5472026-05-21T16:59:15.254Z Downloaded multer v3.1.0
5482026-05-21T16:59:15.254Z Downloaded parking_lot_core v0.8.6
5492026-05-21T16:59:15.257Z Downloaded icu_normalizer v2.1.1
5502026-05-21T16:59:15.260Z Downloaded potential_utf v0.1.4
5512026-05-21T16:59:15.260Z Downloaded powerfmt v0.2.0
5522026-05-21T16:59:15.260Z Downloaded precomputed-hash v0.1.1
5532026-05-21T16:59:15.260Z Downloaded hickory-resolver v0.25.2
5542026-05-21T16:59:15.263Z Downloaded indexmap v1.9.3
5552026-05-21T16:59:15.266Z Downloaded hickory-resolver v0.24.4
5562026-05-21T16:59:15.269Z Downloaded pem v3.0.6
5572026-05-21T16:59:15.269Z Downloaded paste v1.0.15
5582026-05-21T16:59:15.272Z Downloaded predicates-tree v1.0.13
5592026-05-21T16:59:15.272Z Downloaded password-hash v0.5.0
5602026-05-21T16:59:15.272Z Downloaded password-hash v0.4.2
5612026-05-21T16:59:15.274Z Downloaded icu_locale_core v2.1.1
5622026-05-21T16:59:15.280Z Downloaded once_cell v1.21.3
5632026-05-21T16:59:15.280Z Downloaded plotters-backend v0.3.7
5642026-05-21T16:59:15.280Z Downloaded pretty-hex v0.4.1
5652026-05-21T16:59:15.280Z Downloaded proc-macro-error-attr v1.0.4
5662026-05-21T16:59:15.284Z Downloaded proc-macro-crate v3.4.0
5672026-05-21T16:59:15.284Z Downloaded proc-macro-crate v1.3.1
5682026-05-21T16:59:15.291Z Downloaded pem-rfc7468 v0.7.0
5692026-05-21T16:59:15.294Z Downloaded peg-macros v0.8.5
5702026-05-21T16:59:15.296Z Downloaded peg v0.8.5
5712026-05-21T16:59:15.296Z Downloaded partial-io v0.5.4
5722026-05-21T16:59:15.299Z Downloaded parse-display-derive v0.10.0
5732026-05-21T16:59:15.302Z Downloaded progenitor-client v0.14.0
5742026-05-21T16:59:15.302Z Downloaded progenitor-client v0.11.2
5752026-05-21T16:59:15.305Z Downloaded progenitor-client v0.10.0
5762026-05-21T16:59:15.305Z Downloaded log v0.4.29
5772026-05-21T16:59:15.305Z Downloaded derive_more-impl v2.1.1
5782026-05-21T16:59:15.308Z Downloaded progenitor-macro v0.13.0
5792026-05-21T16:59:15.311Z Downloaded proc-macro-error-attr2 v2.0.0
5802026-05-21T16:59:15.315Z Downloaded flate2 v1.1.9
5812026-05-21T16:59:15.319Z Downloaded num-traits v0.2.19
5822026-05-21T16:59:15.322Z Downloaded phf_shared v0.11.3
5832026-05-21T16:59:15.322Z Downloaded phf v0.13.1
5842026-05-21T16:59:15.324Z Downloaded phf v0.12.1
5852026-05-21T16:59:15.325Z Downloaded pin-project-lite v0.2.17
5862026-05-21T16:59:15.327Z Downloaded predicates v3.1.4
5872026-05-21T16:59:15.330Z Downloaded parking_lot_core v0.9.12
5882026-05-21T16:59:15.330Z Downloaded parking_lot v0.12.5
5892026-05-21T16:59:15.333Z Downloaded quick-error v1.2.3
5902026-05-21T16:59:15.333Z Downloaded progenitor-macro v0.11.2
5912026-05-21T16:59:15.336Z Downloaded progenitor-macro v0.10.0
5922026-05-21T16:59:15.336Z Downloaded progenitor-macro v0.14.0
5932026-05-21T16:59:15.336Z Downloaded parking_lot v0.11.2
5942026-05-21T16:59:15.338Z Downloaded psl-types v2.0.11
5952026-05-21T16:59:15.338Z Downloaded oxide-tokio-rt v0.1.4
5962026-05-21T16:59:15.341Z Downloaded jiff-static v0.2.21
5972026-05-21T16:59:15.341Z Downloaded pest_derive v2.8.6
5982026-05-21T16:59:15.344Z Downloaded criterion v0.7.0
5992026-05-21T16:59:15.347Z Downloaded pkg-config v0.3.32
6002026-05-21T16:59:15.350Z Downloaded der v0.7.10
6012026-05-21T16:59:15.352Z Downloaded aes-gcm v0.10.3
6022026-05-21T16:59:15.355Z Downloaded recursive-proc-macro-impl v0.1.1
6032026-05-21T16:59:15.355Z Downloaded recursive v0.1.1
6042026-05-21T16:59:15.362Z Downloaded pkcs8 v0.10.2
6052026-05-21T16:59:15.365Z Downloaded polyval v0.6.2
6062026-05-21T16:59:15.368Z Downloaded radium v0.7.0
6072026-05-21T16:59:15.368Z Downloaded packed_struct v0.10.1
6082026-05-21T16:59:15.368Z Downloaded pkcs5 v0.7.1
6092026-05-21T16:59:15.370Z Downloaded pkcs1 v0.7.5
6102026-05-21T16:59:15.373Z Downloaded poly1305 v0.8.0
6112026-05-21T16:59:15.373Z Downloaded progenitor-client v0.13.0
6122026-05-21T16:59:15.376Z Downloaded predicates-core v1.0.10
6132026-05-21T16:59:15.376Z Downloaded ref-cast v1.0.25
6142026-05-21T16:59:15.376Z Downloaded ppv-lite86 v0.2.21
6152026-05-21T16:59:15.379Z Downloaded path-tree v0.8.3
6162026-05-21T16:59:15.379Z Downloaded postgres-protocol v0.6.10
6172026-05-21T16:59:15.381Z Downloaded ref-cast-impl v1.0.25
6182026-05-21T16:59:15.381Z Downloaded p256 v0.13.2
6192026-05-21T16:59:15.384Z Downloaded rand_chacha v0.3.1
6202026-05-21T16:59:15.384Z Downloaded postgres-types v0.2.12
6212026-05-21T16:59:15.387Z Downloaded primeorder v0.13.6
6222026-05-21T16:59:15.387Z Downloaded ed25519-dalek v2.2.0
6232026-05-21T16:59:15.390Z Downloaded postcard v1.1.3
6242026-05-21T16:59:15.392Z Downloaded icu_collections v2.1.1
6252026-05-21T16:59:15.395Z Downloaded proc-macro-error v1.0.4
6262026-05-21T16:59:15.398Z Downloaded hashbrown v0.13.2
6272026-05-21T16:59:15.401Z Downloaded hashbrown v0.12.3
6282026-05-21T16:59:15.401Z Downloaded indicatif v0.18.4
6292026-05-21T16:59:15.404Z Downloaded r2d2 v0.8.10
6302026-05-21T16:59:15.406Z Downloaded diesel_derives v2.3.7
6312026-05-21T16:59:15.409Z Downloaded progenitor-extras v0.2.0
6322026-05-21T16:59:15.412Z Downloaded progenitor v0.14.0
6332026-05-21T16:59:15.412Z Downloaded pest_generator v2.8.6
6342026-05-21T16:59:15.414Z Downloaded progenitor v0.13.0
6352026-05-21T16:59:15.414Z Downloaded progenitor v0.11.2
6362026-05-21T16:59:15.414Z Downloaded rfc6979 v0.4.0
6372026-05-21T16:59:15.417Z Downloaded rand_xorshift v0.4.0
6382026-05-21T16:59:15.417Z Downloaded rand_chacha v0.9.0
6392026-05-21T16:59:15.417Z Downloaded rand_core v0.10.0
6402026-05-21T16:59:15.420Z Downloaded rand_core v0.9.5
6412026-05-21T16:59:15.420Z Downloaded progenitor v0.10.0
6422026-05-21T16:59:15.420Z Downloaded russh-cryptovec v0.7.3
6432026-05-21T16:59:15.422Z Downloaded rand_core v0.6.4
6442026-05-21T16:59:15.422Z Downloaded rustc_version v0.1.7
6452026-05-21T16:59:15.422Z Downloaded rustc-hash v2.1.1
6462026-05-21T16:59:15.425Z Downloaded rustc_version v0.4.1
6472026-05-21T16:59:15.425Z Downloaded pin-project-internal v1.1.11
6482026-05-21T16:59:15.425Z Downloaded miniz_oxide v0.8.9
6492026-05-21T16:59:15.428Z Downloaded proc-macro-error2 v2.0.1
6502026-05-21T16:59:15.436Z Downloaded knuffel v3.2.0
6512026-05-21T16:59:15.440Z Downloaded papergrid v0.17.0
6522026-05-21T16:59:15.443Z Downloaded openssl-sys v0.9.115
6532026-05-21T16:59:15.446Z Downloaded papergrid v0.11.0
6542026-05-21T16:59:15.468Z Downloaded resolv-conf v0.7.6
6552026-05-21T16:59:15.471Z Downloaded relative-path v1.9.3
6562026-05-21T16:59:15.474Z Downloaded memchr v2.8.0
6572026-05-21T16:59:15.476Z Downloaded rtoolbox v0.0.3
6582026-05-21T16:59:15.479Z Downloaded rand_seeder v0.4.0
6592026-05-21T16:59:15.479Z Downloaded quote v1.0.45
6602026-05-21T16:59:15.482Z Downloaded scopeguard v1.2.0
6612026-05-21T16:59:15.484Z Downloaded same-file v1.0.6
6622026-05-21T16:59:15.484Z Downloaded salsa20 v0.10.2
6632026-05-21T16:59:15.484Z Downloaded itertools v0.10.5
6642026-05-21T16:59:15.488Z Downloaded quinn-udp v0.5.14
6652026-05-21T16:59:15.490Z Downloaded pest_meta v2.8.6
6662026-05-21T16:59:15.493Z Downloaded pin-project v1.1.11
6672026-05-21T16:59:15.497Z Downloaded serde-big-array v0.5.1
6682026-05-21T16:59:15.500Z Downloaded scheduled-thread-pool v0.2.7
6692026-05-21T16:59:15.500Z Downloaded sapling-renderdag v0.1.0
6702026-05-21T16:59:15.502Z Downloaded secrecy v0.8.0
6712026-05-21T16:59:15.502Z Downloaded scrypt v0.11.0
6722026-05-21T16:59:15.502Z Downloaded psm v0.1.30
6732026-05-21T16:59:15.505Z Downloaded scroll_derive v0.12.1
6742026-05-21T16:59:15.505Z Downloaded rustls-pemfile v1.0.4
6752026-05-21T16:59:15.508Z Downloaded seq-macro v0.3.6
6762026-05-21T16:59:15.508Z Downloaded miette v5.10.0
6772026-05-21T16:59:15.511Z Downloaded semver v0.1.20
6782026-05-21T16:59:15.513Z Downloaded secrecy v0.10.3
6792026-05-21T16:59:15.513Z Downloaded oso v0.27.3
6802026-05-21T16:59:15.516Z Downloaded progenitor-impl v0.14.0
6812026-05-21T16:59:15.516Z Downloaded progenitor-impl v0.13.0
6822026-05-21T16:59:15.519Z Downloaded crossterm v0.29.0
6832026-05-21T16:59:15.523Z Downloaded serde_urlencoded v0.7.1
6842026-05-21T16:59:15.526Z Downloaded minimal-lexical v0.2.1
6852026-05-21T16:59:15.529Z Downloaded omicron-zone-package v0.12.2
6862026-05-21T16:59:15.531Z Downloaded rusty-fork v0.3.1
6872026-05-21T16:59:15.531Z Downloaded serde_spanned v1.0.4
6882026-05-21T16:59:15.531Z Downloaded rust-argon2 v2.1.0
6892026-05-21T16:59:15.534Z Downloaded serde-value v0.7.0
6902026-05-21T16:59:15.534Z Downloaded hashbrown v0.16.1
6912026-05-21T16:59:15.537Z Downloaded serde_plain v1.0.2
6922026-05-21T16:59:15.539Z Downloaded serde_bytes v0.11.19
6932026-05-21T16:59:15.539Z Downloaded indexmap v2.14.0
6942026-05-21T16:59:15.542Z Downloaded guppy v0.17.25
6952026-05-21T16:59:15.545Z Downloaded prefix-trie v0.7.0
6962026-05-21T16:59:15.548Z Downloaded rustc-demangle v0.1.27
6972026-05-21T16:59:15.550Z Downloaded http v1.4.0
6982026-05-21T16:59:15.553Z Downloaded serde_spanned v0.6.9
6992026-05-21T16:59:15.553Z Downloaded serde_regex v1.1.0
7002026-05-21T16:59:15.553Z Downloaded rustversion v1.0.22
7012026-05-21T16:59:15.556Z Downloaded rustls-pemfile v2.2.0
7022026-05-21T16:59:15.556Z Downloaded rustls-native-certs v0.8.3
7032026-05-21T16:59:15.559Z Downloaded serde_repr v0.1.20
7042026-05-21T16:59:15.559Z Downloaded crossterm v0.28.1
7052026-05-21T16:59:15.565Z Downloaded prettyplease v0.2.37
7062026-05-21T16:59:15.571Z Downloaded russh-keys v0.45.0
7072026-05-21T16:59:15.574Z Downloaded serde-untagged v0.1.9
7082026-05-21T16:59:15.574Z Downloaded serde-hex v0.1.0
7092026-05-21T16:59:15.577Z Downloaded sigpipe v0.1.3
7102026-05-21T16:59:15.577Z Downloaded shell-words v1.1.1
7112026-05-21T16:59:15.577Z Downloaded signature v2.2.0
7122026-05-21T16:59:15.579Z Downloaded signal-hook-tokio v0.3.1
7132026-05-21T16:59:15.579Z Downloaded sec1 v0.7.3
7142026-05-21T16:59:15.582Z Downloaded sct v0.7.1
7152026-05-21T16:59:15.582Z Downloaded signal-hook-mio v0.2.5
7162026-05-21T16:59:15.585Z Downloaded scroll v0.12.0
7172026-05-21T16:59:15.589Z Downloaded progenitor-impl v0.11.2
7182026-05-21T16:59:15.592Z Downloaded proc-macro2 v1.0.106
7192026-05-21T16:59:15.595Z Downloaded sha1 v0.10.6
7202026-05-21T16:59:15.598Z Downloaded serde_tokenstream v0.2.3
7212026-05-21T16:59:15.598Z Downloaded progenitor-impl v0.10.0
7222026-05-21T16:59:15.598Z Downloaded siphasher v1.0.2
7232026-05-21T16:59:15.602Z Downloaded scroll_derive v0.13.1
7242026-05-21T16:59:15.604Z Downloaded nom v7.1.3
7252026-05-21T16:59:15.607Z Downloaded rcgen v0.12.1
7262026-05-21T16:59:15.610Z Downloaded scroll v0.13.0
7272026-05-21T16:59:15.610Z Downloaded schemars_derive v0.8.22
7282026-05-21T16:59:15.612Z Downloaded hickory-server v0.25.2
7292026-05-21T16:59:15.615Z Downloaded idna v1.1.0
7302026-05-21T16:59:15.618Z Downloaded hashbrown v0.14.5
7312026-05-21T16:59:15.621Z Downloaded sha2 v0.10.9
7322026-05-21T16:59:15.623Z Downloaded similar-asserts v1.7.0
7332026-05-21T16:59:15.626Z Downloaded slog-envlogger v2.2.0
7342026-05-21T16:59:15.628Z Downloaded itertools v0.12.1
7352026-05-21T16:59:15.632Z Downloaded sqlparser_derive v0.5.0
7362026-05-21T16:59:15.634Z Downloaded signal-hook-registry v1.4.8
7372026-05-21T16:59:15.634Z Downloaded serde_path_to_error v0.1.20
7382026-05-21T16:59:15.637Z Downloaded hyper-util v0.1.20
7392026-05-21T16:59:15.640Z Downloaded iri-string v0.7.10
7402026-05-21T16:59:15.642Z Downloaded rstest v0.25.0
7412026-05-21T16:59:15.646Z Downloaded ssh-cipher v0.2.0
7422026-05-21T16:59:15.649Z Downloaded ssh-encoding v0.2.0
7432026-05-21T16:59:15.649Z Downloaded smawk v0.3.2
7442026-05-21T16:59:15.652Z Downloaded strip-ansi-escapes v0.2.1
7452026-05-21T16:59:15.652Z Downloaded chrono v0.4.44
7462026-05-21T16:59:15.655Z Downloaded serde_derive_internals v0.29.1
7472026-05-21T16:59:15.658Z Downloaded rayon-core v1.13.0
7482026-05-21T16:59:15.661Z Downloaded hyper v1.8.1
7492026-05-21T16:59:15.664Z Downloaded simd-adler32 v0.3.8
7502026-05-21T16:59:15.667Z Downloaded serde_cbor v0.11.2
7512026-05-21T16:59:15.669Z Downloaded slog-bunyan v2.5.0
7522026-05-21T16:59:15.669Z Downloaded slog-async v2.8.0
7532026-05-21T16:59:15.670Z Downloaded slab v0.4.12
7542026-05-21T16:59:15.672Z Downloaded num-bigint v0.4.6
7552026-05-21T16:59:15.675Z Downloaded slog-json v2.6.1
7562026-05-21T16:59:15.675Z Downloaded publicsuffix v2.3.0
7572026-05-21T16:59:15.678Z Downloaded bitvec v1.0.1
7582026-05-21T16:59:15.685Z Downloaded subtle v2.6.1
7592026-05-21T16:59:15.688Z Downloaded stable_deref_trait v1.2.1
7602026-05-21T16:59:15.688Z Downloaded slog-scope v4.4.1
7612026-05-21T16:59:15.688Z Downloaded swrite v0.1.0
7622026-05-21T16:59:15.691Z Downloaded supports-color v3.0.2
7632026-05-21T16:59:15.691Z Downloaded hashbrown v0.15.5
7642026-05-21T16:59:15.693Z Downloaded sync_wrapper v1.0.2
7652026-05-21T16:59:15.693Z Downloaded itertools v0.13.0
7662026-05-21T16:59:15.697Z Downloaded itertools v0.14.0
7672026-05-21T16:59:15.701Z Downloaded tabled_derive v0.11.0
7682026-05-21T16:59:15.704Z Downloaded tap v1.0.1
7692026-05-21T16:59:15.704Z Downloaded blake3 v1.8.3
7702026-05-21T16:59:15.709Z Downloaded rstest_macros v0.25.0
7712026-05-21T16:59:15.711Z Downloaded sqlformat v0.3.5
7722026-05-21T16:59:15.716Z Downloaded target-triple v1.0.0
7732026-05-21T16:59:15.716Z Downloaded stringprep v0.1.5
7742026-05-21T16:59:15.716Z Downloaded rand v0.8.6
7752026-05-21T16:59:15.719Z Downloaded structmeta-derive v0.3.0
7762026-05-21T16:59:15.719Z Downloaded mio v1.2.0
7772026-05-21T16:59:15.721Z Downloaded sync-ptr v0.1.4
7782026-05-21T16:59:15.721Z Downloaded stringmetrics v2.2.2
7792026-05-21T16:59:15.724Z Downloaded semver v1.0.28
7802026-05-21T16:59:15.724Z Downloaded bstr v1.12.1
7812026-05-21T16:59:15.730Z Downloaded smallvec v0.6.14
7822026-05-21T16:59:15.732Z Downloaded strum_macros v0.27.2
7832026-05-21T16:59:15.732Z Downloaded pretty_assertions v1.4.1
7842026-05-21T16:59:15.735Z Downloaded terminal_size v0.4.3
7852026-05-21T16:59:15.735Z Downloaded terminal_size v0.1.17
7862026-05-21T16:59:15.738Z Downloaded strum v0.27.2
7872026-05-21T16:59:15.738Z Downloaded slog-stdlog v4.1.1
7882026-05-21T16:59:15.738Z Downloaded strum v0.26.3
7892026-05-21T16:59:15.738Z Downloaded structmeta v0.3.0
7902026-05-21T16:59:15.741Z Downloaded strsim v0.11.1
7912026-05-21T16:59:15.741Z Downloaded iddqd v0.4.1
7922026-05-21T16:59:15.744Z Downloaded take_mut v0.2.2
7932026-05-21T16:59:15.747Z Downloaded tagptr v0.2.0
7942026-05-21T16:59:15.747Z Downloaded smf v0.2.3
7952026-05-21T16:59:15.747Z Downloaded testing_table v0.3.0
7962026-05-21T16:59:15.750Z Downloaded supports-hyperlinks v2.1.0
7972026-05-21T16:59:15.750Z Downloaded support-bundle-viewer v0.1.2
7982026-05-21T16:59:15.750Z Downloaded smallvec v1.15.1
7992026-05-21T16:59:15.752Z Downloaded libxml v0.3.3
8002026-05-21T16:59:15.755Z Downloaded rand_distr v0.5.1
8012026-05-21T16:59:15.758Z Downloaded pest v2.8.6
8022026-05-21T16:59:15.760Z Downloaded thiserror-impl-no-std v2.0.2
8032026-05-21T16:59:15.764Z Downloaded aws-lc-rs v1.16.3
8042026-05-21T16:59:15.767Z Downloaded static_assertions v1.1.0
8052026-05-21T16:59:15.770Z Downloaded thread-id v4.2.2
8062026-05-21T16:59:15.770Z Downloaded termtree v0.5.1
8072026-05-21T16:59:15.772Z Downloaded target-spec v3.5.7
8082026-05-21T16:59:15.772Z Downloaded thread-id v5.1.0
8092026-05-21T16:59:15.772Z Downloaded spki v0.7.3
8102026-05-21T16:59:15.775Z Downloaded snafu-derive v0.8.9
8112026-05-21T16:59:15.775Z Downloaded tokio-macros v2.7.0
8122026-05-21T16:59:15.778Z Downloaded tinyvec_macros v0.1.1
8132026-05-21T16:59:15.778Z Downloaded schemars v0.9.0
8142026-05-21T16:59:15.783Z Downloaded string_cache v0.8.9
8152026-05-21T16:59:15.786Z Downloaded ryu v1.0.23
8162026-05-21T16:59:15.788Z Downloaded strum_macros v0.26.4
8172026-05-21T16:59:15.789Z Downloaded serde_yaml v0.9.34+deprecated
8182026-05-21T16:59:15.791Z Downloaded rustls-pki-types v1.14.0
8192026-05-21T16:59:15.794Z Downloaded tabwriter v1.4.1
8202026-05-21T16:59:15.794Z Downloaded tabled_derive v0.7.0
8212026-05-21T16:59:15.794Z Downloaded ron v0.8.1
8222026-05-21T16:59:15.797Z Downloaded termios v0.3.3
8232026-05-21T16:59:15.800Z Downloaded termcolor v1.4.1
8242026-05-21T16:59:15.800Z Downloaded strum_macros v0.24.3
8252026-05-21T16:59:15.802Z Downloaded similar v2.7.0
8262026-05-21T16:59:15.805Z Downloaded quinn v0.11.9
8272026-05-21T16:59:15.808Z Downloaded tokio-test v0.4.5
8282026-05-21T16:59:15.808Z Downloaded rustls-webpki v0.103.9
8292026-05-21T16:59:15.811Z Downloaded icu_properties_data v2.1.2
8302026-05-21T16:59:15.814Z Downloaded slog-dtrace v0.3.0
8312026-05-21T16:59:15.817Z Downloaded serde_derive v1.0.228
8322026-05-21T16:59:15.819Z Downloaded toml_datetime v0.6.11
8332026-05-21T16:59:15.820Z Downloaded supports-unicode v2.1.0
8342026-05-21T16:59:15.820Z Downloaded samael v0.0.19
8352026-05-21T16:59:15.823Z Downloaded schemars v1.2.1
8362026-05-21T16:59:15.832Z Downloaded toml_write v0.1.2
8372026-05-21T16:59:15.835Z Downloaded thiserror v2.0.18
8382026-05-21T16:59:15.838Z Downloaded socket2 v0.6.3
8392026-05-21T16:59:15.841Z Downloaded target-lexicon v0.13.3
8402026-05-21T16:59:15.841Z Downloaded time-core v0.1.8
8412026-05-21T16:59:15.841Z Downloaded thread_local v1.1.9
8422026-05-21T16:59:15.844Z Downloaded time-macros v0.2.27
8432026-05-21T16:59:15.844Z Downloaded tinystr v0.8.2
8442026-05-21T16:59:15.844Z Downloaded futures-util v0.3.32
8452026-05-21T16:59:15.851Z Downloaded tower-service v0.3.3
8462026-05-21T16:59:15.854Z Downloaded rustls-platform-verifier v0.6.2
8472026-05-21T16:59:15.857Z Downloaded spin v0.9.8
8482026-05-21T16:59:15.857Z Downloaded topological-sort v0.2.2
8492026-05-21T16:59:15.857Z Downloaded signal-hook v0.3.18
8502026-05-21T16:59:15.859Z Downloaded serde v1.0.228
8512026-05-21T16:59:15.862Z Downloaded tiny-keccak v2.0.2
8522026-05-21T16:59:15.864Z Downloaded synstructure v0.13.2
8532026-05-21T16:59:15.865Z Downloaded h2 v0.4.13
8542026-05-21T16:59:15.867Z Downloaded thiserror v1.0.69
8552026-05-21T16:59:15.870Z Downloaded tokio-native-tls v0.3.1
8562026-05-21T16:59:15.872Z Downloaded tokio-rustls v0.25.0
8572026-05-21T16:59:15.873Z Downloaded schemars v0.8.22
8582026-05-21T16:59:15.881Z Downloaded unarray v0.1.4
8592026-05-21T16:59:15.883Z Downloaded subprocess v0.2.15
8602026-05-21T16:59:15.886Z Downloaded typify-macro v0.4.3
8612026-05-21T16:59:15.886Z Downloaded thiserror-impl v2.0.18
8622026-05-21T16:59:15.886Z Downloaded unicode-linebreak v0.1.5
8632026-05-21T16:59:15.890Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8642026-05-21T16:59:15.890Z Downloaded qorb v0.4.1
8652026-05-21T16:59:15.892Z Downloaded unicode-truncate v1.1.0
8662026-05-21T16:59:15.892Z Downloaded thiserror-impl v1.0.69
8672026-05-21T16:59:15.895Z Downloaded socket2 v0.5.10
8682026-05-21T16:59:15.895Z Downloaded typeid v1.0.3
8692026-05-21T16:59:15.895Z Downloaded thiserror-no-std v2.0.2
8702026-05-21T16:59:15.899Z Downloaded toml_datetime v1.0.0+spec-1.1.0
8712026-05-21T16:59:15.902Z Downloaded slog v2.8.2
8722026-05-21T16:59:15.902Z Downloaded try-lock v0.2.5
8732026-05-21T16:59:15.902Z Downloaded trait-variant v0.1.2
8742026-05-21T16:59:15.905Z Downloaded unit-prefix v0.5.2
8752026-05-21T16:59:15.905Z Downloaded universal-hash v0.5.1
8762026-05-21T16:59:15.905Z Downloaded tower-layer v0.3.3
8772026-05-21T16:59:15.905Z Downloaded rsa v0.9.10
8782026-05-21T16:59:15.908Z Downloaded hkdf v0.12.4
8792026-05-21T16:59:15.912Z Downloaded tokio-dtrace v0.1.1
8802026-05-21T16:59:15.912Z Downloaded tinytemplate v1.2.1
8812026-05-21T16:59:15.917Z Downloaded rand v0.10.0
8822026-05-21T16:59:15.917Z Downloaded tls_codec v0.4.2
8832026-05-21T16:59:15.920Z Downloaded term v1.2.1
8842026-05-21T16:59:15.920Z Downloaded tls_codec_derive v0.4.2
8852026-05-21T16:59:15.920Z Downloaded hashbrown v0.17.0
8862026-05-21T16:59:15.924Z Downloaded usdt-attr-macro v0.6.0
8872026-05-21T16:59:15.924Z Downloaded usdt v0.5.0
8882026-05-21T16:59:15.927Z Downloaded tokio-tungstenite v0.21.0
8892026-05-21T16:59:15.927Z Downloaded tokio-tungstenite v0.23.1
8902026-05-21T16:59:15.927Z Downloaded bindgen v0.71.1
8912026-05-21T16:59:15.930Z Downloaded untrusted v0.7.1
8922026-05-21T16:59:15.936Z Downloaded unicode-xid v0.2.6
8932026-05-21T16:59:15.936Z Downloaded stacker v0.1.23
8942026-05-21T16:59:15.938Z Downloaded rand v0.9.2
8952026-05-21T16:59:15.938Z Downloaded tempfile v3.25.0
8962026-05-21T16:59:15.938Z Downloaded slog-term v2.9.2
8972026-05-21T16:59:15.941Z Downloaded toml v0.8.23
8982026-05-21T16:59:15.941Z Downloaded typify-macro v0.6.2
8992026-05-21T16:59:15.944Z Downloaded term v0.7.0
9002026-05-21T16:59:15.946Z Downloaded tokio-rustls v0.26.4
9012026-05-21T16:59:15.946Z Downloaded untrusted v0.9.0
9022026-05-21T16:59:15.946Z Downloaded usdt-attr-macro v0.5.0
9032026-05-21T16:59:15.949Z Downloaded toml_writer v1.0.6+spec-1.1.0
9042026-05-21T16:59:15.949Z Downloaded git2 v0.20.4
9052026-05-21T16:59:15.953Z Downloaded usdt-macro v0.5.0
9062026-05-21T16:59:15.957Z Downloaded unicase v2.9.0
9072026-05-21T16:59:15.957Z Downloaded serde_core v1.0.228
9082026-05-21T16:59:15.959Z Downloaded void v1.0.2
9092026-05-21T16:59:15.959Z Downloaded supports-color v2.1.0
9102026-05-21T16:59:15.959Z Downloaded shlex v1.3.0
9112026-05-21T16:59:15.960Z Downloaded serde_with_macros v3.17.0
9122026-05-21T16:59:15.962Z Downloaded textwrap v0.15.2
9132026-05-21T16:59:15.962Z Downloaded utf8_iter v1.0.4
9142026-05-21T16:59:15.965Z Downloaded utf8parse v0.2.2
9152026-05-21T16:59:15.965Z Downloaded utf-8 v0.7.6
9162026-05-21T16:59:15.968Z Downloaded version_check v0.9.5
9172026-05-21T16:59:15.968Z Downloaded toml_parser v1.0.9+spec-1.1.0
9182026-05-21T16:59:15.973Z Downloaded tar v0.4.45
9192026-05-21T16:59:15.975Z Downloaded tinyvec v1.10.0
9202026-05-21T16:59:15.978Z Downloaded tokio-stream v0.1.18
9212026-05-21T16:59:15.981Z Downloaded tui-tree-widget v0.23.1
9222026-05-21T16:59:15.984Z Downloaded usdt-impl v0.5.0
9232026-05-21T16:59:15.987Z Downloaded waitgroup v0.1.2
9242026-05-21T16:59:15.989Z Downloaded yoke-derive v0.8.1
9252026-05-21T16:59:15.989Z Downloaded xshell-macros v0.2.7
9262026-05-21T16:59:15.992Z Downloaded usdt-impl v0.6.0
9272026-05-21T16:59:15.995Z Downloaded want v0.3.1
9282026-05-21T16:59:15.995Z Downloaded wait-timeout v0.2.1
9292026-05-21T16:59:15.995Z Downloaded num-bigint-dig v0.8.6
9302026-05-21T16:59:15.998Z Downloaded twox-hash v2.1.2
9312026-05-21T16:59:16.004Z Downloaded tokio-rustls v0.24.1
9322026-05-21T16:59:16.007Z Downloaded usdt-macro v0.6.0
9332026-05-21T16:59:16.010Z Downloaded zerofrom-derive v0.1.6
9342026-05-21T16:59:16.013Z Downloaded xattr v1.6.1
9352026-05-21T16:59:16.016Z Downloaded zeroize_derive v1.4.3
9362026-05-21T16:59:16.016Z Downloaded zerofrom v0.1.6
9372026-05-21T16:59:16.021Z Downloaded snafu v0.8.9
9382026-05-21T16:59:16.024Z Downloaded uzers v0.12.2
9392026-05-21T16:59:16.027Z Downloaded vergen-lib v0.1.6
9402026-05-21T16:59:16.027Z Downloaded vergen-gitcl v1.0.8
9412026-05-21T16:59:16.030Z Downloaded vergen-git2 v1.0.7
9422026-05-21T16:59:16.030Z Downloaded goblin v0.8.2
9432026-05-21T16:59:16.033Z Downloaded zone_cfg_derive v0.3.1
9442026-05-21T16:59:16.035Z Downloaded usdt v0.6.0
9452026-05-21T16:59:16.035Z Downloaded test-strategy v0.4.5
9462026-05-21T16:59:16.041Z Downloaded russh v0.45.0
9472026-05-21T16:59:16.046Z Downloaded textwrap v0.16.2
9482026-05-21T16:59:16.048Z Downloaded zone v0.3.1
9492026-05-21T16:59:16.055Z Downloaded trybuild v1.0.116
9502026-05-21T16:59:16.057Z Downloaded tracing-core v0.1.36
9512026-05-21T16:59:16.060Z Downloaded typify v0.4.3
9522026-05-21T16:59:16.063Z Downloaded tracing-attributes v0.1.31
9532026-05-21T16:59:16.065Z Downloaded writeable v0.6.2
9542026-05-21T16:59:16.065Z Downloaded whoami v2.1.0
9552026-05-21T16:59:16.068Z Downloaded lalrpop v0.19.12
9562026-05-21T16:59:16.073Z Downloaded vsss-rs v3.3.4
9572026-05-21T16:59:16.075Z Downloaded unicode-properties v0.1.4
9582026-05-21T16:59:16.078Z Downloaded ucd-trie v0.1.7
9592026-05-21T16:59:16.078Z Downloaded reedline v0.40.0
9602026-05-21T16:59:16.081Z Downloaded xshell v0.2.7
9612026-05-21T16:59:16.083Z Downloaded walkdir v2.5.0
9622026-05-21T16:59:16.083Z Downloaded libm v0.2.16
9632026-05-21T16:59:16.088Z Downloaded zeroize v1.8.2
9642026-05-21T16:59:16.091Z Downloaded unicode-ident v1.0.24
9652026-05-21T16:59:16.091Z Downloaded toml v1.0.6+spec-1.1.0
9662026-05-21T16:59:17.096Z Downloaded yoke v0.8.1
9672026-05-21T16:59:17.100Z Downloaded wyz v0.5.1
9682026-05-21T16:59:17.100Z Downloaded whoami v1.6.1
9692026-05-21T16:59:17.100Z Downloaded zmij v1.0.21
9702026-05-21T16:59:17.100Z Downloaded vergen v9.0.6
9712026-05-21T16:59:17.100Z Downloaded toml v0.9.12+spec-1.1.0
9722026-05-21T16:59:17.100Z Downloaded toml v0.7.8
9732026-05-21T16:59:17.100Z Downloaded portable-atomic v1.13.1
9742026-05-21T16:59:17.101Z Downloaded unsafe-libyaml v0.2.11
9752026-05-21T16:59:17.101Z Downloaded ssh-key v0.6.7
9762026-05-21T16:59:17.101Z Downloaded rustyline v14.0.0
9772026-05-21T16:59:17.101Z Downloaded rpassword v7.4.0
9782026-05-21T16:59:17.101Z Downloaded zerocopy-derive v0.7.35
9792026-05-21T16:59:17.101Z Downloaded zstd-safe v7.2.4
9802026-05-21T16:59:17.101Z Downloaded regex v1.12.3
9812026-05-21T16:59:17.101Z Downloaded rayon v1.11.0
9822026-05-21T16:59:17.101Z Downloaded typify v0.6.2
9832026-05-21T16:59:17.101Z Downloaded plotters v0.3.7
9842026-05-21T16:59:17.101Z Downloaded zerovec-derive v0.11.2
9852026-05-21T16:59:17.101Z Downloaded reqwest v0.13.2
9862026-05-21T16:59:17.101Z Downloaded unicode-bidi v0.3.18
9872026-05-21T16:59:17.101Z Downloaded tungstenite v0.21.0
9882026-05-21T16:59:17.101Z Downloaded reqwest v0.12.28
9892026-05-21T16:59:17.101Z Downloaded toml_edit v0.22.27
9902026-05-21T16:59:17.101Z Downloaded vte v0.14.1
9912026-05-21T16:59:17.101Z Downloaded gimli v0.32.3
9922026-05-21T16:59:17.101Z Downloaded yasna v0.5.2
9932026-05-21T16:59:17.101Z Downloaded quick-xml v0.37.5
9942026-05-21T16:59:17.101Z Downloaded p521 v0.13.3
9952026-05-21T16:59:17.101Z Downloaded zstd v0.13.3
9962026-05-21T16:59:17.101Z Downloaded toml_edit v0.23.10+spec-1.0.0
9972026-05-21T16:59:17.101Z Downloaded tokio-postgres v0.7.16
9982026-05-21T16:59:17.101Z Downloaded zerocopy v0.6.6
9992026-05-21T16:59:17.101Z Downloaded steno v0.4.1
10002026-05-21T16:59:17.101Z Downloaded toml_edit v0.19.15
10012026-05-21T16:59:17.101Z Downloaded tungstenite v0.23.0
10022026-05-21T16:59:17.101Z Downloaded url v2.5.8
10032026-05-21T16:59:17.101Z Downloaded typenum v1.19.0
10042026-05-21T16:59:17.101Z Downloaded p384 v0.13.1
10052026-05-21T16:59:17.101Z Downloaded zip v0.6.6
10062026-05-21T16:59:17.101Z Downloaded salty v0.3.0
10072026-05-21T16:59:17.101Z Downloaded zopfli v0.8.3
10082026-05-21T16:59:17.101Z Downloaded typed-path v0.9.3
10092026-05-21T16:59:17.101Z Downloaded rustls-webpki v0.102.8
10102026-05-21T16:59:17.101Z Downloaded zerocopy-derive v0.8.40
10112026-05-21T16:59:17.101Z Downloaded x509-cert v0.2.5
10122026-05-21T16:59:17.101Z Downloaded unicode_categories v0.1.1
10132026-05-21T16:59:17.102Z Downloaded nix v0.27.1
10142026-05-21T16:59:17.102Z Downloaded goblin v0.10.5
10152026-05-21T16:59:17.102Z Downloaded unicode-segmentation v1.12.0
10162026-05-21T16:59:17.102Z Downloaded zerotrie v0.2.3
10172026-05-21T16:59:17.102Z Downloaded tower-http v0.6.8
10182026-05-21T16:59:17.102Z Downloaded dropshot v0.16.7
10192026-05-21T16:59:17.102Z Downloaded uuid v1.23.0
10202026-05-21T16:59:17.102Z Downloaded serde_json v1.0.149
10212026-05-21T16:59:17.102Z Downloaded moka v0.12.13
10222026-05-21T16:59:17.102Z Downloaded yansi v1.0.1
10232026-05-21T16:59:17.102Z Downloaded dropshot v0.17.0
10242026-05-21T16:59:17.102Z Downloaded tower v0.5.3
10252026-05-21T16:59:17.102Z Downloaded nix v0.28.0
10262026-05-21T16:59:17.102Z Downloaded rustls-webpki v0.101.7
10272026-05-21T16:59:17.102Z Downloaded polar-core v0.27.3
10282026-05-21T16:59:17.102Z Downloaded zerovec v0.11.5
10292026-05-21T16:59:17.102Z Downloaded tabled v0.15.0
10302026-05-21T16:59:17.102Z Downloaded openssl v0.10.79
10312026-05-21T16:59:17.102Z Downloaded zerocopy v0.7.35
10322026-05-21T16:59:17.102Z Downloaded winnow v0.5.40
10332026-05-21T16:59:17.102Z Downloaded syn v1.0.109
10342026-05-21T16:59:17.102Z Downloaded winnow v0.7.14
10352026-05-21T16:59:17.102Z Downloaded time v0.3.47
10362026-05-21T16:59:17.102Z Downloaded winnow v0.6.26
10372026-05-21T16:59:17.102Z Downloaded openapiv3 v2.2.0
10382026-05-21T16:59:17.102Z Downloaded zip v4.6.1
10392026-05-21T16:59:17.102Z Downloaded unicode-normalization v0.1.25
10402026-05-21T16:59:17.102Z Downloaded regress v0.10.5
10412026-05-21T16:59:17.102Z Downloaded tough v0.22.0
10422026-05-21T16:59:17.102Z Downloaded tokio-util v0.7.18
10432026-05-21T16:59:17.102Z Downloaded zlib-rs v0.6.2
10442026-05-21T16:59:17.102Z Downloaded object v0.30.4
10452026-05-21T16:59:17.102Z Downloaded vcpkg v0.2.15
10462026-05-21T16:59:17.102Z Downloaded unicode-width v0.1.14
10472026-05-21T16:59:17.102Z Downloaded rustix v0.38.44
10482026-05-21T16:59:17.102Z Downloaded radix_trie v0.2.1
10492026-05-21T16:59:17.102Z Downloaded regex-syntax v0.8.10
10502026-05-21T16:59:17.102Z Downloaded serde_with v3.17.0
10512026-05-21T16:59:17.102Z Downloaded proptest v1.10.0
10522026-05-21T16:59:17.103Z Downloaded sqlparser v0.61.0
10532026-05-21T16:59:17.103Z Downloaded petname v2.0.2
10542026-05-21T16:59:17.103Z Downloaded bzip2-sys v0.1.13+1.0.8
10552026-05-21T16:59:17.103Z Downloaded regex-syntax v0.6.29
10562026-05-21T16:59:17.103Z Downloaded quinn-proto v0.11.13
10572026-05-21T16:59:17.103Z Downloaded typify-impl v0.4.3
10582026-05-21T16:59:17.103Z Downloaded hickory-proto v0.24.4
10592026-05-21T16:59:17.103Z Downloaded nix v0.31.2
10602026-05-21T16:59:17.103Z Downloaded tabled v0.20.0
10612026-05-21T16:59:17.103Z Downloaded rustls v0.21.12
10622026-05-21T16:59:17.103Z Downloaded regex-automata v0.4.14
10632026-05-21T16:59:17.103Z Downloaded nix v0.29.0
10642026-05-21T16:59:17.103Z Downloaded curve25519-dalek v4.1.3
10652026-05-21T16:59:17.103Z Downloaded smoltcp v0.9.1
10662026-05-21T16:59:17.103Z Downloaded petgraph v0.8.3
10672026-05-21T16:59:17.106Z Downloaded object v0.37.3
10682026-05-21T16:59:17.106Z Downloaded diesel v2.3.7
10692026-05-21T16:59:17.106Z Downloaded webpki-roots v1.0.6
10702026-05-21T16:59:17.106Z Downloaded rustls v0.22.4
10712026-05-21T16:59:17.106Z Downloaded syn v2.0.117
10722026-05-21T16:59:17.106Z Downloaded regress v0.11.1
10732026-05-21T16:59:17.106Z Downloaded hickory-proto v0.25.2
10742026-05-21T16:59:17.106Z Downloaded httpmock v0.8.3
10752026-05-21T16:59:17.106Z Downloaded zerocopy v0.8.40
10762026-05-21T16:59:17.106Z Downloaded unicode-width v0.2.0
10772026-05-21T16:59:17.106Z Downloaded smoltcp v0.11.0
10782026-05-21T16:59:17.106Z Downloaded rustls v0.23.37
10792026-05-21T16:59:17.106Z Downloaded rustix v1.1.3
10802026-05-21T16:59:17.106Z Downloaded tracing v0.1.44
10812026-05-21T16:59:17.106Z Downloaded typify-impl v0.6.2
10822026-05-21T16:59:17.106Z Downloaded sled v0.34.7
10832026-05-21T16:59:17.107Z Downloaded ratatui v0.29.0
10842026-05-21T16:59:17.107Z Downloaded zerocopy-derive v0.6.6
10852026-05-21T16:59:17.126Z Downloaded petgraph v0.6.5
10862026-05-21T16:59:17.138Z Downloaded jiff v0.2.21
10872026-05-21T16:59:17.161Z Downloaded chrono-tz v0.10.4
10882026-05-21T16:59:17.178Z Downloaded libc v0.2.185
10892026-05-21T16:59:17.198Z Downloaded csv v1.4.0
10902026-05-21T16:59:17.223Z Downloaded libz-sys v1.1.24
10912026-05-21T16:59:17.256Z Downloaded sha3 v0.10.8
10922026-05-21T16:59:17.259Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10932026-05-21T16:59:17.273Z Downloaded tokio v1.52.1
10942026-05-21T16:59:17.320Z Downloaded aws-lc-sys v0.40.0
10952026-05-21T16:59:17.490Z Downloaded encoding_rs v0.8.35
10962026-05-21T16:59:17.522Z Downloaded ring v0.17.14
10972026-05-21T16:59:17.558Z Downloaded libgit2-sys v0.18.3+1.9.2
10982026-05-21T16:59:17.868Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10992026-05-21T16:59:22.495Z Startup: Refreshing catalog 'helios' ... Done
11002026-05-21T16:59:22.553Z Startup: Caching catalogs ... Done
11012026-05-21T16:59:22.758ZPlanning: Solver setup ... Done (0.172s)
11022026-05-21T16:59:22.774ZPlanning: Running solver ... Done (0.016s)
11032026-05-21T16:59:22.780ZPlanning: Finding local manifests ... Done (0.003s)
11042026-05-21T16:59:22.791ZPlanning: Fetching manifests: 0/2 0% complete
11052026-05-21T16:59:22.813ZPlanning: Fetching manifests: 2/2 100% complete
11062026-05-21T16:59:22.827ZPlanning: Package planning ... Done (0.014s)
11072026-05-21T16:59:22.829ZPlanning: Merging actions ... Done (0.001s)
11082026-05-21T16:59:23.021ZPlanning: Checking for conflicting actions ... Done (0.191s)
11092026-05-21T16:59:23.024ZPlanning: Consolidating action changes ... Done (0.001s)
11102026-05-21T16:59:23.903ZPlanning: Evaluating mediators ... Done (0.882s)
11112026-05-21T16:59:23.906ZPlanning: Planning completed in 1.33 seconds
11122026-05-21T16:59:23.914Z Packages to install: 2
11132026-05-21T16:59:23.914Z Estimated space available: 155.71 GB
11142026-05-21T16:59:23.917ZEstimated space to be consumed: 19.75 MB
11152026-05-21T16:59:23.917Z Create boot environment: No
11162026-05-21T16:59:23.917ZCreate backup boot environment: No
11172026-05-21T16:59:23.917Z Rebuild boot archive: No
11182026-05-21T16:59:23.917Z
11192026-05-21T16:59:23.917ZChanged packages:
11202026-05-21T16:59:23.918Zhelios
11212026-05-21T16:59:23.918Z developer/build-essential
11222026-05-21T16:59:23.918Z None -> 11-3.0
11232026-05-21T16:59:23.918Z library/libxmlsec1
11242026-05-21T16:59:23.918Z None -> 1.2.35-3.0
11252026-05-21T16:59:23.938Z
11262026-05-21T16:59:23.938ZDownload: 0/214 items 0.0/1.3MB 0% complete
11272026-05-21T16:59:24.532ZDownload: Completed 1.28 MB in 0.59 seconds (2.2M/s)
11282026-05-21T16:59:24.629Z Actions: 1/268 actions (Installing new actions)
11292026-05-21T16:59:24.669Z Actions: Completed 268 actions in 0.04 seconds.
11302026-05-21T16:59:24.676ZFinalize: Updating package state database ... Done (0.007s)
11312026-05-21T16:59:24.676ZFinalize: Updating package cache ... Done (0.000s)
11322026-05-21T16:59:24.693ZFinalize: Updating image state ... Done (0.015s)
11332026-05-21T16:59:27.267ZFinalize: Creating fast lookup database ... Done (2.554s)
11342026-05-21T16:59:27.344ZFinalize: Reading search index ... Done (0.012s)
11352026-05-21T16:59:27.347ZFinalize: Updating search index ... Done (0.000s)
11362026-05-21T16:59:27.429ZFinalize: Updating package cache ... Done (0.000s)
11372026-05-21T16:59:27.719ZPlanning: Evaluating mediator changes ... Done
11382026-05-21T16:59:27.821ZPlanning: Checking for conflicting actions ... Done
11392026-05-21T16:59:27.824ZPlanning: Consolidating action changes ... Done
11402026-05-21T16:59:27.978ZPlanning: Evaluating mediators ... Done
11412026-05-21T16:59:27.981ZPlanning: Planning completed in 0.26 seconds
11422026-05-21T16:59:28.002Z Mediators to change: 2
11432026-05-21T16:59:28.002Z Create boot environment: No
11442026-05-21T16:59:28.002ZCreate backup boot environment: No
11452026-05-21T16:59:28.071ZFinalize: Updating package state database ... Done
11462026-05-21T16:59:28.071ZFinalize: Updating package cache ... Done
11472026-05-21T16:59:28.081ZFinalize: Updating image state ... Done
11482026-05-21T16:59:30.023ZFinalize: Creating fast lookup database ... Done
11492026-05-21T16:59:30.088ZFinalize: Reading search index ... Done
11502026-05-21T16:59:30.092ZFinalize: Updating search index ... Done
11512026-05-21T16:59:30.170ZFinalize: Updating package cache ... Done
11522026-05-21T16:59:30.454ZPlanning: Evaluating mediator changes ... Done
11532026-05-21T16:59:30.558ZPlanning: Checking for conflicting actions ... Done
11542026-05-21T16:59:30.561ZPlanning: Consolidating action changes ... Done
11552026-05-21T16:59:30.717ZPlanning: Evaluating mediators ... Done
11562026-05-21T16:59:30.721ZPlanning: Planning completed in 0.26 seconds
11572026-05-21T16:59:30.741Z Mediators to change: 1
11582026-05-21T16:59:30.741Z Create boot environment: No
11592026-05-21T16:59:30.741ZCreate backup boot environment: No
11602026-05-21T16:59:30.809ZFinalize: Updating package state database ... Done
11612026-05-21T16:59:30.809ZFinalize: Updating package cache ... Done
11622026-05-21T16:59:30.820ZFinalize: Updating image state ... Done
11632026-05-21T16:59:32.731ZFinalize: Creating fast lookup database ... Done
11642026-05-21T16:59:32.794ZFinalize: Reading search index ... Done
11652026-05-21T16:59:32.797ZFinalize: Updating search index ... Done
11662026-05-21T16:59:32.865ZFinalize: Updating package cache ... Done
11672026-05-21T16:59:33.177ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11682026-05-21T16:59:33.177Zapache system 2.4 system
11692026-05-21T16:59:33.177Zclang system 15 system
11702026-05-21T16:59:33.177Zcsh system system illumos
11712026-05-21T16:59:33.177Zctags system system illumos
11722026-05-21T16:59:33.177Zfile vendor vendor darwinsys
11732026-05-21T16:59:33.177Zfile system system illumos
11742026-05-21T16:59:33.177Zgcc vendor 14 vendor
11752026-05-21T16:59:33.177Zgcc system 13 system
11762026-05-21T16:59:33.177Zgcc system 10 system
11772026-05-21T16:59:33.177Zgo system 1.25 system
11782026-05-21T16:59:33.177Zllvm system 15 system
11792026-05-21T16:59:33.177Zmariadb system 11.4 system
11802026-05-21T16:59:33.177Zmta vendor vendor dma
11812026-05-21T16:59:33.177Zopenjdk system 17 system
11822026-05-21T16:59:33.177Zopenjdk system 11 system
11832026-05-21T16:59:33.177Zopenssl vendor 3 vendor
11842026-05-21T16:59:33.177Zperl system 5.40 system
11852026-05-21T16:59:33.177Zpostgresql system 18 system
11862026-05-21T16:59:33.177Zpostgresql system 17 system
11872026-05-21T16:59:33.177Zpython vendor 3 vendor
11882026-05-21T16:59:33.177Zpython system 2 system
11892026-05-21T16:59:33.177Zpython3 vendor 3.13 vendor
11902026-05-21T16:59:33.177Zruby system 3.4 system
11912026-05-21T16:59:33.177Zruby system 3.0 system
11922026-05-21T16:59:33.177Zwords vendor vendor american-english
11932026-05-21T16:59:33.177Zwords system system australian-english
11942026-05-21T16:59:33.177Zwords system system british-english
11952026-05-21T16:59:33.177Zwords system system canadian-english
11962026-05-21T16:59:33.177Zwords system system french
11972026-05-21T16:59:33.178Zwords system system italian
11982026-05-21T16:59:33.178Zwords system system ngerman
11992026-05-21T16:59:33.178Zwords system system ogerman
12002026-05-21T16:59:33.178Zwords system system spanish
12012026-05-21T16:59:33.430ZPUBLISHER TYPE STATUS P LOCATION
12022026-05-21T16:59:33.430Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12032026-05-21T16:59:33.692ZFMRI IFO
12042026-05-21T16:59:33.692Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12052026-05-21T16:59:33.692Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12062026-05-21T16:59:33.692Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12072026-05-21T16:59:33.692Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12082026-05-21T16:59:33.692Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12092026-05-21T16:59:33.692Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12102026-05-21T16:59:33.692Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12112026-05-21T16:59:33.693Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12122026-05-21T16:59:33.693Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12132026-05-21T16:59:34.259Z Downloading crates ...
12142026-05-21T16:59:34.314Z Downloaded cargo_toml v0.21.0
12152026-05-21T16:59:34.360Z Compiling proc-macro2 v1.0.106
12162026-05-21T16:59:34.360Z Compiling quote v1.0.45
12172026-05-21T16:59:34.363Z Compiling unicode-ident v1.0.24
12182026-05-21T16:59:34.363Z Compiling serde_core v1.0.228
12192026-05-21T16:59:34.363Z Compiling libc v0.2.185
12202026-05-21T16:59:34.363Z Compiling version_check v0.9.5
12212026-05-21T16:59:34.363Z Compiling serde v1.0.228
12222026-05-21T16:59:34.363Z Compiling memchr v2.8.0
12232026-05-21T16:59:34.363Z Compiling stable_deref_trait v1.2.1
12242026-05-21T16:59:34.445Z Compiling zmij v1.0.21
12252026-05-21T16:59:34.448Z Compiling autocfg v1.5.0
12262026-05-21T16:59:34.448Z Compiling ucd-trie v0.1.7
12272026-05-21T16:59:34.448Z Compiling itoa v1.0.17
12282026-05-21T16:59:34.448Z Compiling thiserror v1.0.69
12292026-05-21T16:59:34.448Z Compiling litemap v0.8.1
12302026-05-21T16:59:34.619Z Compiling writeable v0.6.2
12312026-05-21T16:59:34.669Z Compiling byteorder v1.5.0
12322026-05-21T16:59:34.755Z Compiling icu_properties_data v2.1.2
12332026-05-21T16:59:34.792Z Compiling rustix v1.1.3
12342026-05-21T16:59:34.920Z Compiling icu_normalizer_data v2.1.1
12352026-05-21T16:59:34.923Z Compiling bitflags v2.11.0
12362026-05-21T16:59:34.966Z Compiling serde_json v1.0.149
12372026-05-21T16:59:34.984Z Compiling pest v2.8.6
12382026-05-21T16:59:35.032Z Compiling num-traits v0.2.19
12392026-05-21T16:59:35.106Z Compiling hashbrown v0.17.0
12402026-05-21T16:59:35.166Z Compiling equivalent v1.0.2
12412026-05-21T16:59:35.212Z Compiling typeid v1.0.3
12422026-05-21T16:59:35.236Z Compiling smallvec v1.15.1
12432026-05-21T16:59:35.259Z Compiling proc-macro-error-attr v1.0.4
12442026-05-21T16:59:35.303Z Compiling usdt-impl v0.5.0
12452026-05-21T16:59:35.314Z Compiling syn v1.0.109
12462026-05-21T16:59:35.338Z Compiling winnow v0.7.14
12472026-05-21T16:59:35.357Z Compiling erased-serde v0.4.9
12482026-05-21T16:59:35.445Z Compiling errno v0.3.14
12492026-05-21T16:59:35.465Z Compiling thread-id v4.2.2
12502026-05-21T16:59:35.492Z Compiling toml_write v0.1.2
12512026-05-21T16:59:35.546Z Compiling proc-macro-error v1.0.4
12522026-05-21T16:59:35.558Z Compiling plain v0.2.3
12532026-05-21T16:59:35.616Z Compiling indexmap v2.14.0
12542026-05-21T16:59:35.700Z Compiling thiserror v2.0.18
12552026-05-21T16:59:35.712Z Compiling camino v1.2.2
12562026-05-21T16:59:35.712Z Compiling utf8parse v0.2.2
12572026-05-21T16:59:35.731Z Compiling log v0.4.29
12582026-05-21T16:59:35.734Z Compiling utf8_iter v1.0.4
12592026-05-21T16:59:35.734Z Compiling getrandom v0.4.1
12602026-05-21T16:59:35.763Z Compiling percent-encoding v2.3.2
12612026-05-21T16:59:35.833Z Compiling anstyle-parse v0.2.7
12622026-05-21T16:59:35.958Z Compiling syn v2.0.117
12632026-05-21T16:59:35.990Z Compiling form_urlencoded v1.2.2
12642026-05-21T16:59:36.130Z Compiling pest_meta v2.8.6
12652026-05-21T16:59:36.179Z Compiling ordered-float v2.10.1
12662026-05-21T16:59:36.191Z Compiling anstyle-query v1.1.5
12672026-05-21T16:59:36.222Z Compiling is_terminal_polyfill v1.70.2
12682026-05-21T16:59:36.225Z Compiling anstyle v1.0.13
12692026-05-21T16:59:36.315Z Compiling pretty-hex v0.4.1
12702026-05-21T16:59:36.318Z Compiling cfg-if v1.0.4
12712026-05-21T16:59:36.338Z Compiling colorchoice v1.0.4
12722026-05-21T16:59:36.412Z Compiling fs-err v3.3.0
12732026-05-21T16:59:36.456Z Compiling anstream v0.6.21
12742026-05-21T16:59:36.468Z Compiling terminal_size v0.4.3
12752026-05-21T16:59:36.480Z Compiling strsim v0.11.1
12762026-05-21T16:59:36.483Z Compiling heck v0.5.0
12772026-05-21T16:59:36.500Z Compiling heck v0.4.1
12782026-05-21T16:59:36.503Z Compiling clap_lex v1.0.0
12792026-05-21T16:59:36.585Z Compiling fastrand v2.3.0
12802026-05-21T16:59:36.629Z Compiling fnv v1.0.7
12812026-05-21T16:59:36.632Z Compiling anyhow v1.0.102
12822026-05-21T16:59:36.752Z Compiling unicode-width v0.1.14
12832026-05-21T16:59:36.755Z Compiling unicode-xid v0.2.6
12842026-05-21T16:59:36.755Z Compiling once_cell v1.21.3
12852026-05-21T16:59:36.875Z Compiling semver v1.0.28
12862026-05-21T16:59:36.885Z Compiling bytecount v0.6.9
12872026-05-21T16:59:36.901Z Compiling clap_builder v4.5.60
12882026-05-21T16:59:36.961Z Compiling tempfile v3.25.0
12892026-05-21T16:59:37.002Z Compiling papergrid v0.11.0
12902026-05-21T16:59:37.035Z Compiling memmap v0.7.0
12912026-05-21T16:59:37.046Z Compiling unicode-width v0.2.0
12922026-05-21T16:59:37.055Z Compiling smawk v0.3.2
12932026-05-21T16:59:37.205Z Compiling serde-untagged v0.1.9
12942026-05-21T16:59:37.218Z Compiling unicode-linebreak v0.1.5
12952026-05-21T16:59:37.261Z Compiling camino-tempfile v1.4.1
12962026-05-21T16:59:37.339Z Compiling swrite v0.1.0
12972026-05-21T16:59:37.351Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12982026-05-21T16:59:37.441Z Compiling textwrap v0.16.2
12992026-05-21T16:59:37.763Z Compiling tabled_derive v0.7.0
13002026-05-21T16:59:38.472Z Compiling synstructure v0.13.2
13012026-05-21T16:59:38.472Z Compiling pest_generator v2.8.6
13022026-05-21T16:59:38.493Z Compiling tabled v0.15.0
13032026-05-21T16:59:38.997Z Compiling serde_derive v1.0.228
13042026-05-21T16:59:38.997Z Compiling zerofrom-derive v0.1.6
13052026-05-21T16:59:38.997Z Compiling yoke-derive v0.8.1
13062026-05-21T16:59:39.002Z Compiling zerovec-derive v0.11.2
13072026-05-21T16:59:39.002Z Compiling displaydoc v0.2.5
13082026-05-21T16:59:39.002Z Compiling thiserror-impl v1.0.69
13092026-05-21T16:59:39.002Z Compiling zerocopy-derive v0.7.35
13102026-05-21T16:59:39.002Z Compiling scroll_derive v0.12.1
13112026-05-21T16:59:39.002Z Compiling thiserror-impl v2.0.18
13122026-05-21T16:59:39.002Z Compiling clap_derive v4.5.55
13132026-05-21T16:59:39.032Z Compiling pest_derive v2.8.6
13142026-05-21T16:59:39.635Z Compiling scroll v0.12.0
13152026-05-21T16:59:39.868Z Compiling goblin v0.8.2
13162026-05-21T16:59:39.883Z Compiling zerocopy v0.7.35
13172026-05-21T16:59:40.062Z Compiling zerofrom v0.1.6
13182026-05-21T16:59:40.151Z Compiling dtrace-parser v0.2.0
13192026-05-21T16:59:40.162Z Compiling yoke v0.8.1
13202026-05-21T16:59:40.306Z Compiling zerovec v0.11.5
13212026-05-21T16:59:40.306Z Compiling zerotrie v0.2.3
13222026-05-21T16:59:40.328Z Compiling clap v4.5.60
13232026-05-21T16:59:40.707Z Compiling tinystr v0.8.2
13242026-05-21T16:59:40.707Z Compiling potential_utf v0.1.4
13252026-05-21T16:59:40.821Z Compiling icu_collections v2.1.1
13262026-05-21T16:59:40.849Z Compiling icu_locale_core v2.1.1
13272026-05-21T16:59:41.430Z Compiling icu_provider v2.1.1
13282026-05-21T16:59:41.485Z Compiling toml_datetime v0.6.11
13292026-05-21T16:59:41.488Z Compiling serde_spanned v0.6.9
13302026-05-21T16:59:41.488Z Compiling dof v0.3.0
13312026-05-21T16:59:41.488Z Compiling serde_tokenstream v0.2.3
13322026-05-21T16:59:41.488Z Compiling serde-value v0.7.0
13332026-05-21T16:59:41.488Z Compiling cargo-platform v0.2.0
13342026-05-21T16:59:41.488Z Compiling macaddr v1.0.1
13352026-05-21T16:59:41.640Z Compiling icu_normalizer v2.1.1
13362026-05-21T16:59:41.640Z Compiling icu_properties v2.1.2
13372026-05-21T16:59:41.654Z Compiling toml_edit v0.22.27
13382026-05-21T16:59:42.157Z Compiling usdt-attr-macro v0.5.0
13392026-05-21T16:59:42.157Z Compiling usdt-macro v0.5.0
13402026-05-21T16:59:42.439Z Compiling idna_adapter v1.2.1
13412026-05-21T16:59:42.539Z Compiling idna v1.1.0
13422026-05-21T16:59:42.729Z Compiling usdt v0.5.0
13432026-05-21T16:59:42.783Z Compiling url v2.5.8
13442026-05-21T16:59:42.905Z Compiling toml v0.8.23
13452026-05-21T16:59:43.234Z Compiling cargo-util-schemas v0.8.2
13462026-05-21T16:59:43.234Z Compiling cargo_toml v0.21.0
13472026-05-21T16:59:44.022Z Compiling cargo_metadata v0.21.0
13482026-05-21T16:59:44.925Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13492026-05-21T16:59:46.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.23s
13502026-05-21T16:59:47.060Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13512026-05-21T16:59:47.821Z Compiling libc v0.2.185
13522026-05-21T16:59:47.824Z Compiling serde v1.0.228
13532026-05-21T16:59:47.824Z Compiling log v0.4.29
13542026-05-21T16:59:47.824Z Compiling find-msvc-tools v0.1.9
13552026-05-21T16:59:47.824Z Compiling shlex v1.3.0
13562026-05-21T16:59:47.824Z Compiling smallvec v1.15.1
13572026-05-21T16:59:47.942Z Compiling typenum v1.19.0
13582026-05-21T16:59:47.944Z Compiling subtle v2.6.1
13592026-05-21T16:59:48.001Z Compiling generic-array v0.14.7
13602026-05-21T16:59:48.005Z Compiling scopeguard v1.2.0
13612026-05-21T16:59:48.057Z Compiling const-oid v0.9.6
13622026-05-21T16:59:48.063Z Compiling serde_json v1.0.149
13632026-05-21T16:59:48.069Z Compiling syn v2.0.117
13642026-05-21T16:59:48.084Z Compiling zerocopy v0.8.40
13652026-05-21T16:59:48.087Z Compiling parking_lot_core v0.9.12
13662026-05-21T16:59:48.100Z Compiling pin-project-lite v0.2.17
13672026-05-21T16:59:48.161Z Compiling lock_api v0.4.14
13682026-05-21T16:59:48.164Z Compiling portable-atomic v1.13.1
13692026-05-21T16:59:48.192Z Compiling pkg-config v0.3.32
13702026-05-21T16:59:48.195Z Compiling bitflags v2.11.0
13712026-05-21T16:59:48.208Z Compiling critical-section v1.2.0
13722026-05-21T16:59:48.320Z Compiling libm v0.2.16
13732026-05-21T16:59:48.323Z Compiling futures-core v0.3.32
13742026-05-21T16:59:48.352Z Compiling num-traits v0.2.19
13752026-05-21T16:59:48.395Z Compiling percent-encoding v2.3.2
13762026-05-21T16:59:48.429Z Compiling futures-sink v0.3.32
13772026-05-21T16:59:48.474Z Compiling cpufeatures v0.2.17
13782026-05-21T16:59:48.474Z Compiling slab v0.4.12
13792026-05-21T16:59:48.521Z Compiling getrandom v0.4.1
13802026-05-21T16:59:48.541Z Compiling futures-channel v0.3.32
13812026-05-21T16:59:48.572Z Compiling futures-io v0.3.32
13822026-05-21T16:59:48.638Z Compiling futures-task v0.3.32
13832026-05-21T16:59:48.654Z Compiling rand_core v0.10.0
13842026-05-21T16:59:48.684Z Compiling indexmap v2.14.0
13852026-05-21T16:59:48.714Z Compiling rustversion v1.0.22
13862026-05-21T16:59:48.795Z Compiling getrandom v0.3.4
13872026-05-21T16:59:48.811Z Compiling form_urlencoded v1.2.2
13882026-05-21T16:59:48.829Z Compiling dunce v1.0.5
13892026-05-21T16:59:48.832Z Compiling fs_extra v1.3.0
13902026-05-21T16:59:48.856Z Compiling ident_case v1.0.1
13912026-05-21T16:59:48.858Z Compiling base64ct v1.8.3
13922026-05-21T16:59:48.858Z Compiling iana-time-zone v0.1.65
13932026-05-21T16:59:48.924Z Compiling getrandom v0.2.17
13942026-05-21T16:59:48.939Z Compiling jobserver v0.1.34
13952026-05-21T16:59:49.008Z Compiling errno v0.3.14
13962026-05-21T16:59:49.037Z Compiling mio v1.2.0
13972026-05-21T16:59:49.087Z Compiling rand_core v0.6.4
13982026-05-21T16:59:49.105Z Compiling socket2 v0.6.3
13992026-05-21T16:59:49.132Z Compiling signal-hook-registry v1.4.8
14002026-05-21T16:59:49.148Z Compiling cc v1.2.56
14012026-05-21T16:59:49.189Z Compiling once_cell v1.21.3
14022026-05-21T16:59:49.260Z Compiling parking_lot v0.12.5
14032026-05-21T16:59:49.336Z Compiling pem-rfc7468 v0.7.0
14042026-05-21T16:59:49.339Z Compiling flagset v0.4.7
14052026-05-21T16:59:49.363Z Compiling rustix v1.1.3
14062026-05-21T16:59:49.391Z Compiling regex-syntax v0.8.10
14072026-05-21T16:59:49.412Z Compiling vcpkg v0.2.15
14082026-05-21T16:59:49.427Z Compiling aws-lc-rs v1.16.3
14092026-05-21T16:59:49.439Z Compiling tracing-core v0.1.36
14102026-05-21T16:59:49.517Z Compiling uuid v1.23.0
14112026-05-21T16:59:49.534Z Compiling rustc_version v0.4.1
14122026-05-21T16:59:49.563Z Compiling base64 v0.22.1
14132026-05-21T16:59:49.651Z Compiling httparse v1.10.1
14142026-05-21T16:59:49.666Z Compiling openssl-probe v0.2.1
14152026-05-21T16:59:49.738Z Compiling rand_core v0.9.5
14162026-05-21T16:59:49.822Z Compiling untrusted v0.9.0
14172026-05-21T16:59:49.857Z Compiling tinyvec_macros v0.1.1
14182026-05-21T16:59:49.872Z Compiling untrusted v0.7.1
14192026-05-21T16:59:49.888Z Compiling cmake v0.1.57
14202026-05-21T16:59:49.905Z Compiling aho-corasick v1.1.4
14212026-05-21T16:59:49.909Z Compiling rustls v0.23.37
14222026-05-21T16:59:49.941Z Compiling tinyvec v1.10.0
14232026-05-21T16:59:49.960Z Compiling atomic-waker v1.1.2
14242026-05-21T16:59:50.000Z Compiling tower-service v0.3.3
14252026-05-21T16:59:50.027Z Compiling dyn-clone v1.0.20
14262026-05-21T16:59:50.057Z Compiling try-lock v0.2.5
14272026-05-21T16:59:50.084Z Compiling tower-layer v0.3.3
14282026-05-21T16:59:50.105Z Compiling schemars v0.8.22
14292026-05-21T16:59:50.120Z Compiling foreign-types-shared v0.1.1
14302026-05-21T16:59:50.148Z Compiling want v0.3.1
14312026-05-21T16:59:50.179Z Compiling httpdate v1.0.3
14322026-05-21T16:59:50.192Z Compiling openssl v0.10.79
14332026-05-21T16:59:50.209Z Compiling pin-utils v0.1.0
14342026-05-21T16:59:50.224Z Compiling foreign-types v0.3.2
14352026-05-21T16:59:50.242Z Compiling spin v0.9.8
14362026-05-21T16:59:50.266Z Compiling unicode-normalization v0.1.25
14372026-05-21T16:59:50.296Z Compiling time-core v0.1.8
14382026-05-21T16:59:50.311Z Compiling powerfmt v0.2.0
14392026-05-21T16:59:50.325Z Compiling crc32fast v1.5.0
14402026-05-21T16:59:50.325Z Compiling native-tls v0.2.18
14412026-05-21T16:59:50.352Z Compiling num-conv v0.2.0
14422026-05-21T16:59:50.387Z Compiling wait-timeout v0.2.1
14432026-05-21T16:59:50.418Z Compiling sync_wrapper v1.0.2
14442026-05-21T16:59:50.451Z Compiling siphasher v1.0.2
14452026-05-21T16:59:50.451Z Compiling num_threads v0.1.7
14462026-05-21T16:59:50.482Z Compiling deranged v0.5.8
14472026-05-21T16:59:50.482Z Compiling usdt-impl v0.6.0
14482026-05-21T16:59:50.510Z Compiling time-macros v0.2.27
14492026-05-21T16:59:50.531Z Compiling bit-vec v0.8.0
14502026-05-21T16:59:50.545Z Compiling crossbeam-utils v0.8.21
14512026-05-21T16:59:50.562Z Compiling quick-error v1.2.3
14522026-05-21T16:59:50.574Z Compiling simd-adler32 v0.3.8
14532026-05-21T16:59:50.659Z Compiling syn v1.0.109
14542026-05-21T16:59:50.676Z Compiling rand_xorshift v0.4.0
14552026-05-21T16:59:50.691Z Compiling slog v2.8.2
14562026-05-21T16:59:50.738Z Compiling aws-lc-sys v0.40.0
14572026-05-21T16:59:50.754Z Compiling ring v0.17.14
14582026-05-21T16:59:50.768Z Compiling openssl-sys v0.9.115
14592026-05-21T16:59:50.784Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14602026-05-21T16:59:50.838Z Compiling regex-automata v0.4.14
14612026-05-21T16:59:50.865Z Compiling synstructure v0.13.2
14622026-05-21T16:59:50.865Z Compiling pest_generator v2.8.6
14632026-05-21T16:59:50.907Z Compiling serde_derive_internals v0.29.1
14642026-05-21T16:59:50.921Z Compiling darling_core v0.20.11
14652026-05-21T16:59:50.993Z Compiling tempfile v3.25.0
14662026-05-21T16:59:51.261Z Compiling rusty-fork v0.3.1
14672026-05-21T16:59:51.442Z Compiling darling_core v0.21.3
14682026-05-21T16:59:51.546Z Compiling bzip2-sys v0.1.13+1.0.8
14692026-05-21T16:59:51.566Z Compiling bit-set v0.8.0
14702026-05-21T16:59:51.593Z Compiling heapless v0.7.17
14712026-05-21T16:59:51.658Z Compiling time v0.3.47
14722026-05-21T16:59:51.672Z Compiling thread-id v5.1.0
14732026-05-21T16:59:51.686Z Compiling cookie v0.18.1
14742026-05-21T16:59:51.749Z Compiling ryu v1.0.23
14752026-05-21T16:59:51.765Z Compiling paste v1.0.15
14762026-05-21T16:59:51.768Z Compiling signal-hook v0.3.18
14772026-05-21T16:59:51.849Z Compiling adler2 v2.0.1
14782026-05-21T16:59:51.864Z Compiling allocator-api2 v0.2.21
14792026-05-21T16:59:51.886Z Compiling unicode-properties v0.1.4
14802026-05-21T16:59:51.900Z Compiling unarray v0.1.4
14812026-05-21T16:59:51.930Z Compiling iri-string v0.7.10
14822026-05-21T16:59:51.952Z Compiling unicode-bidi v0.3.18
14832026-05-21T16:59:51.971Z Compiling anyhow v1.0.102
14842026-05-21T16:59:52.001Z Compiling zstd-safe v7.2.4
14852026-05-21T16:59:52.048Z Compiling miniz_oxide v0.8.9
14862026-05-21T16:59:52.239Z Compiling num-integer v0.1.46
14872026-05-21T16:59:52.501Z Compiling stringprep v0.1.5
14882026-05-21T16:59:52.531Z Compiling vergen-lib v0.1.6
14892026-05-21T16:59:52.575Z Compiling curve25519-dalek v4.1.3
14902026-05-21T16:59:52.591Z Compiling serde_derive v1.0.228
14912026-05-21T16:59:52.680Z Compiling zeroize_derive v1.4.3
14922026-05-21T16:59:52.696Z Compiling zerofrom-derive v0.1.6
14932026-05-21T16:59:52.735Z Compiling yoke-derive v0.8.1
14942026-05-21T16:59:52.985Z Compiling zerocopy-derive v0.8.40
14952026-05-21T16:59:53.009Z Compiling zerovec-derive v0.11.2
14962026-05-21T16:59:53.134Z Compiling displaydoc v0.2.5
14972026-05-21T16:59:53.307Z Compiling tokio-macros v2.7.0
14982026-05-21T16:59:53.323Z Compiling futures-macro v0.3.32
14992026-05-21T16:59:53.387Z Compiling zeroize v1.8.2
15002026-05-21T16:59:53.473Z Compiling der_derive v0.7.3
15012026-05-21T16:59:53.984Z Compiling rustls-pki-types v1.14.0
15022026-05-21T16:59:54.056Z Compiling thiserror-impl v2.0.18
15032026-05-21T16:59:54.096Z Compiling tracing-attributes v0.1.31
15042026-05-21T16:59:54.134Z Compiling pest_derive v2.8.6
15052026-05-21T16:59:54.236Z Compiling crypto-common v0.1.7
15062026-05-21T16:59:54.249Z Compiling block-buffer v0.10.4
15072026-05-21T16:59:54.264Z Compiling zerofrom v0.1.6
15082026-05-21T16:59:54.281Z Compiling futures-util v0.3.32
15092026-05-21T16:59:54.404Z Compiling yoke v0.8.1
15102026-05-21T16:59:54.418Z Compiling digest v0.10.7
15112026-05-21T16:59:54.445Z Compiling block-padding v0.3.3
15122026-05-21T16:59:54.461Z Compiling scroll_derive v0.13.1
15132026-05-21T16:59:54.542Z Compiling der v0.7.10
15142026-05-21T16:59:54.610Z Compiling zerovec v0.11.5
15152026-05-21T16:59:54.612Z Compiling zerotrie v0.2.3
15162026-05-21T16:59:54.639Z Compiling hmac v0.12.1
15172026-05-21T16:59:54.692Z Compiling inout v0.1.4
15182026-05-21T16:59:54.818Z Compiling sha2 v0.10.9
15192026-05-21T16:59:54.882Z Compiling cipher v0.4.4
15202026-05-21T16:59:54.947Z Compiling pbkdf2 v0.12.2
15212026-05-21T16:59:55.084Z Compiling tinystr v0.8.2
15222026-05-21T16:59:55.125Z Compiling potential_utf v0.1.4
15232026-05-21T16:59:55.154Z Compiling salsa20 v0.10.2
15242026-05-21T16:59:55.172Z Compiling cbc v0.1.2
15252026-05-21T16:59:55.315Z Compiling icu_locale_core v2.1.1
15262026-05-21T16:59:55.315Z Compiling icu_collections v2.1.1
15272026-05-21T16:59:55.343Z Compiling scrypt v0.11.0
15282026-05-21T16:59:55.347Z Compiling aes v0.8.4
15292026-05-21T16:59:55.347Z Compiling schemars_derive v0.8.22
15302026-05-21T16:59:55.402Z Compiling spki v0.7.3
15312026-05-21T16:59:55.466Z Compiling thiserror v2.0.18
15322026-05-21T16:59:55.480Z Compiling tracing v0.1.44
15332026-05-21T16:59:55.627Z Compiling scroll v0.13.0
15342026-05-21T16:59:55.642Z Compiling darling_macro v0.20.11
15352026-05-21T16:59:55.767Z Compiling pkcs5 v0.7.1
15362026-05-21T16:59:55.788Z Compiling openssl-macros v0.1.1
15372026-05-21T16:59:55.840Z Compiling rustls-native-certs v0.8.3
15382026-05-21T16:59:55.904Z Compiling goblin v0.10.5
15392026-05-21T16:59:56.133Z Compiling icu_provider v2.1.1
15402026-05-21T16:59:56.150Z Compiling bytes v1.11.1
15412026-05-21T16:59:56.212Z Compiling chrono v0.4.44
15422026-05-21T16:59:56.215Z Compiling ipnet v2.11.0
15432026-05-21T16:59:56.245Z Compiling pkcs8 v0.10.2
15442026-05-21T16:59:56.248Z Compiling darling v0.20.11
15452026-05-21T16:59:56.288Z Compiling dtrace-parser v0.3.0
15462026-05-21T16:59:56.368Z Compiling derive_builder_core v0.20.2
15472026-05-21T16:59:56.442Z Compiling icu_properties v2.1.2
15482026-05-21T16:59:56.456Z Compiling icu_normalizer v2.1.1
15492026-05-21T16:59:56.577Z Compiling signature v2.2.0
15502026-05-21T16:59:56.611Z Compiling webpki-roots v1.0.6
15512026-05-21T16:59:56.667Z Compiling tokio v1.52.1
15522026-05-21T16:59:56.746Z Compiling http v1.4.0
15532026-05-21T16:59:56.761Z Compiling thiserror-impl v1.0.69
15542026-05-21T16:59:56.779Z Compiling scroll_derive v0.12.1
15552026-05-21T16:59:56.794Z Compiling serde_spanned v0.6.9
15562026-05-21T16:59:56.952Z Compiling serde_urlencoded v0.7.1
15572026-05-21T16:59:57.008Z Compiling erased-serde v0.3.31
15582026-05-21T16:59:57.075Z Compiling toml_datetime v0.6.11
15592026-05-21T16:59:57.213Z Compiling serde_tokenstream v0.2.3
15602026-05-21T16:59:57.262Z Compiling derive_builder_macro v0.20.2
15612026-05-21T16:59:57.357Z Compiling idna_adapter v1.2.1
15622026-05-21T16:59:57.401Z Compiling ppv-lite86 v0.2.21
15632026-05-21T16:59:57.476Z Compiling idna v1.1.0
15642026-05-21T16:59:57.518Z Compiling http-body v1.0.1
15652026-05-21T16:59:57.531Z Compiling scroll v0.12.0
15662026-05-21T16:59:57.552Z Compiling md-5 v0.10.6
15672026-05-21T16:59:57.589Z Compiling darling_macro v0.21.3
15682026-05-21T16:59:57.605Z Compiling bstr v1.12.1
15692026-05-21T16:59:57.625Z Compiling pin-project-internal v1.1.11
15702026-05-21T16:59:57.670Z Compiling http-body-util v0.1.3
15712026-05-21T16:59:57.693Z Compiling rand_chacha v0.9.0
15722026-05-21T16:59:57.743Z Compiling rand_chacha v0.3.1
15732026-05-21T16:59:57.746Z Compiling async-trait v0.1.89
15742026-05-21T16:59:57.771Z Compiling url v2.5.8
15752026-05-21T16:59:57.815Z Compiling zerocopy-derive v0.7.35
15762026-05-21T16:59:57.978Z Compiling rand v0.9.2
15772026-05-21T16:59:58.061Z Compiling thiserror v1.0.69
15782026-05-21T16:59:58.174Z Compiling ff v0.13.1
15792026-05-21T16:59:58.187Z Compiling hash32 v0.2.1
15802026-05-21T16:59:58.217Z Compiling memoffset v0.9.1
15812026-05-21T16:59:58.339Z Compiling psl-types v2.0.11
15822026-05-21T16:59:58.393Z Compiling base16ct v0.2.0
15832026-05-21T16:59:58.433Z Compiling smoltcp v0.9.1
15842026-05-21T16:59:58.436Z Compiling rustix v0.38.44
15852026-05-21T16:59:58.479Z Compiling fallible-iterator v0.2.0
15862026-05-21T16:59:58.609Z Compiling proptest v1.10.0
15872026-05-21T16:59:58.623Z Compiling ref-cast v1.0.25
15882026-05-21T16:59:58.652Z Compiling dof v0.4.0
15892026-05-21T16:59:58.824Z Compiling cfg_aliases v0.2.1
15902026-05-21T16:59:58.828Z Compiling zlib-rs v0.6.2
15912026-05-21T16:59:58.870Z Compiling num-bigint-dig v0.8.6
15922026-05-21T16:59:58.873Z Compiling litrs v1.0.0
15932026-05-21T16:59:58.873Z Compiling pin-project v1.1.11
15942026-05-21T16:59:58.929Z Compiling nix v0.31.2
15952026-05-21T16:59:58.962Z Compiling zerocopy v0.7.35
15962026-05-21T16:59:59.022Z Compiling postgres-protocol v0.6.10
15972026-05-21T16:59:59.067Z Compiling sec1 v0.7.3
15982026-05-21T16:59:59.080Z Compiling publicsuffix v2.3.0
15992026-05-21T16:59:59.120Z Compiling ipnetwork v0.21.1
16002026-05-21T16:59:59.299Z Compiling group v0.13.0
16012026-05-21T16:59:59.326Z Compiling darling v0.21.3
16022026-05-21T16:59:59.365Z Compiling oxnet v0.1.4
16032026-05-21T16:59:59.399Z Compiling document-features v0.2.12
16042026-05-21T16:59:59.423Z Compiling rand v0.8.6
16052026-05-21T16:59:59.502Z Compiling derive_builder v0.20.2
16062026-05-21T16:59:59.544Z Compiling goblin v0.8.2
16072026-05-21T16:59:59.635Z Compiling futures-executor v0.3.32
16082026-05-21T16:59:59.655Z Compiling hubpack_derive v0.1.1
16092026-05-21T16:59:59.669Z Compiling hex v0.4.3
16102026-05-21T16:59:59.770Z Compiling cargo-platform v0.1.9
16112026-05-21T16:59:59.786Z Compiling hkdf v0.12.4
16122026-05-21T16:59:59.878Z Compiling crypto-bigint v0.5.5
16132026-05-21T16:59:59.956Z Compiling regex v1.12.3
16142026-05-21T17:00:00.023Z Compiling ref-cast-impl v1.0.25
16152026-05-21T17:00:00.026Z Compiling snafu-derive v0.8.9
16162026-05-21T17:00:00.053Z Compiling curve25519-dalek-derive v0.1.1
16172026-05-21T17:00:00.057Z Compiling strum_macros v0.27.2
16182026-05-21T17:00:00.085Z Compiling daft-derive v0.1.7
16192026-05-21T17:00:00.228Z Compiling num-iter v0.1.45
16202026-05-21T17:00:00.408Z Compiling terminal_size v0.4.3
16212026-05-21T17:00:00.512Z Compiling tokio-util v0.7.18
16222026-05-21T17:00:00.545Z Compiling tower v0.5.3
16232026-05-21T17:00:00.565Z Compiling tokio-native-tls v0.3.1
16242026-05-21T17:00:00.596Z Compiling phf_shared v0.13.1
16252026-05-21T17:00:00.685Z Compiling lazy_static v1.5.0
16262026-05-21T17:00:00.731Z Compiling vergen v9.0.6
16272026-05-21T17:00:00.759Z Compiling fs-err v3.3.0
16282026-05-21T17:00:00.797Z Compiling ahash v0.8.12
16292026-05-21T17:00:00.824Z Compiling encoding_rs v0.8.35
16302026-05-21T17:00:00.858Z Compiling foldhash v0.1.5
16312026-05-21T17:00:00.872Z Compiling managed v0.8.0
16322026-05-21T17:00:00.936Z Compiling newtype-uuid v1.3.2
16332026-05-21T17:00:00.970Z Compiling tower-http v0.6.8
16342026-05-21T17:00:01.023Z Compiling foldhash v0.2.0
16352026-05-21T17:00:01.044Z Compiling mime v0.3.17
16362026-05-21T17:00:01.058Z Compiling libbz2-rs-sys v0.2.2
16372026-05-21T17:00:01.102Z Compiling unicode-segmentation v1.12.0
16382026-05-21T17:00:01.260Z Compiling h2 v0.4.13
16392026-05-21T17:00:01.294Z Compiling winnow v0.5.40
16402026-05-21T17:00:01.322Z Compiling bumpalo v3.20.2
16412026-05-21T17:00:01.398Z Compiling same-file v1.0.6
16422026-05-21T17:00:01.503Z Compiling object v0.37.3
16432026-05-21T17:00:01.568Z Compiling bitflags v1.3.2
16442026-05-21T17:00:01.584Z Compiling zopfli v0.8.3
16452026-05-21T17:00:01.599Z Compiling walkdir v2.5.0
16462026-05-21T17:00:01.768Z Compiling flate2 v1.1.9
16472026-05-21T17:00:01.851Z Compiling dof v0.3.0
16482026-05-21T17:00:01.923Z Compiling bzip2 v0.6.1
16492026-05-21T17:00:01.970Z Compiling snafu v0.8.9
16502026-05-21T17:00:02.010Z Compiling clap_builder v4.5.60
16512026-05-21T17:00:02.080Z Compiling hashbrown v0.16.1
16522026-05-21T17:00:02.094Z Compiling strum v0.27.2
16532026-05-21T17:00:02.150Z Compiling daft v0.1.7
16542026-05-21T17:00:02.245Z Compiling hashbrown v0.15.5
16552026-05-21T17:00:02.296Z Compiling elliptic-curve v0.13.8
16562026-05-21T17:00:02.361Z Compiling phf v0.13.1
16572026-05-21T17:00:02.459Z Compiling signal-hook-mio v0.2.5
16582026-05-21T17:00:02.539Z Compiling cargo_metadata v0.19.2
16592026-05-21T17:00:02.564Z Compiling cookie_store v0.22.1
16602026-05-21T17:00:02.591Z Compiling toml_edit v0.19.15
16612026-05-21T17:00:02.606Z Compiling usdt-attr-macro v0.6.0
16622026-05-21T17:00:02.686Z Compiling usdt-macro v0.6.0
16632026-05-21T17:00:02.727Z Compiling hubpack v0.1.2
16642026-05-21T17:00:02.749Z Compiling bzip2 v0.4.4
16652026-05-21T17:00:02.809Z Compiling futures v0.3.32
16662026-05-21T17:00:02.917Z Compiling serde_with_macros v3.17.0
16672026-05-21T17:00:02.935Z Compiling postgres-types v0.2.12
16682026-05-21T17:00:03.017Z Compiling zstd v0.13.3
16692026-05-21T17:00:03.103Z Compiling dtrace-parser v0.2.0
16702026-05-21T17:00:03.261Z Compiling globset v0.4.18
16712026-05-21T17:00:03.300Z Compiling ed25519 v2.2.3
16722026-05-21T17:00:03.471Z Compiling pkcs1 v0.7.5
16732026-05-21T17:00:03.519Z Compiling olpc-cjson v0.1.4
16742026-05-21T17:00:03.535Z Compiling serde_plain v1.0.2
16752026-05-21T17:00:03.705Z Compiling serde-big-array v0.5.1
16762026-05-21T17:00:03.752Z Compiling rfc6979 v0.4.0
16772026-05-21T17:00:03.866Z Compiling serde_repr v0.1.20
16782026-05-21T17:00:03.886Z Compiling clap_derive v4.5.55
16792026-05-21T17:00:03.901Z Compiling strum_macros v0.26.4
16802026-05-21T17:00:03.916Z Compiling enum-as-inner v0.6.1
16812026-05-21T17:00:03.964Z Compiling async-recursion v1.1.1
16822026-05-21T17:00:03.979Z Compiling phf_shared v0.11.3
16832026-05-21T17:00:04.094Z Compiling float-cmp v0.10.0
16842026-05-21T17:00:04.174Z Compiling pem v3.0.6
16852026-05-21T17:00:04.189Z Compiling thread-id v4.2.2
16862026-05-21T17:00:04.229Z Compiling hyper v1.8.1
16872026-05-21T17:00:04.261Z Compiling memmap2 v0.9.10
16882026-05-21T17:00:04.290Z Compiling env_filter v1.0.0
16892026-05-21T17:00:04.444Z Compiling jiff v0.2.21
16902026-05-21T17:00:04.470Z Compiling fixedbitset v0.5.7
16912026-05-21T17:00:04.503Z Compiling new_debug_unreachable v1.0.6
16922026-05-21T17:00:04.536Z Compiling difflib v0.4.0
16932026-05-21T17:00:04.587Z Compiling precomputed-hash v0.1.1
16942026-05-21T17:00:04.621Z Compiling whoami v2.1.0
16952026-05-21T17:00:04.673Z Compiling normalize-line-endings v0.3.0
16962026-05-21T17:00:04.693Z Compiling keccak v0.1.6
16972026-05-21T17:00:04.789Z Compiling static_assertions v1.1.0
16982026-05-21T17:00:04.804Z Compiling either v1.15.0
16992026-05-21T17:00:04.875Z Compiling typed-path v0.9.3
17002026-05-21T17:00:05.021Z Compiling predicates-core v1.0.10
17012026-05-21T17:00:05.036Z Compiling fixedbitset v0.4.2
17022026-05-21T17:00:05.101Z Compiling data-encoding v2.10.0
17032026-05-21T17:00:05.121Z Compiling itertools v0.13.0
17042026-05-21T17:00:05.233Z Compiling petgraph v0.6.5
17052026-05-21T17:00:05.276Z Compiling predicates v3.1.4
17062026-05-21T17:00:05.291Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17072026-05-21T17:00:05.306Z Compiling sha3 v0.10.8
17082026-05-21T17:00:05.492Z Compiling hyper-util v0.1.20
17092026-05-21T17:00:05.530Z Compiling hickory-proto v0.25.2
17102026-05-21T17:00:05.728Z Compiling strum v0.26.3
17112026-05-21T17:00:05.731Z Compiling clap v4.5.60
17122026-05-21T17:00:05.792Z Compiling tokio-postgres v0.7.16
17132026-05-21T17:00:05.818Z Compiling petgraph v0.8.3
17142026-05-21T17:00:05.839Z Compiling string_cache v0.8.9
17152026-05-21T17:00:05.869Z Compiling env_logger v0.11.9
17162026-05-21T17:00:05.882Z Compiling toml_edit v0.22.27
17172026-05-21T17:00:05.941Z Compiling usdt v0.6.0
17182026-05-21T17:00:06.088Z Compiling usdt-impl v0.5.0
17192026-05-21T17:00:06.145Z Compiling serde_with v3.17.0
17202026-05-21T17:00:06.230Z Compiling toml v0.7.8
17212026-05-21T17:00:06.244Z Compiling crossterm v0.28.1
17222026-05-21T17:00:06.367Z Compiling ecdsa v0.16.9
17232026-05-21T17:00:06.697Z Compiling rsa v0.9.10
17242026-05-21T17:00:06.747Z Compiling ed25519-dalek v2.2.0
17252026-05-21T17:00:06.849Z Compiling hyper-tls v0.6.0
17262026-05-21T17:00:07.101Z Compiling zip v4.6.1
17272026-05-21T17:00:07.246Z Compiling zip v0.6.6
17282026-05-21T17:00:07.429Z Compiling iddqd v0.4.1
17292026-05-21T17:00:07.876Z Compiling similar v2.7.0
17302026-05-21T17:00:08.028Z Compiling heck v0.4.1
17312026-05-21T17:00:08.045Z Compiling tokio-stream v0.1.18
17322026-05-21T17:00:08.060Z Compiling toml_parser v1.0.9+spec-1.1.0
17332026-05-21T17:00:08.100Z Compiling buf-list v1.1.2
17342026-05-21T17:00:08.173Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17352026-05-21T17:00:08.195Z Compiling openapiv3 v2.2.0
17362026-05-21T17:00:08.281Z Compiling x509-cert v0.2.5
17372026-05-21T17:00:08.406Z Compiling sha1 v0.10.6
17382026-05-21T17:00:08.508Z Compiling crossbeam-epoch v0.9.18
17392026-05-21T17:00:08.531Z Compiling toml_datetime v0.7.5+spec-1.1.0
17402026-05-21T17:00:08.616Z Compiling peg-runtime v0.8.5
17412026-05-21T17:00:08.654Z Compiling lalrpop-util v0.19.12
17422026-05-21T17:00:08.680Z Compiling thread_local v1.1.9
17432026-05-21T17:00:08.696Z Compiling slog-async v2.8.0
17442026-05-21T17:00:08.748Z Compiling crossbeam-channel v0.5.15
17452026-05-21T17:00:08.763Z Compiling is-terminal v0.4.17
17462026-05-21T17:00:08.793Z Compiling filetime v0.2.27
17472026-05-21T17:00:08.857Z Compiling term v1.2.1
17482026-05-21T17:00:08.871Z Compiling take_mut v0.2.2
17492026-05-21T17:00:08.875Z Compiling xattr v1.6.1
17502026-05-21T17:00:09.046Z Compiling tar v0.4.45
17512026-05-21T17:00:09.132Z Compiling slog-term v2.9.2
17522026-05-21T17:00:26.828Z Compiling rustls-webpki v0.103.9
17532026-05-21T17:00:29.598Z Compiling tokio-rustls v0.26.4
17542026-05-21T17:00:29.598Z Compiling rustls-platform-verifier v0.6.2
17552026-05-21T17:00:29.800Z Compiling hyper-rustls v0.27.7
17562026-05-21T17:00:29.992Z Compiling reqwest v0.12.28
17572026-05-21T17:00:29.992Z Compiling reqwest v0.13.2
17582026-05-21T17:00:31.199Z Compiling tough v0.22.0
17592026-05-21T17:00:33.684Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17602026-05-21T17:00:33.918Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17612026-05-21T17:00:36.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.57s
17622026-05-21T17:00:36.817Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17632026-05-21T17:00:36.871ZMay 21 17:00:36.822 INFO Starting download, target: MaghemiteMgd
17642026-05-21T17:00:36.871ZMay 21 17:00:36.823 INFO Starting download, target: Console
17652026-05-21T17:00:36.871ZMay 21 17:00:36.823 INFO Starting download, target: Cockroach
17662026-05-21T17:00:36.876ZMay 21 17:00:36.823 INFO Starting download, target: Clickhouse
17672026-05-21T17:00:36.876ZMay 21 17:00:36.823 INFO Starting download, target: DendriteStub
17682026-05-21T17:00:36.876ZMay 21 17:00:36.823 INFO Starting download, target: TransceiverControl
17692026-05-21T17:00:36.877ZMay 21 17:00:36.823 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17702026-05-21T17:00:36.877ZMay 21 17:00:36.823 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17712026-05-21T17:00:36.877ZMay 21 17:00:36.823 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17722026-05-21T17:00:36.877ZMay 21 17:00:36.823 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17732026-05-21T17:00:36.877ZMay 21 17:00:36.823 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17742026-05-21T17:00:36.877ZMay 21 17:00:36.823 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17752026-05-21T17:00:37.392ZMay 21 17:00:37.337 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17762026-05-21T17:00:37.609ZMay 21 17:00:37.556 INFO Download complete, target: TransceiverControl
17772026-05-21T17:00:37.965ZMay 21 17:00:37.912 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17782026-05-21T17:00:38.218ZMay 21 17:00:38.164 INFO Download complete, target: Console
17792026-05-21T17:00:39.378ZMay 21 17:00:39.323 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17802026-05-21T17:00:39.469ZMay 21 17:00:39.417 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17812026-05-21T17:00:39.605ZMay 21 17:00:39.545 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17822026-05-21T17:00:40.008ZMay 21 17:00:39.963 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17832026-05-21T17:00:40.008ZMay 21 17:00:39.964 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17842026-05-21T17:00:41.919ZMay 21 17:00:41.875 INFO Download complete, target: DendriteStub
17852026-05-21T17:00:42.094ZMay 21 17:00:42.050 INFO Download complete, target: MaghemiteMgd
17862026-05-21T17:00:44.962ZMay 21 17:00:44.911 INFO Checking that binary works, target: Cockroach
17872026-05-21T17:00:45.110ZMay 21 17:00:45.042 INFO Download complete, target: Cockroach
17882026-05-21T17:00:46.369ZMay 21 17:00:46.315 INFO Checking that binary works, target: Clickhouse
17892026-05-21T17:00:46.459ZMay 21 17:00:46.414 INFO Download complete, target: Clickhouse
17902026-05-21T17:00:46.466ZAll prerequisites installed successfully
17912026-05-21T17:00:46.475Z
17922026-05-21T17:00:46.475Zreal 1:28.585498789
17932026-05-21T17:00:46.475Zuser 6:41.539045484
17942026-05-21T17:00:46.475Zsys 1:41.987825247
17952026-05-21T17:00:46.475Ztrap 0.210441912
17962026-05-21T17:00:46.475Ztflt 1.310755880
17972026-05-21T17:00:46.475Zdflt 2.018486611
17982026-05-21T17:00:46.475Zkflt 0.025823726
17992026-05-21T17:00:46.475Zlock 23:45.976901485
18002026-05-21T17:00:46.475Zslp 18:16.803777380
18012026-05-21T17:00:46.475Zlat 20.667068510
18022026-05-21T17:00:46.475Zstop 2:38.844199878
18032026-05-21T17:00:46.475Z+ source ./tools/include/force-git-over-https.sh
18042026-05-21T17:00:46.475Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18052026-05-21T17:00:46.475Z++ (( i = 0 ))
18062026-05-21T17:00:46.475Z++ (( i < 5 ))
18072026-05-21T17:00:46.476Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18082026-05-21T17:00:46.476Z++ (( i++ ))
18092026-05-21T17:00:46.476Z++ (( i < 5 ))
18102026-05-21T17:00:46.476Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18112026-05-21T17:00:46.476Z++ (( i++ ))
18122026-05-21T17:00:46.476Z++ (( i < 5 ))
18132026-05-21T17:00:46.476Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18142026-05-21T17:00:46.482Z++ (( i++ ))
18152026-05-21T17:00:46.482Z++ (( i < 5 ))
18162026-05-21T17:00:46.482Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18172026-05-21T17:00:46.482Z++ (( i++ ))
18182026-05-21T17:00:46.482Z++ (( i < 5 ))
18192026-05-21T17:00:46.482Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18202026-05-21T17:00:46.485Z++ (( i++ ))
18212026-05-21T17:00:46.485Z++ (( i < 5 ))
18222026-05-21T17:00:46.485Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18232026-05-21T17:00:46.485Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18242026-05-21T17:00:46.485Z+ rc=0
18252026-05-21T17:00:46.485Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18262026-05-21T17:00:55.224Z+ case $rc in
18272026-05-21T17:00:55.224Z+ pfexec zfs create -p rpool/images/build/host
18282026-05-21T17:00:55.449Z+ pfexec zfs create -p rpool/images/build/recovery
18292026-05-21T17:00:55.518Z+ cargo xtask releng --output-dir /work --mkincorp
18302026-05-21T17:00:56.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18312026-05-21T17:00:56.050Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18322026-05-21T17:00:56.909Z Compiling proc-macro2 v1.0.106
18332026-05-21T17:00:56.909Z Compiling quote v1.0.45
18342026-05-21T17:00:56.909Z Compiling unicode-ident v1.0.24
18352026-05-21T17:00:56.913Z Compiling libc v0.2.185
18362026-05-21T17:00:56.913Z Compiling serde_core v1.0.228
18372026-05-21T17:00:56.913Z Compiling serde v1.0.228
18382026-05-21T17:00:56.913Z Compiling cfg-if v1.0.4
18392026-05-21T17:00:56.913Z Compiling version_check v0.9.5
18402026-05-21T17:00:56.913Z Compiling find-msvc-tools v0.1.9
18412026-05-21T17:00:57.046Z Compiling shlex v1.3.0
18422026-05-21T17:00:57.051Z Compiling typenum v1.19.0
18432026-05-21T17:00:57.051Z Compiling autocfg v1.5.0
18442026-05-21T17:00:57.051Z Compiling memchr v2.8.0
18452026-05-21T17:00:57.051Z Compiling zmij v1.0.21
18462026-05-21T17:00:57.051Z Compiling zerocopy v0.8.40
18472026-05-21T17:00:57.191Z Compiling serde_json v1.0.149
18482026-05-21T17:00:57.242Z Compiling portable-atomic v1.13.1
18492026-05-21T17:00:57.485Z Compiling libm v0.2.16
18502026-05-21T17:00:57.491Z Compiling parking_lot_core v0.9.12
18512026-05-21T17:00:57.531Z Compiling smallvec v1.15.1
18522026-05-21T17:00:57.550Z Compiling num-traits v0.2.19
18532026-05-21T17:00:57.550Z Compiling icu_normalizer_data v2.1.1
18542026-05-21T17:00:57.554Z Compiling icu_properties_data v2.1.2
18552026-05-21T17:00:57.563Z Compiling pkg-config v0.3.32
18562026-05-21T17:00:57.607Z Compiling generic-array v0.14.7
18572026-05-21T17:00:57.729Z Compiling log v0.4.29
18582026-05-21T17:00:57.747Z Compiling itoa v1.0.17
18592026-05-21T17:00:57.826Z Compiling getrandom v0.4.1
18602026-05-21T17:00:57.838Z Compiling subtle v2.6.1
18612026-05-21T17:00:57.920Z Compiling scopeguard v1.2.0
18622026-05-21T17:00:57.943Z Compiling getrandom v0.3.4
18632026-05-21T17:00:58.002Z Compiling jobserver v0.1.34
18642026-05-21T17:00:58.020Z Compiling getrandom v0.2.17
18652026-05-21T17:00:58.039Z Compiling lock_api v0.4.14
18662026-05-21T17:00:58.043Z Compiling stable_deref_trait v1.2.1
18672026-05-21T17:00:58.117Z Compiling errno v0.3.14
18682026-05-21T17:00:58.149Z Compiling rustix v1.1.3
18692026-05-21T17:00:58.183Z Compiling rand_core v0.6.4
18702026-05-21T17:00:58.231Z Compiling cc v1.2.56
18712026-05-21T17:00:58.370Z Compiling syn v2.0.117
18722026-05-21T17:00:58.399Z Compiling fs_extra v1.3.0
18732026-05-21T17:00:58.415Z Compiling dunce v1.0.5
18742026-05-21T17:00:58.445Z Compiling critical-section v1.2.0
18752026-05-21T17:00:58.492Z Compiling heck v0.5.0
18762026-05-21T17:00:58.584Z Compiling pin-project-lite v0.2.17
18772026-05-21T17:00:58.724Z Compiling litemap v0.8.1
18782026-05-21T17:00:58.774Z Compiling const-oid v0.9.6
18792026-05-21T17:00:58.791Z Compiling fnv v1.0.7
18802026-05-21T17:00:58.795Z Compiling percent-encoding v2.3.2
18812026-05-21T17:00:58.795Z Compiling writeable v0.6.2
18822026-05-21T17:00:58.838Z Compiling thiserror v2.0.18
18832026-05-21T17:00:58.909Z Compiling aws-lc-rs v1.16.3
18842026-05-21T17:00:58.947Z Compiling once_cell v1.21.3
18852026-05-21T17:00:58.966Z Compiling rustversion v1.0.22
18862026-05-21T17:00:59.084Z Compiling cmake v0.1.57
18872026-05-21T17:00:59.105Z Compiling signal-hook-registry v1.4.8
18882026-05-21T17:00:59.208Z Compiling equivalent v1.0.2
18892026-05-21T17:00:59.225Z Compiling futures-core v0.3.32
18902026-05-21T17:00:59.243Z Compiling parking_lot v0.12.5
18912026-05-21T17:00:59.314Z Compiling mio v1.2.0
18922026-05-21T17:00:59.419Z Compiling semver v1.0.28
18932026-05-21T17:00:59.450Z Compiling httparse v1.10.1
18942026-05-21T17:00:59.560Z Compiling vcpkg v0.2.15
18952026-05-21T17:00:59.580Z Compiling bitflags v2.11.0
18962026-05-21T17:00:59.598Z Compiling ring v0.17.14
18972026-05-21T17:00:59.598Z Compiling aws-lc-sys v0.40.0
18982026-05-21T17:00:59.713Z Compiling socket2 v0.6.3
18992026-05-21T17:00:59.795Z Compiling schemars v0.8.22
19002026-05-21T17:00:59.810Z Compiling utf8_iter v1.0.4
19012026-05-21T17:01:00.019Z Compiling form_urlencoded v1.2.2
19022026-05-21T17:01:00.058Z Compiling hashbrown v0.17.0
19032026-05-21T17:01:00.141Z Compiling openssl-sys v0.9.115
19042026-05-21T17:01:00.253Z Compiling rustls v0.23.37
19052026-05-21T17:01:00.354Z Compiling crc32fast v1.5.0
19062026-05-21T17:01:00.357Z Compiling futures-sink v0.3.32
19072026-05-21T17:01:00.383Z Compiling rand_core v0.10.0
19082026-05-21T17:01:00.500Z Compiling futures-channel v0.3.32
19092026-05-21T17:01:00.573Z Compiling futures-task v0.3.32
19102026-05-21T17:01:00.619Z Compiling futures-io v0.3.32
19112026-05-21T17:01:00.670Z Compiling slab v0.4.12
19122026-05-21T17:01:00.677Z Compiling cpufeatures v0.2.17
19132026-05-21T17:01:00.704Z Compiling indexmap v2.14.0
19142026-05-21T17:01:00.785Z Compiling rustc_version v0.4.1
19152026-05-21T17:01:00.835Z Compiling byteorder v1.5.0
19162026-05-21T17:01:00.886Z Compiling strsim v0.11.1
19172026-05-21T17:01:00.917Z Compiling openssl v0.10.79
19182026-05-21T17:01:01.033Z Compiling ucd-trie v0.1.7
19192026-05-21T17:01:01.163Z Compiling time-core v0.1.8
19202026-05-21T17:01:01.177Z Compiling iana-time-zone v0.1.65
19212026-05-21T17:01:01.195Z Compiling native-tls v0.2.18
19222026-05-21T17:01:01.199Z Compiling thiserror v1.0.69
19232026-05-21T17:01:01.258Z Compiling synstructure v0.13.2
19242026-05-21T17:01:01.296Z Compiling serde_derive_internals v0.29.1
19252026-05-21T17:01:01.342Z Compiling pest v2.8.6
19262026-05-21T17:01:01.459Z Compiling num-conv v0.2.0
19272026-05-21T17:01:01.482Z Compiling ident_case v1.0.1
19282026-05-21T17:01:01.614Z Compiling regex-syntax v0.8.10
19292026-05-21T17:01:01.648Z Compiling base64 v0.22.1
19302026-05-21T17:01:01.651Z Compiling time-macros v0.2.27
19312026-05-21T17:01:01.693Z Compiling syn v1.0.109
19322026-05-21T17:01:01.764Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19332026-05-21T17:01:01.818Z Compiling untrusted v0.9.0
19342026-05-21T17:01:01.911Z Compiling base64ct v1.8.3
19352026-05-21T17:01:01.979Z Compiling crossbeam-utils v0.8.21
19362026-05-21T17:01:02.031Z Compiling uuid v1.23.0
19372026-05-21T17:01:02.184Z Compiling pem-rfc7468 v0.7.0
19382026-05-21T17:01:02.209Z Compiling slog v2.8.2
19392026-05-21T17:01:02.426Z Compiling pest_meta v2.8.6
19402026-05-21T17:01:02.463Z Compiling flagset v0.4.7
19412026-05-21T17:01:02.493Z Compiling rand_core v0.9.5
19422026-05-21T17:01:02.512Z Compiling serde_derive v1.0.228
19432026-05-21T17:01:02.529Z Compiling zeroize_derive v1.4.3
19442026-05-21T17:01:02.617Z Compiling zerofrom-derive v0.1.6
19452026-05-21T17:01:02.633Z Compiling yoke-derive v0.8.1
19462026-05-21T17:01:02.657Z Compiling zerocopy-derive v0.8.40
19472026-05-21T17:01:02.675Z Compiling zerovec-derive v0.11.2
19482026-05-21T17:01:02.690Z Compiling displaydoc v0.2.5
19492026-05-21T17:01:02.722Z Compiling tokio-macros v2.7.0
19502026-05-21T17:01:02.941Z Compiling futures-macro v0.3.32
19512026-05-21T17:01:03.050Z Compiling der_derive v0.7.3
19522026-05-21T17:01:03.139Z Compiling zeroize v1.8.2
19532026-05-21T17:01:03.429Z Compiling thiserror-impl v2.0.18
19542026-05-21T17:01:03.611Z Compiling tracing-attributes v0.1.31
19552026-05-21T17:01:03.695Z Compiling schemars_derive v0.8.22
19562026-05-21T17:01:03.730Z Compiling futures-util v0.3.32
19572026-05-21T17:01:03.769Z Compiling zerofrom v0.1.6
19582026-05-21T17:01:03.911Z Compiling yoke v0.8.1
19592026-05-21T17:01:03.937Z Compiling crypto-common v0.1.7
19602026-05-21T17:01:03.981Z Compiling block-buffer v0.10.4
19612026-05-21T17:01:04.099Z Compiling zerovec v0.11.5
19622026-05-21T17:01:04.128Z Compiling zerotrie v0.2.3
19632026-05-21T17:01:04.200Z Compiling digest v0.10.7
19642026-05-21T17:01:04.600Z Compiling hmac v0.12.1
19652026-05-21T17:01:04.678Z Compiling tinystr v0.8.2
19662026-05-21T17:01:04.694Z Compiling potential_utf v0.1.4
19672026-05-21T17:01:04.777Z Compiling block-padding v0.3.3
19682026-05-21T17:01:04.841Z Compiling icu_collections v2.1.1
19692026-05-21T17:01:04.879Z Compiling icu_locale_core v2.1.1
19702026-05-21T17:01:04.896Z Compiling rustls-pki-types v1.14.0
19712026-05-21T17:01:04.953Z Compiling openssl-macros v0.1.1
19722026-05-21T17:01:04.971Z Compiling inout v0.1.4
19732026-05-21T17:01:05.491Z Compiling pest_generator v2.8.6
19742026-05-21T17:01:05.653Z Compiling icu_provider v2.1.1
19752026-05-21T17:01:05.694Z Compiling bytes v1.11.1
19762026-05-21T17:01:05.841Z Compiling chrono v0.4.44
19772026-05-21T17:01:05.858Z Compiling cipher v0.4.4
19782026-05-21T17:01:06.018Z Compiling icu_normalizer v2.1.1
19792026-05-21T17:01:06.053Z Compiling icu_properties v2.1.2
19802026-05-21T17:01:06.126Z Compiling sha2 v0.10.9
19812026-05-21T17:01:06.150Z Compiling pest_derive v2.8.6
19822026-05-21T17:01:06.274Z Compiling tokio v1.52.1
19832026-05-21T17:01:06.496Z Compiling http v1.4.0
19842026-05-21T17:01:06.613Z Compiling thiserror-impl v1.0.69
19852026-05-21T17:01:06.664Z Compiling scroll_derive v0.13.1
19862026-05-21T17:01:07.146Z Compiling idna_adapter v1.2.1
19872026-05-21T17:01:07.202Z Compiling ppv-lite86 v0.2.21
19882026-05-21T17:01:07.307Z Compiling idna v1.1.0
19892026-05-21T17:01:07.562Z Compiling der v0.7.10
19902026-05-21T17:01:07.696Z Compiling url v2.5.8
19912026-05-21T17:01:07.728Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-05-21T17:01:07.927Z Compiling tracing-core v0.1.36
19932026-05-21T17:01:08.070Z Compiling camino v1.2.2
19942026-05-21T17:01:08.267Z Compiling paste v1.0.15
19952026-05-21T17:01:08.283Z Compiling plain v0.2.3
19962026-05-21T17:01:08.415Z Compiling spki v0.7.3
19972026-05-21T17:01:08.601Z Compiling tracing v0.1.44
19982026-05-21T17:01:08.694Z Compiling http-body v1.0.1
19992026-05-21T17:01:08.777Z Compiling salsa20 v0.10.2
20002026-05-21T17:01:08.878Z Compiling pbkdf2 v0.12.2
20012026-05-21T17:01:09.366Z Compiling aho-corasick v1.1.4
20022026-05-21T17:01:09.382Z Compiling cookie v0.18.1
20032026-05-21T17:01:09.385Z Compiling num-bigint-dig v0.8.6
20042026-05-21T17:01:09.415Z Compiling dyn-clone v1.0.20
20052026-05-21T17:01:09.553Z Compiling atomic-waker v1.1.2
20062026-05-21T17:01:09.610Z Compiling fastrand v2.3.0
20072026-05-21T17:01:09.711Z Compiling scrypt v0.11.0
20082026-05-21T17:01:09.922Z Compiling tokio-util v0.7.18
20092026-05-21T17:01:09.996Z Compiling rand_chacha v0.9.0
20102026-05-21T17:01:10.126Z Compiling cbc v0.1.2
20112026-05-21T17:01:10.169Z Compiling aes v0.8.4
20122026-05-21T17:01:10.196Z Compiling regex-automata v0.4.14
20132026-05-21T17:01:10.299Z Compiling async-trait v0.1.89
20142026-05-21T17:01:10.416Z Compiling ahash v0.8.12
20152026-05-21T17:01:10.432Z Compiling tinyvec_macros v0.1.1
20162026-05-21T17:01:10.445Z Compiling tower-layer v0.3.3
20172026-05-21T17:01:10.683Z Compiling tower-service v0.3.3
20182026-05-21T17:01:10.699Z Compiling openssl-probe v0.2.1
20192026-05-21T17:01:10.713Z Compiling anyhow v1.0.102
20202026-05-21T17:01:10.810Z Compiling usdt-impl v0.6.0
20212026-05-21T17:01:10.834Z Compiling untrusted v0.7.1
20222026-05-21T17:01:10.939Z Compiling try-lock v0.2.5
20232026-05-21T17:01:10.985Z Compiling pretty-hex v0.4.1
20242026-05-21T17:01:11.093Z Compiling zstd-safe v7.2.4
20252026-05-21T17:01:11.164Z Compiling want v0.3.1
20262026-05-21T17:01:11.181Z Compiling pkcs5 v0.7.1
20272026-05-21T17:01:11.205Z Compiling tinyvec v1.10.0
20282026-05-21T17:01:11.322Z Compiling h2 v0.4.13
20292026-05-21T17:01:11.338Z Compiling rand v0.9.2
20302026-05-21T17:01:11.660Z Compiling scroll v0.13.0
20312026-05-21T17:01:11.677Z Compiling ipnet v2.11.0
20322026-05-21T17:01:11.772Z Compiling serde_tokenstream v0.2.3
20332026-05-21T17:01:11.920Z Compiling daft-derive v0.1.7
20342026-05-21T17:01:11.942Z Compiling clap_derive v4.5.55
20352026-05-21T17:01:11.962Z Compiling scroll_derive v0.12.1
20362026-05-21T17:01:12.093Z Compiling heapless v0.7.17
20372026-05-21T17:01:12.468Z Compiling pin-utils v0.1.0
20382026-05-21T17:01:12.679Z Compiling signal-hook v0.3.18
20392026-05-21T17:01:12.712Z Compiling httpdate v1.0.3
20402026-05-21T17:01:12.941Z Compiling goblin v0.10.5
20412026-05-21T17:01:13.182Z Compiling pkcs8 v0.10.2
20422026-05-21T17:01:13.204Z Compiling tempfile v3.25.0
20432026-05-21T17:01:13.513Z Compiling pin-project-internal v1.1.11
20442026-05-21T17:01:13.588Z Compiling darling_core v0.20.11
20452026-05-21T17:01:13.814Z Compiling spin v0.9.8
20462026-05-21T17:01:13.940Z Compiling litrs v1.0.0
20472026-05-21T17:01:14.093Z Compiling simd-adler32 v0.3.8
20482026-05-21T17:01:14.136Z Compiling foreign-types-shared v0.1.1
20492026-05-21T17:01:14.241Z Compiling foreign-types v0.3.2
20502026-05-21T17:01:14.430Z Compiling document-features v0.2.12
20512026-05-21T17:01:14.560Z Compiling unicode-normalization v0.1.25
20522026-05-21T17:01:14.721Z Compiling dtrace-parser v0.3.0
20532026-05-21T17:01:14.863Z Compiling hyper v1.8.1
20542026-05-21T17:01:14.959Z Compiling hex v0.4.3
20552026-05-21T17:01:15.072Z Compiling strum_macros v0.26.4
20562026-05-21T17:01:15.087Z Compiling zerocopy-derive v0.7.35
20572026-05-21T17:01:15.144Z Compiling darling_core v0.21.3
20582026-05-21T17:01:15.287Z Compiling curve25519-dalek v4.1.3
20592026-05-21T17:01:15.367Z Compiling thread-id v5.1.0
20602026-05-21T17:01:15.501Z Compiling memoffset v0.9.1
20612026-05-21T17:01:15.559Z Compiling anstyle v1.0.13
20622026-05-21T17:01:15.562Z Compiling ref-cast v1.0.25
20632026-05-21T17:01:15.600Z Compiling darling_macro v0.20.11
20642026-05-21T17:01:15.617Z Compiling rustix v0.38.44
20652026-05-21T17:01:15.633Z Compiling smoltcp v0.9.1
20662026-05-21T17:01:15.888Z Compiling dof v0.4.0
20672026-05-21T17:01:15.931Z Compiling adler2 v2.0.1
20682026-05-21T17:01:15.948Z Compiling utf8parse v0.2.2
20692026-05-21T17:01:15.981Z Compiling powerfmt v0.2.0
20702026-05-21T17:01:16.086Z Compiling anstyle-parse v0.2.7
20712026-05-21T17:01:16.124Z Compiling miniz_oxide v0.8.9
20722026-05-21T17:01:16.141Z Compiling darling v0.20.11
20732026-05-21T17:01:16.249Z Compiling deranged v0.5.8
20742026-05-21T17:01:16.284Z Compiling hyper-util v0.1.20
20752026-05-21T17:01:16.364Z Compiling rustls-native-certs v0.8.3
20762026-05-21T17:01:16.787Z Compiling http-body-util v0.1.3
20772026-05-21T17:01:16.823Z Compiling toml_datetime v0.6.11
20782026-05-21T17:01:17.104Z Compiling serde_spanned v0.6.9
20792026-05-21T17:01:17.195Z Compiling snafu-derive v0.8.9
20802026-05-21T17:01:17.287Z Compiling sync_wrapper v1.0.2
20812026-05-21T17:01:17.339Z Compiling wait-timeout v0.2.1
20822026-05-21T17:01:17.391Z Compiling anstyle-query v1.1.5
20832026-05-21T17:01:17.408Z Compiling darling_macro v0.21.3
20842026-05-21T17:01:17.442Z Compiling bit-vec v0.8.0
20852026-05-21T17:01:17.593Z Compiling siphasher v1.0.2
20862026-05-21T17:01:17.625Z Compiling zlib-rs v0.6.2
20872026-05-21T17:01:17.695Z Compiling num_threads v0.1.7
20882026-05-21T17:01:17.800Z Compiling cfg_aliases v0.2.1
20892026-05-21T17:01:17.817Z Compiling colorchoice v1.0.4
20902026-05-21T17:01:17.895Z Compiling is_terminal_polyfill v1.70.2
20912026-05-21T17:01:17.978Z Compiling quick-error v1.2.3
20922026-05-21T17:01:18.010Z Compiling ryu v1.0.23
20932026-05-21T17:01:18.062Z Compiling anstream v0.6.21
20942026-05-21T17:01:18.105Z Compiling rusty-fork v0.3.1
20952026-05-21T17:01:18.205Z Compiling serde_urlencoded v0.7.1
20962026-05-21T17:01:18.404Z Compiling darling v0.21.3
20972026-05-21T17:01:18.517Z Compiling nix v0.31.2
20982026-05-21T17:01:18.527Z Compiling time v0.3.47
20992026-05-21T17:01:18.555Z Compiling bit-set v0.8.0
21002026-05-21T17:01:18.722Z Compiling tower v0.5.3
21012026-05-21T17:01:18.815Z Compiling derive_builder_core v0.20.2
21022026-05-21T17:01:18.882Z Compiling regex v1.12.3
21032026-05-21T17:01:18.988Z Compiling webpki-roots v1.0.6
21042026-05-21T17:01:19.016Z Compiling erased-serde v0.3.31
21052026-05-21T17:01:19.105Z Compiling hubpack_derive v0.1.1
21062026-05-21T17:01:19.182Z Compiling signature v2.2.0
21072026-05-21T17:01:19.203Z Compiling rand_xorshift v0.4.0
21082026-05-21T17:01:19.283Z Compiling ref-cast-impl v1.0.25
21092026-05-21T17:01:19.300Z Compiling curve25519-dalek-derive v0.1.1
21102026-05-21T17:01:19.316Z Compiling strum_macros v0.27.2
21112026-05-21T17:01:19.561Z Compiling usdt-impl v0.5.0
21122026-05-21T17:01:19.580Z Compiling fs-err v3.3.0
21132026-05-21T17:01:19.608Z Compiling unicode-properties v0.1.4
21142026-05-21T17:01:19.611Z Compiling iri-string v0.7.10
21152026-05-21T17:01:19.639Z Compiling unicode-bidi v0.3.18
21162026-05-21T17:01:19.786Z Compiling flate2 v1.1.9
21172026-05-21T17:01:19.855Z Compiling unarray v0.1.4
21182026-05-21T17:01:19.896Z Compiling object v0.37.3
21192026-05-21T17:01:19.987Z Compiling allocator-api2 v0.2.21
21202026-05-21T17:01:20.256Z Compiling stringprep v0.1.5
21212026-05-21T17:01:20.330Z Compiling proptest v1.10.0
21222026-05-21T17:01:20.689Z Compiling derive_builder_macro v0.20.2
21232026-05-21T17:01:20.814Z Compiling tower-http v0.6.8
21242026-05-21T17:01:21.122Z Compiling serde_with_macros v3.17.0
21252026-05-21T17:01:21.185Z Compiling tokio-native-tls v0.3.1
21262026-05-21T17:01:21.258Z Compiling usdt-attr-macro v0.6.0
21272026-05-21T17:01:21.398Z Compiling usdt-macro v0.6.0
21282026-05-21T17:01:21.623Z Compiling ipnetwork v0.21.1
21292026-05-21T17:01:21.773Z Compiling scroll v0.12.0
21302026-05-21T17:01:21.867Z Compiling bstr v1.12.1
21312026-05-21T17:01:22.114Z Compiling rand_chacha v0.3.1
21322026-05-21T17:01:22.209Z Compiling md-5 v0.10.6
21332026-05-21T17:01:22.380Z Compiling async-recursion v1.1.1
21342026-05-21T17:01:22.397Z Compiling terminal_size v0.4.3
21352026-05-21T17:01:22.448Z Compiling num-integer v0.1.46
21362026-05-21T17:01:22.452Z Compiling hash32 v0.2.1
21372026-05-21T17:01:22.480Z Compiling vergen-lib v0.1.6
21382026-05-21T17:01:22.500Z Compiling ff v0.13.1
21392026-05-21T17:01:22.526Z Compiling winnow v0.7.14
21402026-05-21T17:01:22.653Z Compiling clap_lex v1.0.0
21412026-05-21T17:01:22.687Z Compiling base16ct v0.2.0
21422026-05-21T17:01:22.775Z Compiling psl-types v2.0.11
21432026-05-21T17:01:22.828Z Compiling fallible-iterator v0.2.0
21442026-05-21T17:01:22.900Z Compiling publicsuffix v2.3.0
21452026-05-21T17:01:22.995Z Compiling clap_builder v4.5.60
21462026-05-21T17:01:23.028Z Compiling sec1 v0.7.3
21472026-05-21T17:01:23.069Z Compiling num-iter v0.1.45
21482026-05-21T17:01:23.093Z Compiling group v0.13.0
21492026-05-21T17:01:23.154Z Compiling postgres-protocol v0.6.10
21502026-05-21T17:01:23.210Z Compiling rand v0.8.6
21512026-05-21T17:01:23.322Z Compiling newtype-uuid v1.3.2
21522026-05-21T17:01:23.723Z Compiling goblin v0.8.2
21532026-05-21T17:01:23.939Z Compiling oxnet v0.1.4
21542026-05-21T17:01:24.044Z Compiling hyper-tls v0.6.0
21552026-05-21T17:01:24.142Z Compiling derive_builder v0.20.2
21562026-05-21T17:01:24.246Z Compiling phf_shared v0.13.1
21572026-05-21T17:01:24.292Z Compiling zerocopy v0.7.35
21582026-05-21T17:01:24.405Z Compiling lazy_static v1.5.0
21592026-05-21T17:01:24.420Z Compiling pin-project v1.1.11
21602026-05-21T17:01:24.522Z Compiling futures-executor v0.3.32
21612026-05-21T17:01:24.541Z Compiling cargo-platform v0.1.9
21622026-05-21T17:01:24.663Z Compiling hkdf v0.12.4
21632026-05-21T17:01:24.732Z Compiling crypto-bigint v0.5.5
21642026-05-21T17:01:24.762Z Compiling serde_repr v0.1.20
21652026-05-21T17:01:24.778Z Compiling enum-as-inner v0.6.1
21662026-05-21T17:01:24.862Z Compiling vergen v9.0.6
21672026-05-21T17:01:25.076Z Compiling encoding_rs v0.8.35
21682026-05-21T17:01:25.265Z Compiling bitflags v1.3.2
21692026-05-21T17:01:25.291Z Compiling foldhash v0.2.0
21702026-05-21T17:01:25.369Z Compiling managed v0.8.0
21712026-05-21T17:01:25.521Z Compiling mime v0.3.17
21722026-05-21T17:01:25.622Z Compiling same-file v1.0.6
21732026-05-21T17:01:25.773Z Compiling winnow v0.5.40
21742026-05-21T17:01:25.791Z Compiling unicode-segmentation v1.12.0
21752026-05-21T17:01:25.808Z Compiling bumpalo v3.20.2
21762026-05-21T17:01:25.829Z Compiling libbz2-rs-sys v0.2.2
21772026-05-21T17:01:26.065Z Compiling foldhash v0.1.5
21782026-05-21T17:01:26.079Z Compiling zopfli v0.8.3
21792026-05-21T17:01:26.191Z Compiling dof v0.3.0
21802026-05-21T17:01:26.258Z Compiling bzip2 v0.6.1
21812026-05-21T17:01:26.437Z Compiling hashbrown v0.15.5
21822026-05-21T17:01:26.453Z Compiling walkdir v2.5.0
21832026-05-21T17:01:26.482Z Compiling elliptic-curve v0.13.8
21842026-05-21T17:01:26.812Z Compiling hashbrown v0.16.1
21852026-05-21T17:01:27.042Z Compiling clap v4.5.60
21862026-05-21T17:01:27.143Z Compiling toml_edit v0.19.15
21872026-05-21T17:01:27.408Z Compiling cargo_metadata v0.19.2
21882026-05-21T17:01:27.438Z Compiling futures v0.3.32
21892026-05-21T17:01:27.537Z Compiling snafu v0.8.9
21902026-05-21T17:01:27.891Z Compiling phf v0.13.1
21912026-05-21T17:01:28.510Z Compiling signal-hook-mio v0.2.5
21922026-05-21T17:01:28.527Z Compiling daft v0.1.7
21932026-05-21T17:01:28.545Z Compiling zstd v0.13.3
21942026-05-21T17:01:28.580Z Compiling cookie_store v0.22.1
21952026-05-21T17:01:28.647Z Compiling postgres-types v0.2.12
21962026-05-21T17:01:28.662Z Compiling bzip2 v0.4.4
21972026-05-21T17:01:28.755Z Compiling globset v0.4.18
21982026-05-21T17:01:28.758Z Compiling strum v0.27.2
21992026-05-21T17:01:28.827Z Compiling dtrace-parser v0.2.0
22002026-05-21T17:01:28.905Z Compiling hubpack v0.1.2
22012026-05-21T17:01:28.923Z Compiling ed25519 v2.2.3
22022026-05-21T17:01:29.001Z Compiling phf_shared v0.11.3
22032026-05-21T17:01:29.018Z Compiling olpc-cjson v0.1.4
22042026-05-21T17:01:29.151Z Compiling pkcs1 v0.7.5
22052026-05-21T17:01:29.185Z Compiling pem v3.0.6
22062026-05-21T17:01:29.265Z Compiling serde-big-array v0.5.1
22072026-05-21T17:01:29.295Z Compiling serde_plain v1.0.2
22082026-05-21T17:01:29.298Z Compiling rfc6979 v0.4.0
22092026-05-21T17:01:29.383Z Compiling float-cmp v0.10.0
22102026-05-21T17:01:29.447Z Compiling memmap2 v0.9.10
22112026-05-21T17:01:29.447Z Compiling thread-id v4.2.2
22122026-05-21T17:01:29.478Z Compiling env_filter v1.0.0
22132026-05-21T17:01:29.511Z Compiling jiff v0.2.21
22142026-05-21T17:01:29.545Z Compiling data-encoding v2.10.0
22152026-05-21T17:01:29.560Z Compiling static_assertions v1.1.0
22162026-05-21T17:01:29.576Z Compiling toml_write v0.1.2
22172026-05-21T17:01:29.666Z Compiling either v1.15.0
22182026-05-21T17:01:29.681Z Compiling predicates-core v1.0.10
22192026-05-21T17:01:29.685Z Compiling fixedbitset v0.4.2
22202026-05-21T17:01:29.750Z Compiling normalize-line-endings v0.3.0
22212026-05-21T17:01:29.766Z Compiling keccak v0.1.6
22222026-05-21T17:01:29.800Z Compiling difflib v0.4.0
22232026-05-21T17:01:29.860Z Compiling new_debug_unreachable v1.0.6
22242026-05-21T17:01:29.874Z Compiling fixedbitset v0.5.7
22252026-05-21T17:01:29.893Z Compiling typed-path v0.9.3
22262026-05-21T17:01:29.909Z Compiling whoami v2.1.0
22272026-05-21T17:01:29.948Z Compiling precomputed-hash v0.1.1
22282026-05-21T17:01:29.984Z Compiling sha3 v0.10.8
22292026-05-21T17:01:30.050Z Compiling predicates v3.1.4
22302026-05-21T17:01:30.081Z Compiling petgraph v0.8.3
22312026-05-21T17:01:30.170Z Compiling tokio-postgres v0.7.16
22322026-05-21T17:01:30.248Z Compiling string_cache v0.8.9
22332026-05-21T17:01:30.264Z Compiling itertools v0.13.0
22342026-05-21T17:01:30.268Z Compiling petgraph v0.6.5
22352026-05-21T17:01:30.479Z Compiling hickory-proto v0.25.2
22362026-05-21T17:01:30.633Z Compiling toml_edit v0.22.27
22372026-05-21T17:01:31.255Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22382026-05-21T17:01:31.281Z Compiling env_logger v0.11.9
22392026-05-21T17:01:31.541Z Compiling usdt v0.6.0
22402026-05-21T17:01:31.810Z Compiling ecdsa v0.16.9
22412026-05-21T17:01:32.009Z Compiling rsa v0.9.10
22422026-05-21T17:01:32.214Z Compiling zip v4.6.1
22432026-05-21T17:01:32.577Z Compiling ed25519-dalek v2.2.0
22442026-05-21T17:01:32.846Z Compiling zip v0.6.6
22452026-05-21T17:01:32.876Z Compiling crossterm v0.28.1
22462026-05-21T17:01:33.115Z Compiling iddqd v0.4.1
22472026-05-21T17:01:33.154Z Compiling toml v0.7.8
22482026-05-21T17:01:33.385Z Compiling crossbeam-epoch v0.9.18
22492026-05-21T17:01:33.600Z Compiling toml_parser v1.0.9+spec-1.1.0
22502026-05-21T17:01:33.684Z Compiling similar v2.7.0
22512026-05-21T17:01:33.707Z Compiling heck v0.4.1
22522026-05-21T17:01:33.724Z Compiling serde_with v3.17.0
22532026-05-21T17:01:33.936Z Compiling strum v0.26.3
22542026-05-21T17:01:34.074Z Compiling tokio-stream v0.1.18
22552026-05-21T17:01:34.078Z Compiling buf-list v1.1.2
22562026-05-21T17:01:34.166Z Compiling x509-cert v0.2.5
22572026-05-21T17:01:34.291Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22582026-05-21T17:01:34.426Z Compiling openapiv3 v2.2.0
22592026-05-21T17:01:34.502Z Compiling sha1 v0.10.6
22602026-05-21T17:01:34.542Z Compiling structmeta-derive v0.3.0
22612026-05-21T17:01:34.558Z Compiling toml_datetime v0.7.5+spec-1.1.0
22622026-05-21T17:01:34.701Z Compiling peg-runtime v0.8.5
22632026-05-21T17:01:34.963Z Compiling radium v0.7.0
22642026-05-21T17:01:35.003Z Compiling lalrpop-util v0.19.12
22652026-05-21T17:01:35.540Z Compiling structmeta v0.3.0
22662026-05-21T17:01:36.300Z Compiling maybe-uninit v2.0.0
22672026-05-21T17:01:36.424Z Compiling tap v1.0.1
22682026-05-21T17:01:36.652Z Compiling wyz v0.5.1
22692026-05-21T17:01:38.012Z Compiling packed_struct v0.10.1
22702026-05-21T17:01:38.070Z Compiling funty v2.0.0
22712026-05-21T17:01:38.999Z Compiling bitvec v1.0.1
22722026-05-21T17:01:40.945Z Compiling packed_struct_codegen v0.10.1
22732026-05-21T17:01:41.167Z Compiling bitfield-macros v0.19.4
22742026-05-21T17:01:41.371Z Compiling zerocopy-derive v0.6.6
22752026-05-21T17:01:41.773Z Compiling indexmap v1.9.3
22762026-05-21T17:01:41.861Z Compiling nodrop v0.1.14
22772026-05-21T17:01:41.928Z Compiling crc-catalog v2.4.0
22782026-05-21T17:01:42.043Z Compiling typeid v1.0.3
22792026-05-21T17:01:42.234Z Compiling zerocopy v0.6.6
22802026-05-21T17:01:42.623Z Compiling crc v3.4.0
22812026-05-21T17:01:42.817Z Compiling array-init v0.0.4
22822026-05-21T17:01:42.872Z Compiling bitfield v0.19.4
22832026-05-21T17:01:43.312Z Compiling smallvec v0.6.14
22842026-05-21T17:01:43.791Z Compiling derive-ex v0.1.8
22852026-05-21T17:01:45.572Z Compiling erased-serde v0.4.9
22862026-05-21T17:01:45.806Z Compiling rustls v0.22.4
22872026-05-21T17:01:45.821Z Compiling base64 v0.21.7
22882026-05-21T17:01:46.224Z Compiling hashbrown v0.12.3
22892026-05-21T17:01:46.769Z Compiling rustls-webpki v0.103.9
22902026-05-21T17:01:47.199Z Compiling ron v0.8.1
22912026-05-21T17:01:48.749Z Compiling test-strategy v0.4.5
22922026-05-21T17:01:49.683Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22932026-05-21T17:01:50.054Z Compiling serde-hex v0.1.0
22942026-05-21T17:01:50.644Z Compiling tokio-rustls v0.26.4
22952026-05-21T17:01:50.928Z Compiling hyper-rustls v0.27.7
22962026-05-21T17:01:51.268Z Compiling reqwest v0.12.28
22972026-05-21T17:01:51.285Z Compiling rustls-platform-verifier v0.6.2
22982026-05-21T17:01:51.391Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22992026-05-21T17:01:51.507Z Compiling reqwest v0.13.2
23002026-05-21T17:01:51.615Z Compiling toml v0.8.23
23012026-05-21T17:01:51.692Z Compiling hashbrown v0.13.2
23022026-05-21T17:01:51.926Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23032026-05-21T17:01:52.137Z Compiling rustls-webpki v0.102.8
23042026-05-21T17:01:52.312Z Compiling filetime v0.2.27
23052026-05-21T17:01:52.605Z Compiling multer v3.1.0
23062026-05-21T17:01:52.625Z Compiling thread_local v1.1.9
23072026-05-21T17:01:52.683Z Compiling compression-core v0.4.31
23082026-05-21T17:01:52.776Z Compiling match_cfg v0.1.0
23092026-05-21T17:01:52.825Z Compiling tough v0.22.0
23102026-05-21T17:01:52.872Z Compiling slog-async v2.8.0
23112026-05-21T17:01:52.889Z Compiling xattr v1.6.1
23122026-05-21T17:01:52.978Z Compiling crc-any v2.5.0
23132026-05-21T17:01:52.991Z Compiling rayon-core v1.13.0
23142026-05-21T17:01:53.102Z Compiling tar v0.4.45
23152026-05-21T17:01:53.185Z Compiling hostname v0.3.1
23162026-05-21T17:01:53.253Z Compiling compression-codecs v0.4.37
23172026-05-21T17:01:53.289Z Compiling object v0.30.4
23182026-05-21T17:01:53.375Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23192026-05-21T17:01:53.642Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23202026-05-21T17:01:53.993Z Compiling crossbeam-channel v0.5.15
23212026-05-21T17:01:54.010Z Compiling slog-json v2.6.1
23222026-05-21T17:01:54.046Z Compiling async-stream-impl v0.3.6
23232026-05-21T17:01:54.298Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23242026-05-21T17:01:54.316Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23252026-05-21T17:01:54.549Z Compiling ordered-float v2.10.1
23262026-05-21T17:01:54.643Z Compiling serde_spanned v1.0.4
23272026-05-21T17:01:54.660Z Compiling toml_datetime v1.0.0+spec-1.1.0
23282026-05-21T17:01:54.711Z Compiling serde_path_to_error v0.1.20
23292026-05-21T17:01:54.726Z Compiling is-terminal v0.4.17
23302026-05-21T17:01:54.740Z Compiling dropshot v0.17.0
23312026-05-21T17:01:54.824Z Compiling fs-err v2.11.0
23322026-05-21T17:01:54.841Z Compiling term v1.2.1
23332026-05-21T17:01:54.856Z Compiling toml_writer v1.0.6+spec-1.1.0
23342026-05-21T17:01:54.888Z Compiling path-slash v0.1.5
23352026-05-21T17:01:54.963Z Compiling take_mut v0.2.2
23362026-05-21T17:01:55.046Z Compiling debug-ignore v1.0.5
23372026-05-21T17:01:55.100Z Compiling toml v1.0.6+spec-1.1.0
23382026-05-21T17:01:55.151Z Compiling slog-term v2.9.2
23392026-05-21T17:01:55.190Z Compiling serde-value v0.7.0
23402026-05-21T17:01:55.235Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23412026-05-21T17:01:55.250Z Compiling async-stream v0.3.6
23422026-05-21T17:01:55.410Z Compiling tokio-rustls v0.25.0
23432026-05-21T17:01:55.478Z Compiling slog-bunyan v2.5.0
23442026-05-21T17:01:55.600Z Compiling serde-untagged v0.1.9
23452026-05-21T17:01:55.690Z Compiling async-compression v0.4.41
23462026-05-21T17:01:55.926Z Compiling crossbeam-deque v0.8.6
23472026-05-21T17:01:55.982Z Compiling parse-display-derive v0.10.0
23482026-05-21T17:01:56.171Z Compiling camino-tempfile v1.4.1
23492026-05-21T17:01:56.186Z Compiling dropshot_endpoint v0.17.0
23502026-05-21T17:01:56.364Z Compiling newtype-uuid-macros v0.1.0
23512026-05-21T17:01:56.380Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23522026-05-21T17:01:56.433Z Compiling backon v1.6.0
23532026-05-21T17:01:56.531Z Compiling waitgroup v0.1.2
23542026-05-21T17:01:56.586Z Compiling half v2.7.1
23552026-05-21T17:01:56.691Z Compiling rustls-pemfile v2.2.0
23562026-05-21T17:01:56.716Z Compiling blake3 v1.8.3
23572026-05-21T17:01:56.720Z Compiling hostname v0.4.2
23582026-05-21T17:01:56.750Z Compiling instant v0.1.13
23592026-05-21T17:01:56.875Z Compiling unicode-xid v0.2.6
23602026-05-21T17:01:56.895Z Compiling ciborium-io v0.2.2
23612026-05-21T17:01:56.921Z Compiling backoff v0.4.0
23622026-05-21T17:01:56.976Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23632026-05-21T17:01:57.004Z Compiling ciborium-ll v0.2.2
23642026-05-21T17:01:57.019Z Compiling cargo-util-schemas v0.8.2
23652026-05-21T17:01:57.117Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23662026-05-21T17:01:57.166Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23672026-05-21T17:01:57.402Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23682026-05-21T17:01:57.487Z Compiling parse-display v0.10.0
23692026-05-21T17:01:57.598Z Compiling regress v0.10.5
23702026-05-21T17:01:57.686Z Compiling itertools v0.14.0
23712026-05-21T17:01:57.717Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23722026-05-21T17:01:58.032Z Compiling macaddr v1.0.1
23732026-05-21T17:01:58.097Z Compiling cargo-platform v0.2.0
23742026-05-21T17:01:58.341Z Compiling arrayref v0.3.9
23752026-05-21T17:01:58.383Z Compiling constant_time_eq v0.4.2
23762026-05-21T17:01:58.436Z Compiling parse-size v1.1.0
23772026-05-21T17:01:58.555Z Compiling arrayvec v0.7.6
23782026-05-21T17:01:58.596Z Compiling indent_write v2.2.0
23792026-05-21T17:01:58.642Z Compiling cargo_metadata v0.21.0
23802026-05-21T17:01:58.659Z Compiling ciborium v0.2.2
23812026-05-21T17:01:58.815Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23822026-05-21T17:01:58.875Z Compiling display-error-chain v0.2.2
23832026-05-21T17:01:59.047Z Compiling topological-sort v0.2.2
23842026-05-21T17:01:59.211Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23852026-05-21T17:01:59.237Z Compiling shell-words v1.1.1
23862026-05-21T17:02:09.611Z Compiling progenitor-client v0.14.0
23872026-05-21T17:02:09.655Z Compiling progenitor-client v0.10.0
23882026-05-21T17:02:09.656Z Compiling omicron-zone-package v0.12.2
23892026-05-21T17:02:10.092Z Compiling progenitor-extras v0.2.0
23902026-05-21T17:02:12.444Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23912026-05-21T17:02:12.463Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23922026-05-21T17:02:12.515Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23932026-05-21T17:02:12.666Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23942026-05-21T17:02:16.696Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23952026-05-21T17:02:20.095Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23962026-05-21T17:02:28.093Z Finished `release` profile [optimized] target(s) in 1m 32s
23972026-05-21T17:02:28.243Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23982026-05-21T17:02:28.300ZMay 21 17:02:28.255 DEBG changing working directory to /work/oxidecomputer/omicron
23992026-05-21T17:02:28.391ZMay 21 17:02:28.346 DEBG running: git rev-parse HEAD
24002026-05-21T17:02:28.394ZMay 21 17:02:28.348 DEBG process exited with exit status: 0 (2.505394ms)
24012026-05-21T17:02:28.394ZMay 21 17:02:28.348 INFO version: 20.0.0-0.ci+git65955161ff5
24022026-05-21T17:02:28.401ZMay 21 17:02:28.357 INFO cloning helios to /work/oxidecomputer/helios
24032026-05-21T17:02:28.401ZMay 21 17:02:28.357 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24042026-05-21T17:02:28.404ZCloning into '/work/oxidecomputer/helios'...
24052026-05-21T17:02:28.983ZMay 21 17:02:28.937 DEBG process exited with exit status: 0 (579.944696ms)
24062026-05-21T17:02:28.983ZMay 21 17:02:28.937 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24072026-05-21T17:02:28.988ZMay 21 17:02:28.939 DEBG process exited with exit status: 0 (2.322003ms)
24082026-05-21T17:02:28.988ZMay 21 17:02:28.939 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24092026-05-21T17:02:29.305ZMay 21 17:02:29.260 DEBG process exited with exit status: 0 (321.147161ms)
24102026-05-21T17:02:29.305ZMay 21 17:02:29.260 DEBG running: zfs list rpool/images/build/host
24112026-05-21T17:02:29.309ZNAME USED AVAIL REFER MOUNTPOINT
24122026-05-21T17:02:29.309Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24132026-05-21T17:02:29.311ZMay 21 17:02:29.265 DEBG process exited with exit status: 0 (4.399327ms)
24142026-05-21T17:02:29.311ZMay 21 17:02:29.265 DEBG running: zfs list rpool/images/build/recovery
24152026-05-21T17:02:29.315ZNAME USED AVAIL REFER MOUNTPOINT
24162026-05-21T17:02:29.315Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24172026-05-21T17:02:29.315ZMay 21 17:02:29.268 DEBG process exited with exit status: 0 (3.497805ms)
24182026-05-21T17:02:29.315ZMay 21 17:02:29.269 INFO [incorp-manifest] running task
24192026-05-21T17:02:29.315ZMay 21 17:02:29.269 INFO [hubris-staging] running task
24202026-05-21T17:02:29.315ZMay 21 17:02:29.269 INFO [hubris-production] running task
24212026-05-21T17:02:29.315ZMay 21 17:02:29.269 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24222026-05-21T17:02:29.315ZMay 21 17:02:29.269 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24232026-05-21T17:02:29.315ZMay 21 17:02:29.270 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24242026-05-21T17:02:29.318ZMay 21 17:02:29.271 INFO [incorp-create] running: pkgrepo create /work/incorporation
24252026-05-21T17:02:29.355Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24262026-05-21T17:02:29.552ZMay 21 17:02:29.507 INFO [incorp-create] process exited with exit status: 0 (237.231883ms)
24272026-05-21T17:02:29.555ZMay 21 17:02:29.507 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24282026-05-21T17:02:29.780ZMay 21 17:02:29.735 INFO [incorp-publisher] process exited with exit status: 0 (227.700168ms)
24292026-05-21T17:02:29.817Z[ omicron-package] Blocking waiting for file lock on package cache
24302026-05-21T17:02:29.844ZMay 21 17:02:29.800 DEBG process exited with exit status: 0 (531.096091ms)
24312026-05-21T17:02:29.847ZMay 21 17:02:29.800 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24322026-05-21T17:02:30.300Z[ omicron-package] Blocking waiting for file lock on package cache
24332026-05-21T17:02:30.382ZMay 21 17:02:30.337 DEBG process exited with exit status: 0 (537.404291ms)
24342026-05-21T17:02:30.385ZMay 21 17:02:30.338 INFO [incorp-manifest] task succeeded (1.069850015s)
24352026-05-21T17:02:30.385ZMay 21 17:02:30.339 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24362026-05-21T17:02:30.422ZMay 21 17:02:30.378 INFO [hubris-production] task succeeded (1.108922265s)
24372026-05-21T17:02:30.560ZMay 21 17:02:30.515 INFO [incorp-fmt] process exited with exit status: 0 (176.7378ms)
24382026-05-21T17:02:30.563ZMay 21 17:02:30.515 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24392026-05-21T17:02:30.794Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260521T170230Z
24402026-05-21T17:02:30.794Z[ incorp-pkgsend] PUBLISHED
24412026-05-21T17:02:30.844ZMay 21 17:02:30.799 INFO [incorp-pkgsend] process exited with exit status: 0 (283.274032ms)
24422026-05-21T17:02:30.847ZMay 21 17:02:30.799 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24432026-05-21T17:02:31.034Z[ helios-incorp] Retrieving packages for publisher helios ...
24442026-05-21T17:02:31.037Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24452026-05-21T17:02:31.058Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24462026-05-21T17:02:31.058Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24472026-05-21T17:02:31.062Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24482026-05-21T17:02:31.062Z[ helios-incorp]
24492026-05-21T17:02:31.062Z[ helios-incorp] Archiving packages ...
24502026-05-21T17:02:31.062Z[ helios-incorp] Packages to add: 1
24512026-05-21T17:02:31.062Z[ helios-incorp] Files to retrieve: 0
24522026-05-21T17:02:31.062Z[ helios-incorp] Estimated transfer size: 0.00 B
24532026-05-21T17:02:31.062Z[ helios-incorp]
24542026-05-21T17:02:31.062Z[ helios-incorp] Packages to archive:
24552026-05-21T17:02:31.062Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260521T170230Z
24562026-05-21T17:02:31.062Z[ helios-incorp]
24572026-05-21T17:02:31.066Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24582026-05-21T17:02:31.066Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24592026-05-21T17:02:31.111ZMay 21 17:02:31.066 INFO [helios-incorp] process exited with exit status: 0 (267.346009ms)
24602026-05-21T17:02:31.292Z[ omicron-package] Compiling ring v0.17.14
24612026-05-21T17:02:31.523Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24622026-05-21T17:02:31.523Z[ omicron-package] Compiling itertools v0.14.0
24632026-05-21T17:02:31.527Z[ omicron-package] Compiling secrecy v0.10.3
24642026-05-21T17:02:31.527Z[ omicron-package] Compiling heapless v0.8.0
24652026-05-21T17:02:31.527Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24662026-05-21T17:02:31.527Z[ omicron-package] Compiling hash32 v0.3.1
24672026-05-21T17:02:31.527Z[ omicron-package] Compiling smoltcp v0.11.0
24682026-05-21T17:02:31.527Z[ omicron-package] Compiling unicode-width v0.2.0
24692026-05-21T17:02:31.527Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24702026-05-21T17:02:31.527Z[ omicron-package] Compiling cobs v0.3.0
24712026-05-21T17:02:31.527Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24722026-05-21T17:02:31.527Z[ omicron-package] Compiling universal-hash v0.5.1
24732026-05-21T17:02:31.527Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24742026-05-21T17:02:31.527Z[ omicron-package] Compiling convert_case v0.4.0
24752026-05-21T17:02:32.486Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24762026-05-21T17:02:32.731Z[ omicron-package] Compiling opaque-debug v0.3.1
24772026-05-21T17:02:32.737Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24782026-05-21T17:02:32.830Z[ omicron-package] Compiling postcard v1.1.3
24792026-05-21T17:02:32.912Z[ omicron-package] Compiling derive_more v0.99.20
24802026-05-21T17:02:32.912Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
24812026-05-21T17:02:33.036Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24822026-05-21T17:02:33.058Z[ omicron-package] Compiling password-hash v0.5.0
24832026-05-21T17:02:33.058Z[ omicron-package] Compiling chacha20 v0.9.1
24842026-05-21T17:02:33.116Z[ omicron-package] Compiling poly1305 v0.8.0
24852026-05-21T17:02:33.116Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
24862026-05-21T17:02:33.135Z[ omicron-package] Compiling blake2 v0.10.6
24872026-05-21T17:02:33.192Z[ omicron-package] Compiling num_enum_derive v0.7.5
24882026-05-21T17:02:33.196Z[ omicron-package] Compiling aead v0.5.2
24892026-05-21T17:02:33.238Z[ omicron-package] Compiling ingot-macros v0.1.1
24902026-05-21T17:02:33.490Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24912026-05-21T17:02:33.524Z[ omicron-package] Compiling proc-macro-error v1.0.4
24922026-05-21T17:02:33.593Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24932026-05-21T17:02:33.705Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24942026-05-21T17:02:33.872Z[ omicron-package] Compiling thiserror-no-std v2.0.2
24952026-05-21T17:02:33.940Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24962026-05-21T17:02:33.967Z[ omicron-package] Compiling cpufeatures v0.3.0
24972026-05-21T17:02:34.100Z[ omicron-package] Compiling chacha20 v0.10.0
24982026-05-21T17:02:34.104Z[ omicron-package] Compiling vsss-rs v3.3.4
24992026-05-21T17:02:34.162Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25002026-05-21T17:02:34.162Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25012026-05-21T17:02:34.162Z[ omicron-package] Compiling num_enum_derive v0.5.11
25022026-05-21T17:02:34.279Z[ omicron-package] Compiling argon2 v0.5.3
25032026-05-21T17:02:34.517Z[ omicron-package] Compiling foreign-types v0.5.0
25042026-05-21T17:02:34.613Z[ omicron-package] Compiling tabwriter v1.4.1
25052026-05-21T17:02:34.633Z[ omicron-package] Compiling byte-wrapper v0.1.0
25062026-05-21T17:02:34.657Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25072026-05-21T17:02:34.676Z[ omicron-package] Compiling num_enum v0.7.5
25082026-05-21T17:02:34.679Z[ omicron-package] Compiling cstr-argument v0.1.2
25092026-05-21T17:02:34.785Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25102026-05-21T17:02:34.847Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25112026-05-21T17:02:34.968Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25122026-05-21T17:02:35.062Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25132026-05-21T17:02:35.143Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25142026-05-21T17:02:35.169Z[ omicron-package] Compiling rand v0.10.0
25152026-05-21T17:02:35.246Z[ omicron-package] Compiling num_enum v0.5.11
25162026-05-21T17:02:35.283Z[ omicron-package] Compiling rayon v1.11.0
25172026-05-21T17:02:35.360Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25182026-05-21T17:02:35.381Z[ omicron-package] Compiling colored v3.1.1
25192026-05-21T17:02:35.413Z[ omicron-package] Compiling libefi-sys v0.1.0
25202026-05-21T17:02:35.416Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25212026-05-21T17:02:35.450Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25222026-05-21T17:02:35.454Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25232026-05-21T17:02:35.502Z[ omicron-package] Compiling itertools v0.12.1
25242026-05-21T17:02:35.656Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25252026-05-21T17:02:35.717Z[ omicron-package] Compiling rustls v0.23.37
25262026-05-21T17:02:35.845Z[ omicron-package] Compiling usdt-macro v0.5.0
25272026-05-21T17:02:35.869Z[ omicron-package] Compiling memmap v0.7.0
25282026-05-21T17:02:35.932Z[ omicron-package] Compiling sigpipe v0.1.3
25292026-05-21T17:02:36.108Z[ omicron-package] Compiling bitfield-struct v0.6.2
25302026-05-21T17:02:36.125Z[ omicron-package] Compiling num-derive v0.4.2
25312026-05-21T17:02:36.182Z[ omicron-package] Compiling swrite v0.1.0
25322026-05-21T17:02:36.200Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25332026-05-21T17:02:36.221Z[ omicron-package] Compiling glob v0.3.3
25342026-05-21T17:02:36.265Z[ omicron-package] Compiling ingot-types v0.1.2
25352026-05-21T17:02:36.384Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25362026-05-21T17:02:36.600Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25372026-05-21T17:02:36.656Z[ omicron-package] Compiling smf v0.2.3
25382026-05-21T17:02:36.692Z[ omicron-package] Compiling usdt v0.5.0
25392026-05-21T17:02:36.769Z[ omicron-package] Compiling ingot v0.1.1
25402026-05-21T17:02:37.015Z[ omicron-package] Compiling rustls-webpki v0.103.9
25412026-05-21T17:02:37.103Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25422026-05-21T17:02:37.136Z[ omicron-package] Compiling zone v0.3.1
25432026-05-21T17:02:37.166Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25442026-05-21T17:02:37.240Z[ omicron-package] Compiling whoami v1.6.1
25452026-05-21T17:02:37.262Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462026-05-21T17:02:37.314Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25472026-05-21T17:02:37.435Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25482026-05-21T17:02:37.504Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25492026-05-21T17:02:37.507Z[ omicron-package] Compiling console v0.16.2
25502026-05-21T17:02:37.534Z[ omicron-package] Compiling gethostname v0.5.0
25512026-05-21T17:02:37.674Z[ omicron-package] Compiling unit-prefix v0.5.2
25522026-05-21T17:02:37.840Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25532026-05-21T17:02:37.890Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25542026-05-21T17:02:38.101Z[ omicron-package] Compiling indicatif v0.18.4
25552026-05-21T17:02:38.466Z[ omicron-package] Compiling rustls v0.22.4
25562026-05-21T17:02:38.911Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25572026-05-21T17:02:39.684Z[ omicron-package] Compiling rustls-webpki v0.102.8
25582026-05-21T17:02:40.153Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25592026-05-21T17:02:40.884Z[ omicron-package] Compiling tokio-rustls v0.26.4
25602026-05-21T17:02:40.884Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25612026-05-21T17:02:41.106Z[ omicron-package] Compiling hyper-rustls v0.27.7
25622026-05-21T17:02:41.323Z[ omicron-package] Compiling reqwest v0.12.28
25632026-05-21T17:02:41.323Z[ omicron-package] Compiling reqwest v0.13.2
25642026-05-21T17:02:41.399Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
25652026-05-21T17:02:42.175Z[ omicron-package] Compiling tokio-rustls v0.25.0
25662026-05-21T17:02:42.476Z[ omicron-package] Compiling dropshot v0.17.0
25672026-05-21T17:02:43.148Z[ omicron-package] Compiling tough v0.22.0
25682026-05-21T17:02:44.680Z[ helios-setup] May 21 17:02:44.623 INFO helios repository root is: /work/oxidecomputer/helios
25692026-05-21T17:02:44.680Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25702026-05-21T17:02:44.680Z[ helios-setup] May 21 17:02:44.624 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
25712026-05-21T17:02:44.683Z[ helios-setup] May 21 17:02:44.625 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
25722026-05-21T17:02:45.639Z[ helios-setup] May 21 17:02:45.595 INFO clone ok!, project: amd-host-image-builder
25732026-05-21T17:02:45.643Z[ helios-setup] May 21 17:02:45.595 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
25742026-05-21T17:02:45.643Z[ helios-setup] May 21 17:02:45.595 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25752026-05-21T17:02:45.643Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25762026-05-21T17:02:45.779ZMay 21 17:02:45.734 INFO [hubris-staging] task succeeded (16.46522578s)
25772026-05-21T17:02:45.911Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25782026-05-21T17:02:46.274Z[ omicron-package] Compiling progenitor-client v0.14.0
25792026-05-21T17:02:46.339Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25802026-05-21T17:02:46.395Z[ omicron-package] Compiling progenitor-client v0.10.0
25812026-05-21T17:02:46.473Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25822026-05-21T17:02:46.574Z[ omicron-package] Compiling progenitor-extras v0.2.0
25832026-05-21T17:02:46.659Z[ helios-setup] May 21 17:02:46.614 INFO clone ok!, project: image-builder
25842026-05-21T17:02:46.659Z[ helios-setup] May 21 17:02:46.614 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25852026-05-21T17:02:46.662Z[ helios-setup] May 21 17:02:46.614 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
25862026-05-21T17:02:46.663Z[ helios-setup] May 21 17:02:46.614 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25872026-05-21T17:02:46.663Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25882026-05-21T17:02:47.244Z[ helios-setup] May 21 17:02:47.199 INFO clone ok!, project: bootserver
25892026-05-21T17:02:47.247Z[ helios-setup] May 21 17:02:47.200 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
25902026-05-21T17:02:47.247Z[ helios-setup] May 21 17:02:47.200 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25912026-05-21T17:02:47.248Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25922026-05-21T17:02:48.141Z[ helios-setup] May 21 17:02:48.096 INFO clone ok!, project: pilot
25932026-05-21T17:02:48.141Z[ helios-setup] May 21 17:02:48.096 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
25942026-05-21T17:02:48.141Z[ helios-setup] May 21 17:02:48.096 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25952026-05-21T17:02:48.144Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25962026-05-21T17:02:48.876Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25972026-05-21T17:02:49.024Z[ helios-setup] May 21 17:02:48.979 INFO clone ok!, project: dmar-report
25982026-05-21T17:02:49.024Z[ helios-setup] May 21 17:02:48.979 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25992026-05-21T17:02:49.027Z[ helios-setup] May 21 17:02:48.979 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26002026-05-21T17:02:49.027Z[ helios-setup] May 21 17:02:48.979 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
26012026-05-21T17:02:49.027Z[ helios-setup] May 21 17:02:48.979 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26022026-05-21T17:02:49.027Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26032026-05-21T17:02:49.218Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26042026-05-21T17:02:49.303Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26052026-05-21T17:02:49.328Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26062026-05-21T17:02:49.413Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26072026-05-21T17:02:49.435Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26082026-05-21T17:02:49.502Z[ helios-setup] May 21 17:02:49.457 INFO clone ok!, project: pinprick
26092026-05-21T17:02:49.502Z[ helios-setup] May 21 17:02:49.458 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
26102026-05-21T17:02:49.505Z[ helios-setup] May 21 17:02:49.458 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26112026-05-21T17:02:49.505Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26122026-05-21T17:02:49.509Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132026-05-21T17:02:49.605Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26142026-05-21T17:02:49.635Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26152026-05-21T17:02:53.489Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26162026-05-21T17:02:56.391Z[ helios-setup] May 21 17:02:56.346 INFO clone ok!, project: amd-firmware
26172026-05-21T17:02:56.394Z[ helios-setup] May 21 17:02:56.346 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
26182026-05-21T17:02:56.394Z[ helios-setup] May 21 17:02:56.346 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26192026-05-21T17:02:56.394Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26202026-05-21T17:02:57.319Z[ helios-setup] May 21 17:02:57.274 INFO clone ok!, project: phbl
26212026-05-21T17:02:57.319Z[ helios-setup] May 21 17:02:57.274 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
26222026-05-21T17:02:57.319Z[ helios-setup] May 21 17:02:57.274 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26232026-05-21T17:02:57.322Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26242026-05-21T17:02:58.160Z[ helios-setup] May 21 17:02:58.115 INFO clone ok!, project: chelsio-t6-roms
26252026-05-21T17:02:58.163Z[ helios-setup] May 21 17:02:58.115 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26262026-05-21T17:02:58.369Z[ helios-setup] May 21 17:02:58.324 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26272026-05-21T17:02:58.581Z[ helios-setup] May 21 17:02:58.536 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26282026-05-21T17:02:58.581Z[ helios-setup] May 21 17:02:58.536 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26292026-05-21T17:02:58.789Z[ helios-setup] May 21 17:02:58.745 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26302026-05-21T17:02:59.001Z[ helios-setup] May 21 17:02:58.955 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26312026-05-21T17:02:59.001Z[ helios-setup] May 21 17:02:58.955 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26322026-05-21T17:02:59.212Z[ helios-setup] May 21 17:02:59.167 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26332026-05-21T17:02:59.425Z[ helios-setup] May 21 17:02:59.380 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26342026-05-21T17:02:59.425Z[ helios-setup] May 21 17:02:59.380 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26352026-05-21T17:02:59.428Z[ helios-setup] May 21 17:02:59.380 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26362026-05-21T17:02:59.428Z[ helios-setup] May 21 17:02:59.380 INFO ok!
26372026-05-21T17:02:59.428Z[ helios-setup] May 21 17:02:59.380 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26382026-05-21T17:02:59.428Z[ helios-setup] May 21 17:02:59.380 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26392026-05-21T17:02:59.428Z[ helios-setup] May 21 17:02:59.380 INFO ok!
26402026-05-21T17:02:59.428Z[ helios-setup] May 21 17:02:59.380 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26412026-05-21T17:02:59.428Z[ helios-setup] May 21 17:02:59.380 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26422026-05-21T17:02:59.428Z[ helios-setup] May 21 17:02:59.380 INFO ok!
26432026-05-21T17:02:59.428Z[ helios-setup] May 21 17:02:59.380 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26442026-05-21T17:02:59.453Z[ helios-setup] May 21 17:02:59.409 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
26452026-05-21T17:02:59.453Z[ helios-setup] May 21 17:02:59.409 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26462026-05-21T17:02:59.457Z[ helios-setup] May 21 17:02:59.409 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26472026-05-21T17:02:59.562Z[ helios-setup] May 21 17:02:59.517 INFO E| Updating crates.io index
26482026-05-21T17:02:59.562Z[ helios-setup] May 21 17:02:59.517 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26492026-05-21T17:02:59.988Z[ helios-setup] May 21 17:02:59.944 INFO E| From https://github.com/oxidecomputer/amd-apcb
26502026-05-21T17:02:59.989Z[ helios-setup] May 21 17:02:59.944 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
26512026-05-21T17:03:00.041Z[ helios-setup] May 21 17:02:59.997 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26522026-05-21T17:03:00.382Z[ helios-setup] May 21 17:03:00.337 INFO E| From https://github.com/oxidecomputer/amd-efs
26532026-05-21T17:03:00.382Z[ helios-setup] May 21 17:03:00.337 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
26542026-05-21T17:03:00.637Z[ helios-setup] May 21 17:03:00.592 INFO E| Downloading crates ...
26552026-05-21T17:03:00.704Z[ helios-setup] May 21 17:03:00.659 INFO E| Downloaded autocfg v1.4.0
26562026-05-21T17:03:00.713Z[ helios-setup] May 21 17:03:00.668 INFO E| Downloaded unic-char-property v0.9.0
26572026-05-21T17:03:00.715Z[ helios-setup] May 21 17:03:00.669 INFO E| Downloaded heck v0.3.3
26582026-05-21T17:03:00.720Z[ helios-setup] May 21 17:03:00.674 INFO E| Downloaded unic-common v0.9.0
26592026-05-21T17:03:00.723Z[ helios-setup] May 21 17:03:00.675 INFO E| Downloaded four-cc v0.4.0
26602026-05-21T17:03:00.723Z[ helios-setup] May 21 17:03:00.676 INFO E| Downloaded parse_int v0.9.0
26612026-05-21T17:03:00.728Z[ helios-setup] May 21 17:03:00.683 INFO E| Downloaded strsim v0.8.0
26622026-05-21T17:03:00.734Z[ helios-setup] May 21 17:03:00.688 INFO E| Downloaded unic-ucd-version v0.9.0
26632026-05-21T17:03:00.737Z[ helios-setup] May 21 17:03:00.689 INFO E| Downloaded fletcher v1.0.0
26642026-05-21T17:03:00.740Z[ helios-setup] May 21 17:03:00.693 INFO E| Downloaded vec_map v0.8.2
26652026-05-21T17:03:00.740Z[ helios-setup] May 21 17:03:00.693 INFO E| Downloaded unic-ucd-ident v0.9.0
26662026-05-21T17:03:00.740Z[ helios-setup] May 21 17:03:00.694 INFO E| Downloaded dyn-clone v1.0.19
26672026-05-21T17:03:00.747Z[ helios-setup] May 21 17:03:00.702 INFO E| Downloaded strum v0.27.1
26682026-05-21T17:03:00.754Z[ helios-setup] May 21 17:03:00.709 INFO E| Downloaded structopt-derive v0.4.18
26692026-05-21T17:03:00.757Z[ helios-setup] May 21 17:03:00.710 INFO E| Downloaded proc-macro2 v1.0.95
26702026-05-21T17:03:00.760Z[ helios-setup] May 21 17:03:00.713 INFO E| Downloaded bytesize v2.0.1
26712026-05-21T17:03:00.763Z[ helios-setup] May 21 17:03:00.717 INFO E| Downloaded unic-char-range v0.9.0
26722026-05-21T17:03:00.763Z[ helios-setup] May 21 17:03:00.718 INFO E| Downloaded pest_generator v2.8.0
26732026-05-21T17:03:00.766Z[ helios-setup] May 21 17:03:00.719 INFO E| Downloaded itoa v1.0.15
26742026-05-21T17:03:00.766Z[ helios-setup] May 21 17:03:00.720 INFO E| Downloaded quote v1.0.40
26752026-05-21T17:03:00.766Z[ helios-setup] May 21 17:03:00.721 INFO E| Downloaded rustversion v1.0.20
26762026-05-21T17:03:00.769Z[ helios-setup] May 21 17:03:00.723 INFO E| Downloaded modular-bitfield-impl v0.11.2
26772026-05-21T17:03:00.769Z[ helios-setup] May 21 17:03:00.724 INFO E| Downloaded ansi_term v0.12.1
26782026-05-21T17:03:00.769Z[ helios-setup] May 21 17:03:00.725 INFO E| Downloaded textwrap v0.11.0
26792026-05-21T17:03:00.772Z[ helios-setup] May 21 17:03:00.725 INFO E| Downloaded strum_macros v0.27.1
26802026-05-21T17:03:00.775Z[ helios-setup] May 21 17:03:00.728 INFO E| Downloaded thiserror-impl v2.0.12
26812026-05-21T17:03:00.775Z[ helios-setup] May 21 17:03:00.730 INFO E| Downloaded thiserror v2.0.12
26822026-05-21T17:03:00.778Z[ helios-setup] May 21 17:03:00.733 INFO E| Downloaded modular-bitfield-impl v0.13.1
26832026-05-21T17:03:00.781Z[ helios-setup] May 21 17:03:00.735 INFO E| Downloaded log v0.4.27
26842026-05-21T17:03:00.781Z[ helios-setup] May 21 17:03:00.737 INFO E| Downloaded unicode-ident v1.0.18
26852026-05-21T17:03:00.784Z[ helios-setup] May 21 17:03:00.738 INFO E| Downloaded pest_derive v2.8.0
26862026-05-21T17:03:00.792Z[ helios-setup] May 21 17:03:00.747 INFO E| Downloaded ryu v1.0.20
26872026-05-21T17:03:00.795Z[ helios-setup] May 21 17:03:00.749 INFO E| Downloaded modular-bitfield v0.11.2
26882026-05-21T17:03:00.799Z[ helios-setup] May 21 17:03:00.755 INFO E| Downloaded serde_derive v1.0.219
26892026-05-21T17:03:00.802Z[ helios-setup] May 21 17:03:00.757 INFO E| Downloaded pest_meta v2.8.0
26902026-05-21T17:03:00.808Z[ helios-setup] May 21 17:03:00.763 INFO E| Downloaded modular-bitfield v0.13.1
26912026-05-21T17:03:00.812Z[ helios-setup] May 21 17:03:00.768 INFO E| Downloaded structopt v0.3.26
26922026-05-21T17:03:00.816Z[ helios-setup] May 21 17:03:00.772 INFO E| Downloaded serde v1.0.219
26932026-05-21T17:03:00.831Z[ helios-setup] May 21 17:03:00.786 INFO E| Downloaded memchr v2.7.4
26942026-05-21T17:03:00.834Z[ helios-setup] May 21 17:03:00.789 INFO E| Downloaded zerocopy-derive v0.8.25
26952026-05-21T17:03:00.840Z[ helios-setup] May 21 17:03:00.795 INFO E| Downloaded typenum v1.18.0
26962026-05-21T17:03:00.850Z[ helios-setup] May 21 17:03:00.806 INFO E| Downloaded pest v2.8.0
26972026-05-21T17:03:00.856Z[ helios-setup] May 21 17:03:00.811 INFO E| Downloaded serde_json v1.0.140
26982026-05-21T17:03:00.859Z[ helios-setup] May 21 17:03:00.815 INFO E| Downloaded clap v2.34.0
26992026-05-21T17:03:00.875Z[ helios-setup] May 21 17:03:00.830 INFO E| Downloaded goblin v0.9.3
27002026-05-21T17:03:00.878Z[ helios-setup] May 21 17:03:00.834 INFO E| Downloaded zerocopy v0.8.25
27012026-05-21T17:03:00.892Z[ helios-setup] May 21 17:03:00.848 INFO E| Downloaded syn v2.0.101
27022026-05-21T17:03:00.916Z[ helios-setup] May 21 17:03:00.871 INFO E| Downloaded libc v0.2.172
27032026-05-21T17:03:00.969Z[ helios-setup] May 21 17:03:00.923 INFO E| Compiling proc-macro2 v1.0.95
27042026-05-21T17:03:00.969Z[ helios-setup] May 21 17:03:00.923 INFO E| Compiling unicode-ident v1.0.18
27052026-05-21T17:03:00.969Z[ helios-setup] May 21 17:03:00.923 INFO E| Compiling memchr v2.7.4
27062026-05-21T17:03:00.972Z[ helios-setup] May 21 17:03:00.923 INFO E| Compiling thiserror v2.0.12
27072026-05-21T17:03:00.972Z[ helios-setup] May 21 17:03:00.923 INFO E| Compiling autocfg v1.4.0
27082026-05-21T17:03:00.972Z[ helios-setup] May 21 17:03:00.923 INFO E| Compiling syn v1.0.109
27092026-05-21T17:03:00.989Z[ helios-setup] May 21 17:03:00.945 INFO E| Compiling serde v1.0.219
27102026-05-21T17:03:00.992Z[ helios-setup] May 21 17:03:00.945 INFO E| Compiling version_check v0.9.5
27112026-05-21T17:03:00.992Z[ helios-setup] May 21 17:03:00.945 INFO E| Compiling serde_json v1.0.140
27122026-05-21T17:03:00.992Z[ helios-setup] May 21 17:03:00.945 INFO E| Compiling schemars v0.8.22
27132026-05-21T17:03:00.992Z[ helios-setup] May 21 17:03:00.945 INFO E| Compiling itoa v1.0.15
27142026-05-21T17:03:00.992Z[ helios-setup] May 21 17:03:00.945 INFO E| Compiling ryu v1.0.20
27152026-05-21T17:03:00.992Z[ helios-setup] May 21 17:03:00.945 INFO E| Compiling rustversion v1.0.20
27162026-05-21T17:03:00.992Z[ helios-setup] May 21 17:03:00.945 INFO E| Compiling static_assertions v1.1.0
27172026-05-21T17:03:00.993Z[ helios-setup] May 21 17:03:00.945 INFO E| Compiling ucd-trie v0.1.7
27182026-05-21T17:03:00.993Z[ helios-setup] May 21 17:03:00.946 INFO E| Compiling zerocopy v0.8.25
27192026-05-21T17:03:01.098Z[ helios-setup] May 21 17:03:01.053 INFO E| Compiling paste v1.0.15
27202026-05-21T17:03:01.161Z[ helios-setup] May 21 17:03:01.116 INFO E| Compiling libc v0.2.172
27212026-05-21T17:03:01.175Z[ helios-setup] May 21 17:03:01.130 INFO E| Compiling dyn-clone v1.0.19
27222026-05-21T17:03:01.197Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27232026-05-21T17:03:01.213Z[ helios-setup] May 21 17:03:01.165 INFO E| Compiling once_cell v1.21.3
27242026-05-21T17:03:01.289Z[ helios-setup] May 21 17:03:01.244 INFO E| Compiling proc-macro-error-attr v1.0.4
27252026-05-21T17:03:01.298Z[ helios-setup] May 21 17:03:01.250 INFO E| Compiling proc-macro-error v1.0.4
27262026-05-21T17:03:01.305Z[ helios-setup] May 21 17:03:01.260 INFO E| Compiling heck v0.5.0
27272026-05-21T17:03:01.333Z[ helios-setup] May 21 17:03:01.288 INFO E| Compiling unicode-segmentation v1.12.0
27282026-05-21T17:03:01.359Z[ helios-setup] May 21 17:03:01.314 INFO E| Compiling unicode-width v0.1.14
27292026-05-21T17:03:01.373Z[ helios-setup] May 21 17:03:01.328 INFO E| Compiling bitflags v1.3.2
27302026-05-21T17:03:01.388Z[ helios-setup] May 21 17:03:01.339 INFO E| Compiling num-traits v0.2.19
27312026-05-21T17:03:01.391Z[ helios-setup] May 21 17:03:01.346 INFO E| Compiling memoffset v0.9.1
27322026-05-21T17:03:01.455Z[ helios-setup] May 21 17:03:01.408 INFO E| Compiling unic-common v0.9.0
27332026-05-21T17:03:01.464Z[ helios-setup] May 21 17:03:01.418 INFO E| Compiling fletcher v1.0.0
27342026-05-21T17:03:01.539Z[ helios-setup] May 21 17:03:01.492 INFO E| Compiling ansi_term v0.12.1
27352026-05-21T17:03:01.593Z[ helios-setup] May 21 17:03:01.548 INFO E| Compiling strsim v0.8.0
27362026-05-21T17:03:01.606Z[ helios-setup] May 21 17:03:01.560 INFO E| Compiling textwrap v0.11.0
27372026-05-21T17:03:01.606Z[ helios-setup] May 21 17:03:01.561 INFO E| Compiling byteorder v1.5.0
27382026-05-21T17:03:01.632Z[ helios-setup] May 21 17:03:01.587 INFO E| Compiling strum v0.27.1
27392026-05-21T17:03:01.704Z[ helios-setup] May 21 17:03:01.659 INFO E| Compiling heck v0.3.3
27402026-05-21T17:03:01.733Z[ helios-setup] May 21 17:03:01.688 INFO E| Compiling vec_map v0.8.2
27412026-05-21T17:03:01.744Z[ helios-setup] May 21 17:03:01.699 INFO E| Compiling unic-char-range v0.9.0
27422026-05-21T17:03:01.785Z[ helios-setup] May 21 17:03:01.740 INFO E| Compiling unic-ucd-version v0.9.0
27432026-05-21T17:03:01.871Z[ helios-setup] May 21 17:03:01.826 INFO E| Compiling unic-char-property v0.9.0
27442026-05-21T17:03:01.879Z[ helios-setup] May 21 17:03:01.834 INFO E| Compiling plain v0.2.3
27452026-05-21T17:03:01.879Z[ helios-setup] May 21 17:03:01.834 INFO E| Compiling log v0.4.27
27462026-05-21T17:03:01.889Z[ helios-setup] May 21 17:03:01.844 INFO E| Compiling lazy_static v1.5.0
27472026-05-21T17:03:01.898Z[ helios-setup] May 21 17:03:01.853 INFO E| Compiling bytesize v2.0.1
27482026-05-21T17:03:01.965Z[ helios-setup] May 21 17:03:01.920 INFO E| Compiling unic-ucd-ident v0.9.0
27492026-05-21T17:03:01.976Z[ helios-setup] May 21 17:03:01.931 INFO E| Compiling atty v0.2.14
27502026-05-21T17:03:02.007Z[ helios-setup] May 21 17:03:01.961 INFO E| Compiling quote v1.0.40
27512026-05-21T17:03:02.044Z[ helios-setup] May 21 17:03:01.998 INFO E| Compiling clap v2.34.0
27522026-05-21T17:03:02.179Z[ helios-setup] May 21 17:03:02.134 INFO E| Compiling syn v2.0.101
27532026-05-21T17:03:02.595Z[ helios-setup] May 21 17:03:02.530 INFO E| Compiling parse_int v0.9.0
27542026-05-21T17:03:04.741Z[ helios-setup] May 21 17:03:04.696 INFO E| Compiling serde_derive_internals v0.29.1
27552026-05-21T17:03:04.853Z[ helios-setup] May 21 17:03:04.807 INFO E| Compiling modular-bitfield-impl v0.11.2
27562026-05-21T17:03:04.853Z[ helios-setup] May 21 17:03:04.807 INFO E| Compiling structopt-derive v0.4.18
27572026-05-21T17:03:04.948Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27582026-05-21T17:03:05.371Z[ helios-setup] May 21 17:03:05.326 INFO E| Compiling thiserror-impl v2.0.12
27592026-05-21T17:03:05.371Z[ helios-setup] May 21 17:03:05.326 INFO E| Compiling serde_derive v1.0.219
27602026-05-21T17:03:05.374Z[ helios-setup] May 21 17:03:05.326 INFO E| Compiling schemars_derive v0.8.22
27612026-05-21T17:03:05.374Z[ helios-setup] May 21 17:03:05.326 INFO E| Compiling zerocopy-derive v0.8.25
27622026-05-21T17:03:05.374Z[ helios-setup] May 21 17:03:05.326 INFO E| Compiling num-derive v0.4.2
27632026-05-21T17:03:05.374Z[ helios-setup] May 21 17:03:05.326 INFO E| Compiling modular-bitfield-impl v0.13.1
27642026-05-21T17:03:05.374Z[ helios-setup] May 21 17:03:05.326 INFO E| Compiling strum_macros v0.27.1
27652026-05-21T17:03:05.374Z[ helios-setup] May 21 17:03:05.326 INFO E| Compiling scroll_derive v0.12.1
27662026-05-21T17:03:06.361Z[ helios-setup] May 21 17:03:06.316 INFO E| Compiling modular-bitfield v0.11.2
27672026-05-21T17:03:06.423Z[ helios-setup] May 21 17:03:06.378 INFO E| Compiling structopt v0.3.26
27682026-05-21T17:03:06.489Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27692026-05-21T17:03:06.563Z[ helios-setup] May 21 17:03:06.518 INFO E| Compiling scroll v0.12.0
27702026-05-21T17:03:06.716Z[ helios-setup] May 21 17:03:06.671 INFO E| Compiling modular-bitfield v0.13.1
27712026-05-21T17:03:06.787Z[ helios-setup] May 21 17:03:06.742 INFO E| Compiling goblin v0.9.3
27722026-05-21T17:03:06.998Z[ helios-setup] May 21 17:03:06.953 INFO E| Compiling pest v2.8.0
27732026-05-21T17:03:07.988Z[ helios-setup] May 21 17:03:07.943 INFO E| Compiling pest_meta v2.8.0
27742026-05-21T17:03:08.575Z[ helios-setup] May 21 17:03:08.530 INFO E| Compiling pest_generator v2.8.0
27752026-05-21T17:03:09.043Z[ helios-setup] May 21 17:03:08.998 INFO E| Compiling pest_derive v2.8.0
27762026-05-21T17:03:09.671Z[ helios-setup] May 21 17:03:09.626 INFO E| Compiling json5 v0.4.1
27772026-05-21T17:03:10.893Z[ helios-setup] May 21 17:03:10.848 INFO E| Compiling four-cc v0.4.0
27782026-05-21T17:03:10.893Z[ helios-setup] May 21 17:03:10.848 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
27792026-05-21T17:03:10.995Z[ helios-setup] May 21 17:03:10.950 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
27802026-05-21T17:03:16.348Z[ omicron-package] Finished `release` profile [optimized] target(s) in 47.02s
27812026-05-21T17:03:16.582Z[ omicron-package]
27822026-05-21T17:03:16.582Z[ omicron-package] real 47.205912490
27832026-05-21T17:03:16.585Z[ omicron-package] user 5:26.452851682
27842026-05-21T17:03:16.586Z[ omicron-package] sys 29.242241717
27852026-05-21T17:03:16.586Z[ omicron-package] trap 0.452108025
27862026-05-21T17:03:16.586Z[ omicron-package] tflt 1.271554229
27872026-05-21T17:03:16.586Z[ omicron-package] dflt 3.062458677
27882026-05-21T17:03:16.586Z[ omicron-package] kflt 0.000259680
27892026-05-21T17:03:16.586Z[ omicron-package] lock 12:09.008297429
27902026-05-21T17:03:16.586Z[ omicron-package] slp 7:00.700517471
27912026-05-21T17:03:16.586Z[ omicron-package] lat 51.494429191
27922026-05-21T17:03:16.586Z[ omicron-package] stop 1:18.076047839
27932026-05-21T17:03:16.586ZMay 21 17:03:16.538 INFO [omicron-package] process exited with exit status: 0 (47.268166756s)
27942026-05-21T17:03:16.586ZMay 21 17:03:16.538 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27952026-05-21T17:03:16.586ZMay 21 17:03:16.538 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27962026-05-21T17:03:16.596Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27972026-05-21T17:03:16.596Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27982026-05-21T17:03:16.599Z[ recovery-target] Created new build target 'recovery' and set it as active
27992026-05-21T17:03:16.599Z[ host-target] Created new build target 'host' and set it as active
28002026-05-21T17:03:16.602ZMay 21 17:03:16.555 INFO [host-target] process exited with exit status: 0 (17.007076ms)
28012026-05-21T17:03:16.602ZMay 21 17:03:16.556 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28022026-05-21T17:03:16.602ZMay 21 17:03:16.556 INFO [recovery-target] process exited with exit status: 0 (18.125588ms)
28032026-05-21T17:03:16.608Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28042026-05-21T17:03:18.028Z[ host-package] Compiling ring v0.17.14
28052026-05-21T17:03:18.319Z[ host-package] Compiling heck v0.5.0
28062026-05-21T17:03:18.322Z[ host-package] Compiling regress v0.11.1
28072026-05-21T17:03:18.323Z[ host-package] Compiling unsafe-libyaml v0.2.11
28082026-05-21T17:03:18.423Z[ host-package] Compiling regress v0.10.5
28092026-05-21T17:03:18.452Z[ host-package] Compiling is-terminal v0.4.17
28102026-05-21T17:03:18.475Z[ host-package] Compiling unicode-width v0.1.14
28112026-05-21T17:03:18.499Z[ host-package] Compiling prettyplease v0.2.37
28122026-05-21T17:03:18.503Z[ host-package] Compiling bytecount v0.6.9
28132026-05-21T17:03:18.503Z[ host-package] Compiling derive-where v1.6.0
28142026-05-21T17:03:18.503Z[ host-package] Compiling thread_local v1.1.9
28152026-05-21T17:03:18.503Z[ host-package] Compiling match_cfg v0.1.0
28162026-05-21T17:03:18.519Z[ host-package] Compiling compression-core v0.4.31
28172026-05-21T17:03:18.522Z[ host-package] Compiling multer v3.1.0
28182026-05-21T17:03:18.652Z[ host-package] Compiling slog-async v2.8.0
28192026-05-21T17:03:18.678Z[ host-package] Compiling crossbeam-channel v0.5.15
28202026-05-21T17:03:18.721Z[ host-package] Compiling compression-codecs v0.4.37
28212026-05-21T17:03:18.742Z[ host-package] Compiling hostname v0.3.1
28222026-05-21T17:03:18.742Z[ host-package] Compiling slog-json v2.6.1
28232026-05-21T17:03:18.766Z[ host-package] Compiling serde_spanned v1.0.4
28242026-05-21T17:03:18.789Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
28252026-05-21T17:03:18.811Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
28262026-05-21T17:03:18.858Z[ host-package] Compiling term v1.2.1
28272026-05-21T17:03:18.931Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28282026-05-21T17:03:18.956Z[ host-package] Compiling take_mut v0.2.2
28292026-05-21T17:03:18.981Z[ host-package] Compiling slog-bunyan v2.5.0
28302026-05-21T17:03:19.004Z[ host-package] Compiling async-compression v0.4.41
28312026-05-21T17:03:19.028Z[ host-package] Compiling toml v1.0.6+spec-1.1.0
28322026-05-21T17:03:19.133Z[ host-package] Compiling dropshot v0.17.0
28332026-05-21T17:03:19.157Z[ host-package] Compiling slog-term v2.9.2
28342026-05-21T17:03:19.157Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28352026-05-21T17:03:19.195Z[ host-package] Compiling async-stream v0.3.6
28362026-05-21T17:03:19.226Z[ host-package] Compiling num-rational v0.4.2
28372026-05-21T17:03:19.314Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28382026-05-21T17:03:19.370Z[ host-package] Compiling waitgroup v0.1.2
28392026-05-21T17:03:19.395Z[ host-package] Compiling backon v1.6.0
28402026-05-21T17:03:19.395Z[ host-package] Compiling rustls-pemfile v2.2.0
28412026-05-21T17:03:19.511Z[ host-package] Compiling num-complex v0.4.6
28422026-05-21T17:03:19.544Z[ host-package] Compiling hostname v0.4.2
28432026-05-21T17:03:19.566Z[ host-package] Compiling serde_path_to_error v0.1.20
28442026-05-21T17:03:19.592Z[ host-package] Compiling instant v0.1.13
28452026-05-21T17:03:19.618Z[ host-package] Compiling debug-ignore v1.0.5
28462026-05-21T17:03:19.651Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28472026-05-21T17:03:19.734Z[ host-package] Compiling backoff v0.4.0
28482026-05-21T17:03:19.759Z[ host-package] Compiling parse-display v0.10.0
28492026-05-21T17:03:19.778Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28502026-05-21T17:03:19.803Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-21T17:03:19.834Z[ host-package] Compiling macaddr v1.0.1
28522026-05-21T17:03:19.975Z[ host-package] Compiling typify-impl v0.6.2
28532026-05-21T17:03:20.030Z[ host-package] Compiling num v0.4.3
28542026-05-21T17:03:20.060Z[ host-package] Compiling float-ord v0.3.2
28552026-05-21T17:03:20.228Z[ host-package] Compiling console v0.15.11
28562026-05-21T17:03:20.270Z[ host-package] Compiling newline-converter v0.3.0
28572026-05-21T17:03:20.273Z[ host-package] Compiling atomicwrites v0.4.4
28582026-05-21T17:03:20.397Z[ host-package] Compiling slog-dtrace v0.3.0
28592026-05-21T17:03:20.422Z[ host-package] Compiling cancel-safe-futures v0.1.5
28602026-05-21T17:03:20.463Z[ host-package] Compiling resolv-conf v0.7.6
28612026-05-21T17:03:20.502Z[ host-package] Compiling owo-colors v4.3.0
28622026-05-21T17:03:20.505Z[ host-package] Compiling toml v0.8.23
28632026-05-21T17:03:20.663Z[ host-package] Compiling expectorate v1.2.0
28642026-05-21T17:03:20.711Z[ host-package] Compiling libsw-core v0.3.2
28652026-05-21T17:03:20.760Z[ host-package] Compiling linear-map v1.2.0
28662026-05-21T17:03:20.877Z[ host-package] Compiling libsw v3.5.0
28672026-05-21T17:03:20.946Z[ host-package] Compiling linked-hash-map v0.5.6
28682026-05-21T17:03:21.069Z[ host-package] Compiling minimal-lexical v0.2.1
28692026-05-21T17:03:21.100Z[ host-package] Compiling hickory-proto v0.24.4
28702026-05-21T17:03:21.130Z[ host-package] Compiling unicode-xid v0.2.6
28712026-05-21T17:03:21.158Z[ host-package] Compiling lru-cache v0.1.2
28722026-05-21T17:03:21.158Z[ host-package] Compiling convert_case v0.10.0
28732026-05-21T17:03:21.203Z[ host-package] Compiling papergrid v0.11.0
28742026-05-21T17:03:21.231Z[ host-package] Compiling tabled_derive v0.7.0
28752026-05-21T17:03:21.292Z[ host-package] Compiling nom v7.1.3
28762026-05-21T17:03:21.354Z[ host-package] Compiling termtree v0.5.1
28772026-05-21T17:03:21.381Z[ host-package] Compiling phf_shared v0.12.1
28782026-05-21T17:03:21.475Z[ host-package] Compiling csv-core v0.1.13
28792026-05-21T17:03:21.502Z[ host-package] Compiling derive_more-impl v2.1.1
28802026-05-21T17:03:21.534Z[ host-package] Compiling vte v0.14.1
28812026-05-21T17:03:21.574Z[ host-package] Compiling chrono-tz v0.10.4
28822026-05-21T17:03:21.632Z[ host-package] Compiling highway v1.3.0
28832026-05-21T17:03:21.817Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28842026-05-21T17:03:21.848Z[ host-package] Compiling csv v1.4.0
28852026-05-21T17:03:21.881Z[ host-package] Compiling phf v0.12.1
28862026-05-21T17:03:21.912Z[ host-package] Compiling const_format_proc_macros v0.2.34
28872026-05-21T17:03:22.089Z[ host-package] Compiling fd-lock v4.0.4
28882026-05-21T17:03:22.137Z[ host-package] Compiling tabled v0.15.0
28892026-05-21T17:03:22.284Z[ host-package] Compiling rustls v0.23.37
28902026-05-21T17:03:22.333Z[ host-package] Compiling rustls v0.22.4
28912026-05-21T17:03:22.361Z[ host-package] Compiling derive_more v2.1.1
28922026-05-21T17:03:22.384Z[ host-package] Compiling peg-macros v0.8.5
28932026-05-21T17:03:22.441Z[ host-package] Compiling nu-ansi-term v0.50.3
28942026-05-21T17:03:22.475Z[ host-package] Compiling crossterm v0.29.0
28952026-05-21T17:03:22.686Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28962026-05-21T17:03:22.710Z[ host-package] Compiling const_format v0.2.35
28972026-05-21T17:03:22.742Z[ host-package] Compiling reedline v0.40.0
28982026-05-21T17:03:22.927Z[ helios-setup] May 21 17:03:22.881 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
28992026-05-21T17:03:23.238Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29002026-05-21T17:03:23.274Z[ host-package] Compiling bcs v0.1.6
29012026-05-21T17:03:23.277Z[ host-package] Compiling semver v0.1.20
29022026-05-21T17:03:23.494Z[ host-package] Compiling rustls-webpki v0.103.9
29032026-05-21T17:03:23.772Z[ host-package] Compiling typify-macro v0.6.2
29042026-05-21T17:03:23.800Z[ host-package] Compiling rustls-webpki v0.102.8
29052026-05-21T17:03:24.000Z[ host-package] Compiling hickory-resolver v0.24.4
29062026-05-21T17:03:24.080Z[ host-package] Compiling peg v0.8.5
29072026-05-21T17:03:24.582Z[ host-package] Compiling rustc_version v0.1.7
29082026-05-21T17:03:24.768Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
29092026-05-21T17:03:24.887Z[ host-package] Compiling newtype_derive v0.1.6
29102026-05-21T17:03:25.179Z[ host-package] Compiling humantime v2.3.0
29112026-05-21T17:03:25.585Z[ host-package] Compiling typify v0.6.2
29122026-05-21T17:03:25.711Z[ host-package] Compiling progenitor-impl v0.14.0
29132026-05-21T17:03:25.743Z[ host-package] Compiling progenitor-impl v0.13.0
29142026-05-21T17:03:26.125Z[ helios-setup] May 21 17:03:26.079 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29152026-05-21T17:03:26.779Z[ host-package] Compiling tokio-rustls v0.25.0
29162026-05-21T17:03:27.756Z[ host-package] Compiling tokio-rustls v0.26.4
29172026-05-21T17:03:27.795Z[ host-package] Compiling rustls-platform-verifier v0.6.2
29182026-05-21T17:03:28.057Z[ host-package] Compiling hyper-rustls v0.27.7
29192026-05-21T17:03:28.120Z[ host-package] Compiling progenitor-macro v0.14.0
29202026-05-21T17:03:28.429Z[ host-package] Compiling reqwest v0.12.28
29212026-05-21T17:03:28.432Z[ host-package] Compiling reqwest v0.13.2
29222026-05-21T17:03:30.022Z[ host-package] Compiling progenitor-client v0.14.0
29232026-05-21T17:03:30.218Z[ host-package] Compiling tough v0.22.0
29242026-05-21T17:03:30.439Z[ host-package] Compiling progenitor-extras v0.2.0
29252026-05-21T17:03:30.517Z[ host-package] Compiling progenitor-client v0.10.0
29262026-05-21T17:03:30.547Z[ host-package] Compiling progenitor-macro v0.13.0
29272026-05-21T17:03:30.602Z[ host-package] Compiling qorb v0.4.1
29282026-05-21T17:03:30.782Z[ host-package] Compiling unicode-linebreak v0.1.5
29292026-05-21T17:03:30.887Z[ host-package] Compiling smawk v0.3.2
29302026-05-21T17:03:31.124Z[ host-package] Compiling textwrap v0.16.2
29312026-05-21T17:03:31.427Z[ host-package] Compiling dropshot-api-manager-types v0.7.1
29322026-05-21T17:03:31.852Z[ host-package] Compiling steno v0.4.1
29332026-05-21T17:03:32.119Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29342026-05-21T17:03:32.164Z[ host-package] Compiling tagptr v0.2.0
29352026-05-21T17:03:32.452Z[ host-package] Compiling moka v0.12.13
29362026-05-21T17:03:32.626Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29372026-05-21T17:03:32.775Z[ host-package] Compiling utf-8 v0.7.6
29382026-05-21T17:03:33.086Z[ host-package] Compiling tungstenite v0.21.0
29392026-05-21T17:03:33.161Z[ host-package] Compiling num-derive v0.3.3
29402026-05-21T17:03:33.165Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29412026-05-21T17:03:33.523Z[ host-package] Compiling typify-impl v0.4.3
29422026-05-21T17:03:34.268Z[ host-package] Compiling hickory-resolver v0.25.2
29432026-05-21T17:03:34.480Z[ host-package] Compiling tokio-tungstenite v0.21.0
29442026-05-21T17:03:34.525Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29452026-05-21T17:03:35.246Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29462026-05-21T17:03:35.331Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29472026-05-21T17:03:35.397Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29482026-05-21T17:03:35.495Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29492026-05-21T17:03:35.598Z[ host-package] Compiling libscf-sys v1.1.0
29502026-05-21T17:03:35.753Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29512026-05-21T17:03:35.810Z[ host-package] Compiling proc-macro-error2 v2.0.1
29522026-05-21T17:03:35.833Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29532026-05-21T17:03:36.146Z[ host-package] Compiling tabled_derive v0.11.0
29542026-05-21T17:03:36.264Z[ host-package] Compiling papergrid v0.17.0
29552026-05-21T17:03:36.536Z[ host-package] Compiling testing_table v0.3.0
29562026-05-21T17:03:38.005Z[ host-package] Compiling progenitor v0.14.0
29572026-05-21T17:03:38.124Z[ host-package] Compiling progenitor-client v0.13.0
29582026-05-21T17:03:38.206Z[ host-package] Compiling typify-macro v0.4.3
29592026-05-21T17:03:38.237Z[ helios-setup] May 21 17:03:38.192 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.75s
29602026-05-21T17:03:38.276Z[ helios-setup] May 21 17:03:38.231 INFO building project "amd-host-image-builder" ok (38 seconds)
29612026-05-21T17:03:38.276Z[ helios-setup] May 21 17:03:38.231 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
29622026-05-21T17:03:38.285Z[ helios-setup] May 21 17:03:38.240 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)"
29632026-05-21T17:03:38.285Z[ helios-setup] May 21 17:03:38.240 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29642026-05-21T17:03:38.285Z[ helios-setup] May 21 17:03:38.240 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29652026-05-21T17:03:38.397Z[ helios-setup] May 21 17:03:38.352 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29662026-05-21T17:03:38.667Z[ host-package] Compiling progenitor v0.13.0
29672026-05-21T17:03:38.792Z[ helios-setup] May 21 17:03:38.747 INFO E| From https://github.com/jclulow/rust-jmclib
29682026-05-21T17:03:38.792Z[ helios-setup] May 21 17:03:38.747 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29692026-05-21T17:03:38.802Z[ helios-setup] May 21 17:03:38.757 INFO E| Updating crates.io index
29702026-05-21T17:03:38.859Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
29712026-05-21T17:03:38.967Z[ helios-setup] May 21 17:03:38.922 INFO E| Downloading crates ...
29722026-05-21T17:03:39.024Z[ helios-setup] May 21 17:03:38.979 INFO E| Downloaded cpufeatures v0.2.9
29732026-05-21T17:03:39.062Z[ helios-setup] May 21 17:03:39.017 INFO E| Downloaded ryu v1.0.15
29742026-05-21T17:03:39.065Z[ helios-setup] May 21 17:03:39.019 INFO E| Downloaded itoa v1.0.9
29752026-05-21T17:03:39.065Z[ helios-setup] May 21 17:03:39.020 INFO E| Downloaded errno v0.3.1
29762026-05-21T17:03:39.068Z[ helios-setup] May 21 17:03:39.021 INFO E| Downloaded block-buffer v0.9.0
29772026-05-21T17:03:39.068Z[ helios-setup] May 21 17:03:39.021 INFO E| Downloaded proc-macro2 v1.0.66
29782026-05-21T17:03:39.068Z[ helios-setup] May 21 17:03:39.023 INFO E| Downloaded opaque-debug v0.3.0
29792026-05-21T17:03:39.071Z[ helios-setup] May 21 17:03:39.024 INFO E| Downloaded libdevinfo-sys v1.0.0
29802026-05-21T17:03:39.074Z[ helios-setup] May 21 17:03:39.028 INFO E| Downloaded walkdir v2.3.3
29812026-05-21T17:03:39.074Z[ helios-setup] May 21 17:03:39.029 INFO E| Downloaded unicode-width v0.1.10
29822026-05-21T17:03:39.082Z[ helios-setup] May 21 17:03:39.030 INFO E| Downloaded md-5 v0.9.1
29832026-05-21T17:03:39.082Z[ helios-setup] May 21 17:03:39.031 INFO E| Downloaded glob v0.3.1
29842026-05-21T17:03:39.087Z[ helios-setup] May 21 17:03:39.042 INFO E| Downloaded uuid v0.8.2
29852026-05-21T17:03:39.093Z[ helios-setup] May 21 17:03:39.048 INFO E| Downloaded anyhow v1.0.72
29862026-05-21T17:03:39.097Z[ helios-setup] May 21 17:03:39.052 INFO E| Downloaded getrandom v0.2.10
29872026-05-21T17:03:39.100Z[ helios-setup] May 21 17:03:39.053 INFO E| Downloaded serde_derive v1.0.193
29882026-05-21T17:03:39.103Z[ helios-setup] May 21 17:03:39.054 INFO E| Downloaded bitflags v2.3.3
29892026-05-21T17:03:39.135Z[ helios-setup] May 21 17:03:39.089 INFO E| Downloaded unicode-ident v1.0.11
29902026-05-21T17:03:39.135Z[ helios-setup] May 21 17:03:39.089 INFO E| Downloaded sha-1 v0.9.8
29912026-05-21T17:03:39.135Z[ helios-setup] May 21 17:03:39.089 INFO E| Downloaded typenum v1.16.0
29922026-05-21T17:03:39.135Z[ helios-setup] May 21 17:03:39.089 INFO E| Downloaded digest v0.9.0
29932026-05-21T17:03:39.138Z[ helios-setup] May 21 17:03:39.089 INFO E| Downloaded toml v0.5.11
29942026-05-21T17:03:39.138Z[ helios-setup] May 21 17:03:39.089 INFO E| Downloaded serde v1.0.193
29952026-05-21T17:03:39.138Z[ helios-setup] May 21 17:03:39.089 INFO E| Downloaded once_cell v1.18.0
29962026-05-21T17:03:39.138Z[ helios-setup] May 21 17:03:39.089 INFO E| Downloaded fastrand v2.0.0
29972026-05-21T17:03:39.138Z[ helios-setup] May 21 17:03:39.089 INFO E| Downloaded tempfile v3.7.0
29982026-05-21T17:03:39.138Z[ helios-setup] May 21 17:03:39.089 INFO E| Downloaded quote v1.0.31
29992026-05-21T17:03:39.150Z[ helios-setup] May 21 17:03:39.105 INFO E| Downloaded serde_json v1.0.103
30002026-05-21T17:03:39.170Z[ helios-setup] May 21 17:03:39.125 INFO E| Downloaded syn v2.0.32
30012026-05-21T17:03:39.187Z[ helios-setup] May 21 17:03:39.142 INFO E| Downloaded rustix v0.38.4
30022026-05-21T17:03:39.213Z[ helios-setup] May 21 17:03:39.166 INFO E| Downloaded libc v0.2.147
30032026-05-21T17:03:39.291Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling libc v0.2.147
30042026-05-21T17:03:39.291Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling proc-macro2 v1.0.66
30052026-05-21T17:03:39.291Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling unicode-ident v1.0.11
30062026-05-21T17:03:39.294Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling cfg-if v1.0.0
30072026-05-21T17:03:39.294Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling typenum v1.16.0
30082026-05-21T17:03:39.294Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling version_check v0.9.4
30092026-05-21T17:03:39.294Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling serde v1.0.193
30102026-05-21T17:03:39.294Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling slog v2.7.0
30112026-05-21T17:03:39.294Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling time-core v0.1.2
30122026-05-21T17:03:39.294Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling num-conv v0.1.0
30132026-05-21T17:03:39.294Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling itoa v1.0.9
30142026-05-21T17:03:39.294Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling rustix v0.38.4
30152026-05-21T17:03:39.295Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling powerfmt v0.2.0
30162026-05-21T17:03:39.295Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling num_threads v0.1.6
30172026-05-21T17:03:39.295Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling bitflags v2.3.3
30182026-05-21T17:03:39.295Z[ helios-setup] May 21 17:03:39.246 INFO E| Compiling once_cell v1.18.0
30192026-05-21T17:03:39.713Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30202026-05-21T17:03:40.037Z[ helios-setup] May 21 17:03:39.992 INFO E| Compiling serde_json v1.0.103
30212026-05-21T17:03:40.121Z[ helios-setup] May 21 17:03:40.076 INFO E| Compiling generic-array v0.14.7
30222026-05-21T17:03:40.227Z[ helios-setup] May 21 17:03:40.182 INFO E| Compiling anyhow v1.0.72
30232026-05-21T17:03:40.530Z[ helios-setup] May 21 17:03:40.485 INFO E| Compiling deranged v0.3.11
30242026-05-21T17:03:40.535Z[ helios-setup] May 21 17:03:40.490 INFO E| Compiling thread_local v1.1.7
30252026-05-21T17:03:40.545Z[ helios-setup] May 21 17:03:40.500 INFO E| Compiling time-macros v0.2.18
30262026-05-21T17:03:40.583Z[ helios-setup] May 21 17:03:40.538 INFO E| Compiling fastrand v2.0.0
30272026-05-21T17:03:40.643Z[ helios-setup] May 21 17:03:40.598 INFO E| Compiling opaque-debug v0.3.0
30282026-05-21T17:03:40.724Z[ helios-setup] May 21 17:03:40.679 INFO E| Compiling same-file v1.0.6
30292026-05-21T17:03:40.729Z[ helios-setup] May 21 17:03:40.684 INFO E| Compiling unicode-width v0.1.10
30302026-05-21T17:03:40.813Z[ helios-setup] May 21 17:03:40.767 INFO E| Compiling ryu v1.0.15
30312026-05-21T17:03:40.881Z[ helios-setup] May 21 17:03:40.836 INFO E| Compiling cpufeatures v0.2.9
30322026-05-21T17:03:40.960Z[ helios-setup] May 21 17:03:40.915 INFO E| Compiling walkdir v2.3.3
30332026-05-21T17:03:41.070Z[ helios-setup] May 21 17:03:41.025 INFO E| Compiling getopts v0.2.21
30342026-05-21T17:03:41.148Z[ helios-setup] May 21 17:03:41.102 INFO E| Compiling glob v0.3.1
30352026-05-21T17:03:41.162Z[ helios-setup] May 21 17:03:41.103 INFO E| Compiling libdevinfo-sys v1.0.0
30362026-05-21T17:03:41.186Z[ helios-setup] May 21 17:03:41.140 INFO E| Compiling quote v1.0.31
30372026-05-21T17:03:41.411Z[ helios-setup] May 21 17:03:41.365 INFO E| Compiling syn v2.0.32
30382026-05-21T17:03:41.472Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30392026-05-21T17:03:41.588Z[ helios-setup] May 21 17:03:41.543 INFO E| Compiling dirs-sys-next v0.1.2
30402026-05-21T17:03:41.588Z[ helios-setup] May 21 17:03:41.543 INFO E| Compiling errno v0.3.1
30412026-05-21T17:03:41.623Z[ helios-setup] May 21 17:03:41.578 INFO E| Compiling atty v0.2.14
30422026-05-21T17:03:41.628Z[ helios-setup] May 21 17:03:41.581 INFO E| Compiling getrandom v0.2.10
30432026-05-21T17:03:41.870Z[ helios-setup] May 21 17:03:41.819 INFO E| Compiling dirs-next v2.0.0
30442026-05-21T17:03:41.938Z[ helios-setup] May 21 17:03:41.892 INFO E| Compiling term v0.7.0
30452026-05-21T17:03:42.167Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30462026-05-21T17:03:42.392Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30472026-05-21T17:03:42.431Z[ helios-setup] May 21 17:03:42.386 INFO E| Compiling digest v0.9.0
30482026-05-21T17:03:42.431Z[ helios-setup] May 21 17:03:42.386 INFO E| Compiling block-buffer v0.9.0
30492026-05-21T17:03:42.555Z[ helios-setup] May 21 17:03:42.507 INFO E| Compiling sha-1 v0.9.8
30502026-05-21T17:03:42.559Z[ helios-setup] May 21 17:03:42.507 INFO E| Compiling md-5 v0.9.1
30512026-05-21T17:03:42.573Z[ helios-setup] May 21 17:03:42.528 INFO E| Compiling time v0.3.36
30522026-05-21T17:03:42.747Z[ helios-setup] May 21 17:03:42.702 INFO E| Compiling tempfile v3.7.0
30532026-05-21T17:03:42.921Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30542026-05-21T17:03:43.020Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30552026-05-21T17:03:43.265Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30562026-05-21T17:03:43.457Z[ helios-setup] May 21 17:03:43.412 INFO E| Compiling serde_derive v1.0.193
30572026-05-21T17:03:43.492Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30582026-05-21T17:03:43.544Z[ helios-setup] May 21 17:03:43.499 INFO E| Compiling slog-term v2.9.0
30592026-05-21T17:03:43.551Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30602026-05-21T17:03:43.605Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30612026-05-21T17:03:43.855Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30622026-05-21T17:03:43.923Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30632026-05-21T17:03:45.209Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30642026-05-21T17:03:45.541Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30652026-05-21T17:03:45.738Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30662026-05-21T17:03:46.002Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30672026-05-21T17:03:46.298Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30682026-05-21T17:03:46.647Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30692026-05-21T17:03:46.933Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30702026-05-21T17:03:47.325Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30712026-05-21T17:03:48.492Z[ helios-setup] May 21 17:03:48.447 INFO E| Compiling toml v0.5.11
30722026-05-21T17:03:48.493Z[ helios-setup] May 21 17:03:48.447 INFO E| Compiling uuid v0.8.2
30732026-05-21T17:03:48.657Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30742026-05-21T17:03:49.433Z[ helios-setup] May 21 17:03:49.387 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30752026-05-21T17:03:49.560Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30762026-05-21T17:03:49.656Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30772026-05-21T17:03:49.986Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30782026-05-21T17:03:50.067Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30792026-05-21T17:03:50.236Z[ helios-setup] May 21 17:03:50.191 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30802026-05-21T17:03:51.650Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30812026-05-21T17:03:51.937Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30822026-05-21T17:03:51.976Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30832026-05-21T17:03:52.002Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30842026-05-21T17:03:52.151Z[ host-package] Compiling vergen-gitcl v1.0.8
30852026-05-21T17:03:52.229Z[ host-package] Compiling dirs-sys-next v0.1.2
30862026-05-21T17:03:52.565Z[ host-package] Compiling diesel_derives v2.3.7
30872026-05-21T17:03:52.640Z[ host-package] Compiling maplit v1.0.2
30882026-05-21T17:03:52.821Z[ host-package] Compiling crunchy v0.2.4
30892026-05-21T17:03:52.958Z[ host-package] Compiling glob v0.3.3
30902026-05-21T17:03:53.092Z[ host-package] Compiling dirs-next v2.0.0
30912026-05-21T17:03:53.119Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30922026-05-21T17:03:53.180Z[ host-package] Compiling tabled v0.20.0
30932026-05-21T17:03:53.260Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
30942026-05-21T17:03:53.306Z[ host-package] Compiling dsl_auto_type v0.2.0
30952026-05-21T17:03:53.500Z[ host-package] Compiling clang-sys v1.8.1
30962026-05-21T17:03:54.053Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30972026-05-21T17:03:54.142Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
30982026-05-21T17:03:54.386Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
30992026-05-21T17:03:54.702Z[ helios-setup] May 21 17:03:54.657 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.40s
31002026-05-21T17:03:54.726Z[ helios-setup] May 21 17:03:54.681 INFO building project "image-builder" ok (16 seconds)
31012026-05-21T17:03:54.726Z[ helios-setup] May 21 17:03:54.681 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
31022026-05-21T17:03:54.736Z[ helios-setup] May 21 17:03:54.690 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)"
31032026-05-21T17:03:54.736Z[ helios-setup] May 21 17:03:54.690 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31042026-05-21T17:03:54.739Z[ helios-setup] May 21 17:03:54.690 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31052026-05-21T17:03:54.772Z[ host-package] Compiling xshell-macros v0.2.7
31062026-05-21T17:03:54.831Z[ host-package] Compiling tiny-keccak v2.0.2
31072026-05-21T17:03:54.848Z[ helios-setup] May 21 17:03:54.802 INFO E| Downloading crates ...
31082026-05-21T17:03:54.885Z[ host-package] Compiling r2d2 v0.8.10
31092026-05-21T17:03:54.894Z[ helios-setup] May 21 17:03:54.849 INFO E| Downloaded block-buffer v0.10.3
31102026-05-21T17:03:54.901Z[ helios-setup] May 21 17:03:54.856 INFO E| Downloaded bytes v1.2.1
31112026-05-21T17:03:54.904Z[ helios-setup] May 21 17:03:54.859 INFO E| Downloaded typenum v1.15.0
31122026-05-21T17:03:54.907Z[ helios-setup] May 21 17:03:54.861 INFO E| Downloaded cpufeatures v0.2.5
31132026-05-21T17:03:54.907Z[ helios-setup] May 21 17:03:54.862 INFO E| Downloaded generic-array v0.14.6
31142026-05-21T17:03:54.919Z[ helios-setup] May 21 17:03:54.874 INFO E| Downloaded miniz_oxide v0.6.2
31152026-05-21T17:03:54.926Z[ helios-setup] May 21 17:03:54.881 INFO E| Downloaded digest v0.10.3
31162026-05-21T17:03:54.929Z[ helios-setup] May 21 17:03:54.883 INFO E| Downloaded flate2 v1.0.25
31172026-05-21T17:03:54.985Z[ helios-setup] May 21 17:03:54.940 INFO E| Downloaded anyhow v1.0.62
31182026-05-21T17:03:55.002Z[ helios-setup] May 21 17:03:54.956 INFO E| Downloaded sha2 v0.10.5
31192026-05-21T17:03:55.043Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
31202026-05-21T17:03:55.046Z[ helios-setup] May 21 17:03:55.000 INFO E| Compiling version_check v0.9.4
31212026-05-21T17:03:55.046Z[ helios-setup] May 21 17:03:55.000 INFO E| Compiling typenum v1.15.0
31222026-05-21T17:03:55.046Z[ helios-setup] May 21 17:03:55.000 INFO E| Compiling crc32fast v1.3.2
31232026-05-21T17:03:55.046Z[ helios-setup] May 21 17:03:55.000 INFO E| Compiling cfg-if v1.0.0
31242026-05-21T17:03:55.046Z[ helios-setup] May 21 17:03:55.000 INFO E| Compiling adler v1.0.2
31252026-05-21T17:03:55.046Z[ helios-setup] May 21 17:03:55.000 INFO E| Compiling anyhow v1.0.62
31262026-05-21T17:03:55.046Z[ helios-setup] May 21 17:03:55.000 INFO E| Compiling unicode-width v0.1.10
31272026-05-21T17:03:55.054Z[ helios-setup] May 21 17:03:55.002 INFO E| Compiling cpufeatures v0.2.5
31282026-05-21T17:03:55.054Z[ helios-setup] May 21 17:03:55.002 INFO E| Compiling bytes v1.2.1
31292026-05-21T17:03:55.054Z[ helios-setup] May 21 17:03:55.002 INFO E| Compiling bitflags v1.3.2
31302026-05-21T17:03:55.204Z[ helios-setup] May 21 17:03:55.159 INFO E| Compiling getopts v0.2.21
31312026-05-21T17:03:55.252Z[ helios-setup] May 21 17:03:55.207 INFO E| Compiling miniz_oxide v0.6.2
31322026-05-21T17:03:55.271Z[ host-package] Compiling term v0.7.0
31332026-05-21T17:03:55.500Z[ host-package] Compiling xshell v0.2.7
31342026-05-21T17:03:55.567Z[ helios-setup] May 21 17:03:55.521 INFO E| Compiling generic-array v0.14.6
31352026-05-21T17:03:55.625Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31362026-05-21T17:03:55.731Z[ host-package] Compiling downcast-rs v2.0.2
31372026-05-21T17:03:55.807Z[ helios-setup] May 21 17:03:55.762 INFO E| Compiling flate2 v1.0.25
31382026-05-21T17:03:56.083Z[ host-package] Compiling bit-vec v0.6.3
31392026-05-21T17:03:56.180Z[ host-package] Compiling ascii-canvas v3.0.0
31402026-05-21T17:03:56.296Z[ host-package] Compiling itertools v0.10.5
31412026-05-21T17:03:56.489Z[ host-package] Compiling bit-set v0.5.3
31422026-05-21T17:03:56.542Z[ host-package] Compiling ena v0.14.4
31432026-05-21T17:03:56.613Z[ host-package] Compiling libloading v0.8.9
31442026-05-21T17:03:56.698Z[ host-package] Compiling crc8 v0.1.1
31452026-05-21T17:03:56.755Z[ host-package] Compiling diff v0.1.13
31462026-05-21T17:03:56.850Z[ host-package] Compiling regex-syntax v0.6.29
31472026-05-21T17:03:56.885Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31482026-05-21T17:03:56.910Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31492026-05-21T17:03:56.914Z[ host-package] Compiling bindgen v0.71.1
31502026-05-21T17:03:56.914Z[ host-package] Compiling unicase v2.9.0
31512026-05-21T17:03:57.114Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31522026-05-21T17:03:57.151Z[ helios-setup] May 21 17:03:57.106 INFO E| Compiling crypto-common v0.1.6
31532026-05-21T17:03:57.152Z[ helios-setup] May 21 17:03:57.106 INFO E| Compiling block-buffer v0.10.3
31542026-05-21T17:03:57.278Z[ helios-setup] May 21 17:03:57.233 INFO E| Compiling digest v0.10.3
31552026-05-21T17:03:57.278Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31562026-05-21T17:03:57.400Z[ host-package] Compiling typify v0.4.3
31572026-05-21T17:03:57.450Z[ helios-setup] May 21 17:03:57.405 INFO E| Compiling sha2 v0.10.5
31582026-05-21T17:03:57.538Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31592026-05-21T17:03:57.616Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31602026-05-21T17:03:57.687Z[ helios-setup] May 21 17:03:57.642 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31612026-05-21T17:03:57.842Z[ host-package] Compiling cexpr v0.6.0
31622026-05-21T17:03:57.904Z[ host-package] Compiling rustc-hash v2.1.1
31632026-05-21T17:03:58.080Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31642026-05-21T17:03:58.103Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31652026-05-21T17:03:58.506Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31662026-05-21T17:03:58.739Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31672026-05-21T17:03:58.922Z[ host-package] Compiling lalrpop v0.19.12
31682026-05-21T17:04:00.007Z[ helios-setup] May 21 17:03:59.961 INFO E| Finished `release` profile [optimized] target(s) in 5.25s
31692026-05-21T17:04:00.020Z[ helios-setup] May 21 17:03:59.975 INFO building project "bootserver" ok (5 seconds)
31702026-05-21T17:04:00.020Z[ helios-setup] May 21 17:03:59.975 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
31712026-05-21T17:04:00.031Z[ helios-setup] May 21 17:03:59.986 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)"
31722026-05-21T17:04:00.031Z[ helios-setup] May 21 17:03:59.986 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
31732026-05-21T17:04:00.031Z[ helios-setup] May 21 17:03:59.986 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
31742026-05-21T17:04:00.136Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31752026-05-21T17:04:00.157Z[ helios-setup] May 21 17:04:00.112 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
31762026-05-21T17:04:00.452Z[ host-package] Compiling headers-core v0.3.0
31772026-05-21T17:04:00.525Z[ helios-setup] May 21 17:04:00.480 INFO E| From https://github.com/jclulow/hiercmd
31782026-05-21T17:04:00.525Z[ helios-setup] May 21 17:04:00.480 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
31792026-05-21T17:04:00.538Z[ helios-setup] May 21 17:04:00.492 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
31802026-05-21T17:04:00.674Z[ host-package] Compiling git-stub v1.0.0
31812026-05-21T17:04:00.702Z[ host-package] Compiling libxml v0.3.3
31822026-05-21T17:04:00.849Z[ host-package] Compiling diesel v2.3.7
31832026-05-21T17:04:00.871Z[ host-package] Compiling git-stub-vcs v0.1.0
31842026-05-21T17:04:00.921Z[ helios-setup] May 21 17:04:00.875 INFO E| From https://github.com/oxidecomputer/network-interface
31852026-05-21T17:04:00.921Z[ helios-setup] May 21 17:04:00.875 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
31862026-05-21T17:04:00.939Z[ helios-setup] May 21 17:04:00.894 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
31872026-05-21T17:04:00.962Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31882026-05-21T17:04:01.027Z[ host-package] Compiling headers v0.4.1
31892026-05-21T17:04:01.262Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31902026-05-21T17:04:01.276Z[ helios-setup] May 21 17:04:01.231 INFO E| From https://github.com/oxidecomputer/boot-image-tools
31912026-05-21T17:04:01.276Z[ helios-setup] May 21 17:04:01.231 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
31922026-05-21T17:04:01.295Z[ helios-setup] May 21 17:04:01.250 INFO E| Updating crates.io index
31932026-05-21T17:04:01.494Z[ helios-setup] May 21 17:04:01.449 INFO E| Downloading crates ...
31942026-05-21T17:04:01.615Z[ helios-setup] May 21 17:04:01.570 INFO E| Downloaded uuid v1.18.1
31952026-05-21T17:04:01.658Z[ helios-setup] May 21 17:04:01.613 INFO E| Downloaded serde_spanned v1.0.3
31962026-05-21T17:04:01.661Z[ helios-setup] May 21 17:04:01.614 INFO E| Downloaded crc v3.3.0
31972026-05-21T17:04:01.661Z[ helios-setup] May 21 17:04:01.615 INFO E| Downloaded env_filter v0.1.4
31982026-05-21T17:04:01.661Z[ helios-setup] May 21 17:04:01.616 INFO E| Downloaded base64ct v1.8.0
31992026-05-21T17:04:01.690Z[ helios-setup] May 21 17:04:01.645 INFO E| Downloaded anstyle-query v1.1.4
32002026-05-21T17:04:01.693Z[ helios-setup] May 21 17:04:01.646 INFO E| Downloaded thiserror-impl v2.0.17
32012026-05-21T17:04:01.693Z[ helios-setup] May 21 17:04:01.648 INFO E| Downloaded simd-adler32 v0.3.7
32022026-05-21T17:04:01.696Z[ helios-setup] May 21 17:04:01.649 INFO E| Downloaded futures-task v0.3.31
32032026-05-21T17:04:01.696Z[ helios-setup] May 21 17:04:01.649 INFO E| Downloaded futures-sink v0.3.31
32042026-05-21T17:04:01.696Z[ helios-setup] May 21 17:04:01.650 INFO E| Downloaded futures-io v0.3.31
32052026-05-21T17:04:01.723Z[ helios-setup] May 21 17:04:01.677 INFO E| Downloaded time-core v0.1.6
32062026-05-21T17:04:01.725Z[ helios-setup] May 21 17:04:01.678 INFO E| Downloaded futures-core v0.3.31
32072026-05-21T17:04:01.726Z[ helios-setup] May 21 17:04:01.679 INFO E| Downloaded devinfo v0.1.0
32082026-05-21T17:04:01.750Z[ helios-setup] May 21 17:04:01.705 INFO E| Downloaded zeroize_derive v1.4.2
32092026-05-21T17:04:01.753Z[ helios-setup] May 21 17:04:01.706 INFO E| Downloaded bitfield-macros v0.19.3
32102026-05-21T17:04:01.753Z[ helios-setup] May 21 17:04:01.706 INFO E| Downloaded thiserror v2.0.17
32112026-05-21T17:04:01.756Z[ helios-setup] May 21 17:04:01.710 INFO E| Downloaded libdevinfo-sys v1.1.0
32122026-05-21T17:04:01.756Z[ helios-setup] May 21 17:04:01.710 INFO E| Downloaded clap_lex v0.7.6
32132026-05-21T17:04:01.765Z[ helios-setup] May 21 17:04:01.720 INFO E| Downloaded time-macros v0.2.24
32142026-05-21T17:04:01.768Z[ helios-setup] May 21 17:04:01.722 INFO E| Downloaded futures-channel v0.3.31
32152026-05-21T17:04:01.768Z[ helios-setup] May 21 17:04:01.723 INFO E| Downloaded bitfield v0.19.3
32162026-05-21T17:04:01.798Z[ helios-setup] May 21 17:04:01.752 INFO E| Downloaded toml_writer v1.0.4
32172026-05-21T17:04:01.801Z[ helios-setup] May 21 17:04:01.754 INFO E| Downloaded signal-hook-registry v1.4.6
32182026-05-21T17:04:01.801Z[ helios-setup] May 21 17:04:01.755 INFO E| Downloaded quote v1.0.41
32192026-05-21T17:04:01.804Z[ helios-setup] May 21 17:04:01.757 INFO E| Downloaded pin-project-lite v0.2.16
32202026-05-21T17:04:01.807Z[ helios-setup] May 21 17:04:01.760 INFO E| Downloaded getopts v0.2.24
32212026-05-21T17:04:01.807Z[ helios-setup] May 21 17:04:01.761 INFO E| Downloaded toml_datetime v0.7.3
32222026-05-21T17:04:01.810Z[ helios-setup] May 21 17:04:01.762 INFO E| Downloaded tokio-macros v2.6.0
32232026-05-21T17:04:01.810Z[ helios-setup] May 21 17:04:01.763 INFO E| Downloaded futures-macro v0.3.31
32242026-05-21T17:04:01.810Z[ helios-setup] May 21 17:04:01.764 INFO E| Downloaded find-msvc-tools v0.1.4
32252026-05-21T17:04:01.810Z[ helios-setup] May 21 17:04:01.765 INFO E| Downloaded futures-executor v0.3.31
32262026-05-21T17:04:01.813Z[ helios-setup] May 21 17:04:01.765 INFO E| Downloaded deranged v0.5.5
32272026-05-21T17:04:01.828Z[ helios-setup] May 21 17:04:01.783 INFO E| Downloaded unicode-ident v1.0.22
32282026-05-21T17:04:01.831Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32292026-05-21T17:04:01.831Z[ helios-setup] May 21 17:04:01.785 INFO E| Downloaded clap_derive v4.5.49
32302026-05-21T17:04:01.834Z[ helios-setup] May 21 17:04:01.786 INFO E| Downloaded slab v0.4.11
32312026-05-21T17:04:01.834Z[ helios-setup] May 21 17:04:01.787 INFO E| Downloaded log v0.4.28
32322026-05-21T17:04:01.834Z[ helios-setup] May 21 17:04:01.789 INFO E| Downloaded iana-time-zone v0.1.64
32332026-05-21T17:04:01.837Z[ helios-setup] May 21 17:04:01.790 INFO E| Downloaded futures v0.3.31
32342026-05-21T17:04:01.840Z[ helios-setup] May 21 17:04:01.793 INFO E| Downloaded env_logger v0.11.8
32352026-05-21T17:04:01.870Z[ helios-setup] May 21 17:04:01.825 INFO E| Downloaded toml_parser v1.0.4
32362026-05-21T17:04:01.873Z[ helios-setup] May 21 17:04:01.827 INFO E| Downloaded clap v4.5.51
32372026-05-21T17:04:01.878Z[ helios-setup] May 21 17:04:01.833 INFO E| Downloaded getrandom v0.2.16
32382026-05-21T17:04:01.881Z[ helios-setup] May 21 17:04:01.835 INFO E| Downloaded proc-macro2 v1.0.103
32392026-05-21T17:04:01.884Z[ helios-setup] May 21 17:04:01.837 INFO E| Downloaded anyhow v1.0.100
32402026-05-21T17:04:01.891Z[ helios-setup] May 21 17:04:01.846 INFO E| Downloaded bitflags v2.10.0
32412026-05-21T17:04:01.909Z[ helios-setup] May 21 17:04:01.863 INFO E| Downloaded toml_edit v0.23.7
32422026-05-21T17:04:01.912Z[ helios-setup] May 21 17:04:01.866 INFO E| Downloaded toml v0.9.8
32432026-05-21T17:04:01.915Z[ helios-setup] May 21 17:04:01.869 INFO E| Downloaded term v1.2.0
32442026-05-21T17:04:01.918Z[ helios-setup] May 21 17:04:01.870 INFO E| Downloaded socket2 v0.6.1
32452026-05-21T17:04:01.940Z[ helios-setup] May 21 17:04:01.894 INFO E| Downloaded flate2 v1.1.5
32462026-05-21T17:04:01.943Z[ helios-setup] May 21 17:04:01.898 INFO E| Downloaded bytes v1.10.1
32472026-05-21T17:04:02.007Z[ helios-setup] May 21 17:04:01.961 INFO E| Downloaded zerocopy-derive v0.8.27
32482026-05-21T17:04:02.017Z[ helios-setup] May 21 17:04:01.972 INFO E| Downloaded indexmap v2.12.0
32492026-05-21T17:04:02.020Z[ helios-setup] May 21 17:04:01.975 INFO E| Downloaded cc v1.2.44
32502026-05-21T17:04:02.023Z[ helios-setup] May 21 17:04:01.977 INFO E| Downloaded rsa v0.9.8
32512026-05-21T17:04:02.026Z[ helios-setup] May 21 17:04:01.980 INFO E| Downloaded rand v0.8.5
32522026-05-21T17:04:02.029Z[ helios-setup] May 21 17:04:01.982 INFO E| Downloaded memchr v2.7.6
32532026-05-21T17:04:02.032Z[ helios-setup] May 21 17:04:01.984 INFO E| Downloaded iddqd v0.3.14
32542026-05-21T17:04:02.035Z[ helios-setup] May 21 17:04:01.988 INFO E| Downloaded generic-array v0.14.9
32552026-05-21T17:04:02.051Z[ helios-setup] May 21 17:04:02.006 INFO E| Downloaded mio v1.1.0
32562026-05-21T17:04:02.054Z[ helios-setup] May 21 17:04:02.009 INFO E| Downloaded libm v0.2.15
32572026-05-21T17:04:02.061Z[ helios-setup] May 21 17:04:02.016 INFO E| Downloaded time v0.3.44
32582026-05-21T17:04:02.065Z[ helios-setup] May 21 17:04:02.020 INFO E| Downloaded num-bigint-dig v0.8.4
32592026-05-21T17:04:02.069Z[ helios-setup] May 21 17:04:02.023 INFO E| Downloaded serde_json v1.0.145
32602026-05-21T17:04:02.072Z[ helios-setup] May 21 17:04:02.027 INFO E| Downloaded hashbrown v0.16.0
32612026-05-21T17:04:02.075Z[ helios-setup] May 21 17:04:02.030 INFO E| Downloaded zerocopy v0.8.27
32622026-05-21T17:04:02.093Z[ helios-setup] May 21 17:04:02.048 INFO E| Downloaded winnow v0.7.13
32632026-05-21T17:04:02.098Z[ helios-setup] May 21 17:04:02.053 INFO E| Downloaded futures-util v0.3.31
32642026-05-21T17:04:02.112Z[ helios-setup] May 21 17:04:02.066 INFO E| Downloaded clap_builder v4.5.51
32652026-05-21T17:04:02.115Z[ helios-setup] May 21 17:04:02.070 INFO E| Downloaded chrono v0.4.42
32662026-05-21T17:04:02.123Z[ helios-setup] May 21 17:04:02.078 INFO E| Downloaded unicode-width v0.2.2
32672026-05-21T17:04:02.137Z[ helios-setup] May 21 17:04:02.092 INFO E| Downloaded syn v2.0.108
32682026-05-21T17:04:02.163Z[ helios-setup] May 21 17:04:02.118 INFO E| Downloaded rustix v1.1.2
32692026-05-21T17:04:02.254Z[ helios-setup] May 21 17:04:02.209 INFO E| Downloaded libc v0.2.177
32702026-05-21T17:04:02.271Z[ helios-setup] May 21 17:04:02.226 INFO E| Downloaded tokio v1.48.0
32712026-05-21T17:04:02.378Z[ helios-setup] May 21 17:04:02.333 INFO E| Compiling proc-macro2 v1.0.103
32722026-05-21T17:04:02.378Z[ helios-setup] May 21 17:04:02.333 INFO E| Compiling unicode-ident v1.0.22
32732026-05-21T17:04:02.381Z[ helios-setup] May 21 17:04:02.333 INFO E| Compiling quote v1.0.41
32742026-05-21T17:04:02.381Z[ helios-setup] May 21 17:04:02.333 INFO E| Compiling libc v0.2.177
32752026-05-21T17:04:02.382Z[ helios-setup] May 21 17:04:02.333 INFO E| Compiling serde_core v1.0.228
32762026-05-21T17:04:02.382Z[ helios-setup] May 21 17:04:02.333 INFO E| Compiling cfg-if v1.0.4
32772026-05-21T17:04:02.382Z[ helios-setup] May 21 17:04:02.333 INFO E| Compiling serde v1.0.228
32782026-05-21T17:04:02.382Z[ helios-setup] May 21 17:04:02.333 INFO E| Compiling version_check v0.9.5
32792026-05-21T17:04:02.382Z[ helios-setup] May 21 17:04:02.334 INFO E| Compiling autocfg v1.5.0
32802026-05-21T17:04:02.382Z[ helios-setup] May 21 17:04:02.334 INFO E| Compiling const-oid v0.9.6
32812026-05-21T17:04:02.382Z[ helios-setup] May 21 17:04:02.334 INFO E| Compiling typenum v1.19.0
32822026-05-21T17:04:02.382Z[ helios-setup] May 21 17:04:02.334 INFO E| Compiling libm v0.2.15
32832026-05-21T17:04:02.382Z[ helios-setup] May 21 17:04:02.334 INFO E| Compiling zerocopy v0.8.27
32842026-05-21T17:04:02.382Z[ helios-setup] May 21 17:04:02.334 INFO E| Compiling rustversion v1.0.22
32852026-05-21T17:04:02.382Z[ helios-setup] May 21 17:04:02.334 INFO E| Compiling smallvec v1.15.1
32862026-05-21T17:04:02.382Z[ helios-setup] May 21 17:04:02.334 INFO E| Compiling zeroize v1.8.2
32872026-05-21T17:04:02.495Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32882026-05-21T17:04:02.533Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32892026-05-21T17:04:02.736Z[ host-package] Compiling strum_macros v0.24.3
32902026-05-21T17:04:02.825Z[ host-package] Compiling indoc v1.0.9
32912026-05-21T17:04:03.082Z[ helios-setup] May 21 17:04:03.037 INFO E| Compiling base64ct v1.8.0
32922026-05-21T17:04:03.091Z[ helios-setup] May 21 17:04:03.046 INFO E| Compiling anyhow v1.0.100
32932026-05-21T17:04:03.188Z[ helios-setup] May 21 17:04:03.142 INFO E| Compiling hashbrown v0.16.0
32942026-05-21T17:04:03.535Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32952026-05-21T17:04:03.567Z[ helios-setup] May 21 17:04:03.521 INFO E| Compiling winnow v0.7.13
32962026-05-21T17:04:03.612Z[ helios-setup] May 21 17:04:03.567 INFO E| Compiling generic-array v0.14.9
32972026-05-21T17:04:03.620Z[ helios-setup] May 21 17:04:03.573 INFO E| Compiling flagset v0.4.7
32982026-05-21T17:04:04.060Z[ helios-setup] May 21 17:04:04.014 INFO E| Compiling pem-rfc7468 v0.7.0
32992026-05-21T17:04:04.096Z[ helios-setup] May 21 17:04:04.050 INFO E| Compiling byteorder v1.5.0
33002026-05-21T17:04:04.099Z[ helios-setup] May 21 17:04:04.051 INFO E| Compiling utf8parse v0.2.2
33012026-05-21T17:04:04.113Z[ helios-setup] May 21 17:04:04.068 INFO E| Compiling memchr v2.7.6
33022026-05-21T17:04:04.238Z[ helios-setup] May 21 17:04:04.193 INFO E| Compiling rustix v1.1.2
33032026-05-21T17:04:04.256Z[ helios-setup] May 21 17:04:04.210 INFO E| Compiling crc32fast v1.5.0
33042026-05-21T17:04:04.267Z[ helios-setup] May 21 17:04:04.220 INFO E| Compiling num-traits v0.2.19
33052026-05-21T17:04:04.284Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33062026-05-21T17:04:04.316Z[ helios-setup] May 21 17:04:04.270 INFO E| Compiling equivalent v1.0.2
33072026-05-21T17:04:04.424Z[ helios-setup] May 21 17:04:04.379 INFO E| Compiling indexmap v2.12.0
33082026-05-21T17:04:04.570Z[ helios-setup] May 21 17:04:04.525 INFO E| Compiling anstyle-parse v0.2.7
33092026-05-21T17:04:04.816Z[ helios-setup] May 21 17:04:04.771 INFO E| Compiling getrandom v0.2.16
33102026-05-21T17:04:04.819Z[ host-package] Compiling derive_builder v0.20.2
33112026-05-21T17:04:04.919Z[ helios-setup] May 21 17:04:04.873 INFO E| Compiling errno v0.3.14
33122026-05-21T17:04:04.990Z[ helios-setup] May 21 17:04:04.945 INFO E| Compiling allocator-api2 v0.2.21
33132026-05-21T17:04:05.005Z[ host-package] Compiling samael v0.0.19
33142026-05-21T17:04:05.049Z[ helios-setup] May 21 17:04:05.000 INFO E| Compiling anstyle v1.0.13
33152026-05-21T17:04:05.060Z[ host-package] Compiling oso-derive v0.27.3
33162026-05-21T17:04:05.194Z[ host-package] Compiling quick-xml v0.37.5
33172026-05-21T17:04:05.335Z[ helios-setup] May 21 17:04:05.289 INFO E| Compiling rand_core v0.6.4
33182026-05-21T17:04:05.353Z[ helios-setup] May 21 17:04:05.308 INFO E| Compiling is_terminal_polyfill v1.70.2
33192026-05-21T17:04:05.385Z[ helios-setup] May 21 17:04:05.340 INFO E| Compiling shlex v1.3.0
33202026-05-21T17:04:05.437Z[ helios-setup] May 21 17:04:05.391 INFO E| Compiling anstyle-query v1.1.4
33212026-05-21T17:04:05.449Z[ helios-setup] May 21 17:04:05.403 INFO E| Compiling find-msvc-tools v0.1.4
33222026-05-21T17:04:05.498Z[ helios-setup] May 21 17:04:05.453 INFO E| Compiling radium v0.7.0
33232026-05-21T17:04:05.754Z[ helios-setup] May 21 17:04:05.709 INFO E| Compiling toml_datetime v0.7.3
33242026-05-21T17:04:05.805Z[ helios-setup] May 21 17:04:05.760 INFO E| Compiling syn v2.0.108
33252026-05-21T17:04:05.940Z[ helios-setup] May 21 17:04:05.894 INFO E| Compiling cpufeatures v0.2.17
33262026-05-21T17:04:06.017Z[ helios-setup] May 21 17:04:05.972 INFO E| Compiling colorchoice v1.0.4
33272026-05-21T17:04:06.029Z[ helios-setup] May 21 17:04:05.984 INFO E| Compiling syn v1.0.109
33282026-05-21T17:04:06.036Z[ helios-setup] May 21 17:04:05.991 INFO E| Compiling slog v2.8.2
33292026-05-21T17:04:06.047Z[ helios-setup] May 21 17:04:06.002 INFO E| Compiling cc v1.2.44
33302026-05-21T17:04:06.150Z[ helios-setup] May 21 17:04:06.104 INFO E| Compiling toml_parser v1.0.4
33312026-05-21T17:04:06.181Z[ helios-setup] May 21 17:04:06.136 INFO E| Compiling anstream v0.6.21
33322026-05-21T17:04:06.239Z[ helios-setup] May 21 17:04:06.193 INFO E| Compiling maybe-uninit v2.0.0
33332026-05-21T17:04:06.316Z[ helios-setup] May 21 17:04:06.271 INFO E| Compiling unicode-width v0.2.2
33342026-05-21T17:04:06.334Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33352026-05-21T17:04:06.418Z[ helios-setup] May 21 17:04:06.372 INFO E| Compiling pin-project-lite v0.2.16
33362026-05-21T17:04:06.533Z[ helios-setup] May 21 17:04:06.488 INFO E| Compiling parking_lot_core v0.9.12
33372026-05-21T17:04:06.553Z[ host-package] Compiling openssl-probe v0.1.6
33382026-05-21T17:04:06.556Z[ helios-setup] May 21 17:04:06.509 INFO E| Compiling futures-sink v0.3.31
33392026-05-21T17:04:06.561Z[ helios-setup] May 21 17:04:06.516 INFO E| Compiling tap v1.0.1
33402026-05-21T17:04:06.650Z[ helios-setup] May 21 17:04:06.605 INFO E| Compiling block-buffer v0.10.4
33412026-05-21T17:04:06.660Z[ helios-setup] May 21 17:04:06.615 INFO E| Compiling crypto-common v0.1.6
33422026-05-21T17:04:06.663Z[ host-package] Compiling half v1.8.3
33432026-05-21T17:04:06.701Z[ helios-setup] May 21 17:04:06.655 INFO E| Compiling futures-core v0.3.31
33442026-05-21T17:04:06.798Z[ helios-setup] May 21 17:04:06.752 INFO E| Compiling digest v0.10.7
33452026-05-21T17:04:06.871Z[ helios-setup] May 21 17:04:06.826 INFO E| Compiling toml_edit v0.23.7
33462026-05-21T17:04:06.898Z[ helios-setup] May 21 17:04:06.850 INFO E| Compiling pkg-config v0.3.32
33472026-05-21T17:04:07.003Z[ helios-setup] May 21 17:04:06.958 INFO E| Compiling futures-channel v0.3.31
33482026-05-21T17:04:07.056Z[ helios-setup] May 21 17:04:07.011 INFO E| Compiling sha2 v0.10.9
33492026-05-21T17:04:07.089Z[ helios-setup] May 21 17:04:07.044 INFO E| Compiling getopts v0.2.24
33502026-05-21T17:04:07.101Z[ helios-setup] May 21 17:04:07.056 INFO E| Compiling wyz v0.5.1
33512026-05-21T17:04:07.155Z[ helios-setup] May 21 17:04:07.109 INFO E| Compiling num-integer v0.1.46
33522026-05-21T17:04:07.197Z[ host-package] Compiling serde_cbor v0.11.2
33532026-05-21T17:04:07.245Z[ helios-setup] May 21 17:04:07.199 INFO E| Compiling ahash v0.8.12
33542026-05-21T17:04:07.339Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33552026-05-21T17:04:07.358Z[ helios-setup] May 21 17:04:07.312 INFO E| Compiling num-bigint-dig v0.8.4
33562026-05-21T17:04:07.399Z[ helios-setup] May 21 17:04:07.354 INFO E| Compiling powerfmt v0.2.0
33572026-05-21T17:04:07.438Z[ helios-setup] May 21 17:04:07.393 INFO E| Compiling slab v0.4.11
33582026-05-21T17:04:07.578Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33592026-05-21T17:04:07.621Z[ helios-setup] May 21 17:04:07.575 INFO E| Compiling futures-task v0.3.31
33602026-05-21T17:04:07.771Z[ helios-setup] May 21 17:04:07.725 INFO E| Compiling packed_struct v0.10.1
33612026-05-21T17:04:07.816Z[ helios-setup] May 21 17:04:07.771 INFO E| Compiling bytes v1.10.1
33622026-05-21T17:04:07.831Z[ helios-setup] May 21 17:04:07.785 INFO E| Compiling bitflags v2.10.0
33632026-05-21T17:04:07.869Z[ helios-setup] May 21 17:04:07.824 INFO E| Compiling strsim v0.11.1
33642026-05-21T17:04:07.886Z[ helios-setup] May 21 17:04:07.841 INFO E| Compiling itoa v1.0.15
33652026-05-21T17:04:08.073Z[ helios-setup] May 21 17:04:08.027 INFO E| Compiling proc-macro-crate v3.4.0
33662026-05-21T17:04:08.124Z[ helios-setup] May 21 17:04:08.074 INFO E| Compiling time-core v0.1.6
33672026-05-21T17:04:08.128Z[ helios-setup] May 21 17:04:08.081 INFO E| Compiling num-conv v0.1.0
33682026-05-21T17:04:08.171Z[ helios-setup] May 21 17:04:08.126 INFO E| Compiling pin-utils v0.1.0
33692026-05-21T17:04:08.244Z[ helios-setup] May 21 17:04:08.199 INFO E| Compiling clap_lex v0.7.6
33702026-05-21T17:04:08.271Z[ helios-setup] May 21 17:04:08.225 INFO E| Compiling funty v2.0.0
33712026-05-21T17:04:08.354Z[ helios-setup] May 21 17:04:08.309 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
33722026-05-21T17:04:08.411Z[ helios-setup] May 21 17:04:08.365 INFO E| Compiling getrandom v0.3.4
33732026-05-21T17:04:08.482Z[ helios-setup] May 21 17:04:08.437 INFO E| Compiling thiserror v1.0.69
33742026-05-21T17:04:08.630Z[ helios-setup] May 21 17:04:08.572 INFO E| Compiling heck v0.5.0
33752026-05-21T17:04:08.630Z[ helios-setup] May 21 17:04:08.578 INFO E| Compiling scopeguard v1.2.0
33762026-05-21T17:04:08.718Z[ helios-setup] May 21 17:04:08.672 INFO E| Compiling futures-io v0.3.31
33772026-05-21T17:04:08.843Z[ helios-setup] May 21 17:04:08.796 INFO E| Compiling spin v0.9.8
33782026-05-21T17:04:08.906Z[ helios-setup] May 21 17:04:08.860 INFO E| Compiling bitvec v1.0.1
33792026-05-21T17:04:08.952Z[ helios-setup] May 21 17:04:08.907 INFO E| Compiling lock_api v0.4.14
33802026-05-21T17:04:08.970Z[ helios-setup] May 21 17:04:08.925 INFO E| Compiling time-macros v0.2.24
33812026-05-21T17:04:09.084Z[ helios-setup] May 21 17:04:09.032 INFO E| Compiling terminal_size v0.4.3
33822026-05-21T17:04:09.131Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33832026-05-21T17:04:09.197Z[ host-package] Compiling bb8 v0.8.6
33842026-05-21T17:04:09.220Z[ helios-setup] May 21 17:04:09.175 INFO E| Compiling clap_builder v4.5.51
33852026-05-21T17:04:09.252Z[ helios-setup] May 21 17:04:09.206 INFO E| Compiling lazy_static v1.5.0
33862026-05-21T17:04:09.264Z[ helios-setup] May 21 17:04:09.219 INFO E| Compiling deranged v0.5.5
33872026-05-21T17:04:09.318Z[ helios-setup] May 21 17:04:09.273 INFO E| Compiling num-iter v0.1.45
33882026-05-21T17:04:09.482Z[ helios-setup] May 21 17:04:09.437 INFO E| Compiling indexmap v1.9.3
33892026-05-21T17:04:09.513Z[ helios-setup] May 21 17:04:09.467 INFO E| Compiling nodrop v0.1.14
33902026-05-21T17:04:09.517Z[ host-package] Compiling trait-variant v0.1.2
33912026-05-21T17:04:09.658Z[ helios-setup] May 21 17:04:09.612 INFO E| Compiling adler2 v2.0.1
33922026-05-21T17:04:09.733Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33932026-05-21T17:04:09.745Z[ helios-setup] May 21 17:04:09.700 INFO E| Compiling serde_json v1.0.145
33942026-05-21T17:04:09.766Z[ helios-setup] May 21 17:04:09.721 INFO E| Compiling iana-time-zone v0.1.64
33952026-05-21T17:04:09.919Z[ helios-setup] May 21 17:04:09.873 INFO E| Compiling thiserror v2.0.17
33962026-05-21T17:04:09.943Z[ helios-setup] May 21 17:04:09.897 INFO E| Compiling crc-catalog v2.4.0
33972026-05-21T17:04:09.950Z[ helios-setup] May 21 17:04:09.905 INFO E| Compiling log v0.4.28
33982026-05-21T17:04:10.012Z[ helios-setup] May 21 17:04:09.966 INFO E| Compiling simd-adler32 v0.3.7
33992026-05-21T17:04:10.042Z[ helios-setup] May 21 17:04:09.996 INFO E| Compiling once_cell v1.21.3
34002026-05-21T17:04:10.072Z[ helios-setup] May 21 17:04:10.026 INFO E| Compiling crc v3.3.0
34012026-05-21T17:04:10.304Z[ helios-setup] May 21 17:04:10.259 INFO E| Compiling chrono v0.4.42
34022026-05-21T17:04:10.350Z[ helios-setup] May 21 17:04:10.305 INFO E| Compiling env_filter v0.1.4
34032026-05-21T17:04:10.365Z[ helios-setup] May 21 17:04:10.320 INFO E| Compiling miniz_oxide v0.8.9
34042026-05-21T17:04:10.384Z[ helios-setup] May 21 17:04:10.339 INFO E| Compiling parking_lot v0.12.5
34052026-05-21T17:04:10.390Z[ host-package] Compiling polar-core v0.27.3
34062026-05-21T17:04:10.390Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34072026-05-21T17:04:10.463Z[ helios-setup] May 21 17:04:10.418 INFO E| Compiling array-init v0.0.4
34082026-05-21T17:04:10.803Z[ helios-setup] May 21 17:04:10.758 INFO E| Compiling smallvec v0.6.14
34092026-05-21T17:04:10.817Z[ helios-setup] May 21 17:04:10.772 INFO E| Compiling serde_spanned v1.0.3
34102026-05-21T17:04:10.911Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
34112026-05-21T17:04:11.071Z[ helios-setup] May 21 17:04:11.025 INFO E| Compiling signature v2.2.0
34122026-05-21T17:04:11.210Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34132026-05-21T17:04:11.244Z[ helios-setup] May 21 17:04:11.198 INFO E| Compiling is-terminal v0.4.17
34142026-05-21T17:04:11.299Z[ host-package] Compiling fxhash v0.2.1
34152026-05-21T17:04:11.359Z[ helios-setup] May 21 17:04:11.314 INFO E| Compiling time v0.3.44
34162026-05-21T17:04:11.426Z[ host-package] Compiling salty v0.3.0
34172026-05-21T17:04:11.484Z[ helios-setup] May 21 17:04:11.439 INFO E| Compiling socket2 v0.6.1
34182026-05-21T17:04:11.590Z[ helios-setup] May 21 17:04:11.544 INFO E| Compiling signal-hook-registry v1.4.6
34192026-05-21T17:04:11.708Z[ helios-setup] May 21 17:04:11.663 INFO E| Compiling mio v1.1.0
34202026-05-21T17:04:11.997Z[ helios-setup] May 21 17:04:11.952 INFO E| Compiling thread_local v1.1.9
34212026-05-21T17:04:12.120Z[ helios-setup] May 21 17:04:12.075 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
34222026-05-21T17:04:12.341Z[ helios-setup] May 21 17:04:12.296 INFO E| Compiling libdevinfo-sys v1.1.0
34232026-05-21T17:04:12.372Z[ helios-setup] May 21 17:04:12.327 INFO E| Compiling packed_struct_codegen v0.10.1
34242026-05-21T17:04:12.392Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34252026-05-21T17:04:12.470Z[ helios-setup] May 21 17:04:12.424 INFO E| Compiling subtle v2.6.1
34262026-05-21T17:04:12.480Z[ host-package] Compiling progenitor-impl v0.10.0
34272026-05-21T17:04:12.594Z[ helios-setup] May 21 17:04:12.548 INFO E| Compiling base64 v0.21.7
34282026-05-21T17:04:12.597Z[ host-package] Compiling progenitor-impl v0.11.2
34292026-05-21T17:04:12.597Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34302026-05-21T17:04:12.601Z[ host-package] Compiling kstat-rs v0.2.4
34312026-05-21T17:04:12.607Z[ helios-setup] May 21 17:04:12.561 INFO E| Compiling term v1.2.0
34322026-05-21T17:04:12.752Z[ helios-setup] May 21 17:04:12.707 INFO E| Compiling serde_derive v1.0.228
34332026-05-21T17:04:12.837Z[ helios-setup] May 21 17:04:12.791 INFO E| Compiling zerocopy-derive v0.8.27
34342026-05-21T17:04:12.912Z[ helios-setup] May 21 17:04:12.866 INFO E| Compiling der_derive v0.7.3
34352026-05-21T17:04:12.938Z[ helios-setup] May 21 17:04:12.892 INFO E| Compiling futures-macro v0.3.31
34362026-05-21T17:04:13.011Z[ helios-setup] May 21 17:04:12.966 INFO E| Compiling bitfield-macros v0.19.3
34372026-05-21T17:04:13.090Z[ helios-setup] May 21 17:04:13.045 INFO E| Compiling zerocopy-derive v0.6.6
34382026-05-21T17:04:13.139Z[ helios-setup] May 21 17:04:13.094 INFO E| Compiling num_enum_derive v0.7.5
34392026-05-21T17:04:13.156Z[ helios-setup] May 21 17:04:13.111 INFO E| Compiling thiserror-impl v1.0.69
34402026-05-21T17:04:13.216Z[ helios-setup] May 21 17:04:13.170 INFO E| Compiling clap_derive v4.5.49
34412026-05-21T17:04:13.332Z[ helios-setup] May 21 17:04:13.287 INFO E| Compiling tokio-macros v2.6.0
34422026-05-21T17:04:13.703Z[ host-package] Compiling libz-sys v1.1.24
34432026-05-21T17:04:14.122Z[ helios-setup] May 21 17:04:14.077 INFO E| Compiling thiserror-impl v2.0.17
34442026-05-21T17:04:14.219Z[ host-package] Compiling nonempty v0.12.0
34452026-05-21T17:04:14.688Z[ helios-setup] May 21 17:04:14.642 INFO E| Compiling bitfield v0.19.3
34462026-05-21T17:04:14.722Z[ helios-setup] May 21 17:04:14.676 INFO E| Compiling futures-util v0.3.31
34472026-05-21T17:04:14.931Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34482026-05-21T17:04:15.057Z[ helios-setup] May 21 17:04:15.011 INFO E| Compiling winnow v0.5.40
34492026-05-21T17:04:15.093Z[ helios-setup] May 21 17:04:15.048 INFO E| Compiling der v0.7.10
34502026-05-21T17:04:15.107Z[ helios-setup] May 21 17:04:15.061 INFO E| Compiling zerocopy v0.6.6
34512026-05-21T17:04:15.163Z[ helios-setup] May 21 17:04:15.118 INFO E| Compiling toml_writer v1.0.4
34522026-05-21T17:04:15.177Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34532026-05-21T17:04:15.216Z[ helios-setup] May 21 17:04:15.170 INFO E| Compiling hashbrown v0.12.3
34542026-05-21T17:04:15.585Z[ helios-setup] May 21 17:04:15.540 INFO E| Compiling num_enum v0.7.5
34552026-05-21T17:04:15.883Z[ helios-setup] May 21 17:04:15.837 INFO E| Compiling ryu v1.0.20
34562026-05-21T17:04:15.937Z[ helios-setup] May 21 17:04:15.891 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34572026-05-21T17:04:15.984Z[ helios-setup] May 21 17:04:15.939 INFO E| Compiling devinfo v0.1.0
34582026-05-21T17:04:16.126Z[ helios-setup] May 21 17:04:16.080 INFO E| Compiling toml v0.9.8
34592026-05-21T17:04:16.133Z[ helios-setup] May 21 17:04:16.087 INFO E| Compiling tokio v1.48.0
34602026-05-21T17:04:16.313Z[ host-package] Compiling progenitor-macro v0.10.0
34612026-05-21T17:04:16.389Z[ helios-setup] May 21 17:04:16.343 INFO E| Compiling clap v4.5.51
34622026-05-21T17:04:16.502Z[ helios-setup] May 21 17:04:16.457 INFO E| Compiling bzip2 v0.4.4
34632026-05-21T17:04:16.617Z[ helios-setup] May 21 17:04:16.572 INFO E| Compiling flate2 v1.1.5
34642026-05-21T17:04:16.776Z[ helios-setup] May 21 17:04:16.730 INFO E| Compiling uuid v1.18.1
34652026-05-21T17:04:17.132Z[ helios-setup] May 21 17:04:17.087 INFO E| Compiling env_logger v0.11.8
34662026-05-21T17:04:17.174Z[ helios-setup] May 21 17:04:17.129 INFO E| Compiling rustc-hash v2.1.1
34672026-05-21T17:04:17.274Z[ helios-setup] May 21 17:04:17.228 INFO E| Compiling foldhash v0.2.0
34682026-05-21T17:04:17.456Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34692026-05-21T17:04:17.476Z[ helios-setup] May 21 17:04:17.430 INFO E| Compiling hex v0.4.3
34702026-05-21T17:04:17.521Z[ host-package] Compiling progenitor-macro v0.11.2
34712026-05-21T17:04:17.624Z[ helios-setup] May 21 17:04:17.578 INFO E| Compiling spki v0.7.3
34722026-05-21T17:04:17.737Z[ helios-setup] May 21 17:04:17.691 INFO E| Compiling crc-any v2.5.0
34732026-05-21T17:04:18.107Z[ helios-setup] May 21 17:04:18.062 INFO E| Compiling pkcs8 v0.10.2
34742026-05-21T17:04:18.137Z[ helios-setup] May 21 17:04:18.091 INFO E| Compiling x509-cert v0.2.5
34752026-05-21T17:04:18.142Z[ helios-setup] May 21 17:04:18.092 INFO E| Compiling bitflags v1.3.2
34762026-05-21T17:04:18.206Z[ helios-setup] May 21 17:04:18.160 INFO E| Compiling iddqd v0.3.14
34772026-05-21T17:04:18.278Z[ helios-setup] May 21 17:04:18.233 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34782026-05-21T17:04:18.290Z[ helios-setup] May 21 17:04:18.245 INFO E| Compiling zip v0.6.6
34792026-05-21T17:04:18.628Z[ helios-setup] May 21 17:04:18.582 INFO E| Compiling pkcs1 v0.7.5
34802026-05-21T17:04:18.683Z[ helios-setup] May 21 17:04:18.638 INFO E| Compiling ppv-lite86 v0.2.21
34812026-05-21T17:04:19.072Z[ helios-setup] May 21 17:04:19.027 INFO E| Compiling erased-serde v0.3.31
34822026-05-21T17:04:19.204Z[ helios-setup] May 21 17:04:19.159 INFO E| Compiling serde_spanned v0.6.9
34832026-05-21T17:04:19.357Z[ helios-setup] May 21 17:04:19.312 INFO E| Compiling rand_chacha v0.3.1
34842026-05-21T17:04:19.449Z[ helios-setup] May 21 17:04:19.403 INFO E| Compiling toml_datetime v0.6.11
34852026-05-21T17:04:19.741Z[ helios-setup] May 21 17:04:19.695 INFO E| Compiling rand v0.8.5
34862026-05-21T17:04:20.303Z[ helios-setup] May 21 17:04:20.257 INFO E| Compiling futures-executor v0.3.31
34872026-05-21T17:04:20.363Z[ helios-setup] May 21 17:04:20.318 INFO E| Compiling hashbrown v0.13.2
34882026-05-21T17:04:20.503Z[ helios-setup] May 21 17:04:20.458 INFO E| Compiling toml_edit v0.19.15
34892026-05-21T17:04:20.562Z[ helios-setup] May 21 17:04:20.516 INFO E| Compiling ron v0.8.1
34902026-05-21T17:04:20.712Z[ helios-setup] May 21 17:04:20.666 INFO E| Compiling futures v0.3.31
34912026-05-21T17:04:20.815Z[ helios-setup] May 21 17:04:20.770 INFO E| Compiling serde-hex v0.1.0
34922026-05-21T17:04:20.964Z[ helios-setup] May 21 17:04:20.919 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34932026-05-21T17:04:21.218Z[ helios-setup] May 21 17:04:21.172 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
34942026-05-21T17:04:21.590Z[ helios-setup] May 21 17:04:21.545 INFO E| Compiling slog-term v2.9.2
34952026-05-21T17:04:21.657Z[ helios-setup] May 21 17:04:21.611 INFO E| Compiling path-slash v0.1.5
34962026-05-21T17:04:21.725Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
34972026-05-21T17:04:21.833Z[ helios-setup] May 21 17:04:21.787 INFO E| Compiling object v0.30.4
34982026-05-21T17:04:22.160Z[ helios-setup] May 21 17:04:22.115 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34992026-05-21T17:04:22.444Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35002026-05-21T17:04:22.638Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35012026-05-21T17:04:22.990Z[ helios-setup] May 21 17:04:22.944 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35022026-05-21T17:04:23.070Z[ helios-setup] May 21 17:04:23.025 INFO E| Compiling rsa v0.9.8
35032026-05-21T17:04:23.371Z[ host-package] Compiling progenitor-client v0.11.2
35042026-05-21T17:04:23.667Z[ helios-setup] May 21 17:04:23.621 INFO E| Compiling toml v0.7.8
35052026-05-21T17:04:24.170Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
35062026-05-21T17:04:24.769Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35072026-05-21T17:04:25.053Z[ helios-setup] May 21 17:04:25.007 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
35082026-05-21T17:04:25.094Z[ helios-setup] May 21 17:04:25.049 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35092026-05-21T17:04:25.319Z[ host-package] Compiling darling_core v0.23.0
35102026-05-21T17:04:25.710Z[ host-package] Compiling nanorand v0.7.0
35112026-05-21T17:04:26.531Z[ host-package] Compiling arc-swap v1.8.2
35122026-05-21T17:04:27.473Z[ host-package] Compiling parking_lot_core v0.8.6
35132026-05-21T17:04:28.879Z[ host-package] Compiling oso v0.27.3
35142026-05-21T17:04:29.276Z[ host-package] Compiling darling_macro v0.23.0
35152026-05-21T17:04:30.220Z[ host-package] Compiling mime_guess v2.0.5
35162026-05-21T17:04:30.949Z[ host-package] Compiling slog-scope v4.4.1
35172026-05-21T17:04:31.424Z[ helios-setup] May 21 17:04:31.378 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35182026-05-21T17:04:31.562Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
35192026-05-21T17:04:32.623Z[ helios-setup] May 21 17:04:32.578 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35202026-05-21T17:04:33.107Z[ host-package] Compiling async-bb8-diesel v0.2.1
35212026-05-21T17:04:34.099Z[ host-package] Compiling diesel-dtrace v0.5.0
35222026-05-21T17:04:34.652Z[ host-package] Compiling flume v0.11.1
35232026-05-21T17:04:35.527Z[ host-package] Compiling progenitor v0.11.2
35242026-05-21T17:04:35.670Z[ host-package] Compiling progenitor v0.10.0
35252026-05-21T17:04:35.780Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35262026-05-21T17:04:35.925Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35272026-05-21T17:04:36.755Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35282026-05-21T17:04:36.942Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35292026-05-21T17:04:38.053Z[ helios-setup] May 21 17:04:38.007 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35302026-05-21T17:04:38.356Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35312026-05-21T17:04:39.657Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35322026-05-21T17:04:40.574Z[ host-package] Compiling primeorder v0.13.6
35332026-05-21T17:04:40.638Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
35342026-05-21T17:04:40.972Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35352026-05-21T17:04:41.240Z[ host-package] Compiling instability v0.3.11
35362026-05-21T17:04:41.449Z[ host-package] Compiling p384 v0.13.1
35372026-05-21T17:04:41.780Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35382026-05-21T17:04:43.343Z[ host-package] Compiling slog-stdlog v4.1.1
35392026-05-21T17:04:43.986Z[ host-package] Compiling darling v0.23.0
35402026-05-21T17:04:44.041Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35412026-05-21T17:04:44.123Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35422026-05-21T17:04:44.175Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
35432026-05-21T17:04:44.731Z[ host-package] Compiling ignore v0.4.25
35442026-05-21T17:04:46.006Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35452026-05-21T17:04:46.078Z[ host-package] Compiling castaway v0.2.4
35462026-05-21T17:04:46.510Z[ host-package] Compiling atty v0.2.14
35472026-05-21T17:04:46.514Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35482026-05-21T17:04:46.580Z[ host-package] Compiling indoc v2.0.7
35492026-05-21T17:04:46.728Z[ host-package] Compiling http-range v0.1.5
35502026-05-21T17:04:46.940Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35512026-05-21T17:04:47.002Z[ host-package] Compiling compact_str v0.8.1
35522026-05-21T17:04:47.003Z[ host-package] Compiling globwalk v0.9.1
35532026-05-21T17:04:47.172Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35542026-05-21T17:04:47.761Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35552026-05-21T17:04:48.082Z[ host-package] Compiling parking_lot v0.11.2
35562026-05-21T17:04:48.195Z[ host-package] Compiling slog-envlogger v2.2.0
35572026-05-21T17:04:48.259Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35582026-05-21T17:04:48.312Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35592026-05-21T17:04:49.050Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
35602026-05-21T17:04:49.223Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35612026-05-21T17:04:49.411Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35622026-05-21T17:04:49.652Z[ helios-setup] May 21 17:04:49.606 INFO E| Finished `release` profile [optimized] target(s) in 49.60s
35632026-05-21T17:04:49.655Z[ helios-setup] May 21 17:04:49.609 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
35642026-05-21T17:04:49.655Z[ helios-setup] May 21 17:04:49.609 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35652026-05-21T17:04:49.711Z[ helios-setup] May 21 17:04:49.666 INFO building project "pilot" ok (49 seconds)
35662026-05-21T17:04:49.712Z[ helios-setup] May 21 17:04:49.666 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
35672026-05-21T17:04:49.721Z[ helios-setup] May 21 17:04:49.676 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)"
35682026-05-21T17:04:49.721Z[ helios-setup] May 21 17:04:49.676 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
35692026-05-21T17:04:49.724Z[ helios-setup] May 21 17:04:49.676 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
35702026-05-21T17:04:49.934Z[ helios-setup] May 21 17:04:49.888 INFO E| Downloading crates ...
35712026-05-21T17:04:49.953Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35722026-05-21T17:04:50.009Z[ helios-setup] May 21 17:04:49.963 INFO E| Downloaded bitflags v2.9.1
35732026-05-21T17:04:50.012Z[ helios-setup] May 21 17:04:49.966 INFO E| Downloaded iana-time-zone v0.1.63
35742026-05-21T17:04:50.018Z[ helios-setup] May 21 17:04:49.971 INFO E| Downloaded time-core v0.1.4
35752026-05-21T17:04:50.021Z[ helios-setup] May 21 17:04:49.973 INFO E| Downloaded tempfile v3.20.0
35762026-05-21T17:04:50.025Z[ helios-setup] May 21 17:04:49.980 INFO E| Downloaded deranged v0.4.0
35772026-05-21T17:04:50.030Z[ helios-setup] May 21 17:04:49.984 INFO E| Downloaded serde_with_macros v3.12.0
35782026-05-21T17:04:50.043Z[ helios-setup] May 21 17:04:49.998 INFO E| Downloaded anyhow v1.0.98
35792026-05-21T17:04:50.071Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35802026-05-21T17:04:50.075Z[ helios-setup] May 21 17:04:50.024 INFO E| Downloaded time-macros v0.2.22
35812026-05-21T17:04:50.075Z[ helios-setup] May 21 17:04:50.026 INFO E| Downloaded getrandom v0.3.3
35822026-05-21T17:04:50.089Z[ helios-setup] May 21 17:04:50.043 INFO E| Downloaded errno v0.3.12
35832026-05-21T17:04:50.092Z[ helios-setup] May 21 17:04:50.043 INFO E| Downloaded indexmap v2.9.0
35842026-05-21T17:04:50.095Z[ helios-setup] May 21 17:04:50.047 INFO E| Downloaded time v0.3.41
35852026-05-21T17:04:50.098Z[ helios-setup] May 21 17:04:50.052 INFO E| Downloaded serde_with v3.12.0
35862026-05-21T17:04:50.103Z[ helios-setup] May 21 17:04:50.058 INFO E| Downloaded hashbrown v0.15.3
35872026-05-21T17:04:50.107Z[ helios-setup] May 21 17:04:50.062 INFO E| Downloaded chrono v0.4.41
35882026-05-21T17:04:50.120Z[ helios-setup] May 21 17:04:50.074 INFO E| Downloaded rustix v1.0.7
35892026-05-21T17:04:50.185Z[ helios-setup] May 21 17:04:50.139 INFO E| Compiling proc-macro2 v1.0.95
35902026-05-21T17:04:50.185Z[ helios-setup] May 21 17:04:50.139 INFO E| Compiling unicode-ident v1.0.18
35912026-05-21T17:04:50.185Z[ helios-setup] May 21 17:04:50.139 INFO E| Compiling libc v0.2.172
35922026-05-21T17:04:50.188Z[ helios-setup] May 21 17:04:50.139 INFO E| Compiling ident_case v1.0.1
35932026-05-21T17:04:50.188Z[ helios-setup] May 21 17:04:50.139 INFO E| Compiling strsim v0.11.1
35942026-05-21T17:04:50.226Z[ helios-setup] May 21 17:04:50.180 INFO E| Compiling fnv v1.0.7
35952026-05-21T17:04:50.235Z[ helios-setup] May 21 17:04:50.190 INFO E| Compiling serde v1.0.219
35962026-05-21T17:04:50.235Z[ helios-setup] May 21 17:04:50.190 INFO E| Compiling getrandom v0.3.3
35972026-05-21T17:04:50.235Z[ helios-setup] May 21 17:04:50.190 INFO E| Compiling rustix v1.0.7
35982026-05-21T17:04:50.238Z[ helios-setup] May 21 17:04:50.190 INFO E| Compiling cfg-if v1.0.0
35992026-05-21T17:04:50.238Z[ helios-setup] May 21 17:04:50.190 INFO E| Compiling bitflags v2.9.1
36002026-05-21T17:04:50.238Z[ helios-setup] May 21 17:04:50.190 INFO E| Compiling thiserror v2.0.12
36012026-05-21T17:04:50.238Z[ helios-setup] May 21 17:04:50.190 INFO E| Compiling anyhow v1.0.98
36022026-05-21T17:04:50.238Z[ helios-setup] May 21 17:04:50.190 INFO E| Compiling serde_json v1.0.140
36032026-05-21T17:04:50.348Z[ helios-setup] May 21 17:04:50.303 INFO E| Compiling ryu v1.0.20
36042026-05-21T17:04:50.351Z[ helios-setup] May 21 17:04:50.303 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36052026-05-21T17:04:50.695Z[ host-package] Compiling predicates-tree v1.0.13
36062026-05-21T17:04:51.082Z[ host-package] Compiling unicode-truncate v1.1.0
36072026-05-21T17:04:51.088Z[ helios-setup] May 21 17:04:51.036 INFO E| Compiling itoa v1.0.15
36082026-05-21T17:04:51.088Z[ helios-setup] May 21 17:04:51.037 INFO E| Compiling once_cell v1.21.3
36092026-05-21T17:04:51.116Z[ helios-setup] May 21 17:04:51.070 INFO E| Compiling memchr v2.7.4
36102026-05-21T17:04:51.172Z[ helios-setup] May 21 17:04:51.127 INFO E| Compiling fastrand v2.3.0
36112026-05-21T17:04:51.389Z[ host-package] Compiling lru v0.12.5
36122026-05-21T17:04:51.481Z[ host-package] Compiling rand_seeder v0.4.0
36132026-05-21T17:04:51.484Z[ host-package] Compiling prefix-trie v0.7.0
36142026-05-21T17:04:51.569Z[ helios-setup] May 21 17:04:51.524 INFO E| Compiling errno v0.3.12
36152026-05-21T17:04:51.747Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36162026-05-21T17:04:51.909Z[ helios-setup] May 21 17:04:51.864 INFO E| Compiling quote v1.0.40
36172026-05-21T17:04:51.913Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36182026-05-21T17:04:52.036Z[ host-package] Compiling vergen-git2 v1.0.7
36192026-05-21T17:04:52.116Z[ host-package] Compiling corncobs v0.1.4
36202026-05-21T17:04:52.130Z[ helios-setup] May 21 17:04:52.082 INFO E| Compiling syn v2.0.101
36212026-05-21T17:04:52.348Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
36222026-05-21T17:04:52.427Z[ host-package] Compiling cassowary v0.3.0
36232026-05-21T17:04:52.567Z[ host-package] Compiling hickory-server v0.25.2
36242026-05-21T17:04:52.635Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36252026-05-21T17:04:52.768Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36262026-05-21T17:04:52.795Z[ helios-setup] May 21 17:04:52.749 INFO E| Compiling tempfile v3.20.0
36272026-05-21T17:04:52.846Z[ host-package] Compiling ratatui v0.29.0
36282026-05-21T17:04:53.041Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36292026-05-21T17:04:53.120Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36302026-05-21T17:04:53.484Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36312026-05-21T17:04:53.551Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36322026-05-21T17:04:53.745Z[ host-package] Compiling hyper-staticfile v0.10.1
36332026-05-21T17:04:54.168Z[ host-package] Compiling sled v0.34.7
36342026-05-21T17:04:54.253Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36352026-05-21T17:04:54.311Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36362026-05-21T17:04:54.673Z[ helios-setup] May 21 17:04:54.627 INFO E| Compiling darling_core v0.20.11
36372026-05-21T17:04:55.083Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36382026-05-21T17:04:55.170Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36392026-05-21T17:04:55.416Z[ helios-setup] May 21 17:04:55.370 INFO E| Compiling serde_derive v1.0.219
36402026-05-21T17:04:55.416Z[ helios-setup] May 21 17:04:55.370 INFO E| Compiling thiserror-impl v2.0.12
36412026-05-21T17:04:55.619Z[ host-package] Compiling secrecy v0.8.0
36422026-05-21T17:04:55.841Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36432026-05-21T17:04:56.182Z[ host-package] Compiling rustls v0.21.12
36442026-05-21T17:04:56.829Z[ helios-setup] May 21 17:04:56.783 INFO E| Compiling darling_macro v0.20.11
36452026-05-21T17:04:57.470Z[ helios-setup] May 21 17:04:57.425 INFO E| Compiling darling v0.20.11
36462026-05-21T17:04:57.562Z[ helios-setup] May 21 17:04:57.516 INFO E| Compiling serde_with_macros v3.12.0
36472026-05-21T17:04:58.063Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36482026-05-21T17:04:58.116Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36492026-05-21T17:04:58.423Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36502026-05-21T17:04:58.733Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36512026-05-21T17:04:59.211Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36522026-05-21T17:04:59.862Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36532026-05-21T17:04:59.936Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36542026-05-21T17:05:00.291Z[ helios-setup] May 21 17:05:00.245 INFO E| Compiling serde_with v3.12.0
36552026-05-21T17:05:01.138Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
36562026-05-21T17:05:02.193Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36572026-05-21T17:05:02.416Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36582026-05-21T17:05:02.468Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36592026-05-21T17:05:02.499Z[ host-package] Compiling sct v0.7.1
36602026-05-21T17:05:02.669Z[ host-package] Compiling rustls-webpki v0.101.7
36612026-05-21T17:05:02.707Z[ host-package] Compiling nix v0.29.0
36622026-05-21T17:05:02.812Z[ host-package] Compiling dropshot v0.16.7
36632026-05-21T17:05:03.078Z[ host-package] Compiling void v1.0.2
36642026-05-21T17:05:03.345Z[ host-package] Compiling lzss v0.8.2
36652026-05-21T17:05:03.858Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
36662026-05-21T17:05:03.954Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36672026-05-21T17:05:04.511Z[ helios-setup] May 21 17:05:04.466 INFO E| Finished `release` profile [optimized] target(s) in 14.77s
36682026-05-21T17:05:04.534Z[ helios-setup] May 21 17:05:04.488 INFO building project "dmar-report" ok (14 seconds)
36692026-05-21T17:05:04.534Z[ helios-setup] May 21 17:05:04.488 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
36702026-05-21T17:05:04.543Z[ helios-setup] May 21 17:05:04.497 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)"
36712026-05-21T17:05:04.543Z[ helios-setup] May 21 17:05:04.497 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
36722026-05-21T17:05:04.546Z[ helios-setup] May 21 17:05:04.497 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
36732026-05-21T17:05:04.551Z[ host-package] Compiling illumos-nvpair v0.3.0
36742026-05-21T17:05:04.738Z[ helios-setup] May 21 17:05:04.692 INFO E| Downloading crates ...
36752026-05-21T17:05:04.783Z[ helios-setup] May 21 17:05:04.737 INFO E| Downloaded adler2 v2.0.0
36762026-05-21T17:05:04.794Z[ helios-setup] May 21 17:05:04.748 INFO E| Downloaded miniz_oxide v0.8.8
36772026-05-21T17:05:04.837Z[ helios-setup] May 21 17:05:04.791 INFO E| Compiling adler2 v2.0.0
36782026-05-21T17:05:04.928Z[ helios-setup] May 21 17:05:04.882 INFO E| Compiling miniz_oxide v0.8.8
36792026-05-21T17:05:05.143Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36802026-05-21T17:05:06.037Z[ helios-setup] May 21 17:05:05.992 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36812026-05-21T17:05:06.116Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36822026-05-21T17:05:06.521Z[ helios-setup] May 21 17:05:06.476 INFO E| Finished `release` profile [optimized] target(s) in 1.96s
36832026-05-21T17:05:06.531Z[ helios-setup] May 21 17:05:06.486 INFO building project "pinprick" ok (1 seconds)
36842026-05-21T17:05:06.534Z[ helios-setup] rm -f helios-build
36852026-05-21T17:05:06.539Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36862026-05-21T17:05:06.542Z[ helios-setup]
36872026-05-21T17:05:06.542Z[ helios-setup] Setup complete! ./helios-build is now available.
36882026-05-21T17:05:06.542Z[ helios-setup]
36892026-05-21T17:05:06.542Z[ helios-setup]
36902026-05-21T17:05:06.542Z[ helios-setup] real 2:37.223425828
36912026-05-21T17:05:06.542ZMay 21 17:05:06.496 INFO [helios-setup] process exited with exit status: 0 (157.226558763s)
36922026-05-21T17:05:06.542Z[ helios-setup] user 6:47.557031666
36932026-05-21T17:05:06.542Z[ helios-setup] sys 1:14.823350442
36942026-05-21T17:05:06.542Z[ helios-setup] trap 0.426378543
36952026-05-21T17:05:06.542Z[ helios-setup] tflt 3.162202530
36962026-05-21T17:05:06.542Z[ helios-setup] dflt 5.888974199
36972026-05-21T17:05:06.542Z[ helios-setup] kflt 0.006013807
36982026-05-21T17:05:06.542Z[ helios-setup] lock 37:07.293580095
36992026-05-21T17:05:06.542Z[ helios-setup] slp 35:23.188114698
37002026-05-21T17:05:06.542Z[ helios-setup] lat 6:30.890162604
37012026-05-21T17:05:06.542Z[ helios-setup] stop 1:24.493067685
37022026-05-21T17:05:06.542ZMay 21 17:05:06.496 INFO [helios-record] running task
37032026-05-21T17:05:06.542ZMay 21 17:05:06.497 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37042026-05-21T17:05:06.546ZMay 21 17:05:06.501 DEBG process exited with exit status: 0 (4.249156ms)
37052026-05-21T17:05:06.546ZMay 21 17:05:06.501 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37062026-05-21T17:05:06.551ZMay 21 17:05:06.505 DEBG process exited with exit status: 0 (4.633247ms)
37072026-05-21T17:05:06.551ZMay 21 17:05:06.506 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37082026-05-21T17:05:06.556ZMay 21 17:05:06.511 DEBG process exited with exit status: 0 (5.081328ms)
37092026-05-21T17:05:06.556ZMay 21 17:05:06.511 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37102026-05-21T17:05:06.559ZMay 21 17:05:06.514 DEBG process exited with exit status: 0 (3.444455ms)
37112026-05-21T17:05:06.559ZMay 21 17:05:06.514 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37122026-05-21T17:05:06.563ZMay 21 17:05:06.517 DEBG process exited with exit status: 0 (3.378526ms)
37132026-05-21T17:05:06.563ZMay 21 17:05:06.517 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37142026-05-21T17:05:06.566ZMay 21 17:05:06.521 DEBG process exited with exit status: 0 (3.234375ms)
37152026-05-21T17:05:06.566ZMay 21 17:05:06.521 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37162026-05-21T17:05:06.570ZMay 21 17:05:06.524 DEBG process exited with exit status: 0 (3.593835ms)
37172026-05-21T17:05:06.570ZMay 21 17:05:06.524 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37182026-05-21T17:05:06.573ZMay 21 17:05:06.528 DEBG process exited with exit status: 0 (3.347495ms)
37192026-05-21T17:05:06.573ZMay 21 17:05:06.528 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37202026-05-21T17:05:06.577ZMay 21 17:05:06.531 DEBG process exited with exit status: 0 (3.582026ms)
37212026-05-21T17:05:06.579ZMay 21 17:05:06.532 INFO [helios-record] task succeeded (35.086693ms)
37222026-05-21T17:05:06.841Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37232026-05-21T17:05:06.963Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37242026-05-21T17:05:07.180Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37252026-05-21T17:05:07.204Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37262026-05-21T17:05:07.309Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37272026-05-21T17:05:07.418Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37282026-05-21T17:05:07.439Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37292026-05-21T17:05:07.547Z[ host-package] Compiling tungstenite v0.23.0
37302026-05-21T17:05:07.648Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
37312026-05-21T17:05:07.686Z[ host-package] Compiling nix v0.27.1
37322026-05-21T17:05:08.831Z[ host-package] Compiling git2 v0.20.4
37332026-05-21T17:05:08.858Z[ host-package] Compiling dropshot_endpoint v0.16.7
37342026-05-21T17:05:08.995Z[ host-package] Compiling serde_bytes v0.11.19
37352026-05-21T17:05:09.248Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
37362026-05-21T17:05:09.312Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37372026-05-21T17:05:09.895Z[ host-package] Compiling tokio-tungstenite v0.23.1
37382026-05-21T17:05:10.471Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37392026-05-21T17:05:11.908Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37402026-05-21T17:05:12.310Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37412026-05-21T17:05:13.798Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37422026-05-21T17:05:14.616Z[ host-package] Compiling tokio-rustls v0.24.1
37432026-05-21T17:05:14.904Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37442026-05-21T17:05:14.973Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37452026-05-21T17:05:15.377Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37462026-05-21T17:05:15.589Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37472026-05-21T17:05:15.619Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37482026-05-21T17:05:15.828Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37492026-05-21T17:05:15.859Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37502026-05-21T17:05:17.028Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37512026-05-21T17:05:17.638Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37522026-05-21T17:05:17.673Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37532026-05-21T17:05:17.697Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37542026-05-21T17:05:18.573Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37552026-05-21T17:05:18.628Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37562026-05-21T17:05:20.275Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37572026-05-21T17:05:20.357Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37582026-05-21T17:05:20.780Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37592026-05-21T17:05:21.450Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37602026-05-21T17:05:21.476Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37612026-05-21T17:05:21.712Z[ host-package] Compiling rustls-pemfile v1.0.4
37622026-05-21T17:05:21.809Z[ host-package] Compiling signal-hook-tokio v0.3.1
37632026-05-21T17:05:22.016Z[ host-package] Compiling twox-hash v2.1.2
37642026-05-21T17:05:22.044Z[ host-package] Compiling yasna v0.5.2
37652026-05-21T17:05:22.140Z[ host-package] Compiling is_ci v1.2.0
37662026-05-21T17:05:22.363Z[ host-package] Compiling supports-color v3.0.2
37672026-05-21T17:05:22.552Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37682026-05-21T17:05:22.655Z[ host-package] Compiling rcgen v0.12.1
37692026-05-21T17:05:24.010Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37702026-05-21T17:05:24.193Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37712026-05-21T17:05:24.424Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37722026-05-21T17:05:25.395Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
37732026-05-21T17:05:25.719Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37742026-05-21T17:05:27.063Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37752026-05-21T17:05:27.171Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37762026-05-21T17:05:27.195Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37772026-05-21T17:05:28.432Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37782026-05-21T17:05:28.655Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37792026-05-21T17:05:28.955Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37802026-05-21T17:05:29.194Z[ host-package] Compiling fatfs v0.3.6
37812026-05-21T17:05:29.370Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37822026-05-21T17:05:29.798Z[ host-package] Compiling subprocess v0.2.15
37832026-05-21T17:05:29.998Z[ host-package] Compiling rtoolbox v0.0.3
37842026-05-21T17:05:30.290Z[ host-package] Compiling assert_matches v1.5.0
37852026-05-21T17:05:30.403Z[ host-package] Compiling seq-macro v0.3.6
37862026-05-21T17:05:30.426Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37872026-05-21T17:05:30.889Z[ host-package] Compiling rpassword v7.4.0
37882026-05-21T17:05:30.981Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37892026-05-21T17:05:31.176Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37902026-05-21T17:05:31.315Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37912026-05-21T17:05:32.042Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37922026-05-21T17:05:33.016Z[ host-package] Compiling tui-tree-widget v0.23.1
37932026-05-21T17:05:33.311Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37942026-05-21T17:05:33.397Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37952026-05-21T17:05:33.772Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37962026-05-21T17:05:33.946Z[ host-package] Compiling uzers v0.12.2
37972026-05-21T17:05:34.337Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37982026-05-21T17:05:35.415Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37992026-05-21T17:05:36.464Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38002026-05-21T17:05:36.567Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38012026-05-21T17:05:38.654Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38022026-05-21T17:05:40.885Z[ host-package] Compiling support-bundle-viewer v0.1.2
38032026-05-21T17:05:41.020Z[ host-package] Compiling multimap v0.10.1
38042026-05-21T17:05:47.229Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38052026-05-21T17:06:02.641Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
38062026-05-21T17:06:02.759Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38072026-05-21T17:11:34.599Z[ host-package] Finished `release` profile [optimized] target(s) in 8m 17s
38082026-05-21T17:12:18.183ZMay 21 17:12:18.135 INFO [host-package] process exited with exit status: 0 (541.579280633s)
38092026-05-21T17:12:18.183ZMay 21 17:12:18.135 INFO [host-stamp] running task
38102026-05-21T17:12:18.187ZMay 21 17:12:18.135 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38112026-05-21T17:12:18.187ZMay 21 17:12:18.135 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 20.0.0-0.ci+git65955161ff5
38122026-05-21T17:12:18.187ZMay 21 17:12:18.136 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 20.0.0-0.ci+git65955161ff5
38132026-05-21T17:12:18.187ZMay 21 17:12:18.136 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 20.0.0-0.ci+git65955161ff5
38142026-05-21T17:12:18.187ZMay 21 17:12:18.136 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 20.0.0-0.ci+git65955161ff5
38152026-05-21T17:12:18.187ZMay 21 17:12:18.137 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 20.0.0-0.ci+git65955161ff5
38162026-05-21T17:12:18.187ZMay 21 17:12:18.137 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 20.0.0-0.ci+git65955161ff5
38172026-05-21T17:12:18.187ZMay 21 17:12:18.137 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 20.0.0-0.ci+git65955161ff5
38182026-05-21T17:12:18.187ZMay 21 17:12:18.137 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 20.0.0-0.ci+git65955161ff5
38192026-05-21T17:12:18.196Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38202026-05-21T17:12:18.200Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38212026-05-21T17:12:18.200Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38222026-05-21T17:12:18.200Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38232026-05-21T17:12:18.200Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38242026-05-21T17:12:18.200Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38252026-05-21T17:12:18.200Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38262026-05-21T17:12:18.200Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38272026-05-21T17:12:18.200Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38282026-05-21T17:12:18.200Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38292026-05-21T17:12:18.203ZMay 21 17:12:18.154 INFO [stamp-overlay] process exited with exit status: 0 (17.136796ms)
38302026-05-21T17:12:18.207Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38312026-05-21T17:12:18.209ZMay 21 17:12:18.162 INFO [stamp-oxlog] process exited with exit status: 0 (25.718139ms)
38322026-05-21T17:12:18.239Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38332026-05-21T17:12:18.242ZMay 21 17:12:18.194 INFO [stamp-crucible-utils] process exited with exit status: 0 (58.132709ms)
38342026-05-21T17:12:18.261Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38352026-05-21T17:12:18.265ZMay 21 17:12:18.216 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (81.150844ms)
38362026-05-21T17:12:18.385Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38372026-05-21T17:12:18.389ZMay 21 17:12:18.341 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (204.362133ms)
38382026-05-21T17:12:18.562Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38392026-05-21T17:12:18.566ZMay 21 17:12:18.518 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (381.282403ms)
38402026-05-21T17:12:18.799Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38412026-05-21T17:12:18.803ZMay 21 17:12:18.755 INFO [stamp-propolis-server] process exited with exit status: 0 (618.710706ms)
38422026-05-21T17:12:19.224Z[recovery-package] Compiling newtype-uuid v1.3.2
38432026-05-21T17:12:19.463Z[recovery-package] Compiling daft v0.1.7
38442026-05-21T17:12:19.677Z[recovery-package] Compiling iddqd v0.4.1
38452026-05-21T17:12:20.604Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38462026-05-21T17:12:20.869Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38472026-05-21T17:12:20.869Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38482026-05-21T17:12:20.872Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38492026-05-21T17:12:20.872Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38502026-05-21T17:12:20.872Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38512026-05-21T17:12:20.873Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38522026-05-21T17:12:20.873Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38532026-05-21T17:12:20.883Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38542026-05-21T17:12:21.015Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38552026-05-21T17:12:21.283Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38562026-05-21T17:12:21.299Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38572026-05-21T17:12:21.413Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38582026-05-21T17:12:23.689Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38592026-05-21T17:12:23.692ZMay 21 17:12:23.644 INFO [stamp-switch-asic] process exited with exit status: 0 (5.507184746s)
38602026-05-21T17:12:23.693ZMay 21 17:12:23.645 INFO [host-stamp] task succeeded (5.509672169s)
38612026-05-21T17:12:23.693ZMay 21 17:12:23.645 INFO [host-proto] running task
38622026-05-21T17:12:24.101ZMay 21 17:12:24.052 INFO [host-proto] task succeeded (407.863583ms)
38632026-05-21T17:12:24.101ZMay 21 17:12:24.052 INFO [host-profile] running task
38642026-05-21T17:12:24.104ZMay 21 17:12:24.053 INFO [host-profile] task succeeded (224.74µs)
38652026-05-21T17:12:24.104ZMay 21 17:12:24.053 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.40.479' -P /tmp/.tmpEayPFN/proto/host/root -N 'ci 6595516/${os_short_commit} 2026-05-21 17:02' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38662026-05-21T17:12:24.107Z[ host-image] May 21 17:12:24.059 INFO Checking files for board 'gimlet'
38672026-05-21T17:12:24.107Z[ host-image] May 21 17:12:24.059 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38682026-05-21T17:12:24.110Z[ host-image] May 21 17:12:24.059 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38692026-05-21T17:12:24.110Z[ host-image] May 21 17:12:24.059 INFO Checking files for board 'cosmo-mbist-noaggr'
38702026-05-21T17:12:24.110Z[ host-image] May 21 17:12:24.059 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38712026-05-21T17:12:24.110Z[ host-image] May 21 17:12:24.059 INFO Checking files for board 'cosmo'
38722026-05-21T17:12:24.110Z[ host-image] May 21 17:12:24.059 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38732026-05-21T17:12:24.110Z[ host-image] May 21 17:12:24.059 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38742026-05-21T17:12:24.110Z[ host-image] May 21 17:12:24.059 INFO Checking files for board 'cosmo-mbist'
38752026-05-21T17:12:24.110Z[ host-image] May 21 17:12:24.059 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38762026-05-21T17:12:24.117Z[ host-image] May 21 17:12:24.069 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpEayPFN/proto/host/root"
38772026-05-21T17:12:24.117Z[ host-image] May 21 17:12:24.069 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38782026-05-21T17:12:24.119Z[ host-image] May 21 17:12:24.069 INFO image builder template: ramdisk-01-os...
38792026-05-21T17:12:24.120Z[ host-image] May 21 17:12:24.069 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/.tmpEayPFN/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38802026-05-21T17:12:24.130Z[ host-image] May 21 17:12:24.082 INFO O| May 21 17:12:24.082 INFO CREATE DATASET: rpool/images/build/host/output
38812026-05-21T17:12:25.484Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38822026-05-21T17:12:25.484Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38832026-05-21T17:12:25.487Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38842026-05-21T17:12:25.487Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38852026-05-21T17:12:25.487Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38862026-05-21T17:12:26.733Z[ host-image] May 21 17:12:26.684 INFO O| May 21 17:12:26.684 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38872026-05-21T17:12:26.736Z[ host-image] May 21 17:12:26.687 INFO O| May 21 17:12:26.687 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38882026-05-21T17:12:26.943Z[ host-image] May 21 17:12:26.894 INFO O| May 21 17:12:26.894 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38892026-05-21T17:12:27.007Z[ host-image] May 21 17:12:26.959 INFO O| May 21 17:12:26.959 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38902026-05-21T17:12:27.007Z[ host-image] May 21 17:12:26.959 INFO O| May 21 17:12:26.959 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38912026-05-21T17:12:27.011Z[ host-image] May 21 17:12:26.959 INFO O| May 21 17:12:26.959 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38922026-05-21T17:12:27.011Z[ host-image] May 21 17:12:26.959 INFO O| May 21 17:12:26.959 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38932026-05-21T17:12:27.014Z[ host-image] May 21 17:12:26.964 INFO O| May 21 17:12:26.964 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38942026-05-21T17:12:27.237Z[ host-image] May 21 17:12:27.189 INFO O| May 21 17:12:27.189 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38952026-05-21T17:12:27.243Z[ host-image] May 21 17:12:27.195 INFO O| May 21 17:12:27.195 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38962026-05-21T17:12:27.510Z[ host-image] May 21 17:12:27.462 INFO O| May 21 17:12:27.462 INFO O| Caching catalogs ... Done
38972026-05-21T17:12:27.576Z[ host-image] May 21 17:12:27.526 INFO O| May 21 17:12:27.526 INFO STEP 0 (pkg_image_create) COMPLETE
38982026-05-21T17:12:27.576Z[ host-image] May 21 17:12:27.526 INFO O| May 21 17:12:27.526 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38992026-05-21T17:12:27.582Z[ host-image] May 21 17:12:27.533 INFO O| May 21 17:12:27.533 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/3/dev/", "helios"]
39002026-05-21T17:12:27.831Z[ host-image] May 21 17:12:27.782 INFO O| May 21 17:12:27.782 INFO STEP 1 (pkg_set_publisher) COMPLETE
39012026-05-21T17:12:27.831Z[ host-image] May 21 17:12:27.782 INFO O| May 21 17:12:27.782 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39022026-05-21T17:12:27.831Z[ host-image] May 21 17:12:27.782 INFO O| May 21 17:12:27.782 INFO skip step because feature "publisher_1_name" is not enabled
39032026-05-21T17:12:27.834Z[ host-image] May 21 17:12:27.782 INFO O| May 21 17:12:27.782 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39042026-05-21T17:12:27.834Z[ host-image] May 21 17:12:27.782 INFO O| May 21 17:12:27.782 INFO skip step because feature "publisher_2_name" is not enabled
39052026-05-21T17:12:27.834Z[ host-image] May 21 17:12:27.782 INFO O| May 21 17:12:27.782 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39062026-05-21T17:12:27.834Z[ host-image] May 21 17:12:27.782 INFO O| May 21 17:12:27.782 INFO skip step because feature "publisher_3_name" is not enabled
39072026-05-21T17:12:27.834Z[ host-image] May 21 17:12:27.782 INFO O| May 21 17:12:27.782 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39082026-05-21T17:12:28.078Z[ host-image] May 21 17:12:28.030 INFO O| May 21 17:12:28.030 INFO variant opensolaris.zone is already global
39092026-05-21T17:12:28.079Z[ host-image] May 21 17:12:28.030 INFO O| May 21 17:12:28.030 INFO STEP 5 (pkg_change_variant) COMPLETE
39102026-05-21T17:12:28.082Z[ host-image] May 21 17:12:28.030 INFO O| May 21 17:12:28.030 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39112026-05-21T17:12:28.331Z[ host-image] May 21 17:12:28.283 INFO O| May 21 17:12:28.283 INFO variant opensolaris.imagetype is full; changing to partial
39122026-05-21T17:12:28.332Z[ host-image] May 21 17:12:28.283 INFO O| May 21 17:12:28.283 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39132026-05-21T17:12:28.759Z[ host-image] May 21 17:12:28.710 INFO O| May 21 17:12:28.710 INFO O| Startup: Refreshing catalog 'helios' ... Done
39142026-05-21T17:12:28.812Z[ host-image] May 21 17:12:28.763 INFO O| May 21 17:12:28.763 INFO O| Startup: Caching catalogs ... Done
39152026-05-21T17:12:28.815Z[ host-image] May 21 17:12:28.766 INFO O| May 21 17:12:28.766 INFO O| Planning: Planning completed in 0.00 seconds
39162026-05-21T17:12:28.815Z[ host-image] May 21 17:12:28.766 INFO O| May 21 17:12:28.766 INFO O| Planning: Consolidating action changes ... Done
39172026-05-21T17:12:28.815Z[ host-image] May 21 17:12:28.766 INFO O| May 21 17:12:28.766 INFO O| Planning: Evaluating mediators ... Done
39182026-05-21T17:12:28.815Z[ host-image] May 21 17:12:28.766 INFO O| May 21 17:12:28.766 INFO O| Planning: Planning completed in 0.00 seconds
39192026-05-21T17:12:28.815Z[ host-image] May 21 17:12:28.767 INFO O| May 21 17:12:28.767 INFO O| Variants/Facets to change: 1
39202026-05-21T17:12:28.823Z[ host-image] May 21 17:12:28.775 INFO O| May 21 17:12:28.775 INFO O| Finalize: Updating package state database ... Done
39212026-05-21T17:12:28.823Z[ host-image] May 21 17:12:28.775 INFO O| May 21 17:12:28.775 INFO O| Finalize: Updating package cache ... Done
39222026-05-21T17:12:28.832Z[ host-image] May 21 17:12:28.784 INFO O| May 21 17:12:28.784 INFO O| Finalize: Updating image state ... Done
39232026-05-21T17:12:28.835Z[ host-image] May 21 17:12:28.786 INFO O| May 21 17:12:28.786 INFO O| Finalize: Creating fast lookup database ... Done
39242026-05-21T17:12:28.835Z[ host-image] May 21 17:12:28.786 INFO O| May 21 17:12:28.786 INFO O| Finalize: Reading search index ... Done
39252026-05-21T17:12:28.835Z[ host-image] May 21 17:12:28.786 INFO O| May 21 17:12:28.786 INFO O| Finalize: Updating search index ... Done
39262026-05-21T17:12:28.835Z[ host-image] May 21 17:12:28.787 INFO O| May 21 17:12:28.787 INFO O| Finalize: Updating package cache ... Done
39272026-05-21T17:12:28.911Z[ host-image] May 21 17:12:28.863 INFO O| May 21 17:12:28.863 INFO STEP 6 (pkg_change_variant) COMPLETE
39282026-05-21T17:12:28.911Z[ host-image] May 21 17:12:28.863 INFO O| May 21 17:12:28.863 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39292026-05-21T17:12:28.914Z[ host-image] May 21 17:12:28.863 INFO O| May 21 17:12:28.863 INFO skip step because feature "debug_variant" is not enabled
39302026-05-21T17:12:28.914Z[ host-image] May 21 17:12:28.863 INFO O| May 21 17:12:28.863 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39312026-05-21T17:12:29.153Z[ host-image] May 21 17:12:29.104 INFO O| May 21 17:12:29.104 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39322026-05-21T17:12:29.581Z[ host-image] May 21 17:12:29.533 INFO O| May 21 17:12:29.532 INFO O| Startup: Refreshing catalog 'helios' ... Done
39332026-05-21T17:12:29.630Z[ host-image] May 21 17:12:29.582 INFO O| May 21 17:12:29.582 INFO O| Startup: Caching catalogs ... Done
39342026-05-21T17:12:29.634Z[ host-image] May 21 17:12:29.585 INFO O| May 21 17:12:29.584 INFO O| Planning: Planning completed in 0.00 seconds
39352026-05-21T17:12:29.634Z[ host-image] May 21 17:12:29.585 INFO O| May 21 17:12:29.585 INFO O| Planning: Consolidating action changes ... Done
39362026-05-21T17:12:29.634Z[ host-image] May 21 17:12:29.585 INFO O| May 21 17:12:29.585 INFO O| Planning: Evaluating mediators ... Done
39372026-05-21T17:12:29.634Z[ host-image] May 21 17:12:29.585 INFO O| May 21 17:12:29.585 INFO O| Planning: Planning completed in 0.00 seconds
39382026-05-21T17:12:29.634Z[ host-image] May 21 17:12:29.585 INFO O| May 21 17:12:29.585 INFO O| Variants/Facets to change: 1
39392026-05-21T17:12:29.646Z[ host-image] May 21 17:12:29.593 INFO O| May 21 17:12:29.593 INFO O| Finalize: Updating package state database ... Done
39402026-05-21T17:12:29.646Z[ host-image] May 21 17:12:29.593 INFO O| May 21 17:12:29.593 INFO O| Finalize: Updating package cache ... Done
39412026-05-21T17:12:29.650Z[ host-image] May 21 17:12:29.602 INFO O| May 21 17:12:29.602 INFO O| Finalize: Updating image state ... Done
39422026-05-21T17:12:29.653Z[ host-image] May 21 17:12:29.604 INFO O| May 21 17:12:29.604 INFO O| Finalize: Creating fast lookup database ... Done
39432026-05-21T17:12:29.653Z[ host-image] May 21 17:12:29.604 INFO O| May 21 17:12:29.604 INFO O| Finalize: Reading search index ... Done
39442026-05-21T17:12:29.653Z[ host-image] May 21 17:12:29.604 INFO O| May 21 17:12:29.604 INFO O| Finalize: Updating search index ... Done
39452026-05-21T17:12:29.653Z[ host-image] May 21 17:12:29.605 INFO O| May 21 17:12:29.605 INFO O| Finalize: Updating package cache ... Done
39462026-05-21T17:12:29.712Z[ host-image] May 21 17:12:29.663 INFO O| May 21 17:12:29.663 INFO STEP 8 (pkg_change_facet) COMPLETE
39472026-05-21T17:12:29.712Z[ host-image] May 21 17:12:29.663 INFO O| May 21 17:12:29.663 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39482026-05-21T17:12:29.715Z[ host-image] May 21 17:12:29.663 INFO O| May 21 17:12:29.663 INFO skip step because feature "recovery" is not enabled
39492026-05-21T17:12:29.715Z[ host-image] May 21 17:12:29.663 INFO O| May 21 17:12:29.663 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39502026-05-21T17:12:29.715Z[ host-image] May 21 17:12:29.663 INFO O| May 21 17:12:29.663 INFO skip step because feature "recovery" is not enabled
39512026-05-21T17:12:29.715Z[ host-image] May 21 17:12:29.663 INFO O| May 21 17:12:29.663 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39522026-05-21T17:12:29.718Z[ host-image] May 21 17:12:29.670 INFO O| May 21 17:12:29.670 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@20.0.0.0"]
39532026-05-21T17:12:30.125Z[ host-image] May 21 17:12:30.076 INFO O| May 21 17:12:30.076 INFO O| Startup: Refreshing catalog 'helios' ... Done
39542026-05-21T17:12:30.173Z[ host-image] May 21 17:12:30.125 INFO O| May 21 17:12:30.125 INFO O| Startup: Caching catalogs ... Done
39552026-05-21T17:12:30.333Z[ host-image] May 21 17:12:30.285 INFO O| May 21 17:12:30.284 INFO O| Planning: Solver setup ... Done
39562026-05-21T17:12:30.338Z[ host-image] May 21 17:12:30.290 INFO O| May 21 17:12:30.290 INFO O| Planning: Running solver ... Done
39572026-05-21T17:12:30.342Z[ host-image] May 21 17:12:30.294 INFO O| May 21 17:12:30.294 INFO O| Planning: Finding local manifests ... Done
39582026-05-21T17:12:30.358Z[ host-image] May 21 17:12:30.310 INFO O| May 21 17:12:30.309 INFO O| Planning: Fetching manifests: 0/127 0% complete
39592026-05-21T17:12:31.797Z[ host-image] May 21 17:12:31.745 INFO O| May 21 17:12:31.745 INFO O| Planning: Fetching manifests: 127/127 100% complete
39602026-05-21T17:12:32.131Z[ host-image] May 21 17:12:32.081 INFO O| May 21 17:12:32.081 INFO O| Planning: Package planning ... Done
39612026-05-21T17:12:32.485Z[ host-image] May 21 17:12:32.436 INFO O| May 21 17:12:32.436 INFO O| Planning: Merging actions ... Done
39622026-05-21T17:12:32.583Z[ host-image] May 21 17:12:32.534 INFO O| May 21 17:12:32.534 INFO O| Planning: Checking for conflicting actions ... Done
39632026-05-21T17:12:32.678Z[ host-image] May 21 17:12:32.630 INFO O| May 21 17:12:32.629 INFO O| Planning: Consolidating action changes ... Done
39642026-05-21T17:12:32.839Z[ host-image] May 21 17:12:32.791 INFO O| May 21 17:12:32.791 INFO O| Planning: Evaluating mediators ... Done
39652026-05-21T17:12:33.232Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39662026-05-21T17:12:34.077Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39672026-05-21T17:12:34.184Z[ host-image] May 21 17:12:34.136 INFO O| May 21 17:12:34.136 INFO O| Planning: Planning completed in 4.01 seconds
39682026-05-21T17:12:34.187Z[ host-image] May 21 17:12:34.137 INFO O| May 21 17:12:34.137 INFO O| Packages to install: 127
39692026-05-21T17:12:34.187Z[ host-image] May 21 17:12:34.138 INFO O| May 21 17:12:34.137 INFO O| Mediators to change: 5
39702026-05-21T17:12:34.187Z[ host-image] May 21 17:12:34.138 INFO O| May 21 17:12:34.138 INFO O| Services to change: 6
39712026-05-21T17:12:34.213Z[ host-image] May 21 17:12:34.165 INFO O| May 21 17:12:34.165 INFO O| Download: 0/23748 items 0.0/221.9MB 0% complete
39722026-05-21T17:12:36.276Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39732026-05-21T17:12:36.276Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39742026-05-21T17:12:37.309Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39752026-05-21T17:12:37.913Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39762026-05-21T17:12:39.254Z[ host-image] May 21 17:12:39.206 INFO O| May 21 17:12:39.206 INFO O| Download: 1621/23748 items 9.7/221.9MB 4% complete (2.1M/s)
39772026-05-21T17:12:44.627Z[ host-image] May 21 17:12:44.578 INFO O| May 21 17:12:44.578 INFO O| Download: 2322/23748 items 26.7/221.9MB 12% complete (2.6M/s)
39782026-05-21T17:12:49.687Z[ host-image] May 21 17:12:49.639 INFO O| May 21 17:12:49.638 INFO O| Download: 4518/23748 items 41.2/221.9MB 18% complete (3.1M/s)
39792026-05-21T17:12:50.208Z[recovery-package] Finished `release` profile [optimized] target(s) in 31.89s
39802026-05-21T17:12:51.944ZMay 21 17:12:51.896 INFO [recovery-package] process exited with exit status: 0 (33.760712876s)
39812026-05-21T17:12:51.944ZMay 21 17:12:51.896 INFO [recovery-stamp] running task
39822026-05-21T17:12:51.947ZMay 21 17:12:51.896 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39832026-05-21T17:12:51.947ZMay 21 17:12:51.896 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 20.0.0-0.ci+git65955161ff5
39842026-05-21T17:12:51.947ZMay 21 17:12:51.897 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+git65955161ff5
39852026-05-21T17:12:51.954Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39862026-05-21T17:12:51.958Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39872026-05-21T17:12:52.082Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39882026-05-21T17:12:52.086ZMay 21 17:12:52.038 INFO [stamp-installinator] process exited with exit status: 0 (141.279126ms)
39892026-05-21T17:12:52.135Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39902026-05-21T17:12:52.139ZMay 21 17:12:52.091 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (194.428737ms)
39912026-05-21T17:12:52.142ZMay 21 17:12:52.091 INFO [recovery-stamp] task succeeded (194.621767ms)
39922026-05-21T17:12:52.142ZMay 21 17:12:52.091 INFO [recovery-proto] running task
39932026-05-21T17:12:52.142ZMay 21 17:12:52.091 INFO [tuf-stamp] running task
39942026-05-21T17:12:52.142ZMay 21 17:12:52.091 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 20.0.0-0.ci+git65955161ff5
39952026-05-21T17:12:52.142ZMay 21 17:12:52.091 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 20.0.0-0.ci+git65955161ff5
39962026-05-21T17:12:52.142ZMay 21 17:12:52.092 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 20.0.0-0.ci+git65955161ff5
39972026-05-21T17:12:52.142ZMay 21 17:12:52.092 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 20.0.0-0.ci+git65955161ff5
39982026-05-21T17:12:52.142ZMay 21 17:12:52.093 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 20.0.0-0.ci+git65955161ff5
39992026-05-21T17:12:52.142ZMay 21 17:12:52.093 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 20.0.0-0.ci+git65955161ff5
40002026-05-21T17:12:52.145ZMay 21 17:12:52.094 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 20.0.0-0.ci+git65955161ff5
40012026-05-21T17:12:52.145ZMay 21 17:12:52.094 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 20.0.0-0.ci+git65955161ff5
40022026-05-21T17:12:52.145ZMay 21 17:12:52.094 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 20.0.0-0.ci+git65955161ff5
40032026-05-21T17:12:52.145ZMay 21 17:12:52.095 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 20.0.0-0.ci+git65955161ff5
40042026-05-21T17:12:52.145ZMay 21 17:12:52.095 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 20.0.0-0.ci+git65955161ff5
40052026-05-21T17:12:52.145ZMay 21 17:12:52.095 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 20.0.0-0.ci+git65955161ff5
40062026-05-21T17:12:52.153Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40072026-05-21T17:12:52.156Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40082026-05-21T17:12:52.157Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40092026-05-21T17:12:52.162Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40102026-05-21T17:12:52.162Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40112026-05-21T17:12:52.162Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40122026-05-21T17:12:52.162Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40132026-05-21T17:12:52.165Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40142026-05-21T17:12:52.165Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40152026-05-21T17:12:52.170Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40162026-05-21T17:12:52.173Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40172026-05-21T17:12:52.203Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40182026-05-21T17:12:52.250Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40192026-05-21T17:12:52.255ZMay 21 17:12:52.206 INFO [stamp-probe] process exited with exit status: 0 (112.273492ms)
40202026-05-21T17:12:52.284ZMay 21 17:12:52.236 INFO [recovery-proto] task succeeded (145.551643ms)
40212026-05-21T17:12:52.287ZMay 21 17:12:52.236 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.40.479' -P /tmp/.tmpEayPFN/proto/recovery/root -N 'recovery 6595516/${os_short_commit} 2026-05-21 17:02' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40222026-05-21T17:12:52.292Z[ recovery-image] May 21 17:12:52.243 INFO Checking files for board 'gimlet'
40232026-05-21T17:12:52.292Z[ recovery-image] May 21 17:12:52.243 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40242026-05-21T17:12:52.292Z[ recovery-image] May 21 17:12:52.243 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40252026-05-21T17:12:52.292Z[ recovery-image] May 21 17:12:52.243 INFO Checking files for board 'cosmo-mbist'
40262026-05-21T17:12:52.296Z[ recovery-image] May 21 17:12:52.243 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40272026-05-21T17:12:52.296Z[ recovery-image] May 21 17:12:52.243 INFO Checking files for board 'cosmo-mbist-noaggr'
40282026-05-21T17:12:52.296Z[ recovery-image] May 21 17:12:52.243 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40292026-05-21T17:12:52.296Z[ recovery-image] May 21 17:12:52.243 INFO Checking files for board 'cosmo'
40302026-05-21T17:12:52.296Z[ recovery-image] May 21 17:12:52.243 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40312026-05-21T17:12:52.296Z[ recovery-image] May 21 17:12:52.243 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40322026-05-21T17:12:52.302Z[ recovery-image] May 21 17:12:52.253 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpEayPFN/proto/recovery/root"
40332026-05-21T17:12:52.305Z[ recovery-image] May 21 17:12:52.253 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40342026-05-21T17:12:52.305Z[ recovery-image] May 21 17:12:52.253 INFO image builder template: ramdisk-01-os...
40352026-05-21T17:12:52.305Z[ recovery-image] May 21 17:12:52.253 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/.tmpEayPFN/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40362026-05-21T17:12:52.318Z[ recovery-image] May 21 17:12:52.270 INFO O| May 21 17:12:52.269 INFO CREATE DATASET: rpool/images/build/recovery/output
40372026-05-21T17:12:52.564Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
40382026-05-21T17:12:52.602Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40392026-05-21T17:12:52.646Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40402026-05-21T17:12:52.649ZMay 21 17:12:52.601 INFO [stamp-ntp] process exited with exit status: 0 (508.679908ms)
40412026-05-21T17:12:52.820Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40422026-05-21T17:12:52.824ZMay 21 17:12:52.776 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (684.692077ms)
40432026-05-21T17:12:52.916Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40442026-05-21T17:12:52.919ZMay 21 17:12:52.870 INFO [stamp-internal-dns] process exited with exit status: 0 (775.688655ms)
40452026-05-21T17:12:52.930Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40462026-05-21T17:12:52.934ZMay 21 17:12:52.886 INFO [stamp-external-dns] process exited with exit status: 0 (790.787158ms)
40472026-05-21T17:12:52.950Z[ recovery-image] May 21 17:12:52.902 INFO O| May 21 17:12:52.901 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40482026-05-21T17:12:52.953Z[ recovery-image] May 21 17:12:52.905 INFO O| May 21 17:12:52.905 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40492026-05-21T17:12:52.996Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40502026-05-21T17:12:53.000ZMay 21 17:12:52.951 INFO [stamp-crucible-zone] process exited with exit status: 0 (860.504774ms)
40512026-05-21T17:12:53.137Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40522026-05-21T17:12:53.140ZMay 21 17:12:53.091 INFO [stamp-oximeter] process exited with exit status: 0 (997.531004ms)
40532026-05-21T17:12:54.688Z[ host-image] May 21 17:12:54.639 INFO O| May 21 17:12:54.639 INFO O| Download: 6300/23748 items 47.0/221.9MB 21% complete (2.0M/s)
40542026-05-21T17:12:54.765Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40552026-05-21T17:12:54.773ZMay 21 17:12:54.720 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.627184865s)
40562026-05-21T17:12:54.917Z[ recovery-image] May 21 17:12:54.868 INFO O| May 21 17:12:54.868 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40572026-05-21T17:12:55.372Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40582026-05-21T17:12:55.376ZMay 21 17:12:55.328 INFO [stamp-nexus] process exited with exit status: 0 (3.235716805s)
40592026-05-21T17:12:56.647Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40602026-05-21T17:12:56.650ZMay 21 17:12:56.602 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.506805596s)
40612026-05-21T17:12:56.890Z[ recovery-image] May 21 17:12:56.842 INFO O| May 21 17:12:56.842 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40622026-05-21T17:12:56.890Z[ recovery-image] May 21 17:12:56.842 INFO O| May 21 17:12:56.842 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40632026-05-21T17:12:56.893Z[ recovery-image] May 21 17:12:56.842 INFO O| May 21 17:12:56.842 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40642026-05-21T17:12:56.893Z[ recovery-image] May 21 17:12:56.842 INFO O| May 21 17:12:56.842 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40652026-05-21T17:12:56.897Z[ recovery-image] May 21 17:12:56.847 INFO O| May 21 17:12:56.847 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40662026-05-21T17:12:56.956Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40672026-05-21T17:12:56.960ZMay 21 17:12:56.911 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.816173009s)
40682026-05-21T17:12:56.981Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40692026-05-21T17:12:56.986ZMay 21 17:12:56.937 INFO [stamp-clickhouse] process exited with exit status: 0 (4.843346481s)
40702026-05-21T17:12:56.986ZMay 21 17:12:56.937 INFO [tuf-stamp] task succeeded (4.846043965s)
40712026-05-21T17:12:57.148Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40722026-05-21T17:12:57.365Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40732026-05-21T17:12:57.391Z[verify-libraries] Compiling stacker v0.1.23
40742026-05-21T17:12:57.391Z[verify-libraries] Compiling cfg_aliases v0.1.1
40752026-05-21T17:12:57.430Z[verify-libraries] Compiling home v0.5.12
40762026-05-21T17:12:57.452Z[verify-libraries] Compiling nibble_vec v0.1.0
40772026-05-21T17:12:57.452Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40782026-05-21T17:12:57.455Z[verify-libraries] Compiling endian-type v0.1.2
40792026-05-21T17:12:57.515Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40802026-05-21T17:12:57.533Z[verify-libraries] Compiling nix v0.28.0
40812026-05-21T17:12:57.552Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40822026-05-21T17:12:57.571Z[verify-libraries] Compiling winnow v0.6.26
40832026-05-21T17:12:57.575Z[verify-libraries] Compiling unicode_categories v0.1.1
40842026-05-21T17:12:57.618Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40852026-05-21T17:12:57.641Z[verify-libraries] Compiling radix_trie v0.2.1
40862026-05-21T17:12:57.711Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40872026-05-21T17:12:57.740Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40882026-05-21T17:12:57.766Z[verify-libraries] Compiling polyval v0.6.2
40892026-05-21T17:12:57.790Z[verify-libraries] Compiling ctr v0.9.2
40902026-05-21T17:12:57.811Z[verify-libraries] Compiling colored v2.2.0
40912026-05-21T17:12:57.811Z[verify-libraries] Compiling ssh-encoding v0.2.0
40922026-05-21T17:12:57.835Z[verify-libraries] Compiling blowfish v0.9.1
40932026-05-21T17:12:57.930Z[verify-libraries] Compiling password-hash v0.4.2
40942026-05-21T17:12:58.045Z[verify-libraries] Compiling ghash v0.5.1
40952026-05-21T17:12:58.049Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40962026-05-21T17:12:58.088Z[verify-libraries] Compiling petname v2.0.2
40972026-05-21T17:12:58.109Z[verify-libraries] Compiling psm v0.1.30
40982026-05-21T17:12:58.133Z[verify-libraries] Compiling p521 v0.13.3
40992026-05-21T17:12:58.133Z[verify-libraries] Compiling p256 v0.13.2
41002026-05-21T17:12:58.177Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41012026-05-21T17:12:58.181Z[verify-libraries] Compiling md5 v0.7.0
41022026-05-21T17:12:58.246Z[verify-libraries] Compiling aes-gcm v0.10.3
41032026-05-21T17:12:58.284Z[verify-libraries] Compiling pbkdf2 v0.11.0
41042026-05-21T17:12:58.341Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41052026-05-21T17:12:58.429Z[verify-libraries] Compiling ssh-cipher v0.2.0
41062026-05-21T17:12:58.450Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41072026-05-21T17:12:58.474Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41082026-05-21T17:12:58.501Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41092026-05-21T17:12:58.523Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41102026-05-21T17:12:58.597Z[verify-libraries] Compiling num-bigint v0.4.6
41112026-05-21T17:12:58.621Z[verify-libraries] Compiling des v0.8.1
41122026-05-21T17:12:58.666Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41132026-05-21T17:12:58.694Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41142026-05-21T17:12:58.714Z[verify-libraries] Compiling ssh-key v0.6.7
41152026-05-21T17:12:58.775Z[verify-libraries] Compiling hex-literal v0.4.1
41162026-05-21T17:12:58.892Z[verify-libraries] Compiling sync-ptr v0.1.4
41172026-05-21T17:12:58.971Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41182026-05-21T17:12:58.999Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41192026-05-21T17:12:59.075Z[verify-libraries] Compiling recursive v0.1.1
41202026-05-21T17:12:59.130Z[verify-libraries] Compiling sqlformat v0.3.5
41212026-05-21T17:12:59.152Z[verify-libraries] Compiling rustyline v14.0.0
41222026-05-21T17:12:59.173Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41232026-05-21T17:12:59.194Z[verify-libraries] Compiling socket2 v0.5.10
41242026-05-21T17:12:59.233Z[ recovery-image] May 21 17:12:59.182 INFO O| May 21 17:12:59.182 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41252026-05-21T17:12:59.240Z[verify-libraries] Compiling sqlparser v0.61.0
41262026-05-21T17:12:59.240Z[ recovery-image] May 21 17:12:59.191 INFO O| May 21 17:12:59.191 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41272026-05-21T17:12:59.307Z[verify-libraries] Compiling internet-checksum v0.2.1
41282026-05-21T17:12:59.499Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41292026-05-21T17:12:59.550Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41302026-05-21T17:12:59.619Z[ recovery-image] May 21 17:12:59.571 INFO O| May 21 17:12:59.571 INFO O| Caching catalogs ... Done
41312026-05-21T17:12:59.709Z[ recovery-image] May 21 17:12:59.661 INFO O| May 21 17:12:59.661 INFO STEP 0 (pkg_image_create) COMPLETE
41322026-05-21T17:12:59.709Z[ recovery-image] May 21 17:12:59.661 INFO O| May 21 17:12:59.661 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41332026-05-21T17:12:59.713Z[ host-image] May 21 17:12:59.661 INFO O| May 21 17:12:59.661 INFO O| Download: 7474/23748 items 56.3/221.9MB 25% complete (1.5M/s)
41342026-05-21T17:12:59.720Z[ recovery-image] May 21 17:12:59.672 INFO O| May 21 17:12:59.672 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/3/dev/", "helios"]
41352026-05-21T17:12:59.789Z[verify-libraries] Compiling git-stub v1.0.0
41362026-05-21T17:13:00.073Z[verify-libraries] Compiling russh-keys v0.45.0
41372026-05-21T17:13:00.091Z[ recovery-image] May 21 17:13:00.042 INFO O| May 21 17:13:00.041 INFO STEP 1 (pkg_set_publisher) COMPLETE
41382026-05-21T17:13:00.091Z[ recovery-image] May 21 17:13:00.042 INFO O| May 21 17:13:00.042 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41392026-05-21T17:13:00.091Z[ recovery-image] May 21 17:13:00.042 INFO O| May 21 17:13:00.042 INFO skip step because feature "publisher_1_name" is not enabled
41402026-05-21T17:13:00.095Z[ recovery-image] May 21 17:13:00.042 INFO O| May 21 17:13:00.042 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41412026-05-21T17:13:00.095Z[ recovery-image] May 21 17:13:00.042 INFO O| May 21 17:13:00.042 INFO skip step because feature "publisher_2_name" is not enabled
41422026-05-21T17:13:00.095Z[ recovery-image] May 21 17:13:00.042 INFO O| May 21 17:13:00.042 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41432026-05-21T17:13:00.095Z[ recovery-image] May 21 17:13:00.042 INFO O| May 21 17:13:00.042 INFO skip step because feature "publisher_3_name" is not enabled
41442026-05-21T17:13:00.095Z[ recovery-image] May 21 17:13:00.042 INFO O| May 21 17:13:00.042 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41452026-05-21T17:13:00.140Z[verify-libraries] Compiling yansi v1.0.1
41462026-05-21T17:13:00.309Z[verify-libraries] Compiling diff v0.1.13
41472026-05-21T17:13:00.377Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41482026-05-21T17:13:00.512Z[ recovery-image] May 21 17:13:00.464 INFO O| May 21 17:13:00.464 INFO variant opensolaris.zone is already global
41492026-05-21T17:13:00.513Z[ recovery-image] May 21 17:13:00.464 INFO O| May 21 17:13:00.464 INFO STEP 5 (pkg_change_variant) COMPLETE
41502026-05-21T17:13:00.513Z[ recovery-image] May 21 17:13:00.464 INFO O| May 21 17:13:00.464 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41512026-05-21T17:13:00.704Z[verify-libraries] Compiling pretty_assertions v1.4.1
41522026-05-21T17:13:00.835Z[ recovery-image] May 21 17:13:00.786 INFO O| May 21 17:13:00.786 INFO variant opensolaris.imagetype is full; changing to partial
41532026-05-21T17:13:00.836Z[ recovery-image] May 21 17:13:00.786 INFO O| May 21 17:13:00.786 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41542026-05-21T17:13:01.150Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41552026-05-21T17:13:01.187Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41562026-05-21T17:13:01.229Z[verify-libraries] Compiling russh v0.45.0
41572026-05-21T17:13:01.393Z[ recovery-image] May 21 17:13:01.345 INFO O| May 21 17:13:01.344 INFO O| Startup: Refreshing catalog 'helios' ... Done
41582026-05-21T17:13:01.434Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41592026-05-21T17:13:01.452Z[ recovery-image] May 21 17:13:01.403 INFO O| May 21 17:13:01.403 INFO O| Startup: Caching catalogs ... Done
41602026-05-21T17:13:01.456Z[ recovery-image] May 21 17:13:01.408 INFO O| May 21 17:13:01.408 INFO O| Planning: Planning completed in 0.00 seconds
41612026-05-21T17:13:01.460Z[ recovery-image] May 21 17:13:01.409 INFO O| May 21 17:13:01.409 INFO O| Planning: Consolidating action changes ... Done
41622026-05-21T17:13:01.460Z[ recovery-image] May 21 17:13:01.409 INFO O| May 21 17:13:01.409 INFO O| Planning: Evaluating mediators ... Done
41632026-05-21T17:13:01.460Z[ recovery-image] May 21 17:13:01.409 INFO O| May 21 17:13:01.409 INFO O| Planning: Planning completed in 0.00 seconds
41642026-05-21T17:13:01.460Z[ recovery-image] May 21 17:13:01.409 INFO O| May 21 17:13:01.409 INFO O| Variants/Facets to change: 1
41652026-05-21T17:13:01.471Z[ recovery-image] May 21 17:13:01.423 INFO O| May 21 17:13:01.423 INFO O| Finalize: Updating package state database ... Done
41662026-05-21T17:13:01.472Z[ recovery-image] May 21 17:13:01.423 INFO O| May 21 17:13:01.423 INFO O| Finalize: Updating package cache ... Done
41672026-05-21T17:13:01.483Z[ recovery-image] May 21 17:13:01.435 INFO O| May 21 17:13:01.435 INFO O| Finalize: Updating image state ... Done
41682026-05-21T17:13:01.486Z[ recovery-image] May 21 17:13:01.437 INFO O| May 21 17:13:01.437 INFO O| Finalize: Creating fast lookup database ... Done
41692026-05-21T17:13:01.486Z[ recovery-image] May 21 17:13:01.438 INFO O| May 21 17:13:01.438 INFO O| Finalize: Reading search index ... Done
41702026-05-21T17:13:01.486Z[ recovery-image] May 21 17:13:01.438 INFO O| May 21 17:13:01.438 INFO O| Finalize: Updating search index ... Done
41712026-05-21T17:13:01.489Z[ recovery-image] May 21 17:13:01.439 INFO O| May 21 17:13:01.439 INFO O| Finalize: Updating package cache ... Done
41722026-05-21T17:13:01.595Z[ recovery-image] May 21 17:13:01.546 INFO O| May 21 17:13:01.546 INFO STEP 6 (pkg_change_variant) COMPLETE
41732026-05-21T17:13:01.595Z[ recovery-image] May 21 17:13:01.546 INFO O| May 21 17:13:01.546 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41742026-05-21T17:13:01.598Z[ recovery-image] May 21 17:13:01.546 INFO O| May 21 17:13:01.546 INFO skip step because feature "debug_variant" is not enabled
41752026-05-21T17:13:01.598Z[ recovery-image] May 21 17:13:01.546 INFO O| May 21 17:13:01.546 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41762026-05-21T17:13:01.664Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41772026-05-21T17:13:01.810Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
41782026-05-21T17:13:01.863Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41792026-05-21T17:13:01.919Z[ recovery-image] May 21 17:13:01.868 INFO O| May 21 17:13:01.868 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41802026-05-21T17:13:01.922Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41812026-05-21T17:13:01.927Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41822026-05-21T17:13:02.077Z[verify-libraries] Compiling drift v0.1.4
41832026-05-21T17:13:02.300Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41842026-05-21T17:13:02.321Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
41852026-05-21T17:13:02.345Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41862026-05-21T17:13:02.391Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41872026-05-21T17:13:02.444Z[ recovery-image] May 21 17:13:02.396 INFO O| May 21 17:13:02.395 INFO O| Startup: Refreshing catalog 'helios' ... Done
41882026-05-21T17:13:02.522Z[ recovery-image] May 21 17:13:02.474 INFO O| May 21 17:13:02.474 INFO O| Startup: Caching catalogs ... Done
41892026-05-21T17:13:02.527Z[ recovery-image] May 21 17:13:02.479 INFO O| May 21 17:13:02.478 INFO O| Planning: Planning completed in 0.00 seconds
41902026-05-21T17:13:02.530Z[ recovery-image] May 21 17:13:02.479 INFO O| May 21 17:13:02.479 INFO O| Planning: Consolidating action changes ... Done
41912026-05-21T17:13:02.530Z[ recovery-image] May 21 17:13:02.479 INFO O| May 21 17:13:02.479 INFO O| Planning: Evaluating mediators ... Done
41922026-05-21T17:13:02.530Z[ recovery-image] May 21 17:13:02.479 INFO O| May 21 17:13:02.479 INFO O| Planning: Planning completed in 0.00 seconds
41932026-05-21T17:13:02.530Z[ recovery-image] May 21 17:13:02.480 INFO O| May 21 17:13:02.480 INFO O| Variants/Facets to change: 1
41942026-05-21T17:13:02.550Z[ recovery-image] May 21 17:13:02.501 INFO O| May 21 17:13:02.501 INFO O| Finalize: Updating package state database ... Done
41952026-05-21T17:13:02.550Z[ recovery-image] May 21 17:13:02.501 INFO O| May 21 17:13:02.501 INFO O| Finalize: Updating package cache ... Done
41962026-05-21T17:13:02.560Z[ recovery-image] May 21 17:13:02.512 INFO O| May 21 17:13:02.512 INFO O| Finalize: Updating image state ... Done
41972026-05-21T17:13:02.564Z[ recovery-image] May 21 17:13:02.515 INFO O| May 21 17:13:02.515 INFO O| Finalize: Creating fast lookup database ... Done
41982026-05-21T17:13:02.564Z[ recovery-image] May 21 17:13:02.515 INFO O| May 21 17:13:02.515 INFO O| Finalize: Reading search index ... Done
41992026-05-21T17:13:02.564Z[ recovery-image] May 21 17:13:02.515 INFO O| May 21 17:13:02.515 INFO O| Finalize: Updating search index ... Done
42002026-05-21T17:13:02.567Z[ recovery-image] May 21 17:13:02.516 INFO O| May 21 17:13:02.516 INFO O| Finalize: Updating package cache ... Done
42012026-05-21T17:13:02.666Z[ recovery-image] May 21 17:13:02.618 INFO O| May 21 17:13:02.618 INFO STEP 8 (pkg_change_facet) COMPLETE
42022026-05-21T17:13:02.666Z[ recovery-image] May 21 17:13:02.618 INFO O| May 21 17:13:02.618 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42032026-05-21T17:13:02.757Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42042026-05-21T17:13:02.835Z[verify-libraries] Compiling dropshot-api-manager v0.7.1
42052026-05-21T17:13:02.921Z[verify-libraries] Compiling termios v0.3.3
42062026-05-21T17:13:02.989Z[ recovery-image] May 21 17:13:02.939 INFO O| May 21 17:13:02.939 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42072026-05-21T17:13:03.208Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42082026-05-21T17:13:03.720Z[ recovery-image] May 21 17:13:03.671 INFO O| May 21 17:13:03.671 INFO O| Startup: Refreshing catalog 'helios' ... Done
42092026-05-21T17:13:03.779Z[ recovery-image] May 21 17:13:03.731 INFO O| May 21 17:13:03.730 INFO O| Startup: Caching catalogs ... Done
42102026-05-21T17:13:03.783Z[ recovery-image] May 21 17:13:03.735 INFO O| May 21 17:13:03.735 INFO O| Planning: Planning completed in 0.00 seconds
42112026-05-21T17:13:03.787Z[ recovery-image] May 21 17:13:03.735 INFO O| May 21 17:13:03.735 INFO O| Planning: Consolidating action changes ... Done
42122026-05-21T17:13:03.787Z[ recovery-image] May 21 17:13:03.735 INFO O| May 21 17:13:03.735 INFO O| Planning: Evaluating mediators ... Done
42132026-05-21T17:13:03.787Z[ recovery-image] May 21 17:13:03.736 INFO O| May 21 17:13:03.736 INFO O| Planning: Planning completed in 0.00 seconds
42142026-05-21T17:13:03.787Z[ recovery-image] May 21 17:13:03.736 INFO O| May 21 17:13:03.736 INFO O| Variants/Facets to change: 1
42152026-05-21T17:13:03.795Z[ recovery-image] May 21 17:13:03.746 INFO O| May 21 17:13:03.746 INFO O| Finalize: Updating package state database ... Done
42162026-05-21T17:13:03.795Z[ recovery-image] May 21 17:13:03.746 INFO O| May 21 17:13:03.746 INFO O| Finalize: Updating package cache ... Done
42172026-05-21T17:13:03.806Z[ recovery-image] May 21 17:13:03.757 INFO O| May 21 17:13:03.757 INFO O| Finalize: Updating image state ... Done
42182026-05-21T17:13:03.809Z[ recovery-image] May 21 17:13:03.759 INFO O| May 21 17:13:03.759 INFO O| Finalize: Creating fast lookup database ... Done
42192026-05-21T17:13:03.809Z[ recovery-image] May 21 17:13:03.760 INFO O| May 21 17:13:03.760 INFO O| Finalize: Reading search index ... Done
42202026-05-21T17:13:03.809Z[ recovery-image] May 21 17:13:03.760 INFO O| May 21 17:13:03.760 INFO O| Finalize: Updating search index ... Done
42212026-05-21T17:13:03.812Z[ recovery-image] May 21 17:13:03.761 INFO O| May 21 17:13:03.761 INFO O| Finalize: Updating package cache ... Done
42222026-05-21T17:13:03.909Z[ recovery-image] May 21 17:13:03.861 INFO O| May 21 17:13:03.860 INFO STEP 9 (pkg_change_facet) COMPLETE
42232026-05-21T17:13:03.909Z[ recovery-image] May 21 17:13:03.861 INFO O| May 21 17:13:03.860 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42242026-05-21T17:13:04.293Z[ recovery-image] May 21 17:13:04.244 INFO O| May 21 17:13:04.244 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42252026-05-21T17:13:04.386Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42262026-05-21T17:13:04.562Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42272026-05-21T17:13:04.614Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42282026-05-21T17:13:04.834Z[ host-image] May 21 17:13:04.785 INFO O| May 21 17:13:04.785 INFO O| Download: 8735/23748 items 65.4/221.9MB 29% complete (1.8M/s)
42292026-05-21T17:13:05.115Z[ recovery-image] May 21 17:13:05.066 INFO O| May 21 17:13:05.066 INFO O| Startup: Refreshing catalog 'helios' ... Done
42302026-05-21T17:13:05.176Z[ recovery-image] May 21 17:13:05.126 INFO O| May 21 17:13:05.125 INFO O| Startup: Caching catalogs ... Done
42312026-05-21T17:13:05.180Z[ recovery-image] May 21 17:13:05.130 INFO O| May 21 17:13:05.130 INFO O| Planning: Planning completed in 0.00 seconds
42322026-05-21T17:13:05.180Z[ recovery-image] May 21 17:13:05.130 INFO O| May 21 17:13:05.130 INFO O| Planning: Consolidating action changes ... Done
42332026-05-21T17:13:05.180Z[ recovery-image] May 21 17:13:05.131 INFO O| May 21 17:13:05.130 INFO O| Planning: Evaluating mediators ... Done
42342026-05-21T17:13:05.180Z[ recovery-image] May 21 17:13:05.131 INFO O| May 21 17:13:05.131 INFO O| Planning: Planning completed in 0.00 seconds
42352026-05-21T17:13:05.180Z[ recovery-image] May 21 17:13:05.131 INFO O| May 21 17:13:05.131 INFO O| Variants/Facets to change: 1
42362026-05-21T17:13:05.191Z[ recovery-image] May 21 17:13:05.142 INFO O| May 21 17:13:05.142 INFO O| Finalize: Updating package state database ... Done
42372026-05-21T17:13:05.191Z[ recovery-image] May 21 17:13:05.142 INFO O| May 21 17:13:05.142 INFO O| Finalize: Updating package cache ... Done
42382026-05-21T17:13:05.201Z[ recovery-image] May 21 17:13:05.153 INFO O| May 21 17:13:05.153 INFO O| Finalize: Updating image state ... Done
42392026-05-21T17:13:05.204Z[ recovery-image] May 21 17:13:05.155 INFO O| May 21 17:13:05.155 INFO O| Finalize: Creating fast lookup database ... Done
42402026-05-21T17:13:05.204Z[ recovery-image] May 21 17:13:05.156 INFO O| May 21 17:13:05.156 INFO O| Finalize: Reading search index ... Done
42412026-05-21T17:13:05.204Z[ recovery-image] May 21 17:13:05.156 INFO O| May 21 17:13:05.156 INFO O| Finalize: Updating search index ... Done
42422026-05-21T17:13:05.208Z[ recovery-image] May 21 17:13:05.157 INFO O| May 21 17:13:05.157 INFO O| Finalize: Updating package cache ... Done
42432026-05-21T17:13:05.331Z[ recovery-image] May 21 17:13:05.283 INFO O| May 21 17:13:05.283 INFO STEP 10 (pkg_change_facet) COMPLETE
42442026-05-21T17:13:05.331Z[ recovery-image] May 21 17:13:05.283 INFO O| May 21 17:13:05.283 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42452026-05-21T17:13:05.350Z[ recovery-image] May 21 17:13:05.302 INFO O| May 21 17:13:05.301 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@20.0.0.0"]
42462026-05-21T17:13:05.946Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42472026-05-21T17:13:06.115Z[ recovery-image] May 21 17:13:06.065 INFO O| May 21 17:13:06.065 INFO O| Startup: Refreshing catalog 'helios' ... Done
42482026-05-21T17:13:06.176Z[ recovery-image] May 21 17:13:06.127 INFO O| May 21 17:13:06.127 INFO O| Startup: Caching catalogs ... Done
42492026-05-21T17:13:06.365Z[ recovery-image] May 21 17:13:06.317 INFO O| May 21 17:13:06.317 INFO O| Planning: Solver setup ... Done
42502026-05-21T17:13:06.372Z[ recovery-image] May 21 17:13:06.324 INFO O| May 21 17:13:06.324 INFO O| Planning: Running solver ... Done
42512026-05-21T17:13:06.379Z[ recovery-image] May 21 17:13:06.330 INFO O| May 21 17:13:06.330 INFO O| Planning: Finding local manifests ... Done
42522026-05-21T17:13:06.447Z[ recovery-image] May 21 17:13:06.398 INFO O| May 21 17:13:06.398 INFO O| Planning: Fetching manifests: 0/127 0% complete
42532026-05-21T17:13:07.907Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42542026-05-21T17:13:08.555Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42552026-05-21T17:13:09.628Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42562026-05-21T17:13:09.835Z[ host-image] May 21 17:13:09.785 INFO O| May 21 17:13:09.785 INFO O| Download: 10146/23748 items 92.2/221.9MB 41% complete (3.5M/s)
42572026-05-21T17:13:10.038Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
42582026-05-21T17:13:10.399Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
42592026-05-21T17:13:11.455Z[ recovery-image] May 21 17:13:11.405 INFO O| May 21 17:13:11.405 INFO O| Planning: Fetching manifests: 125/127 98% complete
42602026-05-21T17:13:11.482Z[ recovery-image] May 21 17:13:11.433 INFO O| May 21 17:13:11.433 INFO O| Planning: Fetching manifests: 127/127 100% complete
42612026-05-21T17:13:11.962Z[ recovery-image] May 21 17:13:11.913 INFO O| May 21 17:13:11.913 INFO O| Planning: Package planning ... Done
42622026-05-21T17:13:12.131Z[ recovery-image] May 21 17:13:12.082 INFO O| May 21 17:13:12.082 INFO O| Planning: Merging actions ... Done
42632026-05-21T17:13:12.269Z[ recovery-image] May 21 17:13:12.220 INFO O| May 21 17:13:12.220 INFO O| Planning: Checking for conflicting actions ... Done
42642026-05-21T17:13:12.321Z[ recovery-image] May 21 17:13:12.272 INFO O| May 21 17:13:12.272 INFO O| Planning: Consolidating action changes ... Done
42652026-05-21T17:13:12.445Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
42662026-05-21T17:13:12.449Z[ recovery-image] May 21 17:13:12.401 INFO O| May 21 17:13:12.401 INFO O| Planning: Evaluating mediators ... Done
42672026-05-21T17:13:13.785Z[ recovery-image] May 21 17:13:13.737 INFO O| May 21 17:13:13.736 INFO O| Planning: Planning completed in 7.61 seconds
42682026-05-21T17:13:13.788Z[ recovery-image] May 21 17:13:13.739 INFO O| May 21 17:13:13.738 INFO O| Packages to install: 127
42692026-05-21T17:13:13.788Z[ recovery-image] May 21 17:13:13.739 INFO O| May 21 17:13:13.739 INFO O| Mediators to change: 5
42702026-05-21T17:13:13.788Z[ recovery-image] May 21 17:13:13.739 INFO O| May 21 17:13:13.739 INFO O| Services to change: 5
42712026-05-21T17:13:13.812Z[ recovery-image] May 21 17:13:13.764 INFO O| May 21 17:13:13.764 INFO O| Download: 0/16556 items 0.0/199.1MB 0% complete
42722026-05-21T17:13:14.840Z[ host-image] May 21 17:13:14.792 INFO O| May 21 17:13:14.791 INFO O| Download: 11658/23748 items 99.0/221.9MB 44% complete (3.4M/s)
42732026-05-21T17:13:15.570Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42742026-05-21T17:13:17.011Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42752026-05-21T17:13:17.533Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42762026-05-21T17:13:18.875Z[ recovery-image] May 21 17:13:18.826 INFO O| May 21 17:13:18.826 INFO O| Download: 1008/16556 items 7.9/199.1MB 3% complete (2.1M/s)
42772026-05-21T17:13:19.318Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42782026-05-21T17:13:19.610Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42792026-05-21T17:13:19.840Z[ host-image] May 21 17:13:19.792 INFO O| May 21 17:13:19.792 INFO O| Download: 12054/23748 items 103.4/221.9MB 46% complete (1.1M/s)
42802026-05-21T17:13:19.888Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
42812026-05-21T17:13:20.552Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
42822026-05-21T17:13:21.168Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
42832026-05-21T17:13:22.374Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42842026-05-21T17:13:22.916Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
42852026-05-21T17:13:23.167Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42862026-05-21T17:13:23.632Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
42872026-05-21T17:13:23.673Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
42882026-05-21T17:13:23.893Z[ recovery-image] May 21 17:13:23.844 INFO O| May 21 17:13:23.844 INFO O| Download: 1470/16556 items 20.7/199.1MB 10% complete (2.1M/s)
42892026-05-21T17:13:24.854Z[ host-image] May 21 17:13:24.805 INFO O| May 21 17:13:24.805 INFO O| Download: 12927/23748 items 117.7/221.9MB 53% complete (1.8M/s)
42902026-05-21T17:13:24.867Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42912026-05-21T17:13:25.363Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
42922026-05-21T17:13:25.423Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42932026-05-21T17:13:25.444Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42942026-05-21T17:13:26.144Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42952026-05-21T17:13:26.504Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42962026-05-21T17:13:28.911Z[ recovery-image] May 21 17:13:28.862 INFO O| May 21 17:13:28.862 INFO O| Download: 2647/16556 items 31.1/199.1MB 15% complete (2.4M/s)
42972026-05-21T17:13:29.901Z[ host-image] May 21 17:13:29.852 INFO O| May 21 17:13:29.852 INFO O| Download: 13657/23748 items 119.2/221.9MB 53% complete (1.6M/s)
42982026-05-21T17:13:32.331Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
42992026-05-21T17:13:32.851Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
43002026-05-21T17:13:33.926Z[ recovery-image] May 21 17:13:33.877 INFO O| May 21 17:13:33.877 INFO O| Download: 3755/16556 items 38.6/199.1MB 19% complete (1.8M/s)
43012026-05-21T17:13:34.077Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43022026-05-21T17:13:34.915Z[ host-image] May 21 17:13:34.866 INFO O| May 21 17:13:34.866 INFO O| Download: 14439/23748 items 119.6/221.9MB 53% complete (217k/s)
43032026-05-21T17:13:35.868Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43042026-05-21T17:13:36.372Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43052026-05-21T17:13:37.176Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43062026-05-21T17:13:37.215Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43072026-05-21T17:13:38.031Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43082026-05-21T17:13:38.927Z[ recovery-image] May 21 17:13:38.878 INFO O| May 21 17:13:38.878 INFO O| Download: 4067/16556 items 42.6/199.1MB 21% complete (1.1M/s)
43092026-05-21T17:13:39.069Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43102026-05-21T17:13:39.917Z[ host-image] May 21 17:13:39.867 INFO O| May 21 17:13:39.867 INFO O| Download: 15344/23748 items 126.4/221.9MB 56% complete (728k/s)
43112026-05-21T17:13:40.594Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43122026-05-21T17:13:42.967Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43132026-05-21T17:13:43.207Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43142026-05-21T17:13:43.448Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43152026-05-21T17:13:43.949Z[ recovery-image] May 21 17:13:43.900 INFO O| May 21 17:13:43.900 INFO O| Download: 5252/16556 items 43.8/199.1MB 21% complete (526k/s)
43162026-05-21T17:13:44.856Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43172026-05-21T17:13:44.940Z[ host-image] May 21 17:13:44.891 INFO O| May 21 17:13:44.890 INFO O| Download: 16514/23748 items 135.7/221.9MB 61% complete (1.6M/s)
43182026-05-21T17:13:45.260Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43192026-05-21T17:13:49.047Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43202026-05-21T17:13:49.231Z[ recovery-image] May 21 17:13:49.182 INFO O| May 21 17:13:49.182 INFO O| Download: 6150/16556 items 48.2/199.1MB 24% complete (690k/s)
43212026-05-21T17:13:50.091Z[ host-image] May 21 17:13:50.043 INFO O| May 21 17:13:50.043 INFO O| Download: 17685/23748 items 141.8/221.9MB 63% complete (1.6M/s)
43222026-05-21T17:13:50.503Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43232026-05-21T17:13:54.236Z[ recovery-image] May 21 17:13:54.187 INFO O| May 21 17:13:54.187 INFO O| Download: 6774/16556 items 71.7/199.1MB 36% complete (2.7M/s)
43242026-05-21T17:13:54.404Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43252026-05-21T17:13:54.574Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43262026-05-21T17:13:55.105Z[ host-image] May 21 17:13:55.053 INFO O| May 21 17:13:55.053 INFO O| Download: 18730/23748 items 171.8/221.9MB 77% complete (3.5M/s)
43272026-05-21T17:13:55.390Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43282026-05-21T17:13:55.542Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43292026-05-21T17:13:56.971Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43302026-05-21T17:13:59.238Z[ recovery-image] May 21 17:13:59.188 INFO O| May 21 17:13:59.187 INFO O| Download: 8032/16556 items 83.0/199.1MB 41% complete (3.5M/s)
43312026-05-21T17:14:00.735Z[ host-image] May 21 17:14:00.685 INFO O| May 21 17:14:00.685 INFO O| Download: 19750/23748 items 175.8/221.9MB 79% complete (3.4M/s)
43322026-05-21T17:14:01.968Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43332026-05-21T17:14:02.487Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
43342026-05-21T17:14:04.606Z[ recovery-image] May 21 17:14:04.556 INFO O| May 21 17:14:04.556 INFO O| Download: 8560/16556 items 88.8/199.1MB 44% complete (1.7M/s)
43352026-05-21T17:14:04.948Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43362026-05-21T17:14:05.736Z[ host-image] May 21 17:14:05.686 INFO O| May 21 17:14:05.686 INFO O| Download: 20993/23748 items 181.1/221.9MB 81% complete (884k/s)
43372026-05-21T17:14:08.560Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
43382026-05-21T17:14:09.481Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43392026-05-21T17:14:09.693Z[ recovery-image] May 21 17:14:09.643 INFO O| May 21 17:14:09.643 INFO O| Download: 9554/16556 items 102.7/199.1MB 51% complete (2.0M/s)
43402026-05-21T17:14:10.307Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
43412026-05-21T17:14:11.582Z[ host-image] May 21 17:14:11.437 INFO O| May 21 17:14:11.437 INFO O| Download: 21804/23748 items 189.3/221.9MB 85% complete (1.4M/s)
43422026-05-21T17:14:14.716Z[ recovery-image] May 21 17:14:14.653 INFO O| May 21 17:14:14.652 INFO O| Download: 11112/16556 items 103.5/199.1MB 51% complete (1.4M/s)
43432026-05-21T17:14:16.045Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43442026-05-21T17:14:16.728Z[ host-image] May 21 17:14:16.679 INFO O| May 21 17:14:16.679 INFO O| Download: 22602/23748 items 200.0/221.9MB 90% complete (1.8M/s)
43452026-05-21T17:14:18.139Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43462026-05-21T17:14:18.686Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
43472026-05-21T17:14:22.855Z[ recovery-image] May 21 17:14:19.655 INFO O| May 21 17:14:19.655 INFO O| Download: 11913/16556 items 117.2/199.1MB 58% complete (1.5M/s)
43482026-05-21T17:14:22.855Z[ host-image] May 21 17:14:21.688 INFO O| May 21 17:14:21.687 INFO O| Download: 23112/23748 items 219.3/221.9MB 98% complete (3.0M/s)
43492026-05-21T17:14:24.300Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43502026-05-21T17:14:24.485Z[ host-image] May 21 17:14:24.436 INFO O| May 21 17:14:24.436 INFO O| Download: Completed 221.87 MB in 110.27 seconds (2.0M/s)
43512026-05-21T17:14:25.295Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43522026-05-21T17:14:25.541Z[ recovery-image] May 21 17:14:25.492 INFO O| May 21 17:14:25.492 INFO O| Download: 12448/16556 items 138.9/199.1MB 69% complete (3.5M/s)
43532026-05-21T17:14:25.619Z[ host-image] May 21 17:14:25.569 INFO O| May 21 17:14:25.569 INFO O| Actions: 1/53907 actions (Installing new actions)
43542026-05-21T17:14:26.800Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
43552026-05-21T17:14:27.874Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43562026-05-21T17:14:30.559Z[ recovery-image] May 21 17:14:30.508 INFO O| May 21 17:14:30.508 INFO O| Download: 13759/16556 items 155.3/199.1MB 78% complete (3.8M/s)
43572026-05-21T17:14:30.623Z[ host-image] May 21 17:14:30.574 INFO O| May 21 17:14:30.574 INFO O| Actions: 22673/53907 actions (Installing new actions)
43582026-05-21T17:14:30.667Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43592026-05-21T17:14:31.864Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43602026-05-21T17:14:33.581Z[ host-image] May 21 17:14:33.532 INFO O| May 21 17:14:33.532 INFO O| Actions: Completed 53907 actions in 7.96 seconds.
43612026-05-21T17:14:33.647Z[ host-image] May 21 17:14:33.597 INFO O| May 21 17:14:33.597 INFO O| Finalize: Updating package state database ... Done
43622026-05-21T17:14:33.648Z[ host-image] May 21 17:14:33.598 INFO O| May 21 17:14:33.597 INFO O| Finalize: Updating package cache ... Done
43632026-05-21T17:14:33.671Z[ host-image] May 21 17:14:33.621 INFO O| May 21 17:14:33.621 INFO O| Finalize: Updating image state ... Done
43642026-05-21T17:14:34.645Z[ host-image] May 21 17:14:34.596 INFO O| May 21 17:14:34.596 INFO O| Finalize: Creating fast lookup database ... Done
43652026-05-21T17:14:34.674Z[ host-image] May 21 17:14:34.625 INFO O| May 21 17:14:34.624 INFO O| Finalize: Reading search index ... Done
43662026-05-21T17:14:35.611Z[ recovery-image] May 21 17:14:35.561 INFO O| May 21 17:14:35.561 INFO O| Download: 15193/16556 items 161.1/199.1MB 80% complete (2.2M/s)
43672026-05-21T17:14:37.413Z[ host-image] May 21 17:14:37.363 INFO O| May 21 17:14:37.363 INFO O| Finalize: Building new search index ... Done
43682026-05-21T17:14:37.848Z[ host-image] May 21 17:14:37.798 INFO O| May 21 17:14:37.798 INFO O| Finalize: Updating package cache ... Done
43692026-05-21T17:14:37.975Z[ host-image] May 21 17:14:37.925 INFO O| May 21 17:14:37.925 INFO STEP 11 (pkg_install) COMPLETE
43702026-05-21T17:14:37.975Z[ host-image] May 21 17:14:37.925 INFO O| May 21 17:14:37.925 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43712026-05-21T17:14:37.984Z[ host-image] May 21 17:14:37.934 INFO O| May 21 17:14:37.934 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"]
43722026-05-21T17:14:38.781Z[ host-image] May 21 17:14:38.730 INFO O| May 21 17:14:38.730 INFO O| Startup: Refreshing catalog 'helios' ... Done
43732026-05-21T17:14:38.871Z[ host-image] May 21 17:14:38.821 INFO O| May 21 17:14:38.821 INFO O| Startup: Caching catalogs ... Done
43742026-05-21T17:14:39.018Z[ host-image] May 21 17:14:38.968 INFO O| May 21 17:14:38.968 INFO O| Planning: Solver setup ... Done
43752026-05-21T17:14:39.022Z[ host-image] May 21 17:14:38.973 INFO O| May 21 17:14:38.973 INFO O| Planning: Running solver ... Done
43762026-05-21T17:14:39.026Z[ host-image] May 21 17:14:38.977 INFO O| May 21 17:14:38.977 INFO O| Planning: Finding local manifests ... Done
43772026-05-21T17:14:39.080Z[ host-image] May 21 17:14:39.029 INFO O| May 21 17:14:39.029 INFO O| Planning: Fetching manifests: 0/6 0% complete
43782026-05-21T17:14:39.140Z[ host-image] May 21 17:14:39.090 INFO O| May 21 17:14:39.090 INFO O| Planning: Fetching manifests: 6/6 100% complete
43792026-05-21T17:14:39.166Z[ host-image] May 21 17:14:39.116 INFO O| May 21 17:14:39.116 INFO O| Planning: Package planning ... Done
43802026-05-21T17:14:39.171Z[ host-image] May 21 17:14:39.118 INFO O| May 21 17:14:39.118 INFO O| Planning: Merging actions ... Done
43812026-05-21T17:14:39.272Z[ host-image] May 21 17:14:39.222 INFO O| May 21 17:14:39.222 INFO O| Planning: Checking for conflicting actions ... Done
43822026-05-21T17:14:39.276Z[ host-image] May 21 17:14:39.224 INFO O| May 21 17:14:39.224 INFO O| Planning: Consolidating action changes ... Done
43832026-05-21T17:14:39.421Z[ host-image] May 21 17:14:39.371 INFO O| May 21 17:14:39.371 INFO O| Planning: Evaluating mediators ... Done
43842026-05-21T17:14:39.424Z[ host-image] May 21 17:14:39.372 INFO O| May 21 17:14:39.372 INFO O| Planning: Planning completed in 0.55 seconds
43852026-05-21T17:14:39.424Z[ host-image] May 21 17:14:39.373 INFO O| May 21 17:14:39.373 INFO O| Packages to install: 6
43862026-05-21T17:14:39.424Z[ host-image] May 21 17:14:39.373 INFO O| May 21 17:14:39.373 INFO O| Services to change: 2
43872026-05-21T17:14:39.432Z[ host-image] May 21 17:14:39.383 INFO O| May 21 17:14:39.382 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
43882026-05-21T17:14:39.802Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43892026-05-21T17:14:39.960Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43902026-05-21T17:14:40.673Z[ recovery-image] May 21 17:14:40.624 INFO O| May 21 17:14:40.623 INFO O| Download: 16198/16556 items 192.3/199.1MB 96% complete (3.7M/s)
43912026-05-21T17:14:41.258Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43922026-05-21T17:14:41.266Z[ host-image] May 21 17:14:41.216 INFO O| May 21 17:14:41.216 INFO O| Download: Completed 1.75 MB in 1.83 seconds (974k/s)
43932026-05-21T17:14:41.293Z[ host-image] May 21 17:14:41.243 INFO O| May 21 17:14:41.243 INFO O| Actions: 1/390 actions (Installing new actions)
43942026-05-21T17:14:41.437Z[ host-image] May 21 17:14:41.387 INFO O| May 21 17:14:41.387 INFO O| Actions: Completed 390 actions in 0.14 seconds.
43952026-05-21T17:14:41.444Z[ host-image] May 21 17:14:41.394 INFO O| May 21 17:14:41.394 INFO O| Finalize: Updating package state database ... Done
43962026-05-21T17:14:41.444Z[ host-image] May 21 17:14:41.394 INFO O| May 21 17:14:41.394 INFO O| Finalize: Updating package cache ... Done
43972026-05-21T17:14:41.464Z[ host-image] May 21 17:14:41.413 INFO O| May 21 17:14:41.412 INFO O| Finalize: Updating image state ... Done
43982026-05-21T17:14:42.511Z[ host-image] May 21 17:14:42.461 INFO O| May 21 17:14:42.460 INFO O| Finalize: Creating fast lookup database ... Done
43992026-05-21T17:14:42.564Z[ host-image] May 21 17:14:42.508 INFO O| May 21 17:14:42.508 INFO O| Finalize: Reading search index ... Done
44002026-05-21T17:14:42.564Z[ host-image] May 21 17:14:42.508 INFO O| May 21 17:14:42.508 INFO O| Finalize: Updating search index ... Done
44012026-05-21T17:14:42.655Z[ host-image] May 21 17:14:42.604 INFO O| May 21 17:14:42.604 INFO O| Finalize: Updating package cache ... Done
44022026-05-21T17:14:42.770Z[ host-image] May 21 17:14:42.720 INFO O| May 21 17:14:42.720 INFO STEP 12 (pkg_install) COMPLETE
44032026-05-21T17:14:42.770Z[ host-image] May 21 17:14:42.721 INFO O| May 21 17:14:42.720 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44042026-05-21T17:14:42.781Z[ host-image] May 21 17:14:42.731 INFO O| May 21 17:14:42.731 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44052026-05-21T17:14:43.330Z[ host-image] May 21 17:14:43.281 INFO O| May 21 17:14:43.280 INFO O| Startup: Refreshing catalog 'helios' ... Done
44062026-05-21T17:14:43.420Z[ host-image] May 21 17:14:43.370 INFO O| May 21 17:14:43.370 INFO O| Startup: Caching catalogs ... Done
44072026-05-21T17:14:43.454Z[ recovery-image] May 21 17:14:43.404 INFO O| May 21 17:14:43.404 INFO O| Download: Completed 199.07 MB in 89.64 seconds (2.2M/s)
44082026-05-21T17:14:43.556Z[ host-image] May 21 17:14:43.506 INFO O| May 21 17:14:43.506 INFO O| Planning: Solver setup ... Done
44092026-05-21T17:14:43.560Z[ host-image] May 21 17:14:43.511 INFO O| May 21 17:14:43.511 INFO O| Planning: Running solver ... Done
44102026-05-21T17:14:43.567Z[ host-image] May 21 17:14:43.514 INFO O| May 21 17:14:43.514 INFO O| Planning: Finding local manifests ... Done
44112026-05-21T17:14:43.633Z[ host-image] May 21 17:14:43.583 INFO O| May 21 17:14:43.583 INFO O| Planning: Fetching manifests: 0/6 0% complete
44122026-05-21T17:14:43.752Z[ recovery-image] May 21 17:14:43.691 INFO O| May 21 17:14:43.691 INFO O| Actions: 1/27360 actions (Installing new actions)
44132026-05-21T17:14:43.857Z[ host-image] May 21 17:14:43.807 INFO O| May 21 17:14:43.807 INFO O| Planning: Fetching manifests: 6/6 100% complete
44142026-05-21T17:14:43.884Z[ host-image] May 21 17:14:43.835 INFO O| May 21 17:14:43.835 INFO O| Planning: Package planning ... Done
44152026-05-21T17:14:43.893Z[ host-image] May 21 17:14:43.843 INFO O| May 21 17:14:43.843 INFO O| Planning: Merging actions ... Done
44162026-05-21T17:14:43.991Z[ host-image] May 21 17:14:43.934 INFO O| May 21 17:14:43.934 INFO O| Planning: Checking for conflicting actions ... Done
44172026-05-21T17:14:43.991Z[ host-image] May 21 17:14:43.937 INFO O| May 21 17:14:43.937 INFO O| Planning: Consolidating action changes ... Done
44182026-05-21T17:14:44.126Z[ host-image] May 21 17:14:44.076 INFO O| May 21 17:14:44.076 INFO O| Planning: Evaluating mediators ... Done
44192026-05-21T17:14:44.130Z[ host-image] May 21 17:14:44.080 INFO O| May 21 17:14:44.080 INFO O| Planning: Planning completed in 0.71 seconds
44202026-05-21T17:14:44.137Z[ host-image] May 21 17:14:44.081 INFO O| May 21 17:14:44.081 INFO O| Packages to install: 6
44212026-05-21T17:14:44.137Z[ host-image] May 21 17:14:44.081 INFO O| May 21 17:14:44.081 INFO O| Mediators to change: 1
44222026-05-21T17:14:44.138Z[ host-image] May 21 17:14:44.081 INFO O| May 21 17:14:44.081 INFO O| Services to change: 1
44232026-05-21T17:14:44.144Z[ host-image] May 21 17:14:44.093 INFO O| May 21 17:14:44.093 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
44242026-05-21T17:14:46.689Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44252026-05-21T17:14:48.770Z[ recovery-image] May 21 17:14:48.719 INFO O| May 21 17:14:48.719 INFO O| Actions: 26872/27360 actions (Installing new actions)
44262026-05-21T17:14:49.048Z[ recovery-image] May 21 17:14:48.999 INFO O| May 21 17:14:48.999 INFO O| Actions: Completed 27360 actions in 5.31 seconds.
44272026-05-21T17:14:49.086Z[ recovery-image] May 21 17:14:49.036 INFO O| May 21 17:14:49.036 INFO O| Finalize: Updating package state database ... Done
44282026-05-21T17:14:49.086Z[ recovery-image] May 21 17:14:49.036 INFO O| May 21 17:14:49.036 INFO O| Finalize: Updating package cache ... Done
44292026-05-21T17:14:49.107Z[ recovery-image] May 21 17:14:49.058 INFO O| May 21 17:14:49.058 INFO O| Finalize: Updating image state ... Done
44302026-05-21T17:14:49.336Z[ host-image] May 21 17:14:49.286 INFO O| May 21 17:14:49.286 INFO O| Download: 1121/1147 items 6.4/7.8MB 81% complete (1.2M/s)
44312026-05-21T17:14:49.413Z[ host-image] May 21 17:14:49.364 INFO O| May 21 17:14:49.364 INFO O| Download: Completed 7.84 MB in 5.27 seconds (1.5M/s)
44322026-05-21T17:14:50.019Z[ recovery-image] May 21 17:14:49.970 INFO O| May 21 17:14:49.969 INFO O| Finalize: Creating fast lookup database ... Done
44332026-05-21T17:14:50.039Z[ recovery-image] May 21 17:14:49.990 INFO O| May 21 17:14:49.990 INFO O| Finalize: Reading search index ... Done
44342026-05-21T17:14:51.709Z[ recovery-image] May 21 17:14:51.659 INFO O| May 21 17:14:51.659 INFO O| Finalize: Building new search index ... Done
44352026-05-21T17:14:52.003Z[ recovery-image] May 21 17:14:51.953 INFO O| May 21 17:14:51.953 INFO O| Finalize: Updating package cache ... Done
44362026-05-21T17:14:52.125Z[ recovery-image] May 21 17:14:52.076 INFO O| May 21 17:14:52.076 INFO STEP 11 (pkg_install) COMPLETE
44372026-05-21T17:14:52.125Z[ recovery-image] May 21 17:14:52.076 INFO O| May 21 17:14:52.076 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44382026-05-21T17:14:52.126Z[ recovery-image] May 21 17:14:52.076 INFO O| May 21 17:14:52.076 INFO skip step because feature "recovery" is enabled
44392026-05-21T17:14:52.129Z[ recovery-image] May 21 17:14:52.076 INFO O| May 21 17:14:52.076 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44402026-05-21T17:14:52.129Z[ recovery-image] May 21 17:14:52.076 INFO O| May 21 17:14:52.076 INFO skip step because feature "omicron1" is not enabled
44412026-05-21T17:14:52.129Z[ recovery-image] May 21 17:14:52.076 INFO O| May 21 17:14:52.076 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44422026-05-21T17:14:53.783Z[ recovery-image] May 21 17:14:53.733 INFO O| May 21 17:14:53.733 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
44432026-05-21T17:14:53.796Z[ host-image] May 21 17:14:53.747 INFO O| May 21 17:14:53.747 INFO O| Actions: 1/1366 actions (Installing new actions)
44442026-05-21T17:14:54.023Z[ host-image] May 21 17:14:53.974 INFO O| May 21 17:14:53.974 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
44452026-05-21T17:14:54.032Z[ host-image] May 21 17:14:53.983 INFO O| May 21 17:14:53.981 INFO O| Finalize: Updating package state database ... Done
44462026-05-21T17:14:54.032Z[ host-image] May 21 17:14:53.983 INFO O| May 21 17:14:53.981 INFO O| Finalize: Updating package cache ... Done
44472026-05-21T17:14:54.048Z[ host-image] May 21 17:14:53.999 INFO O| May 21 17:14:53.999 INFO O| Finalize: Updating image state ... Done
44482026-05-21T17:14:54.633Z[ recovery-image] May 21 17:14:54.583 INFO O| May 21 17:14:54.583 INFO O| Startup: Refreshing catalog 'helios' ... Done
44492026-05-21T17:14:54.759Z[ recovery-image] May 21 17:14:54.710 INFO O| May 21 17:14:54.710 INFO O| Startup: Caching catalogs ... Done
44502026-05-21T17:14:54.892Z[ recovery-image] May 21 17:14:54.842 INFO O| May 21 17:14:54.842 INFO O| Planning: Solver setup ... Done
44512026-05-21T17:14:54.899Z[ recovery-image] May 21 17:14:54.849 INFO O| May 21 17:14:54.848 INFO O| Planning: Running solver ... Done
44522026-05-21T17:14:54.902Z[ recovery-image] May 21 17:14:54.852 INFO O| May 21 17:14:54.852 INFO O| Planning: Finding local manifests ... Done
44532026-05-21T17:14:55.042Z[ recovery-image] May 21 17:14:54.986 INFO O| May 21 17:14:54.986 INFO O| Planning: Fetching manifests: 0/1 0% complete
44542026-05-21T17:14:55.058Z[ recovery-image] May 21 17:14:55.003 INFO O| May 21 17:14:55.003 INFO O| Planning: Fetching manifests: 1/1 100% complete
44552026-05-21T17:14:55.091Z[ recovery-image] May 21 17:14:55.041 INFO O| May 21 17:14:55.041 INFO O| Planning: Package planning ... Done
44562026-05-21T17:14:55.094Z[ recovery-image] May 21 17:14:55.041 INFO O| May 21 17:14:55.041 INFO O| Planning: Merging actions ... Done
44572026-05-21T17:14:55.113Z[ recovery-image] May 21 17:14:55.064 INFO O| May 21 17:14:55.064 INFO O| Planning: Checking for conflicting actions ... Done
44582026-05-21T17:14:55.116Z[ recovery-image] May 21 17:14:55.064 INFO O| May 21 17:14:55.064 INFO O| Planning: Consolidating action changes ... Done
44592026-05-21T17:14:55.162Z[ host-image] May 21 17:14:55.113 INFO O| May 21 17:14:55.113 INFO O| Finalize: Creating fast lookup database ... Done
44602026-05-21T17:14:55.224Z[ recovery-image] May 21 17:14:55.175 INFO O| May 21 17:14:55.175 INFO O| Planning: Evaluating mediators ... Done
44612026-05-21T17:14:55.227Z[ recovery-image] May 21 17:14:55.175 INFO O| May 21 17:14:55.175 INFO O| Planning: Planning completed in 0.46 seconds
44622026-05-21T17:14:55.227Z[ recovery-image] May 21 17:14:55.175 INFO O| May 21 17:14:55.175 INFO O| Packages to install: 1
44632026-05-21T17:14:55.230Z[ host-image] May 21 17:14:55.178 INFO O| May 21 17:14:55.151 INFO O| Finalize: Reading search index ... Done
44642026-05-21T17:14:55.230Z[ host-image] May 21 17:14:55.178 INFO O| May 21 17:14:55.178 INFO O| Finalize: Updating search index ... Done
44652026-05-21T17:14:55.230Z[ host-image] May 21 17:14:55.181 INFO O| May 21 17:14:55.181 INFO O| Finalize: Updating package cache ... Done
44662026-05-21T17:14:55.234Z[ recovery-image] May 21 17:14:55.185 INFO O| May 21 17:14:55.185 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
44672026-05-21T17:14:55.367Z[ host-image] May 21 17:14:55.317 INFO O| May 21 17:14:55.317 INFO STEP 13 (pkg_install) COMPLETE
44682026-05-21T17:14:55.367Z[ host-image] May 21 17:14:55.317 INFO O| May 21 17:14:55.317 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44692026-05-21T17:14:55.378Z[ host-image] May 21 17:14:55.329 INFO O| May 21 17:14:55.329 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"]
44702026-05-21T17:14:55.777Z[ recovery-image] May 21 17:14:55.728 INFO O| May 21 17:14:55.728 INFO O| Download: Completed 12.63 MB in 0.54 seconds (23.3M/s)
44712026-05-21T17:14:55.820Z[ recovery-image] May 21 17:14:55.771 INFO O| May 21 17:14:55.771 INFO O| Actions: 1/22 actions (Installing new actions)
44722026-05-21T17:14:55.835Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44732026-05-21T17:14:56.085Z[ recovery-image] May 21 17:14:56.036 INFO O| May 21 17:14:56.036 INFO O| Actions: Completed 22 actions in 0.26 seconds.
44742026-05-21T17:14:56.092Z[ recovery-image] May 21 17:14:56.042 INFO O| May 21 17:14:56.042 INFO O| Finalize: Updating package state database ... Done
44752026-05-21T17:14:56.092Z[ recovery-image] May 21 17:14:56.043 INFO O| May 21 17:14:56.042 INFO O| Finalize: Updating package cache ... Done
44762026-05-21T17:14:56.108Z[ recovery-image] May 21 17:14:56.058 INFO O| May 21 17:14:56.058 INFO O| Finalize: Updating image state ... Done
44772026-05-21T17:14:56.183Z[ host-image] May 21 17:14:56.133 INFO O| May 21 17:14:56.133 INFO O| Startup: Refreshing catalog 'helios' ... Done
44782026-05-21T17:14:56.248Z[ host-image] May 21 17:14:56.198 INFO O| May 21 17:14:56.198 INFO O| Startup: Caching catalogs ... Done
44792026-05-21T17:14:56.376Z[ host-image] May 21 17:14:56.326 INFO O| May 21 17:14:56.326 INFO O| Planning: Solver setup ... Done
44802026-05-21T17:14:56.380Z[ host-image] May 21 17:14:56.331 INFO O| May 21 17:14:56.331 INFO O| Planning: Running solver ... Done
44812026-05-21T17:14:56.383Z[ host-image] May 21 17:14:56.334 INFO O| May 21 17:14:56.334 INFO O| Planning: Finding local manifests ... Done
44822026-05-21T17:14:56.452Z[ host-image] May 21 17:14:56.403 INFO O| May 21 17:14:56.403 INFO O| Planning: Fetching manifests: 0/1 0% complete
44832026-05-21T17:14:56.474Z[ host-image] May 21 17:14:56.425 INFO O| May 21 17:14:56.425 INFO O| Planning: Fetching manifests: 1/1 100% complete
44842026-05-21T17:14:56.555Z[ host-image] May 21 17:14:56.505 INFO O| May 21 17:14:56.505 INFO O| Planning: Package planning ... Done
44852026-05-21T17:14:56.555Z[ host-image] May 21 17:14:56.505 INFO O| May 21 17:14:56.505 INFO O| Planning: Merging actions ... Done
44862026-05-21T17:14:56.637Z[ host-image] May 21 17:14:56.588 INFO O| May 21 17:14:56.588 INFO O| Planning: Checking for conflicting actions ... Done
44872026-05-21T17:14:56.640Z[ host-image] May 21 17:14:56.588 INFO O| May 21 17:14:56.588 INFO O| Planning: Consolidating action changes ... Done
44882026-05-21T17:14:56.711Z[ recovery-image] May 21 17:14:56.662 INFO O| May 21 17:14:56.662 INFO O| Finalize: Creating fast lookup database ... Done
44892026-05-21T17:14:56.726Z[ recovery-image] May 21 17:14:56.677 INFO O| May 21 17:14:56.677 INFO O| Finalize: Reading search index ... Done
44902026-05-21T17:14:56.726Z[ recovery-image] May 21 17:14:56.677 INFO O| May 21 17:14:56.677 INFO O| Finalize: Updating search index ... Done
44912026-05-21T17:14:56.736Z[ recovery-image] May 21 17:14:56.687 INFO O| May 21 17:14:56.687 INFO O| Finalize: Updating package cache ... Done
44922026-05-21T17:14:56.787Z[ host-image] May 21 17:14:56.738 INFO O| May 21 17:14:56.738 INFO O| Planning: Evaluating mediators ... Done
44932026-05-21T17:14:56.791Z[ host-image] May 21 17:14:56.738 INFO O| May 21 17:14:56.738 INFO O| Planning: Planning completed in 0.54 seconds
44942026-05-21T17:14:56.791Z[ host-image] May 21 17:14:56.739 INFO O| May 21 17:14:56.739 INFO O| Packages to install: 1
44952026-05-21T17:14:56.799Z[ host-image] May 21 17:14:56.749 INFO O| May 21 17:14:56.748 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete
44962026-05-21T17:14:56.842Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO STEP 14 (pkg_install) COMPLETE
44972026-05-21T17:14:56.842Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44982026-05-21T17:14:56.842Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO skip step because feature "mbist" is not enabled
44992026-05-21T17:14:56.845Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45002026-05-21T17:14:56.845Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO skip step because feature "mfg" is not enabled
45012026-05-21T17:14:56.845Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45022026-05-21T17:14:56.845Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO skip step because feature "compliance" is not enabled
45032026-05-21T17:14:56.845Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45042026-05-21T17:14:56.845Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO skip step because feature "stress" is not enabled
45052026-05-21T17:14:56.845Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45062026-05-21T17:14:56.845Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO skip step because feature "compliance" is not enabled
45072026-05-21T17:14:56.845Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45082026-05-21T17:14:56.845Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO skip step because feature "nfs" is not enabled
45092026-05-21T17:14:56.845Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45102026-05-21T17:14:56.845Z[ recovery-image] May 21 17:14:56.792 INFO O| May 21 17:14:56.792 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45112026-05-21T17:14:57.172Z[ host-image] May 21 17:14:57.122 INFO O| May 21 17:14:57.122 INFO O| Download: Completed 12.63 MB in 0.37 seconds (33.8M/s)
45122026-05-21T17:14:57.487Z[ recovery-image] May 21 17:14:57.438 INFO O| May 21 17:14:57.438 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45132026-05-21T17:14:57.536Z[ host-image] May 21 17:14:57.487 INFO O| May 21 17:14:57.486 INFO O| Actions: 1/22 actions (Installing new actions)
45142026-05-21T17:14:57.750Z[ recovery-image] May 21 17:14:57.700 INFO O| May 21 17:14:57.700 INFO completed processing sled/ramdisk-01-os
45152026-05-21T17:14:57.753Z[ recovery-image] May 21 17:14:57.703 INFO image builder template: ramdisk-02-trim...
45162026-05-21T17:14:57.753Z[ recovery-image] May 21 17:14:57.703 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/.tmpEayPFN/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-02-trim"], pwd: None
45172026-05-21T17:14:57.763Z[ host-image] May 21 17:14:57.714 INFO O| May 21 17:14:57.714 INFO O| Actions: Completed 22 actions in 0.23 seconds.
45182026-05-21T17:14:57.770Z[ host-image] May 21 17:14:57.720 INFO O| May 21 17:14:57.720 INFO O| Finalize: Updating package state database ... Done
45192026-05-21T17:14:57.770Z[ host-image] May 21 17:14:57.720 INFO O| May 21 17:14:57.720 INFO O| Finalize: Updating package cache ... Done
45202026-05-21T17:14:57.773Z[ recovery-image] May 21 17:14:57.724 INFO O| May 21 17:14:57.724 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45212026-05-21T17:14:57.777Z[ recovery-image] May 21 17:14:57.728 INFO O| May 21 17:14:57.728 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45222026-05-21T17:14:57.787Z[ host-image] May 21 17:14:57.738 INFO O| May 21 17:14:57.738 INFO O| Finalize: Updating image state ... Done
45232026-05-21T17:14:57.898Z[ recovery-image] May 21 17:14:57.848 INFO O| May 21 17:14:57.848 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45242026-05-21T17:14:57.946Z[ recovery-image] May 21 17:14:57.897 INFO O| May 21 17:14:57.897 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45252026-05-21T17:14:57.946Z[ recovery-image] May 21 17:14:57.897 INFO O| May 21 17:14:57.897 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45262026-05-21T17:14:57.951Z[ recovery-image] May 21 17:14:57.902 INFO O| May 21 17:14:57.902 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45272026-05-21T17:14:57.954Z[ recovery-image] May 21 17:14:57.905 INFO O| May 21 17:14:57.905 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45282026-05-21T17:14:57.959Z[ recovery-image] May 21 17:14:57.910 INFO O| May 21 17:14:57.909 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45292026-05-21T17:14:58.228Z[ recovery-image] May 21 17:14:58.178 INFO O| May 21 17:14:58.178 INFO rolled back to input snapshot; work may begin
45302026-05-21T17:14:58.228Z[ recovery-image] May 21 17:14:58.178 INFO O| May 21 17:14:58.178 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45312026-05-21T17:14:58.232Z[ recovery-image] May 21 17:14:58.183 INFO O| May 21 17:14:58.183 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45322026-05-21T17:14:58.243Z[ recovery-image] May 21 17:14:58.193 INFO O| May 21 17:14:58.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45332026-05-21T17:14:58.280Z[ recovery-image] May 21 17:14:58.230 INFO O| May 21 17:14:58.230 INFO STEP 0 (remove_files) COMPLETE
45342026-05-21T17:14:58.280Z[ recovery-image] May 21 17:14:58.230 INFO O| May 21 17:14:58.230 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45352026-05-21T17:14:58.289Z[ recovery-image] May 21 17:14:58.240 INFO O| May 21 17:14:58.240 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45362026-05-21T17:14:58.293Z[ recovery-image] May 21 17:14:58.241 INFO O| May 21 17:14:58.241 INFO STEP 1 (remove_files) COMPLETE
45372026-05-21T17:14:58.293Z[ recovery-image] May 21 17:14:58.241 INFO O| May 21 17:14:58.241 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45382026-05-21T17:14:58.300Z[ recovery-image] May 21 17:14:58.251 INFO O| May 21 17:14:58.251 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45392026-05-21T17:14:58.311Z[ recovery-image] May 21 17:14:58.262 INFO O| May 21 17:14:58.262 INFO STEP 2 (remove_files) COMPLETE
45402026-05-21T17:14:58.311Z[ recovery-image] May 21 17:14:58.262 INFO O| May 21 17:14:58.262 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45412026-05-21T17:14:58.322Z[ recovery-image] May 21 17:14:58.273 INFO O| May 21 17:14:58.272 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45422026-05-21T17:14:58.326Z[ recovery-image] May 21 17:14:58.274 INFO O| May 21 17:14:58.274 INFO STEP 3 (remove_files) COMPLETE
45432026-05-21T17:14:58.326Z[ recovery-image] May 21 17:14:58.274 INFO O| May 21 17:14:58.274 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45442026-05-21T17:14:58.333Z[ recovery-image] May 21 17:14:58.283 INFO O| May 21 17:14:58.283 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45452026-05-21T17:14:58.336Z[ recovery-image] May 21 17:14:58.286 INFO O| May 21 17:14:58.286 INFO STEP 4 (remove_files) COMPLETE
45462026-05-21T17:14:58.336Z[ recovery-image] May 21 17:14:58.286 INFO O| May 21 17:14:58.286 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45472026-05-21T17:14:58.345Z[ recovery-image] May 21 17:14:58.295 INFO O| May 21 17:14:58.295 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45482026-05-21T17:14:58.345Z[ recovery-image] May 21 17:14:58.296 INFO O| May 21 17:14:58.296 INFO STEP 5 (remove_files) COMPLETE
45492026-05-21T17:14:58.345Z[ recovery-image] May 21 17:14:58.296 INFO O| May 21 17:14:58.296 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45502026-05-21T17:14:58.353Z[ recovery-image] May 21 17:14:58.303 INFO O| May 21 17:14:58.303 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45512026-05-21T17:14:58.365Z[ recovery-image] May 21 17:14:58.314 INFO O| May 21 17:14:58.314 INFO STEP 6 (remove_files) COMPLETE
45522026-05-21T17:14:58.365Z[ recovery-image] May 21 17:14:58.314 INFO O| May 21 17:14:58.314 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45532026-05-21T17:14:58.370Z[ recovery-image] May 21 17:14:58.314 INFO O| May 21 17:14:58.314 INFO skip step because feature "heliosv2" is not enabled
45542026-05-21T17:14:58.370Z[ recovery-image] May 21 17:14:58.314 INFO O| May 21 17:14:58.314 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45552026-05-21T17:14:58.370Z[ recovery-image] May 21 17:14:58.314 INFO O| May 21 17:14:58.314 INFO skip step because feature "recovery" is enabled
45562026-05-21T17:14:58.370Z[ recovery-image] May 21 17:14:58.314 INFO O| May 21 17:14:58.314 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45572026-05-21T17:14:58.370Z[ recovery-image] May 21 17:14:58.314 INFO O| May 21 17:14:58.314 INFO skip step because feature "recovery" is enabled
45582026-05-21T17:14:58.370Z[ recovery-image] May 21 17:14:58.314 INFO O| May 21 17:14:58.314 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45592026-05-21T17:14:58.370Z[ recovery-image] May 21 17:14:58.314 INFO O| May 21 17:14:58.314 INFO skip step because feature "recovery" is enabled
45602026-05-21T17:14:58.370Z[ recovery-image] May 21 17:14:58.314 INFO O| May 21 17:14:58.314 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45612026-05-21T17:14:58.375Z[ recovery-image] May 21 17:14:58.324 INFO O| May 21 17:14:58.324 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45622026-05-21T17:14:58.378Z[ recovery-image] May 21 17:14:58.326 INFO O| May 21 17:14:58.326 INFO STEP 11 (remove_files) COMPLETE
45632026-05-21T17:14:58.378Z[ recovery-image] May 21 17:14:58.326 INFO O| May 21 17:14:58.326 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45642026-05-21T17:14:58.387Z[ recovery-image] May 21 17:14:58.336 INFO O| May 21 17:14:58.336 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45652026-05-21T17:14:58.390Z[ recovery-image] May 21 17:14:58.337 INFO O| May 21 17:14:58.337 INFO STEP 12 (remove_files) COMPLETE
45662026-05-21T17:14:58.390Z[ recovery-image] May 21 17:14:58.337 INFO O| May 21 17:14:58.337 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45672026-05-21T17:14:58.396Z[ recovery-image] May 21 17:14:58.345 INFO O| May 21 17:14:58.345 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45682026-05-21T17:14:58.400Z[ recovery-image] May 21 17:14:58.346 INFO O| May 21 17:14:58.346 INFO STEP 13 (remove_files) COMPLETE
45692026-05-21T17:14:58.400Z[ recovery-image] May 21 17:14:58.347 INFO O| May 21 17:14:58.346 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45702026-05-21T17:14:58.410Z[ recovery-image] May 21 17:14:58.361 INFO O| May 21 17:14:58.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
45712026-05-21T17:14:58.410Z[ recovery-image] May 21 17:14:58.361 INFO O| May 21 17:14:58.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
45722026-05-21T17:14:58.571Z[ recovery-image] May 21 17:14:58.522 INFO O| May 21 17:14:58.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45732026-05-21T17:14:58.574Z[ recovery-image] May 21 17:14:58.524 INFO O| May 21 17:14:58.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45742026-05-21T17:14:58.622Z[ recovery-image] May 21 17:14:58.572 INFO O| May 21 17:14:58.572 INFO STEP 14 (remove_files) COMPLETE
45752026-05-21T17:14:58.622Z[ recovery-image] May 21 17:14:58.572 INFO O| May 21 17:14:58.572 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762026-05-21T17:14:58.632Z[ recovery-image] May 21 17:14:58.583 INFO O| May 21 17:14:58.583 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45772026-05-21T17:14:58.635Z[ recovery-image] May 21 17:14:58.584 INFO O| May 21 17:14:58.584 INFO STEP 15 (remove_files) COMPLETE
45782026-05-21T17:14:58.635Z[ recovery-image] May 21 17:14:58.584 INFO O| May 21 17:14:58.584 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45792026-05-21T17:14:58.643Z[ recovery-image] May 21 17:14:58.593 INFO O| May 21 17:14:58.593 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45802026-05-21T17:14:58.648Z[ recovery-image] May 21 17:14:58.599 INFO O| May 21 17:14:58.599 INFO STEP 16 (remove_files) COMPLETE
45812026-05-21T17:14:58.651Z[ recovery-image] May 21 17:14:58.599 INFO O| May 21 17:14:58.599 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822026-05-21T17:14:58.657Z[ recovery-image] May 21 17:14:58.608 INFO O| May 21 17:14:58.608 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45832026-05-21T17:14:58.660Z[ recovery-image] May 21 17:14:58.608 INFO O| May 21 17:14:58.608 INFO STEP 17 (remove_files) COMPLETE
45842026-05-21T17:14:58.660Z[ recovery-image] May 21 17:14:58.608 INFO O| May 21 17:14:58.608 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852026-05-21T17:14:58.660Z[ host-image] May 21 17:14:58.609 INFO O| May 21 17:14:58.609 INFO O| Finalize: Creating fast lookup database ... Done
45862026-05-21T17:14:58.666Z[ recovery-image] May 21 17:14:58.617 INFO O| May 21 17:14:58.617 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45872026-05-21T17:14:58.669Z[ recovery-image] May 21 17:14:58.618 INFO O| May 21 17:14:58.618 INFO STEP 18 (remove_files) COMPLETE
45882026-05-21T17:14:58.669Z[ recovery-image] May 21 17:14:58.618 INFO O| May 21 17:14:58.618 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892026-05-21T17:14:58.676Z[ recovery-image] May 21 17:14:58.627 INFO O| May 21 17:14:58.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45902026-05-21T17:14:58.676Z[ recovery-image] May 21 17:14:58.627 INFO O| May 21 17:14:58.627 INFO STEP 19 (remove_files) COMPLETE
45912026-05-21T17:14:58.676Z[ recovery-image] May 21 17:14:58.627 INFO O| May 21 17:14:58.627 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45922026-05-21T17:14:58.687Z[ host-image] May 21 17:14:58.637 INFO O| May 21 17:14:58.637 INFO O| Finalize: Reading search index ... Done
45932026-05-21T17:14:58.687Z[ host-image] May 21 17:14:58.637 INFO O| May 21 17:14:58.637 INFO O| Finalize: Updating search index ... Done
45942026-05-21T17:14:58.697Z[ host-image] May 21 17:14:58.648 INFO O| May 21 17:14:58.648 INFO O| Finalize: Updating package cache ... Done
45952026-05-21T17:14:58.751Z[ recovery-image] May 21 17:14:58.702 INFO O| May 21 17:14:58.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45962026-05-21T17:14:58.751Z[ recovery-image] May 21 17:14:58.702 INFO O| May 21 17:14:58.702 INFO STEP 20 (remove_files) COMPLETE
45972026-05-21T17:14:58.752Z[ recovery-image] May 21 17:14:58.702 INFO O| May 21 17:14:58.702 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982026-05-21T17:14:58.760Z[ recovery-image] May 21 17:14:58.710 INFO O| May 21 17:14:58.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
45992026-05-21T17:14:58.760Z[ recovery-image] May 21 17:14:58.710 INFO O| May 21 17:14:58.710 INFO STEP 21 (remove_files) COMPLETE
46002026-05-21T17:14:58.763Z[ recovery-image] May 21 17:14:58.710 INFO O| May 21 17:14:58.710 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46012026-05-21T17:14:58.829Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO STEP 14 (pkg_install) COMPLETE
46022026-05-21T17:14:58.829Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46032026-05-21T17:14:58.829Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO skip step because feature "mbist" is not enabled
46042026-05-21T17:14:58.837Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46052026-05-21T17:14:58.837Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO skip step because feature "mfg" is not enabled
46062026-05-21T17:14:58.837Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46072026-05-21T17:14:58.837Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO skip step because feature "compliance" is not enabled
46082026-05-21T17:14:58.837Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46092026-05-21T17:14:58.837Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO skip step because feature "stress" is not enabled
46102026-05-21T17:14:58.837Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46112026-05-21T17:14:58.837Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO skip step because feature "compliance" is not enabled
46122026-05-21T17:14:58.837Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46132026-05-21T17:14:58.837Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO skip step because feature "nfs" is not enabled
46142026-05-21T17:14:58.837Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
46152026-05-21T17:14:58.837Z[ host-image] May 21 17:14:58.775 INFO O| May 21 17:14:58.775 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
46162026-05-21T17:14:58.844Z[ recovery-image] May 21 17:14:58.789 INFO O| May 21 17:14:58.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46172026-05-21T17:14:58.844Z[ recovery-image] May 21 17:14:58.790 INFO O| May 21 17:14:58.790 INFO STEP 22 (remove_files) COMPLETE
46182026-05-21T17:14:58.844Z[ recovery-image] May 21 17:14:58.790 INFO O| May 21 17:14:58.790 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192026-05-21T17:14:58.850Z[ recovery-image] May 21 17:14:58.801 INFO O| May 21 17:14:58.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46202026-05-21T17:14:58.850Z[ recovery-image] May 21 17:14:58.801 INFO O| May 21 17:14:58.801 INFO STEP 23 (remove_files) COMPLETE
46212026-05-21T17:14:58.853Z[ recovery-image] May 21 17:14:58.801 INFO O| May 21 17:14:58.801 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222026-05-21T17:14:58.859Z[ recovery-image] May 21 17:14:58.810 INFO O| May 21 17:14:58.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46232026-05-21T17:14:58.863Z[ recovery-image] May 21 17:14:58.811 INFO O| May 21 17:14:58.810 INFO STEP 24 (remove_files) COMPLETE
46242026-05-21T17:14:58.863Z[ recovery-image] May 21 17:14:58.811 INFO O| May 21 17:14:58.811 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46252026-05-21T17:14:58.868Z[ recovery-image] May 21 17:14:58.819 INFO O| May 21 17:14:58.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46262026-05-21T17:14:58.868Z[ recovery-image] May 21 17:14:58.819 INFO O| May 21 17:14:58.819 INFO STEP 25 (remove_files) COMPLETE
46272026-05-21T17:14:58.871Z[ recovery-image] May 21 17:14:58.819 INFO O| May 21 17:14:58.819 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46282026-05-21T17:14:58.877Z[ recovery-image] May 21 17:14:58.828 INFO O| May 21 17:14:58.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46292026-05-21T17:14:58.880Z[ recovery-image] May 21 17:14:58.828 INFO O| May 21 17:14:58.828 INFO STEP 26 (remove_files) COMPLETE
46302026-05-21T17:14:58.880Z[ recovery-image] May 21 17:14:58.828 INFO O| May 21 17:14:58.828 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46312026-05-21T17:14:58.886Z[ recovery-image] May 21 17:14:58.837 INFO O| May 21 17:14:58.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46322026-05-21T17:14:58.886Z[ recovery-image] May 21 17:14:58.837 INFO O| May 21 17:14:58.837 INFO STEP 27 (remove_files) COMPLETE
46332026-05-21T17:14:58.889Z[ recovery-image] May 21 17:14:58.837 INFO O| May 21 17:14:58.837 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342026-05-21T17:14:58.889Z[ host-image] May 21 17:14:58.837 INFO O| May 21 17:14:58.837 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
46352026-05-21T17:14:58.894Z[ recovery-image] May 21 17:14:58.845 INFO O| May 21 17:14:58.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46362026-05-21T17:14:58.894Z[ recovery-image] May 21 17:14:58.845 INFO O| May 21 17:14:58.845 INFO STEP 28 (remove_files) COMPLETE
46372026-05-21T17:14:58.897Z[ recovery-image] May 21 17:14:58.845 INFO O| May 21 17:14:58.845 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46382026-05-21T17:14:58.903Z[ recovery-image] May 21 17:14:58.853 INFO O| May 21 17:14:58.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46392026-05-21T17:14:58.903Z[ recovery-image] May 21 17:14:58.853 INFO O| May 21 17:14:58.853 INFO STEP 29 (remove_files) COMPLETE
46402026-05-21T17:14:58.906Z[ recovery-image] May 21 17:14:58.853 INFO O| May 21 17:14:58.853 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46412026-05-21T17:14:58.917Z[ recovery-image] May 21 17:14:58.867 INFO O| May 21 17:14:58.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46422026-05-21T17:14:58.917Z[ recovery-image] May 21 17:14:58.867 INFO O| May 21 17:14:58.867 INFO STEP 30 (remove_files) COMPLETE
46432026-05-21T17:14:58.917Z[ recovery-image] May 21 17:14:58.867 INFO O| May 21 17:14:58.867 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46442026-05-21T17:14:58.926Z[ recovery-image] May 21 17:14:58.877 INFO O| May 21 17:14:58.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46452026-05-21T17:14:58.926Z[ recovery-image] May 21 17:14:58.877 INFO O| May 21 17:14:58.877 INFO STEP 31 (remove_files) COMPLETE
46462026-05-21T17:14:58.926Z[ recovery-image] May 21 17:14:58.877 INFO O| May 21 17:14:58.877 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46472026-05-21T17:14:58.935Z[ recovery-image] May 21 17:14:58.885 INFO O| May 21 17:14:58.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46482026-05-21T17:14:58.935Z[ recovery-image] May 21 17:14:58.885 INFO O| May 21 17:14:58.885 INFO STEP 32 (remove_files) COMPLETE
46492026-05-21T17:14:58.938Z[ recovery-image] May 21 17:14:58.885 INFO O| May 21 17:14:58.885 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46502026-05-21T17:14:58.944Z[ recovery-image] May 21 17:14:58.895 INFO O| May 21 17:14:58.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46512026-05-21T17:14:58.944Z[ recovery-image] May 21 17:14:58.895 INFO O| May 21 17:14:58.895 INFO STEP 33 (remove_files) COMPLETE
46522026-05-21T17:14:58.944Z[ recovery-image] May 21 17:14:58.895 INFO O| May 21 17:14:58.895 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46532026-05-21T17:14:58.953Z[ recovery-image] May 21 17:14:58.904 INFO O| May 21 17:14:58.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46542026-05-21T17:14:58.953Z[ recovery-image] May 21 17:14:58.904 INFO O| May 21 17:14:58.904 INFO STEP 34 (remove_files) COMPLETE
46552026-05-21T17:14:58.953Z[ recovery-image] May 21 17:14:58.904 INFO O| May 21 17:14:58.904 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46562026-05-21T17:14:58.963Z[ recovery-image] May 21 17:14:58.913 INFO O| May 21 17:14:58.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46572026-05-21T17:14:58.963Z[ recovery-image] May 21 17:14:58.914 INFO O| May 21 17:14:58.914 INFO STEP 35 (remove_files) COMPLETE
46582026-05-21T17:14:58.963Z[ recovery-image] May 21 17:14:58.914 INFO O| May 21 17:14:58.914 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46592026-05-21T17:14:58.968Z[ host-image] May 21 17:14:58.919 INFO O| May 21 17:14:58.919 INFO completed processing sled/ramdisk-01-os
46602026-05-21T17:14:58.972Z[ host-image] May 21 17:14:58.921 INFO omicron1 baseline generation...
46612026-05-21T17:14:58.972Z[ host-image] May 21 17:14:58.921 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
46622026-05-21T17:14:58.972Z[ recovery-image] May 21 17:14:58.922 INFO O| May 21 17:14:58.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46632026-05-21T17:14:58.972Z[ recovery-image] May 21 17:14:58.923 INFO O| May 21 17:14:58.923 INFO STEP 36 (remove_files) COMPLETE
46642026-05-21T17:14:58.972Z[ recovery-image] May 21 17:14:58.923 INFO O| May 21 17:14:58.923 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46652026-05-21T17:14:58.980Z[ recovery-image] May 21 17:14:58.930 INFO O| May 21 17:14:58.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46662026-05-21T17:14:58.980Z[ recovery-image] May 21 17:14:58.930 INFO O| May 21 17:14:58.930 INFO STEP 37 (remove_files) COMPLETE
46672026-05-21T17:14:58.983Z[ recovery-image] May 21 17:14:58.930 INFO O| May 21 17:14:58.930 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46682026-05-21T17:14:58.987Z[ recovery-image] May 21 17:14:58.938 INFO O| May 21 17:14:58.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46692026-05-21T17:14:58.987Z[ recovery-image] May 21 17:14:58.938 INFO O| May 21 17:14:58.938 INFO STEP 38 (remove_files) COMPLETE
46702026-05-21T17:14:58.993Z[ recovery-image] May 21 17:14:58.938 INFO O| May 21 17:14:58.938 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46712026-05-21T17:14:58.997Z[ recovery-image] May 21 17:14:58.945 INFO O| May 21 17:14:58.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46722026-05-21T17:14:58.997Z[ recovery-image] May 21 17:14:58.946 INFO O| May 21 17:14:58.945 INFO STEP 39 (remove_files) COMPLETE
46732026-05-21T17:14:58.997Z[ recovery-image] May 21 17:14:58.946 INFO O| May 21 17:14:58.945 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46742026-05-21T17:14:59.002Z[ recovery-image] May 21 17:14:58.953 INFO O| May 21 17:14:58.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46752026-05-21T17:14:59.002Z[ recovery-image] May 21 17:14:58.953 INFO O| May 21 17:14:58.953 INFO STEP 40 (remove_files) COMPLETE
46762026-05-21T17:14:59.002Z[ recovery-image] May 21 17:14:58.953 INFO O| May 21 17:14:58.953 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46772026-05-21T17:14:59.010Z[ recovery-image] May 21 17:14:58.961 INFO O| May 21 17:14:58.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46782026-05-21T17:14:59.010Z[ recovery-image] May 21 17:14:58.961 INFO O| May 21 17:14:58.961 INFO STEP 41 (remove_files) COMPLETE
46792026-05-21T17:14:59.013Z[ recovery-image] May 21 17:14:58.961 INFO O| May 21 17:14:58.961 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46802026-05-21T17:14:59.019Z[ recovery-image] May 21 17:14:58.969 INFO O| May 21 17:14:58.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46812026-05-21T17:14:59.019Z[ recovery-image] May 21 17:14:58.969 INFO O| May 21 17:14:58.969 INFO STEP 42 (remove_files) COMPLETE
46822026-05-21T17:14:59.025Z[ recovery-image] May 21 17:14:58.969 INFO O| May 21 17:14:58.969 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46832026-05-21T17:14:59.028Z[ recovery-image] May 21 17:14:58.976 INFO O| May 21 17:14:58.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46842026-05-21T17:14:59.028Z[ recovery-image] May 21 17:14:58.976 INFO O| May 21 17:14:58.976 INFO STEP 43 (remove_files) COMPLETE
46852026-05-21T17:14:59.028Z[ recovery-image] May 21 17:14:58.976 INFO O| May 21 17:14:58.976 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46862026-05-21T17:14:59.033Z[ recovery-image] May 21 17:14:58.984 INFO O| May 21 17:14:58.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46872026-05-21T17:14:59.034Z[ recovery-image] May 21 17:14:58.984 INFO O| May 21 17:14:58.984 INFO STEP 44 (remove_files) COMPLETE
46882026-05-21T17:14:59.037Z[ recovery-image] May 21 17:14:58.984 INFO O| May 21 17:14:58.984 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46892026-05-21T17:14:59.041Z[ recovery-image] May 21 17:14:58.992 INFO O| May 21 17:14:58.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46902026-05-21T17:14:59.041Z[ recovery-image] May 21 17:14:58.992 INFO O| May 21 17:14:58.992 INFO STEP 45 (remove_files) COMPLETE
46912026-05-21T17:14:59.041Z[ recovery-image] May 21 17:14:58.992 INFO O| May 21 17:14:58.992 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46922026-05-21T17:14:59.049Z[ recovery-image] May 21 17:14:59.000 INFO O| May 21 17:14:59.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46932026-05-21T17:14:59.049Z[ recovery-image] May 21 17:14:59.000 INFO O| May 21 17:14:59.000 INFO STEP 46 (remove_files) COMPLETE
46942026-05-21T17:14:59.052Z[ recovery-image] May 21 17:14:59.000 INFO O| May 21 17:14:59.000 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46952026-05-21T17:14:59.058Z[ recovery-image] May 21 17:14:59.009 INFO O| May 21 17:14:59.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46962026-05-21T17:14:59.058Z[ recovery-image] May 21 17:14:59.009 INFO O| May 21 17:14:59.009 INFO STEP 47 (remove_files) COMPLETE
46972026-05-21T17:14:59.058Z[ recovery-image] May 21 17:14:59.009 INFO O| May 21 17:14:59.009 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46982026-05-21T17:14:59.067Z[ recovery-image] May 21 17:14:59.017 INFO O| May 21 17:14:59.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46992026-05-21T17:14:59.067Z[ recovery-image] May 21 17:14:59.017 INFO O| May 21 17:14:59.017 INFO STEP 48 (remove_files) COMPLETE
47002026-05-21T17:14:59.070Z[ recovery-image] May 21 17:14:59.017 INFO O| May 21 17:14:59.017 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47012026-05-21T17:14:59.075Z[ recovery-image] May 21 17:14:59.026 INFO O| May 21 17:14:59.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47022026-05-21T17:14:59.075Z[ recovery-image] May 21 17:14:59.026 INFO O| May 21 17:14:59.026 INFO STEP 49 (remove_files) COMPLETE
47032026-05-21T17:14:59.078Z[ recovery-image] May 21 17:14:59.026 INFO O| May 21 17:14:59.026 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47042026-05-21T17:14:59.083Z[ recovery-image] May 21 17:14:59.034 INFO O| May 21 17:14:59.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47052026-05-21T17:14:59.083Z[ recovery-image] May 21 17:14:59.034 INFO O| May 21 17:14:59.034 INFO STEP 50 (remove_files) COMPLETE
47062026-05-21T17:14:59.083Z[ recovery-image] May 21 17:14:59.034 INFO O| May 21 17:14:59.034 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47072026-05-21T17:14:59.092Z[ recovery-image] May 21 17:14:59.042 INFO O| May 21 17:14:59.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47082026-05-21T17:14:59.092Z[ recovery-image] May 21 17:14:59.042 INFO O| May 21 17:14:59.042 INFO STEP 51 (remove_files) COMPLETE
47092026-05-21T17:14:59.092Z[ recovery-image] May 21 17:14:59.043 INFO O| May 21 17:14:59.042 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47102026-05-21T17:14:59.103Z[ recovery-image] May 21 17:14:59.053 INFO O| May 21 17:14:59.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47112026-05-21T17:14:59.103Z[ recovery-image] May 21 17:14:59.053 INFO O| May 21 17:14:59.053 INFO STEP 52 (remove_files) COMPLETE
47122026-05-21T17:14:59.106Z[ recovery-image] May 21 17:14:59.053 INFO O| May 21 17:14:59.053 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47132026-05-21T17:14:59.113Z[ recovery-image] May 21 17:14:59.063 INFO O| May 21 17:14:59.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47142026-05-21T17:14:59.113Z[ recovery-image] May 21 17:14:59.063 INFO O| May 21 17:14:59.063 INFO STEP 53 (remove_files) COMPLETE
47152026-05-21T17:14:59.115Z[ recovery-image] May 21 17:14:59.063 INFO O| May 21 17:14:59.063 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47162026-05-21T17:14:59.121Z[ recovery-image] May 21 17:14:59.072 INFO O| May 21 17:14:59.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47172026-05-21T17:14:59.121Z[ recovery-image] May 21 17:14:59.072 INFO O| May 21 17:14:59.072 INFO STEP 54 (remove_files) COMPLETE
47182026-05-21T17:14:59.124Z[ recovery-image] May 21 17:14:59.072 INFO O| May 21 17:14:59.072 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47192026-05-21T17:14:59.131Z[ recovery-image] May 21 17:14:59.082 INFO O| May 21 17:14:59.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47202026-05-21T17:14:59.131Z[ recovery-image] May 21 17:14:59.082 INFO O| May 21 17:14:59.082 INFO STEP 55 (remove_files) COMPLETE
47212026-05-21T17:14:59.132Z[ recovery-image] May 21 17:14:59.082 INFO O| May 21 17:14:59.082 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47222026-05-21T17:14:59.141Z[ recovery-image] May 21 17:14:59.092 INFO O| May 21 17:14:59.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47232026-05-21T17:14:59.141Z[ recovery-image] May 21 17:14:59.092 INFO O| May 21 17:14:59.092 INFO STEP 56 (remove_files) COMPLETE
47242026-05-21T17:14:59.141Z[ recovery-image] May 21 17:14:59.092 INFO O| May 21 17:14:59.092 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47252026-05-21T17:14:59.152Z[ recovery-image] May 21 17:14:59.103 INFO O| May 21 17:14:59.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47262026-05-21T17:14:59.152Z[ recovery-image] May 21 17:14:59.103 INFO O| May 21 17:14:59.103 INFO STEP 57 (remove_files) COMPLETE
47272026-05-21T17:14:59.152Z[ recovery-image] May 21 17:14:59.103 INFO O| May 21 17:14:59.103 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47282026-05-21T17:14:59.162Z[ recovery-image] May 21 17:14:59.113 INFO O| May 21 17:14:59.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47292026-05-21T17:14:59.162Z[ recovery-image] May 21 17:14:59.113 INFO O| May 21 17:14:59.113 INFO STEP 58 (remove_files) COMPLETE
47302026-05-21T17:14:59.165Z[ recovery-image] May 21 17:14:59.113 INFO O| May 21 17:14:59.113 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47312026-05-21T17:14:59.171Z[ recovery-image] May 21 17:14:59.122 INFO O| May 21 17:14:59.122 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47322026-05-21T17:14:59.171Z[ recovery-image] May 21 17:14:59.122 INFO O| May 21 17:14:59.122 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47332026-05-21T17:14:59.171Z[ recovery-image] May 21 17:14:59.122 INFO O| May 21 17:14:59.122 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47342026-05-21T17:14:59.174Z[ recovery-image] May 21 17:14:59.122 INFO O| May 21 17:14:59.122 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47352026-05-21T17:14:59.174Z[ recovery-image] May 21 17:14:59.122 INFO O| May 21 17:14:59.122 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47362026-05-21T17:14:59.174Z[ recovery-image] May 21 17:14:59.122 INFO O| May 21 17:14:59.122 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47372026-05-21T17:14:59.174Z[ recovery-image] May 21 17:14:59.122 INFO O| May 21 17:14:59.122 INFO ok!
47382026-05-21T17:14:59.175Z[ recovery-image] May 21 17:14:59.122 INFO O| May 21 17:14:59.122 INFO STEP 59 (ensure_file) COMPLETE
47392026-05-21T17:14:59.175Z[ recovery-image] May 21 17:14:59.122 INFO O| May 21 17:14:59.122 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47402026-05-21T17:14:59.179Z[ recovery-image] May 21 17:14:59.130 INFO O| May 21 17:14:59.130 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47412026-05-21T17:14:59.179Z[ recovery-image] May 21 17:14:59.130 INFO O| May 21 17:14:59.130 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47422026-05-21T17:14:59.182Z[ recovery-image] May 21 17:14:59.130 INFO O| May 21 17:14:59.130 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47432026-05-21T17:14:59.182Z[ recovery-image] May 21 17:14:59.130 INFO O| May 21 17:14:59.130 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47442026-05-21T17:14:59.182Z[ recovery-image] May 21 17:14:59.130 INFO O| May 21 17:14:59.130 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47452026-05-21T17:14:59.182Z[ recovery-image] May 21 17:14:59.130 INFO O| May 21 17:14:59.130 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47462026-05-21T17:14:59.182Z[ recovery-image] May 21 17:14:59.130 INFO O| May 21 17:14:59.130 INFO ok!
47472026-05-21T17:14:59.182Z[ recovery-image] May 21 17:14:59.130 INFO O| May 21 17:14:59.130 INFO STEP 60 (ensure_file) COMPLETE
47482026-05-21T17:14:59.183Z[ recovery-image] May 21 17:14:59.130 INFO O| May 21 17:14:59.130 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47492026-05-21T17:14:59.189Z[ recovery-image] May 21 17:14:59.139 INFO O| May 21 17:14:59.138 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47502026-05-21T17:14:59.189Z[ recovery-image] May 21 17:14:59.139 INFO O| May 21 17:14:59.139 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47512026-05-21T17:14:59.189Z[ recovery-image] May 21 17:14:59.139 INFO O| May 21 17:14:59.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47522026-05-21T17:14:59.193Z[ recovery-image] May 21 17:14:59.139 INFO O| May 21 17:14:59.139 INFO ok!
47532026-05-21T17:14:59.193Z[ recovery-image] May 21 17:14:59.139 INFO O| May 21 17:14:59.139 INFO STEP 61 (ensure_file) COMPLETE
47542026-05-21T17:14:59.193Z[ recovery-image] May 21 17:14:59.139 INFO O| May 21 17:14:59.139 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47552026-05-21T17:14:59.201Z[ recovery-image] May 21 17:14:59.150 INFO O| May 21 17:14:59.150 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47562026-05-21T17:14:59.201Z[ recovery-image] May 21 17:14:59.150 INFO O| May 21 17:14:59.150 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47572026-05-21T17:14:59.201Z[ recovery-image] May 21 17:14:59.150 INFO O| May 21 17:14:59.150 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47582026-05-21T17:14:59.204Z[ recovery-image] May 21 17:14:59.150 INFO O| May 21 17:14:59.150 INFO ok!
47592026-05-21T17:14:59.204Z[ recovery-image] May 21 17:14:59.150 INFO O| May 21 17:14:59.150 INFO STEP 62 (ensure_file) COMPLETE
47602026-05-21T17:14:59.204Z[ recovery-image] May 21 17:14:59.150 INFO O| May 21 17:14:59.150 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47612026-05-21T17:14:59.210Z[ recovery-image] May 21 17:14:59.161 INFO O| May 21 17:14:59.161 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47622026-05-21T17:14:59.210Z[ recovery-image] May 21 17:14:59.161 INFO O| May 21 17:14:59.161 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47632026-05-21T17:14:59.210Z[ recovery-image] May 21 17:14:59.161 INFO O| May 21 17:14:59.161 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47642026-05-21T17:14:59.213Z[ recovery-image] May 21 17:14:59.161 INFO O| May 21 17:14:59.161 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47652026-05-21T17:14:59.213Z[ recovery-image] May 21 17:14:59.161 INFO O| May 21 17:14:59.161 INFO ok!
47662026-05-21T17:14:59.213Z[ recovery-image] May 21 17:14:59.161 INFO O| May 21 17:14:59.161 INFO STEP 63 (ensure_file) COMPLETE
47672026-05-21T17:14:59.214Z[ recovery-image] May 21 17:14:59.161 INFO O| May 21 17:14:59.161 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47682026-05-21T17:14:59.221Z[ recovery-image] May 21 17:14:59.172 INFO O| May 21 17:14:59.172 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47692026-05-21T17:14:59.221Z[ recovery-image] May 21 17:14:59.172 INFO O| May 21 17:14:59.172 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47702026-05-21T17:14:59.225Z[ recovery-image] May 21 17:14:59.172 INFO O| May 21 17:14:59.172 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47712026-05-21T17:14:59.225Z[ recovery-image] May 21 17:14:59.172 INFO O| May 21 17:14:59.172 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47722026-05-21T17:14:59.225Z[ recovery-image] May 21 17:14:59.172 INFO O| May 21 17:14:59.172 INFO ok!
47732026-05-21T17:14:59.225Z[ recovery-image] May 21 17:14:59.172 INFO O| May 21 17:14:59.172 INFO STEP 64 (ensure_file) COMPLETE
47742026-05-21T17:14:59.225Z[ recovery-image] May 21 17:14:59.172 INFO O| May 21 17:14:59.172 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47752026-05-21T17:14:59.231Z[ recovery-image] May 21 17:14:59.181 INFO O| May 21 17:14:59.181 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47762026-05-21T17:14:59.231Z[ recovery-image] May 21 17:14:59.181 INFO O| May 21 17:14:59.181 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47772026-05-21T17:14:59.231Z[ recovery-image] May 21 17:14:59.181 INFO O| May 21 17:14:59.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47782026-05-21T17:14:59.234Z[ recovery-image] May 21 17:14:59.181 INFO O| May 21 17:14:59.181 INFO ok!
47792026-05-21T17:14:59.234Z[ recovery-image] May 21 17:14:59.181 INFO O| May 21 17:14:59.181 INFO STEP 65 (assemble_files) COMPLETE
47802026-05-21T17:14:59.234Z[ recovery-image] May 21 17:14:59.181 INFO O| May 21 17:14:59.181 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47812026-05-21T17:14:59.239Z[ recovery-image] May 21 17:14:59.190 INFO O| May 21 17:14:59.190 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47822026-05-21T17:14:59.239Z[ recovery-image] May 21 17:14:59.190 INFO O| May 21 17:14:59.190 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47832026-05-21T17:14:59.239Z[ recovery-image] May 21 17:14:59.190 INFO O| May 21 17:14:59.190 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47842026-05-21T17:14:59.242Z[ recovery-image] May 21 17:14:59.190 INFO O| May 21 17:14:59.190 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47852026-05-21T17:14:59.242Z[ recovery-image] May 21 17:14:59.190 INFO O| May 21 17:14:59.190 INFO ok!
47862026-05-21T17:14:59.242Z[ recovery-image] May 21 17:14:59.190 INFO O| May 21 17:14:59.190 INFO STEP 66 (ensure_file) COMPLETE
47872026-05-21T17:14:59.242Z[ recovery-image] May 21 17:14:59.190 INFO O| May 21 17:14:59.190 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47882026-05-21T17:14:59.242Z[ recovery-image] May 21 17:14:59.190 INFO O| May 21 17:14:59.190 INFO skip step because feature "omicron1" is not enabled
47892026-05-21T17:14:59.242Z[ recovery-image] May 21 17:14:59.190 INFO O| May 21 17:14:59.190 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47902026-05-21T17:14:59.242Z[ recovery-image] May 21 17:14:59.190 INFO O| May 21 17:14:59.190 INFO skip step because feature "omicron1" is not enabled
47912026-05-21T17:14:59.242Z[ recovery-image] May 21 17:14:59.190 INFO O| May 21 17:14:59.190 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47922026-05-21T17:14:59.242Z[ recovery-image] May 21 17:14:59.190 INFO O| May 21 17:14:59.190 INFO skip step because feature "omicron1" is not enabled
47932026-05-21T17:14:59.242Z[ recovery-image] May 21 17:14:59.190 INFO O| May 21 17:14:59.190 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47942026-05-21T17:14:59.252Z[ recovery-image] May 21 17:14:59.203 INFO O| May 21 17:14:59.203 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47952026-05-21T17:14:59.252Z[ recovery-image] May 21 17:14:59.203 INFO O| May 21 17:14:59.203 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47962026-05-21T17:14:59.348Z[ host-image] May 21 17:14:59.299 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.23989:20260513T150935Z
47972026-05-21T17:15:00.537Z[ recovery-image] May 21 17:15:00.487 INFO O| May 21 17:15:00.487 INFO STEP 70 (pack_tar) COMPLETE
47982026-05-21T17:15:00.537Z[ recovery-image] May 21 17:15:00.487 INFO O| May 21 17:15:00.487 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47992026-05-21T17:15:00.540Z[ recovery-image] May 21 17:15:00.487 INFO O| May 21 17:15:00.487 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48002026-05-21T17:15:01.187Z[ recovery-image] May 21 17:15:01.138 INFO O| May 21 17:15:01.137 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48012026-05-21T17:15:01.283Z[ recovery-image] May 21 17:15:01.234 INFO O| May 21 17:15:01.234 INFO completed processing sled/ramdisk-02-trim
48022026-05-21T17:15:01.286Z[ recovery-image] May 21 17:15:01.236 INFO image builder template: ramdisk-03-recovery-trim...
48032026-05-21T17:15:01.286Z[ recovery-image] May 21 17:15:01.237 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/.tmpEayPFN/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-03-recovery-trim"], pwd: None
48042026-05-21T17:15:01.291Z[ recovery-image] May 21 17:15:01.242 INFO O| May 21 17:15:01.242 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
48052026-05-21T17:15:01.368Z[ recovery-image] May 21 17:15:01.318 INFO O| May 21 17:15:01.318 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48062026-05-21T17:15:01.372Z[ recovery-image] May 21 17:15:01.323 INFO O| May 21 17:15:01.323 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48072026-05-21T17:15:01.429Z[ recovery-image] May 21 17:15:01.380 INFO O| May 21 17:15:01.380 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48082026-05-21T17:15:01.473Z[ recovery-image] May 21 17:15:01.424 INFO O| May 21 17:15:01.424 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48092026-05-21T17:15:01.473Z[ recovery-image] May 21 17:15:01.424 INFO O| May 21 17:15:01.424 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48102026-05-21T17:15:01.479Z[ recovery-image] May 21 17:15:01.430 INFO O| May 21 17:15:01.430 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48112026-05-21T17:15:01.483Z[ recovery-image] May 21 17:15:01.434 INFO O| May 21 17:15:01.434 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48122026-05-21T17:15:01.488Z[ recovery-image] May 21 17:15:01.438 INFO O| May 21 17:15:01.438 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48132026-05-21T17:15:02.256Z[ recovery-image] May 21 17:15:02.207 INFO O| May 21 17:15:02.207 INFO rolled back to input snapshot; work may begin
48142026-05-21T17:15:02.256Z[ recovery-image] May 21 17:15:02.207 INFO O| May 21 17:15:02.207 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48152026-05-21T17:15:02.261Z[ recovery-image] May 21 17:15:02.211 INFO O| May 21 17:15:02.211 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48162026-05-21T17:15:02.270Z[ recovery-image] May 21 17:15:02.221 INFO O| May 21 17:15:02.221 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48172026-05-21T17:15:02.278Z[ recovery-image] May 21 17:15:02.229 INFO O| May 21 17:15:02.229 INFO STEP 0 (remove_files) COMPLETE
48182026-05-21T17:15:02.278Z[ recovery-image] May 21 17:15:02.229 INFO O| May 21 17:15:02.229 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48192026-05-21T17:15:02.288Z[ recovery-image] May 21 17:15:02.239 INFO O| May 21 17:15:02.239 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48202026-05-21T17:15:02.341Z[ recovery-image] May 21 17:15:02.291 INFO O| May 21 17:15:02.291 INFO STEP 1 (remove_files) COMPLETE
48212026-05-21T17:15:02.341Z[ recovery-image] May 21 17:15:02.291 INFO O| May 21 17:15:02.291 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48222026-05-21T17:15:02.352Z[ recovery-image] May 21 17:15:02.302 INFO O| May 21 17:15:02.302 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48232026-05-21T17:15:02.355Z[ recovery-image] May 21 17:15:02.305 INFO O| May 21 17:15:02.305 INFO STEP 2 (remove_files) COMPLETE
48242026-05-21T17:15:02.355Z[ recovery-image] May 21 17:15:02.305 INFO O| May 21 17:15:02.305 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48252026-05-21T17:15:02.364Z[ recovery-image] May 21 17:15:02.315 INFO O| May 21 17:15:02.315 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48262026-05-21T17:15:02.401Z[ recovery-image] May 21 17:15:02.352 INFO O| May 21 17:15:02.352 INFO STEP 3 (remove_files) COMPLETE
48272026-05-21T17:15:02.401Z[ recovery-image] May 21 17:15:02.352 INFO O| May 21 17:15:02.352 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48282026-05-21T17:15:02.412Z[ recovery-image] May 21 17:15:02.363 INFO O| May 21 17:15:02.363 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48292026-05-21T17:15:02.425Z[ recovery-image] May 21 17:15:02.375 INFO O| May 21 17:15:02.375 INFO STEP 4 (remove_files) COMPLETE
48302026-05-21T17:15:02.425Z[ recovery-image] May 21 17:15:02.375 INFO O| May 21 17:15:02.375 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48312026-05-21T17:15:02.435Z[ recovery-image] May 21 17:15:02.386 INFO O| May 21 17:15:02.385 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48322026-05-21T17:15:02.438Z[ recovery-image] May 21 17:15:02.388 INFO O| May 21 17:15:02.388 INFO STEP 5 (remove_files) COMPLETE
48332026-05-21T17:15:02.438Z[ recovery-image] May 21 17:15:02.388 INFO O| May 21 17:15:02.388 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48342026-05-21T17:15:02.446Z[ recovery-image] May 21 17:15:02.396 INFO O| May 21 17:15:02.396 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48352026-05-21T17:15:02.449Z[ recovery-image] May 21 17:15:02.398 INFO O| May 21 17:15:02.398 INFO STEP 6 (remove_files) COMPLETE
48362026-05-21T17:15:02.449Z[ recovery-image] May 21 17:15:02.398 INFO O| May 21 17:15:02.398 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48372026-05-21T17:15:02.456Z[ recovery-image] May 21 17:15:02.407 INFO O| May 21 17:15:02.407 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48382026-05-21T17:15:02.460Z[ recovery-image] May 21 17:15:02.411 INFO O| May 21 17:15:02.411 INFO STEP 7 (remove_files) COMPLETE
48392026-05-21T17:15:02.460Z[ recovery-image] May 21 17:15:02.411 INFO O| May 21 17:15:02.411 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48402026-05-21T17:15:02.470Z[ recovery-image] May 21 17:15:02.421 INFO O| May 21 17:15:02.421 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48412026-05-21T17:15:02.473Z[ recovery-image] May 21 17:15:02.422 INFO O| May 21 17:15:02.422 INFO STEP 8 (remove_files) COMPLETE
48422026-05-21T17:15:02.473Z[ recovery-image] May 21 17:15:02.422 INFO O| May 21 17:15:02.422 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48432026-05-21T17:15:02.479Z[ recovery-image] May 21 17:15:02.430 INFO O| May 21 17:15:02.430 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48442026-05-21T17:15:02.482Z[ recovery-image] May 21 17:15:02.431 INFO O| May 21 17:15:02.431 INFO STEP 9 (remove_files) COMPLETE
48452026-05-21T17:15:02.482Z[ recovery-image] May 21 17:15:02.431 INFO O| May 21 17:15:02.431 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48462026-05-21T17:15:02.489Z[ recovery-image] May 21 17:15:02.439 INFO O| May 21 17:15:02.439 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48472026-05-21T17:15:03.116Z[ recovery-image] May 21 17:15:03.067 INFO O| May 21 17:15:03.066 INFO STEP 10 (remove_files) COMPLETE
48482026-05-21T17:15:03.116Z[ recovery-image] May 21 17:15:03.067 INFO O| May 21 17:15:03.067 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48492026-05-21T17:15:03.127Z[ recovery-image] May 21 17:15:03.077 INFO O| May 21 17:15:03.077 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48502026-05-21T17:15:03.130Z[ recovery-image] May 21 17:15:03.080 INFO O| May 21 17:15:03.080 INFO STEP 11 (remove_files) COMPLETE
48512026-05-21T17:15:03.130Z[ recovery-image] May 21 17:15:03.080 INFO O| May 21 17:15:03.080 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48522026-05-21T17:15:03.140Z[ recovery-image] May 21 17:15:03.090 INFO O| May 21 17:15:03.090 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48532026-05-21T17:15:03.143Z[ recovery-image] May 21 17:15:03.093 INFO O| May 21 17:15:03.093 INFO STEP 12 (remove_files) COMPLETE
48542026-05-21T17:15:03.143Z[ recovery-image] May 21 17:15:03.093 INFO O| May 21 17:15:03.093 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48552026-05-21T17:15:03.151Z[ recovery-image] May 21 17:15:03.102 INFO O| May 21 17:15:03.102 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48562026-05-21T17:15:03.154Z[ recovery-image] May 21 17:15:03.102 INFO O| May 21 17:15:03.102 INFO STEP 13 (remove_files) COMPLETE
48572026-05-21T17:15:03.154Z[ recovery-image] May 21 17:15:03.102 INFO O| May 21 17:15:03.102 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48582026-05-21T17:15:03.161Z[ recovery-image] May 21 17:15:03.112 INFO O| May 21 17:15:03.112 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48592026-05-21T17:15:03.165Z[ recovery-image] May 21 17:15:03.113 INFO O| May 21 17:15:03.113 INFO STEP 14 (remove_files) COMPLETE
48602026-05-21T17:15:03.165Z[ recovery-image] May 21 17:15:03.113 INFO O| May 21 17:15:03.113 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48612026-05-21T17:15:03.171Z[ recovery-image] May 21 17:15:03.122 INFO O| May 21 17:15:03.122 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48622026-05-21T17:15:03.187Z[ recovery-image] May 21 17:15:03.138 INFO O| May 21 17:15:03.138 INFO STEP 15 (remove_files) COMPLETE
48632026-05-21T17:15:03.187Z[ recovery-image] May 21 17:15:03.138 INFO O| May 21 17:15:03.138 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48642026-05-21T17:15:03.197Z[ recovery-image] May 21 17:15:03.148 INFO O| May 21 17:15:03.148 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48652026-05-21T17:15:03.200Z[ recovery-image] May 21 17:15:03.149 INFO O| May 21 17:15:03.149 INFO STEP 16 (remove_files) COMPLETE
48662026-05-21T17:15:03.200Z[ recovery-image] May 21 17:15:03.149 INFO O| May 21 17:15:03.149 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48672026-05-21T17:15:03.209Z[ recovery-image] May 21 17:15:03.160 INFO O| May 21 17:15:03.160 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48682026-05-21T17:15:03.213Z[ recovery-image] May 21 17:15:03.161 INFO O| May 21 17:15:03.161 INFO STEP 17 (remove_files) COMPLETE
48692026-05-21T17:15:03.213Z[ recovery-image] May 21 17:15:03.161 INFO O| May 21 17:15:03.161 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48702026-05-21T17:15:03.218Z[ recovery-image] May 21 17:15:03.169 INFO O| May 21 17:15:03.169 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48712026-05-21T17:15:03.256Z[ recovery-image] May 21 17:15:03.207 INFO O| May 21 17:15:03.207 INFO STEP 18 (remove_files) COMPLETE
48722026-05-21T17:15:03.256Z[ recovery-image] May 21 17:15:03.207 INFO O| May 21 17:15:03.207 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48732026-05-21T17:15:03.266Z[ recovery-image] May 21 17:15:03.217 INFO O| May 21 17:15:03.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48742026-05-21T17:15:03.270Z[ recovery-image] May 21 17:15:03.219 INFO O| May 21 17:15:03.219 INFO STEP 19 (remove_files) COMPLETE
48752026-05-21T17:15:03.270Z[ recovery-image] May 21 17:15:03.219 INFO O| May 21 17:15:03.219 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48762026-05-21T17:15:03.278Z[ recovery-image] May 21 17:15:03.229 INFO O| May 21 17:15:03.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48772026-05-21T17:15:03.278Z[ recovery-image] May 21 17:15:03.229 INFO O| May 21 17:15:03.229 INFO STEP 20 (remove_files) COMPLETE
48782026-05-21T17:15:03.278Z[ recovery-image] May 21 17:15:03.229 INFO O| May 21 17:15:03.229 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48792026-05-21T17:15:03.287Z[ recovery-image] May 21 17:15:03.238 INFO O| May 21 17:15:03.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48802026-05-21T17:15:03.291Z[ recovery-image] May 21 17:15:03.239 INFO O| May 21 17:15:03.239 INFO STEP 21 (remove_files) COMPLETE
48812026-05-21T17:15:03.292Z[ recovery-image] May 21 17:15:03.239 INFO O| May 21 17:15:03.239 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48822026-05-21T17:15:03.297Z[ recovery-image] May 21 17:15:03.247 INFO O| May 21 17:15:03.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48832026-05-21T17:15:03.297Z[ recovery-image] May 21 17:15:03.248 INFO O| May 21 17:15:03.248 INFO STEP 22 (remove_files) COMPLETE
48842026-05-21T17:15:03.300Z[ recovery-image] May 21 17:15:03.248 INFO O| May 21 17:15:03.248 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48852026-05-21T17:15:03.305Z[ recovery-image] May 21 17:15:03.256 INFO O| May 21 17:15:03.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48862026-05-21T17:15:03.305Z[ recovery-image] May 21 17:15:03.256 INFO O| May 21 17:15:03.256 INFO STEP 23 (remove_files) COMPLETE
48872026-05-21T17:15:03.308Z[ recovery-image] May 21 17:15:03.256 INFO O| May 21 17:15:03.256 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48882026-05-21T17:15:03.313Z[ recovery-image] May 21 17:15:03.264 INFO O| May 21 17:15:03.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48892026-05-21T17:15:03.316Z[ recovery-image] May 21 17:15:03.265 INFO O| May 21 17:15:03.265 INFO STEP 24 (remove_files) COMPLETE
48902026-05-21T17:15:03.316Z[ recovery-image] May 21 17:15:03.265 INFO O| May 21 17:15:03.265 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48912026-05-21T17:15:03.322Z[ recovery-image] May 21 17:15:03.273 INFO O| May 21 17:15:03.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48922026-05-21T17:15:03.322Z[ recovery-image] May 21 17:15:03.273 INFO O| May 21 17:15:03.273 INFO STEP 25 (remove_files) COMPLETE
48932026-05-21T17:15:03.322Z[ recovery-image] May 21 17:15:03.273 INFO O| May 21 17:15:03.273 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48942026-05-21T17:15:03.330Z[ recovery-image] May 21 17:15:03.280 INFO O| May 21 17:15:03.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48952026-05-21T17:15:03.330Z[ recovery-image] May 21 17:15:03.281 INFO O| May 21 17:15:03.281 INFO STEP 26 (remove_files) COMPLETE
48962026-05-21T17:15:03.333Z[ recovery-image] May 21 17:15:03.281 INFO O| May 21 17:15:03.281 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
48972026-05-21T17:15:03.337Z[ recovery-image] May 21 17:15:03.288 INFO O| May 21 17:15:03.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48982026-05-21T17:15:03.337Z[ recovery-image] May 21 17:15:03.288 INFO O| May 21 17:15:03.288 INFO STEP 27 (remove_files) COMPLETE
48992026-05-21T17:15:03.342Z[ recovery-image] May 21 17:15:03.288 INFO O| May 21 17:15:03.288 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49002026-05-21T17:15:03.345Z[ recovery-image] May 21 17:15:03.296 INFO O| May 21 17:15:03.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49012026-05-21T17:15:03.345Z[ recovery-image] May 21 17:15:03.296 INFO O| May 21 17:15:03.296 INFO STEP 28 (remove_files) COMPLETE
49022026-05-21T17:15:03.345Z[ recovery-image] May 21 17:15:03.296 INFO O| May 21 17:15:03.296 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49032026-05-21T17:15:03.354Z[ recovery-image] May 21 17:15:03.305 INFO O| May 21 17:15:03.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49042026-05-21T17:15:03.354Z[ recovery-image] May 21 17:15:03.305 INFO O| May 21 17:15:03.305 INFO STEP 29 (remove_files) COMPLETE
49052026-05-21T17:15:03.357Z[ recovery-image] May 21 17:15:03.305 INFO O| May 21 17:15:03.305 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49062026-05-21T17:15:03.363Z[ recovery-image] May 21 17:15:03.314 INFO O| May 21 17:15:03.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49072026-05-21T17:15:03.363Z[ recovery-image] May 21 17:15:03.314 INFO O| May 21 17:15:03.314 INFO STEP 30 (remove_files) COMPLETE
49082026-05-21T17:15:03.366Z[ recovery-image] May 21 17:15:03.314 INFO O| May 21 17:15:03.314 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49092026-05-21T17:15:03.372Z[ recovery-image] May 21 17:15:03.323 INFO O| May 21 17:15:03.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49102026-05-21T17:15:03.372Z[ recovery-image] May 21 17:15:03.323 INFO O| May 21 17:15:03.323 INFO STEP 31 (remove_files) COMPLETE
49112026-05-21T17:15:03.372Z[ recovery-image] May 21 17:15:03.323 INFO O| May 21 17:15:03.323 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49122026-05-21T17:15:03.393Z[ recovery-image] May 21 17:15:03.343 INFO O| May 21 17:15:03.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49132026-05-21T17:15:03.393Z[ recovery-image] May 21 17:15:03.343 INFO O| May 21 17:15:03.331 INFO STEP 32 (remove_files) COMPLETE
49142026-05-21T17:15:03.393Z[ recovery-image] May 21 17:15:03.343 INFO O| May 21 17:15:03.331 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49152026-05-21T17:15:03.396Z[ recovery-image] May 21 17:15:03.343 INFO O| May 21 17:15:03.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49162026-05-21T17:15:03.396Z[ recovery-image] May 21 17:15:03.343 INFO O| May 21 17:15:03.340 INFO STEP 33 (remove_files) COMPLETE
49172026-05-21T17:15:03.396Z[ recovery-image] May 21 17:15:03.343 INFO O| May 21 17:15:03.340 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49182026-05-21T17:15:03.400Z[ recovery-image] May 21 17:15:03.348 INFO O| May 21 17:15:03.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49192026-05-21T17:15:03.400Z[ recovery-image] May 21 17:15:03.348 INFO O| May 21 17:15:03.348 INFO STEP 34 (remove_files) COMPLETE
49202026-05-21T17:15:03.400Z[ recovery-image] May 21 17:15:03.348 INFO O| May 21 17:15:03.348 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49212026-05-21T17:15:03.406Z[ recovery-image] May 21 17:15:03.356 INFO O| May 21 17:15:03.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49222026-05-21T17:15:03.406Z[ recovery-image] May 21 17:15:03.356 INFO O| May 21 17:15:03.356 INFO STEP 35 (remove_files) COMPLETE
49232026-05-21T17:15:03.406Z[ recovery-image] May 21 17:15:03.356 INFO O| May 21 17:15:03.356 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49242026-05-21T17:15:03.414Z[ recovery-image] May 21 17:15:03.365 INFO O| May 21 17:15:03.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49252026-05-21T17:15:03.414Z[ recovery-image] May 21 17:15:03.365 INFO O| May 21 17:15:03.365 INFO STEP 36 (remove_files) COMPLETE
49262026-05-21T17:15:03.414Z[ recovery-image] May 21 17:15:03.365 INFO O| May 21 17:15:03.365 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49272026-05-21T17:15:03.423Z[ recovery-image] May 21 17:15:03.374 INFO O| May 21 17:15:03.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49282026-05-21T17:15:03.423Z[ recovery-image] May 21 17:15:03.374 INFO O| May 21 17:15:03.374 INFO STEP 37 (remove_files) COMPLETE
49292026-05-21T17:15:03.423Z[ recovery-image] May 21 17:15:03.374 INFO O| May 21 17:15:03.374 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49302026-05-21T17:15:03.431Z[ recovery-image] May 21 17:15:03.382 INFO O| May 21 17:15:03.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49312026-05-21T17:15:03.431Z[ recovery-image] May 21 17:15:03.382 INFO O| May 21 17:15:03.382 INFO STEP 38 (remove_files) COMPLETE
49322026-05-21T17:15:03.434Z[ recovery-image] May 21 17:15:03.382 INFO O| May 21 17:15:03.382 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49332026-05-21T17:15:03.439Z[ recovery-image] May 21 17:15:03.390 INFO O| May 21 17:15:03.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49342026-05-21T17:15:03.439Z[ recovery-image] May 21 17:15:03.390 INFO O| May 21 17:15:03.390 INFO STEP 39 (remove_files) COMPLETE
49352026-05-21T17:15:03.439Z[ recovery-image] May 21 17:15:03.390 INFO O| May 21 17:15:03.390 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49362026-05-21T17:15:03.447Z[ recovery-image] May 21 17:15:03.398 INFO O| May 21 17:15:03.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49372026-05-21T17:15:03.447Z[ recovery-image] May 21 17:15:03.398 INFO O| May 21 17:15:03.398 INFO STEP 40 (remove_files) COMPLETE
49382026-05-21T17:15:03.447Z[ recovery-image] May 21 17:15:03.398 INFO O| May 21 17:15:03.398 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49392026-05-21T17:15:03.457Z[ recovery-image] May 21 17:15:03.408 INFO O| May 21 17:15:03.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49402026-05-21T17:15:03.457Z[ recovery-image] May 21 17:15:03.408 INFO O| May 21 17:15:03.408 INFO STEP 41 (remove_files) COMPLETE
49412026-05-21T17:15:03.457Z[ recovery-image] May 21 17:15:03.408 INFO O| May 21 17:15:03.408 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49422026-05-21T17:15:03.466Z[ recovery-image] May 21 17:15:03.417 INFO O| May 21 17:15:03.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49432026-05-21T17:15:03.466Z[ recovery-image] May 21 17:15:03.417 INFO O| May 21 17:15:03.417 INFO STEP 42 (remove_files) COMPLETE
49442026-05-21T17:15:03.466Z[ recovery-image] May 21 17:15:03.417 INFO O| May 21 17:15:03.417 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49452026-05-21T17:15:03.477Z[ recovery-image] May 21 17:15:03.428 INFO O| May 21 17:15:03.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49462026-05-21T17:15:03.477Z[ recovery-image] May 21 17:15:03.428 INFO O| May 21 17:15:03.428 INFO STEP 43 (remove_files) COMPLETE
49472026-05-21T17:15:03.480Z[ recovery-image] May 21 17:15:03.428 INFO O| May 21 17:15:03.428 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49482026-05-21T17:15:03.486Z[ recovery-image] May 21 17:15:03.437 INFO O| May 21 17:15:03.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49492026-05-21T17:15:03.486Z[ recovery-image] May 21 17:15:03.437 INFO O| May 21 17:15:03.437 INFO STEP 44 (remove_files) COMPLETE
49502026-05-21T17:15:03.489Z[ recovery-image] May 21 17:15:03.437 INFO O| May 21 17:15:03.437 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49512026-05-21T17:15:03.495Z[ recovery-image] May 21 17:15:03.446 INFO O| May 21 17:15:03.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49522026-05-21T17:15:03.495Z[ recovery-image] May 21 17:15:03.446 INFO O| May 21 17:15:03.446 INFO STEP 45 (remove_files) COMPLETE
49532026-05-21T17:15:03.499Z[ recovery-image] May 21 17:15:03.446 INFO O| May 21 17:15:03.446 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49542026-05-21T17:15:03.505Z[ recovery-image] May 21 17:15:03.455 INFO O| May 21 17:15:03.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49552026-05-21T17:15:03.505Z[ recovery-image] May 21 17:15:03.455 INFO O| May 21 17:15:03.455 INFO STEP 46 (remove_files) COMPLETE
49562026-05-21T17:15:03.508Z[ recovery-image] May 21 17:15:03.455 INFO O| May 21 17:15:03.455 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49572026-05-21T17:15:03.514Z[ recovery-image] May 21 17:15:03.465 INFO O| May 21 17:15:03.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49582026-05-21T17:15:03.534Z[ recovery-image] May 21 17:15:03.485 INFO O| May 21 17:15:03.485 INFO STEP 47 (remove_files) COMPLETE
49592026-05-21T17:15:03.534Z[ recovery-image] May 21 17:15:03.485 INFO O| May 21 17:15:03.485 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49602026-05-21T17:15:03.543Z[ recovery-image] May 21 17:15:03.494 INFO O| May 21 17:15:03.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49612026-05-21T17:15:03.543Z[ recovery-image] May 21 17:15:03.494 INFO O| May 21 17:15:03.494 INFO STEP 48 (remove_files) COMPLETE
49622026-05-21T17:15:03.547Z[ recovery-image] May 21 17:15:03.494 INFO O| May 21 17:15:03.494 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49632026-05-21T17:15:03.551Z[ recovery-image] May 21 17:15:03.502 INFO O| May 21 17:15:03.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49642026-05-21T17:15:03.551Z[ recovery-image] May 21 17:15:03.502 INFO O| May 21 17:15:03.502 INFO STEP 49 (remove_files) COMPLETE
49652026-05-21T17:15:03.554Z[ recovery-image] May 21 17:15:03.502 INFO O| May 21 17:15:03.502 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49662026-05-21T17:15:03.558Z[ recovery-image] May 21 17:15:03.509 INFO O| May 21 17:15:03.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49672026-05-21T17:15:03.558Z[ recovery-image] May 21 17:15:03.509 INFO O| May 21 17:15:03.509 INFO STEP 50 (remove_files) COMPLETE
49682026-05-21T17:15:03.562Z[ recovery-image] May 21 17:15:03.509 INFO O| May 21 17:15:03.509 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49692026-05-21T17:15:03.566Z[ recovery-image] May 21 17:15:03.517 INFO O| May 21 17:15:03.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49702026-05-21T17:15:03.566Z[ recovery-image] May 21 17:15:03.517 INFO O| May 21 17:15:03.517 INFO STEP 51 (remove_files) COMPLETE
49712026-05-21T17:15:03.569Z[ recovery-image] May 21 17:15:03.517 INFO O| May 21 17:15:03.517 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49722026-05-21T17:15:03.574Z[ recovery-image] May 21 17:15:03.525 INFO O| May 21 17:15:03.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49732026-05-21T17:15:03.574Z[ recovery-image] May 21 17:15:03.525 INFO O| May 21 17:15:03.525 INFO STEP 52 (remove_files) COMPLETE
49742026-05-21T17:15:03.577Z[ recovery-image] May 21 17:15:03.525 INFO O| May 21 17:15:03.525 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49752026-05-21T17:15:03.583Z[ recovery-image] May 21 17:15:03.533 INFO O| May 21 17:15:03.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49762026-05-21T17:15:03.583Z[ recovery-image] May 21 17:15:03.533 INFO O| May 21 17:15:03.533 INFO STEP 53 (remove_files) COMPLETE
49772026-05-21T17:15:03.586Z[ recovery-image] May 21 17:15:03.533 INFO O| May 21 17:15:03.533 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49782026-05-21T17:15:03.602Z[ recovery-image] May 21 17:15:03.542 INFO O| May 21 17:15:03.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49792026-05-21T17:15:03.602Z[ recovery-image] May 21 17:15:03.542 INFO O| May 21 17:15:03.542 INFO STEP 54 (remove_files) COMPLETE
49802026-05-21T17:15:03.602Z[ recovery-image] May 21 17:15:03.542 INFO O| May 21 17:15:03.542 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49812026-05-21T17:15:03.602Z[ recovery-image] May 21 17:15:03.551 INFO O| May 21 17:15:03.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49822026-05-21T17:15:03.602Z[ recovery-image] May 21 17:15:03.551 INFO O| May 21 17:15:03.551 INFO STEP 55 (remove_files) COMPLETE
49832026-05-21T17:15:03.602Z[ recovery-image] May 21 17:15:03.551 INFO O| May 21 17:15:03.551 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49842026-05-21T17:15:03.609Z[ recovery-image] May 21 17:15:03.560 INFO O| May 21 17:15:03.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49852026-05-21T17:15:03.609Z[ recovery-image] May 21 17:15:03.560 INFO O| May 21 17:15:03.560 INFO STEP 56 (remove_files) COMPLETE
49862026-05-21T17:15:03.612Z[ recovery-image] May 21 17:15:03.560 INFO O| May 21 17:15:03.560 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49872026-05-21T17:15:03.621Z[ recovery-image] May 21 17:15:03.569 INFO O| May 21 17:15:03.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49882026-05-21T17:15:03.621Z[ recovery-image] May 21 17:15:03.569 INFO O| May 21 17:15:03.569 INFO STEP 57 (remove_files) COMPLETE
49892026-05-21T17:15:03.621Z[ recovery-image] May 21 17:15:03.569 INFO O| May 21 17:15:03.569 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49902026-05-21T17:15:03.628Z[ recovery-image] May 21 17:15:03.579 INFO O| May 21 17:15:03.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49912026-05-21T17:15:03.628Z[ recovery-image] May 21 17:15:03.579 INFO O| May 21 17:15:03.579 INFO STEP 58 (remove_files) COMPLETE
49922026-05-21T17:15:03.632Z[ recovery-image] May 21 17:15:03.579 INFO O| May 21 17:15:03.579 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49932026-05-21T17:15:03.637Z[ recovery-image] May 21 17:15:03.588 INFO O| May 21 17:15:03.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49942026-05-21T17:15:03.637Z[ recovery-image] May 21 17:15:03.588 INFO O| May 21 17:15:03.588 INFO STEP 59 (remove_files) COMPLETE
49952026-05-21T17:15:03.640Z[ recovery-image] May 21 17:15:03.588 INFO O| May 21 17:15:03.588 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49962026-05-21T17:15:03.645Z[ recovery-image] May 21 17:15:03.596 INFO O| May 21 17:15:03.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49972026-05-21T17:15:03.645Z[ recovery-image] May 21 17:15:03.596 INFO O| May 21 17:15:03.596 INFO STEP 60 (remove_files) COMPLETE
49982026-05-21T17:15:03.648Z[ recovery-image] May 21 17:15:03.596 INFO O| May 21 17:15:03.596 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
49992026-05-21T17:15:03.654Z[ recovery-image] May 21 17:15:03.604 INFO O| May 21 17:15:03.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50002026-05-21T17:15:03.654Z[ recovery-image] May 21 17:15:03.604 INFO O| May 21 17:15:03.604 INFO STEP 61 (remove_files) COMPLETE
50012026-05-21T17:15:03.657Z[ recovery-image] May 21 17:15:03.604 INFO O| May 21 17:15:03.604 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50022026-05-21T17:15:03.662Z[ recovery-image] May 21 17:15:03.613 INFO O| May 21 17:15:03.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50032026-05-21T17:15:03.688Z[ recovery-image] May 21 17:15:03.639 INFO O| May 21 17:15:03.639 INFO STEP 62 (remove_files) COMPLETE
50042026-05-21T17:15:03.688Z[ recovery-image] May 21 17:15:03.639 INFO O| May 21 17:15:03.639 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50052026-05-21T17:15:03.699Z[ recovery-image] May 21 17:15:03.650 INFO O| May 21 17:15:03.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50062026-05-21T17:15:03.699Z[ recovery-image] May 21 17:15:03.650 INFO O| May 21 17:15:03.650 INFO STEP 63 (remove_files) COMPLETE
50072026-05-21T17:15:03.699Z[ recovery-image] May 21 17:15:03.650 INFO O| May 21 17:15:03.650 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50082026-05-21T17:15:03.708Z[ recovery-image] May 21 17:15:03.659 INFO O| May 21 17:15:03.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50092026-05-21T17:15:03.708Z[ recovery-image] May 21 17:15:03.659 INFO O| May 21 17:15:03.659 INFO STEP 64 (remove_files) COMPLETE
50102026-05-21T17:15:03.708Z[ recovery-image] May 21 17:15:03.659 INFO O| May 21 17:15:03.659 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50112026-05-21T17:15:03.717Z[ recovery-image] May 21 17:15:03.667 INFO O| May 21 17:15:03.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50122026-05-21T17:15:03.717Z[ recovery-image] May 21 17:15:03.667 INFO O| May 21 17:15:03.667 INFO STEP 65 (remove_files) COMPLETE
50132026-05-21T17:15:03.717Z[ recovery-image] May 21 17:15:03.667 INFO O| May 21 17:15:03.667 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50142026-05-21T17:15:03.726Z[ recovery-image] May 21 17:15:03.676 INFO O| May 21 17:15:03.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50152026-05-21T17:15:03.726Z[ recovery-image] May 21 17:15:03.676 INFO O| May 21 17:15:03.676 INFO STEP 66 (remove_files) COMPLETE
50162026-05-21T17:15:03.729Z[ recovery-image] May 21 17:15:03.676 INFO O| May 21 17:15:03.676 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50172026-05-21T17:15:03.734Z[ recovery-image] May 21 17:15:03.685 INFO O| May 21 17:15:03.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50182026-05-21T17:15:03.734Z[ recovery-image] May 21 17:15:03.685 INFO O| May 21 17:15:03.685 INFO STEP 67 (remove_files) COMPLETE
50192026-05-21T17:15:03.734Z[ recovery-image] May 21 17:15:03.685 INFO O| May 21 17:15:03.685 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50202026-05-21T17:15:03.744Z[ recovery-image] May 21 17:15:03.695 INFO O| May 21 17:15:03.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50212026-05-21T17:15:03.744Z[ recovery-image] May 21 17:15:03.695 INFO O| May 21 17:15:03.695 INFO STEP 68 (remove_files) COMPLETE
50222026-05-21T17:15:03.744Z[ recovery-image] May 21 17:15:03.695 INFO O| May 21 17:15:03.695 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50232026-05-21T17:15:03.752Z[ recovery-image] May 21 17:15:03.703 INFO O| May 21 17:15:03.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50242026-05-21T17:15:03.753Z[ recovery-image] May 21 17:15:03.703 INFO O| May 21 17:15:03.703 INFO STEP 69 (remove_files) COMPLETE
50252026-05-21T17:15:03.753Z[ recovery-image] May 21 17:15:03.703 INFO O| May 21 17:15:03.703 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50262026-05-21T17:15:03.762Z[ recovery-image] May 21 17:15:03.712 INFO O| May 21 17:15:03.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50272026-05-21T17:15:03.762Z[ recovery-image] May 21 17:15:03.712 INFO O| May 21 17:15:03.712 INFO STEP 70 (remove_files) COMPLETE
50282026-05-21T17:15:03.762Z[ recovery-image] May 21 17:15:03.712 INFO O| May 21 17:15:03.712 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50292026-05-21T17:15:03.778Z[ recovery-image] May 21 17:15:03.720 INFO O| May 21 17:15:03.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50302026-05-21T17:15:03.779Z[ recovery-image] May 21 17:15:03.720 INFO O| May 21 17:15:03.720 INFO STEP 71 (remove_files) COMPLETE
50312026-05-21T17:15:03.779Z[ recovery-image] May 21 17:15:03.720 INFO O| May 21 17:15:03.720 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50322026-05-21T17:15:03.779Z[ recovery-image] May 21 17:15:03.727 INFO O| May 21 17:15:03.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50332026-05-21T17:15:03.779Z[ recovery-image] May 21 17:15:03.727 INFO O| May 21 17:15:03.727 INFO STEP 72 (remove_files) COMPLETE
50342026-05-21T17:15:03.779Z[ recovery-image] May 21 17:15:03.727 INFO O| May 21 17:15:03.727 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50352026-05-21T17:15:03.784Z[ recovery-image] May 21 17:15:03.735 INFO O| May 21 17:15:03.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50362026-05-21T17:15:03.784Z[ recovery-image] May 21 17:15:03.735 INFO O| May 21 17:15:03.735 INFO STEP 73 (remove_files) COMPLETE
50372026-05-21T17:15:03.784Z[ recovery-image] May 21 17:15:03.735 INFO O| May 21 17:15:03.735 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50382026-05-21T17:15:03.792Z[ recovery-image] May 21 17:15:03.742 INFO O| May 21 17:15:03.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50392026-05-21T17:15:03.792Z[ recovery-image] May 21 17:15:03.742 INFO O| May 21 17:15:03.742 INFO STEP 74 (remove_files) COMPLETE
50402026-05-21T17:15:03.795Z[ recovery-image] May 21 17:15:03.742 INFO O| May 21 17:15:03.742 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50412026-05-21T17:15:03.799Z[ recovery-image] May 21 17:15:03.750 INFO O| May 21 17:15:03.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50422026-05-21T17:15:03.800Z[ recovery-image] May 21 17:15:03.750 INFO O| May 21 17:15:03.750 INFO STEP 75 (remove_files) COMPLETE
50432026-05-21T17:15:03.800Z[ recovery-image] May 21 17:15:03.750 INFO O| May 21 17:15:03.750 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50442026-05-21T17:15:03.807Z[ recovery-image] May 21 17:15:03.758 INFO O| May 21 17:15:03.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50452026-05-21T17:15:03.807Z[ recovery-image] May 21 17:15:03.758 INFO O| May 21 17:15:03.758 INFO STEP 76 (remove_files) COMPLETE
50462026-05-21T17:15:03.810Z[ recovery-image] May 21 17:15:03.758 INFO O| May 21 17:15:03.758 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50472026-05-21T17:15:03.815Z[ recovery-image] May 21 17:15:03.766 INFO O| May 21 17:15:03.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50482026-05-21T17:15:03.815Z[ recovery-image] May 21 17:15:03.766 INFO O| May 21 17:15:03.766 INFO STEP 77 (remove_files) COMPLETE
50492026-05-21T17:15:03.815Z[ recovery-image] May 21 17:15:03.766 INFO O| May 21 17:15:03.766 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50502026-05-21T17:15:03.823Z[ recovery-image] May 21 17:15:03.774 INFO O| May 21 17:15:03.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50512026-05-21T17:15:03.823Z[ recovery-image] May 21 17:15:03.774 INFO O| May 21 17:15:03.774 INFO STEP 78 (remove_files) COMPLETE
50522026-05-21T17:15:03.823Z[ recovery-image] May 21 17:15:03.774 INFO O| May 21 17:15:03.774 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50532026-05-21T17:15:03.831Z[ recovery-image] May 21 17:15:03.782 INFO O| May 21 17:15:03.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50542026-05-21T17:15:03.831Z[ recovery-image] May 21 17:15:03.782 INFO O| May 21 17:15:03.782 INFO STEP 79 (remove_files) COMPLETE
50552026-05-21T17:15:03.831Z[ recovery-image] May 21 17:15:03.782 INFO O| May 21 17:15:03.782 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50562026-05-21T17:15:03.839Z[ recovery-image] May 21 17:15:03.790 INFO O| May 21 17:15:03.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50572026-05-21T17:15:03.839Z[ recovery-image] May 21 17:15:03.790 INFO O| May 21 17:15:03.790 INFO STEP 80 (remove_files) COMPLETE
50582026-05-21T17:15:03.839Z[ recovery-image] May 21 17:15:03.790 INFO O| May 21 17:15:03.790 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50592026-05-21T17:15:03.848Z[ recovery-image] May 21 17:15:03.798 INFO O| May 21 17:15:03.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50602026-05-21T17:15:03.848Z[ recovery-image] May 21 17:15:03.798 INFO O| May 21 17:15:03.798 INFO STEP 81 (remove_files) COMPLETE
50612026-05-21T17:15:03.848Z[ recovery-image] May 21 17:15:03.798 INFO O| May 21 17:15:03.798 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50622026-05-21T17:15:03.856Z[ recovery-image] May 21 17:15:03.806 INFO O| May 21 17:15:03.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50632026-05-21T17:15:03.856Z[ recovery-image] May 21 17:15:03.806 INFO O| May 21 17:15:03.806 INFO STEP 82 (remove_files) COMPLETE
50642026-05-21T17:15:03.856Z[ recovery-image] May 21 17:15:03.806 INFO O| May 21 17:15:03.806 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50652026-05-21T17:15:03.864Z[ recovery-image] May 21 17:15:03.815 INFO O| May 21 17:15:03.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50662026-05-21T17:15:03.864Z[ recovery-image] May 21 17:15:03.815 INFO O| May 21 17:15:03.815 INFO STEP 83 (remove_files) COMPLETE
50672026-05-21T17:15:03.864Z[ recovery-image] May 21 17:15:03.815 INFO O| May 21 17:15:03.815 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50682026-05-21T17:15:03.873Z[ recovery-image] May 21 17:15:03.824 INFO O| May 21 17:15:03.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50692026-05-21T17:15:03.873Z[ recovery-image] May 21 17:15:03.824 INFO O| May 21 17:15:03.824 INFO STEP 84 (remove_files) COMPLETE
50702026-05-21T17:15:03.873Z[ recovery-image] May 21 17:15:03.824 INFO O| May 21 17:15:03.824 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50712026-05-21T17:15:03.883Z[ recovery-image] May 21 17:15:03.834 INFO O| May 21 17:15:03.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50722026-05-21T17:15:03.883Z[ recovery-image] May 21 17:15:03.834 INFO O| May 21 17:15:03.834 INFO STEP 85 (remove_files) COMPLETE
50732026-05-21T17:15:03.883Z[ recovery-image] May 21 17:15:03.834 INFO O| May 21 17:15:03.834 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50742026-05-21T17:15:03.893Z[ recovery-image] May 21 17:15:03.844 INFO O| May 21 17:15:03.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50752026-05-21T17:15:03.893Z[ recovery-image] May 21 17:15:03.844 INFO O| May 21 17:15:03.844 INFO STEP 86 (remove_files) COMPLETE
50762026-05-21T17:15:03.893Z[ recovery-image] May 21 17:15:03.844 INFO O| May 21 17:15:03.844 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50772026-05-21T17:15:03.903Z[ recovery-image] May 21 17:15:03.853 INFO O| May 21 17:15:03.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50782026-05-21T17:15:03.903Z[ recovery-image] May 21 17:15:03.853 INFO O| May 21 17:15:03.853 INFO STEP 87 (remove_files) COMPLETE
50792026-05-21T17:15:03.903Z[ recovery-image] May 21 17:15:03.853 INFO O| May 21 17:15:03.853 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50802026-05-21T17:15:03.912Z[ recovery-image] May 21 17:15:03.863 INFO O| May 21 17:15:03.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50812026-05-21T17:15:03.912Z[ recovery-image] May 21 17:15:03.863 INFO O| May 21 17:15:03.863 INFO STEP 88 (remove_files) COMPLETE
50822026-05-21T17:15:03.912Z[ recovery-image] May 21 17:15:03.863 INFO O| May 21 17:15:03.863 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50832026-05-21T17:15:03.921Z[ recovery-image] May 21 17:15:03.872 INFO O| May 21 17:15:03.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50842026-05-21T17:15:03.921Z[ recovery-image] May 21 17:15:03.872 INFO O| May 21 17:15:03.872 INFO STEP 89 (remove_files) COMPLETE
50852026-05-21T17:15:03.924Z[ recovery-image] May 21 17:15:03.872 INFO O| May 21 17:15:03.872 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50862026-05-21T17:15:03.931Z[ recovery-image] May 21 17:15:03.881 INFO O| May 21 17:15:03.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50872026-05-21T17:15:03.931Z[ recovery-image] May 21 17:15:03.881 INFO O| May 21 17:15:03.881 INFO STEP 90 (remove_files) COMPLETE
50882026-05-21T17:15:03.934Z[ recovery-image] May 21 17:15:03.881 INFO O| May 21 17:15:03.881 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50892026-05-21T17:15:03.940Z[ recovery-image] May 21 17:15:03.891 INFO O| May 21 17:15:03.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50902026-05-21T17:15:03.940Z[ recovery-image] May 21 17:15:03.891 INFO O| May 21 17:15:03.891 INFO STEP 91 (remove_files) COMPLETE
50912026-05-21T17:15:03.943Z[ recovery-image] May 21 17:15:03.891 INFO O| May 21 17:15:03.891 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50922026-05-21T17:15:03.950Z[ recovery-image] May 21 17:15:03.901 INFO O| May 21 17:15:03.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50932026-05-21T17:15:03.950Z[ recovery-image] May 21 17:15:03.901 INFO O| May 21 17:15:03.901 INFO STEP 92 (remove_files) COMPLETE
50942026-05-21T17:15:03.953Z[ recovery-image] May 21 17:15:03.901 INFO O| May 21 17:15:03.901 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50952026-05-21T17:15:03.961Z[ recovery-image] May 21 17:15:03.910 INFO O| May 21 17:15:03.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50962026-05-21T17:15:03.990Z[ recovery-image] May 21 17:15:03.941 INFO O| May 21 17:15:03.941 INFO STEP 93 (remove_files) COMPLETE
50972026-05-21T17:15:03.990Z[ recovery-image] May 21 17:15:03.941 INFO O| May 21 17:15:03.941 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
50982026-05-21T17:15:04.030Z[ recovery-image] May 21 17:15:03.980 INFO O| May 21 17:15:03.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50992026-05-21T17:15:04.030Z[ recovery-image] May 21 17:15:03.981 INFO O| May 21 17:15:03.981 INFO STEP 94 (remove_files) COMPLETE
51002026-05-21T17:15:04.033Z[ recovery-image] May 21 17:15:03.981 INFO O| May 21 17:15:03.981 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51012026-05-21T17:15:04.061Z[ recovery-image] May 21 17:15:04.011 INFO O| May 21 17:15:04.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51022026-05-21T17:15:04.061Z[ recovery-image] May 21 17:15:04.011 INFO O| May 21 17:15:04.011 INFO STEP 95 (remove_files) COMPLETE
51032026-05-21T17:15:04.061Z[ recovery-image] May 21 17:15:04.011 INFO O| May 21 17:15:04.011 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51042026-05-21T17:15:04.091Z[ recovery-image] May 21 17:15:04.042 INFO O| May 21 17:15:04.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51052026-05-21T17:15:04.094Z[ recovery-image] May 21 17:15:04.043 INFO O| May 21 17:15:04.043 INFO STEP 96 (remove_files) COMPLETE
51062026-05-21T17:15:04.094Z[ recovery-image] May 21 17:15:04.043 INFO O| May 21 17:15:04.043 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51072026-05-21T17:15:04.102Z[ recovery-image] May 21 17:15:04.052 INFO O| May 21 17:15:04.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51082026-05-21T17:15:04.102Z[ recovery-image] May 21 17:15:04.053 INFO O| May 21 17:15:04.052 INFO STEP 97 (remove_files) COMPLETE
51092026-05-21T17:15:04.102Z[ recovery-image] May 21 17:15:04.053 INFO O| May 21 17:15:04.052 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51102026-05-21T17:15:04.113Z[ recovery-image] May 21 17:15:04.064 INFO O| May 21 17:15:04.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51112026-05-21T17:15:04.113Z[ recovery-image] May 21 17:15:04.064 INFO O| May 21 17:15:04.064 INFO STEP 98 (remove_files) COMPLETE
51122026-05-21T17:15:04.116Z[ recovery-image] May 21 17:15:04.064 INFO O| May 21 17:15:04.064 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51132026-05-21T17:15:04.123Z[ recovery-image] May 21 17:15:04.074 INFO O| May 21 17:15:04.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51142026-05-21T17:15:04.123Z[ recovery-image] May 21 17:15:04.074 INFO O| May 21 17:15:04.074 INFO STEP 99 (remove_files) COMPLETE
51152026-05-21T17:15:04.123Z[ recovery-image] May 21 17:15:04.074 INFO O| May 21 17:15:04.074 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51162026-05-21T17:15:04.135Z[ recovery-image] May 21 17:15:04.085 INFO O| May 21 17:15:04.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51172026-05-21T17:15:04.135Z[ recovery-image] May 21 17:15:04.085 INFO O| May 21 17:15:04.085 INFO STEP 100 (remove_files) COMPLETE
51182026-05-21T17:15:04.138Z[ recovery-image] May 21 17:15:04.085 INFO O| May 21 17:15:04.085 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51192026-05-21T17:15:04.145Z[ recovery-image] May 21 17:15:04.096 INFO O| May 21 17:15:04.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51202026-05-21T17:15:04.145Z[ recovery-image] May 21 17:15:04.096 INFO O| May 21 17:15:04.096 INFO STEP 101 (remove_files) COMPLETE
51212026-05-21T17:15:04.145Z[ recovery-image] May 21 17:15:04.096 INFO O| May 21 17:15:04.096 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51222026-05-21T17:15:04.154Z[ recovery-image] May 21 17:15:04.105 INFO O| May 21 17:15:04.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51232026-05-21T17:15:04.154Z[ recovery-image] May 21 17:15:04.105 INFO O| May 21 17:15:04.105 INFO STEP 102 (remove_files) COMPLETE
51242026-05-21T17:15:04.157Z[ recovery-image] May 21 17:15:04.105 INFO O| May 21 17:15:04.105 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51252026-05-21T17:15:04.163Z[ recovery-image] May 21 17:15:04.114 INFO O| May 21 17:15:04.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51262026-05-21T17:15:04.163Z[ recovery-image] May 21 17:15:04.114 INFO O| May 21 17:15:04.114 INFO STEP 103 (remove_files) COMPLETE
51272026-05-21T17:15:04.163Z[ recovery-image] May 21 17:15:04.114 INFO O| May 21 17:15:04.114 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51282026-05-21T17:15:04.200Z[ recovery-image] May 21 17:15:04.123 INFO O| May 21 17:15:04.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51292026-05-21T17:15:04.200Z[ recovery-image] May 21 17:15:04.123 INFO O| May 21 17:15:04.123 INFO STEP 104 (remove_files) COMPLETE
51302026-05-21T17:15:04.200Z[ recovery-image] May 21 17:15:04.123 INFO O| May 21 17:15:04.123 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51312026-05-21T17:15:04.200Z[ recovery-image] May 21 17:15:04.133 INFO O| May 21 17:15:04.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51322026-05-21T17:15:04.200Z[ recovery-image] May 21 17:15:04.133 INFO O| May 21 17:15:04.133 INFO STEP 105 (remove_files) COMPLETE
51332026-05-21T17:15:04.200Z[ recovery-image] May 21 17:15:04.133 INFO O| May 21 17:15:04.133 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51342026-05-21T17:15:04.200Z[ recovery-image] May 21 17:15:04.143 INFO O| May 21 17:15:04.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51352026-05-21T17:15:04.200Z[ recovery-image] May 21 17:15:04.143 INFO O| May 21 17:15:04.143 INFO STEP 106 (remove_files) COMPLETE
51362026-05-21T17:15:04.200Z[ recovery-image] May 21 17:15:04.143 INFO O| May 21 17:15:04.143 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51372026-05-21T17:15:04.204Z[ recovery-image] May 21 17:15:04.152 INFO O| May 21 17:15:04.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51382026-05-21T17:15:04.204Z[ recovery-image] May 21 17:15:04.152 INFO O| May 21 17:15:04.152 INFO STEP 107 (remove_files) COMPLETE
51392026-05-21T17:15:04.204Z[ recovery-image] May 21 17:15:04.152 INFO O| May 21 17:15:04.152 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51402026-05-21T17:15:04.219Z[ recovery-image] May 21 17:15:04.162 INFO O| May 21 17:15:04.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51412026-05-21T17:15:04.219Z[ recovery-image] May 21 17:15:04.162 INFO O| May 21 17:15:04.162 INFO STEP 108 (remove_files) COMPLETE
51422026-05-21T17:15:04.219Z[ recovery-image] May 21 17:15:04.162 INFO O| May 21 17:15:04.162 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51432026-05-21T17:15:04.241Z[ recovery-image] May 21 17:15:04.171 INFO O| May 21 17:15:04.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51442026-05-21T17:15:04.241Z[ recovery-image] May 21 17:15:04.171 INFO O| May 21 17:15:04.171 INFO STEP 109 (remove_files) COMPLETE
51452026-05-21T17:15:04.241Z[ recovery-image] May 21 17:15:04.171 INFO O| May 21 17:15:04.171 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51462026-05-21T17:15:04.251Z[ recovery-image] May 21 17:15:04.202 INFO O| May 21 17:15:04.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51472026-05-21T17:15:04.251Z[ recovery-image] May 21 17:15:04.202 INFO O| May 21 17:15:04.202 INFO STEP 110 (remove_files) COMPLETE
51482026-05-21T17:15:04.251Z[ recovery-image] May 21 17:15:04.202 INFO O| May 21 17:15:04.202 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51492026-05-21T17:15:04.260Z[ recovery-image] May 21 17:15:04.210 INFO O| May 21 17:15:04.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51502026-05-21T17:15:04.260Z[ recovery-image] May 21 17:15:04.210 INFO O| May 21 17:15:04.210 INFO STEP 111 (remove_files) COMPLETE
51512026-05-21T17:15:04.260Z[ recovery-image] May 21 17:15:04.210 INFO O| May 21 17:15:04.210 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51522026-05-21T17:15:04.268Z[ recovery-image] May 21 17:15:04.219 INFO O| May 21 17:15:04.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51532026-05-21T17:15:04.268Z[ recovery-image] May 21 17:15:04.219 INFO O| May 21 17:15:04.219 INFO STEP 112 (remove_files) COMPLETE
51542026-05-21T17:15:04.268Z[ recovery-image] May 21 17:15:04.219 INFO O| May 21 17:15:04.219 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51552026-05-21T17:15:04.278Z[ recovery-image] May 21 17:15:04.228 INFO O| May 21 17:15:04.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51562026-05-21T17:15:04.278Z[ recovery-image] May 21 17:15:04.228 INFO O| May 21 17:15:04.228 INFO STEP 113 (remove_files) COMPLETE
51572026-05-21T17:15:04.281Z[ recovery-image] May 21 17:15:04.228 INFO O| May 21 17:15:04.228 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51582026-05-21T17:15:04.286Z[ recovery-image] May 21 17:15:04.237 INFO O| May 21 17:15:04.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51592026-05-21T17:15:04.286Z[ recovery-image] May 21 17:15:04.237 INFO O| May 21 17:15:04.237 INFO STEP 114 (remove_files) COMPLETE
51602026-05-21T17:15:04.286Z[ recovery-image] May 21 17:15:04.237 INFO O| May 21 17:15:04.237 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51612026-05-21T17:15:04.295Z[ recovery-image] May 21 17:15:04.245 INFO O| May 21 17:15:04.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51622026-05-21T17:15:04.295Z[ recovery-image] May 21 17:15:04.245 INFO O| May 21 17:15:04.245 INFO STEP 115 (remove_files) COMPLETE
51632026-05-21T17:15:04.295Z[ recovery-image] May 21 17:15:04.245 INFO O| May 21 17:15:04.245 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51642026-05-21T17:15:04.303Z[ recovery-image] May 21 17:15:04.254 INFO O| May 21 17:15:04.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51652026-05-21T17:15:04.303Z[ recovery-image] May 21 17:15:04.254 INFO O| May 21 17:15:04.254 INFO STEP 116 (remove_files) COMPLETE
51662026-05-21T17:15:04.303Z[ recovery-image] May 21 17:15:04.254 INFO O| May 21 17:15:04.254 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51672026-05-21T17:15:04.311Z[ recovery-image] May 21 17:15:04.262 INFO O| May 21 17:15:04.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51682026-05-21T17:15:04.311Z[ recovery-image] May 21 17:15:04.262 INFO O| May 21 17:15:04.262 INFO STEP 117 (remove_files) COMPLETE
51692026-05-21T17:15:04.311Z[ recovery-image] May 21 17:15:04.262 INFO O| May 21 17:15:04.262 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51702026-05-21T17:15:04.321Z[ recovery-image] May 21 17:15:04.270 INFO O| May 21 17:15:04.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51712026-05-21T17:15:04.321Z[ recovery-image] May 21 17:15:04.270 INFO O| May 21 17:15:04.270 INFO STEP 118 (remove_files) COMPLETE
51722026-05-21T17:15:04.321Z[ recovery-image] May 21 17:15:04.270 INFO O| May 21 17:15:04.270 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51732026-05-21T17:15:04.328Z[ recovery-image] May 21 17:15:04.279 INFO O| May 21 17:15:04.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51742026-05-21T17:15:04.328Z[ recovery-image] May 21 17:15:04.279 INFO O| May 21 17:15:04.279 INFO STEP 119 (remove_files) COMPLETE
51752026-05-21T17:15:04.328Z[ recovery-image] May 21 17:15:04.279 INFO O| May 21 17:15:04.279 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51762026-05-21T17:15:04.337Z[ recovery-image] May 21 17:15:04.288 INFO O| May 21 17:15:04.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51772026-05-21T17:15:04.337Z[ recovery-image] May 21 17:15:04.288 INFO O| May 21 17:15:04.288 INFO STEP 120 (remove_files) COMPLETE
51782026-05-21T17:15:04.337Z[ recovery-image] May 21 17:15:04.288 INFO O| May 21 17:15:04.288 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51792026-05-21T17:15:04.346Z[ recovery-image] May 21 17:15:04.297 INFO O| May 21 17:15:04.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51802026-05-21T17:15:04.346Z[ recovery-image] May 21 17:15:04.297 INFO O| May 21 17:15:04.297 INFO STEP 121 (remove_files) COMPLETE
51812026-05-21T17:15:04.349Z[ recovery-image] May 21 17:15:04.297 INFO O| May 21 17:15:04.297 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51822026-05-21T17:15:04.356Z[ recovery-image] May 21 17:15:04.307 INFO O| May 21 17:15:04.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51832026-05-21T17:15:04.356Z[ recovery-image] May 21 17:15:04.307 INFO O| May 21 17:15:04.307 INFO STEP 122 (remove_files) COMPLETE
51842026-05-21T17:15:04.356Z[ recovery-image] May 21 17:15:04.307 INFO O| May 21 17:15:04.307 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51852026-05-21T17:15:04.409Z[ recovery-image] May 21 17:15:04.360 INFO O| May 21 17:15:04.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51862026-05-21T17:15:04.409Z[ recovery-image] May 21 17:15:04.360 INFO O| May 21 17:15:04.360 INFO STEP 123 (remove_files) COMPLETE
51872026-05-21T17:15:04.410Z[ recovery-image] May 21 17:15:04.360 INFO O| May 21 17:15:04.360 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51882026-05-21T17:15:04.419Z[ recovery-image] May 21 17:15:04.370 INFO O| May 21 17:15:04.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51892026-05-21T17:15:04.419Z[ recovery-image] May 21 17:15:04.370 INFO O| May 21 17:15:04.370 INFO STEP 124 (remove_files) COMPLETE
51902026-05-21T17:15:04.419Z[ recovery-image] May 21 17:15:04.370 INFO O| May 21 17:15:04.370 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51912026-05-21T17:15:04.429Z[ recovery-image] May 21 17:15:04.380 INFO O| May 21 17:15:04.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51922026-05-21T17:15:04.429Z[ recovery-image] May 21 17:15:04.380 INFO O| May 21 17:15:04.380 INFO STEP 125 (remove_files) COMPLETE
51932026-05-21T17:15:04.432Z[ recovery-image] May 21 17:15:04.380 INFO O| May 21 17:15:04.380 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51942026-05-21T17:15:04.439Z[ recovery-image] May 21 17:15:04.390 INFO O| May 21 17:15:04.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51952026-05-21T17:15:04.439Z[ recovery-image] May 21 17:15:04.390 INFO O| May 21 17:15:04.390 INFO STEP 126 (remove_files) COMPLETE
51962026-05-21T17:15:04.439Z[ recovery-image] May 21 17:15:04.390 INFO O| May 21 17:15:04.390 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
51972026-05-21T17:15:04.450Z[ recovery-image] May 21 17:15:04.401 INFO O| May 21 17:15:04.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51982026-05-21T17:15:04.450Z[ recovery-image] May 21 17:15:04.401 INFO O| May 21 17:15:04.401 INFO STEP 127 (remove_files) COMPLETE
51992026-05-21T17:15:04.453Z[ recovery-image] May 21 17:15:04.401 INFO O| May 21 17:15:04.401 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52002026-05-21T17:15:04.460Z[ recovery-image] May 21 17:15:04.411 INFO O| May 21 17:15:04.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52012026-05-21T17:15:04.460Z[ recovery-image] May 21 17:15:04.411 INFO O| May 21 17:15:04.411 INFO STEP 128 (remove_files) COMPLETE
52022026-05-21T17:15:04.460Z[ recovery-image] May 21 17:15:04.411 INFO O| May 21 17:15:04.411 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52032026-05-21T17:15:04.469Z[ recovery-image] May 21 17:15:04.420 INFO O| May 21 17:15:04.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52042026-05-21T17:15:04.469Z[ recovery-image] May 21 17:15:04.420 INFO O| May 21 17:15:04.420 INFO STEP 129 (remove_files) COMPLETE
52052026-05-21T17:15:04.473Z[ recovery-image] May 21 17:15:04.420 INFO O| May 21 17:15:04.420 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52062026-05-21T17:15:04.478Z[ recovery-image] May 21 17:15:04.428 INFO O| May 21 17:15:04.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52072026-05-21T17:15:04.478Z[ recovery-image] May 21 17:15:04.428 INFO O| May 21 17:15:04.428 INFO STEP 130 (remove_files) COMPLETE
52082026-05-21T17:15:04.478Z[ recovery-image] May 21 17:15:04.428 INFO O| May 21 17:15:04.428 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52092026-05-21T17:15:04.486Z[ recovery-image] May 21 17:15:04.436 INFO O| May 21 17:15:04.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52102026-05-21T17:15:04.486Z[ recovery-image] May 21 17:15:04.436 INFO O| May 21 17:15:04.436 INFO STEP 131 (remove_files) COMPLETE
52112026-05-21T17:15:04.489Z[ recovery-image] May 21 17:15:04.436 INFO O| May 21 17:15:04.436 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52122026-05-21T17:15:04.493Z[ recovery-image] May 21 17:15:04.444 INFO O| May 21 17:15:04.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52132026-05-21T17:15:04.493Z[ recovery-image] May 21 17:15:04.444 INFO O| May 21 17:15:04.444 INFO STEP 132 (remove_files) COMPLETE
52142026-05-21T17:15:04.496Z[ recovery-image] May 21 17:15:04.444 INFO O| May 21 17:15:04.444 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52152026-05-21T17:15:04.501Z[ recovery-image] May 21 17:15:04.452 INFO O| May 21 17:15:04.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52162026-05-21T17:15:04.501Z[ recovery-image] May 21 17:15:04.452 INFO O| May 21 17:15:04.452 INFO STEP 133 (remove_files) COMPLETE
52172026-05-21T17:15:04.504Z[ recovery-image] May 21 17:15:04.452 INFO O| May 21 17:15:04.452 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52182026-05-21T17:15:04.509Z[ recovery-image] May 21 17:15:04.460 INFO O| May 21 17:15:04.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52192026-05-21T17:15:04.509Z[ recovery-image] May 21 17:15:04.460 INFO O| May 21 17:15:04.460 INFO STEP 134 (remove_files) COMPLETE
52202026-05-21T17:15:04.509Z[ recovery-image] May 21 17:15:04.460 INFO O| May 21 17:15:04.460 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52212026-05-21T17:15:04.519Z[ recovery-image] May 21 17:15:04.470 INFO O| May 21 17:15:04.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52222026-05-21T17:15:04.519Z[ recovery-image] May 21 17:15:04.470 INFO O| May 21 17:15:04.470 INFO STEP 135 (remove_files) COMPLETE
52232026-05-21T17:15:04.522Z[ recovery-image] May 21 17:15:04.470 INFO O| May 21 17:15:04.470 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52242026-05-21T17:15:04.553Z[ recovery-image] May 21 17:15:04.498 INFO O| May 21 17:15:04.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52252026-05-21T17:15:04.553Z[ recovery-image] May 21 17:15:04.499 INFO O| May 21 17:15:04.499 INFO STEP 136 (remove_files) COMPLETE
52262026-05-21T17:15:04.553Z[ recovery-image] May 21 17:15:04.499 INFO O| May 21 17:15:04.499 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52272026-05-21T17:15:04.558Z[ recovery-image] May 21 17:15:04.508 INFO O| May 21 17:15:04.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52282026-05-21T17:15:04.558Z[ recovery-image] May 21 17:15:04.508 INFO O| May 21 17:15:04.508 INFO STEP 137 (remove_files) COMPLETE
52292026-05-21T17:15:04.561Z[ recovery-image] May 21 17:15:04.508 INFO O| May 21 17:15:04.508 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52302026-05-21T17:15:04.567Z[ recovery-image] May 21 17:15:04.518 INFO O| May 21 17:15:04.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52312026-05-21T17:15:04.567Z[ recovery-image] May 21 17:15:04.518 INFO O| May 21 17:15:04.518 INFO STEP 138 (remove_files) COMPLETE
52322026-05-21T17:15:04.570Z[ recovery-image] May 21 17:15:04.518 INFO O| May 21 17:15:04.518 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52332026-05-21T17:15:04.576Z[ recovery-image] May 21 17:15:04.527 INFO O| May 21 17:15:04.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52342026-05-21T17:15:04.576Z[ recovery-image] May 21 17:15:04.527 INFO O| May 21 17:15:04.527 INFO STEP 139 (remove_files) COMPLETE
52352026-05-21T17:15:04.579Z[ recovery-image] May 21 17:15:04.527 INFO O| May 21 17:15:04.527 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52362026-05-21T17:15:04.585Z[ recovery-image] May 21 17:15:04.536 INFO O| May 21 17:15:04.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52372026-05-21T17:15:04.585Z[ recovery-image] May 21 17:15:04.536 INFO O| May 21 17:15:04.536 INFO STEP 140 (remove_files) COMPLETE
52382026-05-21T17:15:04.589Z[ recovery-image] May 21 17:15:04.536 INFO O| May 21 17:15:04.536 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52392026-05-21T17:15:04.594Z[ recovery-image] May 21 17:15:04.545 INFO O| May 21 17:15:04.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52402026-05-21T17:15:04.594Z[ recovery-image] May 21 17:15:04.545 INFO O| May 21 17:15:04.545 INFO STEP 141 (remove_files) COMPLETE
52412026-05-21T17:15:04.597Z[ recovery-image] May 21 17:15:04.545 INFO O| May 21 17:15:04.545 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52422026-05-21T17:15:04.603Z[ recovery-image] May 21 17:15:04.554 INFO O| May 21 17:15:04.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52432026-05-21T17:15:04.603Z[ recovery-image] May 21 17:15:04.554 INFO O| May 21 17:15:04.554 INFO STEP 142 (remove_files) COMPLETE
52442026-05-21T17:15:04.606Z[ recovery-image] May 21 17:15:04.554 INFO O| May 21 17:15:04.554 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52452026-05-21T17:15:04.612Z[ recovery-image] May 21 17:15:04.563 INFO O| May 21 17:15:04.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52462026-05-21T17:15:04.615Z[ recovery-image] May 21 17:15:04.564 INFO O| May 21 17:15:04.564 INFO STEP 143 (remove_files) COMPLETE
52472026-05-21T17:15:04.615Z[ recovery-image] May 21 17:15:04.564 INFO O| May 21 17:15:04.564 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52482026-05-21T17:15:04.623Z[ recovery-image] May 21 17:15:04.574 INFO O| May 21 17:15:04.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52492026-05-21T17:15:04.623Z[ recovery-image] May 21 17:15:04.574 INFO O| May 21 17:15:04.574 INFO STEP 144 (remove_files) COMPLETE
52502026-05-21T17:15:04.623Z[ recovery-image] May 21 17:15:04.574 INFO O| May 21 17:15:04.574 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52512026-05-21T17:15:04.633Z[ recovery-image] May 21 17:15:04.583 INFO O| May 21 17:15:04.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52522026-05-21T17:15:04.633Z[ recovery-image] May 21 17:15:04.583 INFO O| May 21 17:15:04.583 INFO STEP 145 (remove_files) COMPLETE
52532026-05-21T17:15:04.633Z[ recovery-image] May 21 17:15:04.583 INFO O| May 21 17:15:04.583 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52542026-05-21T17:15:04.642Z[ recovery-image] May 21 17:15:04.593 INFO O| May 21 17:15:04.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52552026-05-21T17:15:04.642Z[ recovery-image] May 21 17:15:04.593 INFO O| May 21 17:15:04.593 INFO STEP 146 (remove_files) COMPLETE
52562026-05-21T17:15:04.642Z[ recovery-image] May 21 17:15:04.593 INFO O| May 21 17:15:04.593 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52572026-05-21T17:15:04.651Z[ recovery-image] May 21 17:15:04.601 INFO O| May 21 17:15:04.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52582026-05-21T17:15:04.651Z[ recovery-image] May 21 17:15:04.601 INFO O| May 21 17:15:04.601 INFO STEP 147 (remove_files) COMPLETE
52592026-05-21T17:15:04.654Z[ recovery-image] May 21 17:15:04.601 INFO O| May 21 17:15:04.601 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52602026-05-21T17:15:04.659Z[ recovery-image] May 21 17:15:04.609 INFO O| May 21 17:15:04.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52612026-05-21T17:15:04.659Z[ recovery-image] May 21 17:15:04.609 INFO O| May 21 17:15:04.609 INFO STEP 148 (remove_files) COMPLETE
52622026-05-21T17:15:04.661Z[ recovery-image] May 21 17:15:04.609 INFO O| May 21 17:15:04.609 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52632026-05-21T17:15:04.667Z[ recovery-image] May 21 17:15:04.618 INFO O| May 21 17:15:04.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52642026-05-21T17:15:04.667Z[ recovery-image] May 21 17:15:04.618 INFO O| May 21 17:15:04.618 INFO STEP 149 (remove_files) COMPLETE
52652026-05-21T17:15:04.670Z[ recovery-image] May 21 17:15:04.618 INFO O| May 21 17:15:04.618 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52662026-05-21T17:15:04.676Z[ recovery-image] May 21 17:15:04.627 INFO O| May 21 17:15:04.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52672026-05-21T17:15:04.676Z[ recovery-image] May 21 17:15:04.627 INFO O| May 21 17:15:04.627 INFO STEP 150 (remove_files) COMPLETE
52682026-05-21T17:15:04.679Z[ recovery-image] May 21 17:15:04.627 INFO O| May 21 17:15:04.627 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52692026-05-21T17:15:04.685Z[ recovery-image] May 21 17:15:04.635 INFO O| May 21 17:15:04.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52702026-05-21T17:15:04.685Z[ recovery-image] May 21 17:15:04.635 INFO O| May 21 17:15:04.635 INFO STEP 151 (remove_files) COMPLETE
52712026-05-21T17:15:04.685Z[ recovery-image] May 21 17:15:04.635 INFO O| May 21 17:15:04.635 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52722026-05-21T17:15:04.693Z[ recovery-image] May 21 17:15:04.644 INFO O| May 21 17:15:04.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52732026-05-21T17:15:04.693Z[ recovery-image] May 21 17:15:04.644 INFO O| May 21 17:15:04.644 INFO STEP 152 (remove_files) COMPLETE
52742026-05-21T17:15:04.693Z[ recovery-image] May 21 17:15:04.644 INFO O| May 21 17:15:04.644 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52752026-05-21T17:15:04.701Z[ recovery-image] May 21 17:15:04.652 INFO O| May 21 17:15:04.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52762026-05-21T17:15:04.701Z[ recovery-image] May 21 17:15:04.652 INFO O| May 21 17:15:04.652 INFO STEP 153 (remove_files) COMPLETE
52772026-05-21T17:15:04.701Z[ recovery-image] May 21 17:15:04.652 INFO O| May 21 17:15:04.652 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52782026-05-21T17:15:04.709Z[ recovery-image] May 21 17:15:04.660 INFO O| May 21 17:15:04.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52792026-05-21T17:15:04.709Z[ recovery-image] May 21 17:15:04.660 INFO O| May 21 17:15:04.660 INFO STEP 154 (remove_files) COMPLETE
52802026-05-21T17:15:04.712Z[ recovery-image] May 21 17:15:04.660 INFO O| May 21 17:15:04.660 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52812026-05-21T17:15:04.718Z[ recovery-image] May 21 17:15:04.668 INFO O| May 21 17:15:04.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52822026-05-21T17:15:04.718Z[ recovery-image] May 21 17:15:04.668 INFO O| May 21 17:15:04.668 INFO STEP 155 (remove_files) COMPLETE
52832026-05-21T17:15:04.718Z[ recovery-image] May 21 17:15:04.668 INFO O| May 21 17:15:04.668 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52842026-05-21T17:15:04.727Z[ recovery-image] May 21 17:15:04.678 INFO O| May 21 17:15:04.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52852026-05-21T17:15:04.727Z[ recovery-image] May 21 17:15:04.678 INFO O| May 21 17:15:04.678 INFO STEP 156 (remove_files) COMPLETE
52862026-05-21T17:15:04.727Z[ recovery-image] May 21 17:15:04.678 INFO O| May 21 17:15:04.678 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52872026-05-21T17:15:04.738Z[ recovery-image] May 21 17:15:04.689 INFO O| May 21 17:15:04.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52882026-05-21T17:15:04.738Z[ recovery-image] May 21 17:15:04.689 INFO O| May 21 17:15:04.689 INFO STEP 157 (remove_files) COMPLETE
52892026-05-21T17:15:04.738Z[ recovery-image] May 21 17:15:04.689 INFO O| May 21 17:15:04.689 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52902026-05-21T17:15:04.748Z[ recovery-image] May 21 17:15:04.698 INFO O| May 21 17:15:04.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52912026-05-21T17:15:04.748Z[ recovery-image] May 21 17:15:04.698 INFO O| May 21 17:15:04.698 INFO STEP 158 (remove_files) COMPLETE
52922026-05-21T17:15:04.751Z[ recovery-image] May 21 17:15:04.698 INFO O| May 21 17:15:04.698 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52932026-05-21T17:15:04.756Z[ recovery-image] May 21 17:15:04.707 INFO O| May 21 17:15:04.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52942026-05-21T17:15:04.756Z[ recovery-image] May 21 17:15:04.707 INFO O| May 21 17:15:04.707 INFO STEP 159 (remove_files) COMPLETE
52952026-05-21T17:15:04.759Z[ recovery-image] May 21 17:15:04.707 INFO O| May 21 17:15:04.707 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52962026-05-21T17:15:04.764Z[ recovery-image] May 21 17:15:04.715 INFO O| May 21 17:15:04.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52972026-05-21T17:15:04.764Z[ recovery-image] May 21 17:15:04.715 INFO O| May 21 17:15:04.715 INFO STEP 160 (remove_files) COMPLETE
52982026-05-21T17:15:04.768Z[ recovery-image] May 21 17:15:04.715 INFO O| May 21 17:15:04.715 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
52992026-05-21T17:15:04.773Z[ recovery-image] May 21 17:15:04.724 INFO O| May 21 17:15:04.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53002026-05-21T17:15:04.773Z[ recovery-image] May 21 17:15:04.724 INFO O| May 21 17:15:04.724 INFO STEP 161 (remove_files) COMPLETE
53012026-05-21T17:15:04.776Z[ recovery-image] May 21 17:15:04.724 INFO O| May 21 17:15:04.724 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53022026-05-21T17:15:04.783Z[ recovery-image] May 21 17:15:04.734 INFO O| May 21 17:15:04.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53032026-05-21T17:15:04.783Z[ recovery-image] May 21 17:15:04.734 INFO O| May 21 17:15:04.734 INFO STEP 162 (remove_files) COMPLETE
53042026-05-21T17:15:04.787Z[ recovery-image] May 21 17:15:04.734 INFO O| May 21 17:15:04.734 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53052026-05-21T17:15:04.795Z[ recovery-image] May 21 17:15:04.745 INFO O| May 21 17:15:04.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53062026-05-21T17:15:04.795Z[ recovery-image] May 21 17:15:04.746 INFO O| May 21 17:15:04.746 INFO STEP 163 (remove_files) COMPLETE
53072026-05-21T17:15:04.795Z[ recovery-image] May 21 17:15:04.746 INFO O| May 21 17:15:04.746 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53082026-05-21T17:15:04.805Z[ recovery-image] May 21 17:15:04.755 INFO O| May 21 17:15:04.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53092026-05-21T17:15:04.805Z[ recovery-image] May 21 17:15:04.755 INFO O| May 21 17:15:04.755 INFO STEP 164 (remove_files) COMPLETE
53102026-05-21T17:15:04.805Z[ recovery-image] May 21 17:15:04.755 INFO O| May 21 17:15:04.755 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53112026-05-21T17:15:04.813Z[ recovery-image] May 21 17:15:04.763 INFO O| May 21 17:15:04.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53122026-05-21T17:15:04.813Z[ recovery-image] May 21 17:15:04.763 INFO O| May 21 17:15:04.763 INFO STEP 165 (remove_files) COMPLETE
53132026-05-21T17:15:04.813Z[ recovery-image] May 21 17:15:04.763 INFO O| May 21 17:15:04.763 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53142026-05-21T17:15:04.820Z[ recovery-image] May 21 17:15:04.771 INFO O| May 21 17:15:04.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53152026-05-21T17:15:04.824Z[ recovery-image] May 21 17:15:04.771 INFO O| May 21 17:15:04.771 INFO STEP 166 (remove_files) COMPLETE
53162026-05-21T17:15:04.824Z[ recovery-image] May 21 17:15:04.771 INFO O| May 21 17:15:04.771 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53172026-05-21T17:15:04.829Z[ recovery-image] May 21 17:15:04.779 INFO O| May 21 17:15:04.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53182026-05-21T17:15:04.829Z[ recovery-image] May 21 17:15:04.779 INFO O| May 21 17:15:04.779 INFO STEP 167 (remove_files) COMPLETE
53192026-05-21T17:15:04.829Z[ recovery-image] May 21 17:15:04.779 INFO O| May 21 17:15:04.779 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53202026-05-21T17:15:04.839Z[ recovery-image] May 21 17:15:04.790 INFO O| May 21 17:15:04.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53212026-05-21T17:15:04.840Z[ recovery-image] May 21 17:15:04.790 INFO O| May 21 17:15:04.790 INFO STEP 168 (remove_files) COMPLETE
53222026-05-21T17:15:04.844Z[ recovery-image] May 21 17:15:04.790 INFO O| May 21 17:15:04.790 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53232026-05-21T17:15:04.849Z[ recovery-image] May 21 17:15:04.799 INFO O| May 21 17:15:04.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53242026-05-21T17:15:04.849Z[ recovery-image] May 21 17:15:04.799 INFO O| May 21 17:15:04.799 INFO STEP 169 (remove_files) COMPLETE
53252026-05-21T17:15:04.852Z[ recovery-image] May 21 17:15:04.799 INFO O| May 21 17:15:04.799 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53262026-05-21T17:15:04.860Z[ recovery-image] May 21 17:15:04.809 INFO O| May 21 17:15:04.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53272026-05-21T17:15:04.860Z[ recovery-image] May 21 17:15:04.809 INFO O| May 21 17:15:04.809 INFO STEP 170 (remove_files) COMPLETE
53282026-05-21T17:15:04.860Z[ recovery-image] May 21 17:15:04.809 INFO O| May 21 17:15:04.809 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53292026-05-21T17:15:04.867Z[ recovery-image] May 21 17:15:04.817 INFO O| May 21 17:15:04.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53302026-05-21T17:15:04.867Z[ recovery-image] May 21 17:15:04.817 INFO O| May 21 17:15:04.817 INFO STEP 171 (remove_files) COMPLETE
53312026-05-21T17:15:04.870Z[ recovery-image] May 21 17:15:04.817 INFO O| May 21 17:15:04.817 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53322026-05-21T17:15:04.875Z[ recovery-image] May 21 17:15:04.826 INFO O| May 21 17:15:04.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53332026-05-21T17:15:04.875Z[ recovery-image] May 21 17:15:04.826 INFO O| May 21 17:15:04.826 INFO STEP 172 (remove_files) COMPLETE
53342026-05-21T17:15:04.875Z[ recovery-image] May 21 17:15:04.826 INFO O| May 21 17:15:04.826 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53352026-05-21T17:15:04.883Z[ recovery-image] May 21 17:15:04.834 INFO O| May 21 17:15:04.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53362026-05-21T17:15:04.883Z[ recovery-image] May 21 17:15:04.834 INFO O| May 21 17:15:04.834 INFO STEP 173 (remove_files) COMPLETE
53372026-05-21T17:15:04.883Z[ recovery-image] May 21 17:15:04.834 INFO O| May 21 17:15:04.834 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53382026-05-21T17:15:04.892Z[ recovery-image] May 21 17:15:04.843 INFO O| May 21 17:15:04.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53392026-05-21T17:15:04.892Z[ recovery-image] May 21 17:15:04.843 INFO O| May 21 17:15:04.843 INFO STEP 174 (remove_files) COMPLETE
53402026-05-21T17:15:04.893Z[ recovery-image] May 21 17:15:04.843 INFO O| May 21 17:15:04.843 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53412026-05-21T17:15:04.905Z[ recovery-image] May 21 17:15:04.852 INFO O| May 21 17:15:04.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53422026-05-21T17:15:04.905Z[ recovery-image] May 21 17:15:04.852 INFO O| May 21 17:15:04.852 INFO STEP 175 (remove_files) COMPLETE
53432026-05-21T17:15:04.908Z[ recovery-image] May 21 17:15:04.852 INFO O| May 21 17:15:04.852 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53442026-05-21T17:15:04.911Z[ recovery-image] May 21 17:15:04.860 INFO O| May 21 17:15:04.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53452026-05-21T17:15:04.912Z[ recovery-image] May 21 17:15:04.860 INFO O| May 21 17:15:04.860 INFO STEP 176 (remove_files) COMPLETE
53462026-05-21T17:15:04.912Z[ recovery-image] May 21 17:15:04.860 INFO O| May 21 17:15:04.860 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-05-21T17:15:04.919Z[ recovery-image] May 21 17:15:04.869 INFO O| May 21 17:15:04.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53482026-05-21T17:15:04.919Z[ recovery-image] May 21 17:15:04.869 INFO O| May 21 17:15:04.869 INFO STEP 177 (remove_files) COMPLETE
53492026-05-21T17:15:04.919Z[ recovery-image] May 21 17:15:04.869 INFO O| May 21 17:15:04.869 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-05-21T17:15:04.929Z[ recovery-image] May 21 17:15:04.878 INFO O| May 21 17:15:04.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53512026-05-21T17:15:04.933Z[ recovery-image] May 21 17:15:04.879 INFO O| May 21 17:15:04.879 INFO STEP 178 (remove_files) COMPLETE
53522026-05-21T17:15:04.933Z[ recovery-image] May 21 17:15:04.879 INFO O| May 21 17:15:04.879 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-05-21T17:15:04.936Z[ recovery-image] May 21 17:15:04.886 INFO O| May 21 17:15:04.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53542026-05-21T17:15:04.936Z[ recovery-image] May 21 17:15:04.886 INFO O| May 21 17:15:04.886 INFO STEP 179 (remove_files) COMPLETE
53552026-05-21T17:15:04.936Z[ recovery-image] May 21 17:15:04.886 INFO O| May 21 17:15:04.886 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-05-21T17:15:04.951Z[ recovery-image] May 21 17:15:04.894 INFO O| May 21 17:15:04.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53572026-05-21T17:15:04.951Z[ recovery-image] May 21 17:15:04.894 INFO O| May 21 17:15:04.894 INFO STEP 180 (remove_files) COMPLETE
53582026-05-21T17:15:04.955Z[ recovery-image] May 21 17:15:04.894 INFO O| May 21 17:15:04.894 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-05-21T17:15:04.955Z[ recovery-image] May 21 17:15:04.901 INFO O| May 21 17:15:04.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53602026-05-21T17:15:04.955Z[ recovery-image] May 21 17:15:04.901 INFO O| May 21 17:15:04.901 INFO STEP 181 (remove_files) COMPLETE
53612026-05-21T17:15:04.956Z[ recovery-image] May 21 17:15:04.901 INFO O| May 21 17:15:04.901 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-05-21T17:15:04.959Z[ recovery-image] May 21 17:15:04.909 INFO O| May 21 17:15:04.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53632026-05-21T17:15:04.959Z[ recovery-image] May 21 17:15:04.909 INFO O| May 21 17:15:04.909 INFO STEP 182 (remove_files) COMPLETE
53642026-05-21T17:15:04.959Z[ recovery-image] May 21 17:15:04.909 INFO O| May 21 17:15:04.909 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-05-21T17:15:04.966Z[ recovery-image] May 21 17:15:04.917 INFO O| May 21 17:15:04.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53662026-05-21T17:15:04.966Z[ recovery-image] May 21 17:15:04.917 INFO O| May 21 17:15:04.917 INFO STEP 183 (remove_files) COMPLETE
53672026-05-21T17:15:04.969Z[ recovery-image] May 21 17:15:04.917 INFO O| May 21 17:15:04.917 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-05-21T17:15:04.973Z[ recovery-image] May 21 17:15:04.924 INFO O| May 21 17:15:04.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53692026-05-21T17:15:04.974Z[ recovery-image] May 21 17:15:04.924 INFO O| May 21 17:15:04.924 INFO STEP 184 (remove_files) COMPLETE
53702026-05-21T17:15:04.977Z[ recovery-image] May 21 17:15:04.924 INFO O| May 21 17:15:04.924 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-05-21T17:15:04.981Z[ recovery-image] May 21 17:15:04.932 INFO O| May 21 17:15:04.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53722026-05-21T17:15:04.982Z[ recovery-image] May 21 17:15:04.932 INFO O| May 21 17:15:04.932 INFO STEP 185 (remove_files) COMPLETE
53732026-05-21T17:15:04.985Z[ recovery-image] May 21 17:15:04.932 INFO O| May 21 17:15:04.932 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-05-21T17:15:04.990Z[ recovery-image] May 21 17:15:04.940 INFO O| May 21 17:15:04.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53752026-05-21T17:15:04.990Z[ recovery-image] May 21 17:15:04.940 INFO O| May 21 17:15:04.940 INFO STEP 186 (remove_files) COMPLETE
53762026-05-21T17:15:04.993Z[ recovery-image] May 21 17:15:04.940 INFO O| May 21 17:15:04.940 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-05-21T17:15:05.001Z[ recovery-image] May 21 17:15:04.948 INFO O| May 21 17:15:04.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53782026-05-21T17:15:05.001Z[ recovery-image] May 21 17:15:04.948 INFO O| May 21 17:15:04.948 INFO STEP 187 (remove_files) COMPLETE
53792026-05-21T17:15:05.005Z[ recovery-image] May 21 17:15:04.948 INFO O| May 21 17:15:04.948 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-05-21T17:15:05.008Z[ recovery-image] May 21 17:15:04.956 INFO O| May 21 17:15:04.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53812026-05-21T17:15:05.008Z[ recovery-image] May 21 17:15:04.956 INFO O| May 21 17:15:04.956 INFO STEP 188 (remove_files) COMPLETE
53822026-05-21T17:15:05.008Z[ recovery-image] May 21 17:15:04.956 INFO O| May 21 17:15:04.956 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-05-21T17:15:05.013Z[ recovery-image] May 21 17:15:04.964 INFO O| May 21 17:15:04.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53842026-05-21T17:15:05.013Z[ recovery-image] May 21 17:15:04.964 INFO O| May 21 17:15:04.964 INFO STEP 189 (remove_files) COMPLETE
53852026-05-21T17:15:05.017Z[ recovery-image] May 21 17:15:04.964 INFO O| May 21 17:15:04.964 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-05-21T17:15:05.021Z[ recovery-image] May 21 17:15:04.972 INFO O| May 21 17:15:04.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53872026-05-21T17:15:05.021Z[ recovery-image] May 21 17:15:04.972 INFO O| May 21 17:15:04.972 INFO STEP 190 (remove_files) COMPLETE
53882026-05-21T17:15:05.021Z[ recovery-image] May 21 17:15:04.972 INFO O| May 21 17:15:04.972 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-05-21T17:15:05.032Z[ recovery-image] May 21 17:15:04.980 INFO O| May 21 17:15:04.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53902026-05-21T17:15:05.032Z[ recovery-image] May 21 17:15:04.980 INFO O| May 21 17:15:04.980 INFO STEP 191 (remove_files) COMPLETE
53912026-05-21T17:15:05.035Z[ recovery-image] May 21 17:15:04.980 INFO O| May 21 17:15:04.980 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-05-21T17:15:05.045Z[ recovery-image] May 21 17:15:04.988 INFO O| May 21 17:15:04.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53932026-05-21T17:15:05.045Z[ recovery-image] May 21 17:15:04.988 INFO O| May 21 17:15:04.988 INFO STEP 192 (remove_files) COMPLETE
53942026-05-21T17:15:05.045Z[ recovery-image] May 21 17:15:04.988 INFO O| May 21 17:15:04.988 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-05-21T17:15:05.049Z[ recovery-image] May 21 17:15:04.996 INFO O| May 21 17:15:04.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53962026-05-21T17:15:05.050Z[ recovery-image] May 21 17:15:04.996 INFO O| May 21 17:15:04.996 INFO STEP 193 (remove_files) COMPLETE
53972026-05-21T17:15:05.050Z[ recovery-image] May 21 17:15:04.996 INFO O| May 21 17:15:04.996 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-05-21T17:15:05.054Z[ recovery-image] May 21 17:15:05.005 INFO O| May 21 17:15:05.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53992026-05-21T17:15:05.054Z[ recovery-image] May 21 17:15:05.005 INFO O| May 21 17:15:05.005 INFO STEP 194 (remove_files) COMPLETE
54002026-05-21T17:15:05.054Z[ recovery-image] May 21 17:15:05.005 INFO O| May 21 17:15:05.005 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-05-21T17:15:05.065Z[ recovery-image] May 21 17:15:05.014 INFO O| May 21 17:15:05.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54022026-05-21T17:15:05.065Z[ recovery-image] May 21 17:15:05.014 INFO O| May 21 17:15:05.014 INFO STEP 195 (remove_files) COMPLETE
54032026-05-21T17:15:05.068Z[ recovery-image] May 21 17:15:05.014 INFO O| May 21 17:15:05.014 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-05-21T17:15:05.072Z[ recovery-image] May 21 17:15:05.022 INFO O| May 21 17:15:05.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54052026-05-21T17:15:05.072Z[ recovery-image] May 21 17:15:05.022 INFO O| May 21 17:15:05.022 INFO STEP 196 (remove_files) COMPLETE
54062026-05-21T17:15:05.072Z[ recovery-image] May 21 17:15:05.022 INFO O| May 21 17:15:05.022 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-05-21T17:15:05.080Z[ recovery-image] May 21 17:15:05.031 INFO O| May 21 17:15:05.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54082026-05-21T17:15:05.080Z[ recovery-image] May 21 17:15:05.031 INFO O| May 21 17:15:05.031 INFO STEP 197 (remove_files) COMPLETE
54092026-05-21T17:15:05.080Z[ recovery-image] May 21 17:15:05.031 INFO O| May 21 17:15:05.031 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-05-21T17:15:05.089Z[ recovery-image] May 21 17:15:05.040 INFO O| May 21 17:15:05.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54112026-05-21T17:15:05.090Z[ recovery-image] May 21 17:15:05.040 INFO O| May 21 17:15:05.040 INFO STEP 198 (remove_files) COMPLETE
54122026-05-21T17:15:05.090Z[ recovery-image] May 21 17:15:05.040 INFO O| May 21 17:15:05.040 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-05-21T17:15:05.099Z[ recovery-image] May 21 17:15:05.049 INFO O| May 21 17:15:05.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54142026-05-21T17:15:05.099Z[ recovery-image] May 21 17:15:05.049 INFO O| May 21 17:15:05.049 INFO STEP 199 (remove_files) COMPLETE
54152026-05-21T17:15:05.099Z[ recovery-image] May 21 17:15:05.049 INFO O| May 21 17:15:05.049 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-05-21T17:15:05.108Z[ recovery-image] May 21 17:15:05.058 INFO O| May 21 17:15:05.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54172026-05-21T17:15:05.111Z[ recovery-image] May 21 17:15:05.059 INFO O| May 21 17:15:05.059 INFO STEP 200 (remove_files) COMPLETE
54182026-05-21T17:15:05.111Z[ recovery-image] May 21 17:15:05.060 INFO O| May 21 17:15:05.059 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-05-21T17:15:05.119Z[ recovery-image] May 21 17:15:05.070 INFO O| May 21 17:15:05.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54202026-05-21T17:15:05.119Z[ recovery-image] May 21 17:15:05.070 INFO O| May 21 17:15:05.070 INFO STEP 201 (remove_files) COMPLETE
54212026-05-21T17:15:05.122Z[ recovery-image] May 21 17:15:05.070 INFO O| May 21 17:15:05.070 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-05-21T17:15:05.128Z[ recovery-image] May 21 17:15:05.079 INFO O| May 21 17:15:05.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54232026-05-21T17:15:05.132Z[ recovery-image] May 21 17:15:05.080 INFO O| May 21 17:15:05.080 INFO STEP 202 (remove_files) COMPLETE
54242026-05-21T17:15:05.132Z[ recovery-image] May 21 17:15:05.080 INFO O| May 21 17:15:05.080 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-05-21T17:15:05.140Z[ recovery-image] May 21 17:15:05.091 INFO O| May 21 17:15:05.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54262026-05-21T17:15:05.140Z[ recovery-image] May 21 17:15:05.091 INFO O| May 21 17:15:05.091 INFO STEP 203 (remove_files) COMPLETE
54272026-05-21T17:15:05.141Z[ recovery-image] May 21 17:15:05.091 INFO O| May 21 17:15:05.091 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-05-21T17:15:05.149Z[ recovery-image] May 21 17:15:05.100 INFO O| May 21 17:15:05.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54292026-05-21T17:15:05.149Z[ recovery-image] May 21 17:15:05.100 INFO O| May 21 17:15:05.100 INFO STEP 204 (remove_files) COMPLETE
54302026-05-21T17:15:05.152Z[ recovery-image] May 21 17:15:05.100 INFO O| May 21 17:15:05.100 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-05-21T17:15:05.157Z[ recovery-image] May 21 17:15:05.108 INFO O| May 21 17:15:05.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54322026-05-21T17:15:05.158Z[ recovery-image] May 21 17:15:05.108 INFO O| May 21 17:15:05.108 INFO STEP 205 (remove_files) COMPLETE
54332026-05-21T17:15:05.161Z[ recovery-image] May 21 17:15:05.108 INFO O| May 21 17:15:05.108 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-05-21T17:15:05.186Z[ recovery-image] May 21 17:15:05.118 INFO O| May 21 17:15:05.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54352026-05-21T17:15:05.186Z[ recovery-image] May 21 17:15:05.118 INFO O| May 21 17:15:05.118 INFO STEP 206 (remove_files) COMPLETE
54362026-05-21T17:15:05.186Z[ recovery-image] May 21 17:15:05.118 INFO O| May 21 17:15:05.118 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-05-21T17:15:05.189Z[ recovery-image] May 21 17:15:05.126 INFO O| May 21 17:15:05.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54382026-05-21T17:15:05.189Z[ recovery-image] May 21 17:15:05.126 INFO O| May 21 17:15:05.126 INFO STEP 207 (remove_files) COMPLETE
54392026-05-21T17:15:05.189Z[ recovery-image] May 21 17:15:05.126 INFO O| May 21 17:15:05.126 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-05-21T17:15:05.189Z[ recovery-image] May 21 17:15:05.134 INFO O| May 21 17:15:05.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54412026-05-21T17:15:05.189Z[ recovery-image] May 21 17:15:05.135 INFO O| May 21 17:15:05.134 INFO STEP 208 (remove_files) COMPLETE
54422026-05-21T17:15:05.189Z[ recovery-image] May 21 17:15:05.135 INFO O| May 21 17:15:05.135 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-05-21T17:15:05.192Z[ recovery-image] May 21 17:15:05.143 INFO O| May 21 17:15:05.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54442026-05-21T17:15:05.195Z[ recovery-image] May 21 17:15:05.143 INFO O| May 21 17:15:05.143 INFO STEP 209 (remove_files) COMPLETE
54452026-05-21T17:15:05.195Z[ recovery-image] May 21 17:15:05.144 INFO O| May 21 17:15:05.143 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-05-21T17:15:05.200Z[ recovery-image] May 21 17:15:05.151 INFO O| May 21 17:15:05.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54472026-05-21T17:15:05.200Z[ recovery-image] May 21 17:15:05.151 INFO O| May 21 17:15:05.151 INFO STEP 210 (remove_files) COMPLETE
54482026-05-21T17:15:05.203Z[ recovery-image] May 21 17:15:05.151 INFO O| May 21 17:15:05.151 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-05-21T17:15:05.208Z[ recovery-image] May 21 17:15:05.159 INFO O| May 21 17:15:05.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54502026-05-21T17:15:05.211Z[ recovery-image] May 21 17:15:05.160 INFO O| May 21 17:15:05.160 INFO STEP 211 (remove_files) COMPLETE
54512026-05-21T17:15:05.211Z[ recovery-image] May 21 17:15:05.160 INFO O| May 21 17:15:05.160 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-05-21T17:15:05.217Z[ recovery-image] May 21 17:15:05.167 INFO O| May 21 17:15:05.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54532026-05-21T17:15:05.217Z[ recovery-image] May 21 17:15:05.167 INFO O| May 21 17:15:05.167 INFO STEP 212 (remove_files) COMPLETE
54542026-05-21T17:15:05.219Z[ recovery-image] May 21 17:15:05.167 INFO O| May 21 17:15:05.167 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-05-21T17:15:05.225Z[ recovery-image] May 21 17:15:05.175 INFO O| May 21 17:15:05.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54562026-05-21T17:15:05.225Z[ recovery-image] May 21 17:15:05.175 INFO O| May 21 17:15:05.175 INFO STEP 213 (remove_files) COMPLETE
54572026-05-21T17:15:05.228Z[ recovery-image] May 21 17:15:05.175 INFO O| May 21 17:15:05.175 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-05-21T17:15:05.232Z[ recovery-image] May 21 17:15:05.183 INFO O| May 21 17:15:05.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54592026-05-21T17:15:05.232Z[ recovery-image] May 21 17:15:05.183 INFO O| May 21 17:15:05.183 INFO STEP 214 (remove_files) COMPLETE
54602026-05-21T17:15:05.232Z[ recovery-image] May 21 17:15:05.183 INFO O| May 21 17:15:05.183 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-05-21T17:15:05.239Z[ recovery-image] May 21 17:15:05.190 INFO O| May 21 17:15:05.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54622026-05-21T17:15:05.239Z[ recovery-image] May 21 17:15:05.190 INFO O| May 21 17:15:05.190 INFO STEP 215 (remove_files) COMPLETE
54632026-05-21T17:15:05.243Z[ recovery-image] May 21 17:15:05.190 INFO O| May 21 17:15:05.190 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-05-21T17:15:05.247Z[ recovery-image] May 21 17:15:05.198 INFO O| May 21 17:15:05.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54652026-05-21T17:15:05.247Z[ recovery-image] May 21 17:15:05.198 INFO O| May 21 17:15:05.198 INFO STEP 216 (remove_files) COMPLETE
54662026-05-21T17:15:05.250Z[ recovery-image] May 21 17:15:05.198 INFO O| May 21 17:15:05.198 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-05-21T17:15:05.255Z[ recovery-image] May 21 17:15:05.206 INFO O| May 21 17:15:05.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54682026-05-21T17:15:05.255Z[ recovery-image] May 21 17:15:05.206 INFO O| May 21 17:15:05.206 INFO STEP 217 (remove_files) COMPLETE
54692026-05-21T17:15:05.258Z[ recovery-image] May 21 17:15:05.206 INFO O| May 21 17:15:05.206 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-05-21T17:15:05.262Z[ recovery-image] May 21 17:15:05.213 INFO O| May 21 17:15:05.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54712026-05-21T17:15:05.262Z[ recovery-image] May 21 17:15:05.213 INFO O| May 21 17:15:05.213 INFO STEP 218 (remove_files) COMPLETE
54722026-05-21T17:15:05.265Z[ recovery-image] May 21 17:15:05.213 INFO O| May 21 17:15:05.213 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-05-21T17:15:05.269Z[ recovery-image] May 21 17:15:05.220 INFO O| May 21 17:15:05.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54742026-05-21T17:15:05.269Z[ recovery-image] May 21 17:15:05.220 INFO O| May 21 17:15:05.220 INFO STEP 219 (remove_files) COMPLETE
54752026-05-21T17:15:05.272Z[ recovery-image] May 21 17:15:05.220 INFO O| May 21 17:15:05.220 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-05-21T17:15:05.276Z[ recovery-image] May 21 17:15:05.227 INFO O| May 21 17:15:05.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54772026-05-21T17:15:05.276Z[ recovery-image] May 21 17:15:05.227 INFO O| May 21 17:15:05.227 INFO STEP 220 (remove_files) COMPLETE
54782026-05-21T17:15:05.279Z[ recovery-image] May 21 17:15:05.227 INFO O| May 21 17:15:05.227 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-05-21T17:15:05.285Z[ recovery-image] May 21 17:15:05.234 INFO O| May 21 17:15:05.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54802026-05-21T17:15:05.285Z[ recovery-image] May 21 17:15:05.235 INFO O| May 21 17:15:05.234 INFO STEP 221 (remove_files) COMPLETE
54812026-05-21T17:15:05.288Z[ recovery-image] May 21 17:15:05.235 INFO O| May 21 17:15:05.235 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-05-21T17:15:05.293Z[ recovery-image] May 21 17:15:05.244 INFO O| May 21 17:15:05.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54832026-05-21T17:15:05.293Z[ recovery-image] May 21 17:15:05.244 INFO O| May 21 17:15:05.244 INFO STEP 222 (remove_files) COMPLETE
54842026-05-21T17:15:05.296Z[ recovery-image] May 21 17:15:05.244 INFO O| May 21 17:15:05.244 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-05-21T17:15:05.302Z[ recovery-image] May 21 17:15:05.253 INFO O| May 21 17:15:05.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54862026-05-21T17:15:05.302Z[ recovery-image] May 21 17:15:05.253 INFO O| May 21 17:15:05.253 INFO STEP 223 (remove_files) COMPLETE
54872026-05-21T17:15:05.305Z[ recovery-image] May 21 17:15:05.253 INFO O| May 21 17:15:05.253 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-05-21T17:15:05.311Z[ recovery-image] May 21 17:15:05.262 INFO O| May 21 17:15:05.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54892026-05-21T17:15:05.311Z[ recovery-image] May 21 17:15:05.262 INFO O| May 21 17:15:05.262 INFO STEP 224 (remove_files) COMPLETE
54902026-05-21T17:15:05.314Z[ recovery-image] May 21 17:15:05.262 INFO O| May 21 17:15:05.262 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-05-21T17:15:05.321Z[ recovery-image] May 21 17:15:05.271 INFO O| May 21 17:15:05.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54922026-05-21T17:15:05.321Z[ recovery-image] May 21 17:15:05.271 INFO O| May 21 17:15:05.271 INFO STEP 225 (remove_files) COMPLETE
54932026-05-21T17:15:05.323Z[ recovery-image] May 21 17:15:05.271 INFO O| May 21 17:15:05.271 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-05-21T17:15:05.330Z[ recovery-image] May 21 17:15:05.281 INFO O| May 21 17:15:05.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54952026-05-21T17:15:05.330Z[ recovery-image] May 21 17:15:05.281 INFO O| May 21 17:15:05.281 INFO STEP 226 (remove_files) COMPLETE
54962026-05-21T17:15:05.330Z[ recovery-image] May 21 17:15:05.281 INFO O| May 21 17:15:05.281 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-05-21T17:15:05.339Z[ recovery-image] May 21 17:15:05.289 INFO O| May 21 17:15:05.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54982026-05-21T17:15:05.339Z[ recovery-image] May 21 17:15:05.289 INFO O| May 21 17:15:05.289 INFO STEP 227 (remove_files) COMPLETE
54992026-05-21T17:15:05.342Z[ recovery-image] May 21 17:15:05.289 INFO O| May 21 17:15:05.289 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-05-21T17:15:05.347Z[ recovery-image] May 21 17:15:05.297 INFO O| May 21 17:15:05.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55012026-05-21T17:15:05.347Z[ recovery-image] May 21 17:15:05.298 INFO O| May 21 17:15:05.297 INFO STEP 228 (remove_files) COMPLETE
55022026-05-21T17:15:05.347Z[ recovery-image] May 21 17:15:05.298 INFO O| May 21 17:15:05.297 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-05-21T17:15:05.358Z[ recovery-image] May 21 17:15:05.308 INFO O| May 21 17:15:05.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55042026-05-21T17:15:05.358Z[ recovery-image] May 21 17:15:05.308 INFO O| May 21 17:15:05.308 INFO STEP 229 (remove_files) COMPLETE
55052026-05-21T17:15:05.361Z[ recovery-image] May 21 17:15:05.308 INFO O| May 21 17:15:05.308 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-05-21T17:15:05.369Z[ recovery-image] May 21 17:15:05.319 INFO O| May 21 17:15:05.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55072026-05-21T17:15:05.369Z[ recovery-image] May 21 17:15:05.319 INFO O| May 21 17:15:05.319 INFO STEP 230 (remove_files) COMPLETE
55082026-05-21T17:15:05.369Z[ recovery-image] May 21 17:15:05.319 INFO O| May 21 17:15:05.319 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-05-21T17:15:05.379Z[ recovery-image] May 21 17:15:05.330 INFO O| May 21 17:15:05.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55102026-05-21T17:15:05.379Z[ recovery-image] May 21 17:15:05.330 INFO O| May 21 17:15:05.330 INFO STEP 231 (remove_files) COMPLETE
55112026-05-21T17:15:05.382Z[ recovery-image] May 21 17:15:05.330 INFO O| May 21 17:15:05.330 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-05-21T17:15:05.390Z[ recovery-image] May 21 17:15:05.341 INFO O| May 21 17:15:05.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55132026-05-21T17:15:05.390Z[ recovery-image] May 21 17:15:05.341 INFO O| May 21 17:15:05.341 INFO STEP 232 (remove_files) COMPLETE
55142026-05-21T17:15:05.393Z[ recovery-image] May 21 17:15:05.341 INFO O| May 21 17:15:05.341 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-05-21T17:15:05.401Z[ recovery-image] May 21 17:15:05.352 INFO O| May 21 17:15:05.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55162026-05-21T17:15:05.401Z[ recovery-image] May 21 17:15:05.352 INFO O| May 21 17:15:05.352 INFO STEP 233 (remove_files) COMPLETE
55172026-05-21T17:15:05.404Z[ recovery-image] May 21 17:15:05.352 INFO O| May 21 17:15:05.352 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-05-21T17:15:05.412Z[ recovery-image] May 21 17:15:05.363 INFO O| May 21 17:15:05.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55192026-05-21T17:15:05.412Z[ recovery-image] May 21 17:15:05.363 INFO O| May 21 17:15:05.363 INFO STEP 234 (remove_files) COMPLETE
55202026-05-21T17:15:05.412Z[ recovery-image] May 21 17:15:05.363 INFO O| May 21 17:15:05.363 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-05-21T17:15:05.423Z[ recovery-image] May 21 17:15:05.372 INFO O| May 21 17:15:05.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55222026-05-21T17:15:05.423Z[ recovery-image] May 21 17:15:05.372 INFO O| May 21 17:15:05.372 INFO STEP 235 (remove_files) COMPLETE
55232026-05-21T17:15:05.426Z[ recovery-image] May 21 17:15:05.372 INFO O| May 21 17:15:05.372 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-05-21T17:15:05.431Z[ recovery-image] May 21 17:15:05.381 INFO O| May 21 17:15:05.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55252026-05-21T17:15:05.431Z[ recovery-image] May 21 17:15:05.381 INFO O| May 21 17:15:05.381 INFO STEP 236 (remove_files) COMPLETE
55262026-05-21T17:15:05.434Z[ recovery-image] May 21 17:15:05.381 INFO O| May 21 17:15:05.381 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-05-21T17:15:05.444Z[ recovery-image] May 21 17:15:05.390 INFO O| May 21 17:15:05.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55282026-05-21T17:15:05.444Z[ recovery-image] May 21 17:15:05.390 INFO O| May 21 17:15:05.390 INFO STEP 237 (remove_files) COMPLETE
55292026-05-21T17:15:05.444Z[ recovery-image] May 21 17:15:05.390 INFO O| May 21 17:15:05.390 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-05-21T17:15:05.450Z[ recovery-image] May 21 17:15:05.400 INFO O| May 21 17:15:05.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55312026-05-21T17:15:05.450Z[ recovery-image] May 21 17:15:05.400 INFO O| May 21 17:15:05.400 INFO STEP 238 (remove_files) COMPLETE
55322026-05-21T17:15:05.453Z[ recovery-image] May 21 17:15:05.400 INFO O| May 21 17:15:05.400 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.409 INFO O| May 21 17:15:05.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55342026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.409 INFO O| May 21 17:15:05.409 INFO STEP 239 (remove_files) COMPLETE
55352026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.409 INFO O| May 21 17:15:05.409 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.418 INFO O| May 21 17:15:05.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55372026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.418 INFO O| May 21 17:15:05.418 INFO STEP 240 (remove_files) COMPLETE
55382026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.418 INFO O| May 21 17:15:05.418 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.427 INFO O| May 21 17:15:05.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55402026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.427 INFO O| May 21 17:15:05.427 INFO STEP 241 (remove_files) COMPLETE
55412026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.427 INFO O| May 21 17:15:05.427 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.436 INFO O| May 21 17:15:05.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55432026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.436 INFO O| May 21 17:15:05.436 INFO STEP 242 (remove_files) COMPLETE
55442026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.436 INFO O| May 21 17:15:05.436 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.443 INFO O| May 21 17:15:05.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55462026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.443 INFO O| May 21 17:15:05.443 INFO STEP 243 (remove_files) COMPLETE
55472026-05-21T17:15:05.495Z[ recovery-image] May 21 17:15:05.444 INFO O| May 21 17:15:05.443 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-05-21T17:15:05.501Z[ recovery-image] May 21 17:15:05.451 INFO O| May 21 17:15:05.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55492026-05-21T17:15:05.501Z[ recovery-image] May 21 17:15:05.451 INFO O| May 21 17:15:05.451 INFO STEP 244 (remove_files) COMPLETE
55502026-05-21T17:15:05.501Z[ recovery-image] May 21 17:15:05.451 INFO O| May 21 17:15:05.451 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-05-21T17:15:05.508Z[ recovery-image] May 21 17:15:05.458 INFO O| May 21 17:15:05.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55522026-05-21T17:15:05.509Z[ recovery-image] May 21 17:15:05.458 INFO O| May 21 17:15:05.458 INFO STEP 245 (remove_files) COMPLETE
55532026-05-21T17:15:05.509Z[ recovery-image] May 21 17:15:05.458 INFO O| May 21 17:15:05.458 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-05-21T17:15:05.515Z[ recovery-image] May 21 17:15:05.466 INFO O| May 21 17:15:05.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55552026-05-21T17:15:05.519Z[ recovery-image] May 21 17:15:05.467 INFO O| May 21 17:15:05.467 INFO STEP 246 (remove_files) COMPLETE
55562026-05-21T17:15:05.519Z[ recovery-image] May 21 17:15:05.467 INFO O| May 21 17:15:05.467 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-05-21T17:15:05.527Z[ recovery-image] May 21 17:15:05.476 INFO O| May 21 17:15:05.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55582026-05-21T17:15:05.527Z[ recovery-image] May 21 17:15:05.476 INFO O| May 21 17:15:05.476 INFO STEP 247 (remove_files) COMPLETE
55592026-05-21T17:15:05.530Z[ recovery-image] May 21 17:15:05.476 INFO O| May 21 17:15:05.476 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-05-21T17:15:05.535Z[ recovery-image] May 21 17:15:05.486 INFO O| May 21 17:15:05.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55612026-05-21T17:15:05.535Z[ recovery-image] May 21 17:15:05.486 INFO O| May 21 17:15:05.486 INFO STEP 248 (remove_files) COMPLETE
55622026-05-21T17:15:05.535Z[ recovery-image] May 21 17:15:05.486 INFO O| May 21 17:15:05.486 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-05-21T17:15:05.548Z[ recovery-image] May 21 17:15:05.499 INFO O| May 21 17:15:05.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55642026-05-21T17:15:05.549Z[ recovery-image] May 21 17:15:05.499 INFO O| May 21 17:15:05.499 INFO STEP 249 (remove_files) COMPLETE
55652026-05-21T17:15:05.549Z[ recovery-image] May 21 17:15:05.499 INFO O| May 21 17:15:05.499 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-05-21T17:15:05.558Z[ recovery-image] May 21 17:15:05.508 INFO O| May 21 17:15:05.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55672026-05-21T17:15:05.558Z[ recovery-image] May 21 17:15:05.508 INFO O| May 21 17:15:05.508 INFO STEP 250 (remove_files) COMPLETE
55682026-05-21T17:15:05.558Z[ recovery-image] May 21 17:15:05.508 INFO O| May 21 17:15:05.508 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-05-21T17:15:05.567Z[ recovery-image] May 21 17:15:05.517 INFO O| May 21 17:15:05.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55702026-05-21T17:15:05.567Z[ recovery-image] May 21 17:15:05.517 INFO O| May 21 17:15:05.517 INFO STEP 251 (remove_files) COMPLETE
55712026-05-21T17:15:05.567Z[ recovery-image] May 21 17:15:05.517 INFO O| May 21 17:15:05.517 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-05-21T17:15:05.575Z[ recovery-image] May 21 17:15:05.526 INFO O| May 21 17:15:05.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55732026-05-21T17:15:05.575Z[ recovery-image] May 21 17:15:05.526 INFO O| May 21 17:15:05.526 INFO STEP 252 (remove_files) COMPLETE
55742026-05-21T17:15:05.579Z[ recovery-image] May 21 17:15:05.526 INFO O| May 21 17:15:05.526 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-05-21T17:15:05.583Z[ recovery-image] May 21 17:15:05.534 INFO O| May 21 17:15:05.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55762026-05-21T17:15:05.583Z[ recovery-image] May 21 17:15:05.534 INFO O| May 21 17:15:05.534 INFO STEP 253 (remove_files) COMPLETE
55772026-05-21T17:15:05.583Z[ recovery-image] May 21 17:15:05.534 INFO O| May 21 17:15:05.534 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-05-21T17:15:05.591Z[ recovery-image] May 21 17:15:05.542 INFO O| May 21 17:15:05.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55792026-05-21T17:15:05.591Z[ recovery-image] May 21 17:15:05.542 INFO O| May 21 17:15:05.542 INFO STEP 254 (remove_files) COMPLETE
55802026-05-21T17:15:05.591Z[ recovery-image] May 21 17:15:05.542 INFO O| May 21 17:15:05.542 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-05-21T17:15:05.599Z[ recovery-image] May 21 17:15:05.550 INFO O| May 21 17:15:05.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55822026-05-21T17:15:05.599Z[ recovery-image] May 21 17:15:05.550 INFO O| May 21 17:15:05.550 INFO STEP 255 (remove_files) COMPLETE
55832026-05-21T17:15:05.602Z[ recovery-image] May 21 17:15:05.550 INFO O| May 21 17:15:05.550 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-05-21T17:15:05.607Z[ recovery-image] May 21 17:15:05.557 INFO O| May 21 17:15:05.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55852026-05-21T17:15:05.607Z[ recovery-image] May 21 17:15:05.557 INFO O| May 21 17:15:05.557 INFO STEP 256 (remove_files) COMPLETE
55862026-05-21T17:15:05.607Z[ recovery-image] May 21 17:15:05.557 INFO O| May 21 17:15:05.557 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-05-21T17:15:05.615Z[ recovery-image] May 21 17:15:05.566 INFO O| May 21 17:15:05.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55882026-05-21T17:15:05.615Z[ recovery-image] May 21 17:15:05.566 INFO O| May 21 17:15:05.566 INFO STEP 257 (remove_files) COMPLETE
55892026-05-21T17:15:05.615Z[ recovery-image] May 21 17:15:05.566 INFO O| May 21 17:15:05.566 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-05-21T17:15:05.623Z[ recovery-image] May 21 17:15:05.574 INFO O| May 21 17:15:05.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55912026-05-21T17:15:05.623Z[ recovery-image] May 21 17:15:05.574 INFO O| May 21 17:15:05.574 INFO STEP 258 (remove_files) COMPLETE
55922026-05-21T17:15:05.623Z[ recovery-image] May 21 17:15:05.574 INFO O| May 21 17:15:05.574 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-05-21T17:15:05.631Z[ recovery-image] May 21 17:15:05.582 INFO O| May 21 17:15:05.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55942026-05-21T17:15:05.631Z[ recovery-image] May 21 17:15:05.582 INFO O| May 21 17:15:05.582 INFO STEP 259 (remove_files) COMPLETE
55952026-05-21T17:15:05.631Z[ recovery-image] May 21 17:15:05.582 INFO O| May 21 17:15:05.582 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-05-21T17:15:05.639Z[ recovery-image] May 21 17:15:05.589 INFO O| May 21 17:15:05.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55972026-05-21T17:15:05.639Z[ recovery-image] May 21 17:15:05.590 INFO O| May 21 17:15:05.590 INFO STEP 260 (remove_files) COMPLETE
55982026-05-21T17:15:05.639Z[ recovery-image] May 21 17:15:05.590 INFO O| May 21 17:15:05.590 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-05-21T17:15:05.647Z[ recovery-image] May 21 17:15:05.597 INFO O| May 21 17:15:05.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56002026-05-21T17:15:05.647Z[ recovery-image] May 21 17:15:05.597 INFO O| May 21 17:15:05.597 INFO STEP 261 (remove_files) COMPLETE
56012026-05-21T17:15:05.647Z[ recovery-image] May 21 17:15:05.597 INFO O| May 21 17:15:05.597 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-05-21T17:15:05.654Z[ recovery-image] May 21 17:15:05.605 INFO O| May 21 17:15:05.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56032026-05-21T17:15:05.654Z[ recovery-image] May 21 17:15:05.605 INFO O| May 21 17:15:05.605 INFO STEP 262 (remove_files) COMPLETE
56042026-05-21T17:15:05.654Z[ recovery-image] May 21 17:15:05.605 INFO O| May 21 17:15:05.605 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-05-21T17:15:05.671Z[ recovery-image] May 21 17:15:05.613 INFO O| May 21 17:15:05.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56062026-05-21T17:15:05.671Z[ recovery-image] May 21 17:15:05.613 INFO O| May 21 17:15:05.613 INFO STEP 263 (remove_files) COMPLETE
56072026-05-21T17:15:05.671Z[ recovery-image] May 21 17:15:05.613 INFO O| May 21 17:15:05.613 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-05-21T17:15:05.674Z[ recovery-image] May 21 17:15:05.620 INFO O| May 21 17:15:05.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56092026-05-21T17:15:05.674Z[ recovery-image] May 21 17:15:05.620 INFO O| May 21 17:15:05.620 INFO STEP 264 (remove_files) COMPLETE
56102026-05-21T17:15:05.674Z[ recovery-image] May 21 17:15:05.620 INFO O| May 21 17:15:05.620 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-05-21T17:15:05.678Z[ recovery-image] May 21 17:15:05.628 INFO O| May 21 17:15:05.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56122026-05-21T17:15:05.678Z[ recovery-image] May 21 17:15:05.629 INFO O| May 21 17:15:05.629 INFO STEP 265 (remove_files) COMPLETE
56132026-05-21T17:15:05.681Z[ recovery-image] May 21 17:15:05.629 INFO O| May 21 17:15:05.629 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-05-21T17:15:05.686Z[ recovery-image] May 21 17:15:05.637 INFO O| May 21 17:15:05.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56152026-05-21T17:15:05.686Z[ recovery-image] May 21 17:15:05.637 INFO O| May 21 17:15:05.637 INFO STEP 266 (remove_files) COMPLETE
56162026-05-21T17:15:05.686Z[ recovery-image] May 21 17:15:05.637 INFO O| May 21 17:15:05.637 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-05-21T17:15:05.695Z[ recovery-image] May 21 17:15:05.646 INFO O| May 21 17:15:05.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56182026-05-21T17:15:05.695Z[ recovery-image] May 21 17:15:05.646 INFO O| May 21 17:15:05.646 INFO STEP 267 (remove_files) COMPLETE
56192026-05-21T17:15:05.698Z[ recovery-image] May 21 17:15:05.646 INFO O| May 21 17:15:05.646 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-05-21T17:15:05.728Z[ recovery-image] May 21 17:15:05.679 INFO O| May 21 17:15:05.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56212026-05-21T17:15:05.728Z[ recovery-image] May 21 17:15:05.679 INFO O| May 21 17:15:05.679 INFO STEP 268 (remove_files) COMPLETE
56222026-05-21T17:15:05.731Z[ recovery-image] May 21 17:15:05.679 INFO O| May 21 17:15:05.679 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-05-21T17:15:05.739Z[ recovery-image] May 21 17:15:05.690 INFO O| May 21 17:15:05.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56242026-05-21T17:15:05.739Z[ recovery-image] May 21 17:15:05.690 INFO O| May 21 17:15:05.690 INFO STEP 269 (remove_files) COMPLETE
56252026-05-21T17:15:05.739Z[ recovery-image] May 21 17:15:05.690 INFO O| May 21 17:15:05.690 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-05-21T17:15:05.750Z[ recovery-image] May 21 17:15:05.699 INFO O| May 21 17:15:05.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56272026-05-21T17:15:05.750Z[ recovery-image] May 21 17:15:05.699 INFO O| May 21 17:15:05.699 INFO STEP 270 (remove_files) COMPLETE
56282026-05-21T17:15:05.750Z[ recovery-image] May 21 17:15:05.699 INFO O| May 21 17:15:05.699 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-05-21T17:15:05.757Z[ recovery-image] May 21 17:15:05.708 INFO O| May 21 17:15:05.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56302026-05-21T17:15:05.758Z[ recovery-image] May 21 17:15:05.708 INFO O| May 21 17:15:05.708 INFO STEP 271 (remove_files) COMPLETE
56312026-05-21T17:15:05.760Z[ recovery-image] May 21 17:15:05.708 INFO O| May 21 17:15:05.708 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-05-21T17:15:05.766Z[ recovery-image] May 21 17:15:05.717 INFO O| May 21 17:15:05.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56332026-05-21T17:15:05.767Z[ recovery-image] May 21 17:15:05.717 INFO O| May 21 17:15:05.717 INFO STEP 272 (remove_files) COMPLETE
56342026-05-21T17:15:05.769Z[ recovery-image] May 21 17:15:05.717 INFO O| May 21 17:15:05.717 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-05-21T17:15:05.777Z[ recovery-image] May 21 17:15:05.726 INFO O| May 21 17:15:05.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56362026-05-21T17:15:05.777Z[ recovery-image] May 21 17:15:05.726 INFO O| May 21 17:15:05.726 INFO STEP 273 (remove_files) COMPLETE
56372026-05-21T17:15:05.777Z[ recovery-image] May 21 17:15:05.726 INFO O| May 21 17:15:05.726 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-05-21T17:15:05.784Z[ recovery-image] May 21 17:15:05.735 INFO O| May 21 17:15:05.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56392026-05-21T17:15:05.784Z[ recovery-image] May 21 17:15:05.735 INFO O| May 21 17:15:05.735 INFO STEP 274 (remove_files) COMPLETE
56402026-05-21T17:15:05.784Z[ recovery-image] May 21 17:15:05.735 INFO O| May 21 17:15:05.735 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-05-21T17:15:05.792Z[ recovery-image] May 21 17:15:05.743 INFO O| May 21 17:15:05.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56422026-05-21T17:15:05.792Z[ recovery-image] May 21 17:15:05.743 INFO O| May 21 17:15:05.743 INFO STEP 275 (remove_files) COMPLETE
56432026-05-21T17:15:05.792Z[ recovery-image] May 21 17:15:05.743 INFO O| May 21 17:15:05.743 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-05-21T17:15:05.801Z[ recovery-image] May 21 17:15:05.751 INFO O| May 21 17:15:05.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56452026-05-21T17:15:05.801Z[ recovery-image] May 21 17:15:05.751 INFO O| May 21 17:15:05.751 INFO STEP 276 (remove_files) COMPLETE
56462026-05-21T17:15:05.804Z[ recovery-image] May 21 17:15:05.751 INFO O| May 21 17:15:05.751 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-05-21T17:15:05.809Z[ recovery-image] May 21 17:15:05.760 INFO O| May 21 17:15:05.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56482026-05-21T17:15:05.810Z[ recovery-image] May 21 17:15:05.760 INFO O| May 21 17:15:05.760 INFO STEP 277 (remove_files) COMPLETE
56492026-05-21T17:15:05.810Z[ recovery-image] May 21 17:15:05.760 INFO O| May 21 17:15:05.760 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-05-21T17:15:05.818Z[ recovery-image] May 21 17:15:05.768 INFO O| May 21 17:15:05.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56512026-05-21T17:15:05.818Z[ recovery-image] May 21 17:15:05.768 INFO O| May 21 17:15:05.768 INFO STEP 278 (remove_files) COMPLETE
56522026-05-21T17:15:05.821Z[ recovery-image] May 21 17:15:05.768 INFO O| May 21 17:15:05.768 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-05-21T17:15:05.826Z[ recovery-image] May 21 17:15:05.777 INFO O| May 21 17:15:05.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56542026-05-21T17:15:05.826Z[ recovery-image] May 21 17:15:05.777 INFO O| May 21 17:15:05.777 INFO STEP 279 (remove_files) COMPLETE
56552026-05-21T17:15:05.826Z[ recovery-image] May 21 17:15:05.777 INFO O| May 21 17:15:05.777 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-05-21T17:15:05.837Z[ recovery-image] May 21 17:15:05.787 INFO O| May 21 17:15:05.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56572026-05-21T17:15:05.837Z[ recovery-image] May 21 17:15:05.787 INFO O| May 21 17:15:05.787 INFO STEP 280 (remove_files) COMPLETE
56582026-05-21T17:15:05.837Z[ recovery-image] May 21 17:15:05.787 INFO O| May 21 17:15:05.787 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-05-21T17:15:05.846Z[ recovery-image] May 21 17:15:05.797 INFO O| May 21 17:15:05.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56602026-05-21T17:15:05.847Z[ recovery-image] May 21 17:15:05.797 INFO O| May 21 17:15:05.797 INFO STEP 281 (remove_files) COMPLETE
56612026-05-21T17:15:05.847Z[ recovery-image] May 21 17:15:05.797 INFO O| May 21 17:15:05.797 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-05-21T17:15:05.856Z[ recovery-image] May 21 17:15:05.807 INFO O| May 21 17:15:05.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56632026-05-21T17:15:05.856Z[ recovery-image] May 21 17:15:05.807 INFO O| May 21 17:15:05.807 INFO STEP 282 (remove_files) COMPLETE
56642026-05-21T17:15:05.856Z[ recovery-image] May 21 17:15:05.807 INFO O| May 21 17:15:05.807 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-05-21T17:15:05.865Z[ recovery-image] May 21 17:15:05.816 INFO O| May 21 17:15:05.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56662026-05-21T17:15:05.865Z[ recovery-image] May 21 17:15:05.816 INFO O| May 21 17:15:05.816 INFO STEP 283 (remove_files) COMPLETE
56672026-05-21T17:15:05.868Z[ recovery-image] May 21 17:15:05.816 INFO O| May 21 17:15:05.816 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-05-21T17:15:05.873Z[ recovery-image] May 21 17:15:05.824 INFO O| May 21 17:15:05.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56692026-05-21T17:15:05.873Z[ recovery-image] May 21 17:15:05.824 INFO O| May 21 17:15:05.824 INFO STEP 284 (remove_files) COMPLETE
56702026-05-21T17:15:05.876Z[ recovery-image] May 21 17:15:05.824 INFO O| May 21 17:15:05.824 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-05-21T17:15:05.881Z[ recovery-image] May 21 17:15:05.832 INFO O| May 21 17:15:05.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56722026-05-21T17:15:05.881Z[ recovery-image] May 21 17:15:05.832 INFO O| May 21 17:15:05.832 INFO STEP 285 (remove_files) COMPLETE
56732026-05-21T17:15:05.881Z[ recovery-image] May 21 17:15:05.832 INFO O| May 21 17:15:05.832 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-05-21T17:15:05.889Z[ recovery-image] May 21 17:15:05.840 INFO O| May 21 17:15:05.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56752026-05-21T17:15:05.889Z[ recovery-image] May 21 17:15:05.840 INFO O| May 21 17:15:05.840 INFO STEP 286 (remove_files) COMPLETE
56762026-05-21T17:15:05.893Z[ recovery-image] May 21 17:15:05.840 INFO O| May 21 17:15:05.840 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-05-21T17:15:05.897Z[ recovery-image] May 21 17:15:05.848 INFO O| May 21 17:15:05.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56782026-05-21T17:15:05.897Z[ recovery-image] May 21 17:15:05.848 INFO O| May 21 17:15:05.848 INFO STEP 287 (remove_files) COMPLETE
56792026-05-21T17:15:05.897Z[ recovery-image] May 21 17:15:05.848 INFO O| May 21 17:15:05.848 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-05-21T17:15:05.905Z[ recovery-image] May 21 17:15:05.856 INFO O| May 21 17:15:05.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56812026-05-21T17:15:05.905Z[ recovery-image] May 21 17:15:05.856 INFO O| May 21 17:15:05.856 INFO STEP 288 (remove_files) COMPLETE
56822026-05-21T17:15:05.908Z[ recovery-image] May 21 17:15:05.856 INFO O| May 21 17:15:05.856 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-05-21T17:15:05.913Z[ recovery-image] May 21 17:15:05.863 INFO O| May 21 17:15:05.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56842026-05-21T17:15:05.913Z[ recovery-image] May 21 17:15:05.864 INFO O| May 21 17:15:05.864 INFO STEP 289 (remove_files) COMPLETE
56852026-05-21T17:15:05.916Z[ recovery-image] May 21 17:15:05.864 INFO O| May 21 17:15:05.864 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-05-21T17:15:05.920Z[ recovery-image] May 21 17:15:05.871 INFO O| May 21 17:15:05.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56872026-05-21T17:15:05.920Z[ recovery-image] May 21 17:15:05.871 INFO O| May 21 17:15:05.871 INFO STEP 290 (remove_files) COMPLETE
56882026-05-21T17:15:05.920Z[ recovery-image] May 21 17:15:05.871 INFO O| May 21 17:15:05.871 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-05-21T17:15:05.927Z[ recovery-image] May 21 17:15:05.878 INFO O| May 21 17:15:05.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56902026-05-21T17:15:05.927Z[ recovery-image] May 21 17:15:05.878 INFO O| May 21 17:15:05.878 INFO STEP 291 (remove_files) COMPLETE
56912026-05-21T17:15:05.927Z[ recovery-image] May 21 17:15:05.878 INFO O| May 21 17:15:05.878 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-05-21T17:15:05.936Z[ recovery-image] May 21 17:15:05.885 INFO O| May 21 17:15:05.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56932026-05-21T17:15:05.936Z[ recovery-image] May 21 17:15:05.886 INFO O| May 21 17:15:05.886 INFO STEP 292 (remove_files) COMPLETE
56942026-05-21T17:15:05.951Z[ recovery-image] May 21 17:15:05.886 INFO O| May 21 17:15:05.886 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-05-21T17:15:05.951Z[ recovery-image] May 21 17:15:05.893 INFO O| May 21 17:15:05.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56962026-05-21T17:15:05.951Z[ recovery-image] May 21 17:15:05.893 INFO O| May 21 17:15:05.893 INFO STEP 293 (remove_files) COMPLETE
56972026-05-21T17:15:05.951Z[ recovery-image] May 21 17:15:05.893 INFO O| May 21 17:15:05.893 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-05-21T17:15:05.951Z[ recovery-image] May 21 17:15:05.902 INFO O| May 21 17:15:05.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56992026-05-21T17:15:05.951Z[ recovery-image] May 21 17:15:05.902 INFO O| May 21 17:15:05.902 INFO STEP 294 (remove_files) COMPLETE
57002026-05-21T17:15:05.951Z[ recovery-image] May 21 17:15:05.902 INFO O| May 21 17:15:05.902 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-05-21T17:15:05.959Z[ recovery-image] May 21 17:15:05.910 INFO O| May 21 17:15:05.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57022026-05-21T17:15:05.959Z[ recovery-image] May 21 17:15:05.910 INFO O| May 21 17:15:05.910 INFO STEP 295 (remove_files) COMPLETE
57032026-05-21T17:15:05.963Z[ recovery-image] May 21 17:15:05.910 INFO O| May 21 17:15:05.910 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-05-21T17:15:05.971Z[ recovery-image] May 21 17:15:05.918 INFO O| May 21 17:15:05.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57052026-05-21T17:15:05.984Z[ recovery-image] May 21 17:15:05.918 INFO O| May 21 17:15:05.918 INFO STEP 296 (remove_files) COMPLETE
57062026-05-21T17:15:05.990Z[ recovery-image] May 21 17:15:05.918 INFO O| May 21 17:15:05.918 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-05-21T17:15:05.993Z[ recovery-image] May 21 17:15:05.927 INFO O| May 21 17:15:05.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57082026-05-21T17:15:05.993Z[ recovery-image] May 21 17:15:05.927 INFO O| May 21 17:15:05.927 INFO STEP 297 (remove_files) COMPLETE
57092026-05-21T17:15:05.993Z[ recovery-image] May 21 17:15:05.927 INFO O| May 21 17:15:05.927 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-05-21T17:15:05.993Z[ recovery-image] May 21 17:15:05.935 INFO O| May 21 17:15:05.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57112026-05-21T17:15:05.993Z[ recovery-image] May 21 17:15:05.935 INFO O| May 21 17:15:05.935 INFO STEP 298 (remove_files) COMPLETE
57122026-05-21T17:15:05.993Z[ recovery-image] May 21 17:15:05.935 INFO O| May 21 17:15:05.935 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-05-21T17:15:05.993Z[ recovery-image] May 21 17:15:05.944 INFO O| May 21 17:15:05.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57142026-05-21T17:15:05.993Z[ recovery-image] May 21 17:15:05.944 INFO O| May 21 17:15:05.944 INFO STEP 299 (remove_files) COMPLETE
57152026-05-21T17:15:05.996Z[ recovery-image] May 21 17:15:05.944 INFO O| May 21 17:15:05.944 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-05-21T17:15:06.001Z[ recovery-image] May 21 17:15:05.952 INFO O| May 21 17:15:05.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57172026-05-21T17:15:06.001Z[ recovery-image] May 21 17:15:05.952 INFO O| May 21 17:15:05.952 INFO STEP 300 (remove_files) COMPLETE
57182026-05-21T17:15:06.005Z[ recovery-image] May 21 17:15:05.952 INFO O| May 21 17:15:05.952 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-05-21T17:15:06.009Z[ recovery-image] May 21 17:15:05.960 INFO O| May 21 17:15:05.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57202026-05-21T17:15:06.009Z[ recovery-image] May 21 17:15:05.960 INFO O| May 21 17:15:05.960 INFO STEP 301 (remove_files) COMPLETE
57212026-05-21T17:15:06.012Z[ recovery-image] May 21 17:15:05.960 INFO O| May 21 17:15:05.960 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-05-21T17:15:06.018Z[ recovery-image] May 21 17:15:05.968 INFO O| May 21 17:15:05.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57232026-05-21T17:15:06.018Z[ recovery-image] May 21 17:15:05.968 INFO O| May 21 17:15:05.968 INFO STEP 302 (remove_files) COMPLETE
57242026-05-21T17:15:06.018Z[ recovery-image] May 21 17:15:05.969 INFO O| May 21 17:15:05.968 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-05-21T17:15:06.028Z[ recovery-image] May 21 17:15:05.978 INFO O| May 21 17:15:05.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57262026-05-21T17:15:06.028Z[ recovery-image] May 21 17:15:05.978 INFO O| May 21 17:15:05.978 INFO STEP 303 (remove_files) COMPLETE
57272026-05-21T17:15:06.028Z[ recovery-image] May 21 17:15:05.978 INFO O| May 21 17:15:05.978 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-05-21T17:15:06.038Z[ recovery-image] May 21 17:15:05.989 INFO O| May 21 17:15:05.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57292026-05-21T17:15:06.038Z[ recovery-image] May 21 17:15:05.989 INFO O| May 21 17:15:05.989 INFO STEP 304 (remove_files) COMPLETE
57302026-05-21T17:15:06.038Z[ recovery-image] May 21 17:15:05.989 INFO O| May 21 17:15:05.989 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-05-21T17:15:06.049Z[ recovery-image] May 21 17:15:05.999 INFO O| May 21 17:15:05.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57322026-05-21T17:15:06.049Z[ recovery-image] May 21 17:15:05.999 INFO O| May 21 17:15:05.999 INFO STEP 305 (remove_files) COMPLETE
57332026-05-21T17:15:06.049Z[ recovery-image] May 21 17:15:05.999 INFO O| May 21 17:15:05.999 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-05-21T17:15:06.058Z[ recovery-image] May 21 17:15:06.009 INFO O| May 21 17:15:06.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57352026-05-21T17:15:06.058Z[ recovery-image] May 21 17:15:06.009 INFO O| May 21 17:15:06.009 INFO STEP 306 (remove_files) COMPLETE
57362026-05-21T17:15:06.058Z[ recovery-image] May 21 17:15:06.009 INFO O| May 21 17:15:06.009 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-05-21T17:15:06.068Z[ recovery-image] May 21 17:15:06.018 INFO O| May 21 17:15:06.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57382026-05-21T17:15:06.068Z[ recovery-image] May 21 17:15:06.018 INFO O| May 21 17:15:06.018 INFO STEP 307 (remove_files) COMPLETE
57392026-05-21T17:15:06.068Z[ recovery-image] May 21 17:15:06.018 INFO O| May 21 17:15:06.018 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-05-21T17:15:06.077Z[ recovery-image] May 21 17:15:06.027 INFO O| May 21 17:15:06.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57412026-05-21T17:15:06.077Z[ recovery-image] May 21 17:15:06.027 INFO O| May 21 17:15:06.027 INFO STEP 308 (remove_files) COMPLETE
57422026-05-21T17:15:06.077Z[ recovery-image] May 21 17:15:06.027 INFO O| May 21 17:15:06.027 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-05-21T17:15:06.087Z[ recovery-image] May 21 17:15:06.038 INFO O| May 21 17:15:06.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57442026-05-21T17:15:06.087Z[ recovery-image] May 21 17:15:06.038 INFO O| May 21 17:15:06.038 INFO STEP 309 (remove_files) COMPLETE
57452026-05-21T17:15:06.087Z[ recovery-image] May 21 17:15:06.038 INFO O| May 21 17:15:06.038 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-05-21T17:15:06.097Z[ recovery-image] May 21 17:15:06.048 INFO O| May 21 17:15:06.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57472026-05-21T17:15:06.097Z[ recovery-image] May 21 17:15:06.048 INFO O| May 21 17:15:06.048 INFO STEP 310 (remove_files) COMPLETE
57482026-05-21T17:15:06.097Z[ recovery-image] May 21 17:15:06.048 INFO O| May 21 17:15:06.048 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-05-21T17:15:06.109Z[ recovery-image] May 21 17:15:06.059 INFO O| May 21 17:15:06.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57502026-05-21T17:15:06.109Z[ recovery-image] May 21 17:15:06.059 INFO O| May 21 17:15:06.059 INFO STEP 311 (remove_files) COMPLETE
57512026-05-21T17:15:06.109Z[ recovery-image] May 21 17:15:06.059 INFO O| May 21 17:15:06.059 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-05-21T17:15:06.117Z[ recovery-image] May 21 17:15:06.068 INFO O| May 21 17:15:06.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57532026-05-21T17:15:06.117Z[ recovery-image] May 21 17:15:06.068 INFO O| May 21 17:15:06.068 INFO STEP 312 (remove_files) COMPLETE
57542026-05-21T17:15:06.117Z[ recovery-image] May 21 17:15:06.068 INFO O| May 21 17:15:06.068 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-05-21T17:15:06.125Z[ recovery-image] May 21 17:15:06.076 INFO O| May 21 17:15:06.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57562026-05-21T17:15:06.125Z[ recovery-image] May 21 17:15:06.076 INFO O| May 21 17:15:06.076 INFO STEP 313 (remove_files) COMPLETE
57572026-05-21T17:15:06.125Z[ recovery-image] May 21 17:15:06.076 INFO O| May 21 17:15:06.076 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-05-21T17:15:06.134Z[ recovery-image] May 21 17:15:06.084 INFO O| May 21 17:15:06.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57592026-05-21T17:15:06.134Z[ recovery-image] May 21 17:15:06.084 INFO O| May 21 17:15:06.084 INFO STEP 314 (remove_files) COMPLETE
57602026-05-21T17:15:06.134Z[ recovery-image] May 21 17:15:06.084 INFO O| May 21 17:15:06.084 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-05-21T17:15:06.144Z[ recovery-image] May 21 17:15:06.094 INFO O| May 21 17:15:06.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57622026-05-21T17:15:06.144Z[ recovery-image] May 21 17:15:06.094 INFO O| May 21 17:15:06.094 INFO STEP 315 (remove_files) COMPLETE
57632026-05-21T17:15:06.148Z[ recovery-image] May 21 17:15:06.094 INFO O| May 21 17:15:06.094 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-05-21T17:15:06.153Z[ recovery-image] May 21 17:15:06.104 INFO O| May 21 17:15:06.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57652026-05-21T17:15:06.153Z[ recovery-image] May 21 17:15:06.104 INFO O| May 21 17:15:06.104 INFO STEP 316 (remove_files) COMPLETE
57662026-05-21T17:15:06.156Z[ recovery-image] May 21 17:15:06.104 INFO O| May 21 17:15:06.104 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-05-21T17:15:06.163Z[ recovery-image] May 21 17:15:06.114 INFO O| May 21 17:15:06.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57682026-05-21T17:15:06.163Z[ recovery-image] May 21 17:15:06.114 INFO O| May 21 17:15:06.114 INFO STEP 317 (remove_files) COMPLETE
57692026-05-21T17:15:06.166Z[ recovery-image] May 21 17:15:06.114 INFO O| May 21 17:15:06.114 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-05-21T17:15:06.172Z[ recovery-image] May 21 17:15:06.123 INFO O| May 21 17:15:06.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57712026-05-21T17:15:06.172Z[ recovery-image] May 21 17:15:06.123 INFO O| May 21 17:15:06.123 INFO STEP 318 (remove_files) COMPLETE
57722026-05-21T17:15:06.172Z[ recovery-image] May 21 17:15:06.123 INFO O| May 21 17:15:06.123 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-05-21T17:15:06.185Z[ recovery-image] May 21 17:15:06.132 INFO O| May 21 17:15:06.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57742026-05-21T17:15:06.185Z[ recovery-image] May 21 17:15:06.132 INFO O| May 21 17:15:06.132 INFO STEP 319 (remove_files) COMPLETE
57752026-05-21T17:15:06.185Z[ recovery-image] May 21 17:15:06.132 INFO O| May 21 17:15:06.132 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-05-21T17:15:06.192Z[ recovery-image] May 21 17:15:06.141 INFO O| May 21 17:15:06.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57772026-05-21T17:15:06.193Z[ recovery-image] May 21 17:15:06.141 INFO O| May 21 17:15:06.141 INFO STEP 320 (remove_files) COMPLETE
57782026-05-21T17:15:06.193Z[ recovery-image] May 21 17:15:06.141 INFO O| May 21 17:15:06.141 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-05-21T17:15:06.200Z[ recovery-image] May 21 17:15:06.151 INFO O| May 21 17:15:06.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57802026-05-21T17:15:06.203Z[ recovery-image] May 21 17:15:06.152 INFO O| May 21 17:15:06.152 INFO STEP 321 (remove_files) COMPLETE
57812026-05-21T17:15:06.203Z[ recovery-image] May 21 17:15:06.152 INFO O| May 21 17:15:06.152 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-05-21T17:15:06.210Z[ recovery-image] May 21 17:15:06.161 INFO O| May 21 17:15:06.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57832026-05-21T17:15:06.210Z[ recovery-image] May 21 17:15:06.161 INFO O| May 21 17:15:06.161 INFO STEP 322 (remove_files) COMPLETE
57842026-05-21T17:15:06.210Z[ recovery-image] May 21 17:15:06.161 INFO O| May 21 17:15:06.161 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-05-21T17:15:06.220Z[ recovery-image] May 21 17:15:06.170 INFO O| May 21 17:15:06.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57862026-05-21T17:15:06.220Z[ recovery-image] May 21 17:15:06.170 INFO O| May 21 17:15:06.170 INFO STEP 323 (remove_files) COMPLETE
57872026-05-21T17:15:06.220Z[ recovery-image] May 21 17:15:06.170 INFO O| May 21 17:15:06.170 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-05-21T17:15:06.228Z[ recovery-image] May 21 17:15:06.178 INFO O| May 21 17:15:06.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57892026-05-21T17:15:06.228Z[ recovery-image] May 21 17:15:06.178 INFO O| May 21 17:15:06.178 INFO STEP 324 (remove_files) COMPLETE
57902026-05-21T17:15:06.228Z[ recovery-image] May 21 17:15:06.178 INFO O| May 21 17:15:06.178 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-05-21T17:15:06.235Z[ recovery-image] May 21 17:15:06.186 INFO O| May 21 17:15:06.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57922026-05-21T17:15:06.235Z[ recovery-image] May 21 17:15:06.186 INFO O| May 21 17:15:06.186 INFO STEP 325 (remove_files) COMPLETE
57932026-05-21T17:15:06.235Z[ recovery-image] May 21 17:15:06.186 INFO O| May 21 17:15:06.186 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-05-21T17:15:06.243Z[ recovery-image] May 21 17:15:06.194 INFO O| May 21 17:15:06.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57952026-05-21T17:15:06.243Z[ recovery-image] May 21 17:15:06.194 INFO O| May 21 17:15:06.194 INFO STEP 326 (remove_files) COMPLETE
57962026-05-21T17:15:06.243Z[ recovery-image] May 21 17:15:06.194 INFO O| May 21 17:15:06.194 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-05-21T17:15:06.251Z[ recovery-image] May 21 17:15:06.201 INFO O| May 21 17:15:06.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57982026-05-21T17:15:06.251Z[ recovery-image] May 21 17:15:06.201 INFO O| May 21 17:15:06.201 INFO STEP 327 (remove_files) COMPLETE
57992026-05-21T17:15:06.254Z[ recovery-image] May 21 17:15:06.201 INFO O| May 21 17:15:06.201 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-05-21T17:15:06.258Z[ recovery-image] May 21 17:15:06.209 INFO O| May 21 17:15:06.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58012026-05-21T17:15:06.258Z[ recovery-image] May 21 17:15:06.209 INFO O| May 21 17:15:06.209 INFO STEP 328 (remove_files) COMPLETE
58022026-05-21T17:15:06.261Z[ recovery-image] May 21 17:15:06.209 INFO O| May 21 17:15:06.209 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-05-21T17:15:06.268Z[ recovery-image] May 21 17:15:06.218 INFO O| May 21 17:15:06.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58042026-05-21T17:15:06.268Z[ recovery-image] May 21 17:15:06.219 INFO O| May 21 17:15:06.218 INFO STEP 329 (remove_files) COMPLETE
58052026-05-21T17:15:06.268Z[ recovery-image] May 21 17:15:06.219 INFO O| May 21 17:15:06.218 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-05-21T17:15:06.276Z[ recovery-image] May 21 17:15:06.226 INFO O| May 21 17:15:06.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58072026-05-21T17:15:06.276Z[ recovery-image] May 21 17:15:06.226 INFO O| May 21 17:15:06.226 INFO STEP 330 (remove_files) COMPLETE
58082026-05-21T17:15:06.276Z[ recovery-image] May 21 17:15:06.226 INFO O| May 21 17:15:06.226 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-05-21T17:15:06.282Z[ recovery-image] May 21 17:15:06.233 INFO O| May 21 17:15:06.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58102026-05-21T17:15:06.282Z[ recovery-image] May 21 17:15:06.233 INFO O| May 21 17:15:06.233 INFO STEP 331 (remove_files) COMPLETE
58112026-05-21T17:15:06.282Z[ recovery-image] May 21 17:15:06.233 INFO O| May 21 17:15:06.233 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-05-21T17:15:06.289Z[ recovery-image] May 21 17:15:06.240 INFO O| May 21 17:15:06.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58132026-05-21T17:15:06.290Z[ recovery-image] May 21 17:15:06.240 INFO O| May 21 17:15:06.240 INFO STEP 332 (remove_files) COMPLETE
58142026-05-21T17:15:06.293Z[ recovery-image] May 21 17:15:06.240 INFO O| May 21 17:15:06.240 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-05-21T17:15:06.297Z[ recovery-image] May 21 17:15:06.248 INFO O| May 21 17:15:06.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58162026-05-21T17:15:06.297Z[ recovery-image] May 21 17:15:06.248 INFO O| May 21 17:15:06.248 INFO STEP 333 (remove_files) COMPLETE
58172026-05-21T17:15:06.297Z[ recovery-image] May 21 17:15:06.248 INFO O| May 21 17:15:06.248 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-05-21T17:15:06.305Z[ recovery-image] May 21 17:15:06.256 INFO O| May 21 17:15:06.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58192026-05-21T17:15:06.305Z[ recovery-image] May 21 17:15:06.256 INFO O| May 21 17:15:06.256 INFO STEP 334 (remove_files) COMPLETE
58202026-05-21T17:15:06.305Z[ recovery-image] May 21 17:15:06.256 INFO O| May 21 17:15:06.256 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-05-21T17:15:06.314Z[ recovery-image] May 21 17:15:06.264 INFO O| May 21 17:15:06.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58222026-05-21T17:15:06.314Z[ recovery-image] May 21 17:15:06.265 INFO O| May 21 17:15:06.264 INFO STEP 335 (remove_files) COMPLETE
58232026-05-21T17:15:06.317Z[ recovery-image] May 21 17:15:06.265 INFO O| May 21 17:15:06.264 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-05-21T17:15:06.322Z[ recovery-image] May 21 17:15:06.273 INFO O| May 21 17:15:06.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58252026-05-21T17:15:06.322Z[ recovery-image] May 21 17:15:06.273 INFO O| May 21 17:15:06.273 INFO STEP 336 (remove_files) COMPLETE
58262026-05-21T17:15:06.322Z[ recovery-image] May 21 17:15:06.273 INFO O| May 21 17:15:06.273 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-05-21T17:15:06.330Z[ recovery-image] May 21 17:15:06.281 INFO O| May 21 17:15:06.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58282026-05-21T17:15:06.330Z[ recovery-image] May 21 17:15:06.281 INFO O| May 21 17:15:06.281 INFO STEP 337 (remove_files) COMPLETE
58292026-05-21T17:15:06.330Z[ recovery-image] May 21 17:15:06.281 INFO O| May 21 17:15:06.281 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-05-21T17:15:06.338Z[ recovery-image] May 21 17:15:06.289 INFO O| May 21 17:15:06.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58312026-05-21T17:15:06.338Z[ recovery-image] May 21 17:15:06.289 INFO O| May 21 17:15:06.289 INFO STEP 338 (remove_files) COMPLETE
58322026-05-21T17:15:06.338Z[ recovery-image] May 21 17:15:06.289 INFO O| May 21 17:15:06.289 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-05-21T17:15:06.346Z[ recovery-image] May 21 17:15:06.296 INFO O| May 21 17:15:06.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58342026-05-21T17:15:06.346Z[ recovery-image] May 21 17:15:06.297 INFO O| May 21 17:15:06.297 INFO STEP 339 (remove_files) COMPLETE
58352026-05-21T17:15:06.346Z[ recovery-image] May 21 17:15:06.297 INFO O| May 21 17:15:06.297 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-05-21T17:15:06.354Z[ recovery-image] May 21 17:15:06.305 INFO O| May 21 17:15:06.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58372026-05-21T17:15:06.354Z[ recovery-image] May 21 17:15:06.305 INFO O| May 21 17:15:06.305 INFO STEP 340 (remove_files) COMPLETE
58382026-05-21T17:15:06.354Z[ recovery-image] May 21 17:15:06.305 INFO O| May 21 17:15:06.305 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-05-21T17:15:06.362Z[ recovery-image] May 21 17:15:06.313 INFO O| May 21 17:15:06.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58402026-05-21T17:15:06.362Z[ recovery-image] May 21 17:15:06.313 INFO O| May 21 17:15:06.313 INFO STEP 341 (remove_files) COMPLETE
58412026-05-21T17:15:06.362Z[ recovery-image] May 21 17:15:06.313 INFO O| May 21 17:15:06.313 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-05-21T17:15:06.371Z[ recovery-image] May 21 17:15:06.322 INFO O| May 21 17:15:06.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58432026-05-21T17:15:06.371Z[ recovery-image] May 21 17:15:06.322 INFO O| May 21 17:15:06.322 INFO STEP 342 (remove_files) COMPLETE
58442026-05-21T17:15:06.371Z[ recovery-image] May 21 17:15:06.322 INFO O| May 21 17:15:06.322 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-05-21T17:15:06.381Z[ recovery-image] May 21 17:15:06.331 INFO O| May 21 17:15:06.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58462026-05-21T17:15:06.381Z[ recovery-image] May 21 17:15:06.331 INFO O| May 21 17:15:06.331 INFO STEP 343 (remove_files) COMPLETE
58472026-05-21T17:15:06.384Z[ recovery-image] May 21 17:15:06.331 INFO O| May 21 17:15:06.331 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-05-21T17:15:06.389Z[ recovery-image] May 21 17:15:06.340 INFO O| May 21 17:15:06.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58492026-05-21T17:15:06.389Z[ recovery-image] May 21 17:15:06.340 INFO O| May 21 17:15:06.340 INFO STEP 344 (remove_files) COMPLETE
58502026-05-21T17:15:06.389Z[ recovery-image] May 21 17:15:06.340 INFO O| May 21 17:15:06.340 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-05-21T17:15:06.399Z[ recovery-image] May 21 17:15:06.349 INFO O| May 21 17:15:06.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58522026-05-21T17:15:06.399Z[ recovery-image] May 21 17:15:06.349 INFO O| May 21 17:15:06.349 INFO STEP 345 (remove_files) COMPLETE
58532026-05-21T17:15:06.399Z[ recovery-image] May 21 17:15:06.349 INFO O| May 21 17:15:06.349 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-05-21T17:15:06.407Z[ recovery-image] May 21 17:15:06.358 INFO O| May 21 17:15:06.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58552026-05-21T17:15:06.407Z[ recovery-image] May 21 17:15:06.358 INFO O| May 21 17:15:06.358 INFO STEP 346 (remove_files) COMPLETE
58562026-05-21T17:15:06.407Z[ recovery-image] May 21 17:15:06.358 INFO O| May 21 17:15:06.358 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-05-21T17:15:06.416Z[ recovery-image] May 21 17:15:06.367 INFO O| May 21 17:15:06.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58582026-05-21T17:15:06.416Z[ recovery-image] May 21 17:15:06.367 INFO O| May 21 17:15:06.367 INFO STEP 347 (remove_files) COMPLETE
58592026-05-21T17:15:06.424Z[ recovery-image] May 21 17:15:06.367 INFO O| May 21 17:15:06.367 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-05-21T17:15:06.428Z[ recovery-image] May 21 17:15:06.378 INFO O| May 21 17:15:06.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58612026-05-21T17:15:06.428Z[ recovery-image] May 21 17:15:06.378 INFO O| May 21 17:15:06.378 INFO STEP 348 (remove_files) COMPLETE
58622026-05-21T17:15:06.431Z[ recovery-image] May 21 17:15:06.378 INFO O| May 21 17:15:06.378 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-05-21T17:15:06.437Z[ recovery-image] May 21 17:15:06.388 INFO O| May 21 17:15:06.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58642026-05-21T17:15:06.437Z[ recovery-image] May 21 17:15:06.388 INFO O| May 21 17:15:06.388 INFO STEP 349 (remove_files) COMPLETE
58652026-05-21T17:15:06.437Z[ recovery-image] May 21 17:15:06.388 INFO O| May 21 17:15:06.388 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-05-21T17:15:06.447Z[ recovery-image] May 21 17:15:06.398 INFO O| May 21 17:15:06.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58672026-05-21T17:15:06.447Z[ recovery-image] May 21 17:15:06.398 INFO O| May 21 17:15:06.398 INFO STEP 350 (remove_files) COMPLETE
58682026-05-21T17:15:06.447Z[ recovery-image] May 21 17:15:06.398 INFO O| May 21 17:15:06.398 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-05-21T17:15:06.457Z[ recovery-image] May 21 17:15:06.407 INFO O| May 21 17:15:06.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58702026-05-21T17:15:06.457Z[ recovery-image] May 21 17:15:06.407 INFO O| May 21 17:15:06.407 INFO STEP 351 (remove_files) COMPLETE
58712026-05-21T17:15:06.457Z[ recovery-image] May 21 17:15:06.408 INFO O| May 21 17:15:06.407 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-05-21T17:15:06.466Z[ recovery-image] May 21 17:15:06.417 INFO O| May 21 17:15:06.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58732026-05-21T17:15:06.470Z[ recovery-image] May 21 17:15:06.420 INFO O| May 21 17:15:06.420 INFO STEP 352 (remove_files) COMPLETE
58742026-05-21T17:15:06.470Z[ recovery-image] May 21 17:15:06.420 INFO O| May 21 17:15:06.420 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-05-21T17:15:06.479Z[ recovery-image] May 21 17:15:06.430 INFO O| May 21 17:15:06.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58762026-05-21T17:15:06.479Z[ recovery-image] May 21 17:15:06.430 INFO O| May 21 17:15:06.430 INFO STEP 353 (remove_files) COMPLETE
58772026-05-21T17:15:06.480Z[ recovery-image] May 21 17:15:06.430 INFO O| May 21 17:15:06.430 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-05-21T17:15:06.489Z[ recovery-image] May 21 17:15:06.440 INFO O| May 21 17:15:06.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58792026-05-21T17:15:06.489Z[ recovery-image] May 21 17:15:06.440 INFO O| May 21 17:15:06.440 INFO STEP 354 (remove_files) COMPLETE
58802026-05-21T17:15:06.489Z[ recovery-image] May 21 17:15:06.440 INFO O| May 21 17:15:06.440 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-05-21T17:15:06.497Z[ recovery-image] May 21 17:15:06.448 INFO O| May 21 17:15:06.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58822026-05-21T17:15:06.497Z[ recovery-image] May 21 17:15:06.448 INFO O| May 21 17:15:06.448 INFO STEP 355 (remove_files) COMPLETE
58832026-05-21T17:15:06.500Z[ recovery-image] May 21 17:15:06.448 INFO O| May 21 17:15:06.448 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-05-21T17:15:06.506Z[ recovery-image] May 21 17:15:06.456 INFO O| May 21 17:15:06.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58852026-05-21T17:15:06.506Z[ recovery-image] May 21 17:15:06.456 INFO O| May 21 17:15:06.456 INFO STEP 356 (remove_files) COMPLETE
58862026-05-21T17:15:06.506Z[ recovery-image] May 21 17:15:06.456 INFO O| May 21 17:15:06.456 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-05-21T17:15:06.513Z[ recovery-image] May 21 17:15:06.464 INFO O| May 21 17:15:06.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58882026-05-21T17:15:06.513Z[ recovery-image] May 21 17:15:06.464 INFO O| May 21 17:15:06.464 INFO STEP 357 (remove_files) COMPLETE
58892026-05-21T17:15:06.513Z[ recovery-image] May 21 17:15:06.464 INFO O| May 21 17:15:06.464 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-05-21T17:15:06.525Z[ recovery-image] May 21 17:15:06.476 INFO O| May 21 17:15:06.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58912026-05-21T17:15:06.525Z[ recovery-image] May 21 17:15:06.476 INFO O| May 21 17:15:06.476 INFO STEP 358 (remove_files) COMPLETE
58922026-05-21T17:15:06.525Z[ recovery-image] May 21 17:15:06.476 INFO O| May 21 17:15:06.476 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-05-21T17:15:06.536Z[ recovery-image] May 21 17:15:06.486 INFO O| May 21 17:15:06.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58942026-05-21T17:15:06.536Z[ recovery-image] May 21 17:15:06.487 INFO O| May 21 17:15:06.486 INFO STEP 359 (remove_files) COMPLETE
58952026-05-21T17:15:06.536Z[ recovery-image] May 21 17:15:06.487 INFO O| May 21 17:15:06.487 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-05-21T17:15:06.546Z[ recovery-image] May 21 17:15:06.497 INFO O| May 21 17:15:06.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58972026-05-21T17:15:06.546Z[ recovery-image] May 21 17:15:06.497 INFO O| May 21 17:15:06.497 INFO STEP 360 (remove_files) COMPLETE
58982026-05-21T17:15:06.546Z[ recovery-image] May 21 17:15:06.497 INFO O| May 21 17:15:06.497 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-05-21T17:15:06.556Z[ recovery-image] May 21 17:15:06.507 INFO O| May 21 17:15:06.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59002026-05-21T17:15:06.556Z[ recovery-image] May 21 17:15:06.507 INFO O| May 21 17:15:06.507 INFO STEP 361 (remove_files) COMPLETE
59012026-05-21T17:15:06.556Z[ recovery-image] May 21 17:15:06.507 INFO O| May 21 17:15:06.507 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-05-21T17:15:06.566Z[ recovery-image] May 21 17:15:06.517 INFO O| May 21 17:15:06.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59032026-05-21T17:15:06.566Z[ recovery-image] May 21 17:15:06.517 INFO O| May 21 17:15:06.517 INFO STEP 362 (remove_files) COMPLETE
59042026-05-21T17:15:06.566Z[ recovery-image] May 21 17:15:06.517 INFO O| May 21 17:15:06.517 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-05-21T17:15:06.575Z[ recovery-image] May 21 17:15:06.526 INFO O| May 21 17:15:06.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59062026-05-21T17:15:06.578Z[ recovery-image] May 21 17:15:06.527 INFO O| May 21 17:15:06.527 INFO STEP 363 (remove_files) COMPLETE
59072026-05-21T17:15:06.578Z[ recovery-image] May 21 17:15:06.527 INFO O| May 21 17:15:06.527 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-05-21T17:15:06.585Z[ recovery-image] May 21 17:15:06.536 INFO O| May 21 17:15:06.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59092026-05-21T17:15:06.585Z[ recovery-image] May 21 17:15:06.536 INFO O| May 21 17:15:06.536 INFO STEP 364 (remove_files) COMPLETE
59102026-05-21T17:15:06.588Z[ recovery-image] May 21 17:15:06.536 INFO O| May 21 17:15:06.536 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-05-21T17:15:06.594Z[ recovery-image] May 21 17:15:06.544 INFO O| May 21 17:15:06.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59122026-05-21T17:15:06.594Z[ recovery-image] May 21 17:15:06.544 INFO O| May 21 17:15:06.544 INFO STEP 365 (remove_files) COMPLETE
59132026-05-21T17:15:06.597Z[ recovery-image] May 21 17:15:06.544 INFO O| May 21 17:15:06.544 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-05-21T17:15:06.602Z[ recovery-image] May 21 17:15:06.553 INFO O| May 21 17:15:06.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59152026-05-21T17:15:06.602Z[ recovery-image] May 21 17:15:06.553 INFO O| May 21 17:15:06.553 INFO STEP 366 (remove_files) COMPLETE
59162026-05-21T17:15:06.602Z[ recovery-image] May 21 17:15:06.553 INFO O| May 21 17:15:06.553 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-05-21T17:15:06.610Z[ recovery-image] May 21 17:15:06.561 INFO O| May 21 17:15:06.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59182026-05-21T17:15:06.610Z[ recovery-image] May 21 17:15:06.561 INFO O| May 21 17:15:06.561 INFO STEP 367 (remove_files) COMPLETE
59192026-05-21T17:15:06.610Z[ recovery-image] May 21 17:15:06.561 INFO O| May 21 17:15:06.561 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-05-21T17:15:06.618Z[ recovery-image] May 21 17:15:06.569 INFO O| May 21 17:15:06.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59212026-05-21T17:15:06.618Z[ recovery-image] May 21 17:15:06.569 INFO O| May 21 17:15:06.569 INFO STEP 368 (remove_files) COMPLETE
59222026-05-21T17:15:06.618Z[ recovery-image] May 21 17:15:06.569 INFO O| May 21 17:15:06.569 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-05-21T17:15:06.626Z[ recovery-image] May 21 17:15:06.577 INFO O| May 21 17:15:06.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59242026-05-21T17:15:06.626Z[ recovery-image] May 21 17:15:06.577 INFO O| May 21 17:15:06.577 INFO STEP 369 (remove_files) COMPLETE
59252026-05-21T17:15:06.629Z[ recovery-image] May 21 17:15:06.577 INFO O| May 21 17:15:06.577 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-05-21T17:15:06.633Z[ recovery-image] May 21 17:15:06.584 INFO O| May 21 17:15:06.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59272026-05-21T17:15:06.633Z[ recovery-image] May 21 17:15:06.584 INFO O| May 21 17:15:06.584 INFO STEP 370 (remove_files) COMPLETE
59282026-05-21T17:15:06.636Z[ recovery-image] May 21 17:15:06.584 INFO O| May 21 17:15:06.584 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-05-21T17:15:06.641Z[ recovery-image] May 21 17:15:06.592 INFO O| May 21 17:15:06.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59302026-05-21T17:15:06.641Z[ recovery-image] May 21 17:15:06.592 INFO O| May 21 17:15:06.592 INFO STEP 371 (remove_files) COMPLETE
59312026-05-21T17:15:06.644Z[ recovery-image] May 21 17:15:06.592 INFO O| May 21 17:15:06.592 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-05-21T17:15:06.649Z[ recovery-image] May 21 17:15:06.600 INFO O| May 21 17:15:06.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59332026-05-21T17:15:06.649Z[ recovery-image] May 21 17:15:06.600 INFO O| May 21 17:15:06.600 INFO STEP 372 (remove_files) COMPLETE
59342026-05-21T17:15:06.652Z[ recovery-image] May 21 17:15:06.600 INFO O| May 21 17:15:06.600 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-05-21T17:15:06.656Z[ recovery-image] May 21 17:15:06.607 INFO O| May 21 17:15:06.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59362026-05-21T17:15:06.656Z[ recovery-image] May 21 17:15:06.607 INFO O| May 21 17:15:06.607 INFO STEP 373 (remove_files) COMPLETE
59372026-05-21T17:15:06.659Z[ recovery-image] May 21 17:15:06.607 INFO O| May 21 17:15:06.607 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-05-21T17:15:06.664Z[ recovery-image] May 21 17:15:06.615 INFO O| May 21 17:15:06.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59392026-05-21T17:15:06.664Z[ recovery-image] May 21 17:15:06.615 INFO O| May 21 17:15:06.615 INFO STEP 374 (remove_files) COMPLETE
59402026-05-21T17:15:06.667Z[ recovery-image] May 21 17:15:06.615 INFO O| May 21 17:15:06.615 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-05-21T17:15:06.672Z[ recovery-image] May 21 17:15:06.623 INFO O| May 21 17:15:06.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59422026-05-21T17:15:06.672Z[ recovery-image] May 21 17:15:06.623 INFO O| May 21 17:15:06.623 INFO STEP 375 (remove_files) COMPLETE
59432026-05-21T17:15:06.672Z[ recovery-image] May 21 17:15:06.623 INFO O| May 21 17:15:06.623 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-05-21T17:15:06.680Z[ recovery-image] May 21 17:15:06.630 INFO O| May 21 17:15:06.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59452026-05-21T17:15:06.680Z[ recovery-image] May 21 17:15:06.630 INFO O| May 21 17:15:06.630 INFO STEP 376 (remove_files) COMPLETE
59462026-05-21T17:15:06.683Z[ recovery-image] May 21 17:15:06.630 INFO O| May 21 17:15:06.630 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-05-21T17:15:06.687Z[ recovery-image] May 21 17:15:06.638 INFO O| May 21 17:15:06.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59482026-05-21T17:15:06.687Z[ recovery-image] May 21 17:15:06.638 INFO O| May 21 17:15:06.638 INFO STEP 377 (remove_files) COMPLETE
59492026-05-21T17:15:06.687Z[ recovery-image] May 21 17:15:06.638 INFO O| May 21 17:15:06.638 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-05-21T17:15:06.696Z[ recovery-image] May 21 17:15:06.646 INFO O| May 21 17:15:06.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59512026-05-21T17:15:06.696Z[ recovery-image] May 21 17:15:06.646 INFO O| May 21 17:15:06.646 INFO STEP 378 (remove_files) COMPLETE
59522026-05-21T17:15:06.698Z[ recovery-image] May 21 17:15:06.646 INFO O| May 21 17:15:06.646 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-05-21T17:15:06.704Z[ recovery-image] May 21 17:15:06.655 INFO O| May 21 17:15:06.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59542026-05-21T17:15:06.704Z[ recovery-image] May 21 17:15:06.655 INFO O| May 21 17:15:06.655 INFO STEP 379 (remove_files) COMPLETE
59552026-05-21T17:15:06.709Z[ recovery-image] May 21 17:15:06.655 INFO O| May 21 17:15:06.655 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-05-21T17:15:06.714Z[ recovery-image] May 21 17:15:06.665 INFO O| May 21 17:15:06.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59572026-05-21T17:15:06.714Z[ recovery-image] May 21 17:15:06.665 INFO O| May 21 17:15:06.665 INFO STEP 380 (remove_files) COMPLETE
59582026-05-21T17:15:06.717Z[ recovery-image] May 21 17:15:06.665 INFO O| May 21 17:15:06.665 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-05-21T17:15:06.723Z[ recovery-image] May 21 17:15:06.673 INFO O| May 21 17:15:06.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59602026-05-21T17:15:06.723Z[ recovery-image] May 21 17:15:06.674 INFO O| May 21 17:15:06.674 INFO STEP 381 (remove_files) COMPLETE
59612026-05-21T17:15:06.726Z[ recovery-image] May 21 17:15:06.674 INFO O| May 21 17:15:06.674 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-05-21T17:15:06.731Z[ recovery-image] May 21 17:15:06.682 INFO O| May 21 17:15:06.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59632026-05-21T17:15:06.731Z[ recovery-image] May 21 17:15:06.682 INFO O| May 21 17:15:06.682 INFO STEP 382 (remove_files) COMPLETE
59642026-05-21T17:15:06.734Z[ recovery-image] May 21 17:15:06.682 INFO O| May 21 17:15:06.682 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-05-21T17:15:06.739Z[ recovery-image] May 21 17:15:06.690 INFO O| May 21 17:15:06.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59662026-05-21T17:15:06.739Z[ recovery-image] May 21 17:15:06.690 INFO O| May 21 17:15:06.690 INFO STEP 383 (remove_files) COMPLETE
59672026-05-21T17:15:06.739Z[ recovery-image] May 21 17:15:06.690 INFO O| May 21 17:15:06.690 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-05-21T17:15:06.748Z[ recovery-image] May 21 17:15:06.698 INFO O| May 21 17:15:06.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59692026-05-21T17:15:06.748Z[ recovery-image] May 21 17:15:06.699 INFO O| May 21 17:15:06.699 INFO STEP 384 (remove_files) COMPLETE
59702026-05-21T17:15:06.752Z[ recovery-image] May 21 17:15:06.699 INFO O| May 21 17:15:06.699 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-05-21T17:15:06.756Z[ recovery-image] May 21 17:15:06.707 INFO O| May 21 17:15:06.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59722026-05-21T17:15:06.756Z[ recovery-image] May 21 17:15:06.707 INFO O| May 21 17:15:06.707 INFO STEP 385 (remove_files) COMPLETE
59732026-05-21T17:15:06.756Z[ recovery-image] May 21 17:15:06.707 INFO O| May 21 17:15:06.707 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-05-21T17:15:06.765Z[ recovery-image] May 21 17:15:06.716 INFO O| May 21 17:15:06.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59752026-05-21T17:15:06.765Z[ recovery-image] May 21 17:15:06.716 INFO O| May 21 17:15:06.716 INFO STEP 386 (remove_files) COMPLETE
59762026-05-21T17:15:06.768Z[ recovery-image] May 21 17:15:06.716 INFO O| May 21 17:15:06.716 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-05-21T17:15:06.773Z[ recovery-image] May 21 17:15:06.724 INFO O| May 21 17:15:06.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59782026-05-21T17:15:06.773Z[ recovery-image] May 21 17:15:06.724 INFO O| May 21 17:15:06.724 INFO STEP 387 (remove_files) COMPLETE
59792026-05-21T17:15:06.776Z[ recovery-image] May 21 17:15:06.724 INFO O| May 21 17:15:06.724 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-05-21T17:15:06.782Z[ recovery-image] May 21 17:15:06.733 INFO O| May 21 17:15:06.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59812026-05-21T17:15:06.782Z[ recovery-image] May 21 17:15:06.733 INFO O| May 21 17:15:06.733 INFO STEP 388 (remove_files) COMPLETE
59822026-05-21T17:15:06.786Z[ recovery-image] May 21 17:15:06.733 INFO O| May 21 17:15:06.733 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-05-21T17:15:06.790Z[ recovery-image] May 21 17:15:06.741 INFO O| May 21 17:15:06.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59842026-05-21T17:15:06.790Z[ recovery-image] May 21 17:15:06.741 INFO O| May 21 17:15:06.741 INFO STEP 389 (remove_files) COMPLETE
59852026-05-21T17:15:06.794Z[ recovery-image] May 21 17:15:06.741 INFO O| May 21 17:15:06.741 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-05-21T17:15:06.800Z[ recovery-image] May 21 17:15:06.750 INFO O| May 21 17:15:06.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59872026-05-21T17:15:06.800Z[ recovery-image] May 21 17:15:06.750 INFO O| May 21 17:15:06.750 INFO STEP 390 (remove_files) COMPLETE
59882026-05-21T17:15:06.800Z[ recovery-image] May 21 17:15:06.750 INFO O| May 21 17:15:06.750 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-05-21T17:15:06.808Z[ recovery-image] May 21 17:15:06.758 INFO O| May 21 17:15:06.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59902026-05-21T17:15:06.808Z[ recovery-image] May 21 17:15:06.758 INFO O| May 21 17:15:06.758 INFO STEP 391 (remove_files) COMPLETE
59912026-05-21T17:15:06.808Z[ recovery-image] May 21 17:15:06.758 INFO O| May 21 17:15:06.758 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-05-21T17:15:06.817Z[ recovery-image] May 21 17:15:06.768 INFO O| May 21 17:15:06.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59932026-05-21T17:15:06.817Z[ recovery-image] May 21 17:15:06.768 INFO O| May 21 17:15:06.768 INFO STEP 392 (remove_files) COMPLETE
59942026-05-21T17:15:06.820Z[ recovery-image] May 21 17:15:06.768 INFO O| May 21 17:15:06.768 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-05-21T17:15:06.827Z[ recovery-image] May 21 17:15:06.778 INFO O| May 21 17:15:06.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59962026-05-21T17:15:06.827Z[ recovery-image] May 21 17:15:06.778 INFO O| May 21 17:15:06.778 INFO STEP 393 (remove_files) COMPLETE
59972026-05-21T17:15:06.827Z[ recovery-image] May 21 17:15:06.778 INFO O| May 21 17:15:06.778 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-05-21T17:15:06.838Z[ recovery-image] May 21 17:15:06.787 INFO O| May 21 17:15:06.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59992026-05-21T17:15:06.838Z[ recovery-image] May 21 17:15:06.787 INFO O| May 21 17:15:06.787 INFO STEP 394 (remove_files) COMPLETE
60002026-05-21T17:15:06.838Z[ recovery-image] May 21 17:15:06.787 INFO O| May 21 17:15:06.787 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-05-21T17:15:06.847Z[ recovery-image] May 21 17:15:06.797 INFO O| May 21 17:15:06.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60022026-05-21T17:15:06.847Z[ recovery-image] May 21 17:15:06.798 INFO O| May 21 17:15:06.798 INFO STEP 395 (remove_files) COMPLETE
60032026-05-21T17:15:06.850Z[ recovery-image] May 21 17:15:06.798 INFO O| May 21 17:15:06.798 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-05-21T17:15:06.856Z[ recovery-image] May 21 17:15:06.806 INFO O| May 21 17:15:06.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60052026-05-21T17:15:06.856Z[ recovery-image] May 21 17:15:06.806 INFO O| May 21 17:15:06.806 INFO STEP 396 (remove_files) COMPLETE
60062026-05-21T17:15:06.859Z[ recovery-image] May 21 17:15:06.806 INFO O| May 21 17:15:06.806 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-05-21T17:15:06.864Z[ recovery-image] May 21 17:15:06.815 INFO O| May 21 17:15:06.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60082026-05-21T17:15:06.864Z[ recovery-image] May 21 17:15:06.815 INFO O| May 21 17:15:06.815 INFO STEP 397 (remove_files) COMPLETE
60092026-05-21T17:15:06.864Z[ recovery-image] May 21 17:15:06.815 INFO O| May 21 17:15:06.815 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-05-21T17:15:06.875Z[ recovery-image] May 21 17:15:06.824 INFO O| May 21 17:15:06.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60112026-05-21T17:15:06.875Z[ recovery-image] May 21 17:15:06.824 INFO O| May 21 17:15:06.824 INFO STEP 398 (remove_files) COMPLETE
60122026-05-21T17:15:06.875Z[ recovery-image] May 21 17:15:06.824 INFO O| May 21 17:15:06.824 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-05-21T17:15:06.883Z[ recovery-image] May 21 17:15:06.833 INFO O| May 21 17:15:06.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60142026-05-21T17:15:06.883Z[ recovery-image] May 21 17:15:06.833 INFO O| May 21 17:15:06.833 INFO STEP 399 (remove_files) COMPLETE
60152026-05-21T17:15:06.883Z[ recovery-image] May 21 17:15:06.834 INFO O| May 21 17:15:06.833 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-05-21T17:15:06.892Z[ recovery-image] May 21 17:15:06.842 INFO O| May 21 17:15:06.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60172026-05-21T17:15:06.892Z[ recovery-image] May 21 17:15:06.842 INFO O| May 21 17:15:06.842 INFO STEP 400 (remove_files) COMPLETE
60182026-05-21T17:15:06.892Z[ recovery-image] May 21 17:15:06.842 INFO O| May 21 17:15:06.842 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-05-21T17:15:06.901Z[ recovery-image] May 21 17:15:06.851 INFO O| May 21 17:15:06.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60202026-05-21T17:15:06.901Z[ recovery-image] May 21 17:15:06.851 INFO O| May 21 17:15:06.851 INFO STEP 401 (remove_files) COMPLETE
60212026-05-21T17:15:06.904Z[ recovery-image] May 21 17:15:06.851 INFO O| May 21 17:15:06.851 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-05-21T17:15:06.907Z[ recovery-image] May 21 17:15:06.858 INFO O| May 21 17:15:06.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60232026-05-21T17:15:06.907Z[ recovery-image] May 21 17:15:06.858 INFO O| May 21 17:15:06.858 INFO STEP 402 (remove_files) COMPLETE
60242026-05-21T17:15:06.910Z[ recovery-image] May 21 17:15:06.858 INFO O| May 21 17:15:06.858 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-05-21T17:15:06.920Z[ recovery-image] May 21 17:15:06.870 INFO O| May 21 17:15:06.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60262026-05-21T17:15:06.920Z[ recovery-image] May 21 17:15:06.871 INFO O| May 21 17:15:06.870 INFO STEP 403 (remove_files) COMPLETE
60272026-05-21T17:15:06.920Z[ recovery-image] May 21 17:15:06.871 INFO O| May 21 17:15:06.870 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-05-21T17:15:06.928Z[ recovery-image] May 21 17:15:06.879 INFO O| May 21 17:15:06.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60292026-05-21T17:15:06.928Z[ recovery-image] May 21 17:15:06.879 INFO O| May 21 17:15:06.879 INFO STEP 404 (remove_files) COMPLETE
60302026-05-21T17:15:06.931Z[ recovery-image] May 21 17:15:06.879 INFO O| May 21 17:15:06.879 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-05-21T17:15:06.941Z[ recovery-image] May 21 17:15:06.888 INFO O| May 21 17:15:06.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60322026-05-21T17:15:06.941Z[ recovery-image] May 21 17:15:06.888 INFO O| May 21 17:15:06.888 INFO STEP 405 (remove_files) COMPLETE
60332026-05-21T17:15:06.941Z[ recovery-image] May 21 17:15:06.888 INFO O| May 21 17:15:06.888 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-05-21T17:15:06.947Z[ recovery-image] May 21 17:15:06.898 INFO O| May 21 17:15:06.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60352026-05-21T17:15:06.947Z[ recovery-image] May 21 17:15:06.898 INFO O| May 21 17:15:06.898 INFO STEP 406 (remove_files) COMPLETE
60362026-05-21T17:15:06.947Z[ recovery-image] May 21 17:15:06.898 INFO O| May 21 17:15:06.898 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-05-21T17:15:06.957Z[ recovery-image] May 21 17:15:06.907 INFO O| May 21 17:15:06.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60382026-05-21T17:15:06.957Z[ recovery-image] May 21 17:15:06.907 INFO O| May 21 17:15:06.907 INFO STEP 407 (remove_files) COMPLETE
60392026-05-21T17:15:06.960Z[ recovery-image] May 21 17:15:06.907 INFO O| May 21 17:15:06.907 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-05-21T17:15:06.965Z[ recovery-image] May 21 17:15:06.916 INFO O| May 21 17:15:06.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60412026-05-21T17:15:06.965Z[ recovery-image] May 21 17:15:06.916 INFO O| May 21 17:15:06.916 INFO STEP 408 (remove_files) COMPLETE
60422026-05-21T17:15:06.968Z[ recovery-image] May 21 17:15:06.916 INFO O| May 21 17:15:06.916 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-05-21T17:15:06.973Z[ recovery-image] May 21 17:15:06.924 INFO O| May 21 17:15:06.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60442026-05-21T17:15:06.973Z[ recovery-image] May 21 17:15:06.924 INFO O| May 21 17:15:06.924 INFO STEP 409 (remove_files) COMPLETE
60452026-05-21T17:15:06.973Z[ recovery-image] May 21 17:15:06.924 INFO O| May 21 17:15:06.924 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-05-21T17:15:06.991Z[ recovery-image] May 21 17:15:06.942 INFO O| May 21 17:15:06.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60472026-05-21T17:15:06.998Z[ recovery-image] May 21 17:15:06.949 INFO O| May 21 17:15:06.949 INFO STEP 410 (remove_files) COMPLETE
60482026-05-21T17:15:06.998Z[ recovery-image] May 21 17:15:06.949 INFO O| May 21 17:15:06.949 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-05-21T17:15:07.007Z[ recovery-image] May 21 17:15:06.958 INFO O| May 21 17:15:06.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60502026-05-21T17:15:07.007Z[ recovery-image] May 21 17:15:06.958 INFO O| May 21 17:15:06.958 INFO STEP 411 (remove_files) COMPLETE
60512026-05-21T17:15:07.007Z[ recovery-image] May 21 17:15:06.958 INFO O| May 21 17:15:06.958 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-05-21T17:15:07.027Z[ recovery-image] May 21 17:15:06.978 INFO O| May 21 17:15:06.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60532026-05-21T17:15:07.027Z[ recovery-image] May 21 17:15:06.978 INFO O| May 21 17:15:06.978 INFO STEP 412 (remove_files) COMPLETE
60542026-05-21T17:15:07.027Z[ recovery-image] May 21 17:15:06.978 INFO O| May 21 17:15:06.978 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-05-21T17:15:07.037Z[ recovery-image] May 21 17:15:06.988 INFO O| May 21 17:15:06.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60562026-05-21T17:15:07.037Z[ recovery-image] May 21 17:15:06.988 INFO O| May 21 17:15:06.988 INFO STEP 413 (remove_files) COMPLETE
60572026-05-21T17:15:07.037Z[ recovery-image] May 21 17:15:06.988 INFO O| May 21 17:15:06.988 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-05-21T17:15:07.048Z[ recovery-image] May 21 17:15:06.999 INFO O| May 21 17:15:06.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60592026-05-21T17:15:07.053Z[ recovery-image] May 21 17:15:06.999 INFO O| May 21 17:15:06.999 INFO STEP 414 (remove_files) COMPLETE
60602026-05-21T17:15:07.053Z[ recovery-image] May 21 17:15:06.999 INFO O| May 21 17:15:06.999 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-05-21T17:15:07.060Z[ recovery-image] May 21 17:15:07.011 INFO O| May 21 17:15:07.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60622026-05-21T17:15:07.060Z[ recovery-image] May 21 17:15:07.011 INFO O| May 21 17:15:07.011 INFO STEP 415 (remove_files) COMPLETE
60632026-05-21T17:15:07.060Z[ recovery-image] May 21 17:15:07.011 INFO O| May 21 17:15:07.011 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-05-21T17:15:07.072Z[ recovery-image] May 21 17:15:07.022 INFO O| May 21 17:15:07.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60652026-05-21T17:15:07.072Z[ recovery-image] May 21 17:15:07.022 INFO O| May 21 17:15:07.022 INFO STEP 416 (remove_files) COMPLETE
60662026-05-21T17:15:07.072Z[ recovery-image] May 21 17:15:07.022 INFO O| May 21 17:15:07.022 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-05-21T17:15:07.080Z[ recovery-image] May 21 17:15:07.030 INFO O| May 21 17:15:07.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60682026-05-21T17:15:07.080Z[ recovery-image] May 21 17:15:07.030 INFO O| May 21 17:15:07.030 INFO STEP 417 (remove_files) COMPLETE
60692026-05-21T17:15:07.080Z[ recovery-image] May 21 17:15:07.030 INFO O| May 21 17:15:07.030 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-05-21T17:15:07.088Z[ recovery-image] May 21 17:15:07.039 INFO O| May 21 17:15:07.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60712026-05-21T17:15:07.089Z[ recovery-image] May 21 17:15:07.039 INFO O| May 21 17:15:07.039 INFO STEP 418 (remove_files) COMPLETE
60722026-05-21T17:15:07.089Z[ recovery-image] May 21 17:15:07.039 INFO O| May 21 17:15:07.039 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-05-21T17:15:07.100Z[ recovery-image] May 21 17:15:07.050 INFO O| May 21 17:15:07.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60742026-05-21T17:15:07.103Z[ recovery-image] May 21 17:15:07.050 INFO O| May 21 17:15:07.050 INFO STEP 419 (remove_files) COMPLETE
60752026-05-21T17:15:07.103Z[ recovery-image] May 21 17:15:07.050 INFO O| May 21 17:15:07.050 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-05-21T17:15:07.109Z[ recovery-image] May 21 17:15:07.060 INFO O| May 21 17:15:07.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60772026-05-21T17:15:07.110Z[ recovery-image] May 21 17:15:07.060 INFO O| May 21 17:15:07.060 INFO STEP 420 (remove_files) COMPLETE
60782026-05-21T17:15:07.110Z[ recovery-image] May 21 17:15:07.060 INFO O| May 21 17:15:07.060 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-05-21T17:15:07.122Z[ recovery-image] May 21 17:15:07.070 INFO O| May 21 17:15:07.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60802026-05-21T17:15:07.122Z[ recovery-image] May 21 17:15:07.070 INFO O| May 21 17:15:07.070 INFO STEP 421 (remove_files) COMPLETE
60812026-05-21T17:15:07.122Z[ recovery-image] May 21 17:15:07.070 INFO O| May 21 17:15:07.070 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-05-21T17:15:07.130Z[ recovery-image] May 21 17:15:07.080 INFO O| May 21 17:15:07.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60832026-05-21T17:15:07.130Z[ recovery-image] May 21 17:15:07.080 INFO O| May 21 17:15:07.080 INFO STEP 422 (remove_files) COMPLETE
60842026-05-21T17:15:07.130Z[ recovery-image] May 21 17:15:07.080 INFO O| May 21 17:15:07.080 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-05-21T17:15:07.140Z[ recovery-image] May 21 17:15:07.090 INFO O| May 21 17:15:07.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60862026-05-21T17:15:07.140Z[ recovery-image] May 21 17:15:07.090 INFO O| May 21 17:15:07.090 INFO STEP 423 (remove_files) COMPLETE
60872026-05-21T17:15:07.140Z[ recovery-image] May 21 17:15:07.090 INFO O| May 21 17:15:07.090 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-05-21T17:15:07.148Z[ recovery-image] May 21 17:15:07.099 INFO O| May 21 17:15:07.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60892026-05-21T17:15:07.148Z[ recovery-image] May 21 17:15:07.099 INFO O| May 21 17:15:07.099 INFO STEP 424 (remove_files) COMPLETE
60902026-05-21T17:15:07.148Z[ recovery-image] May 21 17:15:07.099 INFO O| May 21 17:15:07.099 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-05-21T17:15:07.158Z[ recovery-image] May 21 17:15:07.109 INFO O| May 21 17:15:07.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60922026-05-21T17:15:07.158Z[ recovery-image] May 21 17:15:07.109 INFO O| May 21 17:15:07.109 INFO STEP 425 (remove_files) COMPLETE
60932026-05-21T17:15:07.161Z[ recovery-image] May 21 17:15:07.109 INFO O| May 21 17:15:07.109 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-05-21T17:15:07.169Z[ recovery-image] May 21 17:15:07.119 INFO O| May 21 17:15:07.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60952026-05-21T17:15:07.169Z[ recovery-image] May 21 17:15:07.119 INFO O| May 21 17:15:07.119 INFO STEP 426 (remove_files) COMPLETE
60962026-05-21T17:15:07.173Z[ recovery-image] May 21 17:15:07.119 INFO O| May 21 17:15:07.119 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-05-21T17:15:07.179Z[ recovery-image] May 21 17:15:07.130 INFO O| May 21 17:15:07.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60982026-05-21T17:15:07.179Z[ recovery-image] May 21 17:15:07.130 INFO O| May 21 17:15:07.130 INFO STEP 427 (remove_files) COMPLETE
60992026-05-21T17:15:07.179Z[ recovery-image] May 21 17:15:07.130 INFO O| May 21 17:15:07.130 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-05-21T17:15:07.190Z[ recovery-image] May 21 17:15:07.141 INFO O| May 21 17:15:07.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61012026-05-21T17:15:07.190Z[ recovery-image] May 21 17:15:07.141 INFO O| May 21 17:15:07.141 INFO STEP 428 (remove_files) COMPLETE
61022026-05-21T17:15:07.190Z[ recovery-image] May 21 17:15:07.141 INFO O| May 21 17:15:07.141 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-05-21T17:15:07.200Z[ recovery-image] May 21 17:15:07.151 INFO O| May 21 17:15:07.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61042026-05-21T17:15:07.200Z[ recovery-image] May 21 17:15:07.151 INFO O| May 21 17:15:07.151 INFO STEP 429 (remove_files) COMPLETE
61052026-05-21T17:15:07.203Z[ recovery-image] May 21 17:15:07.151 INFO O| May 21 17:15:07.151 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-05-21T17:15:07.210Z[ recovery-image] May 21 17:15:07.160 INFO O| May 21 17:15:07.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61072026-05-21T17:15:07.210Z[ recovery-image] May 21 17:15:07.160 INFO O| May 21 17:15:07.160 INFO STEP 430 (remove_files) COMPLETE
61082026-05-21T17:15:07.210Z[ recovery-image] May 21 17:15:07.160 INFO O| May 21 17:15:07.160 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-05-21T17:15:07.219Z[ recovery-image] May 21 17:15:07.170 INFO O| May 21 17:15:07.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61102026-05-21T17:15:07.220Z[ recovery-image] May 21 17:15:07.170 INFO O| May 21 17:15:07.170 INFO STEP 431 (remove_files) COMPLETE
61112026-05-21T17:15:07.220Z[ recovery-image] May 21 17:15:07.170 INFO O| May 21 17:15:07.170 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-05-21T17:15:07.230Z[ recovery-image] May 21 17:15:07.180 INFO O| May 21 17:15:07.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61132026-05-21T17:15:07.230Z[ recovery-image] May 21 17:15:07.180 INFO O| May 21 17:15:07.180 INFO STEP 432 (remove_files) COMPLETE
61142026-05-21T17:15:07.230Z[ recovery-image] May 21 17:15:07.180 INFO O| May 21 17:15:07.180 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-05-21T17:15:07.238Z[ recovery-image] May 21 17:15:07.189 INFO O| May 21 17:15:07.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61162026-05-21T17:15:07.238Z[ recovery-image] May 21 17:15:07.189 INFO O| May 21 17:15:07.189 INFO STEP 433 (remove_files) COMPLETE
61172026-05-21T17:15:07.238Z[ recovery-image] May 21 17:15:07.189 INFO O| May 21 17:15:07.189 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-05-21T17:15:07.246Z[ recovery-image] May 21 17:15:07.196 INFO O| May 21 17:15:07.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61192026-05-21T17:15:07.249Z[ recovery-image] May 21 17:15:07.196 INFO O| May 21 17:15:07.196 INFO STEP 434 (remove_files) COMPLETE
61202026-05-21T17:15:07.249Z[ recovery-image] May 21 17:15:07.197 INFO O| May 21 17:15:07.196 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-05-21T17:15:07.254Z[ recovery-image] May 21 17:15:07.205 INFO O| May 21 17:15:07.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61222026-05-21T17:15:07.254Z[ recovery-image] May 21 17:15:07.205 INFO O| May 21 17:15:07.205 INFO STEP 435 (remove_files) COMPLETE
61232026-05-21T17:15:07.254Z[ recovery-image] May 21 17:15:07.205 INFO O| May 21 17:15:07.205 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-05-21T17:15:07.263Z[ recovery-image] May 21 17:15:07.213 INFO O| May 21 17:15:07.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61252026-05-21T17:15:07.263Z[ recovery-image] May 21 17:15:07.213 INFO O| May 21 17:15:07.213 INFO STEP 436 (remove_files) COMPLETE
61262026-05-21T17:15:07.263Z[ recovery-image] May 21 17:15:07.213 INFO O| May 21 17:15:07.213 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-05-21T17:15:07.270Z[ recovery-image] May 21 17:15:07.221 INFO O| May 21 17:15:07.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61282026-05-21T17:15:07.270Z[ recovery-image] May 21 17:15:07.221 INFO O| May 21 17:15:07.221 INFO STEP 437 (remove_files) COMPLETE
61292026-05-21T17:15:07.270Z[ recovery-image] May 21 17:15:07.221 INFO O| May 21 17:15:07.221 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-05-21T17:15:07.278Z[ recovery-image] May 21 17:15:07.229 INFO O| May 21 17:15:07.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61312026-05-21T17:15:07.278Z[ recovery-image] May 21 17:15:07.229 INFO O| May 21 17:15:07.229 INFO STEP 438 (remove_files) COMPLETE
61322026-05-21T17:15:07.278Z[ recovery-image] May 21 17:15:07.229 INFO O| May 21 17:15:07.229 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-05-21T17:15:07.287Z[ recovery-image] May 21 17:15:07.237 INFO O| May 21 17:15:07.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61342026-05-21T17:15:07.287Z[ recovery-image] May 21 17:15:07.237 INFO O| May 21 17:15:07.237 INFO STEP 439 (remove_files) COMPLETE
61352026-05-21T17:15:07.287Z[ recovery-image] May 21 17:15:07.237 INFO O| May 21 17:15:07.237 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-05-21T17:15:07.295Z[ recovery-image] May 21 17:15:07.245 INFO O| May 21 17:15:07.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61372026-05-21T17:15:07.295Z[ recovery-image] May 21 17:15:07.245 INFO O| May 21 17:15:07.245 INFO STEP 440 (remove_files) COMPLETE
61382026-05-21T17:15:07.299Z[ recovery-image] May 21 17:15:07.245 INFO O| May 21 17:15:07.245 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-05-21T17:15:07.306Z[ recovery-image] May 21 17:15:07.254 INFO O| May 21 17:15:07.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61402026-05-21T17:15:07.306Z[ recovery-image] May 21 17:15:07.254 INFO O| May 21 17:15:07.254 INFO STEP 441 (remove_files) COMPLETE
61412026-05-21T17:15:07.306Z[ recovery-image] May 21 17:15:07.254 INFO O| May 21 17:15:07.254 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-05-21T17:15:07.312Z[ recovery-image] May 21 17:15:07.262 INFO O| May 21 17:15:07.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61432026-05-21T17:15:07.312Z[ recovery-image] May 21 17:15:07.262 INFO O| May 21 17:15:07.262 INFO STEP 442 (remove_files) COMPLETE
61442026-05-21T17:15:07.315Z[ recovery-image] May 21 17:15:07.262 INFO O| May 21 17:15:07.262 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-05-21T17:15:07.319Z[ recovery-image] May 21 17:15:07.270 INFO O| May 21 17:15:07.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61462026-05-21T17:15:07.323Z[ recovery-image] May 21 17:15:07.270 INFO O| May 21 17:15:07.270 INFO STEP 443 (remove_files) COMPLETE
61472026-05-21T17:15:07.323Z[ recovery-image] May 21 17:15:07.270 INFO O| May 21 17:15:07.270 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-05-21T17:15:07.327Z[ recovery-image] May 21 17:15:07.278 INFO O| May 21 17:15:07.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61492026-05-21T17:15:07.327Z[ recovery-image] May 21 17:15:07.278 INFO O| May 21 17:15:07.278 INFO STEP 444 (remove_files) COMPLETE
61502026-05-21T17:15:07.332Z[ recovery-image] May 21 17:15:07.278 INFO O| May 21 17:15:07.278 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-05-21T17:15:07.335Z[ recovery-image] May 21 17:15:07.286 INFO O| May 21 17:15:07.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61522026-05-21T17:15:07.338Z[ recovery-image] May 21 17:15:07.286 INFO O| May 21 17:15:07.286 INFO STEP 445 (remove_files) COMPLETE
61532026-05-21T17:15:07.339Z[ recovery-image] May 21 17:15:07.286 INFO O| May 21 17:15:07.286 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-05-21T17:15:07.353Z[ recovery-image] May 21 17:15:07.295 INFO O| May 21 17:15:07.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61552026-05-21T17:15:07.353Z[ recovery-image] May 21 17:15:07.296 INFO O| May 21 17:15:07.296 INFO STEP 446 (remove_files) COMPLETE
61562026-05-21T17:15:07.353Z[ recovery-image] May 21 17:15:07.296 INFO O| May 21 17:15:07.296 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-05-21T17:15:07.356Z[ recovery-image] May 21 17:15:07.304 INFO O| May 21 17:15:07.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61582026-05-21T17:15:07.356Z[ recovery-image] May 21 17:15:07.305 INFO O| May 21 17:15:07.305 INFO STEP 447 (remove_files) COMPLETE
61592026-05-21T17:15:07.356Z[ recovery-image] May 21 17:15:07.305 INFO O| May 21 17:15:07.305 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-05-21T17:15:07.363Z[ recovery-image] May 21 17:15:07.314 INFO O| May 21 17:15:07.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61612026-05-21T17:15:07.363Z[ recovery-image] May 21 17:15:07.314 INFO O| May 21 17:15:07.314 INFO STEP 448 (remove_files) COMPLETE
61622026-05-21T17:15:07.363Z[ recovery-image] May 21 17:15:07.314 INFO O| May 21 17:15:07.314 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-05-21T17:15:07.372Z[ recovery-image] May 21 17:15:07.322 INFO O| May 21 17:15:07.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61642026-05-21T17:15:07.372Z[ recovery-image] May 21 17:15:07.322 INFO O| May 21 17:15:07.322 INFO STEP 449 (remove_files) COMPLETE
61652026-05-21T17:15:07.372Z[ recovery-image] May 21 17:15:07.322 INFO O| May 21 17:15:07.322 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-05-21T17:15:07.380Z[ recovery-image] May 21 17:15:07.331 INFO O| May 21 17:15:07.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61672026-05-21T17:15:07.380Z[ recovery-image] May 21 17:15:07.331 INFO O| May 21 17:15:07.331 INFO STEP 450 (remove_files) COMPLETE
61682026-05-21T17:15:07.380Z[ recovery-image] May 21 17:15:07.331 INFO O| May 21 17:15:07.331 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-05-21T17:15:07.389Z[ recovery-image] May 21 17:15:07.340 INFO O| May 21 17:15:07.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61702026-05-21T17:15:07.389Z[ recovery-image] May 21 17:15:07.340 INFO O| May 21 17:15:07.340 INFO STEP 451 (remove_files) COMPLETE
61712026-05-21T17:15:07.394Z[ recovery-image] May 21 17:15:07.340 INFO O| May 21 17:15:07.340 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-05-21T17:15:07.399Z[ recovery-image] May 21 17:15:07.348 INFO O| May 21 17:15:07.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61732026-05-21T17:15:07.399Z[ recovery-image] May 21 17:15:07.348 INFO O| May 21 17:15:07.348 INFO STEP 452 (remove_files) COMPLETE
61742026-05-21T17:15:07.403Z[ recovery-image] May 21 17:15:07.348 INFO O| May 21 17:15:07.348 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-05-21T17:15:07.406Z[ recovery-image] May 21 17:15:07.356 INFO O| May 21 17:15:07.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61762026-05-21T17:15:07.409Z[ recovery-image] May 21 17:15:07.357 INFO O| May 21 17:15:07.357 INFO STEP 453 (remove_files) COMPLETE
61772026-05-21T17:15:07.409Z[ recovery-image] May 21 17:15:07.357 INFO O| May 21 17:15:07.357 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-05-21T17:15:07.415Z[ recovery-image] May 21 17:15:07.366 INFO O| May 21 17:15:07.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61792026-05-21T17:15:07.415Z[ recovery-image] May 21 17:15:07.366 INFO O| May 21 17:15:07.366 INFO STEP 454 (remove_files) COMPLETE
61802026-05-21T17:15:07.419Z[ recovery-image] May 21 17:15:07.366 INFO O| May 21 17:15:07.366 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-05-21T17:15:07.424Z[ recovery-image] May 21 17:15:07.375 INFO O| May 21 17:15:07.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61822026-05-21T17:15:07.424Z[ recovery-image] May 21 17:15:07.375 INFO O| May 21 17:15:07.375 INFO STEP 455 (remove_files) COMPLETE
61832026-05-21T17:15:07.427Z[ recovery-image] May 21 17:15:07.375 INFO O| May 21 17:15:07.375 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-05-21T17:15:07.432Z[ recovery-image] May 21 17:15:07.383 INFO O| May 21 17:15:07.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61852026-05-21T17:15:07.433Z[ recovery-image] May 21 17:15:07.383 INFO O| May 21 17:15:07.383 INFO STEP 456 (remove_files) COMPLETE
61862026-05-21T17:15:07.436Z[ recovery-image] May 21 17:15:07.383 INFO O| May 21 17:15:07.383 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-05-21T17:15:07.442Z[ recovery-image] May 21 17:15:07.393 INFO O| May 21 17:15:07.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61882026-05-21T17:15:07.442Z[ recovery-image] May 21 17:15:07.393 INFO O| May 21 17:15:07.393 INFO STEP 457 (remove_files) COMPLETE
61892026-05-21T17:15:07.447Z[ recovery-image] May 21 17:15:07.393 INFO O| May 21 17:15:07.393 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-05-21T17:15:07.451Z[ recovery-image] May 21 17:15:07.402 INFO O| May 21 17:15:07.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61912026-05-21T17:15:07.451Z[ recovery-image] May 21 17:15:07.402 INFO O| May 21 17:15:07.402 INFO STEP 458 (remove_files) COMPLETE
61922026-05-21T17:15:07.454Z[ recovery-image] May 21 17:15:07.402 INFO O| May 21 17:15:07.402 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-05-21T17:15:07.460Z[ recovery-image] May 21 17:15:07.410 INFO O| May 21 17:15:07.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61942026-05-21T17:15:07.460Z[ recovery-image] May 21 17:15:07.410 INFO O| May 21 17:15:07.410 INFO STEP 459 (remove_files) COMPLETE
61952026-05-21T17:15:07.464Z[ recovery-image] May 21 17:15:07.411 INFO O| May 21 17:15:07.410 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-05-21T17:15:07.469Z[ recovery-image] May 21 17:15:07.420 INFO O| May 21 17:15:07.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61972026-05-21T17:15:07.469Z[ recovery-image] May 21 17:15:07.420 INFO O| May 21 17:15:07.420 INFO STEP 460 (remove_files) COMPLETE
61982026-05-21T17:15:07.472Z[ recovery-image] May 21 17:15:07.420 INFO O| May 21 17:15:07.420 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-05-21T17:15:07.478Z[ recovery-image] May 21 17:15:07.428 INFO O| May 21 17:15:07.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62002026-05-21T17:15:07.478Z[ recovery-image] May 21 17:15:07.428 INFO O| May 21 17:15:07.428 INFO STEP 461 (remove_files) COMPLETE
62012026-05-21T17:15:07.482Z[ recovery-image] May 21 17:15:07.429 INFO O| May 21 17:15:07.428 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-05-21T17:15:07.486Z[ recovery-image] May 21 17:15:07.437 INFO O| May 21 17:15:07.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62032026-05-21T17:15:07.486Z[ recovery-image] May 21 17:15:07.437 INFO O| May 21 17:15:07.437 INFO STEP 462 (remove_files) COMPLETE
62042026-05-21T17:15:07.490Z[ recovery-image] May 21 17:15:07.437 INFO O| May 21 17:15:07.437 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-05-21T17:15:07.517Z[ recovery-image] May 21 17:15:07.468 INFO O| May 21 17:15:07.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62062026-05-21T17:15:07.517Z[ recovery-image] May 21 17:15:07.468 INFO O| May 21 17:15:07.468 INFO STEP 463 (remove_files) COMPLETE
62072026-05-21T17:15:07.517Z[ recovery-image] May 21 17:15:07.468 INFO O| May 21 17:15:07.468 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-05-21T17:15:07.527Z[ recovery-image] May 21 17:15:07.478 INFO O| May 21 17:15:07.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62092026-05-21T17:15:07.527Z[ recovery-image] May 21 17:15:07.478 INFO O| May 21 17:15:07.478 INFO STEP 464 (remove_files) COMPLETE
62102026-05-21T17:15:07.527Z[ recovery-image] May 21 17:15:07.478 INFO O| May 21 17:15:07.478 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-05-21T17:15:07.535Z[ recovery-image] May 21 17:15:07.485 INFO O| May 21 17:15:07.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62122026-05-21T17:15:07.535Z[ recovery-image] May 21 17:15:07.485 INFO O| May 21 17:15:07.485 INFO STEP 465 (remove_files) COMPLETE
62132026-05-21T17:15:07.535Z[ recovery-image] May 21 17:15:07.485 INFO O| May 21 17:15:07.485 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-05-21T17:15:07.542Z[ recovery-image] May 21 17:15:07.493 INFO O| May 21 17:15:07.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62152026-05-21T17:15:07.542Z[ recovery-image] May 21 17:15:07.493 INFO O| May 21 17:15:07.493 INFO STEP 466 (remove_files) COMPLETE
62162026-05-21T17:15:07.545Z[ recovery-image] May 21 17:15:07.493 INFO O| May 21 17:15:07.493 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-05-21T17:15:07.550Z[ recovery-image] May 21 17:15:07.501 INFO O| May 21 17:15:07.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62182026-05-21T17:15:07.550Z[ recovery-image] May 21 17:15:07.501 INFO O| May 21 17:15:07.501 INFO STEP 467 (remove_files) COMPLETE
62192026-05-21T17:15:07.550Z[ recovery-image] May 21 17:15:07.501 INFO O| May 21 17:15:07.501 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-05-21T17:15:07.558Z[ recovery-image] May 21 17:15:07.509 INFO O| May 21 17:15:07.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62212026-05-21T17:15:07.558Z[ recovery-image] May 21 17:15:07.509 INFO O| May 21 17:15:07.509 INFO STEP 468 (remove_files) COMPLETE
62222026-05-21T17:15:07.561Z[ recovery-image] May 21 17:15:07.509 INFO O| May 21 17:15:07.509 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-05-21T17:15:07.565Z[ recovery-image] May 21 17:15:07.516 INFO O| May 21 17:15:07.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62242026-05-21T17:15:07.565Z[ recovery-image] May 21 17:15:07.516 INFO O| May 21 17:15:07.516 INFO STEP 469 (remove_files) COMPLETE
62252026-05-21T17:15:07.570Z[ recovery-image] May 21 17:15:07.516 INFO O| May 21 17:15:07.516 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-05-21T17:15:07.574Z[ recovery-image] May 21 17:15:07.524 INFO O| May 21 17:15:07.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62272026-05-21T17:15:07.574Z[ recovery-image] May 21 17:15:07.524 INFO O| May 21 17:15:07.524 INFO STEP 470 (remove_files) COMPLETE
62282026-05-21T17:15:07.575Z[ recovery-image] May 21 17:15:07.524 INFO O| May 21 17:15:07.524 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-05-21T17:15:07.581Z[ recovery-image] May 21 17:15:07.532 INFO O| May 21 17:15:07.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62302026-05-21T17:15:07.581Z[ recovery-image] May 21 17:15:07.532 INFO O| May 21 17:15:07.532 INFO STEP 471 (remove_files) COMPLETE
62312026-05-21T17:15:07.584Z[ recovery-image] May 21 17:15:07.532 INFO O| May 21 17:15:07.532 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-05-21T17:15:07.589Z[ recovery-image] May 21 17:15:07.539 INFO O| May 21 17:15:07.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62332026-05-21T17:15:07.589Z[ recovery-image] May 21 17:15:07.539 INFO O| May 21 17:15:07.539 INFO STEP 472 (remove_files) COMPLETE
62342026-05-21T17:15:07.589Z[ recovery-image] May 21 17:15:07.539 INFO O| May 21 17:15:07.539 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-05-21T17:15:07.597Z[ recovery-image] May 21 17:15:07.547 INFO O| May 21 17:15:07.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62362026-05-21T17:15:07.597Z[ recovery-image] May 21 17:15:07.547 INFO O| May 21 17:15:07.547 INFO STEP 473 (remove_files) COMPLETE
62372026-05-21T17:15:07.600Z[ recovery-image] May 21 17:15:07.547 INFO O| May 21 17:15:07.547 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-05-21T17:15:07.604Z[ recovery-image] May 21 17:15:07.555 INFO O| May 21 17:15:07.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62392026-05-21T17:15:07.604Z[ recovery-image] May 21 17:15:07.555 INFO O| May 21 17:15:07.555 INFO STEP 474 (remove_files) COMPLETE
62402026-05-21T17:15:07.604Z[ recovery-image] May 21 17:15:07.555 INFO O| May 21 17:15:07.555 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-05-21T17:15:07.612Z[ recovery-image] May 21 17:15:07.562 INFO O| May 21 17:15:07.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62422026-05-21T17:15:07.612Z[ recovery-image] May 21 17:15:07.562 INFO O| May 21 17:15:07.562 INFO STEP 475 (remove_files) COMPLETE
62432026-05-21T17:15:07.612Z[ recovery-image] May 21 17:15:07.562 INFO O| May 21 17:15:07.562 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-05-21T17:15:07.620Z[ recovery-image] May 21 17:15:07.571 INFO O| May 21 17:15:07.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62452026-05-21T17:15:07.620Z[ recovery-image] May 21 17:15:07.571 INFO O| May 21 17:15:07.571 INFO STEP 476 (remove_files) COMPLETE
62462026-05-21T17:15:07.620Z[ recovery-image] May 21 17:15:07.571 INFO O| May 21 17:15:07.571 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-05-21T17:15:07.628Z[ recovery-image] May 21 17:15:07.578 INFO O| May 21 17:15:07.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62482026-05-21T17:15:07.628Z[ recovery-image] May 21 17:15:07.578 INFO O| May 21 17:15:07.578 INFO STEP 477 (remove_files) COMPLETE
62492026-05-21T17:15:07.628Z[ recovery-image] May 21 17:15:07.578 INFO O| May 21 17:15:07.578 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-05-21T17:15:07.635Z[ recovery-image] May 21 17:15:07.586 INFO O| May 21 17:15:07.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62512026-05-21T17:15:07.635Z[ recovery-image] May 21 17:15:07.586 INFO O| May 21 17:15:07.586 INFO STEP 478 (remove_files) COMPLETE
62522026-05-21T17:15:07.636Z[ recovery-image] May 21 17:15:07.586 INFO O| May 21 17:15:07.586 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-05-21T17:15:07.643Z[ recovery-image] May 21 17:15:07.594 INFO O| May 21 17:15:07.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62542026-05-21T17:15:07.643Z[ recovery-image] May 21 17:15:07.594 INFO O| May 21 17:15:07.594 INFO STEP 479 (remove_files) COMPLETE
62552026-05-21T17:15:07.644Z[ recovery-image] May 21 17:15:07.594 INFO O| May 21 17:15:07.594 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-05-21T17:15:07.651Z[ recovery-image] May 21 17:15:07.601 INFO O| May 21 17:15:07.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62572026-05-21T17:15:07.651Z[ recovery-image] May 21 17:15:07.601 INFO O| May 21 17:15:07.601 INFO STEP 480 (remove_files) COMPLETE
62582026-05-21T17:15:07.651Z[ recovery-image] May 21 17:15:07.601 INFO O| May 21 17:15:07.601 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-05-21T17:15:07.658Z[ recovery-image] May 21 17:15:07.609 INFO O| May 21 17:15:07.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62602026-05-21T17:15:07.658Z[ recovery-image] May 21 17:15:07.609 INFO O| May 21 17:15:07.609 INFO STEP 481 (remove_files) COMPLETE
62612026-05-21T17:15:07.658Z[ recovery-image] May 21 17:15:07.609 INFO O| May 21 17:15:07.609 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-05-21T17:15:07.665Z[ recovery-image] May 21 17:15:07.616 INFO O| May 21 17:15:07.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62632026-05-21T17:15:07.665Z[ recovery-image] May 21 17:15:07.616 INFO O| May 21 17:15:07.616 INFO STEP 482 (remove_files) COMPLETE
62642026-05-21T17:15:07.669Z[ recovery-image] May 21 17:15:07.616 INFO O| May 21 17:15:07.616 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-05-21T17:15:07.674Z[ recovery-image] May 21 17:15:07.624 INFO O| May 21 17:15:07.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62662026-05-21T17:15:07.674Z[ recovery-image] May 21 17:15:07.624 INFO O| May 21 17:15:07.624 INFO STEP 483 (remove_files) COMPLETE
62672026-05-21T17:15:07.678Z[ recovery-image] May 21 17:15:07.624 INFO O| May 21 17:15:07.624 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-05-21T17:15:07.686Z[ recovery-image] May 21 17:15:07.633 INFO O| May 21 17:15:07.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62692026-05-21T17:15:07.686Z[ recovery-image] May 21 17:15:07.633 INFO O| May 21 17:15:07.633 INFO STEP 484 (remove_files) COMPLETE
62702026-05-21T17:15:07.686Z[ recovery-image] May 21 17:15:07.633 INFO O| May 21 17:15:07.633 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-05-21T17:15:07.697Z[ recovery-image] May 21 17:15:07.642 INFO O| May 21 17:15:07.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62722026-05-21T17:15:07.697Z[ recovery-image] May 21 17:15:07.642 INFO O| May 21 17:15:07.642 INFO STEP 485 (remove_files) COMPLETE
62732026-05-21T17:15:07.697Z[ recovery-image] May 21 17:15:07.642 INFO O| May 21 17:15:07.642 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-05-21T17:15:07.700Z[ recovery-image] May 21 17:15:07.649 INFO O| May 21 17:15:07.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62752026-05-21T17:15:07.700Z[ recovery-image] May 21 17:15:07.649 INFO O| May 21 17:15:07.649 INFO STEP 486 (remove_files) COMPLETE
62762026-05-21T17:15:07.700Z[ recovery-image] May 21 17:15:07.649 INFO O| May 21 17:15:07.649 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-05-21T17:15:07.706Z[ recovery-image] May 21 17:15:07.656 INFO O| May 21 17:15:07.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62782026-05-21T17:15:07.706Z[ recovery-image] May 21 17:15:07.656 INFO O| May 21 17:15:07.656 INFO STEP 487 (remove_files) COMPLETE
62792026-05-21T17:15:07.706Z[ recovery-image] May 21 17:15:07.656 INFO O| May 21 17:15:07.656 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-05-21T17:15:07.712Z[ recovery-image] May 21 17:15:07.663 INFO O| May 21 17:15:07.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62812026-05-21T17:15:07.712Z[ recovery-image] May 21 17:15:07.663 INFO O| May 21 17:15:07.663 INFO STEP 488 (remove_files) COMPLETE
62822026-05-21T17:15:07.712Z[ recovery-image] May 21 17:15:07.663 INFO O| May 21 17:15:07.663 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-05-21T17:15:07.719Z[ recovery-image] May 21 17:15:07.669 INFO O| May 21 17:15:07.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62842026-05-21T17:15:07.719Z[ recovery-image] May 21 17:15:07.669 INFO O| May 21 17:15:07.669 INFO STEP 489 (remove_files) COMPLETE
62852026-05-21T17:15:07.722Z[ recovery-image] May 21 17:15:07.669 INFO O| May 21 17:15:07.669 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-05-21T17:15:07.725Z[ recovery-image] May 21 17:15:07.676 INFO O| May 21 17:15:07.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62872026-05-21T17:15:07.725Z[ recovery-image] May 21 17:15:07.676 INFO O| May 21 17:15:07.676 INFO STEP 490 (remove_files) COMPLETE
62882026-05-21T17:15:07.728Z[ recovery-image] May 21 17:15:07.676 INFO O| May 21 17:15:07.676 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-05-21T17:15:07.731Z[ recovery-image] May 21 17:15:07.682 INFO O| May 21 17:15:07.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62902026-05-21T17:15:07.732Z[ recovery-image] May 21 17:15:07.682 INFO O| May 21 17:15:07.682 INFO STEP 491 (remove_files) COMPLETE
62912026-05-21T17:15:07.734Z[ recovery-image] May 21 17:15:07.682 INFO O| May 21 17:15:07.682 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-05-21T17:15:07.738Z[ recovery-image] May 21 17:15:07.689 INFO O| May 21 17:15:07.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62932026-05-21T17:15:07.738Z[ recovery-image] May 21 17:15:07.689 INFO O| May 21 17:15:07.689 INFO STEP 492 (remove_files) COMPLETE
62942026-05-21T17:15:07.738Z[ recovery-image] May 21 17:15:07.689 INFO O| May 21 17:15:07.689 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-05-21T17:15:07.744Z[ recovery-image] May 21 17:15:07.695 INFO O| May 21 17:15:07.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62962026-05-21T17:15:07.745Z[ recovery-image] May 21 17:15:07.695 INFO O| May 21 17:15:07.695 INFO STEP 493 (remove_files) COMPLETE
62972026-05-21T17:15:07.745Z[ recovery-image] May 21 17:15:07.695 INFO O| May 21 17:15:07.695 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-05-21T17:15:07.751Z[ recovery-image] May 21 17:15:07.702 INFO O| May 21 17:15:07.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62992026-05-21T17:15:07.751Z[ recovery-image] May 21 17:15:07.702 INFO O| May 21 17:15:07.702 INFO STEP 494 (remove_files) COMPLETE
63002026-05-21T17:15:07.751Z[ recovery-image] May 21 17:15:07.702 INFO O| May 21 17:15:07.702 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-05-21T17:15:07.758Z[ recovery-image] May 21 17:15:07.708 INFO O| May 21 17:15:07.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63022026-05-21T17:15:07.758Z[ recovery-image] May 21 17:15:07.708 INFO O| May 21 17:15:07.708 INFO STEP 495 (remove_files) COMPLETE
63032026-05-21T17:15:07.761Z[ recovery-image] May 21 17:15:07.708 INFO O| May 21 17:15:07.708 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-05-21T17:15:07.764Z[ recovery-image] May 21 17:15:07.715 INFO O| May 21 17:15:07.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63052026-05-21T17:15:07.764Z[ recovery-image] May 21 17:15:07.715 INFO O| May 21 17:15:07.715 INFO STEP 496 (remove_files) COMPLETE
63062026-05-21T17:15:07.764Z[ recovery-image] May 21 17:15:07.715 INFO O| May 21 17:15:07.715 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-05-21T17:15:07.771Z[ recovery-image] May 21 17:15:07.721 INFO O| May 21 17:15:07.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63082026-05-21T17:15:07.771Z[ recovery-image] May 21 17:15:07.721 INFO O| May 21 17:15:07.721 INFO STEP 497 (remove_files) COMPLETE
63092026-05-21T17:15:07.774Z[ recovery-image] May 21 17:15:07.721 INFO O| May 21 17:15:07.721 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-05-21T17:15:07.777Z[ recovery-image] May 21 17:15:07.728 INFO O| May 21 17:15:07.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63112026-05-21T17:15:07.777Z[ recovery-image] May 21 17:15:07.728 INFO O| May 21 17:15:07.728 INFO STEP 498 (remove_files) COMPLETE
63122026-05-21T17:15:07.780Z[ recovery-image] May 21 17:15:07.728 INFO O| May 21 17:15:07.728 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-05-21T17:15:07.785Z[ recovery-image] May 21 17:15:07.735 INFO O| May 21 17:15:07.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63142026-05-21T17:15:07.785Z[ recovery-image] May 21 17:15:07.735 INFO O| May 21 17:15:07.735 INFO STEP 499 (remove_files) COMPLETE
63152026-05-21T17:15:07.787Z[ recovery-image] May 21 17:15:07.735 INFO O| May 21 17:15:07.735 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-05-21T17:15:07.792Z[ recovery-image] May 21 17:15:07.743 INFO O| May 21 17:15:07.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63172026-05-21T17:15:07.792Z[ recovery-image] May 21 17:15:07.743 INFO O| May 21 17:15:07.743 INFO STEP 500 (remove_files) COMPLETE
63182026-05-21T17:15:07.792Z[ recovery-image] May 21 17:15:07.743 INFO O| May 21 17:15:07.743 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-05-21T17:15:07.800Z[ recovery-image] May 21 17:15:07.750 INFO O| May 21 17:15:07.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63202026-05-21T17:15:07.800Z[ recovery-image] May 21 17:15:07.750 INFO O| May 21 17:15:07.750 INFO STEP 501 (remove_files) COMPLETE
63212026-05-21T17:15:07.800Z[ recovery-image] May 21 17:15:07.750 INFO O| May 21 17:15:07.750 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-05-21T17:15:07.807Z[ recovery-image] May 21 17:15:07.758 INFO O| May 21 17:15:07.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63232026-05-21T17:15:07.807Z[ recovery-image] May 21 17:15:07.758 INFO O| May 21 17:15:07.758 INFO STEP 502 (remove_files) COMPLETE
63242026-05-21T17:15:07.810Z[ recovery-image] May 21 17:15:07.758 INFO O| May 21 17:15:07.758 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-05-21T17:15:07.814Z[ recovery-image] May 21 17:15:07.764 INFO O| May 21 17:15:07.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63262026-05-21T17:15:07.814Z[ recovery-image] May 21 17:15:07.765 INFO O| May 21 17:15:07.765 INFO STEP 503 (remove_files) COMPLETE
63272026-05-21T17:15:07.816Z[ recovery-image] May 21 17:15:07.765 INFO O| May 21 17:15:07.765 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-05-21T17:15:07.821Z[ recovery-image] May 21 17:15:07.772 INFO O| May 21 17:15:07.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63292026-05-21T17:15:07.821Z[ recovery-image] May 21 17:15:07.772 INFO O| May 21 17:15:07.772 INFO STEP 504 (remove_files) COMPLETE
63302026-05-21T17:15:07.823Z[ recovery-image] May 21 17:15:07.772 INFO O| May 21 17:15:07.772 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-05-21T17:15:07.828Z[ recovery-image] May 21 17:15:07.779 INFO O| May 21 17:15:07.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63322026-05-21T17:15:07.828Z[ recovery-image] May 21 17:15:07.779 INFO O| May 21 17:15:07.779 INFO STEP 505 (remove_files) COMPLETE
63332026-05-21T17:15:07.828Z[ recovery-image] May 21 17:15:07.779 INFO O| May 21 17:15:07.779 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-05-21T17:15:07.835Z[ recovery-image] May 21 17:15:07.786 INFO O| May 21 17:15:07.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63352026-05-21T17:15:07.835Z[ recovery-image] May 21 17:15:07.786 INFO O| May 21 17:15:07.786 INFO STEP 506 (remove_files) COMPLETE
63362026-05-21T17:15:07.835Z[ recovery-image] May 21 17:15:07.786 INFO O| May 21 17:15:07.786 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-05-21T17:15:07.843Z[ recovery-image] May 21 17:15:07.793 INFO O| May 21 17:15:07.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63382026-05-21T17:15:07.843Z[ recovery-image] May 21 17:15:07.793 INFO O| May 21 17:15:07.793 INFO STEP 507 (remove_files) COMPLETE
63392026-05-21T17:15:07.846Z[ recovery-image] May 21 17:15:07.794 INFO O| May 21 17:15:07.793 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-05-21T17:15:07.850Z[ recovery-image] May 21 17:15:07.801 INFO O| May 21 17:15:07.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63412026-05-21T17:15:07.850Z[ recovery-image] May 21 17:15:07.801 INFO O| May 21 17:15:07.801 INFO STEP 508 (remove_files) COMPLETE
63422026-05-21T17:15:07.853Z[ recovery-image] May 21 17:15:07.801 INFO O| May 21 17:15:07.801 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-05-21T17:15:07.857Z[ recovery-image] May 21 17:15:07.808 INFO O| May 21 17:15:07.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63442026-05-21T17:15:07.857Z[ recovery-image] May 21 17:15:07.808 INFO O| May 21 17:15:07.808 INFO STEP 509 (remove_files) COMPLETE
63452026-05-21T17:15:07.860Z[ recovery-image] May 21 17:15:07.808 INFO O| May 21 17:15:07.808 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-05-21T17:15:07.864Z[ recovery-image] May 21 17:15:07.815 INFO O| May 21 17:15:07.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63472026-05-21T17:15:07.864Z[ recovery-image] May 21 17:15:07.815 INFO O| May 21 17:15:07.815 INFO STEP 510 (remove_files) COMPLETE
63482026-05-21T17:15:07.867Z[ recovery-image] May 21 17:15:07.815 INFO O| May 21 17:15:07.815 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-05-21T17:15:07.871Z[ recovery-image] May 21 17:15:07.822 INFO O| May 21 17:15:07.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63502026-05-21T17:15:07.871Z[ recovery-image] May 21 17:15:07.822 INFO O| May 21 17:15:07.822 INFO STEP 511 (remove_files) COMPLETE
63512026-05-21T17:15:07.874Z[ recovery-image] May 21 17:15:07.822 INFO O| May 21 17:15:07.822 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-05-21T17:15:07.879Z[ recovery-image] May 21 17:15:07.830 INFO O| May 21 17:15:07.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63532026-05-21T17:15:07.879Z[ recovery-image] May 21 17:15:07.830 INFO O| May 21 17:15:07.830 INFO STEP 512 (remove_files) COMPLETE
63542026-05-21T17:15:07.882Z[ recovery-image] May 21 17:15:07.830 INFO O| May 21 17:15:07.830 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-05-21T17:15:07.887Z[ recovery-image] May 21 17:15:07.837 INFO O| May 21 17:15:07.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63562026-05-21T17:15:07.894Z[ recovery-image] May 21 17:15:07.837 INFO O| May 21 17:15:07.837 INFO STEP 513 (remove_files) COMPLETE
63572026-05-21T17:15:07.894Z[ recovery-image] May 21 17:15:07.837 INFO O| May 21 17:15:07.837 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-05-21T17:15:07.894Z[ recovery-image] May 21 17:15:07.844 INFO O| May 21 17:15:07.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63592026-05-21T17:15:07.894Z[ recovery-image] May 21 17:15:07.845 INFO O| May 21 17:15:07.845 INFO STEP 514 (remove_files) COMPLETE
63602026-05-21T17:15:07.894Z[ recovery-image] May 21 17:15:07.845 INFO O| May 21 17:15:07.845 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-05-21T17:15:07.901Z[ recovery-image] May 21 17:15:07.852 INFO O| May 21 17:15:07.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63622026-05-21T17:15:07.901Z[ recovery-image] May 21 17:15:07.852 INFO O| May 21 17:15:07.852 INFO STEP 515 (remove_files) COMPLETE
63632026-05-21T17:15:07.903Z[ recovery-image] May 21 17:15:07.852 INFO O| May 21 17:15:07.852 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-05-21T17:15:07.908Z[ recovery-image] May 21 17:15:07.859 INFO O| May 21 17:15:07.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
63652026-05-21T17:15:07.908Z[ recovery-image] May 21 17:15:07.859 INFO O| May 21 17:15:07.859 INFO STEP 516 (remove_files) COMPLETE
63662026-05-21T17:15:07.912Z[ recovery-image] May 21 17:15:07.859 INFO O| May 21 17:15:07.859 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-05-21T17:15:07.916Z[ recovery-image] May 21 17:15:07.866 INFO O| May 21 17:15:07.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63682026-05-21T17:15:07.918Z[ recovery-image] May 21 17:15:07.867 INFO O| May 21 17:15:07.867 INFO STEP 517 (remove_files) COMPLETE
63692026-05-21T17:15:07.918Z[ recovery-image] May 21 17:15:07.867 INFO O| May 21 17:15:07.867 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-05-21T17:15:07.924Z[ recovery-image] May 21 17:15:07.875 INFO O| May 21 17:15:07.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63712026-05-21T17:15:07.924Z[ recovery-image] May 21 17:15:07.875 INFO O| May 21 17:15:07.875 INFO STEP 518 (remove_files) COMPLETE
63722026-05-21T17:15:07.924Z[ recovery-image] May 21 17:15:07.875 INFO O| May 21 17:15:07.875 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-05-21T17:15:07.931Z[ recovery-image] May 21 17:15:07.882 INFO O| May 21 17:15:07.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63742026-05-21T17:15:07.931Z[ recovery-image] May 21 17:15:07.882 INFO O| May 21 17:15:07.882 INFO STEP 519 (remove_files) COMPLETE
63752026-05-21T17:15:07.934Z[ recovery-image] May 21 17:15:07.882 INFO O| May 21 17:15:07.882 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-05-21T17:15:07.939Z[ recovery-image] May 21 17:15:07.889 INFO O| May 21 17:15:07.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63772026-05-21T17:15:07.939Z[ recovery-image] May 21 17:15:07.889 INFO O| May 21 17:15:07.889 INFO STEP 520 (remove_files) COMPLETE
63782026-05-21T17:15:07.939Z[ recovery-image] May 21 17:15:07.889 INFO O| May 21 17:15:07.889 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-05-21T17:15:07.946Z[ recovery-image] May 21 17:15:07.896 INFO O| May 21 17:15:07.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
63802026-05-21T17:15:07.946Z[ recovery-image] May 21 17:15:07.896 INFO O| May 21 17:15:07.896 INFO STEP 521 (remove_files) COMPLETE
63812026-05-21T17:15:07.949Z[ recovery-image] May 21 17:15:07.896 INFO O| May 21 17:15:07.896 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-05-21T17:15:07.952Z[ recovery-image] May 21 17:15:07.903 INFO O| May 21 17:15:07.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
63832026-05-21T17:15:07.952Z[ recovery-image] May 21 17:15:07.903 INFO O| May 21 17:15:07.903 INFO STEP 522 (remove_files) COMPLETE
63842026-05-21T17:15:07.952Z[ recovery-image] May 21 17:15:07.903 INFO O| May 21 17:15:07.903 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-05-21T17:15:07.960Z[ recovery-image] May 21 17:15:07.910 INFO O| May 21 17:15:07.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
63862026-05-21T17:15:07.960Z[ recovery-image] May 21 17:15:07.910 INFO O| May 21 17:15:07.910 INFO STEP 523 (remove_files) COMPLETE
63872026-05-21T17:15:07.960Z[ recovery-image] May 21 17:15:07.910 INFO O| May 21 17:15:07.910 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-05-21T17:15:07.967Z[ recovery-image] May 21 17:15:07.917 INFO O| May 21 17:15:07.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
63892026-05-21T17:15:07.967Z[ recovery-image] May 21 17:15:07.918 INFO O| May 21 17:15:07.917 INFO STEP 524 (remove_files) COMPLETE
63902026-05-21T17:15:07.971Z[ recovery-image] May 21 17:15:07.918 INFO O| May 21 17:15:07.917 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-05-21T17:15:07.974Z[ recovery-image] May 21 17:15:07.925 INFO O| May 21 17:15:07.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
63922026-05-21T17:15:07.974Z[ recovery-image] May 21 17:15:07.925 INFO O| May 21 17:15:07.925 INFO STEP 525 (remove_files) COMPLETE
63932026-05-21T17:15:07.977Z[ recovery-image] May 21 17:15:07.925 INFO O| May 21 17:15:07.925 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-05-21T17:15:07.982Z[ recovery-image] May 21 17:15:07.932 INFO O| May 21 17:15:07.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
63952026-05-21T17:15:07.982Z[ recovery-image] May 21 17:15:07.932 INFO O| May 21 17:15:07.932 INFO STEP 526 (remove_files) COMPLETE
63962026-05-21T17:15:07.982Z[ recovery-image] May 21 17:15:07.932 INFO O| May 21 17:15:07.932 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-05-21T17:15:07.990Z[ recovery-image] May 21 17:15:07.940 INFO O| May 21 17:15:07.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
63982026-05-21T17:15:07.990Z[ recovery-image] May 21 17:15:07.941 INFO O| May 21 17:15:07.941 INFO STEP 527 (remove_files) COMPLETE
63992026-05-21T17:15:07.993Z[ recovery-image] May 21 17:15:07.941 INFO O| May 21 17:15:07.941 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-05-21T17:15:07.998Z[ recovery-image] May 21 17:15:07.949 INFO O| May 21 17:15:07.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
64012026-05-21T17:15:07.998Z[ recovery-image] May 21 17:15:07.949 INFO O| May 21 17:15:07.949 INFO STEP 528 (remove_files) COMPLETE
64022026-05-21T17:15:07.998Z[ recovery-image] May 21 17:15:07.949 INFO O| May 21 17:15:07.949 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-05-21T17:15:08.007Z[ recovery-image] May 21 17:15:07.957 INFO O| May 21 17:15:07.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
64042026-05-21T17:15:08.007Z[ recovery-image] May 21 17:15:07.957 INFO O| May 21 17:15:07.957 INFO STEP 529 (remove_files) COMPLETE
64052026-05-21T17:15:08.007Z[ recovery-image] May 21 17:15:07.957 INFO O| May 21 17:15:07.957 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-05-21T17:15:08.018Z[ recovery-image] May 21 17:15:07.966 INFO O| May 21 17:15:07.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64072026-05-21T17:15:08.018Z[ recovery-image] May 21 17:15:07.966 INFO O| May 21 17:15:07.966 INFO STEP 530 (remove_files) COMPLETE
64082026-05-21T17:15:08.018Z[ recovery-image] May 21 17:15:07.966 INFO O| May 21 17:15:07.966 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-05-21T17:15:08.023Z[ recovery-image] May 21 17:15:07.974 INFO O| May 21 17:15:07.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64102026-05-21T17:15:08.023Z[ recovery-image] May 21 17:15:07.974 INFO O| May 21 17:15:07.974 INFO STEP 531 (remove_files) COMPLETE
64112026-05-21T17:15:08.027Z[ recovery-image] May 21 17:15:07.974 INFO O| May 21 17:15:07.974 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-05-21T17:15:08.030Z[ recovery-image] May 21 17:15:07.981 INFO O| May 21 17:15:07.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64132026-05-21T17:15:08.030Z[ recovery-image] May 21 17:15:07.981 INFO O| May 21 17:15:07.981 INFO STEP 532 (remove_files) COMPLETE
64142026-05-21T17:15:08.030Z[ recovery-image] May 21 17:15:07.981 INFO O| May 21 17:15:07.981 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-05-21T17:15:08.038Z[ recovery-image] May 21 17:15:07.988 INFO O| May 21 17:15:07.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64162026-05-21T17:15:08.038Z[ recovery-image] May 21 17:15:07.989 INFO O| May 21 17:15:07.989 INFO STEP 533 (remove_files) COMPLETE
64172026-05-21T17:15:08.038Z[ recovery-image] May 21 17:15:07.989 INFO O| May 21 17:15:07.989 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-05-21T17:15:08.045Z[ recovery-image] May 21 17:15:07.996 INFO O| May 21 17:15:07.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64192026-05-21T17:15:08.045Z[ recovery-image] May 21 17:15:07.996 INFO O| May 21 17:15:07.996 INFO STEP 534 (remove_files) COMPLETE
64202026-05-21T17:15:09.052Z[ recovery-image] May 21 17:15:07.996 INFO O| May 21 17:15:07.996 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.005 INFO O| May 21 17:15:08.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64222026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.005 INFO O| May 21 17:15:08.005 INFO STEP 535 (remove_files) COMPLETE
64232026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.005 INFO O| May 21 17:15:08.005 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.014 INFO O| May 21 17:15:08.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64252026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.014 INFO O| May 21 17:15:08.014 INFO STEP 536 (remove_files) COMPLETE
64262026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.014 INFO O| May 21 17:15:08.014 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.022 INFO O| May 21 17:15:08.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64282026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.022 INFO O| May 21 17:15:08.022 INFO STEP 537 (remove_files) COMPLETE
64292026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.022 INFO O| May 21 17:15:08.022 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.030 INFO O| May 21 17:15:08.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64312026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.036 INFO O| May 21 17:15:08.036 INFO STEP 538 (remove_files) COMPLETE
64322026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.036 INFO O| May 21 17:15:08.036 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.049 INFO O| May 21 17:15:08.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
64342026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.049 INFO O| May 21 17:15:08.049 INFO STEP 539 (remove_files) COMPLETE
64352026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.049 INFO O| May 21 17:15:08.049 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.057 INFO O| May 21 17:15:08.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
64372026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.057 INFO O| May 21 17:15:08.057 INFO STEP 540 (remove_files) COMPLETE
64382026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.057 INFO O| May 21 17:15:08.057 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.064 INFO O| May 21 17:15:08.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
64402026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.064 INFO O| May 21 17:15:08.064 INFO STEP 541 (remove_files) COMPLETE
64412026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.064 INFO O| May 21 17:15:08.064 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.072 INFO O| May 21 17:15:08.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
64432026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.072 INFO O| May 21 17:15:08.072 INFO STEP 542 (remove_files) COMPLETE
64442026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.072 INFO O| May 21 17:15:08.072 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.082 INFO O| May 21 17:15:08.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
64462026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.082 INFO O| May 21 17:15:08.082 INFO STEP 543 (remove_files) COMPLETE
64472026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.082 INFO O| May 21 17:15:08.082 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.092 INFO O| May 21 17:15:08.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
64492026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.092 INFO O| May 21 17:15:08.092 INFO STEP 544 (remove_files) COMPLETE
64502026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.092 INFO O| May 21 17:15:08.092 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.101 INFO O| May 21 17:15:08.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
64522026-05-21T17:15:09.058Z[ recovery-image] May 21 17:15:08.101 INFO O| May 21 17:15:08.101 INFO STEP 545 (remove_files) COMPLETE
64532026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.101 INFO O| May 21 17:15:08.101 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.110 INFO O| May 21 17:15:08.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64552026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.110 INFO O| May 21 17:15:08.110 INFO STEP 546 (remove_files) COMPLETE
64562026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.110 INFO O| May 21 17:15:08.110 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.119 INFO O| May 21 17:15:08.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
64582026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.119 INFO O| May 21 17:15:08.119 INFO STEP 547 (remove_files) COMPLETE
64592026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.119 INFO O| May 21 17:15:08.119 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.127 INFO O| May 21 17:15:08.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
64612026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.127 INFO O| May 21 17:15:08.127 INFO STEP 548 (remove_files) COMPLETE
64622026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.127 INFO O| May 21 17:15:08.127 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.135 INFO O| May 21 17:15:08.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
64642026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.135 INFO O| May 21 17:15:08.135 INFO STEP 549 (remove_files) COMPLETE
64652026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.135 INFO O| May 21 17:15:08.135 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.143 INFO O| May 21 17:15:08.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
64672026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.144 INFO O| May 21 17:15:08.144 INFO STEP 550 (remove_files) COMPLETE
64682026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.144 INFO O| May 21 17:15:08.144 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.153 INFO O| May 21 17:15:08.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
64702026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.153 INFO O| May 21 17:15:08.153 INFO STEP 551 (remove_files) COMPLETE
64712026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.153 INFO O| May 21 17:15:08.153 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.160 INFO O| May 21 17:15:08.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
64732026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.160 INFO O| May 21 17:15:08.160 INFO STEP 552 (remove_files) COMPLETE
64742026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.160 INFO O| May 21 17:15:08.160 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.169 INFO O| May 21 17:15:08.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
64762026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.169 INFO O| May 21 17:15:08.169 INFO STEP 553 (remove_files) COMPLETE
64772026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.169 INFO O| May 21 17:15:08.169 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.178 INFO O| May 21 17:15:08.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
64792026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.178 INFO O| May 21 17:15:08.178 INFO STEP 554 (remove_files) COMPLETE
64802026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.178 INFO O| May 21 17:15:08.178 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.186 INFO O| May 21 17:15:08.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64822026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.186 INFO O| May 21 17:15:08.186 INFO STEP 555 (remove_files) COMPLETE
64832026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.186 INFO O| May 21 17:15:08.186 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.195 INFO O| May 21 17:15:08.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
64852026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.195 INFO O| May 21 17:15:08.195 INFO STEP 556 (remove_files) COMPLETE
64862026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.195 INFO O| May 21 17:15:08.195 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.204 INFO O| May 21 17:15:08.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64882026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.204 INFO O| May 21 17:15:08.204 INFO STEP 557 (remove_files) COMPLETE
64892026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.204 INFO O| May 21 17:15:08.204 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-05-21T17:15:09.059Z[ recovery-image] May 21 17:15:08.213 INFO O| May 21 17:15:08.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64912026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.213 INFO O| May 21 17:15:08.213 INFO STEP 558 (remove_files) COMPLETE
64922026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.213 INFO O| May 21 17:15:08.213 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.222 INFO O| May 21 17:15:08.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
64942026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.222 INFO O| May 21 17:15:08.222 INFO STEP 559 (remove_files) COMPLETE
64952026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.222 INFO O| May 21 17:15:08.222 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.230 INFO O| May 21 17:15:08.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
64972026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.230 INFO O| May 21 17:15:08.230 INFO STEP 560 (remove_files) COMPLETE
64982026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.230 INFO O| May 21 17:15:08.230 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.239 INFO O| May 21 17:15:08.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65002026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.239 INFO O| May 21 17:15:08.239 INFO STEP 561 (remove_files) COMPLETE
65012026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.239 INFO O| May 21 17:15:08.239 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.247 INFO O| May 21 17:15:08.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65032026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.247 INFO O| May 21 17:15:08.247 INFO STEP 562 (remove_files) COMPLETE
65042026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.247 INFO O| May 21 17:15:08.247 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.255 INFO O| May 21 17:15:08.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65062026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.255 INFO O| May 21 17:15:08.255 INFO STEP 563 (remove_files) COMPLETE
65072026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.255 INFO O| May 21 17:15:08.255 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.262 INFO O| May 21 17:15:08.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65092026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.262 INFO O| May 21 17:15:08.262 INFO STEP 564 (remove_files) COMPLETE
65102026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.262 INFO O| May 21 17:15:08.262 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.270 INFO O| May 21 17:15:08.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65122026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.270 INFO O| May 21 17:15:08.270 INFO STEP 565 (remove_files) COMPLETE
65132026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.270 INFO O| May 21 17:15:08.270 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.277 INFO O| May 21 17:15:08.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65152026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.278 INFO O| May 21 17:15:08.278 INFO STEP 566 (remove_files) COMPLETE
65162026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.278 INFO O| May 21 17:15:08.278 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.288 INFO O| May 21 17:15:08.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65182026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.288 INFO O| May 21 17:15:08.288 INFO STEP 567 (remove_files) COMPLETE
65192026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.288 INFO O| May 21 17:15:08.288 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-05-21T17:15:09.060Z[ recovery-image] May 21 17:15:08.298 INFO O| May 21 17:15:08.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65212026-05-21T17:15:09.064Z[ recovery-image] May 21 17:15:08.298 INFO O| May 21 17:15:08.298 INFO STEP 568 (remove_files) COMPLETE
65222026-05-21T17:15:09.064Z[ recovery-image] May 21 17:15:08.298 INFO O| May 21 17:15:08.298 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-05-21T17:15:09.064Z[ recovery-image] May 21 17:15:08.307 INFO O| May 21 17:15:08.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65242026-05-21T17:15:09.064Z[ recovery-image] May 21 17:15:08.307 INFO O| May 21 17:15:08.307 INFO STEP 569 (remove_files) COMPLETE
65252026-05-21T17:15:09.064Z[ recovery-image] May 21 17:15:08.307 INFO O| May 21 17:15:08.307 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-05-21T17:15:09.064Z[ recovery-image] May 21 17:15:08.315 INFO O| May 21 17:15:08.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65272026-05-21T17:15:09.064Z[ recovery-image] May 21 17:15:08.316 INFO O| May 21 17:15:08.316 INFO STEP 570 (remove_files) COMPLETE
65282026-05-21T17:15:09.064Z[ recovery-image] May 21 17:15:08.316 INFO O| May 21 17:15:08.316 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-05-21T17:15:09.064Z[ recovery-image] May 21 17:15:08.325 INFO O| May 21 17:15:08.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
65302026-05-21T17:15:09.064Z[ recovery-image] May 21 17:15:08.325 INFO O| May 21 17:15:08.325 INFO STEP 571 (remove_files) COMPLETE
65312026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.325 INFO O| May 21 17:15:08.325 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.335 INFO O| May 21 17:15:08.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
65332026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.335 INFO O| May 21 17:15:08.335 INFO STEP 572 (remove_files) COMPLETE
65342026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.335 INFO O| May 21 17:15:08.335 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.344 INFO O| May 21 17:15:08.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
65362026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.344 INFO O| May 21 17:15:08.344 INFO STEP 573 (remove_files) COMPLETE
65372026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.344 INFO O| May 21 17:15:08.344 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.352 INFO O| May 21 17:15:08.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65392026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.352 INFO O| May 21 17:15:08.352 INFO STEP 574 (remove_files) COMPLETE
65402026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.352 INFO O| May 21 17:15:08.352 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.363 INFO O| May 21 17:15:08.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65422026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.363 INFO O| May 21 17:15:08.363 INFO STEP 575 (remove_files) COMPLETE
65432026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.363 INFO O| May 21 17:15:08.363 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.373 INFO O| May 21 17:15:08.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
65452026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.373 INFO O| May 21 17:15:08.373 INFO STEP 576 (remove_files) COMPLETE
65462026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.373 INFO O| May 21 17:15:08.373 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.381 INFO O| May 21 17:15:08.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
65482026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.381 INFO O| May 21 17:15:08.381 INFO STEP 577 (remove_files) COMPLETE
65492026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.381 INFO O| May 21 17:15:08.381 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.389 INFO O| May 21 17:15:08.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
65512026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.390 INFO O| May 21 17:15:08.390 INFO STEP 578 (remove_files) COMPLETE
65522026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.390 INFO O| May 21 17:15:08.390 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.399 INFO O| May 21 17:15:08.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65542026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.399 INFO O| May 21 17:15:08.399 INFO STEP 579 (remove_files) COMPLETE
65552026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.399 INFO O| May 21 17:15:08.399 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.409 INFO O| May 21 17:15:08.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65572026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.409 INFO O| May 21 17:15:08.409 INFO STEP 580 (remove_files) COMPLETE
65582026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.409 INFO O| May 21 17:15:08.409 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.420 INFO O| May 21 17:15:08.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
65602026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.420 INFO O| May 21 17:15:08.420 INFO STEP 581 (remove_files) COMPLETE
65612026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.420 INFO O| May 21 17:15:08.420 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.429 INFO O| May 21 17:15:08.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65632026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.429 INFO O| May 21 17:15:08.429 INFO STEP 582 (remove_files) COMPLETE
65642026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.429 INFO O| May 21 17:15:08.429 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.438 INFO O| May 21 17:15:08.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65662026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.438 INFO O| May 21 17:15:08.438 INFO STEP 583 (remove_files) COMPLETE
65672026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.438 INFO O| May 21 17:15:08.438 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-05-21T17:15:09.065Z[ recovery-image] May 21 17:15:08.447 INFO O| May 21 17:15:08.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65692026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.447 INFO O| May 21 17:15:08.447 INFO STEP 584 (remove_files) COMPLETE
65702026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.447 INFO O| May 21 17:15:08.447 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.457 INFO O| May 21 17:15:08.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65722026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.457 INFO O| May 21 17:15:08.457 INFO STEP 585 (remove_files) COMPLETE
65732026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.457 INFO O| May 21 17:15:08.457 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.464 INFO O| May 21 17:15:08.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
65752026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.464 INFO O| May 21 17:15:08.464 INFO STEP 586 (remove_files) COMPLETE
65762026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.464 INFO O| May 21 17:15:08.464 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.472 INFO O| May 21 17:15:08.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
65782026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.472 INFO O| May 21 17:15:08.472 INFO STEP 587 (remove_files) COMPLETE
65792026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.472 INFO O| May 21 17:15:08.472 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.481 INFO O| May 21 17:15:08.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
65812026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.481 INFO O| May 21 17:15:08.481 INFO STEP 588 (remove_files) COMPLETE
65822026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.481 INFO O| May 21 17:15:08.481 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.489 INFO O| May 21 17:15:08.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
65842026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.489 INFO O| May 21 17:15:08.489 INFO STEP 589 (remove_files) COMPLETE
65852026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.489 INFO O| May 21 17:15:08.489 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.497 INFO O| May 21 17:15:08.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
65872026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.497 INFO O| May 21 17:15:08.497 INFO STEP 590 (remove_files) COMPLETE
65882026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.497 INFO O| May 21 17:15:08.497 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.505 INFO O| May 21 17:15:08.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65902026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.505 INFO O| May 21 17:15:08.505 INFO STEP 591 (remove_files) COMPLETE
65912026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.505 INFO O| May 21 17:15:08.505 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.514 INFO O| May 21 17:15:08.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
65932026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.514 INFO O| May 21 17:15:08.514 INFO STEP 592 (remove_files) COMPLETE
65942026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.514 INFO O| May 21 17:15:08.514 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.524 INFO O| May 21 17:15:08.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65962026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.524 INFO O| May 21 17:15:08.524 INFO STEP 593 (remove_files) COMPLETE
65972026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.525 INFO O| May 21 17:15:08.524 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.534 INFO O| May 21 17:15:08.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65992026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.534 INFO O| May 21 17:15:08.534 INFO STEP 594 (remove_files) COMPLETE
66002026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.534 INFO O| May 21 17:15:08.534 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.543 INFO O| May 21 17:15:08.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66022026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.543 INFO O| May 21 17:15:08.543 INFO STEP 595 (remove_files) COMPLETE
66032026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.543 INFO O| May 21 17:15:08.543 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.552 INFO O| May 21 17:15:08.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66052026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.553 INFO O| May 21 17:15:08.553 INFO STEP 596 (remove_files) COMPLETE
66062026-05-21T17:15:09.066Z[ recovery-image] May 21 17:15:08.553 INFO O| May 21 17:15:08.553 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-05-21T17:15:09.067Z[ recovery-image] May 21 17:15:08.563 INFO O| May 21 17:15:08.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66082026-05-21T17:15:09.067Z[ recovery-image] May 21 17:15:08.563 INFO O| May 21 17:15:08.563 INFO STEP 597 (remove_files) COMPLETE
66092026-05-21T17:15:09.067Z[ recovery-image] May 21 17:15:08.563 INFO O| May 21 17:15:08.563 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-05-21T17:15:09.067Z[ recovery-image] May 21 17:15:08.573 INFO O| May 21 17:15:08.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66112026-05-21T17:15:09.067Z[ recovery-image] May 21 17:15:08.573 INFO O| May 21 17:15:08.573 INFO STEP 598 (remove_files) COMPLETE
66122026-05-21T17:15:09.067Z[ recovery-image] May 21 17:15:08.573 INFO O| May 21 17:15:08.573 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-05-21T17:15:09.067Z[ recovery-image] May 21 17:15:08.583 INFO O| May 21 17:15:08.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66142026-05-21T17:15:09.067Z[ recovery-image] May 21 17:15:08.583 INFO O| May 21 17:15:08.583 INFO STEP 599 (remove_files) COMPLETE
66152026-05-21T17:15:09.067Z[ recovery-image] May 21 17:15:08.583 INFO O| May 21 17:15:08.583 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-05-21T17:15:09.067Z[ recovery-image] May 21 17:15:08.593 INFO O| May 21 17:15:08.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66172026-05-21T17:15:09.067Z[ recovery-image] May 21 17:15:08.596 INFO O| May 21 17:15:08.596 INFO STEP 600 (remove_files) COMPLETE
66182026-05-21T17:15:09.067Z[ recovery-image] May 21 17:15:08.596 INFO O| May 21 17:15:08.596 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-05-21T17:15:09.067Z[ recovery-image] May 21 17:15:08.606 INFO O| May 21 17:15:08.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66202026-05-21T17:15:09.067Z[ recovery-image] May 21 17:15:08.606 INFO O| May 21 17:15:08.606 INFO STEP 601 (remove_files) COMPLETE
66212026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.607 INFO O| May 21 17:15:08.606 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.617 INFO O| May 21 17:15:08.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66232026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.617 INFO O| May 21 17:15:08.617 INFO STEP 602 (remove_files) COMPLETE
66242026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.617 INFO O| May 21 17:15:08.617 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.628 INFO O| May 21 17:15:08.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66262026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.628 INFO O| May 21 17:15:08.628 INFO STEP 603 (remove_files) COMPLETE
66272026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.628 INFO O| May 21 17:15:08.628 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.638 INFO O| May 21 17:15:08.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66292026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.640 INFO O| May 21 17:15:08.639 INFO STEP 604 (remove_files) COMPLETE
66302026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.640 INFO O| May 21 17:15:08.640 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.651 INFO O| May 21 17:15:08.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66322026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.651 INFO O| May 21 17:15:08.651 INFO STEP 605 (remove_files) COMPLETE
66332026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.651 INFO O| May 21 17:15:08.651 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.661 INFO O| May 21 17:15:08.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66352026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.661 INFO O| May 21 17:15:08.661 INFO STEP 606 (remove_files) COMPLETE
66362026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.661 INFO O| May 21 17:15:08.661 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.677 INFO O| May 21 17:15:08.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66382026-05-21T17:15:09.071Z[ recovery-image] May 21 17:15:08.677 INFO O| May 21 17:15:08.677 INFO STEP 607 (remove_files) COMPLETE
66392026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.677 INFO O| May 21 17:15:08.677 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.687 INFO O| May 21 17:15:08.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66412026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.687 INFO O| May 21 17:15:08.687 INFO STEP 608 (remove_files) COMPLETE
66422026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.687 INFO O| May 21 17:15:08.687 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.697 INFO O| May 21 17:15:08.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66442026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.697 INFO O| May 21 17:15:08.697 INFO STEP 609 (remove_files) COMPLETE
66452026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.697 INFO O| May 21 17:15:08.697 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.708 INFO O| May 21 17:15:08.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66472026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.708 INFO O| May 21 17:15:08.708 INFO STEP 610 (remove_files) COMPLETE
66482026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.708 INFO O| May 21 17:15:08.708 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.718 INFO O| May 21 17:15:08.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66502026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.718 INFO O| May 21 17:15:08.718 INFO STEP 611 (remove_files) COMPLETE
66512026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.718 INFO O| May 21 17:15:08.718 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.728 INFO O| May 21 17:15:08.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66532026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.728 INFO O| May 21 17:15:08.728 INFO STEP 612 (remove_files) COMPLETE
66542026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.728 INFO O| May 21 17:15:08.728 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.738 INFO O| May 21 17:15:08.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66562026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.738 INFO O| May 21 17:15:08.738 INFO STEP 613 (remove_files) COMPLETE
66572026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.738 INFO O| May 21 17:15:08.738 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.749 INFO O| May 21 17:15:08.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66592026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.749 INFO O| May 21 17:15:08.749 INFO STEP 614 (remove_files) COMPLETE
66602026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.749 INFO O| May 21 17:15:08.749 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.758 INFO O| May 21 17:15:08.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66622026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.758 INFO O| May 21 17:15:08.758 INFO STEP 615 (remove_files) COMPLETE
66632026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.758 INFO O| May 21 17:15:08.758 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.769 INFO O| May 21 17:15:08.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66652026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.770 INFO O| May 21 17:15:08.770 INFO STEP 616 (remove_files) COMPLETE
66662026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.770 INFO O| May 21 17:15:08.770 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.781 INFO O| May 21 17:15:08.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66682026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.781 INFO O| May 21 17:15:08.781 INFO STEP 617 (remove_files) COMPLETE
66692026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.781 INFO O| May 21 17:15:08.781 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.792 INFO O| May 21 17:15:08.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66712026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.792 INFO O| May 21 17:15:08.792 INFO STEP 618 (remove_files) COMPLETE
66722026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.792 INFO O| May 21 17:15:08.792 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.802 INFO O| May 21 17:15:08.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66742026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.802 INFO O| May 21 17:15:08.802 INFO STEP 619 (remove_files) COMPLETE
66752026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.802 INFO O| May 21 17:15:08.802 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.813 INFO O| May 21 17:15:08.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66772026-05-21T17:15:09.072Z[ recovery-image] May 21 17:15:08.813 INFO O| May 21 17:15:08.813 INFO STEP 620 (remove_files) COMPLETE
66782026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.813 INFO O| May 21 17:15:08.813 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.822 INFO O| May 21 17:15:08.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66802026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.822 INFO O| May 21 17:15:08.822 INFO STEP 621 (remove_files) COMPLETE
66812026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.822 INFO O| May 21 17:15:08.822 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.832 INFO O| May 21 17:15:08.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
66832026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.832 INFO O| May 21 17:15:08.832 INFO STEP 622 (remove_files) COMPLETE
66842026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.832 INFO O| May 21 17:15:08.832 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.843 INFO O| May 21 17:15:08.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66862026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.843 INFO O| May 21 17:15:08.843 INFO STEP 623 (remove_files) COMPLETE
66872026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.843 INFO O| May 21 17:15:08.843 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.853 INFO O| May 21 17:15:08.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
66892026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.853 INFO O| May 21 17:15:08.853 INFO STEP 624 (remove_files) COMPLETE
66902026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.853 INFO O| May 21 17:15:08.853 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.863 INFO O| May 21 17:15:08.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
66922026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.863 INFO O| May 21 17:15:08.863 INFO STEP 625 (remove_files) COMPLETE
66932026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.863 INFO O| May 21 17:15:08.863 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.873 INFO O| May 21 17:15:08.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
66952026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.873 INFO O| May 21 17:15:08.873 INFO STEP 626 (remove_files) COMPLETE
66962026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.873 INFO O| May 21 17:15:08.873 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.882 INFO O| May 21 17:15:08.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66982026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.882 INFO O| May 21 17:15:08.882 INFO STEP 627 (remove_files) COMPLETE
66992026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.882 INFO O| May 21 17:15:08.882 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.891 INFO O| May 21 17:15:08.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67012026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.892 INFO O| May 21 17:15:08.891 INFO STEP 628 (remove_files) COMPLETE
67022026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.892 INFO O| May 21 17:15:08.892 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.901 INFO O| May 21 17:15:08.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67042026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.901 INFO O| May 21 17:15:08.901 INFO STEP 629 (remove_files) COMPLETE
67052026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.901 INFO O| May 21 17:15:08.901 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.912 INFO O| May 21 17:15:08.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67072026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.912 INFO O| May 21 17:15:08.912 INFO STEP 630 (remove_files) COMPLETE
67082026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.912 INFO O| May 21 17:15:08.912 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.923 INFO O| May 21 17:15:08.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67102026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.923 INFO O| May 21 17:15:08.923 INFO STEP 631 (remove_files) COMPLETE
67112026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.923 INFO O| May 21 17:15:08.923 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.933 INFO O| May 21 17:15:08.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67132026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.933 INFO O| May 21 17:15:08.933 INFO STEP 632 (remove_files) COMPLETE
67142026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.934 INFO O| May 21 17:15:08.933 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-05-21T17:15:09.073Z[ recovery-image] May 21 17:15:08.944 INFO O| May 21 17:15:08.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67162026-05-21T17:15:09.074Z[ recovery-image] May 21 17:15:08.945 INFO O| May 21 17:15:08.945 INFO STEP 633 (remove_files) COMPLETE
67172026-05-21T17:15:09.074Z[ recovery-image] May 21 17:15:08.945 INFO O| May 21 17:15:08.945 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-05-21T17:15:09.074Z[ recovery-image] May 21 17:15:08.956 INFO O| May 21 17:15:08.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67192026-05-21T17:15:09.074Z[ recovery-image] May 21 17:15:08.956 INFO O| May 21 17:15:08.956 INFO STEP 634 (remove_files) COMPLETE
67202026-05-21T17:15:09.074Z[ recovery-image] May 21 17:15:08.956 INFO O| May 21 17:15:08.956 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-05-21T17:15:09.077Z[ recovery-image] May 21 17:15:08.966 INFO O| May 21 17:15:08.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67222026-05-21T17:15:09.077Z[ recovery-image] May 21 17:15:08.966 INFO O| May 21 17:15:08.966 INFO STEP 635 (remove_files) COMPLETE
67232026-05-21T17:15:09.077Z[ recovery-image] May 21 17:15:08.966 INFO O| May 21 17:15:08.966 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-05-21T17:15:09.077Z[ recovery-image] May 21 17:15:08.976 INFO O| May 21 17:15:08.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67252026-05-21T17:15:09.077Z[ recovery-image] May 21 17:15:08.976 INFO O| May 21 17:15:08.976 INFO STEP 636 (remove_files) COMPLETE
67262026-05-21T17:15:09.077Z[ recovery-image] May 21 17:15:08.976 INFO O| May 21 17:15:08.976 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-05-21T17:15:09.077Z[ recovery-image] May 21 17:15:08.986 INFO O| May 21 17:15:08.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67282026-05-21T17:15:09.077Z[ recovery-image] May 21 17:15:08.986 INFO O| May 21 17:15:08.986 INFO STEP 637 (remove_files) COMPLETE
67292026-05-21T17:15:09.077Z[ recovery-image] May 21 17:15:08.986 INFO O| May 21 17:15:08.986 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-05-21T17:15:09.077Z[ recovery-image] May 21 17:15:08.997 INFO O| May 21 17:15:08.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
67312026-05-21T17:15:09.077Z[ recovery-image] May 21 17:15:08.997 INFO O| May 21 17:15:08.997 INFO STEP 638 (remove_files) COMPLETE
67322026-05-21T17:15:09.077Z[ recovery-image] May 21 17:15:08.997 INFO O| May 21 17:15:08.997 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-05-21T17:15:09.078Z[ recovery-image] May 21 17:15:09.006 INFO O| May 21 17:15:09.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
67342026-05-21T17:15:09.078Z[ recovery-image] May 21 17:15:09.006 INFO O| May 21 17:15:09.006 INFO STEP 639 (remove_files) COMPLETE
67352026-05-21T17:15:09.078Z[ recovery-image] May 21 17:15:09.006 INFO O| May 21 17:15:09.006 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-05-21T17:15:09.078Z[ recovery-image] May 21 17:15:09.016 INFO O| May 21 17:15:09.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
67372026-05-21T17:15:09.078Z[ recovery-image] May 21 17:15:09.016 INFO O| May 21 17:15:09.016 INFO STEP 640 (remove_files) COMPLETE
67382026-05-21T17:15:09.078Z[ recovery-image] May 21 17:15:09.016 INFO O| May 21 17:15:09.016 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-05-21T17:15:09.078Z[ recovery-image] May 21 17:15:09.026 INFO O| May 21 17:15:09.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
67402026-05-21T17:15:09.078Z[ recovery-image] May 21 17:15:09.026 INFO O| May 21 17:15:09.026 INFO STEP 641 (remove_files) COMPLETE
67412026-05-21T17:15:09.078Z[ recovery-image] May 21 17:15:09.026 INFO O| May 21 17:15:09.026 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-05-21T17:15:09.089Z[ recovery-image] May 21 17:15:09.035 INFO O| May 21 17:15:09.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
67432026-05-21T17:15:09.089Z[ recovery-image] May 21 17:15:09.036 INFO O| May 21 17:15:09.035 INFO STEP 642 (remove_files) COMPLETE
67442026-05-21T17:15:09.089Z[ recovery-image] May 21 17:15:09.036 INFO O| May 21 17:15:09.036 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-05-21T17:15:09.095Z[ recovery-image] May 21 17:15:09.045 INFO O| May 21 17:15:09.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
67462026-05-21T17:15:09.095Z[ recovery-image] May 21 17:15:09.046 INFO O| May 21 17:15:09.046 INFO STEP 643 (remove_files) COMPLETE
67472026-05-21T17:15:09.098Z[ recovery-image] May 21 17:15:09.046 INFO O| May 21 17:15:09.046 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-05-21T17:15:09.106Z[ recovery-image] May 21 17:15:09.057 INFO O| May 21 17:15:09.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
67492026-05-21T17:15:09.106Z[ recovery-image] May 21 17:15:09.057 INFO O| May 21 17:15:09.057 INFO STEP 644 (remove_files) COMPLETE
67502026-05-21T17:15:09.109Z[ recovery-image] May 21 17:15:09.057 INFO O| May 21 17:15:09.057 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-05-21T17:15:09.117Z[ recovery-image] May 21 17:15:09.068 INFO O| May 21 17:15:09.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67522026-05-21T17:15:09.117Z[ recovery-image] May 21 17:15:09.068 INFO O| May 21 17:15:09.068 INFO STEP 645 (remove_files) COMPLETE
67532026-05-21T17:15:09.117Z[ recovery-image] May 21 17:15:09.068 INFO O| May 21 17:15:09.068 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-05-21T17:15:09.128Z[ recovery-image] May 21 17:15:09.078 INFO O| May 21 17:15:09.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67552026-05-21T17:15:09.128Z[ recovery-image] May 21 17:15:09.079 INFO O| May 21 17:15:09.078 INFO STEP 646 (remove_files) COMPLETE
67562026-05-21T17:15:09.131Z[ recovery-image] May 21 17:15:09.079 INFO O| May 21 17:15:09.079 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-05-21T17:15:09.136Z[ recovery-image] May 21 17:15:09.087 INFO O| May 21 17:15:09.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
67582026-05-21T17:15:09.136Z[ recovery-image] May 21 17:15:09.087 INFO O| May 21 17:15:09.087 INFO STEP 647 (remove_files) COMPLETE
67592026-05-21T17:15:09.139Z[ recovery-image] May 21 17:15:09.087 INFO O| May 21 17:15:09.087 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-05-21T17:15:09.144Z[ recovery-image] May 21 17:15:09.095 INFO O| May 21 17:15:09.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
67612026-05-21T17:15:09.144Z[ recovery-image] May 21 17:15:09.095 INFO O| May 21 17:15:09.095 INFO STEP 648 (remove_files) COMPLETE
67622026-05-21T17:15:09.147Z[ recovery-image] May 21 17:15:09.095 INFO O| May 21 17:15:09.095 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-05-21T17:15:09.194Z[ recovery-image] May 21 17:15:09.118 INFO O| May 21 17:15:09.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67642026-05-21T17:15:09.194Z[ recovery-image] May 21 17:15:09.118 INFO O| May 21 17:15:09.118 INFO STEP 649 (remove_files) COMPLETE
67652026-05-21T17:15:09.194Z[ recovery-image] May 21 17:15:09.118 INFO O| May 21 17:15:09.118 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-05-21T17:15:09.197Z[ recovery-image] May 21 17:15:09.127 INFO O| May 21 17:15:09.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67672026-05-21T17:15:09.197Z[ recovery-image] May 21 17:15:09.127 INFO O| May 21 17:15:09.127 INFO STEP 650 (remove_files) COMPLETE
67682026-05-21T17:15:09.197Z[ recovery-image] May 21 17:15:09.127 INFO O| May 21 17:15:09.127 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-05-21T17:15:09.197Z[ recovery-image] May 21 17:15:09.136 INFO O| May 21 17:15:09.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
67702026-05-21T17:15:09.197Z[ recovery-image] May 21 17:15:09.136 INFO O| May 21 17:15:09.136 INFO STEP 651 (remove_files) COMPLETE
67712026-05-21T17:15:09.197Z[ recovery-image] May 21 17:15:09.136 INFO O| May 21 17:15:09.136 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-05-21T17:15:09.197Z[ recovery-image] May 21 17:15:09.144 INFO O| May 21 17:15:09.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
67732026-05-21T17:15:09.197Z[ recovery-image] May 21 17:15:09.144 INFO O| May 21 17:15:09.144 INFO STEP 652 (remove_files) COMPLETE
67742026-05-21T17:15:09.197Z[ recovery-image] May 21 17:15:09.144 INFO O| May 21 17:15:09.144 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-05-21T17:15:09.201Z[ recovery-image] May 21 17:15:09.152 INFO O| May 21 17:15:09.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
67762026-05-21T17:15:09.204Z[ recovery-image] May 21 17:15:09.153 INFO O| May 21 17:15:09.153 INFO STEP 653 (remove_files) COMPLETE
67772026-05-21T17:15:09.204Z[ recovery-image] May 21 17:15:09.153 INFO O| May 21 17:15:09.153 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-05-21T17:15:09.211Z[ recovery-image] May 21 17:15:09.162 INFO O| May 21 17:15:09.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
67792026-05-21T17:15:09.214Z[ recovery-image] May 21 17:15:09.163 INFO O| May 21 17:15:09.163 INFO STEP 654 (remove_files) COMPLETE
67802026-05-21T17:15:09.214Z[ recovery-image] May 21 17:15:09.163 INFO O| May 21 17:15:09.163 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-05-21T17:15:09.229Z[ recovery-image] May 21 17:15:09.172 INFO O| May 21 17:15:09.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
67822026-05-21T17:15:09.229Z[ recovery-image] May 21 17:15:09.173 INFO O| May 21 17:15:09.173 INFO STEP 655 (remove_files) COMPLETE
67832026-05-21T17:15:09.229Z[ recovery-image] May 21 17:15:09.173 INFO O| May 21 17:15:09.173 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-05-21T17:15:09.232Z[ recovery-image] May 21 17:15:09.181 INFO O| May 21 17:15:09.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67852026-05-21T17:15:09.232Z[ recovery-image] May 21 17:15:09.181 INFO O| May 21 17:15:09.181 INFO STEP 656 (remove_files) COMPLETE
67862026-05-21T17:15:09.232Z[ recovery-image] May 21 17:15:09.181 INFO O| May 21 17:15:09.181 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-05-21T17:15:09.239Z[ recovery-image] May 21 17:15:09.190 INFO O| May 21 17:15:09.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
67882026-05-21T17:15:09.239Z[ recovery-image] May 21 17:15:09.190 INFO O| May 21 17:15:09.190 INFO STEP 657 (remove_files) COMPLETE
67892026-05-21T17:15:09.242Z[ recovery-image] May 21 17:15:09.190 INFO O| May 21 17:15:09.190 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-05-21T17:15:09.247Z[ recovery-image] May 21 17:15:09.198 INFO O| May 21 17:15:09.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
67912026-05-21T17:15:09.247Z[ recovery-image] May 21 17:15:09.198 INFO O| May 21 17:15:09.198 INFO STEP 658 (remove_files) COMPLETE
67922026-05-21T17:15:09.252Z[ recovery-image] May 21 17:15:09.198 INFO O| May 21 17:15:09.198 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-05-21T17:15:09.255Z[ recovery-image] May 21 17:15:09.206 INFO O| May 21 17:15:09.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67942026-05-21T17:15:09.255Z[ recovery-image] May 21 17:15:09.206 INFO O| May 21 17:15:09.206 INFO STEP 659 (remove_files) COMPLETE
67952026-05-21T17:15:09.258Z[ recovery-image] May 21 17:15:09.206 INFO O| May 21 17:15:09.206 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-05-21T17:15:09.263Z[ recovery-image] May 21 17:15:09.214 INFO O| May 21 17:15:09.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67972026-05-21T17:15:09.266Z[ recovery-image] May 21 17:15:09.214 INFO O| May 21 17:15:09.214 INFO STEP 660 (remove_files) COMPLETE
67982026-05-21T17:15:09.266Z[ recovery-image] May 21 17:15:09.214 INFO O| May 21 17:15:09.214 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-05-21T17:15:09.276Z[ recovery-image] May 21 17:15:09.222 INFO O| May 21 17:15:09.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68002026-05-21T17:15:09.277Z[ recovery-image] May 21 17:15:09.222 INFO O| May 21 17:15:09.222 INFO STEP 661 (remove_files) COMPLETE
68012026-05-21T17:15:09.277Z[ recovery-image] May 21 17:15:09.222 INFO O| May 21 17:15:09.222 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-05-21T17:15:09.280Z[ recovery-image] May 21 17:15:09.229 INFO O| May 21 17:15:09.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68032026-05-21T17:15:09.280Z[ recovery-image] May 21 17:15:09.229 INFO O| May 21 17:15:09.229 INFO STEP 662 (remove_files) COMPLETE
68042026-05-21T17:15:09.280Z[ recovery-image] May 21 17:15:09.229 INFO O| May 21 17:15:09.229 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-05-21T17:15:09.286Z[ recovery-image] May 21 17:15:09.237 INFO O| May 21 17:15:09.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68062026-05-21T17:15:09.289Z[ recovery-image] May 21 17:15:09.238 INFO O| May 21 17:15:09.238 INFO STEP 663 (remove_files) COMPLETE
68072026-05-21T17:15:09.289Z[ recovery-image] May 21 17:15:09.238 INFO O| May 21 17:15:09.238 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-05-21T17:15:09.296Z[ recovery-image] May 21 17:15:09.247 INFO O| May 21 17:15:09.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68092026-05-21T17:15:09.299Z[ recovery-image] May 21 17:15:09.248 INFO O| May 21 17:15:09.247 INFO STEP 664 (remove_files) COMPLETE
68102026-05-21T17:15:09.299Z[ recovery-image] May 21 17:15:09.248 INFO O| May 21 17:15:09.248 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-05-21T17:15:09.306Z[ recovery-image] May 21 17:15:09.257 INFO O| May 21 17:15:09.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68122026-05-21T17:15:09.306Z[ recovery-image] May 21 17:15:09.257 INFO O| May 21 17:15:09.257 INFO STEP 665 (remove_files) COMPLETE
68132026-05-21T17:15:09.306Z[ recovery-image] May 21 17:15:09.257 INFO O| May 21 17:15:09.257 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-05-21T17:15:09.315Z[ recovery-image] May 21 17:15:09.266 INFO O| May 21 17:15:09.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68152026-05-21T17:15:09.315Z[ recovery-image] May 21 17:15:09.266 INFO O| May 21 17:15:09.266 INFO STEP 666 (remove_files) COMPLETE
68162026-05-21T17:15:09.315Z[ recovery-image] May 21 17:15:09.266 INFO O| May 21 17:15:09.266 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-05-21T17:15:09.324Z[ recovery-image] May 21 17:15:09.274 INFO O| May 21 17:15:09.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68182026-05-21T17:15:09.324Z[ recovery-image] May 21 17:15:09.274 INFO O| May 21 17:15:09.274 INFO STEP 667 (remove_files) COMPLETE
68192026-05-21T17:15:09.327Z[ recovery-image] May 21 17:15:09.274 INFO O| May 21 17:15:09.274 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-05-21T17:15:09.332Z[ recovery-image] May 21 17:15:09.283 INFO O| May 21 17:15:09.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68212026-05-21T17:15:09.332Z[ recovery-image] May 21 17:15:09.283 INFO O| May 21 17:15:09.283 INFO STEP 668 (remove_files) COMPLETE
68222026-05-21T17:15:09.336Z[ recovery-image] May 21 17:15:09.283 INFO O| May 21 17:15:09.283 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-05-21T17:15:09.341Z[ recovery-image] May 21 17:15:09.291 INFO O| May 21 17:15:09.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68242026-05-21T17:15:09.341Z[ recovery-image] May 21 17:15:09.292 INFO O| May 21 17:15:09.292 INFO STEP 669 (remove_files) COMPLETE
68252026-05-21T17:15:09.341Z[ recovery-image] May 21 17:15:09.292 INFO O| May 21 17:15:09.292 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-05-21T17:15:09.350Z[ recovery-image] May 21 17:15:09.300 INFO O| May 21 17:15:09.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68272026-05-21T17:15:09.350Z[ recovery-image] May 21 17:15:09.300 INFO O| May 21 17:15:09.300 INFO STEP 670 (remove_files) COMPLETE
68282026-05-21T17:15:09.350Z[ recovery-image] May 21 17:15:09.300 INFO O| May 21 17:15:09.300 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-05-21T17:15:09.360Z[ recovery-image] May 21 17:15:09.309 INFO O| May 21 17:15:09.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
68302026-05-21T17:15:09.360Z[ recovery-image] May 21 17:15:09.309 INFO O| May 21 17:15:09.309 INFO STEP 671 (remove_files) COMPLETE
68312026-05-21T17:15:09.360Z[ recovery-image] May 21 17:15:09.309 INFO O| May 21 17:15:09.309 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-05-21T17:15:09.367Z[ recovery-image] May 21 17:15:09.318 INFO O| May 21 17:15:09.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
68332026-05-21T17:15:09.367Z[ recovery-image] May 21 17:15:09.318 INFO O| May 21 17:15:09.318 INFO STEP 672 (remove_files) COMPLETE
68342026-05-21T17:15:09.367Z[ recovery-image] May 21 17:15:09.318 INFO O| May 21 17:15:09.318 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-05-21T17:15:09.377Z[ recovery-image] May 21 17:15:09.327 INFO O| May 21 17:15:09.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
68362026-05-21T17:15:09.378Z[ recovery-image] May 21 17:15:09.327 INFO O| May 21 17:15:09.327 INFO STEP 673 (remove_files) COMPLETE
68372026-05-21T17:15:09.378Z[ recovery-image] May 21 17:15:09.327 INFO O| May 21 17:15:09.327 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-05-21T17:15:09.386Z[ recovery-image] May 21 17:15:09.336 INFO O| May 21 17:15:09.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
68392026-05-21T17:15:09.386Z[ recovery-image] May 21 17:15:09.336 INFO O| May 21 17:15:09.336 INFO STEP 674 (remove_files) COMPLETE
68402026-05-21T17:15:09.389Z[ recovery-image] May 21 17:15:09.336 INFO O| May 21 17:15:09.336 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-05-21T17:15:09.399Z[ recovery-image] May 21 17:15:09.346 INFO O| May 21 17:15:09.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
68422026-05-21T17:15:09.399Z[ recovery-image] May 21 17:15:09.346 INFO O| May 21 17:15:09.346 INFO STEP 675 (remove_files) COMPLETE
68432026-05-21T17:15:09.399Z[ recovery-image] May 21 17:15:09.346 INFO O| May 21 17:15:09.346 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-05-21T17:15:09.405Z[ recovery-image] May 21 17:15:09.355 INFO O| May 21 17:15:09.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
68452026-05-21T17:15:09.405Z[ recovery-image] May 21 17:15:09.355 INFO O| May 21 17:15:09.355 INFO STEP 676 (remove_files) COMPLETE
68462026-05-21T17:15:09.405Z[ recovery-image] May 21 17:15:09.355 INFO O| May 21 17:15:09.355 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-05-21T17:15:09.414Z[ recovery-image] May 21 17:15:09.365 INFO O| May 21 17:15:09.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
68482026-05-21T17:15:09.414Z[ recovery-image] May 21 17:15:09.365 INFO O| May 21 17:15:09.365 INFO STEP 677 (remove_files) COMPLETE
68492026-05-21T17:15:09.414Z[ recovery-image] May 21 17:15:09.365 INFO O| May 21 17:15:09.365 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-05-21T17:15:09.423Z[ recovery-image] May 21 17:15:09.374 INFO O| May 21 17:15:09.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68512026-05-21T17:15:09.423Z[ recovery-image] May 21 17:15:09.374 INFO O| May 21 17:15:09.374 INFO STEP 678 (remove_files) COMPLETE
68522026-05-21T17:15:09.423Z[ recovery-image] May 21 17:15:09.374 INFO O| May 21 17:15:09.374 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-05-21T17:15:09.433Z[ recovery-image] May 21 17:15:09.384 INFO O| May 21 17:15:09.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68542026-05-21T17:15:09.433Z[ recovery-image] May 21 17:15:09.384 INFO O| May 21 17:15:09.384 INFO STEP 679 (remove_files) COMPLETE
68552026-05-21T17:15:09.433Z[ recovery-image] May 21 17:15:09.384 INFO O| May 21 17:15:09.384 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-05-21T17:15:09.443Z[ recovery-image] May 21 17:15:09.394 INFO O| May 21 17:15:09.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68572026-05-21T17:15:09.446Z[ recovery-image] May 21 17:15:09.395 INFO O| May 21 17:15:09.395 INFO STEP 680 (remove_files) COMPLETE
68582026-05-21T17:15:09.446Z[ recovery-image] May 21 17:15:09.395 INFO O| May 21 17:15:09.395 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-05-21T17:15:09.455Z[ recovery-image] May 21 17:15:09.406 INFO O| May 21 17:15:09.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68602026-05-21T17:15:09.455Z[ recovery-image] May 21 17:15:09.406 INFO O| May 21 17:15:09.406 INFO STEP 681 (remove_files) COMPLETE
68612026-05-21T17:15:09.455Z[ recovery-image] May 21 17:15:09.406 INFO O| May 21 17:15:09.406 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-05-21T17:15:09.467Z[ recovery-image] May 21 17:15:09.416 INFO O| May 21 17:15:09.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68632026-05-21T17:15:09.467Z[ recovery-image] May 21 17:15:09.416 INFO O| May 21 17:15:09.416 INFO STEP 682 (remove_files) COMPLETE
68642026-05-21T17:15:09.470Z[ recovery-image] May 21 17:15:09.416 INFO O| May 21 17:15:09.416 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-05-21T17:15:09.475Z[ recovery-image] May 21 17:15:09.425 INFO O| May 21 17:15:09.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68662026-05-21T17:15:09.478Z[ recovery-image] May 21 17:15:09.426 INFO O| May 21 17:15:09.426 INFO STEP 683 (remove_files) COMPLETE
68672026-05-21T17:15:09.478Z[ recovery-image] May 21 17:15:09.426 INFO O| May 21 17:15:09.426 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-05-21T17:15:09.484Z[ recovery-image] May 21 17:15:09.435 INFO O| May 21 17:15:09.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68692026-05-21T17:15:09.484Z[ recovery-image] May 21 17:15:09.435 INFO O| May 21 17:15:09.435 INFO STEP 684 (remove_files) COMPLETE
68702026-05-21T17:15:09.487Z[ recovery-image] May 21 17:15:09.435 INFO O| May 21 17:15:09.435 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-05-21T17:15:09.492Z[ recovery-image] May 21 17:15:09.443 INFO O| May 21 17:15:09.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68722026-05-21T17:15:09.492Z[ recovery-image] May 21 17:15:09.443 INFO O| May 21 17:15:09.443 INFO STEP 685 (remove_files) COMPLETE
68732026-05-21T17:15:09.492Z[ recovery-image] May 21 17:15:09.443 INFO O| May 21 17:15:09.443 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-05-21T17:15:09.501Z[ recovery-image] May 21 17:15:09.451 INFO O| May 21 17:15:09.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68752026-05-21T17:15:09.501Z[ recovery-image] May 21 17:15:09.452 INFO O| May 21 17:15:09.452 INFO STEP 686 (remove_files) COMPLETE
68762026-05-21T17:15:09.504Z[ recovery-image] May 21 17:15:09.452 INFO O| May 21 17:15:09.452 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-05-21T17:15:09.509Z[ recovery-image] May 21 17:15:09.460 INFO O| May 21 17:15:09.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68782026-05-21T17:15:09.509Z[ recovery-image] May 21 17:15:09.460 INFO O| May 21 17:15:09.460 INFO STEP 687 (remove_files) COMPLETE
68792026-05-21T17:15:09.513Z[ recovery-image] May 21 17:15:09.460 INFO O| May 21 17:15:09.460 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-05-21T17:15:09.518Z[ recovery-image] May 21 17:15:09.469 INFO O| May 21 17:15:09.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68812026-05-21T17:15:09.518Z[ recovery-image] May 21 17:15:09.469 INFO O| May 21 17:15:09.469 INFO STEP 688 (remove_files) COMPLETE
68822026-05-21T17:15:09.522Z[ recovery-image] May 21 17:15:09.469 INFO O| May 21 17:15:09.469 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-05-21T17:15:09.529Z[ recovery-image] May 21 17:15:09.478 INFO O| May 21 17:15:09.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68842026-05-21T17:15:09.529Z[ recovery-image] May 21 17:15:09.478 INFO O| May 21 17:15:09.478 INFO STEP 689 (remove_files) COMPLETE
68852026-05-21T17:15:09.533Z[ recovery-image] May 21 17:15:09.478 INFO O| May 21 17:15:09.478 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-05-21T17:15:09.536Z[ recovery-image] May 21 17:15:09.485 INFO O| May 21 17:15:09.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68872026-05-21T17:15:09.536Z[ recovery-image] May 21 17:15:09.485 INFO O| May 21 17:15:09.485 INFO STEP 690 (remove_files) COMPLETE
68882026-05-21T17:15:09.536Z[ recovery-image] May 21 17:15:09.485 INFO O| May 21 17:15:09.485 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-05-21T17:15:09.542Z[ recovery-image] May 21 17:15:09.493 INFO O| May 21 17:15:09.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68902026-05-21T17:15:09.542Z[ recovery-image] May 21 17:15:09.493 INFO O| May 21 17:15:09.493 INFO STEP 691 (remove_files) COMPLETE
68912026-05-21T17:15:09.542Z[ recovery-image] May 21 17:15:09.493 INFO O| May 21 17:15:09.493 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-05-21T17:15:09.550Z[ recovery-image] May 21 17:15:09.500 INFO O| May 21 17:15:09.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68932026-05-21T17:15:09.551Z[ recovery-image] May 21 17:15:09.500 INFO O| May 21 17:15:09.500 INFO STEP 692 (remove_files) COMPLETE
68942026-05-21T17:15:09.551Z[ recovery-image] May 21 17:15:09.500 INFO O| May 21 17:15:09.500 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-05-21T17:15:09.557Z[ recovery-image] May 21 17:15:09.507 INFO O| May 21 17:15:09.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68962026-05-21T17:15:09.557Z[ recovery-image] May 21 17:15:09.507 INFO O| May 21 17:15:09.507 INFO STEP 693 (remove_files) COMPLETE
68972026-05-21T17:15:09.557Z[ recovery-image] May 21 17:15:09.507 INFO O| May 21 17:15:09.507 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-05-21T17:15:09.563Z[ recovery-image] May 21 17:15:09.514 INFO O| May 21 17:15:09.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68992026-05-21T17:15:09.563Z[ recovery-image] May 21 17:15:09.514 INFO O| May 21 17:15:09.514 INFO STEP 694 (remove_files) COMPLETE
69002026-05-21T17:15:09.563Z[ recovery-image] May 21 17:15:09.514 INFO O| May 21 17:15:09.514 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-05-21T17:15:09.571Z[ recovery-image] May 21 17:15:09.522 INFO O| May 21 17:15:09.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69022026-05-21T17:15:09.571Z[ recovery-image] May 21 17:15:09.522 INFO O| May 21 17:15:09.522 INFO STEP 695 (remove_files) COMPLETE
69032026-05-21T17:15:09.571Z[ recovery-image] May 21 17:15:09.522 INFO O| May 21 17:15:09.522 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-05-21T17:15:09.578Z[ recovery-image] May 21 17:15:09.529 INFO O| May 21 17:15:09.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69052026-05-21T17:15:09.578Z[ recovery-image] May 21 17:15:09.529 INFO O| May 21 17:15:09.529 INFO STEP 696 (remove_files) COMPLETE
69062026-05-21T17:15:09.578Z[ recovery-image] May 21 17:15:09.529 INFO O| May 21 17:15:09.529 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-05-21T17:15:09.586Z[ recovery-image] May 21 17:15:09.536 INFO O| May 21 17:15:09.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69082026-05-21T17:15:09.586Z[ recovery-image] May 21 17:15:09.536 INFO O| May 21 17:15:09.536 INFO STEP 697 (remove_files) COMPLETE
69092026-05-21T17:15:09.590Z[ recovery-image] May 21 17:15:09.536 INFO O| May 21 17:15:09.536 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-05-21T17:15:09.593Z[ recovery-image] May 21 17:15:09.544 INFO O| May 21 17:15:09.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69112026-05-21T17:15:09.593Z[ recovery-image] May 21 17:15:09.544 INFO O| May 21 17:15:09.544 INFO STEP 698 (remove_files) COMPLETE
69122026-05-21T17:15:09.593Z[ recovery-image] May 21 17:15:09.544 INFO O| May 21 17:15:09.544 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-05-21T17:15:09.600Z[ recovery-image] May 21 17:15:09.551 INFO O| May 21 17:15:09.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69142026-05-21T17:15:09.600Z[ recovery-image] May 21 17:15:09.551 INFO O| May 21 17:15:09.551 INFO STEP 699 (remove_files) COMPLETE
69152026-05-21T17:15:09.603Z[ recovery-image] May 21 17:15:09.551 INFO O| May 21 17:15:09.551 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-05-21T17:15:09.608Z[ recovery-image] May 21 17:15:09.559 INFO O| May 21 17:15:09.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69172026-05-21T17:15:09.608Z[ recovery-image] May 21 17:15:09.559 INFO O| May 21 17:15:09.559 INFO STEP 700 (remove_files) COMPLETE
69182026-05-21T17:15:09.610Z[ recovery-image] May 21 17:15:09.559 INFO O| May 21 17:15:09.559 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-05-21T17:15:09.615Z[ recovery-image] May 21 17:15:09.566 INFO O| May 21 17:15:09.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69202026-05-21T17:15:09.615Z[ recovery-image] May 21 17:15:09.566 INFO O| May 21 17:15:09.566 INFO STEP 701 (remove_files) COMPLETE
69212026-05-21T17:15:09.618Z[ recovery-image] May 21 17:15:09.566 INFO O| May 21 17:15:09.566 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-05-21T17:15:09.622Z[ recovery-image] May 21 17:15:09.573 INFO O| May 21 17:15:09.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69232026-05-21T17:15:09.622Z[ recovery-image] May 21 17:15:09.573 INFO O| May 21 17:15:09.573 INFO STEP 702 (remove_files) COMPLETE
69242026-05-21T17:15:09.622Z[ recovery-image] May 21 17:15:09.573 INFO O| May 21 17:15:09.573 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-05-21T17:15:09.630Z[ recovery-image] May 21 17:15:09.580 INFO O| May 21 17:15:09.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69262026-05-21T17:15:09.630Z[ recovery-image] May 21 17:15:09.580 INFO O| May 21 17:15:09.580 INFO STEP 703 (remove_files) COMPLETE
69272026-05-21T17:15:09.630Z[ recovery-image] May 21 17:15:09.581 INFO O| May 21 17:15:09.580 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-05-21T17:15:09.638Z[ recovery-image] May 21 17:15:09.589 INFO O| May 21 17:15:09.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
69292026-05-21T17:15:09.638Z[ recovery-image] May 21 17:15:09.589 INFO O| May 21 17:15:09.589 INFO STEP 704 (remove_files) COMPLETE
69302026-05-21T17:15:09.638Z[ recovery-image] May 21 17:15:09.589 INFO O| May 21 17:15:09.589 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-05-21T17:15:09.647Z[ recovery-image] May 21 17:15:09.598 INFO O| May 21 17:15:09.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69322026-05-21T17:15:09.647Z[ recovery-image] May 21 17:15:09.598 INFO O| May 21 17:15:09.598 INFO STEP 705 (remove_files) COMPLETE
69332026-05-21T17:15:09.652Z[ recovery-image] May 21 17:15:09.598 INFO O| May 21 17:15:09.598 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-05-21T17:15:09.656Z[ recovery-image] May 21 17:15:09.606 INFO O| May 21 17:15:09.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69352026-05-21T17:15:09.656Z[ recovery-image] May 21 17:15:09.607 INFO O| May 21 17:15:09.607 INFO STEP 706 (remove_files) COMPLETE
69362026-05-21T17:15:09.659Z[ recovery-image] May 21 17:15:09.607 INFO O| May 21 17:15:09.607 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-05-21T17:15:09.664Z[ recovery-image] May 21 17:15:09.615 INFO O| May 21 17:15:09.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69382026-05-21T17:15:09.664Z[ recovery-image] May 21 17:15:09.615 INFO O| May 21 17:15:09.615 INFO STEP 707 (remove_files) COMPLETE
69392026-05-21T17:15:09.668Z[ recovery-image] May 21 17:15:09.615 INFO O| May 21 17:15:09.615 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-05-21T17:15:09.674Z[ recovery-image] May 21 17:15:09.625 INFO O| May 21 17:15:09.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69412026-05-21T17:15:09.674Z[ recovery-image] May 21 17:15:09.625 INFO O| May 21 17:15:09.625 INFO STEP 708 (remove_files) COMPLETE
69422026-05-21T17:15:09.674Z[ recovery-image] May 21 17:15:09.625 INFO O| May 21 17:15:09.625 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-05-21T17:15:09.685Z[ recovery-image] May 21 17:15:09.634 INFO O| May 21 17:15:09.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69442026-05-21T17:15:09.685Z[ recovery-image] May 21 17:15:09.634 INFO O| May 21 17:15:09.634 INFO STEP 709 (remove_files) COMPLETE
69452026-05-21T17:15:09.689Z[ recovery-image] May 21 17:15:09.634 INFO O| May 21 17:15:09.634 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-05-21T17:15:09.692Z[ recovery-image] May 21 17:15:09.643 INFO O| May 21 17:15:09.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69472026-05-21T17:15:09.692Z[ recovery-image] May 21 17:15:09.643 INFO O| May 21 17:15:09.643 INFO STEP 710 (remove_files) COMPLETE
69482026-05-21T17:15:09.695Z[ recovery-image] May 21 17:15:09.643 INFO O| May 21 17:15:09.643 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-05-21T17:15:09.702Z[ recovery-image] May 21 17:15:09.652 INFO O| May 21 17:15:09.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69502026-05-21T17:15:09.702Z[ recovery-image] May 21 17:15:09.653 INFO O| May 21 17:15:09.653 INFO STEP 711 (remove_files) COMPLETE
69512026-05-21T17:15:09.706Z[ recovery-image] May 21 17:15:09.653 INFO O| May 21 17:15:09.653 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-05-21T17:15:09.712Z[ recovery-image] May 21 17:15:09.662 INFO O| May 21 17:15:09.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69532026-05-21T17:15:09.712Z[ recovery-image] May 21 17:15:09.662 INFO O| May 21 17:15:09.662 INFO STEP 712 (remove_files) COMPLETE
69542026-05-21T17:15:09.712Z[ recovery-image] May 21 17:15:09.662 INFO O| May 21 17:15:09.662 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-05-21T17:15:09.720Z[ recovery-image] May 21 17:15:09.671 INFO O| May 21 17:15:09.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69562026-05-21T17:15:09.721Z[ recovery-image] May 21 17:15:09.671 INFO O| May 21 17:15:09.671 INFO STEP 713 (remove_files) COMPLETE
69572026-05-21T17:15:09.721Z[ recovery-image] May 21 17:15:09.671 INFO O| May 21 17:15:09.671 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-05-21T17:15:09.741Z[ recovery-image] May 21 17:15:09.692 INFO O| May 21 17:15:09.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69592026-05-21T17:15:09.741Z[ recovery-image] May 21 17:15:09.692 INFO O| May 21 17:15:09.680 INFO STEP 714 (remove_files) COMPLETE
69602026-05-21T17:15:09.741Z[ recovery-image] May 21 17:15:09.692 INFO O| May 21 17:15:09.680 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-05-21T17:15:09.744Z[ recovery-image] May 21 17:15:09.692 INFO O| May 21 17:15:09.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69622026-05-21T17:15:09.744Z[ recovery-image] May 21 17:15:09.692 INFO O| May 21 17:15:09.689 INFO STEP 715 (remove_files) COMPLETE
69632026-05-21T17:15:09.744Z[ recovery-image] May 21 17:15:09.692 INFO O| May 21 17:15:09.689 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-05-21T17:15:09.747Z[ recovery-image] May 21 17:15:09.697 INFO O| May 21 17:15:09.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
69652026-05-21T17:15:09.747Z[ recovery-image] May 21 17:15:09.697 INFO O| May 21 17:15:09.697 INFO STEP 716 (remove_files) COMPLETE
69662026-05-21T17:15:09.747Z[ recovery-image] May 21 17:15:09.697 INFO O| May 21 17:15:09.697 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-05-21T17:15:09.755Z[ recovery-image] May 21 17:15:09.706 INFO O| May 21 17:15:09.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
69682026-05-21T17:15:09.760Z[ recovery-image] May 21 17:15:09.707 INFO O| May 21 17:15:09.707 INFO STEP 717 (remove_files) COMPLETE
69692026-05-21T17:15:09.760Z[ recovery-image] May 21 17:15:09.707 INFO O| May 21 17:15:09.707 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-05-21T17:15:09.767Z[ recovery-image] May 21 17:15:09.717 INFO O| May 21 17:15:09.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69712026-05-21T17:15:09.767Z[ recovery-image] May 21 17:15:09.717 INFO O| May 21 17:15:09.717 INFO STEP 718 (remove_files) COMPLETE
69722026-05-21T17:15:09.767Z[ recovery-image] May 21 17:15:09.717 INFO O| May 21 17:15:09.717 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-05-21T17:15:09.777Z[ recovery-image] May 21 17:15:09.726 INFO O| May 21 17:15:09.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
69742026-05-21T17:15:09.777Z[ recovery-image] May 21 17:15:09.726 INFO O| May 21 17:15:09.726 INFO STEP 719 (remove_files) COMPLETE
69752026-05-21T17:15:09.777Z[ recovery-image] May 21 17:15:09.726 INFO O| May 21 17:15:09.726 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-05-21T17:15:09.785Z[ recovery-image] May 21 17:15:09.736 INFO O| May 21 17:15:09.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
69772026-05-21T17:15:09.785Z[ recovery-image] May 21 17:15:09.736 INFO O| May 21 17:15:09.736 INFO STEP 720 (remove_files) COMPLETE
69782026-05-21T17:15:09.785Z[ recovery-image] May 21 17:15:09.736 INFO O| May 21 17:15:09.736 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-05-21T17:15:09.794Z[ recovery-image] May 21 17:15:09.745 INFO O| May 21 17:15:09.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
69802026-05-21T17:15:09.794Z[ recovery-image] May 21 17:15:09.745 INFO O| May 21 17:15:09.745 INFO STEP 721 (remove_files) COMPLETE
69812026-05-21T17:15:09.794Z[ recovery-image] May 21 17:15:09.745 INFO O| May 21 17:15:09.745 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-05-21T17:15:09.804Z[ recovery-image] May 21 17:15:09.755 INFO O| May 21 17:15:09.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
69832026-05-21T17:15:09.804Z[ recovery-image] May 21 17:15:09.755 INFO O| May 21 17:15:09.755 INFO STEP 722 (remove_files) COMPLETE
69842026-05-21T17:15:09.804Z[ recovery-image] May 21 17:15:09.755 INFO O| May 21 17:15:09.755 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-05-21T17:15:09.814Z[ recovery-image] May 21 17:15:09.765 INFO O| May 21 17:15:09.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
69862026-05-21T17:15:09.814Z[ recovery-image] May 21 17:15:09.765 INFO O| May 21 17:15:09.765 INFO STEP 723 (remove_files) COMPLETE
69872026-05-21T17:15:09.814Z[ recovery-image] May 21 17:15:09.765 INFO O| May 21 17:15:09.765 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-05-21T17:15:09.825Z[ recovery-image] May 21 17:15:09.776 INFO O| May 21 17:15:09.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69892026-05-21T17:15:09.825Z[ recovery-image] May 21 17:15:09.776 INFO O| May 21 17:15:09.776 INFO STEP 724 (remove_files) COMPLETE
69902026-05-21T17:15:09.825Z[ recovery-image] May 21 17:15:09.776 INFO O| May 21 17:15:09.776 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-05-21T17:15:09.843Z[ recovery-image] May 21 17:15:09.786 INFO O| May 21 17:15:09.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
69922026-05-21T17:15:09.843Z[ recovery-image] May 21 17:15:09.786 INFO O| May 21 17:15:09.786 INFO STEP 725 (remove_files) COMPLETE
69932026-05-21T17:15:09.843Z[ recovery-image] May 21 17:15:09.786 INFO O| May 21 17:15:09.786 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-05-21T17:15:09.846Z[ recovery-image] May 21 17:15:09.795 INFO O| May 21 17:15:09.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
69952026-05-21T17:15:09.846Z[ recovery-image] May 21 17:15:09.795 INFO O| May 21 17:15:09.795 INFO STEP 726 (remove_files) COMPLETE
69962026-05-21T17:15:09.846Z[ recovery-image] May 21 17:15:09.795 INFO O| May 21 17:15:09.795 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-05-21T17:15:09.854Z[ recovery-image] May 21 17:15:09.804 INFO O| May 21 17:15:09.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
69982026-05-21T17:15:09.858Z[ recovery-image] May 21 17:15:09.805 INFO O| May 21 17:15:09.805 INFO STEP 727 (remove_files) COMPLETE
69992026-05-21T17:15:09.858Z[ recovery-image] May 21 17:15:09.805 INFO O| May 21 17:15:09.805 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-05-21T17:15:09.863Z[ recovery-image] May 21 17:15:09.813 INFO O| May 21 17:15:09.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70012026-05-21T17:15:09.863Z[ recovery-image] May 21 17:15:09.813 INFO O| May 21 17:15:09.813 INFO STEP 728 (remove_files) COMPLETE
70022026-05-21T17:15:09.867Z[ recovery-image] May 21 17:15:09.814 INFO O| May 21 17:15:09.813 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-05-21T17:15:09.871Z[ recovery-image] May 21 17:15:09.822 INFO O| May 21 17:15:09.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70042026-05-21T17:15:09.871Z[ recovery-image] May 21 17:15:09.822 INFO O| May 21 17:15:09.822 INFO STEP 729 (remove_files) COMPLETE
70052026-05-21T17:15:09.874Z[ recovery-image] May 21 17:15:09.822 INFO O| May 21 17:15:09.822 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-05-21T17:15:09.881Z[ recovery-image] May 21 17:15:09.832 INFO O| May 21 17:15:09.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70072026-05-21T17:15:09.881Z[ recovery-image] May 21 17:15:09.832 INFO O| May 21 17:15:09.832 INFO STEP 730 (remove_files) COMPLETE
70082026-05-21T17:15:09.881Z[ recovery-image] May 21 17:15:09.832 INFO O| May 21 17:15:09.832 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-05-21T17:15:09.890Z[ recovery-image] May 21 17:15:09.841 INFO O| May 21 17:15:09.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70102026-05-21T17:15:09.890Z[ recovery-image] May 21 17:15:09.841 INFO O| May 21 17:15:09.841 INFO STEP 731 (remove_files) COMPLETE
70112026-05-21T17:15:09.895Z[ recovery-image] May 21 17:15:09.841 INFO O| May 21 17:15:09.841 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-05-21T17:15:09.899Z[ recovery-image] May 21 17:15:09.850 INFO O| May 21 17:15:09.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70132026-05-21T17:15:09.899Z[ recovery-image] May 21 17:15:09.850 INFO O| May 21 17:15:09.850 INFO STEP 732 (remove_files) COMPLETE
70142026-05-21T17:15:09.899Z[ recovery-image] May 21 17:15:09.850 INFO O| May 21 17:15:09.850 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-05-21T17:15:09.908Z[ recovery-image] May 21 17:15:09.858 INFO O| May 21 17:15:09.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70162026-05-21T17:15:09.908Z[ recovery-image] May 21 17:15:09.858 INFO O| May 21 17:15:09.858 INFO STEP 733 (remove_files) COMPLETE
70172026-05-21T17:15:09.911Z[ recovery-image] May 21 17:15:09.858 INFO O| May 21 17:15:09.858 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-05-21T17:15:09.916Z[ recovery-image] May 21 17:15:09.866 INFO O| May 21 17:15:09.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70192026-05-21T17:15:09.916Z[ recovery-image] May 21 17:15:09.866 INFO O| May 21 17:15:09.866 INFO STEP 734 (remove_files) COMPLETE
70202026-05-21T17:15:09.918Z[ recovery-image] May 21 17:15:09.866 INFO O| May 21 17:15:09.866 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-05-21T17:15:09.924Z[ recovery-image] May 21 17:15:09.875 INFO O| May 21 17:15:09.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70222026-05-21T17:15:09.924Z[ recovery-image] May 21 17:15:09.875 INFO O| May 21 17:15:09.875 INFO STEP 735 (remove_files) COMPLETE
70232026-05-21T17:15:09.927Z[ recovery-image] May 21 17:15:09.875 INFO O| May 21 17:15:09.875 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-05-21T17:15:09.944Z[ recovery-image] May 21 17:15:09.895 INFO O| May 21 17:15:09.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70252026-05-21T17:15:09.944Z[ recovery-image] May 21 17:15:09.895 INFO O| May 21 17:15:09.895 INFO STEP 736 (remove_files) COMPLETE
70262026-05-21T17:15:09.948Z[ recovery-image] May 21 17:15:09.895 INFO O| May 21 17:15:09.895 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.936 INFO O| May 21 17:15:09.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
70282026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.936 INFO O| May 21 17:15:09.914 INFO STEP 737 (remove_files) COMPLETE
70292026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.936 INFO O| May 21 17:15:09.914 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.936 INFO O| May 21 17:15:09.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
70312026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.936 INFO O| May 21 17:15:09.922 INFO STEP 738 (remove_files) COMPLETE
70322026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.936 INFO O| May 21 17:15:09.922 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.936 INFO O| May 21 17:15:09.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
70342026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.936 INFO O| May 21 17:15:09.931 INFO STEP 739 (remove_files) COMPLETE
70352026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.936 INFO O| May 21 17:15:09.931 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.940 INFO O| May 21 17:15:09.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
70372026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.941 INFO O| May 21 17:15:09.941 INFO STEP 740 (remove_files) COMPLETE
70382026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.941 INFO O| May 21 17:15:09.941 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.949 INFO O| May 21 17:15:09.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
70402026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.949 INFO O| May 21 17:15:09.949 INFO STEP 741 (remove_files) COMPLETE
70412026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.949 INFO O| May 21 17:15:09.949 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.958 INFO O| May 21 17:15:09.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
70432026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.958 INFO O| May 21 17:15:09.958 INFO STEP 742 (remove_files) COMPLETE
70442026-05-21T17:15:10.008Z[ recovery-image] May 21 17:15:09.958 INFO O| May 21 17:15:09.958 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-05-21T17:15:10.020Z[ recovery-image] May 21 17:15:09.966 INFO O| May 21 17:15:09.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
70462026-05-21T17:15:10.020Z[ recovery-image] May 21 17:15:09.966 INFO O| May 21 17:15:09.966 INFO STEP 743 (remove_files) COMPLETE
70472026-05-21T17:15:10.020Z[ recovery-image] May 21 17:15:09.966 INFO O| May 21 17:15:09.966 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-05-21T17:15:10.024Z[ recovery-image] May 21 17:15:09.974 INFO O| May 21 17:15:09.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
70492026-05-21T17:15:10.024Z[ recovery-image] May 21 17:15:09.974 INFO O| May 21 17:15:09.974 INFO STEP 744 (remove_files) COMPLETE
70502026-05-21T17:15:10.024Z[ recovery-image] May 21 17:15:09.974 INFO O| May 21 17:15:09.974 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-05-21T17:15:10.032Z[ recovery-image] May 21 17:15:09.983 INFO O| May 21 17:15:09.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
70522026-05-21T17:15:10.032Z[ recovery-image] May 21 17:15:09.983 INFO O| May 21 17:15:09.983 INFO STEP 745 (remove_files) COMPLETE
70532026-05-21T17:15:10.032Z[ recovery-image] May 21 17:15:09.983 INFO O| May 21 17:15:09.983 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-05-21T17:15:10.042Z[ recovery-image] May 21 17:15:09.993 INFO O| May 21 17:15:09.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
70552026-05-21T17:15:10.043Z[ recovery-image] May 21 17:15:09.993 INFO O| May 21 17:15:09.993 INFO STEP 746 (remove_files) COMPLETE
70562026-05-21T17:15:10.046Z[ recovery-image] May 21 17:15:09.993 INFO O| May 21 17:15:09.993 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-05-21T17:15:10.053Z[ recovery-image] May 21 17:15:10.003 INFO O| May 21 17:15:10.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
70582026-05-21T17:15:10.053Z[ recovery-image] May 21 17:15:10.003 INFO O| May 21 17:15:10.003 INFO STEP 747 (remove_files) COMPLETE
70592026-05-21T17:15:10.053Z[ recovery-image] May 21 17:15:10.003 INFO O| May 21 17:15:10.003 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-05-21T17:15:10.063Z[ recovery-image] May 21 17:15:10.014 INFO O| May 21 17:15:10.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70612026-05-21T17:15:10.063Z[ recovery-image] May 21 17:15:10.014 INFO O| May 21 17:15:10.014 INFO STEP 748 (remove_files) COMPLETE
70622026-05-21T17:15:10.063Z[ recovery-image] May 21 17:15:10.014 INFO O| May 21 17:15:10.014 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-05-21T17:15:10.071Z[ recovery-image] May 21 17:15:10.022 INFO O| May 21 17:15:10.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
70642026-05-21T17:15:10.071Z[ recovery-image] May 21 17:15:10.022 INFO O| May 21 17:15:10.022 INFO STEP 749 (remove_files) COMPLETE
70652026-05-21T17:15:10.071Z[ recovery-image] May 21 17:15:10.022 INFO O| May 21 17:15:10.022 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-05-21T17:15:10.087Z[ recovery-image] May 21 17:15:10.037 INFO O| May 21 17:15:10.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
70672026-05-21T17:15:10.087Z[ recovery-image] May 21 17:15:10.037 INFO O| May 21 17:15:10.037 INFO STEP 750 (remove_files) COMPLETE
70682026-05-21T17:15:10.087Z[ recovery-image] May 21 17:15:10.037 INFO O| May 21 17:15:10.037 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-05-21T17:15:10.096Z[ recovery-image] May 21 17:15:10.047 INFO O| May 21 17:15:10.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
70702026-05-21T17:15:10.097Z[ recovery-image] May 21 17:15:10.047 INFO O| May 21 17:15:10.047 INFO STEP 751 (remove_files) COMPLETE
70712026-05-21T17:15:10.100Z[ recovery-image] May 21 17:15:10.047 INFO O| May 21 17:15:10.047 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-05-21T17:15:10.130Z[ recovery-image] May 21 17:15:10.075 INFO O| May 21 17:15:10.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
70732026-05-21T17:15:10.133Z[ recovery-image] May 21 17:15:10.075 INFO O| May 21 17:15:10.075 INFO STEP 752 (remove_files) COMPLETE
70742026-05-21T17:15:10.133Z[ recovery-image] May 21 17:15:10.075 INFO O| May 21 17:15:10.075 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-05-21T17:15:10.136Z[ recovery-image] May 21 17:15:10.086 INFO O| May 21 17:15:10.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
70762026-05-21T17:15:10.136Z[ recovery-image] May 21 17:15:10.086 INFO O| May 21 17:15:10.086 INFO STEP 753 (remove_files) COMPLETE
70772026-05-21T17:15:10.136Z[ recovery-image] May 21 17:15:10.086 INFO O| May 21 17:15:10.086 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-05-21T17:15:10.173Z[ recovery-image] May 21 17:15:10.106 INFO O| May 21 17:15:10.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
70792026-05-21T17:15:10.173Z[ recovery-image] May 21 17:15:10.107 INFO O| May 21 17:15:10.107 INFO STEP 754 (remove_files) COMPLETE
70802026-05-21T17:15:10.173Z[ recovery-image] May 21 17:15:10.107 INFO O| May 21 17:15:10.107 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-05-21T17:15:10.173Z[ recovery-image] May 21 17:15:10.116 INFO O| May 21 17:15:10.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
70822026-05-21T17:15:10.173Z[ recovery-image] May 21 17:15:10.116 INFO O| May 21 17:15:10.116 INFO STEP 755 (remove_files) COMPLETE
70832026-05-21T17:15:10.173Z[ recovery-image] May 21 17:15:10.116 INFO O| May 21 17:15:10.116 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-05-21T17:15:10.180Z[ recovery-image] May 21 17:15:10.126 INFO O| May 21 17:15:10.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
70852026-05-21T17:15:10.180Z[ recovery-image] May 21 17:15:10.126 INFO O| May 21 17:15:10.126 INFO STEP 756 (remove_files) COMPLETE
70862026-05-21T17:15:10.180Z[ recovery-image] May 21 17:15:10.126 INFO O| May 21 17:15:10.126 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-05-21T17:15:10.185Z[ recovery-image] May 21 17:15:10.136 INFO O| May 21 17:15:10.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
70882026-05-21T17:15:10.185Z[ recovery-image] May 21 17:15:10.136 INFO O| May 21 17:15:10.136 INFO STEP 757 (remove_files) COMPLETE
70892026-05-21T17:15:10.185Z[ recovery-image] May 21 17:15:10.136 INFO O| May 21 17:15:10.136 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-05-21T17:15:10.193Z[ recovery-image] May 21 17:15:10.144 INFO O| May 21 17:15:10.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
70912026-05-21T17:15:10.193Z[ recovery-image] May 21 17:15:10.144 INFO O| May 21 17:15:10.144 INFO STEP 758 (remove_files) COMPLETE
70922026-05-21T17:15:10.197Z[ recovery-image] May 21 17:15:10.144 INFO O| May 21 17:15:10.144 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-05-21T17:15:10.207Z[ recovery-image] May 21 17:15:10.152 INFO O| May 21 17:15:10.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
70942026-05-21T17:15:10.207Z[ recovery-image] May 21 17:15:10.152 INFO O| May 21 17:15:10.152 INFO STEP 759 (remove_files) COMPLETE
70952026-05-21T17:15:10.210Z[ recovery-image] May 21 17:15:10.152 INFO O| May 21 17:15:10.152 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-05-21T17:15:10.210Z[ recovery-image] May 21 17:15:10.159 INFO O| May 21 17:15:10.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
70972026-05-21T17:15:10.210Z[ recovery-image] May 21 17:15:10.159 INFO O| May 21 17:15:10.159 INFO STEP 760 (remove_files) COMPLETE
70982026-05-21T17:15:10.210Z[ recovery-image] May 21 17:15:10.159 INFO O| May 21 17:15:10.159 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-05-21T17:15:10.215Z[ recovery-image] May 21 17:15:10.166 INFO O| May 21 17:15:10.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71002026-05-21T17:15:10.215Z[ recovery-image] May 21 17:15:10.166 INFO O| May 21 17:15:10.166 INFO STEP 761 (remove_files) COMPLETE
71012026-05-21T17:15:10.219Z[ recovery-image] May 21 17:15:10.166 INFO O| May 21 17:15:10.166 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-05-21T17:15:10.222Z[ recovery-image] May 21 17:15:10.173 INFO O| May 21 17:15:10.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71032026-05-21T17:15:10.222Z[ recovery-image] May 21 17:15:10.173 INFO O| May 21 17:15:10.173 INFO STEP 762 (remove_files) COMPLETE
71042026-05-21T17:15:10.225Z[ recovery-image] May 21 17:15:10.173 INFO O| May 21 17:15:10.173 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-05-21T17:15:10.229Z[ recovery-image] May 21 17:15:10.180 INFO O| May 21 17:15:10.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71062026-05-21T17:15:10.229Z[ recovery-image] May 21 17:15:10.180 INFO O| May 21 17:15:10.180 INFO STEP 763 (remove_files) COMPLETE
71072026-05-21T17:15:10.229Z[ recovery-image] May 21 17:15:10.180 INFO O| May 21 17:15:10.180 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-05-21T17:15:10.236Z[ recovery-image] May 21 17:15:10.187 INFO O| May 21 17:15:10.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71092026-05-21T17:15:10.236Z[ recovery-image] May 21 17:15:10.187 INFO O| May 21 17:15:10.187 INFO STEP 764 (remove_files) COMPLETE
71102026-05-21T17:15:10.239Z[ recovery-image] May 21 17:15:10.187 INFO O| May 21 17:15:10.187 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-05-21T17:15:10.243Z[ recovery-image] May 21 17:15:10.194 INFO O| May 21 17:15:10.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71122026-05-21T17:15:10.243Z[ recovery-image] May 21 17:15:10.194 INFO O| May 21 17:15:10.194 INFO STEP 765 (remove_files) COMPLETE
71132026-05-21T17:15:10.247Z[ recovery-image] May 21 17:15:10.194 INFO O| May 21 17:15:10.194 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-05-21T17:15:10.250Z[ recovery-image] May 21 17:15:10.201 INFO O| May 21 17:15:10.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71152026-05-21T17:15:10.250Z[ recovery-image] May 21 17:15:10.201 INFO O| May 21 17:15:10.201 INFO STEP 766 (remove_files) COMPLETE
71162026-05-21T17:15:10.250Z[ recovery-image] May 21 17:15:10.201 INFO O| May 21 17:15:10.201 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-05-21T17:15:10.258Z[ recovery-image] May 21 17:15:10.209 INFO O| May 21 17:15:10.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71182026-05-21T17:15:10.258Z[ recovery-image] May 21 17:15:10.209 INFO O| May 21 17:15:10.209 INFO STEP 767 (remove_files) COMPLETE
71192026-05-21T17:15:10.261Z[ recovery-image] May 21 17:15:10.209 INFO O| May 21 17:15:10.209 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-05-21T17:15:10.266Z[ recovery-image] May 21 17:15:10.216 INFO O| May 21 17:15:10.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71212026-05-21T17:15:10.266Z[ recovery-image] May 21 17:15:10.217 INFO O| May 21 17:15:10.216 INFO STEP 768 (remove_files) COMPLETE
71222026-05-21T17:15:10.269Z[ recovery-image] May 21 17:15:10.217 INFO O| May 21 17:15:10.217 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-05-21T17:15:10.273Z[ recovery-image] May 21 17:15:10.224 INFO O| May 21 17:15:10.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71242026-05-21T17:15:10.273Z[ recovery-image] May 21 17:15:10.224 INFO O| May 21 17:15:10.224 INFO STEP 769 (remove_files) COMPLETE
71252026-05-21T17:15:10.277Z[ recovery-image] May 21 17:15:10.224 INFO O| May 21 17:15:10.224 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-05-21T17:15:10.281Z[ recovery-image] May 21 17:15:10.232 INFO O| May 21 17:15:10.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71272026-05-21T17:15:10.284Z[ recovery-image] May 21 17:15:10.233 INFO O| May 21 17:15:10.233 INFO STEP 770 (remove_files) COMPLETE
71282026-05-21T17:15:10.284Z[ recovery-image] May 21 17:15:10.233 INFO O| May 21 17:15:10.233 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-05-21T17:15:10.293Z[ recovery-image] May 21 17:15:10.240 INFO O| May 21 17:15:10.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
71302026-05-21T17:15:10.293Z[ recovery-image] May 21 17:15:10.240 INFO O| May 21 17:15:10.240 INFO STEP 771 (remove_files) COMPLETE
71312026-05-21T17:15:10.293Z[ recovery-image] May 21 17:15:10.240 INFO O| May 21 17:15:10.240 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-05-21T17:15:10.297Z[ recovery-image] May 21 17:15:10.248 INFO O| May 21 17:15:10.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
71332026-05-21T17:15:10.297Z[ recovery-image] May 21 17:15:10.248 INFO O| May 21 17:15:10.248 INFO STEP 772 (remove_files) COMPLETE
71342026-05-21T17:15:10.297Z[ recovery-image] May 21 17:15:10.248 INFO O| May 21 17:15:10.248 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-05-21T17:15:10.305Z[ recovery-image] May 21 17:15:10.256 INFO O| May 21 17:15:10.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
71362026-05-21T17:15:10.305Z[ recovery-image] May 21 17:15:10.256 INFO O| May 21 17:15:10.256 INFO STEP 773 (remove_files) COMPLETE
71372026-05-21T17:15:10.305Z[ recovery-image] May 21 17:15:10.256 INFO O| May 21 17:15:10.256 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-05-21T17:15:10.313Z[ recovery-image] May 21 17:15:10.264 INFO O| May 21 17:15:10.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
71392026-05-21T17:15:10.313Z[ recovery-image] May 21 17:15:10.264 INFO O| May 21 17:15:10.264 INFO STEP 774 (remove_files) COMPLETE
71402026-05-21T17:15:10.316Z[ recovery-image] May 21 17:15:10.264 INFO O| May 21 17:15:10.264 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-05-21T17:15:10.321Z[ recovery-image] May 21 17:15:10.272 INFO O| May 21 17:15:10.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
71422026-05-21T17:15:10.321Z[ recovery-image] May 21 17:15:10.272 INFO O| May 21 17:15:10.272 INFO STEP 775 (remove_files) COMPLETE
71432026-05-21T17:15:10.325Z[ recovery-image] May 21 17:15:10.272 INFO O| May 21 17:15:10.272 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-05-21T17:15:10.330Z[ recovery-image] May 21 17:15:10.280 INFO O| May 21 17:15:10.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
71452026-05-21T17:15:10.330Z[ recovery-image] May 21 17:15:10.281 INFO O| May 21 17:15:10.281 INFO STEP 776 (remove_files) COMPLETE
71462026-05-21T17:15:10.333Z[ recovery-image] May 21 17:15:10.281 INFO O| May 21 17:15:10.281 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-05-21T17:15:10.340Z[ recovery-image] May 21 17:15:10.290 INFO O| May 21 17:15:10.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71482026-05-21T17:15:10.340Z[ recovery-image] May 21 17:15:10.290 INFO O| May 21 17:15:10.290 INFO STEP 777 (remove_files) COMPLETE
71492026-05-21T17:15:10.340Z[ recovery-image] May 21 17:15:10.290 INFO O| May 21 17:15:10.290 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-05-21T17:15:10.350Z[ recovery-image] May 21 17:15:10.301 INFO O| May 21 17:15:10.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
71512026-05-21T17:15:10.350Z[ recovery-image] May 21 17:15:10.301 INFO O| May 21 17:15:10.301 INFO STEP 778 (remove_files) COMPLETE
71522026-05-21T17:15:10.353Z[ recovery-image] May 21 17:15:10.301 INFO O| May 21 17:15:10.301 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-05-21T17:15:10.361Z[ recovery-image] May 21 17:15:10.312 INFO O| May 21 17:15:10.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71542026-05-21T17:15:10.361Z[ recovery-image] May 21 17:15:10.312 INFO O| May 21 17:15:10.312 INFO STEP 779 (remove_files) COMPLETE
71552026-05-21T17:15:10.364Z[ recovery-image] May 21 17:15:10.312 INFO O| May 21 17:15:10.312 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-05-21T17:15:10.370Z[ recovery-image] May 21 17:15:10.321 INFO O| May 21 17:15:10.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
71572026-05-21T17:15:10.370Z[ recovery-image] May 21 17:15:10.321 INFO O| May 21 17:15:10.321 INFO STEP 780 (remove_files) COMPLETE
71582026-05-21T17:15:10.373Z[ recovery-image] May 21 17:15:10.321 INFO O| May 21 17:15:10.321 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-05-21T17:15:10.379Z[ recovery-image] May 21 17:15:10.330 INFO O| May 21 17:15:10.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71602026-05-21T17:15:10.379Z[ recovery-image] May 21 17:15:10.330 INFO O| May 21 17:15:10.330 INFO STEP 781 (remove_files) COMPLETE
71612026-05-21T17:15:10.379Z[ recovery-image] May 21 17:15:10.330 INFO O| May 21 17:15:10.330 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-05-21T17:15:10.389Z[ recovery-image] May 21 17:15:10.339 INFO O| May 21 17:15:10.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
71632026-05-21T17:15:10.389Z[ recovery-image] May 21 17:15:10.339 INFO O| May 21 17:15:10.339 INFO STEP 782 (remove_files) COMPLETE
71642026-05-21T17:15:10.389Z[ recovery-image] May 21 17:15:10.339 INFO O| May 21 17:15:10.339 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-05-21T17:15:10.399Z[ recovery-image] May 21 17:15:10.348 INFO O| May 21 17:15:10.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
71662026-05-21T17:15:10.399Z[ recovery-image] May 21 17:15:10.348 INFO O| May 21 17:15:10.348 INFO STEP 783 (remove_files) COMPLETE
71672026-05-21T17:15:10.399Z[ recovery-image] May 21 17:15:10.348 INFO O| May 21 17:15:10.348 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-05-21T17:15:10.407Z[ recovery-image] May 21 17:15:10.357 INFO O| May 21 17:15:10.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
71692026-05-21T17:15:10.408Z[ recovery-image] May 21 17:15:10.358 INFO O| May 21 17:15:10.357 INFO STEP 784 (remove_files) COMPLETE
71702026-05-21T17:15:10.408Z[ recovery-image] May 21 17:15:10.358 INFO O| May 21 17:15:10.357 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-05-21T17:15:10.415Z[ recovery-image] May 21 17:15:10.366 INFO O| May 21 17:15:10.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
71722026-05-21T17:15:10.415Z[ recovery-image] May 21 17:15:10.366 INFO O| May 21 17:15:10.366 INFO STEP 785 (remove_files) COMPLETE
71732026-05-21T17:15:10.419Z[ recovery-image] May 21 17:15:10.366 INFO O| May 21 17:15:10.366 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-05-21T17:15:10.423Z[ recovery-image] May 21 17:15:10.374 INFO O| May 21 17:15:10.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
71752026-05-21T17:15:10.423Z[ recovery-image] May 21 17:15:10.374 INFO O| May 21 17:15:10.374 INFO STEP 786 (remove_files) COMPLETE
71762026-05-21T17:15:10.427Z[ recovery-image] May 21 17:15:10.374 INFO O| May 21 17:15:10.374 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-05-21T17:15:10.431Z[ recovery-image] May 21 17:15:10.382 INFO O| May 21 17:15:10.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
71782026-05-21T17:15:10.431Z[ recovery-image] May 21 17:15:10.382 INFO O| May 21 17:15:10.382 INFO STEP 787 (remove_files) COMPLETE
71792026-05-21T17:15:10.431Z[ recovery-image] May 21 17:15:10.382 INFO O| May 21 17:15:10.382 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-05-21T17:15:10.440Z[ recovery-image] May 21 17:15:10.391 INFO O| May 21 17:15:10.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
71812026-05-21T17:15:10.440Z[ recovery-image] May 21 17:15:10.391 INFO O| May 21 17:15:10.391 INFO STEP 788 (remove_files) COMPLETE
71822026-05-21T17:15:10.440Z[ recovery-image] May 21 17:15:10.391 INFO O| May 21 17:15:10.391 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-05-21T17:15:10.449Z[ recovery-image] May 21 17:15:10.400 INFO O| May 21 17:15:10.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
71842026-05-21T17:15:10.449Z[ recovery-image] May 21 17:15:10.400 INFO O| May 21 17:15:10.400 INFO STEP 789 (remove_files) COMPLETE
71852026-05-21T17:15:10.449Z[ recovery-image] May 21 17:15:10.400 INFO O| May 21 17:15:10.400 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-05-21T17:15:10.457Z[ recovery-image] May 21 17:15:10.408 INFO O| May 21 17:15:10.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
71872026-05-21T17:15:10.457Z[ recovery-image] May 21 17:15:10.408 INFO O| May 21 17:15:10.408 INFO STEP 790 (remove_files) COMPLETE
71882026-05-21T17:15:10.457Z[ recovery-image] May 21 17:15:10.408 INFO O| May 21 17:15:10.408 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-05-21T17:15:10.465Z[ recovery-image] May 21 17:15:10.416 INFO O| May 21 17:15:10.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
71902026-05-21T17:15:10.465Z[ recovery-image] May 21 17:15:10.416 INFO O| May 21 17:15:10.416 INFO STEP 791 (remove_files) COMPLETE
71912026-05-21T17:15:10.468Z[ recovery-image] May 21 17:15:10.416 INFO O| May 21 17:15:10.416 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-05-21T17:15:10.474Z[ recovery-image] May 21 17:15:10.424 INFO O| May 21 17:15:10.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71932026-05-21T17:15:10.474Z[ recovery-image] May 21 17:15:10.425 INFO O| May 21 17:15:10.425 INFO STEP 792 (remove_files) COMPLETE
71942026-05-21T17:15:10.477Z[ recovery-image] May 21 17:15:10.425 INFO O| May 21 17:15:10.425 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-05-21T17:15:10.482Z[ recovery-image] May 21 17:15:10.433 INFO O| May 21 17:15:10.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71962026-05-21T17:15:10.482Z[ recovery-image] May 21 17:15:10.433 INFO O| May 21 17:15:10.433 INFO STEP 793 (remove_files) COMPLETE
71972026-05-21T17:15:10.482Z[ recovery-image] May 21 17:15:10.433 INFO O| May 21 17:15:10.433 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-05-21T17:15:10.490Z[ recovery-image] May 21 17:15:10.441 INFO O| May 21 17:15:10.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71992026-05-21T17:15:10.490Z[ recovery-image] May 21 17:15:10.441 INFO O| May 21 17:15:10.441 INFO STEP 794 (remove_files) COMPLETE
72002026-05-21T17:15:10.490Z[ recovery-image] May 21 17:15:10.441 INFO O| May 21 17:15:10.441 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-05-21T17:15:10.498Z[ recovery-image] May 21 17:15:10.449 INFO O| May 21 17:15:10.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72022026-05-21T17:15:10.498Z[ recovery-image] May 21 17:15:10.449 INFO O| May 21 17:15:10.449 INFO STEP 795 (remove_files) COMPLETE
72032026-05-21T17:15:10.498Z[ recovery-image] May 21 17:15:10.449 INFO O| May 21 17:15:10.449 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-05-21T17:15:10.507Z[ recovery-image] May 21 17:15:10.457 INFO O| May 21 17:15:10.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72052026-05-21T17:15:10.507Z[ recovery-image] May 21 17:15:10.457 INFO O| May 21 17:15:10.457 INFO STEP 796 (remove_files) COMPLETE
72062026-05-21T17:15:10.507Z[ recovery-image] May 21 17:15:10.457 INFO O| May 21 17:15:10.457 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-05-21T17:15:10.516Z[ recovery-image] May 21 17:15:10.466 INFO O| May 21 17:15:10.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72082026-05-21T17:15:10.516Z[ recovery-image] May 21 17:15:10.466 INFO O| May 21 17:15:10.466 INFO STEP 797 (remove_files) COMPLETE
72092026-05-21T17:15:10.516Z[ recovery-image] May 21 17:15:10.466 INFO O| May 21 17:15:10.466 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-05-21T17:15:10.524Z[ recovery-image] May 21 17:15:10.475 INFO O| May 21 17:15:10.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72112026-05-21T17:15:10.524Z[ recovery-image] May 21 17:15:10.475 INFO O| May 21 17:15:10.475 INFO STEP 798 (remove_files) COMPLETE
72122026-05-21T17:15:10.524Z[ recovery-image] May 21 17:15:10.475 INFO O| May 21 17:15:10.475 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-05-21T17:15:10.534Z[ recovery-image] May 21 17:15:10.484 INFO O| May 21 17:15:10.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72142026-05-21T17:15:10.534Z[ recovery-image] May 21 17:15:10.484 INFO O| May 21 17:15:10.484 INFO STEP 799 (remove_files) COMPLETE
72152026-05-21T17:15:10.534Z[ recovery-image] May 21 17:15:10.484 INFO O| May 21 17:15:10.484 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-05-21T17:15:10.542Z[ recovery-image] May 21 17:15:10.492 INFO O| May 21 17:15:10.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72172026-05-21T17:15:10.542Z[ recovery-image] May 21 17:15:10.492 INFO O| May 21 17:15:10.492 INFO STEP 800 (remove_files) COMPLETE
72182026-05-21T17:15:10.542Z[ recovery-image] May 21 17:15:10.492 INFO O| May 21 17:15:10.492 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-05-21T17:15:10.551Z[ recovery-image] May 21 17:15:10.501 INFO O| May 21 17:15:10.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72202026-05-21T17:15:10.551Z[ recovery-image] May 21 17:15:10.501 INFO O| May 21 17:15:10.501 INFO STEP 801 (remove_files) COMPLETE
72212026-05-21T17:15:10.551Z[ recovery-image] May 21 17:15:10.501 INFO O| May 21 17:15:10.501 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-05-21T17:15:10.559Z[ recovery-image] May 21 17:15:10.510 INFO O| May 21 17:15:10.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72232026-05-21T17:15:10.559Z[ recovery-image] May 21 17:15:10.510 INFO O| May 21 17:15:10.510 INFO STEP 802 (remove_files) COMPLETE
72242026-05-21T17:15:10.559Z[ recovery-image] May 21 17:15:10.510 INFO O| May 21 17:15:10.510 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-05-21T17:15:10.568Z[ recovery-image] May 21 17:15:10.519 INFO O| May 21 17:15:10.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72262026-05-21T17:15:10.568Z[ recovery-image] May 21 17:15:10.519 INFO O| May 21 17:15:10.519 INFO STEP 803 (remove_files) COMPLETE
72272026-05-21T17:15:10.569Z[ recovery-image] May 21 17:15:10.519 INFO O| May 21 17:15:10.519 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-05-21T17:15:10.578Z[ recovery-image] May 21 17:15:10.528 INFO O| May 21 17:15:10.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
72292026-05-21T17:15:10.578Z[ recovery-image] May 21 17:15:10.528 INFO O| May 21 17:15:10.528 INFO STEP 804 (remove_files) COMPLETE
72302026-05-21T17:15:10.578Z[ recovery-image] May 21 17:15:10.528 INFO O| May 21 17:15:10.528 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-05-21T17:15:10.586Z[ recovery-image] May 21 17:15:10.537 INFO O| May 21 17:15:10.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72322026-05-21T17:15:10.586Z[ recovery-image] May 21 17:15:10.537 INFO O| May 21 17:15:10.537 INFO STEP 805 (remove_files) COMPLETE
72332026-05-21T17:15:10.586Z[ recovery-image] May 21 17:15:10.537 INFO O| May 21 17:15:10.537 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-05-21T17:15:10.595Z[ recovery-image] May 21 17:15:10.546 INFO O| May 21 17:15:10.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
72352026-05-21T17:15:10.595Z[ recovery-image] May 21 17:15:10.546 INFO O| May 21 17:15:10.546 INFO STEP 806 (remove_files) COMPLETE
72362026-05-21T17:15:10.595Z[ recovery-image] May 21 17:15:10.546 INFO O| May 21 17:15:10.546 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-05-21T17:15:10.603Z[ recovery-image] May 21 17:15:10.554 INFO O| May 21 17:15:10.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
72382026-05-21T17:15:10.603Z[ recovery-image] May 21 17:15:10.554 INFO O| May 21 17:15:10.554 INFO STEP 807 (remove_files) COMPLETE
72392026-05-21T17:15:10.606Z[ recovery-image] May 21 17:15:10.554 INFO O| May 21 17:15:10.554 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-05-21T17:15:10.612Z[ recovery-image] May 21 17:15:10.563 INFO O| May 21 17:15:10.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
72412026-05-21T17:15:10.612Z[ recovery-image] May 21 17:15:10.563 INFO O| May 21 17:15:10.563 INFO STEP 808 (remove_files) COMPLETE
72422026-05-21T17:15:10.612Z[ recovery-image] May 21 17:15:10.563 INFO O| May 21 17:15:10.563 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-05-21T17:15:10.621Z[ recovery-image] May 21 17:15:10.571 INFO O| May 21 17:15:10.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72442026-05-21T17:15:10.621Z[ recovery-image] May 21 17:15:10.571 INFO O| May 21 17:15:10.571 INFO STEP 809 (remove_files) COMPLETE
72452026-05-21T17:15:10.621Z[ recovery-image] May 21 17:15:10.571 INFO O| May 21 17:15:10.571 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-05-21T17:15:10.629Z[ recovery-image] May 21 17:15:10.580 INFO O| May 21 17:15:10.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72472026-05-21T17:15:10.629Z[ recovery-image] May 21 17:15:10.580 INFO O| May 21 17:15:10.580 INFO STEP 810 (remove_files) COMPLETE
72482026-05-21T17:15:10.630Z[ recovery-image] May 21 17:15:10.580 INFO O| May 21 17:15:10.580 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-05-21T17:15:10.637Z[ recovery-image] May 21 17:15:10.588 INFO O| May 21 17:15:10.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72502026-05-21T17:15:10.637Z[ recovery-image] May 21 17:15:10.588 INFO O| May 21 17:15:10.588 INFO STEP 811 (remove_files) COMPLETE
72512026-05-21T17:15:10.642Z[ recovery-image] May 21 17:15:10.588 INFO O| May 21 17:15:10.588 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-05-21T17:15:10.645Z[ recovery-image] May 21 17:15:10.595 INFO O| May 21 17:15:10.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
72532026-05-21T17:15:10.645Z[ recovery-image] May 21 17:15:10.595 INFO O| May 21 17:15:10.595 INFO STEP 812 (remove_files) COMPLETE
72542026-05-21T17:15:10.645Z[ recovery-image] May 21 17:15:10.595 INFO O| May 21 17:15:10.595 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-05-21T17:15:10.653Z[ recovery-image] May 21 17:15:10.603 INFO O| May 21 17:15:10.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72562026-05-21T17:15:10.653Z[ recovery-image] May 21 17:15:10.603 INFO O| May 21 17:15:10.603 INFO STEP 813 (remove_files) COMPLETE
72572026-05-21T17:15:10.653Z[ recovery-image] May 21 17:15:10.603 INFO O| May 21 17:15:10.603 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-05-21T17:15:10.661Z[ recovery-image] May 21 17:15:10.612 INFO O| May 21 17:15:10.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
72592026-05-21T17:15:10.661Z[ recovery-image] May 21 17:15:10.612 INFO O| May 21 17:15:10.612 INFO STEP 814 (remove_files) COMPLETE
72602026-05-21T17:15:10.661Z[ recovery-image] May 21 17:15:10.612 INFO O| May 21 17:15:10.612 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-05-21T17:15:10.669Z[ recovery-image] May 21 17:15:10.620 INFO O| May 21 17:15:10.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
72622026-05-21T17:15:10.669Z[ recovery-image] May 21 17:15:10.620 INFO O| May 21 17:15:10.620 INFO STEP 815 (remove_files) COMPLETE
72632026-05-21T17:15:10.669Z[ recovery-image] May 21 17:15:10.620 INFO O| May 21 17:15:10.620 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-05-21T17:15:10.677Z[ recovery-image] May 21 17:15:10.628 INFO O| May 21 17:15:10.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
72652026-05-21T17:15:10.677Z[ recovery-image] May 21 17:15:10.628 INFO O| May 21 17:15:10.628 INFO STEP 816 (remove_files) COMPLETE
72662026-05-21T17:15:10.677Z[ recovery-image] May 21 17:15:10.628 INFO O| May 21 17:15:10.628 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-05-21T17:15:10.685Z[ recovery-image] May 21 17:15:10.636 INFO O| May 21 17:15:10.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
72682026-05-21T17:15:10.685Z[ recovery-image] May 21 17:15:10.636 INFO O| May 21 17:15:10.636 INFO STEP 817 (remove_files) COMPLETE
72692026-05-21T17:15:10.685Z[ recovery-image] May 21 17:15:10.636 INFO O| May 21 17:15:10.636 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-05-21T17:15:10.693Z[ recovery-image] May 21 17:15:10.643 INFO O| May 21 17:15:10.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
72712026-05-21T17:15:10.693Z[ recovery-image] May 21 17:15:10.643 INFO O| May 21 17:15:10.643 INFO STEP 818 (remove_files) COMPLETE
72722026-05-21T17:15:10.693Z[ recovery-image] May 21 17:15:10.643 INFO O| May 21 17:15:10.643 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-05-21T17:15:10.700Z[ recovery-image] May 21 17:15:10.650 INFO O| May 21 17:15:10.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72742026-05-21T17:15:10.700Z[ recovery-image] May 21 17:15:10.651 INFO O| May 21 17:15:10.651 INFO STEP 819 (remove_files) COMPLETE
72752026-05-21T17:15:10.703Z[ recovery-image] May 21 17:15:10.651 INFO O| May 21 17:15:10.651 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-05-21T17:15:10.708Z[ recovery-image] May 21 17:15:10.658 INFO O| May 21 17:15:10.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72772026-05-21T17:15:10.708Z[ recovery-image] May 21 17:15:10.658 INFO O| May 21 17:15:10.658 INFO STEP 820 (remove_files) COMPLETE
72782026-05-21T17:15:10.708Z[ recovery-image] May 21 17:15:10.658 INFO O| May 21 17:15:10.658 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-05-21T17:15:10.716Z[ recovery-image] May 21 17:15:10.667 INFO O| May 21 17:15:10.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72802026-05-21T17:15:10.716Z[ recovery-image] May 21 17:15:10.667 INFO O| May 21 17:15:10.667 INFO STEP 821 (remove_files) COMPLETE
72812026-05-21T17:15:10.719Z[ recovery-image] May 21 17:15:10.667 INFO O| May 21 17:15:10.667 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-05-21T17:15:10.725Z[ recovery-image] May 21 17:15:10.676 INFO O| May 21 17:15:10.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72832026-05-21T17:15:10.725Z[ recovery-image] May 21 17:15:10.676 INFO O| May 21 17:15:10.676 INFO STEP 822 (remove_files) COMPLETE
72842026-05-21T17:15:10.725Z[ recovery-image] May 21 17:15:10.676 INFO O| May 21 17:15:10.676 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-05-21T17:15:10.734Z[ recovery-image] May 21 17:15:10.685 INFO O| May 21 17:15:10.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72862026-05-21T17:15:10.737Z[ recovery-image] May 21 17:15:10.686 INFO O| May 21 17:15:10.686 INFO STEP 823 (remove_files) COMPLETE
72872026-05-21T17:15:10.737Z[ recovery-image] May 21 17:15:10.686 INFO O| May 21 17:15:10.686 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-05-21T17:15:10.744Z[ recovery-image] May 21 17:15:10.695 INFO O| May 21 17:15:10.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72892026-05-21T17:15:10.744Z[ recovery-image] May 21 17:15:10.695 INFO O| May 21 17:15:10.695 INFO STEP 824 (remove_files) COMPLETE
72902026-05-21T17:15:10.744Z[ recovery-image] May 21 17:15:10.695 INFO O| May 21 17:15:10.695 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-05-21T17:15:10.754Z[ recovery-image] May 21 17:15:10.703 INFO O| May 21 17:15:10.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72922026-05-21T17:15:10.754Z[ recovery-image] May 21 17:15:10.703 INFO O| May 21 17:15:10.703 INFO STEP 825 (remove_files) COMPLETE
72932026-05-21T17:15:10.754Z[ recovery-image] May 21 17:15:10.703 INFO O| May 21 17:15:10.703 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-05-21T17:15:10.762Z[ recovery-image] May 21 17:15:10.712 INFO O| May 21 17:15:10.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72952026-05-21T17:15:10.762Z[ recovery-image] May 21 17:15:10.712 INFO O| May 21 17:15:10.712 INFO STEP 826 (remove_files) COMPLETE
72962026-05-21T17:15:10.762Z[ recovery-image] May 21 17:15:10.712 INFO O| May 21 17:15:10.712 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-05-21T17:15:10.771Z[ recovery-image] May 21 17:15:10.721 INFO O| May 21 17:15:10.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72982026-05-21T17:15:10.771Z[ recovery-image] May 21 17:15:10.721 INFO O| May 21 17:15:10.721 INFO STEP 827 (remove_files) COMPLETE
72992026-05-21T17:15:10.771Z[ recovery-image] May 21 17:15:10.721 INFO O| May 21 17:15:10.721 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-05-21T17:15:10.780Z[ recovery-image] May 21 17:15:10.730 INFO O| May 21 17:15:10.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73012026-05-21T17:15:10.780Z[ recovery-image] May 21 17:15:10.730 INFO O| May 21 17:15:10.730 INFO STEP 828 (remove_files) COMPLETE
73022026-05-21T17:15:10.780Z[ recovery-image] May 21 17:15:10.730 INFO O| May 21 17:15:10.730 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-05-21T17:15:10.788Z[ recovery-image] May 21 17:15:10.738 INFO O| May 21 17:15:10.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73042026-05-21T17:15:10.788Z[ recovery-image] May 21 17:15:10.738 INFO O| May 21 17:15:10.738 INFO STEP 829 (remove_files) COMPLETE
73052026-05-21T17:15:10.788Z[ recovery-image] May 21 17:15:10.738 INFO O| May 21 17:15:10.738 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-05-21T17:15:10.799Z[ recovery-image] May 21 17:15:10.747 INFO O| May 21 17:15:10.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73072026-05-21T17:15:10.799Z[ recovery-image] May 21 17:15:10.747 INFO O| May 21 17:15:10.747 INFO STEP 830 (remove_files) COMPLETE
73082026-05-21T17:15:10.799Z[ recovery-image] May 21 17:15:10.747 INFO O| May 21 17:15:10.747 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-05-21T17:15:10.806Z[ recovery-image] May 21 17:15:10.756 INFO O| May 21 17:15:10.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73102026-05-21T17:15:10.806Z[ recovery-image] May 21 17:15:10.756 INFO O| May 21 17:15:10.756 INFO STEP 831 (remove_files) COMPLETE
73112026-05-21T17:15:10.809Z[ recovery-image] May 21 17:15:10.756 INFO O| May 21 17:15:10.756 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-05-21T17:15:10.814Z[ recovery-image] May 21 17:15:10.765 INFO O| May 21 17:15:10.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73132026-05-21T17:15:10.814Z[ recovery-image] May 21 17:15:10.765 INFO O| May 21 17:15:10.765 INFO STEP 832 (remove_files) COMPLETE
73142026-05-21T17:15:10.814Z[ recovery-image] May 21 17:15:10.765 INFO O| May 21 17:15:10.765 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-05-21T17:15:10.823Z[ recovery-image] May 21 17:15:10.773 INFO O| May 21 17:15:10.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73162026-05-21T17:15:10.823Z[ recovery-image] May 21 17:15:10.773 INFO O| May 21 17:15:10.773 INFO STEP 833 (remove_files) COMPLETE
73172026-05-21T17:15:10.823Z[ recovery-image] May 21 17:15:10.773 INFO O| May 21 17:15:10.773 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-05-21T17:15:10.831Z[ recovery-image] May 21 17:15:10.782 INFO O| May 21 17:15:10.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73192026-05-21T17:15:10.832Z[ recovery-image] May 21 17:15:10.782 INFO O| May 21 17:15:10.782 INFO STEP 834 (remove_files) COMPLETE
73202026-05-21T17:15:10.832Z[ recovery-image] May 21 17:15:10.782 INFO O| May 21 17:15:10.782 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-05-21T17:15:10.840Z[ recovery-image] May 21 17:15:10.790 INFO O| May 21 17:15:10.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73222026-05-21T17:15:10.840Z[ recovery-image] May 21 17:15:10.790 INFO O| May 21 17:15:10.790 INFO STEP 835 (remove_files) COMPLETE
73232026-05-21T17:15:10.843Z[ recovery-image] May 21 17:15:10.790 INFO O| May 21 17:15:10.790 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-05-21T17:15:10.849Z[ recovery-image] May 21 17:15:10.798 INFO O| May 21 17:15:10.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73252026-05-21T17:15:10.849Z[ recovery-image] May 21 17:15:10.798 INFO O| May 21 17:15:10.798 INFO STEP 836 (remove_files) COMPLETE
73262026-05-21T17:15:10.852Z[ recovery-image] May 21 17:15:10.798 INFO O| May 21 17:15:10.798 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-05-21T17:15:10.855Z[ recovery-image] May 21 17:15:10.806 INFO O| May 21 17:15:10.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73282026-05-21T17:15:10.856Z[ recovery-image] May 21 17:15:10.806 INFO O| May 21 17:15:10.806 INFO STEP 837 (remove_files) COMPLETE
73292026-05-21T17:15:10.856Z[ recovery-image] May 21 17:15:10.806 INFO O| May 21 17:15:10.806 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-05-21T17:15:10.863Z[ recovery-image] May 21 17:15:10.814 INFO O| May 21 17:15:10.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73312026-05-21T17:15:10.863Z[ recovery-image] May 21 17:15:10.814 INFO O| May 21 17:15:10.814 INFO STEP 838 (remove_files) COMPLETE
73322026-05-21T17:15:10.863Z[ recovery-image] May 21 17:15:10.814 INFO O| May 21 17:15:10.814 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-05-21T17:15:10.871Z[ recovery-image] May 21 17:15:10.822 INFO O| May 21 17:15:10.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73342026-05-21T17:15:10.871Z[ recovery-image] May 21 17:15:10.822 INFO O| May 21 17:15:10.822 INFO STEP 839 (remove_files) COMPLETE
73352026-05-21T17:15:10.871Z[ recovery-image] May 21 17:15:10.822 INFO O| May 21 17:15:10.822 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-05-21T17:15:10.879Z[ recovery-image] May 21 17:15:10.829 INFO O| May 21 17:15:10.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73372026-05-21T17:15:10.879Z[ recovery-image] May 21 17:15:10.829 INFO O| May 21 17:15:10.829 INFO STEP 840 (remove_files) COMPLETE
73382026-05-21T17:15:10.879Z[ recovery-image] May 21 17:15:10.829 INFO O| May 21 17:15:10.829 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-05-21T17:15:10.901Z[ recovery-image] May 21 17:15:10.838 INFO O| May 21 17:15:10.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73402026-05-21T17:15:10.901Z[ recovery-image] May 21 17:15:10.838 INFO O| May 21 17:15:10.838 INFO STEP 841 (remove_files) COMPLETE
73412026-05-21T17:15:10.904Z[ recovery-image] May 21 17:15:10.838 INFO O| May 21 17:15:10.838 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-05-21T17:15:10.904Z[ recovery-image] May 21 17:15:10.848 INFO O| May 21 17:15:10.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73432026-05-21T17:15:10.904Z[ recovery-image] May 21 17:15:10.848 INFO O| May 21 17:15:10.848 INFO STEP 842 (remove_files) COMPLETE
73442026-05-21T17:15:10.904Z[ recovery-image] May 21 17:15:10.848 INFO O| May 21 17:15:10.848 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-05-21T17:15:10.907Z[ recovery-image] May 21 17:15:10.858 INFO O| May 21 17:15:10.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73462026-05-21T17:15:10.907Z[ recovery-image] May 21 17:15:10.858 INFO O| May 21 17:15:10.858 INFO STEP 843 (remove_files) COMPLETE
73472026-05-21T17:15:10.907Z[ recovery-image] May 21 17:15:10.858 INFO O| May 21 17:15:10.858 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-05-21T17:15:10.916Z[ recovery-image] May 21 17:15:10.867 INFO O| May 21 17:15:10.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73492026-05-21T17:15:10.916Z[ recovery-image] May 21 17:15:10.867 INFO O| May 21 17:15:10.867 INFO STEP 844 (remove_files) COMPLETE
73502026-05-21T17:15:10.916Z[ recovery-image] May 21 17:15:10.867 INFO O| May 21 17:15:10.867 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-05-21T17:15:10.977Z[ recovery-image] May 21 17:15:10.877 INFO O| May 21 17:15:10.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73522026-05-21T17:15:10.977Z[ recovery-image] May 21 17:15:10.877 INFO O| May 21 17:15:10.877 INFO STEP 845 (remove_files) COMPLETE
73532026-05-21T17:15:10.977Z[ recovery-image] May 21 17:15:10.877 INFO O| May 21 17:15:10.877 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-05-21T17:15:10.980Z[ recovery-image] May 21 17:15:10.886 INFO O| May 21 17:15:10.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73552026-05-21T17:15:10.980Z[ recovery-image] May 21 17:15:10.886 INFO O| May 21 17:15:10.886 INFO STEP 846 (remove_files) COMPLETE
73562026-05-21T17:15:10.980Z[ recovery-image] May 21 17:15:10.886 INFO O| May 21 17:15:10.886 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-05-21T17:15:10.980Z[ recovery-image] May 21 17:15:10.895 INFO O| May 21 17:15:10.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73582026-05-21T17:15:10.980Z[ recovery-image] May 21 17:15:10.896 INFO O| May 21 17:15:10.896 INFO STEP 847 (remove_files) COMPLETE
73592026-05-21T17:15:10.980Z[ recovery-image] May 21 17:15:10.896 INFO O| May 21 17:15:10.896 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-05-21T17:15:10.980Z[ recovery-image] May 21 17:15:10.904 INFO O| May 21 17:15:10.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73612026-05-21T17:15:10.981Z[ recovery-image] May 21 17:15:10.904 INFO O| May 21 17:15:10.904 INFO STEP 848 (remove_files) COMPLETE
73622026-05-21T17:15:10.981Z[ recovery-image] May 21 17:15:10.904 INFO O| May 21 17:15:10.904 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-05-21T17:15:10.981Z[ recovery-image] May 21 17:15:10.913 INFO O| May 21 17:15:10.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73642026-05-21T17:15:10.981Z[ recovery-image] May 21 17:15:10.913 INFO O| May 21 17:15:10.913 INFO STEP 849 (remove_files) COMPLETE
73652026-05-21T17:15:10.981Z[ recovery-image] May 21 17:15:10.913 INFO O| May 21 17:15:10.913 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-05-21T17:15:10.981Z[ recovery-image] May 21 17:15:10.921 INFO O| May 21 17:15:10.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
73672026-05-21T17:15:10.981Z[ recovery-image] May 21 17:15:10.921 INFO O| May 21 17:15:10.921 INFO STEP 850 (remove_files) COMPLETE
73682026-05-21T17:15:10.981Z[ recovery-image] May 21 17:15:10.921 INFO O| May 21 17:15:10.921 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-05-21T17:15:10.981Z[ recovery-image] May 21 17:15:10.930 INFO O| May 21 17:15:10.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
73702026-05-21T17:15:10.981Z[ recovery-image] May 21 17:15:10.930 INFO O| May 21 17:15:10.930 INFO STEP 851 (remove_files) COMPLETE
73712026-05-21T17:15:10.981Z[ recovery-image] May 21 17:15:10.930 INFO O| May 21 17:15:10.930 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-05-21T17:15:10.988Z[ recovery-image] May 21 17:15:10.939 INFO O| May 21 17:15:10.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
73732026-05-21T17:15:10.988Z[ recovery-image] May 21 17:15:10.939 INFO O| May 21 17:15:10.939 INFO STEP 852 (remove_files) COMPLETE
73742026-05-21T17:15:10.988Z[ recovery-image] May 21 17:15:10.939 INFO O| May 21 17:15:10.939 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-05-21T17:15:10.997Z[ recovery-image] May 21 17:15:10.947 INFO O| May 21 17:15:10.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73762026-05-21T17:15:10.997Z[ recovery-image] May 21 17:15:10.947 INFO O| May 21 17:15:10.947 INFO STEP 853 (remove_files) COMPLETE
73772026-05-21T17:15:11.001Z[ recovery-image] May 21 17:15:10.947 INFO O| May 21 17:15:10.947 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-05-21T17:15:11.004Z[ recovery-image] May 21 17:15:10.954 INFO O| May 21 17:15:10.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73792026-05-21T17:15:11.004Z[ recovery-image] May 21 17:15:10.954 INFO O| May 21 17:15:10.954 INFO STEP 854 (remove_files) COMPLETE
73802026-05-21T17:15:11.004Z[ recovery-image] May 21 17:15:10.954 INFO O| May 21 17:15:10.954 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-05-21T17:15:11.012Z[ recovery-image] May 21 17:15:10.962 INFO O| May 21 17:15:10.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
73822026-05-21T17:15:11.012Z[ recovery-image] May 21 17:15:10.962 INFO O| May 21 17:15:10.962 INFO STEP 855 (remove_files) COMPLETE
73832026-05-21T17:15:11.012Z[ recovery-image] May 21 17:15:10.962 INFO O| May 21 17:15:10.962 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-05-21T17:15:11.020Z[ recovery-image] May 21 17:15:10.970 INFO O| May 21 17:15:10.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
73852026-05-21T17:15:11.020Z[ recovery-image] May 21 17:15:10.970 INFO O| May 21 17:15:10.970 INFO STEP 856 (remove_files) COMPLETE
73862026-05-21T17:15:11.020Z[ recovery-image] May 21 17:15:10.970 INFO O| May 21 17:15:10.970 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-05-21T17:15:11.028Z[ recovery-image] May 21 17:15:10.978 INFO O| May 21 17:15:10.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73882026-05-21T17:15:11.028Z[ recovery-image] May 21 17:15:10.979 INFO O| May 21 17:15:10.979 INFO STEP 857 (remove_files) COMPLETE
73892026-05-21T17:15:11.028Z[ recovery-image] May 21 17:15:10.979 INFO O| May 21 17:15:10.979 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-05-21T17:15:11.036Z[ recovery-image] May 21 17:15:10.986 INFO O| May 21 17:15:10.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
73912026-05-21T17:15:11.036Z[ recovery-image] May 21 17:15:10.987 INFO O| May 21 17:15:10.987 INFO STEP 858 (remove_files) COMPLETE
73922026-05-21T17:15:11.036Z[ recovery-image] May 21 17:15:10.987 INFO O| May 21 17:15:10.987 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-05-21T17:15:11.045Z[ recovery-image] May 21 17:15:10.995 INFO O| May 21 17:15:10.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73942026-05-21T17:15:11.048Z[ recovery-image] May 21 17:15:10.996 INFO O| May 21 17:15:10.996 INFO STEP 859 (remove_files) COMPLETE
73952026-05-21T17:15:11.048Z[ recovery-image] May 21 17:15:10.996 INFO O| May 21 17:15:10.996 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-05-21T17:15:11.055Z[ recovery-image] May 21 17:15:11.006 INFO O| May 21 17:15:11.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73972026-05-21T17:15:11.056Z[ recovery-image] May 21 17:15:11.006 INFO O| May 21 17:15:11.006 INFO STEP 860 (remove_files) COMPLETE
73982026-05-21T17:15:11.056Z[ recovery-image] May 21 17:15:11.006 INFO O| May 21 17:15:11.006 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-05-21T17:15:11.065Z[ recovery-image] May 21 17:15:11.016 INFO O| May 21 17:15:11.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74002026-05-21T17:15:11.085Z[ recovery-image] May 21 17:15:11.032 INFO O| May 21 17:15:11.032 INFO STEP 861 (remove_files) COMPLETE
74012026-05-21T17:15:11.085Z[ recovery-image] May 21 17:15:11.032 INFO O| May 21 17:15:11.032 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-05-21T17:15:11.092Z[ recovery-image] May 21 17:15:11.043 INFO O| May 21 17:15:11.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74032026-05-21T17:15:11.092Z[ recovery-image] May 21 17:15:11.043 INFO O| May 21 17:15:11.043 INFO STEP 862 (remove_files) COMPLETE
74042026-05-21T17:15:11.095Z[ recovery-image] May 21 17:15:11.043 INFO O| May 21 17:15:11.043 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-05-21T17:15:11.101Z[ recovery-image] May 21 17:15:11.052 INFO O| May 21 17:15:11.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74062026-05-21T17:15:11.101Z[ recovery-image] May 21 17:15:11.052 INFO O| May 21 17:15:11.052 INFO STEP 863 (remove_files) COMPLETE
74072026-05-21T17:15:11.101Z[ recovery-image] May 21 17:15:11.052 INFO O| May 21 17:15:11.052 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-05-21T17:15:11.113Z[ recovery-image] May 21 17:15:11.063 INFO O| May 21 17:15:11.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74092026-05-21T17:15:11.113Z[ recovery-image] May 21 17:15:11.063 INFO O| May 21 17:15:11.063 INFO STEP 864 (remove_files) COMPLETE
74102026-05-21T17:15:11.113Z[ recovery-image] May 21 17:15:11.063 INFO O| May 21 17:15:11.063 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-05-21T17:15:11.124Z[ recovery-image] May 21 17:15:11.074 INFO O| May 21 17:15:11.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74122026-05-21T17:15:11.124Z[ recovery-image] May 21 17:15:11.074 INFO O| May 21 17:15:11.074 INFO STEP 865 (remove_files) COMPLETE
74132026-05-21T17:15:11.124Z[ recovery-image] May 21 17:15:11.074 INFO O| May 21 17:15:11.074 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-05-21T17:15:11.135Z[ recovery-image] May 21 17:15:11.085 INFO O| May 21 17:15:11.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74152026-05-21T17:15:11.135Z[ recovery-image] May 21 17:15:11.085 INFO O| May 21 17:15:11.085 INFO STEP 866 (remove_files) COMPLETE
74162026-05-21T17:15:11.135Z[ recovery-image] May 21 17:15:11.085 INFO O| May 21 17:15:11.085 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-05-21T17:15:11.143Z[ recovery-image] May 21 17:15:11.093 INFO O| May 21 17:15:11.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74182026-05-21T17:15:11.143Z[ recovery-image] May 21 17:15:11.093 INFO O| May 21 17:15:11.093 INFO STEP 867 (remove_files) COMPLETE
74192026-05-21T17:15:11.143Z[ recovery-image] May 21 17:15:11.093 INFO O| May 21 17:15:11.093 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-05-21T17:15:11.153Z[ recovery-image] May 21 17:15:11.104 INFO O| May 21 17:15:11.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74212026-05-21T17:15:11.153Z[ recovery-image] May 21 17:15:11.104 INFO O| May 21 17:15:11.104 INFO STEP 868 (remove_files) COMPLETE
74222026-05-21T17:15:11.154Z[ recovery-image] May 21 17:15:11.104 INFO O| May 21 17:15:11.104 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-05-21T17:15:11.164Z[ recovery-image] May 21 17:15:11.115 INFO O| May 21 17:15:11.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74242026-05-21T17:15:11.164Z[ recovery-image] May 21 17:15:11.115 INFO O| May 21 17:15:11.115 INFO STEP 869 (remove_files) COMPLETE
74252026-05-21T17:15:11.164Z[ recovery-image] May 21 17:15:11.115 INFO O| May 21 17:15:11.115 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-05-21T17:15:11.173Z[ recovery-image] May 21 17:15:11.123 INFO O| May 21 17:15:11.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74272026-05-21T17:15:11.173Z[ recovery-image] May 21 17:15:11.124 INFO O| May 21 17:15:11.124 INFO STEP 870 (remove_files) COMPLETE
74282026-05-21T17:15:11.173Z[ recovery-image] May 21 17:15:11.124 INFO O| May 21 17:15:11.124 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-05-21T17:15:11.181Z[ recovery-image] May 21 17:15:11.132 INFO O| May 21 17:15:11.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
74302026-05-21T17:15:11.181Z[ recovery-image] May 21 17:15:11.132 INFO O| May 21 17:15:11.132 INFO STEP 871 (remove_files) COMPLETE
74312026-05-21T17:15:11.182Z[ recovery-image] May 21 17:15:11.132 INFO O| May 21 17:15:11.132 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-05-21T17:15:11.189Z[ recovery-image] May 21 17:15:11.140 INFO O| May 21 17:15:11.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74332026-05-21T17:15:11.189Z[ recovery-image] May 21 17:15:11.140 INFO O| May 21 17:15:11.140 INFO STEP 872 (remove_files) COMPLETE
74342026-05-21T17:15:11.189Z[ recovery-image] May 21 17:15:11.140 INFO O| May 21 17:15:11.140 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-05-21T17:15:11.197Z[ recovery-image] May 21 17:15:11.147 INFO O| May 21 17:15:11.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74362026-05-21T17:15:11.197Z[ recovery-image] May 21 17:15:11.147 INFO O| May 21 17:15:11.147 INFO STEP 873 (remove_files) COMPLETE
74372026-05-21T17:15:11.197Z[ recovery-image] May 21 17:15:11.147 INFO O| May 21 17:15:11.147 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-05-21T17:15:11.205Z[ recovery-image] May 21 17:15:11.155 INFO O| May 21 17:15:11.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74392026-05-21T17:15:11.205Z[ recovery-image] May 21 17:15:11.155 INFO O| May 21 17:15:11.155 INFO STEP 874 (remove_files) COMPLETE
74402026-05-21T17:15:11.209Z[ recovery-image] May 21 17:15:11.155 INFO O| May 21 17:15:11.155 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-05-21T17:15:11.212Z[ recovery-image] May 21 17:15:11.162 INFO O| May 21 17:15:11.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74422026-05-21T17:15:11.212Z[ recovery-image] May 21 17:15:11.162 INFO O| May 21 17:15:11.162 INFO STEP 875 (remove_files) COMPLETE
74432026-05-21T17:15:11.212Z[ recovery-image] May 21 17:15:11.162 INFO O| May 21 17:15:11.162 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-05-21T17:15:11.219Z[ recovery-image] May 21 17:15:11.169 INFO O| May 21 17:15:11.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
74452026-05-21T17:15:11.219Z[ recovery-image] May 21 17:15:11.170 INFO O| May 21 17:15:11.170 INFO STEP 876 (remove_files) COMPLETE
74462026-05-21T17:15:11.222Z[ recovery-image] May 21 17:15:11.170 INFO O| May 21 17:15:11.170 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-05-21T17:15:11.227Z[ recovery-image] May 21 17:15:11.178 INFO O| May 21 17:15:11.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
74482026-05-21T17:15:11.227Z[ recovery-image] May 21 17:15:11.178 INFO O| May 21 17:15:11.178 INFO STEP 877 (remove_files) COMPLETE
74492026-05-21T17:15:11.227Z[ recovery-image] May 21 17:15:11.178 INFO O| May 21 17:15:11.178 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-05-21T17:15:11.236Z[ recovery-image] May 21 17:15:11.186 INFO O| May 21 17:15:11.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
74512026-05-21T17:15:11.236Z[ recovery-image] May 21 17:15:11.186 INFO O| May 21 17:15:11.186 INFO STEP 878 (remove_files) COMPLETE
74522026-05-21T17:15:11.239Z[ recovery-image] May 21 17:15:11.186 INFO O| May 21 17:15:11.186 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-05-21T17:15:11.244Z[ recovery-image] May 21 17:15:11.195 INFO O| May 21 17:15:11.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
74542026-05-21T17:15:11.244Z[ recovery-image] May 21 17:15:11.195 INFO O| May 21 17:15:11.195 INFO STEP 879 (remove_files) COMPLETE
74552026-05-21T17:15:11.244Z[ recovery-image] May 21 17:15:11.195 INFO O| May 21 17:15:11.195 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-05-21T17:15:11.253Z[ recovery-image] May 21 17:15:11.204 INFO O| May 21 17:15:11.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
74572026-05-21T17:15:11.254Z[ recovery-image] May 21 17:15:11.204 INFO O| May 21 17:15:11.204 INFO STEP 880 (remove_files) COMPLETE
74582026-05-21T17:15:11.254Z[ recovery-image] May 21 17:15:11.204 INFO O| May 21 17:15:11.204 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-05-21T17:15:11.262Z[ recovery-image] May 21 17:15:11.212 INFO O| May 21 17:15:11.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
74602026-05-21T17:15:11.262Z[ recovery-image] May 21 17:15:11.212 INFO O| May 21 17:15:11.212 INFO STEP 881 (remove_files) COMPLETE
74612026-05-21T17:15:11.262Z[ recovery-image] May 21 17:15:11.212 INFO O| May 21 17:15:11.212 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-05-21T17:15:11.272Z[ recovery-image] May 21 17:15:11.223 INFO O| May 21 17:15:11.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
74632026-05-21T17:15:11.272Z[ recovery-image] May 21 17:15:11.223 INFO O| May 21 17:15:11.223 INFO STEP 882 (remove_files) COMPLETE
74642026-05-21T17:15:11.272Z[ recovery-image] May 21 17:15:11.223 INFO O| May 21 17:15:11.223 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-05-21T17:15:11.282Z[ recovery-image] May 21 17:15:11.233 INFO O| May 21 17:15:11.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
74662026-05-21T17:15:11.282Z[ recovery-image] May 21 17:15:11.233 INFO O| May 21 17:15:11.233 INFO STEP 883 (remove_files) COMPLETE
74672026-05-21T17:15:11.282Z[ recovery-image] May 21 17:15:11.233 INFO O| May 21 17:15:11.233 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-05-21T17:15:11.290Z[ recovery-image] May 21 17:15:11.241 INFO O| May 21 17:15:11.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
74692026-05-21T17:15:11.290Z[ recovery-image] May 21 17:15:11.241 INFO O| May 21 17:15:11.241 INFO STEP 884 (remove_files) COMPLETE
74702026-05-21T17:15:11.293Z[ recovery-image] May 21 17:15:11.241 INFO O| May 21 17:15:11.241 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-05-21T17:15:11.298Z[ recovery-image] May 21 17:15:11.249 INFO O| May 21 17:15:11.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74722026-05-21T17:15:11.298Z[ recovery-image] May 21 17:15:11.249 INFO O| May 21 17:15:11.249 INFO STEP 885 (remove_files) COMPLETE
74732026-05-21T17:15:11.301Z[ recovery-image] May 21 17:15:11.249 INFO O| May 21 17:15:11.249 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-05-21T17:15:11.307Z[ recovery-image] May 21 17:15:11.258 INFO O| May 21 17:15:11.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74752026-05-21T17:15:11.307Z[ recovery-image] May 21 17:15:11.258 INFO O| May 21 17:15:11.258 INFO STEP 886 (remove_files) COMPLETE
74762026-05-21T17:15:11.310Z[ recovery-image] May 21 17:15:11.258 INFO O| May 21 17:15:11.258 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-05-21T17:15:11.316Z[ recovery-image] May 21 17:15:11.266 INFO O| May 21 17:15:11.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74782026-05-21T17:15:11.316Z[ recovery-image] May 21 17:15:11.266 INFO O| May 21 17:15:11.266 INFO STEP 887 (remove_files) COMPLETE
74792026-05-21T17:15:11.318Z[ recovery-image] May 21 17:15:11.266 INFO O| May 21 17:15:11.266 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-05-21T17:15:11.323Z[ recovery-image] May 21 17:15:11.274 INFO O| May 21 17:15:11.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74812026-05-21T17:15:11.324Z[ recovery-image] May 21 17:15:11.274 INFO O| May 21 17:15:11.274 INFO STEP 888 (remove_files) COMPLETE
74822026-05-21T17:15:11.324Z[ recovery-image] May 21 17:15:11.274 INFO O| May 21 17:15:11.274 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-05-21T17:15:11.331Z[ recovery-image] May 21 17:15:11.282 INFO O| May 21 17:15:11.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
74842026-05-21T17:15:11.331Z[ recovery-image] May 21 17:15:11.282 INFO O| May 21 17:15:11.282 INFO STEP 889 (remove_files) COMPLETE
74852026-05-21T17:15:11.334Z[ recovery-image] May 21 17:15:11.282 INFO O| May 21 17:15:11.282 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-05-21T17:15:11.341Z[ recovery-image] May 21 17:15:11.291 INFO O| May 21 17:15:11.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
74872026-05-21T17:15:11.345Z[ recovery-image] May 21 17:15:11.292 INFO O| May 21 17:15:11.292 INFO STEP 890 (remove_files) COMPLETE
74882026-05-21T17:15:11.346Z[ recovery-image] May 21 17:15:11.292 INFO O| May 21 17:15:11.292 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-05-21T17:15:11.350Z[ recovery-image] May 21 17:15:11.301 INFO O| May 21 17:15:11.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
74902026-05-21T17:15:11.350Z[ recovery-image] May 21 17:15:11.301 INFO O| May 21 17:15:11.301 INFO STEP 891 (remove_files) COMPLETE
74912026-05-21T17:15:11.354Z[ recovery-image] May 21 17:15:11.301 INFO O| May 21 17:15:11.301 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-05-21T17:15:11.359Z[ recovery-image] May 21 17:15:11.310 INFO O| May 21 17:15:11.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
74932026-05-21T17:15:11.359Z[ recovery-image] May 21 17:15:11.310 INFO O| May 21 17:15:11.310 INFO STEP 892 (remove_files) COMPLETE
74942026-05-21T17:15:11.359Z[ recovery-image] May 21 17:15:11.310 INFO O| May 21 17:15:11.310 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-05-21T17:15:11.368Z[ recovery-image] May 21 17:15:11.318 INFO O| May 21 17:15:11.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
74962026-05-21T17:15:11.368Z[ recovery-image] May 21 17:15:11.318 INFO O| May 21 17:15:11.318 INFO STEP 893 (remove_files) COMPLETE
74972026-05-21T17:15:11.368Z[ recovery-image] May 21 17:15:11.318 INFO O| May 21 17:15:11.318 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-05-21T17:15:11.376Z[ recovery-image] May 21 17:15:11.326 INFO O| May 21 17:15:11.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
74992026-05-21T17:15:11.376Z[ recovery-image] May 21 17:15:11.326 INFO O| May 21 17:15:11.326 INFO STEP 894 (remove_files) COMPLETE
75002026-05-21T17:15:11.376Z[ recovery-image] May 21 17:15:11.326 INFO O| May 21 17:15:11.326 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-05-21T17:15:11.385Z[ recovery-image] May 21 17:15:11.336 INFO O| May 21 17:15:11.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75022026-05-21T17:15:11.386Z[ recovery-image] May 21 17:15:11.336 INFO O| May 21 17:15:11.336 INFO STEP 895 (remove_files) COMPLETE
75032026-05-21T17:15:11.390Z[ recovery-image] May 21 17:15:11.336 INFO O| May 21 17:15:11.336 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-05-21T17:15:11.393Z[ recovery-image] May 21 17:15:11.344 INFO O| May 21 17:15:11.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75052026-05-21T17:15:11.393Z[ recovery-image] May 21 17:15:11.344 INFO O| May 21 17:15:11.344 INFO STEP 896 (remove_files) COMPLETE
75062026-05-21T17:15:11.394Z[ recovery-image] May 21 17:15:11.344 INFO O| May 21 17:15:11.344 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-05-21T17:15:11.402Z[ recovery-image] May 21 17:15:11.352 INFO O| May 21 17:15:11.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75082026-05-21T17:15:11.405Z[ recovery-image] May 21 17:15:11.353 INFO O| May 21 17:15:11.353 INFO STEP 897 (remove_files) COMPLETE
75092026-05-21T17:15:11.405Z[ recovery-image] May 21 17:15:11.353 INFO O| May 21 17:15:11.353 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-05-21T17:15:11.411Z[ recovery-image] May 21 17:15:11.361 INFO O| May 21 17:15:11.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75112026-05-21T17:15:11.411Z[ recovery-image] May 21 17:15:11.361 INFO O| May 21 17:15:11.361 INFO STEP 898 (remove_files) COMPLETE
75122026-05-21T17:15:11.582Z[ recovery-image] May 21 17:15:11.361 INFO O| May 21 17:15:11.361 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.369 INFO O| May 21 17:15:11.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75142026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.369 INFO O| May 21 17:15:11.369 INFO STEP 899 (remove_files) COMPLETE
75152026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.369 INFO O| May 21 17:15:11.369 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.377 INFO O| May 21 17:15:11.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75172026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.377 INFO O| May 21 17:15:11.377 INFO STEP 900 (remove_files) COMPLETE
75182026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.377 INFO O| May 21 17:15:11.377 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.385 INFO O| May 21 17:15:11.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75202026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.385 INFO O| May 21 17:15:11.385 INFO STEP 901 (remove_files) COMPLETE
75212026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.385 INFO O| May 21 17:15:11.385 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.393 INFO O| May 21 17:15:11.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75232026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.393 INFO O| May 21 17:15:11.393 INFO STEP 902 (remove_files) COMPLETE
75242026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.393 INFO O| May 21 17:15:11.393 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.400 INFO O| May 21 17:15:11.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75262026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.400 INFO O| May 21 17:15:11.400 INFO STEP 903 (remove_files) COMPLETE
75272026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.400 INFO O| May 21 17:15:11.400 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.406 INFO O| May 21 17:15:11.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
75292026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.407 INFO O| May 21 17:15:11.407 INFO STEP 904 (remove_files) COMPLETE
75302026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.407 INFO O| May 21 17:15:11.407 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-05-21T17:15:11.594Z[ recovery-image] May 21 17:15:11.413 INFO O| May 21 17:15:11.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
75322026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.413 INFO O| May 21 17:15:11.413 INFO STEP 905 (remove_files) COMPLETE
75332026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.414 INFO O| May 21 17:15:11.413 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.420 INFO O| May 21 17:15:11.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
75352026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.420 INFO O| May 21 17:15:11.420 INFO STEP 906 (remove_files) COMPLETE
75362026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.420 INFO O| May 21 17:15:11.420 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.427 INFO O| May 21 17:15:11.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
75382026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.427 INFO O| May 21 17:15:11.427 INFO STEP 907 (remove_files) COMPLETE
75392026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.427 INFO O| May 21 17:15:11.427 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.434 INFO O| May 21 17:15:11.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
75412026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.434 INFO O| May 21 17:15:11.434 INFO STEP 908 (remove_files) COMPLETE
75422026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.434 INFO O| May 21 17:15:11.434 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.441 INFO O| May 21 17:15:11.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
75442026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.441 INFO O| May 21 17:15:11.441 INFO STEP 909 (remove_files) COMPLETE
75452026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.441 INFO O| May 21 17:15:11.441 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.449 INFO O| May 21 17:15:11.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
75472026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.449 INFO O| May 21 17:15:11.449 INFO STEP 910 (remove_files) COMPLETE
75482026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.449 INFO O| May 21 17:15:11.449 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.456 INFO O| May 21 17:15:11.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
75502026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.456 INFO O| May 21 17:15:11.456 INFO STEP 911 (remove_files) COMPLETE
75512026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.456 INFO O| May 21 17:15:11.456 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.464 INFO O| May 21 17:15:11.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
75532026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.464 INFO O| May 21 17:15:11.464 INFO STEP 912 (remove_files) COMPLETE
75542026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.464 INFO O| May 21 17:15:11.464 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.471 INFO O| May 21 17:15:11.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
75562026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.471 INFO O| May 21 17:15:11.471 INFO STEP 913 (remove_files) COMPLETE
75572026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.471 INFO O| May 21 17:15:11.471 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.478 INFO O| May 21 17:15:11.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
75592026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.478 INFO O| May 21 17:15:11.478 INFO STEP 914 (remove_files) COMPLETE
75602026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.478 INFO O| May 21 17:15:11.478 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.485 INFO O| May 21 17:15:11.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
75622026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.486 INFO O| May 21 17:15:11.485 INFO STEP 915 (remove_files) COMPLETE
75632026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.486 INFO O| May 21 17:15:11.486 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.493 INFO O| May 21 17:15:11.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
75652026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.493 INFO O| May 21 17:15:11.493 INFO STEP 916 (remove_files) COMPLETE
75662026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.493 INFO O| May 21 17:15:11.493 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.500 INFO O| May 21 17:15:11.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
75682026-05-21T17:15:11.595Z[ recovery-image] May 21 17:15:11.500 INFO O| May 21 17:15:11.500 INFO STEP 917 (remove_files) COMPLETE
75692026-05-21T17:15:11.596Z[ recovery-image] May 21 17:15:11.500 INFO O| May 21 17:15:11.500 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-05-21T17:15:11.596Z[ recovery-image] May 21 17:15:11.508 INFO O| May 21 17:15:11.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
75712026-05-21T17:15:11.596Z[ recovery-image] May 21 17:15:11.508 INFO O| May 21 17:15:11.508 INFO STEP 918 (remove_files) COMPLETE
75722026-05-21T17:15:11.596Z[ recovery-image] May 21 17:15:11.508 INFO O| May 21 17:15:11.508 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-05-21T17:15:11.596Z[ recovery-image] May 21 17:15:11.516 INFO O| May 21 17:15:11.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
75742026-05-21T17:15:11.596Z[ recovery-image] May 21 17:15:11.516 INFO O| May 21 17:15:11.516 INFO STEP 919 (remove_files) COMPLETE
75752026-05-21T17:15:11.596Z[ recovery-image] May 21 17:15:11.516 INFO O| May 21 17:15:11.516 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-05-21T17:15:11.596Z[ recovery-image] May 21 17:15:11.525 INFO O| May 21 17:15:11.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
75772026-05-21T17:15:11.596Z[ recovery-image] May 21 17:15:11.525 INFO O| May 21 17:15:11.525 INFO STEP 920 (remove_files) COMPLETE
75782026-05-21T17:15:11.596Z[ recovery-image] May 21 17:15:11.525 INFO O| May 21 17:15:11.525 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-05-21T17:15:11.596Z[ recovery-image] May 21 17:15:11.534 INFO O| May 21 17:15:11.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
75802026-05-21T17:15:11.596Z[ recovery-image] May 21 17:15:11.534 INFO O| May 21 17:15:11.534 INFO STEP 921 (remove_files) COMPLETE
75812026-05-21T17:15:11.596Z[ recovery-image] May 21 17:15:11.534 INFO O| May 21 17:15:11.534 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-05-21T17:15:11.600Z[ recovery-image] May 21 17:15:11.541 INFO O| May 21 17:15:11.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
75832026-05-21T17:15:11.600Z[ recovery-image] May 21 17:15:11.542 INFO O| May 21 17:15:11.542 INFO STEP 922 (remove_files) COMPLETE
75842026-05-21T17:15:11.600Z[ recovery-image] May 21 17:15:11.542 INFO O| May 21 17:15:11.542 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-05-21T17:15:11.600Z[ recovery-image] May 21 17:15:11.549 INFO O| May 21 17:15:11.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
75862026-05-21T17:15:11.600Z[ recovery-image] May 21 17:15:11.549 INFO O| May 21 17:15:11.549 INFO STEP 923 (remove_files) COMPLETE
75872026-05-21T17:15:11.600Z[ recovery-image] May 21 17:15:11.549 INFO O| May 21 17:15:11.549 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-05-21T17:15:11.606Z[ recovery-image] May 21 17:15:11.557 INFO O| May 21 17:15:11.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
75892026-05-21T17:15:11.606Z[ recovery-image] May 21 17:15:11.557 INFO O| May 21 17:15:11.557 INFO STEP 924 (remove_files) COMPLETE
75902026-05-21T17:15:11.606Z[ recovery-image] May 21 17:15:11.557 INFO O| May 21 17:15:11.557 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-05-21T17:15:11.614Z[ recovery-image] May 21 17:15:11.564 INFO O| May 21 17:15:11.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
75922026-05-21T17:15:11.614Z[ recovery-image] May 21 17:15:11.564 INFO O| May 21 17:15:11.564 INFO STEP 925 (remove_files) COMPLETE
75932026-05-21T17:15:11.617Z[ recovery-image] May 21 17:15:11.564 INFO O| May 21 17:15:11.564 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-05-21T17:15:11.622Z[ recovery-image] May 21 17:15:11.573 INFO O| May 21 17:15:11.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
75952026-05-21T17:15:11.622Z[ recovery-image] May 21 17:15:11.573 INFO O| May 21 17:15:11.573 INFO STEP 926 (remove_files) COMPLETE
75962026-05-21T17:15:11.625Z[ recovery-image] May 21 17:15:11.573 INFO O| May 21 17:15:11.573 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-05-21T17:15:11.633Z[ recovery-image] May 21 17:15:11.582 INFO O| May 21 17:15:11.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
75982026-05-21T17:15:11.633Z[ recovery-image] May 21 17:15:11.582 INFO O| May 21 17:15:11.582 INFO STEP 927 (remove_files) COMPLETE
75992026-05-21T17:15:11.633Z[ recovery-image] May 21 17:15:11.582 INFO O| May 21 17:15:11.582 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-05-21T17:15:11.640Z[ recovery-image] May 21 17:15:11.590 INFO O| May 21 17:15:11.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76012026-05-21T17:15:11.640Z[ recovery-image] May 21 17:15:11.590 INFO O| May 21 17:15:11.590 INFO STEP 928 (remove_files) COMPLETE
76022026-05-21T17:15:11.644Z[ recovery-image] May 21 17:15:11.590 INFO O| May 21 17:15:11.590 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-05-21T17:15:11.647Z[ recovery-image] May 21 17:15:11.598 INFO O| May 21 17:15:11.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76042026-05-21T17:15:11.647Z[ recovery-image] May 21 17:15:11.598 INFO O| May 21 17:15:11.598 INFO STEP 929 (remove_files) COMPLETE
76052026-05-21T17:15:11.650Z[ recovery-image] May 21 17:15:11.598 INFO O| May 21 17:15:11.598 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-05-21T17:15:11.655Z[ recovery-image] May 21 17:15:11.606 INFO O| May 21 17:15:11.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76072026-05-21T17:15:11.658Z[ recovery-image] May 21 17:15:11.606 INFO O| May 21 17:15:11.606 INFO STEP 930 (remove_files) COMPLETE
76082026-05-21T17:15:11.658Z[ recovery-image] May 21 17:15:11.606 INFO O| May 21 17:15:11.606 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-05-21T17:15:11.663Z[ recovery-image] May 21 17:15:11.613 INFO O| May 21 17:15:11.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76102026-05-21T17:15:11.663Z[ recovery-image] May 21 17:15:11.614 INFO O| May 21 17:15:11.614 INFO STEP 931 (remove_files) COMPLETE
76112026-05-21T17:15:11.666Z[ recovery-image] May 21 17:15:11.614 INFO O| May 21 17:15:11.614 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-05-21T17:15:11.670Z[ recovery-image] May 21 17:15:11.621 INFO O| May 21 17:15:11.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76132026-05-21T17:15:11.674Z[ recovery-image] May 21 17:15:11.622 INFO O| May 21 17:15:11.622 INFO STEP 932 (remove_files) COMPLETE
76142026-05-21T17:15:11.675Z[ recovery-image] May 21 17:15:11.622 INFO O| May 21 17:15:11.622 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-05-21T17:15:11.682Z[ recovery-image] May 21 17:15:11.633 INFO O| May 21 17:15:11.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76162026-05-21T17:15:11.682Z[ recovery-image] May 21 17:15:11.633 INFO O| May 21 17:15:11.633 INFO STEP 933 (remove_files) COMPLETE
76172026-05-21T17:15:11.682Z[ recovery-image] May 21 17:15:11.633 INFO O| May 21 17:15:11.633 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-05-21T17:15:11.691Z[ recovery-image] May 21 17:15:11.642 INFO O| May 21 17:15:11.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76192026-05-21T17:15:11.691Z[ recovery-image] May 21 17:15:11.642 INFO O| May 21 17:15:11.642 INFO STEP 934 (remove_files) COMPLETE
76202026-05-21T17:15:11.696Z[ recovery-image] May 21 17:15:11.642 INFO O| May 21 17:15:11.642 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-05-21T17:15:11.701Z[ recovery-image] May 21 17:15:11.651 INFO O| May 21 17:15:11.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76222026-05-21T17:15:11.704Z[ recovery-image] May 21 17:15:11.652 INFO O| May 21 17:15:11.652 INFO STEP 935 (remove_files) COMPLETE
76232026-05-21T17:15:11.704Z[ recovery-image] May 21 17:15:11.652 INFO O| May 21 17:15:11.652 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-05-21T17:15:11.711Z[ recovery-image] May 21 17:15:11.662 INFO O| May 21 17:15:11.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76252026-05-21T17:15:11.714Z[ recovery-image] May 21 17:15:11.662 INFO O| May 21 17:15:11.662 INFO STEP 936 (remove_files) COMPLETE
76262026-05-21T17:15:11.714Z[ recovery-image] May 21 17:15:11.662 INFO O| May 21 17:15:11.662 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-05-21T17:15:11.720Z[ recovery-image] May 21 17:15:11.671 INFO O| May 21 17:15:11.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
76282026-05-21T17:15:11.720Z[ recovery-image] May 21 17:15:11.671 INFO O| May 21 17:15:11.671 INFO STEP 937 (remove_files) COMPLETE
76292026-05-21T17:15:11.721Z[ recovery-image] May 21 17:15:11.671 INFO O| May 21 17:15:11.671 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-05-21T17:15:11.730Z[ recovery-image] May 21 17:15:11.681 INFO O| May 21 17:15:11.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
76312026-05-21T17:15:11.730Z[ recovery-image] May 21 17:15:11.681 INFO O| May 21 17:15:11.681 INFO STEP 938 (remove_files) COMPLETE
76322026-05-21T17:15:11.730Z[ recovery-image] May 21 17:15:11.681 INFO O| May 21 17:15:11.681 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-05-21T17:15:11.739Z[ recovery-image] May 21 17:15:11.689 INFO O| May 21 17:15:11.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
76342026-05-21T17:15:11.739Z[ recovery-image] May 21 17:15:11.690 INFO O| May 21 17:15:11.690 INFO STEP 939 (remove_files) COMPLETE
76352026-05-21T17:15:11.739Z[ recovery-image] May 21 17:15:11.690 INFO O| May 21 17:15:11.690 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-05-21T17:15:11.749Z[ recovery-image] May 21 17:15:11.698 INFO O| May 21 17:15:11.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
76372026-05-21T17:15:11.749Z[ recovery-image] May 21 17:15:11.698 INFO O| May 21 17:15:11.698 INFO STEP 940 (remove_files) COMPLETE
76382026-05-21T17:15:11.749Z[ recovery-image] May 21 17:15:11.698 INFO O| May 21 17:15:11.698 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-05-21T17:15:11.756Z[ recovery-image] May 21 17:15:11.707 INFO O| May 21 17:15:11.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
76402026-05-21T17:15:11.756Z[ recovery-image] May 21 17:15:11.707 INFO O| May 21 17:15:11.707 INFO STEP 941 (remove_files) COMPLETE
76412026-05-21T17:15:11.756Z[ recovery-image] May 21 17:15:11.707 INFO O| May 21 17:15:11.707 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-05-21T17:15:11.765Z[ recovery-image] May 21 17:15:11.715 INFO O| May 21 17:15:11.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
76432026-05-21T17:15:11.771Z[ recovery-image] May 21 17:15:11.716 INFO O| May 21 17:15:11.716 INFO STEP 942 (remove_files) COMPLETE
76442026-05-21T17:15:11.771Z[ recovery-image] May 21 17:15:11.716 INFO O| May 21 17:15:11.716 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-05-21T17:15:11.775Z[ recovery-image] May 21 17:15:11.726 INFO O| May 21 17:15:11.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
76462026-05-21T17:15:11.775Z[ recovery-image] May 21 17:15:11.726 INFO O| May 21 17:15:11.726 INFO STEP 943 (remove_files) COMPLETE
76472026-05-21T17:15:11.775Z[ recovery-image] May 21 17:15:11.726 INFO O| May 21 17:15:11.726 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-05-21T17:15:11.785Z[ recovery-image] May 21 17:15:11.735 INFO O| May 21 17:15:11.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
76492026-05-21T17:15:11.785Z[ recovery-image] May 21 17:15:11.735 INFO O| May 21 17:15:11.735 INFO STEP 944 (remove_files) COMPLETE
76502026-05-21T17:15:11.788Z[ recovery-image] May 21 17:15:11.735 INFO O| May 21 17:15:11.735 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-05-21T17:15:11.793Z[ recovery-image] May 21 17:15:11.744 INFO O| May 21 17:15:11.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
76522026-05-21T17:15:11.793Z[ recovery-image] May 21 17:15:11.744 INFO O| May 21 17:15:11.744 INFO STEP 945 (remove_files) COMPLETE
76532026-05-21T17:15:11.793Z[ recovery-image] May 21 17:15:11.744 INFO O| May 21 17:15:11.744 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-05-21T17:15:11.802Z[ recovery-image] May 21 17:15:11.753 INFO O| May 21 17:15:11.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
76552026-05-21T17:15:11.802Z[ recovery-image] May 21 17:15:11.753 INFO O| May 21 17:15:11.753 INFO STEP 946 (remove_files) COMPLETE
76562026-05-21T17:15:11.802Z[ recovery-image] May 21 17:15:11.753 INFO O| May 21 17:15:11.753 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-05-21T17:15:11.811Z[ recovery-image] May 21 17:15:11.762 INFO O| May 21 17:15:11.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
76582026-05-21T17:15:11.811Z[ recovery-image] May 21 17:15:11.762 INFO O| May 21 17:15:11.762 INFO STEP 947 (remove_files) COMPLETE
76592026-05-21T17:15:11.811Z[ recovery-image] May 21 17:15:11.762 INFO O| May 21 17:15:11.762 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-05-21T17:15:11.820Z[ recovery-image] May 21 17:15:11.771 INFO O| May 21 17:15:11.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
76612026-05-21T17:15:11.820Z[ recovery-image] May 21 17:15:11.771 INFO O| May 21 17:15:11.771 INFO STEP 948 (remove_files) COMPLETE
76622026-05-21T17:15:11.820Z[ recovery-image] May 21 17:15:11.771 INFO O| May 21 17:15:11.771 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-05-21T17:15:11.829Z[ recovery-image] May 21 17:15:11.779 INFO O| May 21 17:15:11.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
76642026-05-21T17:15:11.829Z[ recovery-image] May 21 17:15:11.779 INFO O| May 21 17:15:11.779 INFO STEP 949 (remove_files) COMPLETE
76652026-05-21T17:15:11.829Z[ recovery-image] May 21 17:15:11.779 INFO O| May 21 17:15:11.779 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-05-21T17:15:11.837Z[ recovery-image] May 21 17:15:11.788 INFO O| May 21 17:15:11.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
76672026-05-21T17:15:11.838Z[ recovery-image] May 21 17:15:11.788 INFO O| May 21 17:15:11.788 INFO STEP 950 (remove_files) COMPLETE
76682026-05-21T17:15:11.838Z[ recovery-image] May 21 17:15:11.788 INFO O| May 21 17:15:11.788 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-05-21T17:15:11.846Z[ recovery-image] May 21 17:15:11.797 INFO O| May 21 17:15:11.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
76702026-05-21T17:15:11.846Z[ recovery-image] May 21 17:15:11.797 INFO O| May 21 17:15:11.797 INFO STEP 951 (remove_files) COMPLETE
76712026-05-21T17:15:11.846Z[ recovery-image] May 21 17:15:11.797 INFO O| May 21 17:15:11.797 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-05-21T17:15:11.863Z[ recovery-image] May 21 17:15:11.806 INFO O| May 21 17:15:11.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
76732026-05-21T17:15:11.863Z[ recovery-image] May 21 17:15:11.807 INFO O| May 21 17:15:11.806 INFO STEP 952 (remove_files) COMPLETE
76742026-05-21T17:15:11.863Z[ recovery-image] May 21 17:15:11.807 INFO O| May 21 17:15:11.807 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-05-21T17:15:11.866Z[ recovery-image] May 21 17:15:11.816 INFO O| May 21 17:15:11.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
76762026-05-21T17:15:11.866Z[ recovery-image] May 21 17:15:11.816 INFO O| May 21 17:15:11.816 INFO STEP 953 (remove_files) COMPLETE
76772026-05-21T17:15:11.866Z[ recovery-image] May 21 17:15:11.816 INFO O| May 21 17:15:11.816 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-05-21T17:15:11.874Z[ recovery-image] May 21 17:15:11.825 INFO O| May 21 17:15:11.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
76792026-05-21T17:15:11.874Z[ recovery-image] May 21 17:15:11.825 INFO O| May 21 17:15:11.825 INFO STEP 954 (remove_files) COMPLETE
76802026-05-21T17:15:11.874Z[ recovery-image] May 21 17:15:11.825 INFO O| May 21 17:15:11.825 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-05-21T17:15:11.883Z[ recovery-image] May 21 17:15:11.834 INFO O| May 21 17:15:11.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
76822026-05-21T17:15:11.883Z[ recovery-image] May 21 17:15:11.834 INFO O| May 21 17:15:11.834 INFO STEP 955 (remove_files) COMPLETE
76832026-05-21T17:15:11.883Z[ recovery-image] May 21 17:15:11.834 INFO O| May 21 17:15:11.834 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-05-21T17:15:11.892Z[ recovery-image] May 21 17:15:11.843 INFO O| May 21 17:15:11.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
76852026-05-21T17:15:11.892Z[ recovery-image] May 21 17:15:11.843 INFO O| May 21 17:15:11.843 INFO STEP 956 (remove_files) COMPLETE
76862026-05-21T17:15:11.892Z[ recovery-image] May 21 17:15:11.843 INFO O| May 21 17:15:11.843 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-05-21T17:15:11.901Z[ recovery-image] May 21 17:15:11.851 INFO O| May 21 17:15:11.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
76882026-05-21T17:15:11.901Z[ recovery-image] May 21 17:15:11.851 INFO O| May 21 17:15:11.851 INFO STEP 957 (remove_files) COMPLETE
76892026-05-21T17:15:11.904Z[ recovery-image] May 21 17:15:11.851 INFO O| May 21 17:15:11.851 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-05-21T17:15:11.911Z[ recovery-image] May 21 17:15:11.860 INFO O| May 21 17:15:11.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
76912026-05-21T17:15:11.911Z[ recovery-image] May 21 17:15:11.860 INFO O| May 21 17:15:11.860 INFO STEP 958 (remove_files) COMPLETE
76922026-05-21T17:15:11.911Z[ recovery-image] May 21 17:15:11.860 INFO O| May 21 17:15:11.860 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-05-21T17:15:11.918Z[ recovery-image] May 21 17:15:11.869 INFO O| May 21 17:15:11.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
76942026-05-21T17:15:11.918Z[ recovery-image] May 21 17:15:11.869 INFO O| May 21 17:15:11.869 INFO STEP 959 (remove_files) COMPLETE
76952026-05-21T17:15:11.922Z[ recovery-image] May 21 17:15:11.869 INFO O| May 21 17:15:11.869 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-05-21T17:15:11.927Z[ recovery-image] May 21 17:15:11.878 INFO O| May 21 17:15:11.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
76972026-05-21T17:15:11.927Z[ recovery-image] May 21 17:15:11.878 INFO O| May 21 17:15:11.878 INFO STEP 960 (remove_files) COMPLETE
76982026-05-21T17:15:11.927Z[ recovery-image] May 21 17:15:11.878 INFO O| May 21 17:15:11.878 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-05-21T17:15:11.936Z[ recovery-image] May 21 17:15:11.887 INFO O| May 21 17:15:11.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77002026-05-21T17:15:11.936Z[ recovery-image] May 21 17:15:11.887 INFO O| May 21 17:15:11.887 INFO STEP 961 (remove_files) COMPLETE
77012026-05-21T17:15:11.936Z[ recovery-image] May 21 17:15:11.887 INFO O| May 21 17:15:11.887 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-05-21T17:15:11.945Z[ recovery-image] May 21 17:15:11.895 INFO O| May 21 17:15:11.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77032026-05-21T17:15:11.945Z[ recovery-image] May 21 17:15:11.896 INFO O| May 21 17:15:11.896 INFO STEP 962 (remove_files) COMPLETE
77042026-05-21T17:15:11.945Z[ recovery-image] May 21 17:15:11.896 INFO O| May 21 17:15:11.896 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-05-21T17:15:11.954Z[ recovery-image] May 21 17:15:11.904 INFO O| May 21 17:15:11.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77062026-05-21T17:15:11.954Z[ recovery-image] May 21 17:15:11.904 INFO O| May 21 17:15:11.904 INFO STEP 963 (remove_files) COMPLETE
77072026-05-21T17:15:11.954Z[ recovery-image] May 21 17:15:11.904 INFO O| May 21 17:15:11.904 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-05-21T17:15:11.962Z[ recovery-image] May 21 17:15:11.913 INFO O| May 21 17:15:11.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77092026-05-21T17:15:11.962Z[ recovery-image] May 21 17:15:11.913 INFO O| May 21 17:15:11.913 INFO STEP 964 (remove_files) COMPLETE
77102026-05-21T17:15:11.962Z[ recovery-image] May 21 17:15:11.913 INFO O| May 21 17:15:11.913 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-05-21T17:15:11.971Z[ recovery-image] May 21 17:15:11.922 INFO O| May 21 17:15:11.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77122026-05-21T17:15:11.971Z[ recovery-image] May 21 17:15:11.922 INFO O| May 21 17:15:11.922 INFO STEP 965 (remove_files) COMPLETE
77132026-05-21T17:15:11.971Z[ recovery-image] May 21 17:15:11.922 INFO O| May 21 17:15:11.922 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-05-21T17:15:11.980Z[ recovery-image] May 21 17:15:11.931 INFO O| May 21 17:15:11.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77152026-05-21T17:15:11.980Z[ recovery-image] May 21 17:15:11.931 INFO O| May 21 17:15:11.931 INFO STEP 966 (remove_files) COMPLETE
77162026-05-21T17:15:11.983Z[ recovery-image] May 21 17:15:11.931 INFO O| May 21 17:15:11.931 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-05-21T17:15:11.989Z[ recovery-image] May 21 17:15:11.940 INFO O| May 21 17:15:11.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77182026-05-21T17:15:11.989Z[ recovery-image] May 21 17:15:11.940 INFO O| May 21 17:15:11.940 INFO STEP 967 (remove_files) COMPLETE
77192026-05-21T17:15:11.989Z[ recovery-image] May 21 17:15:11.940 INFO O| May 21 17:15:11.940 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-05-21T17:15:11.997Z[ recovery-image] May 21 17:15:11.948 INFO O| May 21 17:15:11.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77212026-05-21T17:15:12.017Z[ recovery-image] May 21 17:15:11.968 INFO O| May 21 17:15:11.968 INFO STEP 968 (remove_files) COMPLETE
77222026-05-21T17:15:12.017Z[ recovery-image] May 21 17:15:11.968 INFO O| May 21 17:15:11.968 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-05-21T17:15:12.030Z[ recovery-image] May 21 17:15:11.979 INFO O| May 21 17:15:11.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77242026-05-21T17:15:12.030Z[ recovery-image] May 21 17:15:11.979 INFO O| May 21 17:15:11.979 INFO STEP 969 (remove_files) COMPLETE
77252026-05-21T17:15:12.030Z[ recovery-image] May 21 17:15:11.979 INFO O| May 21 17:15:11.979 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-05-21T17:15:12.038Z[ recovery-image] May 21 17:15:11.989 INFO O| May 21 17:15:11.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
77272026-05-21T17:15:12.038Z[ recovery-image] May 21 17:15:11.989 INFO O| May 21 17:15:11.989 INFO STEP 970 (remove_files) COMPLETE
77282026-05-21T17:15:12.042Z[ recovery-image] May 21 17:15:11.989 INFO O| May 21 17:15:11.989 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-05-21T17:15:12.048Z[ recovery-image] May 21 17:15:11.999 INFO O| May 21 17:15:11.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
77302026-05-21T17:15:12.048Z[ recovery-image] May 21 17:15:11.999 INFO O| May 21 17:15:11.999 INFO STEP 971 (remove_files) COMPLETE
77312026-05-21T17:15:12.051Z[ recovery-image] May 21 17:15:11.999 INFO O| May 21 17:15:11.999 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-05-21T17:15:12.060Z[ recovery-image] May 21 17:15:12.009 INFO O| May 21 17:15:12.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
77332026-05-21T17:15:12.060Z[ recovery-image] May 21 17:15:12.009 INFO O| May 21 17:15:12.009 INFO STEP 972 (remove_files) COMPLETE
77342026-05-21T17:15:12.060Z[ recovery-image] May 21 17:15:12.009 INFO O| May 21 17:15:12.009 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-05-21T17:15:12.068Z[ recovery-image] May 21 17:15:12.018 INFO O| May 21 17:15:12.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
77362026-05-21T17:15:12.068Z[ recovery-image] May 21 17:15:12.018 INFO O| May 21 17:15:12.018 INFO STEP 973 (remove_files) COMPLETE
77372026-05-21T17:15:12.072Z[ recovery-image] May 21 17:15:12.018 INFO O| May 21 17:15:12.018 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-05-21T17:15:12.077Z[ recovery-image] May 21 17:15:12.028 INFO O| May 21 17:15:12.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
77392026-05-21T17:15:12.077Z[ recovery-image] May 21 17:15:12.028 INFO O| May 21 17:15:12.028 INFO STEP 974 (remove_files) COMPLETE
77402026-05-21T17:15:12.077Z[ recovery-image] May 21 17:15:12.028 INFO O| May 21 17:15:12.028 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-05-21T17:15:12.087Z[ recovery-image] May 21 17:15:12.038 INFO O| May 21 17:15:12.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
77422026-05-21T17:15:12.090Z[ recovery-image] May 21 17:15:12.038 INFO O| May 21 17:15:12.038 INFO STEP 975 (remove_files) COMPLETE
77432026-05-21T17:15:12.090Z[ recovery-image] May 21 17:15:12.038 INFO O| May 21 17:15:12.038 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-05-21T17:15:12.098Z[ recovery-image] May 21 17:15:12.049 INFO O| May 21 17:15:12.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
77452026-05-21T17:15:12.098Z[ recovery-image] May 21 17:15:12.049 INFO O| May 21 17:15:12.049 INFO STEP 976 (remove_files) COMPLETE
77462026-05-21T17:15:12.098Z[ recovery-image] May 21 17:15:12.049 INFO O| May 21 17:15:12.049 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-05-21T17:15:12.108Z[ recovery-image] May 21 17:15:12.059 INFO O| May 21 17:15:12.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
77482026-05-21T17:15:12.108Z[ recovery-image] May 21 17:15:12.059 INFO O| May 21 17:15:12.059 INFO STEP 977 (remove_files) COMPLETE
77492026-05-21T17:15:12.111Z[ recovery-image] May 21 17:15:12.059 INFO O| May 21 17:15:12.059 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-05-21T17:15:12.118Z[ recovery-image] May 21 17:15:12.069 INFO O| May 21 17:15:12.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
77512026-05-21T17:15:12.118Z[ recovery-image] May 21 17:15:12.069 INFO O| May 21 17:15:12.069 INFO STEP 978 (remove_files) COMPLETE
77522026-05-21T17:15:12.121Z[ recovery-image] May 21 17:15:12.069 INFO O| May 21 17:15:12.069 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-05-21T17:15:12.127Z[ recovery-image] May 21 17:15:12.078 INFO O| May 21 17:15:12.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
77542026-05-21T17:15:12.127Z[ recovery-image] May 21 17:15:12.078 INFO O| May 21 17:15:12.078 INFO STEP 979 (remove_files) COMPLETE
77552026-05-21T17:15:12.132Z[ recovery-image] May 21 17:15:12.078 INFO O| May 21 17:15:12.078 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-05-21T17:15:12.140Z[ recovery-image] May 21 17:15:12.089 INFO O| May 21 17:15:12.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
77572026-05-21T17:15:12.140Z[ recovery-image] May 21 17:15:12.089 INFO O| May 21 17:15:12.089 INFO STEP 980 (remove_files) COMPLETE
77582026-05-21T17:15:12.140Z[ recovery-image] May 21 17:15:12.089 INFO O| May 21 17:15:12.089 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-05-21T17:15:12.150Z[ recovery-image] May 21 17:15:12.100 INFO O| May 21 17:15:12.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
77602026-05-21T17:15:12.150Z[ recovery-image] May 21 17:15:12.100 INFO O| May 21 17:15:12.100 INFO STEP 981 (remove_files) COMPLETE
77612026-05-21T17:15:12.152Z[ recovery-image] May 21 17:15:12.100 INFO O| May 21 17:15:12.100 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-05-21T17:15:12.160Z[ recovery-image] May 21 17:15:12.110 INFO O| May 21 17:15:12.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
77632026-05-21T17:15:12.160Z[ recovery-image] May 21 17:15:12.111 INFO O| May 21 17:15:12.110 INFO STEP 982 (remove_files) COMPLETE
77642026-05-21T17:15:12.160Z[ recovery-image] May 21 17:15:12.111 INFO O| May 21 17:15:12.111 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-05-21T17:15:12.169Z[ recovery-image] May 21 17:15:12.120 INFO O| May 21 17:15:12.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
77662026-05-21T17:15:12.170Z[ recovery-image] May 21 17:15:12.120 INFO O| May 21 17:15:12.120 INFO STEP 983 (remove_files) COMPLETE
77672026-05-21T17:15:12.170Z[ recovery-image] May 21 17:15:12.120 INFO O| May 21 17:15:12.120 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-05-21T17:15:12.178Z[ recovery-image] May 21 17:15:12.128 INFO O| May 21 17:15:12.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
77692026-05-21T17:15:12.178Z[ recovery-image] May 21 17:15:12.128 INFO O| May 21 17:15:12.128 INFO STEP 984 (remove_files) COMPLETE
77702026-05-21T17:15:12.178Z[ recovery-image] May 21 17:15:12.128 INFO O| May 21 17:15:12.128 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-05-21T17:15:12.187Z[ recovery-image] May 21 17:15:12.137 INFO O| May 21 17:15:12.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
77722026-05-21T17:15:12.187Z[ recovery-image] May 21 17:15:12.137 INFO O| May 21 17:15:12.137 INFO STEP 985 (remove_files) COMPLETE
77732026-05-21T17:15:12.187Z[ recovery-image] May 21 17:15:12.137 INFO O| May 21 17:15:12.137 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-05-21T17:15:12.195Z[ recovery-image] May 21 17:15:12.146 INFO O| May 21 17:15:12.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
77752026-05-21T17:15:12.195Z[ recovery-image] May 21 17:15:12.146 INFO O| May 21 17:15:12.146 INFO STEP 986 (remove_files) COMPLETE
77762026-05-21T17:15:12.195Z[ recovery-image] May 21 17:15:12.146 INFO O| May 21 17:15:12.146 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-05-21T17:15:12.204Z[ recovery-image] May 21 17:15:12.154 INFO O| May 21 17:15:12.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
77782026-05-21T17:15:12.204Z[ recovery-image] May 21 17:15:12.154 INFO O| May 21 17:15:12.154 INFO STEP 987 (remove_files) COMPLETE
77792026-05-21T17:15:12.204Z[ recovery-image] May 21 17:15:12.154 INFO O| May 21 17:15:12.154 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-05-21T17:15:12.212Z[ recovery-image] May 21 17:15:12.163 INFO O| May 21 17:15:12.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
77812026-05-21T17:15:12.212Z[ recovery-image] May 21 17:15:12.163 INFO O| May 21 17:15:12.163 INFO STEP 988 (remove_files) COMPLETE
77822026-05-21T17:15:12.212Z[ recovery-image] May 21 17:15:12.163 INFO O| May 21 17:15:12.163 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-05-21T17:15:12.222Z[ recovery-image] May 21 17:15:12.171 INFO O| May 21 17:15:12.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
77842026-05-21T17:15:12.222Z[ recovery-image] May 21 17:15:12.171 INFO O| May 21 17:15:12.171 INFO STEP 989 (remove_files) COMPLETE
77852026-05-21T17:15:12.225Z[ recovery-image] May 21 17:15:12.171 INFO O| May 21 17:15:12.171 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-05-21T17:15:12.229Z[ recovery-image] May 21 17:15:12.179 INFO O| May 21 17:15:12.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
77872026-05-21T17:15:12.229Z[ recovery-image] May 21 17:15:12.180 INFO O| May 21 17:15:12.180 INFO STEP 990 (remove_files) COMPLETE
77882026-05-21T17:15:12.232Z[ recovery-image] May 21 17:15:12.180 INFO O| May 21 17:15:12.180 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-05-21T17:15:12.236Z[ recovery-image] May 21 17:15:12.187 INFO O| May 21 17:15:12.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
77902026-05-21T17:15:12.239Z[ recovery-image] May 21 17:15:12.188 INFO O| May 21 17:15:12.188 INFO STEP 991 (remove_files) COMPLETE
77912026-05-21T17:15:12.239Z[ recovery-image] May 21 17:15:12.188 INFO O| May 21 17:15:12.188 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-05-21T17:15:12.245Z[ recovery-image] May 21 17:15:12.196 INFO O| May 21 17:15:12.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
77932026-05-21T17:15:12.245Z[ recovery-image] May 21 17:15:12.196 INFO O| May 21 17:15:12.196 INFO STEP 992 (remove_files) COMPLETE
77942026-05-21T17:15:12.245Z[ recovery-image] May 21 17:15:12.196 INFO O| May 21 17:15:12.196 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-05-21T17:15:12.253Z[ recovery-image] May 21 17:15:12.204 INFO O| May 21 17:15:12.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
77962026-05-21T17:15:12.253Z[ recovery-image] May 21 17:15:12.204 INFO O| May 21 17:15:12.204 INFO STEP 993 (remove_files) COMPLETE
77972026-05-21T17:15:12.257Z[ recovery-image] May 21 17:15:12.204 INFO O| May 21 17:15:12.204 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-05-21T17:15:12.261Z[ recovery-image] May 21 17:15:12.212 INFO O| May 21 17:15:12.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
77992026-05-21T17:15:12.261Z[ recovery-image] May 21 17:15:12.212 INFO O| May 21 17:15:12.212 INFO STEP 994 (remove_files) COMPLETE
78002026-05-21T17:15:12.261Z[ recovery-image] May 21 17:15:12.212 INFO O| May 21 17:15:12.212 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-05-21T17:15:12.270Z[ recovery-image] May 21 17:15:12.220 INFO O| May 21 17:15:12.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78022026-05-21T17:15:12.270Z[ recovery-image] May 21 17:15:12.220 INFO O| May 21 17:15:12.220 INFO STEP 995 (remove_files) COMPLETE
78032026-05-21T17:15:12.270Z[ recovery-image] May 21 17:15:12.220 INFO O| May 21 17:15:12.220 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-05-21T17:15:12.278Z[ recovery-image] May 21 17:15:12.229 INFO O| May 21 17:15:12.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78052026-05-21T17:15:12.278Z[ recovery-image] May 21 17:15:12.229 INFO O| May 21 17:15:12.229 INFO STEP 996 (remove_files) COMPLETE
78062026-05-21T17:15:12.278Z[ recovery-image] May 21 17:15:12.229 INFO O| May 21 17:15:12.229 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-05-21T17:15:12.289Z[ recovery-image] May 21 17:15:12.240 INFO O| May 21 17:15:12.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78082026-05-21T17:15:12.290Z[ recovery-image] May 21 17:15:12.240 INFO O| May 21 17:15:12.240 INFO STEP 997 (remove_files) COMPLETE
78092026-05-21T17:15:12.290Z[ recovery-image] May 21 17:15:12.240 INFO O| May 21 17:15:12.240 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-05-21T17:15:12.299Z[ recovery-image] May 21 17:15:12.250 INFO O| May 21 17:15:12.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78112026-05-21T17:15:12.299Z[ recovery-image] May 21 17:15:12.250 INFO O| May 21 17:15:12.250 INFO STEP 998 (remove_files) COMPLETE
78122026-05-21T17:15:12.303Z[ recovery-image] May 21 17:15:12.250 INFO O| May 21 17:15:12.250 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-05-21T17:15:12.309Z[ recovery-image] May 21 17:15:12.260 INFO O| May 21 17:15:12.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78142026-05-21T17:15:12.309Z[ recovery-image] May 21 17:15:12.260 INFO O| May 21 17:15:12.260 INFO STEP 999 (remove_files) COMPLETE
78152026-05-21T17:15:12.309Z[ recovery-image] May 21 17:15:12.260 INFO O| May 21 17:15:12.260 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-05-21T17:15:12.321Z[ recovery-image] May 21 17:15:12.270 INFO O| May 21 17:15:12.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78172026-05-21T17:15:12.321Z[ recovery-image] May 21 17:15:12.270 INFO O| May 21 17:15:12.270 INFO STEP 1000 (remove_files) COMPLETE
78182026-05-21T17:15:12.321Z[ recovery-image] May 21 17:15:12.270 INFO O| May 21 17:15:12.270 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-05-21T17:15:12.328Z[ recovery-image] May 21 17:15:12.279 INFO O| May 21 17:15:12.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78202026-05-21T17:15:12.328Z[ recovery-image] May 21 17:15:12.279 INFO O| May 21 17:15:12.279 INFO STEP 1001 (remove_files) COMPLETE
78212026-05-21T17:15:12.328Z[ recovery-image] May 21 17:15:12.279 INFO O| May 21 17:15:12.279 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-05-21T17:15:12.337Z[ recovery-image] May 21 17:15:12.287 INFO O| May 21 17:15:12.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78232026-05-21T17:15:12.337Z[ recovery-image] May 21 17:15:12.287 INFO O| May 21 17:15:12.287 INFO STEP 1002 (remove_files) COMPLETE
78242026-05-21T17:15:12.340Z[ recovery-image] May 21 17:15:12.287 INFO O| May 21 17:15:12.287 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-05-21T17:15:12.347Z[ recovery-image] May 21 17:15:12.298 INFO O| May 21 17:15:12.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78262026-05-21T17:15:12.347Z[ recovery-image] May 21 17:15:12.298 INFO O| May 21 17:15:12.298 INFO STEP 1003 (remove_files) COMPLETE
78272026-05-21T17:15:12.350Z[ recovery-image] May 21 17:15:12.298 INFO O| May 21 17:15:12.298 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-05-21T17:15:12.361Z[ recovery-image] May 21 17:15:12.308 INFO O| May 21 17:15:12.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
78292026-05-21T17:15:12.361Z[ recovery-image] May 21 17:15:12.308 INFO O| May 21 17:15:12.308 INFO STEP 1004 (remove_files) COMPLETE
78302026-05-21T17:15:12.361Z[ recovery-image] May 21 17:15:12.308 INFO O| May 21 17:15:12.308 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-05-21T17:15:12.366Z[ recovery-image] May 21 17:15:12.317 INFO O| May 21 17:15:12.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
78322026-05-21T17:15:12.366Z[ recovery-image] May 21 17:15:12.317 INFO O| May 21 17:15:12.317 INFO STEP 1005 (remove_files) COMPLETE
78332026-05-21T17:15:12.366Z[ recovery-image] May 21 17:15:12.317 INFO O| May 21 17:15:12.317 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-05-21T17:15:12.375Z[ recovery-image] May 21 17:15:12.326 INFO O| May 21 17:15:12.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
78352026-05-21T17:15:12.375Z[ recovery-image] May 21 17:15:12.326 INFO O| May 21 17:15:12.326 INFO STEP 1006 (remove_files) COMPLETE
78362026-05-21T17:15:12.375Z[ recovery-image] May 21 17:15:12.326 INFO O| May 21 17:15:12.326 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-05-21T17:15:12.384Z[ recovery-image] May 21 17:15:12.335 INFO O| May 21 17:15:12.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
78382026-05-21T17:15:12.385Z[ recovery-image] May 21 17:15:12.335 INFO O| May 21 17:15:12.335 INFO STEP 1007 (remove_files) COMPLETE
78392026-05-21T17:15:12.388Z[ recovery-image] May 21 17:15:12.335 INFO O| May 21 17:15:12.335 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-05-21T17:15:12.395Z[ recovery-image] May 21 17:15:12.345 INFO O| May 21 17:15:12.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
78412026-05-21T17:15:12.395Z[ recovery-image] May 21 17:15:12.345 INFO O| May 21 17:15:12.345 INFO STEP 1008 (remove_files) COMPLETE
78422026-05-21T17:15:12.395Z[ recovery-image] May 21 17:15:12.345 INFO O| May 21 17:15:12.345 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-05-21T17:15:12.404Z[ recovery-image] May 21 17:15:12.355 INFO O| May 21 17:15:12.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
78442026-05-21T17:15:12.404Z[ recovery-image] May 21 17:15:12.355 INFO O| May 21 17:15:12.355 INFO STEP 1009 (remove_files) COMPLETE
78452026-05-21T17:15:12.404Z[ recovery-image] May 21 17:15:12.355 INFO O| May 21 17:15:12.355 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-05-21T17:15:12.413Z[ recovery-image] May 21 17:15:12.364 INFO O| May 21 17:15:12.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
78472026-05-21T17:15:12.416Z[ recovery-image] May 21 17:15:12.364 INFO O| May 21 17:15:12.364 INFO STEP 1010 (remove_files) COMPLETE
78482026-05-21T17:15:12.416Z[ recovery-image] May 21 17:15:12.364 INFO O| May 21 17:15:12.364 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-05-21T17:15:12.424Z[ recovery-image] May 21 17:15:12.375 INFO O| May 21 17:15:12.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
78502026-05-21T17:15:12.424Z[ recovery-image] May 21 17:15:12.375 INFO O| May 21 17:15:12.375 INFO STEP 1011 (remove_files) COMPLETE
78512026-05-21T17:15:12.424Z[ recovery-image] May 21 17:15:12.375 INFO O| May 21 17:15:12.375 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-05-21T17:15:12.433Z[ recovery-image] May 21 17:15:12.384 INFO O| May 21 17:15:12.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
78532026-05-21T17:15:12.434Z[ recovery-image] May 21 17:15:12.384 INFO O| May 21 17:15:12.384 INFO STEP 1012 (remove_files) COMPLETE
78542026-05-21T17:15:12.434Z[ recovery-image] May 21 17:15:12.384 INFO O| May 21 17:15:12.384 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-05-21T17:15:12.442Z[ recovery-image] May 21 17:15:12.393 INFO O| May 21 17:15:12.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
78562026-05-21T17:15:12.442Z[ recovery-image] May 21 17:15:12.393 INFO O| May 21 17:15:12.393 INFO STEP 1013 (remove_files) COMPLETE
78572026-05-21T17:15:12.442Z[ recovery-image] May 21 17:15:12.393 INFO O| May 21 17:15:12.393 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-05-21T17:15:12.450Z[ recovery-image] May 21 17:15:12.401 INFO O| May 21 17:15:12.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
78592026-05-21T17:15:12.450Z[ recovery-image] May 21 17:15:12.401 INFO O| May 21 17:15:12.401 INFO STEP 1014 (remove_files) COMPLETE
78602026-05-21T17:15:12.450Z[ recovery-image] May 21 17:15:12.401 INFO O| May 21 17:15:12.401 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-05-21T17:15:12.459Z[ recovery-image] May 21 17:15:12.409 INFO O| May 21 17:15:12.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
78622026-05-21T17:15:12.459Z[ recovery-image] May 21 17:15:12.409 INFO O| May 21 17:15:12.409 INFO STEP 1015 (remove_files) COMPLETE
78632026-05-21T17:15:12.459Z[ recovery-image] May 21 17:15:12.409 INFO O| May 21 17:15:12.409 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-05-21T17:15:12.467Z[ recovery-image] May 21 17:15:12.417 INFO O| May 21 17:15:12.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
78652026-05-21T17:15:12.467Z[ recovery-image] May 21 17:15:12.418 INFO O| May 21 17:15:12.417 INFO STEP 1016 (remove_files) COMPLETE
78662026-05-21T17:15:12.467Z[ recovery-image] May 21 17:15:12.418 INFO O| May 21 17:15:12.417 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-05-21T17:15:12.475Z[ recovery-image] May 21 17:15:12.425 INFO O| May 21 17:15:12.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
78682026-05-21T17:15:12.475Z[ recovery-image] May 21 17:15:12.425 INFO O| May 21 17:15:12.425 INFO STEP 1017 (remove_files) COMPLETE
78692026-05-21T17:15:12.478Z[ recovery-image] May 21 17:15:12.425 INFO O| May 21 17:15:12.425 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-05-21T17:15:12.483Z[ recovery-image] May 21 17:15:12.433 INFO O| May 21 17:15:12.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
78712026-05-21T17:15:12.483Z[ recovery-image] May 21 17:15:12.433 INFO O| May 21 17:15:12.433 INFO STEP 1018 (remove_files) COMPLETE
78722026-05-21T17:15:12.483Z[ recovery-image] May 21 17:15:12.433 INFO O| May 21 17:15:12.433 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-05-21T17:15:12.491Z[ recovery-image] May 21 17:15:12.441 INFO O| May 21 17:15:12.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
78742026-05-21T17:15:12.491Z[ recovery-image] May 21 17:15:12.441 INFO O| May 21 17:15:12.441 INFO STEP 1019 (remove_files) COMPLETE
78752026-05-21T17:15:12.491Z[ recovery-image] May 21 17:15:12.441 INFO O| May 21 17:15:12.441 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-05-21T17:15:12.499Z[ recovery-image] May 21 17:15:12.449 INFO O| May 21 17:15:12.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
78772026-05-21T17:15:12.502Z[ recovery-image] May 21 17:15:12.450 INFO O| May 21 17:15:12.450 INFO STEP 1020 (remove_files) COMPLETE
78782026-05-21T17:15:12.502Z[ recovery-image] May 21 17:15:12.450 INFO O| May 21 17:15:12.450 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-05-21T17:15:12.508Z[ recovery-image] May 21 17:15:12.459 INFO O| May 21 17:15:12.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
78802026-05-21T17:15:12.508Z[ recovery-image] May 21 17:15:12.459 INFO O| May 21 17:15:12.459 INFO STEP 1021 (remove_files) COMPLETE
78812026-05-21T17:15:12.511Z[ recovery-image] May 21 17:15:12.459 INFO O| May 21 17:15:12.459 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-05-21T17:15:12.516Z[ recovery-image] May 21 17:15:12.467 INFO O| May 21 17:15:12.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
78832026-05-21T17:15:12.516Z[ recovery-image] May 21 17:15:12.467 INFO O| May 21 17:15:12.467 INFO STEP 1022 (remove_files) COMPLETE
78842026-05-21T17:15:12.516Z[ recovery-image] May 21 17:15:12.467 INFO O| May 21 17:15:12.467 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-05-21T17:15:12.524Z[ recovery-image] May 21 17:15:12.475 INFO O| May 21 17:15:12.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
78862026-05-21T17:15:12.524Z[ recovery-image] May 21 17:15:12.475 INFO O| May 21 17:15:12.475 INFO STEP 1023 (remove_files) COMPLETE
78872026-05-21T17:15:12.524Z[ recovery-image] May 21 17:15:12.475 INFO O| May 21 17:15:12.475 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-05-21T17:15:12.533Z[ recovery-image] May 21 17:15:12.483 INFO O| May 21 17:15:12.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
78892026-05-21T17:15:12.533Z[ recovery-image] May 21 17:15:12.483 INFO O| May 21 17:15:12.483 INFO STEP 1024 (remove_files) COMPLETE
78902026-05-21T17:15:12.533Z[ recovery-image] May 21 17:15:12.483 INFO O| May 21 17:15:12.483 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-05-21T17:15:12.541Z[ recovery-image] May 21 17:15:12.492 INFO O| May 21 17:15:12.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
78922026-05-21T17:15:12.541Z[ recovery-image] May 21 17:15:12.492 INFO O| May 21 17:15:12.492 INFO STEP 1025 (remove_files) COMPLETE
78932026-05-21T17:15:12.541Z[ recovery-image] May 21 17:15:12.492 INFO O| May 21 17:15:12.492 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-05-21T17:15:12.549Z[ recovery-image] May 21 17:15:12.500 INFO O| May 21 17:15:12.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
78952026-05-21T17:15:12.549Z[ recovery-image] May 21 17:15:12.500 INFO O| May 21 17:15:12.500 INFO STEP 1026 (remove_files) COMPLETE
78962026-05-21T17:15:12.549Z[ recovery-image] May 21 17:15:12.500 INFO O| May 21 17:15:12.500 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-05-21T17:15:12.557Z[ recovery-image] May 21 17:15:12.508 INFO O| May 21 17:15:12.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
78982026-05-21T17:15:12.557Z[ recovery-image] May 21 17:15:12.508 INFO O| May 21 17:15:12.508 INFO STEP 1027 (remove_files) COMPLETE
78992026-05-21T17:15:12.557Z[ recovery-image] May 21 17:15:12.508 INFO O| May 21 17:15:12.508 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-05-21T17:15:12.566Z[ recovery-image] May 21 17:15:12.516 INFO O| May 21 17:15:12.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79012026-05-21T17:15:12.566Z[ recovery-image] May 21 17:15:12.516 INFO O| May 21 17:15:12.516 INFO STEP 1028 (remove_files) COMPLETE
79022026-05-21T17:15:12.566Z[ recovery-image] May 21 17:15:12.516 INFO O| May 21 17:15:12.516 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-05-21T17:15:12.575Z[ recovery-image] May 21 17:15:12.525 INFO O| May 21 17:15:12.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79042026-05-21T17:15:12.576Z[ recovery-image] May 21 17:15:12.525 INFO O| May 21 17:15:12.525 INFO STEP 1029 (remove_files) COMPLETE
79052026-05-21T17:15:12.580Z[ recovery-image] May 21 17:15:12.525 INFO O| May 21 17:15:12.525 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-05-21T17:15:12.583Z[ recovery-image] May 21 17:15:12.533 INFO O| May 21 17:15:12.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79072026-05-21T17:15:12.583Z[ recovery-image] May 21 17:15:12.533 INFO O| May 21 17:15:12.533 INFO STEP 1030 (remove_files) COMPLETE
79082026-05-21T17:15:12.583Z[ recovery-image] May 21 17:15:12.533 INFO O| May 21 17:15:12.533 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-05-21T17:15:12.606Z[ recovery-image] May 21 17:15:12.541 INFO O| May 21 17:15:12.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79102026-05-21T17:15:12.606Z[ recovery-image] May 21 17:15:12.541 INFO O| May 21 17:15:12.541 INFO STEP 1031 (remove_files) COMPLETE
79112026-05-21T17:15:12.606Z[ recovery-image] May 21 17:15:12.541 INFO O| May 21 17:15:12.541 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-05-21T17:15:12.606Z[ recovery-image] May 21 17:15:12.550 INFO O| May 21 17:15:12.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79132026-05-21T17:15:12.606Z[ recovery-image] May 21 17:15:12.550 INFO O| May 21 17:15:12.550 INFO STEP 1032 (remove_files) COMPLETE
79142026-05-21T17:15:12.606Z[ recovery-image] May 21 17:15:12.550 INFO O| May 21 17:15:12.550 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-05-21T17:15:12.613Z[ recovery-image] May 21 17:15:12.558 INFO O| May 21 17:15:12.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79162026-05-21T17:15:12.613Z[ recovery-image] May 21 17:15:12.558 INFO O| May 21 17:15:12.558 INFO STEP 1033 (remove_files) COMPLETE
79172026-05-21T17:15:12.613Z[ recovery-image] May 21 17:15:12.558 INFO O| May 21 17:15:12.558 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-05-21T17:15:12.616Z[ recovery-image] May 21 17:15:12.566 INFO O| May 21 17:15:12.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79192026-05-21T17:15:12.616Z[ recovery-image] May 21 17:15:12.566 INFO O| May 21 17:15:12.566 INFO STEP 1034 (remove_files) COMPLETE
79202026-05-21T17:15:12.616Z[ recovery-image] May 21 17:15:12.566 INFO O| May 21 17:15:12.566 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-05-21T17:15:12.623Z[ recovery-image] May 21 17:15:12.574 INFO O| May 21 17:15:12.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79222026-05-21T17:15:12.623Z[ recovery-image] May 21 17:15:12.574 INFO O| May 21 17:15:12.574 INFO STEP 1035 (remove_files) COMPLETE
79232026-05-21T17:15:12.623Z[ recovery-image] May 21 17:15:12.574 INFO O| May 21 17:15:12.574 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-05-21T17:15:12.632Z[ recovery-image] May 21 17:15:12.582 INFO O| May 21 17:15:12.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79252026-05-21T17:15:12.632Z[ recovery-image] May 21 17:15:12.582 INFO O| May 21 17:15:12.582 INFO STEP 1036 (remove_files) COMPLETE
79262026-05-21T17:15:12.632Z[ recovery-image] May 21 17:15:12.582 INFO O| May 21 17:15:12.582 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-05-21T17:15:12.640Z[ recovery-image] May 21 17:15:12.591 INFO O| May 21 17:15:12.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
79282026-05-21T17:15:12.640Z[ recovery-image] May 21 17:15:12.591 INFO O| May 21 17:15:12.591 INFO STEP 1037 (remove_files) COMPLETE
79292026-05-21T17:15:12.643Z[ recovery-image] May 21 17:15:12.591 INFO O| May 21 17:15:12.591 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-05-21T17:15:12.648Z[ recovery-image] May 21 17:15:12.599 INFO O| May 21 17:15:12.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
79312026-05-21T17:15:12.648Z[ recovery-image] May 21 17:15:12.599 INFO O| May 21 17:15:12.599 INFO STEP 1038 (remove_files) COMPLETE
79322026-05-21T17:15:12.651Z[ recovery-image] May 21 17:15:12.599 INFO O| May 21 17:15:12.599 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-05-21T17:15:12.656Z[ recovery-image] May 21 17:15:12.607 INFO O| May 21 17:15:12.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
79342026-05-21T17:15:12.656Z[ recovery-image] May 21 17:15:12.607 INFO O| May 21 17:15:12.607 INFO STEP 1039 (remove_files) COMPLETE
79352026-05-21T17:15:12.656Z[ recovery-image] May 21 17:15:12.607 INFO O| May 21 17:15:12.607 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-05-21T17:15:12.664Z[ recovery-image] May 21 17:15:12.615 INFO O| May 21 17:15:12.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
79372026-05-21T17:15:12.664Z[ recovery-image] May 21 17:15:12.615 INFO O| May 21 17:15:12.615 INFO STEP 1040 (remove_files) COMPLETE
79382026-05-21T17:15:12.664Z[ recovery-image] May 21 17:15:12.615 INFO O| May 21 17:15:12.615 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-05-21T17:15:12.673Z[ recovery-image] May 21 17:15:12.623 INFO O| May 21 17:15:12.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
79402026-05-21T17:15:12.673Z[ recovery-image] May 21 17:15:12.623 INFO O| May 21 17:15:12.623 INFO STEP 1041 (remove_files) COMPLETE
79412026-05-21T17:15:12.676Z[ recovery-image] May 21 17:15:12.623 INFO O| May 21 17:15:12.623 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-05-21T17:15:12.681Z[ recovery-image] May 21 17:15:12.631 INFO O| May 21 17:15:12.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
79432026-05-21T17:15:12.681Z[ recovery-image] May 21 17:15:12.631 INFO O| May 21 17:15:12.631 INFO STEP 1042 (remove_files) COMPLETE
79442026-05-21T17:15:12.681Z[ recovery-image] May 21 17:15:12.631 INFO O| May 21 17:15:12.631 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-05-21T17:15:12.689Z[ recovery-image] May 21 17:15:12.640 INFO O| May 21 17:15:12.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
79462026-05-21T17:15:12.690Z[ recovery-image] May 21 17:15:12.640 INFO O| May 21 17:15:12.640 INFO STEP 1043 (remove_files) COMPLETE
79472026-05-21T17:15:12.690Z[ recovery-image] May 21 17:15:12.640 INFO O| May 21 17:15:12.640 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-05-21T17:15:12.699Z[ recovery-image] May 21 17:15:12.649 INFO O| May 21 17:15:12.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
79492026-05-21T17:15:12.699Z[ recovery-image] May 21 17:15:12.649 INFO O| May 21 17:15:12.649 INFO STEP 1044 (remove_files) COMPLETE
79502026-05-21T17:15:12.702Z[ recovery-image] May 21 17:15:12.649 INFO O| May 21 17:15:12.649 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-05-21T17:15:12.708Z[ recovery-image] May 21 17:15:12.659 INFO O| May 21 17:15:12.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
79522026-05-21T17:15:12.708Z[ recovery-image] May 21 17:15:12.659 INFO O| May 21 17:15:12.659 INFO STEP 1045 (remove_files) COMPLETE
79532026-05-21T17:15:12.711Z[ recovery-image] May 21 17:15:12.659 INFO O| May 21 17:15:12.659 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-05-21T17:15:12.718Z[ recovery-image] May 21 17:15:12.669 INFO O| May 21 17:15:12.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
79552026-05-21T17:15:12.718Z[ recovery-image] May 21 17:15:12.669 INFO O| May 21 17:15:12.669 INFO STEP 1046 (remove_files) COMPLETE
79562026-05-21T17:15:12.718Z[ recovery-image] May 21 17:15:12.669 INFO O| May 21 17:15:12.669 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-05-21T17:15:12.727Z[ recovery-image] May 21 17:15:12.678 INFO O| May 21 17:15:12.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
79582026-05-21T17:15:12.727Z[ recovery-image] May 21 17:15:12.678 INFO O| May 21 17:15:12.678 INFO STEP 1047 (remove_files) COMPLETE
79592026-05-21T17:15:12.727Z[ recovery-image] May 21 17:15:12.678 INFO O| May 21 17:15:12.678 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-05-21T17:15:12.736Z[ recovery-image] May 21 17:15:12.687 INFO O| May 21 17:15:12.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
79612026-05-21T17:15:12.736Z[ recovery-image] May 21 17:15:12.687 INFO O| May 21 17:15:12.687 INFO STEP 1048 (remove_files) COMPLETE
79622026-05-21T17:15:12.739Z[ recovery-image] May 21 17:15:12.687 INFO O| May 21 17:15:12.687 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-05-21T17:15:12.745Z[ recovery-image] May 21 17:15:12.696 INFO O| May 21 17:15:12.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
79642026-05-21T17:15:12.745Z[ recovery-image] May 21 17:15:12.696 INFO O| May 21 17:15:12.696 INFO STEP 1049 (remove_files) COMPLETE
79652026-05-21T17:15:12.748Z[ recovery-image] May 21 17:15:12.696 INFO O| May 21 17:15:12.696 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-05-21T17:15:12.754Z[ recovery-image] May 21 17:15:12.704 INFO O| May 21 17:15:12.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
79672026-05-21T17:15:12.754Z[ recovery-image] May 21 17:15:12.704 INFO O| May 21 17:15:12.704 INFO STEP 1050 (remove_files) COMPLETE
79682026-05-21T17:15:12.757Z[ recovery-image] May 21 17:15:12.704 INFO O| May 21 17:15:12.704 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-05-21T17:15:12.762Z[ recovery-image] May 21 17:15:12.713 INFO O| May 21 17:15:12.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
79702026-05-21T17:15:12.762Z[ recovery-image] May 21 17:15:12.713 INFO O| May 21 17:15:12.713 INFO STEP 1051 (remove_files) COMPLETE
79712026-05-21T17:15:12.762Z[ recovery-image] May 21 17:15:12.713 INFO O| May 21 17:15:12.713 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-05-21T17:15:12.771Z[ recovery-image] May 21 17:15:12.722 INFO O| May 21 17:15:12.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
79732026-05-21T17:15:12.771Z[ recovery-image] May 21 17:15:12.722 INFO O| May 21 17:15:12.722 INFO STEP 1052 (remove_files) COMPLETE
79742026-05-21T17:15:12.776Z[ recovery-image] May 21 17:15:12.722 INFO O| May 21 17:15:12.722 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-05-21T17:15:12.780Z[ recovery-image] May 21 17:15:12.730 INFO O| May 21 17:15:12.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
79762026-05-21T17:15:12.780Z[ recovery-image] May 21 17:15:12.730 INFO O| May 21 17:15:12.730 INFO STEP 1053 (remove_files) COMPLETE
79772026-05-21T17:15:12.783Z[ recovery-image] May 21 17:15:12.730 INFO O| May 21 17:15:12.730 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-05-21T17:15:12.788Z[ recovery-image] May 21 17:15:12.739 INFO O| May 21 17:15:12.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
79792026-05-21T17:15:12.788Z[ recovery-image] May 21 17:15:12.739 INFO O| May 21 17:15:12.739 INFO STEP 1054 (remove_files) COMPLETE
79802026-05-21T17:15:12.788Z[ recovery-image] May 21 17:15:12.739 INFO O| May 21 17:15:12.739 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-05-21T17:15:12.797Z[ recovery-image] May 21 17:15:12.747 INFO O| May 21 17:15:12.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
79822026-05-21T17:15:12.797Z[ recovery-image] May 21 17:15:12.748 INFO O| May 21 17:15:12.748 INFO STEP 1055 (remove_files) COMPLETE
79832026-05-21T17:15:12.797Z[ recovery-image] May 21 17:15:12.748 INFO O| May 21 17:15:12.748 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-05-21T17:15:12.807Z[ recovery-image] May 21 17:15:12.756 INFO O| May 21 17:15:12.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
79852026-05-21T17:15:12.809Z[ recovery-image] May 21 17:15:12.757 INFO O| May 21 17:15:12.757 INFO STEP 1056 (remove_files) COMPLETE
79862026-05-21T17:15:12.809Z[ recovery-image] May 21 17:15:12.757 INFO O| May 21 17:15:12.757 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-05-21T17:15:12.815Z[ recovery-image] May 21 17:15:12.766 INFO O| May 21 17:15:12.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
79882026-05-21T17:15:12.815Z[ recovery-image] May 21 17:15:12.766 INFO O| May 21 17:15:12.766 INFO STEP 1057 (remove_files) COMPLETE
79892026-05-21T17:15:12.815Z[ recovery-image] May 21 17:15:12.766 INFO O| May 21 17:15:12.766 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-05-21T17:15:12.823Z[ recovery-image] May 21 17:15:12.774 INFO O| May 21 17:15:12.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
79912026-05-21T17:15:12.823Z[ recovery-image] May 21 17:15:12.774 INFO O| May 21 17:15:12.774 INFO STEP 1058 (remove_files) COMPLETE
79922026-05-21T17:15:12.826Z[ recovery-image] May 21 17:15:12.774 INFO O| May 21 17:15:12.774 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-05-21T17:15:12.831Z[ recovery-image] May 21 17:15:12.782 INFO O| May 21 17:15:12.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
79942026-05-21T17:15:12.831Z[ recovery-image] May 21 17:15:12.782 INFO O| May 21 17:15:12.782 INFO STEP 1059 (remove_files) COMPLETE
79952026-05-21T17:15:12.831Z[ recovery-image] May 21 17:15:12.782 INFO O| May 21 17:15:12.782 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-05-21T17:15:12.839Z[ recovery-image] May 21 17:15:12.790 INFO O| May 21 17:15:12.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
79972026-05-21T17:15:12.839Z[ recovery-image] May 21 17:15:12.790 INFO O| May 21 17:15:12.790 INFO STEP 1060 (remove_files) COMPLETE
79982026-05-21T17:15:12.842Z[ recovery-image] May 21 17:15:12.790 INFO O| May 21 17:15:12.790 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-05-21T17:15:12.896Z[ recovery-image] May 21 17:15:12.798 INFO O| May 21 17:15:12.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80002026-05-21T17:15:12.896Z[ recovery-image] May 21 17:15:12.798 INFO O| May 21 17:15:12.798 INFO STEP 1061 (remove_files) COMPLETE
80012026-05-21T17:15:12.900Z[ recovery-image] May 21 17:15:12.798 INFO O| May 21 17:15:12.798 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-05-21T17:15:12.900Z[ recovery-image] May 21 17:15:12.807 INFO O| May 21 17:15:12.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80032026-05-21T17:15:12.900Z[ recovery-image] May 21 17:15:12.807 INFO O| May 21 17:15:12.807 INFO STEP 1062 (remove_files) COMPLETE
80042026-05-21T17:15:12.900Z[ recovery-image] May 21 17:15:12.807 INFO O| May 21 17:15:12.807 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-05-21T17:15:12.900Z[ recovery-image] May 21 17:15:12.815 INFO O| May 21 17:15:12.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80062026-05-21T17:15:12.900Z[ recovery-image] May 21 17:15:12.815 INFO O| May 21 17:15:12.815 INFO STEP 1063 (remove_files) COMPLETE
80072026-05-21T17:15:12.900Z[ recovery-image] May 21 17:15:12.815 INFO O| May 21 17:15:12.815 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-05-21T17:15:12.900Z[ recovery-image] May 21 17:15:12.824 INFO O| May 21 17:15:12.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80092026-05-21T17:15:12.900Z[ recovery-image] May 21 17:15:12.824 INFO O| May 21 17:15:12.824 INFO STEP 1064 (remove_files) COMPLETE
80102026-05-21T17:15:12.901Z[ recovery-image] May 21 17:15:12.824 INFO O| May 21 17:15:12.824 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-05-21T17:15:12.901Z[ recovery-image] May 21 17:15:12.832 INFO O| May 21 17:15:12.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80122026-05-21T17:15:12.901Z[ recovery-image] May 21 17:15:12.832 INFO O| May 21 17:15:12.832 INFO STEP 1065 (remove_files) COMPLETE
80132026-05-21T17:15:12.901Z[ recovery-image] May 21 17:15:12.832 INFO O| May 21 17:15:12.832 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-05-21T17:15:12.901Z[ recovery-image] May 21 17:15:12.841 INFO O| May 21 17:15:12.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80152026-05-21T17:15:12.901Z[ recovery-image] May 21 17:15:12.841 INFO O| May 21 17:15:12.841 INFO STEP 1066 (remove_files) COMPLETE
80162026-05-21T17:15:12.901Z[ recovery-image] May 21 17:15:12.841 INFO O| May 21 17:15:12.841 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-05-21T17:15:12.901Z[ recovery-image] May 21 17:15:12.849 INFO O| May 21 17:15:12.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80182026-05-21T17:15:12.901Z[ recovery-image] May 21 17:15:12.849 INFO O| May 21 17:15:12.849 INFO STEP 1067 (remove_files) COMPLETE
80192026-05-21T17:15:12.901Z[ recovery-image] May 21 17:15:12.849 INFO O| May 21 17:15:12.849 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-05-21T17:15:12.906Z[ recovery-image] May 21 17:15:12.857 INFO O| May 21 17:15:12.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80212026-05-21T17:15:12.906Z[ recovery-image] May 21 17:15:12.857 INFO O| May 21 17:15:12.857 INFO STEP 1068 (remove_files) COMPLETE
80222026-05-21T17:15:12.909Z[ recovery-image] May 21 17:15:12.857 INFO O| May 21 17:15:12.857 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-05-21T17:15:12.939Z[ recovery-image] May 21 17:15:12.865 INFO O| May 21 17:15:12.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80242026-05-21T17:15:12.939Z[ recovery-image] May 21 17:15:12.865 INFO O| May 21 17:15:12.865 INFO STEP 1069 (remove_files) COMPLETE
80252026-05-21T17:15:12.939Z[ recovery-image] May 21 17:15:12.865 INFO O| May 21 17:15:12.865 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-05-21T17:15:12.945Z[ recovery-image] May 21 17:15:12.874 INFO O| May 21 17:15:12.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
80272026-05-21T17:15:12.945Z[ recovery-image] May 21 17:15:12.874 INFO O| May 21 17:15:12.874 INFO STEP 1070 (remove_files) COMPLETE
80282026-05-21T17:15:12.945Z[ recovery-image] May 21 17:15:12.874 INFO O| May 21 17:15:12.874 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-05-21T17:15:12.945Z[ recovery-image] May 21 17:15:12.882 INFO O| May 21 17:15:12.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
80302026-05-21T17:15:12.946Z[ recovery-image] May 21 17:15:12.882 INFO O| May 21 17:15:12.882 INFO STEP 1071 (remove_files) COMPLETE
80312026-05-21T17:15:12.946Z[ recovery-image] May 21 17:15:12.882 INFO O| May 21 17:15:12.882 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-05-21T17:15:12.946Z[ recovery-image] May 21 17:15:12.889 INFO O| May 21 17:15:12.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
80332026-05-21T17:15:12.946Z[ recovery-image] May 21 17:15:12.890 INFO O| May 21 17:15:12.890 INFO STEP 1072 (remove_files) COMPLETE
80342026-05-21T17:15:12.946Z[ recovery-image] May 21 17:15:12.890 INFO O| May 21 17:15:12.890 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-05-21T17:15:12.948Z[ recovery-image] May 21 17:15:12.898 INFO O| May 21 17:15:12.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
80362026-05-21T17:15:12.948Z[ recovery-image] May 21 17:15:12.898 INFO O| May 21 17:15:12.898 INFO STEP 1073 (remove_files) COMPLETE
80372026-05-21T17:15:12.948Z[ recovery-image] May 21 17:15:12.898 INFO O| May 21 17:15:12.898 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-05-21T17:15:12.962Z[ recovery-image] May 21 17:15:12.906 INFO O| May 21 17:15:12.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
80392026-05-21T17:15:12.962Z[ recovery-image] May 21 17:15:12.906 INFO O| May 21 17:15:12.906 INFO STEP 1074 (remove_files) COMPLETE
80402026-05-21T17:15:12.962Z[ recovery-image] May 21 17:15:12.906 INFO O| May 21 17:15:12.906 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-05-21T17:15:12.965Z[ recovery-image] May 21 17:15:12.914 INFO O| May 21 17:15:12.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
80422026-05-21T17:15:12.965Z[ recovery-image] May 21 17:15:12.914 INFO O| May 21 17:15:12.914 INFO STEP 1075 (remove_files) COMPLETE
80432026-05-21T17:15:12.965Z[ recovery-image] May 21 17:15:12.914 INFO O| May 21 17:15:12.914 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-05-21T17:15:12.976Z[ recovery-image] May 21 17:15:12.923 INFO O| May 21 17:15:12.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
80452026-05-21T17:15:12.976Z[ recovery-image] May 21 17:15:12.923 INFO O| May 21 17:15:12.923 INFO STEP 1076 (remove_files) COMPLETE
80462026-05-21T17:15:12.978Z[ recovery-image] May 21 17:15:12.923 INFO O| May 21 17:15:12.923 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-05-21T17:15:12.982Z[ recovery-image] May 21 17:15:12.932 INFO O| May 21 17:15:12.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
80482026-05-21T17:15:12.982Z[ recovery-image] May 21 17:15:12.933 INFO O| May 21 17:15:12.933 INFO STEP 1077 (remove_files) COMPLETE
80492026-05-21T17:15:12.982Z[ recovery-image] May 21 17:15:12.933 INFO O| May 21 17:15:12.933 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-05-21T17:15:12.991Z[ recovery-image] May 21 17:15:12.942 INFO O| May 21 17:15:12.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
80512026-05-21T17:15:12.991Z[ recovery-image] May 21 17:15:12.942 INFO O| May 21 17:15:12.942 INFO STEP 1078 (remove_files) COMPLETE
80522026-05-21T17:15:12.992Z[ recovery-image] May 21 17:15:12.942 INFO O| May 21 17:15:12.942 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-05-21T17:15:13.001Z[ recovery-image] May 21 17:15:12.951 INFO O| May 21 17:15:12.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
80542026-05-21T17:15:13.001Z[ recovery-image] May 21 17:15:12.951 INFO O| May 21 17:15:12.951 INFO STEP 1079 (remove_files) COMPLETE
80552026-05-21T17:15:13.001Z[ recovery-image] May 21 17:15:12.951 INFO O| May 21 17:15:12.951 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-05-21T17:15:13.010Z[ recovery-image] May 21 17:15:12.961 INFO O| May 21 17:15:12.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
80572026-05-21T17:15:13.011Z[ recovery-image] May 21 17:15:12.961 INFO O| May 21 17:15:12.961 INFO STEP 1080 (remove_files) COMPLETE
80582026-05-21T17:15:13.011Z[ recovery-image] May 21 17:15:12.961 INFO O| May 21 17:15:12.961 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-05-21T17:15:13.020Z[ recovery-image] May 21 17:15:12.970 INFO O| May 21 17:15:12.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
80602026-05-21T17:15:13.020Z[ recovery-image] May 21 17:15:12.970 INFO O| May 21 17:15:12.970 INFO STEP 1081 (remove_files) COMPLETE
80612026-05-21T17:15:13.020Z[ recovery-image] May 21 17:15:12.970 INFO O| May 21 17:15:12.970 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-05-21T17:15:13.030Z[ recovery-image] May 21 17:15:12.980 INFO O| May 21 17:15:12.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
80632026-05-21T17:15:13.030Z[ recovery-image] May 21 17:15:12.981 INFO O| May 21 17:15:12.981 INFO STEP 1082 (remove_files) COMPLETE
80642026-05-21T17:15:13.030Z[ recovery-image] May 21 17:15:12.981 INFO O| May 21 17:15:12.981 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-05-21T17:15:13.040Z[ recovery-image] May 21 17:15:12.991 INFO O| May 21 17:15:12.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
80662026-05-21T17:15:13.040Z[ recovery-image] May 21 17:15:12.991 INFO O| May 21 17:15:12.991 INFO STEP 1083 (remove_files) COMPLETE
80672026-05-21T17:15:13.040Z[ recovery-image] May 21 17:15:12.991 INFO O| May 21 17:15:12.991 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-05-21T17:15:13.050Z[ recovery-image] May 21 17:15:13.001 INFO O| May 21 17:15:13.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
80692026-05-21T17:15:13.050Z[ recovery-image] May 21 17:15:13.001 INFO O| May 21 17:15:13.001 INFO STEP 1084 (remove_files) COMPLETE
80702026-05-21T17:15:13.050Z[ recovery-image] May 21 17:15:13.001 INFO O| May 21 17:15:13.001 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-05-21T17:15:13.060Z[ recovery-image] May 21 17:15:13.011 INFO O| May 21 17:15:13.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
80722026-05-21T17:15:13.060Z[ recovery-image] May 21 17:15:13.011 INFO O| May 21 17:15:13.011 INFO STEP 1085 (remove_files) COMPLETE
80732026-05-21T17:15:13.060Z[ recovery-image] May 21 17:15:13.011 INFO O| May 21 17:15:13.011 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-05-21T17:15:13.069Z[ recovery-image] May 21 17:15:13.020 INFO O| May 21 17:15:13.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
80752026-05-21T17:15:13.069Z[ recovery-image] May 21 17:15:13.020 INFO O| May 21 17:15:13.020 INFO STEP 1086 (remove_files) COMPLETE
80762026-05-21T17:15:13.069Z[ recovery-image] May 21 17:15:13.020 INFO O| May 21 17:15:13.020 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-05-21T17:15:13.079Z[ recovery-image] May 21 17:15:13.029 INFO O| May 21 17:15:13.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
80782026-05-21T17:15:13.079Z[ recovery-image] May 21 17:15:13.029 INFO O| May 21 17:15:13.029 INFO STEP 1087 (remove_files) COMPLETE
80792026-05-21T17:15:13.079Z[ recovery-image] May 21 17:15:13.029 INFO O| May 21 17:15:13.029 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-05-21T17:15:13.089Z[ recovery-image] May 21 17:15:13.040 INFO O| May 21 17:15:13.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
80812026-05-21T17:15:13.089Z[ recovery-image] May 21 17:15:13.040 INFO O| May 21 17:15:13.040 INFO STEP 1088 (remove_files) COMPLETE
80822026-05-21T17:15:13.089Z[ recovery-image] May 21 17:15:13.040 INFO O| May 21 17:15:13.040 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-05-21T17:15:13.099Z[ recovery-image] May 21 17:15:13.049 INFO O| May 21 17:15:13.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
80842026-05-21T17:15:13.099Z[ recovery-image] May 21 17:15:13.050 INFO O| May 21 17:15:13.050 INFO STEP 1089 (remove_files) COMPLETE
80852026-05-21T17:15:13.099Z[ recovery-image] May 21 17:15:13.050 INFO O| May 21 17:15:13.050 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-05-21T17:15:13.110Z[ recovery-image] May 21 17:15:13.061 INFO O| May 21 17:15:13.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
80872026-05-21T17:15:13.110Z[ recovery-image] May 21 17:15:13.061 INFO O| May 21 17:15:13.061 INFO STEP 1090 (remove_files) COMPLETE
80882026-05-21T17:15:13.114Z[ recovery-image] May 21 17:15:13.061 INFO O| May 21 17:15:13.061 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-05-21T17:15:13.121Z[ recovery-image] May 21 17:15:13.071 INFO O| May 21 17:15:13.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
80902026-05-21T17:15:13.121Z[ recovery-image] May 21 17:15:13.071 INFO O| May 21 17:15:13.071 INFO STEP 1091 (remove_files) COMPLETE
80912026-05-21T17:15:13.121Z[ recovery-image] May 21 17:15:13.071 INFO O| May 21 17:15:13.071 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-05-21T17:15:13.156Z[ recovery-image] May 21 17:15:13.107 INFO O| May 21 17:15:13.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
80932026-05-21T17:15:13.156Z[ recovery-image] May 21 17:15:13.107 INFO O| May 21 17:15:13.107 INFO STEP 1092 (remove_files) COMPLETE
80942026-05-21T17:15:13.159Z[ recovery-image] May 21 17:15:13.107 INFO O| May 21 17:15:13.107 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-05-21T17:15:13.222Z[ recovery-image] May 21 17:15:13.172 INFO O| May 21 17:15:13.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
80962026-05-21T17:15:13.222Z[ recovery-image] May 21 17:15:13.172 INFO O| May 21 17:15:13.172 INFO STEP 1093 (remove_files) COMPLETE
80972026-05-21T17:15:13.222Z[ recovery-image] May 21 17:15:13.172 INFO O| May 21 17:15:13.172 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-05-21T17:15:13.234Z[ recovery-image] May 21 17:15:13.184 INFO O| May 21 17:15:13.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
80992026-05-21T17:15:13.234Z[ recovery-image] May 21 17:15:13.184 INFO O| May 21 17:15:13.184 INFO STEP 1094 (remove_files) COMPLETE
81002026-05-21T17:15:13.239Z[ recovery-image] May 21 17:15:13.184 INFO O| May 21 17:15:13.184 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-05-21T17:15:13.244Z[ recovery-image] May 21 17:15:13.195 INFO O| May 21 17:15:13.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81022026-05-21T17:15:13.244Z[ recovery-image] May 21 17:15:13.195 INFO O| May 21 17:15:13.195 INFO STEP 1095 (remove_files) COMPLETE
81032026-05-21T17:15:13.244Z[ recovery-image] May 21 17:15:13.195 INFO O| May 21 17:15:13.195 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-05-21T17:15:13.255Z[ recovery-image] May 21 17:15:13.205 INFO O| May 21 17:15:13.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81052026-05-21T17:15:13.255Z[ recovery-image] May 21 17:15:13.205 INFO O| May 21 17:15:13.205 INFO STEP 1096 (remove_files) COMPLETE
81062026-05-21T17:15:13.255Z[ recovery-image] May 21 17:15:13.205 INFO O| May 21 17:15:13.205 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-05-21T17:15:13.263Z[ recovery-image] May 21 17:15:13.213 INFO O| May 21 17:15:13.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81082026-05-21T17:15:13.263Z[ recovery-image] May 21 17:15:13.213 INFO O| May 21 17:15:13.213 INFO STEP 1097 (remove_files) COMPLETE
81092026-05-21T17:15:13.266Z[ recovery-image] May 21 17:15:13.213 INFO O| May 21 17:15:13.213 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-05-21T17:15:13.271Z[ recovery-image] May 21 17:15:13.221 INFO O| May 21 17:15:13.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81112026-05-21T17:15:13.271Z[ recovery-image] May 21 17:15:13.221 INFO O| May 21 17:15:13.221 INFO STEP 1098 (remove_files) COMPLETE
81122026-05-21T17:15:13.274Z[ recovery-image] May 21 17:15:13.221 INFO O| May 21 17:15:13.221 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-05-21T17:15:13.279Z[ recovery-image] May 21 17:15:13.229 INFO O| May 21 17:15:13.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81142026-05-21T17:15:13.279Z[ recovery-image] May 21 17:15:13.229 INFO O| May 21 17:15:13.229 INFO STEP 1099 (remove_files) COMPLETE
81152026-05-21T17:15:13.279Z[ recovery-image] May 21 17:15:13.229 INFO O| May 21 17:15:13.229 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-05-21T17:15:13.288Z[ recovery-image] May 21 17:15:13.238 INFO O| May 21 17:15:13.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81172026-05-21T17:15:13.288Z[ recovery-image] May 21 17:15:13.238 INFO O| May 21 17:15:13.238 INFO STEP 1100 (remove_files) COMPLETE
81182026-05-21T17:15:13.288Z[ recovery-image] May 21 17:15:13.238 INFO O| May 21 17:15:13.238 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-05-21T17:15:13.296Z[ recovery-image] May 21 17:15:13.246 INFO O| May 21 17:15:13.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81202026-05-21T17:15:13.296Z[ recovery-image] May 21 17:15:13.247 INFO O| May 21 17:15:13.247 INFO STEP 1101 (remove_files) COMPLETE
81212026-05-21T17:15:13.296Z[ recovery-image] May 21 17:15:13.247 INFO O| May 21 17:15:13.247 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-05-21T17:15:13.304Z[ recovery-image] May 21 17:15:13.255 INFO O| May 21 17:15:13.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81232026-05-21T17:15:13.304Z[ recovery-image] May 21 17:15:13.255 INFO O| May 21 17:15:13.255 INFO STEP 1102 (remove_files) COMPLETE
81242026-05-21T17:15:13.308Z[ recovery-image] May 21 17:15:13.255 INFO O| May 21 17:15:13.255 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-05-21T17:15:13.313Z[ recovery-image] May 21 17:15:13.264 INFO O| May 21 17:15:13.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81262026-05-21T17:15:13.313Z[ recovery-image] May 21 17:15:13.264 INFO O| May 21 17:15:13.264 INFO STEP 1103 (remove_files) COMPLETE
81272026-05-21T17:15:13.313Z[ recovery-image] May 21 17:15:13.264 INFO O| May 21 17:15:13.264 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-05-21T17:15:13.322Z[ recovery-image] May 21 17:15:13.272 INFO O| May 21 17:15:13.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
81292026-05-21T17:15:13.322Z[ recovery-image] May 21 17:15:13.273 INFO O| May 21 17:15:13.273 INFO STEP 1104 (remove_files) COMPLETE
81302026-05-21T17:15:13.322Z[ recovery-image] May 21 17:15:13.273 INFO O| May 21 17:15:13.273 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-05-21T17:15:13.330Z[ recovery-image] May 21 17:15:13.281 INFO O| May 21 17:15:13.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
81322026-05-21T17:15:13.330Z[ recovery-image] May 21 17:15:13.281 INFO O| May 21 17:15:13.281 INFO STEP 1105 (remove_files) COMPLETE
81332026-05-21T17:15:13.330Z[ recovery-image] May 21 17:15:13.281 INFO O| May 21 17:15:13.281 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-05-21T17:15:13.340Z[ recovery-image] May 21 17:15:13.289 INFO O| May 21 17:15:13.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
81352026-05-21T17:15:13.340Z[ recovery-image] May 21 17:15:13.289 INFO O| May 21 17:15:13.289 INFO STEP 1106 (remove_files) COMPLETE
81362026-05-21T17:15:13.340Z[ recovery-image] May 21 17:15:13.289 INFO O| May 21 17:15:13.289 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-05-21T17:15:13.347Z[ recovery-image] May 21 17:15:13.297 INFO O| May 21 17:15:13.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
81382026-05-21T17:15:13.347Z[ recovery-image] May 21 17:15:13.297 INFO O| May 21 17:15:13.297 INFO STEP 1107 (remove_files) COMPLETE
81392026-05-21T17:15:13.347Z[ recovery-image] May 21 17:15:13.297 INFO O| May 21 17:15:13.297 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-05-21T17:15:13.355Z[ recovery-image] May 21 17:15:13.305 INFO O| May 21 17:15:13.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
81412026-05-21T17:15:13.355Z[ recovery-image] May 21 17:15:13.306 INFO O| May 21 17:15:13.306 INFO STEP 1108 (remove_files) COMPLETE
81422026-05-21T17:15:13.358Z[ recovery-image] May 21 17:15:13.306 INFO O| May 21 17:15:13.306 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-05-21T17:15:13.363Z[ recovery-image] May 21 17:15:13.314 INFO O| May 21 17:15:13.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
81442026-05-21T17:15:13.363Z[ recovery-image] May 21 17:15:13.314 INFO O| May 21 17:15:13.314 INFO STEP 1109 (remove_files) COMPLETE
81452026-05-21T17:15:13.363Z[ recovery-image] May 21 17:15:13.314 INFO O| May 21 17:15:13.314 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-05-21T17:15:13.371Z[ recovery-image] May 21 17:15:13.322 INFO O| May 21 17:15:13.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
81472026-05-21T17:15:13.371Z[ recovery-image] May 21 17:15:13.322 INFO O| May 21 17:15:13.322 INFO STEP 1110 (remove_files) COMPLETE
81482026-05-21T17:15:13.375Z[ recovery-image] May 21 17:15:13.322 INFO O| May 21 17:15:13.322 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-05-21T17:15:13.379Z[ recovery-image] May 21 17:15:13.330 INFO O| May 21 17:15:13.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
81502026-05-21T17:15:13.379Z[ recovery-image] May 21 17:15:13.330 INFO O| May 21 17:15:13.330 INFO STEP 1111 (remove_files) COMPLETE
81512026-05-21T17:15:13.379Z[ recovery-image] May 21 17:15:13.330 INFO O| May 21 17:15:13.330 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-05-21T17:15:13.387Z[ recovery-image] May 21 17:15:13.338 INFO O| May 21 17:15:13.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
81532026-05-21T17:15:13.387Z[ recovery-image] May 21 17:15:13.338 INFO O| May 21 17:15:13.338 INFO STEP 1112 (remove_files) COMPLETE
81542026-05-21T17:15:13.391Z[ recovery-image] May 21 17:15:13.338 INFO O| May 21 17:15:13.338 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-05-21T17:15:13.397Z[ recovery-image] May 21 17:15:13.347 INFO O| May 21 17:15:13.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
81562026-05-21T17:15:13.397Z[ recovery-image] May 21 17:15:13.347 INFO O| May 21 17:15:13.347 INFO STEP 1113 (remove_files) COMPLETE
81572026-05-21T17:15:13.400Z[ recovery-image] May 21 17:15:13.347 INFO O| May 21 17:15:13.347 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-05-21T17:15:13.405Z[ recovery-image] May 21 17:15:13.356 INFO O| May 21 17:15:13.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
81592026-05-21T17:15:13.405Z[ recovery-image] May 21 17:15:13.356 INFO O| May 21 17:15:13.356 INFO STEP 1114 (remove_files) COMPLETE
81602026-05-21T17:15:13.409Z[ recovery-image] May 21 17:15:13.356 INFO O| May 21 17:15:13.356 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-05-21T17:15:13.415Z[ recovery-image] May 21 17:15:13.366 INFO O| May 21 17:15:13.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
81622026-05-21T17:15:13.415Z[ recovery-image] May 21 17:15:13.366 INFO O| May 21 17:15:13.366 INFO STEP 1115 (remove_files) COMPLETE
81632026-05-21T17:15:13.419Z[ recovery-image] May 21 17:15:13.366 INFO O| May 21 17:15:13.366 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-05-21T17:15:13.424Z[ recovery-image] May 21 17:15:13.375 INFO O| May 21 17:15:13.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
81652026-05-21T17:15:13.424Z[ recovery-image] May 21 17:15:13.375 INFO O| May 21 17:15:13.375 INFO STEP 1116 (remove_files) COMPLETE
81662026-05-21T17:15:13.427Z[ recovery-image] May 21 17:15:13.375 INFO O| May 21 17:15:13.375 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-05-21T17:15:13.433Z[ recovery-image] May 21 17:15:13.384 INFO O| May 21 17:15:13.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
81682026-05-21T17:15:13.433Z[ recovery-image] May 21 17:15:13.384 INFO O| May 21 17:15:13.384 INFO STEP 1117 (remove_files) COMPLETE
81692026-05-21T17:15:13.433Z[ recovery-image] May 21 17:15:13.384 INFO O| May 21 17:15:13.384 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-05-21T17:15:13.442Z[ recovery-image] May 21 17:15:13.393 INFO O| May 21 17:15:13.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
81712026-05-21T17:15:13.442Z[ recovery-image] May 21 17:15:13.393 INFO O| May 21 17:15:13.393 INFO STEP 1118 (remove_files) COMPLETE
81722026-05-21T17:15:13.458Z[ recovery-image] May 21 17:15:13.393 INFO O| May 21 17:15:13.393 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
81732026-05-21T17:15:13.458Z[ recovery-image] May 21 17:15:13.405 INFO O| May 21 17:15:13.405 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
81742026-05-21T17:15:13.458Z[ recovery-image] May 21 17:15:13.405 INFO O| May 21 17:15:13.405 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
81752026-05-21T17:15:14.656Z[ recovery-image] May 21 17:15:14.607 INFO O| May 21 17:15:14.606 INFO STEP 1119 (pack_tar) COMPLETE
81762026-05-21T17:15:14.656Z[ recovery-image] May 21 17:15:14.607 INFO O| May 21 17:15:14.607 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81772026-05-21T17:15:14.660Z[ recovery-image] May 21 17:15:14.607 INFO O| May 21 17:15:14.607 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81782026-05-21T17:15:15.035Z[ recovery-image] May 21 17:15:14.986 INFO O| May 21 17:15:14.986 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
81792026-05-21T17:15:15.103Z[ recovery-image] May 21 17:15:15.054 INFO O| May 21 17:15:15.054 INFO completed processing sled/ramdisk-03-recovery-trim
81802026-05-21T17:15:15.109Z[ recovery-image] May 21 17:15:15.057 INFO image builder template: zfs-recovery...
81812026-05-21T17:15:15.109Z[ recovery-image] May 21 17:15:15.057 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/.tmpEayPFN/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "zfs-recovery"], pwd: None
81822026-05-21T17:15:15.135Z[ recovery-image] May 21 17:15:15.085 INFO O| May 21 17:15:15.085 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
81832026-05-21T17:15:15.139Z[ recovery-image] May 21 17:15:15.089 INFO O| May 21 17:15:15.089 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
81842026-05-21T17:15:15.222Z[ recovery-image] May 21 17:15:15.172 INFO O| May 21 17:15:15.172 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
81852026-05-21T17:15:15.266Z[ recovery-image] May 21 17:15:15.216 INFO O| May 21 17:15:15.216 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
81862026-05-21T17:15:15.266Z[ recovery-image] May 21 17:15:15.216 INFO O| May 21 17:15:15.216 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
81872026-05-21T17:15:15.269Z[ recovery-image] May 21 17:15:15.219 INFO O| May 21 17:15:15.219 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
81882026-05-21T17:15:15.319Z[ recovery-image] May 21 17:15:15.270 INFO O| May 21 17:15:15.270 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
81892026-05-21T17:15:15.352Z[ recovery-image] May 21 17:15:15.302 INFO O| May 21 17:15:15.302 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
81902026-05-21T17:15:15.360Z[ recovery-image] May 21 17:15:15.310 INFO O| May 21 17:15:15.310 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
81912026-05-21T17:15:15.365Z[ recovery-image] May 21 17:15:15.314 INFO O| May 21 17:15:15.314 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
81922026-05-21T17:15:15.365Z[ recovery-image] May 21 17:15:15.316 INFO O| May 21 17:15:15.316 INFO no lofi found
81932026-05-21T17:15:15.368Z[ recovery-image] May 21 17:15:15.316 INFO O| May 21 17:15:15.316 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
81942026-05-21T17:15:15.368Z[ recovery-image] May 21 17:15:15.316 INFO O| May 21 17:15:15.316 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
81952026-05-21T17:15:17.051Z[ recovery-image] May 21 17:15:17.001 INFO O| May 21 17:15:17.001 INFO lofi device = /dev/dsk/c2t1d0p0
81962026-05-21T17:15:17.051Z[ recovery-image] May 21 17:15:17.001 INFO O| May 21 17:15:17.001 INFO pool device = /dev/dsk/c2t1d0p0
81972026-05-21T17:15:17.054Z[ recovery-image] May 21 17:15:17.001 INFO O| May 21 17:15:17.001 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"]
81982026-05-21T17:15:17.250Z[ recovery-image] May 21 17:15:17.201 INFO O| May 21 17:15:17.201 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
81992026-05-21T17:15:17.250Z[ recovery-image] May 21 17:15:17.201 INFO O| May 21 17:15:17.201 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82002026-05-21T17:15:17.277Z[ recovery-image] May 21 17:15:17.227 INFO O| May 21 17:15:17.227 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82012026-05-21T17:15:17.381Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
82022026-05-21T17:15:17.423Z[ recovery-image] May 21 17:15:17.373 INFO O| May 21 17:15:17.373 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82032026-05-21T17:15:17.457Z[ recovery-image] May 21 17:15:17.407 INFO O| May 21 17:15:17.407 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82042026-05-21T17:15:17.478Z[ recovery-image] May 21 17:15:17.428 INFO O| May 21 17:15:17.428 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82052026-05-21T17:15:17.494Z[ recovery-image] May 21 17:15:17.445 INFO O| May 21 17:15:17.444 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82062026-05-21T17:15:17.499Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
82072026-05-21T17:15:17.539Z[ recovery-image] May 21 17:15:17.488 INFO O| May 21 17:15:17.488 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82082026-05-21T17:15:17.539Z[ recovery-image] May 21 17:15:17.488 INFO O| May 21 17:15:17.488 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82092026-05-21T17:15:17.539Z[ recovery-image] May 21 17:15:17.488 INFO O| May 21 17:15:17.488 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82102026-05-21T17:15:17.553Z[ recovery-image] May 21 17:15:17.504 INFO O| May 21 17:15:17.504 INFO boot environment UUID: f1e59a11-0d0d-44be-b33d-b75527ca6fbc
82112026-05-21T17:15:17.553Z[ recovery-image] May 21 17:15:17.504 INFO O| May 21 17:15:17.504 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = f1e59a11-0d0d-44be-b33d-b75527ca6fbc
82122026-05-21T17:15:17.572Z[ recovery-image] May 21 17:15:17.522 INFO O| May 21 17:15:17.522 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82132026-05-21T17:15:17.588Z[ recovery-image] May 21 17:15:17.538 INFO O| May 21 17:15:17.538 INFO STEP 0 (create_be) COMPLETE
82142026-05-21T17:15:17.588Z[ recovery-image] May 21 17:15:17.538 INFO O| May 21 17:15:17.538 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82152026-05-21T17:15:17.601Z[ recovery-image] May 21 17:15:17.552 INFO O| May 21 17:15:17.552 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"]
82162026-05-21T17:15:20.121Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
82172026-05-21T17:15:21.478Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
82182026-05-21T17:15:22.470Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
82192026-05-21T17:15:23.180Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
82202026-05-21T17:15:24.122Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
82212026-05-21T17:15:25.836Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
82222026-05-21T17:15:26.320Z[ recovery-image] May 21 17:15:26.270 INFO O| May 21 17:15:26.270 INFO STEP 1 (unpack_tar) COMPLETE
82232026-05-21T17:15:26.320Z[ recovery-image] May 21 17:15:26.270 INFO O| May 21 17:15:26.270 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82242026-05-21T17:15:26.330Z[ recovery-image] May 21 17:15:26.280 INFO O| May 21 17:15:26.280 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82252026-05-21T17:15:27.366Z[ recovery-image] May 21 17:15:27.316 INFO O| May 21 17:15:27.316 INFO STEP 2 (devfsadm) COMPLETE
82262026-05-21T17:15:27.366Z[ recovery-image] May 21 17:15:27.316 INFO O| May 21 17:15:27.316 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82272026-05-21T17:15:27.376Z[ recovery-image] May 21 17:15:27.326 INFO O| May 21 17:15:27.326 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82282026-05-21T17:15:27.376Z[ recovery-image] May 21 17:15:27.326 INFO O| May 21 17:15:27.326 INFO STEP 3 (ensure_dir) COMPLETE
82292026-05-21T17:15:27.379Z[ recovery-image] May 21 17:15:27.326 INFO O| May 21 17:15:27.326 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82302026-05-21T17:15:27.386Z[ recovery-image] May 21 17:15:27.336 INFO O| May 21 17:15:27.336 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82312026-05-21T17:15:27.386Z[ recovery-image] May 21 17:15:27.336 INFO O| May 21 17:15:27.336 INFO STEP 4 (ensure_dir) COMPLETE
82322026-05-21T17:15:27.389Z[ recovery-image] May 21 17:15:27.336 INFO O| May 21 17:15:27.336 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82332026-05-21T17:15:27.395Z[ recovery-image] May 21 17:15:27.345 INFO O| May 21 17:15:27.345 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82342026-05-21T17:15:27.395Z[ recovery-image] May 21 17:15:27.345 INFO O| May 21 17:15:27.345 INFO STEP 5 (ensure_dir) COMPLETE
82352026-05-21T17:15:27.395Z[ recovery-image] May 21 17:15:27.345 INFO O| May 21 17:15:27.345 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82362026-05-21T17:15:27.403Z[ recovery-image] May 21 17:15:27.354 INFO O| May 21 17:15:27.353 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82372026-05-21T17:15:27.403Z[ recovery-image] May 21 17:15:27.354 INFO O| May 21 17:15:27.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82382026-05-21T17:15:27.407Z[ recovery-image] May 21 17:15:27.354 INFO O| May 21 17:15:27.354 INFO STEP 6 (ensure_dir) COMPLETE
82392026-05-21T17:15:27.407Z[ recovery-image] May 21 17:15:27.354 INFO O| May 21 17:15:27.354 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82402026-05-21T17:15:27.412Z[ recovery-image] May 21 17:15:27.362 INFO O| May 21 17:15:27.362 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82412026-05-21T17:15:27.412Z[ recovery-image] May 21 17:15:27.362 INFO O| May 21 17:15:27.362 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82422026-05-21T17:15:27.415Z[ recovery-image] May 21 17:15:27.362 INFO O| May 21 17:15:27.362 INFO STEP 7 (ensure_dir) COMPLETE
82432026-05-21T17:15:27.415Z[ recovery-image] May 21 17:15:27.362 INFO O| May 21 17:15:27.362 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82442026-05-21T17:15:27.423Z[ recovery-image] May 21 17:15:27.374 INFO O| May 21 17:15:27.370 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
82452026-05-21T17:15:27.424Z[ recovery-image] May 21 17:15:27.374 INFO O| May 21 17:15:27.371 INFO STEP 8 (remove_files) COMPLETE
82462026-05-21T17:15:27.427Z[ recovery-image] May 21 17:15:27.374 INFO O| May 21 17:15:27.371 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82472026-05-21T17:15:27.430Z[ recovery-image] May 21 17:15:27.379 INFO O| May 21 17:15:27.379 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
82482026-05-21T17:15:27.430Z[ recovery-image] May 21 17:15:27.379 INFO O| May 21 17:15:27.379 INFO STEP 9 (remove_files) COMPLETE
82492026-05-21T17:15:27.430Z[ recovery-image] May 21 17:15:27.379 INFO O| May 21 17:15:27.379 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82502026-05-21T17:15:27.437Z[ recovery-image] May 21 17:15:27.387 INFO O| May 21 17:15:27.387 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
82512026-05-21T17:15:27.440Z[ recovery-image] May 21 17:15:27.388 INFO O| May 21 17:15:27.388 INFO STEP 10 (remove_files) COMPLETE
82522026-05-21T17:15:27.440Z[ recovery-image] May 21 17:15:27.388 INFO O| May 21 17:15:27.388 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82532026-05-21T17:15:27.445Z[ recovery-image] May 21 17:15:27.396 INFO O| May 21 17:15:27.396 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
82542026-05-21T17:15:27.445Z[ recovery-image] May 21 17:15:27.396 INFO O| May 21 17:15:27.396 INFO STEP 11 (remove_files) COMPLETE
82552026-05-21T17:15:27.445Z[ recovery-image] May 21 17:15:27.396 INFO O| May 21 17:15:27.396 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82562026-05-21T17:15:27.454Z[ recovery-image] May 21 17:15:27.404 INFO O| May 21 17:15:27.404 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
82572026-05-21T17:15:27.454Z[ recovery-image] May 21 17:15:27.404 INFO O| May 21 17:15:27.404 INFO STEP 12 (remove_files) COMPLETE
82582026-05-21T17:15:27.454Z[ recovery-image] May 21 17:15:27.404 INFO O| May 21 17:15:27.404 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82592026-05-21T17:15:27.463Z[ recovery-image] May 21 17:15:27.413 INFO O| May 21 17:15:27.413 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82602026-05-21T17:15:27.463Z[ recovery-image] May 21 17:15:27.413 INFO O| May 21 17:15:27.413 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82612026-05-21T17:15:27.463Z[ recovery-image] May 21 17:15:27.413 INFO O| May 21 17:15:27.413 INFO STEP 13 (ensure_dir) COMPLETE
82622026-05-21T17:15:27.466Z[ recovery-image] May 21 17:15:27.413 INFO O| May 21 17:15:27.413 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82632026-05-21T17:15:27.471Z[ recovery-image] May 21 17:15:27.421 INFO O| May 21 17:15:27.421 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82642026-05-21T17:15:27.471Z[ recovery-image] May 21 17:15:27.422 INFO O| May 21 17:15:27.422 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82652026-05-21T17:15:27.471Z[ recovery-image] May 21 17:15:27.422 INFO O| May 21 17:15:27.422 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82662026-05-21T17:15:27.475Z[ recovery-image] May 21 17:15:27.422 INFO O| May 21 17:15:27.422 INFO STEP 14 (ensure_dir) COMPLETE
82672026-05-21T17:15:27.475Z[ recovery-image] May 21 17:15:27.422 INFO O| May 21 17:15:27.422 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82682026-05-21T17:15:27.481Z[ recovery-image] May 21 17:15:27.430 INFO O| May 21 17:15:27.430 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82692026-05-21T17:15:27.481Z[ recovery-image] May 21 17:15:27.430 INFO O| May 21 17:15:27.430 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82702026-05-21T17:15:27.485Z[ recovery-image] May 21 17:15:27.430 INFO O| May 21 17:15:27.430 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82712026-05-21T17:15:27.486Z[ recovery-image] May 21 17:15:27.430 INFO O| May 21 17:15:27.430 INFO STEP 15 (ensure_dir) COMPLETE
82722026-05-21T17:15:27.486Z[ recovery-image] May 21 17:15:27.430 INFO O| May 21 17:15:27.430 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82732026-05-21T17:15:27.490Z[ recovery-image] May 21 17:15:27.439 INFO O| May 21 17:15:27.438 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82742026-05-21T17:15:27.490Z[ recovery-image] May 21 17:15:27.439 INFO O| May 21 17:15:27.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82752026-05-21T17:15:27.490Z[ recovery-image] May 21 17:15:27.439 INFO O| May 21 17:15:27.439 INFO STEP 16 (ensure_dir) COMPLETE
82762026-05-21T17:15:27.491Z[ recovery-image] May 21 17:15:27.439 INFO O| May 21 17:15:27.439 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82772026-05-21T17:15:27.507Z[ recovery-image] May 21 17:15:27.446 INFO O| May 21 17:15:27.446 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82782026-05-21T17:15:27.507Z[ recovery-image] May 21 17:15:27.447 INFO O| May 21 17:15:27.447 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82792026-05-21T17:15:27.507Z[ recovery-image] May 21 17:15:27.447 INFO O| May 21 17:15:27.447 INFO STEP 17 (ensure_dir) COMPLETE
82802026-05-21T17:15:27.515Z[ recovery-image] May 21 17:15:27.447 INFO O| May 21 17:15:27.447 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82812026-05-21T17:15:27.516Z[ recovery-image] May 21 17:15:27.454 INFO O| May 21 17:15:27.454 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82822026-05-21T17:15:27.516Z[ recovery-image] May 21 17:15:27.454 INFO O| May 21 17:15:27.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
82832026-05-21T17:15:27.516Z[ recovery-image] May 21 17:15:27.454 INFO O| May 21 17:15:27.454 INFO ok!
82842026-05-21T17:15:27.516Z[ recovery-image] May 21 17:15:27.454 INFO O| May 21 17:15:27.454 INFO STEP 18 (ensure_symlink) COMPLETE
82852026-05-21T17:15:27.516Z[ recovery-image] May 21 17:15:27.454 INFO O| May 21 17:15:27.454 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82862026-05-21T17:15:27.547Z[ recovery-image] May 21 17:15:27.462 INFO O| May 21 17:15:27.462 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
82872026-05-21T17:15:27.547Z[ recovery-image] May 21 17:15:27.462 INFO O| May 21 17:15:27.462 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
82882026-05-21T17:15:27.547Z[ recovery-image] May 21 17:15:27.462 INFO O| May 21 17:15:27.462 INFO ok!
82892026-05-21T17:15:27.548Z[ recovery-image] May 21 17:15:27.462 INFO O| May 21 17:15:27.462 INFO STEP 19 (ensure_file) COMPLETE
82902026-05-21T17:15:27.548Z[ recovery-image] May 21 17:15:27.462 INFO O| May 21 17:15:27.462 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82912026-05-21T17:15:27.548Z[ recovery-image] May 21 17:15:27.469 INFO O| May 21 17:15:27.469 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82922026-05-21T17:15:27.548Z[ recovery-image] May 21 17:15:27.470 INFO O| May 21 17:15:27.469 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82932026-05-21T17:15:27.548Z[ recovery-image] May 21 17:15:27.470 INFO O| May 21 17:15:27.470 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
82942026-05-21T17:15:27.548Z[ recovery-image] May 21 17:15:27.470 INFO O| May 21 17:15:27.470 INFO ok!
82952026-05-21T17:15:27.548Z[ recovery-image] May 21 17:15:27.470 INFO O| May 21 17:15:27.470 INFO STEP 20 (ensure_symlink) COMPLETE
82962026-05-21T17:15:27.548Z[ recovery-image] May 21 17:15:27.470 INFO O| May 21 17:15:27.470 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82972026-05-21T17:15:27.606Z[ recovery-image] May 21 17:15:27.478 INFO O| May 21 17:15:27.478 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82982026-05-21T17:15:27.606Z[ recovery-image] May 21 17:15:27.478 INFO O| May 21 17:15:27.478 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82992026-05-21T17:15:27.606Z[ recovery-image] May 21 17:15:27.478 INFO O| May 21 17:15:27.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83002026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.478 INFO O| May 21 17:15:27.478 INFO ok!
83012026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.478 INFO O| May 21 17:15:27.478 INFO STEP 21 (ensure_symlink) COMPLETE
83022026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.478 INFO O| May 21 17:15:27.478 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83032026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.486 INFO O| May 21 17:15:27.485 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83042026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.486 INFO O| May 21 17:15:27.486 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83052026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.486 INFO O| May 21 17:15:27.486 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83062026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.486 INFO O| May 21 17:15:27.486 INFO ok!
83072026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.486 INFO O| May 21 17:15:27.486 INFO STEP 22 (ensure_symlink) COMPLETE
83082026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.486 INFO O| May 21 17:15:27.486 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83092026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.493 INFO O| May 21 17:15:27.493 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83102026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.493 INFO O| May 21 17:15:27.493 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83112026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.493 INFO O| May 21 17:15:27.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83122026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.493 INFO O| May 21 17:15:27.493 INFO ok!
83132026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.493 INFO O| May 21 17:15:27.493 INFO STEP 23 (ensure_symlink) COMPLETE
83142026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.493 INFO O| May 21 17:15:27.493 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83152026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.501 INFO O| May 21 17:15:27.501 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83162026-05-21T17:15:27.607Z[ recovery-image] May 21 17:15:27.501 INFO O| May 21 17:15:27.501 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 ...
83172026-05-21T17:15:27.608Z[ recovery-image] May 21 17:15:27.501 INFO O| May 21 17:15:27.501 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
83182026-05-21T17:15:27.608Z[ recovery-image] May 21 17:15:27.501 INFO O| May 21 17:15:27.501 INFO ok!
83192026-05-21T17:15:27.608Z[ recovery-image] May 21 17:15:27.501 INFO O| May 21 17:15:27.501 INFO STEP 24 (ensure_file) COMPLETE
83202026-05-21T17:15:27.608Z[ recovery-image] May 21 17:15:27.501 INFO O| May 21 17:15:27.501 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83212026-05-21T17:15:27.608Z[ recovery-image] May 21 17:15:27.510 INFO O| May 21 17:15:27.510 INFO updating shadow file
83222026-05-21T17:15:27.608Z[ recovery-image] May 21 17:15:27.510 INFO O| May 21 17:15:27.510 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83232026-05-21T17:15:27.608Z[ recovery-image] May 21 17:15:27.510 INFO O| May 21 17:15:27.510 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83242026-05-21T17:15:27.608Z[ recovery-image] May 21 17:15:27.510 INFO O| May 21 17:15:27.510 INFO STEP 25 (shadow) COMPLETE
83252026-05-21T17:15:27.608Z[ recovery-image] May 21 17:15:27.510 INFO O| May 21 17:15:27.510 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83262026-05-21T17:15:27.636Z[ recovery-image] May 21 17:15:27.519 INFO O| May 21 17:15:27.519 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83272026-05-21T17:15:27.636Z[ recovery-image] May 21 17:15:27.519 INFO O| May 21 17:15:27.519 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
83282026-05-21T17:15:27.636Z[ recovery-image] May 21 17:15:27.519 INFO O| May 21 17:15:27.519 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
83292026-05-21T17:15:27.636Z[ recovery-image] May 21 17:15:27.519 INFO O| May 21 17:15:27.519 INFO ok!
83302026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.519 INFO O| May 21 17:15:27.519 INFO STEP 26 (ensure_file) COMPLETE
83312026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.519 INFO O| May 21 17:15:27.519 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83322026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.531 INFO O| May 21 17:15:27.531 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
83332026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.531 INFO O| May 21 17:15:27.531 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
83342026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.531 INFO O| May 21 17:15:27.531 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
83352026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.531 INFO O| May 21 17:15:27.531 INFO ok!
83362026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.531 INFO O| May 21 17:15:27.531 INFO STEP 27 (ensure_file) COMPLETE
83372026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.531 INFO O| May 21 17:15:27.531 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83382026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.541 INFO O| May 21 17:15:27.541 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83392026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.541 INFO O| May 21 17:15:27.541 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
83402026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.542 INFO O| May 21 17:15:27.542 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83412026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.542 INFO O| May 21 17:15:27.542 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83422026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.542 INFO O| May 21 17:15:27.542 INFO ok!
83432026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.542 INFO O| May 21 17:15:27.542 INFO STEP 28 (ensure_file) COMPLETE
83442026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.542 INFO O| May 21 17:15:27.542 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83452026-05-21T17:15:27.637Z[ recovery-image] May 21 17:15:27.550 INFO O| May 21 17:15:27.550 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
83462026-05-21T17:15:27.638Z[ recovery-image] May 21 17:15:27.550 INFO O| May 21 17:15:27.550 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
83472026-05-21T17:15:27.638Z[ recovery-image] May 21 17:15:27.550 INFO O| May 21 17:15:27.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
83482026-05-21T17:15:27.638Z[ recovery-image] May 21 17:15:27.550 INFO O| May 21 17:15:27.550 INFO ok!
83492026-05-21T17:15:27.638Z[ recovery-image] May 21 17:15:27.550 INFO O| May 21 17:15:27.550 INFO STEP 29 (ensure_file) COMPLETE
83502026-05-21T17:15:27.638Z[ recovery-image] May 21 17:15:27.550 INFO O| May 21 17:15:27.550 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83512026-05-21T17:15:27.638Z[ recovery-image] May 21 17:15:27.560 INFO O| May 21 17:15:27.560 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83522026-05-21T17:15:27.638Z[ recovery-image] May 21 17:15:27.560 INFO O| May 21 17:15:27.560 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83532026-05-21T17:15:27.638Z[ recovery-image] May 21 17:15:27.560 INFO O| May 21 17:15:27.560 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83542026-05-21T17:15:27.638Z[ recovery-image] May 21 17:15:27.560 INFO O| May 21 17:15:27.560 INFO STEP 30 (ensure_dir) COMPLETE
83552026-05-21T17:15:27.638Z[ recovery-image] May 21 17:15:27.560 INFO O| May 21 17:15:27.560 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83562026-05-21T17:15:27.667Z[ recovery-image] May 21 17:15:27.569 INFO O| May 21 17:15:27.569 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
83572026-05-21T17:15:27.668Z[ recovery-image] May 21 17:15:27.569 INFO O| May 21 17:15:27.569 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 ...
83582026-05-21T17:15:27.668Z[ recovery-image] May 21 17:15:27.569 INFO O| May 21 17:15:27.569 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
83592026-05-21T17:15:27.668Z[ recovery-image] May 21 17:15:27.569 INFO O| May 21 17:15:27.569 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
83602026-05-21T17:15:27.668Z[ recovery-image] May 21 17:15:27.569 INFO O| May 21 17:15:27.569 INFO ok!
83612026-05-21T17:15:27.668Z[ recovery-image] May 21 17:15:27.569 INFO O| May 21 17:15:27.569 INFO STEP 31 (ensure_file) COMPLETE
83622026-05-21T17:15:27.668Z[ recovery-image] May 21 17:15:27.569 INFO O| May 21 17:15:27.569 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83632026-05-21T17:15:27.668Z[ recovery-image] May 21 17:15:27.580 INFO O| May 21 17:15:27.580 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83642026-05-21T17:15:27.668Z[ recovery-image] May 21 17:15:27.580 INFO O| May 21 17:15:27.580 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83652026-05-21T17:15:27.668Z[ recovery-image] May 21 17:15:27.580 INFO O| May 21 17:15:27.580 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83662026-05-21T17:15:27.668Z[ recovery-image] May 21 17:15:27.580 INFO O| May 21 17:15:27.580 INFO STEP 32 (ensure_dir) COMPLETE
83672026-05-21T17:15:27.668Z[ recovery-image] May 21 17:15:27.580 INFO O| May 21 17:15:27.580 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83682026-05-21T17:15:27.668Z[ recovery-image] May 21 17:15:27.591 INFO O| May 21 17:15:27.591 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
83692026-05-21T17:15:27.669Z[ recovery-image] May 21 17:15:27.591 INFO O| May 21 17:15:27.591 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 ...
83702026-05-21T17:15:27.669Z[ recovery-image] May 21 17:15:27.591 INFO O| May 21 17:15:27.591 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
83712026-05-21T17:15:27.669Z[ recovery-image] May 21 17:15:27.591 INFO O| May 21 17:15:27.591 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
83722026-05-21T17:15:27.669Z[ recovery-image] May 21 17:15:27.591 INFO O| May 21 17:15:27.591 INFO ok!
83732026-05-21T17:15:27.669Z[ recovery-image] May 21 17:15:27.591 INFO O| May 21 17:15:27.591 INFO STEP 33 (ensure_file) COMPLETE
83742026-05-21T17:15:27.669Z[ recovery-image] May 21 17:15:27.591 INFO O| May 21 17:15:27.591 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83752026-05-21T17:15:27.688Z[ recovery-image] May 21 17:15:27.603 INFO O| May 21 17:15:27.602 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
83762026-05-21T17:15:27.689Z[ recovery-image] May 21 17:15:27.603 INFO O| May 21 17:15:27.602 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
83772026-05-21T17:15:27.689Z[ recovery-image] May 21 17:15:27.603 INFO O| May 21 17:15:27.603 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
83782026-05-21T17:15:27.689Z[ recovery-image] May 21 17:15:27.603 INFO O| May 21 17:15:27.603 INFO ok!
83792026-05-21T17:15:27.689Z[ recovery-image] May 21 17:15:27.603 INFO O| May 21 17:15:27.603 INFO STEP 34 (ensure_file) COMPLETE
83802026-05-21T17:15:27.689Z[ recovery-image] May 21 17:15:27.603 INFO O| May 21 17:15:27.603 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83812026-05-21T17:15:27.689Z[ recovery-image] May 21 17:15:27.614 INFO O| May 21 17:15:27.614 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83822026-05-21T17:15:27.689Z[ recovery-image] May 21 17:15:27.614 INFO O| May 21 17:15:27.614 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
83832026-05-21T17:15:27.689Z[ recovery-image] May 21 17:15:27.614 INFO O| May 21 17:15:27.614 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
83842026-05-21T17:15:27.689Z[ recovery-image] May 21 17:15:27.614 INFO O| May 21 17:15:27.614 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
83852026-05-21T17:15:27.689Z[ recovery-image] May 21 17:15:27.614 INFO O| May 21 17:15:27.614 INFO ok!
83862026-05-21T17:15:27.689Z[ recovery-image] May 21 17:15:27.614 INFO O| May 21 17:15:27.614 INFO STEP 35 (ensure_file) COMPLETE
83872026-05-21T17:15:27.689Z[ recovery-image] May 21 17:15:27.614 INFO O| May 21 17:15:27.614 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83882026-05-21T17:15:27.689Z[ recovery-image] May 21 17:15:27.624 INFO O| May 21 17:15:27.624 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83892026-05-21T17:15:27.689Z[ recovery-image] May 21 17:15:27.624 INFO O| May 21 17:15:27.624 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
83902026-05-21T17:15:27.690Z[ recovery-image] May 21 17:15:27.625 INFO O| May 21 17:15:27.624 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
83912026-05-21T17:15:27.690Z[ recovery-image] May 21 17:15:27.625 INFO O| May 21 17:15:27.625 INFO ok!
83922026-05-21T17:15:27.690Z[ recovery-image] May 21 17:15:27.625 INFO O| May 21 17:15:27.625 INFO STEP 36 (ensure_file) COMPLETE
83932026-05-21T17:15:27.690Z[ recovery-image] May 21 17:15:27.625 INFO O| May 21 17:15:27.625 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83942026-05-21T17:15:27.695Z[ recovery-image] May 21 17:15:27.634 INFO O| May 21 17:15:27.634 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83952026-05-21T17:15:27.695Z[ recovery-image] May 21 17:15:27.634 INFO O| May 21 17:15:27.634 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
83962026-05-21T17:15:27.695Z[ recovery-image] May 21 17:15:27.634 INFO O| May 21 17:15:27.634 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
83972026-05-21T17:15:27.695Z[ recovery-image] May 21 17:15:27.634 INFO O| May 21 17:15:27.634 INFO ok!
83982026-05-21T17:15:27.695Z[ recovery-image] May 21 17:15:27.634 INFO O| May 21 17:15:27.634 INFO STEP 37 (ensure_file) COMPLETE
83992026-05-21T17:15:27.695Z[ recovery-image] May 21 17:15:27.634 INFO O| May 21 17:15:27.634 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84002026-05-21T17:15:27.705Z[ recovery-image] May 21 17:15:27.646 INFO O| May 21 17:15:27.646 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84012026-05-21T17:15:27.705Z[ recovery-image] May 21 17:15:27.646 INFO O| May 21 17:15:27.646 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84022026-05-21T17:15:27.705Z[ recovery-image] May 21 17:15:27.646 INFO O| May 21 17:15:27.646 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84032026-05-21T17:15:27.705Z[ recovery-image] May 21 17:15:27.646 INFO O| May 21 17:15:27.646 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84042026-05-21T17:15:27.705Z[ recovery-image] May 21 17:15:27.646 INFO O| May 21 17:15:27.646 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84052026-05-21T17:15:27.706Z[ recovery-image] May 21 17:15:27.646 INFO O| May 21 17:15:27.646 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84062026-05-21T17:15:27.706Z[ recovery-image] May 21 17:15:27.646 INFO O| May 21 17:15:27.646 INFO ok!
84072026-05-21T17:15:27.706Z[ recovery-image] May 21 17:15:27.646 INFO O| May 21 17:15:27.646 INFO STEP 38 (ensure_file) COMPLETE
84082026-05-21T17:15:27.706Z[ recovery-image] May 21 17:15:27.646 INFO O| May 21 17:15:27.646 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84092026-05-21T17:15:27.732Z[ recovery-image] May 21 17:15:27.657 INFO O| May 21 17:15:27.657 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84102026-05-21T17:15:27.733Z[ recovery-image] May 21 17:15:27.657 INFO O| May 21 17:15:27.657 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84112026-05-21T17:15:27.733Z[ recovery-image] May 21 17:15:27.657 INFO O| May 21 17:15:27.657 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84122026-05-21T17:15:27.733Z[ recovery-image] May 21 17:15:27.657 INFO O| May 21 17:15:27.657 INFO STEP 39 (ensure_dir) COMPLETE
84132026-05-21T17:15:27.733Z[ recovery-image] May 21 17:15:27.657 INFO O| May 21 17:15:27.657 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84142026-05-21T17:15:27.733Z[ recovery-image] May 21 17:15:27.666 INFO O| May 21 17:15:27.666 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
84152026-05-21T17:15:27.733Z[ recovery-image] May 21 17:15:27.666 INFO O| May 21 17:15:27.666 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 ...
84162026-05-21T17:15:27.733Z[ recovery-image] May 21 17:15:27.666 INFO O| May 21 17:15:27.666 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
84172026-05-21T17:15:27.733Z[ recovery-image] May 21 17:15:27.666 INFO O| May 21 17:15:27.666 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
84182026-05-21T17:15:27.733Z[ recovery-image] May 21 17:15:27.666 INFO O| May 21 17:15:27.666 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
84192026-05-21T17:15:27.733Z[ recovery-image] May 21 17:15:27.666 INFO O| May 21 17:15:27.666 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
84202026-05-21T17:15:27.733Z[ recovery-image] May 21 17:15:27.666 INFO O| May 21 17:15:27.666 INFO ok!
84212026-05-21T17:15:27.733Z[ recovery-image] May 21 17:15:27.666 INFO O| May 21 17:15:27.666 INFO STEP 40 (ensure_file) COMPLETE
84222026-05-21T17:15:27.733Z[ recovery-image] May 21 17:15:27.666 INFO O| May 21 17:15:27.666 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84232026-05-21T17:15:27.744Z[ recovery-image] May 21 17:15:27.675 INFO O| May 21 17:15:27.675 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84242026-05-21T17:15:27.744Z[ recovery-image] May 21 17:15:27.675 INFO O| May 21 17:15:27.675 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 ...
84252026-05-21T17:15:27.744Z[ recovery-image] May 21 17:15:27.675 INFO O| May 21 17:15:27.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84262026-05-21T17:15:27.744Z[ recovery-image] May 21 17:15:27.675 INFO O| May 21 17:15:27.675 INFO ok!
84272026-05-21T17:15:27.744Z[ recovery-image] May 21 17:15:27.675 INFO O| May 21 17:15:27.675 INFO STEP 41 (ensure_symlink) COMPLETE
84282026-05-21T17:15:27.744Z[ recovery-image] May 21 17:15:27.675 INFO O| May 21 17:15:27.675 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84292026-05-21T17:15:27.744Z[ recovery-image] May 21 17:15:27.684 INFO O| May 21 17:15:27.684 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
84302026-05-21T17:15:27.744Z[ recovery-image] May 21 17:15:27.684 INFO O| May 21 17:15:27.684 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
84312026-05-21T17:15:27.744Z[ recovery-image] May 21 17:15:27.684 INFO O| May 21 17:15:27.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
84322026-05-21T17:15:27.744Z[ recovery-image] May 21 17:15:27.684 INFO O| May 21 17:15:27.684 INFO ok!
84332026-05-21T17:15:27.744Z[ recovery-image] May 21 17:15:27.684 INFO O| May 21 17:15:27.684 INFO STEP 42 (ensure_symlink) COMPLETE
84342026-05-21T17:15:27.744Z[ recovery-image] May 21 17:15:27.684 INFO O| May 21 17:15:27.684 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84352026-05-21T17:15:27.754Z[ recovery-image] May 21 17:15:27.694 INFO O| May 21 17:15:27.694 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
84362026-05-21T17:15:27.754Z[ recovery-image] May 21 17:15:27.694 INFO O| May 21 17:15:27.694 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
84372026-05-21T17:15:27.754Z[ recovery-image] May 21 17:15:27.695 INFO O| May 21 17:15:27.694 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84382026-05-21T17:15:27.754Z[ recovery-image] May 21 17:15:27.695 INFO O| May 21 17:15:27.695 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84392026-05-21T17:15:27.754Z[ recovery-image] May 21 17:15:27.695 INFO O| May 21 17:15:27.695 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84402026-05-21T17:15:27.754Z[ recovery-image] May 21 17:15:27.695 INFO O| May 21 17:15:27.695 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84412026-05-21T17:15:27.754Z[ recovery-image] May 21 17:15:27.695 INFO O| May 21 17:15:27.695 INFO ok!
84422026-05-21T17:15:27.754Z[ recovery-image] May 21 17:15:27.695 INFO O| May 21 17:15:27.695 INFO STEP 43 (ensure_file) COMPLETE
84432026-05-21T17:15:27.754Z[ recovery-image] May 21 17:15:27.695 INFO O| May 21 17:15:27.695 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84442026-05-21T17:15:27.760Z[ recovery-image] May 21 17:15:27.703 INFO O| May 21 17:15:27.703 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
84452026-05-21T17:15:27.760Z[ recovery-image] May 21 17:15:27.704 INFO O| May 21 17:15:27.703 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 ...
84462026-05-21T17:15:27.760Z[ recovery-image] May 21 17:15:27.704 INFO O| May 21 17:15:27.704 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
84472026-05-21T17:15:27.760Z[ recovery-image] May 21 17:15:27.704 INFO O| May 21 17:15:27.704 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
84482026-05-21T17:15:27.760Z[ recovery-image] May 21 17:15:27.704 INFO O| May 21 17:15:27.704 INFO ok!
84492026-05-21T17:15:27.760Z[ recovery-image] May 21 17:15:27.704 INFO O| May 21 17:15:27.704 INFO STEP 44 (ensure_file) COMPLETE
84502026-05-21T17:15:27.760Z[ recovery-image] May 21 17:15:27.704 INFO O| May 21 17:15:27.704 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84512026-05-21T17:15:27.769Z[ recovery-image] May 21 17:15:27.712 INFO O| May 21 17:15:27.712 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
84522026-05-21T17:15:27.769Z[ recovery-image] May 21 17:15:27.712 INFO O| May 21 17:15:27.712 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
84532026-05-21T17:15:27.769Z[ recovery-image] May 21 17:15:27.712 INFO O| May 21 17:15:27.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
84542026-05-21T17:15:27.769Z[ recovery-image] May 21 17:15:27.712 INFO O| May 21 17:15:27.712 INFO ok!
84552026-05-21T17:15:27.769Z[ recovery-image] May 21 17:15:27.712 INFO O| May 21 17:15:27.712 INFO STEP 45 (ensure_file) COMPLETE
84562026-05-21T17:15:27.769Z[ recovery-image] May 21 17:15:27.712 INFO O| May 21 17:15:27.712 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84572026-05-21T17:15:27.780Z[ recovery-image] May 21 17:15:27.721 INFO O| May 21 17:15:27.721 INFO updating shadow file
84582026-05-21T17:15:27.780Z[ recovery-image] May 21 17:15:27.721 INFO O| May 21 17:15:27.721 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84592026-05-21T17:15:27.780Z[ recovery-image] May 21 17:15:27.721 INFO O| May 21 17:15:27.721 INFO STEP 46 (shadow) COMPLETE
84602026-05-21T17:15:27.781Z[ recovery-image] May 21 17:15:27.721 INFO O| May 21 17:15:27.721 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84612026-05-21T17:15:27.790Z[ recovery-image] May 21 17:15:27.729 INFO O| May 21 17:15:27.729 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84622026-05-21T17:15:27.790Z[ recovery-image] May 21 17:15:27.729 INFO O| May 21 17:15:27.729 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
84632026-05-21T17:15:27.790Z[ recovery-image] May 21 17:15:27.729 INFO O| May 21 17:15:27.729 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84642026-05-21T17:15:27.790Z[ recovery-image] May 21 17:15:27.729 INFO O| May 21 17:15:27.729 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84652026-05-21T17:15:27.790Z[ recovery-image] May 21 17:15:27.729 INFO O| May 21 17:15:27.729 INFO ok!
84662026-05-21T17:15:27.790Z[ recovery-image] May 21 17:15:27.729 INFO O| May 21 17:15:27.729 INFO STEP 47 (ensure_file) COMPLETE
84672026-05-21T17:15:27.790Z[ recovery-image] May 21 17:15:27.729 INFO O| May 21 17:15:27.729 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84682026-05-21T17:15:27.813Z[ recovery-image] May 21 17:15:27.738 INFO O| May 21 17:15:27.738 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
84692026-05-21T17:15:27.813Z[ recovery-image] May 21 17:15:27.738 INFO O| May 21 17:15:27.738 INFO STEP 48 (ensure_dir) COMPLETE
84702026-05-21T17:15:27.813Z[ recovery-image] May 21 17:15:27.738 INFO O| May 21 17:15:27.738 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84712026-05-21T17:15:27.814Z[ recovery-image] May 21 17:15:27.746 INFO O| May 21 17:15:27.746 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
84722026-05-21T17:15:27.814Z[ recovery-image] May 21 17:15:27.746 INFO O| May 21 17:15:27.746 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
84732026-05-21T17:15:27.814Z[ recovery-image] May 21 17:15:27.746 INFO O| May 21 17:15:27.746 INFO STEP 49 (ensure_dir) COMPLETE
84742026-05-21T17:15:27.814Z[ recovery-image] May 21 17:15:27.746 INFO O| May 21 17:15:27.746 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84752026-05-21T17:15:27.814Z[ recovery-image] May 21 17:15:27.755 INFO O| May 21 17:15:27.755 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
84762026-05-21T17:15:27.814Z[ recovery-image] May 21 17:15:27.755 INFO O| May 21 17:15:27.755 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
84772026-05-21T17:15:27.814Z[ recovery-image] May 21 17:15:27.755 INFO O| May 21 17:15:27.755 INFO STEP 50 (ensure_dir) COMPLETE
84782026-05-21T17:15:27.814Z[ recovery-image] May 21 17:15:27.755 INFO O| May 21 17:15:27.755 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84792026-05-21T17:15:27.823Z[ recovery-image] May 21 17:15:27.764 INFO O| May 21 17:15:27.764 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84802026-05-21T17:15:27.823Z[ recovery-image] May 21 17:15:27.764 INFO O| May 21 17:15:27.764 INFO copying /tmp/.tmpEayPFN/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
84812026-05-21T17:15:27.857Z[ recovery-image] May 21 17:15:27.807 INFO O| May 21 17:15:27.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
84822026-05-21T17:15:27.857Z[ recovery-image] May 21 17:15:27.807 INFO O| May 21 17:15:27.807 INFO ok!
84832026-05-21T17:15:27.861Z[ recovery-image] May 21 17:15:27.807 INFO O| May 21 17:15:27.807 INFO STEP 51 (ensure_file) COMPLETE
84842026-05-21T17:15:27.861Z[ recovery-image] May 21 17:15:27.807 INFO O| May 21 17:15:27.807 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84852026-05-21T17:15:27.868Z[ recovery-image] May 21 17:15:27.818 INFO O| May 21 17:15:27.818 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
84862026-05-21T17:15:27.868Z[ recovery-image] May 21 17:15:27.819 INFO O| May 21 17:15:27.818 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
84872026-05-21T17:15:27.872Z[ recovery-image] May 21 17:15:27.819 INFO O| May 21 17:15:27.819 INFO STEP 52 (ensure_dir) COMPLETE
84882026-05-21T17:15:27.872Z[ recovery-image] May 21 17:15:27.819 INFO O| May 21 17:15:27.819 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84892026-05-21T17:15:27.907Z[ recovery-image] May 21 17:15:27.829 INFO O| May 21 17:15:27.829 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
84902026-05-21T17:15:27.908Z[ recovery-image] May 21 17:15:27.829 INFO O| May 21 17:15:27.829 INFO copying /tmp/.tmpEayPFN/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
84912026-05-21T17:15:27.908Z[ recovery-image] May 21 17:15:27.829 INFO O| May 21 17:15:27.829 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
84922026-05-21T17:15:27.908Z[ recovery-image] May 21 17:15:27.829 INFO O| May 21 17:15:27.829 INFO ok!
84932026-05-21T17:15:27.908Z[ recovery-image] May 21 17:15:27.829 INFO O| May 21 17:15:27.829 INFO STEP 53 (ensure_file) COMPLETE
84942026-05-21T17:15:27.908Z[ recovery-image] May 21 17:15:27.829 INFO O| May 21 17:15:27.829 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84952026-05-21T17:15:27.908Z[ recovery-image] May 21 17:15:27.839 INFO O| May 21 17:15:27.839 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
84962026-05-21T17:15:27.908Z[ recovery-image] May 21 17:15:27.839 INFO O| May 21 17:15:27.839 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
84972026-05-21T17:15:27.908Z[ recovery-image] May 21 17:15:27.839 INFO O| May 21 17:15:27.839 INFO STEP 54 (ensure_dir) COMPLETE
84982026-05-21T17:15:27.908Z[ recovery-image] May 21 17:15:27.839 INFO O| May 21 17:15:27.839 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84992026-05-21T17:15:27.914Z[ recovery-image] May 21 17:15:27.848 INFO O| May 21 17:15:27.848 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85002026-05-21T17:15:27.914Z[ recovery-image] May 21 17:15:27.848 INFO O| May 21 17:15:27.848 INFO copying /tmp/.tmpEayPFN/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85012026-05-21T17:15:29.673Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
85022026-05-21T17:15:29.880Z[ recovery-image] May 21 17:15:29.830 INFO O| May 21 17:15:29.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85032026-05-21T17:15:29.880Z[ recovery-image] May 21 17:15:29.830 INFO O| May 21 17:15:29.830 INFO ok!
85042026-05-21T17:15:29.880Z[ recovery-image] May 21 17:15:29.830 INFO O| May 21 17:15:29.830 INFO STEP 55 (ensure_file) COMPLETE
85052026-05-21T17:15:29.883Z[ recovery-image] May 21 17:15:29.830 INFO O| May 21 17:15:29.830 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85062026-05-21T17:15:29.889Z[ recovery-image] May 21 17:15:29.839 INFO O| May 21 17:15:29.839 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85072026-05-21T17:15:29.889Z[ recovery-image] May 21 17:15:29.840 INFO O| May 21 17:15:29.839 INFO copying /tmp/.tmpEayPFN/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85082026-05-21T17:15:31.844Z[ recovery-image] May 21 17:15:31.794 INFO O| May 21 17:15:31.794 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85092026-05-21T17:15:31.844Z[ recovery-image] May 21 17:15:31.794 INFO O| May 21 17:15:31.794 INFO ok!
85102026-05-21T17:15:31.844Z[ recovery-image] May 21 17:15:31.794 INFO O| May 21 17:15:31.794 INFO STEP 56 (ensure_file) COMPLETE
85112026-05-21T17:15:31.847Z[ recovery-image] May 21 17:15:31.794 INFO O| May 21 17:15:31.794 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85122026-05-21T17:15:31.855Z[ recovery-image] May 21 17:15:31.806 INFO O| May 21 17:15:31.806 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85132026-05-21T17:15:31.855Z[ recovery-image] May 21 17:15:31.806 INFO O| May 21 17:15:31.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85142026-05-21T17:15:31.858Z[ recovery-image] May 21 17:15:31.806 INFO O| May 21 17:15:31.806 INFO STEP 57 (ensure_dir) COMPLETE
85152026-05-21T17:15:31.858Z[ recovery-image] May 21 17:15:31.806 INFO O| May 21 17:15:31.806 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85162026-05-21T17:15:31.866Z[ recovery-image] May 21 17:15:31.817 INFO O| May 21 17:15:31.817 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85172026-05-21T17:15:31.866Z[ recovery-image] May 21 17:15:31.817 INFO O| May 21 17:15:31.817 INFO copying /tmp/.tmpEayPFN/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 ...
85182026-05-21T17:15:31.866Z[ recovery-image] May 21 17:15:31.817 INFO O| May 21 17:15:31.817 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
85192026-05-21T17:15:31.869Z[ recovery-image] May 21 17:15:31.817 INFO O| May 21 17:15:31.817 INFO ok!
85202026-05-21T17:15:31.869Z[ recovery-image] May 21 17:15:31.817 INFO O| May 21 17:15:31.817 INFO STEP 58 (ensure_file) COMPLETE
85212026-05-21T17:15:31.869Z[ recovery-image] May 21 17:15:31.817 INFO O| May 21 17:15:31.817 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85222026-05-21T17:15:31.876Z[ recovery-image] May 21 17:15:31.827 INFO O| May 21 17:15:31.826 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85232026-05-21T17:15:31.876Z[ recovery-image] May 21 17:15:31.827 INFO O| May 21 17:15:31.826 INFO copying /tmp/.tmpEayPFN/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 ...
85242026-05-21T17:15:31.879Z[ recovery-image] May 21 17:15:31.827 INFO O| May 21 17:15:31.827 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
85252026-05-21T17:15:31.879Z[ recovery-image] May 21 17:15:31.827 INFO O| May 21 17:15:31.827 INFO ok!
85262026-05-21T17:15:31.879Z[ recovery-image] May 21 17:15:31.827 INFO O| May 21 17:15:31.827 INFO STEP 59 (ensure_file) COMPLETE
85272026-05-21T17:15:31.879Z[ recovery-image] May 21 17:15:31.827 INFO O| May 21 17:15:31.827 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85282026-05-21T17:15:31.886Z[ recovery-image] May 21 17:15:31.836 INFO O| May 21 17:15:31.836 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85292026-05-21T17:15:31.886Z[ recovery-image] May 21 17:15:31.836 INFO O| May 21 17:15:31.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85302026-05-21T17:15:31.886Z[ recovery-image] May 21 17:15:31.836 INFO O| May 21 17:15:31.836 INFO STEP 60 (ensure_dir) COMPLETE
85312026-05-21T17:15:31.889Z[ recovery-image] May 21 17:15:31.836 INFO O| May 21 17:15:31.836 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85322026-05-21T17:15:31.895Z[ recovery-image] May 21 17:15:31.846 INFO O| May 21 17:15:31.845 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85332026-05-21T17:15:31.895Z[ recovery-image] May 21 17:15:31.846 INFO O| May 21 17:15:31.845 INFO copying /tmp/.tmpEayPFN/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 ...
85342026-05-21T17:15:31.895Z[ recovery-image] May 21 17:15:31.846 INFO O| May 21 17:15:31.846 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
85352026-05-21T17:15:31.898Z[ recovery-image] May 21 17:15:31.846 INFO O| May 21 17:15:31.846 INFO ok!
85362026-05-21T17:15:31.898Z[ recovery-image] May 21 17:15:31.846 INFO O| May 21 17:15:31.846 INFO STEP 61 (ensure_file) COMPLETE
85372026-05-21T17:15:31.898Z[ recovery-image] May 21 17:15:31.846 INFO O| May 21 17:15:31.846 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85382026-05-21T17:15:31.904Z[ recovery-image] May 21 17:15:31.855 INFO O| May 21 17:15:31.855 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
85392026-05-21T17:15:31.904Z[ recovery-image] May 21 17:15:31.855 INFO O| May 21 17:15:31.855 INFO copying /tmp/.tmpEayPFN/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 ...
85402026-05-21T17:15:31.904Z[ recovery-image] May 21 17:15:31.855 INFO O| May 21 17:15:31.855 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
85412026-05-21T17:15:31.907Z[ recovery-image] May 21 17:15:31.855 INFO O| May 21 17:15:31.855 INFO ok!
85422026-05-21T17:15:31.907Z[ recovery-image] May 21 17:15:31.855 INFO O| May 21 17:15:31.855 INFO STEP 62 (ensure_file) COMPLETE
85432026-05-21T17:15:31.907Z[ recovery-image] May 21 17:15:31.855 INFO O| May 21 17:15:31.855 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85442026-05-21T17:15:31.913Z[ recovery-image] May 21 17:15:31.864 INFO O| May 21 17:15:31.864 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85452026-05-21T17:15:31.913Z[ recovery-image] May 21 17:15:31.864 INFO O| May 21 17:15:31.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85462026-05-21T17:15:31.913Z[ recovery-image] May 21 17:15:31.864 INFO O| May 21 17:15:31.864 INFO STEP 63 (ensure_dir) COMPLETE
85472026-05-21T17:15:31.916Z[ recovery-image] May 21 17:15:31.864 INFO O| May 21 17:15:31.864 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85482026-05-21T17:15:31.924Z[ recovery-image] May 21 17:15:31.873 INFO O| May 21 17:15:31.873 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
85492026-05-21T17:15:31.924Z[ recovery-image] May 21 17:15:31.873 INFO O| May 21 17:15:31.873 INFO copying /tmp/.tmpEayPFN/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 ...
85502026-05-21T17:15:31.924Z[ recovery-image] May 21 17:15:31.873 INFO O| May 21 17:15:31.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85512026-05-21T17:15:31.927Z[ recovery-image] May 21 17:15:31.873 INFO O| May 21 17:15:31.873 INFO ok!
85522026-05-21T17:15:31.927Z[ recovery-image] May 21 17:15:31.873 INFO O| May 21 17:15:31.873 INFO STEP 64 (ensure_file) COMPLETE
85532026-05-21T17:15:31.927Z[ recovery-image] May 21 17:15:31.873 INFO O| May 21 17:15:31.873 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85542026-05-21T17:15:31.932Z[ recovery-image] May 21 17:15:31.883 INFO O| May 21 17:15:31.883 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85552026-05-21T17:15:31.932Z[ recovery-image] May 21 17:15:31.883 INFO O| May 21 17:15:31.883 INFO copying /tmp/.tmpEayPFN/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85562026-05-21T17:15:31.932Z[ recovery-image] May 21 17:15:31.883 INFO O| May 21 17:15:31.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85572026-05-21T17:15:31.935Z[ recovery-image] May 21 17:15:31.883 INFO O| May 21 17:15:31.883 INFO ok!
85582026-05-21T17:15:31.935Z[ recovery-image] May 21 17:15:31.883 INFO O| May 21 17:15:31.883 INFO STEP 65 (ensure_file) COMPLETE
85592026-05-21T17:15:31.935Z[ recovery-image] May 21 17:15:31.883 INFO O| May 21 17:15:31.883 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85602026-05-21T17:15:31.941Z[ recovery-image] May 21 17:15:31.892 INFO O| May 21 17:15:31.892 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
85612026-05-21T17:15:31.941Z[ recovery-image] May 21 17:15:31.892 INFO O| May 21 17:15:31.892 INFO STEP 66 (ensure_dir) COMPLETE
85622026-05-21T17:15:31.944Z[ recovery-image] May 21 17:15:31.892 INFO O| May 21 17:15:31.892 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85632026-05-21T17:15:31.950Z[ recovery-image] May 21 17:15:31.901 INFO O| May 21 17:15:31.901 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
85642026-05-21T17:15:31.950Z[ recovery-image] May 21 17:15:31.901 INFO O| May 21 17:15:31.901 INFO STEP 67 (ensure_dir) COMPLETE
85652026-05-21T17:15:31.950Z[ recovery-image] May 21 17:15:31.901 INFO O| May 21 17:15:31.901 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85662026-05-21T17:15:31.959Z[ recovery-image] May 21 17:15:31.910 INFO O| May 21 17:15:31.910 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
85672026-05-21T17:15:31.959Z[ recovery-image] May 21 17:15:31.910 INFO O| May 21 17:15:31.910 INFO STEP 68 (ensure_dir) COMPLETE
85682026-05-21T17:15:31.959Z[ recovery-image] May 21 17:15:31.910 INFO O| May 21 17:15:31.910 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85692026-05-21T17:15:31.968Z[ recovery-image] May 21 17:15:31.918 INFO O| May 21 17:15:31.918 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
85702026-05-21T17:15:31.968Z[ recovery-image] May 21 17:15:31.918 INFO O| May 21 17:15:31.918 INFO STEP 69 (ensure_dir) COMPLETE
85712026-05-21T17:15:31.971Z[ recovery-image] May 21 17:15:31.918 INFO O| May 21 17:15:31.918 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85722026-05-21T17:15:31.977Z[ recovery-image] May 21 17:15:31.927 INFO O| May 21 17:15:31.927 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
85732026-05-21T17:15:31.977Z[ recovery-image] May 21 17:15:31.927 INFO O| May 21 17:15:31.927 INFO copying /tmp/.tmpEayPFN/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
85742026-05-21T17:15:31.977Z[ recovery-image] May 21 17:15:31.928 INFO O| May 21 17:15:31.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
85752026-05-21T17:15:31.980Z[ recovery-image] May 21 17:15:31.928 INFO O| May 21 17:15:31.928 INFO ok!
85762026-05-21T17:15:31.980Z[ recovery-image] May 21 17:15:31.928 INFO O| May 21 17:15:31.928 INFO STEP 70 (ensure_file) COMPLETE
85772026-05-21T17:15:31.980Z[ recovery-image] May 21 17:15:31.928 INFO O| May 21 17:15:31.928 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85782026-05-21T17:15:31.986Z[ recovery-image] May 21 17:15:31.937 INFO O| May 21 17:15:31.937 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85792026-05-21T17:15:31.989Z[ recovery-image] May 21 17:15:31.937 INFO O| May 21 17:15:31.937 INFO STEP 71 (remove_files) COMPLETE
85802026-05-21T17:15:31.989Z[ recovery-image] May 21 17:15:31.937 INFO O| May 21 17:15:31.937 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85812026-05-21T17:15:31.996Z[ recovery-image] May 21 17:15:31.946 INFO O| May 21 17:15:31.946 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
85822026-05-21T17:15:31.996Z[ recovery-image] May 21 17:15:31.946 INFO O| May 21 17:15:31.946 INFO STEP 72 (remove_files) COMPLETE
85832026-05-21T17:15:31.996Z[ recovery-image] May 21 17:15:31.946 INFO O| May 21 17:15:31.946 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85842026-05-21T17:15:32.005Z[ recovery-image] May 21 17:15:31.956 INFO O| May 21 17:15:31.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
85852026-05-21T17:15:32.005Z[ recovery-image] May 21 17:15:31.956 INFO O| May 21 17:15:31.956 INFO STEP 73 (remove_files) COMPLETE
85862026-05-21T17:15:32.008Z[ recovery-image] May 21 17:15:31.956 INFO O| May 21 17:15:31.956 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85872026-05-21T17:15:32.015Z[ recovery-image] May 21 17:15:31.965 INFO O| May 21 17:15:31.965 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
85882026-05-21T17:15:32.015Z[ recovery-image] May 21 17:15:31.965 INFO O| May 21 17:15:31.965 INFO STEP 74 (remove_files) COMPLETE
85892026-05-21T17:15:32.015Z[ recovery-image] May 21 17:15:31.965 INFO O| May 21 17:15:31.965 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85902026-05-21T17:15:32.025Z[ recovery-image] May 21 17:15:31.976 INFO O| May 21 17:15:31.976 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
85912026-05-21T17:15:32.025Z[ recovery-image] May 21 17:15:31.976 INFO O| May 21 17:15:31.976 INFO STEP 75 (remove_files) COMPLETE
85922026-05-21T17:15:32.025Z[ recovery-image] May 21 17:15:31.976 INFO O| May 21 17:15:31.976 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85932026-05-21T17:15:32.035Z[ recovery-image] May 21 17:15:31.985 INFO O| May 21 17:15:31.985 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
85942026-05-21T17:15:32.036Z[ recovery-image] May 21 17:15:31.986 INFO O| May 21 17:15:31.986 INFO STEP 76 (remove_files) COMPLETE
85952026-05-21T17:15:32.039Z[ recovery-image] May 21 17:15:31.986 INFO O| May 21 17:15:31.986 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85962026-05-21T17:15:32.044Z[ recovery-image] May 21 17:15:31.995 INFO O| May 21 17:15:31.995 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85972026-05-21T17:15:32.044Z[ recovery-image] May 21 17:15:31.995 INFO O| May 21 17:15:31.995 INFO STEP 77 (remove_files) COMPLETE
85982026-05-21T17:15:32.044Z[ recovery-image] May 21 17:15:31.995 INFO O| May 21 17:15:31.995 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85992026-05-21T17:15:32.056Z[ recovery-image] May 21 17:15:32.007 INFO O| May 21 17:15:32.007 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86002026-05-21T17:15:32.056Z[ recovery-image] May 21 17:15:32.007 INFO O| May 21 17:15:32.007 INFO STEP 78 (remove_files) COMPLETE
86012026-05-21T17:15:32.056Z[ recovery-image] May 21 17:15:32.007 INFO O| May 21 17:15:32.007 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86022026-05-21T17:15:32.072Z[ recovery-image] May 21 17:15:32.023 INFO O| May 21 17:15:32.023 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86032026-05-21T17:15:32.072Z[ recovery-image] May 21 17:15:32.023 INFO O| May 21 17:15:32.023 INFO STEP 79 (remove_files) COMPLETE
86042026-05-21T17:15:32.072Z[ recovery-image] May 21 17:15:32.023 INFO O| May 21 17:15:32.023 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86052026-05-21T17:15:32.082Z[ recovery-image] May 21 17:15:32.032 INFO O| May 21 17:15:32.032 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86062026-05-21T17:15:32.082Z[ recovery-image] May 21 17:15:32.032 INFO O| May 21 17:15:32.032 INFO STEP 80 (remove_files) COMPLETE
86072026-05-21T17:15:32.082Z[ recovery-image] May 21 17:15:32.032 INFO O| May 21 17:15:32.032 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86082026-05-21T17:15:32.092Z[ recovery-image] May 21 17:15:32.043 INFO O| May 21 17:15:32.042 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86092026-05-21T17:15:32.092Z[ recovery-image] May 21 17:15:32.043 INFO O| May 21 17:15:32.043 INFO STEP 81 (remove_files) COMPLETE
86102026-05-21T17:15:32.092Z[ recovery-image] May 21 17:15:32.043 INFO O| May 21 17:15:32.043 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86112026-05-21T17:15:32.102Z[ recovery-image] May 21 17:15:32.052 INFO O| May 21 17:15:32.052 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86122026-05-21T17:15:32.102Z[ recovery-image] May 21 17:15:32.052 INFO O| May 21 17:15:32.052 INFO STEP 82 (remove_files) COMPLETE
86132026-05-21T17:15:32.105Z[ recovery-image] May 21 17:15:32.052 INFO O| May 21 17:15:32.052 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86142026-05-21T17:15:32.111Z[ recovery-image] May 21 17:15:32.062 INFO O| May 21 17:15:32.062 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86152026-05-21T17:15:32.111Z[ recovery-image] May 21 17:15:32.062 INFO O| May 21 17:15:32.062 INFO STEP 83 (remove_files) COMPLETE
86162026-05-21T17:15:32.114Z[ recovery-image] May 21 17:15:32.062 INFO O| May 21 17:15:32.062 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86172026-05-21T17:15:32.120Z[ recovery-image] May 21 17:15:32.071 INFO O| May 21 17:15:32.071 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86182026-05-21T17:15:32.120Z[ recovery-image] May 21 17:15:32.071 INFO O| May 21 17:15:32.071 INFO STEP 84 (remove_files) COMPLETE
86192026-05-21T17:15:32.120Z[ recovery-image] May 21 17:15:32.071 INFO O| May 21 17:15:32.071 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86202026-05-21T17:15:32.130Z[ recovery-image] May 21 17:15:32.080 INFO O| May 21 17:15:32.080 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86212026-05-21T17:15:32.130Z[ recovery-image] May 21 17:15:32.080 INFO O| May 21 17:15:32.080 INFO STEP 85 (remove_files) COMPLETE
86222026-05-21T17:15:32.130Z[ recovery-image] May 21 17:15:32.080 INFO O| May 21 17:15:32.080 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86232026-05-21T17:15:32.140Z[ recovery-image] May 21 17:15:32.090 INFO O| May 21 17:15:32.090 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86242026-05-21T17:15:32.140Z[ recovery-image] May 21 17:15:32.090 INFO O| May 21 17:15:32.090 INFO STEP 86 (remove_files) COMPLETE
86252026-05-21T17:15:32.140Z[ recovery-image] May 21 17:15:32.090 INFO O| May 21 17:15:32.090 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86262026-05-21T17:15:32.151Z[ recovery-image] May 21 17:15:32.101 INFO O| May 21 17:15:32.101 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86272026-05-21T17:15:32.151Z[ recovery-image] May 21 17:15:32.101 INFO O| May 21 17:15:32.101 INFO STEP 87 (remove_files) COMPLETE
86282026-05-21T17:15:32.151Z[ recovery-image] May 21 17:15:32.101 INFO O| May 21 17:15:32.101 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86292026-05-21T17:15:32.160Z[ recovery-image] May 21 17:15:32.111 INFO O| May 21 17:15:32.110 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86302026-05-21T17:15:32.160Z[ recovery-image] May 21 17:15:32.111 INFO O| May 21 17:15:32.111 INFO STEP 88 (remove_files) COMPLETE
86312026-05-21T17:15:32.160Z[ recovery-image] May 21 17:15:32.111 INFO O| May 21 17:15:32.111 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86322026-05-21T17:15:32.170Z[ recovery-image] May 21 17:15:32.120 INFO O| May 21 17:15:32.120 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86332026-05-21T17:15:32.170Z[ recovery-image] May 21 17:15:32.120 INFO O| May 21 17:15:32.120 INFO STEP 89 (remove_files) COMPLETE
86342026-05-21T17:15:32.170Z[ recovery-image] May 21 17:15:32.120 INFO O| May 21 17:15:32.120 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86352026-05-21T17:15:32.178Z[ recovery-image] May 21 17:15:32.129 INFO O| May 21 17:15:32.129 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
86362026-05-21T17:15:32.178Z[ recovery-image] May 21 17:15:32.129 INFO O| May 21 17:15:32.129 INFO STEP 90 (remove_files) COMPLETE
86372026-05-21T17:15:32.178Z[ recovery-image] May 21 17:15:32.129 INFO O| May 21 17:15:32.129 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86382026-05-21T17:15:32.186Z[ recovery-image] May 21 17:15:32.137 INFO O| May 21 17:15:32.137 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
86392026-05-21T17:15:32.187Z[ recovery-image] May 21 17:15:32.137 INFO O| May 21 17:15:32.137 INFO STEP 91 (remove_files) COMPLETE
86402026-05-21T17:15:32.190Z[ recovery-image] May 21 17:15:32.137 INFO O| May 21 17:15:32.137 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86412026-05-21T17:15:32.195Z[ recovery-image] May 21 17:15:32.146 INFO O| May 21 17:15:32.146 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
86422026-05-21T17:15:32.195Z[ recovery-image] May 21 17:15:32.146 INFO O| May 21 17:15:32.146 INFO STEP 92 (remove_files) COMPLETE
86432026-05-21T17:15:32.198Z[ recovery-image] May 21 17:15:32.146 INFO O| May 21 17:15:32.146 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86442026-05-21T17:15:32.203Z[ recovery-image] May 21 17:15:32.154 INFO O| May 21 17:15:32.154 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
86452026-05-21T17:15:32.203Z[ recovery-image] May 21 17:15:32.154 INFO O| May 21 17:15:32.154 INFO STEP 93 (remove_files) COMPLETE
86462026-05-21T17:15:32.203Z[ recovery-image] May 21 17:15:32.154 INFO O| May 21 17:15:32.154 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86472026-05-21T17:15:32.212Z[ recovery-image] May 21 17:15:32.162 INFO O| May 21 17:15:32.162 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
86482026-05-21T17:15:32.212Z[ recovery-image] May 21 17:15:32.162 INFO O| May 21 17:15:32.162 INFO STEP 94 (remove_files) COMPLETE
86492026-05-21T17:15:32.215Z[ recovery-image] May 21 17:15:32.163 INFO O| May 21 17:15:32.162 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86502026-05-21T17:15:32.220Z[ recovery-image] May 21 17:15:32.171 INFO O| May 21 17:15:32.171 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86512026-05-21T17:15:32.220Z[ recovery-image] May 21 17:15:32.171 INFO O| May 21 17:15:32.171 INFO STEP 95 (remove_files) COMPLETE
86522026-05-21T17:15:32.220Z[ recovery-image] May 21 17:15:32.171 INFO O| May 21 17:15:32.171 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86532026-05-21T17:15:32.229Z[ recovery-image] May 21 17:15:32.180 INFO O| May 21 17:15:32.179 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86542026-05-21T17:15:32.229Z[ recovery-image] May 21 17:15:32.180 INFO O| May 21 17:15:32.180 INFO STEP 96 (remove_files) COMPLETE
86552026-05-21T17:15:32.229Z[ recovery-image] May 21 17:15:32.180 INFO O| May 21 17:15:32.180 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86562026-05-21T17:15:32.238Z[ recovery-image] May 21 17:15:32.188 INFO O| May 21 17:15:32.188 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86572026-05-21T17:15:32.238Z[ recovery-image] May 21 17:15:32.188 INFO O| May 21 17:15:32.188 INFO STEP 97 (remove_files) COMPLETE
86582026-05-21T17:15:32.241Z[ recovery-image] May 21 17:15:32.188 INFO O| May 21 17:15:32.188 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86592026-05-21T17:15:32.246Z[ recovery-image] May 21 17:15:32.197 INFO O| May 21 17:15:32.197 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
86602026-05-21T17:15:32.246Z[ recovery-image] May 21 17:15:32.197 INFO O| May 21 17:15:32.197 INFO STEP 98 (remove_files) COMPLETE
86612026-05-21T17:15:32.246Z[ recovery-image] May 21 17:15:32.197 INFO O| May 21 17:15:32.197 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86622026-05-21T17:15:32.255Z[ recovery-image] May 21 17:15:32.206 INFO O| May 21 17:15:32.206 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
86632026-05-21T17:15:32.255Z[ recovery-image] May 21 17:15:32.206 INFO O| May 21 17:15:32.206 INFO STEP 99 (remove_files) COMPLETE
86642026-05-21T17:15:32.258Z[ recovery-image] May 21 17:15:32.206 INFO O| May 21 17:15:32.206 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86652026-05-21T17:15:32.268Z[ recovery-image] May 21 17:15:32.219 INFO O| May 21 17:15:32.219 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
86662026-05-21T17:15:32.268Z[ recovery-image] May 21 17:15:32.219 INFO O| May 21 17:15:32.219 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_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
86672026-05-21T17:15:38.384Z[ recovery-image] May 21 17:15:38.334 INFO O| May 21 17:15:38.334 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
86682026-05-21T17:15:38.384Z[ recovery-image] May 21 17:15:38.334 INFO O| May 21 17:15:38.334 INFO E| svccfg: Loaded 68 smf(7) service descriptions
86692026-05-21T17:15:38.394Z[ recovery-image] May 21 17:15:38.345 INFO O| May 21 17:15:38.345 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
86702026-05-21T17:15:38.487Z[ recovery-image] May 21 17:15:38.437 INFO O| May 21 17:15:38.437 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
86712026-05-21T17:15:38.552Z[ recovery-image] May 21 17:15:38.502 INFO O| May 21 17:15:38.502 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
86722026-05-21T17:15:38.614Z[ recovery-image] May 21 17:15:38.565 INFO O| May 21 17:15:38.565 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
86732026-05-21T17:15:38.614Z[ recovery-image] May 21 17:15:38.565 INFO O| May 21 17:15:38.565 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 ...
86742026-05-21T17:15:38.623Z[ recovery-image] May 21 17:15:38.566 INFO O| May 21 17:15:38.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
86752026-05-21T17:15:38.623Z[ recovery-image] May 21 17:15:38.566 INFO O| May 21 17:15:38.566 INFO ok!
86762026-05-21T17:15:38.623Z[ recovery-image] May 21 17:15:38.566 INFO O| May 21 17:15:38.566 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
86772026-05-21T17:15:38.623Z[ recovery-image] May 21 17:15:38.566 INFO O| May 21 17:15:38.566 INFO STEP 100 (seed_smf) COMPLETE
86782026-05-21T17:15:38.623Z[ recovery-image] May 21 17:15:38.566 INFO O| May 21 17:15:38.566 INFO steps complete; finalising image!
86792026-05-21T17:15:38.623Z[ recovery-image] May 21 17:15:38.566 INFO O| May 21 17:15:38.566 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
86802026-05-21T17:15:38.679Z[ recovery-image] May 21 17:15:38.629 INFO O| May 21 17:15:38.629 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu May 21 17:15:38 2026)
86812026-05-21T17:15:38.885Z[ recovery-image] May 21 17:15:38.835 INFO O| May 21 17:15:38.835 INFO trim TEMPORARY-sled-zfs-recovery: (81% trimmed, started at Thu May 21 17:15:38 2026)
86822026-05-21T17:15:39.092Z[ recovery-image] May 21 17:15:39.041 INFO O| May 21 17:15:39.041 INFO trim TEMPORARY-sled-zfs-recovery: (81% trimmed, started at Thu May 21 17:15:38 2026)
86832026-05-21T17:15:39.298Z[ recovery-image] May 21 17:15:39.247 INFO O| May 21 17:15:39.247 INFO trim TEMPORARY-sled-zfs-recovery: (81% trimmed, started at Thu May 21 17:15:38 2026)
86842026-05-21T17:15:39.524Z[ recovery-image] May 21 17:15:39.475 INFO O| May 21 17:15:39.475 INFO temporary pool has 487M used, 1.27G avail, 1.00x compressratio
86852026-05-21T17:15:39.524Z[ recovery-image] May 21 17:15:39.475 INFO O| May 21 17:15:39.475 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
86862026-05-21T17:15:40.062Z[ recovery-image] May 21 17:15:40.012 INFO O| May 21 17:15:40.012 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
86872026-05-21T17:15:40.062Z[ recovery-image] May 21 17:15:40.012 INFO O| May 21 17:15:40.012 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
86882026-05-21T17:15:42.575Z[ recovery-image] May 21 17:15:42.525 INFO O| May 21 17:15:42.525 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
86892026-05-21T17:15:42.575Z[ recovery-image] May 21 17:15:42.525 INFO O| May 21 17:15:42.525 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
86902026-05-21T17:15:42.575Z[ recovery-image] May 21 17:15:42.525 INFO O| May 21 17:15:42.525 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
86912026-05-21T17:15:42.578Z[ recovery-image] May 21 17:15:42.525 INFO O| May 21 17:15:42.525 INFO completed processing sled/zfs-recovery
86922026-05-21T17:15:42.578Z[ recovery-image] May 21 17:15:42.525 INFO O| May 21 17:15:42.525 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
86932026-05-21T17:15:44.919Z[ recovery-image] May 21 17:15:44.869 INFO O| May 21 17:15:44.869 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
86942026-05-21T17:15:45.049Z[ recovery-image] May 21 17:15:44.999 INFO BUILD STRING "heads/stlouis-0-gd25f6eeb5c\n"
86952026-05-21T17:15:45.049Z[ recovery-image] May 21 17:15:44.999 INFO expanded image name: "recovery 6595516/${os_short_commit} 2026-05-21 17:02" -> "recovery 6595516/d25f6ee 2026-05-21 17:02"
86962026-05-21T17:15:45.049Z[ recovery-image] May 21 17:15:44.999 INFO output artefacts stored in: "/work/os-recovery"
86972026-05-21T17:15:45.052Z[ recovery-image] May 21 17:15:44.999 INFO collecting git info from project "pilot"...
86982026-05-21T17:15:45.059Z[ recovery-image] May 21 17:15:45.010 INFO collecting git info from project "amd-firmware"...
86992026-05-21T17:15:45.346Z[ recovery-image] May 21 17:15:45.296 INFO collecting git info from project "amd-host-image-builder"...
87002026-05-21T17:15:45.385Z[ recovery-image] May 21 17:15:45.335 INFO collecting git info from project "image-builder"...
87012026-05-21T17:15:45.392Z[ recovery-image] May 21 17:15:45.342 INFO collecting git info from project "pinprick"...
87022026-05-21T17:15:45.397Z[ recovery-image] May 21 17:15:45.348 INFO collecting git info from project "dmar-report"...
87032026-05-21T17:15:45.406Z[ recovery-image] May 21 17:15:45.356 INFO collecting git info from project "bootserver"...
87042026-05-21T17:15:45.411Z[ recovery-image] May 21 17:15:45.362 INFO collecting git info from project "chelsio-t6-roms"...
87052026-05-21T17:15:45.433Z[ recovery-image] May 21 17:15:45.383 INFO collecting git info from project "phbl"...
87062026-05-21T17:15:45.483Z[ recovery-image] May 21 17:15:45.434 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
87072026-05-21T17:15:46.174Z[ recovery-image] May 21 17:15:46.125 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
87082026-05-21T17:15:46.543Z[ recovery-image] May 21 17:15:46.493 INFO creating Oxide boot image...
87092026-05-21T17:15:46.543Z[ recovery-image] May 21 17:15:46.494 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 6595516/d25f6ee 2026-05-21 17:02", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
87102026-05-21T17:15:47.197Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
87112026-05-21T17:15:51.933Z[ host-image] May 21 17:15:51.883 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.23989:20260513T150959Z
87122026-05-21T17:15:51.933Z[ host-image] May 21 17:15:51.883 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.23989:20260513T150959Z
87132026-05-21T17:15:51.933Z[ host-image] May 21 17:15:51.883 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
87142026-05-21T17:15:51.933Z[ host-image] May 21 17:15:51.883 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
87152026-05-21T17:15:51.937Z[ host-image] May 21 17:15:51.883 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
87162026-05-21T17:15:51.937Z[ host-image] May 21 17:15:51.883 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
87172026-05-21T17:15:51.937Z[ host-image] May 21 17:15:51.883 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
87182026-05-21T17:15:51.937Z[ host-image] May 21 17:15:51.883 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
87192026-05-21T17:15:51.937Z[ host-image] May 21 17:15:51.884 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260521T170230Z
87202026-05-21T17:15:51.937Z[ host-image] May 21 17:15:51.884 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
87212026-05-21T17:15:51.937Z[ host-image] May 21 17:15:51.884 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
87222026-05-21T17:15:51.937Z[ host-image] May 21 17:15:51.884 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.23989:20260513T150959Z
87232026-05-21T17:15:51.937Z[ host-image] May 21 17:15:51.884 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.23989:20260513T151000Z
87242026-05-21T17:15:51.937Z[ host-image] May 21 17:15:51.885 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.23989:20260513T151000Z
87252026-05-21T17:15:51.937Z[ host-image] May 21 17:15:51.885 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.23989:20260513T151000Z
87262026-05-21T17:15:51.937Z[ host-image] May 21 17:15:51.885 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
87272026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.885 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.23989:20260513T151000Z
87282026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.885 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.23989:20260513T151000Z
87292026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.885 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.23989:20260513T151000Z
87302026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.885 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.23989:20260513T151000Z
87312026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.885 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.23989:20260513T151001Z
87322026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.885 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.23989:20260513T151001Z
87332026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.885 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.23989:20260513T151001Z
87342026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.885 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.23989:20260513T151001Z
87352026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.886 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.23989:20260513T151002Z
87362026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.886 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.23989:20260513T151002Z
87372026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.886 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.23989:20260513T151003Z
87382026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.886 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.23989:20260513T151003Z
87392026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.886 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.23989:20260513T151004Z
87402026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.886 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.23989:20260513T151005Z
87412026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.886 INFO O| install = pkg://helios/driver/network/opte@0.40.479-3.0:20260511T233512Z
87422026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.886 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.23989:20260513T151005Z
87432026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.886 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.23989:20260513T151007Z
87442026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.886 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.23989:20260513T151008Z
87452026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.886 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.23989:20260513T151008Z
87462026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.886 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.23989:20260513T151009Z
87472026-05-21T17:15:51.938Z[ host-image] May 21 17:15:51.886 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.23989:20260513T151009Z
87482026-05-21T17:15:51.941Z[ host-image] May 21 17:15:51.889 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
87492026-05-21T17:15:51.941Z[ host-image] May 21 17:15:51.889 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.23989:20260513T151009Z
87502026-05-21T17:15:51.941Z[ host-image] May 21 17:15:51.889 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
87512026-05-21T17:15:51.941Z[ host-image] May 21 17:15:51.889 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
87522026-05-21T17:15:51.942Z[ host-image] May 21 17:15:51.889 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
87532026-05-21T17:15:51.942Z[ host-image] May 21 17:15:51.889 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
87542026-05-21T17:15:51.942Z[ host-image] May 21 17:15:51.890 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.23989:20260513T151009Z
87552026-05-21T17:15:51.942Z[ host-image] May 21 17:15:51.890 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
87562026-05-21T17:15:51.942Z[ host-image] May 21 17:15:51.890 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
87572026-05-21T17:15:51.942Z[ host-image] May 21 17:15:51.890 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
87582026-05-21T17:15:51.942Z[ host-image] May 21 17:15:51.890 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
87592026-05-21T17:15:51.945Z[ host-image] May 21 17:15:51.893 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
87602026-05-21T17:15:51.945Z[ host-image] May 21 17:15:51.893 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
87612026-05-21T17:15:51.945Z[ host-image] May 21 17:15:51.893 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
87622026-05-21T17:15:51.945Z[ host-image] May 21 17:15:51.894 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
87632026-05-21T17:15:51.945Z[ host-image] May 21 17:15:51.894 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
87642026-05-21T17:15:51.945Z[ host-image] May 21 17:15:51.894 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
87652026-05-21T17:15:51.955Z[ host-image] May 21 17:15:51.905 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z
87662026-05-21T17:15:51.955Z[ host-image] May 21 17:15:51.905 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
87672026-05-21T17:15:51.955Z[ host-image] May 21 17:15:51.905 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
87682026-05-21T17:15:51.958Z[ host-image] May 21 17:15:51.906 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.23989:20260513T151011Z
87692026-05-21T17:15:51.958Z[ host-image] May 21 17:15:51.906 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.23989:20260513T151015Z
87702026-05-21T17:15:51.958Z[ host-image] May 21 17:15:51.906 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
87712026-05-21T17:15:51.958Z[ host-image] May 21 17:15:51.906 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.23989:20260513T151015Z
87722026-05-21T17:15:51.958Z[ host-image] May 21 17:15:51.906 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
87732026-05-21T17:15:51.958Z[ host-image] May 21 17:15:51.906 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
87742026-05-21T17:15:51.958Z[ host-image] May 21 17:15:51.906 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
87752026-05-21T17:15:51.959Z[ host-image] May 21 17:15:51.906 INFO O| install = pkg://helios/network/rsync@3.4.3-3.0:20260520T161127Z
87762026-05-21T17:15:51.959Z[ host-image] May 21 17:15:51.906 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.23989:20260513T151015Z
87772026-05-21T17:15:51.959Z[ host-image] May 21 17:15:51.906 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
87782026-05-21T17:15:51.959Z[ host-image] May 21 17:15:51.907 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
87792026-05-21T17:15:51.959Z[ host-image] May 21 17:15:51.907 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
87802026-05-21T17:15:51.959Z[ host-image] May 21 17:15:51.907 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
87812026-05-21T17:15:51.959Z[ host-image] May 21 17:15:51.907 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.23989:20260513T151016Z
87822026-05-21T17:15:51.959Z[ host-image] May 21 17:15:51.907 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
87832026-05-21T17:15:51.962Z[ host-image] May 21 17:15:51.911 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
87842026-05-21T17:15:51.962Z[ host-image] May 21 17:15:51.911 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.23989:20260513T151016Z
87852026-05-21T17:15:51.962Z[ host-image] May 21 17:15:51.912 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.23989:20260513T151016Z
87862026-05-21T17:15:51.962Z[ host-image] May 21 17:15:51.912 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.23989:20260513T151016Z
87872026-05-21T17:15:51.962Z[ host-image] May 21 17:15:51.912 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
87882026-05-21T17:15:51.962Z[ host-image] May 21 17:15:51.912 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.23989:20260513T151017Z
87892026-05-21T17:15:51.962Z[ host-image] May 21 17:15:51.912 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.23989:20260513T151017Z
87902026-05-21T17:15:51.962Z[ host-image] May 21 17:15:51.912 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.23989:20260513T151017Z
87912026-05-21T17:15:51.962Z[ host-image] May 21 17:15:51.912 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.23989:20260513T151017Z
87922026-05-21T17:15:51.966Z[ host-image] May 21 17:15:51.913 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
87932026-05-21T17:15:51.966Z[ host-image] May 21 17:15:51.913 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.23989:20260513T151018Z
87942026-05-21T17:15:51.966Z[ host-image] May 21 17:15:51.913 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.23989:20260513T151019Z
87952026-05-21T17:15:51.966Z[ host-image] May 21 17:15:51.913 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
87962026-05-21T17:15:51.966Z[ host-image] May 21 17:15:51.914 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.23989:20260513T151019Z
87972026-05-21T17:15:51.966Z[ host-image] May 21 17:15:51.914 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.23989:20260513T151019Z
87982026-05-21T17:15:51.966Z[ host-image] May 21 17:15:51.914 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.23989:20260513T151019Z
87992026-05-21T17:15:51.966Z[ host-image] May 21 17:15:51.914 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.23989:20260513T151019Z
88002026-05-21T17:15:51.966Z[ host-image] May 21 17:15:51.916 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.23989:20260513T151019Z
88012026-05-21T17:15:51.966Z[ host-image] May 21 17:15:51.916 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
88022026-05-21T17:15:51.966Z[ host-image] May 21 17:15:51.916 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.23989:20260513T151019Z
88032026-05-21T17:15:51.969Z[ host-image] May 21 17:15:51.917 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.23989:20260513T151019Z
88042026-05-21T17:15:51.969Z[ host-image] May 21 17:15:51.917 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.23989:20260513T151019Z
88052026-05-21T17:15:51.969Z[ host-image] May 21 17:15:51.917 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.23989:20260513T151020Z
88062026-05-21T17:15:51.969Z[ host-image] May 21 17:15:51.917 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.23989:20260513T151020Z
88072026-05-21T17:15:51.969Z[ host-image] May 21 17:15:51.917 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.23989:20260513T151020Z
88082026-05-21T17:15:51.969Z[ host-image] May 21 17:15:51.917 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.23989:20260513T151020Z
88092026-05-21T17:15:51.976Z[ host-image] May 21 17:15:51.920 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.23989:20260513T151021Z
88102026-05-21T17:15:51.976Z[ host-image] May 21 17:15:51.920 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.23989:20260513T151021Z
88112026-05-21T17:15:51.976Z[ host-image] May 21 17:15:51.920 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.23989:20260513T151021Z
88122026-05-21T17:15:51.976Z[ host-image] May 21 17:15:51.920 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.23989:20260513T151021Z
88132026-05-21T17:15:51.976Z[ host-image] May 21 17:15:51.920 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.23989:20260513T151021Z
88142026-05-21T17:15:51.980Z[ host-image] May 21 17:15:51.926 INFO O| install = pkg://helios/system/library@0.5.11-3.0.23989:20260513T151023Z
88152026-05-21T17:15:51.980Z[ host-image] May 21 17:15:51.926 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.23989:20260513T151021Z
88162026-05-21T17:15:51.980Z[ host-image] May 21 17:15:51.926 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.23989:20260513T151021Z
88172026-05-21T17:15:51.980Z[ host-image] May 21 17:15:51.926 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
88182026-05-21T17:15:51.980Z[ host-image] May 21 17:15:51.926 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
88192026-05-21T17:15:51.985Z[ host-image] May 21 17:15:51.935 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.23989:20260513T151022Z
88202026-05-21T17:15:51.985Z[ host-image] May 21 17:15:51.935 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
88212026-05-21T17:15:51.989Z[ host-image] May 21 17:15:51.935 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.23989:20260513T151022Z
88222026-05-21T17:15:51.989Z[ host-image] May 21 17:15:51.935 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.23989:20260513T151022Z
88232026-05-21T17:15:51.989Z[ host-image] May 21 17:15:51.935 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.23989:20260513T151022Z
88242026-05-21T17:15:51.989Z[ host-image] May 21 17:15:51.935 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
88252026-05-21T17:15:51.989Z[ host-image] May 21 17:15:51.935 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
88262026-05-21T17:15:51.989Z[ host-image] May 21 17:15:51.935 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.23989:20260513T151023Z
88272026-05-21T17:15:51.989Z[ host-image] May 21 17:15:51.935 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.23989:20260513T151023Z
88282026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.935 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.23989:20260513T151023Z
88292026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.936 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.23989:20260513T151023Z
88302026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.936 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.23989:20260513T151023Z
88312026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.936 INFO O| install = pkg://helios/system/man@0.5.11-3.0.23989:20260513T151023Z
88322026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.936 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
88332026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.936 INFO O| install = pkg://helios/system/microcode/amd@20251202-3.0.23989:20260513T151024Z
88342026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.937 INFO O| install = pkg://helios/system/microcode/intel@20260227-3.0.23989:20260513T151024Z
88352026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.937 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.23989:20260513T151024Z
88362026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.937 INFO O| install = pkg://helios/system/network@0.5.11-3.0.23989:20260513T151025Z
88372026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.937 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.23989:20260513T151024Z
88382026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.937 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.23989:20260513T151024Z
88392026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.937 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
88402026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.937 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
88412026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.937 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.23989:20260513T151026Z
88422026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.937 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.23989:20260513T151027Z
88432026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.937 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
88442026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.937 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
88452026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.937 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
88462026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.937 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
88472026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.937 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
88482026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.938 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
88492026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.938 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z
88502026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.939 INFO O| tempdir @ "/tmp/.tmpqwz2wM/tmp"
88512026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.939 INFO O| image root @ "/tmp/.tmpqwz2wM/tmp/root"
88522026-05-21T17:15:51.990Z[ host-image] May 21 17:15:51.939 INFO O| creating image...
88532026-05-21T17:15:52.372Z[ host-image] May 21 17:15:52.322 INFO O| copying publishers...
88542026-05-21T17:15:53.287Z[ host-image] May 21 17:15:53.237 INFO O| adding properties...
88552026-05-21T17:15:54.204Z[ host-image] May 21 17:15:54.154 INFO O| installing packages...
88562026-05-21T17:16:06.875Z[ host-image] May 21 17:16:06.825 INFO O| seeding SMF database...
88572026-05-21T17:16:11.223Z[ host-image] May 21 17:16:11.161 INFO O| configuring SMF profile...
88582026-05-21T17:16:11.223Z[ host-image] May 21 17:16:11.161 INFO O| modifying shadow(5)...
88592026-05-21T17:16:11.223Z[ host-image] May 21 17:16:11.161 INFO O| loading user and group database...
88602026-05-21T17:16:11.245Z[ host-image] May 21 17:16:11.161 INFO O| loading facet selections...
88612026-05-21T17:16:11.540Z[ host-image] May 21 17:16:11.490 INFO O| devel -> true
88622026-05-21T17:16:11.540Z[ host-image] May 21 17:16:11.490 INFO O| doc.man -> true
88632026-05-21T17:16:11.540Z[ host-image] May 21 17:16:11.490 INFO O| version-lock.shell/ksh93 -> true
88642026-05-21T17:16:11.543Z[ host-image] May 21 17:16:11.490 INFO O| version-lock.system/data/hardware-registry -> true
88652026-05-21T17:16:11.543Z[ host-image] May 21 17:16:11.490 INFO O| version-lock.system/data/zoneinfo -> true
88662026-05-21T17:16:11.543Z[ host-image] May 21 17:16:11.490 INFO O| version-lock.system/microcode/amd -> true
88672026-05-21T17:16:11.543Z[ host-image] May 21 17:16:11.490 INFO O| version-lock.system/microcode/intel -> true
88682026-05-21T17:16:11.543Z[ host-image] May 21 17:16:11.490 INFO O| version-lock.system/microcode/oxide -> true
88692026-05-21T17:16:11.543Z[ host-image] May 21 17:16:11.490 INFO O| assessing packaged files...
88702026-05-21T17:16:13.447Z[ host-image] May 21 17:16:13.189 INFO O| creating archive...
88712026-05-21T17:16:13.463Z[ host-image] May 21 17:16:13.210 INFO O| missing from packaging:
88722026-05-21T17:16:13.463Z[ host-image] May 21 17:16:13.210 INFO O| "etc/.pwd.lock"
88732026-05-21T17:16:13.463Z[ host-image] May 21 17:16:13.210 INFO O| "etc/bash"
88742026-05-21T17:16:13.463Z[ host-image] May 21 17:16:13.214 INFO O| "etc/svc/profile/generic.xml"
88752026-05-21T17:16:13.463Z[ host-image] May 21 17:16:13.214 INFO O| "etc/svc/profile/inetd_services.xml"
88762026-05-21T17:16:13.463Z[ host-image] May 21 17:16:13.214 INFO O| "etc/svc/profile/name_service.xml"
88772026-05-21T17:16:13.463Z[ host-image] May 21 17:16:13.214 INFO O| "etc/svc/profile/platform.xml"
88782026-05-21T17:16:13.463Z[ host-image] May 21 17:16:13.214 INFO O| "etc/svc/profile/platform_omicron1.xml"
88792026-05-21T17:16:13.463Z[ host-image] May 21 17:16:13.214 INFO O| "etc/svc/repository.db"
88802026-05-21T17:16:13.464Z[ host-image] May 21 17:16:13.220 INFO O| "opt/ooce/share"
88812026-05-21T17:16:13.464Z[ host-image] May 21 17:16:13.220 INFO O| "opt/ooce/share/man"
88822026-05-21T17:16:13.464Z[ host-image] May 21 17:16:13.220 INFO O| "opt/ooce/share/man/man1"
88832026-05-21T17:16:13.464Z[ host-image] May 21 17:16:13.229 INFO O| finishing archive...
88842026-05-21T17:16:15.849Z[ host-image] May 21 17:16:15.799 INFO O| creating gzonly manifest...
88852026-05-21T17:16:15.860Z[ host-image] May 21 17:16:15.810 INFO O| ok
88862026-05-21T17:16:15.951Z[ host-image] May 21 17:16:15.896 INFO image builder template: ramdisk-02-trim...
88872026-05-21T17:16:15.951Z[ host-image] May 21 17:16:15.896 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/.tmpEayPFN/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
88882026-05-21T17:16:15.967Z[ host-image] May 21 17:16:15.916 INFO O| May 21 17:16:15.916 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
88892026-05-21T17:16:15.973Z[ host-image] May 21 17:16:15.920 INFO O| May 21 17:16:15.920 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
88902026-05-21T17:16:16.183Z[ host-image] May 21 17:16:16.110 INFO O| May 21 17:16:16.110 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
88912026-05-21T17:16:16.210Z[ host-image] May 21 17:16:16.155 INFO O| May 21 17:16:16.154 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
88922026-05-21T17:16:16.210Z[ host-image] May 21 17:16:16.155 INFO O| May 21 17:16:16.155 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
88932026-05-21T17:16:16.232Z[ host-image] May 21 17:16:16.159 INFO O| May 21 17:16:16.159 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
88942026-05-21T17:16:16.232Z[ host-image] May 21 17:16:16.162 INFO O| May 21 17:16:16.162 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
88952026-05-21T17:16:16.232Z[ host-image] May 21 17:16:16.165 INFO O| May 21 17:16:16.165 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
88962026-05-21T17:16:16.731Z[ host-image] May 21 17:16:16.657 INFO O| May 21 17:16:16.657 INFO rolled back to input snapshot; work may begin
88972026-05-21T17:16:16.731Z[ host-image] May 21 17:16:16.657 INFO O| May 21 17:16:16.657 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
88982026-05-21T17:16:16.753Z[ host-image] May 21 17:16:16.662 INFO O| May 21 17:16:16.662 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
88992026-05-21T17:16:16.754Z[ host-image] May 21 17:16:16.669 INFO O| May 21 17:16:16.669 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
89002026-05-21T17:16:17.002Z[ host-image] May 21 17:16:16.706 INFO O| May 21 17:16:16.706 INFO STEP 0 (remove_files) COMPLETE
89012026-05-21T17:16:17.002Z[ host-image] May 21 17:16:16.706 INFO O| May 21 17:16:16.706 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89022026-05-21T17:16:17.002Z[ host-image] May 21 17:16:16.715 INFO O| May 21 17:16:16.715 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
89032026-05-21T17:16:17.002Z[ host-image] May 21 17:16:16.716 INFO O| May 21 17:16:16.716 INFO STEP 1 (remove_files) COMPLETE
89042026-05-21T17:16:17.002Z[ host-image] May 21 17:16:16.716 INFO O| May 21 17:16:16.716 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89052026-05-21T17:16:17.002Z[ host-image] May 21 17:16:16.724 INFO O| May 21 17:16:16.724 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
89062026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.736 INFO O| May 21 17:16:16.736 INFO STEP 2 (remove_files) COMPLETE
89072026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.736 INFO O| May 21 17:16:16.736 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89082026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.746 INFO O| May 21 17:16:16.746 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
89092026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.747 INFO O| May 21 17:16:16.747 INFO STEP 3 (remove_files) COMPLETE
89102026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.747 INFO O| May 21 17:16:16.747 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89112026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.755 INFO O| May 21 17:16:16.755 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
89122026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.758 INFO O| May 21 17:16:16.758 INFO STEP 4 (remove_files) COMPLETE
89132026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.758 INFO O| May 21 17:16:16.758 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89142026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.767 INFO O| May 21 17:16:16.767 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
89152026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.769 INFO O| May 21 17:16:16.769 INFO STEP 5 (remove_files) COMPLETE
89162026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.769 INFO O| May 21 17:16:16.769 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89172026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.777 INFO O| May 21 17:16:16.777 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
89182026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.787 INFO O| May 21 17:16:16.787 INFO STEP 6 (remove_files) COMPLETE
89192026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.787 INFO O| May 21 17:16:16.787 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89202026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.787 INFO O| May 21 17:16:16.787 INFO skip step because feature "heliosv2" is not enabled
89212026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.787 INFO O| May 21 17:16:16.787 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89222026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.796 INFO O| May 21 17:16:16.795 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
89232026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.806 INFO O| May 21 17:16:16.806 INFO STEP 8 (remove_files) COMPLETE
89242026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.806 INFO O| May 21 17:16:16.806 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89252026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.815 INFO O| May 21 17:16:16.815 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
89262026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.919 INFO O| May 21 17:16:16.919 INFO STEP 9 (remove_files) COMPLETE
89272026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.919 INFO O| May 21 17:16:16.919 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89282026-05-21T17:16:17.003Z[ host-image] May 21 17:16:16.928 INFO O| May 21 17:16:16.928 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
89292026-05-21T17:16:17.057Z[ host-image] May 21 17:16:16.998 INFO O| May 21 17:16:16.998 INFO STEP 10 (remove_files) COMPLETE
89302026-05-21T17:16:17.057Z[ host-image] May 21 17:16:16.998 INFO O| May 21 17:16:16.998 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89312026-05-21T17:16:17.063Z[ host-image] May 21 17:16:17.008 INFO O| May 21 17:16:17.008 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
89322026-05-21T17:16:17.064Z[ host-image] May 21 17:16:17.011 INFO O| May 21 17:16:17.011 INFO STEP 11 (remove_files) COMPLETE
89332026-05-21T17:16:17.064Z[ host-image] May 21 17:16:17.011 INFO O| May 21 17:16:17.011 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89342026-05-21T17:16:17.088Z[ host-image] May 21 17:16:17.029 INFO O| May 21 17:16:17.029 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
89352026-05-21T17:16:17.102Z[ host-image] May 21 17:16:17.030 INFO O| May 21 17:16:17.030 INFO STEP 12 (remove_files) COMPLETE
89362026-05-21T17:16:17.102Z[ host-image] May 21 17:16:17.030 INFO O| May 21 17:16:17.030 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89372026-05-21T17:16:17.102Z[ host-image] May 21 17:16:17.038 INFO O| May 21 17:16:17.038 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
89382026-05-21T17:16:17.103Z[ host-image] May 21 17:16:17.039 INFO O| May 21 17:16:17.039 INFO STEP 13 (remove_files) COMPLETE
89392026-05-21T17:16:17.103Z[ host-image] May 21 17:16:17.039 INFO O| May 21 17:16:17.039 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89402026-05-21T17:16:17.106Z[ host-image] May 21 17:16:17.047 INFO O| May 21 17:16:17.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
89412026-05-21T17:16:17.106Z[ host-image] May 21 17:16:17.047 INFO O| May 21 17:16:17.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
89422026-05-21T17:16:17.107Z[ host-image] May 21 17:16:17.053 INFO O| May 21 17:16:17.053 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89432026-05-21T17:16:17.107Z[ host-image] May 21 17:16:17.054 INFO O| May 21 17:16:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89442026-05-21T17:16:17.107Z[ host-image] May 21 17:16:17.054 INFO O| May 21 17:16:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89452026-05-21T17:16:17.107Z[ host-image] May 21 17:16:17.054 INFO O| May 21 17:16:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89462026-05-21T17:16:17.107Z[ host-image] May 21 17:16:17.054 INFO O| May 21 17:16:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89472026-05-21T17:16:17.107Z[ host-image] May 21 17:16:17.054 INFO O| May 21 17:16:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89482026-05-21T17:16:17.107Z[ host-image] May 21 17:16:17.054 INFO O| May 21 17:16:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89492026-05-21T17:16:17.107Z[ host-image] May 21 17:16:17.054 INFO O| May 21 17:16:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89502026-05-21T17:16:17.107Z[ host-image] May 21 17:16:17.054 INFO O| May 21 17:16:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89512026-05-21T17:16:17.107Z[ host-image] May 21 17:16:17.054 INFO O| May 21 17:16:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89522026-05-21T17:16:17.107Z[ host-image] May 21 17:16:17.054 INFO O| May 21 17:16:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89532026-05-21T17:16:17.107Z[ host-image] May 21 17:16:17.054 INFO O| May 21 17:16:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89542026-05-21T17:16:17.107Z[ host-image] May 21 17:16:17.054 INFO O| May 21 17:16:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89552026-05-21T17:16:17.108Z[ host-image] May 21 17:16:17.054 INFO O| May 21 17:16:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89562026-05-21T17:16:17.108Z[ host-image] May 21 17:16:17.054 INFO O| May 21 17:16:17.054 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89572026-05-21T17:16:17.108Z[ host-image] May 21 17:16:17.055 INFO O| May 21 17:16:17.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89582026-05-21T17:16:17.179Z[ host-image] May 21 17:16:17.099 INFO O| May 21 17:16:17.099 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
89592026-05-21T17:16:17.187Z[ host-image] May 21 17:16:17.102 INFO O| May 21 17:16:17.102 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
89602026-05-21T17:16:17.398Z[ host-image] May 21 17:16:17.328 INFO O| May 21 17:16:17.327 INFO STEP 14 (remove_files) COMPLETE
89612026-05-21T17:16:17.399Z[ host-image] May 21 17:16:17.328 INFO O| May 21 17:16:17.328 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89622026-05-21T17:16:17.405Z[ host-image] May 21 17:16:17.336 INFO O| May 21 17:16:17.336 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
89632026-05-21T17:16:17.405Z[ host-image] May 21 17:16:17.337 INFO O| May 21 17:16:17.337 INFO STEP 15 (remove_files) COMPLETE
89642026-05-21T17:16:17.406Z[ host-image] May 21 17:16:17.337 INFO O| May 21 17:16:17.337 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89652026-05-21T17:16:17.438Z[ host-image] May 21 17:16:17.387 INFO O| May 21 17:16:17.387 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
89662026-05-21T17:16:17.452Z[ host-image] May 21 17:16:17.392 INFO O| May 21 17:16:17.392 INFO STEP 16 (remove_files) COMPLETE
89672026-05-21T17:16:17.452Z[ host-image] May 21 17:16:17.392 INFO O| May 21 17:16:17.392 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89682026-05-21T17:16:17.468Z[ host-image] May 21 17:16:17.401 INFO O| May 21 17:16:17.401 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
89692026-05-21T17:16:17.468Z[ host-image] May 21 17:16:17.401 INFO O| May 21 17:16:17.401 INFO STEP 17 (remove_files) COMPLETE
89702026-05-21T17:16:17.468Z[ host-image] May 21 17:16:17.401 INFO O| May 21 17:16:17.401 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89712026-05-21T17:16:17.468Z[ host-image] May 21 17:16:17.409 INFO O| May 21 17:16:17.409 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
89722026-05-21T17:16:17.468Z[ host-image] May 21 17:16:17.410 INFO O| May 21 17:16:17.410 INFO STEP 18 (remove_files) COMPLETE
89732026-05-21T17:16:17.468Z[ host-image] May 21 17:16:17.410 INFO O| May 21 17:16:17.410 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89742026-05-21T17:16:17.468Z[ host-image] May 21 17:16:17.417 INFO O| May 21 17:16:17.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
89752026-05-21T17:16:17.468Z[ host-image] May 21 17:16:17.417 INFO O| May 21 17:16:17.417 INFO STEP 19 (remove_files) COMPLETE
89762026-05-21T17:16:17.468Z[ host-image] May 21 17:16:17.417 INFO O| May 21 17:16:17.417 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89772026-05-21T17:16:17.474Z[ host-image] May 21 17:16:17.424 INFO O| May 21 17:16:17.424 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
89782026-05-21T17:16:17.474Z[ host-image] May 21 17:16:17.424 INFO O| May 21 17:16:17.424 INFO STEP 20 (remove_files) COMPLETE
89792026-05-21T17:16:17.474Z[ host-image] May 21 17:16:17.424 INFO O| May 21 17:16:17.424 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89802026-05-21T17:16:17.481Z[ host-image] May 21 17:16:17.430 INFO O| May 21 17:16:17.430 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
89812026-05-21T17:16:17.481Z[ host-image] May 21 17:16:17.431 INFO O| May 21 17:16:17.430 INFO STEP 21 (remove_files) COMPLETE
89822026-05-21T17:16:17.484Z[ host-image] May 21 17:16:17.431 INFO O| May 21 17:16:17.431 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89832026-05-21T17:16:17.488Z[ host-image] May 21 17:16:17.438 INFO O| May 21 17:16:17.437 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
89842026-05-21T17:16:17.488Z[ host-image] May 21 17:16:17.438 INFO O| May 21 17:16:17.438 INFO STEP 22 (remove_files) COMPLETE
89852026-05-21T17:16:17.488Z[ host-image] May 21 17:16:17.438 INFO O| May 21 17:16:17.438 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89862026-05-21T17:16:17.520Z[ host-image] May 21 17:16:17.466 INFO O| May 21 17:16:17.466 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
89872026-05-21T17:16:17.521Z[ host-image] May 21 17:16:17.466 INFO O| May 21 17:16:17.466 INFO STEP 23 (remove_files) COMPLETE
89882026-05-21T17:16:17.523Z[ host-image] May 21 17:16:17.466 INFO O| May 21 17:16:17.466 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89892026-05-21T17:16:17.549Z[ host-image] May 21 17:16:17.498 INFO O| May 21 17:16:17.498 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
89902026-05-21T17:16:17.549Z[ host-image] May 21 17:16:17.498 INFO O| May 21 17:16:17.498 INFO STEP 24 (remove_files) COMPLETE
89912026-05-21T17:16:17.552Z[ host-image] May 21 17:16:17.498 INFO O| May 21 17:16:17.498 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89922026-05-21T17:16:17.556Z[ host-image] May 21 17:16:17.506 INFO O| May 21 17:16:17.506 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
89932026-05-21T17:16:17.556Z[ host-image] May 21 17:16:17.506 INFO O| May 21 17:16:17.506 INFO STEP 25 (remove_files) COMPLETE
89942026-05-21T17:16:17.556Z[ host-image] May 21 17:16:17.506 INFO O| May 21 17:16:17.506 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89952026-05-21T17:16:17.564Z[ host-image] May 21 17:16:17.514 INFO O| May 21 17:16:17.514 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
89962026-05-21T17:16:17.564Z[ host-image] May 21 17:16:17.514 INFO O| May 21 17:16:17.514 INFO STEP 26 (remove_files) COMPLETE
89972026-05-21T17:16:17.567Z[ host-image] May 21 17:16:17.514 INFO O| May 21 17:16:17.514 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
89982026-05-21T17:16:17.575Z[ host-image] May 21 17:16:17.522 INFO O| May 21 17:16:17.522 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
89992026-05-21T17:16:17.584Z[ host-image] May 21 17:16:17.522 INFO O| May 21 17:16:17.522 INFO STEP 27 (remove_files) COMPLETE
90002026-05-21T17:16:17.585Z[ host-image] May 21 17:16:17.522 INFO O| May 21 17:16:17.522 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90012026-05-21T17:16:17.585Z[ host-image] May 21 17:16:17.529 INFO O| May 21 17:16:17.529 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
90022026-05-21T17:16:17.585Z[ host-image] May 21 17:16:17.529 INFO O| May 21 17:16:17.529 INFO STEP 28 (remove_files) COMPLETE
90032026-05-21T17:16:17.585Z[ host-image] May 21 17:16:17.529 INFO O| May 21 17:16:17.529 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90042026-05-21T17:16:17.589Z[ host-image] May 21 17:16:17.537 INFO O| May 21 17:16:17.536 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
90052026-05-21T17:16:17.589Z[ host-image] May 21 17:16:17.537 INFO O| May 21 17:16:17.537 INFO STEP 29 (remove_files) COMPLETE
90062026-05-21T17:16:17.589Z[ host-image] May 21 17:16:17.537 INFO O| May 21 17:16:17.537 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90072026-05-21T17:16:17.593Z[ host-image] May 21 17:16:17.544 INFO O| May 21 17:16:17.544 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
90082026-05-21T17:16:17.594Z[ host-image] May 21 17:16:17.544 INFO O| May 21 17:16:17.544 INFO STEP 30 (remove_files) COMPLETE
90092026-05-21T17:16:17.594Z[ host-image] May 21 17:16:17.544 INFO O| May 21 17:16:17.544 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90102026-05-21T17:16:17.602Z[ host-image] May 21 17:16:17.551 INFO O| May 21 17:16:17.551 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
90112026-05-21T17:16:17.603Z[ host-image] May 21 17:16:17.551 INFO O| May 21 17:16:17.551 INFO STEP 31 (remove_files) COMPLETE
90122026-05-21T17:16:17.603Z[ host-image] May 21 17:16:17.551 INFO O| May 21 17:16:17.551 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90132026-05-21T17:16:17.628Z[ host-image] May 21 17:16:17.578 INFO O| May 21 17:16:17.578 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
90142026-05-21T17:16:17.628Z[ host-image] May 21 17:16:17.578 INFO O| May 21 17:16:17.578 INFO STEP 32 (remove_files) COMPLETE
90152026-05-21T17:16:17.628Z[ host-image] May 21 17:16:17.578 INFO O| May 21 17:16:17.578 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90162026-05-21T17:16:17.636Z[ host-image] May 21 17:16:17.586 INFO O| May 21 17:16:17.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
90172026-05-21T17:16:17.636Z[ host-image] May 21 17:16:17.586 INFO O| May 21 17:16:17.586 INFO STEP 33 (remove_files) COMPLETE
90182026-05-21T17:16:17.636Z[ host-image] May 21 17:16:17.586 INFO O| May 21 17:16:17.586 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90192026-05-21T17:16:17.644Z[ host-image] May 21 17:16:17.593 INFO O| May 21 17:16:17.593 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
90202026-05-21T17:16:17.644Z[ host-image] May 21 17:16:17.594 INFO O| May 21 17:16:17.593 INFO STEP 34 (remove_files) COMPLETE
90212026-05-21T17:16:17.644Z[ host-image] May 21 17:16:17.594 INFO O| May 21 17:16:17.593 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90222026-05-21T17:16:17.650Z[ host-image] May 21 17:16:17.600 INFO O| May 21 17:16:17.600 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
90232026-05-21T17:16:17.650Z[ host-image] May 21 17:16:17.600 INFO O| May 21 17:16:17.600 INFO STEP 35 (remove_files) COMPLETE
90242026-05-21T17:16:17.650Z[ host-image] May 21 17:16:17.600 INFO O| May 21 17:16:17.600 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90252026-05-21T17:16:17.657Z[ host-image] May 21 17:16:17.607 INFO O| May 21 17:16:17.607 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
90262026-05-21T17:16:17.657Z[ host-image] May 21 17:16:17.607 INFO O| May 21 17:16:17.607 INFO STEP 36 (remove_files) COMPLETE
90272026-05-21T17:16:17.657Z[ host-image] May 21 17:16:17.607 INFO O| May 21 17:16:17.607 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90282026-05-21T17:16:17.663Z[ host-image] May 21 17:16:17.613 INFO O| May 21 17:16:17.613 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
90292026-05-21T17:16:17.663Z[ host-image] May 21 17:16:17.613 INFO O| May 21 17:16:17.613 INFO STEP 37 (remove_files) COMPLETE
90302026-05-21T17:16:17.663Z[ host-image] May 21 17:16:17.613 INFO O| May 21 17:16:17.613 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90312026-05-21T17:16:17.670Z[ host-image] May 21 17:16:17.620 INFO O| May 21 17:16:17.620 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
90322026-05-21T17:16:17.670Z[ host-image] May 21 17:16:17.620 INFO O| May 21 17:16:17.620 INFO STEP 38 (remove_files) COMPLETE
90332026-05-21T17:16:17.670Z[ host-image] May 21 17:16:17.620 INFO O| May 21 17:16:17.620 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90342026-05-21T17:16:17.677Z[ host-image] May 21 17:16:17.627 INFO O| May 21 17:16:17.627 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
90352026-05-21T17:16:17.677Z[ host-image] May 21 17:16:17.627 INFO O| May 21 17:16:17.627 INFO STEP 39 (remove_files) COMPLETE
90362026-05-21T17:16:17.677Z[ host-image] May 21 17:16:17.627 INFO O| May 21 17:16:17.627 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90372026-05-21T17:16:17.684Z[ host-image] May 21 17:16:17.634 INFO O| May 21 17:16:17.634 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
90382026-05-21T17:16:17.684Z[ host-image] May 21 17:16:17.634 INFO O| May 21 17:16:17.634 INFO STEP 40 (remove_files) COMPLETE
90392026-05-21T17:16:17.684Z[ host-image] May 21 17:16:17.634 INFO O| May 21 17:16:17.634 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90402026-05-21T17:16:17.691Z[ host-image] May 21 17:16:17.641 INFO O| May 21 17:16:17.641 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
90412026-05-21T17:16:17.691Z[ host-image] May 21 17:16:17.641 INFO O| May 21 17:16:17.641 INFO STEP 41 (remove_files) COMPLETE
90422026-05-21T17:16:17.691Z[ host-image] May 21 17:16:17.641 INFO O| May 21 17:16:17.641 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90432026-05-21T17:16:17.698Z[ host-image] May 21 17:16:17.648 INFO O| May 21 17:16:17.648 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
90442026-05-21T17:16:17.698Z[ host-image] May 21 17:16:17.648 INFO O| May 21 17:16:17.648 INFO STEP 42 (remove_files) COMPLETE
90452026-05-21T17:16:17.698Z[ host-image] May 21 17:16:17.648 INFO O| May 21 17:16:17.648 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90462026-05-21T17:16:17.705Z[ host-image] May 21 17:16:17.655 INFO O| May 21 17:16:17.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
90472026-05-21T17:16:17.705Z[ host-image] May 21 17:16:17.655 INFO O| May 21 17:16:17.655 INFO STEP 43 (remove_files) COMPLETE
90482026-05-21T17:16:17.705Z[ host-image] May 21 17:16:17.655 INFO O| May 21 17:16:17.655 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90492026-05-21T17:16:17.712Z[ host-image] May 21 17:16:17.662 INFO O| May 21 17:16:17.662 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
90502026-05-21T17:16:17.713Z[ host-image] May 21 17:16:17.662 INFO O| May 21 17:16:17.662 INFO STEP 44 (remove_files) COMPLETE
90512026-05-21T17:16:17.713Z[ host-image] May 21 17:16:17.662 INFO O| May 21 17:16:17.662 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90522026-05-21T17:16:17.719Z[ host-image] May 21 17:16:17.669 INFO O| May 21 17:16:17.669 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
90532026-05-21T17:16:17.719Z[ host-image] May 21 17:16:17.669 INFO O| May 21 17:16:17.669 INFO STEP 45 (remove_files) COMPLETE
90542026-05-21T17:16:17.719Z[ host-image] May 21 17:16:17.669 INFO O| May 21 17:16:17.669 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90552026-05-21T17:16:17.726Z[ host-image] May 21 17:16:17.676 INFO O| May 21 17:16:17.676 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
90562026-05-21T17:16:17.726Z[ host-image] May 21 17:16:17.676 INFO O| May 21 17:16:17.676 INFO STEP 46 (remove_files) COMPLETE
90572026-05-21T17:16:17.730Z[ host-image] May 21 17:16:17.676 INFO O| May 21 17:16:17.676 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90582026-05-21T17:16:17.735Z[ host-image] May 21 17:16:17.683 INFO O| May 21 17:16:17.683 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
90592026-05-21T17:16:17.735Z[ host-image] May 21 17:16:17.683 INFO O| May 21 17:16:17.683 INFO STEP 47 (remove_files) COMPLETE
90602026-05-21T17:16:17.735Z[ host-image] May 21 17:16:17.683 INFO O| May 21 17:16:17.683 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90612026-05-21T17:16:17.741Z[ host-image] May 21 17:16:17.691 INFO O| May 21 17:16:17.690 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
90622026-05-21T17:16:17.741Z[ host-image] May 21 17:16:17.691 INFO O| May 21 17:16:17.691 INFO STEP 48 (remove_files) COMPLETE
90632026-05-21T17:16:17.741Z[ host-image] May 21 17:16:17.691 INFO O| May 21 17:16:17.691 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90642026-05-21T17:16:17.748Z[ host-image] May 21 17:16:17.698 INFO O| May 21 17:16:17.698 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
90652026-05-21T17:16:17.748Z[ host-image] May 21 17:16:17.698 INFO O| May 21 17:16:17.698 INFO STEP 49 (remove_files) COMPLETE
90662026-05-21T17:16:17.750Z[ host-image] May 21 17:16:17.698 INFO O| May 21 17:16:17.698 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90672026-05-21T17:16:17.755Z[ host-image] May 21 17:16:17.705 INFO O| May 21 17:16:17.705 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
90682026-05-21T17:16:17.755Z[ host-image] May 21 17:16:17.705 INFO O| May 21 17:16:17.705 INFO STEP 50 (remove_files) COMPLETE
90692026-05-21T17:16:17.758Z[ host-image] May 21 17:16:17.705 INFO O| May 21 17:16:17.705 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90702026-05-21T17:16:17.762Z[ host-image] May 21 17:16:17.712 INFO O| May 21 17:16:17.712 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
90712026-05-21T17:16:17.762Z[ host-image] May 21 17:16:17.712 INFO O| May 21 17:16:17.712 INFO STEP 51 (remove_files) COMPLETE
90722026-05-21T17:16:17.765Z[ host-image] May 21 17:16:17.712 INFO O| May 21 17:16:17.712 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90732026-05-21T17:16:17.770Z[ host-image] May 21 17:16:17.720 INFO O| May 21 17:16:17.720 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90742026-05-21T17:16:17.770Z[ host-image] May 21 17:16:17.720 INFO O| May 21 17:16:17.720 INFO STEP 52 (remove_files) COMPLETE
90752026-05-21T17:16:17.770Z[ host-image] May 21 17:16:17.720 INFO O| May 21 17:16:17.720 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90762026-05-21T17:16:17.777Z[ host-image] May 21 17:16:17.727 INFO O| May 21 17:16:17.727 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90772026-05-21T17:16:17.777Z[ host-image] May 21 17:16:17.727 INFO O| May 21 17:16:17.727 INFO STEP 53 (remove_files) COMPLETE
90782026-05-21T17:16:17.777Z[ host-image] May 21 17:16:17.727 INFO O| May 21 17:16:17.727 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90792026-05-21T17:16:17.785Z[ host-image] May 21 17:16:17.735 INFO O| May 21 17:16:17.735 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
90802026-05-21T17:16:17.785Z[ host-image] May 21 17:16:17.735 INFO O| May 21 17:16:17.735 INFO STEP 54 (remove_files) COMPLETE
90812026-05-21T17:16:17.785Z[ host-image] May 21 17:16:17.735 INFO O| May 21 17:16:17.735 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90822026-05-21T17:16:17.793Z[ host-image] May 21 17:16:17.743 INFO O| May 21 17:16:17.743 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
90832026-05-21T17:16:17.793Z[ host-image] May 21 17:16:17.743 INFO O| May 21 17:16:17.743 INFO STEP 55 (remove_files) COMPLETE
90842026-05-21T17:16:17.793Z[ host-image] May 21 17:16:17.743 INFO O| May 21 17:16:17.743 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90852026-05-21T17:16:17.801Z[ host-image] May 21 17:16:17.751 INFO O| May 21 17:16:17.751 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
90862026-05-21T17:16:17.801Z[ host-image] May 21 17:16:17.751 INFO O| May 21 17:16:17.751 INFO STEP 56 (remove_files) COMPLETE
90872026-05-21T17:16:17.801Z[ host-image] May 21 17:16:17.751 INFO O| May 21 17:16:17.751 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90882026-05-21T17:16:17.809Z[ host-image] May 21 17:16:17.759 INFO O| May 21 17:16:17.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
90892026-05-21T17:16:17.809Z[ host-image] May 21 17:16:17.759 INFO O| May 21 17:16:17.759 INFO STEP 57 (remove_files) COMPLETE
90902026-05-21T17:16:17.809Z[ host-image] May 21 17:16:17.759 INFO O| May 21 17:16:17.759 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90912026-05-21T17:16:17.844Z[ host-image] May 21 17:16:17.794 INFO O| May 21 17:16:17.794 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
90922026-05-21T17:16:17.845Z[ host-image] May 21 17:16:17.794 INFO O| May 21 17:16:17.794 INFO STEP 58 (remove_files) COMPLETE
90932026-05-21T17:16:17.845Z[ host-image] May 21 17:16:17.794 INFO O| May 21 17:16:17.794 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90942026-05-21T17:16:17.854Z[ host-image] May 21 17:16:17.804 INFO O| May 21 17:16:17.804 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90952026-05-21T17:16:17.854Z[ host-image] May 21 17:16:17.804 INFO O| May 21 17:16:17.804 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
90962026-05-21T17:16:17.854Z[ host-image] May 21 17:16:17.804 INFO O| May 21 17:16:17.804 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90972026-05-21T17:16:17.854Z[ host-image] May 21 17:16:17.804 INFO O| May 21 17:16:17.804 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90982026-05-21T17:16:17.858Z[ host-image] May 21 17:16:17.804 INFO O| May 21 17:16:17.804 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
90992026-05-21T17:16:17.858Z[ host-image] May 21 17:16:17.804 INFO O| May 21 17:16:17.804 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
91002026-05-21T17:16:17.858Z[ host-image] May 21 17:16:17.804 INFO O| May 21 17:16:17.804 INFO ok!
91012026-05-21T17:16:17.858Z[ host-image] May 21 17:16:17.804 INFO O| May 21 17:16:17.804 INFO STEP 59 (ensure_file) COMPLETE
91022026-05-21T17:16:17.858Z[ host-image] May 21 17:16:17.804 INFO O| May 21 17:16:17.804 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91032026-05-21T17:16:17.864Z[ host-image] May 21 17:16:17.814 INFO O| May 21 17:16:17.814 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91042026-05-21T17:16:17.864Z[ host-image] May 21 17:16:17.814 INFO O| May 21 17:16:17.814 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
91052026-05-21T17:16:17.864Z[ host-image] May 21 17:16:17.814 INFO O| May 21 17:16:17.814 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91062026-05-21T17:16:17.867Z[ host-image] May 21 17:16:17.814 INFO O| May 21 17:16:17.814 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91072026-05-21T17:16:17.868Z[ host-image] May 21 17:16:17.814 INFO O| May 21 17:16:17.814 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91082026-05-21T17:16:17.868Z[ host-image] May 21 17:16:17.814 INFO O| May 21 17:16:17.814 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
91092026-05-21T17:16:17.868Z[ host-image] May 21 17:16:17.814 INFO O| May 21 17:16:17.814 INFO ok!
91102026-05-21T17:16:17.868Z[ host-image] May 21 17:16:17.814 INFO O| May 21 17:16:17.814 INFO STEP 60 (ensure_file) COMPLETE
91112026-05-21T17:16:17.868Z[ host-image] May 21 17:16:17.814 INFO O| May 21 17:16:17.814 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91122026-05-21T17:16:17.895Z[ host-image] May 21 17:16:17.843 INFO O| May 21 17:16:17.843 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
91132026-05-21T17:16:17.895Z[ host-image] May 21 17:16:17.843 INFO O| May 21 17:16:17.843 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
91142026-05-21T17:16:17.895Z[ host-image] May 21 17:16:17.843 INFO O| May 21 17:16:17.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
91152026-05-21T17:16:17.903Z[ host-image] May 21 17:16:17.843 INFO O| May 21 17:16:17.843 INFO ok!
91162026-05-21T17:16:17.903Z[ host-image] May 21 17:16:17.843 INFO O| May 21 17:16:17.843 INFO STEP 61 (ensure_file) COMPLETE
91172026-05-21T17:16:17.903Z[ host-image] May 21 17:16:17.843 INFO O| May 21 17:16:17.843 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91182026-05-21T17:16:17.903Z[ host-image] May 21 17:16:17.851 INFO O| May 21 17:16:17.851 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91192026-05-21T17:16:17.903Z[ host-image] May 21 17:16:17.852 INFO O| May 21 17:16:17.852 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
91202026-05-21T17:16:17.903Z[ host-image] May 21 17:16:17.852 INFO O| May 21 17:16:17.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
91212026-05-21T17:16:17.903Z[ host-image] May 21 17:16:17.852 INFO O| May 21 17:16:17.852 INFO ok!
91222026-05-21T17:16:17.903Z[ host-image] May 21 17:16:17.852 INFO O| May 21 17:16:17.852 INFO STEP 62 (ensure_file) COMPLETE
91232026-05-21T17:16:17.903Z[ host-image] May 21 17:16:17.852 INFO O| May 21 17:16:17.852 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91242026-05-21T17:16:17.945Z[ host-image] May 21 17:16:17.894 INFO O| May 21 17:16:17.894 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
91252026-05-21T17:16:17.945Z[ host-image] May 21 17:16:17.894 INFO O| May 21 17:16:17.894 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
91262026-05-21T17:16:17.945Z[ host-image] May 21 17:16:17.895 INFO O| May 21 17:16:17.894 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91272026-05-21T17:16:17.949Z[ host-image] May 21 17:16:17.895 INFO O| May 21 17:16:17.895 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
91282026-05-21T17:16:17.949Z[ host-image] May 21 17:16:17.895 INFO O| May 21 17:16:17.895 INFO ok!
91292026-05-21T17:16:17.949Z[ host-image] May 21 17:16:17.895 INFO O| May 21 17:16:17.895 INFO STEP 63 (ensure_file) COMPLETE
91302026-05-21T17:16:17.949Z[ host-image] May 21 17:16:17.895 INFO O| May 21 17:16:17.895 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91312026-05-21T17:16:17.954Z[ host-image] May 21 17:16:17.904 INFO O| May 21 17:16:17.904 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
91322026-05-21T17:16:17.954Z[ host-image] May 21 17:16:17.904 INFO O| May 21 17:16:17.904 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
91332026-05-21T17:16:17.954Z[ host-image] May 21 17:16:17.904 INFO O| May 21 17:16:17.904 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91342026-05-21T17:16:17.959Z[ host-image] May 21 17:16:17.904 INFO O| May 21 17:16:17.904 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
91352026-05-21T17:16:17.959Z[ host-image] May 21 17:16:17.904 INFO O| May 21 17:16:17.904 INFO ok!
91362026-05-21T17:16:17.959Z[ host-image] May 21 17:16:17.904 INFO O| May 21 17:16:17.904 INFO STEP 64 (ensure_file) COMPLETE
91372026-05-21T17:16:17.959Z[ host-image] May 21 17:16:17.904 INFO O| May 21 17:16:17.904 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91382026-05-21T17:16:17.963Z[ host-image] May 21 17:16:17.913 INFO O| May 21 17:16:17.913 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
91392026-05-21T17:16:17.963Z[ host-image] May 21 17:16:17.913 INFO O| May 21 17:16:17.913 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
91402026-05-21T17:16:17.963Z[ host-image] May 21 17:16:17.913 INFO O| May 21 17:16:17.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
91412026-05-21T17:16:17.966Z[ host-image] May 21 17:16:17.913 INFO O| May 21 17:16:17.913 INFO ok!
91422026-05-21T17:16:17.966Z[ host-image] May 21 17:16:17.913 INFO O| May 21 17:16:17.913 INFO STEP 65 (assemble_files) COMPLETE
91432026-05-21T17:16:17.966Z[ host-image] May 21 17:16:17.913 INFO O| May 21 17:16:17.913 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91442026-05-21T17:16:17.971Z[ host-image] May 21 17:16:17.921 INFO O| May 21 17:16:17.921 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
91452026-05-21T17:16:17.971Z[ host-image] May 21 17:16:17.921 INFO O| May 21 17:16:17.921 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
91462026-05-21T17:16:17.971Z[ host-image] May 21 17:16:17.921 INFO O| May 21 17:16:17.921 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91472026-05-21T17:16:17.974Z[ host-image] May 21 17:16:17.921 INFO O| May 21 17:16:17.921 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
91482026-05-21T17:16:17.974Z[ host-image] May 21 17:16:17.921 INFO O| May 21 17:16:17.921 INFO ok!
91492026-05-21T17:16:17.975Z[ host-image] May 21 17:16:17.921 INFO O| May 21 17:16:17.921 INFO STEP 66 (ensure_file) COMPLETE
91502026-05-21T17:16:17.975Z[ host-image] May 21 17:16:17.921 INFO O| May 21 17:16:17.921 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91512026-05-21T17:16:17.979Z[ host-image] May 21 17:16:17.929 INFO O| May 21 17:16:17.929 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91522026-05-21T17:16:17.979Z[ host-image] May 21 17:16:17.929 INFO O| May 21 17:16:17.929 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91532026-05-21T17:16:17.979Z[ host-image] May 21 17:16:17.929 INFO O| May 21 17:16:17.929 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
91542026-05-21T17:16:17.983Z[ host-image] May 21 17:16:17.929 INFO O| May 21 17:16:17.929 INFO STEP 67 (ensure_dir) COMPLETE
91552026-05-21T17:16:17.983Z[ host-image] May 21 17:16:17.929 INFO O| May 21 17:16:17.929 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91562026-05-21T17:16:17.987Z[ host-image] May 21 17:16:17.937 INFO O| May 21 17:16:17.937 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91572026-05-21T17:16:17.987Z[ host-image] May 21 17:16:17.937 INFO O| May 21 17:16:17.937 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 ...
91582026-05-21T17:16:17.992Z[ host-image] May 21 17:16:17.943 INFO O| May 21 17:16:17.943 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
91592026-05-21T17:16:17.993Z[ host-image] May 21 17:16:17.943 INFO O| May 21 17:16:17.943 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91602026-05-21T17:16:17.996Z[ host-image] May 21 17:16:17.943 INFO O| May 21 17:16:17.943 INFO ok!
91612026-05-21T17:16:17.996Z[ host-image] May 21 17:16:17.943 INFO O| May 21 17:16:17.943 INFO STEP 68 (ensure_file) COMPLETE
91622026-05-21T17:16:17.996Z[ host-image] May 21 17:16:17.943 INFO O| May 21 17:16:17.943 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91632026-05-21T17:16:18.006Z[ host-image] May 21 17:16:17.952 INFO O| May 21 17:16:17.952 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91642026-05-21T17:16:18.006Z[ host-image] May 21 17:16:17.952 INFO O| May 21 17:16:17.952 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 ...
91652026-05-21T17:16:18.006Z[ host-image] May 21 17:16:17.952 INFO O| May 21 17:16:17.952 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
91662026-05-21T17:16:18.006Z[ host-image] May 21 17:16:17.952 INFO O| May 21 17:16:17.952 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91672026-05-21T17:16:18.006Z[ host-image] May 21 17:16:17.952 INFO O| May 21 17:16:17.952 INFO ok!
91682026-05-21T17:16:18.006Z[ host-image] May 21 17:16:17.952 INFO O| May 21 17:16:17.952 INFO STEP 69 (ensure_file) COMPLETE
91692026-05-21T17:16:18.006Z[ host-image] May 21 17:16:17.952 INFO O| May 21 17:16:17.952 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91702026-05-21T17:16:18.014Z[ host-image] May 21 17:16:17.964 INFO O| May 21 17:16:17.964 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
91712026-05-21T17:16:18.014Z[ host-image] May 21 17:16:17.964 INFO O| May 21 17:16:17.964 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
91722026-05-21T17:16:20.145Z[ host-image] May 21 17:16:19.349 INFO O| May 21 17:16:19.349 INFO STEP 70 (pack_tar) COMPLETE
91732026-05-21T17:16:20.145Z[ host-image] May 21 17:16:19.349 INFO O| May 21 17:16:19.349 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91742026-05-21T17:16:20.145Z[ host-image] May 21 17:16:19.349 INFO O| May 21 17:16:19.349 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
91752026-05-21T17:16:20.592Z[ host-image] May 21 17:16:20.542 INFO O| May 21 17:16:20.542 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91762026-05-21T17:16:20.689Z[ host-image] May 21 17:16:20.606 INFO O| May 21 17:16:20.606 INFO completed processing sled/ramdisk-02-trim
91772026-05-21T17:16:20.703Z[ host-image] May 21 17:16:20.608 INFO image builder template: zfs...
91782026-05-21T17:16:20.703Z[ host-image] May 21 17:16:20.608 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/.tmpEayPFN/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs"], pwd: None
91792026-05-21T17:16:20.703Z[ host-image] May 21 17:16:20.620 INFO O| May 21 17:16:20.619 INFO skip include "stress" because feature "stress" is not enabled
91802026-05-21T17:16:20.703Z[ host-image] May 21 17:16:20.620 INFO O| May 21 17:16:20.620 INFO skip include "stress" because feature "compliance" is not enabled
91812026-05-21T17:16:20.708Z[ host-image] May 21 17:16:20.647 INFO O| May 21 17:16:20.647 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
91822026-05-21T17:16:20.708Z[ host-image] May 21 17:16:20.649 INFO O| May 21 17:16:20.649 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
91832026-05-21T17:16:20.762Z[ host-image] May 21 17:16:20.708 INFO O| May 21 17:16:20.708 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
91842026-05-21T17:16:20.808Z[ host-image] May 21 17:16:20.758 INFO O| May 21 17:16:20.758 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
91852026-05-21T17:16:20.808Z[ host-image] May 21 17:16:20.758 INFO O| May 21 17:16:20.758 INFO work dataset: rpool/images/build/host/work/sled/zfs
91862026-05-21T17:16:20.815Z[ host-image] May 21 17:16:20.761 INFO O| May 21 17:16:20.761 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
91872026-05-21T17:16:20.867Z[ host-image] May 21 17:16:20.814 INFO O| May 21 17:16:20.814 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
91882026-05-21T17:16:20.903Z[ host-image] May 21 17:16:20.853 INFO O| May 21 17:16:20.853 INFO DESTROY POOL: TEMPORARY-sled-zfs
91892026-05-21T17:16:20.910Z[ host-image] May 21 17:16:20.860 INFO O| May 21 17:16:20.860 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
91902026-05-21T17:16:20.918Z[ host-image] May 21 17:16:20.864 INFO O| May 21 17:16:20.864 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
91912026-05-21T17:16:20.918Z[ host-image] May 21 17:16:20.864 INFO O| May 21 17:16:20.864 INFO no lofi found
91922026-05-21T17:16:20.918Z[ host-image] May 21 17:16:20.864 INFO O| May 21 17:16:20.864 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
91932026-05-21T17:16:20.918Z[ host-image] May 21 17:16:20.864 INFO O| May 21 17:16:20.864 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
91942026-05-21T17:16:23.053Z[ host-image] May 21 17:16:23.001 INFO O| May 21 17:16:23.001 INFO lofi device = /dev/dsk/c2t1d0p0
91952026-05-21T17:16:23.053Z[ host-image] May 21 17:16:23.001 INFO O| May 21 17:16:23.001 INFO pool device = /dev/dsk/c2t1d0p0
91962026-05-21T17:16:23.053Z[ host-image] May 21 17:16:23.001 INFO O| May 21 17:16:23.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
91972026-05-21T17:16:23.212Z[ host-image] May 21 17:16:23.161 INFO O| May 21 17:16:23.161 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
91982026-05-21T17:16:23.212Z[ host-image] May 21 17:16:23.161 INFO O| May 21 17:16:23.161 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
91992026-05-21T17:16:23.230Z[ host-image] May 21 17:16:23.179 INFO O| May 21 17:16:23.179 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
92002026-05-21T17:16:23.314Z[ host-image] May 21 17:16:23.261 INFO O| May 21 17:16:23.261 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
92012026-05-21T17:16:23.343Z[ host-image] May 21 17:16:23.293 INFO O| May 21 17:16:23.292 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
92022026-05-21T17:16:23.363Z[ host-image] May 21 17:16:23.310 INFO O| May 21 17:16:23.310 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
92032026-05-21T17:16:23.374Z[ host-image] May 21 17:16:23.324 INFO O| May 21 17:16:23.324 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
92042026-05-21T17:16:23.419Z[ host-image] May 21 17:16:23.368 INFO O| May 21 17:16:23.367 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
92052026-05-21T17:16:23.419Z[ host-image] May 21 17:16:23.368 INFO O| May 21 17:16:23.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
92062026-05-21T17:16:23.419Z[ host-image] May 21 17:16:23.368 INFO O| May 21 17:16:23.368 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
92072026-05-21T17:16:23.428Z[ host-image] May 21 17:16:23.378 INFO O| May 21 17:16:23.378 INFO boot environment UUID: 051c3f66-0e65-46c3-bf79-e3520e291aa7
92082026-05-21T17:16:23.428Z[ host-image] May 21 17:16:23.378 INFO O| May 21 17:16:23.378 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 051c3f66-0e65-46c3-bf79-e3520e291aa7
92092026-05-21T17:16:23.443Z[ host-image] May 21 17:16:23.391 INFO O| May 21 17:16:23.391 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92102026-05-21T17:16:23.456Z[ host-image] May 21 17:16:23.404 INFO O| May 21 17:16:23.404 INFO STEP 0 (create_be) COMPLETE
92112026-05-21T17:16:23.456Z[ host-image] May 21 17:16:23.404 INFO O| May 21 17:16:23.404 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
92122026-05-21T17:16:23.467Z[ host-image] May 21 17:16:23.417 INFO O| May 21 17:16:23.417 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
92132026-05-21T17:16:32.286Z[ recovery-image] May 21 17:16:32.162 INFO O| ok, image written!
92142026-05-21T17:16:32.286Z[ recovery-image] May 21 17:16:32.162 INFO O| ok, boot_image_csum file written!
92152026-05-21T17:16:32.300Z[ recovery-image] May 21 17:16:32.165 INFO creating boot archive (CPIO)...
92162026-05-21T17:16:32.300Z[ recovery-image] May 21 17:16:32.165 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
92172026-05-21T17:16:32.300Z[ recovery-image] May 21 17:16:32.169 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
92182026-05-21T17:16:32.300Z[ recovery-image] May 21 17:16:32.169 INFO E| + outfile=/work/os-recovery/cpio
92192026-05-21T17:16:32.300Z[ recovery-image] May 21 17:16:32.169 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
92202026-05-21T17:16:32.300Z[ recovery-image] May 21 17:16:32.171 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
92212026-05-21T17:16:32.300Z[ recovery-image] May 21 17:16:32.171 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
92222026-05-21T17:16:32.300Z[ recovery-image] May 21 17:16:32.211 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
92232026-05-21T17:16:32.300Z[ recovery-image] May 21 17:16:32.211 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
92242026-05-21T17:16:32.300Z[ recovery-image] May 21 17:16:32.218 INFO creating compressed cpio/unix for dev loaders...
92252026-05-21T17:16:32.300Z[ recovery-image] May 21 17:16:32.219 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
92262026-05-21T17:16:32.594Z[ recovery-image] May 21 17:16:32.541 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
92272026-05-21T17:16:35.051Z[ host-image] May 21 17:16:34.167 INFO O| May 21 17:16:34.167 INFO STEP 1 (unpack_tar) COMPLETE
92282026-05-21T17:16:35.051Z[ host-image] May 21 17:16:34.167 INFO O| May 21 17:16:34.167 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92292026-05-21T17:16:35.078Z[ host-image] May 21 17:16:34.176 INFO O| May 21 17:16:34.176 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
92302026-05-21T17:16:35.078Z[ host-image] May 21 17:16:34.580 INFO O| May 21 17:16:34.580 INFO STEP 2 (devfsadm) COMPLETE
92312026-05-21T17:16:35.079Z[ host-image] May 21 17:16:34.580 INFO O| May 21 17:16:34.580 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92322026-05-21T17:16:35.079Z[ host-image] May 21 17:16:34.589 INFO O| May 21 17:16:34.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92332026-05-21T17:16:35.079Z[ host-image] May 21 17:16:34.589 INFO O| May 21 17:16:34.589 INFO STEP 3 (ensure_dir) COMPLETE
92342026-05-21T17:16:35.079Z[ host-image] May 21 17:16:34.589 INFO O| May 21 17:16:34.589 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92352026-05-21T17:16:35.079Z[ host-image] May 21 17:16:34.596 INFO O| May 21 17:16:34.596 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92362026-05-21T17:16:35.079Z[ host-image] May 21 17:16:34.596 INFO O| May 21 17:16:34.596 INFO STEP 4 (ensure_dir) COMPLETE
92372026-05-21T17:16:35.079Z[ host-image] May 21 17:16:34.596 INFO O| May 21 17:16:34.596 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92382026-05-21T17:16:35.079Z[ host-image] May 21 17:16:34.604 INFO O| May 21 17:16:34.604 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92392026-05-21T17:16:35.079Z[ host-image] May 21 17:16:34.604 INFO O| May 21 17:16:34.604 INFO STEP 5 (ensure_dir) COMPLETE
92402026-05-21T17:16:35.079Z[ host-image] May 21 17:16:34.604 INFO O| May 21 17:16:34.604 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92412026-05-21T17:16:35.079Z[ host-image] May 21 17:16:34.611 INFO O| May 21 17:16:34.611 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92422026-05-21T17:16:35.079Z[ host-image] May 21 17:16:34.611 INFO O| May 21 17:16:34.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92432026-05-21T17:16:35.080Z[ host-image] May 21 17:16:34.611 INFO O| May 21 17:16:34.611 INFO STEP 6 (ensure_dir) COMPLETE
92442026-05-21T17:16:35.080Z[ host-image] May 21 17:16:34.611 INFO O| May 21 17:16:34.611 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92452026-05-21T17:16:35.080Z[ host-image] May 21 17:16:34.618 INFO O| May 21 17:16:34.618 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92462026-05-21T17:16:35.080Z[ host-image] May 21 17:16:34.618 INFO O| May 21 17:16:34.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92472026-05-21T17:16:35.080Z[ host-image] May 21 17:16:34.618 INFO O| May 21 17:16:34.618 INFO STEP 7 (ensure_dir) COMPLETE
92482026-05-21T17:16:35.080Z[ host-image] May 21 17:16:34.618 INFO O| May 21 17:16:34.618 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92492026-05-21T17:16:35.080Z[ host-image] May 21 17:16:34.625 INFO O| May 21 17:16:34.625 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
92502026-05-21T17:16:35.081Z[ host-image] May 21 17:16:34.626 INFO O| May 21 17:16:34.626 INFO STEP 8 (remove_files) COMPLETE
92512026-05-21T17:16:35.081Z[ host-image] May 21 17:16:34.626 INFO O| May 21 17:16:34.626 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92522026-05-21T17:16:35.081Z[ host-image] May 21 17:16:34.633 INFO O| May 21 17:16:34.633 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
92532026-05-21T17:16:35.081Z[ host-image] May 21 17:16:34.634 INFO O| May 21 17:16:34.634 INFO STEP 9 (remove_files) COMPLETE
92542026-05-21T17:16:35.081Z[ host-image] May 21 17:16:34.634 INFO O| May 21 17:16:34.634 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92552026-05-21T17:16:35.081Z[ host-image] May 21 17:16:34.641 INFO O| May 21 17:16:34.641 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
92562026-05-21T17:16:35.081Z[ host-image] May 21 17:16:34.642 INFO O| May 21 17:16:34.642 INFO STEP 10 (remove_files) COMPLETE
92572026-05-21T17:16:35.081Z[ host-image] May 21 17:16:34.642 INFO O| May 21 17:16:34.642 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92582026-05-21T17:16:35.081Z[ host-image] May 21 17:16:34.649 INFO O| May 21 17:16:34.649 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
92592026-05-21T17:16:35.081Z[ host-image] May 21 17:16:34.649 INFO O| May 21 17:16:34.649 INFO STEP 11 (remove_files) COMPLETE
92602026-05-21T17:16:35.081Z[ host-image] May 21 17:16:34.649 INFO O| May 21 17:16:34.649 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92612026-05-21T17:16:35.081Z[ host-image] May 21 17:16:34.656 INFO O| May 21 17:16:34.656 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
92622026-05-21T17:16:35.081Z[ host-image] May 21 17:16:34.656 INFO O| May 21 17:16:34.656 INFO STEP 12 (remove_files) COMPLETE
92632026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.656 INFO O| May 21 17:16:34.656 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92642026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.663 INFO O| May 21 17:16:34.663 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92652026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.663 INFO O| May 21 17:16:34.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
92662026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.663 INFO O| May 21 17:16:34.663 INFO STEP 13 (ensure_dir) COMPLETE
92672026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.663 INFO O| May 21 17:16:34.663 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92682026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.671 INFO O| May 21 17:16:34.671 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92692026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.671 INFO O| May 21 17:16:34.671 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92702026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.671 INFO O| May 21 17:16:34.671 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
92712026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.671 INFO O| May 21 17:16:34.671 INFO STEP 14 (ensure_dir) COMPLETE
92722026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.671 INFO O| May 21 17:16:34.671 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92732026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.679 INFO O| May 21 17:16:34.678 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92742026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.679 INFO O| May 21 17:16:34.679 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92752026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.679 INFO O| May 21 17:16:34.679 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
92762026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.679 INFO O| May 21 17:16:34.679 INFO STEP 15 (ensure_dir) COMPLETE
92772026-05-21T17:16:35.082Z[ host-image] May 21 17:16:34.679 INFO O| May 21 17:16:34.679 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92782026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.686 INFO O| May 21 17:16:34.686 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92792026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.686 INFO O| May 21 17:16:34.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
92802026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.686 INFO O| May 21 17:16:34.686 INFO STEP 16 (ensure_dir) COMPLETE
92812026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.686 INFO O| May 21 17:16:34.686 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92822026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.694 INFO O| May 21 17:16:34.694 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92832026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.694 INFO O| May 21 17:16:34.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
92842026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.694 INFO O| May 21 17:16:34.694 INFO STEP 17 (ensure_dir) COMPLETE
92852026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.694 INFO O| May 21 17:16:34.694 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92862026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.702 INFO O| May 21 17:16:34.701 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92872026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.702 INFO O| May 21 17:16:34.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
92882026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.702 INFO O| May 21 17:16:34.701 INFO ok!
92892026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.702 INFO O| May 21 17:16:34.702 INFO STEP 18 (ensure_symlink) COMPLETE
92902026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.702 INFO O| May 21 17:16:34.702 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92912026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.709 INFO O| May 21 17:16:34.709 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
92922026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.709 INFO O| May 21 17:16:34.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
92932026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.709 INFO O| May 21 17:16:34.709 INFO ok!
92942026-05-21T17:16:35.083Z[ host-image] May 21 17:16:34.709 INFO O| May 21 17:16:34.709 INFO STEP 19 (ensure_file) COMPLETE
92952026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.709 INFO O| May 21 17:16:34.709 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92962026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.716 INFO O| May 21 17:16:34.716 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
92972026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.716 INFO O| May 21 17:16:34.716 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92982026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.716 INFO O| May 21 17:16:34.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
92992026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.716 INFO O| May 21 17:16:34.716 INFO ok!
93002026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.716 INFO O| May 21 17:16:34.716 INFO STEP 20 (ensure_symlink) COMPLETE
93012026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.716 INFO O| May 21 17:16:34.716 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93022026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.724 INFO O| May 21 17:16:34.723 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93032026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.724 INFO O| May 21 17:16:34.724 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93042026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.724 INFO O| May 21 17:16:34.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
93052026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.724 INFO O| May 21 17:16:34.724 INFO ok!
93062026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.724 INFO O| May 21 17:16:34.724 INFO STEP 21 (ensure_symlink) COMPLETE
93072026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.724 INFO O| May 21 17:16:34.724 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93082026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.731 INFO O| May 21 17:16:34.731 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
93092026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.731 INFO O| May 21 17:16:34.731 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93102026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.731 INFO O| May 21 17:16:34.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
93112026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.731 INFO O| May 21 17:16:34.731 INFO ok!
93122026-05-21T17:16:35.084Z[ host-image] May 21 17:16:34.731 INFO O| May 21 17:16:34.731 INFO STEP 22 (ensure_symlink) COMPLETE
93132026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.731 INFO O| May 21 17:16:34.731 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93142026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.739 INFO O| May 21 17:16:34.739 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
93152026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.739 INFO O| May 21 17:16:34.739 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93162026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.739 INFO O| May 21 17:16:34.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
93172026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.739 INFO O| May 21 17:16:34.739 INFO ok!
93182026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.739 INFO O| May 21 17:16:34.739 INFO STEP 23 (ensure_symlink) COMPLETE
93192026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.739 INFO O| May 21 17:16:34.739 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93202026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.747 INFO O| May 21 17:16:34.747 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93212026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.747 INFO O| May 21 17:16:34.747 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
93222026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.747 INFO O| May 21 17:16:34.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
93232026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.747 INFO O| May 21 17:16:34.747 INFO ok!
93242026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.747 INFO O| May 21 17:16:34.747 INFO STEP 24 (ensure_file) COMPLETE
93252026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.747 INFO O| May 21 17:16:34.747 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93262026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.755 INFO O| May 21 17:16:34.755 INFO updating shadow file
93272026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.756 INFO O| May 21 17:16:34.756 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93282026-05-21T17:16:35.085Z[ host-image] May 21 17:16:34.756 INFO O| May 21 17:16:34.756 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
93292026-05-21T17:16:35.101Z[ host-image] May 21 17:16:34.756 INFO O| May 21 17:16:34.756 INFO STEP 25 (shadow) COMPLETE
93302026-05-21T17:16:35.101Z[ host-image] May 21 17:16:34.756 INFO O| May 21 17:16:34.756 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93312026-05-21T17:16:35.101Z[ host-image] May 21 17:16:34.764 INFO O| May 21 17:16:34.764 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93322026-05-21T17:16:35.101Z[ host-image] May 21 17:16:34.764 INFO O| May 21 17:16:34.764 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
93332026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.764 INFO O| May 21 17:16:34.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
93342026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.764 INFO O| May 21 17:16:34.764 INFO ok!
93352026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.764 INFO O| May 21 17:16:34.764 INFO STEP 26 (ensure_file) COMPLETE
93362026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.764 INFO O| May 21 17:16:34.764 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93372026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.773 INFO O| May 21 17:16:34.773 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
93382026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.773 INFO O| May 21 17:16:34.773 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
93392026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.773 INFO O| May 21 17:16:34.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
93402026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.773 INFO O| May 21 17:16:34.773 INFO ok!
93412026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.773 INFO O| May 21 17:16:34.773 INFO STEP 27 (ensure_file) COMPLETE
93422026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.773 INFO O| May 21 17:16:34.773 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93432026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.781 INFO O| May 21 17:16:34.781 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93442026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.781 INFO O| May 21 17:16:34.781 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
93452026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.781 INFO O| May 21 17:16:34.781 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93462026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.781 INFO O| May 21 17:16:34.781 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
93472026-05-21T17:16:35.102Z[ host-image] May 21 17:16:34.781 INFO O| May 21 17:16:34.781 INFO ok!
93482026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.781 INFO O| May 21 17:16:34.781 INFO STEP 28 (ensure_file) COMPLETE
93492026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.781 INFO O| May 21 17:16:34.781 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93502026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.790 INFO O| May 21 17:16:34.790 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
93512026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.790 INFO O| May 21 17:16:34.790 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
93522026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.790 INFO O| May 21 17:16:34.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
93532026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.790 INFO O| May 21 17:16:34.790 INFO ok!
93542026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.790 INFO O| May 21 17:16:34.790 INFO STEP 29 (ensure_file) COMPLETE
93552026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.790 INFO O| May 21 17:16:34.790 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93562026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.798 INFO O| May 21 17:16:34.798 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93572026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.798 INFO O| May 21 17:16:34.798 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93582026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.798 INFO O| May 21 17:16:34.798 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
93592026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.798 INFO O| May 21 17:16:34.798 INFO STEP 30 (ensure_dir) COMPLETE
93602026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.798 INFO O| May 21 17:16:34.798 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93612026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.806 INFO O| May 21 17:16:34.806 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
93622026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.806 INFO O| May 21 17:16:34.806 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
93632026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.806 INFO O| May 21 17:16:34.806 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
93642026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.806 INFO O| May 21 17:16:34.806 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
93652026-05-21T17:16:35.103Z[ host-image] May 21 17:16:34.806 INFO O| May 21 17:16:34.806 INFO ok!
93662026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.806 INFO O| May 21 17:16:34.806 INFO STEP 31 (ensure_file) COMPLETE
93672026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.806 INFO O| May 21 17:16:34.806 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
93682026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.814 INFO O| May 21 17:16:34.814 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93692026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.814 INFO O| May 21 17:16:34.814 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93702026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.814 INFO O| May 21 17:16:34.814 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
93712026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.814 INFO O| May 21 17:16:34.814 INFO STEP 32 (ensure_dir) COMPLETE
93722026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.814 INFO O| May 21 17:16:34.814 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93732026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.821 INFO O| May 21 17:16:34.821 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
93742026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.821 INFO O| May 21 17:16:34.821 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 ...
93752026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.821 INFO O| May 21 17:16:34.821 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
93762026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.821 INFO O| May 21 17:16:34.821 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
93772026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.821 INFO O| May 21 17:16:34.821 INFO ok!
93782026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.821 INFO O| May 21 17:16:34.821 INFO STEP 33 (ensure_file) COMPLETE
93792026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.822 INFO O| May 21 17:16:34.821 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93802026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.829 INFO O| May 21 17:16:34.829 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
93812026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.829 INFO O| May 21 17:16:34.829 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
93822026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.829 INFO O| May 21 17:16:34.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
93832026-05-21T17:16:35.104Z[ host-image] May 21 17:16:34.829 INFO O| May 21 17:16:34.829 INFO ok!
93842026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.829 INFO O| May 21 17:16:34.829 INFO STEP 34 (ensure_file) COMPLETE
93852026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.829 INFO O| May 21 17:16:34.829 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93862026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.836 INFO O| May 21 17:16:34.836 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93872026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.837 INFO O| May 21 17:16:34.836 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
93882026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.837 INFO O| May 21 17:16:34.837 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
93892026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.837 INFO O| May 21 17:16:34.837 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
93902026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.837 INFO O| May 21 17:16:34.837 INFO ok!
93912026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.837 INFO O| May 21 17:16:34.837 INFO STEP 35 (ensure_file) COMPLETE
93922026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.837 INFO O| May 21 17:16:34.837 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93932026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.844 INFO O| May 21 17:16:34.844 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
93942026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.844 INFO O| May 21 17:16:34.844 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
93952026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.844 INFO O| May 21 17:16:34.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
93962026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.844 INFO O| May 21 17:16:34.844 INFO ok!
93972026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.844 INFO O| May 21 17:16:34.844 INFO STEP 36 (ensure_file) COMPLETE
93982026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.844 INFO O| May 21 17:16:34.844 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93992026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.851 INFO O| May 21 17:16:34.851 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94002026-05-21T17:16:35.105Z[ host-image] May 21 17:16:34.851 INFO O| May 21 17:16:34.851 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
94012026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.852 INFO O| May 21 17:16:34.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
94022026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.852 INFO O| May 21 17:16:34.851 INFO ok!
94032026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.852 INFO O| May 21 17:16:34.852 INFO STEP 37 (ensure_file) COMPLETE
94042026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.852 INFO O| May 21 17:16:34.852 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94052026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.859 INFO O| May 21 17:16:34.859 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
94062026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.859 INFO O| May 21 17:16:34.859 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
94072026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.859 INFO O| May 21 17:16:34.859 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94082026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.859 INFO O| May 21 17:16:34.859 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94092026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.859 INFO O| May 21 17:16:34.859 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94102026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.859 INFO O| May 21 17:16:34.859 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
94112026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.859 INFO O| May 21 17:16:34.859 INFO ok!
94122026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.859 INFO O| May 21 17:16:34.859 INFO STEP 38 (ensure_file) COMPLETE
94132026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.859 INFO O| May 21 17:16:34.859 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94142026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.867 INFO O| May 21 17:16:34.866 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94152026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.867 INFO O| May 21 17:16:34.867 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94162026-05-21T17:16:35.106Z[ host-image] May 21 17:16:34.867 INFO O| May 21 17:16:34.867 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
94172026-05-21T17:16:35.107Z[ host-image] May 21 17:16:34.867 INFO O| May 21 17:16:34.867 INFO STEP 39 (ensure_dir) COMPLETE
94182026-05-21T17:16:35.107Z[ host-image] May 21 17:16:34.867 INFO O| May 21 17:16:34.867 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94192026-05-21T17:16:35.107Z[ host-image] May 21 17:16:34.874 INFO O| May 21 17:16:34.874 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
94202026-05-21T17:16:35.107Z[ host-image] May 21 17:16:34.874 INFO O| May 21 17:16:34.874 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 ...
94212026-05-21T17:16:35.107Z[ host-image] May 21 17:16:34.874 INFO O| May 21 17:16:34.874 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
94222026-05-21T17:16:35.107Z[ host-image] May 21 17:16:34.874 INFO O| May 21 17:16:34.874 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
94232026-05-21T17:16:35.107Z[ host-image] May 21 17:16:34.874 INFO O| May 21 17:16:34.874 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
94242026-05-21T17:16:35.107Z[ host-image] May 21 17:16:34.874 INFO O| May 21 17:16:34.874 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
94252026-05-21T17:16:35.107Z[ host-image] May 21 17:16:34.874 INFO O| May 21 17:16:34.874 INFO ok!
94262026-05-21T17:16:35.107Z[ host-image] May 21 17:16:34.874 INFO O| May 21 17:16:34.874 INFO STEP 40 (ensure_file) COMPLETE
94272026-05-21T17:16:35.107Z[ host-image] May 21 17:16:34.874 INFO O| May 21 17:16:34.874 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94282026-05-21T17:16:35.107Z[ host-image] May 21 17:16:34.882 INFO O| May 21 17:16:34.882 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94292026-05-21T17:16:35.126Z[ host-image] May 21 17:16:34.882 INFO O| May 21 17:16:34.882 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 ...
94302026-05-21T17:16:35.126Z[ host-image] May 21 17:16:34.882 INFO O| May 21 17:16:34.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94312026-05-21T17:16:35.126Z[ host-image] May 21 17:16:34.882 INFO O| May 21 17:16:34.882 INFO ok!
94322026-05-21T17:16:35.126Z[ host-image] May 21 17:16:34.882 INFO O| May 21 17:16:34.882 INFO STEP 41 (ensure_symlink) COMPLETE
94332026-05-21T17:16:35.126Z[ host-image] May 21 17:16:34.882 INFO O| May 21 17:16:34.882 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94342026-05-21T17:16:35.126Z[ host-image] May 21 17:16:34.889 INFO O| May 21 17:16:34.889 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
94352026-05-21T17:16:35.126Z[ host-image] May 21 17:16:34.890 INFO O| May 21 17:16:34.889 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
94362026-05-21T17:16:35.126Z[ host-image] May 21 17:16:34.890 INFO O| May 21 17:16:34.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
94372026-05-21T17:16:35.126Z[ host-image] May 21 17:16:34.890 INFO O| May 21 17:16:34.889 INFO ok!
94382026-05-21T17:16:35.126Z[ host-image] May 21 17:16:34.890 INFO O| May 21 17:16:34.890 INFO STEP 42 (ensure_symlink) COMPLETE
94392026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.890 INFO O| May 21 17:16:34.890 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94402026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.897 INFO O| May 21 17:16:34.897 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
94412026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.897 INFO O| May 21 17:16:34.897 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
94422026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.897 INFO O| May 21 17:16:34.897 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94432026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.897 INFO O| May 21 17:16:34.897 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94442026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.897 INFO O| May 21 17:16:34.897 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94452026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.897 INFO O| May 21 17:16:34.897 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
94462026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.897 INFO O| May 21 17:16:34.897 INFO ok!
94472026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.897 INFO O| May 21 17:16:34.897 INFO STEP 43 (ensure_file) COMPLETE
94482026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.897 INFO O| May 21 17:16:34.897 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94492026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.905 INFO O| May 21 17:16:34.905 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94502026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.905 INFO O| May 21 17:16:34.905 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 ...
94512026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.905 INFO O| May 21 17:16:34.905 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
94522026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.905 INFO O| May 21 17:16:34.905 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
94532026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.905 INFO O| May 21 17:16:34.905 INFO ok!
94542026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.905 INFO O| May 21 17:16:34.905 INFO STEP 44 (ensure_file) COMPLETE
94552026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.905 INFO O| May 21 17:16:34.905 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94562026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.912 INFO O| May 21 17:16:34.912 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
94572026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.912 INFO O| May 21 17:16:34.912 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
94582026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.912 INFO O| May 21 17:16:34.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
94592026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.912 INFO O| May 21 17:16:34.912 INFO ok!
94602026-05-21T17:16:35.127Z[ host-image] May 21 17:16:34.912 INFO O| May 21 17:16:34.912 INFO STEP 45 (ensure_file) COMPLETE
94612026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.912 INFO O| May 21 17:16:34.912 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94622026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.920 INFO O| May 21 17:16:34.920 INFO updating shadow file
94632026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.920 INFO O| May 21 17:16:34.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94642026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.920 INFO O| May 21 17:16:34.920 INFO STEP 46 (shadow) COMPLETE
94652026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.920 INFO O| May 21 17:16:34.920 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94662026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.927 INFO O| May 21 17:16:34.927 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
94672026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.927 INFO O| May 21 17:16:34.927 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
94682026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.927 INFO O| May 21 17:16:34.927 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
94692026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.927 INFO O| May 21 17:16:34.927 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
94702026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.927 INFO O| May 21 17:16:34.927 INFO ok!
94712026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.927 INFO O| May 21 17:16:34.927 INFO STEP 47 (ensure_file) COMPLETE
94722026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.927 INFO O| May 21 17:16:34.927 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94732026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.927 INFO O| May 21 17:16:34.927 INFO skip step because feature "mfg" is not enabled
94742026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.927 INFO O| May 21 17:16:34.927 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94752026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.927 INFO O| May 21 17:16:34.927 INFO skip step because feature "mfg" is not enabled
94762026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.927 INFO O| May 21 17:16:34.927 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94772026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.935 INFO O| May 21 17:16:34.935 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
94782026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.935 INFO O| May 21 17:16:34.935 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
94792026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.955 INFO O| May 21 17:16:34.955 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
94802026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.955 INFO O| May 21 17:16:34.955 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
94812026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.955 INFO O| May 21 17:16:34.955 INFO ok!
94822026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.955 INFO O| May 21 17:16:34.955 INFO STEP 50 (ensure_file) COMPLETE
94832026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.955 INFO O| May 21 17:16:34.955 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94842026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.955 INFO O| May 21 17:16:34.955 INFO skip step because feature "compliance" is not enabled
94852026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.955 INFO O| May 21 17:16:34.955 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94862026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.965 INFO O| May 21 17:16:34.965 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
94872026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.965 INFO O| May 21 17:16:34.965 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
94882026-05-21T17:16:35.128Z[ host-image] May 21 17:16:34.965 INFO O| May 21 17:16:34.965 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94892026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.965 INFO O| May 21 17:16:34.965 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94902026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.965 INFO O| May 21 17:16:34.965 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94912026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.965 INFO O| May 21 17:16:34.965 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
94922026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.965 INFO O| May 21 17:16:34.965 INFO ok!
94932026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.965 INFO O| May 21 17:16:34.965 INFO STEP 52 (ensure_file) COMPLETE
94942026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.965 INFO O| May 21 17:16:34.965 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94952026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.973 INFO O| May 21 17:16:34.973 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94962026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.973 INFO O| May 21 17:16:34.973 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 ...
94972026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.973 INFO O| May 21 17:16:34.973 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
94982026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.973 INFO O| May 21 17:16:34.973 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94992026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.973 INFO O| May 21 17:16:34.973 INFO ok!
95002026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.973 INFO O| May 21 17:16:34.973 INFO STEP 53 (ensure_file) COMPLETE
95012026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.973 INFO O| May 21 17:16:34.973 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95022026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.981 INFO O| May 21 17:16:34.981 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
95032026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.981 INFO O| May 21 17:16:34.981 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 ...
95042026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.981 INFO O| May 21 17:16:34.981 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95052026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.981 INFO O| May 21 17:16:34.981 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
95062026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.981 INFO O| May 21 17:16:34.981 INFO ok!
95072026-05-21T17:16:35.129Z[ host-image] May 21 17:16:34.981 INFO O| May 21 17:16:34.981 INFO STEP 54 (ensure_file) COMPLETE
95082026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.981 INFO O| May 21 17:16:34.981 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95092026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.988 INFO O| May 21 17:16:34.988 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
95102026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.988 INFO O| May 21 17:16:34.988 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 ...
95112026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.989 INFO O| May 21 17:16:34.988 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
95122026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.989 INFO O| May 21 17:16:34.988 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
95132026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.989 INFO O| May 21 17:16:34.989 INFO ok!
95142026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.989 INFO O| May 21 17:16:34.989 INFO STEP 55 (ensure_file) COMPLETE
95152026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.989 INFO O| May 21 17:16:34.989 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95162026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.996 INFO O| May 21 17:16:34.996 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
95172026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.996 INFO O| May 21 17:16:34.996 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 ...
95182026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.996 INFO O| May 21 17:16:34.996 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95192026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.996 INFO O| May 21 17:16:34.996 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
95202026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.996 INFO O| May 21 17:16:34.996 INFO ok!
95212026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.996 INFO O| May 21 17:16:34.996 INFO STEP 56 (ensure_file) COMPLETE
95222026-05-21T17:16:35.130Z[ host-image] May 21 17:16:34.996 INFO O| May 21 17:16:34.996 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95232026-05-21T17:16:35.130Z[ host-image] May 21 17:16:35.004 INFO O| May 21 17:16:35.003 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
95242026-05-21T17:16:35.130Z[ host-image] May 21 17:16:35.004 INFO O| May 21 17:16:35.004 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 ...
95252026-05-21T17:16:35.130Z[ host-image] May 21 17:16:35.004 INFO O| May 21 17:16:35.004 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
95262026-05-21T17:16:35.130Z[ host-image] May 21 17:16:35.004 INFO O| May 21 17:16:35.004 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
95272026-05-21T17:16:35.130Z[ host-image] May 21 17:16:35.004 INFO O| May 21 17:16:35.004 INFO ok!
95282026-05-21T17:16:35.130Z[ host-image] May 21 17:16:35.004 INFO O| May 21 17:16:35.004 INFO STEP 57 (ensure_file) COMPLETE
95292026-05-21T17:16:35.161Z[ host-image] May 21 17:16:35.004 INFO O| May 21 17:16:35.004 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95302026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.011 INFO O| May 21 17:16:35.011 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
95312026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.011 INFO O| May 21 17:16:35.011 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 ...
95322026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.011 INFO O| May 21 17:16:35.011 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95332026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.011 INFO O| May 21 17:16:35.011 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95342026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.011 INFO O| May 21 17:16:35.011 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95352026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.011 INFO O| May 21 17:16:35.011 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
95362026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.011 INFO O| May 21 17:16:35.011 INFO ok!
95372026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.011 INFO O| May 21 17:16:35.011 INFO STEP 58 (ensure_file) COMPLETE
95382026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.011 INFO O| May 21 17:16:35.011 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95392026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.018 INFO O| May 21 17:16:35.018 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
95402026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.018 INFO O| May 21 17:16:35.018 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 ...
95412026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.018 INFO O| May 21 17:16:35.018 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
95422026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.018 INFO O| May 21 17:16:35.018 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
95432026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.018 INFO O| May 21 17:16:35.018 INFO ok!
95442026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.018 INFO O| May 21 17:16:35.018 INFO STEP 59 (ensure_file) COMPLETE
95452026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.018 INFO O| May 21 17:16:35.018 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95462026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.025 INFO O| May 21 17:16:35.025 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
95472026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.025 INFO O| May 21 17:16:35.025 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
95482026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.025 INFO O| May 21 17:16:35.025 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95492026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.025 INFO O| May 21 17:16:35.025 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
95502026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.026 INFO O| May 21 17:16:35.025 INFO ok!
95512026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.026 INFO O| May 21 17:16:35.025 INFO STEP 60 (ensure_file) COMPLETE
95522026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.026 INFO O| May 21 17:16:35.026 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95532026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.043 INFO O| May 21 17:16:35.042 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
95542026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.043 INFO O| May 21 17:16:35.042 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 ...
95552026-05-21T17:16:35.162Z[ host-image] May 21 17:16:35.043 INFO O| May 21 17:16:35.043 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
95562026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.043 INFO O| May 21 17:16:35.043 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
95572026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.043 INFO O| May 21 17:16:35.043 INFO ok!
95582026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.043 INFO O| May 21 17:16:35.043 INFO STEP 61 (ensure_file) COMPLETE
95592026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.043 INFO O| May 21 17:16:35.043 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95602026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.053 INFO O| May 21 17:16:35.053 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
95612026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.053 INFO O| May 21 17:16:35.053 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
95622026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.053 INFO O| May 21 17:16:35.053 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95632026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.053 INFO O| May 21 17:16:35.053 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95642026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.053 INFO O| May 21 17:16:35.053 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95652026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.053 INFO O| May 21 17:16:35.053 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
95662026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.053 INFO O| May 21 17:16:35.053 INFO ok!
95672026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.053 INFO O| May 21 17:16:35.053 INFO STEP 62 (ensure_file) COMPLETE
95682026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.053 INFO O| May 21 17:16:35.053 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95692026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.062 INFO O| May 21 17:16:35.062 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
95702026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.062 INFO O| May 21 17:16:35.062 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 ...
95712026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.062 INFO O| May 21 17:16:35.062 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
95722026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.062 INFO O| May 21 17:16:35.062 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
95732026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.062 INFO O| May 21 17:16:35.062 INFO ok!
95742026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.062 INFO O| May 21 17:16:35.062 INFO STEP 63 (ensure_file) COMPLETE
95752026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.062 INFO O| May 21 17:16:35.062 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95762026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.072 INFO O| May 21 17:16:35.072 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
95772026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.072 INFO O| May 21 17:16:35.072 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 ...
95782026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.072 INFO O| May 21 17:16:35.072 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
95792026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.072 INFO O| May 21 17:16:35.072 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
95802026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.072 INFO O| May 21 17:16:35.072 INFO ok!
95812026-05-21T17:16:35.163Z[ host-image] May 21 17:16:35.072 INFO O| May 21 17:16:35.072 INFO STEP 64 (ensure_file) COMPLETE
95822026-05-21T17:16:35.164Z[ host-image] May 21 17:16:35.072 INFO O| May 21 17:16:35.072 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95832026-05-21T17:16:35.164Z[ host-image] May 21 17:16:35.080 INFO O| May 21 17:16:35.080 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
95842026-05-21T17:16:35.164Z[ host-image] May 21 17:16:35.080 INFO O| May 21 17:16:35.080 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 ...
95852026-05-21T17:16:35.164Z[ host-image] May 21 17:16:35.080 INFO O| May 21 17:16:35.080 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
95862026-05-21T17:16:35.164Z[ host-image] May 21 17:16:35.080 INFO O| May 21 17:16:35.080 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
95872026-05-21T17:16:35.164Z[ host-image] May 21 17:16:35.080 INFO O| May 21 17:16:35.080 INFO ok!
95882026-05-21T17:16:35.164Z[ host-image] May 21 17:16:35.080 INFO O| May 21 17:16:35.080 INFO STEP 65 (ensure_file) COMPLETE
95892026-05-21T17:16:35.164Z[ host-image] May 21 17:16:35.080 INFO O| May 21 17:16:35.080 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95902026-05-21T17:16:35.164Z[ host-image] May 21 17:16:35.080 INFO O| May 21 17:16:35.080 INFO skip step because feature "mbist" is not enabled
95912026-05-21T17:16:35.164Z[ host-image] May 21 17:16:35.080 INFO O| May 21 17:16:35.080 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922026-05-21T17:16:35.228Z[ host-image] May 21 17:16:35.090 INFO O| May 21 17:16:35.090 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
95932026-05-21T17:16:35.229Z[ host-image] May 21 17:16:35.091 INFO O| May 21 17:16:35.090 INFO STEP 67 (ensure_dir) COMPLETE
95942026-05-21T17:16:35.229Z[ host-image] May 21 17:16:35.091 INFO O| May 21 17:16:35.090 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952026-05-21T17:16:35.229Z[ host-image] May 21 17:16:35.100 INFO O| May 21 17:16:35.100 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
95962026-05-21T17:16:35.229Z[ host-image] May 21 17:16:35.100 INFO O| May 21 17:16:35.100 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
95972026-05-21T17:16:35.229Z[ host-image] May 21 17:16:35.100 INFO O| May 21 17:16:35.100 INFO STEP 68 (ensure_dir) COMPLETE
95982026-05-21T17:16:35.229Z[ host-image] May 21 17:16:35.100 INFO O| May 21 17:16:35.100 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992026-05-21T17:16:35.229Z[ host-image] May 21 17:16:35.108 INFO O| May 21 17:16:35.108 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96002026-05-21T17:16:35.229Z[ host-image] May 21 17:16:35.108 INFO O| May 21 17:16:35.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
96012026-05-21T17:16:35.229Z[ host-image] May 21 17:16:35.108 INFO O| May 21 17:16:35.108 INFO STEP 69 (ensure_dir) COMPLETE
96022026-05-21T17:16:35.229Z[ host-image] May 21 17:16:35.108 INFO O| May 21 17:16:35.108 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96032026-05-21T17:16:35.229Z[ host-image] May 21 17:16:35.115 INFO O| May 21 17:16:35.115 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
96042026-05-21T17:16:35.229Z[ host-image] May 21 17:16:35.115 INFO O| May 21 17:16:35.115 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
96052026-05-21T17:16:35.891Z[ host-image] May 21 17:16:35.840 INFO O| May 21 17:16:35.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
96062026-05-21T17:16:35.891Z[ host-image] May 21 17:16:35.840 INFO O| May 21 17:16:35.840 INFO ok!
96072026-05-21T17:16:35.894Z[ host-image] May 21 17:16:35.840 INFO O| May 21 17:16:35.840 INFO STEP 70 (ensure_file) COMPLETE
96082026-05-21T17:16:35.894Z[ host-image] May 21 17:16:35.840 INFO O| May 21 17:16:35.840 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96092026-05-21T17:16:35.899Z[ host-image] May 21 17:16:35.850 INFO O| May 21 17:16:35.849 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96102026-05-21T17:16:35.899Z[ host-image] May 21 17:16:35.850 INFO O| May 21 17:16:35.850 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
96112026-05-21T17:16:36.581Z[ host-image] May 21 17:16:36.528 INFO O| May 21 17:16:36.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
96122026-05-21T17:16:36.582Z[ host-image] May 21 17:16:36.528 INFO O| May 21 17:16:36.528 INFO ok!
96132026-05-21T17:16:36.582Z[ host-image] May 21 17:16:36.528 INFO O| May 21 17:16:36.528 INFO STEP 71 (ensure_file) COMPLETE
96142026-05-21T17:16:36.585Z[ host-image] May 21 17:16:36.528 INFO O| May 21 17:16:36.528 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96152026-05-21T17:16:36.588Z[ host-image] May 21 17:16:36.537 INFO O| May 21 17:16:36.537 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96162026-05-21T17:16:36.588Z[ host-image] May 21 17:16:36.537 INFO O| May 21 17:16:36.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
96172026-05-21T17:16:36.588Z[ host-image] May 21 17:16:36.537 INFO O| May 21 17:16:36.537 INFO STEP 72 (ensure_dir) COMPLETE
96182026-05-21T17:16:36.588Z[ host-image] May 21 17:16:36.537 INFO O| May 21 17:16:36.537 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96192026-05-21T17:16:36.595Z[ host-image] May 21 17:16:36.545 INFO O| May 21 17:16:36.545 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96202026-05-21T17:16:36.595Z[ host-image] May 21 17:16:36.545 INFO O| May 21 17:16:36.545 INFO copying /tmp/.tmpEayPFN/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 ...
96212026-05-21T17:16:36.595Z[ host-image] May 21 17:16:36.545 INFO O| May 21 17:16:36.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
96222026-05-21T17:16:36.598Z[ host-image] May 21 17:16:36.545 INFO O| May 21 17:16:36.545 INFO ok!
96232026-05-21T17:16:36.598Z[ host-image] May 21 17:16:36.545 INFO O| May 21 17:16:36.545 INFO STEP 73 (ensure_file) COMPLETE
96242026-05-21T17:16:36.598Z[ host-image] May 21 17:16:36.545 INFO O| May 21 17:16:36.545 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96252026-05-21T17:16:36.603Z[ host-image] May 21 17:16:36.553 INFO O| May 21 17:16:36.553 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96262026-05-21T17:16:36.604Z[ host-image] May 21 17:16:36.553 INFO O| May 21 17:16:36.553 INFO copying /tmp/.tmpEayPFN/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 ...
96272026-05-21T17:16:36.604Z[ host-image] May 21 17:16:36.553 INFO O| May 21 17:16:36.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96282026-05-21T17:16:36.607Z[ host-image] May 21 17:16:36.553 INFO O| May 21 17:16:36.553 INFO ok!
96292026-05-21T17:16:36.607Z[ host-image] May 21 17:16:36.553 INFO O| May 21 17:16:36.553 INFO STEP 74 (ensure_file) COMPLETE
96302026-05-21T17:16:36.607Z[ host-image] May 21 17:16:36.553 INFO O| May 21 17:16:36.553 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96312026-05-21T17:16:36.610Z[ host-image] May 21 17:16:36.561 INFO O| May 21 17:16:36.561 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96322026-05-21T17:16:36.610Z[ host-image] May 21 17:16:36.561 INFO O| May 21 17:16:36.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96332026-05-21T17:16:36.613Z[ host-image] May 21 17:16:36.561 INFO O| May 21 17:16:36.561 INFO STEP 75 (ensure_dir) COMPLETE
96342026-05-21T17:16:36.613Z[ host-image] May 21 17:16:36.561 INFO O| May 21 17:16:36.561 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96352026-05-21T17:16:36.617Z[ host-image] May 21 17:16:36.568 INFO O| May 21 17:16:36.567 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96362026-05-21T17:16:36.618Z[ host-image] May 21 17:16:36.568 INFO O| May 21 17:16:36.568 INFO copying /tmp/.tmpEayPFN/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 ...
96372026-05-21T17:16:36.621Z[ host-image] May 21 17:16:36.568 INFO O| May 21 17:16:36.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96382026-05-21T17:16:36.621Z[ host-image] May 21 17:16:36.568 INFO O| May 21 17:16:36.568 INFO ok!
96392026-05-21T17:16:36.621Z[ host-image] May 21 17:16:36.568 INFO O| May 21 17:16:36.568 INFO STEP 76 (ensure_file) COMPLETE
96402026-05-21T17:16:36.621Z[ host-image] May 21 17:16:36.568 INFO O| May 21 17:16:36.568 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96412026-05-21T17:16:36.625Z[ host-image] May 21 17:16:36.575 INFO O| May 21 17:16:36.575 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96422026-05-21T17:16:36.625Z[ host-image] May 21 17:16:36.575 INFO O| May 21 17:16:36.575 INFO copying /tmp/.tmpEayPFN/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 ...
96432026-05-21T17:16:36.629Z[ host-image] May 21 17:16:36.575 INFO O| May 21 17:16:36.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96442026-05-21T17:16:36.629Z[ host-image] May 21 17:16:36.575 INFO O| May 21 17:16:36.575 INFO ok!
96452026-05-21T17:16:36.629Z[ host-image] May 21 17:16:36.575 INFO O| May 21 17:16:36.575 INFO STEP 77 (ensure_file) COMPLETE
96462026-05-21T17:16:36.629Z[ host-image] May 21 17:16:36.575 INFO O| May 21 17:16:36.575 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96472026-05-21T17:16:36.635Z[ host-image] May 21 17:16:36.585 INFO O| May 21 17:16:36.585 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96482026-05-21T17:16:36.635Z[ host-image] May 21 17:16:36.585 INFO O| May 21 17:16:36.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96492026-05-21T17:16:36.635Z[ host-image] May 21 17:16:36.585 INFO O| May 21 17:16:36.585 INFO STEP 78 (ensure_dir) COMPLETE
96502026-05-21T17:16:36.638Z[ host-image] May 21 17:16:36.585 INFO O| May 21 17:16:36.585 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96512026-05-21T17:16:36.644Z[ host-image] May 21 17:16:36.594 INFO O| May 21 17:16:36.594 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96522026-05-21T17:16:36.644Z[ host-image] May 21 17:16:36.594 INFO O| May 21 17:16:36.594 INFO copying /tmp/.tmpEayPFN/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 ...
96532026-05-21T17:16:36.644Z[ host-image] May 21 17:16:36.594 INFO O| May 21 17:16:36.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96542026-05-21T17:16:36.647Z[ host-image] May 21 17:16:36.594 INFO O| May 21 17:16:36.594 INFO ok!
96552026-05-21T17:16:36.647Z[ host-image] May 21 17:16:36.594 INFO O| May 21 17:16:36.594 INFO STEP 79 (ensure_file) COMPLETE
96562026-05-21T17:16:36.647Z[ host-image] May 21 17:16:36.594 INFO O| May 21 17:16:36.594 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96572026-05-21T17:16:36.652Z[ host-image] May 21 17:16:36.602 INFO O| May 21 17:16:36.602 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96582026-05-21T17:16:36.652Z[ host-image] May 21 17:16:36.602 INFO O| May 21 17:16:36.602 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
96592026-05-21T17:16:36.655Z[ host-image] May 21 17:16:36.602 INFO O| May 21 17:16:36.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
96602026-05-21T17:16:36.655Z[ host-image] May 21 17:16:36.602 INFO O| May 21 17:16:36.602 INFO ok!
96612026-05-21T17:16:36.655Z[ host-image] May 21 17:16:36.602 INFO O| May 21 17:16:36.602 INFO STEP 80 (ensure_file) COMPLETE
96622026-05-21T17:16:36.655Z[ host-image] May 21 17:16:36.602 INFO O| May 21 17:16:36.602 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96632026-05-21T17:16:36.660Z[ host-image] May 21 17:16:36.610 INFO O| May 21 17:16:36.610 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
96642026-05-21T17:16:36.660Z[ host-image] May 21 17:16:36.610 INFO O| May 21 17:16:36.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
96652026-05-21T17:16:36.663Z[ host-image] May 21 17:16:36.610 INFO O| May 21 17:16:36.610 INFO STEP 81 (ensure_dir) COMPLETE
96662026-05-21T17:16:36.663Z[ host-image] May 21 17:16:36.610 INFO O| May 21 17:16:36.610 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96672026-05-21T17:16:36.670Z[ host-image] May 21 17:16:36.620 INFO O| May 21 17:16:36.620 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
96682026-05-21T17:16:36.670Z[ host-image] May 21 17:16:36.620 INFO O| May 21 17:16:36.620 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
96692026-05-21T17:16:37.005Z[ host-image] May 21 17:16:36.955 INFO O| May 21 17:16:36.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
96702026-05-21T17:16:37.005Z[ host-image] May 21 17:16:36.955 INFO O| May 21 17:16:36.955 INFO ok!
96712026-05-21T17:16:37.009Z[ host-image] May 21 17:16:36.955 INFO O| May 21 17:16:36.955 INFO STEP 82 (ensure_file) COMPLETE
96722026-05-21T17:16:37.009Z[ host-image] May 21 17:16:36.955 INFO O| May 21 17:16:36.955 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96732026-05-21T17:16:37.015Z[ host-image] May 21 17:16:36.965 INFO O| May 21 17:16:36.964 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
96742026-05-21T17:16:37.015Z[ host-image] May 21 17:16:36.965 INFO O| May 21 17:16:36.965 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
96752026-05-21T17:16:37.629Z[ host-image] May 21 17:16:37.579 INFO O| May 21 17:16:37.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
96762026-05-21T17:16:37.630Z[ host-image] May 21 17:16:37.579 INFO O| May 21 17:16:37.579 INFO ok!
96772026-05-21T17:16:37.630Z[ host-image] May 21 17:16:37.579 INFO O| May 21 17:16:37.579 INFO STEP 83 (ensure_file) COMPLETE
96782026-05-21T17:16:37.634Z[ host-image] May 21 17:16:37.579 INFO O| May 21 17:16:37.579 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96792026-05-21T17:16:37.638Z[ host-image] May 21 17:16:37.588 INFO O| May 21 17:16:37.588 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
96802026-05-21T17:16:37.638Z[ host-image] May 21 17:16:37.588 INFO O| May 21 17:16:37.588 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
96812026-05-21T17:16:38.308Z[ recovery-image] May 21 17:16:38.258 INFO creating reset image...
96822026-05-21T17:16:38.308Z[ recovery-image] May 21 17:16:38.258 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
96832026-05-21T17:16:39.287Z[ host-image] May 21 17:16:39.236 INFO O| May 21 17:16:39.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
96842026-05-21T17:16:39.287Z[ host-image] May 21 17:16:39.236 INFO O| May 21 17:16:39.236 INFO ok!
96852026-05-21T17:16:39.291Z[ host-image] May 21 17:16:39.236 INFO O| May 21 17:16:39.236 INFO STEP 84 (ensure_file) COMPLETE
96862026-05-21T17:16:39.292Z[ host-image] May 21 17:16:39.236 INFO O| May 21 17:16:39.236 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96872026-05-21T17:16:39.300Z[ host-image] May 21 17:16:39.245 INFO O| May 21 17:16:39.245 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
96882026-05-21T17:16:39.300Z[ host-image] May 21 17:16:39.246 INFO O| May 21 17:16:39.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
96892026-05-21T17:16:39.300Z[ host-image] May 21 17:16:39.246 INFO O| May 21 17:16:39.246 INFO STEP 85 (ensure_dir) COMPLETE
96902026-05-21T17:16:39.300Z[ host-image] May 21 17:16:39.246 INFO O| May 21 17:16:39.246 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912026-05-21T17:16:39.305Z[ host-image] May 21 17:16:39.255 INFO O| May 21 17:16:39.255 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
96922026-05-21T17:16:39.317Z[ host-image] May 21 17:16:39.255 INFO O| May 21 17:16:39.255 INFO copying /tmp/.tmpEayPFN/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 ...
96932026-05-21T17:16:39.317Z[ host-image] May 21 17:16:39.255 INFO O| May 21 17:16:39.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
96942026-05-21T17:16:39.317Z[ host-image] May 21 17:16:39.255 INFO O| May 21 17:16:39.255 INFO ok!
96952026-05-21T17:16:39.317Z[ host-image] May 21 17:16:39.255 INFO O| May 21 17:16:39.255 INFO STEP 86 (ensure_file) COMPLETE
96962026-05-21T17:16:39.317Z[ host-image] May 21 17:16:39.255 INFO O| May 21 17:16:39.255 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972026-05-21T17:16:39.321Z[ host-image] May 21 17:16:39.264 INFO O| May 21 17:16:39.264 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
96982026-05-21T17:16:39.321Z[ host-image] May 21 17:16:39.264 INFO O| May 21 17:16:39.264 INFO copying /tmp/.tmpEayPFN/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 ...
96992026-05-21T17:16:39.322Z[ host-image] May 21 17:16:39.264 INFO O| May 21 17:16:39.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
97002026-05-21T17:16:39.322Z[ host-image] May 21 17:16:39.264 INFO O| May 21 17:16:39.264 INFO ok!
97012026-05-21T17:16:39.322Z[ host-image] May 21 17:16:39.264 INFO O| May 21 17:16:39.264 INFO STEP 87 (ensure_file) COMPLETE
97022026-05-21T17:16:39.322Z[ host-image] May 21 17:16:39.264 INFO O| May 21 17:16:39.264 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97032026-05-21T17:16:39.326Z[ host-image] May 21 17:16:39.272 INFO O| May 21 17:16:39.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
97042026-05-21T17:16:39.326Z[ host-image] May 21 17:16:39.272 INFO O| May 21 17:16:39.272 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
97052026-05-21T17:16:39.326Z[ host-image] May 21 17:16:39.272 INFO O| May 21 17:16:39.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
97062026-05-21T17:16:39.326Z[ host-image] May 21 17:16:39.272 INFO O| May 21 17:16:39.272 INFO ok!
97072026-05-21T17:16:39.326Z[ host-image] May 21 17:16:39.272 INFO O| May 21 17:16:39.272 INFO STEP 88 (ensure_file) COMPLETE
97082026-05-21T17:16:39.326Z[ host-image] May 21 17:16:39.272 INFO O| May 21 17:16:39.272 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97092026-05-21T17:16:39.330Z[ host-image] May 21 17:16:39.279 INFO O| May 21 17:16:39.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
97102026-05-21T17:16:39.330Z[ host-image] May 21 17:16:39.279 INFO O| May 21 17:16:39.279 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
97112026-05-21T17:16:39.330Z[ host-image] May 21 17:16:39.279 INFO O| May 21 17:16:39.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
97122026-05-21T17:16:39.330Z[ host-image] May 21 17:16:39.279 INFO O| May 21 17:16:39.279 INFO ok!
97132026-05-21T17:16:39.330Z[ host-image] May 21 17:16:39.279 INFO O| May 21 17:16:39.279 INFO STEP 89 (ensure_file) COMPLETE
97142026-05-21T17:16:39.330Z[ host-image] May 21 17:16:39.279 INFO O| May 21 17:16:39.279 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97152026-05-21T17:16:39.339Z[ host-image] May 21 17:16:39.287 INFO O| May 21 17:16:39.287 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97162026-05-21T17:16:39.339Z[ host-image] May 21 17:16:39.287 INFO O| May 21 17:16:39.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
97172026-05-21T17:16:39.349Z[ host-image] May 21 17:16:39.287 INFO O| May 21 17:16:39.287 INFO STEP 90 (ensure_dir) COMPLETE
97182026-05-21T17:16:39.349Z[ host-image] May 21 17:16:39.287 INFO O| May 21 17:16:39.287 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192026-05-21T17:16:39.353Z[ host-image] May 21 17:16:39.296 INFO O| May 21 17:16:39.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
97202026-05-21T17:16:39.353Z[ host-image] May 21 17:16:39.296 INFO O| May 21 17:16:39.296 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
97212026-05-21T17:16:39.353Z[ host-image] May 21 17:16:39.299 INFO O| May 21 17:16:39.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
97222026-05-21T17:16:39.353Z[ host-image] May 21 17:16:39.299 INFO O| May 21 17:16:39.299 INFO ok!
97232026-05-21T17:16:39.353Z[ host-image] May 21 17:16:39.299 INFO O| May 21 17:16:39.299 INFO STEP 91 (ensure_file) COMPLETE
97242026-05-21T17:16:39.353Z[ host-image] May 21 17:16:39.299 INFO O| May 21 17:16:39.299 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97252026-05-21T17:16:39.359Z[ host-image] May 21 17:16:39.309 INFO O| May 21 17:16:39.309 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
97262026-05-21T17:16:39.359Z[ host-image] May 21 17:16:39.309 INFO O| May 21 17:16:39.309 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
97272026-05-21T17:16:39.362Z[ host-image] May 21 17:16:39.309 INFO O| May 21 17:16:39.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
97282026-05-21T17:16:39.362Z[ host-image] May 21 17:16:39.309 INFO O| May 21 17:16:39.309 INFO ok!
97292026-05-21T17:16:39.362Z[ host-image] May 21 17:16:39.309 INFO O| May 21 17:16:39.309 INFO STEP 92 (ensure_file) COMPLETE
97302026-05-21T17:16:39.362Z[ host-image] May 21 17:16:39.309 INFO O| May 21 17:16:39.309 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312026-05-21T17:16:39.369Z[ host-image] May 21 17:16:39.318 INFO O| May 21 17:16:39.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97322026-05-21T17:16:39.369Z[ host-image] May 21 17:16:39.318 INFO O| May 21 17:16:39.318 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
97332026-05-21T17:16:40.477Z[ host-image] May 21 17:16:40.427 INFO O| May 21 17:16:40.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
97342026-05-21T17:16:40.477Z[ host-image] May 21 17:16:40.427 INFO O| May 21 17:16:40.427 INFO ok!
97352026-05-21T17:16:40.477Z[ host-image] May 21 17:16:40.427 INFO O| May 21 17:16:40.427 INFO STEP 93 (ensure_file) COMPLETE
97362026-05-21T17:16:40.477Z[ host-image] May 21 17:16:40.427 INFO O| May 21 17:16:40.427 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372026-05-21T17:16:40.488Z[ host-image] May 21 17:16:40.438 INFO O| May 21 17:16:40.438 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97382026-05-21T17:16:40.488Z[ host-image] May 21 17:16:40.438 INFO O| May 21 17:16:40.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
97392026-05-21T17:16:40.491Z[ host-image] May 21 17:16:40.438 INFO O| May 21 17:16:40.438 INFO STEP 94 (ensure_dir) COMPLETE
97402026-05-21T17:16:40.491Z[ host-image] May 21 17:16:40.438 INFO O| May 21 17:16:40.438 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412026-05-21T17:16:40.497Z[ host-image] May 21 17:16:40.447 INFO O| May 21 17:16:40.447 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97422026-05-21T17:16:40.497Z[ host-image] May 21 17:16:40.447 INFO O| May 21 17:16:40.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
97432026-05-21T17:16:40.501Z[ host-image] May 21 17:16:40.447 INFO O| May 21 17:16:40.447 INFO STEP 95 (ensure_dir) COMPLETE
97442026-05-21T17:16:40.501Z[ host-image] May 21 17:16:40.447 INFO O| May 21 17:16:40.447 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452026-05-21T17:16:40.504Z[ host-image] May 21 17:16:40.455 INFO O| May 21 17:16:40.454 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97462026-05-21T17:16:40.504Z[ host-image] May 21 17:16:40.455 INFO O| May 21 17:16:40.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
97472026-05-21T17:16:40.504Z[ host-image] May 21 17:16:40.455 INFO O| May 21 17:16:40.455 INFO STEP 96 (ensure_dir) COMPLETE
97482026-05-21T17:16:40.507Z[ host-image] May 21 17:16:40.455 INFO O| May 21 17:16:40.455 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97492026-05-21T17:16:40.515Z[ host-image] May 21 17:16:40.465 INFO O| May 21 17:16:40.465 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97502026-05-21T17:16:40.515Z[ host-image] May 21 17:16:40.465 INFO O| May 21 17:16:40.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97512026-05-21T17:16:40.515Z[ host-image] May 21 17:16:40.465 INFO O| May 21 17:16:40.465 INFO STEP 97 (ensure_dir) COMPLETE
97522026-05-21T17:16:40.518Z[ host-image] May 21 17:16:40.465 INFO O| May 21 17:16:40.465 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97532026-05-21T17:16:40.525Z[ host-image] May 21 17:16:40.475 INFO O| May 21 17:16:40.475 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97542026-05-21T17:16:40.525Z[ host-image] May 21 17:16:40.475 INFO O| May 21 17:16:40.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97552026-05-21T17:16:40.528Z[ host-image] May 21 17:16:40.475 INFO O| May 21 17:16:40.475 INFO STEP 98 (ensure_dir) COMPLETE
97562026-05-21T17:16:40.528Z[ host-image] May 21 17:16:40.475 INFO O| May 21 17:16:40.475 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572026-05-21T17:16:40.534Z[ host-image] May 21 17:16:40.484 INFO O| May 21 17:16:40.484 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97582026-05-21T17:16:40.534Z[ host-image] May 21 17:16:40.484 INFO O| May 21 17:16:40.484 INFO copying /tmp/.tmpEayPFN/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 ...
97592026-05-21T17:16:40.537Z[ host-image] May 21 17:16:40.484 INFO O| May 21 17:16:40.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97602026-05-21T17:16:40.537Z[ host-image] May 21 17:16:40.484 INFO O| May 21 17:16:40.484 INFO ok!
97612026-05-21T17:16:40.537Z[ host-image] May 21 17:16:40.484 INFO O| May 21 17:16:40.484 INFO STEP 99 (ensure_file) COMPLETE
97622026-05-21T17:16:40.537Z[ host-image] May 21 17:16:40.484 INFO O| May 21 17:16:40.484 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632026-05-21T17:16:40.554Z[ host-image] May 21 17:16:40.493 INFO O| May 21 17:16:40.493 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97642026-05-21T17:16:40.554Z[ host-image] May 21 17:16:40.493 INFO O| May 21 17:16:40.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
97652026-05-21T17:16:40.554Z[ host-image] May 21 17:16:40.493 INFO O| May 21 17:16:40.493 INFO STEP 100 (ensure_dir) COMPLETE
97662026-05-21T17:16:40.554Z[ host-image] May 21 17:16:40.493 INFO O| May 21 17:16:40.493 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97672026-05-21T17:16:40.555Z[ host-image] May 21 17:16:40.502 INFO O| May 21 17:16:40.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97682026-05-21T17:16:40.555Z[ host-image] May 21 17:16:40.502 INFO O| May 21 17:16:40.502 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97692026-05-21T17:16:40.968Z[ host-image] May 21 17:16:40.918 INFO O| May 21 17:16:40.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97702026-05-21T17:16:40.968Z[ host-image] May 21 17:16:40.918 INFO O| May 21 17:16:40.918 INFO ok!
97712026-05-21T17:16:40.968Z[ host-image] May 21 17:16:40.918 INFO O| May 21 17:16:40.918 INFO STEP 101 (ensure_file) COMPLETE
97722026-05-21T17:16:40.971Z[ host-image] May 21 17:16:40.918 INFO O| May 21 17:16:40.918 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97732026-05-21T17:16:40.977Z[ host-image] May 21 17:16:40.927 INFO O| May 21 17:16:40.927 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97742026-05-21T17:16:40.977Z[ host-image] May 21 17:16:40.927 INFO O| May 21 17:16:40.927 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97752026-05-21T17:16:40.981Z[ host-image] May 21 17:16:40.927 INFO O| May 21 17:16:40.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97762026-05-21T17:16:40.981Z[ host-image] May 21 17:16:40.927 INFO O| May 21 17:16:40.927 INFO ok!
97772026-05-21T17:16:40.981Z[ host-image] May 21 17:16:40.927 INFO O| May 21 17:16:40.927 INFO STEP 102 (ensure_file) COMPLETE
97782026-05-21T17:16:40.981Z[ host-image] May 21 17:16:40.927 INFO O| May 21 17:16:40.927 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97792026-05-21T17:16:40.987Z[ host-image] May 21 17:16:40.936 INFO O| May 21 17:16:40.936 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97802026-05-21T17:16:40.991Z[ host-image] May 21 17:16:40.936 INFO O| May 21 17:16:40.936 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97812026-05-21T17:16:40.998Z[ host-image] May 21 17:16:40.944 INFO O| May 21 17:16:40.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97822026-05-21T17:16:40.998Z[ host-image] May 21 17:16:40.944 INFO O| May 21 17:16:40.944 INFO ok!
97832026-05-21T17:16:40.998Z[ host-image] May 21 17:16:40.944 INFO O| May 21 17:16:40.944 INFO STEP 103 (ensure_file) COMPLETE
97842026-05-21T17:16:40.998Z[ host-image] May 21 17:16:40.944 INFO O| May 21 17:16:40.944 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97852026-05-21T17:16:41.004Z[ host-image] May 21 17:16:40.954 INFO O| May 21 17:16:40.954 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97862026-05-21T17:16:41.004Z[ host-image] May 21 17:16:40.954 INFO O| May 21 17:16:40.954 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
97872026-05-21T17:16:41.007Z[ host-image] May 21 17:16:40.954 INFO O| May 21 17:16:40.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
97882026-05-21T17:16:41.007Z[ host-image] May 21 17:16:40.954 INFO O| May 21 17:16:40.954 INFO ok!
97892026-05-21T17:16:41.007Z[ host-image] May 21 17:16:40.954 INFO O| May 21 17:16:40.954 INFO STEP 104 (ensure_file) COMPLETE
97902026-05-21T17:16:41.007Z[ host-image] May 21 17:16:40.954 INFO O| May 21 17:16:40.954 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97912026-05-21T17:16:41.012Z[ host-image] May 21 17:16:40.962 INFO O| May 21 17:16:40.962 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
97922026-05-21T17:16:41.018Z[ host-image] May 21 17:16:40.962 INFO O| May 21 17:16:40.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
97932026-05-21T17:16:41.018Z[ host-image] May 21 17:16:40.962 INFO O| May 21 17:16:40.962 INFO STEP 105 (ensure_dir) COMPLETE
97942026-05-21T17:16:41.018Z[ host-image] May 21 17:16:40.962 INFO O| May 21 17:16:40.962 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97952026-05-21T17:16:41.023Z[ host-image] May 21 17:16:40.970 INFO O| May 21 17:16:40.970 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
97962026-05-21T17:16:41.023Z[ host-image] May 21 17:16:40.970 INFO O| May 21 17:16:40.970 INFO copying /tmp/.tmpEayPFN/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 ...
97972026-05-21T17:16:41.321Z[ host-image] May 21 17:16:41.271 INFO O| May 21 17:16:41.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
97982026-05-21T17:16:41.321Z[ host-image] May 21 17:16:41.271 INFO O| May 21 17:16:41.271 INFO ok!
97992026-05-21T17:16:41.325Z[ host-image] May 21 17:16:41.271 INFO O| May 21 17:16:41.271 INFO STEP 106 (ensure_file) COMPLETE
98002026-05-21T17:16:41.325Z[ host-image] May 21 17:16:41.271 INFO O| May 21 17:16:41.271 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98012026-05-21T17:16:41.330Z[ host-image] May 21 17:16:41.280 INFO O| May 21 17:16:41.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
98022026-05-21T17:16:41.330Z[ host-image] May 21 17:16:41.280 INFO O| May 21 17:16:41.280 INFO copying /tmp/.tmpEayPFN/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 ...
98032026-05-21T17:16:41.330Z[ host-image] May 21 17:16:41.280 INFO O| May 21 17:16:41.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
98042026-05-21T17:16:41.333Z[ host-image] May 21 17:16:41.280 INFO O| May 21 17:16:41.280 INFO ok!
98052026-05-21T17:16:41.333Z[ host-image] May 21 17:16:41.280 INFO O| May 21 17:16:41.280 INFO STEP 107 (ensure_file) COMPLETE
98062026-05-21T17:16:41.333Z[ host-image] May 21 17:16:41.280 INFO O| May 21 17:16:41.280 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98072026-05-21T17:16:41.337Z[ host-image] May 21 17:16:41.287 INFO O| May 21 17:16:41.287 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
98082026-05-21T17:16:41.337Z[ host-image] May 21 17:16:41.287 INFO O| May 21 17:16:41.287 INFO copying /tmp/.tmpEayPFN/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 ...
98092026-05-21T17:16:41.340Z[ host-image] May 21 17:16:41.287 INFO O| May 21 17:16:41.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
98102026-05-21T17:16:41.340Z[ host-image] May 21 17:16:41.287 INFO O| May 21 17:16:41.287 INFO ok!
98112026-05-21T17:16:41.340Z[ host-image] May 21 17:16:41.287 INFO O| May 21 17:16:41.287 INFO STEP 108 (ensure_file) COMPLETE
98122026-05-21T17:16:41.340Z[ host-image] May 21 17:16:41.287 INFO O| May 21 17:16:41.287 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98132026-05-21T17:16:41.346Z[ host-image] May 21 17:16:41.297 INFO O| May 21 17:16:41.297 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
98142026-05-21T17:16:41.346Z[ host-image] May 21 17:16:41.297 INFO O| May 21 17:16:41.297 INFO copying /tmp/.tmpEayPFN/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 ...
98152026-05-21T17:16:41.346Z[ host-image] May 21 17:16:41.297 INFO O| May 21 17:16:41.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
98162026-05-21T17:16:41.350Z[ host-image] May 21 17:16:41.297 INFO O| May 21 17:16:41.297 INFO ok!
98172026-05-21T17:16:41.350Z[ host-image] May 21 17:16:41.297 INFO O| May 21 17:16:41.297 INFO STEP 109 (ensure_file) COMPLETE
98182026-05-21T17:16:41.350Z[ host-image] May 21 17:16:41.297 INFO O| May 21 17:16:41.297 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98192026-05-21T17:16:41.356Z[ host-image] May 21 17:16:41.306 INFO O| May 21 17:16:41.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
98202026-05-21T17:16:41.356Z[ host-image] May 21 17:16:41.306 INFO O| May 21 17:16:41.306 INFO copying /tmp/.tmpEayPFN/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 ...
98212026-05-21T17:16:41.359Z[ host-image] May 21 17:16:41.306 INFO O| May 21 17:16:41.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
98222026-05-21T17:16:41.359Z[ host-image] May 21 17:16:41.306 INFO O| May 21 17:16:41.306 INFO ok!
98232026-05-21T17:16:41.359Z[ host-image] May 21 17:16:41.306 INFO O| May 21 17:16:41.306 INFO STEP 110 (ensure_file) COMPLETE
98242026-05-21T17:16:41.359Z[ host-image] May 21 17:16:41.306 INFO O| May 21 17:16:41.306 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98252026-05-21T17:16:41.364Z[ host-image] May 21 17:16:41.314 INFO O| May 21 17:16:41.314 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
98262026-05-21T17:16:41.368Z[ host-image] May 21 17:16:41.314 INFO O| May 21 17:16:41.314 INFO copying /tmp/.tmpEayPFN/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 ...
98272026-05-21T17:16:41.368Z[ host-image] May 21 17:16:41.315 INFO O| May 21 17:16:41.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
98282026-05-21T17:16:41.368Z[ host-image] May 21 17:16:41.315 INFO O| May 21 17:16:41.315 INFO ok!
98292026-05-21T17:16:41.368Z[ host-image] May 21 17:16:41.315 INFO O| May 21 17:16:41.315 INFO STEP 111 (ensure_file) COMPLETE
98302026-05-21T17:16:41.368Z[ host-image] May 21 17:16:41.315 INFO O| May 21 17:16:41.315 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98312026-05-21T17:16:41.371Z[ host-image] May 21 17:16:41.321 INFO O| May 21 17:16:41.321 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
98322026-05-21T17:16:41.371Z[ host-image] May 21 17:16:41.321 INFO O| May 21 17:16:41.321 INFO copying /tmp/.tmpEayPFN/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 ...
98332026-05-21T17:16:41.374Z[ host-image] May 21 17:16:41.321 INFO O| May 21 17:16:41.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
98342026-05-21T17:16:41.374Z[ host-image] May 21 17:16:41.321 INFO O| May 21 17:16:41.321 INFO ok!
98352026-05-21T17:16:41.374Z[ host-image] May 21 17:16:41.321 INFO O| May 21 17:16:41.321 INFO STEP 112 (ensure_file) COMPLETE
98362026-05-21T17:16:41.374Z[ host-image] May 21 17:16:41.321 INFO O| May 21 17:16:41.321 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98372026-05-21T17:16:41.380Z[ host-image] May 21 17:16:41.328 INFO O| May 21 17:16:41.328 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
98382026-05-21T17:16:41.380Z[ host-image] May 21 17:16:41.328 INFO O| May 21 17:16:41.328 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
98392026-05-21T17:16:41.383Z[ host-image] May 21 17:16:41.328 INFO O| May 21 17:16:41.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
98402026-05-21T17:16:41.383Z[ host-image] May 21 17:16:41.328 INFO O| May 21 17:16:41.328 INFO ok!
98412026-05-21T17:16:41.383Z[ host-image] May 21 17:16:41.328 INFO O| May 21 17:16:41.328 INFO STEP 113 (ensure_file) COMPLETE
98422026-05-21T17:16:41.383Z[ host-image] May 21 17:16:41.328 INFO O| May 21 17:16:41.328 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98432026-05-21T17:16:41.386Z[ host-image] May 21 17:16:41.336 INFO O| May 21 17:16:41.336 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
98442026-05-21T17:16:41.386Z[ host-image] May 21 17:16:41.336 INFO O| May 21 17:16:41.336 INFO copying /tmp/.tmpEayPFN/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 ...
98452026-05-21T17:16:41.390Z[ host-image] May 21 17:16:41.336 INFO O| May 21 17:16:41.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
98462026-05-21T17:16:41.391Z[ host-image] May 21 17:16:41.336 INFO O| May 21 17:16:41.336 INFO ok!
98472026-05-21T17:16:41.391Z[ host-image] May 21 17:16:41.336 INFO O| May 21 17:16:41.336 INFO STEP 114 (ensure_file) COMPLETE
98482026-05-21T17:16:41.391Z[ host-image] May 21 17:16:41.336 INFO O| May 21 17:16:41.336 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98492026-05-21T17:16:41.395Z[ host-image] May 21 17:16:41.345 INFO O| May 21 17:16:41.345 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
98502026-05-21T17:16:41.395Z[ host-image] May 21 17:16:41.345 INFO O| May 21 17:16:41.345 INFO copying /tmp/.tmpEayPFN/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 ...
98512026-05-21T17:16:41.398Z[ host-image] May 21 17:16:41.345 INFO O| May 21 17:16:41.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
98522026-05-21T17:16:41.398Z[ host-image] May 21 17:16:41.345 INFO O| May 21 17:16:41.345 INFO ok!
98532026-05-21T17:16:41.398Z[ host-image] May 21 17:16:41.345 INFO O| May 21 17:16:41.345 INFO STEP 115 (ensure_file) COMPLETE
98542026-05-21T17:16:41.398Z[ host-image] May 21 17:16:41.345 INFO O| May 21 17:16:41.345 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98552026-05-21T17:16:41.404Z[ host-image] May 21 17:16:41.354 INFO O| May 21 17:16:41.354 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
98562026-05-21T17:16:41.404Z[ host-image] May 21 17:16:41.354 INFO O| May 21 17:16:41.354 INFO copying /tmp/.tmpEayPFN/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 ...
98572026-05-21T17:16:41.408Z[ host-image] May 21 17:16:41.354 INFO O| May 21 17:16:41.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
98582026-05-21T17:16:41.408Z[ host-image] May 21 17:16:41.354 INFO O| May 21 17:16:41.354 INFO ok!
98592026-05-21T17:16:41.408Z[ host-image] May 21 17:16:41.354 INFO O| May 21 17:16:41.354 INFO STEP 116 (ensure_file) COMPLETE
98602026-05-21T17:16:41.408Z[ host-image] May 21 17:16:41.354 INFO O| May 21 17:16:41.354 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98612026-05-21T17:16:41.418Z[ host-image] May 21 17:16:41.363 INFO O| May 21 17:16:41.363 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
98622026-05-21T17:16:41.418Z[ host-image] May 21 17:16:41.363 INFO O| May 21 17:16:41.363 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
98632026-05-21T17:16:41.421Z[ host-image] May 21 17:16:41.363 INFO O| May 21 17:16:41.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
98642026-05-21T17:16:41.421Z[ host-image] May 21 17:16:41.363 INFO O| May 21 17:16:41.363 INFO ok!
98652026-05-21T17:16:41.422Z[ host-image] May 21 17:16:41.363 INFO O| May 21 17:16:41.363 INFO STEP 117 (ensure_file) COMPLETE
98662026-05-21T17:16:41.422Z[ host-image] May 21 17:16:41.363 INFO O| May 21 17:16:41.363 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98672026-05-21T17:16:41.424Z[ host-image] May 21 17:16:41.372 INFO O| May 21 17:16:41.372 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
98682026-05-21T17:16:41.425Z[ host-image] May 21 17:16:41.372 INFO O| May 21 17:16:41.372 INFO copying /tmp/.tmpEayPFN/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 ...
98692026-05-21T17:16:41.425Z[ host-image] May 21 17:16:41.372 INFO O| May 21 17:16:41.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
98702026-05-21T17:16:41.425Z[ host-image] May 21 17:16:41.372 INFO O| May 21 17:16:41.372 INFO ok!
98712026-05-21T17:16:41.425Z[ host-image] May 21 17:16:41.372 INFO O| May 21 17:16:41.372 INFO STEP 118 (ensure_file) COMPLETE
98722026-05-21T17:16:41.425Z[ host-image] May 21 17:16:41.372 INFO O| May 21 17:16:41.372 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98732026-05-21T17:16:41.429Z[ host-image] May 21 17:16:41.379 INFO O| May 21 17:16:41.379 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
98742026-05-21T17:16:41.429Z[ host-image] May 21 17:16:41.379 INFO O| May 21 17:16:41.379 INFO copying /tmp/.tmpEayPFN/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 ...
98752026-05-21T17:16:41.432Z[ host-image] May 21 17:16:41.379 INFO O| May 21 17:16:41.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
98762026-05-21T17:16:41.432Z[ host-image] May 21 17:16:41.379 INFO O| May 21 17:16:41.379 INFO ok!
98772026-05-21T17:16:41.432Z[ host-image] May 21 17:16:41.379 INFO O| May 21 17:16:41.379 INFO STEP 119 (ensure_file) COMPLETE
98782026-05-21T17:16:41.432Z[ host-image] May 21 17:16:41.379 INFO O| May 21 17:16:41.379 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792026-05-21T17:16:41.436Z[ host-image] May 21 17:16:41.385 INFO O| May 21 17:16:41.385 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
98802026-05-21T17:16:41.436Z[ host-image] May 21 17:16:41.385 INFO O| May 21 17:16:41.385 INFO copying /tmp/.tmpEayPFN/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 ...
98812026-05-21T17:16:41.437Z[ host-image] May 21 17:16:41.385 INFO O| May 21 17:16:41.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
98822026-05-21T17:16:41.440Z[ host-image] May 21 17:16:41.385 INFO O| May 21 17:16:41.385 INFO ok!
98832026-05-21T17:16:41.440Z[ host-image] May 21 17:16:41.385 INFO O| May 21 17:16:41.385 INFO STEP 120 (ensure_file) COMPLETE
98842026-05-21T17:16:41.440Z[ host-image] May 21 17:16:41.385 INFO O| May 21 17:16:41.385 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98852026-05-21T17:16:41.444Z[ host-image] May 21 17:16:41.391 INFO O| May 21 17:16:41.391 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
98862026-05-21T17:16:41.444Z[ host-image] May 21 17:16:41.391 INFO O| May 21 17:16:41.391 INFO copying /tmp/.tmpEayPFN/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 ...
98872026-05-21T17:16:41.444Z[ host-image] May 21 17:16:41.391 INFO O| May 21 17:16:41.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
98882026-05-21T17:16:41.444Z[ host-image] May 21 17:16:41.391 INFO O| May 21 17:16:41.391 INFO ok!
98892026-05-21T17:16:41.444Z[ host-image] May 21 17:16:41.391 INFO O| May 21 17:16:41.391 INFO STEP 121 (ensure_file) COMPLETE
98902026-05-21T17:16:41.444Z[ host-image] May 21 17:16:41.391 INFO O| May 21 17:16:41.391 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912026-05-21T17:16:41.450Z[ host-image] May 21 17:16:41.400 INFO O| May 21 17:16:41.400 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
98922026-05-21T17:16:41.450Z[ host-image] May 21 17:16:41.400 INFO O| May 21 17:16:41.400 INFO copying /tmp/.tmpEayPFN/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 ...
98932026-05-21T17:16:41.454Z[ host-image] May 21 17:16:41.400 INFO O| May 21 17:16:41.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
98942026-05-21T17:16:41.454Z[ host-image] May 21 17:16:41.400 INFO O| May 21 17:16:41.400 INFO ok!
98952026-05-21T17:16:41.454Z[ host-image] May 21 17:16:41.400 INFO O| May 21 17:16:41.400 INFO STEP 122 (ensure_file) COMPLETE
98962026-05-21T17:16:41.454Z[ host-image] May 21 17:16:41.400 INFO O| May 21 17:16:41.400 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98972026-05-21T17:16:41.464Z[ host-image] May 21 17:16:41.407 INFO O| May 21 17:16:41.407 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
98982026-05-21T17:16:41.464Z[ host-image] May 21 17:16:41.407 INFO O| May 21 17:16:41.407 INFO copying /tmp/.tmpEayPFN/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 ...
98992026-05-21T17:16:41.464Z[ host-image] May 21 17:16:41.407 INFO O| May 21 17:16:41.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
99002026-05-21T17:16:41.464Z[ host-image] May 21 17:16:41.407 INFO O| May 21 17:16:41.407 INFO ok!
99012026-05-21T17:16:41.464Z[ host-image] May 21 17:16:41.407 INFO O| May 21 17:16:41.407 INFO STEP 123 (ensure_file) COMPLETE
99022026-05-21T17:16:41.464Z[ host-image] May 21 17:16:41.407 INFO O| May 21 17:16:41.407 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99032026-05-21T17:16:41.464Z[ host-image] May 21 17:16:41.413 INFO O| May 21 17:16:41.413 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
99042026-05-21T17:16:41.464Z[ host-image] May 21 17:16:41.413 INFO O| May 21 17:16:41.413 INFO copying /tmp/.tmpEayPFN/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 ...
99052026-05-21T17:16:41.464Z[ host-image] May 21 17:16:41.414 INFO O| May 21 17:16:41.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
99062026-05-21T17:16:41.464Z[ host-image] May 21 17:16:41.414 INFO O| May 21 17:16:41.414 INFO ok!
99072026-05-21T17:16:41.467Z[ host-image] May 21 17:16:41.414 INFO O| May 21 17:16:41.414 INFO STEP 124 (ensure_file) COMPLETE
99082026-05-21T17:16:41.467Z[ host-image] May 21 17:16:41.414 INFO O| May 21 17:16:41.414 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99092026-05-21T17:16:41.473Z[ host-image] May 21 17:16:41.422 INFO O| May 21 17:16:41.422 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
99102026-05-21T17:16:41.473Z[ host-image] May 21 17:16:41.422 INFO O| May 21 17:16:41.422 INFO copying /tmp/.tmpEayPFN/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 ...
99112026-05-21T17:16:41.476Z[ host-image] May 21 17:16:41.422 INFO O| May 21 17:16:41.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
99122026-05-21T17:16:41.476Z[ host-image] May 21 17:16:41.422 INFO O| May 21 17:16:41.422 INFO ok!
99132026-05-21T17:16:41.477Z[ host-image] May 21 17:16:41.422 INFO O| May 21 17:16:41.422 INFO STEP 125 (ensure_file) COMPLETE
99142026-05-21T17:16:41.477Z[ host-image] May 21 17:16:41.422 INFO O| May 21 17:16:41.422 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99152026-05-21T17:16:41.480Z[ host-image] May 21 17:16:41.429 INFO O| May 21 17:16:41.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
99162026-05-21T17:16:41.480Z[ host-image] May 21 17:16:41.429 INFO O| May 21 17:16:41.429 INFO copying /tmp/.tmpEayPFN/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 ...
99172026-05-21T17:16:41.480Z[ host-image] May 21 17:16:41.429 INFO O| May 21 17:16:41.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
99182026-05-21T17:16:41.480Z[ host-image] May 21 17:16:41.429 INFO O| May 21 17:16:41.429 INFO ok!
99192026-05-21T17:16:41.480Z[ host-image] May 21 17:16:41.429 INFO O| May 21 17:16:41.429 INFO STEP 126 (ensure_file) COMPLETE
99202026-05-21T17:16:41.480Z[ host-image] May 21 17:16:41.429 INFO O| May 21 17:16:41.429 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99212026-05-21T17:16:41.485Z[ host-image] May 21 17:16:41.435 INFO O| May 21 17:16:41.435 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
99222026-05-21T17:16:41.485Z[ host-image] May 21 17:16:41.435 INFO O| May 21 17:16:41.435 INFO copying /tmp/.tmpEayPFN/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 ...
99232026-05-21T17:16:41.487Z[ host-image] May 21 17:16:41.435 INFO O| May 21 17:16:41.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
99242026-05-21T17:16:41.488Z[ host-image] May 21 17:16:41.435 INFO O| May 21 17:16:41.435 INFO ok!
99252026-05-21T17:16:41.488Z[ host-image] May 21 17:16:41.435 INFO O| May 21 17:16:41.435 INFO STEP 127 (ensure_file) COMPLETE
99262026-05-21T17:16:41.488Z[ host-image] May 21 17:16:41.435 INFO O| May 21 17:16:41.435 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272026-05-21T17:16:41.493Z[ host-image] May 21 17:16:41.444 INFO O| May 21 17:16:41.444 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
99282026-05-21T17:16:41.493Z[ host-image] May 21 17:16:41.444 INFO O| May 21 17:16:41.444 INFO copying /tmp/.tmpEayPFN/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 ...
99292026-05-21T17:16:41.498Z[ host-image] May 21 17:16:41.444 INFO O| May 21 17:16:41.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
99302026-05-21T17:16:41.498Z[ host-image] May 21 17:16:41.444 INFO O| May 21 17:16:41.444 INFO ok!
99312026-05-21T17:16:41.498Z[ host-image] May 21 17:16:41.444 INFO O| May 21 17:16:41.444 INFO STEP 128 (ensure_file) COMPLETE
99322026-05-21T17:16:41.498Z[ host-image] May 21 17:16:41.444 INFO O| May 21 17:16:41.444 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99332026-05-21T17:16:41.502Z[ host-image] May 21 17:16:41.451 INFO O| May 21 17:16:41.451 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
99342026-05-21T17:16:41.502Z[ host-image] May 21 17:16:41.451 INFO O| May 21 17:16:41.451 INFO copying /tmp/.tmpEayPFN/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 ...
99352026-05-21T17:16:41.502Z[ host-image] May 21 17:16:41.451 INFO O| May 21 17:16:41.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
99362026-05-21T17:16:41.502Z[ host-image] May 21 17:16:41.451 INFO O| May 21 17:16:41.451 INFO ok!
99372026-05-21T17:16:41.502Z[ host-image] May 21 17:16:41.451 INFO O| May 21 17:16:41.451 INFO STEP 129 (ensure_file) COMPLETE
99382026-05-21T17:16:41.502Z[ host-image] May 21 17:16:41.451 INFO O| May 21 17:16:41.451 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99392026-05-21T17:16:41.509Z[ host-image] May 21 17:16:41.458 INFO O| May 21 17:16:41.458 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
99402026-05-21T17:16:41.509Z[ host-image] May 21 17:16:41.458 INFO O| May 21 17:16:41.458 INFO copying /tmp/.tmpEayPFN/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 ...
99412026-05-21T17:16:41.514Z[ host-image] May 21 17:16:41.458 INFO O| May 21 17:16:41.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
99422026-05-21T17:16:41.514Z[ host-image] May 21 17:16:41.458 INFO O| May 21 17:16:41.458 INFO ok!
99432026-05-21T17:16:41.514Z[ host-image] May 21 17:16:41.458 INFO O| May 21 17:16:41.458 INFO STEP 130 (ensure_file) COMPLETE
99442026-05-21T17:16:41.514Z[ host-image] May 21 17:16:41.458 INFO O| May 21 17:16:41.458 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99452026-05-21T17:16:41.519Z[ host-image] May 21 17:16:41.468 INFO O| May 21 17:16:41.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
99462026-05-21T17:16:41.519Z[ host-image] May 21 17:16:41.468 INFO O| May 21 17:16:41.468 INFO copying /tmp/.tmpEayPFN/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 ...
99472026-05-21T17:16:41.519Z[ host-image] May 21 17:16:41.468 INFO O| May 21 17:16:41.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
99482026-05-21T17:16:41.519Z[ host-image] May 21 17:16:41.468 INFO O| May 21 17:16:41.468 INFO ok!
99492026-05-21T17:16:41.519Z[ host-image] May 21 17:16:41.468 INFO O| May 21 17:16:41.468 INFO STEP 131 (ensure_file) COMPLETE
99502026-05-21T17:16:41.519Z[ host-image] May 21 17:16:41.468 INFO O| May 21 17:16:41.468 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99512026-05-21T17:16:41.526Z[ host-image] May 21 17:16:41.476 INFO O| May 21 17:16:41.476 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
99522026-05-21T17:16:41.526Z[ host-image] May 21 17:16:41.476 INFO O| May 21 17:16:41.476 INFO copying /tmp/.tmpEayPFN/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 ...
99532026-05-21T17:16:41.529Z[ host-image] May 21 17:16:41.476 INFO O| May 21 17:16:41.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
99542026-05-21T17:16:41.529Z[ host-image] May 21 17:16:41.476 INFO O| May 21 17:16:41.476 INFO ok!
99552026-05-21T17:16:41.529Z[ host-image] May 21 17:16:41.476 INFO O| May 21 17:16:41.476 INFO STEP 132 (ensure_file) COMPLETE
99562026-05-21T17:16:41.529Z[ host-image] May 21 17:16:41.476 INFO O| May 21 17:16:41.476 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99572026-05-21T17:16:41.532Z[ host-image] May 21 17:16:41.483 INFO O| May 21 17:16:41.483 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
99582026-05-21T17:16:41.535Z[ host-image] May 21 17:16:41.483 INFO O| May 21 17:16:41.483 INFO copying /tmp/.tmpEayPFN/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 ...
99592026-05-21T17:16:41.535Z[ host-image] May 21 17:16:41.483 INFO O| May 21 17:16:41.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
99602026-05-21T17:16:41.535Z[ host-image] May 21 17:16:41.483 INFO O| May 21 17:16:41.483 INFO ok!
99612026-05-21T17:16:41.535Z[ host-image] May 21 17:16:41.483 INFO O| May 21 17:16:41.483 INFO STEP 133 (ensure_file) COMPLETE
99622026-05-21T17:16:41.535Z[ host-image] May 21 17:16:41.483 INFO O| May 21 17:16:41.483 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99632026-05-21T17:16:41.540Z[ host-image] May 21 17:16:41.489 INFO O| May 21 17:16:41.489 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
99642026-05-21T17:16:41.540Z[ host-image] May 21 17:16:41.489 INFO O| May 21 17:16:41.489 INFO copying /tmp/.tmpEayPFN/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 ...
99652026-05-21T17:16:41.540Z[ host-image] May 21 17:16:41.489 INFO O| May 21 17:16:41.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
99662026-05-21T17:16:41.543Z[ host-image] May 21 17:16:41.489 INFO O| May 21 17:16:41.489 INFO ok!
99672026-05-21T17:16:41.543Z[ host-image] May 21 17:16:41.489 INFO O| May 21 17:16:41.489 INFO STEP 134 (ensure_file) COMPLETE
99682026-05-21T17:16:41.543Z[ host-image] May 21 17:16:41.489 INFO O| May 21 17:16:41.489 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99692026-05-21T17:16:41.546Z[ host-image] May 21 17:16:41.495 INFO O| May 21 17:16:41.495 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
99702026-05-21T17:16:41.546Z[ host-image] May 21 17:16:41.495 INFO O| May 21 17:16:41.495 INFO copying /tmp/.tmpEayPFN/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 ...
99712026-05-21T17:16:41.546Z[ host-image] May 21 17:16:41.495 INFO O| May 21 17:16:41.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
99722026-05-21T17:16:41.546Z[ host-image] May 21 17:16:41.495 INFO O| May 21 17:16:41.495 INFO ok!
99732026-05-21T17:16:41.546Z[ host-image] May 21 17:16:41.495 INFO O| May 21 17:16:41.495 INFO STEP 135 (ensure_file) COMPLETE
99742026-05-21T17:16:41.546Z[ host-image] May 21 17:16:41.495 INFO O| May 21 17:16:41.495 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99752026-05-21T17:16:41.555Z[ host-image] May 21 17:16:41.501 INFO O| May 21 17:16:41.501 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
99762026-05-21T17:16:41.555Z[ host-image] May 21 17:16:41.501 INFO O| May 21 17:16:41.501 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
99772026-05-21T17:16:41.559Z[ host-image] May 21 17:16:41.501 INFO O| May 21 17:16:41.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
99782026-05-21T17:16:41.559Z[ host-image] May 21 17:16:41.501 INFO O| May 21 17:16:41.501 INFO ok!
99792026-05-21T17:16:41.559Z[ host-image] May 21 17:16:41.501 INFO O| May 21 17:16:41.501 INFO STEP 136 (ensure_file) COMPLETE
99802026-05-21T17:16:41.559Z[ host-image] May 21 17:16:41.501 INFO O| May 21 17:16:41.501 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99812026-05-21T17:16:41.559Z[ host-image] May 21 17:16:41.508 INFO O| May 21 17:16:41.508 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
99822026-05-21T17:16:41.560Z[ host-image] May 21 17:16:41.508 INFO O| May 21 17:16:41.508 INFO copying /tmp/.tmpEayPFN/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 ...
99832026-05-21T17:16:41.560Z[ host-image] May 21 17:16:41.508 INFO O| May 21 17:16:41.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
99842026-05-21T17:16:41.560Z[ host-image] May 21 17:16:41.508 INFO O| May 21 17:16:41.508 INFO ok!
99852026-05-21T17:16:41.560Z[ host-image] May 21 17:16:41.508 INFO O| May 21 17:16:41.508 INFO STEP 137 (ensure_file) COMPLETE
99862026-05-21T17:16:41.560Z[ host-image] May 21 17:16:41.508 INFO O| May 21 17:16:41.508 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99872026-05-21T17:16:41.573Z[ host-image] May 21 17:16:41.516 INFO O| May 21 17:16:41.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
99882026-05-21T17:16:41.573Z[ host-image] May 21 17:16:41.516 INFO O| May 21 17:16:41.516 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
99892026-05-21T17:16:41.583Z[ host-image] May 21 17:16:41.516 INFO O| May 21 17:16:41.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
99902026-05-21T17:16:41.583Z[ host-image] May 21 17:16:41.516 INFO O| May 21 17:16:41.516 INFO ok!
99912026-05-21T17:16:41.583Z[ host-image] May 21 17:16:41.516 INFO O| May 21 17:16:41.516 INFO STEP 138 (ensure_file) COMPLETE
99922026-05-21T17:16:41.583Z[ host-image] May 21 17:16:41.516 INFO O| May 21 17:16:41.516 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99932026-05-21T17:16:41.583Z[ host-image] May 21 17:16:41.525 INFO O| May 21 17:16:41.525 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
99942026-05-21T17:16:41.583Z[ host-image] May 21 17:16:41.525 INFO O| May 21 17:16:41.525 INFO copying /tmp/.tmpEayPFN/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
99952026-05-21T17:16:53.150Z[ host-image] May 21 17:16:53.100 INFO O| May 21 17:16:53.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
99962026-05-21T17:16:53.150Z[ host-image] May 21 17:16:53.100 INFO O| May 21 17:16:53.100 INFO ok!
99972026-05-21T17:16:53.154Z[ host-image] May 21 17:16:53.100 INFO O| May 21 17:16:53.100 INFO STEP 139 (ensure_file) COMPLETE
99982026-05-21T17:16:53.154Z[ host-image] May 21 17:16:53.100 INFO O| May 21 17:16:53.100 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99992026-05-21T17:16:53.158Z[ host-image] May 21 17:16:53.108 INFO O| May 21 17:16:53.108 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
100002026-05-21T17:16:53.158Z[ host-image] May 21 17:16:53.108 INFO O| May 21 17:16:53.108 INFO STEP 140 (ensure_dir) COMPLETE
100012026-05-21T17:16:53.161Z[ host-image] May 21 17:16:53.108 INFO O| May 21 17:16:53.108 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100022026-05-21T17:16:53.164Z[ host-image] May 21 17:16:53.115 INFO O| May 21 17:16:53.115 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
100032026-05-21T17:16:53.164Z[ host-image] May 21 17:16:53.115 INFO O| May 21 17:16:53.115 INFO STEP 141 (ensure_dir) COMPLETE
100042026-05-21T17:16:53.167Z[ host-image] May 21 17:16:53.115 INFO O| May 21 17:16:53.115 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100052026-05-21T17:16:53.172Z[ host-image] May 21 17:16:53.123 INFO O| May 21 17:16:53.123 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
100062026-05-21T17:16:53.173Z[ host-image] May 21 17:16:53.123 INFO O| May 21 17:16:53.123 INFO STEP 142 (ensure_dir) COMPLETE
100072026-05-21T17:16:53.175Z[ host-image] May 21 17:16:53.123 INFO O| May 21 17:16:53.123 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100082026-05-21T17:16:53.179Z[ host-image] May 21 17:16:53.130 INFO O| May 21 17:16:53.130 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
100092026-05-21T17:16:53.179Z[ host-image] May 21 17:16:53.130 INFO O| May 21 17:16:53.130 INFO STEP 143 (ensure_dir) COMPLETE
100102026-05-21T17:16:53.182Z[ host-image] May 21 17:16:53.130 INFO O| May 21 17:16:53.130 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100112026-05-21T17:16:53.185Z[ host-image] May 21 17:16:53.136 INFO O| May 21 17:16:53.136 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100122026-05-21T17:16:53.185Z[ host-image] May 21 17:16:53.136 INFO O| May 21 17:16:53.136 INFO copying /tmp/.tmpEayPFN/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 ...
100132026-05-21T17:16:53.188Z[ host-image] May 21 17:16:53.136 INFO O| May 21 17:16:53.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
100142026-05-21T17:16:53.188Z[ host-image] May 21 17:16:53.136 INFO O| May 21 17:16:53.136 INFO ok!
100152026-05-21T17:16:53.188Z[ host-image] May 21 17:16:53.136 INFO O| May 21 17:16:53.136 INFO STEP 144 (ensure_file) COMPLETE
100162026-05-21T17:16:53.188Z[ host-image] May 21 17:16:53.136 INFO O| May 21 17:16:53.136 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100172026-05-21T17:16:53.193Z[ host-image] May 21 17:16:53.143 INFO O| May 21 17:16:53.143 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
100182026-05-21T17:16:53.196Z[ host-image] May 21 17:16:53.143 INFO O| May 21 17:16:53.143 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
100192026-05-21T17:16:53.196Z[ host-image] May 21 17:16:53.143 INFO O| May 21 17:16:53.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
100202026-05-21T17:16:53.196Z[ host-image] May 21 17:16:53.143 INFO O| May 21 17:16:53.143 INFO STEP 145 (ensure_dir) COMPLETE
100212026-05-21T17:16:53.196Z[ host-image] May 21 17:16:53.143 INFO O| May 21 17:16:53.143 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100222026-05-21T17:16:53.199Z[ host-image] May 21 17:16:53.149 INFO O| May 21 17:16:53.149 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
100232026-05-21T17:16:53.203Z[ host-image] May 21 17:16:53.150 INFO O| May 21 17:16:53.150 INFO copying /tmp/.tmpEayPFN/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
100242026-05-21T17:16:53.203Z[ host-image] May 21 17:16:53.150 INFO O| May 21 17:16:53.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
100252026-05-21T17:16:53.203Z[ host-image] May 21 17:16:53.150 INFO O| May 21 17:16:53.150 INFO ok!
100262026-05-21T17:16:53.203Z[ host-image] May 21 17:16:53.150 INFO O| May 21 17:16:53.150 INFO STEP 146 (ensure_file) COMPLETE
100272026-05-21T17:16:53.203Z[ host-image] May 21 17:16:53.150 INFO O| May 21 17:16:53.150 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100282026-05-21T17:16:53.206Z[ host-image] May 21 17:16:53.156 INFO O| May 21 17:16:53.156 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
100292026-05-21T17:16:53.208Z[ host-image] May 21 17:16:53.156 INFO O| May 21 17:16:53.156 INFO STEP 147 (remove_files) COMPLETE
100302026-05-21T17:16:53.209Z[ host-image] May 21 17:16:53.156 INFO O| May 21 17:16:53.156 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100312026-05-21T17:16:53.214Z[ host-image] May 21 17:16:53.164 INFO O| May 21 17:16:53.164 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
100322026-05-21T17:16:53.217Z[ host-image] May 21 17:16:53.164 INFO O| May 21 17:16:53.164 INFO STEP 148 (remove_files) COMPLETE
100332026-05-21T17:16:53.217Z[ host-image] May 21 17:16:53.164 INFO O| May 21 17:16:53.164 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100342026-05-21T17:16:53.222Z[ host-image] May 21 17:16:53.172 INFO O| May 21 17:16:53.172 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
100352026-05-21T17:16:53.224Z[ host-image] May 21 17:16:53.172 INFO O| May 21 17:16:53.172 INFO STEP 149 (remove_files) COMPLETE
100362026-05-21T17:16:53.225Z[ host-image] May 21 17:16:53.172 INFO O| May 21 17:16:53.172 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100372026-05-21T17:16:53.229Z[ host-image] May 21 17:16:53.179 INFO O| May 21 17:16:53.179 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
100382026-05-21T17:16:53.231Z[ host-image] May 21 17:16:53.179 INFO O| May 21 17:16:53.179 INFO STEP 150 (remove_files) COMPLETE
100392026-05-21T17:16:53.231Z[ host-image] May 21 17:16:53.179 INFO O| May 21 17:16:53.179 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100402026-05-21T17:16:53.236Z[ host-image] May 21 17:16:53.186 INFO O| May 21 17:16:53.186 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
100412026-05-21T17:16:53.238Z[ host-image] May 21 17:16:53.186 INFO O| May 21 17:16:53.186 INFO STEP 151 (remove_files) COMPLETE
100422026-05-21T17:16:53.238Z[ host-image] May 21 17:16:53.186 INFO O| May 21 17:16:53.186 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100432026-05-21T17:16:53.242Z[ host-image] May 21 17:16:53.192 INFO O| May 21 17:16:53.192 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
100442026-05-21T17:16:53.245Z[ host-image] May 21 17:16:53.193 INFO O| May 21 17:16:53.193 INFO STEP 152 (remove_files) COMPLETE
100452026-05-21T17:16:53.245Z[ host-image] May 21 17:16:53.193 INFO O| May 21 17:16:53.193 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100462026-05-21T17:16:53.252Z[ host-image] May 21 17:16:53.200 INFO O| May 21 17:16:53.200 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100472026-05-21T17:16:53.256Z[ host-image] May 21 17:16:53.200 INFO O| May 21 17:16:53.200 INFO STEP 153 (remove_files) COMPLETE
100482026-05-21T17:16:53.256Z[ host-image] May 21 17:16:53.200 INFO O| May 21 17:16:53.200 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100492026-05-21T17:16:53.259Z[ host-image] May 21 17:16:53.207 INFO O| May 21 17:16:53.207 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100502026-05-21T17:16:53.259Z[ host-image] May 21 17:16:53.207 INFO O| May 21 17:16:53.207 INFO STEP 154 (remove_files) COMPLETE
100512026-05-21T17:16:53.259Z[ host-image] May 21 17:16:53.207 INFO O| May 21 17:16:53.207 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100522026-05-21T17:16:53.263Z[ host-image] May 21 17:16:53.213 INFO O| May 21 17:16:53.213 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
100532026-05-21T17:16:53.266Z[ host-image] May 21 17:16:53.214 INFO O| May 21 17:16:53.214 INFO STEP 155 (remove_files) COMPLETE
100542026-05-21T17:16:53.266Z[ host-image] May 21 17:16:53.214 INFO O| May 21 17:16:53.214 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100552026-05-21T17:16:53.271Z[ host-image] May 21 17:16:53.221 INFO O| May 21 17:16:53.221 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100562026-05-21T17:16:53.271Z[ host-image] May 21 17:16:53.221 INFO O| May 21 17:16:53.221 INFO STEP 156 (remove_files) COMPLETE
100572026-05-21T17:16:53.274Z[ host-image] May 21 17:16:53.221 INFO O| May 21 17:16:53.221 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100582026-05-21T17:16:53.278Z[ host-image] May 21 17:16:53.228 INFO O| May 21 17:16:53.228 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
100592026-05-21T17:16:53.278Z[ host-image] May 21 17:16:53.228 INFO O| May 21 17:16:53.228 INFO STEP 157 (remove_files) COMPLETE
100602026-05-21T17:16:53.281Z[ host-image] May 21 17:16:53.228 INFO O| May 21 17:16:53.228 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100612026-05-21T17:16:53.285Z[ host-image] May 21 17:16:53.235 INFO O| May 21 17:16:53.235 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
100622026-05-21T17:16:53.285Z[ host-image] May 21 17:16:53.235 INFO O| May 21 17:16:53.235 INFO STEP 158 (remove_files) COMPLETE
100632026-05-21T17:16:53.288Z[ host-image] May 21 17:16:53.235 INFO O| May 21 17:16:53.235 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100642026-05-21T17:16:53.292Z[ host-image] May 21 17:16:53.243 INFO O| May 21 17:16:53.243 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100652026-05-21T17:16:53.292Z[ host-image] May 21 17:16:53.243 INFO O| May 21 17:16:53.243 INFO STEP 159 (remove_files) COMPLETE
100662026-05-21T17:16:53.295Z[ host-image] May 21 17:16:53.243 INFO O| May 21 17:16:53.243 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100672026-05-21T17:16:53.299Z[ host-image] May 21 17:16:53.250 INFO O| May 21 17:16:53.249 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
100682026-05-21T17:16:53.302Z[ host-image] May 21 17:16:53.250 INFO O| May 21 17:16:53.250 INFO STEP 160 (remove_files) COMPLETE
100692026-05-21T17:16:53.302Z[ host-image] May 21 17:16:53.250 INFO O| May 21 17:16:53.250 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100702026-05-21T17:16:53.307Z[ host-image] May 21 17:16:53.258 INFO O| May 21 17:16:53.258 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
100712026-05-21T17:16:53.307Z[ host-image] May 21 17:16:53.258 INFO O| May 21 17:16:53.258 INFO STEP 161 (remove_files) COMPLETE
100722026-05-21T17:16:53.310Z[ host-image] May 21 17:16:53.258 INFO O| May 21 17:16:53.258 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100732026-05-21T17:16:53.314Z[ host-image] May 21 17:16:53.264 INFO O| May 21 17:16:53.264 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100742026-05-21T17:16:53.317Z[ host-image] May 21 17:16:53.265 INFO O| May 21 17:16:53.265 INFO STEP 162 (remove_files) COMPLETE
100752026-05-21T17:16:53.317Z[ host-image] May 21 17:16:53.265 INFO O| May 21 17:16:53.265 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100762026-05-21T17:16:53.322Z[ host-image] May 21 17:16:53.271 INFO O| May 21 17:16:53.271 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100772026-05-21T17:16:53.325Z[ host-image] May 21 17:16:53.272 INFO O| May 21 17:16:53.272 INFO STEP 163 (remove_files) COMPLETE
100782026-05-21T17:16:53.325Z[ host-image] May 21 17:16:53.272 INFO O| May 21 17:16:53.272 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100792026-05-21T17:16:53.328Z[ host-image] May 21 17:16:53.278 INFO O| May 21 17:16:53.278 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
100802026-05-21T17:16:53.328Z[ host-image] May 21 17:16:53.278 INFO O| May 21 17:16:53.278 INFO STEP 164 (remove_files) COMPLETE
100812026-05-21T17:16:53.328Z[ host-image] May 21 17:16:53.278 INFO O| May 21 17:16:53.278 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100822026-05-21T17:16:53.334Z[ host-image] May 21 17:16:53.285 INFO O| May 21 17:16:53.284 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100832026-05-21T17:16:53.334Z[ host-image] May 21 17:16:53.285 INFO O| May 21 17:16:53.285 INFO STEP 165 (remove_files) COMPLETE
100842026-05-21T17:16:53.337Z[ host-image] May 21 17:16:53.285 INFO O| May 21 17:16:53.285 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100852026-05-21T17:16:53.341Z[ host-image] May 21 17:16:53.292 INFO O| May 21 17:16:53.292 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
100862026-05-21T17:16:53.341Z[ host-image] May 21 17:16:53.292 INFO O| May 21 17:16:53.292 INFO STEP 166 (remove_files) COMPLETE
100872026-05-21T17:16:53.341Z[ host-image] May 21 17:16:53.292 INFO O| May 21 17:16:53.292 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100882026-05-21T17:16:53.348Z[ host-image] May 21 17:16:53.299 INFO O| May 21 17:16:53.299 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
100892026-05-21T17:16:53.351Z[ host-image] May 21 17:16:53.299 INFO O| May 21 17:16:53.299 INFO STEP 167 (remove_files) COMPLETE
100902026-05-21T17:16:53.351Z[ host-image] May 21 17:16:53.299 INFO O| May 21 17:16:53.299 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100912026-05-21T17:16:53.355Z[ host-image] May 21 17:16:53.306 INFO O| May 21 17:16:53.306 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
100922026-05-21T17:16:53.355Z[ host-image] May 21 17:16:53.306 INFO O| May 21 17:16:53.306 INFO STEP 168 (remove_files) COMPLETE
100932026-05-21T17:16:53.359Z[ host-image] May 21 17:16:53.306 INFO O| May 21 17:16:53.306 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100942026-05-21T17:16:53.362Z[ host-image] May 21 17:16:53.312 INFO O| May 21 17:16:53.312 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
100952026-05-21T17:16:53.365Z[ host-image] May 21 17:16:53.313 INFO O| May 21 17:16:53.313 INFO STEP 169 (remove_files) COMPLETE
100962026-05-21T17:16:53.365Z[ host-image] May 21 17:16:53.313 INFO O| May 21 17:16:53.313 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100972026-05-21T17:16:53.370Z[ host-image] May 21 17:16:53.320 INFO O| May 21 17:16:53.320 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
100982026-05-21T17:16:53.370Z[ host-image] May 21 17:16:53.320 INFO O| May 21 17:16:53.320 INFO STEP 170 (remove_files) COMPLETE
100992026-05-21T17:16:53.372Z[ host-image] May 21 17:16:53.320 INFO O| May 21 17:16:53.320 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101002026-05-21T17:16:53.376Z[ host-image] May 21 17:16:53.327 INFO O| May 21 17:16:53.327 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
101012026-05-21T17:16:53.376Z[ host-image] May 21 17:16:53.327 INFO O| May 21 17:16:53.327 INFO STEP 171 (remove_files) COMPLETE
101022026-05-21T17:16:53.379Z[ host-image] May 21 17:16:53.327 INFO O| May 21 17:16:53.327 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101032026-05-21T17:16:53.384Z[ host-image] May 21 17:16:53.334 INFO O| May 21 17:16:53.334 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101042026-05-21T17:16:53.384Z[ host-image] May 21 17:16:53.334 INFO O| May 21 17:16:53.334 INFO STEP 172 (remove_files) COMPLETE
101052026-05-21T17:16:53.387Z[ host-image] May 21 17:16:53.334 INFO O| May 21 17:16:53.334 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101062026-05-21T17:16:53.391Z[ host-image] May 21 17:16:53.341 INFO O| May 21 17:16:53.341 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
101072026-05-21T17:16:53.394Z[ host-image] May 21 17:16:53.341 INFO O| May 21 17:16:53.341 INFO STEP 173 (remove_files) COMPLETE
101082026-05-21T17:16:53.394Z[ host-image] May 21 17:16:53.341 INFO O| May 21 17:16:53.341 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101092026-05-21T17:16:53.398Z[ host-image] May 21 17:16:53.348 INFO O| May 21 17:16:53.348 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
101102026-05-21T17:16:53.398Z[ host-image] May 21 17:16:53.348 INFO O| May 21 17:16:53.348 INFO STEP 174 (remove_files) COMPLETE
101112026-05-21T17:16:53.401Z[ host-image] May 21 17:16:53.348 INFO O| May 21 17:16:53.348 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101122026-05-21T17:16:53.404Z[ host-image] May 21 17:16:53.354 INFO O| May 21 17:16:53.354 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
101132026-05-21T17:16:53.404Z[ host-image] May 21 17:16:53.354 INFO O| May 21 17:16:53.354 INFO STEP 175 (remove_files) COMPLETE
101142026-05-21T17:16:53.404Z[ host-image] May 21 17:16:53.354 INFO O| May 21 17:16:53.354 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101152026-05-21T17:16:53.413Z[ host-image] May 21 17:16:53.363 INFO O| May 21 17:16:53.363 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
101162026-05-21T17:16:53.416Z[ host-image] May 21 17:16:53.363 INFO O| May 21 17:16:53.363 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
101172026-05-21T17:16:57.779Z[ recovery-image] May 21 17:16:57.728 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
101182026-05-21T17:16:57.779Z[ recovery-image] May 21 17:16:57.729 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")
101192026-05-21T17:16:57.944Z[ recovery-image] May 21 17:16:57.890 INFO E| Updating crates.io index
101202026-05-21T17:16:58.229Z[ recovery-image] May 21 17:16:58.179 INFO E| Downloading crates ...
101212026-05-21T17:16:58.280Z[ recovery-image] May 21 17:16:58.230 INFO E| Downloaded clap_derive v4.6.1
101222026-05-21T17:16:58.284Z[ recovery-image] May 21 17:16:58.233 INFO E| Downloaded clap_lex v1.1.0
101232026-05-21T17:16:58.287Z[ recovery-image] May 21 17:16:58.237 INFO E| Downloaded shared_child v1.1.1
101242026-05-21T17:16:58.291Z[ recovery-image] May 21 17:16:58.238 INFO E| Downloaded anstream v1.0.0
101252026-05-21T17:16:58.294Z[ recovery-image] May 21 17:16:58.242 INFO E| Downloaded clap v4.6.1
101262026-05-21T17:16:58.299Z[ recovery-image] May 21 17:16:58.249 INFO E| Downloaded sigchld v0.2.4
101272026-05-21T17:16:58.302Z[ recovery-image] May 21 17:16:58.250 INFO E| Downloaded shared_thread v0.2.0
101282026-05-21T17:16:58.302Z[ recovery-image] May 21 17:16:58.250 INFO E| Downloaded anstyle v1.0.14
101292026-05-21T17:16:58.302Z[ recovery-image] May 21 17:16:58.251 INFO E| Downloaded duct v1.1.1
101302026-05-21T17:16:58.305Z[ recovery-image] May 21 17:16:58.253 INFO E| Downloaded anstyle-parse v1.0.0
101312026-05-21T17:16:58.305Z[ recovery-image] May 21 17:16:58.254 INFO E| Downloaded os_pipe v1.2.3
101322026-05-21T17:16:58.305Z[ recovery-image] May 21 17:16:58.255 INFO E| Downloaded colorchoice v1.0.5
101332026-05-21T17:16:58.309Z[ recovery-image] May 21 17:16:58.258 INFO E| Downloaded clap_builder v4.6.0
101342026-05-21T17:16:58.346Z[ recovery-image] May 21 17:16:58.296 INFO E| Compiling libc v0.2.185
101352026-05-21T17:16:58.346Z[ recovery-image] May 21 17:16:58.296 INFO E| Compiling proc-macro2 v1.0.106
101362026-05-21T17:16:58.347Z[ recovery-image] May 21 17:16:58.296 INFO E| Compiling unicode-ident v1.0.24
101372026-05-21T17:16:58.350Z[ recovery-image] May 21 17:16:58.296 INFO E| Compiling quote v1.0.45
101382026-05-21T17:16:58.350Z[ recovery-image] May 21 17:16:58.296 INFO E| Compiling signal-hook v0.3.18
101392026-05-21T17:16:58.350Z[ recovery-image] May 21 17:16:58.296 INFO E| Compiling utf8parse v0.2.2
101402026-05-21T17:16:58.350Z[ recovery-image] May 21 17:16:58.296 INFO E| Compiling colorchoice v1.0.5
101412026-05-21T17:16:58.356Z[ recovery-image] May 21 17:16:58.306 INFO E| Compiling is_terminal_polyfill v1.70.2
101422026-05-21T17:16:58.361Z[ recovery-image] May 21 17:16:58.306 INFO E| Compiling anstyle-query v1.1.5
101432026-05-21T17:16:58.361Z[ recovery-image] May 21 17:16:58.307 INFO E| Compiling anstyle v1.0.14
101442026-05-21T17:16:58.361Z[ recovery-image] May 21 17:16:58.307 INFO E| Compiling strsim v0.11.1
101452026-05-21T17:16:58.361Z[ recovery-image] May 21 17:16:58.307 INFO E| Compiling clap_lex v1.1.0
101462026-05-21T17:16:58.361Z[ recovery-image] May 21 17:16:58.310 INFO E| Compiling heck v0.5.0
101472026-05-21T17:16:58.361Z[ recovery-image] May 21 17:16:58.310 INFO E| Compiling shared_thread v0.2.0
101482026-05-21T17:16:58.495Z[ recovery-image] May 21 17:16:58.445 INFO E| Compiling anstyle-parse v1.0.0
101492026-05-21T17:16:58.625Z[ host-image] May 21 17:16:58.574 INFO O| May 21 17:16:58.574 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
101502026-05-21T17:16:58.625Z[ host-image] May 21 17:16:58.575 INFO O| May 21 17:16:58.574 INFO E| svccfg: Loaded 79 smf(7) service descriptions
101512026-05-21T17:16:58.646Z[ host-image] May 21 17:16:58.595 INFO O| May 21 17:16:58.595 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
101522026-05-21T17:16:58.665Z[ recovery-image] May 21 17:16:58.615 INFO E| Compiling anstream v1.0.0
101532026-05-21T17:16:58.771Z[ host-image] May 21 17:16:58.720 INFO O| May 21 17:16:58.720 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
101542026-05-21T17:16:58.830Z[ host-image] May 21 17:16:58.779 INFO O| May 21 17:16:58.779 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
101552026-05-21T17:16:58.894Z[ recovery-image] May 21 17:16:58.843 INFO E| Compiling clap_builder v4.6.0
101562026-05-21T17:16:58.898Z[ host-image] May 21 17:16:58.845 INFO O| May 21 17:16:58.845 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
101572026-05-21T17:16:58.898Z[ host-image] May 21 17:16:58.845 INFO O| May 21 17:16:58.845 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
101582026-05-21T17:16:58.898Z[ host-image] May 21 17:16:58.846 INFO O| May 21 17:16:58.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
101592026-05-21T17:16:58.898Z[ host-image] May 21 17:16:58.846 INFO O| May 21 17:16:58.846 INFO ok!
101602026-05-21T17:16:58.898Z[ host-image] May 21 17:16:58.846 INFO O| May 21 17:16:58.846 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
101612026-05-21T17:16:58.898Z[ host-image] May 21 17:16:58.846 INFO O| May 21 17:16:58.846 INFO STEP 176 (seed_smf) COMPLETE
101622026-05-21T17:16:58.898Z[ host-image] May 21 17:16:58.846 INFO O| May 21 17:16:58.846 INFO steps complete; finalising image!
101632026-05-21T17:16:58.898Z[ host-image] May 21 17:16:58.846 INFO O| May 21 17:16:58.846 INFO TRIM POOL: TEMPORARY-sled-zfs
101642026-05-21T17:16:59.087Z[ host-image] May 21 17:16:59.032 INFO O| May 21 17:16:59.031 INFO trim TEMPORARY-sled-zfs: (4% trimmed, started at Thu May 21 17:16:58 2026)
101652026-05-21T17:16:59.297Z[ host-image] May 21 17:16:59.247 INFO O| May 21 17:16:59.246 INFO temporary pool has 804M used, 92.3M avail, 1.86x compressratio
101662026-05-21T17:16:59.297Z[ host-image] May 21 17:16:59.247 INFO O| May 21 17:16:59.247 INFO EXPORT POOL: TEMPORARY-sled-zfs
101672026-05-21T17:16:59.632Z[ recovery-image] May 21 17:16:59.581 INFO E| Compiling errno v0.3.14
101682026-05-21T17:16:59.632Z[ recovery-image] May 21 17:16:59.581 INFO E| Compiling os_pipe v1.2.3
101692026-05-21T17:16:59.750Z[ recovery-image] May 21 17:16:59.700 INFO E| Compiling signal-hook-registry v1.4.8
101702026-05-21T17:16:59.994Z[ host-image] May 21 17:16:59.943 INFO O| May 21 17:16:59.943 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
101712026-05-21T17:16:59.994Z[ host-image] May 21 17:16:59.943 INFO O| May 21 17:16:59.943 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
101722026-05-21T17:17:00.005Z[ recovery-image] May 21 17:16:59.954 INFO E| Compiling syn v2.0.117
101732026-05-21T17:17:00.276Z[ recovery-image] May 21 17:17:00.225 INFO E| Compiling sigchld v0.2.4
101742026-05-21T17:17:00.379Z[ recovery-image] May 21 17:17:00.328 INFO E| Compiling shared_child v1.1.1
101752026-05-21T17:17:00.517Z[ recovery-image] May 21 17:17:00.466 INFO E| Compiling duct v1.1.1
101762026-05-21T17:17:01.316Z[ host-image] May 21 17:17:01.266 INFO O| May 21 17:17:01.266 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
101772026-05-21T17:17:01.316Z[ host-image] May 21 17:17:01.266 INFO O| May 21 17:17:01.266 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
101782026-05-21T17:17:01.316Z[ host-image] May 21 17:17:01.266 INFO O| May 21 17:17:01.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
101792026-05-21T17:17:01.320Z[ host-image] May 21 17:17:01.266 INFO O| May 21 17:17:01.266 INFO completed processing sled/zfs
101802026-05-21T17:17:01.320Z[ host-image] May 21 17:17:01.266 INFO O| May 21 17:17:01.266 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
101812026-05-21T17:17:03.126Z[ recovery-image] May 21 17:17:03.074 INFO E| Compiling clap_derive v4.6.1
101822026-05-21T17:17:04.712Z[ recovery-image] May 21 17:17:04.661 INFO E| Compiling clap v4.6.1
101832026-05-21T17:17:04.773Z[ recovery-image] May 21 17:17:04.722 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
101842026-05-21T17:17:05.847Z[ recovery-image] May 21 17:17:05.796 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.02s
101852026-05-21T17:17:05.855Z[ recovery-image] May 21 17:17:05.804 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
101862026-05-21T17:17:06.093Z[ recovery-image] May 21 17:17:06.043 INFO E| Downloading crates ...
101872026-05-21T17:17:06.139Z[ recovery-image] May 21 17:17:06.088 INFO E| Downloaded bit_field v0.10.3
101882026-05-21T17:17:06.147Z[ recovery-image] May 21 17:17:06.096 INFO E| Downloaded miniz_oxide v0.9.1
101892026-05-21T17:17:06.151Z[ recovery-image] May 21 17:17:06.098 INFO E| Downloaded bitstruct_derive v0.1.0
101902026-05-21T17:17:06.151Z[ recovery-image] May 21 17:17:06.099 INFO E| Downloaded bitstruct v0.1.1
101912026-05-21T17:17:06.155Z[ recovery-image] May 21 17:17:06.102 INFO E| Downloaded bitflags v2.11.1
101922026-05-21T17:17:06.158Z[ recovery-image] May 21 17:17:06.105 INFO E| Downloaded cpio_reader v0.1.2
101932026-05-21T17:17:06.163Z[ recovery-image] May 21 17:17:06.110 INFO E| Downloaded raw-cpuid v10.7.0
101942026-05-21T17:17:06.282Z[ recovery-image] May 21 17:17:06.232 INFO E| Downloaded x86 v0.52.0
101952026-05-21T17:17:06.313Z[ recovery-image] May 21 17:17:06.262 INFO E| Updating crates.io index
101962026-05-21T17:17:06.365Z[ recovery-image] May 21 17:17:06.314 INFO E| Downloading crates ...
101972026-05-21T17:17:06.402Z[ recovery-image] May 21 17:17:06.351 INFO E| Downloaded rustc-literal-escaper v0.0.7
101982026-05-21T17:17:06.441Z[ recovery-image] May 21 17:17:06.390 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
101992026-05-21T17:17:06.441Z[ recovery-image] May 21 17:17:06.390 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
102002026-05-21T17:17:06.441Z[ recovery-image] May 21 17:17:06.390 INFO E| Compiling proc-macro2 v1.0.106
102012026-05-21T17:17:06.445Z[ recovery-image] May 21 17:17:06.390 INFO E| Compiling unicode-ident v1.0.24
102022026-05-21T17:17:06.445Z[ recovery-image] May 21 17:17:06.390 INFO E| Compiling quote v1.0.45
102032026-05-21T17:17:06.445Z[ recovery-image] May 21 17:17:06.390 INFO E| Compiling syn v1.0.109
102042026-05-21T17:17:06.445Z[ recovery-image] May 21 17:17:06.390 INFO E| Compiling x86 v0.52.0
102052026-05-21T17:17:06.445Z[ recovery-image] May 21 17:17:06.390 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102062026-05-21T17:17:06.445Z[ recovery-image] May 21 17:17:06.390 INFO E| Compiling seq-macro v0.3.6
102072026-05-21T17:17:08.000Z[ recovery-image] May 21 17:17:07.949 INFO E| Compiling syn v2.0.117
102082026-05-21T17:17:09.458Z[ recovery-image] May 21 17:17:09.407 INFO E| Compiling scroll_derive v0.13.1
102092026-05-21T17:17:10.563Z[ recovery-image] May 21 17:17:10.512 INFO E| Compiling bitstruct_derive v0.1.0
102102026-05-21T17:17:13.453Z[ host-image] May 21 17:17:13.403 INFO O| May 21 17:17:13.403 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
102112026-05-21T17:17:13.537Z[ host-image] May 21 17:17:13.487 INFO BUILD STRING "heads/stlouis-0-gd25f6eeb5c\n"
102122026-05-21T17:17:13.537Z[ host-image] May 21 17:17:13.487 INFO expanded image name: "ci 6595516/${os_short_commit} 2026-05-21 17:02" -> "ci 6595516/d25f6ee 2026-05-21 17:02"
102132026-05-21T17:17:13.540Z[ host-image] May 21 17:17:13.487 INFO output artefacts stored in: "/work/os-host"
102142026-05-21T17:17:13.540Z[ host-image] May 21 17:17:13.487 INFO collecting git info from project "pilot"...
102152026-05-21T17:17:13.544Z[ host-image] May 21 17:17:13.494 INFO collecting git info from project "amd-firmware"...
102162026-05-21T17:17:13.556Z[ host-image] May 21 17:17:13.506 INFO collecting git info from project "amd-host-image-builder"...
102172026-05-21T17:17:13.562Z[ host-image] May 21 17:17:13.512 INFO collecting git info from project "image-builder"...
102182026-05-21T17:17:13.566Z[ host-image] May 21 17:17:13.516 INFO collecting git info from project "pinprick"...
102192026-05-21T17:17:13.570Z[ host-image] May 21 17:17:13.520 INFO collecting git info from project "dmar-report"...
102202026-05-21T17:17:13.574Z[ host-image] May 21 17:17:13.524 INFO collecting git info from project "bootserver"...
102212026-05-21T17:17:13.578Z[ host-image] May 21 17:17:13.528 INFO collecting git info from project "chelsio-t6-roms"...
102222026-05-21T17:17:13.582Z[ host-image] May 21 17:17:13.532 INFO collecting git info from project "phbl"...
102232026-05-21T17:17:13.586Z[ host-image] May 21 17:17:13.536 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
102242026-05-21T17:17:13.908Z[ host-image] May 21 17:17:13.858 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
102252026-05-21T17:17:14.214Z[ host-image] May 21 17:17:14.163 INFO creating Oxide boot image...
102262026-05-21T17:17:14.214Z[ host-image] May 21 17:17:14.164 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 6595516/d25f6ee 2026-05-21 17:02", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
102272026-05-21T17:17:14.966Z[ host-image] May 21 17:17:14.916 INFO O| ok, image written!
102282026-05-21T17:17:14.966Z[ host-image] May 21 17:17:14.916 INFO O| ok, boot_image_csum file written!
102292026-05-21T17:17:14.969Z[ host-image] May 21 17:17:14.918 INFO creating boot archive (CPIO)...
102302026-05-21T17:17:14.970Z[ host-image] May 21 17:17:14.918 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
102312026-05-21T17:17:14.973Z[ host-image] May 21 17:17:14.922 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
102322026-05-21T17:17:14.973Z[ host-image] May 21 17:17:14.922 INFO E| + outfile=/work/os-host/cpio
102332026-05-21T17:17:14.973Z[ host-image] May 21 17:17:14.922 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
102342026-05-21T17:17:14.977Z[ host-image] May 21 17:17:14.923 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
102352026-05-21T17:17:14.977Z[ host-image] May 21 17:17:14.923 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
102362026-05-21T17:17:14.999Z[ host-image] May 21 17:17:14.948 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
102372026-05-21T17:17:15.002Z[ host-image] May 21 17:17:14.949 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
102382026-05-21T17:17:15.005Z[ host-image] May 21 17:17:14.954 INFO creating compressed cpio/unix for dev loaders...
102392026-05-21T17:17:15.005Z[ host-image] May 21 17:17:14.954 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
102402026-05-21T17:17:15.218Z[ host-image] May 21 17:17:15.168 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
102412026-05-21T17:17:18.418Z[ host-image] May 21 17:17:18.368 INFO creating reset image...
102422026-05-21T17:17:18.418Z[ host-image] May 21 17:17:18.368 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
102432026-05-21T17:17:18.454Z[ host-image] May 21 17:17:18.404 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
102442026-05-21T17:17:18.454Z[ host-image] May 21 17:17:18.404 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")
102452026-05-21T17:17:18.526Z[ host-image] May 21 17:17:18.476 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
102462026-05-21T17:17:18.529Z[ host-image] May 21 17:17:18.477 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
102472026-05-21T17:17:18.729Z[ recovery-image] May 21 17:17:18.677 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
102482026-05-21T17:17:18.874Z[ host-image] May 21 17:17:18.823 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
102492026-05-21T17:17:18.877Z[ host-image] May 21 17:17:18.824 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
102502026-05-21T17:17:18.877Z[ host-image] May 21 17:17:18.824 INFO E| Compiling proc-macro2 v1.0.106
102512026-05-21T17:17:18.877Z[ host-image] May 21 17:17:18.824 INFO E| Compiling unicode-ident v1.0.24
102522026-05-21T17:17:18.877Z[ host-image] May 21 17:17:18.824 INFO E| Compiling quote v1.0.45
102532026-05-21T17:17:18.877Z[ host-image] May 21 17:17:18.824 INFO E| Compiling syn v1.0.109
102542026-05-21T17:17:18.877Z[ host-image] May 21 17:17:18.824 INFO E| Compiling x86 v0.52.0
102552026-05-21T17:17:18.877Z[ host-image] May 21 17:17:18.824 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102562026-05-21T17:17:18.877Z[ host-image] May 21 17:17:18.824 INFO E| Compiling seq-macro v0.3.6
102572026-05-21T17:17:19.868Z[ host-image] May 21 17:17:19.817 INFO E| Compiling syn v2.0.117
102582026-05-21T17:17:20.882Z[ recovery-image] May 21 17:17:20.832 INFO E| Compiling bitflags v1.3.2
102592026-05-21T17:17:20.882Z[ recovery-image] May 21 17:17:20.832 INFO E| Compiling adler2 v2.0.1
102602026-05-21T17:17:20.885Z[ recovery-image] May 21 17:17:20.832 INFO E| Compiling log v0.4.29
102612026-05-21T17:17:20.885Z[ recovery-image] May 21 17:17:20.832 INFO E| Compiling bit_field v0.10.3
102622026-05-21T17:17:20.885Z[ recovery-image] May 21 17:17:20.832 INFO E| Compiling scroll v0.13.0
102632026-05-21T17:17:20.885Z[ recovery-image] May 21 17:17:20.832 INFO E| Compiling bitflags v2.11.1
102642026-05-21T17:17:20.885Z[ recovery-image] May 21 17:17:20.832 INFO E| Compiling plain v0.2.3
102652026-05-21T17:17:20.885Z[ recovery-image] May 21 17:17:20.832 INFO E| Compiling bitstruct v0.1.1
102662026-05-21T17:17:20.885Z[ recovery-image] May 21 17:17:20.832 INFO E| Compiling static_assertions v1.1.0
102672026-05-21T17:17:20.943Z[ recovery-image] May 21 17:17:20.893 INFO E| Compiling raw-cpuid v10.7.0
102682026-05-21T17:17:20.992Z[ recovery-image] May 21 17:17:20.942 INFO E| Compiling miniz_oxide v0.9.1
102692026-05-21T17:17:21.039Z[ recovery-image] May 21 17:17:20.989 INFO E| Compiling cpio_reader v0.1.2
102702026-05-21T17:17:21.165Z[ recovery-image] May 21 17:17:21.114 INFO E| Compiling goblin v0.10.5
102712026-05-21T17:17:21.339Z[ host-image] May 21 17:17:21.289 INFO E| Compiling scroll_derive v0.13.1
102722026-05-21T17:17:22.401Z[ host-image] May 21 17:17:22.350 INFO E| Compiling bitstruct_derive v0.1.0
102732026-05-21T17:17:23.946Z[ recovery-image] May 21 17:17:23.895 INFO E| Finished `release` profile [optimized] target(s) in 18.07s
102742026-05-21T17:17:23.966Z[ recovery-image] May 21 17:17:23.916 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
102752026-05-21T17:17:23.999Z[ recovery-image] May 21 17:17:23.947 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
102762026-05-21T17:17:24.004Z[ recovery-image] May 21 17:17:23.947 INFO building ROM for gimlet
102772026-05-21T17:17:24.004Z[ recovery-image] May 21 17:17:23.947 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")
102782026-05-21T17:17:24.075Z[ recovery-image] May 21 17:17:24.024 INFO E| Downloading crates ...
102792026-05-21T17:17:24.123Z[ recovery-image] May 21 17:17:24.073 INFO E| Downloaded os_pipe v1.2.1
102802026-05-21T17:17:24.126Z[ recovery-image] May 21 17:17:24.075 INFO E| Downloaded colorchoice v1.0.3
102812026-05-21T17:17:24.129Z[ recovery-image] May 21 17:17:24.078 INFO E| Downloaded shared_child v1.0.1
102822026-05-21T17:17:24.131Z[ recovery-image] May 21 17:17:24.079 INFO E| Downloaded toml_datetime v0.6.9
102832026-05-21T17:17:24.131Z[ recovery-image] May 21 17:17:24.080 INFO E| Downloaded anstyle-query v1.1.2
102842026-05-21T17:17:24.131Z[ recovery-image] May 21 17:17:24.081 INFO E| Downloaded anstyle-parse v0.2.6
102852026-05-21T17:17:24.134Z[ recovery-image] May 21 17:17:24.083 INFO E| Downloaded serde_spanned v0.6.8
102862026-05-21T17:17:24.137Z[ recovery-image] May 21 17:17:24.087 INFO E| Downloaded is_terminal_polyfill v1.70.1
102872026-05-21T17:17:24.140Z[ recovery-image] May 21 17:17:24.089 INFO E| Downloaded toml_write v0.1.1
102882026-05-21T17:17:24.144Z[ recovery-image] May 21 17:17:24.094 INFO E| Downloaded anstyle v1.0.10
102892026-05-21T17:17:24.147Z[ recovery-image] May 21 17:17:24.095 INFO E| Downloaded anstream v0.6.18
102902026-05-21T17:17:24.153Z[ recovery-image] May 21 17:17:24.103 INFO E| Downloaded duct v0.13.7
102912026-05-21T17:17:24.156Z[ recovery-image] May 21 17:17:24.104 INFO E| Downloaded clap_derive v4.5.32
102922026-05-21T17:17:24.166Z[ recovery-image] May 21 17:17:24.116 INFO E| Downloaded clap v4.5.37
102932026-05-21T17:17:24.176Z[ recovery-image] May 21 17:17:24.126 INFO E| Downloaded winnow v0.7.7
102942026-05-21T17:17:24.181Z[ recovery-image] May 21 17:17:24.131 INFO E| Downloaded toml_edit v0.22.26
102952026-05-21T17:17:24.200Z[ recovery-image] May 21 17:17:24.150 INFO E| Downloaded toml v0.8.22
102962026-05-21T17:17:24.218Z[ recovery-image] May 21 17:17:24.168 INFO E| Downloaded clap_builder v4.5.37
102972026-05-21T17:17:24.222Z[ recovery-image] May 21 17:17:24.172 INFO E| Downloaded cc v1.2.20
102982026-05-21T17:17:24.234Z[ recovery-image] May 21 17:17:24.184 INFO E| Compiling libc v0.2.172
102992026-05-21T17:17:24.237Z[ recovery-image] May 21 17:17:24.184 INFO E| Compiling utf8parse v0.2.2
103002026-05-21T17:17:24.237Z[ recovery-image] May 21 17:17:24.184 INFO E| Compiling anstyle v1.0.10
103012026-05-21T17:17:24.237Z[ recovery-image] May 21 17:17:24.184 INFO E| Compiling colorchoice v1.0.3
103022026-05-21T17:17:24.237Z[ recovery-image] May 21 17:17:24.184 INFO E| Compiling anstyle-query v1.1.2
103032026-05-21T17:17:24.237Z[ recovery-image] May 21 17:17:24.184 INFO E| Compiling once_cell v1.21.3
103042026-05-21T17:17:24.237Z[ recovery-image] May 21 17:17:24.184 INFO E| Compiling is_terminal_polyfill v1.70.1
103052026-05-21T17:17:24.237Z[ recovery-image] May 21 17:17:24.184 INFO E| Compiling hashbrown v0.15.2
103062026-05-21T17:17:24.237Z[ recovery-image] May 21 17:17:24.184 INFO E| Compiling equivalent v1.0.2
103072026-05-21T17:17:24.237Z[ recovery-image] May 21 17:17:24.184 INFO E| Compiling shlex v1.3.0
103082026-05-21T17:17:24.237Z[ recovery-image] May 21 17:17:24.184 INFO E| Compiling toml_write v0.1.1
103092026-05-21T17:17:24.251Z[ recovery-image] May 21 17:17:24.201 INFO E| Compiling anyhow v1.0.98
103102026-05-21T17:17:24.256Z[ recovery-image] May 21 17:17:24.201 INFO E| Compiling strsim v0.11.1
103112026-05-21T17:17:24.261Z[ recovery-image] May 21 17:17:24.211 INFO E| Compiling clap_lex v0.7.4
103122026-05-21T17:17:24.265Z[ recovery-image] May 21 17:17:24.215 INFO E| Compiling winnow v0.7.7
103132026-05-21T17:17:24.269Z[ recovery-image] May 21 17:17:24.219 INFO E| Compiling syn v2.0.101
103142026-05-21T17:17:24.412Z[ recovery-image] May 21 17:17:24.360 INFO E| Compiling anstyle-parse v0.2.6
103152026-05-21T17:17:24.484Z[ recovery-image] May 21 17:17:24.433 INFO E| Compiling cc v1.2.20
103162026-05-21T17:17:24.548Z[ recovery-image] May 21 17:17:24.498 INFO E| Compiling anstream v0.6.18
103172026-05-21T17:17:24.741Z[ recovery-image] May 21 17:17:24.691 INFO E| Compiling clap_builder v4.5.37
103182026-05-21T17:17:24.745Z[ recovery-image] May 21 17:17:24.691 INFO E| Compiling indexmap v2.9.0
103192026-05-21T17:17:24.870Z[ recovery-image] May 21 17:17:24.820 INFO E| Compiling shared_child v1.0.1
103202026-05-21T17:17:24.870Z[ recovery-image] May 21 17:17:24.820 INFO E| Compiling os_pipe v1.2.1
103212026-05-21T17:17:24.983Z[ recovery-image] May 21 17:17:24.933 INFO E| Compiling duct v0.13.7
103222026-05-21T17:17:25.426Z[ recovery-image] May 21 17:17:25.375 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
103232026-05-21T17:17:26.282Z[ recovery-image] May 21 17:17:26.232 INFO E| Compiling serde_derive v1.0.219
103242026-05-21T17:17:26.282Z[ recovery-image] May 21 17:17:26.232 INFO E| Compiling clap_derive v4.5.32
103252026-05-21T17:17:27.504Z[ recovery-image] May 21 17:17:27.454 INFO E| Compiling clap v4.5.37
103262026-05-21T17:17:28.093Z[ recovery-image] May 21 17:17:28.043 INFO E| Compiling serde v1.0.219
103272026-05-21T17:17:29.714Z[ recovery-image] May 21 17:17:29.663 INFO E| Compiling serde_spanned v0.6.8
103282026-05-21T17:17:29.714Z[ recovery-image] May 21 17:17:29.664 INFO E| Compiling toml_datetime v0.6.9
103292026-05-21T17:17:29.852Z[ recovery-image] May 21 17:17:29.801 INFO E| Compiling toml_edit v0.22.26
103302026-05-21T17:17:31.087Z[ recovery-image] May 21 17:17:31.036 INFO E| Compiling toml v0.8.22
103312026-05-21T17:17:31.151Z[ host-image] May 21 17:17:31.100 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
103322026-05-21T17:17:33.141Z[ recovery-image] May 21 17:17:33.090 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
103332026-05-21T17:17:33.152Z[ recovery-image] May 21 17:17:33.102 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`
103342026-05-21T17:17:33.166Z[ recovery-image] May 21 17:17:33.116 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
103352026-05-21T17:17:33.239Z[ recovery-image] May 21 17:17:33.189 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
103362026-05-21T17:17:33.243Z[ recovery-image] May 21 17:17:33.193 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`
103372026-05-21T17:17:33.250Z[ host-image] May 21 17:17:33.200 INFO E| Compiling bitflags v1.3.2
103382026-05-21T17:17:33.250Z[ host-image] May 21 17:17:33.200 INFO E| Compiling plain v0.2.3
103392026-05-21T17:17:33.253Z[ host-image] May 21 17:17:33.200 INFO E| Compiling adler2 v2.0.1
103402026-05-21T17:17:33.253Z[ host-image] May 21 17:17:33.200 INFO E| Compiling bitflags v2.11.1
103412026-05-21T17:17:33.253Z[ host-image] May 21 17:17:33.200 INFO E| Compiling log v0.4.29
103422026-05-21T17:17:33.253Z[ host-image] May 21 17:17:33.200 INFO E| Compiling scroll v0.13.0
103432026-05-21T17:17:33.253Z[ host-image] May 21 17:17:33.200 INFO E| Compiling bit_field v0.10.3
103442026-05-21T17:17:33.253Z[ host-image] May 21 17:17:33.200 INFO E| Compiling static_assertions v1.1.0
103452026-05-21T17:17:33.253Z[ host-image] May 21 17:17:33.200 INFO E| Compiling bitstruct v0.1.1
103462026-05-21T17:17:33.301Z[ host-image] May 21 17:17:33.251 INFO E| Compiling raw-cpuid v10.7.0
103472026-05-21T17:17:33.351Z[ host-image] May 21 17:17:33.301 INFO E| Compiling miniz_oxide v0.9.1
103482026-05-21T17:17:33.389Z[ recovery-image] May 21 17:17:33.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
103492026-05-21T17:17:33.389Z[ recovery-image] May 21 17:17:33.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
103502026-05-21T17:17:33.392Z[ recovery-image] May 21 17:17:33.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
103512026-05-21T17:17:33.392Z[ recovery-image] May 21 17:17:33.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
103522026-05-21T17:17:33.392Z[ recovery-image] May 21 17:17:33.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
103532026-05-21T17:17:33.392Z[ recovery-image] May 21 17:17:33.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
103542026-05-21T17:17:33.392Z[ recovery-image] May 21 17:17:33.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
103552026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
103562026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
103572026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
103582026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
103592026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
103602026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
103612026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
103622026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
103632026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.340 INFO O| Info: ABL version: 0x100f5010
103642026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.340 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
103652026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
103662026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
103672026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
103682026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
103692026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
103702026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
103712026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
103722026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
103732026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
103742026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
103752026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
103762026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
103772026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
103782026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
103792026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
103802026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
103812026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
103822026-05-21T17:17:33.393Z[ recovery-image] May 21 17:17:33.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
103832026-05-21T17:17:33.398Z[ host-image] May 21 17:17:33.345 INFO E| Compiling cpio_reader v0.1.2
103842026-05-21T17:17:33.435Z[ recovery-image] May 21 17:17:33.384 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
103852026-05-21T17:17:33.435Z[ recovery-image] May 21 17:17:33.384 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
103862026-05-21T17:17:33.438Z[ recovery-image] May 21 17:17:33.384 INFO building ROM for cosmo
103872026-05-21T17:17:33.438Z[ recovery-image] May 21 17:17:33.384 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.a.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")
103882026-05-21T17:17:33.468Z[ host-image] May 21 17:17:33.417 INFO E| Compiling goblin v0.10.5
103892026-05-21T17:17:33.534Z[ recovery-image] May 21 17:17:33.484 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
103902026-05-21T17:17:33.537Z[ recovery-image] May 21 17:17:33.487 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.a.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
103912026-05-21T17:17:33.551Z[ recovery-image] May 21 17:17:33.501 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
103922026-05-21T17:17:33.622Z[ recovery-image] May 21 17:17:33.569 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
103932026-05-21T17:17:33.625Z[ recovery-image] May 21 17:17:33.572 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.a -o /work/os-recovery/cosmo.rom`
103942026-05-21T17:17:33.837Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
103952026-05-21T17:17:33.837Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
103962026-05-21T17:17:33.837Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
103972026-05-21T17:17:33.841Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
103982026-05-21T17:17:33.841Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
103992026-05-21T17:17:33.841Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104002026-05-21T17:17:33.841Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104012026-05-21T17:17:33.841Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
104022026-05-21T17:17:33.841Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
104032026-05-21T17:17:33.841Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
104042026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
104052026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104062026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104072026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104082026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104092026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104102026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
104112026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104122026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
104132026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
104142026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104152026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104162026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
104172026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104182026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
104192026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
104202026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
104212026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104222026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
104232026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104242026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
104252026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
104262026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
104272026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104282026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
104292026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
104302026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
104312026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
104322026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
104332026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
104342026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
104352026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
104362026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
104372026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
104382026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
104392026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104402026-05-21T17:17:33.842Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
104412026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
104422026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
104432026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
104442026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
104452026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
104462026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
104472026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.788 INFO O| Info: ABL version: 0x100af010
104482026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.788 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
104492026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.788 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
104502026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
104512026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104522026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
104532026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
104542026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
104552026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
104562026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
104572026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
104582026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
104592026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
104602026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
104612026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
104622026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
104632026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
104642026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
104652026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
104662026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
104672026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
104682026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
104692026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
104702026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
104712026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
104722026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
104732026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
104742026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
104752026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
104762026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
104772026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
104782026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
104792026-05-21T17:17:33.843Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
104802026-05-21T17:17:33.844Z[ recovery-image] May 21 17:17:33.789 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
104812026-05-21T17:17:33.873Z[ recovery-image] May 21 17:17:33.823 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
104822026-05-21T17:17:35.056Z[ recovery-image] May 21 17:17:35.005 INFO image complete! materials are in "/work/os-recovery"
104832026-05-21T17:17:35.059Z[ recovery-image]
104842026-05-21T17:17:35.059Z[ recovery-image] real 4:42.767473459
104852026-05-21T17:17:35.059Z[ recovery-image] user 2:42.225985727
104862026-05-21T17:17:35.059Z[ recovery-image] sys 40.256647998
104872026-05-21T17:17:35.059Z[ recovery-image] trap 0.121919805
104882026-05-21T17:17:35.059Z[ recovery-image] tflt 0.734771048
104892026-05-21T17:17:35.059Z[ recovery-image] dflt 1.363373063
104902026-05-21T17:17:35.059Z[ recovery-image] kflt 0.000149290
104912026-05-21T17:17:35.059Z[ recovery-image] lock 18:20.185336702
104922026-05-21T17:17:35.059Z[ recovery-image] slp 25:45.353115930
104932026-05-21T17:17:35.059Z[ recovery-image] lat 1:18.809769882
104942026-05-21T17:17:35.059Z[ recovery-image] stop 11.685482284
104952026-05-21T17:17:35.059ZMay 21 17:17:35.008 INFO [recovery-image] process exited with exit status: 0 (282.772074705s)
104962026-05-21T17:17:36.078Z[ host-image] May 21 17:17:36.027 INFO E| Finished `release` profile [optimized] target(s) in 17.53s
104972026-05-21T17:17:36.092Z[ host-image] May 21 17:17:36.042 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
104982026-05-21T17:17:36.122Z[ host-image] May 21 17:17:36.072 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
104992026-05-21T17:17:36.122Z[ host-image] May 21 17:17:36.072 INFO building ROM for gimlet
105002026-05-21T17:17:36.125Z[ host-image] May 21 17:17:36.072 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")
105012026-05-21T17:17:36.208Z[ host-image] May 21 17:17:36.158 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105022026-05-21T17:17:36.211Z[ host-image] May 21 17:17:36.161 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`
105032026-05-21T17:17:36.223Z[ host-image] May 21 17:17:36.173 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105042026-05-21T17:17:36.288Z[ host-image] May 21 17:17:36.238 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105052026-05-21T17:17:36.294Z[ host-image] May 21 17:17:36.243 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`
105062026-05-21T17:17:36.405Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105072026-05-21T17:17:36.405Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105082026-05-21T17:17:36.408Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105092026-05-21T17:17:36.408Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105102026-05-21T17:17:36.408Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105112026-05-21T17:17:36.408Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105122026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105132026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105142026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105152026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105162026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105172026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105182026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105192026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105202026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.355 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105212026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO O| Info: ABL version: 0x100f5010
105222026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105232026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105242026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105252026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105262026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105272026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105282026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105292026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105302026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105312026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105322026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105332026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105342026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105352026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105362026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105372026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105382026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105392026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105402026-05-21T17:17:36.409Z[ host-image] May 21 17:17:36.356 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105412026-05-21T17:17:36.438Z[ host-image] May 21 17:17:36.388 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105422026-05-21T17:17:36.438Z[ host-image] May 21 17:17:36.388 INFO building ROM for cosmo
105432026-05-21T17:17:36.441Z[ host-image] May 21 17:17:36.388 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.a.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")
105442026-05-21T17:17:36.522Z[ host-image] May 21 17:17:36.472 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105452026-05-21T17:17:36.525Z[ host-image] May 21 17:17:36.474 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.a.toml --image /work/os-host/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5`
105462026-05-21T17:17:36.535Z[ host-image] May 21 17:17:36.485 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
105472026-05-21T17:17:36.598Z[ host-image] May 21 17:17:36.547 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
105482026-05-21T17:17:36.601Z[ host-image] May 21 17:17:36.550 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.a -o /work/os-host/cosmo.rom`
105492026-05-21T17:17:36.800Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
105502026-05-21T17:17:36.800Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
105512026-05-21T17:17:36.800Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
105522026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
105532026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105542026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105552026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105562026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
105572026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
105582026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
105592026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
105602026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105612026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105622026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105632026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105642026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105652026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
105662026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.750 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105672026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
105682026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
105692026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105702026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105712026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
105722026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105732026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
105742026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
105752026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
105762026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105772026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
105782026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105792026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
105802026-05-21T17:17:36.804Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
105812026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
105822026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105832026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
105842026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
105852026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
105862026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
105872026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
105882026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
105892026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
105902026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
105912026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
105922026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
105932026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
105942026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105952026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
105962026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
105972026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
105982026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
105992026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
106002026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
106012026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
106022026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO O| Info: ABL version: 0x100af010
106032026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
106042026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.751 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
106052026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
106062026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106072026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106082026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106092026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106102026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106112026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106122026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106132026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106142026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106152026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106162026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106172026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106182026-05-21T17:17:36.805Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106192026-05-21T17:17:36.806Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106202026-05-21T17:17:36.806Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106212026-05-21T17:17:36.806Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106222026-05-21T17:17:36.806Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106232026-05-21T17:17:36.806Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106242026-05-21T17:17:36.806Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106252026-05-21T17:17:36.806Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
106262026-05-21T17:17:36.806Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
106272026-05-21T17:17:36.806Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
106282026-05-21T17:17:36.806Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
106292026-05-21T17:17:36.806Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
106302026-05-21T17:17:36.806Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
106312026-05-21T17:17:36.809Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
106322026-05-21T17:17:36.809Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
106332026-05-21T17:17:36.809Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
106342026-05-21T17:17:36.809Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
106352026-05-21T17:17:36.809Z[ host-image] May 21 17:17:36.752 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
106362026-05-21T17:17:36.831Z[ host-image] May 21 17:17:36.781 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106372026-05-21T17:17:36.831Z[ host-image] May 21 17:17:36.781 INFO finishing image archive at "/work/os-host/os.tar.gz"...
106382026-05-21T17:17:45.086Z[ host-image] May 21 17:17:45.036 INFO image complete! materials are in "/work/os-host"
106392026-05-21T17:17:45.089Z[ host-image]
106402026-05-21T17:17:45.089Z[ host-image] real 5:20.981545370
106412026-05-21T17:17:45.089Z[ host-image] user 2:29.330639679
106422026-05-21T17:17:45.090Z[ host-image] sys 32.918358715
106432026-05-21T17:17:45.090Z[ host-image] trap 0.074023718
106442026-05-21T17:17:45.090Z[ host-image] tflt 0.261324864
106452026-05-21T17:17:45.090Z[ host-image] dflt 0.253650895
106462026-05-21T17:17:45.090Z[ host-image] kflt 0.000065440
106472026-05-21T17:17:45.090Z[ host-image] lock 5:54.815097901
106482026-05-21T17:17:45.090Z[ host-image] slp 30:06.817008509
106492026-05-21T17:17:45.090Z[ host-image] lat 50.998311990
106502026-05-21T17:17:45.090Z[ host-image] stop 2.625302086
106512026-05-21T17:17:45.093ZMay 21 17:17:45.039 INFO [host-image] process exited with exit status: 0 (320.986525888s)
106522026-05-21T17:17:45.093ZMay 21 17:17:45.039 INFO [tuf-repo] running task
106532026-05-21T17:18:03.612ZMay 21 17:18:03.561 INFO assembling repository in `/tmp/tufaceousQPx9cL`, component: OmicronRepoAssembler
106542026-05-21T17:18:08.377ZMay 21 17:18:08.327 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
106552026-05-21T17:18:08.564ZMay 21 17:18:08.513 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
106562026-05-21T17:18:16.195ZMay 21 17:18:16.145 INFO extracting uploaded archive to /tmp/.tmpPZEfq1
106572026-05-21T17:18:17.937ZMay 21 17:18:17.886 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.6526ts
106582026-05-21T17:18:17.980ZMay 21 17:18:17.929 INFO added artifact, length: 6700203, hash: e038f11f77ea8af080e281f951314360660f3357f63ae14f6c8588c4b0c82a1e, version: 1.0.69, kind: gimlet_sp, name: cosmo-a
106592026-05-21T17:18:18.065ZMay 21 17:18:18.015 INFO added artifact, length: 6701358, hash: f5050935584c4a6ade613f26362a23bf26340045a2b070c4628c7376034e7cc0, version: 1.0.69, kind: gimlet_sp, name: cosmo-b
106602026-05-21T17:18:18.140ZMay 21 17:18:18.090 INFO added artifact, length: 5531760, hash: a65bd7d8077d5aee1b70ee4d3c4487559e78e24266ed8bc647b1f279ed7f5a51, version: 1.0.69, kind: gimlet_sp, name: gimlet-b
106612026-05-21T17:18:18.215ZMay 21 17:18:18.164 INFO added artifact, length: 5534234, hash: a35debb3e358dabc14014e0d380313354ebad4b4329737203375531235227e10, version: 1.0.69, kind: gimlet_sp, name: gimlet-c
106622026-05-21T17:18:18.288ZMay 21 17:18:18.237 INFO added artifact, length: 5538597, hash: 1e4b8d685d49bbcd3285c4d34ffd9ad7000ec052b11794f42c7467c510f4afd2, version: 1.0.69, kind: gimlet_sp, name: gimlet-d
106632026-05-21T17:18:18.366ZMay 21 17:18:18.316 INFO added artifact, length: 5538588, hash: 93144e7fedd98b94415b31667bec3be2f8f401f094ae4dd3be8d29c81a60ad02, version: 1.0.69, kind: gimlet_sp, name: gimlet-e
106642026-05-21T17:18:18.439ZMay 21 17:18:18.388 INFO added artifact, length: 5538504, hash: efac778ff92216273f9bccc9cd80cf4eca87e16a847b1813b152cf99259c315e, version: 1.0.69, kind: gimlet_sp, name: gimlet-f
106652026-05-21T17:18:18.519ZMay 21 17:18:18.468 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
106662026-05-21T17:18:18.519ZMay 21 17:18:18.468 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
106672026-05-21T17:18:18.562ZMay 21 17:18:18.512 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
106682026-05-21T17:18:18.562ZMay 21 17:18:18.512 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
106692026-05-21T17:18:18.608ZMay 21 17:18:18.557 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
106702026-05-21T17:18:18.608ZMay 21 17:18:18.557 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
106712026-05-21T17:18:18.655ZMay 21 17:18:18.604 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
106722026-05-21T17:18:18.655ZMay 21 17:18:18.604 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
106732026-05-21T17:18:18.703ZMay 21 17:18:18.652 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
106742026-05-21T17:18:18.703ZMay 21 17:18:18.652 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
106752026-05-21T17:18:18.748ZMay 21 17:18:18.697 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
106762026-05-21T17:18:18.748ZMay 21 17:18:18.697 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
106772026-05-21T17:18:18.792ZMay 21 17:18:18.742 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
106782026-05-21T17:18:18.792ZMay 21 17:18:18.742 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
106792026-05-21T17:18:18.795ZMay 21 17:18:18.742 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
106802026-05-21T17:18:18.795ZMay 21 17:18:18.743 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
106812026-05-21T17:18:18.795ZMay 21 17:18:18.743 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
106822026-05-21T17:18:18.796ZMay 21 17:18:18.744 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
106832026-05-21T17:18:18.796ZMay 21 17:18:18.745 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
106842026-05-21T17:18:24.045ZMay 21 17:18:23.995 INFO added artifact, length: 33554432, hash: c5560149d4da2a7ecb21c90e9baabc40d689cdac7252f17b5184ee65961ff8f4, version: 20.0.0-0.ci+git65955161ff5, kind: gimlet_host_phase_1, name: host
106852026-05-21T17:18:24.046ZMay 21 17:18:23.995 INFO added artifact, length: 33554432, hash: 947e8cf5046af43f05dc7ee879bfd8c0fd5dde145720b86345e3550bff830e50, version: 20.0.0-0.ci+git65955161ff5, kind: cosmo_host_phase_1, name: host
106862026-05-21T17:18:24.049ZMay 21 17:18:23.995 INFO added artifact, length: 1101008896, hash: d83a1ce8fecae1078f84175a3a82eb577a9b66cb11baac5f21d89e1b31b4ce40, version: 20.0.0-0.ci+git65955161ff5, kind: host_phase_2, name: host
106872026-05-21T17:18:24.979ZMay 21 17:18:24.928 INFO added artifact, length: 33554432, hash: b6fd17459e55650568cce140603ef1f67bda6e17664091b6a376b4fee416a962, version: 20.0.0-0.ci+git65955161ff5, kind: gimlet_trampoline_phase_1, name: trampoline
106882026-05-21T17:18:24.979ZMay 21 17:18:24.928 INFO added artifact, length: 33554432, hash: de8ea6c6c067ffa816d6d7ff1c2f6a10b7d8324d8061de154263b6bc6c4560b0, version: 20.0.0-0.ci+git65955161ff5, kind: cosmo_trampoline_phase_1, name: trampoline
106892026-05-21T17:18:24.979ZMay 21 17:18:24.928 INFO added artifact, length: 165626501, hash: db9239bb786ce27c78688531a95c656018c1be9f92fe56777e2154ff5bd3e4b6, version: 20.0.0-0.ci+git65955161ff5, kind: trampoline_phase_2, name: trampoline
106902026-05-21T17:18:27.078ZMay 21 17:18:27.027 INFO added artifact, length: 312297027, hash: acb3f9de1beec7fdd4acfd35dff8fd8dc0021523089cf90d2f06b3a580b00a2e, version: 20.0.0-0.ci+git65955161ff5, kind: zone, name: clickhouse_keeper
106912026-05-21T17:18:29.432ZMay 21 17:18:29.381 INFO added artifact, length: 327293401, hash: f0c3befeca0025c22362e512a1f2f68d568b341fefc2ec846a213ba172be37f1, version: 20.0.0-0.ci+git65955161ff5, kind: zone, name: clickhouse_server
106922026-05-21T17:18:31.075ZMay 21 17:18:31.025 INFO added artifact, length: 327295349, hash: ce51a6fb109a2c5025298d9c4b22f828bce169aa6de741ca7a9d57d695328184, version: 20.0.0-0.ci+git65955161ff5, kind: zone, name: clickhouse
106932026-05-21T17:18:31.911ZMay 21 17:18:31.860 INFO added artifact, length: 169122424, hash: da535c35bcf4ea09259a3f32b3741909d6f60c5f6b942a0b9a487717cf5303e0, version: 20.0.0-0.ci+git65955161ff5, kind: zone, name: cockroachdb
106942026-05-21T17:18:32.147ZMay 21 17:18:32.096 INFO added artifact, length: 45258482, hash: 0a51d3495d4ef3200a94716eb1689bd76227af012c775be73f9cae26ce79045c, version: 20.0.0-0.ci+git65955161ff5, kind: zone, name: crucible-pantry-zone
106952026-05-21T17:18:32.460ZMay 21 17:18:32.409 INFO added artifact, length: 59735921, hash: 747b7394ae66cf497f70608ee6a35dc7a29f30ba0aa14c0ceb66bbf6085cc8fc, version: 20.0.0-0.ci+git65955161ff5, kind: zone, name: crucible-zone
106962026-05-21T17:18:32.719ZMay 21 17:18:32.668 INFO added artifact, length: 51543338, hash: 46d89470192b0160e037fc16a49248b6827809c6f6236889b137e28ea5a15d14, version: 20.0.0-0.ci+git65955161ff5, kind: zone, name: external-dns
106972026-05-21T17:18:32.967ZMay 21 17:18:32.917 INFO added artifact, length: 51542937, hash: 2a9116f09fd25b353929f8b07f39091621aa471d506120f31d9ffea08391ee55, version: 20.0.0-0.ci+git65955161ff5, kind: zone, name: internal-dns
106982026-05-21T17:18:34.176ZMay 21 17:18:34.125 INFO added artifact, length: 226563845, hash: 3f1ee718235975352e2d4a27ceba03f82ccc08c1af5e375fbcde494bf6aa4866, version: 20.0.0-0.ci+git65955161ff5, kind: zone, name: nexus
106992026-05-21T17:18:34.343ZMay 21 17:18:34.292 INFO added artifact, length: 32929586, hash: ae83b6041fbac2d84818d9343286953079ea8d31d41846039d1355b2d058410f, version: 20.0.0-0.ci+git65955161ff5, kind: zone, name: ntp
107002026-05-21T17:18:34.685ZMay 21 17:18:34.634 INFO added artifact, length: 69038338, hash: 35ea1c300b6d8761f003710da9238de243894962f17e9adc8bf414ecdc4b1945, version: 20.0.0-0.ci+git65955161ff5, kind: zone, name: oximeter
107012026-05-21T17:18:34.703ZMay 21 17:18:34.652 INFO added artifact, length: 3109592, hash: de47e3c3f5ee9b902d01f13db45971188c95bb58996fef731674a1258d251485, version: 20.0.0-0.ci+git65955161ff5, kind: zone, name: probe
107022026-05-21T17:18:34.706ZMay 21 17:18:34.653 INFO added artifact, length: 829, hash: 340838386319c52125c3b4d58f3a65ffa8ad1c96a6812d8059d7a9009017c888, version: 1.0.69, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.69
107032026-05-21T17:18:34.706ZMay 21 17:18:34.653 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107042026-05-21T17:18:34.706ZMay 21 17:18:34.653 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107052026-05-21T17:18:34.734ZMay 21 17:18:34.683 INFO added artifact, length: 4139684, hash: 3a1cb6784d8d7e031d5ca79f16b4c58d472101b3a90ae8063fa31163b765c015, version: 1.0.69, kind: psc_sp, name: psc-b
107062026-05-21T17:18:34.761ZMay 21 17:18:34.709 INFO added artifact, length: 4143737, hash: f82231d1b4315dc4c1f6bb937de4a9ee71dba41eb4421cea56a90ac0988a22b5, version: 1.0.69, kind: psc_sp, name: psc-c
107072026-05-21T17:18:34.805ZMay 21 17:18:34.754 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107082026-05-21T17:18:34.805ZMay 21 17:18:34.754 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107092026-05-21T17:18:34.850ZMay 21 17:18:34.800 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107102026-05-21T17:18:34.850ZMay 21 17:18:34.800 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107112026-05-21T17:18:34.896ZMay 21 17:18:34.845 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107122026-05-21T17:18:34.896ZMay 21 17:18:34.845 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107132026-05-21T17:18:34.942ZMay 21 17:18:34.891 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107142026-05-21T17:18:34.942ZMay 21 17:18:34.891 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107152026-05-21T17:18:34.945ZMay 21 17:18:34.892 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107162026-05-21T17:18:34.945ZMay 21 17:18:34.893 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107172026-05-21T17:18:34.945ZMay 21 17:18:34.893 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107182026-05-21T17:18:34.992ZMay 21 17:18:34.940 INFO added artifact, length: 7044828, hash: a36495a086db233ee657a77dad0f7e50e986ccca5dc968bc03c27d2a4c0dbed8, version: 1.0.69, kind: switch_sp, name: sidecar-b
107192026-05-21T17:18:35.084ZMay 21 17:18:35.033 INFO added artifact, length: 7061509, hash: cb25e481364d922047102cbb551cbc91159717306fdb59bedc159e84db672974, version: 1.0.69, kind: switch_sp, name: sidecar-c
107202026-05-21T17:18:35.166ZMay 21 17:18:35.115 INFO added artifact, length: 7061577, hash: 419af8841808f5cfe85ff9c8f417616ba0ff105573b97e7be11da9a1cd6c5b83, version: 1.0.69, kind: switch_sp, name: sidecar-d
107212026-05-21T17:18:35.247ZMay 21 17:18:35.197 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107222026-05-21T17:18:35.247ZMay 21 17:18:35.197 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107232026-05-21T17:18:35.295ZMay 21 17:18:35.244 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107242026-05-21T17:18:35.295ZMay 21 17:18:35.244 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107252026-05-21T17:18:35.343ZMay 21 17:18:35.292 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107262026-05-21T17:18:35.343ZMay 21 17:18:35.293 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107272026-05-21T17:18:35.387ZMay 21 17:18:35.336 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
107282026-05-21T17:18:35.387ZMay 21 17:18:35.336 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
107292026-05-21T17:18:35.392ZMay 21 17:18:35.337 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
107302026-05-21T17:18:35.392ZMay 21 17:18:35.338 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107312026-05-21T17:18:35.392ZMay 21 17:18:35.338 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
107322026-05-21T17:18:35.392ZMay 21 17:18:35.339 INFO added artifact, length: 924, hash: 2d6bf2d0a8841fb316e8a4811172897b7d6d7396866eb87af006173fc42698c1, version: 20.0.0-0.ci+git65955161ff5, kind: installinator_document, name: installinator_document
107332026-05-21T17:18:35.748ZMay 21 17:18:35.697 INFO extracting uploaded archive to /tmp/.tmpoIAfex
107342026-05-21T17:18:37.545ZMay 21 17:18:37.495 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.294pIn
107352026-05-21T17:18:37.595ZMay 21 17:18:37.544 INFO added artifact, length: 6700203, hash: e038f11f77ea8af080e281f951314360660f3357f63ae14f6c8588c4b0c82a1e, version: 1.0.69, kind: gimlet_sp, name: cosmo-a
107362026-05-21T17:18:37.678ZMay 21 17:18:37.627 INFO added artifact, length: 6701358, hash: f5050935584c4a6ade613f26362a23bf26340045a2b070c4628c7376034e7cc0, version: 1.0.69, kind: gimlet_sp, name: cosmo-b
107372026-05-21T17:18:37.755ZMay 21 17:18:37.702 INFO added artifact, length: 5531760, hash: a65bd7d8077d5aee1b70ee4d3c4487559e78e24266ed8bc647b1f279ed7f5a51, version: 1.0.69, kind: gimlet_sp, name: gimlet-b
107382026-05-21T17:18:37.820ZMay 21 17:18:37.769 INFO added artifact, length: 5534234, hash: a35debb3e358dabc14014e0d380313354ebad4b4329737203375531235227e10, version: 1.0.69, kind: gimlet_sp, name: gimlet-c
107392026-05-21T17:18:37.886ZMay 21 17:18:37.836 INFO added artifact, length: 5538597, hash: 1e4b8d685d49bbcd3285c4d34ffd9ad7000ec052b11794f42c7467c510f4afd2, version: 1.0.69, kind: gimlet_sp, name: gimlet-d
107402026-05-21T17:18:37.954ZMay 21 17:18:37.903 INFO added artifact, length: 5538588, hash: 93144e7fedd98b94415b31667bec3be2f8f401f094ae4dd3be8d29c81a60ad02, version: 1.0.69, kind: gimlet_sp, name: gimlet-e
107412026-05-21T17:18:38.021ZMay 21 17:18:37.970 INFO added artifact, length: 5538504, hash: efac778ff92216273f9bccc9cd80cf4eca87e16a847b1813b152cf99259c315e, version: 1.0.69, kind: gimlet_sp, name: gimlet-f
107422026-05-21T17:18:38.092ZMay 21 17:18:38.041 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107432026-05-21T17:18:38.095ZMay 21 17:18:38.041 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107442026-05-21T17:18:38.129ZMay 21 17:18:38.078 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107452026-05-21T17:18:38.133ZMay 21 17:18:38.078 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107462026-05-21T17:18:38.167ZMay 21 17:18:38.117 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107472026-05-21T17:18:38.167ZMay 21 17:18:38.117 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107482026-05-21T17:18:38.205ZMay 21 17:18:38.154 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107492026-05-21T17:18:38.205ZMay 21 17:18:38.154 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107502026-05-21T17:18:38.242ZMay 21 17:18:38.191 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107512026-05-21T17:18:38.242ZMay 21 17:18:38.191 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107522026-05-21T17:18:38.278ZMay 21 17:18:38.227 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107532026-05-21T17:18:38.278ZMay 21 17:18:38.227 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107542026-05-21T17:18:38.314ZMay 21 17:18:38.263 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107552026-05-21T17:18:38.317ZMay 21 17:18:38.263 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107562026-05-21T17:18:38.317ZMay 21 17:18:38.264 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107572026-05-21T17:18:38.317ZMay 21 17:18:38.264 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107582026-05-21T17:18:38.317ZMay 21 17:18:38.265 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107592026-05-21T17:18:38.317ZMay 21 17:18:38.265 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107602026-05-21T17:18:38.317ZMay 21 17:18:38.266 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107612026-05-21T17:18:42.921ZMay 21 17:18:42.870 INFO added artifact, length: 33554432, hash: c5560149d4da2a7ecb21c90e9baabc40d689cdac7252f17b5184ee65961ff8f4, version: 20.0.0-0.ci+git65955161ff5, kind: gimlet_host_phase_1, name: host
107622026-05-21T17:18:42.921ZMay 21 17:18:42.870 INFO added artifact, length: 33554432, hash: 947e8cf5046af43f05dc7ee879bfd8c0fd5dde145720b86345e3550bff830e50, version: 20.0.0-0.ci+git65955161ff5, kind: cosmo_host_phase_1, name: host
107632026-05-21T17:18:42.924ZMay 21 17:18:42.870 INFO added artifact, length: 1101008896, hash: d83a1ce8fecae1078f84175a3a82eb577a9b66cb11baac5f21d89e1b31b4ce40, version: 20.0.0-0.ci+git65955161ff5, kind: host_phase_2, name: host
107642026-05-21T17:18:43.806ZMay 21 17:18:43.755 INFO added artifact, length: 33554432, hash: b6fd17459e55650568cce140603ef1f67bda6e17664091b6a376b4fee416a962, version: 20.0.0-0.ci+git65955161ff5, kind: gimlet_trampoline_phase_1, name: trampoline
107652026-05-21T17:18:43.806ZMay 21 17:18:43.756 INFO added artifact, length: 33554432, hash: de8ea6c6c067ffa816d6d7ff1c2f6a10b7d8324d8061de154263b6bc6c4560b0, version: 20.0.0-0.ci+git65955161ff5, kind: cosmo_trampoline_phase_1, name: trampoline
107662026-05-21T17:18:43.809ZMay 21 17:18:43.756 INFO added artifact, length: 165626501, hash: db9239bb786ce27c78688531a95c656018c1be9f92fe56777e2154ff5bd3e4b6, version: 20.0.0-0.ci+git65955161ff5, kind: trampoline_phase_2, name: trampoline
107672026-05-21T17:18:49.085ZMay 21 17:18:49.034 INFO added artifact, length: 1734150124, hash: a3cfcf20bdab186241a41a8700bac0a4123d9cf95f4906ca7a52cf3076f66556, version: 20.0.0-0.ci+git65955161ff5, kind: control_plane, name: control-plane
107682026-05-21T17:18:49.088ZMay 21 17:18:49.035 INFO added artifact, length: 829, hash: 340838386319c52125c3b4d58f3a65ffa8ad1c96a6812d8059d7a9009017c888, version: 1.0.69, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.69
107692026-05-21T17:18:49.088ZMay 21 17:18:49.035 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107702026-05-21T17:18:49.088ZMay 21 17:18:49.035 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107712026-05-21T17:18:49.114ZMay 21 17:18:49.063 INFO added artifact, length: 4139684, hash: 3a1cb6784d8d7e031d5ca79f16b4c58d472101b3a90ae8063fa31163b765c015, version: 1.0.69, kind: psc_sp, name: psc-b
107722026-05-21T17:18:49.143ZMay 21 17:18:49.092 INFO added artifact, length: 4143737, hash: f82231d1b4315dc4c1f6bb937de4a9ee71dba41eb4421cea56a90ac0988a22b5, version: 1.0.69, kind: psc_sp, name: psc-c
107732026-05-21T17:18:49.187ZMay 21 17:18:49.136 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
107742026-05-21T17:18:49.188ZMay 21 17:18:49.137 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
107752026-05-21T17:18:49.234ZMay 21 17:18:49.183 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
107762026-05-21T17:18:49.234ZMay 21 17:18:49.183 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
107772026-05-21T17:18:49.282ZMay 21 17:18:49.231 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107782026-05-21T17:18:49.282ZMay 21 17:18:49.231 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107792026-05-21T17:18:49.326ZMay 21 17:18:49.275 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
107802026-05-21T17:18:49.326ZMay 21 17:18:49.275 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
107812026-05-21T17:18:49.329ZMay 21 17:18:49.276 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
107822026-05-21T17:18:49.329ZMay 21 17:18:49.276 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107832026-05-21T17:18:49.330ZMay 21 17:18:49.277 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
107842026-05-21T17:18:49.370ZMay 21 17:18:49.319 INFO added artifact, length: 7044828, hash: a36495a086db233ee657a77dad0f7e50e986ccca5dc968bc03c27d2a4c0dbed8, version: 1.0.69, kind: switch_sp, name: sidecar-b
107852026-05-21T17:18:49.452ZMay 21 17:18:49.401 INFO added artifact, length: 7061509, hash: cb25e481364d922047102cbb551cbc91159717306fdb59bedc159e84db672974, version: 1.0.69, kind: switch_sp, name: sidecar-c
107862026-05-21T17:18:49.539ZMay 21 17:18:49.488 INFO added artifact, length: 7061577, hash: 419af8841808f5cfe85ff9c8f417616ba0ff105573b97e7be11da9a1cd6c5b83, version: 1.0.69, kind: switch_sp, name: sidecar-d
107872026-05-21T17:18:49.612ZMay 21 17:18:49.561 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
107882026-05-21T17:18:49.612ZMay 21 17:18:49.561 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
107892026-05-21T17:18:49.649ZMay 21 17:18:49.598 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107902026-05-21T17:18:49.649ZMay 21 17:18:49.598 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
107912026-05-21T17:18:49.687ZMay 21 17:18:49.636 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107922026-05-21T17:18:49.687ZMay 21 17:18:49.636 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107932026-05-21T17:18:49.730ZMay 21 17:18:49.679 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
107942026-05-21T17:18:49.730ZMay 21 17:18:49.679 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
107952026-05-21T17:18:49.733ZMay 21 17:18:49.680 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
107962026-05-21T17:18:49.733ZMay 21 17:18:49.681 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107972026-05-21T17:18:49.733ZMay 21 17:18:49.681 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
107982026-05-21T17:18:49.733ZMay 21 17:18:49.681 INFO added artifact, length: 924, hash: 2d6bf2d0a8841fb316e8a4811172897b7d6d7396866eb87af006173fc42698c1, version: 20.0.0-0.ci+git65955161ff5, kind: installinator_document, name: installinator_document
107992026-05-21T17:18:50.115ZMay 21 17:18:50.064 INFO [tuf-repo] task succeeded (65.024281907s)
108002026-05-21T17:23:16.342Z[verify-libraries] Finished `release` profile [optimized] target(s) in 10m 20s
108012026-05-21T17:23:16.694ZMay 21 17:23:16.642 INFO [verify-libraries] process exited with exit status: 0 (624.745910532s)
108022026-05-21T17:23:16.694ZMay 21 17:23:16.642 INFO all jobs completed in 1247.373440827s
108032026-05-21T17:23:17.630Zprocess exited: duration 1477936 ms, exit code 0
 
108042026-05-21T17:23:17.642Zfound 41 output files
108052026-05-21T17:23:17.642Zuploading: /work/manifest.toml (17174 bytes)
108062026-05-21T17:23:18.655Zuploaded: /work/manifest.toml
108072026-05-21T17:23:18.655Zuploading: /work/repo.zip (2992146476 bytes)
108082026-05-21T17:23:52.200Zuploaded: /work/repo.zip
108092026-05-21T17:23:52.200Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108102026-05-21T17:23:53.209Zuploaded: /work/repo.zip.sha256.txt
108112026-05-21T17:23:53.209Zuploading: /work/helios.json (647 bytes)
108122026-05-21T17:23:54.219Zuploaded: /work/helios.json
108132026-05-21T17:23:54.219Zuploading: /work/incorporation.p5m (113249 bytes)
108142026-05-21T17:23:55.232Zuploaded: /work/incorporation.p5m
108152026-05-21T17:23:55.232Zuploading: /work/incorporation.p5p (133120 bytes)
108162026-05-21T17:23:56.245Zuploaded: /work/incorporation.p5p
108172026-05-21T17:23:56.245Zuploading: /work/helios-incorp.log (522 bytes)
108182026-05-21T17:23:57.254Zuploaded: /work/helios-incorp.log
108192026-05-21T17:23:57.255Zuploading: /work/helios-setup.log (56074 bytes)
108202026-05-21T17:23:58.267Zuploaded: /work/helios-setup.log
108212026-05-21T17:23:58.267Zuploading: /work/host-image.log (236088 bytes)
108222026-05-21T17:23:59.280Zuploaded: /work/host-image.log
108232026-05-21T17:23:59.280Zuploading: /work/host-package.log (34032 bytes)
108242026-05-21T17:24:00.290Zuploaded: /work/host-package.log
108252026-05-21T17:24:00.290Zuploading: /work/host-target.log (101 bytes)
108262026-05-21T17:24:01.300Zuploaded: /work/host-target.log
108272026-05-21T17:24:01.300Zuploading: /work/incorp-create.log (0 bytes)
108282026-05-21T17:24:02.307Zuploaded: /work/incorp-create.log
108292026-05-21T17:24:02.307Zuploading: /work/incorp-fmt.log (0 bytes)
108302026-05-21T17:24:03.315Zuploaded: /work/incorp-fmt.log
108312026-05-21T17:24:03.315Zuploading: /work/incorp-pkgsend.log (108 bytes)
108322026-05-21T17:24:04.325Zuploaded: /work/incorp-pkgsend.log
108332026-05-21T17:24:04.325Zuploading: /work/incorp-publisher.log (0 bytes)
108342026-05-21T17:24:05.333Zuploaded: /work/incorp-publisher.log
108352026-05-21T17:24:05.334Zuploading: /work/omicron-package.log (9209 bytes)
108362026-05-21T17:24:06.341Zuploaded: /work/omicron-package.log
108372026-05-21T17:24:06.341Zuploading: /work/recovery-image.log (592216 bytes)
108382026-05-21T17:24:07.358Zuploaded: /work/recovery-image.log
108392026-05-21T17:24:07.358Zuploading: /work/recovery-package.log (2545 bytes)
108402026-05-21T17:24:08.366Zuploaded: /work/recovery-package.log
108412026-05-21T17:24:08.366Zuploading: /work/recovery-target.log (98 bytes)
108422026-05-21T17:24:09.375Zuploaded: /work/recovery-target.log
108432026-05-21T17:24:09.375Zuploading: /work/stamp-clickhouse.log (117 bytes)
108442026-05-21T17:24:10.384Zuploaded: /work/stamp-clickhouse.log
108452026-05-21T17:24:10.384Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
108462026-05-21T17:24:11.393Zuploaded: /work/stamp-clickhouse_keeper.log
108472026-05-21T17:24:11.393Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
108482026-05-21T17:24:12.403Zuploaded: /work/stamp-clickhouse_server.log
108492026-05-21T17:24:12.403Zuploading: /work/stamp-cockroachdb.log (118 bytes)
108502026-05-21T17:24:13.414Zuploaded: /work/stamp-cockroachdb.log
108512026-05-21T17:24:13.414Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
108522026-05-21T17:24:14.424Zuploaded: /work/stamp-crucible-pantry-zone.log
108532026-05-21T17:24:14.424Zuploading: /work/stamp-crucible-utils.log (118 bytes)
108542026-05-21T17:24:15.433Zuploaded: /work/stamp-crucible-utils.log
108552026-05-21T17:24:15.433Zuploading: /work/stamp-crucible-zone.log (120 bytes)
108562026-05-21T17:24:16.441Zuploaded: /work/stamp-crucible-zone.log
108572026-05-21T17:24:16.441Zuploading: /work/stamp-external-dns.log (119 bytes)
108582026-05-21T17:24:17.450Zuploaded: /work/stamp-external-dns.log
108592026-05-21T17:24:17.450Zuploading: /work/stamp-installinator.log (103 bytes)
108602026-05-21T17:24:18.458Zuploaded: /work/stamp-installinator.log
108612026-05-21T17:24:18.458Zuploading: /work/stamp-internal-dns.log (119 bytes)
108622026-05-21T17:24:19.468Zuploaded: /work/stamp-internal-dns.log
108632026-05-21T17:24:19.468Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
108642026-05-21T17:24:20.476Zuploaded: /work/stamp-mg-ddm-gz.log
108652026-05-21T17:24:20.476Zuploading: /work/stamp-nexus.log (112 bytes)
108662026-05-21T17:24:21.484Zuploaded: /work/stamp-nexus.log
108672026-05-21T17:24:21.484Zuploading: /work/stamp-ntp.log (110 bytes)
108682026-05-21T17:24:22.492Zuploaded: /work/stamp-ntp.log
108692026-05-21T17:24:22.492Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
108702026-05-21T17:24:23.500Zuploaded: /work/stamp-omicron-sled-agent.log
108712026-05-21T17:24:23.504Zuploading: /work/stamp-overlay.log (114 bytes)
108722026-05-21T17:24:24.509Zuploaded: /work/stamp-overlay.log
108732026-05-21T17:24:24.509Zuploading: /work/stamp-oximeter.log (115 bytes)
108742026-05-21T17:24:25.520Zuploaded: /work/stamp-oximeter.log
108752026-05-21T17:24:25.520Zuploading: /work/stamp-oxlog.log (109 bytes)
108762026-05-21T17:24:26.533Zuploaded: /work/stamp-oxlog.log
108772026-05-21T17:24:26.533Zuploading: /work/stamp-probe.log (112 bytes)
108782026-05-21T17:24:27.544Zuploaded: /work/stamp-probe.log
108792026-05-21T17:24:27.544Zuploading: /work/stamp-propolis-server.log (122 bytes)
108802026-05-21T17:24:28.555Zuploaded: /work/stamp-propolis-server.log
108812026-05-21T17:24:28.555Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
108822026-05-21T17:24:29.569Zuploaded: /work/stamp-pumpkind-gz.log
108832026-05-21T17:24:29.569Zuploading: /work/stamp-switch-asic.log (118 bytes)
108842026-05-21T17:24:30.582Zuploaded: /work/stamp-switch-asic.log
108852026-05-21T17:24:30.582Zuploading: /work/verify-libraries.log (13904 bytes)
108862026-05-21T17:24:31.597Zuploaded: /work/verify-libraries.log